User Role Editor - Version 3.8.1

Version Description

  • 21.10.2012
  • Fix: URE taked roles names from the database directly and ignored changes made to roles names on the fly by other plugins or themes, names, which were cached by WordPress internally, but were not written to the database. URE uses WordPress internal cache now.
  • Roles names translation update: if URE translation file doesn't exist for blog default language, URE uses WordPress internal translation now.
  • Serbian translation is added. Thanks to Diana.
Download this release

Release Info

Developer shinephp
Plugin Icon 128x128 User Role Editor
Version 3.8.1
Comparing to
See all releases

Code changes from version 3.8 to 3.8.1

images/chooseplugin.png CHANGED
Binary file
images/wpcouponshop.png ADDED
Binary file
includes/ure-lib.php CHANGED
@@ -122,11 +122,11 @@ function ure_showMessage($message) {
122
  function ure_getUserRoles() {
123
  global $wp_roles, $wp_user_roles;
124
 
125
- $wp_user_roles = null; // do not take values from cache, force WP to retrieve roles from DB
126
- $wp_roles = null;
127
- $wp_roles = new WP_Roles();
128
-
129
- $ure_roles = $wp_roles->roles;
130
  if (is_array($ure_roles)) {
131
  asort($ure_roles);
132
  }
122
  function ure_getUserRoles() {
123
  global $wp_roles, $wp_user_roles;
124
 
125
+ if (!isset($wp_roles)) {
126
+ $wp_roles = new WP_Roles();
127
+ }
128
+
129
+ $ure_roles = $wp_roles->roles;
130
  if (is_array($ure_roles)) {
131
  asort($ure_roles);
132
  }
includes/ure-options.php CHANGED
@@ -214,99 +214,101 @@ ure_showMessage($mess);
214
 
215
  </script>
216
  <div id="poststuff">
217
- <div class="ure-sidebar" >
218
- <div style="text-align: center;">
219
- <a href="http://w-shadow.com/admin-menu-editor-pro/?utm_source=UserRoleEditor&utm_medium=banner&utm_campaign=Plugins " target="_new" ><img src="<?php echo URE_PLUGIN_URL.'/images/admin-menu-editor-pro.jpg';?>" alt="Admin Menu Editor Pro" title="Move, rename, hide, add admin menu items, restrict access"/></a>
220
- </div>
221
- <hr />
222
- <div style="text-align: center;">
223
- <a title="ManageWP" href="http://managewp.com/?utm_source=user_role_editor&utm_medium=Banner&utm_content=mwp250_2&utm_campaign=Plugins" targer="_new" >
224
- <img width="250" height="250" alt="ManageWP" src="<?php echo URE_PLUGIN_URL;?>/images/mwp250_2.png">
225
- </a>
226
- </div>
227
- <hr />
228
- <div style="text-align: center;">
229
- <a href="http://chooseplugin.com"><img src="<?php echo URE_PLUGIN_URL.'/images/chooseplugin.png';?>" alt="ChoosePlugin.com" title="Advanced search plugins service from User Role Editor developer"/></a>
230
- </div>
231
- <hr />
232
- <?php ure_displayBoxStart(__('About this Plugin:', 'ure')); ?>
233
- <a class="ure_rsb_link" style="background-image:url(<?php echo $shinephpFavIcon; ?>);" target="_blank" href="http://www.shinephp.com/"><?php _e("Author's website", 'ure'); ?></a>
234
- <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL.'/images/user-role-editor-icon.png'; ?>);" target="_blank" href="http://www.shinephp.com/user-role-editor-wordpress-plugin/"><?php _e('Plugin webpage', 'ure'); ?></a>
235
- <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>
236
- <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>
237
- <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL.'/images/greetings.png'; ?>);" onclick="ure_show_greetings()" href="#greetings"><?php _e('Greetings', 'ure'); ?></a>
238
- <hr />
239
- <div style="text-align: center;">
240
- <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
241
- <input type="hidden" name="cmd" value="_s-xclick">
242
- <input type="hidden" name="encrypted"
243
- value="-----BEGIN PKCS7-----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-----END PKCS7-----">
244
- <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
245
- <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
246
- </form>
247
- </div>
248
- <hr />
249
- <h3>Recently donated</h3>
250
- <ul>
251
- <li><a href="http://thenineshub.com/" title="To The Nines Web Agency" target="new">To The Nines Web Agency</a></li>
252
- <li><a href="http://helpkyria.com" title="http://helpkyria.com" target="new">Miami</a></li>
253
- <li>quintain</li>
254
- <li><a href="http://www.s2member.com" title="s2member.com" target="new">s2member.com / WebSharks, Inc.</a></li>
255
- <li><a href="http://www.eastwoodzhao.com" title="www.eastwoodzhao.com" target="new">Eastwood</a></li>
256
- </ul>
257
- <?php ure_displayBoxEnd();?>
258
- <div id="ure_greetings" style="clear: left; float: left; display: none;">
259
- <?php ure_displayBoxStart('<a name="greetings">'.__('Greetings:','ure').'</a>'); ?>
260
- <a class="ure_rsb_link" style="background-image:url(<?php echo $shinephpFavIcon; ?>);" target="_blank" title="<?php _e("It's me, the author", 'ure'); ?>" href="http://www.shinephp.com/">Vladimir</a>
261
- <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL.'/images/marsis.png'; ?>)" target="_blank" title="<?php _e("For the help with Belorussian translation", 'ure'); ?>" href="http://pc.de">Marsis G.</a>
262
- <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL.'/images/rafael.png'; ?>)" target="_blank" title="<?php _e("For the help with Brasilian translation", 'ure'); ?>" href="http://www.arquiteturailustrada.com.br/">Rafael Galdencio</a>
263
- <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL.'/images/onbiz.png'; ?>)" target="_blank" title="<?php _e("For the help with Brasilian Portuguese translation", 'ure'); ?>" href="http://www.onbiz.com.br">Onbiz</a>
264
- <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL.'/images/jackytsu.png'; ?>)" target="_blank" title="<?php _e("For the help with Chinese translation", 'ure'); ?>" href="http://www.jackytsu.com">Jackytsu</a>
265
- <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL.'/images/ivaldi.png'; ?>)" target="_blank" title="<?php _e("For the help with Dutch translation", 'ure'); ?>" href="http://www.ivaldi.nl">Frank Groeneveld</a>
266
- <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL.'/images/lauri.png'; ?>)" target="_blank" title="<?php _e("For the help with Finnish translation", 'ure'); ?>" href="http://www.viidakkorumpu.fi">Lauri Merisaari</a>
267
- <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL.'/images/presse-et-multimedia.png'; ?>)" target="_blank" title="<?php _e("For the help with French translation", 'ure'); ?>" href="http://presse-et-multimedia.fr/blog/">Presse et Multimedia</a>
268
- <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL.'/images/whiler.png'; ?>)" target="_blank" title="<?php _e("For the help with French translation", 'ure'); ?>" href="http://blogs.wittwer.fr/whiler/">Whiler</a>
269
- <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL.'/images/peter.png'; ?>)" target="_blank" title="<?php _e("For the help with German translation", 'ure'); ?>" href="http://www.becker-heidmann.de">Peter</a>
270
- <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL.'/images/aryo.png'; ?>)" target="_blank" title="<?php _e("For the help with Hebrew translation", 'ure'); ?>" href="http://www.aryo.co.il/">ARYO Digital</a>
271
- <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL.'/images/sagive.png'; ?>)" target="_blank" title="<?php _e("For the help with Hebrew translation", 'ure'); ?>" href="http://www.sagive.co.il/">Sagive</a>
272
- <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL.'/images/outshine.png'; ?>)" target="_blank" title="<?php _e("For the help with Hindi translation", 'ure'); ?>" href="http://outshinesolutions.com">Outshine Solutions</a>
273
- <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL.'/images/blacksnail.png'; ?>)" target="_blank" title="<?php _e("For the help with Hungarian translation", 'ure'); ?>" href="http://www.blacksnail.hu">István</a>
274
- <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL.'/images/tristano.png'; ?>);" target="_blank" title="<?php _e("For the help with Italian translation",'pgc');?>" href="http://www.zenfactor.org ">Tristano Ajmone</a>
275
- <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL.'/images/venezialog.png'; ?>)" target="_blank" title="<?php _e("For the help with Italian translation", 'ure'); ?>" href="http://venezialog.net">Umberto Sartori</a>
276
- <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL.'/images/technologjp.png'; ?>)" target="_blank" title="<?php _e("For the help with Japanese translation", 'ure'); ?>" href="http://technolog.jp">Technolog.jp</a>
277
- <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL.'/images/host1free.png'; ?>)" target="_blank" title="<?php _e("For the help with Lithuanian translation", 'ure'); ?>" href="http://host1free.com">Vincent G</a>
278
- <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL.'/images/parsa.png'; ?>)" target="_blank" title="<?php _e("For the help with Persian translation", 'ure'); ?>" href="http://parsa.ws">Parsa</a>
279
- <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL.'/images/good-life.png'; ?>)" target="_blank" title="<?php _e("For the help with Persian translation", 'ure'); ?>" href="http://good-life.ir">Good Life</a>
280
- <span title="<?php _e("For the help with Persian translation", 'ure'); ?>">Amir Khalilnejad</span>
281
- <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL.'/images/tagsite.png'; ?>)" target="_blank" title="<?php _e("For the help with Polish translation", 'ure'); ?>" href="http://www.tagsite.eu">TagSite</a>
282
- <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL.'/images/bartosz.png'; ?>)" target="_blank" title="<?php _e("For the help with Polish translation", 'ure'); ?>" href="http://www.digitalfactory.pl">Bartosz</a>
283
- <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL.'/images/infomed.png'; ?>)" target="_blank" title="<?php _e("For the help with Spanish translation", 'ure'); ?>" href="http://www.sld.cu">Victor Ricardo Díaz (INFOMED)</a>
284
- <span title="<?php _e("For the help with Spanish translation", 'ure'); ?>" >Dario Ferrer</span>
285
- <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL.'/images/andreas.png'; ?>)" target="_blank" title="<?php _e("For the updated Swedish translation", 'ure'); ?>" href="http://adevade.com/">Andréas Lundgren</a>
286
- <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL.'/images/christer.png'; ?>)" target="_blank" title="<?php _e("For the help with Swedish translation", 'ure'); ?>" href="http://www.startlinks.eu">Christer Dahlbacka</a>
287
- <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL.'/images/muhammed.png'; ?>)" target="_blank" title="<?php _e("For the help with Turkish translation", 'ure'); ?>" href="http://ben.muhammed.im/">Muhammed YILDIRIM</a>
288
- <hr />
289
- <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL.'/images/fullthrottle.png'; ?>)" target="_blank" title="<?php _e("For the code to hide administrator role", 'ure'); ?>" href="http://fullthrottledevelopment.com/how-to-hide-the-adminstrator-on-the-wordpress-users-screen">FullThrottle</a>
290
- <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL.'/images/lorenzo.png'; ?>)" target="_blank" title="<?php _e("For the code enhancement suggestion", 'ure'); ?>" href="http://www.extera.com">Lorenzo Nicoletti</a>
291
- <hr />
292
- <?php _e('Do you wish to see your name with link to your site here? You are welcome! Your help with translation and new ideas are very appreciated.', 'ure'); ?>
293
- <?php ure_displayBoxEnd(); ?>
294
- </div>
295
- </div>
296
- <div class="has-sidebar" >
297
- <form id="ure_form" method="post" action="<?php echo URE_PARENT; ?>?page=user-role-editor.php" onsubmit="return ure_onSubmit();">
298
- <?php
299
- settings_fields('ure-options');
300
- ?>
301
 
