Plugin Directory

Changeset 3397524


Ignore:
Timestamp:
11/17/2025 07:02:04 PM (4 months ago)
Author:
kevinB
Message:
  • Fixed : Recaption "New Revision" to "Create Revision" to disambiguate from "New Revisions"
  • Fixed : Scheduled Revisions did not work correctly if "Site uses custom trigger" option is enabled
  • Fixed : Scheduled Revision preview top bar did not have a distinct color
  • Fixed : On multisite install, Network Defaults screen did not load correctly
  • Fixed : On multisite install, Upgrade to Pro menu link loaded invalid settings screen
  • Change : Option to disable revisioning of post Author
  • Change : Option to auto-submit revisions without publishing capability
  • Fixed : PHP Warning on Compare Revisions screen under some conditions
  • Fixed : PHP Warnings on Edit Posts screen under some conditions

Release 3.7.21

Location:
revisionary/trunk
Files:
19 edited

Legend:

Unmodified
Added
Removed
  • revisionary/trunk/CHANGELOG.md

    r3395221 r3397524  
    22and this project adheres to [Semantic Versioning](http://semver.org/).
    33
    4 = 3.7.21 =
     4= 3.7.21 - 17 Nov 2025 =
     5* Fixed : Recaption "New Revision" to "Create Revision" to disambiguate from "New Revisions"
    56* Fixed : Scheduled Revisions did not work correctly if "Site uses custom trigger" option is enabled
     7* Fixed : Scheduled Revision preview top bar did not have a distinct color
     8* Fixed : On multisite install, Network Defaults screen did not load correctly
     9* Fixed : On multisite install, Upgrade to Pro menu link loaded invalid settings screen
     10* Change : Option to disable revisioning of post Author
     11* Change : Option to autho-submit revisions without publishing capability
     12* Fixed : PHP Warning on Compare Revisions screen under some conditions
     13* Fixed : PHP Warnings on Edit Posts screen under some conditions
    614
    715= 3.7.20 - 12 Nov 2025 =
  • revisionary/trunk/admin/admin_rvy.php

    r3395221 r3397524  
    3434            if ( RVY_NETWORK && ( is_main_site() ) ) {
    3535                require_once( dirname(__FILE__).'/admin_lib-mu_rvy.php' );
    36                 add_action('admin_menu', 'rvy_mu_site_menu', 15 );
     36                add_action('revisionary_menu', 'rvy_mu_site_menu');
    3737            }
    3838
     
    393393            add_action('revisionary_page_revisionary-settings', 'rvy_omit_site_options' );
    394394        }
     395
     396        do_action('revisionary_menu');
    395397
    396398        if (!defined('PUBLISHPRESS_REVISIONS_PRO_VERSION')) {
  • revisionary/trunk/admin/history_rvy.php

    r3394622 r3397524  
    295295                $status_plural = (!empty($status_obj->labels->plural)) ? $status_obj->labels->plural : __('Revisions');
    296296
     297                if (!$url = get_edit_post_link($published_post)) {
     298                    $url = '';
     299                }
     300
    297301                printf(
    298302                    esc_html__( 'Compare %s of "%s"', 'revisionary' ),
    299303                    esc_html($status_plural),
    300                     '<a href="' . esc_url(get_edit_post_link($published_post)) . '">' . esc_html(_draft_or_post_title($published_post)) . '</a>'
     304                    '<a href="' . esc_url($url) . '">' . esc_html(_draft_or_post_title($published_post)) . '</a>'
    301305                );
    302306            }
  • revisionary/trunk/admin/options.php

    r3394622 r3397524  
    182182    'pending_revisions' =>                      sprintf(esc_html__('Enable %s', 'revisionary'), $pending_revision_plural),
    183183    'revision_limit_per_post' =>                esc_html__("Limit to one active revision per post", 'revisionary'),
    184     'revision_limit_compat_mode' =>             esc_html__('Refresh "Has Revision" flag before suppressing New Revision', 'revisionary'),
     184    'revision_limit_compat_mode' =>             esc_html__('Refresh "Has Revision" flag before suppressing Create Revision', 'revisionary'),
    185185    'revision_unfiltered_html_check' =>         esc_html__("If post contains custom html, require unfiltered_html capability", 'revisionary'),
    186186    'auto_submit_revisions' =>                  esc_html__("Auto-submit revisions created by a user with publishing capability", 'revisionary'),
     187    'auto_submit_revisions_any_user' =>         esc_html__("Auto-submit revisions", 'revisionary'),
    187188    'scheduled_revisions' =>                    sprintf(esc_html__('Enable %s', 'revisionary'), pp_revisions_status_label('future-revision', 'plural')),
    188189    'revise_posts_capability' =>                rvy_get_option('revision_statuses_noun_labels') ? esc_html__("Change Request submission require role capability", 'revisionary') : esc_html__("Revision submission requires role capability", 'revisionary'),
     
    236237    'legacy_notifications' =>                   esc_html__('Enable legacy email notifications', 'revisionary'),
    237238    'approve_button_verbose' =>                 esc_html__('Use extended captions for Approve button in Post Editor', 'revisionary'),
     239    'allow_post_author_revision' =>             esc_html__('Allow the Author field to be modified by Revision', 'revisionary'),
    238240    'create_revision_direct_link' =>            esc_html__('Create Revision button in editor opens new tab', 'revisionary'),
    239241    'revision_edit_disable_rank_math' =>        esc_html__('Disable Rank Math SEO panel for Revision edit', 'revisionary'),
     
    257259    'statuses' =>            [true],
    258260    'archive' =>             ['num_revisions', 'archive_postmeta', 'extended_archive', 'revision_archive_deletion', 'revision_restore_require_cap', 'past_revisions_order_by'],
    259     'working_copy' =>        ['copy_posts_capability', 'revisor_role_add_custom_rolecaps', 'revision_limit_per_post', 'revision_limit_compat_mode', 'create_revision_direct_link', 'revision_unfiltered_html_check', 'auto_submit_revisions', 'caption_copy_as_edit', 'permissions_compat_mode', 'pending_revisions', 'revise_posts_capability', 'pending_revision_update_post_date', 'pending_revision_update_modified_date', 'scheduled_revisions', 'scheduled_publish_cron', 'async_scheduled_publish', 'wp_cron_usage_detected', 'scheduled_revision_update_post_date', 'scheduled_revision_update_modified_date', 'approve_button_verbose', 'trigger_post_update_actions', 'copy_revision_comments_to_post', 'rev_publication_delete_ed_comments', 'revision_statuses_noun_labels', 'revision_queue_capability', 'manage_unsubmitted_capability', 'revisor_lock_others_revisions', 'revisor_hide_others_revisions', 'admin_revisions_to_own_posts', 'list_unsubmitted_revisions', 'deletion_queue', 'compare_revisions_direct_approval', 'use_publishpress_notifications', 'planner_notifications_access_limited', 'legacy_notifications', 'pending_rev_notify_admin', 'pending_rev_notify_author', 'revision_update_notifications', 'rev_approval_notify_admin', 'rev_approval_notify_author', 'rev_approval_notify_revisor', 'publish_scheduled_notify_admin', 'publish_scheduled_notify_author', 'publish_scheduled_notify_revisor', 'use_notification_buffer'],
     261    'working_copy' =>        ['copy_posts_capability', 'revisor_role_add_custom_rolecaps', 'revision_limit_per_post', 'revision_limit_compat_mode', 'allow_post_author_revision', 'create_revision_direct_link', 'revision_unfiltered_html_check', 'auto_submit_revisions', 'auto_submit_revisions_any_user', 'caption_copy_as_edit', 'permissions_compat_mode', 'pending_revisions', 'revise_posts_capability', 'pending_revision_update_post_date', 'pending_revision_update_modified_date', 'scheduled_revisions', 'scheduled_publish_cron', 'async_scheduled_publish', 'wp_cron_usage_detected', 'scheduled_revision_update_post_date', 'scheduled_revision_update_modified_date', 'approve_button_verbose', 'trigger_post_update_actions', 'copy_revision_comments_to_post', 'rev_publication_delete_ed_comments', 'revision_statuses_noun_labels', 'revision_queue_capability', 'manage_unsubmitted_capability', 'revisor_lock_others_revisions', 'revisor_hide_others_revisions', 'admin_revisions_to_own_posts', 'list_unsubmitted_revisions', 'deletion_queue', 'compare_revisions_direct_approval', 'use_publishpress_notifications', 'planner_notifications_access_limited', 'legacy_notifications', 'pending_rev_notify_admin', 'pending_rev_notify_author', 'revision_update_notifications', 'rev_approval_notify_admin', 'rev_approval_notify_author', 'rev_approval_notify_revisor', 'publish_scheduled_notify_admin', 'publish_scheduled_notify_author', 'publish_scheduled_notify_revisor', 'use_notification_buffer'],
    260262    'notifications' =>       [true],
    261263    'integrations' =>        [true],
     
    952954        'revision-scheduling' => esc_html__('Scheduling', 'revisionary'),
    953955        'revision-publication' => esc_html__('Publication', 'revisionary'),
    954         'revision-queue' => esc_html__('New Revisions', 'revisionary'),
     956        'revision-queue' => esc_html__('Management', 'revisionary'),
    955957        'notifications' => esc_html__('Notifications', 'revisionary'),
    956958    ];
     
    11331135    <?php
    11341136    $hint = '';
     1137    $this->option_checkbox( 'allow_post_author_revision', $tab, $section, $hint, '');
     1138
     1139    $hint = '';
    11351140    $this->option_checkbox( 'create_revision_direct_link', $tab, $section, $hint, '');
    11361141    ?>
     
    12011206            $this->option_checkbox( 'pending_revision_update_modified_date', $tab, $section, $hint, '' );
    12021207
    1203             $hint = esc_html__('When a user who has publishing capabilities creates a Revision, set it to "Submitted" status.', 'revisionary');
     1208            $hint = esc_html__('When a new revision is created by any user who is allowed to submit revisions, automatically submit it.', 'revisionary');
     1209            $this->option_checkbox( 'auto_submit_revisions_any_user', $tab, $section, $hint, '' );
     1210
     1211            $hint = esc_html__('Auto-submit revisions if the user can directly edit the main post.', 'revisionary');
    12041212            $this->option_checkbox( 'auto_submit_revisions', $tab, $section, $hint, '' );
    12051213
  • revisionary/trunk/admin/post-edit-block-ui_rvy.php

    r3359458 r3397524  
    136136
    137137        if (defined('PUBLISHPRESS_MULTIPLE_AUTHORS_VERSION')) {
    138             return [];
     138            return;
    139139        }
    140140
    141141        if (!$type_obj = get_post_type_object($post->post_type)) {
    142             return [];
     142            return;
     143        }
     144
     145        if (!rvy_get_option('allow_post_author_revision')) {
     146            return;
    143147        }
    144148
  • revisionary/trunk/admin/post-edit_rvy.php

    r3394622 r3397524  
    303303
    304304        if (defined('PUBLISHPRESS_MULTIPLE_AUTHORS_VERSION')) {
    305             return [];
     305            return;
    306306        }
    307307
    308308        if (!$type_obj = get_post_type_object($post->post_type)) {
    309             return [];
     309            return;
     310        }
     311
     312        if (!rvy_get_option('allow_post_author_revision')) {
     313            return;
    310314        }
    311315
  • revisionary/trunk/admin/revision-action_rvy.php

    r3387196 r3397524  
    3434        $rvy_creation = new PublishPress\Revisions\RevisionCreation();
    3535
    36         $revision_status = (rvy_get_option('auto_submit_revisions') && current_user_can('edit_post', $main_post_id)) ? 'pending-revision' : 'draft-revision';
     36        if (rvy_get_option('auto_submit_revisions') && current_user_can('edit_post', $main_post_id)) {
     37            $auto_submit = true;
     38       
     39        } elseif (rvy_get_option('auto_submit_revisions_any_user')) {
     40            if (!rvy_get_option("revise_posts_capability") || rvy_is_full_editor($main_post_id)) { // bypass capability check for those with full editing caps on main post
     41                $auto_submit = true;
     42            } else {
     43                if ($_post = get_post($main_post_id)) {
     44                    if ($type_obj = get_post_type_object($_post->post_type)) {
     45                        $base_prop = (rvy_is_post_author($main_post_id)) ? 'edit_posts' : 'edit_others_posts';
     46                        $submit_cap_name = str_replace('edit_', 'revise_', $type_obj->cap->$base_prop);
     47                        $auto_submit = current_user_can($submit_cap_name);
     48                    }
     49                }
     50            }
     51        }
     52
     53        $revision_status = !empty($auto_submit) ? 'pending-revision' : 'draft-revision';
    3754        $revision_id = $rvy_creation->createRevision($post_id, $revision_status, $args);
    3855    } else {
  • revisionary/trunk/defaults_rvy.php

    r3394622 r3397524  
    7474        'legacy_notifications' => true,
    7575        'approve_button_verbose' => true,
     76        'allow_post_author_revision' => true,
    7677        'create_revision_direct_link' => true,
    7778        'revision_edit_disable_rank_math' => true,
     
    148149        'legacy_notifications' => 0,
    149150        'approve_button_verbose' => 0,
     151        'allow_post_author_revision' => 1,
    150152        'create_revision_direct_link' => 0,
    151153        'revision_edit_disable_rank_math' => 1,
  • revisionary/trunk/front_rvy.php

    r3364129 r3397524  
    485485                        apply_filters(
    486486                            'revisionary_list_caption',
    487                             esc_html__("%sView Queue%s", 'revisionary'),
     487                            esc_html__("%sManage%s", 'revisionary'),
    488488                            $post // revision
    489489                        ),
  • revisionary/trunk/languages/revisionary-es_ES.po

    r3394622 r3397524  
    66"Submit, Approve and Schedule Content Changes - Stable (latest release)\n"
    77"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/project\n"
    8 "POT-Creation-Date: 2025-10-30T15:00:36+00:00\n"
    9 "PO-Revision-Date: 2025-11-09 11:05+0100\n"
     8"POT-Creation-Date: 2025-11-12T19:30:03+00:00\n"
     9"PO-Revision-Date: 2025-11-13 11:15+0100\n"
    1010"Last-Translator: \n"
    1111"Language-Team: \n"
     
    9797
    9898#: admin/admin-posts_rvy.php:294 admin/admin_rvy.php:365
    99 #: admin/admin_rvy.php:433 admin/options.php:953
    100 msgid "Revision Queue"
    101 msgstr "Cola de revisión"
    102 
    103 #: admin/admin_lib-mu_rvy.php:10 admin/options.php:324
     99#: admin/admin_rvy.php:433 admin/options.php:159 admin/options.php:636
     100#: admin/options.php:954
     101msgid "New Revisions"
     102msgstr "Nuevas revisiones"
     103
     104#: admin/admin_lib-mu_rvy.php:10 admin/options.php:325
    104105msgid "PublishPress Revisions Network Settings"
    105106msgstr "Ajustes de la red para PublishPress Revisions"
     
    109110msgstr "Ajustes de red"
    110111
    111 #: admin/admin_lib-mu_rvy.php:21 admin/options.php:326
     112#: admin/admin_lib-mu_rvy.php:21 admin/options.php:327
    112113msgid "PublishPress Revisions Network Defaults"
    113114msgstr "Valores por defecto de la red para PublishPress Revisions"
     
    138139
    139140#: admin/admin_rvy.php:374 admin/admin_rvy.php:375 admin/admin_rvy.php:434
    140 #: admin/revision-archive_rvy.php:81
    141 msgid "Revision Archive"
    142 msgstr "Archivo de revisiones"
    143 
    144 #: admin/admin_rvy.php:392 admin/options.php:330
     141#: admin/options.php:158 admin/options.php:539
     142#: admin/revision-archive_rvy.php:81 admin/revisions.php:237
     143msgid "Past Revisions"
     144msgstr "Revisiones anteriores"
     145
     146#: admin/admin_rvy.php:392 admin/options.php:331
    145147msgid "PublishPress Revisions Settings"
    146148msgstr "Ajustes de PublishPress Revisions"
     
    151153
    152154#: admin/admin_rvy.php:399 admin/admin_rvy.php:400 admin/admin_rvy.php:440
    153 #: admin/options.php:1756 admin/options.php:1783 admin/options.php:1967
    154 #: admin/options.php:2314 includes/CoreAdmin.php:212
     155#: admin/options.php:1757 admin/options.php:1784 admin/options.php:1971
     156#: admin/options.php:2318 includes/CoreAdmin.php:212
    155157msgid "Upgrade to Pro"
    156158msgstr "Actualizar a Pro"
     
    165167
    166168#: admin/admin_rvy.php:483
    167 msgid "Can see Revisions from other users in Revision Queue."
    168 msgstr "Puedes ver las revisiones de otros usuarios en la cola de revisión."
     169msgid "Can see New Revisions from other users."
     170msgstr "Puedes ver las nuevas revisiones de otros usuarios."
    169171
    170172#: admin/admin_rvy.php:484
    171 msgid "Can access Revision Queue."
    172 msgstr "Puedes acceder a la cola de revisión."
     173msgid "Can access New Revisions."
     174msgstr "Puedes acceder a las nuevas revisiones."
    173175
    174176#: admin/admin_rvy.php:485
     
    187189
    188190#: admin/admin_rvy.php:488
    189 msgid "View the Revision Archive, a list of past Revisions."
    190 msgstr "Ver el «Archivo de revisiones», una lista de revisiones anteriores."
     191msgid "View Past Revisions."
     192msgstr "Ver las revisiones anteriores"
    191193
    192194#: admin/admin_rvy.php:518
     
    357359msgstr "Restablecer filtros"
    358360
    359 #: admin/class-list-table-archive.php:794 admin/options.php:1978
     361#: admin/class-list-table-archive.php:794 admin/options.php:1982
    360362msgid "All"
    361363msgstr "Todo"
     
    371373
    372374#: admin/class-list-table-archive.php:862 admin/class-list-table_rvy.php:1686
    373 #: admin/post-edit_rvy.php:185 admin/post-edit_rvy.php:249
    374 #: admin/post-edit_rvy.php:263
     375#: admin/post-edit_rvy.php:187 admin/post-edit_rvy.php:251
     376#: admin/post-edit_rvy.php:265
    375377msgctxt "revisions"
    376378msgid "Compare"
     
    436438msgstr "Esta revisión aún no está programada. Debe ser aprobada."
    437439
    438 #: admin/class-list-table_rvy.php:860 admin/history_rvy.php:903
     440#: admin/class-list-table_rvy.php:860 admin/history_rvy.php:907
    439441msgid "No author"
    440442msgstr "Sin autor"
     
    519521msgstr "Revisión actualizada."
    520522
    521 #: admin/history_rvy.php:83 admin/history_rvy.php:87 admin/history_rvy.php:93
    522 #: admin/history_rvy.php:96 rvy_init-functions.php:267
     523#: admin/history_rvy.php:87 admin/history_rvy.php:91 admin/history_rvy.php:97
     524#: admin/history_rvy.php:100 rvy_init-functions.php:267
    523525msgid "Copy"
    524526msgstr "Copiar"
    525527
    526 #: admin/history_rvy.php:83 admin/history_rvy.php:87
     528#: admin/history_rvy.php:87 admin/history_rvy.php:91
    527529msgid "Copy content to the clipboard."
    528530msgstr "Copiar el contenido al portapapeles."
    529531
    530 #: admin/history_rvy.php:93 admin/history_rvy.php:96
     532#: admin/history_rvy.php:97 admin/history_rvy.php:100
    531533msgid "Copy the above content to the clipboard."
    532534msgstr "Copiar el contenido de arriba al portapapeles."
    533535
    534 #: admin/history_rvy.php:278 admin/history_rvy.php:294
     536#: admin/history_rvy.php:282 admin/history_rvy.php:298
    535537#, php-format
    536538msgid "Compare %s of \"%s\""
    537539msgstr "Compara %s de «%s»"
    538540
    539 #: admin/history_rvy.php:647 admin/options.php:921
     541#: admin/history_rvy.php:651 admin/options.php:922
    540542msgid "Post Date"
    541543msgstr "Fecha de publicación"
    542544
    543 #: admin/history_rvy.php:648
     545#: admin/history_rvy.php:652
    544546msgid "Post Parent"
    545547msgstr "Entrada padre"
    546548
    547 #: admin/history_rvy.php:649
     549#: admin/history_rvy.php:653
    548550msgid "Menu Order"
    549551msgstr "Orden del menú"
    550552
    551 #: admin/history_rvy.php:650
     553#: admin/history_rvy.php:654
    552554msgid "Comment Status"
    553555msgstr "Estado del comentario"
    554556
    555 #: admin/history_rvy.php:651
     557#: admin/history_rvy.php:655
    556558msgid "Ping Status"
    557559msgstr "Estado de ping"
    558560
    559 #: admin/history_rvy.php:791
     561#: admin/history_rvy.php:795
    560562msgid "Page Template"
    561563msgstr "Plantilla de página"
    562564
    563 #: admin/history_rvy.php:794
     565#: admin/history_rvy.php:798
    564566msgid "Featured Image"
    565567msgstr "Imagen destacada"
    566568
    567 #: admin/history_rvy.php:798
     569#: admin/history_rvy.php:802
    568570msgid "Beaver Builder Data"
    569571msgstr "Datos de Beaver Builder"
    570572
    571 #: admin/history_rvy.php:799
     573#: admin/history_rvy.php:803
    572574msgid "Beaver Builder Settings"
    573575msgstr "Ajustes de Beaver Builder"
    574576
    575 #: admin/history_rvy.php:1050
     577#: admin/history_rvy.php:1054
    576578msgid "Scheduled for "
    577579msgstr "Programada para "
    578580
    579 #: admin/history_rvy.php:1055
     581#: admin/history_rvy.php:1059
    580582msgid "Requested for "
    581583msgstr "Solicitado para "
    582584
    583 #: admin/history_rvy.php:1060
     585#: admin/history_rvy.php:1064
    584586msgid "Modified "
    585587msgstr "Modificado "
    586588
    587 #: admin/history_rvy.php:1065
     589#: admin/history_rvy.php:1069
    588590#, php-format
    589591msgid "%s%s from now"
    590592msgstr "%s%s a partir de ahora"
    591593
    592 #: admin/history_rvy.php:1076
     594#: admin/history_rvy.php:1080
    593595msgid "M j, Y @ g:i a"
    594596msgstr "j \\d\\e F \\d\\e Y @ H:i"
    595597
    596 #: admin/history_rvy.php:1121
     598#: admin/history_rvy.php:1125
    597599msgid "M j, Y @ H:i"
    598600msgstr "j \\d\\e F \\d\\e Y @ H:i"
    599601
    600 #: admin/history_rvy.php:1122
     602#: admin/history_rvy.php:1126
    601603msgctxt "revision date short format"
    602604msgid "j M @ H:i"
    603605msgstr "j M @ H:i"
    604606
    605 #: admin/history_rvy.php:1208 front_rvy.php:597 front_rvy.php:607
     607#: admin/history_rvy.php:1212 front_rvy.php:597 front_rvy.php:607
    606608#: front_rvy.php:626 front_rvy.php:657 rvy_init-functions.php:271
    607609#: rvy_init-functions.php:289 rvy_init-functions.php:328
     
    610612msgstr "Aprobar"
    611613
    612 #: admin/history_rvy.php:1208
     614#: admin/history_rvy.php:1212
    613615msgid "Preview / Approve"
    614616msgstr "Vista previa / Aprobar"
    615617
    616 #: admin/history_rvy.php:1210 admin/post-editor-workflow-ui_rvy.php:77
     618#: admin/history_rvy.php:1214 admin/post-editor-workflow-ui_rvy.php:77
    617619#: admin/post-editor-workflow-ui_rvy.php:118
    618620#: admin/post-editor-workflow-ui_rvy.php:231
     
    621623msgstr "Vista previa"
    622624
    623 #: admin/history_rvy.php:1304
     625#: admin/history_rvy.php:1308
    624626msgid "Preview / Restore"
    625627msgstr "Vista previa / Restaurar"
    626628
    627 #: admin/history_rvy.php:1311
     629#: admin/history_rvy.php:1315
    628630msgid "Manage"
    629631msgstr "Gestionar"
    630632
    631 #: admin/history_rvy.php:1312
     633#: admin/history_rvy.php:1316
    632634msgid "List"
    633635msgstr "Lista"
     
    645647msgstr "Características"
    646648
    647 #: admin/options.php:158 admin/options.php:538 admin/revisions.php:237
    648 msgid "Past Revisions"
    649 msgstr "Revisiones anteriores"
    650 
    651 #: admin/options.php:159 admin/options.php:635
    652 msgid "New Revisions"
    653 msgstr "Nuevas revisiones"
    654 
    655649#: admin/options.php:160
    656650msgid "Options"
     
    665659msgstr "Estados"
    666660
    667 #: admin/options.php:163 admin/options.php:954
     661#: admin/options.php:163 admin/options.php:955
    668662msgid "Notifications"
    669663msgstr "Avisos"
     
    682676
    683677#: admin/options.php:178
    684 msgid "Revision Queue access requires role capability"
    685 msgstr ""
    686 "Para acceder a la cola de revisión es obligatoria una capacidad de perfil"
     678msgid "New Revisions access requires role capability"
     679msgstr ""
     680"Para acceder a las nuevas revisiones es obligatoria una capacidad de perfil"
    687681
    688682#: admin/options.php:179
     
    771765
    772766#: admin/options.php:195
     767msgid "Hide copy buttons on Compare screen"
     768msgstr "Ocultar los botones para copiar en la pantalla de comparación"
     769
     770#: admin/options.php:196
    773771msgid "Use WP-Cron scheduling"
    774772msgstr "Utiliza la programación de WP-Cron"
    775773
    776 #: admin/options.php:196
     774#: admin/options.php:197
    777775msgid "Site uses a custom trigger for WP-Cron tasks"
    778776msgstr ""
    779777"El sitio utiliza un disparador personalizado para las tareas de WP-Cron"
    780778
    781 #: admin/options.php:197
     779#: admin/options.php:198
    782780msgid "Asynchronous Publishing"
    783781msgstr "Publicación asíncrona"
    784782
    785 #: admin/options.php:198 admin/options.php:199
     783#: admin/options.php:199 admin/options.php:200
    786784msgid "Update Publish Date"
    787785msgstr "Actualizar la fecha de publicación"
    788786
    789 #: admin/options.php:200 admin/options.php:201
     787#: admin/options.php:201 admin/options.php:202
    790788msgid "Update Modified Date"
    791789msgstr "Actualización de la fecha de modificación"
    792790
    793 #: admin/options.php:204 admin/options.php:205
     791#: admin/options.php:205 admin/options.php:206
    794792#, php-format
    795793msgid "Use %1$sPlanner Notifications%2$s"
    796794msgstr "Utilizar %1$sAvisos de planificación%2$s"
    797795
    798 #: admin/options.php:207
     796#: admin/options.php:208
    799797#, php-format
    800798msgid "Email original Author when a %s is submitted"
    801799msgstr "Enviar un correo electrónico al autor original cuando se envia una %s"
    802800
    803 #: admin/options.php:208
     801#: admin/options.php:209
    804802#, php-format
    805803msgid "Email the original Author when a %s is approved"
     
    807805"Enviar un correo electrónico al autor original cuando se apruebe una %s"
    808806
    809 #: admin/options.php:209
     807#: admin/options.php:210
    810808#, php-format
    811809msgid "Email the Revisor when a %s is approved"
    812810msgstr "Enviar un correo electrónico al revisor cuando se apruebe una %s"
    813811
    814 #: admin/options.php:210
     812#: admin/options.php:211
    815813#, php-format
    816814msgid "Email the original Author when a %s is published"
     
    818816"Enviar un correo electrónico al autor original cuando se publica una %s"
    819817
    820 #: admin/options.php:211
     818#: admin/options.php:212
    821819#, php-format
    822820msgid "Email the Revisor when a %s is published"
    823821msgstr "Enviar un correo electrónico al revisor cuando se publica una %s"
    824822
    825 #: admin/options.php:212
     823#: admin/options.php:213
    826824msgid "Enable notification buffer"
    827825msgstr "Activar el búfer de avisos"
    828826
    829 #: admin/options.php:213
     827#: admin/options.php:214
    830828msgid "Revisors can create a new revision for any custom post type"
    831829msgstr ""
     
    833831"contenido personalizado."
    834832
    835 #: admin/options.php:214
     833#: admin/options.php:215
    836834msgid "Prevent Revisors from editing others' unpublished Posts"
    837835msgstr ""
    838836"Impide que los revisores editen las entradas no publicadas de otros usuarios"
    839837
    840 #: admin/options.php:215
     838#: admin/options.php:216
    841839msgid "Display Hints"
    842840msgstr "Mostrar sugerencias"
    843841
    844 #: admin/options.php:216
     842#: admin/options.php:217
    845843msgid "Delete settings and Revisions if plugin is deleted"
    846844msgstr "Borrar ajustes y revisiones si se elimina el plugin"
    847845
    848 #: admin/options.php:217
     846#: admin/options.php:218
    849847msgid "Show Preview Links"
    850848msgstr "Mostrar enlaces de vista previa"
    851849
    852 #: admin/options.php:218
     850#: admin/options.php:219
    853851msgid "Preview Link Type"
    854852msgstr "Tipo de enlace de vista previa"
    855853
    856 #: admin/options.php:219
     854#: admin/options.php:220
    857855msgid "Modify preview link for better theme compatibility"
    858856msgstr ""
     
    860858"tema"
    861859
    862 #: admin/options.php:220
     860#: admin/options.php:221
    863861msgid "Theme Compat: For front page revision preview, set home flag"
    864862msgstr ""
     
    866864"principal, establece la bandera de inicio"
    867865
    868 #: admin/options.php:221
     866#: admin/options.php:222
    869867msgid "Approve Button on Compare screen"
    870868msgstr "Botón de aprobación en la pantalla de comparación"
    871869
    872 #: admin/options.php:222
     870#: admin/options.php:223
    873871msgid "Copy revision comments to published post"
    874872msgstr "Copiar los comentarios de la revisión en la entrada publicada"
    875873
    876 #: admin/options.php:223
     874#: admin/options.php:224
    877875msgid "Compare Past Revisions ordering:"
    878876msgstr "Ordenar comparaciones de revisiones anteriores:"
    879877
    880 #: admin/options.php:224
    881 #, php-format
    882 msgid ""
    883 "List %s in Revision Queue for \"My Activity\" or \"Revisions to My Posts\" "
    884 "view"
    885 msgstr ""
    886 "Listar %s en la cola de revisión para la vista «Mi actividad» o de "
    887 "«Revisiones de mis entradas»"
    888 
    889878#: admin/options.php:225
     879#, php-format
     880msgid "List %s for \"My Activity\" or \"Revisions to My Posts\" view"
     881msgstr "Listar %s para la vista «Mi actividad» o «Revisiones de mis entradas»"
     882
     883#: admin/options.php:226
    890884msgid "Store custom fields of submitted and scheduled revisions for archive"
    891885msgstr ""
     
    893887"archivo"
    894888
    895 #: admin/options.php:226
     889#: admin/options.php:227
    896890msgid "Keep an archive of revision edits, even after the revision is published"
    897891msgstr ""
     
    899893"revisión se haya publicado"
    900894
    901 #: admin/options.php:227
     895#: admin/options.php:228
    902896msgid "On Revision publication, delete Editorial Comments"
    903897msgstr "Al revisar una publicación, borrar los comentarios editoriales"
    904898
    905 #: admin/options.php:228
     899#: admin/options.php:229
    906900msgid "Enable deletion queue"
    907901msgstr "Activar la cola de borrado"
    908902
    909 #: admin/options.php:229
     903#: admin/options.php:230
    910904msgid "Allow Past Revisions to be deleted"
    911905msgstr "Permitir de borrar las revisiones anteriores"
    912906
    913 #: admin/options.php:230
     907#: admin/options.php:231
    914908msgid "Restoring a Revision requires role capability"
    915909msgstr ""
    916910"Para la restauración de una revisión es obligatoria una capacidad de perfil."
    917911
    918 #: admin/options.php:231
     912#: admin/options.php:232
    919913msgid "Compatibility Mode"
    920914msgstr "Modo de compatibilidad"
    921915
    922 #: admin/options.php:232
     916#: admin/options.php:233
    923917msgid "Planner Notifications Access-Limited"
    924918msgstr "Acceso limitado a los avisos del planificador"
    925919
    926 #: admin/options.php:233
     920#: admin/options.php:234
    927921msgid "Maximum Revisions per post"
    928922msgstr "Número máximo de revisiones por entrada"
    929923
    930 #: admin/options.php:234
     924#: admin/options.php:235
    931925msgid "Apply Post Permissions to Revisions"
    932926msgstr "Aplicar los permisos de la entrada a las revisiones"
    933927
    934 #: admin/options.php:235
     928#: admin/options.php:236
    935929msgid "Enable legacy email notifications"
    936930msgstr "Activar los avisos de correos electrónicos heredados"
    937931
    938 #: admin/options.php:236
     932#: admin/options.php:237
    939933msgid "Use extended captions for Approve button in Post Editor"
    940934msgstr ""
     
    942936"entradas"
    943937
    944 #: admin/options.php:237
     938#: admin/options.php:238
    945939msgid "Create Revision button in editor opens new tab"
    946940msgstr "El botón «Crear revisión» del editor abre una nueva pestaña"
    947941
    948 #: admin/options.php:238
     942#: admin/options.php:239
    949943msgid "Disable Rank Math SEO panel for Revision edit"
    950944msgstr "Desactivar el panel de Rank Math SEO para editar la revisión"
    951945
    952 #: admin/options.php:243
     946#: admin/options.php:244
    953947#, php-format
    954948msgid "Email designated Publishers when a %s is submitted"
     
    956950"Enviar un correo electrónico a los editores designados cuando se envia una %s"
    957951
    958 #: admin/options.php:244
     952#: admin/options.php:245
    959953#, php-format
    960954msgid "Email designated Publishers when a %s is published"
     
    963957"%s"
    964958
    965 #: admin/options.php:245
     959#: admin/options.php:246
    966960#, php-format
    967961msgid "Email designated Publishers when a %s is approved"
     
    970964"%s"
    971965
    972 #: admin/options.php:247
     966#: admin/options.php:248
    973967#, php-format
    974968msgid "Email Editors and Administrators when a %s is submitted"
     
    977971"envia una %s"
    978972
    979 #: admin/options.php:248
     973#: admin/options.php:249
    980974#, php-format
    981975msgid "Email Editors and Administrators when a %s is published"
     
    984978"publica una %s"
    985979
    986 #: admin/options.php:249
     980#: admin/options.php:250
    987981#, php-format
    988982msgid "Email Editors and Administrators when a %s is approved"
     
    991985"aprueba una %s"
    992986
    993 #: admin/options.php:328
     987#: admin/options.php:329
    994988msgid "PublishPress Revisions Site Settings"
    995989msgstr "Ajustes del sitio para PublishPress Revisions"
    996990
    997 #: admin/options.php:358
     991#: admin/options.php:359
    998992msgid ""
    999993"These are the default settings for options which can be adjusted per-site."
     
    1002996"por sitio."
    1003997
    1004 #: admin/options.php:396
     998#: admin/options.php:397
    1005999#, php-format
    10061000msgid ""
     
    10111005"PublishPress Revisions. %s"
    10121006
    1013 #: admin/options.php:399
     1007#: admin/options.php:400
    10141008#, php-format
    10151009msgid "You can also specify %1$sdefaults for site-specific settings%2$s."
     
    10181012"específicos del sitio%2$s."
    10191013
    1020 #: admin/options.php:402
     1014#: admin/options.php:403
    10211015msgid ""
    10221016"Here you can change the default value for settings which are controlled "
     
    10261020"separado en cada sitio."
    10271021
    1028 #: admin/options.php:412 admin/options.php:414
     1022#: admin/options.php:413 admin/options.php:415
    10291023#, php-format
    10301024msgid "Note that %1$s network-wide settings%2$s may also be available."
     
    10321026"Ten cuenta que %1$s ajustes de la red%2$s también pueden estar disponibles."
    10331027
    1034 #: admin/options.php:499
     1028#: admin/options.php:500
    10351029msgid "License"
    10361030msgstr "Licencia"
    10371031
    1038 #: admin/options.php:542
    1039 msgid ""
    1040 "Past Revisions are earlier versions of a post. They are listed in the "
    1041 "Revision Archive."
    1042 msgstr ""
    1043 "Las revisiones anteriores son versiones anteriores de una entrada. Se listan "
    1044 "en el «Archivo de revisiones»."
    1045 
    1046 #: admin/options.php:597
     1032#: admin/options.php:543
     1033msgid "Past Revisions are earlier versions of a post."
     1034msgstr "Las revisiones anteriores son versiones anteriores de una entrada."
     1035
     1036#: admin/options.php:598
    10471037msgid "This post type does not support Past Revisions."
    10481038msgstr "Este tipo de contenido no es compatible con las revisiones anteriores."
    10491039
    1050 #: admin/options.php:639
    1051 msgid ""
    1052 "New Revisions are changes which are not yet published. They are listed in "
    1053 "the Revision Queue."
    1054 msgstr ""
    1055 "Las nuevas revisiones son cambios que aún no se han publicado. Se listan en "
    1056 "la cola de revisiones."
    1057 
    1058 #: admin/options.php:728
     1040#: admin/options.php:640
     1041msgid "New Revisions are changes which are not yet published."
     1042msgstr "Las nuevas revisiones son cambios que aún no se han publicado."
     1043
     1044#: admin/options.php:729
    10591045msgid ""
    10601046"Note: Third party code may cause some post types to be incompatible with "
     
    10641050"incompatibles con PublishPress Revisions."
    10651051
    1066 #: admin/options.php:738
     1052#: admin/options.php:739
    10671053#, php-format
    10681054msgid ""
     
    10731059"y el tablero de contenidos, por favor actualiza %sPublishPress Planner Pro%s."
    10741060
    1075 #: admin/options.php:759
     1061#: admin/options.php:760
    10761062msgid "Ready to enhance your revision workflow?"
    10771063msgstr "¿Estás listo para mejorar tus flujo de trabajo de revisión?"
    10781064
    1079 #: admin/options.php:762
     1065#: admin/options.php:763
    10801066msgid ""
    10811067"Get PublishPress Statuses Pro and optimize your revision process with custom "
     
    10851071"estados de revisión personalizados."
    10861072
    1087 #: admin/options.php:768
     1073#: admin/options.php:769
    10881074msgid "Define your own statuses before or after Revision Submitted"
    10891075msgstr "Define tus propios estados antes o después de enviar la revisión"
    10901076
    1091 #: admin/options.php:771
     1077#: admin/options.php:772
    10921078msgid "New predefined statuses: Deferred, Needs Work, Rejected"
    10931079msgstr ""
    10941080"Nuevos estados predefinidos: «Aplazada», «Necesita trabajo», «Rechazada»"
    10951081
    1096 #: admin/options.php:774
     1082#: admin/options.php:775
    10971083msgid "Statuses can be specific to a post type"
    10981084msgstr "Los estados pueden ser específicos para un tipo de contenido"
    10991085
    1100 #: admin/options.php:777
     1086#: admin/options.php:778
    11011087msgid "Control access to statuses per-role"
    11021088msgstr "Controla el acceso a los estados por perfil"
    11031089
    1104 #: admin/options.php:780
     1090#: admin/options.php:781
    11051091msgid "Status workflow can be nested with sub-statuses"
    11061092msgstr "El flujo de trabajo de estado se puede anidar con subestados"
    11071093
    1108 #: admin/options.php:789
     1094#: admin/options.php:790
    11091095msgid "Get PublishPress Statuses Pro"
    11101096msgstr "Obtén PublishPress Statuses Pro"
    11111097
    1112 #: admin/options.php:794 admin/options.php:812 admin/options.php:1761
    1113 #: admin/options.php:1779 admin/options.php:2310 admin/options.php:2324
    1114 #: admin/options.php:2334 admin/options.php:2344
     1098#: admin/options.php:795 admin/options.php:813 admin/options.php:1762
     1099#: admin/options.php:1780 admin/options.php:2314 admin/options.php:2328
     1100#: admin/options.php:2338 admin/options.php:2348
    11151101msgid "Learn More"
    11161102msgstr "Más información"
    11171103
    1118 #: admin/options.php:807
     1104#: admin/options.php:808
    11191105msgid "Pro Plugin"
    11201106msgstr "Plugin Pro"
    11211107
    1122 #: admin/options.php:808
     1108#: admin/options.php:809
    11231109msgid "Install Statuses Pro to unlock custom revision statuses."
    11241110msgstr ""
    11251111"Instalar Statuses Pro para desbloquear estados de revisión personalizados."
    11261112
    1127 #: admin/options.php:809
     1113#: admin/options.php:810
    11281114msgid "Configure for any post type and role to match your editing workflow."
    11291115msgstr ""
     
    11311117"adapte a tu flujo de trabajo de edición."
    11321118
    1133 #: admin/options.php:816
     1119#: admin/options.php:817
    11341120msgid "Get Statuses Pro"
    11351121msgstr "Obtén Statuses Pro"
    11361122
    1137 #: admin/options.php:890 admin/options.php:1056 admin/options.php:1291
    1138 #: admin/options.php:1317 admin/options.php:1343 admin/options.php:1371
    1139 #: admin/options.php:1879
     1123#: admin/options.php:891 admin/options.php:1057 admin/options.php:1292
     1124#: admin/options.php:1318 admin/options.php:1344 admin/options.php:1372
     1125#: admin/options.php:1880
    11401126#, php-format
    11411127msgid "%s capability"
    11421128msgstr "Capacidad de %s"
    11431129
    1144 #: admin/options.php:895 admin/options.php:1061 admin/options.php:1296
    1145 #: admin/options.php:1322 admin/options.php:1348 admin/options.php:1376
    1146 #: admin/options.php:1884
     1130#: admin/options.php:896 admin/options.php:1062 admin/options.php:1297
     1131#: admin/options.php:1323 admin/options.php:1349 admin/options.php:1377
     1132#: admin/options.php:1885
    11471133msgid "Assign capability to roles"
    11481134msgstr "Asignar capacidad a los perfiles"
    11491135
    1150 #: admin/options.php:902
     1136#: admin/options.php:903
    11511137#, php-format
    11521138msgid "Prevent non-Administrators from restoring a revision without the %s."
     
    11551141"sin el %s."
    11561142
    1157 #: admin/options.php:908
     1143#: admin/options.php:909
    11581144msgid ""
    11591145"Prevent non-Administrators from restoring a revision without the "
     
    11631149"sin la capacidad «restore_revisions»"
    11641150
    1165 #: admin/options.php:921
     1151#: admin/options.php:922
    11661152msgid "Modification Date"
    11671153msgstr "Fecha de modificación"
    11681154
    1169 #: admin/options.php:949
     1155#: admin/options.php:950
    11701156msgid "Revision Creation"
    11711157msgstr "Creación de revisión"
    11721158
    1173 #: admin/options.php:950
     1159#: admin/options.php:951
    11741160msgid "Submission"
    11751161msgstr "Envío"
    11761162
    1177 #: admin/options.php:951
     1163#: admin/options.php:952
    11781164msgid "Scheduling"
    11791165msgstr "Programación"
    11801166
    1181 #: admin/options.php:952
     1167#: admin/options.php:953
    11821168msgid "Publication"
    11831169msgstr "Publicación"
    11841170
    1185 #: admin/options.php:1006
     1171#: admin/options.php:1007
    11861172msgid "Create Revision capabilities"
    11871173msgstr "Crear capacidades de revisión"
    11881174
    1189 #: admin/options.php:1011 admin/options.php:1036 admin/options.php:1178
     1175#: admin/options.php:1012 admin/options.php:1037 admin/options.php:1179
    11901176msgid "Assign capabilities to roles"
    11911177msgstr "Asignar capacidades a los perfiles"
    11921178
    1193 #: admin/options.php:1018 admin/options.php:1185
     1179#: admin/options.php:1019 admin/options.php:1186
    11941180#, php-format
    11951181msgid "If the user can't edit the published post, require %s."
    11961182msgstr "Si el usuario no puede editar la entrada publicada, es obligatoria %s."
    11971183
    1198 #: admin/options.php:1024
     1184#: admin/options.php:1025
    11991185msgid ""
    12001186"If the user can't edit the published post, require Create Revision "
     
    12041190"capacidades para crear revisiones (copy_posts, copy_others_pages, etc.)"
    12051191
    1206 #: admin/options.php:1032
     1192#: admin/options.php:1033
    12071193#, php-format
    12081194msgid "To expand the Pages list, assign %s."
    12091195msgstr "Para expandir la lista de páginas, asignar %s."
    12101196
    1211 #: admin/options.php:1035
     1197#: admin/options.php:1036
    12121198msgid "Listing capabilities"
    12131199msgstr "Capacidades para listar"
    12141200
    1215 #: admin/options.php:1042
     1201#: admin/options.php:1043
    12161202msgid ""
    12171203"To expand the Pages list, assign Listing capabilities (list_others_pages, "
     
    12211207"(list_others_pages, list_published_posts, etc.)"
    12221208
    1223 #: admin/options.php:1048
     1209#: admin/options.php:1049
    12241210msgid "This plugin introduces a new user role, \"Revisor.\""
    12251211msgstr "Este plugin introduce un nuevo perfil de usuario, «Revisor»."
    12261212
    1227 #: admin/options.php:1068
     1213#: admin/options.php:1069
    12281214#, php-format
    12291215msgid ""
     
    12341220"eliminación de todas las etiquetas html personalizadas."
    12351221
    1236 #: admin/options.php:1074
     1222#: admin/options.php:1075
    12371223msgid ""
    12381224"Revision by a user who does not have the unfiltered_html capability will "
     
    12431229"personalizadas."
    12441230
    1245 #: admin/options.php:1091
     1231#: admin/options.php:1092
    12461232msgid "Broadest compat including Elementor, Divi, Beaver Builder"
    12471233msgstr ""
    12481234"La más amplia compatibilidad incluyendo Elementor, Divi, Beaver Builder"
    12491235
    1250 #: admin/options.php:1092
     1236#: admin/options.php:1093
    12511237msgid "Standard storage schema for broadest 3rd party compat"
    12521238msgstr ""
    12531239"Esquema de almacenamiento estándar para una mayor compatibilidad con terceros"
    12541240
    1255 #: admin/options.php:1097
     1241#: admin/options.php:1098
    12561242msgid "Enhanced Revision access control with PublishPress plugins"
    12571243msgstr ""
    12581244"Control de acceso a la revisión mejorado con los plugins de PublishPress"
    12591245
    1260 #: admin/options.php:1108
     1246#: admin/options.php:1109
    12611247msgid ""
    12621248"In enhanced mode, a Revision's status is stored by standard WordPress "
     
    12661252"esquema estándar de WordPress. Algunos plugins son incompatibles."
    12671253
    1268 #: admin/options.php:1115
     1254#: admin/options.php:1116
    12691255msgid ""
    12701256"Prevent Revision creation if the post already has another Revision in "
     
    12741260"curso."
    12751261
    1276 #: admin/options.php:1119
     1262#: admin/options.php:1120
    12771263msgid ""
    12781264"Work around cache plugin conflicts by requerying for revisions before "
     
    12821268"revisiones antes de suprimir el enlace «Nueva revisión»."
    12831269
    1284 #: admin/options.php:1138
     1270#: admin/options.php:1139
    12851271#, php-format
    12861272msgid ""
     
    12911277"%s como «Editar»."
    12921278
    1293 #: admin/options.php:1141
     1279#: admin/options.php:1142
    12941280msgid ""
    12951281"Default labels are \"Not Submitted for Approval\", \"Submitted for "
     
    12991285"aprobación», «Revisión programada»"
    13001286
    1301 #: admin/options.php:1159
     1287#: admin/options.php:1160
    13021288#, php-format
    13031289msgid ""
    13041290"Enable published content to be copied, edited, submitted for approval and "
    1305 "managed in %sRevision Queue%s."
     1291"managed on the %sNew Revisions%s screen."
    13061292msgstr ""
    13071293"Activar el contenido publicado para ser copiado, editado, enviado para la "
    1308 "aprobación y gestionado en la %scola de revisión%s."
    1309 
    1310 #: admin/options.php:1173
     1294"aprobación y gestionado en la pantalla %sNuevas revisiones%s."
     1295
     1296#: admin/options.php:1174
    13111297msgid "Submit Revision capabilities"
    13121298msgstr "Enviar las capacidades de revisión"
    13131299
    1314 #: admin/options.php:1191
     1300#: admin/options.php:1192
    13151301msgid ""
    13161302"If the user can't edit the published post, require Submit Revision "
     
    13201306"capacidades para enviar revisiones (revise_posts, revise_others_pages, etc.)"
    13211307
    1322 #: admin/options.php:1196 admin/options.php:1228
     1308#: admin/options.php:1197 admin/options.php:1229
    13231309#, php-format
    13241310msgid "When a %s is published, update post publish date to current time."
     
    13271313"la hora actual."
    13281314
    1329 #: admin/options.php:1199 admin/options.php:1231
     1315#: admin/options.php:1200 admin/options.php:1232
    13301316#, php-format
    13311317msgid "When a %s is published, update post modified date to current time."
     
    13341320"la hora actual."
    13351321
    1336 #: admin/options.php:1202
     1322#: admin/options.php:1203
    13371323msgid ""
    13381324"When a user who has publishing capabilities creates a Revision, set it to "
     
    13421328"el estado «Enviada»."
    13431329
    1344 #: admin/options.php:1205
     1330#: admin/options.php:1206
    13451331msgid ""
    13461332"This allows immediate approval within the Compare screen. If disabled, a "
     
    13501336"desactiva, en su lugar se proporciona un enlace de «Vista previa»."
    13511337
    1352 #: admin/options.php:1222
     1338#: admin/options.php:1223
    13531339msgid ""
    13541340"If a currently published post or page is edited and a future date set, the "
     
    13581344"fecha futura, el cambio no se aplicará hasta la fecha seleccionada."
    13591345
    1360 #: admin/options.php:1236
     1346#: admin/options.php:1237
    13611347msgid ""
    13621348"Publish scheduled revisions using the WP-Cron mechanism. On some sites, "
     
    13661352"sitios, la publicación fallará si este ajuste está desactivado."
    13671353
    1368 #: admin/options.php:1240
     1354#: admin/options.php:1241
    13691355msgid ""
    13701356"Publish scheduled revisions asynchronously, via a secondary http request "
     
    13761362"que elimina el retraso, pero algunos servidores pueden no soportarlo."
    13771363
    1378 #: admin/options.php:1245
     1364#: admin/options.php:1246
    13791365msgid ""
    13801366"The WP-Cron trigger is disabled, but scheduled tasks are still excecuted "
     
    13841370"siguen ejecutando mediante un disparador personalizado."
    13851371
    1386 #: admin/options.php:1259
     1372#: admin/options.php:1260
    13871373msgid ""
    13881374"Caption the button as either \"Approve and Publish\" or \"Approve and "
     
    13911377"Ponerle al botón el título «Aprobar y publicar» o «Aprobar y programar»."
    13921378
    1393 #: admin/options.php:1268
     1379#: admin/options.php:1269
    13941380msgid "This may improve compatibility with some plugins."
    13951381msgstr "Esto puede mejorar la compatibilidad con algunos plugins."
    13961382
    1397 #: admin/options.php:1303
    1398 #, php-format
    1399 msgid "Control Revision Queue access with the %s."
    1400 msgstr "Controla el acceso a la cola de revisión con %s."
    1401 
    1402 #: admin/options.php:1309
    1403 msgid ""
    1404 "Control Revision Queue access with the manage_revision_queue capability."
    1405 msgstr ""
    1406 "Controla el acceso a la cola de revisión con la capacidad "
    1407 "«manage_revision_queue»."
    1408 
    1409 #: admin/options.php:1329
     1383#: admin/options.php:1304
     1384#, php-format
     1385msgid "Control New Revisions access with the %s."
     1386msgstr "Controla el acceso a las nuevas revisiones con la %s."
     1387
     1388#: admin/options.php:1310
     1389msgid "Control New Revisions access with the manage_revision_queue capability."
     1390msgstr ""
     1391"Controla el acceso a las nuevas revisiones con la capacidad "
     1392"`manage_revision_queue`."
     1393
     1394#: admin/options.php:1330
    14101395#, php-format
    14111396msgid "Users will need the %s to edit others' Unsubmitted Revisions."
     
    14141399"otros usuarios."
    14151400
    1416 #: admin/options.php:1335
     1401#: admin/options.php:1336
    14171402msgid ""
    14181403"Users will need the manage_unsubmitted_revisions capability to edit others' "
     
    14221407"editar las revisiones no enviadas de otros usuarios."
    14231408
    1424 #: admin/options.php:1355 admin/options.php:1383
     1409#: admin/options.php:1356 admin/options.php:1384
    14251410#, php-format
    14261411msgid "If the user can't edit the published post, require the %s."
     
    14281413"Si el usuario no puede editar la entrada publicada, son obligatorias las %s."
    14291414
    1430 #: admin/options.php:1361
     1415#: admin/options.php:1362
    14311416msgid ""
    14321417"If the user can't edit the published post, require the edit_others_revisions "
     
    14361421"capacidad «edit_others_revisions»."
    14371422
    1438 #: admin/options.php:1389
     1423#: admin/options.php:1390
    14391424msgid ""
    14401425"If the user can't edit the published post, require the list_others_revisions "
     
    14441429"capacidad «list_others_revisions»."
    14451430
    1446 #: admin/options.php:1394
     1431#: admin/options.php:1395
    14471432msgid ""
    14481433"Bypass the above restrictions for others' revisions to logged in user's own "
     
    14521437"propias entradas del usuario conectado."
    14531438
    1454 #: admin/options.php:1405
     1439#: admin/options.php:1406
    14551440msgid "Regenerate \"post has revision\" flags"
    14561441msgstr "Regenerar marcadores de «la entrada tiene revisión»"
    14571442
    1458 #: admin/options.php:1408
     1443#: admin/options.php:1409
    14591444msgid ""
    14601445"Apply this maintenance operation if Has Revision labels on Posts / Pages "
    1461 "screens mismatch the Revision Queue listing."
    1462 msgstr ""
    1463 "Aplica esta operación de mantenimiento si las etiquetas de revisión en las "
    1464 "pantallas de entradas/páginas no coinciden con la lista de la cola de "
    1465 "revisión."
    1466 
    1467 #: admin/options.php:1433
     1446"screens mismatch the New Revisions listing."
     1447msgstr ""
     1448"Aplica esta operación de mantenimiento si las etiquetas «Tiene revisión» en "
     1449"las pantallas de entradas/páginas no coinciden con la lista de las nuevas "
     1450"revisiones."
     1451
     1452#: admin/options.php:1434
    14681453#, php-format
    14691454msgid "For enhanced notifications, install %sPublishPress Planner%s."
    14701455msgstr "Para avisos mejorados, instalar %sPublishPress Planner%s."
    14711456
    1472 #: admin/options.php:1446
     1457#: admin/options.php:1447
    14731458#, php-format
    14741459msgid "For enhanced notifications, update %sPublishPress Planner%s."
    14751460msgstr "Para avisos mejorados, actualizar %sPublishPress Planner%s."
    14761461
    1477 #: admin/options.php:1468
     1462#: admin/options.php:1469
    14781463#, php-format
    14791464msgid ""
     
    14841469"avisos de %1$sPublishPress Planner%2$s."
    14851470
    1486 #: admin/options.php:1469
     1471#: admin/options.php:1470
    14871472#, php-format
    14881473msgid ""
     
    14941479"Planner%2$s."
    14951480
    1496 #: admin/options.php:1481
     1481#: admin/options.php:1482
    14971482msgid ""
    14981483"Users matching Planner > Notifications configuration get revision "
     
    15021487"recibirán avisos de revisión solo si pueden editar la entrada publicada."
    15031488
    1504 #: admin/options.php:1523 admin/options.php:1545
     1489#: admin/options.php:1524 admin/options.php:1546
    15051490msgid "Never"
    15061491msgstr "Nunca"
    15071492
    1508 #: admin/options.php:1523 admin/options.php:1545
     1493#: admin/options.php:1524 admin/options.php:1546
    15091494msgid "By default"
    15101495msgstr "Por defecto"
    15111496
    1512 #: admin/options.php:1523 admin/options.php:1545
     1497#: admin/options.php:1524 admin/options.php:1546
    15131498msgid "Always"
    15141499msgstr "Siempre"
    15151500
    1516 #: admin/options.php:1534 admin/options.php:1581
     1501#: admin/options.php:1535 admin/options.php:1582
    15171502msgid "select recipients"
    15181503msgstr "seleccionar destinatarios"
    15191504
    1520 #: admin/options.php:1595
     1505#: admin/options.php:1596
    15211506msgid ""
    15221507"To avoid notification failures, buffer emails for delayed sending once "
     
    15271512"minutos, horas o días"
    15281513
    1529 #: admin/options.php:1616
     1514#: admin/options.php:1617
    15301515msgid "Notification Buffer"
    15311516msgstr "Búfer de avisos"
    15321517
    1533 #: admin/options.php:1644
     1518#: admin/options.php:1645
    15341519msgid "Notification Log"
    15351520msgstr "Registro de avisos"
    15361521
    1537 #: admin/options.php:1673
     1522#: admin/options.php:1674
    15381523msgid "Purge Notification Buffer"
    15391524msgstr "Vaciar el búfer de avisos"
    15401525
    1541 #: admin/options.php:1679
     1526#: admin/options.php:1680
    15421527msgid "Truncate Notification Log"
    15431528msgstr "Truncar el registro de avisos"
    15441529
    1545 #: admin/options.php:1685
     1530#: admin/options.php:1686
    15461531#, php-format
    15471532msgid "Sent in last minute: %d / %d"
    15481533msgstr "Enviado en el último minuto: %d / %d"
    15491534
    1550 #: admin/options.php:1686
     1535#: admin/options.php:1687
    15511536#, php-format
    15521537msgid "Sent in last hour: %d / %d"
    15531538msgstr "Enviado en la última hora: %d / %d"
    15541539
    1555 #: admin/options.php:1687
     1540#: admin/options.php:1688
    15561541#, php-format
    15571542msgid "Sent in last day: %d / %d"
    15581543msgstr "Enviado en el último día: %d / %d"
    15591544
    1560 #: admin/options.php:1694
     1545#: admin/options.php:1695
    15611546#, php-format
    15621547msgid "Seconds until next buffer processing time: %d"
    15631548msgstr "Segundos hasta la siguiente vez de procesamiento del búfer: %d"
    15641549
    1565 #: admin/options.php:1705
     1550#: admin/options.php:1706
    15661551msgid "Show Notification Log / Buffer"
    15671552msgstr "Mostrar el aviso de registro / búfer"
    15681553
    1569 #: admin/options.php:1707
     1554#: admin/options.php:1708
    15701555msgid "Show with message content"
    15711556msgstr "Mostrar con el contenido del mensaje"
    15721557
    1573 #: admin/options.php:1729
     1558#: admin/options.php:1730
    15741559msgid "Ready to enhance your revision notifications?"
    15751560msgstr "¿Estás listo para mejorar tus avisos de revisión?"
    15761561
    1577 #: admin/options.php:1732
     1562#: admin/options.php:1733
    15781563msgid ""
    15791564"Upgrade to Revisions Pro for integration with our PublishPress Planner "
     
    15831568"de PublishPress Planner."
    15841569
    1585 #: admin/options.php:1738
     1570#: admin/options.php:1739
    15861571msgid "Customize notification message and subject"
    15871572msgstr "Personaliza el mensaje y el asunto del aviso"
    15881573
    1589 #: admin/options.php:1741
     1574#: admin/options.php:1742
    15901575msgid "Notify for a specific post type, category or term"
    15911576msgstr "Avisar para un tipo de contenido, categoría o término específico"
    15921577
    1593 #: admin/options.php:1744
     1578#: admin/options.php:1745
    15941579msgid "Target specific roles, users, or user groups"
    15951580msgstr "Destinar perfiles específicos, usuarios o grupos de usuarios"
    15961581
    1597 #: admin/options.php:1747
     1582#: admin/options.php:1748
    15981583msgid "With PublishPress Planner Pro, send notifications to a Slack channel"
    15991584msgstr "Con PublishPress Planner Pro, envías avisos a un canal de Slack."
    16001585
    1601 #: admin/options.php:1774 admin/options.php:2304
     1586#: admin/options.php:1775 admin/options.php:2308
    16021587msgid "Pro Feature"
    16031588msgstr "Característica Pro"
    16041589
    1605 #: admin/options.php:1775
     1590#: admin/options.php:1776
    16061591msgid "Upgrade to Revisions Pro to unlock Planner Notifications integration."
    16071592msgstr ""
     
    16091594"los avisos de Planner."
    16101595
    1611 #: admin/options.php:1776
     1596#: admin/options.php:1777
    16121597msgid ""
    16131598"Customize notification content and recipients for each notification type."
     
    16161601"aviso."
    16171602
    1618 #: admin/options.php:1800
     1603#: admin/options.php:1801
    16191604msgid "Some themes may block revision preview."
    16201605msgstr "Algunos temas pueden bloquear la vista previa de la revisión."
    16211606
    1622 #: admin/options.php:1817
     1607#: admin/options.php:1818
    16231608msgid "Published Post Slug"
    16241609msgstr "Slug de la entrada publicada"
    16251610
    1626 #: admin/options.php:1818
     1611#: admin/options.php:1819
    16271612msgid "Revision Slug"
    16281613msgstr "Slug de revisión"
    16291614
    1630 #: admin/options.php:1819
     1615#: admin/options.php:1820
    16311616msgid "Revision ID only"
    16321617msgstr "Solo el ID de la revisión"
    16331618
    1634 #: admin/options.php:1834
     1619#: admin/options.php:1835
    16351620msgid ""
    16361621"Some themes or plugins may require Revision Slug or Revision ID link type "
     
    16411626"de los campos."
    16421627
    1643 #: admin/options.php:1843
     1628#: admin/options.php:1844
    16441629#, php-format
    16451630msgid "The revision preview argument is configured by constant definition: %s"
     
    16481633"la constante: %s"
    16491634
    1650 #: admin/options.php:1850
     1635#: admin/options.php:1851
    16511636msgid ""
    16521637"Adjust preview links to use \"rv_preview\" argument instead of \"preview\". "
     
    16571642"mejor con tu tema."
    16581643
    1659 #: admin/options.php:1854
     1644#: admin/options.php:1855
    16601645msgid ""
    16611646"Some themes may require this setting for correct revision preview display."
     
    16641649"muestre correctamente la vista previa de la revisión."
    16651650
    1666 #: admin/options.php:1891
     1651#: admin/options.php:1892
    16671652#, php-format
    16681653msgid ""
     
    16721657"entradas no publicadas de otros."
    16731658
    1674 #: admin/options.php:1897
     1659#: admin/options.php:1898
    16751660msgid ""
    16761661"If the user can't publish, require the edit_others_drafts capability to edit "
     
    16801665"«edit_others_drafts» para editar las entradas no publicadas de otros."
    16811666
    1682 #: admin/options.php:1903
     1667#: admin/options.php:1904
    16831668msgid ""
    16841669"If post-specific permissions restrict or expand access to a post, apply "
     
    16881673"la misma, esos permisos también se aplicarán a sus revisiones."
    16891674
    1690 #: admin/options.php:1912
     1675#: admin/options.php:1916
    16911676msgid "Rank Math SEO may prevent Revision update on some sites."
    16921677msgstr ""
     
    16941679"sitios."
    16951680
    1696 #: admin/options.php:1919 includes/CoreAdmin.php:205
     1681#: admin/options.php:1923 includes/CoreAdmin.php:205
    16971682msgid "WPML Translation Management"
    16981683msgstr "Gestión de las traducciones de WPML"
    16991684
    1700 #: admin/options.php:1924
     1685#: admin/options.php:1928
    17011686msgid "Sync \"Needs Update\" flags"
    17021687msgstr "Sincronización de los marcadores «Necesita actualización»"
    17031688
    1704 #: admin/options.php:1928
     1689#: admin/options.php:1932
    17051690msgid ""
    17061691"Set \"Needs Update\" for any post with translations which was updated "
     
    17111696"recientemente que sus traducciones."
    17121697
    1713 #: admin/options.php:1938
     1698#: admin/options.php:1942
    17141699msgid "Show descriptive captions for PublishPress Revisions settings."
    17151700msgstr ""
    17161701"Mostrar leyendas descriptivas para los ajustes de PublishPress Revisions."
    17171702
    1718 #: admin/options.php:1941
    1719 msgid ""
    1720 "Plugin settings, Revision Queue contents and related data will be deleted, "
     1703#: admin/options.php:1945
     1704msgid ""
     1705"Plugin settings, New Revisions contents and related data will be deleted, "
    17211706"but only after the last copy of Revisions / Revisions Pro is deleted."
    17221707msgstr ""
    1723 "Los ajustes del plugin, el contenido de la cola de revisiones y los datos "
     1708"Los ajustes del plugin, el contenido de las nuevas revisiones y los datos "
    17241709"relacionados se borrarán, pero solo después de que se borre la última copia "
    17251710"de Revisions/Revisions Pro."
    17261711
    1727 #: admin/options.php:1962
     1712#: admin/options.php:1966
    17281713msgid "Unlock Pro Integrations"
    17291714msgstr "Desbloquea las integraciones Pro"
    17301715
    1731 #: admin/options.php:1963
     1716#: admin/options.php:1967
    17321717msgid ""
    17331718"Upgrade to the Pro version for optimal compatibility and prompt, "
     
    17371722"soporte rápido y profesional."
    17381723
    1739 #: admin/options.php:1981 admin/options.php:2229
     1724#: admin/options.php:1985 admin/options.php:2233
    17401725msgid "Admin"
    17411726msgstr "Administrador"
    17421727
    1743 #: admin/options.php:1984 admin/options.php:2227
     1728#: admin/options.php:1988 admin/options.php:2231
    17441729msgid "Builder"
    17451730msgstr "Maquetador"
    17461731
    1747 #: admin/options.php:1987 admin/options.php:2231
     1732#: admin/options.php:1991 admin/options.php:2235
    17481733msgid "Cache"
    17491734msgstr "Caché"
    17501735
    1751 #: admin/options.php:1990
     1736#: admin/options.php:1994
    17521737msgid "E-Commerce"
    17531738msgstr "Comercio electrónico"
    17541739
    1755 #: admin/options.php:1993 admin/options.php:2237
     1740#: admin/options.php:1997 admin/options.php:2241
    17561741msgid "Fields"
    17571742msgstr "Campos"
    17581743
    1759 #: admin/options.php:1997
     1744#: admin/options.php:2001
    17601745msgid "Multilingual"
    17611746msgstr "Multilingüe"
    17621747
    1763 #: admin/options.php:2001 admin/options.php:2233
     1748#: admin/options.php:2005 admin/options.php:2237
    17641749msgid "SEO"
    17651750msgstr "SEO"
    17661751
    1767 #: admin/options.php:2004 admin/options.php:2243
     1752#: admin/options.php:2008 admin/options.php:2247
    17681753msgid "Workflow"
    17691754msgstr "Flujo de trabajo"
    17701755
    1771 #: admin/options.php:2086
     1756#: admin/options.php:2090
    17721757msgid ""
    17731758"Specify which PublishPress Revisions Settings to control network-wide. "
     
    17771762"Los ajustes no seleccionados se controlan por separado en cada sitio."
    17781763
    1779 #: admin/options.php:2096
     1764#: admin/options.php:2100
    17801765#, php-format
    17811766msgctxt "opentag option_tabname closetag (explanatory note)"
     
    17831768msgstr "%1$s%2$s%3$s (%4$s)"
    17841769
    1785 #: admin/options.php:2132
     1770#: admin/options.php:2136
    17861771#, php-format
    17871772msgid "network-wide control of \"%s\""
    17881773msgstr "control en toda la red de «%s\""
    17891774
    1790 #: admin/options.php:2159
     1775#: admin/options.php:2163
    17911776msgid "Save Changes"
    17921777msgstr "Guardar cambios"
    17931778
    1794 #: admin/options.php:2160
     1779#: admin/options.php:2164
    17951780msgid "Revert to Defaults"
    17961781msgstr "Restaurar valores por defecto"
    17971782
    1798 #: admin/options.php:2162
     1783#: admin/options.php:2166
    17991784msgid ""
    18001785"All settings in this form (including those on unselected tabs) will be reset "
     
    18041789"seleccionadas) se restablecerán a los valores por defecto.  ¿Estás seguro?"
    18051790
    1806 #: admin/options.php:2235
     1791#: admin/options.php:2239
    18071792msgid "Commerce"
    18081793msgstr "Comercio"
    18091794
    1810 #: admin/options.php:2239
     1795#: admin/options.php:2243
    18111796msgid "Multilang"
    18121797msgstr "Multilingüe"
    18131798
    1814 #: admin/options.php:2241
     1799#: admin/options.php:2245
    18151800msgid "Community"
    18161801msgstr "Comunidad"
    18171802
    1818 #: admin/options.php:2259
     1803#: admin/options.php:2263
    18191804msgid "Pro"
    18201805msgstr "Pro"
    18211806
    1822 #: admin/options.php:2264
     1807#: admin/options.php:2268
    18231808msgid "Supported"
    18241809msgstr "Compatible"
    18251810
    1826 #: admin/options.php:2267 admin/options.php:2321
     1811#: admin/options.php:2271 admin/options.php:2325
    18271812msgid "Active Plugin"
    18281813msgstr "Plugin activo"
    18291814
    1830 #: admin/options.php:2279
     1815#: admin/options.php:2283
    18311816msgid "Supported by PublishPress Revisions"
    18321817msgstr "Compatible con PublishPress Revisions"
    18331818
    1834 #: admin/options.php:2281
     1819#: admin/options.php:2285
    18351820msgid "Supported by Revisions Pro"
    18361821msgstr "Compatible con Revisions Pro"
    18371822
    1838 #: admin/options.php:2294
     1823#: admin/options.php:2298
    18391824msgid "Integration Active"
    18401825msgstr "Integración activa"
    18411826
    1842 #: admin/options.php:2296
     1827#: admin/options.php:2300
    18431828msgid "Upgrade to Pro to enable this integration"
    18441829msgstr "Actualiza a Pro para activar esta integración"
    18451830
    1846 #: admin/options.php:2305
     1831#: admin/options.php:2309
    18471832#, php-format
    18481833msgid "Unlock %s integration to enhance your revisions solution."
     
    18501835"Desbloquea la integración de %s para mejorar tu solución de revisiones."
    18511836
    1852 #: admin/options.php:2321
     1837#: admin/options.php:2325
    18531838msgid "Active Plugin Integration"
    18541839msgstr "Integración del plugin activa"
    18551840
    1856 #: admin/options.php:2331
     1841#: admin/options.php:2335
    18571842msgid "Supported Plugin Integration"
    18581843msgstr "Integración de plugin compatible"
    18591844
    1860 #: admin/options.php:2341
     1845#: admin/options.php:2345
    18611846msgid "Supported Plugin"
    18621847msgstr "Plugin compatible"
    18631848
    1864 #: admin/post-edit-block-ui_rvy.php:170 admin/post-edit_rvy.php:334
     1849#: admin/post-edit-block-ui_rvy.php:170 admin/post-edit_rvy.php:336
    18651850msgid "Author"
    18661851msgstr "Autor"
     
    19691954msgstr "Ver la revisión en progreso"
    19701955
    1971 #: admin/post-edit_rvy.php:186
     1956#: admin/post-edit_rvy.php:188
    19721957msgid "Compare this revision to published copy, or to other revisions"
    19731958msgstr "Comparar esta revisión con la copia publicada, o con otras revisiones"
    19741959
    1975 #: admin/post-edit_rvy.php:221
     1960#: admin/post-edit_rvy.php:223
    19761961msgid "View / moderate saved revision"
    19771962msgstr "Ver / moderar la revisión guardada"
    19781963
    1979 #: admin/post-edit_rvy.php:224
     1964#: admin/post-edit_rvy.php:226
    19801965msgid "View saved revision"
    19811966msgstr "Ver la revisión guardada"
     
    21102095#, php-format
    21112096msgctxt "PublishedPostName (other filter captions)"
    2112 msgid "Revision Queue for \"%s\"%s"
    2113 msgstr "Cola de revisión para «%s»%s"
     2097msgid "New Revisions for \"%s\"%s"
     2098msgstr "Nuevas revisiones para «%s»%s"
    21142099
    21152100#: admin/revision-queue_rvy.php:157
    21162101#, php-format
    2117 msgid "Revision Queue %s"
    2118 msgstr "Cola de revisión %s"
     2102msgid "New Revisions %s"
     2103msgstr "Nuevas revisiones %s"
    21192104
    21202105#: admin/revision-ui_rvy.php:45
     
    25522537msgstr "%1$s consultas en %2$s segundos. %3$s MB usados."
    25532538
    2554 #: revision-creation_rvy.php:219
     2539#: revision-creation_rvy.php:221
    25552540msgid "Could not insert revision into the database"
    25562541msgstr "No se ha podido insertar la revisión en la base de datos"
     
    25852570
    25862571#: revision-workflow_rvy.php:187
    2587 msgid "Revision Queue: "
    2588 msgstr "Cola de revisión: "
     2572msgid "New Revisions: "
     2573msgstr "Nuevas revisiones: "
    25892574
    25902575#: revision-workflow_rvy.php:189
     
    28772862msgid "Revision Workflow"
    28782863msgstr "Flujo de trabajo de revisión"
     2864
     2865#~ msgid "Revision Queue"
     2866#~ msgstr "Cola de revisión"
     2867
     2868#~ msgid "Revision Archive"
     2869#~ msgstr "Archivo de revisiones"
     2870
     2871#~ msgid "Can see Revisions from other users in Revision Queue."
     2872#~ msgstr "Puedes ver las revisiones de otros usuarios en la cola de revisión."
     2873
     2874#~ msgid "View the Revision Archive, a list of past Revisions."
     2875#~ msgstr "Ver el «Archivo de revisiones», una lista de revisiones anteriores."
     2876
     2877#, php-format
     2878#~ msgid "Revision Queue %s"
     2879#~ msgstr "Cola de revisión %s"
     2880
     2881#~ msgid "Revision Queue: "
     2882#~ msgstr "Cola de revisión: "
    28792883
    28802884#~ msgid "Count"
  • revisionary/trunk/languages/revisionary-fr_FR.po

    r3394622 r3397524  
    66"Submit, Approve and Schedule Content Changes - Stable (latest release)\n"
    77"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/project\n"
    8 "POT-Creation-Date: 2025-10-30T15:00:36+00:00\n"
    9 "PO-Revision-Date: 2025-11-09 11:01+0100\n"
     8"POT-Creation-Date: 2025-11-12T19:30:03+00:00\n"
     9"PO-Revision-Date: 2025-11-13 11:36+0100\n"
    1010"Last-Translator: \n"
    1111"Language-Team: \n"
     
    9898
    9999#: admin/admin-posts_rvy.php:294 admin/admin_rvy.php:365
    100 #: admin/admin_rvy.php:433 admin/options.php:953
    101 msgid "Revision Queue"
    102 msgstr "File d’attente des révisions"
    103 
    104 #: admin/admin_lib-mu_rvy.php:10 admin/options.php:324
     100#: admin/admin_rvy.php:433 admin/options.php:159 admin/options.php:636
     101#: admin/options.php:954
     102msgid "New Revisions"
     103msgstr "Nouvelles révisions"
     104
     105#: admin/admin_lib-mu_rvy.php:10 admin/options.php:325
    105106msgid "PublishPress Revisions Network Settings"
    106107msgstr "Réglages de PublishPress Revisions pour le réseau"
     
    110111msgstr "Réglages du réseau"
    111112
    112 #: admin/admin_lib-mu_rvy.php:21 admin/options.php:326
     113#: admin/admin_lib-mu_rvy.php:21 admin/options.php:327
    113114msgid "PublishPress Revisions Network Defaults"
    114115msgstr "Valeurs par défaut de PublishPress Revisions pour le réseau"
     
    139140
    140141#: admin/admin_rvy.php:374 admin/admin_rvy.php:375 admin/admin_rvy.php:434
    141 #: admin/revision-archive_rvy.php:81
    142 msgid "Revision Archive"
    143 msgstr "Archive des révisions"
    144 
    145 #: admin/admin_rvy.php:392 admin/options.php:330
     142#: admin/options.php:158 admin/options.php:539
     143#: admin/revision-archive_rvy.php:81 admin/revisions.php:237
     144msgid "Past Revisions"
     145msgstr "Révisions précédentes"
     146
     147#: admin/admin_rvy.php:392 admin/options.php:331
    146148msgid "PublishPress Revisions Settings"
    147149msgstr "Réglages de PublishPress Revisions"
     
    152154
    153155#: admin/admin_rvy.php:399 admin/admin_rvy.php:400 admin/admin_rvy.php:440
    154 #: admin/options.php:1756 admin/options.php:1783 admin/options.php:1967
    155 #: admin/options.php:2314 includes/CoreAdmin.php:212
     156#: admin/options.php:1757 admin/options.php:1784 admin/options.php:1971
     157#: admin/options.php:2318 includes/CoreAdmin.php:212
    156158msgid "Upgrade to Pro"
    157159msgstr "Passer à la version Pro"
     
    168170
    169171#: admin/admin_rvy.php:483
    170 msgid "Can see Revisions from other users in Revision Queue."
    171 msgstr ""
    172 "Peut voir les révisions des autres utilisateurs/utilisatrices dans la file "
    173 "d’attente des révisions."
     172msgid "Can see New Revisions from other users."
     173msgstr "Peut voir las nouvelles révisions d’autres utilisateurs/utilisatrices."
    174174
    175175#: admin/admin_rvy.php:484
    176 msgid "Can access Revision Queue."
    177 msgstr "Peut accéder à la file d’attente de révision."
     176msgid "Can access New Revisions."
     177msgstr "Peut accéder à les nouvelles révisions."
    178178
    179179#: admin/admin_rvy.php:485
     
    192192
    193193#: admin/admin_rvy.php:488
    194 msgid "View the Revision Archive, a list of past Revisions."
    195 msgstr "Voir l’archive des révisions, une liste des révisions précédentes."
     194msgid "View Past Revisions."
     195msgstr "Voir les révisions précédentes"
    196196
    197197#: admin/admin_rvy.php:518
     
    362362msgstr "Réinitialiser les filtres"
    363363
    364 #: admin/class-list-table-archive.php:794 admin/options.php:1978
     364#: admin/class-list-table-archive.php:794 admin/options.php:1982
    365365msgid "All"
    366366msgstr "Tout"
     
    376376
    377377#: admin/class-list-table-archive.php:862 admin/class-list-table_rvy.php:1686
    378 #: admin/post-edit_rvy.php:185 admin/post-edit_rvy.php:249
    379 #: admin/post-edit_rvy.php:263
     378#: admin/post-edit_rvy.php:187 admin/post-edit_rvy.php:251
     379#: admin/post-edit_rvy.php:265
    380380msgctxt "revisions"
    381381msgid "Compare"
     
    441441msgstr "Cette révision n’est pas encore planifiée. Elle doit être approuvée."
    442442
    443 #: admin/class-list-table_rvy.php:860 admin/history_rvy.php:903
     443#: admin/class-list-table_rvy.php:860 admin/history_rvy.php:907
    444444msgid "No author"
    445445msgstr "Aucun(e) auteur ou autrice"
     
    524524msgstr "Révision mise à jour."
    525525
    526 #: admin/history_rvy.php:83 admin/history_rvy.php:87 admin/history_rvy.php:93
    527 #: admin/history_rvy.php:96 rvy_init-functions.php:267
     526#: admin/history_rvy.php:87 admin/history_rvy.php:91 admin/history_rvy.php:97
     527#: admin/history_rvy.php:100 rvy_init-functions.php:267
    528528msgid "Copy"
    529529msgstr "Copier"
    530530
    531 #: admin/history_rvy.php:83 admin/history_rvy.php:87
     531#: admin/history_rvy.php:87 admin/history_rvy.php:91
    532532msgid "Copy content to the clipboard."
    533533msgstr "Copier le contenu dans le presse-papiers."
    534534
    535 #: admin/history_rvy.php:93 admin/history_rvy.php:96
     535#: admin/history_rvy.php:97 admin/history_rvy.php:100
    536536msgid "Copy the above content to the clipboard."
    537537msgstr "Copier le contenu ci-dessus dans le presse-papiers."
    538538
    539 #: admin/history_rvy.php:278 admin/history_rvy.php:294
     539#: admin/history_rvy.php:282 admin/history_rvy.php:298
    540540#, php-format
    541541msgid "Compare %s of \"%s\""
    542542msgstr "Comparez %s de « %s »"
    543543
    544 #: admin/history_rvy.php:647 admin/options.php:921
     544#: admin/history_rvy.php:651 admin/options.php:922
    545545msgid "Post Date"
    546546msgstr "Date de la publication"
    547547
    548 #: admin/history_rvy.php:648
     548#: admin/history_rvy.php:652
    549549msgid "Post Parent"
    550550msgstr "Publication parente"
    551551
    552 #: admin/history_rvy.php:649
     552#: admin/history_rvy.php:653
    553553msgid "Menu Order"
    554554msgstr "Ordre du menu"
    555555
    556 #: admin/history_rvy.php:650
     556#: admin/history_rvy.php:654
    557557msgid "Comment Status"
    558558msgstr "État du commentaire"
    559559
    560 #: admin/history_rvy.php:651
     560#: admin/history_rvy.php:655
    561561msgid "Ping Status"
    562562msgstr "État du ping"
    563563
    564 #: admin/history_rvy.php:791
     564#: admin/history_rvy.php:795
    565565msgid "Page Template"
    566566msgstr "Modèle de page"
    567567
    568 #: admin/history_rvy.php:794
     568#: admin/history_rvy.php:798
    569569msgid "Featured Image"
    570570msgstr "Image mise en avant"
    571571
    572 #: admin/history_rvy.php:798
     572#: admin/history_rvy.php:802
    573573msgid "Beaver Builder Data"
    574574msgstr "Données de Beaver Builder"
    575575
    576 #: admin/history_rvy.php:799
     576#: admin/history_rvy.php:803
    577577msgid "Beaver Builder Settings"
    578578msgstr "Réglages de Beaver Builder"
    579579
    580 #: admin/history_rvy.php:1050
     580#: admin/history_rvy.php:1054
    581581msgid "Scheduled for "
    582582msgstr "Planifié pour "
    583583
    584 #: admin/history_rvy.php:1055
     584#: admin/history_rvy.php:1059
    585585msgid "Requested for "
    586586msgstr "Demandé pour "
    587587
    588 #: admin/history_rvy.php:1060
     588#: admin/history_rvy.php:1064
    589589msgid "Modified "
    590590msgstr "Modifiée "
    591591
    592 #: admin/history_rvy.php:1065
     592#: admin/history_rvy.php:1069
    593593#, php-format
    594594msgid "%s%s from now"
    595595msgstr "%s%s à partir de maintenant"
    596596
    597 #: admin/history_rvy.php:1076
     597#: admin/history_rvy.php:1080
    598598msgid "M j, Y @ g:i a"
    599599msgstr "j M Y @ G\\hi"
    600600
    601 #: admin/history_rvy.php:1121
     601#: admin/history_rvy.php:1125
    602602msgid "M j, Y @ H:i"
    603603msgstr "j M Y @ H:i"
    604604
    605 #: admin/history_rvy.php:1122
     605#: admin/history_rvy.php:1126
    606606msgctxt "revision date short format"
    607607msgid "j M @ H:i"
    608608msgstr "j M @ H:i"
    609609
    610 #: admin/history_rvy.php:1208 front_rvy.php:597 front_rvy.php:607
     610#: admin/history_rvy.php:1212 front_rvy.php:597 front_rvy.php:607
    611611#: front_rvy.php:626 front_rvy.php:657 rvy_init-functions.php:271
    612612#: rvy_init-functions.php:289 rvy_init-functions.php:328
     
    615615msgstr "Approuver"
    616616
    617 #: admin/history_rvy.php:1208
     617#: admin/history_rvy.php:1212
    618618msgid "Preview / Approve"
    619619msgstr "Aperçu/Approbation"
    620620
    621 #: admin/history_rvy.php:1210 admin/post-editor-workflow-ui_rvy.php:77
     621#: admin/history_rvy.php:1214 admin/post-editor-workflow-ui_rvy.php:77
    622622#: admin/post-editor-workflow-ui_rvy.php:118
    623623#: admin/post-editor-workflow-ui_rvy.php:231
     
    626626msgstr "Aperçu"
    627627
    628 #: admin/history_rvy.php:1304
     628#: admin/history_rvy.php:1308
    629629msgid "Preview / Restore"
    630630msgstr "Aperçu / Restaurer"
    631631
    632 #: admin/history_rvy.php:1311
     632#: admin/history_rvy.php:1315
    633633msgid "Manage"
    634634msgstr "Gérer"
    635635
    636 #: admin/history_rvy.php:1312
     636#: admin/history_rvy.php:1316
    637637msgid "List"
    638638msgstr "Liste"
     
    650650msgstr "Fonctionnalités"
    651651
    652 #: admin/options.php:158 admin/options.php:538 admin/revisions.php:237
    653 msgid "Past Revisions"
    654 msgstr "Révisions précédentes"
    655 
    656 #: admin/options.php:159 admin/options.php:635
    657 msgid "New Revisions"
    658 msgstr "Nouvelles révisions"
    659 
    660652#: admin/options.php:160
    661653msgid "Options"
     
    670662msgstr "États"
    671663
    672 #: admin/options.php:163 admin/options.php:954
     664#: admin/options.php:163 admin/options.php:955
    673665msgid "Notifications"
    674666msgstr "Notifications"
     
    687679
    688680#: admin/options.php:178
    689 msgid "Revision Queue access requires role capability"
    690 msgstr ""
    691 "Pour acceder à la file d’attente des révisions est obligatoire avoir la "
    692 "permission de rôle"
     681msgid "New Revisions access requires role capability"
     682msgstr ""
     683"Pour acceder à les nouvelles révisions est obligatoire avoir la permission "
     684"de rôle"
    693685
    694686#: admin/options.php:179
     
    780772
    781773#: admin/options.php:195
     774msgid "Hide copy buttons on Compare screen"
     775msgstr "Masquer les boutons pour copier sur l’écran « Comparer »"
     776
     777#: admin/options.php:196
    782778msgid "Use WP-Cron scheduling"
    783779msgstr "Utiliser la planification WP-Cron"
    784780
    785 #: admin/options.php:196
     781#: admin/options.php:197
    786782msgid "Site uses a custom trigger for WP-Cron tasks"
    787783msgstr "Le site utilise un déclencheur personnalisé pour les tâches WP-Cron"
    788784
    789 #: admin/options.php:197
     785#: admin/options.php:198
    790786msgid "Asynchronous Publishing"
    791787msgstr "Publication asynchrone"
    792788
    793 #: admin/options.php:198 admin/options.php:199
     789#: admin/options.php:199 admin/options.php:200
    794790msgid "Update Publish Date"
    795791msgstr "Mettre à jour la date de publication"
    796792
    797 #: admin/options.php:200 admin/options.php:201
     793#: admin/options.php:201 admin/options.php:202
    798794msgid "Update Modified Date"
    799795msgstr "Mettre à jour la date de modification"
    800796
    801 #: admin/options.php:204 admin/options.php:205
     797#: admin/options.php:205 admin/options.php:206
    802798#, php-format
    803799msgid "Use %1$sPlanner Notifications%2$s"
    804800msgstr "Utiliser les %1$sNotifications du planificateur%2$s"
    805801
    806 #: admin/options.php:207
     802#: admin/options.php:208
    807803#, php-format
    808804msgid "Email original Author when a %s is submitted"
     
    811807"est envoyée"
    812808
    813 #: admin/options.php:208
     809#: admin/options.php:209
    814810#, php-format
    815811msgid "Email the original Author when a %s is approved"
     
    818814"est approuvée"
    819815
    820 #: admin/options.php:209
     816#: admin/options.php:210
    821817#, php-format
    822818msgid "Email the Revisor when a %s is approved"
     
    824820"Envoyer un e-mail aux relecteurs/relectrices quand une %s est approuvée"
    825821
    826 #: admin/options.php:210
     822#: admin/options.php:211
    827823#, php-format
    828824msgid "Email the original Author when a %s is published"
     
    831827"est publiée"
    832828
    833 #: admin/options.php:211
     829#: admin/options.php:212
    834830#, php-format
    835831msgid "Email the Revisor when a %s is published"
    836832msgstr "Envoyer un e-mail aux relecteurs/relectrices quand une %s est publiée"
    837833
    838 #: admin/options.php:212
     834#: admin/options.php:213
    839835msgid "Enable notification buffer"
    840836msgstr "Activer la mémoire tampon de notification"
    841837
    842 #: admin/options.php:213
     838#: admin/options.php:214
    843839msgid "Revisors can create a new revision for any custom post type"
    844840msgstr ""
     
    846842"type de publication personnalisé"
    847843
    848 #: admin/options.php:214
     844#: admin/options.php:215
    849845msgid "Prevent Revisors from editing others' unpublished Posts"
    850846msgstr ""
     
    852848"publiées d’autres utilisateurs/utilisatrices"
    853849
    854 #: admin/options.php:215
     850#: admin/options.php:216
    855851msgid "Display Hints"
    856852msgstr "Afficher les conseils"
    857853
    858 #: admin/options.php:216
     854#: admin/options.php:217
    859855msgid "Delete settings and Revisions if plugin is deleted"
    860856msgstr "Supprimer les réglages et les révisions si on supprime l’extension"
    861857
    862 #: admin/options.php:217
     858#: admin/options.php:218
    863859msgid "Show Preview Links"
    864860msgstr "Afficher les liens d’aperçu"
    865861
    866 #: admin/options.php:218
     862#: admin/options.php:219
    867863msgid "Preview Link Type"
    868864msgstr "Type de lien d’aperçu"
    869865
    870 #: admin/options.php:219
     866#: admin/options.php:220
    871867msgid "Modify preview link for better theme compatibility"
    872868msgstr ""
     
    874870"le thème"
    875871
    876 #: admin/options.php:220
     872#: admin/options.php:221
    877873msgid "Theme Compat: For front page revision preview, set home flag"
    878874msgstr ""
     
    880876"page d’accueil, définir le drapeau de la page d’accueil"
    881877
    882 #: admin/options.php:221
     878#: admin/options.php:222
    883879msgid "Approve Button on Compare screen"
    884880msgstr "Bouton « Approuver » sur l’écran « Comparer »"
    885881
    886 #: admin/options.php:222
     882#: admin/options.php:223
    887883msgid "Copy revision comments to published post"
    888884msgstr "Copier les commentaires de révision dans la publication"
    889885
    890 #: admin/options.php:223
     886#: admin/options.php:224
    891887msgid "Compare Past Revisions ordering:"
    892888msgstr "Trier la comparaison des révisions précédentes :"
    893889
    894 #: admin/options.php:224
    895 #, php-format
    896 msgid ""
    897 "List %s in Revision Queue for \"My Activity\" or \"Revisions to My Posts\" "
    898 "view"
    899 msgstr ""
    900 "Lister %s dans la file d’attente des révisions pour la vue « Mon activité » "
    901 "ou « Révisions de mes publications »."
    902 
    903890#: admin/options.php:225
     891#, php-format
     892msgid "List %s for \"My Activity\" or \"Revisions to My Posts\" view"
     893msgstr ""
     894"Lister %s pour la vue « Mon activité » ou « Révisions de mes publications »"
     895
     896#: admin/options.php:226
    904897msgid "Store custom fields of submitted and scheduled revisions for archive"
    905898msgstr ""
     
    907900"les archiver"
    908901
    909 #: admin/options.php:226
     902#: admin/options.php:227
    910903msgid "Keep an archive of revision edits, even after the revision is published"
    911904msgstr ""
     
    913906"publication"
    914907
    915 #: admin/options.php:227
     908#: admin/options.php:228
    916909msgid "On Revision publication, delete Editorial Comments"
    917910msgstr ""
    918911"Lors de la publication de la révision, supprimer les commentaires éditoriaux"
    919912
    920 #: admin/options.php:228
     913#: admin/options.php:229
    921914msgid "Enable deletion queue"
    922915msgstr "Activer la file d’attente de suppression"
    923916
    924 #: admin/options.php:229
     917#: admin/options.php:230
    925918msgid "Allow Past Revisions to be deleted"
    926919msgstr "Autoriser la suppression des révisions précédentes"
    927920
    928 #: admin/options.php:230
     921#: admin/options.php:231
    929922msgid "Restoring a Revision requires role capability"
    930923msgstr ""
    931924"Pour restaurer une révision est obligatoire avoir la permission de rôle"
    932925
    933 #: admin/options.php:231
     926#: admin/options.php:232
    934927msgid "Compatibility Mode"
    935928msgstr "Mode de compatibilité"
    936929
    937 #: admin/options.php:232
     930#: admin/options.php:233
    938931msgid "Planner Notifications Access-Limited"
    939932msgstr "Accès limité aux notifications du planificateur"
    940933
    941 #: admin/options.php:233
     934#: admin/options.php:234
    942935msgid "Maximum Revisions per post"
    943936msgstr "Maximum Revisions per post"
    944937
    945 #: admin/options.php:234
     938#: admin/options.php:235
    946939msgid "Apply Post Permissions to Revisions"
    947940msgstr "Appliquer les droits de la publication à les révisions"
    948941
    949 #: admin/options.php:235
     942#: admin/options.php:236
    950943msgid "Enable legacy email notifications"
    951944msgstr "Activer les notifications par les e-mails anciens"
    952945
    953 #: admin/options.php:236
     946#: admin/options.php:237
    954947msgid "Use extended captions for Approve button in Post Editor"
    955948msgstr ""
     
    957950"de publication"
    958951
    959 #: admin/options.php:237
     952#: admin/options.php:238
    960953msgid "Create Revision button in editor opens new tab"
    961954msgstr "Le bouton « Créer une révision » dans l’éditeur ouvre un nouvel onglet"
    962955
    963 #: admin/options.php:238
     956#: admin/options.php:239
    964957msgid "Disable Rank Math SEO panel for Revision edit"
    965958msgstr "Désactiver le panneau deRank Math SEO pour modifier la révision"
    966959
    967 #: admin/options.php:243
     960#: admin/options.php:244
    968961#, php-format
    969962msgid "Email designated Publishers when a %s is submitted"
     
    971964"Envoyer un e-mail aux maisons d’édition désignées quand une %s est envoyée"
    972965
    973 #: admin/options.php:244
     966#: admin/options.php:245
    974967#, php-format
    975968msgid "Email designated Publishers when a %s is published"
     
    977970"Envoyer un e-mail aux maisons d’édition désignées quand une %s est publiée"
    978971
    979 #: admin/options.php:245
     972#: admin/options.php:246
    980973#, php-format
    981974msgid "Email designated Publishers when a %s is approved"
     
    983976"Envoyer un e-mail aux maisons d’édition désignées quand une %s est approuvée"
    984977
    985 #: admin/options.php:247
     978#: admin/options.php:248
    986979#, php-format
    987980msgid "Email Editors and Administrators when a %s is submitted"
     
    990983"administratrices quand une %s est envoyée"
    991984
    992 #: admin/options.php:248
     985#: admin/options.php:249
    993986#, php-format
    994987msgid "Email Editors and Administrators when a %s is published"
     
    997990"administratrices quand une %s est publiée"
    998991
    999 #: admin/options.php:249
     992#: admin/options.php:250
    1000993#, php-format
    1001994msgid "Email Editors and Administrators when a %s is approved"
     
    1004997"administratrices quand une %s est approuvée"
    1005998
    1006 #: admin/options.php:328
     999#: admin/options.php:329
    10071000msgid "PublishPress Revisions Site Settings"
    10081001msgstr "Réglages de PublishPress Revisions pour le site"
    10091002
    1010 #: admin/options.php:358
     1003#: admin/options.php:359
    10111004msgid ""
    10121005"These are the default settings for options which can be adjusted per-site."
     
    10151008"par site."
    10161009
    1017 #: admin/options.php:396
     1010#: admin/options.php:397
    10181011#, php-format
    10191012msgid ""
     
    10241017"l’échelle du réseau. %s"
    10251018
    1026 #: admin/options.php:399
     1019#: admin/options.php:400
    10271020#, php-format
    10281021msgid "You can also specify %1$sdefaults for site-specific settings%2$s."
     
    10311024"site%2$s."
    10321025
    1033 #: admin/options.php:402
     1026#: admin/options.php:403
    10341027msgid ""
    10351028"Here you can change the default value for settings which are controlled "
     
    10391032"contrôlés séparément sur chaque site."
    10401033
    1041 #: admin/options.php:412 admin/options.php:414
     1034#: admin/options.php:413 admin/options.php:415
    10421035#, php-format
    10431036msgid "Note that %1$s network-wide settings%2$s may also be available."
     
    10461039"être disponibles."
    10471040
    1048 #: admin/options.php:499
     1041#: admin/options.php:500
    10491042msgid "License"
    10501043msgstr "Licence"
    10511044
    1052 #: admin/options.php:542
    1053 msgid ""
    1054 "Past Revisions are earlier versions of a post. They are listed in the "
    1055 "Revision Archive."
    1056 msgstr ""
    1057 "Les révisions précédentes sont les versions précédentes d’une publication. "
    1058 "Elles sont listées dans les archives des révisions."
    1059 
    1060 #: admin/options.php:597
     1045#: admin/options.php:543
     1046msgid "Past Revisions are earlier versions of a post."
     1047msgstr ""
     1048"Les révisions précédentes sont les versions précédentes d’une publication."
     1049
     1050#: admin/options.php:598
    10611051msgid "This post type does not support Past Revisions."
    10621052msgstr ""
    10631053"Ce type de publication ne prend pas en charge les révisions précédentes."
    10641054
    1065 #: admin/options.php:639
    1066 msgid ""
    1067 "New Revisions are changes which are not yet published. They are listed in "
    1068 "the Revision Queue."
     1055#: admin/options.php:640
     1056msgid "New Revisions are changes which are not yet published."
    10691057msgstr ""
    10701058"Les nouvelles révisions sont des modifications qui n’ont pas encore été "
    1071 "publiées. Elles sont listées dans la file d’attente des révisions."
    1072 
    1073 #: admin/options.php:728
     1059"publiées."
     1060
     1061#: admin/options.php:729
    10741062msgid ""
    10751063"Note: Third party code may cause some post types to be incompatible with "
     
    10791067"de publication avec PublishPress Revisions."
    10801068
    1081 #: admin/options.php:738
     1069#: admin/options.php:739
    10821070#, php-format
    10831071msgid ""
     
    10891077"Planner Pro%s."
    10901078
    1091 #: admin/options.php:759
     1079#: admin/options.php:760
    10921080msgid "Ready to enhance your revision workflow?"
    10931081msgstr "Prêt à améliorer votre flux de travail de révision ?"
    10941082
    1095 #: admin/options.php:762
     1083#: admin/options.php:763
    10961084msgid ""
    10971085"Get PublishPress Statuses Pro and optimize your revision process with custom "
     
    11011089"grâce à des états de révision personnalisés."
    11021090
    1103 #: admin/options.php:768
     1091#: admin/options.php:769
    11041092msgid "Define your own statuses before or after Revision Submitted"
    11051093msgstr "Définissez vos propres états avant ou après avoir envoyé la révision"
    11061094
    1107 #: admin/options.php:771
     1095#: admin/options.php:772
    11081096msgid "New predefined statuses: Deferred, Needs Work, Rejected"
    11091097msgstr ""
     
    11111099"« Rejetée »"
    11121100
    1113 #: admin/options.php:774
     1101#: admin/options.php:775
    11141102msgid "Statuses can be specific to a post type"
    11151103msgstr "Les états peuvent être spécifiques à un type de publication"
    11161104
    1117 #: admin/options.php:777
     1105#: admin/options.php:778
    11181106msgid "Control access to statuses per-role"
    11191107msgstr "Contrôler l’accès aux états par rôle"
    11201108
    1121 #: admin/options.php:780
     1109#: admin/options.php:781
    11221110msgid "Status workflow can be nested with sub-statuses"
    11231111msgstr "Le flux de travail des états peut être imbriqué avec des sous-états"
    11241112
    1125 #: admin/options.php:789
     1113#: admin/options.php:790
    11261114msgid "Get PublishPress Statuses Pro"
    11271115msgstr "Obtenir PublishPress Statuses Pro"
    11281116
    1129 #: admin/options.php:794 admin/options.php:812 admin/options.php:1761
    1130 #: admin/options.php:1779 admin/options.php:2310 admin/options.php:2324
    1131 #: admin/options.php:2334 admin/options.php:2344
     1117#: admin/options.php:795 admin/options.php:813 admin/options.php:1762
     1118#: admin/options.php:1780 admin/options.php:2314 admin/options.php:2328
     1119#: admin/options.php:2338 admin/options.php:2348
    11321120msgid "Learn More"
    11331121msgstr "Lire la suite"
    11341122
    1135 #: admin/options.php:807
     1123#: admin/options.php:808
    11361124msgid "Pro Plugin"
    11371125msgstr "Extension Pro"
    11381126
    1139 #: admin/options.php:808
     1127#: admin/options.php:809
    11401128msgid "Install Statuses Pro to unlock custom revision statuses."
    11411129msgstr ""
    11421130"Installer Statuses Pro pour débloquer les états de révision personnalisés."
    11431131
    1144 #: admin/options.php:809
     1132#: admin/options.php:810
    11451133msgid "Configure for any post type and role to match your editing workflow."
    11461134msgstr ""
     
    11481136"votre flux de travail de modification."
    11491137
    1150 #: admin/options.php:816
     1138#: admin/options.php:817
    11511139msgid "Get Statuses Pro"
    11521140msgstr "Obtenir Statuses Pro"
    11531141
    1154 #: admin/options.php:890 admin/options.php:1056 admin/options.php:1291
    1155 #: admin/options.php:1317 admin/options.php:1343 admin/options.php:1371
    1156 #: admin/options.php:1879
     1142#: admin/options.php:891 admin/options.php:1057 admin/options.php:1292
     1143#: admin/options.php:1318 admin/options.php:1344 admin/options.php:1372
     1144#: admin/options.php:1880
    11571145#, php-format
    11581146msgid "%s capability"
    11591147msgstr "Permission %s"
    11601148
    1161 #: admin/options.php:895 admin/options.php:1061 admin/options.php:1296
    1162 #: admin/options.php:1322 admin/options.php:1348 admin/options.php:1376
    1163 #: admin/options.php:1884
     1149#: admin/options.php:896 admin/options.php:1062 admin/options.php:1297
     1150#: admin/options.php:1323 admin/options.php:1349 admin/options.php:1377
     1151#: admin/options.php:1885
    11641152msgid "Assign capability to roles"
    11651153msgstr "Assigner la permission aux rôles"
    11661154
    1167 #: admin/options.php:902
     1155#: admin/options.php:903
    11681156#, php-format
    11691157msgid "Prevent non-Administrators from restoring a revision without the %s."
     
    11721160"révision sans la %s."
    11731161
    1174 #: admin/options.php:908
     1162#: admin/options.php:909
    11751163msgid ""
    11761164"Prevent non-Administrators from restoring a revision without the "
     
    11801168"révision sans la permission « restore_revisions »"
    11811169
    1182 #: admin/options.php:921
     1170#: admin/options.php:922
    11831171msgid "Modification Date"
    11841172msgstr "Date de modification"
    11851173
    1186 #: admin/options.php:949
     1174#: admin/options.php:950
    11871175msgid "Revision Creation"
    11881176msgstr "Création de révisions"
    11891177
    1190 #: admin/options.php:950
     1178#: admin/options.php:951
    11911179msgid "Submission"
    11921180msgstr "Envoi"
    11931181
    1194 #: admin/options.php:951
     1182#: admin/options.php:952
    11951183msgid "Scheduling"
    11961184msgstr "Planification"
    11971185
    1198 #: admin/options.php:952
     1186#: admin/options.php:953
    11991187msgid "Publication"
    12001188msgstr "Publication"
    12011189
    1202 #: admin/options.php:1006
     1190#: admin/options.php:1007
    12031191msgid "Create Revision capabilities"
    12041192msgstr "Créer les permissions de révision"
    12051193
    1206 #: admin/options.php:1011 admin/options.php:1036 admin/options.php:1178
     1194#: admin/options.php:1012 admin/options.php:1037 admin/options.php:1179
    12071195msgid "Assign capabilities to roles"
    12081196msgstr "Assigner les permissions aux rôles"
    12091197
    1210 #: admin/options.php:1018 admin/options.php:1185
     1198#: admin/options.php:1019 admin/options.php:1186
    12111199#, php-format
    12121200msgid "If the user can't edit the published post, require %s."
     
    12151203"il est obligatorie avoir la %s."
    12161204
    1217 #: admin/options.php:1024
     1205#: admin/options.php:1025
    12181206msgid ""
    12191207"If the user can't edit the published post, require Create Revision "
     
    12241212"(copy_posts, copy_others_pages, etc.)"
    12251213
    1226 #: admin/options.php:1032
     1214#: admin/options.php:1033
    12271215#, php-format
    12281216msgid "To expand the Pages list, assign %s."
    12291217msgstr "Pour élargir la liste des pages, assigner %s."
    12301218
    1231 #: admin/options.php:1035
     1219#: admin/options.php:1036
    12321220msgid "Listing capabilities"
    12331221msgstr "Permissions pour lister"
    12341222
    1235 #: admin/options.php:1042
     1223#: admin/options.php:1043
    12361224msgid ""
    12371225"To expand the Pages list, assign Listing capabilities (list_others_pages, "
     
    12411229"(list_others_pages, list_published_posts, etc.)"
    12421230
    1243 #: admin/options.php:1048
     1231#: admin/options.php:1049
    12441232msgid "This plugin introduces a new user role, \"Revisor.\""
    12451233msgstr ""
    12461234"Ce plugin introduit un nouveau rôle du compte, « Relecteur/relectrice »."
    12471235
    1248 #: admin/options.php:1068
     1236#: admin/options.php:1069
    12491237#, php-format
    12501238msgid ""
     
    12551243"suppression de toutes les balises HTML personnalisées."
    12561244
    1257 #: admin/options.php:1074
     1245#: admin/options.php:1075
    12581246msgid ""
    12591247"Revision by a user who does not have the unfiltered_html capability will "
     
    12641252"personnalisées."
    12651253
    1266 #: admin/options.php:1091
     1254#: admin/options.php:1092
    12671255msgid "Broadest compat including Elementor, Divi, Beaver Builder"
    12681256msgstr "La plus large prise en charge incluant Elementor, Divi, Beaver Builder"
    12691257
    1270 #: admin/options.php:1092
     1258#: admin/options.php:1093
    12711259msgid "Standard storage schema for broadest 3rd party compat"
    12721260msgstr ""
     
    12741262"par des tiers"
    12751263
    1276 #: admin/options.php:1097
     1264#: admin/options.php:1098
    12771265msgid "Enhanced Revision access control with PublishPress plugins"
    12781266msgstr ""
    12791267"Contrôle d’accès à la révision amélioré avec les extensions PublishPress"
    12801268
    1281 #: admin/options.php:1108
     1269#: admin/options.php:1109
    12821270msgid ""
    12831271"In enhanced mode, a Revision's status is stored by standard WordPress "
     
    12871275"standard. Certaines extensions sont incompatibles."
    12881276
    1289 #: admin/options.php:1115
     1277#: admin/options.php:1116
    12901278msgid ""
    12911279"Prevent Revision creation if the post already has another Revision in "
     
    12951283"révision en cours."
    12961284
    1297 #: admin/options.php:1119
     1285#: admin/options.php:1120
    12981286msgid ""
    12991287"Work around cache plugin conflicts by requerying for revisions before "
     
    13031291"avant de supprimer le lien « Nouvelle révision »."
    13041292
    1305 #: admin/options.php:1138
     1293#: admin/options.php:1139
    13061294#, php-format
    13071295msgid ""
     
    13121300"normal, le lien %s est recréé en tant que « Modification »."
    13131301
    1314 #: admin/options.php:1141
     1302#: admin/options.php:1142
    13151303msgid ""
    13161304"Default labels are \"Not Submitted for Approval\", \"Submitted for "
     
    13201308"pour approbation », « Révision planifiée »"
    13211309
    1322 #: admin/options.php:1159
     1310#: admin/options.php:1160
    13231311#, php-format
    13241312msgid ""
    13251313"Enable published content to be copied, edited, submitted for approval and "
    1326 "managed in %sRevision Queue%s."
    1327 msgstr ""
    1328 "Activez le contenu publié pour qu’il puisse être copié, modifié, envoyé pour "
    1329 "approbation et géré dans %sFile d’attente des révisions%s."
    1330 
    1331 #: admin/options.php:1173
     1314"managed on the %sNew Revisions%s screen."
     1315msgstr ""
     1316"Activer le contenu publié pour qu’il puisse être copié, modifié, envoyé pour "
     1317"approbation et géré dans l’écran %sNouvelles révisions%s."
     1318
     1319#: admin/options.php:1174
    13321320msgid "Submit Revision capabilities"
    13331321msgstr "Envoyer les permissions de révision"
    13341322
    1335 #: admin/options.php:1191
     1323#: admin/options.php:1192
    13361324msgid ""
    13371325"If the user can't edit the published post, require Submit Revision "
     
    13421330"(revise_posts, revise_others_pages, etc.)"
    13431331
    1344 #: admin/options.php:1196 admin/options.php:1228
     1332#: admin/options.php:1197 admin/options.php:1229
    13451333#, php-format
    13461334msgid "When a %s is published, update post publish date to current time."
     
    13491337"publication à l’heure actuelle."
    13501338
    1351 #: admin/options.php:1199 admin/options.php:1231
     1339#: admin/options.php:1200 admin/options.php:1232
    13521340#, php-format
    13531341msgid "When a %s is published, update post modified date to current time."
     
    13561344"publication à l’heure actuelle."
    13571345
    1358 #: admin/options.php:1202
     1346#: admin/options.php:1203
    13591347msgid ""
    13601348"When a user who has publishing capabilities creates a Revision, set it to "
     
    13641352"une révision, lui attribuer à l’état « Envoyé »."
    13651353
    1366 #: admin/options.php:1205
     1354#: admin/options.php:1206
    13671355msgid ""
    13681356"This allows immediate approval within the Compare screen. If disabled, a "
     
    13721360"désactivé, un lien d’aperçu est fourni à la place."
    13731361
    1374 #: admin/options.php:1222
     1362#: admin/options.php:1223
    13751363msgid ""
    13761364"If a currently published post or page is edited and a future date set, the "
     
    13811369"sélectionnée."
    13821370
    1383 #: admin/options.php:1236
     1371#: admin/options.php:1237
    13841372msgid ""
    13851373"Publish scheduled revisions using the WP-Cron mechanism. On some sites, "
     
    13891377"certains sites, la publication échouera si ce réglage est désactivé."
    13901378
    1391 #: admin/options.php:1240
     1379#: admin/options.php:1241
    13921380msgid ""
    13931381"Publish scheduled revisions asynchronously, via a secondary http request "
     
    13991387"élimine les délais, mais certains serveurs ne la prennent pas en charge."
    14001388
    1401 #: admin/options.php:1245
     1389#: admin/options.php:1246
    14021390msgid ""
    14031391"The WP-Cron trigger is disabled, but scheduled tasks are still excecuted "
     
    14071395"toujours exécutées à l’aide d’un déclencheur personnalisé."
    14081396
    1409 #: admin/options.php:1259
     1397#: admin/options.php:1260
    14101398msgid ""
    14111399"Caption the button as either \"Approve and Publish\" or \"Approve and "
     
    14141402"Intituler le bouton « Approuver et publier » ou « Approuver et planifier »."
    14151403
    1416 #: admin/options.php:1268
     1404#: admin/options.php:1269
    14171405msgid "This may improve compatibility with some plugins."
    14181406msgstr "Cela peut améliorer la compatibilité avec certaines extensions."
    14191407
    1420 #: admin/options.php:1303
    1421 #, php-format
    1422 msgid "Control Revision Queue access with the %s."
    1423 msgstr "Contrôler l’accès à la file d’attente de révision avec la %s."
    1424 
    1425 #: admin/options.php:1309
    1426 msgid ""
    1427 "Control Revision Queue access with the manage_revision_queue capability."
    1428 msgstr ""
    1429 "Contrôler l’accès à la file d’attente de révision avec la permissions "
     1408#: admin/options.php:1304
     1409#, php-format
     1410msgid "Control New Revisions access with the %s."
     1411msgstr "Contrôler l’accès à les nouvelles révisions avec la %s."
     1412
     1413#: admin/options.php:1310
     1414msgid "Control New Revisions access with the manage_revision_queue capability."
     1415msgstr ""
     1416"Contrôler l’accès à les nouvelles révisions avec la permission "
    14301417"« manage_revision_queue »."
    14311418
    1432 #: admin/options.php:1329
     1419#: admin/options.php:1330
    14331420#, php-format
    14341421msgid "Users will need the %s to edit others' Unsubmitted Revisions."
     
    14371424"révisions non envoyées des autres."
    14381425
    1439 #: admin/options.php:1335
     1426#: admin/options.php:1336
    14401427msgid ""
    14411428"Users will need the manage_unsubmitted_revisions capability to edit others' "
     
    14461433"des autres."
    14471434
    1448 #: admin/options.php:1355 admin/options.php:1383
     1435#: admin/options.php:1356 admin/options.php:1384
    14491436#, php-format
    14501437msgid "If the user can't edit the published post, require the %s."
     
    14531440"il est obligatorie avoir les %s."
    14541441
    1455 #: admin/options.php:1361
     1442#: admin/options.php:1362
    14561443msgid ""
    14571444"If the user can't edit the published post, require the edit_others_revisions "
     
    14611448"il est obligatorie avoir la permission « edit_others_revisions »."
    14621449
    1463 #: admin/options.php:1389
     1450#: admin/options.php:1390
    14641451msgid ""
    14651452"If the user can't edit the published post, require the list_others_revisions "
     
    14691456"il est obligatorie avoir la permission « list_others_revisions »."
    14701457
    1471 #: admin/options.php:1394
     1458#: admin/options.php:1395
    14721459msgid ""
    14731460"Bypass the above restrictions for others' revisions to logged in user's own "
     
    14771464"publications de la personne connectée."
    14781465
    1479 #: admin/options.php:1405
     1466#: admin/options.php:1406
    14801467msgid "Regenerate \"post has revision\" flags"
    14811468msgstr "Régénérer les drapeaux « publication avec révision »"
    14821469
    1483 #: admin/options.php:1408
     1470#: admin/options.php:1409
    14841471msgid ""
    14851472"Apply this maintenance operation if Has Revision labels on Posts / Pages "
    1486 "screens mismatch the Revision Queue listing."
     1473"screens mismatch the New Revisions listing."
    14871474msgstr ""
    14881475"Appliquer cette opération de maintenance si les libellés « Dispose d’une "
    14891476"révision » sur les écrans Publications/Pages ne correspondent pas à la liste "
    1490 "de la file d’attente des révisions."
    1491 
    1492 #: admin/options.php:1433
     1477"des nouvelles révisions."
     1478
     1479#: admin/options.php:1434
    14931480#, php-format
    14941481msgid "For enhanced notifications, install %sPublishPress Planner%s."
    14951482msgstr "Pour des notifications améliorées, installer %sPublishPress Planner%s."
    14961483
    1497 #: admin/options.php:1446
     1484#: admin/options.php:1447
    14981485#, php-format
    14991486msgid "For enhanced notifications, update %sPublishPress Planner%s."
     
    15011488"Pour des notifications améliorées, mettre à jour %sPublishPress Planner%s."
    15021489
    1503 #: admin/options.php:1468
     1490#: admin/options.php:1469
    15041491#, php-format
    15051492msgid ""
     
    15101497"personnalisable %1$sPublishPress Planner Notifications%2$s."
    15111498
    1512 #: admin/options.php:1469
     1499#: admin/options.php:1470
    15131500#, php-format
    15141501msgid ""
     
    15201507"Notifications%2$s."
    15211508
    1522 #: admin/options.php:1481
     1509#: admin/options.php:1482
    15231510msgid ""
    15241511"Users matching Planner > Notifications configuration get revision "
     
    15291516"peuvent modifier la publication publiée."
    15301517
    1531 #: admin/options.php:1523 admin/options.php:1545
     1518#: admin/options.php:1524 admin/options.php:1546
    15321519msgid "Never"
    15331520msgstr "Jamais"
    15341521
    1535 #: admin/options.php:1523 admin/options.php:1545
     1522#: admin/options.php:1524 admin/options.php:1546
    15361523msgid "By default"
    15371524msgstr "Par défaut"
    15381525
    1539 #: admin/options.php:1523 admin/options.php:1545
     1526#: admin/options.php:1524 admin/options.php:1546
    15401527msgid "Always"
    15411528msgstr "Toujours"
    15421529
    1543 #: admin/options.php:1534 admin/options.php:1581
     1530#: admin/options.php:1535 admin/options.php:1582
    15441531msgid "select recipients"
    15451532msgstr "sélectionner les destinataires"
    15461533
    1547 #: admin/options.php:1595
     1534#: admin/options.php:1596
    15481535msgid ""
    15491536"To avoid notification failures, buffer emails for delayed sending once "
     
    15541541"jours sont dépassées."
    15551542
    1556 #: admin/options.php:1616
     1543#: admin/options.php:1617
    15571544msgid "Notification Buffer"
    15581545msgstr "Tampon de notification"
    15591546
    1560 #: admin/options.php:1644
     1547#: admin/options.php:1645
    15611548msgid "Notification Log"
    15621549msgstr "Journal de notification"
    15631550
    1564 #: admin/options.php:1673
     1551#: admin/options.php:1674
    15651552msgid "Purge Notification Buffer"
    15661553msgstr "Tampon de notification de purge"
    15671554
    1568 #: admin/options.php:1679
     1555#: admin/options.php:1680
    15691556msgid "Truncate Notification Log"
    15701557msgstr "Journal des notifications tronquées"
    15711558
    1572 #: admin/options.php:1685
     1559#: admin/options.php:1686
    15731560#, php-format
    15741561msgid "Sent in last minute: %d / %d"
    15751562msgstr "Envoyée à la dernière minute : %d/%d"
    15761563
    1577 #: admin/options.php:1686
     1564#: admin/options.php:1687
    15781565#, php-format
    15791566msgid "Sent in last hour: %d / %d"
    15801567msgstr "Envoyé dans la dernière heure: %d/%d"
    15811568
    1582 #: admin/options.php:1687
     1569#: admin/options.php:1688
    15831570#, php-format
    15841571msgid "Sent in last day: %d / %d"
    15851572msgstr "Envoyé le dernier jour: %d/%d"
    15861573
    1587 #: admin/options.php:1694
     1574#: admin/options.php:1695
    15881575#, php-format
    15891576msgid "Seconds until next buffer processing time: %d"
     
    15911578"Secondes jusqu’au temps de traitement de la mémoire tampon suivante : %d"
    15921579
    1593 #: admin/options.php:1705
     1580#: admin/options.php:1706
    15941581msgid "Show Notification Log / Buffer"
    15951582msgstr "Afficher le journal des notifications/tampon"
    15961583
    1597 #: admin/options.php:1707
     1584#: admin/options.php:1708
    15981585msgid "Show with message content"
    15991586msgstr "Afficher avec le contenu du message"
    16001587
    1601 #: admin/options.php:1729
     1588#: admin/options.php:1730
    16021589msgid "Ready to enhance your revision notifications?"
    16031590msgstr "Prêt à améliorer vos notifications de révision ?"
    16041591
    1605 #: admin/options.php:1732
     1592#: admin/options.php:1733
    16061593msgid ""
    16071594"Upgrade to Revisions Pro for integration with our PublishPress Planner "
     
    16111598"Planner Notifications."
    16121599
    1613 #: admin/options.php:1738
     1600#: admin/options.php:1739
    16141601msgid "Customize notification message and subject"
    16151602msgstr "Personnaliser le message et l’objet de notification"
    16161603
    1617 #: admin/options.php:1741
     1604#: admin/options.php:1742
    16181605msgid "Notify for a specific post type, category or term"
    16191606msgstr ""
    16201607"Notifier pour un type de publication, une catégorie ou un terme spécifique"
    16211608
    1622 #: admin/options.php:1744
     1609#: admin/options.php:1745
    16231610msgid "Target specific roles, users, or user groups"
    16241611msgstr ""
     
    16261613"d’utilisateurs/utilisatrices spécifiques"
    16271614
    1628 #: admin/options.php:1747
     1615#: admin/options.php:1748
    16291616msgid "With PublishPress Planner Pro, send notifications to a Slack channel"
    16301617msgstr ""
    16311618"Envoyer des notifications à un canal Slack avec PublishPress Planner Pro"
    16321619
    1633 #: admin/options.php:1774 admin/options.php:2304
     1620#: admin/options.php:1775 admin/options.php:2308
    16341621msgid "Pro Feature"
    16351622msgstr "Fonctionnalité Pro"
    16361623
    1637 #: admin/options.php:1775
     1624#: admin/options.php:1776
    16381625msgid "Upgrade to Revisions Pro to unlock Planner Notifications integration."
    16391626msgstr ""
     
    16411628"Notifications."
    16421629
    1643 #: admin/options.php:1776
     1630#: admin/options.php:1777
    16441631msgid ""
    16451632"Customize notification content and recipients for each notification type."
     
    16471634"Personnaliser le contenu et les destinataires de chaque type de notification."
    16481635
    1649 #: admin/options.php:1800
     1636#: admin/options.php:1801
    16501637msgid "Some themes may block revision preview."
    16511638msgstr "Certains thèmes peuvent bloquer l’aperçu de la révision."
    16521639
    1653 #: admin/options.php:1817
     1640#: admin/options.php:1818
    16541641msgid "Published Post Slug"
    16551642msgstr "Slug de la publication publiée"
    16561643
    1657 #: admin/options.php:1818
     1644#: admin/options.php:1819
    16581645msgid "Revision Slug"
    16591646msgstr "Slug de la révision"
    16601647
    1661 #: admin/options.php:1819
     1648#: admin/options.php:1820
    16621649msgid "Revision ID only"
    16631650msgstr "ID de révision uniquement"
    16641651
    1665 #: admin/options.php:1834
     1652#: admin/options.php:1835
    16661653msgid ""
    16671654"Some themes or plugins may require Revision Slug or Revision ID link type "
     
    16721659"l’affichage du champ."
    16731660
    1674 #: admin/options.php:1843
     1661#: admin/options.php:1844
    16751662#, php-format
    16761663msgid "The revision preview argument is configured by constant definition: %s"
     
    16791666"définition de la constante : %s"
    16801667
    1681 #: admin/options.php:1850
     1668#: admin/options.php:1851
    16821669msgid ""
    16831670"Adjust preview links to use \"rv_preview\" argument instead of \"preview\". "
     
    16881675"fonctionne le mieux avec votre thème."
    16891676
    1690 #: admin/options.php:1854
     1677#: admin/options.php:1855
    16911678msgid ""
    16921679"Some themes may require this setting for correct revision preview display."
     
    16951682"la révision s’affiche correctement."
    16961683
    1697 #: admin/options.php:1891
     1684#: admin/options.php:1892
    16981685#, php-format
    16991686msgid ""
     
    17031690"la %s pour modifier les publications non publiées des autres."
    17041691
    1705 #: admin/options.php:1897
     1692#: admin/options.php:1898
    17061693msgid ""
    17071694"If the user can't publish, require the edit_others_drafts capability to edit "
     
    17121699"publiées des autres."
    17131700
    1714 #: admin/options.php:1903
     1701#: admin/options.php:1904
    17151702msgid ""
    17161703"If post-specific permissions restrict or expand access to a post, apply "
     
    17201707"à celle-ci, ces droits s’appliquent également à ses révisions."
    17211708
    1722 #: admin/options.php:1912
     1709#: admin/options.php:1916
    17231710msgid "Rank Math SEO may prevent Revision update on some sites."
    17241711msgstr ""
    17251712"Rank Math SEO peut empêcher la mise à jour de la révision dans des sites."
    17261713
    1727 #: admin/options.php:1919 includes/CoreAdmin.php:205
     1714#: admin/options.php:1923 includes/CoreAdmin.php:205
    17281715msgid "WPML Translation Management"
    17291716msgstr "Gestion des traductions WPML"
    17301717
    1731 #: admin/options.php:1924
     1718#: admin/options.php:1928
    17321719msgid "Sync \"Needs Update\" flags"
    17331720msgstr "Synchroniser les drapeaux « Nécessite une mise à jour »"
    17341721
    1735 #: admin/options.php:1928
     1722#: admin/options.php:1932
    17361723msgid ""
    17371724"Set \"Needs Update\" for any post with translations which was updated "
     
    17421729"révision) plus récemment que ses traductions."
    17431730
    1744 #: admin/options.php:1938
     1731#: admin/options.php:1942
    17451732msgid "Show descriptive captions for PublishPress Revisions settings."
    17461733msgstr ""
     
    17481735"Revisions."
    17491736
    1750 #: admin/options.php:1941
    1751 msgid ""
    1752 "Plugin settings, Revision Queue contents and related data will be deleted, "
     1737#: admin/options.php:1945
     1738msgid ""
     1739"Plugin settings, New Revisions contents and related data will be deleted, "
    17531740"but only after the last copy of Revisions / Revisions Pro is deleted."
    17541741msgstr ""
    1755 "Les réglages de l’extension, le contenu de la file d’attente des révisions "
    1756 "et les données associées seront supprimés, mais uniquement après la "
    1757 "suppression de la dernière copie de Revisions/Revisions Pro."
    1758 
    1759 #: admin/options.php:1962
     1742"Les réglages de l’extension, le contenu des nouvelles révisions et les "
     1743"données associées seront supprimés, mais uniquement après la suppression de "
     1744"la dernière copie de Revisions/Revisions Pro."
     1745
     1746#: admin/options.php:1966
    17601747msgid "Unlock Pro Integrations"
    17611748msgstr "Déverrouiller les intégrations Pro"
    17621749
    1763 #: admin/options.php:1963
     1750#: admin/options.php:1967
    17641751msgid ""
    17651752"Upgrade to the Pro version for optimal compatibility and prompt, "
     
    17691756"et professionnel."
    17701757
    1771 #: admin/options.php:1981 admin/options.php:2229
     1758#: admin/options.php:1985 admin/options.php:2233
    17721759msgid "Admin"
    17731760msgstr "Administrateur/administratrice"
    17741761
    1775 #: admin/options.php:1984 admin/options.php:2227
     1762#: admin/options.php:1988 admin/options.php:2231
    17761763msgid "Builder"
    17771764msgstr "Constructeur"
    17781765
    1779 #: admin/options.php:1987 admin/options.php:2231
     1766#: admin/options.php:1991 admin/options.php:2235
    17801767msgid "Cache"
    17811768msgstr "Cache"
    17821769
    1783 #: admin/options.php:1990
     1770#: admin/options.php:1994
    17841771msgid "E-Commerce"
    17851772msgstr "E-Commerce"
    17861773
    1787 #: admin/options.php:1993 admin/options.php:2237
     1774#: admin/options.php:1997 admin/options.php:2241
    17881775msgid "Fields"
    17891776msgstr "Champs"
    17901777
    1791 #: admin/options.php:1997
     1778#: admin/options.php:2001
    17921779msgid "Multilingual"
    17931780msgstr "Multilingue"
    17941781
    1795 #: admin/options.php:2001 admin/options.php:2233
     1782#: admin/options.php:2005 admin/options.php:2237
    17961783msgid "SEO"
    17971784msgstr "SEO"
    17981785
    1799 #: admin/options.php:2004 admin/options.php:2243
     1786#: admin/options.php:2008 admin/options.php:2247
    18001787msgid "Workflow"
    18011788msgstr "Flux de travail"
    18021789
    1803 #: admin/options.php:2086
     1790#: admin/options.php:2090
    18041791msgid ""
    18051792"Specify which PublishPress Revisions Settings to control network-wide. "
     
    18101797"chaque site."
    18111798
    1812 #: admin/options.php:2096
     1799#: admin/options.php:2100
    18131800#, php-format
    18141801msgctxt "opentag option_tabname closetag (explanatory note)"
     
    18161803msgstr "%1$s%2$s%3$s (%4$s)"
    18171804
    1818 #: admin/options.php:2132
     1805#: admin/options.php:2136
    18191806#, php-format
    18201807msgid "network-wide control of \"%s\""
    18211808msgstr "contrôle à l’échelle du réseau des « %s »"
    18221809
    1823 #: admin/options.php:2159
     1810#: admin/options.php:2163
    18241811msgid "Save Changes"
    18251812msgstr "Enregistrer le modifications"
    18261813
    1827 #: admin/options.php:2160
     1814#: admin/options.php:2164
    18281815msgid "Revert to Defaults"
    18291816msgstr "Revenir à la valeur par défaut"
    18301817
    1831 #: admin/options.php:2162
     1818#: admin/options.php:2166
    18321819msgid ""
    18331820"All settings in this form (including those on unselected tabs) will be reset "
     
    18371824"sélectionnés) seront réinitialisés aux valeurs par défaut.  Confirmez-vous ?"
    18381825
    1839 #: admin/options.php:2235
     1826#: admin/options.php:2239
    18401827msgid "Commerce"
    18411828msgstr "Commerce"
    18421829
    1843 #: admin/options.php:2239
     1830#: admin/options.php:2243
    18441831msgid "Multilang"
    18451832msgstr "Multilingue"
    18461833
    1847 #: admin/options.php:2241
     1834#: admin/options.php:2245
    18481835msgid "Community"
    18491836msgstr "Communauté"
    18501837
    1851 #: admin/options.php:2259
     1838#: admin/options.php:2263
    18521839msgid "Pro"
    18531840msgstr "Pro"
    18541841
    1855 #: admin/options.php:2264
     1842#: admin/options.php:2268
    18561843msgid "Supported"
    18571844msgstr "Prise en charge"
    18581845
    1859 #: admin/options.php:2267 admin/options.php:2321
     1846#: admin/options.php:2271 admin/options.php:2325
    18601847msgid "Active Plugin"
    18611848msgstr "Extension active"
    18621849
    1863 #: admin/options.php:2279
     1850#: admin/options.php:2283
    18641851msgid "Supported by PublishPress Revisions"
    18651852msgstr "Prise en charge par PublishPress Revisions"
    18661853
    1867 #: admin/options.php:2281
     1854#: admin/options.php:2285
    18681855msgid "Supported by Revisions Pro"
    18691856msgstr "Prise en charge par Revisions Pro"
    18701857
    1871 #: admin/options.php:2294
     1858#: admin/options.php:2298
    18721859msgid "Integration Active"
    18731860msgstr "Intégration active"
    18741861
    1875 #: admin/options.php:2296
     1862#: admin/options.php:2300
    18761863msgid "Upgrade to Pro to enable this integration"
    18771864msgstr "Passer à la version Pro pour activer cette intégration"
    18781865
    1879 #: admin/options.php:2305
     1866#: admin/options.php:2309
    18801867#, php-format
    18811868msgid "Unlock %s integration to enhance your revisions solution."
     
    18831870"Déverrouiller l’intégration %s pour améliorer votre solution de révision."
    18841871
    1885 #: admin/options.php:2321
     1872#: admin/options.php:2325
    18861873msgid "Active Plugin Integration"
    18871874msgstr "Intégration de l’extension active"
    18881875
    1889 #: admin/options.php:2331
     1876#: admin/options.php:2335
    18901877msgid "Supported Plugin Integration"
    18911878msgstr "Intégration des extensions prises en charge"
    18921879
    1893 #: admin/options.php:2341
     1880#: admin/options.php:2345
    18941881msgid "Supported Plugin"
    18951882msgstr "Extension prise en charge"
    18961883
    1897 #: admin/post-edit-block-ui_rvy.php:170 admin/post-edit_rvy.php:334
     1884#: admin/post-edit-block-ui_rvy.php:170 admin/post-edit_rvy.php:336
    18981885msgid "Author"
    18991886msgstr "Auteur/autrice"
     
    20051992msgstr "Voir la révision en cours"
    20061993
    2007 #: admin/post-edit_rvy.php:186
     1994#: admin/post-edit_rvy.php:188
    20081995msgid "Compare this revision to published copy, or to other revisions"
    20091996msgstr "Comparez cette révision à la copie publiée ou à d’autres révisions"
    20101997
    2011 #: admin/post-edit_rvy.php:221
     1998#: admin/post-edit_rvy.php:223
    20121999msgid "View / moderate saved revision"
    20132000msgstr "Voir/modérer la révision enregistrée"
    20142001
    2015 #: admin/post-edit_rvy.php:224
     2002#: admin/post-edit_rvy.php:226
    20162003msgid "View saved revision"
    20172004msgstr "Voir la révision enregistrée"
     
    21462133#, php-format
    21472134msgctxt "PublishedPostName (other filter captions)"
    2148 msgid "Revision Queue for \"%s\"%s"
    2149 msgstr "File d’attente de révision pour « %s »%s"
     2135msgid "New Revisions for \"%s\"%s"
     2136msgstr "Nouvelles révisions pour « %s »%s"
    21502137
    21512138#: admin/revision-queue_rvy.php:157
    21522139#, php-format
    2153 msgid "Revision Queue %s"
    2154 msgstr "File d’attente de révision %s"
     2140msgid "New Revisions %s"
     2141msgstr "Nouvelles révisions %s"
    21552142
    21562143#: admin/revision-ui_rvy.php:45
     
    25922579msgstr "%1$s requêtes en %2$s secondes. %3$s Mo utilisé."
    25932580
    2594 #: revision-creation_rvy.php:219
     2581#: revision-creation_rvy.php:221
    25952582msgid "Could not insert revision into the database"
    25962583msgstr "Impossible d’insérer une révision dans la base de données"
     
    26252612
    26262613#: revision-workflow_rvy.php:187
    2627 msgid "Revision Queue: "
    2628 msgstr "File d’attente des révisions : "
     2614msgid "New Revisions: "
     2615msgstr "Nouvelles révisions : "
    26292616
    26302617#: revision-workflow_rvy.php:189
     
    29172904msgid "Revision Workflow"
    29182905msgstr "Flux de travail de révision"
     2906
     2907#~ msgid "Revision Queue"
     2908#~ msgstr "File d’attente des révisions"
     2909
     2910#~ msgid "Revision Archive"
     2911#~ msgstr "Archive des révisions"
     2912
     2913#~ msgid "Can see Revisions from other users in Revision Queue."
     2914#~ msgstr ""
     2915#~ "Peut voir les révisions des autres utilisateurs/utilisatrices dans la "
     2916#~ "file d’attente des révisions."
     2917
     2918#~ msgid "View the Revision Archive, a list of past Revisions."
     2919#~ msgstr "Voir l’archive des révisions, une liste des révisions précédentes."
     2920
     2921#, php-format
     2922#~ msgid "Revision Queue %s"
     2923#~ msgstr "File d’attente de révision %s"
     2924
     2925#~ msgid "Revision Queue: "
     2926#~ msgstr "File d’attente des révisions : "
    29192927
    29202928#~ msgid "Count"
  • revisionary/trunk/languages/revisionary-it_IT.po

    r3394622 r3397524  
    66"Submit, Approve and Schedule Content Changes - Stable (latest release)\n"
    77"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/project\n"
    8 "POT-Creation-Date: 2025-10-30T15:00:36+00:00\n"
    9 "PO-Revision-Date: 2025-11-09 11:01+0100\n"
     8"POT-Creation-Date: 2025-11-12T19:30:03+00:00\n"
     9"PO-Revision-Date: 2025-11-13 10:18+0100\n"
    1010"Last-Translator: \n"
    1111"Language-Team: Angelo Giammarresi - info@wocmultimedia.com\n"
     
    9898
    9999#: admin/admin-posts_rvy.php:294 admin/admin_rvy.php:365
    100 #: admin/admin_rvy.php:433 admin/options.php:953
    101 msgid "Revision Queue"
    102 msgstr "Coda revisioni"
    103 
    104 #: admin/admin_lib-mu_rvy.php:10 admin/options.php:324
     100#: admin/admin_rvy.php:433 admin/options.php:159 admin/options.php:636
     101#: admin/options.php:954
     102msgid "New Revisions"
     103msgstr "Nuove revisioni"
     104
     105#: admin/admin_lib-mu_rvy.php:10 admin/options.php:325
    105106msgid "PublishPress Revisions Network Settings"
    106107msgstr "Impostazioni di rete di PublishPress Revisions"
     
    110111msgstr "Impostazioni rete"
    111112
    112 #: admin/admin_lib-mu_rvy.php:21 admin/options.php:326
     113#: admin/admin_lib-mu_rvy.php:21 admin/options.php:327
    113114msgid "PublishPress Revisions Network Defaults"
    114115msgstr "Reti predefinite di PublishPress Revisions"
     
    139140
    140141#: admin/admin_rvy.php:374 admin/admin_rvy.php:375 admin/admin_rvy.php:434
    141 #: admin/revision-archive_rvy.php:81
    142 msgid "Revision Archive"
    143 msgstr "Archivio revisioni"
    144 
    145 #: admin/admin_rvy.php:392 admin/options.php:330
     142#: admin/options.php:158 admin/options.php:539
     143#: admin/revision-archive_rvy.php:81 admin/revisions.php:237
     144msgid "Past Revisions"
     145msgstr "Revisioni passate"
     146
     147#: admin/admin_rvy.php:392 admin/options.php:331
    146148msgid "PublishPress Revisions Settings"
    147149msgstr "Impostazione di PublishPress Revisions"
     
    152154
    153155#: admin/admin_rvy.php:399 admin/admin_rvy.php:400 admin/admin_rvy.php:440
    154 #: admin/options.php:1756 admin/options.php:1783 admin/options.php:1967
    155 #: admin/options.php:2314 includes/CoreAdmin.php:212
     156#: admin/options.php:1757 admin/options.php:1784 admin/options.php:1971
     157#: admin/options.php:2318 includes/CoreAdmin.php:212
    156158msgid "Upgrade to Pro"
    157159msgstr "Aggiornare a Pro"
     
    166168
    167169#: admin/admin_rvy.php:483
    168 msgid "Can see Revisions from other users in Revision Queue."
    169 msgstr "Può vedere le revisioni di altri utenti della coda di revisione."
     170msgid "Can see New Revisions from other users."
     171msgstr "Può vedere le nuove revisioni degli altri utenti."
    170172
    171173#: admin/admin_rvy.php:484
    172 msgid "Can access Revision Queue."
    173 msgstr "Può accedere alla coda di revisione."
     174msgid "Can access New Revisions."
     175msgstr "Può accedere alle nuove revisioni."
    174176
    175177#: admin/admin_rvy.php:485
     
    188190
    189191#: admin/admin_rvy.php:488
    190 msgid "View the Revision Archive, a list of past Revisions."
    191 msgstr ""
    192 "Visualizza l'archivio delle revisioni, un elenco delle revisioni passate."
     192msgid "View Past Revisions."
     193msgstr "Visualizza le revisioni passate."
    193194
    194195#: admin/admin_rvy.php:518
     
    359360msgstr "Reimposta i filtri"
    360361
    361 #: admin/class-list-table-archive.php:794 admin/options.php:1978
     362#: admin/class-list-table-archive.php:794 admin/options.php:1982
    362363msgid "All"
    363364msgstr "Tutto"
     
    373374
    374375#: admin/class-list-table-archive.php:862 admin/class-list-table_rvy.php:1686
    375 #: admin/post-edit_rvy.php:185 admin/post-edit_rvy.php:249
    376 #: admin/post-edit_rvy.php:263
     376#: admin/post-edit_rvy.php:187 admin/post-edit_rvy.php:251
     377#: admin/post-edit_rvy.php:265
    377378msgctxt "revisions"
    378379msgid "Compare"
     
    438439msgstr "Questa revisione non è ancora programmata. Dovrà essere approvata."
    439440
    440 #: admin/class-list-table_rvy.php:860 admin/history_rvy.php:903
     441#: admin/class-list-table_rvy.php:860 admin/history_rvy.php:907
    441442msgid "No author"
    442443msgstr "Senza autore"
     
    475476
    476477#: admin/class-list-table_rvy.php:1318
    477 #| msgid "Revision Status"
    478478msgid "All Revision Statuses"
    479479msgstr "Tutti gli stati di revisione"
     
    522522msgstr "Revisione aggiornata."
    523523
    524 #: admin/history_rvy.php:83 admin/history_rvy.php:87 admin/history_rvy.php:93
    525 #: admin/history_rvy.php:96 rvy_init-functions.php:267
     524#: admin/history_rvy.php:87 admin/history_rvy.php:91 admin/history_rvy.php:97
     525#: admin/history_rvy.php:100 rvy_init-functions.php:267
    526526msgid "Copy"
    527527msgstr "Copia"
    528528
    529 #: admin/history_rvy.php:83 admin/history_rvy.php:87
     529#: admin/history_rvy.php:87 admin/history_rvy.php:91
    530530msgid "Copy content to the clipboard."
    531531msgstr "Copia i contenuti negli appunti."
    532532
    533 #: admin/history_rvy.php:93 admin/history_rvy.php:96
     533#: admin/history_rvy.php:97 admin/history_rvy.php:100
    534534msgid "Copy the above content to the clipboard."
    535535msgstr "Copia i contenuti di sopra negli appunti."
    536536
    537 #: admin/history_rvy.php:278 admin/history_rvy.php:294
     537#: admin/history_rvy.php:282 admin/history_rvy.php:298
    538538#, php-format
    539539msgid "Compare %s of \"%s\""
    540540msgstr "Compara %s di \"%s\""
    541541
    542 #: admin/history_rvy.php:647 admin/options.php:921
     542#: admin/history_rvy.php:651 admin/options.php:922
    543543msgid "Post Date"
    544544msgstr "Data articolo"
    545545
    546 #: admin/history_rvy.php:648
     546#: admin/history_rvy.php:652
    547547msgid "Post Parent"
    548548msgstr "Articoli genitore"
    549549
    550 #: admin/history_rvy.php:649
     550#: admin/history_rvy.php:653
    551551msgid "Menu Order"
    552552msgstr "Ordinamento menu"
    553553
    554 #: admin/history_rvy.php:650
     554#: admin/history_rvy.php:654
    555555msgid "Comment Status"
    556556msgstr "Stato del commento"
    557557
    558 #: admin/history_rvy.php:651
     558#: admin/history_rvy.php:655
    559559msgid "Ping Status"
    560560msgstr "Stato di ping"
    561561
    562 #: admin/history_rvy.php:791
     562#: admin/history_rvy.php:795
    563563msgid "Page Template"
    564564msgstr "Template Pagina"
    565565
    566 #: admin/history_rvy.php:794
     566#: admin/history_rvy.php:798
    567567msgid "Featured Image"
    568568msgstr "Immagine in evidenza"
    569569
    570 #: admin/history_rvy.php:798
     570#: admin/history_rvy.php:802
    571571msgid "Beaver Builder Data"
    572572msgstr "Dati Beaver Builder"
    573573
    574 #: admin/history_rvy.php:799
     574#: admin/history_rvy.php:803
    575575msgid "Beaver Builder Settings"
    576576msgstr "Impostazioni di Beaver Builder"
    577577
    578 #: admin/history_rvy.php:1050
     578#: admin/history_rvy.php:1054
    579579msgid "Scheduled for "
    580580msgstr "Programmato per "
    581581
    582 #: admin/history_rvy.php:1055
     582#: admin/history_rvy.php:1059
    583583msgid "Requested for "
    584584msgstr "Richiesto per "
    585585
    586 #: admin/history_rvy.php:1060
     586#: admin/history_rvy.php:1064
    587587msgid "Modified "
    588588msgstr "Modificato "
    589589
    590 #: admin/history_rvy.php:1065
     590#: admin/history_rvy.php:1069
    591591#, php-format
    592592msgid "%s%s from now"
    593593msgstr "%s%s da adesso"
    594594
    595 #: admin/history_rvy.php:1076
     595#: admin/history_rvy.php:1080
    596596msgid "M j, Y @ g:i a"
    597597msgstr "J M, Y @ g:i a"
    598598
    599 #: admin/history_rvy.php:1121
     599#: admin/history_rvy.php:1125
    600600msgid "M j, Y @ H:i"
    601601msgstr "J M, Y @ H:i"
    602602
    603 #: admin/history_rvy.php:1122
     603#: admin/history_rvy.php:1126
    604604msgctxt "revision date short format"
    605605msgid "j M @ H:i"
    606606msgstr "j M @ H:i"
    607607
    608 #: admin/history_rvy.php:1208 front_rvy.php:597 front_rvy.php:607
     608#: admin/history_rvy.php:1212 front_rvy.php:597 front_rvy.php:607
    609609#: front_rvy.php:626 front_rvy.php:657 rvy_init-functions.php:271
    610610#: rvy_init-functions.php:289 rvy_init-functions.php:328
     
    613613msgstr "Approva"
    614614
    615 #: admin/history_rvy.php:1208
     615#: admin/history_rvy.php:1212
    616616msgid "Preview / Approve"
    617617msgstr "Anteprima/Approva"
    618618
    619 #: admin/history_rvy.php:1210 admin/post-editor-workflow-ui_rvy.php:77
     619#: admin/history_rvy.php:1214 admin/post-editor-workflow-ui_rvy.php:77
    620620#: admin/post-editor-workflow-ui_rvy.php:118
    621621#: admin/post-editor-workflow-ui_rvy.php:231
     
    624624msgstr "Anteprima"
    625625
    626 #: admin/history_rvy.php:1304
     626#: admin/history_rvy.php:1308
    627627msgid "Preview / Restore"
    628628msgstr "Anteprima/ripristina"
    629629
    630 #: admin/history_rvy.php:1311
     630#: admin/history_rvy.php:1315
    631631msgid "Manage"
    632632msgstr "Gestisci"
    633633
    634 #: admin/history_rvy.php:1312
     634#: admin/history_rvy.php:1316
    635635msgid "List"
    636636msgstr "Elenco"
     
    649649msgstr "Caratteristiche"
    650650
    651 #: admin/options.php:158 admin/options.php:538 admin/revisions.php:237
    652 msgid "Past Revisions"
    653 msgstr "Revisioni passate"
    654 
    655 #: admin/options.php:159 admin/options.php:635
    656 msgid "New Revisions"
    657 msgstr "Nuove revisioni"
    658 
    659651#: admin/options.php:160
    660652msgid "Options"
     
    669661msgstr "Stati"
    670662
    671 #: admin/options.php:163 admin/options.php:954
     663#: admin/options.php:163 admin/options.php:955
    672664msgid "Notifications"
    673665msgstr "Notifiche"
     
    686678
    687679#: admin/options.php:178
    688 msgid "Revision Queue access requires role capability"
    689 msgstr ""
    690 "Per accedere alla coda di revisione è obbligatoria la capacità di ruolo"
     680msgid "New Revisions access requires role capability"
     681msgstr "Per l'accesso alle nuove revisioni è obbligatorio la capacità di ruolo"
    691682
    692683#: admin/options.php:179
     
    774765
    775766#: admin/options.php:195
     767msgid "Hide copy buttons on Compare screen"
     768msgstr "Nascondi i pulsanti \"Copia\" nella schermata \"Compara\""
     769
     770#: admin/options.php:196
    776771msgid "Use WP-Cron scheduling"
    777772msgstr "Utilizza la programmazione WP-Cron"
    778773
    779 #: admin/options.php:196
     774#: admin/options.php:197
    780775msgid "Site uses a custom trigger for WP-Cron tasks"
    781776msgstr "Il sito utilizza un trigger personalizzato per le attività di WP-Cron"
    782777
    783 #: admin/options.php:197
     778#: admin/options.php:198
    784779msgid "Asynchronous Publishing"
    785780msgstr "Pubblicazione asincrona"
    786781
    787 #: admin/options.php:198 admin/options.php:199
     782#: admin/options.php:199 admin/options.php:200
    788783msgid "Update Publish Date"
    789784msgstr "Aggiorna data pubblicazione"
    790785
    791 #: admin/options.php:200 admin/options.php:201
     786#: admin/options.php:201 admin/options.php:202
    792787msgid "Update Modified Date"
    793788msgstr "Aggiorna la data di modifica"
    794789
    795 #: admin/options.php:204 admin/options.php:205
     790#: admin/options.php:205 admin/options.php:206
    796791#, php-format
    797792msgid "Use %1$sPlanner Notifications%2$s"
    798793msgstr "Usa %1$sNotifiche di Planner%2$s"
    799794
    800 #: admin/options.php:207
     795#: admin/options.php:208
    801796#, php-format
    802797msgid "Email original Author when a %s is submitted"
    803798msgstr "Invia una email agli autori originali quando una %s è stata inviata"
    804799
    805 #: admin/options.php:208
     800#: admin/options.php:209
    806801#, php-format
    807802msgid "Email the original Author when a %s is approved"
    808803msgstr "Invia una email agli autori originali quando una %s è stata approvata"
    809804
    810 #: admin/options.php:209
     805#: admin/options.php:210
    811806#, php-format
    812807msgid "Email the Revisor when a %s is approved"
    813808msgstr "Invia una email ai revisori quando una %s è stata approvata"
    814809
    815 #: admin/options.php:210
     810#: admin/options.php:211
    816811#, php-format
    817812msgid "Email the original Author when a %s is published"
    818813msgstr "Invia una email agli autori originali quando una %s è stata pubblicata"
    819814
    820 #: admin/options.php:211
     815#: admin/options.php:212
    821816#, php-format
    822817msgid "Email the Revisor when a %s is published"
    823818msgstr "Invia una email ai revisori quando una %s è stata pubblicata"
    824819
    825 #: admin/options.php:212
     820#: admin/options.php:213
    826821msgid "Enable notification buffer"
    827822msgstr "Attiva buffer delle notifche"
    828823
    829 #: admin/options.php:213
     824#: admin/options.php:214
    830825msgid "Revisors can create a new revision for any custom post type"
    831826msgstr ""
    832827"I revisori possono crare una nuova revisione per ogni tipo di contenuto"
    833828
    834 #: admin/options.php:214
     829#: admin/options.php:215
    835830msgid "Prevent Revisors from editing others' unpublished Posts"
    836831msgstr ""
    837832"Impedisci ai revisori di modificare gli articoli non pubblicati di altri"
    838833
    839 #: admin/options.php:215
     834#: admin/options.php:216
    840835msgid "Display Hints"
    841836msgstr "Visualizza suggerimenti"
    842837
    843 #: admin/options.php:216
     838#: admin/options.php:217
    844839msgid "Delete settings and Revisions if plugin is deleted"
    845840msgstr ""
    846841"Elimina le impostazioni e le revisioni quando il plugin viene eliminato"
    847842
    848 #: admin/options.php:217
     843#: admin/options.php:218
    849844msgid "Show Preview Links"
    850845msgstr "Mostra i link di anteprima"
    851846
    852 #: admin/options.php:218
     847#: admin/options.php:219
    853848msgid "Preview Link Type"
    854849msgstr "Anteprima tipo di collegamento"
    855850
    856 #: admin/options.php:219
     851#: admin/options.php:220
    857852msgid "Modify preview link for better theme compatibility"
    858853msgstr "Adatta i link di anteprima per una migliore compatibilità con il tema"
    859854
    860 #: admin/options.php:220
     855#: admin/options.php:221
    861856msgid "Theme Compat: For front page revision preview, set home flag"
    862857msgstr ""
     
    864859"impostare il contrassegno home"
    865860
    866 #: admin/options.php:221
     861#: admin/options.php:222
    867862msgid "Approve Button on Compare screen"
    868863msgstr "Pulsante approva nella schermata «Confronta»"
    869864
    870 #: admin/options.php:222
     865#: admin/options.php:223
    871866msgid "Copy revision comments to published post"
    872867msgstr "Copia i commenti di revisione nell'articolo pubblicato"
    873868
    874 #: admin/options.php:223
     869#: admin/options.php:224
    875870msgid "Compare Past Revisions ordering:"
    876871msgstr "Ordine per confrontare le revisioni precedenti:"
    877872
    878 #: admin/options.php:224
    879 #, php-format
    880 msgid ""
    881 "List %s in Revision Queue for \"My Activity\" or \"Revisions to My Posts\" "
    882 "view"
    883 msgstr ""
    884 "Elenca %s nella coda di revisioni per la vista \"Le mie attività\" o "
    885 "\"Revisioni dei miei articoli\""
    886 
    887873#: admin/options.php:225
     874#, php-format
     875msgid "List %s for \"My Activity\" or \"Revisions to My Posts\" view"
     876msgstr ""
     877"Elenca %s per la visualizzazione \"Le mie attività\" o \"Revisioni dei miei "
     878"articoli\""
     879
     880#: admin/options.php:226
    888881msgid "Store custom fields of submitted and scheduled revisions for archive"
    889882msgstr ""
     
    891884"l'archivio"
    892885
    893 #: admin/options.php:226
     886#: admin/options.php:227
    894887msgid "Keep an archive of revision edits, even after the revision is published"
    895888msgstr ""
     
    897890"revisione è stata pubblicata"
    898891
    899 #: admin/options.php:227
     892#: admin/options.php:228
    900893msgid "On Revision publication, delete Editorial Comments"
    901894msgstr "Quando la revisione viene pubblicata, eliminare i commenti editoriali"
    902895
    903 #: admin/options.php:228
     896#: admin/options.php:229
    904897msgid "Enable deletion queue"
    905898msgstr "Abilita la coda di cancellazione"
    906899
    907 #: admin/options.php:229
     900#: admin/options.php:230
    908901msgid "Allow Past Revisions to be deleted"
    909902msgstr "Conasenti l'eliminazione delle revisioni precedenti"
    910903
    911 #: admin/options.php:230
     904#: admin/options.php:231
    912905msgid "Restoring a Revision requires role capability"
    913906msgstr "Per ripristinare una revisione è obbligatoria la capacità di ruolo"
    914907
    915 #: admin/options.php:231
     908#: admin/options.php:232
    916909msgid "Compatibility Mode"
    917910msgstr "Modalità di compatibilità"
    918911
    919 #: admin/options.php:232
     912#: admin/options.php:233
    920913msgid "Planner Notifications Access-Limited"
    921914msgstr "Accesso limitato alle notifiche di Planner"
    922915
    923 #: admin/options.php:233
     916#: admin/options.php:234
    924917msgid "Maximum Revisions per post"
    925918msgstr "Numero massimo di revisioni per articolo"
    926919
    927 #: admin/options.php:234
     920#: admin/options.php:235
    928921msgid "Apply Post Permissions to Revisions"
    929922msgstr "Applica le autorizzazioni dell'articolo alla revisione"
    930923
    931 #: admin/options.php:235
     924#: admin/options.php:236
    932925msgid "Enable legacy email notifications"
    933926msgstr "Abilita le notifiche delle email legacy"
    934927
    935 #: admin/options.php:236
     928#: admin/options.php:237
    936929msgid "Use extended captions for Approve button in Post Editor"
    937930msgstr ""
     
    939932"dell'articolo"
    940933
    941 #: admin/options.php:237
     934#: admin/options.php:238
    942935msgid "Create Revision button in editor opens new tab"
    943936msgstr "Il pulsante \"Crea revisione\" nell'editor apre una nuova scheda"
    944937
    945 #: admin/options.php:238
     938#: admin/options.php:239
    946939msgid "Disable Rank Math SEO panel for Revision edit"
    947940msgstr "Disabilitare il pannello di Rank Math SEO per modificare la revisione"
    948941
    949 #: admin/options.php:243
     942#: admin/options.php:244
    950943#, php-format
    951944msgid "Email designated Publishers when a %s is submitted"
    952945msgstr "Invia una email agli editori designati quando una %s è stata inviata"
    953946
    954 #: admin/options.php:244
     947#: admin/options.php:245
    955948#, php-format
    956949msgid "Email designated Publishers when a %s is published"
     
    958951"Invia una email agli editori designati quando una %s è stata pubblicata"
    959952
    960 #: admin/options.php:245
     953#: admin/options.php:246
    961954#, php-format
    962955msgid "Email designated Publishers when a %s is approved"
     
    964957"Invia una email agli editori prestabiliti quando una %s è stata approvata"
    965958
    966 #: admin/options.php:247
     959#: admin/options.php:248
    967960#, php-format
    968961msgid "Email Editors and Administrators when a %s is submitted"
     
    970963"Invia una email agli editor e amministratori quando una %s è stata inviata"
    971964
    972 #: admin/options.php:248
     965#: admin/options.php:249
    973966#, php-format
    974967msgid "Email Editors and Administrators when a %s is published"
     
    976969"Invia una email agli editor e amministratori quando una %s è stata pubblicata"
    977970
    978 #: admin/options.php:249
     971#: admin/options.php:250
    979972#, php-format
    980973msgid "Email Editors and Administrators when a %s is approved"
     
    982975"Invia una email agli editor e amministratori quando una %s è stata approvata"
    983976
    984 #: admin/options.php:328
     977#: admin/options.php:329
    985978msgid "PublishPress Revisions Site Settings"
    986979msgstr "Impostazioni del sito per PublishPress Revisions"
    987980
    988 #: admin/options.php:358
     981#: admin/options.php:359
    989982msgid ""
    990983"These are the default settings for options which can be adjusted per-site."
     
    993986"modificate per ogni sito."
    994987
    995 #: admin/options.php:396
     988#: admin/options.php:397
    996989#, php-format
    997990msgid ""
     
    1002995"PublishPress Revisions su TUTTA LA RETE. %s"
    1003996
    1004 #: admin/options.php:399
     997#: admin/options.php:400
    1005998#, php-format
    1006999msgid "You can also specify %1$sdefaults for site-specific settings%2$s."
     
    10091002"sito%2$s."
    10101003
    1011 #: admin/options.php:402
     1004#: admin/options.php:403
    10121005msgid ""
    10131006"Here you can change the default value for settings which are controlled "
     
    10171010"controllate separatamente su ogni sito."
    10181011
    1019 #: admin/options.php:412 admin/options.php:414
     1012#: admin/options.php:413 admin/options.php:415
    10201013#, php-format
    10211014msgid "Note that %1$s network-wide settings%2$s may also be available."
     
    10241017"rete%2$s."
    10251018
    1026 #: admin/options.php:499
     1019#: admin/options.php:500
    10271020msgid "License"
    10281021msgstr "Licenza"
    10291022
    1030 #: admin/options.php:542
    1031 msgid ""
    1032 "Past Revisions are earlier versions of a post. They are listed in the "
    1033 "Revision Archive."
    1034 msgstr ""
    1035 "Le revisioni passate sono versioni precedenti di un articolo. Queste sono "
    1036 "elencate nell'archivio di revisione."
    1037 
    1038 #: admin/options.php:597
     1023#: admin/options.php:543
     1024msgid "Past Revisions are earlier versions of a post."
     1025msgstr "Le revisioni passate sono versioni precedenti di un articolo."
     1026
     1027#: admin/options.php:598
    10391028msgid "This post type does not support Past Revisions."
    10401029msgstr "Questo tipo di contenuto non è compatibile con \"Revisioni passate\"."
    10411030
    1042 #: admin/options.php:639
    1043 msgid ""
    1044 "New Revisions are changes which are not yet published. They are listed in "
    1045 "the Revision Queue."
    1046 msgstr ""
    1047 "Le nuove revisioni sono modifiche non ancora pubblicate. Queste vengono "
    1048 "elencate nella coda di revisione."
    1049 
    1050 #: admin/options.php:728
     1031#: admin/options.php:640
     1032msgid "New Revisions are changes which are not yet published."
     1033msgstr "Le nuove revisioni sono modifiche non ancora pubblicate."
     1034
     1035#: admin/options.php:729
    10511036msgid ""
    10521037"Note: Third party code may cause some post types to be incompatible with "
     
    10561041"di articoli con PublishPress Revisions."
    10571042
    1058 #: admin/options.php:738
     1043#: admin/options.php:739
    10591044#, php-format
    10601045msgid ""
     
    10661051"Pro%s."
    10671052
    1068 #: admin/options.php:759
     1053#: admin/options.php:760
    10691054msgid "Ready to enhance your revision workflow?"
    10701055msgstr "Sei pronto a migliorare il tuo flusso di lavoro di revisione?"
    10711056
    1072 #: admin/options.php:762
     1057#: admin/options.php:763
    10731058msgid ""
    10741059"Get PublishPress Statuses Pro and optimize your revision process with custom "
     
    10781063"con gli stati di revisione personalizzati."
    10791064
    1080 #: admin/options.php:768
     1065#: admin/options.php:769
    10811066msgid "Define your own statuses before or after Revision Submitted"
    10821067msgstr "Definisci i tuoi stati prima o dopo l'invio della revisione"
    10831068
    1084 #: admin/options.php:771
     1069#: admin/options.php:772
    10851070msgid "New predefined statuses: Deferred, Needs Work, Rejected"
    10861071msgstr ""
    10871072"Nuovi stati predefiniti: \"Rimandata\", \"Necessita modifiche\", \"Respinta\""
    10881073
    1089 #: admin/options.php:774
     1074#: admin/options.php:775
    10901075msgid "Statuses can be specific to a post type"
    10911076msgstr "Gli stati possono essere specifici per un tipo di contenuto"
    10921077
    1093 #: admin/options.php:777
     1078#: admin/options.php:778
    10941079msgid "Control access to statuses per-role"
    10951080msgstr "Controlla l'accesso agli stati per ogni ruolo"
    10961081
    1097 #: admin/options.php:780
     1082#: admin/options.php:781
    10981083msgid "Status workflow can be nested with sub-statuses"
    10991084msgstr ""
    11001085"Il flusso di lavoro dello stato può essere nidificato con dei sottostati"
    11011086
    1102 #: admin/options.php:789
     1087#: admin/options.php:790
    11031088msgid "Get PublishPress Statuses Pro"
    11041089msgstr "Ottieni PublishPress Statuses Pro"
    11051090
    1106 #: admin/options.php:794 admin/options.php:812 admin/options.php:1761
    1107 #: admin/options.php:1779 admin/options.php:2310 admin/options.php:2324
    1108 #: admin/options.php:2334 admin/options.php:2344
     1091#: admin/options.php:795 admin/options.php:813 admin/options.php:1762
     1092#: admin/options.php:1780 admin/options.php:2314 admin/options.php:2328
     1093#: admin/options.php:2338 admin/options.php:2348
    11091094msgid "Learn More"
    11101095msgstr "Approfondisci"
    11111096
    1112 #: admin/options.php:807
     1097#: admin/options.php:808
    11131098msgid "Pro Plugin"
    11141099msgstr "Plugin Pro"
    11151100
    1116 #: admin/options.php:808
     1101#: admin/options.php:809
    11171102msgid "Install Statuses Pro to unlock custom revision statuses."
    11181103msgstr ""
    11191104"Installa Statuses Pro per sbloccare gli stati di revisione personalizzati."
    11201105
    1121 #: admin/options.php:809
     1106#: admin/options.php:810
    11221107msgid "Configure for any post type and role to match your editing workflow."
    11231108msgstr ""
     
    11251110"lavoro di modifica."
    11261111
    1127 #: admin/options.php:816
     1112#: admin/options.php:817
    11281113msgid "Get Statuses Pro"
    11291114msgstr "Ottieni Statuses Pro"
    11301115
    1131 #: admin/options.php:890 admin/options.php:1056 admin/options.php:1291
    1132 #: admin/options.php:1317 admin/options.php:1343 admin/options.php:1371
    1133 #: admin/options.php:1879
     1116#: admin/options.php:891 admin/options.php:1057 admin/options.php:1292
     1117#: admin/options.php:1318 admin/options.php:1344 admin/options.php:1372
     1118#: admin/options.php:1880
    11341119#, php-format
    11351120msgid "%s capability"
    11361121msgstr "Capacità %s"
    11371122
    1138 #: admin/options.php:895 admin/options.php:1061 admin/options.php:1296
    1139 #: admin/options.php:1322 admin/options.php:1348 admin/options.php:1376
    1140 #: admin/options.php:1884
     1123#: admin/options.php:896 admin/options.php:1062 admin/options.php:1297
     1124#: admin/options.php:1323 admin/options.php:1349 admin/options.php:1377
     1125#: admin/options.php:1885
    11411126msgid "Assign capability to roles"
    11421127msgstr "Assegna la capacità ai ruoli"
    11431128
    1144 #: admin/options.php:902
     1129#: admin/options.php:903
    11451130#, php-format
    11461131msgid "Prevent non-Administrators from restoring a revision without the %s."
     
    11481133"Impedisci ai non amministratori di ripristinare una revisione senza la %s."
    11491134
    1150 #: admin/options.php:908
     1135#: admin/options.php:909
    11511136msgid ""
    11521137"Prevent non-Administrators from restoring a revision without the "
     
    11561141"capacità restore_revisions"
    11571142
    1158 #: admin/options.php:921
     1143#: admin/options.php:922
    11591144msgid "Modification Date"
    11601145msgstr "Data di modifica"
    11611146
    1162 #: admin/options.php:949
     1147#: admin/options.php:950
    11631148msgid "Revision Creation"
    11641149msgstr "Creazione di revisioni"
    11651150
    1166 #: admin/options.php:950
     1151#: admin/options.php:951
    11671152msgid "Submission"
    11681153msgstr "Invio"
    11691154
    1170 #: admin/options.php:951
     1155#: admin/options.php:952
    11711156msgid "Scheduling"
    11721157msgstr "Programmazione"
    11731158
    1174 #: admin/options.php:952
     1159#: admin/options.php:953
    11751160msgid "Publication"
    11761161msgstr "Pubblicazione"
    11771162
    1178 #: admin/options.php:1006
     1163#: admin/options.php:1007
    11791164msgid "Create Revision capabilities"
    11801165msgstr "Creare le capacità di revisione"
    11811166
    1182 #: admin/options.php:1011 admin/options.php:1036 admin/options.php:1178
     1167#: admin/options.php:1012 admin/options.php:1037 admin/options.php:1179
    11831168msgid "Assign capabilities to roles"
    11841169msgstr "Assegna le capacità ai ruoli"
    11851170
    1186 #: admin/options.php:1018 admin/options.php:1185
     1171#: admin/options.php:1019 admin/options.php:1186
    11871172#, php-format
    11881173msgid "If the user can't edit the published post, require %s."
     
    11901175"Se l'utente non può modificare l'articolo pubblicato, è obbligatoria la %s."
    11911176
    1192 #: admin/options.php:1024
     1177#: admin/options.php:1025
    11931178msgid ""
    11941179"If the user can't edit the published post, require Create Revision "
     
    11981183"capacità per creare le revisioni (copy_posts, copy_others_pages, ecc.)"
    11991184
    1200 #: admin/options.php:1032
     1185#: admin/options.php:1033
    12011186#, php-format
    12021187msgid "To expand the Pages list, assign %s."
    12031188msgstr "Per espandere l'elenco delle pagine, assegna %s."
    12041189
    1205 #: admin/options.php:1035
     1190#: admin/options.php:1036
    12061191msgid "Listing capabilities"
    12071192msgstr "Elenco delle capacità"
    12081193
    1209 #: admin/options.php:1042
     1194#: admin/options.php:1043
    12101195msgid ""
    12111196"To expand the Pages list, assign Listing capabilities (list_others_pages, "
     
    12151200"(list_others_pages, list_published_posts, ecc.)"
    12161201
    1217 #: admin/options.php:1048
     1202#: admin/options.php:1049
    12181203msgid "This plugin introduces a new user role, \"Revisor.\""
    12191204msgstr "Questo plugin introduce il nuovo ruolo utente di \"Revisore\"."
    12201205
    1221 #: admin/options.php:1068
     1206#: admin/options.php:1069
    12221207#, php-format
    12231208msgid ""
     
    12281213"l'eliminazione di tutti i tag html personalizzati."
    12291214
    1230 #: admin/options.php:1074
     1215#: admin/options.php:1075
    12311216msgid ""
    12321217"Revision by a user who does not have the unfiltered_html capability will "
     
    12361221"unfiltered_html comporterà l'eliminazione di tutti i tag html personalizzati."
    12371222
    1238 #: admin/options.php:1091
     1223#: admin/options.php:1092
    12391224msgid "Broadest compat including Elementor, Divi, Beaver Builder"
    12401225msgstr "La più ampia compatibilita includendo Elementor, Divi, Beaver Builder"
    12411226
    1242 #: admin/options.php:1092
     1227#: admin/options.php:1093
    12431228msgid "Standard storage schema for broadest 3rd party compat"
    12441229msgstr ""
     
    12461231"parti"
    12471232
    1248 #: admin/options.php:1097
     1233#: admin/options.php:1098
    12491234msgid "Enhanced Revision access control with PublishPress plugins"
    12501235msgstr ""
    12511236"Controllo di accesso alle revisioni migliorato con i plugin PublishPress"
    12521237
    1253 #: admin/options.php:1108
     1238#: admin/options.php:1109
    12541239msgid ""
    12551240"In enhanced mode, a Revision's status is stored by standard WordPress "
     
    12591244"standard di WordPress. Alcuni plugin non sono compatibili."
    12601245
    1261 #: admin/options.php:1115
     1246#: admin/options.php:1116
    12621247msgid ""
    12631248"Prevent Revision creation if the post already has another Revision in "
     
    12671252"in corso."
    12681253
    1269 #: admin/options.php:1119
     1254#: admin/options.php:1120
    12701255msgid ""
    12711256"Work around cache plugin conflicts by requerying for revisions before "
     
    12751260"prima di eliminare il link “Nuova revisione”."
    12761261
    1277 #: admin/options.php:1138
     1262#: admin/options.php:1139
    12781263#, php-format
    12791264msgid ""
     
    12841269"\"Modifica\"."
    12851270
    1286 #: admin/options.php:1141
     1271#: admin/options.php:1142
    12871272msgid ""
    12881273"Default labels are \"Not Submitted for Approval\", \"Submitted for "
     
    12921277"per l'approvazione\", \"Revisione programmata\"."
    12931278
    1294 #: admin/options.php:1159
     1279#: admin/options.php:1160
    12951280#, php-format
    12961281msgid ""
    12971282"Enable published content to be copied, edited, submitted for approval and "
    1298 "managed in %sRevision Queue%s."
    1299 msgstr ""
    1300 "Abilita il contenuto pubblicato ad essere copiato, modificato, sottoposto ad "
    1301 "approvazione e gestito nella %sCoda revisione%s."
    1302 
    1303 #: admin/options.php:1173
     1283"managed on the %sNew Revisions%s screen."
     1284msgstr ""
     1285"Abilita il contenuto pubblicato per essere copiato, modificato, inviato per "
     1286"l'approvazione e gestito nella schermata delle %sNuove revisioni%s."
     1287
     1288#: admin/options.php:1174
    13041289msgid "Submit Revision capabilities"
    13051290msgstr "Capacità di inviare revisioni"
    13061291
    1307 #: admin/options.php:1191
     1292#: admin/options.php:1192
    13081293msgid ""
    13091294"If the user can't edit the published post, require Submit Revision "
     
    13131298"capacità per inviare le revisioni (revise_posts, revise_others_pages, ecc.)"
    13141299
    1315 #: admin/options.php:1196 admin/options.php:1228
     1300#: admin/options.php:1197 admin/options.php:1229
    13161301#, php-format
    13171302msgid "When a %s is published, update post publish date to current time."
     
    13201305"dell'articolo all'ora corrente."
    13211306
    1322 #: admin/options.php:1199 admin/options.php:1231
     1307#: admin/options.php:1200 admin/options.php:1232
    13231308#, php-format
    13241309msgid "When a %s is published, update post modified date to current time."
     
    13271312"all'ora corrente."
    13281313
    1329 #: admin/options.php:1202
     1314#: admin/options.php:1203
    13301315msgid ""
    13311316"When a user who has publishing capabilities creates a Revision, set it to "
     
    13351320"impostarla allo stato \"Inviata\"."
    13361321
    1337 #: admin/options.php:1205
     1322#: admin/options.php:1206
    13381323msgid ""
    13391324"This allows immediate approval within the Compare screen. If disabled, a "
     
    13431328"confronto. Se disattivato, al suo posto viene fornito un link di anteprima."
    13441329
    1345 #: admin/options.php:1222
     1330#: admin/options.php:1223
    13461331msgid ""
    13471332"If a currently published post or page is edited and a future date set, the "
     
    13521337"data selezionata."
    13531338
    1354 #: admin/options.php:1236
     1339#: admin/options.php:1237
    13551340msgid ""
    13561341"Publish scheduled revisions using the WP-Cron mechanism. On some sites, "
     
    13601345"alcuni siti, la pubblicazione fallirà se questa impostazione è disattivata."
    13611346
    1362 #: admin/options.php:1240
     1347#: admin/options.php:1241
    13631348msgid ""
    13641349"Publish scheduled revisions asynchronously, via a secondary http request "
     
    13701355"i ritardi, ma alcuni server potrebbero non supportarla."
    13711356
    1372 #: admin/options.php:1245
     1357#: admin/options.php:1246
    13731358msgid ""
    13741359"The WP-Cron trigger is disabled, but scheduled tasks are still excecuted "
     
    13781363"comunque eseguite utilizzando un trigger personalizzato."
    13791364
    1380 #: admin/options.php:1259
     1365#: admin/options.php:1260
    13811366msgid ""
    13821367"Caption the button as either \"Approve and Publish\" or \"Approve and "
     
    13841369msgstr "Denomina il pulsante “Approva e pubblica” o “Approva e programma”."
    13851370
    1386 #: admin/options.php:1268
     1371#: admin/options.php:1269
    13871372msgid "This may improve compatibility with some plugins."
    13881373msgstr "Ciò potrebbe migliorare la compatibilità con alcuni plugin."
    13891374
    1390 #: admin/options.php:1303
    1391 #, php-format
    1392 msgid "Control Revision Queue access with the %s."
    1393 msgstr "Controlla l'accesso alla coda di revisione con la %s."
    1394 
    1395 #: admin/options.php:1309
    1396 msgid ""
    1397 "Control Revision Queue access with the manage_revision_queue capability."
    1398 msgstr ""
    1399 "Controlla l'accesso alla coda di revisione con la capacità "
    1400 "manage_revision_queue."
    1401 
    1402 #: admin/options.php:1329
     1375#: admin/options.php:1304
     1376#, php-format
     1377msgid "Control New Revisions access with the %s."
     1378msgstr "Controlla l'accesso alle nuove revisioni con la %s."
     1379
     1380#: admin/options.php:1310
     1381msgid "Control New Revisions access with the manage_revision_queue capability."
     1382msgstr ""
     1383"Controlla l'accesso alle nuove revisioni con la capacità "
     1384"`manage_revision_queue`."
     1385
     1386#: admin/options.php:1330
    14031387#, php-format
    14041388msgid "Users will need the %s to edit others' Unsubmitted Revisions."
     
    14071391"altri."
    14081392
    1409 #: admin/options.php:1335
     1393#: admin/options.php:1336
    14101394msgid ""
    14111395"Users will need the manage_unsubmitted_revisions capability to edit others' "
     
    14151399"modificare le revisioni non inviate degli altri."
    14161400
    1417 #: admin/options.php:1355 admin/options.php:1383
     1401#: admin/options.php:1356 admin/options.php:1384
    14181402#, php-format
    14191403msgid "If the user can't edit the published post, require the %s."
     
    14221406"%s."
    14231407
    1424 #: admin/options.php:1361
     1408#: admin/options.php:1362
    14251409msgid ""
    14261410"If the user can't edit the published post, require the edit_others_revisions "
     
    14301414"capacità edit_others_revisions."
    14311415
    1432 #: admin/options.php:1389
     1416#: admin/options.php:1390
    14331417msgid ""
    14341418"If the user can't edit the published post, require the list_others_revisions "
     
    14381422"capacità list_others_revisions."
    14391423
    1440 #: admin/options.php:1394
     1424#: admin/options.php:1395
    14411425msgid ""
    14421426"Bypass the above restrictions for others' revisions to logged in user's own "
     
    14461430"dell'utente connesso."
    14471431
    1448 #: admin/options.php:1405
     1432#: admin/options.php:1406
    14491433msgid "Regenerate \"post has revision\" flags"
    14501434msgstr "Rigenera i flag «l'articolo ha una revisione»"
    14511435
    1452 #: admin/options.php:1408
     1436#: admin/options.php:1409
    14531437msgid ""
    14541438"Apply this maintenance operation if Has Revision labels on Posts / Pages "
    1455 "screens mismatch the Revision Queue listing."
     1439"screens mismatch the New Revisions listing."
    14561440msgstr ""
    14571441"Applica questa operazione di manutenzione se le etichette \"Ha una "
    1458 "revisione\" nelle schermate degli articoli/pagine non corrispondono con la "
    1459 "lista della coda di revisione."
    1460 
    1461 #: admin/options.php:1433
     1442"revisione\" nella schermate articoli/pagine non coincidono con l'elenco "
     1443"delle nuove revisioni."
     1444
     1445#: admin/options.php:1434
    14621446#, php-format
    14631447msgid "For enhanced notifications, install %sPublishPress Planner%s."
    14641448msgstr "Per notifiche avanzate, installa %sPublishPress Planner%s."
    14651449
    1466 #: admin/options.php:1446
     1450#: admin/options.php:1447
    14671451#, php-format
    14681452msgid "For enhanced notifications, update %sPublishPress Planner%s."
    14691453msgstr "Per notifiche avanzate, aggiorna %sPublishPress Planner%s."
    14701454
    1471 #: admin/options.php:1468
     1455#: admin/options.php:1469
    14721456#, php-format
    14731457msgid ""
     
    14781462"personalizzabile delle %1$snotifiche di PublishPress Planner%2$s."
    14791463
    1480 #: admin/options.php:1469
     1464#: admin/options.php:1470
    14811465#, php-format
    14821466msgid ""
     
    14871471"utilizzando il sistema di notifiche %1$sPublishPress Planner%2$s."
    14881472
    1489 #: admin/options.php:1481
     1473#: admin/options.php:1482
    14901474msgid ""
    14911475"Users matching Planner > Notifications configuration get revision "
     
    14961480"pubblicato."
    14971481
    1498 #: admin/options.php:1523 admin/options.php:1545
     1482#: admin/options.php:1524 admin/options.php:1546
    14991483msgid "Never"
    15001484msgstr "Mai"
    15011485
    1502 #: admin/options.php:1523 admin/options.php:1545
     1486#: admin/options.php:1524 admin/options.php:1546
    15031487msgid "By default"
    15041488msgstr "Per impostazione predefinita"
    15051489
    1506 #: admin/options.php:1523 admin/options.php:1545
     1490#: admin/options.php:1524 admin/options.php:1546
    15071491msgid "Always"
    15081492msgstr "Sempre"
    15091493
    1510 #: admin/options.php:1534 admin/options.php:1581
     1494#: admin/options.php:1535 admin/options.php:1582
    15111495msgid "select recipients"
    15121496msgstr "seleziona recipienti"
    15131497
    1514 #: admin/options.php:1595
     1498#: admin/options.php:1596
    15151499msgid ""
    15161500"To avoid notification failures, buffer emails for delayed sending once "
     
    15211505"ora o giorno"
    15221506
    1523 #: admin/options.php:1616
     1507#: admin/options.php:1617
    15241508msgid "Notification Buffer"
    15251509msgstr "Buffer delle notifiche"
    15261510
    1527 #: admin/options.php:1644
     1511#: admin/options.php:1645
    15281512msgid "Notification Log"
    15291513msgstr "Registro delle notifiche"
    15301514
    1531 #: admin/options.php:1673
     1515#: admin/options.php:1674
    15321516msgid "Purge Notification Buffer"
    15331517msgstr "Elimina buffer di notifica"
    15341518
    1535 #: admin/options.php:1679
     1519#: admin/options.php:1680
    15361520msgid "Truncate Notification Log"
    15371521msgstr "Troncare il registro delle notifiche"
    15381522
    1539 #: admin/options.php:1685
     1523#: admin/options.php:1686
    15401524#, php-format
    15411525msgid "Sent in last minute: %d / %d"
    15421526msgstr "Inviato negli ultimi minuti: %d/%d"
    15431527
    1544 #: admin/options.php:1686
     1528#: admin/options.php:1687
    15451529#, php-format
    15461530msgid "Sent in last hour: %d / %d"
    15471531msgstr "Inviato nell'ultima ora: %d/%d"
    15481532
    1549 #: admin/options.php:1687
     1533#: admin/options.php:1688
    15501534#, php-format
    15511535msgid "Sent in last day: %d / %d"
    15521536msgstr "Inviato lo scorso giorno: %d/%d"
    15531537
    1554 #: admin/options.php:1694
     1538#: admin/options.php:1695
    15551539#, php-format
    15561540msgid "Seconds until next buffer processing time: %d"
    15571541msgstr "Secondi al successivo tempo di elaborazione del buffer: %d"
    15581542
    1559 #: admin/options.php:1705
     1543#: admin/options.php:1706
    15601544msgid "Show Notification Log / Buffer"
    15611545msgstr "Mostra registro/buffer delle notifiche"
    15621546
    1563 #: admin/options.php:1707
     1547#: admin/options.php:1708
    15641548msgid "Show with message content"
    15651549msgstr "Mostra con il contenuto del messaggio"
    15661550
    1567 #: admin/options.php:1729
     1551#: admin/options.php:1730
    15681552msgid "Ready to enhance your revision notifications?"
    15691553msgstr "Sei pronto a migliorare le tue notifiche di revisione?"
    15701554
    1571 #: admin/options.php:1732
     1555#: admin/options.php:1733
    15721556msgid ""
    15731557"Upgrade to Revisions Pro for integration with our PublishPress Planner "
     
    15771561"notifiche PublishPress Planner."
    15781562
    1579 #: admin/options.php:1738
     1563#: admin/options.php:1739
    15801564msgid "Customize notification message and subject"
    15811565msgstr "Personalizza il messaggio e l'oggetto delle notifiche"
    15821566
    1583 #: admin/options.php:1741
     1567#: admin/options.php:1742
    15841568msgid "Notify for a specific post type, category or term"
    15851569msgstr "Notifica per un tipo specifico di contenuto, categoria o termine"
    15861570
    1587 #: admin/options.php:1744
     1571#: admin/options.php:1745
    15881572msgid "Target specific roles, users, or user groups"
    15891573msgstr "Definire ruoli, utenti o gruppi di utenti specifici"
    15901574
    1591 #: admin/options.php:1747
     1575#: admin/options.php:1748
    15921576msgid "With PublishPress Planner Pro, send notifications to a Slack channel"
    15931577msgstr ""
    15941578"Con PublishPress Planner Pro puoi inviare notifiche ad un canale di Slack"
    15951579
    1596 #: admin/options.php:1774 admin/options.php:2304
     1580#: admin/options.php:1775 admin/options.php:2308
    15971581msgid "Pro Feature"
    15981582msgstr "Caratteristica Pro"
    15991583
    1600 #: admin/options.php:1775
     1584#: admin/options.php:1776
    16011585msgid "Upgrade to Revisions Pro to unlock Planner Notifications integration."
    16021586msgstr ""
     
    16041588"Planner."
    16051589
    1606 #: admin/options.php:1776
     1590#: admin/options.php:1777
    16071591msgid ""
    16081592"Customize notification content and recipients for each notification type."
     
    16111595"notifica."
    16121596
    1613 #: admin/options.php:1800
     1597#: admin/options.php:1801
    16141598msgid "Some themes may block revision preview."
    16151599msgstr "Alcuni temi possono bloggare l'anteprima della revisione."
    16161600
    1617 #: admin/options.php:1817
     1601#: admin/options.php:1818
    16181602msgid "Published Post Slug"
    16191603msgstr "Slug dell'articolo pubblicato"
    16201604
    1621 #: admin/options.php:1818
     1605#: admin/options.php:1819
    16221606msgid "Revision Slug"
    16231607msgstr "Slug della revisione"
    16241608
    1625 #: admin/options.php:1819
     1609#: admin/options.php:1820
    16261610msgid "Revision ID only"
    16271611msgstr "Solo ID revisione"
    16281612
    1629 #: admin/options.php:1834
     1613#: admin/options.php:1835
    16301614msgid ""
    16311615"Some themes or plugins may require Revision Slug or Revision ID link type "
     
    16361620"visualizzazione dei campi."
    16371621
    1638 #: admin/options.php:1843
     1622#: admin/options.php:1844
    16391623#, php-format
    16401624msgid "The revision preview argument is configured by constant definition: %s"
     
    16431627"costante: %s"
    16441628
    1645 #: admin/options.php:1850
     1629#: admin/options.php:1851
    16461630msgid ""
    16471631"Adjust preview links to use \"rv_preview\" argument instead of \"preview\". "
     
    16521636"tuo tema."
    16531637
    1654 #: admin/options.php:1854
     1638#: admin/options.php:1855
    16551639msgid ""
    16561640"Some themes may require this setting for correct revision preview display."
     
    16591643"visualizzazione dell'anteprima di revisione."
    16601644
    1661 #: admin/options.php:1891
     1645#: admin/options.php:1892
    16621646#, php-format
    16631647msgid ""
     
    16671651"articoli non publicati di altri."
    16681652
    1669 #: admin/options.php:1897
     1653#: admin/options.php:1898
    16701654msgid ""
    16711655"If the user can't publish, require the edit_others_drafts capability to edit "
     
    16751659"edit_others_drafts per modificare gli articoli non publicati di altri."
    16761660
    1677 #: admin/options.php:1903
     1661#: admin/options.php:1904
    16781662msgid ""
    16791663"If post-specific permissions restrict or expand access to a post, apply "
     
    16831667"all'articolo, applica quelle autorizzazioni anche alle sue revisioni."
    16841668
    1685 #: admin/options.php:1912
     1669#: admin/options.php:1916
    16861670msgid "Rank Math SEO may prevent Revision update on some sites."
    16871671msgstr ""
    16881672"Rank Math SEO può impedire l'aggiornamento della revisione in alcuni siti."
    16891673
    1690 #: admin/options.php:1919 includes/CoreAdmin.php:205
     1674#: admin/options.php:1923 includes/CoreAdmin.php:205
    16911675msgid "WPML Translation Management"
    16921676msgstr "Gestione delle traduzioni con WPML"
    16931677
    1694 #: admin/options.php:1924
     1678#: admin/options.php:1928
    16951679msgid "Sync \"Needs Update\" flags"
    16961680msgstr "Sincronizzare le segnalazioni di \"Deve essere aggiornato\""
    16971681
    1698 #: admin/options.php:1928
     1682#: admin/options.php:1932
    16991683msgid ""
    17001684"Set \"Needs Update\" for any post with translations which was updated "
     
    17051689"recentemente delle sue traduzioni."
    17061690
    1707 #: admin/options.php:1938
     1691#: admin/options.php:1942
    17081692msgid "Show descriptive captions for PublishPress Revisions settings."
    17091693msgstr ""
     
    17111695"Revisions."
    17121696
    1713 #: admin/options.php:1941
    1714 msgid ""
    1715 "Plugin settings, Revision Queue contents and related data will be deleted, "
     1697#: admin/options.php:1945
     1698msgid ""
     1699"Plugin settings, New Revisions contents and related data will be deleted, "
    17161700"but only after the last copy of Revisions / Revisions Pro is deleted."
    17171701msgstr ""
    1718 "Le impostazioni del plugin, i contenuti della coda di revisione e i dati "
    1719 "correlati verranno eliminati, ma solo dopo che l'ultima copia di Revisions/"
    1720 "Revisions Pro sarà stata eliminata."
    1721 
    1722 #: admin/options.php:1962
     1702"Le impostazioni del plugin, i contenuti delle nuove revisioni e i relativi "
     1703"dati saranno eliminati soltanto dopo che l'ultima copia di Revisions/"
     1704"Revisions Pro sia stata eliminata."
     1705
     1706#: admin/options.php:1966
    17231707msgid "Unlock Pro Integrations"
    17241708msgstr "Sblocca l'integrazione Pro"
    17251709
    1726 #: admin/options.php:1963
     1710#: admin/options.php:1967
    17271711msgid ""
    17281712"Upgrade to the Pro version for optimal compatibility and prompt, "
     
    17321716"professionale e immediato."
    17331717
    1734 #: admin/options.php:1981 admin/options.php:2229
     1718#: admin/options.php:1985 admin/options.php:2233
    17351719msgid "Admin"
    17361720msgstr "Amministratore"
    17371721
    1738 #: admin/options.php:1984 admin/options.php:2227
     1722#: admin/options.php:1988 admin/options.php:2231
    17391723msgid "Builder"
    17401724msgstr "Builder"
    17411725
    1742 #: admin/options.php:1987 admin/options.php:2231
     1726#: admin/options.php:1991 admin/options.php:2235
    17431727msgid "Cache"
    17441728msgstr "Cache"
    17451729
    1746 #: admin/options.php:1990
     1730#: admin/options.php:1994
    17471731msgid "E-Commerce"
    17481732msgstr "E-Commerce"
    17491733
    1750 #: admin/options.php:1993 admin/options.php:2237
     1734#: admin/options.php:1997 admin/options.php:2241
    17511735msgid "Fields"
    17521736msgstr "Campi"
    17531737
    1754 #: admin/options.php:1997
     1738#: admin/options.php:2001
    17551739msgid "Multilingual"
    17561740msgstr "Multilingua"
    17571741
    1758 #: admin/options.php:2001 admin/options.php:2233
     1742#: admin/options.php:2005 admin/options.php:2237
    17591743msgid "SEO"
    17601744msgstr "SEO"
    17611745
    1762 #: admin/options.php:2004 admin/options.php:2243
     1746#: admin/options.php:2008 admin/options.php:2247
    17631747msgid "Workflow"
    17641748msgstr "Flusso di lavoro"
    17651749
    1766 #: admin/options.php:2086
     1750#: admin/options.php:2090
    17671751msgid ""
    17681752"Specify which PublishPress Revisions Settings to control network-wide. "
     
    17731757"ogni sito."
    17741758
    1775 #: admin/options.php:2096
     1759#: admin/options.php:2100
    17761760#, php-format
    17771761msgctxt "opentag option_tabname closetag (explanatory note)"
     
    17791763msgstr "%1$s%2$s%3$s (%4$s)"
    17801764
    1781 #: admin/options.php:2132
     1765#: admin/options.php:2136
    17821766#, php-format
    17831767msgid "network-wide control of \"%s\""
    17841768msgstr "controllo ampiezza di rete di \"%s\""
    17851769
    1786 #: admin/options.php:2159
     1770#: admin/options.php:2163
    17871771msgid "Save Changes"
    17881772msgstr "Salva modifiche"
    17891773
    1790 #: admin/options.php:2160
     1774#: admin/options.php:2164
    17911775msgid "Revert to Defaults"
    17921776msgstr "Ritorna ai valori predefiniti"
    17931777
    1794 #: admin/options.php:2162
     1778#: admin/options.php:2166
    17951779msgid ""
    17961780"All settings in this form (including those on unselected tabs) will be reset "
     
    18001784"selezionate) verranno ripristinate ai valori PREDEFINITI. Sei sicuro?"
    18011785
    1802 #: admin/options.php:2235
     1786#: admin/options.php:2239
    18031787msgid "Commerce"
    18041788msgstr "Commercio"
    18051789
    1806 #: admin/options.php:2239
     1790#: admin/options.php:2243
    18071791msgid "Multilang"
    18081792msgstr "Multilingua"
    18091793
    1810 #: admin/options.php:2241
     1794#: admin/options.php:2245
    18111795msgid "Community"
    18121796msgstr "Community"
    18131797
    1814 #: admin/options.php:2259
     1798#: admin/options.php:2263
    18151799msgid "Pro"
    18161800msgstr "Pro"
    18171801
    1818 #: admin/options.php:2264
     1802#: admin/options.php:2268
    18191803msgid "Supported"
    18201804msgstr "Compatibile"
    18211805
    1822 #: admin/options.php:2267 admin/options.php:2321
     1806#: admin/options.php:2271 admin/options.php:2325
    18231807msgid "Active Plugin"
    18241808msgstr "Plugin attivo"
    18251809
    1826 #: admin/options.php:2279
     1810#: admin/options.php:2283
    18271811msgid "Supported by PublishPress Revisions"
    18281812msgstr "Compatibile con PublishPress Revisions"
    18291813
    1830 #: admin/options.php:2281
     1814#: admin/options.php:2285
    18311815msgid "Supported by Revisions Pro"
    18321816msgstr "Compatibile con Revisions Pro"
    18331817
    1834 #: admin/options.php:2294
     1818#: admin/options.php:2298
    18351819msgid "Integration Active"
    18361820msgstr "Integrazione attiva"
    18371821
    1838 #: admin/options.php:2296
     1822#: admin/options.php:2300
    18391823msgid "Upgrade to Pro to enable this integration"
    18401824msgstr "Aggiornare a Pro per abilitare questa integrazione"
    18411825
    1842 #: admin/options.php:2305
     1826#: admin/options.php:2309
    18431827#, php-format
    18441828msgid "Unlock %s integration to enhance your revisions solution."
     
    18471831"revisioni."
    18481832
    1849 #: admin/options.php:2321
     1833#: admin/options.php:2325
    18501834msgid "Active Plugin Integration"
    18511835msgstr "Integrazione del plugin attiva"
    18521836
    1853 #: admin/options.php:2331
     1837#: admin/options.php:2335
    18541838msgid "Supported Plugin Integration"
    18551839msgstr "Integrazione con plugin compatibili"
    18561840
    1857 #: admin/options.php:2341
     1841#: admin/options.php:2345
    18581842msgid "Supported Plugin"
    18591843msgstr "Plugin compatibili"
    18601844
    1861 #: admin/post-edit-block-ui_rvy.php:170 admin/post-edit_rvy.php:334
     1845#: admin/post-edit-block-ui_rvy.php:170 admin/post-edit_rvy.php:336
    18621846msgid "Author"
    18631847msgstr "Autore"
     
    19661950msgstr "Visualizza la revisione in corso"
    19671951
    1968 #: admin/post-edit_rvy.php:186
     1952#: admin/post-edit_rvy.php:188
    19691953msgid "Compare this revision to published copy, or to other revisions"
    19701954msgstr ""
    19711955"Confronta questa revisione con la copia pubblicata o con altre revisioni"
    19721956
    1973 #: admin/post-edit_rvy.php:221
     1957#: admin/post-edit_rvy.php:223
    19741958msgid "View / moderate saved revision"
    19751959msgstr "Visualizza/modera revisione salvata"
    19761960
    1977 #: admin/post-edit_rvy.php:224
     1961#: admin/post-edit_rvy.php:226
    19781962msgid "View saved revision"
    19791963msgstr "Visualizza revisione salvata"
     
    21092093#, php-format
    21102094msgctxt "PublishedPostName (other filter captions)"
    2111 msgid "Revision Queue for \"%s\"%s"
    2112 msgstr "Coda di revisione per \"%s\"%s"
     2095msgid "New Revisions for \"%s\"%s"
     2096msgstr "Nuove revisioni per \"%s\"%s"
    21132097
    21142098#: admin/revision-queue_rvy.php:157
    21152099#, php-format
    2116 msgid "Revision Queue %s"
    2117 msgstr "Coda revisione %s"
     2100msgid "New Revisions %s"
     2101msgstr "Nuove revisioni %s"
    21182102
    21192103#: admin/revision-ui_rvy.php:45
     
    25532537msgstr "%1$s query in %2$s secondi. %3$s MB usati."
    25542538
    2555 #: revision-creation_rvy.php:219
     2539#: revision-creation_rvy.php:221
    25562540msgid "Could not insert revision into the database"
    25572541msgstr "Impossibile inserire la revisione nel database"
     
    25862570
    25872571#: revision-workflow_rvy.php:187
    2588 msgid "Revision Queue: "
    2589 msgstr "Coda revisione: "
     2572msgid "New Revisions: "
     2573msgstr "Nuove revisioni: "
    25902574
    25912575#: revision-workflow_rvy.php:189
     
    28782862msgid "Revision Workflow"
    28792863msgstr "Workflow revisione"
     2864
     2865#~ msgid "Revision Queue"
     2866#~ msgstr "Coda revisioni"
     2867
     2868#~ msgid "Revision Archive"
     2869#~ msgstr "Archivio revisioni"
     2870
     2871#~ msgid "Can see Revisions from other users in Revision Queue."
     2872#~ msgstr "Può vedere le revisioni di altri utenti della coda di revisione."
     2873
     2874#~ msgid "View the Revision Archive, a list of past Revisions."
     2875#~ msgstr ""
     2876#~ "Visualizza l'archivio delle revisioni, un elenco delle revisioni passate."
     2877
     2878#, php-format
     2879#~ msgid "Revision Queue %s"
     2880#~ msgstr "Coda revisione %s"
     2881
     2882#~ msgid "Revision Queue: "
     2883#~ msgstr "Coda revisione: "
    28802884
    28812885#~ msgid "Count"
  • revisionary/trunk/languages/revisionary.pot

    r3394622 r3397524  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: PublishPress Revisions 3.7.20\n"
     5"Project-Id-Version: PublishPress Revisions 3.7.21\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/project\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2025-11-12T19:30:03+00:00\n"
     12"POT-Creation-Date: 2025-11-17T18:33:39+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.12.0\n"
     
    9292#: admin/admin-posts_rvy.php:294
    9393#: admin/admin_rvy.php:365
    94 #: admin/admin_rvy.php:433
     94#: admin/admin_rvy.php:435
    9595#: admin/options.php:159
    96 #: admin/options.php:636
    97 #: admin/options.php:954
     96#: admin/options.php:638
    9897msgid "New Revisions"
    9998msgstr ""
    10099
    101100#: admin/admin_lib-mu_rvy.php:10
    102 #: admin/options.php:325
     101#: admin/options.php:327
    103102msgid "PublishPress Revisions Network Settings"
    104103msgstr ""
     
    109108
    110109#: admin/admin_lib-mu_rvy.php:21
    111 #: admin/options.php:327
     110#: admin/options.php:329
    112111msgid "PublishPress Revisions Network Defaults"
    113112msgstr ""
     
    133132#: admin/admin_rvy.php:374
    134133#: admin/admin_rvy.php:375
    135 #: admin/admin_rvy.php:434
     134#: admin/admin_rvy.php:436
    136135#: admin/options.php:158
    137 #: admin/options.php:539
     136#: admin/options.php:541
    138137#: admin/revision-archive_rvy.php:81
    139138#: admin/revisions.php:237
     
    142141
    143142#: admin/admin_rvy.php:392
    144 #: admin/options.php:331
     143#: admin/options.php:333
    145144msgid "PublishPress Revisions Settings"
    146145msgstr ""
    147146
    148147#: admin/admin_rvy.php:392
    149 #: admin/admin_rvy.php:437
     148#: admin/admin_rvy.php:439
    150149#: admin/options.php:153
    151150msgid "Settings"
    152151msgstr ""
    153152
    154 #: admin/admin_rvy.php:399
    155 #: admin/admin_rvy.php:400
    156 #: admin/admin_rvy.php:440
    157 #: admin/options.php:1757
    158 #: admin/options.php:1784
    159 #: admin/options.php:1971
    160 #: admin/options.php:2318
     153#: admin/admin_rvy.php:401
     154#: admin/admin_rvy.php:402
     155#: admin/admin_rvy.php:442
     156#: admin/options.php:1765
     157#: admin/options.php:1792
     158#: admin/options.php:1979
     159#: admin/options.php:2326
    161160#: includes/CoreAdmin.php:212
    162161msgid "Upgrade to Pro"
    163162msgstr ""
    164163
    165 #: admin/admin_rvy.php:481
     164#: admin/admin_rvy.php:483
    166165msgid "Can edit draft Posts from other users."
    167166msgstr ""
    168167
    169 #: admin/admin_rvy.php:482
     168#: admin/admin_rvy.php:484
    170169msgid "Can edit Revisions from other users."
    171170msgstr ""
    172171
    173 #: admin/admin_rvy.php:483
     172#: admin/admin_rvy.php:485
    174173msgid "Can see New Revisions from other users."
    175174msgstr ""
    176175
    177 #: admin/admin_rvy.php:484
     176#: admin/admin_rvy.php:486
    178177msgid "Can access New Revisions."
    179178msgstr ""
    180179
    181 #: admin/admin_rvy.php:485
     180#: admin/admin_rvy.php:487
    182181msgid "Can manage Unsubmitted Revisions."
    183182msgstr ""
    184183
    185 #: admin/admin_rvy.php:486
     184#: admin/admin_rvy.php:488
    186185msgid "Preview other user's Revisions (without needing editing access)."
    187186msgstr ""
    188187
    189 #: admin/admin_rvy.php:487
     188#: admin/admin_rvy.php:489
    190189msgid "Restore an archived Revision as the current revision."
    191190msgstr ""
    192191
    193 #: admin/admin_rvy.php:488
     192#: admin/admin_rvy.php:490
    194193msgid "View Past Revisions."
    195194msgstr ""
    196195
    197 #: admin/admin_rvy.php:518
     196#: admin/admin_rvy.php:520
    198197#, php-format
    199198msgid "If you like %s, please leave us a %s rating. Thank you!"
    200199msgstr ""
    201200
    202 #: admin/admin_rvy.php:529
     201#: admin/admin_rvy.php:531
    203202msgid "About PublishPress Revisions"
    204203msgstr ""
    205204
    206 #: admin/admin_rvy.php:529
     205#: admin/admin_rvy.php:531
    207206msgid "About"
    208207msgstr ""
    209208
    210 #: admin/admin_rvy.php:531
     209#: admin/admin_rvy.php:533
    211210msgid "PublishPress Revisions Documentation"
    212211msgstr ""
    213212
    214 #: admin/admin_rvy.php:531
     213#: admin/admin_rvy.php:533
    215214msgid "Documentation"
    216215msgstr ""
    217216
    218 #: admin/admin_rvy.php:533
     217#: admin/admin_rvy.php:535
    219218msgid "Contact the PublishPress team"
    220219msgstr ""
    221220
    222 #: admin/admin_rvy.php:533
     221#: admin/admin_rvy.php:535
    223222msgid "Contact"
    224223msgstr ""
     
    369368
    370369#: admin/class-list-table-archive.php:794
    371 #: admin/options.php:1982
     370#: admin/options.php:1990
    372371msgid "All"
    373372msgstr ""
     
    454453
    455454#: admin/class-list-table_rvy.php:860
    456 #: admin/history_rvy.php:907
     455#: admin/history_rvy.php:911
    457456msgid "No author"
    458457msgstr ""
     
    560559
    561560#: admin/history_rvy.php:282
    562 #: admin/history_rvy.php:298
     561#: admin/history_rvy.php:302
    563562#, php-format
    564563msgid "Compare %s of \"%s\""
    565564msgstr ""
    566565
    567 #: admin/history_rvy.php:651
    568 #: admin/options.php:922
     566#: admin/history_rvy.php:655
     567#: admin/options.php:924
    569568msgid "Post Date"
    570569msgstr ""
    571570
    572 #: admin/history_rvy.php:652
     571#: admin/history_rvy.php:656
    573572msgid "Post Parent"
    574573msgstr ""
    575574
    576 #: admin/history_rvy.php:653
     575#: admin/history_rvy.php:657
    577576msgid "Menu Order"
    578577msgstr ""
    579578
    580 #: admin/history_rvy.php:654
     579#: admin/history_rvy.php:658
    581580msgid "Comment Status"
    582581msgstr ""
    583582
    584 #: admin/history_rvy.php:655
     583#: admin/history_rvy.php:659
    585584msgid "Ping Status"
    586585msgstr ""
    587586
    588 #: admin/history_rvy.php:795
     587#: admin/history_rvy.php:799
    589588msgid "Page Template"
    590589msgstr ""
    591590
    592 #: admin/history_rvy.php:798
     591#: admin/history_rvy.php:802
    593592msgid "Featured Image"
    594593msgstr ""
    595594
    596 #: admin/history_rvy.php:802
     595#: admin/history_rvy.php:806
    597596msgid "Beaver Builder Data"
    598597msgstr ""
    599598
    600 #: admin/history_rvy.php:803
     599#: admin/history_rvy.php:807
    601600msgid "Beaver Builder Settings"
    602601msgstr ""
    603602
    604 #: admin/history_rvy.php:1054
     603#: admin/history_rvy.php:1058
    605604msgid "Scheduled for "
    606605msgstr ""
    607606
    608 #: admin/history_rvy.php:1059
     607#: admin/history_rvy.php:1063
    609608msgid "Requested for "
    610609msgstr ""
    611610
    612 #: admin/history_rvy.php:1064
     611#: admin/history_rvy.php:1068
    613612msgid "Modified "
    614613msgstr ""
    615614
    616 #: admin/history_rvy.php:1069
     615#: admin/history_rvy.php:1073
    617616#, php-format
    618617msgid "%s%s from now"
    619618msgstr ""
    620619
    621 #: admin/history_rvy.php:1080
     620#: admin/history_rvy.php:1084
    622621msgid "M j, Y @ g:i a"
    623622msgstr ""
    624623
    625 #: admin/history_rvy.php:1125
     624#: admin/history_rvy.php:1129
    626625msgid "M j, Y @ H:i"
    627626msgstr ""
    628627
    629 #: admin/history_rvy.php:1126
     628#: admin/history_rvy.php:1130
    630629msgctxt "revision date short format"
    631630msgid "j M @ H:i"
    632631msgstr ""
    633632
    634 #: admin/history_rvy.php:1212
     633#: admin/history_rvy.php:1216
    635634#: front_rvy.php:597
    636635#: front_rvy.php:607
     
    645644msgstr ""
    646645
    647 #: admin/history_rvy.php:1212
     646#: admin/history_rvy.php:1216
    648647msgid "Preview / Approve"
    649648msgstr ""
    650649
    651 #: admin/history_rvy.php:1214
     650#: admin/history_rvy.php:1218
    652651#: admin/post-editor-workflow-ui_rvy.php:77
    653652#: admin/post-editor-workflow-ui_rvy.php:118
     
    657656msgstr ""
    658657
    659 #: admin/history_rvy.php:1308
     658#: admin/history_rvy.php:1312
    660659msgid "Preview / Restore"
    661660msgstr ""
    662661
    663 #: admin/history_rvy.php:1315
     662#: admin/history_rvy.php:1319
    664663msgid "Manage"
    665664msgstr ""
    666665
    667 #: admin/history_rvy.php:1316
     666#: admin/history_rvy.php:1320
    668667msgid "List"
    669668msgstr ""
     
    694693
    695694#: admin/options.php:163
    696 #: admin/options.php:955
     695#: admin/options.php:957
    697696msgid "Notifications"
    698697msgstr ""
     
    729728
    730729#: admin/options.php:182
    731 #: admin/options.php:187
     730#: admin/options.php:188
    732731#, php-format
    733732msgid "Enable %s"
     
    739738
    740739#: admin/options.php:184
    741 msgid "Refresh \"Has Revision\" flag before suppressing New Revision"
     740msgid "Refresh \"Has Revision\" flag before suppressing Create Revision"
    742741msgstr ""
    743742
     
    750749msgstr ""
    751750
    752 #: admin/options.php:188
     751#: admin/options.php:187
     752msgid "Auto-submit revisions"
     753msgstr ""
     754
     755#: admin/options.php:189
    753756msgid "Change Request submission require role capability"
    754757msgstr ""
    755758
    756 #: admin/options.php:188
     759#: admin/options.php:189
    757760msgid "Revision submission requires role capability"
    758761msgstr ""
    759762
    760 #: admin/options.php:189
     763#: admin/options.php:190
    761764msgid "Editing others' Revisions requires role capability"
    762765msgstr ""
    763766
    764 #: admin/options.php:190
     767#: admin/options.php:191
    765768msgid "Listing others' Revisions requires role capability"
    766769msgstr ""
    767770
    768 #: admin/options.php:191
     771#: admin/options.php:192
    769772msgid "Users can always administer revisions to their own editable posts"
    770773msgstr ""
    771774
    772 #: admin/options.php:192
     775#: admin/options.php:193
    773776msgid "Also notify on Revision Update"
    774777msgstr ""
    775778
    776 #: admin/options.php:193
     779#: admin/options.php:194
    777780msgid "Apply API actions to mimic Post Update"
    778781msgstr ""
    779782
    780 #: admin/options.php:194
     783#: admin/options.php:195
    781784msgid "Hide html tags on Compare screen"
    782785msgstr ""
    783786
    784 #: admin/options.php:195
     787#: admin/options.php:196
    785788msgid "Hide copy buttons on Compare screen"
    786789msgstr ""
    787790
    788 #: admin/options.php:196
     791#: admin/options.php:197
    789792msgid "Use WP-Cron scheduling"
    790793msgstr ""
    791794
    792 #: admin/options.php:197
     795#: admin/options.php:198
    793796msgid "Site uses a custom trigger for WP-Cron tasks"
    794797msgstr ""
    795798
    796 #: admin/options.php:198
     799#: admin/options.php:199
    797800msgid "Asynchronous Publishing"
    798801msgstr ""
    799802
    800 #: admin/options.php:199
    801803#: admin/options.php:200
     804#: admin/options.php:201
    802805msgid "Update Publish Date"
    803806msgstr ""
    804807
    805 #: admin/options.php:201
    806808#: admin/options.php:202
     809#: admin/options.php:203
    807810msgid "Update Modified Date"
    808811msgstr ""
    809812
    810 #: admin/options.php:205
    811813#: admin/options.php:206
     814#: admin/options.php:207
    812815#, php-format
    813816msgid "Use %1$sPlanner Notifications%2$s"
    814817msgstr ""
    815818
    816 #: admin/options.php:208
     819#: admin/options.php:209
    817820#, php-format
    818821msgid "Email original Author when a %s is submitted"
    819822msgstr ""
    820823
    821 #: admin/options.php:209
     824#: admin/options.php:210
    822825#, php-format
    823826msgid "Email the original Author when a %s is approved"
    824827msgstr ""
    825828
    826 #: admin/options.php:210
     829#: admin/options.php:211
    827830#, php-format
    828831msgid "Email the Revisor when a %s is approved"
    829832msgstr ""
    830833
    831 #: admin/options.php:211
     834#: admin/options.php:212
    832835#, php-format
    833836msgid "Email the original Author when a %s is published"
    834837msgstr ""
    835838
    836 #: admin/options.php:212
     839#: admin/options.php:213
    837840#, php-format
    838841msgid "Email the Revisor when a %s is published"
    839842msgstr ""
    840843
    841 #: admin/options.php:213
     844#: admin/options.php:214
    842845msgid "Enable notification buffer"
    843846msgstr ""
    844847
    845 #: admin/options.php:214
     848#: admin/options.php:215
    846849msgid "Revisors can create a new revision for any custom post type"
    847850msgstr ""
    848851
    849 #: admin/options.php:215
     852#: admin/options.php:216
    850853msgid "Prevent Revisors from editing others' unpublished Posts"
    851854msgstr ""
    852855
    853 #: admin/options.php:216
     856#: admin/options.php:217
    854857msgid "Display Hints"
    855858msgstr ""
    856859
    857 #: admin/options.php:217
     860#: admin/options.php:218
    858861msgid "Delete settings and Revisions if plugin is deleted"
    859862msgstr ""
    860863
    861 #: admin/options.php:218
     864#: admin/options.php:219
    862865msgid "Show Preview Links"
    863866msgstr ""
    864867
    865 #: admin/options.php:219
     868#: admin/options.php:220
    866869msgid "Preview Link Type"
    867870msgstr ""
    868871
    869 #: admin/options.php:220
     872#: admin/options.php:221
    870873msgid "Modify preview link for better theme compatibility"
    871874msgstr ""
    872875
    873 #: admin/options.php:221
     876#: admin/options.php:222
    874877msgid "Theme Compat: For front page revision preview, set home flag"
    875878msgstr ""
    876879
    877 #: admin/options.php:222
     880#: admin/options.php:223
    878881msgid "Approve Button on Compare screen"
    879882msgstr ""
    880883
    881 #: admin/options.php:223
     884#: admin/options.php:224
    882885msgid "Copy revision comments to published post"
    883886msgstr ""
    884887
    885 #: admin/options.php:224
     888#: admin/options.php:225
    886889msgid "Compare Past Revisions ordering:"
    887890msgstr ""
    888891
    889 #: admin/options.php:225
     892#: admin/options.php:226
    890893#, php-format
    891894msgid "List %s for \"My Activity\" or \"Revisions to My Posts\" view"
    892895msgstr ""
    893896
    894 #: admin/options.php:226
     897#: admin/options.php:227
    895898msgid "Store custom fields of submitted and scheduled revisions for archive"
    896899msgstr ""
    897900
    898 #: admin/options.php:227
     901#: admin/options.php:228
    899902msgid "Keep an archive of revision edits, even after the revision is published"
    900903msgstr ""
    901904
    902 #: admin/options.php:228
     905#: admin/options.php:229
    903906msgid "On Revision publication, delete Editorial Comments"
    904907msgstr ""
    905908
    906 #: admin/options.php:229
     909#: admin/options.php:230
    907910msgid "Enable deletion queue"
    908911msgstr ""
    909912
    910 #: admin/options.php:230
     913#: admin/options.php:231
    911914msgid "Allow Past Revisions to be deleted"
    912915msgstr ""
    913916
    914 #: admin/options.php:231
     917#: admin/options.php:232
    915918msgid "Restoring a Revision requires role capability"
    916919msgstr ""
    917920
    918 #: admin/options.php:232
     921#: admin/options.php:233
    919922msgid "Compatibility Mode"
    920923msgstr ""
    921924
    922 #: admin/options.php:233
     925#: admin/options.php:234
    923926msgid "Planner Notifications Access-Limited"
    924927msgstr ""
    925928
    926 #: admin/options.php:234
     929#: admin/options.php:235
    927930msgid "Maximum Revisions per post"
    928931msgstr ""
    929932
    930 #: admin/options.php:235
     933#: admin/options.php:236
    931934msgid "Apply Post Permissions to Revisions"
    932935msgstr ""
    933936
    934 #: admin/options.php:236
     937#: admin/options.php:237
    935938msgid "Enable legacy email notifications"
    936939msgstr ""
    937940
    938 #: admin/options.php:237
     941#: admin/options.php:238
    939942msgid "Use extended captions for Approve button in Post Editor"
    940943msgstr ""
    941944
    942 #: admin/options.php:238
     945#: admin/options.php:239
     946msgid "Allow the Author field to be modified by Revision"
     947msgstr ""
     948
     949#: admin/options.php:240
    943950msgid "Create Revision button in editor opens new tab"
    944951msgstr ""
    945952
    946 #: admin/options.php:239
     953#: admin/options.php:241
    947954msgid "Disable Rank Math SEO panel for Revision edit"
    948955msgstr ""
    949956
    950 #: admin/options.php:244
     957#: admin/options.php:246
    951958#, php-format
    952959msgid "Email designated Publishers when a %s is submitted"
    953960msgstr ""
    954961
    955 #: admin/options.php:245
     962#: admin/options.php:247
    956963#, php-format
    957964msgid "Email designated Publishers when a %s is published"
    958965msgstr ""
    959966
    960 #: admin/options.php:246
     967#: admin/options.php:248
    961968#, php-format
    962969msgid "Email designated Publishers when a %s is approved"
    963970msgstr ""
    964971
    965 #: admin/options.php:248
     972#: admin/options.php:250
    966973#, php-format
    967974msgid "Email Editors and Administrators when a %s is submitted"
    968975msgstr ""
    969976
    970 #: admin/options.php:249
     977#: admin/options.php:251
    971978#, php-format
    972979msgid "Email Editors and Administrators when a %s is published"
    973980msgstr ""
    974981
    975 #: admin/options.php:250
     982#: admin/options.php:252
    976983#, php-format
    977984msgid "Email Editors and Administrators when a %s is approved"
    978985msgstr ""
    979986
    980 #: admin/options.php:329
     987#: admin/options.php:331
    981988msgid "PublishPress Revisions Site Settings"
    982989msgstr ""
    983990
    984 #: admin/options.php:359
     991#: admin/options.php:361
    985992msgid "These are the default settings for options which can be adjusted per-site."
    986993msgstr ""
    987994
    988 #: admin/options.php:397
     995#: admin/options.php:399
    989996#, php-format
    990997msgid "Use this tab to make NETWORK-WIDE changes to PublishPress Revisions settings. %s"
    991998msgstr ""
    992999
    993 #: admin/options.php:400
     1000#: admin/options.php:402
    9941001#, php-format
    9951002msgid "You can also specify %1$sdefaults for site-specific settings%2$s."
    9961003msgstr ""
    9971004
    998 #: admin/options.php:403
     1005#: admin/options.php:405
    9991006msgid "Here you can change the default value for settings which are controlled separately on each site."
    10001007msgstr ""
    10011008
    1002 #: admin/options.php:413
    10031009#: admin/options.php:415
     1010#: admin/options.php:417
    10041011#, php-format
    10051012msgid "Note that %1$s network-wide settings%2$s may also be available."
    10061013msgstr ""
    10071014
    1008 #: admin/options.php:500
     1015#: admin/options.php:502
    10091016msgid "License"
    10101017msgstr ""
    10111018
    1012 #: admin/options.php:543
     1019#: admin/options.php:545
    10131020msgid "Past Revisions are earlier versions of a post."
    10141021msgstr ""
    10151022
    1016 #: admin/options.php:598
     1023#: admin/options.php:600
    10171024msgid "This post type does not support Past Revisions."
    10181025msgstr ""
    10191026
    1020 #: admin/options.php:640
     1027#: admin/options.php:642
    10211028msgid "New Revisions are changes which are not yet published."
    10221029msgstr ""
    10231030
    1024 #: admin/options.php:729
     1031#: admin/options.php:731
    10251032msgid "Note: Third party code may cause some post types to be incompatible with PublishPress Revisions."
    10261033msgstr ""
    10271034
    1028 #: admin/options.php:739
     1035#: admin/options.php:741
    10291036#, php-format
    10301037msgid "For Revisions integration on the Content Calendar, Overview and Content Board, please update %sPublishPress Planner Pro%s."
    10311038msgstr ""
    10321039
    1033 #: admin/options.php:760
     1040#: admin/options.php:762
    10341041msgid "Ready to enhance your revision workflow?"
    10351042msgstr ""
    10361043
    1037 #: admin/options.php:763
     1044#: admin/options.php:765
    10381045msgid "Get PublishPress Statuses Pro and optimize your revision process with custom revision statuses."
    10391046msgstr ""
    10401047
    1041 #: admin/options.php:769
     1048#: admin/options.php:771
    10421049msgid "Define your own statuses before or after Revision Submitted"
    10431050msgstr ""
    10441051
    1045 #: admin/options.php:772
     1052#: admin/options.php:774
    10461053msgid "New predefined statuses: Deferred, Needs Work, Rejected"
    10471054msgstr ""
    10481055
    1049 #: admin/options.php:775
     1056#: admin/options.php:777
    10501057msgid "Statuses can be specific to a post type"
    10511058msgstr ""
    10521059
    1053 #: admin/options.php:778
     1060#: admin/options.php:780
    10541061msgid "Control access to statuses per-role"
    10551062msgstr ""
    10561063
    1057 #: admin/options.php:781
     1064#: admin/options.php:783
    10581065msgid "Status workflow can be nested with sub-statuses"
    10591066msgstr ""
    10601067
    1061 #: admin/options.php:790
     1068#: admin/options.php:792
    10621069msgid "Get PublishPress Statuses Pro"
    10631070msgstr ""
    10641071
    1065 #: admin/options.php:795
    1066 #: admin/options.php:813
    1067 #: admin/options.php:1762
    1068 #: admin/options.php:1780
    1069 #: admin/options.php:2314
    1070 #: admin/options.php:2328
    1071 #: admin/options.php:2338
    1072 #: admin/options.php:2348
     1072#: admin/options.php:797
     1073#: admin/options.php:815
     1074#: admin/options.php:1770
     1075#: admin/options.php:1788
     1076#: admin/options.php:2322
     1077#: admin/options.php:2336
     1078#: admin/options.php:2346
     1079#: admin/options.php:2356
    10731080msgid "Learn More"
    10741081msgstr ""
    10751082
    1076 #: admin/options.php:808
     1083#: admin/options.php:810
    10771084msgid "Pro Plugin"
    10781085msgstr ""
    10791086
    1080 #: admin/options.php:809
     1087#: admin/options.php:811
    10811088msgid "Install Statuses Pro to unlock custom revision statuses."
    10821089msgstr ""
    10831090
    1084 #: admin/options.php:810
     1091#: admin/options.php:812
    10851092msgid "Configure for any post type and role to match your editing workflow."
    10861093msgstr ""
    10871094
    1088 #: admin/options.php:817
     1095#: admin/options.php:819
    10891096msgid "Get Statuses Pro"
    10901097msgstr ""
    10911098
    1092 #: admin/options.php:891
    1093 #: admin/options.php:1057
    1094 #: admin/options.php:1292
     1099#: admin/options.php:893
     1100#: admin/options.php:1059
     1101#: admin/options.php:1300
     1102#: admin/options.php:1326
     1103#: admin/options.php:1352
     1104#: admin/options.php:1380
     1105#: admin/options.php:1888
     1106#, php-format
     1107msgid "%s capability"
     1108msgstr ""
     1109
     1110#: admin/options.php:898
     1111#: admin/options.php:1064
     1112#: admin/options.php:1305
     1113#: admin/options.php:1331
     1114#: admin/options.php:1357
     1115#: admin/options.php:1385
     1116#: admin/options.php:1893
     1117msgid "Assign capability to roles"
     1118msgstr ""
     1119
     1120#: admin/options.php:905
     1121#, php-format
     1122msgid "Prevent non-Administrators from restoring a revision without the %s."
     1123msgstr ""
     1124
     1125#: admin/options.php:911
     1126msgid "Prevent non-Administrators from restoring a revision without the restore_revisions capability"
     1127msgstr ""
     1128
     1129#: admin/options.php:924
     1130msgid "Modification Date"
     1131msgstr ""
     1132
     1133#: admin/options.php:952
     1134msgid "Revision Creation"
     1135msgstr ""
     1136
     1137#: admin/options.php:953
     1138msgid "Submission"
     1139msgstr ""
     1140
     1141#: admin/options.php:954
     1142msgid "Scheduling"
     1143msgstr ""
     1144
     1145#: admin/options.php:955
     1146msgid "Publication"
     1147msgstr ""
     1148
     1149#: admin/options.php:956
     1150msgid "Management"
     1151msgstr ""
     1152
     1153#: admin/options.php:1009
     1154msgid "Create Revision capabilities"
     1155msgstr ""
     1156
     1157#: admin/options.php:1014
     1158#: admin/options.php:1039
     1159#: admin/options.php:1184
     1160msgid "Assign capabilities to roles"
     1161msgstr ""
     1162
     1163#: admin/options.php:1021
     1164#: admin/options.php:1191
     1165#, php-format
     1166msgid "If the user can't edit the published post, require %s."
     1167msgstr ""
     1168
     1169#: admin/options.php:1027
     1170msgid "If the user can't edit the published post, require Create Revision capabilities (copy_posts, copy_others_pages, etc.)"
     1171msgstr ""
     1172
     1173#: admin/options.php:1035
     1174#, php-format
     1175msgid "To expand the Pages list, assign %s."
     1176msgstr ""
     1177
     1178#: admin/options.php:1038
     1179msgid "Listing capabilities"
     1180msgstr ""
     1181
     1182#: admin/options.php:1045
     1183msgid "To expand the Pages list, assign Listing capabilities (list_others_pages, list_published_posts, etc.)"
     1184msgstr ""
     1185
     1186#: admin/options.php:1051
     1187msgid "This plugin introduces a new user role, \"Revisor.\""
     1188msgstr ""
     1189
     1190#: admin/options.php:1071
     1191#, php-format
     1192msgid "Revision by a user who does not have the %s will cause all custom html tags to be stripped out."
     1193msgstr ""
     1194
     1195#: admin/options.php:1077
     1196msgid "Revision by a user who does not have the unfiltered_html capability will cause all custom html tags to be stripped out."
     1197msgstr ""
     1198
     1199#: admin/options.php:1094
     1200msgid "Broadest compat including Elementor, Divi, Beaver Builder"
     1201msgstr ""
     1202
     1203#: admin/options.php:1095
     1204msgid "Standard storage schema for broadest 3rd party compat"
     1205msgstr ""
     1206
     1207#: admin/options.php:1100
     1208msgid "Enhanced Revision access control with PublishPress plugins"
     1209msgstr ""
     1210
     1211#: admin/options.php:1111
     1212msgid "In enhanced mode, a Revision's status is stored by standard WordPress schema. Some plugins are incompatible."
     1213msgstr ""
     1214
     1215#: admin/options.php:1118
     1216msgid "Prevent Revision creation if the post already has another Revision in progress."
     1217msgstr ""
     1218
     1219#: admin/options.php:1122
     1220msgid "Work around cache plugin conflicts by requerying for revisions before suppressing the New Revision link."
     1221msgstr ""
     1222
     1223#: admin/options.php:1144
     1224#, php-format
     1225msgid "If the user does not have a regular Edit link, recaption the %s link as \"Edit.\""
     1226msgstr ""
     1227
     1228#: admin/options.php:1147
     1229msgid "Default labels are \"Not Submitted for Approval\", \"Submitted for Approval\", \"Scheduled Revision\""
     1230msgstr ""
     1231
     1232#: admin/options.php:1165
     1233#, php-format
     1234msgid "Enable published content to be copied, edited, submitted for approval and managed on the %sNew Revisions%s screen."
     1235msgstr ""
     1236
     1237#: admin/options.php:1179
     1238msgid "Submit Revision capabilities"
     1239msgstr ""
     1240
     1241#: admin/options.php:1197
     1242msgid "If the user can't edit the published post, require Submit Revision capabilities (revise_posts, revise_others_pages, etc.)"
     1243msgstr ""
     1244
     1245#: admin/options.php:1202
     1246#: admin/options.php:1237
     1247#, php-format
     1248msgid "When a %s is published, update post publish date to current time."
     1249msgstr ""
     1250
     1251#: admin/options.php:1205
     1252#: admin/options.php:1240
     1253#, php-format
     1254msgid "When a %s is published, update post modified date to current time."
     1255msgstr ""
     1256
     1257#: admin/options.php:1208
     1258msgid "When a new revision is created by any user who is allowed to submit revisions, automatically submit it."
     1259msgstr ""
     1260
     1261#: admin/options.php:1211
     1262msgid "Auto-submit revisions if the user can directly edit the main post."
     1263msgstr ""
     1264
     1265#: admin/options.php:1214
     1266msgid "This allows immediate approval within the Compare screen. If disabled, a Preview link is provided instead."
     1267msgstr ""
     1268
     1269#: admin/options.php:1231
     1270msgid "If a currently published post or page is edited and a future date set, the change will not be applied until the selected date."
     1271msgstr ""
     1272
     1273#: admin/options.php:1245
     1274msgid "Publish scheduled revisions using the WP-Cron mechanism. On some sites, publication will fail if this setting is disabled."
     1275msgstr ""
     1276
     1277#: admin/options.php:1249
     1278msgid "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."
     1279msgstr ""
     1280
     1281#: admin/options.php:1254
     1282msgid "The WP-Cron trigger is disabled, but scheduled tasks are still excecuted using a custom trigger."
     1283msgstr ""
     1284
     1285#: admin/options.php:1268
     1286msgid "Caption the button as either \"Approve and Publish\" or \"Approve and Schedule.\""
     1287msgstr ""
     1288
     1289#: admin/options.php:1277
     1290msgid "This may improve compatibility with some plugins."
     1291msgstr ""
     1292
     1293#: admin/options.php:1312
     1294#, php-format
     1295msgid "Control New Revisions access with the %s."
     1296msgstr ""
     1297
    10951298#: admin/options.php:1318
     1299msgid "Control New Revisions access with the manage_revision_queue capability."
     1300msgstr ""
     1301
     1302#: admin/options.php:1338
     1303#, php-format
     1304msgid "Users will need the %s to edit others' Unsubmitted Revisions."
     1305msgstr ""
     1306
    10961307#: admin/options.php:1344
    1097 #: admin/options.php:1372
    1098 #: admin/options.php:1880
    1099 #, php-format
    1100 msgid "%s capability"
    1101 msgstr ""
    1102 
    1103 #: admin/options.php:896
    1104 #: admin/options.php:1062
    1105 #: admin/options.php:1297
    1106 #: admin/options.php:1323
    1107 #: admin/options.php:1349
    1108 #: admin/options.php:1377
    1109 #: admin/options.php:1885
    1110 msgid "Assign capability to roles"
    1111 msgstr ""
    1112 
    1113 #: admin/options.php:903
    1114 #, php-format
    1115 msgid "Prevent non-Administrators from restoring a revision without the %s."
    1116 msgstr ""
    1117 
    1118 #: admin/options.php:909
    1119 msgid "Prevent non-Administrators from restoring a revision without the restore_revisions capability"
    1120 msgstr ""
    1121 
    1122 #: admin/options.php:922
    1123 msgid "Modification Date"
    1124 msgstr ""
    1125 
    1126 #: admin/options.php:950
    1127 msgid "Revision Creation"
    1128 msgstr ""
    1129 
    1130 #: admin/options.php:951
    1131 msgid "Submission"
    1132 msgstr ""
    1133 
    1134 #: admin/options.php:952
    1135 msgid "Scheduling"
    1136 msgstr ""
    1137 
    1138 #: admin/options.php:953
    1139 msgid "Publication"
    1140 msgstr ""
    1141 
    1142 #: admin/options.php:1007
    1143 msgid "Create Revision capabilities"
    1144 msgstr ""
    1145 
    1146 #: admin/options.php:1012
    1147 #: admin/options.php:1037
    1148 #: admin/options.php:1179
    1149 msgid "Assign capabilities to roles"
    1150 msgstr ""
    1151 
    1152 #: admin/options.php:1019
    1153 #: admin/options.php:1186
    1154 #, php-format
    1155 msgid "If the user can't edit the published post, require %s."
    1156 msgstr ""
    1157 
    1158 #: admin/options.php:1025
    1159 msgid "If the user can't edit the published post, require Create Revision capabilities (copy_posts, copy_others_pages, etc.)"
    1160 msgstr ""
    1161 
    1162 #: admin/options.php:1033
    1163 #, php-format
    1164 msgid "To expand the Pages list, assign %s."
    1165 msgstr ""
    1166 
    1167 #: admin/options.php:1036
    1168 msgid "Listing capabilities"
    1169 msgstr ""
    1170 
    1171 #: admin/options.php:1043
    1172 msgid "To expand the Pages list, assign Listing capabilities (list_others_pages, list_published_posts, etc.)"
    1173 msgstr ""
    1174 
    1175 #: admin/options.php:1049
    1176 msgid "This plugin introduces a new user role, \"Revisor.\""
    1177 msgstr ""
    1178 
    1179 #: admin/options.php:1069
    1180 #, php-format
    1181 msgid "Revision by a user who does not have the %s will cause all custom html tags to be stripped out."
    1182 msgstr ""
    1183 
    1184 #: admin/options.php:1075
    1185 msgid "Revision by a user who does not have the unfiltered_html capability will cause all custom html tags to be stripped out."
    1186 msgstr ""
    1187 
    1188 #: admin/options.php:1092
    1189 msgid "Broadest compat including Elementor, Divi, Beaver Builder"
    1190 msgstr ""
    1191 
    1192 #: admin/options.php:1093
    1193 msgid "Standard storage schema for broadest 3rd party compat"
    1194 msgstr ""
    1195 
    1196 #: admin/options.php:1098
    1197 msgid "Enhanced Revision access control with PublishPress plugins"
    1198 msgstr ""
    1199 
    1200 #: admin/options.php:1109
    1201 msgid "In enhanced mode, a Revision's status is stored by standard WordPress schema. Some plugins are incompatible."
    1202 msgstr ""
    1203 
    1204 #: admin/options.php:1116
    1205 msgid "Prevent Revision creation if the post already has another Revision in progress."
    1206 msgstr ""
    1207 
    1208 #: admin/options.php:1120
    1209 msgid "Work around cache plugin conflicts by requerying for revisions before suppressing the New Revision link."
    1210 msgstr ""
    1211 
    1212 #: admin/options.php:1139
    1213 #, php-format
    1214 msgid "If the user does not have a regular Edit link, recaption the %s link as \"Edit.\""
    1215 msgstr ""
    1216 
    1217 #: admin/options.php:1142
    1218 msgid "Default labels are \"Not Submitted for Approval\", \"Submitted for Approval\", \"Scheduled Revision\""
    1219 msgstr ""
    1220 
    1221 #: admin/options.php:1160
    1222 #, php-format
    1223 msgid "Enable published content to be copied, edited, submitted for approval and managed on the %sNew Revisions%s screen."
    1224 msgstr ""
    1225 
    1226 #: admin/options.php:1174
    1227 msgid "Submit Revision capabilities"
    1228 msgstr ""
    1229 
    1230 #: admin/options.php:1192
    1231 msgid "If the user can't edit the published post, require Submit Revision capabilities (revise_posts, revise_others_pages, etc.)"
    1232 msgstr ""
    1233 
    1234 #: admin/options.php:1197
    1235 #: admin/options.php:1229
    1236 #, php-format
    1237 msgid "When a %s is published, update post publish date to current time."
    1238 msgstr ""
    1239 
    1240 #: admin/options.php:1200
    1241 #: admin/options.php:1232
    1242 #, php-format
    1243 msgid "When a %s is published, update post modified date to current time."
    1244 msgstr ""
    1245 
    1246 #: admin/options.php:1203
    1247 msgid "When a user who has publishing capabilities creates a Revision, set it to \"Submitted\" status."
    1248 msgstr ""
    1249 
    1250 #: admin/options.php:1206
    1251 msgid "This allows immediate approval within the Compare screen. If disabled, a Preview link is provided instead."
    1252 msgstr ""
    1253 
    1254 #: admin/options.php:1223
    1255 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."
    1256 msgstr ""
    1257 
    1258 #: admin/options.php:1237
    1259 msgid "Publish scheduled revisions using the WP-Cron mechanism. On some sites, publication will fail if this setting is disabled."
    1260 msgstr ""
    1261 
    1262 #: admin/options.php:1241
    1263 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."
    1264 msgstr ""
    1265 
    1266 #: admin/options.php:1246
    1267 msgid "The WP-Cron trigger is disabled, but scheduled tasks are still excecuted using a custom trigger."
    1268 msgstr ""
    1269 
    1270 #: admin/options.php:1260
    1271 msgid "Caption the button as either \"Approve and Publish\" or \"Approve and Schedule.\""
    1272 msgstr ""
    1273 
    1274 #: admin/options.php:1269
    1275 msgid "This may improve compatibility with some plugins."
    1276 msgstr ""
    1277 
    1278 #: admin/options.php:1304
    1279 #, php-format
    1280 msgid "Control New Revisions access with the %s."
    1281 msgstr ""
    1282 
    1283 #: admin/options.php:1310
    1284 msgid "Control New Revisions access with the manage_revision_queue capability."
    1285 msgstr ""
    1286 
    1287 #: admin/options.php:1330
    1288 #, php-format
    1289 msgid "Users will need the %s to edit others' Unsubmitted Revisions."
    1290 msgstr ""
    1291 
    1292 #: admin/options.php:1336
    12931308msgid "Users will need the manage_unsubmitted_revisions capability to edit others' Unsubmitted Revisions."
    12941309msgstr ""
    12951310
    1296 #: admin/options.php:1356
    1297 #: admin/options.php:1384
     1311#: admin/options.php:1364
     1312#: admin/options.php:1392
    12981313#, php-format
    12991314msgid "If the user can't edit the published post, require the %s."
    13001315msgstr ""
    13011316
    1302 #: admin/options.php:1362
     1317#: admin/options.php:1370
    13031318msgid "If the user can't edit the published post, require the edit_others_revisions capability."
    13041319msgstr ""
    13051320
    1306 #: admin/options.php:1390
     1321#: admin/options.php:1398
    13071322msgid "If the user can't edit the published post, require the list_others_revisions capability."
    13081323msgstr ""
    13091324
    1310 #: admin/options.php:1395
     1325#: admin/options.php:1403
    13111326msgid "Bypass the above restrictions for others' revisions to logged in user's own posts."
    13121327msgstr ""
    13131328
    1314 #: admin/options.php:1406
     1329#: admin/options.php:1414
    13151330msgid "Regenerate \"post has revision\" flags"
    13161331msgstr ""
    13171332
    1318 #: admin/options.php:1409
     1333#: admin/options.php:1417
    13191334msgid "Apply this maintenance operation if Has Revision labels on Posts / Pages screens mismatch the New Revisions listing."
    13201335msgstr ""
    13211336
    1322 #: admin/options.php:1434
     1337#: admin/options.php:1442
    13231338#, php-format
    13241339msgid "For enhanced notifications, install %sPublishPress Planner%s."
    13251340msgstr ""
    13261341
    1327 #: admin/options.php:1447
     1342#: admin/options.php:1455
    13281343#, php-format
    13291344msgid "For enhanced notifications, update %sPublishPress Planner%s."
    13301345msgstr ""
    13311346
    1332 #: admin/options.php:1469
     1347#: admin/options.php:1477
    13331348#, php-format
    13341349msgid "Send revision action notifications using the customizable %1$sPublishPress Planner Notifications system%2$s."
    13351350msgstr ""
    13361351
    1337 #: admin/options.php:1470
     1352#: admin/options.php:1478
    13381353#, php-format
    13391354msgid "Upgrade to Revisions Pro to send revision action notifications using the customizable %1$sPublishPress Planner Notifications system%2$s."
    13401355msgstr ""
    13411356
    1342 #: admin/options.php:1482
     1357#: admin/options.php:1490
    13431358msgid "Users matching Planner > Notifications configuration get revision notifications only if they can edit the published post."
    13441359msgstr ""
    13451360
    1346 #: admin/options.php:1524
    1347 #: admin/options.php:1546
     1361#: admin/options.php:1532
     1362#: admin/options.php:1554
    13481363msgid "Never"
    13491364msgstr ""
    13501365
    1351 #: admin/options.php:1524
    1352 #: admin/options.php:1546
     1366#: admin/options.php:1532
     1367#: admin/options.php:1554
    13531368msgid "By default"
    13541369msgstr ""
    13551370
    1356 #: admin/options.php:1524
    1357 #: admin/options.php:1546
     1371#: admin/options.php:1532
     1372#: admin/options.php:1554
    13581373msgid "Always"
    13591374msgstr ""
    13601375
    1361 #: admin/options.php:1535
    1362 #: admin/options.php:1582
     1376#: admin/options.php:1543
     1377#: admin/options.php:1590
    13631378msgid "select recipients"
    13641379msgstr ""
    13651380
    1366 #: admin/options.php:1596
     1381#: admin/options.php:1604
    13671382msgid "To avoid notification failures, buffer emails for delayed sending once minute, hour or day limits are exceeded"
    13681383msgstr ""
    13691384
    1370 #: admin/options.php:1617
     1385#: admin/options.php:1625
    13711386msgid "Notification Buffer"
    13721387msgstr ""
    13731388
    1374 #: admin/options.php:1645
     1389#: admin/options.php:1653
    13751390msgid "Notification Log"
    13761391msgstr ""
    13771392
    1378 #: admin/options.php:1674
     1393#: admin/options.php:1682
    13791394msgid "Purge Notification Buffer"
    13801395msgstr ""
    13811396
    1382 #: admin/options.php:1680
     1397#: admin/options.php:1688
    13831398msgid "Truncate Notification Log"
    13841399msgstr ""
    13851400
    1386 #: admin/options.php:1686
     1401#: admin/options.php:1694
    13871402#, php-format
    13881403msgid "Sent in last minute: %d / %d"
    13891404msgstr ""
    13901405
    1391 #: admin/options.php:1687
     1406#: admin/options.php:1695
    13921407#, php-format
    13931408msgid "Sent in last hour: %d / %d"
    13941409msgstr ""
    13951410
    1396 #: admin/options.php:1688
     1411#: admin/options.php:1696
    13971412#, php-format
    13981413msgid "Sent in last day: %d / %d"
    13991414msgstr ""
    14001415
    1401 #: admin/options.php:1695
     1416#: admin/options.php:1703
    14021417#, php-format
    14031418msgid "Seconds until next buffer processing time: %d"
    14041419msgstr ""
    14051420
    1406 #: admin/options.php:1706
     1421#: admin/options.php:1714
    14071422msgid "Show Notification Log / Buffer"
    14081423msgstr ""
    14091424
    1410 #: admin/options.php:1708
     1425#: admin/options.php:1716
    14111426msgid "Show with message content"
    14121427msgstr ""
    14131428
    1414 #: admin/options.php:1730
     1429#: admin/options.php:1738
    14151430msgid "Ready to enhance your revision notifications?"
    14161431msgstr ""
    14171432
    1418 #: admin/options.php:1733
     1433#: admin/options.php:1741
    14191434msgid "Upgrade to Revisions Pro for integration with our PublishPress Planner Notifications framework."
    14201435msgstr ""
    14211436
    1422 #: admin/options.php:1739
     1437#: admin/options.php:1747
    14231438msgid "Customize notification message and subject"
    14241439msgstr ""
    14251440
    1426 #: admin/options.php:1742
     1441#: admin/options.php:1750
    14271442msgid "Notify for a specific post type, category or term"
    14281443msgstr ""
    14291444
    1430 #: admin/options.php:1745
     1445#: admin/options.php:1753
    14311446msgid "Target specific roles, users, or user groups"
    14321447msgstr ""
    14331448
    1434 #: admin/options.php:1748
     1449#: admin/options.php:1756
    14351450msgid "With PublishPress Planner Pro, send notifications to a Slack channel"
    14361451msgstr ""
    14371452
    1438 #: admin/options.php:1775
    1439 #: admin/options.php:2308
     1453#: admin/options.php:1783
     1454#: admin/options.php:2316
    14401455msgid "Pro Feature"
    14411456msgstr ""
    14421457
    1443 #: admin/options.php:1776
     1458#: admin/options.php:1784
    14441459msgid "Upgrade to Revisions Pro to unlock Planner Notifications integration."
    14451460msgstr ""
    14461461
    1447 #: admin/options.php:1777
     1462#: admin/options.php:1785
    14481463msgid "Customize notification content and recipients for each notification type."
    14491464msgstr ""
    14501465
    1451 #: admin/options.php:1801
     1466#: admin/options.php:1809
    14521467msgid "Some themes may block revision preview."
    14531468msgstr ""
    14541469
    1455 #: admin/options.php:1818
     1470#: admin/options.php:1826
    14561471msgid "Published Post Slug"
    14571472msgstr ""
    14581473
    1459 #: admin/options.php:1819
     1474#: admin/options.php:1827
    14601475msgid "Revision Slug"
    14611476msgstr ""
    14621477
    1463 #: admin/options.php:1820
     1478#: admin/options.php:1828
    14641479msgid "Revision ID only"
    14651480msgstr ""
    14661481
    1467 #: admin/options.php:1835
     1482#: admin/options.php:1843
    14681483msgid "Some themes or plugins may require Revision Slug or Revision ID link type for proper template loading and field display."
    14691484msgstr ""
    14701485
    1471 #: admin/options.php:1844
     1486#: admin/options.php:1852
    14721487#, php-format
    14731488msgid "The revision preview argument is configured by constant definition: %s"
    14741489msgstr ""
    14751490
    1476 #: admin/options.php:1851
     1491#: admin/options.php:1859
    14771492msgid "Adjust preview links to use \"rv_preview\" argument instead of \"preview\". Experiment to see which works best with your theme."
    14781493msgstr ""
    14791494
    1480 #: admin/options.php:1855
     1495#: admin/options.php:1863
    14811496msgid "Some themes may require this setting for correct revision preview display."
    14821497msgstr ""
    14831498
    1484 #: admin/options.php:1892
     1499#: admin/options.php:1900
    14851500#, php-format
    14861501msgid "If the user can't publish, require the %s to edit others' unpublished Posts."
    14871502msgstr ""
    14881503
    1489 #: admin/options.php:1898
     1504#: admin/options.php:1906
    14901505msgid "If the user can't publish, require the edit_others_drafts capability to edit others' unpublished Posts."
    14911506msgstr ""
    14921507
    1493 #: admin/options.php:1904
     1508#: admin/options.php:1912
    14941509msgid "If post-specific permissions restrict or expand access to a post, apply those permissions to its revisions also."
    14951510msgstr ""
    14961511
    1497 #: admin/options.php:1916
     1512#: admin/options.php:1924
    14981513msgid "Rank Math SEO may prevent Revision update on some sites."
    14991514msgstr ""
    15001515
    1501 #: admin/options.php:1923
     1516#: admin/options.php:1931
    15021517#: includes/CoreAdmin.php:205
    15031518msgid "WPML Translation Management"
    15041519msgstr ""
    15051520
    1506 #: admin/options.php:1928
     1521#: admin/options.php:1936
    15071522msgid "Sync \"Needs Update\" flags"
    15081523msgstr ""
    15091524
    1510 #: admin/options.php:1932
     1525#: admin/options.php:1940
    15111526msgid "Set \"Needs Update\" for any post with translations which was updated (possibly by revision approval) more recently than its translations."
    15121527msgstr ""
    15131528
    1514 #: admin/options.php:1942
     1529#: admin/options.php:1950
    15151530msgid "Show descriptive captions for PublishPress Revisions settings."
    15161531msgstr ""
    15171532
    1518 #: admin/options.php:1945
     1533#: admin/options.php:1953
    15191534msgid "Plugin settings, New Revisions contents and related data will be deleted, but only after the last copy of Revisions / Revisions Pro is deleted."
    15201535msgstr ""
    15211536
    1522 #: admin/options.php:1966
     1537#: admin/options.php:1974
    15231538msgid "Unlock Pro Integrations"
    15241539msgstr ""
    15251540
    1526 #: admin/options.php:1967
     1541#: admin/options.php:1975
    15271542msgid "Upgrade to the Pro version for optimal compatibility and prompt, professional support."
    15281543msgstr ""
    15291544
    1530 #: admin/options.php:1985
    1531 #: admin/options.php:2233
     1545#: admin/options.php:1993
     1546#: admin/options.php:2241
    15321547msgid "Admin"
    15331548msgstr ""
    15341549
    1535 #: admin/options.php:1988
    1536 #: admin/options.php:2231
     1550#: admin/options.php:1996
     1551#: admin/options.php:2239
    15371552msgid "Builder"
    15381553msgstr ""
    15391554
    1540 #: admin/options.php:1991
    1541 #: admin/options.php:2235
     1555#: admin/options.php:1999
     1556#: admin/options.php:2243
    15421557msgid "Cache"
    15431558msgstr ""
    15441559
    1545 #: admin/options.php:1994
     1560#: admin/options.php:2002
    15461561msgid "E-Commerce"
    15471562msgstr ""
    15481563
    1549 #: admin/options.php:1997
    1550 #: admin/options.php:2241
     1564#: admin/options.php:2005
     1565#: admin/options.php:2249
    15511566msgid "Fields"
    15521567msgstr ""
    15531568
    1554 #: admin/options.php:2001
     1569#: admin/options.php:2009
    15551570msgid "Multilingual"
    15561571msgstr ""
    15571572
    1558 #: admin/options.php:2005
    1559 #: admin/options.php:2237
     1573#: admin/options.php:2013
     1574#: admin/options.php:2245
    15601575msgid "SEO"
    15611576msgstr ""
    15621577
    1563 #: admin/options.php:2008
    1564 #: admin/options.php:2247
     1578#: admin/options.php:2016
     1579#: admin/options.php:2255
    15651580msgid "Workflow"
    15661581msgstr ""
    15671582
    1568 #: admin/options.php:2090
     1583#: admin/options.php:2098
    15691584msgid "Specify which PublishPress Revisions Settings to control network-wide. Unselected settings are controlled separately on each site."
    15701585msgstr ""
    15711586
    1572 #: admin/options.php:2100
     1587#: admin/options.php:2108
    15731588#, php-format
    15741589msgctxt "opentag option_tabname closetag (explanatory note)"
     
    15761591msgstr ""
    15771592
    1578 #: admin/options.php:2136
     1593#: admin/options.php:2144
    15791594#, php-format
    15801595msgid "network-wide control of \"%s\""
    15811596msgstr ""
    15821597
    1583 #: admin/options.php:2163
     1598#: admin/options.php:2171
    15841599msgid "Save Changes"
    15851600msgstr ""
    15861601
    1587 #: admin/options.php:2164
     1602#: admin/options.php:2172
    15881603msgid "Revert to Defaults"
    15891604msgstr ""
    15901605
    1591 #: admin/options.php:2166
     1606#: admin/options.php:2174
    15921607msgid "All settings in this form (including those on unselected tabs) will be reset to DEFAULTS.  Are you sure?"
    15931608msgstr ""
    15941609
    1595 #: admin/options.php:2239
     1610#: admin/options.php:2247
    15961611msgid "Commerce"
    15971612msgstr ""
    15981613
    1599 #: admin/options.php:2243
     1614#: admin/options.php:2251
    16001615msgid "Multilang"
    16011616msgstr ""
    16021617
    1603 #: admin/options.php:2245
     1618#: admin/options.php:2253
    16041619msgid "Community"
    16051620msgstr ""
    16061621
    1607 #: admin/options.php:2263
     1622#: admin/options.php:2271
    16081623msgid "Pro"
    16091624msgstr ""
    16101625
    1611 #: admin/options.php:2268
     1626#: admin/options.php:2276
    16121627msgid "Supported"
    16131628msgstr ""
    16141629
    1615 #: admin/options.php:2271
    1616 #: admin/options.php:2325
     1630#: admin/options.php:2279
     1631#: admin/options.php:2333
    16171632msgid "Active Plugin"
    16181633msgstr ""
    16191634
    1620 #: admin/options.php:2283
     1635#: admin/options.php:2291
    16211636msgid "Supported by PublishPress Revisions"
    16221637msgstr ""
    16231638
    1624 #: admin/options.php:2285
     1639#: admin/options.php:2293
    16251640msgid "Supported by Revisions Pro"
    16261641msgstr ""
    16271642
    1628 #: admin/options.php:2298
     1643#: admin/options.php:2306
    16291644msgid "Integration Active"
    16301645msgstr ""
    16311646
    1632 #: admin/options.php:2300
     1647#: admin/options.php:2308
    16331648msgid "Upgrade to Pro to enable this integration"
    16341649msgstr ""
    16351650
    1636 #: admin/options.php:2309
     1651#: admin/options.php:2317
    16371652#, php-format
    16381653msgid "Unlock %s integration to enhance your revisions solution."
    16391654msgstr ""
    16401655
    1641 #: admin/options.php:2325
     1656#: admin/options.php:2333
    16421657msgid "Active Plugin Integration"
    16431658msgstr ""
    16441659
    1645 #: admin/options.php:2335
     1660#: admin/options.php:2343
    16461661msgid "Supported Plugin Integration"
    16471662msgstr ""
    16481663
    1649 #: admin/options.php:2345
     1664#: admin/options.php:2353
    16501665msgid "Supported Plugin"
    16511666msgstr ""
    16521667
    1653 #: admin/post-edit-block-ui_rvy.php:170
    1654 #: admin/post-edit_rvy.php:336
     1668#: admin/post-edit-block-ui_rvy.php:174
     1669#: admin/post-edit_rvy.php:340
    16551670msgid "Author"
    16561671msgstr ""
     
    17781793msgstr ""
    17791794
    1780 #: admin/revision-action_rvy.php:490
    1781 #: admin/revision-action_rvy.php:576
     1795#: admin/revision-action_rvy.php:507
     1796#: admin/revision-action_rvy.php:593
    17821797#, php-format
    17831798msgid "[%s] Revision Approval Notice"
    17841799msgstr ""
    17851800
    1786 #: admin/revision-action_rvy.php:491
     1801#: admin/revision-action_rvy.php:508
    17871802#, php-format
    17881803msgid "A revision to the %1$s \"%2$s\" has been approved."
    17891804msgstr ""
    17901805
    1791 #: admin/revision-action_rvy.php:495
     1806#: admin/revision-action_rvy.php:512
    17921807#, php-format
    17931808msgid "The submitter was %1$s."
    17941809msgstr ""
    17951810
    1796 #: admin/revision-action_rvy.php:499
    1797 #: admin/revision-action_rvy.php:585
     1811#: admin/revision-action_rvy.php:516
     1812#: admin/revision-action_rvy.php:602
    17981813#, php-format
    17991814msgid "It will be published on %s"
    18001815msgstr ""
    18011816
    1802 #: admin/revision-action_rvy.php:503
    1803 #: admin/revision-action_rvy.php:589
     1817#: admin/revision-action_rvy.php:520
     1818#: admin/revision-action_rvy.php:606
    18041819msgid "Preview it here: "
    18051820msgstr ""
    18061821
    1807 #: admin/revision-action_rvy.php:506
    1808 #: admin/revision-action_rvy.php:592
     1822#: admin/revision-action_rvy.php:523
     1823#: admin/revision-action_rvy.php:609
    18091824msgid "Editor: "
    18101825msgstr ""
    18111826
    1812 #: admin/revision-action_rvy.php:508
     1827#: admin/revision-action_rvy.php:525
     1828#: admin/revision-action_rvy.php:611
     1829#: admin/revision-action_rvy.php:1570
     1830#: admin/revision-action_rvy.php:1601
     1831#: admin/revision-action_rvy.php:1667
     1832msgid "View it online: "
     1833msgstr ""
     1834
    18131835#: admin/revision-action_rvy.php:594
    1814 #: admin/revision-action_rvy.php:1553
    1815 #: admin/revision-action_rvy.php:1584
    1816 #: admin/revision-action_rvy.php:1650
    1817 msgid "View it online: "
    1818 msgstr ""
    1819 
    1820 #: admin/revision-action_rvy.php:577
    18211836#, php-format
    18221837msgid "The revision you submitted for the %1$s \"%2$s\" has been approved."
    18231838msgstr ""
    18241839
    1825 #: admin/revision-action_rvy.php:1545
    1826 #: admin/revision-action_rvy.php:1573
     1840#: admin/revision-action_rvy.php:1562
     1841#: admin/revision-action_rvy.php:1590
    18271842#, php-format
    18281843msgid "[%s] %s Publication Notice"
    18291844msgstr ""
    18301845
    1831 #: admin/revision-action_rvy.php:1546
     1846#: admin/revision-action_rvy.php:1563
    18321847#, php-format
    18331848msgid "The scheduled revision you submitted for the %1$s \"%2$s\" has been published."
    18341849msgstr ""
    18351850
    1836 #: admin/revision-action_rvy.php:1574
     1851#: admin/revision-action_rvy.php:1591
    18371852#, php-format
    18381853msgid "A scheduled revision to your %1$s \"%2$s\" has been published."
     
    22222237#: front_rvy.php:487
    22232238#, php-format
    2224 msgid "%sView Queue%s"
     2239msgid "%sManage%s"
    22252240msgstr ""
    22262241
     
    25252540#: rvy_init-functions.php:323
    25262541#: rvy_init-functions.php:324
    2527 msgid "New Revision"
     2542msgid "Create Revision"
    25282543msgstr ""
    25292544
  • revisionary/trunk/revisionary-front.css

    r3314852 r3397524  
    111111.rvy_view_future,
    112112.rvy_view_scheduled {
    113     background-color: #888;
     113    background-color: #35b194;
    114114}
    115115.rvy_view_future .rvy_preview_linkspan,
     
    125125.rvy_view_pending_future {
    126126    color: white;
    127     background-color: #35b194;
     127    background-color: #799
    128128}
    129129.rvy_view_pending_future .rvy_preview_linkspan {
  • revisionary/trunk/revisionary.php

    r3395221 r3397524  
    66 * Author: PublishPress
    77 * Author URI: https://publishpress.com
    8  * Version: 3.7.21-beta
     8 * Version: 3.7.21
    99 * Text Domain: revisionary
    1010 * Domain Path: /languages/
     
    4040global $pp_revisions_version;
    4141
    42 $pp_revisions_version = '3.7.21-beta';
     42$pp_revisions_version = '3.7.21';
    4343
    4444global $wp_version;
  • revisionary/trunk/rvy_init-functions.php

    r3395221 r3397524  
    321321            'draft-revision' => [
    322322                'name' => esc_html__('Unsubmitted Revision', 'revisionary'),
    323                 'submit' => esc_html__('New Revision', 'revisionary'),
    324                 'submit_short' => esc_html__('New Revision', 'revisionary'),
     323                'submit' => esc_html__('Create Revision', 'revisionary'),
     324                'submit_short' => esc_html__('Create Revision', 'revisionary'),
    325325                'submitting' => esc_html__('Creating Revision...', 'revisionary'),
    326326                'submitted' => ($block_editor) ? esc_html__('The Revision is ready to edit.', 'revisionary') : esc_html__('Revision ready to edit.', 'revisionary'),
Note: See TracChangeset for help on using the changeset viewer.