Skip to content
Snippets Groups Projects

Introduce native Gutenberg controls

Merged Erick Hitter requested to merge add/gutenberg-native-meta into master
3 files
+ 15
5
Compare changes
  • Side-by-side
  • Inline
Files
3
# Copyright (C) 2021 Erick Hitter
# Copyright (C) 2022 Erick Hitter
# This file is distributed under the same license as the WP Revisions Control package.
msgid ""
msgstr ""
"Project-Id-Version: WP Revisions Control 1.3\n"
"Project-Id-Version: WP Revisions Control 1.4\n"
"Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/wp-revisions-control\n"
"POT-Creation-Date: 2021-03-27 21:26:05+00:00\n"
"POT-Creation-Date: 2022-06-05 23:17:47+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2021-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2022-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"X-Generator: grunt-wp-i18n 0.5.4\n"
"X-Poedit-KeywordsList: "
"__;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_"
"attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c;\n"
"Language: en\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-Country: United States\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-KeywordsList: "
"__;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_"
"attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c;\n"
"X-Poedit-Basepath: ../\n"
"X-Poedit-SearchPath-0: .\n"
"X-Poedit-Bookmarks: \n"
"X-Textdomain-Support: yes\n"
"X-Generator: grunt-wp-i18n 1.0.3\n"
#: inc/class-block-editor.php:58
msgid "Number of revisions to retain."
msgstr ""
#: inc/class-wp-revisions-control-bulk-actions.php:84
#: inc/class-wp-revisions-control-bulk-actions.php:59
msgid "Purge excess revisions"
msgstr ""
#: inc/class-wp-revisions-control-bulk-actions.php:89
#: inc/class-wp-revisions-control-bulk-actions.php:64
msgid "Purge ALL revisions"
msgstr ""
#: inc/class-wp-revisions-control-bulk-actions.php:269
#: inc/class-wp-revisions-control-bulk-actions.php:242
msgid "Purged all revisions."
msgstr ""
#: inc/class-wp-revisions-control-bulk-actions.php:276
#: inc/class-wp-revisions-control-bulk-actions.php:249
msgid "Purged excess revisions."
msgstr ""
#: inc/class-wp-revisions-control-bulk-actions.php:287
#: inc/class-wp-revisions-control-bulk-actions.php:260
msgid "WP Revisions Control encountered an unspecified error."
msgstr ""
#: inc/class-wp-revisions-control.php:158
#: inc/class-wp-revisions-control.php:138
msgid ""
"Set the number of revisions to save for each post type listed. To retain "
"all revisions for a given post type, leave the field empty."
msgstr ""
#: inc/class-wp-revisions-control.php:159
#: inc/class-wp-revisions-control.php:139
msgid "If a post type isn't listed, revisions are not enabled for that post type."
msgstr ""
#: inc/class-wp-revisions-control.php:170
#: inc/class-wp-revisions-control.php:150
#. translators: 1. Filter tag.
msgid ""
"A local change is causing this plugin's functionality to run at a priority "
@@ -63,27 +67,27 @@ msgid ""
"please unhook any functions from the %1$s filter."
msgstr ""
#: inc/class-wp-revisions-control.php:287
#: inc/class-wp-revisions-control.php:278
msgid "Revisions"
msgstr ""
#: inc/class-wp-revisions-control.php:309
#: inc/class-wp-revisions-control.php:310
msgid "Processing&hellip;"
msgstr ""
#: inc/class-wp-revisions-control.php:310
#: inc/class-wp-revisions-control.php:311
msgid "Are you sure you want to remove revisions from this post?"
msgstr ""
#: inc/class-wp-revisions-control.php:311
#: inc/class-wp-revisions-control.php:312
msgid "Autosave"
msgstr ""
#: inc/class-wp-revisions-control.php:312
#: inc/class-wp-revisions-control.php:313
msgid "There are no revisions to remove."
msgstr ""
#: inc/class-wp-revisions-control.php:313
#: inc/class-wp-revisions-control.php:314
msgid "An error occurred. Please refresh the page and try again."
msgstr ""
@@ -115,8 +119,8 @@ msgstr ""
msgid "Removed %1$s revisions associated with this post."
msgstr ""
#: inc/class-wp-revisions-control.php:427
#: inc/class-wp-revisions-control.php:439
#: inc/class-wp-revisions-control.php:431
#: inc/class-wp-revisions-control.php:443
msgid "No revisions to remove."
msgstr ""
Loading