302
- <?php
303
- if ($ure_object == 'user') {
304
- require_once('ure-user-edit.php');
305
- } else {
306
- require_once('ure-role-edit.php');
307
- }
308
- ?>
309
- </form>
310
- </div>
311
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
312
 
214
 
215
  </script>
216
  <div id="poststuff">
217
+ <div class="ure-sidebar" >
218
+ <div style="text-align: center;">
219
+ <a href="http://w-shadow.com/admin-menu-editor-pro/?utm_source=UserRoleEditor&utm_medium=banner&utm_campaign=Plugins " target="_new" ><img src="<?php echo URE_PLUGIN_URL . '/images/admin-menu-editor-pro.jpg'; ?>" alt="Admin Menu Editor Pro" title="Move, rename, hide, add admin menu items, restrict access"/></a>
220
+ </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
221
 
222
+ <div style="text-align: center;">
223
+ <a title="ManageWP" href="http://managewp.com/?utm_source=user_role_editor&utm_medium=Banner&utm_content=mwp250_2&utm_campaign=Plugins" target="_new" >
224
+ <img width="250" height="250" alt="ManageWP" src="<?php echo URE_PLUGIN_URL; ?>/images/mwp250_2.png">
225
+ </a>
226
+ </div>
227
+
228
+ <div style="text-align: center;">
229
+ <a href="http://chooseplugin.com"><img src="<?php echo URE_PLUGIN_URL . '/images/chooseplugin.png'; ?>" alt="Choose WordPress plugins with ChoosePlugin.com" title="Advanced search WordPress plugins service from User Role Editor developer" /></a>
230
+ </div>
231
+
232
+ <?php ure_displayBoxStart(__('About this Plugin:', 'ure')); ?>
233
+ <a class="ure_rsb_link" style="background-image:url(<?php echo $shinephpFavIcon; ?>);" target="_blank" href="http://www.shinephp.com/"><?php _e("Author's website", 'ure'); ?></a>
234
+ <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . '/images/user-role-editor-icon.png'; ?>);" target="_blank" href="http://www.shinephp.com/user-role-editor-wordpress-plugin/"><?php _e('Plugin webpage', 'ure'); ?></a>
235
+ <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>
236
+ <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>
237
+ <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . '/images/greetings.png'; ?>);" onclick="ure_show_greetings()" href="#greetings"><?php _e('Greetings', 'ure'); ?></a>
238
+ <hr />
239
+ <div style="text-align: center;">
240
+ <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
241
+ <input type="hidden" name="cmd" value="_s-xclick">
242
+ <input type="hidden" name="encrypted"
243
+ value="-----BEGIN PKCS7-----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-----END PKCS7-----">
244
+ <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
245
+ <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
246
+ </form>
247
+ </div>
248
+ <hr />
249
+ <h3><?php _e('Recently donated', 'ure'); ?></h3>
250
+ <ul>
251
+ <li><a href="http://thenineshub.com/" title="To The Nines Web Agency" target="new">To The Nines Web Agency</a></li>
252
+ <li><a href="http://helpkyria.com" title="http://helpkyria.com" target="new">Miami</a></li>
253
+ <li>quintain</li>
254
+ <li><a href="http://www.s2member.com" title="s2member.com" target="new">s2member.com / WebSharks, Inc.</a></li>
255
+ <li><a href="http://www.eastwoodzhao.com" title="www.eastwoodzhao.com" target="new">Eastwood</a></li>
256
+ </ul>
257
+ <div id="ure_greetings" style="clear: left; float: left; display: none;">
258
+ <hr />
259
+ <h3><a name="greetings"><?php _e('Greetings', 'ure'); ?></a></h3>
260
+ <a class="ure_rsb_link" style="background-image:url(<?php echo $shinephpFavIcon; ?>);" target="_blank" title="<?php _e("It's me, the author", 'ure'); ?>" href="http://www.shinephp.com/">Vladimir</a>
261
+ <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . '/images/marsis.png'; ?>)" target="_blank" title="<?php _e("For the help with Belorussian translation", 'ure'); ?>" href="http://pc.de">Marsis G.</a>
262
+ <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . '/images/rafael.png'; ?>)" target="_blank" title="<?php _e("For the help with Brasilian translation", 'ure'); ?>" href="http://www.arquiteturailustrada.com.br/">Rafael Galdencio</a>
263
+ <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . '/images/onbiz.png'; ?>)" target="_blank" title="<?php _e("For the help with Brasilian Portuguese translation", 'ure'); ?>" href="http://www.onbiz.com.br">Onbiz</a>
264
+ <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . '/images/jackytsu.png'; ?>)" target="_blank" title="<?php _e("For the help with Chinese translation", 'ure'); ?>" href="http://www.jackytsu.com">Jackytsu</a>
265
+ <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . '/images/ivaldi.png'; ?>)" target="_blank" title="<?php _e("For the help with Dutch translation", 'ure'); ?>" href="http://www.ivaldi.nl">Frank Groeneveld</a>
266
+ <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . '/images/lauri.png'; ?>)" target="_blank" title="<?php _e("For the help with Finnish translation", 'ure'); ?>" href="http://www.viidakkorumpu.fi">Lauri Merisaari</a>
267
+ <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . '/images/presse-et-multimedia.png'; ?>)" target="_blank" title="<?php _e("For the help with French translation", 'ure'); ?>" href="http://presse-et-multimedia.fr/blog/">Presse et Multimedia</a>
268
+ <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . '/images/whiler.png'; ?>)" target="_blank" title="<?php _e("For the help with French translation", 'ure'); ?>" href="http://blogs.wittwer.fr/whiler/">Whiler</a>
269
+ <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . '/images/peter.png'; ?>)" target="_blank" title="<?php _e("For the help with German translation", 'ure'); ?>" href="http://www.becker-heidmann.de">Peter</a>
270
+ <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . '/images/aryo.png'; ?>)" target="_blank" title="<?php _e("For the help with Hebrew translation", 'ure'); ?>" href="http://www.aryo.co.il/">ARYO Digital</a>
271
+ <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . '/images/sagive.png'; ?>)" target="_blank" title="<?php _e("For the help with Hebrew translation", 'ure'); ?>" href="http://www.sagive.co.il/">Sagive</a>
272
+ <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . '/images/outshine.png'; ?>)" target="_blank" title="<?php _e("For the help with Hindi translation", 'ure'); ?>" href="http://outshinesolutions.com">Outshine Solutions</a>
273
+ <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . '/images/blacksnail.png'; ?>)" target="_blank" title="<?php _e("For the help with Hungarian translation", 'ure'); ?>" href="http://www.blacksnail.hu">István</a>
274
+ <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . '/images/tristano.png'; ?>);" target="_blank" title="<?php _e("For the help with Italian translation", 'pgc'); ?>" href="http://www.zenfactor.org ">Tristano Ajmone</a>
275
+ <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . '/images/venezialog.png'; ?>)" target="_blank" title="<?php _e("For the help with Italian translation", 'ure'); ?>" href="http://venezialog.net">Umberto Sartori</a>
276
+ <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . '/images/technologjp.png'; ?>)" target="_blank" title="<?php _e("For the help with Japanese translation", 'ure'); ?>" href="http://technolog.jp">Technolog.jp</a>
277
+ <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . '/images/host1free.png'; ?>)" target="_blank" title="<?php _e("For the help with Lithuanian translation", 'ure'); ?>" href="http://host1free.com">Vincent G</a>
278
+ <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . '/images/parsa.png'; ?>)" target="_blank" title="<?php _e("For the help with Persian translation", 'ure'); ?>" href="http://parsa.ws">Parsa</a>
279
+ <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . '/images/good-life.png'; ?>)" target="_blank" title="<?php _e("For the help with Persian translation", 'ure'); ?>" href="http://good-life.ir">Good Life</a>
280
+ <span title="<?php _e("For the help with Persian translation", 'ure'); ?>">Amir Khalilnejad</span>
281
+ <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . '/images/tagsite.png'; ?>)" target="_blank" title="<?php _e("For the help with Polish translation", 'ure'); ?>" href="http://www.tagsite.eu">TagSite</a>
282
+ <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . '/images/bartosz.png'; ?>)" target="_blank" title="<?php _e("For the help with Polish translation", 'ure'); ?>" href="http://www.digitalfactory.pl">Bartosz</a>
283
+ <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . '/images/wpcouponshop.png'; ?>)" target="_blank" title="<?php _e("For the help with Serbian translation", 'ure'); ?>" href="http://wpcouponshop.com">Diana</a>
284
+ <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . '/images/infomed.png'; ?>)" target="_blank" title="<?php _e("For the help with Spanish translation", 'ure'); ?>" href="http://www.sld.cu">Victor Ricardo Díaz (INFOMED)</a>
285
+ <span title="<?php _e("For the help with Spanish translation", 'ure'); ?>" >Dario Ferrer</span>
286
+ <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . '/images/andreas.png'; ?>)" target="_blank" title="<?php _e("For the updated Swedish translation", 'ure'); ?>" href="http://adevade.com/">Andréas Lundgren</a>
287
+ <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . '/images/christer.png'; ?>)" target="_blank" title="<?php _e("For the help with Swedish translation", 'ure'); ?>" href="http://www.startlinks.eu">Christer Dahlbacka</a>
288
+ <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . '/images/muhammed.png'; ?>)" target="_blank" title="<?php _e("For the help with Turkish translation", 'ure'); ?>" href="http://ben.muhammed.im/">Muhammed YILDIRIM</a>
289
+ <hr />
290
+ <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . '/images/fullthrottle.png'; ?>)" target="_blank" title="<?php _e("For the code to hide administrator role", 'ure'); ?>" href="http://fullthrottledevelopment.com/how-to-hide-the-adminstrator-on-the-wordpress-users-screen">FullThrottle</a>
291
+ <a class="ure_rsb_link" style="background-image:url(<?php echo URE_PLUGIN_URL . '/images/lorenzo.png'; ?>)" target="_blank" title="<?php _e("For the code enhancement suggestion", 'ure'); ?>" href="http://www.extera.com">Lorenzo Nicoletti</a>
292
+ <hr />
293
+ <?php _e('Do you wish to see your name with link to your site here? You are welcome! Your help with translation and new ideas are very appreciated.', 'ure'); ?>
294
+ </div>
295
+ <?php ure_displayBoxEnd(); ?>
296
+ </div>
297
+
298
+ <div class="has-sidebar" >
299
+ <form id="ure_form" method="post" action="<?php echo URE_PARENT; ?>?page=user-role-editor.php" onsubmit="return ure_onSubmit();">
300
+ <?php
301
+ settings_fields('ure-options');
302
+ ?>
303
+
304
+ <?php
305
+ if ($ure_object == 'user') {
306
+ require_once('ure-user-edit.php');
307
+ } else {
308
+ require_once('ure-role-edit.php');
309
+ }
310
+ ?>
311
+ </form>
312
+ </div>
313
+ </div>
314
 
