Capability Manager Enhanced - Version 2.6.1

Version Description

  • 08 Dec 2022 =
    • Update : Allow users to block some roles from "User Testing", #621
    • Update : Allow admins to test users from the user profile page, #626
    • Fixed : Block URL not working, #629
    • Update : Block change of user level for Administrators, #628
    • Update : UI Consistency: vertical alignment of Usage Keys, Roles screen search box, #617
    • Fixed : Unexpected placeholder %1 warning, #624
    • Update : Change "PublishPress" to "PublishPress Planner" in Capabiliites, #638
    • Update : FREE Capabilities ES-FR-IT Translation Updates October 27, #620
Download this release

Release Info

Developer olatechpro
Plugin Icon 128x128 Capability Manager Enhanced
Version 2.6.1
Comparing to
See all releases

Code changes from version 2.6.0 to 2.6.1

capsman-enhanced.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: PublishPress Capabilities
4
  * Plugin URI: https://publishpress.com/capability-manager/
5
  * Description: Manage WordPress role definitions, per-site or network-wide. Organizes post capabilities by post type and operation.
6
- * Version: 2.6.0
7
  * Author: PublishPress
8
  * Author URI: https://publishpress.com/
9
  * Text Domain: capsman-enhanced
@@ -44,7 +44,7 @@ if (class_exists('PublishPressInstanceProtection\\Config')) {
44
  }
45
 
46
  if (!defined('CAPSMAN_VERSION')) {
47
- define('CAPSMAN_VERSION', '2.6.0');
48
  define('CAPSMAN_ENH_VERSION', CAPSMAN_VERSION);
49
  define('PUBLISHPRESS_CAPS_VERSION', CAPSMAN_VERSION);
50
  }
3
  * Plugin Name: PublishPress Capabilities
4
  * Plugin URI: https://publishpress.com/capability-manager/
5
  * Description: Manage WordPress role definitions, per-site or network-wide. Organizes post capabilities by post type and operation.
6
+ * Version: 2.6.1
7
  * Author: PublishPress
8
  * Author URI: https://publishpress.com/
9
  * Text Domain: capsman-enhanced
44
  }
45
 
46
  if (!defined('CAPSMAN_VERSION')) {
47
+ define('CAPSMAN_VERSION', '2.6.1');
48
  define('CAPSMAN_ENH_VERSION', CAPSMAN_VERSION);
49
  define('PUBLISHPRESS_CAPS_VERSION', CAPSMAN_VERSION);
50
  }
common/css/admin.css CHANGED
@@ -787,8 +787,11 @@ div.ppc-editor-features-classic-toggle {
787
  }
788
 
789
  @media (min-width: 1200px) {
 
 
 
790
  .pp-capability-menus-wrapper.editor-features div.pp-column-right {
791
- padding-top: 145px;
792
  }
793
  .pp-capability-menus-wrapper.admin-features div.pp-column-right {
794
  padding-top: 107px;
787
  }
788
 
789
  @media (min-width: 1200px) {
790
+ .pp-column-right.capabilities-sidebar {
791
+ padding-top: 50px;
792
+ }
793
  .pp-capability-menus-wrapper.editor-features div.pp-column-right {
794
+ padding-top: 135px;
795
  }
796
  .pp-capability-menus-wrapper.admin-features div.pp-column-right {
797
  padding-top: 107px;
composer.json CHANGED
@@ -20,7 +20,7 @@
20
  "publishpress/wordpress-reviews": "^1.1",
21
  "publishpress/wordpress-version-notices": "^1",
22
  "publishpress/wordpress-banners": "^1.2",
23
- "publishpress/publishpress-instance-protection": "^1.0"
24
  },
25
  "repositories": [
26
  {
20
  "publishpress/wordpress-reviews": "^1.1",
21
  "publishpress/wordpress-version-notices": "^1",
22
  "publishpress/wordpress-banners": "^1.2",
23
+ "publishpress/publishpress-instance-protection": "1.0.2"
24
  },
25
  "repositories": [
26
  {
composer.lock CHANGED
@@ -4,7 +4,7 @@
4
  "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5
  "This file is @generated automatically"
6
  ],
7
- "content-hash": "f5171cf9dbaa9a3d54d2043e77b34da5",
8
  "packages": [
9
  {
10
  "name": "pimple/pimple",
4
  "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5
  "This file is @generated automatically"
6
  ],
7
+ "content-hash": "b7989875fad94f7ec80bfe57560467c4",
8
  "packages": [
9
  {
10
  "name": "pimple/pimple",
includes/admin-load.php CHANGED
@@ -457,6 +457,8 @@ class PP_Capabilities_Admin_UI {
457
 
458
 
459
  public function settingsUI() {
 
 
460
  require_once(dirname(__FILE__).'/settings-ui.php');
461
  new Capabilities_Settings_UI();
462
  }
457
 
458
 
459
  public function settingsUI() {
460
+ wp_enqueue_script('pp-capabilities-chosen-js', plugin_dir_url(CME_FILE) . 'common/libs/chosen-v1.8.7/chosen.jquery.js', ['jquery'], PUBLISHPRESS_CAPS_VERSION);
461
+ wp_enqueue_style('pp-capabilities-chosen-css', plugin_dir_url(CME_FILE) . 'common/libs/chosen-v1.8.7/chosen.css', false, PUBLISHPRESS_CAPS_VERSION);
462
  require_once(dirname(__FILE__).'/settings-ui.php');
463
  new Capabilities_Settings_UI();
464
  }
includes/admin.php CHANGED
@@ -380,7 +380,7 @@ if( defined('PRESSPERMIT_ACTIVE') ) {
380
  );
381
 
382
  if (defined('PUBLISHPRESS_VERSION')) {
383
- $plugin_caps['PublishPress'] = apply_filters('cme_publishpress_capabilities',
384
  [
385
  'edit_metadata',
386
  'edit_post_subscriptions',
@@ -1542,9 +1542,9 @@ if( defined('PRESSPERMIT_ACTIVE') ) {
1542
  $banners = new PublishPress\WordPressBanners\BannersMain;
1543
 
1544
  $banner_messages = [];
1545
- $banner_messages[] = sprintf(esc_html__('%1s= Capability granted %2$s', 'capsman-enhanced'), '<table class="pp-capabilities-cb-key"><tr><td class="pp-cap-icon pp-cap-icon-checked"><input type="checkbox" title="'. esc_attr__('usage key', 'capsman-enhanced') .'" checked disabled></td><td>', '</td></tr>');
1546
- $banner_messages[] = sprintf(esc_html__('%1s= Capability not granted %2$s', 'capsman-enhanced'), '<tr><td class="pp-cap-icon"><input type="checkbox" title="'. esc_attr__('usage key', 'capsman-enhanced') .'" disabled></td><td class="pp-cap-not-checked-definition">', '</td></tr>');
1547
- $banner_messages[] = sprintf(esc_html__('%1s= Capability denied, even if granted by another role %2$s', 'capsman-enhanced'), '<tr><td class="pp-cap-icon pp-cap-x"><span class="cap-x pp-cap-key" title="'. esc_attr__('usage key', 'capsman-enhanced') .'">X</span></td><td class="cap-x-definition">', '</td></tr></table>');
1548
  if (defined('PRESSPERMIT_ACTIVE') && function_exists('presspermit')) {
1549
  if ($group = presspermit()->groups()->getMetagroup('wp_role', $this->current)) {
1550
  $additional_message = sprintf(
380
  );
381
 
382
  if (defined('PUBLISHPRESS_VERSION')) {
383
+ $plugin_caps['PublishPress Planner'] = apply_filters('cme_publishpress_capabilities',
384
  [
385
  'edit_metadata',
386
  'edit_post_subscriptions',
1542
  $banners = new PublishPress\WordPressBanners\BannersMain;
1543
 
1544
  $banner_messages = [];
1545
+ $banner_messages[] = sprintf(esc_html__('%1$s = Capability granted %2$s', 'capsman-enhanced'), '<table class="pp-capabilities-cb-key"><tr><td class="pp-cap-icon pp-cap-icon-checked"><input type="checkbox" title="'. esc_attr__('usage key', 'capsman-enhanced') .'" checked disabled></td><td>', '</td></tr>');
1546
+ $banner_messages[] = sprintf(esc_html__('%1$s = Capability not granted %2$s', 'capsman-enhanced'), '<tr><td class="pp-cap-icon"><input type="checkbox" title="'. esc_attr__('usage key', 'capsman-enhanced') .'" disabled></td><td class="pp-cap-not-checked-definition">', '</td></tr>');
1547
+ $banner_messages[] = sprintf(esc_html__('%1$s = Capability denied, even if granted by another role %2$s', 'capsman-enhanced'), '<tr><td class="pp-cap-icon pp-cap-x"><span class="cap-x pp-cap-key" title="'. esc_attr__('usage key', 'capsman-enhanced') .'">X</span></td><td class="cap-x-definition">', '</td></tr></table>');
1548
  if (defined('PRESSPERMIT_ACTIVE') && function_exists('presspermit')) {
1549
  if ($group = presspermit()->groups()->getMetagroup('wp_role', $this->current)) {
1550
  $additional_message = sprintf(
includes/features/admin-features.php CHANGED
@@ -229,8 +229,8 @@ $admin_features_elements = PP_Capabilities_Admin_Features::elementsLayout();
229
  <?php
230
  $banners = new PublishPress\WordPressBanners\BannersMain;
231
  $banner_messages = ['<p>'];
232
- $banner_messages[] = sprintf(esc_html__('%1s= No change', 'capsman-enhanced'), '<input type="checkbox" title="'. esc_attr__('usage key', 'capsman-enhanced') .'" disabled>');
233
- $banner_messages[] = sprintf(esc_html__('%1s= This feature is denied', 'capsman-enhanced'), '<input type="checkbox" title="'. esc_attr__('usage key', 'capsman-enhanced') .'" checked disabled>');
234
  $banner_messages[] = '</p>';
235
  $banners->pp_display_banner(
236
  '',
229
  <?php
230
  $banners = new PublishPress\WordPressBanners\BannersMain;
231
  $banner_messages = ['<p>'];
232
+ $banner_messages[] = sprintf(esc_html__('%1$s = No change', 'capsman-enhanced'), '<input type="checkbox" title="'. esc_attr__('usage key', 'capsman-enhanced') .'" disabled>');
233
+ $banner_messages[] = sprintf(esc_html__('%1$s = This feature is denied', 'capsman-enhanced'), '<input type="checkbox" title="'. esc_attr__('usage key', 'capsman-enhanced') .'" checked disabled>');
234
  $banner_messages[] = '</p>';
235
  $banners->pp_display_banner(
236
  '',
includes/features/editor-features.php CHANGED
@@ -243,8 +243,8 @@ $active_tab_text = is_object($active_tab_type_obj)
243
  <?php
244
  $banners = new PublishPress\WordPressBanners\BannersMain;
245
  $banner_messages = ['<p>'];
246
- $banner_messages[] = sprintf(esc_html__('%1s= No change', 'capsman-enhanced'), '<input type="checkbox" title="'. esc_attr__('usage key', 'capsman-enhanced') .'" disabled>');
247
- $banner_messages[] = sprintf(esc_html__('%1s= This feature is denied', 'capsman-enhanced'), '<input type="checkbox" title="'. esc_attr__('usage key', 'capsman-enhanced') .'" checked disabled>');
248
  $banner_messages[] = '<p>';
249
  $banners->pp_display_banner(
250
  '',
243
  <?php
244
  $banners = new PublishPress\WordPressBanners\BannersMain;
245
  $banner_messages = ['<p>'];
246
+ $banner_messages[] = sprintf(esc_html__('%1$s = No change', 'capsman-enhanced'), '<input type="checkbox" title="'. esc_attr__('usage key', 'capsman-enhanced') .'" disabled>');
247
+ $banner_messages[] = sprintf(esc_html__('%1$s = This feature is denied', 'capsman-enhanced'), '<input type="checkbox" title="'. esc_attr__('usage key', 'capsman-enhanced') .'" checked disabled>');
248
  $banner_messages[] = '<p>';
249
  $banners->pp_display_banner(
250
  '',
includes/functions-admin.php CHANGED
@@ -256,7 +256,8 @@ function pp_capabilities_settings_options() {
256
  'cme_capabilities_add_user_multi_roles',
257
  'cme_editor_features_classic_editor_tab',
258
  'cme_test_user_admin_bar',
259
- 'cme_test_user_footer_notice'
 
260
  ];
261
 
262
  return apply_filters('pp_capabilities_settings_options', $settings_options);
256
  'cme_capabilities_add_user_multi_roles',
257
  'cme_editor_features_classic_editor_tab',
258
  'cme_test_user_admin_bar',
259
+ 'cme_test_user_footer_notice',
260
+ 'cme_test_user_excluded_roles'
261
  ];
262
 
263
  return apply_filters('pp_capabilities_settings_options', $settings_options);
includes/roles/class/class-pp-roles-actions.php CHANGED
@@ -378,7 +378,8 @@ class Pp_Roles_Actions
378
  $new_caps = pp_roles_remove_capabilities_role_level($current->capabilities);
379
 
380
  if (isset($_REQUEST['role_level'])) {
381
- $add_caps = array_merge($new_caps, ak_level2caps(absint($_REQUEST['role_level'])));
 
382
  }else{
383
  $add_caps = $new_caps;
384
  }
378
  $new_caps = pp_roles_remove_capabilities_role_level($current->capabilities);
379
 
380
  if (isset($_REQUEST['role_level'])) {
381
+ $request_role_level = ($_REQUEST['current_role'] === 'administrator') ? 10 : absint($_REQUEST['role_level']);
382
+ $add_caps = array_merge($new_caps, ak_level2caps($request_role_level));
383
  }else{
384
  $add_caps = $new_caps;
385
  }
includes/roles/class/class-pp-roles-admin.php CHANGED
@@ -213,7 +213,7 @@ class Pp_Roles_Admin
213
  'type' => 'select',
214
  'value_key' => 'role_level',
215
  'tab' => 'advanced',
216
- 'editable' => true,
217
  'options' => [
218
  '10' => '10',
219
  '9' => '9',
@@ -404,7 +404,7 @@ class Pp_Roles_Admin
404
  <select
405
  name="<?php echo esc_attr($key); ?><?php echo $args['multiple'] ? '[]' : '';?>"
406
  id="<?php echo esc_attr($key); ?>"
407
- class="pp-capabilities-role-choosen"
408
  data-placeholder="<?php printf(esc_html__('Select %s', 'capsman-enhanced'), esc_html(strtolower($args['label']))); ?>"
409
  <?php echo ($args['multiple'] ? 'multiple' : '');?>
410
  <?php echo ($args['required'] ? 'required="true"' : '');?>>
@@ -417,6 +417,7 @@ class Pp_Roles_Admin
417
  }
418
  ?>
419
  <option value="<?php esc_attr_e($select_key); ?>"
 
420
  <?php selected(true, $selected_option); ?>>
421
  <?php echo esc_html($select_label); ?>
422
  </option>
213
  'type' => 'select',
214
  'value_key' => 'role_level',
215
  'tab' => 'advanced',
216
+ 'editable' => ($role_edit && $current && isset($current['role']) && $current['role'] === 'administrator') ? false : true,
217
  'options' => [
218
  '10' => '10',
219
  '9' => '9',
404
  <select
405
  name="<?php echo esc_attr($key); ?><?php echo $args['multiple'] ? '[]' : '';?>"
406
  id="<?php echo esc_attr($key); ?>"
407
+ class="<?php echo (!$args['editable'] ? '' : 'pp-capabilities-role-choosen'); ?>"
408
  data-placeholder="<?php printf(esc_html__('Select %s', 'capsman-enhanced'), esc_html(strtolower($args['label']))); ?>"
409
  <?php echo ($args['multiple'] ? 'multiple' : '');?>
410
  <?php echo ($args['required'] ? 'required="true"' : '');?>>
417
  }
418
  ?>
419
  <option value="<?php esc_attr_e($select_key); ?>"
420
+ <?php echo (!$args['editable'] && !$selected_option ? 'disabled' : ''); ?>
421
  <?php selected(true, $selected_option); ?>>
422
  <?php echo esc_html($select_label); ?>
423
  </option>
includes/roles/class/class-pp-roles-list-table.php CHANGED
@@ -716,6 +716,12 @@ class PP_Capabilities_Roles_List_Table extends WP_List_Table
716
 
717
  $this->views();
718
 
 
 
 
 
 
 
719
  parent::display();
720
  }
721
  }
716
 
717
  $this->views();
718
 
719
+ ?>
720
+ <form class="search-form wp-clearfix" method="get">
721
+ <?php $this->search_box(esc_html__('Search Roles', 'capsman-enhanced'), 'roles'); ?>
722
+ </form>
723
+ <?php
724
+
725
  parent::display();
726
  }
727
  }
includes/roles/roles.php CHANGED
@@ -20,11 +20,10 @@
20
  $table->prepare_items();
21
  pp_capabilities_roles()->notify->display();
22
  ?>
 
23
  <hr class="wp-header-end">
24
  <div id="ajax-response"></div>
25
- <form class="search-form wp-clearfix" method="get">
26
- <?php $table->search_box(esc_html__('Search Roles', 'capsman-enhanced'), 'roles'); ?>
27
- </form>
28
  <div id="col-container" class="wp-clearfix">
29
  <div class="col-wrap">
30
  <form action="" method="post">
@@ -38,7 +37,6 @@
38
  <form method="get">
39
  <?php $table->inline_edit() ?>
40
  </form>
41
-
42
  </div>
43
  <?php } ?>
44
 
20
  $table->prepare_items();
21
  pp_capabilities_roles()->notify->display();
22
  ?>
23
+
24
  <hr class="wp-header-end">
25
  <div id="ajax-response"></div>
26
+
 
 
27
  <div id="col-container" class="wp-clearfix">
28
  <div class="col-wrap">
29
  <form action="" method="post">
37
  <form method="get">
38
  <?php $table->inline_edit() ?>
39
  </form>
 
40
  </div>
41
  <?php } ?>
42
 
includes/settings-handler.php CHANGED
@@ -12,7 +12,8 @@ add_action('init', function() {
12
  foreach (array_map('sanitize_key', explode(',', sanitize_text_field($_POST['all_options']))) as $option_name) {
13
  foreach (['cme_', 'capsman', 'pp_capabilities'] as $prefix) {
14
  if (0 === strpos($option_name, $prefix)) {
15
- $value = isset($_POST[$option_name]) ? sanitize_text_field($_POST[$option_name]) : '';
 
16
 
17
  if (!is_array($value)) {
18
  $value = trim($value);
12
  foreach (array_map('sanitize_key', explode(',', sanitize_text_field($_POST['all_options']))) as $option_name) {
13
  foreach (['cme_', 'capsman', 'pp_capabilities'] as $prefix) {
14
  if (0 === strpos($option_name, $prefix)) {
15
+ $value = isset($_POST[$option_name]) ? $_POST[$option_name] : '';// phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
16
+ $value = is_array($value) ? array_map('sanitize_text_field', $value) : sanitize_text_field($value);
17
 
18
  if (!is_array($value)) {
19
  $value = trim($value);
includes/settings-ui.php CHANGED
@@ -154,6 +154,39 @@ class Capabilities_Settings_UI {
154
  <br>
155
  </td>
156
  </tr>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
157
  </tbody>
158
  </table>
159
 
@@ -174,6 +207,10 @@ class Capabilities_Settings_UI {
174
  $($(this).find('a').first().attr('href')).show();
175
  });
176
 
 
 
 
 
177
  });
178
  </script>
179
 
154
  <br>
155
  </td>
156
  </tr>
157
+
158
+ <tr>
159
+ <?php
160
+ $excluded_roles = (array) get_option('cme_test_user_excluded_roles', []);
161
+ ?>
162
+ <th scope="row"> <?php esc_html_e('Exclude role from User Testing', 'capsman-enhanced'); ?></th>
163
+ <td>
164
+ <label>
165
+ <select
166
+ name="cme_test_user_excluded_roles[]"
167
+ id="cme_test_user_excluded_roles"
168
+ class="pp-capabilities-settings-chosen"
169
+ data-placeholder="<?php esc_attr_e('Select roles...', 'capsman-enhanced'); ?>"
170
+ multiple
171
+ >
172
+ <?php foreach (wp_roles()->roles as $role => $detail) : ?>
173
+ <option
174
+ value="<?php echo esc_attr($role); ?>"
175
+ <?php selected(in_array($role, $excluded_roles), true); ?>
176
+ >
177
+ <?php echo esc_html($detail['name']); ?>
178
+ </option>
179
+ <?php endforeach; ?>
180
+ </select>
181
+ <br />
182
+ <span class="description">
183
+ <?php esc_html_e('Exclude users in selected roles from User Testing.', 'capsman-enhanced'); ?>
184
+ </span>
185
+ </label>
186
+ <br>
187
+ </td>
188
+ </tr>
189
+
190
  </tbody>
191
  </table>
192
 
207
  $($(this).find('a').first().attr('href')).show();
208
  });
209
 
210
+ $('.pp-capabilities-settings-chosen').chosen({
211
+ 'width': '30em'
212
+ });
213
+
214
  });
215
  </script>
216
 
includes/test-user-ui.php CHANGED
@@ -6,6 +6,8 @@ class PP_Capabilities_Test_User_UI extends PP_Capabilities_Test_User
6
  {
7
  // Admin Dashboard: Add "Test this user" as a Users row action.
8
  add_filter('user_row_actions', [$this, 'adminUsersRowActions'], 10, 2);
 
 
9
 
10
  // Admin Dashboard, Admin Bar and Front End Footer: Testing indicator, switch back link
11
  add_action('wp_enqueue_scripts', [$this, 'adminBarScripts'], 9);
@@ -25,7 +27,7 @@ class PP_Capabilities_Test_User_UI extends PP_Capabilities_Test_User
25
  */
26
  public function adminUsersRowActions($actions, $user)
27
  {
28
- if (current_user_can('manage_capabilities') && current_user_can('edit_user', $user->ID) && $user->ID !== get_current_user_id()) {
29
 
30
  $link = add_query_arg(
31
  [
@@ -45,6 +47,38 @@ class PP_Capabilities_Test_User_UI extends PP_Capabilities_Test_User
45
  return $actions;
46
  }
47
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
  function adminBarScripts() {
49
  if (did_action('admin_bar_init') && get_option('cme_test_user_admin_bar', 1)) {
50
  wp_enqueue_script('jquery');
6
  {
7
  // Admin Dashboard: Add "Test this user" as a Users row action.
8
  add_filter('user_row_actions', [$this, 'adminUsersRowActions'], 10, 2);
9
+ // Adds "Test this user" to user profile edit page
10
+ add_action('personal_options', [$this, 'adminUserEditAction']);
11
 
12
  // Admin Dashboard, Admin Bar and Front End Footer: Testing indicator, switch back link
13
  add_action('wp_enqueue_scripts', [$this, 'adminBarScripts'], 9);
27
  */
28
  public function adminUsersRowActions($actions, $user)
29
  {
30
+ if (PP_Capabilities_Test_User::canTestUser($user)) {
31
 
32
  $link = add_query_arg(
33
  [
47
  return $actions;
48
  }
49
 
50
+ /**
51
+ * Adds "Test this user" to user profile edit page
52
+ *
53
+ * @return void
54
+ */
55
+ public function adminUserEditAction($user)
56
+ {
57
+ if (current_user_can('manage_capabilities') && current_user_can('edit_user', $user->ID) && $user->ID !== get_current_user_id()) {
58
+ $link = add_query_arg(
59
+ [
60
+ 'ppc_test_user' => base64_encode($user->ID),
61
+ '_wpnonce' => wp_create_nonce('ppc-test-user')
62
+ ],
63
+ admin_url('users.php')
64
+ );
65
+ ?>
66
+ <tr class="user-test-user-wrap">
67
+ <th scope="row"><?php esc_html_e('Test user', 'capsman-enhanced'); ?></th>
68
+ <td>
69
+ <?php
70
+ printf(
71
+ '<a href="%s" class="button">%s</a>',
72
+ esc_url($link),
73
+ esc_html__('Test this user', 'capsman-enhanced')
74
+ );
75
+ ?>
76
+ </td>
77
+ </tr>
78
+ <?php
79
+ }
80
+ }
81
+
82
  function adminBarScripts() {
83
  if (did_action('admin_bar_init') && get_option('cme_test_user_admin_bar', 1)) {
84
  wp_enqueue_script('jquery');
includes/test-user.php CHANGED
@@ -71,7 +71,7 @@ class PP_Capabilities_Test_User
71
  wp_safe_redirect(admin_url());
72
  exit;
73
  }
74
- } elseif (is_admin() && current_user_can('manage_capabilities') && current_user_can('edit_user', $request_user_id)) {
75
 
76
  // Create and set auth cookie for current user before switching
77
  $token = function_exists('wp_get_session_token') ? wp_get_session_token() : '';
@@ -114,4 +114,23 @@ class PP_Capabilities_Test_User
114
  return false;
115
  }
116
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
117
  }
71
  wp_safe_redirect(admin_url());
72
  exit;
73
  }
74
+ } elseif (is_admin() && self::canTestUser($request_user)) {
75
 
76
  // Create and set auth cookie for current user before switching
77
  $token = function_exists('wp_get_session_token') ? wp_get_session_token() : '';
114
  return false;
115
  }
116
  }
117
+
118
+ /**
119
+ * Check if current user can test user
120
+ */
121
+ protected static function canTestUser($user)
122
+ {
123
+ $excluded_roles = (array) get_option('cme_test_user_excluded_roles', []);
124
+
125
+ $can_test_user = false;
126
+ if (current_user_can('manage_capabilities')
127
+ && current_user_can('edit_user', $user->ID)
128
+ && $user->ID !== get_current_user_id()
129
+ && !array_intersect($excluded_roles, $user->roles)
130
+ ) {
131
+ $can_test_user = true;
132
+ }
133
+
134
+ return $can_test_user;
135
+ }
136
  }
languages/capsman-enhanced-es_ES.mo CHANGED
Binary file
languages/capsman-enhanced-es_ES.po CHANGED
@@ -4,9 +4,9 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Plugins - PublishPress Capabilities &#8211; User Role Access, Editor Permissions, Admin Menus - Stable (latest release)\n"
6
  "POT-Creation-Date: \n"
7
- "PO-Revision-Date: 2022-08-05 12:01-0500\n"
8
  "Last-Translator: \n"
9
- "Language-Team: \n"
10
  "Language: es\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -14,152 +14,309 @@ msgstr ""
14
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
15
  "X-Generator: Poedit 3.0.1\n"
16
 
17
- #: includes/settings-ui.php:80
18
- msgid "Support for Private Post Types"
19
- msgstr "Compatible con los tipos de contenido privado"
20
 
21
- #: includes/settings-ui.php:59
22
- msgid "Show Private Taxonomies"
23
- msgstr "Mostrar las taxonomías privadas"
 
 
 
 
24
 
25
- #: includes/settings-ui.php:41
26
- msgid "Enable Multiple Roles When Creating Users"
27
- msgstr "Habilitar los perfiles múltiples al crear usuarios"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
 
29
- #: includes/admin.php:688
30
  msgid "Admin listing access is normally provided by the \"Edit\" capabilities. \"List\" capabilities apply if the corresponding \"Edit\" capability is missing, but otherwise have no effect."
31
  msgstr "El acceso a los listados por parte de los administradores se realiza normalmente a través de las funciones de «Edición». Las capacidades de «Listado» se aplican si falta la correspondiente capacidad de «Edición», pero en caso contrario no tienen ningún efecto."
32
 
33
- #: includes/admin.php:225
34
  msgid "Listing"
35
  msgstr "Listado"
36
 
37
- #: includes/roles/class/class-pp-roles-admin.php:338
 
38
  msgid "You must select at least one editor for the role when managing allowed editor."
39
  msgstr "Debes seleccionar al menos un editor para el perfil al gestionar el editor permitido."
40
 
41
- #: includes/roles/class/class-pp-roles-admin.php:337
 
42
  msgid "Select allowed editor"
43
  msgstr "Seleccionar editor permitido"
44
 
45
- #: includes/roles/class/class-pp-roles-admin.php:250
 
46
  msgid "Control Allowed Editors"
47
  msgstr "Controlar editores permitidos"
48
 
49
- #: includes/roles/class/class-pp-roles-admin.php:586
50
  msgid "Edit Role: %s"
51
  msgstr "Editar el perfil: %s"
52
 
53
- #: includes/roles/class/class-pp-roles-admin.php:501
54
  msgid "Enter the relative path only without domain for logout redirect."
55
  msgstr "Introduce sólo la ruta relativa sin dominio para la redirección al salir."
56
 
57
- #: includes/roles/class/class-pp-roles-admin.php:469
58
  msgid "You must enter the Login Redirect URL."
59
  msgstr "Debes introducir la URL de redirección de acceso."
60
 
61
- #: includes/roles/class/class-pp-roles-admin.php:468
62
  msgid "Enter the relative path only without domain for login redirect."
63
  msgstr "Introduce sólo la ruta relativa sin el dominio para la redirección de acceso."
64
 
65
- #: includes/roles/class/class-pp-roles-admin.php:452
66
  msgid "Redirect users to a specified URL."
67
  msgstr "Redirige a los usuarios a una URL especificada."
68
 
69
- #: includes/roles/class/class-pp-roles-admin.php:440
70
  msgid "Redirect users to the URL they were viewing before login."
71
  msgstr "Redirige a los usuarios a la URL que estaban viendo antes del acceso."
72
 
73
- #: includes/roles/class/class-pp-roles-admin.php:367
74
  msgid "Select %s"
75
  msgstr "Seleccionar %s"
76
 
77
- #: includes/roles/class/class-pp-roles-admin.php:251
 
78
  msgid "Select the allowed editor options for users in this role."
79
  msgstr "Selecciona las opciones de edición permitidas para los usuarios de este perfil."
80
 
81
- #: includes/roles/class/class-pp-roles-admin.php:239
 
82
  msgid "Disable the \"Code editor\" option for the Gutenberg block editor."
83
  msgstr "Desactiva la opción «Editor de código» para el editor de bloques de Gutenberg."
84
 
85
- #: includes/roles/class/class-pp-roles-admin.php:238
 
86
  msgid "Disable Code Editor"
87
  msgstr "Desactivar el editor de código"
88
 
89
- #: includes/roles/class/class-pp-roles-admin.php:228
90
  msgid "Enter the URL users in this role should be redirected to after logout."
91
  msgstr "Introduce la URL a la que deben ser redirigidos los usuarios de este perfil después de salir."
92
 
93
- #: includes/roles/class/class-pp-roles-admin.php:227
94
  msgid "Logout Redirect"
95
  msgstr "Redirección al salir"
96
 
97
- #: includes/roles/class/class-pp-roles-admin.php:217
98
  msgid "Enter the URL users in this role should be redirected to after login."
99
  msgstr "Introduce la URL a la que deben ser redirigidos los usuarios de este perfil después del acceso."
100
 
101
- #: includes/roles/class/class-pp-roles-admin.php:216
102
  msgid "Login Redirect"
103
  msgstr "Redirección de acceso"
104
 
105
- #: includes/roles/class/class-pp-roles-admin.php:155
106
  msgid "Classic editor"
107
  msgstr "Editor clásico"
108
 
109
- #: includes/roles/class/class-pp-roles-admin.php:153
110
  msgid "Gutenberg editor"
111
  msgstr "Editor Gutenberg"
112
 
113
- #: includes/roles/class/class-pp-roles-admin.php:113
114
  msgid "Redirects"
115
  msgstr "Redirecciones"
116
 
117
- #: includes/features/restrict-editor-features.php:415
118
  msgid "Revisions"
119
  msgstr "Revisiones"
120
 
121
- #: includes/features/restrict-editor-features.php:403
122
  msgid "Add new block"
123
  msgstr "Añadir un bloque"
124
 
125
- #: includes/features/editor-features-classic.php:106
126
- #: includes/features/editor-features-gutenberg.php:103
127
  msgid "No metabox found for %1s. %2s Click here %3s to visit the %4s screen and refresh this page after to load new metabox"
128
  msgstr "No se ha encontrado ninguna caja meta para %1s. %2s Haz clic aquí %3s para visitar la pantalla %4s y actualiza esta página después para cargar la nueva caja meta"
129
 
130
- #: includes/admin.php:1193
131
  msgid "The following entries have no effect. Please assign desired capabilities on the Editing / Deletion / Reading tabs."
132
  msgstr "Las siguientes entradas no tienen efecto. Por favor, asigna las capacidades deseadas en las pestañas de edición / borrado / lectura."
133
 
134
- #: includes/admin.php:221
135
  msgid "Taxonomies"
136
  msgstr "Taxonomías"
137
 
138
- #: includes/admin-load.php:296
139
  msgid "Drag multiple roles selection to change order."
140
  msgstr "Arrastra la selección de perfiles múltiples para cambiar su orden."
141
 
142
- #: includes/roles/class/class-pp-roles-admin.php:389
143
  msgid "Read more on Role Level."
144
  msgstr "Lee más sobre el nivel de los perfiles."
145
 
146
- #: includes/roles/class/class-pp-roles-admin.php:184
147
  msgid "Each user role has a level from 0 to 10. The Subscriber role defaults to the lowest level (0). The Administrator role defaults to level 10."
148
  msgstr "Cada perfil de usuario tiene un nivel de 0 a 10. El rol perfil suscriptor tiene por defecto el nivel más bajo (0). El perfil de administrador tiene por defecto el nivel 10."
149
 
150
- #: includes/features/editor-features.php:171
151
  msgid "Restricted:"
152
  msgstr "Restringido:"
153
 
154
- #: includes/features/editor-features.php:111
155
- #: includes/features/editor-features.php:113
156
- #: includes/features/editor-features.php:219
157
- #: includes/features/editor-features.php:221
158
  msgid "Save %s Restrictions"
159
  msgstr "Guardar las restricciones para %s"
160
 
161
- #: includes/features/editor-features.php:107
162
- #: includes/features/editor-features.php:215
163
  msgid "Save for all Post Types"
164
  msgstr "Guardar para todos los tipos de contenido"
165
 
@@ -211,71 +368,71 @@ msgid_plural "Mine %s"
211
  msgstr[0] "Mío %s"
212
  msgstr[1] "Míos %s"
213
 
214
- #: includes/roles/class/class-pp-roles-admin.php:704
215
  msgid "Load Less"
216
  msgstr "Cargar menos"
217
 
218
- #: includes/roles/class/class-pp-roles-admin.php:701
219
  msgid "Load More"
220
  msgstr "Cargar más"
221
 
222
- #: includes/roles/class/class-pp-roles-admin.php:673
223
  msgid "These can be edited on the %1s Capabilities screen %2s"
224
  msgstr "Se pueden editar en la pantalla de %1s Capacidades %2s"
225
 
226
- #: includes/roles/class/class-pp-roles-admin.php:594
227
  msgid "All Roles"
228
  msgstr "Todos los perfiles"
229
 
230
- #: includes/roles/class/class-pp-roles-admin.php:588
231
  msgid "Copy Role"
232
  msgstr "Copiar perfil"
233
 
234
- #: includes/roles/class/class-pp-roles-admin.php:578
235
  msgid "Create Role"
236
  msgstr "Crear perfil"
237
 
238
- #: includes/roles/class/class-pp-roles-admin.php:578
239
  msgid "Update Role"
240
  msgstr "Actualizar el perfil"
241
 
242
- #: includes/roles/class/class-pp-roles-admin.php:572
243
- msgid "%s role copied to editor. Please click the \"Create Role\" button to create this new role."
244
- msgstr "El perfil %s se ha copiado en el editor. Por favor, haz clic en el botón «Crear perfil» para crear este nuevo perfil."
245
 
246
- #: includes/roles/class/class-pp-roles-admin.php:311
247
  msgid "Slug already exists"
248
  msgstr "El slug ya existe"
249
 
250
- #: includes/roles/class/class-pp-roles-admin.php:207
251
  msgid "Deleting this role will completely remove it from database and is irrecoverable."
252
  msgstr "El borrado de este perfil lo eliminará completamente de la base de datos y es irrecuperable."
253
 
254
- #: includes/roles/class/class-pp-roles-admin.php:173
255
  msgid "The \"slug\" is the URL-friendly version of the role. It is usually all lowercase and contains only letters, numbers and underscores."
256
  msgstr "El «slug» es la versión amigable de la URL del perfil. Suele estar en minúsculas y solo contiene letras, números y guiones bajos."
257
 
258
- #: includes/roles/class/class-pp-roles-admin.php:172
259
  msgid "Role Slug"
260
  msgstr "Slug del perfil"
261
 
262
- #: includes/roles/class/class-pp-roles-admin.php:117
263
  msgid "Advanced"
264
  msgstr "Avanzado"
265
 
266
- #: includes/roles/class/class-pp-roles-admin.php:105
267
  msgid "General"
268
  msgstr "General"
269
 
270
- #: includes/roles/class/class-pp-roles-actions.php:409
271
  msgid "%s role updated successfully."
272
  msgstr "El perfil de %s se ha actualizado correctamente."
273
 
274
- #: includes/manager.php:937
275
  msgid "You do not have permission to perform this action."
276
  msgstr "No tiene permisos para realizar esta acción."
277
 
278
- #: includes/features/restrict-editor-features.php:411
279
  msgid "Template"
280
  msgstr "Plantilla"
281
 
@@ -347,19 +504,11 @@ msgstr "Por favor, sube un archivo para importar"
347
  msgid "%s restored from last backup."
348
  msgstr "%s restaurado a partir de la última copia de seguridad."
349
 
350
- #: includes/admin.php:1579
351
  msgid "Go to the Backup feature"
352
  msgstr "Ir a la característica de copia de seguridad"
353
 
354
- #: includes/admin.php:1575
355
- msgid ""
356
- "This plugin automatically creates a backup whenever you save changes. You can use these backups to\n"
357
- "restore an earlier version of your roles and capabilities."
358
- msgstr ""
359
- "Este plugin crea automáticamente una copia de seguridad cada vez que se guardan los cambios. Puedes utilizar estas copias de seguridad para\n"
360
- "restaurar una versión anterior de sus funciones y capacidades."
361
-
362
- #: includes/admin.php:1573
363
  msgid "PublishPress Capabilities is safe to use"
364
  msgstr "PublishPress Capabilities es seguro de usar"
365
 
@@ -367,7 +516,7 @@ msgstr "PublishPress Capabilities es seguro de usar"
367
  msgid "This plugin can be deleted."
368
  msgstr "Este plugin puede ser borrado."
369
 
370
- #: includes/roles/class/class-pp-roles-actions.php:310
371
  msgid "The new role %s was created successfully."
372
  msgstr "El nuevo perfil %s se ha creado correctamente."
373
 
@@ -379,7 +528,7 @@ msgstr "El perfil «%s» ya existe. Por favor, elige un nombre diferente."
379
  msgid "Invalid role name entry: %s"
380
  msgstr "Registro de nombre de perfil no válido: %s"
381
 
382
- #: includes/manager.php:535 includes/manager.php:557
383
  msgid "You do not have permission to manage admin features."
384
  msgstr "No tienes permisos para gestionar características de administración."
385
 
@@ -456,88 +605,88 @@ msgstr "Nota: Solo estás restringiendo el acceso a las pantallas de caracterís
456
  msgid "Admin Feature Restrictions"
457
  msgstr "Restricciones de características de administración"
458
 
459
- #: includes/backup.php:362 includes/features/admin-features.php:236
460
- #: includes/features/editor-features.php:241
461
  msgid "Click here to install PublishPress Permissions"
462
  msgstr "Haz clic aquí para instalar PublishPress Permissions"
463
 
464
- #: includes/backup.php:359 includes/features/admin-features.php:233
465
- #: includes/features/editor-features.php:238
466
  msgid "PublishPress Permissions is 100% free to install."
467
  msgstr "La instalación de PublishPress Permissions es 100 % gratis."
468
 
469
- #: includes/backup.php:358 includes/features/admin-features.php:232
470
- #: includes/features/editor-features.php:237
471
  msgid "Allow specific user roles or users to manage each post."
472
  msgstr "Permite a perfiles o usuarios específicos gestionar cada entrada."
473
 
474
- #: includes/backup.php:357 includes/features/admin-features.php:231
475
- #: includes/features/editor-features.php:236
476
  msgid "Choose who can read and edit each post."
477
  msgstr "Elige quién puede leer y editar cada entrada."
478
 
479
- #: includes/backup.php:355 includes/features/admin-features.php:229
480
- #: includes/features/editor-features.php:234
481
  msgid "Control permissions for individual posts and pages"
482
  msgstr "Controla los permisos para entradas y páginas individuales"
483
 
484
- #: includes/backup.php:354 includes/features/admin-features.php:228
485
- #: includes/features/editor-features.php:233
486
  msgid "Recommendations for you"
487
  msgstr "Recomendaciones para ti"
488
 
489
- #: includes/admin.php:1080
490
  msgid "Plugin Capabilities &ndash; %s"
491
  msgstr "Capacidades del plugin &ndash; %s"
492
 
493
- #: includes/admin.php:923 includes/admin.php:1033 includes/admin.php:1086
494
- #: includes/admin.php:1295
495
  msgid "No results found. Please try again with a different word."
496
  msgstr "No se han encontrado resultados. Por favor, inténtalo de nuevo con una palabra diferente."
497
 
498
- #: includes/admin.php:920 includes/admin.php:1030 includes/admin.php:1083
499
- #: includes/admin.php:1292
500
  msgid "Filter by capability"
501
  msgstr "Filtrar por capacidad"
502
 
503
- #: includes/admin.php:1027
504
  msgid "WordPress Core Capabilities"
505
  msgstr "Capacidades del núcleo de WordPress"
506
 
507
- #: includes/admin.php:696 includes/admin.php:921 includes/admin.php:1031
508
- #: includes/admin.php:1084 includes/admin.php:1293
509
  msgid "Clear"
510
  msgstr "Vaciar"
511
 
512
- #: includes/admin.php:693
513
  msgid "Filter by post type"
514
  msgstr "Filtrar por tipo de contenido"
515
 
516
- #: includes/admin.php:693
517
  msgid "Filter by taxonomy"
518
  msgstr "Filtrar por taxonomía"
519
 
520
- #: includes/admin.php:683
521
  msgid "Post %s Capabilities"
522
  msgstr "Capacidades del contenido %s"
523
 
524
- #: includes/admin.php:683
525
  msgid "Term %s Capabilities"
526
  msgstr "Capacidades del término %s"
527
 
528
- #: includes/admin.php:651
529
  msgid "Additional"
530
  msgstr "Adicional"
531
 
532
- #: includes/admin.php:220
533
  msgid "Deletion"
534
  msgstr "Borrado"
535
 
536
- #: includes/admin.php:219 includes/roles/class/class-pp-roles-admin.php:109
537
  msgid "Editing"
538
  msgstr "Edición"
539
 
540
- #: includes/admin-load.php:425 includes/functions-admin.php:212
541
  #: includes/manager.php:377 includes/manager.php:410
542
  #: includes/roles/class/class-pp-roles-list-table.php:174
543
  msgid "Admin Features"
@@ -595,7 +744,7 @@ msgstr "Lista de comprobación"
595
  msgid "Metaboxes"
596
  msgstr "Cajas meta"
597
 
598
- #: includes/manager.php:519 includes/manager.php:573
599
  msgid "Settings updated."
600
  msgstr "Ajustes actualizados."
601
 
@@ -603,112 +752,112 @@ msgstr "Ajustes actualizados."
603
  msgid "You do not have permission to manage editor features."
604
  msgstr "No tienes permisos para gestionar las características del editor."
605
 
606
- #: includes/admin-load.php:424 includes/functions-admin.php:201
607
  #: includes/manager.php:375 includes/manager.php:409
608
  #: includes/roles/class/class-pp-roles-list-table.php:173
609
- #: includes/settings-ui.php:23
610
  msgid "Editor Features"
611
  msgstr "Características del editor"
612
 
613
- #: includes/features/restrict-editor-features.php:474
614
  msgid "Text settings"
615
  msgstr "Ajustes del texto"
616
 
617
- #: includes/features/restrict-editor-features.php:473
618
  msgid "Color settings"
619
  msgstr "Ajustes del color"
620
 
621
- #: includes/features/restrict-editor-features.php:472
622
  msgid "Typography"
623
  msgstr "Tipografía"
624
 
625
- #: includes/features/restrict-editor-features.php:471
626
  msgid "Paragraph"
627
  msgstr "Párrafo"
628
 
629
- #: includes/features/restrict-editor-features.php:469
630
- #: includes/features/restrict-editor-features.php:470
631
  msgid "Block Panel"
632
  msgstr "Panel de bloques"
633
 
634
- #: includes/features/restrict-editor-features.php:463
635
  msgid "Post Attributes"
636
  msgstr "Atributos de la entrada"
637
 
638
- #: includes/features/restrict-editor-features.php:453
639
  msgid "Excerpt"
640
  msgstr "Extracto"
641
 
642
- #: includes/features/restrict-editor-features.php:448
643
  msgid "Featured image"
644
  msgstr "Imagen destacada"
645
 
646
- #: includes/features/restrict-editor-features.php:409
647
  msgid "Status & visibility"
648
  msgstr "Estado y visibilidad"
649
 
650
- #: includes/features/restrict-editor-features.php:408
651
  msgid "Document Panel"
652
  msgstr "Paneles de documentos"
653
 
654
- #: includes/features/restrict-editor-features.php:398
655
  msgid "Content"
656
  msgstr "Contenido"
657
 
658
- #: includes/features/restrict-editor-features.php:393
659
  msgid "Edit title"
660
  msgstr "Editar el título"
661
 
662
- #: includes/features/restrict-editor-features.php:391
663
  msgid "Body"
664
  msgstr "Cuerpo"
665
 
666
- #: includes/features/restrict-editor-features.php:388
667
  msgid "Options"
668
  msgstr "Opciones"
669
 
670
- #: includes/features/restrict-editor-features.php:386
671
  msgid "Publish / Update"
672
  msgstr "Publicar / Actualizar"
673
 
674
- #: includes/features/restrict-editor-features.php:384
675
  msgid "Switch to draft"
676
  msgstr "Cambiar a borrador"
677
 
678
- #: includes/features/restrict-editor-features.php:382
679
  msgid "Top Bar - Right"
680
  msgstr "Barra superior - Derecha"
681
 
682
- #: includes/features/restrict-editor-features.php:379
683
  msgid "Outline"
684
  msgstr "Contorno"
685
 
686
- #: includes/features/restrict-editor-features.php:378
687
  msgid "Details"
688
  msgstr "Detalles"
689
 
690
- #: includes/features/restrict-editor-features.php:377
691
  msgid "Redo"
692
  msgstr "Rehacer"
693
 
694
- #: includes/features/restrict-editor-features.php:376
695
  msgid "Undo"
696
  msgstr "Deshacer"
697
 
698
- #: includes/features/restrict-editor-features.php:375
699
  msgid "Modes"
700
  msgstr "Modos"
701
 
702
- #: includes/features/restrict-editor-features.php:374
703
  msgid "Add block"
704
  msgstr "Añadir un bloque"
705
 
706
- #: includes/features/restrict-editor-features.php:373
707
  msgid "Top Bar - Left"
708
  msgstr "Barra superior - Izquierda"
709
 
710
  #: includes/features/restrict-editor-features.php:158
711
- #: includes/features/restrict-editor-features.php:458
712
  msgid "Discussion"
713
  msgstr "Discusión"
714
 
@@ -745,7 +894,7 @@ msgid "Page Boxes"
745
  msgstr "Cajas de página"
746
 
747
  #: includes/features/restrict-editor-features.php:104
748
- #: includes/features/restrict-editor-features.php:424
749
  msgid "Tags"
750
  msgstr "Etiquetas"
751
 
@@ -754,7 +903,7 @@ msgid "Add New Category"
754
  msgstr "Añadir una nueva categoría"
755
 
756
  #: includes/features/restrict-editor-features.php:92
757
- #: includes/features/restrict-editor-features.php:418
758
  msgid "Categories"
759
  msgstr "Categorías"
760
 
@@ -791,12 +940,12 @@ msgid "Publish Status "
791
  msgstr "Estado de la publicación "
792
 
793
  #: includes/features/restrict-editor-features.php:80
794
- #: includes/features/restrict-editor-features.php:385
795
  msgid "Preview"
796
  msgstr "Previsualizar"
797
 
798
  #: includes/features/restrict-editor-features.php:79
799
- #: includes/features/restrict-editor-features.php:383
800
  msgid "Save Draft"
801
  msgstr "Guardar el borrador"
802
 
@@ -818,7 +967,7 @@ msgid "Media Buttons (all)"
818
  msgstr "Botones de medios (todos)"
819
 
820
  #: includes/features/restrict-editor-features.php:59
821
- #: includes/features/restrict-editor-features.php:416
822
  msgid "Permalink"
823
  msgstr "Enlace permanente"
824
 
@@ -845,11 +994,11 @@ msgstr "Ayuda"
845
  msgid "Top Tabs"
846
  msgstr "Pestañas superiores"
847
 
848
- #: includes/features/editor-features.php:138
849
  msgid "Classic"
850
  msgstr "Clásico"
851
 
852
- #: includes/features/editor-features.php:135
853
  msgid "Gutenberg"
854
  msgstr "Gutenberg"
855
 
@@ -861,15 +1010,15 @@ msgstr "Selecciona las características del editor a eliminar. Ten en cuenta que
861
  msgid "Editor Feature Restriction"
862
  msgstr "Restricción de la característica del editor"
863
 
864
- #: includes/admin.php:1631
865
  msgid "sync options to all sites now"
866
  msgstr "sincronizar opciones a todos los sitios ahora"
867
 
868
- #: includes/admin.php:1631
869
  msgid "Copy option settings to all sites now"
870
  msgstr "Copia los ajustes de opciones a todos los sitios ahora"
871
 
872
- #: includes/handler.php:61 includes/handler.php:89 includes/manager.php:756
873
  msgid "The selected role is not editable."
874
  msgstr "El perfil seleccionado no es editable."
875
 
@@ -937,8 +1086,8 @@ msgstr "Reestablecer perfiles"
937
  msgid "Restore"
938
  msgstr "Restaurar"
939
 
940
- #: includes/admin-load.php:429
941
- #: includes/features/restrict-editor-features.php:387 includes/manager.php:383
942
  msgid "Settings"
943
  msgstr "Ajustes"
944
 
@@ -955,8 +1104,8 @@ msgstr "Buscar perfiles"
955
  msgid "Search results for &#8220;%s&#8221;"
956
  msgstr "Resultados de la búsqueda de «%s»"
957
 
958
- #: includes/admin-load.php:422 includes/manager.php:361
959
- #: includes/roles/roles.php:8 includes/settings-ui.php:21
960
  msgid "Roles"
961
  msgstr "Perfiles"
962
 
@@ -975,10 +1124,10 @@ msgstr "Ocultar"
975
  #: includes-core/editor-features-promo.php:96
976
  #: includes-core/editor-features-promo.php:107
977
  #: includes-core/editor-features-promo.php:117
978
- #: includes/features/admin-features.php:190
979
- #: includes/features/editor-features-classic.php:81
980
- #: includes/features/editor-features-gutenberg.php:78
981
- #: includes/roles/class/class-pp-roles-admin.php:124
982
  #: includes/roles/class/class-pp-roles-list-table.php:281
983
  #: includes/roles/class/class-pp-roles-list-table.php:540
984
  msgid "Delete"
@@ -997,31 +1146,31 @@ msgstr "(perfil no editable)"
997
  msgid "Users"
998
  msgstr "Usuarios"
999
 
1000
- #: includes/roles/class/class-pp-roles-actions.php:673
1001
  msgid "The role %1$s was successfully unhidden."
1002
  msgstr "El perfil %1$s se ha vuelto a mostrar correctamente."
1003
 
1004
- #: includes/roles/class/class-pp-roles-actions.php:613
1005
  msgid "The role %1$s was successfully hidden."
1006
  msgstr "El perfil %1$s se ha ocultado correctamente."
1007
 
1008
- #: includes/roles/class/class-pp-roles-actions.php:559
1009
  msgid "The role could not be deleted."
1010
  msgstr "No se ha podido borrar el perfil."
1011
 
1012
- #: includes/roles/class/class-pp-roles-actions.php:537
1013
  msgid "The selected %1$s roles were successfully deleted. %2$s"
1014
  msgstr "Los perfiles %1$s seleccionados se borraron correctamente. %2$s"
1015
 
1016
- #: includes/roles/class/class-pp-roles-actions.php:531
1017
  msgid "The role %1$s was successfully deleted. %2$s"
1018
  msgstr "El perfil %1$s fue borrado correctamente. %2$s"
1019
 
1020
- #: includes/roles/class/class-pp-roles-actions.php:526
1021
  msgid "%1$d users moved to default role %2$s."
1022
  msgstr "%1$d usuarios movidos al perfil por defecto %2$s."
1023
 
1024
- #: includes/roles/class/class-pp-roles-actions.php:502
1025
  msgid "Deleting a system role is not allowed."
1026
  msgstr "No se permite borrar un perfil del sistema."
1027
 
@@ -1030,17 +1179,18 @@ msgid "Something went wrong, the system wasn't able to create the role, refresh
1030
  msgstr "Algo salió mal, el sistema no fue capaz de crear el perfil, actualiza la página e intentalo de nuevo."
1031
 
1032
  #: includes/roles/class/class-pp-roles-actions.php:184
1033
- #: includes/roles/class/class-pp-roles-actions.php:348
1034
- #: includes/roles/class/class-pp-roles-actions.php:475
1035
- #: includes/roles/class/class-pp-roles-actions.php:602
1036
- #: includes/roles/class/class-pp-roles-actions.php:663
1037
  msgid "Missing parameters, refresh the page and try again."
1038
  msgstr "Faltan parámetros, actualiza la página e inténtalo de nuevo."
1039
 
1040
  #: includes/roles/class/class-pp-roles-actions.php:162
1041
  #: includes/roles/class/class-pp-roles-actions.php:180
1042
- #: includes/roles/class/class-pp-roles-actions.php:344
1043
- #: includes/roles/class/class-pp-roles-actions.php:451
 
1044
  msgid "Your link has expired, refresh the page and try again."
1045
  msgstr "Tu enlace caducó, actualiza la página e intentalo de nuevo."
1046
 
@@ -1048,7 +1198,7 @@ msgstr "Tu enlace caducó, actualiza la página e intentalo de nuevo."
1048
  msgid "You do not have sufficient permissions to perform this action."
1049
  msgstr "No tienes permisos suficientes para realizar esta acción."
1050
 
1051
- #: includes/roles/class/class-pp-roles-admin.php:402
1052
  #: includes/roles/roles-functions.php:33
1053
  msgid "Are you sure you want to delete this role?"
1054
  msgstr "¿Estás seguro que quieres borrar este perfil?"
@@ -1057,13 +1207,13 @@ msgstr "¿Estás seguro que quieres borrar este perfil?"
1057
  msgid "Capabilities Settings"
1058
  msgstr "Ajustes de capacidades"
1059
 
1060
- #: includes-core/CoreAdmin.php:63 includes/admin-load.php:427
1061
  #: includes/manager.php:412
1062
  #: includes/roles/class/class-pp-roles-list-table.php:176
1063
  msgid "Nav Menus"
1064
  msgstr "Menú de navegación"
1065
 
1066
- #: includes-core/CoreAdmin.php:62 includes/admin-load.php:426
1067
  #: includes/manager.php:411
1068
  #: includes/roles/class/class-pp-roles-list-table.php:175
1069
  msgid "Admin Menus"
@@ -1097,44 +1247,44 @@ msgid_plural "All %s"
1097
  msgstr[0] "Todo el %s"
1098
  msgstr[1] "Todos los %s"
1099
 
1100
- #: includes/manager.php:1007
1101
  msgid "Contact"
1102
  msgstr "Contacto"
1103
 
1104
- #: includes/manager.php:1007
1105
  msgid "Contact the PublishPress team"
1106
  msgstr "Contacta al equipo PublishPress"
1107
 
1108
- #: includes/manager.php:1005
1109
  msgid "Capabilites Documentation"
1110
  msgstr "Documentación de capacidades"
1111
 
1112
- #: includes/manager.php:1003
1113
  msgid "About"
1114
  msgstr "Acerca de"
1115
 
1116
- #: includes/manager.php:1003
1117
  msgid "About PublishPress Capabilities"
1118
  msgstr "Acerca de PublishPress Capabilities"
1119
 
1120
- #: includes/manager.php:992
1121
  msgid "If you like %s, please leave us a %s rating. Thank you!"
1122
  msgstr "Si te gusta %s, por favor déjanos una valoración de %s. ¡Gracias!"
1123
 
1124
- #: includes/manager.php:678 includes/manager.php:712 includes/manager.php:730
1125
  msgid "You do not have permission to manage capabilities."
1126
  msgstr "No tienes permisos para gestionar capacidades."
1127
 
1128
  #: includes-core/admin-features-promo.php:79
1129
  #: includes-core/admin-menus-promo.php:62
1130
  #: includes-core/editor-features-promo.php:79
1131
- #: includes-core/nav-menus-promo.php:67 includes/admin-load.php:434
1132
- #: includes/admin-load.php:435 includes/manager.php:388
1133
  #: includes/manager.php:389
1134
  msgid "Upgrade to Pro"
1135
  msgstr "Actualiza a Pro"
1136
 
1137
- #: includes/admin-load.php:428 includes/backup.php:49 includes/manager.php:381
1138
  msgid "Backup"
1139
  msgstr "Copia de seguridad"
1140
 
@@ -1182,39 +1332,31 @@ msgstr "Capacidades específicas de tipos de contenido"
1182
  msgid "Capabilities for custom statuses can be manually added here. (See %sPermissions > Post Statuses%s for applicable names). %sSupplemental status-specific roles%s are usually more convenient, though."
1183
  msgstr "Las capacidades para los estados personalizados pueden ser añadidas manualmente aquí. (Ver %sPermisos > Estados de las entradas%s para los nombres aplicables). Sin embargo, los %sperfiles específicos de estado suplementarios%s suelen ser más convenientes."
1184
 
1185
- #: includes/manager.php:406 includes/roles/class/class-pp-roles-admin.php:162
1186
  #: includes/roles/class/class-pp-roles-list-table.php:170
1187
  msgid "Role Name"
1188
  msgstr "Nombre del perfil"
1189
 
1190
- #: includes/roles/class/class-pp-roles-admin.php:183
1191
  msgid "Role Level"
1192
  msgstr "Nivel del perfil"
1193
 
1194
- #: includes/admin.php:1538
1195
  msgid "Role level is mostly deprecated. However, it still determines eligibility for Post Author assignment and limits the application of user editing capabilities."
1196
  msgstr "El nivel de los perfiles está prácticamente obsoleto. Sin embargo, aún determina la elegibilidad para la asignación del autor de la entrada y limita la aplicación de las capacidades de edición del usuario."
1197
 
1198
- #: includes/admin.php:646 includes/admin.php:1188
1199
  msgid "Invalid Capabilities"
1200
  msgstr "Capacidades no válidas"
1201
 
1202
- #: includes/admin.php:820
1203
  msgid "shared capability: %s"
1204
  msgstr "capacidad compartida: %s"
1205
 
1206
- #: includes/admin.php:1447
1207
  msgid "PublishPress Permissions"
1208
  msgstr "Permisos de PublishPress"
1209
 
1210
- #: includes/admin.php:132
1211
- msgid "<strong>Note:</strong> Capability changes <strong>remain in the database</strong> after plugin deactivation. You can also configure this role as a %sPermission Group%s."
1212
- msgstr "<strong>Ten en cuenta:</strong> los cambios de capacidad <strong>permanecen en la base de datos</strong> después de la desactivación del plugin. También puedes configurar este perfil como %sGrupo de permisos%s."
1213
-
1214
- #: includes/admin.php:140
1215
- msgid "<strong>Note:</strong> Capability changes <strong>remain in the database</strong> after plugin deactivation."
1216
- msgstr "<strong>Nota:</strong> Los cambios en las capacidades <strong>permanecen en la base de datos</strong> tras la desactivación del plugin."
1217
-
1218
  #: includes/admin.php:40
1219
  msgid "Warning: This role cannot access the dashboard without the read capability. %1$sClick here to fix this now%2$s."
1220
  msgstr "Advertencia: Este perfil no puede acceder al escritorio sin la capacidad de lectura. %1$sHaz clic aquí para corregir esto ahora%2$s."
@@ -1303,11 +1445,11 @@ msgstr "activar los %1$sajustes avanzados%2$s, consulta Uso de perfiles"
1303
  msgid "see %1$sRole Usage%2$s: \"Pattern Roles\""
1304
  msgstr "consulta %1$sUso de perfiles%2$s: «Perfiles de patrones»"
1305
 
1306
- #: includes/manager.php:785
1307
  msgid "Bad form Received"
1308
  msgstr "Se ha recibido un formulario incorrecto"
1309
 
1310
- #: includes/roles/class/class-pp-roles-actions.php:483
1311
  msgid "Cannot delete default role. You <a href=\"%s\">have to change it first</a>."
1312
  msgstr "No se ha podido eliminar el perfil por defecto. <a href=\"%s\">Debes cambiarlo antes</a>."
1313
 
@@ -1323,7 +1465,7 @@ msgstr "Se ha recibido un formulario incorrecto."
1323
  msgid "Incorrect capability name."
1324
  msgstr "Nombre incorrecto de la capacidad."
1325
 
1326
- #: includes/manager.php:744
1327
  msgid "New capability added to role."
1328
  msgstr "Se han añadido nuevas capacidades al perfil."
1329
 
@@ -1388,37 +1530,37 @@ msgstr "Ha fallado la restauración. No se ha encontrado ninguna copia de seguri
1388
  msgid "New backup saved."
1389
  msgstr "Se ha guardado una nueva copia de seguridad."
1390
 
1391
- #: includes/backup-handler.php:15 includes/manager.php:899
1392
  msgid "You do not have permission to restore roles."
1393
  msgstr "No tienes permisos para restaurar perfiles."
1394
 
1395
- #: includes/admin.php:1628
1396
  msgid "sync role to all sites now"
1397
  msgstr "sincronizar perfil a todos los sitios ahora"
1398
 
1399
- #: includes/admin.php:1628
1400
  msgid "Copy / update this role definition to all sites now"
1401
  msgstr "Copiar/actualizar esta definición de perfil a todos los sitios ahora"
1402
 
1403
- #: includes/admin.php:1625
1404
  msgid "include in new sites"
1405
  msgstr "incluir en los nuevos sitios"
1406
 
1407
- #: includes/admin.php:1625
1408
  msgid "Create this role definition in new (future) sites"
1409
  msgstr "Crear esta definición de perfil en nuevos (futuros) sitios"
1410
 
1411
- #: includes/admin.php:1589
1412
  msgid "Add to role"
1413
  msgstr "Añadir al perfil"
1414
 
1415
- #: includes/admin.php:934 includes/admin.php:1007 includes/admin.php:1044
1416
- #: includes/admin.php:1053 includes/admin.php:1097 includes/admin.php:1170
1417
- #: includes/admin.php:1301 includes/admin.php:1417
1418
  msgid "Capability Name"
1419
  msgstr "Nombre de la capacidad"
1420
 
1421
- #: includes/admin.php:1586
1422
  msgid "Add Capability"
1423
  msgstr "Añadir capacidad"
1424
 
@@ -1426,165 +1568,165 @@ msgstr "Añadir capacidad"
1426
  msgid "Copy"
1427
  msgstr "Copiar"
1428
 
1429
- #: includes/roles/class/class-pp-roles-admin.php:590
1430
  msgid "Create New Role"
1431
  msgstr "Crear nuevo perfil"
1432
 
1433
- #: includes/roles/class/class-pp-roles-admin.php:206
1434
  msgid "Delete role"
1435
  msgstr "Borrar perfil"
1436
 
1437
  #: includes-core/admin-menus-promo.php:48 includes-core/nav-menus-promo.php:52
1438
- #: includes/admin.php:113 includes/admin.php:1560
1439
- #: includes/features/admin-features.php:76
1440
- #: includes/features/admin-features.php:215 includes/settings.php:51
1441
  msgid "Save Changes"
1442
  msgstr "Guardar los cambios"
1443
 
1444
- #: includes/admin.php:1540
1445
  msgid "Level:"
1446
  msgstr "Nivel:"
1447
 
1448
- #: includes/admin.php:1289
1449
  msgid "Additional Capabilities"
1450
  msgstr "Capacidades adicionales"
1451
 
1452
- #: includes/admin.php:936 includes/admin.php:1009 includes/admin.php:1046
1453
- #: includes/admin.php:1055 includes/admin.php:1099 includes/admin.php:1172
1454
- #: includes/admin.php:1303 includes/admin.php:1419
1455
  msgid "negate none (add/remove all capabilities normally)"
1456
  msgstr "no negar ninguna (añadir/quitar todas las capacidades normalmente)"
1457
 
1458
- #: includes/admin.php:936 includes/admin.php:1009 includes/admin.php:1046
1459
- #: includes/admin.php:1055 includes/admin.php:1099 includes/admin.php:1172
1460
- #: includes/admin.php:1303 includes/admin.php:1419
1461
  msgid "negate all (storing as disabled capabilities)"
1462
  msgstr "negar todas (almacenar como capacidades desactivadas)"
1463
 
1464
- #: includes/admin.php:934 includes/admin.php:1007 includes/admin.php:1044
1465
- #: includes/admin.php:1053 includes/admin.php:1097 includes/admin.php:1170
1466
- #: includes/admin.php:1301 includes/admin.php:1417
1467
  msgid "check / uncheck all"
1468
  msgstr "marcar / desmarcar todo"
1469
 
1470
- #: includes/admin.php:808 includes/admin.php:969 includes/admin.php:1132
1471
- #: includes/admin.php:1365
1472
  msgid "%s: assigned by Permission Group"
1473
  msgstr "%s: asignada por el «Grupo de permisos»"
1474
 
1475
- #: includes/admin.php:238
1476
  msgid "can delete posts which are currently published with private visibility"
1477
  msgstr "puede borrar entradas que estén publicadas actualmente con visibilidad privada"
1478
 
1479
- #: includes/admin.php:237
1480
  msgid "can delete posts which are currently published"
1481
  msgstr "puede borrar entradas que estén publicadas actualmente"
1482
 
1483
- #: includes/admin.php:236
1484
  msgid "can delete posts which were created by other users"
1485
  msgstr "puede borrar entradas que hayan sido creadas por otros usuarios"
1486
 
1487
- #: includes/admin.php:235
1488
  msgid "has basic deletion capability (but may need other capabilities based on post status and ownership)"
1489
  msgstr "tiene una capacidad básica de eliminación (pero puede necesitar otras capacidades con base al estado de la entrada y de la autoría)"
1490
 
1491
- #: includes/admin.php:234
1492
  msgid "can make a post publicly visible"
1493
  msgstr "puede hacer que una entrada sea visible públicamente"
1494
 
1495
- #: includes/admin.php:233
1496
  msgid "can edit posts which are currently published with private visibility"
1497
  msgstr "puede editar entradas que estén publicadas actualmente con visibilidad privada"
1498
 
1499
- #: includes/admin.php:232
1500
  msgid "can edit posts which are currently published"
1501
  msgstr "puede editar entradas que estén publicadas actualmente"
1502
 
1503
- #: includes/admin.php:231
1504
  msgid "can edit posts which were created by other users"
1505
  msgstr "puede editar entradas que hayan sido creadas por otros usuarios"
1506
 
1507
- #: includes/admin.php:230
1508
  msgid "has basic editing capability (but may need other capabilities based on post status and ownership)"
1509
  msgstr "tiene una capacidad básica de edición (pero puede necesitar otras capacidades con base al estado de la entrada y de la autoría)"
1510
 
1511
- #: includes/admin.php:229
1512
  msgid "can read posts which are currently published with private visibility"
1513
  msgstr "puede leer las entradas que estén publicados actualmente con visibilidad privada"
1514
 
1515
- #: includes/admin.php:218
1516
  msgid "Reading"
1517
  msgstr "Lectura"
1518
 
1519
- #: includes/admin.php:217
1520
  msgid "&nbsp;"
1521
  msgstr "&nbsp;"
1522
 
1523
- #: includes/admin.php:1506
1524
  msgid "%s info/purchase"
1525
  msgstr "información/compra de %s"
1526
 
1527
- #: includes/admin.php:1506
1528
  msgid "%1$sbuy%2$s %3$s"
1529
  msgstr "%1$scomprar%2$s %3$s"
1530
 
1531
- #: includes/admin.php:1504
1532
  msgid "%s (free install)"
1533
  msgstr "%s (instalación gratuita)"
1534
 
1535
- #: includes/admin.php:1504
1536
  msgid "%1$sgrab%2$s %3$s"
1537
  msgstr "%1$sobtener%2$s %3$s"
1538
 
1539
- #: includes/admin.php:1497
1540
  msgid "Member support forum"
1541
  msgstr "Foro de soporte de miembros"
1542
 
1543
- #: includes/admin.php:1493
1544
  msgid "WPML integration to mirror permissions to translations <em>(Pro)</em>"
1545
  msgstr "Integración de WPML para replicar los permisos a las traducciones <em>(Pro)</em>"
1546
 
1547
- #: includes/admin.php:1489
1548
  msgid "Grant supplemental content permissions to a BuddyPress group <em>(Pro)</em>"
1549
  msgstr "Otorgar permisos de contenido suplementario a un grupo de BuddyPress <em>(Pro)</em>"
1550
 
1551
- #: includes/admin.php:1485
1552
  msgid "Grant Spectator, Participant or Moderator access to specific bbPress forums <em>(Pro)</em>"
1553
  msgstr "Otorgar al espectador, participante o moderador acceso a foros específicos de bbPress <em>(Pro)</em>"
1554
 
1555
- #: includes/admin.php:1481
1556
  msgid "Customize the moderated editing of published content with Revisionary or Post Forking <em>(Pro)</em>"
1557
  msgstr "Personalizar la edición moderada de los contenidos publicados con Revisionary o Post Forking <em>(Pro)</em>"
1558
 
1559
- #: includes/admin.php:1477
1560
  msgid "Regulate permissions for Edit Flow post statuses <em>(Pro)</em>"
1561
  msgstr "Regular los permisos de los estados de las entradas de Edit Flow <em>(Pro)</em>"
1562
 
1563
- #: includes/admin.php:1473
1564
  msgid "Custom Moderation statuses for access-controlled, multi-step publishing workflow <em>(Pro)</em>"
1565
  msgstr "Estados de moderación personalizados para el flujo de trabajo de publicación multipaso y de acceso controlado <em>(Pro)</em>"
1566
 
1567
- #: includes/admin.php:1469
1568
  msgid "Custom Post Visibility statuses, fully implemented throughout wp-admin <em>(Pro)</em>"
1569
  msgstr "Estados de Custom Post Visibility, totalmente implementados en todo el escritorio <em>(Pro)</em>"
1570
 
1571
- #: includes/admin.php:1465
1572
  msgid "Customize editing permissions per-category or per-post <em>(Pro)</em>"
1573
  msgstr "Personalizar los permisos de edición por categoría o por tipo de contenido <em>(Pro)</em>"
1574
 
1575
- #: includes/admin.php:1461
1576
  msgid "Customize reading permissions per-category or per-post"
1577
  msgstr "Personalizar los permisos de lectura por categoría o por tipo de contenido"
1578
 
1579
- #: includes/admin.php:1457
1580
  msgid "Assign custom WP roles supplementally for a specific post type <em>(Pro)</em>"
1581
  msgstr "Asignar perfiles de WP personalizados de forma suplementaria para un tipo de contenido específico <em>(Pro)</em>"
1582
 
1583
- #: includes/admin.php:1453
1584
  msgid "Assign standard WP roles supplementally for a specific post type"
1585
  msgstr "Asignar perfiles de WP estándar de forma suplementaria para un tipo de contenido específico"
1586
 
1587
- #: includes/admin.php:1449
1588
  msgid "Automatically define type-specific capabilities for your custom post types and taxonomies"
1589
  msgstr "Definir automáticamente las capacidades específicas del tipo para tus tipos de contenido y taxonomías personalizadas"
1590
 
@@ -1592,7 +1734,7 @@ msgstr "Definir automáticamente las capacidades específicas del tipo para tus
1592
  msgid "Roles and Capabilities"
1593
  msgstr "Perfiles y capacidades"
1594
 
1595
- #: includes/manager.php:1005
1596
  msgid "Documentation"
1597
  msgstr "Documentación"
1598
 
@@ -1624,10 +1766,10 @@ msgstr "Niega explícitamente estas capacidades almacenándolas como desactivada
1624
  msgid "Explicity negate this capability by storing as disabled"
1625
  msgstr "Niega explícitamente esta capacidad almacenándola como desactivada"
1626
 
1627
- #: includes/admin-load.php:400 includes/manager.php:339
1628
- #: includes/manager.php:408 includes/roles/class/class-pp-roles-admin.php:669
1629
  #: includes/roles/class/class-pp-roles-list-table.php:172
1630
- #: includes/settings-ui.php:22
1631
  msgid "Capabilities"
1632
  msgstr "Capacidades"
1633
 
4
  msgstr ""
5
  "Project-Id-Version: Plugins - PublishPress Capabilities &#8211; User Role Access, Editor Permissions, Admin Menus - Stable (latest release)\n"
6
  "POT-Creation-Date: \n"
7
+ "PO-Revision-Date: 2022-10-27 14:21+0200\n"
8
  "Last-Translator: \n"
9
+ "Language-Team: Angelo Giammarresi - info@wocmultimedia.com\n"
10
  "Language: es\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
15
  "X-Generator: Poedit 3.0.1\n"
16
 
17
+ #: includes/test-user.php:58
18
+ msgid "Unable to retrieve user data."
19
+ msgstr "No se ha podido recuperar los datos del usuario."
20
 
21
+ #: includes/test-user-ui.php:145
22
+ msgid "Testing as user: %1$s. %2$sReturn to Administrator view%3$s"
23
+ msgstr "Probando como usuario: %1$s. %2$sVolver a la vista de administrador%3$s"
24
+
25
+ #: includes/test-user-ui.php:98
26
+ msgid "%1$sReturn to Administrator view%2$s"
27
+ msgstr "%1$sVolver a la vista de administrador%2$s"
28
 
29
+ #: includes/test-user-ui.php:84
30
+ msgid "Testing: "
31
+ msgstr "Probando: "
32
+
33
+ #: includes/test-user-ui.php:41
34
+ msgid "Test this user"
35
+ msgstr "Prueba de este usuario"
36
+
37
+ #: includes/settings-ui.php:151
38
+ msgid "When testing, display a return link in the front end footer."
39
+ msgstr "Al hacer la prueba, muestra un enlace de retorno en el pie de página de la vista pública."
40
+
41
+ #: includes/settings-ui.php:146
42
+ msgid "Front End footer notice"
43
+ msgstr "Aviso en el pie de página de la vista pública"
44
+
45
+ #: includes/settings-ui.php:135
46
+ msgid "When testing, display a caption and return link in the Admin Bar."
47
+ msgstr "Al hacer la prueba, muestra una leyenda y un enlace de retorno en la barra de administración."
48
+
49
+ #: includes/settings-ui.php:130
50
+ msgid "Admin Bar modification"
51
+ msgstr "Modificación de la barra de administración"
52
+
53
+ #: includes/settings-ui.php:114
54
+ msgid "Always show the Classic Editor tab in \"Editor Features\" screen."
55
+ msgstr "Muestra siempre la pestaña del editor clásico en la pantalla «Características del editor»."
56
+
57
+ #: includes/settings-ui.php:98
58
+ msgid "Show all post types on the \"Editor Features\" screen, even ones normally hidden in the WordPress admin area."
59
+ msgstr "Muestra todos los tipos de contenido en la pantalla «Características del editor», incluso los que normalmente están ocultos en el área de administración de WordPress."
60
+
61
+ #: includes/settings-ui.php:93
62
+ msgid "Show private post types"
63
+ msgstr "Muestra los tipos de contenido privados"
64
+
65
+ #: includes/settings-ui.php:74
66
+ msgid "This will show all taxonomies on the \"Capabilities\" screen, even ones normally hidden in the WordPress admin area."
67
+ msgstr "Esto mostrará todas las taxonomías en la pantalla de «Capacidades», incluso las que normalmente están ocultas en el área de administración de WordPress."
68
+
69
+ #: includes/settings-ui.php:53
70
+ msgid "This allows you to assign a user to multiples roles on the \"Add New User\" screen."
71
+ msgstr "Esto te permite asignar un usuario a múltiplos perfiles en la pantalla «Añadir nuevo usuario»."
72
+
73
+ #: includes/settings-ui.php:48
74
+ msgid "Multiples roles on \"Add New User\" screen"
75
+ msgstr "Múltiplos perfiles en la pantalla «Añadir nuevo usuario»."
76
+
77
+ #: includes/settings-ui.php:31
78
+ msgid "Test User"
79
+ msgstr "Prueba usuario"
80
+
81
+ #: includes/features/editor-features.php:251
82
+ msgid "How to use Editor Features"
83
+ msgstr "Cómo utilizar las características del editor"
84
+
85
+ #: includes/features/admin-features.php:237
86
+ msgid "How to use Admin Features"
87
+ msgstr "Cómo utilizar las características de administración"
88
+
89
+ #: includes/features/admin-features.php:233
90
+ #: includes/features/editor-features.php:247
91
+ msgid "%1s= This feature is denied"
92
+ msgstr "%1s= Esta característica está denegada"
93
+
94
+ #: includes/features/admin-features.php:232
95
+ #: includes/features/editor-features.php:246
96
+ msgid "%1s= No change"
97
+ msgstr "%1s= Sin cambios"
98
+
99
+ #: includes/admin.php:1582
100
+ msgid "Whenever you use PublishPress Capabilities to save changes, it also creates a backup which you can use to restore a previous configuration."
101
+ msgstr "Cada vez que utilizas las capacidades de PublishPress para guardar los cambios, también se crea una copia de seguridad que puedes utilizar para restaurar una configuración anterior."
102
+
103
+ #: includes/admin.php:1581
104
+ msgid "WordPress stores role capabilities in your database, where they remain even if the plugin is deactivated."
105
+ msgstr "WordPress almacena las capacidades de los perfiles en su base de datos, donde permanecen incluso si el plugin está desactivado."
106
+
107
+ #: includes/admin.php:1569 includes/features/admin-features.php:240
108
+ #: includes/features/editor-features.php:254
109
+ msgid "View Documentation"
110
+ msgstr "Ver la documentación"
111
+
112
+ #: includes/admin.php:1566
113
+ msgid "How to use Capabilities"
114
+ msgstr "Cómo utilizar las capacidades"
115
+
116
+ #: includes/admin.php:1555
117
+ msgid "You can also configure this role as a %sPermission Group%s."
118
+ msgstr "También puede configurar este perfil como un %sGrupo de permisos%s."
119
+
120
+ #: includes/admin.php:1547
121
+ msgid "%1s= Capability denied, even if granted by another role %2$s"
122
+ msgstr "%1s= Capacidad denegada, aunque haya sido concedida por otro perfil %2$s"
123
+
124
+ #: includes/admin.php:1546
125
+ msgid "%1s= Capability not granted %2$s"
126
+ msgstr "%1s= Capacidad no concedida %2$s"
127
+
128
+ #: includes/admin.php:1545 includes/admin.php:1546 includes/admin.php:1547
129
+ #: includes/features/admin-features.php:232
130
+ #: includes/features/admin-features.php:233
131
+ #: includes/features/editor-features.php:246
132
+ #: includes/features/editor-features.php:247
133
+ msgid "usage key"
134
+ msgstr "clave de utilización"
135
+
136
+ #: includes/admin.php:1545
137
+ msgid "%1s= Capability granted %2$s"
138
+ msgstr "%1s= Capacidad concedida %2$s"
139
+
140
+ #: includes/roles/class/class-pp-roles-admin.php:293
141
+ msgid "WooCommerce blocks most users from accessing the WordPress admin area. When enabled, this setting will remove those restrictions."
142
+ msgstr "WooCommerce bloquea a la mayoría de usuarios a la hora de acceder al área de administración de WordPress. Cuando está activo, este ajuste quita esas restricciones."
143
+
144
+ #: includes/roles/class/class-pp-roles-admin.php:292
145
+ msgid "Disable WooCommerce admin restrictions"
146
+ msgstr "Desactivar restricciones de administración de WooCommerce"
147
+
148
+ #: includes/roles/class/class-pp-roles-admin.php:200
149
+ msgid "Block users in this role from logging into the site."
150
+ msgstr "Bloquear a los usuarios con este perfil de que accedan a este sitio."
151
+
152
+ #: includes/roles/class/class-pp-roles-admin.php:199
153
+ msgid "Block Login"
154
+ msgstr "Bloquear acceso"
155
+
156
+ #: includes/roles/class/class-pp-roles-admin.php:122
157
+ msgid "WooCommerce"
158
+ msgstr "WooCommerce"
159
+
160
+ #: includes/functions.php:353
161
+ msgid "Login permission denied."
162
+ msgstr "Permisos de acceso denegados."
163
+
164
+ #: includes/settings-ui.php:109
165
+ msgid "Enable Classic Editor tab"
166
+ msgstr "Activar la pestaña del editor clásico"
167
+
168
+ #: includes/features/restrict-editor-features.php:163
169
+ msgid "Coupon Description"
170
+ msgstr "Descripción del cupón"
171
+
172
+ #: includes/features/editor-features.php:145
173
+ msgid "show Classic Editor controls"
174
+ msgstr "mostrar los controles del editor clásico"
175
+
176
+ #: includes/settings-ui.php:69
177
+ msgid "Show private taxonomies"
178
+ msgstr "Mostrar las taxonomías privadas"
179
 
180
+ #: includes/admin.php:660
181
  msgid "Admin listing access is normally provided by the \"Edit\" capabilities. \"List\" capabilities apply if the corresponding \"Edit\" capability is missing, but otherwise have no effect."
182
  msgstr "El acceso a los listados por parte de los administradores se realiza normalmente a través de las funciones de «Edición». Las capacidades de «Listado» se aplican si falta la correspondiente capacidad de «Edición», pero en caso contrario no tienen ningún efecto."
183
 
184
+ #: includes/admin.php:197
185
  msgid "Listing"
186
  msgstr "Listado"
187
 
188
+ #. Translators: "Editor" means post editor like Gutenberg
189
+ #: includes/roles/class/class-pp-roles-admin.php:379
190
  msgid "You must select at least one editor for the role when managing allowed editor."
191
  msgstr "Debes seleccionar al menos un editor para el perfil al gestionar el editor permitido."
192
 
193
+ #. Translators: "Editor" means post editor like Gutenberg
194
+ #: includes/roles/class/class-pp-roles-admin.php:378
195
  msgid "Select allowed editor"
196
  msgstr "Seleccionar editor permitido"
197
 
198
+ #. Translators: "Editor" means post editor like Gutenberg
199
+ #: includes/roles/class/class-pp-roles-admin.php:278
200
  msgid "Control Allowed Editors"
201
  msgstr "Controlar editores permitidos"
202
 
203
+ #: includes/roles/class/class-pp-roles-admin.php:627
204
  msgid "Edit Role: %s"
205
  msgstr "Editar el perfil: %s"
206
 
207
+ #: includes/roles/class/class-pp-roles-admin.php:542
208
  msgid "Enter the relative path only without domain for logout redirect."
209
  msgstr "Introduce sólo la ruta relativa sin dominio para la redirección al salir."
210
 
211
+ #: includes/roles/class/class-pp-roles-admin.php:510
212
  msgid "You must enter the Login Redirect URL."
213
  msgstr "Debes introducir la URL de redirección de acceso."
214
 
215
+ #: includes/roles/class/class-pp-roles-admin.php:509
216
  msgid "Enter the relative path only without domain for login redirect."
217
  msgstr "Introduce sólo la ruta relativa sin el dominio para la redirección de acceso."
218
 
219
+ #: includes/roles/class/class-pp-roles-admin.php:493
220
  msgid "Redirect users to a specified URL."
221
  msgstr "Redirige a los usuarios a una URL especificada."
222
 
223
+ #: includes/roles/class/class-pp-roles-admin.php:481
224
  msgid "Redirect users to the URL they were viewing before login."
225
  msgstr "Redirige a los usuarios a la URL que estaban viendo antes del acceso."
226
 
227
+ #: includes/roles/class/class-pp-roles-admin.php:408
228
  msgid "Select %s"
229
  msgstr "Seleccionar %s"
230
 
231
+ #. Translators: "Editor" means post editor like Gutenberg
232
+ #: includes/roles/class/class-pp-roles-admin.php:279
233
  msgid "Select the allowed editor options for users in this role."
234
  msgstr "Selecciona las opciones de edición permitidas para los usuarios de este perfil."
235
 
236
+ #. Translators: "Editor" means post editor like Gutenberg
237
+ #: includes/roles/class/class-pp-roles-admin.php:267
238
  msgid "Disable the \"Code editor\" option for the Gutenberg block editor."
239
  msgstr "Desactiva la opción «Editor de código» para el editor de bloques de Gutenberg."
240
 
241
+ #. Translators: "Editor" means post editor like Gutenberg
242
+ #: includes/roles/class/class-pp-roles-admin.php:266
243
  msgid "Disable Code Editor"
244
  msgstr "Desactivar el editor de código"
245
 
246
+ #: includes/roles/class/class-pp-roles-admin.php:256
247
  msgid "Enter the URL users in this role should be redirected to after logout."
248
  msgstr "Introduce la URL a la que deben ser redirigidos los usuarios de este perfil después de salir."
249
 
250
+ #: includes/roles/class/class-pp-roles-admin.php:255
251
  msgid "Logout Redirect"
252
  msgstr "Redirección al salir"
253
 
254
+ #: includes/roles/class/class-pp-roles-admin.php:245
255
  msgid "Enter the URL users in this role should be redirected to after login."
256
  msgstr "Introduce la URL a la que deben ser redirigidos los usuarios de este perfil después del acceso."
257
 
258
+ #: includes/roles/class/class-pp-roles-admin.php:244
259
  msgid "Login Redirect"
260
  msgstr "Redirección de acceso"
261
 
262
+ #: includes/roles/class/class-pp-roles-admin.php:165
263
  msgid "Classic editor"
264
  msgstr "Editor clásico"
265
 
266
+ #: includes/roles/class/class-pp-roles-admin.php:163
267
  msgid "Gutenberg editor"
268
  msgstr "Editor Gutenberg"
269
 
270
+ #: includes/roles/class/class-pp-roles-admin.php:116
271
  msgid "Redirects"
272
  msgstr "Redirecciones"
273
 
274
+ #: includes/features/restrict-editor-features.php:422
275
  msgid "Revisions"
276
  msgstr "Revisiones"
277
 
278
+ #: includes/features/restrict-editor-features.php:411
279
  msgid "Add new block"
280
  msgstr "Añadir un bloque"
281
 
282
+ #: includes/features/editor-features-classic.php:115
283
+ #: includes/features/editor-features-gutenberg.php:112
284
  msgid "No metabox found for %1s. %2s Click here %3s to visit the %4s screen and refresh this page after to load new metabox"
285
  msgstr "No se ha encontrado ninguna caja meta para %1s. %2s Haz clic aquí %3s para visitar la pantalla %4s y actualiza esta página después para cargar la nueva caja meta"
286
 
287
+ #: includes/admin.php:1165
288
  msgid "The following entries have no effect. Please assign desired capabilities on the Editing / Deletion / Reading tabs."
289
  msgstr "Las siguientes entradas no tienen efecto. Por favor, asigna las capacidades deseadas en las pestañas de edición / borrado / lectura."
290
 
291
+ #: includes/admin.php:193
292
  msgid "Taxonomies"
293
  msgstr "Taxonomías"
294
 
295
+ #: includes/admin-load.php:311
296
  msgid "Drag multiple roles selection to change order."
297
  msgstr "Arrastra la selección de perfiles múltiples para cambiar su orden."
298
 
299
+ #: includes/roles/class/class-pp-roles-admin.php:430
300
  msgid "Read more on Role Level."
301
  msgstr "Lee más sobre el nivel de los perfiles."
302
 
303
+ #: includes/roles/class/class-pp-roles-admin.php:212
304
  msgid "Each user role has a level from 0 to 10. The Subscriber role defaults to the lowest level (0). The Administrator role defaults to level 10."
305
  msgstr "Cada perfil de usuario tiene un nivel de 0 a 10. El rol perfil suscriptor tiene por defecto el nivel más bajo (0). El perfil de administrador tiene por defecto el nivel 10."
306
 
307
+ #: includes/features/editor-features.php:181
308
  msgid "Restricted:"
309
  msgstr "Restringido:"
310
 
311
+ #: includes/features/editor-features.php:129
312
+ #: includes/features/editor-features.php:131
313
+ #: includes/features/editor-features.php:231
314
+ #: includes/features/editor-features.php:233
315
  msgid "Save %s Restrictions"
316
  msgstr "Guardar las restricciones para %s"
317
 
318
+ #: includes/features/editor-features.php:125
319
+ #: includes/features/editor-features.php:227
320
  msgid "Save for all Post Types"
321
  msgstr "Guardar para todos los tipos de contenido"
322
 
368
  msgstr[0] "Mío %s"
369
  msgstr[1] "Míos %s"
370
 
371
+ #: includes/roles/class/class-pp-roles-admin.php:745
372
  msgid "Load Less"
373
  msgstr "Cargar menos"
374
 
375
+ #: includes/roles/class/class-pp-roles-admin.php:742
376
  msgid "Load More"
377
  msgstr "Cargar más"
378
 
379
+ #: includes/roles/class/class-pp-roles-admin.php:714
380
  msgid "These can be edited on the %1s Capabilities screen %2s"
381
  msgstr "Se pueden editar en la pantalla de %1s Capacidades %2s"
382
 
383
+ #: includes/roles/class/class-pp-roles-admin.php:635
384
  msgid "All Roles"
385
  msgstr "Todos los perfiles"
386
 
387
+ #: includes/roles/class/class-pp-roles-admin.php:629
388
  msgid "Copy Role"
389
  msgstr "Copiar perfil"
390
 
391
+ #: includes/roles/class/class-pp-roles-admin.php:619
392
  msgid "Create Role"
393
  msgstr "Crear perfil"
394
 
395
+ #: includes/roles/class/class-pp-roles-admin.php:619
396
  msgid "Update Role"
397
  msgstr "Actualizar el perfil"
398
 
399
+ #: includes/roles/class/class-pp-roles-admin.php:613
400
+ msgid "%s role copied. Please click the \"Create Role\" button to create this new role."
401
+ msgstr "El perfil %s se ha copiado. Por favor, haz clic en el botón «Crear perfil» para crear este nuevo perfil."
402
 
403
+ #: includes/roles/class/class-pp-roles-admin.php:352
404
  msgid "Slug already exists"
405
  msgstr "El slug ya existe"
406
 
407
+ #: includes/roles/class/class-pp-roles-admin.php:235
408
  msgid "Deleting this role will completely remove it from database and is irrecoverable."
409
  msgstr "El borrado de este perfil lo eliminará completamente de la base de datos y es irrecuperable."
410
 
411
+ #: includes/roles/class/class-pp-roles-admin.php:188
412
  msgid "The \"slug\" is the URL-friendly version of the role. It is usually all lowercase and contains only letters, numbers and underscores."
413
  msgstr "El «slug» es la versión amigable de la URL del perfil. Suele estar en minúsculas y solo contiene letras, números y guiones bajos."
414
 
415
+ #: includes/roles/class/class-pp-roles-admin.php:187
416
  msgid "Role Slug"
417
  msgstr "Slug del perfil"
418
 
419
+ #: includes/roles/class/class-pp-roles-admin.php:128
420
  msgid "Advanced"
421
  msgstr "Avanzado"
422
 
423
+ #: includes/roles/class/class-pp-roles-admin.php:106
424
  msgid "General"
425
  msgstr "General"
426
 
427
+ #: includes/roles/class/class-pp-roles-actions.php:417
428
  msgid "%s role updated successfully."
429
  msgstr "El perfil de %s se ha actualizado correctamente."
430
 
431
+ #: includes/manager.php:941
432
  msgid "You do not have permission to perform this action."
433
  msgstr "No tiene permisos para realizar esta acción."
434
 
435
+ #: includes/features/restrict-editor-features.php:419
436
  msgid "Template"
437
  msgstr "Plantilla"
438
 
504
  msgid "%s restored from last backup."
505
  msgstr "%s restaurado a partir de la última copia de seguridad."
506
 
507
+ #: includes/admin.php:1585
508
  msgid "Go to the Backup feature"
509
  msgstr "Ir a la característica de copia de seguridad"
510
 
511
+ #: includes/admin.php:1579
 
 
 
 
 
 
 
 
512
  msgid "PublishPress Capabilities is safe to use"
513
  msgstr "PublishPress Capabilities es seguro de usar"
514
 
516
  msgid "This plugin can be deleted."
517
  msgstr "Este plugin puede ser borrado."
518
 
519
+ #: includes/roles/class/class-pp-roles-actions.php:314
520
  msgid "The new role %s was created successfully."
521
  msgstr "El nuevo perfil %s se ha creado correctamente."
522
 
528
  msgid "Invalid role name entry: %s"
529
  msgstr "Registro de nombre de perfil no válido: %s"
530
 
531
+ #: includes/manager.php:539 includes/manager.php:561
532
  msgid "You do not have permission to manage admin features."
533
  msgstr "No tienes permisos para gestionar características de administración."
534
 
605
  msgid "Admin Feature Restrictions"
606
  msgstr "Restricciones de características de administración"
607
 
608
+ #: includes/backup.php:362 includes/features/admin-features.php:256
609
+ #: includes/features/editor-features.php:271
610
  msgid "Click here to install PublishPress Permissions"
611
  msgstr "Haz clic aquí para instalar PublishPress Permissions"
612
 
613
+ #: includes/backup.php:359 includes/features/admin-features.php:253
614
+ #: includes/features/editor-features.php:268
615
  msgid "PublishPress Permissions is 100% free to install."
616
  msgstr "La instalación de PublishPress Permissions es 100 % gratis."
617
 
618
+ #: includes/backup.php:358 includes/features/admin-features.php:252
619
+ #: includes/features/editor-features.php:267
620
  msgid "Allow specific user roles or users to manage each post."
621
  msgstr "Permite a perfiles o usuarios específicos gestionar cada entrada."
622
 
623
+ #: includes/backup.php:357 includes/features/admin-features.php:251
624
+ #: includes/features/editor-features.php:266
625
  msgid "Choose who can read and edit each post."
626
  msgstr "Elige quién puede leer y editar cada entrada."
627
 
628
+ #: includes/backup.php:355 includes/features/admin-features.php:249
629
+ #: includes/features/editor-features.php:264
630
  msgid "Control permissions for individual posts and pages"
631
  msgstr "Controla los permisos para entradas y páginas individuales"
632
 
633
+ #: includes/backup.php:354 includes/features/admin-features.php:248
634
+ #: includes/features/editor-features.php:263
635
  msgid "Recommendations for you"
636
  msgstr "Recomendaciones para ti"
637
 
638
+ #: includes/admin.php:1052
639
  msgid "Plugin Capabilities &ndash; %s"
640
  msgstr "Capacidades del plugin &ndash; %s"
641
 
642
+ #: includes/admin.php:895 includes/admin.php:1005 includes/admin.php:1058
643
+ #: includes/admin.php:1267
644
  msgid "No results found. Please try again with a different word."
645
  msgstr "No se han encontrado resultados. Por favor, inténtalo de nuevo con una palabra diferente."
646
 
647
+ #: includes/admin.php:892 includes/admin.php:1002 includes/admin.php:1055
648
+ #: includes/admin.php:1264
649
  msgid "Filter by capability"
650
  msgstr "Filtrar por capacidad"
651
 
652
+ #: includes/admin.php:999
653
  msgid "WordPress Core Capabilities"
654
  msgstr "Capacidades del núcleo de WordPress"
655
 
656
+ #: includes/admin.php:668 includes/admin.php:893 includes/admin.php:1003
657
+ #: includes/admin.php:1056 includes/admin.php:1265
658
  msgid "Clear"
659
  msgstr "Vaciar"
660
 
661
+ #: includes/admin.php:665
662
  msgid "Filter by post type"
663
  msgstr "Filtrar por tipo de contenido"
664
 
665
+ #: includes/admin.php:665
666
  msgid "Filter by taxonomy"
667
  msgstr "Filtrar por taxonomía"
668
 
669
+ #: includes/admin.php:655
670
  msgid "Post %s Capabilities"
671
  msgstr "Capacidades del contenido %s"
672
 
673
+ #: includes/admin.php:655
674
  msgid "Term %s Capabilities"
675
  msgstr "Capacidades del término %s"
676
 
677
+ #: includes/admin.php:623
678
  msgid "Additional"
679
  msgstr "Adicional"
680
 
681
+ #: includes/admin.php:192
682
  msgid "Deletion"
683
  msgstr "Borrado"
684
 
685
+ #: includes/admin.php:191 includes/roles/class/class-pp-roles-admin.php:111
686
  msgid "Editing"
687
  msgstr "Edición"
688
 
689
+ #: includes/admin-load.php:440 includes/functions-admin.php:212
690
  #: includes/manager.php:377 includes/manager.php:410
691
  #: includes/roles/class/class-pp-roles-list-table.php:174
692
  msgid "Admin Features"
744
  msgid "Metaboxes"
745
  msgstr "Cajas meta"
746
 
747
+ #: includes/manager.php:523 includes/manager.php:577
748
  msgid "Settings updated."
749
  msgstr "Ajustes actualizados."
750
 
752
  msgid "You do not have permission to manage editor features."
753
  msgstr "No tienes permisos para gestionar las características del editor."
754
 
755
+ #: includes/admin-load.php:439 includes/functions-admin.php:201
756
  #: includes/manager.php:375 includes/manager.php:409
757
  #: includes/roles/class/class-pp-roles-list-table.php:173
758
+ #: includes/settings-ui.php:29
759
  msgid "Editor Features"
760
  msgstr "Características del editor"
761
 
762
+ #: includes/features/restrict-editor-features.php:481
763
  msgid "Text settings"
764
  msgstr "Ajustes del texto"
765
 
766
+ #: includes/features/restrict-editor-features.php:480
767
  msgid "Color settings"
768
  msgstr "Ajustes del color"
769
 
770
+ #: includes/features/restrict-editor-features.php:479
771
  msgid "Typography"
772
  msgstr "Tipografía"
773
 
774
+ #: includes/features/restrict-editor-features.php:478
775
  msgid "Paragraph"
776
  msgstr "Párrafo"
777
 
778
+ #: includes/features/restrict-editor-features.php:476
779
+ #: includes/features/restrict-editor-features.php:477
780
  msgid "Block Panel"
781
  msgstr "Panel de bloques"
782
 
783
+ #: includes/features/restrict-editor-features.php:470
784
  msgid "Post Attributes"
785
  msgstr "Atributos de la entrada"
786
 
787
+ #: includes/features/restrict-editor-features.php:460
788
  msgid "Excerpt"
789
  msgstr "Extracto"
790
 
791
+ #: includes/features/restrict-editor-features.php:455
792
  msgid "Featured image"
793
  msgstr "Imagen destacada"
794
 
795
+ #: includes/features/restrict-editor-features.php:417
796
  msgid "Status & visibility"
797
  msgstr "Estado y visibilidad"
798
 
799
+ #: includes/features/restrict-editor-features.php:416
800
  msgid "Document Panel"
801
  msgstr "Paneles de documentos"
802
 
803
+ #: includes/features/restrict-editor-features.php:406
804
  msgid "Content"
805
  msgstr "Contenido"
806
 
807
+ #: includes/features/restrict-editor-features.php:401
808
  msgid "Edit title"
809
  msgstr "Editar el título"
810
 
811
+ #: includes/features/restrict-editor-features.php:399
812
  msgid "Body"
813
  msgstr "Cuerpo"
814
 
815
+ #: includes/features/restrict-editor-features.php:396
816
  msgid "Options"
817
  msgstr "Opciones"
818
 
819
+ #: includes/features/restrict-editor-features.php:394
820
  msgid "Publish / Update"
821
  msgstr "Publicar / Actualizar"
822
 
823
+ #: includes/features/restrict-editor-features.php:392
824
  msgid "Switch to draft"
825
  msgstr "Cambiar a borrador"
826
 
827
+ #: includes/features/restrict-editor-features.php:390
828
  msgid "Top Bar - Right"
829
  msgstr "Barra superior - Derecha"
830
 
831
+ #: includes/features/restrict-editor-features.php:387
832
  msgid "Outline"
833
  msgstr "Contorno"
834
 
835
+ #: includes/features/restrict-editor-features.php:386
836
  msgid "Details"
837
  msgstr "Detalles"
838
 
839
+ #: includes/features/restrict-editor-features.php:385
840
  msgid "Redo"
841
  msgstr "Rehacer"
842
 
843
+ #: includes/features/restrict-editor-features.php:384
844
  msgid "Undo"
845
  msgstr "Deshacer"
846
 
847
+ #: includes/features/restrict-editor-features.php:383
848
  msgid "Modes"
849
  msgstr "Modos"
850
 
851
+ #: includes/features/restrict-editor-features.php:382
852
  msgid "Add block"
853
  msgstr "Añadir un bloque"
854
 
855
+ #: includes/features/restrict-editor-features.php:381
856
  msgid "Top Bar - Left"
857
  msgstr "Barra superior - Izquierda"
858
 
859
  #: includes/features/restrict-editor-features.php:158
860
+ #: includes/features/restrict-editor-features.php:465
861
  msgid "Discussion"
862
  msgstr "Discusión"
863
 
894
  msgstr "Cajas de página"
895
 
896
  #: includes/features/restrict-editor-features.php:104
897
+ #: includes/features/restrict-editor-features.php:431
898
  msgid "Tags"
899
  msgstr "Etiquetas"
900
 
903
  msgstr "Añadir una nueva categoría"
904
 
905
  #: includes/features/restrict-editor-features.php:92
906
+ #: includes/features/restrict-editor-features.php:425
907
  msgid "Categories"
908
  msgstr "Categorías"
909
 
940
  msgstr "Estado de la publicación "
941
 
942
  #: includes/features/restrict-editor-features.php:80
943
+ #: includes/features/restrict-editor-features.php:393
944
  msgid "Preview"
945
  msgstr "Previsualizar"
946
 
947
  #: includes/features/restrict-editor-features.php:79
948
+ #: includes/features/restrict-editor-features.php:391
949
  msgid "Save Draft"
950
  msgstr "Guardar el borrador"
951
 
967
  msgstr "Botones de medios (todos)"
968
 
969
  #: includes/features/restrict-editor-features.php:59
970
+ #: includes/features/restrict-editor-features.php:423
971
  msgid "Permalink"
972
  msgstr "Enlace permanente"
973
 
994
  msgid "Top Tabs"
995
  msgstr "Pestañas superiores"
996
 
997
+ #: includes/features/editor-features.php:140
998
  msgid "Classic"
999
  msgstr "Clásico"
1000
 
1001
+ #: includes/features/editor-features.php:137
1002
  msgid "Gutenberg"
1003
  msgstr "Gutenberg"
1004
 
1010
  msgid "Editor Feature Restriction"
1011
  msgstr "Restricción de la característica del editor"
1012
 
1013
+ #: includes/admin.php:1639
1014
  msgid "sync options to all sites now"
1015
  msgstr "sincronizar opciones a todos los sitios ahora"
1016
 
1017
+ #: includes/admin.php:1639
1018
  msgid "Copy option settings to all sites now"
1019
  msgstr "Copia los ajustes de opciones a todos los sitios ahora"
1020
 
1021
+ #: includes/handler.php:61 includes/handler.php:89 includes/manager.php:760
1022
  msgid "The selected role is not editable."
1023
  msgstr "El perfil seleccionado no es editable."
1024
 
1086
  msgid "Restore"
1087
  msgstr "Restaurar"
1088
 
1089
+ #: includes/admin-load.php:444
1090
+ #: includes/features/restrict-editor-features.php:395 includes/manager.php:383
1091
  msgid "Settings"
1092
  msgstr "Ajustes"
1093
 
1104
  msgid "Search results for &#8220;%s&#8221;"
1105
  msgstr "Resultados de la búsqueda de «%s»"
1106
 
1107
+ #: includes/admin-load.php:437 includes/manager.php:361
1108
+ #: includes/roles/roles.php:8 includes/settings-ui.php:27
1109
  msgid "Roles"
1110
  msgstr "Perfiles"
1111
 
1124
  #: includes-core/editor-features-promo.php:96
1125
  #: includes-core/editor-features-promo.php:107
1126
  #: includes-core/editor-features-promo.php:117
1127
+ #: includes/features/admin-features.php:195
1128
+ #: includes/features/editor-features-classic.php:90
1129
+ #: includes/features/editor-features-gutenberg.php:87
1130
+ #: includes/roles/class/class-pp-roles-admin.php:134
1131
  #: includes/roles/class/class-pp-roles-list-table.php:281
1132
  #: includes/roles/class/class-pp-roles-list-table.php:540
1133
  msgid "Delete"
1146
  msgid "Users"
1147
  msgstr "Usuarios"
1148
 
1149
+ #: includes/roles/class/class-pp-roles-actions.php:681
1150
  msgid "The role %1$s was successfully unhidden."
1151
  msgstr "El perfil %1$s se ha vuelto a mostrar correctamente."
1152
 
1153
+ #: includes/roles/class/class-pp-roles-actions.php:621
1154
  msgid "The role %1$s was successfully hidden."
1155
  msgstr "El perfil %1$s se ha ocultado correctamente."
1156
 
1157
+ #: includes/roles/class/class-pp-roles-actions.php:567
1158
  msgid "The role could not be deleted."
1159
  msgstr "No se ha podido borrar el perfil."
1160
 
1161
+ #: includes/roles/class/class-pp-roles-actions.php:545
1162
  msgid "The selected %1$s roles were successfully deleted. %2$s"
1163
  msgstr "Los perfiles %1$s seleccionados se borraron correctamente. %2$s"
1164
 
1165
+ #: includes/roles/class/class-pp-roles-actions.php:539
1166
  msgid "The role %1$s was successfully deleted. %2$s"
1167
  msgstr "El perfil %1$s fue borrado correctamente. %2$s"
1168
 
1169
+ #: includes/roles/class/class-pp-roles-actions.php:534
1170
  msgid "%1$d users moved to default role %2$s."
1171
  msgstr "%1$d usuarios movidos al perfil por defecto %2$s."
1172
 
1173
+ #: includes/roles/class/class-pp-roles-actions.php:510
1174
  msgid "Deleting a system role is not allowed."
1175
  msgstr "No se permite borrar un perfil del sistema."
1176
 
1179
  msgstr "Algo salió mal, el sistema no fue capaz de crear el perfil, actualiza la página e intentalo de nuevo."
1180
 
1181
  #: includes/roles/class/class-pp-roles-actions.php:184
1182
+ #: includes/roles/class/class-pp-roles-actions.php:352
1183
+ #: includes/roles/class/class-pp-roles-actions.php:483
1184
+ #: includes/roles/class/class-pp-roles-actions.php:610
1185
+ #: includes/roles/class/class-pp-roles-actions.php:671
1186
  msgid "Missing parameters, refresh the page and try again."
1187
  msgstr "Faltan parámetros, actualiza la página e inténtalo de nuevo."
1188
 
1189
  #: includes/roles/class/class-pp-roles-actions.php:162
1190
  #: includes/roles/class/class-pp-roles-actions.php:180
1191
+ #: includes/roles/class/class-pp-roles-actions.php:348
1192
+ #: includes/roles/class/class-pp-roles-actions.php:459
1193
+ #: includes/test-user.php:50
1194
  msgid "Your link has expired, refresh the page and try again."
1195
  msgstr "Tu enlace caducó, actualiza la página e intentalo de nuevo."
1196
 
1198
  msgid "You do not have sufficient permissions to perform this action."
1199
  msgstr "No tienes permisos suficientes para realizar esta acción."
1200
 
1201
+ #: includes/roles/class/class-pp-roles-admin.php:443
1202
  #: includes/roles/roles-functions.php:33
1203
  msgid "Are you sure you want to delete this role?"
1204
  msgstr "¿Estás seguro que quieres borrar este perfil?"
1207
  msgid "Capabilities Settings"
1208
  msgstr "Ajustes de capacidades"
1209
 
1210
+ #: includes-core/CoreAdmin.php:63 includes/admin-load.php:442
1211
  #: includes/manager.php:412
1212
  #: includes/roles/class/class-pp-roles-list-table.php:176
1213
  msgid "Nav Menus"
1214
  msgstr "Menú de navegación"
1215
 
1216
+ #: includes-core/CoreAdmin.php:62 includes/admin-load.php:441
1217
  #: includes/manager.php:411
1218
  #: includes/roles/class/class-pp-roles-list-table.php:175
1219
  msgid "Admin Menus"
1247
  msgstr[0] "Todo el %s"
1248
  msgstr[1] "Todos los %s"
1249
 
1250
+ #: includes/manager.php:1011
1251
  msgid "Contact"
1252
  msgstr "Contacto"
1253
 
1254
+ #: includes/manager.php:1011
1255
  msgid "Contact the PublishPress team"
1256
  msgstr "Contacta al equipo PublishPress"
1257
 
1258
+ #: includes/manager.php:1009
1259
  msgid "Capabilites Documentation"
1260
  msgstr "Documentación de capacidades"
1261
 
1262
+ #: includes/manager.php:1007
1263
  msgid "About"
1264
  msgstr "Acerca de"
1265
 
1266
+ #: includes/manager.php:1007
1267
  msgid "About PublishPress Capabilities"
1268
  msgstr "Acerca de PublishPress Capabilities"
1269
 
1270
+ #: includes/manager.php:996
1271
  msgid "If you like %s, please leave us a %s rating. Thank you!"
1272
  msgstr "Si te gusta %s, por favor déjanos una valoración de %s. ¡Gracias!"
1273
 
1274
+ #: includes/manager.php:682 includes/manager.php:716 includes/manager.php:734
1275
  msgid "You do not have permission to manage capabilities."
1276
  msgstr "No tienes permisos para gestionar capacidades."
1277
 
1278
  #: includes-core/admin-features-promo.php:79
1279
  #: includes-core/admin-menus-promo.php:62
1280
  #: includes-core/editor-features-promo.php:79
1281
+ #: includes-core/nav-menus-promo.php:67 includes/admin-load.php:449
1282
+ #: includes/admin-load.php:450 includes/manager.php:388
1283
  #: includes/manager.php:389
1284
  msgid "Upgrade to Pro"
1285
  msgstr "Actualiza a Pro"
1286
 
1287
+ #: includes/admin-load.php:443 includes/backup.php:49 includes/manager.php:381
1288
  msgid "Backup"
1289
  msgstr "Copia de seguridad"
1290
 
1332
  msgid "Capabilities for custom statuses can be manually added here. (See %sPermissions > Post Statuses%s for applicable names). %sSupplemental status-specific roles%s are usually more convenient, though."
1333
  msgstr "Las capacidades para los estados personalizados pueden ser añadidas manualmente aquí. (Ver %sPermisos > Estados de las entradas%s para los nombres aplicables). Sin embargo, los %sperfiles específicos de estado suplementarios%s suelen ser más convenientes."
1334
 
1335
+ #: includes/manager.php:406 includes/roles/class/class-pp-roles-admin.php:177
1336
  #: includes/roles/class/class-pp-roles-list-table.php:170
1337
  msgid "Role Name"
1338
  msgstr "Nombre del perfil"
1339
 
1340
+ #: includes/roles/class/class-pp-roles-admin.php:211
1341
  msgid "Role Level"
1342
  msgstr "Nivel del perfil"
1343
 
1344
+ #: includes/admin.php:1510
1345
  msgid "Role level is mostly deprecated. However, it still determines eligibility for Post Author assignment and limits the application of user editing capabilities."
1346
  msgstr "El nivel de los perfiles está prácticamente obsoleto. Sin embargo, aún determina la elegibilidad para la asignación del autor de la entrada y limita la aplicación de las capacidades de edición del usuario."
1347
 
1348
+ #: includes/admin.php:618 includes/admin.php:1160
1349
  msgid "Invalid Capabilities"
1350
  msgstr "Capacidades no válidas"
1351
 
1352
+ #: includes/admin.php:792
1353
  msgid "shared capability: %s"
1354
  msgstr "capacidad compartida: %s"
1355
 
1356
+ #: includes/admin.php:1419
1357
  msgid "PublishPress Permissions"
1358
  msgstr "Permisos de PublishPress"
1359
 
 
 
 
 
 
 
 
 
1360
  #: includes/admin.php:40
1361
  msgid "Warning: This role cannot access the dashboard without the read capability. %1$sClick here to fix this now%2$s."
1362
  msgstr "Advertencia: Este perfil no puede acceder al escritorio sin la capacidad de lectura. %1$sHaz clic aquí para corregir esto ahora%2$s."
1445
  msgid "see %1$sRole Usage%2$s: \"Pattern Roles\""
1446
  msgstr "consulta %1$sUso de perfiles%2$s: «Perfiles de patrones»"
1447
 
1448
+ #: includes/manager.php:789
1449
  msgid "Bad form Received"
1450
  msgstr "Se ha recibido un formulario incorrecto"
1451
 
1452
+ #: includes/roles/class/class-pp-roles-actions.php:491
1453
  msgid "Cannot delete default role. You <a href=\"%s\">have to change it first</a>."
1454
  msgstr "No se ha podido eliminar el perfil por defecto. <a href=\"%s\">Debes cambiarlo antes</a>."
1455
 
1465
  msgid "Incorrect capability name."
1466
  msgstr "Nombre incorrecto de la capacidad."
1467
 
1468
+ #: includes/manager.php:748
1469
  msgid "New capability added to role."
1470
  msgstr "Se han añadido nuevas capacidades al perfil."
1471
 
1530
  msgid "New backup saved."
1531
  msgstr "Se ha guardado una nueva copia de seguridad."
1532
 
1533
+ #: includes/backup-handler.php:15 includes/manager.php:903
1534
  msgid "You do not have permission to restore roles."
1535
  msgstr "No tienes permisos para restaurar perfiles."
1536
 
1537
+ #: includes/admin.php:1636
1538
  msgid "sync role to all sites now"
1539
  msgstr "sincronizar perfil a todos los sitios ahora"
1540
 
1541
+ #: includes/admin.php:1636
1542
  msgid "Copy / update this role definition to all sites now"
1543
  msgstr "Copiar/actualizar esta definición de perfil a todos los sitios ahora"
1544
 
1545
+ #: includes/admin.php:1633
1546
  msgid "include in new sites"
1547
  msgstr "incluir en los nuevos sitios"
1548
 
1549
+ #: includes/admin.php:1633
1550
  msgid "Create this role definition in new (future) sites"
1551
  msgstr "Crear esta definición de perfil en nuevos (futuros) sitios"
1552
 
1553
+ #: includes/admin.php:1597
1554
  msgid "Add to role"
1555
  msgstr "Añadir al perfil"
1556
 
1557
+ #: includes/admin.php:906 includes/admin.php:979 includes/admin.php:1016
1558
+ #: includes/admin.php:1025 includes/admin.php:1069 includes/admin.php:1142
1559
+ #: includes/admin.php:1273 includes/admin.php:1389
1560
  msgid "Capability Name"
1561
  msgstr "Nombre de la capacidad"
1562
 
1563
+ #: includes/admin.php:1594
1564
  msgid "Add Capability"
1565
  msgstr "Añadir capacidad"
1566
 
1568
  msgid "Copy"
1569
  msgstr "Copiar"
1570
 
1571
+ #: includes/roles/class/class-pp-roles-admin.php:631
1572
  msgid "Create New Role"
1573
  msgstr "Crear nuevo perfil"
1574
 
1575
+ #: includes/roles/class/class-pp-roles-admin.php:234
1576
  msgid "Delete role"
1577
  msgstr "Borrar perfil"
1578
 
1579
  #: includes-core/admin-menus-promo.php:48 includes-core/nav-menus-promo.php:52
1580
+ #: includes/admin.php:97 includes/admin.php:1532
1581
+ #: includes/features/admin-features.php:64
1582
+ #: includes/features/admin-features.php:220 includes/settings.php:51
1583
  msgid "Save Changes"
1584
  msgstr "Guardar los cambios"
1585
 
1586
+ #: includes/admin.php:1512
1587
  msgid "Level:"
1588
  msgstr "Nivel:"
1589
 
1590
+ #: includes/admin.php:1261
1591
  msgid "Additional Capabilities"
1592
  msgstr "Capacidades adicionales"
1593
 
1594
+ #: includes/admin.php:908 includes/admin.php:981 includes/admin.php:1018
1595
+ #: includes/admin.php:1027 includes/admin.php:1071 includes/admin.php:1144
1596
+ #: includes/admin.php:1275 includes/admin.php:1391
1597
  msgid "negate none (add/remove all capabilities normally)"
1598
  msgstr "no negar ninguna (añadir/quitar todas las capacidades normalmente)"
1599
 
1600
+ #: includes/admin.php:908 includes/admin.php:981 includes/admin.php:1018
1601
+ #: includes/admin.php:1027 includes/admin.php:1071 includes/admin.php:1144
1602
+ #: includes/admin.php:1275 includes/admin.php:1391
1603
  msgid "negate all (storing as disabled capabilities)"
1604
  msgstr "negar todas (almacenar como capacidades desactivadas)"
1605
 
1606
+ #: includes/admin.php:906 includes/admin.php:979 includes/admin.php:1016
1607
+ #: includes/admin.php:1025 includes/admin.php:1069 includes/admin.php:1142
1608
+ #: includes/admin.php:1273 includes/admin.php:1389
1609
  msgid "check / uncheck all"
1610
  msgstr "marcar / desmarcar todo"
1611
 
1612
+ #: includes/admin.php:780 includes/admin.php:941 includes/admin.php:1104
1613
+ #: includes/admin.php:1337
1614
  msgid "%s: assigned by Permission Group"
1615
  msgstr "%s: asignada por el «Grupo de permisos»"
1616
 
1617
+ #: includes/admin.php:210
1618
  msgid "can delete posts which are currently published with private visibility"
1619
  msgstr "puede borrar entradas que estén publicadas actualmente con visibilidad privada"
1620
 
1621
+ #: includes/admin.php:209
1622
  msgid "can delete posts which are currently published"
1623
  msgstr "puede borrar entradas que estén publicadas actualmente"
1624
 
1625
+ #: includes/admin.php:208
1626
  msgid "can delete posts which were created by other users"
1627
  msgstr "puede borrar entradas que hayan sido creadas por otros usuarios"
1628
 
1629
+ #: includes/admin.php:207
1630
  msgid "has basic deletion capability (but may need other capabilities based on post status and ownership)"
1631
  msgstr "tiene una capacidad básica de eliminación (pero puede necesitar otras capacidades con base al estado de la entrada y de la autoría)"
1632
 
1633
+ #: includes/admin.php:206
1634
  msgid "can make a post publicly visible"
1635
  msgstr "puede hacer que una entrada sea visible públicamente"
1636
 
1637
+ #: includes/admin.php:205
1638
  msgid "can edit posts which are currently published with private visibility"
1639
  msgstr "puede editar entradas que estén publicadas actualmente con visibilidad privada"
1640
 
1641
+ #: includes/admin.php:204
1642
  msgid "can edit posts which are currently published"
1643
  msgstr "puede editar entradas que estén publicadas actualmente"
1644
 
1645
+ #: includes/admin.php:203
1646
  msgid "can edit posts which were created by other users"
1647
  msgstr "puede editar entradas que hayan sido creadas por otros usuarios"
1648
 
1649
+ #: includes/admin.php:202
1650
  msgid "has basic editing capability (but may need other capabilities based on post status and ownership)"
1651
  msgstr "tiene una capacidad básica de edición (pero puede necesitar otras capacidades con base al estado de la entrada y de la autoría)"
1652
 
1653
+ #: includes/admin.php:201
1654
  msgid "can read posts which are currently published with private visibility"
1655
  msgstr "puede leer las entradas que estén publicados actualmente con visibilidad privada"
1656
 
1657
+ #: includes/admin.php:190
1658
  msgid "Reading"
1659
  msgstr "Lectura"
1660
 
1661
+ #: includes/admin.php:189
1662
  msgid "&nbsp;"
1663
  msgstr "&nbsp;"
1664
 
1665
+ #: includes/admin.php:1478
1666
  msgid "%s info/purchase"
1667
  msgstr "información/compra de %s"
1668
 
1669
+ #: includes/admin.php:1478
1670
  msgid "%1$sbuy%2$s %3$s"
1671
  msgstr "%1$scomprar%2$s %3$s"
1672
 
1673
+ #: includes/admin.php:1476
1674
  msgid "%s (free install)"
1675
  msgstr "%s (instalación gratuita)"
1676
 
1677
+ #: includes/admin.php:1476
1678
  msgid "%1$sgrab%2$s %3$s"
1679
  msgstr "%1$sobtener%2$s %3$s"
1680
 
1681
+ #: includes/admin.php:1469
1682
  msgid "Member support forum"
1683
  msgstr "Foro de soporte de miembros"
1684
 
1685
+ #: includes/admin.php:1465
1686
  msgid "WPML integration to mirror permissions to translations <em>(Pro)</em>"
1687
  msgstr "Integración de WPML para replicar los permisos a las traducciones <em>(Pro)</em>"
1688
 
1689
+ #: includes/admin.php:1461
1690
  msgid "Grant supplemental content permissions to a BuddyPress group <em>(Pro)</em>"
1691
  msgstr "Otorgar permisos de contenido suplementario a un grupo de BuddyPress <em>(Pro)</em>"
1692
 
1693
+ #: includes/admin.php:1457
1694
  msgid "Grant Spectator, Participant or Moderator access to specific bbPress forums <em>(Pro)</em>"
1695
  msgstr "Otorgar al espectador, participante o moderador acceso a foros específicos de bbPress <em>(Pro)</em>"
1696
 
1697
+ #: includes/admin.php:1453
1698
  msgid "Customize the moderated editing of published content with Revisionary or Post Forking <em>(Pro)</em>"
1699
  msgstr "Personalizar la edición moderada de los contenidos publicados con Revisionary o Post Forking <em>(Pro)</em>"
1700
 
1701
+ #: includes/admin.php:1449
1702
  msgid "Regulate permissions for Edit Flow post statuses <em>(Pro)</em>"
1703
  msgstr "Regular los permisos de los estados de las entradas de Edit Flow <em>(Pro)</em>"
1704
 
1705
+ #: includes/admin.php:1445
1706
  msgid "Custom Moderation statuses for access-controlled, multi-step publishing workflow <em>(Pro)</em>"
1707
  msgstr "Estados de moderación personalizados para el flujo de trabajo de publicación multipaso y de acceso controlado <em>(Pro)</em>"
1708
 
1709
+ #: includes/admin.php:1441
1710
  msgid "Custom Post Visibility statuses, fully implemented throughout wp-admin <em>(Pro)</em>"
1711
  msgstr "Estados de Custom Post Visibility, totalmente implementados en todo el escritorio <em>(Pro)</em>"
1712
 
1713
+ #: includes/admin.php:1437
1714
  msgid "Customize editing permissions per-category or per-post <em>(Pro)</em>"
1715
  msgstr "Personalizar los permisos de edición por categoría o por tipo de contenido <em>(Pro)</em>"
1716
 
1717
+ #: includes/admin.php:1433
1718
  msgid "Customize reading permissions per-category or per-post"
1719
  msgstr "Personalizar los permisos de lectura por categoría o por tipo de contenido"
1720
 
1721
+ #: includes/admin.php:1429
1722
  msgid "Assign custom WP roles supplementally for a specific post type <em>(Pro)</em>"
1723
  msgstr "Asignar perfiles de WP personalizados de forma suplementaria para un tipo de contenido específico <em>(Pro)</em>"
1724
 
1725
+ #: includes/admin.php:1425
1726
  msgid "Assign standard WP roles supplementally for a specific post type"
1727
  msgstr "Asignar perfiles de WP estándar de forma suplementaria para un tipo de contenido específico"
1728
 
1729
+ #: includes/admin.php:1421
1730
  msgid "Automatically define type-specific capabilities for your custom post types and taxonomies"
1731
  msgstr "Definir automáticamente las capacidades específicas del tipo para tus tipos de contenido y taxonomías personalizadas"
1732
 
1734
  msgid "Roles and Capabilities"
1735
  msgstr "Perfiles y capacidades"
1736
 
1737
+ #: includes/manager.php:1009
1738
  msgid "Documentation"
1739
  msgstr "Documentación"
1740
 
1766
  msgid "Explicity negate this capability by storing as disabled"
1767
  msgstr "Niega explícitamente esta capacidad almacenándola como desactivada"
1768
 
1769
+ #: includes/admin-load.php:415 includes/manager.php:339
1770
+ #: includes/manager.php:408 includes/roles/class/class-pp-roles-admin.php:710
1771
  #: includes/roles/class/class-pp-roles-list-table.php:172
1772
+ #: includes/settings-ui.php:28
1773
  msgid "Capabilities"
1774
  msgstr "Capacidades"
1775
 
languages/capsman-enhanced-fr_FR.mo CHANGED
Binary file
languages/capsman-enhanced-fr_FR.po CHANGED
@@ -4,9 +4,9 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Plugins - PublishPress Capabilities &#8211; User Role Access, Editor Permissions, Admin Menus - Stable (latest release)\n"
6
  "POT-Creation-Date: \n"
7
- "PO-Revision-Date: 2022-09-15 16:22-0500\n"
8
  "Last-Translator: \n"
9
- "Language-Team: \n"
10
  "Language: fr\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -14,6 +14,129 @@ msgstr ""
14
  "Plural-Forms: nplurals=2; plural=n > 1;\n"
15
  "X-Generator: Poedit 3.0.1\n"
16
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  #: includes/roles/class/class-pp-roles-admin.php:293
18
  msgid "WooCommerce blocks most users from accessing the WordPress admin area. When enabled, this setting will remove those restrictions."
19
  msgstr "WooCommerce empêche la plupart des utilisateurs et utilisatrices d’accéder à la zone d’administration de WordPress. Lorsqu’il est activé, ce réglage permet de retirer ces restrictions."
@@ -24,49 +147,41 @@ msgstr "Désactiver les restrictions administratives de WooCommerce"
24
 
25
  #: includes/roles/class/class-pp-roles-admin.php:200
26
  msgid "Block users in this role from logging into the site."
27
- msgstr "Bloquer les utilisateurs et utilisatrices de ce rôle pour qu’ils ne puissent pas se connecter au site."
28
 
29
  #: includes/roles/class/class-pp-roles-admin.php:199
30
  msgid "Block Login"
31
- msgstr "Blocage de la connexion"
32
 
33
  #: includes/roles/class/class-pp-roles-admin.php:122
34
  msgid "WooCommerce"
35
  msgstr "WooCommerce"
36
 
37
- #: includes/functions.php:340
38
  msgid "Login permission denied."
39
  msgstr "Droit d’accès refusé."
40
 
41
- #: includes/settings-ui.php:99
42
- msgid "Enable Classic Editor Tab"
43
- msgstr "Activer l’onglet de l’éditeur classique"
44
 
45
  #: includes/features/restrict-editor-features.php:163
46
  msgid "Coupon Description"
47
  msgstr "Description du code promo"
48
 
49
- #: includes/features/editor-features.php:216
50
  msgid "show Classic Editor controls"
51
  msgstr "Afficher les contrôles de l’éditeur classique"
52
 
53
- #: includes/settings-ui.php:86
54
- msgid "Support for Private Post Types"
55
- msgstr "Prise en charge des types de publication privés"
56
-
57
- #: includes/settings-ui.php:65
58
- msgid "Show Private Taxonomies"
59
  msgstr "Afficher les taxonomies privées"
60
 
61
- #: includes/settings-ui.php:47
62
- msgid "Enable Multiple Roles When Creating Users"
63
- msgstr "Activer les rôles multiples lors de la création des comptes"
64
-
65
- #: includes/admin.php:688
66
  msgid "Admin listing access is normally provided by the \"Edit\" capabilities. \"List\" capabilities apply if the corresponding \"Edit\" capability is missing, but otherwise have no effect."
67
  msgstr "L’accès à la liste des administrateurs et administratrices est normalement fourni par les permissions « Modifier ». Les permissions « Lister » s’appliquent si la permission « Modifier » correspondante est absente, mais n’ont aucun effet dans les autres cas."
68
 
69
- #: includes/admin.php:225
70
  msgid "Listing"
71
  msgstr "Liste"
72
 
@@ -156,7 +271,7 @@ msgstr "Éditeur Gutenberg"
156
  msgid "Redirects"
157
  msgstr "Redirections"
158
 
159
- #: includes/features/restrict-editor-features.php:423
160
  msgid "Revisions"
161
  msgstr "Révisions"
162
 
@@ -169,15 +284,15 @@ msgstr "Ajouter un bloc"
169
  msgid "No metabox found for %1s. %2s Click here %3s to visit the %4s screen and refresh this page after to load new metabox"
170
  msgstr "Aucune boîte méta trouvée pour %1s. %2s Cliquez ici %3s pour visiter l’écran %4s et rafraîchissez cette page après pour charger la nouvelle boîte méta."
171
 
172
- #: includes/admin.php:1193
173
  msgid "The following entries have no effect. Please assign desired capabilities on the Editing / Deletion / Reading tabs."
174
  msgstr "Les entrées suivantes n’ont aucun effet. Veuillez attribuer les permissions souhaitées dans les onglets Édition/Suppression/Lecture."
175
 
176
- #: includes/admin.php:221
177
  msgid "Taxonomies"
178
  msgstr "Taxonomies"
179
 
180
- #: includes/admin-load.php:296
181
  msgid "Drag multiple roles selection to change order."
182
  msgstr "Faites glisser la sélection de plusieurs rôles pour en modifier l’ordre."
183
 
@@ -189,19 +304,19 @@ msgstr "Lire la suite sur le niveau de rôle."
189
  msgid "Each user role has a level from 0 to 10. The Subscriber role defaults to the lowest level (0). The Administrator role defaults to level 10."
190
  msgstr "Chaque rôle d’utilisateur/utilisatrice a un niveau de 0 à 10. Le rôle d’abonné/abonnée a par défaut le niveau le plus bas (0). Le rôle d’administrateur/administratrice a le niveau 10 par défaut."
191
 
192
- #: includes/features/editor-features.php:171
193
  msgid "Restricted:"
194
  msgstr "Limité :"
195
 
196
- #: includes/features/editor-features.php:111
197
- #: includes/features/editor-features.php:113
198
- #: includes/features/editor-features.php:225
199
- #: includes/features/editor-features.php:227
200
  msgid "Save %s Restrictions"
201
  msgstr "Enregistrer %s restrictions"
202
 
203
- #: includes/features/editor-features.php:107
204
- #: includes/features/editor-features.php:221
205
  msgid "Save for all Post Types"
206
  msgstr "Enregistrer pour tous les types de publication"
207
 
@@ -389,19 +504,11 @@ msgstr "Veuillez téléverser un fichier à importer"
389
  msgid "%s restored from last backup."
390
  msgstr "%s restauré à partir de la dernière sauvegarde."
391
 
392
- #: includes/admin.php:1579
393
  msgid "Go to the Backup feature"
394
  msgstr "Accédez à la fonctionnalité de sauvegarde"
395
 
396
- #: includes/admin.php:1575
397
- msgid ""
398
- "This plugin automatically creates a backup whenever you save changes. You can use these backups to\n"
399
- "restore an earlier version of your roles and capabilities."
400
- msgstr ""
401
- "Cette extension crée automatiquement une sauvegarde à chaque fois que vous enregistrez des modifications. Vous pouvez utiliser ces sauvegardes pour\n"
402
- "restaurer une version antérieure de vos rôles et permissions."
403
-
404
- #: includes/admin.php:1573
405
  msgid "PublishPress Capabilities is safe to use"
406
  msgstr "PublishPress Capabilities est sûr à utiliser"
407
 
@@ -498,88 +605,88 @@ msgstr "Note : Vous ne limitez l’accès qu’aux écrans des fonctionnalités
498
  msgid "Admin Feature Restrictions"
499
  msgstr "Restrictions des fonctionnalités administratives"
500
 
501
- #: includes/backup.php:362 includes/features/admin-features.php:236
502
- #: includes/features/editor-features.php:247
503
  msgid "Click here to install PublishPress Permissions"
504
  msgstr "Cliquez ici pour installer PublishPress Permissions"
505
 
506
- #: includes/backup.php:359 includes/features/admin-features.php:233
507
- #: includes/features/editor-features.php:244
508
  msgid "PublishPress Permissions is 100% free to install."
509
  msgstr "PublishPress Permissions est 100% gratuit à installer."
510
 
511
- #: includes/backup.php:358 includes/features/admin-features.php:232
512
- #: includes/features/editor-features.php:243
513
  msgid "Allow specific user roles or users to manage each post."
514
  msgstr "Autorisez des rôles de comptes spécifiques à gérer chaque publication."
515
 
516
- #: includes/backup.php:357 includes/features/admin-features.php:231
517
- #: includes/features/editor-features.php:242
518
  msgid "Choose who can read and edit each post."
519
  msgstr "Choisissez qui peut lire et modifier chaque publication."
520
 
521
- #: includes/backup.php:355 includes/features/admin-features.php:229
522
- #: includes/features/editor-features.php:240
523
  msgid "Control permissions for individual posts and pages"
524
  msgstr "Contrôlez les autorisations pour les publications et les pages individuelles"
525
 
526
- #: includes/backup.php:354 includes/features/admin-features.php:228
527
- #: includes/features/editor-features.php:239
528
  msgid "Recommendations for you"
529
  msgstr "Des recommandations pour vous"
530
 
531
- #: includes/admin.php:1080
532
  msgid "Plugin Capabilities &ndash; %s"
533
  msgstr "Extension Permissions &ndash; %s"
534
 
535
- #: includes/admin.php:923 includes/admin.php:1033 includes/admin.php:1086
536
- #: includes/admin.php:1295
537
  msgid "No results found. Please try again with a different word."
538
  msgstr "Aucun résultat trouvé. Veuillez réessayer avec un autre mot."
539
 
540
- #: includes/admin.php:920 includes/admin.php:1030 includes/admin.php:1083
541
- #: includes/admin.php:1292
542
  msgid "Filter by capability"
543
  msgstr "Filtrer par permission"
544
 
545
- #: includes/admin.php:1027
546
  msgid "WordPress Core Capabilities"
547
  msgstr "Permissions natives de WordPress"
548
 
549
- #: includes/admin.php:696 includes/admin.php:921 includes/admin.php:1031
550
- #: includes/admin.php:1084 includes/admin.php:1293
551
  msgid "Clear"
552
  msgstr "Effacer"
553
 
554
- #: includes/admin.php:693
555
  msgid "Filter by post type"
556
  msgstr "Filtrer par type de publication"
557
 
558
- #: includes/admin.php:693
559
  msgid "Filter by taxonomy"
560
  msgstr "Filtrer par taxonomie"
561
 
562
- #: includes/admin.php:683
563
  msgid "Post %s Capabilities"
564
  msgstr "Permissions de la publication %s"
565
 
566
- #: includes/admin.php:683
567
  msgid "Term %s Capabilities"
568
  msgstr "Permissions de le terme %s"
569
 
570
- #: includes/admin.php:651
571
  msgid "Additional"
572
  msgstr "Additionnel"
573
 
574
- #: includes/admin.php:220
575
  msgid "Deletion"
576
  msgstr "Suppression"
577
 
578
- #: includes/admin.php:219 includes/roles/class/class-pp-roles-admin.php:111
579
  msgid "Editing"
580
  msgstr "Édition"
581
 
582
- #: includes/admin-load.php:425 includes/functions-admin.php:212
583
  #: includes/manager.php:377 includes/manager.php:410
584
  #: includes/roles/class/class-pp-roles-list-table.php:174
585
  msgid "Admin Features"
@@ -645,43 +752,43 @@ msgstr "Réglages mis à jour."
645
  msgid "You do not have permission to manage editor features."
646
  msgstr "Vous n’êtes pas autorisé à gérer les fonctionnalités de l’éditeur."
647
 
648
- #: includes/admin-load.php:424 includes/functions-admin.php:201
649
  #: includes/manager.php:375 includes/manager.php:409
650
  #: includes/roles/class/class-pp-roles-list-table.php:173
651
  #: includes/settings-ui.php:29
652
  msgid "Editor Features"
653
  msgstr "Fonctionnalités de l’éditeur"
654
 
655
- #: includes/features/restrict-editor-features.php:482
656
  msgid "Text settings"
657
  msgstr "Réglages du texte"
658
 
659
- #: includes/features/restrict-editor-features.php:481
660
  msgid "Color settings"
661
  msgstr "Réglages de couleur"
662
 
663
- #: includes/features/restrict-editor-features.php:480
664
  msgid "Typography"
665
  msgstr "Typographie"
666
 
667
- #: includes/features/restrict-editor-features.php:479
668
  msgid "Paragraph"
669
  msgstr "Paragraphe"
670
 
 
671
  #: includes/features/restrict-editor-features.php:477
672
- #: includes/features/restrict-editor-features.php:478
673
  msgid "Block Panel"
674
  msgstr "Panneau de blocs"
675
 
676
- #: includes/features/restrict-editor-features.php:471
677
  msgid "Post Attributes"
678
  msgstr "Attributs d’articles"
679
 
680
- #: includes/features/restrict-editor-features.php:461
681
  msgid "Excerpt"
682
  msgstr "Extrait"
683
 
684
- #: includes/features/restrict-editor-features.php:456
685
  msgid "Featured image"
686
  msgstr "Image mise en avant"
687
 
@@ -750,7 +857,7 @@ msgid "Top Bar - Left"
750
  msgstr "Barre supérieure - Gauche"
751
 
752
  #: includes/features/restrict-editor-features.php:158
753
- #: includes/features/restrict-editor-features.php:466
754
  msgid "Discussion"
755
  msgstr "Discussion"
756
 
@@ -787,7 +894,7 @@ msgid "Page Boxes"
787
  msgstr "Cadres de page"
788
 
789
  #: includes/features/restrict-editor-features.php:104
790
- #: includes/features/restrict-editor-features.php:432
791
  msgid "Tags"
792
  msgstr "Étiquettes"
793
 
@@ -796,7 +903,7 @@ msgid "Add New Category"
796
  msgstr "Ajouter une nouvelle catégorie"
797
 
798
  #: includes/features/restrict-editor-features.php:92
799
- #: includes/features/restrict-editor-features.php:426
800
  msgid "Categories"
801
  msgstr "Catégories"
802
 
@@ -860,7 +967,7 @@ msgid "Media Buttons (all)"
860
  msgstr "Boutons multimédia (tous)"
861
 
862
  #: includes/features/restrict-editor-features.php:59
863
- #: includes/features/restrict-editor-features.php:424
864
  msgid "Permalink"
865
  msgstr "Permalien"
866
 
@@ -887,11 +994,11 @@ msgstr "Aide"
887
  msgid "Top Tabs"
888
  msgstr "Onglets supérieurs"
889
 
890
- #: includes/features/editor-features.php:138
891
  msgid "Classic"
892
  msgstr "Classique"
893
 
894
- #: includes/features/editor-features.php:135
895
  msgid "Gutenberg"
896
  msgstr "Gutenberg"
897
 
@@ -903,11 +1010,11 @@ msgstr "Sélectionnez les fonctions d’éditeur à supprimer. Notez que cet éc
903
  msgid "Editor Feature Restriction"
904
  msgstr "Restriction des fonctionnalités de l’éditeur"
905
 
906
- #: includes/admin.php:1631
907
  msgid "sync options to all sites now"
908
  msgstr "synchroniser les options sur tous les sites maintenant"
909
 
910
- #: includes/admin.php:1631
911
  msgid "Copy option settings to all sites now"
912
  msgstr "Copiez les réglages des options sur tous les sites maintenant"
913
 
@@ -979,7 +1086,7 @@ msgstr "Réinitialiser les rôles"
979
  msgid "Restore"
980
  msgstr "Restaurer"
981
 
982
- #: includes/admin-load.php:429
983
  #: includes/features/restrict-editor-features.php:395 includes/manager.php:383
984
  msgid "Settings"
985
  msgstr "Réglages"
@@ -997,7 +1104,7 @@ msgstr "Recherche de rôles"
997
  msgid "Search results for &#8220;%s&#8221;"
998
  msgstr "Résultats de la recherche pour &#171; %s &#187;"
999
 
1000
- #: includes/admin-load.php:422 includes/manager.php:361
1001
  #: includes/roles/roles.php:8 includes/settings-ui.php:27
1002
  msgid "Roles"
1003
  msgstr "Rôles"
@@ -1017,7 +1124,7 @@ msgstr "Masquer"
1017
  #: includes-core/editor-features-promo.php:96
1018
  #: includes-core/editor-features-promo.php:107
1019
  #: includes-core/editor-features-promo.php:117
1020
- #: includes/features/admin-features.php:190
1021
  #: includes/features/editor-features-classic.php:90
1022
  #: includes/features/editor-features-gutenberg.php:87
1023
  #: includes/roles/class/class-pp-roles-admin.php:134
@@ -1083,6 +1190,7 @@ msgstr "Il y a des paramètres manquants, rafraîchissez la page et réessayez."
1083
  #: includes/roles/class/class-pp-roles-actions.php:180
1084
  #: includes/roles/class/class-pp-roles-actions.php:348
1085
  #: includes/roles/class/class-pp-roles-actions.php:459
 
1086
  msgid "Your link has expired, refresh the page and try again."
1087
  msgstr "Votre lien a expiré, rafraîchissez la page et réessayez."
1088
 
@@ -1099,13 +1207,13 @@ msgstr "Confirmez-vous la suppression de ce rôle ?"
1099
  msgid "Capabilities Settings"
1100
  msgstr "Réglages des permissions"
1101
 
1102
- #: includes-core/CoreAdmin.php:63 includes/admin-load.php:427
1103
  #: includes/manager.php:412
1104
  #: includes/roles/class/class-pp-roles-list-table.php:176
1105
  msgid "Nav Menus"
1106
  msgstr "Menus de navigation"
1107
 
1108
- #: includes-core/CoreAdmin.php:62 includes/admin-load.php:426
1109
  #: includes/manager.php:411
1110
  #: includes/roles/class/class-pp-roles-list-table.php:175
1111
  msgid "Admin Menus"
@@ -1170,13 +1278,13 @@ msgstr "Vous n’avez pas le droit de gérer les permissions."
1170
  #: includes-core/admin-features-promo.php:79
1171
  #: includes-core/admin-menus-promo.php:62
1172
  #: includes-core/editor-features-promo.php:79
1173
- #: includes-core/nav-menus-promo.php:67 includes/admin-load.php:434
1174
- #: includes/admin-load.php:435 includes/manager.php:388
1175
  #: includes/manager.php:389
1176
  msgid "Upgrade to Pro"
1177
  msgstr "Mettre à niveau en Pro"
1178
 
1179
- #: includes/admin-load.php:428 includes/backup.php:49 includes/manager.php:381
1180
  msgid "Backup"
1181
  msgstr "Sauvegarde"
1182
 
@@ -1233,30 +1341,22 @@ msgstr "Nom du rôle"
1233
  msgid "Role Level"
1234
  msgstr "Niveau du rôle"
1235
 
1236
- #: includes/admin.php:1538
1237
  msgid "Role level is mostly deprecated. However, it still determines eligibility for Post Author assignment and limits the application of user editing capabilities."
1238
  msgstr "Le niveau de rôle est généralement obsolète. Cependant, il détermine toujours l’éligibilité à l’affectation d’auteur de publication et limite l’application des permissions de modification par l’utilisateur/utilisatrice."
1239
 
1240
- #: includes/admin.php:646 includes/admin.php:1188
1241
  msgid "Invalid Capabilities"
1242
  msgstr "Permissions invalides"
1243
 
1244
- #: includes/admin.php:820
1245
  msgid "shared capability: %s"
1246
  msgstr "permission partagée : %s"
1247
 
1248
- #: includes/admin.php:1447
1249
  msgid "PublishPress Permissions"
1250
  msgstr "PublishPress Permissions"
1251
 
1252
- #: includes/admin.php:132
1253
- msgid "<strong>Note:</strong> Capability changes <strong>remain in the database</strong> after plugin deactivation. You can also configure this role as a %sPermission Group%s."
1254
- msgstr "<strong>Note : </strong>Les changements de permission<strong> restent dans la base de données</strong> après la désactivation de l’extension. Vous pouvez également configurer ce rôle en tant que %sGroupe de droits%s."
1255
-
1256
- #: includes/admin.php:140
1257
- msgid "<strong>Note:</strong> Capability changes <strong>remain in the database</strong> after plugin deactivation."
1258
- msgstr "<strong>Note :</strong> Les modifications des permissions <strong>restent dans la base de données</strong> après la désactivation de l’extension."
1259
-
1260
  #: includes/admin.php:40
1261
  msgid "Warning: This role cannot access the dashboard without the read capability. %1$sClick here to fix this now%2$s."
1262
  msgstr "Avertissement : ce rôle ne peut accéder au tableau de bord sans la permission de lecture. %1$sCliquez ici pour le corriger%2$s."
@@ -1434,33 +1534,33 @@ msgstr "Nouvelle sauvegarde enregistrée."
1434
  msgid "You do not have permission to restore roles."
1435
  msgstr "Vous n’avez pas la permission de restaurer les rôles."
1436
 
1437
- #: includes/admin.php:1628
1438
  msgid "sync role to all sites now"
1439
  msgstr "synchroniser le rôle avec tous les sites maintenant"
1440
 
1441
- #: includes/admin.php:1628
1442
  msgid "Copy / update this role definition to all sites now"
1443
  msgstr "Copiez/mettez à jour cette définition de rôle sur tous les sites maintenant"
1444
 
1445
- #: includes/admin.php:1625
1446
  msgid "include in new sites"
1447
  msgstr "inclure dans les nouveaux sites"
1448
 
1449
- #: includes/admin.php:1625
1450
  msgid "Create this role definition in new (future) sites"
1451
  msgstr "Créer cette définition de rôle dans les nouveaux (futurs) sites"
1452
 
1453
- #: includes/admin.php:1589
1454
  msgid "Add to role"
1455
  msgstr "Ajouter au rôle"
1456
 
1457
- #: includes/admin.php:934 includes/admin.php:1007 includes/admin.php:1044
1458
- #: includes/admin.php:1053 includes/admin.php:1097 includes/admin.php:1170
1459
- #: includes/admin.php:1301 includes/admin.php:1417
1460
  msgid "Capability Name"
1461
  msgstr "Nom de la permission"
1462
 
1463
- #: includes/admin.php:1586
1464
  msgid "Add Capability"
1465
  msgstr "Ajouter une permission"
1466
 
@@ -1477,156 +1577,156 @@ msgid "Delete role"
1477
  msgstr "Supprimer le rôle"
1478
 
1479
  #: includes-core/admin-menus-promo.php:48 includes-core/nav-menus-promo.php:52
1480
- #: includes/admin.php:113 includes/admin.php:1560
1481
- #: includes/features/admin-features.php:76
1482
- #: includes/features/admin-features.php:215 includes/settings.php:51
1483
  msgid "Save Changes"
1484
  msgstr "Enregistrer les modifications"
1485
 
1486
- #: includes/admin.php:1540
1487
  msgid "Level:"
1488
  msgstr "Niveau :"
1489
 
1490
- #: includes/admin.php:1289
1491
  msgid "Additional Capabilities"
1492
  msgstr "Permissions supplémentaires"
1493
 
1494
- #: includes/admin.php:936 includes/admin.php:1009 includes/admin.php:1046
1495
- #: includes/admin.php:1055 includes/admin.php:1099 includes/admin.php:1172
1496
- #: includes/admin.php:1303 includes/admin.php:1419
1497
  msgid "negate none (add/remove all capabilities normally)"
1498
  msgstr "ne rien nier (ajouter/supprimer les permissions normalement)"
1499
 
1500
- #: includes/admin.php:936 includes/admin.php:1009 includes/admin.php:1046
1501
- #: includes/admin.php:1055 includes/admin.php:1099 includes/admin.php:1172
1502
- #: includes/admin.php:1303 includes/admin.php:1419
1503
  msgid "negate all (storing as disabled capabilities)"
1504
  msgstr "nier tout (stockage en tant que permissions désactivées)"
1505
 
1506
- #: includes/admin.php:934 includes/admin.php:1007 includes/admin.php:1044
1507
- #: includes/admin.php:1053 includes/admin.php:1097 includes/admin.php:1170
1508
- #: includes/admin.php:1301 includes/admin.php:1417
1509
  msgid "check / uncheck all"
1510
  msgstr "tout cocher/décocher"
1511
 
1512
- #: includes/admin.php:808 includes/admin.php:969 includes/admin.php:1132
1513
- #: includes/admin.php:1365
1514
  msgid "%s: assigned by Permission Group"
1515
  msgstr "%s : attribué par le groupe de permission"
1516
 
1517
- #: includes/admin.php:238
1518
  msgid "can delete posts which are currently published with private visibility"
1519
  msgstr "peut supprimer les publications publiées avec une visibilité privée"
1520
 
1521
- #: includes/admin.php:237
1522
  msgid "can delete posts which are currently published"
1523
  msgstr "peut supprimer les publications publiées"
1524
 
1525
- #: includes/admin.php:236
1526
  msgid "can delete posts which were created by other users"
1527
  msgstr "peut supprimer les publications créés par d’autres utilisateurs/utilisatrices"
1528
 
1529
- #: includes/admin.php:235
1530
  msgid "has basic deletion capability (but may need other capabilities based on post status and ownership)"
1531
  msgstr "possède la permission de supprimer de base (mais peut nécessiter d’autres permissions basées sur le état ou la propriété de la publication)"
1532
 
1533
- #: includes/admin.php:234
1534
  msgid "can make a post publicly visible"
1535
  msgstr "peut modifier la visibilité d’une publication"
1536
 
1537
- #: includes/admin.php:233
1538
  msgid "can edit posts which are currently published with private visibility"
1539
  msgstr "peut modifier les articles publiés avec la visibilité privée"
1540
 
1541
- #: includes/admin.php:232
1542
  msgid "can edit posts which are currently published"
1543
  msgstr "peut modifier les articles publiés"
1544
 
1545
- #: includes/admin.php:231
1546
  msgid "can edit posts which were created by other users"
1547
  msgstr "peut modifier les publications créés par d’autres utilisateurs/utilisatrices"
1548
 
1549
- #: includes/admin.php:230
1550
  msgid "has basic editing capability (but may need other capabilities based on post status and ownership)"
1551
  msgstr "possède la permission de modifier de base (mais peut nécessiter d’autres permissions basées sur le état ou la propriété de la publication)"
1552
 
1553
- #: includes/admin.php:229
1554
  msgid "can read posts which are currently published with private visibility"
1555
  msgstr "peut lire les articles publiés avec la visibilité privée"
1556
 
1557
- #: includes/admin.php:218
1558
  msgid "Reading"
1559
  msgstr "Lecture"
1560
 
1561
- #: includes/admin.php:217
1562
  msgid "&nbsp;"
1563
  msgstr "&nbsp;"
1564
 
1565
- #: includes/admin.php:1506
1566
  msgid "%s info/purchase"
1567
  msgstr "%s infos/achat"
1568
 
1569
- #: includes/admin.php:1506
1570
  msgid "%1$sbuy%2$s %3$s"
1571
  msgstr "%1$sacheter%2$s %3$s"
1572
 
1573
- #: includes/admin.php:1504
1574
  msgid "%s (free install)"
1575
  msgstr "%s (installation gratuite)"
1576
 
1577
- #: includes/admin.php:1504
1578
  msgid "%1$sgrab%2$s %3$s"
1579
  msgstr "%1$sprendre%2$s %3$s"
1580
 
1581
- #: includes/admin.php:1497
1582
  msgid "Member support forum"
1583
  msgstr "Forum d’assistance aux membres"
1584
 
1585
- #: includes/admin.php:1493
1586
  msgid "WPML integration to mirror permissions to translations <em>(Pro)</em>"
1587
  msgstr "Intégration WPML pour refléter les droits dans les traductions <em> (Pro)</em>"
1588
 
1589
- #: includes/admin.php:1489
1590
  msgid "Grant supplemental content permissions to a BuddyPress group <em>(Pro)</em>"
1591
  msgstr "Autorisez les droits de contenu supplémentaire au groupe BuddyPress <em> (Pro)</em>"
1592
 
1593
- #: includes/admin.php:1485
1594
  msgid "Grant Spectator, Participant or Moderator access to specific bbPress forums <em>(Pro)</em>"
1595
  msgstr "Autorisez les visiteurs, participants ou modérateurs à accéder aux forums bbPress <em> (Pro)</em>"
1596
 
1597
- #: includes/admin.php:1481
1598
  msgid "Customize the moderated editing of published content with Revisionary or Post Forking <em>(Pro)</em>"
1599
  msgstr "Personnaliser la modification modérée de la publication publié avec Revisionary ou Post Forking <em> (Pro)</em>"
1600
 
1601
- #: includes/admin.php:1477
1602
  msgid "Regulate permissions for Edit Flow post statuses <em>(Pro)</em>"
1603
  msgstr "Réglementez les droits pour modifier les états de publication Edit Flow <em> (Pro)</em>"
1604
 
1605
- #: includes/admin.php:1473
1606
  msgid "Custom Moderation statuses for access-controlled, multi-step publishing workflow <em>(Pro)</em>"
1607
  msgstr "États de modération personnalisés pour un flux de publication à accès contrôlé et à plusieurs étapes <em> (Pro)</em>"
1608
 
1609
- #: includes/admin.php:1469
1610
  msgid "Custom Post Visibility statuses, fully implemented throughout wp-admin <em>(Pro)</em>"
1611
  msgstr "États de visibilité de publication personnalisés, entièrement mis en œuvre dans wp-admin. <em> (Pro)</em>"
1612
 
1613
- #: includes/admin.php:1465
1614
  msgid "Customize editing permissions per-category or per-post <em>(Pro)</em>"
1615
  msgstr "Personnalisez les droits de modification par catégorie ou par publication <em> (Pro)</em>"
1616
 
1617
- #: includes/admin.php:1461
1618
  msgid "Customize reading permissions per-category or per-post"
1619
  msgstr "Personnalisez les droits de lecture par catégorie ou par article"
1620
 
1621
- #: includes/admin.php:1457
1622
  msgid "Assign custom WP roles supplementally for a specific post type <em>(Pro)</em>"
1623
  msgstr "Assignez des rôles WP personnalisés de manière complémentaire pour un type de publication spécifique <em> (Pro)</em>"
1624
 
1625
- #: includes/admin.php:1453
1626
  msgid "Assign standard WP roles supplementally for a specific post type"
1627
  msgstr "Assignez des rôles WP standard de manière complémentaire pour un type de publication spécifique"
1628
 
1629
- #: includes/admin.php:1449
1630
  msgid "Automatically define type-specific capabilities for your custom post types and taxonomies"
1631
  msgstr "Définissez automatiquement les permissions spécifiques à vos types de publication et taxonomies personnalisés"
1632
 
@@ -1666,7 +1766,7 @@ msgstr "Annulez explicitement ces permissions en les stockant comme désactivée
1666
  msgid "Explicity negate this capability by storing as disabled"
1667
  msgstr "Annulez explicitement cette permission en la stockant comme désactivée"
1668
 
1669
- #: includes/admin-load.php:400 includes/manager.php:339
1670
  #: includes/manager.php:408 includes/roles/class/class-pp-roles-admin.php:710
1671
  #: includes/roles/class/class-pp-roles-list-table.php:172
1672
  #: includes/settings-ui.php:28
4
  msgstr ""
5
  "Project-Id-Version: Plugins - PublishPress Capabilities &#8211; User Role Access, Editor Permissions, Admin Menus - Stable (latest release)\n"
6
  "POT-Creation-Date: \n"
7
+ "PO-Revision-Date: 2022-10-27 15:32+0200\n"
8
  "Last-Translator: \n"
9
+ "Language-Team: Angelo Giammarresi - info@wocmultimedia.com\n"
10
  "Language: fr\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Plural-Forms: nplurals=2; plural=n > 1;\n"
15
  "X-Generator: Poedit 3.0.1\n"
16
 
17
+ #: includes/test-user.php:58
18
+ msgid "Unable to retrieve user data."
19
+ msgstr "Impossible de récupérer les données de l’utilisateur ou utilisatrice."
20
+
21
+ #: includes/test-user-ui.php:145
22
+ msgid "Testing as user: %1$s. %2$sReturn to Administrator view%3$s"
23
+ msgstr "Test en tant qu’utilisateur et utilisatrice : %1$s. %2$sRetour à la vue d’administration%3$s"
24
+
25
+ #: includes/test-user-ui.php:98
26
+ msgid "%1$sReturn to Administrator view%2$s"
27
+ msgstr "%1$sRetour à la vue d’administration%2$s"
28
+
29
+ #: includes/test-user-ui.php:84
30
+ msgid "Testing: "
31
+ msgstr "Test en cours : "
32
+
33
+ #: includes/test-user-ui.php:41
34
+ msgid "Test this user"
35
+ msgstr "Testez cet utilisateur ou utilisatrice"
36
+
37
+ #: includes/settings-ui.php:151
38
+ msgid "When testing, display a return link in the front end footer."
39
+ msgstr "Lors du test, affichez un lien de retour dans le pied de page de l’interface publique."
40
+
41
+ #: includes/settings-ui.php:146
42
+ msgid "Front End footer notice"
43
+ msgstr "Notification dans le pied de page de l’interface publique"
44
+
45
+ #: includes/settings-ui.php:135
46
+ msgid "When testing, display a caption and return link in the Admin Bar."
47
+ msgstr "Lors du test, affichez une légende et un lien de retour dans la barre d’administration."
48
+
49
+ #: includes/settings-ui.php:130
50
+ msgid "Admin Bar modification"
51
+ msgstr "Modification de la barre d’administration"
52
+
53
+ #: includes/settings-ui.php:114
54
+ msgid "Always show the Classic Editor tab in \"Editor Features\" screen."
55
+ msgstr "Toujours afficher l’onglet Editeur classique dans l’écran « Caractéristiques de l’éditeur »."
56
+
57
+ #: includes/settings-ui.php:98
58
+ msgid "Show all post types on the \"Editor Features\" screen, even ones normally hidden in the WordPress admin area."
59
+ msgstr "Afficher tous les types de publications sur l’écran « Caractéristiques de l’éditeur », même ceux qui sont normalement masqués dans la zone d’administration de WordPress."
60
+
61
+ #: includes/settings-ui.php:93
62
+ msgid "Show private post types"
63
+ msgstr "Afficher les types de publications privées"
64
+
65
+ #: includes/settings-ui.php:74
66
+ msgid "This will show all taxonomies on the \"Capabilities\" screen, even ones normally hidden in the WordPress admin area."
67
+ msgstr "Cela vous permettra d’afficher toutes les taxonomies sur l’écran « Permissions », même celles qui sont normalement masquées dans la zone d’administration de WordPress."
68
+
69
+ #: includes/settings-ui.php:53
70
+ msgid "This allows you to assign a user to multiples roles on the \"Add New User\" screen."
71
+ msgstr "Cela vous permet d’assigner un utilisateur ou une utilisatrice à plusieurs rôles sur l’écran « Ajouter un compte »."
72
+
73
+ #: includes/settings-ui.php:48
74
+ msgid "Multiples roles on \"Add New User\" screen"
75
+ msgstr "Rôles multiples sur l’écran « Ajouter un compte\""
76
+
77
+ #: includes/settings-ui.php:31
78
+ msgid "Test User"
79
+ msgstr "Test utilisateur et utilisatrice"
80
+
81
+ #: includes/features/editor-features.php:251
82
+ msgid "How to use Editor Features"
83
+ msgstr "Mode d’emploi des fonctionnalités de l’éditeur"
84
+
85
+ #: includes/features/admin-features.php:237
86
+ msgid "How to use Admin Features"
87
+ msgstr "Mode d’emploi des fonctionnalités d’administration"
88
+
89
+ #: includes/features/admin-features.php:233
90
+ #: includes/features/editor-features.php:247
91
+ msgid "%1s= This feature is denied"
92
+ msgstr "%1s= Cette fonctionnalité est refusée"
93
+
94
+ #: includes/features/admin-features.php:232
95
+ #: includes/features/editor-features.php:246
96
+ msgid "%1s= No change"
97
+ msgstr "%1s= Aucune modification"
98
+
99
+ #: includes/admin.php:1582
100
+ msgid "Whenever you use PublishPress Capabilities to save changes, it also creates a backup which you can use to restore a previous configuration."
101
+ msgstr "Chaque fois que vous utilisez PublishPress Capabilities pour enregistrer des modifications, cela crée également une sauvegarde que vous pouvez utiliser pour restaurer une configuration antérieure."
102
+
103
+ #: includes/admin.php:1581
104
+ msgid "WordPress stores role capabilities in your database, where they remain even if the plugin is deactivated."
105
+ msgstr "WordPress enregistre les permissions de rôle dans votre base de données, où elles restent même si l’extension est désactivée."
106
+
107
+ #: includes/admin.php:1569 includes/features/admin-features.php:240
108
+ #: includes/features/editor-features.php:254
109
+ msgid "View Documentation"
110
+ msgstr "Voir la documentation"
111
+
112
+ #: includes/admin.php:1566
113
+ msgid "How to use Capabilities"
114
+ msgstr "Mode d’emploi des permissions"
115
+
116
+ #: includes/admin.php:1555
117
+ msgid "You can also configure this role as a %sPermission Group%s."
118
+ msgstr "Vous pouvez également configurer ce rôle comme un %sGroupe de permission%s."
119
+
120
+ #: includes/admin.php:1547
121
+ msgid "%1s= Capability denied, even if granted by another role %2$s"
122
+ msgstr "%1s= Permission refusée, même si elle est accordée par un autre rôle %2$s"
123
+
124
+ #: includes/admin.php:1546
125
+ msgid "%1s= Capability not granted %2$s"
126
+ msgstr "%1s= Permission non accordée %2$s"
127
+
128
+ #: includes/admin.php:1545 includes/admin.php:1546 includes/admin.php:1547
129
+ #: includes/features/admin-features.php:232
130
+ #: includes/features/admin-features.php:233
131
+ #: includes/features/editor-features.php:246
132
+ #: includes/features/editor-features.php:247
133
+ msgid "usage key"
134
+ msgstr "clé d’utilisation"
135
+
136
+ #: includes/admin.php:1545
137
+ msgid "%1s= Capability granted %2$s"
138
+ msgstr "%1s= Permission accordée %2$s"
139
+
140
  #: includes/roles/class/class-pp-roles-admin.php:293
141
  msgid "WooCommerce blocks most users from accessing the WordPress admin area. When enabled, this setting will remove those restrictions."
142
  msgstr "WooCommerce empêche la plupart des utilisateurs et utilisatrices d’accéder à la zone d’administration de WordPress. Lorsqu’il est activé, ce réglage permet de retirer ces restrictions."
147
 
148
  #: includes/roles/class/class-pp-roles-admin.php:200
149
  msgid "Block users in this role from logging into the site."
150
+ msgstr "Bloquer les utilisateurs et utilisatrices avec ce rôle pour qu’ils ne puissent pas se connecter au site."
151
 
152
  #: includes/roles/class/class-pp-roles-admin.php:199
153
  msgid "Block Login"
154
+ msgstr "Bloquer la connexion"
155
 
156
  #: includes/roles/class/class-pp-roles-admin.php:122
157
  msgid "WooCommerce"
158
  msgstr "WooCommerce"
159
 
160
+ #: includes/functions.php:353
161
  msgid "Login permission denied."
162
  msgstr "Droit d’accès refusé."
163
 
164
+ #: includes/settings-ui.php:109
165
+ msgid "Enable Classic Editor tab"
166
+ msgstr "Activer l’onglet Éditeur classique"
167
 
168
  #: includes/features/restrict-editor-features.php:163
169
  msgid "Coupon Description"
170
  msgstr "Description du code promo"
171
 
172
+ #: includes/features/editor-features.php:145
173
  msgid "show Classic Editor controls"
174
  msgstr "Afficher les contrôles de l’éditeur classique"
175
 
176
+ #: includes/settings-ui.php:69
177
+ msgid "Show private taxonomies"
 
 
 
 
178
  msgstr "Afficher les taxonomies privées"
179
 
180
+ #: includes/admin.php:660
 
 
 
 
181
  msgid "Admin listing access is normally provided by the \"Edit\" capabilities. \"List\" capabilities apply if the corresponding \"Edit\" capability is missing, but otherwise have no effect."
182
  msgstr "L’accès à la liste des administrateurs et administratrices est normalement fourni par les permissions « Modifier ». Les permissions « Lister » s’appliquent si la permission « Modifier » correspondante est absente, mais n’ont aucun effet dans les autres cas."
183
 
184
+ #: includes/admin.php:197
185
  msgid "Listing"
186
  msgstr "Liste"
187
 
271
  msgid "Redirects"
272
  msgstr "Redirections"
273
 
274
+ #: includes/features/restrict-editor-features.php:422
275
  msgid "Revisions"
276
  msgstr "Révisions"
277
 
284
  msgid "No metabox found for %1s. %2s Click here %3s to visit the %4s screen and refresh this page after to load new metabox"
285
  msgstr "Aucune boîte méta trouvée pour %1s. %2s Cliquez ici %3s pour visiter l’écran %4s et rafraîchissez cette page après pour charger la nouvelle boîte méta."
286
 
287
+ #: includes/admin.php:1165
288
  msgid "The following entries have no effect. Please assign desired capabilities on the Editing / Deletion / Reading tabs."
289
  msgstr "Les entrées suivantes n’ont aucun effet. Veuillez attribuer les permissions souhaitées dans les onglets Édition/Suppression/Lecture."
290
 
291
+ #: includes/admin.php:193
292
  msgid "Taxonomies"
293
  msgstr "Taxonomies"
294
 
295
+ #: includes/admin-load.php:311
296
  msgid "Drag multiple roles selection to change order."
297
  msgstr "Faites glisser la sélection de plusieurs rôles pour en modifier l’ordre."
298
 
304
  msgid "Each user role has a level from 0 to 10. The Subscriber role defaults to the lowest level (0). The Administrator role defaults to level 10."
305
  msgstr "Chaque rôle d’utilisateur/utilisatrice a un niveau de 0 à 10. Le rôle d’abonné/abonnée a par défaut le niveau le plus bas (0). Le rôle d’administrateur/administratrice a le niveau 10 par défaut."
306
 
307
+ #: includes/features/editor-features.php:181
308
  msgid "Restricted:"
309
  msgstr "Limité :"
310
 
311
+ #: includes/features/editor-features.php:129
312
+ #: includes/features/editor-features.php:131
313
+ #: includes/features/editor-features.php:231
314
+ #: includes/features/editor-features.php:233
315
  msgid "Save %s Restrictions"
316
  msgstr "Enregistrer %s restrictions"
317
 
318
+ #: includes/features/editor-features.php:125
319
+ #: includes/features/editor-features.php:227
320
  msgid "Save for all Post Types"
321
  msgstr "Enregistrer pour tous les types de publication"
322
 
504
  msgid "%s restored from last backup."
505
  msgstr "%s restauré à partir de la dernière sauvegarde."
506
 
507
+ #: includes/admin.php:1585
508
  msgid "Go to the Backup feature"
509
  msgstr "Accédez à la fonctionnalité de sauvegarde"
510
 
511
+ #: includes/admin.php:1579
 
 
 
 
 
 
 
 
512
  msgid "PublishPress Capabilities is safe to use"
513
  msgstr "PublishPress Capabilities est sûr à utiliser"
514
 
605
  msgid "Admin Feature Restrictions"
606
  msgstr "Restrictions des fonctionnalités administratives"
607
 
608
+ #: includes/backup.php:362 includes/features/admin-features.php:256
609
+ #: includes/features/editor-features.php:271
610
  msgid "Click here to install PublishPress Permissions"
611
  msgstr "Cliquez ici pour installer PublishPress Permissions"
612
 
613
+ #: includes/backup.php:359 includes/features/admin-features.php:253
614
+ #: includes/features/editor-features.php:268
615
  msgid "PublishPress Permissions is 100% free to install."
616
  msgstr "PublishPress Permissions est 100% gratuit à installer."
617
 
618
+ #: includes/backup.php:358 includes/features/admin-features.php:252
619
+ #: includes/features/editor-features.php:267
620
  msgid "Allow specific user roles or users to manage each post."
621
  msgstr "Autorisez des rôles de comptes spécifiques à gérer chaque publication."
622
 
623
+ #: includes/backup.php:357 includes/features/admin-features.php:251
624
+ #: includes/features/editor-features.php:266
625
  msgid "Choose who can read and edit each post."
626
  msgstr "Choisissez qui peut lire et modifier chaque publication."
627
 
628
+ #: includes/backup.php:355 includes/features/admin-features.php:249
629
+ #: includes/features/editor-features.php:264
630
  msgid "Control permissions for individual posts and pages"
631
  msgstr "Contrôlez les autorisations pour les publications et les pages individuelles"
632
 
633
+ #: includes/backup.php:354 includes/features/admin-features.php:248
634
+ #: includes/features/editor-features.php:263
635
  msgid "Recommendations for you"
636
  msgstr "Des recommandations pour vous"
637
 
638
+ #: includes/admin.php:1052
639
  msgid "Plugin Capabilities &ndash; %s"
640
  msgstr "Extension Permissions &ndash; %s"
641
 
642
+ #: includes/admin.php:895 includes/admin.php:1005 includes/admin.php:1058
643
+ #: includes/admin.php:1267
644
  msgid "No results found. Please try again with a different word."
645
  msgstr "Aucun résultat trouvé. Veuillez réessayer avec un autre mot."
646
 
647
+ #: includes/admin.php:892 includes/admin.php:1002 includes/admin.php:1055
648
+ #: includes/admin.php:1264
649
  msgid "Filter by capability"
650
  msgstr "Filtrer par permission"
651
 
652
+ #: includes/admin.php:999
653
  msgid "WordPress Core Capabilities"
654
  msgstr "Permissions natives de WordPress"
655
 
656
+ #: includes/admin.php:668 includes/admin.php:893 includes/admin.php:1003
657
+ #: includes/admin.php:1056 includes/admin.php:1265
658
  msgid "Clear"
659
  msgstr "Effacer"
660
 
661
+ #: includes/admin.php:665
662
  msgid "Filter by post type"
663
  msgstr "Filtrer par type de publication"
664
 
665
+ #: includes/admin.php:665
666
  msgid "Filter by taxonomy"
667
  msgstr "Filtrer par taxonomie"
668
 
669
+ #: includes/admin.php:655
670
  msgid "Post %s Capabilities"
671
  msgstr "Permissions de la publication %s"
672
 
673
+ #: includes/admin.php:655
674
  msgid "Term %s Capabilities"
675
  msgstr "Permissions de le terme %s"
676
 
677
+ #: includes/admin.php:623
678
  msgid "Additional"
679
  msgstr "Additionnel"
680
 
681
+ #: includes/admin.php:192
682
  msgid "Deletion"
683
  msgstr "Suppression"
684
 
685
+ #: includes/admin.php:191 includes/roles/class/class-pp-roles-admin.php:111
686
  msgid "Editing"
687
  msgstr "Édition"
688
 
689
+ #: includes/admin-load.php:440 includes/functions-admin.php:212
690
  #: includes/manager.php:377 includes/manager.php:410
691
  #: includes/roles/class/class-pp-roles-list-table.php:174
692
  msgid "Admin Features"
752
  msgid "You do not have permission to manage editor features."
753
  msgstr "Vous n’êtes pas autorisé à gérer les fonctionnalités de l’éditeur."
754
 
755
+ #: includes/admin-load.php:439 includes/functions-admin.php:201
756
  #: includes/manager.php:375 includes/manager.php:409
757
  #: includes/roles/class/class-pp-roles-list-table.php:173
758
  #: includes/settings-ui.php:29
759
  msgid "Editor Features"
760
  msgstr "Fonctionnalités de l’éditeur"
761
 
762
+ #: includes/features/restrict-editor-features.php:481
763
  msgid "Text settings"
764
  msgstr "Réglages du texte"
765
 
766
+ #: includes/features/restrict-editor-features.php:480
767
  msgid "Color settings"
768
  msgstr "Réglages de couleur"
769
 
770
+ #: includes/features/restrict-editor-features.php:479
771
  msgid "Typography"
772
  msgstr "Typographie"
773
 
774
+ #: includes/features/restrict-editor-features.php:478
775
  msgid "Paragraph"
776
  msgstr "Paragraphe"
777
 
778
+ #: includes/features/restrict-editor-features.php:476
779
  #: includes/features/restrict-editor-features.php:477
 
780
  msgid "Block Panel"
781
  msgstr "Panneau de blocs"
782
 
783
+ #: includes/features/restrict-editor-features.php:470
784
  msgid "Post Attributes"
785
  msgstr "Attributs d’articles"
786
 
787
+ #: includes/features/restrict-editor-features.php:460
788
  msgid "Excerpt"
789
  msgstr "Extrait"
790
 
791
+ #: includes/features/restrict-editor-features.php:455
792
  msgid "Featured image"
793
  msgstr "Image mise en avant"
794
 
857
  msgstr "Barre supérieure - Gauche"
858
 
859
  #: includes/features/restrict-editor-features.php:158
860
+ #: includes/features/restrict-editor-features.php:465
861
  msgid "Discussion"
862
  msgstr "Discussion"
863
 
894
  msgstr "Cadres de page"
895
 
896
  #: includes/features/restrict-editor-features.php:104
897
+ #: includes/features/restrict-editor-features.php:431
898
  msgid "Tags"
899
  msgstr "Étiquettes"
900
 
903
  msgstr "Ajouter une nouvelle catégorie"
904
 
905
  #: includes/features/restrict-editor-features.php:92
906
+ #: includes/features/restrict-editor-features.php:425
907
  msgid "Categories"
908
  msgstr "Catégories"
909
 
967
  msgstr "Boutons multimédia (tous)"
968
 
969
  #: includes/features/restrict-editor-features.php:59
970
+ #: includes/features/restrict-editor-features.php:423
971
  msgid "Permalink"
972
  msgstr "Permalien"
973
 
994
  msgid "Top Tabs"
995
  msgstr "Onglets supérieurs"
996
 
997
+ #: includes/features/editor-features.php:140
998
  msgid "Classic"
999
  msgstr "Classique"
1000
 
1001
+ #: includes/features/editor-features.php:137
1002
  msgid "Gutenberg"
1003
  msgstr "Gutenberg"
1004
 
1010
  msgid "Editor Feature Restriction"
1011
  msgstr "Restriction des fonctionnalités de l’éditeur"
1012
 
1013
+ #: includes/admin.php:1639
1014
  msgid "sync options to all sites now"
1015
  msgstr "synchroniser les options sur tous les sites maintenant"
1016
 
1017
+ #: includes/admin.php:1639
1018
  msgid "Copy option settings to all sites now"
1019
  msgstr "Copiez les réglages des options sur tous les sites maintenant"
1020
 
1086
  msgid "Restore"
1087
  msgstr "Restaurer"
1088
 
1089
+ #: includes/admin-load.php:444
1090
  #: includes/features/restrict-editor-features.php:395 includes/manager.php:383
1091
  msgid "Settings"
1092
  msgstr "Réglages"
1104
  msgid "Search results for &#8220;%s&#8221;"
1105
  msgstr "Résultats de la recherche pour &#171; %s &#187;"
1106
 
1107
+ #: includes/admin-load.php:437 includes/manager.php:361
1108
  #: includes/roles/roles.php:8 includes/settings-ui.php:27
1109
  msgid "Roles"
1110
  msgstr "Rôles"
1124
  #: includes-core/editor-features-promo.php:96
1125
  #: includes-core/editor-features-promo.php:107
1126
  #: includes-core/editor-features-promo.php:117
1127
+ #: includes/features/admin-features.php:195
1128
  #: includes/features/editor-features-classic.php:90
1129
  #: includes/features/editor-features-gutenberg.php:87
1130
  #: includes/roles/class/class-pp-roles-admin.php:134
1190
  #: includes/roles/class/class-pp-roles-actions.php:180
1191
  #: includes/roles/class/class-pp-roles-actions.php:348
1192
  #: includes/roles/class/class-pp-roles-actions.php:459
1193
+ #: includes/test-user.php:50
1194
  msgid "Your link has expired, refresh the page and try again."
1195
  msgstr "Votre lien a expiré, rafraîchissez la page et réessayez."
1196
 
1207
  msgid "Capabilities Settings"
1208
  msgstr "Réglages des permissions"
1209
 
1210
+ #: includes-core/CoreAdmin.php:63 includes/admin-load.php:442
1211
  #: includes/manager.php:412
1212
  #: includes/roles/class/class-pp-roles-list-table.php:176
1213
  msgid "Nav Menus"
1214
  msgstr "Menus de navigation"
1215
 
1216
+ #: includes-core/CoreAdmin.php:62 includes/admin-load.php:441
1217
  #: includes/manager.php:411
1218
  #: includes/roles/class/class-pp-roles-list-table.php:175
1219
  msgid "Admin Menus"
1278
  #: includes-core/admin-features-promo.php:79
1279
  #: includes-core/admin-menus-promo.php:62
1280
  #: includes-core/editor-features-promo.php:79
1281
+ #: includes-core/nav-menus-promo.php:67 includes/admin-load.php:449
1282
+ #: includes/admin-load.php:450 includes/manager.php:388
1283
  #: includes/manager.php:389
1284
  msgid "Upgrade to Pro"
1285
  msgstr "Mettre à niveau en Pro"
1286
 
1287
+ #: includes/admin-load.php:443 includes/backup.php:49 includes/manager.php:381
1288
  msgid "Backup"
1289
  msgstr "Sauvegarde"
1290
 
1341
  msgid "Role Level"
1342
  msgstr "Niveau du rôle"
1343
 
1344
+ #: includes/admin.php:1510
1345
  msgid "Role level is mostly deprecated. However, it still determines eligibility for Post Author assignment and limits the application of user editing capabilities."
1346
  msgstr "Le niveau de rôle est généralement obsolète. Cependant, il détermine toujours l’éligibilité à l’affectation d’auteur de publication et limite l’application des permissions de modification par l’utilisateur/utilisatrice."
1347
 
1348
+ #: includes/admin.php:618 includes/admin.php:1160
1349
  msgid "Invalid Capabilities"
1350
  msgstr "Permissions invalides"
1351
 
1352
+ #: includes/admin.php:792
1353
  msgid "shared capability: %s"
1354
  msgstr "permission partagée : %s"
1355
 
1356
+ #: includes/admin.php:1419
1357
  msgid "PublishPress Permissions"
1358
  msgstr "PublishPress Permissions"
1359
 
 
 
 
 
 
 
 
 
1360
  #: includes/admin.php:40
1361
  msgid "Warning: This role cannot access the dashboard without the read capability. %1$sClick here to fix this now%2$s."
1362
  msgstr "Avertissement : ce rôle ne peut accéder au tableau de bord sans la permission de lecture. %1$sCliquez ici pour le corriger%2$s."
1534
  msgid "You do not have permission to restore roles."
1535
  msgstr "Vous n’avez pas la permission de restaurer les rôles."
1536
 
1537
+ #: includes/admin.php:1636
1538
  msgid "sync role to all sites now"
1539
  msgstr "synchroniser le rôle avec tous les sites maintenant"
1540
 
1541
+ #: includes/admin.php:1636
1542
  msgid "Copy / update this role definition to all sites now"
1543
  msgstr "Copiez/mettez à jour cette définition de rôle sur tous les sites maintenant"
1544
 
1545
+ #: includes/admin.php:1633
1546
  msgid "include in new sites"
1547
  msgstr "inclure dans les nouveaux sites"
1548
 
1549
+ #: includes/admin.php:1633
1550
  msgid "Create this role definition in new (future) sites"
1551
  msgstr "Créer cette définition de rôle dans les nouveaux (futurs) sites"
1552
 
1553
+ #: includes/admin.php:1597
1554
  msgid "Add to role"
1555
  msgstr "Ajouter au rôle"
1556
 
1557
+ #: includes/admin.php:906 includes/admin.php:979 includes/admin.php:1016
1558
+ #: includes/admin.php:1025 includes/admin.php:1069 includes/admin.php:1142
1559
+ #: includes/admin.php:1273 includes/admin.php:1389
1560
  msgid "Capability Name"
1561
  msgstr "Nom de la permission"
1562
 
1563
+ #: includes/admin.php:1594
1564
  msgid "Add Capability"
1565
  msgstr "Ajouter une permission"
1566
 
1577
  msgstr "Supprimer le rôle"
1578
 
1579
  #: includes-core/admin-menus-promo.php:48 includes-core/nav-menus-promo.php:52
1580
+ #: includes/admin.php:97 includes/admin.php:1532
1581
+ #: includes/features/admin-features.php:64
1582
+ #: includes/features/admin-features.php:220 includes/settings.php:51
1583
  msgid "Save Changes"
1584
  msgstr "Enregistrer les modifications"
1585
 
1586
+ #: includes/admin.php:1512
1587
  msgid "Level:"
1588
  msgstr "Niveau :"
1589
 
1590
+ #: includes/admin.php:1261
1591
  msgid "Additional Capabilities"
1592
  msgstr "Permissions supplémentaires"
1593
 
1594
+ #: includes/admin.php:908 includes/admin.php:981 includes/admin.php:1018
1595
+ #: includes/admin.php:1027 includes/admin.php:1071 includes/admin.php:1144
1596
+ #: includes/admin.php:1275 includes/admin.php:1391
1597
  msgid "negate none (add/remove all capabilities normally)"
1598
  msgstr "ne rien nier (ajouter/supprimer les permissions normalement)"
1599
 
1600
+ #: includes/admin.php:908 includes/admin.php:981 includes/admin.php:1018
1601
+ #: includes/admin.php:1027 includes/admin.php:1071 includes/admin.php:1144
1602
+ #: includes/admin.php:1275 includes/admin.php:1391
1603
  msgid "negate all (storing as disabled capabilities)"
1604
  msgstr "nier tout (stockage en tant que permissions désactivées)"
1605
 
1606
+ #: includes/admin.php:906 includes/admin.php:979 includes/admin.php:1016
1607
+ #: includes/admin.php:1025 includes/admin.php:1069 includes/admin.php:1142
1608
+ #: includes/admin.php:1273 includes/admin.php:1389
1609
  msgid "check / uncheck all"
1610
  msgstr "tout cocher/décocher"
1611
 
1612
+ #: includes/admin.php:780 includes/admin.php:941 includes/admin.php:1104
1613
+ #: includes/admin.php:1337
1614
  msgid "%s: assigned by Permission Group"
1615
  msgstr "%s : attribué par le groupe de permission"
1616
 
1617
+ #: includes/admin.php:210
1618
  msgid "can delete posts which are currently published with private visibility"
1619
  msgstr "peut supprimer les publications publiées avec une visibilité privée"
1620
 
1621
+ #: includes/admin.php:209
1622
  msgid "can delete posts which are currently published"
1623
  msgstr "peut supprimer les publications publiées"
1624
 
1625
+ #: includes/admin.php:208
1626
  msgid "can delete posts which were created by other users"
1627
  msgstr "peut supprimer les publications créés par d’autres utilisateurs/utilisatrices"
1628
 
1629
+ #: includes/admin.php:207
1630
  msgid "has basic deletion capability (but may need other capabilities based on post status and ownership)"
1631
  msgstr "possède la permission de supprimer de base (mais peut nécessiter d’autres permissions basées sur le état ou la propriété de la publication)"
1632
 
1633
+ #: includes/admin.php:206
1634
  msgid "can make a post publicly visible"
1635
  msgstr "peut modifier la visibilité d’une publication"
1636
 
1637
+ #: includes/admin.php:205
1638
  msgid "can edit posts which are currently published with private visibility"
1639
  msgstr "peut modifier les articles publiés avec la visibilité privée"
1640
 
1641
+ #: includes/admin.php:204
1642
  msgid "can edit posts which are currently published"
1643
  msgstr "peut modifier les articles publiés"
1644
 
1645
+ #: includes/admin.php:203
1646
  msgid "can edit posts which were created by other users"
1647
  msgstr "peut modifier les publications créés par d’autres utilisateurs/utilisatrices"
1648
 
1649
+ #: includes/admin.php:202
1650
  msgid "has basic editing capability (but may need other capabilities based on post status and ownership)"
1651
  msgstr "possède la permission de modifier de base (mais peut nécessiter d’autres permissions basées sur le état ou la propriété de la publication)"
1652
 
1653
+ #: includes/admin.php:201
1654
  msgid "can read posts which are currently published with private visibility"
1655
  msgstr "peut lire les articles publiés avec la visibilité privée"
1656
 
1657
+ #: includes/admin.php:190
1658
  msgid "Reading"
1659
  msgstr "Lecture"
1660
 
1661
+ #: includes/admin.php:189
1662
  msgid "&nbsp;"
1663
  msgstr "&nbsp;"
1664
 
1665
+ #: includes/admin.php:1478
1666
  msgid "%s info/purchase"
1667
  msgstr "%s infos/achat"
1668
 
1669
+ #: includes/admin.php:1478
1670
  msgid "%1$sbuy%2$s %3$s"
1671
  msgstr "%1$sacheter%2$s %3$s"
1672
 
1673
+ #: includes/admin.php:1476
1674
  msgid "%s (free install)"
1675
  msgstr "%s (installation gratuite)"
1676
 
1677
+ #: includes/admin.php:1476
1678
  msgid "%1$sgrab%2$s %3$s"
1679
  msgstr "%1$sprendre%2$s %3$s"
1680
 
1681
+ #: includes/admin.php:1469
1682
  msgid "Member support forum"
1683
  msgstr "Forum d’assistance aux membres"
1684
 
1685
+ #: includes/admin.php:1465
1686
  msgid "WPML integration to mirror permissions to translations <em>(Pro)</em>"
1687
  msgstr "Intégration WPML pour refléter les droits dans les traductions <em> (Pro)</em>"
1688
 
1689
+ #: includes/admin.php:1461
1690
  msgid "Grant supplemental content permissions to a BuddyPress group <em>(Pro)</em>"
1691
  msgstr "Autorisez les droits de contenu supplémentaire au groupe BuddyPress <em> (Pro)</em>"
1692
 
1693
+ #: includes/admin.php:1457
1694
  msgid "Grant Spectator, Participant or Moderator access to specific bbPress forums <em>(Pro)</em>"
1695
  msgstr "Autorisez les visiteurs, participants ou modérateurs à accéder aux forums bbPress <em> (Pro)</em>"
1696
 
1697
+ #: includes/admin.php:1453
1698
  msgid "Customize the moderated editing of published content with Revisionary or Post Forking <em>(Pro)</em>"
1699
  msgstr "Personnaliser la modification modérée de la publication publié avec Revisionary ou Post Forking <em> (Pro)</em>"
1700
 
1701
+ #: includes/admin.php:1449
1702
  msgid "Regulate permissions for Edit Flow post statuses <em>(Pro)</em>"
1703
  msgstr "Réglementez les droits pour modifier les états de publication Edit Flow <em> (Pro)</em>"
1704
 
1705
+ #: includes/admin.php:1445
1706
  msgid "Custom Moderation statuses for access-controlled, multi-step publishing workflow <em>(Pro)</em>"
1707
  msgstr "États de modération personnalisés pour un flux de publication à accès contrôlé et à plusieurs étapes <em> (Pro)</em>"
1708
 
1709
+ #: includes/admin.php:1441
1710
  msgid "Custom Post Visibility statuses, fully implemented throughout wp-admin <em>(Pro)</em>"
1711
  msgstr "États de visibilité de publication personnalisés, entièrement mis en œuvre dans wp-admin. <em> (Pro)</em>"
1712
 
1713
+ #: includes/admin.php:1437
1714
  msgid "Customize editing permissions per-category or per-post <em>(Pro)</em>"
1715
  msgstr "Personnalisez les droits de modification par catégorie ou par publication <em> (Pro)</em>"
1716
 
1717
+ #: includes/admin.php:1433
1718
  msgid "Customize reading permissions per-category or per-post"
1719
  msgstr "Personnalisez les droits de lecture par catégorie ou par article"
1720
 
1721
+ #: includes/admin.php:1429
1722
  msgid "Assign custom WP roles supplementally for a specific post type <em>(Pro)</em>"
1723
  msgstr "Assignez des rôles WP personnalisés de manière complémentaire pour un type de publication spécifique <em> (Pro)</em>"
1724
 
1725
+ #: includes/admin.php:1425
1726
  msgid "Assign standard WP roles supplementally for a specific post type"
1727
  msgstr "Assignez des rôles WP standard de manière complémentaire pour un type de publication spécifique"
1728
 
1729
+ #: includes/admin.php:1421
1730
  msgid "Automatically define type-specific capabilities for your custom post types and taxonomies"
1731
  msgstr "Définissez automatiquement les permissions spécifiques à vos types de publication et taxonomies personnalisés"
1732
 
1766
  msgid "Explicity negate this capability by storing as disabled"
1767
  msgstr "Annulez explicitement cette permission en la stockant comme désactivée"
1768
 
1769
+ #: includes/admin-load.php:415 includes/manager.php:339
1770
  #: includes/manager.php:408 includes/roles/class/class-pp-roles-admin.php:710
1771
  #: includes/roles/class/class-pp-roles-list-table.php:172
1772
  #: includes/settings-ui.php:28
languages/capsman-enhanced-it_IT.mo CHANGED
Binary file
languages/capsman-enhanced-it_IT.po CHANGED
@@ -4,9 +4,9 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Plugins - PublishPress Capabilities &#8211; User Role Access, Editor Permissions, Admin Menus - Stable (latest release)\n"
6
  "POT-Creation-Date: \n"
7
- "PO-Revision-Date: 2022-09-15 16:07-0500\n"
8
  "Last-Translator: \n"
9
- "Language-Team: \n"
10
  "Language: it\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -14,6 +14,129 @@ msgstr ""
14
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
15
  "X-Generator: Poedit 3.0.1\n"
16
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  #: includes/roles/class/class-pp-roles-admin.php:293
18
  msgid "WooCommerce blocks most users from accessing the WordPress admin area. When enabled, this setting will remove those restrictions."
19
  msgstr "WooCommerce impedisce alla maggior parte degli utenti di accedere all'area di amministrazione di WordPress. Attivando questa impostazione, si rimuovono le restrizioni."
@@ -34,39 +157,31 @@ msgstr "Blocca l'accesso"
34
  msgid "WooCommerce"
35
  msgstr "WooCommerce"
36
 
37
- #: includes/functions.php:340
38
  msgid "Login permission denied."
39
  msgstr "Autorizzazione di accesso negata."
40
 
41
- #: includes/settings-ui.php:99
42
- msgid "Enable Classic Editor Tab"
43
- msgstr "Abilita la scheda dell'editor classico"
44
 
45
  #: includes/features/restrict-editor-features.php:163
46
  msgid "Coupon Description"
47
  msgstr "Descrizione del coupon"
48
 
49
- #: includes/features/editor-features.php:216
50
  msgid "show Classic Editor controls"
51
  msgstr "mostra i controlli dell'editor classico"
52
 
53
- #: includes/settings-ui.php:86
54
- msgid "Support for Private Post Types"
55
- msgstr "Compatibilità con i tipi di contenuto privati"
56
-
57
- #: includes/settings-ui.php:65
58
- msgid "Show Private Taxonomies"
59
- msgstr "Visualizza le tassonomie private"
60
 
61
- #: includes/settings-ui.php:47
62
- msgid "Enable Multiple Roles When Creating Users"
63
- msgstr "Abilita ruoli multipli quando si creano gli utenti"
64
-
65
- #: includes/admin.php:688
66
  msgid "Admin listing access is normally provided by the \"Edit\" capabilities. \"List\" capabilities apply if the corresponding \"Edit\" capability is missing, but otherwise have no effect."
67
  msgstr "L'accesso all'elenco degli amministratori è normalmente fornito dalle funzionalità di \"Modifica\". Le funzionalità \"Elenco\" si applicano se manca la corrispondente funzionalità \"Modifica\", ma altrimenti non hanno alcun effetto."
68
 
69
- #: includes/admin.php:225
70
  msgid "Listing"
71
  msgstr "Elenco"
72
 
@@ -156,7 +271,7 @@ msgstr "Editor Gutenberg"
156
  msgid "Redirects"
157
  msgstr "Reindirizza"
158
 
159
- #: includes/features/restrict-editor-features.php:423
160
  msgid "Revisions"
161
  msgstr "Revisioni"
162
 
@@ -169,15 +284,15 @@ msgstr "Aggiungi blocco"
169
  msgid "No metabox found for %1s. %2s Click here %3s to visit the %4s screen and refresh this page after to load new metabox"
170
  msgstr "Nessun metabox trovato per %1s. %2s Fai clic qui %3s per visitare la schermata %4s e aggiornare questa pagina dopo aver caricato il nuovo metabox"
171
 
172
- #: includes/admin.php:1193
173
  msgid "The following entries have no effect. Please assign desired capabilities on the Editing / Deletion / Reading tabs."
174
  msgstr "Le voci seguenti non hanno alcun effetto. Assegna le funzionalità desiderate nelle schede Modifica / Cancellazione / Lettura."
175
 
176
- #: includes/admin.php:221
177
  msgid "Taxonomies"
178
  msgstr "Tassonomie"
179
 
180
- #: includes/admin-load.php:296
181
  msgid "Drag multiple roles selection to change order."
182
  msgstr "Trascina la selezione di più ruoli per cambiarne l'ordine."
183
 
@@ -189,19 +304,19 @@ msgstr "Leggi tutto sui livelli di ruolo."
189
  msgid "Each user role has a level from 0 to 10. The Subscriber role defaults to the lowest level (0). The Administrator role defaults to level 10."
190
  msgstr "Ciascun ruolo utente ha un livello da 0 a 10. Il ruolo di sottoscrittore ha come impostazione predefinita il livello più basso (0). Il ruolo amministratore ha come impostazione predefinita il livello 10."
191
 
192
- #: includes/features/editor-features.php:171
193
  msgid "Restricted:"
194
  msgstr "Limitato:"
195
 
196
- #: includes/features/editor-features.php:111
197
- #: includes/features/editor-features.php:113
198
- #: includes/features/editor-features.php:225
199
- #: includes/features/editor-features.php:227
200
  msgid "Save %s Restrictions"
201
  msgstr "Salva le limitazioni di %s"
202
 
203
- #: includes/features/editor-features.php:107
204
- #: includes/features/editor-features.php:221
205
  msgid "Save for all Post Types"
206
  msgstr "Salva per tutti i tipi di contenuto"
207
 
@@ -389,19 +504,11 @@ msgstr "Carica un file da importare"
389
  msgid "%s restored from last backup."
390
  msgstr "%s ripristinato dall'ultimo backup."
391
 
392
- #: includes/admin.php:1579
393
  msgid "Go to the Backup feature"
394
  msgstr "Vai alle caratteristiche del backup"
395
 
396
- #: includes/admin.php:1575
397
- msgid ""
398
- "This plugin automatically creates a backup whenever you save changes. You can use these backups to\n"
399
- "restore an earlier version of your roles and capabilities."
400
- msgstr ""
401
- "Questo plugin crea automaticamente un backup ogni volta che salvi delle modifiche. È possibile utilizzare questi backup per\n"
402
- "ripristinare una versione precedente dei ruoli e delle capacità."
403
-
404
- #: includes/admin.php:1573
405
  msgid "PublishPress Capabilities is safe to use"
406
  msgstr "PublishPress Capabilities è sicuro da usare"
407
 
@@ -498,88 +605,88 @@ msgstr "Nota: stai solo limitando l'accesso alle schermate delle funzioni di amm
498
  msgid "Admin Feature Restrictions"
499
  msgstr "Restrizioni caratteristiche di amministrazione"
500
 
501
- #: includes/backup.php:362 includes/features/admin-features.php:236
502
- #: includes/features/editor-features.php:247
503
  msgid "Click here to install PublishPress Permissions"
504
  msgstr "Fai clic qui per installare PublishPress Permissions"
505
 
506
- #: includes/backup.php:359 includes/features/admin-features.php:233
507
- #: includes/features/editor-features.php:244
508
  msgid "PublishPress Permissions is 100% free to install."
509
  msgstr "PublishPress Permissions è al 100% gratuito da installare."
510
 
511
- #: includes/backup.php:358 includes/features/admin-features.php:232
512
- #: includes/features/editor-features.php:243
513
  msgid "Allow specific user roles or users to manage each post."
514
  msgstr "Consenti a ruoli o utenti specifici di gestire ogni singolo articolo."
515
 
516
- #: includes/backup.php:357 includes/features/admin-features.php:231
517
- #: includes/features/editor-features.php:242
518
  msgid "Choose who can read and edit each post."
519
  msgstr "Scegli chi può leggere e modificare ogni singolo articolo."
520
 
521
- #: includes/backup.php:355 includes/features/admin-features.php:229
522
- #: includes/features/editor-features.php:240
523
  msgid "Control permissions for individual posts and pages"
524
  msgstr "Controlli le autorizzazioni per ogni singolo articolo e pagina"
525
 
526
- #: includes/backup.php:354 includes/features/admin-features.php:228
527
- #: includes/features/editor-features.php:239
528
  msgid "Recommendations for you"
529
  msgstr "Raccomandazioni per te"
530
 
531
- #: includes/admin.php:1080
532
  msgid "Plugin Capabilities &ndash; %s"
533
  msgstr "Plugin Capabilities &ndash; %s"
534
 
535
- #: includes/admin.php:923 includes/admin.php:1033 includes/admin.php:1086
536
- #: includes/admin.php:1295
537
  msgid "No results found. Please try again with a different word."
538
  msgstr "Nessun risultato trovato, riprova con una parola differente."
539
 
540
- #: includes/admin.php:920 includes/admin.php:1030 includes/admin.php:1083
541
- #: includes/admin.php:1292
542
  msgid "Filter by capability"
543
  msgstr "Filtra per capacità"
544
 
545
- #: includes/admin.php:1027
546
  msgid "WordPress Core Capabilities"
547
  msgstr "Capacità di base di WordPress"
548
 
549
- #: includes/admin.php:696 includes/admin.php:921 includes/admin.php:1031
550
- #: includes/admin.php:1084 includes/admin.php:1293
551
  msgid "Clear"
552
  msgstr "Pulisci"
553
 
554
- #: includes/admin.php:693
555
  msgid "Filter by post type"
556
  msgstr "Filtra per tipo di contenuto"
557
 
558
- #: includes/admin.php:693
559
  msgid "Filter by taxonomy"
560
  msgstr "Filtra per tassonomia"
561
 
562
- #: includes/admin.php:683
563
  msgid "Post %s Capabilities"
564
  msgstr "Capacità dell'articolo %s"
565
 
566
- #: includes/admin.php:683
567
  msgid "Term %s Capabilities"
568
  msgstr "Capacità del termine %s"
569
 
570
- #: includes/admin.php:651
571
  msgid "Additional"
572
  msgstr "Aggiuntivi"
573
 
574
- #: includes/admin.php:220
575
  msgid "Deletion"
576
  msgstr "Cancellazione"
577
 
578
- #: includes/admin.php:219 includes/roles/class/class-pp-roles-admin.php:111
579
  msgid "Editing"
580
  msgstr "Modifica"
581
 
582
- #: includes/admin-load.php:425 includes/functions-admin.php:212
583
  #: includes/manager.php:377 includes/manager.php:410
584
  #: includes/roles/class/class-pp-roles-list-table.php:174
585
  msgid "Admin Features"
@@ -645,43 +752,43 @@ msgstr "Impostazioni aggiornate."
645
  msgid "You do not have permission to manage editor features."
646
  msgstr "Non hai i permessi per gestire le funzionalità dell'editor."
647
 
648
- #: includes/admin-load.php:424 includes/functions-admin.php:201
649
  #: includes/manager.php:375 includes/manager.php:409
650
  #: includes/roles/class/class-pp-roles-list-table.php:173
651
  #: includes/settings-ui.php:29
652
  msgid "Editor Features"
653
  msgstr "Funzioni dell'editor"
654
 
655
- #: includes/features/restrict-editor-features.php:482
656
  msgid "Text settings"
657
  msgstr "Impostazioni del testo"
658
 
659
- #: includes/features/restrict-editor-features.php:481
660
  msgid "Color settings"
661
  msgstr "Impostazioni colore"
662
 
663
- #: includes/features/restrict-editor-features.php:480
664
  msgid "Typography"
665
  msgstr "Tipografia"
666
 
667
- #: includes/features/restrict-editor-features.php:479
668
  msgid "Paragraph"
669
  msgstr "Paragrafo"
670
 
 
671
  #: includes/features/restrict-editor-features.php:477
672
- #: includes/features/restrict-editor-features.php:478
673
  msgid "Block Panel"
674
  msgstr "Pannello del blocco"
675
 
676
- #: includes/features/restrict-editor-features.php:471
677
  msgid "Post Attributes"
678
  msgstr "Attributi articolo"
679
 
680
- #: includes/features/restrict-editor-features.php:461
681
  msgid "Excerpt"
682
  msgstr "Riassunto"
683
 
684
- #: includes/features/restrict-editor-features.php:456
685
  msgid "Featured image"
686
  msgstr "Immagine in evidenza"
687
 
@@ -750,7 +857,7 @@ msgid "Top Bar - Left"
750
  msgstr "Barra in alto - Sinistra"
751
 
752
  #: includes/features/restrict-editor-features.php:158
753
- #: includes/features/restrict-editor-features.php:466
754
  msgid "Discussion"
755
  msgstr "Discussione"
756
 
@@ -787,7 +894,7 @@ msgid "Page Boxes"
787
  msgstr "Riquadri pagina"
788
 
789
  #: includes/features/restrict-editor-features.php:104
790
- #: includes/features/restrict-editor-features.php:432
791
  msgid "Tags"
792
  msgstr "Tag"
793
 
@@ -796,7 +903,7 @@ msgid "Add New Category"
796
  msgstr "Aggiungi una nuova categoria"
797
 
798
  #: includes/features/restrict-editor-features.php:92
799
- #: includes/features/restrict-editor-features.php:426
800
  msgid "Categories"
801
  msgstr "Categorie"
802
 
@@ -860,7 +967,7 @@ msgid "Media Buttons (all)"
860
  msgstr "Pulsanti Media (tutti)"
861
 
862
  #: includes/features/restrict-editor-features.php:59
863
- #: includes/features/restrict-editor-features.php:424
864
  msgid "Permalink"
865
  msgstr "Permalink"
866
 
@@ -887,11 +994,11 @@ msgstr "Aiuto"
887
  msgid "Top Tabs"
888
  msgstr "Schede in alto"
889
 
890
- #: includes/features/editor-features.php:138
891
  msgid "Classic"
892
  msgstr "Classico"
893
 
894
- #: includes/features/editor-features.php:135
895
  msgid "Gutenberg"
896
  msgstr "Gutenberg"
897
 
@@ -903,11 +1010,11 @@ msgstr "Seleziona le caratteristiche dell'editor da rimuovere. Sappi che questa
903
  msgid "Editor Feature Restriction"
904
  msgstr "Limitazione delle funzioni dell'editor"
905
 
906
- #: includes/admin.php:1631
907
  msgid "sync options to all sites now"
908
  msgstr "sincronizza le opzioni su tutti i siti adesso"
909
 
910
- #: includes/admin.php:1631
911
  msgid "Copy option settings to all sites now"
912
  msgstr "Copia le impostazioni delle opzioni su tutti i siti adesso"
913
 
@@ -979,7 +1086,7 @@ msgstr "Ripristina ruoli"
979
  msgid "Restore"
980
  msgstr "Ripristina"
981
 
982
- #: includes/admin-load.php:429
983
  #: includes/features/restrict-editor-features.php:395 includes/manager.php:383
984
  msgid "Settings"
985
  msgstr "Impostazioni"
@@ -997,7 +1104,7 @@ msgstr "Cerca ruoli"
997
  msgid "Search results for &#8220;%s&#8221;"
998
  msgstr "Risultati di ricerca per &#8220;%s&#8221;"
999
 
1000
- #: includes/admin-load.php:422 includes/manager.php:361
1001
  #: includes/roles/roles.php:8 includes/settings-ui.php:27
1002
  msgid "Roles"
1003
  msgstr "Ruoli"
@@ -1017,7 +1124,7 @@ msgstr "Nascondi"
1017
  #: includes-core/editor-features-promo.php:96
1018
  #: includes-core/editor-features-promo.php:107
1019
  #: includes-core/editor-features-promo.php:117
1020
- #: includes/features/admin-features.php:190
1021
  #: includes/features/editor-features-classic.php:90
1022
  #: includes/features/editor-features-gutenberg.php:87
1023
  #: includes/roles/class/class-pp-roles-admin.php:134
@@ -1083,6 +1190,7 @@ msgstr "Ci sono dei parametri mancanti, ricarica la pagina e prova ancora."
1083
  #: includes/roles/class/class-pp-roles-actions.php:180
1084
  #: includes/roles/class/class-pp-roles-actions.php:348
1085
  #: includes/roles/class/class-pp-roles-actions.php:459
 
1086
  msgid "Your link has expired, refresh the page and try again."
1087
  msgstr "Il tuo link è scaduto, ricarica la pagina e prova ancora."
1088
 
@@ -1099,13 +1207,13 @@ msgstr "Sei certo di voler eliminare questo ruolo?"
1099
  msgid "Capabilities Settings"
1100
  msgstr "Impostazioni di capacità"
1101
 
1102
- #: includes-core/CoreAdmin.php:63 includes/admin-load.php:427
1103
  #: includes/manager.php:412
1104
  #: includes/roles/class/class-pp-roles-list-table.php:176
1105
  msgid "Nav Menus"
1106
  msgstr "Menu navigazione"
1107
 
1108
- #: includes-core/CoreAdmin.php:62 includes/admin-load.php:426
1109
  #: includes/manager.php:411
1110
  #: includes/roles/class/class-pp-roles-list-table.php:175
1111
  msgid "Admin Menus"
@@ -1170,13 +1278,13 @@ msgstr "Non hai le autorizzazioni per gestire le capacità."
1170
  #: includes-core/admin-features-promo.php:79
1171
  #: includes-core/admin-menus-promo.php:62
1172
  #: includes-core/editor-features-promo.php:79
1173
- #: includes-core/nav-menus-promo.php:67 includes/admin-load.php:434
1174
- #: includes/admin-load.php:435 includes/manager.php:388
1175
  #: includes/manager.php:389
1176
  msgid "Upgrade to Pro"
1177
  msgstr "Aggiorna a Pro"
1178
 
1179
- #: includes/admin-load.php:428 includes/backup.php:49 includes/manager.php:381
1180
  msgid "Backup"
1181
  msgstr "Backup"
1182
 
@@ -1233,30 +1341,22 @@ msgstr "Nome del ruolo"
1233
  msgid "Role Level"
1234
  msgstr "Livello del ruolo"
1235
 
1236
- #: includes/admin.php:1538
1237
  msgid "Role level is mostly deprecated. However, it still determines eligibility for Post Author assignment and limits the application of user editing capabilities."
1238
  msgstr "Il livello di ruolo è per lo più deprecato. Tuttavia, determina comunque l'idoneità per l'assegnazione di autore articolo e limita l'applicazione delle capacità di modifica dell'utente."
1239
 
1240
- #: includes/admin.php:646 includes/admin.php:1188
1241
  msgid "Invalid Capabilities"
1242
  msgstr "Capacità non valide"
1243
 
1244
- #: includes/admin.php:820
1245
  msgid "shared capability: %s"
1246
  msgstr "capacità condivise: %s"
1247
 
1248
- #: includes/admin.php:1447
1249
  msgid "PublishPress Permissions"
1250
  msgstr "PublishPress Permissions"
1251
 
1252
- #: includes/admin.php:132
1253
- msgid "<strong>Note:</strong> Capability changes <strong>remain in the database</strong> after plugin deactivation. You can also configure this role as a %sPermission Group%s."
1254
- msgstr "<strong>Nota:</strong> Le modifiche della capacità <strong>rimangono nel database</strong> anche dopo la disattivazione del plugin. Puoi anche configurare questo ruolo come una %sautorizzazione di gruppo%s."
1255
-
1256
- #: includes/admin.php:140
1257
- msgid "<strong>Note:</strong> Capability changes <strong>remain in the database</strong> after plugin deactivation."
1258
- msgstr "<strong>Nota:</strong> Le modifiche della capacità <strong>rimangono nel database</strong> anche dopo la disattivazione del plugin."
1259
-
1260
  #: includes/admin.php:40
1261
  msgid "Warning: This role cannot access the dashboard without the read capability. %1$sClick here to fix this now%2$s."
1262
  msgstr "Attenzione: Questo ruolo non può accedere alla bacheca senza le capacità di lettura. %1$sFai clic qui per risolvere ora%2$s."
@@ -1434,33 +1534,33 @@ msgstr "Il nuovo backup é stato salvato."
1434
  msgid "You do not have permission to restore roles."
1435
  msgstr "Non hai le autorizzazioni per il ripristino dei ruoli."
1436
 
1437
- #: includes/admin.php:1628
1438
  msgid "sync role to all sites now"
1439
  msgstr "sincronizza i ruoli su tutti i siti adesso"
1440
 
1441
- #: includes/admin.php:1628
1442
  msgid "Copy / update this role definition to all sites now"
1443
  msgstr "Copia/aggiorna la definizione di questo ruolo su tutti i siti adesso"
1444
 
1445
- #: includes/admin.php:1625
1446
  msgid "include in new sites"
1447
  msgstr "includi nei nuovi siti"
1448
 
1449
- #: includes/admin.php:1625
1450
  msgid "Create this role definition in new (future) sites"
1451
  msgstr "Crea la definizione di questo ruolo nei nuovi (futuri) siti"
1452
 
1453
- #: includes/admin.php:1589
1454
  msgid "Add to role"
1455
  msgstr "Aggiungi al ruolo"
1456
 
1457
- #: includes/admin.php:934 includes/admin.php:1007 includes/admin.php:1044
1458
- #: includes/admin.php:1053 includes/admin.php:1097 includes/admin.php:1170
1459
- #: includes/admin.php:1301 includes/admin.php:1417
1460
  msgid "Capability Name"
1461
  msgstr "Nome della capacità"
1462
 
1463
- #: includes/admin.php:1586
1464
  msgid "Add Capability"
1465
  msgstr "Aggiungi capacità"
1466
 
@@ -1477,156 +1577,156 @@ msgid "Delete role"
1477
  msgstr "Elimina il ruolo"
1478
 
1479
  #: includes-core/admin-menus-promo.php:48 includes-core/nav-menus-promo.php:52
1480
- #: includes/admin.php:113 includes/admin.php:1560
1481
- #: includes/features/admin-features.php:76
1482
- #: includes/features/admin-features.php:215 includes/settings.php:51
1483
  msgid "Save Changes"
1484
  msgstr "Salva modifiche"
1485
 
1486
- #: includes/admin.php:1540
1487
  msgid "Level:"
1488
  msgstr "Livello:"
1489
 
1490
- #: includes/admin.php:1289
1491
  msgid "Additional Capabilities"
1492
  msgstr "Capacità aggiuntive"
1493
 
1494
- #: includes/admin.php:936 includes/admin.php:1009 includes/admin.php:1046
1495
- #: includes/admin.php:1055 includes/admin.php:1099 includes/admin.php:1172
1496
- #: includes/admin.php:1303 includes/admin.php:1419
1497
  msgid "negate none (add/remove all capabilities normally)"
1498
  msgstr "nessuna negazione (aggiungere/rimuovere tutte le funzionalità normalmente)"
1499
 
1500
- #: includes/admin.php:936 includes/admin.php:1009 includes/admin.php:1046
1501
- #: includes/admin.php:1055 includes/admin.php:1099 includes/admin.php:1172
1502
- #: includes/admin.php:1303 includes/admin.php:1419
1503
  msgid "negate all (storing as disabled capabilities)"
1504
  msgstr "negare tutto (memorizzare come capacità disabilitate)"
1505
 
1506
- #: includes/admin.php:934 includes/admin.php:1007 includes/admin.php:1044
1507
- #: includes/admin.php:1053 includes/admin.php:1097 includes/admin.php:1170
1508
- #: includes/admin.php:1301 includes/admin.php:1417
1509
  msgid "check / uncheck all"
1510
  msgstr "seleziona/deseleziona tutto"
1511
 
1512
- #: includes/admin.php:808 includes/admin.php:969 includes/admin.php:1132
1513
- #: includes/admin.php:1365
1514
  msgid "%s: assigned by Permission Group"
1515
  msgstr "%s: assegnato dal Gruppo autorizzazione"
1516
 
1517
- #: includes/admin.php:238
1518
  msgid "can delete posts which are currently published with private visibility"
1519
  msgstr "può eliminare gli articoli che sono attualmente pubblicati con visibilità privata"
1520
 
1521
- #: includes/admin.php:237
1522
  msgid "can delete posts which are currently published"
1523
  msgstr "può eliminare gli articoli che sono attualmente pubblicati"
1524
 
1525
- #: includes/admin.php:236
1526
  msgid "can delete posts which were created by other users"
1527
  msgstr "può eliminare gli articoli che sono stati creati da altri utenti"
1528
 
1529
- #: includes/admin.php:235
1530
  msgid "has basic deletion capability (but may need other capabilities based on post status and ownership)"
1531
  msgstr "ha una capacità di cancellazione di base (ma può necessitare di altre capacità basate sullo stato e la proprietà degli articoli)"
1532
 
1533
- #: includes/admin.php:234
1534
  msgid "can make a post publicly visible"
1535
  msgstr "può rendere un articolo visibile pubblicamente"
1536
 
1537
- #: includes/admin.php:233
1538
  msgid "can edit posts which are currently published with private visibility"
1539
  msgstr "può modificare gli articoli che sono attualmente pubblicati con visibilità privata"
1540
 
1541
- #: includes/admin.php:232
1542
  msgid "can edit posts which are currently published"
1543
  msgstr "può modificare gli articoli che sono attualmente pubblicati"
1544
 
1545
- #: includes/admin.php:231
1546
  msgid "can edit posts which were created by other users"
1547
  msgstr "può modificare gli articoli che sono stati creati da altri utenti"
1548
 
1549
- #: includes/admin.php:230
1550
  msgid "has basic editing capability (but may need other capabilities based on post status and ownership)"
1551
  msgstr "ha la capacità di modificazione di base (ma può necessitare di altre capacità basate sullo stato e la proprietà degli articoli)"
1552
 
1553
- #: includes/admin.php:229
1554
  msgid "can read posts which are currently published with private visibility"
1555
  msgstr "può leggere gli articoli che sono attualmente pubblicati con visibilità privata"
1556
 
1557
- #: includes/admin.php:218
1558
  msgid "Reading"
1559
  msgstr "Lettura"
1560
 
1561
- #: includes/admin.php:217
1562
  msgid "&nbsp;"
1563
  msgstr "&nbsp;"
1564
 
1565
- #: includes/admin.php:1506
1566
  msgid "%s info/purchase"
1567
  msgstr "%s info/acquisto"
1568
 
1569
- #: includes/admin.php:1506
1570
  msgid "%1$sbuy%2$s %3$s"
1571
  msgstr "%1$scompra%2$s %3$s"
1572
 
1573
- #: includes/admin.php:1504
1574
  msgid "%s (free install)"
1575
  msgstr "%s (installazione gratuita)"
1576
 
1577
- #: includes/admin.php:1504
1578
  msgid "%1$sgrab%2$s %3$s"
1579
  msgstr "%1$scattura%2$s %3$s"
1580
 
1581
- #: includes/admin.php:1497
1582
  msgid "Member support forum"
1583
  msgstr "Forum di support membri"
1584
 
1585
- #: includes/admin.php:1493
1586
  msgid "WPML integration to mirror permissions to translations <em>(Pro)</em>"
1587
  msgstr "Integrazione con WPML per trasmettere le autorizzazioni alle traduzioni <em>(Pro)</em>"
1588
 
1589
- #: includes/admin.php:1489
1590
  msgid "Grant supplemental content permissions to a BuddyPress group <em>(Pro)</em>"
1591
  msgstr "Concede autorizzazioni di contenuto supplementari a un gruppo BuddyPress <em>(Pro)</em>"
1592
 
1593
- #: includes/admin.php:1485
1594
  msgid "Grant Spectator, Participant or Moderator access to specific bbPress forums <em>(Pro)</em>"
1595
  msgstr "Concedi a Spettatore, Partecipante o Moderatore l'accesso a specifici forum bbPress <em>(Pro)</em>"
1596
 
1597
- #: includes/admin.php:1481
1598
  msgid "Customize the moderated editing of published content with Revisionary or Post Forking <em>(Pro)</em>"
1599
  msgstr "Personalizza la modifica moderata dei contenuti pubblicati con Revisionary o Post Forking <em>(Pro)</em>"
1600
 
1601
- #: includes/admin.php:1477
1602
  msgid "Regulate permissions for Edit Flow post statuses <em>(Pro)</em>"
1603
  msgstr "Regola le autorizzazioni per gli stati dell'articolo in Edit Flow <em>(Pro)</em>"
1604
 
1605
- #: includes/admin.php:1473
1606
  msgid "Custom Moderation statuses for access-controlled, multi-step publishing workflow <em>(Pro)</em>"
1607
  msgstr "Stati di moderazione personalizzati per gli accessi controllati, flusso di lavoro di pubblicazione in più fasi <em>(Pro)</em>"
1608
 
1609
- #: includes/admin.php:1469
1610
  msgid "Custom Post Visibility statuses, fully implemented throughout wp-admin <em>(Pro)</em>"
1611
  msgstr "Stati di visibilità degli articoli personalizzati, completamente implementati in wp-admin <em>(Pro)</em>"
1612
 
1613
- #: includes/admin.php:1465
1614
  msgid "Customize editing permissions per-category or per-post <em>(Pro)</em>"
1615
  msgstr "Personalizza le modifiche delle autorizzazioni per categoria o per articolo <em>(Pro)</em>"
1616
 
1617
- #: includes/admin.php:1461
1618
  msgid "Customize reading permissions per-category or per-post"
1619
  msgstr "Personalizza le autorizzazioni di lettura per categoria o per articolo"
1620
 
1621
- #: includes/admin.php:1457
1622
  msgid "Assign custom WP roles supplementally for a specific post type <em>(Pro)</em>"
1623
  msgstr "Assegna ruoli WP personalizzati in aggiunta a un tipo di articolo specifico <em>(Pro)</em>"
1624
 
1625
- #: includes/admin.php:1453
1626
  msgid "Assign standard WP roles supplementally for a specific post type"
1627
  msgstr "Assegna ruoli WP standard in aggiunta a un tipo di articolo specifico"
1628
 
1629
- #: includes/admin.php:1449
1630
  msgid "Automatically define type-specific capabilities for your custom post types and taxonomies"
1631
  msgstr "Definisci automaticamente le capacità specifiche del tipo per i tuoi tipi di articoli e tassonomie personalizzate"
1632
 
@@ -1666,7 +1766,7 @@ msgstr "Nega esplicitamente queste capacità memorizzandole come disabilitate"
1666
  msgid "Explicity negate this capability by storing as disabled"
1667
  msgstr "Nega esplicitamente questa capacità memorizzandola come disabilitata"
1668
 
1669
- #: includes/admin-load.php:400 includes/manager.php:339
1670
  #: includes/manager.php:408 includes/roles/class/class-pp-roles-admin.php:710
1671
  #: includes/roles/class/class-pp-roles-list-table.php:172
1672
  #: includes/settings-ui.php:28
4
  msgstr ""
5
  "Project-Id-Version: Plugins - PublishPress Capabilities &#8211; User Role Access, Editor Permissions, Admin Menus - Stable (latest release)\n"
6
  "POT-Creation-Date: \n"
7
+ "PO-Revision-Date: 2022-10-27 13:00+0200\n"
8
  "Last-Translator: \n"
9
+ "Language-Team: Angelo Giammarresi - info@wocmultimedia.com\n"
10
  "Language: it\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
15
  "X-Generator: Poedit 3.0.1\n"
16
 
17
+ #: includes/test-user.php:58
18
+ msgid "Unable to retrieve user data."
19
+ msgstr "Impossibile recuperare i dati dell'utente."
20
+
21
+ #: includes/test-user-ui.php:145
22
+ msgid "Testing as user: %1$s. %2$sReturn to Administrator view%3$s"
23
+ msgstr "Testando come utente: %1$s. %2$sTorna alla vista amministratore%3$s"
24
+
25
+ #: includes/test-user-ui.php:98
26
+ msgid "%1$sReturn to Administrator view%2$s"
27
+ msgstr "%1$sTorna alla vista amministratore%2$s"
28
+
29
+ #: includes/test-user-ui.php:84
30
+ msgid "Testing: "
31
+ msgstr "Testando: "
32
+
33
+ #: includes/test-user-ui.php:41
34
+ msgid "Test this user"
35
+ msgstr "Controlla questo utente"
36
+
37
+ #: includes/settings-ui.php:151
38
+ msgid "When testing, display a return link in the front end footer."
39
+ msgstr "Mentre si sta testando, visualizza un link di ritorno nel footer del frontend."
40
+
41
+ #: includes/settings-ui.php:146
42
+ msgid "Front End footer notice"
43
+ msgstr "Avviso nel footer del frontend"
44
+
45
+ #: includes/settings-ui.php:135
46
+ msgid "When testing, display a caption and return link in the Admin Bar."
47
+ msgstr "Mentre si sta testando, visualizza una didascalia e un link di ritorno nella barra di amministrazione."
48
+
49
+ #: includes/settings-ui.php:130
50
+ msgid "Admin Bar modification"
51
+ msgstr "Modifica barra di amministrazione"
52
+
53
+ #: includes/settings-ui.php:114
54
+ msgid "Always show the Classic Editor tab in \"Editor Features\" screen."
55
+ msgstr "Mostra sempre la scheda Editor classico nella schermata \"Caratteristiche dell'editor\"."
56
+
57
+ #: includes/settings-ui.php:98
58
+ msgid "Show all post types on the \"Editor Features\" screen, even ones normally hidden in the WordPress admin area."
59
+ msgstr "Mostra tutti i tipi di contenuto nella schermata \"Caratteristiche dell'editor\", anche quelli normalmente nascosti nell'area di amministrazione di WordPress."
60
+
61
+ #: includes/settings-ui.php:93
62
+ msgid "Show private post types"
63
+ msgstr "Mostra i tipi di contenuto privati"
64
+
65
+ #: includes/settings-ui.php:74
66
+ msgid "This will show all taxonomies on the \"Capabilities\" screen, even ones normally hidden in the WordPress admin area."
67
+ msgstr "Questo mostrerà tutte le tassonomie nella schermata \"Capacità\", anche quelle normalmente nascoste nell'area di amministrazione di WordPress."
68
+
69
+ #: includes/settings-ui.php:53
70
+ msgid "This allows you to assign a user to multiples roles on the \"Add New User\" screen."
71
+ msgstr "Ciò consente di assegnare a un utente più ruoli nella schermata \"Aggiungi nuovo utente\"."
72
+
73
+ #: includes/settings-ui.php:48
74
+ msgid "Multiples roles on \"Add New User\" screen"
75
+ msgstr "Ruoli multipli nella schermata \"Aggiungi nuovo utente\"."
76
+
77
+ #: includes/settings-ui.php:31
78
+ msgid "Test User"
79
+ msgstr "Test utente"
80
+
81
+ #: includes/features/editor-features.php:251
82
+ msgid "How to use Editor Features"
83
+ msgstr "Come si usano le funzioni dell'editor"
84
+
85
+ #: includes/features/admin-features.php:237
86
+ msgid "How to use Admin Features"
87
+ msgstr "Come si usano le funzioni di amministrazione"
88
+
89
+ #: includes/features/admin-features.php:233
90
+ #: includes/features/editor-features.php:247
91
+ msgid "%1s= This feature is denied"
92
+ msgstr "%1s= Questa funzione è negata"
93
+
94
+ #: includes/features/admin-features.php:232
95
+ #: includes/features/editor-features.php:246
96
+ msgid "%1s= No change"
97
+ msgstr "%1s= Nessuna modifica"
98
+
99
+ #: includes/admin.php:1582
100
+ msgid "Whenever you use PublishPress Capabilities to save changes, it also creates a backup which you can use to restore a previous configuration."
101
+ msgstr "Ogni volta che si usano le funzionalità di PublishPress per salvare le modifiche, viene creato anche un backup che può essere utilizzato per ripristinare una configurazione precedente."
102
+
103
+ #: includes/admin.php:1581
104
+ msgid "WordPress stores role capabilities in your database, where they remain even if the plugin is deactivated."
105
+ msgstr "WordPress memorizza le capacità di ruolo nel database, dove rimangono anche se il plugin è disattivato."
106
+
107
+ #: includes/admin.php:1569 includes/features/admin-features.php:240
108
+ #: includes/features/editor-features.php:254
109
+ msgid "View Documentation"
110
+ msgstr "Visualizza la documentazione"
111
+
112
+ #: includes/admin.php:1566
113
+ msgid "How to use Capabilities"
114
+ msgstr "Come si usano le capacità"
115
+
116
+ #: includes/admin.php:1555
117
+ msgid "You can also configure this role as a %sPermission Group%s."
118
+ msgstr "Puoi anche configurare questo ruolo come un %sGruppo di autorizzazioni%s."
119
+
120
+ #: includes/admin.php:1547
121
+ msgid "%1s= Capability denied, even if granted by another role %2$s"
122
+ msgstr "%1s= Capacità negata, anche se è stata assegnata da un altro ruolo %2$s"
123
+
124
+ #: includes/admin.php:1546
125
+ msgid "%1s= Capability not granted %2$s"
126
+ msgstr "%1s= Capacità non assegnata%2$s"
127
+
128
+ #: includes/admin.php:1545 includes/admin.php:1546 includes/admin.php:1547
129
+ #: includes/features/admin-features.php:232
130
+ #: includes/features/admin-features.php:233
131
+ #: includes/features/editor-features.php:246
132
+ #: includes/features/editor-features.php:247
133
+ msgid "usage key"
134
+ msgstr "chiave d'uso"
135
+
136
+ #: includes/admin.php:1545
137
+ msgid "%1s= Capability granted %2$s"
138
+ msgstr "%1s= Capacità assegnata%2$s"
139
+
140
  #: includes/roles/class/class-pp-roles-admin.php:293
141
  msgid "WooCommerce blocks most users from accessing the WordPress admin area. When enabled, this setting will remove those restrictions."
142
  msgstr "WooCommerce impedisce alla maggior parte degli utenti di accedere all'area di amministrazione di WordPress. Attivando questa impostazione, si rimuovono le restrizioni."
157
  msgid "WooCommerce"
158
  msgstr "WooCommerce"
159
 
160
+ #: includes/functions.php:353
161
  msgid "Login permission denied."
162
  msgstr "Autorizzazione di accesso negata."
163
 
164
+ #: includes/settings-ui.php:109
165
+ msgid "Enable Classic Editor tab"
166
+ msgstr "Abilita la scheda dell'Editor classico"
167
 
168
  #: includes/features/restrict-editor-features.php:163
169
  msgid "Coupon Description"
170
  msgstr "Descrizione del coupon"
171
 
172
+ #: includes/features/editor-features.php:145
173
  msgid "show Classic Editor controls"
174
  msgstr "mostra i controlli dell'editor classico"
175
 
176
+ #: includes/settings-ui.php:69
177
+ msgid "Show private taxonomies"
178
+ msgstr "Mostra le tassonomie private"
 
 
 
 
179
 
180
+ #: includes/admin.php:660
 
 
 
 
181
  msgid "Admin listing access is normally provided by the \"Edit\" capabilities. \"List\" capabilities apply if the corresponding \"Edit\" capability is missing, but otherwise have no effect."
182
  msgstr "L'accesso all'elenco degli amministratori è normalmente fornito dalle funzionalità di \"Modifica\". Le funzionalità \"Elenco\" si applicano se manca la corrispondente funzionalità \"Modifica\", ma altrimenti non hanno alcun effetto."
183
 
184
+ #: includes/admin.php:197
185
  msgid "Listing"
186
  msgstr "Elenco"
187
 
271
  msgid "Redirects"
272
  msgstr "Reindirizza"
273
 
274
+ #: includes/features/restrict-editor-features.php:422
275
  msgid "Revisions"
276
  msgstr "Revisioni"
277
 
284
  msgid "No metabox found for %1s. %2s Click here %3s to visit the %4s screen and refresh this page after to load new metabox"
285
  msgstr "Nessun metabox trovato per %1s. %2s Fai clic qui %3s per visitare la schermata %4s e aggiornare questa pagina dopo aver caricato il nuovo metabox"
286
 
287
+ #: includes/admin.php:1165
288
  msgid "The following entries have no effect. Please assign desired capabilities on the Editing / Deletion / Reading tabs."
289
  msgstr "Le voci seguenti non hanno alcun effetto. Assegna le funzionalità desiderate nelle schede Modifica / Cancellazione / Lettura."
290
 
291
+ #: includes/admin.php:193
292
  msgid "Taxonomies"
293
  msgstr "Tassonomie"
294
 
295
+ #: includes/admin-load.php:311
296
  msgid "Drag multiple roles selection to change order."
297
  msgstr "Trascina la selezione di più ruoli per cambiarne l'ordine."
298
 
304
  msgid "Each user role has a level from 0 to 10. The Subscriber role defaults to the lowest level (0). The Administrator role defaults to level 10."
305
  msgstr "Ciascun ruolo utente ha un livello da 0 a 10. Il ruolo di sottoscrittore ha come impostazione predefinita il livello più basso (0). Il ruolo amministratore ha come impostazione predefinita il livello 10."
306
 
307
+ #: includes/features/editor-features.php:181
308
  msgid "Restricted:"
309
  msgstr "Limitato:"
310
 
311
+ #: includes/features/editor-features.php:129
312
+ #: includes/features/editor-features.php:131
313
+ #: includes/features/editor-features.php:231
314
+ #: includes/features/editor-features.php:233
315
  msgid "Save %s Restrictions"
316
  msgstr "Salva le limitazioni di %s"
317
 
318
+ #: includes/features/editor-features.php:125
319
+ #: includes/features/editor-features.php:227
320
  msgid "Save for all Post Types"
321
  msgstr "Salva per tutti i tipi di contenuto"
322
 
504
  msgid "%s restored from last backup."
505
  msgstr "%s ripristinato dall'ultimo backup."
506
 
507
+ #: includes/admin.php:1585
508
  msgid "Go to the Backup feature"
509
  msgstr "Vai alle caratteristiche del backup"
510
 
511
+ #: includes/admin.php:1579
 
 
 
 
 
 
 
 
512
  msgid "PublishPress Capabilities is safe to use"
513
  msgstr "PublishPress Capabilities è sicuro da usare"
514
 
605
  msgid "Admin Feature Restrictions"
606
  msgstr "Restrizioni caratteristiche di amministrazione"
607
 
608
+ #: includes/backup.php:362 includes/features/admin-features.php:256
609
+ #: includes/features/editor-features.php:271
610
  msgid "Click here to install PublishPress Permissions"
611
  msgstr "Fai clic qui per installare PublishPress Permissions"
612
 
613
+ #: includes/backup.php:359 includes/features/admin-features.php:253
614
+ #: includes/features/editor-features.php:268
615
  msgid "PublishPress Permissions is 100% free to install."
616
  msgstr "PublishPress Permissions è al 100% gratuito da installare."
617
 
618
+ #: includes/backup.php:358 includes/features/admin-features.php:252
619
+ #: includes/features/editor-features.php:267
620
  msgid "Allow specific user roles or users to manage each post."
621
  msgstr "Consenti a ruoli o utenti specifici di gestire ogni singolo articolo."
622
 
623
+ #: includes/backup.php:357 includes/features/admin-features.php:251
624
+ #: includes/features/editor-features.php:266
625
  msgid "Choose who can read and edit each post."
626
  msgstr "Scegli chi può leggere e modificare ogni singolo articolo."
627
 
628
+ #: includes/backup.php:355 includes/features/admin-features.php:249
629
+ #: includes/features/editor-features.php:264
630
  msgid "Control permissions for individual posts and pages"
631
  msgstr "Controlli le autorizzazioni per ogni singolo articolo e pagina"
632
 
633
+ #: includes/backup.php:354 includes/features/admin-features.php:248
634
+ #: includes/features/editor-features.php:263
635
  msgid "Recommendations for you"
636
  msgstr "Raccomandazioni per te"
637
 
638
+ #: includes/admin.php:1052
639
  msgid "Plugin Capabilities &ndash; %s"
640
  msgstr "Plugin Capabilities &ndash; %s"
641
 
642
+ #: includes/admin.php:895 includes/admin.php:1005 includes/admin.php:1058
643
+ #: includes/admin.php:1267
644
  msgid "No results found. Please try again with a different word."
645
  msgstr "Nessun risultato trovato, riprova con una parola differente."
646
 
647
+ #: includes/admin.php:892 includes/admin.php:1002 includes/admin.php:1055
648
+ #: includes/admin.php:1264
649
  msgid "Filter by capability"
650
  msgstr "Filtra per capacità"
651
 
652
+ #: includes/admin.php:999
653
  msgid "WordPress Core Capabilities"
654
  msgstr "Capacità di base di WordPress"
655
 
656
+ #: includes/admin.php:668 includes/admin.php:893 includes/admin.php:1003
657
+ #: includes/admin.php:1056 includes/admin.php:1265
658
  msgid "Clear"
659
  msgstr "Pulisci"
660
 
661
+ #: includes/admin.php:665
662
  msgid "Filter by post type"
663
  msgstr "Filtra per tipo di contenuto"
664
 
665
+ #: includes/admin.php:665
666
  msgid "Filter by taxonomy"
667
  msgstr "Filtra per tassonomia"
668
 
669
+ #: includes/admin.php:655
670
  msgid "Post %s Capabilities"
671
  msgstr "Capacità dell'articolo %s"
672
 
673
+ #: includes/admin.php:655
674
  msgid "Term %s Capabilities"
675
  msgstr "Capacità del termine %s"
676
 
677
+ #: includes/admin.php:623
678
  msgid "Additional"
679
  msgstr "Aggiuntivi"
680
 
681
+ #: includes/admin.php:192
682
  msgid "Deletion"
683
  msgstr "Cancellazione"
684
 
685
+ #: includes/admin.php:191 includes/roles/class/class-pp-roles-admin.php:111
686
  msgid "Editing"
687
  msgstr "Modifica"
688
 
689
+ #: includes/admin-load.php:440 includes/functions-admin.php:212
690
  #: includes/manager.php:377 includes/manager.php:410
691
  #: includes/roles/class/class-pp-roles-list-table.php:174
692
  msgid "Admin Features"
752
  msgid "You do not have permission to manage editor features."
753
  msgstr "Non hai i permessi per gestire le funzionalità dell'editor."
754
 
755
+ #: includes/admin-load.php:439 includes/functions-admin.php:201
756
  #: includes/manager.php:375 includes/manager.php:409
757
  #: includes/roles/class/class-pp-roles-list-table.php:173
758
  #: includes/settings-ui.php:29
759
  msgid "Editor Features"
760
  msgstr "Funzioni dell'editor"
761
 
762
+ #: includes/features/restrict-editor-features.php:481
763
  msgid "Text settings"
764
  msgstr "Impostazioni del testo"
765
 
766
+ #: includes/features/restrict-editor-features.php:480
767
  msgid "Color settings"
768
  msgstr "Impostazioni colore"
769
 
770
+ #: includes/features/restrict-editor-features.php:479
771
  msgid "Typography"
772
  msgstr "Tipografia"
773
 
774
+ #: includes/features/restrict-editor-features.php:478
775
  msgid "Paragraph"
776
  msgstr "Paragrafo"
777
 
778
+ #: includes/features/restrict-editor-features.php:476
779
  #: includes/features/restrict-editor-features.php:477
 
780
  msgid "Block Panel"
781
  msgstr "Pannello del blocco"
782
 
783
+ #: includes/features/restrict-editor-features.php:470
784
  msgid "Post Attributes"
785
  msgstr "Attributi articolo"
786
 
787
+ #: includes/features/restrict-editor-features.php:460
788
  msgid "Excerpt"
789
  msgstr "Riassunto"
790
 
791
+ #: includes/features/restrict-editor-features.php:455
792
  msgid "Featured image"
793
  msgstr "Immagine in evidenza"
794
 
857
  msgstr "Barra in alto - Sinistra"
858
 
859
  #: includes/features/restrict-editor-features.php:158
860
+ #: includes/features/restrict-editor-features.php:465
861
  msgid "Discussion"
862
  msgstr "Discussione"
863
 
894
  msgstr "Riquadri pagina"
895
 
896
  #: includes/features/restrict-editor-features.php:104
897
+ #: includes/features/restrict-editor-features.php:431
898
  msgid "Tags"
899
  msgstr "Tag"
900
 
903
  msgstr "Aggiungi una nuova categoria"
904
 
905
  #: includes/features/restrict-editor-features.php:92
906
+ #: includes/features/restrict-editor-features.php:425
907
  msgid "Categories"
908
  msgstr "Categorie"
909
 
967
  msgstr "Pulsanti Media (tutti)"
968
 
969
  #: includes/features/restrict-editor-features.php:59
970
+ #: includes/features/restrict-editor-features.php:423
971
  msgid "Permalink"
972
  msgstr "Permalink"
973
 
994
  msgid "Top Tabs"
995
  msgstr "Schede in alto"
996
 
997
+ #: includes/features/editor-features.php:140
998
  msgid "Classic"
999
  msgstr "Classico"
1000
 
1001
+ #: includes/features/editor-features.php:137
1002
  msgid "Gutenberg"
1003
  msgstr "Gutenberg"
1004
 
1010
  msgid "Editor Feature Restriction"
1011
  msgstr "Limitazione delle funzioni dell'editor"
1012
 
1013
+ #: includes/admin.php:1639
1014
  msgid "sync options to all sites now"
1015
  msgstr "sincronizza le opzioni su tutti i siti adesso"
1016
 
1017
+ #: includes/admin.php:1639
1018
  msgid "Copy option settings to all sites now"
1019
  msgstr "Copia le impostazioni delle opzioni su tutti i siti adesso"
1020
 
1086
  msgid "Restore"
1087
  msgstr "Ripristina"
1088
 
1089
+ #: includes/admin-load.php:444
1090
  #: includes/features/restrict-editor-features.php:395 includes/manager.php:383
1091
  msgid "Settings"
1092
  msgstr "Impostazioni"
1104
  msgid "Search results for &#8220;%s&#8221;"
1105
  msgstr "Risultati di ricerca per &#8220;%s&#8221;"
1106
 
1107
+ #: includes/admin-load.php:437 includes/manager.php:361
1108
  #: includes/roles/roles.php:8 includes/settings-ui.php:27
1109
  msgid "Roles"
1110
  msgstr "Ruoli"
1124
  #: includes-core/editor-features-promo.php:96
1125
  #: includes-core/editor-features-promo.php:107
1126
  #: includes-core/editor-features-promo.php:117
1127
+ #: includes/features/admin-features.php:195
1128
  #: includes/features/editor-features-classic.php:90
1129
  #: includes/features/editor-features-gutenberg.php:87
1130
  #: includes/roles/class/class-pp-roles-admin.php:134
1190
  #: includes/roles/class/class-pp-roles-actions.php:180
1191
  #: includes/roles/class/class-pp-roles-actions.php:348
1192
  #: includes/roles/class/class-pp-roles-actions.php:459
1193
+ #: includes/test-user.php:50
1194
  msgid "Your link has expired, refresh the page and try again."
1195
  msgstr "Il tuo link è scaduto, ricarica la pagina e prova ancora."
1196
 
1207
  msgid "Capabilities Settings"
1208
  msgstr "Impostazioni di capacità"
1209
 
1210
+ #: includes-core/CoreAdmin.php:63 includes/admin-load.php:442
1211
  #: includes/manager.php:412
1212
  #: includes/roles/class/class-pp-roles-list-table.php:176
1213
  msgid "Nav Menus"
1214
  msgstr "Menu navigazione"
1215
 
1216
+ #: includes-core/CoreAdmin.php:62 includes/admin-load.php:441
1217
  #: includes/manager.php:411
1218
  #: includes/roles/class/class-pp-roles-list-table.php:175
1219
  msgid "Admin Menus"
1278
  #: includes-core/admin-features-promo.php:79
1279
  #: includes-core/admin-menus-promo.php:62
1280
  #: includes-core/editor-features-promo.php:79
1281
+ #: includes-core/nav-menus-promo.php:67 includes/admin-load.php:449
1282
+ #: includes/admin-load.php:450 includes/manager.php:388
1283
  #: includes/manager.php:389
1284
  msgid "Upgrade to Pro"
1285
  msgstr "Aggiorna a Pro"
1286
 
1287
+ #: includes/admin-load.php:443 includes/backup.php:49 includes/manager.php:381
1288
  msgid "Backup"
1289
  msgstr "Backup"
1290
 
1341
  msgid "Role Level"
1342
  msgstr "Livello del ruolo"
1343
 
1344
+ #: includes/admin.php:1510
1345
  msgid "Role level is mostly deprecated. However, it still determines eligibility for Post Author assignment and limits the application of user editing capabilities."
1346
  msgstr "Il livello di ruolo è per lo più deprecato. Tuttavia, determina comunque l'idoneità per l'assegnazione di autore articolo e limita l'applicazione delle capacità di modifica dell'utente."
1347
 
1348
+ #: includes/admin.php:618 includes/admin.php:1160
1349
  msgid "Invalid Capabilities"
1350
  msgstr "Capacità non valide"
1351
 
1352
+ #: includes/admin.php:792
1353
  msgid "shared capability: %s"
1354
  msgstr "capacità condivise: %s"
1355
 
1356
+ #: includes/admin.php:1419
1357
  msgid "PublishPress Permissions"
1358
  msgstr "PublishPress Permissions"
1359
 
 
 
 
 
 
 
 
 
1360
  #: includes/admin.php:40
1361
  msgid "Warning: This role cannot access the dashboard without the read capability. %1$sClick here to fix this now%2$s."
1362
  msgstr "Attenzione: Questo ruolo non può accedere alla bacheca senza le capacità di lettura. %1$sFai clic qui per risolvere ora%2$s."
1534
  msgid "You do not have permission to restore roles."
1535
  msgstr "Non hai le autorizzazioni per il ripristino dei ruoli."
1536
 
1537
+ #: includes/admin.php:1636
1538
  msgid "sync role to all sites now"
1539
  msgstr "sincronizza i ruoli su tutti i siti adesso"
1540
 
1541
+ #: includes/admin.php:1636
1542
  msgid "Copy / update this role definition to all sites now"
1543
  msgstr "Copia/aggiorna la definizione di questo ruolo su tutti i siti adesso"
1544
 
1545
+ #: includes/admin.php:1633
1546
  msgid "include in new sites"
1547
  msgstr "includi nei nuovi siti"
1548
 
1549
+ #: includes/admin.php:1633
1550
  msgid "Create this role definition in new (future) sites"
1551
  msgstr "Crea la definizione di questo ruolo nei nuovi (futuri) siti"
1552
 
1553
+ #: includes/admin.php:1597
1554
  msgid "Add to role"
1555
  msgstr "Aggiungi al ruolo"
1556
 
1557
+ #: includes/admin.php:906 includes/admin.php:979 includes/admin.php:1016
1558
+ #: includes/admin.php:1025 includes/admin.php:1069 includes/admin.php:1142
1559
+ #: includes/admin.php:1273 includes/admin.php:1389
1560
  msgid "Capability Name"
1561
  msgstr "Nome della capacità"
1562
 
1563
+ #: includes/admin.php:1594
1564
  msgid "Add Capability"
1565
  msgstr "Aggiungi capacità"
1566
 
1577
  msgstr "Elimina il ruolo"
1578
 
1579
  #: includes-core/admin-menus-promo.php:48 includes-core/nav-menus-promo.php:52
1580
+ #: includes/admin.php:97 includes/admin.php:1532
1581
+ #: includes/features/admin-features.php:64
1582
+ #: includes/features/admin-features.php:220 includes/settings.php:51
1583
  msgid "Save Changes"
1584
  msgstr "Salva modifiche"
1585
 
1586
+ #: includes/admin.php:1512
1587
  msgid "Level:"
1588
  msgstr "Livello:"
1589
 
1590
+ #: includes/admin.php:1261
1591
  msgid "Additional Capabilities"
1592
  msgstr "Capacità aggiuntive"
1593
 
1594
+ #: includes/admin.php:908 includes/admin.php:981 includes/admin.php:1018
1595
+ #: includes/admin.php:1027 includes/admin.php:1071 includes/admin.php:1144
1596
+ #: includes/admin.php:1275 includes/admin.php:1391
1597
  msgid "negate none (add/remove all capabilities normally)"
1598
  msgstr "nessuna negazione (aggiungere/rimuovere tutte le funzionalità normalmente)"
1599
 
1600
+ #: includes/admin.php:908 includes/admin.php:981 includes/admin.php:1018
1601
+ #: includes/admin.php:1027 includes/admin.php:1071 includes/admin.php:1144
1602
+ #: includes/admin.php:1275 includes/admin.php:1391
1603
  msgid "negate all (storing as disabled capabilities)"
1604
  msgstr "negare tutto (memorizzare come capacità disabilitate)"
1605
 
1606
+ #: includes/admin.php:906 includes/admin.php:979 includes/admin.php:1016
1607
+ #: includes/admin.php:1025 includes/admin.php:1069 includes/admin.php:1142
1608
+ #: includes/admin.php:1273 includes/admin.php:1389
1609
  msgid "check / uncheck all"
1610
  msgstr "seleziona/deseleziona tutto"
1611
 
1612
+ #: includes/admin.php:780 includes/admin.php:941 includes/admin.php:1104
1613
+ #: includes/admin.php:1337
1614
  msgid "%s: assigned by Permission Group"
1615
  msgstr "%s: assegnato dal Gruppo autorizzazione"
1616
 
1617
+ #: includes/admin.php:210
1618
  msgid "can delete posts which are currently published with private visibility"
1619
  msgstr "può eliminare gli articoli che sono attualmente pubblicati con visibilità privata"
1620
 
1621
+ #: includes/admin.php:209
1622
  msgid "can delete posts which are currently published"
1623
  msgstr "può eliminare gli articoli che sono attualmente pubblicati"
1624
 
1625
+ #: includes/admin.php:208
1626
  msgid "can delete posts which were created by other users"
1627
  msgstr "può eliminare gli articoli che sono stati creati da altri utenti"
1628
 
1629
+ #: includes/admin.php:207
1630
  msgid "has basic deletion capability (but may need other capabilities based on post status and ownership)"
1631
  msgstr "ha una capacità di cancellazione di base (ma può necessitare di altre capacità basate sullo stato e la proprietà degli articoli)"
1632
 
1633
+ #: includes/admin.php:206
1634
  msgid "can make a post publicly visible"
1635
  msgstr "può rendere un articolo visibile pubblicamente"
1636
 
1637
+ #: includes/admin.php:205
1638
  msgid "can edit posts which are currently published with private visibility"
1639
  msgstr "può modificare gli articoli che sono attualmente pubblicati con visibilità privata"
1640
 
1641
+ #: includes/admin.php:204
1642
  msgid "can edit posts which are currently published"
1643
  msgstr "può modificare gli articoli che sono attualmente pubblicati"
1644
 
1645
+ #: includes/admin.php:203
1646
  msgid "can edit posts which were created by other users"
1647
  msgstr "può modificare gli articoli che sono stati creati da altri utenti"
1648
 
1649
+ #: includes/admin.php:202
1650
  msgid "has basic editing capability (but may need other capabilities based on post status and ownership)"
1651
  msgstr "ha la capacità di modificazione di base (ma può necessitare di altre capacità basate sullo stato e la proprietà degli articoli)"
1652
 
1653
+ #: includes/admin.php:201
1654
  msgid "can read posts which are currently published with private visibility"
1655
  msgstr "può leggere gli articoli che sono attualmente pubblicati con visibilità privata"
1656
 
1657
+ #: includes/admin.php:190
1658
  msgid "Reading"
1659
  msgstr "Lettura"
1660
 
1661
+ #: includes/admin.php:189
1662
  msgid "&nbsp;"
1663
  msgstr "&nbsp;"
1664
 
1665
+ #: includes/admin.php:1478
1666
  msgid "%s info/purchase"
1667
  msgstr "%s info/acquisto"
1668
 
1669
+ #: includes/admin.php:1478
1670
  msgid "%1$sbuy%2$s %3$s"
1671
  msgstr "%1$scompra%2$s %3$s"
1672
 
1673
+ #: includes/admin.php:1476
1674
  msgid "%s (free install)"
1675
  msgstr "%s (installazione gratuita)"
1676
 
1677
+ #: includes/admin.php:1476
1678
  msgid "%1$sgrab%2$s %3$s"
1679
  msgstr "%1$scattura%2$s %3$s"
1680
 
1681
+ #: includes/admin.php:1469
1682
  msgid "Member support forum"
1683
  msgstr "Forum di support membri"
1684
 
1685
+ #: includes/admin.php:1465
1686
  msgid "WPML integration to mirror permissions to translations <em>(Pro)</em>"
1687
  msgstr "Integrazione con WPML per trasmettere le autorizzazioni alle traduzioni <em>(Pro)</em>"
1688
 
1689
+ #: includes/admin.php:1461
1690
  msgid "Grant supplemental content permissions to a BuddyPress group <em>(Pro)</em>"
1691
  msgstr "Concede autorizzazioni di contenuto supplementari a un gruppo BuddyPress <em>(Pro)</em>"
1692
 
1693
+ #: includes/admin.php:1457
1694
  msgid "Grant Spectator, Participant or Moderator access to specific bbPress forums <em>(Pro)</em>"
1695
  msgstr "Concedi a Spettatore, Partecipante o Moderatore l'accesso a specifici forum bbPress <em>(Pro)</em>"
1696
 
1697
+ #: includes/admin.php:1453
1698
  msgid "Customize the moderated editing of published content with Revisionary or Post Forking <em>(Pro)</em>"
1699
  msgstr "Personalizza la modifica moderata dei contenuti pubblicati con Revisionary o Post Forking <em>(Pro)</em>"
1700
 
1701
+ #: includes/admin.php:1449
1702
  msgid "Regulate permissions for Edit Flow post statuses <em>(Pro)</em>"
1703
  msgstr "Regola le autorizzazioni per gli stati dell'articolo in Edit Flow <em>(Pro)</em>"
1704
 
1705
+ #: includes/admin.php:1445
1706
  msgid "Custom Moderation statuses for access-controlled, multi-step publishing workflow <em>(Pro)</em>"
1707
  msgstr "Stati di moderazione personalizzati per gli accessi controllati, flusso di lavoro di pubblicazione in più fasi <em>(Pro)</em>"
1708
 
1709
+ #: includes/admin.php:1441
1710
  msgid "Custom Post Visibility statuses, fully implemented throughout wp-admin <em>(Pro)</em>"
1711
  msgstr "Stati di visibilità degli articoli personalizzati, completamente implementati in wp-admin <em>(Pro)</em>"
1712
 
1713
+ #: includes/admin.php:1437
1714
  msgid "Customize editing permissions per-category or per-post <em>(Pro)</em>"
1715
  msgstr "Personalizza le modifiche delle autorizzazioni per categoria o per articolo <em>(Pro)</em>"
1716
 
1717
+ #: includes/admin.php:1433
1718
  msgid "Customize reading permissions per-category or per-post"
1719
  msgstr "Personalizza le autorizzazioni di lettura per categoria o per articolo"
1720
 
1721
+ #: includes/admin.php:1429
1722
  msgid "Assign custom WP roles supplementally for a specific post type <em>(Pro)</em>"
1723
  msgstr "Assegna ruoli WP personalizzati in aggiunta a un tipo di articolo specifico <em>(Pro)</em>"
1724
 
1725
+ #: includes/admin.php:1425
1726
  msgid "Assign standard WP roles supplementally for a specific post type"
1727
  msgstr "Assegna ruoli WP standard in aggiunta a un tipo di articolo specifico"
1728
 
1729
+ #: includes/admin.php:1421
1730
  msgid "Automatically define type-specific capabilities for your custom post types and taxonomies"
1731
  msgstr "Definisci automaticamente le capacità specifiche del tipo per i tuoi tipi di articoli e tassonomie personalizzate"
1732
 
1766
  msgid "Explicity negate this capability by storing as disabled"
1767
  msgstr "Nega esplicitamente questa capacità memorizzandola come disabilitata"
1768
 
1769
+ #: includes/admin-load.php:415 includes/manager.php:339
1770
  #: includes/manager.php:408 includes/roles/class/class-pp-roles-admin.php:710
1771
  #: includes/roles/class/class-pp-roles-list-table.php:172
1772
  #: includes/settings-ui.php:28
languages/capsman-enhanced.pot CHANGED
@@ -3,877 +3,1159 @@ msgid ""
3
  msgstr ""
4
  "Project-Id-Version: PublishPress Capabilities\n"
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2022-10-19 17:36-0400\n"
7
- "PO-Revision-Date: 2020-10-08 11:17-0500\n"
8
  "Last-Translator: Kevin Behrens <kevin@publishpress.com>\n"
9
  "Language-Team: PublishPress <help@publishpress.com>\n"
10
- "Language: en_US\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
- "X-Poedit-KeywordsList: __;_e;_c;__ngettext;_n;pp_po_trigger;_x;_ex;esc_html__;esc_html_e\n"
 
15
  "X-Poedit-Basepath: ..\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Generator: Poedit 3.0.1\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
  "X-Poedit-SearchPath-1: includes\n"
20
  "X-Poedit-SearchPath-2: includes-core\n"
 
 
21
 
22
- #: capsman-enhanced.php:55
23
  #, php-format
24
- msgid "%1s Error: %2s PublishPress Capabilities cannot function because another copy of Capability Manager is active."
 
 
25
  msgstr ""
26
 
27
- #: capsman-enhanced.php:85
28
- msgid "This plugin can be deleted."
 
 
 
29
  msgstr ""
30
 
31
- #: capsman-enhanced.php:112 includes/backup.php:283 includes/backup.php:330
32
- msgid "Warning:"
 
33
  msgstr ""
34
 
35
- #: capsman-enhanced.php:113
36
  #, php-format
37
- msgid "The active plugin %s is not compatible with your PHP version."
38
  msgstr ""
39
 
40
- #: capsman-enhanced.php:115
41
  #, php-format
42
- msgid "%s is required for this plugin."
43
  msgstr ""
44
 
45
- #: framework/lib/formating.php:40
46
- msgid "Settings saved."
 
47
  msgstr ""
48
 
49
- #: includes-core/CoreAdmin.php:62 includes/admin-load.php:442
50
- #: includes/manager.php:411
51
- #: includes/roles/class/class-pp-roles-list-table.php:175
52
- msgid "Admin Menus"
53
  msgstr ""
54
 
55
- #: includes-core/CoreAdmin.php:63 includes/admin-load.php:443
56
- #: includes/manager.php:412
57
- #: includes/roles/class/class-pp-roles-list-table.php:176
58
- msgid "Nav Menus"
59
  msgstr ""
60
 
61
- #: includes-core/admin-features-promo.php:74
62
- msgid "You can block pages by URL or hide Admin elements by entering a CSS class or ID. This feature is available in PublishPress Capabilities Pro."
 
63
  msgstr ""
64
 
65
- #: includes-core/admin-features-promo.php:79
66
- #: includes-core/admin-menus-promo.php:62
67
- #: includes-core/editor-features-promo.php:79
68
- #: includes-core/nav-menus-promo.php:67 includes/admin-load.php:450
69
- #: includes/admin-load.php:451 includes/manager.php:388
70
- #: includes/manager.php:389
71
- msgid "Upgrade to Pro"
72
  msgstr ""
73
 
74
- #: includes-core/admin-menus-promo.php:29
75
- msgid "Admin Menu Restrictions"
 
76
  msgstr ""
77
 
78
- #: includes-core/admin-menus-promo.php:58
79
- msgid "You can restrict access to admin menu screens. This feature is available in PublishPress Capabilities Pro"
 
 
 
80
  msgstr ""
81
 
82
- #: includes-core/editor-features-promo.php:24
83
- msgid "Metaboxes"
 
84
  msgstr ""
85
 
86
- #: includes-core/editor-features-promo.php:32
87
- msgid "Checklist"
 
88
  msgstr ""
89
 
90
- #: includes-core/editor-features-promo.php:42
91
- msgid "Editorial Comments"
 
92
  msgstr ""
93
 
94
- #: includes-core/editor-features-promo.php:52
95
- msgid "Notifications"
 
96
  msgstr ""
97
 
98
- #: includes-core/editor-features-promo.php:62
99
- msgid "TaxoPress - Settings"
 
100
  msgstr ""
101
 
102
- #: includes-core/editor-features-promo.php:74
103
- msgid "You can hide plugin metaboxes. You can also hide specific items by entering their CSS class or ID. This feature is available in PublishPress Capabilities Pro."
 
 
 
104
  msgstr ""
105
 
106
- #: includes-core/editor-features-promo.php:89
107
- msgid "Custom Items"
 
108
  msgstr ""
109
 
110
- #: includes-core/editor-features-promo.php:95
111
- msgid "Custom item one"
 
112
  msgstr ""
113
 
114
- #: includes-core/editor-features-promo.php:96
115
- #: includes-core/editor-features-promo.php:107
116
- #: includes-core/editor-features-promo.php:117
117
- #: includes/features/admin-features.php:190
118
- #: includes/features/editor-features-classic.php:90
119
- #: includes/features/editor-features-gutenberg.php:87
120
- #: includes/roles/class/class-pp-roles-admin.php:134
121
- #: includes/roles/class/class-pp-roles-list-table.php:281
122
- #: includes/roles/class/class-pp-roles-list-table.php:540
123
- msgid "Delete"
124
  msgstr ""
125
 
126
- #: includes-core/editor-features-promo.php:106
127
- msgid "Permalink: Descriptive Caption"
128
  msgstr ""
129
 
130
- #: includes-core/editor-features-promo.php:117
131
- msgid "Page Attributes: Order"
132
  msgstr ""
133
 
134
- #: includes-core/nav-menus-promo.php:29
135
- msgid "Navigation Menu Restrictions"
136
  msgstr ""
137
 
138
- #: includes-core/nav-menus-promo.php:63
139
- msgid "You can restrict access to navigation menus. This feature is available in PublishPress Capabilities Pro"
 
 
140
  msgstr ""
141
 
142
- #: includes/admin-load.php:312
143
- msgid "Drag multiple roles selection to change order."
144
  msgstr ""
145
 
146
- #: includes/admin-load.php:416 includes/manager.php:339
147
- #: includes/manager.php:408 includes/roles/class/class-pp-roles-admin.php:710
148
- #: includes/roles/class/class-pp-roles-list-table.php:172
149
- #: includes/settings-ui.php:28
150
- msgid "Capabilities"
151
  msgstr ""
152
 
153
- #: includes/admin-load.php:438 includes/manager.php:361
154
- #: includes/roles/roles.php:8 includes/settings-ui.php:27
155
- msgid "Roles"
156
  msgstr ""
157
 
158
- #: includes/admin-load.php:440 includes/functions-admin.php:201
159
- #: includes/manager.php:375 includes/manager.php:409
160
- #: includes/roles/class/class-pp-roles-list-table.php:173
161
- #: includes/settings-ui.php:29
162
- msgid "Editor Features"
163
  msgstr ""
164
 
165
- #: includes/admin-load.php:441 includes/functions-admin.php:212
166
- #: includes/manager.php:377 includes/manager.php:410
167
- #: includes/roles/class/class-pp-roles-list-table.php:174
168
- msgid "Admin Features"
169
  msgstr ""
170
 
171
- #: includes/admin-load.php:444 includes/backup.php:49 includes/manager.php:381
172
- msgid "Backup"
 
173
  msgstr ""
174
 
175
- #: includes/admin-load.php:445
176
- #: includes/features/restrict-editor-features.php:395 includes/manager.php:383
177
- msgid "Settings"
178
  msgstr ""
179
 
180
- #: includes/admin.php:40
181
- #, php-format
182
- msgid "Warning: This role cannot access the dashboard without the read capability. %1$sClick here to fix this now%2$s."
183
  msgstr ""
184
 
185
- #: includes/admin.php:59
186
- msgid "Role Capabilities"
187
  msgstr ""
188
 
189
- #: includes/admin.php:113 includes/admin.php:1560
190
- msgid "Save Changes"
191
  msgstr ""
192
 
193
- #: includes/admin.php:132
194
- #, php-format
195
- msgid "<strong>Note:</strong> Capability changes <strong>remain in the database</strong> after plugin deactivation. You can also configure this role as a %sPermission Group%s."
196
  msgstr ""
197
 
198
- #: includes/admin.php:140
199
- msgid "<strong>Note:</strong> Capability changes <strong>remain in the database</strong> after plugin deactivation."
200
  msgstr ""
201
 
202
- #: includes/admin.php:217
203
- msgid "&nbsp;"
204
  msgstr ""
205
 
206
- #: includes/admin.php:218
207
- msgid "Reading"
208
  msgstr ""
209
 
210
- #: includes/admin.php:219 includes/roles/class/class-pp-roles-admin.php:111
211
- msgid "Editing"
212
  msgstr ""
213
 
214
- #: includes/admin.php:220
215
- msgid "Deletion"
216
  msgstr ""
217
 
218
- #: includes/admin.php:221
219
- msgid "Taxonomies"
 
 
 
220
  msgstr ""
221
 
222
- #: includes/admin.php:225
223
- msgid "Listing"
 
 
 
224
  msgstr ""
225
 
226
- #: includes/admin.php:646 includes/admin.php:1188
227
- msgid "Invalid Capabilities"
228
  msgstr ""
229
 
230
- #: includes/admin.php:651
231
- msgid "Additional"
 
 
 
232
  msgstr ""
233
 
234
- #: includes/admin.php:683
235
- #, php-format
236
- msgid "Term %s Capabilities"
237
  msgstr ""
238
 
239
- #: includes/admin.php:683
240
- #, php-format
241
- msgid "Post %s Capabilities"
242
  msgstr ""
243
 
244
- #: includes/admin.php:688
245
- msgid "Admin listing access is normally provided by the \"Edit\" capabilities. \"List\" capabilities apply if the corresponding \"Edit\" capability is missing, but otherwise have no effect."
246
- msgstr ""
 
 
 
247
 
248
- #: includes/admin.php:693
249
- msgid "Filter by taxonomy"
250
  msgstr ""
251
 
252
- #: includes/admin.php:693
253
- msgid "Filter by post type"
254
  msgstr ""
255
 
256
- #: includes/admin.php:696 includes/admin.php:921 includes/admin.php:1031
257
- #: includes/admin.php:1084 includes/admin.php:1293
258
- msgid "Clear"
259
  msgstr ""
260
 
261
- #: includes/admin.php:808 includes/admin.php:969 includes/admin.php:1132
262
- #: includes/admin.php:1365
263
- #, php-format
264
- msgid "%s: assigned by Permission Group"
265
  msgstr ""
266
 
267
- #: includes/admin.php:820
268
- #, php-format
269
- msgid "shared capability: %s"
270
  msgstr ""
271
 
272
- #: includes/admin.php:923 includes/admin.php:1033 includes/admin.php:1086
273
- #: includes/admin.php:1295
274
- msgid "No results found. Please try again with a different word."
275
  msgstr ""
276
 
277
- #: includes/admin.php:934 includes/admin.php:1007 includes/admin.php:1044
278
- #: includes/admin.php:1053 includes/admin.php:1097 includes/admin.php:1170
279
- #: includes/admin.php:1301 includes/admin.php:1417
280
- msgid "Capability Name"
281
  msgstr ""
282
 
283
- #: includes/admin.php:1027
284
- msgid "WordPress Core Capabilities"
285
  msgstr ""
286
 
287
- #: includes/admin.php:1080
288
  #, php-format
289
- msgid "Plugin Capabilities &ndash; %s"
290
  msgstr ""
291
 
292
- #: includes/admin.php:1193
293
- msgid "The following entries have no effect. Please assign desired capabilities on the Editing / Deletion / Reading tabs."
 
 
294
  msgstr ""
295
 
296
- #: includes/admin.php:1289
297
- msgid "Additional Capabilities"
298
  msgstr ""
299
 
300
- #: includes/admin.php:1449
301
- msgid "Automatically define type-specific capabilities for your custom post types and taxonomies"
 
302
  msgstr ""
303
 
304
- #: includes/admin.php:1453
305
- msgid "Assign standard WP roles supplementally for a specific post type"
306
  msgstr ""
307
 
308
- #: includes/admin.php:1457
309
- msgid "Assign custom WP roles supplementally for a specific post type <em>(Pro)</em>"
310
  msgstr ""
311
 
312
- #: includes/admin.php:1461
313
- msgid "Customize reading permissions per-category or per-post"
314
  msgstr ""
315
 
316
- #: includes/admin.php:1465
317
- msgid "Customize editing permissions per-category or per-post <em>(Pro)</em>"
318
  msgstr ""
319
 
320
- #: includes/admin.php:1469
321
- msgid "Custom Post Visibility statuses, fully implemented throughout wp-admin <em>(Pro)</em>"
 
 
322
  msgstr ""
323
 
324
- #: includes/admin.php:1473
325
- msgid "Custom Moderation statuses for access-controlled, multi-step publishing workflow <em>(Pro)</em>"
326
  msgstr ""
327
 
328
- #: includes/admin.php:1477
329
- msgid "Regulate permissions for Edit Flow post statuses <em>(Pro)</em>"
 
330
  msgstr ""
331
 
332
- #: includes/admin.php:1481
333
- msgid "Customize the moderated editing of published content with Revisionary or Post Forking <em>(Pro)</em>"
334
  msgstr ""
335
 
336
- #: includes/admin.php:1485
337
- msgid "Grant Spectator, Participant or Moderator access to specific bbPress forums <em>(Pro)</em>"
338
  msgstr ""
339
 
340
- #: includes/admin.php:1489
341
- msgid "Grant supplemental content permissions to a BuddyPress group <em>(Pro)</em>"
342
  msgstr ""
343
 
344
- #: includes/admin.php:1493
345
- msgid "WPML integration to mirror permissions to translations <em>(Pro)</em>"
346
  msgstr ""
347
 
348
- #: includes/admin.php:1497
349
- msgid "Member support forum"
350
  msgstr ""
351
 
352
- #: includes/admin.php:1504
353
- #, php-format
354
- msgid "%1$sgrab%2$s %3$s"
355
  msgstr ""
356
 
357
- #: includes/admin.php:1506
358
- #, php-format
359
- msgid "%1$sbuy%2$s %3$s"
360
  msgstr ""
361
 
362
- #: includes/admin.php:1540
363
- msgid "Level:"
364
  msgstr ""
365
 
366
- #: includes/admin.php:1573
367
- msgid "PublishPress Capabilities is safe to use"
 
 
 
 
368
  msgstr ""
369
 
370
- #: includes/admin.php:1575
 
371
  msgid ""
372
- "This plugin automatically creates a backup whenever you save changes. You can use these backups to\n"
373
- "restore an earlier version of your roles and capabilities."
374
  msgstr ""
375
 
376
- #: includes/admin.php:1579
377
- msgid "Go to the Backup feature"
378
  msgstr ""
379
 
380
- #: includes/admin.php:1586
381
- msgid "Add Capability"
 
 
 
382
  msgstr ""
383
 
384
- #: includes/admin.php:1625
385
- msgid "include in new sites"
 
 
 
 
386
  msgstr ""
387
 
388
- #: includes/admin.php:1628
389
- msgid "sync role to all sites now"
 
 
 
390
  msgstr ""
391
 
392
- #: includes/admin.php:1631
393
- msgid "sync options to all sites now"
 
 
 
 
394
  msgstr ""
395
 
396
- #: includes/backup-handler.php:15 includes/manager.php:903
397
- msgid "You do not have permission to restore roles."
398
- msgstr ""
399
-
400
- #: includes/backup-handler.php:73
401
- msgid "New backup saved."
402
- msgstr ""
403
-
404
- #: includes/backup-handler.php:90
405
- msgid "Roles and Capabilities restored from initial backup."
406
  msgstr ""
407
 
408
- #: includes/backup-handler.php:92 includes/backup-handler.php:121
409
- #: includes/backup-handler.php:130
410
- msgid "Restore failed. No backup found."
 
411
  msgstr ""
412
 
413
- #: includes/backup-handler.php:119
414
- #, php-format
415
- msgid "%s restored from last backup."
416
  msgstr ""
417
 
418
- #: includes/backup-handler.php:128
419
- msgid "Roles and Capabilities restored from selected auto-backup."
 
 
420
  msgstr ""
421
 
422
- #: includes/backup-handler.php:140
423
- msgid "Please upload a file to import"
424
  msgstr ""
425
 
426
- #: includes/backup-handler.php:145
427
- msgid "Please upload a valid .json file"
 
428
  msgstr ""
429
 
430
- #: includes/backup-handler.php:165
431
- msgid "Error importing settings! Please try again."
432
  msgstr ""
433
 
434
- #: includes/backup-handler.php:178
435
- msgid "Error importing settings! Please check that you uploaded a valid json file."
436
  msgstr ""
437
 
438
- #: includes/backup-handler.php:199
439
  #, php-format
440
- msgid "%s successfully imported from uploaded data."
441
  msgstr ""
442
 
443
- #: includes/backup-handler.php:283
444
- msgid "Needed function to create default roles not found!"
 
445
  msgstr ""
446
 
447
- #: includes/backup-handler.php:296
448
- msgid "Roles and Capabilities reset to WordPress defaults"
 
449
  msgstr ""
450
 
451
- #: includes/backup.php:39
452
- msgid "Backup Tool for PublishPress Capabilities"
453
  msgstr ""
454
 
455
- #: includes/backup.php:48
456
- msgid "Restore"
457
  msgstr ""
458
 
459
- #: includes/backup.php:50
460
- msgid "Reset Roles"
461
  msgstr ""
462
 
463
- #: includes/backup.php:51
464
- msgid "Export / Import"
465
  msgstr ""
466
 
467
- #: includes/backup.php:60
468
- msgid "Backup Roles and Capabilities"
469
  msgstr ""
470
 
471
- #: includes/backup.php:65
472
- #, php-format
473
- msgid "PublishPress Capabilities automatically creates a backup on installation and whenever you save changes. The initial backup and last %d auto-backups are kept."
474
  msgstr ""
475
 
476
- #: includes/backup.php:67
477
- msgid "A backup created on this screen replaces any previous manual backups, but is never automatically replaced."
 
478
  msgstr ""
479
 
480
- #: includes/backup.php:82
481
- #, php-format
482
- msgid "Last Manual Backup - %s"
483
  msgstr ""
484
 
485
- #: includes/backup.php:82
486
- msgid "Last Backup"
487
  msgstr ""
488
 
489
- #: includes/backup.php:86
490
- msgid "Restore Previous Roles and Capabilities"
491
  msgstr ""
492
 
493
- #: includes/backup.php:89
494
- msgid "PublishPress Capabilities automatically creates a backup on installation and whenever you save changes."
495
  msgstr ""
496
 
497
- #: includes/backup.php:90
498
- msgid "On this screen, you can restore an earlier version of your roles and capabilities."
499
  msgstr ""
500
 
501
- #: includes/backup.php:93
502
- msgid "Available Backups:"
503
  msgstr ""
504
 
505
- #: includes/backup.php:109
506
- msgid "all roles"
507
  msgstr ""
508
 
509
- #: includes/backup.php:114
510
- #, php-format
511
- msgid "Manual backup of %s (%s)"
512
  msgstr ""
513
 
514
- #: includes/backup.php:129
515
- #, php-format
516
- msgid "Auto-backup of all roles (%s)"
517
  msgstr ""
518
 
519
- #: includes/backup.php:137
520
- msgid "Initial backup of all roles"
521
  msgstr ""
522
 
523
- #: includes/backup.php:155
524
- msgid "Show changes from current roles only"
 
 
525
  msgstr ""
526
 
527
- #: includes/backup.php:162
528
- #, php-format
529
- msgid "Initial Backup - %s"
 
530
  msgstr ""
531
 
532
- #: includes/backup.php:162
533
- msgid "Initial Backup"
534
  msgstr ""
535
 
536
- #: includes/backup.php:189
537
- #, php-format
538
- msgid "%s (%s roles)"
539
  msgstr ""
540
 
541
- #: includes/backup.php:196
542
- msgid "(this role will be removed if you restore backup)"
 
 
543
  msgstr ""
544
 
545
- #: includes/backup.php:225
546
- #, php-format
547
- msgid "%s (level %s)"
548
  msgstr ""
549
 
550
- #: includes/backup.php:265
551
- msgid "No changes"
552
  msgstr ""
553
 
554
- #: includes/backup.php:281
555
- msgid "Reset WordPress Defaults"
556
  msgstr ""
557
 
558
- #: includes/backup.php:283
559
- msgid "Reseting default Roles and Capabilities will set them to the WordPress install defaults."
 
 
 
 
 
 
 
 
560
  msgstr ""
561
 
562
- #: includes/backup.php:285
563
- msgid "If you have installed any plugin that adds new roles or capabilities, these will be lost."
564
  msgstr ""
565
 
566
- #: includes/backup.php:286
567
- msgid "It is recommended to use this only as a last resource!"
568
  msgstr ""
569
 
570
- #: includes/backup.php:291
571
  msgid ""
572
- "You are about to reset Roles and Capabilities to WordPress defaults.\n"
573
- " 'Cancel' to stop, 'OK' to reset."
574
  msgstr ""
575
 
576
- #: includes/backup.php:291
577
- msgid "Reset to WordPress defaults"
578
  msgstr ""
579
 
580
- #: includes/backup.php:299
581
- msgid "Export Settings"
582
  msgstr ""
583
 
584
- #: includes/backup.php:301
585
- msgid "Export the plugin settings for this site as a .json file. This allows you to easily import the configuration into another site."
586
  msgstr ""
587
 
588
- #: includes/backup.php:306
589
- msgid "Roles and Capabilities"
590
  msgstr ""
591
 
592
- #: includes/backup.php:329
593
- msgid "Import Settings"
 
594
  msgstr ""
595
 
596
- #: includes/backup.php:330
597
- msgid "Please make a 'Manual Backup' in the backup tab to enable backup restore in case anything goes wrong."
 
598
  msgstr ""
599
 
600
- #: includes/backup.php:331
601
- msgid "Import the plugin settings from a .json file. This file can be obtained by exporting the settings on another site using the form above."
602
  msgstr ""
603
 
604
- #: includes/backup.php:332
605
- msgid "Before importing, we recommend using the \"Backup\" tab to create a backup of your current settings."
 
606
  msgstr ""
607
 
608
- #: includes/backup.php:354 includes/features/admin-features.php:228
609
- #: includes/features/editor-features.php:239
610
- msgid "Recommendations for you"
611
  msgstr ""
612
 
613
- #: includes/backup.php:355 includes/features/admin-features.php:229
614
- #: includes/features/editor-features.php:240
615
- msgid "Control permissions for individual posts and pages"
616
  msgstr ""
617
 
618
- #: includes/backup.php:357 includes/features/admin-features.php:231
619
- #: includes/features/editor-features.php:242
620
- msgid "Choose who can read and edit each post."
621
  msgstr ""
622
 
623
- #: includes/backup.php:358 includes/features/admin-features.php:232
624
- #: includes/features/editor-features.php:243
625
- msgid "Allow specific user roles or users to manage each post."
 
626
  msgstr ""
627
 
628
- #: includes/backup.php:359 includes/features/admin-features.php:233
629
- #: includes/features/editor-features.php:244
630
- #, php-format
631
- msgid "PublishPress Permissions is 100% free to install."
632
  msgstr ""
633
 
634
- #: includes/backup.php:362 includes/features/admin-features.php:236
635
- #: includes/features/editor-features.php:247
636
- msgid "Click here to install PublishPress Permissions"
637
  msgstr ""
638
 
639
- #: includes/features/admin-features.php:37
640
- msgid "Admin Feature Restrictions"
641
  msgstr ""
642
 
643
- #: includes/features/admin-features.php:53
644
- msgid "Note: You are only restricting access to admin features screens. Some plugins may also add features to other areas of WordPress."
645
  msgstr ""
646
 
647
- #: includes/features/editor-features-classic.php:1
648
  #, php-format
649
- msgid "Classic Editor %s Restriction"
650
- msgstr ""
 
 
651
 
652
- #: includes/features/editor-features-classic.php:116
653
- #: includes/features/editor-features-gutenberg.php:113
654
- #, php-format
655
- msgid "No metabox found for %1s. %2s Click here %3s to visit the %4s screen and refresh this page after to load new metabox"
656
  msgstr ""
657
 
658
- #: includes/features/editor-features-gutenberg.php:1
659
- #, php-format
660
- msgid "Gutenberg Editor %s Restriction"
661
  msgstr ""
662
 
663
  #: includes/features/editor-features.php:69
664
  msgid "Editor Feature Restriction"
665
  msgstr ""
666
 
667
- #: includes/features/editor-features.php:85
668
- msgid "Select editor features to remove. Note that this screen cannot be used to grant additional features to any role."
 
 
 
 
669
  msgstr ""
670
 
671
- #: includes/features/editor-features.php:111
672
- #: includes/features/editor-features.php:113
673
- #: includes/features/editor-features.php:225
674
- #: includes/features/editor-features.php:227
675
- #, php-format
676
- msgid "Save %s Restrictions"
677
  msgstr ""
678
 
679
- #: includes/features/editor-features.php:135
680
- msgid "Gutenberg"
681
  msgstr ""
682
 
683
- #: includes/features/editor-features.php:138
684
- msgid "Classic"
 
 
685
  msgstr ""
686
 
687
- #: includes/features/editor-features.php:171
688
- msgid "Restricted:"
689
  msgstr ""
690
 
691
- #: includes/features/restrict-admin-features.php:16
692
- msgid "Header and Footer"
693
  msgstr ""
694
 
695
- #: includes/features/restrict-admin-features.php:19
696
- msgid "Admin Toolbar"
697
  msgstr ""
698
 
699
- #: includes/features/restrict-admin-features.php:22
700
- msgid "Dashboard widgets"
701
  msgstr ""
702
 
703
- #: includes/features/restrict-admin-features.php:59
704
- msgid "Mobile Menu Toggle"
705
  msgstr ""
706
 
707
- #: includes/features/restrict-admin-features.php:60
708
- msgid "WordPress Logo"
709
  msgstr ""
710
 
711
- #: includes/features/restrict-admin-features.php:61
712
- msgid "WordPress External Links"
 
713
  msgstr ""
714
 
715
- #: includes/features/restrict-admin-features.php:62
716
- msgid "Updates"
717
  msgstr ""
718
 
719
- #: includes/features/restrict-admin-features.php:63
720
- msgid "Comments"
721
  msgstr ""
722
 
723
- #: includes/features/restrict-admin-features.php:64
724
- msgid "Right bar"
725
  msgstr ""
726
 
727
- #: includes/features/restrict-admin-features.php:65
728
- msgid "User actions"
729
  msgstr ""
730
 
731
- #: includes/features/restrict-admin-features.php:66
732
- #: includes/features/restrict-admin-features.php:67
733
- msgid "New"
734
  msgstr ""
735
 
736
- #: includes/features/restrict-admin-features.php:68
737
- msgid "User Display Name"
738
  msgstr ""
739
 
740
- #: includes/features/restrict-admin-features.php:69
741
- msgid "Yoast SEO"
742
  msgstr ""
743
 
744
- #: includes/features/restrict-admin-features.php:81
745
- #: includes/features/restrict-editor-features.php:42
746
- msgid "Screen Options"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
747
  msgstr ""
748
 
749
- #: includes/features/restrict-admin-features.php:82
750
  #: includes/features/restrict-editor-features.php:41
 
751
  msgid "Help"
752
  msgstr ""
753
 
754
- #: includes/features/restrict-admin-features.php:83
755
- msgid "Thank you for creating with WordPress"
756
  msgstr ""
757
 
758
- #: includes/features/restrict-admin-features.php:84
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
759
  #, php-format
760
- msgid "Version %s"
761
  msgstr ""
762
 
763
- #: includes/features/restrict-admin-features.php:133
764
- msgid "Welcome panel"
765
  msgstr ""
766
 
767
- #: includes/features/restrict-editor-features.php:40
768
- msgid "Top Tabs"
769
  msgstr ""
770
 
771
- #: includes/features/restrict-editor-features.php:45
772
- #: includes/features/restrict-editor-features.php:55
773
- msgid "Editor"
 
774
  msgstr ""
775
 
776
- #: includes/features/restrict-editor-features.php:47
777
- #: includes/filters-woocommerce.php:33 includes/roles/roles.php:10
778
- msgid "Add New"
779
  msgstr ""
780
 
781
- #: includes/features/restrict-editor-features.php:50
782
- msgid "Title"
783
  msgstr ""
784
 
785
- #: includes/features/restrict-editor-features.php:59
786
- #: includes/features/restrict-editor-features.php:423
787
- msgid "Permalink"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
788
  msgstr ""
789
 
790
  #: includes/features/restrict-editor-features.php:62
791
  msgid "Media Buttons (all)"
792
  msgstr ""
793
 
794
- #: includes/features/restrict-editor-features.php:67
795
- msgid "HTML Editor Button"
796
  msgstr ""
797
 
798
- #: includes/features/restrict-editor-features.php:72
799
- msgid "Word count"
800
  msgstr ""
801
 
802
- #: includes/features/restrict-editor-features.php:77
803
- #: includes/features/restrict-editor-features.php:78
804
- msgid "Publish Box"
 
 
 
 
 
 
 
 
 
 
805
  msgstr ""
806
 
807
- #: includes/features/restrict-editor-features.php:79
808
- #: includes/features/restrict-editor-features.php:391
809
- msgid "Save Draft"
810
  msgstr ""
811
 
812
- #: includes/features/restrict-editor-features.php:80
813
- #: includes/features/restrict-editor-features.php:393
814
- msgid "Preview"
815
  msgstr ""
816
 
817
- #: includes/features/restrict-editor-features.php:81
818
- msgid "Publish Status "
819
  msgstr ""
820
 
821
- #: includes/features/restrict-editor-features.php:82
822
- msgid "Publish Visibility"
 
 
 
823
  msgstr ""
824
 
825
- #: includes/features/restrict-editor-features.php:83
826
- msgid "Password Protect This Post"
827
  msgstr ""
828
 
829
- #: includes/features/restrict-editor-features.php:84
830
- msgid "Publish Actions"
831
  msgstr ""
832
 
833
- #: includes/features/restrict-editor-features.php:85
834
- msgid "Publish Schedule"
 
 
835
  msgstr ""
836
 
837
- #: includes/features/restrict-editor-features.php:86
838
- msgid "Date"
 
 
839
  msgstr ""
840
 
841
- #: includes/features/restrict-editor-features.php:87
842
- msgid "Publish"
 
843
  msgstr ""
844
 
845
- #: includes/features/restrict-editor-features.php:90
846
- msgid "Taxonomy Boxes"
847
  msgstr ""
848
 
849
- #: includes/features/restrict-editor-features.php:92
850
- #: includes/features/restrict-editor-features.php:425
851
- msgid "Categories"
852
  msgstr ""
853
 
854
- #: includes/features/restrict-editor-features.php:98
855
- msgid "Add New Category"
856
  msgstr ""
857
 
858
- #: includes/features/restrict-editor-features.php:104
859
- #: includes/features/restrict-editor-features.php:431
860
- msgid "Tags"
861
  msgstr ""
862
 
863
- #: includes/features/restrict-editor-features.php:125
864
- msgid "Page Boxes"
 
 
 
 
865
  msgstr ""
866
 
867
- #: includes/features/restrict-editor-features.php:127
868
- msgid "Page Attributes"
 
869
  msgstr ""
870
 
871
- #: includes/features/restrict-editor-features.php:131
872
- msgid "Parent"
 
 
 
 
 
 
 
 
 
873
  msgstr ""
874
 
875
- #: includes/features/restrict-editor-features.php:136
876
- msgid "Page Template"
 
 
 
 
 
 
 
 
 
 
877
  msgstr ""
878
 
879
  #: includes/features/restrict-editor-features.php:141
@@ -884,203 +1166,250 @@ msgstr ""
884
  msgid "Other Boxes"
885
  msgstr ""
886
 
887
- #: includes/features/restrict-editor-features.php:149
888
- msgid "Featured Image"
889
  msgstr ""
890
 
891
- #: includes/features/restrict-editor-features.php:154
892
- msgid "Post Slug"
893
  msgstr ""
894
 
895
- #: includes/features/restrict-editor-features.php:158
896
- #: includes/features/restrict-editor-features.php:465
897
- msgid "Discussion"
898
  msgstr ""
899
 
900
- #: includes/features/restrict-editor-features.php:163
901
- msgid "Coupon Description"
902
  msgstr ""
903
 
904
- #: includes/features/restrict-editor-features.php:381
905
- msgid "Top Bar - Left"
906
  msgstr ""
907
 
908
- #: includes/features/restrict-editor-features.php:382
909
- msgid "Add block"
910
  msgstr ""
911
 
912
- #: includes/features/restrict-editor-features.php:383
913
- msgid "Modes"
914
  msgstr ""
915
 
916
- #: includes/features/restrict-editor-features.php:384
917
- msgid "Undo"
918
  msgstr ""
919
 
920
- #: includes/features/restrict-editor-features.php:385
921
- msgid "Redo"
 
922
  msgstr ""
923
 
924
- #: includes/features/restrict-editor-features.php:386
925
- msgid "Details"
926
  msgstr ""
927
 
928
- #: includes/features/restrict-editor-features.php:387
929
- msgid "Outline"
 
 
930
  msgstr ""
931
 
932
- #: includes/features/restrict-editor-features.php:390
933
- msgid "Top Bar - Right"
934
  msgstr ""
935
 
936
- #: includes/features/restrict-editor-features.php:392
937
- msgid "Switch to draft"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
938
  msgstr ""
939
 
940
  #: includes/features/restrict-editor-features.php:394
941
  msgid "Publish / Update"
942
  msgstr ""
943
 
944
- #: includes/features/restrict-editor-features.php:396
945
- msgid "Options"
946
  msgstr ""
947
 
948
- #: includes/features/restrict-editor-features.php:399
949
- msgid "Body"
 
950
  msgstr ""
951
 
952
- #: includes/features/restrict-editor-features.php:401
953
- msgid "Edit title"
954
  msgstr ""
955
 
956
- #: includes/features/restrict-editor-features.php:406
957
- msgid "Content"
958
  msgstr ""
959
 
960
- #: includes/features/restrict-editor-features.php:411
961
- msgid "Add new block"
962
  msgstr ""
963
 
964
- #: includes/features/restrict-editor-features.php:416
965
- msgid "Document Panel"
966
  msgstr ""
967
 
968
- #: includes/features/restrict-editor-features.php:417
969
- msgid "Status & visibility"
970
  msgstr ""
971
 
972
- #: includes/features/restrict-editor-features.php:419
973
- msgid "Template"
 
 
974
  msgstr ""
975
 
976
- #: includes/features/restrict-editor-features.php:422
977
- msgid "Revisions"
 
 
 
 
978
  msgstr ""
979
 
980
- #: includes/features/restrict-editor-features.php:455
981
- msgid "Featured image"
982
  msgstr ""
983
 
984
- #: includes/features/restrict-editor-features.php:460
985
- msgid "Excerpt"
986
  msgstr ""
987
 
988
- #: includes/features/restrict-editor-features.php:470
989
- msgid "Post Attributes"
 
 
990
  msgstr ""
991
 
992
- #: includes/features/restrict-editor-features.php:476
993
- #: includes/features/restrict-editor-features.php:477
994
- msgid "Block Panel"
995
  msgstr ""
996
 
997
- #: includes/features/restrict-editor-features.php:478
998
- msgid "Paragraph"
999
  msgstr ""
1000
 
1001
- #: includes/features/restrict-editor-features.php:479
1002
- msgid "Typography"
 
1003
  msgstr ""
1004
 
1005
- #: includes/features/restrict-editor-features.php:480
1006
- msgid "Color settings"
1007
  msgstr ""
1008
 
1009
- #: includes/features/restrict-editor-features.php:481
1010
- msgid "Text settings"
1011
  msgstr ""
1012
 
1013
- #: includes/filters-woocommerce.php:32
1014
- #, php-format
1015
- msgid "All %s"
1016
  msgstr ""
1017
 
1018
- #: includes/filters.php:254
1019
- msgid "Edit Roles"
1020
  msgstr ""
1021
 
1022
- #: includes/functions.php:353
1023
- msgid "Login permission denied."
1024
  msgstr ""
1025
 
1026
- #: includes/handler.php:45
1027
- msgid "New role created."
1028
  msgstr ""
1029
 
1030
- #: includes/handler.php:51
1031
- msgid "Error: Failed creating the new role."
1032
  msgstr ""
1033
 
1034
- #: includes/handler.php:61 includes/handler.php:89 includes/manager.php:760
1035
- msgid "The selected role is not editable."
1036
  msgstr ""
1037
 
1038
- #: includes/handler.php:119
1039
- msgid "Incorrect capability name."
1040
  msgstr ""
1041
 
1042
- #: includes/handler.php:124
1043
- msgid "Type / Taxonomy settings saved."
 
 
1044
  msgstr ""
1045
 
1046
- #: includes/handler.php:127
1047
- msgid "Bad form received."
1048
  msgstr ""
1049
 
1050
- #: includes/handler.php:250
1051
- msgid "You cannot remove Manage Capabilities from Administrators"
 
1052
  msgstr ""
1053
 
1054
- #: includes/manager.php:201
1055
- msgid "Explicity negate this capability by storing as disabled"
1056
  msgstr ""
1057
 
1058
- #: includes/manager.php:202
1059
- msgid "Explicitly negate these capabilities by storing as disabled"
1060
  msgstr ""
1061
 
1062
- #: includes/manager.php:203
1063
- msgid "Post type registration does not define this capability distinctly"
1064
  msgstr ""
1065
 
1066
- #: includes/manager.php:204
1067
- msgid "This capability is explicitly negated. Click to add/remove normally."
1068
  msgstr ""
1069
 
1070
- #: includes/manager.php:205
1071
- msgid "Add or remove this capability from the WordPress role"
1072
  msgstr ""
1073
 
1074
- #: includes/manager.php:206
1075
- msgid "Add or remove capability from the role normally"
1076
  msgstr ""
1077
 
1078
- #: includes/manager.php:207
1079
- msgid "Are you sure you want to delete this item ?"
1080
  msgstr ""
1081
 
1082
- #: includes/manager.php:208
1083
- msgid "Add or clear custom item entry before saving changes."
 
 
 
1084
  msgstr ""
1085
 
1086
  #: includes/manager.php:406 includes/roles/class/class-pp-roles-admin.php:177
@@ -1088,58 +1417,62 @@ msgstr ""
1088
  msgid "Role Name"
1089
  msgstr ""
1090
 
1091
- #: includes/manager.php:407
1092
- #: includes/roles/class/class-pp-roles-list-table.php:171
1093
- msgid "Users"
1094
- msgstr ""
1095
-
1096
- #: includes/manager.php:439
1097
- msgid "You do not have permission to manage roles."
1098
  msgstr ""
1099
 
1100
- #: includes/manager.php:462 includes/manager.php:484
1101
- msgid "You do not have permission to manage editor features."
 
 
1102
  msgstr ""
1103
 
1104
- #: includes/manager.php:523 includes/manager.php:577
1105
- msgid "Settings updated."
1106
  msgstr ""
1107
 
1108
- #: includes/manager.php:539 includes/manager.php:561
1109
- msgid "You do not have permission to manage admin features."
1110
  msgstr ""
1111
 
1112
- #: includes/manager.php:682 includes/manager.php:716 includes/manager.php:734
1113
- msgid "You do not have permission to manage capabilities."
1114
  msgstr ""
1115
 
1116
- #: includes/manager.php:748
1117
- msgid "New capability added to role."
1118
  msgstr ""
1119
 
1120
- #: includes/manager.php:789
1121
- msgid "Bad form Received"
 
 
 
1122
  msgstr ""
1123
 
1124
- #: includes/manager.php:941
1125
- msgid "You do not have permission to perform this action."
 
1126
  msgstr ""
1127
 
1128
- #: includes/manager.php:996
1129
- #, php-format
1130
- msgid "If you like %s, please leave us a %s rating. Thank you!"
1131
  msgstr ""
1132
 
1133
- #: includes/manager.php:1007
1134
- msgid "About"
 
1135
  msgstr ""
1136
 
1137
- #: includes/manager.php:1009
1138
- msgid "Documentation"
 
 
1139
  msgstr ""
1140
 
1141
- #: includes/manager.php:1011
1142
- msgid "Contact"
1143
  msgstr ""
1144
 
1145
  #: includes/pp-ui.php:58
@@ -1147,464 +1480,494 @@ msgstr ""
1147
  msgid "see %1$sRole Usage%2$s: \"Pattern Roles\""
1148
  msgstr ""
1149
 
1150
- #: includes/pp-ui.php:60
1151
- #, php-format
1152
- msgid "activate %1$sAdvanced settings%2$s, see Role Usage"
1153
- msgstr ""
1154
-
1155
- #: includes/pp-ui.php:65
1156
  #, php-format
1157
- msgid "\"Posts\" capabilities selected here also define type-specific role assignment for Permission Groups%s."
1158
  msgstr ""
1159
 
1160
- #: includes/pp-ui.php:67
1161
- #, php-format
1162
- msgid "\"Posts\" capabilities selected here also define type-specific role assignment for Permit Groups%s."
1163
  msgstr ""
1164
 
1165
- #: includes/pp-ui.php:75
1166
- #, php-format
1167
- msgid "Capabilities for custom statuses can be manually added here. (See %sPermissions > Post Statuses%s for applicable names). %sSupplemental status-specific roles%s are usually more convenient, though."
 
1168
  msgstr ""
1169
 
1170
- #: includes/pp-ui.php:77
1171
- msgid "Capabilities for custom statuses can be manually added here. Or activate the PP Custom Post Statuses extension to assign status-specific supplemental roles."
1172
  msgstr ""
1173
 
1174
- #: includes/pp-ui.php:80
1175
- msgid "Capabilities for custom statuses can be manually added to a role here (see Conditions > Status > Capability Mapping for applicable names). However, it is usually more convenient to use Permit Groups to assign a supplemental status-specific role."
 
1176
  msgstr ""
1177
 
1178
- #: includes/pp-ui.php:93
1179
- msgid "Type-Specific Capabilities"
 
 
1180
  msgstr ""
1181
 
1182
- #: includes/pp-ui.php:96
1183
- msgid "Ensure permissions can be controlled separately from other post types."
1184
  msgstr ""
1185
 
1186
- #: includes/pp-ui.php:159
1187
- msgid "Use create_posts capability"
1188
  msgstr ""
1189
 
1190
- #: includes/pp-ui.php:177
1191
- msgid "Taxonomy-Specific Capabilities"
 
1192
  msgstr ""
1193
 
1194
- #: includes/pp-ui.php:180
1195
- msgid "Ensure permissions can be controlled separately from other taxonomies."
 
 
1196
  msgstr ""
1197
 
1198
- #: includes/pp-ui.php:236
1199
- msgid "Detailed Taxonomy Capabilities"
1200
  msgstr ""
1201
 
1202
- #: includes/pp-ui.php:239
1203
- msgid "Enforce Edit, Delete and Assign capabilities separately from Management capability."
1204
  msgstr ""
1205
 
1206
- #: includes/roles/class/class-pp-roles-actions.php:148
1207
- msgid "You do not have sufficient permissions to perform this action."
1208
  msgstr ""
1209
 
1210
- #: includes/roles/class/class-pp-roles-actions.php:162
1211
- #: includes/roles/class/class-pp-roles-actions.php:180
1212
- #: includes/roles/class/class-pp-roles-actions.php:348
1213
- #: includes/roles/class/class-pp-roles-actions.php:459
1214
- #: includes/test-user.php:50
1215
- msgid "Your link has expired, refresh the page and try again."
1216
  msgstr ""
1217
 
1218
- #: includes/roles/class/class-pp-roles-actions.php:184
1219
- #: includes/roles/class/class-pp-roles-actions.php:352
1220
- #: includes/roles/class/class-pp-roles-actions.php:483
1221
- #: includes/roles/class/class-pp-roles-actions.php:610
1222
- #: includes/roles/class/class-pp-roles-actions.php:671
1223
- msgid "Missing parameters, refresh the page and try again."
1224
  msgstr ""
1225
 
1226
- #: includes/roles/class/class-pp-roles-actions.php:211
1227
- #, php-format
1228
- msgid "Invalid role name entry: %s"
 
1229
  msgstr ""
1230
 
1231
- #: includes/roles/class/class-pp-roles-actions.php:223
1232
- #, php-format
1233
- msgid "The role \"%s\" already exists. Please choose a different name."
1234
  msgstr ""
1235
 
1236
- #: includes/roles/class/class-pp-roles-actions.php:250
1237
- msgid "Something went wrong, the system wasn't able to create the role, refresh the page and try again."
1238
  msgstr ""
1239
 
1240
- #: includes/roles/class/class-pp-roles-actions.php:314
1241
- #, php-format
1242
- msgid "The new role %s was created successfully."
1243
  msgstr ""
1244
 
1245
- #: includes/roles/class/class-pp-roles-actions.php:417
1246
- #, php-format
1247
- msgid "%s role updated successfully."
1248
  msgstr ""
1249
 
1250
- #: includes/roles/class/class-pp-roles-actions.php:491
1251
  #, php-format
1252
- msgid "Cannot delete default role. You <a href=\"%s\">have to change it first</a>."
1253
- msgstr ""
 
 
1254
 
1255
- #: includes/roles/class/class-pp-roles-actions.php:510
1256
- msgid "Deleting a system role is not allowed."
 
1257
  msgstr ""
1258
 
1259
- #: includes/roles/class/class-pp-roles-actions.php:534
1260
- #, php-format
1261
- msgid "%1$d users moved to default role %2$s."
1262
  msgstr ""
1263
 
1264
- #: includes/roles/class/class-pp-roles-actions.php:539
1265
- #, php-format
1266
- msgid "The role %1$s was successfully deleted. %2$s"
1267
  msgstr ""
1268
 
1269
- #: includes/roles/class/class-pp-roles-actions.php:545
1270
- #, php-format
1271
- msgid "The selected %1$s roles were successfully deleted. %2$s"
1272
  msgstr ""
1273
 
1274
- #: includes/roles/class/class-pp-roles-actions.php:567
1275
- msgid "The role could not be deleted."
1276
  msgstr ""
1277
 
1278
- #: includes/roles/class/class-pp-roles-actions.php:621
1279
- #, php-format
1280
- msgid "The role %1$s was successfully hidden."
1281
  msgstr ""
1282
 
1283
- #: includes/roles/class/class-pp-roles-actions.php:681
1284
  #, php-format
1285
- msgid "The role %1$s was successfully unhidden."
1286
  msgstr ""
1287
 
1288
- #: includes/roles/class/class-pp-roles-admin.php:106
1289
- msgid "General"
1290
  msgstr ""
1291
 
1292
- #: includes/roles/class/class-pp-roles-admin.php:116
1293
- msgid "Redirects"
1294
  msgstr ""
1295
 
1296
- #: includes/roles/class/class-pp-roles-admin.php:122
1297
- msgid "WooCommerce"
1298
  msgstr ""
1299
 
1300
- #: includes/roles/class/class-pp-roles-admin.php:128
1301
- msgid "Advanced"
 
1302
  msgstr ""
1303
 
1304
- #: includes/roles/class/class-pp-roles-admin.php:163
1305
- msgid "Gutenberg editor"
1306
  msgstr ""
1307
 
1308
- #: includes/roles/class/class-pp-roles-admin.php:165
1309
- msgid "Classic editor"
1310
  msgstr ""
1311
 
1312
- #: includes/roles/class/class-pp-roles-admin.php:187
1313
- msgid "Role Slug"
1314
  msgstr ""
1315
 
1316
  #: includes/roles/class/class-pp-roles-admin.php:188
1317
- msgid "The \"slug\" is the URL-friendly version of the role. It is usually all lowercase and contains only letters, numbers and underscores."
1318
- msgstr ""
1319
-
1320
- #: includes/roles/class/class-pp-roles-admin.php:199
1321
- msgid "Block Login"
1322
  msgstr ""
1323
 
1324
- #: includes/roles/class/class-pp-roles-admin.php:200
1325
- msgid "Block users in this role from logging into the site."
 
1326
  msgstr ""
1327
 
1328
- #: includes/roles/class/class-pp-roles-admin.php:211
1329
- msgid "Role Level"
 
 
1330
  msgstr ""
1331
 
1332
- #: includes/roles/class/class-pp-roles-admin.php:212
1333
- msgid "Each user role has a level from 0 to 10. The Subscriber role defaults to the lowest level (0). The Administrator role defaults to level 10."
 
1334
  msgstr ""
1335
 
1336
- #: includes/roles/class/class-pp-roles-admin.php:234
1337
- msgid "Delete role"
 
1338
  msgstr ""
1339
 
1340
- #: includes/roles/class/class-pp-roles-admin.php:235
1341
- msgid "Deleting this role will completely remove it from database and is irrecoverable."
 
1342
  msgstr ""
1343
 
1344
- #: includes/roles/class/class-pp-roles-admin.php:244
1345
- msgid "Login Redirect"
 
1346
  msgstr ""
1347
 
1348
- #: includes/roles/class/class-pp-roles-admin.php:245
1349
- msgid "Enter the URL users in this role should be redirected to after login."
 
1350
  msgstr ""
1351
 
1352
- #: includes/roles/class/class-pp-roles-admin.php:255
1353
- msgid "Logout Redirect"
1354
  msgstr ""
1355
 
1356
- #: includes/roles/class/class-pp-roles-admin.php:256
1357
- msgid "Enter the URL users in this role should be redirected to after logout."
 
1358
  msgstr ""
1359
 
1360
- #: includes/roles/class/class-pp-roles-admin.php:266
1361
- msgid "Disable Code Editor"
1362
  msgstr ""
1363
 
1364
- #: includes/roles/class/class-pp-roles-admin.php:267
1365
- msgid "Disable the \"Code editor\" option for the Gutenberg block editor."
 
1366
  msgstr ""
1367
 
1368
- #: includes/roles/class/class-pp-roles-admin.php:278
1369
- msgid "Control Allowed Editors"
 
 
1370
  msgstr ""
1371
 
1372
- #: includes/roles/class/class-pp-roles-admin.php:279
1373
- msgid "Select the allowed editor options for users in this role."
1374
  msgstr ""
1375
 
1376
- #: includes/roles/class/class-pp-roles-admin.php:292
1377
- msgid "Disable WooCommerce admin restrictions"
1378
  msgstr ""
1379
 
1380
- #: includes/roles/class/class-pp-roles-admin.php:293
1381
- msgid "WooCommerce blocks most users from accessing the WordPress admin area. When enabled, this setting will remove those restrictions."
 
 
1382
  msgstr ""
1383
 
1384
- #: includes/roles/class/class-pp-roles-admin.php:352
1385
- msgid "Slug already exists"
1386
  msgstr ""
1387
 
1388
- #: includes/roles/class/class-pp-roles-admin.php:378
1389
- msgid "Select allowed editor"
1390
  msgstr ""
1391
 
1392
- #: includes/roles/class/class-pp-roles-admin.php:408
1393
- #, php-format
1394
- msgid "Select %s"
1395
  msgstr ""
1396
 
1397
- #: includes/roles/class/class-pp-roles-admin.php:430
1398
- msgid "Read more on Role Level."
1399
  msgstr ""
1400
 
1401
- #: includes/roles/class/class-pp-roles-admin.php:481
1402
- msgid "Redirect users to the URL they were viewing before login."
1403
  msgstr ""
1404
 
1405
- #: includes/roles/class/class-pp-roles-admin.php:493
1406
- msgid "Redirect users to a specified URL."
1407
  msgstr ""
1408
 
1409
- #: includes/roles/class/class-pp-roles-admin.php:613
1410
- #, php-format
1411
- msgid "%s role copied. Please click the \"Create Role\" button to create this new role."
1412
  msgstr ""
1413
 
1414
- #: includes/roles/class/class-pp-roles-admin.php:619
1415
- msgid "Update Role"
1416
  msgstr ""
1417
 
1418
- #: includes/roles/class/class-pp-roles-admin.php:619
1419
- msgid "Create Role"
1420
  msgstr ""
1421
 
1422
- #: includes/roles/class/class-pp-roles-admin.php:627
1423
  #, php-format
1424
- msgid "Edit Role: %s"
1425
- msgstr ""
 
 
1426
 
1427
- #: includes/roles/class/class-pp-roles-admin.php:629
1428
- msgid "Copy Role"
1429
- msgstr ""
1430
-
1431
- #: includes/roles/class/class-pp-roles-admin.php:631
1432
- msgid "Create New Role"
1433
  msgstr ""
1434
 
1435
- #: includes/roles/class/class-pp-roles-admin.php:635
1436
- msgid "All Roles"
1437
  msgstr ""
1438
 
1439
- #: includes/roles/class/class-pp-roles-admin.php:715
1440
- #, php-format
1441
- msgid "These can be edited on the %1s Capabilities screen %2s"
1442
  msgstr ""
1443
 
1444
- #: includes/roles/class/class-pp-roles-admin.php:742
1445
- msgid "Load More"
1446
  msgstr ""
1447
 
1448
- #: includes/roles/class/class-pp-roles-admin.php:745
1449
- msgid "Load Less"
 
 
 
 
 
1450
  msgstr ""
1451
 
1452
- #: includes/roles/class/class-pp-roles-list-table.php:229
1453
- msgid "Edit"
 
 
 
 
1454
  msgstr ""
1455
 
1456
- #: includes/roles/class/class-pp-roles-list-table.php:240
1457
- msgid "Copy"
1458
  msgstr ""
1459
 
1460
- #: includes/roles/class/class-pp-roles-list-table.php:245
1461
- msgid "(non-editable role)"
1462
  msgstr ""
1463
 
1464
- #: includes/roles/class/class-pp-roles-list-table.php:263
1465
- msgid "Unhide"
 
1466
  msgstr ""
1467
 
1468
- #: includes/roles/class/class-pp-roles-list-table.php:300
1469
- msgid "Hide"
 
1470
  msgstr ""
1471
 
1472
- #: includes/roles/class/class-pp-roles-list-table.php:351
1473
- msgid "Default Role"
1474
  msgstr ""
1475
 
1476
- #: includes/roles/class/class-pp-roles-list-table.php:356
1477
- msgid "Your Role"
 
 
 
1478
  msgstr ""
1479
 
1480
- #: includes/roles/roles-functions.php:33
1481
- msgid "Are you sure you want to delete this role?"
1482
  msgstr ""
1483
 
1484
- #: includes/roles/roles.php:15
1485
- #, php-format
1486
- msgid "Search results for &#8220;%s&#8221;"
1487
  msgstr ""
1488
 
1489
- #: includes/roles/roles.php:26
1490
- msgid "Search Roles"
1491
  msgstr ""
1492
 
1493
- #: includes/roles/roles.php:34
1494
- msgid "Description here."
 
 
1495
  msgstr ""
1496
 
1497
- #: includes/settings-ui.php:30
1498
- msgid "Test User"
1499
  msgstr ""
1500
 
1501
- #: includes/settings-ui.php:48
1502
- msgid "Enable Multiple Roles When Creating Users"
 
 
1503
  msgstr ""
1504
 
1505
- #: includes/settings-ui.php:66
1506
- msgid "Show Private Taxonomies"
1507
  msgstr ""
1508
 
1509
- #: includes/settings-ui.php:87
1510
- msgid "Support for Private Post Types"
1511
  msgstr ""
1512
 
1513
- #: includes/settings-ui.php:100
1514
- msgid "Enable Classic Editor Tab"
1515
  msgstr ""
1516
 
1517
- #: includes/settings-ui.php:118
1518
- msgid "Admin Bar modification"
1519
  msgstr ""
1520
 
1521
- #: includes/settings-ui.php:123
1522
- msgid "When testing, display a caption in the Admin Bar and a return link in the login popup"
 
 
1523
  msgstr ""
1524
 
1525
- #: includes/settings-ui.php:134
1526
- msgid "Front End footer notice"
1527
  msgstr ""
1528
 
1529
- #: includes/settings-ui.php:139
1530
- msgid "When testing, display a status box with return link in the front end footer"
1531
  msgstr ""
1532
 
1533
- #: includes/settings.php:13
1534
- msgid "Capabilities Settings"
 
 
1535
  msgstr ""
1536
 
1537
- #: includes/test-user-ui.php:41
1538
- msgid "Test this user"
 
1539
  msgstr ""
1540
 
1541
- #: includes/test-user-ui.php:84
1542
- msgid "Testing: "
 
 
1543
  msgstr ""
1544
 
1545
- #: includes/test-user-ui.php:98
1546
- #, php-format
1547
- msgid "%1$sReturn to Administrator view%2$s"
 
 
1548
  msgstr ""
1549
 
1550
- #: includes/test-user-ui.php:145
1551
- #, php-format
1552
- msgid "Testing as user: %1$s. %2$sReturn to Administrator view%3$s"
 
1553
  msgstr ""
1554
 
1555
- #: includes/test-user.php:58
1556
- msgid "Unable to retrieve user data."
 
 
1557
  msgstr ""
1558
 
1559
- #: vendor/publishpress/publishpress-instance-protection/core/InstanceChecker.php:212
1560
- msgid "This plugin is outdated. You already have a more recent version installed. Please remove this version."
1561
  msgstr ""
1562
 
1563
- #: vendor/publishpress/publishpress-instance-protection/core/InstanceChecker.php:243
1564
- #, php-format
1565
- msgid "This plugin is not installed in the standard folder. The current path is %s but it is expected to be %s."
1566
  msgstr ""
1567
 
1568
- #: vendor/publishpress/publishpress-instance-protection/core/InstanceChecker.php:269
1569
- #, php-format
1570
- msgid "You have activated multiple instances of %s. Please keep only one activated and remove the others."
1571
  msgstr ""
1572
 
1573
- #: vendor/publishpress/publishpress-instance-protection/core/InstanceChecker.php:289
1574
- #, php-format
1575
- msgid "Please deactivate %s when %s is activated."
1576
  msgstr ""
1577
 
1578
- #: vendor/publishpress/wordpress-reviews/ReviewsController.php:332
1579
- #, php-format
1580
- msgid "Hey, you've been using %1$s for %2$s on your site. We hope the plugin has been useful. Please could you quickly leave a 5-star rating on WordPress.org? It really does help to keep %1$s growing."
1581
  msgstr ""
1582
 
1583
- #: vendor/publishpress/wordpress-reviews/ReviewsController.php:342
1584
- msgid "1 week"
1585
  msgstr ""
1586
 
1587
- #: vendor/publishpress/wordpress-reviews/ReviewsController.php:350
1588
- msgid "1 month"
1589
  msgstr ""
1590
 
1591
- #: vendor/publishpress/wordpress-reviews/ReviewsController.php:361
1592
- msgid "3 months"
1593
  msgstr ""
1594
 
1595
- #: vendor/publishpress/wordpress-reviews/ReviewsController.php:615
1596
- #, php-format
1597
- msgid "Click here to add your rating for %s"
1598
  msgstr ""
1599
 
1600
- #: vendor/publishpress/wordpress-reviews/ReviewsController.php:621
1601
- msgid "Maybe later"
 
 
 
1602
  msgstr ""
1603
 
1604
- #: vendor/publishpress/wordpress-reviews/ReviewsController.php:626
1605
- msgid "I already did"
 
 
 
 
1606
  msgstr ""
1607
 
1608
- #: vendor/publishpress/wordpress-version-notices/src/Module/MenuLink/Module.php:129
1609
- msgid "Amazing! We are redirecting you to our site..."
1610
  msgstr ""
3
  msgstr ""
4
  "Project-Id-Version: PublishPress Capabilities\n"
5
  "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2022-12-08 13:55+0000\n"
7
+ "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
8
  "Last-Translator: Kevin Behrens <kevin@publishpress.com>\n"
9
  "Language-Team: PublishPress <help@publishpress.com>\n"
10
+ "Language: \n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
+ "X-Poedit-KeywordsList: __;_e;_c;__ngettext;_n;pp_po_trigger;_x;_ex;"
15
+ "esc_html__;esc_html_e\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
18
+ "X-Generator: Loco https://localise.biz/\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Poedit-SearchPath-1: includes\n"
21
  "X-Poedit-SearchPath-2: includes-core\n"
22
+ "\n"
23
+ "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;"
24
 
25
+ #: includes/pp-ui.php:65
26
  #, php-format
27
+ msgid ""
28
+ "\"Posts\" capabilities selected here also define type-specific role "
29
+ "assignment for Permission Groups%s."
30
  msgstr ""
31
 
32
+ #: includes/pp-ui.php:67
33
+ #, php-format
34
+ msgid ""
35
+ "\"Posts\" capabilities selected here also define type-specific role "
36
+ "assignment for Permit Groups%s."
37
  msgstr ""
38
 
39
+ #: includes/roles/class/class-pp-roles-actions.php:535
40
+ #, php-format
41
+ msgid "%1$d users moved to default role %2$s."
42
  msgstr ""
43
 
44
+ #: includes/admin.php:1547
45
  #, php-format
46
+ msgid "%1$s = Capability denied, even if granted by another role %2$s"
47
  msgstr ""
48
 
49
+ #: includes/admin.php:1545
50
  #, php-format
51
+ msgid "%1$s = Capability granted %2$s"
52
  msgstr ""
53
 
54
+ #: includes/admin.php:1546
55
+ #, php-format
56
+ msgid "%1$s = Capability not granted %2$s"
57
  msgstr ""
58
 
59
+ #: includes/features/admin-features.php:232
60
+ #: includes/features/editor-features.php:246
61
+ #, php-format
62
+ msgid "%1$s = No change"
63
  msgstr ""
64
 
65
+ #: includes/features/admin-features.php:233
66
+ #: includes/features/editor-features.php:247
67
+ #, php-format
68
+ msgid "%1$s = This feature is denied"
69
  msgstr ""
70
 
71
+ #: includes/admin.php:1478
72
+ #, php-format
73
+ msgid "%1$sbuy%2$s %3$s"
74
  msgstr ""
75
 
76
+ #: includes/admin.php:1476
77
+ #, php-format
78
+ msgid "%1$sgrab%2$s %3$s"
 
 
 
 
79
  msgstr ""
80
 
81
+ #: includes/test-user-ui.php:132
82
+ #, php-format
83
+ msgid "%1$sReturn to Administrator view%2$s"
84
  msgstr ""
85
 
86
+ #: capsman-enhanced.php:55
87
+ #, php-format
88
+ msgid ""
89
+ "%1s Error: %2s PublishPress Capabilities cannot function because another "
90
+ "copy of Capability Manager is active."
91
  msgstr ""
92
 
93
+ #: includes/admin.php:1476
94
+ #, php-format
95
+ msgid "%s (free install)"
96
  msgstr ""
97
 
98
+ #: includes/backup.php:225
99
+ #, php-format
100
+ msgid "%s (level %s)"
101
  msgstr ""
102
 
103
+ #: includes/admin.php:1478
104
+ #, php-format
105
+ msgid "%s info/purchase"
106
  msgstr ""
107
 
108
+ #: capsman-enhanced.php:115
109
+ #, php-format
110
+ msgid "%s is required for this plugin."
111
  msgstr ""
112
 
113
+ #: includes/backup-handler.php:119
114
+ #, php-format
115
+ msgid "%s restored from last backup."
116
  msgstr ""
117
 
118
+ #: includes/roles/class/class-pp-roles-admin.php:614
119
+ #, php-format
120
+ msgid ""
121
+ "%s role copied. Please click the \"Create Role\" button to create this new "
122
+ "role."
123
  msgstr ""
124
 
125
+ #: includes/roles/class/class-pp-roles-actions.php:418
126
+ #, php-format
127
+ msgid "%s role updated successfully."
128
  msgstr ""
129
 
130
+ #: includes/backup-handler.php:199
131
+ #, php-format
132
+ msgid "%s successfully imported from uploaded data."
133
  msgstr ""
134
 
135
+ #: includes/admin.php:780 includes/admin.php:941 includes/admin.php:1104
136
+ #: includes/admin.php:1337
137
+ #, php-format
138
+ msgid "%s: assigned by Permission Group"
 
 
 
 
 
 
139
  msgstr ""
140
 
141
+ #: includes/admin.php:189
142
+ msgid "&nbsp;"
143
  msgstr ""
144
 
145
+ #: includes/roles/class/class-pp-roles-list-table.php:245
146
+ msgid "(non-editable role)"
147
  msgstr ""
148
 
149
+ #: includes/backup.php:196
150
+ msgid "(this role will be removed if you restore backup)"
151
  msgstr ""
152
 
153
+ #: includes/backup.php:67
154
+ msgid ""
155
+ "A backup created on this screen replaces any previous manual backups, but is "
156
+ "never automatically replaced."
157
  msgstr ""
158
 
159
+ #: includes/manager.php:1007
160
+ msgid "About"
161
  msgstr ""
162
 
163
+ #: includes/manager.php:1007
164
+ msgid "About PublishPress Capabilities"
 
 
 
165
  msgstr ""
166
 
167
+ #: includes/pp-ui.php:60
168
+ #, php-format
169
+ msgid "activate %1$sAdvanced settings%2$s, see Role Usage"
170
  msgstr ""
171
 
172
+ #: includes/features/restrict-editor-features.php:382
173
+ msgid "Add block"
 
 
 
174
  msgstr ""
175
 
176
+ #: includes/admin.php:1594
177
+ msgid "Add Capability"
 
 
178
  msgstr ""
179
 
180
+ #: includes/features/restrict-editor-features.php:47
181
+ #: includes/roles/roles.php:10
182
+ msgid "Add New"
183
  msgstr ""
184
 
185
+ #: includes/features/restrict-editor-features.php:411
186
+ msgid "Add new block"
 
187
  msgstr ""
188
 
189
+ #: includes/features/restrict-editor-features.php:98
190
+ msgid "Add New Category"
 
191
  msgstr ""
192
 
193
+ #: includes/manager.php:208
194
+ msgid "Add or clear custom item entry before saving changes."
195
  msgstr ""
196
 
197
+ #: includes/manager.php:206
198
+ msgid "Add or remove capability from the role normally"
199
  msgstr ""
200
 
201
+ #: includes/manager.php:205
202
+ msgid "Add or remove this capability from the WordPress role"
 
203
  msgstr ""
204
 
205
+ #: includes/admin.php:1597
206
+ msgid "Add to role"
207
  msgstr ""
208
 
209
+ #: includes/admin.php:623
210
+ msgid "Additional"
211
  msgstr ""
212
 
213
+ #: includes/admin.php:1261
214
+ msgid "Additional Capabilities"
215
  msgstr ""
216
 
217
+ #: includes/settings-ui.php:130
218
+ msgid "Admin Bar modification"
219
  msgstr ""
220
 
221
+ #: includes/features/admin-features.php:37
222
+ msgid "Admin Feature Restrictions"
223
  msgstr ""
224
 
225
+ #: includes/functions-admin.php:212 includes/manager.php:377
226
+ #: includes/manager.php:377 includes/manager.php:410
227
+ #: includes/admin-load.php:440 includes/admin-load.php:440
228
+ #: includes/roles/class/class-pp-roles-list-table.php:174
229
+ msgid "Admin Features"
230
  msgstr ""
231
 
232
+ #: includes/admin.php:660
233
+ msgid ""
234
+ "Admin listing access is normally provided by the \"Edit\" capabilities. "
235
+ "\"List\" capabilities apply if the corresponding \"Edit\" capability is "
236
+ "missing, but otherwise have no effect."
237
  msgstr ""
238
 
239
+ #: includes-core/admin-menus-promo.php:29
240
+ msgid "Admin Menu Restrictions"
241
  msgstr ""
242
 
243
+ #: includes/manager.php:411 includes/admin-load.php:441
244
+ #: includes/admin-load.php:441 includes-core/CoreAdmin.php:62
245
+ #: includes-core/CoreAdmin.php:62
246
+ #: includes/roles/class/class-pp-roles-list-table.php:175
247
+ msgid "Admin Menus"
248
  msgstr ""
249
 
250
+ #: includes/features/restrict-admin-features.php:19
251
+ msgid "Admin Toolbar"
 
252
  msgstr ""
253
 
254
+ #: includes/roles/class/class-pp-roles-admin.php:128
255
+ msgid "Advanced"
 
256
  msgstr ""
257
 
258
+ #: includes/roles/class/class-pp-roles-list-table.php:86
259
+ #, php-format
260
+ msgid "All %s"
261
+ msgid_plural "All %s"
262
+ msgstr[0] ""
263
+ msgstr[1] ""
264
 
265
+ #: includes/roles/class/class-pp-roles-admin.php:636
266
+ msgid "All Roles"
267
  msgstr ""
268
 
269
+ #: includes/backup.php:109
270
+ msgid "all roles"
271
  msgstr ""
272
 
273
+ #: includes/backup.php:358 includes/features/admin-features.php:252
274
+ #: includes/features/editor-features.php:267
275
+ msgid "Allow specific user roles or users to manage each post."
276
  msgstr ""
277
 
278
+ #: includes/settings-ui.php:114
279
+ msgid "Always show the Classic Editor tab in \"Editor Features\" screen."
 
 
280
  msgstr ""
281
 
282
+ #: includes/manager.php:207
283
+ msgid "Are you sure you want to delete this item ?"
 
284
  msgstr ""
285
 
286
+ #: includes/roles/roles-functions.php:33
287
+ #: includes/roles/class/class-pp-roles-admin.php:444
288
+ msgid "Are you sure you want to delete this role?"
289
  msgstr ""
290
 
291
+ #: includes/admin.php:1429
292
+ msgid ""
293
+ "Assign custom WP roles supplementally for a specific post type <em>(Pro)</em>"
 
294
  msgstr ""
295
 
296
+ #: includes/admin.php:1425
297
+ msgid "Assign standard WP roles supplementally for a specific post type"
298
  msgstr ""
299
 
300
+ #: includes/backup.php:129
301
  #, php-format
302
+ msgid "Auto-backup of all roles (%s)"
303
  msgstr ""
304
 
305
+ #: includes/admin.php:1421
306
+ msgid ""
307
+ "Automatically define type-specific capabilities for your custom post types "
308
+ "and taxonomies"
309
  msgstr ""
310
 
311
+ #: includes/backup.php:93
312
+ msgid "Available Backups:"
313
  msgstr ""
314
 
315
+ #: includes/backup.php:49 includes/manager.php:381 includes/manager.php:381
316
+ #: includes/admin-load.php:443 includes/admin-load.php:443
317
+ msgid "Backup"
318
  msgstr ""
319
 
320
+ #: includes/backup.php:60
321
+ msgid "Backup Roles and Capabilities"
322
  msgstr ""
323
 
324
+ #: includes/backup.php:39
325
+ msgid "Backup Tool for PublishPress Capabilities"
326
  msgstr ""
327
 
328
+ #: includes/manager.php:789
329
+ msgid "Bad form Received"
330
  msgstr ""
331
 
332
+ #: includes/handler.php:127
333
+ msgid "Bad form received."
334
  msgstr ""
335
 
336
+ #: includes/backup.php:332
337
+ msgid ""
338
+ "Before importing, we recommend using the \"Backup\" tab to create a backup "
339
+ "of your current settings."
340
  msgstr ""
341
 
342
+ #: includes/roles/class/class-pp-roles-admin.php:199
343
+ msgid "Block Login"
344
  msgstr ""
345
 
346
+ #: includes/features/restrict-editor-features.php:476
347
+ #: includes/features/restrict-editor-features.php:477
348
+ msgid "Block Panel"
349
  msgstr ""
350
 
351
+ #: includes/roles/class/class-pp-roles-admin.php:200
352
+ msgid "Block users in this role from logging into the site."
353
  msgstr ""
354
 
355
+ #: includes/features/restrict-editor-features.php:399
356
+ msgid "Body"
357
  msgstr ""
358
 
359
+ #: includes/admin.php:209
360
+ msgid "can delete posts which are currently published"
361
  msgstr ""
362
 
363
+ #: includes/admin.php:210
364
+ msgid "can delete posts which are currently published with private visibility"
365
  msgstr ""
366
 
367
+ #: includes/admin.php:208
368
+ msgid "can delete posts which were created by other users"
369
  msgstr ""
370
 
371
+ #: includes/admin.php:204
372
+ msgid "can edit posts which are currently published"
 
373
  msgstr ""
374
 
375
+ #: includes/admin.php:205
376
+ msgid "can edit posts which are currently published with private visibility"
 
377
  msgstr ""
378
 
379
+ #: includes/admin.php:203
380
+ msgid "can edit posts which were created by other users"
381
  msgstr ""
382
 
383
+ #: includes/admin.php:206
384
+ msgid "can make a post publicly visible"
385
+ msgstr ""
386
+
387
+ #: includes/admin.php:201
388
+ msgid "can read posts which are currently published with private visibility"
389
  msgstr ""
390
 
391
+ #: includes/roles/class/class-pp-roles-actions.php:492
392
+ #, php-format
393
  msgid ""
394
+ "Cannot delete default role. You <a href=\"%s\">have to change it first</a>."
 
395
  msgstr ""
396
 
397
+ #: includes/manager.php:1009
398
+ msgid "Capabilites Documentation"
399
  msgstr ""
400
 
401
+ #: includes/manager.php:339 includes/manager.php:408
402
+ #: includes/settings-ui.php:28 includes/admin-load.php:415
403
+ #: includes/roles/class/class-pp-roles-admin.php:711
404
+ #: includes/roles/class/class-pp-roles-list-table.php:172
405
+ msgid "Capabilities"
406
  msgstr ""
407
 
408
+ #: includes/pp-ui.php:75
409
+ #, php-format
410
+ msgid ""
411
+ "Capabilities for custom statuses can be manually added here. (See "
412
+ "%sPermissions > Post Statuses%s for applicable names). %sSupplemental status-"
413
+ "specific roles%s are usually more convenient, though."
414
  msgstr ""
415
 
416
+ #: includes/pp-ui.php:77
417
+ msgid ""
418
+ "Capabilities for custom statuses can be manually added here. Or activate the "
419
+ "PP Custom Post Statuses extension to assign status-specific supplemental "
420
+ "roles."
421
  msgstr ""
422
 
423
+ #: includes/pp-ui.php:80
424
+ msgid ""
425
+ "Capabilities for custom statuses can be manually added to a role here (see "
426
+ "Conditions > Status > Capability Mapping for applicable names). However, it "
427
+ "is usually more convenient to use Permit Groups to assign a supplemental "
428
+ "status-specific role."
429
  msgstr ""
430
 
431
+ #: includes/settings.php:13
432
+ msgid "Capabilities Settings"
 
 
 
 
 
 
 
 
433
  msgstr ""
434
 
435
+ #: includes/admin.php:906 includes/admin.php:979 includes/admin.php:1016
436
+ #: includes/admin.php:1025 includes/admin.php:1069 includes/admin.php:1142
437
+ #: includes/admin.php:1273 includes/admin.php:1389
438
+ msgid "Capability Name"
439
  msgstr ""
440
 
441
+ #: includes/features/restrict-editor-features.php:92
442
+ #: includes/features/restrict-editor-features.php:425
443
+ msgid "Categories"
444
  msgstr ""
445
 
446
+ #: includes/admin.php:906 includes/admin.php:979 includes/admin.php:1016
447
+ #: includes/admin.php:1025 includes/admin.php:1069 includes/admin.php:1142
448
+ #: includes/admin.php:1273 includes/admin.php:1389
449
+ msgid "check / uncheck all"
450
  msgstr ""
451
 
452
+ #: includes-core/editor-features-promo.php:32
453
+ msgid "Checklist"
454
  msgstr ""
455
 
456
+ #: includes/backup.php:357 includes/features/admin-features.php:251
457
+ #: includes/features/editor-features.php:266
458
+ msgid "Choose who can read and edit each post."
459
  msgstr ""
460
 
461
+ #: includes/features/editor-features.php:140
462
+ msgid "Classic"
463
  msgstr ""
464
 
465
+ #: includes/roles/class/class-pp-roles-admin.php:165
466
+ msgid "Classic editor"
467
  msgstr ""
468
 
469
+ #: includes/features/editor-features-classic.php:1
470
  #, php-format
471
+ msgid "Classic Editor %s Restriction"
472
  msgstr ""
473
 
474
+ #: includes/admin.php:668 includes/admin.php:893 includes/admin.php:1003
475
+ #: includes/admin.php:1056 includes/admin.php:1265
476
+ msgid "Clear"
477
  msgstr ""
478
 
479
+ #: includes/backup.php:362 includes/features/admin-features.php:256
480
+ #: includes/features/editor-features.php:271
481
+ msgid "Click here to install PublishPress Permissions"
482
  msgstr ""
483
 
484
+ #: includes/features/restrict-editor-features.php:480
485
+ msgid "Color settings"
486
  msgstr ""
487
 
488
+ #: includes/features/restrict-admin-features.php:63
489
+ msgid "Comments"
490
  msgstr ""
491
 
492
+ #: includes/manager.php:1011
493
+ msgid "Contact"
494
  msgstr ""
495
 
496
+ #: includes/manager.php:1011
497
+ msgid "Contact the PublishPress team"
498
  msgstr ""
499
 
500
+ #: includes/features/restrict-editor-features.php:406
501
+ msgid "Content"
502
  msgstr ""
503
 
504
+ #. "Editor" means post editor like Gutenberg
505
+ #: includes/roles/class/class-pp-roles-admin.php:278
506
+ msgid "Control Allowed Editors"
507
  msgstr ""
508
 
509
+ #: includes/backup.php:355 includes/features/admin-features.php:249
510
+ #: includes/features/editor-features.php:264
511
+ msgid "Control permissions for individual posts and pages"
512
  msgstr ""
513
 
514
+ #: includes/roles/class/class-pp-roles-list-table.php:240
515
+ msgid "Copy"
 
516
  msgstr ""
517
 
518
+ #: includes/admin.php:1636
519
+ msgid "Copy / update this role definition to all sites now"
520
  msgstr ""
521
 
522
+ #: includes/admin.php:1639
523
+ msgid "Copy option settings to all sites now"
524
  msgstr ""
525
 
526
+ #: includes/roles/class/class-pp-roles-admin.php:630
527
+ msgid "Copy Role"
528
  msgstr ""
529
 
530
+ #: includes/features/restrict-editor-features.php:163
531
+ msgid "Coupon Description"
532
  msgstr ""
533
 
534
+ #: includes/roles/class/class-pp-roles-admin.php:632
535
+ msgid "Create New Role"
536
  msgstr ""
537
 
538
+ #: includes/roles/class/class-pp-roles-admin.php:620
539
+ msgid "Create Role"
540
  msgstr ""
541
 
542
+ #: includes/admin.php:1633
543
+ msgid "Create this role definition in new (future) sites"
 
544
  msgstr ""
545
 
546
+ #: includes-core/editor-features-promo.php:95
547
+ msgid "Custom item one"
 
548
  msgstr ""
549
 
550
+ #: includes-core/editor-features-promo.php:89
551
+ msgid "Custom Items"
552
  msgstr ""
553
 
554
+ #: includes/admin.php:1445
555
+ msgid ""
556
+ "Custom Moderation statuses for access-controlled, multi-step publishing "
557
+ "workflow <em>(Pro)</em>"
558
  msgstr ""
559
 
560
+ #: includes/admin.php:1441
561
+ msgid ""
562
+ "Custom Post Visibility statuses, fully implemented throughout wp-admin <em>"
563
+ "(Pro)</em>"
564
  msgstr ""
565
 
566
+ #: includes/admin.php:1437
567
+ msgid "Customize editing permissions per-category or per-post <em>(Pro)</em>"
568
  msgstr ""
569
 
570
+ #: includes/admin.php:1433
571
+ msgid "Customize reading permissions per-category or per-post"
 
572
  msgstr ""
573
 
574
+ #: includes/admin.php:1453
575
+ msgid ""
576
+ "Customize the moderated editing of published content with Revisionary or "
577
+ "Post Forking <em>(Pro)</em>"
578
  msgstr ""
579
 
580
+ #: includes/features/restrict-admin-features.php:22
581
+ msgid "Dashboard widgets"
 
582
  msgstr ""
583
 
584
+ #: includes/features/restrict-editor-features.php:86
585
+ msgid "Date"
586
  msgstr ""
587
 
588
+ #: includes/roles/class/class-pp-roles-list-table.php:351
589
+ msgid "Default Role"
590
  msgstr ""
591
 
592
+ #: includes-core/editor-features-promo.php:96
593
+ #: includes-core/editor-features-promo.php:107
594
+ #: includes-core/editor-features-promo.php:117
595
+ #: includes/features/admin-features.php:195
596
+ #: includes/features/editor-features-gutenberg.php:87
597
+ #: includes/features/editor-features-classic.php:90
598
+ #: includes/roles/class/class-pp-roles-admin.php:134
599
+ #: includes/roles/class/class-pp-roles-list-table.php:281
600
+ #: includes/roles/class/class-pp-roles-list-table.php:540
601
+ msgid "Delete"
602
  msgstr ""
603
 
604
+ #: includes/roles/class/class-pp-roles-admin.php:234
605
+ msgid "Delete role"
606
  msgstr ""
607
 
608
+ #: includes/roles/class/class-pp-roles-actions.php:511
609
+ msgid "Deleting a system role is not allowed."
610
  msgstr ""
611
 
612
+ #: includes/roles/class/class-pp-roles-admin.php:235
613
  msgid ""
614
+ "Deleting this role will completely remove it from database and is "
615
+ "irrecoverable."
616
  msgstr ""
617
 
618
+ #: includes/admin.php:192
619
+ msgid "Deletion"
620
  msgstr ""
621
 
622
+ #: includes/roles/roles.php:33
623
+ msgid "Description here."
624
  msgstr ""
625
 
626
+ #: includes/pp-ui.php:236
627
+ msgid "Detailed Taxonomy Capabilities"
628
  msgstr ""
629
 
630
+ #: includes/features/restrict-editor-features.php:386
631
+ msgid "Details"
632
  msgstr ""
633
 
634
+ #. "Editor" means post editor like Gutenberg
635
+ #: includes/roles/class/class-pp-roles-admin.php:266
636
+ msgid "Disable Code Editor"
637
  msgstr ""
638
 
639
+ #. "Editor" means post editor like Gutenberg
640
+ #: includes/roles/class/class-pp-roles-admin.php:267
641
+ msgid "Disable the \"Code editor\" option for the Gutenberg block editor."
642
  msgstr ""
643
 
644
+ #: includes/roles/class/class-pp-roles-admin.php:292
645
+ msgid "Disable WooCommerce admin restrictions"
646
  msgstr ""
647
 
648
+ #: includes/features/restrict-editor-features.php:158
649
+ #: includes/features/restrict-editor-features.php:465
650
+ msgid "Discussion"
651
  msgstr ""
652
 
653
+ #: includes/features/restrict-editor-features.php:416
654
+ msgid "Document Panel"
 
655
  msgstr ""
656
 
657
+ #: includes/manager.php:1009
658
+ msgid "Documentation"
 
659
  msgstr ""
660
 
661
+ #: includes/admin-load.php:311
662
+ msgid "Drag multiple roles selection to change order."
 
663
  msgstr ""
664
 
665
+ #: includes/roles/class/class-pp-roles-admin.php:212
666
+ msgid ""
667
+ "Each user role has a level from 0 to 10. The Subscriber role defaults to the "
668
+ "lowest level (0). The Administrator role defaults to level 10."
669
  msgstr ""
670
 
671
+ #: includes/roles/class/class-pp-roles-list-table.php:229
672
+ msgid "Edit"
 
 
673
  msgstr ""
674
 
675
+ #: includes/roles/class/class-pp-roles-admin.php:628
676
+ #, php-format
677
+ msgid "Edit Role: %s"
678
  msgstr ""
679
 
680
+ #: includes/filters.php:254
681
+ msgid "Edit Roles"
682
  msgstr ""
683
 
684
+ #: includes/features/restrict-editor-features.php:401
685
+ msgid "Edit title"
686
  msgstr ""
687
 
688
+ #: includes/roles/class/class-pp-roles-list-table.php:90
689
  #, php-format
690
+ msgid "Editable %s"
691
+ msgid_plural "Editable %s"
692
+ msgstr[0] ""
693
+ msgstr[1] ""
694
 
695
+ #: includes/admin.php:191 includes/roles/class/class-pp-roles-admin.php:111
696
+ msgid "Editing"
 
 
697
  msgstr ""
698
 
699
+ #: includes/features/restrict-editor-features.php:45
700
+ #: includes/features/restrict-editor-features.php:55
701
+ msgid "Editor"
702
  msgstr ""
703
 
704
  #: includes/features/editor-features.php:69
705
  msgid "Editor Feature Restriction"
706
  msgstr ""
707
 
708
+ #: includes/functions-admin.php:201 includes/manager.php:375
709
+ #: includes/manager.php:375 includes/manager.php:409
710
+ #: includes/settings-ui.php:29 includes/admin-load.php:439
711
+ #: includes/admin-load.php:439
712
+ #: includes/roles/class/class-pp-roles-list-table.php:173
713
+ msgid "Editor Features"
714
  msgstr ""
715
 
716
+ #: includes-core/editor-features-promo.php:42
717
+ msgid "Editorial Comments"
 
 
 
 
718
  msgstr ""
719
 
720
+ #: includes/settings-ui.php:109
721
+ msgid "Enable Classic Editor tab"
722
  msgstr ""
723
 
724
+ #: includes/pp-ui.php:239
725
+ msgid ""
726
+ "Enforce Edit, Delete and Assign capabilities separately from Management "
727
+ "capability."
728
  msgstr ""
729
 
730
+ #: includes/pp-ui.php:96
731
+ msgid "Ensure permissions can be controlled separately from other post types."
732
  msgstr ""
733
 
734
+ #: includes/pp-ui.php:180
735
+ msgid "Ensure permissions can be controlled separately from other taxonomies."
736
  msgstr ""
737
 
738
+ #: includes/roles/class/class-pp-roles-admin.php:510
739
+ msgid "Enter the relative path only without domain for login redirect."
740
  msgstr ""
741
 
742
+ #: includes/roles/class/class-pp-roles-admin.php:543
743
+ msgid "Enter the relative path only without domain for logout redirect."
744
  msgstr ""
745
 
746
+ #: includes/roles/class/class-pp-roles-admin.php:245
747
+ msgid "Enter the URL users in this role should be redirected to after login."
748
  msgstr ""
749
 
750
+ #: includes/roles/class/class-pp-roles-admin.php:256
751
+ msgid "Enter the URL users in this role should be redirected to after logout."
752
  msgstr ""
753
 
754
+ #: includes/backup-handler.php:178
755
+ msgid ""
756
+ "Error importing settings! Please check that you uploaded a valid json file."
757
  msgstr ""
758
 
759
+ #: includes/backup-handler.php:165
760
+ msgid "Error importing settings! Please try again."
761
  msgstr ""
762
 
763
+ #: includes/handler.php:51
764
+ msgid "Error: Failed creating the new role."
765
  msgstr ""
766
 
767
+ #: includes/features/restrict-editor-features.php:460
768
+ msgid "Excerpt"
769
  msgstr ""
770
 
771
+ #: includes/settings-ui.php:162
772
+ msgid "Exclude role from User Testing"
773
  msgstr ""
774
 
775
+ #: includes/settings-ui.php:183
776
+ msgid "Exclude users in selected roles from User Testing."
 
777
  msgstr ""
778
 
779
+ #: includes/manager.php:202
780
+ msgid "Explicitly negate these capabilities by storing as disabled"
781
  msgstr ""
782
 
783
+ #: includes/manager.php:201
784
+ msgid "Explicity negate this capability by storing as disabled"
785
  msgstr ""
786
 
787
+ #: includes/backup.php:323
788
+ msgid "Export"
789
+ msgstr ""
790
+
791
+ #: includes/backup.php:51
792
+ msgid "Export / Import"
793
+ msgstr ""
794
+
795
+ #: includes/backup.php:299
796
+ msgid "Export Settings"
797
+ msgstr ""
798
+
799
+ #: includes/backup.php:301
800
+ msgid ""
801
+ "Export the plugin settings for this site as a .json file. This allows you to "
802
+ "easily import the configuration into another site."
803
+ msgstr ""
804
+
805
+ #: includes/features/restrict-editor-features.php:149
806
+ msgid "Featured Image"
807
+ msgstr ""
808
+
809
+ #: includes/features/restrict-editor-features.php:455
810
+ msgid "Featured image"
811
+ msgstr ""
812
+
813
+ #: includes/admin.php:892 includes/admin.php:1002 includes/admin.php:1055
814
+ #: includes/admin.php:1264
815
+ msgid "Filter by capability"
816
+ msgstr ""
817
+
818
+ #: includes/admin.php:665
819
+ msgid "Filter by post type"
820
+ msgstr ""
821
+
822
+ #: includes/admin.php:665
823
+ msgid "Filter by taxonomy"
824
+ msgstr ""
825
+
826
+ #: includes/settings-ui.php:146
827
+ msgid "Front End footer notice"
828
+ msgstr ""
829
+
830
+ #: includes/roles/class/class-pp-roles-admin.php:106
831
+ msgid "General"
832
+ msgstr ""
833
+
834
+ #: includes/admin.php:1585
835
+ msgid "Go to the Backup feature"
836
+ msgstr ""
837
+
838
+ #: includes/admin.php:1457
839
+ msgid ""
840
+ "Grant Spectator, Participant or Moderator access to specific bbPress forums "
841
+ "<em>(Pro)</em>"
842
+ msgstr ""
843
+
844
+ #: includes/admin.php:1461
845
+ msgid ""
846
+ "Grant supplemental content permissions to a BuddyPress group <em>(Pro)</em>"
847
+ msgstr ""
848
+
849
+ #: includes/features/editor-features.php:137
850
+ msgid "Gutenberg"
851
+ msgstr ""
852
+
853
+ #: includes/roles/class/class-pp-roles-admin.php:163
854
+ msgid "Gutenberg editor"
855
+ msgstr ""
856
+
857
+ #: includes/features/editor-features-gutenberg.php:1
858
+ #, php-format
859
+ msgid "Gutenberg Editor %s Restriction"
860
+ msgstr ""
861
+
862
+ #: includes/admin.php:207
863
+ msgid ""
864
+ "has basic deletion capability (but may need other capabilities based on post "
865
+ "status and ownership)"
866
+ msgstr ""
867
+
868
+ #: includes/admin.php:202
869
+ msgid ""
870
+ "has basic editing capability (but may need other capabilities based on post "
871
+ "status and ownership)"
872
+ msgstr ""
873
+
874
+ #: includes/roles/class/class-pp-roles-list-table.php:88
875
+ #, php-format
876
+ msgid "Has Users %s"
877
+ msgid_plural "Has Users %s"
878
+ msgstr[0] ""
879
+ msgstr[1] ""
880
+
881
+ #: includes/features/restrict-admin-features.php:16
882
+ msgid "Header and Footer"
883
  msgstr ""
884
 
 
885
  #: includes/features/restrict-editor-features.php:41
886
+ #: includes/features/restrict-admin-features.php:82
887
  msgid "Help"
888
  msgstr ""
889
 
890
+ #: includes/roles/class/class-pp-roles-list-table.php:300
891
+ msgid "Hide"
892
  msgstr ""
893
 
894
+ #: includes/features/admin-features.php:237
895
+ msgid "How to use Admin Features"
896
+ msgstr ""
897
+
898
+ #: includes/admin.php:1566
899
+ msgid "How to use Capabilities"
900
+ msgstr ""
901
+
902
+ #: includes/features/editor-features.php:251
903
+ msgid "How to use Editor Features"
904
+ msgstr ""
905
+
906
+ #: includes/features/restrict-editor-features.php:67
907
+ msgid "HTML Editor Button"
908
+ msgstr ""
909
+
910
+ #. Author URI of the plugin
911
+ msgid "https://publishpress.com/"
912
+ msgstr ""
913
+
914
+ #. URI of the plugin
915
+ msgid "https://publishpress.com/capability-manager/"
916
+ msgstr ""
917
+
918
+ #: includes/backup.php:285
919
+ msgid ""
920
+ "If you have installed any plugin that adds new roles or capabilities, these "
921
+ "will be lost."
922
+ msgstr ""
923
+
924
+ #: includes/manager.php:996
925
  #, php-format
926
+ msgid "If you like %s, please leave us a %s rating. Thank you!"
927
  msgstr ""
928
 
929
+ #: includes/backup.php:338
930
+ msgid "Import"
931
  msgstr ""
932
 
933
+ #: includes/backup.php:329
934
+ msgid "Import Settings"
935
  msgstr ""
936
 
937
+ #: includes/backup.php:331
938
+ msgid ""
939
+ "Import the plugin settings from a .json file. This file can be obtained by "
940
+ "exporting the settings on another site using the form above."
941
  msgstr ""
942
 
943
+ #: includes/admin.php:1633
944
+ msgid "include in new sites"
 
945
  msgstr ""
946
 
947
+ #: includes/handler.php:119
948
+ msgid "Incorrect capability name."
949
  msgstr ""
950
 
951
+ #: includes/backup.php:162
952
+ msgid "Initial Backup"
953
+ msgstr ""
954
+
955
+ #: includes/backup.php:162
956
+ #, php-format
957
+ msgid "Initial Backup - %s"
958
+ msgstr ""
959
+
960
+ #: includes/backup.php:137
961
+ msgid "Initial backup of all roles"
962
+ msgstr ""
963
+
964
+ #: includes/admin.php:618 includes/admin.php:1160
965
+ msgid "Invalid Capabilities"
966
+ msgstr ""
967
+
968
+ #: includes/roles/class/class-pp-roles-actions.php:211
969
+ #, php-format
970
+ msgid "Invalid role name entry: %s"
971
+ msgstr ""
972
+
973
+ #: includes/backup.php:286
974
+ msgid "It is recommended to use this only as a last resource!"
975
+ msgstr ""
976
+
977
+ #: includes/backup.php:82
978
+ msgid "Last Backup"
979
+ msgstr ""
980
+
981
+ #: includes/backup.php:82
982
+ #, php-format
983
+ msgid "Last Manual Backup - %s"
984
+ msgstr ""
985
+
986
+ #: includes/admin.php:1512
987
+ msgid "Level:"
988
+ msgstr ""
989
+
990
+ #: includes/admin.php:197
991
+ msgid "Listing"
992
+ msgstr ""
993
+
994
+ #: includes/roles/class/class-pp-roles-admin.php:746
995
+ msgid "Load Less"
996
+ msgstr ""
997
+
998
+ #: includes/roles/class/class-pp-roles-admin.php:743
999
+ msgid "Load More"
1000
+ msgstr ""
1001
+
1002
+ #: includes/functions.php:353
1003
+ msgid "Login permission denied."
1004
+ msgstr ""
1005
+
1006
+ #: includes/roles/class/class-pp-roles-admin.php:244
1007
+ msgid "Login Redirect"
1008
+ msgstr ""
1009
+
1010
+ #: includes/roles/class/class-pp-roles-admin.php:255
1011
+ msgid "Logout Redirect"
1012
+ msgstr ""
1013
+
1014
+ #: includes/pp-ui.php:159
1015
+ msgid ""
1016
+ "Make selected post types require a different capability to add new posts."
1017
+ msgstr ""
1018
+
1019
+ #. Description of the plugin
1020
+ msgid ""
1021
+ "Manage WordPress role definitions, per-site or network-wide. Organizes post "
1022
+ "capabilities by post type and operation."
1023
+ msgstr ""
1024
+
1025
+ #: includes/backup.php:72
1026
+ msgid "Manual Backup"
1027
+ msgstr ""
1028
+
1029
+ #: includes/backup.php:114
1030
+ #, php-format
1031
+ msgid "Manual backup of %s (%s)"
1032
  msgstr ""
1033
 
1034
  #: includes/features/restrict-editor-features.php:62
1035
  msgid "Media Buttons (all)"
1036
  msgstr ""
1037
 
1038
+ #: includes/admin.php:1469
1039
+ msgid "Member support forum"
1040
  msgstr ""
1041
 
1042
+ #: includes-core/editor-features-promo.php:24
1043
+ msgid "Metaboxes"
1044
  msgstr ""
1045
 
1046
+ #: includes/roles/class/class-pp-roles-list-table.php:87
1047
+ #, php-format
1048
+ msgid "Mine %s"
1049
+ msgid_plural "Mine %s"
1050
+ msgstr[0] ""
1051
+ msgstr[1] ""
1052
+
1053
+ #: includes/roles/class/class-pp-roles-actions.php:184
1054
+ #: includes/roles/class/class-pp-roles-actions.php:352
1055
+ #: includes/roles/class/class-pp-roles-actions.php:484
1056
+ #: includes/roles/class/class-pp-roles-actions.php:611
1057
+ #: includes/roles/class/class-pp-roles-actions.php:672
1058
+ msgid "Missing parameters, refresh the page and try again."
1059
  msgstr ""
1060
 
1061
+ #: includes/features/restrict-admin-features.php:59
1062
+ msgid "Mobile Menu Toggle"
 
1063
  msgstr ""
1064
 
1065
+ #: includes/features/restrict-editor-features.php:383
1066
+ msgid "Modes"
 
1067
  msgstr ""
1068
 
1069
+ #: includes/settings-ui.php:48
1070
+ msgid "Multiples roles on \"Add New User\" screen"
1071
  msgstr ""
1072
 
1073
+ #: includes/manager.php:412 includes/admin-load.php:442
1074
+ #: includes/admin-load.php:442 includes-core/CoreAdmin.php:63
1075
+ #: includes-core/CoreAdmin.php:63
1076
+ #: includes/roles/class/class-pp-roles-list-table.php:176
1077
+ msgid "Nav Menus"
1078
  msgstr ""
1079
 
1080
+ #: includes-core/nav-menus-promo.php:29
1081
+ msgid "Navigation Menu Restrictions"
1082
  msgstr ""
1083
 
1084
+ #: includes/backup-handler.php:283
1085
+ msgid "Needed function to create default roles not found!"
1086
  msgstr ""
1087
 
1088
+ #: includes/admin.php:908 includes/admin.php:981 includes/admin.php:1018
1089
+ #: includes/admin.php:1027 includes/admin.php:1071 includes/admin.php:1144
1090
+ #: includes/admin.php:1275 includes/admin.php:1391
1091
+ msgid "negate all (storing as disabled capabilities)"
1092
  msgstr ""
1093
 
1094
+ #: includes/admin.php:908 includes/admin.php:981 includes/admin.php:1018
1095
+ #: includes/admin.php:1027 includes/admin.php:1071 includes/admin.php:1144
1096
+ #: includes/admin.php:1275 includes/admin.php:1391
1097
+ msgid "negate none (add/remove all capabilities normally)"
1098
  msgstr ""
1099
 
1100
+ #: includes/features/restrict-admin-features.php:66
1101
+ #: includes/features/restrict-admin-features.php:67
1102
+ msgid "New"
1103
  msgstr ""
1104
 
1105
+ #: includes/backup-handler.php:73
1106
+ msgid "New backup saved."
1107
  msgstr ""
1108
 
1109
+ #: includes/manager.php:748
1110
+ msgid "New capability added to role."
 
1111
  msgstr ""
1112
 
1113
+ #: includes/handler.php:45
1114
+ msgid "New role created."
1115
  msgstr ""
1116
 
1117
+ #: includes/backup.php:265
1118
+ msgid "No changes"
 
1119
  msgstr ""
1120
 
1121
+ #: includes/features/editor-features-gutenberg.php:112
1122
+ #: includes/features/editor-features-classic.php:115
1123
+ #, php-format
1124
+ msgid ""
1125
+ "No metabox found for %1s. %2s Click here %3s to visit the %4s screen and "
1126
+ "refresh this page after to load new metabox"
1127
  msgstr ""
1128
 
1129
+ #: includes/admin.php:895 includes/admin.php:1005 includes/admin.php:1058
1130
+ #: includes/admin.php:1267
1131
+ msgid "No results found. Please try again with a different word."
1132
  msgstr ""
1133
 
1134
+ #: includes/roles/class/class-pp-roles-list-table.php:89
1135
+ #, php-format
1136
+ msgid "No Users %s"
1137
+ msgid_plural "No Users %s"
1138
+ msgstr[0] ""
1139
+ msgstr[1] ""
1140
+
1141
+ #: includes/features/admin-features.php:53
1142
+ msgid ""
1143
+ "Note: You are only restricting access to admin features screens. Some "
1144
+ "plugins may also add features to other areas of WordPress."
1145
  msgstr ""
1146
 
1147
+ #: includes-core/editor-features-promo.php:52
1148
+ msgid "Notifications"
1149
+ msgstr ""
1150
+
1151
+ #: includes/backup.php:90
1152
+ msgid ""
1153
+ "On this screen, you can restore an earlier version of your roles and "
1154
+ "capabilities."
1155
+ msgstr ""
1156
+
1157
+ #: includes/features/restrict-editor-features.php:396
1158
+ msgid "Options"
1159
  msgstr ""
1160
 
1161
  #: includes/features/restrict-editor-features.php:141
1166
  msgid "Other Boxes"
1167
  msgstr ""
1168
 
1169
+ #: includes/features/restrict-editor-features.php:387
1170
+ msgid "Outline"
1171
  msgstr ""
1172
 
1173
+ #: includes/features/restrict-editor-features.php:127
1174
+ msgid "Page Attributes"
1175
  msgstr ""
1176
 
1177
+ #: includes-core/editor-features-promo.php:117
1178
+ msgid "Page Attributes: Order"
 
1179
  msgstr ""
1180
 
1181
+ #: includes/features/restrict-editor-features.php:125
1182
+ msgid "Page Boxes"
1183
  msgstr ""
1184
 
1185
+ #: includes/features/restrict-editor-features.php:136
1186
+ msgid "Page Template"
1187
  msgstr ""
1188
 
1189
+ #: includes/features/restrict-editor-features.php:478
1190
+ msgid "Paragraph"
1191
  msgstr ""
1192
 
1193
+ #: includes/features/restrict-editor-features.php:131
1194
+ msgid "Parent"
1195
  msgstr ""
1196
 
1197
+ #: includes/features/restrict-editor-features.php:83
1198
+ msgid "Password Protect This Post"
1199
  msgstr ""
1200
 
1201
+ #: includes/features/restrict-editor-features.php:59
1202
+ #: includes/features/restrict-editor-features.php:423
1203
+ msgid "Permalink"
1204
  msgstr ""
1205
 
1206
+ #: includes-core/editor-features-promo.php:106
1207
+ msgid "Permalink: Descriptive Caption"
1208
  msgstr ""
1209
 
1210
+ #: includes/backup.php:330
1211
+ msgid ""
1212
+ "Please make a 'Manual Backup' in the backup tab to enable backup restore in "
1213
+ "case anything goes wrong."
1214
  msgstr ""
1215
 
1216
+ #: includes/backup-handler.php:140
1217
+ msgid "Please upload a file to import"
1218
  msgstr ""
1219
 
1220
+ #: includes/backup-handler.php:145
1221
+ msgid "Please upload a valid .json file"
1222
+ msgstr ""
1223
+
1224
+ #: includes/admin.php:1052
1225
+ #, php-format
1226
+ msgid "Plugin Capabilities &ndash; %s"
1227
+ msgstr ""
1228
+
1229
+ #: includes/admin.php:655
1230
+ #, php-format
1231
+ msgid "Post %s Capabilities"
1232
+ msgstr ""
1233
+
1234
+ #: includes/features/restrict-editor-features.php:470
1235
+ msgid "Post Attributes"
1236
+ msgstr ""
1237
+
1238
+ #: includes/features/restrict-editor-features.php:154
1239
+ msgid "Post Slug"
1240
+ msgstr ""
1241
+
1242
+ #: includes/manager.php:203
1243
+ msgid "Post type registration does not define this capability distinctly"
1244
+ msgstr ""
1245
+
1246
+ #: includes/features/restrict-editor-features.php:80
1247
+ #: includes/features/restrict-editor-features.php:393
1248
+ msgid "Preview"
1249
+ msgstr ""
1250
+
1251
+ #: includes/features/restrict-editor-features.php:87
1252
+ msgid "Publish"
1253
  msgstr ""
1254
 
1255
  #: includes/features/restrict-editor-features.php:394
1256
  msgid "Publish / Update"
1257
  msgstr ""
1258
 
1259
+ #: includes/features/restrict-editor-features.php:84
1260
+ msgid "Publish Actions"
1261
  msgstr ""
1262
 
1263
+ #: includes/features/restrict-editor-features.php:77
1264
+ #: includes/features/restrict-editor-features.php:78
1265
+ msgid "Publish Box"
1266
  msgstr ""
1267
 
1268
+ #: includes/features/restrict-editor-features.php:85
1269
+ msgid "Publish Schedule"
1270
  msgstr ""
1271
 
1272
+ #: includes/features/restrict-editor-features.php:81
1273
+ msgid "Publish Status "
1274
  msgstr ""
1275
 
1276
+ #: includes/features/restrict-editor-features.php:82
1277
+ msgid "Publish Visibility"
1278
  msgstr ""
1279
 
1280
+ #. Author of the plugin
1281
+ msgid "PublishPress"
1282
  msgstr ""
1283
 
1284
+ #. Name of the plugin
1285
+ msgid "PublishPress Capabilities"
1286
  msgstr ""
1287
 
1288
+ #: includes/backup.php:89
1289
+ msgid ""
1290
+ "PublishPress Capabilities automatically creates a backup on installation and "
1291
+ "whenever you save changes."
1292
  msgstr ""
1293
 
1294
+ #: includes/backup.php:65
1295
+ #, php-format
1296
+ msgid ""
1297
+ "PublishPress Capabilities automatically creates a backup on installation and "
1298
+ "whenever you save changes. The initial backup and last %d auto-backups are "
1299
+ "kept."
1300
  msgstr ""
1301
 
1302
+ #: includes/admin.php:1579
1303
+ msgid "PublishPress Capabilities is safe to use"
1304
  msgstr ""
1305
 
1306
+ #: includes/admin.php:1419
1307
+ msgid "PublishPress Permissions"
1308
  msgstr ""
1309
 
1310
+ #: includes/backup.php:359 includes/features/admin-features.php:253
1311
+ #: includes/features/editor-features.php:268
1312
+ #, php-format
1313
+ msgid "PublishPress Permissions is 100% free to install."
1314
  msgstr ""
1315
 
1316
+ #: includes/roles/class/class-pp-roles-admin.php:431
1317
+ msgid "Read more on Role Level."
 
1318
  msgstr ""
1319
 
1320
+ #: includes/admin.php:190
1321
+ msgid "Reading"
1322
  msgstr ""
1323
 
1324
+ #: includes/backup.php:354 includes/features/admin-features.php:248
1325
+ #: includes/features/editor-features.php:263
1326
+ msgid "Recommendations for you"
1327
  msgstr ""
1328
 
1329
+ #: includes/roles/class/class-pp-roles-admin.php:494
1330
+ msgid "Redirect users to a specified URL."
1331
  msgstr ""
1332
 
1333
+ #: includes/roles/class/class-pp-roles-admin.php:482
1334
+ msgid "Redirect users to the URL they were viewing before login."
1335
  msgstr ""
1336
 
1337
+ #: includes/roles/class/class-pp-roles-admin.php:116
1338
+ msgid "Redirects"
 
1339
  msgstr ""
1340
 
1341
+ #: includes/features/restrict-editor-features.php:385
1342
+ msgid "Redo"
1343
  msgstr ""
1344
 
1345
+ #: includes/admin.php:1449
1346
+ msgid "Regulate permissions for Edit Flow post statuses <em>(Pro)</em>"
1347
  msgstr ""
1348
 
1349
+ #: includes/backup.php:50
1350
+ msgid "Reset Roles"
1351
  msgstr ""
1352
 
1353
+ #: includes/backup.php:289
1354
+ msgid "Reset Roles and Capabilities to WordPress defaults"
1355
  msgstr ""
1356
 
1357
+ #: includes/backup.php:291
1358
+ msgid "Reset to WordPress defaults"
1359
  msgstr ""
1360
 
1361
+ #: includes/backup.php:281
1362
+ msgid "Reset WordPress Defaults"
1363
  msgstr ""
1364
 
1365
+ #: includes/backup.php:283
1366
+ msgid ""
1367
+ "Reseting default Roles and Capabilities will set them to the WordPress "
1368
+ "install defaults."
1369
  msgstr ""
1370
 
1371
+ #: includes/backup.php:48
1372
+ msgid "Restore"
1373
  msgstr ""
1374
 
1375
+ #: includes/backup-handler.php:92 includes/backup-handler.php:121
1376
+ #: includes/backup-handler.php:130
1377
+ msgid "Restore failed. No backup found."
1378
  msgstr ""
1379
 
1380
+ #: includes/backup.php:86
1381
+ msgid "Restore Previous Roles and Capabilities"
1382
  msgstr ""
1383
 
1384
+ #: includes/backup.php:146
1385
+ msgid "Restore Selected Roles"
1386
  msgstr ""
1387
 
1388
+ #: includes/features/editor-features.php:181
1389
+ msgid "Restricted:"
1390
  msgstr ""
1391
 
1392
+ #: includes/features/restrict-editor-features.php:422
1393
+ msgid "Revisions"
1394
  msgstr ""
1395
 
1396
+ #: includes/features/restrict-admin-features.php:64
1397
+ msgid "Right bar"
1398
  msgstr ""
1399
 
1400
+ #: includes/admin.php:59
1401
+ msgid "Role Capabilities"
1402
  msgstr ""
1403
 
1404
+ #: includes/roles/class/class-pp-roles-admin.php:211
1405
+ msgid "Role Level"
1406
  msgstr ""
1407
 
1408
+ #: includes/admin.php:1510
1409
+ msgid ""
1410
+ "Role level is mostly deprecated. However, it still determines eligibility "
1411
+ "for Post Author assignment and limits the application of user editing "
1412
+ "capabilities."
1413
  msgstr ""
1414
 
1415
  #: includes/manager.php:406 includes/roles/class/class-pp-roles-admin.php:177
1417
  msgid "Role Name"
1418
  msgstr ""
1419
 
1420
+ #: includes/roles/class/class-pp-roles-admin.php:187
1421
+ msgid "Role Slug"
 
 
 
 
 
1422
  msgstr ""
1423
 
1424
+ #: includes/manager.php:361 includes/settings-ui.php:27
1425
+ #: includes/admin-load.php:437 includes/admin-load.php:437
1426
+ #: includes/roles/roles.php:8
1427
+ msgid "Roles"
1428
  msgstr ""
1429
 
1430
+ #: includes/backup.php:306
1431
+ msgid "Roles and Capabilities"
1432
  msgstr ""
1433
 
1434
+ #: includes/backup-handler.php:296
1435
+ msgid "Roles and Capabilities reset to WordPress defaults"
1436
  msgstr ""
1437
 
1438
+ #: includes/backup-handler.php:90
1439
+ msgid "Roles and Capabilities restored from initial backup."
1440
  msgstr ""
1441
 
1442
+ #: includes/backup-handler.php:128
1443
+ msgid "Roles and Capabilities restored from selected auto-backup."
1444
  msgstr ""
1445
 
1446
+ #: includes/settings.php:51 includes/admin.php:97 includes/admin.php:1532
1447
+ #: includes-core/nav-menus-promo.php:52 includes-core/admin-menus-promo.php:48
1448
+ #: includes/features/admin-features.php:64
1449
+ #: includes/features/admin-features.php:220
1450
+ msgid "Save Changes"
1451
  msgstr ""
1452
 
1453
+ #: includes/features/restrict-editor-features.php:79
1454
+ #: includes/features/restrict-editor-features.php:391
1455
+ msgid "Save Draft"
1456
  msgstr ""
1457
 
1458
+ #: includes/features/editor-features.php:125
1459
+ #: includes/features/editor-features.php:227
1460
+ msgid "Save for all Post Types"
1461
  msgstr ""
1462
 
1463
+ #: includes/features/restrict-editor-features.php:42
1464
+ #: includes/features/restrict-admin-features.php:81
1465
+ msgid "Screen Options"
1466
  msgstr ""
1467
 
1468
+ #. %s: search keywords
1469
+ #: includes/roles/roles.php:15
1470
+ #, php-format
1471
+ msgid "Search results for &#8220;%s&#8221;"
1472
  msgstr ""
1473
 
1474
+ #: includes/roles/class/class-pp-roles-list-table.php:721
1475
+ msgid "Search Roles"
1476
  msgstr ""
1477
 
1478
  #: includes/pp-ui.php:58
1480
  msgid "see %1$sRole Usage%2$s: \"Pattern Roles\""
1481
  msgstr ""
1482
 
1483
+ #: includes/roles/class/class-pp-roles-admin.php:408
 
 
 
 
 
1484
  #, php-format
1485
+ msgid "Select %s"
1486
  msgstr ""
1487
 
1488
+ #. "Editor" means post editor like Gutenberg
1489
+ #: includes/roles/class/class-pp-roles-admin.php:378
1490
+ msgid "Select allowed editor"
1491
  msgstr ""
1492
 
1493
+ #: includes/features/editor-features.php:85
1494
+ msgid ""
1495
+ "Select editor features to remove. Note that this screen cannot be used to "
1496
+ "grant additional features to any role."
1497
  msgstr ""
1498
 
1499
+ #: includes/settings-ui.php:169
1500
+ msgid "Select roles..."
1501
  msgstr ""
1502
 
1503
+ #. "Editor" means post editor like Gutenberg
1504
+ #: includes/roles/class/class-pp-roles-admin.php:279
1505
+ msgid "Select the allowed editor options for users in this role."
1506
  msgstr ""
1507
 
1508
+ #: includes/manager.php:383 includes/admin-load.php:444
1509
+ #: includes/admin-load.php:444
1510
+ #: includes/features/restrict-editor-features.php:395
1511
+ msgid "Settings"
1512
  msgstr ""
1513
 
1514
+ #: framework/lib/formating.php:40
1515
+ msgid "Settings saved."
1516
  msgstr ""
1517
 
1518
+ #: includes/manager.php:523 includes/manager.php:577
1519
+ msgid "Settings updated."
1520
  msgstr ""
1521
 
1522
+ #: includes/admin.php:792
1523
+ #, php-format
1524
+ msgid "shared capability: %s"
1525
  msgstr ""
1526
 
1527
+ #: includes/settings-ui.php:98
1528
+ msgid ""
1529
+ "Show all post types on the \"Editor Features\" screen, even ones normally "
1530
+ "hidden in the WordPress admin area."
1531
  msgstr ""
1532
 
1533
+ #: includes/backup.php:155
1534
+ msgid "Show changes from current roles only"
1535
  msgstr ""
1536
 
1537
+ #: includes/features/editor-features.php:145
1538
+ msgid "show Classic Editor controls"
1539
  msgstr ""
1540
 
1541
+ #: includes/settings-ui.php:93
1542
+ msgid "Show private post types"
1543
  msgstr ""
1544
 
1545
+ #: includes/settings-ui.php:69
1546
+ msgid "Show private taxonomies"
 
 
 
 
1547
  msgstr ""
1548
 
1549
+ #: includes/roles/class/class-pp-roles-admin.php:352
1550
+ msgid "Slug already exists"
 
 
 
 
1551
  msgstr ""
1552
 
1553
+ #: includes/roles/class/class-pp-roles-actions.php:250
1554
+ msgid ""
1555
+ "Something went wrong, the system wasn't able to create the role, refresh the "
1556
+ "page and try again."
1557
  msgstr ""
1558
 
1559
+ #: includes/features/restrict-editor-features.php:417
1560
+ msgid "Status & visibility"
 
1561
  msgstr ""
1562
 
1563
+ #: includes/features/restrict-editor-features.php:392
1564
+ msgid "Switch to draft"
1565
  msgstr ""
1566
 
1567
+ #: includes/admin.php:1639
1568
+ msgid "sync options to all sites now"
 
1569
  msgstr ""
1570
 
1571
+ #: includes/admin.php:1636
1572
+ msgid "sync role to all sites now"
 
1573
  msgstr ""
1574
 
1575
+ #: includes/roles/class/class-pp-roles-list-table.php:92
1576
  #, php-format
1577
+ msgid "System %s"
1578
+ msgid_plural "System %s"
1579
+ msgstr[0] ""
1580
+ msgstr[1] ""
1581
 
1582
+ #: includes/features/restrict-editor-features.php:104
1583
+ #: includes/features/restrict-editor-features.php:431
1584
+ msgid "Tags"
1585
  msgstr ""
1586
 
1587
+ #: includes/admin.php:193
1588
+ msgid "Taxonomies"
 
1589
  msgstr ""
1590
 
1591
+ #: includes/features/restrict-editor-features.php:90
1592
+ msgid "Taxonomy Boxes"
 
1593
  msgstr ""
1594
 
1595
+ #: includes/pp-ui.php:177
1596
+ msgid "Taxonomy-Specific Capabilities"
 
1597
  msgstr ""
1598
 
1599
+ #: includes-core/editor-features-promo.php:62
1600
+ msgid "TaxoPress - Settings"
1601
  msgstr ""
1602
 
1603
+ #: includes/features/restrict-editor-features.php:419
1604
+ msgid "Template"
 
1605
  msgstr ""
1606
 
1607
+ #: includes/admin.php:655
1608
  #, php-format
1609
+ msgid "Term %s Capabilities"
1610
  msgstr ""
1611
 
1612
+ #: includes/test-user-ui.php:43 includes/test-user-ui.php:73
1613
+ msgid "Test this user"
1614
  msgstr ""
1615
 
1616
+ #: includes/settings-ui.php:31
1617
+ msgid "Test User"
1618
  msgstr ""
1619
 
1620
+ #: includes/test-user-ui.php:67
1621
+ msgid "Test user"
1622
  msgstr ""
1623
 
1624
+ #: includes/test-user-ui.php:179
1625
+ #, php-format
1626
+ msgid "Testing as user: %1$s. %2$sReturn to Administrator view%3$s"
1627
  msgstr ""
1628
 
1629
+ #: includes/test-user-ui.php:118
1630
+ msgid "Testing: "
1631
  msgstr ""
1632
 
1633
+ #: includes/features/restrict-editor-features.php:481
1634
+ msgid "Text settings"
1635
  msgstr ""
1636
 
1637
+ #: includes/features/restrict-admin-features.php:83
1638
+ msgid "Thank you for creating with WordPress"
1639
  msgstr ""
1640
 
1641
  #: includes/roles/class/class-pp-roles-admin.php:188
1642
+ msgid ""
1643
+ "The \"slug\" is the URL-friendly version of the role. It is usually all "
1644
+ "lowercase and contains only letters, numbers and underscores."
 
 
1645
  msgstr ""
1646
 
1647
+ #: capsman-enhanced.php:113
1648
+ #, php-format
1649
+ msgid "The active plugin %s is not compatible with your PHP version."
1650
  msgstr ""
1651
 
1652
+ #: includes/admin.php:1165
1653
+ msgid ""
1654
+ "The following entries have no effect. Please assign desired capabilities on "
1655
+ "the Editing / Deletion / Reading tabs."
1656
  msgstr ""
1657
 
1658
+ #: includes/roles/class/class-pp-roles-actions.php:314
1659
+ #, php-format
1660
+ msgid "The new role %s was created successfully."
1661
  msgstr ""
1662
 
1663
+ #: includes/roles/class/class-pp-roles-actions.php:223
1664
+ #, php-format
1665
+ msgid "The role \"%s\" already exists. Please choose a different name."
1666
  msgstr ""
1667
 
1668
+ #: includes/roles/class/class-pp-roles-actions.php:540
1669
+ #, php-format
1670
+ msgid "The role %1$s was successfully deleted. %2$s"
1671
  msgstr ""
1672
 
1673
+ #: includes/roles/class/class-pp-roles-actions.php:622
1674
+ #, php-format
1675
+ msgid "The role %1$s was successfully hidden."
1676
  msgstr ""
1677
 
1678
+ #: includes/roles/class/class-pp-roles-actions.php:682
1679
+ #, php-format
1680
+ msgid "The role %1$s was successfully unhidden."
1681
  msgstr ""
1682
 
1683
+ #: includes/roles/class/class-pp-roles-actions.php:568
1684
+ msgid "The role could not be deleted."
1685
  msgstr ""
1686
 
1687
+ #: includes/roles/class/class-pp-roles-actions.php:546
1688
+ #, php-format
1689
+ msgid "The selected %1$s roles were successfully deleted. %2$s"
1690
  msgstr ""
1691
 
1692
+ #: includes/handler.php:61 includes/handler.php:89 includes/manager.php:760
1693
+ msgid "The selected role is not editable."
1694
  msgstr ""
1695
 
1696
+ #: includes/roles/class/class-pp-roles-admin.php:715
1697
+ #, php-format
1698
+ msgid "These can be edited on the %1s Capabilities screen %2s"
1699
  msgstr ""
1700
 
1701
+ #: includes/settings-ui.php:53
1702
+ msgid ""
1703
+ "This allows you to assign a user to multiples roles on the \"Add New User\" "
1704
+ "screen."
1705
  msgstr ""
1706
 
1707
+ #: includes/manager.php:204
1708
+ msgid "This capability is explicitly negated. Click to add/remove normally."
1709
  msgstr ""
1710
 
1711
+ #: capsman-enhanced.php:85
1712
+ msgid "This plugin can be deleted."
1713
  msgstr ""
1714
 
1715
+ #: includes/settings-ui.php:74
1716
+ msgid ""
1717
+ "This will show all taxonomies on the \"Capabilities\" screen, even ones "
1718
+ "normally hidden in the WordPress admin area."
1719
  msgstr ""
1720
 
1721
+ #: includes/features/restrict-editor-features.php:50
1722
+ msgid "Title"
1723
  msgstr ""
1724
 
1725
+ #: includes/features/restrict-editor-features.php:381
1726
+ msgid "Top Bar - Left"
1727
  msgstr ""
1728
 
1729
+ #: includes/features/restrict-editor-features.php:390
1730
+ msgid "Top Bar - Right"
 
1731
  msgstr ""
1732
 
1733
+ #: includes/features/restrict-editor-features.php:40
1734
+ msgid "Top Tabs"
1735
  msgstr ""
1736
 
1737
+ #: includes/handler.php:124
1738
+ msgid "Type / Taxonomy settings saved."
1739
  msgstr ""
1740
 
1741
+ #: includes/pp-ui.php:93
1742
+ msgid "Type-Specific Capabilities"
1743
  msgstr ""
1744
 
1745
+ #: includes/features/restrict-editor-features.php:479
1746
+ msgid "Typography"
 
1747
  msgstr ""
1748
 
1749
+ #: includes/test-user.php:58
1750
+ msgid "Unable to retrieve user data."
1751
  msgstr ""
1752
 
1753
+ #: includes/features/restrict-editor-features.php:384
1754
+ msgid "Undo"
1755
  msgstr ""
1756
 
1757
+ #: includes/roles/class/class-pp-roles-list-table.php:91
1758
  #, php-format
1759
+ msgid "Uneditable %s"
1760
+ msgid_plural "Uneditable %s"
1761
+ msgstr[0] ""
1762
+ msgstr[1] ""
1763
 
1764
+ #: includes/roles/class/class-pp-roles-list-table.php:263
1765
+ msgid "Unhide"
 
 
 
 
1766
  msgstr ""
1767
 
1768
+ #: includes/pp-ui.php:167 includes/pp-ui.php:231 includes/pp-ui.php:288
1769
+ msgid "Update"
1770
  msgstr ""
1771
 
1772
+ #: includes/roles/class/class-pp-roles-admin.php:620
1773
+ msgid "Update Role"
 
1774
  msgstr ""
1775
 
1776
+ #: includes/features/restrict-admin-features.php:62
1777
+ msgid "Updates"
1778
  msgstr ""
1779
 
1780
+ #: includes/manager.php:388 includes/manager.php:389
1781
+ #: includes/admin-load.php:449 includes/admin-load.php:450
1782
+ #: includes-core/nav-menus-promo.php:67
1783
+ #: includes-core/editor-features-promo.php:79
1784
+ #: includes-core/admin-features-promo.php:79
1785
+ #: includes-core/admin-menus-promo.php:62
1786
+ msgid "Upgrade to Pro"
1787
  msgstr ""
1788
 
1789
+ #: includes/admin.php:1545 includes/admin.php:1546 includes/admin.php:1547
1790
+ #: includes/features/admin-features.php:232
1791
+ #: includes/features/admin-features.php:233
1792
+ #: includes/features/editor-features.php:246
1793
+ #: includes/features/editor-features.php:247
1794
+ msgid "usage key"
1795
  msgstr ""
1796
 
1797
+ #: includes/features/restrict-admin-features.php:65
1798
+ msgid "User actions"
1799
  msgstr ""
1800
 
1801
+ #: includes/features/restrict-admin-features.php:68
1802
+ msgid "User Display Name"
1803
  msgstr ""
1804
 
1805
+ #: includes/manager.php:407
1806
+ #: includes/roles/class/class-pp-roles-list-table.php:171
1807
+ msgid "Users"
1808
  msgstr ""
1809
 
1810
+ #: includes/admin.php:1569 includes/features/admin-features.php:240
1811
+ #: includes/features/editor-features.php:254
1812
+ msgid "View Documentation"
1813
  msgstr ""
1814
 
1815
+ #: capsman-enhanced.php:112 includes/backup.php:283 includes/backup.php:330
1816
+ msgid "Warning:"
1817
  msgstr ""
1818
 
1819
+ #: includes/admin.php:40
1820
+ #, php-format
1821
+ msgid ""
1822
+ "Warning: This role cannot access the dashboard without the read capability. "
1823
+ "%1$sClick here to fix this now%2$s."
1824
  msgstr ""
1825
 
1826
+ #: includes/features/restrict-admin-features.php:133
1827
+ msgid "Welcome panel"
1828
  msgstr ""
1829
 
1830
+ #: includes/settings-ui.php:135
1831
+ msgid "When testing, display a caption and return link in the Admin Bar."
 
1832
  msgstr ""
1833
 
1834
+ #: includes/settings-ui.php:151
1835
+ msgid "When testing, display a return link in the front end footer."
1836
  msgstr ""
1837
 
1838
+ #: includes/admin.php:1582
1839
+ msgid ""
1840
+ "Whenever you use PublishPress Capabilities to save changes, it also creates "
1841
+ "a backup which you can use to restore a previous configuration."
1842
  msgstr ""
1843
 
1844
+ #: includes/roles/class/class-pp-roles-admin.php:122
1845
+ msgid "WooCommerce"
1846
  msgstr ""
1847
 
1848
+ #: includes/roles/class/class-pp-roles-admin.php:293
1849
+ msgid ""
1850
+ "WooCommerce blocks most users from accessing the WordPress admin area. When "
1851
+ "enabled, this setting will remove those restrictions."
1852
  msgstr ""
1853
 
1854
+ #: includes/features/restrict-editor-features.php:72
1855
+ msgid "Word count"
1856
  msgstr ""
1857
 
1858
+ #: includes/admin.php:999
1859
+ msgid "WordPress Core Capabilities"
1860
  msgstr ""
1861
 
1862
+ #: includes/features/restrict-admin-features.php:61
1863
+ msgid "WordPress External Links"
1864
  msgstr ""
1865
 
1866
+ #: includes/features/restrict-admin-features.php:60
1867
+ msgid "WordPress Logo"
1868
  msgstr ""
1869
 
1870
+ #: includes/admin.php:1581
1871
+ msgid ""
1872
+ "WordPress stores role capabilities in your database, where they remain even "
1873
+ "if the plugin is deactivated."
1874
  msgstr ""
1875
 
1876
+ #: includes/admin.php:1465
1877
+ msgid "WPML integration to mirror permissions to translations <em>(Pro)</em>"
1878
  msgstr ""
1879
 
1880
+ #: includes/features/restrict-admin-features.php:69
1881
+ msgid "Yoast SEO"
1882
  msgstr ""
1883
 
1884
+ #: includes/backup.php:291
1885
+ msgid ""
1886
+ "You are about to reset Roles and Capabilities to WordPress defaults.\n"
1887
+ " 'Cancel' to stop, 'OK' to reset."
1888
  msgstr ""
1889
 
1890
+ #: includes/admin.php:1555
1891
+ #, php-format
1892
+ msgid "You can also configure this role as a %sPermission Group%s."
1893
  msgstr ""
1894
 
1895
+ #: includes-core/admin-features-promo.php:74
1896
+ msgid ""
1897
+ "You can block pages by URL or hide Admin elements by entering a CSS class or "
1898
+ "ID. This feature is available in PublishPress Capabilities Pro."
1899
  msgstr ""
1900
 
1901
+ #: includes-core/editor-features-promo.php:74
1902
+ msgid ""
1903
+ "You can hide plugin metaboxes. You can also hide specific items by entering "
1904
+ "their CSS class or ID. This feature is available in PublishPress "
1905
+ "Capabilities Pro."
1906
  msgstr ""
1907
 
1908
+ #: includes-core/admin-menus-promo.php:58
1909
+ msgid ""
1910
+ "You can restrict access to admin menu screens. This feature is available in "
1911
+ "PublishPress Capabilities Pro"
1912
  msgstr ""
1913
 
1914
+ #: includes-core/nav-menus-promo.php:63
1915
+ msgid ""
1916
+ "You can restrict access to navigation menus. This feature is available in "
1917
+ "PublishPress Capabilities Pro"
1918
  msgstr ""
1919
 
1920
+ #: includes/handler.php:250
1921
+ msgid "You cannot remove Manage Capabilities from Administrators"
1922
  msgstr ""
1923
 
1924
+ #: includes/manager.php:539 includes/manager.php:561
1925
+ msgid "You do not have permission to manage admin features."
 
1926
  msgstr ""
1927
 
1928
+ #: includes/manager.php:682 includes/manager.php:716 includes/manager.php:734
1929
+ msgid "You do not have permission to manage capabilities."
 
1930
  msgstr ""
1931
 
1932
+ #: includes/manager.php:462 includes/manager.php:484
1933
+ msgid "You do not have permission to manage editor features."
 
1934
  msgstr ""
1935
 
1936
+ #: includes/manager.php:439
1937
+ msgid "You do not have permission to manage roles."
 
1938
  msgstr ""
1939
 
1940
+ #: includes/manager.php:941
1941
+ msgid "You do not have permission to perform this action."
1942
  msgstr ""
1943
 
1944
+ #: includes/backup-handler.php:15 includes/manager.php:903
1945
+ msgid "You do not have permission to restore roles."
1946
  msgstr ""
1947
 
1948
+ #: includes/roles/class/class-pp-roles-actions.php:148
1949
+ msgid "You do not have sufficient permissions to perform this action."
1950
  msgstr ""
1951
 
1952
+ #: includes/roles/class/class-pp-roles-admin.php:511
1953
+ msgid "You must enter the Login Redirect URL."
 
1954
  msgstr ""
1955
 
1956
+ #. "Editor" means post editor like Gutenberg
1957
+ #: includes/roles/class/class-pp-roles-admin.php:379
1958
+ msgid ""
1959
+ "You must select at least one editor for the role when managing allowed "
1960
+ "editor."
1961
  msgstr ""
1962
 
1963
+ #: includes/test-user.php:50
1964
+ #: includes/roles/class/class-pp-roles-actions.php:162
1965
+ #: includes/roles/class/class-pp-roles-actions.php:180
1966
+ #: includes/roles/class/class-pp-roles-actions.php:348
1967
+ #: includes/roles/class/class-pp-roles-actions.php:460
1968
+ msgid "Your link has expired, refresh the page and try again."
1969
  msgstr ""
1970
 
1971
+ #: includes/roles/class/class-pp-roles-list-table.php:356
1972
+ msgid "Your Role"
1973
  msgstr ""
readme.txt CHANGED
@@ -7,11 +7,11 @@ Tags: user roles, capabilities, permissions, admin menus, post editing, post typ
7
  Requires at least: 4.9.7
8
  Tested up to: 6.1
9
  Requires PHP: 5.6.20
10
- Stable tag: 2.6.0
11
  License: GPLv3
12
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
13
 
14
- The best permissions plugin allows you to customize user roles, editor features and admin menus. You control who has access to your WordPress site.
15
 
16
  == Description ==
17
 
@@ -45,6 +45,7 @@ PublishPress Capabilities is **safe to use**. Every time you change your site's
45
  11. **Media library permissions**: Decide who can upload, edit and delete files.
46
  12. **WooCommerce permissions**: Control access to WooCommerce products, orders, coupons and more.
47
  13. **Multisite support**: Manage permissions on a single site or across your whole network.
 
48
 
49
  ## #1. WordPress User Role Editor ##
50
 
@@ -128,6 +129,12 @@ PublishPress Capabilities allows you to control permissions on a single site or
128
 
129
  [Click here to learn about multisite permissions](https://publishpress.com/knowledge-base/multisite-network/).
130
 
 
 
 
 
 
 
131
  ## Join PublishPress and get the Pro plugins ##
132
 
133
  The Pro versions of the PublishPress plugins are well worth your investment. The Pro versions have extra features and faster support. [Click here to join PublishPress](https://publishpress.com/pricing/).
@@ -409,6 +416,16 @@ Fixed : Security issue. Please update.
409
 
410
  == Changelog ==
411
 
 
 
 
 
 
 
 
 
 
 
412
  = 2.6.0 - 25 Oct 2022 =
413
  * Added : Add a way for admins to test user accounts #57
414
  * Fixed : Multi-select JS fails to load on Profile Edit Screen #576
7
  Requires at least: 4.9.7
8
  Tested up to: 6.1
9
  Requires PHP: 5.6.20
10
+ Stable tag: 2.6.1
11
  License: GPLv3
12
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
13
 
14
+ The best permissions plugin to customize user roles, editor features and admin menus. You control who has access to your WordPress site and all the features in your WordPress admin area.
15
 
16
  == Description ==
17
 
45
  11. **Media library permissions**: Decide who can upload, edit and delete files.
46
  12. **WooCommerce permissions**: Control access to WooCommerce products, orders, coupons and more.
47
  13. **Multisite support**: Manage permissions on a single site or across your whole network.
48
+ 14. **User switching**: Test any user's account without resetting their password.
49
 
50
  ## #1. WordPress User Role Editor ##
51
 
129
 
130
  [Click here to learn about multisite permissions](https://publishpress.com/knowledge-base/multisite-network/).
131
 
132
+ ## #14. User Testing ##
133
+
134
+ If you run a WordPress website which allows users to log in, you probably spend a lot of time answering account questions or solving website bugs for your users. Site administrators often have to browse their site and see exactly what the user sees. They need to test the user's account without resetting their password. This is possible with PublishPress Capabilities.
135
+
136
+ [Click here to learn about user testing](https://publishpress.com/knowledge-base/user-testing/).
137
+
138
  ## Join PublishPress and get the Pro plugins ##
139
 
140
  The Pro versions of the PublishPress plugins are well worth your investment. The Pro versions have extra features and faster support. [Click here to join PublishPress](https://publishpress.com/pricing/).
416
 
417
  == Changelog ==
418
 
419
+ = 2.6.1 - 08 Dec 2022 =
420
+ * Update : Allow users to block some roles from "User Testing", #621
421
+ * Update : Allow admins to test users from the user profile page, #626
422
+ * Fixed : Block URL not working, #629
423
+ * Update : Block change of user level for Administrators, #628
424
+ * Update : UI Consistency: vertical alignment of Usage Keys, Roles screen search box, #617
425
+ * Fixed : Unexpected placeholder %1 warning, #624
426
+ * Update : Change "PublishPress" to "PublishPress Planner" in Capabiliites, #638
427
+ * Update : FREE Capabilities ES-FR-IT Translation Updates October 27, #620
428
+
429
  = 2.6.0 - 25 Oct 2022 =
430
  * Added : Add a way for admins to test user accounts #57
431
  * Fixed : Multi-select JS fails to load on Profile Edit Screen #576
vendor/composer/installed.php CHANGED
@@ -5,7 +5,7 @@
5
  'type' => 'wordpress-plugin',
6
  'install_path' => __DIR__ . '/../../',
7
  'aliases' => array(),
8
- 'reference' => '18fac168ff8577f0855de6034a2bf8874fc1360c',
9
  'name' => 'publishpress/capability-manager-enhanced',
10
  'dev' => false,
11
  ),
@@ -34,7 +34,7 @@
34
  'type' => 'wordpress-plugin',
35
  'install_path' => __DIR__ . '/../../',
36
  'aliases' => array(),
37
- 'reference' => '18fac168ff8577f0855de6034a2bf8874fc1360c',
38
  'dev_requirement' => false,
39
  ),
40
  'publishpress/publishpress-instance-protection' => array(
5
  'type' => 'wordpress-plugin',
6
  'install_path' => __DIR__ . '/../../',
7
  'aliases' => array(),
8
+ 'reference' => 'dfbb3bc62be244b7a487e358e348df98da6cb6e0',
9
  'name' => 'publishpress/capability-manager-enhanced',
10
  'dev' => false,
11
  ),
34
  'type' => 'wordpress-plugin',
35
  'install_path' => __DIR__ . '/../../',
36
  'aliases' => array(),
37
+ 'reference' => 'dfbb3bc62be244b7a487e358e348df98da6cb6e0',
38
  'dev_requirement' => false,
39
  ),
40
  'publishpress/publishpress-instance-protection' => array(