Version Description
- 08.09.2014
- Rename role button was added to the URE toolbar. It allows to change user role display name (role ID is always the same). Be careful and double think before rename some built-in WordPress role.
Download this release
Release Info
Developer | shinephp |
Plugin | User Role Editor |
Version | 4.15 |
Comparing to | |
See all releases |
Code changes from version 4.14.4 to 4.15
- css/ure-admin.css +5 -0
- includes/class-ure-lib.php +74 -5
- includes/class-user-role-editor.php +5 -3
- js/ure-js.js +55 -5
- lang/ure-ca.mo +0 -0
- lang/ure-ca.po +320 -164
- lang/ure-es_ES.mo +0 -0
- lang/ure-es_ES.po +180 -156
- lang/ure-fa_IR.mo +0 -0
- lang/ure-fa_IR.po +180 -156
- lang/ure-he_IL.mo +0 -0
- lang/ure-he_IL.po +192 -156
- lang/ure-id_ID.mo +0 -0
- lang/ure-id_ID.po +180 -156
- lang/ure-ru_RU.mo +0 -0
- lang/ure-ru_RU.po +179 -156
- lang/ure-tr_TR.mo +0 -0
- lang/ure-tr_TR.po +180 -156
- lang/ure.mo +0 -0
- lang/ure.pot +179 -156
- readme.txt +4 -0
- screenshot-1.png +0 -0
- user-role-editor.php +2 -2
css/ure-admin.css
CHANGED
@@ -175,4 +175,9 @@ input.warning:hover, a.warning:hover {
|
|
175 |
|
176 |
.ure-dialog {
|
177 |
display: none;
|
|
|
|
|
|
|
|
|
|
|
178 |
}
|
175 |
|
176 |
.ure-dialog {
|
177 |
display: none;
|
178 |
+
}
|
179 |
+
|
180 |
+
#ure_admin_menu_access_table tr:hover {
|
181 |
+
background-color: #2ea2cc;
|
182 |
+
color: #ffffff;
|
183 |
}
|
includes/class-ure-lib.php
CHANGED
@@ -163,6 +163,7 @@ class Ure_Lib extends Garvs_WP_Lib {
|
|
163 |
<script language="javascript" type="text/javascript">
|
164 |
|
165 |
var ure_current_role = '<?php echo $this->current_role; ?>';
|
|
|
166 |
|
167 |
</script>
|
168 |
|
@@ -178,6 +179,15 @@ class Ure_Lib extends Garvs_WP_Lib {
|
|
178 |
</form>
|
179 |
</div>
|
180 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
181 |
<div id="ure_delete_role_dialog" class="ure-modal-dialog">
|
182 |
<div style="padding:10px;">
|
183 |
<div class="ure-label"><?php esc_html_e('Select Role:', 'ure');?></div>
|
@@ -408,6 +418,9 @@ class Ure_Lib extends Garvs_WP_Lib {
|
|
408 |
} else if ($action == 'add-new-role') {
|
409 |
// process new role create request
|
410 |
$this->notification = $this->add_new_role();
|
|
|
|
|
|
|
411 |
} else if ($action == 'delete-role') {
|
412 |
$this->notification = $this->delete_role();
|
413 |
} else if ($action == 'change-default-role') {
|
@@ -1173,12 +1186,13 @@ class Ure_Lib extends Garvs_WP_Lib {
|
|
1173 |
if (!$this->multisite || $super_admin || $add_del_role_for_simple_admin) { // restrict single site admin
|
1174 |
?>
|
1175 |
<hr />
|
1176 |
-
<button id="ure_add_role" class="ure_toolbar_button">Add
|
|
|
1177 |
<?php
|
1178 |
} // restrict single site admin
|
1179 |
if (!$this->multisite || $super_admin || !$caps_access_restrict_for_simple_admin) { // restrict single site admin
|
1180 |
?>
|
1181 |
-
<button id="ure_add_capability" class="ure_toolbar_button">Add
|
1182 |
<?php
|
1183 |
} // restrict single site admin
|
1184 |
|
@@ -1744,6 +1758,61 @@ class Ure_Lib extends Garvs_WP_Lib {
|
|
1744 |
return $mess;
|
1745 |
}
|
1746 |
// end of new_role_create()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1747 |
|
1748 |
|
1749 |
/**
|
@@ -2201,9 +2270,9 @@ class Ure_Lib extends Garvs_WP_Lib {
|
|
2201 |
|
2202 |
<strong><?php esc_html_e('Version:', 'ure');?></strong> <?php echo URE_VERSION; ?><br/><br/>
|
2203 |
<a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . 'images/vladimir.png'; ?>);" target="_blank" href="http://www.shinephp.com/"><?php _e("Author's website", 'ure'); ?></a><br/>
|
2204 |
-
<a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . 'images/user-role-editor-icon.png'; ?>);" target="_blank" href="
|
2205 |
-
<a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . 'images/user-role-editor-icon.png'; ?>);" target="_blank" href="
|
2206 |
-
<a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . 'images/changelog-icon.png'; ?>);" target="_blank" href="
|
2207 |
<a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . 'images/faq-icon.png'; ?>);" target="_blank" href="http://www.shinephp.com/user-role-editor-wordpress-plugin/#faq"><?php _e('FAQ', 'ure'); ?></a><br/>
|
2208 |
<hr />
|
2209 |
<div style="text-align: center;">
|
163 |
<script language="javascript" type="text/javascript">
|
164 |
|
165 |
var ure_current_role = '<?php echo $this->current_role; ?>';
|
166 |
+
var ure_current_role_name = '<?php echo $this->current_role_name; ?>';
|
167 |
|
168 |
</script>
|
169 |
|
179 |
</form>
|
180 |
</div>
|
181 |
|
182 |
+
<div id="ure_rename_role_dialog" class="ure-modal-dialog" style="padding: 10px;">
|
183 |
+
<form id="ure_rename_role_form" name="ure_rename_role_form" method="POST">
|
184 |
+
<div class="ure-label"><?php esc_html_e('Role name (ID): ', 'ure'); ?></div>
|
185 |
+
<div class="ure-input"><input type="text" name="ren_user_role_id" id="ren_user_role_id" size="25" disabled /></div>
|
186 |
+
<div class="ure-label"><?php esc_html_e('Display Role Name: ', 'ure'); ?></div>
|
187 |
+
<div class="ure-input"><input type="text" name="ren_user_role_name" id="ren_user_role_name" size="25"/></div>
|
188 |
+
</form>
|
189 |
+
</div>
|
190 |
+
|
191 |
<div id="ure_delete_role_dialog" class="ure-modal-dialog">
|
192 |
<div style="padding:10px;">
|
193 |
<div class="ure-label"><?php esc_html_e('Select Role:', 'ure');?></div>
|
418 |
} else if ($action == 'add-new-role') {
|
419 |
// process new role create request
|
420 |
$this->notification = $this->add_new_role();
|
421 |
+
} else if ($action == 'rename-role') {
|
422 |
+
// process rename role request
|
423 |
+
$this->notification = $this->rename_role();
|
424 |
} else if ($action == 'delete-role') {
|
425 |
$this->notification = $this->delete_role();
|
426 |
} else if ($action == 'change-default-role') {
|
1186 |
if (!$this->multisite || $super_admin || $add_del_role_for_simple_admin) { // restrict single site admin
|
1187 |
?>
|
1188 |
<hr />
|
1189 |
+
<button id="ure_add_role" class="ure_toolbar_button">Add Role</button>
|
1190 |
+
<button id="ure_rename_role" class="ure_toolbar_button">Rename Role</button>
|
1191 |
<?php
|
1192 |
} // restrict single site admin
|
1193 |
if (!$this->multisite || $super_admin || !$caps_access_restrict_for_simple_admin) { // restrict single site admin
|
1194 |
?>
|
1195 |
+
<button id="ure_add_capability" class="ure_toolbar_button">Add Capability</button>
|
1196 |
<?php
|
1197 |
} // restrict single site admin
|
1198 |
|
1758 |
return $mess;
|
1759 |
}
|
1760 |
// end of new_role_create()
|
1761 |
+
|
1762 |
+
|
1763 |
+
/**
|
1764 |
+
* process rename role request
|
1765 |
+
*
|
1766 |
+
* @global WP_Roles $wp_roles
|
1767 |
+
*
|
1768 |
+
* @return string - message about operation result
|
1769 |
+
*
|
1770 |
+
*/
|
1771 |
+
protected function rename_role() {
|
1772 |
+
|
1773 |
+
global $wp_roles;
|
1774 |
+
|
1775 |
+
$mess = '';
|
1776 |
+
$user_role_id = filter_input(INPUT_POST, 'user_role_id', FILTER_SANITIZE_STRING);
|
1777 |
+
if (empty($user_role_id)) {
|
1778 |
+
return esc_html__('Error: Role ID is empty!', 'ure');
|
1779 |
+
}
|
1780 |
+
$user_role_id = utf8_decode($user_role_id);
|
1781 |
+
// sanitize user input for security
|
1782 |
+
$match = array();
|
1783 |
+
$valid_name = preg_match('/[A-Za-z0-9_\-]*/', $user_role_id, $match);
|
1784 |
+
if (!$valid_name || ($valid_name && ($match[0] != $user_role_id))) { // some non-alphanumeric charactes found!
|
1785 |
+
return esc_html__('Error: Role ID must contain latin characters, digits, hyphens or underscore only!', 'ure');
|
1786 |
+
}
|
1787 |
+
$numeric_name = preg_match('/[0-9]*/', $user_role_id, $match);
|
1788 |
+
if ($numeric_name && ($match[0] == $user_role_id)) { // numeric name discovered
|
1789 |
+
return esc_html__('Error: WordPress does not support numeric Role name (ID). Add latin characters to it.', 'ure');
|
1790 |
+
}
|
1791 |
+
|
1792 |
+
$new_role_name = filter_input(INPUT_POST, 'user_role_name', FILTER_SANITIZE_STRING);
|
1793 |
+
if (!empty($new_role_name)) {
|
1794 |
+
$new_role_name = sanitize_text_field($new_role_name);
|
1795 |
+
} else {
|
1796 |
+
return esc_html__('Error: Empty role display name is not allowed.', 'ure');
|
1797 |
+
}
|
1798 |
+
|
1799 |
+
if (!isset($wp_roles)) {
|
1800 |
+
$wp_roles = new WP_Roles();
|
1801 |
+
}
|
1802 |
+
if (!isset($wp_roles->roles[$user_role_id])) {
|
1803 |
+
return sprintf('Error! ' . esc_html__('Role %s does not exists', 'ure'), $user_role_id);
|
1804 |
+
}
|
1805 |
+
$this->current_role = $user_role_id;
|
1806 |
+
$this->current_role_name = $new_role_name;
|
1807 |
+
|
1808 |
+
$old_role_name = $wp_roles->roles[$user_role_id]['name'];
|
1809 |
+
$wp_roles->roles[$user_role_id]['name'] = $new_role_name;
|
1810 |
+
update_option( $wp_roles->role_key, $wp_roles->roles );
|
1811 |
+
$mess = sprintf(esc_html__('Role %s is renamed to %s successfully', 'ure'), $old_role_name, $new_role_name);
|
1812 |
+
|
1813 |
+
return $mess;
|
1814 |
+
}
|
1815 |
+
// end of rename_role()
|
1816 |
|
1817 |
|
1818 |
/**
|
2270 |
|
2271 |
<strong><?php esc_html_e('Version:', 'ure');?></strong> <?php echo URE_VERSION; ?><br/><br/>
|
2272 |
<a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . 'images/vladimir.png'; ?>);" target="_blank" href="http://www.shinephp.com/"><?php _e("Author's website", 'ure'); ?></a><br/>
|
2273 |
+
<a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . 'images/user-role-editor-icon.png'; ?>);" target="_blank" href="https://www.role-editor.com"><?php _e('Plugin webpage', 'ure'); ?></a><br/>
|
2274 |
+
<a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . 'images/user-role-editor-icon.png'; ?>);" target="_blank" href="https://www.role-editor.com/download-plugin"><?php _e('Plugin download', 'ure'); ?></a><br/>
|
2275 |
+
<a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . 'images/changelog-icon.png'; ?>);" target="_blank" href="https://www.role-editor.com/changelog"><?php _e('Changelog', 'ure'); ?></a><br/>
|
2276 |
<a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . 'images/faq-icon.png'; ?>);" target="_blank" href="http://www.shinephp.com/user-role-editor-wordpress-plugin/#faq"><?php _e('FAQ', 'ure'); ?></a><br/>
|
2277 |
<hr />
|
2278 |
<div style="text-align: center;">
|
includes/class-user-role-editor.php
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
/*
|
3 |
* main class of User Role Editor WordPress plugin
|
4 |
* Author: Vladimir Garagulya
|
5 |
-
* Author email:
|
6 |
-
* Author URI:
|
7 |
* License: GPL v2+
|
8 |
*
|
9 |
*/
|
@@ -93,7 +93,7 @@ class User_Role_Editor {
|
|
93 |
// by other users with 'edit_users' capability
|
94 |
if (!$this->lib->user_is_admin($user_id)) {
|
95 |
// Exclude administrator role from edit list.
|
96 |
-
add_filter('editable_roles', array($this, 'exclude_admin_role' ) );
|
97 |
// prohibit any actions with user who has Administrator role
|
98 |
add_filter('user_has_cap', array($this, 'not_edit_admin' ), 10, 3);
|
99 |
// exclude users with 'Administrator' role from users list
|
@@ -875,10 +875,12 @@ class User_Role_Editor {
|
|
875 |
'update' => esc_html__('Update', 'ure'),
|
876 |
'confirm_submit' => esc_html__('Please confirm permissions update', 'ure'),
|
877 |
'add_new_role_title' => esc_html__('Add New Role', 'ure'),
|
|
|
878 |
'role_name_required' => esc_html__(' Role name (ID) can not be empty!', 'ure'),
|
879 |
'role_name_valid_chars' => esc_html__(' Role name (ID) must contain latin characters, digits, hyphens or underscore only!', 'ure'),
|
880 |
'numeric_role_name_prohibited' => esc_html__(' WordPress does not support numeric Role name (ID). Add latin characters to it.', 'ure'),
|
881 |
'add_role' => esc_html__('Add Role', 'ure'),
|
|
|
882 |
'delete_role' => esc_html__('Delete Role', 'ure'),
|
883 |
'cancel' => esc_html__('Cancel', 'ure'),
|
884 |
'add_capability' => esc_html__('Add Capability', 'ure'),
|
2 |
/*
|
3 |
* main class of User Role Editor WordPress plugin
|
4 |
* Author: Vladimir Garagulya
|
5 |
+
* Author email: support@role-editor.com
|
6 |
+
* Author URI: https://www.role-editor.com
|
7 |
* License: GPL v2+
|
8 |
*
|
9 |
*/
|
93 |
// by other users with 'edit_users' capability
|
94 |
if (!$this->lib->user_is_admin($user_id)) {
|
95 |
// Exclude administrator role from edit list.
|
96 |
+
add_filter('editable_roles', array($this, 'exclude_admin_role' ) );
|
97 |
// prohibit any actions with user who has Administrator role
|
98 |
add_filter('user_has_cap', array($this, 'not_edit_admin' ), 10, 3);
|
99 |
// exclude users with 'Administrator' role from users list
|
875 |
'update' => esc_html__('Update', 'ure'),
|
876 |
'confirm_submit' => esc_html__('Please confirm permissions update', 'ure'),
|
877 |
'add_new_role_title' => esc_html__('Add New Role', 'ure'),
|
878 |
+
'rename_role_title' => esc_html__('Rename Role', 'ure'),
|
879 |
'role_name_required' => esc_html__(' Role name (ID) can not be empty!', 'ure'),
|
880 |
'role_name_valid_chars' => esc_html__(' Role name (ID) must contain latin characters, digits, hyphens or underscore only!', 'ure'),
|
881 |
'numeric_role_name_prohibited' => esc_html__(' WordPress does not support numeric Role name (ID). Add latin characters to it.', 'ure'),
|
882 |
'add_role' => esc_html__('Add Role', 'ure'),
|
883 |
+
'rename_role' => esc_html__('Rename Role', 'ure'),
|
884 |
'delete_role' => esc_html__('Delete Role', 'ure'),
|
885 |
'cancel' => esc_html__('Cancel', 'ure'),
|
886 |
'add_capability' => esc_html__('Add Capability', 'ure'),
|
js/ure-js.js
CHANGED
@@ -62,10 +62,7 @@ function ui_button_text(caption) {
|
|
62 |
}
|
63 |
|
64 |
|
65 |
-
|
66 |
-
label: ure_data.add_role
|
67 |
-
}).click(function(event){
|
68 |
-
event.preventDefault();
|
69 |
jQuery(function($) {
|
70 |
$info = $('#ure_add_role_dialog');
|
71 |
$info.dialog({
|
@@ -110,8 +107,61 @@ jQuery("#ure_add_role").button({
|
|
110 |
$('#dialog-add-role-button').html(ui_button_text(ure_data.add_role));
|
111 |
$('.ui-dialog-buttonpane button:contains("Cancel")').attr("id", "add-role-dialog-cancel-button");
|
112 |
$('#add-role-dialog-cancel-button').html(ui_button_text(ure_data.cancel));
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
113 |
});
|
114 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
115 |
|
116 |
jQuery("#ure_delete_role").button({
|
117 |
label: ure_data.delete_role
|
62 |
}
|
63 |
|
64 |
|
65 |
+
function ure_show_add_role_dialog() {
|
|
|
|
|
|
|
66 |
jQuery(function($) {
|
67 |
$info = $('#ure_add_role_dialog');
|
68 |
$info.dialog({
|
107 |
$('#dialog-add-role-button').html(ui_button_text(ure_data.add_role));
|
108 |
$('.ui-dialog-buttonpane button:contains("Cancel")').attr("id", "add-role-dialog-cancel-button");
|
109 |
$('#add-role-dialog-cancel-button').html(ui_button_text(ure_data.cancel));
|
110 |
+
});
|
111 |
+
}
|
112 |
+
|
113 |
+
|
114 |
+
jQuery("#ure_add_role").button({
|
115 |
+
label: ure_data.add_role
|
116 |
+
}).click(function(event) {
|
117 |
+
event.preventDefault();
|
118 |
+
ure_show_add_role_dialog();
|
119 |
});
|
120 |
+
|
121 |
+
|
122 |
+
function ure_show_rename_role_dialog() {
|
123 |
+
jQuery(function($) {
|
124 |
+
$('#ure_rename_role_dialog').dialog({
|
125 |
+
dialogClass: 'wp-dialog',
|
126 |
+
modal: true,
|
127 |
+
autoOpen: true,
|
128 |
+
closeOnEscape: true,
|
129 |
+
width: 400,
|
130 |
+
height: 230,
|
131 |
+
resizable: false,
|
132 |
+
title: ure_data.rename_role_title,
|
133 |
+
'buttons' : {
|
134 |
+
'Rename Role': function () {
|
135 |
+
var role_id = $('#ren_user_role_id').val();
|
136 |
+
var role_name = $('#ren_user_role_name').val();
|
137 |
+
$(this).dialog('close');
|
138 |
+
$.ure_postGo( ure_data.page_url,
|
139 |
+
{ action: 'rename-role', user_role_id: role_id, user_role_name: role_name, ure_nonce: ure_data.wp_nonce}
|
140 |
+
);
|
141 |
+
},
|
142 |
+
Cancel: function() {
|
143 |
+
$(this).dialog('close');
|
144 |
+
return false;
|
145 |
+
}
|
146 |
+
}
|
147 |
+
});
|
148 |
+
$('.ui-dialog-buttonpane button:contains("Rename Role")').attr("id", "dialog-rename-role-button");
|
149 |
+
$('#dialog-rename-role-button').html(ui_button_text(ure_data.rename_role));
|
150 |
+
$('.ui-dialog-buttonpane button:contains("Cancel")').attr("id", "rename-role-dialog-cancel-button");
|
151 |
+
$('#rename-role-dialog-cancel-button').html(ui_button_text(ure_data.cancel));
|
152 |
+
$('#ren_user_role_id').val(ure_current_role);
|
153 |
+
$('#ren_user_role_name').val(ure_current_role_name);
|
154 |
+
});
|
155 |
+
}
|
156 |
+
|
157 |
+
|
158 |
+
jQuery("#ure_rename_role").button({
|
159 |
+
label: ure_data.rename_role
|
160 |
+
}).click(function(event) {
|
161 |
+
event.preventDefault();
|
162 |
+
ure_show_rename_role_dialog();
|
163 |
+
});
|
164 |
+
|
165 |
|
166 |
jQuery("#ure_delete_role").button({
|
167 |
label: ure_data.delete_role
|
lang/ure-ca.mo
CHANGED
Binary file
|
lang/ure-ca.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: User Role Editor v. 2.0\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Vladimir Garagulya <vladimir@shinephp.com>\n"
|
8 |
"Language-Team: ShinePHP.com <vladimir@shinephp.com>\n"
|
@@ -19,198 +19,269 @@ msgstr ""
|
|
19 |
"X-Generator: Poedit 1.5.4\n"
|
20 |
"X-Poedit-SearchPath-0: user-role-editor\n"
|
21 |
|
22 |
-
|
23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
msgid "Save"
|
25 |
msgstr ""
|
26 |
|
27 |
-
#: ../includes/settings-template.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
msgid ""
|
29 |
"Note for multisite environment: take into account that other default roles "
|
30 |
"should exist at the site, in order to be assigned to the new registered "
|
31 |
"users."
|
32 |
msgstr ""
|
33 |
|
34 |
-
#: ../includes/
|
|
|
|
|
|
|
|
|
35 |
msgid "Change role for users without role"
|
36 |
msgstr ""
|
37 |
|
38 |
-
#: ../includes/class-user-role-editor.php:
|
39 |
msgid "No rights"
|
40 |
msgstr ""
|
41 |
|
42 |
-
#: ../includes/class-user-role-editor.php:
|
43 |
msgid "Provide new role"
|
44 |
msgstr ""
|
45 |
|
46 |
# @ ure
|
47 |
-
#: ../includes/class-user-role-editor.php:
|
48 |
-
#: ../includes/class-user-role-editor.php:
|
49 |
msgid "You do not have permission to edit this user."
|
50 |
msgstr ""
|
51 |
|
52 |
# @ ure
|
53 |
-
#: ../includes/class-user-role-editor.php:
|
54 |
msgid "Capabilities"
|
55 |
msgstr "Capacitats"
|
56 |
|
57 |
# @ ure
|
58 |
-
#: ../includes/class-user-role-editor.php:
|
59 |
msgid "Settings"
|
60 |
msgstr "Opcions"
|
61 |
|
62 |
# @ ure
|
63 |
-
#: ../includes/class-user-role-editor.php:
|
64 |
-
#: ../includes/class-ure-lib.php:
|
65 |
msgid "Changelog"
|
66 |
msgstr "Registre de canvis"
|
67 |
|
68 |
-
#: ../includes/class-user-role-editor.php:
|
69 |
msgid "Overview"
|
70 |
msgstr ""
|
71 |
|
72 |
# @ ure
|
73 |
# @ default
|
74 |
-
#: ../includes/class-user-role-editor.php:
|
75 |
-
#: ../includes/class-user-role-editor.php:
|
76 |
-
#: ../includes/class-user-role-editor.php:
|
77 |
-
#: ../includes/class-ure-lib.php:
|
78 |
msgid "User Role Editor"
|
79 |
msgstr "User Role Editor"
|
80 |
|
81 |
# @ ure
|
82 |
# @ default
|
83 |
-
#: ../includes/class-user-role-editor.php:
|
84 |
-
#: ../includes/class-user-role-editor.php:
|
|
|
85 |
msgid "User Role Editor options are updated"
|
86 |
msgstr ""
|
87 |
|
88 |
# @ ure
|
89 |
-
#: ../includes/class-user-role-editor.php:
|
90 |
#, fuzzy
|
91 |
msgid "Default Roles are updated"
|
92 |
msgstr "Rol predeterminat"
|
93 |
|
94 |
-
#: ../includes/class-user-role-editor.php:
|
95 |
msgid ""
|
96 |
"You do not have sufficient permissions to manage options for User Role "
|
97 |
"Editor."
|
98 |
msgstr ""
|
99 |
|
100 |
-
#: ../includes/class-user-role-editor.php:
|
101 |
msgid "Insufficient permissions to work with User Role Editor"
|
102 |
msgstr ""
|
103 |
|
104 |
# @ ure
|
105 |
-
#: ../includes/class-user-role-editor.php:
|
106 |
msgid "Select All"
|
107 |
msgstr "Seleccionar-ho tot"
|
108 |
|
109 |
-
#: ../includes/class-user-role-editor.php:
|
110 |
msgid "Unselect All"
|
111 |
msgstr "De-selecciona-ho tot"
|
112 |
|
113 |
-
#: ../includes/class-user-role-editor.php:
|
114 |
msgid "Reverse"
|
115 |
msgstr "Invertir"
|
116 |
|
117 |
# @ ure
|
118 |
-
#: ../includes/class-user-role-editor.php:
|
119 |
msgid "Update"
|
120 |
msgstr "Actualitzar"
|
121 |
|
122 |
# @ ure
|
123 |
-
#: ../includes/class-user-role-editor.php:
|
124 |
msgid "Please confirm permissions update"
|
125 |
msgstr "Si us plau confirmeu l'actualització de permisos "
|
126 |
|
127 |
# @ ure
|
128 |
-
#: ../includes/class-user-role-editor.php:
|
129 |
msgid "Add New Role"
|
130 |
msgstr "Afegir nou Rol"
|
131 |
|
132 |
# @ ure
|
133 |
-
#: ../includes/class-user-role-editor.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
134 |
msgid " Role name (ID) can not be empty!"
|
135 |
msgstr "El nom de rol (ID) no pot estar buit!"
|
136 |
|
137 |
# @ ure
|
138 |
-
#: ../includes/class-user-role-editor.php:
|
139 |
msgid ""
|
140 |
" Role name (ID) must contain latin characters, digits, hyphens or underscore "
|
141 |
"only!"
|
142 |
msgstr "Error: nom del rol (ID) ha de tenir només lletres llatines i dígits!"
|
143 |
|
144 |
-
#: ../includes/class-user-role-editor.php:
|
145 |
msgid ""
|
146 |
" WordPress does not support numeric Role name (ID). Add latin characters to "
|
147 |
"it."
|
148 |
msgstr ""
|
149 |
|
150 |
# @ ure
|
151 |
-
#: ../includes/class-user-role-editor.php:
|
152 |
msgid "Add Role"
|
153 |
msgstr "Afegir nou Rol"
|
154 |
|
155 |
# @ ure
|
156 |
-
#: ../includes/class-user-role-editor.php:
|
157 |
msgid "Delete Role"
|
158 |
msgstr "Eliminar Rol"
|
159 |
|
160 |
# @ ure
|
161 |
-
#: ../includes/class-user-role-editor.php:
|
162 |
msgid "Cancel"
|
163 |
msgstr "Cancel·lar"
|
164 |
|
165 |
# @ ure
|
166 |
-
#: ../includes/class-user-role-editor.php:
|
167 |
msgid "Add Capability"
|
168 |
msgstr "Afegir nou privilegi"
|
169 |
|
170 |
# @ ure
|
171 |
-
#: ../includes/class-user-role-editor.php:
|
172 |
-
#: ../includes/class-user-role-editor.php:
|
173 |
msgid "Delete Capability"
|
174 |
msgstr "Eliminar privilegi"
|
175 |
|
176 |
# @ ure
|
177 |
-
#: ../includes/class-user-role-editor.php:
|
178 |
msgid "Reset"
|
179 |
msgstr "Reiniciar"
|
180 |
|
181 |
-
#: ../includes/class-user-role-editor.php:
|
182 |
msgid "DANGER! Resetting will restore default settings from WordPress Core."
|
183 |
msgstr ""
|
184 |
|
185 |
-
#: ../includes/class-user-role-editor.php:
|
186 |
msgid ""
|
187 |
"If any plugins have changed capabilities in any way upon installation (such "
|
188 |
"as S2Member, WooCommerce, and many more), those capabilities will be DELETED!"
|
189 |
msgstr ""
|
190 |
|
191 |
-
#: ../includes/class-user-role-editor.php:
|
192 |
msgid ""
|
193 |
"For more information on how to undo changes and restore plugin capabilities "
|
194 |
"go to"
|
195 |
msgstr ""
|
196 |
|
197 |
# @ ure
|
198 |
-
#: ../includes/class-user-role-editor.php:
|
199 |
msgid "Continue?"
|
200 |
msgstr ""
|
201 |
|
202 |
# @ ure
|
203 |
-
#: ../includes/class-user-role-editor.php:
|
204 |
msgid "Default Role"
|
205 |
msgstr "Rol predeterminat"
|
206 |
|
207 |
# @ ure
|
208 |
-
#: ../includes/class-user-role-editor.php:
|
209 |
msgid "Set New Default Role"
|
210 |
msgstr "Assignar com a rol predeterminat"
|
211 |
|
212 |
# @ ure
|
213 |
-
#: ../includes/class-user-role-editor.php:
|
214 |
msgid ""
|
215 |
"Warning! Be careful - removing critical capability could crash some plugin "
|
216 |
"or other custom code"
|
@@ -219,12 +290,12 @@ msgstr ""
|
|
219 |
"algun connector o algun altre codi personalitzat."
|
220 |
|
221 |
# @ ure
|
222 |
-
#: ../includes/class-user-role-editor.php:
|
223 |
msgid " Capability name (ID) can not be empty!"
|
224 |
msgstr "El nom de priviliegi (ID) no pot estar buit!"
|
225 |
|
226 |
# @ ure
|
227 |
-
#: ../includes/class-user-role-editor.php:
|
228 |
msgid ""
|
229 |
" Capability name (ID) must contain latin characters, digits, hyphens or "
|
230 |
"underscore only!"
|
@@ -233,529 +304,615 @@ msgstr ""
|
|
233 |
"dígits."
|
234 |
|
235 |
# @ ure
|
236 |
-
#: ../includes/class-user-role-editor.php:
|
237 |
-
#: ../includes/class-user-role-editor.php:
|
238 |
msgid "Other Roles"
|
239 |
msgstr "Altres rols"
|
240 |
|
241 |
# @ ure
|
242 |
-
#: ../includes/class-user-role-editor.php:
|
243 |
msgid "Edit"
|
244 |
msgstr "Editar"
|
245 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
246 |
# @ default
|
247 |
#: ../includes/ure-role-edit.php:44
|
248 |
msgid "If checked, then apply action to ALL sites of this Network"
|
249 |
msgstr "Si està marcat s'aplica l'acció a TOTS els llocs d'aquesta xarxa"
|
250 |
|
251 |
-
#: ../includes/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
252 |
msgid "Error: wrong request"
|
253 |
msgstr ""
|
254 |
|
255 |
# @ ure
|
256 |
-
#: ../includes/class-ure-lib.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
257 |
msgid "Error: "
|
258 |
msgstr "Error:"
|
259 |
|
260 |
# @ ure
|
261 |
-
#: ../includes/class-ure-lib.php:
|
262 |
msgid "Role"
|
263 |
msgstr "Rol"
|
264 |
|
265 |
# @ ure
|
266 |
-
#: ../includes/class-ure-lib.php:
|
267 |
msgid "does not exist"
|
268 |
msgstr "no existeix"
|
269 |
|
270 |
# @ ure
|
271 |
-
#: ../includes/class-ure-lib.php:
|
272 |
msgid "Role is updated successfully"
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: ../includes/class-ure-lib.php:
|
276 |
msgid "Roles are updated for all network"
|
277 |
msgstr ""
|
278 |
|
279 |
# @ ure
|
280 |
-
#: ../includes/class-ure-lib.php:
|
281 |
msgid "Error occured during role(s) update"
|
282 |
msgstr ""
|
283 |
|
284 |
# @ ure
|
285 |
-
#: ../includes/class-ure-lib.php:
|
286 |
msgid "User capabilities are updated successfully"
|
287 |
msgstr ""
|
288 |
|
289 |
# @ ure
|
290 |
-
#: ../includes/class-ure-lib.php:
|
291 |
msgid "Error occured during user update"
|
292 |
msgstr "Error trobat durant l'actualització del rol"
|
293 |
|
294 |
# @ ure
|
295 |
-
#: ../includes/class-ure-lib.php:
|
296 |
msgid "User Roles are restored to WordPress default values. "
|
297 |
msgstr ""
|
298 |
"Els rols d'usuari es restableixen als valors predeterminats de WordPress."
|
299 |
|
300 |
# @ ure
|
301 |
-
#: ../includes/class-ure-lib.php:
|
302 |
msgid "Help"
|
303 |
msgstr "Ajuda"
|
304 |
|
305 |
# ure
|
306 |
-
#: ../includes/class-ure-lib.php:
|
307 |
msgid "Error is occur. Please check the log file."
|
308 |
msgstr "Ha ocorregut un error. Si us plau revisa l'arxiu de registres."
|
309 |
|
310 |
# @ ure
|
311 |
-
#: ../includes/class-ure-lib.php:
|
312 |
msgid ""
|
313 |
"Error: Role ID must contain latin characters, digits, hyphens or underscore "
|
314 |
"only!"
|
315 |
msgstr "Error: nom del rol (ID) ha de tenir només lletres llatines i dígits!"
|
316 |
|
317 |
-
#: ../includes/class-ure-lib.php:
|
318 |
msgid ""
|
319 |
"Error: WordPress does not support numeric Role name (ID). Add latin "
|
320 |
"characters to it."
|
321 |
msgstr ""
|
322 |
|
323 |
# @ ure
|
324 |
-
#: ../includes/class-ure-lib.php:
|
325 |
#, php-format
|
326 |
msgid "Role %s exists already"
|
327 |
msgstr "Rol %s ja existeix"
|
328 |
|
329 |
# @ ure
|
330 |
-
#: ../includes/class-ure-lib.php:
|
331 |
msgid "Error is encountered during new role create operation"
|
332 |
msgstr "Error trobat durant la creació d'un nou Rol"
|
333 |
|
334 |
# @ ure
|
335 |
-
#: ../includes/class-ure-lib.php:
|
336 |
#, php-format
|
337 |
msgid "Role %s is created successfully"
|
338 |
msgstr "Rol %s s'ha creat correctament"
|
339 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
340 |
# @ ure
|
341 |
-
#: ../includes/class-ure-lib.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
342 |
msgid "Error encountered during role delete operation"
|
343 |
msgstr "Error trobat durant l'eliminació del Rol"
|
344 |
|
345 |
# @ ure
|
346 |
-
#: ../includes/class-ure-lib.php:
|
347 |
msgid "Unused roles are deleted successfully"
|
348 |
msgstr ""
|
349 |
|
350 |
# @ ure
|
351 |
-
#: ../includes/class-ure-lib.php:
|
352 |
#, php-format
|
353 |
msgid "Role %s is deleted successfully"
|
354 |
msgstr "Rol %s s'elimina amb èxit"
|
355 |
|
356 |
# @ ure
|
357 |
-
#: ../includes/class-ure-lib.php:
|
358 |
msgid "Error encountered during default role change operation"
|
359 |
msgstr "Error trobat durant el canvi de Rol per defecte"
|
360 |
|
361 |
# @ ure
|
362 |
-
#: ../includes/class-ure-lib.php:
|
363 |
#, php-format
|
364 |
msgid "Default role for new users is set to %s successfully"
|
365 |
msgstr "Rol predeterminat per a nous usuaris està establert en %s amb èxit"
|
366 |
|
367 |
# @ ure
|
368 |
-
#: ../includes/class-ure-lib.php:
|
369 |
msgid "Editor"
|
370 |
msgstr "Editor"
|
371 |
|
372 |
# @ ure
|
373 |
-
#: ../includes/class-ure-lib.php:
|
374 |
msgid "Author"
|
375 |
msgstr "Autor"
|
376 |
|
377 |
# @ ure
|
378 |
-
#: ../includes/class-ure-lib.php:
|
379 |
msgid "Contributor"
|
380 |
msgstr "Col·laborador"
|
381 |
|
382 |
# @ ure
|
383 |
-
#: ../includes/class-ure-lib.php:
|
384 |
msgid "Subscriber"
|
385 |
msgstr "Subscriptor"
|
386 |
|
387 |
# @ ure
|
388 |
-
#: ../includes/class-ure-lib.php:
|
389 |
msgid "Switch themes"
|
390 |
msgstr "Canviar plantilles"
|
391 |
|
392 |
# @ ure
|
393 |
-
#: ../includes/class-ure-lib.php:
|
394 |
msgid "Edit themes"
|
395 |
msgstr "Editar plantilles"
|
396 |
|
397 |
# @ ure
|
398 |
-
#: ../includes/class-ure-lib.php:
|
399 |
msgid "Activate plugins"
|
400 |
msgstr "Activar connectors"
|
401 |
|
402 |
# @ ure
|
403 |
-
#: ../includes/class-ure-lib.php:
|
404 |
msgid "Edit plugins"
|
405 |
msgstr "Editar connectors"
|
406 |
|
407 |
# @ ure
|
408 |
-
#: ../includes/class-ure-lib.php:
|
409 |
msgid "Edit users"
|
410 |
msgstr "Editar usuaris"
|
411 |
|
412 |
# @ ure
|
413 |
-
#: ../includes/class-ure-lib.php:
|
414 |
msgid "Edit files"
|
415 |
msgstr "Editar arxius"
|
416 |
|
417 |
# @ ure
|
418 |
-
#: ../includes/class-ure-lib.php:
|
419 |
msgid "Manage options"
|
420 |
msgstr "Administrar opcions"
|
421 |
|
422 |
# @ ure
|
423 |
-
#: ../includes/class-ure-lib.php:
|
424 |
msgid "Moderate comments"
|
425 |
msgstr "Moderar comentaris"
|
426 |
|
427 |
# @ ure
|
428 |
-
#: ../includes/class-ure-lib.php:
|
429 |
msgid "Manage categories"
|
430 |
msgstr "Administrar categories"
|
431 |
|
432 |
# @ ure
|
433 |
-
#: ../includes/class-ure-lib.php:
|
434 |
msgid "Manage links"
|
435 |
msgstr "Administrar enllaços"
|
436 |
|
437 |
# @ ure
|
438 |
-
#: ../includes/class-ure-lib.php:
|
439 |
msgid "Upload files"
|
440 |
msgstr "Pujar arxius"
|
441 |
|
442 |
# @ ure
|
443 |
-
#: ../includes/class-ure-lib.php:
|
444 |
msgid "Import"
|
445 |
msgstr "Importar"
|
446 |
|
447 |
# @ ure
|
448 |
-
#: ../includes/class-ure-lib.php:
|
449 |
msgid "Unfiltered html"
|
450 |
msgstr "Ometre Filtrat d'HTML"
|
451 |
|
452 |
# @ ure
|
453 |
-
#: ../includes/class-ure-lib.php:
|
454 |
msgid "Edit posts"
|
455 |
msgstr "Editar missatges"
|
456 |
|
457 |
# @ ure
|
458 |
-
#: ../includes/class-ure-lib.php:
|
459 |
msgid "Edit others posts"
|
460 |
msgstr "Editar missatges de altres"
|
461 |
|
462 |
# @ ure
|
463 |
-
#: ../includes/class-ure-lib.php:
|
464 |
msgid "Edit published posts"
|
465 |
msgstr "Editar els missatges publicats"
|
466 |
|
467 |
# @ ure
|
468 |
-
#: ../includes/class-ure-lib.php:
|
469 |
msgid "Publish posts"
|
470 |
msgstr "Publicar missatges"
|
471 |
|
472 |
# @ ure
|
473 |
-
#: ../includes/class-ure-lib.php:
|
474 |
msgid "Edit pages"
|
475 |
msgstr "Editar pàgines"
|
476 |
|
477 |
# @ ure
|
478 |
-
#: ../includes/class-ure-lib.php:
|
479 |
msgid "Read"
|
480 |
msgstr "Llegir"
|
481 |
|
482 |
# @ ure
|
483 |
-
#: ../includes/class-ure-lib.php:
|
484 |
msgid "Level 10"
|
485 |
msgstr "Nivell 10"
|
486 |
|
487 |
# @ ure
|
488 |
-
#: ../includes/class-ure-lib.php:
|
489 |
msgid "Level 9"
|
490 |
msgstr "Nivell 9"
|
491 |
|
492 |
# @ ure
|
493 |
-
#: ../includes/class-ure-lib.php:
|
494 |
msgid "Level 8"
|
495 |
msgstr "Nivell 8"
|
496 |
|
497 |
# @ ure
|
498 |
-
#: ../includes/class-ure-lib.php:
|
499 |
msgid "Level 7"
|
500 |
msgstr "Nivell 7"
|
501 |
|
502 |
# @ ure
|
503 |
-
#: ../includes/class-ure-lib.php:
|
504 |
msgid "Level 6"
|
505 |
msgstr "Nivell 6"
|
506 |
|
507 |
# @ ure
|
508 |
-
#: ../includes/class-ure-lib.php:
|
509 |
msgid "Level 5"
|
510 |
msgstr "Nivell 5"
|
511 |
|
512 |
# @ ure
|
513 |
-
#: ../includes/class-ure-lib.php:
|
514 |
msgid "Level 4"
|
515 |
msgstr "Nivell 4"
|
516 |
|
517 |
# @ ure
|
518 |
-
#: ../includes/class-ure-lib.php:
|
519 |
msgid "Level 3"
|
520 |
msgstr "Nivell 3"
|
521 |
|
522 |
# @ ure
|
523 |
-
#: ../includes/class-ure-lib.php:
|
524 |
msgid "Level 2"
|
525 |
msgstr "Nivell 2"
|
526 |
|
527 |
# @ ure
|
528 |
-
#: ../includes/class-ure-lib.php:
|
529 |
msgid "Level 1"
|
530 |
msgstr "Nivell 1"
|
531 |
|
532 |
# @ ure
|
533 |
-
#: ../includes/class-ure-lib.php:
|
534 |
msgid "Level 0"
|
535 |
msgstr "Nivell 0"
|
536 |
|
537 |
# @ ure
|
538 |
-
#: ../includes/class-ure-lib.php:
|
539 |
msgid "Edit others pages"
|
540 |
msgstr "Editar pàgines de altres"
|
541 |
|
542 |
# @ ure
|
543 |
-
#: ../includes/class-ure-lib.php:
|
544 |
msgid "Edit published pages"
|
545 |
msgstr "Editar pàgines publicades"
|
546 |
|
547 |
# @ ure
|
548 |
-
#: ../includes/class-ure-lib.php:
|
549 |
msgid "Publish pages"
|
550 |
msgstr "Publicar pàgines"
|
551 |
|
552 |
# @ ure
|
553 |
-
#: ../includes/class-ure-lib.php:
|
554 |
msgid "Delete pages"
|
555 |
msgstr "Eliminar pàgines"
|
556 |
|
557 |
# ure
|
558 |
-
#: ../includes/class-ure-lib.php:
|
559 |
msgid "Delete others pages"
|
560 |
msgstr "Eliminar pàgines de altres"
|
561 |
|
562 |
# @ ure
|
563 |
-
#: ../includes/class-ure-lib.php:
|
564 |
msgid "Delete published pages"
|
565 |
msgstr "Eliminar pàgines publicades"
|
566 |
|
567 |
# ure
|
568 |
-
#: ../includes/class-ure-lib.php:
|
569 |
msgid "Delete posts"
|
570 |
msgstr "Eliminar missatges"
|
571 |
|
572 |
# @ ure
|
573 |
-
#: ../includes/class-ure-lib.php:
|
574 |
msgid "Delete others posts"
|
575 |
msgstr "Eliminar missatges de altres"
|
576 |
|
577 |
# ure
|
578 |
-
#: ../includes/class-ure-lib.php:
|
579 |
msgid "Delete published posts"
|
580 |
msgstr "Eliminar missatges publicats"
|
581 |
|
582 |
# ure
|
583 |
-
#: ../includes/class-ure-lib.php:
|
584 |
msgid "Delete private posts"
|
585 |
msgstr "Eliminar missatges privats"
|
586 |
|
587 |
# @ ure
|
588 |
-
#: ../includes/class-ure-lib.php:
|
589 |
msgid "Edit private posts"
|
590 |
msgstr "Editar missatges privats"
|
591 |
|
592 |
# @ ure
|
593 |
-
#: ../includes/class-ure-lib.php:
|
594 |
msgid "Read private posts"
|
595 |
msgstr "Llegir missatges privats"
|
596 |
|
597 |
# @ ure
|
598 |
-
#: ../includes/class-ure-lib.php:
|
599 |
msgid "Delete private pages"
|
600 |
msgstr "Eliminar pàgines privades"
|
601 |
|
602 |
# @ ure
|
603 |
-
#: ../includes/class-ure-lib.php:
|
604 |
msgid "Edit private pages"
|
605 |
msgstr "Editar pàgines privades"
|
606 |
|
607 |
# @ ure
|
608 |
-
#: ../includes/class-ure-lib.php:
|
609 |
msgid "Read private pages"
|
610 |
msgstr "Llegir pàgines privades"
|
611 |
|
612 |
# @ ure
|
613 |
-
#: ../includes/class-ure-lib.php:
|
614 |
msgid "Delete users"
|
615 |
msgstr "Eliminar usuaris"
|
616 |
|
617 |
# @ ure
|
618 |
-
#: ../includes/class-ure-lib.php:
|
619 |
msgid "Create users"
|
620 |
msgstr "Crear usuaris"
|
621 |
|
622 |
# @ ure
|
623 |
-
#: ../includes/class-ure-lib.php:
|
624 |
msgid "Unfiltered upload"
|
625 |
msgstr "Sense filtre de càrrega"
|
626 |
|
627 |
# @ ure
|
628 |
-
#: ../includes/class-ure-lib.php:
|
629 |
msgid "Edit dashboard"
|
630 |
msgstr "Editar taulell"
|
631 |
|
632 |
# @ ure
|
633 |
-
#: ../includes/class-ure-lib.php:
|
634 |
msgid "Update plugins"
|
635 |
msgstr "Actualitzar connectors"
|
636 |
|
637 |
# @ ure
|
638 |
-
#: ../includes/class-ure-lib.php:
|
639 |
msgid "Delete plugins"
|
640 |
msgstr "Eliminar connectors"
|
641 |
|
642 |
# @ ure
|
643 |
-
#: ../includes/class-ure-lib.php:
|
644 |
msgid "Install plugins"
|
645 |
msgstr "Instal·lar connectors"
|
646 |
|
647 |
# @ ure
|
648 |
-
#: ../includes/class-ure-lib.php:
|
649 |
msgid "Update themes"
|
650 |
msgstr "Actualitzar plantilles"
|
651 |
|
652 |
# @ ure
|
653 |
-
#: ../includes/class-ure-lib.php:
|
654 |
msgid "Install themes"
|
655 |
msgstr "Instal·lar plantilles"
|
656 |
|
657 |
# @ ure
|
658 |
-
#: ../includes/class-ure-lib.php:
|
659 |
msgid "Update core"
|
660 |
msgstr "Actualitzar nucli"
|
661 |
|
662 |
# @ ure
|
663 |
-
#: ../includes/class-ure-lib.php:
|
664 |
msgid "List users"
|
665 |
msgstr "Llistar usuaris"
|
666 |
|
667 |
# @ ure
|
668 |
-
#: ../includes/class-ure-lib.php:
|
669 |
msgid "Remove users"
|
670 |
msgstr "Eliminar usuaris"
|
671 |
|
672 |
# @ ure
|
673 |
-
#: ../includes/class-ure-lib.php:
|
674 |
msgid "Add users"
|
675 |
msgstr "Afegir usuaris"
|
676 |
|
677 |
# @ ure
|
678 |
-
#: ../includes/class-ure-lib.php:
|
679 |
msgid "Promote users"
|
680 |
msgstr "Promoure usuaris"
|
681 |
|
682 |
# @ ure
|
683 |
-
#: ../includes/class-ure-lib.php:
|
684 |
msgid "Edit theme options"
|
685 |
msgstr "Editar opcions de plantilla"
|
686 |
|
687 |
# @ ure
|
688 |
-
#: ../includes/class-ure-lib.php:
|
689 |
msgid "Delete themes"
|
690 |
msgstr "Eliminar plantilles"
|
691 |
|
692 |
# @ ure
|
693 |
-
#: ../includes/class-ure-lib.php:
|
694 |
msgid "Export"
|
695 |
msgstr "Exportar"
|
696 |
|
697 |
# @ ure
|
698 |
-
#: ../includes/class-ure-lib.php:
|
699 |
msgid "Error: Capability name must contain latin characters and digits only!"
|
700 |
msgstr ""
|
701 |
"Error: el nom del Privilegi només ha de contenir caràcters llatins i dígits."
|
702 |
|
703 |
# @ ure
|
704 |
-
#: ../includes/class-ure-lib.php:
|
705 |
#, php-format
|
706 |
msgid "Capability %s is added successfully"
|
707 |
msgstr "Privilegi %s s'ha afegit correctament"
|
708 |
|
709 |
# @ ure
|
710 |
-
#: ../includes/class-ure-lib.php:
|
711 |
#, php-format
|
712 |
msgid "Capability %s exists already"
|
713 |
msgstr "Ja existeix el privilegi %s"
|
714 |
|
715 |
# @ ure
|
716 |
-
#: ../includes/class-ure-lib.php:
|
717 |
#, php-format
|
718 |
msgid "Error! You do not have permission to delete this capability: %s!"
|
719 |
msgstr "¡Error! No tens permisos per esborrar aquest privilegi: %s !"
|
720 |
|
721 |
# @ ure
|
722 |
-
#: ../includes/class-ure-lib.php:
|
723 |
#, php-format
|
724 |
msgid "Capability %s is removed successfully"
|
725 |
msgstr "El privilegi %s s'ha eliminat amb èxit"
|
726 |
|
|
|
|
|
|
|
|
|
727 |
# @ ure
|
728 |
-
#: ../includes/class-ure-lib.php:
|
729 |
msgid "Author's website"
|
730 |
msgstr "Lloc web del autor"
|
731 |
|
732 |
# @ ure
|
733 |
-
#: ../includes/class-ure-lib.php:
|
734 |
msgid "Plugin webpage"
|
735 |
msgstr "Pàgina web del connector"
|
736 |
|
737 |
# @ ure
|
738 |
-
#: ../includes/class-ure-lib.php:
|
739 |
#, fuzzy
|
740 |
msgid "Plugin download"
|
741 |
msgstr "Pàgina web del connector"
|
742 |
|
743 |
# @ ure
|
744 |
-
#: ../includes/class-ure-lib.php:
|
745 |
msgid "FAQ"
|
746 |
msgstr "FAQ"
|
747 |
|
748 |
# @ ure
|
749 |
-
#: ../includes/class-ure-lib.php:
|
750 |
msgid "None"
|
751 |
msgstr "Cap"
|
752 |
|
753 |
# @ ure
|
754 |
-
#: ../includes/class-ure-lib.php:
|
755 |
msgid "Delete All Unused Roles"
|
756 |
msgstr ""
|
757 |
|
758 |
-
#: ../includes/class-ure-lib.php:
|
759 |
msgid "— No role for this site —"
|
760 |
msgstr ""
|
761 |
|
@@ -768,10 +925,20 @@ msgstr ""
|
|
768 |
msgid "Change capabilities for user"
|
769 |
msgstr "Canviar privilegis d'usuari"
|
770 |
|
771 |
-
#: ../includes/
|
772 |
-
msgid "
|
773 |
msgstr ""
|
774 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
775 |
#: ../includes/class-ure-screen-help.php:16
|
776 |
msgid ""
|
777 |
"turn this option on in order to make the \"Administrator\" role available at "
|
@@ -779,12 +946,6 @@ msgid ""
|
|
779 |
"for security reasons."
|
780 |
msgstr ""
|
781 |
|
782 |
-
# @ ure
|
783 |
-
#: ../includes/class-ure-screen-help.php:18
|
784 |
-
#, fuzzy
|
785 |
-
msgid "Show capabilities in the human readable form"
|
786 |
-
msgstr "Mostra privilegis de forma llegible"
|
787 |
-
|
788 |
#: ../includes/class-ure-screen-help.php:19
|
789 |
msgid ""
|
790 |
"automatically converts capability names from the technical form for internal "
|
@@ -792,11 +953,6 @@ msgid ""
|
|
792 |
"others posts\"."
|
793 |
msgstr ""
|
794 |
|
795 |
-
# @ ure
|
796 |
-
#: ../includes/class-ure-screen-help.php:21
|
797 |
-
msgid "Show deprecated capabilities"
|
798 |
-
msgstr "Mostrar privilegis obsolets"
|
799 |
-
|
800 |
#: ../includes/class-ure-screen-help.php:22
|
801 |
msgid ""
|
802 |
"Capabilities like \"level_0\", \"level_1\" are deprecated and are not used "
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: User Role Editor v. 2.0\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-09-08 21:33+0700\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Vladimir Garagulya <vladimir@shinephp.com>\n"
|
8 |
"Language-Team: ShinePHP.com <vladimir@shinephp.com>\n"
|
19 |
"X-Generator: Poedit 1.5.4\n"
|
20 |
"X-Poedit-SearchPath-0: user-role-editor\n"
|
21 |
|
22 |
+
# @ ure
|
23 |
+
# @ default
|
24 |
+
#: ../includes/settings-template.php:17
|
25 |
+
#, fuzzy
|
26 |
+
msgid "User Role Editor - Options"
|
27 |
+
msgstr "User Role Editor"
|
28 |
+
|
29 |
+
#: ../includes/settings-template.php:21
|
30 |
+
msgid "General"
|
31 |
+
msgstr ""
|
32 |
+
|
33 |
+
#: ../includes/settings-template.php:22
|
34 |
+
msgid "Additional Modules"
|
35 |
+
msgstr ""
|
36 |
+
|
37 |
+
# @ ure
|
38 |
+
#: ../includes/settings-template.php:23
|
39 |
+
#, fuzzy
|
40 |
+
msgid "Default Roles"
|
41 |
+
msgstr "Rol predeterminat"
|
42 |
+
|
43 |
+
#: ../includes/settings-template.php:27
|
44 |
+
msgid "Multisite"
|
45 |
+
msgstr ""
|
46 |
+
|
47 |
+
#: ../includes/settings-template.php:31
|
48 |
+
msgid "About"
|
49 |
+
msgstr ""
|
50 |
+
|
51 |
+
#: ../includes/settings-template.php:42
|
52 |
+
#: ../includes/class-ure-screen-help.php:15
|
53 |
+
msgid "Show Administrator role at User Role Editor"
|
54 |
+
msgstr ""
|
55 |
+
|
56 |
+
# @ ure
|
57 |
+
#: ../includes/settings-template.php:50
|
58 |
+
#: ../includes/class-ure-screen-help.php:18
|
59 |
+
#, fuzzy
|
60 |
+
msgid "Show capabilities in the human readable form"
|
61 |
+
msgstr "Mostra privilegis de forma llegible"
|
62 |
+
|
63 |
+
# @ ure
|
64 |
+
#: ../includes/settings-template.php:58 ../includes/ure-role-edit.php:40
|
65 |
+
#: ../includes/ure-user-edit.php:63 ../includes/class-ure-screen-help.php:21
|
66 |
+
msgid "Show deprecated capabilities"
|
67 |
+
msgstr "Mostrar privilegis obsolets"
|
68 |
+
|
69 |
+
#: ../includes/settings-template.php:69 ../includes/settings-template.php:101
|
70 |
+
#: ../includes/settings-template.php:131 ../includes/settings-template.php:160
|
71 |
msgid "Save"
|
72 |
msgstr ""
|
73 |
|
74 |
+
#: ../includes/settings-template.php:86
|
75 |
+
msgid "Count users without role"
|
76 |
+
msgstr ""
|
77 |
+
|
78 |
+
#: ../includes/settings-template.php:111
|
79 |
+
msgid "Primary default role: "
|
80 |
+
msgstr ""
|
81 |
+
|
82 |
+
#: ../includes/settings-template.php:118
|
83 |
+
msgid "Other default roles for new registered user: "
|
84 |
+
msgstr ""
|
85 |
+
|
86 |
+
#: ../includes/settings-template.php:124
|
87 |
msgid ""
|
88 |
"Note for multisite environment: take into account that other default roles "
|
89 |
"should exist at the site, in order to be assigned to the new registered "
|
90 |
"users."
|
91 |
msgstr ""
|
92 |
|
93 |
+
#: ../includes/settings-template.php:147
|
94 |
+
msgid "Allow non super administrators to create, edit, and delete users"
|
95 |
+
msgstr ""
|
96 |
+
|
97 |
+
#: ../includes/class-user-role-editor.php:195
|
98 |
msgid "Change role for users without role"
|
99 |
msgstr ""
|
100 |
|
101 |
+
#: ../includes/class-user-role-editor.php:196
|
102 |
msgid "No rights"
|
103 |
msgstr ""
|
104 |
|
105 |
+
#: ../includes/class-user-role-editor.php:197
|
106 |
msgid "Provide new role"
|
107 |
msgstr ""
|
108 |
|
109 |
# @ ure
|
110 |
+
#: ../includes/class-user-role-editor.php:281
|
111 |
+
#: ../includes/class-user-role-editor.php:283
|
112 |
msgid "You do not have permission to edit this user."
|
113 |
msgstr ""
|
114 |
|
115 |
# @ ure
|
116 |
+
#: ../includes/class-user-role-editor.php:424
|
117 |
msgid "Capabilities"
|
118 |
msgstr "Capacitats"
|
119 |
|
120 |
# @ ure
|
121 |
+
#: ../includes/class-user-role-editor.php:517
|
122 |
msgid "Settings"
|
123 |
msgstr "Opcions"
|
124 |
|
125 |
# @ ure
|
126 |
+
#: ../includes/class-user-role-editor.php:530
|
127 |
+
#: ../includes/class-ure-lib.php:2275
|
128 |
msgid "Changelog"
|
129 |
msgstr "Registre de canvis"
|
130 |
|
131 |
+
#: ../includes/class-user-role-editor.php:552
|
132 |
msgid "Overview"
|
133 |
msgstr ""
|
134 |
|
135 |
# @ ure
|
136 |
# @ default
|
137 |
+
#: ../includes/class-user-role-editor.php:561
|
138 |
+
#: ../includes/class-user-role-editor.php:589
|
139 |
+
#: ../includes/class-user-role-editor.php:930
|
140 |
+
#: ../includes/class-ure-lib.php:232
|
141 |
msgid "User Role Editor"
|
142 |
msgstr "User Role Editor"
|
143 |
|
144 |
# @ ure
|
145 |
# @ default
|
146 |
+
#: ../includes/class-user-role-editor.php:646
|
147 |
+
#: ../includes/class-user-role-editor.php:664
|
148 |
+
#: ../includes/class-user-role-editor.php:708
|
149 |
msgid "User Role Editor options are updated"
|
150 |
msgstr ""
|
151 |
|
152 |
# @ ure
|
153 |
+
#: ../includes/class-user-role-editor.php:692
|
154 |
#, fuzzy
|
155 |
msgid "Default Roles are updated"
|
156 |
msgstr "Rol predeterminat"
|
157 |
|
158 |
+
#: ../includes/class-user-role-editor.php:716
|
159 |
msgid ""
|
160 |
"You do not have sufficient permissions to manage options for User Role "
|
161 |
"Editor."
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: ../includes/class-user-role-editor.php:791
|
165 |
msgid "Insufficient permissions to work with User Role Editor"
|
166 |
msgstr ""
|
167 |
|
168 |
# @ ure
|
169 |
+
#: ../includes/class-user-role-editor.php:872
|
170 |
msgid "Select All"
|
171 |
msgstr "Seleccionar-ho tot"
|
172 |
|
173 |
+
#: ../includes/class-user-role-editor.php:873
|
174 |
msgid "Unselect All"
|
175 |
msgstr "De-selecciona-ho tot"
|
176 |
|
177 |
+
#: ../includes/class-user-role-editor.php:874
|
178 |
msgid "Reverse"
|
179 |
msgstr "Invertir"
|
180 |
|
181 |
# @ ure
|
182 |
+
#: ../includes/class-user-role-editor.php:875
|
183 |
msgid "Update"
|
184 |
msgstr "Actualitzar"
|
185 |
|
186 |
# @ ure
|
187 |
+
#: ../includes/class-user-role-editor.php:876
|
188 |
msgid "Please confirm permissions update"
|
189 |
msgstr "Si us plau confirmeu l'actualització de permisos "
|
190 |
|
191 |
# @ ure
|
192 |
+
#: ../includes/class-user-role-editor.php:877
|
193 |
msgid "Add New Role"
|
194 |
msgstr "Afegir nou Rol"
|
195 |
|
196 |
# @ ure
|
197 |
+
#: ../includes/class-user-role-editor.php:878
|
198 |
+
#: ../includes/class-user-role-editor.php:883
|
199 |
+
#, fuzzy
|
200 |
+
msgid "Rename Role"
|
201 |
+
msgstr "Eliminar Rol"
|
202 |
+
|
203 |
+
# @ ure
|
204 |
+
#: ../includes/class-user-role-editor.php:879
|
205 |
msgid " Role name (ID) can not be empty!"
|
206 |
msgstr "El nom de rol (ID) no pot estar buit!"
|
207 |
|
208 |
# @ ure
|
209 |
+
#: ../includes/class-user-role-editor.php:880
|
210 |
msgid ""
|
211 |
" Role name (ID) must contain latin characters, digits, hyphens or underscore "
|
212 |
"only!"
|
213 |
msgstr "Error: nom del rol (ID) ha de tenir només lletres llatines i dígits!"
|
214 |
|
215 |
+
#: ../includes/class-user-role-editor.php:881
|
216 |
msgid ""
|
217 |
" WordPress does not support numeric Role name (ID). Add latin characters to "
|
218 |
"it."
|
219 |
msgstr ""
|
220 |
|
221 |
# @ ure
|
222 |
+
#: ../includes/class-user-role-editor.php:882
|
223 |
msgid "Add Role"
|
224 |
msgstr "Afegir nou Rol"
|
225 |
|
226 |
# @ ure
|
227 |
+
#: ../includes/class-user-role-editor.php:884
|
228 |
msgid "Delete Role"
|
229 |
msgstr "Eliminar Rol"
|
230 |
|
231 |
# @ ure
|
232 |
+
#: ../includes/class-user-role-editor.php:885
|
233 |
msgid "Cancel"
|
234 |
msgstr "Cancel·lar"
|
235 |
|
236 |
# @ ure
|
237 |
+
#: ../includes/class-user-role-editor.php:886
|
238 |
msgid "Add Capability"
|
239 |
msgstr "Afegir nou privilegi"
|
240 |
|
241 |
# @ ure
|
242 |
+
#: ../includes/class-user-role-editor.php:887
|
243 |
+
#: ../includes/class-user-role-editor.php:896
|
244 |
msgid "Delete Capability"
|
245 |
msgstr "Eliminar privilegi"
|
246 |
|
247 |
# @ ure
|
248 |
+
#: ../includes/class-user-role-editor.php:888
|
249 |
msgid "Reset"
|
250 |
msgstr "Reiniciar"
|
251 |
|
252 |
+
#: ../includes/class-user-role-editor.php:889
|
253 |
msgid "DANGER! Resetting will restore default settings from WordPress Core."
|
254 |
msgstr ""
|
255 |
|
256 |
+
#: ../includes/class-user-role-editor.php:890
|
257 |
msgid ""
|
258 |
"If any plugins have changed capabilities in any way upon installation (such "
|
259 |
"as S2Member, WooCommerce, and many more), those capabilities will be DELETED!"
|
260 |
msgstr ""
|
261 |
|
262 |
+
#: ../includes/class-user-role-editor.php:891
|
263 |
msgid ""
|
264 |
"For more information on how to undo changes and restore plugin capabilities "
|
265 |
"go to"
|
266 |
msgstr ""
|
267 |
|
268 |
# @ ure
|
269 |
+
#: ../includes/class-user-role-editor.php:893
|
270 |
msgid "Continue?"
|
271 |
msgstr ""
|
272 |
|
273 |
# @ ure
|
274 |
+
#: ../includes/class-user-role-editor.php:894
|
275 |
msgid "Default Role"
|
276 |
msgstr "Rol predeterminat"
|
277 |
|
278 |
# @ ure
|
279 |
+
#: ../includes/class-user-role-editor.php:895
|
280 |
msgid "Set New Default Role"
|
281 |
msgstr "Assignar com a rol predeterminat"
|
282 |
|
283 |
# @ ure
|
284 |
+
#: ../includes/class-user-role-editor.php:897
|
285 |
msgid ""
|
286 |
"Warning! Be careful - removing critical capability could crash some plugin "
|
287 |
"or other custom code"
|
290 |
"algun connector o algun altre codi personalitzat."
|
291 |
|
292 |
# @ ure
|
293 |
+
#: ../includes/class-user-role-editor.php:898
|
294 |
msgid " Capability name (ID) can not be empty!"
|
295 |
msgstr "El nom de priviliegi (ID) no pot estar buit!"
|
296 |
|
297 |
# @ ure
|
298 |
+
#: ../includes/class-user-role-editor.php:899
|
299 |
msgid ""
|
300 |
" Capability name (ID) must contain latin characters, digits, hyphens or "
|
301 |
"underscore only!"
|
304 |
"dígits."
|
305 |
|
306 |
# @ ure
|
307 |
+
#: ../includes/class-user-role-editor.php:933
|
308 |
+
#: ../includes/class-user-role-editor.php:962
|
309 |
msgid "Other Roles"
|
310 |
msgstr "Altres rols"
|
311 |
|
312 |
# @ ure
|
313 |
+
#: ../includes/class-user-role-editor.php:944
|
314 |
msgid "Edit"
|
315 |
msgstr "Editar"
|
316 |
|
317 |
+
#: ../includes/ure-role-edit.php:17
|
318 |
+
msgid "Select Role and change its capabilities:"
|
319 |
+
msgstr ""
|
320 |
+
|
321 |
+
# @ ure
|
322 |
+
#: ../includes/ure-role-edit.php:30 ../includes/ure-user-edit.php:53
|
323 |
+
#, fuzzy
|
324 |
+
msgid "Show capabilities in human readable form"
|
325 |
+
msgstr "Mostra privilegis de forma llegible"
|
326 |
+
|
327 |
# @ default
|
328 |
#: ../includes/ure-role-edit.php:44
|
329 |
msgid "If checked, then apply action to ALL sites of this Network"
|
330 |
msgstr "Si està marcat s'aplica l'acció a TOTS els llocs d'aquesta xarxa"
|
331 |
|
332 |
+
#: ../includes/ure-role-edit.php:56
|
333 |
+
msgid "Apply to All Sites"
|
334 |
+
msgstr ""
|
335 |
+
|
336 |
+
# @ ure
|
337 |
+
#: ../includes/ure-role-edit.php:63 ../includes/ure-user-edit.php:109
|
338 |
+
#, fuzzy
|
339 |
+
msgid "Core capabilities:"
|
340 |
+
msgstr "Capacitats"
|
341 |
+
|
342 |
+
#: ../includes/ure-role-edit.php:65 ../includes/ure-user-edit.php:111
|
343 |
+
msgid "Quick filter:"
|
344 |
+
msgstr ""
|
345 |
+
|
346 |
+
# @ ure
|
347 |
+
#: ../includes/ure-role-edit.php:83 ../includes/ure-user-edit.php:130
|
348 |
+
#, fuzzy
|
349 |
+
msgid "Custom capabilities:"
|
350 |
+
msgstr "Capacitats"
|
351 |
+
|
352 |
+
#: ../includes/class-ure-lib.php:140
|
353 |
msgid "Error: wrong request"
|
354 |
msgstr ""
|
355 |
|
356 |
# @ ure
|
357 |
+
#: ../includes/class-ure-lib.php:173 ../includes/class-ure-lib.php:184
|
358 |
+
#, fuzzy
|
359 |
+
msgid "Role name (ID): "
|
360 |
+
msgstr "El nom de rol (ID) no pot estar buit!"
|
361 |
+
|
362 |
+
#: ../includes/class-ure-lib.php:175 ../includes/class-ure-lib.php:186
|
363 |
+
msgid "Display Role Name: "
|
364 |
+
msgstr ""
|
365 |
+
|
366 |
+
#: ../includes/class-ure-lib.php:177
|
367 |
+
msgid "Make copy of: "
|
368 |
+
msgstr ""
|
369 |
+
|
370 |
+
# @ ure
|
371 |
+
#: ../includes/class-ure-lib.php:193
|
372 |
+
#, fuzzy
|
373 |
+
msgid "Select Role:"
|
374 |
+
msgstr "Eliminar Rol"
|
375 |
+
|
376 |
+
# @ ure
|
377 |
+
#: ../includes/class-ure-lib.php:208
|
378 |
+
#, fuzzy
|
379 |
+
msgid "Delete:"
|
380 |
+
msgstr "Eliminar Rol"
|
381 |
+
|
382 |
+
# @ ure
|
383 |
+
#: ../includes/class-ure-lib.php:215
|
384 |
+
#, fuzzy
|
385 |
+
msgid "Capability name (ID): "
|
386 |
+
msgstr "El nom de priviliegi (ID) no pot estar buit!"
|
387 |
+
|
388 |
+
# @ ure
|
389 |
+
#: ../includes/class-ure-lib.php:329
|
390 |
msgid "Error: "
|
391 |
msgstr "Error:"
|
392 |
|
393 |
# @ ure
|
394 |
+
#: ../includes/class-ure-lib.php:329
|
395 |
msgid "Role"
|
396 |
msgstr "Rol"
|
397 |
|
398 |
# @ ure
|
399 |
+
#: ../includes/class-ure-lib.php:330
|
400 |
msgid "does not exist"
|
401 |
msgstr "no existeix"
|
402 |
|
403 |
# @ ure
|
404 |
+
#: ../includes/class-ure-lib.php:373
|
405 |
msgid "Role is updated successfully"
|
406 |
msgstr ""
|
407 |
|
408 |
+
#: ../includes/class-ure-lib.php:375
|
409 |
msgid "Roles are updated for all network"
|
410 |
msgstr ""
|
411 |
|
412 |
# @ ure
|
413 |
+
#: ../includes/class-ure-lib.php:381
|
414 |
msgid "Error occured during role(s) update"
|
415 |
msgstr ""
|
416 |
|
417 |
# @ ure
|
418 |
+
#: ../includes/class-ure-lib.php:388
|
419 |
msgid "User capabilities are updated successfully"
|
420 |
msgstr ""
|
421 |
|
422 |
# @ ure
|
423 |
+
#: ../includes/class-ure-lib.php:393
|
424 |
msgid "Error occured during user update"
|
425 |
msgstr "Error trobat durant l'actualització del rol"
|
426 |
|
427 |
# @ ure
|
428 |
+
#: ../includes/class-ure-lib.php:451
|
429 |
msgid "User Roles are restored to WordPress default values. "
|
430 |
msgstr ""
|
431 |
"Els rols d'usuari es restableixen als valors predeterminats de WordPress."
|
432 |
|
433 |
# @ ure
|
434 |
+
#: ../includes/class-ure-lib.php:1317
|
435 |
msgid "Help"
|
436 |
msgstr "Ajuda"
|
437 |
|
438 |
# ure
|
439 |
+
#: ../includes/class-ure-lib.php:1675
|
440 |
msgid "Error is occur. Please check the log file."
|
441 |
msgstr "Ha ocorregut un error. Si us plau revisa l'arxiu de registres."
|
442 |
|
443 |
# @ ure
|
444 |
+
#: ../includes/class-ure-lib.php:1718 ../includes/class-ure-lib.php:1785
|
445 |
msgid ""
|
446 |
"Error: Role ID must contain latin characters, digits, hyphens or underscore "
|
447 |
"only!"
|
448 |
msgstr "Error: nom del rol (ID) ha de tenir només lletres llatines i dígits!"
|
449 |
|
450 |
+
#: ../includes/class-ure-lib.php:1722 ../includes/class-ure-lib.php:1789
|
451 |
msgid ""
|
452 |
"Error: WordPress does not support numeric Role name (ID). Add latin "
|
453 |
"characters to it."
|
454 |
msgstr ""
|
455 |
|
456 |
# @ ure
|
457 |
+
#: ../includes/class-ure-lib.php:1737
|
458 |
#, php-format
|
459 |
msgid "Role %s exists already"
|
460 |
msgstr "Rol %s ja existeix"
|
461 |
|
462 |
# @ ure
|
463 |
+
#: ../includes/class-ure-lib.php:1752
|
464 |
msgid "Error is encountered during new role create operation"
|
465 |
msgstr "Error trobat durant la creació d'un nou Rol"
|
466 |
|
467 |
# @ ure
|
468 |
+
#: ../includes/class-ure-lib.php:1754
|
469 |
#, php-format
|
470 |
msgid "Role %s is created successfully"
|
471 |
msgstr "Rol %s s'ha creat correctament"
|
472 |
|
473 |
+
#: ../includes/class-ure-lib.php:1778
|
474 |
+
msgid "Error: Role ID is empty!"
|
475 |
+
msgstr ""
|
476 |
+
|
477 |
+
#: ../includes/class-ure-lib.php:1796
|
478 |
+
msgid "Error: Empty role display name is not allowed."
|
479 |
+
msgstr ""
|
480 |
+
|
481 |
+
# @ ure
|
482 |
+
#: ../includes/class-ure-lib.php:1803
|
483 |
+
#, fuzzy, php-format
|
484 |
+
msgid "Role %s does not exists"
|
485 |
+
msgstr "no existeix"
|
486 |
+
|
487 |
# @ ure
|
488 |
+
#: ../includes/class-ure-lib.php:1811
|
489 |
+
#, fuzzy, php-format
|
490 |
+
msgid "Role %s is renamed to %s successfully"
|
491 |
+
msgstr "Rol %s s'ha creat correctament"
|
492 |
+
|
493 |
+
# @ ure
|
494 |
+
#: ../includes/class-ure-lib.php:1878
|
495 |
msgid "Error encountered during role delete operation"
|
496 |
msgstr "Error trobat durant l'eliminació del Rol"
|
497 |
|
498 |
# @ ure
|
499 |
+
#: ../includes/class-ure-lib.php:1880
|
500 |
msgid "Unused roles are deleted successfully"
|
501 |
msgstr ""
|
502 |
|
503 |
# @ ure
|
504 |
+
#: ../includes/class-ure-lib.php:1882
|
505 |
#, php-format
|
506 |
msgid "Role %s is deleted successfully"
|
507 |
msgstr "Rol %s s'elimina amb èxit"
|
508 |
|
509 |
# @ ure
|
510 |
+
#: ../includes/class-ure-lib.php:1907
|
511 |
msgid "Error encountered during default role change operation"
|
512 |
msgstr "Error trobat durant el canvi de Rol per defecte"
|
513 |
|
514 |
# @ ure
|
515 |
+
#: ../includes/class-ure-lib.php:1913
|
516 |
#, php-format
|
517 |
msgid "Default role for new users is set to %s successfully"
|
518 |
msgstr "Rol predeterminat per a nous usuaris està establert en %s amb èxit"
|
519 |
|
520 |
# @ ure
|
521 |
+
#: ../includes/class-ure-lib.php:1932
|
522 |
msgid "Editor"
|
523 |
msgstr "Editor"
|
524 |
|
525 |
# @ ure
|
526 |
+
#: ../includes/class-ure-lib.php:1933
|
527 |
msgid "Author"
|
528 |
msgstr "Autor"
|
529 |
|
530 |
# @ ure
|
531 |
+
#: ../includes/class-ure-lib.php:1934
|
532 |
msgid "Contributor"
|
533 |
msgstr "Col·laborador"
|
534 |
|
535 |
# @ ure
|
536 |
+
#: ../includes/class-ure-lib.php:1935
|
537 |
msgid "Subscriber"
|
538 |
msgstr "Subscriptor"
|
539 |
|
540 |
# @ ure
|
541 |
+
#: ../includes/class-ure-lib.php:1937
|
542 |
msgid "Switch themes"
|
543 |
msgstr "Canviar plantilles"
|
544 |
|
545 |
# @ ure
|
546 |
+
#: ../includes/class-ure-lib.php:1938
|
547 |
msgid "Edit themes"
|
548 |
msgstr "Editar plantilles"
|
549 |
|
550 |
# @ ure
|
551 |
+
#: ../includes/class-ure-lib.php:1939
|
552 |
msgid "Activate plugins"
|
553 |
msgstr "Activar connectors"
|
554 |
|
555 |
# @ ure
|
556 |
+
#: ../includes/class-ure-lib.php:1940
|
557 |
msgid "Edit plugins"
|
558 |
msgstr "Editar connectors"
|
559 |
|
560 |
# @ ure
|
561 |
+
#: ../includes/class-ure-lib.php:1941
|
562 |
msgid "Edit users"
|
563 |
msgstr "Editar usuaris"
|
564 |
|
565 |
# @ ure
|
566 |
+
#: ../includes/class-ure-lib.php:1942
|
567 |
msgid "Edit files"
|
568 |
msgstr "Editar arxius"
|
569 |
|
570 |
# @ ure
|
571 |
+
#: ../includes/class-ure-lib.php:1943
|
572 |
msgid "Manage options"
|
573 |
msgstr "Administrar opcions"
|
574 |
|
575 |
# @ ure
|
576 |
+
#: ../includes/class-ure-lib.php:1944
|
577 |
msgid "Moderate comments"
|
578 |
msgstr "Moderar comentaris"
|
579 |
|
580 |
# @ ure
|
581 |
+
#: ../includes/class-ure-lib.php:1945
|
582 |
msgid "Manage categories"
|
583 |
msgstr "Administrar categories"
|
584 |
|
585 |
# @ ure
|
586 |
+
#: ../includes/class-ure-lib.php:1946
|
587 |
msgid "Manage links"
|
588 |
msgstr "Administrar enllaços"
|
589 |
|
590 |
# @ ure
|
591 |
+
#: ../includes/class-ure-lib.php:1947
|
592 |
msgid "Upload files"
|
593 |
msgstr "Pujar arxius"
|
594 |
|
595 |
# @ ure
|
596 |
+
#: ../includes/class-ure-lib.php:1948
|
597 |
msgid "Import"
|
598 |
msgstr "Importar"
|
599 |
|
600 |
# @ ure
|
601 |
+
#: ../includes/class-ure-lib.php:1949
|
602 |
msgid "Unfiltered html"
|
603 |
msgstr "Ometre Filtrat d'HTML"
|
604 |
|
605 |
# @ ure
|
606 |
+
#: ../includes/class-ure-lib.php:1950
|
607 |
msgid "Edit posts"
|
608 |
msgstr "Editar missatges"
|
609 |
|
610 |
# @ ure
|
611 |
+
#: ../includes/class-ure-lib.php:1951
|
612 |
msgid "Edit others posts"
|
613 |
msgstr "Editar missatges de altres"
|
614 |
|
615 |
# @ ure
|
616 |
+
#: ../includes/class-ure-lib.php:1952
|
617 |
msgid "Edit published posts"
|
618 |
msgstr "Editar els missatges publicats"
|
619 |
|
620 |
# @ ure
|
621 |
+
#: ../includes/class-ure-lib.php:1953
|
622 |
msgid "Publish posts"
|
623 |
msgstr "Publicar missatges"
|
624 |
|
625 |
# @ ure
|
626 |
+
#: ../includes/class-ure-lib.php:1954
|
627 |
msgid "Edit pages"
|
628 |
msgstr "Editar pàgines"
|
629 |
|
630 |
# @ ure
|
631 |
+
#: ../includes/class-ure-lib.php:1955
|
632 |
msgid "Read"
|
633 |
msgstr "Llegir"
|
634 |
|
635 |
# @ ure
|
636 |
+
#: ../includes/class-ure-lib.php:1956
|
637 |
msgid "Level 10"
|
638 |
msgstr "Nivell 10"
|
639 |
|
640 |
# @ ure
|
641 |
+
#: ../includes/class-ure-lib.php:1957
|
642 |
msgid "Level 9"
|
643 |
msgstr "Nivell 9"
|
644 |
|
645 |
# @ ure
|
646 |
+
#: ../includes/class-ure-lib.php:1958
|
647 |
msgid "Level 8"
|
648 |
msgstr "Nivell 8"
|
649 |
|
650 |
# @ ure
|
651 |
+
#: ../includes/class-ure-lib.php:1959
|
652 |
msgid "Level 7"
|
653 |
msgstr "Nivell 7"
|
654 |
|
655 |
# @ ure
|
656 |
+
#: ../includes/class-ure-lib.php:1960
|
657 |
msgid "Level 6"
|
658 |
msgstr "Nivell 6"
|
659 |
|
660 |
# @ ure
|
661 |
+
#: ../includes/class-ure-lib.php:1961
|
662 |
msgid "Level 5"
|
663 |
msgstr "Nivell 5"
|
664 |
|
665 |
# @ ure
|
666 |
+
#: ../includes/class-ure-lib.php:1962
|
667 |
msgid "Level 4"
|
668 |
msgstr "Nivell 4"
|
669 |
|
670 |
# @ ure
|
671 |
+
#: ../includes/class-ure-lib.php:1963
|
672 |
msgid "Level 3"
|
673 |
msgstr "Nivell 3"
|
674 |
|
675 |
# @ ure
|
676 |
+
#: ../includes/class-ure-lib.php:1964
|
677 |
msgid "Level 2"
|
678 |
msgstr "Nivell 2"
|
679 |
|
680 |
# @ ure
|
681 |
+
#: ../includes/class-ure-lib.php:1965
|
682 |
msgid "Level 1"
|
683 |
msgstr "Nivell 1"
|
684 |
|
685 |
# @ ure
|
686 |
+
#: ../includes/class-ure-lib.php:1966
|
687 |
msgid "Level 0"
|
688 |
msgstr "Nivell 0"
|
689 |
|
690 |
# @ ure
|
691 |
+
#: ../includes/class-ure-lib.php:1967
|
692 |
msgid "Edit others pages"
|
693 |
msgstr "Editar pàgines de altres"
|
694 |
|
695 |
# @ ure
|
696 |
+
#: ../includes/class-ure-lib.php:1968
|
697 |
msgid "Edit published pages"
|
698 |
msgstr "Editar pàgines publicades"
|
699 |
|
700 |
# @ ure
|
701 |
+
#: ../includes/class-ure-lib.php:1969
|
702 |
msgid "Publish pages"
|
703 |
msgstr "Publicar pàgines"
|
704 |
|
705 |
# @ ure
|
706 |
+
#: ../includes/class-ure-lib.php:1970
|
707 |
msgid "Delete pages"
|
708 |
msgstr "Eliminar pàgines"
|
709 |
|
710 |
# ure
|
711 |
+
#: ../includes/class-ure-lib.php:1971
|
712 |
msgid "Delete others pages"
|
713 |
msgstr "Eliminar pàgines de altres"
|
714 |
|
715 |
# @ ure
|
716 |
+
#: ../includes/class-ure-lib.php:1972
|
717 |
msgid "Delete published pages"
|
718 |
msgstr "Eliminar pàgines publicades"
|
719 |
|
720 |
# ure
|
721 |
+
#: ../includes/class-ure-lib.php:1973
|
722 |
msgid "Delete posts"
|
723 |
msgstr "Eliminar missatges"
|
724 |
|
725 |
# @ ure
|
726 |
+
#: ../includes/class-ure-lib.php:1974
|
727 |
msgid "Delete others posts"
|
728 |
msgstr "Eliminar missatges de altres"
|
729 |
|
730 |
# ure
|
731 |
+
#: ../includes/class-ure-lib.php:1975
|
732 |
msgid "Delete published posts"
|
733 |
msgstr "Eliminar missatges publicats"
|
734 |
|
735 |
# ure
|
736 |
+
#: ../includes/class-ure-lib.php:1976
|
737 |
msgid "Delete private posts"
|
738 |
msgstr "Eliminar missatges privats"
|
739 |
|
740 |
# @ ure
|
741 |
+
#: ../includes/class-ure-lib.php:1977
|
742 |
msgid "Edit private posts"
|
743 |
msgstr "Editar missatges privats"
|
744 |
|
745 |
# @ ure
|
746 |
+
#: ../includes/class-ure-lib.php:1978
|
747 |
msgid "Read private posts"
|
748 |
msgstr "Llegir missatges privats"
|
749 |
|
750 |
# @ ure
|
751 |
+
#: ../includes/class-ure-lib.php:1979
|
752 |
msgid "Delete private pages"
|
753 |
msgstr "Eliminar pàgines privades"
|
754 |
|
755 |
# @ ure
|
756 |
+
#: ../includes/class-ure-lib.php:1980
|
757 |
msgid "Edit private pages"
|
758 |
msgstr "Editar pàgines privades"
|
759 |
|
760 |
# @ ure
|
761 |
+
#: ../includes/class-ure-lib.php:1981
|
762 |
msgid "Read private pages"
|
763 |
msgstr "Llegir pàgines privades"
|
764 |
|
765 |
# @ ure
|
766 |
+
#: ../includes/class-ure-lib.php:1982
|
767 |
msgid "Delete users"
|
768 |
msgstr "Eliminar usuaris"
|
769 |
|
770 |
# @ ure
|
771 |
+
#: ../includes/class-ure-lib.php:1983
|
772 |
msgid "Create users"
|
773 |
msgstr "Crear usuaris"
|
774 |
|
775 |
# @ ure
|
776 |
+
#: ../includes/class-ure-lib.php:1984
|
777 |
msgid "Unfiltered upload"
|
778 |
msgstr "Sense filtre de càrrega"
|
779 |
|
780 |
# @ ure
|
781 |
+
#: ../includes/class-ure-lib.php:1985
|
782 |
msgid "Edit dashboard"
|
783 |
msgstr "Editar taulell"
|
784 |
|
785 |
# @ ure
|
786 |
+
#: ../includes/class-ure-lib.php:1986
|
787 |
msgid "Update plugins"
|
788 |
msgstr "Actualitzar connectors"
|
789 |
|
790 |
# @ ure
|
791 |
+
#: ../includes/class-ure-lib.php:1987
|
792 |
msgid "Delete plugins"
|
793 |
msgstr "Eliminar connectors"
|
794 |
|
795 |
# @ ure
|
796 |
+
#: ../includes/class-ure-lib.php:1988
|
797 |
msgid "Install plugins"
|
798 |
msgstr "Instal·lar connectors"
|
799 |
|
800 |
# @ ure
|
801 |
+
#: ../includes/class-ure-lib.php:1989
|
802 |
msgid "Update themes"
|
803 |
msgstr "Actualitzar plantilles"
|
804 |
|
805 |
# @ ure
|
806 |
+
#: ../includes/class-ure-lib.php:1990
|
807 |
msgid "Install themes"
|
808 |
msgstr "Instal·lar plantilles"
|
809 |
|
810 |
# @ ure
|
811 |
+
#: ../includes/class-ure-lib.php:1991
|
812 |
msgid "Update core"
|
813 |
msgstr "Actualitzar nucli"
|
814 |
|
815 |
# @ ure
|
816 |
+
#: ../includes/class-ure-lib.php:1992
|
817 |
msgid "List users"
|
818 |
msgstr "Llistar usuaris"
|
819 |
|
820 |
# @ ure
|
821 |
+
#: ../includes/class-ure-lib.php:1993
|
822 |
msgid "Remove users"
|
823 |
msgstr "Eliminar usuaris"
|
824 |
|
825 |
# @ ure
|
826 |
+
#: ../includes/class-ure-lib.php:1994
|
827 |
msgid "Add users"
|
828 |
msgstr "Afegir usuaris"
|
829 |
|
830 |
# @ ure
|
831 |
+
#: ../includes/class-ure-lib.php:1995
|
832 |
msgid "Promote users"
|
833 |
msgstr "Promoure usuaris"
|
834 |
|
835 |
# @ ure
|
836 |
+
#: ../includes/class-ure-lib.php:1996
|
837 |
msgid "Edit theme options"
|
838 |
msgstr "Editar opcions de plantilla"
|
839 |
|
840 |
# @ ure
|
841 |
+
#: ../includes/class-ure-lib.php:1997
|
842 |
msgid "Delete themes"
|
843 |
msgstr "Eliminar plantilles"
|
844 |
|
845 |
# @ ure
|
846 |
+
#: ../includes/class-ure-lib.php:1998
|
847 |
msgid "Export"
|
848 |
msgstr "Exportar"
|
849 |
|
850 |
# @ ure
|
851 |
+
#: ../includes/class-ure-lib.php:2108
|
852 |
msgid "Error: Capability name must contain latin characters and digits only!"
|
853 |
msgstr ""
|
854 |
"Error: el nom del Privilegi només ha de contenir caràcters llatins i dígits."
|
855 |
|
856 |
# @ ure
|
857 |
+
#: ../includes/class-ure-lib.php:2121
|
858 |
#, php-format
|
859 |
msgid "Capability %s is added successfully"
|
860 |
msgstr "Privilegi %s s'ha afegit correctament"
|
861 |
|
862 |
# @ ure
|
863 |
+
#: ../includes/class-ure-lib.php:2123
|
864 |
#, php-format
|
865 |
msgid "Capability %s exists already"
|
866 |
msgstr "Ja existeix el privilegi %s"
|
867 |
|
868 |
# @ ure
|
869 |
+
#: ../includes/class-ure-lib.php:2148
|
870 |
#, php-format
|
871 |
msgid "Error! You do not have permission to delete this capability: %s!"
|
872 |
msgstr "¡Error! No tens permisos per esborrar aquest privilegi: %s !"
|
873 |
|
874 |
# @ ure
|
875 |
+
#: ../includes/class-ure-lib.php:2167
|
876 |
#, php-format
|
877 |
msgid "Capability %s is removed successfully"
|
878 |
msgstr "El privilegi %s s'ha eliminat amb èxit"
|
879 |
|
880 |
+
#: ../includes/class-ure-lib.php:2271
|
881 |
+
msgid "Version:"
|
882 |
+
msgstr ""
|
883 |
+
|
884 |
# @ ure
|
885 |
+
#: ../includes/class-ure-lib.php:2272
|
886 |
msgid "Author's website"
|
887 |
msgstr "Lloc web del autor"
|
888 |
|
889 |
# @ ure
|
890 |
+
#: ../includes/class-ure-lib.php:2273
|
891 |
msgid "Plugin webpage"
|
892 |
msgstr "Pàgina web del connector"
|
893 |
|
894 |
# @ ure
|
895 |
+
#: ../includes/class-ure-lib.php:2274
|
896 |
#, fuzzy
|
897 |
msgid "Plugin download"
|
898 |
msgstr "Pàgina web del connector"
|
899 |
|
900 |
# @ ure
|
901 |
+
#: ../includes/class-ure-lib.php:2276
|
902 |
msgid "FAQ"
|
903 |
msgstr "FAQ"
|
904 |
|
905 |
# @ ure
|
906 |
+
#: ../includes/class-ure-lib.php:2324
|
907 |
msgid "None"
|
908 |
msgstr "Cap"
|
909 |
|
910 |
# @ ure
|
911 |
+
#: ../includes/class-ure-lib.php:2351
|
912 |
msgid "Delete All Unused Roles"
|
913 |
msgstr ""
|
914 |
|
915 |
+
#: ../includes/class-ure-lib.php:2375
|
916 |
msgid "— No role for this site —"
|
917 |
msgstr ""
|
918 |
|
925 |
msgid "Change capabilities for user"
|
926 |
msgstr "Canviar privilegis d'usuari"
|
927 |
|
928 |
+
#: ../includes/ure-user-edit.php:71
|
929 |
+
msgid "Primary Role:"
|
930 |
msgstr ""
|
931 |
|
932 |
+
#: ../includes/ure-user-edit.php:81
|
933 |
+
msgid "bbPress Role:"
|
934 |
+
msgstr ""
|
935 |
+
|
936 |
+
# @ ure
|
937 |
+
#: ../includes/ure-user-edit.php:91
|
938 |
+
#, fuzzy
|
939 |
+
msgid "Other Roles:"
|
940 |
+
msgstr "Altres rols"
|
941 |
+
|
942 |
#: ../includes/class-ure-screen-help.php:16
|
943 |
msgid ""
|
944 |
"turn this option on in order to make the \"Administrator\" role available at "
|
946 |
"for security reasons."
|
947 |
msgstr ""
|
948 |
|
|
|
|
|
|
|
|
|
|
|
|
|
949 |
#: ../includes/class-ure-screen-help.php:19
|
950 |
msgid ""
|
951 |
"automatically converts capability names from the technical form for internal "
|
953 |
"others posts\"."
|
954 |
msgstr ""
|
955 |
|
|
|
|
|
|
|
|
|
|
|
956 |
#: ../includes/class-ure-screen-help.php:22
|
957 |
msgid ""
|
958 |
"Capabilities like \"level_0\", \"level_1\" are deprecated and are not used "
|
lang/ure-es_ES.mo
CHANGED
Binary file
|
lang/ure-es_ES.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: User Role Editor 2.0\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Vladimir Garagulya <vladimir@shinephp.com>\n"
|
8 |
"Language-Team: ShinePHP.com <vladimir@shinephp.com>\n"
|
@@ -87,97 +87,103 @@ msgstr ""
|
|
87 |
msgid "Allow non super administrators to create, edit, and delete users"
|
88 |
msgstr ""
|
89 |
|
90 |
-
#: ../includes/class-user-role-editor.php:
|
91 |
msgid "Change role for users without role"
|
92 |
msgstr ""
|
93 |
|
94 |
-
#: ../includes/class-user-role-editor.php:
|
95 |
msgid "No rights"
|
96 |
msgstr ""
|
97 |
|
98 |
-
#: ../includes/class-user-role-editor.php:
|
99 |
msgid "Provide new role"
|
100 |
msgstr ""
|
101 |
|
102 |
-
#: ../includes/class-user-role-editor.php:
|
103 |
-
#: ../includes/class-user-role-editor.php:
|
104 |
msgid "You do not have permission to edit this user."
|
105 |
msgstr "No tienes los suficientes permisos para editar este usuario"
|
106 |
|
107 |
-
#: ../includes/class-user-role-editor.php:
|
108 |
msgid "Capabilities"
|
109 |
msgstr "Capacidades"
|
110 |
|
111 |
-
#: ../includes/class-user-role-editor.php:
|
112 |
msgid "Settings"
|
113 |
msgstr "Configuración"
|
114 |
|
115 |
-
#: ../includes/class-user-role-editor.php:
|
116 |
-
#: ../includes/class-ure-lib.php:
|
117 |
msgid "Changelog"
|
118 |
msgstr "Registro de cambios"
|
119 |
|
120 |
-
#: ../includes/class-user-role-editor.php:
|
121 |
msgid "Overview"
|
122 |
msgstr ""
|
123 |
|
124 |
-
#: ../includes/class-user-role-editor.php:
|
125 |
-
#: ../includes/class-user-role-editor.php:
|
126 |
-
#: ../includes/class-user-role-editor.php:
|
127 |
-
#: ../includes/class-ure-lib.php:
|
128 |
msgid "User Role Editor"
|
129 |
msgstr "Editor de Roles"
|
130 |
|
131 |
-
#: ../includes/class-user-role-editor.php:
|
132 |
-
#: ../includes/class-user-role-editor.php:
|
133 |
-
#: ../includes/class-user-role-editor.php:
|
134 |
msgid "User Role Editor options are updated"
|
135 |
msgstr "Opciones actualizadas"
|
136 |
|
137 |
-
#: ../includes/class-user-role-editor.php:
|
138 |
#, fuzzy
|
139 |
msgid "Default Roles are updated"
|
140 |
msgstr "Rol Predeterminado"
|
141 |
|
142 |
-
#: ../includes/class-user-role-editor.php:
|
143 |
msgid ""
|
144 |
"You do not have sufficient permissions to manage options for User Role "
|
145 |
"Editor."
|
146 |
msgstr "Permisos insuficientes para trabajar"
|
147 |
|
148 |
-
#: ../includes/class-user-role-editor.php:
|
149 |
msgid "Insufficient permissions to work with User Role Editor"
|
150 |
msgstr "Permisos insuficientes para trabajar con el Editor de Roles"
|
151 |
|
152 |
-
#: ../includes/class-user-role-editor.php:
|
153 |
msgid "Select All"
|
154 |
msgstr "Seleccionar todo"
|
155 |
|
156 |
-
#: ../includes/class-user-role-editor.php:
|
157 |
msgid "Unselect All"
|
158 |
msgstr "Deseleccionar todo"
|
159 |
|
160 |
-
#: ../includes/class-user-role-editor.php:
|
161 |
msgid "Reverse"
|
162 |
msgstr "Revertir"
|
163 |
|
164 |
-
#: ../includes/class-user-role-editor.php:
|
165 |
msgid "Update"
|
166 |
msgstr "Actualizar"
|
167 |
|
168 |
-
#: ../includes/class-user-role-editor.php:
|
169 |
msgid "Please confirm permissions update"
|
170 |
msgstr "Por favor confirma las actualizaciones de permisos"
|
171 |
|
172 |
-
#: ../includes/class-user-role-editor.php:
|
173 |
msgid "Add New Role"
|
174 |
msgstr "Agregar nuevo Rol"
|
175 |
|
176 |
-
#: ../includes/class-user-role-editor.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
177 |
msgid " Role name (ID) can not be empty!"
|
178 |
msgstr "¡El nombre del Rol (ID) no puede estar vacío!"
|
179 |
|
180 |
-
#: ../includes/class-user-role-editor.php:
|
181 |
msgid ""
|
182 |
" Role name (ID) must contain latin characters, digits, hyphens or underscore "
|
183 |
"only!"
|
@@ -185,66 +191,66 @@ msgstr ""
|
|
185 |
"¡El nombre del Rol (ID) sólo debe contener caracteres alfanuméricos, guiones "
|
186 |
"altos o bajos!"
|
187 |
|
188 |
-
#: ../includes/class-user-role-editor.php:
|
189 |
msgid ""
|
190 |
" WordPress does not support numeric Role name (ID). Add latin characters to "
|
191 |
"it."
|
192 |
msgstr ""
|
193 |
|
194 |
-
#: ../includes/class-user-role-editor.php:
|
195 |
msgid "Add Role"
|
196 |
msgstr "Agregar Rol"
|
197 |
|
198 |
-
#: ../includes/class-user-role-editor.php:
|
199 |
msgid "Delete Role"
|
200 |
msgstr "Eliminar Rol"
|
201 |
|
202 |
-
#: ../includes/class-user-role-editor.php:
|
203 |
msgid "Cancel"
|
204 |
msgstr "Cancelar"
|
205 |
|
206 |
-
#: ../includes/class-user-role-editor.php:
|
207 |
msgid "Add Capability"
|
208 |
msgstr "Agregar Capacidad"
|
209 |
|
210 |
-
#: ../includes/class-user-role-editor.php:
|
211 |
-
#: ../includes/class-user-role-editor.php:
|
212 |
msgid "Delete Capability"
|
213 |
msgstr "Eliminar Capacidades"
|
214 |
|
215 |
-
#: ../includes/class-user-role-editor.php:
|
216 |
msgid "Reset"
|
217 |
msgstr "Reiniciar"
|
218 |
|
219 |
-
#: ../includes/class-user-role-editor.php:
|
220 |
msgid "DANGER! Resetting will restore default settings from WordPress Core."
|
221 |
msgstr ""
|
222 |
|
223 |
-
#: ../includes/class-user-role-editor.php:
|
224 |
msgid ""
|
225 |
"If any plugins have changed capabilities in any way upon installation (such "
|
226 |
"as S2Member, WooCommerce, and many more), those capabilities will be DELETED!"
|
227 |
msgstr ""
|
228 |
|
229 |
-
#: ../includes/class-user-role-editor.php:
|
230 |
msgid ""
|
231 |
"For more information on how to undo changes and restore plugin capabilities "
|
232 |
"go to"
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: ../includes/class-user-role-editor.php:
|
236 |
msgid "Continue?"
|
237 |
msgstr ""
|
238 |
|
239 |
-
#: ../includes/class-user-role-editor.php:
|
240 |
msgid "Default Role"
|
241 |
msgstr "Rol Predeterminado"
|
242 |
|
243 |
-
#: ../includes/class-user-role-editor.php:
|
244 |
msgid "Set New Default Role"
|
245 |
msgstr "Establecer nuevo Rol"
|
246 |
|
247 |
-
#: ../includes/class-user-role-editor.php:
|
248 |
msgid ""
|
249 |
"Warning! Be careful - removing critical capability could crash some plugin "
|
250 |
"or other custom code"
|
@@ -252,11 +258,11 @@ msgstr ""
|
|
252 |
"¡Atención! Ten cuidado - Eliminar Capacidadess esenciales podría inhabilitar "
|
253 |
"algún plugin o código personalizado"
|
254 |
|
255 |
-
#: ../includes/class-user-role-editor.php:
|
256 |
msgid " Capability name (ID) can not be empty!"
|
257 |
msgstr "¡El nombre de la Capacidad (ID) no puede estar vacío!"
|
258 |
|
259 |
-
#: ../includes/class-user-role-editor.php:
|
260 |
msgid ""
|
261 |
" Capability name (ID) must contain latin characters, digits, hyphens or "
|
262 |
"underscore only!"
|
@@ -264,12 +270,12 @@ msgstr ""
|
|
264 |
"¡El nombre de la Capacidad (ID) sólo debe contener caracteres alfanuméricos, "
|
265 |
"guiones altos o bajos!"
|
266 |
|
267 |
-
#: ../includes/class-user-role-editor.php:
|
268 |
-
#: ../includes/class-user-role-editor.php:
|
269 |
msgid "Other Roles"
|
270 |
msgstr "Otros Roles"
|
271 |
|
272 |
-
#: ../includes/class-user-role-editor.php:
|
273 |
msgid "Edit"
|
274 |
msgstr "Editar"
|
275 |
|
@@ -303,80 +309,80 @@ msgstr "Filtro rápido:"
|
|
303 |
msgid "Custom capabilities:"
|
304 |
msgstr "Capacidades personalizadas:"
|
305 |
|
306 |
-
#: ../includes/class-ure-lib.php:
|
307 |
msgid "Error: wrong request"
|
308 |
msgstr "Error: Petición inválida"
|
309 |
|
310 |
-
#: ../includes/class-ure-lib.php:
|
311 |
msgid "Role name (ID): "
|
312 |
msgstr "Nombre del Rol (ID):"
|
313 |
|
314 |
-
#: ../includes/class-ure-lib.php:
|
315 |
msgid "Display Role Name: "
|
316 |
msgstr "Mostrar nombre del Rol:"
|
317 |
|
318 |
-
#: ../includes/class-ure-lib.php:
|
319 |
msgid "Make copy of: "
|
320 |
msgstr "Hacer copia de:"
|
321 |
|
322 |
-
#: ../includes/class-ure-lib.php:
|
323 |
msgid "Select Role:"
|
324 |
msgstr "Seleccionar Rol:"
|
325 |
|
326 |
-
#: ../includes/class-ure-lib.php:
|
327 |
msgid "Delete:"
|
328 |
msgstr "Eliminar:"
|
329 |
|
330 |
-
#: ../includes/class-ure-lib.php:
|
331 |
msgid "Capability name (ID): "
|
332 |
msgstr "Nombre de la Capacidad (ID):"
|
333 |
|
334 |
-
#: ../includes/class-ure-lib.php:
|
335 |
msgid "Error: "
|
336 |
msgstr "Error:"
|
337 |
|
338 |
-
#: ../includes/class-ure-lib.php:
|
339 |
msgid "Role"
|
340 |
msgstr "Rol"
|
341 |
|
342 |
-
#: ../includes/class-ure-lib.php:
|
343 |
msgid "does not exist"
|
344 |
msgstr "no existe"
|
345 |
|
346 |
-
#: ../includes/class-ure-lib.php:
|
347 |
msgid "Role is updated successfully"
|
348 |
msgstr "El Rol fue exitosamente actualizado"
|
349 |
|
350 |
-
#: ../includes/class-ure-lib.php:
|
351 |
msgid "Roles are updated for all network"
|
352 |
msgstr "Roles actualizados en toda la Red"
|
353 |
|
354 |
-
#: ../includes/class-ure-lib.php:
|
355 |
msgid "Error occured during role(s) update"
|
356 |
msgstr "Ocurrió un error durante la actualización del Rol"
|
357 |
|
358 |
-
#: ../includes/class-ure-lib.php:
|
359 |
msgid "User capabilities are updated successfully"
|
360 |
msgstr "Las Capacidades de Usuario fueron actualizadas exitosamente"
|
361 |
|
362 |
-
#: ../includes/class-ure-lib.php:
|
363 |
msgid "Error occured during user update"
|
364 |
msgstr "Ocurrió un error durante la actualización del Usuario"
|
365 |
|
366 |
-
#: ../includes/class-ure-lib.php:
|
367 |
msgid "User Roles are restored to WordPress default values. "
|
368 |
msgstr ""
|
369 |
"Los Roles de Usuario fueron restaurados a los predeterminados de WordPress"
|
370 |
|
371 |
-
#: ../includes/class-ure-lib.php:
|
372 |
msgid "Help"
|
373 |
msgstr "Ayuda"
|
374 |
|
375 |
-
#: ../includes/class-ure-lib.php:
|
376 |
msgid "Error is occur. Please check the log file."
|
377 |
msgstr "Un error ha ocurrido. Por favor revisa el archivo de registro."
|
378 |
|
379 |
-
#: ../includes/class-ure-lib.php:
|
380 |
msgid ""
|
381 |
"Error: Role ID must contain latin characters, digits, hyphens or underscore "
|
382 |
"only!"
|
@@ -384,368 +390,386 @@ msgstr ""
|
|
384 |
"Error: ¡La ID del Rol sólo debe contener caracteres alfanuméricos, guiones "
|
385 |
"altos o bajos!"
|
386 |
|
387 |
-
#: ../includes/class-ure-lib.php:
|
388 |
msgid ""
|
389 |
"Error: WordPress does not support numeric Role name (ID). Add latin "
|
390 |
"characters to it."
|
391 |
msgstr ""
|
392 |
|
393 |
-
#: ../includes/class-ure-lib.php:
|
394 |
#, php-format
|
395 |
msgid "Role %s exists already"
|
396 |
msgstr "El Rol %s ya existe"
|
397 |
|
398 |
-
#: ../includes/class-ure-lib.php:
|
399 |
msgid "Error is encountered during new role create operation"
|
400 |
msgstr "Un error fue encontrado durante la creación del nuevo Rol"
|
401 |
|
402 |
-
#: ../includes/class-ure-lib.php:
|
403 |
#, php-format
|
404 |
msgid "Role %s is created successfully"
|
405 |
msgstr "El Rol %s fue creado exitosamente"
|
406 |
|
407 |
-
#: ../includes/class-ure-lib.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
408 |
msgid "Error encountered during role delete operation"
|
409 |
msgstr "Un error fue encontrado durante la eliminación del Rol"
|
410 |
|
411 |
-
#: ../includes/class-ure-lib.php:
|
412 |
msgid "Unused roles are deleted successfully"
|
413 |
msgstr ""
|
414 |
|
415 |
-
#: ../includes/class-ure-lib.php:
|
416 |
#, php-format
|
417 |
msgid "Role %s is deleted successfully"
|
418 |
msgstr "El Rol %s fue eliminado exitosamente"
|
419 |
|
420 |
-
#: ../includes/class-ure-lib.php:
|
421 |
msgid "Error encountered during default role change operation"
|
422 |
msgstr "Un error fue encontrado durante el cambio del Rol predeterminado"
|
423 |
|
424 |
-
#: ../includes/class-ure-lib.php:
|
425 |
#, php-format
|
426 |
msgid "Default role for new users is set to %s successfully"
|
427 |
msgstr "El Rol predeterminado para nuevos usuarios ha sido establecido a %s"
|
428 |
|
429 |
-
#: ../includes/class-ure-lib.php:
|
430 |
msgid "Editor"
|
431 |
msgstr "Editor"
|
432 |
|
433 |
-
#: ../includes/class-ure-lib.php:
|
434 |
msgid "Author"
|
435 |
msgstr "Autor"
|
436 |
|
437 |
-
#: ../includes/class-ure-lib.php:
|
438 |
msgid "Contributor"
|
439 |
msgstr "Contribuyente"
|
440 |
|
441 |
-
#: ../includes/class-ure-lib.php:
|
442 |
msgid "Subscriber"
|
443 |
msgstr "Suscriptor"
|
444 |
|
445 |
-
#: ../includes/class-ure-lib.php:
|
446 |
msgid "Switch themes"
|
447 |
msgstr "Cambiar temas (plantillas)"
|
448 |
|
449 |
-
#: ../includes/class-ure-lib.php:
|
450 |
msgid "Edit themes"
|
451 |
msgstr "Editar temas (plantillas)"
|
452 |
|
453 |
-
#: ../includes/class-ure-lib.php:
|
454 |
msgid "Activate plugins"
|
455 |
msgstr "Activar plugins"
|
456 |
|
457 |
-
#: ../includes/class-ure-lib.php:
|
458 |
msgid "Edit plugins"
|
459 |
msgstr "Editar plugins"
|
460 |
|
461 |
-
#: ../includes/class-ure-lib.php:
|
462 |
msgid "Edit users"
|
463 |
msgstr "Editar usuarios"
|
464 |
|
465 |
-
#: ../includes/class-ure-lib.php:
|
466 |
msgid "Edit files"
|
467 |
msgstr "Editar archivos"
|
468 |
|
469 |
-
#: ../includes/class-ure-lib.php:
|
470 |
msgid "Manage options"
|
471 |
msgstr "Administrar opciones"
|
472 |
|
473 |
-
#: ../includes/class-ure-lib.php:
|
474 |
msgid "Moderate comments"
|
475 |
msgstr "Moderar comentarios"
|
476 |
|
477 |
-
#: ../includes/class-ure-lib.php:
|
478 |
msgid "Manage categories"
|
479 |
msgstr "Administrar categorías"
|
480 |
|
481 |
-
#: ../includes/class-ure-lib.php:
|
482 |
msgid "Manage links"
|
483 |
msgstr "Administrar enlaces"
|
484 |
|
485 |
-
#: ../includes/class-ure-lib.php:
|
486 |
msgid "Upload files"
|
487 |
msgstr "Subir archivos"
|
488 |
|
489 |
-
#: ../includes/class-ure-lib.php:
|
490 |
msgid "Import"
|
491 |
msgstr "Importar"
|
492 |
|
493 |
-
#: ../includes/class-ure-lib.php:
|
494 |
msgid "Unfiltered html"
|
495 |
msgstr "HTML sin filtrar"
|
496 |
|
497 |
-
#: ../includes/class-ure-lib.php:
|
498 |
msgid "Edit posts"
|
499 |
msgstr "Editar entradas"
|
500 |
|
501 |
-
#: ../includes/class-ure-lib.php:
|
502 |
msgid "Edit others posts"
|
503 |
msgstr "Editar entradas ajenas"
|
504 |
|
505 |
-
#: ../includes/class-ure-lib.php:
|
506 |
msgid "Edit published posts"
|
507 |
msgstr "Editar entradas publicadas"
|
508 |
|
509 |
-
#: ../includes/class-ure-lib.php:
|
510 |
msgid "Publish posts"
|
511 |
msgstr "Publicar entradas"
|
512 |
|
513 |
-
#: ../includes/class-ure-lib.php:
|
514 |
msgid "Edit pages"
|
515 |
msgstr "Editar páginas"
|
516 |
|
517 |
-
#: ../includes/class-ure-lib.php:
|
518 |
msgid "Read"
|
519 |
msgstr "Leer"
|
520 |
|
521 |
-
#: ../includes/class-ure-lib.php:
|
522 |
msgid "Level 10"
|
523 |
msgstr "Nivel 10"
|
524 |
|
525 |
-
#: ../includes/class-ure-lib.php:
|
526 |
msgid "Level 9"
|
527 |
msgstr "Nivel 9"
|
528 |
|
529 |
-
#: ../includes/class-ure-lib.php:
|
530 |
msgid "Level 8"
|
531 |
msgstr "Nivel 8"
|
532 |
|
533 |
-
#: ../includes/class-ure-lib.php:
|
534 |
msgid "Level 7"
|
535 |
msgstr "Nivel 7"
|
536 |
|
537 |
-
#: ../includes/class-ure-lib.php:
|
538 |
msgid "Level 6"
|
539 |
msgstr "Nivel 6"
|
540 |
|
541 |
-
#: ../includes/class-ure-lib.php:
|
542 |
msgid "Level 5"
|
543 |
msgstr "Nivel 5"
|
544 |
|
545 |
-
#: ../includes/class-ure-lib.php:
|
546 |
msgid "Level 4"
|
547 |
msgstr "Nivel 4"
|
548 |
|
549 |
-
#: ../includes/class-ure-lib.php:
|
550 |
msgid "Level 3"
|
551 |
msgstr "Nivel 3"
|
552 |
|
553 |
-
#: ../includes/class-ure-lib.php:
|
554 |
msgid "Level 2"
|
555 |
msgstr "Nivel 2"
|
556 |
|
557 |
-
#: ../includes/class-ure-lib.php:
|
558 |
msgid "Level 1"
|
559 |
msgstr "Nivel 1"
|
560 |
|
561 |
-
#: ../includes/class-ure-lib.php:
|
562 |
msgid "Level 0"
|
563 |
msgstr "Nivel 0"
|
564 |
|
565 |
-
#: ../includes/class-ure-lib.php:
|
566 |
msgid "Edit others pages"
|
567 |
msgstr "Editar páginas ajenas"
|
568 |
|
569 |
-
#: ../includes/class-ure-lib.php:
|
570 |
msgid "Edit published pages"
|
571 |
msgstr "Editar páginas publicadas"
|
572 |
|
573 |
-
#: ../includes/class-ure-lib.php:
|
574 |
msgid "Publish pages"
|
575 |
msgstr "Publicar páginas"
|
576 |
|
577 |
-
#: ../includes/class-ure-lib.php:
|
578 |
msgid "Delete pages"
|
579 |
msgstr "Eliminar páginas"
|
580 |
|
581 |
-
#: ../includes/class-ure-lib.php:
|
582 |
msgid "Delete others pages"
|
583 |
msgstr "Eliminar páginas ajenas"
|
584 |
|
585 |
-
#: ../includes/class-ure-lib.php:
|
586 |
msgid "Delete published pages"
|
587 |
msgstr "Eliminar páginas publicadas"
|
588 |
|
589 |
-
#: ../includes/class-ure-lib.php:
|
590 |
msgid "Delete posts"
|
591 |
msgstr "Eliminar entradas"
|
592 |
|
593 |
-
#: ../includes/class-ure-lib.php:
|
594 |
msgid "Delete others posts"
|
595 |
msgstr "Eliminar entradas ajenas"
|
596 |
|
597 |
-
#: ../includes/class-ure-lib.php:
|
598 |
msgid "Delete published posts"
|
599 |
msgstr "Eliminar entradas publicadas"
|
600 |
|
601 |
-
#: ../includes/class-ure-lib.php:
|
602 |
msgid "Delete private posts"
|
603 |
msgstr "Eliminar entradas privadas"
|
604 |
|
605 |
-
#: ../includes/class-ure-lib.php:
|
606 |
msgid "Edit private posts"
|
607 |
msgstr "Editar entradas privadas"
|
608 |
|
609 |
-
#: ../includes/class-ure-lib.php:
|
610 |
msgid "Read private posts"
|
611 |
msgstr "Leer entradas privadas"
|
612 |
|
613 |
-
#: ../includes/class-ure-lib.php:
|
614 |
msgid "Delete private pages"
|
615 |
msgstr "Eliminar páginas privadas"
|
616 |
|
617 |
-
#: ../includes/class-ure-lib.php:
|
618 |
msgid "Edit private pages"
|
619 |
msgstr "Editar páginas privadas"
|
620 |
|
621 |
-
#: ../includes/class-ure-lib.php:
|
622 |
msgid "Read private pages"
|
623 |
msgstr "Leer páginas privadas"
|
624 |
|
625 |
-
#: ../includes/class-ure-lib.php:
|
626 |
msgid "Delete users"
|
627 |
msgstr "Eliminar usuarios"
|
628 |
|
629 |
-
#: ../includes/class-ure-lib.php:
|
630 |
msgid "Create users"
|
631 |
msgstr "Crear usuarios"
|
632 |
|
633 |
-
#: ../includes/class-ure-lib.php:
|
634 |
msgid "Unfiltered upload"
|
635 |
msgstr "Subir sin filtrado"
|
636 |
|
637 |
-
#: ../includes/class-ure-lib.php:
|
638 |
msgid "Edit dashboard"
|
639 |
msgstr "Editar escritorio"
|
640 |
|
641 |
-
#: ../includes/class-ure-lib.php:
|
642 |
msgid "Update plugins"
|
643 |
msgstr "Actualizar plugins"
|
644 |
|
645 |
-
#: ../includes/class-ure-lib.php:
|
646 |
msgid "Delete plugins"
|
647 |
msgstr "Eliminar plugins"
|
648 |
|
649 |
-
#: ../includes/class-ure-lib.php:
|
650 |
msgid "Install plugins"
|
651 |
msgstr "Instalar plugins"
|
652 |
|
653 |
-
#: ../includes/class-ure-lib.php:
|
654 |
msgid "Update themes"
|
655 |
msgstr "Actualizar temas (plantillas)"
|
656 |
|
657 |
-
#: ../includes/class-ure-lib.php:
|
658 |
msgid "Install themes"
|
659 |
msgstr "Instalar temas (plantillas)"
|
660 |
|
661 |
-
#: ../includes/class-ure-lib.php:
|
662 |
msgid "Update core"
|
663 |
msgstr "Actualizar núcleo"
|
664 |
|
665 |
-
#: ../includes/class-ure-lib.php:
|
666 |
msgid "List users"
|
667 |
msgstr "Listar usuarios"
|
668 |
|
669 |
-
#: ../includes/class-ure-lib.php:
|
670 |
msgid "Remove users"
|
671 |
msgstr "Eliminar usuarios"
|
672 |
|
673 |
-
#: ../includes/class-ure-lib.php:
|
674 |
msgid "Add users"
|
675 |
msgstr "Agregar usuarios"
|
676 |
|
677 |
-
#: ../includes/class-ure-lib.php:
|
678 |
msgid "Promote users"
|
679 |
msgstr "Promover usuarios"
|
680 |
|
681 |
-
#: ../includes/class-ure-lib.php:
|
682 |
msgid "Edit theme options"
|
683 |
msgstr "Editar opciones del tema (plantilla)"
|
684 |
|
685 |
-
#: ../includes/class-ure-lib.php:
|
686 |
msgid "Delete themes"
|
687 |
msgstr "Eliminar temas (plantillas)"
|
688 |
|
689 |
-
#: ../includes/class-ure-lib.php:
|
690 |
msgid "Export"
|
691 |
msgstr "Exportar"
|
692 |
|
693 |
-
#: ../includes/class-ure-lib.php:
|
694 |
msgid "Error: Capability name must contain latin characters and digits only!"
|
695 |
msgstr ""
|
696 |
"Error: El nombre de la Capacidad sólo debe contener caracteres alfanuméricos!"
|
697 |
|
698 |
-
#: ../includes/class-ure-lib.php:
|
699 |
#, php-format
|
700 |
msgid "Capability %s is added successfully"
|
701 |
msgstr "La Capacidad %s fue agregada exitosamente"
|
702 |
|
703 |
-
#: ../includes/class-ure-lib.php:
|
704 |
#, php-format
|
705 |
msgid "Capability %s exists already"
|
706 |
msgstr "La Capacidad %s ya existe"
|
707 |
|
708 |
-
#: ../includes/class-ure-lib.php:
|
709 |
#, php-format
|
710 |
msgid "Error! You do not have permission to delete this capability: %s!"
|
711 |
msgstr ""
|
712 |
"¡Error! No cuentas con suficientes permisos para eliminar esta Capacidad: %s!"
|
713 |
|
714 |
-
#: ../includes/class-ure-lib.php:
|
715 |
#, php-format
|
716 |
msgid "Capability %s is removed successfully"
|
717 |
msgstr "La Capacidad %s fue eliminada exitosamente"
|
718 |
|
719 |
-
#: ../includes/class-ure-lib.php:
|
720 |
msgid "Version:"
|
721 |
msgstr ""
|
722 |
|
723 |
-
#: ../includes/class-ure-lib.php:
|
724 |
msgid "Author's website"
|
725 |
msgstr "Sitio web del Autor"
|
726 |
|
727 |
-
#: ../includes/class-ure-lib.php:
|
728 |
msgid "Plugin webpage"
|
729 |
msgstr "Página web del Plugin"
|
730 |
|
731 |
-
#: ../includes/class-ure-lib.php:
|
732 |
#, fuzzy
|
733 |
msgid "Plugin download"
|
734 |
msgstr "Página web del Plugin"
|
735 |
|
736 |
-
#: ../includes/class-ure-lib.php:
|
737 |
msgid "FAQ"
|
738 |
msgstr "FAQ"
|
739 |
|
740 |
-
#: ../includes/class-ure-lib.php:
|
741 |
msgid "None"
|
742 |
msgstr "Ninguno"
|
743 |
|
744 |
-
#: ../includes/class-ure-lib.php:
|
745 |
msgid "Delete All Unused Roles"
|
746 |
msgstr ""
|
747 |
|
748 |
-
#: ../includes/class-ure-lib.php:
|
749 |
msgid "— No role for this site —"
|
750 |
msgstr ""
|
751 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: User Role Editor 2.0\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-09-08 21:33+0700\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Vladimir Garagulya <vladimir@shinephp.com>\n"
|
8 |
"Language-Team: ShinePHP.com <vladimir@shinephp.com>\n"
|
87 |
msgid "Allow non super administrators to create, edit, and delete users"
|
88 |
msgstr ""
|
89 |
|
90 |
+
#: ../includes/class-user-role-editor.php:195
|
91 |
msgid "Change role for users without role"
|
92 |
msgstr ""
|
93 |
|
94 |
+
#: ../includes/class-user-role-editor.php:196
|
95 |
msgid "No rights"
|
96 |
msgstr ""
|
97 |
|
98 |
+
#: ../includes/class-user-role-editor.php:197
|
99 |
msgid "Provide new role"
|
100 |
msgstr ""
|
101 |
|
102 |
+
#: ../includes/class-user-role-editor.php:281
|
103 |
+
#: ../includes/class-user-role-editor.php:283
|
104 |
msgid "You do not have permission to edit this user."
|
105 |
msgstr "No tienes los suficientes permisos para editar este usuario"
|
106 |
|
107 |
+
#: ../includes/class-user-role-editor.php:424
|
108 |
msgid "Capabilities"
|
109 |
msgstr "Capacidades"
|
110 |
|
111 |
+
#: ../includes/class-user-role-editor.php:517
|
112 |
msgid "Settings"
|
113 |
msgstr "Configuración"
|
114 |
|
115 |
+
#: ../includes/class-user-role-editor.php:530
|
116 |
+
#: ../includes/class-ure-lib.php:2275
|
117 |
msgid "Changelog"
|
118 |
msgstr "Registro de cambios"
|
119 |
|
120 |
+
#: ../includes/class-user-role-editor.php:552
|
121 |
msgid "Overview"
|
122 |
msgstr ""
|
123 |
|
124 |
+
#: ../includes/class-user-role-editor.php:561
|
125 |
+
#: ../includes/class-user-role-editor.php:589
|
126 |
+
#: ../includes/class-user-role-editor.php:930
|
127 |
+
#: ../includes/class-ure-lib.php:232
|
128 |
msgid "User Role Editor"
|
129 |
msgstr "Editor de Roles"
|
130 |
|
131 |
+
#: ../includes/class-user-role-editor.php:646
|
132 |
+
#: ../includes/class-user-role-editor.php:664
|
133 |
+
#: ../includes/class-user-role-editor.php:708
|
134 |
msgid "User Role Editor options are updated"
|
135 |
msgstr "Opciones actualizadas"
|
136 |
|
137 |
+
#: ../includes/class-user-role-editor.php:692
|
138 |
#, fuzzy
|
139 |
msgid "Default Roles are updated"
|
140 |
msgstr "Rol Predeterminado"
|
141 |
|
142 |
+
#: ../includes/class-user-role-editor.php:716
|
143 |
msgid ""
|
144 |
"You do not have sufficient permissions to manage options for User Role "
|
145 |
"Editor."
|
146 |
msgstr "Permisos insuficientes para trabajar"
|
147 |
|
148 |
+
#: ../includes/class-user-role-editor.php:791
|
149 |
msgid "Insufficient permissions to work with User Role Editor"
|
150 |
msgstr "Permisos insuficientes para trabajar con el Editor de Roles"
|
151 |
|
152 |
+
#: ../includes/class-user-role-editor.php:872
|
153 |
msgid "Select All"
|
154 |
msgstr "Seleccionar todo"
|
155 |
|
156 |
+
#: ../includes/class-user-role-editor.php:873
|
157 |
msgid "Unselect All"
|
158 |
msgstr "Deseleccionar todo"
|
159 |
|
160 |
+
#: ../includes/class-user-role-editor.php:874
|
161 |
msgid "Reverse"
|
162 |
msgstr "Revertir"
|
163 |
|
164 |
+
#: ../includes/class-user-role-editor.php:875
|
165 |
msgid "Update"
|
166 |
msgstr "Actualizar"
|
167 |
|
168 |
+
#: ../includes/class-user-role-editor.php:876
|
169 |
msgid "Please confirm permissions update"
|
170 |
msgstr "Por favor confirma las actualizaciones de permisos"
|
171 |
|
172 |
+
#: ../includes/class-user-role-editor.php:877
|
173 |
msgid "Add New Role"
|
174 |
msgstr "Agregar nuevo Rol"
|
175 |
|
176 |
+
#: ../includes/class-user-role-editor.php:878
|
177 |
+
#: ../includes/class-user-role-editor.php:883
|
178 |
+
#, fuzzy
|
179 |
+
msgid "Rename Role"
|
180 |
+
msgstr "Eliminar Rol"
|
181 |
+
|
182 |
+
#: ../includes/class-user-role-editor.php:879
|
183 |
msgid " Role name (ID) can not be empty!"
|
184 |
msgstr "¡El nombre del Rol (ID) no puede estar vacío!"
|
185 |
|
186 |
+
#: ../includes/class-user-role-editor.php:880
|
187 |
msgid ""
|
188 |
" Role name (ID) must contain latin characters, digits, hyphens or underscore "
|
189 |
"only!"
|
191 |
"¡El nombre del Rol (ID) sólo debe contener caracteres alfanuméricos, guiones "
|
192 |
"altos o bajos!"
|
193 |
|
194 |
+
#: ../includes/class-user-role-editor.php:881
|
195 |
msgid ""
|
196 |
" WordPress does not support numeric Role name (ID). Add latin characters to "
|
197 |
"it."
|
198 |
msgstr ""
|
199 |
|
200 |
+
#: ../includes/class-user-role-editor.php:882
|
201 |
msgid "Add Role"
|
202 |
msgstr "Agregar Rol"
|
203 |
|
204 |
+
#: ../includes/class-user-role-editor.php:884
|
205 |
msgid "Delete Role"
|
206 |
msgstr "Eliminar Rol"
|
207 |
|
208 |
+
#: ../includes/class-user-role-editor.php:885
|
209 |
msgid "Cancel"
|
210 |
msgstr "Cancelar"
|
211 |
|
212 |
+
#: ../includes/class-user-role-editor.php:886
|
213 |
msgid "Add Capability"
|
214 |
msgstr "Agregar Capacidad"
|
215 |
|
216 |
+
#: ../includes/class-user-role-editor.php:887
|
217 |
+
#: ../includes/class-user-role-editor.php:896
|
218 |
msgid "Delete Capability"
|
219 |
msgstr "Eliminar Capacidades"
|
220 |
|
221 |
+
#: ../includes/class-user-role-editor.php:888
|
222 |
msgid "Reset"
|
223 |
msgstr "Reiniciar"
|
224 |
|
225 |
+
#: ../includes/class-user-role-editor.php:889
|
226 |
msgid "DANGER! Resetting will restore default settings from WordPress Core."
|
227 |
msgstr ""
|
228 |
|
229 |
+
#: ../includes/class-user-role-editor.php:890
|
230 |
msgid ""
|
231 |
"If any plugins have changed capabilities in any way upon installation (such "
|
232 |
"as S2Member, WooCommerce, and many more), those capabilities will be DELETED!"
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: ../includes/class-user-role-editor.php:891
|
236 |
msgid ""
|
237 |
"For more information on how to undo changes and restore plugin capabilities "
|
238 |
"go to"
|
239 |
msgstr ""
|
240 |
|
241 |
+
#: ../includes/class-user-role-editor.php:893
|
242 |
msgid "Continue?"
|
243 |
msgstr ""
|
244 |
|
245 |
+
#: ../includes/class-user-role-editor.php:894
|
246 |
msgid "Default Role"
|
247 |
msgstr "Rol Predeterminado"
|
248 |
|
249 |
+
#: ../includes/class-user-role-editor.php:895
|
250 |
msgid "Set New Default Role"
|
251 |
msgstr "Establecer nuevo Rol"
|
252 |
|
253 |
+
#: ../includes/class-user-role-editor.php:897
|
254 |
msgid ""
|
255 |
"Warning! Be careful - removing critical capability could crash some plugin "
|
256 |
"or other custom code"
|
258 |
"¡Atención! Ten cuidado - Eliminar Capacidadess esenciales podría inhabilitar "
|
259 |
"algún plugin o código personalizado"
|
260 |
|
261 |
+
#: ../includes/class-user-role-editor.php:898
|
262 |
msgid " Capability name (ID) can not be empty!"
|
263 |
msgstr "¡El nombre de la Capacidad (ID) no puede estar vacío!"
|
264 |
|
265 |
+
#: ../includes/class-user-role-editor.php:899
|
266 |
msgid ""
|
267 |
" Capability name (ID) must contain latin characters, digits, hyphens or "
|
268 |
"underscore only!"
|
270 |
"¡El nombre de la Capacidad (ID) sólo debe contener caracteres alfanuméricos, "
|
271 |
"guiones altos o bajos!"
|
272 |
|
273 |
+
#: ../includes/class-user-role-editor.php:933
|
274 |
+
#: ../includes/class-user-role-editor.php:962
|
275 |
msgid "Other Roles"
|
276 |
msgstr "Otros Roles"
|
277 |
|
278 |
+
#: ../includes/class-user-role-editor.php:944
|
279 |
msgid "Edit"
|
280 |
msgstr "Editar"
|
281 |
|
309 |
msgid "Custom capabilities:"
|
310 |
msgstr "Capacidades personalizadas:"
|
311 |
|
312 |
+
#: ../includes/class-ure-lib.php:140
|
313 |
msgid "Error: wrong request"
|
314 |
msgstr "Error: Petición inválida"
|
315 |
|
316 |
+
#: ../includes/class-ure-lib.php:173 ../includes/class-ure-lib.php:184
|
317 |
msgid "Role name (ID): "
|
318 |
msgstr "Nombre del Rol (ID):"
|
319 |
|
320 |
+
#: ../includes/class-ure-lib.php:175 ../includes/class-ure-lib.php:186
|
321 |
msgid "Display Role Name: "
|
322 |
msgstr "Mostrar nombre del Rol:"
|
323 |
|
324 |
+
#: ../includes/class-ure-lib.php:177
|
325 |
msgid "Make copy of: "
|
326 |
msgstr "Hacer copia de:"
|
327 |
|
328 |
+
#: ../includes/class-ure-lib.php:193
|
329 |
msgid "Select Role:"
|
330 |
msgstr "Seleccionar Rol:"
|
331 |
|
332 |
+
#: ../includes/class-ure-lib.php:208
|
333 |
msgid "Delete:"
|
334 |
msgstr "Eliminar:"
|
335 |
|
336 |
+
#: ../includes/class-ure-lib.php:215
|
337 |
msgid "Capability name (ID): "
|
338 |
msgstr "Nombre de la Capacidad (ID):"
|
339 |
|
340 |
+
#: ../includes/class-ure-lib.php:329
|
341 |
msgid "Error: "
|
342 |
msgstr "Error:"
|
343 |
|
344 |
+
#: ../includes/class-ure-lib.php:329
|
345 |
msgid "Role"
|
346 |
msgstr "Rol"
|
347 |
|
348 |
+
#: ../includes/class-ure-lib.php:330
|
349 |
msgid "does not exist"
|
350 |
msgstr "no existe"
|
351 |
|
352 |
+
#: ../includes/class-ure-lib.php:373
|
353 |
msgid "Role is updated successfully"
|
354 |
msgstr "El Rol fue exitosamente actualizado"
|
355 |
|
356 |
+
#: ../includes/class-ure-lib.php:375
|
357 |
msgid "Roles are updated for all network"
|
358 |
msgstr "Roles actualizados en toda la Red"
|
359 |
|
360 |
+
#: ../includes/class-ure-lib.php:381
|
361 |
msgid "Error occured during role(s) update"
|
362 |
msgstr "Ocurrió un error durante la actualización del Rol"
|
363 |
|
364 |
+
#: ../includes/class-ure-lib.php:388
|
365 |
msgid "User capabilities are updated successfully"
|
366 |
msgstr "Las Capacidades de Usuario fueron actualizadas exitosamente"
|
367 |
|
368 |
+
#: ../includes/class-ure-lib.php:393
|
369 |
msgid "Error occured during user update"
|
370 |
msgstr "Ocurrió un error durante la actualización del Usuario"
|
371 |
|
372 |
+
#: ../includes/class-ure-lib.php:451
|
373 |
msgid "User Roles are restored to WordPress default values. "
|
374 |
msgstr ""
|
375 |
"Los Roles de Usuario fueron restaurados a los predeterminados de WordPress"
|
376 |
|
377 |
+
#: ../includes/class-ure-lib.php:1317
|
378 |
msgid "Help"
|
379 |
msgstr "Ayuda"
|
380 |
|
381 |
+
#: ../includes/class-ure-lib.php:1675
|
382 |
msgid "Error is occur. Please check the log file."
|
383 |
msgstr "Un error ha ocurrido. Por favor revisa el archivo de registro."
|
384 |
|
385 |
+
#: ../includes/class-ure-lib.php:1718 ../includes/class-ure-lib.php:1785
|
386 |
msgid ""
|
387 |
"Error: Role ID must contain latin characters, digits, hyphens or underscore "
|
388 |
"only!"
|
390 |
"Error: ¡La ID del Rol sólo debe contener caracteres alfanuméricos, guiones "
|
391 |
"altos o bajos!"
|
392 |
|
393 |
+
#: ../includes/class-ure-lib.php:1722 ../includes/class-ure-lib.php:1789
|
394 |
msgid ""
|
395 |
"Error: WordPress does not support numeric Role name (ID). Add latin "
|
396 |
"characters to it."
|
397 |
msgstr ""
|
398 |
|
399 |
+
#: ../includes/class-ure-lib.php:1737
|
400 |
#, php-format
|
401 |
msgid "Role %s exists already"
|
402 |
msgstr "El Rol %s ya existe"
|
403 |
|
404 |
+
#: ../includes/class-ure-lib.php:1752
|
405 |
msgid "Error is encountered during new role create operation"
|
406 |
msgstr "Un error fue encontrado durante la creación del nuevo Rol"
|
407 |
|
408 |
+
#: ../includes/class-ure-lib.php:1754
|
409 |
#, php-format
|
410 |
msgid "Role %s is created successfully"
|
411 |
msgstr "El Rol %s fue creado exitosamente"
|
412 |
|
413 |
+
#: ../includes/class-ure-lib.php:1778
|
414 |
+
msgid "Error: Role ID is empty!"
|
415 |
+
msgstr ""
|
416 |
+
|
417 |
+
#: ../includes/class-ure-lib.php:1796
|
418 |
+
msgid "Error: Empty role display name is not allowed."
|
419 |
+
msgstr ""
|
420 |
+
|
421 |
+
#: ../includes/class-ure-lib.php:1803
|
422 |
+
#, fuzzy, php-format
|
423 |
+
msgid "Role %s does not exists"
|
424 |
+
msgstr "no existe"
|
425 |
+
|
426 |
+
#: ../includes/class-ure-lib.php:1811
|
427 |
+
#, fuzzy, php-format
|
428 |
+
msgid "Role %s is renamed to %s successfully"
|
429 |
+
msgstr "El Rol %s fue creado exitosamente"
|
430 |
+
|
431 |
+
#: ../includes/class-ure-lib.php:1878
|
432 |
msgid "Error encountered during role delete operation"
|
433 |
msgstr "Un error fue encontrado durante la eliminación del Rol"
|
434 |
|
435 |
+
#: ../includes/class-ure-lib.php:1880
|
436 |
msgid "Unused roles are deleted successfully"
|
437 |
msgstr ""
|
438 |
|
439 |
+
#: ../includes/class-ure-lib.php:1882
|
440 |
#, php-format
|
441 |
msgid "Role %s is deleted successfully"
|
442 |
msgstr "El Rol %s fue eliminado exitosamente"
|
443 |
|
444 |
+
#: ../includes/class-ure-lib.php:1907
|
445 |
msgid "Error encountered during default role change operation"
|
446 |
msgstr "Un error fue encontrado durante el cambio del Rol predeterminado"
|
447 |
|
448 |
+
#: ../includes/class-ure-lib.php:1913
|
449 |
#, php-format
|
450 |
msgid "Default role for new users is set to %s successfully"
|
451 |
msgstr "El Rol predeterminado para nuevos usuarios ha sido establecido a %s"
|
452 |
|
453 |
+
#: ../includes/class-ure-lib.php:1932
|
454 |
msgid "Editor"
|
455 |
msgstr "Editor"
|
456 |
|
457 |
+
#: ../includes/class-ure-lib.php:1933
|
458 |
msgid "Author"
|
459 |
msgstr "Autor"
|
460 |
|
461 |
+
#: ../includes/class-ure-lib.php:1934
|
462 |
msgid "Contributor"
|
463 |
msgstr "Contribuyente"
|
464 |
|
465 |
+
#: ../includes/class-ure-lib.php:1935
|
466 |
msgid "Subscriber"
|
467 |
msgstr "Suscriptor"
|
468 |
|
469 |
+
#: ../includes/class-ure-lib.php:1937
|
470 |
msgid "Switch themes"
|
471 |
msgstr "Cambiar temas (plantillas)"
|
472 |
|
473 |
+
#: ../includes/class-ure-lib.php:1938
|
474 |
msgid "Edit themes"
|
475 |
msgstr "Editar temas (plantillas)"
|
476 |
|
477 |
+
#: ../includes/class-ure-lib.php:1939
|
478 |
msgid "Activate plugins"
|
479 |
msgstr "Activar plugins"
|
480 |
|
481 |
+
#: ../includes/class-ure-lib.php:1940
|
482 |
msgid "Edit plugins"
|
483 |
msgstr "Editar plugins"
|
484 |
|
485 |
+
#: ../includes/class-ure-lib.php:1941
|
486 |
msgid "Edit users"
|
487 |
msgstr "Editar usuarios"
|
488 |
|
489 |
+
#: ../includes/class-ure-lib.php:1942
|
490 |
msgid "Edit files"
|
491 |
msgstr "Editar archivos"
|
492 |
|
493 |
+
#: ../includes/class-ure-lib.php:1943
|
494 |
msgid "Manage options"
|
495 |
msgstr "Administrar opciones"
|
496 |
|
497 |
+
#: ../includes/class-ure-lib.php:1944
|
498 |
msgid "Moderate comments"
|
499 |
msgstr "Moderar comentarios"
|
500 |
|
501 |
+
#: ../includes/class-ure-lib.php:1945
|
502 |
msgid "Manage categories"
|
503 |
msgstr "Administrar categorías"
|
504 |
|
505 |
+
#: ../includes/class-ure-lib.php:1946
|
506 |
msgid "Manage links"
|
507 |
msgstr "Administrar enlaces"
|
508 |
|
509 |
+
#: ../includes/class-ure-lib.php:1947
|
510 |
msgid "Upload files"
|
511 |
msgstr "Subir archivos"
|
512 |
|
513 |
+
#: ../includes/class-ure-lib.php:1948
|
514 |
msgid "Import"
|
515 |
msgstr "Importar"
|
516 |
|
517 |
+
#: ../includes/class-ure-lib.php:1949
|
518 |
msgid "Unfiltered html"
|
519 |
msgstr "HTML sin filtrar"
|
520 |
|
521 |
+
#: ../includes/class-ure-lib.php:1950
|
522 |
msgid "Edit posts"
|
523 |
msgstr "Editar entradas"
|
524 |
|
525 |
+
#: ../includes/class-ure-lib.php:1951
|
526 |
msgid "Edit others posts"
|
527 |
msgstr "Editar entradas ajenas"
|
528 |
|
529 |
+
#: ../includes/class-ure-lib.php:1952
|
530 |
msgid "Edit published posts"
|
531 |
msgstr "Editar entradas publicadas"
|
532 |
|
533 |
+
#: ../includes/class-ure-lib.php:1953
|
534 |
msgid "Publish posts"
|
535 |
msgstr "Publicar entradas"
|
536 |
|
537 |
+
#: ../includes/class-ure-lib.php:1954
|
538 |
msgid "Edit pages"
|
539 |
msgstr "Editar páginas"
|
540 |
|
541 |
+
#: ../includes/class-ure-lib.php:1955
|
542 |
msgid "Read"
|
543 |
msgstr "Leer"
|
544 |
|
545 |
+
#: ../includes/class-ure-lib.php:1956
|
546 |
msgid "Level 10"
|
547 |
msgstr "Nivel 10"
|
548 |
|
549 |
+
#: ../includes/class-ure-lib.php:1957
|
550 |
msgid "Level 9"
|
551 |
msgstr "Nivel 9"
|
552 |
|
553 |
+
#: ../includes/class-ure-lib.php:1958
|
554 |
msgid "Level 8"
|
555 |
msgstr "Nivel 8"
|
556 |
|
557 |
+
#: ../includes/class-ure-lib.php:1959
|
558 |
msgid "Level 7"
|
559 |
msgstr "Nivel 7"
|
560 |
|
561 |
+
#: ../includes/class-ure-lib.php:1960
|
562 |
msgid "Level 6"
|
563 |
msgstr "Nivel 6"
|
564 |
|
565 |
+
#: ../includes/class-ure-lib.php:1961
|
566 |
msgid "Level 5"
|
567 |
msgstr "Nivel 5"
|
568 |
|
569 |
+
#: ../includes/class-ure-lib.php:1962
|
570 |
msgid "Level 4"
|
571 |
msgstr "Nivel 4"
|
572 |
|
573 |
+
#: ../includes/class-ure-lib.php:1963
|
574 |
msgid "Level 3"
|
575 |
msgstr "Nivel 3"
|
576 |
|
577 |
+
#: ../includes/class-ure-lib.php:1964
|
578 |
msgid "Level 2"
|
579 |
msgstr "Nivel 2"
|
580 |
|
581 |
+
#: ../includes/class-ure-lib.php:1965
|
582 |
msgid "Level 1"
|
583 |
msgstr "Nivel 1"
|
584 |
|
585 |
+
#: ../includes/class-ure-lib.php:1966
|
586 |
msgid "Level 0"
|
587 |
msgstr "Nivel 0"
|
588 |
|
589 |
+
#: ../includes/class-ure-lib.php:1967
|
590 |
msgid "Edit others pages"
|
591 |
msgstr "Editar páginas ajenas"
|
592 |
|
593 |
+
#: ../includes/class-ure-lib.php:1968
|
594 |
msgid "Edit published pages"
|
595 |
msgstr "Editar páginas publicadas"
|
596 |
|
597 |
+
#: ../includes/class-ure-lib.php:1969
|
598 |
msgid "Publish pages"
|
599 |
msgstr "Publicar páginas"
|
600 |
|
601 |
+
#: ../includes/class-ure-lib.php:1970
|
602 |
msgid "Delete pages"
|
603 |
msgstr "Eliminar páginas"
|
604 |
|
605 |
+
#: ../includes/class-ure-lib.php:1971
|
606 |
msgid "Delete others pages"
|
607 |
msgstr "Eliminar páginas ajenas"
|
608 |
|
609 |
+
#: ../includes/class-ure-lib.php:1972
|
610 |
msgid "Delete published pages"
|
611 |
msgstr "Eliminar páginas publicadas"
|
612 |
|
613 |
+
#: ../includes/class-ure-lib.php:1973
|
614 |
msgid "Delete posts"
|
615 |
msgstr "Eliminar entradas"
|
616 |
|
617 |
+
#: ../includes/class-ure-lib.php:1974
|
618 |
msgid "Delete others posts"
|
619 |
msgstr "Eliminar entradas ajenas"
|
620 |
|
621 |
+
#: ../includes/class-ure-lib.php:1975
|
622 |
msgid "Delete published posts"
|
623 |
msgstr "Eliminar entradas publicadas"
|
624 |
|
625 |
+
#: ../includes/class-ure-lib.php:1976
|
626 |
msgid "Delete private posts"
|
627 |
msgstr "Eliminar entradas privadas"
|
628 |
|
629 |
+
#: ../includes/class-ure-lib.php:1977
|
630 |
msgid "Edit private posts"
|
631 |
msgstr "Editar entradas privadas"
|
632 |
|
633 |
+
#: ../includes/class-ure-lib.php:1978
|
634 |
msgid "Read private posts"
|
635 |
msgstr "Leer entradas privadas"
|
636 |
|
637 |
+
#: ../includes/class-ure-lib.php:1979
|
638 |
msgid "Delete private pages"
|
639 |
msgstr "Eliminar páginas privadas"
|
640 |
|
641 |
+
#: ../includes/class-ure-lib.php:1980
|
642 |
msgid "Edit private pages"
|
643 |
msgstr "Editar páginas privadas"
|
644 |
|
645 |
+
#: ../includes/class-ure-lib.php:1981
|
646 |
msgid "Read private pages"
|
647 |
msgstr "Leer páginas privadas"
|
648 |
|
649 |
+
#: ../includes/class-ure-lib.php:1982
|
650 |
msgid "Delete users"
|
651 |
msgstr "Eliminar usuarios"
|
652 |
|
653 |
+
#: ../includes/class-ure-lib.php:1983
|
654 |
msgid "Create users"
|
655 |
msgstr "Crear usuarios"
|
656 |
|
657 |
+
#: ../includes/class-ure-lib.php:1984
|
658 |
msgid "Unfiltered upload"
|
659 |
msgstr "Subir sin filtrado"
|
660 |
|
661 |
+
#: ../includes/class-ure-lib.php:1985
|
662 |
msgid "Edit dashboard"
|
663 |
msgstr "Editar escritorio"
|
664 |
|
665 |
+
#: ../includes/class-ure-lib.php:1986
|
666 |
msgid "Update plugins"
|
667 |
msgstr "Actualizar plugins"
|
668 |
|
669 |
+
#: ../includes/class-ure-lib.php:1987
|
670 |
msgid "Delete plugins"
|
671 |
msgstr "Eliminar plugins"
|
672 |
|
673 |
+
#: ../includes/class-ure-lib.php:1988
|
674 |
msgid "Install plugins"
|
675 |
msgstr "Instalar plugins"
|
676 |
|
677 |
+
#: ../includes/class-ure-lib.php:1989
|
678 |
msgid "Update themes"
|
679 |
msgstr "Actualizar temas (plantillas)"
|
680 |
|
681 |
+
#: ../includes/class-ure-lib.php:1990
|
682 |
msgid "Install themes"
|
683 |
msgstr "Instalar temas (plantillas)"
|
684 |
|
685 |
+
#: ../includes/class-ure-lib.php:1991
|
686 |
msgid "Update core"
|
687 |
msgstr "Actualizar núcleo"
|
688 |
|
689 |
+
#: ../includes/class-ure-lib.php:1992
|
690 |
msgid "List users"
|
691 |
msgstr "Listar usuarios"
|
692 |
|
693 |
+
#: ../includes/class-ure-lib.php:1993
|
694 |
msgid "Remove users"
|
695 |
msgstr "Eliminar usuarios"
|
696 |
|
697 |
+
#: ../includes/class-ure-lib.php:1994
|
698 |
msgid "Add users"
|
699 |
msgstr "Agregar usuarios"
|
700 |
|
701 |
+
#: ../includes/class-ure-lib.php:1995
|
702 |
msgid "Promote users"
|
703 |
msgstr "Promover usuarios"
|
704 |
|
705 |
+
#: ../includes/class-ure-lib.php:1996
|
706 |
msgid "Edit theme options"
|
707 |
msgstr "Editar opciones del tema (plantilla)"
|
708 |
|
709 |
+
#: ../includes/class-ure-lib.php:1997
|
710 |
msgid "Delete themes"
|
711 |
msgstr "Eliminar temas (plantillas)"
|
712 |
|
713 |
+
#: ../includes/class-ure-lib.php:1998
|
714 |
msgid "Export"
|
715 |
msgstr "Exportar"
|
716 |
|
717 |
+
#: ../includes/class-ure-lib.php:2108
|
718 |
msgid "Error: Capability name must contain latin characters and digits only!"
|
719 |
msgstr ""
|
720 |
"Error: El nombre de la Capacidad sólo debe contener caracteres alfanuméricos!"
|
721 |
|
722 |
+
#: ../includes/class-ure-lib.php:2121
|
723 |
#, php-format
|
724 |
msgid "Capability %s is added successfully"
|
725 |
msgstr "La Capacidad %s fue agregada exitosamente"
|
726 |
|
727 |
+
#: ../includes/class-ure-lib.php:2123
|
728 |
#, php-format
|
729 |
msgid "Capability %s exists already"
|
730 |
msgstr "La Capacidad %s ya existe"
|
731 |
|
732 |
+
#: ../includes/class-ure-lib.php:2148
|
733 |
#, php-format
|
734 |
msgid "Error! You do not have permission to delete this capability: %s!"
|
735 |
msgstr ""
|
736 |
"¡Error! No cuentas con suficientes permisos para eliminar esta Capacidad: %s!"
|
737 |
|
738 |
+
#: ../includes/class-ure-lib.php:2167
|
739 |
#, php-format
|
740 |
msgid "Capability %s is removed successfully"
|
741 |
msgstr "La Capacidad %s fue eliminada exitosamente"
|
742 |
|
743 |
+
#: ../includes/class-ure-lib.php:2271
|
744 |
msgid "Version:"
|
745 |
msgstr ""
|
746 |
|
747 |
+
#: ../includes/class-ure-lib.php:2272
|
748 |
msgid "Author's website"
|
749 |
msgstr "Sitio web del Autor"
|
750 |
|
751 |
+
#: ../includes/class-ure-lib.php:2273
|
752 |
msgid "Plugin webpage"
|
753 |
msgstr "Página web del Plugin"
|
754 |
|
755 |
+
#: ../includes/class-ure-lib.php:2274
|
756 |
#, fuzzy
|
757 |
msgid "Plugin download"
|
758 |
msgstr "Página web del Plugin"
|
759 |
|
760 |
+
#: ../includes/class-ure-lib.php:2276
|
761 |
msgid "FAQ"
|
762 |
msgstr "FAQ"
|
763 |
|
764 |
+
#: ../includes/class-ure-lib.php:2324
|
765 |
msgid "None"
|
766 |
msgstr "Ninguno"
|
767 |
|
768 |
+
#: ../includes/class-ure-lib.php:2351
|
769 |
msgid "Delete All Unused Roles"
|
770 |
msgstr ""
|
771 |
|
772 |
+
#: ../includes/class-ure-lib.php:2375
|
773 |
msgid "— No role for this site —"
|
774 |
msgstr ""
|
775 |
|
lang/ure-fa_IR.mo
CHANGED
Binary file
|
lang/ure-fa_IR.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: User Role Editor 2.0\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Vladimir Garagulya <vladimir@shinephp.com>\n"
|
8 |
"Language-Team: Morteza Gholami <Morteza.Gholami@Yahoo.Com>\n"
|
@@ -86,139 +86,145 @@ msgstr ""
|
|
86 |
msgid "Allow non super administrators to create, edit, and delete users"
|
87 |
msgstr "اجازه به غیر مدیران اصلی برای ایجاد، ویرایش و حذف کاربران"
|
88 |
|
89 |
-
#: ../includes/class-user-role-editor.php:
|
90 |
msgid "Change role for users without role"
|
91 |
msgstr "تغییر نقش برای کاربران بدون نقش"
|
92 |
|
93 |
-
#: ../includes/class-user-role-editor.php:
|
94 |
msgid "No rights"
|
95 |
msgstr "هیچ حقوقی"
|
96 |
|
97 |
-
#: ../includes/class-user-role-editor.php:
|
98 |
msgid "Provide new role"
|
99 |
msgstr "ارائهی نقش جدید"
|
100 |
|
101 |
-
#: ../includes/class-user-role-editor.php:
|
102 |
-
#: ../includes/class-user-role-editor.php:
|
103 |
msgid "You do not have permission to edit this user."
|
104 |
msgstr "شما اجازهی ویرایش این کاربر را ندارید."
|
105 |
|
106 |
-
#: ../includes/class-user-role-editor.php:
|
107 |
msgid "Capabilities"
|
108 |
msgstr "قابلیتها"
|
109 |
|
110 |
-
#: ../includes/class-user-role-editor.php:
|
111 |
msgid "Settings"
|
112 |
msgstr "تنظیمات"
|
113 |
|
114 |
-
#: ../includes/class-user-role-editor.php:
|
115 |
-
#: ../includes/class-ure-lib.php:
|
116 |
msgid "Changelog"
|
117 |
msgstr "گزارش تغییرات"
|
118 |
|
119 |
-
#: ../includes/class-user-role-editor.php:
|
120 |
msgid "Overview"
|
121 |
msgstr "مرور کلی"
|
122 |
|
123 |
-
#: ../includes/class-user-role-editor.php:
|
124 |
-
#: ../includes/class-user-role-editor.php:
|
125 |
-
#: ../includes/class-user-role-editor.php:
|
126 |
-
#: ../includes/class-ure-lib.php:
|
127 |
msgid "User Role Editor"
|
128 |
msgstr "ویرایشگر نقش کاربر"
|
129 |
|
130 |
-
#: ../includes/class-user-role-editor.php:
|
131 |
-
#: ../includes/class-user-role-editor.php:
|
132 |
-
#: ../includes/class-user-role-editor.php:
|
133 |
msgid "User Role Editor options are updated"
|
134 |
msgstr "تنظیمات ویرایشگر نقش کاربر بروز شد"
|
135 |
|
136 |
-
#: ../includes/class-user-role-editor.php:
|
137 |
msgid "Default Roles are updated"
|
138 |
msgstr "نقشهای پیش فرض بروز شدند"
|
139 |
|
140 |
-
#: ../includes/class-user-role-editor.php:
|
141 |
msgid ""
|
142 |
"You do not have sufficient permissions to manage options for User Role "
|
143 |
"Editor."
|
144 |
msgstr "شما مجوز کافی برای مدیریت تنظیمات ویرایشگر نقش کاربر را ندارید."
|
145 |
|
146 |
-
#: ../includes/class-user-role-editor.php:
|
147 |
msgid "Insufficient permissions to work with User Role Editor"
|
148 |
msgstr "مجوز ناکافی برای کار با ویرایشگر نقش کاربر"
|
149 |
|
150 |
-
#: ../includes/class-user-role-editor.php:
|
151 |
msgid "Select All"
|
152 |
msgstr "انتخاب همه"
|
153 |
|
154 |
-
#: ../includes/class-user-role-editor.php:
|
155 |
msgid "Unselect All"
|
156 |
msgstr "عدمانتخاب همه"
|
157 |
|
158 |
-
#: ../includes/class-user-role-editor.php:
|
159 |
msgid "Reverse"
|
160 |
msgstr "وارونه"
|
161 |
|
162 |
-
#: ../includes/class-user-role-editor.php:
|
163 |
msgid "Update"
|
164 |
msgstr "بروزرسانی"
|
165 |
|
166 |
-
#: ../includes/class-user-role-editor.php:
|
167 |
msgid "Please confirm permissions update"
|
168 |
msgstr "لطفا مجوز بروزرسانی را تایید کنید"
|
169 |
|
170 |
-
#: ../includes/class-user-role-editor.php:
|
171 |
msgid "Add New Role"
|
172 |
msgstr "افزودن نقش جدید"
|
173 |
|
174 |
-
#: ../includes/class-user-role-editor.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
175 |
msgid " Role name (ID) can not be empty!"
|
176 |
msgstr " نام نقش (شناسه) نمی تواند خالی باشد!"
|
177 |
|
178 |
-
#: ../includes/class-user-role-editor.php:
|
179 |
msgid ""
|
180 |
" Role name (ID) must contain latin characters, digits, hyphens or underscore "
|
181 |
"only!"
|
182 |
msgstr ""
|
183 |
" نام نقش (شناسه) باید فقط شامل حروف لاتین، اعداد، خط فاصله یا زیرخط باشد!"
|
184 |
|
185 |
-
#: ../includes/class-user-role-editor.php:
|
186 |
msgid ""
|
187 |
" WordPress does not support numeric Role name (ID). Add latin characters to "
|
188 |
"it."
|
189 |
msgstr ""
|
190 |
" وردپرس از نام نقش (شناسه) عددی پشتیبانی نمیکند. حروف لاتین به آن اضافه کنید."
|
191 |
|
192 |
-
#: ../includes/class-user-role-editor.php:
|
193 |
msgid "Add Role"
|
194 |
msgstr "افزودن نقش"
|
195 |
|
196 |
-
#: ../includes/class-user-role-editor.php:
|
197 |
msgid "Delete Role"
|
198 |
msgstr "حذف نقش"
|
199 |
|
200 |
-
#: ../includes/class-user-role-editor.php:
|
201 |
msgid "Cancel"
|
202 |
msgstr "لغو"
|
203 |
|
204 |
-
#: ../includes/class-user-role-editor.php:
|
205 |
msgid "Add Capability"
|
206 |
msgstr "افزودن قابلیت"
|
207 |
|
208 |
-
#: ../includes/class-user-role-editor.php:
|
209 |
-
#: ../includes/class-user-role-editor.php:
|
210 |
msgid "Delete Capability"
|
211 |
msgstr "حذف قابلیت"
|
212 |
|
213 |
-
#: ../includes/class-user-role-editor.php:
|
214 |
msgid "Reset"
|
215 |
msgstr "بازنشانی"
|
216 |
|
217 |
-
#: ../includes/class-user-role-editor.php:
|
218 |
msgid "DANGER! Resetting will restore default settings from WordPress Core."
|
219 |
msgstr "خطر! بازنشانی، تنظیمات پیشفرض را از هستهی وردپرس بازمیگرداند."
|
220 |
|
221 |
-
#: ../includes/class-user-role-editor.php:
|
222 |
msgid ""
|
223 |
"If any plugins have changed capabilities in any way upon installation (such "
|
224 |
"as S2Member, WooCommerce, and many more), those capabilities will be DELETED!"
|
@@ -226,7 +232,7 @@ msgstr ""
|
|
226 |
"اگر هریک از افزونهها پس از نصب به هر نحو قابلیتها را تغییر دهند (مانند "
|
227 |
"S2Member ، WooCommerce و بسیاری دیگر) آن قابلیتها حذف خواهند شد!"
|
228 |
|
229 |
-
#: ../includes/class-user-role-editor.php:
|
230 |
msgid ""
|
231 |
"For more information on how to undo changes and restore plugin capabilities "
|
232 |
"go to"
|
@@ -234,19 +240,19 @@ msgstr ""
|
|
234 |
"برای کسب اطلاعات بیشتر درباره چگونگی خنثیسازی تغییرات و ترمیمکردن قابلیت ها "
|
235 |
"مراجعه کنید به"
|
236 |
|
237 |
-
#: ../includes/class-user-role-editor.php:
|
238 |
msgid "Continue?"
|
239 |
msgstr "ادامه؟"
|
240 |
|
241 |
-
#: ../includes/class-user-role-editor.php:
|
242 |
msgid "Default Role"
|
243 |
msgstr "نقش پیشفرض"
|
244 |
|
245 |
-
#: ../includes/class-user-role-editor.php:
|
246 |
msgid "Set New Default Role"
|
247 |
msgstr "نشاندن نقش پیشفرض جدید"
|
248 |
|
249 |
-
#: ../includes/class-user-role-editor.php:
|
250 |
msgid ""
|
251 |
"Warning! Be careful - removing critical capability could crash some plugin "
|
252 |
"or other custom code"
|
@@ -254,23 +260,23 @@ msgstr ""
|
|
254 |
"اخطار! مراقب باشید - حذف قابلیت مهم میتواند برخی از افزونهها یا دیگر کدهای "
|
255 |
"سفارشی را دچار سانحه کند"
|
256 |
|
257 |
-
#: ../includes/class-user-role-editor.php:
|
258 |
msgid " Capability name (ID) can not be empty!"
|
259 |
msgstr " نام قابلیت (شناسه) نمی تواند خالی باشد!"
|
260 |
|
261 |
-
#: ../includes/class-user-role-editor.php:
|
262 |
msgid ""
|
263 |
" Capability name (ID) must contain latin characters, digits, hyphens or "
|
264 |
"underscore only!"
|
265 |
msgstr ""
|
266 |
" نام قابلیت (شناسه) باید فقط شامل حروف لاتین، اعداد، خط فاصله یا زیرخط باشد!"
|
267 |
|
268 |
-
#: ../includes/class-user-role-editor.php:
|
269 |
-
#: ../includes/class-user-role-editor.php:
|
270 |
msgid "Other Roles"
|
271 |
msgstr "دیگر نقشها"
|
272 |
|
273 |
-
#: ../includes/class-user-role-editor.php:
|
274 |
msgid "Edit"
|
275 |
msgstr "ویرایش"
|
276 |
|
@@ -302,86 +308,86 @@ msgstr "فیلتر سریع:"
|
|
302 |
msgid "Custom capabilities:"
|
303 |
msgstr "قابلیتهای سفارشی:"
|
304 |
|
305 |
-
#: ../includes/class-ure-lib.php:
|
306 |
msgid "Error: wrong request"
|
307 |
msgstr "خطا: درخواست اشتباه"
|
308 |
|
309 |
-
#: ../includes/class-ure-lib.php:
|
310 |
msgid "Role name (ID): "
|
311 |
msgstr "نام نقش (شناسه): "
|
312 |
|
313 |
-
#: ../includes/class-ure-lib.php:
|
314 |
msgid "Display Role Name: "
|
315 |
msgstr "نمایش نام نقش: "
|
316 |
|
317 |
-
#: ../includes/class-ure-lib.php:
|
318 |
msgid "Make copy of: "
|
319 |
msgstr "ایجاد رونوشت از: "
|
320 |
|
321 |
-
#: ../includes/class-ure-lib.php:
|
322 |
msgid "Select Role:"
|
323 |
msgstr "انتخاب نقش:"
|
324 |
|
325 |
-
#: ../includes/class-ure-lib.php:
|
326 |
msgid "Delete:"
|
327 |
msgstr "حذف:"
|
328 |
|
329 |
-
#: ../includes/class-ure-lib.php:
|
330 |
msgid "Capability name (ID): "
|
331 |
msgstr "نام قابلیت (شناسه): "
|
332 |
|
333 |
-
#: ../includes/class-ure-lib.php:
|
334 |
msgid "Error: "
|
335 |
msgstr "خطا: "
|
336 |
|
337 |
-
#: ../includes/class-ure-lib.php:
|
338 |
msgid "Role"
|
339 |
msgstr "نقش"
|
340 |
|
341 |
-
#: ../includes/class-ure-lib.php:
|
342 |
msgid "does not exist"
|
343 |
msgstr "موجود نمیباشد"
|
344 |
|
345 |
-
#: ../includes/class-ure-lib.php:
|
346 |
msgid "Role is updated successfully"
|
347 |
msgstr "نقش با موفقیت بروز شد"
|
348 |
|
349 |
-
#: ../includes/class-ure-lib.php:
|
350 |
msgid "Roles are updated for all network"
|
351 |
msgstr "نقشها برای تمامی شبکه بروز شد"
|
352 |
|
353 |
-
#: ../includes/class-ure-lib.php:
|
354 |
msgid "Error occured during role(s) update"
|
355 |
msgstr "خطایی در هنگام بروزسانی نقش(ها) رخ داد"
|
356 |
|
357 |
-
#: ../includes/class-ure-lib.php:
|
358 |
msgid "User capabilities are updated successfully"
|
359 |
msgstr "قابلیتهای کاربر با موفقیت بروز شدند"
|
360 |
|
361 |
-
#: ../includes/class-ure-lib.php:
|
362 |
msgid "Error occured during user update"
|
363 |
msgstr "خطایی در هنگام بروزرسانی کاربر رخ داد"
|
364 |
|
365 |
-
#: ../includes/class-ure-lib.php:
|
366 |
msgid "User Roles are restored to WordPress default values. "
|
367 |
msgstr "نقشهای کاربر به مقدار پیشفرض وردپرس ترمیم شد."
|
368 |
|
369 |
-
#: ../includes/class-ure-lib.php:
|
370 |
msgid "Help"
|
371 |
msgstr "راهنما"
|
372 |
|
373 |
-
#: ../includes/class-ure-lib.php:
|
374 |
msgid "Error is occur. Please check the log file."
|
375 |
msgstr "خطایی رخ داده است. لطفا فایل گزارش را چک کنید."
|
376 |
|
377 |
-
#: ../includes/class-ure-lib.php:
|
378 |
msgid ""
|
379 |
"Error: Role ID must contain latin characters, digits, hyphens or underscore "
|
380 |
"only!"
|
381 |
msgstr ""
|
382 |
"خطا: شناسهی نقش باید فقط شامل حروف لاتین، اعداد، خط فاصله یا زیرخط باشد!"
|
383 |
|
384 |
-
#: ../includes/class-ure-lib.php:
|
385 |
msgid ""
|
386 |
"Error: WordPress does not support numeric Role name (ID). Add latin "
|
387 |
"characters to it."
|
@@ -389,359 +395,377 @@ msgstr ""
|
|
389 |
"خطا: وردپرس از نام نقش (شناسه) عددی پشتیبانی نمیکند. حروف لاتین به آن اضافه "
|
390 |
"کنید."
|
391 |
|
392 |
-
#: ../includes/class-ure-lib.php:
|
393 |
#, php-format
|
394 |
msgid "Role %s exists already"
|
395 |
msgstr "نقش %s از پیش موجود است"
|
396 |
|
397 |
-
#: ../includes/class-ure-lib.php:
|
398 |
msgid "Error is encountered during new role create operation"
|
399 |
msgstr "با خطایی در هنگام عملیات ساخت نقش جدید روبرو شدیم"
|
400 |
|
401 |
-
#: ../includes/class-ure-lib.php:
|
402 |
#, php-format
|
403 |
msgid "Role %s is created successfully"
|
404 |
msgstr "نقش %s با موفقیت ایجاد شد"
|
405 |
|
406 |
-
#: ../includes/class-ure-lib.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
407 |
msgid "Error encountered during role delete operation"
|
408 |
msgstr "با خطایی در هنگام عملیات حذف نقش روبرو شدیم"
|
409 |
|
410 |
-
#: ../includes/class-ure-lib.php:
|
411 |
msgid "Unused roles are deleted successfully"
|
412 |
msgstr "نقشهای استفاده نشده با موفقیت حذف شدند"
|
413 |
|
414 |
-
#: ../includes/class-ure-lib.php:
|
415 |
#, php-format
|
416 |
msgid "Role %s is deleted successfully"
|
417 |
msgstr "نقش %s با موفقیت حذف شد"
|
418 |
|
419 |
-
#: ../includes/class-ure-lib.php:
|
420 |
msgid "Error encountered during default role change operation"
|
421 |
msgstr "با خطایی در هنگام عملیات تغییر نقش پیشفرض روبرو شدیم"
|
422 |
|
423 |
-
#: ../includes/class-ure-lib.php:
|
424 |
#, php-format
|
425 |
msgid "Default role for new users is set to %s successfully"
|
426 |
msgstr "نقش پیشفرض برای کاربران جدید با موفقیت روی %s نشانده شد"
|
427 |
|
428 |
-
#: ../includes/class-ure-lib.php:
|
429 |
msgid "Editor"
|
430 |
msgstr "ویرایشگر"
|
431 |
|
432 |
-
#: ../includes/class-ure-lib.php:
|
433 |
msgid "Author"
|
434 |
msgstr "نویسنده"
|
435 |
|
436 |
-
#: ../includes/class-ure-lib.php:
|
437 |
msgid "Contributor"
|
438 |
msgstr "مشارکتکننده"
|
439 |
|
440 |
-
#: ../includes/class-ure-lib.php:
|
441 |
msgid "Subscriber"
|
442 |
msgstr "مشترک"
|
443 |
|
444 |
-
#: ../includes/class-ure-lib.php:
|
445 |
msgid "Switch themes"
|
446 |
msgstr "تغییر پوستهها"
|
447 |
|
448 |
-
#: ../includes/class-ure-lib.php:
|
449 |
msgid "Edit themes"
|
450 |
msgstr "ویرایش پوستهها"
|
451 |
|
452 |
-
#: ../includes/class-ure-lib.php:
|
453 |
msgid "Activate plugins"
|
454 |
msgstr "فعالسازی افزونهها"
|
455 |
|
456 |
-
#: ../includes/class-ure-lib.php:
|
457 |
msgid "Edit plugins"
|
458 |
msgstr "ویرایش افزونهها"
|
459 |
|
460 |
-
#: ../includes/class-ure-lib.php:
|
461 |
msgid "Edit users"
|
462 |
msgstr "ویرایش کاربران"
|
463 |
|
464 |
-
#: ../includes/class-ure-lib.php:
|
465 |
msgid "Edit files"
|
466 |
msgstr "ویرایش فایلها"
|
467 |
|
468 |
-
#: ../includes/class-ure-lib.php:
|
469 |
msgid "Manage options"
|
470 |
msgstr "مدیریت تنظیمات"
|
471 |
|
472 |
-
#: ../includes/class-ure-lib.php:
|
473 |
msgid "Moderate comments"
|
474 |
msgstr "مدیریت دیدگاهها"
|
475 |
|
476 |
-
#: ../includes/class-ure-lib.php:
|
477 |
msgid "Manage categories"
|
478 |
msgstr "مدیریت دستهها"
|
479 |
|
480 |
-
#: ../includes/class-ure-lib.php:
|
481 |
msgid "Manage links"
|
482 |
msgstr "مدیریت پیوندها"
|
483 |
|
484 |
-
#: ../includes/class-ure-lib.php:
|
485 |
msgid "Upload files"
|
486 |
msgstr "بارگذاری فایلها"
|
487 |
|
488 |
-
#: ../includes/class-ure-lib.php:
|
489 |
msgid "Import"
|
490 |
msgstr "درونریزی"
|
491 |
|
492 |
-
#: ../includes/class-ure-lib.php:
|
493 |
msgid "Unfiltered html"
|
494 |
msgstr "اچتیامال فیلترنشده"
|
495 |
|
496 |
-
#: ../includes/class-ure-lib.php:
|
497 |
msgid "Edit posts"
|
498 |
msgstr "ویرایش نوشتهها"
|
499 |
|
500 |
-
#: ../includes/class-ure-lib.php:
|
501 |
msgid "Edit others posts"
|
502 |
msgstr "ویرایش نوشتهی دیگران"
|
503 |
|
504 |
-
#: ../includes/class-ure-lib.php:
|
505 |
msgid "Edit published posts"
|
506 |
msgstr "ویرایش نوشتههای منتشرشده"
|
507 |
|
508 |
-
#: ../includes/class-ure-lib.php:
|
509 |
msgid "Publish posts"
|
510 |
msgstr "انتشار نوشتهها"
|
511 |
|
512 |
-
#: ../includes/class-ure-lib.php:
|
513 |
msgid "Edit pages"
|
514 |
msgstr "ویرایش صفحات"
|
515 |
|
516 |
-
#: ../includes/class-ure-lib.php:
|
517 |
msgid "Read"
|
518 |
msgstr "خواندن"
|
519 |
|
520 |
-
#: ../includes/class-ure-lib.php:
|
521 |
msgid "Level 10"
|
522 |
msgstr "سطح ۱۰"
|
523 |
|
524 |
-
#: ../includes/class-ure-lib.php:
|
525 |
msgid "Level 9"
|
526 |
msgstr "سطح ۹"
|
527 |
|
528 |
-
#: ../includes/class-ure-lib.php:
|
529 |
msgid "Level 8"
|
530 |
msgstr "سطح ۸"
|
531 |
|
532 |
-
#: ../includes/class-ure-lib.php:
|
533 |
msgid "Level 7"
|
534 |
msgstr "سطح ۷"
|
535 |
|
536 |
-
#: ../includes/class-ure-lib.php:
|
537 |
msgid "Level 6"
|
538 |
msgstr "سطح ۶"
|
539 |
|
540 |
-
#: ../includes/class-ure-lib.php:
|
541 |
msgid "Level 5"
|
542 |
msgstr "سطح ۵"
|
543 |
|
544 |
-
#: ../includes/class-ure-lib.php:
|
545 |
msgid "Level 4"
|
546 |
msgstr "سطح ۴"
|
547 |
|
548 |
-
#: ../includes/class-ure-lib.php:
|
549 |
msgid "Level 3"
|
550 |
msgstr "سطح ۳"
|
551 |
|
552 |
-
#: ../includes/class-ure-lib.php:
|
553 |
msgid "Level 2"
|
554 |
msgstr "سطح ۲"
|
555 |
|
556 |
-
#: ../includes/class-ure-lib.php:
|
557 |
msgid "Level 1"
|
558 |
msgstr "سطح ۱"
|
559 |
|
560 |
-
#: ../includes/class-ure-lib.php:
|
561 |
msgid "Level 0"
|
562 |
msgstr "سطح ۰"
|
563 |
|
564 |
-
#: ../includes/class-ure-lib.php:
|
565 |
msgid "Edit others pages"
|
566 |
msgstr "ویرایش صفحات دیگران"
|
567 |
|
568 |
-
#: ../includes/class-ure-lib.php:
|
569 |
msgid "Edit published pages"
|
570 |
msgstr "ویرایش صفحات منتشرشده"
|
571 |
|
572 |
-
#: ../includes/class-ure-lib.php:
|
573 |
msgid "Publish pages"
|
574 |
msgstr "انتشار صفحات"
|
575 |
|
576 |
-
#: ../includes/class-ure-lib.php:
|
577 |
msgid "Delete pages"
|
578 |
msgstr "حذف صفحات"
|
579 |
|
580 |
-
#: ../includes/class-ure-lib.php:
|
581 |
msgid "Delete others pages"
|
582 |
msgstr "حذف صفحات دیگران"
|
583 |
|
584 |
-
#: ../includes/class-ure-lib.php:
|
585 |
msgid "Delete published pages"
|
586 |
msgstr "حذف صفحات منتشرشده"
|
587 |
|
588 |
-
#: ../includes/class-ure-lib.php:
|
589 |
msgid "Delete posts"
|
590 |
msgstr "حذف صفحات"
|
591 |
|
592 |
-
#: ../includes/class-ure-lib.php:
|
593 |
msgid "Delete others posts"
|
594 |
msgstr "حذف نوشتههای دیگران"
|
595 |
|
596 |
-
#: ../includes/class-ure-lib.php:
|
597 |
msgid "Delete published posts"
|
598 |
msgstr "حذف نوشتههای منتشرشده"
|
599 |
|
600 |
-
#: ../includes/class-ure-lib.php:
|
601 |
msgid "Delete private posts"
|
602 |
msgstr "حذف نوشتههای خصوصی"
|
603 |
|
604 |
-
#: ../includes/class-ure-lib.php:
|
605 |
msgid "Edit private posts"
|
606 |
msgstr "ویرایش نوشتههای خصوصی"
|
607 |
|
608 |
-
#: ../includes/class-ure-lib.php:
|
609 |
msgid "Read private posts"
|
610 |
msgstr "خواندن نوشتههای خصوصی"
|
611 |
|
612 |
-
#: ../includes/class-ure-lib.php:
|
613 |
msgid "Delete private pages"
|
614 |
msgstr "حذف صفحات خصوصی"
|
615 |
|
616 |
-
#: ../includes/class-ure-lib.php:
|
617 |
msgid "Edit private pages"
|
618 |
msgstr "ویرایش صفحات خصوصی"
|
619 |
|
620 |
-
#: ../includes/class-ure-lib.php:
|
621 |
msgid "Read private pages"
|
622 |
msgstr "خواندن صفحات خصوصی"
|
623 |
|
624 |
-
#: ../includes/class-ure-lib.php:
|
625 |
msgid "Delete users"
|
626 |
msgstr "حذف کاربران"
|
627 |
|
628 |
-
#: ../includes/class-ure-lib.php:
|
629 |
msgid "Create users"
|
630 |
msgstr "ایجاد کاربران"
|
631 |
|
632 |
-
#: ../includes/class-ure-lib.php:
|
633 |
msgid "Unfiltered upload"
|
634 |
msgstr "بارگذاری فیلترشده"
|
635 |
|
636 |
-
#: ../includes/class-ure-lib.php:
|
637 |
msgid "Edit dashboard"
|
638 |
msgstr "ویرایش پیشخوان"
|
639 |
|
640 |
-
#: ../includes/class-ure-lib.php:
|
641 |
msgid "Update plugins"
|
642 |
msgstr "بروزرسانی افزونهها"
|
643 |
|
644 |
-
#: ../includes/class-ure-lib.php:
|
645 |
msgid "Delete plugins"
|
646 |
msgstr "حذف افزونهها"
|
647 |
|
648 |
-
#: ../includes/class-ure-lib.php:
|
649 |
msgid "Install plugins"
|
650 |
msgstr "نصب افزونهها"
|
651 |
|
652 |
-
#: ../includes/class-ure-lib.php:
|
653 |
msgid "Update themes"
|
654 |
msgstr "بروزرسانی پوستهها"
|
655 |
|
656 |
-
#: ../includes/class-ure-lib.php:
|
657 |
msgid "Install themes"
|
658 |
msgstr "نصب پوستهها"
|
659 |
|
660 |
-
#: ../includes/class-ure-lib.php:
|
661 |
msgid "Update core"
|
662 |
msgstr "بروزرسانی هسته"
|
663 |
|
664 |
-
#: ../includes/class-ure-lib.php:
|
665 |
msgid "List users"
|
666 |
msgstr "فهرست کاربران"
|
667 |
|
668 |
-
#: ../includes/class-ure-lib.php:
|
669 |
msgid "Remove users"
|
670 |
msgstr "حذف کابران"
|
671 |
|
672 |
-
#: ../includes/class-ure-lib.php:
|
673 |
msgid "Add users"
|
674 |
msgstr "افزودن کاربران"
|
675 |
|
676 |
-
#: ../includes/class-ure-lib.php:
|
677 |
msgid "Promote users"
|
678 |
msgstr "ارتقاء کاربران"
|
679 |
|
680 |
-
#: ../includes/class-ure-lib.php:
|
681 |
msgid "Edit theme options"
|
682 |
msgstr "ویرایش تنظیمات پوسته"
|
683 |
|
684 |
-
#: ../includes/class-ure-lib.php:
|
685 |
msgid "Delete themes"
|
686 |
msgstr "حذف پوستهها"
|
687 |
|
688 |
-
#: ../includes/class-ure-lib.php:
|
689 |
msgid "Export"
|
690 |
msgstr "برونریزی"
|
691 |
|
692 |
-
#: ../includes/class-ure-lib.php:
|
693 |
msgid "Error: Capability name must contain latin characters and digits only!"
|
694 |
msgstr "خطا: نام قابلیت باید فقط شامل حروف لاتین و اعداد باشد!"
|
695 |
|
696 |
-
#: ../includes/class-ure-lib.php:
|
697 |
#, php-format
|
698 |
msgid "Capability %s is added successfully"
|
699 |
msgstr "قابلیت %s با موفقیت افزوده شد"
|
700 |
|
701 |
-
#: ../includes/class-ure-lib.php:
|
702 |
#, php-format
|
703 |
msgid "Capability %s exists already"
|
704 |
msgstr "قابلیت %s از پیش موجود است"
|
705 |
|
706 |
-
#: ../includes/class-ure-lib.php:
|
707 |
#, php-format
|
708 |
msgid "Error! You do not have permission to delete this capability: %s!"
|
709 |
msgstr "خطا! شما اجازهی حذف این قابلیت را ندارید: %s!"
|
710 |
|
711 |
-
#: ../includes/class-ure-lib.php:
|
712 |
#, php-format
|
713 |
msgid "Capability %s is removed successfully"
|
714 |
msgstr "قابلیت %s با موفقیت حذف شد"
|
715 |
|
716 |
-
#: ../includes/class-ure-lib.php:
|
717 |
msgid "Version:"
|
718 |
msgstr ""
|
719 |
|
720 |
-
#: ../includes/class-ure-lib.php:
|
721 |
msgid "Author's website"
|
722 |
msgstr "وبگاه نویسنده"
|
723 |
|
724 |
-
#: ../includes/class-ure-lib.php:
|
725 |
msgid "Plugin webpage"
|
726 |
msgstr "صفحه افزونه"
|
727 |
|
728 |
-
#: ../includes/class-ure-lib.php:
|
729 |
msgid "Plugin download"
|
730 |
msgstr "بارگیری افزونه"
|
731 |
|
732 |
-
#: ../includes/class-ure-lib.php:
|
733 |
msgid "FAQ"
|
734 |
msgstr "سوالات مکرر"
|
735 |
|
736 |
-
#: ../includes/class-ure-lib.php:
|
737 |
msgid "None"
|
738 |
msgstr "هیچکدام"
|
739 |
|
740 |
-
#: ../includes/class-ure-lib.php:
|
741 |
msgid "Delete All Unused Roles"
|
742 |
msgstr "حذف همهی نقشهای استفادهنشده"
|
743 |
|
744 |
-
#: ../includes/class-ure-lib.php:
|
745 |
msgid "— No role for this site —"
|
746 |
msgstr "— هیچ نقشی برای این سایت —"
|
747 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: User Role Editor 2.0\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-09-08 21:33+0700\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Vladimir Garagulya <vladimir@shinephp.com>\n"
|
8 |
"Language-Team: Morteza Gholami <Morteza.Gholami@Yahoo.Com>\n"
|
86 |
msgid "Allow non super administrators to create, edit, and delete users"
|
87 |
msgstr "اجازه به غیر مدیران اصلی برای ایجاد، ویرایش و حذف کاربران"
|
88 |
|
89 |
+
#: ../includes/class-user-role-editor.php:195
|
90 |
msgid "Change role for users without role"
|
91 |
msgstr "تغییر نقش برای کاربران بدون نقش"
|
92 |
|
93 |
+
#: ../includes/class-user-role-editor.php:196
|
94 |
msgid "No rights"
|
95 |
msgstr "هیچ حقوقی"
|
96 |
|
97 |
+
#: ../includes/class-user-role-editor.php:197
|
98 |
msgid "Provide new role"
|
99 |
msgstr "ارائهی نقش جدید"
|
100 |
|
101 |
+
#: ../includes/class-user-role-editor.php:281
|
102 |
+
#: ../includes/class-user-role-editor.php:283
|
103 |
msgid "You do not have permission to edit this user."
|
104 |
msgstr "شما اجازهی ویرایش این کاربر را ندارید."
|
105 |
|
106 |
+
#: ../includes/class-user-role-editor.php:424
|
107 |
msgid "Capabilities"
|
108 |
msgstr "قابلیتها"
|
109 |
|
110 |
+
#: ../includes/class-user-role-editor.php:517
|
111 |
msgid "Settings"
|
112 |
msgstr "تنظیمات"
|
113 |
|
114 |
+
#: ../includes/class-user-role-editor.php:530
|
115 |
+
#: ../includes/class-ure-lib.php:2275
|
116 |
msgid "Changelog"
|
117 |
msgstr "گزارش تغییرات"
|
118 |
|
119 |
+
#: ../includes/class-user-role-editor.php:552
|
120 |
msgid "Overview"
|
121 |
msgstr "مرور کلی"
|
122 |
|
123 |
+
#: ../includes/class-user-role-editor.php:561
|
124 |
+
#: ../includes/class-user-role-editor.php:589
|
125 |
+
#: ../includes/class-user-role-editor.php:930
|
126 |
+
#: ../includes/class-ure-lib.php:232
|
127 |
msgid "User Role Editor"
|
128 |
msgstr "ویرایشگر نقش کاربر"
|
129 |
|
130 |
+
#: ../includes/class-user-role-editor.php:646
|
131 |
+
#: ../includes/class-user-role-editor.php:664
|
132 |
+
#: ../includes/class-user-role-editor.php:708
|
133 |
msgid "User Role Editor options are updated"
|
134 |
msgstr "تنظیمات ویرایشگر نقش کاربر بروز شد"
|
135 |
|
136 |
+
#: ../includes/class-user-role-editor.php:692
|
137 |
msgid "Default Roles are updated"
|
138 |
msgstr "نقشهای پیش فرض بروز شدند"
|
139 |
|
140 |
+
#: ../includes/class-user-role-editor.php:716
|
141 |
msgid ""
|
142 |
"You do not have sufficient permissions to manage options for User Role "
|
143 |
"Editor."
|
144 |
msgstr "شما مجوز کافی برای مدیریت تنظیمات ویرایشگر نقش کاربر را ندارید."
|
145 |
|
146 |
+
#: ../includes/class-user-role-editor.php:791
|
147 |
msgid "Insufficient permissions to work with User Role Editor"
|
148 |
msgstr "مجوز ناکافی برای کار با ویرایشگر نقش کاربر"
|
149 |
|
150 |
+
#: ../includes/class-user-role-editor.php:872
|
151 |
msgid "Select All"
|
152 |
msgstr "انتخاب همه"
|
153 |
|
154 |
+
#: ../includes/class-user-role-editor.php:873
|
155 |
msgid "Unselect All"
|
156 |
msgstr "عدمانتخاب همه"
|
157 |
|
158 |
+
#: ../includes/class-user-role-editor.php:874
|
159 |
msgid "Reverse"
|
160 |
msgstr "وارونه"
|
161 |
|
162 |
+
#: ../includes/class-user-role-editor.php:875
|
163 |
msgid "Update"
|
164 |
msgstr "بروزرسانی"
|
165 |
|
166 |
+
#: ../includes/class-user-role-editor.php:876
|
167 |
msgid "Please confirm permissions update"
|
168 |
msgstr "لطفا مجوز بروزرسانی را تایید کنید"
|
169 |
|
170 |
+
#: ../includes/class-user-role-editor.php:877
|
171 |
msgid "Add New Role"
|
172 |
msgstr "افزودن نقش جدید"
|
173 |
|
174 |
+
#: ../includes/class-user-role-editor.php:878
|
175 |
+
#: ../includes/class-user-role-editor.php:883
|
176 |
+
#, fuzzy
|
177 |
+
msgid "Rename Role"
|
178 |
+
msgstr "حذف نقش"
|
179 |
+
|
180 |
+
#: ../includes/class-user-role-editor.php:879
|
181 |
msgid " Role name (ID) can not be empty!"
|
182 |
msgstr " نام نقش (شناسه) نمی تواند خالی باشد!"
|
183 |
|
184 |
+
#: ../includes/class-user-role-editor.php:880
|
185 |
msgid ""
|
186 |
" Role name (ID) must contain latin characters, digits, hyphens or underscore "
|
187 |
"only!"
|
188 |
msgstr ""
|
189 |
" نام نقش (شناسه) باید فقط شامل حروف لاتین، اعداد، خط فاصله یا زیرخط باشد!"
|
190 |
|
191 |
+
#: ../includes/class-user-role-editor.php:881
|
192 |
msgid ""
|
193 |
" WordPress does not support numeric Role name (ID). Add latin characters to "
|
194 |
"it."
|
195 |
msgstr ""
|
196 |
" وردپرس از نام نقش (شناسه) عددی پشتیبانی نمیکند. حروف لاتین به آن اضافه کنید."
|
197 |
|
198 |
+
#: ../includes/class-user-role-editor.php:882
|
199 |
msgid "Add Role"
|
200 |
msgstr "افزودن نقش"
|
201 |
|
202 |
+
#: ../includes/class-user-role-editor.php:884
|
203 |
msgid "Delete Role"
|
204 |
msgstr "حذف نقش"
|
205 |
|
206 |
+
#: ../includes/class-user-role-editor.php:885
|
207 |
msgid "Cancel"
|
208 |
msgstr "لغو"
|
209 |
|
210 |
+
#: ../includes/class-user-role-editor.php:886
|
211 |
msgid "Add Capability"
|
212 |
msgstr "افزودن قابلیت"
|
213 |
|
214 |
+
#: ../includes/class-user-role-editor.php:887
|
215 |
+
#: ../includes/class-user-role-editor.php:896
|
216 |
msgid "Delete Capability"
|
217 |
msgstr "حذف قابلیت"
|
218 |
|
219 |
+
#: ../includes/class-user-role-editor.php:888
|
220 |
msgid "Reset"
|
221 |
msgstr "بازنشانی"
|
222 |
|
223 |
+
#: ../includes/class-user-role-editor.php:889
|
224 |
msgid "DANGER! Resetting will restore default settings from WordPress Core."
|
225 |
msgstr "خطر! بازنشانی، تنظیمات پیشفرض را از هستهی وردپرس بازمیگرداند."
|
226 |
|
227 |
+
#: ../includes/class-user-role-editor.php:890
|
228 |
msgid ""
|
229 |
"If any plugins have changed capabilities in any way upon installation (such "
|
230 |
"as S2Member, WooCommerce, and many more), those capabilities will be DELETED!"
|
232 |
"اگر هریک از افزونهها پس از نصب به هر نحو قابلیتها را تغییر دهند (مانند "
|
233 |
"S2Member ، WooCommerce و بسیاری دیگر) آن قابلیتها حذف خواهند شد!"
|
234 |
|
235 |
+
#: ../includes/class-user-role-editor.php:891
|
236 |
msgid ""
|
237 |
"For more information on how to undo changes and restore plugin capabilities "
|
238 |
"go to"
|
240 |
"برای کسب اطلاعات بیشتر درباره چگونگی خنثیسازی تغییرات و ترمیمکردن قابلیت ها "
|
241 |
"مراجعه کنید به"
|
242 |
|
243 |
+
#: ../includes/class-user-role-editor.php:893
|
244 |
msgid "Continue?"
|
245 |
msgstr "ادامه؟"
|
246 |
|
247 |
+
#: ../includes/class-user-role-editor.php:894
|
248 |
msgid "Default Role"
|
249 |
msgstr "نقش پیشفرض"
|
250 |
|
251 |
+
#: ../includes/class-user-role-editor.php:895
|
252 |
msgid "Set New Default Role"
|
253 |
msgstr "نشاندن نقش پیشفرض جدید"
|
254 |
|
255 |
+
#: ../includes/class-user-role-editor.php:897
|
256 |
msgid ""
|
257 |
"Warning! Be careful - removing critical capability could crash some plugin "
|
258 |
"or other custom code"
|
260 |
"اخطار! مراقب باشید - حذف قابلیت مهم میتواند برخی از افزونهها یا دیگر کدهای "
|
261 |
"سفارشی را دچار سانحه کند"
|
262 |
|
263 |
+
#: ../includes/class-user-role-editor.php:898
|
264 |
msgid " Capability name (ID) can not be empty!"
|
265 |
msgstr " نام قابلیت (شناسه) نمی تواند خالی باشد!"
|
266 |
|
267 |
+
#: ../includes/class-user-role-editor.php:899
|
268 |
msgid ""
|
269 |
" Capability name (ID) must contain latin characters, digits, hyphens or "
|
270 |
"underscore only!"
|
271 |
msgstr ""
|
272 |
" نام قابلیت (شناسه) باید فقط شامل حروف لاتین، اعداد، خط فاصله یا زیرخط باشد!"
|
273 |
|
274 |
+
#: ../includes/class-user-role-editor.php:933
|
275 |
+
#: ../includes/class-user-role-editor.php:962
|
276 |
msgid "Other Roles"
|
277 |
msgstr "دیگر نقشها"
|
278 |
|
279 |
+
#: ../includes/class-user-role-editor.php:944
|
280 |
msgid "Edit"
|
281 |
msgstr "ویرایش"
|
282 |
|
308 |
msgid "Custom capabilities:"
|
309 |
msgstr "قابلیتهای سفارشی:"
|
310 |
|
311 |
+
#: ../includes/class-ure-lib.php:140
|
312 |
msgid "Error: wrong request"
|
313 |
msgstr "خطا: درخواست اشتباه"
|
314 |
|
315 |
+
#: ../includes/class-ure-lib.php:173 ../includes/class-ure-lib.php:184
|
316 |
msgid "Role name (ID): "
|
317 |
msgstr "نام نقش (شناسه): "
|
318 |
|
319 |
+
#: ../includes/class-ure-lib.php:175 ../includes/class-ure-lib.php:186
|
320 |
msgid "Display Role Name: "
|
321 |
msgstr "نمایش نام نقش: "
|
322 |
|
323 |
+
#: ../includes/class-ure-lib.php:177
|
324 |
msgid "Make copy of: "
|
325 |
msgstr "ایجاد رونوشت از: "
|
326 |
|
327 |
+
#: ../includes/class-ure-lib.php:193
|
328 |
msgid "Select Role:"
|
329 |
msgstr "انتخاب نقش:"
|
330 |
|
331 |
+
#: ../includes/class-ure-lib.php:208
|
332 |
msgid "Delete:"
|
333 |
msgstr "حذف:"
|
334 |
|
335 |
+
#: ../includes/class-ure-lib.php:215
|
336 |
msgid "Capability name (ID): "
|
337 |
msgstr "نام قابلیت (شناسه): "
|
338 |
|
339 |
+
#: ../includes/class-ure-lib.php:329
|
340 |
msgid "Error: "
|
341 |
msgstr "خطا: "
|
342 |
|
343 |
+
#: ../includes/class-ure-lib.php:329
|
344 |
msgid "Role"
|
345 |
msgstr "نقش"
|
346 |
|
347 |
+
#: ../includes/class-ure-lib.php:330
|
348 |
msgid "does not exist"
|
349 |
msgstr "موجود نمیباشد"
|
350 |
|
351 |
+
#: ../includes/class-ure-lib.php:373
|
352 |
msgid "Role is updated successfully"
|
353 |
msgstr "نقش با موفقیت بروز شد"
|
354 |
|
355 |
+
#: ../includes/class-ure-lib.php:375
|
356 |
msgid "Roles are updated for all network"
|
357 |
msgstr "نقشها برای تمامی شبکه بروز شد"
|
358 |
|
359 |
+
#: ../includes/class-ure-lib.php:381
|
360 |
msgid "Error occured during role(s) update"
|
361 |
msgstr "خطایی در هنگام بروزسانی نقش(ها) رخ داد"
|
362 |
|
363 |
+
#: ../includes/class-ure-lib.php:388
|
364 |
msgid "User capabilities are updated successfully"
|
365 |
msgstr "قابلیتهای کاربر با موفقیت بروز شدند"
|
366 |
|
367 |
+
#: ../includes/class-ure-lib.php:393
|
368 |
msgid "Error occured during user update"
|
369 |
msgstr "خطایی در هنگام بروزرسانی کاربر رخ داد"
|
370 |
|
371 |
+
#: ../includes/class-ure-lib.php:451
|
372 |
msgid "User Roles are restored to WordPress default values. "
|
373 |
msgstr "نقشهای کاربر به مقدار پیشفرض وردپرس ترمیم شد."
|
374 |
|
375 |
+
#: ../includes/class-ure-lib.php:1317
|
376 |
msgid "Help"
|
377 |
msgstr "راهنما"
|
378 |
|
379 |
+
#: ../includes/class-ure-lib.php:1675
|
380 |
msgid "Error is occur. Please check the log file."
|
381 |
msgstr "خطایی رخ داده است. لطفا فایل گزارش را چک کنید."
|
382 |
|
383 |
+
#: ../includes/class-ure-lib.php:1718 ../includes/class-ure-lib.php:1785
|
384 |
msgid ""
|
385 |
"Error: Role ID must contain latin characters, digits, hyphens or underscore "
|
386 |
"only!"
|
387 |
msgstr ""
|
388 |
"خطا: شناسهی نقش باید فقط شامل حروف لاتین، اعداد، خط فاصله یا زیرخط باشد!"
|
389 |
|
390 |
+
#: ../includes/class-ure-lib.php:1722 ../includes/class-ure-lib.php:1789
|
391 |
msgid ""
|
392 |
"Error: WordPress does not support numeric Role name (ID). Add latin "
|
393 |
"characters to it."
|
395 |
"خطا: وردپرس از نام نقش (شناسه) عددی پشتیبانی نمیکند. حروف لاتین به آن اضافه "
|
396 |
"کنید."
|
397 |
|
398 |
+
#: ../includes/class-ure-lib.php:1737
|
399 |
#, php-format
|
400 |
msgid "Role %s exists already"
|
401 |
msgstr "نقش %s از پیش موجود است"
|
402 |
|
403 |
+
#: ../includes/class-ure-lib.php:1752
|
404 |
msgid "Error is encountered during new role create operation"
|
405 |
msgstr "با خطایی در هنگام عملیات ساخت نقش جدید روبرو شدیم"
|
406 |
|
407 |
+
#: ../includes/class-ure-lib.php:1754
|
408 |
#, php-format
|
409 |
msgid "Role %s is created successfully"
|
410 |
msgstr "نقش %s با موفقیت ایجاد شد"
|
411 |
|
412 |
+
#: ../includes/class-ure-lib.php:1778
|
413 |
+
msgid "Error: Role ID is empty!"
|
414 |
+
msgstr ""
|
415 |
+
|
416 |
+
#: ../includes/class-ure-lib.php:1796
|
417 |
+
msgid "Error: Empty role display name is not allowed."
|
418 |
+
msgstr ""
|
419 |
+
|
420 |
+
#: ../includes/class-ure-lib.php:1803
|
421 |
+
#, fuzzy, php-format
|
422 |
+
msgid "Role %s does not exists"
|
423 |
+
msgstr "موجود نمیباشد"
|
424 |
+
|
425 |
+
#: ../includes/class-ure-lib.php:1811
|
426 |
+
#, fuzzy, php-format
|
427 |
+
msgid "Role %s is renamed to %s successfully"
|
428 |
+
msgstr "نقش %s با موفقیت ایجاد شد"
|
429 |
+
|
430 |
+
#: ../includes/class-ure-lib.php:1878
|
431 |
msgid "Error encountered during role delete operation"
|
432 |
msgstr "با خطایی در هنگام عملیات حذف نقش روبرو شدیم"
|
433 |
|
434 |
+
#: ../includes/class-ure-lib.php:1880
|
435 |
msgid "Unused roles are deleted successfully"
|
436 |
msgstr "نقشهای استفاده نشده با موفقیت حذف شدند"
|
437 |
|
438 |
+
#: ../includes/class-ure-lib.php:1882
|
439 |
#, php-format
|
440 |
msgid "Role %s is deleted successfully"
|
441 |
msgstr "نقش %s با موفقیت حذف شد"
|
442 |
|
443 |
+
#: ../includes/class-ure-lib.php:1907
|
444 |
msgid "Error encountered during default role change operation"
|
445 |
msgstr "با خطایی در هنگام عملیات تغییر نقش پیشفرض روبرو شدیم"
|
446 |
|
447 |
+
#: ../includes/class-ure-lib.php:1913
|
448 |
#, php-format
|
449 |
msgid "Default role for new users is set to %s successfully"
|
450 |
msgstr "نقش پیشفرض برای کاربران جدید با موفقیت روی %s نشانده شد"
|
451 |
|
452 |
+
#: ../includes/class-ure-lib.php:1932
|
453 |
msgid "Editor"
|
454 |
msgstr "ویرایشگر"
|
455 |
|
456 |
+
#: ../includes/class-ure-lib.php:1933
|
457 |
msgid "Author"
|
458 |
msgstr "نویسنده"
|
459 |
|
460 |
+
#: ../includes/class-ure-lib.php:1934
|
461 |
msgid "Contributor"
|
462 |
msgstr "مشارکتکننده"
|
463 |
|
464 |
+
#: ../includes/class-ure-lib.php:1935
|
465 |
msgid "Subscriber"
|
466 |
msgstr "مشترک"
|
467 |
|
468 |
+
#: ../includes/class-ure-lib.php:1937
|
469 |
msgid "Switch themes"
|
470 |
msgstr "تغییر پوستهها"
|
471 |
|
472 |
+
#: ../includes/class-ure-lib.php:1938
|
473 |
msgid "Edit themes"
|
474 |
msgstr "ویرایش پوستهها"
|
475 |
|
476 |
+
#: ../includes/class-ure-lib.php:1939
|
477 |
msgid "Activate plugins"
|
478 |
msgstr "فعالسازی افزونهها"
|
479 |
|
480 |
+
#: ../includes/class-ure-lib.php:1940
|
481 |
msgid "Edit plugins"
|
482 |
msgstr "ویرایش افزونهها"
|
483 |
|
484 |
+
#: ../includes/class-ure-lib.php:1941
|
485 |
msgid "Edit users"
|
486 |
msgstr "ویرایش کاربران"
|
487 |
|
488 |
+
#: ../includes/class-ure-lib.php:1942
|
489 |
msgid "Edit files"
|
490 |
msgstr "ویرایش فایلها"
|
491 |
|
492 |
+
#: ../includes/class-ure-lib.php:1943
|
493 |
msgid "Manage options"
|
494 |
msgstr "مدیریت تنظیمات"
|
495 |
|
496 |
+
#: ../includes/class-ure-lib.php:1944
|
497 |
msgid "Moderate comments"
|
498 |
msgstr "مدیریت دیدگاهها"
|
499 |
|
500 |
+
#: ../includes/class-ure-lib.php:1945
|
501 |
msgid "Manage categories"
|
502 |
msgstr "مدیریت دستهها"
|
503 |
|
504 |
+
#: ../includes/class-ure-lib.php:1946
|
505 |
msgid "Manage links"
|
506 |
msgstr "مدیریت پیوندها"
|
507 |
|
508 |
+
#: ../includes/class-ure-lib.php:1947
|
509 |
msgid "Upload files"
|
510 |
msgstr "بارگذاری فایلها"
|
511 |
|
512 |
+
#: ../includes/class-ure-lib.php:1948
|
513 |
msgid "Import"
|
514 |
msgstr "درونریزی"
|
515 |
|
516 |
+
#: ../includes/class-ure-lib.php:1949
|
517 |
msgid "Unfiltered html"
|
518 |
msgstr "اچتیامال فیلترنشده"
|
519 |
|
520 |
+
#: ../includes/class-ure-lib.php:1950
|
521 |
msgid "Edit posts"
|
522 |
msgstr "ویرایش نوشتهها"
|
523 |
|
524 |
+
#: ../includes/class-ure-lib.php:1951
|
525 |
msgid "Edit others posts"
|
526 |
msgstr "ویرایش نوشتهی دیگران"
|
527 |
|
528 |
+
#: ../includes/class-ure-lib.php:1952
|
529 |
msgid "Edit published posts"
|
530 |
msgstr "ویرایش نوشتههای منتشرشده"
|
531 |
|
532 |
+
#: ../includes/class-ure-lib.php:1953
|
533 |
msgid "Publish posts"
|
534 |
msgstr "انتشار نوشتهها"
|
535 |
|
536 |
+
#: ../includes/class-ure-lib.php:1954
|
537 |
msgid "Edit pages"
|
538 |
msgstr "ویرایش صفحات"
|
539 |
|
540 |
+
#: ../includes/class-ure-lib.php:1955
|
541 |
msgid "Read"
|
542 |
msgstr "خواندن"
|
543 |
|
544 |
+
#: ../includes/class-ure-lib.php:1956
|
545 |
msgid "Level 10"
|
546 |
msgstr "سطح ۱۰"
|
547 |
|
548 |
+
#: ../includes/class-ure-lib.php:1957
|
549 |
msgid "Level 9"
|
550 |
msgstr "سطح ۹"
|
551 |
|
552 |
+
#: ../includes/class-ure-lib.php:1958
|
553 |
msgid "Level 8"
|
554 |
msgstr "سطح ۸"
|
555 |
|
556 |
+
#: ../includes/class-ure-lib.php:1959
|
557 |
msgid "Level 7"
|
558 |
msgstr "سطح ۷"
|
559 |
|
560 |
+
#: ../includes/class-ure-lib.php:1960
|
561 |
msgid "Level 6"
|
562 |
msgstr "سطح ۶"
|
563 |
|
564 |
+
#: ../includes/class-ure-lib.php:1961
|
565 |
msgid "Level 5"
|
566 |
msgstr "سطح ۵"
|
567 |
|
568 |
+
#: ../includes/class-ure-lib.php:1962
|
569 |
msgid "Level 4"
|
570 |
msgstr "سطح ۴"
|
571 |
|
572 |
+
#: ../includes/class-ure-lib.php:1963
|
573 |
msgid "Level 3"
|
574 |
msgstr "سطح ۳"
|
575 |
|
576 |
+
#: ../includes/class-ure-lib.php:1964
|
577 |
msgid "Level 2"
|
578 |
msgstr "سطح ۲"
|
579 |
|
580 |
+
#: ../includes/class-ure-lib.php:1965
|
581 |
msgid "Level 1"
|
582 |
msgstr "سطح ۱"
|
583 |
|
584 |
+
#: ../includes/class-ure-lib.php:1966
|
585 |
msgid "Level 0"
|
586 |
msgstr "سطح ۰"
|
587 |
|
588 |
+
#: ../includes/class-ure-lib.php:1967
|
589 |
msgid "Edit others pages"
|
590 |
msgstr "ویرایش صفحات دیگران"
|
591 |
|
592 |
+
#: ../includes/class-ure-lib.php:1968
|
593 |
msgid "Edit published pages"
|
594 |
msgstr "ویرایش صفحات منتشرشده"
|
595 |
|
596 |
+
#: ../includes/class-ure-lib.php:1969
|
597 |
msgid "Publish pages"
|
598 |
msgstr "انتشار صفحات"
|
599 |
|
600 |
+
#: ../includes/class-ure-lib.php:1970
|
601 |
msgid "Delete pages"
|
602 |
msgstr "حذف صفحات"
|
603 |
|
604 |
+
#: ../includes/class-ure-lib.php:1971
|
605 |
msgid "Delete others pages"
|
606 |
msgstr "حذف صفحات دیگران"
|
607 |
|
608 |
+
#: ../includes/class-ure-lib.php:1972
|
609 |
msgid "Delete published pages"
|
610 |
msgstr "حذف صفحات منتشرشده"
|
611 |
|
612 |
+
#: ../includes/class-ure-lib.php:1973
|
613 |
msgid "Delete posts"
|
614 |
msgstr "حذف صفحات"
|
615 |
|
616 |
+
#: ../includes/class-ure-lib.php:1974
|
617 |
msgid "Delete others posts"
|
618 |
msgstr "حذف نوشتههای دیگران"
|
619 |
|
620 |
+
#: ../includes/class-ure-lib.php:1975
|
621 |
msgid "Delete published posts"
|
622 |
msgstr "حذف نوشتههای منتشرشده"
|
623 |
|
624 |
+
#: ../includes/class-ure-lib.php:1976
|
625 |
msgid "Delete private posts"
|
626 |
msgstr "حذف نوشتههای خصوصی"
|
627 |
|
628 |
+
#: ../includes/class-ure-lib.php:1977
|
629 |
msgid "Edit private posts"
|
630 |
msgstr "ویرایش نوشتههای خصوصی"
|
631 |
|
632 |
+
#: ../includes/class-ure-lib.php:1978
|
633 |
msgid "Read private posts"
|
634 |
msgstr "خواندن نوشتههای خصوصی"
|
635 |
|
636 |
+
#: ../includes/class-ure-lib.php:1979
|
637 |
msgid "Delete private pages"
|
638 |
msgstr "حذف صفحات خصوصی"
|
639 |
|
640 |
+
#: ../includes/class-ure-lib.php:1980
|
641 |
msgid "Edit private pages"
|
642 |
msgstr "ویرایش صفحات خصوصی"
|
643 |
|
644 |
+
#: ../includes/class-ure-lib.php:1981
|
645 |
msgid "Read private pages"
|
646 |
msgstr "خواندن صفحات خصوصی"
|
647 |
|
648 |
+
#: ../includes/class-ure-lib.php:1982
|
649 |
msgid "Delete users"
|
650 |
msgstr "حذف کاربران"
|
651 |
|
652 |
+
#: ../includes/class-ure-lib.php:1983
|
653 |
msgid "Create users"
|
654 |
msgstr "ایجاد کاربران"
|
655 |
|
656 |
+
#: ../includes/class-ure-lib.php:1984
|
657 |
msgid "Unfiltered upload"
|
658 |
msgstr "بارگذاری فیلترشده"
|
659 |
|
660 |
+
#: ../includes/class-ure-lib.php:1985
|
661 |
msgid "Edit dashboard"
|
662 |
msgstr "ویرایش پیشخوان"
|
663 |
|
664 |
+
#: ../includes/class-ure-lib.php:1986
|
665 |
msgid "Update plugins"
|
666 |
msgstr "بروزرسانی افزونهها"
|
667 |
|
668 |
+
#: ../includes/class-ure-lib.php:1987
|
669 |
msgid "Delete plugins"
|
670 |
msgstr "حذف افزونهها"
|
671 |
|
672 |
+
#: ../includes/class-ure-lib.php:1988
|
673 |
msgid "Install plugins"
|
674 |
msgstr "نصب افزونهها"
|
675 |
|
676 |
+
#: ../includes/class-ure-lib.php:1989
|
677 |
msgid "Update themes"
|
678 |
msgstr "بروزرسانی پوستهها"
|
679 |
|
680 |
+
#: ../includes/class-ure-lib.php:1990
|
681 |
msgid "Install themes"
|
682 |
msgstr "نصب پوستهها"
|
683 |
|
684 |
+
#: ../includes/class-ure-lib.php:1991
|
685 |
msgid "Update core"
|
686 |
msgstr "بروزرسانی هسته"
|
687 |
|
688 |
+
#: ../includes/class-ure-lib.php:1992
|
689 |
msgid "List users"
|
690 |
msgstr "فهرست کاربران"
|
691 |
|
692 |
+
#: ../includes/class-ure-lib.php:1993
|
693 |
msgid "Remove users"
|
694 |
msgstr "حذف کابران"
|
695 |
|
696 |
+
#: ../includes/class-ure-lib.php:1994
|
697 |
msgid "Add users"
|
698 |
msgstr "افزودن کاربران"
|
699 |
|
700 |
+
#: ../includes/class-ure-lib.php:1995
|
701 |
msgid "Promote users"
|
702 |
msgstr "ارتقاء کاربران"
|
703 |
|
704 |
+
#: ../includes/class-ure-lib.php:1996
|
705 |
msgid "Edit theme options"
|
706 |
msgstr "ویرایش تنظیمات پوسته"
|
707 |
|
708 |
+
#: ../includes/class-ure-lib.php:1997
|
709 |
msgid "Delete themes"
|
710 |
msgstr "حذف پوستهها"
|
711 |
|
712 |
+
#: ../includes/class-ure-lib.php:1998
|
713 |
msgid "Export"
|
714 |
msgstr "برونریزی"
|
715 |
|
716 |
+
#: ../includes/class-ure-lib.php:2108
|
717 |
msgid "Error: Capability name must contain latin characters and digits only!"
|
718 |
msgstr "خطا: نام قابلیت باید فقط شامل حروف لاتین و اعداد باشد!"
|
719 |
|
720 |
+
#: ../includes/class-ure-lib.php:2121
|
721 |
#, php-format
|
722 |
msgid "Capability %s is added successfully"
|
723 |
msgstr "قابلیت %s با موفقیت افزوده شد"
|
724 |
|
725 |
+
#: ../includes/class-ure-lib.php:2123
|
726 |
#, php-format
|
727 |
msgid "Capability %s exists already"
|
728 |
msgstr "قابلیت %s از پیش موجود است"
|
729 |
|
730 |
+
#: ../includes/class-ure-lib.php:2148
|
731 |
#, php-format
|
732 |
msgid "Error! You do not have permission to delete this capability: %s!"
|
733 |
msgstr "خطا! شما اجازهی حذف این قابلیت را ندارید: %s!"
|
734 |
|
735 |
+
#: ../includes/class-ure-lib.php:2167
|
736 |
#, php-format
|
737 |
msgid "Capability %s is removed successfully"
|
738 |
msgstr "قابلیت %s با موفقیت حذف شد"
|
739 |
|
740 |
+
#: ../includes/class-ure-lib.php:2271
|
741 |
msgid "Version:"
|
742 |
msgstr ""
|
743 |
|
744 |
+
#: ../includes/class-ure-lib.php:2272
|
745 |
msgid "Author's website"
|
746 |
msgstr "وبگاه نویسنده"
|
747 |
|
748 |
+
#: ../includes/class-ure-lib.php:2273
|
749 |
msgid "Plugin webpage"
|
750 |
msgstr "صفحه افزونه"
|
751 |
|
752 |
+
#: ../includes/class-ure-lib.php:2274
|
753 |
msgid "Plugin download"
|
754 |
msgstr "بارگیری افزونه"
|
755 |
|
756 |
+
#: ../includes/class-ure-lib.php:2276
|
757 |
msgid "FAQ"
|
758 |
msgstr "سوالات مکرر"
|
759 |
|
760 |
+
#: ../includes/class-ure-lib.php:2324
|
761 |
msgid "None"
|
762 |
msgstr "هیچکدام"
|
763 |
|
764 |
+
#: ../includes/class-ure-lib.php:2351
|
765 |
msgid "Delete All Unused Roles"
|
766 |
msgstr "حذف همهی نقشهای استفادهنشده"
|
767 |
|
768 |
+
#: ../includes/class-ure-lib.php:2375
|
769 |
msgid "— No role for this site —"
|
770 |
msgstr "— هیچ نقشی برای این سایت —"
|
771 |
|
lang/ure-he_IL.mo
CHANGED
Binary file
|
lang/ure-he_IL.po
CHANGED
@@ -5,7 +5,7 @@ msgid ""
|
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: User Role Editor\n"
|
7 |
"Report-Msgid-Bugs-To: \n"
|
8 |
-
"POT-Creation-Date: 2014-
|
9 |
"PO-Revision-Date: \n"
|
10 |
"Last-Translator: Vladimir Garagulya <vladimir@shinephp.com>\n"
|
11 |
"Language-Team: Ahrale, Atar4U.com <contact@atar4u.com>\n"
|
@@ -109,15 +109,15 @@ msgstr ""
|
|
109 |
msgid "Allow non super administrators to create, edit, and delete users"
|
110 |
msgstr ""
|
111 |
|
112 |
-
#: ../includes/class-user-role-editor.php:
|
113 |
msgid "Change role for users without role"
|
114 |
msgstr ""
|
115 |
|
116 |
-
#: ../includes/class-user-role-editor.php:
|
117 |
msgid "No rights"
|
118 |
msgstr ""
|
119 |
|
120 |
-
#: ../includes/class-user-role-editor.php:
|
121 |
msgid "Provide new role"
|
122 |
msgstr ""
|
123 |
|
@@ -125,8 +125,8 @@ msgstr ""
|
|
125 |
# return sprintf(__('Error! You do not have permission to delete this capability: %s!', 'ure'), $capability_id);
|
126 |
# }
|
127 |
# wpml-name: 0e132e68574d9609d956f9be409f7384
|
128 |
-
#: ../includes/class-user-role-editor.php:
|
129 |
-
#: ../includes/class-user-role-editor.php:
|
130 |
msgid "You do not have permission to edit this user."
|
131 |
msgstr ""
|
132 |
|
@@ -134,7 +134,7 @@ msgstr ""
|
|
134 |
# '">' . __('Capabilities', 'ure') . '</a>';
|
135 |
# }
|
136 |
# wpml-name: 82ec2cd6fda87713f588da75c3b1d0ed
|
137 |
-
#: ../includes/class-user-role-editor.php:
|
138 |
msgid "Capabilities"
|
139 |
msgstr "יכולות"
|
140 |
|
@@ -142,7 +142,7 @@ msgstr "יכולות"
|
|
142 |
# $settings_link = "<a href='options-general.php?page=settings-".URE_PLUGIN_FILE."'>" . __('Settings', 'ure') . "</a>";
|
143 |
# array_unshift($links, $settings_link);
|
144 |
# wpml-name: f4f70727dc34561dfde1a3c529b6205c
|
145 |
-
#: ../includes/class-user-role-editor.php:
|
146 |
msgid "Settings"
|
147 |
msgstr "הגדרות"
|
148 |
|
@@ -150,12 +150,12 @@ msgstr "הגדרות"
|
|
150 |
# $links[] = '<a target="_blank" href="http://role-editor.com/changelog">' . __('Changelog', 'ure') . '</a>';
|
151 |
# }
|
152 |
# wpml-name: c49182dc0c7a70b9cd2e10853d9ec6c7
|
153 |
-
#: ../includes/class-user-role-editor.php:
|
154 |
-
#: ../includes/class-ure-lib.php:
|
155 |
msgid "Changelog"
|
156 |
msgstr "יומן שינויים"
|
157 |
|
158 |
-
#: ../includes/class-user-role-editor.php:
|
159 |
msgid "Overview"
|
160 |
msgstr ""
|
161 |
|
@@ -163,10 +163,10 @@ msgstr ""
|
|
163 |
# esc_html__('User Role Editor', 'ure'),
|
164 |
# $this->key_capability, 'settings-'.URE_PLUGIN_FILE, array(&$this, 'settings'));
|
165 |
# wpml-name: c26ad3b67c7211a5872194d68cb5a8eb
|
166 |
-
#: ../includes/class-user-role-editor.php:
|
167 |
-
#: ../includes/class-user-role-editor.php:
|
168 |
-
#: ../includes/class-user-role-editor.php:
|
169 |
-
#: ../includes/class-ure-lib.php:
|
170 |
msgid "User Role Editor"
|
171 |
msgstr "User Role Editor"
|
172 |
|
@@ -174,9 +174,9 @@ msgstr "User Role Editor"
|
|
174 |
# $this->lib->show_message(__('User Role Editor options are updated', 'ure'));
|
175 |
# } else { // get options from the options storage
|
176 |
# wpml-name: aef323fbbd25d577170fff17c15cf857
|
177 |
-
#: ../includes/class-user-role-editor.php:
|
178 |
-
#: ../includes/class-user-role-editor.php:
|
179 |
-
#: ../includes/class-user-role-editor.php:
|
180 |
msgid "User Role Editor options are updated"
|
181 |
msgstr "אפשרויות עורך תפקיד משתמש עודכנו"
|
182 |
|
@@ -184,18 +184,18 @@ msgstr "אפשרויות עורך תפקיד משתמש עודכנו"
|
|
184 |
# 'default_role' => __('Default Role', 'ure'),
|
185 |
# 'set_new_default_role' => __('Set New Default Role', 'ure'),
|
186 |
# wpml-name: db135301eaf77a955b2b016f9b9d6a99
|
187 |
-
#: ../includes/class-user-role-editor.php:
|
188 |
#, fuzzy
|
189 |
msgid "Default Roles are updated"
|
190 |
msgstr "תפקיד ברירת מחדל"
|
191 |
|
192 |
-
#: ../includes/class-user-role-editor.php:
|
193 |
msgid ""
|
194 |
"You do not have sufficient permissions to manage options for User Role "
|
195 |
"Editor."
|
196 |
msgstr ""
|
197 |
|
198 |
-
#: ../includes/class-user-role-editor.php:
|
199 |
msgid "Insufficient permissions to work with User Role Editor"
|
200 |
msgstr ""
|
201 |
|
@@ -203,7 +203,7 @@ msgstr ""
|
|
203 |
# 'select_all' => __('Select All', 'ure'),
|
204 |
# 'unselect_all' => __('Unselect All', 'ure'),
|
205 |
# wpml-name: 45e96c0a422ce8a1a6ec1bd5eb9625c6
|
206 |
-
#: ../includes/class-user-role-editor.php:
|
207 |
msgid "Select All"
|
208 |
msgstr "בחירת הכל"
|
209 |
|
@@ -211,7 +211,7 @@ msgstr "בחירת הכל"
|
|
211 |
# 'unselect_all' => __('Unselect All', 'ure'),
|
212 |
# 'reverse' => __('Reverse', 'ure'),
|
213 |
# wpml-name: 016269c0d83a19a19a2ee0a4294740b4
|
214 |
-
#: ../includes/class-user-role-editor.php:
|
215 |
msgid "Unselect All"
|
216 |
msgstr "לא לבחור שום דבר"
|
217 |
|
@@ -219,7 +219,7 @@ msgstr "לא לבחור שום דבר"
|
|
219 |
# 'reverse' => __('Reverse', 'ure'),
|
220 |
# 'update' => __('Update', 'ure'),
|
221 |
# wpml-name: 67f115c1fddc4ce1aeb1c754001585bc
|
222 |
-
#: ../includes/class-user-role-editor.php:
|
223 |
msgid "Reverse"
|
224 |
msgstr "להפוך"
|
225 |
|
@@ -227,7 +227,7 @@ msgstr "להפוך"
|
|
227 |
# 'update' => __('Update', 'ure'),
|
228 |
# 'confirm_submit' => __('Please confirm permissions update', 'ure'),
|
229 |
# wpml-name: 06933067aafd48425d67bcb01bba5cb6
|
230 |
-
#: ../includes/class-user-role-editor.php:
|
231 |
msgid "Update"
|
232 |
msgstr "עדכן"
|
233 |
|
@@ -235,7 +235,7 @@ msgstr "עדכן"
|
|
235 |
# 'confirm_submit' => __('Please confirm permissions update', 'ure'),
|
236 |
# 'add_new_role_title' => __('Add New Role', 'ure'),
|
237 |
# wpml-name: 85251872440cc94c6080a90451e018c4
|
238 |
-
#: ../includes/class-user-role-editor.php:
|
239 |
msgid "Please confirm permissions update"
|
240 |
msgstr "נא לאשר את עדכון ההרשאות"
|
241 |
|
@@ -243,15 +243,25 @@ msgstr "נא לאשר את עדכון ההרשאות"
|
|
243 |
# 'add_new_role_title' => __('Add New Role', 'ure'),
|
244 |
# 'role_name_required' => __(' Role name (ID) can not be empty!', 'ure'),
|
245 |
# wpml-name: cf46e7fb1093a47a76f35fc61ab5d432
|
246 |
-
#: ../includes/class-user-role-editor.php:
|
247 |
msgid "Add New Role"
|
248 |
msgstr "הוסף סוג משתמש חדש"
|
249 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
250 |
# 'add_new_role_title' => __('Add New Role', 'ure'),
|
251 |
# 'role_name_required' => __(' Role name (ID) can not be empty!', 'ure'),
|
252 |
# 'role_name_valid_chars' => __(' Role name (ID) must contain latin characters, digits, hyphens or underscore only!', 'ure'),
|
253 |
# wpml-name: 1400ecabfd5a7c9527f71723da18dad0
|
254 |
-
#: ../includes/class-user-role-editor.php:
|
255 |
msgid " Role name (ID) can not be empty!"
|
256 |
msgstr " שם התפקיד (מזהה) אינו יכול להישאר ריק!"
|
257 |
|
@@ -259,14 +269,14 @@ msgstr " שם התפקיד (מזהה) אינו יכול להישאר ריק!"
|
|
259 |
# 'role_name_valid_chars' => __(' Role name (ID) must contain latin characters, digits, hyphens or underscore only!', 'ure'),
|
260 |
# 'add_role' => __('Add Role', 'ure'),
|
261 |
# wpml-name: 7b94f04285f5efc287652bd40338e730
|
262 |
-
#: ../includes/class-user-role-editor.php:
|
263 |
msgid ""
|
264 |
" Role name (ID) must contain latin characters, digits, hyphens or underscore "
|
265 |
"only!"
|
266 |
msgstr ""
|
267 |
" שם התפקיד (מזהה) חייב להכיל אותיות לטיניות, ספרות, מקפים או קו תחתון בלבד!"
|
268 |
|
269 |
-
#: ../includes/class-user-role-editor.php:
|
270 |
msgid ""
|
271 |
" WordPress does not support numeric Role name (ID). Add latin characters to "
|
272 |
"it."
|
@@ -276,7 +286,7 @@ msgstr ""
|
|
276 |
# 'add_role' => __('Add Role', 'ure'),
|
277 |
# 'delete_role' => __('Delete Role', 'ure'),
|
278 |
# wpml-name: 1453b39dcc15a372640d960c6db7db25
|
279 |
-
#: ../includes/class-user-role-editor.php:
|
280 |
msgid "Add Role"
|
281 |
msgstr "הוספת תפקיד"
|
282 |
|
@@ -284,7 +294,7 @@ msgstr "הוספת תפקיד"
|
|
284 |
# 'delete_role' => __('Delete Role', 'ure'),
|
285 |
# 'cancel' => __('Cancel', 'ure'),
|
286 |
# wpml-name: 4e2626418b461869a386850b0f3b437f
|
287 |
-
#: ../includes/class-user-role-editor.php:
|
288 |
msgid "Delete Role"
|
289 |
msgstr "מחיקת סוג משתמש"
|
290 |
|
@@ -292,7 +302,7 @@ msgstr "מחיקת סוג משתמש"
|
|
292 |
# 'cancel' => __('Cancel', 'ure'),
|
293 |
# 'add_capability' => __('Add Capability', 'ure'),
|
294 |
# wpml-name: ea4788705e6873b424c65e91c2846b19
|
295 |
-
#: ../includes/class-user-role-editor.php:
|
296 |
msgid "Cancel"
|
297 |
msgstr "ביטול"
|
298 |
|
@@ -300,7 +310,7 @@ msgstr "ביטול"
|
|
300 |
# 'add_capability' => __('Add Capability', 'ure'),
|
301 |
# 'delete_capability' => __('Delete Capability', 'ure'),
|
302 |
# wpml-name: 39cc0b416ba0d26679547346b8c5cf8d
|
303 |
-
#: ../includes/class-user-role-editor.php:
|
304 |
msgid "Add Capability"
|
305 |
msgstr "הוספת יכולת"
|
306 |
|
@@ -308,8 +318,8 @@ msgstr "הוספת יכולת"
|
|
308 |
# 'delete_capability' => __('Delete Capability', 'ure'),
|
309 |
# 'delete_capability_warning' => __('Warning! Be careful - removing critical capability could crash some plugin or other custom code', 'ure'),
|
310 |
# wpml-name: 06844dd4ec4b29fa8a354aaacbd4861a
|
311 |
-
#: ../includes/class-user-role-editor.php:
|
312 |
-
#: ../includes/class-user-role-editor.php:
|
313 |
msgid "Delete Capability"
|
314 |
msgstr "מחיקת יכולת"
|
315 |
|
@@ -317,21 +327,21 @@ msgstr "מחיקת יכולת"
|
|
317 |
# 'reset' => __('Reset', 'ure'),
|
318 |
# 'reset_warning' => __('Reset Roles to WordPress defaults. Be careful, all changes made by you or plugins will be lost. Some plugins, e.g. S2Member, WooCommerce reactivation could be needed. Continue?', 'ure'),
|
319 |
# wpml-name: 526d688f37a86d3c3f27d0c5016eb71d
|
320 |
-
#: ../includes/class-user-role-editor.php:
|
321 |
msgid "Reset"
|
322 |
msgstr "איפוס"
|
323 |
|
324 |
-
#: ../includes/class-user-role-editor.php:
|
325 |
msgid "DANGER! Resetting will restore default settings from WordPress Core."
|
326 |
msgstr ""
|
327 |
|
328 |
-
#: ../includes/class-user-role-editor.php:
|
329 |
msgid ""
|
330 |
"If any plugins have changed capabilities in any way upon installation (such "
|
331 |
"as S2Member, WooCommerce, and many more), those capabilities will be DELETED!"
|
332 |
msgstr ""
|
333 |
|
334 |
-
#: ../includes/class-user-role-editor.php:
|
335 |
msgid ""
|
336 |
"For more information on how to undo changes and restore plugin capabilities "
|
337 |
"go to"
|
@@ -341,7 +351,7 @@ msgstr ""
|
|
341 |
# __('Contributor', 'ure');
|
342 |
# __('Subscriber', 'ure');
|
343 |
# wpml-name: 23d21ad4dea7aadf907e5e601b1905e6
|
344 |
-
#: ../includes/class-user-role-editor.php:
|
345 |
msgid "Continue?"
|
346 |
msgstr ""
|
347 |
|
@@ -349,7 +359,7 @@ msgstr ""
|
|
349 |
# 'default_role' => __('Default Role', 'ure'),
|
350 |
# 'set_new_default_role' => __('Set New Default Role', 'ure'),
|
351 |
# wpml-name: db135301eaf77a955b2b016f9b9d6a99
|
352 |
-
#: ../includes/class-user-role-editor.php:
|
353 |
msgid "Default Role"
|
354 |
msgstr "תפקיד ברירת מחדל"
|
355 |
|
@@ -357,7 +367,7 @@ msgstr "תפקיד ברירת מחדל"
|
|
357 |
# 'set_new_default_role' => __('Set New Default Role', 'ure'),
|
358 |
# 'delete_capability' => __('Delete Capability', 'ure'),
|
359 |
# wpml-name: f28d52a1096a73cff427d1216dc578ad
|
360 |
-
#: ../includes/class-user-role-editor.php:
|
361 |
msgid "Set New Default Role"
|
362 |
msgstr "הגדר תפקיד ברירת מחדל חדש"
|
363 |
|
@@ -365,7 +375,7 @@ msgstr "הגדר תפקיד ברירת מחדל חדש"
|
|
365 |
# 'delete_capability_warning' => __('Warning! Be careful - removing critical capability could crash some plugin or other custom code', 'ure'),
|
366 |
# 'capability_name_required' => __(' Capability name (ID) can not be empty!', 'ure'),
|
367 |
# wpml-name: b8827a096ab461b8e26931adf82c8d85
|
368 |
-
#: ../includes/class-user-role-editor.php:
|
369 |
msgid ""
|
370 |
"Warning! Be careful - removing critical capability could crash some plugin "
|
371 |
"or other custom code"
|
@@ -377,7 +387,7 @@ msgstr ""
|
|
377 |
# 'capability_name_required' => __(' Capability name (ID) can not be empty!', 'ure'),
|
378 |
# 'capability_name_valid_chars' => __(' Capability name (ID) must contain latin characters, digits, hyphens or underscore only!', 'ure'),
|
379 |
# wpml-name: ba38256d66e3ae37b7b16052a0f94729
|
380 |
-
#: ../includes/class-user-role-editor.php:
|
381 |
msgid " Capability name (ID) can not be empty!"
|
382 |
msgstr " שם היכולת (מזהה) לא יכול להיות ריק!"
|
383 |
|
@@ -385,7 +395,7 @@ msgstr " שם היכולת (מזהה) לא יכול להיות ריק!"
|
|
385 |
# 'capability_name_valid_chars' => __(' Capability name (ID) must contain latin characters, digits, hyphens or underscore only!', 'ure'),
|
386 |
# ) );
|
387 |
# wpml-name: 6d4c115be3e7b4f1fd70112642c9a72d
|
388 |
-
#: ../includes/class-user-role-editor.php:
|
389 |
msgid ""
|
390 |
" Capability name (ID) must contain latin characters, digits, hyphens or "
|
391 |
"underscore only!"
|
@@ -396,8 +406,8 @@ msgstr ""
|
|
396 |
# <th scope="row"><?php _e('Other Roles', 'ure'); ?></th>
|
397 |
# <td>
|
398 |
# wpml-name: a5f40dc2b5f2552187d0326e77e267eb
|
399 |
-
#: ../includes/class-user-role-editor.php:
|
400 |
-
#: ../includes/class-user-role-editor.php:
|
401 |
msgid "Other Roles"
|
402 |
msgstr "תפקידים אחרים"
|
403 |
|
@@ -405,7 +415,7 @@ msgstr "תפקידים אחרים"
|
|
405 |
# echo $output . ' >> <a href="' . wp_nonce_url("users.php?page=users-".URE_PLUGIN_FILE."&object=user&user_id={$user->ID}", "ure_user_{$user->ID}") . '">' . __('Edit', 'ure') . '</a>';
|
406 |
# ?>
|
407 |
# wpml-name: 7dce122004969d56ae2e0245cb754d35
|
408 |
-
#: ../includes/class-user-role-editor.php:
|
409 |
msgid "Edit"
|
410 |
msgstr "עריכה"
|
411 |
|
@@ -455,7 +465,7 @@ msgstr "יכולות"
|
|
455 |
# $this->show_message(__('Error: wrong request', 'URE'));
|
456 |
# return false;
|
457 |
# wpml-name: a4b9ac7e09dc5996d763f6bae29fd31a
|
458 |
-
#: ../includes/class-ure-lib.php:
|
459 |
msgid "Error: wrong request"
|
460 |
msgstr "שגיאה: בקשה מוטעית"
|
461 |
|
@@ -463,16 +473,16 @@ msgstr "שגיאה: בקשה מוטעית"
|
|
463 |
# 'role_name_required' => __(' Role name (ID) can not be empty!', 'ure'),
|
464 |
# 'role_name_valid_chars' => __(' Role name (ID) must contain latin characters, digits, hyphens or underscore only!', 'ure'),
|
465 |
# wpml-name: 1400ecabfd5a7c9527f71723da18dad0
|
466 |
-
#: ../includes/class-ure-lib.php:
|
467 |
#, fuzzy
|
468 |
msgid "Role name (ID): "
|
469 |
msgstr " שם התפקיד (מזהה) אינו יכול להישאר ריק!"
|
470 |
|
471 |
-
#: ../includes/class-ure-lib.php:
|
472 |
msgid "Display Role Name: "
|
473 |
msgstr ""
|
474 |
|
475 |
-
#: ../includes/class-ure-lib.php:
|
476 |
msgid "Make copy of: "
|
477 |
msgstr ""
|
478 |
|
@@ -480,7 +490,7 @@ msgstr ""
|
|
480 |
# 'delete_role' => __('Delete Role', 'ure'),
|
481 |
# 'cancel' => __('Cancel', 'ure'),
|
482 |
# wpml-name: 4e2626418b461869a386850b0f3b437f
|
483 |
-
#: ../includes/class-ure-lib.php:
|
484 |
#, fuzzy
|
485 |
msgid "Select Role:"
|
486 |
msgstr "מחיקת סוג משתמש"
|
@@ -489,7 +499,7 @@ msgstr "מחיקת סוג משתמש"
|
|
489 |
# 'delete_role' => __('Delete Role', 'ure'),
|
490 |
# 'cancel' => __('Cancel', 'ure'),
|
491 |
# wpml-name: 4e2626418b461869a386850b0f3b437f
|
492 |
-
#: ../includes/class-ure-lib.php:
|
493 |
#, fuzzy
|
494 |
msgid "Delete:"
|
495 |
msgstr "מחיקת סוג משתמש"
|
@@ -498,7 +508,7 @@ msgstr "מחיקת סוג משתמש"
|
|
498 |
# 'capability_name_required' => __(' Capability name (ID) can not be empty!', 'ure'),
|
499 |
# 'capability_name_valid_chars' => __(' Capability name (ID) must contain latin characters, digits, hyphens or underscore only!', 'ure'),
|
500 |
# wpml-name: ba38256d66e3ae37b7b16052a0f94729
|
501 |
-
#: ../includes/class-ure-lib.php:
|
502 |
#, fuzzy
|
503 |
msgid "Capability name (ID): "
|
504 |
msgstr " שם היכולת (מזהה) לא יכול להיות ריק!"
|
@@ -507,7 +517,7 @@ msgstr " שם היכולת (מזהה) לא יכול להיות ריק!"
|
|
507 |
# $mess = __('Error: ', 'ure') . __('Role', 'ure') . ' <em>' . esc_html($_POST['user_role']) . '</em> ' . __('does not exist', 'ure');
|
508 |
# $this->current_role = '';
|
509 |
# wpml-name: f97d2eb0a66987899d02bb180936afa3
|
510 |
-
#: ../includes/class-ure-lib.php:
|
511 |
msgid "Error: "
|
512 |
msgstr "שגיאה:"
|
513 |
|
@@ -515,7 +525,7 @@ msgstr "שגיאה:"
|
|
515 |
# $mess = __('Error: ', 'ure') . __('Role', 'ure') . ' <em>' . esc_html($_POST['user_role']) . '</em> ' . __('does not exist', 'ure');
|
516 |
# $this->current_role = '';
|
517 |
# wpml-name: bbbabdbe1b262f75d99d62880b953be1
|
518 |
-
#: ../includes/class-ure-lib.php:
|
519 |
msgid "Role"
|
520 |
msgstr "סוג משתמש:"
|
521 |
|
@@ -523,7 +533,7 @@ msgstr "סוג משתמש:"
|
|
523 |
# $mess = __('Error: ', 'ure') . __('Role', 'ure') . ' <em>' . esc_html($_POST['user_role']) . '</em> ' . __('does not exist', 'ure');
|
524 |
# $this->current_role = '';
|
525 |
# wpml-name: 9416a531e05cf18f1c26b97263e3c96b
|
526 |
-
#: ../includes/class-ure-lib.php:
|
527 |
msgid "does not exist"
|
528 |
msgstr "לא נמצא"
|
529 |
|
@@ -531,7 +541,7 @@ msgstr "לא נמצא"
|
|
531 |
# $mess = __('Role is updated successfully', 'ure');
|
532 |
# } else {
|
533 |
# wpml-name: 9fd866f99b55510d60384b7efeb22018
|
534 |
-
#: ../includes/class-ure-lib.php:
|
535 |
msgid "Role is updated successfully"
|
536 |
msgstr "התפקיד עודכן בהצלחה"
|
537 |
|
@@ -539,7 +549,7 @@ msgstr "התפקיד עודכן בהצלחה"
|
|
539 |
# $mess = __('Roles are updated for all network', 'ure');
|
540 |
# }
|
541 |
# wpml-name: f89c187756348dad944b0fcca790fde6
|
542 |
-
#: ../includes/class-ure-lib.php:
|
543 |
msgid "Roles are updated for all network"
|
544 |
msgstr "התפקידים עודכנו עבור כל הרשת"
|
545 |
|
@@ -547,7 +557,7 @@ msgstr "התפקידים עודכנו עבור כל הרשת"
|
|
547 |
# $mess = __('Error occured during role(s) update', 'ure');
|
548 |
# }
|
549 |
# wpml-name: 9f528ca4741155f636c4331b19f2b170
|
550 |
-
#: ../includes/class-ure-lib.php:
|
551 |
msgid "Error occured during role(s) update"
|
552 |
msgstr "קרתה שגיאה בעת עדכון תפקידי המשתמש"
|
553 |
|
@@ -555,7 +565,7 @@ msgstr "קרתה שגיאה בעת עדכון תפקידי המשתמש"
|
|
555 |
# $mess = __('User capabilities are updated successfully', 'ure');
|
556 |
# } else {
|
557 |
# wpml-name: ee37618edaa53156b3a18d543ec60412
|
558 |
-
#: ../includes/class-ure-lib.php:
|
559 |
msgid "User capabilities are updated successfully"
|
560 |
msgstr "יכולות המשתמש עודכנו בהצלחה"
|
561 |
|
@@ -563,7 +573,7 @@ msgstr "יכולות המשתמש עודכנו בהצלחה"
|
|
563 |
# $mess = __('Error occured during user update', 'ure');
|
564 |
# }
|
565 |
# wpml-name: f7283da5501e7e1cb13255d323859feb
|
566 |
-
#: ../includes/class-ure-lib.php:
|
567 |
msgid "Error occured during user update"
|
568 |
msgstr "קרתה שגיאה בזמן עדכון המשתמש"
|
569 |
|
@@ -571,7 +581,7 @@ msgstr "קרתה שגיאה בזמן עדכון המשתמש"
|
|
571 |
# $this->notification = __('User Roles are restored to WordPress default values. ', 'ure');
|
572 |
# } else if ($action == 'update') {
|
573 |
# wpml-name: 7182950b4f92d446844be24cfea6276a
|
574 |
-
#: ../includes/class-ure-lib.php:
|
575 |
msgid "User Roles are restored to WordPress default values. "
|
576 |
msgstr "תפקידי משתמש שוחזרו לערכי ברירת המחדל של וורדפרס."
|
577 |
|
@@ -579,7 +589,7 @@ msgstr "תפקידי משתמש שוחזרו לערכי ברירת המחדל ש
|
|
579 |
# $link = '<a href="' . $url . '" title="read about ' . $capability . ' user capability" target="new"><img src="' . URE_PLUGIN_URL . '/images/help.png" alt="' . __('Help', 'ure') . '" /></a>';
|
580 |
# } else {
|
581 |
# wpml-name: 6a26f548831e6a8c26bfbbd9f6ec61e0
|
582 |
-
#: ../includes/class-ure-lib.php:
|
583 |
msgid "Help"
|
584 |
msgstr "עזרה"
|
585 |
|
@@ -587,7 +597,7 @@ msgstr "עזרה"
|
|
587 |
# $this->show_message('Error! ' . __('Error is occur. Please check the log file.', 'ure'));
|
588 |
# }
|
589 |
# wpml-name: 766a60ac9e13c76c28bdf714ddecaa25
|
590 |
-
#: ../includes/class-ure-lib.php:
|
591 |
msgid "Error is occur. Please check the log file."
|
592 |
msgstr "ארעה שגיאה, אנא בדוק את קובץ היומן."
|
593 |
|
@@ -595,14 +605,14 @@ msgstr "ארעה שגיאה, אנא בדוק את קובץ היומן."
|
|
595 |
# return __('Error: Role ID must contain latin characters, digits, hyphens or underscore only!', 'ure');
|
596 |
# }
|
597 |
# wpml-name: f9182094e24a9e2fbb7317b1724a69c9
|
598 |
-
#: ../includes/class-ure-lib.php:
|
599 |
msgid ""
|
600 |
"Error: Role ID must contain latin characters, digits, hyphens or underscore "
|
601 |
"only!"
|
602 |
msgstr ""
|
603 |
"שגיאה: תפקיד המשתמש חייב לכלול אותיות לטיניות, ספרות, מקפים וקו תחתון בלבד!"
|
604 |
|
605 |
-
#: ../includes/class-ure-lib.php:
|
606 |
msgid ""
|
607 |
"Error: WordPress does not support numeric Role name (ID). Add latin "
|
608 |
"characters to it."
|
@@ -612,7 +622,7 @@ msgstr ""
|
|
612 |
# return sprintf('Error! ' . __('Role %s exists already', 'ure'), $user_role_id);
|
613 |
# }
|
614 |
# wpml-name: 61b6d86154b5437be56e6565f2820391
|
615 |
-
#: ../includes/class-ure-lib.php:
|
616 |
#, php-format
|
617 |
msgid "Role %s exists already"
|
618 |
msgstr "סוג המשתמש %s כבר קיים"
|
@@ -621,7 +631,7 @@ msgstr "סוג המשתמש %s כבר קיים"
|
|
621 |
# $mess = 'Error! ' . __('Error is encountered during new role create operation', 'ure');
|
622 |
# } else {
|
623 |
# wpml-name: e0618b1a4160611a46b1b95acab0821c
|
624 |
-
#: ../includes/class-ure-lib.php:
|
625 |
msgid "Error is encountered during new role create operation"
|
626 |
msgstr "ארעה שגיאה בעת יצירת סוג המשתמש החדש"
|
627 |
|
@@ -629,16 +639,42 @@ msgstr "ארעה שגיאה בעת יצירת סוג המשתמש החדש"
|
|
629 |
# $mess = sprintf(__('Role %s is created successfully', 'ure'), $user_role_name);
|
630 |
# }
|
631 |
# wpml-name: 1613afddcbdf86bd48660e5443be00ff
|
632 |
-
#: ../includes/class-ure-lib.php:
|
633 |
#, php-format
|
634 |
msgid "Role %s is created successfully"
|
635 |
msgstr "סוג המשתמש %s נוצר בהצלחה"
|
636 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
637 |
# if (empty($result)) {
|
638 |
# $mess = 'Error! ' . __('Error encountered during role delete operation', 'ure');
|
639 |
# } else {
|
640 |
# wpml-name: 5ca27dda122445e597586a22e18088e6
|
641 |
-
#: ../includes/class-ure-lib.php:
|
642 |
msgid "Error encountered during role delete operation"
|
643 |
msgstr "ארעה שגיאה במהלך נסיון המחיקה של סוג המשתמש"
|
644 |
|
@@ -646,7 +682,7 @@ msgstr "ארעה שגיאה במהלך נסיון המחיקה של סוג המ
|
|
646 |
# $mess = sprintf(__('Role %s is deleted successfully', 'ure'), $role);
|
647 |
# }
|
648 |
# wpml-name: 53552ec95bc8303219e8c39375763370
|
649 |
-
#: ../includes/class-ure-lib.php:
|
650 |
msgid "Unused roles are deleted successfully"
|
651 |
msgstr ""
|
652 |
|
@@ -654,7 +690,7 @@ msgstr ""
|
|
654 |
# $mess = sprintf(__('Role %s is deleted successfully', 'ure'), $role);
|
655 |
# }
|
656 |
# wpml-name: 53552ec95bc8303219e8c39375763370
|
657 |
-
#: ../includes/class-ure-lib.php:
|
658 |
#, php-format
|
659 |
msgid "Role %s is deleted successfully"
|
660 |
msgstr "סוג המשתמש %s נמחק בהצלחה"
|
@@ -663,7 +699,7 @@ msgstr "סוג המשתמש %s נמחק בהצלחה"
|
|
663 |
# $errorMessage = 'Error! ' . __('Error encountered during default role change operation', 'ure');
|
664 |
# if (isset($wp_roles->role_objects[$user_role_id]) && $user_role_id !== 'administrator') {
|
665 |
# wpml-name: b64bfe4842bc0638b79a24687976394e
|
666 |
-
#: ../includes/class-ure-lib.php:
|
667 |
msgid "Error encountered during default role change operation"
|
668 |
msgstr "ארעה שגיאה בעת הנסיון לשנות את סוג משתמש ברירת מחדל"
|
669 |
|
@@ -671,7 +707,7 @@ msgstr "ארעה שגיאה בעת הנסיון לשנות את סוג משתמ
|
|
671 |
# $mess = sprintf(__('Default role for new users is set to %s successfully', 'ure'), $wp_roles->role_names[$user_role_id]);
|
672 |
# }
|
673 |
# wpml-name: 94978d82edc73eba0f44bc7bceb299f4
|
674 |
-
#: ../includes/class-ure-lib.php:
|
675 |
#, php-format
|
676 |
msgid "Default role for new users is set to %s successfully"
|
677 |
msgstr "סוג המשתמש %s נקבע כברירת מחדל"
|
@@ -680,7 +716,7 @@ msgstr "סוג המשתמש %s נקבע כברירת מחדל"
|
|
680 |
# __('Editor', 'ure');
|
681 |
# __('Author', 'ure');
|
682 |
# wpml-name: 344a7f427fb765610ef96eb7bce95257
|
683 |
-
#: ../includes/class-ure-lib.php:
|
684 |
msgid "Editor"
|
685 |
msgstr "עורך"
|
686 |
|
@@ -688,7 +724,7 @@ msgstr "עורך"
|
|
688 |
# __('Author', 'ure');
|
689 |
# __('Contributor', 'ure');
|
690 |
# wpml-name: a517747c3d12f99244ae598910d979c5
|
691 |
-
#: ../includes/class-ure-lib.php:
|
692 |
msgid "Author"
|
693 |
msgstr "כותב"
|
694 |
|
@@ -696,7 +732,7 @@ msgstr "כותב"
|
|
696 |
# __('Contributor', 'ure');
|
697 |
# __('Subscriber', 'ure');
|
698 |
# wpml-name: 23d21ad4dea7aadf907e5e601b1905e6
|
699 |
-
#: ../includes/class-ure-lib.php:
|
700 |
msgid "Contributor"
|
701 |
msgstr "תורם"
|
702 |
|
@@ -704,7 +740,7 @@ msgstr "תורם"
|
|
704 |
# __('Subscriber', 'ure');
|
705 |
# // Standard WordPress capabilities
|
706 |
# wpml-name: 992c4a5b4628d8ebf671cf460254ee81
|
707 |
-
#: ../includes/class-ure-lib.php:
|
708 |
msgid "Subscriber"
|
709 |
msgstr "מנוי"
|
710 |
|
@@ -712,7 +748,7 @@ msgstr "מנוי"
|
|
712 |
# __('Switch themes', 'ure');
|
713 |
# __('Edit themes', 'ure');
|
714 |
# wpml-name: 87d980c0c79638536655ce7fa0a4b85d
|
715 |
-
#: ../includes/class-ure-lib.php:
|
716 |
msgid "Switch themes"
|
717 |
msgstr "החלפת תבניות"
|
718 |
|
@@ -720,7 +756,7 @@ msgstr "החלפת תבניות"
|
|
720 |
# __('Edit themes', 'ure');
|
721 |
# __('Activate plugins', 'ure');
|
722 |
# wpml-name: 8395d1904c778ee1b2762e07a6a03878
|
723 |
-
#: ../includes/class-ure-lib.php:
|
724 |
msgid "Edit themes"
|
725 |
msgstr "עריכת תבניות"
|
726 |
|
@@ -728,7 +764,7 @@ msgstr "עריכת תבניות"
|
|
728 |
# __('Activate plugins', 'ure');
|
729 |
# __('Edit plugins', 'ure');
|
730 |
# wpml-name: c38bc47406355ef06ad3e10a98505536
|
731 |
-
#: ../includes/class-ure-lib.php:
|
732 |
msgid "Activate plugins"
|
733 |
msgstr "הפעלת תוספים"
|
734 |
|
@@ -736,7 +772,7 @@ msgstr "הפעלת תוספים"
|
|
736 |
# __('Edit plugins', 'ure');
|
737 |
# __('Edit users', 'ure');
|
738 |
# wpml-name: a6e42eb142c87e881a0d0c92acf4ef9f
|
739 |
-
#: ../includes/class-ure-lib.php:
|
740 |
msgid "Edit plugins"
|
741 |
msgstr "עריכת תוספים"
|
742 |
|
@@ -744,7 +780,7 @@ msgstr "עריכת תוספים"
|
|
744 |
# __('Edit users', 'ure');
|
745 |
# __('Edit files', 'ure');
|
746 |
# wpml-name: 70118d8574d7c13da8c0a7c2acc0f659
|
747 |
-
#: ../includes/class-ure-lib.php:
|
748 |
msgid "Edit users"
|
749 |
msgstr "עריכת משתמשים"
|
750 |
|
@@ -752,7 +788,7 @@ msgstr "עריכת משתמשים"
|
|
752 |
# __('Edit files', 'ure');
|
753 |
# __('Manage options', 'ure');
|
754 |
# wpml-name: 91c6e7a54b91cdc161f71958c597ed11
|
755 |
-
#: ../includes/class-ure-lib.php:
|
756 |
msgid "Edit files"
|
757 |
msgstr "עריכת קבצים"
|
758 |
|
@@ -760,7 +796,7 @@ msgstr "עריכת קבצים"
|
|
760 |
# __('Manage options', 'ure');
|
761 |
# __('Moderate comments', 'ure');
|
762 |
# wpml-name: 9f285ad90d3e9f5122241f2e8abd3836
|
763 |
-
#: ../includes/class-ure-lib.php:
|
764 |
msgid "Manage options"
|
765 |
msgstr "ניהול אפשרויות אתר"
|
766 |
|
@@ -768,7 +804,7 @@ msgstr "ניהול אפשרויות אתר"
|
|
768 |
# __('Moderate comments', 'ure');
|
769 |
# __('Manage categories', 'ure');
|
770 |
# wpml-name: abb293cb5d17f4acca429ea13d74c593
|
771 |
-
#: ../includes/class-ure-lib.php:
|
772 |
msgid "Moderate comments"
|
773 |
msgstr "ניהול תגובות"
|
774 |
|
@@ -776,7 +812,7 @@ msgstr "ניהול תגובות"
|
|
776 |
# __('Manage categories', 'ure');
|
777 |
# __('Manage links', 'ure');
|
778 |
# wpml-name: 74c12b9adae95b65772e8c9c9c8e5af3
|
779 |
-
#: ../includes/class-ure-lib.php:
|
780 |
msgid "Manage categories"
|
781 |
msgstr "ניהול קטגוריות"
|
782 |
|
@@ -784,7 +820,7 @@ msgstr "ניהול קטגוריות"
|
|
784 |
# __('Manage links', 'ure');
|
785 |
# __('Upload files', 'ure');
|
786 |
# wpml-name: fa1a08e2a749c9f330c9a8e60cac9cc3
|
787 |
-
#: ../includes/class-ure-lib.php:
|
788 |
msgid "Manage links"
|
789 |
msgstr "ניהול קישורים"
|
790 |
|
@@ -792,7 +828,7 @@ msgstr "ניהול קישורים"
|
|
792 |
# __('Upload files', 'ure');
|
793 |
# __('Import', 'ure');
|
794 |
# wpml-name: c7de86f69db264c3950d8ae46ed2e33f
|
795 |
-
#: ../includes/class-ure-lib.php:
|
796 |
msgid "Upload files"
|
797 |
msgstr "העלאת קבצים"
|
798 |
|
@@ -800,7 +836,7 @@ msgstr "העלאת קבצים"
|
|
800 |
# __('Import', 'ure');
|
801 |
# __('Unfiltered html', 'ure');
|
802 |
# wpml-name: 72d6d7a1885885bb55a565fd1070581a
|
803 |
-
#: ../includes/class-ure-lib.php:
|
804 |
msgid "Import"
|
805 |
msgstr "יבוא"
|
806 |
|
@@ -808,7 +844,7 @@ msgstr "יבוא"
|
|
808 |
# __('Unfiltered html', 'ure');
|
809 |
# __('Edit posts', 'ure');
|
810 |
# wpml-name: fdd95e5640d6d73230b7544ac261457a
|
811 |
-
#: ../includes/class-ure-lib.php:
|
812 |
msgid "Unfiltered html"
|
813 |
msgstr "עריכת HTML"
|
814 |
|
@@ -816,7 +852,7 @@ msgstr "עריכת HTML"
|
|
816 |
# __('Edit posts', 'ure');
|
817 |
# __('Edit others posts', 'ure');
|
818 |
# wpml-name: 9cd92b1d45220e13e5e257f185f3fec3
|
819 |
-
#: ../includes/class-ure-lib.php:
|
820 |
msgid "Edit posts"
|
821 |
msgstr "עריכת פוסטים"
|
822 |
|
@@ -824,7 +860,7 @@ msgstr "עריכת פוסטים"
|
|
824 |
# __('Edit others posts', 'ure');
|
825 |
# __('Edit published posts', 'ure');
|
826 |
# wpml-name: 5fbf3fd2d5fd1e393df2c639fa16dbc9
|
827 |
-
#: ../includes/class-ure-lib.php:
|
828 |
msgid "Edit others posts"
|
829 |
msgstr "עריכת פוסטים של אחרים"
|
830 |
|
@@ -832,7 +868,7 @@ msgstr "עריכת פוסטים של אחרים"
|
|
832 |
# __('Edit published posts', 'ure');
|
833 |
# __('Publish posts', 'ure');
|
834 |
# wpml-name: d42efc04e7900de59ed3667c971e9e9d
|
835 |
-
#: ../includes/class-ure-lib.php:
|
836 |
msgid "Edit published posts"
|
837 |
msgstr "עריכת פוסטים שפורסמו"
|
838 |
|
@@ -840,7 +876,7 @@ msgstr "עריכת פוסטים שפורסמו"
|
|
840 |
# __('Publish posts', 'ure');
|
841 |
# __('Edit pages', 'ure');
|
842 |
# wpml-name: 64a4f8f7a855c54e1ca7c910439f5e90
|
843 |
-
#: ../includes/class-ure-lib.php:
|
844 |
msgid "Publish posts"
|
845 |
msgstr "פוסטים שפורסמו"
|
846 |
|
@@ -848,7 +884,7 @@ msgstr "פוסטים שפורסמו"
|
|
848 |
# __('Edit pages', 'ure');
|
849 |
# __('Read', 'ure');
|
850 |
# wpml-name: e7a51430fa0fbb32587c083ffae4b525
|
851 |
-
#: ../includes/class-ure-lib.php:
|
852 |
msgid "Edit pages"
|
853 |
msgstr "עריכת עמודים"
|
854 |
|
@@ -856,7 +892,7 @@ msgstr "עריכת עמודים"
|
|
856 |
# __('Read', 'ure');
|
857 |
# __('Level 10', 'ure');
|
858 |
# wpml-name: 7a1a5f3e79fdc91edf2f5ead9d66abb4
|
859 |
-
#: ../includes/class-ure-lib.php:
|
860 |
msgid "Read"
|
861 |
msgstr "קורא"
|
862 |
|
@@ -864,7 +900,7 @@ msgstr "קורא"
|
|
864 |
# __('Level 10', 'ure');
|
865 |
# __('Level 9', 'ure');
|
866 |
# wpml-name: b3ef2f43e2782f8d95a4c22d577cb1bc
|
867 |
-
#: ../includes/class-ure-lib.php:
|
868 |
msgid "Level 10"
|
869 |
msgstr "דרגה 10"
|
870 |
|
@@ -872,7 +908,7 @@ msgstr "דרגה 10"
|
|
872 |
# __('Level 9', 'ure');
|
873 |
# __('Level 8', 'ure');
|
874 |
# wpml-name: d48252bc9cffec4bed5028a7c71d8196
|
875 |
-
#: ../includes/class-ure-lib.php:
|
876 |
msgid "Level 9"
|
877 |
msgstr "דרגה 9"
|
878 |
|
@@ -880,7 +916,7 @@ msgstr "דרגה 9"
|
|
880 |
# __('Level 8', 'ure');
|
881 |
# __('Level 7', 'ure');
|
882 |
# wpml-name: 625fef0c34a92b3685266a47f16c85dd
|
883 |
-
#: ../includes/class-ure-lib.php:
|
884 |
msgid "Level 8"
|
885 |
msgstr "דרגה 8"
|
886 |
|
@@ -888,7 +924,7 @@ msgstr "דרגה 8"
|
|
888 |
# __('Level 7', 'ure');
|
889 |
# __('Level 6', 'ure');
|
890 |
# wpml-name: a9acd6f427950dc61cac50b4e9ee6bc4
|
891 |
-
#: ../includes/class-ure-lib.php:
|
892 |
msgid "Level 7"
|
893 |
msgstr "דרגה 7"
|
894 |
|
@@ -896,7 +932,7 @@ msgstr "דרגה 7"
|
|
896 |
# __('Level 6', 'ure');
|
897 |
# __('Level 5', 'ure');
|
898 |
# wpml-name: b30ce92fb9295725ef29254ba5ae17e1
|
899 |
-
#: ../includes/class-ure-lib.php:
|
900 |
msgid "Level 6"
|
901 |
msgstr "דרגה 6"
|
902 |
|
@@ -904,7 +940,7 @@ msgstr "דרגה 6"
|
|
904 |
# __('Level 5', 'ure');
|
905 |
# __('Level 4', 'ure');
|
906 |
# wpml-name: 05988e43e8f2eb5efdddc2b467c4b2f3
|
907 |
-
#: ../includes/class-ure-lib.php:
|
908 |
msgid "Level 5"
|
909 |
msgstr "דרגה 5"
|
910 |
|
@@ -912,7 +948,7 @@ msgstr "דרגה 5"
|
|
912 |
# __('Level 4', 'ure');
|
913 |
# __('Level 3', 'ure');
|
914 |
# wpml-name: 309531bbe9a9d3228cd0687ec6e66bed
|
915 |
-
#: ../includes/class-ure-lib.php:
|
916 |
msgid "Level 4"
|
917 |
msgstr "דרגה 4"
|
918 |
|
@@ -920,7 +956,7 @@ msgstr "דרגה 4"
|
|
920 |
# __('Level 3', 'ure');
|
921 |
# __('Level 2', 'ure');
|
922 |
# wpml-name: 8f60a63315c55e659b1a2dd5064ceae8
|
923 |
-
#: ../includes/class-ure-lib.php:
|
924 |
msgid "Level 3"
|
925 |
msgstr "דרגה 3"
|
926 |
|
@@ -928,7 +964,7 @@ msgstr "דרגה 3"
|
|
928 |
# __('Level 2', 'ure');
|
929 |
# __('Level 1', 'ure');
|
930 |
# wpml-name: 228e9da47384bacde793a2b78d488bb0
|
931 |
-
#: ../includes/class-ure-lib.php:
|
932 |
msgid "Level 2"
|
933 |
msgstr "דרגה 2"
|
934 |
|
@@ -936,7 +972,7 @@ msgstr "דרגה 2"
|
|
936 |
# __('Level 1', 'ure');
|
937 |
# __('Level 0', 'ure');
|
938 |
# wpml-name: 5afaf1679ad0887adebaddb40e0bd3f7
|
939 |
-
#: ../includes/class-ure-lib.php:
|
940 |
msgid "Level 1"
|
941 |
msgstr "דרגה 1"
|
942 |
|
@@ -944,7 +980,7 @@ msgstr "דרגה 1"
|
|
944 |
# __('Level 0', 'ure');
|
945 |
# __('Edit others pages', 'ure');
|
946 |
# wpml-name: 057e95a59e032dbed970592dd1245092
|
947 |
-
#: ../includes/class-ure-lib.php:
|
948 |
msgid "Level 0"
|
949 |
msgstr "דרגה 0"
|
950 |
|
@@ -952,7 +988,7 @@ msgstr "דרגה 0"
|
|
952 |
# __('Edit others pages', 'ure');
|
953 |
# __('Edit published pages', 'ure');
|
954 |
# wpml-name: b10af907824940fe6a5aa0a77c62be6f
|
955 |
-
#: ../includes/class-ure-lib.php:
|
956 |
msgid "Edit others pages"
|
957 |
msgstr "עריכת דפים של אחרים"
|
958 |
|
@@ -960,7 +996,7 @@ msgstr "עריכת דפים של אחרים"
|
|
960 |
# __('Edit published pages', 'ure');
|
961 |
# __('Publish pages', 'ure');
|
962 |
# wpml-name: c5bfc24b0b891c9465134b83b2c6c259
|
963 |
-
#: ../includes/class-ure-lib.php:
|
964 |
msgid "Edit published pages"
|
965 |
msgstr "עריכת דפים שפורסמו"
|
966 |
|
@@ -968,7 +1004,7 @@ msgstr "עריכת דפים שפורסמו"
|
|
968 |
# __('Publish pages', 'ure');
|
969 |
# __('Delete pages', 'ure');
|
970 |
# wpml-name: 70d789f104acf7aa83b1c5ab230f8e7c
|
971 |
-
#: ../includes/class-ure-lib.php:
|
972 |
msgid "Publish pages"
|
973 |
msgstr "פרסום דפים"
|
974 |
|
@@ -976,7 +1012,7 @@ msgstr "פרסום דפים"
|
|
976 |
# __('Delete pages', 'ure');
|
977 |
# __('Delete others pages', 'ure');
|
978 |
# wpml-name: b665a2b3cb33c08decc52b8a3f3d1742
|
979 |
-
#: ../includes/class-ure-lib.php:
|
980 |
msgid "Delete pages"
|
981 |
msgstr "מחיקת דפים"
|
982 |
|
@@ -984,7 +1020,7 @@ msgstr "מחיקת דפים"
|
|
984 |
# __('Delete others pages', 'ure');
|
985 |
# __('Delete published pages', 'ure');
|
986 |
# wpml-name: 23eaa8e106fde2a76d80bc907f55ab7e
|
987 |
-
#: ../includes/class-ure-lib.php:
|
988 |
msgid "Delete others pages"
|
989 |
msgstr "מחיקת דפים של אחרים"
|
990 |
|
@@ -992,7 +1028,7 @@ msgstr "מחיקת דפים של אחרים"
|
|
992 |
# __('Delete published pages', 'ure');
|
993 |
# __('Delete posts', 'ure');
|
994 |
# wpml-name: 75c6bfee9157bbc48bfc4d50baab89e0
|
995 |
-
#: ../includes/class-ure-lib.php:
|
996 |
msgid "Delete published pages"
|
997 |
msgstr "מחיקת דפים שפורסמו"
|
998 |
|
@@ -1000,7 +1036,7 @@ msgstr "מחיקת דפים שפורסמו"
|
|
1000 |
# __('Delete posts', 'ure');
|
1001 |
# __('Delete others posts', 'ure');
|
1002 |
# wpml-name: 3dce6f688c85f06c63224b5c3be13919
|
1003 |
-
#: ../includes/class-ure-lib.php:
|
1004 |
msgid "Delete posts"
|
1005 |
msgstr "מחיקת פוסטים"
|
1006 |
|
@@ -1008,7 +1044,7 @@ msgstr "מחיקת פוסטים"
|
|
1008 |
# __('Delete others posts', 'ure');
|
1009 |
# __('Delete published posts', 'ure');
|
1010 |
# wpml-name: c0496287732814df690c8966027a58d6
|
1011 |
-
#: ../includes/class-ure-lib.php:
|
1012 |
msgid "Delete others posts"
|
1013 |
msgstr "מחיקת פוסטים של אחרים"
|
1014 |
|
@@ -1016,7 +1052,7 @@ msgstr "מחיקת פוסטים של אחרים"
|
|
1016 |
# __('Delete published posts', 'ure');
|
1017 |
# __('Delete private posts', 'ure');
|
1018 |
# wpml-name: b0a2d2039494d73f81f4e476bfda24da
|
1019 |
-
#: ../includes/class-ure-lib.php:
|
1020 |
msgid "Delete published posts"
|
1021 |
msgstr "מחיקת פוסטים שפורסמו"
|
1022 |
|
@@ -1024,7 +1060,7 @@ msgstr "מחיקת פוסטים שפורסמו"
|
|
1024 |
# __('Delete private posts', 'ure');
|
1025 |
# __('Edit private posts', 'ure');
|
1026 |
# wpml-name: dcd02c374764e49b36f0f959cc2917bb
|
1027 |
-
#: ../includes/class-ure-lib.php:
|
1028 |
msgid "Delete private posts"
|
1029 |
msgstr "מחיקת פוסטים פרטיים"
|
1030 |
|
@@ -1032,7 +1068,7 @@ msgstr "מחיקת פוסטים פרטיים"
|
|
1032 |
# __('Edit private posts', 'ure');
|
1033 |
# __('Read private posts', 'ure');
|
1034 |
# wpml-name: da9ee842794f7caf9fa32271073d5f7a
|
1035 |
-
#: ../includes/class-ure-lib.php:
|
1036 |
msgid "Edit private posts"
|
1037 |
msgstr "עריכת פוסטים פרטיים"
|
1038 |
|
@@ -1040,7 +1076,7 @@ msgstr "עריכת פוסטים פרטיים"
|
|
1040 |
# __('Read private posts', 'ure');
|
1041 |
# __('Delete private pages', 'ure');
|
1042 |
# wpml-name: eab0355307288f6480f8c53a0d953d79
|
1043 |
-
#: ../includes/class-ure-lib.php:
|
1044 |
msgid "Read private posts"
|
1045 |
msgstr "קריאת פוסטים פרטיים"
|
1046 |
|
@@ -1048,7 +1084,7 @@ msgstr "קריאת פוסטים פרטיים"
|
|
1048 |
# __('Delete private pages', 'ure');
|
1049 |
# __('Edit private pages', 'ure');
|
1050 |
# wpml-name: 2136c12e2beeadfe0da80a36ef967eca
|
1051 |
-
#: ../includes/class-ure-lib.php:
|
1052 |
msgid "Delete private pages"
|
1053 |
msgstr "מחיקת עמודים פרטיים"
|
1054 |
|
@@ -1056,7 +1092,7 @@ msgstr "מחיקת עמודים פרטיים"
|
|
1056 |
# __('Edit private pages', 'ure');
|
1057 |
# __('Read private pages', 'ure');
|
1058 |
# wpml-name: 4f3859ba470cb61f22a600a93c4ce11f
|
1059 |
-
#: ../includes/class-ure-lib.php:
|
1060 |
msgid "Edit private pages"
|
1061 |
msgstr "מחיקת עמודים פרטיים"
|
1062 |
|
@@ -1064,7 +1100,7 @@ msgstr "מחיקת עמודים פרטיים"
|
|
1064 |
# __('Read private pages', 'ure');
|
1065 |
# __('Delete users', 'ure');
|
1066 |
# wpml-name: 5faa3f2e9585e107dc5f23748a825882
|
1067 |
-
#: ../includes/class-ure-lib.php:
|
1068 |
msgid "Read private pages"
|
1069 |
msgstr "קריאת עמודים פרטיים"
|
1070 |
|
@@ -1072,7 +1108,7 @@ msgstr "קריאת עמודים פרטיים"
|
|
1072 |
# __('Delete users', 'ure');
|
1073 |
# __('Create users', 'ure');
|
1074 |
# wpml-name: 61c484c7f1638a9dd4237cb666b91c1f
|
1075 |
-
#: ../includes/class-ure-lib.php:
|
1076 |
msgid "Delete users"
|
1077 |
msgstr "מחיקת משתמשים"
|
1078 |
|
@@ -1080,7 +1116,7 @@ msgstr "מחיקת משתמשים"
|
|
1080 |
# __('Create users', 'ure');
|
1081 |
# __('Unfiltered upload', 'ure');
|
1082 |
# wpml-name: 6cf6d76fc00f8dd12af98a37d11f623e
|
1083 |
-
#: ../includes/class-ure-lib.php:
|
1084 |
msgid "Create users"
|
1085 |
msgstr "יצירת משתמשים"
|
1086 |
|
@@ -1088,7 +1124,7 @@ msgstr "יצירת משתמשים"
|
|
1088 |
# __('Unfiltered upload', 'ure');
|
1089 |
# __('Edit dashboard', 'ure');
|
1090 |
# wpml-name: 7110d42a34cbb3316d6d0c658fa34c86
|
1091 |
-
#: ../includes/class-ure-lib.php:
|
1092 |
msgid "Unfiltered upload"
|
1093 |
msgstr "העלאת קבצים חופשית"
|
1094 |
|
@@ -1096,7 +1132,7 @@ msgstr "העלאת קבצים חופשית"
|
|
1096 |
# __('Edit dashboard', 'ure');
|
1097 |
# __('Update plugins', 'ure');
|
1098 |
# wpml-name: b5577d27ebfdd60a3bda83ae726d574b
|
1099 |
-
#: ../includes/class-ure-lib.php:
|
1100 |
msgid "Edit dashboard"
|
1101 |
msgstr "שינוי לוח הבקרה"
|
1102 |
|
@@ -1104,7 +1140,7 @@ msgstr "שינוי לוח הבקרה"
|
|
1104 |
# __('Update plugins', 'ure');
|
1105 |
# __('Delete plugins', 'ure');
|
1106 |
# wpml-name: 23c5b17dc24e40fa47ca6588932d32f7
|
1107 |
-
#: ../includes/class-ure-lib.php:
|
1108 |
msgid "Update plugins"
|
1109 |
msgstr "עדכון תוספים"
|
1110 |
|
@@ -1112,7 +1148,7 @@ msgstr "עדכון תוספים"
|
|
1112 |
# __('Delete plugins', 'ure');
|
1113 |
# __('Install plugins', 'ure');
|
1114 |
# wpml-name: f2a839940dae3934317d8d6a6f647ebd
|
1115 |
-
#: ../includes/class-ure-lib.php:
|
1116 |
msgid "Delete plugins"
|
1117 |
msgstr "מחיקת תוספים"
|
1118 |
|
@@ -1120,7 +1156,7 @@ msgstr "מחיקת תוספים"
|
|
1120 |
# __('Install plugins', 'ure');
|
1121 |
# __('Update themes', 'ure');
|
1122 |
# wpml-name: 9d06472988c53bfc768bc7b6a788b697
|
1123 |
-
#: ../includes/class-ure-lib.php:
|
1124 |
msgid "Install plugins"
|
1125 |
msgstr "התקנת תוספים"
|
1126 |
|
@@ -1128,7 +1164,7 @@ msgstr "התקנת תוספים"
|
|
1128 |
# __('Update themes', 'ure');
|
1129 |
# __('Install themes', 'ure');
|
1130 |
# wpml-name: 504ea4a27260ac1e8822c5877ffe526b
|
1131 |
-
#: ../includes/class-ure-lib.php:
|
1132 |
msgid "Update themes"
|
1133 |
msgstr "עדכון תבניות"
|
1134 |
|
@@ -1136,7 +1172,7 @@ msgstr "עדכון תבניות"
|
|
1136 |
# __('Install themes', 'ure');
|
1137 |
# __('Update core', 'ure');
|
1138 |
# wpml-name: a7d67fb17876569a4590902d3566a6fd
|
1139 |
-
#: ../includes/class-ure-lib.php:
|
1140 |
msgid "Install themes"
|
1141 |
msgstr "התקנת תבניות חדשות"
|
1142 |
|
@@ -1144,7 +1180,7 @@ msgstr "התקנת תבניות חדשות"
|
|
1144 |
# __('Update core', 'ure');
|
1145 |
# __('List users', 'ure');
|
1146 |
# wpml-name: e56e5b87db548cd42be7a8a0f916205d
|
1147 |
-
#: ../includes/class-ure-lib.php:
|
1148 |
msgid "Update core"
|
1149 |
msgstr "עדכון וורדפרס"
|
1150 |
|
@@ -1152,7 +1188,7 @@ msgstr "עדכון וורדפרס"
|
|
1152 |
# __('List users', 'ure');
|
1153 |
# __('Remove users', 'ure');
|
1154 |
# wpml-name: f923f903857a5387d3db70494e074632
|
1155 |
-
#: ../includes/class-ure-lib.php:
|
1156 |
msgid "List users"
|
1157 |
msgstr "בצפייה במשתמשים"
|
1158 |
|
@@ -1160,7 +1196,7 @@ msgstr "בצפייה במשתמשים"
|
|
1160 |
# __('Remove users', 'ure');
|
1161 |
# __('Add users', 'ure');
|
1162 |
# wpml-name: 8c7e9f2dfcd0125922dfbce36a1a4c2a
|
1163 |
-
#: ../includes/class-ure-lib.php:
|
1164 |
msgid "Remove users"
|
1165 |
msgstr "הסרת משתמשים"
|
1166 |
|
@@ -1168,7 +1204,7 @@ msgstr "הסרת משתמשים"
|
|
1168 |
# __('Add users', 'ure');
|
1169 |
# __('Promote users', 'ure');
|
1170 |
# wpml-name: 3bf6330f5f4c7c3dfddc9670cfaf4a22
|
1171 |
-
#: ../includes/class-ure-lib.php:
|
1172 |
msgid "Add users"
|
1173 |
msgstr "הוספת משתמשים"
|
1174 |
|
@@ -1176,7 +1212,7 @@ msgstr "הוספת משתמשים"
|
|
1176 |
# __('Promote users', 'ure');
|
1177 |
# __('Edit theme options', 'ure');
|
1178 |
# wpml-name: 12f4ba95cdfd04b791820b9c20887913
|
1179 |
-
#: ../includes/class-ure-lib.php:
|
1180 |
msgid "Promote users"
|
1181 |
msgstr "שינוי משתמשים"
|
1182 |
|
@@ -1184,7 +1220,7 @@ msgstr "שינוי משתמשים"
|
|
1184 |
# __('Edit theme options', 'ure');
|
1185 |
# __('Delete themes', 'ure');
|
1186 |
# wpml-name: 8841974497684dad4d55beaf2b6c52ef
|
1187 |
-
#: ../includes/class-ure-lib.php:
|
1188 |
msgid "Edit theme options"
|
1189 |
msgstr "עריכת אפשרויות התבנית"
|
1190 |
|
@@ -1192,7 +1228,7 @@ msgstr "עריכת אפשרויות התבנית"
|
|
1192 |
# __('Delete themes', 'ure');
|
1193 |
# __('Export', 'ure');
|
1194 |
# wpml-name: 335e9dea5f21dc3f591f3aceefdeed54
|
1195 |
-
#: ../includes/class-ure-lib.php:
|
1196 |
msgid "Delete themes"
|
1197 |
msgstr "מחיקת תבניות"
|
1198 |
|
@@ -1200,7 +1236,7 @@ msgstr "מחיקת תבניות"
|
|
1200 |
# __('Export', 'ure');
|
1201 |
# }
|
1202 |
# wpml-name: 0095a9fa74d1713e43e370a7d7846224
|
1203 |
-
#: ../includes/class-ure-lib.php:
|
1204 |
msgid "Export"
|
1205 |
msgstr "ייצוא תוכן"
|
1206 |
|
@@ -1208,7 +1244,7 @@ msgstr "ייצוא תוכן"
|
|
1208 |
# return 'Error! ' . __('Error: Capability name must contain latin characters and digits only!', 'ure');
|
1209 |
# ;
|
1210 |
# wpml-name: 03766b9586d3012af6fc788e85d39530
|
1211 |
-
#: ../includes/class-ure-lib.php:
|
1212 |
msgid "Error: Capability name must contain latin characters and digits only!"
|
1213 |
msgstr "שגיאה! שם יכולת חייב להכיל אותיות באנגלית וספרות בלבד"
|
1214 |
|
@@ -1216,7 +1252,7 @@ msgstr "שגיאה! שם יכולת חייב להכיל אותיות באנגל
|
|
1216 |
# $mess = sprintf(__('Capability %s is added successfully', 'ure'), $user_capability);
|
1217 |
# } else {
|
1218 |
# wpml-name: 6dcaae98207ba2673da987515b02fe31
|
1219 |
-
#: ../includes/class-ure-lib.php:
|
1220 |
#, php-format
|
1221 |
msgid "Capability %s is added successfully"
|
1222 |
msgstr "היכולת %s נוספה בהצלחה"
|
@@ -1225,7 +1261,7 @@ msgstr "היכולת %s נוספה בהצלחה"
|
|
1225 |
# $mess = sprintf('Error! ' . __('Capability %s exists already', 'ure'), $user_capability);
|
1226 |
# }
|
1227 |
# wpml-name: d5c1ec0556aadfa88cadffb62266b83d
|
1228 |
-
#: ../includes/class-ure-lib.php:
|
1229 |
#, php-format
|
1230 |
msgid "Capability %s exists already"
|
1231 |
msgstr "כבר קיימת יכולת בשם %s"
|
@@ -1234,7 +1270,7 @@ msgstr "כבר קיימת יכולת בשם %s"
|
|
1234 |
# return sprintf(__('Error! You do not have permission to delete this capability: %s!', 'ure'), $capability_id);
|
1235 |
# }
|
1236 |
# wpml-name: 0e132e68574d9609d956f9be409f7384
|
1237 |
-
#: ../includes/class-ure-lib.php:
|
1238 |
#, php-format
|
1239 |
msgid "Error! You do not have permission to delete this capability: %s!"
|
1240 |
msgstr "שגיאה! אין לך הרשאה למחוק את היכולת %s"
|
@@ -1243,12 +1279,12 @@ msgstr "שגיאה! אין לך הרשאה למחוק את היכולת %s"
|
|
1243 |
# $mess = sprintf(__('Capability %s is removed successfully', 'ure'), $capability_id);
|
1244 |
# }
|
1245 |
# wpml-name: d819128cbb44d0e2fe4eb8b8b6397871
|
1246 |
-
#: ../includes/class-ure-lib.php:
|
1247 |
#, php-format
|
1248 |
msgid "Capability %s is removed successfully"
|
1249 |
msgstr "היכולת %s הוסרה בהצלחה"
|
1250 |
|
1251 |
-
#: ../includes/class-ure-lib.php:
|
1252 |
msgid "Version:"
|
1253 |
msgstr ""
|
1254 |
|
@@ -1256,7 +1292,7 @@ msgstr ""
|
|
1256 |
# <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . 'images/vladimir.png'; ?>);" target="_blank" href="http://www.shinephp.com/"><?php _e("Author's website", 'ure'); ?></a>
|
1257 |
# <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . 'images/user-role-editor-icon.png'; ?>);" target="_blank" href="http://role-editor.com"><?php _e('Plugin webpage', 'ure'); ?></a>
|
1258 |
# wpml-name: b63bc6c033363c8ee66beaf4ea4d5bc3
|
1259 |
-
#: ../includes/class-ure-lib.php:
|
1260 |
msgid "Author's website"
|
1261 |
msgstr "אתר היוצר"
|
1262 |
|
@@ -1264,7 +1300,7 @@ msgstr "אתר היוצר"
|
|
1264 |
# <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . 'images/user-role-editor-icon.png'; ?>);" target="_blank" href="http://role-editor.com"><?php _e('Plugin webpage', 'ure'); ?></a>
|
1265 |
# <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . 'images/changelog-icon.png'; ?>);" target="_blank" href="http://www.shinephp.com/user-role-editor-wordpress-plugin/#changelog"><?php _e('Changelog', 'ure'); ?></a>
|
1266 |
# wpml-name: f919d1248270e1eca5cc6a39253264f7
|
1267 |
-
#: ../includes/class-ure-lib.php:
|
1268 |
msgid "Plugin webpage"
|
1269 |
msgstr "דף התוסף"
|
1270 |
|
@@ -1272,7 +1308,7 @@ msgstr "דף התוסף"
|
|
1272 |
# <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . 'images/user-role-editor-icon.png'; ?>);" target="_blank" href="http://role-editor.com"><?php _e('Plugin webpage', 'ure'); ?></a>
|
1273 |
# <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . 'images/changelog-icon.png'; ?>);" target="_blank" href="http://www.shinephp.com/user-role-editor-wordpress-plugin/#changelog"><?php _e('Changelog', 'ure'); ?></a>
|
1274 |
# wpml-name: f919d1248270e1eca5cc6a39253264f7
|
1275 |
-
#: ../includes/class-ure-lib.php:
|
1276 |
#, fuzzy
|
1277 |
msgid "Plugin download"
|
1278 |
msgstr "דף התוסף"
|
@@ -1281,7 +1317,7 @@ msgstr "דף התוסף"
|
|
1281 |
# <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . 'images/faq-icon.png'; ?>);" target="_blank" href="http://www.shinephp.com/user-role-editor-wordpress-plugin/#faq"><?php _e('FAQ', 'ure'); ?></a>
|
1282 |
# <?php
|
1283 |
# wpml-name: 1fe917b01f9a3f87fa2d7d3b7643fac1
|
1284 |
-
#: ../includes/class-ure-lib.php:
|
1285 |
msgid "FAQ"
|
1286 |
msgstr "שאלות נפוצות"
|
1287 |
|
@@ -1289,7 +1325,7 @@ msgstr "שאלות נפוצות"
|
|
1289 |
# <option value="none" selected="selected">' . __('None', 'ure') . '</option>';
|
1290 |
# $this->role_select_html = '<select id="user_role" name="user_role" onchange="ure_role_change(this.value);">';
|
1291 |
# wpml-name: 6adf97f83acf6453d4a6a4b1070f3754
|
1292 |
-
#: ../includes/class-ure-lib.php:
|
1293 |
msgid "None"
|
1294 |
msgstr "תרום"
|
1295 |
|
@@ -1297,11 +1333,11 @@ msgstr "תרום"
|
|
1297 |
#
|
1298 |
#
|
1299 |
# wpml-name: 7aa3fd37413ab803143d28fcc65287cf
|
1300 |
-
#: ../includes/class-ure-lib.php:
|
1301 |
msgid "Delete All Unused Roles"
|
1302 |
msgstr ""
|
1303 |
|
1304 |
-
#: ../includes/class-ure-lib.php:
|
1305 |
msgid "— No role for this site —"
|
1306 |
msgstr ""
|
1307 |
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: User Role Editor\n"
|
7 |
"Report-Msgid-Bugs-To: \n"
|
8 |
+
"POT-Creation-Date: 2014-09-08 21:33+0700\n"
|
9 |
"PO-Revision-Date: \n"
|
10 |
"Last-Translator: Vladimir Garagulya <vladimir@shinephp.com>\n"
|
11 |
"Language-Team: Ahrale, Atar4U.com <contact@atar4u.com>\n"
|
109 |
msgid "Allow non super administrators to create, edit, and delete users"
|
110 |
msgstr ""
|
111 |
|
112 |
+
#: ../includes/class-user-role-editor.php:195
|
113 |
msgid "Change role for users without role"
|
114 |
msgstr ""
|
115 |
|
116 |
+
#: ../includes/class-user-role-editor.php:196
|
117 |
msgid "No rights"
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: ../includes/class-user-role-editor.php:197
|
121 |
msgid "Provide new role"
|
122 |
msgstr ""
|
123 |
|
125 |
# return sprintf(__('Error! You do not have permission to delete this capability: %s!', 'ure'), $capability_id);
|
126 |
# }
|
127 |
# wpml-name: 0e132e68574d9609d956f9be409f7384
|
128 |
+
#: ../includes/class-user-role-editor.php:281
|
129 |
+
#: ../includes/class-user-role-editor.php:283
|
130 |
msgid "You do not have permission to edit this user."
|
131 |
msgstr ""
|
132 |
|
134 |
# '">' . __('Capabilities', 'ure') . '</a>';
|
135 |
# }
|
136 |
# wpml-name: 82ec2cd6fda87713f588da75c3b1d0ed
|
137 |
+
#: ../includes/class-user-role-editor.php:424
|
138 |
msgid "Capabilities"
|
139 |
msgstr "יכולות"
|
140 |
|
142 |
# $settings_link = "<a href='options-general.php?page=settings-".URE_PLUGIN_FILE."'>" . __('Settings', 'ure') . "</a>";
|
143 |
# array_unshift($links, $settings_link);
|
144 |
# wpml-name: f4f70727dc34561dfde1a3c529b6205c
|
145 |
+
#: ../includes/class-user-role-editor.php:517
|
146 |
msgid "Settings"
|
147 |
msgstr "הגדרות"
|
148 |
|
150 |
# $links[] = '<a target="_blank" href="http://role-editor.com/changelog">' . __('Changelog', 'ure') . '</a>';
|
151 |
# }
|
152 |
# wpml-name: c49182dc0c7a70b9cd2e10853d9ec6c7
|
153 |
+
#: ../includes/class-user-role-editor.php:530
|
154 |
+
#: ../includes/class-ure-lib.php:2275
|
155 |
msgid "Changelog"
|
156 |
msgstr "יומן שינויים"
|
157 |
|
158 |
+
#: ../includes/class-user-role-editor.php:552
|
159 |
msgid "Overview"
|
160 |
msgstr ""
|
161 |
|
163 |
# esc_html__('User Role Editor', 'ure'),
|
164 |
# $this->key_capability, 'settings-'.URE_PLUGIN_FILE, array(&$this, 'settings'));
|
165 |
# wpml-name: c26ad3b67c7211a5872194d68cb5a8eb
|
166 |
+
#: ../includes/class-user-role-editor.php:561
|
167 |
+
#: ../includes/class-user-role-editor.php:589
|
168 |
+
#: ../includes/class-user-role-editor.php:930
|
169 |
+
#: ../includes/class-ure-lib.php:232
|
170 |
msgid "User Role Editor"
|
171 |
msgstr "User Role Editor"
|
172 |
|
174 |
# $this->lib->show_message(__('User Role Editor options are updated', 'ure'));
|
175 |
# } else { // get options from the options storage
|
176 |
# wpml-name: aef323fbbd25d577170fff17c15cf857
|
177 |
+
#: ../includes/class-user-role-editor.php:646
|
178 |
+
#: ../includes/class-user-role-editor.php:664
|
179 |
+
#: ../includes/class-user-role-editor.php:708
|
180 |
msgid "User Role Editor options are updated"
|
181 |
msgstr "אפשרויות עורך תפקיד משתמש עודכנו"
|
182 |
|
184 |
# 'default_role' => __('Default Role', 'ure'),
|
185 |
# 'set_new_default_role' => __('Set New Default Role', 'ure'),
|
186 |
# wpml-name: db135301eaf77a955b2b016f9b9d6a99
|
187 |
+
#: ../includes/class-user-role-editor.php:692
|
188 |
#, fuzzy
|
189 |
msgid "Default Roles are updated"
|
190 |
msgstr "תפקיד ברירת מחדל"
|
191 |
|
192 |
+
#: ../includes/class-user-role-editor.php:716
|
193 |
msgid ""
|
194 |
"You do not have sufficient permissions to manage options for User Role "
|
195 |
"Editor."
|
196 |
msgstr ""
|
197 |
|
198 |
+
#: ../includes/class-user-role-editor.php:791
|
199 |
msgid "Insufficient permissions to work with User Role Editor"
|
200 |
msgstr ""
|
201 |
|
203 |
# 'select_all' => __('Select All', 'ure'),
|
204 |
# 'unselect_all' => __('Unselect All', 'ure'),
|
205 |
# wpml-name: 45e96c0a422ce8a1a6ec1bd5eb9625c6
|
206 |
+
#: ../includes/class-user-role-editor.php:872
|
207 |
msgid "Select All"
|
208 |
msgstr "בחירת הכל"
|
209 |
|
211 |
# 'unselect_all' => __('Unselect All', 'ure'),
|
212 |
# 'reverse' => __('Reverse', 'ure'),
|
213 |
# wpml-name: 016269c0d83a19a19a2ee0a4294740b4
|
214 |
+
#: ../includes/class-user-role-editor.php:873
|
215 |
msgid "Unselect All"
|
216 |
msgstr "לא לבחור שום דבר"
|
217 |
|
219 |
# 'reverse' => __('Reverse', 'ure'),
|
220 |
# 'update' => __('Update', 'ure'),
|
221 |
# wpml-name: 67f115c1fddc4ce1aeb1c754001585bc
|
222 |
+
#: ../includes/class-user-role-editor.php:874
|
223 |
msgid "Reverse"
|
224 |
msgstr "להפוך"
|
225 |
|
227 |
# 'update' => __('Update', 'ure'),
|
228 |
# 'confirm_submit' => __('Please confirm permissions update', 'ure'),
|
229 |
# wpml-name: 06933067aafd48425d67bcb01bba5cb6
|
230 |
+
#: ../includes/class-user-role-editor.php:875
|
231 |
msgid "Update"
|
232 |
msgstr "עדכן"
|
233 |
|
235 |
# 'confirm_submit' => __('Please confirm permissions update', 'ure'),
|
236 |
# 'add_new_role_title' => __('Add New Role', 'ure'),
|
237 |
# wpml-name: 85251872440cc94c6080a90451e018c4
|
238 |
+
#: ../includes/class-user-role-editor.php:876
|
239 |
msgid "Please confirm permissions update"
|
240 |
msgstr "נא לאשר את עדכון ההרשאות"
|
241 |
|
243 |
# 'add_new_role_title' => __('Add New Role', 'ure'),
|
244 |
# 'role_name_required' => __(' Role name (ID) can not be empty!', 'ure'),
|
245 |
# wpml-name: cf46e7fb1093a47a76f35fc61ab5d432
|
246 |
+
#: ../includes/class-user-role-editor.php:877
|
247 |
msgid "Add New Role"
|
248 |
msgstr "הוסף סוג משתמש חדש"
|
249 |
|
250 |
+
# 'add_role' => __('Add Role', 'ure'),
|
251 |
+
# 'delete_role' => __('Delete Role', 'ure'),
|
252 |
+
# 'cancel' => __('Cancel', 'ure'),
|
253 |
+
# wpml-name: 4e2626418b461869a386850b0f3b437f
|
254 |
+
#: ../includes/class-user-role-editor.php:878
|
255 |
+
#: ../includes/class-user-role-editor.php:883
|
256 |
+
#, fuzzy
|
257 |
+
msgid "Rename Role"
|
258 |
+
msgstr "מחיקת סוג משתמש"
|
259 |
+
|
260 |
# 'add_new_role_title' => __('Add New Role', 'ure'),
|
261 |
# 'role_name_required' => __(' Role name (ID) can not be empty!', 'ure'),
|
262 |
# 'role_name_valid_chars' => __(' Role name (ID) must contain latin characters, digits, hyphens or underscore only!', 'ure'),
|
263 |
# wpml-name: 1400ecabfd5a7c9527f71723da18dad0
|
264 |
+
#: ../includes/class-user-role-editor.php:879
|
265 |
msgid " Role name (ID) can not be empty!"
|
266 |
msgstr " שם התפקיד (מזהה) אינו יכול להישאר ריק!"
|
267 |
|
269 |
# 'role_name_valid_chars' => __(' Role name (ID) must contain latin characters, digits, hyphens or underscore only!', 'ure'),
|
270 |
# 'add_role' => __('Add Role', 'ure'),
|
271 |
# wpml-name: 7b94f04285f5efc287652bd40338e730
|
272 |
+
#: ../includes/class-user-role-editor.php:880
|
273 |
msgid ""
|
274 |
" Role name (ID) must contain latin characters, digits, hyphens or underscore "
|
275 |
"only!"
|
276 |
msgstr ""
|
277 |
" שם התפקיד (מזהה) חייב להכיל אותיות לטיניות, ספרות, מקפים או קו תחתון בלבד!"
|
278 |
|
279 |
+
#: ../includes/class-user-role-editor.php:881
|
280 |
msgid ""
|
281 |
" WordPress does not support numeric Role name (ID). Add latin characters to "
|
282 |
"it."
|
286 |
# 'add_role' => __('Add Role', 'ure'),
|
287 |
# 'delete_role' => __('Delete Role', 'ure'),
|
288 |
# wpml-name: 1453b39dcc15a372640d960c6db7db25
|
289 |
+
#: ../includes/class-user-role-editor.php:882
|
290 |
msgid "Add Role"
|
291 |
msgstr "הוספת תפקיד"
|
292 |
|
294 |
# 'delete_role' => __('Delete Role', 'ure'),
|
295 |
# 'cancel' => __('Cancel', 'ure'),
|
296 |
# wpml-name: 4e2626418b461869a386850b0f3b437f
|
297 |
+
#: ../includes/class-user-role-editor.php:884
|
298 |
msgid "Delete Role"
|
299 |
msgstr "מחיקת סוג משתמש"
|
300 |
|
302 |
# 'cancel' => __('Cancel', 'ure'),
|
303 |
# 'add_capability' => __('Add Capability', 'ure'),
|
304 |
# wpml-name: ea4788705e6873b424c65e91c2846b19
|
305 |
+
#: ../includes/class-user-role-editor.php:885
|
306 |
msgid "Cancel"
|
307 |
msgstr "ביטול"
|
308 |
|
310 |
# 'add_capability' => __('Add Capability', 'ure'),
|
311 |
# 'delete_capability' => __('Delete Capability', 'ure'),
|
312 |
# wpml-name: 39cc0b416ba0d26679547346b8c5cf8d
|
313 |
+
#: ../includes/class-user-role-editor.php:886
|
314 |
msgid "Add Capability"
|
315 |
msgstr "הוספת יכולת"
|
316 |
|
318 |
# 'delete_capability' => __('Delete Capability', 'ure'),
|
319 |
# 'delete_capability_warning' => __('Warning! Be careful - removing critical capability could crash some plugin or other custom code', 'ure'),
|
320 |
# wpml-name: 06844dd4ec4b29fa8a354aaacbd4861a
|
321 |
+
#: ../includes/class-user-role-editor.php:887
|
322 |
+
#: ../includes/class-user-role-editor.php:896
|
323 |
msgid "Delete Capability"
|
324 |
msgstr "מחיקת יכולת"
|
325 |
|
327 |
# 'reset' => __('Reset', 'ure'),
|
328 |
# 'reset_warning' => __('Reset Roles to WordPress defaults. Be careful, all changes made by you or plugins will be lost. Some plugins, e.g. S2Member, WooCommerce reactivation could be needed. Continue?', 'ure'),
|
329 |
# wpml-name: 526d688f37a86d3c3f27d0c5016eb71d
|
330 |
+
#: ../includes/class-user-role-editor.php:888
|
331 |
msgid "Reset"
|
332 |
msgstr "איפוס"
|
333 |
|
334 |
+
#: ../includes/class-user-role-editor.php:889
|
335 |
msgid "DANGER! Resetting will restore default settings from WordPress Core."
|
336 |
msgstr ""
|
337 |
|
338 |
+
#: ../includes/class-user-role-editor.php:890
|
339 |
msgid ""
|
340 |
"If any plugins have changed capabilities in any way upon installation (such "
|
341 |
"as S2Member, WooCommerce, and many more), those capabilities will be DELETED!"
|
342 |
msgstr ""
|
343 |
|
344 |
+
#: ../includes/class-user-role-editor.php:891
|
345 |
msgid ""
|
346 |
"For more information on how to undo changes and restore plugin capabilities "
|
347 |
"go to"
|
351 |
# __('Contributor', 'ure');
|
352 |
# __('Subscriber', 'ure');
|
353 |
# wpml-name: 23d21ad4dea7aadf907e5e601b1905e6
|
354 |
+
#: ../includes/class-user-role-editor.php:893
|
355 |
msgid "Continue?"
|
356 |
msgstr ""
|
357 |
|
359 |
# 'default_role' => __('Default Role', 'ure'),
|
360 |
# 'set_new_default_role' => __('Set New Default Role', 'ure'),
|
361 |
# wpml-name: db135301eaf77a955b2b016f9b9d6a99
|
362 |
+
#: ../includes/class-user-role-editor.php:894
|
363 |
msgid "Default Role"
|
364 |
msgstr "תפקיד ברירת מחדל"
|
365 |
|
367 |
# 'set_new_default_role' => __('Set New Default Role', 'ure'),
|
368 |
# 'delete_capability' => __('Delete Capability', 'ure'),
|
369 |
# wpml-name: f28d52a1096a73cff427d1216dc578ad
|
370 |
+
#: ../includes/class-user-role-editor.php:895
|
371 |
msgid "Set New Default Role"
|
372 |
msgstr "הגדר תפקיד ברירת מחדל חדש"
|
373 |
|
375 |
# 'delete_capability_warning' => __('Warning! Be careful - removing critical capability could crash some plugin or other custom code', 'ure'),
|
376 |
# 'capability_name_required' => __(' Capability name (ID) can not be empty!', 'ure'),
|
377 |
# wpml-name: b8827a096ab461b8e26931adf82c8d85
|
378 |
+
#: ../includes/class-user-role-editor.php:897
|
379 |
msgid ""
|
380 |
"Warning! Be careful - removing critical capability could crash some plugin "
|
381 |
"or other custom code"
|
387 |
# 'capability_name_required' => __(' Capability name (ID) can not be empty!', 'ure'),
|
388 |
# 'capability_name_valid_chars' => __(' Capability name (ID) must contain latin characters, digits, hyphens or underscore only!', 'ure'),
|
389 |
# wpml-name: ba38256d66e3ae37b7b16052a0f94729
|
390 |
+
#: ../includes/class-user-role-editor.php:898
|
391 |
msgid " Capability name (ID) can not be empty!"
|
392 |
msgstr " שם היכולת (מזהה) לא יכול להיות ריק!"
|
393 |
|
395 |
# 'capability_name_valid_chars' => __(' Capability name (ID) must contain latin characters, digits, hyphens or underscore only!', 'ure'),
|
396 |
# ) );
|
397 |
# wpml-name: 6d4c115be3e7b4f1fd70112642c9a72d
|
398 |
+
#: ../includes/class-user-role-editor.php:899
|
399 |
msgid ""
|
400 |
" Capability name (ID) must contain latin characters, digits, hyphens or "
|
401 |
"underscore only!"
|
406 |
# <th scope="row"><?php _e('Other Roles', 'ure'); ?></th>
|
407 |
# <td>
|
408 |
# wpml-name: a5f40dc2b5f2552187d0326e77e267eb
|
409 |
+
#: ../includes/class-user-role-editor.php:933
|
410 |
+
#: ../includes/class-user-role-editor.php:962
|
411 |
msgid "Other Roles"
|
412 |
msgstr "תפקידים אחרים"
|
413 |
|
415 |
# echo $output . ' >> <a href="' . wp_nonce_url("users.php?page=users-".URE_PLUGIN_FILE."&object=user&user_id={$user->ID}", "ure_user_{$user->ID}") . '">' . __('Edit', 'ure') . '</a>';
|
416 |
# ?>
|
417 |
# wpml-name: 7dce122004969d56ae2e0245cb754d35
|
418 |
+
#: ../includes/class-user-role-editor.php:944
|
419 |
msgid "Edit"
|
420 |
msgstr "עריכה"
|
421 |
|
465 |
# $this->show_message(__('Error: wrong request', 'URE'));
|
466 |
# return false;
|
467 |
# wpml-name: a4b9ac7e09dc5996d763f6bae29fd31a
|
468 |
+
#: ../includes/class-ure-lib.php:140
|
469 |
msgid "Error: wrong request"
|
470 |
msgstr "שגיאה: בקשה מוטעית"
|
471 |
|
473 |
# 'role_name_required' => __(' Role name (ID) can not be empty!', 'ure'),
|
474 |
# 'role_name_valid_chars' => __(' Role name (ID) must contain latin characters, digits, hyphens or underscore only!', 'ure'),
|
475 |
# wpml-name: 1400ecabfd5a7c9527f71723da18dad0
|
476 |
+
#: ../includes/class-ure-lib.php:173 ../includes/class-ure-lib.php:184
|
477 |
#, fuzzy
|
478 |
msgid "Role name (ID): "
|
479 |
msgstr " שם התפקיד (מזהה) אינו יכול להישאר ריק!"
|
480 |
|
481 |
+
#: ../includes/class-ure-lib.php:175 ../includes/class-ure-lib.php:186
|
482 |
msgid "Display Role Name: "
|
483 |
msgstr ""
|
484 |
|
485 |
+
#: ../includes/class-ure-lib.php:177
|
486 |
msgid "Make copy of: "
|
487 |
msgstr ""
|
488 |
|
490 |
# 'delete_role' => __('Delete Role', 'ure'),
|
491 |
# 'cancel' => __('Cancel', 'ure'),
|
492 |
# wpml-name: 4e2626418b461869a386850b0f3b437f
|
493 |
+
#: ../includes/class-ure-lib.php:193
|
494 |
#, fuzzy
|
495 |
msgid "Select Role:"
|
496 |
msgstr "מחיקת סוג משתמש"
|
499 |
# 'delete_role' => __('Delete Role', 'ure'),
|
500 |
# 'cancel' => __('Cancel', 'ure'),
|
501 |
# wpml-name: 4e2626418b461869a386850b0f3b437f
|
502 |
+
#: ../includes/class-ure-lib.php:208
|
503 |
#, fuzzy
|
504 |
msgid "Delete:"
|
505 |
msgstr "מחיקת סוג משתמש"
|
508 |
# 'capability_name_required' => __(' Capability name (ID) can not be empty!', 'ure'),
|
509 |
# 'capability_name_valid_chars' => __(' Capability name (ID) must contain latin characters, digits, hyphens or underscore only!', 'ure'),
|
510 |
# wpml-name: ba38256d66e3ae37b7b16052a0f94729
|
511 |
+
#: ../includes/class-ure-lib.php:215
|
512 |
#, fuzzy
|
513 |
msgid "Capability name (ID): "
|
514 |
msgstr " שם היכולת (מזהה) לא יכול להיות ריק!"
|
517 |
# $mess = __('Error: ', 'ure') . __('Role', 'ure') . ' <em>' . esc_html($_POST['user_role']) . '</em> ' . __('does not exist', 'ure');
|
518 |
# $this->current_role = '';
|
519 |
# wpml-name: f97d2eb0a66987899d02bb180936afa3
|
520 |
+
#: ../includes/class-ure-lib.php:329
|
521 |
msgid "Error: "
|
522 |
msgstr "שגיאה:"
|
523 |
|
525 |
# $mess = __('Error: ', 'ure') . __('Role', 'ure') . ' <em>' . esc_html($_POST['user_role']) . '</em> ' . __('does not exist', 'ure');
|
526 |
# $this->current_role = '';
|
527 |
# wpml-name: bbbabdbe1b262f75d99d62880b953be1
|
528 |
+
#: ../includes/class-ure-lib.php:329
|
529 |
msgid "Role"
|
530 |
msgstr "סוג משתמש:"
|
531 |
|
533 |
# $mess = __('Error: ', 'ure') . __('Role', 'ure') . ' <em>' . esc_html($_POST['user_role']) . '</em> ' . __('does not exist', 'ure');
|
534 |
# $this->current_role = '';
|
535 |
# wpml-name: 9416a531e05cf18f1c26b97263e3c96b
|
536 |
+
#: ../includes/class-ure-lib.php:330
|
537 |
msgid "does not exist"
|
538 |
msgstr "לא נמצא"
|
539 |
|
541 |
# $mess = __('Role is updated successfully', 'ure');
|
542 |
# } else {
|
543 |
# wpml-name: 9fd866f99b55510d60384b7efeb22018
|
544 |
+
#: ../includes/class-ure-lib.php:373
|
545 |
msgid "Role is updated successfully"
|
546 |
msgstr "התפקיד עודכן בהצלחה"
|
547 |
|
549 |
# $mess = __('Roles are updated for all network', 'ure');
|
550 |
# }
|
551 |
# wpml-name: f89c187756348dad944b0fcca790fde6
|
552 |
+
#: ../includes/class-ure-lib.php:375
|
553 |
msgid "Roles are updated for all network"
|
554 |
msgstr "התפקידים עודכנו עבור כל הרשת"
|
555 |
|
557 |
# $mess = __('Error occured during role(s) update', 'ure');
|
558 |
# }
|
559 |
# wpml-name: 9f528ca4741155f636c4331b19f2b170
|
560 |
+
#: ../includes/class-ure-lib.php:381
|
561 |
msgid "Error occured during role(s) update"
|
562 |
msgstr "קרתה שגיאה בעת עדכון תפקידי המשתמש"
|
563 |
|
565 |
# $mess = __('User capabilities are updated successfully', 'ure');
|
566 |
# } else {
|
567 |
# wpml-name: ee37618edaa53156b3a18d543ec60412
|
568 |
+
#: ../includes/class-ure-lib.php:388
|
569 |
msgid "User capabilities are updated successfully"
|
570 |
msgstr "יכולות המשתמש עודכנו בהצלחה"
|
571 |
|
573 |
# $mess = __('Error occured during user update', 'ure');
|
574 |
# }
|
575 |
# wpml-name: f7283da5501e7e1cb13255d323859feb
|
576 |
+
#: ../includes/class-ure-lib.php:393
|
577 |
msgid "Error occured during user update"
|
578 |
msgstr "קרתה שגיאה בזמן עדכון המשתמש"
|
579 |
|
581 |
# $this->notification = __('User Roles are restored to WordPress default values. ', 'ure');
|
582 |
# } else if ($action == 'update') {
|
583 |
# wpml-name: 7182950b4f92d446844be24cfea6276a
|
584 |
+
#: ../includes/class-ure-lib.php:451
|
585 |
msgid "User Roles are restored to WordPress default values. "
|
586 |
msgstr "תפקידי משתמש שוחזרו לערכי ברירת המחדל של וורדפרס."
|
587 |
|
589 |
# $link = '<a href="' . $url . '" title="read about ' . $capability . ' user capability" target="new"><img src="' . URE_PLUGIN_URL . '/images/help.png" alt="' . __('Help', 'ure') . '" /></a>';
|
590 |
# } else {
|
591 |
# wpml-name: 6a26f548831e6a8c26bfbbd9f6ec61e0
|
592 |
+
#: ../includes/class-ure-lib.php:1317
|
593 |
msgid "Help"
|
594 |
msgstr "עזרה"
|
595 |
|
597 |
# $this->show_message('Error! ' . __('Error is occur. Please check the log file.', 'ure'));
|
598 |
# }
|
599 |
# wpml-name: 766a60ac9e13c76c28bdf714ddecaa25
|
600 |
+
#: ../includes/class-ure-lib.php:1675
|
601 |
msgid "Error is occur. Please check the log file."
|
602 |
msgstr "ארעה שגיאה, אנא בדוק את קובץ היומן."
|
603 |
|
605 |
# return __('Error: Role ID must contain latin characters, digits, hyphens or underscore only!', 'ure');
|
606 |
# }
|
607 |
# wpml-name: f9182094e24a9e2fbb7317b1724a69c9
|
608 |
+
#: ../includes/class-ure-lib.php:1718 ../includes/class-ure-lib.php:1785
|
609 |
msgid ""
|
610 |
"Error: Role ID must contain latin characters, digits, hyphens or underscore "
|
611 |
"only!"
|
612 |
msgstr ""
|
613 |
"שגיאה: תפקיד המשתמש חייב לכלול אותיות לטיניות, ספרות, מקפים וקו תחתון בלבד!"
|
614 |
|
615 |
+
#: ../includes/class-ure-lib.php:1722 ../includes/class-ure-lib.php:1789
|
616 |
msgid ""
|
617 |
"Error: WordPress does not support numeric Role name (ID). Add latin "
|
618 |
"characters to it."
|
622 |
# return sprintf('Error! ' . __('Role %s exists already', 'ure'), $user_role_id);
|
623 |
# }
|
624 |
# wpml-name: 61b6d86154b5437be56e6565f2820391
|
625 |
+
#: ../includes/class-ure-lib.php:1737
|
626 |
#, php-format
|
627 |
msgid "Role %s exists already"
|
628 |
msgstr "סוג המשתמש %s כבר קיים"
|
631 |
# $mess = 'Error! ' . __('Error is encountered during new role create operation', 'ure');
|
632 |
# } else {
|
633 |
# wpml-name: e0618b1a4160611a46b1b95acab0821c
|
634 |
+
#: ../includes/class-ure-lib.php:1752
|
635 |
msgid "Error is encountered during new role create operation"
|
636 |
msgstr "ארעה שגיאה בעת יצירת סוג המשתמש החדש"
|
637 |
|
639 |
# $mess = sprintf(__('Role %s is created successfully', 'ure'), $user_role_name);
|
640 |
# }
|
641 |
# wpml-name: 1613afddcbdf86bd48660e5443be00ff
|
642 |
+
#: ../includes/class-ure-lib.php:1754
|
643 |
#, php-format
|
644 |
msgid "Role %s is created successfully"
|
645 |
msgstr "סוג המשתמש %s נוצר בהצלחה"
|
646 |
|
647 |
+
#: ../includes/class-ure-lib.php:1778
|
648 |
+
msgid "Error: Role ID is empty!"
|
649 |
+
msgstr ""
|
650 |
+
|
651 |
+
#: ../includes/class-ure-lib.php:1796
|
652 |
+
msgid "Error: Empty role display name is not allowed."
|
653 |
+
msgstr ""
|
654 |
+
|
655 |
+
# if (!isset($this->roles[$_POST['user_role']])) {
|
656 |
+
# $mess = __('Error: ', 'ure') . __('Role', 'ure') . ' <em>' . esc_html($_POST['user_role']) . '</em> ' . __('does not exist', 'ure');
|
657 |
+
# $this->current_role = '';
|
658 |
+
# wpml-name: 9416a531e05cf18f1c26b97263e3c96b
|
659 |
+
#: ../includes/class-ure-lib.php:1803
|
660 |
+
#, fuzzy, php-format
|
661 |
+
msgid "Role %s does not exists"
|
662 |
+
msgstr "לא נמצא"
|
663 |
+
|
664 |
+
# } else {
|
665 |
+
# $mess = sprintf(__('Role %s is created successfully', 'ure'), $user_role_name);
|
666 |
+
# }
|
667 |
+
# wpml-name: 1613afddcbdf86bd48660e5443be00ff
|
668 |
+
#: ../includes/class-ure-lib.php:1811
|
669 |
+
#, fuzzy, php-format
|
670 |
+
msgid "Role %s is renamed to %s successfully"
|
671 |
+
msgstr "סוג המשתמש %s נוצר בהצלחה"
|
672 |
+
|
673 |
# if (empty($result)) {
|
674 |
# $mess = 'Error! ' . __('Error encountered during role delete operation', 'ure');
|
675 |
# } else {
|
676 |
# wpml-name: 5ca27dda122445e597586a22e18088e6
|
677 |
+
#: ../includes/class-ure-lib.php:1878
|
678 |
msgid "Error encountered during role delete operation"
|
679 |
msgstr "ארעה שגיאה במהלך נסיון המחיקה של סוג המשתמש"
|
680 |
|
682 |
# $mess = sprintf(__('Role %s is deleted successfully', 'ure'), $role);
|
683 |
# }
|
684 |
# wpml-name: 53552ec95bc8303219e8c39375763370
|
685 |
+
#: ../includes/class-ure-lib.php:1880
|
686 |
msgid "Unused roles are deleted successfully"
|
687 |
msgstr ""
|
688 |
|
690 |
# $mess = sprintf(__('Role %s is deleted successfully', 'ure'), $role);
|
691 |
# }
|
692 |
# wpml-name: 53552ec95bc8303219e8c39375763370
|
693 |
+
#: ../includes/class-ure-lib.php:1882
|
694 |
#, php-format
|
695 |
msgid "Role %s is deleted successfully"
|
696 |
msgstr "סוג המשתמש %s נמחק בהצלחה"
|
699 |
# $errorMessage = 'Error! ' . __('Error encountered during default role change operation', 'ure');
|
700 |
# if (isset($wp_roles->role_objects[$user_role_id]) && $user_role_id !== 'administrator') {
|
701 |
# wpml-name: b64bfe4842bc0638b79a24687976394e
|
702 |
+
#: ../includes/class-ure-lib.php:1907
|
703 |
msgid "Error encountered during default role change operation"
|
704 |
msgstr "ארעה שגיאה בעת הנסיון לשנות את סוג משתמש ברירת מחדל"
|
705 |
|
707 |
# $mess = sprintf(__('Default role for new users is set to %s successfully', 'ure'), $wp_roles->role_names[$user_role_id]);
|
708 |
# }
|
709 |
# wpml-name: 94978d82edc73eba0f44bc7bceb299f4
|
710 |
+
#: ../includes/class-ure-lib.php:1913
|
711 |
#, php-format
|
712 |
msgid "Default role for new users is set to %s successfully"
|
713 |
msgstr "סוג המשתמש %s נקבע כברירת מחדל"
|
716 |
# __('Editor', 'ure');
|
717 |
# __('Author', 'ure');
|
718 |
# wpml-name: 344a7f427fb765610ef96eb7bce95257
|
719 |
+
#: ../includes/class-ure-lib.php:1932
|
720 |
msgid "Editor"
|
721 |
msgstr "עורך"
|
722 |
|
724 |
# __('Author', 'ure');
|
725 |
# __('Contributor', 'ure');
|
726 |
# wpml-name: a517747c3d12f99244ae598910d979c5
|
727 |
+
#: ../includes/class-ure-lib.php:1933
|
728 |
msgid "Author"
|
729 |
msgstr "כותב"
|
730 |
|
732 |
# __('Contributor', 'ure');
|
733 |
# __('Subscriber', 'ure');
|
734 |
# wpml-name: 23d21ad4dea7aadf907e5e601b1905e6
|
735 |
+
#: ../includes/class-ure-lib.php:1934
|
736 |
msgid "Contributor"
|
737 |
msgstr "תורם"
|
738 |
|
740 |
# __('Subscriber', 'ure');
|
741 |
# // Standard WordPress capabilities
|
742 |
# wpml-name: 992c4a5b4628d8ebf671cf460254ee81
|
743 |
+
#: ../includes/class-ure-lib.php:1935
|
744 |
msgid "Subscriber"
|
745 |
msgstr "מנוי"
|
746 |
|
748 |
# __('Switch themes', 'ure');
|
749 |
# __('Edit themes', 'ure');
|
750 |
# wpml-name: 87d980c0c79638536655ce7fa0a4b85d
|
751 |
+
#: ../includes/class-ure-lib.php:1937
|
752 |
msgid "Switch themes"
|
753 |
msgstr "החלפת תבניות"
|
754 |
|
756 |
# __('Edit themes', 'ure');
|
757 |
# __('Activate plugins', 'ure');
|
758 |
# wpml-name: 8395d1904c778ee1b2762e07a6a03878
|
759 |
+
#: ../includes/class-ure-lib.php:1938
|
760 |
msgid "Edit themes"
|
761 |
msgstr "עריכת תבניות"
|
762 |
|
764 |
# __('Activate plugins', 'ure');
|
765 |
# __('Edit plugins', 'ure');
|
766 |
# wpml-name: c38bc47406355ef06ad3e10a98505536
|
767 |
+
#: ../includes/class-ure-lib.php:1939
|
768 |
msgid "Activate plugins"
|
769 |
msgstr "הפעלת תוספים"
|
770 |
|
772 |
# __('Edit plugins', 'ure');
|
773 |
# __('Edit users', 'ure');
|
774 |
# wpml-name: a6e42eb142c87e881a0d0c92acf4ef9f
|
775 |
+
#: ../includes/class-ure-lib.php:1940
|
776 |
msgid "Edit plugins"
|
777 |
msgstr "עריכת תוספים"
|
778 |
|
780 |
# __('Edit users', 'ure');
|
781 |
# __('Edit files', 'ure');
|
782 |
# wpml-name: 70118d8574d7c13da8c0a7c2acc0f659
|
783 |
+
#: ../includes/class-ure-lib.php:1941
|
784 |
msgid "Edit users"
|
785 |
msgstr "עריכת משתמשים"
|
786 |
|
788 |
# __('Edit files', 'ure');
|
789 |
# __('Manage options', 'ure');
|
790 |
# wpml-name: 91c6e7a54b91cdc161f71958c597ed11
|
791 |
+
#: ../includes/class-ure-lib.php:1942
|
792 |
msgid "Edit files"
|
793 |
msgstr "עריכת קבצים"
|
794 |
|
796 |
# __('Manage options', 'ure');
|
797 |
# __('Moderate comments', 'ure');
|
798 |
# wpml-name: 9f285ad90d3e9f5122241f2e8abd3836
|
799 |
+
#: ../includes/class-ure-lib.php:1943
|
800 |
msgid "Manage options"
|
801 |
msgstr "ניהול אפשרויות אתר"
|
802 |
|
804 |
# __('Moderate comments', 'ure');
|
805 |
# __('Manage categories', 'ure');
|
806 |
# wpml-name: abb293cb5d17f4acca429ea13d74c593
|
807 |
+
#: ../includes/class-ure-lib.php:1944
|
808 |
msgid "Moderate comments"
|
809 |
msgstr "ניהול תגובות"
|
810 |
|
812 |
# __('Manage categories', 'ure');
|
813 |
# __('Manage links', 'ure');
|
814 |
# wpml-name: 74c12b9adae95b65772e8c9c9c8e5af3
|
815 |
+
#: ../includes/class-ure-lib.php:1945
|
816 |
msgid "Manage categories"
|
817 |
msgstr "ניהול קטגוריות"
|
818 |
|
820 |
# __('Manage links', 'ure');
|
821 |
# __('Upload files', 'ure');
|
822 |
# wpml-name: fa1a08e2a749c9f330c9a8e60cac9cc3
|
823 |
+
#: ../includes/class-ure-lib.php:1946
|
824 |
msgid "Manage links"
|
825 |
msgstr "ניהול קישורים"
|
826 |
|
828 |
# __('Upload files', 'ure');
|
829 |
# __('Import', 'ure');
|
830 |
# wpml-name: c7de86f69db264c3950d8ae46ed2e33f
|
831 |
+
#: ../includes/class-ure-lib.php:1947
|
832 |
msgid "Upload files"
|
833 |
msgstr "העלאת קבצים"
|
834 |
|
836 |
# __('Import', 'ure');
|
837 |
# __('Unfiltered html', 'ure');
|
838 |
# wpml-name: 72d6d7a1885885bb55a565fd1070581a
|
839 |
+
#: ../includes/class-ure-lib.php:1948
|
840 |
msgid "Import"
|
841 |
msgstr "יבוא"
|
842 |
|
844 |
# __('Unfiltered html', 'ure');
|
845 |
# __('Edit posts', 'ure');
|
846 |
# wpml-name: fdd95e5640d6d73230b7544ac261457a
|
847 |
+
#: ../includes/class-ure-lib.php:1949
|
848 |
msgid "Unfiltered html"
|
849 |
msgstr "עריכת HTML"
|
850 |
|
852 |
# __('Edit posts', 'ure');
|
853 |
# __('Edit others posts', 'ure');
|
854 |
# wpml-name: 9cd92b1d45220e13e5e257f185f3fec3
|
855 |
+
#: ../includes/class-ure-lib.php:1950
|
856 |
msgid "Edit posts"
|
857 |
msgstr "עריכת פוסטים"
|
858 |
|
860 |
# __('Edit others posts', 'ure');
|
861 |
# __('Edit published posts', 'ure');
|
862 |
# wpml-name: 5fbf3fd2d5fd1e393df2c639fa16dbc9
|
863 |
+
#: ../includes/class-ure-lib.php:1951
|
864 |
msgid "Edit others posts"
|
865 |
msgstr "עריכת פוסטים של אחרים"
|
866 |
|
868 |
# __('Edit published posts', 'ure');
|
869 |
# __('Publish posts', 'ure');
|
870 |
# wpml-name: d42efc04e7900de59ed3667c971e9e9d
|
871 |
+
#: ../includes/class-ure-lib.php:1952
|
872 |
msgid "Edit published posts"
|
873 |
msgstr "עריכת פוסטים שפורסמו"
|
874 |
|
876 |
# __('Publish posts', 'ure');
|
877 |
# __('Edit pages', 'ure');
|
878 |
# wpml-name: 64a4f8f7a855c54e1ca7c910439f5e90
|
879 |
+
#: ../includes/class-ure-lib.php:1953
|
880 |
msgid "Publish posts"
|
881 |
msgstr "פוסטים שפורסמו"
|
882 |
|
884 |
# __('Edit pages', 'ure');
|
885 |
# __('Read', 'ure');
|
886 |
# wpml-name: e7a51430fa0fbb32587c083ffae4b525
|
887 |
+
#: ../includes/class-ure-lib.php:1954
|
888 |
msgid "Edit pages"
|
889 |
msgstr "עריכת עמודים"
|
890 |
|
892 |
# __('Read', 'ure');
|
893 |
# __('Level 10', 'ure');
|
894 |
# wpml-name: 7a1a5f3e79fdc91edf2f5ead9d66abb4
|
895 |
+
#: ../includes/class-ure-lib.php:1955
|
896 |
msgid "Read"
|
897 |
msgstr "קורא"
|
898 |
|
900 |
# __('Level 10', 'ure');
|
901 |
# __('Level 9', 'ure');
|
902 |
# wpml-name: b3ef2f43e2782f8d95a4c22d577cb1bc
|
903 |
+
#: ../includes/class-ure-lib.php:1956
|
904 |
msgid "Level 10"
|
905 |
msgstr "דרגה 10"
|
906 |
|
908 |
# __('Level 9', 'ure');
|
909 |
# __('Level 8', 'ure');
|
910 |
# wpml-name: d48252bc9cffec4bed5028a7c71d8196
|
911 |
+
#: ../includes/class-ure-lib.php:1957
|
912 |
msgid "Level 9"
|
913 |
msgstr "דרגה 9"
|
914 |
|
916 |
# __('Level 8', 'ure');
|
917 |
# __('Level 7', 'ure');
|
918 |
# wpml-name: 625fef0c34a92b3685266a47f16c85dd
|
919 |
+
#: ../includes/class-ure-lib.php:1958
|
920 |
msgid "Level 8"
|
921 |
msgstr "דרגה 8"
|
922 |
|
924 |
# __('Level 7', 'ure');
|
925 |
# __('Level 6', 'ure');
|
926 |
# wpml-name: a9acd6f427950dc61cac50b4e9ee6bc4
|
927 |
+
#: ../includes/class-ure-lib.php:1959
|
928 |
msgid "Level 7"
|
929 |
msgstr "דרגה 7"
|
930 |
|
932 |
# __('Level 6', 'ure');
|
933 |
# __('Level 5', 'ure');
|
934 |
# wpml-name: b30ce92fb9295725ef29254ba5ae17e1
|
935 |
+
#: ../includes/class-ure-lib.php:1960
|
936 |
msgid "Level 6"
|
937 |
msgstr "דרגה 6"
|
938 |
|
940 |
# __('Level 5', 'ure');
|
941 |
# __('Level 4', 'ure');
|
942 |
# wpml-name: 05988e43e8f2eb5efdddc2b467c4b2f3
|
943 |
+
#: ../includes/class-ure-lib.php:1961
|
944 |
msgid "Level 5"
|
945 |
msgstr "דרגה 5"
|
946 |
|
948 |
# __('Level 4', 'ure');
|
949 |
# __('Level 3', 'ure');
|
950 |
# wpml-name: 309531bbe9a9d3228cd0687ec6e66bed
|
951 |
+
#: ../includes/class-ure-lib.php:1962
|
952 |
msgid "Level 4"
|
953 |
msgstr "דרגה 4"
|
954 |
|
956 |
# __('Level 3', 'ure');
|
957 |
# __('Level 2', 'ure');
|
958 |
# wpml-name: 8f60a63315c55e659b1a2dd5064ceae8
|
959 |
+
#: ../includes/class-ure-lib.php:1963
|
960 |
msgid "Level 3"
|
961 |
msgstr "דרגה 3"
|
962 |
|
964 |
# __('Level 2', 'ure');
|
965 |
# __('Level 1', 'ure');
|
966 |
# wpml-name: 228e9da47384bacde793a2b78d488bb0
|
967 |
+
#: ../includes/class-ure-lib.php:1964
|
968 |
msgid "Level 2"
|
969 |
msgstr "דרגה 2"
|
970 |
|
972 |
# __('Level 1', 'ure');
|
973 |
# __('Level 0', 'ure');
|
974 |
# wpml-name: 5afaf1679ad0887adebaddb40e0bd3f7
|
975 |
+
#: ../includes/class-ure-lib.php:1965
|
976 |
msgid "Level 1"
|
977 |
msgstr "דרגה 1"
|
978 |
|
980 |
# __('Level 0', 'ure');
|
981 |
# __('Edit others pages', 'ure');
|
982 |
# wpml-name: 057e95a59e032dbed970592dd1245092
|
983 |
+
#: ../includes/class-ure-lib.php:1966
|
984 |
msgid "Level 0"
|
985 |
msgstr "דרגה 0"
|
986 |
|
988 |
# __('Edit others pages', 'ure');
|
989 |
# __('Edit published pages', 'ure');
|
990 |
# wpml-name: b10af907824940fe6a5aa0a77c62be6f
|
991 |
+
#: ../includes/class-ure-lib.php:1967
|
992 |
msgid "Edit others pages"
|
993 |
msgstr "עריכת דפים של אחרים"
|
994 |
|
996 |
# __('Edit published pages', 'ure');
|
997 |
# __('Publish pages', 'ure');
|
998 |
# wpml-name: c5bfc24b0b891c9465134b83b2c6c259
|
999 |
+
#: ../includes/class-ure-lib.php:1968
|
1000 |
msgid "Edit published pages"
|
1001 |
msgstr "עריכת דפים שפורסמו"
|
1002 |
|
1004 |
# __('Publish pages', 'ure');
|
1005 |
# __('Delete pages', 'ure');
|
1006 |
# wpml-name: 70d789f104acf7aa83b1c5ab230f8e7c
|
1007 |
+
#: ../includes/class-ure-lib.php:1969
|
1008 |
msgid "Publish pages"
|
1009 |
msgstr "פרסום דפים"
|
1010 |
|
1012 |
# __('Delete pages', 'ure');
|
1013 |
# __('Delete others pages', 'ure');
|
1014 |
# wpml-name: b665a2b3cb33c08decc52b8a3f3d1742
|
1015 |
+
#: ../includes/class-ure-lib.php:1970
|
1016 |
msgid "Delete pages"
|
1017 |
msgstr "מחיקת דפים"
|
1018 |
|
1020 |
# __('Delete others pages', 'ure');
|
1021 |
# __('Delete published pages', 'ure');
|
1022 |
# wpml-name: 23eaa8e106fde2a76d80bc907f55ab7e
|
1023 |
+
#: ../includes/class-ure-lib.php:1971
|
1024 |
msgid "Delete others pages"
|
1025 |
msgstr "מחיקת דפים של אחרים"
|
1026 |
|
1028 |
# __('Delete published pages', 'ure');
|
1029 |
# __('Delete posts', 'ure');
|
1030 |
# wpml-name: 75c6bfee9157bbc48bfc4d50baab89e0
|
1031 |
+
#: ../includes/class-ure-lib.php:1972
|
1032 |
msgid "Delete published pages"
|
1033 |
msgstr "מחיקת דפים שפורסמו"
|
1034 |
|
1036 |
# __('Delete posts', 'ure');
|
1037 |
# __('Delete others posts', 'ure');
|
1038 |
# wpml-name: 3dce6f688c85f06c63224b5c3be13919
|
1039 |
+
#: ../includes/class-ure-lib.php:1973
|
1040 |
msgid "Delete posts"
|
1041 |
msgstr "מחיקת פוסטים"
|
1042 |
|
1044 |
# __('Delete others posts', 'ure');
|
1045 |
# __('Delete published posts', 'ure');
|
1046 |
# wpml-name: c0496287732814df690c8966027a58d6
|
1047 |
+
#: ../includes/class-ure-lib.php:1974
|
1048 |
msgid "Delete others posts"
|
1049 |
msgstr "מחיקת פוסטים של אחרים"
|
1050 |
|
1052 |
# __('Delete published posts', 'ure');
|
1053 |
# __('Delete private posts', 'ure');
|
1054 |
# wpml-name: b0a2d2039494d73f81f4e476bfda24da
|
1055 |
+
#: ../includes/class-ure-lib.php:1975
|
1056 |
msgid "Delete published posts"
|
1057 |
msgstr "מחיקת פוסטים שפורסמו"
|
1058 |
|
1060 |
# __('Delete private posts', 'ure');
|
1061 |
# __('Edit private posts', 'ure');
|
1062 |
# wpml-name: dcd02c374764e49b36f0f959cc2917bb
|
1063 |
+
#: ../includes/class-ure-lib.php:1976
|
1064 |
msgid "Delete private posts"
|
1065 |
msgstr "מחיקת פוסטים פרטיים"
|
1066 |
|
1068 |
# __('Edit private posts', 'ure');
|
1069 |
# __('Read private posts', 'ure');
|
1070 |
# wpml-name: da9ee842794f7caf9fa32271073d5f7a
|
1071 |
+
#: ../includes/class-ure-lib.php:1977
|
1072 |
msgid "Edit private posts"
|
1073 |
msgstr "עריכת פוסטים פרטיים"
|
1074 |
|
1076 |
# __('Read private posts', 'ure');
|
1077 |
# __('Delete private pages', 'ure');
|
1078 |
# wpml-name: eab0355307288f6480f8c53a0d953d79
|
1079 |
+
#: ../includes/class-ure-lib.php:1978
|
1080 |
msgid "Read private posts"
|
1081 |
msgstr "קריאת פוסטים פרטיים"
|
1082 |
|
1084 |
# __('Delete private pages', 'ure');
|
1085 |
# __('Edit private pages', 'ure');
|
1086 |
# wpml-name: 2136c12e2beeadfe0da80a36ef967eca
|
1087 |
+
#: ../includes/class-ure-lib.php:1979
|
1088 |
msgid "Delete private pages"
|
1089 |
msgstr "מחיקת עמודים פרטיים"
|
1090 |
|
1092 |
# __('Edit private pages', 'ure');
|
1093 |
# __('Read private pages', 'ure');
|
1094 |
# wpml-name: 4f3859ba470cb61f22a600a93c4ce11f
|
1095 |
+
#: ../includes/class-ure-lib.php:1980
|
1096 |
msgid "Edit private pages"
|
1097 |
msgstr "מחיקת עמודים פרטיים"
|
1098 |
|
1100 |
# __('Read private pages', 'ure');
|
1101 |
# __('Delete users', 'ure');
|
1102 |
# wpml-name: 5faa3f2e9585e107dc5f23748a825882
|
1103 |
+
#: ../includes/class-ure-lib.php:1981
|
1104 |
msgid "Read private pages"
|
1105 |
msgstr "קריאת עמודים פרטיים"
|
1106 |
|
1108 |
# __('Delete users', 'ure');
|
1109 |
# __('Create users', 'ure');
|
1110 |
# wpml-name: 61c484c7f1638a9dd4237cb666b91c1f
|
1111 |
+
#: ../includes/class-ure-lib.php:1982
|
1112 |
msgid "Delete users"
|
1113 |
msgstr "מחיקת משתמשים"
|
1114 |
|
1116 |
# __('Create users', 'ure');
|
1117 |
# __('Unfiltered upload', 'ure');
|
1118 |
# wpml-name: 6cf6d76fc00f8dd12af98a37d11f623e
|
1119 |
+
#: ../includes/class-ure-lib.php:1983
|
1120 |
msgid "Create users"
|
1121 |
msgstr "יצירת משתמשים"
|
1122 |
|
1124 |
# __('Unfiltered upload', 'ure');
|
1125 |
# __('Edit dashboard', 'ure');
|
1126 |
# wpml-name: 7110d42a34cbb3316d6d0c658fa34c86
|
1127 |
+
#: ../includes/class-ure-lib.php:1984
|
1128 |
msgid "Unfiltered upload"
|
1129 |
msgstr "העלאת קבצים חופשית"
|
1130 |
|
1132 |
# __('Edit dashboard', 'ure');
|
1133 |
# __('Update plugins', 'ure');
|
1134 |
# wpml-name: b5577d27ebfdd60a3bda83ae726d574b
|
1135 |
+
#: ../includes/class-ure-lib.php:1985
|
1136 |
msgid "Edit dashboard"
|
1137 |
msgstr "שינוי לוח הבקרה"
|
1138 |
|
1140 |
# __('Update plugins', 'ure');
|
1141 |
# __('Delete plugins', 'ure');
|
1142 |
# wpml-name: 23c5b17dc24e40fa47ca6588932d32f7
|
1143 |
+
#: ../includes/class-ure-lib.php:1986
|
1144 |
msgid "Update plugins"
|
1145 |
msgstr "עדכון תוספים"
|
1146 |
|
1148 |
# __('Delete plugins', 'ure');
|
1149 |
# __('Install plugins', 'ure');
|
1150 |
# wpml-name: f2a839940dae3934317d8d6a6f647ebd
|
1151 |
+
#: ../includes/class-ure-lib.php:1987
|
1152 |
msgid "Delete plugins"
|
1153 |
msgstr "מחיקת תוספים"
|
1154 |
|
1156 |
# __('Install plugins', 'ure');
|
1157 |
# __('Update themes', 'ure');
|
1158 |
# wpml-name: 9d06472988c53bfc768bc7b6a788b697
|
1159 |
+
#: ../includes/class-ure-lib.php:1988
|
1160 |
msgid "Install plugins"
|
1161 |
msgstr "התקנת תוספים"
|
1162 |
|
1164 |
# __('Update themes', 'ure');
|
1165 |
# __('Install themes', 'ure');
|
1166 |
# wpml-name: 504ea4a27260ac1e8822c5877ffe526b
|
1167 |
+
#: ../includes/class-ure-lib.php:1989
|
1168 |
msgid "Update themes"
|
1169 |
msgstr "עדכון תבניות"
|
1170 |
|
1172 |
# __('Install themes', 'ure');
|
1173 |
# __('Update core', 'ure');
|
1174 |
# wpml-name: a7d67fb17876569a4590902d3566a6fd
|
1175 |
+
#: ../includes/class-ure-lib.php:1990
|
1176 |
msgid "Install themes"
|
1177 |
msgstr "התקנת תבניות חדשות"
|
1178 |
|
1180 |
# __('Update core', 'ure');
|
1181 |
# __('List users', 'ure');
|
1182 |
# wpml-name: e56e5b87db548cd42be7a8a0f916205d
|
1183 |
+
#: ../includes/class-ure-lib.php:1991
|
1184 |
msgid "Update core"
|
1185 |
msgstr "עדכון וורדפרס"
|
1186 |
|
1188 |
# __('List users', 'ure');
|
1189 |
# __('Remove users', 'ure');
|
1190 |
# wpml-name: f923f903857a5387d3db70494e074632
|
1191 |
+
#: ../includes/class-ure-lib.php:1992
|
1192 |
msgid "List users"
|
1193 |
msgstr "בצפייה במשתמשים"
|
1194 |
|
1196 |
# __('Remove users', 'ure');
|
1197 |
# __('Add users', 'ure');
|
1198 |
# wpml-name: 8c7e9f2dfcd0125922dfbce36a1a4c2a
|
1199 |
+
#: ../includes/class-ure-lib.php:1993
|
1200 |
msgid "Remove users"
|
1201 |
msgstr "הסרת משתמשים"
|
1202 |
|
1204 |
# __('Add users', 'ure');
|
1205 |
# __('Promote users', 'ure');
|
1206 |
# wpml-name: 3bf6330f5f4c7c3dfddc9670cfaf4a22
|
1207 |
+
#: ../includes/class-ure-lib.php:1994
|
1208 |
msgid "Add users"
|
1209 |
msgstr "הוספת משתמשים"
|
1210 |
|
1212 |
# __('Promote users', 'ure');
|
1213 |
# __('Edit theme options', 'ure');
|
1214 |
# wpml-name: 12f4ba95cdfd04b791820b9c20887913
|
1215 |
+
#: ../includes/class-ure-lib.php:1995
|
1216 |
msgid "Promote users"
|
1217 |
msgstr "שינוי משתמשים"
|
1218 |
|
1220 |
# __('Edit theme options', 'ure');
|
1221 |
# __('Delete themes', 'ure');
|
1222 |
# wpml-name: 8841974497684dad4d55beaf2b6c52ef
|
1223 |
+
#: ../includes/class-ure-lib.php:1996
|
1224 |
msgid "Edit theme options"
|
1225 |
msgstr "עריכת אפשרויות התבנית"
|
1226 |
|
1228 |
# __('Delete themes', 'ure');
|
1229 |
# __('Export', 'ure');
|
1230 |
# wpml-name: 335e9dea5f21dc3f591f3aceefdeed54
|
1231 |
+
#: ../includes/class-ure-lib.php:1997
|
1232 |
msgid "Delete themes"
|
1233 |
msgstr "מחיקת תבניות"
|
1234 |
|
1236 |
# __('Export', 'ure');
|
1237 |
# }
|
1238 |
# wpml-name: 0095a9fa74d1713e43e370a7d7846224
|
1239 |
+
#: ../includes/class-ure-lib.php:1998
|
1240 |
msgid "Export"
|
1241 |
msgstr "ייצוא תוכן"
|
1242 |
|
1244 |
# return 'Error! ' . __('Error: Capability name must contain latin characters and digits only!', 'ure');
|
1245 |
# ;
|
1246 |
# wpml-name: 03766b9586d3012af6fc788e85d39530
|
1247 |
+
#: ../includes/class-ure-lib.php:2108
|
1248 |
msgid "Error: Capability name must contain latin characters and digits only!"
|
1249 |
msgstr "שגיאה! שם יכולת חייב להכיל אותיות באנגלית וספרות בלבד"
|
1250 |
|
1252 |
# $mess = sprintf(__('Capability %s is added successfully', 'ure'), $user_capability);
|
1253 |
# } else {
|
1254 |
# wpml-name: 6dcaae98207ba2673da987515b02fe31
|
1255 |
+
#: ../includes/class-ure-lib.php:2121
|
1256 |
#, php-format
|
1257 |
msgid "Capability %s is added successfully"
|
1258 |
msgstr "היכולת %s נוספה בהצלחה"
|
1261 |
# $mess = sprintf('Error! ' . __('Capability %s exists already', 'ure'), $user_capability);
|
1262 |
# }
|
1263 |
# wpml-name: d5c1ec0556aadfa88cadffb62266b83d
|
1264 |
+
#: ../includes/class-ure-lib.php:2123
|
1265 |
#, php-format
|
1266 |
msgid "Capability %s exists already"
|
1267 |
msgstr "כבר קיימת יכולת בשם %s"
|
1270 |
# return sprintf(__('Error! You do not have permission to delete this capability: %s!', 'ure'), $capability_id);
|
1271 |
# }
|
1272 |
# wpml-name: 0e132e68574d9609d956f9be409f7384
|
1273 |
+
#: ../includes/class-ure-lib.php:2148
|
1274 |
#, php-format
|
1275 |
msgid "Error! You do not have permission to delete this capability: %s!"
|
1276 |
msgstr "שגיאה! אין לך הרשאה למחוק את היכולת %s"
|
1279 |
# $mess = sprintf(__('Capability %s is removed successfully', 'ure'), $capability_id);
|
1280 |
# }
|
1281 |
# wpml-name: d819128cbb44d0e2fe4eb8b8b6397871
|
1282 |
+
#: ../includes/class-ure-lib.php:2167
|
1283 |
#, php-format
|
1284 |
msgid "Capability %s is removed successfully"
|
1285 |
msgstr "היכולת %s הוסרה בהצלחה"
|
1286 |
|
1287 |
+
#: ../includes/class-ure-lib.php:2271
|
1288 |
msgid "Version:"
|
1289 |
msgstr ""
|
1290 |
|
1292 |
# <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . 'images/vladimir.png'; ?>);" target="_blank" href="http://www.shinephp.com/"><?php _e("Author's website", 'ure'); ?></a>
|
1293 |
# <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . 'images/user-role-editor-icon.png'; ?>);" target="_blank" href="http://role-editor.com"><?php _e('Plugin webpage', 'ure'); ?></a>
|
1294 |
# wpml-name: b63bc6c033363c8ee66beaf4ea4d5bc3
|
1295 |
+
#: ../includes/class-ure-lib.php:2272
|
1296 |
msgid "Author's website"
|
1297 |
msgstr "אתר היוצר"
|
1298 |
|
1300 |
# <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . 'images/user-role-editor-icon.png'; ?>);" target="_blank" href="http://role-editor.com"><?php _e('Plugin webpage', 'ure'); ?></a>
|
1301 |
# <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . 'images/changelog-icon.png'; ?>);" target="_blank" href="http://www.shinephp.com/user-role-editor-wordpress-plugin/#changelog"><?php _e('Changelog', 'ure'); ?></a>
|
1302 |
# wpml-name: f919d1248270e1eca5cc6a39253264f7
|
1303 |
+
#: ../includes/class-ure-lib.php:2273
|
1304 |
msgid "Plugin webpage"
|
1305 |
msgstr "דף התוסף"
|
1306 |
|
1308 |
# <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . 'images/user-role-editor-icon.png'; ?>);" target="_blank" href="http://role-editor.com"><?php _e('Plugin webpage', 'ure'); ?></a>
|
1309 |
# <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . 'images/changelog-icon.png'; ?>);" target="_blank" href="http://www.shinephp.com/user-role-editor-wordpress-plugin/#changelog"><?php _e('Changelog', 'ure'); ?></a>
|
1310 |
# wpml-name: f919d1248270e1eca5cc6a39253264f7
|
1311 |
+
#: ../includes/class-ure-lib.php:2274
|
1312 |
#, fuzzy
|
1313 |
msgid "Plugin download"
|
1314 |
msgstr "דף התוסף"
|
1317 |
# <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . 'images/faq-icon.png'; ?>);" target="_blank" href="http://www.shinephp.com/user-role-editor-wordpress-plugin/#faq"><?php _e('FAQ', 'ure'); ?></a>
|
1318 |
# <?php
|
1319 |
# wpml-name: 1fe917b01f9a3f87fa2d7d3b7643fac1
|
1320 |
+
#: ../includes/class-ure-lib.php:2276
|
1321 |
msgid "FAQ"
|
1322 |
msgstr "שאלות נפוצות"
|
1323 |
|
1325 |
# <option value="none" selected="selected">' . __('None', 'ure') . '</option>';
|
1326 |
# $this->role_select_html = '<select id="user_role" name="user_role" onchange="ure_role_change(this.value);">';
|
1327 |
# wpml-name: 6adf97f83acf6453d4a6a4b1070f3754
|
1328 |
+
#: ../includes/class-ure-lib.php:2324
|
1329 |
msgid "None"
|
1330 |
msgstr "תרום"
|
1331 |
|
1333 |
#
|
1334 |
#
|
1335 |
# wpml-name: 7aa3fd37413ab803143d28fcc65287cf
|
1336 |
+
#: ../includes/class-ure-lib.php:2351
|
1337 |
msgid "Delete All Unused Roles"
|
1338 |
msgstr ""
|
1339 |
|
1340 |
+
#: ../includes/class-ure-lib.php:2375
|
1341 |
msgid "— No role for this site —"
|
1342 |
msgstr ""
|
1343 |
|
lang/ure-id_ID.mo
CHANGED
Binary file
|
lang/ure-id_ID.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: User Role Editor 2.0\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Vladimir Garagulya <vladimir@shinephp.com>\n"
|
8 |
"Language-Team: http://al-badar.net <nasrulhaq81@gmail.com>\n"
|
@@ -86,59 +86,59 @@ msgstr ""
|
|
86 |
msgid "Allow non super administrators to create, edit, and delete users"
|
87 |
msgstr ""
|
88 |
|
89 |
-
#: ../includes/class-user-role-editor.php:
|
90 |
msgid "Change role for users without role"
|
91 |
msgstr ""
|
92 |
|
93 |
-
#: ../includes/class-user-role-editor.php:
|
94 |
msgid "No rights"
|
95 |
msgstr ""
|
96 |
|
97 |
-
#: ../includes/class-user-role-editor.php:
|
98 |
msgid "Provide new role"
|
99 |
msgstr ""
|
100 |
|
101 |
-
#: ../includes/class-user-role-editor.php:
|
102 |
-
#: ../includes/class-user-role-editor.php:
|
103 |
msgid "You do not have permission to edit this user."
|
104 |
msgstr "Anda tidak diizinkan untuk menyunting user ini. "
|
105 |
|
106 |
-
#: ../includes/class-user-role-editor.php:
|
107 |
msgid "Capabilities"
|
108 |
msgstr "Kemampuan"
|
109 |
|
110 |
-
#: ../includes/class-user-role-editor.php:
|
111 |
msgid "Settings"
|
112 |
msgstr "Pengaturan"
|
113 |
|
114 |
-
#: ../includes/class-user-role-editor.php:
|
115 |
-
#: ../includes/class-ure-lib.php:
|
116 |
msgid "Changelog"
|
117 |
msgstr "log Perubahan"
|
118 |
|
119 |
-
#: ../includes/class-user-role-editor.php:
|
120 |
msgid "Overview"
|
121 |
msgstr "Ikhtisar"
|
122 |
|
123 |
-
#: ../includes/class-user-role-editor.php:
|
124 |
-
#: ../includes/class-user-role-editor.php:
|
125 |
-
#: ../includes/class-user-role-editor.php:
|
126 |
-
#: ../includes/class-ure-lib.php:
|
127 |
msgid "User Role Editor"
|
128 |
msgstr "User Role Editor"
|
129 |
|
130 |
-
#: ../includes/class-user-role-editor.php:
|
131 |
-
#: ../includes/class-user-role-editor.php:
|
132 |
-
#: ../includes/class-user-role-editor.php:
|
133 |
msgid "User Role Editor options are updated"
|
134 |
msgstr "Pilihan User Role Editor diperbarui"
|
135 |
|
136 |
-
#: ../includes/class-user-role-editor.php:
|
137 |
#, fuzzy
|
138 |
msgid "Default Roles are updated"
|
139 |
msgstr "Peran "
|
140 |
|
141 |
-
#: ../includes/class-user-role-editor.php:
|
142 |
msgid ""
|
143 |
"You do not have sufficient permissions to manage options for User Role "
|
144 |
"Editor."
|
@@ -146,39 +146,45 @@ msgstr ""
|
|
146 |
"Anda tidak memiliki izin yang memadai untuk mengelola pilihan User Role "
|
147 |
"Editor."
|
148 |
|
149 |
-
#: ../includes/class-user-role-editor.php:
|
150 |
msgid "Insufficient permissions to work with User Role Editor"
|
151 |
msgstr "Izin yang tidak sesuai untuk bekerja dengan User Role Editor"
|
152 |
|
153 |
-
#: ../includes/class-user-role-editor.php:
|
154 |
msgid "Select All"
|
155 |
msgstr "Pilih Semua"
|
156 |
|
157 |
-
#: ../includes/class-user-role-editor.php:
|
158 |
msgid "Unselect All"
|
159 |
msgstr "Batalkan Semua"
|
160 |
|
161 |
-
#: ../includes/class-user-role-editor.php:
|
162 |
msgid "Reverse"
|
163 |
msgstr "Memutar"
|
164 |
|
165 |
-
#: ../includes/class-user-role-editor.php:
|
166 |
msgid "Update"
|
167 |
msgstr "Pembaruan"
|
168 |
|
169 |
-
#: ../includes/class-user-role-editor.php:
|
170 |
msgid "Please confirm permissions update"
|
171 |
msgstr "Harap konfirmasi pembaruan izin"
|
172 |
|
173 |
-
#: ../includes/class-user-role-editor.php:
|
174 |
msgid "Add New Role"
|
175 |
msgstr "Tambah Peran Baru"
|
176 |
|
177 |
-
#: ../includes/class-user-role-editor.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
178 |
msgid " Role name (ID) can not be empty!"
|
179 |
msgstr "Nama peran (ID) tidak boleh kosong!"
|
180 |
|
181 |
-
#: ../includes/class-user-role-editor.php:
|
182 |
msgid ""
|
183 |
" Role name (ID) must contain latin characters, digits, hyphens or underscore "
|
184 |
"only!"
|
@@ -186,43 +192,43 @@ msgstr ""
|
|
186 |
"Nama peran (ID) harus berisi karakter latin, angka, tanda hubung atau garis "
|
187 |
"bawah saja!"
|
188 |
|
189 |
-
#: ../includes/class-user-role-editor.php:
|
190 |
msgid ""
|
191 |
" WordPress does not support numeric Role name (ID). Add latin characters to "
|
192 |
"it."
|
193 |
msgstr ""
|
194 |
|
195 |
-
#: ../includes/class-user-role-editor.php:
|
196 |
msgid "Add Role"
|
197 |
msgstr "Tambah Peran"
|
198 |
|
199 |
-
#: ../includes/class-user-role-editor.php:
|
200 |
msgid "Delete Role"
|
201 |
msgstr "Hapus Peran"
|
202 |
|
203 |
-
#: ../includes/class-user-role-editor.php:
|
204 |
msgid "Cancel"
|
205 |
msgstr "Batalkan"
|
206 |
|
207 |
-
#: ../includes/class-user-role-editor.php:
|
208 |
msgid "Add Capability"
|
209 |
msgstr "Tambah Kemampuan"
|
210 |
|
211 |
-
#: ../includes/class-user-role-editor.php:
|
212 |
-
#: ../includes/class-user-role-editor.php:
|
213 |
msgid "Delete Capability"
|
214 |
msgstr "Hapus Kemampuan"
|
215 |
|
216 |
-
#: ../includes/class-user-role-editor.php:
|
217 |
msgid "Reset"
|
218 |
msgstr "Atur Ulang"
|
219 |
|
220 |
-
#: ../includes/class-user-role-editor.php:
|
221 |
msgid "DANGER! Resetting will restore default settings from WordPress Core."
|
222 |
msgstr ""
|
223 |
"BAHAYA! Reset akan mengembalikan pengaturan default dari WordPress Inti."
|
224 |
|
225 |
-
#: ../includes/class-user-role-editor.php:
|
226 |
msgid ""
|
227 |
"If any plugins have changed capabilities in any way upon installation (such "
|
228 |
"as S2Member, WooCommerce, and many more), those capabilities will be DELETED!"
|
@@ -231,7 +237,7 @@ msgstr ""
|
|
231 |
"(seperti S2Member, WooCommerce, dan banyak lagi), kemampuan mereka akan "
|
232 |
"DIHAPUS!"
|
233 |
|
234 |
-
#: ../includes/class-user-role-editor.php:
|
235 |
msgid ""
|
236 |
"For more information on how to undo changes and restore plugin capabilities "
|
237 |
"go to"
|
@@ -239,19 +245,19 @@ msgstr ""
|
|
239 |
"Untuk informasi lebih lanjut tentang cara membatalkan perubahan dan "
|
240 |
"mengembalikan kemampuan Plugin pergi ke"
|
241 |
|
242 |
-
#: ../includes/class-user-role-editor.php:
|
243 |
msgid "Continue?"
|
244 |
msgstr "Lanjut?"
|
245 |
|
246 |
-
#: ../includes/class-user-role-editor.php:
|
247 |
msgid "Default Role"
|
248 |
msgstr "Peran "
|
249 |
|
250 |
-
#: ../includes/class-user-role-editor.php:
|
251 |
msgid "Set New Default Role"
|
252 |
msgstr "Atur Peran Baru Default"
|
253 |
|
254 |
-
#: ../includes/class-user-role-editor.php:
|
255 |
msgid ""
|
256 |
"Warning! Be careful - removing critical capability could crash some plugin "
|
257 |
"or other custom code"
|
@@ -259,11 +265,11 @@ msgstr ""
|
|
259 |
"Peringatan! Hati-hati - menghapus kemampuan kritis dapat menyebabkan crash "
|
260 |
"beberapa Plugin atau kode kustom lainnya"
|
261 |
|
262 |
-
#: ../includes/class-user-role-editor.php:
|
263 |
msgid " Capability name (ID) can not be empty!"
|
264 |
msgstr "Nama Kemampuan (ID) tidak boleh kosong!"
|
265 |
|
266 |
-
#: ../includes/class-user-role-editor.php:
|
267 |
msgid ""
|
268 |
" Capability name (ID) must contain latin characters, digits, hyphens or "
|
269 |
"underscore only!"
|
@@ -271,12 +277,12 @@ msgstr ""
|
|
271 |
"Nama Kemampuan (ID) harus mengandung karakter latin, angka, kata penghubung "
|
272 |
"atau garis bawah saja!"
|
273 |
|
274 |
-
#: ../includes/class-user-role-editor.php:
|
275 |
-
#: ../includes/class-user-role-editor.php:
|
276 |
msgid "Other Roles"
|
277 |
msgstr "Peran Lainnya"
|
278 |
|
279 |
-
#: ../includes/class-user-role-editor.php:
|
280 |
msgid "Edit"
|
281 |
msgstr "Sunting"
|
282 |
|
@@ -310,79 +316,79 @@ msgstr "Saring Cepat:"
|
|
310 |
msgid "Custom capabilities:"
|
311 |
msgstr "Kustom kemampuan:"
|
312 |
|
313 |
-
#: ../includes/class-ure-lib.php:
|
314 |
msgid "Error: wrong request"
|
315 |
msgstr "Salah: salah permintaan"
|
316 |
|
317 |
-
#: ../includes/class-ure-lib.php:
|
318 |
msgid "Role name (ID): "
|
319 |
msgstr "Nama Peran (ID):"
|
320 |
|
321 |
-
#: ../includes/class-ure-lib.php:
|
322 |
msgid "Display Role Name: "
|
323 |
msgstr "Tampilkan Nama Peran:"
|
324 |
|
325 |
-
#: ../includes/class-ure-lib.php:
|
326 |
msgid "Make copy of: "
|
327 |
msgstr "buat salinan:"
|
328 |
|
329 |
-
#: ../includes/class-ure-lib.php:
|
330 |
msgid "Select Role:"
|
331 |
msgstr "Pilih Peran:"
|
332 |
|
333 |
-
#: ../includes/class-ure-lib.php:
|
334 |
msgid "Delete:"
|
335 |
msgstr "Hapus:"
|
336 |
|
337 |
-
#: ../includes/class-ure-lib.php:
|
338 |
msgid "Capability name (ID): "
|
339 |
msgstr "Nama Kemampuan (ID):"
|
340 |
|
341 |
-
#: ../includes/class-ure-lib.php:
|
342 |
msgid "Error: "
|
343 |
msgstr "Salah:"
|
344 |
|
345 |
-
#: ../includes/class-ure-lib.php:
|
346 |
msgid "Role"
|
347 |
msgstr "Peran"
|
348 |
|
349 |
-
#: ../includes/class-ure-lib.php:
|
350 |
msgid "does not exist"
|
351 |
msgstr "tidak ada"
|
352 |
|
353 |
-
#: ../includes/class-ure-lib.php:
|
354 |
msgid "Role is updated successfully"
|
355 |
msgstr "Peran berhasil diperbarui"
|
356 |
|
357 |
-
#: ../includes/class-ure-lib.php:
|
358 |
msgid "Roles are updated for all network"
|
359 |
msgstr "Peran diperbarui untuk semua jaringan"
|
360 |
|
361 |
-
#: ../includes/class-ure-lib.php:
|
362 |
msgid "Error occured during role(s) update"
|
363 |
msgstr "Kesalahan terjadi selama pembaruan peran"
|
364 |
|
365 |
-
#: ../includes/class-ure-lib.php:
|
366 |
msgid "User capabilities are updated successfully"
|
367 |
msgstr "Kemampuan pengguna berhasil diperbarui"
|
368 |
|
369 |
-
#: ../includes/class-ure-lib.php:
|
370 |
msgid "Error occured during user update"
|
371 |
msgstr "Kesalahan terjadi sepanjang pembaruan pengguna"
|
372 |
|
373 |
-
#: ../includes/class-ure-lib.php:
|
374 |
msgid "User Roles are restored to WordPress default values. "
|
375 |
msgstr "Peran Pengguna dikembalikan ke nilai Wordpress default."
|
376 |
|
377 |
-
#: ../includes/class-ure-lib.php:
|
378 |
msgid "Help"
|
379 |
msgstr "Bantuan"
|
380 |
|
381 |
-
#: ../includes/class-ure-lib.php:
|
382 |
msgid "Error is occur. Please check the log file."
|
383 |
msgstr "kesalahan terjadi, Harap periksa log data."
|
384 |
|
385 |
-
#: ../includes/class-ure-lib.php:
|
386 |
msgid ""
|
387 |
"Error: Role ID must contain latin characters, digits, hyphens or underscore "
|
388 |
"only!"
|
@@ -390,366 +396,384 @@ msgstr ""
|
|
390 |
"Kesalahan: ID Peran harus mengandung karakter latin, angka, kata penghubung "
|
391 |
"dan garis bawah saja!"
|
392 |
|
393 |
-
#: ../includes/class-ure-lib.php:
|
394 |
msgid ""
|
395 |
"Error: WordPress does not support numeric Role name (ID). Add latin "
|
396 |
"characters to it."
|
397 |
msgstr ""
|
398 |
|
399 |
-
#: ../includes/class-ure-lib.php:
|
400 |
#, php-format
|
401 |
msgid "Role %s exists already"
|
402 |
msgstr "Peran %s telah ada"
|
403 |
|
404 |
-
#: ../includes/class-ure-lib.php:
|
405 |
msgid "Error is encountered during new role create operation"
|
406 |
msgstr "Kesalahan ditemui selama peran baru membuat operasi"
|
407 |
|
408 |
-
#: ../includes/class-ure-lib.php:
|
409 |
#, php-format
|
410 |
msgid "Role %s is created successfully"
|
411 |
msgstr "Peran %s berhasil dibuat"
|
412 |
|
413 |
-
#: ../includes/class-ure-lib.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
414 |
msgid "Error encountered during role delete operation"
|
415 |
msgstr "Kesalahan ditemui selama operasi penghapusan peran"
|
416 |
|
417 |
-
#: ../includes/class-ure-lib.php:
|
418 |
msgid "Unused roles are deleted successfully"
|
419 |
msgstr "Peran yang tidak digunakan berhasil dihapus"
|
420 |
|
421 |
-
#: ../includes/class-ure-lib.php:
|
422 |
#, php-format
|
423 |
msgid "Role %s is deleted successfully"
|
424 |
msgstr "Peran %s berhasil dihapus"
|
425 |
|
426 |
-
#: ../includes/class-ure-lib.php:
|
427 |
msgid "Error encountered during default role change operation"
|
428 |
msgstr "Kesalahan ditemui selama operasi perubahan peran standar"
|
429 |
|
430 |
-
#: ../includes/class-ure-lib.php:
|
431 |
#, php-format
|
432 |
msgid "Default role for new users is set to %s successfully"
|
433 |
msgstr "Peran standar untuk pengguna baru diatur ke %s dengan sukses"
|
434 |
|
435 |
-
#: ../includes/class-ure-lib.php:
|
436 |
msgid "Editor"
|
437 |
msgstr "Penyunting"
|
438 |
|
439 |
-
#: ../includes/class-ure-lib.php:
|
440 |
msgid "Author"
|
441 |
msgstr "Pengarang"
|
442 |
|
443 |
-
#: ../includes/class-ure-lib.php:
|
444 |
msgid "Contributor"
|
445 |
msgstr "Kontributor"
|
446 |
|
447 |
-
#: ../includes/class-ure-lib.php:
|
448 |
msgid "Subscriber"
|
449 |
msgstr "Pelanggan"
|
450 |
|
451 |
-
#: ../includes/class-ure-lib.php:
|
452 |
msgid "Switch themes"
|
453 |
msgstr "Ganti tema"
|
454 |
|
455 |
-
#: ../includes/class-ure-lib.php:
|
456 |
msgid "Edit themes"
|
457 |
msgstr "Sunting tema"
|
458 |
|
459 |
-
#: ../includes/class-ure-lib.php:
|
460 |
msgid "Activate plugins"
|
461 |
msgstr "Aktifkan plugin"
|
462 |
|
463 |
-
#: ../includes/class-ure-lib.php:
|
464 |
msgid "Edit plugins"
|
465 |
msgstr "Sunting plugin"
|
466 |
|
467 |
-
#: ../includes/class-ure-lib.php:
|
468 |
msgid "Edit users"
|
469 |
msgstr "Sunting pengguna"
|
470 |
|
471 |
-
#: ../includes/class-ure-lib.php:
|
472 |
msgid "Edit files"
|
473 |
msgstr "Sunting data"
|
474 |
|
475 |
-
#: ../includes/class-ure-lib.php:
|
476 |
msgid "Manage options"
|
477 |
msgstr "kelola pilihan"
|
478 |
|
479 |
-
#: ../includes/class-ure-lib.php:
|
480 |
msgid "Moderate comments"
|
481 |
msgstr "Moderasi komentar"
|
482 |
|
483 |
-
#: ../includes/class-ure-lib.php:
|
484 |
msgid "Manage categories"
|
485 |
msgstr "Kelola kategori"
|
486 |
|
487 |
-
#: ../includes/class-ure-lib.php:
|
488 |
msgid "Manage links"
|
489 |
msgstr "Kelola tautan"
|
490 |
|
491 |
-
#: ../includes/class-ure-lib.php:
|
492 |
msgid "Upload files"
|
493 |
msgstr "Unggah data"
|
494 |
|
495 |
-
#: ../includes/class-ure-lib.php:
|
496 |
msgid "Import"
|
497 |
msgstr "Impor"
|
498 |
|
499 |
-
#: ../includes/class-ure-lib.php:
|
500 |
msgid "Unfiltered html"
|
501 |
msgstr "HTML tidak tersaring"
|
502 |
|
503 |
-
#: ../includes/class-ure-lib.php:
|
504 |
msgid "Edit posts"
|
505 |
msgstr "Sunting posting"
|
506 |
|
507 |
-
#: ../includes/class-ure-lib.php:
|
508 |
msgid "Edit others posts"
|
509 |
msgstr "Sunting posting lainnya"
|
510 |
|
511 |
-
#: ../includes/class-ure-lib.php:
|
512 |
msgid "Edit published posts"
|
513 |
msgstr "Sunting posting terpublikasi"
|
514 |
|
515 |
-
#: ../includes/class-ure-lib.php:
|
516 |
msgid "Publish posts"
|
517 |
msgstr "Publikasi posting"
|
518 |
|
519 |
-
#: ../includes/class-ure-lib.php:
|
520 |
msgid "Edit pages"
|
521 |
msgstr "Sunting halaman"
|
522 |
|
523 |
-
#: ../includes/class-ure-lib.php:
|
524 |
msgid "Read"
|
525 |
msgstr "Baca"
|
526 |
|
527 |
-
#: ../includes/class-ure-lib.php:
|
528 |
msgid "Level 10"
|
529 |
msgstr "Tingkat 10"
|
530 |
|
531 |
-
#: ../includes/class-ure-lib.php:
|
532 |
msgid "Level 9"
|
533 |
msgstr "Tingkat 9"
|
534 |
|
535 |
-
#: ../includes/class-ure-lib.php:
|
536 |
msgid "Level 8"
|
537 |
msgstr "Tingkat 8"
|
538 |
|
539 |
-
#: ../includes/class-ure-lib.php:
|
540 |
msgid "Level 7"
|
541 |
msgstr "Tingkat 7"
|
542 |
|
543 |
-
#: ../includes/class-ure-lib.php:
|
544 |
msgid "Level 6"
|
545 |
msgstr "Tingkat 6"
|
546 |
|
547 |
-
#: ../includes/class-ure-lib.php:
|
548 |
msgid "Level 5"
|
549 |
msgstr "Tingkat 5"
|
550 |
|
551 |
-
#: ../includes/class-ure-lib.php:
|
552 |
msgid "Level 4"
|
553 |
msgstr "Tingkat 4"
|
554 |
|
555 |
-
#: ../includes/class-ure-lib.php:
|
556 |
msgid "Level 3"
|
557 |
msgstr "Tingkat 3"
|
558 |
|
559 |
-
#: ../includes/class-ure-lib.php:
|
560 |
msgid "Level 2"
|
561 |
msgstr "Tingkat 2"
|
562 |
|
563 |
-
#: ../includes/class-ure-lib.php:
|
564 |
msgid "Level 1"
|
565 |
msgstr "Tingkat 1"
|
566 |
|
567 |
-
#: ../includes/class-ure-lib.php:
|
568 |
msgid "Level 0"
|
569 |
msgstr "Tingkat 0"
|
570 |
|
571 |
-
#: ../includes/class-ure-lib.php:
|
572 |
msgid "Edit others pages"
|
573 |
msgstr "Sunting halaman lainnya"
|
574 |
|
575 |
-
#: ../includes/class-ure-lib.php:
|
576 |
msgid "Edit published pages"
|
577 |
msgstr "Sunting halaman terpublikasi"
|
578 |
|
579 |
-
#: ../includes/class-ure-lib.php:
|
580 |
msgid "Publish pages"
|
581 |
msgstr "Publikasi halaman"
|
582 |
|
583 |
-
#: ../includes/class-ure-lib.php:
|
584 |
msgid "Delete pages"
|
585 |
msgstr "Hapus halaman"
|
586 |
|
587 |
-
#: ../includes/class-ure-lib.php:
|
588 |
msgid "Delete others pages"
|
589 |
msgstr "Hapus halaman lainnya"
|
590 |
|
591 |
-
#: ../includes/class-ure-lib.php:
|
592 |
msgid "Delete published pages"
|
593 |
msgstr "Hapus halaman terpublikasi"
|
594 |
|
595 |
-
#: ../includes/class-ure-lib.php:
|
596 |
msgid "Delete posts"
|
597 |
msgstr "hapus posting"
|
598 |
|
599 |
-
#: ../includes/class-ure-lib.php:
|
600 |
msgid "Delete others posts"
|
601 |
msgstr "Hapus posting lainnya"
|
602 |
|
603 |
-
#: ../includes/class-ure-lib.php:
|
604 |
msgid "Delete published posts"
|
605 |
msgstr "Hapus posting terpublikasi"
|
606 |
|
607 |
-
#: ../includes/class-ure-lib.php:
|
608 |
msgid "Delete private posts"
|
609 |
msgstr "Hapus posting pribadi"
|
610 |
|
611 |
-
#: ../includes/class-ure-lib.php:
|
612 |
msgid "Edit private posts"
|
613 |
msgstr "Sunting posting pribadi"
|
614 |
|
615 |
-
#: ../includes/class-ure-lib.php:
|
616 |
msgid "Read private posts"
|
617 |
msgstr "Baca posting pribadi"
|
618 |
|
619 |
-
#: ../includes/class-ure-lib.php:
|
620 |
msgid "Delete private pages"
|
621 |
msgstr "Hapus halaman pribadi"
|
622 |
|
623 |
-
#: ../includes/class-ure-lib.php:
|
624 |
msgid "Edit private pages"
|
625 |
msgstr "Sunting halaman pribadi"
|
626 |
|
627 |
-
#: ../includes/class-ure-lib.php:
|
628 |
msgid "Read private pages"
|
629 |
msgstr "baca halaman pribadi"
|
630 |
|
631 |
-
#: ../includes/class-ure-lib.php:
|
632 |
msgid "Delete users"
|
633 |
msgstr "Hapus pengguna"
|
634 |
|
635 |
-
#: ../includes/class-ure-lib.php:
|
636 |
msgid "Create users"
|
637 |
msgstr "Buat pengguna"
|
638 |
|
639 |
-
#: ../includes/class-ure-lib.php:
|
640 |
msgid "Unfiltered upload"
|
641 |
msgstr "Unggahan tidak tersaring"
|
642 |
|
643 |
-
#: ../includes/class-ure-lib.php:
|
644 |
msgid "Edit dashboard"
|
645 |
msgstr "Sunting dasbor"
|
646 |
|
647 |
-
#: ../includes/class-ure-lib.php:
|
648 |
msgid "Update plugins"
|
649 |
msgstr "Perbarui plugin"
|
650 |
|
651 |
-
#: ../includes/class-ure-lib.php:
|
652 |
msgid "Delete plugins"
|
653 |
msgstr "Hapus plugin"
|
654 |
|
655 |
-
#: ../includes/class-ure-lib.php:
|
656 |
msgid "Install plugins"
|
657 |
msgstr "Pasang plugin"
|
658 |
|
659 |
-
#: ../includes/class-ure-lib.php:
|
660 |
msgid "Update themes"
|
661 |
msgstr "Perbarui tema"
|
662 |
|
663 |
-
#: ../includes/class-ure-lib.php:
|
664 |
msgid "Install themes"
|
665 |
msgstr "Pasang tema"
|
666 |
|
667 |
-
#: ../includes/class-ure-lib.php:
|
668 |
msgid "Update core"
|
669 |
msgstr "Perbarui inti"
|
670 |
|
671 |
-
#: ../includes/class-ure-lib.php:
|
672 |
msgid "List users"
|
673 |
msgstr "Daftar pengguna"
|
674 |
|
675 |
-
#: ../includes/class-ure-lib.php:
|
676 |
msgid "Remove users"
|
677 |
msgstr "Hapus pengguna"
|
678 |
|
679 |
-
#: ../includes/class-ure-lib.php:
|
680 |
msgid "Add users"
|
681 |
msgstr "Tambah pengguna"
|
682 |
|
683 |
-
#: ../includes/class-ure-lib.php:
|
684 |
msgid "Promote users"
|
685 |
msgstr "Promosi pengguna"
|
686 |
|
687 |
-
#: ../includes/class-ure-lib.php:
|
688 |
msgid "Edit theme options"
|
689 |
msgstr "Sunting pilihan tema"
|
690 |
|
691 |
-
#: ../includes/class-ure-lib.php:
|
692 |
msgid "Delete themes"
|
693 |
msgstr "Hapus tema"
|
694 |
|
695 |
-
#: ../includes/class-ure-lib.php:
|
696 |
msgid "Export"
|
697 |
msgstr "Ekspor"
|
698 |
|
699 |
-
#: ../includes/class-ure-lib.php:
|
700 |
msgid "Error: Capability name must contain latin characters and digits only!"
|
701 |
msgstr "Salah: Kemampuan nama harus mengandung karakter latin dan angka saja!"
|
702 |
|
703 |
-
#: ../includes/class-ure-lib.php:
|
704 |
#, php-format
|
705 |
msgid "Capability %s is added successfully"
|
706 |
msgstr "Kemampuan %s berhasil ditambahkan"
|
707 |
|
708 |
-
#: ../includes/class-ure-lib.php:
|
709 |
#, php-format
|
710 |
msgid "Capability %s exists already"
|
711 |
msgstr "Kemampuan %s telah ada"
|
712 |
|
713 |
-
#: ../includes/class-ure-lib.php:
|
714 |
#, php-format
|
715 |
msgid "Error! You do not have permission to delete this capability: %s!"
|
716 |
msgstr "Salah! Anda tidak memiliki izin untuk menghapus kemampuan ini: %s!"
|
717 |
|
718 |
-
#: ../includes/class-ure-lib.php:
|
719 |
#, php-format
|
720 |
msgid "Capability %s is removed successfully"
|
721 |
msgstr "Kemampuan %s berhasil dihapus"
|
722 |
|
723 |
-
#: ../includes/class-ure-lib.php:
|
724 |
msgid "Version:"
|
725 |
msgstr ""
|
726 |
|
727 |
-
#: ../includes/class-ure-lib.php:
|
728 |
msgid "Author's website"
|
729 |
msgstr "Website pengarang"
|
730 |
|
731 |
-
#: ../includes/class-ure-lib.php:
|
732 |
msgid "Plugin webpage"
|
733 |
msgstr "Halaman web Plugin"
|
734 |
|
735 |
-
#: ../includes/class-ure-lib.php:
|
736 |
#, fuzzy
|
737 |
msgid "Plugin download"
|
738 |
msgstr "Halaman web Plugin"
|
739 |
|
740 |
-
#: ../includes/class-ure-lib.php:
|
741 |
msgid "FAQ"
|
742 |
msgstr "FAQ"
|
743 |
|
744 |
-
#: ../includes/class-ure-lib.php:
|
745 |
msgid "None"
|
746 |
msgstr "Nihil"
|
747 |
|
748 |
-
#: ../includes/class-ure-lib.php:
|
749 |
msgid "Delete All Unused Roles"
|
750 |
msgstr "Hapus Peran Tidak Terpakai"
|
751 |
|
752 |
-
#: ../includes/class-ure-lib.php:
|
753 |
msgid "— No role for this site —"
|
754 |
msgstr "— Tidak ada peran untuk situs ini —"
|
755 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: User Role Editor 2.0\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-09-08 21:33+0700\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Vladimir Garagulya <vladimir@shinephp.com>\n"
|
8 |
"Language-Team: http://al-badar.net <nasrulhaq81@gmail.com>\n"
|
86 |
msgid "Allow non super administrators to create, edit, and delete users"
|
87 |
msgstr ""
|
88 |
|
89 |
+
#: ../includes/class-user-role-editor.php:195
|
90 |
msgid "Change role for users without role"
|
91 |
msgstr ""
|
92 |
|
93 |
+
#: ../includes/class-user-role-editor.php:196
|
94 |
msgid "No rights"
|
95 |
msgstr ""
|
96 |
|
97 |
+
#: ../includes/class-user-role-editor.php:197
|
98 |
msgid "Provide new role"
|
99 |
msgstr ""
|
100 |
|
101 |
+
#: ../includes/class-user-role-editor.php:281
|
102 |
+
#: ../includes/class-user-role-editor.php:283
|
103 |
msgid "You do not have permission to edit this user."
|
104 |
msgstr "Anda tidak diizinkan untuk menyunting user ini. "
|
105 |
|
106 |
+
#: ../includes/class-user-role-editor.php:424
|
107 |
msgid "Capabilities"
|
108 |
msgstr "Kemampuan"
|
109 |
|
110 |
+
#: ../includes/class-user-role-editor.php:517
|
111 |
msgid "Settings"
|
112 |
msgstr "Pengaturan"
|
113 |
|
114 |
+
#: ../includes/class-user-role-editor.php:530
|
115 |
+
#: ../includes/class-ure-lib.php:2275
|
116 |
msgid "Changelog"
|
117 |
msgstr "log Perubahan"
|
118 |
|
119 |
+
#: ../includes/class-user-role-editor.php:552
|
120 |
msgid "Overview"
|
121 |
msgstr "Ikhtisar"
|
122 |
|
123 |
+
#: ../includes/class-user-role-editor.php:561
|
124 |
+
#: ../includes/class-user-role-editor.php:589
|
125 |
+
#: ../includes/class-user-role-editor.php:930
|
126 |
+
#: ../includes/class-ure-lib.php:232
|
127 |
msgid "User Role Editor"
|
128 |
msgstr "User Role Editor"
|
129 |
|
130 |
+
#: ../includes/class-user-role-editor.php:646
|
131 |
+
#: ../includes/class-user-role-editor.php:664
|
132 |
+
#: ../includes/class-user-role-editor.php:708
|
133 |
msgid "User Role Editor options are updated"
|
134 |
msgstr "Pilihan User Role Editor diperbarui"
|
135 |
|
136 |
+
#: ../includes/class-user-role-editor.php:692
|
137 |
#, fuzzy
|
138 |
msgid "Default Roles are updated"
|
139 |
msgstr "Peran "
|
140 |
|
141 |
+
#: ../includes/class-user-role-editor.php:716
|
142 |
msgid ""
|
143 |
"You do not have sufficient permissions to manage options for User Role "
|
144 |
"Editor."
|
146 |
"Anda tidak memiliki izin yang memadai untuk mengelola pilihan User Role "
|
147 |
"Editor."
|
148 |
|
149 |
+
#: ../includes/class-user-role-editor.php:791
|
150 |
msgid "Insufficient permissions to work with User Role Editor"
|
151 |
msgstr "Izin yang tidak sesuai untuk bekerja dengan User Role Editor"
|
152 |
|
153 |
+
#: ../includes/class-user-role-editor.php:872
|
154 |
msgid "Select All"
|
155 |
msgstr "Pilih Semua"
|
156 |
|
157 |
+
#: ../includes/class-user-role-editor.php:873
|
158 |
msgid "Unselect All"
|
159 |
msgstr "Batalkan Semua"
|
160 |
|
161 |
+
#: ../includes/class-user-role-editor.php:874
|
162 |
msgid "Reverse"
|
163 |
msgstr "Memutar"
|
164 |
|
165 |
+
#: ../includes/class-user-role-editor.php:875
|
166 |
msgid "Update"
|
167 |
msgstr "Pembaruan"
|
168 |
|
169 |
+
#: ../includes/class-user-role-editor.php:876
|
170 |
msgid "Please confirm permissions update"
|
171 |
msgstr "Harap konfirmasi pembaruan izin"
|
172 |
|
173 |
+
#: ../includes/class-user-role-editor.php:877
|
174 |
msgid "Add New Role"
|
175 |
msgstr "Tambah Peran Baru"
|
176 |
|
177 |
+
#: ../includes/class-user-role-editor.php:878
|
178 |
+
#: ../includes/class-user-role-editor.php:883
|
179 |
+
#, fuzzy
|
180 |
+
msgid "Rename Role"
|
181 |
+
msgstr "Hapus Peran"
|
182 |
+
|
183 |
+
#: ../includes/class-user-role-editor.php:879
|
184 |
msgid " Role name (ID) can not be empty!"
|
185 |
msgstr "Nama peran (ID) tidak boleh kosong!"
|
186 |
|
187 |
+
#: ../includes/class-user-role-editor.php:880
|
188 |
msgid ""
|
189 |
" Role name (ID) must contain latin characters, digits, hyphens or underscore "
|
190 |
"only!"
|
192 |
"Nama peran (ID) harus berisi karakter latin, angka, tanda hubung atau garis "
|
193 |
"bawah saja!"
|
194 |
|
195 |
+
#: ../includes/class-user-role-editor.php:881
|
196 |
msgid ""
|
197 |
" WordPress does not support numeric Role name (ID). Add latin characters to "
|
198 |
"it."
|
199 |
msgstr ""
|
200 |
|
201 |
+
#: ../includes/class-user-role-editor.php:882
|
202 |
msgid "Add Role"
|
203 |
msgstr "Tambah Peran"
|
204 |
|
205 |
+
#: ../includes/class-user-role-editor.php:884
|
206 |
msgid "Delete Role"
|
207 |
msgstr "Hapus Peran"
|
208 |
|
209 |
+
#: ../includes/class-user-role-editor.php:885
|
210 |
msgid "Cancel"
|
211 |
msgstr "Batalkan"
|
212 |
|
213 |
+
#: ../includes/class-user-role-editor.php:886
|
214 |
msgid "Add Capability"
|
215 |
msgstr "Tambah Kemampuan"
|
216 |
|
217 |
+
#: ../includes/class-user-role-editor.php:887
|
218 |
+
#: ../includes/class-user-role-editor.php:896
|
219 |
msgid "Delete Capability"
|
220 |
msgstr "Hapus Kemampuan"
|
221 |
|
222 |
+
#: ../includes/class-user-role-editor.php:888
|
223 |
msgid "Reset"
|
224 |
msgstr "Atur Ulang"
|
225 |
|
226 |
+
#: ../includes/class-user-role-editor.php:889
|
227 |
msgid "DANGER! Resetting will restore default settings from WordPress Core."
|
228 |
msgstr ""
|
229 |
"BAHAYA! Reset akan mengembalikan pengaturan default dari WordPress Inti."
|
230 |
|
231 |
+
#: ../includes/class-user-role-editor.php:890
|
232 |
msgid ""
|
233 |
"If any plugins have changed capabilities in any way upon installation (such "
|
234 |
"as S2Member, WooCommerce, and many more), those capabilities will be DELETED!"
|
237 |
"(seperti S2Member, WooCommerce, dan banyak lagi), kemampuan mereka akan "
|
238 |
"DIHAPUS!"
|
239 |
|
240 |
+
#: ../includes/class-user-role-editor.php:891
|
241 |
msgid ""
|
242 |
"For more information on how to undo changes and restore plugin capabilities "
|
243 |
"go to"
|
245 |
"Untuk informasi lebih lanjut tentang cara membatalkan perubahan dan "
|
246 |
"mengembalikan kemampuan Plugin pergi ke"
|
247 |
|
248 |
+
#: ../includes/class-user-role-editor.php:893
|
249 |
msgid "Continue?"
|
250 |
msgstr "Lanjut?"
|
251 |
|
252 |
+
#: ../includes/class-user-role-editor.php:894
|
253 |
msgid "Default Role"
|
254 |
msgstr "Peran "
|
255 |
|
256 |
+
#: ../includes/class-user-role-editor.php:895
|
257 |
msgid "Set New Default Role"
|
258 |
msgstr "Atur Peran Baru Default"
|
259 |
|
260 |
+
#: ../includes/class-user-role-editor.php:897
|
261 |
msgid ""
|
262 |
"Warning! Be careful - removing critical capability could crash some plugin "
|
263 |
"or other custom code"
|
265 |
"Peringatan! Hati-hati - menghapus kemampuan kritis dapat menyebabkan crash "
|
266 |
"beberapa Plugin atau kode kustom lainnya"
|
267 |
|
268 |
+
#: ../includes/class-user-role-editor.php:898
|
269 |
msgid " Capability name (ID) can not be empty!"
|
270 |
msgstr "Nama Kemampuan (ID) tidak boleh kosong!"
|
271 |
|
272 |
+
#: ../includes/class-user-role-editor.php:899
|
273 |
msgid ""
|
274 |
" Capability name (ID) must contain latin characters, digits, hyphens or "
|
275 |
"underscore only!"
|
277 |
"Nama Kemampuan (ID) harus mengandung karakter latin, angka, kata penghubung "
|
278 |
"atau garis bawah saja!"
|
279 |
|
280 |
+
#: ../includes/class-user-role-editor.php:933
|
281 |
+
#: ../includes/class-user-role-editor.php:962
|
282 |
msgid "Other Roles"
|
283 |
msgstr "Peran Lainnya"
|
284 |
|
285 |
+
#: ../includes/class-user-role-editor.php:944
|
286 |
msgid "Edit"
|
287 |
msgstr "Sunting"
|
288 |
|
316 |
msgid "Custom capabilities:"
|
317 |
msgstr "Kustom kemampuan:"
|
318 |
|
319 |
+
#: ../includes/class-ure-lib.php:140
|
320 |
msgid "Error: wrong request"
|
321 |
msgstr "Salah: salah permintaan"
|
322 |
|
323 |
+
#: ../includes/class-ure-lib.php:173 ../includes/class-ure-lib.php:184
|
324 |
msgid "Role name (ID): "
|
325 |
msgstr "Nama Peran (ID):"
|
326 |
|
327 |
+
#: ../includes/class-ure-lib.php:175 ../includes/class-ure-lib.php:186
|
328 |
msgid "Display Role Name: "
|
329 |
msgstr "Tampilkan Nama Peran:"
|
330 |
|
331 |
+
#: ../includes/class-ure-lib.php:177
|
332 |
msgid "Make copy of: "
|
333 |
msgstr "buat salinan:"
|
334 |
|
335 |
+
#: ../includes/class-ure-lib.php:193
|
336 |
msgid "Select Role:"
|
337 |
msgstr "Pilih Peran:"
|
338 |
|
339 |
+
#: ../includes/class-ure-lib.php:208
|
340 |
msgid "Delete:"
|
341 |
msgstr "Hapus:"
|
342 |
|
343 |
+
#: ../includes/class-ure-lib.php:215
|
344 |
msgid "Capability name (ID): "
|
345 |
msgstr "Nama Kemampuan (ID):"
|
346 |
|
347 |
+
#: ../includes/class-ure-lib.php:329
|
348 |
msgid "Error: "
|
349 |
msgstr "Salah:"
|
350 |
|
351 |
+
#: ../includes/class-ure-lib.php:329
|
352 |
msgid "Role"
|
353 |
msgstr "Peran"
|
354 |
|
355 |
+
#: ../includes/class-ure-lib.php:330
|
356 |
msgid "does not exist"
|
357 |
msgstr "tidak ada"
|
358 |
|
359 |
+
#: ../includes/class-ure-lib.php:373
|
360 |
msgid "Role is updated successfully"
|
361 |
msgstr "Peran berhasil diperbarui"
|
362 |
|
363 |
+
#: ../includes/class-ure-lib.php:375
|
364 |
msgid "Roles are updated for all network"
|
365 |
msgstr "Peran diperbarui untuk semua jaringan"
|
366 |
|
367 |
+
#: ../includes/class-ure-lib.php:381
|
368 |
msgid "Error occured during role(s) update"
|
369 |
msgstr "Kesalahan terjadi selama pembaruan peran"
|
370 |
|
371 |
+
#: ../includes/class-ure-lib.php:388
|
372 |
msgid "User capabilities are updated successfully"
|
373 |
msgstr "Kemampuan pengguna berhasil diperbarui"
|
374 |
|
375 |
+
#: ../includes/class-ure-lib.php:393
|
376 |
msgid "Error occured during user update"
|
377 |
msgstr "Kesalahan terjadi sepanjang pembaruan pengguna"
|
378 |
|
379 |
+
#: ../includes/class-ure-lib.php:451
|
380 |
msgid "User Roles are restored to WordPress default values. "
|
381 |
msgstr "Peran Pengguna dikembalikan ke nilai Wordpress default."
|
382 |
|
383 |
+
#: ../includes/class-ure-lib.php:1317
|
384 |
msgid "Help"
|
385 |
msgstr "Bantuan"
|
386 |
|
387 |
+
#: ../includes/class-ure-lib.php:1675
|
388 |
msgid "Error is occur. Please check the log file."
|
389 |
msgstr "kesalahan terjadi, Harap periksa log data."
|
390 |
|
391 |
+
#: ../includes/class-ure-lib.php:1718 ../includes/class-ure-lib.php:1785
|
392 |
msgid ""
|
393 |
"Error: Role ID must contain latin characters, digits, hyphens or underscore "
|
394 |
"only!"
|
396 |
"Kesalahan: ID Peran harus mengandung karakter latin, angka, kata penghubung "
|
397 |
"dan garis bawah saja!"
|
398 |
|
399 |
+
#: ../includes/class-ure-lib.php:1722 ../includes/class-ure-lib.php:1789
|
400 |
msgid ""
|
401 |
"Error: WordPress does not support numeric Role name (ID). Add latin "
|
402 |
"characters to it."
|
403 |
msgstr ""
|
404 |
|
405 |
+
#: ../includes/class-ure-lib.php:1737
|
406 |
#, php-format
|
407 |
msgid "Role %s exists already"
|
408 |
msgstr "Peran %s telah ada"
|
409 |
|
410 |
+
#: ../includes/class-ure-lib.php:1752
|
411 |
msgid "Error is encountered during new role create operation"
|
412 |
msgstr "Kesalahan ditemui selama peran baru membuat operasi"
|
413 |
|
414 |
+
#: ../includes/class-ure-lib.php:1754
|
415 |
#, php-format
|
416 |
msgid "Role %s is created successfully"
|
417 |
msgstr "Peran %s berhasil dibuat"
|
418 |
|
419 |
+
#: ../includes/class-ure-lib.php:1778
|
420 |
+
msgid "Error: Role ID is empty!"
|
421 |
+
msgstr ""
|
422 |
+
|
423 |
+
#: ../includes/class-ure-lib.php:1796
|
424 |
+
msgid "Error: Empty role display name is not allowed."
|
425 |
+
msgstr ""
|
426 |
+
|
427 |
+
#: ../includes/class-ure-lib.php:1803
|
428 |
+
#, fuzzy, php-format
|
429 |
+
msgid "Role %s does not exists"
|
430 |
+
msgstr "tidak ada"
|
431 |
+
|
432 |
+
#: ../includes/class-ure-lib.php:1811
|
433 |
+
#, fuzzy, php-format
|
434 |
+
msgid "Role %s is renamed to %s successfully"
|
435 |
+
msgstr "Peran %s berhasil dibuat"
|
436 |
+
|
437 |
+
#: ../includes/class-ure-lib.php:1878
|
438 |
msgid "Error encountered during role delete operation"
|
439 |
msgstr "Kesalahan ditemui selama operasi penghapusan peran"
|
440 |
|
441 |
+
#: ../includes/class-ure-lib.php:1880
|
442 |
msgid "Unused roles are deleted successfully"
|
443 |
msgstr "Peran yang tidak digunakan berhasil dihapus"
|
444 |
|
445 |
+
#: ../includes/class-ure-lib.php:1882
|
446 |
#, php-format
|
447 |
msgid "Role %s is deleted successfully"
|
448 |
msgstr "Peran %s berhasil dihapus"
|
449 |
|
450 |
+
#: ../includes/class-ure-lib.php:1907
|
451 |
msgid "Error encountered during default role change operation"
|
452 |
msgstr "Kesalahan ditemui selama operasi perubahan peran standar"
|
453 |
|
454 |
+
#: ../includes/class-ure-lib.php:1913
|
455 |
#, php-format
|
456 |
msgid "Default role for new users is set to %s successfully"
|
457 |
msgstr "Peran standar untuk pengguna baru diatur ke %s dengan sukses"
|
458 |
|
459 |
+
#: ../includes/class-ure-lib.php:1932
|
460 |
msgid "Editor"
|
461 |
msgstr "Penyunting"
|
462 |
|
463 |
+
#: ../includes/class-ure-lib.php:1933
|
464 |
msgid "Author"
|
465 |
msgstr "Pengarang"
|
466 |
|
467 |
+
#: ../includes/class-ure-lib.php:1934
|
468 |
msgid "Contributor"
|
469 |
msgstr "Kontributor"
|
470 |
|
471 |
+
#: ../includes/class-ure-lib.php:1935
|
472 |
msgid "Subscriber"
|
473 |
msgstr "Pelanggan"
|
474 |
|
475 |
+
#: ../includes/class-ure-lib.php:1937
|
476 |
msgid "Switch themes"
|
477 |
msgstr "Ganti tema"
|
478 |
|
479 |
+
#: ../includes/class-ure-lib.php:1938
|
480 |
msgid "Edit themes"
|
481 |
msgstr "Sunting tema"
|
482 |
|
483 |
+
#: ../includes/class-ure-lib.php:1939
|
484 |
msgid "Activate plugins"
|
485 |
msgstr "Aktifkan plugin"
|
486 |
|
487 |
+
#: ../includes/class-ure-lib.php:1940
|
488 |
msgid "Edit plugins"
|
489 |
msgstr "Sunting plugin"
|
490 |
|
491 |
+
#: ../includes/class-ure-lib.php:1941
|
492 |
msgid "Edit users"
|
493 |
msgstr "Sunting pengguna"
|
494 |
|
495 |
+
#: ../includes/class-ure-lib.php:1942
|
496 |
msgid "Edit files"
|
497 |
msgstr "Sunting data"
|
498 |
|
499 |
+
#: ../includes/class-ure-lib.php:1943
|
500 |
msgid "Manage options"
|
501 |
msgstr "kelola pilihan"
|
502 |
|
503 |
+
#: ../includes/class-ure-lib.php:1944
|
504 |
msgid "Moderate comments"
|
505 |
msgstr "Moderasi komentar"
|
506 |
|
507 |
+
#: ../includes/class-ure-lib.php:1945
|
508 |
msgid "Manage categories"
|
509 |
msgstr "Kelola kategori"
|
510 |
|
511 |
+
#: ../includes/class-ure-lib.php:1946
|
512 |
msgid "Manage links"
|
513 |
msgstr "Kelola tautan"
|
514 |
|
515 |
+
#: ../includes/class-ure-lib.php:1947
|
516 |
msgid "Upload files"
|
517 |
msgstr "Unggah data"
|
518 |
|
519 |
+
#: ../includes/class-ure-lib.php:1948
|
520 |
msgid "Import"
|
521 |
msgstr "Impor"
|
522 |
|
523 |
+
#: ../includes/class-ure-lib.php:1949
|
524 |
msgid "Unfiltered html"
|
525 |
msgstr "HTML tidak tersaring"
|
526 |
|
527 |
+
#: ../includes/class-ure-lib.php:1950
|
528 |
msgid "Edit posts"
|
529 |
msgstr "Sunting posting"
|
530 |
|
531 |
+
#: ../includes/class-ure-lib.php:1951
|
532 |
msgid "Edit others posts"
|
533 |
msgstr "Sunting posting lainnya"
|
534 |
|
535 |
+
#: ../includes/class-ure-lib.php:1952
|
536 |
msgid "Edit published posts"
|
537 |
msgstr "Sunting posting terpublikasi"
|
538 |
|
539 |
+
#: ../includes/class-ure-lib.php:1953
|
540 |
msgid "Publish posts"
|
541 |
msgstr "Publikasi posting"
|
542 |
|
543 |
+
#: ../includes/class-ure-lib.php:1954
|
544 |
msgid "Edit pages"
|
545 |
msgstr "Sunting halaman"
|
546 |
|
547 |
+
#: ../includes/class-ure-lib.php:1955
|
548 |
msgid "Read"
|
549 |
msgstr "Baca"
|
550 |
|
551 |
+
#: ../includes/class-ure-lib.php:1956
|
552 |
msgid "Level 10"
|
553 |
msgstr "Tingkat 10"
|
554 |
|
555 |
+
#: ../includes/class-ure-lib.php:1957
|
556 |
msgid "Level 9"
|
557 |
msgstr "Tingkat 9"
|
558 |
|
559 |
+
#: ../includes/class-ure-lib.php:1958
|
560 |
msgid "Level 8"
|
561 |
msgstr "Tingkat 8"
|
562 |
|
563 |
+
#: ../includes/class-ure-lib.php:1959
|
564 |
msgid "Level 7"
|
565 |
msgstr "Tingkat 7"
|
566 |
|
567 |
+
#: ../includes/class-ure-lib.php:1960
|
568 |
msgid "Level 6"
|
569 |
msgstr "Tingkat 6"
|
570 |
|
571 |
+
#: ../includes/class-ure-lib.php:1961
|
572 |
msgid "Level 5"
|
573 |
msgstr "Tingkat 5"
|
574 |
|
575 |
+
#: ../includes/class-ure-lib.php:1962
|
576 |
msgid "Level 4"
|
577 |
msgstr "Tingkat 4"
|
578 |
|
579 |
+
#: ../includes/class-ure-lib.php:1963
|
580 |
msgid "Level 3"
|
581 |
msgstr "Tingkat 3"
|
582 |
|
583 |
+
#: ../includes/class-ure-lib.php:1964
|
584 |
msgid "Level 2"
|
585 |
msgstr "Tingkat 2"
|
586 |
|
587 |
+
#: ../includes/class-ure-lib.php:1965
|
588 |
msgid "Level 1"
|
589 |
msgstr "Tingkat 1"
|
590 |
|
591 |
+
#: ../includes/class-ure-lib.php:1966
|
592 |
msgid "Level 0"
|
593 |
msgstr "Tingkat 0"
|
594 |
|
595 |
+
#: ../includes/class-ure-lib.php:1967
|
596 |
msgid "Edit others pages"
|
597 |
msgstr "Sunting halaman lainnya"
|
598 |
|
599 |
+
#: ../includes/class-ure-lib.php:1968
|
600 |
msgid "Edit published pages"
|
601 |
msgstr "Sunting halaman terpublikasi"
|
602 |
|
603 |
+
#: ../includes/class-ure-lib.php:1969
|
604 |
msgid "Publish pages"
|
605 |
msgstr "Publikasi halaman"
|
606 |
|
607 |
+
#: ../includes/class-ure-lib.php:1970
|
608 |
msgid "Delete pages"
|
609 |
msgstr "Hapus halaman"
|
610 |
|
611 |
+
#: ../includes/class-ure-lib.php:1971
|
612 |
msgid "Delete others pages"
|
613 |
msgstr "Hapus halaman lainnya"
|
614 |
|
615 |
+
#: ../includes/class-ure-lib.php:1972
|
616 |
msgid "Delete published pages"
|
617 |
msgstr "Hapus halaman terpublikasi"
|
618 |
|
619 |
+
#: ../includes/class-ure-lib.php:1973
|
620 |
msgid "Delete posts"
|
621 |
msgstr "hapus posting"
|
622 |
|
623 |
+
#: ../includes/class-ure-lib.php:1974
|
624 |
msgid "Delete others posts"
|
625 |
msgstr "Hapus posting lainnya"
|
626 |
|
627 |
+
#: ../includes/class-ure-lib.php:1975
|
628 |
msgid "Delete published posts"
|
629 |
msgstr "Hapus posting terpublikasi"
|
630 |
|
631 |
+
#: ../includes/class-ure-lib.php:1976
|
632 |
msgid "Delete private posts"
|
633 |
msgstr "Hapus posting pribadi"
|
634 |
|
635 |
+
#: ../includes/class-ure-lib.php:1977
|
636 |
msgid "Edit private posts"
|
637 |
msgstr "Sunting posting pribadi"
|
638 |
|
639 |
+
#: ../includes/class-ure-lib.php:1978
|
640 |
msgid "Read private posts"
|
641 |
msgstr "Baca posting pribadi"
|
642 |
|
643 |
+
#: ../includes/class-ure-lib.php:1979
|
644 |
msgid "Delete private pages"
|
645 |
msgstr "Hapus halaman pribadi"
|
646 |
|
647 |
+
#: ../includes/class-ure-lib.php:1980
|
648 |
msgid "Edit private pages"
|
649 |
msgstr "Sunting halaman pribadi"
|
650 |
|
651 |
+
#: ../includes/class-ure-lib.php:1981
|
652 |
msgid "Read private pages"
|
653 |
msgstr "baca halaman pribadi"
|
654 |
|
655 |
+
#: ../includes/class-ure-lib.php:1982
|
656 |
msgid "Delete users"
|
657 |
msgstr "Hapus pengguna"
|
658 |
|
659 |
+
#: ../includes/class-ure-lib.php:1983
|
660 |
msgid "Create users"
|
661 |
msgstr "Buat pengguna"
|
662 |
|
663 |
+
#: ../includes/class-ure-lib.php:1984
|
664 |
msgid "Unfiltered upload"
|
665 |
msgstr "Unggahan tidak tersaring"
|
666 |
|
667 |
+
#: ../includes/class-ure-lib.php:1985
|
668 |
msgid "Edit dashboard"
|
669 |
msgstr "Sunting dasbor"
|
670 |
|
671 |
+
#: ../includes/class-ure-lib.php:1986
|
672 |
msgid "Update plugins"
|
673 |
msgstr "Perbarui plugin"
|
674 |
|
675 |
+
#: ../includes/class-ure-lib.php:1987
|
676 |
msgid "Delete plugins"
|
677 |
msgstr "Hapus plugin"
|
678 |
|
679 |
+
#: ../includes/class-ure-lib.php:1988
|
680 |
msgid "Install plugins"
|
681 |
msgstr "Pasang plugin"
|
682 |
|
683 |
+
#: ../includes/class-ure-lib.php:1989
|
684 |
msgid "Update themes"
|
685 |
msgstr "Perbarui tema"
|
686 |
|
687 |
+
#: ../includes/class-ure-lib.php:1990
|
688 |
msgid "Install themes"
|
689 |
msgstr "Pasang tema"
|
690 |
|
691 |
+
#: ../includes/class-ure-lib.php:1991
|
692 |
msgid "Update core"
|
693 |
msgstr "Perbarui inti"
|
694 |
|
695 |
+
#: ../includes/class-ure-lib.php:1992
|
696 |
msgid "List users"
|
697 |
msgstr "Daftar pengguna"
|
698 |
|
699 |
+
#: ../includes/class-ure-lib.php:1993
|
700 |
msgid "Remove users"
|
701 |
msgstr "Hapus pengguna"
|
702 |
|
703 |
+
#: ../includes/class-ure-lib.php:1994
|
704 |
msgid "Add users"
|
705 |
msgstr "Tambah pengguna"
|
706 |
|
707 |
+
#: ../includes/class-ure-lib.php:1995
|
708 |
msgid "Promote users"
|
709 |
msgstr "Promosi pengguna"
|
710 |
|
711 |
+
#: ../includes/class-ure-lib.php:1996
|
712 |
msgid "Edit theme options"
|
713 |
msgstr "Sunting pilihan tema"
|
714 |
|
715 |
+
#: ../includes/class-ure-lib.php:1997
|
716 |
msgid "Delete themes"
|
717 |
msgstr "Hapus tema"
|
718 |
|
719 |
+
#: ../includes/class-ure-lib.php:1998
|
720 |
msgid "Export"
|
721 |
msgstr "Ekspor"
|
722 |
|
723 |
+
#: ../includes/class-ure-lib.php:2108
|
724 |
msgid "Error: Capability name must contain latin characters and digits only!"
|
725 |
msgstr "Salah: Kemampuan nama harus mengandung karakter latin dan angka saja!"
|
726 |
|
727 |
+
#: ../includes/class-ure-lib.php:2121
|
728 |
#, php-format
|
729 |
msgid "Capability %s is added successfully"
|
730 |
msgstr "Kemampuan %s berhasil ditambahkan"
|
731 |
|
732 |
+
#: ../includes/class-ure-lib.php:2123
|
733 |
#, php-format
|
734 |
msgid "Capability %s exists already"
|
735 |
msgstr "Kemampuan %s telah ada"
|
736 |
|
737 |
+
#: ../includes/class-ure-lib.php:2148
|
738 |
#, php-format
|
739 |
msgid "Error! You do not have permission to delete this capability: %s!"
|
740 |
msgstr "Salah! Anda tidak memiliki izin untuk menghapus kemampuan ini: %s!"
|
741 |
|
742 |
+
#: ../includes/class-ure-lib.php:2167
|
743 |
#, php-format
|
744 |
msgid "Capability %s is removed successfully"
|
745 |
msgstr "Kemampuan %s berhasil dihapus"
|
746 |
|
747 |
+
#: ../includes/class-ure-lib.php:2271
|
748 |
msgid "Version:"
|
749 |
msgstr ""
|
750 |
|
751 |
+
#: ../includes/class-ure-lib.php:2272
|
752 |
msgid "Author's website"
|
753 |
msgstr "Website pengarang"
|
754 |
|
755 |
+
#: ../includes/class-ure-lib.php:2273
|
756 |
msgid "Plugin webpage"
|
757 |
msgstr "Halaman web Plugin"
|
758 |
|
759 |
+
#: ../includes/class-ure-lib.php:2274
|
760 |
#, fuzzy
|
761 |
msgid "Plugin download"
|
762 |
msgstr "Halaman web Plugin"
|
763 |
|
764 |
+
#: ../includes/class-ure-lib.php:2276
|
765 |
msgid "FAQ"
|
766 |
msgstr "FAQ"
|
767 |
|
768 |
+
#: ../includes/class-ure-lib.php:2324
|
769 |
msgid "None"
|
770 |
msgstr "Nihil"
|
771 |
|
772 |
+
#: ../includes/class-ure-lib.php:2351
|
773 |
msgid "Delete All Unused Roles"
|
774 |
msgstr "Hapus Peran Tidak Terpakai"
|
775 |
|
776 |
+
#: ../includes/class-ure-lib.php:2375
|
777 |
msgid "— No role for this site —"
|
778 |
msgstr "— Tidak ada peran untuk situs ini —"
|
779 |
|
lang/ure-ru_RU.mo
CHANGED
Binary file
|
lang/ure-ru_RU.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: User Role Editor v.2.0\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Vladimir Garagulya <vladimir@shinephp.com>\n"
|
8 |
"Language-Team: ShinePHP.com <vladimir@shinephp.com>\n"
|
@@ -87,96 +87,101 @@ msgid "Allow non super administrators to create, edit, and delete users"
|
|
87 |
msgstr ""
|
88 |
"Разрешить простым администраторам создавать, изменять, удалять пользователей"
|
89 |
|
90 |
-
#: ../includes/class-user-role-editor.php:
|
91 |
msgid "Change role for users without role"
|
92 |
msgstr "Изменить роль для пользователей без роли"
|
93 |
|
94 |
-
#: ../includes/class-user-role-editor.php:
|
95 |
msgid "No rights"
|
96 |
msgstr "Нет прав"
|
97 |
|
98 |
-
#: ../includes/class-user-role-editor.php:
|
99 |
msgid "Provide new role"
|
100 |
msgstr "Выберите новую роль"
|
101 |
|
102 |
-
#: ../includes/class-user-role-editor.php:
|
103 |
-
#: ../includes/class-user-role-editor.php:
|
104 |
msgid "You do not have permission to edit this user."
|
105 |
msgstr "Нет прав на редактирование этого пользователя"
|
106 |
|
107 |
-
#: ../includes/class-user-role-editor.php:
|
108 |
msgid "Capabilities"
|
109 |
msgstr "Возможности"
|
110 |
|
111 |
-
#: ../includes/class-user-role-editor.php:
|
112 |
msgid "Settings"
|
113 |
msgstr "Установки"
|
114 |
|
115 |
-
#: ../includes/class-user-role-editor.php:
|
116 |
-
#: ../includes/class-ure-lib.php:
|
117 |
msgid "Changelog"
|
118 |
msgstr "Журнал изменений"
|
119 |
|
120 |
-
#: ../includes/class-user-role-editor.php:
|
121 |
msgid "Overview"
|
122 |
msgstr "Обзор"
|
123 |
|
124 |
-
#: ../includes/class-user-role-editor.php:
|
125 |
-
#: ../includes/class-user-role-editor.php:
|
126 |
-
#: ../includes/class-user-role-editor.php:
|
127 |
-
#: ../includes/class-ure-lib.php:
|
128 |
msgid "User Role Editor"
|
129 |
msgstr "Редактор ролей пользователей"
|
130 |
|
131 |
-
#: ../includes/class-user-role-editor.php:
|
132 |
-
#: ../includes/class-user-role-editor.php:
|
133 |
-
#: ../includes/class-user-role-editor.php:
|
134 |
msgid "User Role Editor options are updated"
|
135 |
msgstr "Изменения в настройках Редактора ролей пользователей сохранены"
|
136 |
|
137 |
-
#: ../includes/class-user-role-editor.php:
|
138 |
msgid "Default Roles are updated"
|
139 |
msgstr "Изменения в роли по-умолчанию сохранены"
|
140 |
|
141 |
-
#: ../includes/class-user-role-editor.php:
|
142 |
msgid ""
|
143 |
"You do not have sufficient permissions to manage options for User Role "
|
144 |
"Editor."
|
145 |
msgstr "У вас нет прав на изменение настроек плагина"
|
146 |
|
147 |
-
#: ../includes/class-user-role-editor.php:
|
148 |
msgid "Insufficient permissions to work with User Role Editor"
|
149 |
msgstr "Не достаточно прав для работы с User Role Editor"
|
150 |
|
151 |
-
#: ../includes/class-user-role-editor.php:
|
152 |
msgid "Select All"
|
153 |
msgstr "Выбрать все"
|
154 |
|
155 |
-
#: ../includes/class-user-role-editor.php:
|
156 |
msgid "Unselect All"
|
157 |
msgstr "Исключить все"
|
158 |
|
159 |
-
#: ../includes/class-user-role-editor.php:
|
160 |
msgid "Reverse"
|
161 |
msgstr "Обратить"
|
162 |
|
163 |
-
#: ../includes/class-user-role-editor.php:
|
164 |
msgid "Update"
|
165 |
msgstr "Сохранить"
|
166 |
|
167 |
-
#: ../includes/class-user-role-editor.php:
|
168 |
msgid "Please confirm permissions update"
|
169 |
msgstr "Пожалуйста, подтвердите продолжение "
|
170 |
|
171 |
-
#: ../includes/class-user-role-editor.php:
|
172 |
msgid "Add New Role"
|
173 |
msgstr "Добавить новую роль"
|
174 |
|
175 |
-
#: ../includes/class-user-role-editor.php:
|
|
|
|
|
|
|
|
|
|
|
176 |
msgid " Role name (ID) can not be empty!"
|
177 |
msgstr "Идентификатор роли (ID) не может быть пустым!"
|
178 |
|
179 |
-
#: ../includes/class-user-role-editor.php:
|
180 |
msgid ""
|
181 |
" Role name (ID) must contain latin characters, digits, hyphens or underscore "
|
182 |
"only!"
|
@@ -184,7 +189,7 @@ msgstr ""
|
|
184 |
"Ошибка: идентификатор роли может содержать только латинские буквы, цифры, "
|
185 |
"тире и знак подчеркивания"
|
186 |
|
187 |
-
#: ../includes/class-user-role-editor.php:
|
188 |
msgid ""
|
189 |
" WordPress does not support numeric Role name (ID). Add latin characters to "
|
190 |
"it."
|
@@ -192,38 +197,38 @@ msgstr ""
|
|
192 |
"WordPress не поддерживает цифровые идентификаторы ролей. Начните имя роли с "
|
193 |
"латинских символов."
|
194 |
|
195 |
-
#: ../includes/class-user-role-editor.php:
|
196 |
msgid "Add Role"
|
197 |
msgstr "Добавить роль"
|
198 |
|
199 |
-
#: ../includes/class-user-role-editor.php:
|
200 |
msgid "Delete Role"
|
201 |
msgstr "Удалить роль"
|
202 |
|
203 |
-
#: ../includes/class-user-role-editor.php:
|
204 |
msgid "Cancel"
|
205 |
msgstr "Отмена"
|
206 |
|
207 |
-
#: ../includes/class-user-role-editor.php:
|
208 |
msgid "Add Capability"
|
209 |
msgstr "Новая возм."
|
210 |
|
211 |
-
#: ../includes/class-user-role-editor.php:
|
212 |
-
#: ../includes/class-user-role-editor.php:
|
213 |
msgid "Delete Capability"
|
214 |
msgstr "Удалить возм."
|
215 |
|
216 |
-
#: ../includes/class-user-role-editor.php:
|
217 |
msgid "Reset"
|
218 |
msgstr "Сброс"
|
219 |
|
220 |
-
#: ../includes/class-user-role-editor.php:
|
221 |
msgid "DANGER! Resetting will restore default settings from WordPress Core."
|
222 |
msgstr ""
|
223 |
"ВНИМАНИЕ! Очистка восстановит роли по состоянию на момент установки "
|
224 |
"WordPress."
|
225 |
|
226 |
-
#: ../includes/class-user-role-editor.php:
|
227 |
msgid ""
|
228 |
"If any plugins have changed capabilities in any way upon installation (such "
|
229 |
"as S2Member, WooCommerce, and many more), those capabilities will be DELETED!"
|
@@ -231,7 +236,7 @@ msgstr ""
|
|
231 |
"Если плагины изменяли пользовательские права после установки WordPress "
|
232 |
"(S2Member, WooCommerce и др.), права, созданные плагинами будут УДАЛЕНЫ!"
|
233 |
|
234 |
-
#: ../includes/class-user-role-editor.php:
|
235 |
msgid ""
|
236 |
"For more information on how to undo changes and restore plugin capabilities "
|
237 |
"go to"
|
@@ -239,19 +244,19 @@ msgstr ""
|
|
239 |
"Подробнее о том, как откатить сделанные изменения и восстановить разрешения "
|
240 |
"для плагинов, можно узнать здесь"
|
241 |
|
242 |
-
#: ../includes/class-user-role-editor.php:
|
243 |
msgid "Continue?"
|
244 |
msgstr "Продолжить?"
|
245 |
|
246 |
-
#: ../includes/class-user-role-editor.php:
|
247 |
msgid "Default Role"
|
248 |
msgstr "Роль по-умолчанию"
|
249 |
|
250 |
-
#: ../includes/class-user-role-editor.php:
|
251 |
msgid "Set New Default Role"
|
252 |
msgstr "Установить"
|
253 |
|
254 |
-
#: ../includes/class-user-role-editor.php:
|
255 |
msgid ""
|
256 |
"Warning! Be careful - removing critical capability could crash some plugin "
|
257 |
"or other custom code"
|
@@ -259,11 +264,11 @@ msgstr ""
|
|
259 |
"Внимание! Будьте осторожны - удаление критичной возможности может привести к "
|
260 |
"прекращеню работы одного из плагинов или другого кода."
|
261 |
|
262 |
-
#: ../includes/class-user-role-editor.php:
|
263 |
msgid " Capability name (ID) can not be empty!"
|
264 |
msgstr "Идентификатор возможности (ID) не может быть пустым!"
|
265 |
|
266 |
-
#: ../includes/class-user-role-editor.php:
|
267 |
msgid ""
|
268 |
" Capability name (ID) must contain latin characters, digits, hyphens or "
|
269 |
"underscore only!"
|
@@ -271,12 +276,12 @@ msgstr ""
|
|
271 |
"Ошибка: Наименование возможности должно содержать только латинские буквы и "
|
272 |
"цифры, знаки подчеркивания"
|
273 |
|
274 |
-
#: ../includes/class-user-role-editor.php:
|
275 |
-
#: ../includes/class-user-role-editor.php:
|
276 |
msgid "Other Roles"
|
277 |
msgstr "Другие роли"
|
278 |
|
279 |
-
#: ../includes/class-user-role-editor.php:
|
280 |
msgid "Edit"
|
281 |
msgstr "Изменить"
|
282 |
|
@@ -308,79 +313,79 @@ msgstr "Фильтр:"
|
|
308 |
msgid "Custom capabilities:"
|
309 |
msgstr "Дополнительные возможности :"
|
310 |
|
311 |
-
#: ../includes/class-ure-lib.php:
|
312 |
msgid "Error: wrong request"
|
313 |
msgstr "Ошибка: неверный запрос"
|
314 |
|
315 |
-
#: ../includes/class-ure-lib.php:
|
316 |
msgid "Role name (ID): "
|
317 |
msgstr "Идентификатор роли (ID):"
|
318 |
|
319 |
-
#: ../includes/class-ure-lib.php:
|
320 |
msgid "Display Role Name: "
|
321 |
msgstr "Наименование роли:"
|
322 |
|
323 |
-
#: ../includes/class-ure-lib.php:
|
324 |
msgid "Make copy of: "
|
325 |
msgstr "Создать копию из:"
|
326 |
|
327 |
-
#: ../includes/class-ure-lib.php:
|
328 |
msgid "Select Role:"
|
329 |
msgstr "Выбери Роль:"
|
330 |
|
331 |
-
#: ../includes/class-ure-lib.php:
|
332 |
msgid "Delete:"
|
333 |
msgstr "Удалить"
|
334 |
|
335 |
-
#: ../includes/class-ure-lib.php:
|
336 |
msgid "Capability name (ID): "
|
337 |
msgstr "Идентификатор (ID):"
|
338 |
|
339 |
-
#: ../includes/class-ure-lib.php:
|
340 |
msgid "Error: "
|
341 |
msgstr "Ошибка:"
|
342 |
|
343 |
-
#: ../includes/class-ure-lib.php:
|
344 |
msgid "Role"
|
345 |
msgstr "Роль"
|
346 |
|
347 |
-
#: ../includes/class-ure-lib.php:
|
348 |
msgid "does not exist"
|
349 |
msgstr "не существует"
|
350 |
|
351 |
-
#: ../includes/class-ure-lib.php:
|
352 |
msgid "Role is updated successfully"
|
353 |
msgstr "Роль изменена успешно"
|
354 |
|
355 |
-
#: ../includes/class-ure-lib.php:
|
356 |
msgid "Roles are updated for all network"
|
357 |
msgstr "Роли изменены для всей сети"
|
358 |
|
359 |
-
#: ../includes/class-ure-lib.php:
|
360 |
msgid "Error occured during role(s) update"
|
361 |
msgstr "При изменении роли произошла ошибка"
|
362 |
|
363 |
-
#: ../includes/class-ure-lib.php:
|
364 |
msgid "User capabilities are updated successfully"
|
365 |
msgstr "Права пользователя изменены успешно"
|
366 |
|
367 |
-
#: ../includes/class-ure-lib.php:
|
368 |
msgid "Error occured during user update"
|
369 |
msgstr "При изменении прав пользователя произошла ошибка "
|
370 |
|
371 |
-
#: ../includes/class-ure-lib.php:
|
372 |
msgid "User Roles are restored to WordPress default values. "
|
373 |
msgstr "Роли возвращены к начальному состоянию"
|
374 |
|
375 |
-
#: ../includes/class-ure-lib.php:
|
376 |
msgid "Help"
|
377 |
msgstr "Помощь"
|
378 |
|
379 |
-
#: ../includes/class-ure-lib.php:
|
380 |
msgid "Error is occur. Please check the log file."
|
381 |
msgstr "Произошла ошибка. Проверьте лог-файл."
|
382 |
|
383 |
-
#: ../includes/class-ure-lib.php:
|
384 |
msgid ""
|
385 |
"Error: Role ID must contain latin characters, digits, hyphens or underscore "
|
386 |
"only!"
|
@@ -388,7 +393,7 @@ msgstr ""
|
|
388 |
"Ошибка: идентификатор роли (ID) должен содержать только латинские буквы, "
|
389 |
"цифры, знак подчеркивания и дефис."
|
390 |
|
391 |
-
#: ../includes/class-ure-lib.php:
|
392 |
msgid ""
|
393 |
"Error: WordPress does not support numeric Role name (ID). Add latin "
|
394 |
"characters to it."
|
@@ -396,359 +401,377 @@ msgstr ""
|
|
396 |
"Ошибка: WordPress не поддерживает цифровые идентификаторы ролей. Начните имя "
|
397 |
"роли с латинских символов."
|
398 |
|
399 |
-
#: ../includes/class-ure-lib.php:
|
400 |
#, php-format
|
401 |
msgid "Role %s exists already"
|
402 |
msgstr "Роль %s уже существует"
|
403 |
|
404 |
-
#: ../includes/class-ure-lib.php:
|
405 |
msgid "Error is encountered during new role create operation"
|
406 |
msgstr "Произошла ошибка при создании новой роли"
|
407 |
|
408 |
-
#: ../includes/class-ure-lib.php:
|
409 |
#, php-format
|
410 |
msgid "Role %s is created successfully"
|
411 |
msgstr "Роль %s создана успешно"
|
412 |
|
413 |
-
#: ../includes/class-ure-lib.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
414 |
msgid "Error encountered during role delete operation"
|
415 |
msgstr "Произошла ошибка при удалении роли"
|
416 |
|
417 |
-
#: ../includes/class-ure-lib.php:
|
418 |
msgid "Unused roles are deleted successfully"
|
419 |
msgstr "Неиспользуемые роли удалены успешно"
|
420 |
|
421 |
-
#: ../includes/class-ure-lib.php:
|
422 |
#, php-format
|
423 |
msgid "Role %s is deleted successfully"
|
424 |
msgstr "Роль %s удалена успешно"
|
425 |
|
426 |
-
#: ../includes/class-ure-lib.php:
|
427 |
msgid "Error encountered during default role change operation"
|
428 |
msgstr "Произошла ошибка при изменении роли по-умолчанию"
|
429 |
|
430 |
-
#: ../includes/class-ure-lib.php:
|
431 |
#, php-format
|
432 |
msgid "Default role for new users is set to %s successfully"
|
433 |
msgstr "Роль по-умолчанию для новых пользователй изменена на %s успешно."
|
434 |
|
435 |
-
#: ../includes/class-ure-lib.php:
|
436 |
msgid "Editor"
|
437 |
msgstr "Редактор"
|
438 |
|
439 |
-
#: ../includes/class-ure-lib.php:
|
440 |
msgid "Author"
|
441 |
msgstr "Автор"
|
442 |
|
443 |
-
#: ../includes/class-ure-lib.php:
|
444 |
msgid "Contributor"
|
445 |
msgstr "Участник"
|
446 |
|
447 |
-
#: ../includes/class-ure-lib.php:
|
448 |
msgid "Subscriber"
|
449 |
msgstr "Подписчик"
|
450 |
|
451 |
-
#: ../includes/class-ure-lib.php:
|
452 |
msgid "Switch themes"
|
453 |
msgstr "Менять темы"
|
454 |
|
455 |
-
#: ../includes/class-ure-lib.php:
|
456 |
msgid "Edit themes"
|
457 |
msgstr "Изменять темы"
|
458 |
|
459 |
-
#: ../includes/class-ure-lib.php:
|
460 |
msgid "Activate plugins"
|
461 |
msgstr "Активировать плагины"
|
462 |
|
463 |
-
#: ../includes/class-ure-lib.php:
|
464 |
msgid "Edit plugins"
|
465 |
msgstr "Редактировать плагины"
|
466 |
|
467 |
-
#: ../includes/class-ure-lib.php:
|
468 |
msgid "Edit users"
|
469 |
msgstr "Изменять пользователей"
|
470 |
|
471 |
-
#: ../includes/class-ure-lib.php:
|
472 |
msgid "Edit files"
|
473 |
msgstr "Изменять файлы"
|
474 |
|
475 |
-
#: ../includes/class-ure-lib.php:
|
476 |
msgid "Manage options"
|
477 |
msgstr "Управлять установками"
|
478 |
|
479 |
-
#: ../includes/class-ure-lib.php:
|
480 |
msgid "Moderate comments"
|
481 |
msgstr "Модерировать комментарии"
|
482 |
|
483 |
-
#: ../includes/class-ure-lib.php:
|
484 |
msgid "Manage categories"
|
485 |
msgstr "Управлять категориями"
|
486 |
|
487 |
-
#: ../includes/class-ure-lib.php:
|
488 |
msgid "Manage links"
|
489 |
msgstr "Управлять ссылками"
|
490 |
|
491 |
-
#: ../includes/class-ure-lib.php:
|
492 |
msgid "Upload files"
|
493 |
msgstr "Загружать файлы"
|
494 |
|
495 |
-
#: ../includes/class-ure-lib.php:
|
496 |
msgid "Import"
|
497 |
msgstr "Импорт"
|
498 |
|
499 |
-
#: ../includes/class-ure-lib.php:
|
500 |
msgid "Unfiltered html"
|
501 |
msgstr "html без фильтра"
|
502 |
|
503 |
-
#: ../includes/class-ure-lib.php:
|
504 |
msgid "Edit posts"
|
505 |
msgstr "Изменять статьи"
|
506 |
|
507 |
-
#: ../includes/class-ure-lib.php:
|
508 |
msgid "Edit others posts"
|
509 |
msgstr "Изменять чужие статьи"
|
510 |
|
511 |
-
#: ../includes/class-ure-lib.php:
|
512 |
msgid "Edit published posts"
|
513 |
msgstr "Редактировать опубликованные статьи"
|
514 |
|
515 |
-
#: ../includes/class-ure-lib.php:
|
516 |
msgid "Publish posts"
|
517 |
msgstr "Публиковать статьи"
|
518 |
|
519 |
-
#: ../includes/class-ure-lib.php:
|
520 |
msgid "Edit pages"
|
521 |
msgstr "Изменять страницы"
|
522 |
|
523 |
-
#: ../includes/class-ure-lib.php:
|
524 |
msgid "Read"
|
525 |
msgstr "Чтение"
|
526 |
|
527 |
-
#: ../includes/class-ure-lib.php:
|
528 |
msgid "Level 10"
|
529 |
msgstr "Уровень 10"
|
530 |
|
531 |
-
#: ../includes/class-ure-lib.php:
|
532 |
msgid "Level 9"
|
533 |
msgstr "Уровень 9"
|
534 |
|
535 |
-
#: ../includes/class-ure-lib.php:
|
536 |
msgid "Level 8"
|
537 |
msgstr "Уровень 9"
|
538 |
|
539 |
-
#: ../includes/class-ure-lib.php:
|
540 |
msgid "Level 7"
|
541 |
msgstr "Уровень 7"
|
542 |
|
543 |
-
#: ../includes/class-ure-lib.php:
|
544 |
msgid "Level 6"
|
545 |
msgstr "Уровень 6"
|
546 |
|
547 |
-
#: ../includes/class-ure-lib.php:
|
548 |
msgid "Level 5"
|
549 |
msgstr "Уровень 5"
|
550 |
|
551 |
-
#: ../includes/class-ure-lib.php:
|
552 |
msgid "Level 4"
|
553 |
msgstr "Уровень 4"
|
554 |
|
555 |
-
#: ../includes/class-ure-lib.php:
|
556 |
msgid "Level 3"
|
557 |
msgstr "Уровень 3"
|
558 |
|
559 |
-
#: ../includes/class-ure-lib.php:
|
560 |
msgid "Level 2"
|
561 |
msgstr "Уровень 2"
|
562 |
|
563 |
-
#: ../includes/class-ure-lib.php:
|
564 |
msgid "Level 1"
|
565 |
msgstr "Уровень 1"
|
566 |
|
567 |
-
#: ../includes/class-ure-lib.php:
|
568 |
msgid "Level 0"
|
569 |
msgstr "Уровень 0"
|
570 |
|
571 |
-
#: ../includes/class-ure-lib.php:
|
572 |
msgid "Edit others pages"
|
573 |
msgstr "Редактировать чужие страницы"
|
574 |
|
575 |
-
#: ../includes/class-ure-lib.php:
|
576 |
msgid "Edit published pages"
|
577 |
msgstr "Редактировать опубликованные страницы"
|
578 |
|
579 |
-
#: ../includes/class-ure-lib.php:
|
580 |
msgid "Publish pages"
|
581 |
msgstr "Публиковать страницы"
|
582 |
|
583 |
-
#: ../includes/class-ure-lib.php:
|
584 |
msgid "Delete pages"
|
585 |
msgstr "Удалять страницы"
|
586 |
|
587 |
-
#: ../includes/class-ure-lib.php:
|
588 |
msgid "Delete others pages"
|
589 |
msgstr "Удалить чужие страницы"
|
590 |
|
591 |
-
#: ../includes/class-ure-lib.php:
|
592 |
msgid "Delete published pages"
|
593 |
msgstr "Удалять опубликованные страницы"
|
594 |
|
595 |
-
#: ../includes/class-ure-lib.php:
|
596 |
msgid "Delete posts"
|
597 |
msgstr "Удалять статьи"
|
598 |
|
599 |
-
#: ../includes/class-ure-lib.php:
|
600 |
msgid "Delete others posts"
|
601 |
msgstr "Удалять чужие статьи"
|
602 |
|
603 |
-
#: ../includes/class-ure-lib.php:
|
604 |
msgid "Delete published posts"
|
605 |
msgstr "Удалять опубликованные статьи"
|
606 |
|
607 |
-
#: ../includes/class-ure-lib.php:
|
608 |
msgid "Delete private posts"
|
609 |
msgstr "Удалять частные статьи"
|
610 |
|
611 |
-
#: ../includes/class-ure-lib.php:
|
612 |
msgid "Edit private posts"
|
613 |
msgstr "Редактировать частные статьи"
|
614 |
|
615 |
-
#: ../includes/class-ure-lib.php:
|
616 |
msgid "Read private posts"
|
617 |
msgstr "Читать частные статьи"
|
618 |
|
619 |
-
#: ../includes/class-ure-lib.php:
|
620 |
msgid "Delete private pages"
|
621 |
msgstr "Удалять частные страницы"
|
622 |
|
623 |
-
#: ../includes/class-ure-lib.php:
|
624 |
msgid "Edit private pages"
|
625 |
msgstr "Редактировать частные страницы"
|
626 |
|
627 |
-
#: ../includes/class-ure-lib.php:
|
628 |
msgid "Read private pages"
|
629 |
msgstr "Читать частные страницы"
|
630 |
|
631 |
-
#: ../includes/class-ure-lib.php:
|
632 |
msgid "Delete users"
|
633 |
msgstr "Удалять пользователей"
|
634 |
|
635 |
-
#: ../includes/class-ure-lib.php:
|
636 |
msgid "Create users"
|
637 |
msgstr "Создавать пользователей"
|
638 |
|
639 |
-
#: ../includes/class-ure-lib.php:
|
640 |
msgid "Unfiltered upload"
|
641 |
msgstr "Загрузка без фильтра"
|
642 |
|
643 |
-
#: ../includes/class-ure-lib.php:
|
644 |
msgid "Edit dashboard"
|
645 |
msgstr "Изменять панель администратора"
|
646 |
|
647 |
-
#: ../includes/class-ure-lib.php:
|
648 |
msgid "Update plugins"
|
649 |
msgstr "Обновлять плагины"
|
650 |
|
651 |
-
#: ../includes/class-ure-lib.php:
|
652 |
msgid "Delete plugins"
|
653 |
msgstr "Удалять плагины"
|
654 |
|
655 |
-
#: ../includes/class-ure-lib.php:
|
656 |
msgid "Install plugins"
|
657 |
msgstr "Устанавливать плагины"
|
658 |
|
659 |
-
#: ../includes/class-ure-lib.php:
|
660 |
msgid "Update themes"
|
661 |
msgstr "Обновлять темы"
|
662 |
|
663 |
-
#: ../includes/class-ure-lib.php:
|
664 |
msgid "Install themes"
|
665 |
msgstr "Устанавливать темы"
|
666 |
|
667 |
-
#: ../includes/class-ure-lib.php:
|
668 |
msgid "Update core"
|
669 |
msgstr "Обновлять ядро"
|
670 |
|
671 |
-
#: ../includes/class-ure-lib.php:
|
672 |
msgid "List users"
|
673 |
msgstr "Список пользователей"
|
674 |
|
675 |
-
#: ../includes/class-ure-lib.php:
|
676 |
msgid "Remove users"
|
677 |
msgstr "Удалять пользователей"
|
678 |
|
679 |
-
#: ../includes/class-ure-lib.php:
|
680 |
msgid "Add users"
|
681 |
msgstr "Добавлять пользователей"
|
682 |
|
683 |
-
#: ../includes/class-ure-lib.php:
|
684 |
msgid "Promote users"
|
685 |
msgstr "Продвигать пользователей"
|
686 |
|
687 |
-
#: ../includes/class-ure-lib.php:
|
688 |
msgid "Edit theme options"
|
689 |
msgstr "Изменять настройки темы"
|
690 |
|
691 |
-
#: ../includes/class-ure-lib.php:
|
692 |
msgid "Delete themes"
|
693 |
msgstr "Удалять темы"
|
694 |
|
695 |
-
#: ../includes/class-ure-lib.php:
|
696 |
msgid "Export"
|
697 |
msgstr "Экспорт"
|
698 |
|
699 |
-
#: ../includes/class-ure-lib.php:
|
700 |
msgid "Error: Capability name must contain latin characters and digits only!"
|
701 |
msgstr "Ошибка: Имя должно содержать только латинские буквы и цифры"
|
702 |
|
703 |
-
#: ../includes/class-ure-lib.php:
|
704 |
#, php-format
|
705 |
msgid "Capability %s is added successfully"
|
706 |
msgstr "Возможность %s добавлена успешно"
|
707 |
|
708 |
-
#: ../includes/class-ure-lib.php:
|
709 |
#, php-format
|
710 |
msgid "Capability %s exists already"
|
711 |
msgstr "Возможность %s уже существует"
|
712 |
|
713 |
-
#: ../includes/class-ure-lib.php:
|
714 |
#, php-format
|
715 |
msgid "Error! You do not have permission to delete this capability: %s!"
|
716 |
msgstr "Ошибка! Вам запрещено удалять эту возможность: %s!"
|
717 |
|
718 |
-
#: ../includes/class-ure-lib.php:
|
719 |
#, php-format
|
720 |
msgid "Capability %s is removed successfully"
|
721 |
msgstr "Возможность %s удалена успешно"
|
722 |
|
723 |
-
#: ../includes/class-ure-lib.php:
|
724 |
msgid "Version:"
|
725 |
msgstr "Версия:"
|
726 |
|
727 |
-
#: ../includes/class-ure-lib.php:
|
728 |
msgid "Author's website"
|
729 |
msgstr "Вебсайт автора"
|
730 |
|
731 |
-
#: ../includes/class-ure-lib.php:
|
732 |
msgid "Plugin webpage"
|
733 |
msgstr "Страница плагина"
|
734 |
|
735 |
-
#: ../includes/class-ure-lib.php:
|
736 |
msgid "Plugin download"
|
737 |
msgstr "Загрузить плагин"
|
738 |
|
739 |
-
#: ../includes/class-ure-lib.php:
|
740 |
msgid "FAQ"
|
741 |
msgstr "Часто задаваемые вопросы"
|
742 |
|
743 |
-
#: ../includes/class-ure-lib.php:
|
744 |
msgid "None"
|
745 |
msgstr "Нет"
|
746 |
|
747 |
-
#: ../includes/class-ure-lib.php:
|
748 |
msgid "Delete All Unused Roles"
|
749 |
msgstr "Удалить все неиспользуемые роли"
|
750 |
|
751 |
-
#: ../includes/class-ure-lib.php:
|
752 |
msgid "— No role for this site —"
|
753 |
msgstr "— Нет роли для этого сайта —"
|
754 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: User Role Editor v.2.0\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-09-08 21:33+0700\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Vladimir Garagulya <vladimir@shinephp.com>\n"
|
8 |
"Language-Team: ShinePHP.com <vladimir@shinephp.com>\n"
|
87 |
msgstr ""
|
88 |
"Разрешить простым администраторам создавать, изменять, удалять пользователей"
|
89 |
|
90 |
+
#: ../includes/class-user-role-editor.php:195
|
91 |
msgid "Change role for users without role"
|
92 |
msgstr "Изменить роль для пользователей без роли"
|
93 |
|
94 |
+
#: ../includes/class-user-role-editor.php:196
|
95 |
msgid "No rights"
|
96 |
msgstr "Нет прав"
|
97 |
|
98 |
+
#: ../includes/class-user-role-editor.php:197
|
99 |
msgid "Provide new role"
|
100 |
msgstr "Выберите новую роль"
|
101 |
|
102 |
+
#: ../includes/class-user-role-editor.php:281
|
103 |
+
#: ../includes/class-user-role-editor.php:283
|
104 |
msgid "You do not have permission to edit this user."
|
105 |
msgstr "Нет прав на редактирование этого пользователя"
|
106 |
|
107 |
+
#: ../includes/class-user-role-editor.php:424
|
108 |
msgid "Capabilities"
|
109 |
msgstr "Возможности"
|
110 |
|
111 |
+
#: ../includes/class-user-role-editor.php:517
|
112 |
msgid "Settings"
|
113 |
msgstr "Установки"
|
114 |
|
115 |
+
#: ../includes/class-user-role-editor.php:530
|
116 |
+
#: ../includes/class-ure-lib.php:2275
|
117 |
msgid "Changelog"
|
118 |
msgstr "Журнал изменений"
|
119 |
|
120 |
+
#: ../includes/class-user-role-editor.php:552
|
121 |
msgid "Overview"
|
122 |
msgstr "Обзор"
|
123 |
|
124 |
+
#: ../includes/class-user-role-editor.php:561
|
125 |
+
#: ../includes/class-user-role-editor.php:589
|
126 |
+
#: ../includes/class-user-role-editor.php:930
|
127 |
+
#: ../includes/class-ure-lib.php:232
|
128 |
msgid "User Role Editor"
|
129 |
msgstr "Редактор ролей пользователей"
|
130 |
|
131 |
+
#: ../includes/class-user-role-editor.php:646
|
132 |
+
#: ../includes/class-user-role-editor.php:664
|
133 |
+
#: ../includes/class-user-role-editor.php:708
|
134 |
msgid "User Role Editor options are updated"
|
135 |
msgstr "Изменения в настройках Редактора ролей пользователей сохранены"
|
136 |
|
137 |
+
#: ../includes/class-user-role-editor.php:692
|
138 |
msgid "Default Roles are updated"
|
139 |
msgstr "Изменения в роли по-умолчанию сохранены"
|
140 |
|
141 |
+
#: ../includes/class-user-role-editor.php:716
|
142 |
msgid ""
|
143 |
"You do not have sufficient permissions to manage options for User Role "
|
144 |
"Editor."
|
145 |
msgstr "У вас нет прав на изменение настроек плагина"
|
146 |
|
147 |
+
#: ../includes/class-user-role-editor.php:791
|
148 |
msgid "Insufficient permissions to work with User Role Editor"
|
149 |
msgstr "Не достаточно прав для работы с User Role Editor"
|
150 |
|
151 |
+
#: ../includes/class-user-role-editor.php:872
|
152 |
msgid "Select All"
|
153 |
msgstr "Выбрать все"
|
154 |
|
155 |
+
#: ../includes/class-user-role-editor.php:873
|
156 |
msgid "Unselect All"
|
157 |
msgstr "Исключить все"
|
158 |
|
159 |
+
#: ../includes/class-user-role-editor.php:874
|
160 |
msgid "Reverse"
|
161 |
msgstr "Обратить"
|
162 |
|
163 |
+
#: ../includes/class-user-role-editor.php:875
|
164 |
msgid "Update"
|
165 |
msgstr "Сохранить"
|
166 |
|
167 |
+
#: ../includes/class-user-role-editor.php:876
|
168 |
msgid "Please confirm permissions update"
|
169 |
msgstr "Пожалуйста, подтвердите продолжение "
|
170 |
|
171 |
+
#: ../includes/class-user-role-editor.php:877
|
172 |
msgid "Add New Role"
|
173 |
msgstr "Добавить новую роль"
|
174 |
|
175 |
+
#: ../includes/class-user-role-editor.php:878
|
176 |
+
#: ../includes/class-user-role-editor.php:883
|
177 |
+
msgid "Rename Role"
|
178 |
+
msgstr "Переименовать роль"
|
179 |
+
|
180 |
+
#: ../includes/class-user-role-editor.php:879
|
181 |
msgid " Role name (ID) can not be empty!"
|
182 |
msgstr "Идентификатор роли (ID) не может быть пустым!"
|
183 |
|
184 |
+
#: ../includes/class-user-role-editor.php:880
|
185 |
msgid ""
|
186 |
" Role name (ID) must contain latin characters, digits, hyphens or underscore "
|
187 |
"only!"
|
189 |
"Ошибка: идентификатор роли может содержать только латинские буквы, цифры, "
|
190 |
"тире и знак подчеркивания"
|
191 |
|
192 |
+
#: ../includes/class-user-role-editor.php:881
|
193 |
msgid ""
|
194 |
" WordPress does not support numeric Role name (ID). Add latin characters to "
|
195 |
"it."
|
197 |
"WordPress не поддерживает цифровые идентификаторы ролей. Начните имя роли с "
|
198 |
"латинских символов."
|
199 |
|
200 |
+
#: ../includes/class-user-role-editor.php:882
|
201 |
msgid "Add Role"
|
202 |
msgstr "Добавить роль"
|
203 |
|
204 |
+
#: ../includes/class-user-role-editor.php:884
|
205 |
msgid "Delete Role"
|
206 |
msgstr "Удалить роль"
|
207 |
|
208 |
+
#: ../includes/class-user-role-editor.php:885
|
209 |
msgid "Cancel"
|
210 |
msgstr "Отмена"
|
211 |
|
212 |
+
#: ../includes/class-user-role-editor.php:886
|
213 |
msgid "Add Capability"
|
214 |
msgstr "Новая возм."
|
215 |
|
216 |
+
#: ../includes/class-user-role-editor.php:887
|
217 |
+
#: ../includes/class-user-role-editor.php:896
|
218 |
msgid "Delete Capability"
|
219 |
msgstr "Удалить возм."
|
220 |
|
221 |
+
#: ../includes/class-user-role-editor.php:888
|
222 |
msgid "Reset"
|
223 |
msgstr "Сброс"
|
224 |
|
225 |
+
#: ../includes/class-user-role-editor.php:889
|
226 |
msgid "DANGER! Resetting will restore default settings from WordPress Core."
|
227 |
msgstr ""
|
228 |
"ВНИМАНИЕ! Очистка восстановит роли по состоянию на момент установки "
|
229 |
"WordPress."
|
230 |
|
231 |
+
#: ../includes/class-user-role-editor.php:890
|
232 |
msgid ""
|
233 |
"If any plugins have changed capabilities in any way upon installation (such "
|
234 |
"as S2Member, WooCommerce, and many more), those capabilities will be DELETED!"
|
236 |
"Если плагины изменяли пользовательские права после установки WordPress "
|
237 |
"(S2Member, WooCommerce и др.), права, созданные плагинами будут УДАЛЕНЫ!"
|
238 |
|
239 |
+
#: ../includes/class-user-role-editor.php:891
|
240 |
msgid ""
|
241 |
"For more information on how to undo changes and restore plugin capabilities "
|
242 |
"go to"
|
244 |
"Подробнее о том, как откатить сделанные изменения и восстановить разрешения "
|
245 |
"для плагинов, можно узнать здесь"
|
246 |
|
247 |
+
#: ../includes/class-user-role-editor.php:893
|
248 |
msgid "Continue?"
|
249 |
msgstr "Продолжить?"
|
250 |
|
251 |
+
#: ../includes/class-user-role-editor.php:894
|
252 |
msgid "Default Role"
|
253 |
msgstr "Роль по-умолчанию"
|
254 |
|
255 |
+
#: ../includes/class-user-role-editor.php:895
|
256 |
msgid "Set New Default Role"
|
257 |
msgstr "Установить"
|
258 |
|
259 |
+
#: ../includes/class-user-role-editor.php:897
|
260 |
msgid ""
|
261 |
"Warning! Be careful - removing critical capability could crash some plugin "
|
262 |
"or other custom code"
|
264 |
"Внимание! Будьте осторожны - удаление критичной возможности может привести к "
|
265 |
"прекращеню работы одного из плагинов или другого кода."
|
266 |
|
267 |
+
#: ../includes/class-user-role-editor.php:898
|
268 |
msgid " Capability name (ID) can not be empty!"
|
269 |
msgstr "Идентификатор возможности (ID) не может быть пустым!"
|
270 |
|
271 |
+
#: ../includes/class-user-role-editor.php:899
|
272 |
msgid ""
|
273 |
" Capability name (ID) must contain latin characters, digits, hyphens or "
|
274 |
"underscore only!"
|
276 |
"Ошибка: Наименование возможности должно содержать только латинские буквы и "
|
277 |
"цифры, знаки подчеркивания"
|
278 |
|
279 |
+
#: ../includes/class-user-role-editor.php:933
|
280 |
+
#: ../includes/class-user-role-editor.php:962
|
281 |
msgid "Other Roles"
|
282 |
msgstr "Другие роли"
|
283 |
|
284 |
+
#: ../includes/class-user-role-editor.php:944
|
285 |
msgid "Edit"
|
286 |
msgstr "Изменить"
|
287 |
|
313 |
msgid "Custom capabilities:"
|
314 |
msgstr "Дополнительные возможности :"
|
315 |
|
316 |
+
#: ../includes/class-ure-lib.php:140
|
317 |
msgid "Error: wrong request"
|
318 |
msgstr "Ошибка: неверный запрос"
|
319 |
|
320 |
+
#: ../includes/class-ure-lib.php:173 ../includes/class-ure-lib.php:184
|
321 |
msgid "Role name (ID): "
|
322 |
msgstr "Идентификатор роли (ID):"
|
323 |
|
324 |
+
#: ../includes/class-ure-lib.php:175 ../includes/class-ure-lib.php:186
|
325 |
msgid "Display Role Name: "
|
326 |
msgstr "Наименование роли:"
|
327 |
|
328 |
+
#: ../includes/class-ure-lib.php:177
|
329 |
msgid "Make copy of: "
|
330 |
msgstr "Создать копию из:"
|
331 |
|
332 |
+
#: ../includes/class-ure-lib.php:193
|
333 |
msgid "Select Role:"
|
334 |
msgstr "Выбери Роль:"
|
335 |
|
336 |
+
#: ../includes/class-ure-lib.php:208
|
337 |
msgid "Delete:"
|
338 |
msgstr "Удалить"
|
339 |
|
340 |
+
#: ../includes/class-ure-lib.php:215
|
341 |
msgid "Capability name (ID): "
|
342 |
msgstr "Идентификатор (ID):"
|
343 |
|
344 |
+
#: ../includes/class-ure-lib.php:329
|
345 |
msgid "Error: "
|
346 |
msgstr "Ошибка:"
|
347 |
|
348 |
+
#: ../includes/class-ure-lib.php:329
|
349 |
msgid "Role"
|
350 |
msgstr "Роль"
|
351 |
|
352 |
+
#: ../includes/class-ure-lib.php:330
|
353 |
msgid "does not exist"
|
354 |
msgstr "не существует"
|
355 |
|
356 |
+
#: ../includes/class-ure-lib.php:373
|
357 |
msgid "Role is updated successfully"
|
358 |
msgstr "Роль изменена успешно"
|
359 |
|
360 |
+
#: ../includes/class-ure-lib.php:375
|
361 |
msgid "Roles are updated for all network"
|
362 |
msgstr "Роли изменены для всей сети"
|
363 |
|
364 |
+
#: ../includes/class-ure-lib.php:381
|
365 |
msgid "Error occured during role(s) update"
|
366 |
msgstr "При изменении роли произошла ошибка"
|
367 |
|
368 |
+
#: ../includes/class-ure-lib.php:388
|
369 |
msgid "User capabilities are updated successfully"
|
370 |
msgstr "Права пользователя изменены успешно"
|
371 |
|
372 |
+
#: ../includes/class-ure-lib.php:393
|
373 |
msgid "Error occured during user update"
|
374 |
msgstr "При изменении прав пользователя произошла ошибка "
|
375 |
|
376 |
+
#: ../includes/class-ure-lib.php:451
|
377 |
msgid "User Roles are restored to WordPress default values. "
|
378 |
msgstr "Роли возвращены к начальному состоянию"
|
379 |
|
380 |
+
#: ../includes/class-ure-lib.php:1317
|
381 |
msgid "Help"
|
382 |
msgstr "Помощь"
|
383 |
|
384 |
+
#: ../includes/class-ure-lib.php:1675
|
385 |
msgid "Error is occur. Please check the log file."
|
386 |
msgstr "Произошла ошибка. Проверьте лог-файл."
|
387 |
|
388 |
+
#: ../includes/class-ure-lib.php:1718 ../includes/class-ure-lib.php:1785
|
389 |
msgid ""
|
390 |
"Error: Role ID must contain latin characters, digits, hyphens or underscore "
|
391 |
"only!"
|
393 |
"Ошибка: идентификатор роли (ID) должен содержать только латинские буквы, "
|
394 |
"цифры, знак подчеркивания и дефис."
|
395 |
|
396 |
+
#: ../includes/class-ure-lib.php:1722 ../includes/class-ure-lib.php:1789
|
397 |
msgid ""
|
398 |
"Error: WordPress does not support numeric Role name (ID). Add latin "
|
399 |
"characters to it."
|
401 |
"Ошибка: WordPress не поддерживает цифровые идентификаторы ролей. Начните имя "
|
402 |
"роли с латинских символов."
|
403 |
|
404 |
+
#: ../includes/class-ure-lib.php:1737
|
405 |
#, php-format
|
406 |
msgid "Role %s exists already"
|
407 |
msgstr "Роль %s уже существует"
|
408 |
|
409 |
+
#: ../includes/class-ure-lib.php:1752
|
410 |
msgid "Error is encountered during new role create operation"
|
411 |
msgstr "Произошла ошибка при создании новой роли"
|
412 |
|
413 |
+
#: ../includes/class-ure-lib.php:1754
|
414 |
#, php-format
|
415 |
msgid "Role %s is created successfully"
|
416 |
msgstr "Роль %s создана успешно"
|
417 |
|
418 |
+
#: ../includes/class-ure-lib.php:1778
|
419 |
+
msgid "Error: Role ID is empty!"
|
420 |
+
msgstr "Ошибка: пустой идентификатор (ID) роли!"
|
421 |
+
|
422 |
+
#: ../includes/class-ure-lib.php:1796
|
423 |
+
msgid "Error: Empty role display name is not allowed."
|
424 |
+
msgstr "Ошибка: пустое наименование роли не допускается"
|
425 |
+
|
426 |
+
#: ../includes/class-ure-lib.php:1803
|
427 |
+
#, php-format
|
428 |
+
msgid "Role %s does not exists"
|
429 |
+
msgstr "Роль %s не существует"
|
430 |
+
|
431 |
+
#: ../includes/class-ure-lib.php:1811
|
432 |
+
#, php-format
|
433 |
+
msgid "Role %s is renamed to %s successfully"
|
434 |
+
msgstr "Роль %s успешно переименована в %s"
|
435 |
+
|
436 |
+
#: ../includes/class-ure-lib.php:1878
|
437 |
msgid "Error encountered during role delete operation"
|
438 |
msgstr "Произошла ошибка при удалении роли"
|
439 |
|
440 |
+
#: ../includes/class-ure-lib.php:1880
|
441 |
msgid "Unused roles are deleted successfully"
|
442 |
msgstr "Неиспользуемые роли удалены успешно"
|
443 |
|
444 |
+
#: ../includes/class-ure-lib.php:1882
|
445 |
#, php-format
|
446 |
msgid "Role %s is deleted successfully"
|
447 |
msgstr "Роль %s удалена успешно"
|
448 |
|
449 |
+
#: ../includes/class-ure-lib.php:1907
|
450 |
msgid "Error encountered during default role change operation"
|
451 |
msgstr "Произошла ошибка при изменении роли по-умолчанию"
|
452 |
|
453 |
+
#: ../includes/class-ure-lib.php:1913
|
454 |
#, php-format
|
455 |
msgid "Default role for new users is set to %s successfully"
|
456 |
msgstr "Роль по-умолчанию для новых пользователй изменена на %s успешно."
|
457 |
|
458 |
+
#: ../includes/class-ure-lib.php:1932
|
459 |
msgid "Editor"
|
460 |
msgstr "Редактор"
|
461 |
|
462 |
+
#: ../includes/class-ure-lib.php:1933
|
463 |
msgid "Author"
|
464 |
msgstr "Автор"
|
465 |
|
466 |
+
#: ../includes/class-ure-lib.php:1934
|
467 |
msgid "Contributor"
|
468 |
msgstr "Участник"
|
469 |
|
470 |
+
#: ../includes/class-ure-lib.php:1935
|
471 |
msgid "Subscriber"
|
472 |
msgstr "Подписчик"
|
473 |
|
474 |
+
#: ../includes/class-ure-lib.php:1937
|
475 |
msgid "Switch themes"
|
476 |
msgstr "Менять темы"
|
477 |
|
478 |
+
#: ../includes/class-ure-lib.php:1938
|
479 |
msgid "Edit themes"
|
480 |
msgstr "Изменять темы"
|
481 |
|
482 |
+
#: ../includes/class-ure-lib.php:1939
|
483 |
msgid "Activate plugins"
|
484 |
msgstr "Активировать плагины"
|
485 |
|
486 |
+
#: ../includes/class-ure-lib.php:1940
|
487 |
msgid "Edit plugins"
|
488 |
msgstr "Редактировать плагины"
|
489 |
|
490 |
+
#: ../includes/class-ure-lib.php:1941
|
491 |
msgid "Edit users"
|
492 |
msgstr "Изменять пользователей"
|
493 |
|
494 |
+
#: ../includes/class-ure-lib.php:1942
|
495 |
msgid "Edit files"
|
496 |
msgstr "Изменять файлы"
|
497 |
|
498 |
+
#: ../includes/class-ure-lib.php:1943
|
499 |
msgid "Manage options"
|
500 |
msgstr "Управлять установками"
|
501 |
|
502 |
+
#: ../includes/class-ure-lib.php:1944
|
503 |
msgid "Moderate comments"
|
504 |
msgstr "Модерировать комментарии"
|
505 |
|
506 |
+
#: ../includes/class-ure-lib.php:1945
|
507 |
msgid "Manage categories"
|
508 |
msgstr "Управлять категориями"
|
509 |
|
510 |
+
#: ../includes/class-ure-lib.php:1946
|
511 |
msgid "Manage links"
|
512 |
msgstr "Управлять ссылками"
|
513 |
|
514 |
+
#: ../includes/class-ure-lib.php:1947
|
515 |
msgid "Upload files"
|
516 |
msgstr "Загружать файлы"
|
517 |
|
518 |
+
#: ../includes/class-ure-lib.php:1948
|
519 |
msgid "Import"
|
520 |
msgstr "Импорт"
|
521 |
|
522 |
+
#: ../includes/class-ure-lib.php:1949
|
523 |
msgid "Unfiltered html"
|
524 |
msgstr "html без фильтра"
|
525 |
|
526 |
+
#: ../includes/class-ure-lib.php:1950
|
527 |
msgid "Edit posts"
|
528 |
msgstr "Изменять статьи"
|
529 |
|
530 |
+
#: ../includes/class-ure-lib.php:1951
|
531 |
msgid "Edit others posts"
|
532 |
msgstr "Изменять чужие статьи"
|
533 |
|
534 |
+
#: ../includes/class-ure-lib.php:1952
|
535 |
msgid "Edit published posts"
|
536 |
msgstr "Редактировать опубликованные статьи"
|
537 |
|
538 |
+
#: ../includes/class-ure-lib.php:1953
|
539 |
msgid "Publish posts"
|
540 |
msgstr "Публиковать статьи"
|
541 |
|
542 |
+
#: ../includes/class-ure-lib.php:1954
|
543 |
msgid "Edit pages"
|
544 |
msgstr "Изменять страницы"
|
545 |
|
546 |
+
#: ../includes/class-ure-lib.php:1955
|
547 |
msgid "Read"
|
548 |
msgstr "Чтение"
|
549 |
|
550 |
+
#: ../includes/class-ure-lib.php:1956
|
551 |
msgid "Level 10"
|
552 |
msgstr "Уровень 10"
|
553 |
|
554 |
+
#: ../includes/class-ure-lib.php:1957
|
555 |
msgid "Level 9"
|
556 |
msgstr "Уровень 9"
|
557 |
|
558 |
+
#: ../includes/class-ure-lib.php:1958
|
559 |
msgid "Level 8"
|
560 |
msgstr "Уровень 9"
|
561 |
|
562 |
+
#: ../includes/class-ure-lib.php:1959
|
563 |
msgid "Level 7"
|
564 |
msgstr "Уровень 7"
|
565 |
|
566 |
+
#: ../includes/class-ure-lib.php:1960
|
567 |
msgid "Level 6"
|
568 |
msgstr "Уровень 6"
|
569 |
|
570 |
+
#: ../includes/class-ure-lib.php:1961
|
571 |
msgid "Level 5"
|
572 |
msgstr "Уровень 5"
|
573 |
|
574 |
+
#: ../includes/class-ure-lib.php:1962
|
575 |
msgid "Level 4"
|
576 |
msgstr "Уровень 4"
|
577 |
|
578 |
+
#: ../includes/class-ure-lib.php:1963
|
579 |
msgid "Level 3"
|
580 |
msgstr "Уровень 3"
|
581 |
|
582 |
+
#: ../includes/class-ure-lib.php:1964
|
583 |
msgid "Level 2"
|
584 |
msgstr "Уровень 2"
|
585 |
|
586 |
+
#: ../includes/class-ure-lib.php:1965
|
587 |
msgid "Level 1"
|
588 |
msgstr "Уровень 1"
|
589 |
|
590 |
+
#: ../includes/class-ure-lib.php:1966
|
591 |
msgid "Level 0"
|
592 |
msgstr "Уровень 0"
|
593 |
|
594 |
+
#: ../includes/class-ure-lib.php:1967
|
595 |
msgid "Edit others pages"
|
596 |
msgstr "Редактировать чужие страницы"
|
597 |
|
598 |
+
#: ../includes/class-ure-lib.php:1968
|
599 |
msgid "Edit published pages"
|
600 |
msgstr "Редактировать опубликованные страницы"
|
601 |
|
602 |
+
#: ../includes/class-ure-lib.php:1969
|
603 |
msgid "Publish pages"
|
604 |
msgstr "Публиковать страницы"
|
605 |
|
606 |
+
#: ../includes/class-ure-lib.php:1970
|
607 |
msgid "Delete pages"
|
608 |
msgstr "Удалять страницы"
|
609 |
|
610 |
+
#: ../includes/class-ure-lib.php:1971
|
611 |
msgid "Delete others pages"
|
612 |
msgstr "Удалить чужие страницы"
|
613 |
|
614 |
+
#: ../includes/class-ure-lib.php:1972
|
615 |
msgid "Delete published pages"
|
616 |
msgstr "Удалять опубликованные страницы"
|
617 |
|
618 |
+
#: ../includes/class-ure-lib.php:1973
|
619 |
msgid "Delete posts"
|
620 |
msgstr "Удалять статьи"
|
621 |
|
622 |
+
#: ../includes/class-ure-lib.php:1974
|
623 |
msgid "Delete others posts"
|
624 |
msgstr "Удалять чужие статьи"
|
625 |
|
626 |
+
#: ../includes/class-ure-lib.php:1975
|
627 |
msgid "Delete published posts"
|
628 |
msgstr "Удалять опубликованные статьи"
|
629 |
|
630 |
+
#: ../includes/class-ure-lib.php:1976
|
631 |
msgid "Delete private posts"
|
632 |
msgstr "Удалять частные статьи"
|
633 |
|
634 |
+
#: ../includes/class-ure-lib.php:1977
|
635 |
msgid "Edit private posts"
|
636 |
msgstr "Редактировать частные статьи"
|
637 |
|
638 |
+
#: ../includes/class-ure-lib.php:1978
|
639 |
msgid "Read private posts"
|
640 |
msgstr "Читать частные статьи"
|
641 |
|
642 |
+
#: ../includes/class-ure-lib.php:1979
|
643 |
msgid "Delete private pages"
|
644 |
msgstr "Удалять частные страницы"
|
645 |
|
646 |
+
#: ../includes/class-ure-lib.php:1980
|
647 |
msgid "Edit private pages"
|
648 |
msgstr "Редактировать частные страницы"
|
649 |
|
650 |
+
#: ../includes/class-ure-lib.php:1981
|
651 |
msgid "Read private pages"
|
652 |
msgstr "Читать частные страницы"
|
653 |
|
654 |
+
#: ../includes/class-ure-lib.php:1982
|
655 |
msgid "Delete users"
|
656 |
msgstr "Удалять пользователей"
|
657 |
|
658 |
+
#: ../includes/class-ure-lib.php:1983
|
659 |
msgid "Create users"
|
660 |
msgstr "Создавать пользователей"
|
661 |
|
662 |
+
#: ../includes/class-ure-lib.php:1984
|
663 |
msgid "Unfiltered upload"
|
664 |
msgstr "Загрузка без фильтра"
|
665 |
|
666 |
+
#: ../includes/class-ure-lib.php:1985
|
667 |
msgid "Edit dashboard"
|
668 |
msgstr "Изменять панель администратора"
|
669 |
|
670 |
+
#: ../includes/class-ure-lib.php:1986
|
671 |
msgid "Update plugins"
|
672 |
msgstr "Обновлять плагины"
|
673 |
|
674 |
+
#: ../includes/class-ure-lib.php:1987
|
675 |
msgid "Delete plugins"
|
676 |
msgstr "Удалять плагины"
|
677 |
|
678 |
+
#: ../includes/class-ure-lib.php:1988
|
679 |
msgid "Install plugins"
|
680 |
msgstr "Устанавливать плагины"
|
681 |
|
682 |
+
#: ../includes/class-ure-lib.php:1989
|
683 |
msgid "Update themes"
|
684 |
msgstr "Обновлять темы"
|
685 |
|
686 |
+
#: ../includes/class-ure-lib.php:1990
|
687 |
msgid "Install themes"
|
688 |
msgstr "Устанавливать темы"
|
689 |
|
690 |
+
#: ../includes/class-ure-lib.php:1991
|
691 |
msgid "Update core"
|
692 |
msgstr "Обновлять ядро"
|
693 |
|
694 |
+
#: ../includes/class-ure-lib.php:1992
|
695 |
msgid "List users"
|
696 |
msgstr "Список пользователей"
|
697 |
|
698 |
+
#: ../includes/class-ure-lib.php:1993
|
699 |
msgid "Remove users"
|
700 |
msgstr "Удалять пользователей"
|
701 |
|
702 |
+
#: ../includes/class-ure-lib.php:1994
|
703 |
msgid "Add users"
|
704 |
msgstr "Добавлять пользователей"
|
705 |
|
706 |
+
#: ../includes/class-ure-lib.php:1995
|
707 |
msgid "Promote users"
|
708 |
msgstr "Продвигать пользователей"
|
709 |
|
710 |
+
#: ../includes/class-ure-lib.php:1996
|
711 |
msgid "Edit theme options"
|
712 |
msgstr "Изменять настройки темы"
|
713 |
|
714 |
+
#: ../includes/class-ure-lib.php:1997
|
715 |
msgid "Delete themes"
|
716 |
msgstr "Удалять темы"
|
717 |
|
718 |
+
#: ../includes/class-ure-lib.php:1998
|
719 |
msgid "Export"
|
720 |
msgstr "Экспорт"
|
721 |
|
722 |
+
#: ../includes/class-ure-lib.php:2108
|
723 |
msgid "Error: Capability name must contain latin characters and digits only!"
|
724 |
msgstr "Ошибка: Имя должно содержать только латинские буквы и цифры"
|
725 |
|
726 |
+
#: ../includes/class-ure-lib.php:2121
|
727 |
#, php-format
|
728 |
msgid "Capability %s is added successfully"
|
729 |
msgstr "Возможность %s добавлена успешно"
|
730 |
|
731 |
+
#: ../includes/class-ure-lib.php:2123
|
732 |
#, php-format
|
733 |
msgid "Capability %s exists already"
|
734 |
msgstr "Возможность %s уже существует"
|
735 |
|
736 |
+
#: ../includes/class-ure-lib.php:2148
|
737 |
#, php-format
|
738 |
msgid "Error! You do not have permission to delete this capability: %s!"
|
739 |
msgstr "Ошибка! Вам запрещено удалять эту возможность: %s!"
|
740 |
|
741 |
+
#: ../includes/class-ure-lib.php:2167
|
742 |
#, php-format
|
743 |
msgid "Capability %s is removed successfully"
|
744 |
msgstr "Возможность %s удалена успешно"
|
745 |
|
746 |
+
#: ../includes/class-ure-lib.php:2271
|
747 |
msgid "Version:"
|
748 |
msgstr "Версия:"
|
749 |
|
750 |
+
#: ../includes/class-ure-lib.php:2272
|
751 |
msgid "Author's website"
|
752 |
msgstr "Вебсайт автора"
|
753 |
|
754 |
+
#: ../includes/class-ure-lib.php:2273
|
755 |
msgid "Plugin webpage"
|
756 |
msgstr "Страница плагина"
|
757 |
|
758 |
+
#: ../includes/class-ure-lib.php:2274
|
759 |
msgid "Plugin download"
|
760 |
msgstr "Загрузить плагин"
|
761 |
|
762 |
+
#: ../includes/class-ure-lib.php:2276
|
763 |
msgid "FAQ"
|
764 |
msgstr "Часто задаваемые вопросы"
|
765 |
|
766 |
+
#: ../includes/class-ure-lib.php:2324
|
767 |
msgid "None"
|
768 |
msgstr "Нет"
|
769 |
|
770 |
+
#: ../includes/class-ure-lib.php:2351
|
771 |
msgid "Delete All Unused Roles"
|
772 |
msgstr "Удалить все неиспользуемые роли"
|
773 |
|
774 |
+
#: ../includes/class-ure-lib.php:2375
|
775 |
msgid "— No role for this site —"
|
776 |
msgstr "— Нет роли для этого сайта —"
|
777 |
|
lang/ure-tr_TR.mo
CHANGED
Binary file
|
lang/ure-tr_TR.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: user-role-editor\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Vladimir Garagulya <vladimir@shinephp.com>\n"
|
8 |
"Language-Team: \n"
|
@@ -89,98 +89,104 @@ msgstr ""
|
|
89 |
msgid "Allow non super administrators to create, edit, and delete users"
|
90 |
msgstr ""
|
91 |
|
92 |
-
#: ../includes/class-user-role-editor.php:
|
93 |
#, fuzzy
|
94 |
msgid "Change role for users without role"
|
95 |
msgstr "Varsayılan Rolü Değiştir"
|
96 |
|
97 |
-
#: ../includes/class-user-role-editor.php:
|
98 |
msgid "No rights"
|
99 |
msgstr ""
|
100 |
|
101 |
-
#: ../includes/class-user-role-editor.php:
|
102 |
msgid "Provide new role"
|
103 |
msgstr ""
|
104 |
|
105 |
-
#: ../includes/class-user-role-editor.php:
|
106 |
-
#: ../includes/class-user-role-editor.php:
|
107 |
msgid "You do not have permission to edit this user."
|
108 |
msgstr ""
|
109 |
|
110 |
-
#: ../includes/class-user-role-editor.php:
|
111 |
msgid "Capabilities"
|
112 |
msgstr "Kabiliyetler"
|
113 |
|
114 |
-
#: ../includes/class-user-role-editor.php:
|
115 |
msgid "Settings"
|
116 |
msgstr "Ayarlar"
|
117 |
|
118 |
-
#: ../includes/class-user-role-editor.php:
|
119 |
-
#: ../includes/class-ure-lib.php:
|
120 |
msgid "Changelog"
|
121 |
msgstr "Changelog"
|
122 |
|
123 |
-
#: ../includes/class-user-role-editor.php:
|
124 |
msgid "Overview"
|
125 |
msgstr ""
|
126 |
|
127 |
-
#: ../includes/class-user-role-editor.php:
|
128 |
-
#: ../includes/class-user-role-editor.php:
|
129 |
-
#: ../includes/class-user-role-editor.php:
|
130 |
-
#: ../includes/class-ure-lib.php:
|
131 |
msgid "User Role Editor"
|
132 |
msgstr "Kullanıcı Rol Editörü"
|
133 |
|
134 |
-
#: ../includes/class-user-role-editor.php:
|
135 |
-
#: ../includes/class-user-role-editor.php:
|
136 |
-
#: ../includes/class-user-role-editor.php:
|
137 |
msgid "User Role Editor options are updated"
|
138 |
msgstr ""
|
139 |
|
140 |
-
#: ../includes/class-user-role-editor.php:
|
141 |
#, fuzzy
|
142 |
msgid "Default Roles are updated"
|
143 |
msgstr "Yeni Kullanıcılar için Varsayılan Rol"
|
144 |
|
145 |
-
#: ../includes/class-user-role-editor.php:
|
146 |
msgid ""
|
147 |
"You do not have sufficient permissions to manage options for User Role "
|
148 |
"Editor."
|
149 |
msgstr ""
|
150 |
|
151 |
-
#: ../includes/class-user-role-editor.php:
|
152 |
msgid "Insufficient permissions to work with User Role Editor"
|
153 |
msgstr ""
|
154 |
|
155 |
-
#: ../includes/class-user-role-editor.php:
|
156 |
msgid "Select All"
|
157 |
msgstr "Tümünü Seç"
|
158 |
|
159 |
-
#: ../includes/class-user-role-editor.php:
|
160 |
msgid "Unselect All"
|
161 |
msgstr "Seçimi Kaldır"
|
162 |
|
163 |
-
#: ../includes/class-user-role-editor.php:
|
164 |
msgid "Reverse"
|
165 |
msgstr "Seçimi Tersine Çevir"
|
166 |
|
167 |
-
#: ../includes/class-user-role-editor.php:
|
168 |
msgid "Update"
|
169 |
msgstr "Güncelle"
|
170 |
|
171 |
-
#: ../includes/class-user-role-editor.php:
|
172 |
msgid "Please confirm permissions update"
|
173 |
msgstr "İzinleri güncelleştirmek için lütfen onaylayın"
|
174 |
|
175 |
-
#: ../includes/class-user-role-editor.php:
|
176 |
msgid "Add New Role"
|
177 |
msgstr "Yeni Rol Ekle"
|
178 |
|
179 |
-
#: ../includes/class-user-role-editor.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
180 |
msgid " Role name (ID) can not be empty!"
|
181 |
msgstr "Ad (ID) boş bırakılamaz!"
|
182 |
|
183 |
-
#: ../includes/class-user-role-editor.php:
|
184 |
msgid ""
|
185 |
" Role name (ID) must contain latin characters, digits, hyphens or underscore "
|
186 |
"only!"
|
@@ -188,66 +194,66 @@ msgstr ""
|
|
188 |
"Rol adı (ID) yalnızca latin karakterleri, sayılar, tire veya altçizgiden "
|
189 |
"oluşabilir."
|
190 |
|
191 |
-
#: ../includes/class-user-role-editor.php:
|
192 |
msgid ""
|
193 |
" WordPress does not support numeric Role name (ID). Add latin characters to "
|
194 |
"it."
|
195 |
msgstr ""
|
196 |
|
197 |
-
#: ../includes/class-user-role-editor.php:
|
198 |
msgid "Add Role"
|
199 |
msgstr "Rol Ekle"
|
200 |
|
201 |
-
#: ../includes/class-user-role-editor.php:
|
202 |
msgid "Delete Role"
|
203 |
msgstr "Rolü Sil"
|
204 |
|
205 |
-
#: ../includes/class-user-role-editor.php:
|
206 |
msgid "Cancel"
|
207 |
msgstr "İptal"
|
208 |
|
209 |
-
#: ../includes/class-user-role-editor.php:
|
210 |
msgid "Add Capability"
|
211 |
msgstr "Kabiliyet Ekle"
|
212 |
|
213 |
-
#: ../includes/class-user-role-editor.php:
|
214 |
-
#: ../includes/class-user-role-editor.php:
|
215 |
msgid "Delete Capability"
|
216 |
msgstr "Kabiliyeti kaldır"
|
217 |
|
218 |
-
#: ../includes/class-user-role-editor.php:
|
219 |
msgid "Reset"
|
220 |
msgstr "Geri al"
|
221 |
|
222 |
-
#: ../includes/class-user-role-editor.php:
|
223 |
msgid "DANGER! Resetting will restore default settings from WordPress Core."
|
224 |
msgstr ""
|
225 |
|
226 |
-
#: ../includes/class-user-role-editor.php:
|
227 |
msgid ""
|
228 |
"If any plugins have changed capabilities in any way upon installation (such "
|
229 |
"as S2Member, WooCommerce, and many more), those capabilities will be DELETED!"
|
230 |
msgstr ""
|
231 |
|
232 |
-
#: ../includes/class-user-role-editor.php:
|
233 |
msgid ""
|
234 |
"For more information on how to undo changes and restore plugin capabilities "
|
235 |
"go to"
|
236 |
msgstr ""
|
237 |
|
238 |
-
#: ../includes/class-user-role-editor.php:
|
239 |
msgid "Continue?"
|
240 |
msgstr ""
|
241 |
|
242 |
-
#: ../includes/class-user-role-editor.php:
|
243 |
msgid "Default Role"
|
244 |
msgstr "Öntanımlı Rol"
|
245 |
|
246 |
-
#: ../includes/class-user-role-editor.php:
|
247 |
msgid "Set New Default Role"
|
248 |
msgstr "Yeni Öntanımlı Rol Seç"
|
249 |
|
250 |
-
#: ../includes/class-user-role-editor.php:
|
251 |
msgid ""
|
252 |
"Warning! Be careful - removing critical capability could crash some plugin "
|
253 |
"or other custom code"
|
@@ -255,11 +261,11 @@ msgstr ""
|
|
255 |
"Uyarı! Dikkatli olun - önemli kabiliyetleri kaldırmak bazı eklentileri veya "
|
256 |
"başka özel kodların bozulmasına sebep olabilir"
|
257 |
|
258 |
-
#: ../includes/class-user-role-editor.php:
|
259 |
msgid " Capability name (ID) can not be empty!"
|
260 |
msgstr "Ad (ID) boş bırakılamaz!"
|
261 |
|
262 |
-
#: ../includes/class-user-role-editor.php:
|
263 |
msgid ""
|
264 |
" Capability name (ID) must contain latin characters, digits, hyphens or "
|
265 |
"underscore only!"
|
@@ -267,12 +273,12 @@ msgstr ""
|
|
267 |
"Kabiliyet adı (ID) yalnızca latin karakterleri, sayılar, tire veya "
|
268 |
"altçizgiden oluşabilir."
|
269 |
|
270 |
-
#: ../includes/class-user-role-editor.php:
|
271 |
-
#: ../includes/class-user-role-editor.php:
|
272 |
msgid "Other Roles"
|
273 |
msgstr "Diğer Roller"
|
274 |
|
275 |
-
#: ../includes/class-user-role-editor.php:
|
276 |
msgid "Edit"
|
277 |
msgstr "Düzenle"
|
278 |
|
@@ -305,79 +311,79 @@ msgstr ""
|
|
305 |
msgid "Custom capabilities:"
|
306 |
msgstr "Özel Kabiliyetler:"
|
307 |
|
308 |
-
#: ../includes/class-ure-lib.php:
|
309 |
msgid "Error: wrong request"
|
310 |
msgstr ""
|
311 |
|
312 |
-
#: ../includes/class-ure-lib.php:
|
313 |
msgid "Role name (ID): "
|
314 |
msgstr "Rol adı (ID):"
|
315 |
|
316 |
-
#: ../includes/class-ure-lib.php:
|
317 |
msgid "Display Role Name: "
|
318 |
msgstr "Görünecek Rol Adı:"
|
319 |
|
320 |
-
#: ../includes/class-ure-lib.php:
|
321 |
msgid "Make copy of: "
|
322 |
msgstr "Bundan kopyala:"
|
323 |
|
324 |
-
#: ../includes/class-ure-lib.php:
|
325 |
msgid "Select Role:"
|
326 |
msgstr "Rolü Seçin:"
|
327 |
|
328 |
-
#: ../includes/class-ure-lib.php:
|
329 |
msgid "Delete:"
|
330 |
msgstr "Sil:"
|
331 |
|
332 |
-
#: ../includes/class-ure-lib.php:
|
333 |
msgid "Capability name (ID): "
|
334 |
msgstr "Yetenek adı (ID): "
|
335 |
|
336 |
-
#: ../includes/class-ure-lib.php:
|
337 |
msgid "Error: "
|
338 |
msgstr "Hata:"
|
339 |
|
340 |
-
#: ../includes/class-ure-lib.php:
|
341 |
msgid "Role"
|
342 |
msgstr "Rol:"
|
343 |
|
344 |
-
#: ../includes/class-ure-lib.php:
|
345 |
msgid "does not exist"
|
346 |
msgstr "bulunmuyor"
|
347 |
|
348 |
-
#: ../includes/class-ure-lib.php:
|
349 |
msgid "Role is updated successfully"
|
350 |
msgstr ""
|
351 |
|
352 |
-
#: ../includes/class-ure-lib.php:
|
353 |
msgid "Roles are updated for all network"
|
354 |
msgstr ""
|
355 |
|
356 |
-
#: ../includes/class-ure-lib.php:
|
357 |
msgid "Error occured during role(s) update"
|
358 |
msgstr ""
|
359 |
|
360 |
-
#: ../includes/class-ure-lib.php:
|
361 |
msgid "User capabilities are updated successfully"
|
362 |
msgstr ""
|
363 |
|
364 |
-
#: ../includes/class-ure-lib.php:
|
365 |
msgid "Error occured during user update"
|
366 |
msgstr ""
|
367 |
|
368 |
-
#: ../includes/class-ure-lib.php:
|
369 |
msgid "User Roles are restored to WordPress default values. "
|
370 |
msgstr "Rol yetkileri WordPress öntanımlılarına geri yüklendi."
|
371 |
|
372 |
-
#: ../includes/class-ure-lib.php:
|
373 |
msgid "Help"
|
374 |
msgstr "Yardım"
|
375 |
|
376 |
-
#: ../includes/class-ure-lib.php:
|
377 |
msgid "Error is occur. Please check the log file."
|
378 |
msgstr "Bir hata oluştu. Lütfen günlük dosyasını kontrol edin."
|
379 |
|
380 |
-
#: ../includes/class-ure-lib.php:
|
381 |
msgid ""
|
382 |
"Error: Role ID must contain latin characters, digits, hyphens or underscore "
|
383 |
"only!"
|
@@ -385,367 +391,385 @@ msgstr ""
|
|
385 |
"Hata: Rol ID yalnızca latin karakterleri, sayılar, tire veya altçizgiden "
|
386 |
"oluşabilir."
|
387 |
|
388 |
-
#: ../includes/class-ure-lib.php:
|
389 |
msgid ""
|
390 |
"Error: WordPress does not support numeric Role name (ID). Add latin "
|
391 |
"characters to it."
|
392 |
msgstr ""
|
393 |
|
394 |
-
#: ../includes/class-ure-lib.php:
|
395 |
#, php-format
|
396 |
msgid "Role %s exists already"
|
397 |
msgstr "%s rolü zaten mevcut"
|
398 |
|
399 |
-
#: ../includes/class-ure-lib.php:
|
400 |
msgid "Error is encountered during new role create operation"
|
401 |
msgstr "Yeni rol oluşturma işlemi sırasında hata"
|
402 |
|
403 |
-
#: ../includes/class-ure-lib.php:
|
404 |
#, php-format
|
405 |
msgid "Role %s is created successfully"
|
406 |
msgstr "%s rolü başarıyla oluşturuldu"
|
407 |
|
408 |
-
#: ../includes/class-ure-lib.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
409 |
msgid "Error encountered during role delete operation"
|
410 |
msgstr "Rol silme işlemi sırasında hata"
|
411 |
|
412 |
-
#: ../includes/class-ure-lib.php:
|
413 |
msgid "Unused roles are deleted successfully"
|
414 |
msgstr ""
|
415 |
|
416 |
-
#: ../includes/class-ure-lib.php:
|
417 |
#, php-format
|
418 |
msgid "Role %s is deleted successfully"
|
419 |
msgstr "%s rolü başarıyla silindi"
|
420 |
|
421 |
-
#: ../includes/class-ure-lib.php:
|
422 |
msgid "Error encountered during default role change operation"
|
423 |
msgstr "Varsayılan rolü değiştirme işlemi sırasında hata"
|
424 |
|
425 |
-
#: ../includes/class-ure-lib.php:
|
426 |
#, php-format
|
427 |
msgid "Default role for new users is set to %s successfully"
|
428 |
msgstr "Yeni kullanıcılar için varsayılan rol %s olarak başarıyla değiştirildi"
|
429 |
|
430 |
-
#: ../includes/class-ure-lib.php:
|
431 |
msgid "Editor"
|
432 |
msgstr "Editör"
|
433 |
|
434 |
-
#: ../includes/class-ure-lib.php:
|
435 |
msgid "Author"
|
436 |
msgstr "Yazar"
|
437 |
|
438 |
-
#: ../includes/class-ure-lib.php:
|
439 |
msgid "Contributor"
|
440 |
msgstr "İçerik Sağlayıcı"
|
441 |
|
442 |
-
#: ../includes/class-ure-lib.php:
|
443 |
msgid "Subscriber"
|
444 |
msgstr "Üye"
|
445 |
|
446 |
-
#: ../includes/class-ure-lib.php:
|
447 |
msgid "Switch themes"
|
448 |
msgstr "Temaları değiştir"
|
449 |
|
450 |
-
#: ../includes/class-ure-lib.php:
|
451 |
msgid "Edit themes"
|
452 |
msgstr "Temaları düzenle"
|
453 |
|
454 |
-
#: ../includes/class-ure-lib.php:
|
455 |
msgid "Activate plugins"
|
456 |
msgstr "Eklentileri aktive et"
|
457 |
|
458 |
-
#: ../includes/class-ure-lib.php:
|
459 |
msgid "Edit plugins"
|
460 |
msgstr "Eklentileri düzenlemek"
|
461 |
|
462 |
-
#: ../includes/class-ure-lib.php:
|
463 |
msgid "Edit users"
|
464 |
msgstr "Kullanıcıları düzenlemek"
|
465 |
|
466 |
-
#: ../includes/class-ure-lib.php:
|
467 |
msgid "Edit files"
|
468 |
msgstr "Dosyaları düzenlemek"
|
469 |
|
470 |
-
#: ../includes/class-ure-lib.php:
|
471 |
msgid "Manage options"
|
472 |
msgstr "Seçenekleri yönetmek"
|
473 |
|
474 |
-
#: ../includes/class-ure-lib.php:
|
475 |
msgid "Moderate comments"
|
476 |
msgstr "Yorumları yönetmek"
|
477 |
|
478 |
-
#: ../includes/class-ure-lib.php:
|
479 |
msgid "Manage categories"
|
480 |
msgstr "Kategorileri yönetmek"
|
481 |
|
482 |
-
#: ../includes/class-ure-lib.php:
|
483 |
msgid "Manage links"
|
484 |
msgstr "Linkleri yönetmek"
|
485 |
|
486 |
-
#: ../includes/class-ure-lib.php:
|
487 |
msgid "Upload files"
|
488 |
msgstr "Dosya yüklemek"
|
489 |
|
490 |
-
#: ../includes/class-ure-lib.php:
|
491 |
msgid "Import"
|
492 |
msgstr "İçeri aktarmak"
|
493 |
|
494 |
-
#: ../includes/class-ure-lib.php:
|
495 |
msgid "Unfiltered html"
|
496 |
msgstr "Filtrelenmemiş HTML"
|
497 |
|
498 |
-
#: ../includes/class-ure-lib.php:
|
499 |
msgid "Edit posts"
|
500 |
msgstr "Yazıları düzenlemek"
|
501 |
|
502 |
-
#: ../includes/class-ure-lib.php:
|
503 |
msgid "Edit others posts"
|
504 |
msgstr "Başkalarının yazılarını düzenlemek"
|
505 |
|
506 |
-
#: ../includes/class-ure-lib.php:
|
507 |
msgid "Edit published posts"
|
508 |
msgstr "Yayınlanmış yazıları düzenlemek"
|
509 |
|
510 |
-
#: ../includes/class-ure-lib.php:
|
511 |
msgid "Publish posts"
|
512 |
msgstr "Yazıları yayınlamak"
|
513 |
|
514 |
-
#: ../includes/class-ure-lib.php:
|
515 |
msgid "Edit pages"
|
516 |
msgstr "Sayfaları düzenlemek"
|
517 |
|
518 |
-
#: ../includes/class-ure-lib.php:
|
519 |
msgid "Read"
|
520 |
msgstr "Okumak"
|
521 |
|
522 |
-
#: ../includes/class-ure-lib.php:
|
523 |
msgid "Level 10"
|
524 |
msgstr "Seviye 10"
|
525 |
|
526 |
-
#: ../includes/class-ure-lib.php:
|
527 |
msgid "Level 9"
|
528 |
msgstr "Seviye 9"
|
529 |
|
530 |
-
#: ../includes/class-ure-lib.php:
|
531 |
msgid "Level 8"
|
532 |
msgstr "Seviye 8"
|
533 |
|
534 |
-
#: ../includes/class-ure-lib.php:
|
535 |
msgid "Level 7"
|
536 |
msgstr "Seviye 7"
|
537 |
|
538 |
-
#: ../includes/class-ure-lib.php:
|
539 |
msgid "Level 6"
|
540 |
msgstr "Seviye 6"
|
541 |
|
542 |
-
#: ../includes/class-ure-lib.php:
|
543 |
msgid "Level 5"
|
544 |
msgstr "Seviye 5"
|
545 |
|
546 |
-
#: ../includes/class-ure-lib.php:
|
547 |
msgid "Level 4"
|
548 |
msgstr "Seviye 4"
|
549 |
|
550 |
-
#: ../includes/class-ure-lib.php:
|
551 |
msgid "Level 3"
|
552 |
msgstr "Seviye 3"
|
553 |
|
554 |
-
#: ../includes/class-ure-lib.php:
|
555 |
msgid "Level 2"
|
556 |
msgstr "Seviye 2"
|
557 |
|
558 |
-
#: ../includes/class-ure-lib.php:
|
559 |
msgid "Level 1"
|
560 |
msgstr "Seviye 1"
|
561 |
|
562 |
-
#: ../includes/class-ure-lib.php:
|
563 |
msgid "Level 0"
|
564 |
msgstr "Seviye 0"
|
565 |
|
566 |
-
#: ../includes/class-ure-lib.php:
|
567 |
msgid "Edit others pages"
|
568 |
msgstr "Başkalarının sayfalarını düzenlemek"
|
569 |
|
570 |
-
#: ../includes/class-ure-lib.php:
|
571 |
msgid "Edit published pages"
|
572 |
msgstr "Yayınlanmış sayfaları düzenlemek"
|
573 |
|
574 |
-
#: ../includes/class-ure-lib.php:
|
575 |
msgid "Publish pages"
|
576 |
msgstr "Sayfaları yayınlamak"
|
577 |
|
578 |
-
#: ../includes/class-ure-lib.php:
|
579 |
msgid "Delete pages"
|
580 |
msgstr "Sayfaları silmek"
|
581 |
|
582 |
-
#: ../includes/class-ure-lib.php:
|
583 |
msgid "Delete others pages"
|
584 |
msgstr "Başkalarının sayfalarını silmek"
|
585 |
|
586 |
-
#: ../includes/class-ure-lib.php:
|
587 |
msgid "Delete published pages"
|
588 |
msgstr "Yayınlanmış sayfaları silmek"
|
589 |
|
590 |
-
#: ../includes/class-ure-lib.php:
|
591 |
msgid "Delete posts"
|
592 |
msgstr "Yazıları silmek"
|
593 |
|
594 |
-
#: ../includes/class-ure-lib.php:
|
595 |
msgid "Delete others posts"
|
596 |
msgstr "Başkalarının yazılarını silmek"
|
597 |
|
598 |
-
#: ../includes/class-ure-lib.php:
|
599 |
msgid "Delete published posts"
|
600 |
msgstr "Yayınlanmış yazıları silmek"
|
601 |
|
602 |
-
#: ../includes/class-ure-lib.php:
|
603 |
msgid "Delete private posts"
|
604 |
msgstr "Özel yazıları silmek"
|
605 |
|
606 |
-
#: ../includes/class-ure-lib.php:
|
607 |
msgid "Edit private posts"
|
608 |
msgstr "Özel yazıları düzenlemek"
|
609 |
|
610 |
-
#: ../includes/class-ure-lib.php:
|
611 |
msgid "Read private posts"
|
612 |
msgstr "Özel yazıları okumak"
|
613 |
|
614 |
-
#: ../includes/class-ure-lib.php:
|
615 |
msgid "Delete private pages"
|
616 |
msgstr "Özel sayfaları silmek"
|
617 |
|
618 |
-
#: ../includes/class-ure-lib.php:
|
619 |
msgid "Edit private pages"
|
620 |
msgstr "Özel sayfaları düzenlemek"
|
621 |
|
622 |
-
#: ../includes/class-ure-lib.php:
|
623 |
msgid "Read private pages"
|
624 |
msgstr "Özel yazıları okumak"
|
625 |
|
626 |
-
#: ../includes/class-ure-lib.php:
|
627 |
msgid "Delete users"
|
628 |
msgstr "Kullanıcı silmek"
|
629 |
|
630 |
-
#: ../includes/class-ure-lib.php:
|
631 |
msgid "Create users"
|
632 |
msgstr "Kullanıcı oluşturmak"
|
633 |
|
634 |
-
#: ../includes/class-ure-lib.php:
|
635 |
msgid "Unfiltered upload"
|
636 |
msgstr "Filtrelenmemiş dosya yüklemek"
|
637 |
|
638 |
-
#: ../includes/class-ure-lib.php:
|
639 |
msgid "Edit dashboard"
|
640 |
msgstr "Paneli düzenlemek"
|
641 |
|
642 |
-
#: ../includes/class-ure-lib.php:
|
643 |
msgid "Update plugins"
|
644 |
msgstr "Eklentileri güncellemek"
|
645 |
|
646 |
-
#: ../includes/class-ure-lib.php:
|
647 |
msgid "Delete plugins"
|
648 |
msgstr "Eklenti silmek"
|
649 |
|
650 |
-
#: ../includes/class-ure-lib.php:
|
651 |
msgid "Install plugins"
|
652 |
msgstr "Eklenti yüklemek"
|
653 |
|
654 |
-
#: ../includes/class-ure-lib.php:
|
655 |
msgid "Update themes"
|
656 |
msgstr "Temaları güncellemek"
|
657 |
|
658 |
-
#: ../includes/class-ure-lib.php:
|
659 |
msgid "Install themes"
|
660 |
msgstr "Tema yüklemek"
|
661 |
|
662 |
-
#: ../includes/class-ure-lib.php:
|
663 |
msgid "Update core"
|
664 |
msgstr "Güncelle"
|
665 |
|
666 |
-
#: ../includes/class-ure-lib.php:
|
667 |
msgid "List users"
|
668 |
msgstr "Kullanıcıları listelemek"
|
669 |
|
670 |
-
#: ../includes/class-ure-lib.php:
|
671 |
msgid "Remove users"
|
672 |
msgstr "Kullanıcı silmek"
|
673 |
|
674 |
-
#: ../includes/class-ure-lib.php:
|
675 |
msgid "Add users"
|
676 |
msgstr "Kullanıcıları eklemek"
|
677 |
|
678 |
-
#: ../includes/class-ure-lib.php:
|
679 |
msgid "Promote users"
|
680 |
msgstr "Kullanıcı yükseltmek"
|
681 |
|
682 |
-
#: ../includes/class-ure-lib.php:
|
683 |
msgid "Edit theme options"
|
684 |
msgstr "Tema ayarlarını düzenlemek"
|
685 |
|
686 |
-
#: ../includes/class-ure-lib.php:
|
687 |
msgid "Delete themes"
|
688 |
msgstr "Temaları silmek"
|
689 |
|
690 |
-
#: ../includes/class-ure-lib.php:
|
691 |
msgid "Export"
|
692 |
msgstr "Dışa aktarmak"
|
693 |
|
694 |
-
#: ../includes/class-ure-lib.php:
|
695 |
msgid "Error: Capability name must contain latin characters and digits only!"
|
696 |
msgstr ""
|
697 |
"Hata: Kabiliyet adı yalnızca latin karakterleri ve sayılardan oluşabilir."
|
698 |
|
699 |
-
#: ../includes/class-ure-lib.php:
|
700 |
#, php-format
|
701 |
msgid "Capability %s is added successfully"
|
702 |
msgstr "%s kabiliyeti başarıyla eklendi"
|
703 |
|
704 |
-
#: ../includes/class-ure-lib.php:
|
705 |
#, php-format
|
706 |
msgid "Capability %s exists already"
|
707 |
msgstr "%s kabiliyeti zaten mevcut"
|
708 |
|
709 |
-
#: ../includes/class-ure-lib.php:
|
710 |
#, php-format
|
711 |
msgid "Error! You do not have permission to delete this capability: %s!"
|
712 |
msgstr "Hata! Bu kabiliyeti değiştirmek için yetkiniz yok: %s!"
|
713 |
|
714 |
-
#: ../includes/class-ure-lib.php:
|
715 |
#, php-format
|
716 |
msgid "Capability %s is removed successfully"
|
717 |
msgstr "%s kabiliyeti başarıyla oluşturuldu"
|
718 |
|
719 |
-
#: ../includes/class-ure-lib.php:
|
720 |
msgid "Version:"
|
721 |
msgstr ""
|
722 |
|
723 |
-
#: ../includes/class-ure-lib.php:
|
724 |
msgid "Author's website"
|
725 |
msgstr "Hazırlayanın websitesi"
|
726 |
|
727 |
-
#: ../includes/class-ure-lib.php:
|
728 |
msgid "Plugin webpage"
|
729 |
msgstr "Eklentinin websitesi"
|
730 |
|
731 |
-
#: ../includes/class-ure-lib.php:
|
732 |
#, fuzzy
|
733 |
msgid "Plugin download"
|
734 |
msgstr "Başkalarının sayfalarını silmek"
|
735 |
|
736 |
-
#: ../includes/class-ure-lib.php:
|
737 |
msgid "FAQ"
|
738 |
msgstr "SSS"
|
739 |
|
740 |
-
#: ../includes/class-ure-lib.php:
|
741 |
msgid "None"
|
742 |
msgstr "Hiçbiri"
|
743 |
|
744 |
-
#: ../includes/class-ure-lib.php:
|
745 |
msgid "Delete All Unused Roles"
|
746 |
msgstr ""
|
747 |
|
748 |
-
#: ../includes/class-ure-lib.php:
|
749 |
msgid "— No role for this site —"
|
750 |
msgstr ""
|
751 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: user-role-editor\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-09-08 21:33+0700\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Vladimir Garagulya <vladimir@shinephp.com>\n"
|
8 |
"Language-Team: \n"
|
89 |
msgid "Allow non super administrators to create, edit, and delete users"
|
90 |
msgstr ""
|
91 |
|
92 |
+
#: ../includes/class-user-role-editor.php:195
|
93 |
#, fuzzy
|
94 |
msgid "Change role for users without role"
|
95 |
msgstr "Varsayılan Rolü Değiştir"
|
96 |
|
97 |
+
#: ../includes/class-user-role-editor.php:196
|
98 |
msgid "No rights"
|
99 |
msgstr ""
|
100 |
|
101 |
+
#: ../includes/class-user-role-editor.php:197
|
102 |
msgid "Provide new role"
|
103 |
msgstr ""
|
104 |
|
105 |
+
#: ../includes/class-user-role-editor.php:281
|
106 |
+
#: ../includes/class-user-role-editor.php:283
|
107 |
msgid "You do not have permission to edit this user."
|
108 |
msgstr ""
|
109 |
|
110 |
+
#: ../includes/class-user-role-editor.php:424
|
111 |
msgid "Capabilities"
|
112 |
msgstr "Kabiliyetler"
|
113 |
|
114 |
+
#: ../includes/class-user-role-editor.php:517
|
115 |
msgid "Settings"
|
116 |
msgstr "Ayarlar"
|
117 |
|
118 |
+
#: ../includes/class-user-role-editor.php:530
|
119 |
+
#: ../includes/class-ure-lib.php:2275
|
120 |
msgid "Changelog"
|
121 |
msgstr "Changelog"
|
122 |
|
123 |
+
#: ../includes/class-user-role-editor.php:552
|
124 |
msgid "Overview"
|
125 |
msgstr ""
|
126 |
|
127 |
+
#: ../includes/class-user-role-editor.php:561
|
128 |
+
#: ../includes/class-user-role-editor.php:589
|
129 |
+
#: ../includes/class-user-role-editor.php:930
|
130 |
+
#: ../includes/class-ure-lib.php:232
|
131 |
msgid "User Role Editor"
|
132 |
msgstr "Kullanıcı Rol Editörü"
|
133 |
|
134 |
+
#: ../includes/class-user-role-editor.php:646
|
135 |
+
#: ../includes/class-user-role-editor.php:664
|
136 |
+
#: ../includes/class-user-role-editor.php:708
|
137 |
msgid "User Role Editor options are updated"
|
138 |
msgstr ""
|
139 |
|
140 |
+
#: ../includes/class-user-role-editor.php:692
|
141 |
#, fuzzy
|
142 |
msgid "Default Roles are updated"
|
143 |
msgstr "Yeni Kullanıcılar için Varsayılan Rol"
|
144 |
|
145 |
+
#: ../includes/class-user-role-editor.php:716
|
146 |
msgid ""
|
147 |
"You do not have sufficient permissions to manage options for User Role "
|
148 |
"Editor."
|
149 |
msgstr ""
|
150 |
|
151 |
+
#: ../includes/class-user-role-editor.php:791
|
152 |
msgid "Insufficient permissions to work with User Role Editor"
|
153 |
msgstr ""
|
154 |
|
155 |
+
#: ../includes/class-user-role-editor.php:872
|
156 |
msgid "Select All"
|
157 |
msgstr "Tümünü Seç"
|
158 |
|
159 |
+
#: ../includes/class-user-role-editor.php:873
|
160 |
msgid "Unselect All"
|
161 |
msgstr "Seçimi Kaldır"
|
162 |
|
163 |
+
#: ../includes/class-user-role-editor.php:874
|
164 |
msgid "Reverse"
|
165 |
msgstr "Seçimi Tersine Çevir"
|
166 |
|
167 |
+
#: ../includes/class-user-role-editor.php:875
|
168 |
msgid "Update"
|
169 |
msgstr "Güncelle"
|
170 |
|
171 |
+
#: ../includes/class-user-role-editor.php:876
|
172 |
msgid "Please confirm permissions update"
|
173 |
msgstr "İzinleri güncelleştirmek için lütfen onaylayın"
|
174 |
|
175 |
+
#: ../includes/class-user-role-editor.php:877
|
176 |
msgid "Add New Role"
|
177 |
msgstr "Yeni Rol Ekle"
|
178 |
|
179 |
+
#: ../includes/class-user-role-editor.php:878
|
180 |
+
#: ../includes/class-user-role-editor.php:883
|
181 |
+
#, fuzzy
|
182 |
+
msgid "Rename Role"
|
183 |
+
msgstr "Rolü Sil"
|
184 |
+
|
185 |
+
#: ../includes/class-user-role-editor.php:879
|
186 |
msgid " Role name (ID) can not be empty!"
|
187 |
msgstr "Ad (ID) boş bırakılamaz!"
|
188 |
|
189 |
+
#: ../includes/class-user-role-editor.php:880
|
190 |
msgid ""
|
191 |
" Role name (ID) must contain latin characters, digits, hyphens or underscore "
|
192 |
"only!"
|
194 |
"Rol adı (ID) yalnızca latin karakterleri, sayılar, tire veya altçizgiden "
|
195 |
"oluşabilir."
|
196 |
|
197 |
+
#: ../includes/class-user-role-editor.php:881
|
198 |
msgid ""
|
199 |
" WordPress does not support numeric Role name (ID). Add latin characters to "
|
200 |
"it."
|
201 |
msgstr ""
|
202 |
|
203 |
+
#: ../includes/class-user-role-editor.php:882
|
204 |
msgid "Add Role"
|
205 |
msgstr "Rol Ekle"
|
206 |
|
207 |
+
#: ../includes/class-user-role-editor.php:884
|
208 |
msgid "Delete Role"
|
209 |
msgstr "Rolü Sil"
|
210 |
|
211 |
+
#: ../includes/class-user-role-editor.php:885
|
212 |
msgid "Cancel"
|
213 |
msgstr "İptal"
|
214 |
|
215 |
+
#: ../includes/class-user-role-editor.php:886
|
216 |
msgid "Add Capability"
|
217 |
msgstr "Kabiliyet Ekle"
|
218 |
|
219 |
+
#: ../includes/class-user-role-editor.php:887
|
220 |
+
#: ../includes/class-user-role-editor.php:896
|
221 |
msgid "Delete Capability"
|
222 |
msgstr "Kabiliyeti kaldır"
|
223 |
|
224 |
+
#: ../includes/class-user-role-editor.php:888
|
225 |
msgid "Reset"
|
226 |
msgstr "Geri al"
|
227 |
|
228 |
+
#: ../includes/class-user-role-editor.php:889
|
229 |
msgid "DANGER! Resetting will restore default settings from WordPress Core."
|
230 |
msgstr ""
|
231 |
|
232 |
+
#: ../includes/class-user-role-editor.php:890
|
233 |
msgid ""
|
234 |
"If any plugins have changed capabilities in any way upon installation (such "
|
235 |
"as S2Member, WooCommerce, and many more), those capabilities will be DELETED!"
|
236 |
msgstr ""
|
237 |
|
238 |
+
#: ../includes/class-user-role-editor.php:891
|
239 |
msgid ""
|
240 |
"For more information on how to undo changes and restore plugin capabilities "
|
241 |
"go to"
|
242 |
msgstr ""
|
243 |
|
244 |
+
#: ../includes/class-user-role-editor.php:893
|
245 |
msgid "Continue?"
|
246 |
msgstr ""
|
247 |
|
248 |
+
#: ../includes/class-user-role-editor.php:894
|
249 |
msgid "Default Role"
|
250 |
msgstr "Öntanımlı Rol"
|
251 |
|
252 |
+
#: ../includes/class-user-role-editor.php:895
|
253 |
msgid "Set New Default Role"
|
254 |
msgstr "Yeni Öntanımlı Rol Seç"
|
255 |
|
256 |
+
#: ../includes/class-user-role-editor.php:897
|
257 |
msgid ""
|
258 |
"Warning! Be careful - removing critical capability could crash some plugin "
|
259 |
"or other custom code"
|
261 |
"Uyarı! Dikkatli olun - önemli kabiliyetleri kaldırmak bazı eklentileri veya "
|
262 |
"başka özel kodların bozulmasına sebep olabilir"
|
263 |
|
264 |
+
#: ../includes/class-user-role-editor.php:898
|
265 |
msgid " Capability name (ID) can not be empty!"
|
266 |
msgstr "Ad (ID) boş bırakılamaz!"
|
267 |
|
268 |
+
#: ../includes/class-user-role-editor.php:899
|
269 |
msgid ""
|
270 |
" Capability name (ID) must contain latin characters, digits, hyphens or "
|
271 |
"underscore only!"
|
273 |
"Kabiliyet adı (ID) yalnızca latin karakterleri, sayılar, tire veya "
|
274 |
"altçizgiden oluşabilir."
|
275 |
|
276 |
+
#: ../includes/class-user-role-editor.php:933
|
277 |
+
#: ../includes/class-user-role-editor.php:962
|
278 |
msgid "Other Roles"
|
279 |
msgstr "Diğer Roller"
|
280 |
|
281 |
+
#: ../includes/class-user-role-editor.php:944
|
282 |
msgid "Edit"
|
283 |
msgstr "Düzenle"
|
284 |
|
311 |
msgid "Custom capabilities:"
|
312 |
msgstr "Özel Kabiliyetler:"
|
313 |
|
314 |
+
#: ../includes/class-ure-lib.php:140
|
315 |
msgid "Error: wrong request"
|
316 |
msgstr ""
|
317 |
|
318 |
+
#: ../includes/class-ure-lib.php:173 ../includes/class-ure-lib.php:184
|
319 |
msgid "Role name (ID): "
|
320 |
msgstr "Rol adı (ID):"
|
321 |
|
322 |
+
#: ../includes/class-ure-lib.php:175 ../includes/class-ure-lib.php:186
|
323 |
msgid "Display Role Name: "
|
324 |
msgstr "Görünecek Rol Adı:"
|
325 |
|
326 |
+
#: ../includes/class-ure-lib.php:177
|
327 |
msgid "Make copy of: "
|
328 |
msgstr "Bundan kopyala:"
|
329 |
|
330 |
+
#: ../includes/class-ure-lib.php:193
|
331 |
msgid "Select Role:"
|
332 |
msgstr "Rolü Seçin:"
|
333 |
|
334 |
+
#: ../includes/class-ure-lib.php:208
|
335 |
msgid "Delete:"
|
336 |
msgstr "Sil:"
|
337 |
|
338 |
+
#: ../includes/class-ure-lib.php:215
|
339 |
msgid "Capability name (ID): "
|
340 |
msgstr "Yetenek adı (ID): "
|
341 |
|
342 |
+
#: ../includes/class-ure-lib.php:329
|
343 |
msgid "Error: "
|
344 |
msgstr "Hata:"
|
345 |
|
346 |
+
#: ../includes/class-ure-lib.php:329
|
347 |
msgid "Role"
|
348 |
msgstr "Rol:"
|
349 |
|
350 |
+
#: ../includes/class-ure-lib.php:330
|
351 |
msgid "does not exist"
|
352 |
msgstr "bulunmuyor"
|
353 |
|
354 |
+
#: ../includes/class-ure-lib.php:373
|
355 |
msgid "Role is updated successfully"
|
356 |
msgstr ""
|
357 |
|
358 |
+
#: ../includes/class-ure-lib.php:375
|
359 |
msgid "Roles are updated for all network"
|
360 |
msgstr ""
|
361 |
|
362 |
+
#: ../includes/class-ure-lib.php:381
|
363 |
msgid "Error occured during role(s) update"
|
364 |
msgstr ""
|
365 |
|
366 |
+
#: ../includes/class-ure-lib.php:388
|
367 |
msgid "User capabilities are updated successfully"
|
368 |
msgstr ""
|
369 |
|
370 |
+
#: ../includes/class-ure-lib.php:393
|
371 |
msgid "Error occured during user update"
|
372 |
msgstr ""
|
373 |
|
374 |
+
#: ../includes/class-ure-lib.php:451
|
375 |
msgid "User Roles are restored to WordPress default values. "
|
376 |
msgstr "Rol yetkileri WordPress öntanımlılarına geri yüklendi."
|
377 |
|
378 |
+
#: ../includes/class-ure-lib.php:1317
|
379 |
msgid "Help"
|
380 |
msgstr "Yardım"
|
381 |
|
382 |
+
#: ../includes/class-ure-lib.php:1675
|
383 |
msgid "Error is occur. Please check the log file."
|
384 |
msgstr "Bir hata oluştu. Lütfen günlük dosyasını kontrol edin."
|
385 |
|
386 |
+
#: ../includes/class-ure-lib.php:1718 ../includes/class-ure-lib.php:1785
|
387 |
msgid ""
|
388 |
"Error: Role ID must contain latin characters, digits, hyphens or underscore "
|
389 |
"only!"
|
391 |
"Hata: Rol ID yalnızca latin karakterleri, sayılar, tire veya altçizgiden "
|
392 |
"oluşabilir."
|
393 |
|
394 |
+
#: ../includes/class-ure-lib.php:1722 ../includes/class-ure-lib.php:1789
|
395 |
msgid ""
|
396 |
"Error: WordPress does not support numeric Role name (ID). Add latin "
|
397 |
"characters to it."
|
398 |
msgstr ""
|
399 |
|
400 |
+
#: ../includes/class-ure-lib.php:1737
|
401 |
#, php-format
|
402 |
msgid "Role %s exists already"
|
403 |
msgstr "%s rolü zaten mevcut"
|
404 |
|
405 |
+
#: ../includes/class-ure-lib.php:1752
|
406 |
msgid "Error is encountered during new role create operation"
|
407 |
msgstr "Yeni rol oluşturma işlemi sırasında hata"
|
408 |
|
409 |
+
#: ../includes/class-ure-lib.php:1754
|
410 |
#, php-format
|
411 |
msgid "Role %s is created successfully"
|
412 |
msgstr "%s rolü başarıyla oluşturuldu"
|
413 |
|
414 |
+
#: ../includes/class-ure-lib.php:1778
|
415 |
+
msgid "Error: Role ID is empty!"
|
416 |
+
msgstr ""
|
417 |
+
|
418 |
+
#: ../includes/class-ure-lib.php:1796
|
419 |
+
msgid "Error: Empty role display name is not allowed."
|
420 |
+
msgstr ""
|
421 |
+
|
422 |
+
#: ../includes/class-ure-lib.php:1803
|
423 |
+
#, fuzzy, php-format
|
424 |
+
msgid "Role %s does not exists"
|
425 |
+
msgstr "bulunmuyor"
|
426 |
+
|
427 |
+
#: ../includes/class-ure-lib.php:1811
|
428 |
+
#, fuzzy, php-format
|
429 |
+
msgid "Role %s is renamed to %s successfully"
|
430 |
+
msgstr "%s rolü başarıyla oluşturuldu"
|
431 |
+
|
432 |
+
#: ../includes/class-ure-lib.php:1878
|
433 |
msgid "Error encountered during role delete operation"
|
434 |
msgstr "Rol silme işlemi sırasında hata"
|
435 |
|
436 |
+
#: ../includes/class-ure-lib.php:1880
|
437 |
msgid "Unused roles are deleted successfully"
|
438 |
msgstr ""
|
439 |
|
440 |
+
#: ../includes/class-ure-lib.php:1882
|
441 |
#, php-format
|
442 |
msgid "Role %s is deleted successfully"
|
443 |
msgstr "%s rolü başarıyla silindi"
|
444 |
|
445 |
+
#: ../includes/class-ure-lib.php:1907
|
446 |
msgid "Error encountered during default role change operation"
|
447 |
msgstr "Varsayılan rolü değiştirme işlemi sırasında hata"
|
448 |
|
449 |
+
#: ../includes/class-ure-lib.php:1913
|
450 |
#, php-format
|
451 |
msgid "Default role for new users is set to %s successfully"
|
452 |
msgstr "Yeni kullanıcılar için varsayılan rol %s olarak başarıyla değiştirildi"
|
453 |
|
454 |
+
#: ../includes/class-ure-lib.php:1932
|
455 |
msgid "Editor"
|
456 |
msgstr "Editör"
|
457 |
|
458 |
+
#: ../includes/class-ure-lib.php:1933
|
459 |
msgid "Author"
|
460 |
msgstr "Yazar"
|
461 |
|
462 |
+
#: ../includes/class-ure-lib.php:1934
|
463 |
msgid "Contributor"
|
464 |
msgstr "İçerik Sağlayıcı"
|
465 |
|
466 |
+
#: ../includes/class-ure-lib.php:1935
|
467 |
msgid "Subscriber"
|
468 |
msgstr "Üye"
|
469 |
|
470 |
+
#: ../includes/class-ure-lib.php:1937
|
471 |
msgid "Switch themes"
|
472 |
msgstr "Temaları değiştir"
|
473 |
|
474 |
+
#: ../includes/class-ure-lib.php:1938
|
475 |
msgid "Edit themes"
|
476 |
msgstr "Temaları düzenle"
|
477 |
|
478 |
+
#: ../includes/class-ure-lib.php:1939
|
479 |
msgid "Activate plugins"
|
480 |
msgstr "Eklentileri aktive et"
|
481 |
|
482 |
+
#: ../includes/class-ure-lib.php:1940
|
483 |
msgid "Edit plugins"
|
484 |
msgstr "Eklentileri düzenlemek"
|
485 |
|
486 |
+
#: ../includes/class-ure-lib.php:1941
|
487 |
msgid "Edit users"
|
488 |
msgstr "Kullanıcıları düzenlemek"
|
489 |
|
490 |
+
#: ../includes/class-ure-lib.php:1942
|
491 |
msgid "Edit files"
|
492 |
msgstr "Dosyaları düzenlemek"
|
493 |
|
494 |
+
#: ../includes/class-ure-lib.php:1943
|
495 |
msgid "Manage options"
|
496 |
msgstr "Seçenekleri yönetmek"
|
497 |
|
498 |
+
#: ../includes/class-ure-lib.php:1944
|
499 |
msgid "Moderate comments"
|
500 |
msgstr "Yorumları yönetmek"
|
501 |
|
502 |
+
#: ../includes/class-ure-lib.php:1945
|
503 |
msgid "Manage categories"
|
504 |
msgstr "Kategorileri yönetmek"
|
505 |
|
506 |
+
#: ../includes/class-ure-lib.php:1946
|
507 |
msgid "Manage links"
|
508 |
msgstr "Linkleri yönetmek"
|
509 |
|
510 |
+
#: ../includes/class-ure-lib.php:1947
|
511 |
msgid "Upload files"
|
512 |
msgstr "Dosya yüklemek"
|
513 |
|
514 |
+
#: ../includes/class-ure-lib.php:1948
|
515 |
msgid "Import"
|
516 |
msgstr "İçeri aktarmak"
|
517 |
|
518 |
+
#: ../includes/class-ure-lib.php:1949
|
519 |
msgid "Unfiltered html"
|
520 |
msgstr "Filtrelenmemiş HTML"
|
521 |
|
522 |
+
#: ../includes/class-ure-lib.php:1950
|
523 |
msgid "Edit posts"
|
524 |
msgstr "Yazıları düzenlemek"
|
525 |
|
526 |
+
#: ../includes/class-ure-lib.php:1951
|
527 |
msgid "Edit others posts"
|
528 |
msgstr "Başkalarının yazılarını düzenlemek"
|
529 |
|
530 |
+
#: ../includes/class-ure-lib.php:1952
|
531 |
msgid "Edit published posts"
|
532 |
msgstr "Yayınlanmış yazıları düzenlemek"
|
533 |
|
534 |
+
#: ../includes/class-ure-lib.php:1953
|
535 |
msgid "Publish posts"
|
536 |
msgstr "Yazıları yayınlamak"
|
537 |
|
538 |
+
#: ../includes/class-ure-lib.php:1954
|
539 |
msgid "Edit pages"
|
540 |
msgstr "Sayfaları düzenlemek"
|
541 |
|
542 |
+
#: ../includes/class-ure-lib.php:1955
|
543 |
msgid "Read"
|
544 |
msgstr "Okumak"
|
545 |
|
546 |
+
#: ../includes/class-ure-lib.php:1956
|
547 |
msgid "Level 10"
|
548 |
msgstr "Seviye 10"
|
549 |
|
550 |
+
#: ../includes/class-ure-lib.php:1957
|
551 |
msgid "Level 9"
|
552 |
msgstr "Seviye 9"
|
553 |
|
554 |
+
#: ../includes/class-ure-lib.php:1958
|
555 |
msgid "Level 8"
|
556 |
msgstr "Seviye 8"
|
557 |
|
558 |
+
#: ../includes/class-ure-lib.php:1959
|
559 |
msgid "Level 7"
|
560 |
msgstr "Seviye 7"
|
561 |
|
562 |
+
#: ../includes/class-ure-lib.php:1960
|
563 |
msgid "Level 6"
|
564 |
msgstr "Seviye 6"
|
565 |
|
566 |
+
#: ../includes/class-ure-lib.php:1961
|
567 |
msgid "Level 5"
|
568 |
msgstr "Seviye 5"
|
569 |
|
570 |
+
#: ../includes/class-ure-lib.php:1962
|
571 |
msgid "Level 4"
|
572 |
msgstr "Seviye 4"
|
573 |
|
574 |
+
#: ../includes/class-ure-lib.php:1963
|
575 |
msgid "Level 3"
|
576 |
msgstr "Seviye 3"
|
577 |
|
578 |
+
#: ../includes/class-ure-lib.php:1964
|
579 |
msgid "Level 2"
|
580 |
msgstr "Seviye 2"
|
581 |
|
582 |
+
#: ../includes/class-ure-lib.php:1965
|
583 |
msgid "Level 1"
|
584 |
msgstr "Seviye 1"
|
585 |
|
586 |
+
#: ../includes/class-ure-lib.php:1966
|
587 |
msgid "Level 0"
|
588 |
msgstr "Seviye 0"
|
589 |
|
590 |
+
#: ../includes/class-ure-lib.php:1967
|
591 |
msgid "Edit others pages"
|
592 |
msgstr "Başkalarının sayfalarını düzenlemek"
|
593 |
|
594 |
+
#: ../includes/class-ure-lib.php:1968
|
595 |
msgid "Edit published pages"
|
596 |
msgstr "Yayınlanmış sayfaları düzenlemek"
|
597 |
|
598 |
+
#: ../includes/class-ure-lib.php:1969
|
599 |
msgid "Publish pages"
|
600 |
msgstr "Sayfaları yayınlamak"
|
601 |
|
602 |
+
#: ../includes/class-ure-lib.php:1970
|
603 |
msgid "Delete pages"
|
604 |
msgstr "Sayfaları silmek"
|
605 |
|
606 |
+
#: ../includes/class-ure-lib.php:1971
|
607 |
msgid "Delete others pages"
|
608 |
msgstr "Başkalarının sayfalarını silmek"
|
609 |
|
610 |
+
#: ../includes/class-ure-lib.php:1972
|
611 |
msgid "Delete published pages"
|
612 |
msgstr "Yayınlanmış sayfaları silmek"
|
613 |
|
614 |
+
#: ../includes/class-ure-lib.php:1973
|
615 |
msgid "Delete posts"
|
616 |
msgstr "Yazıları silmek"
|
617 |
|
618 |
+
#: ../includes/class-ure-lib.php:1974
|
619 |
msgid "Delete others posts"
|
620 |
msgstr "Başkalarının yazılarını silmek"
|
621 |
|
622 |
+
#: ../includes/class-ure-lib.php:1975
|
623 |
msgid "Delete published posts"
|
624 |
msgstr "Yayınlanmış yazıları silmek"
|
625 |
|
626 |
+
#: ../includes/class-ure-lib.php:1976
|
627 |
msgid "Delete private posts"
|
628 |
msgstr "Özel yazıları silmek"
|
629 |
|
630 |
+
#: ../includes/class-ure-lib.php:1977
|
631 |
msgid "Edit private posts"
|
632 |
msgstr "Özel yazıları düzenlemek"
|
633 |
|
634 |
+
#: ../includes/class-ure-lib.php:1978
|
635 |
msgid "Read private posts"
|
636 |
msgstr "Özel yazıları okumak"
|
637 |
|
638 |
+
#: ../includes/class-ure-lib.php:1979
|
639 |
msgid "Delete private pages"
|
640 |
msgstr "Özel sayfaları silmek"
|
641 |
|
642 |
+
#: ../includes/class-ure-lib.php:1980
|
643 |
msgid "Edit private pages"
|
644 |
msgstr "Özel sayfaları düzenlemek"
|
645 |
|
646 |
+
#: ../includes/class-ure-lib.php:1981
|
647 |
msgid "Read private pages"
|
648 |
msgstr "Özel yazıları okumak"
|
649 |
|
650 |
+
#: ../includes/class-ure-lib.php:1982
|
651 |
msgid "Delete users"
|
652 |
msgstr "Kullanıcı silmek"
|
653 |
|
654 |
+
#: ../includes/class-ure-lib.php:1983
|
655 |
msgid "Create users"
|
656 |
msgstr "Kullanıcı oluşturmak"
|
657 |
|
658 |
+
#: ../includes/class-ure-lib.php:1984
|
659 |
msgid "Unfiltered upload"
|
660 |
msgstr "Filtrelenmemiş dosya yüklemek"
|
661 |
|
662 |
+
#: ../includes/class-ure-lib.php:1985
|
663 |
msgid "Edit dashboard"
|
664 |
msgstr "Paneli düzenlemek"
|
665 |
|
666 |
+
#: ../includes/class-ure-lib.php:1986
|
667 |
msgid "Update plugins"
|
668 |
msgstr "Eklentileri güncellemek"
|
669 |
|
670 |
+
#: ../includes/class-ure-lib.php:1987
|
671 |
msgid "Delete plugins"
|
672 |
msgstr "Eklenti silmek"
|
673 |
|
674 |
+
#: ../includes/class-ure-lib.php:1988
|
675 |
msgid "Install plugins"
|
676 |
msgstr "Eklenti yüklemek"
|
677 |
|
678 |
+
#: ../includes/class-ure-lib.php:1989
|
679 |
msgid "Update themes"
|
680 |
msgstr "Temaları güncellemek"
|
681 |
|
682 |
+
#: ../includes/class-ure-lib.php:1990
|
683 |
msgid "Install themes"
|
684 |
msgstr "Tema yüklemek"
|
685 |
|
686 |
+
#: ../includes/class-ure-lib.php:1991
|
687 |
msgid "Update core"
|
688 |
msgstr "Güncelle"
|
689 |
|
690 |
+
#: ../includes/class-ure-lib.php:1992
|
691 |
msgid "List users"
|
692 |
msgstr "Kullanıcıları listelemek"
|
693 |
|
694 |
+
#: ../includes/class-ure-lib.php:1993
|
695 |
msgid "Remove users"
|
696 |
msgstr "Kullanıcı silmek"
|
697 |
|
698 |
+
#: ../includes/class-ure-lib.php:1994
|
699 |
msgid "Add users"
|
700 |
msgstr "Kullanıcıları eklemek"
|
701 |
|
702 |
+
#: ../includes/class-ure-lib.php:1995
|
703 |
msgid "Promote users"
|
704 |
msgstr "Kullanıcı yükseltmek"
|
705 |
|
706 |
+
#: ../includes/class-ure-lib.php:1996
|
707 |
msgid "Edit theme options"
|
708 |
msgstr "Tema ayarlarını düzenlemek"
|
709 |
|
710 |
+
#: ../includes/class-ure-lib.php:1997
|
711 |
msgid "Delete themes"
|
712 |
msgstr "Temaları silmek"
|
713 |
|
714 |
+
#: ../includes/class-ure-lib.php:1998
|
715 |
msgid "Export"
|
716 |
msgstr "Dışa aktarmak"
|
717 |
|
718 |
+
#: ../includes/class-ure-lib.php:2108
|
719 |
msgid "Error: Capability name must contain latin characters and digits only!"
|
720 |
msgstr ""
|
721 |
"Hata: Kabiliyet adı yalnızca latin karakterleri ve sayılardan oluşabilir."
|
722 |
|
723 |
+
#: ../includes/class-ure-lib.php:2121
|
724 |
#, php-format
|
725 |
msgid "Capability %s is added successfully"
|
726 |
msgstr "%s kabiliyeti başarıyla eklendi"
|
727 |
|
728 |
+
#: ../includes/class-ure-lib.php:2123
|
729 |
#, php-format
|
730 |
msgid "Capability %s exists already"
|
731 |
msgstr "%s kabiliyeti zaten mevcut"
|
732 |
|
733 |
+
#: ../includes/class-ure-lib.php:2148
|
734 |
#, php-format
|
735 |
msgid "Error! You do not have permission to delete this capability: %s!"
|
736 |
msgstr "Hata! Bu kabiliyeti değiştirmek için yetkiniz yok: %s!"
|
737 |
|
738 |
+
#: ../includes/class-ure-lib.php:2167
|
739 |
#, php-format
|
740 |
msgid "Capability %s is removed successfully"
|
741 |
msgstr "%s kabiliyeti başarıyla oluşturuldu"
|
742 |
|
743 |
+
#: ../includes/class-ure-lib.php:2271
|
744 |
msgid "Version:"
|
745 |
msgstr ""
|
746 |
|
747 |
+
#: ../includes/class-ure-lib.php:2272
|
748 |
msgid "Author's website"
|
749 |
msgstr "Hazırlayanın websitesi"
|
750 |
|
751 |
+
#: ../includes/class-ure-lib.php:2273
|
752 |
msgid "Plugin webpage"
|
753 |
msgstr "Eklentinin websitesi"
|
754 |
|
755 |
+
#: ../includes/class-ure-lib.php:2274
|
756 |
#, fuzzy
|
757 |
msgid "Plugin download"
|
758 |
msgstr "Başkalarının sayfalarını silmek"
|
759 |
|
760 |
+
#: ../includes/class-ure-lib.php:2276
|
761 |
msgid "FAQ"
|
762 |
msgstr "SSS"
|
763 |
|
764 |
+
#: ../includes/class-ure-lib.php:2324
|
765 |
msgid "None"
|
766 |
msgstr "Hiçbiri"
|
767 |
|
768 |
+
#: ../includes/class-ure-lib.php:2351
|
769 |
msgid "Delete All Unused Roles"
|
770 |
msgstr ""
|
771 |
|
772 |
+
#: ../includes/class-ure-lib.php:2375
|
773 |
msgid "— No role for this site —"
|
774 |
msgstr ""
|
775 |
|
lang/ure.mo
CHANGED
Binary file
|
lang/ure.pot
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: User Role Editor 2.0\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Vladimir Garagulya <vladimir@shinephp.com>\n"
|
8 |
"Language-Team: ShinePHP.com <vladimir@shinephp.com>\n"
|
@@ -83,182 +83,187 @@ msgstr ""
|
|
83 |
msgid "Allow non super administrators to create, edit, and delete users"
|
84 |
msgstr ""
|
85 |
|
86 |
-
#: ../includes/class-user-role-editor.php:
|
87 |
msgid "Change role for users without role"
|
88 |
msgstr ""
|
89 |
|
90 |
-
#: ../includes/class-user-role-editor.php:
|
91 |
msgid "No rights"
|
92 |
msgstr ""
|
93 |
|
94 |
-
#: ../includes/class-user-role-editor.php:
|
95 |
msgid "Provide new role"
|
96 |
msgstr ""
|
97 |
|
98 |
-
#: ../includes/class-user-role-editor.php:
|
99 |
-
#: ../includes/class-user-role-editor.php:
|
100 |
msgid "You do not have permission to edit this user."
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: ../includes/class-user-role-editor.php:
|
104 |
msgid "Capabilities"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: ../includes/class-user-role-editor.php:
|
108 |
msgid "Settings"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: ../includes/class-user-role-editor.php:
|
112 |
-
#: ../includes/class-ure-lib.php:
|
113 |
msgid "Changelog"
|
114 |
msgstr ""
|
115 |
|
116 |
-
#: ../includes/class-user-role-editor.php:
|
117 |
msgid "Overview"
|
118 |
msgstr ""
|
119 |
|
120 |
-
#: ../includes/class-user-role-editor.php:
|
121 |
-
#: ../includes/class-user-role-editor.php:
|
122 |
-
#: ../includes/class-user-role-editor.php:
|
123 |
-
#: ../includes/class-ure-lib.php:
|
124 |
msgid "User Role Editor"
|
125 |
msgstr ""
|
126 |
|
127 |
-
#: ../includes/class-user-role-editor.php:
|
128 |
-
#: ../includes/class-user-role-editor.php:
|
129 |
-
#: ../includes/class-user-role-editor.php:
|
130 |
msgid "User Role Editor options are updated"
|
131 |
msgstr ""
|
132 |
|
133 |
-
#: ../includes/class-user-role-editor.php:
|
134 |
msgid "Default Roles are updated"
|
135 |
msgstr ""
|
136 |
|
137 |
-
#: ../includes/class-user-role-editor.php:
|
138 |
msgid ""
|
139 |
"You do not have sufficient permissions to manage options for User Role "
|
140 |
"Editor."
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: ../includes/class-user-role-editor.php:
|
144 |
msgid "Insufficient permissions to work with User Role Editor"
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: ../includes/class-user-role-editor.php:
|
148 |
msgid "Select All"
|
149 |
msgstr ""
|
150 |
|
151 |
-
#: ../includes/class-user-role-editor.php:
|
152 |
msgid "Unselect All"
|
153 |
msgstr ""
|
154 |
|
155 |
-
#: ../includes/class-user-role-editor.php:
|
156 |
msgid "Reverse"
|
157 |
msgstr ""
|
158 |
|
159 |
-
#: ../includes/class-user-role-editor.php:
|
160 |
msgid "Update"
|
161 |
msgstr ""
|
162 |
|
163 |
-
#: ../includes/class-user-role-editor.php:
|
164 |
msgid "Please confirm permissions update"
|
165 |
msgstr ""
|
166 |
|
167 |
-
#: ../includes/class-user-role-editor.php:
|
168 |
msgid "Add New Role"
|
169 |
msgstr ""
|
170 |
|
171 |
-
#: ../includes/class-user-role-editor.php:
|
|
|
|
|
|
|
|
|
|
|
172 |
msgid " Role name (ID) can not be empty!"
|
173 |
msgstr ""
|
174 |
|
175 |
-
#: ../includes/class-user-role-editor.php:
|
176 |
msgid ""
|
177 |
" Role name (ID) must contain latin characters, digits, hyphens or underscore "
|
178 |
"only!"
|
179 |
msgstr ""
|
180 |
|
181 |
-
#: ../includes/class-user-role-editor.php:
|
182 |
msgid ""
|
183 |
" WordPress does not support numeric Role name (ID). Add latin characters to "
|
184 |
"it."
|
185 |
msgstr ""
|
186 |
|
187 |
-
#: ../includes/class-user-role-editor.php:
|
188 |
msgid "Add Role"
|
189 |
msgstr ""
|
190 |
|
191 |
-
#: ../includes/class-user-role-editor.php:
|
192 |
msgid "Delete Role"
|
193 |
msgstr ""
|
194 |
|
195 |
-
#: ../includes/class-user-role-editor.php:
|
196 |
msgid "Cancel"
|
197 |
msgstr ""
|
198 |
|
199 |
-
#: ../includes/class-user-role-editor.php:
|
200 |
msgid "Add Capability"
|
201 |
msgstr ""
|
202 |
|
203 |
-
#: ../includes/class-user-role-editor.php:
|
204 |
-
#: ../includes/class-user-role-editor.php:
|
205 |
msgid "Delete Capability"
|
206 |
msgstr ""
|
207 |
|
208 |
-
#: ../includes/class-user-role-editor.php:
|
209 |
msgid "Reset"
|
210 |
msgstr ""
|
211 |
|
212 |
-
#: ../includes/class-user-role-editor.php:
|
213 |
msgid "DANGER! Resetting will restore default settings from WordPress Core."
|
214 |
msgstr ""
|
215 |
|
216 |
-
#: ../includes/class-user-role-editor.php:
|
217 |
msgid ""
|
218 |
"If any plugins have changed capabilities in any way upon installation (such "
|
219 |
"as S2Member, WooCommerce, and many more), those capabilities will be DELETED!"
|
220 |
msgstr ""
|
221 |
|
222 |
-
#: ../includes/class-user-role-editor.php:
|
223 |
msgid ""
|
224 |
"For more information on how to undo changes and restore plugin capabilities "
|
225 |
"go to"
|
226 |
msgstr ""
|
227 |
|
228 |
-
#: ../includes/class-user-role-editor.php:
|
229 |
msgid "Continue?"
|
230 |
msgstr ""
|
231 |
|
232 |
-
#: ../includes/class-user-role-editor.php:
|
233 |
msgid "Default Role"
|
234 |
msgstr ""
|
235 |
|
236 |
-
#: ../includes/class-user-role-editor.php:
|
237 |
msgid "Set New Default Role"
|
238 |
msgstr ""
|
239 |
|
240 |
-
#: ../includes/class-user-role-editor.php:
|
241 |
msgid ""
|
242 |
"Warning! Be careful - removing critical capability could crash some plugin "
|
243 |
"or other custom code"
|
244 |
msgstr ""
|
245 |
|
246 |
-
#: ../includes/class-user-role-editor.php:
|
247 |
msgid " Capability name (ID) can not be empty!"
|
248 |
msgstr ""
|
249 |
|
250 |
-
#: ../includes/class-user-role-editor.php:
|
251 |
msgid ""
|
252 |
" Capability name (ID) must contain latin characters, digits, hyphens or "
|
253 |
"underscore only!"
|
254 |
msgstr ""
|
255 |
|
256 |
-
#: ../includes/class-user-role-editor.php:
|
257 |
-
#: ../includes/class-user-role-editor.php:
|
258 |
msgid "Other Roles"
|
259 |
msgstr ""
|
260 |
|
261 |
-
#: ../includes/class-user-role-editor.php:
|
262 |
msgid "Edit"
|
263 |
msgstr ""
|
264 |
|
@@ -290,443 +295,461 @@ msgstr ""
|
|
290 |
msgid "Custom capabilities:"
|
291 |
msgstr ""
|
292 |
|
293 |
-
#: ../includes/class-ure-lib.php:
|
294 |
msgid "Error: wrong request"
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: ../includes/class-ure-lib.php:
|
298 |
msgid "Role name (ID): "
|
299 |
msgstr ""
|
300 |
|
301 |
-
#: ../includes/class-ure-lib.php:
|
302 |
msgid "Display Role Name: "
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: ../includes/class-ure-lib.php:
|
306 |
msgid "Make copy of: "
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: ../includes/class-ure-lib.php:
|
310 |
msgid "Select Role:"
|
311 |
msgstr ""
|
312 |
|
313 |
-
#: ../includes/class-ure-lib.php:
|
314 |
msgid "Delete:"
|
315 |
msgstr ""
|
316 |
|
317 |
-
#: ../includes/class-ure-lib.php:
|
318 |
msgid "Capability name (ID): "
|
319 |
msgstr ""
|
320 |
|
321 |
-
#: ../includes/class-ure-lib.php:
|
322 |
msgid "Error: "
|
323 |
msgstr ""
|
324 |
|
325 |
-
#: ../includes/class-ure-lib.php:
|
326 |
msgid "Role"
|
327 |
msgstr ""
|
328 |
|
329 |
-
#: ../includes/class-ure-lib.php:
|
330 |
msgid "does not exist"
|
331 |
msgstr ""
|
332 |
|
333 |
-
#: ../includes/class-ure-lib.php:
|
334 |
msgid "Role is updated successfully"
|
335 |
msgstr ""
|
336 |
|
337 |
-
#: ../includes/class-ure-lib.php:
|
338 |
msgid "Roles are updated for all network"
|
339 |
msgstr ""
|
340 |
|
341 |
-
#: ../includes/class-ure-lib.php:
|
342 |
msgid "Error occured during role(s) update"
|
343 |
msgstr ""
|
344 |
|
345 |
-
#: ../includes/class-ure-lib.php:
|
346 |
msgid "User capabilities are updated successfully"
|
347 |
msgstr ""
|
348 |
|
349 |
-
#: ../includes/class-ure-lib.php:
|
350 |
msgid "Error occured during user update"
|
351 |
msgstr ""
|
352 |
|
353 |
-
#: ../includes/class-ure-lib.php:
|
354 |
msgid "User Roles are restored to WordPress default values. "
|
355 |
msgstr ""
|
356 |
|
357 |
-
#: ../includes/class-ure-lib.php:
|
358 |
msgid "Help"
|
359 |
msgstr ""
|
360 |
|
361 |
-
#: ../includes/class-ure-lib.php:
|
362 |
msgid "Error is occur. Please check the log file."
|
363 |
msgstr ""
|
364 |
|
365 |
-
#: ../includes/class-ure-lib.php:
|
366 |
msgid ""
|
367 |
"Error: Role ID must contain latin characters, digits, hyphens or underscore "
|
368 |
"only!"
|
369 |
msgstr ""
|
370 |
|
371 |
-
#: ../includes/class-ure-lib.php:
|
372 |
msgid ""
|
373 |
"Error: WordPress does not support numeric Role name (ID). Add latin "
|
374 |
"characters to it."
|
375 |
msgstr ""
|
376 |
|
377 |
-
#: ../includes/class-ure-lib.php:
|
378 |
#, php-format
|
379 |
msgid "Role %s exists already"
|
380 |
msgstr ""
|
381 |
|
382 |
-
#: ../includes/class-ure-lib.php:
|
383 |
msgid "Error is encountered during new role create operation"
|
384 |
msgstr ""
|
385 |
|
386 |
-
#: ../includes/class-ure-lib.php:
|
387 |
#, php-format
|
388 |
msgid "Role %s is created successfully"
|
389 |
msgstr ""
|
390 |
|
391 |
-
#: ../includes/class-ure-lib.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
392 |
msgid "Error encountered during role delete operation"
|
393 |
msgstr ""
|
394 |
|
395 |
-
#: ../includes/class-ure-lib.php:
|
396 |
msgid "Unused roles are deleted successfully"
|
397 |
msgstr ""
|
398 |
|
399 |
-
#: ../includes/class-ure-lib.php:
|
400 |
#, php-format
|
401 |
msgid "Role %s is deleted successfully"
|
402 |
msgstr ""
|
403 |
|
404 |
-
#: ../includes/class-ure-lib.php:
|
405 |
msgid "Error encountered during default role change operation"
|
406 |
msgstr ""
|
407 |
|
408 |
-
#: ../includes/class-ure-lib.php:
|
409 |
#, php-format
|
410 |
msgid "Default role for new users is set to %s successfully"
|
411 |
msgstr ""
|
412 |
|
413 |
-
#: ../includes/class-ure-lib.php:
|
414 |
msgid "Editor"
|
415 |
msgstr ""
|
416 |
|
417 |
-
#: ../includes/class-ure-lib.php:
|
418 |
msgid "Author"
|
419 |
msgstr ""
|
420 |
|
421 |
-
#: ../includes/class-ure-lib.php:
|
422 |
msgid "Contributor"
|
423 |
msgstr ""
|
424 |
|
425 |
-
#: ../includes/class-ure-lib.php:
|
426 |
msgid "Subscriber"
|
427 |
msgstr ""
|
428 |
|
429 |
-
#: ../includes/class-ure-lib.php:
|
430 |
msgid "Switch themes"
|
431 |
msgstr ""
|
432 |
|
433 |
-
#: ../includes/class-ure-lib.php:
|
434 |
msgid "Edit themes"
|
435 |
msgstr ""
|
436 |
|
437 |
-
#: ../includes/class-ure-lib.php:
|
438 |
msgid "Activate plugins"
|
439 |
msgstr ""
|
440 |
|
441 |
-
#: ../includes/class-ure-lib.php:
|
442 |
msgid "Edit plugins"
|
443 |
msgstr ""
|
444 |
|
445 |
-
#: ../includes/class-ure-lib.php:
|
446 |
msgid "Edit users"
|
447 |
msgstr ""
|
448 |
|
449 |
-
#: ../includes/class-ure-lib.php:
|
450 |
msgid "Edit files"
|
451 |
msgstr ""
|
452 |
|
453 |
-
#: ../includes/class-ure-lib.php:
|
454 |
msgid "Manage options"
|
455 |
msgstr ""
|
456 |
|
457 |
-
#: ../includes/class-ure-lib.php:
|
458 |
msgid "Moderate comments"
|
459 |
msgstr ""
|
460 |
|
461 |
-
#: ../includes/class-ure-lib.php:
|
462 |
msgid "Manage categories"
|
463 |
msgstr ""
|
464 |
|
465 |
-
#: ../includes/class-ure-lib.php:
|
466 |
msgid "Manage links"
|
467 |
msgstr ""
|
468 |
|
469 |
-
#: ../includes/class-ure-lib.php:
|
470 |
msgid "Upload files"
|
471 |
msgstr ""
|
472 |
|
473 |
-
#: ../includes/class-ure-lib.php:
|
474 |
msgid "Import"
|
475 |
msgstr ""
|
476 |
|
477 |
-
#: ../includes/class-ure-lib.php:
|
478 |
msgid "Unfiltered html"
|
479 |
msgstr ""
|
480 |
|
481 |
-
#: ../includes/class-ure-lib.php:
|
482 |
msgid "Edit posts"
|
483 |
msgstr ""
|
484 |
|
485 |
-
#: ../includes/class-ure-lib.php:
|
486 |
msgid "Edit others posts"
|
487 |
msgstr ""
|
488 |
|
489 |
-
#: ../includes/class-ure-lib.php:
|
490 |
msgid "Edit published posts"
|
491 |
msgstr ""
|
492 |
|
493 |
-
#: ../includes/class-ure-lib.php:
|
494 |
msgid "Publish posts"
|
495 |
msgstr ""
|
496 |
|
497 |
-
#: ../includes/class-ure-lib.php:
|
498 |
msgid "Edit pages"
|
499 |
msgstr ""
|
500 |
|
501 |
-
#: ../includes/class-ure-lib.php:
|
502 |
msgid "Read"
|
503 |
msgstr ""
|
504 |
|
505 |
-
#: ../includes/class-ure-lib.php:
|
506 |
msgid "Level 10"
|
507 |
msgstr ""
|
508 |
|
509 |
-
#: ../includes/class-ure-lib.php:
|
510 |
msgid "Level 9"
|
511 |
msgstr ""
|
512 |
|
513 |
-
#: ../includes/class-ure-lib.php:
|
514 |
msgid "Level 8"
|
515 |
msgstr ""
|
516 |
|
517 |
-
#: ../includes/class-ure-lib.php:
|
518 |
msgid "Level 7"
|
519 |
msgstr ""
|
520 |
|
521 |
-
#: ../includes/class-ure-lib.php:
|
522 |
msgid "Level 6"
|
523 |
msgstr ""
|
524 |
|
525 |
-
#: ../includes/class-ure-lib.php:
|
526 |
msgid "Level 5"
|
527 |
msgstr ""
|
528 |
|
529 |
-
#: ../includes/class-ure-lib.php:
|
530 |
msgid "Level 4"
|
531 |
msgstr ""
|
532 |
|
533 |
-
#: ../includes/class-ure-lib.php:
|
534 |
msgid "Level 3"
|
535 |
msgstr ""
|
536 |
|
537 |
-
#: ../includes/class-ure-lib.php:
|
538 |
msgid "Level 2"
|
539 |
msgstr ""
|
540 |
|
541 |
-
#: ../includes/class-ure-lib.php:
|
542 |
msgid "Level 1"
|
543 |
msgstr ""
|
544 |
|
545 |
-
#: ../includes/class-ure-lib.php:
|
546 |
msgid "Level 0"
|
547 |
msgstr ""
|
548 |
|
549 |
-
#: ../includes/class-ure-lib.php:
|
550 |
msgid "Edit others pages"
|
551 |
msgstr ""
|
552 |
|
553 |
-
#: ../includes/class-ure-lib.php:
|
554 |
msgid "Edit published pages"
|
555 |
msgstr ""
|
556 |
|
557 |
-
#: ../includes/class-ure-lib.php:
|
558 |
msgid "Publish pages"
|
559 |
msgstr ""
|
560 |
|
561 |
-
#: ../includes/class-ure-lib.php:
|
562 |
msgid "Delete pages"
|
563 |
msgstr ""
|
564 |
|
565 |
-
#: ../includes/class-ure-lib.php:
|
566 |
msgid "Delete others pages"
|
567 |
msgstr ""
|
568 |
|
569 |
-
#: ../includes/class-ure-lib.php:
|
570 |
msgid "Delete published pages"
|
571 |
msgstr ""
|
572 |
|
573 |
-
#: ../includes/class-ure-lib.php:
|
574 |
msgid "Delete posts"
|
575 |
msgstr ""
|
576 |
|
577 |
-
#: ../includes/class-ure-lib.php:
|
578 |
msgid "Delete others posts"
|
579 |
msgstr ""
|
580 |
|
581 |
-
#: ../includes/class-ure-lib.php:
|
582 |
msgid "Delete published posts"
|
583 |
msgstr ""
|
584 |
|
585 |
-
#: ../includes/class-ure-lib.php:
|
586 |
msgid "Delete private posts"
|
587 |
msgstr ""
|
588 |
|
589 |
-
#: ../includes/class-ure-lib.php:
|
590 |
msgid "Edit private posts"
|
591 |
msgstr ""
|
592 |
|
593 |
-
#: ../includes/class-ure-lib.php:
|
594 |
msgid "Read private posts"
|
595 |
msgstr ""
|
596 |
|
597 |
-
#: ../includes/class-ure-lib.php:
|
598 |
msgid "Delete private pages"
|
599 |
msgstr ""
|
600 |
|
601 |
-
#: ../includes/class-ure-lib.php:
|
602 |
msgid "Edit private pages"
|
603 |
msgstr ""
|
604 |
|
605 |
-
#: ../includes/class-ure-lib.php:
|
606 |
msgid "Read private pages"
|
607 |
msgstr ""
|
608 |
|
609 |
-
#: ../includes/class-ure-lib.php:
|
610 |
msgid "Delete users"
|
611 |
msgstr ""
|
612 |
|
613 |
-
#: ../includes/class-ure-lib.php:
|
614 |
msgid "Create users"
|
615 |
msgstr ""
|
616 |
|
617 |
-
#: ../includes/class-ure-lib.php:
|
618 |
msgid "Unfiltered upload"
|
619 |
msgstr ""
|
620 |
|
621 |
-
#: ../includes/class-ure-lib.php:
|
622 |
msgid "Edit dashboard"
|
623 |
msgstr ""
|
624 |
|
625 |
-
#: ../includes/class-ure-lib.php:
|
626 |
msgid "Update plugins"
|
627 |
msgstr ""
|
628 |
|
629 |
-
#: ../includes/class-ure-lib.php:
|
630 |
msgid "Delete plugins"
|
631 |
msgstr ""
|
632 |
|
633 |
-
#: ../includes/class-ure-lib.php:
|
634 |
msgid "Install plugins"
|
635 |
msgstr ""
|
636 |
|
637 |
-
#: ../includes/class-ure-lib.php:
|
638 |
msgid "Update themes"
|
639 |
msgstr ""
|
640 |
|
641 |
-
#: ../includes/class-ure-lib.php:
|
642 |
msgid "Install themes"
|
643 |
msgstr ""
|
644 |
|
645 |
-
#: ../includes/class-ure-lib.php:
|
646 |
msgid "Update core"
|
647 |
msgstr ""
|
648 |
|
649 |
-
#: ../includes/class-ure-lib.php:
|
650 |
msgid "List users"
|
651 |
msgstr ""
|
652 |
|
653 |
-
#: ../includes/class-ure-lib.php:
|
654 |
msgid "Remove users"
|
655 |
msgstr ""
|
656 |
|
657 |
-
#: ../includes/class-ure-lib.php:
|
658 |
msgid "Add users"
|
659 |
msgstr ""
|
660 |
|
661 |
-
#: ../includes/class-ure-lib.php:
|
662 |
msgid "Promote users"
|
663 |
msgstr ""
|
664 |
|
665 |
-
#: ../includes/class-ure-lib.php:
|
666 |
msgid "Edit theme options"
|
667 |
msgstr ""
|
668 |
|
669 |
-
#: ../includes/class-ure-lib.php:
|
670 |
msgid "Delete themes"
|
671 |
msgstr ""
|
672 |
|
673 |
-
#: ../includes/class-ure-lib.php:
|
674 |
msgid "Export"
|
675 |
msgstr ""
|
676 |
|
677 |
-
#: ../includes/class-ure-lib.php:
|
678 |
msgid "Error: Capability name must contain latin characters and digits only!"
|
679 |
msgstr ""
|
680 |
|
681 |
-
#: ../includes/class-ure-lib.php:
|
682 |
#, php-format
|
683 |
msgid "Capability %s is added successfully"
|
684 |
msgstr ""
|
685 |
|
686 |
-
#: ../includes/class-ure-lib.php:
|
687 |
#, php-format
|
688 |
msgid "Capability %s exists already"
|
689 |
msgstr ""
|
690 |
|
691 |
-
#: ../includes/class-ure-lib.php:
|
692 |
#, php-format
|
693 |
msgid "Error! You do not have permission to delete this capability: %s!"
|
694 |
msgstr ""
|
695 |
|
696 |
-
#: ../includes/class-ure-lib.php:
|
697 |
#, php-format
|
698 |
msgid "Capability %s is removed successfully"
|
699 |
msgstr ""
|
700 |
|
701 |
-
#: ../includes/class-ure-lib.php:
|
702 |
msgid "Version:"
|
703 |
msgstr ""
|
704 |
|
705 |
-
#: ../includes/class-ure-lib.php:
|
706 |
msgid "Author's website"
|
707 |
msgstr ""
|
708 |
|
709 |
-
#: ../includes/class-ure-lib.php:
|
710 |
msgid "Plugin webpage"
|
711 |
msgstr ""
|
712 |
|
713 |
-
#: ../includes/class-ure-lib.php:
|
714 |
msgid "Plugin download"
|
715 |
msgstr ""
|
716 |
|
717 |
-
#: ../includes/class-ure-lib.php:
|
718 |
msgid "FAQ"
|
719 |
msgstr ""
|
720 |
|
721 |
-
#: ../includes/class-ure-lib.php:
|
722 |
msgid "None"
|
723 |
msgstr ""
|
724 |
|
725 |
-
#: ../includes/class-ure-lib.php:
|
726 |
msgid "Delete All Unused Roles"
|
727 |
msgstr ""
|
728 |
|
729 |
-
#: ../includes/class-ure-lib.php:
|
730 |
msgid "— No role for this site —"
|
731 |
msgstr ""
|
732 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: User Role Editor 2.0\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-09-08 21:33+0700\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Vladimir Garagulya <vladimir@shinephp.com>\n"
|
8 |
"Language-Team: ShinePHP.com <vladimir@shinephp.com>\n"
|
83 |
msgid "Allow non super administrators to create, edit, and delete users"
|
84 |
msgstr ""
|
85 |
|
86 |
+
#: ../includes/class-user-role-editor.php:195
|
87 |
msgid "Change role for users without role"
|
88 |
msgstr ""
|
89 |
|
90 |
+
#: ../includes/class-user-role-editor.php:196
|
91 |
msgid "No rights"
|
92 |
msgstr ""
|
93 |
|
94 |
+
#: ../includes/class-user-role-editor.php:197
|
95 |
msgid "Provide new role"
|
96 |
msgstr ""
|
97 |
|
98 |
+
#: ../includes/class-user-role-editor.php:281
|
99 |
+
#: ../includes/class-user-role-editor.php:283
|
100 |
msgid "You do not have permission to edit this user."
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: ../includes/class-user-role-editor.php:424
|
104 |
msgid "Capabilities"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: ../includes/class-user-role-editor.php:517
|
108 |
msgid "Settings"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: ../includes/class-user-role-editor.php:530
|
112 |
+
#: ../includes/class-ure-lib.php:2275
|
113 |
msgid "Changelog"
|
114 |
msgstr ""
|
115 |
|
116 |
+
#: ../includes/class-user-role-editor.php:552
|
117 |
msgid "Overview"
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: ../includes/class-user-role-editor.php:561
|
121 |
+
#: ../includes/class-user-role-editor.php:589
|
122 |
+
#: ../includes/class-user-role-editor.php:930
|
123 |
+
#: ../includes/class-ure-lib.php:232
|
124 |
msgid "User Role Editor"
|
125 |
msgstr ""
|
126 |
|
127 |
+
#: ../includes/class-user-role-editor.php:646
|
128 |
+
#: ../includes/class-user-role-editor.php:664
|
129 |
+
#: ../includes/class-user-role-editor.php:708
|
130 |
msgid "User Role Editor options are updated"
|
131 |
msgstr ""
|
132 |
|
133 |
+
#: ../includes/class-user-role-editor.php:692
|
134 |
msgid "Default Roles are updated"
|
135 |
msgstr ""
|
136 |
|
137 |
+
#: ../includes/class-user-role-editor.php:716
|
138 |
msgid ""
|
139 |
"You do not have sufficient permissions to manage options for User Role "
|
140 |
"Editor."
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: ../includes/class-user-role-editor.php:791
|
144 |
msgid "Insufficient permissions to work with User Role Editor"
|
145 |
msgstr ""
|
146 |
|
147 |
+
#: ../includes/class-user-role-editor.php:872
|
148 |
msgid "Select All"
|
149 |
msgstr ""
|
150 |
|
151 |
+
#: ../includes/class-user-role-editor.php:873
|
152 |
msgid "Unselect All"
|
153 |
msgstr ""
|
154 |
|
155 |
+
#: ../includes/class-user-role-editor.php:874
|
156 |
msgid "Reverse"
|
157 |
msgstr ""
|
158 |
|
159 |
+
#: ../includes/class-user-role-editor.php:875
|
160 |
msgid "Update"
|
161 |
msgstr ""
|
162 |
|
163 |
+
#: ../includes/class-user-role-editor.php:876
|
164 |
msgid "Please confirm permissions update"
|
165 |
msgstr ""
|
166 |
|
167 |
+
#: ../includes/class-user-role-editor.php:877
|
168 |
msgid "Add New Role"
|
169 |
msgstr ""
|
170 |
|
171 |
+
#: ../includes/class-user-role-editor.php:878
|
172 |
+
#: ../includes/class-user-role-editor.php:883
|
173 |
+
msgid "Rename Role"
|
174 |
+
msgstr ""
|
175 |
+
|
176 |
+
#: ../includes/class-user-role-editor.php:879
|
177 |
msgid " Role name (ID) can not be empty!"
|
178 |
msgstr ""
|
179 |
|
180 |
+
#: ../includes/class-user-role-editor.php:880
|
181 |
msgid ""
|
182 |
" Role name (ID) must contain latin characters, digits, hyphens or underscore "
|
183 |
"only!"
|
184 |
msgstr ""
|
185 |
|
186 |
+
#: ../includes/class-user-role-editor.php:881
|
187 |
msgid ""
|
188 |
" WordPress does not support numeric Role name (ID). Add latin characters to "
|
189 |
"it."
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: ../includes/class-user-role-editor.php:882
|
193 |
msgid "Add Role"
|
194 |
msgstr ""
|
195 |
|
196 |
+
#: ../includes/class-user-role-editor.php:884
|
197 |
msgid "Delete Role"
|
198 |
msgstr ""
|
199 |
|
200 |
+
#: ../includes/class-user-role-editor.php:885
|
201 |
msgid "Cancel"
|
202 |
msgstr ""
|
203 |
|
204 |
+
#: ../includes/class-user-role-editor.php:886
|
205 |
msgid "Add Capability"
|
206 |
msgstr ""
|
207 |
|
208 |
+
#: ../includes/class-user-role-editor.php:887
|
209 |
+
#: ../includes/class-user-role-editor.php:896
|
210 |
msgid "Delete Capability"
|
211 |
msgstr ""
|
212 |
|
213 |
+
#: ../includes/class-user-role-editor.php:888
|
214 |
msgid "Reset"
|
215 |
msgstr ""
|
216 |
|
217 |
+
#: ../includes/class-user-role-editor.php:889
|
218 |
msgid "DANGER! Resetting will restore default settings from WordPress Core."
|
219 |
msgstr ""
|
220 |
|
221 |
+
#: ../includes/class-user-role-editor.php:890
|
222 |
msgid ""
|
223 |
"If any plugins have changed capabilities in any way upon installation (such "
|
224 |
"as S2Member, WooCommerce, and many more), those capabilities will be DELETED!"
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: ../includes/class-user-role-editor.php:891
|
228 |
msgid ""
|
229 |
"For more information on how to undo changes and restore plugin capabilities "
|
230 |
"go to"
|
231 |
msgstr ""
|
232 |
|
233 |
+
#: ../includes/class-user-role-editor.php:893
|
234 |
msgid "Continue?"
|
235 |
msgstr ""
|
236 |
|
237 |
+
#: ../includes/class-user-role-editor.php:894
|
238 |
msgid "Default Role"
|
239 |
msgstr ""
|
240 |
|
241 |
+
#: ../includes/class-user-role-editor.php:895
|
242 |
msgid "Set New Default Role"
|
243 |
msgstr ""
|
244 |
|
245 |
+
#: ../includes/class-user-role-editor.php:897
|
246 |
msgid ""
|
247 |
"Warning! Be careful - removing critical capability could crash some plugin "
|
248 |
"or other custom code"
|
249 |
msgstr ""
|
250 |
|
251 |
+
#: ../includes/class-user-role-editor.php:898
|
252 |
msgid " Capability name (ID) can not be empty!"
|
253 |
msgstr ""
|
254 |
|
255 |
+
#: ../includes/class-user-role-editor.php:899
|
256 |
msgid ""
|
257 |
" Capability name (ID) must contain latin characters, digits, hyphens or "
|
258 |
"underscore only!"
|
259 |
msgstr ""
|
260 |
|
261 |
+
#: ../includes/class-user-role-editor.php:933
|
262 |
+
#: ../includes/class-user-role-editor.php:962
|
263 |
msgid "Other Roles"
|
264 |
msgstr ""
|
265 |
|
266 |
+
#: ../includes/class-user-role-editor.php:944
|
267 |
msgid "Edit"
|
268 |
msgstr ""
|
269 |
|
295 |
msgid "Custom capabilities:"
|
296 |
msgstr ""
|
297 |
|
298 |
+
#: ../includes/class-ure-lib.php:140
|
299 |
msgid "Error: wrong request"
|
300 |
msgstr ""
|
301 |
|
302 |
+
#: ../includes/class-ure-lib.php:173 ../includes/class-ure-lib.php:184
|
303 |
msgid "Role name (ID): "
|
304 |
msgstr ""
|
305 |
|
306 |
+
#: ../includes/class-ure-lib.php:175 ../includes/class-ure-lib.php:186
|
307 |
msgid "Display Role Name: "
|
308 |
msgstr ""
|
309 |
|
310 |
+
#: ../includes/class-ure-lib.php:177
|
311 |
msgid "Make copy of: "
|
312 |
msgstr ""
|
313 |
|
314 |
+
#: ../includes/class-ure-lib.php:193
|
315 |
msgid "Select Role:"
|
316 |
msgstr ""
|
317 |
|
318 |
+
#: ../includes/class-ure-lib.php:208
|
319 |
msgid "Delete:"
|
320 |
msgstr ""
|
321 |
|
322 |
+
#: ../includes/class-ure-lib.php:215
|
323 |
msgid "Capability name (ID): "
|
324 |
msgstr ""
|
325 |
|
326 |
+
#: ../includes/class-ure-lib.php:329
|
327 |
msgid "Error: "
|
328 |
msgstr ""
|
329 |
|
330 |
+
#: ../includes/class-ure-lib.php:329
|
331 |
msgid "Role"
|
332 |
msgstr ""
|
333 |
|
334 |
+
#: ../includes/class-ure-lib.php:330
|
335 |
msgid "does not exist"
|
336 |
msgstr ""
|
337 |
|
338 |
+
#: ../includes/class-ure-lib.php:373
|
339 |
msgid "Role is updated successfully"
|
340 |
msgstr ""
|
341 |
|
342 |
+
#: ../includes/class-ure-lib.php:375
|
343 |
msgid "Roles are updated for all network"
|
344 |
msgstr ""
|
345 |
|
346 |
+
#: ../includes/class-ure-lib.php:381
|
347 |
msgid "Error occured during role(s) update"
|
348 |
msgstr ""
|
349 |
|
350 |
+
#: ../includes/class-ure-lib.php:388
|
351 |
msgid "User capabilities are updated successfully"
|
352 |
msgstr ""
|
353 |
|
354 |
+
#: ../includes/class-ure-lib.php:393
|
355 |
msgid "Error occured during user update"
|
356 |
msgstr ""
|
357 |
|
358 |
+
#: ../includes/class-ure-lib.php:451
|
359 |
msgid "User Roles are restored to WordPress default values. "
|
360 |
msgstr ""
|
361 |
|
362 |
+
#: ../includes/class-ure-lib.php:1317
|
363 |
msgid "Help"
|
364 |
msgstr ""
|
365 |
|
366 |
+
#: ../includes/class-ure-lib.php:1675
|
367 |
msgid "Error is occur. Please check the log file."
|
368 |
msgstr ""
|
369 |
|
370 |
+
#: ../includes/class-ure-lib.php:1718 ../includes/class-ure-lib.php:1785
|
371 |
msgid ""
|
372 |
"Error: Role ID must contain latin characters, digits, hyphens or underscore "
|
373 |
"only!"
|
374 |
msgstr ""
|
375 |
|
376 |
+
#: ../includes/class-ure-lib.php:1722 ../includes/class-ure-lib.php:1789
|
377 |
msgid ""
|
378 |
"Error: WordPress does not support numeric Role name (ID). Add latin "
|
379 |
"characters to it."
|
380 |
msgstr ""
|
381 |
|
382 |
+
#: ../includes/class-ure-lib.php:1737
|
383 |
#, php-format
|
384 |
msgid "Role %s exists already"
|
385 |
msgstr ""
|
386 |
|
387 |
+
#: ../includes/class-ure-lib.php:1752
|
388 |
msgid "Error is encountered during new role create operation"
|
389 |
msgstr ""
|
390 |
|
391 |
+
#: ../includes/class-ure-lib.php:1754
|
392 |
#, php-format
|
393 |
msgid "Role %s is created successfully"
|
394 |
msgstr ""
|
395 |
|
396 |
+
#: ../includes/class-ure-lib.php:1778
|
397 |
+
msgid "Error: Role ID is empty!"
|
398 |
+
msgstr ""
|
399 |
+
|
400 |
+
#: ../includes/class-ure-lib.php:1796
|
401 |
+
msgid "Error: Empty role display name is not allowed."
|
402 |
+
msgstr ""
|
403 |
+
|
404 |
+
#: ../includes/class-ure-lib.php:1803
|
405 |
+
#, php-format
|
406 |
+
msgid "Role %s does not exists"
|
407 |
+
msgstr ""
|
408 |
+
|
409 |
+
#: ../includes/class-ure-lib.php:1811
|
410 |
+
#, php-format
|
411 |
+
msgid "Role %s is renamed to %s successfully"
|
412 |
+
msgstr ""
|
413 |
+
|
414 |
+
#: ../includes/class-ure-lib.php:1878
|
415 |
msgid "Error encountered during role delete operation"
|
416 |
msgstr ""
|
417 |
|
418 |
+
#: ../includes/class-ure-lib.php:1880
|
419 |
msgid "Unused roles are deleted successfully"
|
420 |
msgstr ""
|
421 |
|
422 |
+
#: ../includes/class-ure-lib.php:1882
|
423 |
#, php-format
|
424 |
msgid "Role %s is deleted successfully"
|
425 |
msgstr ""
|
426 |
|
427 |
+
#: ../includes/class-ure-lib.php:1907
|
428 |
msgid "Error encountered during default role change operation"
|
429 |
msgstr ""
|
430 |
|
431 |
+
#: ../includes/class-ure-lib.php:1913
|
432 |
#, php-format
|
433 |
msgid "Default role for new users is set to %s successfully"
|
434 |
msgstr ""
|
435 |
|
436 |
+
#: ../includes/class-ure-lib.php:1932
|
437 |
msgid "Editor"
|
438 |
msgstr ""
|
439 |
|
440 |
+
#: ../includes/class-ure-lib.php:1933
|
441 |
msgid "Author"
|
442 |
msgstr ""
|
443 |
|
444 |
+
#: ../includes/class-ure-lib.php:1934
|
445 |
msgid "Contributor"
|
446 |
msgstr ""
|
447 |
|
448 |
+
#: ../includes/class-ure-lib.php:1935
|
449 |
msgid "Subscriber"
|
450 |
msgstr ""
|
451 |
|
452 |
+
#: ../includes/class-ure-lib.php:1937
|
453 |
msgid "Switch themes"
|
454 |
msgstr ""
|
455 |
|
456 |
+
#: ../includes/class-ure-lib.php:1938
|
457 |
msgid "Edit themes"
|
458 |
msgstr ""
|
459 |
|
460 |
+
#: ../includes/class-ure-lib.php:1939
|
461 |
msgid "Activate plugins"
|
462 |
msgstr ""
|
463 |
|
464 |
+
#: ../includes/class-ure-lib.php:1940
|
465 |
msgid "Edit plugins"
|
466 |
msgstr ""
|
467 |
|
468 |
+
#: ../includes/class-ure-lib.php:1941
|
469 |
msgid "Edit users"
|
470 |
msgstr ""
|
471 |
|
472 |
+
#: ../includes/class-ure-lib.php:1942
|
473 |
msgid "Edit files"
|
474 |
msgstr ""
|
475 |
|
476 |
+
#: ../includes/class-ure-lib.php:1943
|
477 |
msgid "Manage options"
|
478 |
msgstr ""
|
479 |
|
480 |
+
#: ../includes/class-ure-lib.php:1944
|
481 |
msgid "Moderate comments"
|
482 |
msgstr ""
|
483 |
|
484 |
+
#: ../includes/class-ure-lib.php:1945
|
485 |
msgid "Manage categories"
|
486 |
msgstr ""
|
487 |
|
488 |
+
#: ../includes/class-ure-lib.php:1946
|
489 |
msgid "Manage links"
|
490 |
msgstr ""
|
491 |
|
492 |
+
#: ../includes/class-ure-lib.php:1947
|
493 |
msgid "Upload files"
|
494 |
msgstr ""
|
495 |
|
496 |
+
#: ../includes/class-ure-lib.php:1948
|
497 |
msgid "Import"
|
498 |
msgstr ""
|
499 |
|
500 |
+
#: ../includes/class-ure-lib.php:1949
|
501 |
msgid "Unfiltered html"
|
502 |
msgstr ""
|
503 |
|
504 |
+
#: ../includes/class-ure-lib.php:1950
|
505 |
msgid "Edit posts"
|
506 |
msgstr ""
|
507 |
|
508 |
+
#: ../includes/class-ure-lib.php:1951
|
509 |
msgid "Edit others posts"
|
510 |
msgstr ""
|
511 |
|
512 |
+
#: ../includes/class-ure-lib.php:1952
|
513 |
msgid "Edit published posts"
|
514 |
msgstr ""
|
515 |
|
516 |
+
#: ../includes/class-ure-lib.php:1953
|
517 |
msgid "Publish posts"
|
518 |
msgstr ""
|
519 |
|
520 |
+
#: ../includes/class-ure-lib.php:1954
|
521 |
msgid "Edit pages"
|
522 |
msgstr ""
|
523 |
|
524 |
+
#: ../includes/class-ure-lib.php:1955
|
525 |
msgid "Read"
|
526 |
msgstr ""
|
527 |
|
528 |
+
#: ../includes/class-ure-lib.php:1956
|
529 |
msgid "Level 10"
|
530 |
msgstr ""
|
531 |
|
532 |
+
#: ../includes/class-ure-lib.php:1957
|
533 |
msgid "Level 9"
|
534 |
msgstr ""
|
535 |
|
536 |
+
#: ../includes/class-ure-lib.php:1958
|
537 |
msgid "Level 8"
|
538 |
msgstr ""
|
539 |
|
540 |
+
#: ../includes/class-ure-lib.php:1959
|
541 |
msgid "Level 7"
|
542 |
msgstr ""
|
543 |
|
544 |
+
#: ../includes/class-ure-lib.php:1960
|
545 |
msgid "Level 6"
|
546 |
msgstr ""
|
547 |
|
548 |
+
#: ../includes/class-ure-lib.php:1961
|
549 |
msgid "Level 5"
|
550 |
msgstr ""
|
551 |
|
552 |
+
#: ../includes/class-ure-lib.php:1962
|
553 |
msgid "Level 4"
|
554 |
msgstr ""
|
555 |
|
556 |
+
#: ../includes/class-ure-lib.php:1963
|
557 |
msgid "Level 3"
|
558 |
msgstr ""
|
559 |
|
560 |
+
#: ../includes/class-ure-lib.php:1964
|
561 |
msgid "Level 2"
|
562 |
msgstr ""
|
563 |
|
564 |
+
#: ../includes/class-ure-lib.php:1965
|
565 |
msgid "Level 1"
|
566 |
msgstr ""
|
567 |
|
568 |
+
#: ../includes/class-ure-lib.php:1966
|
569 |
msgid "Level 0"
|
570 |
msgstr ""
|
571 |
|
572 |
+
#: ../includes/class-ure-lib.php:1967
|
573 |
msgid "Edit others pages"
|
574 |
msgstr ""
|
575 |
|
576 |
+
#: ../includes/class-ure-lib.php:1968
|
577 |
msgid "Edit published pages"
|
578 |
msgstr ""
|
579 |
|
580 |
+
#: ../includes/class-ure-lib.php:1969
|
581 |
msgid "Publish pages"
|
582 |
msgstr ""
|
583 |
|
584 |
+
#: ../includes/class-ure-lib.php:1970
|
585 |
msgid "Delete pages"
|
586 |
msgstr ""
|
587 |
|
588 |
+
#: ../includes/class-ure-lib.php:1971
|
589 |
msgid "Delete others pages"
|
590 |
msgstr ""
|
591 |
|
592 |
+
#: ../includes/class-ure-lib.php:1972
|
593 |
msgid "Delete published pages"
|
594 |
msgstr ""
|
595 |
|
596 |
+
#: ../includes/class-ure-lib.php:1973
|
597 |
msgid "Delete posts"
|
598 |
msgstr ""
|
599 |
|
600 |
+
#: ../includes/class-ure-lib.php:1974
|
601 |
msgid "Delete others posts"
|
602 |
msgstr ""
|
603 |
|
604 |
+
#: ../includes/class-ure-lib.php:1975
|
605 |
msgid "Delete published posts"
|
606 |
msgstr ""
|
607 |
|
608 |
+
#: ../includes/class-ure-lib.php:1976
|
609 |
msgid "Delete private posts"
|
610 |
msgstr ""
|
611 |
|
612 |
+
#: ../includes/class-ure-lib.php:1977
|
613 |
msgid "Edit private posts"
|
614 |
msgstr ""
|
615 |
|
616 |
+
#: ../includes/class-ure-lib.php:1978
|
617 |
msgid "Read private posts"
|
618 |
msgstr ""
|
619 |
|
620 |
+
#: ../includes/class-ure-lib.php:1979
|
621 |
msgid "Delete private pages"
|
622 |
msgstr ""
|
623 |
|
624 |
+
#: ../includes/class-ure-lib.php:1980
|
625 |
msgid "Edit private pages"
|
626 |
msgstr ""
|
627 |
|
628 |
+
#: ../includes/class-ure-lib.php:1981
|
629 |
msgid "Read private pages"
|
630 |
msgstr ""
|
631 |
|
632 |
+
#: ../includes/class-ure-lib.php:1982
|
633 |
msgid "Delete users"
|
634 |
msgstr ""
|
635 |
|
636 |
+
#: ../includes/class-ure-lib.php:1983
|
637 |
msgid "Create users"
|
638 |
msgstr ""
|
639 |
|
640 |
+
#: ../includes/class-ure-lib.php:1984
|
641 |
msgid "Unfiltered upload"
|
642 |
msgstr ""
|
643 |
|
644 |
+
#: ../includes/class-ure-lib.php:1985
|
645 |
msgid "Edit dashboard"
|
646 |
msgstr ""
|
647 |
|
648 |
+
#: ../includes/class-ure-lib.php:1986
|
649 |
msgid "Update plugins"
|
650 |
msgstr ""
|
651 |
|
652 |
+
#: ../includes/class-ure-lib.php:1987
|
653 |
msgid "Delete plugins"
|
654 |
msgstr ""
|
655 |
|
656 |
+
#: ../includes/class-ure-lib.php:1988
|
657 |
msgid "Install plugins"
|
658 |
msgstr ""
|
659 |
|
660 |
+
#: ../includes/class-ure-lib.php:1989
|
661 |
msgid "Update themes"
|
662 |
msgstr ""
|
663 |
|
664 |
+
#: ../includes/class-ure-lib.php:1990
|
665 |
msgid "Install themes"
|
666 |
msgstr ""
|
667 |
|
668 |
+
#: ../includes/class-ure-lib.php:1991
|
669 |
msgid "Update core"
|
670 |
msgstr ""
|
671 |
|
672 |
+
#: ../includes/class-ure-lib.php:1992
|
673 |
msgid "List users"
|
674 |
msgstr ""
|
675 |
|
676 |
+
#: ../includes/class-ure-lib.php:1993
|
677 |
msgid "Remove users"
|
678 |
msgstr ""
|
679 |
|
680 |
+
#: ../includes/class-ure-lib.php:1994
|
681 |
msgid "Add users"
|
682 |
msgstr ""
|
683 |
|
684 |
+
#: ../includes/class-ure-lib.php:1995
|
685 |
msgid "Promote users"
|
686 |
msgstr ""
|
687 |
|
688 |
+
#: ../includes/class-ure-lib.php:1996
|
689 |
msgid "Edit theme options"
|
690 |
msgstr ""
|
691 |
|
692 |
+
#: ../includes/class-ure-lib.php:1997
|
693 |
msgid "Delete themes"
|
694 |
msgstr ""
|
695 |
|
696 |
+
#: ../includes/class-ure-lib.php:1998
|
697 |
msgid "Export"
|
698 |
msgstr ""
|
699 |
|
700 |
+
#: ../includes/class-ure-lib.php:2108
|
701 |
msgid "Error: Capability name must contain latin characters and digits only!"
|
702 |
msgstr ""
|
703 |
|
704 |
+
#: ../includes/class-ure-lib.php:2121
|
705 |
#, php-format
|
706 |
msgid "Capability %s is added successfully"
|
707 |
msgstr ""
|
708 |
|
709 |
+
#: ../includes/class-ure-lib.php:2123
|
710 |
#, php-format
|
711 |
msgid "Capability %s exists already"
|
712 |
msgstr ""
|
713 |
|
714 |
+
#: ../includes/class-ure-lib.php:2148
|
715 |
#, php-format
|
716 |
msgid "Error! You do not have permission to delete this capability: %s!"
|
717 |
msgstr ""
|
718 |
|
719 |
+
#: ../includes/class-ure-lib.php:2167
|
720 |
#, php-format
|
721 |
msgid "Capability %s is removed successfully"
|
722 |
msgstr ""
|
723 |
|
724 |
+
#: ../includes/class-ure-lib.php:2271
|
725 |
msgid "Version:"
|
726 |
msgstr ""
|
727 |
|
728 |
+
#: ../includes/class-ure-lib.php:2272
|
729 |
msgid "Author's website"
|
730 |
msgstr ""
|
731 |
|
732 |
+
#: ../includes/class-ure-lib.php:2273
|
733 |
msgid "Plugin webpage"
|
734 |
msgstr ""
|
735 |
|
736 |
+
#: ../includes/class-ure-lib.php:2274
|
737 |
msgid "Plugin download"
|
738 |
msgstr ""
|
739 |
|
740 |
+
#: ../includes/class-ure-lib.php:2276
|
741 |
msgid "FAQ"
|
742 |
msgstr ""
|
743 |
|
744 |
+
#: ../includes/class-ure-lib.php:2324
|
745 |
msgid "None"
|
746 |
msgstr ""
|
747 |
|
748 |
+
#: ../includes/class-ure-lib.php:2351
|
749 |
msgid "Delete All Unused Roles"
|
750 |
msgstr ""
|
751 |
|
752 |
+
#: ../includes/class-ure-lib.php:2375
|
753 |
msgid "— No role for this site —"
|
754 |
msgstr ""
|
755 |
|
readme.txt
CHANGED
@@ -83,6 +83,10 @@ Share with me new ideas about plugin further development and link to your site w
|
|
83 |
|
84 |
|
85 |
== Changelog ==
|
|
|
|
|
|
|
|
|
86 |
= 4.14.4 =
|
87 |
* 08.08.2014
|
88 |
* Missed "manage_sites" user capability was added to the list of built-in WordPress capabilities managed by User Role Editor.
|
83 |
|
84 |
|
85 |
== Changelog ==
|
86 |
+
= 4.15 =
|
87 |
+
* 08.09.2014
|
88 |
+
* Rename role button was added to the URE toolbar. It allows to change user role display name (role ID is always the same). Be careful and double think before rename some built-in WordPress role.
|
89 |
+
|
90 |
= 4.14.4 =
|
91 |
* 08.08.2014
|
92 |
* Missed "manage_sites" user capability was added to the list of built-in WordPress capabilities managed by User Role Editor.
|
screenshot-1.png
CHANGED
Binary file
|
user-role-editor.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: User Role Editor
|
4 |
Plugin URI: http://role-editor.com
|
5 |
Description: Change/add/delete WordPress user roles and capabilities.
|
6 |
-
Version: 4.
|
7 |
Author: Vladimir Garagulya
|
8 |
Author URI: http://www.shinephp.com
|
9 |
Text Domain: ure
|
@@ -23,7 +23,7 @@ if (defined('URE_PLUGIN_URL')) {
|
|
23 |
wp_die('It seems that other version of User Role Editor is active. Please deactivate it before use this version');
|
24 |
}
|
25 |
|
26 |
-
define('URE_VERSION', '4.
|
27 |
define('URE_PLUGIN_URL', plugin_dir_url(__FILE__));
|
28 |
define('URE_PLUGIN_DIR', plugin_dir_path(__FILE__));
|
29 |
define('URE_PLUGIN_FILE', basename(__FILE__));
|
3 |
Plugin Name: User Role Editor
|
4 |
Plugin URI: http://role-editor.com
|
5 |
Description: Change/add/delete WordPress user roles and capabilities.
|
6 |
+
Version: 4.15
|
7 |
Author: Vladimir Garagulya
|
8 |
Author URI: http://www.shinephp.com
|
9 |
Text Domain: ure
|
23 |
wp_die('It seems that other version of User Role Editor is active. Please deactivate it before use this version');
|
24 |
}
|
25 |
|
26 |
+
define('URE_VERSION', '4.15');
|
27 |
define('URE_PLUGIN_URL', plugin_dir_url(__FILE__));
|
28 |
define('URE_PLUGIN_DIR', plugin_dir_path(__FILE__));
|
29 |
define('URE_PLUGIN_FILE', basename(__FILE__));
|