includes/ure-role-edit.php CHANGED
@@ -32,9 +32,13 @@ foreach ($ure_roles as $key=>$value) {
32
  $selected1 = ure_optionSelected($key, $ure_currentRole);
33
  $selected2 = ure_optionSelected($key, $defaultRole);
34
  if ($youAreAdmin || $key!='administrator') {
35
- $roleSelectHTML .= '<option value="'.$key.'" '.$selected1.'>'.__($value['name'], 'ure').'</option>';
36
- $roleDefaultHTML .= '<option value="'.$key.'" '.$selected2.'>'.__($value['name'], 'ure').'</option>';
37
- $roleToCopyHTML .= '<option value="'.$key.'" >'.__($value['name'], 'ure').'</option>';
 
 
 
 
38
  }
39
  }
40
  $roleSelectHTML .= '</select>';
32
  $selected1 = ure_optionSelected($key, $ure_currentRole);
33
  $selected2 = ure_optionSelected($key, $defaultRole);
34
  if ($youAreAdmin || $key!='administrator') {
35
+ $translated_name = __($value['name'], 'ure'); // get translation from URE language file, if exists
36
+ if ($translated_name===$value['name']) { // get WordPress internal translation
37
+ $translated_name = translate_user_role($translated_name);
38
+ }
39
+ $roleSelectHTML .= '<option value="'.$key.'" '.$selected1.'>'.$translated_name.'</option>';
40
+ $roleDefaultHTML .= '<option value="'.$key.'" '.$selected2.'>'.$translated_name.'</option>';
41
+ $roleToCopyHTML .= '<option value="'.$key.'" >'.$translated_name.'</option>';
42
  }
