-
-
Notifications
You must be signed in to change notification settings - Fork 462
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
32 changed files
with
289 additions
and
155 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# This file is for unifying the coding style for different editors and IDEs | ||
# editorconfig.org | ||
|
||
# WordPress Coding Standards | ||
# https://make.wordpress.org/core/handbook/coding-standards/ | ||
|
||
root = true | ||
|
||
[*] | ||
charset = utf-8 | ||
end_of_line = lf | ||
insert_final_newline = true | ||
trim_trailing_whitespace = true | ||
indent_style = tab | ||
|
||
[*.yml] | ||
indent_style = space | ||
indent_size = 2 | ||
|
||
[*.md] | ||
trim_trailing_whitespace = false | ||
|
||
[*.txt] | ||
end_of_line = crlf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,21 +2,21 @@ | |
# This file is distributed under the MIT. | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Git Updater 12.1.3\n" | ||
"Project-Id-Version: Git Updater 12.2.0\n" | ||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/git-updater\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"POT-Creation-Date: 2023-03-20T16:09:35+00:00\n" | ||
"POT-Creation-Date: 2023-04-19T18:44:46+00:00\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"X-Generator: WP-CLI 2.7.1\n" | ||
"X-Domain: git-updater\n" | ||
|
||
#. Plugin Name of the plugin | ||
#: src/Git_Updater/Settings.php:173 | ||
#: src/Git_Updater/Settings.php:306 | ||
#: src/Git_Updater/Settings.php:176 | ||
#: src/Git_Updater/Settings.php:309 | ||
msgid "Git Updater" | ||
msgstr "" | ||
|
||
|
@@ -168,74 +168,74 @@ msgstr "" | |
msgid "Purchase from Store" | ||
msgstr "" | ||
|
||
#: src/Git_Updater/Settings.php:145 | ||
#: src/Git_Updater/Settings.php:845 | ||
#: src/Git_Updater/Settings.php:148 | ||
#: src/Git_Updater/Settings.php:848 | ||
msgid "Settings" | ||
msgstr "" | ||
|
||
#: src/Git_Updater/Settings.php:248 | ||
#: src/Git_Updater/Settings.php:408 | ||
#: src/Git_Updater/Settings.php:251 | ||
#: src/Git_Updater/Settings.php:411 | ||
msgid "Git Updater Settings" | ||
msgstr "" | ||
|
||
#: src/Git_Updater/Settings.php:249 | ||
#: src/Git_Updater/Settings.php:252 | ||
msgctxt "Menu item" | ||
msgid "Git Updater" | ||
msgstr "" | ||
|
||
#: src/Git_Updater/Settings.php:330 | ||
#: src/Git_Updater/Settings.php:333 | ||
msgid "Refresh Cache" | ||
msgstr "" | ||
|
||
#: src/Git_Updater/Settings.php:375 | ||
#: src/Git_Updater/Settings.php:378 | ||
msgid "Settings saved." | ||
msgstr "" | ||
|
||
#: src/Git_Updater/Settings.php:377 | ||
#: src/Git_Updater/Settings.php:380 | ||
msgid "Cache refreshed." | ||
msgstr "" | ||
|
||
#: src/Git_Updater/Settings.php:421 | ||
#: src/Git_Updater/Settings.php:424 | ||
msgid "Enable Branch Switching" | ||
msgstr "" | ||
|
||
#: src/Git_Updater/Settings.php:433 | ||
#: src/Git_Updater/Settings.php:436 | ||
msgid "Bypass WP-Cron Background Processing for Debugging" | ||
msgstr "" | ||
|
||
#: src/Git_Updater/Settings.php:445 | ||
#: src/Git_Updater/Settings.php:448 | ||
msgid "Display `deprecated hook` messaging in debug.log" | ||
msgstr "" | ||
|
||
#: src/Git_Updater/Settings.php:608 | ||
#: src/Git_Updater/Settings.php:611 | ||
msgid "Check to enable." | ||
msgstr "" | ||
|
||
#: src/Git_Updater/Settings.php:647 | ||
#: src/Git_Updater/Settings.php:650 | ||
msgid "Overridden Plugins and Themes" | ||
msgstr "" | ||
|
||
#: src/Git_Updater/Settings.php:648 | ||
#: src/Git_Updater/Settings.php:651 | ||
msgid "The following plugins or themes might exist on wp.org, but any updates will be downloaded from their respective git repositories." | ||
msgstr "" | ||
|
||
#: src/Git_Updater/Settings.php:879 | ||
#: src/Git_Updater/Settings.php:882 | ||
msgid "This is a private repository." | ||
msgstr "" | ||
|
||
#: src/Git_Updater/Settings.php:880 | ||
#: src/Git_Updater/Settings.php:883 | ||
msgid "This repository has not connected to the API or was unable to connect." | ||
msgstr "" | ||
|
||
#: src/Git_Updater/Settings.php:881 | ||
#: src/Git_Updater/Settings.php:884 | ||
msgid "This repository is hosted on WordPress.org." | ||
msgstr "" | ||
|
||
#: src/Git_Updater/Settings.php:882 | ||
#: src/Git_Updater/Settings.php:885 | ||
msgid "This repository has been ignored and does not connect to the API." | ||
msgstr "" | ||
|
||
#: src/Git_Updater/Settings.php:926 | ||
#: src/Git_Updater/Settings.php:929 | ||
msgid "Installed Plugins and Themes" | ||
msgstr "" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.