Skip to content
Snippets Groups Projects

Add bulk actions

Merged Erick Hitter requested to merge add/1-bulk-action into master
1 file
+ 35
18
Compare changes
  • Side-by-side
  • Inline
@@ -5,7 +5,7 @@ msgstr ""
"Project-Id-Version: WP Revisions Control 1.3\n"
"Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/wp-revisions-control\n"
"POT-Creation-Date: 2019-05-26 17:40:54+00:00\n"
"POT-Creation-Date: 2019-05-26 23:37:00+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -25,17 +25,37 @@ msgstr ""
"X-Poedit-Bookmarks: \n"
"X-Textdomain-Support: yes\n"
#: inc/class-wp-revisions-control.php:149
#: inc/class-wp-revisions-control-bulk-actions.php:84
msgid "Purge excess revisions"
msgstr ""
#: inc/class-wp-revisions-control-bulk-actions.php:89
msgid "Purge ALL revisions"
msgstr ""
#: inc/class-wp-revisions-control-bulk-actions.php:269
msgid "Purged all revisions."
msgstr ""
#: inc/class-wp-revisions-control-bulk-actions.php:276
msgid "Purged excess revisions."
msgstr ""
#: inc/class-wp-revisions-control-bulk-actions.php:287
msgid "WP Revisions Control encountered an unspecified error."
msgstr ""
#: inc/class-wp-revisions-control.php:158
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:150
#: inc/class-wp-revisions-control.php:159
msgid "If a post type isn't listed, revisions are not enabled for that post type."
msgstr ""
#: inc/class-wp-revisions-control.php:161
#: inc/class-wp-revisions-control.php:170
#. translators: 1. Filter tag.
msgid ""
"A local change is causing this plugin's functionality to run at a priority "
@@ -43,58 +63,63 @@ msgid ""
"please unhook any functions from the %1$s filter."
msgstr ""
#: inc/class-wp-revisions-control.php:278
#: inc/class-wp-revisions-control.php:287
msgid "Revisions"
msgstr ""
#: inc/class-wp-revisions-control.php:300
#: inc/class-wp-revisions-control.php:309
msgid "Processing…"
msgstr ""
#: inc/class-wp-revisions-control.php:301
#: inc/class-wp-revisions-control.php:310
msgid "Are you sure you want to remove revisions from this post?"
msgstr ""
#: inc/class-wp-revisions-control.php:302
#: inc/class-wp-revisions-control.php:311
msgid "Autosave"
msgstr ""
#: inc/class-wp-revisions-control.php:303
#: inc/class-wp-revisions-control.php:312
msgid "There are no revisions to remove."
msgstr ""
#: inc/class-wp-revisions-control.php:304
#: inc/class-wp-revisions-control.php:313
msgid "An error occurred. Please refresh the page and try again."
msgstr ""
#: inc/class-wp-revisions-control.php:325
#: inc/class-wp-revisions-control.php:334
msgid "Purge these revisions"
msgstr ""
#: inc/class-wp-revisions-control.php:331
#: inc/class-wp-revisions-control.php:340
#. translators: 1. Text input field.
msgid ""
"Limit this post to %1$s revisions. Leave this field blank for default "
"behavior."
msgstr ""
#: inc/class-wp-revisions-control.php:356
#: inc/class-wp-revisions-control.php:365
msgid "No post ID was provided. Please refresh the page and try again."
msgstr ""
#: inc/class-wp-revisions-control.php:358
#: inc/class-wp-revisions-control.php:367
msgid "Invalid request. Please refresh the page and try again."
msgstr ""
#: inc/class-wp-revisions-control.php:360
#: inc/class-wp-revisions-control.php:369
msgid "You are not allowed to edit this post."
msgstr ""
#: inc/class-wp-revisions-control.php:392
#: inc/class-wp-revisions-control.php:401
#. translators: 1. Number of removed revisions, already formatted for locale.
msgid "Removed %1$s revisions associated with this post."
msgstr ""
#: inc/class-wp-revisions-control.php:427
#: inc/class-wp-revisions-control.php:439
msgid "No revisions to remove."
msgstr ""
#. Plugin Name of the plugin/theme
msgid "WP Revisions Control"
msgstr ""
Loading