43
  }
44
  $roleSelectHTML .= '</select>';
lang/ure-sr_RS.mo ADDED
Binary file
lang/ure-sr_RS.po ADDED
@@ -0,0 +1,760 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: User Role Editor 3.8\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-10-14 11:54+0700\n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: Vladimir Garagulya <vladimir@shinephp.com>\n"
8
+ "Language-Team: Diana S <diana@wpcouponshop.com>\n"
9
+ "Language: Serbian\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Poedit-SourceCharset: UTF-8\n"
14
+ "X-Poedit-KeywordsList: __;_e\n"
15
+ "X-Poedit-Basepath: .\n"
16
+ "X-Generator: Poedit 1.5.3\n"
17
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
18
+ "X-Poedit-Language: Serbian\n"
19
+ "X-Poedit-SearchPath-0: ..\n"
20
+
21
+ #: ../user-role-editor.php:35
22
+ msgid "User Role Editor requires WordPress 3.0 or newer."
23
+ msgstr "User Role Editor zahteva WordPress 3.0 ili novije."
24
+
25
+ #: ../user-role-editor.php:35
26
+ #: ../user-role-editor.php:40
27
+ msgid "Please update!"
28
+ msgstr "Molim ažurirajte!"
29
+
30
+ #: ../user-role-editor.php:40
31
+ msgid "User Role Editor requires PHP 5.0 or newer."
32
+ msgstr "User Role Editor zahteva PHP 5.0 ili novije."
33
+
34
+ #: ../user-role-editor.php:76
35
+ msgid "Only"
36
+ msgstr "Samo"
37
+
38
+ #: ../user-role-editor.php:76
39
+ msgid "is allowed to use"
40
+ msgstr "je dozvoljeno koristiti"
41
+
42
+ #: ../user-role-editor.php:82
43
+ #: ../user-role-editor.php:251
44
+ msgid "User Role Editor"
45
+ msgstr "User Role Editor"
46
+
47
+ #: ../user-role-editor.php:223
48
+ msgid "Settings"
49
+ msgstr "Podešavanja"
50
+
51
+ #: ../user-role-editor.php:233
52
+ #: ../includes/ure-options.php:235
53
+ msgid "Changelog"
54
+ msgstr "Izmeni log"
55
+
56
+ #: ../user-role-editor.php:280
57
+ msgid "Capabilities"
58
+ msgstr "Mogućnosti"
59
+
60
+ #: ../includes/ure-lib.php:34
61
+ msgid "Error is occur. Please check the log file."
62
+ msgstr "Pojavila se greška. Proverite log fajl. "
63
+
64
+ #: ../includes/ure-lib.php:144
65
+ msgid "Database operation error. Check log file."
66
+ msgstr "Greška u bazi podataka. Proverite log fajl."
67
+
68
+ #: ../includes/ure-lib.php:177
69
+ msgid "No backup data. It is created automatically before the first role data update."
70
+ msgstr "Nema rezervne kopije. Kreira se automatski pre prve izmene."
71
+
72
+ #: ../includes/ure-lib.php:215
73
+ msgid "Backup record is created for the current role capabilities"
74
+ msgstr "Rezervna kopija je napravljena sa trenutnim podešavanjima."
75
+
76
+ #: ../includes/ure-lib.php:329
77
+ msgid "Error: Role name must contain latin characters and digits only!"
78
+ msgstr "Greška: Role ime može da sadrži samo latinična slova i brojeve. "
79
+
80
+ #: ../includes/ure-lib.php:336
81
+ #, php-format
82
+ msgid "Role %s exists already"
83
+ msgstr "Uloga %s već postoji"
84
+
85
+ #: ../includes/ure-lib.php:349
86
+ msgid "Error is encountered during new role create operation"
87
+ msgstr "Došlo je do greške u pri kreiranju nove uloge."
88
+
89
+ #: ../includes/ure-lib.php:351
90
+ #, php-format
91
+ msgid "Role %s is created successfully"
92
+ msgstr "Uloga %s je uspešno kreirana."
93
+
94
+ #: ../includes/ure-lib.php:435
95
+ msgid "Error encountered during role delete operation"
96
+ msgstr "Došlo je do greške u toku operacije brisanja uloge."
97
+
98
+ #: ../includes/ure-lib.php:437
99
+ #, php-format
100
+ msgid "Role %s is deleted successfully"
101
+ msgstr "Uloga %s je uspešno izbrisana. "
102
+
103
+ #: ../includes/ure-lib.php:455
104
+ msgid "Error encountered during default role change operation"
105
+ msgstr "Došlo je do greške prilikom operacije standardne promene uloge"
106
+
107
+ #: ../includes/ure-lib.php:461
108
+ #, php-format
109
+ msgid "Default role for new users is set to %s successfully"
110
+ msgstr "Standardna uloga za nove korisnike je uspešno podešena na %s "
111
+
112
+ #: ../includes/ure-lib.php:489
113
+ msgid "Editor"
114
+ msgstr "Urednik"
115
+
116
+ #: ../includes/ure-lib.php:490
117
+ msgid "Author"
118
+ msgstr "Autor"
119
+
120
+ #: ../includes/ure-lib.php:491
121
+ msgid "Contributor"
122
+ msgstr "Saradnik"
123
+
124
+ #: ../includes/ure-lib.php:492
125
+ msgid "Subscriber"
126
+ msgstr "Pretplatnik"
127
+
128
+ #: ../includes/ure-lib.php:494
129
+ msgid "Switch themes"
130
+ msgstr "Promeni temu"
131
+
132
+ #: ../includes/ure-lib.php:495
133
+ msgid "Edit themes"
134
+ msgstr "Izmeni teme"
135
+
136
+ #: ../includes/ure-lib.php:496
137
+ msgid "Activate plugins"
138
+ msgstr "Aktivni plugin-i"
139
+
140
+ #: ../includes/ure-lib.php:497
141
+ msgid "Edit plugins"
142
+ msgstr "Izmeni plugin-e"
143
+
144
+ #: ../includes/ure-lib.php:498
145
+ msgid "Edit users"
146
+ msgstr "Izmeni korisnike"
147
+
148
+ #: ../includes/ure-lib.php:499
149
+ msgid "Edit files"
150
+ msgstr "Izmeni fajlove"
151
+
152
+ #: ../includes/ure-lib.php:500
153
+ msgid "Manage options"
154
+ msgstr "Upravljanje opcijama"
155
+
156
+ #: ../includes/ure-lib.php:501
157
+ msgid "Moderate comments"
158
+ msgstr "Izmeniti komentare"
159
+
160
+ #: ../includes/ure-lib.php:502
161
+ msgid "Manage categories"
162
+ msgstr "Upravljanje kategorijama"
163
+
164
+ #: ../includes/ure-lib.php:503
165
+ msgid "Manage links"
166
+ msgstr "Upravljanje linkovima"
167
+
168
+ #: ../includes/ure-lib.php:504
169
+ msgid "Upload files"
170
+ msgstr "Otpremi fajl"
171
+
172
+ #: ../includes/ure-lib.php:505
173
+ msgid "Import"
174
+ msgstr "Ubaci"
175
+
176
+ #: ../includes/ure-lib.php:506
177
+ msgid "Unfiltered html"
178
+ msgstr "Nefiltrirani html"
179
+
180
+ #: ../includes/ure-lib.php:507
181
+ msgid "Edit posts"
182
+ msgstr "Izmeni postove"
183
+
184
+ #: ../includes/ure-lib.php:508
185
+ msgid "Edit others posts"
186
+ msgstr "Izmeni tuđe postove"
187
+
188
+ #: ../includes/ure-lib.php:509
189
+ msgid "Edit published posts"
190
+ msgstr "Izmeni objavljene postove "
191
+
192
+ #: ../includes/ure-lib.php:510
193
+ msgid "Publish posts"
194
+ msgstr "Objavi postove"
195
+
196
+ #: ../includes/ure-lib.php:511
197
+ msgid "Edit pages"
198
+ msgstr "Izmeni stranice"
199
+
200
+ #: ../includes/ure-lib.php:512
201
+ msgid "Read"
202
+ msgstr "Čitaj"
203
+
204
+ #: ../includes/ure-lib.php:513
205
+ msgid "Level 10"
206
+ msgstr "Nivo 10"
207
+
208
+ #: ../includes/ure-lib.php:514
209
+ msgid "Level 9"
210
+ msgstr "Nivo 9"
211
+
212
+ #: ../includes/ure-lib.php:515
213
+ msgid "Level 8"
214
+ msgstr "Nivo 8"
215
+
216
+ #: ../includes/ure-lib.php:516
217
+ msgid "Level 7"
218
+ msgstr "Nivo 7"
219
+
220
+ #: ../includes/ure-lib.php:517
221
+ msgid "Level 6"
222
+ msgstr "Nivo 6"
223
+
224
+ #: ../includes/ure-lib.php:518
225
+ msgid "Level 5"
226
+ msgstr "Nivo 5"
227
+
228
+ #: ../includes/ure-lib.php:519
229
+ msgid "Level 4"
230
+ msgstr "Nivo 4"
231
+
232
+ #: ../includes/ure-lib.php:520
233
+ msgid "Level 3"
234
+ msgstr "Nivo 3"
235
+
236
+ #: ../includes/ure-lib.php:521
237
+ msgid "Level 2"
238
+ msgstr "Nivo 2"
239
+
240
+ #: ../includes/ure-lib.php:522
241
+ msgid "Level 1"
242
+ msgstr "Nivo 1"
243
+
244
+ #: ../includes/ure-lib.php:523
245
+ msgid "Level 0"
246
+ msgstr "Nivo 0"
247
+
248
+ #: ../includes/ure-lib.php:524
249
+ msgid "Edit others pages"
250
+ msgstr "Izmeni tuđe stranice"
251
+
252
+ #: ../includes/ure-lib.php:525
253
+ msgid "Edit published pages"
254
+ msgstr "Izmeni objavljene stranice"
255
+
256
+ #: ../includes/ure-lib.php:526
257
+ msgid "Publish pages"
258
+ msgstr "Objavi stranice"
259
+
260
+ #: ../includes/ure-lib.php:527
261
+ msgid "Delete pages"
262
+ msgstr "Izbriši stranice"
263
+
264
+ #: ../includes/ure-lib.php:528
265
+ msgid "Delete others pages"
266
+ msgstr "Izbriši tuđe stranice"
267
+
268
+ #: ../includes/ure-lib.php:529
269
+ msgid "Delete published pages"
270
+ msgstr "Izbriši objavljene stranice"
271
+
272
+ #: ../includes/ure-lib.php:530
273
+ msgid "Delete posts"
274
+ msgstr "Izbriši postove"
275
+
276
+ #: ../includes/ure-lib.php:531
277
+ msgid "Delete others posts"
278
+ msgstr "Izbriši tuđe postove"
279
+
280
+ #: ../includes/ure-lib.php:532
281
+ msgid "Delete published posts"
282
+ msgstr "Izbriši objavljene postove"
283
+
284
+ #: ../includes/ure-lib.php:533
285
+ msgid "Delete private posts"
286
+ msgstr "Izbriši privatne postove"
287
+
288
+ #: ../includes/ure-lib.php:534
289
+ msgid "Edit private posts"
290
+ msgstr "Izmeni privatne postove"
291
+
292
+ #: ../includes/ure-lib.php:535
293
+ msgid "Read private posts"
294
+ msgstr "Čitaj privatne postove "
295
+
296
+ #: ../includes/ure-lib.php:536
297
+ msgid "Delete private pages"
298
+ msgstr "Izbriši privatne stranice"
299
+
300
+ #: ../includes/ure-lib.php:537
301
+ msgid "Edit private pages"
302
+ msgstr "Izmeni privatne stranice"
303
+
304
+ #: ../includes/ure-lib.php:538
305
+ msgid "Read private pages"
306
+ msgstr "Čitaj privatne stranice "
307
+
308
+ #: ../includes/ure-lib.php:539
309
+ msgid "Delete users"
310
+ msgstr "Izbriši korisnike"
311
+
312
+ #: ../includes/ure-lib.php:540
313
+ msgid "Create users"
314
+ msgstr "Kreiraj korisnike"
315
+
316
+ #: ../includes/ure-lib.php:541
317
+ msgid "Unfiltered upload"
318
+ msgstr "Nefiltrirano otpremanje"
319
+
320
+ #: ../includes/ure-lib.php:542
321
+ msgid "Edit dashboard"
322
+ msgstr "Izmeni komandnu tablu"
323
+
324
+ #: ../includes/ure-lib.php:543
325
+ msgid "Update plugins"
326
+ msgstr "Ažuriraj plagin-ove"
327
+
328
+ #: ../includes/ure-lib.php:544
329
+ msgid "Delete plugins"
330
+ msgstr "Izbriši plagin-ove"
331
+
332
+ #: ../includes/ure-lib.php:545
333
+ msgid "Install plugins"
334
+ msgstr "Instaliraj plagin-ove"
335
+
336
+ #: ../includes/ure-lib.php:546
337
+ msgid "Update themes"
338
+ msgstr "Ažuriraj teme"
339
+
340
+ #: ../includes/ure-lib.php:547
341
+ msgid "Install themes"
342
+ msgstr "Instaliraj teme"
343
+
344
+ #: ../includes/ure-lib.php:548
345
+ msgid "Update core"
346
+ msgstr "Ažuriraj jezgro"
347
+
348
+ #: ../includes/ure-lib.php:549
349
+ msgid "List users"
350
+ msgstr "Lista korisnika"
351
+
352
+ #: ../includes/ure-lib.php:550
353
+ msgid "Remove users"
354
+ msgstr "Ukloni korisnike"
355
+
356
+ #: ../includes/ure-lib.php:551
357
+ msgid "Add users"
358
+ msgstr "Dodaj korisnike"
359
+
360
+ #: ../includes/ure-lib.php:552
361
+ msgid "Promote users"
362
+ msgstr "Promoviši korisnike"
363
+
364
+ #: ../includes/ure-lib.php:553
365
+ msgid "Edit theme options"
366
+ msgstr "Opcije izmene teme"
367
+
368
+ #: ../includes/ure-lib.php:554
369
+ msgid "Delete themes"
370
+ msgstr "Obriši teme"
371
+
372
+ #: ../includes/ure-lib.php:555
373
+ msgid "Export"
374
+ msgstr "Otpremi "
375
+
376
+ #: ../includes/ure-lib.php:639
377
+ msgid "Error: Capability name must contain latin characters and digits only!"
378
+ msgstr "Greška: Ime može sadržati samo latinična slova i brojeve!"
379
+
380
+ #: ../includes/ure-lib.php:651
381
+ #, php-format
382
+ msgid "Capability %s is added successfully"
383
+ msgstr "Mogućnost %s je uspešno dodat"
384
+
385
+ #: ../includes/ure-lib.php:653
386
+ #, php-format
387
+ msgid "Capability %s exists already"
388
+ msgstr "Mogućnost %s već postoji"
389
+
390
+ #: ../includes/ure-lib.php:802
391
+ #, php-format
392
+ msgid "Error! You do not have permission to delete this capability: %s!"
393
+ msgstr "Greška! Nemate dozvolu da obrišete ovu mogućnost: %s!"
394
+
395
+ #: ../includes/ure-lib.php:824
396
+ #, php-format
397
+ msgid "Capability %s is removed successfully"
398
+ msgstr "Mogućnost %s je uspešno uklonjena"
399
+
400
+ #: ../includes/ure-lib.php:889
401
+ msgid "Help"
402
+ msgstr "Pomoć"
403
+
404
+ #: ../includes/ure-role-edit.php:29
405
+ msgid "None"
406
+ msgstr "Nijedan-na"
407
+
408
+ #: ../includes/ure-role-edit.php:101
409
+ msgid " Name can not be empty!"
410
+ msgstr "Ime ne može biti prazno!"
411
+
412
+ #: ../includes/ure-role-edit.php:105
413
+ msgid " Name must contain latin characters and digits only!"
414
+ msgstr "Ime moze sadržati samo latinična slova i brojeve!"
415
+
416
+ #: ../includes/ure-role-edit.php:110
417
+ #: ../includes/ure-role-edit.php:367
418
+ msgid "Delete Role"
419
+ msgstr "Izbriši ulogu"
420
+
421
+ #: ../includes/ure-role-edit.php:112
422
+ msgid "Change Default Role"
423
+ msgstr "Promeni standardnu ulogu"
424
+
425
+ #: ../includes/ure-role-edit.php:114
426
+ msgid "Restore Roles from backup copy. Be careful, backup was created when you started URE 1st time. All changes you made after that will be lost"
427
+ msgstr "Povrati ulogu s rezervne kopije. Obratite pažnju, rezervna kopija je napravljena kada ste poceli koristiti URE prvi put. Sve promene nastale nakon toga bice poništene. "
428
+
429
+ #: ../includes/ure-role-edit.php:116
430
+ msgid "Warning! Be careful - removing critical capability could crash some plugin or other custom code"
431
+ msgstr "Upozorenje! Obratite pažnju - uklanjanje kritične mogućnosti može prouzrokovati kolaps plagin-a ili nekog bitnog koda."
432
+
433
+ #: ../includes/ure-role-edit.php:118
434
+ msgid "Please confirm to continue"
435
+ msgstr "Molim potvrdite da biste nastavili dalje"
436
+
437
+ #: ../includes/ure-role-edit.php:155
438
+ #, php-format
439
+ msgid "Role \"%s\" update: please confirm to continue"
440
+ msgstr "Uloga \"%s\" ažuriranje: molim potvrdite da biste nastavili dalje"
441
+
442
+ #: ../includes/ure-role-edit.php:163
443
+ msgid "Select Role and change its capabilities list"
444
+ msgstr "Izaberi ulogu i promeni njenu listu mogućnosti"
445
+
446
+ #: ../includes/ure-role-edit.php:165
447
+ msgid "Select Role:"
448
+ msgstr "Izaberi ulogu:"
449
+
450
+ #: ../includes/ure-role-edit.php:175
451
+ #: ../includes/ure-user-edit.php:91
452
+ msgid "Show capabilities in human readable form"
453
+ msgstr "Pokazi mogućnosti u formatu koji se može pročitati"
454
+
455
+ #: ../includes/ure-role-edit.php:184
456
+ #: ../includes/ure-user-edit.php:100
457
+ msgid "Show deprecated capabilities"
458
+ msgstr "Pokaži zastarele mogucnosti "
459
+
460
+ #: ../includes/ure-role-edit.php:188
461
+ msgid "If checked, then apply action to ALL sites of this Network"
462
+ msgstr "Ukoliko je štiklirano, odradi akciju na SVIM sajtovima u ovoj mreži"
463
+
464
+ #: ../includes/ure-role-edit.php:198
465
+ msgid "Apply to All Sites"
466
+ msgstr "Primeni na svim sajtovima"
467
+
468
+ #: ../includes/ure-role-edit.php:205
469
+ #: ../includes/ure-user-edit.php:105
470
+ msgid "Core capabilities:"
471
+ msgstr "Mogućnosti jezgra:"
472
+
473
+ #: ../includes/ure-role-edit.php:268
474
+ #: ../includes/ure-user-edit.php:167
475
+ msgid "Custom capabilities:"
476
+ msgstr "Zasebne mogućnosti"
477
+
478
+ #: ../includes/ure-role-edit.php:319
479
+ #: ../includes/ure-user-edit.php:222
480
+ msgid "Update"
481
+ msgstr "Ažuriraj"
482
+
483
+ #: ../includes/ure-role-edit.php:319
484
+ #: ../includes/ure-user-edit.php:222
485
+ msgid "Save Changes"
486
+ msgstr "Sačuvaj izmene"
487
+
488
+ #: ../includes/ure-role-edit.php:320
489
+ #: ../includes/ure-user-edit.php:223
490
+ msgid "Cancel"
491
+ msgstr "Poništi"
492
+
493
+ #: ../includes/ure-role-edit.php:320
494
+ #: ../includes/ure-user-edit.php:223
495
+ msgid "Cancel not saved changes"
496
+ msgstr "Poništi promene koje nisu sačuvane"
497
+
498
+ #: ../includes/ure-role-edit.php:323
499
+ msgid "Select All"
500
+ msgstr "Izaberi sve"
501
+
502
+ #: ../includes/ure-role-edit.php:323
503
+ msgid "Select All Capabilities"
504
+ msgstr "Izaberi sve mogućnosti"
505
+
506
+ #: ../includes/ure-role-edit.php:327
507
+ msgid "Unselect All"
508
+ msgstr "Odštikliraj sve"
509
+
510
+ #: ../includes/ure-role-edit.php:327
511
+ msgid "Unselect All Capabilities"
512
+ msgstr "Odštikliraj sve mogućnosti"
513
+
514
+ #: ../includes/ure-role-edit.php:328
515
+ msgid "Reverse"
516
+ msgstr "Obratno"
517
+
518
+ #: ../includes/ure-role-edit.php:328
519
+ msgid "Turn checked capabilities off and vise versa"
520
+ msgstr "Isključi odabrane mogućnosti i obratno "
521
+
522
+ #: ../includes/ure-role-edit.php:334
523
+ msgid "Reset"
524
+ msgstr "Reset"
525
+
526
+ #: ../includes/ure-role-edit.php:334
527
+ msgid "Restore Roles from backup copy"
528
+ msgstr "Povrati Uloge s rezervne kopije"
529
+
530
+ #: ../includes/ure-role-edit.php:344
531
+ msgid "Add New Role"
532
+ msgstr "Dodaj novu ulogu"
533
+
534
+ #: ../includes/ure-role-edit.php:346
535
+ msgid "Name: "
536
+ msgstr "Ime:"
537
+
538
+ #: ../includes/ure-role-edit.php:350
539
+ msgid "Make copy of: "
540
+ msgstr "Napravi kopiju:"
541
+
542
+ #: ../includes/ure-role-edit.php:353
543
+ #: ../includes/ure-role-edit.php:382
544
+ msgid "Add"
545
+ msgstr "Dodaj"
546
+
547
+ #: ../includes/ure-role-edit.php:353
548
+ msgid "Add New User Role"
549
+ msgstr "Dodaj novu ulogu korisnika"
550
+
551
+ #: ../includes/ure-role-edit.php:357
552
+ msgid "Default Role for New User"
553
+ msgstr "Standardna uloga za novog korisnika"
554
+
555
+ #: ../includes/ure-role-edit.php:362
556
+ msgid "Change"
557
+ msgstr "Izmeni"
558
+
559
+ #: ../includes/ure-role-edit.php:362
560
+ msgid "Set as Default User Role"
561
+ msgstr "Podesi kao standardnu ulogu korisnika"
562
+
563
+ #: ../includes/ure-role-edit.php:372
564
+ msgid "Delete"
565
+ msgstr "Izbriši"
566
+
567
+ #: ../includes/ure-role-edit.php:372
568
+ msgid "Delete User Role"
569
+ msgstr "Izbriši ulogu korisnika"
570
+
571
+ #: ../includes/ure-role-edit.php:377
572
+ #: ../includes/ure-role-edit.php:382
573
+ msgid "Add New Capability"
574
+ msgstr "Dodaj novu mogućnost"
575
+
576
+ #: ../includes/ure-role-edit.php:387
577
+ msgid "Remove Capability"
578
+ msgstr "Ukloni mogućnost"
579
+
580
+ #: ../includes/ure-role-edit.php:392
581
+ msgid "Remove"
582
+ msgstr "Ukloni"
583
+
584
+ #: ../includes/ure-role-edit.php:392
585
+ msgid "Remove User Capability"
586
+ msgstr "Ukloni mogućnost korisnika"
587
+
588
+ #: ../includes/ure-user-edit.php:67
589
+ #, php-format
590
+ msgid "User \"%s\" update: please confirm to continue"
591
+ msgstr "Azuriranje korisnika \"%s\": molim potvrdite da biste nastavili dalje"
592
+
593
+ #: ../includes/ure-user-edit.php:79
594
+ msgid "Change capabilities for user"
595
+ msgstr "Izmeniti mogućnosti za korisnika"
596
+
597
+ #: ../includes/ure-user-edit.php:82
598
+ msgid "Role:"
599
+ msgstr "Uloga:"
600
+
601
+ #: ../includes/ure-user-edit.php:104
602
+ msgid "Add capabilities to this user:"
603
+ msgstr "Dodaj mogućnosti za ovog korisnika:"
604
+
605
+ #: ../includes/ure-options.php:59
606
+ msgid "User Roles are restored from the backup data. "
607
+ msgstr "Uloge korisnika su vraćene sa rezervne kopije"
608
+
609
+ #: ../includes/ure-options.php:130
610
+ msgid "Error: "
611
+ msgstr "Greška:"
612
+
613
+ #: ../includes/ure-options.php:130
614
+ #: ../includes/ure-options.php:146
615
+ msgid "Role"
616
+ msgstr "Uloga"
617
+
618
+ #: ../includes/ure-options.php:130
619
+ msgid "does not exist"
620
+ msgstr "ne postoji"
621
+
622
+ #: ../includes/ure-options.php:146
623
+ msgid "is updated successfully"
624
+ msgstr "je uspešno ažuriran"
625
+
626
+ #: ../includes/ure-options.php:154
627
+ msgid "User"
628
+ msgstr "Korisnik"
629
+
630
+ #: ../includes/ure-options.php:154
631
+ msgid "capabilities are updated successfully"
632
+ msgstr "Mogućnosti su uspešno ažurirane"
633
+
634
+ #: ../includes/ure-options.php:232
635
+ msgid "About this Plugin:"
636
+ msgstr "O ovoj alatki:"
637
+
638
+ #: ../includes/ure-options.php:233
639
+ msgid "Author's website"
640
+ msgstr "Vebsajt autora"
641
+
642
+ #: ../includes/ure-options.php:234
643
+ msgid "Plugin webpage"
644
+ msgstr "Veb stranica alatke"
645
+
646
+ #: ../includes/ure-options.php:236
647
+ msgid "FAQ"
648
+ msgstr "Često postavljana pitanja"
649
+
650
+ #: ../includes/ure-options.php:237
651
+ msgid "Greetings"
652
+ msgstr "Pozdrav"
653
+
654
+ #: ../includes/ure-options.php:259
655
+ msgid "Greetings:"
656
+ msgstr "Pozdrav:"
657
+
658
+ #: ../includes/ure-options.php:260
659
+ msgid "It's me, the author"
660
+ msgstr "To sam ja, autor"
661
+
662
+ #: ../includes/ure-options.php:261
663
+ msgid "For the help with Belorussian translation"
664
+ msgstr "Za pomoć sa Beloruskim prevodom"
665
+
666
+ #: ../includes/ure-options.php:262
667
+ msgid "For the help with Brasilian translation"
668
+ msgstr "Za pomoć sa Brazilskim prevodom"
669
+
670
+ #: ../includes/ure-options.php:263
671
+ msgid "For the help with Brasilian Portuguese translation"
672
+ msgstr "Za pomoć sa Brazilsko Portugalskim prevodom"
673
+
674
+ #: ../includes/ure-options.php:264
675
+ msgid "For the help with Chinese translation"
676
+ msgstr "Za pomoć sa Kineskim prevodom"
677
+
678
+ #: ../includes/ure-options.php:265
679
+ msgid "For the help with Dutch translation"
680
+ msgstr "Za pomoć sa Holandskim prevodom"
681
+
682
+ #: ../includes/ure-options.php:266
683
+ msgid "For the help with Finnish translation"
684
+ msgstr "Za pomoć sa Finskim prevodom"
685
+
686
+ #: ../includes/ure-options.php:267
687
+ #: ../includes/ure-options.php:268
688
+ msgid "For the help with French translation"
689
+ msgstr "Za pomoć sa Francuskim prevodom"
690
+
691
+ #: ../includes/ure-options.php:269
692
+ msgid "For the help with German translation"
693
+ msgstr "Za pomoć sa Nemačkim prevodom"
694
+
695
+ #: ../includes/ure-options.php:270
696
+ #: ../includes/ure-options.php:271
697
+ msgid "For the help with Hebrew translation"
698
+ msgstr "Za pomoć sa Jevrejskim prevodom"
699
+
700
+ #: ../includes/ure-options.php:272
701
+ msgid "For the help with Hindi translation"
702
+ msgstr "Za pomoć sa Indijskim prevodom"
703
+
704
+ #: ../includes/ure-options.php:273
705
+ msgid "For the help with Hungarian translation"
706
+ msgstr "For the help with Hungarian translation"
707
+
708
+ #: ../includes/ure-options.php:274
709
+ #: ../includes/ure-options.php:275
710
+ msgid "For the help with Italian translation"
711
+ msgstr "Za pomoć sa Italijanskim prevodom"
712
+
713
+ #: ../includes/ure-options.php:276
714
+ msgid "For the help with Japanese translation"
715
+ msgstr "Za pomoć sa Japanskim prevodom"
716
+
717
+ #: ../includes/ure-options.php:277
718
+ msgid "For the help with Lithuanian translation"
719
+ msgstr "Za pomoć sa Litvanskim prevodom"
720
+
721
+ #: ../includes/ure-options.php:278
722
+ #: ../includes/ure-options.php:279
723
+ #: ../includes/ure-options.php:280
724
+ msgid "For the help with Persian translation"
725
+ msgstr "Za pomoć sa Persijskim prevodom"
726
+
727
+ #: ../includes/ure-options.php:281
728
+ #: ../includes/ure-options.php:282
729
+ msgid "For the help with Polish translation"
730
+ msgstr "Za pomoć sa Poljskim prevodom"
731
+
732
+ #: ../includes/ure-options.php:283
733
+ #: ../includes/ure-options.php:284
734
+ msgid "For the help with Spanish translation"
735
+ msgstr "Za pomoć sa Španskim prevodom"
736
+
737
+ #: ../includes/ure-options.php:285
738
+ msgid "For the updated Swedish translation"
739
+ msgstr "Za ažuriran Švedski prevod"
740
+
741
+ #: ../includes/ure-options.php:286
742
+ msgid "For the help with Swedish translation"
743
+ msgstr "Za pomoć sa Švedskim prevodom"
744
+
745
+ #: ../includes/ure-options.php:287
746
+ msgid "For the help with Turkish translation"
747
+ msgstr "Za pomoć sa Turskim prevodom"
748
+
749
+ #: ../includes/ure-options.php:289
750
+ msgid "For the code to hide administrator role"
751
+ msgstr "Da kod sakrije administratorovu ulogu"
752
+
753
+ #: ../includes/ure-options.php:290
754
+ msgid "For the code enhancement suggestion"
755
+ msgstr "Za predlog uvećanja koda"
756
+
757
+ #: ../includes/ure-options.php:292
758
+ msgid "Do you wish to see your name with link to your site here? You are welcome! Your help with translation and new ideas are very appreciated."
759
+ msgstr "Da li zelite da vidite Vaše ime i link do vašeg sajta ovde? Dobrodošli ste! Vaša pomoć s prevodom i nove ideje su veoma cenjene."
760
+
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: shinephp
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=vladimir%40shinephp%2ecom&lc=RU&item_name=ShinePHP%2ecom&item_number=User%20Role%20Editor%20WordPress%20plugin&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
4
  Tags: user, role, editor, security, access, permission, capability
