';
-
+
$('div.edit-post-post-schedule').after(html);
if (rvyCreationDisabled) {
@@ -158,7 +158,7 @@ jQuery(document).ready( function($) {
/**
* If date is set to future, change Publish button caption to "Schedule Revision",
* Then set a self-interval to refresh that status once the selected date is no longer future.
- *
+ *
* If the selected date is already past, change Publish button back to "Update"
*/
var RvySelectedFutureDate = false;
@@ -177,7 +177,7 @@ jQuery(document).ready( function($) {
}
var selectedDate = new Date( selectedDateHTML );
-
+
RvyTimeSelection = selectedDate.getTime();
var tdiff = RvyTimeSelection - Date.now();
diff --git a/admin/rvy_post-block-edit.js b/admin/rvy_post-block-edit.js
index 34b2fcbb..05e10482 100644
--- a/admin/rvy_post-block-edit.js
+++ b/admin/rvy_post-block-edit.js
@@ -3,7 +3,7 @@ if(rvyObjEdit.pendingRevisionsURL&&!$(ediv+'div.edit-post-last-revision__panel a
$('div.edit-post-last-revision__panel').css('height','inherit');}
setInterval(RvyPendingRevPanel,200);}
var rvyIsPublished=false;var RvySubmissionUI=function(){if(rvyObjEdit.ajaxurl&&!$('button.revision-approve').length){var html='
'
++rvyObjEdit.actionTitle+'">'
+rvyObjEdit.actionCaption+''
+''
+''
@@ -29,4 +29,4 @@ var data={'rvy_ajax_field':'create_scheduled_revision','rvy_ajax_value':wp.data.
var selectedDate=new Date(selectedDateHTML);RvyTimeSelection=selectedDate.getTime();var tdiff=RvyTimeSelection-Date.now();RvyTimeSelection=RvyTimeSelection/1000;if((tdiff>1000)){RvySelectedFutureDate=true;$('.rvy-creation-ui .revision-create').hide();$('.rvy-creation-ui .revision-created').hide();$('.rvy-creation-ui .revision-scheduled').hide();$('.rvy-creation-ui .revision-schedule').show();}else{$('.rvy-creation-ui .revision-schedule').hide();$('.rvy-creation-ui .revision-scheduled').hide();$('.rvy-creation-ui .revision-created').hide();$('.rvy-creation-ui .revision-create').show();if(tdiff<=0){if(RvySelectedFutureDate){RvyTimeSelection='';}}}}
var RvyDetectPublishOptionsDivClosureInterval=false;var RvyDetectPublishOptionsDiv=function(){if($('div.edit-post-post-schedule__dialog').length){clearInterval(RvyDetectPublishOptionsDivInterval);var RvyDetectPublishOptionsClosure=function(){if(!$('div.edit-post-post-schedule__dialog').length){clearInterval(RvyDetectPublishOptionsDivClosureInterval);RvyDetectPublishOptionsDivInterval=setInterval(RvyDetectPublishOptionsDiv,500);RvyRefreshScheduleButton();}}
RvyDetectPublishOptionsDivClosureInterval=setInterval(RvyDetectPublishOptionsClosure,200);}}
-var RvyDetectPublishOptionsDivInterval=setInterval(RvyDetectPublishOptionsDiv,500);});
\ No newline at end of file
+var RvyDetectPublishOptionsDivInterval=setInterval(RvyDetectPublishOptionsDiv,500);});
diff --git a/admin/rvy_revision-block-edit.dev.js b/admin/rvy_revision-block-edit.dev.js
index 3e240ed7..11594ed3 100644
--- a/admin/rvy_revision-block-edit.dev.js
+++ b/admin/rvy_revision-block-edit.dev.js
@@ -245,7 +245,7 @@ jQuery(document).ready( function($) {
if (rvyObjEdit.viewURL) {
original = $('div.edit-post-header__settings a.editor-post-preview');
- $(original).after(original.clone().attr('href', rvyObjEdit.viewURL).attr('target', '_blank').removeClass('editor-post-preview').addClass('rvy-post-preview'));
+ $(original).after(original.clone().attr('href', rvyObjEdit.viewURL).attr('target', '_blank').removeClass('editor-post-preview is-tertiary').addClass('rvy-post-preview is-secondary'));
$(original).hide();
if (rvyObjEdit.multiPreviewActive) {
diff --git a/admin/rvy_revision-block-edit.js b/admin/rvy_revision-block-edit.js
index 12711b65..65ac87f4 100644
--- a/admin/rvy_revision-block-edit.js
+++ b/admin/rvy_revision-block-edit.js
@@ -35,7 +35,7 @@ var RvyUIInterval=setInterval(RvySubmissionUI,100);var RvyApprovalLocked=false;$
$(document).on('click','div.postbox-container',function(){$('button.revision-approve').prop('disabled','disabled');});$(document).on('click','button.revision-approve',function(){if(!rvyObjEdit[rvyObjEdit.currentStatus+'ActionURL']){var revisionaryCreateDone=function(){$('.revision-approve').hide();$('.revision-created').show();rvyObjEdit.currentStatus='pending';$('.rvy-current-status').html(rvyObjEdit[rvyObjEdit.currentStatus+'StatusCaption']);$('a.revision-edit').attr('href',rvyObjEdit[rvyObjEdit.currentStatus+'CompletedURL']).show();}
var revisionaryCreateError=function(data,txtStatus){$('div.rvy-creation-ui').html(rvyObjEdit[rvyObjEdit.currentStatus+'ErrorCaption']);}
var data={'rvy_ajax_field':rvyObjEdit[rvyObjEdit.currentStatus+'AjaxField'],'rvy_ajax_value':wp.data.select('core/editor').getCurrentPostId(),'nc':RvyGetRandomInt(99999999)};$.ajax({url:rvyObjEdit.ajaxurl,data:data,dataType:"html",success:revisionaryCreateDone,error:revisionaryCreateError});}});var RvyRecaptionSaveDraft=function(){if($('button.editor-post-save-draft:not(.rvy-recaption)').length){RvyRecaptionElement('button.editor-post-save-draft:not(.rvy-recaption)',rvyObjEdit.saveRevision);$('button.editor-post-save-draft:not(.rvy-recaption)').addClass('rvy-recaption');}
-if(($('div.edit-post-header__settings a.editor-post-preview:visible').length||$('div.block-editor-post-preview__dropdown button.block-editor-post-preview__button-toggle:visible').length)&&!$('a.rvy-post-preview').length){if(rvyObjEdit.viewURL){original=$('div.edit-post-header__settings a.editor-post-preview');$(original).after(original.clone().attr('href',rvyObjEdit.viewURL).attr('target','_blank').removeClass('editor-post-preview').addClass('rvy-post-preview'));$(original).hide();if(rvyObjEdit.multiPreviewActive){$('.rvy-post-preview').removeClass('components-button').css('height','inherit').css('text-decoration','none');}}
+if(($('div.edit-post-header__settings a.editor-post-preview:visible').length||$('div.block-editor-post-preview__dropdown button.block-editor-post-preview__button-toggle:visible').length)&&!$('a.rvy-post-preview').length){if(rvyObjEdit.viewURL){original=$('div.edit-post-header__settings a.editor-post-preview');$(original).after(original.clone().attr('href',rvyObjEdit.viewURL).attr('target','_blank').removeClass('editor-post-preview is-tertiary').addClass('rvy-post-preview is-secondary'));$(original).hide();if(rvyObjEdit.multiPreviewActive){$('.rvy-post-preview is-primary').removeClass('components-button').css('height','inherit').css('text-decoration','none');}}
if(rvyObjEdit.viewCaption){RvyRecaptionElement('div.edit-post-header__settings a.rvy-post-preview',rvyObjEdit.viewCaption);}
if(rvyObjEdit.viewTitle){$('div.edit-post-header__settings a.rvy-post-preview').attr('title',rvyObjEdit.viewTitle);}}else{if(!rvyObjEdit.multiPreviewActive){if(!$('a.editor-post-preview').next('a.rvy-post-preview').length){$('a.rvy-post-preview').insertAfter($('a.editor-post-preview'));}
if(rvyObjEdit.previewTitle&&!$('a.editor-post-preview').attr('title')){$('div.edit-post-header__settings a.editor-post-preview').attr('title',rvyObjEdit.previewTitle);}}}
From eeb83f3f8a212247bebd47859971cab35d5604f3 Mon Sep 17 00:00:00 2001
From: Kevin Behrens <43488774+agapetry@users.noreply.github.com>
Date: Thu, 23 Sep 2021 17:54:24 -0400
Subject: [PATCH 096/193] Fix activation error
---
revisionary.php | 2 ++
1 file changed, 2 insertions(+)
diff --git a/revisionary.php b/revisionary.php
index 74e1e75a..0bb1afaf 100644
--- a/revisionary.php
+++ b/revisionary.php
@@ -100,6 +100,8 @@ function($links, $file)
$last_ver = get_option('revisionary_last_version');
+ require_once(dirname(__FILE__).'/functions.php');
+
if ($current_version != $last_ver) {
require_once( dirname(__FILE__).'/lib/agapetry_wp_core_lib.php');
require_once(dirname(__FILE__).'/rvy_init.php');
From b2438178fa8abc5557fc86c33ca9a34aef31872a Mon Sep 17 00:00:00 2001
From: Kevin Behrens <43488774+agapetry@users.noreply.github.com>
Date: Thu, 23 Sep 2021 17:54:46 -0400
Subject: [PATCH 097/193] Update beta version tag
---
revisionary.php | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/revisionary.php b/revisionary.php
index 0bb1afaf..2934fbd0 100644
--- a/revisionary.php
+++ b/revisionary.php
@@ -5,7 +5,7 @@
* Description: Maintain published content with teamwork and precision using the Revisions model to submit, approve and schedule changes.
* Author: PublishPress
* Author URI: https://publishpress.com
- * Version: 3.0-beta3
+ * Version: 3.0-beta3.1
* Text Domain: revisionary
* Domain Path: /languages/
* Min WP Version: 4.9.7
@@ -96,7 +96,7 @@ function($links, $file)
// register these functions before any early exits so normal activation/deactivation can still run with RS_DEBUG
register_activation_hook(__FILE__, function()
{
- $current_version = '3.0-beta3';
+ $current_version = '3.0-beta3.1';
$last_ver = get_option('revisionary_last_version');
@@ -191,7 +191,7 @@ function()
return;
}
- define('PUBLISHPRESS_REVISIONS_VERSION', '3.0-beta3');
+ define('PUBLISHPRESS_REVISIONS_VERSION', '3.0-beta3.1');
if ( ! defined( 'RVY_VERSION' ) ) {
define( 'RVY_VERSION', PUBLISHPRESS_REVISIONS_VERSION ); // back compat
From edf548c3dcccbc761927454404b61ae7529a4448 Mon Sep 17 00:00:00 2001
From: Kevin Behrens <43488774+agapetry@users.noreply.github.com>
Date: Thu, 23 Sep 2021 20:44:31 -0400
Subject: [PATCH 098/193] Revision Publication: post_date / modification date
updated regardless of settings
pending_revision_update_modified_date, scheduled_revision_update_modified_date settings are now observed.
---
admin/revision-action_rvy.php | 44 ++++++++++++++++-------------------
1 file changed, 20 insertions(+), 24 deletions(-)
diff --git a/admin/revision-action_rvy.php b/admin/revision-action_rvy.php
index 0a5b8c41..c67d545f 100644
--- a/admin/revision-action_rvy.php
+++ b/admin/revision-action_rvy.php
@@ -579,11 +579,21 @@ function rvy_apply_revision( $revision_id, $actual_revision_status = '' ) {
(in_array($revision->post_mime_type, ['pending-revision', 'draft-revision']) && !rvy_get_option('pending_revision_update_post_date'))
|| (('future-revision' == $revision->post_mime_type) && !rvy_get_option('scheduled_revision_update_post_date'))
) {
+ // @todo: how was post_date_gmt of published post previously set to zero?
+ if (('0000-00-00 00:00:00' == $published->post_date_gmt) && ('0000-00-00 00:00:00' != $published->post_date)) {
+ // reconstruct post_date_gmt from stored post_date
+ $timestamp = strtotime($published->post_date);
+ $zone_diff = strtotime(current_time('mysql', 'gmt')) - strtotime(current_time('mysql'));
+ $set_date_gmt = gmdate('Y-m-d H:i:s', $timestamp + $zone_diff);
+ } else {
+ $set_date_gmt = $published->post_date_gmt;
+ }
+
$update = array_merge(
$update,
array(
'post_date' => $published->post_date,
- 'post_date_gmt' => $published->post_date_gmt,
+ 'post_date_gmt' => $set_date_gmt,
)
);
}
@@ -645,20 +655,24 @@ function rvy_apply_revision( $revision_id, $actual_revision_status = '' ) {
) {
$post_modified = current_time('mysql');
$post_modified_gmt = current_time('mysql', 1);
-
- $update_fields['post_modified'] = $post_modified;
- $update_fields['post_modified_gmt'] = $post_modified_gmt;
} else {
- $post_modified = get_post_field('post_modified', $post_id);
- $post_modified_gmt = get_post_field('post_modified_gmt', $post_id);
+ $post_modified = $published->post_modified;
+ $post_modified_gmt = $published->post_modified_gmt;
}
+ $update_fields['post_modified'] = $post_modified;
+ $update_fields['post_modified_gmt'] = $post_modified_gmt;
+
if (
(in_array($revision->post_mime_type, ['draft-revision', 'pending-revision']) && rvy_get_option('pending_revision_update_post_date'))
|| (('future-revision' == $revision->post_mime_type) && rvy_get_option('scheduled_revision_update_post_date'))
) {
$update_fields['post_date'] = $post_modified;
$update_fields['post_date_gmt'] = $post_modified_gmt;
+
+ } elseif (!empty($update['post_date'])) {
+ $update_fields['post_date'] = $update['post_date'];
+ $update_fields['post_date_gmt'] = $update['post_date_gmt'];
}
$wpdb->update($wpdb->posts, $update_fields, ['ID' => $post_id]);
@@ -771,24 +785,6 @@ function rvy_apply_revision( $revision_id, $actual_revision_status = '' ) {
}
}
- // Prevent post date from being set to current time unless Revisionary settings call for that
- if (
- (in_array($revision->post_mime_type, ['draft-revision', 'pending-revision']) && !rvy_get_option('pending_revision_update_post_date'))
- || (('future-revision' == $revision->post_mime_type) && !rvy_get_option('scheduled_revision_update_post_date'))
- ) {
- if ($_post = get_post($post_id)) {
- $set_dates = (('future-revision' != $revision->post_mime_type) && ($_post->post_date_gmt != $_post->post_modified_gmt))
- ? ['post_date' => $revision->post_date, 'post_date_gmt' => $revision->post_date_gmt]
- : ['post_date' => $published->post_date, 'post_date_gmt' => $published->post_date_gmt];
-
- $wpdb->update(
- $wpdb->posts,
- $set_dates,
- ['ID' => $published->ID]
- );
- }
- }
-
rvy_delete_past_revisions($revision_id);
rvy_delete_redundant_revisions($revision);
From f1f76921f7ce6781446766f05e7a29e418ff73c5 Mon Sep 17 00:00:00 2001
From: Kevin Behrens <43488774+agapetry@users.noreply.github.com>
Date: Thu, 23 Sep 2021 20:45:52 -0400
Subject: [PATCH 099/193] Compare Revisions: post_date change displayed even if
it will not be applied
pending_revision_update_post_date, scheduled_revision_update_post_date settings are now observed.
---
admin/history_rvy.php | 24 ++++++++++++++++--------
1 file changed, 16 insertions(+), 8 deletions(-)
diff --git a/admin/history_rvy.php b/admin/history_rvy.php
index 148c2675..67e2f873 100644
--- a/admin/history_rvy.php
+++ b/admin/history_rvy.php
@@ -522,15 +522,23 @@ public function getRevisionUIDiff($post, $compare_from, $compare_to) {
}
}
+ $compare_fields = [
+ 'post_date' => __('Post Date', 'revisionary'),
+ 'post_parent' => __('Post Parent', 'revisionary'),
+ 'menu_order' => __('Menu Order', 'revisionary'),
+ 'comment_status' => __('Comment Status', 'revisionary'),
+ 'ping_status' => __('Ping Status', 'revisionary'),
+ ];
+
+ if (
+ ((('future-revision' == $compare_from->post_mime_type) || ('future-revision' == $compare_to->post_mime_type)) && !rvy_get_option('scheduled_revision_update_post_date'))
+ || ((in_array($compare_from->post_mime_type, ['draft-revision', 'pending-revision']) || in_array($compare_to->post_mime_type, ['draft-revision', 'pending-revision'])) && !rvy_get_option('pending_revision_update_post_date'))
+ ) {
+ unset($compare_fields['post_date']);
+ }
+
// === Add core post fields which cannot normally be versioned
- foreach( apply_filters('revisionary_compare_post_fields',
- [
- 'post_date' => __('Post Date', 'revisionary'),
- 'post_parent' => __('Post Parent', 'revisionary'),
- 'menu_order' => __('Menu Order', 'revisionary'),
- 'comment_status' => __('Comment Status', 'revisionary'),
- 'ping_status' => __('Ping Status', 'revisionary'),
- ]) as $field => $name
+ foreach( apply_filters('revisionary_compare_post_fields', $compare_fields) as $field => $name
) {
// don't display post date difference when it's set to a future date for scheduling
if (strtotime($compare_to->post_date_gmt) > agp_time_gmt() || ('future-revision' == $compare_to->post_mime_type)) {
From 77e490df7ab9cc89538763cce524b12812eff477 Mon Sep 17 00:00:00 2001
From: Kevin Behrens <43488774+agapetry@users.noreply.github.com>
Date: Thu, 23 Sep 2021 20:46:02 -0400
Subject: [PATCH 100/193] Update beta version tag
---
revisionary.php | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/revisionary.php b/revisionary.php
index 2934fbd0..9d702c74 100644
--- a/revisionary.php
+++ b/revisionary.php
@@ -5,7 +5,7 @@
* Description: Maintain published content with teamwork and precision using the Revisions model to submit, approve and schedule changes.
* Author: PublishPress
* Author URI: https://publishpress.com
- * Version: 3.0-beta3.1
+ * Version: 3.0-beta3.2
* Text Domain: revisionary
* Domain Path: /languages/
* Min WP Version: 4.9.7
@@ -96,7 +96,7 @@ function($links, $file)
// register these functions before any early exits so normal activation/deactivation can still run with RS_DEBUG
register_activation_hook(__FILE__, function()
{
- $current_version = '3.0-beta3.1';
+ $current_version = '3.0-beta3.2';
$last_ver = get_option('revisionary_last_version');
@@ -191,7 +191,7 @@ function()
return;
}
- define('PUBLISHPRESS_REVISIONS_VERSION', '3.0-beta3.1');
+ define('PUBLISHPRESS_REVISIONS_VERSION', '3.0-beta3.2');
if ( ! defined( 'RVY_VERSION' ) ) {
define( 'RVY_VERSION', PUBLISHPRESS_REVISIONS_VERSION ); // back compat
From b9fc7fe7041c19f846643ecf24421540ddd419ff Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Valenti=CC=81n=20Garci=CC=81a?=
Date: Fri, 24 Sep 2021 14:34:02 -0500
Subject: [PATCH 101/193] Use tertiary and primary button classes for easier
maintenance
---
admin/revisionary.css | 35 +++++++++++++++++++++-
admin/rvy_post-block-edit.dev.js | 12 ++++----
admin/rvy_post-block-edit.js | 33 +--------------------
admin/rvy_revision-block-edit.dev.js | 10 ++-----
admin/rvy_revision-block-edit.js | 44 +---------------------------
5 files changed, 45 insertions(+), 89 deletions(-)
diff --git a/admin/revisionary.css b/admin/revisionary.css
index 7f8d8ef5..8b62ddcc 100644
--- a/admin/revisionary.css
+++ b/admin/revisionary.css
@@ -546,7 +546,7 @@ div.components-panel div.revision-created {
margin: 15px 0 15px 0;
}
-div.components-panel div.revision-created .revision-approve.is-tertiary {
+.ppr-purple-button.components-button.is-tertiary {
padding: 0 7px;
}
@@ -589,3 +589,36 @@ line-height: 2.1;
color: #070;
font-weight: bold;
}
+
+/* Primary button in purple requires these 3 classes together for and tags */
+.ppr-purple-button.components-button.is-primary {
+ background: #655997;
+}
+
+.ppr-purple-button.components-button.is-primary:hover,
+.ppr-purple-button.components-button.is-primary:focus,
+.ppr-purple-button.components-button.is-primary:active {
+ background: #483f6b;
+}
+
+.ppr-purple-button.components-button.is-primary:focus {
+ box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) #483f6b;
+}
+
+/* Tertiary button in purple requires these 3 classes together for and tags */
+.ppr-purple-button.components-button.is-tertiary {
+ color: #655997;
+}
+
+.ppr-purple-button.components-button.is-tertiary:hover,
+.ppr-purple-button.components-button.is-tertiary:focus,
+.ppr-purple-button.components-button.is-tertiary:active {
+ box-shadow: inset 0 0 0 1px #483f6b;
+ color: #483f6b;
+}
+
+/* Disable default CSS properties for tags that works as wrappers for tags */
+.ppr-clear-button {
+ background: none;
+ border: none;
+}
diff --git a/admin/rvy_post-block-edit.dev.js b/admin/rvy_post-block-edit.dev.js
index 9196bcad..9c5eb90d 100644
--- a/admin/rvy_post-block-edit.dev.js
+++ b/admin/rvy_post-block-edit.dev.js
@@ -31,14 +31,14 @@ jQuery(document).ready( function($) {
if (rvyObjEdit.ajaxurl && !$('button.revision-approve').length) {
var html = '
\"Contributors\" can submit revisions to their published posts."
+"li>
\"Revisors\" can submit revisions to posts and pages published by "
+"others.
\"Authors\", \"Editors\" and \"Administrators\" can approve "
+"revisions or schedule their own revisions.
%s%s%s"
+msgstr ""
+
+#: admin/admin-init_rvy.php:332
+#, php-format
+msgid ""
+"Revisionary is now PublishPress Revisions! Note the new "
+"Revisions menu and %sRevision Queue%s screen, where Change Requests and "
+"Scheduled Changes are listed. %s"
+msgstr ""
+
+#: admin/admin-init_rvy.php:358
+msgid "Dismiss"
+msgstr ""
+
+#: admin/admin-posts_rvy.php:27
+msgid "The revision was restored."
+msgstr "Версія была адноўлена."
+
+#: admin/admin-posts_rvy.php:30
+msgid "The revision was scheduled for publication."
+msgstr "Рэдакцыя была запланавана для публікацыі."
+
+#: admin/admin-posts_rvy.php:33
+msgid "The revision was published."
+msgstr "Рэдакцыя была апублікавана."
+
+#: admin/admin-posts_rvy.php:113 admin/class-list-table_rvy.php:434
+#: rvy_init.php:236
+msgid "Change Request"
+msgstr ""
+
+#: admin/admin-posts_rvy.php:130
+#, fuzzy
+#| msgid "%1$s Revisions"
+msgid "Has Revision"
+msgstr "%1$s рэдакцый"
+
+#: admin/admin-posts_rvy.php:145 admin/admin_rvy.php:172 admin/options.php:102
+#, fuzzy
+#| msgid "Revisions"
+msgid "Revision Queue"
+msgstr "Рэдакцыі"
+
+#: admin/admin-posts_rvy.php:160
+msgid "New Working Copy"
+msgstr ""
+
+#: admin/admin_lib-mu_rvy.php:10 admin/options.php:213
+msgid "PublishPress Revisions Network Settings"
+msgstr ""
+
+#: admin/admin_lib-mu_rvy.php:10
+msgid "Network Settings"
+msgstr ""
+
+#: admin/admin_lib-mu_rvy.php:21 admin/options.php:215
+#, fuzzy
+#| msgid "Revisionary Defaults"
+msgid "PublishPress Revisions Network Defaults"
+msgstr "Налады Revisionary"
+
+#: admin/admin_lib-mu_rvy.php:21
+#, fuzzy
+#| msgid "Revert to Defaults"
+msgid "Network Defaults"
+msgstr "Вярнуць да пачатковых"
+
+#: admin/admin_rvy.php:153 admin/admin_rvy.php:169
+msgid "Revisions"
+msgstr "Рэдакцыі"
+
+#: admin/admin_rvy.php:185 admin/options.php:219
+#, fuzzy
+#| msgid "Publish this Pending Revision now."
+msgid "PublishPress Revisions Settings"
+msgstr "Да публікацыі гэтага Рэдакцыя цяпер."
+
+#: admin/admin_rvy.php:185 admin/options.php:94
+#, fuzzy
+msgid "Settings"
+msgstr "Налады будуць ужыты да ўсіх блогаў"
+
+#: admin/admin_rvy.php:192 admin/admin_rvy.php:193
+msgid "Upgrade to Pro"
+msgstr ""
+
+#: admin/admin_rvy.php:262
+#, php-format
+msgid "If you like %s, please leave us a %s rating. Thank you!"
+msgstr ""
+
+#: admin/admin_rvy.php:273
+#, fuzzy
+#| msgid "About Revisionary"
+msgid "About PublishPress Revisions"
+msgstr "О Revisionary"
+
+#: admin/admin_rvy.php:273
+msgid "About"
+msgstr ""
+
+#: admin/admin_rvy.php:275
+#, fuzzy
+#| msgid "Publish this Pending Revision now."
+msgid "PublishPress Revisions Documentation"
+msgstr "Да публікацыі гэтага Рэдакцыя цяпер."
+
+#: admin/admin_rvy.php:275 admin/options.php:780
+msgid "Documentation"
+msgstr ""
+
+#: admin/admin_rvy.php:277
+msgid "Contact the PublishPress team"
+msgstr ""
+
+#: admin/admin_rvy.php:277
+msgid "Contact"
+msgstr ""
+
+#: admin/agents_checklist_rvy.php:63
+#, php-format
+msgid "show current users (%d)"
+msgstr "паказаць бягучых карыстачоў (%d)"
+
+#: admin/agents_checklist_rvy.php:63
+#, php-format
+msgid "show eligible users (%d)"
+msgstr "паказаць правы карыстачоў (%d)"
+
+#: admin/agents_checklist_rvy.php:81
+msgid "filter:"
+msgstr "фільтр:"
+
+#: admin/agents_checklist_rvy.php:90
+msgid "select"
+msgstr "абраць"
+
+#: admin/agents_checklist_rvy.php:95
+msgid "unselect"
+msgstr "не выбіраць"
+
+#: admin/class-list-table_rvy.php:390
+#, fuzzy
+#| msgid "Revisions"
+msgid "Revision"
+msgstr "Гэты перагляд быў апублікаваны %s"
+
+#: admin/class-list-table_rvy.php:391 admin/post-editor-workflow-ui_rvy.php:25
+msgid "Status"
+msgstr ""
+
+#: admin/class-list-table_rvy.php:392
+msgid "Post Type"
+msgstr ""
+
+#: admin/class-list-table_rvy.php:393
+msgid "Revised By"
+msgstr ""
+
+#: admin/class-list-table_rvy.php:394
+msgid "Submission"
+msgstr ""
+
+#: admin/class-list-table_rvy.php:402
+#, fuzzy
+#| msgid "Schedule Now"
+msgid "Schedule"
+msgstr "Запланавана для:"
+
+#: admin/class-list-table_rvy.php:405
+#, fuzzy
+#| msgid "Published on:"
+msgid "Published Post"
+msgstr "Апублікавана:"
+
+#: admin/class-list-table_rvy.php:407
+msgid "Post Author"
+msgstr ""
+
+#: admin/class-list-table_rvy.php:431 rvy_init.php:225
+msgid "Working Copy"
+msgstr ""
+
+#: admin/class-list-table_rvy.php:437 rvy_init.php:247
+#, fuzzy
+#| msgid "Schedule Now"
+msgid "Scheduled Change"
+msgstr "Запланаваць цяпер"
+
+#: admin/class-list-table_rvy.php:453 admin/class-list-table_rvy.php:1103
+msgid "Y/m/d g:i:s a"
+msgstr ""
+
+#: admin/class-list-table_rvy.php:461 admin/class-list-table_rvy.php:1108
+#: admin/history_rvy.php:987
+#, php-format
+msgid "%s ago"
+msgstr ""
+
+#: admin/class-list-table_rvy.php:464 admin/class-list-table_rvy.php:1111
+msgid "Y/m/d g:i a"
+msgstr ""
+
+#: admin/class-list-table_rvy.php:471
+#, fuzzy, php-format
+#| msgid "(already scheduled for publication on %s)"
+msgid "Scheduled publication: %s"
+msgstr "(ужо запланаваны да публікацыі на %s)"
+
+#: admin/class-list-table_rvy.php:474
+#, fuzzy, php-format
+#| msgid "(for publication on %s)"
+msgid "Requested publication: %s"
+msgstr "(lkz ge,kbrfwbb %s)"
+
+#: admin/class-list-table_rvy.php:478
+#, fuzzy
+#| msgid "Unschedule"
+msgid "Missed schedule"
+msgstr "Не планаваць"
+
+#: admin/class-list-table_rvy.php:521 admin/history_rvy.php:781
+msgid "No author"
+msgstr ""
+
+#: admin/class-list-table_rvy.php:561
+#, fuzzy, php-format
+#| msgid "View it in Revisions Manager"
+msgid "View only revisions of %s"
+msgstr "Глядзець гэта ў мэнэджару версій"
+
+#: admin/class-list-table_rvy.php:562 admin/class-list-table_rvy.php:914
+#, fuzzy
+#| msgid "filter:"
+msgid "Filter"
+msgstr "фільтр:"
+
+#: admin/class-list-table_rvy.php:573 admin/class-list-table_rvy.php:581
+#, fuzzy
+#| msgid "It will be published on %s"
+msgid "View published post"
+msgstr "Гэта было апублікавана %s"
+
+#: admin/class-list-table_rvy.php:582 admin/class-list-table_rvy.php:1201
+#: admin/history_rvy.php:1169 admin/revision-ui_rvy.php:275
+msgid "Preview"
+msgstr ""
+
+#: admin/class-list-table_rvy.php:605
+#, fuzzy
+#| msgid "Restore this Past Revision"
+msgid "Compare Past Revisions"
+msgstr "Воостановлено з прошл. рэдакцыі"
+
+#: admin/class-list-table_rvy.php:606
+msgid "History"
+msgstr ""
+
+#: admin/class-list-table_rvy.php:768
+#, php-format
+msgid "%sMy Copies & Changes%s (%s)"
+msgstr ""
+
+#: admin/class-list-table_rvy.php:802
+#, php-format
+msgid "%sMy Published Posts%s(%s)"
+msgstr ""
+
+#: admin/class-list-table_rvy.php:837
+#, php-format
+msgid "All %s"
+msgstr ""
+
+#: admin/class-list-table_rvy.php:861 front_rvy.php:312
+#, fuzzy
+msgid "Submit"
+msgstr ""
+"%1$s Submit a case study%2$s, растлумачыўшы, якім чынам гэтыя ўбудовы "
+"дапамогуць вам зрабіць нешта выдатнае і пахвальна."
+
+#: admin/class-list-table_rvy.php:864 admin/history_rvy.php:1072
+#: front_rvy.php:331
+msgid "Approve"
+msgstr ""
+
+#: admin/class-list-table_rvy.php:865
+#, fuzzy
+#| msgid "Published:"
+msgid "Publish"
+msgstr "Да публікацыі гэтага Рэдакцыя цяпер."
+
+#: admin/class-list-table_rvy.php:868 admin/revision-ui_rvy.php:280
+msgid "Unschedule"
+msgstr "Не планаваць"
+
+#: admin/class-list-table_rvy.php:893
+msgid "Filter by category"
+msgstr ""
+
+#: admin/class-list-table_rvy.php:958
+msgid "Filter by date"
+msgstr ""
+
+#: admin/class-list-table_rvy.php:960
+msgid "All dates"
+msgstr ""
+
+#: admin/class-list-table_rvy.php:1019
+#, fuzzy
+#| msgid "select"
+msgid "Select All"
+msgstr "абраць"
+
+#: admin/class-list-table_rvy.php:1091
+#, fuzzy, php-format
+#| msgid "“%1$s” (Current Revision)"
+msgid "“%s” (Edit)"
+msgstr "“%1$s” (Бягучая рэдакцыя)"
+
+#: admin/class-list-table_rvy.php:1184
+#, fuzzy
+#| msgid "Current Revision"
+msgid "Delete Revision"
+msgstr "У вас няма правоў для выдалення рэдакцыі."
+
+#: admin/class-list-table_rvy.php:1185 admin/revision-ui_rvy.php:411
+msgid "Delete"
+msgstr "Выдаліць"
+
+#: admin/class-list-table_rvy.php:1200
+#, fuzzy
+#| msgid "Pending Revisions"
+msgid "Preview Revision"
+msgstr "Pending Revisions"
+
+#: admin/class-list-table_rvy.php:1213
+msgid "Compare Changes"
+msgstr ""
+
+#: admin/edit-revision-block-ui_rvy.php:20
+msgid "Enable public preview"
+msgstr ""
+
+#: admin/edit-revision-classic-ui_rvy.php:33 admin/post-edit_rvy.php:26
+#: admin/post-edit_rvy.php:64
+#, fuzzy
+#| msgid "Current Revision"
+msgid "Current Time"
+msgstr "Бягучая рэдакцыя"
+
+#: admin/edit-revision-classic-ui_rvy.php:43
+#: admin/edit-revision-classic-ui_rvy.php:46
+#: admin/edit-revision-classic-ui_rvy.php:52
+#: admin/edit-revision-classic-ui_rvy.php:53
+msgid "Submit Changes"
+msgstr ""
+
+#: admin/edit-revision-classic-ui_rvy.php:47
+msgid "Submit Change Schedule"
+msgstr ""
+
+#: admin/edit-revision-classic-ui_rvy.php:107
+#: admin/post-editor-workflow-ui_rvy.php:58
+msgid "View unsaved changes"
+msgstr ""
+
+#: admin/edit-revision-classic-ui_rvy.php:113
+#, fuzzy, php-format
+#| msgid "%1$s Revisions"
+msgid "Edit %s Revision"
+msgstr "%1$s рэдакцый"
+
+#: admin/edit-revision-classic-ui_rvy.php:209
+msgid "Compare this revision to published copy, or to other revisions"
+msgstr ""
+
+#: admin/edit-revision-classic-ui_rvy.php:222
+#, php-format
+msgid "Revision updated. %sView Preview%s"
+msgstr ""
+
+#: admin/edit-revision-classic-ui_rvy.php:224
+#, fuzzy
+#| msgid "The revision was updated."
+msgid "Revision updated."
+msgstr "Версія была обнавлена."
+
+#: admin/filters-admin-ui-item_rvy.php:26 admin/options.php:101
+#: admin/revisions.php:221 rvy_init.php:237
+msgid "Change Requests"
+msgstr ""
+
+#: admin/filters-admin-ui-item_rvy.php:32 admin/options.php:100
+#: admin/revisions.php:224 rvy_init.php:248
+#, fuzzy
+#| msgid "Scheduled Revisions"
+msgid "Scheduled Changes"
+msgstr "Запланаваныя рэдакцыі"
+
+#: admin/history_rvy.php:158
+#, fuzzy, php-format
+#| msgid "Revision of “%1$s”"
+msgid "Compare %s of “%s”"
+msgstr "Рэдакцыя “%1$s”"
+
+#: admin/history_rvy.php:159
+#, fuzzy
+#| msgid "Return to Edit Posts"
+msgid "← Return to editor"
+msgstr "Вярнуцца да рэдагавання пастоў"
+
+#: admin/history_rvy.php:436 admin/history_rvy.php:439
+msgid "(no title)"
+msgstr ""
+
+#: admin/history_rvy.php:525 admin/options.php:545
+#, fuzzy
+#| msgid "Publish Date"
+msgid "Post Date"
+msgstr "Дата публікацыі"
+
+#: admin/history_rvy.php:526
+msgid "Post Parent"
+msgstr ""
+
+#: admin/history_rvy.php:527
+msgid "Menu Order"
+msgstr ""
+
+#: admin/history_rvy.php:528
+msgid "Comment Status"
+msgstr ""
+
+#: admin/history_rvy.php:529
+msgid "Ping Status"
+msgstr ""
+
+#: admin/history_rvy.php:664
+msgid "Page Template"
+msgstr ""
+
+#: admin/history_rvy.php:667
+#, fuzzy
+#| msgid "Features"
+msgid "Featured Image"
+msgstr "Функцыі"
+
+#: admin/history_rvy.php:676
+msgid "Beaver Builder Data"
+msgstr ""
+
+#: admin/history_rvy.php:677
+msgid "Beaver Builder Settings"
+msgstr ""
+
+#: admin/history_rvy.php:914
+#, fuzzy
+#| msgid "Schedule for:"
+msgid "Scheduled for "
+msgstr "(ужо запланаваны да публікацыі на %s)"
+
+#: admin/history_rvy.php:919
+#, fuzzy
+msgid "Requested for "
+msgstr "Запытаная дата публікацыі: %1$s"
+
+#: admin/history_rvy.php:924
+#, fuzzy
+msgid "Modified "
+msgstr "Даце апошняй змены (націсніце, каб прагледзець / аднавіць)"
+
+#: admin/history_rvy.php:929
+#, php-format
+msgid "%s%s ago"
+msgstr ""
+
+#: admin/history_rvy.php:929
+#, php-format
+msgid "%s%s from now"
+msgstr ""
+
+#: admin/history_rvy.php:940
+msgid "M j, Y @ g:i a"
+msgstr ""
+
+#: admin/history_rvy.php:985
+msgid "M j, Y @ H:i"
+msgstr ""
+
+#: admin/history_rvy.php:1168
+#, fuzzy
+#| msgid "Review it here: "
+msgid "Preview / Restore"
+msgstr "Глядзець гэта тут:"
+
+#: admin/history_rvy.php:1175
+msgid "Manage"
+msgstr ""
+
+#: admin/history_rvy.php:1176
+msgid "List"
+msgstr ""
+
+#: admin/options.php:94
+#, fuzzy
+#| msgid "Option Scope"
+msgid "Setting Scope"
+msgstr "Опцыя вобласці"
+
+#: admin/options.php:98
+msgid "Role Definition"
+msgstr ""
+
+#: admin/options.php:99 admin/revisions.php:218 rvy_init.php:226
+msgid "Working Copies"
+msgstr ""
+
+#: admin/options.php:103
+msgid "Preview / Approval"
+msgstr ""
+
+#: admin/options.php:104
+#, fuzzy
+#| msgid "Revisionary Options"
+msgid "Revision Options"
+msgstr "Опцыі Revisionary"
+
+#: admin/options.php:105
+msgid "Email Notification"
+msgstr "Email апавяшчэнне"
+
+#: admin/options.php:112
+msgid "Working Copies require role capability"
+msgstr ""
+
+#: admin/options.php:113
+msgid "Enable Change Requests"
+msgstr ""
-#: E:\www\wp29c\wp-content\plugins\revisionary/front_rvy.php:106
+#: admin/options.php:114
+msgid "Enable Scheduled Changes"
+msgstr ""
+
+#: admin/options.php:115
+msgid "Change Requests require role capability"
+msgstr ""
+
+#: admin/options.php:116
+msgid "Editing others' revisions requires role capability"
+msgstr ""
+
+#: admin/options.php:117
+msgid "Listing others' revisions requires role capability"
+msgstr ""
+
+#: admin/options.php:118
+msgid "Users can always administer revisions to their own editable posts"
+msgstr ""
+
+#: admin/options.php:119
+msgid "Compatibility Mode"
+msgstr ""
+
+#: admin/options.php:120
+msgid "Also notify on Revision Update"
+msgstr ""
+
+#: admin/options.php:121
+msgid "Revision Publication: API actions to mimic Post Update"
+msgstr ""
+
+#: admin/options.php:122
+msgid "Hide html tags on Compare Revisions screen"
+msgstr ""
+
+#: admin/options.php:123
+msgid "Asynchronous Publishing"
+msgstr "Асінхронная публікацыя"
+
+#: admin/options.php:124 admin/options.php:125
+#, fuzzy
+#| msgid "Publish Date"
+msgid "Update Publish Date"
+msgstr "Дата публікацыі"
+
+#: admin/options.php:126 admin/options.php:127
+msgid "Update Modified Date"
+msgstr ""
+
+#: admin/options.php:128
+#, fuzzy
+#| msgid "Email original Author when a Pending Revision is submitted"
+msgid "Email original Author when a Change Request is submitted"
+msgstr "Пісаць аўтару, калі версія рэдакцыі адпраўлена"
+
+#: admin/options.php:129
+#, fuzzy
+#| msgid "Email the original Author when a Pending Revision is approved"
+msgid "Email the original Author when a Change Request is approved"
+msgstr "Пісаць аўтару, калі версія рэдакцыі зацверджана"
+
+#: admin/options.php:130
+#, fuzzy
+#| msgid "Email the Revisor when a Pending Revision is approved"
+msgid "Email the Revisor when a Change Request is approved"
+msgstr "Email Рэвізор пры чаканні рэдакцыі зацверджаны"
+
+#: admin/options.php:131
+#, fuzzy
+#| msgid "Email the original Author when a Scheduled Revision is published"
+msgid "Email the original Author when a Scheduled Change is published"
+msgstr "Email аўтара арыгінальнай калі раскладу рэдакцыя публікуецца"
+
+#: admin/options.php:132
+#, fuzzy
+#| msgid "Email the Revisor when a Scheduled Revision is published"
+msgid "Email the Revisor when a Scheduled Change is published"
+msgstr "Email аўтара арыгінальнай калі раскладу публікуецца"
+
+#: admin/options.php:133
+#, fuzzy
+#| msgid "Email Notification"
+msgid "Enable notification buffer"
+msgstr "Email апавяшчэнне"
+
+#: admin/options.php:134
+msgid "All custom post types available to Revisors"
+msgstr ""
+
+#: admin/options.php:135
+msgid "Prevent Revisors from editing other user's drafts"
+msgstr ""
+
+#: admin/options.php:136
+msgid "Display Hints"
+msgstr ""
+
+#: admin/options.php:137
+msgid "Show Preview Links"
+msgstr ""
+
+#: admin/options.php:138
+msgid "Preview Link Type"
+msgstr ""
+
+#: admin/options.php:139
+msgid "Approve Button on Compare Revisions screen"
+msgstr ""
+
+#: admin/options.php:140
+#, fuzzy
+#| msgid "The revision was published."
+msgid "Copy revision comments to published post"
+msgstr "Рэдакцыя была апублікавана."
+
+#: admin/options.php:141
+msgid "Compare Past Revisions ordering:"
+msgstr ""
+
+#: admin/options.php:147
+#, fuzzy
+#| msgid "Email designated Publishers when a Pending Revision is submitted"
+msgid "Email designated Publishers when a Change Request is submitted"
+msgstr "Email, прызначаны выдавецтву, калі рэдакцыя ўяўляецца"
+
+#: admin/options.php:148
+#, fuzzy
+#| msgid "Email designated Publishers when a Scheduled Revision is published"
+msgid "Email designated Publishers when a Scheduled Change is published"
+msgstr "Email, прызначаны выдавецтву, калі запланаваная рэдакцыя публікуецца"
+
+#: admin/options.php:149
+#, fuzzy
+#| msgid "Email designated Publishers when a Scheduled Revision is published"
+msgid "Email designated Publishers when a Change Request is approved"
+msgstr "Email, прызначаны выдавецтву, калі запланаваная рэдакцыя публікуецца"
+
+#: admin/options.php:151
+#, fuzzy
+#| msgid ""
+#| "Email Editors and Administrators when a Pending Revision is submitted"
+msgid "Email Editors and Administrators when a Change Request is submitted"
+msgstr ""
+"Адпраўляць email рэдактарам і адміністратарам, калі рэдакцыя адпраўляецца"
+
+#: admin/options.php:152
+#, fuzzy
+#| msgid ""
+#| "Email Editors and Administrators when a Scheduled Revision is published"
+msgid "Email Editors and Administrators when a Scheduled Change is published"
+msgstr ""
+"Адпраўляць email рэдактарам і адміністратарам, калі запланаваная рэдакцыя "
+"публікуецца"
+
+#: admin/options.php:153
+#, fuzzy
+#| msgid ""
+#| "Email Editors and Administrators when a Scheduled Revision is published"
+msgid "Email Editors and Administrators when a Change Request is approved"
+msgstr ""
+"Адпраўляць email рэдактарам і адміністратарам, калі запланаваная рэдакцыя "
+"публікуецца"
+
+#: admin/options.php:217
+#, fuzzy
+#| msgid "Revisionary Site Options"
+msgid "PublishPress Revisions Site Settings"
+msgstr "Revisionary налады сайта"
+
+#: admin/options.php:225 admin/options.php:898
+msgid "Update »"
+msgstr "Абнавіць »"
+
+#: admin/options.php:239
+#, fuzzy
+#| msgid ""
+#| "These are the default settings for options which can be "
+#| "adjusted per-blog."
+msgid ""
+"These are the default settings for options which can be "
+"adjusted per-site."
+msgstr ""
+"Гэта defaultналады для опцый, якія могуць быць скарэктаваны "
+"за блог."
+
+#: admin/options.php:276
#, php-format
-msgid "This Revision was Published on %s"
-msgstr "Гэты перагляд быў апублікаваны %s"
+msgid "You can also specify %1$sdefaults for site-specific settings%2$s."
+msgstr ""
-#: E:\www\wp29c\wp-content\plugins\revisionary/front_rvy.php:112
+#: admin/options.php:277
#, php-format
-msgid "(for publication on %s)"
-msgstr "(lkz ge,kbrfwbb %s)"
+msgid ""
+"Use this tab to make NETWORK-WIDE changes to PublishPress "
+"Revisions settings. %s"
+msgstr ""
-#: E:\www\wp29c\wp-content\plugins\revisionary/front_rvy.php:113
-msgid "Schedule this Pending Revision"
-msgstr "Расклад чакае праверкі"
+#: admin/options.php:279
+msgid ""
+"Here you can change the default value for settings which are controlled "
+"separately on each site."
+msgstr ""
-#: E:\www\wp29c\wp-content\plugins\revisionary/front_rvy.php:117
-msgid "Publish this Pending Revision now."
-msgstr "Да публікацыі гэтага Рэдакцыя цяпер."
+#: admin/options.php:293
+#, fuzzy, php-format
+#| msgid "Note that %1$s site-wide options%2$s may also be available."
+msgid "Note that %1$s network-wide settings%2$s may also be available."
+msgstr "Запомніце, што %1$s налады %2$s таксама даступныя."
+
+#: admin/options.php:325
+msgid ""
+"The user role \"Revisor\" role is now available. Include capabilities for "
+"all custom post types in this role?"
+msgstr ""
+
+#: admin/options.php:330
+msgid ""
+"If checked, users lacking site-wide publishing capabilities will also be "
+"checked for the edit_others_drafts capability"
+msgstr ""
+
+#: admin/options.php:346
+msgid ""
+"This restriction applies to users who are not full editors for the post "
+"type. To enable a role, add capabilities: copy_posts, copy_others_pages, etc."
+msgstr ""
+
+#: admin/options.php:351
+msgid ""
+"To expand the Posts / Pages listing for non-Editors, add capabilities: "
+"list_others_pages, list_published_posts, etc."
+msgstr ""
-#: E:\www\wp29c\wp-content\plugins\revisionary/front_rvy.php:124
+#: admin/options.php:375
#, php-format
-msgid "(already scheduled for publication on %s)"
-msgstr "(ужо запланаваны да публікацыі на %s)"
+msgid ""
+"Enable published content to be copied, edited and submitted as Change "
+"Requests, managed in %sRevision Queue%s."
+msgstr ""
+
+#: admin/options.php:381
+msgid ""
+"This restriction applies to users who are not full editors for the post "
+"type. To enable a role, add capabilities: revise_posts, revise_others_pages, "
+"etc."
+msgstr ""
+
+#: admin/options.php:384
+msgid ""
+"When a change request is published, update post publish date to current time."
+msgstr ""
+
+#: admin/options.php:387
+msgid ""
+"When a change request is published, update post modified date to current "
+"time."
+msgstr ""
+
+#: admin/options.php:407
+msgid ""
+"If a currently published post or page is edited and a future date set, the "
+"change will not be applied until the selected date."
+msgstr ""
+"Калі ў наш час публікуецца паведамленне ці старонка рэдагуецца і будучым "
+"усталяваць дату, змены не будуць ужывацца да абранай даты."
+
+#: admin/options.php:410
+msgid ""
+"When a scheduled change is published, update post publish date to current "
+"time."
+msgstr ""
+
+#: admin/options.php:413
+msgid ""
+"When a scheduled change is published, update post modified date to current "
+"time."
+msgstr ""
+
+#: admin/options.php:416
+#, fuzzy
+#| msgid ""
+#| "Publish scheduled revisions asynchronously, via a secondary http request "
+#| "from the server. This is normally preferable as it eliminates delay, but "
+#| "some servers do not support it."
+msgid ""
+"Publish scheduled changes asynchronously, via a secondary http request from "
+"the server. This is usually best since it eliminates delay, but some "
+"servers may not support it."
+msgstr ""
+"Апублікаваць запланаваныя змены ў асінхронным рэжыме, праз другі запыт HTTP "
+"ад сервера. Гэта, як правіла, пераважней, бо ўхіляе затрымкі, але некаторыя "
+"серверы не падтрымліваюць яго."
+
+#: admin/options.php:434
+msgid ""
+"This restriction applies to users who are not full editors for the post "
+"type. To enable a role, give it the edit_others_revisions capability."
+msgstr ""
+
+#: admin/options.php:437
+msgid ""
+"This restriction applies to users who are not full editors for the post "
+"type. To enable a role, give it the list_others_revisions capability."
+msgstr ""
+
+#: admin/options.php:440
+msgid ""
+"Bypass the above restrictions for others' revisions to logged in user's own "
+"posts."
+msgstr ""
+
+#: admin/options.php:443
+msgid ""
+"If some revisions are missing from the queue, disable a performance "
+"enhancement for better compatibility with themes and plugins."
+msgstr ""
+
+#: admin/options.php:448
+msgid "Regenerate \"post has revision\" flags"
+msgstr ""
+
+#: admin/options.php:464
+msgid ""
+"For themes that block revision preview, hide preview links from non-"
+"Administrators"
+msgstr ""
+
+#: admin/options.php:476
+#, fuzzy
+#| msgid "Published on:"
+msgid "Published Post Slug"
+msgstr "Апублікавана:"
-#: E:\www\wp29c\wp-content\plugins\revisionary/front_rvy.php:125
-msgid "Publish now."
-msgstr "Публікаваць."
+#: admin/options.php:476
+#, fuzzy
+#| msgid "Revisions"
+msgid "Revision Slug"
+msgstr "Рэдакцыі"
+
+#: admin/options.php:476
+#, fuzzy
+#| msgid "Revisionary"
+msgid "Revision ID only"
+msgstr "Revisionary"
+
+#: admin/options.php:487
+msgid ""
+"Some themes or plugins may require Revision Slug or Revision ID link type "
+"for proper template loading and field display."
+msgstr ""
+
+#: admin/options.php:497
+msgid "If disabled, Compare screen links to Revision Preview for approval"
+msgstr ""
-#: E:\www\wp29c\wp-content\plugins\revisionary/front_rvy.php:130
+#: admin/options.php:517
#, php-format
-msgid "(dated %s)"
-msgstr "(датуецца %s)"
+msgid ""
+"For compatibility with Advanced Custom Fields, Beaver Builder and WPML, "
+"upgrade to PublishPress Revisions Pro."
+msgstr ""
-#: E:\www\wp29c\wp-content\plugins\revisionary/front_rvy.php:131
-msgid "Restore this Past Revision"
-msgstr "Воостановлено з прошл. рэдакцыі"
+#: admin/options.php:526
+msgid "This may improve compatibility with some plugins."
+msgstr ""
-#: E:\www\wp29c\wp-content\plugins\revisionary/front_rvy.php:161
-msgid "Current Revision"
-msgstr "Бягучая рэдакцыя"
+#: admin/options.php:545
+msgid "Modification Date"
+msgstr ""
+
+#: admin/options.php:555
+msgid "Show descriptive captions for PublishPress Revisions settings"
+msgstr ""
+
+#: admin/options.php:575 admin/options.php:637
+msgid "select recipients"
+msgstr "абраць атрымальнікаў"
+
+#: admin/options.php:584 admin/options.php:602
+msgid "Never"
+msgstr "Ніколі"
+
+#: admin/options.php:584 admin/options.php:602
+msgid "By default"
+msgstr "Па змаўчанні"
+
+#: admin/options.php:584 admin/options.php:602
+msgid "Always"
+msgstr "Заўсёды"
+
+#: admin/options.php:666
+msgid ""
+"To avoid notification failures, buffer emails for delayed sending once "
+"minute, hour or day limits are exceeded"
+msgstr ""
+
+#: admin/options.php:683
+#, fuzzy
+#| msgid "Email Notification"
+msgid "Notification Buffer"
+msgstr "Email апавяшчэнне"
+
+#: admin/options.php:711
+#, fuzzy
+#| msgid "Email Notification"
+msgid "Notification Log"
+msgstr "Email апавяшчэнне"
+
+#: admin/options.php:740
+#, fuzzy
+#| msgid "Email Notification"
+msgid "Purge Notification Buffer"
+msgstr "Email апавяшчэнне"
+
+#: admin/options.php:746
+#, fuzzy
+#| msgid "Email Notification"
+msgid "Truncate Notification Log"
+msgstr "Email апавяшчэнне"
-#: E:\www\wp29c\wp-content\plugins\revisionary/revisionary.php:36
+#: admin/options.php:752
#, php-format
-msgid "Another copy of Revisionary is already activated (version %1$s in \"%2$s\")"
-msgstr "Іншая копія Revisionary ужо актывавана (версія %1$s in \"%2$s\")"
+msgid "Sent in last minute: %d / %d"
+msgstr ""
-#: E:\www\wp29c\wp-content\plugins\revisionary/rvy_init.php:31
-msgid "Revisor"
-msgstr "Рэвізор"
+#: admin/options.php:753
+#, php-format
+msgid "Sent in last hour: %d / %d"
+msgstr ""
+
+#: admin/options.php:754
+#, php-format
+msgid "Sent in last day: %d / %d"
+msgstr ""
-#: E:\www\wp29c\wp-content\plugins\revisionary/rvy_init.php:381
+#: admin/options.php:761
#, php-format
-msgid "Revisionary is not compatible with Role Scoper versions prior to %1$s. Please upgrade or deactivate %2$s Role Scoper%3$s."
-msgstr "Revisionary не сумяшчальны з версіямі ролі Scoper да%1$s. Абнавіце ці дэактывуйце %2$s Role Scoper%3$s."
+msgid "Seconds until next buffer processing time: %d"
+msgstr ""
+
+#: admin/options.php:770
+msgid "Show Notification Log / Buffer"
+msgstr ""
+
+#: admin/options.php:772
+msgid "Show with message content"
+msgstr ""
+
+#: admin/options.php:813
+#, fuzzy, php-format
+#| msgid "sitewide control of \"%s\""
+msgid "network-wide control of \"%s\""
+msgstr "па ўсім сайце кантроль \"%s\""
+
+#: admin/options.php:820
+msgid ""
+"Specify which PublishPress Revisions Settings to control network-wide. "
+"Unselected settings are controlled separately on each site."
+msgstr ""
+
+#: admin/options.php:902
+msgid ""
+"All settings in this form (including those on unselected tabs) will be reset "
+"to DEFAULTS. Are you sure?"
+msgstr ""
+"Усе налады ў гэтай форме (у тым ліку па абраных укладках) будзе Аднавіць "
+"значэнні па змаўчанні. Вы ўпэўнены?"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/about.php:28
-msgid "unselfish, benevolent love, born of the Spirit."
-msgstr "бескарыслівая, добразычлівая каханні, народжаным ад Духу."
+#: admin/options.php:907
+msgid "Revert to Defaults"
+msgstr "Вярнуць да пачатковых"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/about.php:30
-msgid "Agapé discerns needs and meets them unselfishly and effectively."
-msgstr "Agape выяўляе запатрабаванні і задавальняе іх бескарысліва і эфектыўна."
+#: admin/post-edit_rvy.php:120
+#, fuzzy, php-format
+#| msgid "Scheduled Revisions"
+msgid "%sScheduled Changes: %s"
+msgstr "Запланаваныя рэдакцыі"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/about.php:33
+#: admin/post-edit_rvy.php:134
#, php-format
-msgid "This WordPress plugin is part of my agapé try, a lifelong effort to love God and love people by rightly using the time and abilities He has leant me. As a husband, father, engineer, farmer and/or software developer, I have found this stewardship effort to be often fraught with contradiction. A wise and sustainable balancing of roles has seemed to elude me. Yet I want to keep trying, trusting that if God blesses and multiplies the effort, it will become agapetry, a creative arrangement motivated by benevolent love. A fleeting childlike sketch of the beautiful %1$s chain-breaking agapé%2$s which %3$s Jesus Christ unleashed%4$s so %5$s freely%6$s and aptly on an enslaving, enslaved world."
-msgstr "Гэта ўбудова WordPress, гэта частка маёй агапе паспрабаваць, на працягу ўсяго жыцця высілкаў кахаць Бога і кахаць людзей па праве выкарыстання часу і здольнасцяў ён нахіліўся мяне. Як муж, бацька, інжынерам, фермерам і / ці распрацоўніка праграмнага забеспячэння, я знайшоў гэта кіраўніцтва высілкамі, часцяком багатая супярэчнасці. Разумнага і ўстойлівага збалансавання роляў здалося выслізгваць ад мяне. Але я жадаю, каб імкнуцца, мяркуючы, што калі Бог багаслаўляе і памнажае высілкі, яна стане agapetry, творчая кампазіцыя матываваныя добразычлівыя каханні. Мімалётны накід па-дзіцячаму прыгожая%1$s chain-breaking agapé%2$s which %3$s Jesus Christ unleashed%4$s so %5$s freely%6$s and aptly on an enslaving, enslaved world."
+msgid "%sChange Requests: %s"
+msgstr ""
+
+#: admin/post-editor-workflow-ui_rvy.php:28
+msgid "(on approval)"
+msgstr ""
+
+#: admin/post-editor-workflow-ui_rvy.php:42
+#, fuzzy
+#| msgid "Privately Published:"
+msgid "Preview / Publish"
+msgstr "Прыватна апублікавана:"
+
+#: admin/post-editor-workflow-ui_rvy.php:42
+msgid "Preview / Approve"
+msgstr ""
+
+#: admin/post-editor-workflow-ui_rvy.php:47
+msgid "View / Approve saved changes"
+msgstr ""
+
+#: admin/post-editor-workflow-ui_rvy.php:49
+msgid "Preview / Submit"
+msgstr ""
+
+#: admin/post-editor-workflow-ui_rvy.php:49
+msgid "View / Submit"
+msgstr ""
+
+#: admin/post-editor-workflow-ui_rvy.php:50
+msgid "View / Submit saved changes"
+msgstr ""
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/about.php:35
+#: admin/post-editor-workflow-ui_rvy.php:62
#, php-format
-msgid "Although Role Scoper and Revisionary development was a maniacal hermit-like effort, it was only possible because of the clean and flexible %1$s WordPress code base%2$s. My PHP programming skills grew immensely by the good examples set forth there and in plugins such as %3$s NextGen Gallery%4$s. I'm not done learning, and look forward to some real-time cooperation with these and other developers now that my all-consuming quest has reached a stable plateau."
-msgstr "Хоць роля Scoper і Revisionary развіцці маніякальна-пустэльнікаў, як высілкі, можна было толькі з-за чыстай і гнуткай %1$s WordPress code base%2$s. My PHP programming skills grew immensely by the good examples set forth there and in plugins such as %3$s NextGen Gallery%4$s. I'm not done learning, and look forward to some real-time cooperation with these and other developers now that my all-consuming quest has reached a stable plateau."
+msgid ""
+" %s Revision Edit"
+msgstr ""
+
+#: admin/post-editor-workflow-ui_rvy.php:74
+msgid "Error Submitting Changes"
+msgstr ""
+
+#: admin/post-editor-workflow-ui_rvy.php:78
+msgid "Submit Change Request"
+msgstr ""
+
+#: admin/post-editor-workflow-ui_rvy.php:80
+msgid "Changes Submitted."
+msgstr ""
+
+#: admin/post-editor-workflow-ui_rvy.php:81
+#: admin/post-editor-workflow-ui_rvy.php:156
+#: admin/post-editor-workflow-ui_rvy.php:175
+#, fuzzy
+msgid "view"
+msgstr "Глядзець гэта ў мэнэджару версій"
+
+#: admin/post-editor-workflow-ui_rvy.php:94
+msgid "Approve Changes"
+msgstr ""
+
+#: admin/post-editor-workflow-ui_rvy.php:97 rvy_init.php:226 rvy_init.php:237
+#: rvy_init.php:248
+#, fuzzy
+#| msgid "Publish Date"
+msgid "Publish Changes"
+msgstr "Дата публікацыі"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/about.php:37
+#: admin/post-editor-workflow-ui_rvy.php:131
#, php-format
-msgid "Thanks to %1$sAlberto Ramicciotti%2$s for the Italian translation. I do try to be translator-friendly, but any untranslated captions are due to my flurry of recent additions and changes, and will no doubt be updated soon. Now there must be someone else who wants Revisionary in their language..."
-msgstr "Дзякуй %1$sAlberto Ramicciotti%2$s на італьянскі пераклад. Я імкнуся быць перакладнікам зразумелы, але любы неперакладзеныя подпісах з-за майго шквал апошніх даданняў і змен, і, несумнеўна, будзе абноўлена хуткім часам. Зараз павінна быць кімсьці яшчэ, хто жадае Revisionary на іх роднай мове ..."
+msgid " %s Change Request"
+msgstr ""
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/about.php:39
+#: admin/post-editor-workflow-ui_rvy.php:140
#, php-format
-msgid "Revisionary is open source software released under the %1$s General Public License (GPL)%2$s. Due to limitations, obligations and non-technical aspirations common to most human beings, I will probably never again pursue uncommissioned plugin development on the scale these plugins has required. However, I do plan to provide some free support, correct bugs which emerge and revise the plugin for future WordPress versions. If it adds value to your website or saves you time and money, you can express appreciation in several ways:"
-msgstr "Revisionary гэта адкрытае праграмнае забеспячэнне, якое распаўсюджваецца па %1$s General Public License (GPL)%2$s. З-за абмежаванняў, абавязанняў і нетехнических памкненняў, характэрных для большасці чалавечай істоты, я, напэўна, ніколі больш не праводзіць, даручэнні распрацоўкі ўбудоў на маштаб гэтых убудоў патрабуецца. Аднак, я планую забяспечыць вольнае падтрымку, правільныя памылкі, якія ўзнікаюць і перагледзець убудову для будучых версіях WordPress. Калі гэта павялічвае каштоўнасць вашага сайта ці эканоміць Ваш час і грошы, вы можаце выказаць удзячнасць некалькімі спосабамі:"
+msgid ""
+" %s Scheduled Change"
+msgstr ""
+
+#: admin/post-editor-workflow-ui_rvy.php:152
+msgid "Create Working Copy"
+msgstr ""
+
+#: admin/post-editor-workflow-ui_rvy.php:153
+msgid "Create a working copy of this post"
+msgstr ""
+
+#: admin/post-editor-workflow-ui_rvy.php:154
+msgid "Update post before creating copy."
+msgstr ""
+
+#: admin/post-editor-workflow-ui_rvy.php:155
+msgid "Working Copy Ready."
+msgstr ""
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/about.php:41
+#: admin/post-editor-workflow-ui_rvy.php:158
+msgid "Error Creating Copy"
+msgstr ""
+
+#: admin/post-editor-workflow-ui_rvy.php:171
+#, fuzzy
+#| msgid "Schedule Now"
+msgid "Schedule Changes"
+msgstr "Запланаваць цяпер"
+
+#: admin/post-editor-workflow-ui_rvy.php:173
+msgid "For custom field changes, edit a scheduled copy."
+msgstr ""
+
+#: admin/post-editor-workflow-ui_rvy.php:174
+msgid "Changes are Scheduled."
+msgstr ""
+
+#: admin/revision-action_rvy.php:303 admin/revision-action_rvy.php:388
#, php-format
-msgid "%1$s Submit technical feedback%2$s, including improvement requests."
-msgstr "%1$s Тэхнічная зваротная сувязі %2$s, у тым ліку просьбы пра паляпшэнні."
+msgid "[%s] Revision Approval Notice"
+msgstr "[%s] Рэдакцыя сцвярджэнні Апавяшчэнне"
+
+#: admin/revision-action_rvy.php:304
+#, fuzzy, php-format
+#| msgid "A revision to your %1$s \"%2$s\" has been approved."
+msgid "A revision to the %1$s \"%2$s\" has been approved."
+msgstr "Перагляд вашага %1$s \"%2$s\" быў ухвалены."
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/about.php:43
+#: admin/revision-action_rvy.php:307
#, php-format
-msgid "%1$s Submit a case study%2$s, explaining how these plugins help you do something excellent and praiseworthy."
-msgstr "%1$s Submit a case study%2$s, растлумачыўшы, якім чынам гэтыя ўбудовы дапамогуць вам зрабіць нешта выдатнае і пахвальна."
+msgid "The submitter was %1$s."
+msgstr "Адпраўнік быў %1$s."
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/about.php:45
+#: admin/revision-action_rvy.php:311 admin/revision-action_rvy.php:393
#, php-format
-msgid "%1$s Localize Revisionary or Role Scoper%2$s to your own language %3$s using poEdit%4$s "
-msgstr "%1$s дял лакалізацыі Revisionary ці Role Scoper%2$sна ваша мова %3$s выкарыстоўвайце poEdit%4$s "
+msgid "It will be published on %s"
+msgstr "Гэта было апублікавана %s"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/about.php:49
-#, php-format
-msgid "If the plugin has seriously broadened your CMS horizons, %s"
-msgstr "Калі ўбудова мае сур'ёзныя пашырана сістэма кіравання гарызонтаў,%s"
+#: admin/revision-action_rvy.php:315 admin/revision-action_rvy.php:397
+#, fuzzy
+#| msgid "Review it here: "
+msgid "Preview it here: "
+msgstr "Глядзець гэта тут:"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/about.php:51
-#, php-format
-msgid "If you are an established web developer, %1$s grant me your professional opinion%2$s on how this work stacks up. Might the skills, work ethic and values I express here fit into a development team near you?"
-msgstr "Калі Вы вэб-распрацоўнік,%1$s дайце мне ваша меркаванне як адмыслоўца%2$s пра тое, як гэта праца стэкі ўгару. Ці можа навыкі, працоўная этыка і каштоўнасці, я жадаў бы выказаць тут упісваецца ў каманду распрацоўнікаў побач з вамі?"
+#: admin/revision-action_rvy.php:318 admin/revision-action_rvy.php:400
+msgid "Editor: "
+msgstr ""
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/about.php:53
-msgid "Hire or refer my services to design, redesign or enhance your site - quality care at reasonable rates."
-msgstr "Арэнду ці перадаць свае паслугі для праектавання, рэдызайну ці пашырэнні вашага сайта - якасць абслугоўвання па ўмераных коштах."
+#: admin/revision-action_rvy.php:320 admin/revision-action_rvy.php:402
+#: admin/revision-action_rvy.php:1126 admin/revision-action_rvy.php:1151
+#: admin/revision-action_rvy.php:1220
+msgid "View it online: "
+msgstr "Глядзець гэта анлайн:"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/admin-dashboard_rvy.php:10
-msgid "Pending Post"
-msgstr "Разгляданы пост"
+#: admin/revision-action_rvy.php:389
+#, php-format
+msgid "The revision you submitted for the %1$s \"%2$s\" has been approved."
+msgstr "Рэвізіі, якую вы, прадстаўленую на %1$s \"%2$s\", была ўхвалена."
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/admin-dashboard_rvy.php:28
-msgid "Pending Page"
-msgstr "Разгляданая старонка"
+#: admin/revision-action_rvy.php:1122 admin/revision-action_rvy.php:1144
+#, fuzzy, php-format
+#| msgid "[%s] Scheduled Revision Publication Notice"
+msgid "[%s] Scheduled Change Publication Notice"
+msgstr "[%s] Запланаваныя Апавяшчэнне публікацыі Рэдакцыя"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/admin_rvy.php:225
+#: admin/revision-action_rvy.php:1123
#, php-format
-msgid "%1$s Revisionary Support Forum%2$s"
-msgstr "%1$s форум падтрымкі Revisionary%2$s"
+msgid ""
+"The scheduled revision you submitted for the %1$s \"%2$s\" has been "
+"published."
+msgstr ""
+"Запланаваны перагляд вы, прадстаўленых на %1$s \"%2$s\" быў апублікаваны."
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/admin_rvy.php:228
+#: admin/revision-action_rvy.php:1145
+#, fuzzy, php-format
+#| msgid "A scheduled revision to your %1$s \"%2$s\" has been published."
+msgid "A scheduled change to your %1$s \"%2$s\" has been published."
+msgstr "Запланаваны перагляд вашага%1$s \"%2$s\" быў апублікаваны."
+
+#: admin/revision-action_rvy.php:1148 admin/revision-action_rvy.php:1217
#, php-format
-msgid "%1$s About Revisionary%2$s"
-msgstr "%1$s О Revisionary%2$s"
+msgid "It was submitted by %1$s."
+msgstr "Было адпраўлена %1$s."
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/admin_rvy.php:241
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/options.php:126
-msgid "Revisions"
-msgstr "Рэдакцыі"
+#: admin/revision-action_rvy.php:1212
+#, fuzzy, php-format
+#| msgid "[%s] Scheduled Revision Publication"
+msgid "[%s] Scheduled Change Publication"
+msgstr "[%s]Запланаваныя публікацыі Рэдакцыя"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/admin_rvy.php:251
-msgid "About Revisionary"
-msgstr "О Revisionary"
+#: admin/revision-action_rvy.php:1214
+#, fuzzy, php-format
+#| msgid "A scheduled revision to the %1$s \"%2$s\" has been published."
+msgid "A scheduled change to the %1$s \"%2$s\" has been published."
+msgstr "Запланаваны перагляд %1$s \"%2$s\" быў апублікаваны."
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/admin_rvy.php:260
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/admin_rvy.php:282
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/options.php:205
-msgid "Revisionary Options"
-msgstr "Опцыі Revisionary"
+#: admin/revision-queue_rvy.php:9
+msgid "You are not allowed to manage revisions."
+msgstr ""
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/admin_rvy.php:273
-msgid "Revisionary Option Defaults"
-msgstr "Змаўчанні Revisionary"
+#: admin/revision-queue_rvy.php:13
+msgid ""
+"Change Requests and Scheduled Changes are both disabled. See Revisions > "
+"Settings."
+msgstr ""
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/admin_rvy.php:273
-msgid "Revisionary Defaults"
-msgstr "Налады Revisionary"
+#: admin/revision-queue_rvy.php:41
+#, fuzzy, php-format
+#| msgid "%s revision was deleted"
+msgid "%s revision submitted."
+msgstr "%s версія была выдалена."
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/admin_rvy.php:282
-msgid "Revisionary"
-msgstr "Revisionary"
+#: admin/revision-queue_rvy.php:42
+#, fuzzy, php-format
+#| msgid "%s revision was deleted"
+msgid "%s revision approved."
+msgstr "%s версія была выдалена."
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/admin_rvy.php:482
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/admin_rvy.php:648
-msgid "Return to Edit Pages"
-msgstr "Вярнуцца да рэдагавання старонак"
+#: admin/revision-queue_rvy.php:43
+#, fuzzy, php-format
+#| msgid "The revision was unscheduled."
+msgid "%s revision unscheduled."
+msgstr "Рэдакцыя была знята з планавання."
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/admin_rvy.php:485
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/admin_rvy.php:651
-msgid "Return to Edit Posts"
-msgstr "Вярнуцца да рэдагавання пастоў"
+#: admin/revision-queue_rvy.php:44
+#, fuzzy, php-format
+#| msgid "The revision was published."
+msgid "%s revision published."
+msgstr "Рэдакцыя была апублікавана."
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/admin_rvy.php:489
-msgid "Your modification has been saved for editorial review. If approved, it will be published on the date you specified."
-msgstr "Вашы змены былі захаваны для рэдакцыйнага агляду. У выпадку сцвярджэння, ён будзе апублікаваны ў дзень, паказаны Вамі."
+#: admin/revision-queue_rvy.php:45
+#, fuzzy, php-format
+#| msgid "%s revision was deleted"
+msgid "%s revision permanently deleted."
+msgstr "%s версія была выдалена."
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/admin_rvy.php:491
-msgid "Your modification has been saved for editorial review."
-msgstr "Вашы змены былі захаваны для рэдакцыйнага агляду. "
+#: admin/revision-queue_rvy.php:107 admin/revision-queue_rvy.php:108
+#, php-format
+msgid "%sPost Author: %s"
+msgstr ""
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/admin_rvy.php:494
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/admin_rvy.php:657
-msgid "View it in Revisions Manager"
-msgstr "Глядзець гэта ў мэнэджару версій"
+#: admin/revision-queue_rvy.php:117
+#, fuzzy, php-format
+#| msgid "Revisions"
+msgid "Revision Queue %s"
+msgstr "Рэдакцыі"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/admin_rvy.php:498
-msgid "Go back to Submit Another revision (possibly for a different publish date)."
-msgstr "Вярнуцца Адправіць Іншая версія (магчыма, з іншай датай публікацыі)."
+#: admin/revision-queue_rvy.php:123
+#, fuzzy, php-format
+#| msgid "%1$s Revisions for “%2$s”"
+msgid "Search results for “%s”"
+msgstr "%1$s Рэдакцыя для “%2$s”"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/admin_rvy.php:505
-msgid "Sorry, an error occurred while attempting to save your modification for editorial review!"
-msgstr "Выбачыце, адбылася памылка пры спробе захаваць змены рэдакцыйнага агляду!"
+#: admin/revision-queue_rvy.php:136
+msgid "Undo"
+msgstr ""
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/admin_rvy.php:512
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revision-action_rvy.php:126
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revision-action_rvy.php:167
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revision-action_rvy.php:549
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revision-action_rvy.php:567
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revision-action_rvy.php:589
-msgid "page"
-msgstr "старонка"
+#: admin/revision-ui_rvy.php:40
+msgid "Publishers will be notified (but cannot be selected here)."
+msgstr ""
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/admin_rvy.php:512
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revision-action_rvy.php:126
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revision-action_rvy.php:167
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revision-action_rvy.php:549
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revision-action_rvy.php:567
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revision-action_rvy.php:589
-msgid "post"
-msgstr "пост"
+#: admin/revision-ui_rvy.php:42
+msgid "No email notifications will be sent."
+msgstr ""
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/admin_rvy.php:514
+#: admin/revision-ui_rvy.php:92
#, php-format
-msgid "[%s] Pending Revision Notification"
-msgstr "[%s] Pending Revision Апавяшчэнне"
+msgid "%1$s (Current)"
+msgstr ""
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/admin_rvy.php:516
+#: admin/revision-ui_rvy.php:96
#, php-format
-msgid "A pending revision to the %1$s \"%2$s\" has been submitted."
-msgstr "Якая чакае версія на %1$s \"%2$s\" была адпраўлена."
+msgid "%1$s (Autosave)"
+msgstr ""
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/admin_rvy.php:520
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/admin_rvy.php:523
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revision-action_rvy.php:574
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revision-action_rvy.php:596
+#: admin/revision-ui_rvy.php:106
#, php-format
-msgid "It was submitted by %1$s."
-msgstr "Было адпраўлена %1$s."
+msgid ""
+"%1$s (Requested publication: %2$s)"
+"span>"
+msgstr ""
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/admin_rvy.php:527
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revision-action_rvy.php:139
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revision-action_rvy.php:176
-msgid "Review it here: "
-msgstr "Глядзець гэта тут:"
+#: admin/revision-ui_rvy.php:108
+#, fuzzy, php-format
+#| msgid "%1$s Revisions (%2$s)"
+msgid ""
+"%1$s (Publish date: %2$s)"
+msgstr "%1$s Рэдакцыі (%2$s)"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/admin_rvy.php:596
-msgid "Pending Revision Created"
-msgstr "Якая чакае версія створана"
+#: admin/revision-ui_rvy.php:206
+msgid "The revision will be deleted. Are you sure?"
+msgstr "Рэдакцыя будзе выдалена. Вы ўпэўнены?"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/admin_rvy.php:654
-msgid "Your modification was saved as a Scheduled Revision."
-msgstr "Ваша мадыфікацыя была захавана ў планоўшчыку версій."
+#: admin/revision-ui_rvy.php:275
+#, fuzzy, php-format
+#| msgid "Revision of “%1$s”"
+msgid "Preview “%s”"
+msgstr "Рэдакцыя “%1$s”"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/admin_rvy.php:659
-msgid "Go back to Schedule Another revision."
-msgstr "Вярнуцца ў спіс іншых версій."
+#: admin/revision-ui_rvy.php:391
+msgid "Modified Date"
+msgstr ""
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/admin_rvy.php:664
-msgid "Scheduled Revision Created"
-msgstr "Планавальная версія створана."
+#: admin/revision-ui_rvy.php:395
+msgid "Actions"
+msgstr "Дзеянні"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/agents_checklist_rvy.php:52
-msgid "Enter additional User Names or IDs (comma-separate)"
-msgstr "Увядзіце дадатковыя імёны карыстачоў ці ідэнтыфікатары (адлучаныя коскі)"
+#: admin/revision-ui_rvy.php:410
+msgid "Bulk Actions"
+msgstr "Масавыя дзеянні"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/agents_checklist_rvy.php:105
-#, php-format
-msgid "show current users (%d)"
-msgstr "паказаць бягучых карыстачоў (%d)"
+#: admin/revision-ui_rvy.php:413
+msgid "Apply"
+msgstr "Ужыць"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/agents_checklist_rvy.php:105
-#, php-format
-msgid "show eligible users (%d)"
-msgstr "паказаць правы карыстачоў (%d)"
+#: admin/revisions.php:20
+msgid ""
+"Note: For visual display of revisions, add the following "
+"code to foliopress-wysiwyg.php: if "
+"( strpos( $_SERVER['REQUEST_URI'], 'admin.php?page=rvy-revisions' ) ) return;"
+msgstr ""
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/agents_checklist_rvy.php:123
-msgid "filter:"
-msgstr "фільтр:"
+#: admin/revisions.php:51
+msgid "No revision specified."
+msgstr "Не прызначана версія"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/agents_checklist_rvy.php:132
-msgid "select"
-msgstr "абраць"
+#: admin/revisions.php:57
+msgid "Past"
+msgstr "Уставіць"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/agents_checklist_rvy.php:137
-msgid "unselect"
-msgstr "не выбіраць"
+#: admin/revisions.php:119
+#, fuzzy, php-format
+#| msgid "Revisions"
+msgid "Revisions of %s"
+msgstr "Рэдакцыі"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/agents_checklist_rvy.php:145
+#: admin/revisions.php:145
+msgid "The requested revision does not exist."
+msgstr "З просьбай пра перагляд не існуе."
+
+#: admin/revisions.php:215
+#, fuzzy
+#| msgid "%1$s Revisions"
+msgid "Past Revisions"
+msgstr "%1$s рэдакцый"
+
+#: admin/revisions.php:230
+#, fuzzy, php-format
+#| msgid "%1$s Revisions (%2$s)"
+msgid "%1$s (%2$s)"
+msgstr "%1$s Рэдакцыі (%2$s)"
+
+#: admin/revisions.php:245
#, php-format
-msgid "current users (%d):"
-msgstr "бягучыя карыстачы (%d):"
+msgid "no %s revisions available."
+msgstr "не %s даступных рэдакцый."
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/agents_checklist_rvy.php:145
+#: front_rvy.php:235
#, php-format
-msgid "eligible users (%d):"
-msgstr "правы карыстачоў (%d):"
+msgid "%sList%s"
+msgstr ""
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/filters-admin-ui-item_rvy.php:40
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/filters-admin-ui-item_rvy.php:41
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/options.php:134
-msgid "Pending Revisions"
-msgstr "Pending Revisions"
+#: front_rvy.php:244
+#, php-format
+msgid "%sCompare%s%sView Published Post%s"
+msgstr ""
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/filters-admin-ui-item_rvy.php:43
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/filters-admin-ui-item_rvy.php:44
-msgid "Publishers to Notify of Your Revision"
-msgstr "Выдаўцы будуць апавешчаны пра вашу рэдакцыю"
+#: front_rvy.php:258
+#, php-format
+msgid "%sView Published Post%s"
+msgstr ""
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/filters-admin-ui-item_rvy.php:49
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/filters-admin-ui-item_rvy.php:50
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/options.php:135
-msgid "Scheduled Revisions"
-msgstr "Запланаваныя рэдакцыі"
+#: front_rvy.php:319 front_rvy.php:340 front_rvy.php:360
+#, fuzzy
+#| msgid "Publish now."
+msgid "Publish now"
+msgstr "Публікаваць цяпер"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/options.php:122
-msgid "Features"
-msgstr "Функцыі"
+#: front_rvy.php:324
+#, php-format
+msgid "This is a Working Copy. %s %s %s"
+msgstr ""
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/options.php:122
-msgid "Option Scope"
-msgstr "Опцыя вобласці"
+#: front_rvy.php:336
+#, php-format
+msgid "This is a Change Request (requested publish date: %s). %s %s %s"
+msgstr ""
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/options.php:127
-msgid "Email Notification"
-msgstr "Email апавяшчэнне"
+#: front_rvy.php:342
+#, php-format
+msgid "This is a Change Request. %s %s %s"
+msgstr ""
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/options.php:136
-msgid "Strip html tags out of difference display"
-msgstr "Выдаляе HTML-тэгі з розніцы адлюстравання"
+#: front_rvy.php:353
+msgid "This revision is very new, preview may not be synchronized with theme."
+msgstr ""
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/options.php:137
-msgid "Asynchronous Publishing"
-msgstr "Асінхронная публікацыя"
+#: front_rvy.php:354
+msgid "Reload"
+msgstr ""
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/options.php:138
-msgid "Email original Author when a Pending Revision is submitted"
-msgstr "Пісаць аўтару, калі версія рэдакцыі адпраўлена"
+#: front_rvy.php:362
+#, fuzzy, php-format
+#| msgid "(already scheduled for publication on %s)"
+msgid "This is a Scheduled Change (for publication on %s). %s %s %s"
+msgstr "(ужо запланаваны да публікацыі на %s)"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/options.php:139
-msgid "Email the original Author when a Pending Revision is approved"
-msgstr "Пісаць аўтару, калі версія рэдакцыі зацверджана"
+#: front_rvy.php:374
+#, fuzzy, php-format
+#| msgid "Current Revision"
+msgid "This is the Current Revision. %s"
+msgstr "Бягучая рэдакцыя"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/options.php:140
-msgid "Email the Revisor when a Pending Revision is approved"
-msgstr "Email Рэвізор пры чаканні рэдакцыі зацверджаны"
+#: front_rvy.php:379
+#, fuzzy
+#| msgid "Restore Now"
+msgid "Restore"
+msgstr "аднаўленне"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/options.php:141
-msgid "Email the original Author when a Scheduled Revision is published"
-msgstr "Email аўтара арыгінальнай калі раскладу рэдакцыя публікуецца"
+#: front_rvy.php:380
+#, php-format
+msgid "This is a Past Revision (from %s). %s %s"
+msgstr ""
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/options.php:142
-msgid "Email the Revisor when a Scheduled Revision is published"
-msgstr "Email аўтара арыгінальнай калі раскладу публікуецца"
+#: lib/debug.php:187
+#, php-format
+msgid "%1$s queries in %2$s seconds. %3$s MB used."
+msgstr "%1$s запытаў у %2$s секунд. %3$s MB выкарыстоўваецца."
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/options.php:143
-msgid "Asynchronous Email Processing"
-msgstr "Асінхронны email працэс"
+#: revision-creation_rvy.php:159
+msgid "Could not insert revision into the database"
+msgstr ""
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/options.php:147
-msgid "Email designated Publishers when a Pending Revision is submitted"
-msgstr "Email, прызначаны выдавецтву, калі рэдакцыя ўяўляецца"
+#: revision-workflow_rvy.php:154
+#, php-format
+msgid "[%s] Change Request Updated"
+msgstr ""
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/options.php:148
-msgid "Email designated Publishers when a Scheduled Revision is published"
-msgstr "Email, прызначаны выдавецтву, калі запланаваная рэдакцыя публікуецца"
+#: revision-workflow_rvy.php:156
+#, fuzzy, php-format
+#| msgid "A pending revision to the %1$s \"%2$s\" has been submitted."
+msgid "A change request to the %1$s \"%2$s\" has been updated."
+msgstr "Якая чакае версія на %1$s \"%2$s\" была адпраўлена."
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/options.php:150
-msgid "Email Editors and Administrators when a Pending Revision is submitted"
-msgstr "Адпраўляць email рэдактарам і адміністратарам, калі рэдакцыя адпраўляецца"
+#: revision-workflow_rvy.php:158
+#, php-format
+msgid "[%s] Change Request Submission"
+msgstr ""
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/options.php:151
-msgid "Email Editors and Administrators when a Scheduled Revision is published"
-msgstr "Адпраўляць email рэдактарам і адміністратарам, калі запланаваная рэдакцыя публікуецца"
+#: revision-workflow_rvy.php:160
+#, fuzzy, php-format
+#| msgid "A pending revision to the %1$s \"%2$s\" has been submitted."
+msgid "A change request to the %1$s \"%2$s\" has been submitted."
+msgstr "Якая чакае версія на %1$s \"%2$s\" была адпраўлена."
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/options.php:199
-msgid "Revisionary Site Options"
-msgstr "Revisionary налады сайта"
+#: revision-workflow_rvy.php:163
+#, php-format
+msgid "This operation was performed by %1$s."
+msgstr ""
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/options.php:201
-msgid "Revisionary Default Blog Options"
-msgstr "Revisionary стандартныя налады блога"
+#: revision-workflow_rvy.php:170
+msgid "Preview and Approval: "
+msgstr ""
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/options.php:203
-msgid "Revisionary Blog Options"
-msgstr "Revisionary налады блога"
+#: revision-workflow_rvy.php:173
+#, fuzzy
+#| msgid "Revisions"
+msgid "Revision Queue: "
+msgstr "Рэдакцыі"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/options.php:211
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/options.php:522
-msgid "Update »"
-msgstr "Абнавіць »"
+#: revision-workflow_rvy.php:175
+msgid "Edit Change Request: "
+msgstr ""
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/options.php:219
-msgid "These settings will be applied to all blogs."
-msgstr "Налады будуць ужыты да ўсіх блогаў"
+#: revisionary.php:67
+msgid "This plugin can be deleted."
+msgstr ""
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/options.php:225
-msgid "These are the default settings for options which can be adjusted per-blog."
-msgstr "Гэта defaultналады для опцый, якія могуць быць скарэктаваны за блог."
+#: revisionary.php:83 revisionary.php:161
+#, fuzzy, php-format
+#| msgid ""
+#| "Another copy of Revisionary is already activated (version %1$s in \"%2$s"
+#| "\")"
+msgid ""
+"Another copy of PublishPress Revisions (or Revisionary) is already activated "
+"(version %1$s: \"%2$s\")"
+msgstr "Іншая копія Revisionary ужо актывавана (версія %1$s in \"%2$s\")"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/options.php:257
-msgid "This page enables optional adjustment of Revisionary's features. For most installations, the default settings are fine."
-msgstr "Гэта старонка ўключае <апцыянальна>optional карэктоўку функцый Revisionary. Для большасці ўсталёўкі, налады па змаўчанні ў норме."
+#: revisionary.php:85 revisionary.php:163
+#, fuzzy, php-format
+#| msgid ""
+#| "Another copy of Revisionary is already activated (version %1$s in \"%2$s"
+#| "\")"
+msgid ""
+"Another copy of PublishPress Revisions (or Revisionary) is already activated "
+"(version %1$s)"
+msgstr "Іншая копія Revisionary ужо актывавана (версія %1$s in \"%2$s\")"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/options.php:266
+#: revisionary.php:182
#, php-format
-msgid "Note that %1$s blog-specific options%2$s may also be available."
-msgstr "Запомніце, што %1$s налады %2$s таксама даступныя."
+msgid "PublishPress Revisions requires PHP version %s or higher."
+msgstr ""
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/options.php:273
+#: revisionary.php:189
#, php-format
-msgid "Note that %1$s site-wide options%2$s may also be available."
-msgstr "Запомніце, што %1$s налады %2$s таксама даступныя."
-
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/options.php:302
-msgid "If a currently published post or page is edited and a future date set, the change will not be applied until the selected date."
-msgstr "Калі ў наш час публікуецца паведамленне ці старонка рэдагуецца і будучым усталяваць дату, змены не будуць ужывацца да абранай даты."
-
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/options.php:306
-msgid "Publish scheduled revisions asynchronously, via a secondary http request from the server. This is normally preferable as it eliminates delay, but some servers do not support it."
-msgstr "Апублікаваць запланаваныя змены ў асінхронным рэжыме, праз другі запыт HTTP ад сервера. Гэта, як правіла, пераважней, бо ўхіляе затрымкі, але некаторыя серверы не падтрымліваюць яго."
+msgid "PublishPress Revisions requires WordPress version %s or higher."
+msgstr ""
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/options.php:310
-msgid "Enable some users to submit a revision for an existing published post or page which they cannot otherwise edit. Contributors can submit revisions to their own published content, and users who have the edit_others_ capability (but not edit_published_) can submit revisions to other user's content.
These Pending Revisions are listed alongside regular pending content, but link to a Revisions management form. There the pending revision can be viewed, compared to other revisions, and approved or deleted by qualified editors. If the submitter set a future publish date, approval schedules delayed publication of the revised content."
-msgstr "Уключыць некаторым карыстачам прадставіць перагледжаны варыянт для існых апублікаваў пост ці старонка, на якой яны не могуць інакш кіраваць. Аўтары могуць прадставіць змены ў свае апублікаваныя ўтрыманні, і карыстачоў, якія edit_others_ магчымасць (але не edit_published_) можа прадставіць прапановы пра змены да ўтрымання іншых карыстачоў.
Гэтыя Да Змены адлюстроўваюцца ў спісе рэгулярных да ўтрымання, але спасылка на форму кіравання рэвізіі. Там у чаканні перагляду могуць быць прагледжаны, у параўнанні з іншымі зменамі, а таксама зацверджаны ці выдалены кваліфікаваных рэдактараў. Калі падавец усталяваць будучым даце публікацыі, сцвярджэнне графікаў затрымку з публікацыяй перагледжаных утрыманне."
+#: rvy_init.php:226 rvy_init.php:237 rvy_init.php:248
+#, fuzzy
+#| msgid "Revisions"
+msgid "Save Revision"
+msgstr "Рэдакцыі"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/options.php:330
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/options.php:384
-msgid "select recipients"
-msgstr "абраць атрымальнікаў"
+#: rvy_init.php:226
+msgid "Draft"
+msgstr ""
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/options.php:339
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/options.php:357
-msgid "Never"
-msgstr "Ніколі"
+#: rvy_init.php:237
+msgid "Entry"
+msgstr ""
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/options.php:339
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/options.php:357
-msgid "By default"
-msgstr "Па змаўчанні"
+#: rvy_init.php:248
+#, fuzzy
+#| msgid "Schedule Now"
+msgid "Scheduled"
+msgstr "(ужо запланаваны да публікацыі на %s)"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/options.php:339
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/options.php:357
-msgid "Always"
-msgstr "Заўсёды"
+#: rvy_init.php:423
+msgid "Revisor"
+msgstr "Рэвізор"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/options.php:397
-msgid "Send all revision notification emails asynchronously, via a secondary http request from the server."
-msgstr "Дасылайце ўсе электронныя апавяшчэнні перагляду асінхронна, з дапамогай другі запыт HTTP ад сервера."
+#: rvy_init.php:848
+#, fuzzy
+#| msgid "Revisionary"
+msgid "Revision Workflow"
+msgstr "Revisionary"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/options.php:406
-msgid "Note: \"by default\" means Pending Revision creators can customize email notification recipients before submitting. Eligibile \"Publisher\" email recipients are members of the Pending Revision Monitors group who also have the ability to publish the revision."
-msgstr "Нататка:\"by default\" Рэдакцыя сродку Да стваральнікаў могуць наладзіць апавяшчэнні атрымальнікаў перад адпраўкай. Eligibile \"Publisher\" атрымальнікаў уваходных у чаканні Рэдакцыя Маніторы групы, якія таксама маюць магчымасць публікаваць змены."
+#: vendor/publishpress/wordpress-version-notices/src/Module/MenuLink/Module.php:129
+msgid "Amazing! We are redirecting you to our site..."
+msgstr ""
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/options.php:408
#, php-format
-msgid "Note: \"by default\" means Pending Revision creators can customize email notification recipients before submitting. For more flexibility in moderation and notification, install the %1$s Role Scoper%2$s plugin."
-msgstr "Нататка: \"па змаўчанні\" Рэдакцыя сродку Да стваральнікаў могуць наладзіць апавяшчэнні атрымальнікаў перад адпраўкай. Для большай гнуткасці ва ўмеранасці і абвесткі, усталёўку%1$s Role Scoper%2$s убудовы."
+#~ msgid "This Revision was Published on %s"
+#~ msgstr "Гэты перагляд быў апублікаваны %s"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/options.php:437
-msgid "Specify which Revisionary Options should be applied site-wide."
-msgstr "Пакажыце, якія Revisionary Функцыі павінны ўжывацца на вэб-вузле."
+#~ msgid "Schedule this Pending Revision"
+#~ msgstr "Расклад чакае праверкі"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/options.php:444
#, php-format
-msgid "sitewide control of \"%s\""
-msgstr "па ўсім сайце кантроль \"%s\""
+#~ msgid "(dated %s)"
+#~ msgstr "(датуецца %s)"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/options.php:449
-msgid "Selected options will be controlled site-wide via Site Admin > Role Options; unselected options can be set per-blog via Roles > Options"
-msgstr "Абраныя параметры будуць кантралявацца на вэб-вузле з дапамогай Site Admin > Role Options невылучаныя параметры могуць быць усталяваны за блог з дапамогай Roles > Options"
+#, php-format
+#~ msgid ""
+#~ "Revisionary is not compatible with Role Scoper versions prior to %1$s. "
+#~ "Please upgrade or deactivate %2$s Role Scoper%3$s."
+#~ msgstr ""
+#~ "Revisionary не сумяшчальны з версіямі ролі Scoper да%1$s. Абнавіце ці "
+#~ "дэактывуйце %2$s Role Scoper%3$s."
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/options.php:526
-msgid "All settings in this form (including those on unselected tabs) will be reset to DEFAULTS. Are you sure?"
-msgstr "Усе налады ў гэтай форме (у тым ліку па абраных укладках) будзе Аднавіць значэнні па змаўчанні. Вы ўпэўнены?"
+#~ msgid "unselfish, benevolent love, born of the Spirit."
+#~ msgstr "бескарыслівая, добразычлівая каханні, народжаным ад Духу."
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/options.php:531
-msgid "Revert to Defaults"
-msgstr "Вярнуць да пачатковых"
+#~ msgid ""
+#~ "Agapé discerns needs and meets them unselfishly and effectively."
+#~ msgstr ""
+#~ "Agape выяўляе запатрабаванні і задавальняе іх бескарысліва і эфектыўна."
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revision-action_rvy.php:128
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revision-action_rvy.php:169
#, php-format
-msgid "[%s] Revision Approval Notice"
-msgstr "[%s] Рэдакцыя сцвярджэнні Апавяшчэнне"
+#~ msgid ""
+#~ "This WordPress plugin is part of my agapé try, a lifelong effort "
+#~ "to love God and love people by rightly using the time and abilities He "
+#~ "has leant me. As a husband, father, engineer, farmer and/or software "
+#~ "developer, I have found this stewardship effort to be often fraught with "
+#~ "contradiction. A wise and sustainable balancing of roles has seemed to "
+#~ "elude me. Yet I want to keep trying, trusting that if God blesses and "
+#~ "multiplies the effort, it will become agapetry, a creative arrangement "
+#~ "motivated by benevolent love. A fleeting childlike sketch of the "
+#~ "beautiful %1$s chain-breaking agapé%2$s which %3$s Jesus Christ "
+#~ "unleashed%4$s so %5$s freely%6$s and aptly on an enslaving, enslaved "
+#~ "world."
+#~ msgstr ""
+#~ "Гэта ўбудова WordPress, гэта частка маёй агапе паспрабаваць, на працягу "
+#~ "ўсяго жыцця высілкаў кахаць Бога і кахаць людзей па праве выкарыстання "
+#~ "часу і здольнасцяў ён нахіліўся мяне. Як муж, бацька, інжынерам, фермерам "
+#~ "і / ці распрацоўніка праграмнага забеспячэння, я знайшоў гэта кіраўніцтва "
+#~ "высілкамі, часцяком багатая супярэчнасці. Разумнага і ўстойлівага "
+#~ "збалансавання роляў здалося выслізгваць ад мяне. Але я жадаю, каб "
+#~ "імкнуцца, мяркуючы, што калі Бог багаслаўляе і памнажае высілкі, яна "
+#~ "стане agapetry, творчая кампазіцыя матываваныя добразычлівыя каханні. "
+#~ "Мімалётны накід па-дзіцячаму прыгожая%1$s chain-breaking agapé%2$s "
+#~ "which %3$s Jesus Christ unleashed%4$s so %5$s freely%6$s and aptly on an "
+#~ "enslaving, enslaved world."
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revision-action_rvy.php:130
#, php-format
-msgid "A revision to your %1$s \"%2$s\" has been approved."
-msgstr "Перагляд вашага %1$s \"%2$s\" быў ухвалены."
+#~ msgid ""
+#~ "Although Role Scoper and Revisionary development was a maniacal hermit-"
+#~ "like effort, it was only possible because of the clean and flexible %1$s "
+#~ "WordPress code base%2$s. My PHP programming skills grew immensely by the "
+#~ "good examples set forth there and in plugins such as %3$s NextGen Gallery"
+#~ "%4$s. I'm not done learning, and look forward to some real-time "
+#~ "cooperation with these and other developers now that my all-consuming "
+#~ "quest has reached a stable plateau."
+#~ msgstr ""
+#~ "Хоць роля Scoper і Revisionary развіцці маніякальна-пустэльнікаў, як "
+#~ "высілкі, можна было толькі з-за чыстай і гнуткай %1$s WordPress code base"
+#~ "%2$s. My PHP programming skills grew immensely by the good examples set "
+#~ "forth there and in plugins such as %3$s NextGen Gallery%4$s. I'm not done "
+#~ "learning, and look forward to some real-time cooperation with these and "
+#~ "other developers now that my all-consuming quest has reached a stable "
+#~ "plateau."
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revision-action_rvy.php:133
#, php-format
-msgid "The submitter was %1$s."
-msgstr "Адпраўнік быў %1$s."
+#~ msgid ""
+#~ "Thanks to %1$sAlberto Ramicciotti%2$s for the Italian translation. I do "
+#~ "try to be translator-friendly, but any untranslated captions are due to "
+#~ "my flurry of recent additions and changes, and will no doubt be updated "
+#~ "soon. Now there must be someone else who wants Revisionary in their "
+#~ "language..."
+#~ msgstr ""
+#~ "Дзякуй %1$sAlberto Ramicciotti%2$s на італьянскі пераклад. Я імкнуся быць "
+#~ "перакладнікам зразумелы, але любы неперакладзеныя подпісах з-за майго "
+#~ "шквал апошніх даданняў і змен, і, несумнеўна, будзе абноўлена хуткім "
+#~ "часам. Зараз павінна быць кімсьці яшчэ, хто жадае Revisionary на іх "
+#~ "роднай мове ..."
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revision-action_rvy.php:137
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revision-action_rvy.php:174
#, php-format
-msgid "It will be published on %s"
-msgstr "Гэта было апублікавана %s"
-
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revision-action_rvy.php:141
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revision-action_rvy.php:178
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revision-action_rvy.php:556
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revision-action_rvy.php:577
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revision-action_rvy.php:599
-msgid "View it online: "
-msgstr "Глядзець гэта анлайн:"
+#~ msgid ""
+#~ "Revisionary is open source software released under the %1$s General "
+#~ "Public License (GPL)%2$s. Due to limitations, obligations and non-"
+#~ "technical aspirations common to most human beings, I will probably never "
+#~ "again pursue uncommissioned plugin development on the scale these plugins "
+#~ "has required. However, I do plan to provide some free support, correct "
+#~ "bugs which emerge and revise the plugin for future WordPress versions. If "
+#~ "it adds value to your website or saves you time and money, you can "
+#~ "express appreciation in several ways:"
+#~ msgstr ""
+#~ "Revisionary гэта адкрытае праграмнае забеспячэнне, якое распаўсюджваецца "
+#~ "па %1$s General Public License (GPL)%2$s. З-за абмежаванняў, абавязанняў "
+#~ "і нетехнических памкненняў, характэрных для большасці чалавечай істоты, "
+#~ "я, напэўна, ніколі больш не праводзіць, даручэнні распрацоўкі ўбудоў на "
+#~ "маштаб гэтых убудоў патрабуецца. Аднак, я планую забяспечыць вольнае "
+#~ "падтрымку, правільныя памылкі, якія ўзнікаюць і перагледзець убудову для "
+#~ "будучых версіях WordPress. Калі гэта павялічвае каштоўнасць вашага сайта "
+#~ "ці эканоміць Ваш час і грошы, вы можаце выказаць удзячнасць некалькімі "
+#~ "спосабамі:"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revision-action_rvy.php:171
#, php-format
-msgid "The revision you submitted for the %1$s \"%2$s\" has been approved."
-msgstr "Рэвізіі, якую вы, прадстаўленую на %1$s \"%2$s\", была ўхвалена."
+#~ msgid "%1$s Submit technical feedback%2$s, including improvement requests."
+#~ msgstr ""
+#~ "%1$s Тэхнічная зваротная сувязі %2$s, у тым ліку просьбы пра паляпшэнні."
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revision-action_rvy.php:551
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revision-action_rvy.php:569
#, php-format
-msgid "[%s] Scheduled Revision Publication Notice"
-msgstr "[%s] Запланаваныя Апавяшчэнне публікацыі Рэдакцыя"
+#~ msgid ""
+#~ "%1$s Submit a case study%2$s, explaining how these plugins help you do "
+#~ "something excellent and praiseworthy."
+#~ msgstr ""
+#~ "%1$s Submit a case study%2$s, растлумачыўшы, якім чынам гэтыя ўбудовы "
+#~ "дапамогуць вам зрабіць нешта выдатнае і пахвальна."
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revision-action_rvy.php:553
#, php-format
-msgid "The scheduled revision you submitted for the %1$s \"%2$s\" has been published."
-msgstr "Запланаваны перагляд вы, прадстаўленых на %1$s \"%2$s\" быў апублікаваны."
+#~ msgid ""
+#~ "%1$s Localize Revisionary or Role Scoper%2$s to your own language %3$s "
+#~ "using poEdit%4$s "
+#~ msgstr ""
+#~ "%1$s дял лакалізацыі Revisionary ці Role Scoper%2$sна ваша мова %3$s "
+#~ "выкарыстоўвайце poEdit%4$s "
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revision-action_rvy.php:571
#, php-format
-msgid "A scheduled revision to your %1$s \"%2$s\" has been published."
-msgstr "Запланаваны перагляд вашага%1$s \"%2$s\" быў апублікаваны."
+#~ msgid "If the plugin has seriously broadened your CMS horizons, %s"
+#~ msgstr "Калі ўбудова мае сур'ёзныя пашырана сістэма кіравання гарызонтаў,%s"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revision-action_rvy.php:591
#, php-format
-msgid "[%s] Scheduled Revision Publication"
-msgstr "[%s]Запланаваныя публікацыі Рэдакцыя"
+#~ msgid ""
+#~ "If you are an established web developer, %1$s grant me your professional "
+#~ "opinion%2$s on how this work stacks up. Might the skills, work ethic and "
+#~ "values I express here fit into a development team near you?"
+#~ msgstr ""
+#~ "Калі Вы вэб-распрацоўнік,%1$s дайце мне ваша меркаванне як адмыслоўца%2$s "
+#~ "пра тое, як гэта праца стэкі ўгару. Ці можа навыкі, працоўная этыка і "
+#~ "каштоўнасці, я жадаў бы выказаць тут упісваецца ў каманду распрацоўнікаў "
+#~ "побач з вамі?"
+
+#~ msgid ""
+#~ "Hire or refer my services to design, redesign or enhance your site - "
+#~ "quality care at reasonable rates."
+#~ msgstr ""
+#~ "Арэнду ці перадаць свае паслугі для праектавання, рэдызайну ці "
+#~ "пашырэнні вашага сайта - якасць абслугоўвання па ўмераных коштах."
+
+#~ msgid "Pending Post"
+#~ msgstr "Разгляданы пост"
+
+#~ msgid "Pending Page"
+#~ msgstr "Разгляданая старонка"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revision-action_rvy.php:593
#, php-format
-msgid "A scheduled revision to the %1$s \"%2$s\" has been published."
-msgstr "Запланаваны перагляд %1$s \"%2$s\" быў апублікаваны."
-
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revision-ui_rvy.php:279
-msgid "The revision will be deleted. Are you sure?"
-msgstr "Рэдакцыя будзе выдалена. Вы ўпэўнены?"
-
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revision-ui_rvy.php:338
-msgid "Unschedule"
-msgstr "Не планаваць"
-
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revision-ui_rvy.php:432
-msgid "Modified Date (click to view/restore)"
-msgstr "Даце апошняй змены (націсніце, каб прагледзець / аднавіць)"
+#~ msgid "%1$s Revisionary Support Forum%2$s"
+#~ msgstr "%1$s форум падтрымкі Revisionary%2$s"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revision-ui_rvy.php:435
-msgid "Modified Date (click to view/approve)"
-msgstr "Дата змены (націсніце, каб прагледзець / прыняць)"
-
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revision-ui_rvy.php:438
-msgid "Modified Date (click to view/publish)"
-msgstr "Дата змены (націсніце, каб прагледзець / апублікаваць)"
-
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revision-ui_rvy.php:442
-msgid "Publish Date"
-msgstr "Дата публікацыі"
+#, php-format
+#~ msgid "%1$s About Revisionary%2$s"
+#~ msgstr "%1$s О Revisionary%2$s"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revision-ui_rvy.php:445
-msgid "Actions"
-msgstr "Дзеянні"
+#~ msgid "Revisionary Option Defaults"
+#~ msgstr "Змаўчанні Revisionary"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revision-ui_rvy.php:460
-msgid "Bulk Actions"
-msgstr "Масавыя дзеянні"
+#~ msgid "Return to Edit Pages"
+#~ msgstr "Вярнуцца да рэдагавання старонак"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revision-ui_rvy.php:461
-msgid "Delete"
-msgstr "Выдаліць"
+#~ msgid ""
+#~ "Your modification has been saved for editorial review. If approved, it "
+#~ "will be published on the date you specified."
+#~ msgstr ""
+#~ "Вашы змены былі захаваны для рэдакцыйнага агляду. У выпадку сцвярджэння, "
+#~ "ён будзе апублікаваны ў дзень, паказаны Вамі."
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revision-ui_rvy.php:463
-msgid "Apply"
-msgstr "Ужыць"
+#~ msgid "Your modification has been saved for editorial review."
+#~ msgstr "Вашы змены былі захаваны для рэдакцыйнага агляду. "
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revision-ui_rvy.php:502
-msgid "Date as:"
-msgstr "Датавана:"
+#~ msgid ""
+#~ "Go back to Submit Another revision (possibly for a different publish "
+#~ "date)."
+#~ msgstr ""
+#~ "Вярнуцца Адправіць Іншая версія (магчыма, з іншай датай публікацыі)."
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revision-ui_rvy.php:503
-msgid "Schedule for:"
-msgstr "Запланавана для:"
+#~ msgid ""
+#~ "Sorry, an error occurred while attempting to save your modification for "
+#~ "editorial review!"
+#~ msgstr ""
+#~ "Выбачыце, адбылася памылка пры спробе захаваць змены рэдакцыйнага агляду!"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revision-ui_rvy.php:504
-msgid "Published on:"
-msgstr "Апублікавана:"
+#~ msgid "page"
+#~ msgstr "старонка"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revision-ui_rvy.php:505
-msgid "Privately Published:"
-msgstr "Прыватна апублікавана:"
+#~ msgid "post"
+#~ msgstr "пост"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revision-ui_rvy.php:506
-msgid "Published:"
-msgstr "Апублікавана:"
+#, php-format
+#~ msgid "[%s] Pending Revision Notification"
+#~ msgstr "[%s] Pending Revision Апавяшчэнне"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revision-ui_rvy.php:507
-msgid "Unsaved Date Selection:"
-msgstr "Незахаваныя Выбар даты:"
+#~ msgid "Pending Revision Created"
+#~ msgstr "Якая чакае версія створана"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revisions.php:48
-msgid "No revision specified."
-msgstr "Не прызначана версія"
+#~ msgid "Your modification was saved as a Scheduled Revision."
+#~ msgstr "Ваша мадыфікацыя была захавана ў планоўшчыку версій."
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revisions.php:53
-msgid "Past"
-msgstr "Уставіць"
+#~ msgid "Go back to Schedule Another revision."
+#~ msgstr "Вярнуцца ў спіс іншых версій."
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revisions.php:91
-#, php-format
-msgid "%1$s Revisions for “%2$s”"
-msgstr "%1$s Рэдакцыя для “%2$s”"
+#~ msgid "Scheduled Revision Created"
+#~ msgstr "Планавальная версія створана."
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revisions.php:150
-#, php-format
-msgid "Revision of “%1$s”"
-msgstr "Рэдакцыя “%1$s”"
+#~ msgid "Enter additional User Names or IDs (comma-separate)"
+#~ msgstr ""
+#~ "Увядзіце дадатковыя імёны карыстачоў ці ідэнтыфікатары (адлучаныя коскі)"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revisions.php:152
#, php-format
-msgid "Past Revision of “%1$s”"
-msgstr "Апошняя рэдакцыя “%1$s”"
+#~ msgid "current users (%d):"
+#~ msgstr "бягучыя карыстачы (%d):"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revisions.php:155
#, php-format
-msgid "Pending Revision of “%1$s”"
-msgstr "Да перагляду “%1$s”"
+#~ msgid "eligible users (%d):"
+#~ msgstr "правы карыстачоў (%d):"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revisions.php:158
-#, php-format
-msgid "Scheduled Revision of “%1$s”"
-msgstr "Запланаваная рэдакцыя “%1$s”"
+#~ msgid "Publishers to Notify of Your Revision"
+#~ msgstr "Выдаўцы будуць апавешчаны пра вашу рэдакцыю"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revisions.php:166
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revisions.php:173
-msgid "Publish Now"
-msgstr "Публікаваць цяпер"
+#~ msgid "Strip html tags out of difference display"
+#~ msgstr "Выдаляе HTML-тэгі з розніцы адлюстравання"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revisions.php:171
-msgid "Schedule Now"
-msgstr "Запланаваць цяпер"
+#~ msgid "Asynchronous Email Processing"
+#~ msgstr "Асінхронны email працэс"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revisions.php:179
-msgid "Restore Now"
-msgstr "Аднавіць цяпер"
+#~ msgid "Revisionary Default Blog Options"
+#~ msgstr "Revisionary стандартныя налады блога"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revisions.php:196
-#, php-format
-msgid "“%1$s” (Current Revision)"
-msgstr "“%1$s” (Бягучая рэдакцыя)"
+#~ msgid "Revisionary Blog Options"
+#~ msgstr "Revisionary налады блога"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revisions.php:214
-msgid "The requested revision does not exist."
-msgstr "З просьбай пра перагляд не існуе."
+#~ msgid "These settings will be applied to all blogs."
+#~ msgstr "Налады будуць ужыты да ўсіх блогаў"
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revisions.php:253
-msgid "The revision was deleted."
-msgstr "Версія была выдалена."
+#~ msgid ""
+#~ "This page enables optional adjustment of Revisionary's "
+#~ "features. For most installations, the default settings are fine."
+#~ msgstr ""
+#~ "Гэта старонка ўключае <апцыянальна>optional карэктоўку функцый "
+#~ "Revisionary. Для большасці ўсталёўкі, налады па змаўчанні ў норме."
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revisions.php:256
#, php-format
-msgid "%s revision was deleted"
-msgstr "%s версія была выдалена."
-
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revisions.php:259
-msgid "The revision was updated."
-msgstr "Версія была обнавлена."
-
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revisions.php:262
-msgid "The revision was restored."
-msgstr "Версія была адноўлена."
-
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revisions.php:265
-msgid "The revision was scheduled for publication."
-msgstr "Рэдакцыя была запланавана для публікацыі."
-
-#: E:\www\wp29c\wp-content\plugins\revisionary/admin/revisions.php:268
-msgid "The revision was published."
-msgstr "Рэдакцыя была апублікавана."
+#~ msgid "Note that %1$s blog-specific options%2$s may also be available."
+#~ msgstr "Запомніце, што %1$s налады %2$s таксама даступныя."
+
+#~ msgid ""
+#~ "Enable some users to submit a revision for an existing published post or "
+#~ "page which they cannot otherwise edit. Contributors can submit revisions "
+#~ "to their own published content, and users who have the edit_others_ "
+#~ "capability (but not edit_published_) can submit revisions to other user's "
+#~ "content.
These Pending Revisions are listed alongside regular "
+#~ "pending content, but link to a Revisions management form. There the "
+#~ "pending revision can be viewed, compared to other revisions, and approved "
+#~ "or deleted by qualified editors. If the submitter set a future publish "
+#~ "date, approval schedules delayed publication of the revised content."
+#~ msgstr ""
+#~ "Уключыць некаторым карыстачам прадставіць перагледжаны варыянт для існых "
+#~ "апублікаваў пост ці старонка, на якой яны не могуць інакш кіраваць. "
+#~ "Аўтары могуць прадставіць змены ў свае апублікаваныя ўтрыманні, і "
+#~ "карыстачоў, якія edit_others_ магчымасць (але не edit_published_) можа "
+#~ "прадставіць прапановы пра змены да ўтрымання іншых карыстачоў.
JP&FQN
diff --git a/languages/revisionary-fr_FR.po b/languages/revisionary-fr_FR.po
index 7620f71e..3c3c7be8 100644
--- a/languages/revisionary-fr_FR.po
+++ b/languages/revisionary-fr_FR.po
@@ -2,1233 +2,921 @@
# This file is distributed under the same license as the PublishPress - PublishPress Revisions package.
msgid ""
msgstr ""
-"PO-Revision-Date: 2020-07-29 18:03:23+0000\n"
+"Project-Id-Version: PublishPress - PublishPress Revisions\n"
+"POT-Creation-Date: 2021-09-30 14:15-0400\n"
+"PO-Revision-Date: 2021-09-30 14:16-0400\n"
+"Last-Translator: Kevin Behrens \n"
+"Language-Team: \n"
+"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: GlotPress/2.4.0-alpha\n"
-"Language: fr\n"
-"Project-Id-Version: PublishPress - PublishPress Revisions\n"
+"X-Generator: Poedit 2.4.3\n"
+"X-Poedit-Basepath: ..\n"
+"X-Poedit-SearchPath-0: .\n"
+"X-Poedit-SearchPath-1: admin\n"
+"X-Poedit-SearchPath-2: classes\n"
+"X-Poedit-SearchPath-3: includes\n"
-#: revisionary.php:168
msgid "PublishPress Revisions requires WordPress version %s or higher."
msgstr "PublishPress Revisions nécessite la version WordPress %s ou plus."
-#: revisionary.php:161
msgid "PublishPress Revisions requires PHP version %s or higher."
msgstr "PublishPress Revisions nécessite la version PHP %s ou supérieure."
-#: revisionary.php:85 revisionary.php:143
msgid "Another copy of PublishPress Revisions (or Revisionary) is already activated (version %1$s)"
msgstr "Une autre copie de PublishPress Revisions (ou Revisionary) est déjà activée (version %1$s)"
-#: revisionary.php:83 revisionary.php:141
msgid "Another copy of PublishPress Revisions (or Revisionary) is already activated (version %1$s: \"%2$s\")"
msgstr "Une autre copie de PublishPress Revisions (ou Revisionary) est déjà activée (version %1$s: « %2$s »)"
-#: revisionary.php:67
msgid "This plugin can be deleted."
msgstr "Ce plugin peut être supprimé."
-#: admin/revision-action_rvy.php:878
msgid "A scheduled revision to your %1$s \"%2$s\" has been published."
msgstr "Une demande de révision planifiée pour votre %1$s \"%2$s\" a été publiée."
-#: admin/revision-action_rvy.php:856
msgid "The scheduled revision you submitted for the %1$s \"%2$s\" has been published."
msgstr "Votre demande de révision planifiée pour %1$s \"%2$s\" a été publiée."
-#: admin/revision-action_rvy.php:855 admin/revision-action_rvy.php:877
msgid "[%s] Scheduled Revision Publication Notice"
msgstr "[%s] Notification concernant votre demande de révision planifiée"
-#: admin/revision-action_rvy.php:221
msgid "The revision you submitted for the %1$s \"%2$s\" has been approved."
msgstr "La demande de révision pour %1$s \"%2$s\" a été traitée."
-#: admin/revision-action_rvy.php:152 admin/revision-action_rvy.php:234
-#: admin/revision-action_rvy.php:859 admin/revision-action_rvy.php:884
-#: admin/revision-action_rvy.php:919
msgid "View it online: "
msgstr "Visualiser la demande en ligne: "
-#: admin/revision-action_rvy.php:150 admin/revision-action_rvy.php:232
msgid "Editor: "
msgstr "Éditeur:"
-#: admin/revision-action_rvy.php:147 admin/revision-action_rvy.php:229
msgid "Preview it here: "
msgstr "Prévisualiser ici:"
-#: admin/revision-action_rvy.php:143 admin/revision-action_rvy.php:225
msgid "It will be published on %s"
msgstr "Elle sera publiée le %s"
-#: admin/revision-action_rvy.php:139
msgid "The submitter was %1$s."
msgstr "Le demandeur était %1$s."
-#: admin/revision-action_rvy.php:136
msgid "A revision to your %1$s \"%2$s\" has been approved."
msgstr "Votre demande de révision pour %1$s \"%2$s\" a été traitée."
-#: admin/revision-action_rvy.php:135 admin/revision-action_rvy.php:220
msgid "[%s] Revision Approval Notice"
msgstr "[%s] Notification concernant votre demande de révision"
-#: admin/admin_rvy.php:795
msgid "Contact"
msgstr "Contact"
-#: admin/admin_rvy.php:795
msgid "Contact the PublishPress team"
msgstr "Contactez l'équipe de PublishPress"
-#: admin/admin_rvy.php:793
msgid "PublishPress Revisions Documentation"
msgstr "Documentation sur les révisions PublishPress"
-#: admin/admin_rvy.php:791
msgid "About"
msgstr "À propos"
-#: admin/admin_rvy.php:791
msgid "About PublishPress Revisions"
msgstr "À propos de PublishPress Revisions"
-#: admin/admin_rvy.php:780
msgid "If you like %s, please leave us a %s rating. Thank you!"
msgstr "Si vous aimez %s, veuillez nous laisser une note %s. Merci!"
-#: admin/admin_rvy.php:746
msgid "%s (revision)"
msgstr "%s (révision)"
-#: admin/admin_rvy.php:645 admin/admin_rvy.php:646
msgid "Upgrade to Pro"
msgstr "Passer à la version Pro"
-#: admin/admin_rvy.php:605
msgid "Revisions"
msgstr "Révisions"
-#: admin/admin_rvy.php:490
msgid "Save as Pending Revision"
msgstr "Enregistrer en tant que révision en attente"
-#: admin/admin_rvy.php:333
msgid "The revision was published."
msgstr "Cette demande de révision a été publiée."
-#: admin/admin_rvy.php:330
msgid "The revision was scheduled for publication."
msgstr "Cette demande de révision a été planifiée pour publication."
-#: admin/admin_rvy.php:327
msgid "The revision was restored."
msgstr "La demande de révision a été restaurée."
-#: admin/admin_rvy.php:319 admin/admin_rvy.php:624
msgid "Revision Queue"
msgstr "File d’attente de révision"
-#: admin/post-edit-block-ui_rvy.php:155
msgid "Workflow…"
msgstr "Workflow…"
-#: admin/post-edit-block-ui_rvy.php:134
msgid " %s Scheduled Revision"
msgid_plural " %s Scheduled Revisions"
msgstr[0] "%s Révision planifiée"
msgstr[1] "%s Révisions planifiées"
-#: admin/post-edit-block-ui_rvy.php:123
msgid " %s Pending Revision"
msgid_plural " %s Pending Revisions"
msgstr[0] "%s Révision en attente"
msgstr[1] "%s Révisions en attente"
-#: admin/post-edit-block-ui_rvy.php:115
msgid "Do not schedule current changes yet, but save to Revision Queue"
msgstr "Ne pas encore planifier les modifications en cours, mais enregistrer dans la file d’attente de révision"
-#: admin/post-edit-block-ui_rvy.php:113 admin/admin_rvy.php:493
msgid "Do not publish current changes yet, but save to Revision Queue"
msgstr "Ne publiez pas encore les modifications actuelles, mais enregistrez dans la file d’attente de révision"
-#: admin/post-edit-block-ui_rvy.php:85
msgid "Approve Revision"
msgstr "Approuver la révision"
-#: admin/post-edit-block-ui_rvy.php:59
msgid " %s Revision Edit"
msgid_plural " %s Revision Edits"
msgstr[0] "Modification de la révision %s"
msgstr[1] "Modifications de révision %s"
-#: admin/revision-queue_rvy.php:113
msgid "Revision Queue %s"
msgstr "File d’attente de révision %s"
-#: admin/revision-queue_rvy.php:111
msgctxt "PublishedPostName (other filter captions)"
msgid "Revision Queue for \"%s\"%s"
msgstr "File d’attente de révision pour « %s\"%s"
-#: admin/revision-queue_rvy.php:103 admin/revision-queue_rvy.php:104
msgid "%sPost Author: %s"
msgstr "%sPost Auteur: %s"
-#: admin/revision-queue_rvy.php:96
msgctxt "Posts / Pages / etc."
msgid "of %s"
msgstr "de %s"
-#: admin/revision-queue_rvy.php:83
msgctxt "Author Name"
msgid "%s: "
msgstr "%s: "
-#: admin/revision-queue_rvy.php:40
msgid "%s revision published."
msgid_plural "%s revisions published."
msgstr[0] "%s révision publiée."
msgstr[1] "%s révisions publiées."
-#: admin/revision-queue_rvy.php:39
msgid "%s revision approved."
msgid_plural "%s revisions approved."
msgstr[0] "%s révision approuvée."
msgstr[1] "%s révisions approuvées."
-#: admin/revision-queue_rvy.php:13
msgid "Pending Revisions and Scheduled Revisions are both disabled. See Revisions > Settings."
msgstr "Les révisions en attente et les révisions planifiées sont toutes deux désactivées. Voir Révisions > Paramètres."
-#: admin/revision-queue_rvy.php:9
msgid "You are not allowed to manage revisions."
msgstr "Vous n’êtes pas autorisé à gérer les révisions."
-#. translators: Publish box date formt, see http://php.net/date
-#: admin/PostEditSubmitMetabox.php:343
msgid "M j, Y @ G:i"
msgstr "M j, Y @ G:i"
-#: admin/PostEditSubmitMetabox.php:273
msgid "Visibility:"
msgstr "Visibilité :"
-#: admin/PostEditSubmitMetabox.php:65
msgid "Your site is configured to keep only the last %s revisions."
msgstr "Votre site est configuré pour conserver uniquement les %s dernières révisions."
-#: admin/PostEditSubmitMetabox.php:62
msgid "Revision Edits: %s"
msgstr "Modifications de révision : %s"
-#: admin/history_rvy.php:1127
msgid "List"
msgstr "Liste"
-#: admin/history_rvy.php:1126
msgid "Manage"
msgstr "Gérer"
-#: admin/history_rvy.php:1119
msgid "Preview / Restore"
msgstr "Aperçu / Restauration"
-#: admin/history_rvy.php:1038
msgid "View"
msgstr "Voir"
-#: admin/history_rvy.php:952
msgctxt "revision date short format"
msgid "j M @ H:i"
msgstr "j M @ H:i"
-#: admin/history_rvy.php:951
msgid "M j, Y @ H:i"
msgstr "M j, Y @ H:i"
-#: admin/history_rvy.php:906 admin/admin_rvy.php:443
msgid "M j, Y @ g:i a"
msgstr "M j, Y @ g:i a"
-#: admin/history_rvy.php:895
msgid "%s%s from now"
msgstr "%s%s à partir de maintenant"
-#: admin/history_rvy.php:890
msgid "Submitted "
msgstr "Remis "
-#: admin/history_rvy.php:885
msgid "Requested for "
msgstr "Demandé pour"
-#: admin/history_rvy.php:880
msgid "Scheduled for "
msgstr "Prévu pour"
-#: admin/history_rvy.php:667
msgid "Beaver Builder Settings"
msgstr "Paramètres du constructeur de castors"
-#: admin/history_rvy.php:666
msgid "Beaver Builder Data"
msgstr "Données du constructeur de castors"
-#: admin/history_rvy.php:657
msgid "Featured Image"
msgstr "Image à la une"
-#: admin/history_rvy.php:654
msgid "Page Template"
msgstr "Modèle de page"
-#: admin/history_rvy.php:534
msgid "Ping Status"
msgstr "État du ping"
-#: admin/history_rvy.php:533
msgid "Comment Status"
msgstr "État du commentaire"
-#: admin/history_rvy.php:532
msgid "Menu Order"
msgstr "Ordre du menu"
-#: admin/history_rvy.php:531
msgid "Post Parent"
msgstr "Article Parent"
-#: admin/history_rvy.php:530
msgid "Post Date"
msgstr "Date de l'article"
-#. translators: %s: post title
-#: admin/history_rvy.php:136
msgid "Compare %s of “%s”"
msgstr "Comparez %s de “%s&s”"
-#. translators: %s: post title
-#: admin/class-list-table_rvy.php:1069
msgid "Compare Changes"
msgstr "Comparer les modifications"
-#. translators: %s: post title
-#: admin/class-list-table_rvy.php:1057
msgid "Preview Revision"
msgstr "Révision d’aperçu"
-#. translators: %s: post title
-#: admin/class-list-table_rvy.php:1041
msgid "Delete Revision"
msgstr "Supprimer Revision"
-#. translators: 1: month name, 2: 4-digit year
-#: admin/class-list-table_rvy.php:822
msgctxt "MonthName 4-DigitYear"
msgid "%1$s %2$d"
msgstr "%1$s %2$d"
-#: admin/class-list-table_rvy.php:809
msgid "All dates"
msgstr "Toutes les dates"
-#: admin/class-list-table_rvy.php:807
msgid "Filter by date"
msgstr "Filtrer par date"
-#: admin/class-list-table_rvy.php:694
msgid "All %s"
msgstr "Tous %s"
-#: admin/class-list-table_rvy.php:659
msgid "%sMy Published Posts%s(%s)"
msgstr "%sMy Publications%s(%s)"
-#: admin/class-list-table_rvy.php:627
msgid "%sMy Revisions%s(%s)"
msgstr "%sMy Révisions%s(%s)"
-#: admin/class-list-table_rvy.php:477
msgid "History"
msgstr "Historique"
-#. translators: %s: post title
-#: admin/class-list-table_rvy.php:476
msgid "Compare Past Revisions"
msgstr "Comparer les révisions passées"
-#. translators: %s: post title
-#: admin/class-list-table_rvy.php:453
msgid "View published post"
msgstr "Voir le post publié"
-#. translators: %s: post title
-#: admin/class-list-table_rvy.php:444
msgid "View only revisions of %s"
msgstr "Afficher uniquement les révisions de %s"
-#: admin/class-list-table_rvy.php:407 admin/history_rvy.php:771
msgid "No author"
msgstr "aucun auteur"
-#: admin/class-list-table_rvy.php:360
msgid "Requested publication: %s"
msgstr "Publication demandée : %s"
-#: admin/class-list-table_rvy.php:357
msgid "Scheduled publication: %s"
msgstr "Publication planifiée : %s"
-#: admin/class-list-table_rvy.php:350 admin/class-list-table_rvy.php:970
msgid "Y/m/d g:i a"
msgstr "Y/m/d g:i a"
-#: admin/class-list-table_rvy.php:339 admin/class-list-table_rvy.php:962
msgid "Y/m/d g:i:s a"
msgstr "Y/m/d g:i:s a"
-#: admin/class-list-table_rvy.php:298
msgid "Post Author"
msgstr "Auteur de l’article"
-#: admin/class-list-table_rvy.php:297
msgid "Published Post"
msgstr "Publié Post"
-#: admin/class-list-table_rvy.php:286
msgid "Submission"
msgstr "Soumission"
-#: admin/class-list-table_rvy.php:285
msgid "Revised By"
msgstr "Révisé par"
-#: admin/class-list-table_rvy.php:284
msgid "Post Type"
msgstr "Type d'article"
-#: admin/class-list-table_rvy.php:283
msgid "Status"
msgstr "Statut"
-#: admin/class-list-table_rvy.php:282
msgid "Revision"
msgstr "Révision"
-#: admin/admin_lib-mu_rvy.php:23
msgid "Network Defaults"
msgstr "Paramètres par défaut réseau"
-#: admin/admin_lib-mu_rvy.php:12
msgid "Network Settings"
msgstr "Paramètres du réseau"
-#: admin/admin-dashboard_rvy.php:37
msgid "View %s"
msgstr "Voir %s"
-#: admin/admin-dashboard_rvy.php:30
msgid "%1$s %2$s Revisions"
msgstr "%1$s %2$s Révisions"
-#: admin/admin-dashboard_rvy.php:28
msgid "%1$s %2$s Revision"
msgstr "%1$s %2$s Révision"
-#: admin/agents_checklist_rvy.php:130
msgid "unselect"
msgstr "déselectionner"
-#: admin/agents_checklist_rvy.php:125
msgid "select"
msgstr "sélectionner"
-#: admin/agents_checklist_rvy.php:116
msgid "filter:"
msgstr "filtrer:"
-#: admin/agents_checklist_rvy.php:98
msgid "show eligible users (%d)"
msgstr "afficher les utilisateurs admissibles (%d)"
-#: admin/agents_checklist_rvy.php:98
msgid "show current users (%d)"
msgstr "afficher les utilisateurs courants (%d)"
-#: admin/agents_checklist_rvy.php:43
msgid "Enter additional User Names or IDs (comma-separate)"
msgstr "Entrez les noms d'utilisateur additionnels ou leurs ID (séparé par une virgule)"
-#: admin/revisions.php:242
msgid "no %s revisions available."
msgstr "aucune révision %s disponible."
-#: admin/revisions.php:227
msgid "%1$s (%2$s)"
msgstr "%1$s (%2$s)"
-#: admin/revisions.php:215
msgid "Past Revisions"
msgstr "Révisions antérieures"
-#: admin/revisions.php:150
msgid "The requested revision does not exist."
msgstr "La révision demandée n'existe pas."
-#: admin/revisions.php:124
msgid "Revisions of %s"
msgstr "Révisions de %s"
-#: admin/revisions.php:62
msgid "Past"
msgstr "antérieure"
-#: admin/revisions.php:56
msgid "No revision specified."
msgstr "Aucune révision spécifié."
-#: admin/revisions.php:20
msgid "Note: For visual display of revisions, add the following code to foliopress-wysiwyg.php: if ( strpos( $_SERVER['REQUEST_URI'], 'admin.php?page=rvy-revisions' ) ) return;"
msgstr "Remarque : Pour l’affichage visuel des révisions, ajoutez le code suivant à foliopress-wysiwyg.php : si ( strpos( $_SERVER['REQUEST_URI'], 'admin.php?page=rvy-revisions') ) de retour;"
-#: admin/filters-admin-ui-item_rvy.php:162
msgid "Publishers to Notify of Your Revision"
msgstr "Éditeurs à avertir pour votre demande de révision"
-#: admin/filters-admin-ui-item_rvy.php:123 admin/admin_rvy.php:551
msgid "Current Time"
msgstr "Heure actuelle"
-#: admin/filters-admin-ui-item_rvy.php:122
msgid "Submit Scheduled Revision"
msgstr "Soumettre une révision planifiée"
-#: admin/filters-admin-ui-item_rvy.php:120
-#: admin/filters-admin-ui-item_rvy.php:121 admin/post-edit-block-ui_rvy.php:153
-#: admin/post-edit-block-ui_rvy.php:154
msgid "Submit Revision"
msgstr "Soumettre les changements"
-#: admin/filters-admin-ui-item_rvy.php:38 admin/post-edit-block-ui_rvy.php:109
msgid "Schedule Revision"
msgstr "Révision de l’horaire"
-#: admin/revision-ui_rvy.php:497
msgid "Modified Date"
msgstr "Date de modification"
-#: admin/revision-ui_rvy.php:325
msgid "The revision will be deleted. Are you sure?"
msgstr "La demande de révision sera suppirmée. Continuer?"
-#: admin/revision-ui_rvy.php:225
msgid "%1$s (Publish date: %2$s)"
msgstr "%1$s (Date de publication : %2$s)"
-#: admin/revision-ui_rvy.php:223
msgid "%1$s (Requested publication: %2$s)"
msgstr "%1$s (Publication demandée : %2$s)"
-#: admin/revision-ui_rvy.php:219
msgctxt "revision schedule date format"
msgid "j F, Y, g:i a"
msgstr "j F, Y, g:i a"
-#: admin/revision-ui_rvy.php:213
msgid "%1$s (Autosave)"
msgstr "%1$s (Autosave)"
-#: admin/revision-ui_rvy.php:209
msgid "%1$s (Current)"
msgstr "%1$s (Courant)"
-#. translators: revision date format, see http://php.net/date
-#: admin/revision-ui_rvy.php:190
msgctxt "revision date format"
msgid "j F, Y @ g:i a"
msgstr "j F, Y @ g:i a"
-#: admin/revision-ui_rvy.php:137
msgid "No email notifications will be sent."
msgstr "Aucune notification par e-mail ne sera envoyée."
-#: admin/revision-ui_rvy.php:135
msgid "Publishers will be notified (but cannot be selected here)."
msgstr "Les éditeurs seront avisés (mais ne peuvent pas être sélectionnés ici)."
-#: admin/options.php:801
msgid "Revert to Defaults"
msgstr "Revenir aux valeurs par défaut"
-#: admin/options.php:796
msgid "All settings in this form (including those on unselected tabs) will be reset to DEFAULTS. Are you sure?"
msgstr "Tous les paramètres de ce formulaire (y compris ceux sur les onglets non sélectionnés) seront réinitialisés en DEFAULTS. Es-tu sûr?"
-#: admin/options.php:724
msgctxt "option_tabname (explanatory note)"
msgid "%1$s (%2$s)"
msgstr "%1$s (%2$s)"
-#: admin/options.php:714
msgid "Specify which PublishPress Revisions Settings to control network-wide. Unselected settings are controlled separately on each site."
msgstr "Spécifiez quels paramètres de révisions PublishPress pour contrôler l’ensemble du réseau. Les paramètres non sélectionnés sont contrôlés séparément sur chaque site."
-#: admin/options.php:707
msgid "network-wide control of \"%s\""
msgstr "contrôle à l’échelle du réseau des «s%»"
-#: admin/options.php:674 admin/admin_rvy.php:793
msgid "Documentation"
msgstr "Documentation"
-#: admin/options.php:666
msgid "Show with message content"
msgstr "Afficher avec le contenu du message"
-#: admin/options.php:664
msgid "Show Notification Log / Buffer"
msgstr "Afficher le journal des notifications / Tampon"
-#: admin/options.php:655
msgid "Seconds until next buffer processing time: %d"
msgstr "Secondes jusqu’au temps de traitement de la mémoire tampon suivante : %d"
-#: admin/options.php:648
msgid "Sent in last day: %d / %d"
msgstr "Envoyé le dernier jour: %d / %d"
-#: admin/options.php:647
msgid "Sent in last hour: %d / %d"
msgstr "Envoyé dans la dernière heure: %d / %d"
-#: admin/options.php:646
msgid "Sent in last minute: %d / %d"
msgstr "Envoyé à la dernière minute : %d / %d"
-#: admin/options.php:640
msgid "Truncate Notification Log"
msgstr "Journal des notifications tronquées"
-#: admin/options.php:634
msgid "Purge Notification Buffer"
msgstr "Tampon de notification de purge"
-#: admin/options.php:605
msgid "Notification Log"
msgstr "Journal de notification"
-#: admin/options.php:577
msgid "Notification Buffer"
msgstr "Tampon de notification"
-#: admin/options.php:562
msgid "To avoid notification failures, buffer emails for delayed sending once minute, hour or day limits are exceeded"
msgstr "Pour éviter les échecs de notification, les e-mails tampon s’appliquant aux envois retardés une fois minutes, heures ou jours sont dépassés"
-#: admin/options.php:554
msgid "Note: \"by default\" means Pending Revision creators can customize email notification recipients before submitting. For more flexibility in moderation and notification, install the %1$s PressPermit Pro%2$s plugin."
msgstr "Remarque : « par défaut », les créateurs de révision en attente peuvent personnaliser les destinataires de notification par courriel avant de les soumettre. Pour plus de flexibilité dans la modération et la notification, installez le plugin %1$sPressPermit Pro%2$s "
-#: admin/options.php:552
msgid "Note: \"by default\" means Pending Revision creators can customize email notification recipients before submitting. Eligibile \"Publisher\" email recipients are members of the Pending Revision Monitors group who also have the ability to publish the revision. If not explicitly defined, the Monitors group is all users with a primary WP role of Administrator or Editor."
msgstr "Remarque : « par défaut », les créateurs de révision en attente peuvent personnaliser les destinataires de notification par courriel avant de les soumettre. Les destinataires de messagerie Eligibile « Publisher » sont membres du groupe Moniteurs de révision en attente qui ont également la possibilité de publier la révision. S’il n’est pas défini explicitement, le groupe Moniteurs est tous les utilisateurs ayant un rôle WP principal d’administrateur ou d’éditeur."
-#: admin/options.php:487 admin/options.php:505
msgid "Always"
msgstr "Toujours"
-#: admin/options.php:487 admin/options.php:505
msgid "By default"
msgstr "Par défaut"
-#: admin/options.php:487 admin/options.php:505
msgid "Never"
msgstr "Jamais"
-#: admin/options.php:478 admin/options.php:535
msgid "select recipients"
msgstr "sélectionner des destinataires"
-#: admin/options.php:462
msgid "Regenerate revision storage flags (for Revision Queue listing)"
msgstr "Régénérer les indicateurs de stockage de révision (pour la liste de la file d’attente de révision)"
-#: admin/options.php:457
msgid "Show descriptive captions for PublishPress Revisions settings"
msgstr "Afficher les légendes descriptives pour les paramètres De publishPress Revisions"
-#: admin/options.php:451
msgid "This may improve compatibility with some plugins."
msgstr "Cela peut améliorer la compatibilité avec certains plugins."
-#: admin/options.php:448
msgid "This restriction applies to users who are not full editors for the post type. To enable a role, give it the list_others_revisions capability."
msgstr "Cette restriction s’applique aux utilisateurs qui ne sont pas des éditeurs complets pour le type de publication. Pour activer un rôle, donnez-lui la list_others_revisions capacité."
-#: admin/options.php:445
msgid "This restriction applies to users who are not full editors for the post type. To enable a role, give it the edit_others_revisions capability."
msgstr "Cette restriction s’applique aux utilisateurs qui ne sont pas des éditeurs complets pour le type de publication. Pour activer un rôle, donnez-lui la edit_others_revisions capacité."
-#: admin/options.php:436
msgid "For compatibility with Advanced Custom Fields, Beaver Builder and WPML, upgrade to PublishPress Revisions Pro."
msgstr "Pour la compatibilité avec Advanced Custom Fields, Beaver Builder et WPML, passez à PublishPress Revisions Pro."
-#: admin/options.php:416
msgid "If disabled, Compare screen links to Revision Preview for approval"
msgstr "Si désactivé, comparer les liens d’écran vers Revision Preview pour approbation"
-#: admin/options.php:406
msgid "Some themes or plugins may require Revision Slug or Revision ID link type for proper template loading and field display."
msgstr "Certains thèmes ou plugins peuvent nécessiter le type de lien Révision Slug ou Revision ID pour le chargement de modèle et l’affichage du champ appropriés."
-#: admin/options.php:395
msgid "Revision ID only"
msgstr "ID de révision uniquement"
-#: admin/options.php:395
msgid "Revision Slug"
msgstr "Revision Slug"
-#: admin/options.php:395
msgid "Published Post Slug"
msgstr "Publié Post Slug"
-#: admin/options.php:383
msgid "For themes that block revision preview, hide preview links from non-Administrators"
msgstr "Pour les thèmes qui bloquent l’aperçu de révision, masquer les liens d’aperçu des non-Administrateurs"
-#: admin/options.php:367
msgid "When a pending revision is published, also update the publish date."
msgstr "Lorsqu’une révision en attente est publiée, mettez également à jour la date de publication."
-#: admin/options.php:361
msgid "Enable Contributors to submit revisions to their own published content. Revisors and users who have the edit_others (but not edit_published) capability for the post type can submit revisions to other user's content. These Pending Revisions are listed in %sRevision Queue%s."
msgstr "Permettre aux contributeurs de soumettre des révisions à leur propre contenu publié. Les réviseurs et les utilisateurs qui ont la capacité edit_others (mais pas edit_published) pour le type de publication peuvent soumettre des révisions au contenu d’un autre utilisateur. Ces révisions en attente sont répertoriées dans %sRevision Queue%s."
-#: admin/options.php:343
msgid "Publish scheduled revisions asynchronously, via a secondary http request from the server. This is usually best since it eliminates delay, but some servers may not support it."
msgstr "Publiez les révisions planifiées de façon asynchrone, via une demande http secondaire du serveur. C’est généralement mieux car il élimine le retard, mais certains serveurs peuvent ne pas le prendre en charge."
-#: admin/options.php:340
msgid "When a scheduled revision is published, also update the publish date."
msgstr "Lorsqu’une révision planifiée est publiée, mettez également à jour la date de publication."
-#: admin/options.php:337
msgid "If a currently published post or page is edited and a future date set, the change will not be applied until the selected date."
msgstr "Si une publication ou une page actuellement publiée est modifiée et qu’une date future est définie, la modification ne sera pas appliquée avant la date sélectionnée."
-#: admin/options.php:316
msgid "If checked, users lacking site-wide publishing capabilities will also be checked for the edit_others_drafts capability"
msgstr "S’ils sont vérifiés, les utilisateurs qui n’ont pas de capacités de publication à l’échelle du site seront également vérifiés pour la capacité edit_others_drafts"
-#: admin/options.php:311
msgid "The user role \"Revisor\" role is now available. Include capabilities for all custom post types in this role?"
msgstr "Le rôle utilisateur \" Revisor \" est maintenant disponible. Inclure des fonctionnalités pour tous les types de publication personnalisés dans ce rôle ?"
-#: admin/options.php:279
msgid "Note that %1$s network-wide settings%2$s may also be available."
msgstr "Notez que des paramètres à l’échelle du réseau de %1$speuvent également%2$s être disponibles."
-#: admin/options.php:265
msgid "Here you can change the default value for settings which are controlled separately on each site."
msgstr "Ici, vous pouvez modifier la valeur par défaut pour les paramètres qui sont contrôlés séparément sur chaque site."
-#: admin/options.php:263
msgid "Use this tab to make NETWORK-WIDE changes to PublishPress Revisions settings. %s"
msgstr "Utilisez cet onglet pour apporter des modifications NETWORK-WIDE aux paramètres De révisions PublishPress. %s"
-#: admin/options.php:262
msgid "You can also specify %1$sdefaults for site-specific settings%2$s."
msgstr "Vous pouvez également spécifier %1$sdefaults pour les paramètres spécifiques au site%2$s."
-#: admin/options.php:225
msgid "These are the default settings for options which can be adjusted per-site."
msgstr "Il s’agit des paramètres par défaut pour les options qui peuvent être ajustées par site."
-#: admin/options.php:211 admin/options.php:792
msgid "Update »"
msgstr "Mettre à jour »"
-#: admin/options.php:205 admin/admin_rvy.php:638
msgid "PublishPress Revisions Settings"
msgstr "Paramètres des révisions PublishPress"
-#: admin/options.php:203
msgid "PublishPress Revisions Site Settings"
msgstr "Paramètres du site PublishPress Revisions"
-#: admin/options.php:201 admin/admin_lib-mu_rvy.php:23
msgid "PublishPress Revisions Network Defaults"
msgstr "PublishPress Revisions Network Defaults"
-#: admin/options.php:199 admin/admin_lib-mu_rvy.php:12
msgid "PublishPress Revisions Network Settings"
msgstr "Publier les révisionspresses Paramètres du réseau"
-#: admin/options.php:141
msgid "Email Editors and Administrators when a Pending Revision is approved"
msgstr "Éditeurs et administrateurs de messagerie lorsqu’une révision en attente est approuvée"
-#: admin/options.php:140
msgid "Email Editors and Administrators when a Scheduled Revision is published"
msgstr "Éditeurs et administrateurs de messagerie lorsque une révision planifiée est publiée"
-#: admin/options.php:139
msgid "Email Editors and Administrators when a Pending Revision is submitted"
msgstr "Éditeurs et administrateurs de messagerie lorsqu’une révision en attente est soumise"
-#: admin/options.php:137
msgid "Email designated Publishers when a Pending Revision is approved"
msgstr "Envoyer un courriel aux éditeurs désignés lorsqu’une révision en attente est approuvée"
-#: admin/options.php:136
msgid "Email designated Publishers when a Scheduled Revision is published"
msgstr "Envoyer un courriel aux éditeurs désignés lors de la publication d’une révision planifiée"
-#: admin/options.php:135
msgid "Email designated Publishers when a Pending Revision is submitted"
msgstr "Envoyer un courriel aux éditeurs désignés lorsqu’une révision en attente est soumise"
-#: admin/options.php:131
msgid "Approve Button on Compare Revisions screen"
msgstr "Bouton Approuver sur l’écran Comparer les révisions"
-#: admin/options.php:130
msgid "Preview Link Type"
msgstr "Type de lien d’aperçu"
-#: admin/options.php:129
msgid "Show Preview Links"
msgstr "Afficher les liens d’aperçu"
-#: admin/options.php:127
msgid "Prevent Revisors from editing other user's drafts"
msgstr "Empêcher les réviseurs d’éditer d’autres brouillons utilisateur-apos;s"
-#: admin/options.php:126
msgid "All custom post types available to Revisors"
msgstr "Tous les types de publication personnalisés disponibles pour Revisors"
-#: admin/options.php:125
msgid "Enable notification buffer"
msgstr "Activer la mémoire tampon de notification"
-#: admin/options.php:124
msgid "Email the Revisor when a Scheduled Revision is published"
msgstr "Envoyer un courriel au Réviseur lorsqu’une révision planifiée est publiée"
-#: admin/options.php:123
msgid "Email the original Author when a Scheduled Revision is published"
msgstr "Envoyer un courriel à l’auteur d’origine lorsqu’une révision planifiée est publiée"
-#: admin/options.php:122
msgid "Email the Revisor when a Pending Revision is approved"
msgstr "Envoyer un courriel au Réviseur lorsqu’une révision en attente est approuvée"
-#: admin/options.php:121
msgid "Email the original Author when a Pending Revision is approved"
msgstr "Envoyer un courriel à l’auteur d’origine lorsqu’une révision en attente est approuvée"
-#: admin/options.php:120
msgid "Email original Author when a Pending Revision is submitted"
msgstr "Envoyer un message d’auteur original lorsqu’une révision en attente est soumise"
-#: admin/options.php:118 admin/options.php:119
msgid "Update Publish Date"
msgstr "Mettre à jour la date de publication"
-#: admin/options.php:117
msgid "Asynchronous Publishing"
msgstr "Éditions asynchrones"
-#: admin/options.php:116
msgid "Strip html tags out of difference display"
msgstr "Bandez les balises html hors de l’affichage de différence"
-#: admin/options.php:115
msgid "Revision publication triggers API actions to mimic post update"
msgstr "La publication de révision déclenche des actions d’API pour imiter la mise à jour post"
-#: admin/options.php:114
msgid "Prevent Revisors from viewing others' revisions"
msgstr "Empêcher les réviseurs de consulter les autres; révisions"
-#: admin/options.php:113
msgid "Prevent Revisors from editing others' revisions"
msgstr "Empêcher les réviseurs d’éditer d’autres; les révisions"
-#: admin/options.php:112
msgid "Enable Scheduled Revisions"
msgstr "Activer les révisions planifiées"
-#: admin/options.php:111
msgid "Enable Pending Revisions"
msgstr "Activer les révisions en attente"
-#: admin/options.php:105
msgid "Email Notification"
msgstr "Notification par courriel"
-#: admin/options.php:104
msgid "Revision Options"
msgstr "Options de révision"
-#: admin/options.php:103
msgid "Preview / Approval"
msgstr "Aperçu / Approbation"
-#: admin/options.php:100
msgid "Role Definition"
msgstr "Définition des rôles"
-#: admin/options.php:96
msgid "Setting Scope"
msgstr "Définition de l’étendue"
-#: admin/options.php:96 admin/admin_rvy.php:638
msgid "Settings"
msgstr "Paramètres"
-#: admin/post-edit_rvy.php:325
msgid "%sPending Revisions: %s"
msgstr "%sPending Revisions : %s"
-#: admin/post-edit_rvy.php:304
msgid "%sScheduled Revisions: %s"
msgstr "%sScheduled Revisions: %s"
-#: admin/post-edit_rvy.php:222
msgid "Compare this revision to published copy, or to other revisions"
msgstr "Comparez cette révision à la copie publiée ou à d’autres révisions"
-#: admin/post-edit_rvy.php:221 admin/post-edit_rvy.php:316
-#: admin/post-edit_rvy.php:337 admin/class-list-table_rvy.php:1070
-#: admin/PostEditSubmitMetabox.php:74
msgctxt "revisions"
msgid "Compare"
msgstr "Comparer"
-#: admin/post-edit_rvy.php:212 admin/post-edit-block-ui_rvy.php:88
msgid "Approve saved changes"
msgstr "Approuver les modifications enregistrées"
-#: admin/post-edit_rvy.php:109
msgid "Edit %s Revision"
msgstr "Modifier la révision de %s"
-#: admin/post-edit_rvy.php:104 admin/post-edit-block-ui_rvy.php:55
msgid "View unsaved changes"
msgstr "Afficher les modifications non enregistrées"
-#: admin/post-edit_rvy.php:100 admin/post-edit_rvy.php:265
-#: admin/PostEditSubmitMetabox.php:177 admin/post-edit-block-ui_rvy.php:47
msgid "View saved revision"
msgstr "Afficher la révision enregistrée"
-#: admin/post-edit_rvy.php:97 admin/post-edit_rvy.php:263
-#: admin/PostEditSubmitMetabox.php:174 admin/post-edit-block-ui_rvy.php:44
msgid "View / moderate saved revision"
msgstr "Afficher / révision modérée enregistrée"
-#: admin/post-edit_rvy.php:96 admin/post-edit_rvy.php:249
-#: admin/history_rvy.php:1036 admin/PostEditSubmitMetabox.php:173
-#: admin/post-edit-block-ui_rvy.php:43
-msgid "Preview / Approve"
+msgid "View / Approve"
msgstr "Afficher / Approuver"
-#: admin/post-edit_rvy.php:96 admin/post-edit_rvy.php:249
-#: admin/PostEditSubmitMetabox.php:173 admin/post-edit-block-ui_rvy.php:43
msgid "View / Publish"
msgstr "Afficher / Publier"
-#: admin/post-edit_rvy.php:37
msgid "Revision updated."
msgstr "Révision mise à jour."
-#: admin/post-edit_rvy.php:35
msgid "Revision updated. %sView Preview%s"
msgstr "Révision mise à jour. %sView Preview%s"
-#: admin/admin-init_rvy.php:265
msgid "Dismiss"
msgstr "Rejeter"
-#: admin/admin-init_rvy.php:239
msgid "Revisionary is now PublishPress Revisions! Note the new Revisions menu and %sRevision Queue%s screen, where Pending and Scheduled Revisions are listed. %s"
msgstr "Revisionary est maintenant PublishPress Révisions! Notez le nouveau menu Révisions et l’écran %sRevision Queue%s, où sont répertoriés les révisions en attente et planifiées. %s"
-#: admin/admin-init_rvy.php:229
msgid "Welcome to PublishPress Revisions! Here's how it works:%s
\"Contributors\" can submit revisions to their published posts.
\"Revisors\" can submit revisions to posts and pages published by others.
\"Authors\", \"Editors\" and \"Administrators\" can approve revisions or schedule their own revisions.
%s%s%s"
msgstr "Bienvenue à PublishPress Révisions! Voici comment cela fonctionne:%s
Les « contributeurs » peuvent soumettre des révisions à leurs publications.
Les « reviseurs » peuvent soumettre des révisions aux publications et aux pages publiées par d’autres.
Les « auteurs », les « éditeurs » et les « administrateurs » peuvent approuver les révisions ou planifier leurs propres révisions.
%s%s%s"
-#: admin/admin-init_rvy.php:223
msgid "For more details on setting up PublishPress Revisions, %sread this guide%s."
msgstr "Pour plus de détails sur la configuration des révisions PublishPress, %sread this guide%s."
-#: admin/admin-init_rvy.php:151
msgid "Sorry, you are not allowed to delete this revision."
msgstr "Désolé, vous n’êtes pas autorisé à supprimer cette révision."
-#: admin/admin-init_rvy.php:116
msgid "Sorry, you are not allowed to approve this revision."
msgstr "Désolé, vous n’êtes pas autorisé à approuver cette révision."
-#: revision-workflow_rvy.php:249
msgid "Return to Edit %s"
msgstr "Retour à Modifier %s"
-#: revision-workflow_rvy.php:245
msgid "Return to Edit Pages"
msgstr "Retour à la modification des pages"
-#: revision-workflow_rvy.php:242
msgid "Return to Edit Posts"
msgstr "Retour à la modification des articles"
-#: revision-workflow_rvy.php:221
msgid "Go back to submit another revision"
msgstr "Revenir pour soumettre une autre révision"
-#: revision-workflow_rvy.php:200
msgid "It will be published when an editor approves it."
msgstr "Il sera publié lorsqu’un éditeur l’approuvera."
-#: revision-workflow_rvy.php:198
msgid "If approved by an editor, it will be published on the date you specified."
msgstr "S’il est approuvé par un éditeur, il sera publié à la date que vous avez spécifiée."
-#: revision-workflow_rvy.php:195
msgid "Your modification has been saved for editorial review."
msgstr "Votre modification a été enregistrée pour révision."
-#: revision-workflow_rvy.php:186 revision-workflow_rvy.php:225
msgid "View Revision Queue"
msgstr "Afficher la file d’attente de révision"
-#: revision-workflow_rvy.php:184
msgid "Go back to schedule another revision"
msgstr "Revenir à planifier une autre révision"
-#: revision-workflow_rvy.php:182 revision-workflow_rvy.php:217
msgid "Keep editing the revision"
msgstr "Continuer à modifier la révision"
-#: revision-workflow_rvy.php:175 revision-workflow_rvy.php:212
msgid "Preview it"
msgstr "Prévisualiser"
-#: revision-workflow_rvy.php:169
msgid "Your modification was saved as a Scheduled Revision."
msgstr "Votre modification a été enregistrée en tant que Révision planifiée"
-#: revision-workflow_rvy.php:138
msgid "Sorry, an error occurred while attempting to save your revision."
msgstr "Désolé, une erreur s’est produite lors de la tentative d’enregistrement de votre révision."
-#: revision-workflow_rvy.php:50
msgid "Edit Revision: "
msgstr "Modifier la révision :"
-#: revision-workflow_rvy.php:48
msgid "Revision Queue: "
msgstr "File d’attente de révision :"
-#: revision-workflow_rvy.php:45
msgid "Preview and Approval: "
msgstr "Aperçu et approbation :"
-#: revision-workflow_rvy.php:38
msgid "It was submitted by %1$s."
msgstr "Envoyé par %1$s."
-#: revision-workflow_rvy.php:36
msgid "A pending revision to the %1$s \"%2$s\" has been submitted."
msgstr "Une demande de révision pour %1$s \"%2$s\" a été envoyée."
-#: revision-workflow_rvy.php:34
msgid "[%s] Pending Revision Notification"
msgstr "[%s] Notification pour révision en attente"
-#: revision-creation_rvy.php:705
msgid "Invalid page template."
msgstr "Modèle de page invalide."
-#. translators: %s: taxonomy name
-#: revision-creation_rvy.php:626
msgid "Invalid taxonomy: %s"
msgstr "Taxonomie non valide : %s"
-#: revision-creation_rvy.php:585
msgid "Could not insert revision into the database"
msgstr "Impossible d’insérer une révision dans la base de données"
-#: revision-creation_rvy.php:562
msgid "Scheduled Revision Created"
msgstr "Révision planifiée créée"
-#: revision-creation_rvy.php:525
msgid "Revision Scheduling Error"
msgstr "Erreur de planification de révision"
-#: revision-creation_rvy.php:524
msgid "Sorry, an error occurred while attempting to schedule your revision!"
msgstr "Désolé, une erreur s’est produite lors de la tentative de planifier votre révision!"
-#: revision-creation_rvy.php:378
msgid "Pending Revision Created"
msgstr "Demande de révision créée"
-#: revision-creation_rvy.php:285
msgid "Revision Submission Error"
msgstr "Erreur de soumission de révision"
-#: revision-creation_rvy.php:284
msgid "Sorry, an error occurred while attempting to submit your revision!"
msgstr "Désolé, une erreur s’est produite lors de la tentative de soumettre votre révision!"
-#: revision-creation_rvy.php:47
msgid "Autosave disabled when editing a published post/page to create a pending revision."
msgstr "Autoparter désactivé lors de la modification d’une publication/page publiée pour créer une révision en attente."
-#: rvy_init.php:737
msgid "Revision Workflow"
msgstr "Flux de travail de révision"
-#: rvy_init.php:310
msgctxt "User role"
msgid "Revisor"
msgstr "Revisor"
-#: rvy_init.php:298
msgid "Revisor"
msgstr "Réviseur"
-#: rvy_init.php:162 admin/class-list-table_rvy.php:323
msgid "Scheduled"
msgstr "Planifié"
-#: rvy_init.php:162 admin/options.php:101
-#: admin/filters-admin-ui-item_rvy.php:169 admin/revisions.php:221
msgid "Scheduled Revisions"
msgstr "Révisions programmées"
-#: rvy_init.php:161
msgid "Scheduled Revision"
msgstr "Révision planifiée"
-#: rvy_init.php:151 admin/class-list-table_rvy.php:320
msgid "Pending"
msgstr "En attente"
-#: rvy_init.php:151 admin/options.php:102
-#: admin/filters-admin-ui-item_rvy.php:156 admin/revisions.php:218
msgid "Pending Revisions"
msgstr "Révisions en attente"
-#: rvy_init.php:151 rvy_init.php:162 admin/edit-revision-ui_rvy.php:15
-#: admin/edit-revision-ui_rvy.php:16 admin/PostEditSubmitMetabox.php:136
msgid "Update Revision"
msgstr "Mettre à jour la révision"
-#: rvy_init.php:151 rvy_init.php:162 admin/post-edit-block-ui_rvy.php:117
msgid "Save Revision"
msgstr "Enregistrer la révision"
-#: rvy_init.php:151 rvy_init.php:162
msgid "Publish Revision"
msgstr "Publier la révision"
-#: rvy_init.php:150 admin/post-edit-block-ui_rvy.php:112
-#: admin/admin_rvy.php:296
msgid "Pending Revision"
msgstr "Révision en attente"
-#: rvy_init.php:72
msgid "Every 2 Minutes"
msgstr "Toutes les 2 minutes"
-#: revisionary_main.php:399
msgid "Invalid featured media ID."
msgstr "ID de média en vedette non valide."
-#: lib/debug.php:182
msgid "%1$s queries in %2$s seconds. %3$s MB used."
msgstr "%1$s requêtes en %2$s secondes. %3$s Mo utilisé."
-#: front_rvy.php:271
msgid "This is the Current Revision. %s"
msgstr "Il s’agit de la révision en cours. %s"
-#: front_rvy.php:259
msgid "This is a Past Revision (from %s). %s %s"
msgstr "Il s’agit d’une révision passée (à partir de %s). %s %s"
-#: front_rvy.php:258
msgid "Restore"
msgstr "Restaurer"
-#: front_rvy.php:251
msgid "This is a Scheduled Revision (for publication on %s). %s %s %s"
msgstr "Il s’agit d’une révision planifiée (pour publication sur %s). %s %s %s"
-#: front_rvy.php:243
msgid "Reload"
msgstr "Rafraichir"
-#: front_rvy.php:242
msgid "This revision is very new, preview may not be synchronized with theme."
msgstr "Cette révision est très nouvelle, l’aperçu peut ne pas être synchronisé avec le thème."
-#: front_rvy.php:232
msgid "This is a Pending Revision. %s %s %s"
msgstr "Il s’agit d’une révision en attente. %s %s %s"
-#: front_rvy.php:231 front_rvy.php:249
msgid "Publish now"
msgstr "Publier maintenant"
-#: front_rvy.php:228
msgid "This is a Pending Revision (requested publish date: %s). %s %s %s"
msgstr "Il s’agit d’une révision en attente (date de publication demandée : %s). %s %s %s "
-#: front_rvy.php:227 admin/post-edit_rvy.php:212 admin/history_rvy.php:1036
msgid "Approve"
msgstr "Approuver"
-#: front_rvy.php:191
msgid "Edit"
msgstr "Modifier"
-#: front_rvy.php:182
msgid "%sView Published Post%s"
msgstr "%sView Published Post%s"
-#: front_rvy.php:172
msgid "%sCompare%s%sView Published Post%s"
msgstr "%sCompare%s%sView Published Post%s"
-#. Author URI of the plugin
msgid "https://publishpress.com"
msgstr "https://publishpress.com"
-#. Author of the plugin
msgid "PublishPress"
msgstr "PublishPress"
-#. Description of the plugin
msgid "Maintain published content with teamwork and precision using the Revisions model to submit, approve and schedule changes."
msgstr "Maintenir le contenu publié avec le travail d’équipe et la précision à l’aide du modèle révisions pour soumettre, approuver et planifier les changements."
-#. Plugin URI of the plugin
msgid "https://publishpress.com/revisionary/"
msgstr "https://publishpress.com/revisionary/"
-#. Plugin Name of the plugin
msgid "PublishPress Revisions"
-msgstr "Révisions PublishPress"
\ No newline at end of file
+msgstr "Révisions PublishPress"
diff --git a/languages/revisionary-it_IT.mo b/languages/revisionary-it_IT.mo
index 6c930f27e8c4e42830495172b878fd99cc92aacc..82a45061f45d28231a30b11e7dc7378170c543d0 100644
GIT binary patch
literal 537
zcmZvY!A`?442Fl`)FWpOM&d|H+U~Gr6rsU}CYY#TAg)cs+O(Tq-sp
z&C;*r&*#`qzV`P%dlWmQ1JV&`mvl^OV?g>QIHa}BSw~{37fcbZB-&C7rz2uht8Fnch3J7@^Fg|1vhoCQli19w>-i@@5EsWH*kghTUuBn8E
zG3Exfh11v8p4VN^y6x$wRe47D^s137WDAs~fVCH(oHw7%C!2u-pL-XTcBrY-M@^$R
ze0L{xA(b9MnoDER#Se=q8*K90iJsB0iB79b>6L)Nk}4-fV`Raml_{+NUH@7eha>2=
zv4+DKf|2*cu27@t-jr0BDF>n7_ah>mWn*cvmM$0I`R+4p95$9ntb
z@#eji);K0j10i4xCHx5-3NEyVzX3u*I6yfq6-~(@g%ZdqoFqU?jZd4T2MTFOpwQ3v
zcki8-1*(#{r$i9E?>WB-J2r*GkQ)GT?!t4yso0?{);Nqudn6D
z#o&YBlfd5xF91Iaj)GqX_klkIr@>t`z6N|F_(bsEf*ZjvfD_;k{r#(-;_hD$K7;!y
z$iL`U`SCRHP2h##?|@GS{|$IK_%-kW@Q2`=!B;;uie3+1{!3BxdGMp)2f+L2MBlyo
z62`_DkAlzV`h#?KE%AC=a)T`wp_0V
z8{j_y9}7MNUJd>=_+;=BI)%h&1E_J`21(71mif0Ccy^y9Pl0B
z_25^)8^9+rsW*YQfEO}P_k&DT^o|iH7a#ZdC*ZTW|JR`Cy8H^qpKCqd1ip^@w}Q8T
z-vGtmYp#qU{zdokgIA+>gLi>{2#O!0>v;xl0;j+aflJ^Iz@1=zRTMoB{3yuONB;v9
z|IZzD@_H#K`Meg?^IO2p;GDnz7H}QczYA(U{=nlYQ1knrz-90opyck@n4AB*K+Vf>
z5LQOZpyuVR9^Vh1%k`%~$>(Q4h7^4s6n)^}Gi@AABn){(Tv|0K9m!;LNUd!YJXx5f2$F{tP3L4EJJ;1j`Ve|-mdA=f8C(fMkB{YRkm;^vpN{@dG@+jJY@bSrL
z3H&wi{h;P)93@9ZqU%8M{SHv$%|P|P?C<{;hzW?^0b=5#e-Dc8{{o^K(T_ZiUC+0;
zJ`C;$-wZwt{1$i|{2}-vaQ^vGgsMiTK(+rXP;xkdP-%W