-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Load plugin the right time when all post types are registered
* Refactoring and bugfixing * Added language pot template
- Loading branch information
1 parent
097fab3
commit 616585f
Showing
8 changed files
with
130 additions
and
72 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
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,14 +2,14 @@ | |
# This file is distributed under the GPL v2 or later. | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: CPT Tables 1.1.0\n" | ||
"Project-Id-Version: CPT Tables 1.2.0\n" | ||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/cpt-tables\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-04-11T05:38:50+00:00\n" | ||
"POT-Creation-Date: 2023-04-17T07:02:42+00:00\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"X-Generator: WP-CLI 2.7.1\n" | ||
"X-Domain: cpt-tables\n" | ||
|
@@ -34,52 +34,52 @@ msgstr "" | |
msgid "https://lightapps.de" | ||
msgstr "" | ||
|
||
#: core.php:193 | ||
#: core.php:231 | ||
msgctxt "verb" | ||
msgid "Buy me a coffee" | ||
msgstr "" | ||
|
||
#: lib/Settings.php:113 | ||
#: lib/Settings.php:127 | ||
msgid "Cronjobs removed" | ||
msgstr "" | ||
|
||
#: lib/Settings.php:118 | ||
#: lib/Settings.php:132 | ||
msgid "Optimization cronjobs active" | ||
msgstr "" | ||
|
||
#: lib/Settings.php:126 | ||
#: lib/Settings.php:140 | ||
msgid "Tables cleaned up and optimized" | ||
msgstr "" | ||
|
||
#: lib/Settings.php:191 | ||
#: lib/Settings.php:207 | ||
msgid "Custom post type <strong>%s</strong> has been reverted to the posts table" | ||
msgstr "" | ||
|
||
#: lib/Settings.php:230 | ||
#: lib/Settings.php:246 | ||
msgid "Custom post type <strong>%s</strong> has been migrated" | ||
msgstr "" | ||
|
||
#: lib/Table.php:176 | ||
#: lib/Table.php:179 | ||
msgid "Migration of <strong>%s</strong>:<br/>" | ||
msgstr "" | ||
|
||
#: lib/Table.php:195 | ||
#: lib/Table.php:198 | ||
msgid "Error cleaning up the posts table before migrate" | ||
msgstr "" | ||
|
||
#: lib/Table.php:211 | ||
#: lib/Table.php:214 | ||
msgid "Error copying %s rows: %s" | ||
msgstr "" | ||
|
||
#: lib/Table.php:214 | ||
#: lib/Table.php:217 | ||
msgid "New %s rows copied: %s" | ||
msgstr "" | ||
|
||
#: lib/Table.php:232 | ||
#: lib/Table.php:235 | ||
msgid "Error copying %s meta rows: %s" | ||
msgstr "" | ||
|
||
#: lib/Table.php:235 | ||
#: lib/Table.php:238 | ||
msgid "Migration of %s completed" | ||
msgstr "" | ||
|
||
|
@@ -107,7 +107,8 @@ msgid "is installed but not active." | |
msgstr "" | ||
|
||
#: settings.php:68 | ||
msgid "Optimize tables" | ||
#: settings.php:80 | ||
msgid "Tables to optimize" | ||
msgstr "" | ||
|
||
#: settings.php:71 | ||
|
@@ -134,10 +135,6 @@ msgstr "" | |
msgid "Optimize now!" | ||
msgstr "" | ||
|
||
#: settings.php:80 | ||
msgid "Tables to optimize" | ||
msgstr "" | ||
|
||
#: settings.php:92 | ||
msgid "How it works" | ||
msgstr "" | ||
|
@@ -185,6 +182,11 @@ msgstr "" | |
msgid "Meta" | ||
msgstr "" | ||
|
||
#: settings.php:132 | ||
#: settings.php:174 | ||
msgid "Name" | ||
msgstr "" | ||
|
||
#: settings.php:136 | ||
msgid "Migrate" | ||
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
Oops, something went wrong.