5
  Requires at least: 3.0
6
- Tested up to: 3.4.2
7
  Stable tag: trunk
8
 
9
  User Role Editor WordPress plugin makes the role capabilities changing easy. You can change any standard WordPress user role (except administrator).
@@ -65,7 +65,8 @@ To read more about 'User Role Editor' visit [this page](http://www.shinephp.com/
65
  * Persian: [Parsa](http://parsa.ws), [Good Life](http://good-life.ir), Amir Khalilnejad
66
  * Polish: [TagSite](http://www.tagsite.eu), [Bartosz](www.digitalfactory.pl)
67
  * Russian: [Vladimir Garagulya](http://shinephp.com)
68
- * Spanish: [Victor Ricardo Díaz (INFOMED)](http://www.sld.cu), [Dario Ferrer](http://www.darioferrer.com)
 
69
  * Swedish: [Christer Dahlbacka](www.startlinks.eu), [Andréas Lundgren](http://adevade.com/)
70
  * Turkish: [Muhammed YILDIRIM](http://ben.muhammed.im)
71
  * -----------------------------------------------------
@@ -84,6 +85,12 @@ Share with me new ideas about plugin further development and link to your site w
84
 
85
 
86
  == Changelog ==
 
 
 
 
 
 
87
  = 3.8 =
88
  * 01.09.2012
89
  * Bug fix: Some times URE didn't show real changes it made to the database. The reason was that direct update of database did not invalidate data stored at WordPress cache. Special thanks to [Knut Sparhell](http://sparhell.no/knut/) for the help to detect this critical issue.
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=vladimir%40shinephp%2ecom&lc=RU&item_name=ShinePHP%2ecom&item_number=User%20Role%20Editor%20WordPress%20plugin&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
4
  Tags: user, role, editor, security, access, permission, capability
5
  Requires at least: 3.0
6
+ Tested up to: 3.5
7
  Stable tag: trunk
8
 
9
  User Role Editor WordPress plugin makes the role capabilities changing easy. You can change any standard WordPress user role (except administrator).
65
  * Persian: [Parsa](http://parsa.ws), [Good Life](http://good-life.ir), Amir Khalilnejad
66
  * Polish: [TagSite](http://www.tagsite.eu), [Bartosz](www.digitalfactory.pl)
67
  * Russian: [Vladimir Garagulya](http://shinephp.com)
68
+ * Serbian: [Diana](http://wpcouponshop.com)
69
+ * Spanish: [Victor Ricardo Díaz (INFOMED)](http://www.sld.cu)
70
  * Swedish: [Christer Dahlbacka](www.startlinks.eu), [Andréas Lundgren](http://adevade.com/)
71
  * Turkish: [Muhammed YILDIRIM](http://ben.muhammed.im)
72
  * -----------------------------------------------------
85
 
86
 
87
  == Changelog ==
88
+ = 3.8.1 =
89
+ * 21.10.2012
90
+ * Fix: URE taked roles names from the database directly and ignored changes made to roles names on the fly by other plugins or themes, names, which were cached by WordPress internally, but were not written to the database. URE uses WordPress internal cache now.
91
+ * Roles names translation update: if URE translation file doesn't exist for blog default language, URE uses WordPress internal translation now.
92
+ * Serbian translation is added. Thanks to [Diana](http://wpcouponshop.com).
93
+
94
  = 3.8 =
95
  * 01.09.2012
96
  * Bug fix: Some times URE didn't show real changes it made to the database. The reason was that direct update of database did not invalidate data stored at WordPress cache. Special thanks to [Knut Sparhell](http://sparhell.no/knut/) for the help to detect this critical issue.
user-role-editor.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: User Role Editor
4
  Plugin URI: http://www.shinephp.com/user-role-editor-wordpress-plugin/
5
  Description: It allows you to change/add/delete any WordPress user role (except administrator) capabilities list with a few clicks.
6
- Version: 3.8
7
  Author: Vladimir Garagulya
8
  Author URI: http://www.shinephp.com
9
  Text Domain: ure
3
  Plugin Name: User Role Editor
4
  Plugin URI: http://www.shinephp.com/user-role-editor-wordpress-plugin/
5
  Description: It allows you to change/add/delete any WordPress user role (except administrator) capabilities list with a few clicks.
6
+ Version: 3.8.1
7
  Author: Vladimir Garagulya
8
  Author URI: http://www.shinephp.com
9
  Text Domain: ure