Adminimize - Version 1.11.3

Version Description

Download this release

Release Info

Developer Bueltge
Plugin Icon wp plugin Adminimize
Version 1.11.3
Comparing to
See all releases

Code changes from version 1.11.2 to 1.11.3

Files changed (53) hide show
  1. CHANGELOG.md +0 -429
  2. LICENSE.txt +674 -0
  3. adminimize.php +148 -206
  4. adminimize_page.php +6 -4
  5. inc-options/backend_options.php +19 -17
  6. inc-options/global_options.php +3 -3
  7. inc-options/im_export_options.php +15 -3
  8. inc-options/menu_options.php +8 -0
  9. inc-options/minimenu.php +3 -1
  10. inc-options/write_cp_options.php +17 -16
  11. inc-options/write_page_options.php +12 -12
  12. inc-options/write_post_options.php +8 -8
  13. inc-setup/admin-bar-items.php +2 -1
  14. inc-setup/admin-footer.php +1 -0
  15. inc-setup/dashboard.php +65 -9
  16. inc-setup/export.php +55 -0
  17. inc-setup/footer.php +48 -0
  18. inc-setup/helping_hands.php +3 -1
  19. inc-setup/import.php +67 -0
  20. inc-setup/remove-admin-notices.php +23 -5
  21. inc-setup/widget.php +1 -0
  22. js/remove_footer.js +3 -3
  23. js/remove_footer.min.js +1 -1
  24. languages/adminimize-bg_BG.mo +0 -0
  25. languages/adminimize-bg_BG.po +0 -1083
  26. languages/adminimize-by_BY.mo +0 -0
  27. languages/adminimize-by_BY.po +0 -1081
  28. languages/adminimize-da_DK.mo +0 -0
  29. languages/adminimize-da_DK.po +0 -1036
  30. languages/adminimize-de_DE.mo +0 -0
  31. languages/adminimize-de_DE.po +0 -990
  32. languages/adminimize-es_ES.mo +0 -0
  33. languages/adminimize-es_ES.po +0 -1028
  34. languages/adminimize-fr_FR.mo +0 -0
  35. languages/adminimize-fr_FR.po +0 -1041
  36. languages/adminimize-ga_IR.mo +0 -0
  37. languages/adminimize-ga_IR.po +0 -1030
  38. languages/adminimize-hi_IN.mo +0 -0
  39. languages/adminimize-hi_IN.po +0 -976
  40. languages/adminimize-it_IT.mo +0 -0
  41. languages/adminimize-it_IT.po +0 -1065
  42. languages/adminimize-lt_LT.mo +0 -0
  43. languages/adminimize-lt_LT.po +0 -1203
  44. languages/adminimize-nl_NL.mo +0 -0
  45. languages/adminimize-nl_NL.po +0 -1172
  46. languages/adminimize-pt_BR.mo +0 -0
  47. languages/adminimize-pt_BR.po +0 -1206
  48. languages/adminimize-pt_PT.mo +0 -0
  49. languages/adminimize-pt_PT.po +0 -1163
  50. languages/adminimize-ro_RO.mo +0 -0
  51. languages/adminimize-ro_RO.po +0 -1189
  52. languages/adminimize-xx_XX.pot +0 -1021
  53. readme.txt +18 -7
CHANGELOG.md DELETED
@@ -1,429 +0,0 @@
1
- # Change Log
2
- All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
3
-
4
- ## [Unreleased](https://github.com/bueltge/Adminimize/compare/1.11.0...HEAD)
5
-
6
- ## [1.11.2](https://github.com/bueltge/Adminimize/compare/1.11.2...1.11.2) - 2016-12-04
7
- * Fix backticks for `shell_exec` error #59.
8
- * Fix prevent access function for pages #51, #57.
9
-
10
- ## [1.11.1](https://github.com/bueltge/Adminimize/compare/1.11.0...1.11.1) - 2016-11-24
11
- * Fix fatal error for WP smaller than 4.7 - Sorry again!
12
-
13
- ## [1.11.0](https://github.com/bueltge/Adminimize/compare/1.10.6...1.11.0) - 2016-11-24
14
- ### Fixed
15
- * Fix open Translations. props pedro-mendonca
16
- * Fix Typos.
17
- * Fix php warning on Admin Bar items for PHP 5.2.
18
- * Fix CPT feature support, if it false.
19
-
20
- ### Added
21
- * Add check in different functions for AJAX request.
22
- * Add to prevent access to pages of the back end, there are active for hiding in the settings.
23
- * Add plugin option to remove the default behavior to prevent access to pages.
24
-
25
- ## [1.10.6](https://github.com/bueltge/Adminimize/compare/1.10.5...1.10.6) - 2016-08-09
26
- ### Fixed
27
- * Fix to see Logout link also on mobile view.
28
- * Fix type definition.
29
-
30
- ## [1.10.5](https://github.com/bueltge/Adminimize/compare/1.10.4...1.10.5) - 2016-06-28
31
- ### Fixed
32
- * Fix PHP Warning
33
- * Fix check for active usage of Link Manager
34
- * Fix menu var type, if is object.
35
- * Check for multiple roles on Menu Settings, that it works only, if the option is still active on each role of this user.
36
-
37
- ## [1.10.4](https://github.com/bueltge/Adminimize/compare/1.10.3...1.10.4) - 2016-06-03
38
- ### Added
39
- * Add support for multiple roles to remove the Admin Bar via global options.
40
- * Add support for multiple roles to remove the Admin Bar Back end items.
41
- * Add also this support for Front End Admin Bar items.
42
- * Multiple roles supported now on "Menu Options", "Global Options", "Admin Bar Back end options" and "Admin Bar Front end options".
43
-
44
- ## [1.10.3](https://github.com/bueltge/Adminimize/compare/1.10.2...1.10.3) - 2016-05-11
45
- ### Fixed
46
- * Fix exclude of set new Admin Bar on settings page of Adminimize.
47
- * Fix check for settings page.
48
- * Fix colors on raw, column of the settings page.
49
- * Fix caching for Dashboard Widget options.
50
-
51
- ### Added
52
- * Add buffering for debug helper in the console.
53
-
54
- ## [1.10.2](https://github.com/bueltge/Adminimize/compare/1.10.1...1.10.2) - 2016-03-10
55
- ### Added
56
- * Add possibility for custom menu slugs, especially for Plugins, Themes, there add different slug for different roles.
57
- * Add the possibility to use the WP object cache for settings, if the webspace support this, like Memcached, APC.
58
-
59
- ### Changed
60
- * More clarity for the "own options" label.
61
-
62
- ## [1.10.1](https://github.com/bueltge/Adminimize/compare/1.10.0...1.10.1) - 2016-02-29
63
- ### Fixed
64
- * Fix the Removing of Admin Color Scheme Select on the profile page.
65
-
66
- ### Changed
67
- * Back-end options are also excluded on the settings page.
68
-
69
- ### Added
70
- * Add new settings area for options of the plugin self.
71
- * The support for multiple roles is now optional.
72
- * The support for bbPress is now active and optional.
73
-
74
- ## [1.10.0](https://github.com/bueltge/Adminimize/compare/1.9.2...1.10.0) - 2016-02-21
75
- ### Fixed
76
- * Fix "select all" on Admin Bar settings.
77
- * Fix exclude settings page for pages, there is the current screen not existent.
78
-
79
- ### Removed
80
- * Remove more legacy code before WP 3.3.
81
-
82
- ### Changed
83
- * Rewrite the Admin Bar settings, simplify the source and new hook to get and render the Admin Bar.
84
- * Change settings screen for custom post type.
85
- * Change removal of Menu and Sub-Menu items to WP core functions, possible to non support older WP Versions.
86
- * Supports multiple roles on "Menu Options" and "Global Options".
87
-
88
- ### Added
89
- * Add possibility to hide Admin Notices globally, new setting point in "Global Options".
90
- * Improve the exclude settings page function for hooks, there fired before `get_current_screen`.
91
-
92
- ## 1.9.2 (2016-01-30)
93
- * Change get role name, return now a array with slug and name to fix "Select All" function for custom roles.
94
- * Change Menu Items to Key value, not the id. Makes possible to hide also menu items, there have a stupid menu entry.
95
- * Remove https fix; not necessary for the plugin. If you will usage, add this custom [plugin](https://gist.github.com/bueltge/01f37a868e2e1321b931).
96
- * Update pot and de_De language files.
97
-
98
- ## 1.9.1 (2016-25-01)
99
- * Fixing ssl protocol in WP core on include styles and scripts.
100
-
101
- ## 1.9.0 (2016-01-21)
102
- * Change Ex-/Import functions to use JSON format and remove mysql topics, there no longer valid in WP core.
103
- * Add more checks to hide also dynamically menu items, like Customizer.
104
- * Update spanish and german language file.
105
- * Fix PHP Warning [PHP Warning: in_array()](https://wordpress.org/support/topic/php-warning-in_array-expects-parameter-2-to-be-array?replies=3)
106
- * Fix PHP Notice: Array to string conversion
107
- * UI change: Fixed head on tables.
108
- * Update italian language files, props to marcochiesi.
109
- * Add global option to hide admin notices for each role.
110
- * Replace static source to get option, only one function to get it.
111
- * Change Admin Bar Feature: Difference between front-end and back-end.
112
- * More stability on admin bar settings. Switch hook to set, get data of admin bar.
113
- * Add possibility to select/unselect all checkboxes for each area.
114
- * Fix redirect feature, if Dashboard menu item is active for a role.
115
- * Remove functions for WordPress versions smaller 3.5.
116
- * Remove css styles small WP 4.0
117
- * Add minify js/css.
118
- * Several code changes.
119
- * Add custom fix for hide editors on post types.
120
- * Several performance changes, like replace from `array_push`.
121
- * Fix Role check, new function to fix [#22624](https://core.trac.wordpress.org/ticket/22624).
122
- * Exclude Settings page and Super Admin from remove Dashboard function.
123
-
124
- ## 1.8.5 (2015-03-19)
125
- * Add brazilian portuguese translation, thanks to [Rafael Funchal](http://www.rafaelfunchal.com.br/)
126
- * Small code changes for php notices
127
- * Fix Admin Bar Feature
128
- * Different code maintenance
129
- * Enhance readme for helpful links under FAQ
130
- * Fix to remove admin bar
131
-
132
- ## 1.8.4 (06/06/2013)
133
- * Change Widget Settings, better to unregister widgets from other themes and plugins
134
- * Add more usability to the settings page
135
- * Small major changes
136
-
137
- ## 1.8.3 (04/07/2013)
138
- * Fix for use it with bbPress
139
- * Small minor changes
140
-
141
- ## 1.8.2 (02/15/2013)
142
- * Fix PHP Notice message for empty var, see [support](http://wordpress.org/support/topic/undefined-index-current_screen)
143
- * Changes for load files and functions only, if it necessary
144
- * Fix, that the changes on Admin Bar work always in all admin pages
145
-
146
- ## 1.8.1 (01/10/2013)
147
- * Fix PHP notice on message for network
148
- * Check for active links manager; change from WP 3.5
149
- * Add Widget settings (Beta)
150
- * Fix for remove admin bar in backend
151
- * Remove Backend options, there not usable with WP 3.5 and earlier
152
- * Fix 'Category Height' on Meta Box on write post; See always all categories, without scrolling inside Meta Box
153
- * Fix to hide footer, but this is still usable by adding custom content
154
- * Fix Hints, Options for Multisite install
155
- * Add Admin Bar options (Beta)
156
-
157
- ## v1.8.0
158
- * Simple Support for WP Multisite
159
- * Enhancement for hide Text-Tab on editors in custom post types
160
- * Small fix for PHP notice
161
-
162
- ## v1.7.27
163
- * Fix for hide Admin Bar in WP 3.4
164
- * Fix for remove sections on custom post types in edit screen table
165
- * Enhancements for reduce sections on edit post and page
166
- * Enhancement for User Info to use also in Admin Bar in front end
167
- * Fix for different pages in admin, see [forum thread](http://wordpress.org/support/topic/plugin-adminimize-hide-page-and-subpages-editphp)
168
- * Fix, if you don't use redirect for php notice
169
- * Add romanian language
170
-
171
- ## v1.7.26
172
- * Typo for settings message [see thread](http://wordpress.org/support/topic/plugin-adminimize-what-does-the-settings-page-ignores-this-settings-mean?replies=4)
173
- * Fix for custom areas on Custom Post Types, [see thread](http://wordpress.org/support/topic/plugin-adminimize-bug-in-custom-metabox-ids-for-custom-types?replies=3)
174
- * Exclude backend theme options, was used only smaller 2.0 of WP
175
- * Exclude Hint in Footer
176
- * Exclude write scroll options
177
- * Different cleaner actions
178
-
179
- ## v1.7.25
180
- * Update for fix menu-items with entities
181
- * [Fix](http://plugins.trac.wordpress.org/changeset/494274) for display settings on menu, if items are deactivated
182
- * Add Separator to settings of menu, for hide this for different roles
183
- * Add notice for settings page, that no settings work on this page
184
- * Fix rewrite, if change the user info area and define an rewrite
185
- * List Separator on menu-items; also possible to hide this
186
-
187
- ## v1.7.24
188
- * Maintenance: add ID for hide html-tab on Editor also in WP 3.3
189
- * Bug fixing for WP 3.2.1 with the new functions :(
190
-
191
- ## v1.7.23
192
- * Maintenance: change function to remove admin bar for WP 3.3, see [Forum item](http://wordpress.org/support/topic/694201)
193
- * Maintenance: change for USer Info to works also in WP 3.3
194
-
195
- ## v1.7.22
196
- * Security fix for $_GET on the admin-settings-page
197
-
198
- ## v1.7.21
199
- * SORRY: i had an svn bug; here the complete version
200
- * no changes; only a new commit to svn
201
-
202
- ## v1.7.20
203
- * fix small bug for use plugin Localization
204
- * add Dashboard Widgets to remove for different roles
205
-
206
- ## v1.7.19
207
- * fix page for links - `link.php`
208
- * add irish language files
209
- * add bulgarian language files
210
-
211
- ## v1.7.18 (06/07/2011)
212
- * Fixes Small User info on right top with Admin Bar, also ready for WP 3.2
213
- * Fixes Error for xmlrpc
214
- * Add QuickEdit-Areas for hide this
215
- * Different changes on source
216
- * With WP 3.2 remove all Admin Styles !
217
- * Add support for custom post type
218
- * many small changes on source
219
- * update de_DE language files
220
- * tested only in version 3.1 and 3.2-beta; don't test in smaller version
221
- * add hindi language file
222
-
223
- ## v1.7.17 (04/11/2011)
224
- * Fixes on Admin-CSS Styles for WP 3.*
225
- * Reduce backend Styles of the Plugins - Goal: kill all styles!!! (to heavy for Maintenance)
226
-
227
- ## v1.7.16 (04/01/2011)
228
- * Bug-fix: change init-function; admin bar also on frontend and backend and all other options of global only on backend
229
- * Remove new hock on wp admin bar; include inline styles; only on deactivate admin bar
230
- * Fix language errors
231
- * Add meta box post formats
232
- * Update de_DE language files
233
-
234
- ## v1.7.15 (03/30/2011)
235
- * Change functions for reduce WP Nav Menu
236
- * change to check for super admin; add new function and option on Global Options to set this
237
- * Maintenance: check for functions in Multisite, Super-admin for use the plugin smaller WP 3.0
238
- * Feature: add css for more usability on settings
239
- * Bug-fix: custom values for WP Nav Menu
240
- * Add Option for Super Admin
241
- * Change option for rewrite, after deactivate Dashboard; now you use a custom url, incl. http://
242
- * Maintenance: Language File
243
-
244
- ## v1.7.14 (03/03/2011)
245
- * Maintenance: remove php notice on role editor
246
- * Maintenance: Add fallback for don't load menu/sub-menu
247
- * Maintenance: Exclude all options in different files
248
-
249
- ## v1.7.13 (03/02/2011)
250
- * Maintenance: different changes on code
251
- * Maintenance: usable in WP 3.1
252
- * Feature: Remove Admin Bar per role
253
- * Feature: Add options for WP Nav Menu
254
- * Bug-fix: php warning for wrong data-type [WP Forum](http://wordpress.org/support/topic/plugin-adminimize-warning-in-array)
255
- * Bug-fix: php warning on foreach [WP Forum](http://wordpress.org/support/topic/plugin-adminimize-warning-error-invalid-argument-supplied-for-foreach)
256
-
257
- ## v1.7.12 (10/02/2010)
258
- * Bug-fix: Fallback for deactivate profile.php on roles smaller administration
259
- * Bug-fix: Redirect from Dashboard on different roles
260
- * Maintenance: small changes on code
261
-
262
- ## v1.7.11 (09/24/2010)
263
- * Bug-fix: for WP < 3.0; function get_post_type_object() is not exist
264
-
265
- ## v1.7.10 (09/24/2010)
266
- * Bug-fix: link-page in admin
267
- * Bug-fix: meta-boxes on link-page
268
- * Bug-fix: check for post or page with WP 3.*
269
- * Maintenance: german language files
270
- * Maintenance: pot-file
271
- * Feature: new css for "User-info" in WP 3.0
272
- * Maintenance: incl. the new css-file
273
-
274
- ## v1.7.9 (09/15/2010)
275
- * Bug-fix for new role-checking
276
-
277
- ## v1.7.8 (09/13/2010)
278
- * changes for WPMU and WP 3.0 MultiSite
279
- * bug-fix for admin-menu in WPMU and WP 3.0 MultiSite
280
- * bug-fix for meta boxes in WPMU and WP 3.0 MultiSite
281
- * bug-fix for global settings in WPMU and WP 3.0 MultiSite
282
- * bug-fix for link-options in WPMU and WP 3.0 MultiSite
283
- * bug-fix for custom redirect after login
284
- * different bug-fixes fpr php-warnings
285
-
286
- ## v1.7.7 (03/18/2010)
287
- * small fixes for redirect on deactivate Dashboard
288
- * add dutch language file
289
-
290
- ## v1.7.6 (01/14/2010)
291
- * fix array-check on new option disable HTML Editor
292
-
293
- ## v1.7.5 (01/13/2010)
294
- * new function: disable HTML Editor on edit post/page
295
-
296
- ## v1.7.4 (01/10/2010)
297
- * Fix on Refresh menu and sub-menu on settings-page
298
- * Fix for older WordPress versions and function current_theme_supports
299
-
300
- ## v1.7.3 (01/08/2010)
301
- * Add Im-/Export function
302
- * Add new meta boxes from WP 2.9 post_thumbnail, if active from the Theme
303
- * Small modifications and code and css
304
- * Add new functions: hide tab for help and options on edit post or edit page; category meta box with ful height, etc.
305
-
306
- ## v1.7.2 (07/08/2009)
307
- * Add fix to deactivate user.php/profile.php
308
-
309
- ## v1.7.1 (17/06/2009)
310
- * Add belorussian language file, thanks to Fat Cow
311
-
312
- ## v1.7.1 (16/06/2009)
313
- * changes for load user date on settings themes; better for performance on blogs with many Users
314
- * small bug-fixes on textdomain
315
- * changes on hint for settings on menu
316
- * new de_DE language file
317
- * comments meta box add to options on post
318
-
319
- ## v1.7 (23/06/2009)
320
- * Bug-fix for WordPress 2.6; Settings-Link
321
- * alternate for `before_last_bar()` and change class of div
322
-
323
- ## 1.6.9 (19/06/2009)
324
- * Bug-fix, Settingslink gefixt;
325
- * Changes on own defines with css selectors; first name, second css selector
326
- * Bug-fix in own options to pages
327
-
328
- ## 1.6.8 (18/06/2009)
329
- * Bug-fix in german language file
330
-
331
- ## 1.6.6-7 (10/06/2009)
332
- * Add Meta Link in 2.8
333
-
334
- ## 1.6.5 (08/05/2009)
335
- * Bug-fix, Doculink only on admin page of Adminimize
336
-
337
- ## 1.6.4 (27/04/2009)
338
- * new Backend-Themes
339
- * more options
340
- * multilanguage for role-names
341
-
342
- ## 1.6.1, 1.6.3 (24/05/2009)
343
- * ready for own roles
344
- * new options for link-area on WP backend
345
- * own options for all areas, use css selectors
346
- * ...
347
-
348
- ## v1.6
349
- * ready for WP 2.7
350
- * new options area, parting of page and post options
351
- * add wp_nonce for own logout
352
- * ...
353
-
354
- ## v1.5.3-8
355
- * Changes for WP 2.7
356
- * changes on CSS design
357
- * ...
358
-
359
- ## v1.5.2
360
- * own redirects possible
361
-
362
- ## v1.5.1
363
- * Bug-fix f&uuml;r rekursiven Array; Redirect bei deaktivem Dashboard funktionierte nicht
364
-
365
- ## v1.5
366
- * F&uuml;r jede Nutzerrolle besteht nun die M&uuml;glichkeit, eigene Menus und Metaboxes zu setzen. Erweiterungen im Backend-Bereich und Vorbereitung f&uuml;r WordPress Version 2.7
367
-
368
- ## v1.4.7
369
- * Bug-fix CSS-Adresse f&uuml;r WP 2.5
370
-
371
- ## v1.4.3-6
372
- * Aufrufe diverser JS ge&auml;ndert, einige &uuml;bergreifende Funktionen nun auch ohne aktives Adminimize-Theme
373
-
374
- ## v1.4.2
375
- * kleine Erweiterungen, Variablenabfragen ge&auml;ndert
376
-
377
- ## v1.4.1
378
- * Bug-fixes und Umstellung Sprache
379
-
380
- ## v1.4
381
- * Performanceoptimierung; <strong>Achtung:</strong> nur noch 1 Db-Eintrag, bei Update auf Version 1.4 zuvor die Deinstallation-Option nutzen und die Db von &uuml;berfl&uuml;ssigen Eintr&auml;gen befreien.
382
-
383
- ## v1.3
384
- * Backendfunktn. erweitert, Update f&uuml;r PressThis im Bereich Schreiben, etc.
385
-
386
- ## v1.2
387
- * Erweiterungen der MetaBoxen
388
-
389
- ## v1.1
390
- * Schreiben-, Verwalten-Bereich ist deaktivierbar; CSS-Erweiterungen des WP 2.3 Themes f&uuml;r WP 2.6; Sidebar im Schreiben-Bereich noch mehr konfigurierbar, Optionsseite ausgebaut, kleine Code-Ver&auml;nderungen
391
-
392
- ## v1.0
393
- * JavaScript schlanker durch die Hilfe von <a href="http://www.schloebe.de/">Oliver Schl&uuml;be</a>
394
-
395
- ## v0.8.1
396
- * Hinweis im Footer m&uuml;glich, optional mit optionalen Text, Weiterleitung immer ersichtlich
397
-
398
- ## v0.8
399
- * Weiterleitung nach Logout m&uuml;glich
400
-
401
- ## v0.7.9
402
- * Zus&auml;tzlich ist innerhalb der Kategorien nur "Kategorien hinzuf&uuml;gen" deaktiverbar
403
-
404
- ## v0.7.8
405
- * Mehrsprachigkeit erweitert
406
-
407
- ## v0.7.7
408
- * Bug-fix f&uuml;r Metabox ausblenden in Write Page
409
-
410
- ## v0.7.6
411
- * Checkbox f&uuml;r alle ausw&auml;hlen auch in Page und Post, Korrektur in Texten
412
-
413
- ## v0.7.5
414
- * Checkbox f&uuml;r alle ausw&auml;hlen, Theme zuweisen
415
-
416
- ## v0.7.3
417
- * Optionale Weiterleitung bei deaktiviertem Dashboard, Einstellungen per Plugin-Seite m&uuml;glich, Admin-Footer erg&auml;nzt um Plugin-infos
418
-
419
- ## v0.7.2
420
- * Update Options Button zus&auml;tzlich im oberen Abschnitt
421
-
422
- ## v0.7.1
423
- * Thickbox Funktion optional
424
-
425
- ## v0.7
426
- * WriteScroll optional, MediaButtons deaktivierbar
427
-
428
- ## v0.6.9
429
- * Theme WordPress 2.3 hinzugekommen, Footer deaktivierbar
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
LICENSE.txt ADDED
@@ -0,0 +1,674 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ GNU GENERAL PUBLIC LICENSE
2
+ Version 3, 29 June 2007
3
+
4
+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
5
+ Everyone is permitted to copy and distribute verbatim copies
6
+ of this license document, but changing it is not allowed.
7
+
8
+ Preamble
9
+
10
+ The GNU General Public License is a free, copyleft license for
11
+ software and other kinds of works.
12
+
13
+ The licenses for most software and other practical works are designed
14
+ to take away your freedom to share and change the works. By contrast,
15
+ the GNU General Public License is intended to guarantee your freedom to
16
+ share and change all versions of a program--to make sure it remains free
17
+ software for all its users. We, the Free Software Foundation, use the
18
+ GNU General Public License for most of our software; it applies also to
19
+ any other work released this way by its authors. You can apply it to
20
+ your programs, too.
21
+
22
+ When we speak of free software, we are referring to freedom, not
23
+ price. Our General Public Licenses are designed to make sure that you
24
+ have the freedom to distribute copies of free software (and charge for
25
+ them if you wish), that you receive source code or can get it if you
26
+ want it, that you can change the software or use pieces of it in new
27
+ free programs, and that you know you can do these things.
28
+
29
+ To protect your rights, we need to prevent others from denying you
30
+ these rights or asking you to surrender the rights. Therefore, you have
31
+ certain responsibilities if you distribute copies of the software, or if
32
+ you modify it: responsibilities to respect the freedom of others.
33
+
34
+ For example, if you distribute copies of such a program, whether
35
+ gratis or for a fee, you must pass on to the recipients the same
36
+ freedoms that you received. You must make sure that they, too, receive
37
+ or can get the source code. And you must show them these terms so they
38
+ know their rights.
39
+
40
+ Developers that use the GNU GPL protect your rights with two steps:
41
+ (1) assert copyright on the software, and (2) offer you this License
42
+ giving you legal permission to copy, distribute and/or modify it.
43
+
44
+ For the developers' and authors' protection, the GPL clearly explains
45
+ that there is no warranty for this free software. For both users' and
46
+ authors' sake, the GPL requires that modified versions be marked as
47
+ changed, so that their problems will not be attributed erroneously to
48
+ authors of previous versions.
49
+
50
+ Some devices are designed to deny users access to install or run
51
+ modified versions of the software inside them, although the manufacturer
52
+ can do so. This is fundamentally incompatible with the aim of
53
+ protecting users' freedom to change the software. The systematic
54
+ pattern of such abuse occurs in the area of products for individuals to
55
+ use, which is precisely where it is most unacceptable. Therefore, we
56
+ have designed this version of the GPL to prohibit the practice for those
57
+ products. If such problems arise substantially in other domains, we
58
+ stand ready to extend this provision to those domains in future versions
59
+ of the GPL, as needed to protect the freedom of users.
60
+
61
+ Finally, every program is threatened constantly by software patents.
62
+ States should not allow patents to restrict development and use of
63
+ software on general-purpose computers, but in those that do, we wish to
64
+ avoid the special danger that patents applied to a free program could
65
+ make it effectively proprietary. To prevent this, the GPL assures that
66
+ patents cannot be used to render the program non-free.
67
+
68
+ The precise terms and conditions for copying, distribution and
69
+ modification follow.
70
+
71
+ TERMS AND CONDITIONS
72
+
73
+ 0. Definitions.
74
+
75
+ "This License" refers to version 3 of the GNU General Public License.
76
+
77
+ "Copyright" also means copyright-like laws that apply to other kinds of
78
+ works, such as semiconductor masks.
79
+
80
+ "The Program" refers to any copyrightable work licensed under this
81
+ License. Each licensee is addressed as "you". "Licensees" and
82
+ "recipients" may be individuals or organizations.
83
+
84
+ To "modify" a work means to copy from or adapt all or part of the work
85
+ in a fashion requiring copyright permission, other than the making of an
86
+ exact copy. The resulting work is called a "modified version" of the
87
+ earlier work or a work "based on" the earlier work.
88
+
89
+ A "covered work" means either the unmodified Program or a work based
90
+ on the Program.
91
+
92
+ To "propagate" a work means to do anything with it that, without
93
+ permission, would make you directly or secondarily liable for
94
+ infringement under applicable copyright law, except executing it on a
95
+ computer or modifying a private copy. Propagation includes copying,
96
+ distribution (with or without modification), making available to the
97
+ public, and in some countries other activities as well.
98
+
99
+ To "convey" a work means any kind of propagation that enables other
100
+ parties to make or receive copies. Mere interaction with a user through
101
+ a computer network, with no transfer of a copy, is not conveying.
102
+
103
+ An interactive user interface displays "Appropriate Legal Notices"
104
+ to the extent that it includes a convenient and prominently visible
105
+ feature that (1) displays an appropriate copyright notice, and (2)
106
+ tells the user that there is no warranty for the work (except to the
107
+ extent that warranties are provided), that licensees may convey the
108
+ work under this License, and how to view a copy of this License. If
109
+ the interface presents a list of user commands or options, such as a
110
+ menu, a prominent item in the list meets this criterion.
111
+
112
+ 1. Source Code.
113
+
114
+ The "source code" for a work means the preferred form of the work
115
+ for making modifications to it. "Object code" means any non-source
116
+ form of a work.
117
+
118
+ A "Standard Interface" means an interface that either is an official
119
+ standard defined by a recognized standards body, or, in the case of
120
+ interfaces specified for a particular programming language, one that
121
+ is widely used among developers working in that language.
122
+
123
+ The "System Libraries" of an executable work include anything, other
124
+ than the work as a whole, that (a) is included in the normal form of
125
+ packaging a Major Component, but which is not part of that Major
126
+ Component, and (b) serves only to enable use of the work with that
127
+ Major Component, or to implement a Standard Interface for which an
128
+ implementation is available to the public in source code form. A
129
+ "Major Component", in this context, means a major essential component
130
+ (kernel, window system, and so on) of the specific operating system
131
+ (if any) on which the executable work runs, or a compiler used to
132
+ produce the work, or an object code interpreter used to run it.
133
+
134
+ The "Corresponding Source" for a work in object code form means all
135
+ the source code needed to generate, install, and (for an executable
136
+ work) run the object code and to modify the work, including scripts to
137
+ control those activities. However, it does not include the work's
138
+ System Libraries, or general-purpose tools or generally available free
139
+ programs which are used unmodified in performing those activities but
140
+ which are not part of the work. For example, Corresponding Source
141
+ includes interface definition files associated with source files for
142
+ the work, and the source code for shared libraries and dynamically
143
+ linked subprograms that the work is specifically designed to require,
144
+ such as by intimate data communication or control flow between those
145
+ subprograms and other parts of the work.
146
+
147
+ The Corresponding Source need not include anything that users
148
+ can regenerate automatically from other parts of the Corresponding
149
+ Source.
150
+
151
+ The Corresponding Source for a work in source code form is that
152
+ same work.
153
+
154
+ 2. Basic Permissions.
155
+
156
+ All rights granted under this License are granted for the term of
157
+ copyright on the Program, and are irrevocable provided the stated
158
+ conditions are met. This License explicitly affirms your unlimited
159
+ permission to run the unmodified Program. The output from running a
160
+ covered work is covered by this License only if the output, given its
161
+ content, constitutes a covered work. This License acknowledges your
162
+ rights of fair use or other equivalent, as provided by copyright law.
163
+
164
+ You may make, run and propagate covered works that you do not
165
+ convey, without conditions so long as your license otherwise remains
166
+ in force. You may convey covered works to others for the sole purpose
167
+ of having them make modifications exclusively for you, or provide you
168
+ with facilities for running those works, provided that you comply with
169
+ the terms of this License in conveying all material for which you do
170
+ not control copyright. Those thus making or running the covered works
171
+ for you must do so exclusively on your behalf, under your direction
172
+ and control, on terms that prohibit them from making any copies of
173
+ your copyrighted material outside their relationship with you.
174
+
175
+ Conveying under any other circumstances is permitted solely under
176
+ the conditions stated below. Sublicensing is not allowed; section 10
177
+ makes it unnecessary.
178
+
179
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
180
+
181
+ No covered work shall be deemed part of an effective technological
182
+ measure under any applicable law fulfilling obligations under article
183
+ 11 of the WIPO copyright treaty adopted on 20 December 1996, or
184
+ similar laws prohibiting or restricting circumvention of such
185
+ measures.
186
+
187
+ When you convey a covered work, you waive any legal power to forbid
188
+ circumvention of technological measures to the extent such circumvention
189
+ is effected by exercising rights under this License with respect to
190
+ the covered work, and you disclaim any intention to limit operation or
191
+ modification of the work as a means of enforcing, against the work's
192
+ users, your or third parties' legal rights to forbid circumvention of
193
+ technological measures.
194
+
195
+ 4. Conveying Verbatim Copies.
196
+
197
+ You may convey verbatim copies of the Program's source code as you
198
+ receive it, in any medium, provided that you conspicuously and
199
+ appropriately publish on each copy an appropriate copyright notice;
200
+ keep intact all notices stating that this License and any
201
+ non-permissive terms added in accord with section 7 apply to the code;
202
+ keep intact all notices of the absence of any warranty; and give all
203
+ recipients a copy of this License along with the Program.
204
+
205
+ You may charge any price or no price for each copy that you convey,
206
+ and you may offer support or warranty protection for a fee.
207
+
208
+ 5. Conveying Modified Source Versions.
209
+
210
+ You may convey a work based on the Program, or the modifications to
211
+ produce it from the Program, in the form of source code under the
212
+ terms of section 4, provided that you also meet all of these conditions:
213
+
214
+ a) The work must carry prominent notices stating that you modified
215
+ it, and giving a relevant date.
216
+
217
+ b) The work must carry prominent notices stating that it is
218
+ released under this License and any conditions added under section
219
+ 7. This requirement modifies the requirement in section 4 to
220
+ "keep intact all notices".
221
+
222
+ c) You must license the entire work, as a whole, under this
223
+ License to anyone who comes into possession of a copy. This
224
+ License will therefore apply, along with any applicable section 7
225
+ additional terms, to the whole of the work, and all its parts,
226
+ regardless of how they are packaged. This License gives no
227
+ permission to license the work in any other way, but it does not
228
+ invalidate such permission if you have separately received it.
229
+
230
+ d) If the work has interactive user interfaces, each must display
231
+ Appropriate Legal Notices; however, if the Program has interactive
232
+ interfaces that do not display Appropriate Legal Notices, your
233
+ work need not make them do so.
234
+
235
+ A compilation of a covered work with other separate and independent
236
+ works, which are not by their nature extensions of the covered work,
237
+ and which are not combined with it such as to form a larger program,
238
+ in or on a volume of a storage or distribution medium, is called an
239
+ "aggregate" if the compilation and its resulting copyright are not
240
+ used to limit the access or legal rights of the compilation's users
241
+ beyond what the individual works permit. Inclusion of a covered work
242
+ in an aggregate does not cause this License to apply to the other
243
+ parts of the aggregate.
244
+
245
+ 6. Conveying Non-Source Forms.
246
+
247
+ You may convey a covered work in object code form under the terms
248
+ of sections 4 and 5, provided that you also convey the
249
+ machine-readable Corresponding Source under the terms of this License,
250
+ in one of these ways:
251
+
252
+ a) Convey the object code in, or embodied in, a physical product
253
+ (including a physical distribution medium), accompanied by the
254
+ Corresponding Source fixed on a durable physical medium
255
+ customarily used for software interchange.
256
+
257
+ b) Convey the object code in, or embodied in, a physical product
258
+ (including a physical distribution medium), accompanied by a
259
+ written offer, valid for at least three years and valid for as
260
+ long as you offer spare parts or customer support for that product
261
+ model, to give anyone who possesses the object code either (1) a
262
+ copy of the Corresponding Source for all the software in the
263
+ product that is covered by this License, on a durable physical
264
+ medium customarily used for software interchange, for a price no
265
+ more than your reasonable cost of physically performing this
266
+ conveying of source, or (2) access to copy the
267
+ Corresponding Source from a network server at no charge.
268
+
269
+ c) Convey individual copies of the object code with a copy of the
270
+ written offer to provide the Corresponding Source. This
271
+ alternative is allowed only occasionally and noncommercially, and
272
+ only if you received the object code with such an offer, in accord
273
+ with subsection 6b.
274
+
275
+ d) Convey the object code by offering access from a designated
276
+ place (gratis or for a charge), and offer equivalent access to the
277
+ Corresponding Source in the same way through the same place at no
278
+ further charge. You need not require recipients to copy the
279
+ Corresponding Source along with the object code. If the place to
280
+ copy the object code is a network server, the Corresponding Source
281
+ may be on a different server (operated by you or a third party)
282
+ that supports equivalent copying facilities, provided you maintain
283
+ clear directions next to the object code saying where to find the
284
+ Corresponding Source. Regardless of what server hosts the
285
+ Corresponding Source, you remain obligated to ensure that it is
286
+ available for as long as needed to satisfy these requirements.
287
+
288
+ e) Convey the object code using peer-to-peer transmission, provided
289
+ you inform other peers where the object code and Corresponding
290
+ Source of the work are being offered to the general public at no
291
+ charge under subsection 6d.
292
+
293
+ A separable portion of the object code, whose source code is excluded
294
+ from the Corresponding Source as a System Library, need not be
295
+ included in conveying the object code work.
296
+
297
+ A "User Product" is either (1) a "consumer product", which means any
298
+ tangible personal property which is normally used for personal, family,
299
+ or household purposes, or (2) anything designed or sold for incorporation
300
+ into a dwelling. In determining whether a product is a consumer product,
301
+ doubtful cases shall be resolved in favor of coverage. For a particular
302
+ product received by a particular user, "normally used" refers to a
303
+ typical or common use of that class of product, regardless of the status
304
+ of the particular user or of the way in which the particular user
305
+ actually uses, or expects or is expected to use, the product. A product
306
+ is a consumer product regardless of whether the product has substantial
307
+ commercial, industrial or non-consumer uses, unless such uses represent
308
+ the only significant mode of use of the product.
309
+
310
+ "Installation Information" for a User Product means any methods,
311
+ procedures, authorization keys, or other information required to install
312
+ and execute modified versions of a covered work in that User Product from
313
+ a modified version of its Corresponding Source. The information must
314
+ suffice to ensure that the continued functioning of the modified object
315
+ code is in no case prevented or interfered with solely because
316
+ modification has been made.
317
+
318
+ If you convey an object code work under this section in, or with, or
319
+ specifically for use in, a User Product, and the conveying occurs as
320
+ part of a transaction in which the right of possession and use of the
321
+ User Product is transferred to the recipient in perpetuity or for a
322
+ fixed term (regardless of how the transaction is characterized), the
323
+ Corresponding Source conveyed under this section must be accompanied
324
+ by the Installation Information. But this requirement does not apply
325
+ if neither you nor any third party retains the ability to install
326
+ modified object code on the User Product (for example, the work has
327
+ been installed in ROM).
328
+
329
+ The requirement to provide Installation Information does not include a
330
+ requirement to continue to provide support service, warranty, or updates
331
+ for a work that has been modified or installed by the recipient, or for
332
+ the User Product in which it has been modified or installed. Access to a
333
+ network may be denied when the modification itself materially and
334
+ adversely affects the operation of the network or violates the rules and
335
+ protocols for communication across the network.
336
+
337
+ Corresponding Source conveyed, and Installation Information provided,
338
+ in accord with this section must be in a format that is publicly
339
+ documented (and with an implementation available to the public in
340
+ source code form), and must require no special password or key for
341
+ unpacking, reading or copying.
342
+
343
+ 7. Additional Terms.
344
+
345
+ "Additional permissions" are terms that supplement the terms of this
346
+ License by making exceptions from one or more of its conditions.
347
+ Additional permissions that are applicable to the entire Program shall
348
+ be treated as though they were included in this License, to the extent
349
+ that they are valid under applicable law. If additional permissions
350
+ apply only to part of the Program, that part may be used separately
351
+ under those permissions, but the entire Program remains governed by
352
+ this License without regard to the additional permissions.
353
+
354
+ When you convey a copy of a covered work, you may at your option
355
+ remove any additional permissions from that copy, or from any part of
356
+ it. (Additional permissions may be written to require their own
357
+ removal in certain cases when you modify the work.) You may place
358
+ additional permissions on material, added by you to a covered work,
359
+ for which you have or can give appropriate copyright permission.
360
+
361
+ Notwithstanding any other provision of this License, for material you
362
+ add to a covered work, you may (if authorized by the copyright holders of
363
+ that material) supplement the terms of this License with terms:
364
+
365
+ a) Disclaiming warranty or limiting liability differently from the
366
+ terms of sections 15 and 16 of this License; or
367
+
368
+ b) Requiring preservation of specified reasonable legal notices or
369
+ author attributions in that material or in the Appropriate Legal
370
+ Notices displayed by works containing it; or
371
+
372
+ c) Prohibiting misrepresentation of the origin of that material, or
373
+ requiring that modified versions of such material be marked in
374
+ reasonable ways as different from the original version; or
375
+
376
+ d) Limiting the use for publicity purposes of names of licensors or
377
+ authors of the material; or
378
+
379
+ e) Declining to grant rights under trademark law for use of some
380
+ trade names, trademarks, or service marks; or
381
+
382
+ f) Requiring indemnification of licensors and authors of that
383
+ material by anyone who conveys the material (or modified versions of
384
+ it) with contractual assumptions of liability to the recipient, for
385
+ any liability that these contractual assumptions directly impose on
386
+ those licensors and authors.
387
+
388
+ All other non-permissive additional terms are considered "further
389
+ restrictions" within the meaning of section 10. If the Program as you
390
+ received it, or any part of it, contains a notice stating that it is
391
+ governed by this License along with a term that is a further
392
+ restriction, you may remove that term. If a license document contains
393
+ a further restriction but permits relicensing or conveying under this
394
+ License, you may add to a covered work material governed by the terms
395
+ of that license document, provided that the further restriction does
396
+ not survive such relicensing or conveying.
397
+
398
+ If you add terms to a covered work in accord with this section, you
399
+ must place, in the relevant source files, a statement of the
400
+ additional terms that apply to those files, or a notice indicating
401
+ where to find the applicable terms.
402
+
403
+ Additional terms, permissive or non-permissive, may be stated in the
404
+ form of a separately written license, or stated as exceptions;
405
+ the above requirements apply either way.
406
+
407
+ 8. Termination.
408
+
409
+ You may not propagate or modify a covered work except as expressly
410
+ provided under this License. Any attempt otherwise to propagate or
411
+ modify it is void, and will automatically terminate your rights under
412
+ this License (including any patent licenses granted under the third
413
+ paragraph of section 11).
414
+
415
+ However, if you cease all violation of this License, then your
416
+ license from a particular copyright holder is reinstated (a)
417
+ provisionally, unless and until the copyright holder explicitly and
418
+ finally terminates your license, and (b) permanently, if the copyright
419
+ holder fails to notify you of the violation by some reasonable means
420
+ prior to 60 days after the cessation.
421
+
422
+ Moreover, your license from a particular copyright holder is
423
+ reinstated permanently if the copyright holder notifies you of the
424
+ violation by some reasonable means, this is the first time you have
425
+ received notice of violation of this License (for any work) from that
426
+ copyright holder, and you cure the violation prior to 30 days after
427
+ your receipt of the notice.
428
+
429
+ Termination of your rights under this section does not terminate the
430
+ licenses of parties who have received copies or rights from you under
431
+ this License. If your rights have been terminated and not permanently
432
+ reinstated, you do not qualify to receive new licenses for the same
433
+ material under section 10.
434
+
435
+ 9. Acceptance Not Required for Having Copies.
436
+
437
+ You are not required to accept this License in order to receive or
438
+ run a copy of the Program. Ancillary propagation of a covered work
439
+ occurring solely as a consequence of using peer-to-peer transmission
440
+ to receive a copy likewise does not require acceptance. However,
441
+ nothing other than this License grants you permission to propagate or
442
+ modify any covered work. These actions infringe copyright if you do
443
+ not accept this License. Therefore, by modifying or propagating a
444
+ covered work, you indicate your acceptance of this License to do so.
445
+
446
+ 10. Automatic Licensing of Downstream Recipients.
447
+
448
+ Each time you convey a covered work, the recipient automatically
449
+ receives a license from the original licensors, to run, modify and
450
+ propagate that work, subject to this License. You are not responsible
451
+ for enforcing compliance by third parties with this License.
452
+
453
+ An "entity transaction" is a transaction transferring control of an
454
+ organization, or substantially all assets of one, or subdividing an
455
+ organization, or merging organizations. If propagation of a covered
456
+ work results from an entity transaction, each party to that
457
+ transaction who receives a copy of the work also receives whatever
458
+ licenses to the work the party's predecessor in interest had or could
459
+ give under the previous paragraph, plus a right to possession of the
460
+ Corresponding Source of the work from the predecessor in interest, if
461
+ the predecessor has it or can get it with reasonable efforts.
462
+
463
+ You may not impose any further restrictions on the exercise of the
464
+ rights granted or affirmed under this License. For example, you may
465
+ not impose a license fee, royalty, or other charge for exercise of
466
+ rights granted under this License, and you may not initiate litigation
467
+ (including a cross-claim or counterclaim in a lawsuit) alleging that
468
+ any patent claim is infringed by making, using, selling, offering for
469
+ sale, or importing the Program or any portion of it.
470
+
471
+ 11. Patents.
472
+
473
+ A "contributor" is a copyright holder who authorizes use under this
474
+ License of the Program or a work on which the Program is based. The
475
+ work thus licensed is called the contributor's "contributor version".
476
+
477
+ A contributor's "essential patent claims" are all patent claims
478
+ owned or controlled by the contributor, whether already acquired or
479
+ hereafter acquired, that would be infringed by some manner, permitted
480
+ by this License, of making, using, or selling its contributor version,
481
+ but do not include claims that would be infringed only as a
482
+ consequence of further modification of the contributor version. For
483
+ purposes of this definition, "control" includes the right to grant
484
+ patent sublicenses in a manner consistent with the requirements of
485
+ this License.
486
+
487
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
488
+ patent license under the contributor's essential patent claims, to
489
+ make, use, sell, offer for sale, import and otherwise run, modify and
490
+ propagate the contents of its contributor version.
491
+
492
+ In the following three paragraphs, a "patent license" is any express
493
+ agreement or commitment, however denominated, not to enforce a patent
494
+ (such as an express permission to practice a patent or covenant not to
495
+ sue for patent infringement). To "grant" such a patent license to a
496
+ party means to make such an agreement or commitment not to enforce a
497
+ patent against the party.
498
+
499
+ If you convey a covered work, knowingly relying on a patent license,
500
+ and the Corresponding Source of the work is not available for anyone
501
+ to copy, free of charge and under the terms of this License, through a
502
+ publicly available network server or other readily accessible means,
503
+ then you must either (1) cause the Corresponding Source to be so
504
+ available, or (2) arrange to deprive yourself of the benefit of the
505
+ patent license for this particular work, or (3) arrange, in a manner
506
+ consistent with the requirements of this License, to extend the patent
507
+ license to downstream recipients. "Knowingly relying" means you have
508
+ actual knowledge that, but for the patent license, your conveying the
509
+ covered work in a country, or your recipient's use of the covered work
510
+ in a country, would infringe one or more identifiable patents in that
511
+ country that you have reason to believe are valid.
512
+
513
+ If, pursuant to or in connection with a single transaction or
514
+ arrangement, you convey, or propagate by procuring conveyance of, a
515
+ covered work, and grant a patent license to some of the parties
516
+ receiving the covered work authorizing them to use, propagate, modify
517
+ or convey a specific copy of the covered work, then the patent license
518
+ you grant is automatically extended to all recipients of the covered
519
+ work and works based on it.
520
+
521
+ A patent license is "discriminatory" if it does not include within
522
+ the scope of its coverage, prohibits the exercise of, or is
523
+ conditioned on the non-exercise of one or more of the rights that are
524
+ specifically granted under this License. You may not convey a covered
525
+ work if you are a party to an arrangement with a third party that is
526
+ in the business of distributing software, under which you make payment
527
+ to the third party based on the extent of your activity of conveying
528
+ the work, and under which the third party grants, to any of the
529
+ parties who would receive the covered work from you, a discriminatory
530
+ patent license (a) in connection with copies of the covered work
531
+ conveyed by you (or copies made from those copies), or (b) primarily
532
+ for and in connection with specific products or compilations that
533
+ contain the covered work, unless you entered into that arrangement,
534
+ or that patent license was granted, prior to 28 March 2007.
535
+
536
+ Nothing in this License shall be construed as excluding or limiting
537
+ any implied license or other defenses to infringement that may
538
+ otherwise be available to you under applicable patent law.
539
+
540
+ 12. No Surrender of Others' Freedom.
541
+
542
+ If conditions are imposed on you (whether by court order, agreement or
543
+ otherwise) that contradict the conditions of this License, they do not
544
+ excuse you from the conditions of this License. If you cannot convey a
545
+ covered work so as to satisfy simultaneously your obligations under this
546
+ License and any other pertinent obligations, then as a consequence you may
547
+ not convey it at all. For example, if you agree to terms that obligate you
548
+ to collect a royalty for further conveying from those to whom you convey
549
+ the Program, the only way you could satisfy both those terms and this
550
+ License would be to refrain entirely from conveying the Program.
551
+
552
+ 13. Use with the GNU Affero General Public License.
553
+
554
+ Notwithstanding any other provision of this License, you have
555
+ permission to link or combine any covered work with a work licensed
556
+ under version 3 of the GNU Affero General Public License into a single
557
+ combined work, and to convey the resulting work. The terms of this
558
+ License will continue to apply to the part which is the covered work,
559
+ but the special requirements of the GNU Affero General Public License,
560
+ section 13, concerning interaction through a network will apply to the
561
+ combination as such.
562
+
563
+ 14. Revised Versions of this License.
564
+
565
+ The Free Software Foundation may publish revised and/or new versions of
566
+ the GNU General Public License from time to time. Such new versions will
567
+ be similar in spirit to the present version, but may differ in detail to
568
+ address new problems or concerns.
569
+
570
+ Each version is given a distinguishing version number. If the
571
+ Program specifies that a certain numbered version of the GNU General
572
+ Public License "or any later version" applies to it, you have the
573
+ option of following the terms and conditions either of that numbered
574
+ version or of any later version published by the Free Software
575
+ Foundation. If the Program does not specify a version number of the
576
+ GNU General Public License, you may choose any version ever published
577
+ by the Free Software Foundation.
578
+
579
+ If the Program specifies that a proxy can decide which future
580
+ versions of the GNU General Public License can be used, that proxy's
581
+ public statement of acceptance of a version permanently authorizes you
582
+ to choose that version for the Program.
583
+
584
+ Later license versions may give you additional or different
585
+ permissions. However, no additional obligations are imposed on any
586
+ author or copyright holder as a result of your choosing to follow a
587
+ later version.
588
+
589
+ 15. Disclaimer of Warranty.
590
+
591
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
592
+ APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
593
+ HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
594
+ OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
595
+ THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
596
+ PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
597
+ IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
598
+ ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
599
+
600
+ 16. Limitation of Liability.
601
+
602
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
603
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
604
+ THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
605
+ GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
606
+ USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
607
+ DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
608
+ PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
609
+ EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
610
+ SUCH DAMAGES.
611
+
612
+ 17. Interpretation of Sections 15 and 16.
613
+
614
+ If the disclaimer of warranty and limitation of liability provided
615
+ above cannot be given local legal effect according to their terms,
616
+ reviewing courts shall apply local law that most closely approximates
617
+ an absolute waiver of all civil liability in connection with the
618
+ Program, unless a warranty or assumption of liability accompanies a
619
+ copy of the Program in return for a fee.
620
+
621
+ END OF TERMS AND CONDITIONS
622
+
623
+ How to Apply These Terms to Your New Programs
624
+
625
+ If you develop a new program, and you want it to be of the greatest
626
+ possible use to the public, the best way to achieve this is to make it
627
+ free software which everyone can redistribute and change under these terms.
628
+
629
+ To do so, attach the following notices to the program. It is safest
630
+ to attach them to the start of each source file to most effectively
631
+ state the exclusion of warranty; and each file should have at least
632
+ the "copyright" line and a pointer to where the full notice is found.
633
+
634
+ <one line to give the program's name and a brief idea of what it does.>
635
+ Copyright (C) <year> <name of author>
636
+
637
+ This program is free software: you can redistribute it and/or modify
638
+ it under the terms of the GNU General Public License as published by
639
+ the Free Software Foundation, either version 3 of the License, or
640
+ (at your option) any later version.
641
+
642
+ This program is distributed in the hope that it will be useful,
643
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
644
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
645
+ GNU General Public License for more details.
646
+
647
+ You should have received a copy of the GNU General Public License
648
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
649
+
650
+ Also add information on how to contact you by electronic and paper mail.
651
+
652
+ If the program does terminal interaction, make it output a short
653
+ notice like this when it starts in an interactive mode:
654
+
655
+ <program> Copyright (C) <year> <name of author>
656
+ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
657
+ This is free software, and you are welcome to redistribute it
658
+ under certain conditions; type `show c' for details.
659
+
660
+ The hypothetical commands `show w' and `show c' should show the appropriate
661
+ parts of the General Public License. Of course, your program's commands
662
+ might be different; for a GUI interface, you would use an "about box".
663
+
664
+ You should also get your employer (if you work as a programmer) or school,
665
+ if any, to sign a "copyright disclaimer" for the program, if necessary.
666
+ For more information on this, and how to apply and follow the GNU GPL, see
667
+ <http://www.gnu.org/licenses/>.
668
+
669
+ The GNU General Public License does not permit incorporating your program
670
+ into proprietary programs. If your program is a subroutine library, you
671
+ may consider it more useful to permit linking proprietary applications with
672
+ the library. If this is what you want to do, use the GNU Lesser General
673
+ Public License instead of this License. But first, please read
674
+ <http://www.gnu.org/philosophy/why-not-lgpl.html>.
adminimize.php CHANGED
@@ -7,13 +7,15 @@
7
  * Description: Visually compresses the administrative meta-boxes so that more admin page content can be initially seen. The plugin that lets you hide 'unnecessary' items from the WordPress administration menu, for all roles of your install. You can also hide post meta controls on the edit-area to simplify the interface. It is possible to simplify the admin in different for all roles.
8
  * Author: Frank Bültge
9
  * Author URI: http://bueltge.de/
10
- * Version: 1.11.2
11
  * License: GPLv3+
12
  *
 
 
13
  * @package WordPress
14
  * @author Frank Bültge <frank@bueltge.de>
15
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
16
- * @version 2016-12-04
17
  */
18
 
19
  /**
@@ -32,7 +34,7 @@ if ( ! function_exists( 'add_action' ) ) {
32
 
33
  // plugin definitions
34
  define( 'FB_ADMINIMIZE_BASENAME', plugin_basename( __FILE__ ) );
35
- define( 'FB_ADMINIMIZE_BASEFOLDER', plugin_basename( dirname( __FILE__ ) ) );
36
 
37
  /**
38
  * Return data from the plugin.
@@ -101,21 +103,17 @@ function _mw_adminimize_exclude_settings_page() {
101
  return FALSE;
102
  }
103
 
104
- if ( ! isset( $_GET[ 'page' ] ) ) {
105
- $page = '';
106
- } else {
107
  $page = esc_attr( $_GET[ 'page' ] );
108
  }
109
 
110
- if ( ! function_exists( 'get_current_screen' ) ) {
111
- $screen = $page;
112
- } else {
113
  $screen = get_current_screen();
114
  }
115
 
116
- if ( ! isset( $screen->id ) ) {
117
- $screen = $page;
118
- } else {
119
  $screen = $screen->id;
120
  }
121
 
@@ -131,7 +129,7 @@ function _mw_adminimize_exclude_settings_page() {
131
  function _mw_adminimize_is_active_on_multisite() {
132
 
133
  if ( ! function_exists( 'is_plugin_active_for_network' ) ) {
134
- require_once( ABSPATH . '/wp-admin/includes/plugin.php' );
135
  }
136
 
137
  if ( is_multisite() && is_plugin_active_for_network( FB_ADMINIMIZE_BASENAME ) ) {
@@ -158,7 +156,7 @@ function _mw_adminimize_get_all_user_roles() {
158
  if ( NULL !== $wp_roles->roles && is_array( $wp_roles->roles ) ) {
159
  foreach ( $wp_roles->roles as $role => $data ) {
160
  $user_roles[] = $role;
161
- //$data contains caps, maybe for later use..
162
  }
163
  }
164
 
@@ -210,23 +208,25 @@ function _mw_adminimize_get_all_user_roles_names() {
210
  }
211
 
212
  /**
213
- * return post type
 
 
214
  */
215
  function _mw_adminimize_get_current_post_type() {
216
 
217
  global $post, $typenow, $current_screen;
218
 
219
- //we have a post so we can just get the post type from that
220
  if ( $post && $post->post_type ) {
221
  return $post->post_type;
222
- } //check the global $typenow - set in admin.php
223
- else if ( $typenow ) {
224
  return $typenow;
225
  } // check the global $current_screen object - set in sceen.php
226
- else if ( $current_screen && $current_screen->post_type ) {
227
  return $current_screen->post_type;
228
  } // lastly check the post_type querystring
229
- else if ( isset( $_REQUEST[ 'post_type' ] ) ) {
230
  return sanitize_key( $_REQUEST[ 'post_type' ] );
231
  }
232
 
@@ -241,12 +241,11 @@ function _mw_adminimize_admin_init() {
241
 
242
  global $pagenow, $post_type, $menu, $submenu;
243
 
 
244
  if ( isset( $_GET[ 'post' ] ) && ! is_array( $_GET[ 'post' ] ) ) {
245
  $post_id = (int) esc_attr( $_GET[ 'post' ] );
246
  } elseif ( isset( $_POST[ 'post_ID' ] ) ) {
247
  $post_id = (int) esc_attr( $_POST[ 'post_ID' ] );
248
- } else {
249
- $post_id = 0;
250
  }
251
 
252
  $current_post_type = $post_type;
@@ -256,8 +255,7 @@ function _mw_adminimize_admin_init() {
256
  if ( ! isset( $current_post_type ) || empty( $current_post_type ) ) {
257
  $current_post_type = _mw_adminimize_get_current_post_type();
258
  }
259
- if ( ! $current_post_type ) // set hard to post
260
- {
261
  $current_post_type = 'post';
262
  }
263
 
@@ -287,7 +285,7 @@ function _mw_adminimize_admin_init() {
287
  $widget_pages = array( 'widgets.php' );
288
 
289
  foreach ( $user_roles as $role ) {
290
- $disabled_global_option_[ $role ] = _mw_adminimize_get_option_value(
291
  'mw_adminimize_disabled_admin_bar_' . $role . '_items'
292
  );
293
  $disabled_global_option_[ $role ] = _mw_adminimize_get_option_value(
@@ -322,16 +320,6 @@ function _mw_adminimize_admin_init() {
322
  // Backend options
323
  // exclude super admin
324
  if ( ! _mw_adminimize_exclude_super_admin() && ! _mw_adminimize_exclude_settings_page() ) {
325
- $_mw_adminimize_footer = (int) _mw_adminimize_get_option_value( '_mw_adminimize_footer' );
326
- switch ( $_mw_adminimize_footer ) {
327
- case 1:
328
- wp_enqueue_script(
329
- '_mw_adminimize_remove_footer',
330
- WP_PLUGIN_URL . '/' . FB_ADMINIMIZE_BASEFOLDER . '/js/remove_footer' . $suffix . '.js',
331
- array( 'jquery' )
332
- );
333
- break;
334
- }
335
 
336
  $_mw_adminimize_header = (int) _mw_adminimize_get_option_value( '_mw_adminimize_header' );
337
  switch ( $_mw_adminimize_header ) {
@@ -344,8 +332,8 @@ function _mw_adminimize_admin_init() {
344
  break;
345
  }
346
 
347
- //post-page options
348
- if ( in_array( $pagenow, $def_post_pages, FALSE ) ) {
349
 
350
  $_mw_adminimize_tb_window = (int) _mw_adminimize_get_option_value( '_mw_adminimize_tb_window' );
351
  switch ( $_mw_adminimize_tb_window ) {
@@ -369,7 +357,7 @@ function _mw_adminimize_admin_init() {
369
  break;
370
  }
371
 
372
- //category options
373
  $_mw_adminimize_cat_full = (int) _mw_adminimize_get_option_value( '_mw_adminimize_cat_full' );
374
  switch ( $_mw_adminimize_cat_full ) {
375
  case 1:
@@ -380,7 +368,7 @@ function _mw_adminimize_admin_init() {
380
  break;
381
  }
382
 
383
- // set default editor tinymce
384
  if ( _mw_adminimize_recursive_in_array(
385
  '#editor-toolbar #edButtonHTML, #quicktags, #content-html',
386
  $disabled_metaboxes_page_all
@@ -390,56 +378,58 @@ function _mw_adminimize_admin_init() {
390
  $disabled_metaboxes_post_all
391
  )
392
  ) {
393
- add_filter( 'wp_default_editor', create_function( '', 'return "tinymce";' ) );
 
 
 
 
 
394
  }
395
 
396
- // remove media bottons
397
  if ( _mw_adminimize_recursive_in_array( 'media_buttons', $disabled_metaboxes_page_all )
398
  || _mw_adminimize_recursive_in_array( 'media_buttons', $disabled_metaboxes_post_all )
399
  ) {
400
  remove_action( 'media_buttons', 'media_buttons' );
401
  }
402
  }
403
-
404
  }
405
 
406
  // set meta-box post option
407
- if ( in_array( $pagenow, $def_post_pages, FALSE ) && in_array( $current_post_type, $def_post_types, FALSE ) ) {
408
  add_action( 'admin_head', '_mw_adminimize_set_metabox_post_option', 1 );
409
  }
410
  // set meta-box page option
411
- if ( in_array( $pagenow, $def_page_pages, FALSE ) && in_array( $current_post_type, $def_page_types, FALSE ) ) {
412
  add_action( 'admin_head', '_mw_adminimize_set_metabox_page_option', 1 );
413
  }
414
  // set custom post type options
415
- if ( function_exists( 'get_post_types' ) && in_array( $pagenow, $def_custom_pages, FALSE )
416
- && in_array(
417
- $current_post_type, $def_custom_types, FALSE
418
- )
419
  ) {
420
  add_action( 'admin_head', '_mw_adminimize_set_metabox_cp_option', 1 );
421
  }
422
  // set link option
423
- if ( in_array( $pagenow, $link_pages, FALSE ) ) {
424
  add_action( 'admin_head', '_mw_adminimize_set_link_option', 1 );
425
  }
426
  // set wp nav menu options
427
- if ( in_array( $pagenow, $nav_menu_pages, FALSE ) ) {
428
  add_action( 'admin_head', '_mw_adminimize_set_nav_menu_option', 1 );
429
  }
430
  // set widget options
431
- if ( in_array( $pagenow, $widget_pages, FALSE ) ) {
432
  add_action( 'admin_head', '_mw_adminimize_set_widget_option', 1 );
433
  }
434
  }
435
 
436
- // Alternative run the hok admin_head later
437
- add_action( 'admin_menu', '_mw_adminimize_set_menu_option', 99999 );
 
438
  // global_options
439
  add_action( 'admin_head', '_mw_adminimize_set_global_option', 1 );
440
  // on admin init
441
  if ( is_admin() ) {
442
- add_action( 'admin_init', '_mw_adminimize_textdomain' );
443
  add_action( 'admin_init', '_mw_adminimize_admin_init' );
444
  add_action( 'admin_menu', '_mw_adminimize_add_settings_page' );
445
  add_action( 'admin_menu', '_mw_adminimize_remove_dashboard' );
@@ -448,7 +438,6 @@ add_action( 'init', '_mw_adminimize_set_logout_menu', 2 );
448
 
449
  register_activation_hook( __FILE__, '_mw_adminimize_install' );
450
  register_uninstall_hook( __FILE__, '_mw_adminimize_uninstall' );
451
- //register_deactivation_hook(__FILE__, '_mw_adminimize_uninstall' );
452
 
453
  /**
454
  * Remove the dashboard
@@ -502,7 +491,7 @@ function _mw_adminimize_remove_dashboard() {
502
  }
503
  }
504
 
505
- // redirect option, if Dashboard is inactive
506
  if ( $redirect ) {
507
  $_mw_adminimize_db_redirect = (int) _mw_adminimize_get_option_value(
508
  '_mw_adminimize_db_redirect'
@@ -539,12 +528,12 @@ function _mw_adminimize_remove_dashboard() {
539
  $dashboard_core_string = esc_attr__( 'Dashboard' );
540
  $dashboard = array( $menu[ $page ][ 0 ], $menu[ $page ][ 1 ] );
541
  while (
542
- ! in_array( $dashboard_core_string, $dashboard, FALSE ) && next( $menu )
543
  ) {
544
  $page = key( $menu );
545
  }
546
 
547
- if ( in_array( $dashboard_core_string, $dashboard, FALSE ) ) {
548
  unset( $menu[ $page ] );
549
  }
550
  reset( $menu );
@@ -555,10 +544,9 @@ function _mw_adminimize_remove_dashboard() {
555
  }
556
 
557
  if ( preg_match( '#wp-admin/?(index.php)?$#', $_SERVER[ 'REQUEST_URI' ] ) ) {
558
- wp_redirect( $_mw_adminimize_db_redirect );
559
  }
560
  }
561
-
562
  }
563
  }
564
 
@@ -586,7 +574,6 @@ function _mw_adminimize_set_menu_option() {
586
  _mw_adminimize_debug( $menu, 'Adminimize, WordPress Menu:' );
587
  _mw_adminimize_debug( $submenu, 'Adminimize, WordPress Sub-Menu:' );
588
 
589
- //$user_roles = _mw_adminimize_get_all_user_roles();
590
  $disabled_menu_ = array();
591
  $disabled_submenu_ = array();
592
  $user = wp_get_current_user();
@@ -607,19 +594,17 @@ function _mw_adminimize_set_menu_option() {
607
 
608
  // Set admin-menu.
609
  foreach ( $user_roles as $role ) {
610
-
611
- if ( in_array( $role, $user->roles, FALSE )
612
  && _mw_adminimize_current_user_has_role( $role )
613
  ) {
614
  // Create array about all items with all affected roles.
615
- foreach ( $disabled_menu_[ $role ] as $menu_item ) {
616
  $mw_adminimize_menu[] = $menu_item;
617
  }
618
- foreach ( $disabled_submenu_[ $role ] as $submenu_item ) {
619
  $mw_adminimize_submenu[] = $submenu_item;
620
  }
621
  }
622
-
623
  }
624
 
625
  // Support Multiple Roles for users.
@@ -635,17 +620,21 @@ function _mw_adminimize_set_menu_option() {
635
  _mw_adminimize_debug( $mw_adminimize_menu, 'Adminimize, Menu Slugs to hide after Filter.' );
636
  _mw_adminimize_debug( $mw_adminimize_menu, 'Adminimize, Sub-Menu Slugs to hide after Filter.' );
637
 
 
 
 
638
  // Fallback on users.php on all user roles smaller admin.
639
- if ( in_array( 'users.php', $mw_adminimize_menu, FALSE ) ) {
640
  $mw_adminimize_menu[] = 'profile.php';
641
  }
 
642
  foreach ( $menu as $key => $item ) {
643
 
644
  // Menu
645
  if ( isset( $item[ 2 ] ) ) {
646
  $menu_slug = $item[ 2 ];
647
  // Check, if the Menu item in the current user role settings?
648
- if ( in_array( $menu_slug, $mw_adminimize_menu, FALSE )
649
  ) {
650
  remove_menu_page( $menu_slug );
651
  // Prevent access to the page with the slug, there was inactive.
@@ -654,7 +643,7 @@ function _mw_adminimize_set_menu_option() {
654
 
655
  // Sub Menu Settings.
656
  if ( isset( $submenu ) && ! empty( $submenu[ $menu_slug ] ) ) {
657
- foreach ( $submenu[ $menu_slug ] as $subindex => $subitem ) {
658
  // Check, if is Sub Menu item in the user role settings?
659
  if (
660
  isset( $mw_adminimize_submenu )
@@ -664,7 +653,6 @@ function _mw_adminimize_set_menu_option() {
664
  )
665
  ) {
666
  remove_submenu_page( $menu_slug, $subitem[ 2 ] );
667
- //unset( $submenu[ $menu_slug ][ $subindex ] );
668
  // Prevent access to the page with the slug, there was inactive.
669
  _mw_adminimize_check_page_access( $subitem[ 2 ] );
670
  }
@@ -705,10 +693,10 @@ function _mw_adminimize_set_global_option() {
705
 
706
  // Write global options in an var.
707
  foreach ( $user_roles as $role ) {
708
- if ( in_array( $role, $user->roles, FALSE ) && _mw_adminimize_current_user_has_role( $role ) ) {
709
 
710
  // Create array about all items with all affected roles, important for multiple roles.
711
- foreach ( $disabled_global_option_[ $role ] as $global_item ) {
712
  $disabled_global_option[] = $global_item;
713
  }
714
  }
@@ -733,13 +721,13 @@ function _mw_adminimize_set_global_option() {
733
  }
734
 
735
  /**
736
- * set metabox options from database an area post
737
  */
738
  function _mw_adminimize_set_metabox_post_option() {
739
 
740
  // exclude super admin
741
  if ( _mw_adminimize_exclude_super_admin() ) {
742
- return NULL;
743
  }
744
 
745
  // Leave the settings screen from Adminimize to see all areas on settings.
@@ -760,9 +748,9 @@ function _mw_adminimize_set_metabox_post_option() {
760
  $disabled_metaboxes_post_[ $role ][ '0' ] = '';
761
  }
762
 
763
- // new 1.7.8
764
  $user = wp_get_current_user();
765
- if ( is_array( $user->roles ) && in_array( $role, $user->roles, FALSE ) ) {
766
  if ( _mw_adminimize_current_user_has_role( $role ) && isset( $disabled_metaboxes_post_[ $role ] )
767
  && is_array(
768
  $disabled_metaboxes_post_[ $role ]
@@ -783,7 +771,7 @@ function _mw_adminimize_set_metabox_post_option() {
783
  }
784
 
785
  /**
786
- * set metabox options from database an area page
787
  */
788
  function _mw_adminimize_set_metabox_page_option() {
789
 
@@ -810,9 +798,9 @@ function _mw_adminimize_set_metabox_page_option() {
810
  $disabled_metaboxes_page_[ $role ][ '0' ] = '';
811
  }
812
 
813
- // new 1.7.8
814
  $user = wp_get_current_user();
815
- if ( is_array( $user->roles ) && in_array( $role, $user->roles, FALSE ) ) {
816
  if ( _mw_adminimize_current_user_has_role( $role )
817
  && isset( $disabled_metaboxes_page_[ $role ] )
818
  && is_array( $disabled_metaboxes_page_[ $role ] )
@@ -832,7 +820,7 @@ function _mw_adminimize_set_metabox_page_option() {
832
  }
833
 
834
  /**
835
- * set metabox options from database an area post
836
  */
837
  function _mw_adminimize_set_metabox_cp_option() {
838
 
@@ -846,12 +834,11 @@ function _mw_adminimize_set_metabox_cp_option() {
846
  return;
847
  }
848
 
 
849
  if ( isset( $_GET[ 'post' ] ) ) {
850
  $post_id = (int) $_GET[ 'post' ];
851
  } elseif ( isset( $_POST[ 'post_ID' ] ) ) {
852
  $post_id = (int) $_POST[ 'post_ID' ];
853
- } else {
854
- $post_id = 0;
855
  }
856
 
857
  $current_post_type = $GLOBALS[ 'post_type' ];
@@ -882,7 +869,7 @@ function _mw_adminimize_set_metabox_cp_option() {
882
  }
883
 
884
  $user = wp_get_current_user();
885
- if ( is_array( $user->roles ) && in_array( $role, $user->roles, FALSE ) ) {
886
  if ( _mw_adminimize_current_user_has_role( $role )
887
  && isset( $disabled_metaboxes_[ $current_post_type . '_' . $role ] )
888
  && is_array( $disabled_metaboxes_[ $current_post_type . '_' . $role ] )
@@ -902,7 +889,7 @@ function _mw_adminimize_set_metabox_cp_option() {
902
  }
903
 
904
  /**
905
- * set link options in area Links of Backend
906
  */
907
  function _mw_adminimize_set_link_option() {
908
 
@@ -932,10 +919,9 @@ function _mw_adminimize_set_link_option() {
932
  }
933
 
934
  $link_options = '';
935
- // new 1.7.8
936
  foreach ( $user_roles as $role ) {
937
  $user = wp_get_current_user();
938
- if ( is_array( $user->roles ) && in_array( $role, $user->roles, FALSE ) ) {
939
  if ( _mw_adminimize_current_user_has_role( $role )
940
  && isset( $disabled_link_option_[ $role ] )
941
  && is_array( $disabled_link_option_[ $role ] )
@@ -955,7 +941,7 @@ function _mw_adminimize_set_link_option() {
955
  }
956
 
957
  /**
958
- * remove objects on wp nav menu
959
  */
960
  function _mw_adminimize_set_nav_menu_option() {
961
 
@@ -985,10 +971,9 @@ function _mw_adminimize_set_nav_menu_option() {
985
  }
986
 
987
  $nav_menu_options = '';
988
- // new 1.7.8
989
  foreach ( $user_roles as $role ) {
990
  $user = wp_get_current_user();
991
- if ( is_array( $user->roles ) && in_array( $role, $user->roles, FALSE ) ) {
992
  if ( _mw_adminimize_current_user_has_role( $role )
993
  && isset( $disabled_nav_menu_option_[ $role ] )
994
  && is_array( $disabled_nav_menu_option_[ $role ] )
@@ -997,7 +982,6 @@ function _mw_adminimize_set_nav_menu_option() {
997
  }
998
  }
999
  }
1000
- //remove_meta_box( $id, 'nav-menus', 'side' );
1001
 
1002
  $_mw_adminimize_admin_head .= '<!-- Set Adminimize WP Nav Menu options -->' . "\n";
1003
  $_mw_adminimize_admin_head .= '<style type="text/css">' .
@@ -1039,10 +1023,9 @@ function _mw_adminimize_set_widget_option() {
1039
  }
1040
 
1041
  $widget_options = '';
1042
- // new 1.7.8
1043
  foreach ( $user_roles as $role ) {
1044
  $user = wp_get_current_user();
1045
- if ( is_array( $user->roles ) && in_array( $role, $user->roles, FALSE ) ) {
1046
  if ( _mw_adminimize_current_user_has_role( $role )
1047
  && isset( $disabled_widget_option_[ $role ] )
1048
  && is_array( $disabled_widget_option_[ $role ] )
@@ -1051,7 +1034,6 @@ function _mw_adminimize_set_widget_option() {
1051
  }
1052
  }
1053
  }
1054
- //remove_meta_box( $id, 'nav-menus', 'side' );
1055
 
1056
  $_mw_adminimize_admin_head .= '<!-- Set Adminimize Widget options -->' . "\n";
1057
  $_mw_adminimize_admin_head .= '<style type="text/css">' .
@@ -1063,7 +1045,7 @@ function _mw_adminimize_set_widget_option() {
1063
  }
1064
 
1065
  /**
1066
- * small user-info
1067
  */
1068
  function _mw_adminimize_small_user_info() {
1069
 
@@ -1080,12 +1062,12 @@ function _mw_adminimize_small_user_info() {
1080
  <?php
1081
  }
1082
 
1083
- // Include message class.
1084
- require_once 'inc-setup/messages.php';
1085
-
1086
  // include helping functions
1087
  require_once 'inc-setup/helping_hands.php';
1088
 
 
 
 
1089
  // inc. settings page
1090
  require_once 'adminimize_page.php';
1091
 
@@ -1094,6 +1076,7 @@ require_once 'inc-setup/dashboard.php';
1094
 
1095
  // widget options
1096
  require_once 'inc-setup/widget.php';
 
1097
  require_once 'inc-setup/admin-footer.php';
1098
 
1099
  // global settings
@@ -1114,13 +1097,17 @@ require_once 'inc-setup/admin-bar-items.php';
1114
  // Remove Admin Notices.
1115
  require_once 'inc-setup/remove-admin-notices.php';
1116
 
 
 
 
 
1117
  /**
1118
  * Add action link(s) to plugins page
1119
  *
1120
- * @param $links , $file
1121
- * @param $file
1122
  *
1123
- * @return $links
1124
  */
1125
  function _mw_adminimize_filter_plugin_meta( $links, $file ) {
1126
 
@@ -1128,7 +1115,11 @@ function _mw_adminimize_filter_plugin_meta( $links, $file ) {
1128
  if ( FB_ADMINIMIZE_BASENAME === $file ) {
1129
  array_unshift(
1130
  $links,
1131
- sprintf( '<a href="options-general.php?page=%s">%s</a>', FB_ADMINIMIZE_BASENAME, esc_attr__( 'Settings' ) )
 
 
 
 
1132
  );
1133
  }
1134
 
@@ -1136,7 +1127,7 @@ function _mw_adminimize_filter_plugin_meta( $links, $file ) {
1136
  }
1137
 
1138
  /**
1139
- * settings in plugin-admin-page
1140
  */
1141
  function _mw_adminimize_add_settings_page() {
1142
 
@@ -1144,17 +1135,24 @@ function _mw_adminimize_add_settings_page() {
1144
  esc_attr__( 'Adminimize Options', 'adminimize' ),
1145
  esc_attr__( 'Adminimize', 'adminimize' ),
1146
  'manage_options',
1147
- __FILE__,
1148
  '_mw_adminimize_options'
1149
  );
 
1150
  if ( ! is_network_admin() ) {
1151
  add_filter( 'plugin_action_links', '_mw_adminimize_filter_plugin_meta', 10, 2 );
1152
  }
1153
  add_action( 'load-' . $pagehook, '_mw_adminimize_on_load_page' );
1154
  }
1155
 
 
 
 
1156
  function _mw_adminimize_on_load_page() {
1157
 
 
 
 
1158
  $suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
1159
 
1160
  wp_register_style( 'adminimize-style', plugins_url( 'css/style' . $suffix . '.css', __FILE__ ) );
@@ -1173,6 +1171,7 @@ function _mw_adminimize_on_load_page() {
1173
  /**
1174
  * Set theme for users
1175
  * Kill with version 1.7.18
 
1176
  */
1177
  function _mw_adminimize_set_theme() {
1178
 
@@ -1180,7 +1179,7 @@ function _mw_adminimize_set_theme() {
1180
  wp_die( esc_attr__( 'Cheatin&#8217; uh?' ) );
1181
  }
1182
 
1183
- $user_ids = $_POST[ 'mw_adminimize_theme_items' ];
1184
  $admin_color = htmlspecialchars( stripslashes( $_POST[ '_mw_adminimize_set_theme' ] ) );
1185
 
1186
  if ( ! $user_ids ) {
@@ -1199,7 +1198,7 @@ function _mw_adminimize_set_theme() {
1199
  *
1200
  * @param string|bool $key
1201
  *
1202
- * @return array
1203
  */
1204
  function _mw_adminimize_get_option_value( $key = FALSE ) {
1205
 
@@ -1238,6 +1237,11 @@ function _mw_adminimize_update_option( $options ) {
1238
  return FALSE;
1239
  }
1240
 
 
 
 
 
 
1241
  // Kill the cache for the settings page.
1242
  wp_cache_delete( 'mw_adminimize' );
1243
  if ( _mw_adminimize_is_active_on_multisite() ) {
@@ -1416,16 +1420,16 @@ function _mw_adminimize_update() {
1416
 
1417
  // own menu slug
1418
  if ( isset( $_POST[ '_mw_adminimize_own_menu_slug' ] ) ) {
1419
- $adminimizeoptions[ '_mw_adminimize_own_menu_slug' ] = wp_strip_all_tags(
1420
- $_POST[ '_mw_adminimize_own_menu_slug' ]
1421
  );
1422
  } else {
1423
  $adminimizeoptions[ '_mw_adminimize_own_menu_slug' ] = '';
1424
  }
1425
  // own custom menu slug
1426
  if ( isset( $_POST[ '_mw_adminimize_own_menu_custom_slug' ] ) ) {
1427
- $adminimizeoptions[ '_mw_adminimize_own_menu_custom_slug' ] = wp_strip_all_tags(
1428
- $_POST[ '_mw_adminimize_own_menu_custom_slug' ]
1429
  );
1430
  } else {
1431
  $adminimizeoptions[ '_mw_adminimize_own_menu_custom_slug' ] = '';
@@ -1437,7 +1441,7 @@ function _mw_adminimize_update() {
1437
  // global options
1438
  if ( isset( $_POST[ 'mw_adminimize_disabled_global_option_' . $role . '_items' ] ) ) {
1439
  $adminimizeoptions[ 'mw_adminimize_disabled_global_option_' . $role . '_items' ] =
1440
- $_POST[ 'mw_adminimize_disabled_global_option_' . $role . '_items' ];
1441
  } else {
1442
  $adminimizeoptions[ 'mw_adminimize_disabled_global_option_' . $role . '_items' ] = array();
1443
  }
@@ -1499,29 +1503,33 @@ function _mw_adminimize_update() {
1499
 
1500
  // own options
1501
  if ( isset( $_POST[ '_mw_adminimize_own_values' ] ) ) {
1502
- $adminimizeoptions[ '_mw_adminimize_own_values' ] = wp_strip_all_tags( $_POST[ '_mw_adminimize_own_values' ] );
 
 
1503
  } else {
1504
  $adminimizeoptions[ '_mw_adminimize_own_values' ] = '';
1505
  }
1506
 
1507
  if ( isset( $_POST[ '_mw_adminimize_own_options' ] ) ) {
1508
- $adminimizeoptions[ '_mw_adminimize_own_options' ] = wp_strip_all_tags( $_POST[ '_mw_adminimize_own_options' ] );
 
 
1509
  } else {
1510
  $adminimizeoptions[ '_mw_adminimize_own_options' ] = '';
1511
  }
1512
 
1513
  // own post options
1514
  if ( isset( $_POST[ '_mw_adminimize_own_post_values' ] ) ) {
1515
- $adminimizeoptions[ '_mw_adminimize_own_post_values' ] = wp_strip_all_tags(
1516
- $_POST[ '_mw_adminimize_own_post_values' ]
1517
  );
1518
  } else {
1519
  $adminimizeoptions[ '_mw_adminimize_own_post_values' ] = '';
1520
  }
1521
 
1522
  if ( isset( $_POST[ '_mw_adminimize_own_post_options' ] ) ) {
1523
- $adminimizeoptions[ '_mw_adminimize_own_post_options' ] = wp_strip_all_tags(
1524
- $_POST[ '_mw_adminimize_own_post_options' ]
1525
  );
1526
  } else {
1527
  $adminimizeoptions[ '_mw_adminimize_own_post_options' ] = '';
@@ -1529,16 +1537,16 @@ function _mw_adminimize_update() {
1529
 
1530
  // own page options
1531
  if ( isset( $_POST[ '_mw_adminimize_own_page_values' ] ) ) {
1532
- $adminimizeoptions[ '_mw_adminimize_own_page_values' ] = wp_strip_all_tags(
1533
- $_POST[ '_mw_adminimize_own_page_values' ]
1534
  );
1535
  } else {
1536
  $adminimizeoptions[ '_mw_adminimize_own_page_values' ] = '';
1537
  }
1538
 
1539
  if ( isset( $_POST[ '_mw_adminimize_own_page_options' ] ) ) {
1540
- $adminimizeoptions[ '_mw_adminimize_own_page_options' ] = wp_strip_all_tags(
1541
- $_POST[ '_mw_adminimize_own_page_options' ]
1542
  );
1543
  } else {
1544
  $adminimizeoptions[ '_mw_adminimize_own_page_options' ] = '';
@@ -1547,16 +1555,16 @@ function _mw_adminimize_update() {
1547
  // own custom post options
1548
  foreach ( $post_types as $post_type ) {
1549
  if ( isset( $_POST[ '_mw_adminimize_own_values_' . $post_type ] ) ) {
1550
- $adminimizeoptions[ '_mw_adminimize_own_values_' . $post_type ] = wp_strip_all_tags(
1551
- $_POST[ '_mw_adminimize_own_values_' . $post_type ]
1552
  );
1553
  } else {
1554
  $adminimizeoptions[ '_mw_adminimize_own_values_' . $post_type ] = '';
1555
  }
1556
 
1557
  if ( isset( $_POST[ '_mw_adminimize_own_options_' . $post_type ] ) ) {
1558
- $adminimizeoptions[ '_mw_adminimize_own_options_' . $post_type ] = wp_strip_all_tags(
1559
- $_POST[ '_mw_adminimize_own_options_' . $post_type ]
1560
  );
1561
  } else {
1562
  $adminimizeoptions[ '_mw_adminimize_own_options_' . $post_type ] = '';
@@ -1565,16 +1573,16 @@ function _mw_adminimize_update() {
1565
 
1566
  // own link options
1567
  if ( isset( $_POST[ '_mw_adminimize_own_link_values' ] ) ) {
1568
- $adminimizeoptions[ '_mw_adminimize_own_link_values' ] = wp_strip_all_tags(
1569
- $_POST[ '_mw_adminimize_own_link_values' ]
1570
  );
1571
  } else {
1572
  $adminimizeoptions[ '_mw_adminimize_own_link_values' ] = '';
1573
  }
1574
 
1575
  if ( isset( $_POST[ '_mw_adminimize_own_link_options' ] ) ) {
1576
- $adminimizeoptions[ '_mw_adminimize_own_link_options' ] = wp_strip_all_tags(
1577
- $_POST[ '_mw_adminimize_own_link_options' ]
1578
  );
1579
  } else {
1580
  $adminimizeoptions[ '_mw_adminimize_own_link_options' ] = '';
@@ -1582,16 +1590,16 @@ function _mw_adminimize_update() {
1582
 
1583
  // wp nav menu options
1584
  if ( isset( $_POST[ '_mw_adminimize_own_nav_menu_values' ] ) ) {
1585
- $adminimizeoptions[ '_mw_adminimize_own_nav_menu_values' ] = wp_strip_all_tags(
1586
- $_POST[ '_mw_adminimize_own_nav_menu_values' ]
1587
  );
1588
  } else {
1589
  $adminimizeoptions[ '_mw_adminimize_own_nav_menu_values' ] = '';
1590
  }
1591
 
1592
  if ( isset( $_POST[ '_mw_adminimize_own_nav_menu_options' ] ) ) {
1593
- $adminimizeoptions[ '_mw_adminimize_own_nav_menu_options' ] = wp_strip_all_tags(
1594
- $_POST[ '_mw_adminimize_own_nav_menu_options' ]
1595
  );
1596
  } else {
1597
  $adminimizeoptions[ '_mw_adminimize_own_nav_menu_options' ] = '';
@@ -1599,16 +1607,16 @@ function _mw_adminimize_update() {
1599
 
1600
  // widget options
1601
  if ( isset( $_POST[ '_mw_adminimize_own_widget_values' ] ) ) {
1602
- $adminimizeoptions[ '_mw_adminimize_own_widget_values' ] = wp_strip_all_tags(
1603
- $_POST[ '_mw_adminimize_own_widget_values' ]
1604
  );
1605
  } else {
1606
  $adminimizeoptions[ '_mw_adminimize_own_widget_values' ] = '';
1607
  }
1608
 
1609
  if ( isset( $_POST[ '_mw_adminimize_own_widget_options' ] ) ) {
1610
- $adminimizeoptions[ '_mw_adminimize_own_widget_options' ] = wp_strip_all_tags(
1611
- $_POST[ '_mw_adminimize_own_widget_options' ]
1612
  );
1613
  } else {
1614
  $adminimizeoptions[ '_mw_adminimize_own_widget_options' ] = '';
@@ -1616,16 +1624,16 @@ function _mw_adminimize_update() {
1616
 
1617
  // own dashboard options
1618
  if ( isset( $_POST[ '_mw_adminimize_own_dashboard_values' ] ) ) {
1619
- $adminimizeoptions[ '_mw_adminimize_own_dashboard_values' ] = wp_strip_all_tags(
1620
- $_POST[ '_mw_adminimize_own_dashboard_values' ]
1621
  );
1622
  } else {
1623
  $adminimizeoptions[ '_mw_adminimize_own_dashboard_values' ] = '';
1624
  }
1625
 
1626
  if ( isset( $_POST[ '_mw_adminimize_own_dashboard_options' ] ) ) {
1627
- $adminimizeoptions[ '_mw_adminimize_own_dashboard_options' ] = wp_strip_all_tags(
1628
- $_POST[ '_mw_adminimize_own_dashboard_options' ]
1629
  );
1630
  } else {
1631
  $adminimizeoptions[ '_mw_adminimize_own_dashboard_options' ] = '';
@@ -1715,69 +1723,3 @@ function _mw_adminimize_install() {
1715
  }
1716
  wp_cache_add( 'mw_adminimize', $adminimizeoptions );
1717
  }
1718
-
1719
- /**
1720
- * Process a settings export that generates a .json file of the shop settings
1721
- */
1722
- function _mw_adminimize_export_json() {
1723
-
1724
- if ( empty( $_GET[ '_mw_adminimize_export' ] ) || 'true' !== $_GET[ '_mw_adminimize_export' ] ) {
1725
- return;
1726
- }
1727
-
1728
- require_once ABSPATH . 'wp-includes/pluggable.php';
1729
- if ( ! wp_verify_nonce( $_GET[ 'mw_adminimize_export_nonce' ], 'mw_adminimize_export_nonce' ) ) {
1730
- return;
1731
- }
1732
-
1733
- if ( ! current_user_can( 'manage_options' ) ) {
1734
- return;
1735
- }
1736
-
1737
- $settings = _mw_adminimize_get_option_value();
1738
-
1739
- ignore_user_abort( TRUE );
1740
-
1741
- nocache_headers();
1742
- header( 'Content-Type: application/json; charset=utf-8' );
1743
- header( 'Content-Disposition: attachment; filename=mw_adminimize-settings-export-' . date( 'm-d-Y' ) . '.json' );
1744
- header( 'Expires: 0' );
1745
-
1746
- echo json_encode( $settings );
1747
- exit();
1748
- }
1749
-
1750
- /**
1751
- * Process a settings import from a json file
1752
- */
1753
- function _mw_adminimize_import_json() {
1754
-
1755
- if ( empty( $_POST[ '_mw_adminimize_action' ] ) || '_mw_adminimize_import' !== $_POST[ '_mw_adminimize_action' ] ) {
1756
- return;
1757
- }
1758
-
1759
- if ( ! wp_verify_nonce( $_POST[ 'mw_adminimize_import_nonce' ], 'mw_adminimize_import_nonce' ) ) {
1760
- return;
1761
- }
1762
-
1763
- if ( ! current_user_can( 'manage_options' ) ) {
1764
- return;
1765
- }
1766
-
1767
- $extension = pathinfo( $_FILES[ 'import_file' ][ 'name' ], PATHINFO_EXTENSION );
1768
- if ( $extension !== 'json' ) {
1769
- wp_die( esc_attr__( 'Please upload a valid .json file' ) );
1770
- }
1771
-
1772
- $import_file = $_FILES[ 'import_file' ][ 'tmp_name' ];
1773
-
1774
- if ( empty( $import_file ) ) {
1775
- wp_die( esc_attr__( 'Please upload a file to import' ) );
1776
- }
1777
-
1778
- // Retrieve the settings from the file and convert the json object to an array.
1779
- $settings = (array) json_decode( file_get_contents( $import_file ) );
1780
- unlink( $import_file );
1781
-
1782
- _mw_adminimize_update_option( $settings );
1783
- }
7
  * Description: Visually compresses the administrative meta-boxes so that more admin page content can be initially seen. The plugin that lets you hide 'unnecessary' items from the WordPress administration menu, for all roles of your install. You can also hide post meta controls on the edit-area to simplify the interface. It is possible to simplify the admin in different for all roles.
8
  * Author: Frank Bültge
9
  * Author URI: http://bueltge.de/
10
+ * Version: 1.11.3
11
  * License: GPLv3+
12
  *
13
+ * Php Version 5.6
14
+ *
15
  * @package WordPress
16
  * @author Frank Bültge <frank@bueltge.de>
17
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
18
+ * @version 2017-11-16
19
  */
20
 
21
  /**
34
 
35
  // plugin definitions
36
  define( 'FB_ADMINIMIZE_BASENAME', plugin_basename( __FILE__ ) );
37
+ define( 'FB_ADMINIMIZE_BASEFOLDER', plugin_basename( __DIR__ ) );
38
 
39
  /**
40
  * Return data from the plugin.
103
  return FALSE;
104
  }
105
 
106
+ $page = '';
107
+ if ( isset( $_GET[ 'page' ] ) ) {
 
108
  $page = esc_attr( $_GET[ 'page' ] );
109
  }
110
 
111
+ $screen = $page;
112
+ if ( function_exists( 'get_current_screen' ) ) {
 
113
  $screen = get_current_screen();
114
  }
115
 
116
+ if ( isset( $screen->id ) ) {
 
 
117
  $screen = $screen->id;
118
  }
119
 
129
  function _mw_adminimize_is_active_on_multisite() {
130
 
131
  if ( ! function_exists( 'is_plugin_active_for_network' ) ) {
132
+ require_once ABSPATH . '/wp-admin/includes/plugin.php';
133
  }
134
 
135
  if ( is_multisite() && is_plugin_active_for_network( FB_ADMINIMIZE_BASENAME ) ) {
156
  if ( NULL !== $wp_roles->roles && is_array( $wp_roles->roles ) ) {
157
  foreach ( $wp_roles->roles as $role => $data ) {
158
  $user_roles[] = $role;
159
+ // The $data var contains caps, maybe for later use.
160
  }
161
  }
162
 
208
  }
209
 
210
  /**
211
+ * Get post type.
212
+ *
213
+ * @return null|string String of the post type.
214
  */
215
  function _mw_adminimize_get_current_post_type() {
216
 
217
  global $post, $typenow, $current_screen;
218
 
219
+ // We have a post so we can just get the post type from that.
220
  if ( $post && $post->post_type ) {
221
  return $post->post_type;
222
+ } // Check the global $typenow - set in admin.php
223
+ elseif ( $typenow ) {
224
  return $typenow;
225
  } // check the global $current_screen object - set in sceen.php
226
+ elseif ( $current_screen && $current_screen->post_type ) {
227
  return $current_screen->post_type;
228
  } // lastly check the post_type querystring
229
+ elseif ( isset( $_REQUEST[ 'post_type' ] ) ) {
230
  return sanitize_key( $_REQUEST[ 'post_type' ] );
231
  }
232
 
241
 
242
  global $pagenow, $post_type, $menu, $submenu;
243
 
244
+ $post_id = 0;
245
  if ( isset( $_GET[ 'post' ] ) && ! is_array( $_GET[ 'post' ] ) ) {
246
  $post_id = (int) esc_attr( $_GET[ 'post' ] );
247
  } elseif ( isset( $_POST[ 'post_ID' ] ) ) {
248
  $post_id = (int) esc_attr( $_POST[ 'post_ID' ] );
 
 
249
  }
250
 
251
  $current_post_type = $post_type;
255
  if ( ! isset( $current_post_type ) || empty( $current_post_type ) ) {
256
  $current_post_type = _mw_adminimize_get_current_post_type();
257
  }
258
+ if ( ! $current_post_type ) { // set hard to post
 
259
  $current_post_type = 'post';
260
  }
261
 
285
  $widget_pages = array( 'widgets.php' );
286
 
287
  foreach ( $user_roles as $role ) {
288
+ $disabled_admin_bar_[ $role ] = _mw_adminimize_get_option_value(
289
  'mw_adminimize_disabled_admin_bar_' . $role . '_items'
290
  );
291
  $disabled_global_option_[ $role ] = _mw_adminimize_get_option_value(
320
  // Backend options
321
  // exclude super admin
322
  if ( ! _mw_adminimize_exclude_super_admin() && ! _mw_adminimize_exclude_settings_page() ) {
 
 
 
 
 
 
 
 
 
 
323
 
324
  $_mw_adminimize_header = (int) _mw_adminimize_get_option_value( '_mw_adminimize_header' );
325
  switch ( $_mw_adminimize_header ) {
332
  break;
333
  }
334
 
335
+ // Post-page options.
336
+ if ( in_array( $pagenow, $def_post_pages, TRUE ) ) {
337
 
338
  $_mw_adminimize_tb_window = (int) _mw_adminimize_get_option_value( '_mw_adminimize_tb_window' );
339
  switch ( $_mw_adminimize_tb_window ) {
357
  break;
358
  }
359
 
360
+ // Category options.
361
  $_mw_adminimize_cat_full = (int) _mw_adminimize_get_option_value( '_mw_adminimize_cat_full' );
362
  switch ( $_mw_adminimize_cat_full ) {
363
  case 1:
368
  break;
369
  }
370
 
371
+ // Set default editor tinymce
372
  if ( _mw_adminimize_recursive_in_array(
373
  '#editor-toolbar #edButtonHTML, #quicktags, #content-html',
374
  $disabled_metaboxes_page_all
378
  $disabled_metaboxes_post_all
379
  )
380
  ) {
381
+ add_filter(
382
+ 'wp_default_editor',
383
+ function() {
384
+ return 'tinymce';
385
+ }
386
+ );
387
  }
388
 
389
+ // Remove media buttons
390
  if ( _mw_adminimize_recursive_in_array( 'media_buttons', $disabled_metaboxes_page_all )
391
  || _mw_adminimize_recursive_in_array( 'media_buttons', $disabled_metaboxes_post_all )
392
  ) {
393
  remove_action( 'media_buttons', 'media_buttons' );
394
  }
395
  }
 
396
  }
397
 
398
  // set meta-box post option
399
+ if ( in_array( $pagenow, $def_post_pages, TRUE ) && in_array( $current_post_type, $def_post_types, TRUE ) ) {
400
  add_action( 'admin_head', '_mw_adminimize_set_metabox_post_option', 1 );
401
  }
402
  // set meta-box page option
403
+ if ( in_array( $pagenow, $def_page_pages, TRUE ) && in_array( $current_post_type, $def_page_types, TRUE ) ) {
404
  add_action( 'admin_head', '_mw_adminimize_set_metabox_page_option', 1 );
405
  }
406
  // set custom post type options
407
+ if ( function_exists( 'get_post_types' ) && in_array( $pagenow, $def_custom_pages, TRUE )
408
+ && in_array( $current_post_type, $def_custom_types, TRUE )
 
 
409
  ) {
410
  add_action( 'admin_head', '_mw_adminimize_set_metabox_cp_option', 1 );
411
  }
412
  // set link option
413
+ if ( in_array( $pagenow, $link_pages, TRUE ) ) {
414
  add_action( 'admin_head', '_mw_adminimize_set_link_option', 1 );
415
  }
416
  // set wp nav menu options
417
+ if ( in_array( $pagenow, $nav_menu_pages, TRUE ) ) {
418
  add_action( 'admin_head', '_mw_adminimize_set_nav_menu_option', 1 );
419
  }
420
  // set widget options
421
+ if ( in_array( $pagenow, $widget_pages, TRUE ) ) {
422
  add_action( 'admin_head', '_mw_adminimize_set_widget_option', 1 );
423
  }
424
  }
425
 
426
+ // Change menu via settings of Adminimize.
427
+ add_action( 'custom_menu_order', '_mw_adminimize_set_menu_option', 99999 );
428
+
429
  // global_options
430
  add_action( 'admin_head', '_mw_adminimize_set_global_option', 1 );
431
  // on admin init
432
  if ( is_admin() ) {
 
433
  add_action( 'admin_init', '_mw_adminimize_admin_init' );
434
  add_action( 'admin_menu', '_mw_adminimize_add_settings_page' );
435
  add_action( 'admin_menu', '_mw_adminimize_remove_dashboard' );
438
 
439
  register_activation_hook( __FILE__, '_mw_adminimize_install' );
440
  register_uninstall_hook( __FILE__, '_mw_adminimize_uninstall' );
 
441
 
442
  /**
443
  * Remove the dashboard
491
  }
492
  }
493
 
494
+ // Redirect option, if Dashboard is inactive
495
  if ( $redirect ) {
496
  $_mw_adminimize_db_redirect = (int) _mw_adminimize_get_option_value(
497
  '_mw_adminimize_db_redirect'
528
  $dashboard_core_string = esc_attr__( 'Dashboard' );
529
  $dashboard = array( $menu[ $page ][ 0 ], $menu[ $page ][ 1 ] );
530
  while (
531
+ ! in_array( $dashboard_core_string, $dashboard, TRUE ) && next( $menu )
532
  ) {
533
  $page = key( $menu );
534
  }
535
 
536
+ if ( in_array( $dashboard_core_string, $dashboard, TRUE ) ) {
537
  unset( $menu[ $page ] );
538
  }
539
  reset( $menu );
544
  }
545
 
546
  if ( preg_match( '#wp-admin/?(index.php)?$#', $_SERVER[ 'REQUEST_URI' ] ) ) {
547
+ wp_safe_redirect( $_mw_adminimize_db_redirect );
548
  }
549
  }
 
550
  }
551
  }
552
 
574
  _mw_adminimize_debug( $menu, 'Adminimize, WordPress Menu:' );
575
  _mw_adminimize_debug( $submenu, 'Adminimize, WordPress Sub-Menu:' );
576
 
 
577
  $disabled_menu_ = array();
578
  $disabled_submenu_ = array();
579
  $user = wp_get_current_user();
594
 
595
  // Set admin-menu.
596
  foreach ( $user_roles as $role ) {
597
+ if ( in_array( $role, $user->roles, TRUE )
 
598
  && _mw_adminimize_current_user_has_role( $role )
599
  ) {
600
  // Create array about all items with all affected roles.
601
+ foreach ( (array) $disabled_menu_[ $role ] as $menu_item ) {
602
  $mw_adminimize_menu[] = $menu_item;
603
  }
604
+ foreach ( (array) $disabled_submenu_[ $role ] as $submenu_item ) {
605
  $mw_adminimize_submenu[] = $submenu_item;
606
  }
607
  }
 
608
  }
609
 
610
  // Support Multiple Roles for users.
620
  _mw_adminimize_debug( $mw_adminimize_menu, 'Adminimize, Menu Slugs to hide after Filter.' );
621
  _mw_adminimize_debug( $mw_adminimize_menu, 'Adminimize, Sub-Menu Slugs to hide after Filter.' );
622
 
623
+ /**
624
+ * @ToDo Remove it after feedback from users.
625
+ *
626
  // Fallback on users.php on all user roles smaller admin.
627
+ if ( in_array( 'users.php', $mw_adminimize_menu, TRUE ) ) {
628
  $mw_adminimize_menu[] = 'profile.php';
629
  }
630
+ */
631
  foreach ( $menu as $key => $item ) {
632
 
633
  // Menu
634
  if ( isset( $item[ 2 ] ) ) {
635
  $menu_slug = $item[ 2 ];
636
  // Check, if the Menu item in the current user role settings?
637
+ if ( in_array( $menu_slug, $mw_adminimize_menu, TRUE )
638
  ) {
639
  remove_menu_page( $menu_slug );
640
  // Prevent access to the page with the slug, there was inactive.
643
 
644
  // Sub Menu Settings.
645
  if ( isset( $submenu ) && ! empty( $submenu[ $menu_slug ] ) ) {
646
+ foreach ( (array) $submenu[ $menu_slug ] as $subindex => $subitem ) {
647
  // Check, if is Sub Menu item in the user role settings?
648
  if (
649
  isset( $mw_adminimize_submenu )
653
  )
654
  ) {
655
  remove_submenu_page( $menu_slug, $subitem[ 2 ] );
 
656
  // Prevent access to the page with the slug, there was inactive.
657
  _mw_adminimize_check_page_access( $subitem[ 2 ] );
658
  }
693
 
694
  // Write global options in an var.
695
  foreach ( $user_roles as $role ) {
696
+ if ( in_array( $role, $user->roles, TRUE ) && _mw_adminimize_current_user_has_role( $role ) ) {
697
 
698
  // Create array about all items with all affected roles, important for multiple roles.
699
+ foreach ( (array) $disabled_global_option_[ $role ] as $global_item ) {
700
  $disabled_global_option[] = $global_item;
701
  }
702
  }
721
  }
722
 
723
  /**
724
+ * Set metabox options from database an area post.
725
  */
726
  function _mw_adminimize_set_metabox_post_option() {
727
 
728
  // exclude super admin
729
  if ( _mw_adminimize_exclude_super_admin() ) {
730
+ return;
731
  }
732
 
733
  // Leave the settings screen from Adminimize to see all areas on settings.
748
  $disabled_metaboxes_post_[ $role ][ '0' ] = '';
749
  }
750
 
751
+ // New since version 1.7.8.
752
  $user = wp_get_current_user();
753
+ if ( is_array( $user->roles ) && in_array( $role, $user->roles, TRUE ) ) {
754
  if ( _mw_adminimize_current_user_has_role( $role ) && isset( $disabled_metaboxes_post_[ $role ] )
755
  && is_array(
756
  $disabled_metaboxes_post_[ $role ]
771
  }
772
 
773
  /**
774
+ * Set metabox options from database an area page.
775
  */
776
  function _mw_adminimize_set_metabox_page_option() {
777
 
798
  $disabled_metaboxes_page_[ $role ][ '0' ] = '';
799
  }
800
 
801
+ // New since version 1.7.8.
802
  $user = wp_get_current_user();
803
+ if ( is_array( $user->roles ) && in_array( $role, $user->roles, TRUE ) ) {
804
  if ( _mw_adminimize_current_user_has_role( $role )
805
  && isset( $disabled_metaboxes_page_[ $role ] )
806
  && is_array( $disabled_metaboxes_page_[ $role ] )
820
  }
821
 
822
  /**
823
+ * Set metabox options from database an area post.
824
  */
825
  function _mw_adminimize_set_metabox_cp_option() {
826
 
834
  return;
835
  }
836
 
837
+ $post_id = 0;
838
  if ( isset( $_GET[ 'post' ] ) ) {
839
  $post_id = (int) $_GET[ 'post' ];
840
  } elseif ( isset( $_POST[ 'post_ID' ] ) ) {
841
  $post_id = (int) $_POST[ 'post_ID' ];
 
 
842
  }
843
 
844
  $current_post_type = $GLOBALS[ 'post_type' ];
869
  }
870
 
871
  $user = wp_get_current_user();
872
+ if ( is_array( $user->roles ) && in_array( $role, $user->roles, TRUE ) ) {
873
  if ( _mw_adminimize_current_user_has_role( $role )
874
  && isset( $disabled_metaboxes_[ $current_post_type . '_' . $role ] )
875
  && is_array( $disabled_metaboxes_[ $current_post_type . '_' . $role ] )
889
  }
890
 
891
  /**
892
+ * Set link options in area links of back end.
893
  */
894
  function _mw_adminimize_set_link_option() {
895
 
919
  }
920
 
921
  $link_options = '';
 
922
  foreach ( $user_roles as $role ) {
923
  $user = wp_get_current_user();
924
+ if ( is_array( $user->roles ) && in_array( $role, $user->roles, TRUE ) ) {
925
  if ( _mw_adminimize_current_user_has_role( $role )
926
  && isset( $disabled_link_option_[ $role ] )
927
  && is_array( $disabled_link_option_[ $role ] )
941
  }
942
 
943
  /**
944
+ * Remove objects on wp nav menu.
945
  */
946
  function _mw_adminimize_set_nav_menu_option() {
947
 
971
  }
972
 
973
  $nav_menu_options = '';
 
974
  foreach ( $user_roles as $role ) {
975
  $user = wp_get_current_user();
976
+ if ( is_array( $user->roles ) && in_array( $role, $user->roles, TRUE ) ) {
977
  if ( _mw_adminimize_current_user_has_role( $role )
978
  && isset( $disabled_nav_menu_option_[ $role ] )
979
  && is_array( $disabled_nav_menu_option_[ $role ] )
982
  }
983
  }
984
  }
 
985
 
986
  $_mw_adminimize_admin_head .= '<!-- Set Adminimize WP Nav Menu options -->' . "\n";
987
  $_mw_adminimize_admin_head .= '<style type="text/css">' .
1023
  }
1024
 
1025
  $widget_options = '';
 
1026
  foreach ( $user_roles as $role ) {
1027
  $user = wp_get_current_user();
1028
+ if ( is_array( $user->roles ) && in_array( $role, $user->roles, TRUE ) ) {
1029
  if ( _mw_adminimize_current_user_has_role( $role )
1030
  && isset( $disabled_widget_option_[ $role ] )
1031
  && is_array( $disabled_widget_option_[ $role ] )
1034
  }
1035
  }
1036
  }
 
1037
 
1038
  $_mw_adminimize_admin_head .= '<!-- Set Adminimize Widget options -->' . "\n";
1039
  $_mw_adminimize_admin_head .= '<style type="text/css">' .
1045
  }
1046
 
1047
  /**
1048
+ * Print small user-info.
1049
  */
1050
  function _mw_adminimize_small_user_info() {
1051
 
1062
  <?php
1063
  }
1064
 
 
 
 
1065
  // include helping functions
1066
  require_once 'inc-setup/helping_hands.php';
1067
 
1068
+ // Include message class.
1069
+ require_once 'inc-setup/messages.php';
1070
+
1071
  // inc. settings page
1072
  require_once 'adminimize_page.php';
1073
 
1076
 
1077
  // widget options
1078
  require_once 'inc-setup/widget.php';
1079
+ require_once 'inc-setup/footer.php';
1080
  require_once 'inc-setup/admin-footer.php';
1081
 
1082
  // global settings
1097
  // Remove Admin Notices.
1098
  require_once 'inc-setup/remove-admin-notices.php';
1099
 
1100
+ // Add Ex-Import functions.
1101
+ require_once 'inc-setup/export.php';
1102
+ require_once 'inc-setup/import.php';
1103
+
1104
  /**
1105
  * Add action link(s) to plugins page
1106
  *
1107
+ * @param array $links
1108
+ * @param string $file
1109
  *
1110
+ * @return string $links
1111
  */
1112
  function _mw_adminimize_filter_plugin_meta( $links, $file ) {
1113
 
1115
  if ( FB_ADMINIMIZE_BASENAME === $file ) {
1116
  array_unshift(
1117
  $links,
1118
+ sprintf(
1119
+ '<a href="options-general.php?page=%s">%s</a>',
1120
+ FB_ADMINIMIZE_BASENAME,
1121
+ esc_attr__( 'Settings' )
1122
+ )
1123
  );
1124
  }
1125
 
1127
  }
1128
 
1129
  /**
1130
+ * Add settings in plugin-admin-page.
1131
  */
1132
  function _mw_adminimize_add_settings_page() {
1133
 
1135
  esc_attr__( 'Adminimize Options', 'adminimize' ),
1136
  esc_attr__( 'Adminimize', 'adminimize' ),
1137
  'manage_options',
1138
+ 'adminimize-options',
1139
  '_mw_adminimize_options'
1140
  );
1141
+
1142
  if ( ! is_network_admin() ) {
1143
  add_filter( 'plugin_action_links', '_mw_adminimize_filter_plugin_meta', 10, 2 );
1144
  }
1145
  add_action( 'load-' . $pagehook, '_mw_adminimize_on_load_page' );
1146
  }
1147
 
1148
+ /**
1149
+ * Enqueue script and styles for the settings page.
1150
+ */
1151
  function _mw_adminimize_on_load_page() {
1152
 
1153
+ // Load translation files on options page.
1154
+ _mw_adminimize_textdomain();
1155
+
1156
  $suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
1157
 
1158
  wp_register_style( 'adminimize-style', plugins_url( 'css/style' . $suffix . '.css', __FILE__ ) );
1171
  /**
1172
  * Set theme for users
1173
  * Kill with version 1.7.18
1174
+ * @ToDo Remove for the feature releases.
1175
  */
1176
  function _mw_adminimize_set_theme() {
1177
 
1179
  wp_die( esc_attr__( 'Cheatin&#8217; uh?' ) );
1180
  }
1181
 
1182
+ $user_ids = (array) $_POST[ 'mw_adminimize_theme_items' ];
1183
  $admin_color = htmlspecialchars( stripslashes( $_POST[ '_mw_adminimize_set_theme' ] ) );
1184
 
1185
  if ( ! $user_ids ) {
1198
  *
1199
  * @param string|bool $key
1200
  *
1201
+ * @return string
1202
  */
1203
  function _mw_adminimize_get_option_value( $key = FALSE ) {
1204
 
1237
  return FALSE;
1238
  }
1239
 
1240
+ // Remove slashes always.
1241
+ foreach ( $options as $key => $value ) {
1242
+ $options[ $key ] = stripslashes_deep( $value );
1243
+ }
1244
+
1245
  // Kill the cache for the settings page.
1246
  wp_cache_delete( 'mw_adminimize' );
1247
  if ( _mw_adminimize_is_active_on_multisite() ) {
1420
 
1421
  // own menu slug
1422
  if ( isset( $_POST[ '_mw_adminimize_own_menu_slug' ] ) ) {
1423
+ $adminimizeoptions[ '_mw_adminimize_own_menu_slug' ] = stripslashes(
1424
+ wp_strip_all_tags( $_POST[ '_mw_adminimize_own_menu_slug' ] )
1425
  );
1426
  } else {
1427
  $adminimizeoptions[ '_mw_adminimize_own_menu_slug' ] = '';
1428
  }
1429
  // own custom menu slug
1430
  if ( isset( $_POST[ '_mw_adminimize_own_menu_custom_slug' ] ) ) {
1431
+ $adminimizeoptions[ '_mw_adminimize_own_menu_custom_slug' ] = stripslashes(
1432
+ wp_strip_all_tags( $_POST[ '_mw_adminimize_own_menu_custom_slug' ] )
1433
  );
1434
  } else {
1435
  $adminimizeoptions[ '_mw_adminimize_own_menu_custom_slug' ] = '';
1441
  // global options
1442
  if ( isset( $_POST[ 'mw_adminimize_disabled_global_option_' . $role . '_items' ] ) ) {
1443
  $adminimizeoptions[ 'mw_adminimize_disabled_global_option_' . $role . '_items' ] =
1444
+ $_POST[ 'mw_adminimize_disabled_global_option_' . $role . '_items' ];
1445
  } else {
1446
  $adminimizeoptions[ 'mw_adminimize_disabled_global_option_' . $role . '_items' ] = array();
1447
  }
1503
 
1504
  // own options
1505
  if ( isset( $_POST[ '_mw_adminimize_own_values' ] ) ) {
1506
+ $adminimizeoptions[ '_mw_adminimize_own_values' ] = stripslashes(
1507
+ wp_strip_all_tags( $_POST[ '_mw_adminimize_own_values' ] )
1508
+ );
1509
  } else {
1510
  $adminimizeoptions[ '_mw_adminimize_own_values' ] = '';
1511
  }
1512
 
1513
  if ( isset( $_POST[ '_mw_adminimize_own_options' ] ) ) {
1514
+ $adminimizeoptions[ '_mw_adminimize_own_options' ] = stripslashes(
1515
+ wp_strip_all_tags( $_POST[ '_mw_adminimize_own_options' ] )
1516
+ );
1517
  } else {
1518
  $adminimizeoptions[ '_mw_adminimize_own_options' ] = '';
1519
  }
1520
 
1521
  // own post options
1522
  if ( isset( $_POST[ '_mw_adminimize_own_post_values' ] ) ) {
1523
+ $adminimizeoptions[ '_mw_adminimize_own_post_values' ] = stripslashes(
1524
+ wp_strip_all_tags( $_POST[ '_mw_adminimize_own_post_values' ] )
1525
  );
1526
  } else {
1527
  $adminimizeoptions[ '_mw_adminimize_own_post_values' ] = '';
1528
  }
1529
 
1530
  if ( isset( $_POST[ '_mw_adminimize_own_post_options' ] ) ) {
1531
+ $adminimizeoptions[ '_mw_adminimize_own_post_options' ] = stripslashes(
1532
+ wp_strip_all_tags( $_POST[ '_mw_adminimize_own_post_options' ] )
1533
  );
1534
  } else {
1535
  $adminimizeoptions[ '_mw_adminimize_own_post_options' ] = '';
1537
 
1538
  // own page options
1539
  if ( isset( $_POST[ '_mw_adminimize_own_page_values' ] ) ) {
1540
+ $adminimizeoptions[ '_mw_adminimize_own_page_values' ] = stripslashes(
1541
+ wp_strip_all_tags( $_POST[ '_mw_adminimize_own_page_values' ] )
1542
  );
1543
  } else {
1544
  $adminimizeoptions[ '_mw_adminimize_own_page_values' ] = '';
1545
  }
1546
 
1547
  if ( isset( $_POST[ '_mw_adminimize_own_page_options' ] ) ) {
1548
+ $adminimizeoptions[ '_mw_adminimize_own_page_options' ] = stripslashes(
1549
+ wp_strip_all_tags( $_POST[ '_mw_adminimize_own_page_options' ] )
1550
  );
1551
  } else {
1552
  $adminimizeoptions[ '_mw_adminimize_own_page_options' ] = '';
1555
  // own custom post options
1556
  foreach ( $post_types as $post_type ) {
1557
  if ( isset( $_POST[ '_mw_adminimize_own_values_' . $post_type ] ) ) {
1558
+ $adminimizeoptions[ '_mw_adminimize_own_values_' . $post_type ] = stripslashes(
1559
+ wp_strip_all_tags( $_POST[ '_mw_adminimize_own_values_' . $post_type ] )
1560
  );
1561
  } else {
1562
  $adminimizeoptions[ '_mw_adminimize_own_values_' . $post_type ] = '';
1563
  }
1564
 
1565
  if ( isset( $_POST[ '_mw_adminimize_own_options_' . $post_type ] ) ) {
1566
+ $adminimizeoptions[ '_mw_adminimize_own_options_' . $post_type ] = stripslashes(
1567
+ wp_strip_all_tags( $_POST[ '_mw_adminimize_own_options_' . $post_type ] )
1568
  );
1569
  } else {
1570
  $adminimizeoptions[ '_mw_adminimize_own_options_' . $post_type ] = '';
1573
 
1574
  // own link options
1575
  if ( isset( $_POST[ '_mw_adminimize_own_link_values' ] ) ) {
1576
+ $adminimizeoptions[ '_mw_adminimize_own_link_values' ] = stripslashes(
1577
+ wp_strip_all_tags( $_POST[ '_mw_adminimize_own_link_values' ] )
1578
  );
1579
  } else {
1580
  $adminimizeoptions[ '_mw_adminimize_own_link_values' ] = '';
1581
  }
1582
 
1583
  if ( isset( $_POST[ '_mw_adminimize_own_link_options' ] ) ) {
1584
+ $adminimizeoptions[ '_mw_adminimize_own_link_options' ] = stripslashes(
1585
+ wp_strip_all_tags( $_POST[ '_mw_adminimize_own_link_options' ] )
1586
  );
1587
  } else {
1588
  $adminimizeoptions[ '_mw_adminimize_own_link_options' ] = '';
1590
 
1591
  // wp nav menu options
1592
  if ( isset( $_POST[ '_mw_adminimize_own_nav_menu_values' ] ) ) {
1593
+ $adminimizeoptions[ '_mw_adminimize_own_nav_menu_values' ] = stripslashes(
1594
+ wp_strip_all_tags( $_POST[ '_mw_adminimize_own_nav_menu_values' ] )
1595
  );
1596
  } else {
1597
  $adminimizeoptions[ '_mw_adminimize_own_nav_menu_values' ] = '';
1598
  }
1599
 
1600
  if ( isset( $_POST[ '_mw_adminimize_own_nav_menu_options' ] ) ) {
1601
+ $adminimizeoptions[ '_mw_adminimize_own_nav_menu_options' ] = stripslashes(
1602
+ wp_strip_all_tags( $_POST[ '_mw_adminimize_own_nav_menu_options' ] )
1603
  );
1604
  } else {
1605
  $adminimizeoptions[ '_mw_adminimize_own_nav_menu_options' ] = '';
1607
 
1608
  // widget options
1609
  if ( isset( $_POST[ '_mw_adminimize_own_widget_values' ] ) ) {
1610
+ $adminimizeoptions[ '_mw_adminimize_own_widget_values' ] = stripslashes(
1611
+ wp_strip_all_tags( $_POST[ '_mw_adminimize_own_widget_values' ] )
1612
  );
1613
  } else {
1614
  $adminimizeoptions[ '_mw_adminimize_own_widget_values' ] = '';
1615
  }
1616
 
1617
  if ( isset( $_POST[ '_mw_adminimize_own_widget_options' ] ) ) {
1618
+ $adminimizeoptions[ '_mw_adminimize_own_widget_options' ] = stripslashes(
1619
+ wp_strip_all_tags( $_POST[ '_mw_adminimize_own_widget_options' ] )
1620
  );
1621
  } else {
1622
  $adminimizeoptions[ '_mw_adminimize_own_widget_options' ] = '';
1624
 
1625
  // own dashboard options
1626
  if ( isset( $_POST[ '_mw_adminimize_own_dashboard_values' ] ) ) {
1627
+ $adminimizeoptions[ '_mw_adminimize_own_dashboard_values' ] = stripslashes(
1628
+ wp_strip_all_tags( $_POST[ '_mw_adminimize_own_dashboard_values' ] )
1629
  );
1630
  } else {
1631
  $adminimizeoptions[ '_mw_adminimize_own_dashboard_values' ] = '';
1632
  }
1633
 
1634
  if ( isset( $_POST[ '_mw_adminimize_own_dashboard_options' ] ) ) {
1635
+ $adminimizeoptions[ '_mw_adminimize_own_dashboard_options' ] = stripslashes(
1636
+ wp_strip_all_tags( $_POST[ '_mw_adminimize_own_dashboard_options' ] )
1637
  );
1638
  } else {
1639
  $adminimizeoptions[ '_mw_adminimize_own_dashboard_options' ] = '';
1723
  }
1724
  wp_cache_add( 'mw_adminimize', $adminimizeoptions );
1725
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
adminimize_page.php CHANGED
@@ -8,12 +8,13 @@ if ( ! function_exists( 'add_action' ) ) {
8
  echo "Hi there! I'm just a part of plugin, not much I can do when called directly.";
9
  exit;
10
  }
11
-
12
  // Export the options to local client.
13
  if ( array_key_exists( '_mw_adminimize_export', $_GET ) ) {
14
- _mw_adminimize_export_json();
 
15
  die();
16
- }
17
 
18
  function _mw_adminimize_options() {
19
  global $wpdb, $_wp_admin_css_colors, $wp_version, $wp_roles, $table_prefix;
@@ -198,7 +199,8 @@ function _mw_adminimize_options() {
198
  do_action( 'mw_adminimize_after_settings_form' );
199
 
200
  // Theme Options
201
- require_once 'inc-options/theme_options.php';
 
202
 
203
  // Im/Export Options
204
  require_once 'inc-options/im_export_options.php';
8
  echo "Hi there! I'm just a part of plugin, not much I can do when called directly.";
9
  exit;
10
  }
11
+ /*
12
  // Export the options to local client.
13
  if ( array_key_exists( '_mw_adminimize_export', $_GET ) ) {
14
+ add_action( 'admin_init', '_mw_adminimize_export_json' );
15
+ //_mw_adminimize_export_json();
16
  die();
17
+ }*/
18
 
19
  function _mw_adminimize_options() {
20
  global $wpdb, $_wp_admin_css_colors, $wp_version, $wp_roles, $table_prefix;
199
  do_action( 'mw_adminimize_after_settings_form' );
200
 
201
  // Theme Options
202
+ // @ToDo Remove for the feature releases.
203
+ //require_once 'inc-options/theme_options.php';
204
 
205
  // Im/Export Options
206
  require_once 'inc-options/im_export_options.php';
inc-options/backend_options.php CHANGED
@@ -73,20 +73,21 @@ if ( ! function_exists( 'add_action' ) ) {
73
  $disabled_item = ' disabled="disabled"';
74
  } ?>
75
  <tr valign="top">
76
- <td><?php esc_attr_e( 'Change User-Info, redirect to', 'adminimize' ); ?></td>
77
  <td>
78
  <?php $_mw_adminimize_ui_redirect = (int) _mw_adminimize_get_option_value(
79
  '_mw_adminimize_ui_redirect'
80
  ); ?>
81
- <select name="_mw_adminimize_ui_redirect" <?php if ( isset( $disabled_item ) ) {
82
- echo $disabled_item;
83
- } ?>>
84
  <option value="0"<?php if ( $_mw_adminimize_ui_redirect === 0 ) {
85
- echo ' selected="selected"';
86
- } ?>><?php esc_attr_e( 'Default', 'adminimize' ); ?></option>
 
87
  <option value="1"<?php if ( $_mw_adminimize_ui_redirect === 1 ) {
88
- echo ' selected="selected"';
89
- } ?>><?php esc_attr_e( 'Frontpage of the Blog', 'adminimize' ); ?>
 
90
  </select> <?php esc_attr_e(
91
  'When the &quot;User-Info-area&quot; change it, then it is possible to change the redirect.',
92
  'adminimize'
@@ -94,16 +95,18 @@ if ( ! function_exists( 'add_action' ) ) {
94
  </td>
95
  </tr>
96
  <tr valign="top">
97
- <td><?php esc_attr_e( 'Footer', 'adminimize' ); ?></td>
98
  <td>
99
  <?php $_mw_adminimize_footer = (int) _mw_adminimize_get_option_value( '_mw_adminimize_footer' ); ?>
100
- <select name="_mw_adminimize_footer">
101
- <option value="0"<?php if ( $_mw_adminimize_footer === 0 ) {
102
- echo ' selected="selected"';
103
- } ?>><?php esc_attr_e( 'Default', 'adminimize' ); ?></option>
104
- <option value="1"<?php if ( $_mw_adminimize_footer === 1 ) {
105
- echo ' selected="selected"';
106
- } ?>><?php esc_attr_e( 'Hide', 'adminimize' ); ?></option>
 
 
107
  </select> <?php esc_attr_e(
108
  'The Footer-area can hide, include all links and details.', 'adminimize'
109
  ); ?>
@@ -255,4 +258,3 @@ if ( ! function_exists( 'add_action' ) ) {
255
  </div>
256
  </div>
257
  </div>
258
-
73
  $disabled_item = ' disabled="disabled"';
74
  } ?>
75
  <tr valign="top">
76
+ <td><label for="_mw_adminimize_ui_redirect"><?php esc_attr_e( 'Change User-Info, redirect to', 'adminimize' ); ?></td>
77
  <td>
78
  <?php $_mw_adminimize_ui_redirect = (int) _mw_adminimize_get_option_value(
79
  '_mw_adminimize_ui_redirect'
80
  ); ?>
81
+ <select name="_mw_adminimize_ui_redirect" id="_mw_adminimize_ui_redirect"
82
+ <?php if ( isset( $disabled_item ) ) { echo $disabled_item; } ?>>
 
83
  <option value="0"<?php if ( $_mw_adminimize_ui_redirect === 0 ) {
84
+ echo ' selected="selected"';} ?>>
85
+ <?php esc_attr_e( 'Default', 'adminimize' ); ?>
86
+ </option>
87
  <option value="1"<?php if ( $_mw_adminimize_ui_redirect === 1 ) {
88
+ echo ' selected="selected"';} ?>>
89
+ <?php esc_attr_e( 'Frontpage of the Blog', 'adminimize' ); ?>
90
+ </option>
91
  </select> <?php esc_attr_e(
92
  'When the &quot;User-Info-area&quot; change it, then it is possible to change the redirect.',
93
  'adminimize'
95
  </td>
96
  </tr>
97
  <tr valign="top">
98
+ <td><label for="_mw_adminimize_footer"><?php esc_attr_e( 'Footer', 'adminimize' ); ?></label></td>
99
  <td>
100
  <?php $_mw_adminimize_footer = (int) _mw_adminimize_get_option_value( '_mw_adminimize_footer' ); ?>
101
+ <select name="_mw_adminimize_footer" id="_mw_adminimize_footer">
102
+ <option value="0"<?php if ( 0 === $_mw_adminimize_footer ) {
103
+ echo ' selected="selected"'; } ?>>
104
+ <?php esc_attr_e( 'Default', 'adminimize' ); ?>
105
+ </option>
106
+ <option value="1"<?php if ( 1 === $_mw_adminimize_footer ) {
107
+ echo ' selected="selected"';} ?>>
108
+ <?php esc_attr_e( 'Hide', 'adminimize' ); ?>
109
+ </option>
110
  </select> <?php esc_attr_e(
111
  'The Footer-area can hide, include all links and details.', 'adminimize'
112
  ); ?>
258
  </div>
259
  </div>
260
  </div>
 
inc-options/global_options.php CHANGED
@@ -99,14 +99,14 @@ if ( ! function_exists( 'add_action' ) ) {
99
  }
100
 
101
  $checked_user_role_ = array();
102
- foreach ( $user_roles as $role ) {
103
  $checked_user_role_[ $role ] = ( isset( $disabled_global_option_[ $role ] )
104
- && in_array( $global_option, $disabled_global_option_[ $role ] ) ) ? ' checked="checked"'
105
  : '';
106
  }
107
  echo '<tr>' . "\n";
108
  echo '<td>' . $global_options_names[ $index ] . ' <span>(' . $global_option . ')</span> </td>' . "\n";
109
- foreach ( $user_roles as $role ) {
110
  echo '<td class="num"><input id="check_post' . $role . $x . '" class="global_options_'
111
  . preg_replace( '/[^a-z0-9_-]+/', '', $role ) . '" type="checkbox"'
112
  . $checked_user_role_[ $role ] . ' name="mw_adminimize_disabled_global_option_'
99
  }
100
 
101
  $checked_user_role_ = array();
102
+ foreach ( (array) $user_roles as $role ) {
103
  $checked_user_role_[ $role ] = ( isset( $disabled_global_option_[ $role ] )
104
+ && in_array( $global_option, $disabled_global_option_[ $role ], true ) ) ? ' checked="checked"'
105
  : '';
106
  }
107
  echo '<tr>' . "\n";
108
  echo '<td>' . $global_options_names[ $index ] . ' <span>(' . $global_option . ')</span> </td>' . "\n";
109
+ foreach ( (array) $user_roles as $role ) {
110
  echo '<td class="num"><input id="check_post' . $role . $x . '" class="global_options_'
111
  . preg_replace( '/[^a-z0-9_-]+/', '', $role ) . '" type="checkbox"'
112
  . $checked_user_role_[ $role ] . ' name="mw_adminimize_disabled_global_option_'
inc-options/im_export_options.php CHANGED
@@ -15,10 +15,23 @@ if ( ! function_exists( 'add_action' ) ) {
15
  <h3 class="hndle" id="import"><?php esc_attr_e( 'Export/Import Options', 'adminimize' ) ?></h3>
16
 
17
  <div class="inside">
18
- <br class="clear" />
19
 
20
  <h4><?php esc_attr_e( 'Export', 'adminimize' ) ?></h4>
 
 
 
 
 
 
 
 
 
 
 
 
 
21
 
 
22
  <form name="export_options" method="get" action="">
23
  <p><?php esc_attr_e(
24
  'You can save a JSON formatted ".json" file with your settings.', 'adminimize'
@@ -36,9 +49,8 @@ if ( ! function_exists( 'add_action' ) ) {
36
  ?>
37
  </p>
38
  </form>
39
-
40
  <h4><?php esc_attr_e( 'Import', 'adminimize' ) ?></h4>
41
-
42
  <form name="import_options" enctype="multipart/form-data" method="post" action="?page=<?php echo esc_attr(
43
  $_GET[ 'page' ]
44
  ); ?>">
15
  <h3 class="hndle" id="import"><?php esc_attr_e( 'Export/Import Options', 'adminimize' ) ?></h3>
16
 
17
  <div class="inside">
 
18
 
19
  <h4><?php esc_attr_e( 'Export', 'adminimize' ) ?></h4>
20
+ <p><?php esc_attr_e(
21
+ 'You can save a JSON formatted ".json" file with your settings.', 'adminimize'
22
+ ) ?></p>
23
+ <form method="post">
24
+ <p><input type="hidden" name="_mw_adminimize_export" value="true" /></p>
25
+ <p>
26
+ <?php wp_nonce_field( 'mw_adminimize_export_nonce', 'mw_adminimize_export_nonce' ); ?>
27
+ <?php
28
+ $submit_text = esc_html__( 'Export &raquo;', 'adminimize' );
29
+ submit_button( $submit_text, 'primary', '_mw_adminimize_save', false ); ?>
30
+ </p>
31
+ </form>
32
+ <br class="clear" />
33
 
34
+ <?php /*
35
  <form name="export_options" method="get" action="">
36
  <p><?php esc_attr_e(
37
  'You can save a JSON formatted ".json" file with your settings.', 'adminimize'
49
  ?>
50
  </p>
51
  </form>
52
+ */ ?>
53
  <h4><?php esc_attr_e( 'Import', 'adminimize' ) ?></h4>
 
54
  <form name="import_options" enctype="multipart/form-data" method="post" action="?page=<?php echo esc_attr(
55
  $_GET[ 'page' ]
56
  ); ?>">
inc-options/menu_options.php CHANGED
@@ -108,6 +108,9 @@ if ( ! function_exists( 'add_action' ) ) {
108
  $i = 0;
109
  $x = 0;
110
 
 
 
 
111
  $users = array(
112
  0 => 'Profile',
113
  1 => 'edit_users',
@@ -117,6 +120,7 @@ if ( ! function_exists( 'add_action' ) ) {
117
  5 => 'menu-users',
118
  6 => 'div',
119
  );
 
120
 
121
  foreach ( $wp_menu as $key => $item ) {
122
 
@@ -190,6 +194,9 @@ if ( ! function_exists( 'add_action' ) ) {
190
  }
191
  echo '</tr>';
192
 
 
 
 
193
  // Only for user smaller administrator, change user-Profile-File.
194
  if ( 'users.php' === $menu_slug ) {
195
  $x ++;
@@ -205,6 +212,7 @@ if ( ! function_exists( 'add_action' ) ) {
205
  }
206
  echo '</tr>';
207
  }
 
208
 
209
  $x ++;
210
 
108
  $i = 0;
109
  $x = 0;
110
 
111
+ /**
112
+ * @ToDo Remove it after feedback from users.
113
+ *
114
  $users = array(
115
  0 => 'Profile',
116
  1 => 'edit_users',
120
  5 => 'menu-users',
121
  6 => 'div',
122
  );
123
+ */
124
 
125
  foreach ( $wp_menu as $key => $item ) {
126
 
194
  }
195
  echo '</tr>';
196
 
197
+ /**
198
+ * @ToDo Remove it after feedback from users.
199
+ *
200
  // Only for user smaller administrator, change user-Profile-File.
201
  if ( 'users.php' === $menu_slug ) {
202
  $x ++;
212
  }
213
  echo '</tr>';
214
  }
215
+ */
216
 
217
  $x ++;
218
 
inc-options/minimenu.php CHANGED
@@ -20,7 +20,7 @@ if ( _mw_adminimize_is_active_on_multisite() ) {
20
  echo ' ' . $message; ?></h2>
21
  <br class="clear" />
22
  <div id="poststuff" class="ui-sortable meta-box-sortables">
23
- <div id="minimeu" class="postbox ">
24
  <div class="handlediv" title="<?php esc_attr_e( 'Click to toggle', 'adminimize' ); ?>"><br /></div>
25
  <h3 class="hndle" id="menu"><?php esc_attr_e( 'MiniMenu', 'adminimize' ) ?></h3>
26
 
@@ -118,11 +118,13 @@ if ( _mw_adminimize_is_active_on_multisite() ) {
118
  'WP Nav Menu', 'adminimize'
119
  ); ?></a></td>
120
  </tr>
 
121
  <tr>
122
  <td class="row-title"><a href="#set_theme"><?php esc_attr_e(
123
  'Set Theme', 'adminimize'
124
  ); ?></a></td>
125
  </tr>
 
126
  <tr>
127
  <td class="row-title"><a href="#import"><?php esc_attr_e(
128
  'Export/Import Options', 'adminimize'
20
  echo ' ' . $message; ?></h2>
21
  <br class="clear" />
22
  <div id="poststuff" class="ui-sortable meta-box-sortables">
23
+ <div id="minimenu" class="postbox ">
24
  <div class="handlediv" title="<?php esc_attr_e( 'Click to toggle', 'adminimize' ); ?>"><br /></div>
25
  <h3 class="hndle" id="menu"><?php esc_attr_e( 'MiniMenu', 'adminimize' ) ?></h3>
26
 
118
  'WP Nav Menu', 'adminimize'
119
  ); ?></a></td>
120
  </tr>
121
+ <!-- @ToDo Remove for the feature releases.
122
  <tr>
123
  <td class="row-title"><a href="#set_theme"><?php esc_attr_e(
124
  'Set Theme', 'adminimize'
125
  ); ?></a></td>
126
  </tr>
127
+ -->
128
  <tr>
129
  <td class="row-title"><a href="#import"><?php esc_attr_e(
130
  'Export/Import Options', 'adminimize'
inc-options/write_cp_options.php CHANGED
@@ -4,6 +4,7 @@
4
  * @subpackage Custom Post type options
5
  * @author Frank Bültge
6
  */
 
7
  if ( ! function_exists( 'add_action' ) ) {
8
  echo "Hi there! I'm just a part of plugin, not much I can do when called directly.";
9
  exit;
@@ -30,8 +31,8 @@ foreach ( get_post_types( $args ) as $post_type ) {
30
  <colgroup>
31
  <?php
32
  $col = 0;
33
- foreach ( $user_roles_names as $role_name ) {
34
- echo '<col class="col' . $col . '">' . "\n";
35
  $col ++;
36
  }
37
  ?>
@@ -41,20 +42,18 @@ foreach ( get_post_types( $args ) as $post_type ) {
41
  <th><?php esc_attr_e( 'Write options', 'adminimize' );
42
  echo ' - ' . $post_type_object->label ?></th>
43
  <?php
44
- foreach ( $user_roles_names as $role_name ) { ?>
45
- <th><?php esc_attr_e( 'Deactivate for', 'adminimize' );
46
- echo '<br/>' . $role_name; ?></th>
47
- <?php } ?>
48
  </tr>
49
  <tr>
50
  <td><?php esc_attr_e( 'Select all', 'adminimize' ); ?></td>
51
  <?php
52
- foreach ( $user_roles as $role_slug ) {
53
- echo '<td class="num">';
54
- echo '<input id="select_all" class="write_cp_options_' . $post_type .
55
- '_' . $role_slug
56
- . '" type="checkbox" name="" value="" />';
57
- echo '</td>' . "\n";
58
  } ?>
59
  </tr>
60
  </thead>
@@ -64,6 +63,7 @@ foreach ( get_post_types( $args ) as $post_type ) {
64
  $metaboxes = array(
65
  '#contextual-help-link-wrap',
66
  '#screen-options-link-wrap',
 
67
  '#pageslugdiv',
68
  '#tagsdiv,#tagsdivsb,#tagsdiv-post_tag',
69
  '#formatdiv',
@@ -134,6 +134,7 @@ foreach ( get_post_types( $args ) as $post_type ) {
134
  $metaboxes_names = array(
135
  esc_attr__( 'Help' ),
136
  esc_attr__( 'Screen Options' ),
 
137
  esc_attr__( 'Permalink', 'adminimize' ),
138
  esc_attr__( 'Tags', 'adminimize' ),
139
  esc_attr__( 'Format', 'adminimize' ),
@@ -215,14 +216,14 @@ foreach ( get_post_types( $args ) as $post_type ) {
215
  foreach ( $metaboxes as $index => $metabox ) {
216
  if ( '' !== $metabox ) {
217
  $checked_user_role_ = array();
218
- foreach ( $user_roles as $role ) {
219
  $disabled_metaboxes_[ $post_type . '_' . $role ] = _mw_adminimize_get_option_value(
220
  'mw_adminimize_disabled_metaboxes_' . $post_type . '_' . $role . '_items'
221
  );
222
  $checked_user_role_[ $post_type . '_' . $role ] = (
223
  isset( $disabled_metaboxes_[ $post_type . '_' . $role ] )
224
  && in_array(
225
- $metabox, $disabled_metaboxes_[ $post_type . '_' . $role ], FALSE
226
  )
227
  ) ? ' checked="checked"' : '';
228
  }
@@ -249,7 +250,7 @@ foreach ( get_post_types( $args ) as $post_type ) {
249
  </table>
250
 
251
  <?php
252
- //your own post options
253
  ?>
254
  <br style="margin-top: 10px;" />
255
  <table summary="config_own_post" class="widefat">
@@ -330,4 +331,4 @@ foreach ( get_post_types( $args ) as $post_type ) {
330
  </div>
331
  </div>
332
 
333
- <?php } // end foreach ?>
4
  * @subpackage Custom Post type options
5
  * @author Frank Bültge
6
  */
7
+
8
  if ( ! function_exists( 'add_action' ) ) {
9
  echo "Hi there! I'm just a part of plugin, not much I can do when called directly.";
10
  exit;
31
  <colgroup>
32
  <?php
33
  $col = 0;
34
+ foreach ( (array) $user_roles_names as $role_name ) {
35
+ echo '<col class="col' . (int) $col . '">' . "\n";
36
  $col ++;
37
  }
38
  ?>
42
  <th><?php esc_attr_e( 'Write options', 'adminimize' );
43
  echo ' - ' . $post_type_object->label ?></th>
44
  <?php
45
+ foreach ( (array) $user_roles_names as $role_name ) {
46
+ echo '<th>' . esc_attr_e( 'Deactivate for', 'adminimize' )
47
+ . '<br/>' . esc_attr( $role_name ) . '</th>';
48
+ } ?>
49
  </tr>
50
  <tr>
51
  <td><?php esc_attr_e( 'Select all', 'adminimize' ); ?></td>
52
  <?php
53
+ foreach ( (array) $user_roles as $role_slug ) {
54
+ echo '<td class="num"><input id="select_all" class="write_cp_options_'
55
+ . esc_attr( $post_type ) . '_' . esc_attr( $role_slug )
56
+ . '" type="checkbox" name="" value="" /></td>' . "\n";
 
 
57
  } ?>
58
  </tr>
59
  </thead>
63
  $metaboxes = array(
64
  '#contextual-help-link-wrap',
65
  '#screen-options-link-wrap',
66
+ '.page-title-action',
67
  '#pageslugdiv',
68
  '#tagsdiv,#tagsdivsb,#tagsdiv-post_tag',
69
  '#formatdiv',
134
  $metaboxes_names = array(
135
  esc_attr__( 'Help' ),
136
  esc_attr__( 'Screen Options' ),
137
+ esc_attr__( 'Add New' ),
138
  esc_attr__( 'Permalink', 'adminimize' ),
139
  esc_attr__( 'Tags', 'adminimize' ),
140
  esc_attr__( 'Format', 'adminimize' ),
216
  foreach ( $metaboxes as $index => $metabox ) {
217
  if ( '' !== $metabox ) {
218
  $checked_user_role_ = array();
219
+ foreach ( (array) $user_roles as $role ) {
220
  $disabled_metaboxes_[ $post_type . '_' . $role ] = _mw_adminimize_get_option_value(
221
  'mw_adminimize_disabled_metaboxes_' . $post_type . '_' . $role . '_items'
222
  );
223
  $checked_user_role_[ $post_type . '_' . $role ] = (
224
  isset( $disabled_metaboxes_[ $post_type . '_' . $role ] )
225
  && in_array(
226
+ $metabox, $disabled_metaboxes_[ $post_type . '_' . $role ], TRUE
227
  )
228
  ) ? ' checked="checked"' : '';
229
  }
250
  </table>
251
 
252
  <?php
253
+ // Your own post options
254
  ?>
255
  <br style="margin-top: 10px;" />
256
  <table summary="config_own_post" class="widefat">
331
  </div>
332
  </div>
333
 
334
+ <?php } // end foreach ?>
inc-options/write_page_options.php CHANGED
@@ -20,8 +20,8 @@ if ( ! function_exists( 'add_action' ) ) {
20
  <colgroup>
21
  <?php
22
  $col = 0;
23
- foreach ( $user_roles_names as $role_name ) {
24
- echo '<col class="col' . $col . '">' . "\n";
25
  $col ++;
26
  }
27
  ?>
@@ -30,19 +30,17 @@ if ( ! function_exists( 'add_action' ) ) {
30
  <tr>
31
  <th><?php esc_attr_e( 'Write options - Page', 'adminimize' ); ?></th>
32
  <?php
33
- foreach ( $user_roles_names as $role_name ) { ?>
34
- <th><?php esc_attr_e( 'Deactivate for', 'adminimize' );
35
- echo '<br />' . $role_name; ?></th>
36
- <?php } ?>
37
  </tr>
38
  <tr>
39
  <td><?php esc_attr_e( 'Select all', 'adminimize' ); ?></td>
40
  <?php
41
- foreach ( $user_roles as $role_slug ) {
42
- echo '<td class="num">';
43
- echo '<input id="select_all" class="write_page_options_' . $role_slug
44
- . '" type="checkbox" name="" value="" />';
45
- echo '</td>' . "\n";
46
  } ?>
47
  </tr>
48
  </thead>
@@ -53,6 +51,7 @@ if ( ! function_exists( 'add_action' ) ) {
53
  $metaboxes_page = array(
54
  '#contextual-help-link-wrap',
55
  '#screen-options-link-wrap',
 
56
  '#title, #titlediv, th.column-title, td.title',
57
  '#pageslugdiv',
58
  '#pagepostcustom, #pagecustomdiv, #postcustom',
@@ -72,7 +71,7 @@ if ( ! function_exists( 'add_action' ) ) {
72
  '#slugdiv,#edit-slug-box',
73
  '#misc-publishing-actions',
74
  '#commentstatusdiv',
75
- '#editor-toolbar #edButtonHTML, #quicktags, #content-html'
76
  );
77
 
78
  $post_type = 'page';
@@ -123,6 +122,7 @@ if ( ! function_exists( 'add_action' ) ) {
123
  $metaboxes_names_page = array(
124
  esc_attr__( 'Help' ),
125
  esc_attr__( 'Screen Options' ),
 
126
  esc_attr__( 'Title', 'adminimize' ),
127
  esc_attr__( 'Permalink', 'adminimize' ),
128
  esc_attr__( 'Custom Fields' ),
20
  <colgroup>
21
  <?php
22
  $col = 0;
23
+ foreach ( (array) $user_roles_names as $role_name ) {
24
+ echo '<col class="col' . (int) $col . '">' . "\n";
25
  $col ++;
26
  }
27
  ?>
30
  <tr>
31
  <th><?php esc_attr_e( 'Write options - Page', 'adminimize' ); ?></th>
32
  <?php
33
+ foreach ( (array) $user_roles_names as $role_name ) {
34
+ echo '<th>' . esc_attr_e( 'Deactivate for', 'adminimize' )
35
+ . '<br />' . esc_attr( $role_name ) . '</th>';
36
+ } ?>
37
  </tr>
38
  <tr>
39
  <td><?php esc_attr_e( 'Select all', 'adminimize' ); ?></td>
40
  <?php
41
+ foreach ( (array) $user_roles as $role_slug ) {
42
+ echo '<td class="num"><input id="select_all" class="write_page_options_'
43
+ . esc_attr( $role_slug ) . '" type="checkbox" name="" value="" /></td>' . "\n";
 
 
44
  } ?>
45
  </tr>
46
  </thead>
51
  $metaboxes_page = array(
52
  '#contextual-help-link-wrap',
53
  '#screen-options-link-wrap',
54
+ '.page-title-action',
55
  '#title, #titlediv, th.column-title, td.title',
56
  '#pageslugdiv',
57
  '#pagepostcustom, #pagecustomdiv, #postcustom',
71
  '#slugdiv,#edit-slug-box',
72
  '#misc-publishing-actions',
73
  '#commentstatusdiv',
74
+ '#editor-toolbar #edButtonHTML, #quicktags, #content-html',
75
  );
76
 
77
  $post_type = 'page';
122
  $metaboxes_names_page = array(
123
  esc_attr__( 'Help' ),
124
  esc_attr__( 'Screen Options' ),
125
+ esc_attr__( 'Add New' ),
126
  esc_attr__( 'Title', 'adminimize' ),
127
  esc_attr__( 'Permalink', 'adminimize' ),
128
  esc_attr__( 'Custom Fields' ),
inc-options/write_post_options.php CHANGED
@@ -23,7 +23,7 @@ if ( ! function_exists( 'add_action' ) ) {
23
  <colgroup>
24
  <?php
25
  $col = 0;
26
- foreach ( $user_roles_names as $role_name ) {
27
  echo '<col class="col' . $col . '">' . "\n";
28
  $col ++;
29
  }
@@ -33,7 +33,7 @@ if ( ! function_exists( 'add_action' ) ) {
33
  <tr>
34
  <th><?php esc_attr_e( 'Write options - Post', 'adminimize' ); ?></th>
35
  <?php
36
- foreach ( $user_roles_names as $role_name ) { ?>
37
  <th><?php esc_attr_e( 'Deactivate for', 'adminimize' );
38
  echo '<br/>' . $role_name; ?></th>
39
  <?php } ?>
@@ -41,11 +41,9 @@ if ( ! function_exists( 'add_action' ) ) {
41
  <tr>
42
  <td><?php esc_attr_e( 'Select all', 'adminimize' ); ?></td>
43
  <?php
44
- foreach ( $user_roles as $role_slug ) {
45
- echo '<td class="num">';
46
- echo '<input id="select_all" class="write_post_options_' . $role_slug
47
- . '" type="checkbox" name="" value="" />';
48
- echo '</td>' . "\n";
49
  } ?>
50
  </tr>
51
  </thead>
@@ -55,6 +53,7 @@ if ( ! function_exists( 'add_action' ) ) {
55
  $metaboxes = array(
56
  '#contextual-help-link-wrap',
57
  '#screen-options-link-wrap',
 
58
  '#title, #titlediv, th.column-title, td.title',
59
  '#pageslugdiv',
60
  '#tags, #tagsdiv,#tagsdivsb,#tagsdiv-post_tag, th.column-tags, td.tags',
@@ -70,7 +69,7 @@ if ( ! function_exists( 'add_action' ) ) {
70
  '#slugdiv,#edit-slug-box',
71
  '#misc-publishing-actions',
72
  '#commentstatusdiv',
73
- '#editor-toolbar #edButtonHTML, #quicktags, #content-html, .wp-switch-editor.switch-html'
74
  );
75
 
76
  $post_type = 'post';
@@ -127,6 +126,7 @@ if ( ! function_exists( 'add_action' ) ) {
127
  $metaboxes_names = array(
128
  esc_attr__( 'Help' ),
129
  esc_attr__( 'Screen Options' ),
 
130
  esc_attr__( 'Title', 'adminimize' ),
131
  esc_attr__( 'Permalink', 'adminimize' ),
132
  esc_attr__( 'Tags', 'adminimize' ),
23
  <colgroup>
24
  <?php
25
  $col = 0;
26
+ foreach ( (array) $user_roles_names as $role_name ) {
27
  echo '<col class="col' . $col . '">' . "\n";
28
  $col ++;
29
  }
33
  <tr>
34
  <th><?php esc_attr_e( 'Write options - Post', 'adminimize' ); ?></th>
35
  <?php
36
+ foreach ( (array) $user_roles_names as $role_name ) { ?>
37
  <th><?php esc_attr_e( 'Deactivate for', 'adminimize' );
38
  echo '<br/>' . $role_name; ?></th>
39
  <?php } ?>
41
  <tr>
42
  <td><?php esc_attr_e( 'Select all', 'adminimize' ); ?></td>
43
  <?php
44
+ foreach ( (array) $user_roles as $role_slug ) {
45
+ echo '<td class="num"><input id="select_all" class="write_post_options_'
46
+ . esc_attr( $role_slug ) . '" type="checkbox" name="" value="" /></td>' . "\n";
 
 
47
  } ?>
48
  </tr>
49
  </thead>
53
  $metaboxes = array(
54
  '#contextual-help-link-wrap',
55
  '#screen-options-link-wrap',
56
+ '.page-title-action',
57
  '#title, #titlediv, th.column-title, td.title',
58
  '#pageslugdiv',
59
  '#tags, #tagsdiv,#tagsdivsb,#tagsdiv-post_tag, th.column-tags, td.tags',
69
  '#slugdiv,#edit-slug-box',
70
  '#misc-publishing-actions',
71
  '#commentstatusdiv',
72
+ '#editor-toolbar #edButtonHTML, #quicktags, #content-html, .wp-switch-editor.switch-html',
73
  );
74
 
75
  $post_type = 'post';
126
  $metaboxes_names = array(
127
  esc_attr__( 'Help' ),
128
  esc_attr__( 'Screen Options' ),
129
+ esc_attr__( 'Add New' ),
130
  esc_attr__( 'Title', 'adminimize' ),
131
  esc_attr__( 'Permalink', 'adminimize' ),
132
  esc_attr__( 'Tags', 'adminimize' ),
inc-setup/admin-bar-items.php CHANGED
@@ -44,6 +44,7 @@ function _mw_adminimize_get_admin_bar_nodes() {
44
  }
45
 
46
  if ( $all_toolbar_nodes ) {
 
47
  // get all options
48
  $adminimizeoptions = _mw_adminimize_get_option_value();
49
 
@@ -100,7 +101,7 @@ function _mw_adminimize_change_admin_bar() {
100
 
101
  $role_prefix = is_admin() ? 'mw_adminimize_disabled_admin_bar_' : 'mw_adminimize_disabled_admin_bar_frontend_';
102
 
103
- foreach( $user_roles as $role ) {
104
  $disabled_admin_bar_option_[] = _mw_adminimize_get_option_value( $role_prefix . $role . '_items' );
105
  }
106
 
44
  }
45
 
46
  if ( $all_toolbar_nodes ) {
47
+
48
  // get all options
49
  $adminimizeoptions = _mw_adminimize_get_option_value();
50
 
101
 
102
  $role_prefix = is_admin() ? 'mw_adminimize_disabled_admin_bar_' : 'mw_adminimize_disabled_admin_bar_frontend_';
103
 
104
+ foreach ( $user_roles as $role ) {
105
  $disabled_admin_bar_option_[] = _mw_adminimize_get_option_value( $role_prefix . $role . '_items' );
106
  }
107
 
inc-setup/admin-footer.php CHANGED
@@ -4,6 +4,7 @@
4
  * @subpackage Add Hint in Admin Footer
5
  * @author Frank Bültge
6
  */
 
7
  if ( ! function_exists( 'add_action' ) ) {
8
  echo "Hi there! I'm just a part of plugin, not much I can do when called directly.";
9
  exit;
4
  * @subpackage Add Hint in Admin Footer
5
  * @author Frank Bültge
6
  */
7
+
8
  if ( ! function_exists( 'add_action' ) ) {
9
  echo "Hi there! I'm just a part of plugin, not much I can do when called directly.";
10
  exit;
inc-setup/dashboard.php CHANGED
@@ -4,6 +4,7 @@
4
  * @subpackage Dashboard Setup
5
  * @author Frank Bültge
6
  */
 
7
  if ( ! function_exists( 'add_action' ) ) {
8
  echo "Hi there! I'm just a part of plugin, not much I can do when called directly.";
9
  exit;
@@ -14,7 +15,7 @@ if ( ! is_admin() ) {
14
  }
15
 
16
  // If is AJAX Call.
17
- if ( defined('DOING_AJAX') && DOING_AJAX ) {
18
  return;
19
  }
20
 
@@ -58,6 +59,12 @@ function _mw_adminimize_dashboard_setup() {
58
  );
59
  }
60
 
 
 
 
 
 
 
61
  foreach ( $user_roles as $role ) {
62
  if ( ! isset( $disabled_dashboard_option_[ $role ][ '0' ] ) ) {
63
  $disabled_dashboard_option_[ $role ][ '0' ] = '';
@@ -68,22 +75,71 @@ function _mw_adminimize_dashboard_setup() {
68
  $widgets = _mw_adminimize_get_dashboard_widgets();
69
  // Get current user data.
70
  $user = wp_get_current_user();
 
 
 
 
 
71
  foreach ( $user_roles as $role ) {
72
 
73
  if ( is_array( $user->roles )
74
- && is_array( $disabled_dashboard_option_[ $role ] )
75
- && in_array( $role, $user->roles )
76
- && _mw_adminimize_current_user_has_role( $role )
77
  ) {
78
- foreach ( $disabled_dashboard_option_[ $role ] as $widget ) {
79
  if ( isset( $widgets[ $widget ][ 'context' ] ) ) {
80
  remove_meta_box( $widget, 'dashboard', $widgets[ $widget ][ 'context' ] );
81
  }
82
  }
83
  }
 
 
 
84
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
85
  }
86
 
 
 
 
87
  }
88
 
89
  /**
@@ -100,16 +156,16 @@ function _mw_adminimize_get_dashboard_widgets() {
100
  return $widgets;
101
  }
102
 
103
- foreach ( $wp_meta_boxes[ 'dashboard' ] as $context => $datas ) {
104
- foreach ( $datas as $priority => $data ) {
105
- foreach ( $data as $widget => $value ) {
106
  $widgets[ $widget ] = array(
107
  'id' => $widget,
108
  'title' => strip_tags(
109
  preg_replace( '/( |)<span.*span>/im', '', $value[ 'title' ] )
110
  ),
111
  'context' => $context,
112
- 'priority' => $priority
113
  );
114
  }
115
  }
4
  * @subpackage Dashboard Setup
5
  * @author Frank Bültge
6
  */
7
+
8
  if ( ! function_exists( 'add_action' ) ) {
9
  echo "Hi there! I'm just a part of plugin, not much I can do when called directly.";
10
  exit;
15
  }
16
 
17
  // If is AJAX Call.
18
+ if ( defined( 'DOING_AJAX' ) && DOING_AJAX ) {
19
  return;
20
  }
21
 
59
  );
60
  }
61
 
62
+ $user = wp_get_current_user();
63
+ // Support Multiple Roles for users.
64
+ if ( _mw_adminimize_get_option_value( 'mw_adminimize_multiple_roles' ) && 1 < count( $user->roles ) ) {
65
+ $disabled_dashboard_option_ = _mw_adminimize_get_duplicate( $disabled_dashboard_option_ );
66
+ }
67
+
68
  foreach ( $user_roles as $role ) {
69
  if ( ! isset( $disabled_dashboard_option_[ $role ][ '0' ] ) ) {
70
  $disabled_dashboard_option_[ $role ][ '0' ] = '';
75
  $widgets = _mw_adminimize_get_dashboard_widgets();
76
  // Get current user data.
77
  $user = wp_get_current_user();
78
+ // If the current user is not inside the roles, abort.
79
+ if ( ! $user->roles ) {
80
+ return;
81
+ }
82
+
83
  foreach ( $user_roles as $role ) {
84
 
85
  if ( is_array( $user->roles )
86
+ && is_array( $disabled_dashboard_option_[ $role ] )
87
+ && in_array( $role, $user->roles, TRUE )
88
+ && _mw_adminimize_current_user_has_role( $role )
89
  ) {
90
+ foreach ( (array) $disabled_dashboard_option_[ $role ] as $widget ) {
91
  if ( isset( $widgets[ $widget ][ 'context' ] ) ) {
92
  remove_meta_box( $widget, 'dashboard', $widgets[ $widget ][ 'context' ] );
93
  }
94
  }
95
  }
96
+ }
97
+
98
+ }
99
 
100
+ add_action( 'admin_head-index.php', '_mw_adminimize_remove_custom_panels', 99 );
101
+ /**
102
+ * Add custom options to the head head to hide it via css.
103
+ *
104
+ * @since 2017-01-05
105
+ */
106
+ function _mw_adminimize_remove_custom_panels() {
107
+
108
+ // exclude super admin
109
+ if ( _mw_adminimize_exclude_super_admin() ) {
110
+ return;
111
+ }
112
+
113
+ $options = _mw_adminimize_get_option_value( '_mw_adminimize_own_dashboard_values' );
114
+
115
+ if ( empty( $options ) ) {
116
+ return;
117
+ }
118
+
119
+ // Get current user data.
120
+ $user = wp_get_current_user();
121
+ if ( ! $user->roles ) {
122
+ return;
123
+ }
124
+
125
+ // Get settings for the roles.
126
+ $disabled_dashboard_option_ = array();
127
+ foreach ( $user->roles as $role ) {
128
+ $disabled_dashboard_option_[] = _mw_adminimize_get_option_value( 'mw_adminimize_disabled_dashboard_option_' . $role . '_items' );
129
+ }
130
+
131
+ // Support Multiple Roles for users.
132
+ if ( _mw_adminimize_get_option_value( 'mw_adminimize_multiple_roles' ) && 1 < count( $user->roles ) ) {
133
+ $disabled_dashboard_option_ = _mw_adminimize_get_duplicate( $disabled_dashboard_option_ );
134
+ }
135
+
136
+ if ( empty( $disabled_dashboard_option_[ 0 ] ) ) {
137
+ return;
138
  }
139
 
140
+ $selectors = implode( ', ', $disabled_dashboard_option_[ 0 ] );
141
+ echo '<!-- Set Adminimize dashboard options -->' . "\n";
142
+ echo '<style type="text/css">' . esc_attr( $selectors ) . ' {display:none !important;}</style>' . "\n";
143
  }
144
 
145
  /**
156
  return $widgets;
157
  }
158
 
159
+ foreach ( (array) $wp_meta_boxes[ 'dashboard' ] as $context => $datas ) {
160
+ foreach ( (array) $datas as $priority => $data ) {
161
+ foreach ( (array) $data as $widget => $value ) {
162
  $widgets[ $widget ] = array(
163
  'id' => $widget,
164
  'title' => strip_tags(
165
  preg_replace( '/( |)<span.*span>/im', '', $value[ 'title' ] )
166
  ),
167
  'context' => $context,
168
+ 'priority' => $priority,
169
  );
170
  }
171
  }
inc-setup/export.php ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Export settings as json file.
4
+ *
5
+ * @package Adminimize
6
+ * @subpackage export
7
+ * @author Frank Bültge
8
+ * @version 2017-04-13
9
+ */
10
+
11
+ if ( ! function_exists( 'add_action' ) ) {
12
+ echo "Hi there! I'm just a part of plugin, not much I can do when called directly.";
13
+ exit;
14
+ }
15
+
16
+ add_action( 'admin_init', '_mw_adminimize_export_json' );
17
+ /**
18
+ * Process a settings export that generates a .json file of the shop settings.
19
+ */
20
+ function _mw_adminimize_export_json() {
21
+
22
+ if ( ! is_admin() ) {
23
+ return;
24
+ }
25
+
26
+ if ( ! current_user_can( 'manage_options' ) ) {
27
+ return;
28
+ }
29
+
30
+ // If is AJAX Call.
31
+ if ( defined( 'DOING_AJAX' ) && DOING_AJAX ) {
32
+ return;
33
+ }
34
+
35
+ if ( empty( $_POST[ '_mw_adminimize_export' ] ) || 'true' !== $_POST[ '_mw_adminimize_export' ] ) {
36
+ return;
37
+ }
38
+
39
+ require_once ABSPATH . 'wp-includes/pluggable.php';
40
+ if ( ! wp_verify_nonce( $_POST[ 'mw_adminimize_export_nonce' ], 'mw_adminimize_export_nonce' ) ) {
41
+ return;
42
+ }
43
+
44
+ $settings = _mw_adminimize_get_option_value();
45
+
46
+ ignore_user_abort( TRUE );
47
+
48
+ nocache_headers();
49
+ header( 'Content-Type: application/json; charset=utf-8' );
50
+ header( 'Content-Disposition: attachment; filename=mw_adminimize-settings-export-' . date( 'm-d-Y' ) . '.json' );
51
+ header( 'Expires: 0' );
52
+
53
+ echo wp_json_encode( $settings );
54
+ exit();
55
+ }
inc-setup/footer.php ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @package Adminimize
4
+ * @subpackage Remove the footer area of the back end.
5
+ * @author Frank Bültge
6
+ */
7
+
8
+ if ( ! function_exists( 'add_action' ) ) {
9
+ echo "Hi there! I'm just a part of plugin, not much I can do when called directly.";
10
+ exit;
11
+ }
12
+
13
+ add_action( 'init', '_mw_adminimize_remove_footer' );
14
+ /**
15
+ * Check settings for enqueue scripts.
16
+ */
17
+ function _mw_adminimize_remove_footer() {
18
+
19
+ // Exclude super admin.
20
+ if ( _mw_adminimize_exclude_super_admin() ) {
21
+ return;
22
+ }
23
+
24
+ // Leave the settings screen from Adminimize to see all areas on settings, also on AJAX requests.
25
+ if ( _mw_adminimize_exclude_settings_page() ) {
26
+ return;
27
+ }
28
+
29
+ if ( 1 !== (int) _mw_adminimize_get_option_value( '_mw_adminimize_footer' ) ) {
30
+ return;
31
+ }
32
+
33
+ add_action( 'admin_init', '_mw_adminimize_enqueue_remove_footer' );
34
+ }
35
+
36
+ /**
37
+ * Enqueue script to remove admin footer area.
38
+ */
39
+ function _mw_adminimize_enqueue_remove_footer() {
40
+
41
+ $suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
42
+
43
+ wp_enqueue_script(
44
+ '_mw_adminimize_remove_footer',
45
+ WP_PLUGIN_URL . '/' . FB_ADMINIMIZE_BASEFOLDER . '/js/remove_footer' . $suffix . '.js',
46
+ array( 'jquery' )
47
+ );
48
+ }
inc-setup/helping_hands.php CHANGED
@@ -196,5 +196,7 @@ function _mw_adminimize_check_page_access( $slug ) {
196
  */
197
  function _mw_adminimize_block_page_access() {
198
 
199
- wp_die( esc_attr__( 'Cheatin&#8217; uh? Sorry, you are not allowed to access this site.', 'adminimize' ) );
 
 
200
  }
196
  */
197
  function _mw_adminimize_block_page_access() {
198
 
199
+ $message = esc_attr__( 'Cheatin&#8217; uh? Sorry, you are not allowed to access this site.', 'adminimize' );
200
+ $message = apply_filters( 'adminimize_nopage_access_message', $message );
201
+ wp_die( $message );
202
  }
inc-setup/import.php ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Import settings as json file.
4
+ *
5
+ * @package Adminimize
6
+ * @subpackage import
7
+ * @author Frank Bültge
8
+ * @version 2017-04-13
9
+ */
10
+
11
+ if ( ! function_exists( 'add_action' ) ) {
12
+ echo "Hi there! I'm just a part of plugin, not much I can do when called directly.";
13
+ exit;
14
+ }
15
+
16
+ add_action( 'admin_init', '_mw_adminimize_import_json' );
17
+ /**
18
+ * Process a settings import from a json file.
19
+ */
20
+ function _mw_adminimize_import_json() {
21
+
22
+ if ( ! is_admin() ) {
23
+ return;
24
+ }
25
+
26
+ if ( ! current_user_can( 'manage_options' ) ) {
27
+ return;
28
+ }
29
+
30
+ // If is AJAX Call.
31
+ if ( defined( 'DOING_AJAX' ) && DOING_AJAX ) {
32
+ return;
33
+ }
34
+
35
+ if ( empty( $_POST[ '_mw_adminimize_action' ] ) || '_mw_adminimize_import' !== $_POST[ '_mw_adminimize_action' ] ) {
36
+ return;
37
+ }
38
+
39
+ if ( ! wp_verify_nonce( $_POST[ 'mw_adminimize_import_nonce' ], 'mw_adminimize_import_nonce' ) ) {
40
+ return;
41
+ }
42
+
43
+ $path = esc_attr( $_FILES[ 'import_file' ][ 'tmp_name' ] );
44
+ $type = (string) esc_attr( $_FILES[ 'import_file' ][ 'type' ] );
45
+ $tmp = explode( '/', $type );
46
+ $extension = end( $tmp );
47
+
48
+ if ( 'json' !== $extension ) {
49
+ wp_die(
50
+ esc_attr__( 'Please upload a valid .json file', 'adminimize' )
51
+ );
52
+ }
53
+
54
+ if ( empty( $path ) ) {
55
+ wp_die(
56
+ esc_attr__( 'Please upload a file to import', 'adminimize' )
57
+ );
58
+ }
59
+
60
+ // Retrieve the settings from the file and convert the json object to an array.
61
+ $settings = (array) json_decode(
62
+ file_get_contents( $path )
63
+ );
64
+ unlink( $path );
65
+
66
+ _mw_adminimize_update_option( $settings );
67
+ }
inc-setup/remove-admin-notices.php CHANGED
@@ -30,20 +30,20 @@ add_action( 'admin_init', '_mw_adminimize_init_to_remove_admin_notices' );
30
  function _mw_adminimize_init_to_remove_admin_notices() {
31
 
32
  if ( _mw_adminimize_check_to_remove_admin_notices() ) {
33
- add_action( 'admin_head', '_mw_adminimize_remove_admin_notices' );
34
  }
35
  }
36
 
37
  /**
38
  * Remove Admin Notices.
39
  *
40
- * @return string|void
41
  */
42
  function _mw_adminimize_check_to_remove_admin_notices() {
43
 
44
  // Exclude super admin.
45
  if ( _mw_adminimize_exclude_super_admin() ) {
46
- return;
47
  }
48
 
49
  $user_roles = _mw_adminimize_get_all_user_roles();
@@ -60,7 +60,7 @@ function _mw_adminimize_check_to_remove_admin_notices() {
60
  }
61
  }
62
 
63
- $remove_admin_notices = FALSE;
64
  foreach ( $user_roles as $role ) {
65
 
66
  $user = wp_get_current_user();
@@ -77,7 +77,11 @@ function _mw_adminimize_check_to_remove_admin_notices() {
77
  }
78
  }
79
 
80
- return $remove_admin_notices;
 
 
 
 
81
  }
82
 
83
  /**
@@ -89,4 +93,18 @@ function _mw_adminimize_remove_admin_notices() {
89
  remove_action( 'admin_notices', 'maintenance_nag', 10 );
90
  remove_action( 'admin_notices', 'new_user_email_admin_notice' );
91
  remove_action( 'admin_notices', 'site_admin_notice' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
92
  }
30
  function _mw_adminimize_init_to_remove_admin_notices() {
31
 
32
  if ( _mw_adminimize_check_to_remove_admin_notices() ) {
33
+ add_action( 'admin_head', '_mw_adminimize_remove_admin_notices', PHP_INT_MAX + 1 );
34
  }
35
  }
36
 
37
  /**
38
  * Remove Admin Notices.
39
  *
40
+ * @return boolean
41
  */
42
  function _mw_adminimize_check_to_remove_admin_notices() {
43
 
44
  // Exclude super admin.
45
  if ( _mw_adminimize_exclude_super_admin() ) {
46
+ return false;
47
  }
48
 
49
  $user_roles = _mw_adminimize_get_all_user_roles();
60
  }
61
  }
62
 
63
+ $remove_admin_notices = false;
64
  foreach ( $user_roles as $role ) {
65
 
66
  $user = wp_get_current_user();
77
  }
78
  }
79
 
80
+ if ( $remove_admin_notices ) {
81
+ return true;
82
+ }
83
+
84
+ return false;
85
  }
86
 
87
  /**
93
  remove_action( 'admin_notices', 'maintenance_nag', 10 );
94
  remove_action( 'admin_notices', 'new_user_email_admin_notice' );
95
  remove_action( 'admin_notices', 'site_admin_notice' );
96
+
97
+ // @ToDo, if we will use this.
98
+ // Catch all admin notices.
99
+ /*
100
+ add_action( 'admin_notices', function () {
101
+ ob_start();
102
+ }, PHP_INT_MAX + 1 );
103
+ $adm_notices = trim( ob_get_clean() );
104
+ $adm_notices = preg_replace(
105
+ '/(\sclass=["\'][^"\']*?notice)(["\'\s])/',
106
+ '$1 inline$2',
107
+ $adm_notices
108
+ );
109
+ */
110
  }
inc-setup/widget.php CHANGED
@@ -5,6 +5,7 @@
5
  * @author Frank Bültge
6
  * @since 1.8.1 01/10/2013
7
  */
 
8
  if ( ! function_exists( 'add_action' ) ) {
9
  echo "Hi there! I'm just a part of plugin, not much I can do when called directly.";
10
  exit;
5
  * @author Frank Bültge
6
  * @since 1.8.1 01/10/2013
7
  */
8
+
9
  if ( ! function_exists( 'add_action' ) ) {
10
  echo "Hi there! I'm just a part of plugin, not much I can do when called directly.";
11
  exit;
js/remove_footer.js CHANGED
@@ -1,6 +1,6 @@
1
  /**
2
- * remove footer
3
  */
4
- jQuery(document).ready( function( $ ) {
5
- $( '#footer, #footer-left, #footer-upgrade' ).remove();
6
  } );
1
  /**
2
+ * Remove footer area.
3
  */
4
+ jQuery( document ).ready( function( $ ) {
5
+ $( '#wpfooter, #footer-upgrade' ).remove();
6
  } );
js/remove_footer.min.js CHANGED
@@ -1 +1 @@
1
- jQuery(document).ready(function(a){a("#footer, #footer-left, #footer-upgrade").remove()});
1
+ jQuery(document).ready(function(a){a("#wpfooter, #footer-upgrade").css({opacity:"0"})});
languages/adminimize-bg_BG.mo DELETED
Binary file
languages/adminimize-bg_BG.po DELETED
@@ -1,1083 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Adminimize\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-12-15 21:53+0100\n"
6
- "PO-Revision-Date: 2015-12-15 21:53+0100\n"
7
- "Last-Translator: Frank Bültge <frank@bueltge.de>\n"
8
- "Language-Team: Dimitar Kolevski <dimitar.kolevski@mail.bg>\n"
9
- "Language: bg_BG\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-Basepath: .\n"
15
- "X-Poedit-KeywordsList: __;_e\n"
16
- "X-Generator: Poedit 1.8.4\n"
17
- "X-Poedit-SearchPath-0: X:/web/wordpress/main/LATEST/wordpress-2.7.1-rus-"
18
- "lecactus-edition-powerpack/wordpress/wp-content/plugins/adminimize\n"
19
-
20
- #: adminimize.php:141
21
- msgid "Keymaster"
22
- msgstr ""
23
-
24
- #: adminimize.php:142
25
- msgid "Moderator"
26
- msgstr ""
27
-
28
- #: adminimize.php:143
29
- msgid "Participant"
30
- msgstr ""
31
-
32
- #: adminimize.php:144
33
- msgid "Spectator"
34
- msgstr ""
35
-
36
- #: adminimize.php:145
37
- msgid "Blocked"
38
- msgstr ""
39
-
40
- #: adminimize.php:447 inc-options/links_options.php:52
41
- #: inc-options/write_cp_options.php:103 inc-options/write_post_options.php:97
42
- msgid "Categories"
43
- msgstr "Категории"
44
-
45
- #: adminimize.php:454 adminimize.php:481
46
- msgid "+ Add New Category"
47
- msgstr "+ Добави нова категория"
48
-
49
- #: adminimize.php:459 adminimize.php:488
50
- msgid "New category name"
51
- msgstr "Нова категория име"
52
-
53
- #: adminimize.php:467 adminimize.php:492 adminimize.php:499
54
- msgid "Parent category"
55
- msgstr "Родител категория"
56
-
57
- #: adminimize.php:472 adminimize.php:504
58
- msgid "Add"
59
- msgstr "Добави"
60
-
61
- #: adminimize.php:486 inc-options/write_cp_options.php:104
62
- #: inc-options/write_post_options.php:98
63
- msgid "Add New Category"
64
- msgstr "Добавяне на нова категория"
65
-
66
- #: adminimize.php:605 adminimize.php:607 adminimize.php:613
67
- msgid "Dashboard"
68
- msgstr "Tабло"
69
-
70
- #: adminimize.php:700 adminimize.php:705 adminimize.php:706 adminimize.php:747
71
- #: adminimize.php:754 adminimize.php:755 adminimize.php:1223
72
- #: inc-setup/remove-admin-bar.php:64 inc-setup/remove-admin-bar.php:91
73
- #: inc-setup/remove-admin-bar.php:285
74
- msgid "Log Out"
75
- msgstr "Изход"
76
-
77
- #: adminimize.php:1275
78
- msgid "Settings"
79
- msgstr "Настройки"
80
-
81
- #: adminimize.php:1288
82
- msgid "Adminimize Options"
83
- msgstr "adminimize Опции"
84
-
85
- #: adminimize.php:1289
86
- msgid "Adminimize"
87
- msgstr "Adminimize"
88
-
89
- #: adminimize.php:1322
90
- msgid "Cheatin&#8217; uh?"
91
- msgstr "Cheatin&#8217; uh?"
92
-
93
- #: adminimize.php:1371
94
- msgid ""
95
- "Cheatin&#8217; uh? You do not have the right permission to update settings"
96
- msgstr ""
97
-
98
- #: adminimize.php:1849
99
- msgid "Please upload a valid .json file"
100
- msgstr ""
101
-
102
- #: adminimize.php:1855
103
- msgid "Please upload a file to import"
104
- msgstr ""
105
-
106
- #: inc-options/admin_bar.php:22 inc-options/admin_bar_frontend.php:22
107
- #: inc-options/backend_options.php:15 inc-options/dashboard_options.php:16
108
- #: inc-options/deinstall_options.php:14 inc-options/global_options.php:15
109
- #: inc-options/im_export_options.php:14 inc-options/links_options.php:15
110
- #: inc-options/menu_options.php:15 inc-options/theme_options.php:14
111
- #: inc-options/widget_options.php:15 inc-options/wp_nav_menu_options.php:14
112
- #: inc-options/write_cp_options.php:20 inc-options/write_page_options.php:14
113
- #: inc-options/write_post_options.php:15
114
- msgid "Click to toggle"
115
- msgstr "Кликнете, за да превключвате"
116
-
117
- #: inc-options/admin_bar.php:23
118
- #, fuzzy
119
- msgid "Admin Bar Back end options"
120
- msgstr "Backend Опции"
121
-
122
- #: inc-options/admin_bar.php:41 inc-options/admin_bar_frontend.php:43
123
- #: inc-options/dashboard_options.php:33 inc-options/dashboard_options.php:99
124
- #: inc-options/global_options.php:23 inc-options/global_options.php:106
125
- #: inc-options/links_options.php:23 inc-options/links_options.php:101
126
- #: inc-options/widget_options.php:23 inc-options/widget_options.php:109
127
- #: inc-options/wp_nav_menu_options.php:22
128
- #: inc-options/wp_nav_menu_options.php:122
129
- #: inc-options/write_cp_options.php:208 inc-options/write_page_options.php:186
130
- #: inc-options/write_post_options.php:182
131
- msgid "Option"
132
- msgstr "опция"
133
-
134
- #: inc-options/admin_bar.php:44 inc-options/admin_bar_frontend.php:46
135
- #: inc-options/dashboard_options.php:36 inc-options/global_options.php:26
136
- #: inc-options/links_options.php:26 inc-options/menu_options.php:26
137
- #: inc-options/widget_options.php:26 inc-options/wp_nav_menu_options.php:25
138
- #: inc-options/write_cp_options.php:33 inc-options/write_page_options.php:25
139
- #: inc-options/write_post_options.php:26
140
- msgid "Deactivate for"
141
- msgstr "Деактивиране за"
142
-
143
- #: inc-options/admin_bar.php:114 inc-options/admin_bar_frontend.php:121
144
- #: inc-options/backend_options.php:200 inc-options/dashboard_options.php:124
145
- #: inc-options/global_options.php:131 inc-options/links_options.php:126
146
- #: inc-options/menu_options.php:207 inc-options/widget_options.php:134
147
- #: inc-options/wp_nav_menu_options.php:147
148
- #: inc-options/write_cp_options.php:243 inc-options/write_page_options.php:211
149
- #: inc-options/write_post_options.php:207
150
- msgid "Update Options"
151
- msgstr "Актуализация Опции"
152
-
153
- #: inc-options/admin_bar.php:120 inc-options/admin_bar_frontend.php:127
154
- #: inc-options/backend_options.php:202 inc-options/dashboard_options.php:129
155
- #: inc-options/deinstall_options.php:27 inc-options/global_options.php:133
156
- #: inc-options/links_options.php:129 inc-options/menu_options.php:209
157
- #: inc-options/theme_options.php:123 inc-options/widget_options.php:136
158
- #: inc-options/wp_nav_menu_options.php:149
159
- #: inc-options/write_cp_options.php:248 inc-options/write_page_options.php:213
160
- #: inc-options/write_post_options.php:209
161
- msgid "scroll to top"
162
- msgstr ""
163
-
164
- #: inc-options/admin_bar_frontend.php:24
165
- msgid "Admin Bar Front end options"
166
- msgstr ""
167
-
168
- #: inc-options/backend_options.php:16
169
- msgid "Backend Options"
170
- msgstr "Backend Опции"
171
-
172
- #: inc-options/backend_options.php:27
173
- #, fuzzy
174
- msgid "Use Global Settings"
175
- msgstr "глобална"
176
-
177
- #: inc-options/backend_options.php:36
178
- msgid "The plugin is active in multiste."
179
- msgstr ""
180
-
181
- #: inc-options/backend_options.php:40
182
- msgid "False"
183
- msgstr ""
184
-
185
- #: inc-options/backend_options.php:41
186
- msgid "True"
187
- msgstr ""
188
-
189
- #: inc-options/backend_options.php:42
190
- msgid "Use the settings global in your Multisite network."
191
- msgstr ""
192
-
193
- #: inc-options/backend_options.php:47
194
- msgid "Exclude Super Admin"
195
- msgstr ""
196
-
197
- #: inc-options/backend_options.php:51 inc-options/backend_options.php:62
198
- #: inc-options/backend_options.php:75 inc-options/backend_options.php:85
199
- #: inc-options/backend_options.php:98 inc-options/backend_options.php:109
200
- #: inc-options/backend_options.php:122 inc-options/backend_options.php:132
201
- #: inc-options/backend_options.php:143 inc-options/backend_options.php:153
202
- #: inc-options/backend_options.php:182
203
- msgid "Default"
204
- msgstr "По подразбиране"
205
-
206
- #: inc-options/backend_options.php:52 inc-options/backend_options.php:110
207
- #: inc-options/backend_options.php:123 inc-options/backend_options.php:133
208
- #: inc-options/backend_options.php:144 inc-options/backend_options.php:154
209
- msgid "Activate"
210
- msgstr "Активиране"
211
-
212
- #: inc-options/backend_options.php:53
213
- msgid ""
214
- "Exclude the Super Admin on a WP Multisite Install from all limitations of "
215
- "this plugin."
216
- msgstr ""
217
-
218
- #: inc-options/backend_options.php:58
219
- msgid "User-Info"
220
- msgstr "Информация за потребителя"
221
-
222
- #: inc-options/backend_options.php:63 inc-options/backend_options.php:86
223
- #: inc-options/backend_options.php:99
224
- msgid "Hide"
225
- msgstr "крия"
226
-
227
- #: inc-options/backend_options.php:64
228
- msgid "Only logout"
229
- msgstr "Само изход"
230
-
231
- #: inc-options/backend_options.php:65
232
- msgid "User &amp; Logout"
233
- msgstr "Потребителят & Изход"
234
-
235
- #: inc-options/backend_options.php:66
236
- msgid ""
237
- "The &quot;User-Info-area&quot; is on the top right side of the backend. You "
238
- "can hide or reduced show."
239
- msgstr ""
240
- "\"User Info-област\" е в горната дясна страна на гръб. Можете да скриете или "
241
- "намалена шоу."
242
-
243
- #: inc-options/backend_options.php:71
244
- msgid "Change User-Info, redirect to"
245
- msgstr "Промяна на потребителя-Info, да пренасочи"
246
-
247
- #: inc-options/backend_options.php:76
248
- msgid "Frontpage of the Blog"
249
- msgstr "Frontpage на блога"
250
-
251
- #: inc-options/backend_options.php:77
252
- msgid ""
253
- "When the &quot;User-Info-area&quot; change it, then it is possible to change "
254
- "the redirect."
255
- msgstr ""
256
- "Когато \"User Info-зона\" го промените, тогава е възможно да се промени "
257
- "пренасочването."
258
-
259
- #: inc-options/backend_options.php:81
260
- msgid "Footer"
261
- msgstr "Footer"
262
-
263
- #: inc-options/backend_options.php:87
264
- #, fuzzy
265
- msgid "The Footer-area can hide, include all links and details."
266
- msgstr "Footer площ Kann скрий, включват всички връзки и детайли."
267
-
268
- #: inc-options/backend_options.php:94
269
- msgid "Header"
270
- msgstr ""
271
-
272
- #: inc-options/backend_options.php:100
273
- #, fuzzy
274
- msgid "The Header-area can hide, include all links and details."
275
- msgstr "Footer площ Kann скрий, включват всички връзки и детайли."
276
-
277
- #: inc-options/backend_options.php:105
278
- msgid "Timestamp"
279
- msgstr "Timestamp"
280
-
281
- #: inc-options/backend_options.php:111
282
- msgid ""
283
- "Opens the post timestamp editing fields without you having to click the "
284
- "\"Edit\" link every time."
285
- msgstr ""
286
- "Отваря след клеймото редактиране на полета, без да ви се налага да кликнете "
287
- "\\ \"Edit \" връзка всеки път."
288
-
289
- #: inc-options/backend_options.php:118
290
- msgid "Thickbox FullScreen"
291
- msgstr "Thickbox FullScreen"
292
-
293
- #: inc-options/backend_options.php:124
294
- #, fuzzy
295
- msgid ""
296
- "All Thickbox-function use the full area of the browser. Thickbox is for "
297
- "example in upload media-files."
298
- msgstr ""
299
- "Всички Thickbox функции се използва пълната площ на браузъра. Thickbox е за "
300
- "examble качване медийни файлове."
301
-
302
- #: inc-options/backend_options.php:128
303
- msgid "Flashuploader"
304
- msgstr "Flashuploader"
305
-
306
- #: inc-options/backend_options.php:134
307
- msgid "Disable the flashuploader and users use only the standard uploader."
308
- msgstr ""
309
- "Изключване flashuploader и потребителите да използват само стандартни "
310
- "качване."
311
-
312
- #: inc-options/backend_options.php:139
313
- #, fuzzy
314
- msgid "Category Height"
315
- msgstr "Категории"
316
-
317
- #: inc-options/backend_options.php:145
318
- msgid ""
319
- "View the Meta Box with Categories in the full height, no scrollbar or "
320
- "whitespace."
321
- msgstr ""
322
-
323
- #: inc-options/backend_options.php:149
324
- msgid "Advice in Footer"
325
- msgstr "Съвети в Footer"
326
-
327
- #: inc-options/backend_options.php:156
328
- #, fuzzy
329
- msgid ""
330
- "In the Footer you can display an advice for changing the Default-design, "
331
- "(x)HTML is possible."
332
- msgstr ""
333
- "В Footer Kann ви покаже съвети за промяна по подразбиране дизайн, (X) HTML е "
334
- "възможно."
335
-
336
- #: inc-options/backend_options.php:178
337
- #, fuzzy
338
- msgid "Dashboard deactivate, redirect to"
339
- msgstr "Dashboard deaktivate, да пренасочи"
340
-
341
- #: inc-options/backend_options.php:183
342
- msgid "Manage Posts"
343
- msgstr "Управление Мнения"
344
-
345
- #: inc-options/backend_options.php:184
346
- msgid "Manage Pages"
347
- msgstr "Управление на страници"
348
-
349
- #: inc-options/backend_options.php:185
350
- msgid "Write Post"
351
- msgstr "Напиши Мнение"
352
-
353
- #: inc-options/backend_options.php:186
354
- msgid "Write Page"
355
- msgstr "Напиши страница"
356
-
357
- #: inc-options/backend_options.php:187
358
- msgid "Comments"
359
- msgstr "Коментари"
360
-
361
- #: inc-options/backend_options.php:188
362
- msgid "other Page"
363
- msgstr "други"
364
-
365
- #: inc-options/backend_options.php:191
366
- #, fuzzy
367
- msgid ""
368
- "You have deactivated the Dashboard, please select a page for redirection or "
369
- "define custom url, include http://?"
370
- msgstr ""
371
- "Имате deaktivate на Dashboard, моля изберете страница за пренасочване на?"
372
-
373
- #: inc-options/dashboard_options.php:17
374
- #, fuzzy
375
- msgid "Dashboard options"
376
- msgstr "Tабло"
377
-
378
- #: inc-options/dashboard_options.php:25
379
- msgid ""
380
- "To complete the installation for Dashboard Widgets you must visit your "
381
- "dashboard once and then come back to Settings > Adminimize to configure who "
382
- "has access to each widget."
383
- msgstr ""
384
-
385
- #: inc-options/dashboard_options.php:98 inc-options/global_options.php:105
386
- msgid "Your own options"
387
- msgstr "Вашият собствен опции"
388
-
389
- #: inc-options/dashboard_options.php:98 inc-options/global_options.php:105
390
- #: inc-options/links_options.php:100 inc-options/widget_options.php:108
391
- #: inc-options/wp_nav_menu_options.php:121
392
- #: inc-options/write_cp_options.php:206 inc-options/write_page_options.php:185
393
- #: inc-options/write_post_options.php:181
394
- msgid "ID or class"
395
- msgstr "ID или клас"
396
-
397
- #: inc-options/dashboard_options.php:105 inc-options/global_options.php:112
398
- #: inc-options/links_options.php:107 inc-options/widget_options.php:115
399
- #: inc-options/wp_nav_menu_options.php:128
400
- #: inc-options/write_cp_options.php:215 inc-options/write_page_options.php:192
401
- #: inc-options/write_post_options.php:188
402
- msgid ""
403
- "It is possible to add your own IDs or classes from elements and tags. You "
404
- "can find IDs and classes with the FireBug Add-on for Firefox. Assign a value "
405
- "and the associate name per line."
406
- msgstr ""
407
- "Възможно е да добавяте свои собствени документи за самоличност или класове "
408
- "от елементи и етикети. Можете да намерите документи за самоличност и класове "
409
- "с Firebug добавки за Firefox. Присвояване на стойността и на асоциираното "
410
- "име на ред."
411
-
412
- #: inc-options/dashboard_options.php:111 inc-options/global_options.php:118
413
- #: inc-options/links_options.php:113 inc-options/widget_options.php:121
414
- #: inc-options/wp_nav_menu_options.php:134
415
- #: inc-options/write_cp_options.php:225 inc-options/write_page_options.php:198
416
- #: inc-options/write_post_options.php:194
417
- #, fuzzy
418
- msgid ""
419
- "Possible nomination for ID or class. Separate multiple nominations through a "
420
- "carriage return."
421
- msgstr ""
422
- "Възможни номинация за ID или клас. Отделно множество номинация чрез връщане "
423
- "на каретката."
424
-
425
- #: inc-options/dashboard_options.php:116 inc-options/global_options.php:123
426
- #: inc-options/links_options.php:118 inc-options/widget_options.php:126
427
- #: inc-options/wp_nav_menu_options.php:139
428
- #: inc-options/write_cp_options.php:233 inc-options/write_page_options.php:203
429
- #: inc-options/write_post_options.php:199
430
- msgid ""
431
- "Possible IDs or classes. Separate multiple values through a carriage return."
432
- msgstr ""
433
- "Възможни документи за самоличност или класове. Разделяйте множество "
434
- "стойности чрез връщане на каретката."
435
-
436
- #: inc-options/deinstall_options.php:15
437
- #, fuzzy
438
- msgid "Uninstall Options"
439
- msgstr "деинсталирате Опции"
440
-
441
- #: inc-options/deinstall_options.php:18
442
- msgid ""
443
- "Use this option for clean your database from all entries of this plugin. "
444
- "When you deactivate the plugin, the deinstall of the plugin <strong>clean "
445
- "not</strong> all entries in the database."
446
- msgstr ""
447
- "Използвайте тази опция, за почистване на база данни от всички записи на този "
448
- "плъгин. Когато деактивирате плъгин, деинсталирате на приставката <strong> Не "
449
- "почиствайте </STRONG> всички записи в базата данни."
450
-
451
- #: inc-options/deinstall_options.php:22
452
- msgid "Delete Options"
453
- msgstr "Изтрий опции"
454
-
455
- #: inc-options/global_options.php:16
456
- msgid "Global options"
457
- msgstr "глобална"
458
-
459
- #: inc-options/im_export_options.php:15
460
- msgid "Export/Import Options"
461
- msgstr ""
462
-
463
- #: inc-options/im_export_options.php:20
464
- msgid "Export"
465
- msgstr ""
466
-
467
- #: inc-options/im_export_options.php:24
468
- msgid "You can save a JSON formatted \".json\" file with your settings."
469
- msgstr ""
470
-
471
- #: inc-options/im_export_options.php:40
472
- msgid "Import"
473
- msgstr ""
474
-
475
- #: inc-options/im_export_options.php:47
476
- msgid ""
477
- "Choose a Adminimize (<em>.json</em>) file to upload, then click <em>Upload "
478
- "file and import</em>."
479
- msgstr ""
480
-
481
- #: inc-options/links_options.php:16
482
- msgid "Links options"
483
- msgstr "Връзки опции"
484
-
485
- #: inc-options/links_options.php:49
486
- msgid "Name"
487
- msgstr "име"
488
-
489
- #: inc-options/links_options.php:50
490
- msgid "Web Address"
491
- msgstr "уеб Адрес"
492
-
493
- #: inc-options/links_options.php:51
494
- msgid "Description"
495
- msgstr "описание"
496
-
497
- #: inc-options/links_options.php:53
498
- msgid "Target"
499
- msgstr "цел"
500
-
501
- #: inc-options/links_options.php:54
502
- msgid "Link Relationship (XFN)"
503
- msgstr "Link Relationship (XFN)"
504
-
505
- #: inc-options/links_options.php:55
506
- msgid "Advanced"
507
- msgstr "напреднал"
508
-
509
- #: inc-options/links_options.php:56 inc-options/write_cp_options.php:112
510
- #: inc-options/write_page_options.php:113
511
- #: inc-options/write_post_options.php:107
512
- msgid "Publish Actions"
513
- msgstr "Публикуване Действия"
514
-
515
- #: inc-options/links_options.php:100
516
- #, fuzzy
517
- msgid "Your own Link options"
518
- msgstr "Вашият собствен опции"
519
-
520
- #: inc-options/menu_options.php:16
521
- msgid "Menu Options"
522
- msgstr "Опции на менюто"
523
-
524
- #: inc-options/menu_options.php:23
525
- #, fuzzy
526
- msgid "Menu options - Menu, <span>Submenu</span>"
527
- msgstr ""
528
- "Меню опции - Меню, <span style=\\\"font-weight: 400;\\\">Submenu</span>"
529
-
530
- #: inc-options/menu_options.php:78 inc-options/menu_options.php:153
531
- msgid "After activate the check box it heavy attitudes will change."
532
- msgstr ""
533
-
534
- #: inc-options/menu_options.php:128
535
- msgid "Profile"
536
- msgstr ""
537
-
538
- #: inc-options/minimenu.php:15
539
- msgid "Network"
540
- msgstr ""
541
-
542
- #: inc-options/minimenu.php:150
543
- #, fuzzy
544
- msgid ""
545
- "Further information: Visit the <a href=\"http://wordpress.org/extend/plugins/"
546
- "adminimize/\">plugin homepage</a> for further information or to grab the "
547
- "latest version of this plugin. Also see the <a href=\"http://wordpress.org/"
548
- "support/plugin/adminimize\">support forum</a> for questions."
549
- msgstr ""
550
- "Допълнителна информация: Посетете <a href=\"http://bueltge.de/wordpress-"
551
- "admin-theme-adminimize/674/\"> плъгин началната страница </A> за "
552
- "допълнителна информация или да вземете най-новата версия на този плъгин."
553
-
554
- #: inc-options/minimenu.php:161
555
- msgid ""
556
- "You want to thank me? Visit my <a href=\"http://bueltge.de/wunschliste/"
557
- "\">wishlist</a> or donate."
558
- msgstr ""
559
- "Вие искате да ми благодари? Посетете ми <a href=\"http://bueltge.de/"
560
- "wunschliste/\"> желани </A> или даряват."
561
-
562
- #: inc-options/minimenu.php:179 inc-options/settings_notice.php:17
563
- msgid ""
564
- "Please note: The Adminimize settings page ignores the Menu Options below and "
565
- "displays the menu with all entries.<br /><span style=\"font-weight: 300;"
566
- "\">To view your changes to the menu you need to navigate away from the "
567
- "Adminimize settings page.</span>"
568
- msgstr ""
569
-
570
- #: inc-options/theme_options.php:15 inc-options/theme_options.php:115
571
- msgid "Set Theme"
572
- msgstr "Задайте Тема"
573
-
574
- #: inc-options/theme_options.php:26
575
- msgid ""
576
- "For better peformance with many users on your blog; load only userlist, when "
577
- "you will change the theme options for users."
578
- msgstr ""
579
-
580
- #: inc-options/theme_options.php:33
581
- msgid "Load User Data"
582
- msgstr ""
583
-
584
- #: inc-options/theme_options.php:47
585
- msgid "User-ID"
586
- msgstr "User-ID"
587
-
588
- #: inc-options/theme_options.php:48
589
- msgid "Username"
590
- msgstr "Потребител"
591
-
592
- #: inc-options/theme_options.php:49
593
- msgid "Display name publicly as"
594
- msgstr "Покажи име публично като"
595
-
596
- #: inc-options/theme_options.php:50
597
- msgid "Admin-Color Scheme"
598
- msgstr "Admin-Color Scheme"
599
-
600
- #: inc-options/theme_options.php:51
601
- msgid "User Level"
602
- msgstr "потребителско ниво"
603
-
604
- #: inc-options/theme_options.php:52
605
- msgid "Role"
606
- msgstr "роля"
607
-
608
- #: inc-options/widget_options.php:16
609
- #, fuzzy
610
- msgid "Widget options"
611
- msgstr "Налады напісання"
612
-
613
- #: inc-options/widget_options.php:46 inc-options/wp_nav_menu_options.php:48
614
- #: inc-options/write_cp_options.php:98 inc-options/write_page_options.php:94
615
- #: inc-options/write_post_options.php:92
616
- msgid "Help"
617
- msgstr ""
618
-
619
- #: inc-options/widget_options.php:47 inc-options/wp_nav_menu_options.php:49
620
- #: inc-options/write_cp_options.php:99 inc-options/write_page_options.php:95
621
- #: inc-options/write_post_options.php:93
622
- msgid "Screen Options"
623
- msgstr "Screen Options"
624
-
625
- #: inc-options/widget_options.php:48
626
- msgid "Available Widgets"
627
- msgstr ""
628
-
629
- #: inc-options/widget_options.php:49
630
- msgid "Inactive Sidebar (not used)"
631
- msgstr ""
632
-
633
- #: inc-options/widget_options.php:50
634
- msgid "Inactive Widgets"
635
- msgstr ""
636
-
637
- #: inc-options/widget_options.php:108
638
- #, fuzzy
639
- msgid "Your own Widget options"
640
- msgstr "Опции Вашата собствена страница"
641
-
642
- #: inc-options/wp_nav_menu_options.php:15
643
- #, fuzzy
644
- msgid "WP Nav Menu options"
645
- msgstr "Опции на менюто"
646
-
647
- #: inc-options/wp_nav_menu_options.php:50
648
- #: inc-options/wp_nav_menu_options.php:56
649
- msgid "Theme Locations"
650
- msgstr ""
651
-
652
- #: inc-options/wp_nav_menu_options.php:51
653
- #, fuzzy
654
- msgid "Custom Links"
655
- msgstr "потребителски полета"
656
-
657
- #: inc-options/wp_nav_menu_options.php:52
658
- msgid "Add menu"
659
- msgstr ""
660
-
661
- #: inc-options/wp_nav_menu_options.php:121
662
- #, fuzzy
663
- msgid "Your own Nav Menu options"
664
- msgstr "Опции Вашата собствена страница"
665
-
666
- #: inc-options/write_cp_options.php:22 inc-options/write_cp_options.php:30
667
- #, fuzzy
668
- msgid "Write options"
669
- msgstr "Налады напісання"
670
-
671
- #: inc-options/write_cp_options.php:100 inc-options/write_page_options.php:97
672
- #: inc-options/write_post_options.php:95
673
- msgid "Permalink"
674
- msgstr "Permalink"
675
-
676
- #: inc-options/write_cp_options.php:101 inc-options/write_cp_options.php:139
677
- #: inc-options/write_post_options.php:96
678
- #: inc-options/write_post_options.php:131
679
- msgid "Tags"
680
- msgstr "Етикети"
681
-
682
- #: inc-options/write_cp_options.php:102
683
- msgid "Format"
684
- msgstr ""
685
-
686
- #: inc-options/write_cp_options.php:105 inc-options/write_post_options.php:100
687
- msgid "Password Protect This Post"
688
- msgstr "Защитите с парола тази публикация"
689
-
690
- #: inc-options/write_cp_options.php:106 inc-options/write_post_options.php:101
691
- msgid "Related, Shortcuts"
692
- msgstr "Свързани с преки пътища"
693
-
694
- #: inc-options/write_cp_options.php:107 inc-options/write_page_options.php:108
695
- #: inc-options/write_post_options.php:102
696
- #, fuzzy
697
- msgid "Messages"
698
- msgstr "Messenges"
699
-
700
- #: inc-options/write_cp_options.php:108 inc-options/write_page_options.php:109
701
- #: inc-options/write_post_options.php:103
702
- msgid "h2: Advanced Options"
703
- msgstr "h2: Advanced Options"
704
-
705
- #: inc-options/write_cp_options.php:109 inc-options/write_page_options.php:110
706
- #: inc-options/write_post_options.php:104
707
- msgid "Media Buttons (all)"
708
- msgstr "Медийни бутони (всички)"
709
-
710
- #: inc-options/write_cp_options.php:110 inc-options/write_page_options.php:111
711
- #: inc-options/write_post_options.php:105
712
- msgid "Word count"
713
- msgstr "брой на думите"
714
-
715
- #: inc-options/write_cp_options.php:111 inc-options/write_post_options.php:106
716
- #, fuzzy
717
- msgid "Post Slug"
718
- msgstr "Мнение Slug, Slug Box"
719
-
720
- #: inc-options/write_cp_options.php:113 inc-options/write_page_options.php:114
721
- #: inc-options/write_post_options.php:108
722
- msgid "Discussion"
723
- msgstr ""
724
-
725
- #: inc-options/write_cp_options.php:114 inc-options/write_page_options.php:115
726
- #: inc-options/write_post_options.php:109
727
- msgid "HTML Editor Button"
728
- msgstr ""
729
-
730
- #: inc-options/write_cp_options.php:124 inc-options/write_post_options.php:118
731
- msgid "Post Thumbnail"
732
- msgstr ""
733
-
734
- #: inc-options/write_cp_options.php:130 inc-options/write_page_options.php:128
735
- #: inc-options/write_post_options.php:122
736
- msgid "Quick Edit Link"
737
- msgstr ""
738
-
739
- #: inc-options/write_cp_options.php:131 inc-options/write_cp_options.php:135
740
- #: inc-options/write_cp_options.php:138 inc-options/write_cp_options.php:141
741
- #: inc-options/write_page_options.php:129
742
- #: inc-options/write_page_options.php:134
743
- #: inc-options/write_page_options.php:137
744
- #: inc-options/write_post_options.php:123
745
- #: inc-options/write_post_options.php:127
746
- #: inc-options/write_post_options.php:130
747
- #: inc-options/write_post_options.php:133
748
- msgid "QE"
749
- msgstr ""
750
-
751
- #: inc-options/write_cp_options.php:131 inc-options/write_page_options.php:129
752
- #: inc-options/write_post_options.php:123
753
- msgid "Inline Edit Left"
754
- msgstr ""
755
-
756
- #: inc-options/write_cp_options.php:132 inc-options/write_page_options.php:130
757
- #: inc-options/write_post_options.php:124
758
- #, fuzzy
759
- msgid "All Labels"
760
- msgstr "Усе тыпы"
761
-
762
- #: inc-options/write_cp_options.php:133 inc-options/write_page_options.php:132
763
- #: inc-options/write_post_options.php:125
764
- msgid "Author"
765
- msgstr "автор"
766
-
767
- #: inc-options/write_cp_options.php:134 inc-options/write_page_options.php:133
768
- #: inc-options/write_post_options.php:126
769
- #, fuzzy
770
- msgid "Password and Private"
771
- msgstr "Защитите с парола тази страница"
772
-
773
- #: inc-options/write_cp_options.php:135 inc-options/write_post_options.php:127
774
- msgid "Inline Edit Center"
775
- msgstr ""
776
-
777
- #: inc-options/write_cp_options.php:136 inc-options/write_post_options.php:128
778
- #, fuzzy
779
- msgid "Categories Title"
780
- msgstr "Категории"
781
-
782
- #: inc-options/write_cp_options.php:137 inc-options/write_post_options.php:129
783
- #, fuzzy
784
- msgid "Categories List"
785
- msgstr "Категории"
786
-
787
- #: inc-options/write_cp_options.php:138 inc-options/write_page_options.php:134
788
- #: inc-options/write_post_options.php:130
789
- msgid "Inline Edit Right"
790
- msgstr ""
791
-
792
- #: inc-options/write_cp_options.php:140 inc-options/write_post_options.php:132
793
- msgid "Status, Sticky"
794
- msgstr ""
795
-
796
- #: inc-options/write_cp_options.php:141 inc-options/write_page_options.php:137
797
- #: inc-options/write_post_options.php:133
798
- msgid "Cancel/Save Button"
799
- msgstr ""
800
-
801
- #: inc-options/write_cp_options.php:205
802
- #, fuzzy, php-format
803
- msgid "Your own %s options"
804
- msgstr "Вашият собствен опции"
805
-
806
- #: inc-options/write_page_options.php:15 inc-options/write_page_options.php:22
807
- msgid "Write options - Page"
808
- msgstr "Напиши опции - Страница"
809
-
810
- #: inc-options/write_page_options.php:96 inc-options/write_post_options.php:94
811
- msgid "Title"
812
- msgstr ""
813
-
814
- #: inc-options/write_page_options.php:98
815
- msgid "Custom Fields"
816
- msgstr "потребителски полета"
817
-
818
- #: inc-options/write_page_options.php:99
819
- msgid "Comments &amp; Pings"
820
- msgstr "Коментари & пинг"
821
-
822
- #: inc-options/write_page_options.php:100
823
- #: inc-options/write_page_options.php:131
824
- #: inc-options/write_post_options.php:99
825
- msgid "Date"
826
- msgstr ""
827
-
828
- #: inc-options/write_page_options.php:101
829
- msgid "Password Protect This Page"
830
- msgstr "Защитите с парола тази страница"
831
-
832
- #: inc-options/write_page_options.php:102
833
- msgid "Attributes"
834
- msgstr ""
835
-
836
- #: inc-options/write_page_options.php:103
837
- msgid "Page Template"
838
- msgstr "страница Шаблон"
839
-
840
- #: inc-options/write_page_options.php:104
841
- msgid "Page Order"
842
- msgstr "ред на страниците"
843
-
844
- #: inc-options/write_page_options.php:105
845
- msgid "Page Author"
846
- msgstr "страница Автор"
847
-
848
- #: inc-options/write_page_options.php:106
849
- msgid "Page Revisions"
850
- msgstr "страница Ревизии"
851
-
852
- #: inc-options/write_page_options.php:107
853
- msgid "Related"
854
- msgstr "свързан"
855
-
856
- #: inc-options/write_page_options.php:112
857
- #, fuzzy
858
- msgid "Page Slug"
859
- msgstr "Страница Slug, Slug Box"
860
-
861
- #: inc-options/write_page_options.php:124
862
- #, fuzzy
863
- msgid "Page Image"
864
- msgstr "страница Шаблон"
865
-
866
- #: inc-options/write_page_options.php:135
867
- #, fuzzy
868
- msgid "Parent, Order, Template"
869
- msgstr "страница Шаблон"
870
-
871
- #: inc-options/write_page_options.php:136
872
- msgid "Status"
873
- msgstr ""
874
-
875
- #: inc-options/write_page_options.php:185
876
- msgid "Your own page options"
877
- msgstr "Опции Вашата собствена страница"
878
-
879
- #: inc-options/write_post_options.php:16 inc-options/write_post_options.php:23
880
- msgid "Write options - Post"
881
- msgstr "Напиши опции - Post"
882
-
883
- #: inc-options/write_post_options.php:181
884
- msgid "Your own post options"
885
- msgstr "Вашият собствен опции на мнението"
886
-
887
- #: inc-setup/messages.php:39
888
- msgid "Unknown error."
889
- msgstr "Неизвестна грешка."
890
-
891
- #: inc-setup/messages.php:50
892
- #, fuzzy
893
- msgid "The updates were saved."
894
- msgstr "Актуализациите е спасен."
895
-
896
- #: inc-setup/messages.php:53
897
- #, fuzzy
898
- msgid "You have not enough rights to edit entries in the database."
899
- msgstr "Вие не сте достатъчно права за редактиране записи в базата данни."
900
-
901
- #: inc-setup/messages.php:56
902
- #, fuzzy
903
- msgid "All entries in the database were imported."
904
- msgstr "Всички записи в базата данни се заличават."
905
-
906
- #: inc-setup/messages.php:59
907
- #, fuzzy
908
- msgid "All entries in the database were deleted."
909
- msgstr "Всички записи в базата данни се заличават."
910
-
911
- #: inc-setup/messages.php:62
912
- msgid "Set the checkbox on deinstall-button."
913
- msgstr "Задайте квадратчето за деинсталирате-бутон."
914
-
915
- #: inc-setup/messages.php:65
916
- msgid "Can't load menu and submenu."
917
- msgstr "Не може да се зареди меню и подменю."
918
-
919
- #: inc-setup/messages.php:67
920
- msgid "Backend-Theme was activated!"
921
- msgstr "Backend-Тема е активирана!"
922
-
923
- #: inc-setup/messages.php:69
924
- msgid "Load user data to themes was successful."
925
- msgstr ""
926
-
927
- #: inc-setup/remove-admin-bar.php:274
928
- msgid "Network Admin"
929
- msgstr ""
930
-
931
- #: inc-setup/remove-admin-bar.php:278
932
- msgid "Site Admin"
933
- msgstr ""
934
-
935
- #~ msgid "Blue"
936
- #~ msgstr "син"
937
-
938
- #~ msgid "Gray"
939
- #~ msgstr "сив"
940
-
941
- #~ msgid "Classic"
942
- #~ msgstr "класически"
943
-
944
- #~ msgid "Fresh"
945
- #~ msgstr "пресен"
946
-
947
- #~ msgid "WordPress 2.3"
948
- #~ msgstr "WordPress 2.3"
949
-
950
- #~ msgid "Maybe i'm colorblind"
951
- #~ msgstr "Може би аз съм colorblind"
952
-
953
- #~ msgid "Grey"
954
- #~ msgstr "сив"
955
-
956
- #~ msgid "Visit plugin homepage"
957
- #~ msgstr "Посетете началната страница плъгин"
958
-
959
- #~ msgid "plugin"
960
- #~ msgstr "плъгин"
961
-
962
- #~ msgid "Version"
963
- #~ msgstr "версия"
964
-
965
- #~ msgid "History"
966
- #~ msgstr "история"
967
-
968
- #~ msgid "plugin activate"
969
- #~ msgstr "плъгин активирате"
970
-
971
- #~ msgid ""
972
- #~ "<a href=\"http://wordpress.org/extend/plugins/adminimize/"
973
- #~ "\">Documentation</a>"
974
- #~ msgstr ""
975
- #~ "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">документация</"
976
- #~ "a>"
977
-
978
- #~ msgid "WriteScroll"
979
- #~ msgstr "WriteScroll"
980
-
981
- #~ msgid ""
982
- #~ "With the WriteScroll option active, these pages will automatically scroll "
983
- #~ "to an optimal position for editing, when you visit Write Post or Write "
984
- #~ "Page."
985
- #~ msgstr ""
986
- #~ "С опцията WriteScroll активна, тези страници автоматично ще преминете на "
987
- #~ "оптимална позиция за редактиране, когато посещавате Напиши Мнение или "
988
- #~ "напишете страница."
989
-
990
- #~ msgid "Favorite Actions"
991
- #~ msgstr "любими действия"
992
-
993
- #~ msgid "Screen-Meta"
994
- #~ msgstr "Meta на екрана"
995
-
996
- #~ msgid "Contextual Help"
997
- #~ msgstr "Контекстуални Помощ"
998
-
999
- #~ msgid "Admin Color Scheme"
1000
- #~ msgstr "Схема за Admin Color"
1001
-
1002
- #~ msgid "Excerpt"
1003
- #~ msgstr "откъс"
1004
-
1005
- #~ msgid "Trackbacks"
1006
- #~ msgstr "Trackbacks"
1007
-
1008
- #~ msgid "Post Author"
1009
- #~ msgstr "Мнение Автор"
1010
-
1011
- #~ msgid "Post Revisions"
1012
- #~ msgstr "Мнение Ревизии"
1013
-
1014
- #~ msgid "Suggested tags from"
1015
- #~ msgstr "Предложени тагове от"
1016
-
1017
- #~ msgid "Text Control"
1018
- #~ msgstr "Текст контрол"
1019
-
1020
- #~ msgid "HTML Special Characters"
1021
- #~ msgstr "HTML специални символи"
1022
-
1023
- #~ msgid "Page Parent"
1024
- #~ msgstr "страница майка"
1025
-
1026
- #~ msgid "About the plugin"
1027
- #~ msgstr "За плъгин"
1028
-
1029
- #~ msgid "PayPal - The safer, easier way to pay online!"
1030
- #~ msgstr "PayPal - По-безопасни, по-лесен начин за плащане по електронен!"
1031
-
1032
- #~ msgid "All"
1033
- #~ msgstr "Усё"
1034
-
1035
- #~ msgid "None"
1036
- #~ msgstr "Нічога"
1037
-
1038
- #~ msgid "It is possible to hide the favorite-actions in the header."
1039
- #~ msgstr "Магчыма схаваць каханыя дзеянні з загалоўка."
1040
-
1041
- #~ msgid "It is possible to hide the screen-options."
1042
- #~ msgstr "Магчыма схаваць налады экрана"
1043
-
1044
- #~ msgid "Menu Order"
1045
- #~ msgstr "Парадак меню"
1046
-
1047
- #~ msgid "It is possible to set a new menu-order."
1048
- #~ msgstr "Магчыма задаць новы парадак меню."
1049
-
1050
- #~ msgid "Sidebar Width"
1051
- #~ msgstr "Шырыня бакавой калонкі"
1052
-
1053
- #~ msgid ""
1054
- #~ "The sidebar on the right side in the area <em>Edit</em> is configurable. "
1055
- #~ "Default is 200 pixel in the WordPress Theme <em>Classic</em> and "
1056
- #~ "<em>Fresh</em>"
1057
- #~ msgstr ""
1058
- #~ "Бакавая калонка з правага боку вобласці <em>рэдагавання</em> "
1059
- #~ "наладжвальная. Па змаўчанні шырыня яе складае 200 пікселяў у стылях "
1060
- #~ "WordPress <em>Класічны</em> і <em>Новы</em>"
1061
-
1062
- #~ msgid "Dashmenu"
1063
- #~ msgstr "Меню панэлі"
1064
-
1065
- #~ msgid ""
1066
- #~ "The &quot;Dashboard-area&quot; is on the top left side of the backend. "
1067
- #~ "You can hide show."
1068
- #~ msgstr "Вобласць дошкі аб'яў у левым верхнім куту. Вы можаце схаваць яе."
1069
-
1070
- #~ msgid "It is possible to hide the Admin Color Schemes."
1071
- #~ msgstr "Магчыма схаваць колеравыя схемы адмінкі."
1072
-
1073
- #~ msgid "Deactivate for Subscriber"
1074
- #~ msgstr "Адключыць для падпісантаў"
1075
-
1076
- #~ msgid "Deactivate for Contributor"
1077
- #~ msgstr "Адключыць для ўдзельнікаў"
1078
-
1079
- #~ msgid "Deactivate for Editor"
1080
- #~ msgstr "Адключыць для рэдактараў"
1081
-
1082
- #~ msgid "Deactivate for Administrator"
1083
- #~ msgstr "Адключыць для адміністратараў"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/adminimize-by_BY.mo DELETED
Binary file
languages/adminimize-by_BY.po DELETED
@@ -1,1081 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Adminimize\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-12-15 21:53+0100\n"
6
- "PO-Revision-Date: 2015-12-15 21:53+0100\n"
7
- "Last-Translator: Frank Bültge <frank@bueltge.de>\n"
8
- "Language-Team: Fat Cow <zhr@tut.by>\n"
9
- "Language: be_BY\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-Basepath: .\n"
15
- "X-Poedit-KeywordsList: __;_e\n"
16
- "X-Generator: Poedit 1.8.4\n"
17
- "X-Poedit-SearchPath-0: X:/web/wordpress/main/LATEST/wordpress-2.7.1-rus-"
18
- "lecactus-edition-powerpack/wordpress/wp-content/plugins/adminimize\n"
19
-
20
- #: adminimize.php:141
21
- msgid "Keymaster"
22
- msgstr ""
23
-
24
- #: adminimize.php:142
25
- msgid "Moderator"
26
- msgstr ""
27
-
28
- #: adminimize.php:143
29
- msgid "Participant"
30
- msgstr ""
31
-
32
- #: adminimize.php:144
33
- msgid "Spectator"
34
- msgstr ""
35
-
36
- #: adminimize.php:145
37
- msgid "Blocked"
38
- msgstr ""
39
-
40
- #: adminimize.php:447 inc-options/links_options.php:52
41
- #: inc-options/write_cp_options.php:103 inc-options/write_post_options.php:97
42
- msgid "Categories"
43
- msgstr "Рубрыкі"
44
-
45
- #: adminimize.php:454 adminimize.php:481
46
- msgid "+ Add New Category"
47
- msgstr "+ Дадаць новую рубрыку"
48
-
49
- #: adminimize.php:459 adminimize.php:488
50
- msgid "New category name"
51
- msgstr "Імя новай рубрыкі"
52
-
53
- #: adminimize.php:467 adminimize.php:492 adminimize.php:499
54
- msgid "Parent category"
55
- msgstr "Бацькоўская рубрыка"
56
-
57
- #: adminimize.php:472 adminimize.php:504
58
- msgid "Add"
59
- msgstr "Дадаць"
60
-
61
- #: adminimize.php:486 inc-options/write_cp_options.php:104
62
- #: inc-options/write_post_options.php:98
63
- msgid "Add New Category"
64
- msgstr "Дадаць новую рубрыку"
65
-
66
- #: adminimize.php:605 adminimize.php:607 adminimize.php:613
67
- msgid "Dashboard"
68
- msgstr "Дошка аб'яў"
69
-
70
- #: adminimize.php:700 adminimize.php:705 adminimize.php:706 adminimize.php:747
71
- #: adminimize.php:754 adminimize.php:755 adminimize.php:1223
72
- #: inc-setup/remove-admin-bar.php:64 inc-setup/remove-admin-bar.php:91
73
- #: inc-setup/remove-admin-bar.php:285
74
- msgid "Log Out"
75
- msgstr "Выхад"
76
-
77
- #: adminimize.php:1275
78
- msgid "Settings"
79
- msgstr "Налады"
80
-
81
- #: adminimize.php:1288
82
- msgid "Adminimize Options"
83
- msgstr "Налады Adminimize"
84
-
85
- #: adminimize.php:1289
86
- msgid "Adminimize"
87
- msgstr "Adminimize"
88
-
89
- #: adminimize.php:1322
90
- msgid "Cheatin&#8217; uh?"
91
- msgstr "Не песціся :-)"
92
-
93
- #: adminimize.php:1371
94
- msgid ""
95
- "Cheatin&#8217; uh? You do not have the right permission to update settings"
96
- msgstr ""
97
-
98
- #: adminimize.php:1849
99
- msgid "Please upload a valid .json file"
100
- msgstr ""
101
-
102
- #: adminimize.php:1855
103
- msgid "Please upload a file to import"
104
- msgstr ""
105
-
106
- #: inc-options/admin_bar.php:22 inc-options/admin_bar_frontend.php:22
107
- #: inc-options/backend_options.php:15 inc-options/dashboard_options.php:16
108
- #: inc-options/deinstall_options.php:14 inc-options/global_options.php:15
109
- #: inc-options/im_export_options.php:14 inc-options/links_options.php:15
110
- #: inc-options/menu_options.php:15 inc-options/theme_options.php:14
111
- #: inc-options/widget_options.php:15 inc-options/wp_nav_menu_options.php:14
112
- #: inc-options/write_cp_options.php:20 inc-options/write_page_options.php:14
113
- #: inc-options/write_post_options.php:15
114
- msgid "Click to toggle"
115
- msgstr "Пстрыкніце каб пераключыць"
116
-
117
- #: inc-options/admin_bar.php:23
118
- #, fuzzy
119
- msgid "Admin Bar Back end options"
120
- msgstr "Налады адмінкі"
121
-
122
- #: inc-options/admin_bar.php:41 inc-options/admin_bar_frontend.php:43
123
- #: inc-options/dashboard_options.php:33 inc-options/dashboard_options.php:99
124
- #: inc-options/global_options.php:23 inc-options/global_options.php:106
125
- #: inc-options/links_options.php:23 inc-options/links_options.php:101
126
- #: inc-options/widget_options.php:23 inc-options/widget_options.php:109
127
- #: inc-options/wp_nav_menu_options.php:22
128
- #: inc-options/wp_nav_menu_options.php:122
129
- #: inc-options/write_cp_options.php:208 inc-options/write_page_options.php:186
130
- #: inc-options/write_post_options.php:182
131
- msgid "Option"
132
- msgstr "Налада"
133
-
134
- #: inc-options/admin_bar.php:44 inc-options/admin_bar_frontend.php:46
135
- #: inc-options/dashboard_options.php:36 inc-options/global_options.php:26
136
- #: inc-options/links_options.php:26 inc-options/menu_options.php:26
137
- #: inc-options/widget_options.php:26 inc-options/wp_nav_menu_options.php:25
138
- #: inc-options/write_cp_options.php:33 inc-options/write_page_options.php:25
139
- #: inc-options/write_post_options.php:26
140
- msgid "Deactivate for"
141
- msgstr "Адключыць для "
142
-
143
- #: inc-options/admin_bar.php:114 inc-options/admin_bar_frontend.php:121
144
- #: inc-options/backend_options.php:200 inc-options/dashboard_options.php:124
145
- #: inc-options/global_options.php:131 inc-options/links_options.php:126
146
- #: inc-options/menu_options.php:207 inc-options/widget_options.php:134
147
- #: inc-options/wp_nav_menu_options.php:147
148
- #: inc-options/write_cp_options.php:243 inc-options/write_page_options.php:211
149
- #: inc-options/write_post_options.php:207
150
- msgid "Update Options"
151
- msgstr "Абнавіць налады"
152
-
153
- #: inc-options/admin_bar.php:120 inc-options/admin_bar_frontend.php:127
154
- #: inc-options/backend_options.php:202 inc-options/dashboard_options.php:129
155
- #: inc-options/deinstall_options.php:27 inc-options/global_options.php:133
156
- #: inc-options/links_options.php:129 inc-options/menu_options.php:209
157
- #: inc-options/theme_options.php:123 inc-options/widget_options.php:136
158
- #: inc-options/wp_nav_menu_options.php:149
159
- #: inc-options/write_cp_options.php:248 inc-options/write_page_options.php:213
160
- #: inc-options/write_post_options.php:209
161
- msgid "scroll to top"
162
- msgstr ""
163
-
164
- #: inc-options/admin_bar_frontend.php:24
165
- msgid "Admin Bar Front end options"
166
- msgstr ""
167
-
168
- #: inc-options/backend_options.php:16
169
- msgid "Backend Options"
170
- msgstr "Налады адмінкі"
171
-
172
- #: inc-options/backend_options.php:27
173
- #, fuzzy
174
- msgid "Use Global Settings"
175
- msgstr "Глабальныя налады"
176
-
177
- #: inc-options/backend_options.php:36
178
- msgid "The plugin is active in multiste."
179
- msgstr ""
180
-
181
- #: inc-options/backend_options.php:40
182
- msgid "False"
183
- msgstr ""
184
-
185
- #: inc-options/backend_options.php:41
186
- msgid "True"
187
- msgstr ""
188
-
189
- #: inc-options/backend_options.php:42
190
- msgid "Use the settings global in your Multisite network."
191
- msgstr ""
192
-
193
- #: inc-options/backend_options.php:47
194
- msgid "Exclude Super Admin"
195
- msgstr ""
196
-
197
- #: inc-options/backend_options.php:51 inc-options/backend_options.php:62
198
- #: inc-options/backend_options.php:75 inc-options/backend_options.php:85
199
- #: inc-options/backend_options.php:98 inc-options/backend_options.php:109
200
- #: inc-options/backend_options.php:122 inc-options/backend_options.php:132
201
- #: inc-options/backend_options.php:143 inc-options/backend_options.php:153
202
- #: inc-options/backend_options.php:182
203
- msgid "Default"
204
- msgstr "Па змаўчанні"
205
-
206
- #: inc-options/backend_options.php:52 inc-options/backend_options.php:110
207
- #: inc-options/backend_options.php:123 inc-options/backend_options.php:133
208
- #: inc-options/backend_options.php:144 inc-options/backend_options.php:154
209
- msgid "Activate"
210
- msgstr "Актываваць"
211
-
212
- #: inc-options/backend_options.php:53
213
- msgid ""
214
- "Exclude the Super Admin on a WP Multisite Install from all limitations of "
215
- "this plugin."
216
- msgstr ""
217
-
218
- #: inc-options/backend_options.php:58
219
- msgid "User-Info"
220
- msgstr "Інфармацыя аб карыстачу"
221
-
222
- #: inc-options/backend_options.php:63 inc-options/backend_options.php:86
223
- #: inc-options/backend_options.php:99
224
- msgid "Hide"
225
- msgstr "Схаваць"
226
-
227
- #: inc-options/backend_options.php:64
228
- msgid "Only logout"
229
- msgstr "Толькі выхад"
230
-
231
- #: inc-options/backend_options.php:65
232
- msgid "User &amp; Logout"
233
- msgstr "Профіль карыстача і выхад"
234
-
235
- #: inc-options/backend_options.php:66
236
- msgid ""
237
- "The &quot;User-Info-area&quot; is on the top right side of the backend. You "
238
- "can hide or reduced show."
239
- msgstr ""
240
- "Профіль карыстача і выхад у верхнім правым куту панэлі адміністравання. Вы "
241
- "ожете схаваць або змяніць яе выгляд."
242
-
243
- #: inc-options/backend_options.php:71
244
- msgid "Change User-Info, redirect to"
245
- msgstr "Пасля змены карыстацкай інфармацыі, пераадрасоўваць на"
246
-
247
- #: inc-options/backend_options.php:76
248
- msgid "Frontpage of the Blog"
249
- msgstr "Блог"
250
-
251
- #: inc-options/backend_options.php:77
252
- msgid ""
253
- "When the &quot;User-Info-area&quot; change it, then it is possible to change "
254
- "the redirect."
255
- msgstr ""
256
- "Пры змене блока высновы інфармацыі аб карыстачу, магчыма змяніць "
257
- "перанакіраванне."
258
-
259
- #: inc-options/backend_options.php:81
260
- msgid "Footer"
261
- msgstr "Склеп"
262
-
263
- #: inc-options/backend_options.php:87
264
- #, fuzzy
265
- msgid "The Footer-area can hide, include all links and details."
266
- msgstr "Склеп адмінкі можна схаваць, уключаючы ўсе спасылкі і дэталі."
267
-
268
- #: inc-options/backend_options.php:94
269
- msgid "Header"
270
- msgstr ""
271
-
272
- #: inc-options/backend_options.php:100
273
- #, fuzzy
274
- msgid "The Header-area can hide, include all links and details."
275
- msgstr "Склеп адмінкі можна схаваць, уключаючы ўсе спасылкі і дэталі."
276
-
277
- #: inc-options/backend_options.php:105
278
- msgid "Timestamp"
279
- msgstr "Дата і час"
280
-
281
- #: inc-options/backend_options.php:111
282
- msgid ""
283
- "Opens the post timestamp editing fields without you having to click the "
284
- "\"Edit\" link every time."
285
- msgstr ""
286
- "Адчыняе поле рэдагавання даты і часу без кліку па спасылцы \"Змяніць\" "
287
- "штораз."
288
-
289
- #: inc-options/backend_options.php:118
290
- msgid "Thickbox FullScreen"
291
- msgstr "Поўнаэкранны рэжым Thickbox"
292
-
293
- #: inc-options/backend_options.php:124
294
- #, fuzzy
295
- msgid ""
296
- "All Thickbox-function use the full area of the browser. Thickbox is for "
297
- "example in upload media-files."
298
- msgstr ""
299
- "Усё Thickbox-функцыі выкарыстаюць уся прастора акна браўзэра. Thickbox "
300
- "напрыклад выкарыстоўваецца пры загрузцы медыя-файлаў."
301
-
302
- #: inc-options/backend_options.php:128
303
- msgid "Flashuploader"
304
- msgstr "Флэш-загрузнік"
305
-
306
- #: inc-options/backend_options.php:134
307
- msgid "Disable the flashuploader and users use only the standard uploader."
308
- msgstr "Адключыць флэш-загрузнік і выкарыстаць толькі стандартны загрузнік."
309
-
310
- #: inc-options/backend_options.php:139
311
- #, fuzzy
312
- msgid "Category Height"
313
- msgstr "Рубрыкі"
314
-
315
- #: inc-options/backend_options.php:145
316
- msgid ""
317
- "View the Meta Box with Categories in the full height, no scrollbar or "
318
- "whitespace."
319
- msgstr ""
320
-
321
- #: inc-options/backend_options.php:149
322
- msgid "Advice in Footer"
323
- msgstr "Рады ў Склепе"
324
-
325
- #: inc-options/backend_options.php:156
326
- #, fuzzy
327
- msgid ""
328
- "In the Footer you can display an advice for changing the Default-design, "
329
- "(x)HTML is possible."
330
- msgstr ""
331
- "У склепе вы можаце паказаць сваю інфармацыю, змяняючы шаблон па змаўчанні. "
332
- "Дазволена выкарыстаць (x)HTML."
333
-
334
- #: inc-options/backend_options.php:178
335
- #, fuzzy
336
- msgid "Dashboard deactivate, redirect to"
337
- msgstr "Калі Дошка аб'яў адключаная, перанакіроўваць на "
338
-
339
- #: inc-options/backend_options.php:183
340
- msgid "Manage Posts"
341
- msgstr "Кіраванне запісамі"
342
-
343
- #: inc-options/backend_options.php:184
344
- msgid "Manage Pages"
345
- msgstr "Кіраванне старонкамі"
346
-
347
- #: inc-options/backend_options.php:185
348
- msgid "Write Post"
349
- msgstr "Стварэнне запісу"
350
-
351
- #: inc-options/backend_options.php:186
352
- msgid "Write Page"
353
- msgstr "Стварэнне старонкі"
354
-
355
- #: inc-options/backend_options.php:187
356
- msgid "Comments"
357
- msgstr "Каментары"
358
-
359
- #: inc-options/backend_options.php:188
360
- msgid "other Page"
361
- msgstr "іншая старонка"
362
-
363
- #: inc-options/backend_options.php:191
364
- #, fuzzy
365
- msgid ""
366
- "You have deactivated the Dashboard, please select a page for redirection or "
367
- "define custom url, include http://?"
368
- msgstr ""
369
- "Калі вы дэактывуеце Дошку аб'яў, калі ласка вылучыце старонку, на якую будзе "
370
- "перанакіраваны карыстач."
371
-
372
- #: inc-options/dashboard_options.php:17
373
- #, fuzzy
374
- msgid "Dashboard options"
375
- msgstr "Дошка аб'яў"
376
-
377
- #: inc-options/dashboard_options.php:25
378
- msgid ""
379
- "To complete the installation for Dashboard Widgets you must visit your "
380
- "dashboard once and then come back to Settings > Adminimize to configure who "
381
- "has access to each widget."
382
- msgstr ""
383
-
384
- #: inc-options/dashboard_options.php:98 inc-options/global_options.php:105
385
- msgid "Your own options"
386
- msgstr "Вашы ўласныя налады"
387
-
388
- #: inc-options/dashboard_options.php:98 inc-options/global_options.php:105
389
- #: inc-options/links_options.php:100 inc-options/widget_options.php:108
390
- #: inc-options/wp_nav_menu_options.php:121
391
- #: inc-options/write_cp_options.php:206 inc-options/write_page_options.php:185
392
- #: inc-options/write_post_options.php:181
393
- msgid "ID or class"
394
- msgstr "ID або клас"
395
-
396
- #: inc-options/dashboard_options.php:105 inc-options/global_options.php:112
397
- #: inc-options/links_options.php:107 inc-options/widget_options.php:115
398
- #: inc-options/wp_nav_menu_options.php:128
399
- #: inc-options/write_cp_options.php:215 inc-options/write_page_options.php:192
400
- #: inc-options/write_post_options.php:188
401
- msgid ""
402
- "It is possible to add your own IDs or classes from elements and tags. You "
403
- "can find IDs and classes with the FireBug Add-on for Firefox. Assign a value "
404
- "and the associate name per line."
405
- msgstr ""
406
- "Існуе магчымасць дадаваць вашы ўласныя ID і класы з элементаў і тэгаў. Вы "
407
- "можаце знайсці ID-ы і класы з дапамогай адона FireBug для FireFox. "
408
- "Пераназначце значэнні і звязаныя імёны па адным у кожным радку."
409
-
410
- #: inc-options/dashboard_options.php:111 inc-options/global_options.php:118
411
- #: inc-options/links_options.php:113 inc-options/widget_options.php:121
412
- #: inc-options/wp_nav_menu_options.php:134
413
- #: inc-options/write_cp_options.php:225 inc-options/write_page_options.php:198
414
- #: inc-options/write_post_options.php:194
415
- #, fuzzy
416
- msgid ""
417
- "Possible nomination for ID or class. Separate multiple nominations through a "
418
- "carriage return."
419
- msgstr ""
420
- "Магчымыя намінанты на ID або класы. Падзеліце некалькі значэнняў з "
421
- "дапамогай звароту карэткі (націскам Enter)."
422
-
423
- #: inc-options/dashboard_options.php:116 inc-options/global_options.php:123
424
- #: inc-options/links_options.php:118 inc-options/widget_options.php:126
425
- #: inc-options/wp_nav_menu_options.php:139
426
- #: inc-options/write_cp_options.php:233 inc-options/write_page_options.php:203
427
- #: inc-options/write_post_options.php:199
428
- msgid ""
429
- "Possible IDs or classes. Separate multiple values through a carriage return."
430
- msgstr ""
431
- "Магчымыя ID або класы. Падзеліце некалькі значэнняў з дапамогай звароту "
432
- "карэткі (націскам Enter)."
433
-
434
- #: inc-options/deinstall_options.php:15
435
- #, fuzzy
436
- msgid "Uninstall Options"
437
- msgstr "Налады дэўсталёўкі"
438
-
439
- #: inc-options/deinstall_options.php:18
440
- msgid ""
441
- "Use this option for clean your database from all entries of this plugin. "
442
- "When you deactivate the plugin, the deinstall of the plugin <strong>clean "
443
- "not</strong> all entries in the database."
444
- msgstr ""
445
- "Выкарыстайце гэтую опцыю для ачысткі базы дадзеных ад усіх запісаў гэтай "
446
- "убудовы. Пры звычайнай дэактывацыі ўбудовы, дэўсталёўка ўбудовы НЕ ВЫДАЛЯЕ "
447
- "усе запісы ўбудовы з базы дадзеных."
448
-
449
- #: inc-options/deinstall_options.php:22
450
- msgid "Delete Options"
451
- msgstr "Налады выдалення"
452
-
453
- #: inc-options/global_options.php:16
454
- msgid "Global options"
455
- msgstr "Глабальныя налады"
456
-
457
- #: inc-options/im_export_options.php:15
458
- msgid "Export/Import Options"
459
- msgstr ""
460
-
461
- #: inc-options/im_export_options.php:20
462
- msgid "Export"
463
- msgstr ""
464
-
465
- #: inc-options/im_export_options.php:24
466
- msgid "You can save a JSON formatted \".json\" file with your settings."
467
- msgstr ""
468
-
469
- #: inc-options/im_export_options.php:40
470
- msgid "Import"
471
- msgstr ""
472
-
473
- #: inc-options/im_export_options.php:47
474
- msgid ""
475
- "Choose a Adminimize (<em>.json</em>) file to upload, then click <em>Upload "
476
- "file and import</em>."
477
- msgstr ""
478
-
479
- #: inc-options/links_options.php:16
480
- msgid "Links options"
481
- msgstr "Налады спасылак"
482
-
483
- #: inc-options/links_options.php:49
484
- msgid "Name"
485
- msgstr "Імя"
486
-
487
- #: inc-options/links_options.php:50
488
- msgid "Web Address"
489
- msgstr "Вэб адрас"
490
-
491
- #: inc-options/links_options.php:51
492
- msgid "Description"
493
- msgstr "Апісанне"
494
-
495
- #: inc-options/links_options.php:53
496
- msgid "Target"
497
- msgstr "Мэта"
498
-
499
- #: inc-options/links_options.php:54
500
- msgid "Link Relationship (XFN)"
501
- msgstr "Дачыненне да спасылкі (XFN)"
502
-
503
- #: inc-options/links_options.php:55
504
- msgid "Advanced"
505
- msgstr "Дадаткова"
506
-
507
- #: inc-options/links_options.php:56 inc-options/write_cp_options.php:112
508
- #: inc-options/write_page_options.php:113
509
- #: inc-options/write_post_options.php:107
510
- msgid "Publish Actions"
511
- msgstr "Дзеянні публікацыі"
512
-
513
- #: inc-options/links_options.php:100
514
- #, fuzzy
515
- msgid "Your own Link options"
516
- msgstr "Вашы ўласныя налады"
517
-
518
- #: inc-options/menu_options.php:16
519
- msgid "Menu Options"
520
- msgstr "Налады меню"
521
-
522
- #: inc-options/menu_options.php:23
523
- #, fuzzy
524
- msgid "Menu options - Menu, <span>Submenu</span>"
525
- msgstr ""
526
- "Налады меню - Меню, <span style=\\\"font-weight: 400;\\\">Падменю</span>"
527
-
528
- #: inc-options/menu_options.php:78 inc-options/menu_options.php:153
529
- msgid "After activate the check box it heavy attitudes will change."
530
- msgstr ""
531
-
532
- #: inc-options/menu_options.php:128
533
- msgid "Profile"
534
- msgstr ""
535
-
536
- #: inc-options/minimenu.php:15
537
- msgid "Network"
538
- msgstr ""
539
-
540
- #: inc-options/minimenu.php:150
541
- #, fuzzy
542
- msgid ""
543
- "Further information: Visit the <a href=\"http://wordpress.org/extend/plugins/"
544
- "adminimize/\">plugin homepage</a> for further information or to grab the "
545
- "latest version of this plugin. Also see the <a href=\"http://wordpress.org/"
546
- "support/plugin/adminimize\">support forum</a> for questions."
547
- msgstr ""
548
- "Дадатковая інфармацыя: Наведаеце <a href='http://bueltge.de/wordpress-admin-"
549
- "theme-adminimize/674/''>хатнюю старонку ўбудовы</a> для атрымання дадатковай "
550
- "інфармацыі або запампоўкі свежай версіі ўбудовы. Русіфікаванне ўбудовы: <a "
551
- "href='http://lecactus.ru''>Lecactus.ru</a>."
552
-
553
- #: inc-options/minimenu.php:161
554
- msgid ""
555
- "You want to thank me? Visit my <a href=\"http://bueltge.de/wunschliste/"
556
- "\">wishlist</a> or donate."
557
- msgstr ""
558
- "Жадаеце аддзячыць мяне? Наведаеце мой <a href='http://bueltge.de/"
559
- "wunschliste/'>спіс пажаданняў</a> або зрабіце ахвяраванне."
560
-
561
- #: inc-options/minimenu.php:179 inc-options/settings_notice.php:17
562
- msgid ""
563
- "Please note: The Adminimize settings page ignores the Menu Options below and "
564
- "displays the menu with all entries.<br /><span style=\"font-weight: 300;"
565
- "\">To view your changes to the menu you need to navigate away from the "
566
- "Adminimize settings page.</span>"
567
- msgstr ""
568
-
569
- #: inc-options/theme_options.php:15 inc-options/theme_options.php:115
570
- msgid "Set Theme"
571
- msgstr "Усталяваць тэму"
572
-
573
- #: inc-options/theme_options.php:26
574
- msgid ""
575
- "For better peformance with many users on your blog; load only userlist, when "
576
- "you will change the theme options for users."
577
- msgstr ""
578
-
579
- #: inc-options/theme_options.php:33
580
- msgid "Load User Data"
581
- msgstr ""
582
-
583
- #: inc-options/theme_options.php:47
584
- msgid "User-ID"
585
- msgstr "ID карыстача"
586
-
587
- #: inc-options/theme_options.php:48
588
- msgid "Username"
589
- msgstr "Імя карыстача"
590
-
591
- #: inc-options/theme_options.php:49
592
- msgid "Display name publicly as"
593
- msgstr "Адлюстроўваць публічнае імя як"
594
-
595
- #: inc-options/theme_options.php:50
596
- msgid "Admin-Color Scheme"
597
- msgstr "Колеравая схема адмінкі"
598
-
599
- #: inc-options/theme_options.php:51
600
- msgid "User Level"
601
- msgstr "Узровень карыстача"
602
-
603
- #: inc-options/theme_options.php:52
604
- msgid "Role"
605
- msgstr "Роля"
606
-
607
- #: inc-options/widget_options.php:16
608
- #, fuzzy
609
- msgid "Widget options"
610
- msgstr "Налады напісання"
611
-
612
- #: inc-options/widget_options.php:46 inc-options/wp_nav_menu_options.php:48
613
- #: inc-options/write_cp_options.php:98 inc-options/write_page_options.php:94
614
- #: inc-options/write_post_options.php:92
615
- msgid "Help"
616
- msgstr ""
617
-
618
- #: inc-options/widget_options.php:47 inc-options/wp_nav_menu_options.php:49
619
- #: inc-options/write_cp_options.php:99 inc-options/write_page_options.php:95
620
- #: inc-options/write_post_options.php:93
621
- msgid "Screen Options"
622
- msgstr "Налады экрана"
623
-
624
- #: inc-options/widget_options.php:48
625
- msgid "Available Widgets"
626
- msgstr ""
627
-
628
- #: inc-options/widget_options.php:49
629
- msgid "Inactive Sidebar (not used)"
630
- msgstr ""
631
-
632
- #: inc-options/widget_options.php:50
633
- msgid "Inactive Widgets"
634
- msgstr ""
635
-
636
- #: inc-options/widget_options.php:108
637
- #, fuzzy
638
- msgid "Your own Widget options"
639
- msgstr "Вашы ўласныя налады старонкі"
640
-
641
- #: inc-options/wp_nav_menu_options.php:15
642
- #, fuzzy
643
- msgid "WP Nav Menu options"
644
- msgstr "Налады меню"
645
-
646
- #: inc-options/wp_nav_menu_options.php:50
647
- #: inc-options/wp_nav_menu_options.php:56
648
- msgid "Theme Locations"
649
- msgstr ""
650
-
651
- #: inc-options/wp_nav_menu_options.php:51
652
- #, fuzzy
653
- msgid "Custom Links"
654
- msgstr "Адвольныя палі"
655
-
656
- #: inc-options/wp_nav_menu_options.php:52
657
- msgid "Add menu"
658
- msgstr ""
659
-
660
- #: inc-options/wp_nav_menu_options.php:121
661
- #, fuzzy
662
- msgid "Your own Nav Menu options"
663
- msgstr "Вашы ўласныя налады старонкі"
664
-
665
- #: inc-options/write_cp_options.php:22 inc-options/write_cp_options.php:30
666
- #, fuzzy
667
- msgid "Write options"
668
- msgstr "Налады напісання"
669
-
670
- #: inc-options/write_cp_options.php:100 inc-options/write_page_options.php:97
671
- #: inc-options/write_post_options.php:95
672
- msgid "Permalink"
673
- msgstr "Сталая спасылка"
674
-
675
- #: inc-options/write_cp_options.php:101 inc-options/write_cp_options.php:139
676
- #: inc-options/write_post_options.php:96
677
- #: inc-options/write_post_options.php:131
678
- msgid "Tags"
679
- msgstr "Пазнакі"
680
-
681
- #: inc-options/write_cp_options.php:102
682
- msgid "Format"
683
- msgstr ""
684
-
685
- #: inc-options/write_cp_options.php:105 inc-options/write_post_options.php:100
686
- msgid "Password Protect This Post"
687
- msgstr "Абараніць запіс паролем"
688
-
689
- #: inc-options/write_cp_options.php:106 inc-options/write_post_options.php:101
690
- msgid "Related, Shortcuts"
691
- msgstr "Звязанае, Цэтлікі"
692
-
693
- #: inc-options/write_cp_options.php:107 inc-options/write_page_options.php:108
694
- #: inc-options/write_post_options.php:102
695
- #, fuzzy
696
- msgid "Messages"
697
- msgstr "Паведамленні"
698
-
699
- #: inc-options/write_cp_options.php:108 inc-options/write_page_options.php:109
700
- #: inc-options/write_post_options.php:103
701
- msgid "h2: Advanced Options"
702
- msgstr "h2: Пашыраныя налады"
703
-
704
- #: inc-options/write_cp_options.php:109 inc-options/write_page_options.php:110
705
- #: inc-options/write_post_options.php:104
706
- msgid "Media Buttons (all)"
707
- msgstr "Кнопкі Медыя (усё)"
708
-
709
- #: inc-options/write_cp_options.php:110 inc-options/write_page_options.php:111
710
- #: inc-options/write_post_options.php:105
711
- msgid "Word count"
712
- msgstr "Лічыльнік слоў"
713
-
714
- #: inc-options/write_cp_options.php:111 inc-options/write_post_options.php:106
715
- #, fuzzy
716
- msgid "Post Slug"
717
- msgstr "Цэтлік запісу, блок цэтліка"
718
-
719
- #: inc-options/write_cp_options.php:113 inc-options/write_page_options.php:114
720
- #: inc-options/write_post_options.php:108
721
- msgid "Discussion"
722
- msgstr ""
723
-
724
- #: inc-options/write_cp_options.php:114 inc-options/write_page_options.php:115
725
- #: inc-options/write_post_options.php:109
726
- msgid "HTML Editor Button"
727
- msgstr ""
728
-
729
- #: inc-options/write_cp_options.php:124 inc-options/write_post_options.php:118
730
- msgid "Post Thumbnail"
731
- msgstr ""
732
-
733
- #: inc-options/write_cp_options.php:130 inc-options/write_page_options.php:128
734
- #: inc-options/write_post_options.php:122
735
- msgid "Quick Edit Link"
736
- msgstr ""
737
-
738
- #: inc-options/write_cp_options.php:131 inc-options/write_cp_options.php:135
739
- #: inc-options/write_cp_options.php:138 inc-options/write_cp_options.php:141
740
- #: inc-options/write_page_options.php:129
741
- #: inc-options/write_page_options.php:134
742
- #: inc-options/write_page_options.php:137
743
- #: inc-options/write_post_options.php:123
744
- #: inc-options/write_post_options.php:127
745
- #: inc-options/write_post_options.php:130
746
- #: inc-options/write_post_options.php:133
747
- msgid "QE"
748
- msgstr ""
749
-
750
- #: inc-options/write_cp_options.php:131 inc-options/write_page_options.php:129
751
- #: inc-options/write_post_options.php:123
752
- msgid "Inline Edit Left"
753
- msgstr ""
754
-
755
- #: inc-options/write_cp_options.php:132 inc-options/write_page_options.php:130
756
- #: inc-options/write_post_options.php:124
757
- #, fuzzy
758
- msgid "All Labels"
759
- msgstr "Усе тыпы"
760
-
761
- #: inc-options/write_cp_options.php:133 inc-options/write_page_options.php:132
762
- #: inc-options/write_post_options.php:125
763
- msgid "Author"
764
- msgstr "Аўтар"
765
-
766
- #: inc-options/write_cp_options.php:134 inc-options/write_page_options.php:133
767
- #: inc-options/write_post_options.php:126
768
- #, fuzzy
769
- msgid "Password and Private"
770
- msgstr "Абараніць старонку паролем"
771
-
772
- #: inc-options/write_cp_options.php:135 inc-options/write_post_options.php:127
773
- msgid "Inline Edit Center"
774
- msgstr ""
775
-
776
- #: inc-options/write_cp_options.php:136 inc-options/write_post_options.php:128
777
- #, fuzzy
778
- msgid "Categories Title"
779
- msgstr "Рубрыкі"
780
-
781
- #: inc-options/write_cp_options.php:137 inc-options/write_post_options.php:129
782
- #, fuzzy
783
- msgid "Categories List"
784
- msgstr "Рубрыкі"
785
-
786
- #: inc-options/write_cp_options.php:138 inc-options/write_page_options.php:134
787
- #: inc-options/write_post_options.php:130
788
- msgid "Inline Edit Right"
789
- msgstr ""
790
-
791
- #: inc-options/write_cp_options.php:140 inc-options/write_post_options.php:132
792
- msgid "Status, Sticky"
793
- msgstr ""
794
-
795
- #: inc-options/write_cp_options.php:141 inc-options/write_page_options.php:137
796
- #: inc-options/write_post_options.php:133
797
- msgid "Cancel/Save Button"
798
- msgstr ""
799
-
800
- #: inc-options/write_cp_options.php:205
801
- #, fuzzy, php-format
802
- msgid "Your own %s options"
803
- msgstr "Вашы ўласныя налады"
804
-
805
- #: inc-options/write_page_options.php:15 inc-options/write_page_options.php:22
806
- msgid "Write options - Page"
807
- msgstr "Налады напісання - Старонка"
808
-
809
- #: inc-options/write_page_options.php:96 inc-options/write_post_options.php:94
810
- msgid "Title"
811
- msgstr ""
812
-
813
- #: inc-options/write_page_options.php:98
814
- msgid "Custom Fields"
815
- msgstr "Адвольныя палі"
816
-
817
- #: inc-options/write_page_options.php:99
818
- msgid "Comments &amp; Pings"
819
- msgstr "Каментары і апавяшчэнні"
820
-
821
- #: inc-options/write_page_options.php:100
822
- #: inc-options/write_page_options.php:131
823
- #: inc-options/write_post_options.php:99
824
- msgid "Date"
825
- msgstr ""
826
-
827
- #: inc-options/write_page_options.php:101
828
- msgid "Password Protect This Page"
829
- msgstr "Абараніць старонку паролем"
830
-
831
- #: inc-options/write_page_options.php:102
832
- msgid "Attributes"
833
- msgstr ""
834
-
835
- #: inc-options/write_page_options.php:103
836
- msgid "Page Template"
837
- msgstr "Шаблон старонкі"
838
-
839
- #: inc-options/write_page_options.php:104
840
- msgid "Page Order"
841
- msgstr "Парадкавы нумар старонкі"
842
-
843
- #: inc-options/write_page_options.php:105
844
- msgid "Page Author"
845
- msgstr "Аўтар"
846
-
847
- #: inc-options/write_page_options.php:106
848
- msgid "Page Revisions"
849
- msgstr "Рэвізіі старонкі"
850
-
851
- #: inc-options/write_page_options.php:107
852
- msgid "Related"
853
- msgstr "Звязаныя"
854
-
855
- #: inc-options/write_page_options.php:112
856
- #, fuzzy
857
- msgid "Page Slug"
858
- msgstr "Цэтлік старонкі, блок цэтліка"
859
-
860
- #: inc-options/write_page_options.php:124
861
- #, fuzzy
862
- msgid "Page Image"
863
- msgstr "Шаблон старонкі"
864
-
865
- #: inc-options/write_page_options.php:135
866
- #, fuzzy
867
- msgid "Parent, Order, Template"
868
- msgstr "Шаблон старонкі"
869
-
870
- #: inc-options/write_page_options.php:136
871
- msgid "Status"
872
- msgstr ""
873
-
874
- #: inc-options/write_page_options.php:185
875
- msgid "Your own page options"
876
- msgstr "Вашы ўласныя налады старонкі"
877
-
878
- #: inc-options/write_post_options.php:16 inc-options/write_post_options.php:23
879
- msgid "Write options - Post"
880
- msgstr "Налады напісання - Запіс"
881
-
882
- #: inc-options/write_post_options.php:181
883
- msgid "Your own post options"
884
- msgstr "Вашы ўласныя налады запісу"
885
-
886
- #: inc-setup/messages.php:39
887
- msgid "Unknown error."
888
- msgstr "Невядомая памылка."
889
-
890
- #: inc-setup/messages.php:50
891
- #, fuzzy
892
- msgid "The updates were saved."
893
- msgstr "Налады былі захаваныя."
894
-
895
- #: inc-setup/messages.php:53
896
- #, fuzzy
897
- msgid "You have not enough rights to edit entries in the database."
898
- msgstr "У вас няма мае рацыю для рэдагавання запісаў у базе дадзеных."
899
-
900
- #: inc-setup/messages.php:56
901
- #, fuzzy
902
- msgid "All entries in the database were imported."
903
- msgstr "Усе запісы ў базе дадзеных былі выдаленыя."
904
-
905
- #: inc-setup/messages.php:59
906
- #, fuzzy
907
- msgid "All entries in the database were deleted."
908
- msgstr "Усе запісы ў базе дадзеных былі выдаленыя."
909
-
910
- #: inc-setup/messages.php:62
911
- msgid "Set the checkbox on deinstall-button."
912
- msgstr "Усталюеце галачку поруч кнопкі дэўсталёўкі."
913
-
914
- #: inc-setup/messages.php:65
915
- msgid "Can't load menu and submenu."
916
- msgstr "Немагчыма загрузіць меню або падменю."
917
-
918
- #: inc-setup/messages.php:67
919
- msgid "Backend-Theme was activated!"
920
- msgstr "Тэма адмінкі актываваная!"
921
-
922
- #: inc-setup/messages.php:69
923
- msgid "Load user data to themes was successful."
924
- msgstr ""
925
-
926
- #: inc-setup/remove-admin-bar.php:274
927
- msgid "Network Admin"
928
- msgstr ""
929
-
930
- #: inc-setup/remove-admin-bar.php:278
931
- msgid "Site Admin"
932
- msgstr ""
933
-
934
- #~ msgid "Blue"
935
- #~ msgstr "Галубай"
936
-
937
- #~ msgid "Gray"
938
- #~ msgstr "Шэры"
939
-
940
- #~ msgid "Classic"
941
- #~ msgstr "Класічны"
942
-
943
- #~ msgid "Fresh"
944
- #~ msgstr "Новы"
945
-
946
- #~ msgid "WordPress 2.3"
947
- #~ msgstr "WordPress 2.3"
948
-
949
- #~ msgid "Maybe i'm colorblind"
950
- #~ msgstr "Вельмі ярка і кантрасна"
951
-
952
- #~ msgid "Grey"
953
- #~ msgstr "Шэры"
954
-
955
- #~ msgid "Visit plugin homepage"
956
- #~ msgstr "Наведаць хатнюю старонку ўбудовы"
957
-
958
- #~ msgid "plugin"
959
- #~ msgstr "убудова"
960
-
961
- #~ msgid "Version"
962
- #~ msgstr "Версія"
963
-
964
- #~ msgid "History"
965
- #~ msgstr "Гісторыя"
966
-
967
- #~ msgid "plugin activate"
968
- #~ msgstr "убудова актываваны"
969
-
970
- #~ msgid ""
971
- #~ "<a href=\"http://wordpress.org/extend/plugins/adminimize/"
972
- #~ "\">Documentation</a>"
973
- #~ msgstr ""
974
- #~ "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Дакументацыя</"
975
- #~ "a>"
976
-
977
- #~ msgid "WriteScroll"
978
- #~ msgstr "Прагортка акна напісання"
979
-
980
- #~ msgid ""
981
- #~ "With the WriteScroll option active, these pages will automatically scroll "
982
- #~ "to an optimal position for editing, when you visit Write Post or Write "
983
- #~ "Page."
984
- #~ msgstr ""
985
- #~ "Пры актыўнай опцыі WriteScroll, старонкі стварэнне запісаў і старонак "
986
- #~ "будуць аўтаматычна пракручвацца да аптымальнай позации для рэдагавання."
987
-
988
- #~ msgid "Favorite Actions"
989
- #~ msgstr "Каханыя дзеянні"
990
-
991
- #~ msgid "Screen-Meta"
992
- #~ msgstr "Налады экрана"
993
-
994
- #~ msgid "Contextual Help"
995
- #~ msgstr "Кантэкстная дапамога"
996
-
997
- #~ msgid "Admin Color Scheme"
998
- #~ msgstr "Колеравая схема адмінкі"
999
-
1000
- #~ msgid "Excerpt"
1001
- #~ msgstr "Цытата"
1002
-
1003
- #~ msgid "Trackbacks"
1004
- #~ msgstr "Трэкбэкі"
1005
-
1006
- #~ msgid "Post Author"
1007
- #~ msgstr "Аўтар запісу"
1008
-
1009
- #~ msgid "Post Revisions"
1010
- #~ msgstr "Рэвізіі запісу"
1011
-
1012
- #~ msgid "Suggested tags from"
1013
- #~ msgstr "Звязаныя пазнакі з"
1014
-
1015
- #~ msgid "Text Control"
1016
- #~ msgstr "Кіраванне тэкстам"
1017
-
1018
- #~ msgid "HTML Special Characters"
1019
- #~ msgstr "Адмысловыя знакі HTML"
1020
-
1021
- #~ msgid "Page Parent"
1022
- #~ msgstr "Бацькоўская старонка"
1023
-
1024
- #~ msgid "About the plugin"
1025
- #~ msgstr "Аб гэтай убудове"
1026
-
1027
- #~ msgid "PayPal - The safer, easier way to pay online!"
1028
- #~ msgstr "PayPal - бяспечны і проста шлях для анлайну плацяжоў!"
1029
-
1030
- #~ msgid "All"
1031
- #~ msgstr "Усё"
1032
-
1033
- #~ msgid "None"
1034
- #~ msgstr "Нічога"
1035
-
1036
- #~ msgid "It is possible to hide the favorite-actions in the header."
1037
- #~ msgstr "Магчыма схаваць каханыя дзеянні з загалоўка."
1038
-
1039
- #~ msgid "It is possible to hide the screen-options."
1040
- #~ msgstr "Магчыма схаваць налады экрана"
1041
-
1042
- #~ msgid "Menu Order"
1043
- #~ msgstr "Парадак меню"
1044
-
1045
- #~ msgid "It is possible to set a new menu-order."
1046
- #~ msgstr "Магчыма задаць новы парадак меню."
1047
-
1048
- #~ msgid "Sidebar Width"
1049
- #~ msgstr "Шырыня бакавой калонкі"
1050
-
1051
- #~ msgid ""
1052
- #~ "The sidebar on the right side in the area <em>Edit</em> is configurable. "
1053
- #~ "Default is 200 pixel in the WordPress Theme <em>Classic</em> and "
1054
- #~ "<em>Fresh</em>"
1055
- #~ msgstr ""
1056
- #~ "Бакавая калонка з правага боку вобласці <em>рэдагавання</em> "
1057
- #~ "наладжвальная. Па змаўчанні шырыня яе складае 200 пікселяў у стылях "
1058
- #~ "WordPress <em>Класічны</em> і <em>Новы</em>"
1059
-
1060
- #~ msgid "Dashmenu"
1061
- #~ msgstr "Меню панэлі"
1062
-
1063
- #~ msgid ""
1064
- #~ "The &quot;Dashboard-area&quot; is on the top left side of the backend. "
1065
- #~ "You can hide show."
1066
- #~ msgstr "Вобласць дошкі аб'яў у левым верхнім куту. Вы можаце схаваць яе."
1067
-
1068
- #~ msgid "It is possible to hide the Admin Color Schemes."
1069
- #~ msgstr "Магчыма схаваць колеравыя схемы адмінкі."
1070
-
1071
- #~ msgid "Deactivate for Subscriber"
1072
- #~ msgstr "Адключыць для падпісантаў"
1073
-
1074
- #~ msgid "Deactivate for Contributor"
1075
- #~ msgstr "Адключыць для ўдзельнікаў"
1076
-
1077
- #~ msgid "Deactivate for Editor"
1078
- #~ msgstr "Адключыць для рэдактараў"
1079
-
1080
- #~ msgid "Deactivate for Administrator"
1081
- #~ msgstr "Адключыць для адміністратараў"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/adminimize-da_DK.mo DELETED
Binary file
languages/adminimize-da_DK.po DELETED
@@ -1,1036 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Adminimize 1.7.9\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-12-15 21:53+0100\n"
6
- "PO-Revision-Date: \n"
7
- "Last-Translator: Frank Bültge <frank@bueltge.de>\n"
8
- "Language-Team: Team Blogos <wordpress@blogos.dk>\n"
9
- "Language: da_DK\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "Plural-Forms: nplurals=2;plural=n != 1;\n"
14
- "X-Poedit-SourceCharset: utf-8\n"
15
- "X-Poedit-KeywordsList: __;_e;_n:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
16
- "_nc:1,2;_nx:1,2;_n_noop:1,2;_nx_noop;_x;_c;esc_html__;esc_html_e;esc_html_x;"
17
- "esc_attr__;esc_attr_e;esc_attr_x\n"
18
- "X-Poedit-Basepath: d:/wordpress/plugins/adminimize\n"
19
- "X-Generator: Poedit 1.8.4\n"
20
- "X-Poedit-SearchPath-0: d:/wordpress/plugins/adminimize\n"
21
-
22
- #: adminimize.php:141
23
- msgid "Keymaster"
24
- msgstr ""
25
-
26
- #: adminimize.php:142
27
- msgid "Moderator"
28
- msgstr ""
29
-
30
- #: adminimize.php:143
31
- msgid "Participant"
32
- msgstr ""
33
-
34
- #: adminimize.php:144
35
- msgid "Spectator"
36
- msgstr ""
37
-
38
- #: adminimize.php:145
39
- msgid "Blocked"
40
- msgstr ""
41
-
42
- #: adminimize.php:447 inc-options/links_options.php:52
43
- #: inc-options/write_cp_options.php:103 inc-options/write_post_options.php:97
44
- msgid "Categories"
45
- msgstr "Kategorier"
46
-
47
- #: adminimize.php:454 adminimize.php:481
48
- msgid "+ Add New Category"
49
- msgstr "+ Tilføj ny kategori"
50
-
51
- #: adminimize.php:459 adminimize.php:488
52
- msgid "New category name"
53
- msgstr "Nyt kategorinavn"
54
-
55
- #: adminimize.php:467 adminimize.php:492 adminimize.php:499
56
- msgid "Parent category"
57
- msgstr "Forælder-kategori"
58
-
59
- #: adminimize.php:472 adminimize.php:504
60
- msgid "Add"
61
- msgstr "Tilføj"
62
-
63
- #: adminimize.php:486 inc-options/write_cp_options.php:104
64
- #: inc-options/write_post_options.php:98
65
- msgid "Add New Category"
66
- msgstr "Tilføj ny kategori"
67
-
68
- #: adminimize.php:605 adminimize.php:607 adminimize.php:613
69
- msgid "Dashboard"
70
- msgstr "Kontrolpanel"
71
-
72
- #: adminimize.php:700 adminimize.php:705 adminimize.php:706 adminimize.php:747
73
- #: adminimize.php:754 adminimize.php:755 adminimize.php:1223
74
- #: inc-setup/remove-admin-bar.php:64 inc-setup/remove-admin-bar.php:91
75
- #: inc-setup/remove-admin-bar.php:285
76
- msgid "Log Out"
77
- msgstr "Log ud"
78
-
79
- #: adminimize.php:1275
80
- msgid "Settings"
81
- msgstr "Indstillinger"
82
-
83
- #: adminimize.php:1288
84
- msgid "Adminimize Options"
85
- msgstr "Adminimize-indstillinger"
86
-
87
- #: adminimize.php:1289
88
- msgid "Adminimize"
89
- msgstr "Adminimere"
90
-
91
- #: adminimize.php:1322
92
- msgid "Cheatin&#8217; uh?"
93
- msgstr "Snyder du, hva'?"
94
-
95
- #: adminimize.php:1371
96
- msgid ""
97
- "Cheatin&#8217; uh? You do not have the right permission to update settings"
98
- msgstr ""
99
-
100
- #: adminimize.php:1849
101
- msgid "Please upload a valid .json file"
102
- msgstr ""
103
-
104
- #: adminimize.php:1855
105
- #, fuzzy
106
- msgid "Please upload a file to import"
107
- msgstr "Upload fil og importér &raquo;"
108
-
109
- #: inc-options/admin_bar.php:22 inc-options/admin_bar_frontend.php:22
110
- #: inc-options/backend_options.php:15 inc-options/dashboard_options.php:16
111
- #: inc-options/deinstall_options.php:14 inc-options/global_options.php:15
112
- #: inc-options/im_export_options.php:14 inc-options/links_options.php:15
113
- #: inc-options/menu_options.php:15 inc-options/theme_options.php:14
114
- #: inc-options/widget_options.php:15 inc-options/wp_nav_menu_options.php:14
115
- #: inc-options/write_cp_options.php:20 inc-options/write_page_options.php:14
116
- #: inc-options/write_post_options.php:15
117
- msgid "Click to toggle"
118
- msgstr "Klik for at invertere valg"
119
-
120
- #: inc-options/admin_bar.php:23
121
- #, fuzzy
122
- msgid "Admin Bar Back end options"
123
- msgstr "Indstillinger for kontrolpanel"
124
-
125
- #: inc-options/admin_bar.php:41 inc-options/admin_bar_frontend.php:43
126
- #: inc-options/dashboard_options.php:33 inc-options/dashboard_options.php:99
127
- #: inc-options/global_options.php:23 inc-options/global_options.php:106
128
- #: inc-options/links_options.php:23 inc-options/links_options.php:101
129
- #: inc-options/widget_options.php:23 inc-options/widget_options.php:109
130
- #: inc-options/wp_nav_menu_options.php:22
131
- #: inc-options/wp_nav_menu_options.php:122
132
- #: inc-options/write_cp_options.php:208 inc-options/write_page_options.php:186
133
- #: inc-options/write_post_options.php:182
134
- msgid "Option"
135
- msgstr "Indstilling"
136
-
137
- #: inc-options/admin_bar.php:44 inc-options/admin_bar_frontend.php:46
138
- #: inc-options/dashboard_options.php:36 inc-options/global_options.php:26
139
- #: inc-options/links_options.php:26 inc-options/menu_options.php:26
140
- #: inc-options/widget_options.php:26 inc-options/wp_nav_menu_options.php:25
141
- #: inc-options/write_cp_options.php:33 inc-options/write_page_options.php:25
142
- #: inc-options/write_post_options.php:26
143
- msgid "Deactivate for"
144
- msgstr "Deaktivér for"
145
-
146
- #: inc-options/admin_bar.php:114 inc-options/admin_bar_frontend.php:121
147
- #: inc-options/backend_options.php:200 inc-options/dashboard_options.php:124
148
- #: inc-options/global_options.php:131 inc-options/links_options.php:126
149
- #: inc-options/menu_options.php:207 inc-options/widget_options.php:134
150
- #: inc-options/wp_nav_menu_options.php:147
151
- #: inc-options/write_cp_options.php:243 inc-options/write_page_options.php:211
152
- #: inc-options/write_post_options.php:207
153
- msgid "Update Options"
154
- msgstr "Opdatér indstillinger"
155
-
156
- #: inc-options/admin_bar.php:120 inc-options/admin_bar_frontend.php:127
157
- #: inc-options/backend_options.php:202 inc-options/dashboard_options.php:129
158
- #: inc-options/deinstall_options.php:27 inc-options/global_options.php:133
159
- #: inc-options/links_options.php:129 inc-options/menu_options.php:209
160
- #: inc-options/theme_options.php:123 inc-options/widget_options.php:136
161
- #: inc-options/wp_nav_menu_options.php:149
162
- #: inc-options/write_cp_options.php:248 inc-options/write_page_options.php:213
163
- #: inc-options/write_post_options.php:209
164
- msgid "scroll to top"
165
- msgstr "scroll til top"
166
-
167
- #: inc-options/admin_bar_frontend.php:24
168
- msgid "Admin Bar Front end options"
169
- msgstr ""
170
-
171
- #: inc-options/backend_options.php:16
172
- msgid "Backend Options"
173
- msgstr "Indstillinger for kontrolpanel"
174
-
175
- #: inc-options/backend_options.php:27
176
- #, fuzzy
177
- msgid "Use Global Settings"
178
- msgstr "Globale indstillinger"
179
-
180
- #: inc-options/backend_options.php:36
181
- msgid "The plugin is active in multiste."
182
- msgstr ""
183
-
184
- #: inc-options/backend_options.php:40
185
- msgid "False"
186
- msgstr ""
187
-
188
- #: inc-options/backend_options.php:41
189
- msgid "True"
190
- msgstr ""
191
-
192
- #: inc-options/backend_options.php:42
193
- msgid "Use the settings global in your Multisite network."
194
- msgstr ""
195
-
196
- #: inc-options/backend_options.php:47
197
- msgid "Exclude Super Admin"
198
- msgstr ""
199
-
200
- #: inc-options/backend_options.php:51 inc-options/backend_options.php:62
201
- #: inc-options/backend_options.php:75 inc-options/backend_options.php:85
202
- #: inc-options/backend_options.php:98 inc-options/backend_options.php:109
203
- #: inc-options/backend_options.php:122 inc-options/backend_options.php:132
204
- #: inc-options/backend_options.php:143 inc-options/backend_options.php:153
205
- #: inc-options/backend_options.php:182
206
- msgid "Default"
207
- msgstr "Standard"
208
-
209
- #: inc-options/backend_options.php:52 inc-options/backend_options.php:110
210
- #: inc-options/backend_options.php:123 inc-options/backend_options.php:133
211
- #: inc-options/backend_options.php:144 inc-options/backend_options.php:154
212
- msgid "Activate"
213
- msgstr "Aktivér"
214
-
215
- #: inc-options/backend_options.php:53
216
- msgid ""
217
- "Exclude the Super Admin on a WP Multisite Install from all limitations of "
218
- "this plugin."
219
- msgstr ""
220
-
221
- #: inc-options/backend_options.php:58
222
- msgid "User-Info"
223
- msgstr "Brugerinformation"
224
-
225
- #: inc-options/backend_options.php:63 inc-options/backend_options.php:86
226
- #: inc-options/backend_options.php:99
227
- msgid "Hide"
228
- msgstr "Skjul"
229
-
230
- #: inc-options/backend_options.php:64
231
- msgid "Only logout"
232
- msgstr "Kun log ud"
233
-
234
- #: inc-options/backend_options.php:65
235
- msgid "User &amp; Logout"
236
- msgstr "Bruger &amp; Log ud"
237
-
238
- #: inc-options/backend_options.php:66
239
- msgid ""
240
- "The &quot;User-Info-area&quot; is on the top right side of the backend. You "
241
- "can hide or reduced show."
242
- msgstr ""
243
- "&quot;Brugerinfo-området&quot; er for oven til højre i kontrolpanelet. Du "
244
- "kan skjule det eller gøre det mindre."
245
-
246
- #: inc-options/backend_options.php:71
247
- msgid "Change User-Info, redirect to"
248
- msgstr "Ændr Brugerinfo, viderestil til"
249
-
250
- #: inc-options/backend_options.php:76
251
- msgid "Frontpage of the Blog"
252
- msgstr "Bloggens forside"
253
-
254
- #: inc-options/backend_options.php:77
255
- msgid ""
256
- "When the &quot;User-Info-area&quot; change it, then it is possible to change "
257
- "the redirect."
258
- msgstr ""
259
- "Når &quot;Brugerinfo-området&quot; ændret det, er det muligt at ændre "
260
- "viderestillingen."
261
-
262
- #: inc-options/backend_options.php:81
263
- msgid "Footer"
264
- msgstr "Footeren"
265
-
266
- #: inc-options/backend_options.php:87
267
- msgid "The Footer-area can hide, include all links and details."
268
- msgstr "Footer-området kan skjules, inkl. alle links og detaljer."
269
-
270
- #: inc-options/backend_options.php:94
271
- msgid "Header"
272
- msgstr "Header"
273
-
274
- #: inc-options/backend_options.php:100
275
- msgid "The Header-area can hide, include all links and details."
276
- msgstr "Header-området kan skjules, inkl. alle links og detaljer."
277
-
278
- #: inc-options/backend_options.php:105
279
- msgid "Timestamp"
280
- msgstr "Tidsstempel"
281
-
282
- #: inc-options/backend_options.php:111
283
- msgid ""
284
- "Opens the post timestamp editing fields without you having to click the "
285
- "\"Edit\" link every time."
286
- msgstr ""
287
- "Åbner redigeringsfelterne for indlæggets tidsstempel, uden at du behøver at "
288
- "klikke på \"Redigér\"-linket hele tiden."
289
-
290
- #: inc-options/backend_options.php:118
291
- msgid "Thickbox FullScreen"
292
- msgstr "Thickbox-fuldskærm"
293
-
294
- #: inc-options/backend_options.php:124
295
- msgid ""
296
- "All Thickbox-function use the full area of the browser. Thickbox is for "
297
- "example in upload media-files."
298
- msgstr ""
299
- "Alle Thickbox-funktioner bruger hele browserens område. Thickbox bruges f."
300
- "eks. til upload af mediefiler."
301
-
302
- #: inc-options/backend_options.php:128
303
- msgid "Flashuploader"
304
- msgstr "Flash-uploader"
305
-
306
- #: inc-options/backend_options.php:134
307
- msgid "Disable the flashuploader and users use only the standard uploader."
308
- msgstr ""
309
- "Deaktivér Flash-uploaderen, så brugerne kun kan bruge standard-uploaderen."
310
-
311
- #: inc-options/backend_options.php:139
312
- msgid "Category Height"
313
- msgstr "Højde for kategorier"
314
-
315
- #: inc-options/backend_options.php:145
316
- msgid ""
317
- "View the Meta Box with Categories in the full height, no scrollbar or "
318
- "whitespace."
319
- msgstr ""
320
- "Se Meta-boksen med kategorier i fuld højde, ingen scrollbar eller whitespace."
321
-
322
- #: inc-options/backend_options.php:149
323
- msgid "Advice in Footer"
324
- msgstr "Henvisning i footer"
325
-
326
- #: inc-options/backend_options.php:156
327
- msgid ""
328
- "In the Footer you can display an advice for changing the Default-design, "
329
- "(x)HTML is possible."
330
- msgstr ""
331
- "I footeren kan du vise et råd om at ændre standard-designet, (x)HTML kan "
332
- "bruges."
333
-
334
- #: inc-options/backend_options.php:178
335
- msgid "Dashboard deactivate, redirect to"
336
- msgstr "Deaktivér kontrolpanel; viderestil til"
337
-
338
- #: inc-options/backend_options.php:183
339
- msgid "Manage Posts"
340
- msgstr "Indlæg"
341
-
342
- #: inc-options/backend_options.php:184
343
- msgid "Manage Pages"
344
- msgstr "Sider"
345
-
346
- #: inc-options/backend_options.php:185
347
- msgid "Write Post"
348
- msgstr "Nyt indlæg"
349
-
350
- #: inc-options/backend_options.php:186
351
- msgid "Write Page"
352
- msgstr "Ny side"
353
-
354
- #: inc-options/backend_options.php:187
355
- msgid "Comments"
356
- msgstr "Kommentarer"
357
-
358
- #: inc-options/backend_options.php:188
359
- msgid "other Page"
360
- msgstr "anden side"
361
-
362
- #: inc-options/backend_options.php:191
363
- #, fuzzy
364
- msgid ""
365
- "You have deactivated the Dashboard, please select a page for redirection or "
366
- "define custom url, include http://?"
367
- msgstr ""
368
- "Du har deaktiveret kontrolpanelet; vælg en side, der skal viderestilles til?"
369
-
370
- #: inc-options/dashboard_options.php:17
371
- #, fuzzy
372
- msgid "Dashboard options"
373
- msgstr "Kontrolpanel"
374
-
375
- #: inc-options/dashboard_options.php:25
376
- msgid ""
377
- "To complete the installation for Dashboard Widgets you must visit your "
378
- "dashboard once and then come back to Settings > Adminimize to configure who "
379
- "has access to each widget."
380
- msgstr ""
381
-
382
- #: inc-options/dashboard_options.php:98 inc-options/global_options.php:105
383
- msgid "Your own options"
384
- msgstr "Dine egne indstillinger"
385
-
386
- #: inc-options/dashboard_options.php:98 inc-options/global_options.php:105
387
- #: inc-options/links_options.php:100 inc-options/widget_options.php:108
388
- #: inc-options/wp_nav_menu_options.php:121
389
- #: inc-options/write_cp_options.php:206 inc-options/write_page_options.php:185
390
- #: inc-options/write_post_options.php:181
391
- msgid "ID or class"
392
- msgstr "Id eller klasse"
393
-
394
- #: inc-options/dashboard_options.php:105 inc-options/global_options.php:112
395
- #: inc-options/links_options.php:107 inc-options/widget_options.php:115
396
- #: inc-options/wp_nav_menu_options.php:128
397
- #: inc-options/write_cp_options.php:215 inc-options/write_page_options.php:192
398
- #: inc-options/write_post_options.php:188
399
- msgid ""
400
- "It is possible to add your own IDs or classes from elements and tags. You "
401
- "can find IDs and classes with the FireBug Add-on for Firefox. Assign a value "
402
- "and the associate name per line."
403
- msgstr ""
404
- "Det er muligt at tilføje dine egne id'er eller classes fra elementer og "
405
- "tags. Du kan finde disse id'er og classes med Firebug-udvidelsen til "
406
- "Firefox. Tildel en værdi og det tilhørende navn per linje."
407
-
408
- #: inc-options/dashboard_options.php:111 inc-options/global_options.php:118
409
- #: inc-options/links_options.php:113 inc-options/widget_options.php:121
410
- #: inc-options/wp_nav_menu_options.php:134
411
- #: inc-options/write_cp_options.php:225 inc-options/write_page_options.php:198
412
- #: inc-options/write_post_options.php:194
413
- msgid ""
414
- "Possible nomination for ID or class. Separate multiple nominations through a "
415
- "carriage return."
416
- msgstr ""
417
- "Mulig benævnelse på id eller klasse. Adskil flere benævnelser med ny linje."
418
-
419
- #: inc-options/dashboard_options.php:116 inc-options/global_options.php:123
420
- #: inc-options/links_options.php:118 inc-options/widget_options.php:126
421
- #: inc-options/wp_nav_menu_options.php:139
422
- #: inc-options/write_cp_options.php:233 inc-options/write_page_options.php:203
423
- #: inc-options/write_post_options.php:199
424
- msgid ""
425
- "Possible IDs or classes. Separate multiple values through a carriage return."
426
- msgstr "Mulige id'er eller classes. Adskil flere værdier med en ny linje."
427
-
428
- #: inc-options/deinstall_options.php:15
429
- #, fuzzy
430
- msgid "Uninstall Options"
431
- msgstr "Indstillinger for afinstallation"
432
-
433
- #: inc-options/deinstall_options.php:18
434
- msgid ""
435
- "Use this option for clean your database from all entries of this plugin. "
436
- "When you deactivate the plugin, the deinstall of the plugin <strong>clean "
437
- "not</strong> all entries in the database."
438
- msgstr ""
439
- "Brug denne indstilling for at rense din database for alle poster tilhørende "
440
- "dette plugin. Når du deaktiverer pluginet, <strong>fjerner</strong> "
441
- "pluginnet <strong>ikke</strong> alle sine poster i databasen."
442
-
443
- #: inc-options/deinstall_options.php:22
444
- msgid "Delete Options"
445
- msgstr "Slet indstillinger"
446
-
447
- #: inc-options/global_options.php:16
448
- msgid "Global options"
449
- msgstr "Globale indstillinger"
450
-
451
- #: inc-options/im_export_options.php:15
452
- msgid "Export/Import Options"
453
- msgstr "Eksport/Import-indstillinger"
454
-
455
- #: inc-options/im_export_options.php:20
456
- msgid "Export"
457
- msgstr "Eksportér"
458
-
459
- #: inc-options/im_export_options.php:24
460
- #, fuzzy
461
- msgid "You can save a JSON formatted \".json\" file with your settings."
462
- msgstr "Du kan gemme en SEQ-fil med dine indstillinger."
463
-
464
- #: inc-options/im_export_options.php:40
465
- msgid "Import"
466
- msgstr "Importér"
467
-
468
- #: inc-options/im_export_options.php:47
469
- #, fuzzy
470
- msgid ""
471
- "Choose a Adminimize (<em>.json</em>) file to upload, then click <em>Upload "
472
- "file and import</em>."
473
- msgstr ""
474
- "Vælg en Adminimize (<em>.seq</em>) fil, du vil uploade; klik så <em>Upload "
475
- "fil og importér</em>."
476
-
477
- #: inc-options/links_options.php:16
478
- msgid "Links options"
479
- msgstr "Links-indstillinger"
480
-
481
- #: inc-options/links_options.php:49
482
- msgid "Name"
483
- msgstr "Navn"
484
-
485
- #: inc-options/links_options.php:50
486
- msgid "Web Address"
487
- msgstr "webadresse"
488
-
489
- #: inc-options/links_options.php:51
490
- msgid "Description"
491
- msgstr "Beskrivelse"
492
-
493
- #: inc-options/links_options.php:53
494
- msgid "Target"
495
- msgstr "Target"
496
-
497
- #: inc-options/links_options.php:54
498
- msgid "Link Relationship (XFN)"
499
- msgstr "Linkrelationer (XFN)"
500
-
501
- #: inc-options/links_options.php:55
502
- msgid "Advanced"
503
- msgstr "Avanceret"
504
-
505
- #: inc-options/links_options.php:56 inc-options/write_cp_options.php:112
506
- #: inc-options/write_page_options.php:113
507
- #: inc-options/write_post_options.php:107
508
- msgid "Publish Actions"
509
- msgstr "Udgiv-handlinger"
510
-
511
- #: inc-options/links_options.php:100
512
- #, fuzzy
513
- msgid "Your own Link options"
514
- msgstr "Dine egne indstillinger"
515
-
516
- #: inc-options/menu_options.php:16
517
- msgid "Menu Options"
518
- msgstr "Menu-indstillinger"
519
-
520
- #: inc-options/menu_options.php:23
521
- #, fuzzy
522
- msgid "Menu options - Menu, <span>Submenu</span>"
523
- msgstr ""
524
- "Menu-indstillinger - Menu, <span style=\\\"font-weight: 400;\\\">Undermenu</"
525
- "span>"
526
-
527
- #: inc-options/menu_options.php:78 inc-options/menu_options.php:153
528
- msgid "After activate the check box it heavy attitudes will change."
529
- msgstr ""
530
- "Når afkrydsningsfeltet er aktiveret, bliver det vanskeligere at ændre "
531
- "indstillinger."
532
-
533
- #: inc-options/menu_options.php:128
534
- msgid "Profile"
535
- msgstr "Profil"
536
-
537
- #: inc-options/minimenu.php:15
538
- msgid "Network"
539
- msgstr ""
540
-
541
- #: inc-options/minimenu.php:150
542
- #, fuzzy
543
- msgid ""
544
- "Further information: Visit the <a href=\"http://wordpress.org/extend/plugins/"
545
- "adminimize/\">plugin homepage</a> for further information or to grab the "
546
- "latest version of this plugin. Also see the <a href=\"http://wordpress.org/"
547
- "support/plugin/adminimize\">support forum</a> for questions."
548
- msgstr ""
549
- "Yderligere information: Besøg <a href=\"http://bueltge.de/wordpress-admin-"
550
- "theme-adminimize/674/\">plugin-hjemmesiden</a> for yderligere information "
551
- "eller for at hente den seneste udgave af pluginnet."
552
-
553
- #: inc-options/minimenu.php:161
554
- msgid ""
555
- "You want to thank me? Visit my <a href=\"http://bueltge.de/wunschliste/"
556
- "\">wishlist</a> or donate."
557
- msgstr ""
558
- "Ønsker du at takke mig? Besøg min <a href=\"http://bueltge.de/wunschliste/"
559
- "\">ønskeliste</a> eller send en donation."
560
-
561
- #: inc-options/minimenu.php:179 inc-options/settings_notice.php:17
562
- msgid ""
563
- "Please note: The Adminimize settings page ignores the Menu Options below and "
564
- "displays the menu with all entries.<br /><span style=\"font-weight: 300;"
565
- "\">To view your changes to the menu you need to navigate away from the "
566
- "Adminimize settings page.</span>"
567
- msgstr ""
568
-
569
- #: inc-options/theme_options.php:15 inc-options/theme_options.php:115
570
- msgid "Set Theme"
571
- msgstr "Aktivér tema"
572
-
573
- #: inc-options/theme_options.php:26
574
- msgid ""
575
- "For better peformance with many users on your blog; load only userlist, when "
576
- "you will change the theme options for users."
577
- msgstr ""
578
- "Hvis du mange brugere på din blog, kan du øge hastigheden ved kun at indlæse "
579
- "listen over brugere, når du vil ændre tema-indstillingerne for brugere."
580
-
581
- #: inc-options/theme_options.php:33
582
- msgid "Load User Data"
583
- msgstr "Indlæser data på brugere"
584
-
585
- #: inc-options/theme_options.php:47
586
- msgid "User-ID"
587
- msgstr "Bruger-id"
588
-
589
- #: inc-options/theme_options.php:48
590
- msgid "Username"
591
- msgstr "Brugernavn"
592
-
593
- #: inc-options/theme_options.php:49
594
- msgid "Display name publicly as"
595
- msgstr "Vis navn offentligt som"
596
-
597
- #: inc-options/theme_options.php:50
598
- msgid "Admin-Color Scheme"
599
- msgstr "Admin-farveskema"
600
-
601
- #: inc-options/theme_options.php:51
602
- msgid "User Level"
603
- msgstr "Brugerniveau"
604
-
605
- #: inc-options/theme_options.php:52
606
- msgid "Role"
607
- msgstr "Rolle"
608
-
609
- #: inc-options/widget_options.php:16
610
- #, fuzzy
611
- msgid "Widget options"
612
- msgstr "Links-indstillinger"
613
-
614
- #: inc-options/widget_options.php:46 inc-options/wp_nav_menu_options.php:48
615
- #: inc-options/write_cp_options.php:98 inc-options/write_page_options.php:94
616
- #: inc-options/write_post_options.php:92
617
- msgid "Help"
618
- msgstr "Hjælp"
619
-
620
- #: inc-options/widget_options.php:47 inc-options/wp_nav_menu_options.php:49
621
- #: inc-options/write_cp_options.php:99 inc-options/write_page_options.php:95
622
- #: inc-options/write_post_options.php:93
623
- msgid "Screen Options"
624
- msgstr "Skærm-indstillinger"
625
-
626
- #: inc-options/widget_options.php:48
627
- msgid "Available Widgets"
628
- msgstr ""
629
-
630
- #: inc-options/widget_options.php:49
631
- msgid "Inactive Sidebar (not used)"
632
- msgstr ""
633
-
634
- #: inc-options/widget_options.php:50
635
- msgid "Inactive Widgets"
636
- msgstr ""
637
-
638
- #: inc-options/widget_options.php:108
639
- #, fuzzy
640
- msgid "Your own Widget options"
641
- msgstr "Dine egne sideindstillinger"
642
-
643
- #: inc-options/wp_nav_menu_options.php:15
644
- #, fuzzy
645
- msgid "WP Nav Menu options"
646
- msgstr "Menu-indstillinger"
647
-
648
- #: inc-options/wp_nav_menu_options.php:50
649
- #: inc-options/wp_nav_menu_options.php:56
650
- msgid "Theme Locations"
651
- msgstr ""
652
-
653
- #: inc-options/wp_nav_menu_options.php:51
654
- #, fuzzy
655
- msgid "Custom Links"
656
- msgstr "Egne felter"
657
-
658
- #: inc-options/wp_nav_menu_options.php:52
659
- msgid "Add menu"
660
- msgstr ""
661
-
662
- #: inc-options/wp_nav_menu_options.php:121
663
- #, fuzzy
664
- msgid "Your own Nav Menu options"
665
- msgstr "Dine egne sideindstillinger"
666
-
667
- #: inc-options/write_cp_options.php:22 inc-options/write_cp_options.php:30
668
- #, fuzzy
669
- msgid "Write options"
670
- msgstr "Indstillinger for Nyt indlæg"
671
-
672
- #: inc-options/write_cp_options.php:100 inc-options/write_page_options.php:97
673
- #: inc-options/write_post_options.php:95
674
- msgid "Permalink"
675
- msgstr "Permalink"
676
-
677
- #: inc-options/write_cp_options.php:101 inc-options/write_cp_options.php:139
678
- #: inc-options/write_post_options.php:96
679
- #: inc-options/write_post_options.php:131
680
- msgid "Tags"
681
- msgstr "Tags"
682
-
683
- #: inc-options/write_cp_options.php:102
684
- msgid "Format"
685
- msgstr ""
686
-
687
- #: inc-options/write_cp_options.php:105 inc-options/write_post_options.php:100
688
- msgid "Password Protect This Post"
689
- msgstr "Kodeordsbeskyt dette indlæg"
690
-
691
- #: inc-options/write_cp_options.php:106 inc-options/write_post_options.php:101
692
- msgid "Related, Shortcuts"
693
- msgstr "Se også: genveje"
694
-
695
- #: inc-options/write_cp_options.php:107 inc-options/write_page_options.php:108
696
- #: inc-options/write_post_options.php:102
697
- #, fuzzy
698
- msgid "Messages"
699
- msgstr "Beskder"
700
-
701
- #: inc-options/write_cp_options.php:108 inc-options/write_page_options.php:109
702
- #: inc-options/write_post_options.php:103
703
- msgid "h2: Advanced Options"
704
- msgstr "h2: Avancerede indstillinger"
705
-
706
- #: inc-options/write_cp_options.php:109 inc-options/write_page_options.php:110
707
- #: inc-options/write_post_options.php:104
708
- msgid "Media Buttons (all)"
709
- msgstr "Medieknapper (alle)"
710
-
711
- #: inc-options/write_cp_options.php:110 inc-options/write_page_options.php:111
712
- #: inc-options/write_post_options.php:105
713
- msgid "Word count"
714
- msgstr "Antal ord"
715
-
716
- #: inc-options/write_cp_options.php:111 inc-options/write_post_options.php:106
717
- msgid "Post Slug"
718
- msgstr "Kort <span title=\"post slug\">indlægstitel</span>"
719
-
720
- #: inc-options/write_cp_options.php:113 inc-options/write_page_options.php:114
721
- #: inc-options/write_post_options.php:108
722
- msgid "Discussion"
723
- msgstr "Diskussion"
724
-
725
- #: inc-options/write_cp_options.php:114 inc-options/write_page_options.php:115
726
- #: inc-options/write_post_options.php:109
727
- msgid "HTML Editor Button"
728
- msgstr "Knap for HTML-editor"
729
-
730
- #: inc-options/write_cp_options.php:124 inc-options/write_post_options.php:118
731
- msgid "Post Thumbnail"
732
- msgstr "Indlægsminiature"
733
-
734
- #: inc-options/write_cp_options.php:130 inc-options/write_page_options.php:128
735
- #: inc-options/write_post_options.php:122
736
- msgid "Quick Edit Link"
737
- msgstr ""
738
-
739
- #: inc-options/write_cp_options.php:131 inc-options/write_cp_options.php:135
740
- #: inc-options/write_cp_options.php:138 inc-options/write_cp_options.php:141
741
- #: inc-options/write_page_options.php:129
742
- #: inc-options/write_page_options.php:134
743
- #: inc-options/write_page_options.php:137
744
- #: inc-options/write_post_options.php:123
745
- #: inc-options/write_post_options.php:127
746
- #: inc-options/write_post_options.php:130
747
- #: inc-options/write_post_options.php:133
748
- msgid "QE"
749
- msgstr ""
750
-
751
- #: inc-options/write_cp_options.php:131 inc-options/write_page_options.php:129
752
- #: inc-options/write_post_options.php:123
753
- msgid "Inline Edit Left"
754
- msgstr ""
755
-
756
- #: inc-options/write_cp_options.php:132 inc-options/write_page_options.php:130
757
- #: inc-options/write_post_options.php:124
758
- msgid "All Labels"
759
- msgstr ""
760
-
761
- #: inc-options/write_cp_options.php:133 inc-options/write_page_options.php:132
762
- #: inc-options/write_post_options.php:125
763
- msgid "Author"
764
- msgstr "Forfatter"
765
-
766
- #: inc-options/write_cp_options.php:134 inc-options/write_page_options.php:133
767
- #: inc-options/write_post_options.php:126
768
- #, fuzzy
769
- msgid "Password and Private"
770
- msgstr "Kodeordsbeskyt denne side"
771
-
772
- #: inc-options/write_cp_options.php:135 inc-options/write_post_options.php:127
773
- msgid "Inline Edit Center"
774
- msgstr ""
775
-
776
- #: inc-options/write_cp_options.php:136 inc-options/write_post_options.php:128
777
- #, fuzzy
778
- msgid "Categories Title"
779
- msgstr "Kategorier"
780
-
781
- #: inc-options/write_cp_options.php:137 inc-options/write_post_options.php:129
782
- #, fuzzy
783
- msgid "Categories List"
784
- msgstr "Kategorier"
785
-
786
- #: inc-options/write_cp_options.php:138 inc-options/write_page_options.php:134
787
- #: inc-options/write_post_options.php:130
788
- msgid "Inline Edit Right"
789
- msgstr ""
790
-
791
- #: inc-options/write_cp_options.php:140 inc-options/write_post_options.php:132
792
- msgid "Status, Sticky"
793
- msgstr ""
794
-
795
- #: inc-options/write_cp_options.php:141 inc-options/write_page_options.php:137
796
- #: inc-options/write_post_options.php:133
797
- msgid "Cancel/Save Button"
798
- msgstr ""
799
-
800
- #: inc-options/write_cp_options.php:205
801
- #, fuzzy, php-format
802
- msgid "Your own %s options"
803
- msgstr "Dine egne indstillinger"
804
-
805
- #: inc-options/write_page_options.php:15 inc-options/write_page_options.php:22
806
- msgid "Write options - Page"
807
- msgstr "Indstillinger for Ny side"
808
-
809
- #: inc-options/write_page_options.php:96 inc-options/write_post_options.php:94
810
- msgid "Title"
811
- msgstr ""
812
-
813
- #: inc-options/write_page_options.php:98
814
- msgid "Custom Fields"
815
- msgstr "Egne felter"
816
-
817
- #: inc-options/write_page_options.php:99
818
- msgid "Comments &amp; Pings"
819
- msgstr "Kommentarer &amp; Pings"
820
-
821
- #: inc-options/write_page_options.php:100
822
- #: inc-options/write_page_options.php:131
823
- #: inc-options/write_post_options.php:99
824
- msgid "Date"
825
- msgstr ""
826
-
827
- #: inc-options/write_page_options.php:101
828
- msgid "Password Protect This Page"
829
- msgstr "Kodeordsbeskyt denne side"
830
-
831
- #: inc-options/write_page_options.php:102
832
- msgid "Attributes"
833
- msgstr "Egenskaber"
834
-
835
- #: inc-options/write_page_options.php:103
836
- msgid "Page Template"
837
- msgstr "Sideskabelon"
838
-
839
- #: inc-options/write_page_options.php:104
840
- msgid "Page Order"
841
- msgstr "Siderækkefølge"
842
-
843
- #: inc-options/write_page_options.php:105
844
- msgid "Page Author"
845
- msgstr "Sideforfatter"
846
-
847
- #: inc-options/write_page_options.php:106
848
- msgid "Page Revisions"
849
- msgstr "Siderevisioner"
850
-
851
- #: inc-options/write_page_options.php:107
852
- msgid "Related"
853
- msgstr "Se også"
854
-
855
- #: inc-options/write_page_options.php:112
856
- msgid "Page Slug"
857
- msgstr "Kort <span title=\"post slug\">sidetitel</span>"
858
-
859
- #: inc-options/write_page_options.php:124
860
- msgid "Page Image"
861
- msgstr "Side-billede"
862
-
863
- #: inc-options/write_page_options.php:135
864
- #, fuzzy
865
- msgid "Parent, Order, Template"
866
- msgstr "Sideskabelon"
867
-
868
- #: inc-options/write_page_options.php:136
869
- msgid "Status"
870
- msgstr ""
871
-
872
- #: inc-options/write_page_options.php:185
873
- msgid "Your own page options"
874
- msgstr "Dine egne sideindstillinger"
875
-
876
- #: inc-options/write_post_options.php:16 inc-options/write_post_options.php:23
877
- msgid "Write options - Post"
878
- msgstr "Indstillinger for Nyt indlæg"
879
-
880
- #: inc-options/write_post_options.php:181
881
- msgid "Your own post options"
882
- msgstr "Dine egne indlægsindstillinger"
883
-
884
- #: inc-setup/messages.php:39
885
- msgid "Unknown error."
886
- msgstr "Ukendt fejl."
887
-
888
- #: inc-setup/messages.php:50
889
- msgid "The updates were saved."
890
- msgstr "Opdateringerne blev gemt."
891
-
892
- #: inc-setup/messages.php:53
893
- msgid "You have not enough rights to edit entries in the database."
894
- msgstr ""
895
- "Du har ikke tilstrækkelige rettigheder til at redigere indholdet i databasen."
896
-
897
- #: inc-setup/messages.php:56
898
- msgid "All entries in the database were imported."
899
- msgstr "Alt indholdet i databasen er blevet importeret."
900
-
901
- #: inc-setup/messages.php:59
902
- msgid "All entries in the database were deleted."
903
- msgstr "Alt indholdet i databasen er blevet slettet."
904
-
905
- #: inc-setup/messages.php:62
906
- msgid "Set the checkbox on deinstall-button."
907
- msgstr "Sæt kryds i afkrydsningsfeltet på afinstallationsknappen."
908
-
909
- #: inc-setup/messages.php:65
910
- msgid "Can't load menu and submenu."
911
- msgstr "Kan ikke indlæse menu og undermenu."
912
-
913
- #: inc-setup/messages.php:67
914
- msgid "Backend-Theme was activated!"
915
- msgstr "Kontrolpaneltema er aktiveret!"
916
-
917
- #: inc-setup/messages.php:69
918
- msgid "Load user data to themes was successful."
919
- msgstr "Indlæsning af brugerdata vedrørende temaerne lykkedes."
920
-
921
- #: inc-setup/remove-admin-bar.php:274
922
- msgid "Network Admin"
923
- msgstr ""
924
-
925
- #: inc-setup/remove-admin-bar.php:278
926
- msgid "Site Admin"
927
- msgstr ""
928
-
929
- #~ msgid "Blue"
930
- #~ msgstr "Blå"
931
-
932
- #~ msgid "Gray"
933
- #~ msgstr "Grå"
934
-
935
- #~ msgid "Classic"
936
- #~ msgstr "Klassisk"
937
-
938
- #~ msgid "Fresh"
939
- #~ msgstr "Frisk"
940
-
941
- #~ msgid "WordPress 2.3"
942
- #~ msgstr "WordPress 2.3"
943
-
944
- #~ msgid "Maybe i'm colorblind"
945
- #~ msgstr "Måske er jeg farveblind"
946
-
947
- #~ msgid "Grey"
948
- #~ msgstr "Grå"
949
-
950
- #~ msgid "Visit plugin homepage"
951
- #~ msgstr "Besøg plugin-hjemmesiden"
952
-
953
- #~ msgid "plugin"
954
- #~ msgstr "plugin"
955
-
956
- #~ msgid "Version"
957
- #~ msgstr "Version"
958
-
959
- #~ msgid "History"
960
- #~ msgstr "Historik"
961
-
962
- #~ msgid "plugin activate"
963
- #~ msgstr "aktivér plugin"
964
-
965
- #~ msgid ""
966
- #~ "<a href=\"http://wordpress.org/extend/plugins/adminimize/"
967
- #~ "\">Documentation</a>"
968
- #~ msgstr ""
969
- #~ "<a href=\"http://wordpress.org/extend/plugins/adminimize/"
970
- #~ "\">Dokumentation</a>"
971
-
972
- #~ msgid "About the plugin"
973
- #~ msgstr "Om pluginnet"
974
-
975
- #~ msgid "PayPal - The safer, easier way to pay online!"
976
- #~ msgstr "PayPal - Online-betalinger på den sikre og nemme måde!"
977
-
978
- #~ msgid "MiniMenu"
979
- #~ msgstr "MiniMenu"
980
-
981
- #~ msgid "WriteScroll"
982
- #~ msgstr "SkriveScroll"
983
-
984
- #~ msgid ""
985
- #~ "With the WriteScroll option active, these pages will automatically scroll "
986
- #~ "to an optimal position for editing, when you visit Write Post or Write "
987
- #~ "Page."
988
- #~ msgstr ""
989
- #~ "Når SkriveScroll-indstillingen er aktv, vil disse sider automatisk "
990
- #~ "scrolle til en position, der er optimal for redigering, når du redigerer "
991
- #~ "indlæg eller sider."
992
-
993
- #~ msgid "Favorite Actions"
994
- #~ msgstr "Favorithandlinger"
995
-
996
- #~ msgid "Screen-Meta"
997
- #~ msgstr "Skærm-meta"
998
-
999
- #~ msgid "Contextual Help"
1000
- #~ msgstr "Konteksthjælp"
1001
-
1002
- #~ msgid "Admin Color Scheme"
1003
- #~ msgstr "Admin-farveskema"
1004
-
1005
- #~ msgid "Excerpt"
1006
- #~ msgstr "Uddrag"
1007
-
1008
- #~ msgid "Trackbacks"
1009
- #~ msgstr "Trackbacks"
1010
-
1011
- #~ msgid "Post Author"
1012
- #~ msgstr "Indlægsforfatter"
1013
-
1014
- #~ msgid "Post Revisions"
1015
- #~ msgstr "Indlægsrevisioner"
1016
-
1017
- #~ msgid "Suggested tags from"
1018
- #~ msgstr "Foreslåede tags fra"
1019
-
1020
- #~ msgid "Text Control"
1021
- #~ msgstr "Tekstkontrol"
1022
-
1023
- #~ msgid "HTML Special Characters"
1024
- #~ msgstr "Specielle HTML-tegn"
1025
-
1026
- #~ msgid "All in One SEO Pack"
1027
- #~ msgstr "All in One SEO Pack"
1028
-
1029
- #~ msgid "Export &raquo;"
1030
- #~ msgstr "Eksportér &raquo;"
1031
-
1032
- #~ msgid "Choose a file from your computer"
1033
- #~ msgstr "Vælg en fil fra din computer"
1034
-
1035
- #~ msgid "Page Parent"
1036
- #~ msgstr "Forælder-side"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/adminimize-de_DE.mo DELETED
Binary file
languages/adminimize-de_DE.po DELETED
@@ -1,990 +0,0 @@
1
- # Translation of Development (trunk) in German
2
- # This file is distributed under the same license as the Development (trunk) package.
3
- msgid ""
4
- msgstr ""
5
- "Project-Id-Version: Development (trunk)\n"
6
- "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/adminimize\n"
7
- "POT-Creation-Date: 2016-01-30 23:09+0100\n"
8
- "PO-Revision-Date: 2016-02-03 14:59+0100\n"
9
- "Last-Translator: Frank Bueltge\n"
10
- "Language-Team: \n"
11
- "Language: de_DE\n"
12
- "MIME-Version: 1.0\n"
13
- "Content-Type: text/plain; charset=UTF-8\n"
14
- "Content-Transfer-Encoding: 8bit\n"
15
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
16
- "X-Generator: Poedit 1.8.5\n"
17
-
18
- #: adminimize.php:178
19
- msgid "Keymaster"
20
- msgstr "Administrator"
21
-
22
- #: adminimize.php:179
23
- msgid "Moderator"
24
- msgstr "Moderator"
25
-
26
- #: adminimize.php:180
27
- msgid "Participant"
28
- msgstr "Teilnehmer"
29
-
30
- #: adminimize.php:181
31
- msgid "Spectator"
32
- msgstr "Zuschauer"
33
-
34
- #: adminimize.php:182
35
- msgid "Blocked"
36
- msgstr "Gesperrt"
37
-
38
- #: adminimize.php:536
39
- msgid "Dashboard"
40
- msgstr "Dashboard"
41
-
42
- #: adminimize.php:613 adminimize.php:619 adminimize.php:621 adminimize.php:639
43
- #: adminimize.php:647 adminimize.php:649 adminimize.php:1154
44
- #: inc-setup/remove-admin-bar.php:64 inc-setup/remove-admin-bar.php:91
45
- #: inc-setup/remove-admin-bar.php:284
46
- msgid "Log Out"
47
- msgstr "Log Out"
48
-
49
- #: adminimize.php:1207
50
- msgid "Settings"
51
- msgstr "Settings"
52
-
53
- #: adminimize.php:1220
54
- msgid "Adminimize Options"
55
- msgstr "Adminimize Einstellungen"
56
-
57
- #. Plugin Name of the plugin/theme
58
- msgid "Adminimize"
59
- msgstr "Adminimize"
60
-
61
- #: adminimize.php:1256
62
- msgid "Cheatin&#8217; uh?"
63
- msgstr "Cheatin&#8217; uh?"
64
-
65
- #: adminimize.php:1763
66
- msgid "Please upload a valid .json file"
67
- msgstr "Bitte wählen Sie eine gültige .json Datei zum Hochladen aus"
68
-
69
- #: adminimize.php:1769
70
- msgid "Please upload a file to import"
71
- msgstr "Bitte laden sie eine Datei zum Importieren hoch"
72
-
73
- #: inc-options/admin_bar.php:22 inc-options/admin_bar.php:23
74
- #: inc-options/admin_bar_frontend.php:22 inc-options/admin_bar_frontend.php:23
75
- #: inc-options/backend_options.php:15 inc-options/dashboard_options.php:16
76
- #: inc-options/deinstall_options.php:14 inc-options/global_options.php:15
77
- #: inc-options/im_export_options.php:14 inc-options/links_options.php:15
78
- #: inc-options/menu_options.php:15 inc-options/minimenu.php:24
79
- #: inc-options/minimenu.php:137 inc-options/theme_options.php:14
80
- #: inc-options/theme_options.php:15 inc-options/widget_options.php:15
81
- #: inc-options/wp_nav_menu_options.php:14 inc-options/write_cp_options.php:20
82
- #: inc-options/write_page_options.php:14 inc-options/write_post_options.php:15
83
- #: inc-options/write_post_options.php:16
84
- msgid "Click to toggle"
85
- msgstr "Zum Umschalten klicken"
86
-
87
- #: inc-options/admin_bar.php:24
88
- msgid "Admin Bar Back end options"
89
- msgstr "Admin Bar Backend"
90
-
91
- #: inc-options/admin_bar.php:41 inc-options/admin_bar_frontend.php:41
92
- #: inc-options/dashboard_options.php:38 inc-options/dashboard_options.php:147
93
- #: inc-options/global_options.php:24 inc-options/global_options.php:127
94
- #: inc-options/links_options.php:24 inc-options/links_options.php:128
95
- #: inc-options/widget_options.php:24 inc-options/widget_options.php:140
96
- #: inc-options/wp_nav_menu_options.php:23 inc-options/wp_nav_menu_options.php:155
97
- #: inc-options/write_cp_options.php:249 inc-options/write_page_options.php:224
98
- #: inc-options/write_post_options.php:227
99
- msgid "Option"
100
- msgstr "Einstellung"
101
-
102
- #: inc-options/admin_bar.php:44 inc-options/admin_bar_frontend.php:44
103
- #: inc-options/dashboard_options.php:41 inc-options/global_options.php:27
104
- #: inc-options/links_options.php:27 inc-options/menu_options.php:27
105
- #: inc-options/widget_options.php:27 inc-options/wp_nav_menu_options.php:26
106
- #: inc-options/write_cp_options.php:36 inc-options/write_page_options.php:25
107
- #: inc-options/write_post_options.php:28
108
- msgid "Deactivate for"
109
- msgstr "Deaktiviere für"
110
-
111
- #: inc-options/admin_bar.php:49 inc-options/admin_bar_frontend.php:49
112
- #: inc-options/dashboard_options.php:46 inc-options/global_options.php:32
113
- #: inc-options/links_options.php:32 inc-options/menu_options.php:33
114
- #: inc-options/widget_options.php:32 inc-options/wp_nav_menu_options.php:31
115
- #: inc-options/write_cp_options.php:41 inc-options/write_page_options.php:30
116
- #: inc-options/write_post_options.php:33
117
- msgid "Select all"
118
- msgstr "Alles auswählen"
119
-
120
- #: inc-options/admin_bar.php:83 inc-options/admin_bar_frontend.php:85
121
- #: inc-options/dashboard_options.php:114
122
- msgid "No Title!"
123
- msgstr "Kein Titel!"
124
-
125
- #: inc-options/admin_bar.php:89 inc-options/admin_bar_frontend.php:91
126
- #: inc-options/menu_options.php:132
127
- msgid "Group"
128
- msgstr "Gruppe"
129
-
130
- #: inc-options/admin_bar.php:120
131
- msgid ""
132
- "Switch to another back-end page and come back to update the options to get all "
133
- "items of the admin bar in the back end area."
134
- msgstr ""
135
- "Wechsel auf eine andere Backend Seite und komme zurück um die Einstellungen zu "
136
- "aktualisieren. Im Anschluss erhälst du alle eingelesenen Einträge zur Admin Bar im "
137
- "Backend."
138
-
139
- #: inc-options/admin_bar.php:129 inc-options/admin_bar_frontend.php:135
140
- #: inc-options/backend_options.php:245 inc-options/dashboard_options.php:193
141
- #: inc-options/global_options.php:166 inc-options/links_options.php:165
142
- #: inc-options/menu_options.php:256 inc-options/widget_options.php:177
143
- #: inc-options/wp_nav_menu_options.php:192 inc-options/write_cp_options.php:297
144
- #: inc-options/write_page_options.php:261 inc-options/write_post_options.php:264
145
- msgid "Update Options"
146
- msgstr "Einstellungen aktualisieren"
147
-
148
- #: inc-options/admin_bar.php:136 inc-options/admin_bar_frontend.php:142
149
- #: inc-options/backend_options.php:251 inc-options/dashboard_options.php:201
150
- #: inc-options/deinstall_options.php:36 inc-options/global_options.php:173
151
- #: inc-options/im_export_options.php:77 inc-options/links_options.php:171
152
- #: inc-options/menu_options.php:262 inc-options/minimenu.php:203
153
- #: inc-options/theme_options.php:121 inc-options/widget_options.php:183
154
- #: inc-options/wp_nav_menu_options.php:198 inc-options/write_cp_options.php:303
155
- #: inc-options/write_page_options.php:266 inc-options/write_post_options.php:270
156
- msgid "scroll to top"
157
- msgstr "Nach oben"
158
-
159
- #: inc-options/admin_bar_frontend.php:24 inc-options/minimenu.php:42
160
- msgid "Admin Bar Front end Options"
161
- msgstr "Admin Bar Frontend"
162
-
163
- #: inc-options/admin_bar_frontend.php:122
164
- msgid ""
165
- "You must open the front end of the site in this browser in order for the plugin to "
166
- "discover the Admin Bar items that are currently not visible."
167
- msgstr ""
168
- "Du musst die Site, das Frontend, in diesem Browser besuchen, damit das Plugin die "
169
- "nicht sichtbaren Admin Bar Einträge laden kann."
170
-
171
- #: inc-options/backend_options.php:16 inc-options/minimenu.php:48
172
- msgid "Backend Options"
173
- msgstr "Backend Einstellungen"
174
-
175
- #: inc-options/backend_options.php:28
176
- msgid "Exclude Super Admin"
177
- msgstr "Ausschließen des Super Admin"
178
-
179
- #: inc-options/backend_options.php:36 inc-options/backend_options.php:56
180
- #: inc-options/backend_options.php:86 inc-options/backend_options.php:103
181
- #: inc-options/backend_options.php:121 inc-options/backend_options.php:140
182
- #: inc-options/backend_options.php:157 inc-options/backend_options.php:203
183
- msgid "Default"
184
- msgstr "Standard"
185
-
186
- #: inc-options/backend_options.php:39 inc-options/backend_options.php:124
187
- #: inc-options/backend_options.php:143 inc-options/backend_options.php:160
188
- msgid "Activate"
189
- msgstr "Aktiv"
190
-
191
- #: inc-options/backend_options.php:40
192
- msgid ""
193
- "Exclude the Super Admin on a WP Multisite Install from all limitations of this "
194
- "plugin."
195
- msgstr ""
196
- "Schließe den Super Admin in einer WordPress Multisite Installation von allen "
197
- "Restriktionen dieses Plugins aus."
198
-
199
- #: inc-options/backend_options.php:48
200
- msgid "User-Info"
201
- msgstr "User-Info"
202
-
203
- #: inc-options/backend_options.php:59 inc-options/backend_options.php:106
204
- msgid "Hide"
205
- msgstr "Ausblenden"
206
-
207
- #: inc-options/backend_options.php:62
208
- msgid "Only logout"
209
- msgstr "nur Abmelden"
210
-
211
- #: inc-options/backend_options.php:65
212
- msgid "User &amp; Logout"
213
- msgstr "User &amp; Abmelden"
214
-
215
- #: inc-options/backend_options.php:66
216
- msgid ""
217
- "The &quot;User-Info-area&quot; is on the top right side of the backend. You can "
218
- "hide or reduced show."
219
- msgstr ""
220
- "Der &quot;User-Info-Bereich&quot; ist im oberen rechten Bereich zu finden und kann "
221
- "ausgeblendet oder reduziert dargestellt werden."
222
-
223
- #: inc-options/backend_options.php:76
224
- msgid "Change User-Info, redirect to"
225
- msgstr "User Info ge&auml;ndert, Weiterleitung nach"
226
-
227
- #: inc-options/backend_options.php:89
228
- msgid "Frontpage of the Blog"
229
- msgstr "Startseite des Blog"
230
-
231
- #: inc-options/backend_options.php:90
232
- msgid ""
233
- "When the &quot;User-Info-area&quot; change it, then it is possible to change the "
234
- "redirect."
235
- msgstr ""
236
- "Wenn der &quot;User-Info-Bereich&quot; ge&auml;ndert wird, dann kann die die "
237
- "Weiterleitung nach einem Logout ge&auml;ndert werden."
238
-
239
- #: inc-options/backend_options.php:97
240
- msgid "Footer"
241
- msgstr "Footer"
242
-
243
- #: inc-options/backend_options.php:107
244
- msgid "The Footer-area can hide, include all links and details."
245
- msgstr ""
246
- "Der Footer-Bereich kann deaktiviert werden, inklusive aller Links und Hinweise."
247
-
248
- #: inc-options/backend_options.php:113
249
- msgid "Timestamp"
250
- msgstr "Timestamp"
251
-
252
- #: inc-options/backend_options.php:125
253
- msgid ""
254
- "Opens the post timestamp editing fields without you having to click the \"Edit\" "
255
- "link every time."
256
- msgstr ""
257
- "Das Feld zum &Auml;ndern des Ver&ouml;ffentlichungsdatum ist immer ge&ouml;ffnet."
258
-
259
- #: inc-options/backend_options.php:132
260
- msgid "Category Height"
261
- msgstr "Kategorie-Höhe"
262
-
263
- #: inc-options/backend_options.php:144
264
- msgid ""
265
- "View the Meta Box with Categories in the full height, no scrollbar or whitespace."
266
- msgstr ""
267
- "Stellt in die Meta Box der Kategorien in voller Höhe dar, kein Scrollbar und kein "
268
- "Leerraum."
269
-
270
- #: inc-options/backend_options.php:151
271
- msgid "Advice in Footer"
272
- msgstr "Hinweis im Footer"
273
-
274
- #: inc-options/backend_options.php:164
275
- msgid ""
276
- "In the Footer you can display an advice for changing the Default-design, (x)HTML "
277
- "is possible."
278
- msgstr ""
279
- "Im Footer kann ein Hinweis auf die aktive Ver&auml;nderung des Standard-Layout "
280
- "gesetzt werden, (x)HTML erlaubt."
281
-
282
- #: inc-options/backend_options.php:193
283
- msgid "Dashboard deactivate, redirect to"
284
- msgstr "Dashboard inaktiv, Weiterleitung nach"
285
-
286
- #: inc-options/backend_options.php:207
287
- msgid "Manage Posts"
288
- msgstr "Verwalten Beitr&auml;ge"
289
-
290
- #: inc-options/backend_options.php:211
291
- msgid "Manage Pages"
292
- msgstr "Verwalten Seiten"
293
-
294
- #: inc-options/backend_options.php:215
295
- msgid "Write Post"
296
- msgstr "Schreiben Beitrag"
297
-
298
- #: inc-options/backend_options.php:219
299
- msgid "Write Page"
300
- msgstr "Schreiben Seite"
301
-
302
- #: inc-options/backend_options.php:223
303
- msgid "Comments"
304
- msgstr "Kommentare"
305
-
306
- #: inc-options/backend_options.php:227
307
- msgid "other Page"
308
- msgstr "andere Seite"
309
-
310
- #: inc-options/backend_options.php:233
311
- msgid ""
312
- "You have deactivated the Dashboard, please select a page for redirection or define "
313
- "custom url, include http://?"
314
- msgstr ""
315
- "Du hast das Dashboard deaktiviert; bitte wähle eine Seite für die Weiterleitung "
316
- "oder definiere eine eigene URL, inklusive http://"
317
-
318
- #: inc-options/dashboard_options.php:17 inc-options/minimenu.php:58
319
- msgid "Dashboard options"
320
- msgstr "Dashboard Einstellungen"
321
-
322
- #: inc-options/dashboard_options.php:27
323
- msgid ""
324
- "To complete the installation for Dashboard Widgets you must visit your dashboard "
325
- "once and then come back to Settings > Adminimize to configure who has access to "
326
- "each widget."
327
- msgstr ""
328
- "Um die Installation für Dashboard Widgets abzuschließen, musst du das Dashboard "
329
- "einmal besuchen und dann zurück zu den Einstellungen > Adminimize kommen, um den "
330
- "Zugriff der Widgets zu steuern."
331
-
332
- #: inc-options/dashboard_options.php:143 inc-options/global_options.php:123
333
- msgid "Your own options"
334
- msgstr "Deine eigenen Einstellungen"
335
-
336
- #: inc-options/dashboard_options.php:145 inc-options/global_options.php:125
337
- #: inc-options/links_options.php:126 inc-options/widget_options.php:138
338
- #: inc-options/wp_nav_menu_options.php:153 inc-options/write_cp_options.php:246
339
- #: inc-options/write_page_options.php:222 inc-options/write_post_options.php:225
340
- msgid "ID or class"
341
- msgstr "ID oder Klasse"
342
-
343
- #: inc-options/dashboard_options.php:153 inc-options/global_options.php:133
344
- #: inc-options/links_options.php:134 inc-options/widget_options.php:146
345
- #: inc-options/wp_nav_menu_options.php:161 inc-options/write_cp_options.php:256
346
- #: inc-options/write_page_options.php:230 inc-options/write_post_options.php:233
347
- msgid ""
348
- "It is possible to add your own IDs or classes from elements and tags. You can find "
349
- "IDs and classes with the FireBug Add-on for Firefox. Assign a value and the "
350
- "associate name per line."
351
- msgstr ""
352
- "Es ist möglich, dass du eigene IDs und Klassen eines Elementes oder Tags "
353
- "hinzufügst. Du findest IDs und Klassen sehr einfach mit dem Firebug Add-on für den "
354
- "Firefox. Füge pro Zeile einen Wert und dazugehörigen Namen ein."
355
-
356
- #: inc-options/dashboard_options.php:167 inc-options/global_options.php:145
357
- #: inc-options/links_options.php:145 inc-options/widget_options.php:157
358
- #: inc-options/wp_nav_menu_options.php:172 inc-options/write_cp_options.php:271
359
- #: inc-options/write_page_options.php:241 inc-options/write_post_options.php:244
360
- msgid ""
361
- "Possible nomination for ID or class. Separate multiple nominations through a "
362
- "carriage return."
363
- msgstr "Mögliche Benennung der ID oder Klasse. Trenne Werte durch eine neue Zeile."
364
-
365
- #: inc-options/dashboard_options.php:181 inc-options/global_options.php:156
366
- #: inc-options/links_options.php:155 inc-options/widget_options.php:167
367
- #: inc-options/wp_nav_menu_options.php:182 inc-options/write_cp_options.php:284
368
- #: inc-options/write_page_options.php:251 inc-options/write_post_options.php:254
369
- msgid "Possible IDs or classes. Separate multiple values through a carriage return."
370
- msgstr "Mögliche IDs oder Klassen. Trenne Werte durch eine neue Zeile."
371
-
372
- #: inc-options/deinstall_options.php:15 inc-options/minimenu.php:126
373
- msgid "Uninstall Options"
374
- msgstr "Einstellungen deinstallieren"
375
-
376
- #: inc-options/deinstall_options.php:18
377
- msgid ""
378
- "Use this option for clean your database from all entries of this plugin. When you "
379
- "deactivate the plugin, the deinstall of the plugin <strong>clean not</strong> all "
380
- "entries in the database."
381
- msgstr ""
382
- "Nutze diese Option, um die Einstellungen f&uuml;r das Plugin in der Datenbank zu "
383
- "l&ouml;schen. Das Plugin entfernt die Eintr&auml;ge <strong>nicht</strong>, wenn "
384
- "es deaktiviert wird!"
385
-
386
- #: inc-options/deinstall_options.php:27
387
- msgid "Delete Options"
388
- msgstr "Einstellungen Löschen"
389
-
390
- #: inc-options/global_options.php:16 inc-options/minimenu.php:53
391
- msgid "Global options"
392
- msgstr "Globale Einstellungen"
393
-
394
- #: inc-options/global_options.php:64
395
- msgid "Admin Bar"
396
- msgstr "Admin Bar"
397
-
398
- #: inc-options/global_options.php:65
399
- msgid "Favorite Actions"
400
- msgstr "Favorisierte Aktionen"
401
-
402
- #: inc-options/global_options.php:66
403
- msgid "Screen-Meta"
404
- msgstr "Screen-Meta"
405
-
406
- #: inc-options/global_options.php:67 inc-options/widget_options.php:63
407
- #: inc-options/wp_nav_menu_options.php:66 inc-options/write_cp_options.php:124
408
- #: inc-options/write_page_options.php:118 inc-options/write_post_options.php:123
409
- msgid "Screen Options"
410
- msgstr "kontextabhängige Optionen"
411
-
412
- #: inc-options/global_options.php:68
413
- msgid "Contextual Help"
414
- msgstr "kontextabhängig Hilfe"
415
-
416
- #: inc-options/global_options.php:69
417
- msgid "Admin Color Scheme"
418
- msgstr "Farbschema verwalten"
419
-
420
- #: inc-options/global_options.php:70
421
- msgid "Admin Notices"
422
- msgstr "Admin Hinweise"
423
-
424
- #: inc-options/im_export_options.php:15 inc-options/minimenu.php:121
425
- msgid "Export/Import Options"
426
- msgstr "Export/Import Einstellungen"
427
-
428
- #: inc-options/im_export_options.php:20
429
- msgid "Export"
430
- msgstr "Export"
431
-
432
- #: inc-options/im_export_options.php:23
433
- msgid "You can save a JSON formatted \".json\" file with your settings."
434
- msgstr "Du kannst deine Einstellungen in einer \".json-Datei\" speichern."
435
-
436
- #: inc-options/im_export_options.php:31
437
- msgid "Export &raquo;"
438
- msgstr "Exportieren &raquo;"
439
-
440
- #: inc-options/im_export_options.php:40
441
- msgid "Import"
442
- msgstr "Import"
443
-
444
- #: inc-options/im_export_options.php:46
445
- msgid ""
446
- "Choose a Adminimize (<em>.json</em>) file to upload, then click <em>Upload file "
447
- "and import</em>."
448
- msgstr ""
449
- "Wähle eine Adminimize (<em>.json</em>) Datei zum hochladen und klick <em>Hochladen "
450
- "der Datei und importieren</em>."
451
-
452
- #: inc-options/im_export_options.php:50
453
- msgid ""
454
- "After import please reload the page to display also all global values from "
455
- "WordPress."
456
- msgstr ""
457
- "Nach dem Import lade die Seite neu um alle Einstellungen, auch die globalen "
458
- "Einstellungen von WordPress zu listen."
459
-
460
- #: inc-options/im_export_options.php:55
461
- msgid "Choose a \".json\" file from your computer:"
462
- msgstr "Wähle eine .json-Datei von deinem Rechner."
463
-
464
- #: inc-options/im_export_options.php:66
465
- msgid "Upload file and import &raquo;"
466
- msgstr "Hochladen der Datei und importieren &raquo;"
467
-
468
- #: inc-options/links_options.php:16 inc-options/minimenu.php:99
469
- msgid "Links options"
470
- msgstr "Link Einstellungen"
471
-
472
- #: inc-options/links_options.php:65
473
- msgid "Name"
474
- msgstr "Name"
475
-
476
- #: inc-options/links_options.php:66
477
- msgid "Web Address"
478
- msgstr "Web-Adresse"
479
-
480
- #: inc-options/links_options.php:67
481
- msgid "Description"
482
- msgstr "Beschreibung"
483
-
484
- #: inc-options/links_options.php:68 inc-options/write_cp_options.php:128
485
- #: inc-options/write_post_options.php:127
486
- msgid "Categories"
487
- msgstr "Kategorien"
488
-
489
- #: inc-options/links_options.php:69
490
- msgid "Target"
491
- msgstr "Target"
492
-
493
- #: inc-options/links_options.php:70
494
- msgid "Link Relationship (XFN)"
495
- msgstr "Link-Beziehungen (XFN)"
496
-
497
- #: inc-options/links_options.php:71
498
- msgid "Advanced"
499
- msgstr "Erweitert"
500
-
501
- #: inc-options/links_options.php:72 inc-options/write_cp_options.php:137
502
- #: inc-options/write_page_options.php:136 inc-options/write_post_options.php:137
503
- msgid "Publish Actions"
504
- msgstr "Publish Actions"
505
-
506
- #: inc-options/links_options.php:124
507
- msgid "Your own Link options"
508
- msgstr "Deine eigenen Link Einstellungen"
509
-
510
- #: inc-options/menu_options.php:16 inc-options/minimenu.php:63
511
- msgid "Menu Options"
512
- msgstr "Menu Einstellungen"
513
-
514
- #: inc-options/menu_options.php:24
515
- msgid "Menu options - Menu, Submenu"
516
- msgstr "Menu Einstellungen - Menu, Submenu"
517
-
518
- #: inc-options/menu_options.php:102 inc-options/menu_options.php:193
519
- msgid "After activate the check box it heavy attitudes will change."
520
- msgstr ""
521
- "Wenn die Checkbox aktiv ist, dann wird das Ändern von Einstellungen erschwert."
522
-
523
- #: inc-options/menu_options.php:168
524
- msgid "Profile"
525
- msgstr "Profile"
526
-
527
- #: inc-options/minimenu.php:15
528
- msgid "Network"
529
- msgstr "Netzwerk"
530
-
531
- #: inc-options/minimenu.php:25
532
- msgid "MiniMenu"
533
- msgstr "MiniMenu"
534
-
535
- #: inc-options/minimenu.php:30 inc-options/minimenu.php:138
536
- msgid "About the plugin"
537
- msgstr "&Uuml;ber das Plugin"
538
-
539
- #: inc-options/minimenu.php:36
540
- msgid "Admin Bar Back end Options"
541
- msgstr "Admin Bar Backend"
542
-
543
- #: inc-options/minimenu.php:68 inc-options/write_post_options.php:17
544
- #: inc-options/write_post_options.php:25
545
- msgid "Write options - Post"
546
- msgstr "Schreiben Einstellungen - Beitr&auml;ge"
547
-
548
- #: inc-options/minimenu.php:73 inc-options/write_page_options.php:15
549
- #: inc-options/write_page_options.php:22
550
- msgid "Write options - Page"
551
- msgstr "Schreiben Einstellungen - Seiten"
552
-
553
- #: inc-options/minimenu.php:86 inc-options/write_cp_options.php:22
554
- #: inc-options/write_cp_options.php:32
555
- msgid "Write options"
556
- msgstr "Schreiben Einstellungen"
557
-
558
- #: inc-options/minimenu.php:106 inc-options/widget_options.php:16
559
- msgid "Widgets"
560
- msgstr "Widgets"
561
-
562
- #: inc-options/minimenu.php:111 inc-options/wp_nav_menu_options.php:15
563
- msgid "WP Nav Menu"
564
- msgstr "WP Nav Menü"
565
-
566
- #: inc-options/minimenu.php:116 inc-options/theme_options.php:16
567
- #: inc-options/theme_options.php:113
568
- msgid "Set Theme"
569
- msgstr "Theme zuweisen"
570
-
571
- #: inc-options/minimenu.php:144
572
- msgid "Version"
573
- msgstr "Version"
574
-
575
- #: inc-options/minimenu.php:152
576
- msgid ""
577
- "Further information: Visit the <a href=\"%1$s\">plugin homepage</a> for further "
578
- "information or to grab the latest version of this plugin. Also see the <a href="
579
- "\"%2$s\">support forum</a> for questions."
580
- msgstr ""
581
- "Weitere Informationen: Besuche die <a href=\"%1$s\">Plugin Website</a> für weitere "
582
- "Informationen oder um die neueste Version des Plugins zu erhalten. Besuche "
583
- "außerdem das <a href=\"%2$s\">Support Forum</a> für Fragen."
584
-
585
- #: inc-options/minimenu.php:160
586
- msgid ""
587
- "<br>For more hints about the functions and how to's with the possibilities of the "
588
- "plugin settings see the <a href=\"%s\">FAQ page</a> on the plugin site."
589
- msgstr ""
590
- "<br>Weitere Hinweise über die Funktionen und wie du vorgehen musst um die "
591
- "Möglichkeiten des Plugins zu nutzen findest du auf der <a href=\"%s\">FAQ Seite</"
592
- "a> zum Plugin."
593
-
594
- #: inc-options/minimenu.php:163
595
- msgid "Report a issue on the development repository:"
596
- msgstr "Melde einen Fehler, Hinweis am Entwicklungsrepository:"
597
-
598
- #: inc-options/minimenu.php:165
599
- msgid ""
600
- "The plugin have a github repository to easy add a issue or a create a fork, pull "
601
- "request:"
602
- msgstr ""
603
- "Das Plugin hat ein Repository auf github für die einfache Verwaltung von Issues, "
604
- "Forks oder Erweiterungen durch dich."
605
-
606
- #: inc-options/minimenu.php:171
607
- msgid ""
608
- "You want to thank me? Visit my <a href=\"%1$s\">wishlist</a> or <a href=\"%2$s"
609
- "\">donate</a>."
610
- msgstr ""
611
- "Du willst Danke sagen? Besuche meine <a href=\"%1$s\">Wunschliste</a> oder <a href="
612
- "\"%2$s\">spende</a>."
613
-
614
- #: inc-options/minimenu.php:184 inc-options/settings_notice.php:17
615
- msgid ""
616
- "Please note: The Adminimize settings page ignores the Menu Options below and "
617
- "displays the menu with all entries."
618
- msgstr ""
619
- "Beachte: Die Adminimize-Einstellungsseite ignoriert die Menu Einstellungen um alle "
620
- "Einträge darzustellen."
621
-
622
- #: inc-options/minimenu.php:188 inc-options/settings_notice.php:21
623
- msgid ""
624
- "To view your changes to the menu you need to navigate away from the Adminimize "
625
- "settings page."
626
- msgstr ""
627
- "Um die Einstellungen sichtbar zu sehen, musst du eine andere Seite besuchen, "
628
- "unabhängig der Adminimize-Einstellungsseite."
629
-
630
- #: inc-options/minimenu.php:194
631
- msgid ""
632
- "You have to activated the Plugin for your Multisite Network. Your settings works "
633
- "now on all blogs in the network. Please set the settings only in one blog, there "
634
- "you have all active menu items and plugins. If you update the settings then write "
635
- "the plugin new settings in dependence of the blog where you put, save the settings."
636
- msgstr ""
637
- "Du hast das Plugin für ein Multisite Netzwerk aktiviert. Deine Einstellungen "
638
- "werden nun in allen Blogs des Networks genutzt. Bitte setze die Einstellungen in "
639
- "dem Blog, in dem alle Menu-Einträge aktiv sind. Wenn du eine Aktualisierung der "
640
- "Einstellungen vornimmst, dann werden die Einstellungen neu gesetzt - mit den "
641
- "Werten des Blogs, in dem du gerade aktiv bist und als Einstellungen gespeichert."
642
-
643
- #: inc-options/theme_options.php:26
644
- msgid ""
645
- "For better peformance with many users on your blog; load only userlist, when you "
646
- "will change the theme options for users."
647
- msgstr ""
648
- "Für eine bessere Performance bei vielen Usern in deinem Blog werden die Userdaten "
649
- "nur nach Aufforderung geladen."
650
-
651
- #: inc-options/theme_options.php:33
652
- msgid "Load User Data"
653
- msgstr "Lade User Daten"
654
-
655
- #: inc-options/theme_options.php:48
656
- msgid "User-ID"
657
- msgstr "User-ID"
658
-
659
- #: inc-options/theme_options.php:49
660
- msgid "Username"
661
- msgstr "Benutzername"
662
-
663
- #: inc-options/theme_options.php:50
664
- msgid "Display name publicly as"
665
- msgstr "Name im Blog"
666
-
667
- #: inc-options/theme_options.php:51
668
- msgid "Admin-Color Scheme"
669
- msgstr "Admin-Color Scheme"
670
-
671
- #: inc-options/theme_options.php:52
672
- msgid "User Level"
673
- msgstr "User Level"
674
-
675
- #: inc-options/theme_options.php:53
676
- msgid "Role"
677
- msgstr "Rolle"
678
-
679
- #: inc-options/widget_options.php:62 inc-options/wp_nav_menu_options.php:65
680
- #: inc-options/write_cp_options.php:123 inc-options/write_page_options.php:117
681
- #: inc-options/write_post_options.php:122
682
- msgid "Help"
683
- msgstr "Hilfe"
684
-
685
- #: inc-options/widget_options.php:64
686
- msgid "Available Widgets"
687
- msgstr "Verfügbare Widgets"
688
-
689
- #: inc-options/widget_options.php:65
690
- msgid "Inactive Sidebar (not used)"
691
- msgstr "Inaktive Sidebar (nicht genutzt)"
692
-
693
- #: inc-options/widget_options.php:66
694
- msgid "Inactive Widgets"
695
- msgstr "Inaktive Widgets"
696
-
697
- #: inc-options/widget_options.php:136
698
- msgid "Your own Widget options"
699
- msgstr "Deine eigenen Widget-Einstellungen"
700
-
701
- #: inc-options/wp_nav_menu_options.php:67 inc-options/wp_nav_menu_options.php:73
702
- msgid "Theme Locations"
703
- msgstr "Anordnung im Theme"
704
-
705
- #: inc-options/wp_nav_menu_options.php:68
706
- msgid "Custom Links"
707
- msgstr "Benutzerdef. Links"
708
-
709
- #: inc-options/wp_nav_menu_options.php:69
710
- msgid "Add menu"
711
- msgstr "Menu hinzufügen"
712
-
713
- #: inc-options/wp_nav_menu_options.php:151
714
- msgid "Your own Nav Menu options"
715
- msgstr "Deine eigenen Nav Menu Einstellungen"
716
-
717
- #: inc-options/write_cp_options.php:125 inc-options/write_page_options.php:120
718
- #: inc-options/write_post_options.php:125
719
- msgid "Permalink"
720
- msgstr "Permalink"
721
-
722
- #: inc-options/write_cp_options.php:126 inc-options/write_cp_options.php:169
723
- #: inc-options/write_post_options.php:126 inc-options/write_post_options.php:167
724
- msgid "Tags"
725
- msgstr "Tags"
726
-
727
- #: inc-options/write_cp_options.php:127
728
- msgid "Format"
729
- msgstr "Format"
730
-
731
- #: inc-options/write_cp_options.php:129 inc-options/write_post_options.php:128
732
- msgid "Add New Category"
733
- msgstr "Add New Category"
734
-
735
- #: inc-options/write_cp_options.php:130 inc-options/write_post_options.php:130
736
- msgid "Password Protect This Post"
737
- msgstr "Diesen Artikel durch ein Passwort sch&uuml;tzen"
738
-
739
- #: inc-options/write_cp_options.php:131 inc-options/write_post_options.php:131
740
- msgid "Related, Shortcuts"
741
- msgstr "Siehe auch, Tastaturk&uuml;rzel"
742
-
743
- #: inc-options/write_cp_options.php:132 inc-options/write_page_options.php:131
744
- #: inc-options/write_post_options.php:132
745
- msgid "Messages"
746
- msgstr "Mitteilungen"
747
-
748
- #: inc-options/write_cp_options.php:133 inc-options/write_page_options.php:132
749
- #: inc-options/write_post_options.php:133
750
- msgid "h2: Advanced Options"
751
- msgstr "h2: Erweiterte Einstellungen"
752
-
753
- #: inc-options/write_cp_options.php:134 inc-options/write_page_options.php:133
754
- #: inc-options/write_post_options.php:134
755
- msgid "Media Buttons (all)"
756
- msgstr "Media Buttons (alle)"
757
-
758
- #: inc-options/write_cp_options.php:135 inc-options/write_page_options.php:134
759
- #: inc-options/write_post_options.php:135
760
- msgid "Word count"
761
- msgstr "Word count"
762
-
763
- #: inc-options/write_cp_options.php:136 inc-options/write_post_options.php:136
764
- msgid "Post Slug"
765
- msgstr "Titelform"
766
-
767
- #: inc-options/write_cp_options.php:138 inc-options/write_page_options.php:137
768
- #: inc-options/write_post_options.php:138
769
- msgid "Discussion"
770
- msgstr "Kommentare"
771
-
772
- #: inc-options/write_cp_options.php:139 inc-options/write_page_options.php:138
773
- #: inc-options/write_post_options.php:139
774
- msgid "HTML Editor Button"
775
- msgstr "HTML Editor Button"
776
-
777
- #: inc-options/write_cp_options.php:152 inc-options/write_post_options.php:153
778
- msgid "Post Thumbnail"
779
- msgstr "Artikelbild"
780
-
781
- #: inc-options/write_cp_options.php:160 inc-options/write_page_options.php:157
782
- #: inc-options/write_post_options.php:158
783
- msgid "Quick Edit Link"
784
- msgstr "QuickEdit Link"
785
-
786
- #: inc-options/write_cp_options.php:161 inc-options/write_cp_options.php:165
787
- #: inc-options/write_cp_options.php:168 inc-options/write_cp_options.php:171
788
- #: inc-options/write_page_options.php:158 inc-options/write_page_options.php:163
789
- #: inc-options/write_page_options.php:166 inc-options/write_post_options.php:159
790
- #: inc-options/write_post_options.php:163 inc-options/write_post_options.php:166
791
- #: inc-options/write_post_options.php:169
792
- msgid "QE"
793
- msgstr "QE"
794
-
795
- #: inc-options/write_cp_options.php:161 inc-options/write_page_options.php:158
796
- #: inc-options/write_post_options.php:159
797
- msgid "Inline Edit Left"
798
- msgstr "Inline Edit Links"
799
-
800
- #: inc-options/write_cp_options.php:162 inc-options/write_page_options.php:159
801
- #: inc-options/write_post_options.php:160
802
- msgid "All Labels"
803
- msgstr "Alle labels"
804
-
805
- #: inc-options/write_cp_options.php:163 inc-options/write_page_options.php:161
806
- #: inc-options/write_post_options.php:161
807
- msgid "Author"
808
- msgstr "Author"
809
-
810
- #: inc-options/write_cp_options.php:164 inc-options/write_page_options.php:162
811
- #: inc-options/write_post_options.php:162
812
- msgid "Password and Private"
813
- msgstr "Passwort und Privat-Flag"
814
-
815
- #: inc-options/write_cp_options.php:165 inc-options/write_post_options.php:163
816
- msgid "Inline Edit Center"
817
- msgstr "Inline Edit mitte"
818
-
819
- #: inc-options/write_cp_options.php:166 inc-options/write_post_options.php:164
820
- msgid "Categories Title"
821
- msgstr "Kategorien Title"
822
-
823
- #: inc-options/write_cp_options.php:167 inc-options/write_post_options.php:165
824
- msgid "Categories List"
825
- msgstr "Kategorien Liste"
826
-
827
- #: inc-options/write_cp_options.php:168 inc-options/write_page_options.php:163
828
- #: inc-options/write_post_options.php:166
829
- msgid "Inline Edit Right"
830
- msgstr "Inline Edit rechts"
831
-
832
- #: inc-options/write_cp_options.php:170 inc-options/write_post_options.php:168
833
- msgid "Status, Sticky"
834
- msgstr "Status, Sticky"
835
-
836
- #: inc-options/write_cp_options.php:171 inc-options/write_page_options.php:166
837
- #: inc-options/write_post_options.php:169
838
- msgid "Cancel/Save Button"
839
- msgstr "Abbrechen/Aktualisieren Button"
840
-
841
- #: inc-options/write_cp_options.php:243
842
- msgid "Your own %s options"
843
- msgstr "Deine eigenen %s Einstellungen"
844
-
845
- #: inc-options/write_page_options.php:119 inc-options/write_post_options.php:124
846
- msgid "Title"
847
- msgstr "Title"
848
-
849
- #: inc-options/write_page_options.php:121
850
- msgid "Custom Fields"
851
- msgstr "Benutzerdefinierte Felder"
852
-
853
- #: inc-options/write_page_options.php:122
854
- msgid "Comments &amp; Pings"
855
- msgstr "Kommentare &amp; Pings"
856
-
857
- #: inc-options/write_page_options.php:123 inc-options/write_page_options.php:160
858
- #: inc-options/write_post_options.php:129
859
- msgid "Date"
860
- msgstr "Datum"
861
-
862
- #: inc-options/write_page_options.php:124
863
- msgid "Password Protect This Page"
864
- msgstr "Diese Seite mit einem Passwort versehen"
865
-
866
- #: inc-options/write_page_options.php:125
867
- msgid "Attributes"
868
- msgstr "Attribute"
869
-
870
- #: inc-options/write_page_options.php:126
871
- msgid "Page Template"
872
- msgstr "Seiten Template"
873
-
874
- #: inc-options/write_page_options.php:127
875
- msgid "Page Order"
876
- msgstr "Reihenfolge"
877
-
878
- #: inc-options/write_page_options.php:128
879
- msgid "Page Author"
880
- msgstr "Seitenautor"
881
-
882
- #: inc-options/write_page_options.php:129
883
- msgid "Page Revisions"
884
- msgstr "Page Revisions"
885
-
886
- #: inc-options/write_page_options.php:130
887
- msgid "Related"
888
- msgstr "Siehe auch"
889
-
890
- #: inc-options/write_page_options.php:135
891
- msgid "Page Slug"
892
- msgstr "Titelform"
893
-
894
- #: inc-options/write_page_options.php:152
895
- msgid "Page Image"
896
- msgstr "Artikelbild"
897
-
898
- #: inc-options/write_page_options.php:164
899
- msgid "Parent, Order, Template"
900
- msgstr "Eltern, Reihenfolge, Template"
901
-
902
- #: inc-options/write_page_options.php:165
903
- msgid "Status"
904
- msgstr "Status"
905
-
906
- #: inc-options/write_page_options.php:220
907
- msgid "Your own page options"
908
- msgstr "Deine eigenen Seiten-Einstellungen"
909
-
910
- #: inc-options/write_post_options.php:223
911
- msgid "Your own post options"
912
- msgstr "Deine eigenen Beitrags-Einstellungen"
913
-
914
- #: inc-setup/messages.php:38
915
- msgid "Unknown error."
916
- msgstr "Unbekannter Fehler."
917
-
918
- #: inc-setup/messages.php:49
919
- msgid "The updates were saved."
920
- msgstr "Die Einstellungen wurden gespeichert"
921
-
922
- #: inc-setup/messages.php:52
923
- msgid "You have not enough rights to edit entries in the database."
924
- msgstr "Du hast nicht ausreichend Rechte um diese Aktion durchzuf&uuml;hren!"
925
-
926
- #: inc-setup/messages.php:55
927
- msgid "All entries in the database were imported."
928
- msgstr "Alle Einträge wurden in die Datenbank geschrieben."
929
-
930
- #: inc-setup/messages.php:58
931
- msgid "All entries in the database were deleted."
932
- msgstr "Die Einstellungen wurde gel&ouml;scht!"
933
-
934
- #: inc-setup/messages.php:61
935
- msgid "Set the checkbox on deinstall-button."
936
- msgstr "Checkbox setzen, wenn wirklich deinstalliert werden soll!"
937
-
938
- #: inc-setup/messages.php:64
939
- msgid "Can't load menu and submenu."
940
- msgstr "Menu und Submenu k&ouml;nnen nicht geladen werden!"
941
-
942
- #: inc-setup/messages.php:66
943
- msgid "Backend-Theme was activated!"
944
- msgstr "Backend-Theme wurde zugewiesen!"
945
-
946
- #: inc-setup/messages.php:68
947
- msgid "Load user data to themes was successful."
948
- msgstr "Das Laden der User-Daten zum Theme war erfolgreich."
949
-
950
- #: inc-setup/remove-admin-bar.php:272 inc-setup/remove-admin-bar.php:274
951
- msgid "Network Admin"
952
- msgstr "Netwerk-Admin"
953
-
954
- #: inc-setup/remove-admin-bar.php:276 inc-setup/remove-admin-bar.php:278
955
- msgid "Site Admin"
956
- msgstr "Site-Admin"
957
-
958
- #. Plugin URI of the plugin/theme
959
- msgid "https://wordpress.org/plugins/adminimize/"
960
- msgstr "https://wordpress.org/plugins/adminimize/"
961
-
962
- #. Description of the plugin/theme
963
- msgid ""
964
- "Visually compresses the administrative meta-boxes so that more admin page content "
965
- "can be initially seen. The plugin that lets you hide 'unnecessary' items from the "
966
- "WordPress administration menu, for all roles of your install. You can also hide "
967
- "post meta controls on the edit-area to simplify the interface. It is possible to "
968
- "simplify the admin in different for all roles."
969
- msgstr ""
970
- "Visuelle Reduzierung des administrativen Bereiches auf das, was notwendig ist. Das "
971
- "Plugin gibt die die Möglichkeit \"unnötige\" Bereiche aus dem WordPress "
972
- "Adminisrationsbereich, Menus zu entfernen, getrennt für jede existierende "
973
- "Benutzerrolle. Du kannst außerdem diverse andere Bereiche ausblenden um das "
974
- "Interface zu vereinfachen. Es ist außerdem möglich eigene Optione pro "
975
- "Benutzerrolle zu ergänzen."
976
-
977
- #. Author of the plugin/theme
978
- msgid "Frank Bültge"
979
- msgstr "Frank Bültge"
980
-
981
- #. Author URI of the plugin/theme
982
- msgid "http://bueltge.de/"
983
- msgstr "http://bueltge.de/"
984
-
985
- #~ msgid ""
986
- #~ "Display the front end include load or refresh of the site to get all items of "
987
- #~ "the admin bar in the front end area."
988
- #~ msgstr ""
989
- #~ "Wechsel zum Frontend inklusive einem Aktualisieren um alle Einträge der Admin "
990
- #~ "Bar zum Frontend zu erhalten."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/adminimize-es_ES.mo DELETED
Binary file
languages/adminimize-es_ES.po DELETED
@@ -1,1028 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Adminimize\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-12-15 21:54+0100\n"
6
- "PO-Revision-Date: 2015-12-15 21:54+0100\n"
7
- "Last-Translator: Frank Bültge <frank@bueltge.de>\n"
8
- "Language-Team: Frank Bueltge <frank@bueltge.de>\n"
9
- "Language: es_ES\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: d:/WP-Plugins/adminimize/trunk\n"
16
- ": \n"
17
- "X-Generator: Poedit 1.8.4\n"
18
- "X-Poedit-SearchPath-0: .\n"
19
-
20
- #: adminimize.php:141
21
- msgid "Keymaster"
22
- msgstr ""
23
-
24
- #: adminimize.php:142
25
- msgid "Moderator"
26
- msgstr ""
27
-
28
- #: adminimize.php:143
29
- msgid "Participant"
30
- msgstr ""
31
-
32
- #: adminimize.php:144
33
- msgid "Spectator"
34
- msgstr ""
35
-
36
- #: adminimize.php:145
37
- msgid "Blocked"
38
- msgstr ""
39
-
40
- #: adminimize.php:447 inc-options/links_options.php:52
41
- #: inc-options/write_cp_options.php:103 inc-options/write_post_options.php:97
42
- msgid "Categories"
43
- msgstr "Categorías"
44
-
45
- #: adminimize.php:454 adminimize.php:481
46
- msgid "+ Add New Category"
47
- msgstr "+ Agregar nueva categoría"
48
-
49
- #: adminimize.php:459 adminimize.php:488
50
- msgid "New category name"
51
- msgstr "Nueva categoría"
52
-
53
- #: adminimize.php:467 adminimize.php:492 adminimize.php:499
54
- msgid "Parent category"
55
- msgstr "Categoría padre"
56
-
57
- #: adminimize.php:472 adminimize.php:504
58
- msgid "Add"
59
- msgstr "Agregar"
60
-
61
- #: adminimize.php:486 inc-options/write_cp_options.php:104
62
- #: inc-options/write_post_options.php:98
63
- msgid "Add New Category"
64
- msgstr "Agregar nueva categoría"
65
-
66
- #: adminimize.php:605 adminimize.php:607 adminimize.php:613
67
- msgid "Dashboard"
68
- msgstr "Dashboard"
69
-
70
- #: adminimize.php:700 adminimize.php:705 adminimize.php:706 adminimize.php:747
71
- #: adminimize.php:754 adminimize.php:755 adminimize.php:1223
72
- #: inc-setup/remove-admin-bar.php:64 inc-setup/remove-admin-bar.php:91
73
- #: inc-setup/remove-admin-bar.php:285
74
- msgid "Log Out"
75
- msgstr "Cerrar sesión"
76
-
77
- #: adminimize.php:1275
78
- msgid "Settings"
79
- msgstr "Configuración"
80
-
81
- #: adminimize.php:1288
82
- msgid "Adminimize Options"
83
- msgstr "Opciones de Adminimize"
84
-
85
- #: adminimize.php:1289
86
- msgid "Adminimize"
87
- msgstr "Adminimize"
88
-
89
- #: adminimize.php:1322
90
- msgid "Cheatin&#8217; uh?"
91
- msgstr "Cheatin&#8217; uh?"
92
-
93
- #: adminimize.php:1371
94
- msgid ""
95
- "Cheatin&#8217; uh? You do not have the right permission to update settings"
96
- msgstr ""
97
-
98
- #: adminimize.php:1849
99
- msgid "Please upload a valid .json file"
100
- msgstr ""
101
-
102
- #: adminimize.php:1855
103
- msgid "Please upload a file to import"
104
- msgstr ""
105
-
106
- #: inc-options/admin_bar.php:22 inc-options/admin_bar_frontend.php:22
107
- #: inc-options/backend_options.php:15 inc-options/dashboard_options.php:16
108
- #: inc-options/deinstall_options.php:14 inc-options/global_options.php:15
109
- #: inc-options/im_export_options.php:14 inc-options/links_options.php:15
110
- #: inc-options/menu_options.php:15 inc-options/theme_options.php:14
111
- #: inc-options/widget_options.php:15 inc-options/wp_nav_menu_options.php:14
112
- #: inc-options/write_cp_options.php:20 inc-options/write_page_options.php:14
113
- #: inc-options/write_post_options.php:15
114
- msgid "Click to toggle"
115
- msgstr "Haga clic para ver"
116
-
117
- #: inc-options/admin_bar.php:23
118
- #, fuzzy
119
- msgid "Admin Bar Back end options"
120
- msgstr "Opciones Generales"
121
-
122
- #: inc-options/admin_bar.php:41 inc-options/admin_bar_frontend.php:43
123
- #: inc-options/dashboard_options.php:33 inc-options/dashboard_options.php:99
124
- #: inc-options/global_options.php:23 inc-options/global_options.php:106
125
- #: inc-options/links_options.php:23 inc-options/links_options.php:101
126
- #: inc-options/widget_options.php:23 inc-options/widget_options.php:109
127
- #: inc-options/wp_nav_menu_options.php:22
128
- #: inc-options/wp_nav_menu_options.php:122
129
- #: inc-options/write_cp_options.php:208 inc-options/write_page_options.php:186
130
- #: inc-options/write_post_options.php:182
131
- msgid "Option"
132
- msgstr "Opciones"
133
-
134
- #: inc-options/admin_bar.php:44 inc-options/admin_bar_frontend.php:46
135
- #: inc-options/dashboard_options.php:36 inc-options/global_options.php:26
136
- #: inc-options/links_options.php:26 inc-options/menu_options.php:26
137
- #: inc-options/widget_options.php:26 inc-options/wp_nav_menu_options.php:25
138
- #: inc-options/write_cp_options.php:33 inc-options/write_page_options.php:25
139
- #: inc-options/write_post_options.php:26
140
- msgid "Deactivate for"
141
- msgstr "Desactivar para"
142
-
143
- #: inc-options/admin_bar.php:114 inc-options/admin_bar_frontend.php:121
144
- #: inc-options/backend_options.php:200 inc-options/dashboard_options.php:124
145
- #: inc-options/global_options.php:131 inc-options/links_options.php:126
146
- #: inc-options/menu_options.php:207 inc-options/widget_options.php:134
147
- #: inc-options/wp_nav_menu_options.php:147
148
- #: inc-options/write_cp_options.php:243 inc-options/write_page_options.php:211
149
- #: inc-options/write_post_options.php:207
150
- #, fuzzy
151
- msgid "Update Options"
152
- msgstr "Actualizar opciones"
153
-
154
- #: inc-options/admin_bar.php:120 inc-options/admin_bar_frontend.php:127
155
- #: inc-options/backend_options.php:202 inc-options/dashboard_options.php:129
156
- #: inc-options/deinstall_options.php:27 inc-options/global_options.php:133
157
- #: inc-options/links_options.php:129 inc-options/menu_options.php:209
158
- #: inc-options/theme_options.php:123 inc-options/widget_options.php:136
159
- #: inc-options/wp_nav_menu_options.php:149
160
- #: inc-options/write_cp_options.php:248 inc-options/write_page_options.php:213
161
- #: inc-options/write_post_options.php:209
162
- msgid "scroll to top"
163
- msgstr ""
164
-
165
- #: inc-options/admin_bar_frontend.php:24
166
- msgid "Admin Bar Front end options"
167
- msgstr ""
168
-
169
- #: inc-options/backend_options.php:16
170
- msgid "Backend Options"
171
- msgstr "Opciones Generales"
172
-
173
- #: inc-options/backend_options.php:27
174
- #, fuzzy
175
- msgid "Use Global Settings"
176
- msgstr "Opciones globales"
177
-
178
- #: inc-options/backend_options.php:36
179
- msgid "The plugin is active in multiste."
180
- msgstr ""
181
-
182
- #: inc-options/backend_options.php:40
183
- msgid "False"
184
- msgstr ""
185
-
186
- #: inc-options/backend_options.php:41
187
- msgid "True"
188
- msgstr ""
189
-
190
- #: inc-options/backend_options.php:42
191
- msgid "Use the settings global in your Multisite network."
192
- msgstr ""
193
-
194
- #: inc-options/backend_options.php:47
195
- msgid "Exclude Super Admin"
196
- msgstr ""
197
-
198
- #: inc-options/backend_options.php:51 inc-options/backend_options.php:62
199
- #: inc-options/backend_options.php:75 inc-options/backend_options.php:85
200
- #: inc-options/backend_options.php:98 inc-options/backend_options.php:109
201
- #: inc-options/backend_options.php:122 inc-options/backend_options.php:132
202
- #: inc-options/backend_options.php:143 inc-options/backend_options.php:153
203
- #: inc-options/backend_options.php:182
204
- msgid "Default"
205
- msgstr "Predeterminado"
206
-
207
- #: inc-options/backend_options.php:52 inc-options/backend_options.php:110
208
- #: inc-options/backend_options.php:123 inc-options/backend_options.php:133
209
- #: inc-options/backend_options.php:144 inc-options/backend_options.php:154
210
- msgid "Activate"
211
- msgstr "Activar"
212
-
213
- #: inc-options/backend_options.php:53
214
- msgid ""
215
- "Exclude the Super Admin on a WP Multisite Install from all limitations of "
216
- "this plugin."
217
- msgstr ""
218
-
219
- #: inc-options/backend_options.php:58
220
- msgid "User-Info"
221
- msgstr "Información de usuario"
222
-
223
- #: inc-options/backend_options.php:63 inc-options/backend_options.php:86
224
- #: inc-options/backend_options.php:99
225
- msgid "Hide"
226
- msgstr "Ocultar"
227
-
228
- #: inc-options/backend_options.php:64
229
- msgid "Only logout"
230
- msgstr "Sólo salir"
231
-
232
- #: inc-options/backend_options.php:65
233
- msgid "User &amp; Logout"
234
- msgstr " Usuario &amp; Cerrar sesión "
235
-
236
- #: inc-options/backend_options.php:66
237
- msgid ""
238
- "The &quot;User-Info-area&quot; is on the top right side of the backend. You "
239
- "can hide or reduced show."
240
- msgstr ""
241
- "Usted puede ocultar o mostrar reducido el &quot;área de información de "
242
- "usuario&quot; \"es en la parte superior derecha\" de la Administracion"
243
-
244
- #: inc-options/backend_options.php:71
245
- msgid "Change User-Info, redirect to"
246
- msgstr "Cambio de usuario-info, se redirige a"
247
-
248
- #: inc-options/backend_options.php:76
249
- msgid "Frontpage of the Blog"
250
- msgstr "Portada del Blog"
251
-
252
- #: inc-options/backend_options.php:77
253
- msgid ""
254
- "When the &quot;User-Info-area&quot; change it, then it is possible to change "
255
- "the redirect."
256
- msgstr ""
257
- "Cuando el area de informacion del usuario cambia, es posible cambiar la "
258
- "redirección."
259
-
260
- #: inc-options/backend_options.php:81
261
- msgid "Footer"
262
- msgstr "Pie de página"
263
-
264
- #: inc-options/backend_options.php:87
265
- #, fuzzy
266
- msgid "The Footer-area can hide, include all links and details."
267
- msgstr "Oculta \"TODO\" el pie de pagina."
268
-
269
- #: inc-options/backend_options.php:94
270
- msgid "Header"
271
- msgstr ""
272
-
273
- #: inc-options/backend_options.php:100
274
- #, fuzzy
275
- msgid "The Header-area can hide, include all links and details."
276
- msgstr "Oculta \"TODO\" el pie de pagina."
277
-
278
- #: inc-options/backend_options.php:105
279
- msgid "Timestamp"
280
- msgstr "Fecha y hora"
281
-
282
- #: inc-options/backend_options.php:111
283
- msgid ""
284
- "Opens the post timestamp editing fields without you having to click the "
285
- "\"Edit\" link every time."
286
- msgstr ""
287
- "Deja abierto el campo de edición \"fecha y hora\", sin que usted tenga que "
288
- "hacer clic en el vínculo \"Modificar\"."
289
-
290
- #: inc-options/backend_options.php:118
291
- msgid "Thickbox FullScreen"
292
- msgstr "Thickbox en Pantalla Completa"
293
-
294
- #: inc-options/backend_options.php:124
295
- #, fuzzy
296
- msgid ""
297
- "All Thickbox-function use the full area of the browser. Thickbox is for "
298
- "example in upload media-files."
299
- msgstr "Thickbox se usa por ejemplo, para cargar los archivos de los medios."
300
-
301
- #: inc-options/backend_options.php:128
302
- msgid "Flashuploader"
303
- msgstr "Cargador \"Flash\""
304
-
305
- #: inc-options/backend_options.php:134
306
- msgid "Disable the flashuploader and users use only the standard uploader."
307
- msgstr ""
308
- " Deshabilitar el uso del cargador \"Flash\" y los usuarios sólo el nivel de "
309
- "carga."
310
-
311
- #: inc-options/backend_options.php:139
312
- #, fuzzy
313
- msgid "Category Height"
314
- msgstr "Categorías"
315
-
316
- #: inc-options/backend_options.php:145
317
- msgid ""
318
- "View the Meta Box with Categories in the full height, no scrollbar or "
319
- "whitespace."
320
- msgstr ""
321
-
322
- #: inc-options/backend_options.php:149
323
- msgid "Advice in Footer"
324
- msgstr "Creditos en Pie de página"
325
-
326
- #: inc-options/backend_options.php:156
327
- #, fuzzy
328
- msgid ""
329
- "In the Footer you can display an advice for changing the Default-design, "
330
- "(x)HTML is possible."
331
- msgstr ""
332
- "Puede cambiar el valor por defecto del pie de pagina de su diseño mostrando "
333
- "creditos adicionales, (x)HTML es valido."
334
-
335
- #: inc-options/backend_options.php:178
336
- #, fuzzy
337
- msgid "Dashboard deactivate, redirect to"
338
- msgstr "Cuando el \"Dashboard\" se desactive, redirigir a"
339
-
340
- #: inc-options/backend_options.php:183
341
- msgid "Manage Posts"
342
- msgstr "Gestionar Entradas"
343
-
344
- #: inc-options/backend_options.php:184
345
- msgid "Manage Pages"
346
- msgstr "Gestionar Páginas"
347
-
348
- #: inc-options/backend_options.php:185
349
- msgid "Write Post"
350
- msgstr "Escribir Entrada"
351
-
352
- #: inc-options/backend_options.php:186
353
- msgid "Write Page"
354
- msgstr "Escribir Pagina"
355
-
356
- #: inc-options/backend_options.php:187
357
- msgid "Comments"
358
- msgstr "Comentarios"
359
-
360
- #: inc-options/backend_options.php:188
361
- msgid "other Page"
362
- msgstr "otra página"
363
-
364
- #: inc-options/backend_options.php:191
365
- #, fuzzy
366
- msgid ""
367
- "You have deactivated the Dashboard, please select a page for redirection or "
368
- "define custom url, include http://?"
369
- msgstr ""
370
- "Usted puede desabilitar el \"Dashboard\" por favor, seleccionar una página "
371
- "para redireccionar?"
372
-
373
- #: inc-options/dashboard_options.php:17
374
- #, fuzzy
375
- msgid "Dashboard options"
376
- msgstr "Dashboard"
377
-
378
- #: inc-options/dashboard_options.php:25
379
- msgid ""
380
- "To complete the installation for Dashboard Widgets you must visit your "
381
- "dashboard once and then come back to Settings > Adminimize to configure who "
382
- "has access to each widget."
383
- msgstr ""
384
-
385
- #: inc-options/dashboard_options.php:98 inc-options/global_options.php:105
386
- msgid "Your own options"
387
- msgstr "Sus propias opciones"
388
-
389
- #: inc-options/dashboard_options.php:98 inc-options/global_options.php:105
390
- #: inc-options/links_options.php:100 inc-options/widget_options.php:108
391
- #: inc-options/wp_nav_menu_options.php:121
392
- #: inc-options/write_cp_options.php:206 inc-options/write_page_options.php:185
393
- #: inc-options/write_post_options.php:181
394
- msgid "ID or class"
395
- msgstr "ID o class"
396
-
397
- #: inc-options/dashboard_options.php:105 inc-options/global_options.php:112
398
- #: inc-options/links_options.php:107 inc-options/widget_options.php:115
399
- #: inc-options/wp_nav_menu_options.php:128
400
- #: inc-options/write_cp_options.php:215 inc-options/write_page_options.php:192
401
- #: inc-options/write_post_options.php:188
402
- msgid ""
403
- "It is possible to add your own IDs or classes from elements and tags. You "
404
- "can find IDs and classes with the FireBug Add-on for Firefox. Assign a value "
405
- "and the associate name per line."
406
- msgstr ""
407
- "Es posible añadir sus propios ID's o Clases de elementos y etiquetas. Usted "
408
- "puede encontrar las ID's y las Clases con un Agregado de Firefox llamado "
409
- "Firebug. Para asignar un valor asociado y el nombre por línea."
410
-
411
- #: inc-options/dashboard_options.php:111 inc-options/global_options.php:118
412
- #: inc-options/links_options.php:113 inc-options/widget_options.php:121
413
- #: inc-options/wp_nav_menu_options.php:134
414
- #: inc-options/write_cp_options.php:225 inc-options/write_page_options.php:198
415
- #: inc-options/write_post_options.php:194
416
- #, fuzzy
417
- msgid ""
418
- "Possible nomination for ID or class. Separate multiple nominations through a "
419
- "carriage return."
420
- msgstr ""
421
- "Posible designación de ID o Clase. Separa las candidaturas a través de un "
422
- "\"return\"."
423
-
424
- #: inc-options/dashboard_options.php:116 inc-options/global_options.php:123
425
- #: inc-options/links_options.php:118 inc-options/widget_options.php:126
426
- #: inc-options/wp_nav_menu_options.php:139
427
- #: inc-options/write_cp_options.php:233 inc-options/write_page_options.php:203
428
- #: inc-options/write_post_options.php:199
429
- msgid ""
430
- "Possible IDs or classes. Separate multiple values through a carriage return."
431
- msgstr ""
432
- "Posibles ID's y Clases, Separa múltiples valores a través de un \"return\"."
433
-
434
- #: inc-options/deinstall_options.php:15
435
- #, fuzzy
436
- msgid "Uninstall Options"
437
- msgstr "Opciones de desinstalacion"
438
-
439
- #: inc-options/deinstall_options.php:18
440
- msgid ""
441
- "Use this option for clean your database from all entries of this plugin. "
442
- "When you deactivate the plugin, the deinstall of the plugin <strong>clean "
443
- "not</strong> all entries in the database."
444
- msgstr ""
445
- "Utiliza esta opción para limpiar la base de datos de todas las entradas de "
446
- "este plugin. Cuando desactiva o desinstala el plugin <strong> no limpia </ "
447
- "strong> todas las entradas en la base de datos."
448
-
449
- #: inc-options/deinstall_options.php:22
450
- msgid "Delete Options"
451
- msgstr "Borrar Opciones"
452
-
453
- #: inc-options/global_options.php:16
454
- msgid "Global options"
455
- msgstr "Opciones globales"
456
-
457
- #: inc-options/im_export_options.php:15
458
- msgid "Export/Import Options"
459
- msgstr ""
460
-
461
- #: inc-options/im_export_options.php:20
462
- msgid "Export"
463
- msgstr ""
464
-
465
- #: inc-options/im_export_options.php:24
466
- msgid "You can save a JSON formatted \".json\" file with your settings."
467
- msgstr ""
468
-
469
- #: inc-options/im_export_options.php:40
470
- msgid "Import"
471
- msgstr ""
472
-
473
- #: inc-options/im_export_options.php:47
474
- msgid ""
475
- "Choose a Adminimize (<em>.json</em>) file to upload, then click <em>Upload "
476
- "file and import</em>."
477
- msgstr ""
478
-
479
- #: inc-options/links_options.php:16
480
- msgid "Links options"
481
- msgstr "Opciones de enlaces"
482
-
483
- #: inc-options/links_options.php:49
484
- msgid "Name"
485
- msgstr "Nombre"
486
-
487
- #: inc-options/links_options.php:50
488
- msgid "Web Address"
489
- msgstr "Dirección web"
490
-
491
- #: inc-options/links_options.php:51
492
- msgid "Description"
493
- msgstr "Descripción"
494
-
495
- #: inc-options/links_options.php:53
496
- msgid "Target"
497
- msgstr "Target"
498
-
499
- #: inc-options/links_options.php:54
500
- msgid "Link Relationship (XFN)"
501
- msgstr "Relacion de contacto (XFN)"
502
-
503
- #: inc-options/links_options.php:55
504
- msgid "Advanced"
505
- msgstr "Avanzada"
506
-
507
- #: inc-options/links_options.php:56 inc-options/write_cp_options.php:112
508
- #: inc-options/write_page_options.php:113
509
- #: inc-options/write_post_options.php:107
510
- msgid "Publish Actions"
511
- msgstr "Publicar Acciones"
512
-
513
- #: inc-options/links_options.php:100
514
- #, fuzzy
515
- msgid "Your own Link options"
516
- msgstr "Sus propias opciones"
517
-
518
- #: inc-options/menu_options.php:16
519
- msgid "Menu Options"
520
- msgstr "Opciones del Menú"
521
-
522
- #: inc-options/menu_options.php:23
523
- #, fuzzy
524
- msgid "Menu options - Menu, <span>Submenu</span>"
525
- msgstr ""
526
- "Opciones de menú - Menu, <span style=\"font-weight: 400;\">Submenu</span>"
527
-
528
- #: inc-options/menu_options.php:78 inc-options/menu_options.php:153
529
- msgid "After activate the check box it heavy attitudes will change."
530
- msgstr ""
531
-
532
- #: inc-options/menu_options.php:128
533
- msgid "Profile"
534
- msgstr ""
535
-
536
- #: inc-options/minimenu.php:15
537
- msgid "Network"
538
- msgstr ""
539
-
540
- #: inc-options/minimenu.php:150
541
- #, fuzzy
542
- msgid ""
543
- "Further information: Visit the <a href=\"http://wordpress.org/extend/plugins/"
544
- "adminimize/\">plugin homepage</a> for further information or to grab the "
545
- "latest version of this plugin. Also see the <a href=\"http://wordpress.org/"
546
- "support/plugin/adminimize\">support forum</a> for questions."
547
- msgstr ""
548
- "Nota: Para más información o para obtener la última versión de este plugin, "
549
- "visite la<a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/"
550
- "\">Pagína del Plugin</a> "
551
-
552
- #: inc-options/minimenu.php:161
553
- msgid ""
554
- "You want to thank me? Visit my <a href=\"http://bueltge.de/wunschliste/"
555
- "\">wishlist</a> or donate."
556
- msgstr ""
557
- "¿Quieres dar las gracias por el plugins? Visita el sitio del creador: <a "
558
- "href=\"http://bueltge.de/wunschliste/\">Wishlist</a> o donar."
559
-
560
- #: inc-options/minimenu.php:179 inc-options/settings_notice.php:17
561
- msgid ""
562
- "Please note: The Adminimize settings page ignores the Menu Options below and "
563
- "displays the menu with all entries.<br /><span style=\"font-weight: 300;"
564
- "\">To view your changes to the menu you need to navigate away from the "
565
- "Adminimize settings page.</span>"
566
- msgstr ""
567
-
568
- #: inc-options/theme_options.php:15 inc-options/theme_options.php:115
569
- msgid "Set Theme"
570
- msgstr "Establecer Tema"
571
-
572
- #: inc-options/theme_options.php:26
573
- msgid ""
574
- "For better peformance with many users on your blog; load only userlist, when "
575
- "you will change the theme options for users."
576
- msgstr ""
577
-
578
- #: inc-options/theme_options.php:33
579
- msgid "Load User Data"
580
- msgstr ""
581
-
582
- #: inc-options/theme_options.php:47
583
- msgid "User-ID"
584
- msgstr "Usuario-ID"
585
-
586
- #: inc-options/theme_options.php:48
587
- msgid "Username"
588
- msgstr "Nombre de usuario"
589
-
590
- #: inc-options/theme_options.php:49
591
- msgid "Display name publicly as"
592
- msgstr "Nombre para mostrar al público como"
593
-
594
- #: inc-options/theme_options.php:50
595
- msgid "Admin-Color Scheme"
596
- msgstr "Colores de la administración"
597
-
598
- #: inc-options/theme_options.php:51
599
- msgid "User Level"
600
- msgstr "Nivel de Usuario"
601
-
602
- #: inc-options/theme_options.php:52
603
- msgid "Role"
604
- msgstr "Role"
605
-
606
- #: inc-options/widget_options.php:16
607
- #, fuzzy
608
- msgid "Widget options"
609
- msgstr "Opciones de enlaces"
610
-
611
- #: inc-options/widget_options.php:46 inc-options/wp_nav_menu_options.php:48
612
- #: inc-options/write_cp_options.php:98 inc-options/write_page_options.php:94
613
- #: inc-options/write_post_options.php:92
614
- msgid "Help"
615
- msgstr ""
616
-
617
- #: inc-options/widget_options.php:47 inc-options/wp_nav_menu_options.php:49
618
- #: inc-options/write_cp_options.php:99 inc-options/write_page_options.php:95
619
- #: inc-options/write_post_options.php:93
620
- msgid "Screen Options"
621
- msgstr "Opciones de pantalla"
622
-
623
- #: inc-options/widget_options.php:48
624
- msgid "Available Widgets"
625
- msgstr ""
626
-
627
- #: inc-options/widget_options.php:49
628
- msgid "Inactive Sidebar (not used)"
629
- msgstr ""
630
-
631
- #: inc-options/widget_options.php:50
632
- msgid "Inactive Widgets"
633
- msgstr ""
634
-
635
- #: inc-options/widget_options.php:108
636
- #, fuzzy
637
- msgid "Your own Widget options"
638
- msgstr "Sus propias opciones en \"pagínas\""
639
-
640
- #: inc-options/wp_nav_menu_options.php:15
641
- #, fuzzy
642
- msgid "WP Nav Menu options"
643
- msgstr "Opciones del Menú"
644
-
645
- #: inc-options/wp_nav_menu_options.php:50
646
- #: inc-options/wp_nav_menu_options.php:56
647
- msgid "Theme Locations"
648
- msgstr ""
649
-
650
- #: inc-options/wp_nav_menu_options.php:51
651
- #, fuzzy
652
- msgid "Custom Links"
653
- msgstr "Campos personalizados"
654
-
655
- #: inc-options/wp_nav_menu_options.php:52
656
- msgid "Add menu"
657
- msgstr ""
658
-
659
- #: inc-options/wp_nav_menu_options.php:121
660
- #, fuzzy
661
- msgid "Your own Nav Menu options"
662
- msgstr "Sus propias opciones en \"pagínas\""
663
-
664
- #: inc-options/write_cp_options.php:22 inc-options/write_cp_options.php:30
665
- #, fuzzy
666
- msgid "Write options"
667
- msgstr "Opciones de escritura - Entradas"
668
-
669
- #: inc-options/write_cp_options.php:100 inc-options/write_page_options.php:97
670
- #: inc-options/write_post_options.php:95
671
- msgid "Permalink"
672
- msgstr "Enlace permanente"
673
-
674
- #: inc-options/write_cp_options.php:101 inc-options/write_cp_options.php:139
675
- #: inc-options/write_post_options.php:96
676
- #: inc-options/write_post_options.php:131
677
- msgid "Tags"
678
- msgstr "Etiquetas"
679
-
680
- #: inc-options/write_cp_options.php:102
681
- msgid "Format"
682
- msgstr ""
683
-
684
- #: inc-options/write_cp_options.php:105 inc-options/write_post_options.php:100
685
- msgid "Password Protect This Post"
686
- msgstr "Proteger esta entrada con contraseña"
687
-
688
- #: inc-options/write_cp_options.php:106 inc-options/write_post_options.php:101
689
- msgid "Related, Shortcuts"
690
- msgstr "Relacionados, accesos directos"
691
-
692
- #: inc-options/write_cp_options.php:107 inc-options/write_page_options.php:108
693
- #: inc-options/write_post_options.php:102
694
- #, fuzzy
695
- msgid "Messages"
696
- msgstr "Mensajes"
697
-
698
- #: inc-options/write_cp_options.php:108 inc-options/write_page_options.php:109
699
- #: inc-options/write_post_options.php:103
700
- msgid "h2: Advanced Options"
701
- msgstr "h2:Opciones avanzadas"
702
-
703
- #: inc-options/write_cp_options.php:109 inc-options/write_page_options.php:110
704
- #: inc-options/write_post_options.php:104
705
- msgid "Media Buttons (all)"
706
- msgstr "Botones de los medios (todos)"
707
-
708
- #: inc-options/write_cp_options.php:110 inc-options/write_page_options.php:111
709
- #: inc-options/write_post_options.php:105
710
- msgid "Word count"
711
- msgstr "De palabras"
712
-
713
- #: inc-options/write_cp_options.php:111 inc-options/write_post_options.php:106
714
- #, fuzzy
715
- msgid "Post Slug"
716
- msgstr "Publicar Slug, Slug \"Box\""
717
-
718
- #: inc-options/write_cp_options.php:113 inc-options/write_page_options.php:114
719
- #: inc-options/write_post_options.php:108
720
- msgid "Discussion"
721
- msgstr ""
722
-
723
- #: inc-options/write_cp_options.php:114 inc-options/write_page_options.php:115
724
- #: inc-options/write_post_options.php:109
725
- msgid "HTML Editor Button"
726
- msgstr ""
727
-
728
- #: inc-options/write_cp_options.php:124 inc-options/write_post_options.php:118
729
- msgid "Post Thumbnail"
730
- msgstr ""
731
-
732
- #: inc-options/write_cp_options.php:130 inc-options/write_page_options.php:128
733
- #: inc-options/write_post_options.php:122
734
- msgid "Quick Edit Link"
735
- msgstr ""
736
-
737
- #: inc-options/write_cp_options.php:131 inc-options/write_cp_options.php:135
738
- #: inc-options/write_cp_options.php:138 inc-options/write_cp_options.php:141
739
- #: inc-options/write_page_options.php:129
740
- #: inc-options/write_page_options.php:134
741
- #: inc-options/write_page_options.php:137
742
- #: inc-options/write_post_options.php:123
743
- #: inc-options/write_post_options.php:127
744
- #: inc-options/write_post_options.php:130
745
- #: inc-options/write_post_options.php:133
746
- msgid "QE"
747
- msgstr ""
748
-
749
- #: inc-options/write_cp_options.php:131 inc-options/write_page_options.php:129
750
- #: inc-options/write_post_options.php:123
751
- msgid "Inline Edit Left"
752
- msgstr ""
753
-
754
- #: inc-options/write_cp_options.php:132 inc-options/write_page_options.php:130
755
- #: inc-options/write_post_options.php:124
756
- msgid "All Labels"
757
- msgstr ""
758
-
759
- #: inc-options/write_cp_options.php:133 inc-options/write_page_options.php:132
760
- #: inc-options/write_post_options.php:125
761
- msgid "Author"
762
- msgstr "Autor"
763
-
764
- #: inc-options/write_cp_options.php:134 inc-options/write_page_options.php:133
765
- #: inc-options/write_post_options.php:126
766
- #, fuzzy
767
- msgid "Password and Private"
768
- msgstr "Proteger página con contraseña"
769
-
770
- #: inc-options/write_cp_options.php:135 inc-options/write_post_options.php:127
771
- msgid "Inline Edit Center"
772
- msgstr ""
773
-
774
- #: inc-options/write_cp_options.php:136 inc-options/write_post_options.php:128
775
- #, fuzzy
776
- msgid "Categories Title"
777
- msgstr "Categorías"
778
-
779
- #: inc-options/write_cp_options.php:137 inc-options/write_post_options.php:129
780
- #, fuzzy
781
- msgid "Categories List"
782
- msgstr "Categorías"
783
-
784
- #: inc-options/write_cp_options.php:138 inc-options/write_page_options.php:134
785
- #: inc-options/write_post_options.php:130
786
- msgid "Inline Edit Right"
787
- msgstr ""
788
-
789
- #: inc-options/write_cp_options.php:140 inc-options/write_post_options.php:132
790
- msgid "Status, Sticky"
791
- msgstr ""
792
-
793
- #: inc-options/write_cp_options.php:141 inc-options/write_page_options.php:137
794
- #: inc-options/write_post_options.php:133
795
- msgid "Cancel/Save Button"
796
- msgstr ""
797
-
798
- #: inc-options/write_cp_options.php:205
799
- #, fuzzy, php-format
800
- msgid "Your own %s options"
801
- msgstr "Sus propias opciones"
802
-
803
- #: inc-options/write_page_options.php:15 inc-options/write_page_options.php:22
804
- msgid "Write options - Page"
805
- msgstr "Opciones de escritura - Paginas"
806
-
807
- #: inc-options/write_page_options.php:96 inc-options/write_post_options.php:94
808
- msgid "Title"
809
- msgstr ""
810
-
811
- #: inc-options/write_page_options.php:98
812
- msgid "Custom Fields"
813
- msgstr "Campos personalizados"
814
-
815
- #: inc-options/write_page_options.php:99
816
- msgid "Comments &amp; Pings"
817
- msgstr "Comentarios &amp; Pings"
818
-
819
- #: inc-options/write_page_options.php:100
820
- #: inc-options/write_page_options.php:131
821
- #: inc-options/write_post_options.php:99
822
- msgid "Date"
823
- msgstr ""
824
-
825
- #: inc-options/write_page_options.php:101
826
- msgid "Password Protect This Page"
827
- msgstr "Proteger página con contraseña"
828
-
829
- #: inc-options/write_page_options.php:102
830
- msgid "Attributes"
831
- msgstr ""
832
-
833
- #: inc-options/write_page_options.php:103
834
- msgid "Page Template"
835
- msgstr "Plantilla de Página"
836
-
837
- #: inc-options/write_page_options.php:104
838
- msgid "Page Order"
839
- msgstr "Orden de las páginas"
840
-
841
- #: inc-options/write_page_options.php:105
842
- msgid "Page Author"
843
- msgstr "Autor de la página"
844
-
845
- #: inc-options/write_page_options.php:106
846
- msgid "Page Revisions"
847
- msgstr "Revisiones de la página"
848
-
849
- #: inc-options/write_page_options.php:107
850
- msgid "Related"
851
- msgstr "Relacionado"
852
-
853
- #: inc-options/write_page_options.php:112
854
- #, fuzzy
855
- msgid "Page Slug"
856
- msgstr " Páginas Slug, Slug \"Box\""
857
-
858
- #: inc-options/write_page_options.php:124
859
- #, fuzzy
860
- msgid "Page Image"
861
- msgstr "Plantilla de Página"
862
-
863
- #: inc-options/write_page_options.php:135
864
- #, fuzzy
865
- msgid "Parent, Order, Template"
866
- msgstr "Plantilla de Página"
867
-
868
- #: inc-options/write_page_options.php:136
869
- msgid "Status"
870
- msgstr ""
871
-
872
- #: inc-options/write_page_options.php:185
873
- msgid "Your own page options"
874
- msgstr "Sus propias opciones en \"pagínas\""
875
-
876
- #: inc-options/write_post_options.php:16 inc-options/write_post_options.php:23
877
- msgid "Write options - Post"
878
- msgstr "Opciones de escritura - Entradas"
879
-
880
- #: inc-options/write_post_options.php:181
881
- msgid "Your own post options"
882
- msgstr "Sus propias opciones en \"entradas\""
883
-
884
- #: inc-setup/messages.php:39
885
- msgid "Unknown error."
886
- msgstr "Error desconocido."
887
-
888
- #: inc-setup/messages.php:50
889
- #, fuzzy
890
- msgid "The updates were saved."
891
- msgstr "Los cambios se modificaron con éxito."
892
-
893
- #: inc-setup/messages.php:53
894
- #, fuzzy
895
- msgid "You have not enough rights to edit entries in the database."
896
- msgstr ""
897
- "Usted no tiene derechos suficientes para editar las entradas en la base de "
898
- "datos."
899
-
900
- #: inc-setup/messages.php:56
901
- #, fuzzy
902
- msgid "All entries in the database were imported."
903
- msgstr "Todas las entradas en la base de datos se han eliminado."
904
-
905
- #: inc-setup/messages.php:59
906
- #, fuzzy
907
- msgid "All entries in the database were deleted."
908
- msgstr "Todas las entradas en la base de datos se han eliminado."
909
-
910
- #: inc-setup/messages.php:62
911
- msgid "Set the checkbox on deinstall-button."
912
- msgstr "Clicke en la casilla de verificación y presione el botón desinstalar."
913
-
914
- #: inc-setup/messages.php:65
915
- msgid "Can't load menu and submenu."
916
- msgstr "No se puede cargar el menú y submenú."
917
-
918
- #: inc-setup/messages.php:67
919
- msgid "Backend-Theme was activated!"
920
- msgstr "El tema se ha activado!"
921
-
922
- #: inc-setup/messages.php:69
923
- msgid "Load user data to themes was successful."
924
- msgstr ""
925
-
926
- #: inc-setup/remove-admin-bar.php:274
927
- msgid "Network Admin"
928
- msgstr ""
929
-
930
- #: inc-setup/remove-admin-bar.php:278
931
- msgid "Site Admin"
932
- msgstr ""
933
-
934
- #~ msgid "Blue"
935
- #~ msgstr "Azul"
936
-
937
- #~ msgid "Gray"
938
- #~ msgstr "Gris"
939
-
940
- #~ msgid "Classic"
941
- #~ msgstr "Clasico"
942
-
943
- #~ msgid "Fresh"
944
- #~ msgstr "Fresco"
945
-
946
- #~ msgid "WordPress 2.3"
947
- #~ msgstr "WordPress 2.3"
948
-
949
- #~ msgid "Maybe i'm colorblind"
950
- #~ msgstr "Tal vez soy daltónico"
951
-
952
- #~ msgid "Grey"
953
- #~ msgstr "Gris"
954
-
955
- #~ msgid "Visit plugin homepage"
956
- #~ msgstr "Visita la página principal del plugin"
957
-
958
- #~ msgid "plugin"
959
- #~ msgstr "plugin"
960
-
961
- #~ msgid "Version"
962
- #~ msgstr "Versión"
963
-
964
- #~ msgid "History"
965
- #~ msgstr "Historia"
966
-
967
- #~ msgid "plugin activate"
968
- #~ msgstr "activar el plugin"
969
-
970
- #~ msgid ""
971
- #~ "<a href=\"http://wordpress.org/extend/plugins/adminimize/"
972
- #~ "\">Documentation</a>"
973
- #~ msgstr ""
974
- #~ "<a href=\"http://wordpress.org/extend/plugins/adminimize/"
975
- #~ "\">Documentación</a>"
976
-
977
- #~ msgid "WriteScroll"
978
- #~ msgstr "WriteScroll"
979
-
980
- #~ msgid ""
981
- #~ "With the WriteScroll option active, these pages will automatically scroll "
982
- #~ "to an optimal position for editing, when you visit Write Post or Write "
983
- #~ "Page."
984
- #~ msgstr ""
985
- #~ "Con la opción activa, la página automáticamente se modifica para una "
986
- #~ "óptima edición."
987
-
988
- #~ msgid "Favorite Actions"
989
- #~ msgstr "Acciones favoritas"
990
-
991
- #~ msgid "Screen-Meta"
992
- #~ msgstr "Screen-Meta"
993
-
994
- #~ msgid "Contextual Help"
995
- #~ msgstr "Ayuda contextual"
996
-
997
- #~ msgid "Admin Color Scheme"
998
- #~ msgstr "Colores de la administración"
999
-
1000
- #~ msgid "Excerpt"
1001
- #~ msgstr "Extracto"
1002
-
1003
- #~ msgid "Trackbacks"
1004
- #~ msgstr "Trackbacks"
1005
-
1006
- #~ msgid "Post Author"
1007
- #~ msgstr "Autor"
1008
-
1009
- #~ msgid "Post Revisions"
1010
- #~ msgstr "Revisiones de la entrada"
1011
-
1012
- #~ msgid "Suggested tags from"
1013
- #~ msgstr "Sugiere las etiquetas de"
1014
-
1015
- #~ msgid "Text Control"
1016
- #~ msgstr "Control de texto"
1017
-
1018
- #~ msgid "HTML Special Characters"
1019
- #~ msgstr "HTML Caracteres especiales"
1020
-
1021
- #~ msgid "Page Parent"
1022
- #~ msgstr " Páginas Padres"
1023
-
1024
- #~ msgid "About the plugin"
1025
- #~ msgstr "Acerca del plugin"
1026
-
1027
- #~ msgid "PayPal - The safer, easier way to pay online!"
1028
- #~ msgstr "PayPal - Más fácil de pagar en línea!"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/adminimize-fr_FR.mo DELETED
Binary file
languages/adminimize-fr_FR.po DELETED
@@ -1,1041 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Adminimize\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-12-15 21:54+0100\n"
6
- "PO-Revision-Date: 2015-12-15 21:54+0100\n"
7
- "Last-Translator: Frank Bültge <frank@bueltge.de>\n"
8
- "Language-Team: Frank Bueltge <frank@bueltge.de>\n"
9
- "Language: fr_FR\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: d:/WP-Plugins/adminimize/trunk\n"
16
- ": \n"
17
- "X-Generator: Poedit 1.8.4\n"
18
- "X-Poedit-SearchPath-0: .\n"
19
-
20
- #: adminimize.php:141
21
- msgid "Keymaster"
22
- msgstr ""
23
-
24
- #: adminimize.php:142
25
- msgid "Moderator"
26
- msgstr ""
27
-
28
- #: adminimize.php:143
29
- msgid "Participant"
30
- msgstr ""
31
-
32
- #: adminimize.php:144
33
- msgid "Spectator"
34
- msgstr ""
35
-
36
- #: adminimize.php:145
37
- msgid "Blocked"
38
- msgstr ""
39
-
40
- #: adminimize.php:447 inc-options/links_options.php:52
41
- #: inc-options/write_cp_options.php:103 inc-options/write_post_options.php:97
42
- msgid "Categories"
43
- msgstr "Catégories"
44
-
45
- #: adminimize.php:454 adminimize.php:481
46
- msgid "+ Add New Category"
47
- msgstr "+ Ajouter une nouvelle catégorie"
48
-
49
- #: adminimize.php:459 adminimize.php:488
50
- msgid "New category name"
51
- msgstr "Nouvelle catégorie"
52
-
53
- #: adminimize.php:467 adminimize.php:492 adminimize.php:499
54
- msgid "Parent category"
55
- msgstr "Catégorie mère"
56
-
57
- #: adminimize.php:472 adminimize.php:504
58
- msgid "Add"
59
- msgstr "Ajouter"
60
-
61
- #: adminimize.php:486 inc-options/write_cp_options.php:104
62
- #: inc-options/write_post_options.php:98
63
- msgid "Add New Category"
64
- msgstr "Ajouter nouvelle catégorie"
65
-
66
- #: adminimize.php:605 adminimize.php:607 adminimize.php:613
67
- msgid "Dashboard"
68
- msgstr "Tableau de bord"
69
-
70
- #: adminimize.php:700 adminimize.php:705 adminimize.php:706 adminimize.php:747
71
- #: adminimize.php:754 adminimize.php:755 adminimize.php:1223
72
- #: inc-setup/remove-admin-bar.php:64 inc-setup/remove-admin-bar.php:91
73
- #: inc-setup/remove-admin-bar.php:285
74
- msgid "Log Out"
75
- msgstr "Se déconnecter"
76
-
77
- #: adminimize.php:1275
78
- msgid "Settings"
79
- msgstr "Paramètres"
80
-
81
- #: adminimize.php:1288
82
- msgid "Adminimize Options"
83
- msgstr "Options d'Adminimize"
84
-
85
- #: adminimize.php:1289
86
- msgid "Adminimize"
87
- msgstr "Adminimize"
88
-
89
- #: adminimize.php:1322
90
- msgid "Cheatin&#8217; uh?"
91
- msgstr "Vous trichez ?"
92
-
93
- #: adminimize.php:1371
94
- msgid ""
95
- "Cheatin&#8217; uh? You do not have the right permission to update settings"
96
- msgstr ""
97
-
98
- #: adminimize.php:1849
99
- msgid "Please upload a valid .json file"
100
- msgstr ""
101
-
102
- #: adminimize.php:1855
103
- #, fuzzy
104
- msgid "Please upload a file to import"
105
- msgstr "Importer &raquo;"
106
-
107
- #: inc-options/admin_bar.php:22 inc-options/admin_bar_frontend.php:22
108
- #: inc-options/backend_options.php:15 inc-options/dashboard_options.php:16
109
- #: inc-options/deinstall_options.php:14 inc-options/global_options.php:15
110
- #: inc-options/im_export_options.php:14 inc-options/links_options.php:15
111
- #: inc-options/menu_options.php:15 inc-options/theme_options.php:14
112
- #: inc-options/widget_options.php:15 inc-options/wp_nav_menu_options.php:14
113
- #: inc-options/write_cp_options.php:20 inc-options/write_page_options.php:14
114
- #: inc-options/write_post_options.php:15
115
- msgid "Click to toggle"
116
- msgstr "Cliquer pour visualiser"
117
-
118
- #: inc-options/admin_bar.php:23
119
- #, fuzzy
120
- msgid "Admin Bar Back end options"
121
- msgstr "Options de l'interface d'administration"
122
-
123
- #: inc-options/admin_bar.php:41 inc-options/admin_bar_frontend.php:43
124
- #: inc-options/dashboard_options.php:33 inc-options/dashboard_options.php:99
125
- #: inc-options/global_options.php:23 inc-options/global_options.php:106
126
- #: inc-options/links_options.php:23 inc-options/links_options.php:101
127
- #: inc-options/widget_options.php:23 inc-options/widget_options.php:109
128
- #: inc-options/wp_nav_menu_options.php:22
129
- #: inc-options/wp_nav_menu_options.php:122
130
- #: inc-options/write_cp_options.php:208 inc-options/write_page_options.php:186
131
- #: inc-options/write_post_options.php:182
132
- msgid "Option"
133
- msgstr "Options"
134
-
135
- #: inc-options/admin_bar.php:44 inc-options/admin_bar_frontend.php:46
136
- #: inc-options/dashboard_options.php:36 inc-options/global_options.php:26
137
- #: inc-options/links_options.php:26 inc-options/menu_options.php:26
138
- #: inc-options/widget_options.php:26 inc-options/wp_nav_menu_options.php:25
139
- #: inc-options/write_cp_options.php:33 inc-options/write_page_options.php:25
140
- #: inc-options/write_post_options.php:26
141
- msgid "Deactivate for"
142
- msgstr "Désactiver pour le rôle"
143
-
144
- #: inc-options/admin_bar.php:114 inc-options/admin_bar_frontend.php:121
145
- #: inc-options/backend_options.php:200 inc-options/dashboard_options.php:124
146
- #: inc-options/global_options.php:131 inc-options/links_options.php:126
147
- #: inc-options/menu_options.php:207 inc-options/widget_options.php:134
148
- #: inc-options/wp_nav_menu_options.php:147
149
- #: inc-options/write_cp_options.php:243 inc-options/write_page_options.php:211
150
- #: inc-options/write_post_options.php:207
151
- msgid "Update Options"
152
- msgstr "Enregistrer les options"
153
-
154
- #: inc-options/admin_bar.php:120 inc-options/admin_bar_frontend.php:127
155
- #: inc-options/backend_options.php:202 inc-options/dashboard_options.php:129
156
- #: inc-options/deinstall_options.php:27 inc-options/global_options.php:133
157
- #: inc-options/links_options.php:129 inc-options/menu_options.php:209
158
- #: inc-options/theme_options.php:123 inc-options/widget_options.php:136
159
- #: inc-options/wp_nav_menu_options.php:149
160
- #: inc-options/write_cp_options.php:248 inc-options/write_page_options.php:213
161
- #: inc-options/write_post_options.php:209
162
- msgid "scroll to top"
163
- msgstr "Haut de page"
164
-
165
- #: inc-options/admin_bar_frontend.php:24
166
- msgid "Admin Bar Front end options"
167
- msgstr ""
168
-
169
- #: inc-options/backend_options.php:16
170
- msgid "Backend Options"
171
- msgstr "Options de l'interface d'administration"
172
-
173
- #: inc-options/backend_options.php:27
174
- #, fuzzy
175
- msgid "Use Global Settings"
176
- msgstr "Options générales"
177
-
178
- #: inc-options/backend_options.php:36
179
- msgid "The plugin is active in multiste."
180
- msgstr ""
181
-
182
- #: inc-options/backend_options.php:40
183
- msgid "False"
184
- msgstr ""
185
-
186
- #: inc-options/backend_options.php:41
187
- msgid "True"
188
- msgstr ""
189
-
190
- #: inc-options/backend_options.php:42
191
- msgid "Use the settings global in your Multisite network."
192
- msgstr ""
193
-
194
- #: inc-options/backend_options.php:47
195
- msgid "Exclude Super Admin"
196
- msgstr ""
197
-
198
- #: inc-options/backend_options.php:51 inc-options/backend_options.php:62
199
- #: inc-options/backend_options.php:75 inc-options/backend_options.php:85
200
- #: inc-options/backend_options.php:98 inc-options/backend_options.php:109
201
- #: inc-options/backend_options.php:122 inc-options/backend_options.php:132
202
- #: inc-options/backend_options.php:143 inc-options/backend_options.php:153
203
- #: inc-options/backend_options.php:182
204
- msgid "Default"
205
- msgstr "Par défaut"
206
-
207
- #: inc-options/backend_options.php:52 inc-options/backend_options.php:110
208
- #: inc-options/backend_options.php:123 inc-options/backend_options.php:133
209
- #: inc-options/backend_options.php:144 inc-options/backend_options.php:154
210
- msgid "Activate"
211
- msgstr "Activé"
212
-
213
- #: inc-options/backend_options.php:53
214
- msgid ""
215
- "Exclude the Super Admin on a WP Multisite Install from all limitations of "
216
- "this plugin."
217
- msgstr ""
218
-
219
- #: inc-options/backend_options.php:58
220
- msgid "User-Info"
221
- msgstr "Raccourcis utilisateur"
222
-
223
- #: inc-options/backend_options.php:63 inc-options/backend_options.php:86
224
- #: inc-options/backend_options.php:99
225
- msgid "Hide"
226
- msgstr "Cacher"
227
-
228
- #: inc-options/backend_options.php:64
229
- msgid "Only logout"
230
- msgstr "Lien de déconnexion seulement"
231
-
232
- #: inc-options/backend_options.php:65
233
- msgid "User &amp; Logout"
234
- msgstr "Lien vers profil et lien de déconnexion"
235
-
236
- #: inc-options/backend_options.php:66
237
- msgid ""
238
- "The &quot;User-Info-area&quot; is on the top right side of the backend. You "
239
- "can hide or reduced show."
240
- msgstr ""
241
- "Permet de modifier ou de cacher les raccourcis utilisateur en haut à droite "
242
- "de l'interface d'administration"
243
-
244
- #: inc-options/backend_options.php:71
245
- msgid "Change User-Info, redirect to"
246
- msgstr "Redirection raccourcis utilisateur"
247
-
248
- #: inc-options/backend_options.php:76
249
- msgid "Frontpage of the Blog"
250
- msgstr "Page d'accueil du site"
251
-
252
- #: inc-options/backend_options.php:77
253
- msgid ""
254
- "When the &quot;User-Info-area&quot; change it, then it is possible to change "
255
- "the redirect."
256
- msgstr ""
257
- "Permet de changer la redirection quand le raccourci utilisateur en haut à "
258
- "droite est désactivé"
259
-
260
- #: inc-options/backend_options.php:81
261
- msgid "Footer"
262
- msgstr "Pied de page"
263
-
264
- #: inc-options/backend_options.php:87
265
- msgid "The Footer-area can hide, include all links and details."
266
- msgstr ""
267
- "Permet de cacher le pied de page et les liens et informations qu'il contient"
268
-
269
- #: inc-options/backend_options.php:94
270
- msgid "Header"
271
- msgstr ""
272
-
273
- #: inc-options/backend_options.php:100
274
- #, fuzzy
275
- msgid "The Header-area can hide, include all links and details."
276
- msgstr ""
277
- "Permet de cacher le pied de page et les liens et informations qu'il contient"
278
-
279
- #: inc-options/backend_options.php:105
280
- msgid "Timestamp"
281
- msgstr "Heure/date de publication"
282
-
283
- #: inc-options/backend_options.php:111
284
- msgid ""
285
- "Opens the post timestamp editing fields without you having to click the "
286
- "\"Edit\" link every time."
287
- msgstr ""
288
- "Laisse le champ d'édition de la date et de l'heure \"ouvert\", sans avoir à "
289
- "cliquer sur le bouton \"Editer\" à chaque fois."
290
-
291
- #: inc-options/backend_options.php:118
292
- msgid "Thickbox FullScreen"
293
- msgstr "Thickbox en plein écran"
294
-
295
- #: inc-options/backend_options.php:124
296
- msgid ""
297
- "All Thickbox-function use the full area of the browser. Thickbox is for "
298
- "example in upload media-files."
299
- msgstr ""
300
- "Permet un affichage plein écran des thickbox (par exemple pour le chargement "
301
- "des fichiers images dans un article)"
302
-
303
- #: inc-options/backend_options.php:128
304
- msgid "Flashuploader"
305
- msgstr "Outil de mise en ligne Flash"
306
-
307
- #: inc-options/backend_options.php:134
308
- msgid "Disable the flashuploader and users use only the standard uploader."
309
- msgstr ""
310
- "Permet de désactiver l'outil de mise en ligne basé sur Flash, obligeant les "
311
- "utilisateurs à utiliser la méthode du navigateur."
312
-
313
- #: inc-options/backend_options.php:139
314
- msgid "Category Height"
315
- msgstr "Hauteur du bloc Catégories"
316
-
317
- #: inc-options/backend_options.php:145
318
- msgid ""
319
- "View the Meta Box with Categories in the full height, no scrollbar or "
320
- "whitespace."
321
- msgstr ""
322
- "Permet de visualiser le bloc catégories dans sa hauteur complète, sans barre "
323
- "déroulante ou espaces blancs."
324
-
325
- #: inc-options/backend_options.php:149
326
- msgid "Advice in Footer"
327
- msgstr "Informations du pied de page"
328
-
329
- #: inc-options/backend_options.php:156
330
- #, fuzzy
331
- msgid ""
332
- "In the Footer you can display an advice for changing the Default-design, "
333
- "(x)HTML is possible."
334
- msgstr ""
335
- "Permet de changer la valeur par défaut du pied de page, en affichant des "
336
- "informations supplémentaires. (x)HTML autorisé."
337
-
338
- #: inc-options/backend_options.php:178
339
- msgid "Dashboard deactivate, redirect to"
340
- msgstr "Redirection tableau de bord"
341
-
342
- #: inc-options/backend_options.php:183
343
- msgid "Manage Posts"
344
- msgstr "Gestion des articles"
345
-
346
- #: inc-options/backend_options.php:184
347
- msgid "Manage Pages"
348
- msgstr "Gestion des pages"
349
-
350
- #: inc-options/backend_options.php:185
351
- msgid "Write Post"
352
- msgstr "Ecrire un article"
353
-
354
- #: inc-options/backend_options.php:186
355
- msgid "Write Page"
356
- msgstr "Ecrire une page"
357
-
358
- #: inc-options/backend_options.php:187
359
- msgid "Comments"
360
- msgstr "Commentaires"
361
-
362
- #: inc-options/backend_options.php:188
363
- msgid "other Page"
364
- msgstr "autre page"
365
-
366
- #: inc-options/backend_options.php:191
367
- #, fuzzy
368
- msgid ""
369
- "You have deactivated the Dashboard, please select a page for redirection or "
370
- "define custom url, include http://?"
371
- msgstr ""
372
- "Permet de changer la redirection quand le tableau de bord est désactivé."
373
-
374
- #: inc-options/dashboard_options.php:17
375
- #, fuzzy
376
- msgid "Dashboard options"
377
- msgstr "Tableau de bord"
378
-
379
- #: inc-options/dashboard_options.php:25
380
- msgid ""
381
- "To complete the installation for Dashboard Widgets you must visit your "
382
- "dashboard once and then come back to Settings > Adminimize to configure who "
383
- "has access to each widget."
384
- msgstr ""
385
-
386
- #: inc-options/dashboard_options.php:98 inc-options/global_options.php:105
387
- msgid "Your own options"
388
- msgstr "Options personnelles"
389
-
390
- #: inc-options/dashboard_options.php:98 inc-options/global_options.php:105
391
- #: inc-options/links_options.php:100 inc-options/widget_options.php:108
392
- #: inc-options/wp_nav_menu_options.php:121
393
- #: inc-options/write_cp_options.php:206 inc-options/write_page_options.php:185
394
- #: inc-options/write_post_options.php:181
395
- msgid "ID or class"
396
- msgstr "ID ou class"
397
-
398
- #: inc-options/dashboard_options.php:105 inc-options/global_options.php:112
399
- #: inc-options/links_options.php:107 inc-options/widget_options.php:115
400
- #: inc-options/wp_nav_menu_options.php:128
401
- #: inc-options/write_cp_options.php:215 inc-options/write_page_options.php:192
402
- #: inc-options/write_post_options.php:188
403
- msgid ""
404
- "It is possible to add your own IDs or classes from elements and tags. You "
405
- "can find IDs and classes with the FireBug Add-on for Firefox. Assign a value "
406
- "and the associate name per line."
407
- msgstr ""
408
- "Il est possible d'ajouter les ID et classes CSS des éléments apparaissant à "
409
- "l'écran. Vous pouvez les identifier en utilisant l'extension Firebug pour "
410
- "Firefox. Saisissez un nom et un libellé CSS par ligne."
411
-
412
- #: inc-options/dashboard_options.php:111 inc-options/global_options.php:118
413
- #: inc-options/links_options.php:113 inc-options/widget_options.php:121
414
- #: inc-options/wp_nav_menu_options.php:134
415
- #: inc-options/write_cp_options.php:225 inc-options/write_page_options.php:198
416
- #: inc-options/write_post_options.php:194
417
- msgid ""
418
- "Possible nomination for ID or class. Separate multiple nominations through a "
419
- "carriage return."
420
- msgstr "Nom de l'option. Séparez chaque élément par un retour à la ligne."
421
-
422
- #: inc-options/dashboard_options.php:116 inc-options/global_options.php:123
423
- #: inc-options/links_options.php:118 inc-options/widget_options.php:126
424
- #: inc-options/wp_nav_menu_options.php:139
425
- #: inc-options/write_cp_options.php:233 inc-options/write_page_options.php:203
426
- #: inc-options/write_post_options.php:199
427
- msgid ""
428
- "Possible IDs or classes. Separate multiple values through a carriage return."
429
- msgstr ""
430
- "ID et classes CSS identifiant l'option. Chaque élément doit être séparé par "
431
- "un retour à la ligne."
432
-
433
- #: inc-options/deinstall_options.php:15
434
- #, fuzzy
435
- msgid "Uninstall Options"
436
- msgstr "Options de désinstallation"
437
-
438
- #: inc-options/deinstall_options.php:18
439
- msgid ""
440
- "Use this option for clean your database from all entries of this plugin. "
441
- "When you deactivate the plugin, the deinstall of the plugin <strong>clean "
442
- "not</strong> all entries in the database."
443
- msgstr ""
444
- "Utiliser cette option pour nettoyer la base de données de tous les champs "
445
- "créés par l'extension (la désactivation et désinstallation de l'extension "
446
- "via le menu Wordpress <strong>ne nettoie pas</strong> ces champs dans la "
447
- "base de données)."
448
-
449
- #: inc-options/deinstall_options.php:22
450
- msgid "Delete Options"
451
- msgstr "Effacer les options"
452
-
453
- #: inc-options/global_options.php:16
454
- msgid "Global options"
455
- msgstr "Options générales"
456
-
457
- #: inc-options/im_export_options.php:15
458
- msgid "Export/Import Options"
459
- msgstr "Options d'import/export"
460
-
461
- #: inc-options/im_export_options.php:20
462
- msgid "Export"
463
- msgstr "Exporter"
464
-
465
- #: inc-options/im_export_options.php:24
466
- #, fuzzy
467
- msgid "You can save a JSON formatted \".json\" file with your settings."
468
- msgstr ""
469
- "Vous pouvez enregistrer un fichier .seq avec l'intégralité des options "
470
- "paramétrées."
471
-
472
- #: inc-options/im_export_options.php:40
473
- msgid "Import"
474
- msgstr "Importer"
475
-
476
- #: inc-options/im_export_options.php:47
477
- #, fuzzy
478
- msgid ""
479
- "Choose a Adminimize (<em>.json</em>) file to upload, then click <em>Upload "
480
- "file and import</em>."
481
- msgstr ""
482
- "Choisissez un fichier Adminimize (<em>.seq</em>) à uploader, puis cliquez "
483
- "sur <em>Importer</em>."
484
-
485
- #: inc-options/links_options.php:16
486
- msgid "Links options"
487
- msgstr "Options des liens"
488
-
489
- #: inc-options/links_options.php:49
490
- msgid "Name"
491
- msgstr "Nom"
492
-
493
- #: inc-options/links_options.php:50
494
- msgid "Web Address"
495
- msgstr "Adresse Web (URL)"
496
-
497
- #: inc-options/links_options.php:51
498
- msgid "Description"
499
- msgstr "Description"
500
-
501
- #: inc-options/links_options.php:53
502
- msgid "Target"
503
- msgstr "Cible"
504
-
505
- #: inc-options/links_options.php:54
506
- msgid "Link Relationship (XFN)"
507
- msgstr "Relation de contact (XFN)"
508
-
509
- #: inc-options/links_options.php:55
510
- msgid "Advanced"
511
- msgstr "Avancé"
512
-
513
- #: inc-options/links_options.php:56 inc-options/write_cp_options.php:112
514
- #: inc-options/write_page_options.php:113
515
- #: inc-options/write_post_options.php:107
516
- msgid "Publish Actions"
517
- msgstr "Actions de publication"
518
-
519
- #: inc-options/links_options.php:100
520
- #, fuzzy
521
- msgid "Your own Link options"
522
- msgstr "Options personnelles"
523
-
524
- #: inc-options/menu_options.php:16
525
- msgid "Menu Options"
526
- msgstr "Options du menu Wordpress"
527
-
528
- #: inc-options/menu_options.php:23
529
- #, fuzzy
530
- msgid "Menu options - Menu, <span>Submenu</span>"
531
- msgstr ""
532
- "Options de menu - Menu, <span style=\"font-weight: 400;\">Sous-menu</span>"
533
-
534
- #: inc-options/menu_options.php:78 inc-options/menu_options.php:153
535
- msgid "After activate the check box it heavy attitudes will change."
536
- msgstr ""
537
-
538
- #: inc-options/menu_options.php:128
539
- msgid "Profile"
540
- msgstr ""
541
-
542
- #: inc-options/minimenu.php:15
543
- msgid "Network"
544
- msgstr ""
545
-
546
- #: inc-options/minimenu.php:150
547
- #, fuzzy
548
- msgid ""
549
- "Further information: Visit the <a href=\"http://wordpress.org/extend/plugins/"
550
- "adminimize/\">plugin homepage</a> for further information or to grab the "
551
- "latest version of this plugin. Also see the <a href=\"http://wordpress.org/"
552
- "support/plugin/adminimize\">support forum</a> for questions."
553
- msgstr ""
554
- "Pour plus d'informations, ou pour télécharger la dernière version de "
555
- "l'extension, rendez-vous sur la <a href=\"http://bueltge.de/wordpress-admin-"
556
- "theme-adminimize/674/\">page de l'extension</a>."
557
-
558
- #: inc-options/minimenu.php:161
559
- msgid ""
560
- "You want to thank me? Visit my <a href=\"http://bueltge.de/wunschliste/"
561
- "\">wishlist</a> or donate."
562
- msgstr ""
563
- "Vous souhaitez me remercier ? Jettez un oeil à ma <a href=\"http://bueltge."
564
- "de/wunschliste/\">wishlist</a> ou faites un don !"
565
-
566
- #: inc-options/minimenu.php:179 inc-options/settings_notice.php:17
567
- msgid ""
568
- "Please note: The Adminimize settings page ignores the Menu Options below and "
569
- "displays the menu with all entries.<br /><span style=\"font-weight: 300;"
570
- "\">To view your changes to the menu you need to navigate away from the "
571
- "Adminimize settings page.</span>"
572
- msgstr ""
573
-
574
- #: inc-options/theme_options.php:15 inc-options/theme_options.php:115
575
- msgid "Set Theme"
576
- msgstr "Choisir un thème"
577
-
578
- #: inc-options/theme_options.php:26
579
- msgid ""
580
- "For better peformance with many users on your blog; load only userlist, when "
581
- "you will change the theme options for users."
582
- msgstr ""
583
- "Pour de meilleures performances lorsque votre blog compte de nombreux "
584
- "utilisateurs enregistrés ; Charge seulement la liste des utilisateurs quand "
585
- "vous souhaitez changer le thème graphique des utilisateurs"
586
-
587
- #: inc-options/theme_options.php:33
588
- msgid "Load User Data"
589
- msgstr ""
590
-
591
- #: inc-options/theme_options.php:47
592
- msgid "User-ID"
593
- msgstr "Identifiant utilisateur"
594
-
595
- #: inc-options/theme_options.php:48
596
- msgid "Username"
597
- msgstr "Nom d'utilisateur"
598
-
599
- #: inc-options/theme_options.php:49
600
- msgid "Display name publicly as"
601
- msgstr "Afficher publiquement le nom en tant que"
602
-
603
- #: inc-options/theme_options.php:50
604
- msgid "Admin-Color Scheme"
605
- msgstr "Thème couleur de l'administration"
606
-
607
- #: inc-options/theme_options.php:51
608
- msgid "User Level"
609
- msgstr "Niveau d'utilisateur"
610
-
611
- #: inc-options/theme_options.php:52
612
- msgid "Role"
613
- msgstr "Rôle"
614
-
615
- #: inc-options/widget_options.php:16
616
- #, fuzzy
617
- msgid "Widget options"
618
- msgstr "Options des liens"
619
-
620
- #: inc-options/widget_options.php:46 inc-options/wp_nav_menu_options.php:48
621
- #: inc-options/write_cp_options.php:98 inc-options/write_page_options.php:94
622
- #: inc-options/write_post_options.php:92
623
- msgid "Help"
624
- msgstr ""
625
-
626
- #: inc-options/widget_options.php:47 inc-options/wp_nav_menu_options.php:49
627
- #: inc-options/write_cp_options.php:99 inc-options/write_page_options.php:95
628
- #: inc-options/write_post_options.php:93
629
- msgid "Screen Options"
630
- msgstr "Options de l'écran"
631
-
632
- #: inc-options/widget_options.php:48
633
- msgid "Available Widgets"
634
- msgstr ""
635
-
636
- #: inc-options/widget_options.php:49
637
- msgid "Inactive Sidebar (not used)"
638
- msgstr ""
639
-
640
- #: inc-options/widget_options.php:50
641
- msgid "Inactive Widgets"
642
- msgstr ""
643
-
644
- #: inc-options/widget_options.php:108
645
- #, fuzzy
646
- msgid "Your own Widget options"
647
- msgstr "Options personnelles (pages)"
648
-
649
- #: inc-options/wp_nav_menu_options.php:15
650
- #, fuzzy
651
- msgid "WP Nav Menu options"
652
- msgstr "Options du menu Wordpress"
653
-
654
- #: inc-options/wp_nav_menu_options.php:50
655
- #: inc-options/wp_nav_menu_options.php:56
656
- msgid "Theme Locations"
657
- msgstr ""
658
-
659
- #: inc-options/wp_nav_menu_options.php:51
660
- #, fuzzy
661
- msgid "Custom Links"
662
- msgstr "Champs personnalisés"
663
-
664
- #: inc-options/wp_nav_menu_options.php:52
665
- msgid "Add menu"
666
- msgstr ""
667
-
668
- #: inc-options/wp_nav_menu_options.php:121
669
- #, fuzzy
670
- msgid "Your own Nav Menu options"
671
- msgstr "Options personnelles (pages)"
672
-
673
- #: inc-options/write_cp_options.php:22 inc-options/write_cp_options.php:30
674
- #, fuzzy
675
- msgid "Write options"
676
- msgstr "Options d'écriture (articles)"
677
-
678
- #: inc-options/write_cp_options.php:100 inc-options/write_page_options.php:97
679
- #: inc-options/write_post_options.php:95
680
- msgid "Permalink"
681
- msgstr "Lien permanent"
682
-
683
- #: inc-options/write_cp_options.php:101 inc-options/write_cp_options.php:139
684
- #: inc-options/write_post_options.php:96
685
- #: inc-options/write_post_options.php:131
686
- msgid "Tags"
687
- msgstr "Etiquettes"
688
-
689
- #: inc-options/write_cp_options.php:102
690
- msgid "Format"
691
- msgstr ""
692
-
693
- #: inc-options/write_cp_options.php:105 inc-options/write_post_options.php:100
694
- msgid "Password Protect This Post"
695
- msgstr "Protéger cet article avec un mot de passe"
696
-
697
- #: inc-options/write_cp_options.php:106 inc-options/write_post_options.php:101
698
- msgid "Related, Shortcuts"
699
- msgstr "Relations & raccourcis"
700
-
701
- #: inc-options/write_cp_options.php:107 inc-options/write_page_options.php:108
702
- #: inc-options/write_post_options.php:102
703
- #, fuzzy
704
- msgid "Messages"
705
- msgstr "Messages"
706
-
707
- #: inc-options/write_cp_options.php:108 inc-options/write_page_options.php:109
708
- #: inc-options/write_post_options.php:103
709
- msgid "h2: Advanced Options"
710
- msgstr "h2: Options avancées"
711
-
712
- #: inc-options/write_cp_options.php:109 inc-options/write_page_options.php:110
713
- #: inc-options/write_post_options.php:104
714
- msgid "Media Buttons (all)"
715
- msgstr "Boutons média (tous)"
716
-
717
- #: inc-options/write_cp_options.php:110 inc-options/write_page_options.php:111
718
- #: inc-options/write_post_options.php:105
719
- msgid "Word count"
720
- msgstr "Nombre de mots"
721
-
722
- #: inc-options/write_cp_options.php:111 inc-options/write_post_options.php:106
723
- #, fuzzy
724
- msgid "Post Slug"
725
- msgstr "Slug de l'article"
726
-
727
- #: inc-options/write_cp_options.php:113 inc-options/write_page_options.php:114
728
- #: inc-options/write_post_options.php:108
729
- msgid "Discussion"
730
- msgstr ""
731
-
732
- #: inc-options/write_cp_options.php:114 inc-options/write_page_options.php:115
733
- #: inc-options/write_post_options.php:109
734
- msgid "HTML Editor Button"
735
- msgstr ""
736
-
737
- #: inc-options/write_cp_options.php:124 inc-options/write_post_options.php:118
738
- msgid "Post Thumbnail"
739
- msgstr ""
740
-
741
- #: inc-options/write_cp_options.php:130 inc-options/write_page_options.php:128
742
- #: inc-options/write_post_options.php:122
743
- msgid "Quick Edit Link"
744
- msgstr ""
745
-
746
- #: inc-options/write_cp_options.php:131 inc-options/write_cp_options.php:135
747
- #: inc-options/write_cp_options.php:138 inc-options/write_cp_options.php:141
748
- #: inc-options/write_page_options.php:129
749
- #: inc-options/write_page_options.php:134
750
- #: inc-options/write_page_options.php:137
751
- #: inc-options/write_post_options.php:123
752
- #: inc-options/write_post_options.php:127
753
- #: inc-options/write_post_options.php:130
754
- #: inc-options/write_post_options.php:133
755
- msgid "QE"
756
- msgstr ""
757
-
758
- #: inc-options/write_cp_options.php:131 inc-options/write_page_options.php:129
759
- #: inc-options/write_post_options.php:123
760
- msgid "Inline Edit Left"
761
- msgstr ""
762
-
763
- #: inc-options/write_cp_options.php:132 inc-options/write_page_options.php:130
764
- #: inc-options/write_post_options.php:124
765
- msgid "All Labels"
766
- msgstr ""
767
-
768
- #: inc-options/write_cp_options.php:133 inc-options/write_page_options.php:132
769
- #: inc-options/write_post_options.php:125
770
- msgid "Author"
771
- msgstr "Auteur"
772
-
773
- #: inc-options/write_cp_options.php:134 inc-options/write_page_options.php:133
774
- #: inc-options/write_post_options.php:126
775
- #, fuzzy
776
- msgid "Password and Private"
777
- msgstr "Protéger la page avec un mot de passe"
778
-
779
- #: inc-options/write_cp_options.php:135 inc-options/write_post_options.php:127
780
- msgid "Inline Edit Center"
781
- msgstr ""
782
-
783
- #: inc-options/write_cp_options.php:136 inc-options/write_post_options.php:128
784
- #, fuzzy
785
- msgid "Categories Title"
786
- msgstr "Catégories"
787
-
788
- #: inc-options/write_cp_options.php:137 inc-options/write_post_options.php:129
789
- #, fuzzy
790
- msgid "Categories List"
791
- msgstr "Catégories"
792
-
793
- #: inc-options/write_cp_options.php:138 inc-options/write_page_options.php:134
794
- #: inc-options/write_post_options.php:130
795
- msgid "Inline Edit Right"
796
- msgstr ""
797
-
798
- #: inc-options/write_cp_options.php:140 inc-options/write_post_options.php:132
799
- msgid "Status, Sticky"
800
- msgstr ""
801
-
802
- #: inc-options/write_cp_options.php:141 inc-options/write_page_options.php:137
803
- #: inc-options/write_post_options.php:133
804
- msgid "Cancel/Save Button"
805
- msgstr ""
806
-
807
- #: inc-options/write_cp_options.php:205
808
- #, fuzzy, php-format
809
- msgid "Your own %s options"
810
- msgstr "Options personnelles"
811
-
812
- #: inc-options/write_page_options.php:15 inc-options/write_page_options.php:22
813
- msgid "Write options - Page"
814
- msgstr "Options d'écriture (pages)"
815
-
816
- #: inc-options/write_page_options.php:96 inc-options/write_post_options.php:94
817
- msgid "Title"
818
- msgstr ""
819
-
820
- #: inc-options/write_page_options.php:98
821
- msgid "Custom Fields"
822
- msgstr "Champs personnalisés"
823
-
824
- #: inc-options/write_page_options.php:99
825
- msgid "Comments &amp; Pings"
826
- msgstr "Commentaires & pings"
827
-
828
- #: inc-options/write_page_options.php:100
829
- #: inc-options/write_page_options.php:131
830
- #: inc-options/write_post_options.php:99
831
- msgid "Date"
832
- msgstr ""
833
-
834
- #: inc-options/write_page_options.php:101
835
- msgid "Password Protect This Page"
836
- msgstr "Protéger la page avec un mot de passe"
837
-
838
- #: inc-options/write_page_options.php:102
839
- msgid "Attributes"
840
- msgstr ""
841
-
842
- #: inc-options/write_page_options.php:103
843
- msgid "Page Template"
844
- msgstr "Modèle de page"
845
-
846
- #: inc-options/write_page_options.php:104
847
- msgid "Page Order"
848
- msgstr "Ordre de la page"
849
-
850
- #: inc-options/write_page_options.php:105
851
- msgid "Page Author"
852
- msgstr "Auteur de la page"
853
-
854
- #: inc-options/write_page_options.php:106
855
- msgid "Page Revisions"
856
- msgstr "Révisions"
857
-
858
- #: inc-options/write_page_options.php:107
859
- msgid "Related"
860
- msgstr "En relation avec"
861
-
862
- #: inc-options/write_page_options.php:112
863
- #, fuzzy
864
- msgid "Page Slug"
865
- msgstr "Slug des pages"
866
-
867
- #: inc-options/write_page_options.php:124
868
- #, fuzzy
869
- msgid "Page Image"
870
- msgstr "Modèle de page"
871
-
872
- #: inc-options/write_page_options.php:135
873
- #, fuzzy
874
- msgid "Parent, Order, Template"
875
- msgstr "Modèle de page"
876
-
877
- #: inc-options/write_page_options.php:136
878
- msgid "Status"
879
- msgstr ""
880
-
881
- #: inc-options/write_page_options.php:185
882
- msgid "Your own page options"
883
- msgstr "Options personnelles (pages)"
884
-
885
- #: inc-options/write_post_options.php:16 inc-options/write_post_options.php:23
886
- msgid "Write options - Post"
887
- msgstr "Options d'écriture (articles)"
888
-
889
- #: inc-options/write_post_options.php:181
890
- msgid "Your own post options"
891
- msgstr "Options personnelles (articles)"
892
-
893
- #: inc-setup/messages.php:39
894
- msgid "Unknown error."
895
- msgstr "Erreur inconnue."
896
-
897
- #: inc-setup/messages.php:50
898
- #, fuzzy
899
- msgid "The updates were saved."
900
- msgstr "Les modifications ont été enregistrées."
901
-
902
- #: inc-setup/messages.php:53
903
- #, fuzzy
904
- msgid "You have not enough rights to edit entries in the database."
905
- msgstr "Vous n'avez pas les droits suffisants pour éditer ces données."
906
-
907
- #: inc-setup/messages.php:56
908
- #, fuzzy
909
- msgid "All entries in the database were imported."
910
- msgstr "Toutes les données ont été effacées."
911
-
912
- #: inc-setup/messages.php:59
913
- #, fuzzy
914
- msgid "All entries in the database were deleted."
915
- msgstr "Toutes les données ont été effacées."
916
-
917
- #: inc-setup/messages.php:62
918
- msgid "Set the checkbox on deinstall-button."
919
- msgstr "Cocher la case et cliquer sur le bouton désinstaller."
920
-
921
- #: inc-setup/messages.php:65
922
- msgid "Can't load menu and submenu."
923
- msgstr "Impossible de charger le menu et le sous-menu."
924
-
925
- #: inc-setup/messages.php:67
926
- msgid "Backend-Theme was activated!"
927
- msgstr "Le thème a été activé !"
928
-
929
- #: inc-setup/messages.php:69
930
- msgid "Load user data to themes was successful."
931
- msgstr ""
932
-
933
- #: inc-setup/remove-admin-bar.php:274
934
- msgid "Network Admin"
935
- msgstr ""
936
-
937
- #: inc-setup/remove-admin-bar.php:278
938
- msgid "Site Admin"
939
- msgstr ""
940
-
941
- #~ msgid "Blue"
942
- #~ msgstr "Bleu"
943
-
944
- #~ msgid "Gray"
945
- #~ msgstr "Gris"
946
-
947
- #~ msgid "Classic"
948
- #~ msgstr "Classique"
949
-
950
- #~ msgid "Fresh"
951
- #~ msgstr "Frais"
952
-
953
- #~ msgid "WordPress 2.3"
954
- #~ msgstr "WordPress 2.3"
955
-
956
- #~ msgid "Maybe i'm colorblind"
957
- #~ msgstr "Peut-être suis-je daltonien"
958
-
959
- #~ msgid "Grey"
960
- #~ msgstr "Gris"
961
-
962
- #~ msgid "Visit plugin homepage"
963
- #~ msgstr "Visiter la page Web de l'extension"
964
-
965
- #~ msgid "plugin"
966
- #~ msgstr "extension"
967
-
968
- #~ msgid "Version"
969
- #~ msgstr "Version"
970
-
971
- #~ msgid "History"
972
- #~ msgstr "Historique"
973
-
974
- #~ msgid "plugin activate"
975
- #~ msgstr "activer le plugin"
976
-
977
- #~ msgid ""
978
- #~ "<a href=\"http://wordpress.org/extend/plugins/adminimize/"
979
- #~ "\">Documentation</a>"
980
- #~ msgstr ""
981
- #~ "<a href=\"http://wordpress.org/extend/plugins/adminimize/"
982
- #~ "\">Documentation</a>"
983
-
984
- #~ msgid "WriteScroll"
985
- #~ msgstr "WriteScroll"
986
-
987
- #~ msgid ""
988
- #~ "With the WriteScroll option active, these pages will automatically scroll "
989
- #~ "to an optimal position for editing, when you visit Write Post or Write "
990
- #~ "Page."
991
- #~ msgstr ""
992
- #~ "Permet de positionner l'utilisateur directement sur le champ de saisie "
993
- #~ "lorsqu'il édite une page ou un article."
994
-
995
- #~ msgid "Favorite Actions"
996
- #~ msgstr "Actions favorites"
997
-
998
- #~ msgid "Screen-Meta"
999
- #~ msgstr "Screen-Meta"
1000
-
1001
- #~ msgid "Contextual Help"
1002
- #~ msgstr "Aide contextuelle"
1003
-
1004
- #~ msgid "Admin Color Scheme"
1005
- #~ msgstr "Couleurs de l'interface d'administration"
1006
-
1007
- #~ msgid "Excerpt"
1008
- #~ msgstr "Extrait"
1009
-
1010
- #~ msgid "Trackbacks"
1011
- #~ msgstr "Trackbacks"
1012
-
1013
- #~ msgid "Post Author"
1014
- #~ msgstr "Auteur"
1015
-
1016
- #~ msgid "Post Revisions"
1017
- #~ msgstr "Révisions"
1018
-
1019
- #~ msgid "Suggested tags from"
1020
- #~ msgstr "Suggestions de mots-clés"
1021
-
1022
- #~ msgid "Text Control"
1023
- #~ msgstr "Contrôle du texte"
1024
-
1025
- #~ msgid "HTML Special Characters"
1026
- #~ msgstr "Caractères spéciaux HTML"
1027
-
1028
- #~ msgid "Page Parent"
1029
- #~ msgstr "Page parente"
1030
-
1031
- #~ msgid "About the plugin"
1032
- #~ msgstr "A propos de l'extension"
1033
-
1034
- #~ msgid "PayPal - The safer, easier way to pay online!"
1035
- #~ msgstr "PayPal - Le plus sûr et le plus facile moyen de paiement en ligne !"
1036
-
1037
- #~ msgid "Export &raquo;"
1038
- #~ msgstr "Exporter &raquo;"
1039
-
1040
- #~ msgid "Choose a file from your computer"
1041
- #~ msgstr "Choisissez un fichier depuis votre ordinateur"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/adminimize-ga_IR.mo DELETED
Binary file
languages/adminimize-ga_IR.po DELETED
@@ -1,1030 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Adminimize\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-12-15 21:54+0100\n"
6
- "PO-Revision-Date: 2015-12-15 21:54+0100\n"
7
- "Last-Translator: Frank Bültge <frank@bueltge.de>\n"
8
- "Language-Team: Lets Be Famous <ray.s@letsbefamous.com>\n"
9
- "Language: ga_IE\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: d:/WP-Plugins/adminimize/trunk\n"
16
- ": \n"
17
- "X-Generator: Poedit 1.8.4\n"
18
- "X-Poedit-SearchPath-0: .\n"
19
-
20
- #: adminimize.php:141
21
- msgid "Keymaster"
22
- msgstr ""
23
-
24
- #: adminimize.php:142
25
- msgid "Moderator"
26
- msgstr ""
27
-
28
- #: adminimize.php:143
29
- msgid "Participant"
30
- msgstr ""
31
-
32
- #: adminimize.php:144
33
- msgid "Spectator"
34
- msgstr ""
35
-
36
- #: adminimize.php:145
37
- msgid "Blocked"
38
- msgstr ""
39
-
40
- #: adminimize.php:447 inc-options/links_options.php:52
41
- #: inc-options/write_cp_options.php:103 inc-options/write_post_options.php:97
42
- msgid "Categories"
43
- msgstr "Catagóirí"
44
-
45
- #: adminimize.php:454 adminimize.php:481
46
- msgid "+ Add New Category"
47
- msgstr "+ Cuir Catagóir Nua"
48
-
49
- #: adminimize.php:459 adminimize.php:488
50
- msgid "New category name"
51
- msgstr "Ainm catagóire Nua"
52
-
53
- #: adminimize.php:467 adminimize.php:492 adminimize.php:499
54
- msgid "Parent category"
55
- msgstr "Catagóir Tuismitheoir"
56
-
57
- #: adminimize.php:472 adminimize.php:504
58
- msgid "Add"
59
- msgstr "Cuir"
60
-
61
- #: adminimize.php:486 inc-options/write_cp_options.php:104
62
- #: inc-options/write_post_options.php:98
63
- msgid "Add New Category"
64
- msgstr "Cuir Catagóir Nua"
65
-
66
- #: adminimize.php:605 adminimize.php:607 adminimize.php:613
67
- msgid "Dashboard"
68
- msgstr "Painéal na"
69
-
70
- #: adminimize.php:700 adminimize.php:705 adminimize.php:706 adminimize.php:747
71
- #: adminimize.php:754 adminimize.php:755 adminimize.php:1223
72
- #: inc-setup/remove-admin-bar.php:64 inc-setup/remove-admin-bar.php:91
73
- #: inc-setup/remove-admin-bar.php:285
74
- msgid "Log Out"
75
- msgstr "Logáil Amach"
76
-
77
- #: adminimize.php:1275
78
- msgid "Settings"
79
- msgstr "Socruithe"
80
-
81
- #: adminimize.php:1288
82
- msgid "Adminimize Options"
83
- msgstr "Roghanna Adminimize"
84
-
85
- #: adminimize.php:1289
86
- msgid "Adminimize"
87
- msgstr "Adminimize"
88
-
89
- #: adminimize.php:1322
90
- msgid "Cheatin&#8217; uh?"
91
- msgstr "Cheatin&#8217; uh?"
92
-
93
- #: adminimize.php:1371
94
- msgid ""
95
- "Cheatin&#8217; uh? You do not have the right permission to update settings"
96
- msgstr ""
97
-
98
- #: adminimize.php:1849
99
- msgid "Please upload a valid .json file"
100
- msgstr ""
101
-
102
- #: adminimize.php:1855
103
- msgid "Please upload a file to import"
104
- msgstr ""
105
-
106
- #: inc-options/admin_bar.php:22 inc-options/admin_bar_frontend.php:22
107
- #: inc-options/backend_options.php:15 inc-options/dashboard_options.php:16
108
- #: inc-options/deinstall_options.php:14 inc-options/global_options.php:15
109
- #: inc-options/im_export_options.php:14 inc-options/links_options.php:15
110
- #: inc-options/menu_options.php:15 inc-options/theme_options.php:14
111
- #: inc-options/widget_options.php:15 inc-options/wp_nav_menu_options.php:14
112
- #: inc-options/write_cp_options.php:20 inc-options/write_page_options.php:14
113
- #: inc-options/write_post_options.php:15
114
- msgid "Click to toggle"
115
- msgstr "Cliceáil chun scoránaigh"
116
-
117
- #: inc-options/admin_bar.php:23
118
- #, fuzzy
119
- msgid "Admin Bar Back end options"
120
- msgstr "Roghanna Inneall"
121
-
122
- #: inc-options/admin_bar.php:41 inc-options/admin_bar_frontend.php:43
123
- #: inc-options/dashboard_options.php:33 inc-options/dashboard_options.php:99
124
- #: inc-options/global_options.php:23 inc-options/global_options.php:106
125
- #: inc-options/links_options.php:23 inc-options/links_options.php:101
126
- #: inc-options/widget_options.php:23 inc-options/widget_options.php:109
127
- #: inc-options/wp_nav_menu_options.php:22
128
- #: inc-options/wp_nav_menu_options.php:122
129
- #: inc-options/write_cp_options.php:208 inc-options/write_page_options.php:186
130
- #: inc-options/write_post_options.php:182
131
- msgid "Option"
132
- msgstr "Rogha"
133
-
134
- #: inc-options/admin_bar.php:44 inc-options/admin_bar_frontend.php:46
135
- #: inc-options/dashboard_options.php:36 inc-options/global_options.php:26
136
- #: inc-options/links_options.php:26 inc-options/menu_options.php:26
137
- #: inc-options/widget_options.php:26 inc-options/wp_nav_menu_options.php:25
138
- #: inc-options/write_cp_options.php:33 inc-options/write_page_options.php:25
139
- #: inc-options/write_post_options.php:26
140
- msgid "Deactivate for"
141
- msgstr "Dhíghníomhachtú do"
142
-
143
- #: inc-options/admin_bar.php:114 inc-options/admin_bar_frontend.php:121
144
- #: inc-options/backend_options.php:200 inc-options/dashboard_options.php:124
145
- #: inc-options/global_options.php:131 inc-options/links_options.php:126
146
- #: inc-options/menu_options.php:207 inc-options/widget_options.php:134
147
- #: inc-options/wp_nav_menu_options.php:147
148
- #: inc-options/write_cp_options.php:243 inc-options/write_page_options.php:211
149
- #: inc-options/write_post_options.php:207
150
- msgid "Update Options"
151
- msgstr "Roghanna Nuashonraithe"
152
-
153
- #: inc-options/admin_bar.php:120 inc-options/admin_bar_frontend.php:127
154
- #: inc-options/backend_options.php:202 inc-options/dashboard_options.php:129
155
- #: inc-options/deinstall_options.php:27 inc-options/global_options.php:133
156
- #: inc-options/links_options.php:129 inc-options/menu_options.php:209
157
- #: inc-options/theme_options.php:123 inc-options/widget_options.php:136
158
- #: inc-options/wp_nav_menu_options.php:149
159
- #: inc-options/write_cp_options.php:248 inc-options/write_page_options.php:213
160
- #: inc-options/write_post_options.php:209
161
- msgid "scroll to top"
162
- msgstr ""
163
-
164
- #: inc-options/admin_bar_frontend.php:24
165
- msgid "Admin Bar Front end options"
166
- msgstr ""
167
-
168
- #: inc-options/backend_options.php:16
169
- msgid "Backend Options"
170
- msgstr "Roghanna Inneall"
171
-
172
- #: inc-options/backend_options.php:27
173
- #, fuzzy
174
- msgid "Use Global Settings"
175
- msgstr "Roghanna Domhanda"
176
-
177
- #: inc-options/backend_options.php:36
178
- msgid "The plugin is active in multiste."
179
- msgstr ""
180
-
181
- #: inc-options/backend_options.php:40
182
- msgid "False"
183
- msgstr ""
184
-
185
- #: inc-options/backend_options.php:41
186
- msgid "True"
187
- msgstr ""
188
-
189
- #: inc-options/backend_options.php:42
190
- msgid "Use the settings global in your Multisite network."
191
- msgstr ""
192
-
193
- #: inc-options/backend_options.php:47
194
- msgid "Exclude Super Admin"
195
- msgstr ""
196
-
197
- #: inc-options/backend_options.php:51 inc-options/backend_options.php:62
198
- #: inc-options/backend_options.php:75 inc-options/backend_options.php:85
199
- #: inc-options/backend_options.php:98 inc-options/backend_options.php:109
200
- #: inc-options/backend_options.php:122 inc-options/backend_options.php:132
201
- #: inc-options/backend_options.php:143 inc-options/backend_options.php:153
202
- #: inc-options/backend_options.php:182
203
- msgid "Default"
204
- msgstr "Default"
205
-
206
- #: inc-options/backend_options.php:52 inc-options/backend_options.php:110
207
- #: inc-options/backend_options.php:123 inc-options/backend_options.php:133
208
- #: inc-options/backend_options.php:144 inc-options/backend_options.php:154
209
- msgid "Activate"
210
- msgstr "Gníomhachtaigh"
211
-
212
- #: inc-options/backend_options.php:53
213
- msgid ""
214
- "Exclude the Super Admin on a WP Multisite Install from all limitations of "
215
- "this plugin."
216
- msgstr ""
217
-
218
- #: inc-options/backend_options.php:58
219
- msgid "User-Info"
220
- msgstr "Úsáideoir-Info"
221
-
222
- #: inc-options/backend_options.php:63 inc-options/backend_options.php:86
223
- #: inc-options/backend_options.php:99
224
- msgid "Hide"
225
- msgstr "Folaigh"
226
-
227
- #: inc-options/backend_options.php:64
228
- msgid "Only logout"
229
- msgstr "Amháin logála"
230
-
231
- #: inc-options/backend_options.php:65
232
- msgid "User &amp; Logout"
233
- msgstr "Úsáideoir &amp; Logout"
234
-
235
- #: inc-options/backend_options.php:66
236
- msgid ""
237
- "The &quot;User-Info-area&quot; is on the top right side of the backend. You "
238
- "can hide or reduced show."
239
- msgstr ""
240
- "The &quot;User-Info-area&quot; Is ar an taobh dheis barr an inneall. Is "
241
- "féidir leat a cheilt nó a thaispeáint laghdaithe."
242
-
243
- #: inc-options/backend_options.php:71
244
- msgid "Change User-Info, redirect to"
245
- msgstr "Athraigh Úsáideoir-Info, a athdhíriú ar"
246
-
247
- #: inc-options/backend_options.php:76
248
- msgid "Frontpage of the Blog"
249
- msgstr "Frontpage na Blag"
250
-
251
- #: inc-options/backend_options.php:77
252
- msgid ""
253
- "When the &quot;User-Info-area&quot; change it, then it is possible to change "
254
- "the redirect."
255
- msgstr ""
256
- "Nuair a bheidh an &quot;User-Info-area&quot; athrú é, mar sin is féidir a "
257
- "athrú atreorú."
258
-
259
- #: inc-options/backend_options.php:81
260
- msgid "Footer"
261
- msgstr "Footer"
262
-
263
- #: inc-options/backend_options.php:87
264
- #, fuzzy
265
- msgid "The Footer-area can hide, include all links and details."
266
- msgstr ""
267
- "Tá an limistéar kann Footer-hide, naisc agus na sonraí ar fad san áireamh."
268
-
269
- #: inc-options/backend_options.php:94
270
- msgid "Header"
271
- msgstr ""
272
-
273
- #: inc-options/backend_options.php:100
274
- #, fuzzy
275
- msgid "The Header-area can hide, include all links and details."
276
- msgstr ""
277
- "Tá an limistéar kann Footer-hide, naisc agus na sonraí ar fad san áireamh."
278
-
279
- #: inc-options/backend_options.php:105
280
- msgid "Timestamp"
281
- msgstr "Timestamp"
282
-
283
- #: inc-options/backend_options.php:111
284
- msgid ""
285
- "Opens the post timestamp editing fields without you having to click the "
286
- "\"Edit\" link every time."
287
- msgstr ""
288
- "Deja abierto el campo de edición \"fecha y hora\", sin que usted tenga que "
289
- "hacer clic en el vínculo \"Modificar\"."
290
-
291
- #: inc-options/backend_options.php:118
292
- msgid "Thickbox FullScreen"
293
- msgstr "Thickbox Lánscáileán"
294
-
295
- #: inc-options/backend_options.php:124
296
- #, fuzzy
297
- msgid ""
298
- "All Thickbox-function use the full area of the browser. Thickbox is for "
299
- "example in upload media-files."
300
- msgstr ""
301
- "All-Thickbox fheidhm a bhaint as an réimse iomlán an bhrabhsálaí. "
302
- "Thickbox Is le haghaidh examble sna meáin-comhaid a uaslódáil."
303
-
304
- #: inc-options/backend_options.php:128
305
- msgid "Flashuploader"
306
- msgstr "Flashuploader"
307
-
308
- #: inc-options/backend_options.php:134
309
- msgid "Disable the flashuploader and users use only the standard uploader."
310
- msgstr ""
311
- "Díchumasaigh an flashuploader agus úsáideoirí gan ach an uploader "
312
- "caighdeánach."
313
-
314
- #: inc-options/backend_options.php:139
315
- #, fuzzy
316
- msgid "Category Height"
317
- msgstr "Catagóirí"
318
-
319
- #: inc-options/backend_options.php:145
320
- msgid ""
321
- "View the Meta Box with Categories in the full height, no scrollbar or "
322
- "whitespace."
323
- msgstr ""
324
-
325
- #: inc-options/backend_options.php:149
326
- msgid "Advice in Footer"
327
- msgstr "Comhairle i Footer"
328
-
329
- #: inc-options/backend_options.php:156
330
- #, fuzzy
331
- msgid ""
332
- "In the Footer you can display an advice for changing the Default-design, "
333
- "(x)HTML is possible."
334
- msgstr ""
335
- "Sa kann Footer thaispeáint duit comhairle don athrú an-Default dearadh, (x) "
336
- "Is HTML féidir."
337
-
338
- #: inc-options/backend_options.php:178
339
- #, fuzzy
340
- msgid "Dashboard deactivate, redirect to"
341
- msgstr "Painéal na deaktivate, a athdhíriú ar"
342
-
343
- #: inc-options/backend_options.php:183
344
- msgid "Manage Posts"
345
- msgstr "Bainistigh Poist"
346
-
347
- #: inc-options/backend_options.php:184
348
- msgid "Manage Pages"
349
- msgstr "Bainistigh Leathanaigh"
350
-
351
- #: inc-options/backend_options.php:185
352
- msgid "Write Post"
353
- msgstr "Scríobh Post"
354
-
355
- #: inc-options/backend_options.php:186
356
- msgid "Write Page"
357
- msgstr "Scríobh Page"
358
-
359
- #: inc-options/backend_options.php:187
360
- msgid "Comments"
361
- msgstr "Comments"
362
-
363
- #: inc-options/backend_options.php:188
364
- msgid "other Page"
365
- msgstr "Page eile"
366
-
367
- #: inc-options/backend_options.php:191
368
- #, fuzzy
369
- msgid ""
370
- "You have deactivated the Dashboard, please select a page for redirection or "
371
- "define custom url, include http://?"
372
- msgstr "Tá tú deaktivate an Painéal, roghnaigh an leathanach do athsheolaidh?"
373
-
374
- #: inc-options/dashboard_options.php:17
375
- #, fuzzy
376
- msgid "Dashboard options"
377
- msgstr "Painéal na"
378
-
379
- #: inc-options/dashboard_options.php:25
380
- msgid ""
381
- "To complete the installation for Dashboard Widgets you must visit your "
382
- "dashboard once and then come back to Settings > Adminimize to configure who "
383
- "has access to each widget."
384
- msgstr ""
385
-
386
- #: inc-options/dashboard_options.php:98 inc-options/global_options.php:105
387
- msgid "Your own options"
388
- msgstr "Do rogha féin"
389
-
390
- #: inc-options/dashboard_options.php:98 inc-options/global_options.php:105
391
- #: inc-options/links_options.php:100 inc-options/widget_options.php:108
392
- #: inc-options/wp_nav_menu_options.php:121
393
- #: inc-options/write_cp_options.php:206 inc-options/write_page_options.php:185
394
- #: inc-options/write_post_options.php:181
395
- msgid "ID or class"
396
- msgstr "ID nó aicme"
397
-
398
- #: inc-options/dashboard_options.php:105 inc-options/global_options.php:112
399
- #: inc-options/links_options.php:107 inc-options/widget_options.php:115
400
- #: inc-options/wp_nav_menu_options.php:128
401
- #: inc-options/write_cp_options.php:215 inc-options/write_page_options.php:192
402
- #: inc-options/write_post_options.php:188
403
- msgid ""
404
- "It is possible to add your own IDs or classes from elements and tags. You "
405
- "can find IDs and classes with the FireBug Add-on for Firefox. Assign a value "
406
- "and the associate name per line."
407
- msgstr ""
408
- "Is féidir a chur ar do thaispeáint féin nó ranganna ó eilimintí agus tags. "
409
- "Is féidir leat teacht IDs agus ranganna leis an Firebug Add-on for Firefox. "
410
- "Shannadh luach agus an t-ainm chomhlachú in aghaidh an líne."
411
-
412
- #: inc-options/dashboard_options.php:111 inc-options/global_options.php:118
413
- #: inc-options/links_options.php:113 inc-options/widget_options.php:121
414
- #: inc-options/wp_nav_menu_options.php:134
415
- #: inc-options/write_cp_options.php:225 inc-options/write_page_options.php:198
416
- #: inc-options/write_post_options.php:194
417
- #, fuzzy
418
- msgid ""
419
- "Possible nomination for ID or class. Separate multiple nominations through a "
420
- "carriage return."
421
- msgstr ""
422
- "ID nó ainmniúchán féideartha don rang. Ar leithligh ainmniúchán il trí "
423
- "aisfhilleadh."
424
-
425
- #: inc-options/dashboard_options.php:116 inc-options/global_options.php:123
426
- #: inc-options/links_options.php:118 inc-options/widget_options.php:126
427
- #: inc-options/wp_nav_menu_options.php:139
428
- #: inc-options/write_cp_options.php:233 inc-options/write_page_options.php:203
429
- #: inc-options/write_post_options.php:199
430
- msgid ""
431
- "Possible IDs or classes. Separate multiple values through a carriage return."
432
- msgstr "IDs féideartha nó aicmí. Ar leithligh luachanna il trí aisfhilleadh."
433
-
434
- #: inc-options/deinstall_options.php:15
435
- #, fuzzy
436
- msgid "Uninstall Options"
437
- msgstr "Roghanna Deinstall"
438
-
439
- #: inc-options/deinstall_options.php:18
440
- msgid ""
441
- "Use this option for clean your database from all entries of this plugin. "
442
- "When you deactivate the plugin, the deinstall of the plugin <strong>clean "
443
- "not</strong> all entries in the database."
444
- msgstr ""
445
- "Bain úsáid as an rogha seo le haghaidh glan do bhunachar sonraí ó gach n-"
446
- "iontrálacha ar an mbreiseán seo. Nuair a dhíghníomhachtú tú ar an mbreiseán "
447
- "seo, an deinstall na mbreiseán glan <strong> Ní </ strong> gach iontráil sa "
448
- "bhunachar sonraí."
449
-
450
- #: inc-options/deinstall_options.php:22
451
- msgid "Delete Options"
452
- msgstr "Roghanna Scrios"
453
-
454
- #: inc-options/global_options.php:16
455
- msgid "Global options"
456
- msgstr "Roghanna Domhanda"
457
-
458
- #: inc-options/im_export_options.php:15
459
- msgid "Export/Import Options"
460
- msgstr ""
461
-
462
- #: inc-options/im_export_options.php:20
463
- msgid "Export"
464
- msgstr ""
465
-
466
- #: inc-options/im_export_options.php:24
467
- msgid "You can save a JSON formatted \".json\" file with your settings."
468
- msgstr ""
469
-
470
- #: inc-options/im_export_options.php:40
471
- msgid "Import"
472
- msgstr ""
473
-
474
- #: inc-options/im_export_options.php:47
475
- msgid ""
476
- "Choose a Adminimize (<em>.json</em>) file to upload, then click <em>Upload "
477
- "file and import</em>."
478
- msgstr ""
479
-
480
- #: inc-options/links_options.php:16
481
- msgid "Links options"
482
- msgstr "Roghanna Naisc"
483
-
484
- #: inc-options/links_options.php:49
485
- msgid "Name"
486
- msgstr "Ainm"
487
-
488
- #: inc-options/links_options.php:50
489
- msgid "Web Address"
490
- msgstr "Seoladh Gréasáin"
491
-
492
- #: inc-options/links_options.php:51
493
- msgid "Description"
494
- msgstr "Cur Síos"
495
-
496
- #: inc-options/links_options.php:53
497
- msgid "Target"
498
- msgstr "Sprioc"
499
-
500
- #: inc-options/links_options.php:54
501
- msgid "Link Relationship (XFN)"
502
- msgstr "Gaol Nasc (XFN)"
503
-
504
- #: inc-options/links_options.php:55
505
- msgid "Advanced"
506
- msgstr "Advanced"
507
-
508
- #: inc-options/links_options.php:56 inc-options/write_cp_options.php:112
509
- #: inc-options/write_page_options.php:113
510
- #: inc-options/write_post_options.php:107
511
- msgid "Publish Actions"
512
- msgstr "Foilsigh Gníomhartha"
513
-
514
- #: inc-options/links_options.php:100
515
- #, fuzzy
516
- msgid "Your own Link options"
517
- msgstr "Do rogha féin"
518
-
519
- #: inc-options/menu_options.php:16
520
- msgid "Menu Options"
521
- msgstr "Options Menu"
522
-
523
- #: inc-options/menu_options.php:23
524
- #, fuzzy
525
- msgid "Menu options - Menu, <span>Submenu</span>"
526
- msgstr "Roghanna Menu - Menu, <span style=\"font-weight: 400;\">Submenu</span>"
527
-
528
- #: inc-options/menu_options.php:78 inc-options/menu_options.php:153
529
- msgid "After activate the check box it heavy attitudes will change."
530
- msgstr ""
531
-
532
- #: inc-options/menu_options.php:128
533
- msgid "Profile"
534
- msgstr ""
535
-
536
- #: inc-options/minimenu.php:15
537
- msgid "Network"
538
- msgstr ""
539
-
540
- #: inc-options/minimenu.php:150
541
- #, fuzzy
542
- msgid ""
543
- "Further information: Visit the <a href=\"http://wordpress.org/extend/plugins/"
544
- "adminimize/\">plugin homepage</a> for further information or to grab the "
545
- "latest version of this plugin. Also see the <a href=\"http://wordpress.org/"
546
- "support/plugin/adminimize\">support forum</a> for questions."
547
- msgstr ""
548
- "Tuilleadh eolais: Tabhair cuairt ar an leathanach baile <a href=\"http://"
549
- "bueltge.de/wordpress-admin-theme-adminimize/674/\"> mbreiseán </a> chun "
550
- "tuilleadh eolais a fháil nó chun grab an leagan is déanaí den mbreiseán "
551
- "seo ."
552
-
553
- #: inc-options/minimenu.php:161
554
- msgid ""
555
- "You want to thank me? Visit my <a href=\"http://bueltge.de/wunschliste/"
556
- "\">wishlist</a> or donate."
557
- msgstr ""
558
- "Ba mhaith leat a ghabháil dom? Tabhair cuairt ar mo <a href=\"http://bueltge."
559
- "de/wunschliste/\">Wishlist</a> nó a bhronnadh."
560
-
561
- #: inc-options/minimenu.php:179 inc-options/settings_notice.php:17
562
- msgid ""
563
- "Please note: The Adminimize settings page ignores the Menu Options below and "
564
- "displays the menu with all entries.<br /><span style=\"font-weight: 300;"
565
- "\">To view your changes to the menu you need to navigate away from the "
566
- "Adminimize settings page.</span>"
567
- msgstr ""
568
-
569
- #: inc-options/theme_options.php:15 inc-options/theme_options.php:115
570
- msgid "Set Theme"
571
- msgstr "Socraigh Téama"
572
-
573
- #: inc-options/theme_options.php:26
574
- msgid ""
575
- "For better peformance with many users on your blog; load only userlist, when "
576
- "you will change the theme options for users."
577
- msgstr ""
578
-
579
- #: inc-options/theme_options.php:33
580
- msgid "Load User Data"
581
- msgstr ""
582
-
583
- #: inc-options/theme_options.php:47
584
- msgid "User-ID"
585
- msgstr "Úsáideoir-ID"
586
-
587
- #: inc-options/theme_options.php:48
588
- msgid "Username"
589
- msgstr "Ainm Úsáideora"
590
-
591
- #: inc-options/theme_options.php:49
592
- msgid "Display name publicly as"
593
- msgstr "Taispeáin t-ainm go poiblí mar"
594
-
595
- #: inc-options/theme_options.php:50
596
- msgid "Admin-Color Scheme"
597
- msgstr "Scéim um Riarachán-Dath"
598
-
599
- #: inc-options/theme_options.php:51
600
- msgid "User Level"
601
- msgstr "Úsáideoir Leibhéal"
602
-
603
- #: inc-options/theme_options.php:52
604
- msgid "Role"
605
- msgstr "Ról"
606
-
607
- #: inc-options/widget_options.php:16
608
- #, fuzzy
609
- msgid "Widget options"
610
- msgstr "Roghanna Naisc"
611
-
612
- #: inc-options/widget_options.php:46 inc-options/wp_nav_menu_options.php:48
613
- #: inc-options/write_cp_options.php:98 inc-options/write_page_options.php:94
614
- #: inc-options/write_post_options.php:92
615
- msgid "Help"
616
- msgstr ""
617
-
618
- #: inc-options/widget_options.php:47 inc-options/wp_nav_menu_options.php:49
619
- #: inc-options/write_cp_options.php:99 inc-options/write_page_options.php:95
620
- #: inc-options/write_post_options.php:93
621
- msgid "Screen Options"
622
- msgstr "Roghanna Scáileán"
623
-
624
- #: inc-options/widget_options.php:48
625
- msgid "Available Widgets"
626
- msgstr ""
627
-
628
- #: inc-options/widget_options.php:49
629
- msgid "Inactive Sidebar (not used)"
630
- msgstr ""
631
-
632
- #: inc-options/widget_options.php:50
633
- msgid "Inactive Widgets"
634
- msgstr ""
635
-
636
- #: inc-options/widget_options.php:108
637
- #, fuzzy
638
- msgid "Your own Widget options"
639
- msgstr "Do roghanna leathanach féin"
640
-
641
- #: inc-options/wp_nav_menu_options.php:15
642
- #, fuzzy
643
- msgid "WP Nav Menu options"
644
- msgstr "Options Menu"
645
-
646
- #: inc-options/wp_nav_menu_options.php:50
647
- #: inc-options/wp_nav_menu_options.php:56
648
- msgid "Theme Locations"
649
- msgstr ""
650
-
651
- #: inc-options/wp_nav_menu_options.php:51
652
- #, fuzzy
653
- msgid "Custom Links"
654
- msgstr "Réimsí Saincheaptha"
655
-
656
- #: inc-options/wp_nav_menu_options.php:52
657
- msgid "Add menu"
658
- msgstr ""
659
-
660
- #: inc-options/wp_nav_menu_options.php:121
661
- #, fuzzy
662
- msgid "Your own Nav Menu options"
663
- msgstr "Do roghanna leathanach féin"
664
-
665
- #: inc-options/write_cp_options.php:22 inc-options/write_cp_options.php:30
666
- #, fuzzy
667
- msgid "Write options"
668
- msgstr "Roghanna Scríobh - Post"
669
-
670
- #: inc-options/write_cp_options.php:100 inc-options/write_page_options.php:97
671
- #: inc-options/write_post_options.php:95
672
- msgid "Permalink"
673
- msgstr "Permalink"
674
-
675
- #: inc-options/write_cp_options.php:101 inc-options/write_cp_options.php:139
676
- #: inc-options/write_post_options.php:96
677
- #: inc-options/write_post_options.php:131
678
- msgid "Tags"
679
- msgstr "Clibeanna"
680
-
681
- #: inc-options/write_cp_options.php:102
682
- msgid "Format"
683
- msgstr ""
684
-
685
- #: inc-options/write_cp_options.php:105 inc-options/write_post_options.php:100
686
- msgid "Password Protect This Post"
687
- msgstr "Pasfhocal Cosain an Iar"
688
-
689
- #: inc-options/write_cp_options.php:106 inc-options/write_post_options.php:101
690
- msgid "Related, Shortcuts"
691
- msgstr "Gaolmhara, Aicearraí"
692
-
693
- #: inc-options/write_cp_options.php:107 inc-options/write_page_options.php:108
694
- #: inc-options/write_post_options.php:102
695
- #, fuzzy
696
- msgid "Messages"
697
- msgstr "Messenges"
698
-
699
- #: inc-options/write_cp_options.php:108 inc-options/write_page_options.php:109
700
- #: inc-options/write_post_options.php:103
701
- msgid "h2: Advanced Options"
702
- msgstr "h2: Roghanna Casta"
703
-
704
- #: inc-options/write_cp_options.php:109 inc-options/write_page_options.php:110
705
- #: inc-options/write_post_options.php:104
706
- msgid "Media Buttons (all)"
707
- msgstr "Cnaipí Meáin (go léir)"
708
-
709
- #: inc-options/write_cp_options.php:110 inc-options/write_page_options.php:111
710
- #: inc-options/write_post_options.php:105
711
- msgid "Word count"
712
- msgstr "Word count"
713
-
714
- #: inc-options/write_cp_options.php:111 inc-options/write_post_options.php:106
715
- #, fuzzy
716
- msgid "Post Slug"
717
- msgstr "Post seilide, seilide Bosca"
718
-
719
- #: inc-options/write_cp_options.php:113 inc-options/write_page_options.php:114
720
- #: inc-options/write_post_options.php:108
721
- msgid "Discussion"
722
- msgstr ""
723
-
724
- #: inc-options/write_cp_options.php:114 inc-options/write_page_options.php:115
725
- #: inc-options/write_post_options.php:109
726
- msgid "HTML Editor Button"
727
- msgstr ""
728
-
729
- #: inc-options/write_cp_options.php:124 inc-options/write_post_options.php:118
730
- msgid "Post Thumbnail"
731
- msgstr ""
732
-
733
- #: inc-options/write_cp_options.php:130 inc-options/write_page_options.php:128
734
- #: inc-options/write_post_options.php:122
735
- msgid "Quick Edit Link"
736
- msgstr ""
737
-
738
- #: inc-options/write_cp_options.php:131 inc-options/write_cp_options.php:135
739
- #: inc-options/write_cp_options.php:138 inc-options/write_cp_options.php:141
740
- #: inc-options/write_page_options.php:129
741
- #: inc-options/write_page_options.php:134
742
- #: inc-options/write_page_options.php:137
743
- #: inc-options/write_post_options.php:123
744
- #: inc-options/write_post_options.php:127
745
- #: inc-options/write_post_options.php:130
746
- #: inc-options/write_post_options.php:133
747
- msgid "QE"
748
- msgstr ""
749
-
750
- #: inc-options/write_cp_options.php:131 inc-options/write_page_options.php:129
751
- #: inc-options/write_post_options.php:123
752
- msgid "Inline Edit Left"
753
- msgstr ""
754
-
755
- #: inc-options/write_cp_options.php:132 inc-options/write_page_options.php:130
756
- #: inc-options/write_post_options.php:124
757
- msgid "All Labels"
758
- msgstr ""
759
-
760
- #: inc-options/write_cp_options.php:133 inc-options/write_page_options.php:132
761
- #: inc-options/write_post_options.php:125
762
- msgid "Author"
763
- msgstr "Údar"
764
-
765
- #: inc-options/write_cp_options.php:134 inc-options/write_page_options.php:133
766
- #: inc-options/write_post_options.php:126
767
- #, fuzzy
768
- msgid "Password and Private"
769
- msgstr "Pasfhocal Cosain an Leathanach seo"
770
-
771
- #: inc-options/write_cp_options.php:135 inc-options/write_post_options.php:127
772
- msgid "Inline Edit Center"
773
- msgstr ""
774
-
775
- #: inc-options/write_cp_options.php:136 inc-options/write_post_options.php:128
776
- #, fuzzy
777
- msgid "Categories Title"
778
- msgstr "Catagóirí"
779
-
780
- #: inc-options/write_cp_options.php:137 inc-options/write_post_options.php:129
781
- #, fuzzy
782
- msgid "Categories List"
783
- msgstr "Catagóirí"
784
-
785
- #: inc-options/write_cp_options.php:138 inc-options/write_page_options.php:134
786
- #: inc-options/write_post_options.php:130
787
- msgid "Inline Edit Right"
788
- msgstr ""
789
-
790
- #: inc-options/write_cp_options.php:140 inc-options/write_post_options.php:132
791
- msgid "Status, Sticky"
792
- msgstr ""
793
-
794
- #: inc-options/write_cp_options.php:141 inc-options/write_page_options.php:137
795
- #: inc-options/write_post_options.php:133
796
- msgid "Cancel/Save Button"
797
- msgstr ""
798
-
799
- #: inc-options/write_cp_options.php:205
800
- #, fuzzy, php-format
801
- msgid "Your own %s options"
802
- msgstr "Do rogha féin"
803
-
804
- #: inc-options/write_page_options.php:15 inc-options/write_page_options.php:22
805
- msgid "Write options - Page"
806
- msgstr "Roghanna Scríobh - Leathanach"
807
-
808
- #: inc-options/write_page_options.php:96 inc-options/write_post_options.php:94
809
- msgid "Title"
810
- msgstr ""
811
-
812
- #: inc-options/write_page_options.php:98
813
- msgid "Custom Fields"
814
- msgstr "Réimsí Saincheaptha"
815
-
816
- #: inc-options/write_page_options.php:99
817
- msgid "Comments &amp; Pings"
818
- msgstr "Comments &amp; Pings"
819
-
820
- #: inc-options/write_page_options.php:100
821
- #: inc-options/write_page_options.php:131
822
- #: inc-options/write_post_options.php:99
823
- msgid "Date"
824
- msgstr ""
825
-
826
- #: inc-options/write_page_options.php:101
827
- msgid "Password Protect This Page"
828
- msgstr "Pasfhocal Cosain an Leathanach seo"
829
-
830
- #: inc-options/write_page_options.php:102
831
- msgid "Attributes"
832
- msgstr ""
833
-
834
- #: inc-options/write_page_options.php:103
835
- msgid "Page Template"
836
- msgstr "Page Teimpléad"
837
-
838
- #: inc-options/write_page_options.php:104
839
- msgid "Page Order"
840
- msgstr "Page Ordú"
841
-
842
- #: inc-options/write_page_options.php:105
843
- msgid "Page Author"
844
- msgstr "Page Údar"
845
-
846
- #: inc-options/write_page_options.php:106
847
- msgid "Page Revisions"
848
- msgstr "Hathbhreithnithe Page"
849
-
850
- #: inc-options/write_page_options.php:107
851
- msgid "Related"
852
- msgstr "Gaolmhara"
853
-
854
- #: inc-options/write_page_options.php:112
855
- #, fuzzy
856
- msgid "Page Slug"
857
- msgstr "Leathanach seilide, seilide Bosca"
858
-
859
- #: inc-options/write_page_options.php:124
860
- #, fuzzy
861
- msgid "Page Image"
862
- msgstr "Page Teimpléad"
863
-
864
- #: inc-options/write_page_options.php:135
865
- #, fuzzy
866
- msgid "Parent, Order, Template"
867
- msgstr "Page Teimpléad"
868
-
869
- #: inc-options/write_page_options.php:136
870
- msgid "Status"
871
- msgstr ""
872
-
873
- #: inc-options/write_page_options.php:185
874
- msgid "Your own page options"
875
- msgstr "Do roghanna leathanach féin"
876
-
877
- #: inc-options/write_post_options.php:16 inc-options/write_post_options.php:23
878
- msgid "Write options - Post"
879
- msgstr "Roghanna Scríobh - Post"
880
-
881
- #: inc-options/write_post_options.php:181
882
- msgid "Your own post options"
883
- msgstr "Do roghanna phost féin"
884
-
885
- #: inc-setup/messages.php:39
886
- msgid "Unknown error."
887
- msgstr "Earráid anaithnid."
888
-
889
- #: inc-setup/messages.php:50
890
- #, fuzzy
891
- msgid "The updates were saved."
892
- msgstr "Bhí na hoileánaigh na nuashonruithe."
893
-
894
- #: inc-setup/messages.php:53
895
- #, fuzzy
896
- msgid "You have not enough rights to edit entries in the database."
897
- msgstr ""
898
- "Tá tú nach bhfuil go leor d'iontrálacha cearta in eagar sa bhunachar "
899
- "sonraí."
900
-
901
- #: inc-setup/messages.php:56
902
- #, fuzzy
903
- msgid "All entries in the database were imported."
904
- msgstr "Bhí delleted gach iontráil sa bhunachar sonraí."
905
-
906
- #: inc-setup/messages.php:59
907
- #, fuzzy
908
- msgid "All entries in the database were deleted."
909
- msgstr "Bhí delleted gach iontráil sa bhunachar sonraí."
910
-
911
- #: inc-setup/messages.php:62
912
- msgid "Set the checkbox on deinstall-button."
913
- msgstr "Socraigh an ticbhosca ar an gcnaipe deinstall-."
914
-
915
- #: inc-setup/messages.php:65
916
- msgid "Can't load menu and submenu."
917
- msgstr "Ní féidir a luchtú roghchlár agus Fo-Roghchlár."
918
-
919
- #: inc-setup/messages.php:67
920
- msgid "Backend-Theme was activated!"
921
- msgstr "Cuireadh i ngníomh-Inneall Téama!"
922
-
923
- #: inc-setup/messages.php:69
924
- msgid "Load user data to themes was successful."
925
- msgstr ""
926
-
927
- #: inc-setup/remove-admin-bar.php:274
928
- msgid "Network Admin"
929
- msgstr ""
930
-
931
- #: inc-setup/remove-admin-bar.php:278
932
- msgid "Site Admin"
933
- msgstr ""
934
-
935
- #~ msgid "Blue"
936
- #~ msgstr "Blue"
937
-
938
- #~ msgid "Gray"
939
- #~ msgstr "Gray"
940
-
941
- #~ msgid "Classic"
942
- #~ msgstr "Classic"
943
-
944
- #~ msgid "Fresh"
945
- #~ msgstr "Fresh"
946
-
947
- #~ msgid "WordPress 2.3"
948
- #~ msgstr "WordPress 2.3"
949
-
950
- #~ msgid "Maybe i'm colorblind"
951
- #~ msgstr "B'fhéidir go bhfuil mé colorblind"
952
-
953
- #~ msgid "Grey"
954
- #~ msgstr "Grey"
955
-
956
- #~ msgid "Visit plugin homepage"
957
- #~ msgstr "Tabhair cuairt ar an leathanach baile breiseán"
958
-
959
- #~ msgid "plugin"
960
- #~ msgstr "breiseán"
961
-
962
- #~ msgid "Version"
963
- #~ msgstr "Leagan"
964
-
965
- #~ msgid "History"
966
- #~ msgstr "Stair"
967
-
968
- #~ msgid "plugin activate"
969
- #~ msgstr "ghníomhachtú breiseán"
970
-
971
- #~ msgid ""
972
- #~ "<a href=\"http://wordpress.org/extend/plugins/adminimize/"
973
- #~ "\">Documentation</a>"
974
- #~ msgstr ""
975
- #~ "<a href=\"http://wordpress.org/extend/plugins/adminimize/"
976
- #~ "\">Documentación</a>"
977
-
978
- #~ msgid "WriteScroll"
979
- #~ msgstr "WriteScroll"
980
-
981
- #~ msgid ""
982
- #~ "With the WriteScroll option active, these pages will automatically scroll "
983
- #~ "to an optimal position for editing, when you visit Write Post or Write "
984
- #~ "Page."
985
- #~ msgstr ""
986
- #~ "Leis an rogha WriteScroll gníomhach, beidh scrollbharra na leathanaigh "
987
- #~ "go huathoibríoch chun poist is fearr chun eagarthóireacht, nuair a "
988
- #~ "thugann tú cuairt ar an Phoist nó Page Scríobh Scríobh."
989
-
990
- #~ msgid "Favorite Actions"
991
- #~ msgstr "Is Ansa Gníomhartha"
992
-
993
- #~ msgid "Screen-Meta"
994
- #~ msgstr "Scáileán-Meta"
995
-
996
- #~ msgid "Contextual Help"
997
- #~ msgstr "Cabhair Comhthéacsúla"
998
-
999
- #~ msgid "Admin Color Scheme"
1000
- #~ msgstr "Scéim Dath Riarachán"
1001
-
1002
- #~ msgid "Excerpt"
1003
- #~ msgstr "Sliocht"
1004
-
1005
- #~ msgid "Trackbacks"
1006
- #~ msgstr "Trackbacks"
1007
-
1008
- #~ msgid "Post Author"
1009
- #~ msgstr "Post Údar"
1010
-
1011
- #~ msgid "Post Revisions"
1012
- #~ msgstr "Hathbhreithnithe Post"
1013
-
1014
- #~ msgid "Suggested tags from"
1015
- #~ msgstr "Tags Molta ó"
1016
-
1017
- #~ msgid "Text Control"
1018
- #~ msgstr "Téacs Rialú"
1019
-
1020
- #~ msgid "HTML Special Characters"
1021
- #~ msgstr "Carachtair HTML Speisialta"
1022
-
1023
- #~ msgid "Page Parent"
1024
- #~ msgstr "Page Tuismitheoir"
1025
-
1026
- #~ msgid "About the plugin"
1027
- #~ msgstr "Maidir leis an mbreiseán"
1028
-
1029
- #~ msgid "PayPal - The safer, easier way to pay online!"
1030
- #~ msgstr "PayPal - An bealach níos sábháilte, níos éasca a íoc ar líne!"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/adminimize-hi_IN.mo DELETED
Binary file
languages/adminimize-hi_IN.po DELETED
@@ -1,976 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Adminimize\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-12-15 21:54+0100\n"
6
- "PO-Revision-Date: 2015-12-15 21:54+0100\n"
7
- "Last-Translator: Frank Bültge <frank@bueltge.de>\n"
8
- "Language-Team: Outshine Solutions <ash.pr@outshinesolutions.com>\n"
9
- "Language: hi_IN\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: d:/WP-Plugins/adminimize/trunk\n"
16
- ": \n"
17
- "X-Generator: Poedit 1.8.4\n"
18
- "X-Poedit-SearchPath-0: .\n"
19
-
20
- #: adminimize.php:141
21
- msgid "Keymaster"
22
- msgstr ""
23
-
24
- #: adminimize.php:142
25
- msgid "Moderator"
26
- msgstr ""
27
-
28
- #: adminimize.php:143
29
- msgid "Participant"
30
- msgstr ""
31
-
32
- #: adminimize.php:144
33
- msgid "Spectator"
34
- msgstr ""
35
-
36
- #: adminimize.php:145
37
- msgid "Blocked"
38
- msgstr ""
39
-
40
- #: adminimize.php:447 inc-options/links_options.php:52 inc-options/write_cp_options.php:103
41
- #: inc-options/write_post_options.php:97
42
- msgid "Categories"
43
- msgstr "श्रेणियाँ"
44
-
45
- #: adminimize.php:454 adminimize.php:481
46
- msgid "+ Add New Category"
47
- msgstr "नई श्रेणी जोड़ें +"
48
-
49
- #: adminimize.php:459 adminimize.php:488
50
- msgid "New category name"
51
- msgstr "नई श्रेणी का नाम"
52
-
53
- #: adminimize.php:467 adminimize.php:492 adminimize.php:499
54
- msgid "Parent category"
55
- msgstr "अभिभावक वर्ग"
56
-
57
- #: adminimize.php:472 adminimize.php:504
58
- msgid "Add"
59
- msgstr "जोड़ें"
60
-
61
- #: adminimize.php:486 inc-options/write_cp_options.php:104
62
- #: inc-options/write_post_options.php:98
63
- msgid "Add New Category"
64
- msgstr "नई श्रेणी जोड़ें"
65
-
66
- #: adminimize.php:605 adminimize.php:607 adminimize.php:613
67
- msgid "Dashboard"
68
- msgstr "डैशबोर्ड"
69
-
70
- #: adminimize.php:700 adminimize.php:705 adminimize.php:706 adminimize.php:747
71
- #: adminimize.php:754 adminimize.php:755 adminimize.php:1223 inc-setup/remove-admin-bar.php:64
72
- #: inc-setup/remove-admin-bar.php:91 inc-setup/remove-admin-bar.php:285
73
- msgid "Log Out"
74
- msgstr "लॉग आउट"
75
-
76
- #: adminimize.php:1275
77
- msgid "Settings"
78
- msgstr "सेटिंग्स"
79
-
80
- #: adminimize.php:1288
81
- msgid "Adminimize Options"
82
- msgstr "Adminimize विकल्प"
83
-
84
- #: adminimize.php:1289
85
- msgid "Adminimize"
86
- msgstr "Adminimize"
87
-
88
- #: adminimize.php:1322
89
- msgid "Cheatin&#8217; uh?"
90
- msgstr "Cheatin&#8217; uh?"
91
-
92
- #: adminimize.php:1371
93
- msgid "Cheatin&#8217; uh? You do not have the right permission to update settings"
94
- msgstr ""
95
-
96
- #: adminimize.php:1849
97
- msgid "Please upload a valid .json file"
98
- msgstr ""
99
-
100
- #: adminimize.php:1855
101
- msgid "Please upload a file to import"
102
- msgstr ""
103
-
104
- #: inc-options/admin_bar.php:22 inc-options/admin_bar_frontend.php:22
105
- #: inc-options/backend_options.php:15 inc-options/dashboard_options.php:16
106
- #: inc-options/deinstall_options.php:14 inc-options/global_options.php:15
107
- #: inc-options/im_export_options.php:14 inc-options/links_options.php:15
108
- #: inc-options/menu_options.php:15 inc-options/theme_options.php:14
109
- #: inc-options/widget_options.php:15 inc-options/wp_nav_menu_options.php:14
110
- #: inc-options/write_cp_options.php:20 inc-options/write_page_options.php:14
111
- #: inc-options/write_post_options.php:15
112
- msgid "Click to toggle"
113
- msgstr "टॉगल करने के लिए क्लिक करें"
114
-
115
- #: inc-options/admin_bar.php:23
116
- #, fuzzy
117
- msgid "Admin Bar Back end options"
118
- msgstr "बैकेंड विकल्प"
119
-
120
- #: inc-options/admin_bar.php:41 inc-options/admin_bar_frontend.php:43
121
- #: inc-options/dashboard_options.php:33 inc-options/dashboard_options.php:99
122
- #: inc-options/global_options.php:23 inc-options/global_options.php:106
123
- #: inc-options/links_options.php:23 inc-options/links_options.php:101
124
- #: inc-options/widget_options.php:23 inc-options/widget_options.php:109
125
- #: inc-options/wp_nav_menu_options.php:22 inc-options/wp_nav_menu_options.php:122
126
- #: inc-options/write_cp_options.php:208 inc-options/write_page_options.php:186
127
- #: inc-options/write_post_options.php:182
128
- msgid "Option"
129
- msgstr "विकल्प"
130
-
131
- #: inc-options/admin_bar.php:44 inc-options/admin_bar_frontend.php:46
132
- #: inc-options/dashboard_options.php:36 inc-options/global_options.php:26
133
- #: inc-options/links_options.php:26 inc-options/menu_options.php:26
134
- #: inc-options/widget_options.php:26 inc-options/wp_nav_menu_options.php:25
135
- #: inc-options/write_cp_options.php:33 inc-options/write_page_options.php:25
136
- #: inc-options/write_post_options.php:26
137
- msgid "Deactivate for"
138
- msgstr " निष्क्रिय के लिए"
139
-
140
- #: inc-options/admin_bar.php:114 inc-options/admin_bar_frontend.php:121
141
- #: inc-options/backend_options.php:200 inc-options/dashboard_options.php:124
142
- #: inc-options/global_options.php:131 inc-options/links_options.php:126
143
- #: inc-options/menu_options.php:207 inc-options/widget_options.php:134
144
- #: inc-options/wp_nav_menu_options.php:147 inc-options/write_cp_options.php:243
145
- #: inc-options/write_page_options.php:211 inc-options/write_post_options.php:207
146
- msgid "Update Options"
147
- msgstr "अद्यतन विकल्प"
148
-
149
- #: inc-options/admin_bar.php:120 inc-options/admin_bar_frontend.php:127
150
- #: inc-options/backend_options.php:202 inc-options/dashboard_options.php:129
151
- #: inc-options/deinstall_options.php:27 inc-options/global_options.php:133
152
- #: inc-options/links_options.php:129 inc-options/menu_options.php:209
153
- #: inc-options/theme_options.php:123 inc-options/widget_options.php:136
154
- #: inc-options/wp_nav_menu_options.php:149 inc-options/write_cp_options.php:248
155
- #: inc-options/write_page_options.php:213 inc-options/write_post_options.php:209
156
- msgid "scroll to top"
157
- msgstr ""
158
-
159
- #: inc-options/admin_bar_frontend.php:24
160
- msgid "Admin Bar Front end options"
161
- msgstr ""
162
-
163
- #: inc-options/backend_options.php:16
164
- msgid "Backend Options"
165
- msgstr "बैकेंड विकल्प"
166
-
167
- #: inc-options/backend_options.php:27
168
- #, fuzzy
169
- msgid "Use Global Settings"
170
- msgstr "ग्लोबल विकल्प"
171
-
172
- #: inc-options/backend_options.php:36
173
- msgid "The plugin is active in multiste."
174
- msgstr ""
175
-
176
- #: inc-options/backend_options.php:40
177
- msgid "False"
178
- msgstr ""
179
-
180
- #: inc-options/backend_options.php:41
181
- msgid "True"
182
- msgstr ""
183
-
184
- #: inc-options/backend_options.php:42
185
- msgid "Use the settings global in your Multisite network."
186
- msgstr ""
187
-
188
- #: inc-options/backend_options.php:47
189
- msgid "Exclude Super Admin"
190
- msgstr ""
191
-
192
- #: inc-options/backend_options.php:51 inc-options/backend_options.php:62
193
- #: inc-options/backend_options.php:75 inc-options/backend_options.php:85
194
- #: inc-options/backend_options.php:98 inc-options/backend_options.php:109
195
- #: inc-options/backend_options.php:122 inc-options/backend_options.php:132
196
- #: inc-options/backend_options.php:143 inc-options/backend_options.php:153
197
- #: inc-options/backend_options.php:182
198
- msgid "Default"
199
- msgstr "डिफ़ॉल्ट"
200
-
201
- #: inc-options/backend_options.php:52 inc-options/backend_options.php:110
202
- #: inc-options/backend_options.php:123 inc-options/backend_options.php:133
203
- #: inc-options/backend_options.php:144 inc-options/backend_options.php:154
204
- msgid "Activate"
205
- msgstr "सक्रिय करें"
206
-
207
- #: inc-options/backend_options.php:53
208
- msgid "Exclude the Super Admin on a WP Multisite Install from all limitations of this plugin."
209
- msgstr ""
210
-
211
- #: inc-options/backend_options.php:58
212
- msgid "User-Info"
213
- msgstr "उपयोगकर्ता जानकारी"
214
-
215
- #: inc-options/backend_options.php:63 inc-options/backend_options.php:86
216
- #: inc-options/backend_options.php:99
217
- msgid "Hide"
218
- msgstr "छिपाना"
219
-
220
- #: inc-options/backend_options.php:64
221
- msgid "Only logout"
222
- msgstr "केवल लॉगआउट"
223
-
224
- #: inc-options/backend_options.php:65
225
- msgid "User &amp; Logout"
226
- msgstr "उपयोगकर्ता &amp; लॉगआउट"
227
-
228
- #: inc-options/backend_options.php:66
229
- msgid ""
230
- "The &quot;User-Info-area&quot; is on the top right side of the backend. You can hide or "
231
- "reduced show."
232
- msgstr "The &quot;उपयोगकर्ता के सूचना क्षेत्र \"बैकेंड का दाईं ओर ऊपर है. आप छिपा या कम दिखा सकते हैं."
233
-
234
- #: inc-options/backend_options.php:71
235
- msgid "Change User-Info, redirect to"
236
- msgstr "उपयोगकर्ता जानकारी, को अनुप्रेषित"
237
-
238
- #: inc-options/backend_options.php:76
239
- msgid "Frontpage of the Blog"
240
- msgstr "ब्लॉग का FrontPage"
241
-
242
- #: inc-options/backend_options.php:77
243
- msgid ""
244
- "When the &quot;User-Info-area&quot; change it, then it is possible to change the redirect."
245
- msgstr "जब &quot; उपयोगकर्ता के सूचना क्षेत्र \"इसे बदलना है, तो इसे बदलने के अनुप्रेषित संभव है."
246
-
247
- #: inc-options/backend_options.php:81
248
- msgid "Footer"
249
- msgstr "पाद लेख"
250
-
251
- #: inc-options/backend_options.php:87
252
- #, fuzzy
253
- msgid "The Footer-area can hide, include all links and details."
254
- msgstr "पाद लेख क्षेत्र के kann छुपाने के लिए, सभी लिंक और विवरण शामिल हैं."
255
-
256
- #: inc-options/backend_options.php:94
257
- msgid "Header"
258
- msgstr ""
259
-
260
- #: inc-options/backend_options.php:100
261
- #, fuzzy
262
- msgid "The Header-area can hide, include all links and details."
263
- msgstr "पाद लेख क्षेत्र के kann छुपाने के लिए, सभी लिंक और विवरण शामिल हैं."
264
-
265
- #: inc-options/backend_options.php:105
266
- msgid "Timestamp"
267
- msgstr "टाइमस्टैम्प"
268
-
269
- #: inc-options/backend_options.php:111
270
- msgid ""
271
- "Opens the post timestamp editing fields without you having to click the \"Edit\" link every "
272
- "time."
273
- msgstr "आपके बिना पोस्ट टाइमस्टैम्प संपादन क्षेत्रों के लिए \"संपादित करें \" हर बार लिंक पर क्लिक कर रही है."
274
-
275
- #: inc-options/backend_options.php:118
276
- msgid "Thickbox FullScreen"
277
- msgstr "Thickbox Fullscreen"
278
-
279
- #: inc-options/backend_options.php:124
280
- #, fuzzy
281
- msgid ""
282
- "All Thickbox-function use the full area of the browser. Thickbox is for example in upload "
283
- "media-files."
284
- msgstr ""
285
- "सभी Thickbox समारोह ब्राउज़र के पूरे क्षेत्र का उपयोग करें. Thickbox मीडिया फ़ाइलों को अपलोड करने के "
286
- "examble के लिए है."
287
-
288
- #: inc-options/backend_options.php:128
289
- msgid "Flashuploader"
290
- msgstr "Flashuploader"
291
-
292
- #: inc-options/backend_options.php:134
293
- msgid "Disable the flashuploader and users use only the standard uploader."
294
- msgstr "निष्क्रिय करने flashuploader और उपयोगकर्ताओं को केवल मानक अपलोडर का उपयोग करें."
295
-
296
- #: inc-options/backend_options.php:139
297
- #, fuzzy
298
- msgid "Category Height"
299
- msgstr "श्रेणियाँ"
300
-
301
- #: inc-options/backend_options.php:145
302
- msgid "View the Meta Box with Categories in the full height, no scrollbar or whitespace."
303
- msgstr ""
304
-
305
- #: inc-options/backend_options.php:149
306
- msgid "Advice in Footer"
307
- msgstr "पाद लेख में सलाह"
308
-
309
- #: inc-options/backend_options.php:156
310
- #, fuzzy
311
- msgid ""
312
- "In the Footer you can display an advice for changing the Default-design, (x)HTML is possible."
313
- msgstr "फूटर kann में आप चूक से डिजाइन बदलने के लिए एक सलाह प्रदर्शन, (एक्स) HTML संभव है."
314
-
315
- #: inc-options/backend_options.php:178
316
- #, fuzzy
317
- msgid "Dashboard deactivate, redirect to"
318
- msgstr "डैशबोर्ड deaktivate, पुनर्प्रेषित करने के लिए"
319
-
320
- #: inc-options/backend_options.php:183
321
- msgid "Manage Posts"
322
- msgstr "पोस्ट प्रबंधित"
323
-
324
- #: inc-options/backend_options.php:184
325
- msgid "Manage Pages"
326
- msgstr "पृष्ठों को प्रबंधित करें"
327
-
328
- #: inc-options/backend_options.php:185
329
- msgid "Write Post"
330
- msgstr "पोस्ट लिखें"
331
-
332
- #: inc-options/backend_options.php:186
333
- msgid "Write Page"
334
- msgstr "पृष्ठ लिखें"
335
-
336
- #: inc-options/backend_options.php:187
337
- msgid "Comments"
338
- msgstr "टिप्पणियाँ"
339
-
340
- #: inc-options/backend_options.php:188
341
- msgid "other Page"
342
- msgstr "अन्य पेज"
343
-
344
- #: inc-options/backend_options.php:191
345
- #, fuzzy
346
- msgid ""
347
- "You have deactivated the Dashboard, please select a page for redirection or define custom "
348
- "url, include http://?"
349
- msgstr "आप डैशबोर्ड deaktivate, अनुप्रेषित के लिए कृपया एक पृष्ठ का चयन करे?"
350
-
351
- #: inc-options/dashboard_options.php:17
352
- #, fuzzy
353
- msgid "Dashboard options"
354
- msgstr "डैशबोर्ड"
355
-
356
- #: inc-options/dashboard_options.php:25
357
- msgid ""
358
- "To complete the installation for Dashboard Widgets you must visit your dashboard once and "
359
- "then come back to Settings > Adminimize to configure who has access to each widget."
360
- msgstr ""
361
-
362
- #: inc-options/dashboard_options.php:98 inc-options/global_options.php:105
363
- msgid "Your own options"
364
- msgstr "अपने खुद के विकल्प"
365
-
366
- #: inc-options/dashboard_options.php:98 inc-options/global_options.php:105
367
- #: inc-options/links_options.php:100 inc-options/widget_options.php:108
368
- #: inc-options/wp_nav_menu_options.php:121 inc-options/write_cp_options.php:206
369
- #: inc-options/write_page_options.php:185 inc-options/write_post_options.php:181
370
- msgid "ID or class"
371
- msgstr "आईडी या वर्ग"
372
-
373
- #: inc-options/dashboard_options.php:105 inc-options/global_options.php:112
374
- #: inc-options/links_options.php:107 inc-options/widget_options.php:115
375
- #: inc-options/wp_nav_menu_options.php:128 inc-options/write_cp_options.php:215
376
- #: inc-options/write_page_options.php:192 inc-options/write_post_options.php:188
377
- msgid ""
378
- "It is possible to add your own IDs or classes from elements and tags. You can find IDs and "
379
- "classes with the FireBug Add-on for Firefox. Assign a value and the associate name per line."
380
- msgstr ""
381
- "यह संभव है कि तत्वों और टैग से अपने आईडी या वर्गों में जोड़ें. आपको ID और वर्गों के साथ मिल सकता है FireBug "
382
- "जोड़ें Firefox के लिए पर. एक मूल्य और प्रति पंक्ति सहयोगी नाम निरुपित."
383
-
384
- #: inc-options/dashboard_options.php:111 inc-options/global_options.php:118
385
- #: inc-options/links_options.php:113 inc-options/widget_options.php:121
386
- #: inc-options/wp_nav_menu_options.php:134 inc-options/write_cp_options.php:225
387
- #: inc-options/write_page_options.php:198 inc-options/write_post_options.php:194
388
- #, fuzzy
389
- msgid ""
390
- "Possible nomination for ID or class. Separate multiple nominations through a carriage return."
391
- msgstr "आईडी या वर्ग के लिए संभावित नामांकन. अलग से एक गाड़ी वापसी के माध्यम से कई नामांकन."
392
-
393
- #: inc-options/dashboard_options.php:116 inc-options/global_options.php:123
394
- #: inc-options/links_options.php:118 inc-options/widget_options.php:126
395
- #: inc-options/wp_nav_menu_options.php:139 inc-options/write_cp_options.php:233
396
- #: inc-options/write_page_options.php:203 inc-options/write_post_options.php:199
397
- msgid "Possible IDs or classes. Separate multiple values through a carriage return."
398
- msgstr "संभव आईडी या वर्ग. एक गाड़ी वापसी के माध्यम से अनेक मान अलग करें."
399
-
400
- #: inc-options/deinstall_options.php:15
401
- #, fuzzy
402
- msgid "Uninstall Options"
403
- msgstr "Deinstall विकल्प"
404
-
405
- #: inc-options/deinstall_options.php:18
406
- msgid ""
407
- "Use this option for clean your database from all entries of this plugin. When you deactivate "
408
- "the plugin, the deinstall of the plugin <strong>clean not</strong> all entries in the "
409
- "database."
410
- msgstr ""
411
- "सभी प्रविष्टियों का इस प्लगइन से अपने डेटाबेस को साफ के लिए इस विकल्प का प्रयोग करें. जब आप को निष्क्रिय "
412
- "प्लगइन, <strong> डेटाबेस में प्लगइन </strong> नहीं सभी प्रविष्टियों को साफ का deinstall."
413
-
414
- #: inc-options/deinstall_options.php:22
415
- msgid "Delete Options"
416
- msgstr " विकल्प हटाएँ"
417
-
418
- #: inc-options/global_options.php:16
419
- msgid "Global options"
420
- msgstr "ग्लोबल विकल्प"
421
-
422
- #: inc-options/im_export_options.php:15
423
- msgid "Export/Import Options"
424
- msgstr ""
425
-
426
- #: inc-options/im_export_options.php:20
427
- msgid "Export"
428
- msgstr ""
429
-
430
- #: inc-options/im_export_options.php:24
431
- msgid "You can save a JSON formatted \".json\" file with your settings."
432
- msgstr ""
433
-
434
- #: inc-options/im_export_options.php:40
435
- msgid "Import"
436
- msgstr ""
437
-
438
- #: inc-options/im_export_options.php:47
439
- msgid ""
440
- "Choose a Adminimize (<em>.json</em>) file to upload, then click <em>Upload file and import</"
441
- "em>."
442
- msgstr ""
443
-
444
- #: inc-options/links_options.php:16
445
- msgid "Links options"
446
- msgstr "लिंक विकल्प"
447
-
448
- #: inc-options/links_options.php:49
449
- msgid "Name"
450
- msgstr "नाम"
451
-
452
- #: inc-options/links_options.php:50
453
- msgid "Web Address"
454
- msgstr "वेब पता"
455
-
456
- #: inc-options/links_options.php:51
457
- msgid "Description"
458
- msgstr "विवरण"
459
-
460
- #: inc-options/links_options.php:53
461
- msgid "Target"
462
- msgstr "लक्ष्य"
463
-
464
- #: inc-options/links_options.php:54
465
- msgid "Link Relationship (XFN)"
466
- msgstr "लिंक संबंध (XFN)"
467
-
468
- #: inc-options/links_options.php:55
469
- msgid "Advanced"
470
- msgstr "उन्नत"
471
-
472
- #: inc-options/links_options.php:56 inc-options/write_cp_options.php:112
473
- #: inc-options/write_page_options.php:113 inc-options/write_post_options.php:107
474
- msgid "Publish Actions"
475
- msgstr " कार्य प्रकाशित"
476
-
477
- #: inc-options/links_options.php:100
478
- #, fuzzy
479
- msgid "Your own Link options"
480
- msgstr "अपने खुद के विकल्प"
481
-
482
- #: inc-options/menu_options.php:16
483
- msgid "Menu Options"
484
- msgstr "मेनू विकल्प"
485
-
486
- #: inc-options/menu_options.php:23
487
- #, fuzzy
488
- msgid "Menu options - Menu, <span>Submenu</span>"
489
- msgstr "मेनू विकल्पों - मेनू, <span style=\"font-weight: 400;\">Submenu</span>"
490
-
491
- #: inc-options/menu_options.php:78 inc-options/menu_options.php:153
492
- msgid "After activate the check box it heavy attitudes will change."
493
- msgstr ""
494
-
495
- #: inc-options/menu_options.php:128
496
- msgid "Profile"
497
- msgstr ""
498
-
499
- #: inc-options/minimenu.php:15
500
- msgid "Network"
501
- msgstr ""
502
-
503
- #: inc-options/minimenu.php:150
504
- #, fuzzy
505
- msgid ""
506
- "Further information: Visit the <a href=\"http://wordpress.org/extend/plugins/adminimize/"
507
- "\">plugin homepage</a> for further information or to grab the latest version of this plugin. "
508
- "Also see the <a href=\"http://wordpress.org/support/plugin/adminimize\">support forum</a> for "
509
- "questions."
510
- msgstr ""
511
- "अधिक जानकारी:प्लगइन के लिए अधिक जानकारी या इस का नवीनतम संस्करण हड़पने के लिए. <a href=\"http://"
512
- "bueltge.de/wordpress-admin-theme-adminimize/674/\"> मुखपृष्ठ प्लगइन</a>पर जाएँ"
513
-
514
- #: inc-options/minimenu.php:161
515
- msgid ""
516
- "You want to thank me? Visit my <a href=\"http://bueltge.de/wunschliste/\">wishlist</a> or "
517
- "donate."
518
- msgstr ""
519
- "आपको मुझे शुक्रिया अदा करना चाहते हैं?<a href=\"http://bueltge.de/wunschliste/\">wishlist</a> मेरे पर "
520
- "जाएँ या दान."
521
-
522
- #: inc-options/minimenu.php:179 inc-options/settings_notice.php:17
523
- msgid ""
524
- "Please note: The Adminimize settings page ignores the Menu Options below and displays the "
525
- "menu with all entries.<br /><span style=\"font-weight: 300;\">To view your changes to the "
526
- "menu you need to navigate away from the Adminimize settings page.</span>"
527
- msgstr ""
528
-
529
- #: inc-options/theme_options.php:15 inc-options/theme_options.php:115
530
- msgid "Set Theme"
531
- msgstr "सेट थीम"
532
-
533
- #: inc-options/theme_options.php:26
534
- msgid ""
535
- "For better peformance with many users on your blog; load only userlist, when you will change "
536
- "the theme options for users."
537
- msgstr ""
538
-
539
- #: inc-options/theme_options.php:33
540
- msgid "Load User Data"
541
- msgstr ""
542
-
543
- #: inc-options/theme_options.php:47
544
- msgid "User-ID"
545
- msgstr "प्रयोक्ता आईडी"
546
-
547
- #: inc-options/theme_options.php:48
548
- msgid "Username"
549
- msgstr "उपयोगकर्ता नाम"
550
-
551
- #: inc-options/theme_options.php:49
552
- msgid "Display name publicly as"
553
- msgstr " नाम सार्वजनिक रूप प्रदर्शित"
554
-
555
- #: inc-options/theme_options.php:50
556
- msgid "Admin-Color Scheme"
557
- msgstr "एडमिन रंग योजना"
558
-
559
- #: inc-options/theme_options.php:51
560
- msgid "User Level"
561
- msgstr "उपयोगकर्ता स्तर"
562
-
563
- #: inc-options/theme_options.php:52
564
- msgid "Role"
565
- msgstr "भूमिका"
566
-
567
- #: inc-options/widget_options.php:16
568
- #, fuzzy
569
- msgid "Widget options"
570
- msgstr "लिंक विकल्प"
571
-
572
- #: inc-options/widget_options.php:46 inc-options/wp_nav_menu_options.php:48
573
- #: inc-options/write_cp_options.php:98 inc-options/write_page_options.php:94
574
- #: inc-options/write_post_options.php:92
575
- msgid "Help"
576
- msgstr ""
577
-
578
- #: inc-options/widget_options.php:47 inc-options/wp_nav_menu_options.php:49
579
- #: inc-options/write_cp_options.php:99 inc-options/write_page_options.php:95
580
- #: inc-options/write_post_options.php:93
581
- msgid "Screen Options"
582
- msgstr "स्क्रीन विकल्प"
583
-
584
- #: inc-options/widget_options.php:48
585
- msgid "Available Widgets"
586
- msgstr ""
587
-
588
- #: inc-options/widget_options.php:49
589
- msgid "Inactive Sidebar (not used)"
590
- msgstr ""
591
-
592
- #: inc-options/widget_options.php:50
593
- msgid "Inactive Widgets"
594
- msgstr ""
595
-
596
- #: inc-options/widget_options.php:108
597
- #, fuzzy
598
- msgid "Your own Widget options"
599
- msgstr "अपने खुद के विकल्प पृष्ठ"
600
-
601
- #: inc-options/wp_nav_menu_options.php:15
602
- #, fuzzy
603
- msgid "WP Nav Menu options"
604
- msgstr "मेनू विकल्प"
605
-
606
- #: inc-options/wp_nav_menu_options.php:50 inc-options/wp_nav_menu_options.php:56
607
- msgid "Theme Locations"
608
- msgstr ""
609
-
610
- #: inc-options/wp_nav_menu_options.php:51
611
- #, fuzzy
612
- msgid "Custom Links"
613
- msgstr "कस्टम फील्ड्स"
614
-
615
- #: inc-options/wp_nav_menu_options.php:52
616
- msgid "Add menu"
617
- msgstr ""
618
-
619
- #: inc-options/wp_nav_menu_options.php:121
620
- #, fuzzy
621
- msgid "Your own Nav Menu options"
622
- msgstr "अपने खुद के विकल्प पृष्ठ"
623
-
624
- #: inc-options/write_cp_options.php:22 inc-options/write_cp_options.php:30
625
- #, fuzzy
626
- msgid "Write options"
627
- msgstr "विकल्प लिखें - पोस्ट"
628
-
629
- #: inc-options/write_cp_options.php:100 inc-options/write_page_options.php:97
630
- #: inc-options/write_post_options.php:95
631
- msgid "Permalink"
632
- msgstr "Permalink"
633
-
634
- #: inc-options/write_cp_options.php:101 inc-options/write_cp_options.php:139
635
- #: inc-options/write_post_options.php:96 inc-options/write_post_options.php:131
636
- msgid "Tags"
637
- msgstr "टैग"
638
-
639
- #: inc-options/write_cp_options.php:102
640
- msgid "Format"
641
- msgstr ""
642
-
643
- #: inc-options/write_cp_options.php:105 inc-options/write_post_options.php:100
644
- msgid "Password Protect This Post"
645
- msgstr "इस पोस्ट के पासवर्ड को सुरक्षित रखें "
646
-
647
- #: inc-options/write_cp_options.php:106 inc-options/write_post_options.php:101
648
- msgid "Related, Shortcuts"
649
- msgstr "संबंधित, शॉर्टकट"
650
-
651
- #: inc-options/write_cp_options.php:107 inc-options/write_page_options.php:108
652
- #: inc-options/write_post_options.php:102
653
- #, fuzzy
654
- msgid "Messages"
655
- msgstr "Messenges"
656
-
657
- #: inc-options/write_cp_options.php:108 inc-options/write_page_options.php:109
658
- #: inc-options/write_post_options.php:103
659
- msgid "h2: Advanced Options"
660
- msgstr "h2:उन्नत विकल्प"
661
-
662
- #: inc-options/write_cp_options.php:109 inc-options/write_page_options.php:110
663
- #: inc-options/write_post_options.php:104
664
- msgid "Media Buttons (all)"
665
- msgstr "मीडिया बटन (सभी)"
666
-
667
- #: inc-options/write_cp_options.php:110 inc-options/write_page_options.php:111
668
- #: inc-options/write_post_options.php:105
669
- msgid "Word count"
670
- msgstr "शब्द गणना"
671
-
672
- #: inc-options/write_cp_options.php:111 inc-options/write_post_options.php:106
673
- #, fuzzy
674
- msgid "Post Slug"
675
- msgstr "पोस्ट स्लग, बॉक्स स्लग"
676
-
677
- #: inc-options/write_cp_options.php:113 inc-options/write_page_options.php:114
678
- #: inc-options/write_post_options.php:108
679
- msgid "Discussion"
680
- msgstr ""
681
-
682
- #: inc-options/write_cp_options.php:114 inc-options/write_page_options.php:115
683
- #: inc-options/write_post_options.php:109
684
- msgid "HTML Editor Button"
685
- msgstr ""
686
-
687
- #: inc-options/write_cp_options.php:124 inc-options/write_post_options.php:118
688
- msgid "Post Thumbnail"
689
- msgstr ""
690
-
691
- #: inc-options/write_cp_options.php:130 inc-options/write_page_options.php:128
692
- #: inc-options/write_post_options.php:122
693
- msgid "Quick Edit Link"
694
- msgstr ""
695
-
696
- #: inc-options/write_cp_options.php:131 inc-options/write_cp_options.php:135
697
- #: inc-options/write_cp_options.php:138 inc-options/write_cp_options.php:141
698
- #: inc-options/write_page_options.php:129 inc-options/write_page_options.php:134
699
- #: inc-options/write_page_options.php:137 inc-options/write_post_options.php:123
700
- #: inc-options/write_post_options.php:127 inc-options/write_post_options.php:130
701
- #: inc-options/write_post_options.php:133
702
- msgid "QE"
703
- msgstr ""
704
-
705
- #: inc-options/write_cp_options.php:131 inc-options/write_page_options.php:129
706
- #: inc-options/write_post_options.php:123
707
- msgid "Inline Edit Left"
708
- msgstr ""
709
-
710
- #: inc-options/write_cp_options.php:132 inc-options/write_page_options.php:130
711
- #: inc-options/write_post_options.php:124
712
- msgid "All Labels"
713
- msgstr ""
714
-
715
- #: inc-options/write_cp_options.php:133 inc-options/write_page_options.php:132
716
- #: inc-options/write_post_options.php:125
717
- msgid "Author"
718
- msgstr "लेखक"
719
-
720
- #: inc-options/write_cp_options.php:134 inc-options/write_page_options.php:133
721
- #: inc-options/write_post_options.php:126
722
- #, fuzzy
723
- msgid "Password and Private"
724
- msgstr "पासवर्ड इस पृष्ठ को सुरक्षित रखें"
725
-
726
- #: inc-options/write_cp_options.php:135 inc-options/write_post_options.php:127
727
- msgid "Inline Edit Center"
728
- msgstr ""
729
-
730
- #: inc-options/write_cp_options.php:136 inc-options/write_post_options.php:128
731
- #, fuzzy
732
- msgid "Categories Title"
733
- msgstr "श्रेणियाँ"
734
-
735
- #: inc-options/write_cp_options.php:137 inc-options/write_post_options.php:129
736
- #, fuzzy
737
- msgid "Categories List"
738
- msgstr "श्रेणियाँ"
739
-
740
- #: inc-options/write_cp_options.php:138 inc-options/write_page_options.php:134
741
- #: inc-options/write_post_options.php:130
742
- msgid "Inline Edit Right"
743
- msgstr ""
744
-
745
- #: inc-options/write_cp_options.php:140 inc-options/write_post_options.php:132
746
- msgid "Status, Sticky"
747
- msgstr ""
748
-
749
- #: inc-options/write_cp_options.php:141 inc-options/write_page_options.php:137
750
- #: inc-options/write_post_options.php:133
751
- msgid "Cancel/Save Button"
752
- msgstr ""
753
-
754
- #: inc-options/write_cp_options.php:205
755
- #, fuzzy, php-format
756
- msgid "Your own %s options"
757
- msgstr "अपने खुद के विकल्प"
758
-
759
- #: inc-options/write_page_options.php:15 inc-options/write_page_options.php:22
760
- msgid "Write options - Page"
761
- msgstr "विकल्प लिखें - पेज"
762
-
763
- #: inc-options/write_page_options.php:96 inc-options/write_post_options.php:94
764
- msgid "Title"
765
- msgstr ""
766
-
767
- #: inc-options/write_page_options.php:98
768
- msgid "Custom Fields"
769
- msgstr "कस्टम फील्ड्स"
770
-
771
- #: inc-options/write_page_options.php:99
772
- msgid "Comments &amp; Pings"
773
- msgstr "टिप्पणियाँ &amp;पिंग्स"
774
-
775
- #: inc-options/write_page_options.php:100 inc-options/write_page_options.php:131
776
- #: inc-options/write_post_options.php:99
777
- msgid "Date"
778
- msgstr ""
779
-
780
- #: inc-options/write_page_options.php:101
781
- msgid "Password Protect This Page"
782
- msgstr "पासवर्ड इस पृष्ठ को सुरक्षित रखें"
783
-
784
- #: inc-options/write_page_options.php:102
785
- msgid "Attributes"
786
- msgstr ""
787
-
788
- #: inc-options/write_page_options.php:103
789
- msgid "Page Template"
790
- msgstr "पृष्ठ टेम्पलेट"
791
-
792
- #: inc-options/write_page_options.php:104
793
- msgid "Page Order"
794
- msgstr "पृष्ठ आदेश"
795
-
796
- #: inc-options/write_page_options.php:105
797
- msgid "Page Author"
798
- msgstr "पृष्ठ लेखक"
799
-
800
- #: inc-options/write_page_options.php:106
801
- msgid "Page Revisions"
802
- msgstr "पृष्ठ संशोधन"
803
-
804
- #: inc-options/write_page_options.php:107
805
- msgid "Related"
806
- msgstr "संबंधित"
807
-
808
- #: inc-options/write_page_options.php:112
809
- #, fuzzy
810
- msgid "Page Slug"
811
- msgstr "पृष्ठ स्लग, बॉक्स स्लग"
812
-
813
- #: inc-options/write_page_options.php:124
814
- #, fuzzy
815
- msgid "Page Image"
816
- msgstr "पृष्ठ टेम्पलेट"
817
-
818
- #: inc-options/write_page_options.php:135
819
- #, fuzzy
820
- msgid "Parent, Order, Template"
821
- msgstr "पृष्ठ टेम्पलेट"
822
-
823
- #: inc-options/write_page_options.php:136
824
- msgid "Status"
825
- msgstr ""
826
-
827
- #: inc-options/write_page_options.php:185
828
- msgid "Your own page options"
829
- msgstr "अपने खुद के विकल्प पृष्ठ"
830
-
831
- #: inc-options/write_post_options.php:16 inc-options/write_post_options.php:23
832
- msgid "Write options - Post"
833
- msgstr "विकल्प लिखें - पोस्ट"
834
-
835
- #: inc-options/write_post_options.php:181
836
- msgid "Your own post options"
837
- msgstr "अपने खुद के पद विकल्प"
838
-
839
- #: inc-setup/messages.php:39
840
- msgid "Unknown error."
841
- msgstr "अज्ञात त्रुटि."
842
-
843
- #: inc-setup/messages.php:50
844
- #, fuzzy
845
- msgid "The updates were saved."
846
- msgstr "अपडेट सहेजा गया था."
847
-
848
- #: inc-setup/messages.php:53
849
- #, fuzzy
850
- msgid "You have not enough rights to edit entries in the database."
851
- msgstr "आप डेटाबेस में प्रविष्टियों को संपादित करने के लिए पर्याप्त नहीं है"
852
-
853
- #: inc-setup/messages.php:56
854
- #, fuzzy
855
- msgid "All entries in the database were imported."
856
- msgstr "डेटाबेस में सभी प्रविष्टियों को नष्ट किया गया."
857
-
858
- #: inc-setup/messages.php:59
859
- #, fuzzy
860
- msgid "All entries in the database were deleted."
861
- msgstr "डेटाबेस में सभी प्रविष्टियों को नष्ट किया गया."
862
-
863
- #: inc-setup/messages.php:62
864
- msgid "Set the checkbox on deinstall-button."
865
- msgstr "Deinstall बटन पर चेकबॉक्स निर्धारित करें."
866
-
867
- #: inc-setup/messages.php:65
868
- msgid "Can't load menu and submenu."
869
- msgstr "मेनू और सबमेनू लोड नहीं कर सकते."
870
-
871
- #: inc-setup/messages.php:67
872
- msgid "Backend-Theme was activated!"
873
- msgstr "बैकेंड थीम सक्रिय किया था!"
874
-
875
- #: inc-setup/messages.php:69
876
- msgid "Load user data to themes was successful."
877
- msgstr ""
878
-
879
- #: inc-setup/remove-admin-bar.php:274
880
- msgid "Network Admin"
881
- msgstr ""
882
-
883
- #: inc-setup/remove-admin-bar.php:278
884
- msgid "Site Admin"
885
- msgstr ""
886
-
887
- #~ msgid "Blue"
888
- #~ msgstr "नीला"
889
-
890
- #~ msgid "Gray"
891
- #~ msgstr "ग्रे "
892
-
893
- #~ msgid "Classic"
894
- #~ msgstr "क्लासिक"
895
-
896
- #~ msgid "Fresh"
897
- #~ msgstr "ताज़ा"
898
-
899
- #~ msgid "WordPress 2.3"
900
- #~ msgstr "WordPress 2.3"
901
-
902
- #~ msgid "Maybe i'm colorblind"
903
- #~ msgstr "शायद मैं वर्णअंध हूँ"
904
-
905
- #~ msgid "Grey"
906
- #~ msgstr "ग्रे"
907
-
908
- #~ msgid "Visit plugin homepage"
909
- #~ msgstr " होमपेज प्लगइन पर जाएँ"
910
-
911
- #~ msgid "plugin"
912
- #~ msgstr "प्लगइन"
913
-
914
- #~ msgid "Version"
915
- #~ msgstr "संस्करण"
916
-
917
- #~ msgid "History"
918
- #~ msgstr "इतिहास"
919
-
920
- #~ msgid "plugin activate"
921
- #~ msgstr "सक्रिय प्लगइन"
922
-
923
- #~ msgid "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Documentation</a>"
924
- #~ msgstr "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Documentación</a>"
925
-
926
- #~ msgid "WriteScroll"
927
- #~ msgstr "WriteScroll"
928
-
929
- #~ msgid ""
930
- #~ "With the WriteScroll option active, these pages will automatically scroll to an optimal "
931
- #~ "position for editing, when you visit Write Post or Write Page."
932
- #~ msgstr ""
933
- #~ "WriteScroll विकल्प के साथ सक्रिय, इन पृष्ठों स्वतः संपादन के लिए एक इष्टतम स्थिति पर स्क्रॉल करेगा, "
934
- #~ "जब तुम यात्रा पोस्ट लिखें या पृष्ठ लिखो."
935
-
936
- #~ msgid "Favorite Actions"
937
- #~ msgstr "पसंदीदा कार्य"
938
-
939
- #~ msgid "Screen-Meta"
940
- #~ msgstr "स्क्रीन मेटा"
941
-
942
- #~ msgid "Contextual Help"
943
- #~ msgstr "संदर्भ मदद"
944
-
945
- #~ msgid "Admin Color Scheme"
946
- #~ msgstr "व्यवस्थापक रंग योजना"
947
-
948
- #~ msgid "Excerpt"
949
- #~ msgstr "अंश"
950
-
951
- #~ msgid "Trackbacks"
952
- #~ msgstr "Trackbacks"
953
-
954
- #~ msgid "Post Author"
955
- #~ msgstr "पोस्ट लेखक"
956
-
957
- #~ msgid "Post Revisions"
958
- #~ msgstr "पोस्ट संशोधन"
959
-
960
- #~ msgid "Suggested tags from"
961
- #~ msgstr " टैग से सुझाया"
962
-
963
- #~ msgid "Text Control"
964
- #~ msgstr "पाठ नियंत्रण"
965
-
966
- #~ msgid "HTML Special Characters"
967
- #~ msgstr "HTML विशेष वर्ण"
968
-
969
- #~ msgid "Page Parent"
970
- #~ msgstr " मूल पृष्ठ"
971
-
972
- #~ msgid "About the plugin"
973
- #~ msgstr " प्लगइन के बारे में"
974
-
975
- #~ msgid "PayPal - The safer, easier way to pay online!"
976
- #~ msgstr "पेपैल - सुरक्षित, आसान करने के लिए ऑनलाइन भुगतान करते हैं!"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/adminimize-it_IT.mo DELETED
Binary file
languages/adminimize-it_IT.po DELETED
@@ -1,1065 +0,0 @@
1
- # Translation of Stable (latest release) in Italian
2
- # This file is distributed under the same license as the Stable (latest release) package.
3
- msgid ""
4
- msgstr ""
5
- "Project-Id-Version: Adminimize\n"
6
- "Report-Msgid-Bugs-To: \n"
7
- "POT-Creation-Date: 2015-12-17 15:51+0100\n"
8
- "PO-Revision-Date: 2015-12-17 15:51+0100\n"
9
- "Last-Translator: Frank Bültge <frank@bueltge.de>\n"
10
- "Language-Team: Frank Bueltge <frank@bueltge.de>\n"
11
- "Language: it_IT\n"
12
- "MIME-Version: 1.0\n"
13
- "Content-Type: text/plain; charset=UTF-8\n"
14
- "Content-Transfer-Encoding: 8bit\n"
15
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
16
- "X-Generator: Poedit 1.8.4\n"
17
- "X-Poedit-SourceCharset: UTF-8\n"
18
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,"
19
- "_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;esc_attr_e\n"
20
- "X-Poedit-Basepath: ..\n"
21
- "X-Poedit-SearchPath-0: .\n"
22
-
23
- #: adminimize.php:162
24
- msgid "Keymaster"
25
- msgstr "Keymaster"
26
-
27
- #: adminimize.php:163
28
- msgid "Moderator"
29
- msgstr "Moderatore"
30
-
31
- #: adminimize.php:164
32
- msgid "Participant"
33
- msgstr "Partecipante"
34
-
35
- #: adminimize.php:165
36
- msgid "Spectator"
37
- msgstr "Spettatore"
38
-
39
- #: adminimize.php:166
40
- msgid "Blocked"
41
- msgstr "Bloccato"
42
-
43
- #: adminimize.php:533 adminimize.php:535 adminimize.php:541
44
- msgid "Dashboard"
45
- msgstr "Bacheca"
46
-
47
- #: adminimize.php:632 adminimize.php:637 adminimize.php:638 adminimize.php:679
48
- #: adminimize.php:686 adminimize.php:687 adminimize.php:1155
49
- #: inc-setup/remove-admin-bar.php:64 inc-setup/remove-admin-bar.php:91
50
- #: inc-setup/remove-admin-bar.php:284 inc-setup/remove-admin-bar.php:285
51
- msgid "Log Out"
52
- msgstr "Esci"
53
-
54
- #: adminimize.php:1207
55
- msgid "Settings"
56
- msgstr "Impostazioni"
57
-
58
- #: adminimize.php:1220
59
- msgid "Adminimize Options"
60
- msgstr "Opzioni di Adminimize"
61
-
62
- #: adminimize.php:1221 inc-options/minimenu.php:19
63
- msgid "Adminimize"
64
- msgstr "Adminimize"
65
-
66
- #: adminimize.php:1254
67
- msgid "Cheatin&#8217; uh?"
68
- msgstr "Stai cercando di barare?"
69
-
70
- #: adminimize.php:1303
71
- msgid "Cheatin&#8217; uh? You do not have the right permission to update settings"
72
- msgstr ""
73
-
74
- #: adminimize.php:1781
75
- msgid "Please upload a valid .json file"
76
- msgstr "Per favore carica un file .json valido"
77
-
78
- #: adminimize.php:1787
79
- msgid "Please upload a file to import"
80
- msgstr "Per favore carica un file da importare"
81
-
82
- #: inc-options/admin_bar.php:22 inc-options/admin_bar.php:23
83
- #: inc-options/admin_bar_frontend.php:22 inc-options/admin_bar_frontend.php:23
84
- #: inc-options/backend_options.php:15 inc-options/dashboard_options.php:16
85
- #: inc-options/deinstall_options.php:14 inc-options/global_options.php:15
86
- #: inc-options/im_export_options.php:14 inc-options/links_options.php:15
87
- #: inc-options/menu_options.php:15 inc-options/minimenu.php:24
88
- #: inc-options/minimenu.php:137 inc-options/theme_options.php:14
89
- #: inc-options/widget_options.php:15 inc-options/wp_nav_menu_options.php:14
90
- #: inc-options/write_cp_options.php:20 inc-options/write_page_options.php:14
91
- #: inc-options/write_post_options.php:15 inc-options/write_post_options.php:16
92
- msgid "Click to toggle"
93
- msgstr "Clicca per cambiare"
94
-
95
- #: inc-options/admin_bar.php:24
96
- msgid "Admin Bar Back end options"
97
- msgstr "Opzioni barra di amministrazione backend"
98
-
99
- #: inc-options/admin_bar.php:41 inc-options/admin_bar_frontend.php:41
100
- #: inc-options/dashboard_options.php:37 inc-options/dashboard_options.php:136
101
- #: inc-options/global_options.php:24 inc-options/global_options.php:127
102
- #: inc-options/links_options.php:24 inc-options/links_options.php:128
103
- #: inc-options/widget_options.php:24 inc-options/widget_options.php:140
104
- #: inc-options/wp_nav_menu_options.php:23 inc-options/wp_nav_menu_options.php:155
105
- #: inc-options/write_cp_options.php:248 inc-options/write_page_options.php:203
106
- #: inc-options/write_post_options.php:225
107
- msgid "Option"
108
- msgstr "Opzione"
109
-
110
- #: inc-options/admin_bar.php:44 inc-options/admin_bar_frontend.php:44
111
- #: inc-options/dashboard_options.php:40 inc-options/global_options.php:27
112
- #: inc-options/links_options.php:27 inc-options/menu_options.php:27
113
- #: inc-options/widget_options.php:27 inc-options/wp_nav_menu_options.php:26
114
- #: inc-options/write_cp_options.php:36 inc-options/write_page_options.php:25
115
- #: inc-options/write_post_options.php:28
116
- msgid "Deactivate for"
117
- msgstr "Disattiva per"
118
-
119
- #: inc-options/admin_bar.php:49 inc-options/admin_bar_frontend.php:49
120
- #: inc-options/dashboard_options.php:45 inc-options/global_options.php:32
121
- #: inc-options/links_options.php:32 inc-options/menu_options.php:33
122
- #: inc-options/widget_options.php:32 inc-options/wp_nav_menu_options.php:31
123
- #: inc-options/write_cp_options.php:41 inc-options/write_page_options.php:29
124
- #: inc-options/write_post_options.php:33
125
- msgid "Select all"
126
- msgstr ""
127
-
128
- #: inc-options/admin_bar.php:84 inc-options/admin_bar_frontend.php:85
129
- #, fuzzy
130
- msgid "No Title!"
131
- msgstr "Titolo"
132
-
133
- #: inc-options/admin_bar.php:116
134
- msgid "Update the options to get all items of the admin bar in the back end area."
135
- msgstr ""
136
-
137
- #: inc-options/admin_bar.php:126 inc-options/admin_bar_frontend.php:131
138
- #: inc-options/backend_options.php:200 inc-options/dashboard_options.php:175
139
- #: inc-options/global_options.php:167 inc-options/links_options.php:166
140
- #: inc-options/menu_options.php:246 inc-options/widget_options.php:178
141
- #: inc-options/wp_nav_menu_options.php:193 inc-options/write_cp_options.php:296
142
- #: inc-options/write_page_options.php:228 inc-options/write_post_options.php:263
143
- msgid "Update Options"
144
- msgstr "Aggiorna opzioni"
145
-
146
- #: inc-options/admin_bar.php:133 inc-options/admin_bar_frontend.php:138
147
- #: inc-options/backend_options.php:202 inc-options/dashboard_options.php:183
148
- #: inc-options/deinstall_options.php:27 inc-options/global_options.php:174
149
- #: inc-options/im_export_options.php:78 inc-options/links_options.php:172
150
- #: inc-options/menu_options.php:252 inc-options/minimenu.php:194
151
- #: inc-options/theme_options.php:123 inc-options/widget_options.php:184
152
- #: inc-options/wp_nav_menu_options.php:199 inc-options/write_cp_options.php:302
153
- #: inc-options/write_page_options.php:230 inc-options/write_post_options.php:269
154
- msgid "scroll to top"
155
- msgstr "torna a inizio pagina"
156
-
157
- #: inc-options/admin_bar_frontend.php:24
158
- msgid "Admin Bar Front end options"
159
- msgstr "Opzioni barra di amministrazione frontend"
160
-
161
- #: inc-options/admin_bar_frontend.php:119
162
- msgid ""
163
- "Display the front end include load or refresh of the site to get all items of the "
164
- "admin bar in the front end area."
165
- msgstr ""
166
-
167
- #: inc-options/backend_options.php:16 inc-options/minimenu.php:49
168
- msgid "Backend Options"
169
- msgstr "Opzioni dell'interfaccia"
170
-
171
- #: inc-options/backend_options.php:27
172
- msgid "Use Global Settings"
173
- msgstr "Usa impostazioni globali"
174
-
175
- #: inc-options/backend_options.php:36
176
- msgid "The plugin is active in multiste."
177
- msgstr "Il plugin è attivo nel network."
178
-
179
- #: inc-options/backend_options.php:40
180
- msgid "False"
181
- msgstr "Falso"
182
-
183
- #: inc-options/backend_options.php:41
184
- msgid "True"
185
- msgstr "Vero"
186
-
187
- #: inc-options/backend_options.php:42
188
- msgid "Use the settings global in your Multisite network."
189
- msgstr "Usa le impostazioni globalmente sul tuo network di siti."
190
-
191
- #: inc-options/backend_options.php:47
192
- msgid "Exclude Super Admin"
193
- msgstr "Escludi Super amministratori"
194
-
195
- #: inc-options/backend_options.php:51 inc-options/backend_options.php:62
196
- #: inc-options/backend_options.php:75 inc-options/backend_options.php:85
197
- #: inc-options/backend_options.php:98 inc-options/backend_options.php:109
198
- #: inc-options/backend_options.php:122 inc-options/backend_options.php:132
199
- #: inc-options/backend_options.php:143 inc-options/backend_options.php:153
200
- #: inc-options/backend_options.php:182
201
- msgid "Default"
202
- msgstr "Predefinito"
203
-
204
- #: inc-options/backend_options.php:52 inc-options/backend_options.php:110
205
- #: inc-options/backend_options.php:123 inc-options/backend_options.php:133
206
- #: inc-options/backend_options.php:144 inc-options/backend_options.php:154
207
- msgid "Activate"
208
- msgstr "Attiva"
209
-
210
- #: inc-options/backend_options.php:53
211
- msgid ""
212
- "Exclude the Super Admin on a WP Multisite Install from all limitations of this plugin."
213
- msgstr ""
214
- "Esclude i Super amministratori su un'installazione multisito da tutte le limitazioni "
215
- "di questo plugin."
216
-
217
- #: inc-options/backend_options.php:58
218
- msgid "User-Info"
219
- msgstr "Info utente"
220
-
221
- #: inc-options/backend_options.php:63 inc-options/backend_options.php:86
222
- #: inc-options/backend_options.php:99
223
- msgid "Hide"
224
- msgstr "Nascondi"
225
-
226
- #: inc-options/backend_options.php:64
227
- msgid "Only logout"
228
- msgstr "Solo &quot;Esci&quot;"
229
-
230
- #: inc-options/backend_options.php:65
231
- msgid "User &amp; Logout"
232
- msgstr "Utente &amp; &quot;Esci&quot;"
233
-
234
- #: inc-options/backend_options.php:66
235
- msgid ""
236
- "The &quot;User-Info-area&quot; is on the top right side of the backend. You can hide "
237
- "or reduced show."
238
- msgstr ""
239
- "L'&quot;area Info utente&quot; è in alto a destra nell'interfaccia. La puoi nascondere "
240
- "o ridurre."
241
-
242
- #: inc-options/backend_options.php:71
243
- msgid "Change User-Info, redirect to"
244
- msgstr "Quando effettui il logout, vai a:"
245
-
246
- #: inc-options/backend_options.php:76
247
- msgid "Frontpage of the Blog"
248
- msgstr "Pagina iniziale del Blog"
249
-
250
- #: inc-options/backend_options.php:77
251
- msgid ""
252
- "When the &quot;User-Info-area&quot; change it, then it is possible to change the "
253
- "redirect."
254
- msgstr ""
255
- "Per cambiare questo parametro, l'impostazione di &quot;Info utente&quot; non deve "
256
- "essere &quot;Predefinito&quot;."
257
-
258
- #: inc-options/backend_options.php:81
259
- msgid "Footer"
260
- msgstr "Footer"
261
-
262
- #: inc-options/backend_options.php:87
263
- msgid "The Footer-area can hide, include all links and details."
264
- msgstr "Il footer può essere nascosto, inclusi tutti i link e i dettagli."
265
-
266
- #: inc-options/backend_options.php:94
267
- msgid "Header"
268
- msgstr "Instestazione"
269
-
270
- #: inc-options/backend_options.php:100
271
- msgid "The Header-area can hide, include all links and details."
272
- msgstr "L'intestazione può essere nascosta, inclusi tutti i link e i dettagli."
273
-
274
- #: inc-options/backend_options.php:105
275
- msgid "Timestamp"
276
- msgstr "Ora di pubblicazione"
277
-
278
- #: inc-options/backend_options.php:111
279
- msgid ""
280
- "Opens the post timestamp editing fields without you having to click the \"Edit\" link "
281
- "every time."
282
- msgstr ""
283
- "Apre automaticamente i campi per l'ora di pubblicazione, senza dover cliccare ogni "
284
- "volta su &quot;Modifica&quot;."
285
-
286
- #: inc-options/backend_options.php:118
287
- msgid "Thickbox FullScreen"
288
- msgstr "Thickbox a tutto schermo"
289
-
290
- #: inc-options/backend_options.php:124
291
- msgid ""
292
- "All Thickbox-function use the full area of the browser. Thickbox is for example in "
293
- "upload media-files."
294
- msgstr ""
295
- "Tutte le funzioni Thickbox utilizzano l'intera area del browser. Ad esempio Thickbox è "
296
- "utilizzata per il caricamento dei file multimediali."
297
-
298
- #: inc-options/backend_options.php:128
299
- msgid "Flashuploader"
300
- msgstr "Uploader Flash"
301
-
302
- #: inc-options/backend_options.php:134
303
- msgid "Disable the flashuploader and users use only the standard uploader."
304
- msgstr "Disabilita l'uploader Flash, utilizzando solo quello standard."
305
-
306
- #: inc-options/backend_options.php:139
307
- msgid "Category Height"
308
- msgstr "Altezza Categorie"
309
-
310
- #: inc-options/backend_options.php:145
311
- msgid "View the Meta Box with Categories in the full height, no scrollbar or whitespace."
312
- msgstr ""
313
- "Visualizza il riquadro delle Categorie ad altezza piena, senza barre di scorrimento o "
314
- "spazi vuoti."
315
-
316
- #: inc-options/backend_options.php:149
317
- msgid "Advice in Footer"
318
- msgstr "Informazioni nel footer"
319
-
320
- #: inc-options/backend_options.php:156
321
- msgid ""
322
- "In the Footer you can display an advice for changing the Default-design, (x)HTML is "
323
- "possible."
324
- msgstr ""
325
- "Nel footer puoi visualizzare delle informazioni per cambiare la visualizzazione "
326
- "predefinita, (x)HTML permesso."
327
-
328
- #: inc-options/backend_options.php:178
329
- msgid "Dashboard deactivate, redirect to"
330
- msgstr "Se la bacheca è disabilitata, vai a:"
331
-
332
- #: inc-options/backend_options.php:183
333
- msgid "Manage Posts"
334
- msgstr "Gestisci Articoli"
335
-
336
- #: inc-options/backend_options.php:184
337
- msgid "Manage Pages"
338
- msgstr "Gestisci Pagine"
339
-
340
- #: inc-options/backend_options.php:185
341
- msgid "Write Post"
342
- msgstr "Scrivi Articolo"
343
-
344
- #: inc-options/backend_options.php:186
345
- msgid "Write Page"
346
- msgstr "Scrivi Pagina"
347
-
348
- #: inc-options/backend_options.php:187
349
- msgid "Comments"
350
- msgstr "Commenti"
351
-
352
- #: inc-options/backend_options.php:188
353
- msgid "other Page"
354
- msgstr "altra Pagina"
355
-
356
- #: inc-options/backend_options.php:191
357
- msgid ""
358
- "You have deactivated the Dashboard, please select a page for redirection or define "
359
- "custom url, include http://?"
360
- msgstr ""
361
- "Hai disattivato la bacheca, seleziona una pagina per il reindirizzamento oppure "
362
- "definisci un url personalizzato completo di http://?"
363
-
364
- #: inc-options/dashboard_options.php:17 inc-options/minimenu.php:59
365
- msgid "Dashboard options"
366
- msgstr "Opzioni bacheca"
367
-
368
- #: inc-options/dashboard_options.php:27
369
- msgid ""
370
- "To complete the installation for Dashboard Widgets you must visit your dashboard once "
371
- "and then come back to Settings > Adminimize to configure who has access to each widget."
372
- msgstr ""
373
- "Per completare l'installazione dei widget della bacheca devi visitare la bacheca "
374
- "almeno una volta e tornare a Impostazioni > Adminimize per configurare chi ha accesso "
375
- "a ciascn widget."
376
-
377
- #: inc-options/dashboard_options.php:132 inc-options/global_options.php:123
378
- msgid "Your own options"
379
- msgstr "Opzioni personalizzate"
380
-
381
- #: inc-options/dashboard_options.php:134 inc-options/global_options.php:125
382
- #: inc-options/links_options.php:126 inc-options/widget_options.php:138
383
- #: inc-options/wp_nav_menu_options.php:153 inc-options/write_cp_options.php:245
384
- #: inc-options/write_page_options.php:202 inc-options/write_post_options.php:223
385
- msgid "ID or class"
386
- msgstr "ID o classe"
387
-
388
- #: inc-options/dashboard_options.php:143 inc-options/global_options.php:134
389
- #: inc-options/links_options.php:135 inc-options/widget_options.php:147
390
- #: inc-options/wp_nav_menu_options.php:162 inc-options/write_cp_options.php:256
391
- #: inc-options/write_page_options.php:209 inc-options/write_post_options.php:232
392
- msgid ""
393
- "It is possible to add your own IDs or classes from elements and tags. You can find IDs "
394
- "and classes with the FireBug Add-on for Firefox. Assign a value and the associate name "
395
- "per line."
396
- msgstr ""
397
- "È possibile aggiungere i tuoi ID o classi di elementi e tag. Puoi scoprire gli ID e le "
398
- "classi attraverso FireBug, l'add-on per Firefox. Imposta un valore e il valore "
399
- "associatosu ciascuna riga."
400
-
401
- #: inc-options/dashboard_options.php:154 inc-options/global_options.php:146
402
- #: inc-options/links_options.php:146 inc-options/widget_options.php:158
403
- #: inc-options/wp_nav_menu_options.php:173 inc-options/write_cp_options.php:271
404
- #: inc-options/write_page_options.php:215 inc-options/write_post_options.php:243
405
- msgid ""
406
- "Possible nomination for ID or class. Separate multiple nominations through a carriage "
407
- "return."
408
- msgstr ""
409
- "Possibile elencazione di ID o classi. Separa i singoli elementi con dei ritorni a capo."
410
-
411
- #: inc-options/dashboard_options.php:164 inc-options/global_options.php:157
412
- #: inc-options/links_options.php:156 inc-options/widget_options.php:168
413
- #: inc-options/wp_nav_menu_options.php:183 inc-options/write_cp_options.php:284
414
- #: inc-options/write_page_options.php:220 inc-options/write_post_options.php:253
415
- msgid "Possible IDs or classes. Separate multiple values through a carriage return."
416
- msgstr "ID o classi possibili. Separa valori multipli tramite ritorni a capo."
417
-
418
- #: inc-options/deinstall_options.php:15 inc-options/minimenu.php:127
419
- #, fuzzy
420
- msgid "Uninstall Options"
421
- msgstr "Opzioni di disinstallazione"
422
-
423
- #: inc-options/deinstall_options.php:18
424
- msgid ""
425
- "Use this option for clean your database from all entries of this plugin. When you "
426
- "deactivate the plugin, the deinstall of the plugin <strong>clean not</strong> all "
427
- "entries in the database."
428
- msgstr ""
429
- "Utilizza questa opzione per pulire il tuo database da tutti i dati di questo plugin. "
430
- "Quando disattivi il plugin, la disinstallazione del plugin <strong>non elimina</"
431
- "strong> tutti i dati dal database."
432
-
433
- #: inc-options/deinstall_options.php:22
434
- msgid "Delete Options"
435
- msgstr "Opzioni di eliminazione"
436
-
437
- #: inc-options/global_options.php:16 inc-options/minimenu.php:54
438
- msgid "Global options"
439
- msgstr "Opzioni globali"
440
-
441
- #: inc-options/global_options.php:64
442
- msgid "Admin Bar"
443
- msgstr "Barra di amministrazione"
444
-
445
- #: inc-options/global_options.php:65
446
- msgid "Favorite Actions"
447
- msgstr "Azioni Preferite"
448
-
449
- #: inc-options/global_options.php:66
450
- msgid "Screen-Meta"
451
- msgstr "Pulsanti aggiuntivi in alto"
452
-
453
- #: inc-options/global_options.php:67 inc-options/widget_options.php:63
454
- #: inc-options/wp_nav_menu_options.php:66 inc-options/write_cp_options.php:123
455
- #: inc-options/write_page_options.php:107 inc-options/write_post_options.php:119
456
- msgid "Screen Options"
457
- msgstr "Impostazioni schermo"
458
-
459
- #: inc-options/global_options.php:68
460
- msgid "Contextual Help"
461
- msgstr "Aiuto in linea"
462
-
463
- #: inc-options/global_options.php:69
464
- msgid "Admin Color Scheme"
465
- msgstr "Combinazione colori del tuo profilo"
466
-
467
- #: inc-options/global_options.php:70
468
- #, fuzzy
469
- msgid "Admin Notices"
470
- msgstr "Adminimize"
471
-
472
- #: inc-options/im_export_options.php:15 inc-options/minimenu.php:122
473
- msgid "Export/Import Options"
474
- msgstr "Opzioni di Esportazione/Importazione"
475
-
476
- #: inc-options/im_export_options.php:20
477
- msgid "Export"
478
- msgstr "Esporta"
479
-
480
- #: inc-options/im_export_options.php:24
481
- msgid "You can save a JSON formatted \".json\" file with your settings."
482
- msgstr "Puoi salvare un file \".json\" in formato JSON con le tue impostazioni."
483
-
484
- #: inc-options/im_export_options.php:31
485
- msgid "Export &raquo;"
486
- msgstr "Esporta &raquo;"
487
-
488
- #: inc-options/im_export_options.php:40
489
- msgid "Import"
490
- msgstr "Importa"
491
-
492
- #: inc-options/im_export_options.php:47
493
- msgid ""
494
- "Choose a Adminimize (<em>.json</em>) file to upload, then click <em>Upload file and "
495
- "import</em>."
496
- msgstr ""
497
- "Scegli un file di Adminimize (<em>.json</em>) da caricare, poi clicca su <em>Carica un "
498
- "file ed importa</em>."
499
-
500
- #: inc-options/im_export_options.php:50
501
- msgid ""
502
- "After import please reload the page to display also all global values from WordPress."
503
- msgstr ""
504
-
505
- #: inc-options/im_export_options.php:56
506
- #, fuzzy
507
- msgid "Choose a \".json\" file from your computer:"
508
- msgstr "Scegli un file dal tuo computer"
509
-
510
- #: inc-options/im_export_options.php:66
511
- msgid "Upload file and import &raquo;"
512
- msgstr "Carica un file ed importalo &raquo;"
513
-
514
- #: inc-options/links_options.php:16 inc-options/minimenu.php:100
515
- msgid "Links options"
516
- msgstr "Opzioni per i collegamenti"
517
-
518
- #: inc-options/links_options.php:65
519
- msgid "Name"
520
- msgstr "Nome"
521
-
522
- #: inc-options/links_options.php:66
523
- msgid "Web Address"
524
- msgstr "Indirizzo"
525
-
526
- #: inc-options/links_options.php:67
527
- msgid "Description"
528
- msgstr "Descrizione"
529
-
530
- #: inc-options/links_options.php:68 inc-options/write_cp_options.php:127
531
- #: inc-options/write_post_options.php:123
532
- msgid "Categories"
533
- msgstr "Categorie"
534
-
535
- #: inc-options/links_options.php:69
536
- msgid "Target"
537
- msgstr "Destinazione"
538
-
539
- #: inc-options/links_options.php:70
540
- msgid "Link Relationship (XFN)"
541
- msgstr "Relazioni tra link (XFN)"
542
-
543
- #: inc-options/links_options.php:71
544
- msgid "Advanced"
545
- msgstr "Avanzate"
546
-
547
- #: inc-options/links_options.php:72 inc-options/write_cp_options.php:136
548
- #: inc-options/write_page_options.php:125 inc-options/write_post_options.php:133
549
- msgid "Publish Actions"
550
- msgstr "Pubblica"
551
-
552
- #: inc-options/links_options.php:124
553
- msgid "Your own Link options"
554
- msgstr "Opzioni personalizzate per i link"
555
-
556
- #: inc-options/menu_options.php:16 inc-options/minimenu.php:64
557
- msgid "Menu Options"
558
- msgstr "Opzioni menu"
559
-
560
- #: inc-options/menu_options.php:24
561
- msgid "Menu options - Menu, <span>Submenu</span>"
562
- msgstr "Opzioni menu - Menu, <span>Sottomenu</span>"
563
-
564
- #: inc-options/menu_options.php:102 inc-options/menu_options.php:183
565
- msgid "After activate the check box it heavy attitudes will change."
566
- msgstr "Abilitando questa crocetta si potranno avere grossi problemi."
567
-
568
- #: inc-options/menu_options.php:155
569
- msgid "Profile"
570
- msgstr "Profilo"
571
-
572
- #: inc-options/minimenu.php:15
573
- msgid "Network"
574
- msgstr "Network"
575
-
576
- #: inc-options/minimenu.php:25
577
- msgid "MiniMenu"
578
- msgstr "MiniMenu"
579
-
580
- #: inc-options/minimenu.php:31 inc-options/minimenu.php:138
581
- msgid "About the plugin"
582
- msgstr "Informazioni sul plugin"
583
-
584
- #: inc-options/minimenu.php:37
585
- msgid "Admin Bar Back end Options"
586
- msgstr "Opzioni barra di amministrazione backend"
587
-
588
- #: inc-options/minimenu.php:43
589
- msgid "Admin Bar Front end Options"
590
- msgstr "Opzioni barra di amministrazione frontend"
591
-
592
- #: inc-options/minimenu.php:69 inc-options/write_post_options.php:17
593
- #: inc-options/write_post_options.php:25
594
- msgid "Write options - Post"
595
- msgstr "Opzioni di scrittura - Articoli"
596
-
597
- #: inc-options/minimenu.php:74 inc-options/write_page_options.php:15
598
- #: inc-options/write_page_options.php:22
599
- msgid "Write options - Page"
600
- msgstr "Opzioni di scrittura - Pagine"
601
-
602
- #: inc-options/minimenu.php:86 inc-options/write_cp_options.php:22
603
- #: inc-options/write_cp_options.php:32
604
- msgid "Write options"
605
- msgstr "Opzioni di scrittura"
606
-
607
- #: inc-options/minimenu.php:107
608
- msgid "Widgets"
609
- msgstr "Widget"
610
-
611
- #: inc-options/minimenu.php:112
612
- msgid "WP Nav Menu"
613
- msgstr "Menu navigazione WP"
614
-
615
- #: inc-options/minimenu.php:117 inc-options/theme_options.php:15
616
- #: inc-options/theme_options.php:115
617
- msgid "Set Theme"
618
- msgstr "Imposta tema"
619
-
620
- #: inc-options/minimenu.php:143
621
- msgid "Version"
622
- msgstr "Versione"
623
-
624
- #: inc-options/minimenu.php:150
625
- msgid ""
626
- "Further information: Visit the <a href=\"http://wordpress.org/extend/plugins/"
627
- "adminimize/\">plugin homepage</a> for further information or to grab the latest "
628
- "version of this plugin. Also see the <a href=\"http://wordpress.org/support/plugin/"
629
- "adminimize\">support forum</a> for questions."
630
- msgstr ""
631
- "Per approfondire: Visita la <a href=\"http://wordpress.org/extend/plugins/adminimize/"
632
- "\">homepage del plugin</a> per maggiori informazioni o per scaricare la versione più "
633
- "recente del plugin. Vedi anche <a href=\"http://wordpress.org/support/plugin/adminimize"
634
- "\">il forum di supporto</a> per eventuali domande."
635
-
636
- #: inc-options/minimenu.php:153
637
- msgid "Report a issue on the development repository:"
638
- msgstr "Segnala problemi sul repository di sviluppo:"
639
-
640
- #: inc-options/minimenu.php:156
641
- msgid ""
642
- "The plugin have a github repository to easy add a issue or a create a fork, pull "
643
- "request:"
644
- msgstr ""
645
- "Il plugin ha un repository github per la segnalazione di problemi e le richieste di "
646
- "modifiche:"
647
-
648
- #: inc-options/minimenu.php:161
649
- msgid ""
650
- "You want to thank me? Visit my <a href=\"http://bueltge.de/wunschliste/\">wishlist</a> "
651
- "or donate."
652
- msgstr ""
653
- "Mi vuoi ringraziare? Visita la mia <a href=\"http://bueltge.de/wunschliste/\">lista "
654
- "dei desideri</a> o fai una donazione."
655
-
656
- #: inc-options/minimenu.php:169
657
- msgid "PayPal - The safer, easier way to pay online!"
658
- msgstr "PayPal - Il metodo più sicuro e semplice per pagare online!"
659
-
660
- #: inc-options/minimenu.php:179 inc-options/settings_notice.php:17
661
- msgid ""
662
- "Please note: The Adminimize settings page ignores the Menu Options below and displays "
663
- "the menu with all entries.<br /><span style=\"font-weight: 300;\">To view your changes "
664
- "to the menu you need to navigate away from the Adminimize settings page.</span>"
665
- msgstr ""
666
- "Nota bene: La pagina di impostazioni di Adminimize ignora le Opzioni menu sotto "
667
- "riportate e visualizza il menu con tutti gli elementi.<br /><span style=\"font-weight: "
668
- "300;\">Per visualizzare le modifiche al menu è necessario navigare in una pagina "
669
- "differente.</span>"
670
-
671
- #: inc-options/minimenu.php:185
672
- msgid ""
673
- "You have to activated the Plugin for your Multisite Network. Your settings works now "
674
- "on all blogs in the network. Please set the settings only in one blog, there you have "
675
- "all active menu items and plugins. If you update the settings then write the plugin "
676
- "new settings in dependence of the blog where you put, save the settings."
677
- msgstr ""
678
- "Hai attivato il plugin per il tuo network di siti. Le tue impostazioni agiscono su "
679
- "tutti i siti del network. Imposta le configurazioni solo su un sito, su cui hai attivi "
680
- "tutti i menu e i plugin. Se aggiorni le impostazioni e poi scrivi nuove impostazioni "
681
- "dipendenti dal sito su cui le hai inserite, salva le impostazioni."
682
-
683
- #: inc-options/theme_options.php:26
684
- msgid ""
685
- "For better peformance with many users on your blog; load only userlist, when you will "
686
- "change the theme options for users."
687
- msgstr ""
688
- "Per velocizzare la configurazione in blog con molti utenti, carica la lista utenti, e "
689
- "poi potrai modificare le impostazioni dei temi per ognuno."
690
-
691
- #: inc-options/theme_options.php:33
692
- msgid "Load User Data"
693
- msgstr "Carica dati utenti"
694
-
695
- #: inc-options/theme_options.php:47
696
- msgid "User-ID"
697
- msgstr "ID utente"
698
-
699
- #: inc-options/theme_options.php:48
700
- msgid "Username"
701
- msgstr "Nome utente"
702
-
703
- #: inc-options/theme_options.php:49
704
- msgid "Display name publicly as"
705
- msgstr "Mostra come"
706
-
707
- #: inc-options/theme_options.php:50
708
- msgid "Admin-Color Scheme"
709
- msgstr "Schema colore"
710
-
711
- #: inc-options/theme_options.php:51
712
- msgid "User Level"
713
- msgstr "Livello Utente"
714
-
715
- #: inc-options/theme_options.php:52
716
- msgid "Role"
717
- msgstr "Ruolo"
718
-
719
- #: inc-options/widget_options.php:16
720
- msgid "Widget options"
721
- msgstr "Opzioni Widget"
722
-
723
- #: inc-options/widget_options.php:62 inc-options/wp_nav_menu_options.php:65
724
- #: inc-options/write_cp_options.php:122 inc-options/write_page_options.php:106
725
- #: inc-options/write_post_options.php:118
726
- msgid "Help"
727
- msgstr "Aiuto"
728
-
729
- #: inc-options/widget_options.php:64
730
- msgid "Available Widgets"
731
- msgstr "Widget disponibili"
732
-
733
- #: inc-options/widget_options.php:65
734
- msgid "Inactive Sidebar (not used)"
735
- msgstr "Sidebar inattiva (non utilizzata)"
736
-
737
- #: inc-options/widget_options.php:66
738
- msgid "Inactive Widgets"
739
- msgstr "Widget inattivi"
740
-
741
- #: inc-options/widget_options.php:136
742
- msgid "Your own Widget options"
743
- msgstr "Opzioni personalizzate per i widget"
744
-
745
- #: inc-options/wp_nav_menu_options.php:15
746
- msgid "WP Nav Menu options"
747
- msgstr "Opzioni menu navigazione WP"
748
-
749
- #: inc-options/wp_nav_menu_options.php:67 inc-options/wp_nav_menu_options.php:73
750
- msgid "Theme Locations"
751
- msgstr "Posizioni tema"
752
-
753
- #: inc-options/wp_nav_menu_options.php:68
754
- msgid "Custom Links"
755
- msgstr "Link personalizzati"
756
-
757
- #: inc-options/wp_nav_menu_options.php:69
758
- msgid "Add menu"
759
- msgstr "Aggiungi menu"
760
-
761
- #: inc-options/wp_nav_menu_options.php:151
762
- msgid "Your own Nav Menu options"
763
- msgstr "Opzioni personalizzate per il menu navigazione WP"
764
-
765
- #: inc-options/write_cp_options.php:124 inc-options/write_page_options.php:109
766
- #: inc-options/write_post_options.php:121
767
- msgid "Permalink"
768
- msgstr "Permalink"
769
-
770
- #: inc-options/write_cp_options.php:125 inc-options/write_cp_options.php:168
771
- #: inc-options/write_post_options.php:122 inc-options/write_post_options.php:163
772
- msgid "Tags"
773
- msgstr "Tags"
774
-
775
- #: inc-options/write_cp_options.php:126
776
- msgid "Format"
777
- msgstr "Formato"
778
-
779
- #: inc-options/write_cp_options.php:128 inc-options/write_post_options.php:124
780
- msgid "Add New Category"
781
- msgstr "Aggiungi Nuova Categoria"
782
-
783
- #: inc-options/write_cp_options.php:129 inc-options/write_post_options.php:126
784
- msgid "Password Protect This Post"
785
- msgstr "Proteggi questo articolo con password"
786
-
787
- #: inc-options/write_cp_options.php:130 inc-options/write_post_options.php:127
788
- msgid "Related, Shortcuts"
789
- msgstr "Informazioni laterali, scorciatoie"
790
-
791
- #: inc-options/write_cp_options.php:131 inc-options/write_page_options.php:120
792
- #: inc-options/write_post_options.php:128
793
- msgid "Messages"
794
- msgstr "Messaggi"
795
-
796
- #: inc-options/write_cp_options.php:132 inc-options/write_page_options.php:121
797
- #: inc-options/write_post_options.php:129
798
- msgid "h2: Advanced Options"
799
- msgstr "h2: Impostazioni Avanzate"
800
-
801
- #: inc-options/write_cp_options.php:133 inc-options/write_page_options.php:122
802
- #: inc-options/write_post_options.php:130
803
- msgid "Media Buttons (all)"
804
- msgstr "Pulsanti per file multimediali (tutti)"
805
-
806
- #: inc-options/write_cp_options.php:134 inc-options/write_page_options.php:123
807
- #: inc-options/write_post_options.php:131
808
- msgid "Word count"
809
- msgstr "Conteggio parole"
810
-
811
- #: inc-options/write_cp_options.php:135 inc-options/write_post_options.php:132
812
- msgid "Post Slug"
813
- msgstr "Abbreviazione Articolo"
814
-
815
- #: inc-options/write_cp_options.php:137 inc-options/write_page_options.php:126
816
- #: inc-options/write_post_options.php:134
817
- msgid "Discussion"
818
- msgstr "Discussione"
819
-
820
- #: inc-options/write_cp_options.php:138 inc-options/write_page_options.php:127
821
- #: inc-options/write_post_options.php:135
822
- msgid "HTML Editor Button"
823
- msgstr "Pulsante per l'editor HTML"
824
-
825
- #: inc-options/write_cp_options.php:151 inc-options/write_post_options.php:149
826
- msgid "Post Thumbnail"
827
- msgstr "Immagine dell'articolo"
828
-
829
- #: inc-options/write_cp_options.php:159 inc-options/write_page_options.php:140
830
- #: inc-options/write_post_options.php:154
831
- msgid "Quick Edit Link"
832
- msgstr "Link modifica rapida"
833
-
834
- #: inc-options/write_cp_options.php:160 inc-options/write_cp_options.php:164
835
- #: inc-options/write_cp_options.php:167 inc-options/write_cp_options.php:170
836
- #: inc-options/write_page_options.php:141 inc-options/write_page_options.php:146
837
- #: inc-options/write_page_options.php:149 inc-options/write_post_options.php:155
838
- #: inc-options/write_post_options.php:159 inc-options/write_post_options.php:162
839
- #: inc-options/write_post_options.php:165
840
- msgid "QE"
841
- msgstr "MR"
842
-
843
- #: inc-options/write_cp_options.php:160 inc-options/write_page_options.php:141
844
- #: inc-options/write_post_options.php:155
845
- msgid "Inline Edit Left"
846
- msgstr "Modifica in linea - sinistra"
847
-
848
- #: inc-options/write_cp_options.php:161 inc-options/write_page_options.php:142
849
- #: inc-options/write_post_options.php:156
850
- msgid "All Labels"
851
- msgstr "Tutte le etichette"
852
-
853
- #: inc-options/write_cp_options.php:162 inc-options/write_page_options.php:144
854
- #: inc-options/write_post_options.php:157
855
- msgid "Author"
856
- msgstr "Autore"
857
-
858
- #: inc-options/write_cp_options.php:163 inc-options/write_page_options.php:145
859
- #: inc-options/write_post_options.php:158
860
- msgid "Password and Private"
861
- msgstr "Password e Privato"
862
-
863
- #: inc-options/write_cp_options.php:164 inc-options/write_post_options.php:159
864
- msgid "Inline Edit Center"
865
- msgstr "Modifica in linea - Centro"
866
-
867
- #: inc-options/write_cp_options.php:165 inc-options/write_post_options.php:160
868
- msgid "Categories Title"
869
- msgstr "Titolo categorie"
870
-
871
- #: inc-options/write_cp_options.php:166 inc-options/write_post_options.php:161
872
- msgid "Categories List"
873
- msgstr "Elenco categorie"
874
-
875
- #: inc-options/write_cp_options.php:167 inc-options/write_page_options.php:146
876
- #: inc-options/write_post_options.php:162
877
- msgid "Inline Edit Right"
878
- msgstr "Modifica in linea - Destra"
879
-
880
- #: inc-options/write_cp_options.php:169 inc-options/write_post_options.php:164
881
- msgid "Status, Sticky"
882
- msgstr "Stato, In evidenza"
883
-
884
- #: inc-options/write_cp_options.php:170 inc-options/write_page_options.php:149
885
- #: inc-options/write_post_options.php:165
886
- msgid "Cancel/Save Button"
887
- msgstr "Pulsante Annulla/Salva"
888
-
889
- #: inc-options/write_cp_options.php:243
890
- #, php-format
891
- msgid "Your own %s options"
892
- msgstr "Opzioni personalizzate %s"
893
-
894
- #: inc-options/write_page_options.php:108 inc-options/write_post_options.php:120
895
- msgid "Title"
896
- msgstr "Titolo"
897
-
898
- #: inc-options/write_page_options.php:110
899
- msgid "Custom Fields"
900
- msgstr "Campi personalizzati"
901
-
902
- #: inc-options/write_page_options.php:111
903
- msgid "Comments &amp; Pings"
904
- msgstr "Commenti &amp; Ping"
905
-
906
- #: inc-options/write_page_options.php:112 inc-options/write_page_options.php:143
907
- #: inc-options/write_post_options.php:125
908
- msgid "Date"
909
- msgstr "Data"
910
-
911
- #: inc-options/write_page_options.php:113
912
- msgid "Password Protect This Page"
913
- msgstr "Proteggi questa pagina con password"
914
-
915
- #: inc-options/write_page_options.php:114
916
- msgid "Attributes"
917
- msgstr "Attributi"
918
-
919
- #: inc-options/write_page_options.php:115
920
- msgid "Page Template"
921
- msgstr "Modello pagina"
922
-
923
- #: inc-options/write_page_options.php:116
924
- msgid "Page Order"
925
- msgstr "Ordine delle pagine"
926
-
927
- #: inc-options/write_page_options.php:117
928
- msgid "Page Author"
929
- msgstr "Autore delle pagine"
930
-
931
- #: inc-options/write_page_options.php:118
932
- msgid "Page Revisions"
933
- msgstr "Revisioni Pagina"
934
-
935
- #: inc-options/write_page_options.php:119
936
- msgid "Related"
937
- msgstr "Informazioni laterali"
938
-
939
- #: inc-options/write_page_options.php:124
940
- msgid "Page Slug"
941
- msgstr "Abbreviazione Pagina"
942
-
943
- #: inc-options/write_page_options.php:136
944
- msgid "Page Image"
945
- msgstr "Immagine della pagina"
946
-
947
- #: inc-options/write_page_options.php:147
948
- msgid "Parent, Order, Template"
949
- msgstr "Genitore, Ordine, Modello"
950
-
951
- #: inc-options/write_page_options.php:148
952
- msgid "Status"
953
- msgstr "Stato"
954
-
955
- #: inc-options/write_page_options.php:202
956
- msgid "Your own page options"
957
- msgstr "Opzioni personalizzate per le pagine"
958
-
959
- #: inc-options/write_post_options.php:221
960
- msgid "Your own post options"
961
- msgstr "Opzioni personalizzate per gli articoli"
962
-
963
- #: inc-setup/messages.php:39
964
- msgid "Unknown error."
965
- msgstr "Errore sconosciuto."
966
-
967
- #: inc-setup/messages.php:50
968
- msgid "The updates were saved."
969
- msgstr "Gli aggiornamenti sono stati salvati."
970
-
971
- #: inc-setup/messages.php:53
972
- msgid "You have not enough rights to edit entries in the database."
973
- msgstr "Non hai permessi sufficienti per modificare i dati nel database."
974
-
975
- #: inc-setup/messages.php:56
976
- msgid "All entries in the database were imported."
977
- msgstr "Tutti i dati nel database sono stati importati."
978
-
979
- #: inc-setup/messages.php:59
980
- msgid "All entries in the database were deleted."
981
- msgstr "Tutti i dati nel database sono stati eliminati."
982
-
983
- #: inc-setup/messages.php:62
984
- msgid "Set the checkbox on deinstall-button."
985
- msgstr "Abilita la crocetta e premi il pulsante per disinstallare."
986
-
987
- #: inc-setup/messages.php:65
988
- msgid "Can't load menu and submenu."
989
- msgstr "Errore nel caricamento dei menu e sottomenu."
990
-
991
- #: inc-setup/messages.php:67
992
- msgid "Backend-Theme was activated!"
993
- msgstr "Tema dell'interfaccia attivato!"
994
-
995
- #: inc-setup/messages.php:69
996
- msgid "Load user data to themes was successful."
997
- msgstr "Caricamento dei temi degli utenti avvenuto con successo."
998
-
999
- #: inc-setup/remove-admin-bar.php:273 inc-setup/remove-admin-bar.php:274
1000
- msgid "Network Admin"
1001
- msgstr "Amministrazione network"
1002
-
1003
- #: inc-setup/remove-admin-bar.php:277 inc-setup/remove-admin-bar.php:278
1004
- msgid "Site Admin"
1005
- msgstr "Amministrazione sito"
1006
-
1007
- #~ msgid "+ Add New Category"
1008
- #~ msgstr "+ Aggiungi Nuova Categoria"
1009
-
1010
- #~ msgid "New category name"
1011
- #~ msgstr "Nome della nuova categoria"
1012
-
1013
- #~ msgid "Parent category"
1014
- #~ msgstr "Categoria superiore"
1015
-
1016
- #~ msgid "Add"
1017
- #~ msgstr "Aggiungi"
1018
-
1019
- #~ msgid ""
1020
- #~ "If you have quicktags from other installs, the plugin can import those into this "
1021
- #~ "site. To get started, choose a file to import."
1022
- #~ msgstr ""
1023
- #~ "Se hai quicktags da altre installazioni, il plugin li può importare in questo sito. "
1024
- #~ "Per iniziare, seleziona un file da importare."
1025
-
1026
- #~ msgid "Options not update - you don&lsquo;t have the privilidges to do this!"
1027
- #~ msgstr ""
1028
- #~ "Opzioni non aggiornate - non hai i permessi sufficienti per questa operazione."
1029
-
1030
- #~ msgid "Admin Bar Options"
1031
- #~ msgstr "Opzioni barra di amministrazione"
1032
-
1033
- #~ msgid "https://wordpress.org/plugins/adminimize/"
1034
- #~ msgstr "https://wordpress.org/plugins/adminimize/"
1035
-
1036
- #~ msgid ""
1037
- #~ "Visually compresses the administrative meta-boxes so that more admin page content "
1038
- #~ "can be initially"
1039
- #~ msgstr "Minimizza la visualizzazione degli elementi dell'amministrazione"
1040
-
1041
- #~ msgid "Frank Bültge"
1042
- #~ msgstr "Frank Bültge"
1043
-
1044
- #~ msgid "http://bueltge.de/"
1045
- #~ msgstr "http://bueltge.de/"
1046
-
1047
- #~ msgid ""
1048
- #~ "When you click the button below the plugin will create an XML file for you to save "
1049
- #~ "to your computer."
1050
- #~ msgstr ""
1051
- #~ "Quando clicchi il bottone sottostante il plugin creerà un file XML che potrai "
1052
- #~ "salvare sul tuo computer."
1053
-
1054
- #~ msgid "This format, a custom XML, will contain your options from quicktags."
1055
- #~ msgstr "Questo formato, un XML custom, conterrà le tue opzioni da quicktags."
1056
-
1057
- #~ msgid ""
1058
- #~ "Once you’ve saved the download file, you can use the Import function in another "
1059
- #~ "WordPress installation to import this site."
1060
- #~ msgstr ""
1061
- #~ "Una volta salvato il file scaricato, potrai usare la funzione di importazione su "
1062
- #~ "un'altra installazione WordPress per importare la configurazione di questo sito."
1063
-
1064
- #~ msgid "Download Export File"
1065
- #~ msgstr "Scarica file esportato"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/adminimize-lt_LT.mo DELETED
Binary file
languages/adminimize-lt_LT.po DELETED
@@ -1,1203 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Adminimize\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-12-15 21:54+0100\n"
6
- "PO-Revision-Date: 2015-12-15 21:54+0100\n"
7
- "Last-Translator: Frank Bültge <frank@bueltge.de>\n"
8
- "Language-Team: Frank Bueltge <frank@bueltge.de>\n"
9
- "Language: lt_LT\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
- "X-Poedit-SourceCharset: utf-8\n"
15
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
- "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
- "X-Poedit-Basepath: ..\n"
18
- "X-Textdomain-Support: yes\n"
19
- "X-Generator: Poedit 1.8.4\n"
20
- "X-Poedit-SearchPath-0: .\n"
21
-
22
- #: adminimize.php:141
23
- msgid "Keymaster"
24
- msgstr ""
25
-
26
- #: adminimize.php:142
27
- msgid "Moderator"
28
- msgstr ""
29
-
30
- #: adminimize.php:143
31
- msgid "Participant"
32
- msgstr ""
33
-
34
- #: adminimize.php:144
35
- msgid "Spectator"
36
- msgstr ""
37
-
38
- #: adminimize.php:145
39
- msgid "Blocked"
40
- msgstr ""
41
-
42
- # @ default
43
- # @ adminimize
44
- #: adminimize.php:447 inc-options/links_options.php:52
45
- #: inc-options/write_cp_options.php:103 inc-options/write_post_options.php:97
46
- msgid "Categories"
47
- msgstr "Kategorijos"
48
-
49
- # @ default
50
- #: adminimize.php:454 adminimize.php:481
51
- msgid "+ Add New Category"
52
- msgstr "+ Pridėti Naują Kategoriją"
53
-
54
- # @ default
55
- #: adminimize.php:459 adminimize.php:488
56
- msgid "New category name"
57
- msgstr "Naujos kategorijos pavadinimas"
58
-
59
- # @ default
60
- #: adminimize.php:467 adminimize.php:492 adminimize.php:499
61
- msgid "Parent category"
62
- msgstr "Virškategorė"
63
-
64
- # @ default
65
- #: adminimize.php:472 adminimize.php:504
66
- msgid "Add"
67
- msgstr "Pridėti"
68
-
69
- # @ default
70
- # @ adminimize
71
- #: adminimize.php:486 inc-options/write_cp_options.php:104
72
- #: inc-options/write_post_options.php:98
73
- msgid "Add New Category"
74
- msgstr "Pridėti Naują Kategoriją"
75
-
76
- # @ default
77
- #: adminimize.php:605 adminimize.php:607 adminimize.php:613
78
- msgid "Dashboard"
79
- msgstr "Prietaisų skydelis"
80
-
81
- # @ default
82
- #: adminimize.php:700 adminimize.php:705 adminimize.php:706 adminimize.php:747
83
- #: adminimize.php:754 adminimize.php:755 adminimize.php:1223
84
- #: inc-setup/remove-admin-bar.php:64 inc-setup/remove-admin-bar.php:91
85
- #: inc-setup/remove-admin-bar.php:285
86
- msgid "Log Out"
87
- msgstr "Išsiregistruoti"
88
-
89
- # @ default
90
- #: adminimize.php:1275
91
- msgid "Settings"
92
- msgstr "Nuostatos"
93
-
94
- # @ adminimize
95
- #: adminimize.php:1288
96
- msgid "Adminimize Options"
97
- msgstr "Adminimize parinktys"
98
-
99
- # @ adminimize
100
- #: adminimize.php:1289
101
- msgid "Adminimize"
102
- msgstr "Adminimize"
103
-
104
- # @ default
105
- #: adminimize.php:1322
106
- msgid "Cheatin&#8217; uh?"
107
- msgstr "Bandote sukčiauti, ar ne?"
108
-
109
- #: adminimize.php:1371
110
- msgid ""
111
- "Cheatin&#8217; uh? You do not have the right permission to update settings"
112
- msgstr ""
113
-
114
- #: adminimize.php:1849
115
- msgid "Please upload a valid .json file"
116
- msgstr ""
117
-
118
- # @ adminimize
119
- #: adminimize.php:1855
120
- #, fuzzy
121
- msgid "Please upload a file to import"
122
- msgstr "Nusiųsti rinkmeną ir importuoti ją &raquo;"
123
-
124
- # @ default
125
- #: inc-options/admin_bar.php:22 inc-options/admin_bar_frontend.php:22
126
- #: inc-options/backend_options.php:15 inc-options/dashboard_options.php:16
127
- #: inc-options/deinstall_options.php:14 inc-options/global_options.php:15
128
- #: inc-options/im_export_options.php:14 inc-options/links_options.php:15
129
- #: inc-options/menu_options.php:15 inc-options/theme_options.php:14
130
- #: inc-options/widget_options.php:15 inc-options/wp_nav_menu_options.php:14
131
- #: inc-options/write_cp_options.php:20 inc-options/write_page_options.php:14
132
- #: inc-options/write_post_options.php:15
133
- msgid "Click to toggle"
134
- msgstr "Spragtelkite, norėdami perjungti"
135
-
136
- # @ adminimize
137
- #: inc-options/admin_bar.php:23
138
- #, fuzzy
139
- msgid "Admin Bar Back end options"
140
- msgstr "Vidinės pusės Parinktys"
141
-
142
- # @ adminimize
143
- #: inc-options/admin_bar.php:41 inc-options/admin_bar_frontend.php:43
144
- #: inc-options/dashboard_options.php:33 inc-options/dashboard_options.php:99
145
- #: inc-options/global_options.php:23 inc-options/global_options.php:106
146
- #: inc-options/links_options.php:23 inc-options/links_options.php:101
147
- #: inc-options/widget_options.php:23 inc-options/widget_options.php:109
148
- #: inc-options/wp_nav_menu_options.php:22
149
- #: inc-options/wp_nav_menu_options.php:122
150
- #: inc-options/write_cp_options.php:208 inc-options/write_page_options.php:186
151
- #: inc-options/write_post_options.php:182
152
- msgid "Option"
153
- msgstr "Parinktis"
154
-
155
- # @ adminimize
156
- #: inc-options/admin_bar.php:44 inc-options/admin_bar_frontend.php:46
157
- #: inc-options/dashboard_options.php:36 inc-options/global_options.php:26
158
- #: inc-options/links_options.php:26 inc-options/menu_options.php:26
159
- #: inc-options/widget_options.php:26 inc-options/wp_nav_menu_options.php:25
160
- #: inc-options/write_cp_options.php:33 inc-options/write_page_options.php:25
161
- #: inc-options/write_post_options.php:26
162
- msgid "Deactivate for"
163
- msgstr "Deaktyvinti "
164
-
165
- # @ adminimize
166
- #: inc-options/admin_bar.php:114 inc-options/admin_bar_frontend.php:121
167
- #: inc-options/backend_options.php:200 inc-options/dashboard_options.php:124
168
- #: inc-options/global_options.php:131 inc-options/links_options.php:126
169
- #: inc-options/menu_options.php:207 inc-options/widget_options.php:134
170
- #: inc-options/wp_nav_menu_options.php:147
171
- #: inc-options/write_cp_options.php:243 inc-options/write_page_options.php:211
172
- #: inc-options/write_post_options.php:207
173
- msgid "Update Options"
174
- msgstr "Atnaujinimo Parinktys"
175
-
176
- # @ adminimize
177
- #: inc-options/admin_bar.php:120 inc-options/admin_bar_frontend.php:127
178
- #: inc-options/backend_options.php:202 inc-options/dashboard_options.php:129
179
- #: inc-options/deinstall_options.php:27 inc-options/global_options.php:133
180
- #: inc-options/links_options.php:129 inc-options/menu_options.php:209
181
- #: inc-options/theme_options.php:123 inc-options/widget_options.php:136
182
- #: inc-options/wp_nav_menu_options.php:149
183
- #: inc-options/write_cp_options.php:248 inc-options/write_page_options.php:213
184
- #: inc-options/write_post_options.php:209
185
- msgid "scroll to top"
186
- msgstr "slinkti iki viršaus"
187
-
188
- #: inc-options/admin_bar_frontend.php:24
189
- msgid "Admin Bar Front end options"
190
- msgstr ""
191
-
192
- # @ adminimize
193
- #: inc-options/backend_options.php:16
194
- msgid "Backend Options"
195
- msgstr "Vidinės pusės Parinktys"
196
-
197
- # @ adminimize
198
- #: inc-options/backend_options.php:27
199
- #, fuzzy
200
- msgid "Use Global Settings"
201
- msgstr "Visuotinės parinktys"
202
-
203
- #: inc-options/backend_options.php:36
204
- msgid "The plugin is active in multiste."
205
- msgstr ""
206
-
207
- #: inc-options/backend_options.php:40
208
- msgid "False"
209
- msgstr ""
210
-
211
- #: inc-options/backend_options.php:41
212
- msgid "True"
213
- msgstr ""
214
-
215
- #: inc-options/backend_options.php:42
216
- msgid "Use the settings global in your Multisite network."
217
- msgstr ""
218
-
219
- # @ adminimize
220
- #: inc-options/backend_options.php:47
221
- msgid "Exclude Super Admin"
222
- msgstr "Išskirkite Super Administratorių"
223
-
224
- # @ adminimize
225
- #: inc-options/backend_options.php:51 inc-options/backend_options.php:62
226
- #: inc-options/backend_options.php:75 inc-options/backend_options.php:85
227
- #: inc-options/backend_options.php:98 inc-options/backend_options.php:109
228
- #: inc-options/backend_options.php:122 inc-options/backend_options.php:132
229
- #: inc-options/backend_options.php:143 inc-options/backend_options.php:153
230
- #: inc-options/backend_options.php:182
231
- msgid "Default"
232
- msgstr "Numatytas"
233
-
234
- # @ adminimize
235
- #: inc-options/backend_options.php:52 inc-options/backend_options.php:110
236
- #: inc-options/backend_options.php:123 inc-options/backend_options.php:133
237
- #: inc-options/backend_options.php:144 inc-options/backend_options.php:154
238
- msgid "Activate"
239
- msgstr "Aktyvinti"
240
-
241
- # @ adminimize
242
- #: inc-options/backend_options.php:53
243
- msgid ""
244
- "Exclude the Super Admin on a WP Multisite Install from all limitations of "
245
- "this plugin."
246
- msgstr ""
247
- "Visiškai papildinio kontrolei, išskirkite Super Administratorių WordPress "
248
- "Daugiapuslapinio diegimo metu."
249
-
250
- # @ adminimize
251
- #: inc-options/backend_options.php:58
252
- msgid "User-Info"
253
- msgstr "Vartotojo Informacija"
254
-
255
- # @ adminimize
256
- #: inc-options/backend_options.php:63 inc-options/backend_options.php:86
257
- #: inc-options/backend_options.php:99
258
- msgid "Hide"
259
- msgstr "Paslėpti"
260
-
261
- # @ adminimize
262
- #: inc-options/backend_options.php:64
263
- msgid "Only logout"
264
- msgstr "Tik išsiregistravimas"
265
-
266
- # @ adminimize
267
- #: inc-options/backend_options.php:65
268
- msgid "User &amp; Logout"
269
- msgstr "Vartotojo &amp; Išsiregistravimas"
270
-
271
- # @ adminimize
272
- #: inc-options/backend_options.php:66
273
- msgid ""
274
- "The &quot;User-Info-area&quot; is on the top right side of the backend. You "
275
- "can hide or reduced show."
276
- msgstr ""
277
- "&quot;Vartotojo informacijos sritis&quot; yra vidinės pusės viršutinėje "
278
- "dešinėje dalyje. Galite sumažinti arba paslėpti vaizdą."
279
-
280
- # @ adminimize
281
- #: inc-options/backend_options.php:71
282
- msgid "Change User-Info, redirect to"
283
- msgstr "Keisti Vartotojo Informaciją, nukreipti į"
284
-
285
- # @ adminimize
286
- #: inc-options/backend_options.php:76
287
- msgid "Frontpage of the Blog"
288
- msgstr "Tinklaraščio Titulinis puslapis"
289
-
290
- # @ adminimize
291
- #: inc-options/backend_options.php:77
292
- msgid ""
293
- "When the &quot;User-Info-area&quot; change it, then it is possible to change "
294
- "the redirect."
295
- msgstr ""
296
- "Kuomet &quot;Vartotojo Informacijos sritis&quot; keičiama, įmanoma pakeisti "
297
- "peradresavimo parametrus"
298
-
299
- # @ adminimize
300
- #: inc-options/backend_options.php:81
301
- msgid "Footer"
302
- msgstr "Puslapinė poraštė"
303
-
304
- # @ adminimize
305
- #: inc-options/backend_options.php:87
306
- msgid "The Footer-area can hide, include all links and details."
307
- msgstr ""
308
- "Puslapinės poraštės sritį, įskaitant visas nuorodas ir išsamiąją "
309
- "informaciją, galima paslėpti."
310
-
311
- # @ adminimize
312
- #: inc-options/backend_options.php:94
313
- msgid "Header"
314
- msgstr "Puslapinė antraštė"
315
-
316
- # @ adminimize
317
- #: inc-options/backend_options.php:100
318
- msgid "The Header-area can hide, include all links and details."
319
- msgstr ""
320
- "Galite paslėpti puslapinę antraštę (įskaitant visas nuorodas ir kitus "
321
- "elementus)"
322
-
323
- # @ adminimize
324
- #: inc-options/backend_options.php:105
325
- msgid "Timestamp"
326
- msgstr "Laiko žyma"
327
-
328
- # @ adminimize
329
- #: inc-options/backend_options.php:111
330
- msgid ""
331
- "Opens the post timestamp editing fields without you having to click the "
332
- "\"Edit\" link every time."
333
- msgstr ""
334
- "Atidaro laiko žymos įrašo redaguojamus laukelius, nereikalaujant, jog "
335
- "kiekvieną kartą būtų paleidžiama \"Edit\" nuoroda."
336
-
337
- # @ adminimize
338
- #: inc-options/backend_options.php:118
339
- msgid "Thickbox FullScreen"
340
- msgstr "Pastorintas skydelis visame ekrane"
341
-
342
- # @ adminimize
343
- #: inc-options/backend_options.php:124
344
- msgid ""
345
- "All Thickbox-function use the full area of the browser. Thickbox is for "
346
- "example in upload media-files."
347
- msgstr ""
348
- "Pastorinto skydelio funkcijoms atlikti, reikalinga visa naršyklės matomoji "
349
- "zona. To pavyzdys - medijos rinkmenų įkėlimas."
350
-
351
- # @ adminimize
352
- #: inc-options/backend_options.php:128
353
- msgid "Flashuploader"
354
- msgstr "Flash rinkmenų įkelėjas"
355
-
356
- # @ adminimize
357
- #: inc-options/backend_options.php:134
358
- msgid "Disable the flashuploader and users use only the standard uploader."
359
- msgstr ""
360
- "Išjungti flash rinkmenų įkelėją ir priversti vartotojus naudotis tik "
361
- "standartiniu įkelėju."
362
-
363
- # @ adminimize
364
- #: inc-options/backend_options.php:139
365
- msgid "Category Height"
366
- msgstr "Kategorijos Ilgis"
367
-
368
- # @ adminimize
369
- #: inc-options/backend_options.php:145
370
- msgid ""
371
- "View the Meta Box with Categories in the full height, no scrollbar or "
372
- "whitespace."
373
- msgstr "Peržiūrėti Meta Skydelį pilnu ilgiu, be slankjuostės ar matomų tarpų."
374
-
375
- # @ adminimize
376
- #: inc-options/backend_options.php:149
377
- msgid "Advice in Footer"
378
- msgstr "Aktyvus Puslapinėje poraštėje"
379
-
380
- # @ adminimize
381
- #: inc-options/backend_options.php:156
382
- msgid ""
383
- "In the Footer you can display an advice for changing the Default-design, "
384
- "(x)HTML is possible."
385
- msgstr ""
386
- "Puslapinėje poraštėje galite pateikti patarimus Numatytajam dizainui keisti, "
387
- "(x)HTML kodai galimi."
388
-
389
- # @ adminimize
390
- #: inc-options/backend_options.php:178
391
- msgid "Dashboard deactivate, redirect to"
392
- msgstr "Prietaisų skydelio deaktyvavimas, nukreipimas į"
393
-
394
- # @ adminimize
395
- #: inc-options/backend_options.php:183
396
- msgid "Manage Posts"
397
- msgstr "Tvarkyti Įrašus"
398
-
399
- # @ adminimize
400
- #: inc-options/backend_options.php:184
401
- msgid "Manage Pages"
402
- msgstr "Tvarkyti Puslapius"
403
-
404
- # @ adminimize
405
- #: inc-options/backend_options.php:185
406
- msgid "Write Post"
407
- msgstr "Kurti Įrašą"
408
-
409
- # @ adminimize
410
- #: inc-options/backend_options.php:186
411
- msgid "Write Page"
412
- msgstr "Kurti Puslapį"
413
-
414
- # @ adminimize
415
- #: inc-options/backend_options.php:187
416
- msgid "Comments"
417
- msgstr "Komentarai"
418
-
419
- # @ adminimize
420
- #: inc-options/backend_options.php:188
421
- msgid "other Page"
422
- msgstr "kitas Puslapis"
423
-
424
- # @ adminimize
425
- #: inc-options/backend_options.php:191
426
- msgid ""
427
- "You have deactivated the Dashboard, please select a page for redirection or "
428
- "define custom url, include http://?"
429
- msgstr ""
430
- "Jūs deaktyvavote Prietaisų skydelį, prašome nurodyti puslapį, pritaikytosios "
431
- "url nuorodos peradresavimui ar apibrėžimui. Nuorodą pradėkite http://?"
432
-
433
- # @ adminimize
434
- #: inc-options/dashboard_options.php:17
435
- msgid "Dashboard options"
436
- msgstr "Prietaisų skydelio parinktys"
437
-
438
- # @ adminimize
439
- #: inc-options/dashboard_options.php:25
440
- msgid ""
441
- "To complete the installation for Dashboard Widgets you must visit your "
442
- "dashboard once and then come back to Settings > Adminimize to configure who "
443
- "has access to each widget."
444
- msgstr ""
445
- "Norėdami baigti Prietaisų skydelio valdiklių įdiegimą ir nustatyti kurie "
446
- "vartotojai turi priėjimą prie atskirų valdiklių, privalote vieną kartą "
447
- "apsilankyti prietaisų skydelyje ir tuomet sugrįžti į Nustatymus > Adminimize."
448
-
449
- # @ adminimize
450
- #: inc-options/dashboard_options.php:98 inc-options/global_options.php:105
451
- msgid "Your own options"
452
- msgstr "Jūsų parinktys"
453
-
454
- # @ adminimize
455
- #: inc-options/dashboard_options.php:98 inc-options/global_options.php:105
456
- #: inc-options/links_options.php:100 inc-options/widget_options.php:108
457
- #: inc-options/wp_nav_menu_options.php:121
458
- #: inc-options/write_cp_options.php:206 inc-options/write_page_options.php:185
459
- #: inc-options/write_post_options.php:181
460
- msgid "ID or class"
461
- msgstr "Identifikatorius arba klasė"
462
-
463
- # @ adminimize
464
- #: inc-options/dashboard_options.php:105 inc-options/global_options.php:112
465
- #: inc-options/links_options.php:107 inc-options/widget_options.php:115
466
- #: inc-options/wp_nav_menu_options.php:128
467
- #: inc-options/write_cp_options.php:215 inc-options/write_page_options.php:192
468
- #: inc-options/write_post_options.php:188
469
- msgid ""
470
- "It is possible to add your own IDs or classes from elements and tags. You "
471
- "can find IDs and classes with the FireBug Add-on for Firefox. Assign a value "
472
- "and the associate name per line."
473
- msgstr ""
474
- "Įmanoma pridėti Jūsų asmeninius identifikatorius arba klases iš elementų ir "
475
- "gairių. Identifikatorių ir klasių paiešką galite vykdyti FireBug papildiniu "
476
- "Firefox naršyklei. Priskirkite reikšmę ir susiekite konkrečią eilutę su "
477
- "pavadinimu."
478
-
479
- # @ adminimize
480
- #: inc-options/dashboard_options.php:111 inc-options/global_options.php:118
481
- #: inc-options/links_options.php:113 inc-options/widget_options.php:121
482
- #: inc-options/wp_nav_menu_options.php:134
483
- #: inc-options/write_cp_options.php:225 inc-options/write_page_options.php:198
484
- #: inc-options/write_post_options.php:194
485
- msgid ""
486
- "Possible nomination for ID or class. Separate multiple nominations through a "
487
- "carriage return."
488
- msgstr ""
489
- "Galimi identifikatorių ir klasių pavadinimai. Išskirite daugybę norimų "
490
- "pavadinimų, grįždami į eilutės pradžią."
491
-
492
- # @ adminimize
493
- #: inc-options/dashboard_options.php:116 inc-options/global_options.php:123
494
- #: inc-options/links_options.php:118 inc-options/widget_options.php:126
495
- #: inc-options/wp_nav_menu_options.php:139
496
- #: inc-options/write_cp_options.php:233 inc-options/write_page_options.php:203
497
- #: inc-options/write_post_options.php:199
498
- msgid ""
499
- "Possible IDs or classes. Separate multiple values through a carriage return."
500
- msgstr ""
501
- "Įmanomi identifikatoriai ir klasės. Atskirkite daugybę reikšmių, grįždami į "
502
- "eilutės pradžią."
503
-
504
- # @ adminimize
505
- #: inc-options/deinstall_options.php:15
506
- #, fuzzy
507
- msgid "Uninstall Options"
508
- msgstr "Šalinimo Parinktys"
509
-
510
- # @ adminimize
511
- #: inc-options/deinstall_options.php:18
512
- msgid ""
513
- "Use this option for clean your database from all entries of this plugin. "
514
- "When you deactivate the plugin, the deinstall of the plugin <strong>clean "
515
- "not</strong> all entries in the database."
516
- msgstr ""
517
- "Naudokite šią parinktį, norėdami ištrinti visus su šiuo papildiniu "
518
- "susijusius įrašus iš savo duomenų bazės. Po šio papildinio deaktyvavimo, "
519
- "norėdami jį pašalinti, iš duomenų <strong>netrinkite</strong> visų įrašų."
520
-
521
- # @ adminimize
522
- #: inc-options/deinstall_options.php:22
523
- msgid "Delete Options"
524
- msgstr "Pašalinti Parinktis"
525
-
526
- # @ adminimize
527
- #: inc-options/global_options.php:16
528
- msgid "Global options"
529
- msgstr "Visuotinės parinktys"
530
-
531
- # @ adminimize
532
- #: inc-options/im_export_options.php:15
533
- msgid "Export/Import Options"
534
- msgstr "Eksportavimo/Importavimo Parinktys"
535
-
536
- # @ adminimize
537
- #: inc-options/im_export_options.php:20
538
- msgid "Export"
539
- msgstr "Eksportavimas"
540
-
541
- # @ adminimize
542
- #: inc-options/im_export_options.php:24
543
- #, fuzzy
544
- msgid "You can save a JSON formatted \".json\" file with your settings."
545
- msgstr ""
546
- "Jūs galite išsaugoti .seq rinkmeną su visomis individualiai nustatytomis "
547
- "parinktimis."
548
-
549
- # @ adminimize
550
- #: inc-options/im_export_options.php:40
551
- msgid "Import"
552
- msgstr "Importavimas"
553
-
554
- # @ adminimize
555
- #: inc-options/im_export_options.php:47
556
- #, fuzzy
557
- msgid ""
558
- "Choose a Adminimize (<em>.json</em>) file to upload, then click <em>Upload "
559
- "file and import</em>."
560
- msgstr ""
561
- "Pasirinkite Adminimize (<em>.seq</em>)rinkmeną, kurią norite išsiųsti, "
562
- "tuomet spragtelkite <em>Nusiųsti rinkmeną ir importuoti ją</em>."
563
-
564
- # @ adminimize
565
- #: inc-options/links_options.php:16
566
- msgid "Links options"
567
- msgstr "Nuorodų parinktys"
568
-
569
- # @ default
570
- #: inc-options/links_options.php:49
571
- msgid "Name"
572
- msgstr "Pavadinimas"
573
-
574
- # @ default
575
- #: inc-options/links_options.php:50
576
- msgid "Web Address"
577
- msgstr "Žiniatinklio Adresas"
578
-
579
- # @ default
580
- #: inc-options/links_options.php:51
581
- msgid "Description"
582
- msgstr "Aprašas"
583
-
584
- # @ default
585
- #: inc-options/links_options.php:53
586
- msgid "Target"
587
- msgstr "Tikslas"
588
-
589
- # @ default
590
- #: inc-options/links_options.php:54
591
- msgid "Link Relationship (XFN)"
592
- msgstr "Nuorodos Ryšys (XFN)"
593
-
594
- # @ default
595
- #: inc-options/links_options.php:55
596
- msgid "Advanced"
597
- msgstr "Išplėstinis"
598
-
599
- # @ adminimize
600
- #: inc-options/links_options.php:56 inc-options/write_cp_options.php:112
601
- #: inc-options/write_page_options.php:113
602
- #: inc-options/write_post_options.php:107
603
- msgid "Publish Actions"
604
- msgstr "Publikavimo Veiksmai"
605
-
606
- # @ adminimize
607
- #: inc-options/links_options.php:100
608
- msgid "Your own Link options"
609
- msgstr "Jūsų asmeninės Nuorodų parinktys"
610
-
611
- # @ adminimize
612
- #: inc-options/menu_options.php:16
613
- msgid "Menu Options"
614
- msgstr "Meniu Parinktys"
615
-
616
- # @ adminimize
617
- #: inc-options/menu_options.php:23
618
- #, fuzzy
619
- msgid "Menu options - Menu, <span>Submenu</span>"
620
- msgstr ""
621
- "Meniu parinktys - Meniu, <span style=\"font-weight: 400;\">Submeniu</span>"
622
-
623
- # @ adminimize
624
- #: inc-options/menu_options.php:78 inc-options/menu_options.php:153
625
- msgid "After activate the check box it heavy attitudes will change."
626
- msgstr "Po žymimojo langelio aktyvavimo taps sunku keisti parametrus."
627
-
628
- # @ default
629
- #: inc-options/menu_options.php:128
630
- msgid "Profile"
631
- msgstr "Profilis"
632
-
633
- # @ default
634
- #: inc-options/minimenu.php:15
635
- #, fuzzy
636
- msgid "Network"
637
- msgstr "Tinklo Administratorius"
638
-
639
- # @ adminimize
640
- #: inc-options/minimenu.php:150
641
- #, fuzzy
642
- msgid ""
643
- "Further information: Visit the <a href=\"http://wordpress.org/extend/plugins/"
644
- "adminimize/\">plugin homepage</a> for further information or to grab the "
645
- "latest version of this plugin. Also see the <a href=\"http://wordpress.org/"
646
- "support/plugin/adminimize\">support forum</a> for questions."
647
- msgstr ""
648
- "Papildoma informacija: Norėdami sužinoti daugiau arba atnaujinti šį "
649
- "papildinį, apsilankykite <a href=\"http://wordpress.org/extend/plugins/"
650
- "adminimize/\">Papildinių tinklapyje</a>. "
651
-
652
- # @ adminimize
653
- #: inc-options/minimenu.php:161
654
- msgid ""
655
- "You want to thank me? Visit my <a href=\"http://bueltge.de/wunschliste/"
656
- "\">wishlist</a> or donate."
657
- msgstr ""
658
- "Norite man padėkoti? Pažvelkite į mano <a href=\"http://bueltge.de/"
659
- "wunschliste/\">norų sąrašą</a> arba paaukokite."
660
-
661
- #: inc-options/minimenu.php:179 inc-options/settings_notice.php:17
662
- msgid ""
663
- "Please note: The Adminimize settings page ignores the Menu Options below and "
664
- "displays the menu with all entries.<br /><span style=\"font-weight: 300;"
665
- "\">To view your changes to the menu you need to navigate away from the "
666
- "Adminimize settings page.</span>"
667
- msgstr ""
668
-
669
- # @ adminimize
670
- #: inc-options/theme_options.php:15 inc-options/theme_options.php:115
671
- msgid "Set Theme"
672
- msgstr "Nustatyti Apipavidalinimą"
673
-
674
- # @ adminimize
675
- #: inc-options/theme_options.php:26
676
- msgid ""
677
- "For better peformance with many users on your blog; load only userlist, when "
678
- "you will change the theme options for users."
679
- msgstr ""
680
- "Didesniam veikimo našumui, Jūsų tinklaraštyje veikiant daug vartotojų; "
681
- "apipavidalinimo parinkčių vartotojams keitimo metu įkelkite tik vartotojų "
682
- "sąrašą."
683
-
684
- # @ adminimize
685
- #: inc-options/theme_options.php:33
686
- msgid "Load User Data"
687
- msgstr "Įkelti Vartotojo Informaciją"
688
-
689
- # @ default
690
- #: inc-options/theme_options.php:47
691
- msgid "User-ID"
692
- msgstr "Vartotojo Identifikatorius"
693
-
694
- # @ default
695
- #: inc-options/theme_options.php:48
696
- msgid "Username"
697
- msgstr "Vartotojo vardas"
698
-
699
- # @ default
700
- #: inc-options/theme_options.php:49
701
- msgid "Display name publicly as"
702
- msgstr "Viešai rodyti vardą kaip"
703
-
704
- # @ default
705
- #: inc-options/theme_options.php:50
706
- msgid "Admin-Color Scheme"
707
- msgstr "Administratoriaus Spalvų Schema"
708
-
709
- # @ default
710
- #: inc-options/theme_options.php:51
711
- msgid "User Level"
712
- msgstr "Vartotojo Lygmuo"
713
-
714
- # @ default
715
- #: inc-options/theme_options.php:52
716
- msgid "Role"
717
- msgstr "Vaidmuo"
718
-
719
- # @ adminimize
720
- #: inc-options/widget_options.php:16
721
- #, fuzzy
722
- msgid "Widget options"
723
- msgstr "Rašymo parinktys"
724
-
725
- # @ adminimize
726
- # @ default
727
- #: inc-options/widget_options.php:46 inc-options/wp_nav_menu_options.php:48
728
- #: inc-options/write_cp_options.php:98 inc-options/write_page_options.php:94
729
- #: inc-options/write_post_options.php:92
730
- msgid "Help"
731
- msgstr "Pagalba"
732
-
733
- # @ adminimize
734
- # @ default
735
- #: inc-options/widget_options.php:47 inc-options/wp_nav_menu_options.php:49
736
- #: inc-options/write_cp_options.php:99 inc-options/write_page_options.php:95
737
- #: inc-options/write_post_options.php:93
738
- msgid "Screen Options"
739
- msgstr "Vaizdavimo Parinktys"
740
-
741
- #: inc-options/widget_options.php:48
742
- msgid "Available Widgets"
743
- msgstr ""
744
-
745
- #: inc-options/widget_options.php:49
746
- msgid "Inactive Sidebar (not used)"
747
- msgstr ""
748
-
749
- #: inc-options/widget_options.php:50
750
- msgid "Inactive Widgets"
751
- msgstr ""
752
-
753
- # @ adminimize
754
- #: inc-options/widget_options.php:108
755
- #, fuzzy
756
- msgid "Your own Widget options"
757
- msgstr "Jūsų asmeninės puslapio parinktys"
758
-
759
- # @ adminimize
760
- #: inc-options/wp_nav_menu_options.php:15
761
- msgid "WP Nav Menu options"
762
- msgstr "WordPress Naršymo Meniu parinktys"
763
-
764
- # @ adminimize
765
- # @ default
766
- #: inc-options/wp_nav_menu_options.php:50
767
- #: inc-options/wp_nav_menu_options.php:56
768
- msgid "Theme Locations"
769
- msgstr "Apipavidalinimo Adresai (vietos)"
770
-
771
- # @ adminimize
772
- #: inc-options/wp_nav_menu_options.php:51
773
- msgid "Custom Links"
774
- msgstr "Individualizuotos Nuorodos"
775
-
776
- # @ adminimize
777
- #: inc-options/wp_nav_menu_options.php:52
778
- msgid "Add menu"
779
- msgstr "Pridėti meniu"
780
-
781
- # @ adminimize
782
- #: inc-options/wp_nav_menu_options.php:121
783
- msgid "Your own Nav Menu options"
784
- msgstr "Jūsų asmeninės Naršymo Meniu parinktys"
785
-
786
- # @ adminimize
787
- #: inc-options/write_cp_options.php:22 inc-options/write_cp_options.php:30
788
- msgid "Write options"
789
- msgstr "Rašymo parinktys"
790
-
791
- # @ adminimize
792
- #: inc-options/write_cp_options.php:100 inc-options/write_page_options.php:97
793
- #: inc-options/write_post_options.php:95
794
- msgid "Permalink"
795
- msgstr "Nuolatinė nuoroda"
796
-
797
- # @ adminimize
798
- # @ default
799
- #: inc-options/write_cp_options.php:101 inc-options/write_cp_options.php:139
800
- #: inc-options/write_post_options.php:96
801
- #: inc-options/write_post_options.php:131
802
- msgid "Tags"
803
- msgstr "Gairės"
804
-
805
- # @ adminimize
806
- #: inc-options/write_cp_options.php:102
807
- msgid "Format"
808
- msgstr "Formatas"
809
-
810
- # @ adminimize
811
- #: inc-options/write_cp_options.php:105 inc-options/write_post_options.php:100
812
- msgid "Password Protect This Post"
813
- msgstr "Apsaugoti šį Įrašą Slaptažodžiu"
814
-
815
- # @ adminimize
816
- #: inc-options/write_cp_options.php:106 inc-options/write_post_options.php:101
817
- msgid "Related, Shortcuts"
818
- msgstr "Susiję, Šaukiniai"
819
-
820
- # @ adminimize
821
- #: inc-options/write_cp_options.php:107 inc-options/write_page_options.php:108
822
- #: inc-options/write_post_options.php:102
823
- msgid "Messages"
824
- msgstr "Žinutės"
825
-
826
- # @ adminimize
827
- #: inc-options/write_cp_options.php:108 inc-options/write_page_options.php:109
828
- #: inc-options/write_post_options.php:103
829
- msgid "h2: Advanced Options"
830
- msgstr "h2: Išplėstinės Parinktys"
831
-
832
- # @ adminimize
833
- #: inc-options/write_cp_options.php:109 inc-options/write_page_options.php:110
834
- #: inc-options/write_post_options.php:104
835
- msgid "Media Buttons (all)"
836
- msgstr "Media Mygtukai (visi)"
837
-
838
- # @ adminimize
839
- #: inc-options/write_cp_options.php:110 inc-options/write_page_options.php:111
840
- #: inc-options/write_post_options.php:105
841
- msgid "Word count"
842
- msgstr "Žodžių skaičiuoklė"
843
-
844
- # @ adminimize
845
- #: inc-options/write_cp_options.php:111 inc-options/write_post_options.php:106
846
- msgid "Post Slug"
847
- msgstr "Įrašo Trumpinys"
848
-
849
- # @ default
850
- # @ adminimize
851
- #: inc-options/write_cp_options.php:113 inc-options/write_page_options.php:114
852
- #: inc-options/write_post_options.php:108
853
- msgid "Discussion"
854
- msgstr "Aptarimas"
855
-
856
- # @ default
857
- # @ adminimize
858
- #: inc-options/write_cp_options.php:114 inc-options/write_page_options.php:115
859
- #: inc-options/write_post_options.php:109
860
- msgid "HTML Editor Button"
861
- msgstr "HTML Redaktoriaus Mygtukas"
862
-
863
- # @ adminimize
864
- #: inc-options/write_cp_options.php:124 inc-options/write_post_options.php:118
865
- msgid "Post Thumbnail"
866
- msgstr "Paskelbti Miniatūrą"
867
-
868
- # @ adminimize
869
- #: inc-options/write_cp_options.php:130 inc-options/write_page_options.php:128
870
- #: inc-options/write_post_options.php:122
871
- msgid "Quick Edit Link"
872
- msgstr "Greitoji Redagavimo Nuoroda"
873
-
874
- # @ adminimize
875
- #: inc-options/write_cp_options.php:131 inc-options/write_cp_options.php:135
876
- #: inc-options/write_cp_options.php:138 inc-options/write_cp_options.php:141
877
- #: inc-options/write_page_options.php:129
878
- #: inc-options/write_page_options.php:134
879
- #: inc-options/write_page_options.php:137
880
- #: inc-options/write_post_options.php:123
881
- #: inc-options/write_post_options.php:127
882
- #: inc-options/write_post_options.php:130
883
- #: inc-options/write_post_options.php:133
884
- msgid "QE"
885
- msgstr "Greitasis Redaktorius"
886
-
887
- # @ adminimize
888
- #: inc-options/write_cp_options.php:131 inc-options/write_page_options.php:129
889
- #: inc-options/write_post_options.php:123
890
- msgid "Inline Edit Left"
891
- msgstr "Įterptoji Redagavimo parinktis Kairėje"
892
-
893
- # @ adminimize
894
- #: inc-options/write_cp_options.php:132 inc-options/write_page_options.php:130
895
- #: inc-options/write_post_options.php:124
896
- msgid "All Labels"
897
- msgstr "Visos Žymos"
898
-
899
- # @ default
900
- #: inc-options/write_cp_options.php:133 inc-options/write_page_options.php:132
901
- #: inc-options/write_post_options.php:125
902
- msgid "Author"
903
- msgstr "Autorius"
904
-
905
- # @ adminimize
906
- #: inc-options/write_cp_options.php:134 inc-options/write_page_options.php:133
907
- #: inc-options/write_post_options.php:126
908
- msgid "Password and Private"
909
- msgstr "Slaptažodis ir Privatumas"
910
-
911
- # @ adminimize
912
- #: inc-options/write_cp_options.php:135 inc-options/write_post_options.php:127
913
- msgid "Inline Edit Center"
914
- msgstr "Įterptoji Redagavimo parinktis Centre"
915
-
916
- # @ adminimize
917
- #: inc-options/write_cp_options.php:136 inc-options/write_post_options.php:128
918
- msgid "Categories Title"
919
- msgstr "Kategorijų Antraštės"
920
-
921
- # @ adminimize
922
- #: inc-options/write_cp_options.php:137 inc-options/write_post_options.php:129
923
- msgid "Categories List"
924
- msgstr "Kategorijų Sąrašas"
925
-
926
- # @ adminimize
927
- #: inc-options/write_cp_options.php:138 inc-options/write_page_options.php:134
928
- #: inc-options/write_post_options.php:130
929
- msgid "Inline Edit Right"
930
- msgstr "Įterptoji Redagavimo parinktis Dešinėje"
931
-
932
- # @ adminimize
933
- #: inc-options/write_cp_options.php:140 inc-options/write_post_options.php:132
934
- msgid "Status, Sticky"
935
- msgstr "Statusas, Kibus"
936
-
937
- # @ adminimize
938
- #: inc-options/write_cp_options.php:141 inc-options/write_page_options.php:137
939
- #: inc-options/write_post_options.php:133
940
- msgid "Cancel/Save Button"
941
- msgstr "Atšaukti/Įrašyti Mygtuką"
942
-
943
- # @ adminimize
944
- #: inc-options/write_cp_options.php:205
945
- #, php-format
946
- msgid "Your own %s options"
947
- msgstr "Jūsų asmeninės %s Parinktys"
948
-
949
- # @ adminimize
950
- #: inc-options/write_page_options.php:15 inc-options/write_page_options.php:22
951
- msgid "Write options - Page"
952
- msgstr "Rašymo parinktys - Puslapyje"
953
-
954
- # @ adminimize
955
- #: inc-options/write_page_options.php:96 inc-options/write_post_options.php:94
956
- msgid "Title"
957
- msgstr "Antraštė"
958
-
959
- # @ default
960
- #: inc-options/write_page_options.php:98
961
- msgid "Custom Fields"
962
- msgstr "Pritaikyti Laukeliai"
963
-
964
- # @ adminimize
965
- #: inc-options/write_page_options.php:99
966
- msgid "Comments &amp; Pings"
967
- msgstr "Komentarai &amp; Ryšio Patikrinimai"
968
-
969
- # @ adminimize
970
- #: inc-options/write_page_options.php:100
971
- #: inc-options/write_page_options.php:131
972
- #: inc-options/write_post_options.php:99
973
- msgid "Date"
974
- msgstr "Data"
975
-
976
- # @ adminimize
977
- #: inc-options/write_page_options.php:101
978
- msgid "Password Protect This Page"
979
- msgstr "Apsaugoti šį Puslapį Slaptažodžiu"
980
-
981
- # @ adminimize
982
- #: inc-options/write_page_options.php:102
983
- msgid "Attributes"
984
- msgstr "Požymiai"
985
-
986
- # @ adminimize
987
- #: inc-options/write_page_options.php:103
988
- msgid "Page Template"
989
- msgstr "Puslapio Šablonas"
990
-
991
- # @ adminimize
992
- #: inc-options/write_page_options.php:104
993
- msgid "Page Order"
994
- msgstr "Puslapio Tvarka"
995
-
996
- # @ default
997
- #: inc-options/write_page_options.php:105
998
- msgid "Page Author"
999
- msgstr "Puslapio Autorius"
1000
-
1001
- # @ default
1002
- #: inc-options/write_page_options.php:106
1003
- msgid "Page Revisions"
1004
- msgstr "Puslapio Taisymai"
1005
-
1006
- # @ adminimize
1007
- #: inc-options/write_page_options.php:107
1008
- msgid "Related"
1009
- msgstr "Susijęs"
1010
-
1011
- # @ adminimize
1012
- #: inc-options/write_page_options.php:112
1013
- msgid "Page Slug"
1014
- msgstr "Puslapio Trumpinys"
1015
-
1016
- # @ adminimize
1017
- #: inc-options/write_page_options.php:124
1018
- msgid "Page Image"
1019
- msgstr "Puslapio Paveikslėlis"
1020
-
1021
- # @ adminimize
1022
- #: inc-options/write_page_options.php:135
1023
- msgid "Parent, Order, Template"
1024
- msgstr "Hierarchija, Tvarka, Šablonas"
1025
-
1026
- # @ adminimize
1027
- #: inc-options/write_page_options.php:136
1028
- msgid "Status"
1029
- msgstr "Būsena"
1030
-
1031
- # @ adminimize
1032
- #: inc-options/write_page_options.php:185
1033
- msgid "Your own page options"
1034
- msgstr "Jūsų asmeninės puslapio parinktys"
1035
-
1036
- # @ adminimize
1037
- #: inc-options/write_post_options.php:16 inc-options/write_post_options.php:23
1038
- msgid "Write options - Post"
1039
- msgstr "Rašymo parinktys - Įraše"
1040
-
1041
- # @ adminimize
1042
- #: inc-options/write_post_options.php:181
1043
- msgid "Your own post options"
1044
- msgstr "Jūsų asmeninės įrašo parinktys"
1045
-
1046
- # @ adminimize
1047
- #: inc-setup/messages.php:39
1048
- msgid "Unknown error."
1049
- msgstr "Nežinoma klaida."
1050
-
1051
- # @ adminimize
1052
- #: inc-setup/messages.php:50
1053
- msgid "The updates were saved."
1054
- msgstr "Atnaujimai išsaugoti."
1055
-
1056
- # @ adminimize
1057
- #: inc-setup/messages.php:53
1058
- msgid "You have not enough rights to edit entries in the database."
1059
- msgstr "Jūs neturite reikiamų teisių redaguoti šios duomenų bazės įrašų."
1060
-
1061
- # @ adminimize
1062
- #: inc-setup/messages.php:56
1063
- msgid "All entries in the database were imported."
1064
- msgstr "Visi įrašai importuoti į duomenų bazę."
1065
-
1066
- # @ adminimize
1067
- #: inc-setup/messages.php:59
1068
- msgid "All entries in the database were deleted."
1069
- msgstr "Visi duomenų bazės įrašai ištrinti."
1070
-
1071
- # @ adminimize
1072
- #: inc-setup/messages.php:62
1073
- msgid "Set the checkbox on deinstall-button."
1074
- msgstr "Nustatykite žymimąjį langelį, programos pašalinimo mygtuke."
1075
-
1076
- # @ adminimize
1077
- #: inc-setup/messages.php:65
1078
- msgid "Can't load menu and submenu."
1079
- msgstr "Neįmanoma užkrauti įkėlimo meniu ir submeniu."
1080
-
1081
- # @ adminimize
1082
- #: inc-setup/messages.php:67
1083
- msgid "Backend-Theme was activated!"
1084
- msgstr "Vidinės pusės apipavidalinimas aktyvuotas!"
1085
-
1086
- # @ adminimize
1087
- #: inc-setup/messages.php:69
1088
- msgid "Load user data to themes was successful."
1089
- msgstr "Apipavidalinimo vartotojo duomenų įkėlimas sėkmingas."
1090
-
1091
- # @ default
1092
- #: inc-setup/remove-admin-bar.php:274
1093
- msgid "Network Admin"
1094
- msgstr "Tinklo Administratorius"
1095
-
1096
- # @ default
1097
- #: inc-setup/remove-admin-bar.php:278
1098
- msgid "Site Admin"
1099
- msgstr "Tinklapio Administratorius"
1100
-
1101
- # @ adminimize
1102
- #~ msgid "Version"
1103
- #~ msgstr "Versija"
1104
-
1105
- # @ adminimize
1106
- #~ msgid "Favorite Actions"
1107
- #~ msgstr "Mėgstami Veiksmai"
1108
-
1109
- # @ adminimize
1110
- #~ msgid "Screen-Meta"
1111
- #~ msgstr "Vaizdas-Meta"
1112
-
1113
- # @ adminimize
1114
- #~ msgid "Contextual Help"
1115
- #~ msgstr "Kontekstinė Pagalba"
1116
-
1117
- # @ adminimize
1118
- #~ msgid "Admin Color Scheme"
1119
- #~ msgstr "Administratoriaus Spalvų Schema"
1120
-
1121
- # @ adminimize
1122
- #~ msgid "Excerpt"
1123
- #~ msgstr "Ištrauka"
1124
-
1125
- # @ adminimize
1126
- #~ msgid "Trackbacks"
1127
- #~ msgstr "Atgaliniai keliai"
1128
-
1129
- # @ default
1130
- #~ msgid "Post Author"
1131
- #~ msgstr "Įrašo Autorius"
1132
-
1133
- # @ default
1134
- #~ msgid "Post Revisions"
1135
- #~ msgstr "Įrašo Pataisos"
1136
-
1137
- # @ adminimize
1138
- #~ msgid "About the plugin"
1139
- #~ msgstr "Apie šį papildinį"
1140
-
1141
- # @ adminimize
1142
- #~ msgid "PayPal - The safer, easier way to pay online!"
1143
- #~ msgstr "PayPal mokėjimų sistema - saugiausias būdas atsiskaityti internetu!"
1144
-
1145
- # @ adminimize
1146
- #~ msgid "Export &raquo;"
1147
- #~ msgstr "Eksportavimas &raquo;"
1148
-
1149
- # @ adminimize
1150
- #~ msgid "Choose a file from your computer"
1151
- #~ msgstr "Pasirinkite savo kompiuteryje esančią rinkmeną"
1152
-
1153
- # @ adminimize
1154
- #~ msgid "MiniMenu"
1155
- #~ msgstr "MiniMeniu"
1156
-
1157
- # @ adminimize
1158
- #~ msgid "http://bueltge.de/wordpress-admin-theme-adminimize/674/"
1159
- #~ msgstr "http://bueltge.de/wordpress-admin-theme-adminimize/674/"
1160
-
1161
- # @ adminimize
1162
- #~ msgid ""
1163
- #~ "Visually compresses the administratrive meta-boxes so that more admin "
1164
- #~ "page content can be initially seen. The plugin that lets you hide "
1165
- #~ "'unnecessary' items from the WordPress administration menu, for alle "
1166
- #~ "roles of your install. You can also hide post meta controls on the edit-"
1167
- #~ "area to simplify the interface. It is possible to simplify the admin in "
1168
- #~ "different for all roles."
1169
- #~ msgstr ""
1170
- #~ "Vizualiai suspaudžia administracinio pobūdžio meta-skydelius, tad matoma "
1171
- #~ "daug daugiau tinklapiui administruoti reikiamo turinio. Papildinys Jums "
1172
- #~ "suteikia galimbyę paslėpti \"nereikalingus\" elementus WordPress diegimo "
1173
- #~ "funkcijų administravimo meniu. Norėdami supaprastinti vartotojo sąsają, "
1174
- #~ "taip pat galite paslėpti įrašo meta-valdiklius redaktoriaus laukelyje. "
1175
- #~ "Įmanomas daugėlio administravimo funkcijų supaprastinimas."
1176
-
1177
- # @ adminimize
1178
- #~ msgid "Frank B&uuml;ltge"
1179
- #~ msgstr "Frank B&uuml;ltge"
1180
-
1181
- # @ adminimize
1182
- #~ msgid "http://bueltge.de/"
1183
- #~ msgstr "http://bueltge.de/"
1184
-
1185
- # @ adminimize
1186
- #~ msgid "Admin Bar"
1187
- #~ msgstr "Administratoriaus Juosta"
1188
-
1189
- # @ adminimize
1190
- #~ msgid "WP Nav Menu"
1191
- #~ msgstr "WordPress Naršymo Meniu"
1192
-
1193
- # @ adminimize
1194
- #~ msgid "1.7.26"
1195
- #~ msgstr "1.7.26"
1196
-
1197
- # @ adminimize
1198
- #~ msgid ""
1199
- #~ "Attention: The settings page ignores these Menu settings and views the "
1200
- #~ "menu with all entries!"
1201
- #~ msgstr ""
1202
- #~ "Dėmesio: Nuostatų puslapis nepaiso šio meniu nustatymų ir supranta meniu "
1203
- #~ "kaip sąrašą su visais įrašais."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/adminimize-nl_NL.mo DELETED
Binary file
languages/adminimize-nl_NL.po DELETED
@@ -1,1172 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Adminimize v1.7.6\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-12-15 21:54+0100\n"
6
- "PO-Revision-Date: 2015-12-15 21:54+0100\n"
7
- "Last-Translator: Frank Bültge <frank@bueltge.de>\n"
8
- "Language-Team: http://wpwebshop.com <info@wppg.me>\n"
9
- "Language: nl_NL\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=utf-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
- "X-Poedit-SourceCharset: utf-8\n"
15
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
- "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
- "X-Poedit-Basepath: ..\n"
18
- "X-Textdomain-Support: yes\n"
19
- "X-Generator: Poedit 1.8.4\n"
20
- "X-Poedit-SearchPath-0: .\n"
21
-
22
- #: adminimize.php:141
23
- msgid "Keymaster"
24
- msgstr ""
25
-
26
- #: adminimize.php:142
27
- msgid "Moderator"
28
- msgstr ""
29
-
30
- #: adminimize.php:143
31
- msgid "Participant"
32
- msgstr ""
33
-
34
- #: adminimize.php:144
35
- msgid "Spectator"
36
- msgstr ""
37
-
38
- #: adminimize.php:145
39
- msgid "Blocked"
40
- msgstr ""
41
-
42
- # @ adminimize
43
- #: adminimize.php:447 inc-options/links_options.php:52
44
- #: inc-options/write_cp_options.php:103 inc-options/write_post_options.php:97
45
- msgid "Categories"
46
- msgstr "Categorieën"
47
-
48
- #: adminimize.php:454 adminimize.php:481
49
- msgid "+ Add New Category"
50
- msgstr "+ Voeg een nieuwe categorie toe"
51
-
52
- #: adminimize.php:459 adminimize.php:488
53
- msgid "New category name"
54
- msgstr "Nieuwe categorie naam"
55
-
56
- #: adminimize.php:467 adminimize.php:492 adminimize.php:499
57
- msgid "Parent category"
58
- msgstr "Hoofdcategorie"
59
-
60
- #: adminimize.php:472 adminimize.php:504
61
- msgid "Add"
62
- msgstr "Toevoegen"
63
-
64
- # @ adminimize
65
- #: adminimize.php:486 inc-options/write_cp_options.php:104
66
- #: inc-options/write_post_options.php:98
67
- msgid "Add New Category"
68
- msgstr "Voeg een nieuwe categorie toe"
69
-
70
- #: adminimize.php:605 adminimize.php:607 adminimize.php:613
71
- msgid "Dashboard"
72
- msgstr "Dashboard"
73
-
74
- #: adminimize.php:700 adminimize.php:705 adminimize.php:706 adminimize.php:747
75
- #: adminimize.php:754 adminimize.php:755 adminimize.php:1223
76
- #: inc-setup/remove-admin-bar.php:64 inc-setup/remove-admin-bar.php:91
77
- #: inc-setup/remove-admin-bar.php:285
78
- msgid "Log Out"
79
- msgstr "Uitloggen"
80
-
81
- #: adminimize.php:1275
82
- msgid "Settings"
83
- msgstr "Instellingen"
84
-
85
- # @ adminimize
86
- #: adminimize.php:1288
87
- msgid "Adminimize Options"
88
- msgstr "Adminimize Instellingen"
89
-
90
- # @ adminimize
91
- #: adminimize.php:1289
92
- msgid "Adminimize"
93
- msgstr "Adminimize"
94
-
95
- #: adminimize.php:1322
96
- msgid "Cheatin&#8217; uh?"
97
- msgstr "Bedriegen he?"
98
-
99
- #: adminimize.php:1371
100
- msgid ""
101
- "Cheatin&#8217; uh? You do not have the right permission to update settings"
102
- msgstr ""
103
-
104
- #: adminimize.php:1849
105
- msgid "Please upload a valid .json file"
106
- msgstr ""
107
-
108
- # @ adminimize
109
- #: adminimize.php:1855
110
- #, fuzzy
111
- msgid "Please upload a file to import"
112
- msgstr "Uploaden bestand en importeer &raquo;"
113
-
114
- #: inc-options/admin_bar.php:22 inc-options/admin_bar_frontend.php:22
115
- #: inc-options/backend_options.php:15 inc-options/dashboard_options.php:16
116
- #: inc-options/deinstall_options.php:14 inc-options/global_options.php:15
117
- #: inc-options/im_export_options.php:14 inc-options/links_options.php:15
118
- #: inc-options/menu_options.php:15 inc-options/theme_options.php:14
119
- #: inc-options/widget_options.php:15 inc-options/wp_nav_menu_options.php:14
120
- #: inc-options/write_cp_options.php:20 inc-options/write_page_options.php:14
121
- #: inc-options/write_post_options.php:15
122
- msgid "Click to toggle"
123
- msgstr "Klik om om te schakelen"
124
-
125
- # @ adminimize
126
- #: inc-options/admin_bar.php:23
127
- #, fuzzy
128
- msgid "Admin Bar Back end options"
129
- msgstr "Backend Instellingen"
130
-
131
- # @ adminimize
132
- #: inc-options/admin_bar.php:41 inc-options/admin_bar_frontend.php:43
133
- #: inc-options/dashboard_options.php:33 inc-options/dashboard_options.php:99
134
- #: inc-options/global_options.php:23 inc-options/global_options.php:106
135
- #: inc-options/links_options.php:23 inc-options/links_options.php:101
136
- #: inc-options/widget_options.php:23 inc-options/widget_options.php:109
137
- #: inc-options/wp_nav_menu_options.php:22
138
- #: inc-options/wp_nav_menu_options.php:122
139
- #: inc-options/write_cp_options.php:208 inc-options/write_page_options.php:186
140
- #: inc-options/write_post_options.php:182
141
- msgid "Option"
142
- msgstr "Instelling"
143
-
144
- # @ adminimize
145
- #: inc-options/admin_bar.php:44 inc-options/admin_bar_frontend.php:46
146
- #: inc-options/dashboard_options.php:36 inc-options/global_options.php:26
147
- #: inc-options/links_options.php:26 inc-options/menu_options.php:26
148
- #: inc-options/widget_options.php:26 inc-options/wp_nav_menu_options.php:25
149
- #: inc-options/write_cp_options.php:33 inc-options/write_page_options.php:25
150
- #: inc-options/write_post_options.php:26
151
- msgid "Deactivate for"
152
- msgstr "Deactiveer voor"
153
-
154
- # @ adminimize
155
- #: inc-options/admin_bar.php:114 inc-options/admin_bar_frontend.php:121
156
- #: inc-options/backend_options.php:200 inc-options/dashboard_options.php:124
157
- #: inc-options/global_options.php:131 inc-options/links_options.php:126
158
- #: inc-options/menu_options.php:207 inc-options/widget_options.php:134
159
- #: inc-options/wp_nav_menu_options.php:147
160
- #: inc-options/write_cp_options.php:243 inc-options/write_page_options.php:211
161
- #: inc-options/write_post_options.php:207
162
- msgid "Update Options"
163
- msgstr "Instellingen Wijzigen"
164
-
165
- # @ adminimize
166
- #: inc-options/admin_bar.php:120 inc-options/admin_bar_frontend.php:127
167
- #: inc-options/backend_options.php:202 inc-options/dashboard_options.php:129
168
- #: inc-options/deinstall_options.php:27 inc-options/global_options.php:133
169
- #: inc-options/links_options.php:129 inc-options/menu_options.php:209
170
- #: inc-options/theme_options.php:123 inc-options/widget_options.php:136
171
- #: inc-options/wp_nav_menu_options.php:149
172
- #: inc-options/write_cp_options.php:248 inc-options/write_page_options.php:213
173
- #: inc-options/write_post_options.php:209
174
- msgid "scroll to top"
175
- msgstr "Naar boven"
176
-
177
- #: inc-options/admin_bar_frontend.php:24
178
- msgid "Admin Bar Front end options"
179
- msgstr ""
180
-
181
- # @ adminimize
182
- #: inc-options/backend_options.php:16
183
- msgid "Backend Options"
184
- msgstr "Backend Instellingen"
185
-
186
- # @ adminimize
187
- #: inc-options/backend_options.php:27
188
- #, fuzzy
189
- msgid "Use Global Settings"
190
- msgstr "Globale Instellingen"
191
-
192
- #: inc-options/backend_options.php:36
193
- msgid "The plugin is active in multiste."
194
- msgstr ""
195
-
196
- #: inc-options/backend_options.php:40
197
- msgid "False"
198
- msgstr ""
199
-
200
- #: inc-options/backend_options.php:41
201
- msgid "True"
202
- msgstr ""
203
-
204
- #: inc-options/backend_options.php:42
205
- msgid "Use the settings global in your Multisite network."
206
- msgstr ""
207
-
208
- #: inc-options/backend_options.php:47
209
- msgid "Exclude Super Admin"
210
- msgstr ""
211
-
212
- # @ adminimize
213
- #: inc-options/backend_options.php:51 inc-options/backend_options.php:62
214
- #: inc-options/backend_options.php:75 inc-options/backend_options.php:85
215
- #: inc-options/backend_options.php:98 inc-options/backend_options.php:109
216
- #: inc-options/backend_options.php:122 inc-options/backend_options.php:132
217
- #: inc-options/backend_options.php:143 inc-options/backend_options.php:153
218
- #: inc-options/backend_options.php:182
219
- msgid "Default"
220
- msgstr "Standaard"
221
-
222
- # @ adminimize
223
- #: inc-options/backend_options.php:52 inc-options/backend_options.php:110
224
- #: inc-options/backend_options.php:123 inc-options/backend_options.php:133
225
- #: inc-options/backend_options.php:144 inc-options/backend_options.php:154
226
- msgid "Activate"
227
- msgstr "Aktief"
228
-
229
- #: inc-options/backend_options.php:53
230
- msgid ""
231
- "Exclude the Super Admin on a WP Multisite Install from all limitations of "
232
- "this plugin."
233
- msgstr ""
234
-
235
- # @ adminimize
236
- #: inc-options/backend_options.php:58
237
- msgid "User-Info"
238
- msgstr "Gebruikersinformatie"
239
-
240
- # @ adminimize
241
- #: inc-options/backend_options.php:63 inc-options/backend_options.php:86
242
- #: inc-options/backend_options.php:99
243
- msgid "Hide"
244
- msgstr "Verbergen"
245
-
246
- # @ adminimize
247
- #: inc-options/backend_options.php:64
248
- msgid "Only logout"
249
- msgstr "Alleen uitloggen"
250
-
251
- # @ adminimize
252
- #: inc-options/backend_options.php:65
253
- msgid "User &amp; Logout"
254
- msgstr "Uitloggen Gebruiker"
255
-
256
- # @ adminimize
257
- #: inc-options/backend_options.php:66
258
- msgid ""
259
- "The &quot;User-Info-area&quot; is on the top right side of the backend. You "
260
- "can hide or reduced show."
261
- msgstr ""
262
- "Het &quot;Gebruikers-Informatie-scherm&quot; bevindt zich aan de boven "
263
- "rechterkant van de backend interface. Je kunt deze verbergen of weergeven."
264
-
265
- # @ adminimize
266
- #: inc-options/backend_options.php:71
267
- msgid "Change User-Info, redirect to"
268
- msgstr "Wijzig gebruikersinformatie, verwijs naar"
269
-
270
- # @ adminimize
271
- #: inc-options/backend_options.php:76
272
- msgid "Frontpage of the Blog"
273
- msgstr "Startpagina van de Blog"
274
-
275
- # @ adminimize
276
- #: inc-options/backend_options.php:77
277
- msgid ""
278
- "When the &quot;User-Info-area&quot; change it, then it is possible to change "
279
- "the redirect."
280
- msgstr ""
281
- "Wanneer het &quot;Gebruikers-Informatie-scherm&quot; veranderd wordt is het "
282
- "mogelijk om de verwijzing te wijzigen."
283
-
284
- # @ adminimize
285
- #: inc-options/backend_options.php:81
286
- msgid "Footer"
287
- msgstr "Footer"
288
-
289
- # @ adminimize
290
- #: inc-options/backend_options.php:87
291
- #, fuzzy
292
- msgid "The Footer-area can hide, include all links and details."
293
- msgstr ""
294
- "Het footer gebied kan verborgen worden, inclusief alle links en informatie."
295
-
296
- #: inc-options/backend_options.php:94
297
- msgid "Header"
298
- msgstr ""
299
-
300
- # @ adminimize
301
- #: inc-options/backend_options.php:100
302
- #, fuzzy
303
- msgid "The Header-area can hide, include all links and details."
304
- msgstr ""
305
- "Het footer gebied kan verborgen worden, inclusief alle links en informatie."
306
-
307
- # @ adminimize
308
- #: inc-options/backend_options.php:105
309
- msgid "Timestamp"
310
- msgstr "Timestamp (Tijdsinformatie)"
311
-
312
- # @ adminimize
313
- #: inc-options/backend_options.php:111
314
- msgid ""
315
- "Opens the post timestamp editing fields without you having to click the "
316
- "\"Edit\" link every time."
317
- msgstr ""
318
- "Opent de tijdsinformatie velden van het bericht zonder dat je elke keer op "
319
- "de \"Bewerk\" link hoeft te klikken"
320
-
321
- # @ adminimize
322
- #: inc-options/backend_options.php:118
323
- msgid "Thickbox FullScreen"
324
- msgstr "Thickbox FullScreen"
325
-
326
- # @ adminimize
327
- #: inc-options/backend_options.php:124
328
- #, fuzzy
329
- msgid ""
330
- "All Thickbox-function use the full area of the browser. Thickbox is for "
331
- "example in upload media-files."
332
- msgstr ""
333
- "Alle Thickbox-Funkties gebruiken de volledige ruimte van de browsers, "
334
- "bijvoorbeeld bij het uploaden van media bestanden."
335
-
336
- # @ adminimize
337
- #: inc-options/backend_options.php:128
338
- msgid "Flashuploader"
339
- msgstr "Flashuploader"
340
-
341
- # @ adminimize
342
- #: inc-options/backend_options.php:134
343
- msgid "Disable the flashuploader and users use only the standard uploader."
344
- msgstr ""
345
- "Deactiveer de flashuploader, gebruikers gebruiken alleen de standaard "
346
- "uploader"
347
-
348
- # @ adminimize
349
- #: inc-options/backend_options.php:139
350
- msgid "Category Height"
351
- msgstr "Categorie Hoogte"
352
-
353
- # @ adminimize
354
- #: inc-options/backend_options.php:145
355
- msgid ""
356
- "View the Meta Box with Categories in the full height, no scrollbar or "
357
- "whitespace."
358
- msgstr ""
359
- "Bekijk de Meta Box met categorieën in de volle hoogte, zonder scrollbar of "
360
- "spaties."
361
-
362
- # @ adminimize
363
- #: inc-options/backend_options.php:149
364
- msgid "Advice in Footer"
365
- msgstr "Advies in de footer"
366
-
367
- # @ adminimize
368
- #: inc-options/backend_options.php:156
369
- #, fuzzy
370
- msgid ""
371
- "In the Footer you can display an advice for changing the Default-design, "
372
- "(x)HTML is possible."
373
- msgstr ""
374
- "In de footer kan je een advies weergeven voor het standaard design te "
375
- "wijzigen, (x)HTML is mogelijk."
376
-
377
- # @ adminimize
378
- #: inc-options/backend_options.php:178
379
- msgid "Dashboard deactivate, redirect to"
380
- msgstr "Dashboard is niet actief, verwijzen naar"
381
-
382
- # @ adminimize
383
- #: inc-options/backend_options.php:183
384
- msgid "Manage Posts"
385
- msgstr "Arrangeer Berichten"
386
-
387
- # @ adminimize
388
- #: inc-options/backend_options.php:184
389
- msgid "Manage Pages"
390
- msgstr "Arrangeer Pagina's"
391
-
392
- # @ adminimize
393
- #: inc-options/backend_options.php:185
394
- msgid "Write Post"
395
- msgstr "Schrijf Bericht"
396
-
397
- # @ adminimize
398
- #: inc-options/backend_options.php:186
399
- msgid "Write Page"
400
- msgstr "Schrijf Pagina"
401
-
402
- # @ adminimize
403
- #: inc-options/backend_options.php:187
404
- msgid "Comments"
405
- msgstr "Commentaar"
406
-
407
- # @ adminimize
408
- #: inc-options/backend_options.php:188
409
- msgid "other Page"
410
- msgstr "andere pagina"
411
-
412
- # @ adminimize
413
- #: inc-options/backend_options.php:191
414
- #, fuzzy
415
- msgid ""
416
- "You have deactivated the Dashboard, please select a page for redirection or "
417
- "define custom url, include http://?"
418
- msgstr ""
419
- "Je hebt het dashboard gedeactiveerd, selecteer een pagina waar naar verwezen "
420
- "kan worden."
421
-
422
- #: inc-options/dashboard_options.php:17
423
- #, fuzzy
424
- msgid "Dashboard options"
425
- msgstr "Dashboard"
426
-
427
- #: inc-options/dashboard_options.php:25
428
- msgid ""
429
- "To complete the installation for Dashboard Widgets you must visit your "
430
- "dashboard once and then come back to Settings > Adminimize to configure who "
431
- "has access to each widget."
432
- msgstr ""
433
-
434
- # @ adminimize
435
- #: inc-options/dashboard_options.php:98 inc-options/global_options.php:105
436
- msgid "Your own options"
437
- msgstr "Jouw instellingen"
438
-
439
- # @ adminimize
440
- #: inc-options/dashboard_options.php:98 inc-options/global_options.php:105
441
- #: inc-options/links_options.php:100 inc-options/widget_options.php:108
442
- #: inc-options/wp_nav_menu_options.php:121
443
- #: inc-options/write_cp_options.php:206 inc-options/write_page_options.php:185
444
- #: inc-options/write_post_options.php:181
445
- msgid "ID or class"
446
- msgstr "ID of klasse"
447
-
448
- # @ adminimize
449
- #: inc-options/dashboard_options.php:105 inc-options/global_options.php:112
450
- #: inc-options/links_options.php:107 inc-options/widget_options.php:115
451
- #: inc-options/wp_nav_menu_options.php:128
452
- #: inc-options/write_cp_options.php:215 inc-options/write_page_options.php:192
453
- #: inc-options/write_post_options.php:188
454
- msgid ""
455
- "It is possible to add your own IDs or classes from elements and tags. You "
456
- "can find IDs and classes with the FireBug Add-on for Firefox. Assign a value "
457
- "and the associate name per line."
458
- msgstr ""
459
- "Het is mogelijk dat je een eigen ID en klasse van elementen en tags "
460
- "toevoegd. Je kan ID's en klassen vinden met de FireBug extensie voor "
461
- "FireFox. Ken een waarde per regel en de bijbehorende naam toe."
462
-
463
- # @ adminimize
464
- #: inc-options/dashboard_options.php:111 inc-options/global_options.php:118
465
- #: inc-options/links_options.php:113 inc-options/widget_options.php:121
466
- #: inc-options/wp_nav_menu_options.php:134
467
- #: inc-options/write_cp_options.php:225 inc-options/write_page_options.php:198
468
- #: inc-options/write_post_options.php:194
469
- #, fuzzy
470
- msgid ""
471
- "Possible nomination for ID or class. Separate multiple nominations through a "
472
- "carriage return."
473
- msgstr ""
474
- "Mogelijke benaming voor een ID of klasse. Verdeel de waarden met een nieuwe "
475
- "regel door de enter toets te gebruiken."
476
-
477
- # @ adminimize
478
- #: inc-options/dashboard_options.php:116 inc-options/global_options.php:123
479
- #: inc-options/links_options.php:118 inc-options/widget_options.php:126
480
- #: inc-options/wp_nav_menu_options.php:139
481
- #: inc-options/write_cp_options.php:233 inc-options/write_page_options.php:203
482
- #: inc-options/write_post_options.php:199
483
- msgid ""
484
- "Possible IDs or classes. Separate multiple values through a carriage return."
485
- msgstr ""
486
- "Mogelijke ID's of klassen. Verdeel de verschillende waarden met een nieuwe "
487
- "regel door de enter toets te gebruiken."
488
-
489
- # @ adminimize
490
- #: inc-options/deinstall_options.php:15
491
- #, fuzzy
492
- msgid "Uninstall Options"
493
- msgstr "Deinstalleren Instellingen"
494
-
495
- # @ adminimize
496
- #: inc-options/deinstall_options.php:18
497
- msgid ""
498
- "Use this option for clean your database from all entries of this plugin. "
499
- "When you deactivate the plugin, the deinstall of the plugin <strong>clean "
500
- "not</strong> all entries in the database."
501
- msgstr ""
502
- "Gebruik deze instelling om de opties van deze plugin te verwijderen uit de "
503
- "database. Wanneer je alleen de plugin deactiveerd worden deze <strong>niet</"
504
- "strong> verwijderd !"
505
-
506
- # @ adminimize
507
- #: inc-options/deinstall_options.php:22
508
- msgid "Delete Options"
509
- msgstr "Instellingen Verwijderen"
510
-
511
- # @ adminimize
512
- #: inc-options/global_options.php:16
513
- msgid "Global options"
514
- msgstr "Globale Instellingen"
515
-
516
- # @ adminimize
517
- #: inc-options/im_export_options.php:15
518
- msgid "Export/Import Options"
519
- msgstr "Exporteer/Importeer Instellingen"
520
-
521
- # @ adminimize
522
- #: inc-options/im_export_options.php:20
523
- msgid "Export"
524
- msgstr "Exporteer"
525
-
526
- # @ adminimize
527
- #: inc-options/im_export_options.php:24
528
- #, fuzzy
529
- msgid "You can save a JSON formatted \".json\" file with your settings."
530
- msgstr "Je kan een .seq bestand opslaan met jouw instellingen."
531
-
532
- # @ adminimize
533
- #: inc-options/im_export_options.php:40
534
- msgid "Import"
535
- msgstr "Importeer"
536
-
537
- # @ adminimize
538
- #: inc-options/im_export_options.php:47
539
- #, fuzzy
540
- msgid ""
541
- "Choose a Adminimize (<em>.json</em>) file to upload, then click <em>Upload "
542
- "file and import</em>."
543
- msgstr ""
544
- "Selecteer een Adminimize (<em>.seq</em>) bestand om te uploaden en klik dan "
545
- "op <em>uploaden bestand en importeren</em>."
546
-
547
- # @ adminimize
548
- #: inc-options/links_options.php:16
549
- msgid "Links options"
550
- msgstr "Link Instellingen"
551
-
552
- #: inc-options/links_options.php:49
553
- msgid "Name"
554
- msgstr "Naam"
555
-
556
- #: inc-options/links_options.php:50
557
- msgid "Web Address"
558
- msgstr "Website URL"
559
-
560
- #: inc-options/links_options.php:51
561
- msgid "Description"
562
- msgstr "Beschrijving"
563
-
564
- #: inc-options/links_options.php:53
565
- msgid "Target"
566
- msgstr "Doel"
567
-
568
- #: inc-options/links_options.php:54
569
- msgid "Link Relationship (XFN)"
570
- msgstr "Link Relatie (XFN)"
571
-
572
- #: inc-options/links_options.php:55
573
- msgid "Advanced"
574
- msgstr "Geavanceerd"
575
-
576
- # @ adminimize
577
- #: inc-options/links_options.php:56 inc-options/write_cp_options.php:112
578
- #: inc-options/write_page_options.php:113
579
- #: inc-options/write_post_options.php:107
580
- msgid "Publish Actions"
581
- msgstr "Publiceer acties"
582
-
583
- # @ adminimize
584
- #: inc-options/links_options.php:100
585
- #, fuzzy
586
- msgid "Your own Link options"
587
- msgstr "Jouw instellingen"
588
-
589
- # @ adminimize
590
- #: inc-options/menu_options.php:16
591
- msgid "Menu Options"
592
- msgstr "Menu Instellingen"
593
-
594
- # @ adminimize
595
- #: inc-options/menu_options.php:23
596
- #, fuzzy
597
- msgid "Menu options - Menu, <span>Submenu</span>"
598
- msgstr ""
599
- "Menu Instellingen - Menu, <span style=\"font-weight: 400;\">Submenu</span>"
600
-
601
- # @ adminimize
602
- #: inc-options/menu_options.php:78 inc-options/menu_options.php:153
603
- msgid "After activate the check box it heavy attitudes will change."
604
- msgstr ""
605
- "Wanneer het selectievakje aangevinkt is worden de belangrijke instellingen "
606
- "veranderd"
607
-
608
- #: inc-options/menu_options.php:128
609
- msgid "Profile"
610
- msgstr "Profiel"
611
-
612
- #: inc-options/minimenu.php:15
613
- msgid "Network"
614
- msgstr ""
615
-
616
- # @ adminimize
617
- #: inc-options/minimenu.php:150
618
- #, fuzzy
619
- msgid ""
620
- "Further information: Visit the <a href=\"http://wordpress.org/extend/plugins/"
621
- "adminimize/\">plugin homepage</a> for further information or to grab the "
622
- "latest version of this plugin. Also see the <a href=\"http://wordpress.org/"
623
- "support/plugin/adminimize\">support forum</a> for questions."
624
- msgstr ""
625
- "Voor meer informatie : bezoek de <a href=\"http://bueltge.de/wordpress-admin-"
626
- "theme-adminimize/674/\">Plugin Website</a> voor meer informatie of download "
627
- "de laatste versie van deze plugin."
628
-
629
- # @ adminimize
630
- #: inc-options/minimenu.php:161
631
- msgid ""
632
- "You want to thank me? Visit my <a href=\"http://bueltge.de/wunschliste/"
633
- "\">wishlist</a> or donate."
634
- msgstr ""
635
- "Wil je mij bedanken ? Bekijk mijn <a href=\"http://bueltge.de/wunschliste/"
636
- "\">verlanglijst</a> of je kunt een donatie geven."
637
-
638
- #: inc-options/minimenu.php:179 inc-options/settings_notice.php:17
639
- msgid ""
640
- "Please note: The Adminimize settings page ignores the Menu Options below and "
641
- "displays the menu with all entries.<br /><span style=\"font-weight: 300;"
642
- "\">To view your changes to the menu you need to navigate away from the "
643
- "Adminimize settings page.</span>"
644
- msgstr ""
645
-
646
- # @ adminimize
647
- #: inc-options/theme_options.php:15 inc-options/theme_options.php:115
648
- msgid "Set Theme"
649
- msgstr "Thema Instellen"
650
-
651
- # @ adminimize
652
- #: inc-options/theme_options.php:26
653
- msgid ""
654
- "For better peformance with many users on your blog; load only userlist, when "
655
- "you will change the theme options for users."
656
- msgstr ""
657
- "Voor een betere prestatie bij meer gebruikers op je blog; laad alleen de "
658
- "gebruikerslijst wanneer je de thema opties veranderd voor gebruikers."
659
-
660
- # @ adminimize
661
- #: inc-options/theme_options.php:33
662
- msgid "Load User Data"
663
- msgstr "Gebruikersdata laden"
664
-
665
- #: inc-options/theme_options.php:47
666
- msgid "User-ID"
667
- msgstr "User-ID"
668
-
669
- #: inc-options/theme_options.php:48
670
- msgid "Username"
671
- msgstr "Gebruikersnaam"
672
-
673
- #: inc-options/theme_options.php:49
674
- msgid "Display name publicly as"
675
- msgstr "Laat naam publiekelijk zien als"
676
-
677
- #: inc-options/theme_options.php:50
678
- msgid "Admin-Color Scheme"
679
- msgstr "Admin kleuren schema"
680
-
681
- #: inc-options/theme_options.php:51
682
- msgid "User Level"
683
- msgstr "Gebruikersniveau"
684
-
685
- #: inc-options/theme_options.php:52
686
- msgid "Role"
687
- msgstr "Rol"
688
-
689
- # @ adminimize
690
- #: inc-options/widget_options.php:16
691
- #, fuzzy
692
- msgid "Widget options"
693
- msgstr "Link Instellingen"
694
-
695
- #: inc-options/widget_options.php:46 inc-options/wp_nav_menu_options.php:48
696
- #: inc-options/write_cp_options.php:98 inc-options/write_page_options.php:94
697
- #: inc-options/write_post_options.php:92
698
- msgid "Help"
699
- msgstr "Help"
700
-
701
- # @ adminimize
702
- #: inc-options/widget_options.php:47 inc-options/wp_nav_menu_options.php:49
703
- #: inc-options/write_cp_options.php:99 inc-options/write_page_options.php:95
704
- #: inc-options/write_post_options.php:93
705
- msgid "Screen Options"
706
- msgstr "Scherm Instellingen"
707
-
708
- #: inc-options/widget_options.php:48
709
- msgid "Available Widgets"
710
- msgstr ""
711
-
712
- #: inc-options/widget_options.php:49
713
- msgid "Inactive Sidebar (not used)"
714
- msgstr ""
715
-
716
- #: inc-options/widget_options.php:50
717
- msgid "Inactive Widgets"
718
- msgstr ""
719
-
720
- # @ adminimize
721
- #: inc-options/widget_options.php:108
722
- #, fuzzy
723
- msgid "Your own Widget options"
724
- msgstr "Jouw eigen pagina instellingen"
725
-
726
- # @ adminimize
727
- #: inc-options/wp_nav_menu_options.php:15
728
- #, fuzzy
729
- msgid "WP Nav Menu options"
730
- msgstr "Menu Instellingen"
731
-
732
- #: inc-options/wp_nav_menu_options.php:50
733
- #: inc-options/wp_nav_menu_options.php:56
734
- msgid "Theme Locations"
735
- msgstr ""
736
-
737
- #: inc-options/wp_nav_menu_options.php:51
738
- #, fuzzy
739
- msgid "Custom Links"
740
- msgstr "Velden gedefinieerd door de gebruiker"
741
-
742
- #: inc-options/wp_nav_menu_options.php:52
743
- msgid "Add menu"
744
- msgstr ""
745
-
746
- # @ adminimize
747
- #: inc-options/wp_nav_menu_options.php:121
748
- #, fuzzy
749
- msgid "Your own Nav Menu options"
750
- msgstr "Jouw eigen pagina instellingen"
751
-
752
- # @ adminimize
753
- #: inc-options/write_cp_options.php:22 inc-options/write_cp_options.php:30
754
- #, fuzzy
755
- msgid "Write options"
756
- msgstr "Schrijf Instellingen - Bericht"
757
-
758
- # @ adminimize
759
- #: inc-options/write_cp_options.php:100 inc-options/write_page_options.php:97
760
- #: inc-options/write_post_options.php:95
761
- msgid "Permalink"
762
- msgstr "Permalink"
763
-
764
- # @ adminimize
765
- #: inc-options/write_cp_options.php:101 inc-options/write_cp_options.php:139
766
- #: inc-options/write_post_options.php:96
767
- #: inc-options/write_post_options.php:131
768
- msgid "Tags"
769
- msgstr "Tags"
770
-
771
- #: inc-options/write_cp_options.php:102
772
- msgid "Format"
773
- msgstr ""
774
-
775
- # @ adminimize
776
- #: inc-options/write_cp_options.php:105 inc-options/write_post_options.php:100
777
- msgid "Password Protect This Post"
778
- msgstr "Bescherm dit artikel met een wachtwoord"
779
-
780
- # @ adminimize
781
- #: inc-options/write_cp_options.php:106 inc-options/write_post_options.php:101
782
- msgid "Related, Shortcuts"
783
- msgstr "Gerelateerde Snelkoppelingen"
784
-
785
- # @ adminimize
786
- #: inc-options/write_cp_options.php:107 inc-options/write_page_options.php:108
787
- #: inc-options/write_post_options.php:102
788
- #, fuzzy
789
- msgid "Messages"
790
- msgstr "Mededelingen"
791
-
792
- # @ adminimize
793
- #: inc-options/write_cp_options.php:108 inc-options/write_page_options.php:109
794
- #: inc-options/write_post_options.php:103
795
- msgid "h2: Advanced Options"
796
- msgstr "h2: Uitgebreide Instellingen"
797
-
798
- # @ adminimize
799
- #: inc-options/write_cp_options.php:109 inc-options/write_page_options.php:110
800
- #: inc-options/write_post_options.php:104
801
- msgid "Media Buttons (all)"
802
- msgstr "Media Buttons (alle)"
803
-
804
- # @ adminimize
805
- #: inc-options/write_cp_options.php:110 inc-options/write_page_options.php:111
806
- #: inc-options/write_post_options.php:105
807
- msgid "Word count"
808
- msgstr "Aantal woorden"
809
-
810
- #: inc-options/write_cp_options.php:111 inc-options/write_post_options.php:106
811
- msgid "Post Slug"
812
- msgstr "Bericht Slug"
813
-
814
- #: inc-options/write_cp_options.php:113 inc-options/write_page_options.php:114
815
- #: inc-options/write_post_options.php:108
816
- msgid "Discussion"
817
- msgstr "Discussie"
818
-
819
- #: inc-options/write_cp_options.php:114 inc-options/write_page_options.php:115
820
- #: inc-options/write_post_options.php:109
821
- msgid "HTML Editor Button"
822
- msgstr "HTML Editor knop"
823
-
824
- #: inc-options/write_cp_options.php:124 inc-options/write_post_options.php:118
825
- msgid "Post Thumbnail"
826
- msgstr "Miniatuurafbeelding Bericht"
827
-
828
- #: inc-options/write_cp_options.php:130 inc-options/write_page_options.php:128
829
- #: inc-options/write_post_options.php:122
830
- msgid "Quick Edit Link"
831
- msgstr ""
832
-
833
- #: inc-options/write_cp_options.php:131 inc-options/write_cp_options.php:135
834
- #: inc-options/write_cp_options.php:138 inc-options/write_cp_options.php:141
835
- #: inc-options/write_page_options.php:129
836
- #: inc-options/write_page_options.php:134
837
- #: inc-options/write_page_options.php:137
838
- #: inc-options/write_post_options.php:123
839
- #: inc-options/write_post_options.php:127
840
- #: inc-options/write_post_options.php:130
841
- #: inc-options/write_post_options.php:133
842
- msgid "QE"
843
- msgstr ""
844
-
845
- #: inc-options/write_cp_options.php:131 inc-options/write_page_options.php:129
846
- #: inc-options/write_post_options.php:123
847
- msgid "Inline Edit Left"
848
- msgstr ""
849
-
850
- #: inc-options/write_cp_options.php:132 inc-options/write_page_options.php:130
851
- #: inc-options/write_post_options.php:124
852
- msgid "All Labels"
853
- msgstr ""
854
-
855
- #: inc-options/write_cp_options.php:133 inc-options/write_page_options.php:132
856
- #: inc-options/write_post_options.php:125
857
- msgid "Author"
858
- msgstr "Auteur"
859
-
860
- # @ adminimize
861
- #: inc-options/write_cp_options.php:134 inc-options/write_page_options.php:133
862
- #: inc-options/write_post_options.php:126
863
- #, fuzzy
864
- msgid "Password and Private"
865
- msgstr "Deze pagina met een wachtwoord beschermen"
866
-
867
- #: inc-options/write_cp_options.php:135 inc-options/write_post_options.php:127
868
- msgid "Inline Edit Center"
869
- msgstr ""
870
-
871
- # @ adminimize
872
- #: inc-options/write_cp_options.php:136 inc-options/write_post_options.php:128
873
- #, fuzzy
874
- msgid "Categories Title"
875
- msgstr "Categorieën"
876
-
877
- # @ adminimize
878
- #: inc-options/write_cp_options.php:137 inc-options/write_post_options.php:129
879
- #, fuzzy
880
- msgid "Categories List"
881
- msgstr "Categorieën"
882
-
883
- #: inc-options/write_cp_options.php:138 inc-options/write_page_options.php:134
884
- #: inc-options/write_post_options.php:130
885
- msgid "Inline Edit Right"
886
- msgstr ""
887
-
888
- #: inc-options/write_cp_options.php:140 inc-options/write_post_options.php:132
889
- msgid "Status, Sticky"
890
- msgstr ""
891
-
892
- #: inc-options/write_cp_options.php:141 inc-options/write_page_options.php:137
893
- #: inc-options/write_post_options.php:133
894
- msgid "Cancel/Save Button"
895
- msgstr ""
896
-
897
- # @ adminimize
898
- #: inc-options/write_cp_options.php:205
899
- #, fuzzy, php-format
900
- msgid "Your own %s options"
901
- msgstr "Jouw instellingen"
902
-
903
- # @ adminimize
904
- #: inc-options/write_page_options.php:15 inc-options/write_page_options.php:22
905
- msgid "Write options - Page"
906
- msgstr "Schrijf Instellingen - Pagina"
907
-
908
- #: inc-options/write_page_options.php:96 inc-options/write_post_options.php:94
909
- msgid "Title"
910
- msgstr ""
911
-
912
- #: inc-options/write_page_options.php:98
913
- msgid "Custom Fields"
914
- msgstr "Velden gedefinieerd door de gebruiker"
915
-
916
- # @ adminimize
917
- #: inc-options/write_page_options.php:99
918
- msgid "Comments &amp; Pings"
919
- msgstr "Commentaar &amp; Pings"
920
-
921
- #: inc-options/write_page_options.php:100
922
- #: inc-options/write_page_options.php:131
923
- #: inc-options/write_post_options.php:99
924
- msgid "Date"
925
- msgstr ""
926
-
927
- # @ adminimize
928
- #: inc-options/write_page_options.php:101
929
- msgid "Password Protect This Page"
930
- msgstr "Deze pagina met een wachtwoord beschermen"
931
-
932
- #: inc-options/write_page_options.php:102
933
- msgid "Attributes"
934
- msgstr "Attributen"
935
-
936
- # @ adminimize
937
- #: inc-options/write_page_options.php:103
938
- msgid "Page Template"
939
- msgstr "Pagina Template"
940
-
941
- # @ adminimize
942
- #: inc-options/write_page_options.php:104
943
- msgid "Page Order"
944
- msgstr "Pagina Volgorde"
945
-
946
- #: inc-options/write_page_options.php:105
947
- msgid "Page Author"
948
- msgstr "Auteur"
949
-
950
- #: inc-options/write_page_options.php:106
951
- msgid "Page Revisions"
952
- msgstr "Pagina Revisies"
953
-
954
- # @ adminimize
955
- #: inc-options/write_page_options.php:107
956
- msgid "Related"
957
- msgstr "Zie ook"
958
-
959
- #: inc-options/write_page_options.php:112
960
- msgid "Page Slug"
961
- msgstr "Pagina Slug"
962
-
963
- #: inc-options/write_page_options.php:124
964
- msgid "Page Image"
965
- msgstr "Pagina Afbeelding"
966
-
967
- # @ adminimize
968
- #: inc-options/write_page_options.php:135
969
- #, fuzzy
970
- msgid "Parent, Order, Template"
971
- msgstr "Pagina Template"
972
-
973
- #: inc-options/write_page_options.php:136
974
- msgid "Status"
975
- msgstr ""
976
-
977
- # @ adminimize
978
- #: inc-options/write_page_options.php:185
979
- msgid "Your own page options"
980
- msgstr "Jouw eigen pagina instellingen"
981
-
982
- # @ adminimize
983
- #: inc-options/write_post_options.php:16 inc-options/write_post_options.php:23
984
- msgid "Write options - Post"
985
- msgstr "Schrijf Instellingen - Bericht"
986
-
987
- # @ adminimize
988
- #: inc-options/write_post_options.php:181
989
- msgid "Your own post options"
990
- msgstr "Jouw eigen bericht instellingen"
991
-
992
- # @ adminimize
993
- #: inc-setup/messages.php:39
994
- msgid "Unknown error."
995
- msgstr "Onbekende fout."
996
-
997
- # @ adminimize
998
- #: inc-setup/messages.php:50
999
- #, fuzzy
1000
- msgid "The updates were saved."
1001
- msgstr "De instellingen zijn opgeslagen."
1002
-
1003
- # @ adminimize
1004
- #: inc-setup/messages.php:53
1005
- #, fuzzy
1006
- msgid "You have not enough rights to edit entries in the database."
1007
- msgstr ""
1008
- "Je hebt niet genoeg rechten om ingevoerde data te editten in de database"
1009
-
1010
- # @ adminimize
1011
- #: inc-setup/messages.php:56
1012
- #, fuzzy
1013
- msgid "All entries in the database were imported."
1014
- msgstr "Alle invoeringen in de database zijn geimporteerd"
1015
-
1016
- # @ adminimize
1017
- #: inc-setup/messages.php:59
1018
- #, fuzzy
1019
- msgid "All entries in the database were deleted."
1020
- msgstr "Alle ingevoerde data in de database zijn verwijderd."
1021
-
1022
- # @ adminimize
1023
- #: inc-setup/messages.php:62
1024
- msgid "Set the checkbox on deinstall-button."
1025
- msgstr "Vink de selecteerbox aan op de deinstalleer knop"
1026
-
1027
- # @ adminimize
1028
- #: inc-setup/messages.php:65
1029
- msgid "Can't load menu and submenu."
1030
- msgstr "Het menu en submenu kunnen niet geladen worden."
1031
-
1032
- # @ adminimize
1033
- #: inc-setup/messages.php:67
1034
- msgid "Backend-Theme was activated!"
1035
- msgstr "Backend-Thema was geactiveerd!"
1036
-
1037
- # @ adminimize
1038
- #: inc-setup/messages.php:69
1039
- msgid "Load user data to themes was successful."
1040
- msgstr "Het laden van gebruikersdata naar de thema's was succesvol."
1041
-
1042
- #: inc-setup/remove-admin-bar.php:274
1043
- msgid "Network Admin"
1044
- msgstr ""
1045
-
1046
- #: inc-setup/remove-admin-bar.php:278
1047
- msgid "Site Admin"
1048
- msgstr ""
1049
-
1050
- #~ msgid "Blue"
1051
- #~ msgstr "Blauw"
1052
-
1053
- #~ msgid "Gray"
1054
- #~ msgstr "Grijs"
1055
-
1056
- #~ msgid "Classic"
1057
- #~ msgstr "Classic"
1058
-
1059
- #~ msgid "Fresh"
1060
- #~ msgstr "Fresh"
1061
-
1062
- #~ msgid "WordPress 2.3"
1063
- #~ msgstr "WordPress 2.3"
1064
-
1065
- #~ msgid "Maybe i'm colorblind"
1066
- #~ msgstr "Misschien ben ik kleurenblind"
1067
-
1068
- #~ msgid "Grey"
1069
- #~ msgstr "Grijs"
1070
-
1071
- #~ msgid "Visit plugin homepage"
1072
- #~ msgstr "Bezoek de homepage van de plugin "
1073
-
1074
- #~ msgid "plugin"
1075
- #~ msgstr "plugin"
1076
-
1077
- #~ msgid "Version"
1078
- #~ msgstr "Versie"
1079
-
1080
- # @ adminimize
1081
- #~ msgid "History"
1082
- #~ msgstr "Historie"
1083
-
1084
- # @ adminimize
1085
- #~ msgid "plugin activate"
1086
- #~ msgstr "activeer plugin"
1087
-
1088
- # @ adminimize
1089
- #~ msgid ""
1090
- #~ "<a href=\"http://wordpress.org/extend/plugins/adminimize/"
1091
- #~ "\">Documentation</a>"
1092
- #~ msgstr ""
1093
- #~ "<a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/"
1094
- #~ "\">Documentatie (Duits)</a> (<a href=\"http://wordpress.org/extend/"
1095
- #~ "plugins/adminimize/\">Engels</a>)"
1096
-
1097
- # @ adminimize
1098
- #~ msgid "WriteScroll"
1099
- #~ msgstr "WriteScroll"
1100
-
1101
- # @ adminimize
1102
- #~ msgid ""
1103
- #~ "With the WriteScroll option active, these pages will automatically scroll "
1104
- #~ "to an optimal position for editing, when you visit Write Post or Write "
1105
- #~ "Page."
1106
- #~ msgstr ""
1107
- #~ "Wanneer de WriteScroll optie actief is zulllen pagina's automatisch "
1108
- #~ "automatisch naar de correcte positie scrollen voor optimale bewerking bij "
1109
- #~ "het schrijven van een bericht of pagina."
1110
-
1111
- # @ adminimize
1112
- #~ msgid "Favorite Actions"
1113
- #~ msgstr "Favoriete Acties"
1114
-
1115
- # @ adminimize
1116
- #~ msgid "Screen-Meta"
1117
- #~ msgstr "Scherm-Meta"
1118
-
1119
- # @ adminimize
1120
- #~ msgid "Contextual Help"
1121
- #~ msgstr "Contextuele Hulp"
1122
-
1123
- # @ adminimize
1124
- #~ msgid "Admin Color Scheme"
1125
- #~ msgstr "Kleurenpalet Instellen"
1126
-
1127
- # @ adminimize
1128
- #~ msgid "Excerpt"
1129
- #~ msgstr "Excerpt (samenvatting)"
1130
-
1131
- # @ adminimize
1132
- #~ msgid "Trackbacks"
1133
- #~ msgstr "Trackbacks"
1134
-
1135
- #~ msgid "Post Author"
1136
- #~ msgstr "Auteur"
1137
-
1138
- #~ msgid "Post Revisions"
1139
- #~ msgstr "Bericht Revisies"
1140
-
1141
- # @ adminimize
1142
- #~ msgid "Suggested tags from"
1143
- #~ msgstr "Voorgestelde tags van"
1144
-
1145
- #~ msgid "Text Control"
1146
- #~ msgstr "Tekst Controle"
1147
-
1148
- #~ msgid "HTML Special Characters"
1149
- #~ msgstr "Speciale HTML Karakters"
1150
-
1151
- #~ msgid "All in One SEO Pack"
1152
- #~ msgstr "All in One SEO Pack"
1153
-
1154
- # @ adminimize
1155
- #~ msgid "About the plugin"
1156
- #~ msgstr "Over de plugin"
1157
-
1158
- # @ adminimize
1159
- #~ msgid "PayPal - The safer, easier way to pay online!"
1160
- #~ msgstr "PayPal - De veilige en makkelijke manier om online te betalen !"
1161
-
1162
- # @ adminimize
1163
- #~ msgid "Export &raquo;"
1164
- #~ msgstr "Exporteren &raquo;"
1165
-
1166
- # @ adminimize
1167
- #~ msgid "Choose a file from your computer"
1168
- #~ msgstr "Selecteer een bestand van je computer"
1169
-
1170
- # @ adminimize
1171
- #~ msgid "MiniMenu"
1172
- #~ msgstr "MiniMenu"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/adminimize-pt_BR.mo DELETED
Binary file
languages/adminimize-pt_BR.po DELETED
@@ -1,1206 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Adminimize\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-12-15 21:54+0100\n"
6
- "PO-Revision-Date: 2015-12-15 21:54+0100\n"
7
- "Last-Translator: Frank Bültge <frank@bueltge.de>\n"
8
- "Language-Team: Rafael Funchal <contato@rafaelfunchal.com.br>\n"
9
- "Language: pt_BR\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
- "X-Poedit-SourceCharset: UTF-8\n"
15
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
- "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
- "X-Poedit-Basepath: ..\n"
18
- "X-Textdomain-Support: yes\n"
19
- "X-Generator: Poedit 1.8.4\n"
20
- "X-Poedit-SearchPath-0: .\n"
21
-
22
- #: adminimize.php:141
23
- msgid "Keymaster"
24
- msgstr "Chave Mestra"
25
-
26
- #: adminimize.php:142
27
- msgid "Moderator"
28
- msgstr "Moderador"
29
-
30
- #: adminimize.php:143
31
- msgid "Participant"
32
- msgstr "Participante"
33
-
34
- #: adminimize.php:144
35
- msgid "Spectator"
36
- msgstr "Leitor"
37
-
38
- #: adminimize.php:145
39
- msgid "Blocked"
40
- msgstr "Bloqueado"
41
-
42
- # @ default
43
- # @ adminimize
44
- #: adminimize.php:447 inc-options/links_options.php:52
45
- #: inc-options/write_cp_options.php:103 inc-options/write_post_options.php:97
46
- msgid "Categories"
47
- msgstr "Categorias"
48
-
49
- # @ default
50
- #: adminimize.php:454 adminimize.php:481
51
- msgid "+ Add New Category"
52
- msgstr "+ Adicionar Nova Categoria"
53
-
54
- # @ default
55
- #: adminimize.php:459 adminimize.php:488
56
- msgid "New category name"
57
- msgstr "Nome da Nova Categoria"
58
-
59
- # @ default
60
- #: adminimize.php:467 adminimize.php:492 adminimize.php:499
61
- msgid "Parent category"
62
- msgstr "Categoria Pai"
63
-
64
- # @ default
65
- #: adminimize.php:472 adminimize.php:504
66
- msgid "Add"
67
- msgstr "Adicionar"
68
-
69
- # @ default
70
- # @ adminimize
71
- #: adminimize.php:486 inc-options/write_cp_options.php:104
72
- #: inc-options/write_post_options.php:98
73
- msgid "Add New Category"
74
- msgstr "Adicionar Nova Categoria"
75
-
76
- # @ default
77
- #: adminimize.php:605 adminimize.php:607 adminimize.php:613
78
- msgid "Dashboard"
79
- msgstr "Painel"
80
-
81
- # @ default
82
- #: adminimize.php:700 adminimize.php:705 adminimize.php:706 adminimize.php:747
83
- #: adminimize.php:754 adminimize.php:755 adminimize.php:1223
84
- #: inc-setup/remove-admin-bar.php:64 inc-setup/remove-admin-bar.php:91
85
- #: inc-setup/remove-admin-bar.php:285
86
- msgid "Log Out"
87
- msgstr "Sair"
88
-
89
- # @ default
90
- #: adminimize.php:1275
91
- msgid "Settings"
92
- msgstr "Configurações"
93
-
94
- # @ adminimize
95
- #: adminimize.php:1288
96
- msgid "Adminimize Options"
97
- msgstr "Opções do Adminimize"
98
-
99
- # @ adminimize
100
- #: adminimize.php:1289
101
- msgid "Adminimize"
102
- msgstr "Adminimize"
103
-
104
- # @ default
105
- #: adminimize.php:1322
106
- msgid "Cheatin&#8217; uh?"
107
- msgstr "Trapaceando uh?"
108
-
109
- #: adminimize.php:1371
110
- msgid ""
111
- "Cheatin&#8217; uh? You do not have the right permission to update settings"
112
- msgstr ""
113
-
114
- #: adminimize.php:1849
115
- msgid "Please upload a valid .json file"
116
- msgstr ""
117
-
118
- # @ adminimize
119
- #: adminimize.php:1855
120
- #, fuzzy
121
- msgid "Please upload a file to import"
122
- msgstr "Enviar arquivo e Importar"
123
-
124
- # @ default
125
- #: inc-options/admin_bar.php:22 inc-options/admin_bar_frontend.php:22
126
- #: inc-options/backend_options.php:15 inc-options/dashboard_options.php:16
127
- #: inc-options/deinstall_options.php:14 inc-options/global_options.php:15
128
- #: inc-options/im_export_options.php:14 inc-options/links_options.php:15
129
- #: inc-options/menu_options.php:15 inc-options/theme_options.php:14
130
- #: inc-options/widget_options.php:15 inc-options/wp_nav_menu_options.php:14
131
- #: inc-options/write_cp_options.php:20 inc-options/write_page_options.php:14
132
- #: inc-options/write_post_options.php:15
133
- msgid "Click to toggle"
134
- msgstr "Clique para alternar"
135
-
136
- # @ adminimize
137
- #: inc-options/admin_bar.php:23
138
- #, fuzzy
139
- msgid "Admin Bar Back end options"
140
- msgstr "Opções da Barra de Administração"
141
-
142
- # @ adminimize
143
- #: inc-options/admin_bar.php:41 inc-options/admin_bar_frontend.php:43
144
- #: inc-options/dashboard_options.php:33 inc-options/dashboard_options.php:99
145
- #: inc-options/global_options.php:23 inc-options/global_options.php:106
146
- #: inc-options/links_options.php:23 inc-options/links_options.php:101
147
- #: inc-options/widget_options.php:23 inc-options/widget_options.php:109
148
- #: inc-options/wp_nav_menu_options.php:22
149
- #: inc-options/wp_nav_menu_options.php:122
150
- #: inc-options/write_cp_options.php:208 inc-options/write_page_options.php:186
151
- #: inc-options/write_post_options.php:182
152
- msgid "Option"
153
- msgstr "Opção"
154
-
155
- # @ adminimize
156
- #: inc-options/admin_bar.php:44 inc-options/admin_bar_frontend.php:46
157
- #: inc-options/dashboard_options.php:36 inc-options/global_options.php:26
158
- #: inc-options/links_options.php:26 inc-options/menu_options.php:26
159
- #: inc-options/widget_options.php:26 inc-options/wp_nav_menu_options.php:25
160
- #: inc-options/write_cp_options.php:33 inc-options/write_page_options.php:25
161
- #: inc-options/write_post_options.php:26
162
- msgid "Deactivate for"
163
- msgstr "Desativar para"
164
-
165
- # @ adminimize
166
- #: inc-options/admin_bar.php:114 inc-options/admin_bar_frontend.php:121
167
- #: inc-options/backend_options.php:200 inc-options/dashboard_options.php:124
168
- #: inc-options/global_options.php:131 inc-options/links_options.php:126
169
- #: inc-options/menu_options.php:207 inc-options/widget_options.php:134
170
- #: inc-options/wp_nav_menu_options.php:147
171
- #: inc-options/write_cp_options.php:243 inc-options/write_page_options.php:211
172
- #: inc-options/write_post_options.php:207
173
- msgid "Update Options"
174
- msgstr "Atualizar Opções"
175
-
176
- # @ adminimize
177
- #: inc-options/admin_bar.php:120 inc-options/admin_bar_frontend.php:127
178
- #: inc-options/backend_options.php:202 inc-options/dashboard_options.php:129
179
- #: inc-options/deinstall_options.php:27 inc-options/global_options.php:133
180
- #: inc-options/links_options.php:129 inc-options/menu_options.php:209
181
- #: inc-options/theme_options.php:123 inc-options/widget_options.php:136
182
- #: inc-options/wp_nav_menu_options.php:149
183
- #: inc-options/write_cp_options.php:248 inc-options/write_page_options.php:213
184
- #: inc-options/write_post_options.php:209
185
- msgid "scroll to top"
186
- msgstr "voltar para o topo"
187
-
188
- # @ adminimize
189
- #: inc-options/admin_bar_frontend.php:24
190
- #, fuzzy
191
- msgid "Admin Bar Front end options"
192
- msgstr "Opções da Barra de Administração"
193
-
194
- # @ adminimize
195
- #: inc-options/backend_options.php:16
196
- msgid "Backend Options"
197
- msgstr "Opções do Painel"
198
-
199
- # @ adminimize
200
- #: inc-options/backend_options.php:27
201
- msgid "Use Global Settings"
202
- msgstr "Usar Configurações Globais"
203
-
204
- #: inc-options/backend_options.php:36
205
- msgid "The plugin is active in multiste."
206
- msgstr "O plugin está ativo no Multisite."
207
-
208
- #: inc-options/backend_options.php:40
209
- msgid "False"
210
- msgstr "Falso"
211
-
212
- #: inc-options/backend_options.php:41
213
- msgid "True"
214
- msgstr "Verdadeiro"
215
-
216
- #: inc-options/backend_options.php:42
217
- msgid "Use the settings global in your Multisite network."
218
- msgstr "Use as configurações globais em sua rede do Multisite"
219
-
220
- # @ adminimize
221
- #: inc-options/backend_options.php:47
222
- msgid "Exclude Super Admin"
223
- msgstr "Excluir Super Admin"
224
-
225
- # @ adminimize
226
- #: inc-options/backend_options.php:51 inc-options/backend_options.php:62
227
- #: inc-options/backend_options.php:75 inc-options/backend_options.php:85
228
- #: inc-options/backend_options.php:98 inc-options/backend_options.php:109
229
- #: inc-options/backend_options.php:122 inc-options/backend_options.php:132
230
- #: inc-options/backend_options.php:143 inc-options/backend_options.php:153
231
- #: inc-options/backend_options.php:182
232
- msgid "Default"
233
- msgstr "Padrão"
234
-
235
- # @ adminimize
236
- #: inc-options/backend_options.php:52 inc-options/backend_options.php:110
237
- #: inc-options/backend_options.php:123 inc-options/backend_options.php:133
238
- #: inc-options/backend_options.php:144 inc-options/backend_options.php:154
239
- msgid "Activate"
240
- msgstr "Ativar"
241
-
242
- # @ adminimize
243
- #: inc-options/backend_options.php:53
244
- msgid ""
245
- "Exclude the Super Admin on a WP Multisite Install from all limitations of "
246
- "this plugin."
247
- msgstr ""
248
- "Excluir o Super Admin da instalação Multisite do WordPress de todas as "
249
- "limitações do plugin."
250
-
251
- # @ adminimize
252
- #: inc-options/backend_options.php:58
253
- msgid "User-Info"
254
- msgstr "Informações do Usuário"
255
-
256
- # @ adminimize
257
- #: inc-options/backend_options.php:63 inc-options/backend_options.php:86
258
- #: inc-options/backend_options.php:99
259
- msgid "Hide"
260
- msgstr "Ocultar"
261
-
262
- # @ adminimize
263
- #: inc-options/backend_options.php:64
264
- msgid "Only logout"
265
- msgstr "Apenas sair"
266
-
267
- # @ adminimize
268
- #: inc-options/backend_options.php:65
269
- msgid "User &amp; Logout"
270
- msgstr "Usário &amp; Sair"
271
-
272
- # @ adminimize
273
- #: inc-options/backend_options.php:66
274
- msgid ""
275
- "The &quot;User-Info-area&quot; is on the top right side of the backend. You "
276
- "can hide or reduced show."
277
- msgstr ""
278
- "A &quot;Área de informação do usuário&quot; fica do lado direito superior do "
279
- "painel. Você pode ocultá-la ou diminuí-la."
280
-
281
- # @ adminimize
282
- #: inc-options/backend_options.php:71
283
- msgid "Change User-Info, redirect to"
284
- msgstr "Alterar Informação do Usuário, redirecionar para"
285
-
286
- # @ adminimize
287
- #: inc-options/backend_options.php:76
288
- msgid "Frontpage of the Blog"
289
- msgstr "Página inicial do site"
290
-
291
- # @ adminimize
292
- #: inc-options/backend_options.php:77
293
- msgid ""
294
- "When the &quot;User-Info-area&quot; change it, then it is possible to change "
295
- "the redirect."
296
- msgstr ""
297
- "Ao alterar a &quot;Área de informação do usuário&quot; é possível alterar o "
298
- "redirecionamento."
299
-
300
- # @ adminimize
301
- #: inc-options/backend_options.php:81
302
- msgid "Footer"
303
- msgstr "Rodapé"
304
-
305
- # @ adminimize
306
- #: inc-options/backend_options.php:87
307
- msgid "The Footer-area can hide, include all links and details."
308
- msgstr "A área do rodapé pode esconder links e detalhes."
309
-
310
- # @ adminimize
311
- #: inc-options/backend_options.php:94
312
- msgid "Header"
313
- msgstr "Cabeçalho"
314
-
315
- # @ adminimize
316
- #: inc-options/backend_options.php:100
317
- msgid "The Header-area can hide, include all links and details."
318
- msgstr "A área do cabeçalho pode esconder links e detalhes."
319
-
320
- # @ adminimize
321
- #: inc-options/backend_options.php:105
322
- msgid "Timestamp"
323
- msgstr "Impressão de Horário"
324
-
325
- # @ adminimize
326
- #: inc-options/backend_options.php:111
327
- msgid ""
328
- "Opens the post timestamp editing fields without you having to click the "
329
- "\"Edit\" link every time."
330
- msgstr ""
331
- "Abre a área de edição da data do post sem você precisar clicar em \"Editar\" "
332
- "todas as vezes."
333
-
334
- # @ adminimize
335
- #: inc-options/backend_options.php:118
336
- msgid "Thickbox FullScreen"
337
- msgstr "Thickbox Tela Cheia"
338
-
339
- # @ adminimize
340
- #: inc-options/backend_options.php:124
341
- msgid ""
342
- "All Thickbox-function use the full area of the browser. Thickbox is for "
343
- "example in upload media-files."
344
- msgstr ""
345
- "Todas as funções Thickbox ocupam toda a área do navegador. Por exemplo: a "
346
- "área de upload de arquivos e mídias."
347
-
348
- # @ adminimize
349
- #: inc-options/backend_options.php:128
350
- msgid "Flashuploader"
351
- msgstr "Flash Uploader"
352
-
353
- # @ adminimize
354
- #: inc-options/backend_options.php:134
355
- msgid "Disable the flashuploader and users use only the standard uploader."
356
- msgstr ""
357
- "Desabilitar o Flash Uploader e deixar apenas o uploader padrão para os "
358
- "usuários."
359
-
360
- # @ adminimize
361
- #: inc-options/backend_options.php:139
362
- msgid "Category Height"
363
- msgstr "Altura da Categoria"
364
-
365
- # @ adminimize
366
- #: inc-options/backend_options.php:145
367
- msgid ""
368
- "View the Meta Box with Categories in the full height, no scrollbar or "
369
- "whitespace."
370
- msgstr ""
371
- "Ver a caixa com as Categorias com a altura total, sem rolagem ou espaço em "
372
- "branco."
373
-
374
- # @ adminimize
375
- #: inc-options/backend_options.php:149
376
- msgid "Advice in Footer"
377
- msgstr "Dica no rodapé"
378
-
379
- # @ adminimize
380
- #: inc-options/backend_options.php:156
381
- msgid ""
382
- "In the Footer you can display an advice for changing the Default-design, "
383
- "(x)HTML is possible."
384
- msgstr ""
385
- "Você pode exibir uma dica no rodapé para alterar o design padrão. Você pode "
386
- "usar marcação (x)HTML."
387
-
388
- # @ adminimize
389
- #: inc-options/backend_options.php:178
390
- msgid "Dashboard deactivate, redirect to"
391
- msgstr "Desativar Painel, redirecionar para"
392
-
393
- # @ adminimize
394
- #: inc-options/backend_options.php:183
395
- msgid "Manage Posts"
396
- msgstr "Gerenciar Posts"
397
-
398
- # @ adminimize
399
- #: inc-options/backend_options.php:184
400
- msgid "Manage Pages"
401
- msgstr "Gerenciar Páginas"
402
-
403
- # @ adminimize
404
- #: inc-options/backend_options.php:185
405
- msgid "Write Post"
406
- msgstr "Escrever Post"
407
-
408
- # @ adminimize
409
- #: inc-options/backend_options.php:186
410
- msgid "Write Page"
411
- msgstr "Escrever Página"
412
-
413
- # @ adminimize
414
- #: inc-options/backend_options.php:187
415
- msgid "Comments"
416
- msgstr "Comentários"
417
-
418
- # @ adminimize
419
- #: inc-options/backend_options.php:188
420
- msgid "other Page"
421
- msgstr "outra Página"
422
-
423
- # @ adminimize
424
- #: inc-options/backend_options.php:191
425
- msgid ""
426
- "You have deactivated the Dashboard, please select a page for redirection or "
427
- "define custom url, include http://?"
428
- msgstr ""
429
- "Você desativou o Painel, por favor, selecione uma página para o "
430
- "redirecionamento ou insira uma url personalizada. Não se esqueça de inserir "
431
- "o http://"
432
-
433
- # @ adminimize
434
- #: inc-options/dashboard_options.php:17
435
- msgid "Dashboard options"
436
- msgstr "Opções do Painel"
437
-
438
- # @ adminimize
439
- #: inc-options/dashboard_options.php:25
440
- msgid ""
441
- "To complete the installation for Dashboard Widgets you must visit your "
442
- "dashboard once and then come back to Settings > Adminimize to configure who "
443
- "has access to each widget."
444
- msgstr ""
445
- "Para completar a instalação do Painel de Widgets você precisa acessar o "
446
- "painel e clicar em Configurações > Adminimize para configurar quem poderá "
447
- "acessar cada widget."
448
-
449
- # @ adminimize
450
- #: inc-options/dashboard_options.php:98 inc-options/global_options.php:105
451
- msgid "Your own options"
452
- msgstr "Suas próprias opções"
453
-
454
- # @ adminimize
455
- #: inc-options/dashboard_options.php:98 inc-options/global_options.php:105
456
- #: inc-options/links_options.php:100 inc-options/widget_options.php:108
457
- #: inc-options/wp_nav_menu_options.php:121
458
- #: inc-options/write_cp_options.php:206 inc-options/write_page_options.php:185
459
- #: inc-options/write_post_options.php:181
460
- msgid "ID or class"
461
- msgstr "ID ou classe"
462
-
463
- # @ adminimize
464
- #: inc-options/dashboard_options.php:105 inc-options/global_options.php:112
465
- #: inc-options/links_options.php:107 inc-options/widget_options.php:115
466
- #: inc-options/wp_nav_menu_options.php:128
467
- #: inc-options/write_cp_options.php:215 inc-options/write_page_options.php:192
468
- #: inc-options/write_post_options.php:188
469
- msgid ""
470
- "It is possible to add your own IDs or classes from elements and tags. You "
471
- "can find IDs and classes with the FireBug Add-on for Firefox. Assign a value "
472
- "and the associate name per line."
473
- msgstr ""
474
- "É possível adicionar IDs e classes personalidos para elementos e tags. Você "
475
- "pode encontrar IDs e classes usando o FireBug no Firefox. Atribua o valor e "
476
- "o nome associado por linha."
477
-
478
- # @ adminimize
479
- #: inc-options/dashboard_options.php:111 inc-options/global_options.php:118
480
- #: inc-options/links_options.php:113 inc-options/widget_options.php:121
481
- #: inc-options/wp_nav_menu_options.php:134
482
- #: inc-options/write_cp_options.php:225 inc-options/write_page_options.php:198
483
- #: inc-options/write_post_options.php:194
484
- msgid ""
485
- "Possible nomination for ID or class. Separate multiple nominations through a "
486
- "carriage return."
487
- msgstr ""
488
- "Possíveis IDs ou classes. Separe vários valores por meio de um carriage "
489
- "return ( /n ). "
490
-
491
- # @ adminimize
492
- #: inc-options/dashboard_options.php:116 inc-options/global_options.php:123
493
- #: inc-options/links_options.php:118 inc-options/widget_options.php:126
494
- #: inc-options/wp_nav_menu_options.php:139
495
- #: inc-options/write_cp_options.php:233 inc-options/write_page_options.php:203
496
- #: inc-options/write_post_options.php:199
497
- msgid ""
498
- "Possible IDs or classes. Separate multiple values through a carriage return."
499
- msgstr ""
500
- "Possíveis IDs ou classes. Separe vários valores por meio de um carriage "
501
- "return ( /n )."
502
-
503
- # @ adminimize
504
- #: inc-options/deinstall_options.php:15
505
- #, fuzzy
506
- msgid "Uninstall Options"
507
- msgstr "Desinstalar Opções"
508
-
509
- # @ adminimize
510
- #: inc-options/deinstall_options.php:18
511
- msgid ""
512
- "Use this option for clean your database from all entries of this plugin. "
513
- "When you deactivate the plugin, the deinstall of the plugin <strong>clean "
514
- "not</strong> all entries in the database."
515
- msgstr ""
516
- "Use essa opção para limpar todos os registros desse plugin em seu banco de "
517
- "dados. Quando você desativa o plugin, o desinstalador <strong>não limpa</"
518
- "strong> todos os registros do banco de dados."
519
-
520
- # @ adminimize
521
- #: inc-options/deinstall_options.php:22
522
- msgid "Delete Options"
523
- msgstr "Apagar Opções"
524
-
525
- # @ adminimize
526
- #: inc-options/global_options.php:16
527
- msgid "Global options"
528
- msgstr "Opções Globais"
529
-
530
- # @ adminimize
531
- #: inc-options/im_export_options.php:15
532
- msgid "Export/Import Options"
533
- msgstr "Opções de Exportação/Importação"
534
-
535
- # @ adminimize
536
- #: inc-options/im_export_options.php:20
537
- msgid "Export"
538
- msgstr "Exportar"
539
-
540
- # @ adminimize
541
- #: inc-options/im_export_options.php:24
542
- #, fuzzy
543
- msgid "You can save a JSON formatted \".json\" file with your settings."
544
- msgstr "Você pode salvar um arquivo .seq com suas opções."
545
-
546
- # @ adminimize
547
- #: inc-options/im_export_options.php:40
548
- msgid "Import"
549
- msgstr "Importar"
550
-
551
- # @ adminimize
552
- #: inc-options/im_export_options.php:47
553
- #, fuzzy
554
- msgid ""
555
- "Choose a Adminimize (<em>.json</em>) file to upload, then click <em>Upload "
556
- "file and import</em>."
557
- msgstr ""
558
- "Selecione um arquivo Adminimize (<em>.seq</em>) para enviar, então clique em "
559
- "<em>Enviar arquivo e Importar</em>."
560
-
561
- # @ adminimize
562
- #: inc-options/links_options.php:16
563
- msgid "Links options"
564
- msgstr "Opções de Link"
565
-
566
- # @ default
567
- #: inc-options/links_options.php:49
568
- msgid "Name"
569
- msgstr "Nome"
570
-
571
- # @ default
572
- #: inc-options/links_options.php:50
573
- msgid "Web Address"
574
- msgstr "Endereço Web"
575
-
576
- # @ default
577
- #: inc-options/links_options.php:51
578
- msgid "Description"
579
- msgstr "Descrição"
580
-
581
- # @ default
582
- #: inc-options/links_options.php:53
583
- msgid "Target"
584
- msgstr "Alvo (target)"
585
-
586
- # @ default
587
- #: inc-options/links_options.php:54
588
- msgid "Link Relationship (XFN)"
589
- msgstr "Relacionamento do Link (XFN)"
590
-
591
- # @ default
592
- #: inc-options/links_options.php:55
593
- msgid "Advanced"
594
- msgstr "Avançado"
595
-
596
- # @ adminimize
597
- #: inc-options/links_options.php:56 inc-options/write_cp_options.php:112
598
- #: inc-options/write_page_options.php:113
599
- #: inc-options/write_post_options.php:107
600
- msgid "Publish Actions"
601
- msgstr "Ações de Publicação"
602
-
603
- # @ adminimize
604
- #: inc-options/links_options.php:100
605
- msgid "Your own Link options"
606
- msgstr "Suas próprias opções de Link"
607
-
608
- # @ adminimize
609
- #: inc-options/menu_options.php:16
610
- msgid "Menu Options"
611
- msgstr "Opções de Menu"
612
-
613
- # @ adminimize
614
- #: inc-options/menu_options.php:23
615
- #, fuzzy
616
- msgid "Menu options - Menu, <span>Submenu</span>"
617
- msgstr ""
618
- "Opções do Menu - Menu, <span style=\\\"font-weight: 400;\\\">Submenu</span>"
619
-
620
- # @ adminimize
621
- #: inc-options/menu_options.php:78 inc-options/menu_options.php:153
622
- msgid "After activate the check box it heavy attitudes will change."
623
- msgstr "Depois de ativar a caixa de seleção, várias alterações ocorrerão."
624
-
625
- # @ default
626
- #: inc-options/menu_options.php:128
627
- msgid "Profile"
628
- msgstr "Perfil"
629
-
630
- #: inc-options/minimenu.php:15
631
- msgid "Network"
632
- msgstr "Rede"
633
-
634
- # @ adminimize
635
- #: inc-options/minimenu.php:150
636
- msgid ""
637
- "Further information: Visit the <a href=\"http://wordpress.org/extend/plugins/"
638
- "adminimize/\">plugin homepage</a> for further information or to grab the "
639
- "latest version of this plugin. Also see the <a href=\"http://wordpress.org/"
640
- "support/plugin/adminimize\">support forum</a> for questions."
641
- msgstr ""
642
- "Mais informações: Visite a <a href=\"http://wordpress.org/extend/plugins/"
643
- "adminimize/\">página do plugin</a> para mais informações ou para baixar a "
644
- "última versão. Em caso de dúvidas, acesse o <a href=\"http://wordpress.org/"
645
- "support/plugin/adminimize\">fórum de suporte</a>."
646
-
647
- # @ adminimize
648
- #: inc-options/minimenu.php:161
649
- msgid ""
650
- "You want to thank me? Visit my <a href=\"http://bueltge.de/wunschliste/"
651
- "\">wishlist</a> or donate."
652
- msgstr ""
653
- "Deseja me agradecer? Acesse a <a href=\"http://bueltge.de/wunschliste/"
654
- "\">lista de desejos</a> ou faça uma doação."
655
-
656
- # @ adminimize
657
- #: inc-options/minimenu.php:179 inc-options/settings_notice.php:17
658
- msgid ""
659
- "Please note: The Adminimize settings page ignores the Menu Options below and "
660
- "displays the menu with all entries.<br /><span style=\"font-weight: 300;"
661
- "\">To view your changes to the menu you need to navigate away from the "
662
- "Adminimize settings page.</span>"
663
- msgstr ""
664
- "Nota: As configurações de página do Adminimize ignora as Opções de Menu "
665
- "abaixo e exibe o menu com todos os itens .<br /><span style=\"font-weight: "
666
- "300;\">Para visualizar suas alterações para o menu, você precisará navegar "
667
- "para fora da página de configurações do plugin.</span>"
668
-
669
- # @ adminimize
670
- #: inc-options/theme_options.php:15 inc-options/theme_options.php:115
671
- msgid "Set Theme"
672
- msgstr "Definir Tema"
673
-
674
- # @ adminimize
675
- #: inc-options/theme_options.php:26
676
- msgid ""
677
- "For better peformance with many users on your blog; load only userlist, when "
678
- "you will change the theme options for users."
679
- msgstr ""
680
- "Para uma melhor peformance com muitos usuários em seu site, carregue apenas "
681
- "USERLIST, quando você for mudar as opções de tema para os usuários."
682
-
683
- # @ adminimize
684
- #: inc-options/theme_options.php:33
685
- msgid "Load User Data"
686
- msgstr "Carregar dados do usuário"
687
-
688
- # @ default
689
- #: inc-options/theme_options.php:47
690
- msgid "User-ID"
691
- msgstr "ID do Usuário"
692
-
693
- # @ default
694
- #: inc-options/theme_options.php:48
695
- msgid "Username"
696
- msgstr "Nome de Usuário"
697
-
698
- # @ default
699
- #: inc-options/theme_options.php:49
700
- msgid "Display name publicly as"
701
- msgstr "Exibir nome publicamente como"
702
-
703
- # @ default
704
- #: inc-options/theme_options.php:50
705
- msgid "Admin-Color Scheme"
706
- msgstr "Esquema de Cores do Admin"
707
-
708
- # @ default
709
- #: inc-options/theme_options.php:51
710
- msgid "User Level"
711
- msgstr "Nível do Usuário"
712
-
713
- # @ default
714
- #: inc-options/theme_options.php:52
715
- msgid "Role"
716
- msgstr "Regra"
717
-
718
- # @ adminimize
719
- #: inc-options/widget_options.php:16
720
- msgid "Widget options"
721
- msgstr "Opções do Widget"
722
-
723
- # @ adminimize
724
- # @ default
725
- #: inc-options/widget_options.php:46 inc-options/wp_nav_menu_options.php:48
726
- #: inc-options/write_cp_options.php:98 inc-options/write_page_options.php:94
727
- #: inc-options/write_post_options.php:92
728
- msgid "Help"
729
- msgstr "Ajuda"
730
-
731
- # @ adminimize
732
- # @ default
733
- #: inc-options/widget_options.php:47 inc-options/wp_nav_menu_options.php:49
734
- #: inc-options/write_cp_options.php:99 inc-options/write_page_options.php:95
735
- #: inc-options/write_post_options.php:93
736
- msgid "Screen Options"
737
- msgstr "Opções de Tela"
738
-
739
- #: inc-options/widget_options.php:48
740
- msgid "Available Widgets"
741
- msgstr "Widgets Disponíveis"
742
-
743
- #: inc-options/widget_options.php:49
744
- msgid "Inactive Sidebar (not used)"
745
- msgstr "Sidebar Inativa (não utilizada)"
746
-
747
- #: inc-options/widget_options.php:50
748
- msgid "Inactive Widgets"
749
- msgstr "Widgets Inativos"
750
-
751
- # @ adminimize
752
- #: inc-options/widget_options.php:108
753
- msgid "Your own Widget options"
754
- msgstr "Suas próprias opções de Widget"
755
-
756
- # @ adminimize
757
- #: inc-options/wp_nav_menu_options.php:15
758
- msgid "WP Nav Menu options"
759
- msgstr "Opções de Menu de Navegação do WP"
760
-
761
- # @ adminimize
762
- # @ default
763
- #: inc-options/wp_nav_menu_options.php:50
764
- #: inc-options/wp_nav_menu_options.php:56
765
- msgid "Theme Locations"
766
- msgstr "Localização no tema"
767
-
768
- # @ adminimize
769
- #: inc-options/wp_nav_menu_options.php:51
770
- msgid "Custom Links"
771
- msgstr "Links Personalizados"
772
-
773
- # @ adminimize
774
- #: inc-options/wp_nav_menu_options.php:52
775
- msgid "Add menu"
776
- msgstr "Adicionar Menu"
777
-
778
- # @ adminimize
779
- #: inc-options/wp_nav_menu_options.php:121
780
- msgid "Your own Nav Menu options"
781
- msgstr "Suas próprias opções de Menu de Navegação"
782
-
783
- # @ adminimize
784
- #: inc-options/write_cp_options.php:22 inc-options/write_cp_options.php:30
785
- msgid "Write options"
786
- msgstr "Opções de Escrita"
787
-
788
- # @ adminimize
789
- #: inc-options/write_cp_options.php:100 inc-options/write_page_options.php:97
790
- #: inc-options/write_post_options.php:95
791
- msgid "Permalink"
792
- msgstr "Link Permanente"
793
-
794
- # @ adminimize
795
- # @ default
796
- #: inc-options/write_cp_options.php:101 inc-options/write_cp_options.php:139
797
- #: inc-options/write_post_options.php:96
798
- #: inc-options/write_post_options.php:131
799
- msgid "Tags"
800
- msgstr "Tags"
801
-
802
- # @ adminimize
803
- #: inc-options/write_cp_options.php:102
804
- msgid "Format"
805
- msgstr "Formato"
806
-
807
- # @ adminimize
808
- #: inc-options/write_cp_options.php:105 inc-options/write_post_options.php:100
809
- msgid "Password Protect This Post"
810
- msgstr "Proteger esse post com senha"
811
-
812
- # @ adminimize
813
- #: inc-options/write_cp_options.php:106 inc-options/write_post_options.php:101
814
- msgid "Related, Shortcuts"
815
- msgstr "Relacionado, Atalhos"
816
-
817
- # @ adminimize
818
- #: inc-options/write_cp_options.php:107 inc-options/write_page_options.php:108
819
- #: inc-options/write_post_options.php:102
820
- msgid "Messages"
821
- msgstr "Mensagens"
822
-
823
- # @ adminimize
824
- #: inc-options/write_cp_options.php:108 inc-options/write_page_options.php:109
825
- #: inc-options/write_post_options.php:103
826
- msgid "h2: Advanced Options"
827
- msgstr "h2: Opções Avançadas"
828
-
829
- # @ adminimize
830
- #: inc-options/write_cp_options.php:109 inc-options/write_page_options.php:110
831
- #: inc-options/write_post_options.php:104
832
- msgid "Media Buttons (all)"
833
- msgstr "Botão de Mídia (todos)"
834
-
835
- # @ adminimize
836
- #: inc-options/write_cp_options.php:110 inc-options/write_page_options.php:111
837
- #: inc-options/write_post_options.php:105
838
- msgid "Word count"
839
- msgstr "Contagem de palavras"
840
-
841
- # @ adminimize
842
- #: inc-options/write_cp_options.php:111 inc-options/write_post_options.php:106
843
- msgid "Post Slug"
844
- msgstr "Slug do Post"
845
-
846
- # @ default
847
- # @ adminimize
848
- #: inc-options/write_cp_options.php:113 inc-options/write_page_options.php:114
849
- #: inc-options/write_post_options.php:108
850
- msgid "Discussion"
851
- msgstr "Discussão"
852
-
853
- # @ default
854
- # @ adminimize
855
- #: inc-options/write_cp_options.php:114 inc-options/write_page_options.php:115
856
- #: inc-options/write_post_options.php:109
857
- msgid "HTML Editor Button"
858
- msgstr "Botão de Editor de HTML"
859
-
860
- # @ adminimize
861
- #: inc-options/write_cp_options.php:124 inc-options/write_post_options.php:118
862
- msgid "Post Thumbnail"
863
- msgstr "Miniatura do Post"
864
-
865
- # @ adminimize
866
- #: inc-options/write_cp_options.php:130 inc-options/write_page_options.php:128
867
- #: inc-options/write_post_options.php:122
868
- msgid "Quick Edit Link"
869
- msgstr "Link de Edição Rápida"
870
-
871
- # @ adminimize
872
- #: inc-options/write_cp_options.php:131 inc-options/write_cp_options.php:135
873
- #: inc-options/write_cp_options.php:138 inc-options/write_cp_options.php:141
874
- #: inc-options/write_page_options.php:129
875
- #: inc-options/write_page_options.php:134
876
- #: inc-options/write_page_options.php:137
877
- #: inc-options/write_post_options.php:123
878
- #: inc-options/write_post_options.php:127
879
- #: inc-options/write_post_options.php:130
880
- #: inc-options/write_post_options.php:133
881
- msgid "QE"
882
- msgstr "E.R."
883
-
884
- # @ adminimize
885
- #: inc-options/write_cp_options.php:131 inc-options/write_page_options.php:129
886
- #: inc-options/write_post_options.php:123
887
- msgid "Inline Edit Left"
888
- msgstr "Em linha Editar a esqueda"
889
-
890
- # @ adminimize
891
- #: inc-options/write_cp_options.php:132 inc-options/write_page_options.php:130
892
- #: inc-options/write_post_options.php:124
893
- msgid "All Labels"
894
- msgstr "Todos os Marcadores"
895
-
896
- # @ default
897
- #: inc-options/write_cp_options.php:133 inc-options/write_page_options.php:132
898
- #: inc-options/write_post_options.php:125
899
- msgid "Author"
900
- msgstr "Autor"
901
-
902
- # @ adminimize
903
- #: inc-options/write_cp_options.php:134 inc-options/write_page_options.php:133
904
- #: inc-options/write_post_options.php:126
905
- msgid "Password and Private"
906
- msgstr "Senha e Privacidade"
907
-
908
- # @ adminimize
909
- #: inc-options/write_cp_options.php:135 inc-options/write_post_options.php:127
910
- msgid "Inline Edit Center"
911
- msgstr "Em linha Editar centralizado"
912
-
913
- # @ adminimize
914
- #: inc-options/write_cp_options.php:136 inc-options/write_post_options.php:128
915
- msgid "Categories Title"
916
- msgstr "Título das Categorias"
917
-
918
- # @ adminimize
919
- #: inc-options/write_cp_options.php:137 inc-options/write_post_options.php:129
920
- msgid "Categories List"
921
- msgstr "Lista de Categorias"
922
-
923
- # @ adminimize
924
- #: inc-options/write_cp_options.php:138 inc-options/write_page_options.php:134
925
- #: inc-options/write_post_options.php:130
926
- msgid "Inline Edit Right"
927
- msgstr "Em linha Editar a direita"
928
-
929
- # @ adminimize
930
- #: inc-options/write_cp_options.php:140 inc-options/write_post_options.php:132
931
- msgid "Status, Sticky"
932
- msgstr "Status, Destacado"
933
-
934
- # @ adminimize
935
- #: inc-options/write_cp_options.php:141 inc-options/write_page_options.php:137
936
- #: inc-options/write_post_options.php:133
937
- msgid "Cancel/Save Button"
938
- msgstr "Botão Cancelar/Salvar"
939
-
940
- # @ adminimize
941
- #: inc-options/write_cp_options.php:205
942
- #, php-format
943
- msgid "Your own %s options"
944
- msgstr "Suas próprias opções de %s"
945
-
946
- # @ adminimize
947
- #: inc-options/write_page_options.php:15 inc-options/write_page_options.php:22
948
- msgid "Write options - Page"
949
- msgstr "Opções de Escrita - Página"
950
-
951
- # @ adminimize
952
- #: inc-options/write_page_options.php:96 inc-options/write_post_options.php:94
953
- msgid "Title"
954
- msgstr "Título"
955
-
956
- # @ default
957
- #: inc-options/write_page_options.php:98
958
- msgid "Custom Fields"
959
- msgstr "Campos Personalizados"
960
-
961
- # @ adminimize
962
- #: inc-options/write_page_options.php:99
963
- msgid "Comments &amp; Pings"
964
- msgstr "Comentários &amp; Pings"
965
-
966
- # @ default
967
- # @ adminimize
968
- #: inc-options/write_page_options.php:100
969
- #: inc-options/write_page_options.php:131
970
- #: inc-options/write_post_options.php:99
971
- msgid "Date"
972
- msgstr "Data"
973
-
974
- # @ adminimize
975
- #: inc-options/write_page_options.php:101
976
- msgid "Password Protect This Page"
977
- msgstr "Proteger essa página com senha"
978
-
979
- # @ adminimize
980
- #: inc-options/write_page_options.php:102
981
- msgid "Attributes"
982
- msgstr "Atributos"
983
-
984
- # @ adminimize
985
- #: inc-options/write_page_options.php:103
986
- msgid "Page Template"
987
- msgstr "Modelo da Página"
988
-
989
- # @ adminimize
990
- #: inc-options/write_page_options.php:104
991
- msgid "Page Order"
992
- msgstr "Ordem da Página"
993
-
994
- # @ default
995
- #: inc-options/write_page_options.php:105
996
- msgid "Page Author"
997
- msgstr "Autor da Página"
998
-
999
- # @ default
1000
- #: inc-options/write_page_options.php:106
1001
- msgid "Page Revisions"
1002
- msgstr "Revisões da Página"
1003
-
1004
- # @ adminimize
1005
- #: inc-options/write_page_options.php:107
1006
- msgid "Related"
1007
- msgstr "Relacionado"
1008
-
1009
- # @ adminimize
1010
- #: inc-options/write_page_options.php:112
1011
- msgid "Page Slug"
1012
- msgstr "Slug da Página"
1013
-
1014
- # @ adminimize
1015
- #: inc-options/write_page_options.php:124
1016
- msgid "Page Image"
1017
- msgstr "Imagem da Página"
1018
-
1019
- # @ adminimize
1020
- #: inc-options/write_page_options.php:135
1021
- msgid "Parent, Order, Template"
1022
- msgstr "Pai, Ordem, Modelo"
1023
-
1024
- # @ adminimize
1025
- #: inc-options/write_page_options.php:136
1026
- msgid "Status"
1027
- msgstr "Status"
1028
-
1029
- # @ adminimize
1030
- #: inc-options/write_page_options.php:185
1031
- msgid "Your own page options"
1032
- msgstr "Suas próprias opções de página"
1033
-
1034
- # @ adminimize
1035
- #: inc-options/write_post_options.php:16 inc-options/write_post_options.php:23
1036
- msgid "Write options - Post"
1037
- msgstr "Opções de Escrita - Post"
1038
-
1039
- # @ adminimize
1040
- #: inc-options/write_post_options.php:181
1041
- msgid "Your own post options"
1042
- msgstr "Suas próprias opções de post"
1043
-
1044
- # @ adminimize
1045
- #: inc-setup/messages.php:39
1046
- msgid "Unknown error."
1047
- msgstr "Erro desconhecido."
1048
-
1049
- # @ adminimize
1050
- #: inc-setup/messages.php:50
1051
- msgid "The updates were saved."
1052
- msgstr "As atualizações foram salvas."
1053
-
1054
- # @ adminimize
1055
- #: inc-setup/messages.php:53
1056
- msgid "You have not enough rights to edit entries in the database."
1057
- msgstr ""
1058
- "Você não possui permissões suficientes para editar registros no banco de "
1059
- "dados."
1060
-
1061
- # @ adminimize
1062
- #: inc-setup/messages.php:56
1063
- msgid "All entries in the database were imported."
1064
- msgstr "Todos os registros no banco de dados foram importados."
1065
-
1066
- # @ adminimize
1067
- #: inc-setup/messages.php:59
1068
- msgid "All entries in the database were deleted."
1069
- msgstr "Todos os registros no banco de dados foram apagados."
1070
-
1071
- # @ adminimize
1072
- #: inc-setup/messages.php:62
1073
- msgid "Set the checkbox on deinstall-button."
1074
- msgstr "Selecione a opção no botão de desinstalar."
1075
-
1076
- # @ adminimize
1077
- #: inc-setup/messages.php:65
1078
- msgid "Can't load menu and submenu."
1079
- msgstr "Não foi possível carregar o menu e o submenu."
1080
-
1081
- # @ adminimize
1082
- #: inc-setup/messages.php:67
1083
- msgid "Backend-Theme was activated!"
1084
- msgstr "Tema do painel foi ativado!"
1085
-
1086
- # @ adminimize
1087
- #: inc-setup/messages.php:69
1088
- msgid "Load user data to themes was successful."
1089
- msgstr "Dados do usuário carregados com sucesso para o tema."
1090
-
1091
- # @ default
1092
- #: inc-setup/remove-admin-bar.php:274
1093
- msgid "Network Admin"
1094
- msgstr "Administração da Rede"
1095
-
1096
- # @ default
1097
- #: inc-setup/remove-admin-bar.php:278
1098
- msgid "Site Admin"
1099
- msgstr "Administração do Site"
1100
-
1101
- #~ msgid ""
1102
- #~ "When you click the button below the plugin will create an XML file for "
1103
- #~ "you to save to your computer."
1104
- #~ msgstr ""
1105
- #~ "Ao clicar no botão abaixo o plugin gerará um arquivo XML para você salvar "
1106
- #~ "em seu computador."
1107
-
1108
- #~ msgid "This format, a custom XML, will contain your options from quicktags."
1109
- #~ msgstr ""
1110
- #~ "Esse formato, um XML personalizado, conterá suas opções de quicktags."
1111
-
1112
- #~ msgid ""
1113
- #~ "Once you’ve saved the download file, you can use the Import function in "
1114
- #~ "another WordPress installation to import this site."
1115
- #~ msgstr ""
1116
- #~ "Assim que você tiver salvo o arquivo, você poderá importá-lo em outra "
1117
- #~ "instalação do WordPress para importar esse site."
1118
-
1119
- #~ msgid "Download Export File"
1120
- #~ msgstr "Baixar Arquivo Exportado"
1121
-
1122
- #~ msgid ""
1123
- #~ "If you have quicktags from other installs, the plugin can import those "
1124
- #~ "into this site. To get started, choose a file to import."
1125
- #~ msgstr ""
1126
- #~ "Se você tem quicktags de outra instalação, o plugin pode importá-las para "
1127
- #~ "você. Para começar, selecione um arquivo."
1128
-
1129
- #~ msgid ""
1130
- #~ "Options not update - you don&lsquo;t have the privilidges to do this!"
1131
- #~ msgstr ""
1132
- #~ "Opções não atualizadas. Você não tem permissões suficientes para fazer "
1133
- #~ "isso."
1134
-
1135
- # @ adminimize
1136
- #~ msgid "Admin Bar"
1137
- #~ msgstr "Barra de Admin"
1138
-
1139
- # @ adminimize
1140
- #~ msgid "Favorite Actions"
1141
- #~ msgstr "Ações Favoritas"
1142
-
1143
- # @ adminimize
1144
- #~ msgid "Screen-Meta"
1145
- #~ msgstr "Screen-Meta"
1146
-
1147
- # @ adminimize
1148
- #~ msgid "Contextual Help"
1149
- #~ msgstr "Ajuda Contextual"
1150
-
1151
- # @ adminimize
1152
- #~ msgid "Admin Color Scheme"
1153
- #~ msgstr "Esquema de Cores do Admin"
1154
-
1155
- # @ adminimize
1156
- #~ msgid "Export &raquo;"
1157
- #~ msgstr "Exportar &raquo;"
1158
-
1159
- # @ adminimize
1160
- #~ msgid "Choose a file from your computer"
1161
- #~ msgstr "Selecione um arquivo de seu computador"
1162
-
1163
- # @ adminimize
1164
- #~ msgid "Upload file and import &raquo;"
1165
- #~ msgstr "Enviar arquivo e Importar &raquo;"
1166
-
1167
- # @ adminimize
1168
- #~ msgid "MiniMenu"
1169
- #~ msgstr "Mini Menu"
1170
-
1171
- # @ adminimize
1172
- #~ msgid "About the plugin"
1173
- #~ msgstr "Sobre o plugin"
1174
-
1175
- # @ adminimize
1176
- #~ msgid "Admin Bar Options"
1177
- #~ msgstr "Opções da Barra do Admin"
1178
-
1179
- #~ msgid "Widgets"
1180
- #~ msgstr "Widgets"
1181
-
1182
- # @ adminimize
1183
- #~ msgid "WP Nav Menu"
1184
- #~ msgstr "Menu de Navegação do WP"
1185
-
1186
- # @ adminimize
1187
- #~ msgid "Version"
1188
- #~ msgstr "Versão"
1189
-
1190
- # @ adminimize
1191
- #~ msgid "PayPal - The safer, easier way to pay online!"
1192
- #~ msgstr "PayPal - A maneira mais segura, mais fácil de pagar online!"
1193
-
1194
- #~ msgid ""
1195
- #~ "You have to activated the Plugin for your Multisite Network. Your "
1196
- #~ "settings works now on all blogs in the network. Please set the settings "
1197
- #~ "only in one blog, there you have all active menu items and plugins. If "
1198
- #~ "you update the settings then write the plugin new settings in dependence "
1199
- #~ "of the blog where you put, save the settings."
1200
- #~ msgstr ""
1201
- #~ "Você ativou o plugin para sua rede Multisite. Suas configurações "
1202
- #~ "funcionarão em todos os sites da sua rede. Por favor, defina as "
1203
- #~ "configurações apenas em um site, lá você tem todos os itens de menu "
1204
- #~ "ativos e plugins. Se você atualizar as configurações, em seguida, "
1205
- #~ "escrever as novas configurações do plugin na dependência do site onde "
1206
- #~ "você o colocou e salve as configurações."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/adminimize-pt_PT.mo DELETED
Binary file
languages/adminimize-pt_PT.po DELETED
@@ -1,1163 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Adminimize\n"
4
- "POT-Creation-Date: 2016-11-24 14:45+0000\n"
5
- "PO-Revision-Date: 2016-11-24 14:45+0000\n"
6
- "Last-Translator: Pedro Mendonça <ped.gaspar@gmail.com>\n"
7
- "Language-Team: Pedro Mendonça <ped.gaspar@gmail.com>\n"
8
- "Language: pt_PT\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
13
- "X-Generator: Poedit 1.8.11\n"
14
- "X-Poedit-SourceCharset: UTF-8\n"
15
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
- "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;"
17
- "esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
18
- "X-Poedit-Basepath: ..\n"
19
- "X-Poedit-WPHeader: adminimize.php\n"
20
- "X-Poedit-SearchPath-0: .\n"
21
-
22
- #: adminimize.php:200
23
- msgid "Keymaster"
24
- msgstr "Administrador"
25
-
26
- #: adminimize.php:201
27
- msgid "Moderator"
28
- msgstr "Moderador"
29
-
30
- #: adminimize.php:202
31
- msgid "Participant"
32
- msgstr "Participante"
33
-
34
- #: adminimize.php:203
35
- msgid "Spectator"
36
- msgstr "Espectador"
37
-
38
- #: adminimize.php:204
39
- msgid "Blocked"
40
- msgstr "Bloqueado"
41
-
42
- #: adminimize.php:539
43
- msgid "Dashboard"
44
- msgstr "Painel"
45
-
46
- #: adminimize.php:1077 inc-setup/remove-admin-bar.php:63
47
- #: inc-setup/remove-admin-bar.php:105 inc-setup/remove-admin-bar.php:326
48
- #: inc-setup/remove-admin-bar.php:328
49
- msgid "Log Out"
50
- msgstr "Terminar sessão"
51
-
52
- #: adminimize.php:1131
53
- msgid "Settings"
54
- msgstr "Opções"
55
-
56
- #: adminimize.php:1144
57
- msgid "Adminimize Options"
58
- msgstr "Opções do Adminimize"
59
-
60
- #. Plugin Name of the plugin/theme
61
- #: adminimize.php:1145 inc-options/minimenu.php:19
62
- msgid "Adminimize"
63
- msgstr "Adminimize"
64
-
65
- #: adminimize.php:1180
66
- msgid "Cheatin&#8217; uh?"
67
- msgstr "Com que então a fazer batota?"
68
-
69
- #: adminimize.php:1766
70
- msgid "Please upload a valid .json file"
71
- msgstr "Por favor carregue um ficheiro .json válido"
72
-
73
- #: adminimize.php:1772
74
- msgid "Please upload a file to import"
75
- msgstr "Por favor carregue um ficheiro para importar"
76
-
77
- #: inc-options/admin_bar.php:27 inc-options/admin_bar.php:28
78
- #: inc-options/admin_bar_frontend.php:26 inc-options/admin_bar_frontend.php:27
79
- #: inc-options/backend_options.php:15 inc-options/dashboard_options.php:16
80
- #: inc-options/deinstall_options.php:14 inc-options/global_options.php:15
81
- #: inc-options/im_export_options.php:14 inc-options/links_options.php:15
82
- #: inc-options/menu_options.php:15 inc-options/minimenu.php:24
83
- #: inc-options/minimenu.php:143 inc-options/self_settings.php:14
84
- #: inc-options/theme_options.php:14 inc-options/theme_options.php:15
85
- #: inc-options/widget_options.php:15 inc-options/wp_nav_menu_options.php:14
86
- #: inc-options/write_cp_options.php:20 inc-options/write_page_options.php:14
87
- #: inc-options/write_post_options.php:15 inc-options/write_post_options.php:16
88
- msgid "Click to toggle"
89
- msgstr "Clique para alternar"
90
-
91
- #: inc-options/admin_bar.php:29 inc-options/minimenu.php:43
92
- msgid "Admin Bar Back end Options"
93
- msgstr "Opções da barra de administração na administração do site"
94
-
95
- #: inc-options/admin_bar.php:46 inc-options/admin_bar_frontend.php:45
96
- #: inc-options/dashboard_options.php:47 inc-options/global_options.php:33
97
- #: inc-options/links_options.php:33 inc-options/widget_options.php:33
98
- #: inc-options/wp_nav_menu_options.php:32
99
- msgid "Option"
100
- msgstr "Opção"
101
-
102
- #: inc-options/admin_bar.php:49 inc-options/admin_bar_frontend.php:48
103
- #: inc-options/dashboard_options.php:50 inc-options/global_options.php:36
104
- #: inc-options/links_options.php:36 inc-options/menu_options.php:36
105
- #: inc-options/widget_options.php:36 inc-options/wp_nav_menu_options.php:35
106
- #: inc-options/write_cp_options.php:45 inc-options/write_page_options.php:34
107
- #: inc-options/write_post_options.php:37
108
- msgid "Deactivate for"
109
- msgstr "Desactivar para"
110
-
111
- #: inc-options/admin_bar.php:54 inc-options/admin_bar_frontend.php:53
112
- #: inc-options/dashboard_options.php:55 inc-options/global_options.php:41
113
- #: inc-options/links_options.php:41 inc-options/menu_options.php:42
114
- #: inc-options/widget_options.php:41 inc-options/wp_nav_menu_options.php:40
115
- #: inc-options/write_cp_options.php:50 inc-options/write_page_options.php:39
116
- #: inc-options/write_post_options.php:42
117
- msgid "Select all"
118
- msgstr "Seleccionar tudo"
119
-
120
- #: inc-options/admin_bar.php:89 inc-options/admin_bar_frontend.php:88
121
- #: inc-options/dashboard_options.php:122 inc-options/menu_options.php:153
122
- msgid "No Title!"
123
- msgstr "Sem título!"
124
-
125
- #: inc-options/admin_bar.php:94 inc-options/admin_bar_frontend.php:93
126
- #: inc-options/menu_options.php:156
127
- msgid "Group"
128
- msgstr "Grupo"
129
-
130
- #: inc-options/admin_bar.php:124
131
- msgid ""
132
- "Switch to another back-end page and come back to update the options to get "
133
- "all items of the admin bar in the back end area."
134
- msgstr ""
135
- "Mude para outra página de administração e volte de novo para esta página, "
136
- "para actualizar as opções e obter todos os itens da barra de administração."
137
-
138
- #: inc-options/admin_bar.php:133 inc-options/admin_bar_frontend.php:137
139
- #: inc-options/backend_options.php:248 inc-options/dashboard_options.php:201
140
- #: inc-options/global_options.php:174 inc-options/links_options.php:173
141
- #: inc-options/menu_options.php:341 inc-options/self_settings.php:79
142
- #: inc-options/widget_options.php:185 inc-options/wp_nav_menu_options.php:200
143
- #: inc-options/write_cp_options.php:319 inc-options/write_page_options.php:269
144
- #: inc-options/write_post_options.php:271
145
- msgid "Update Options"
146
- msgstr "Actualizar opções"
147
-
148
- #: inc-options/admin_bar.php:140 inc-options/admin_bar_frontend.php:144
149
- #: inc-options/backend_options.php:253 inc-options/dashboard_options.php:209
150
- #: inc-options/deinstall_options.php:36 inc-options/global_options.php:181
151
- #: inc-options/im_export_options.php:78 inc-options/links_options.php:179
152
- #: inc-options/menu_options.php:347 inc-options/minimenu.php:212
153
- #: inc-options/self_settings.php:86 inc-options/theme_options.php:131
154
- #: inc-options/widget_options.php:191 inc-options/wp_nav_menu_options.php:206
155
- #: inc-options/write_cp_options.php:325 inc-options/write_page_options.php:274
156
- #: inc-options/write_post_options.php:277
157
- msgid "scroll to top"
158
- msgstr "Voltar ao topo"
159
-
160
- #: inc-options/admin_bar_frontend.php:28 inc-options/minimenu.php:49
161
- msgid "Admin Bar Front end Options"
162
- msgstr "Opções da barra de administração na frente do site"
163
-
164
- #: inc-options/admin_bar_frontend.php:124
165
- msgid ""
166
- "You must open the front end of the site in this browser in order for the "
167
- "plugin to discover the Admin Bar items that are currently not visible."
168
- msgstr ""
169
- "Tem que abrir a frente do site neste navegador para o plugin descobrir quais "
170
- "os itens actualmente escondidos na barra de administração."
171
-
172
- #: inc-options/backend_options.php:16 inc-options/minimenu.php:55
173
- msgid "Backend Options"
174
- msgstr "Opções da administração"
175
-
176
- #: inc-options/backend_options.php:28
177
- msgid "Exclude Super Admin"
178
- msgstr "Excluir super administrador"
179
-
180
- #: inc-options/backend_options.php:36 inc-options/backend_options.php:56
181
- #: inc-options/backend_options.php:86 inc-options/backend_options.php:103
182
- #: inc-options/backend_options.php:121 inc-options/backend_options.php:140
183
- #: inc-options/backend_options.php:157 inc-options/backend_options.php:204
184
- msgid "Default"
185
- msgstr "Por omissão"
186
-
187
- #: inc-options/backend_options.php:39 inc-options/backend_options.php:124
188
- #: inc-options/backend_options.php:143 inc-options/backend_options.php:160
189
- msgid "Activate"
190
- msgstr "Activar"
191
-
192
- #: inc-options/backend_options.php:41
193
- msgid ""
194
- "Exclude the Super Admin on a WP Multisite Install from all limitations of "
195
- "this plugin."
196
- msgstr ""
197
- "Excluir super administrador de instalação multisite WP de todas as "
198
- "limitações deste plugin."
199
-
200
- #: inc-options/backend_options.php:48
201
- msgid "User-Info"
202
- msgstr "Informação do utilizador"
203
-
204
- #: inc-options/backend_options.php:59 inc-options/backend_options.php:106
205
- msgid "Hide"
206
- msgstr "Esconder"
207
-
208
- #: inc-options/backend_options.php:62
209
- msgid "Only logout"
210
- msgstr "Apenas terminar sessão"
211
-
212
- #: inc-options/backend_options.php:65
213
- msgid "User &amp; Logout"
214
- msgstr "Utilizador e terminar sessão"
215
-
216
- #: inc-options/backend_options.php:67
217
- msgid ""
218
- "The &quot;User-Info-area&quot; is on the top right side of the backend. You "
219
- "can hide or reduced show."
220
- msgstr ""
221
- "A área &quot;Informação do utilizador&quot; está no canto superior direito "
222
- "da administração. Pode esconder ou reduzir a informação."
223
-
224
- #: inc-options/backend_options.php:76
225
- msgid "Change User-Info, redirect to"
226
- msgstr "Informação do utilizador, redireccionar para"
227
-
228
- #: inc-options/backend_options.php:89
229
- msgid "Frontpage of the Blog"
230
- msgstr "Frente do site"
231
-
232
- #: inc-options/backend_options.php:91
233
- msgid ""
234
- "When the &quot;User-Info-area&quot; change it, then it is possible to change "
235
- "the redirect."
236
- msgstr ""
237
- "Depois de alterar &quot;Informação do utilizador&quot;, então será possível "
238
- "alterar o redireccionamento."
239
-
240
- #: inc-options/backend_options.php:97
241
- msgid "Footer"
242
- msgstr "Rodapé"
243
-
244
- #: inc-options/backend_options.php:108
245
- msgid "The Footer-area can hide, include all links and details."
246
- msgstr ""
247
- "Pode esconder a área do rodapé, incluindo todas as ligações e detalhes."
248
-
249
- #: inc-options/backend_options.php:113
250
- msgid "Timestamp"
251
- msgstr "Data e hora de publicação"
252
-
253
- #: inc-options/backend_options.php:126
254
- msgid ""
255
- "Opens the post timestamp editing fields without you having to click the "
256
- "\"Edit\" link every time."
257
- msgstr ""
258
- "Mostra os campos de edição de data e hora de publicação, sem ser necessário "
259
- "clicar primeiro em \"Editar\"."
260
-
261
- #: inc-options/backend_options.php:132
262
- msgid "Category Height"
263
- msgstr "Altura da metabox de categorias"
264
-
265
- #: inc-options/backend_options.php:145
266
- msgid ""
267
- "View the Meta Box with Categories in the full height, no scrollbar or "
268
- "whitespace."
269
- msgstr ""
270
- "Ver a metabox das categorias com lista completa a toda a altura, sem "
271
- "scollbar ou espaço vazio."
272
-
273
- #: inc-options/backend_options.php:151
274
- msgid "Advice in Footer"
275
- msgstr "Dica no rodapé"
276
-
277
- #: inc-options/backend_options.php:165
278
- msgid ""
279
- "In the Footer you can display an advice for changing the Default-design, "
280
- "(x)HTML is possible."
281
- msgstr "Pode acrescentar uma dica ao rodapé, poderá utilizar (X)HTML."
282
-
283
- #: inc-options/backend_options.php:194
284
- msgid "Dashboard deactivate, redirect to"
285
- msgstr "Desactivar painel, redireccionar para"
286
-
287
- #: inc-options/backend_options.php:208
288
- msgid "Manage Posts"
289
- msgstr "Gerir conteúdos"
290
-
291
- #: inc-options/backend_options.php:212
292
- msgid "Manage Pages"
293
- msgstr "Gerir páginas"
294
-
295
- #: inc-options/backend_options.php:216
296
- msgid "Write Post"
297
- msgstr "Criar conteúdo"
298
-
299
- #: inc-options/backend_options.php:220
300
- msgid "Write Page"
301
- msgstr "Criar página"
302
-
303
- #: inc-options/backend_options.php:224
304
- msgid "Comments"
305
- msgstr "Comentários"
306
-
307
- #: inc-options/backend_options.php:228
308
- msgid "Other Page"
309
- msgstr "Outra página"
310
-
311
- #: inc-options/backend_options.php:236
312
- msgid ""
313
- "You have deactivated the Dashboard, please select a page for redirection or "
314
- "define custom url, include http://?"
315
- msgstr ""
316
- "Desactivou o painel, por favor seleccione uma página para onde redireccionar "
317
- "ou defina um URL personalizado, incluindo http://"
318
-
319
- #: inc-options/dashboard_options.php:17 inc-options/minimenu.php:65
320
- msgid "Dashboard options"
321
- msgstr "Opções do painel"
322
-
323
- #: inc-options/dashboard_options.php:28
324
- msgid ""
325
- "To complete the installation for Dashboard Widgets you must visit your "
326
- "dashboard once and then come back to Settings > Adminimize to configure who "
327
- "has access to each widget."
328
- msgstr ""
329
- "Para concluir a instalação dos widgets do painel, tem que abrir o seu painel "
330
- "pelo menos uma vez e voltar a Opções > Aminimize para configurar quem tem "
331
- "acesso a cada widget."
332
-
333
- #: inc-options/dashboard_options.php:150 inc-options/global_options.php:130
334
- #: inc-options/menu_options.php:291 inc-options/write_page_options.php:227
335
- #: inc-options/write_post_options.php:229
336
- msgid "Your own options"
337
- msgstr "As suas opções"
338
-
339
- #: inc-options/dashboard_options.php:152 inc-options/global_options.php:132
340
- #: inc-options/links_options.php:133 inc-options/widget_options.php:145
341
- #: inc-options/wp_nav_menu_options.php:160 inc-options/write_cp_options.php:264
342
- #: inc-options/write_page_options.php:229
343
- #: inc-options/write_post_options.php:231
344
- msgid "Option name"
345
- msgstr "Nome da opção"
346
-
347
- #: inc-options/dashboard_options.php:154 inc-options/global_options.php:134
348
- #: inc-options/links_options.php:135 inc-options/widget_options.php:147
349
- #: inc-options/wp_nav_menu_options.php:162 inc-options/write_cp_options.php:267
350
- #: inc-options/write_page_options.php:231
351
- #: inc-options/write_post_options.php:233
352
- msgid "Selector, ID or class"
353
- msgstr "Selector, ID ou classe"
354
-
355
- #: inc-options/dashboard_options.php:161 inc-options/global_options.php:141
356
- #: inc-options/links_options.php:142 inc-options/widget_options.php:154
357
- #: inc-options/wp_nav_menu_options.php:169 inc-options/write_cp_options.php:275
358
- #: inc-options/write_page_options.php:238
359
- #: inc-options/write_post_options.php:240
360
- msgid ""
361
- "It is possible to add your own IDs or classes from elements and tags. You "
362
- "can find IDs and classes with the FireBug Add-on for Firefox. Assign a value "
363
- "and the associate name per line."
364
- msgstr ""
365
- "É possível adicionar os seus próprios IDs ou classes de elementos e "
366
- "etiquetas. Pode encontrar IDs e classes com o add-on do Firefox, FireBug. "
367
- "Atribua um valor e nome associado, um por linha."
368
-
369
- #: inc-options/dashboard_options.php:175 inc-options/global_options.php:153
370
- #: inc-options/links_options.php:153 inc-options/widget_options.php:165
371
- #: inc-options/wp_nav_menu_options.php:180 inc-options/write_cp_options.php:291
372
- #: inc-options/write_page_options.php:249
373
- #: inc-options/write_post_options.php:251
374
- msgid ""
375
- "Possible nomination for ID or class. Separate multiple nominations through a "
376
- "carriage return."
377
- msgstr "Nome possível para o ID ou classe. Insira um nome de item por linha."
378
-
379
- #: inc-options/dashboard_options.php:189 inc-options/global_options.php:164
380
- #: inc-options/links_options.php:163 inc-options/widget_options.php:175
381
- #: inc-options/wp_nav_menu_options.php:190 inc-options/write_cp_options.php:306
382
- #: inc-options/write_page_options.php:259
383
- #: inc-options/write_post_options.php:261
384
- msgid ""
385
- "Possible IDs or classes. Separate multiple values through a carriage return."
386
- msgstr "IDs ou classe possível. Insira um item por linha."
387
-
388
- #: inc-options/deinstall_options.php:15 inc-options/minimenu.php:133
389
- msgid "Uninstall Options"
390
- msgstr "Opções de desinstalação"
391
-
392
- #: inc-options/deinstall_options.php:19
393
- msgid ""
394
- "Use this option for clean your database from all entries of this plugin. "
395
- "When you deactivate the plugin, the deinstall of the plugin <strong>clean "
396
- "not</strong> all entries in the database."
397
- msgstr ""
398
- "Use esta opção para limpar a base de dados de todas as entradas do plugin. "
399
- "Ao desactivar o plugin, a desinstalação do plugin <strong>não limpa</strong> "
400
- "todas as entradas da base de dados."
401
-
402
- #: inc-options/deinstall_options.php:28
403
- msgid "Delete Options"
404
- msgstr "Eliminar opções"
405
-
406
- #: inc-options/global_options.php:16 inc-options/minimenu.php:60
407
- msgid "Global options"
408
- msgstr "Opções globais"
409
-
410
- #: inc-options/global_options.php:71
411
- msgid "Admin Bar"
412
- msgstr "Barra de administração"
413
-
414
- #: inc-options/global_options.php:72
415
- msgid "Favorite Actions"
416
- msgstr "Acções favoritas"
417
-
418
- #: inc-options/global_options.php:73
419
- msgid "Screen-Meta"
420
- msgstr "Metadados do ecrã"
421
-
422
- #: inc-options/global_options.php:74 inc-options/widget_options.php:70
423
- #: inc-options/wp_nav_menu_options.php:73 inc-options/write_cp_options.php:136
424
- #: inc-options/write_page_options.php:125
425
- #: inc-options/write_post_options.php:129
426
- msgid "Screen Options"
427
- msgstr "Opções do ecrã"
428
-
429
- #: inc-options/global_options.php:75
430
- msgid "Contextual Help"
431
- msgstr "Ajuda contextual"
432
-
433
- #: inc-options/global_options.php:76 inc-options/theme_options.php:51
434
- msgid "Admin Color Scheme"
435
- msgstr "Palette de cores do painel"
436
-
437
- #: inc-options/global_options.php:77
438
- msgid "Admin Notices"
439
- msgstr "Avisos do administrador"
440
-
441
- #: inc-options/im_export_options.php:15 inc-options/minimenu.php:128
442
- msgid "Export/Import Options"
443
- msgstr "Opções de exportação / importação"
444
-
445
- #: inc-options/im_export_options.php:20
446
- msgid "Export"
447
- msgstr "Exportar"
448
-
449
- #: inc-options/im_export_options.php:24
450
- msgid "You can save a JSON formatted \".json\" file with your settings."
451
- msgstr "Pode guardar um ficheiro de formato JSON \".json\" com as suas opções."
452
-
453
- #: inc-options/im_export_options.php:31
454
- msgid "Export &raquo;"
455
- msgstr "Exportar &raquo;"
456
-
457
- #: inc-options/im_export_options.php:40
458
- msgid "Import"
459
- msgstr "Importar"
460
-
461
- #: inc-options/im_export_options.php:47
462
- msgid ""
463
- "Choose a Adminimize (<em>.json</em>) file to upload, then click <em>Upload "
464
- "file and import</em>."
465
- msgstr ""
466
- "Escolha um ficheiro (<em>.json</em>) do Aminimize para carregar e clique em "
467
- "<em>Carregar ficheiro e importar</em>."
468
-
469
- #: inc-options/im_export_options.php:50
470
- msgid ""
471
- "After import please reload the page to display also all global values from "
472
- "WordPress."
473
- msgstr ""
474
- "Depois de importar, por favor recarregue a página para também mostrar todos "
475
- "os valores globais do WordPress."
476
-
477
- #: inc-options/im_export_options.php:56
478
- msgid "Choose a \".json\" file from your computer:"
479
- msgstr "Escolha um ficheiro \".json\" a do seu computador:"
480
-
481
- #: inc-options/im_export_options.php:66
482
- msgid "Upload file and import &raquo;"
483
- msgstr "Carregar ficheiro e importar &raquo;"
484
-
485
- #: inc-options/links_options.php:16 inc-options/minimenu.php:106
486
- msgid "Links options"
487
- msgstr "Opções de ligações"
488
-
489
- #: inc-options/links_options.php:72
490
- msgid "Name"
491
- msgstr "Nome"
492
-
493
- #: inc-options/links_options.php:73
494
- msgid "Web Address"
495
- msgstr "Endereço web"
496
-
497
- #: inc-options/links_options.php:74
498
- msgid "Description"
499
- msgstr "Descrição"
500
-
501
- #: inc-options/links_options.php:75 inc-options/write_cp_options.php:140
502
- #: inc-options/write_post_options.php:133
503
- msgid "Categories"
504
- msgstr "Categorias"
505
-
506
- #: inc-options/links_options.php:76
507
- msgid "Target"
508
- msgstr "Destino"
509
-
510
- #: inc-options/links_options.php:77
511
- msgid "Link Relationship (XFN)"
512
- msgstr "Relação com a ligação (XFN)"
513
-
514
- #: inc-options/links_options.php:78
515
- msgid "Advanced"
516
- msgstr "Avançadas"
517
-
518
- #: inc-options/links_options.php:79 inc-options/write_cp_options.php:149
519
- #: inc-options/write_page_options.php:143
520
- #: inc-options/write_post_options.php:143
521
- msgid "Publish Actions"
522
- msgstr "Acções de publicação"
523
-
524
- #: inc-options/links_options.php:131
525
- msgid "Your own Link options"
526
- msgstr "As suas opções de ligação"
527
-
528
- #: inc-options/menu_options.php:16 inc-options/minimenu.php:70
529
- msgid "Menu Options"
530
- msgstr "Opções do menu"
531
-
532
- #: inc-options/menu_options.php:33
533
- msgid "Menu options - Menu, Submenu"
534
- msgstr "Opções do menu - Menu, submenu"
535
-
536
- #: inc-options/menu_options.php:128 inc-options/menu_options.php:224
537
- msgid "After activate the checkbox you will loose its easy access in the menu."
538
- msgstr ""
539
- "Depois de activar a caixa de selecção, irá perder o seu fácil acesso no menu."
540
-
541
- #: inc-options/menu_options.php:158
542
- msgid "Custom"
543
- msgstr "Personalizado"
544
-
545
- #: inc-options/menu_options.php:197
546
- msgid "Profile"
547
- msgstr "Perfil"
548
-
549
- #: inc-options/menu_options.php:293
550
- msgid "Slug"
551
- msgstr "Slug"
552
-
553
- #: inc-options/menu_options.php:295
554
- msgid "Custom Slug"
555
- msgstr "Slug personalizada"
556
-
557
- #: inc-options/menu_options.php:302
558
- msgid "It is possible to add your own slugs for menu items."
559
- msgstr "É possível adicionar as suas próprias slugs para itens do menu."
560
-
561
- #: inc-options/menu_options.php:316
562
- msgid ""
563
- "Possible nomination for the slug. Separate multiple nominations through a "
564
- "carriage return."
565
- msgstr "Nome possível para a slug. Insira um nome por linha."
566
-
567
- #: inc-options/menu_options.php:330
568
- msgid "String of the custom slug."
569
- msgstr "String da slug personalizada."
570
-
571
- #: inc-options/minimenu.php:15
572
- msgid "Network"
573
- msgstr "Rede"
574
-
575
- #: inc-options/minimenu.php:25
576
- msgid "MiniMenu"
577
- msgstr "Mini menu"
578
-
579
- #: inc-options/minimenu.php:31 inc-options/minimenu.php:144
580
- msgid "About the plugin"
581
- msgstr "Sobre o plugin"
582
-
583
- #: inc-options/minimenu.php:37 inc-options/self_settings.php:15
584
- msgid "Plugin Settings"
585
- msgstr "Opções do plugin"
586
-
587
- #: inc-options/minimenu.php:75 inc-options/write_post_options.php:17
588
- #: inc-options/write_post_options.php:34
589
- msgid "Write options - Post"
590
- msgstr "Opções de escrita - Artigo"
591
-
592
- #: inc-options/minimenu.php:80 inc-options/write_page_options.php:15
593
- #: inc-options/write_page_options.php:31
594
- msgid "Write options - Page"
595
- msgstr "Opções de escrita - Página"
596
-
597
- #: inc-options/minimenu.php:92 inc-options/write_cp_options.php:22
598
- #: inc-options/write_cp_options.php:41
599
- msgid "Write options"
600
- msgstr "Opções de escrita"
601
-
602
- #: inc-options/minimenu.php:113 inc-options/widget_options.php:16
603
- msgid "Widgets"
604
- msgstr "Widgets"
605
-
606
- #: inc-options/minimenu.php:118 inc-options/wp_nav_menu_options.php:15
607
- msgid "WP Nav Menu"
608
- msgstr "Menu de navegação do WordPress"
609
-
610
- #: inc-options/minimenu.php:123 inc-options/theme_options.php:16
611
- #: inc-options/theme_options.php:123
612
- msgid "Set Theme"
613
- msgstr "Definir tema"
614
-
615
- #: inc-options/minimenu.php:150
616
- msgid "Version"
617
- msgstr "Versão"
618
-
619
- #: inc-options/minimenu.php:159
620
- #, php-format
621
- msgid ""
622
- "Further information: Visit the <a href=\"%1$s\">plugin homepage</a> for "
623
- "further information or to grab the latest version of this plugin. Also see "
624
- "the <a href=\"%2$s\">support forum</a> for questions."
625
- msgstr ""
626
- "Mais informações: Visite a <a href=\"%1$s\">página do plugin</a> para mais "
627
- "informações ou para obter a última versão deste plugin. Visite também o <a "
628
- "href=\"%2$s\">fórum de suporte</a> para colocar as suas perguntas."
629
-
630
- #: inc-options/minimenu.php:167
631
- #, php-format
632
- msgid ""
633
- "For more hints about the functions and how to's with the possibilities of "
634
- "the plugin settings see the <a href=\"%s\">FAQ page</a> on the plugin site."
635
- msgstr ""
636
- "Para mais dicas sobre as funcionalidades e tutoriais sobre as opções do "
637
- "plugin, veja a página <a href=\"%s\">FAQ</a> do plugin no directório."
638
-
639
- #: inc-options/minimenu.php:170
640
- msgid "Report a issue on the development repository:"
641
- msgstr "Reportar um problema no repositório de desenvolvimento:"
642
-
643
- #: inc-options/minimenu.php:173
644
- msgid ""
645
- "The plugin have a github repository to easy add a issue or a create a fork, "
646
- "pull request:"
647
- msgstr ""
648
- "O plugin tem um repositório no GitHub para poder adicionar um novo \"issue"
649
- "\", criar um \"fork\" ou um \"pull request\":"
650
-
651
- #: inc-options/minimenu.php:179
652
- #, php-format
653
- msgid ""
654
- "You want to thank me? Visit my <a href=\"%1$s\">wishlist</a> or <a href="
655
- "\"%2$s\">donate</a>."
656
- msgstr ""
657
- "Quer agradecer-me? Visite a minha <a href=\"%1$s\">lista de desejos</a> ou "
658
- "faça um <a href=\"%2$s\">donativo</a>."
659
-
660
- #: inc-options/minimenu.php:192 inc-options/settings_notice.php:18
661
- msgid ""
662
- "Please note: The Adminimize settings page ignores the Menu Options below and "
663
- "displays the menu with all entries."
664
- msgstr ""
665
- "Atenção: A página das opções do Adminimize ignora as opções do menu abaixo, "
666
- "mostrando o menu com todas as entradas."
667
-
668
- #: inc-options/minimenu.php:197 inc-options/settings_notice.php:23
669
- msgid ""
670
- "To view your changes to the menu you need to navigate away from the "
671
- "Adminimize settings page."
672
- msgstr ""
673
- "Para ver as alterações ao menu, tem que navegar para fora da página das "
674
- "opções do Adminimize."
675
-
676
- #: inc-options/minimenu.php:203
677
- msgid ""
678
- "You have activated the Plugin for your Multisite Network. By default you "
679
- "will have all active menu items and plugins. The settings are for all "
680
- "network sites, you can set it from any site and it will be set for all "
681
- "network. You should also update the settings on every network site to "
682
- "include every custom items that might exist for each of it."
683
- msgstr ""
684
- "Activou o plugin na sua rede multisite. Por omissão estão activos todos os "
685
- "itens de menu e plugins. As opções são transversais a todos os sites da sua "
686
- "rede, pode defini-las a partir de qualquer site e aplicar-se-ão a qualquer "
687
- "site da rede. Deverá actualizar as opções em cada um dos sites para incluir "
688
- "os itens personalizados que possam existir em cada site."
689
-
690
- #: inc-options/self_settings.php:22
691
- msgid "Active Debug Helper"
692
- msgstr "Activar ajuda de depuração"
693
-
694
- #: inc-options/self_settings.php:30
695
- msgid ""
696
- "After activation is it possible to see several information inside the "
697
- "console of the browser for the current active user."
698
- msgstr ""
699
- "Após a activação é possível ver alguma informação dentro da consola do "
700
- "navegador para o utilizador actualmente activo."
701
-
702
- #: inc-options/self_settings.php:35
703
- msgid "Support Multiple Roles"
704
- msgstr "Suporte para múltiplos papéis"
705
-
706
- #: inc-options/self_settings.php:43
707
- msgid ""
708
- "To hide an option for a user with multiple roles, the option must be "
709
- "selected for every role of that user. If the option is not selected for one "
710
- "of the user's roles, then the item will appear."
711
- msgstr ""
712
- "Para esconder uma opção para um utilizador com múltiplos papéis, a opção "
713
- "deve ser seleccionada para todos os papéis do utilizador. Se a opção não "
714
- "estiver seleccionada em um dos seus papéis, então ficará visível."
715
-
716
- #: inc-options/self_settings.php:48
717
- msgid "Support bbPress Roles"
718
- msgstr "Suporte para papéis do bbPress"
719
-
720
- #: inc-options/self_settings.php:57
721
- msgid ""
722
- "Show bbPress roles for each area to allow bbPress specific user settings."
723
- msgstr ""
724
- "Mostrar os papéis do bbPress em cada área, para permitir a definição de "
725
- "opções específicas para os utilizadores do bbPress."
726
-
727
- #: inc-options/self_settings.php:62
728
- msgid "Allow Page Access"
729
- msgstr "Permitir acesso a páginas"
730
-
731
- #: inc-options/self_settings.php:71
732
- msgid ""
733
- "Activate this option to allow access to pages of the back end, even if it's "
734
- "hidden to a user role."
735
- msgstr ""
736
- "Activar esta opção permite o acesso às páginas da administração, mesmo se "
737
- "estiverem escondidas para um papel de utilizador."
738
-
739
- #: inc-options/theme_options.php:27
740
- msgid ""
741
- "For better peformance on sites with many users, you should load userlist "
742
- "data before making any changes in the theme options for users."
743
- msgstr ""
744
- "Para melhorar a performance em sites com muitos utilizadores, deverá "
745
- "carregar os dados dos utilizadores, antes de alterar as suas opções de tema."
746
-
747
- #: inc-options/theme_options.php:34
748
- msgid "Load User Data"
749
- msgstr "Carregar dados dos utilizadores"
750
-
751
- #: inc-options/theme_options.php:48
752
- msgid "User-ID"
753
- msgstr "ID de utilizador"
754
-
755
- #: inc-options/theme_options.php:49
756
- msgid "Username"
757
- msgstr "Nome de utilizador"
758
-
759
- #: inc-options/theme_options.php:50
760
- msgid "Display name publicly as"
761
- msgstr "Mostrar o nome publicamente como"
762
-
763
- #: inc-options/theme_options.php:52
764
- msgid "User Level"
765
- msgstr "Nível de utilizador"
766
-
767
- #: inc-options/theme_options.php:53
768
- msgid "Role"
769
- msgstr "Papel"
770
-
771
- #: inc-options/widget_options.php:69 inc-options/wp_nav_menu_options.php:72
772
- #: inc-options/write_cp_options.php:135 inc-options/write_page_options.php:124
773
- #: inc-options/write_post_options.php:128
774
- msgid "Help"
775
- msgstr "Ajuda"
776
-
777
- #: inc-options/widget_options.php:71
778
- msgid "Available Widgets"
779
- msgstr "Widgets disponíveis"
780
-
781
- #: inc-options/widget_options.php:72
782
- msgid "Inactive Sidebar (not used)"
783
- msgstr "Barra lateral inactiva (sem uso)"
784
-
785
- #: inc-options/widget_options.php:73
786
- msgid "Inactive Widgets"
787
- msgstr "Widgets inactivos"
788
-
789
- #: inc-options/widget_options.php:143
790
- msgid "Your own Widget options"
791
- msgstr "As suas opções de widget"
792
-
793
- #: inc-options/wp_nav_menu_options.php:74
794
- #: inc-options/wp_nav_menu_options.php:80
795
- msgid "Theme Locations"
796
- msgstr "Localizações no tema"
797
-
798
- #: inc-options/wp_nav_menu_options.php:75
799
- msgid "Custom Links"
800
- msgstr "Ligações personalizadas"
801
-
802
- #: inc-options/wp_nav_menu_options.php:76
803
- msgid "Add menu"
804
- msgstr "Adicionar menu"
805
-
806
- #: inc-options/wp_nav_menu_options.php:158
807
- msgid "Your own Nav Menu options"
808
- msgstr "As suas opções de menu de navegação"
809
-
810
- #: inc-options/write_cp_options.php:137 inc-options/write_page_options.php:127
811
- #: inc-options/write_post_options.php:131
812
- msgid "Permalink"
813
- msgstr "Ligação permanente"
814
-
815
- #: inc-options/write_cp_options.php:138 inc-options/write_cp_options.php:185
816
- #: inc-options/write_post_options.php:132
817
- #: inc-options/write_post_options.php:173
818
- msgid "Tags"
819
- msgstr "Etiquetas"
820
-
821
- #: inc-options/write_cp_options.php:139
822
- msgid "Format"
823
- msgstr "Formato"
824
-
825
- #: inc-options/write_cp_options.php:141 inc-options/write_post_options.php:134
826
- msgid "Add New Category"
827
- msgstr "Adicionar nova categoria"
828
-
829
- #: inc-options/write_cp_options.php:142 inc-options/write_post_options.php:136
830
- msgid "Password Protect This Post"
831
- msgstr "Proteger este conteúdo por senha"
832
-
833
- #: inc-options/write_cp_options.php:143 inc-options/write_post_options.php:137
834
- msgid "Related, Shortcuts"
835
- msgstr "Relacionados, Atalhos"
836
-
837
- #: inc-options/write_cp_options.php:144 inc-options/write_page_options.php:138
838
- #: inc-options/write_post_options.php:138
839
- msgid "Messages"
840
- msgstr "Mensagens"
841
-
842
- #: inc-options/write_cp_options.php:145 inc-options/write_page_options.php:139
843
- #: inc-options/write_post_options.php:139
844
- msgid "h2: Advanced Options"
845
- msgstr "H2: Opções avançadas"
846
-
847
- #: inc-options/write_cp_options.php:146 inc-options/write_page_options.php:140
848
- #: inc-options/write_post_options.php:140
849
- msgid "Media Buttons (all)"
850
- msgstr "Botões multimédia (todos)"
851
-
852
- #: inc-options/write_cp_options.php:147 inc-options/write_page_options.php:141
853
- #: inc-options/write_post_options.php:141
854
- msgid "Word count"
855
- msgstr "Contagem de palavras"
856
-
857
- #: inc-options/write_cp_options.php:148 inc-options/write_post_options.php:142
858
- msgid "Post Slug"
859
- msgstr "Slug do conteúdo"
860
-
861
- #: inc-options/write_cp_options.php:150 inc-options/write_page_options.php:144
862
- #: inc-options/write_post_options.php:144
863
- msgid "Discussion"
864
- msgstr "Discussão"
865
-
866
- #: inc-options/write_cp_options.php:151 inc-options/write_page_options.php:145
867
- #: inc-options/write_post_options.php:145
868
- msgid "HTML Editor Button"
869
- msgstr "Botão do editor HTML"
870
-
871
- #: inc-options/write_cp_options.php:167 inc-options/write_post_options.php:159
872
- msgid "Post Thumbnail"
873
- msgstr "Imagem de destaque"
874
-
875
- #: inc-options/write_cp_options.php:176 inc-options/write_page_options.php:164
876
- #: inc-options/write_post_options.php:164
877
- msgid "Quick Edit Link"
878
- msgstr "Ligação de edição rápida"
879
-
880
- #: inc-options/write_cp_options.php:177 inc-options/write_cp_options.php:178
881
- #: inc-options/write_cp_options.php:179 inc-options/write_cp_options.php:180
882
- #: inc-options/write_cp_options.php:181 inc-options/write_cp_options.php:182
883
- #: inc-options/write_cp_options.php:183 inc-options/write_cp_options.php:184
884
- #: inc-options/write_cp_options.php:185 inc-options/write_cp_options.php:186
885
- #: inc-options/write_cp_options.php:187 inc-options/write_page_options.php:165
886
- #: inc-options/write_page_options.php:166
887
- #: inc-options/write_page_options.php:167
888
- #: inc-options/write_page_options.php:168
889
- #: inc-options/write_page_options.php:169
890
- #: inc-options/write_page_options.php:170
891
- #: inc-options/write_page_options.php:171
892
- #: inc-options/write_page_options.php:172
893
- #: inc-options/write_page_options.php:173
894
- #: inc-options/write_post_options.php:165
895
- #: inc-options/write_post_options.php:166
896
- #: inc-options/write_post_options.php:167
897
- #: inc-options/write_post_options.php:168
898
- #: inc-options/write_post_options.php:169
899
- #: inc-options/write_post_options.php:170
900
- #: inc-options/write_post_options.php:171
901
- #: inc-options/write_post_options.php:172
902
- #: inc-options/write_post_options.php:173
903
- #: inc-options/write_post_options.php:174
904
- #: inc-options/write_post_options.php:175
905
- msgid "QE"
906
- msgstr "ER"
907
-
908
- #: inc-options/write_cp_options.php:177 inc-options/write_page_options.php:165
909
- #: inc-options/write_post_options.php:165
910
- msgid "Inline Edit Left"
911
- msgstr "Edição em linha à esquerda"
912
-
913
- #: inc-options/write_cp_options.php:178 inc-options/write_page_options.php:166
914
- #: inc-options/write_post_options.php:166
915
- msgid "All Labels"
916
- msgstr "Todas as legendas"
917
-
918
- #: inc-options/write_cp_options.php:179 inc-options/write_page_options.php:168
919
- #: inc-options/write_post_options.php:167
920
- msgid "Author"
921
- msgstr "Autor"
922
-
923
- #: inc-options/write_cp_options.php:180 inc-options/write_page_options.php:169
924
- #: inc-options/write_post_options.php:168
925
- msgid "Password and Private"
926
- msgstr "Senha e privado"
927
-
928
- #: inc-options/write_cp_options.php:181 inc-options/write_post_options.php:169
929
- msgid "Inline Edit Center"
930
- msgstr "Edição em linha ao centro"
931
-
932
- #: inc-options/write_cp_options.php:182 inc-options/write_post_options.php:170
933
- msgid "Categories Title"
934
- msgstr "Título das categorias"
935
-
936
- #: inc-options/write_cp_options.php:183 inc-options/write_post_options.php:171
937
- msgid "Categories List"
938
- msgstr "Lista de categorias"
939
-
940
- #: inc-options/write_cp_options.php:184 inc-options/write_page_options.php:170
941
- #: inc-options/write_post_options.php:172
942
- msgid "Inline Edit Right"
943
- msgstr "Edição em linha à direita"
944
-
945
- #: inc-options/write_cp_options.php:186 inc-options/write_post_options.php:174
946
- msgid "Status, Sticky"
947
- msgstr "Estado, Fixo"
948
-
949
- #: inc-options/write_cp_options.php:187 inc-options/write_page_options.php:173
950
- #: inc-options/write_post_options.php:175
951
- msgid "Cancel/Save Button"
952
- msgstr "Botão cancelar/guardar"
953
-
954
- #: inc-options/write_cp_options.php:260
955
- #, php-format
956
- msgid "Your own %s options"
957
- msgstr "As suas opções de %s"
958
-
959
- #: inc-options/write_page_options.php:126
960
- #: inc-options/write_post_options.php:130
961
- msgid "Title"
962
- msgstr "Título"
963
-
964
- #: inc-options/write_page_options.php:128
965
- msgid "Custom Fields"
966
- msgstr "Campos personalizados"
967
-
968
- #: inc-options/write_page_options.php:129
969
- msgid "Comments &amp; Pings"
970
- msgstr "Comentários e pings"
971
-
972
- #: inc-options/write_page_options.php:130
973
- #: inc-options/write_page_options.php:167
974
- #: inc-options/write_post_options.php:135
975
- msgid "Date"
976
- msgstr "Data"
977
-
978
- #: inc-options/write_page_options.php:131
979
- msgid "Password Protect This Page"
980
- msgstr "Proteger esta página por senha"
981
-
982
- #: inc-options/write_page_options.php:132
983
- msgid "Attributes"
984
- msgstr "Atributos"
985
-
986
- #: inc-options/write_page_options.php:133
987
- msgid "Page Template"
988
- msgstr "Modelo de página"
989
-
990
- #: inc-options/write_page_options.php:134
991
- msgid "Page Order"
992
- msgstr "Ordem da página"
993
-
994
- #: inc-options/write_page_options.php:135
995
- msgid "Page Author"
996
- msgstr "Autor da página"
997
-
998
- #: inc-options/write_page_options.php:136
999
- msgid "Page Revisions"
1000
- msgstr "Revisões da página"
1001
-
1002
- #: inc-options/write_page_options.php:137
1003
- msgid "Related"
1004
- msgstr "Relacionado"
1005
-
1006
- #: inc-options/write_page_options.php:142
1007
- msgid "Page Slug"
1008
- msgstr "Slug da página"
1009
-
1010
- #: inc-options/write_page_options.php:159
1011
- msgid "Page Image"
1012
- msgstr "Imagem da página"
1013
-
1014
- #: inc-options/write_page_options.php:171
1015
- msgid "Parent, Order, Template"
1016
- msgstr "Superior, ordem, modelo"
1017
-
1018
- #: inc-options/write_page_options.php:172
1019
- msgid "Status"
1020
- msgstr "Estado"
1021
-
1022
- #: inc-setup/helping_hands.php:191
1023
- msgid "Cheatin&#8217; uh? Sorry, you are not allowed to access this site."
1024
- msgstr ""
1025
- "Com que então a fazer batota? Não tem permissão para aceder a este site."
1026
-
1027
- #: inc-setup/messages.php:43
1028
- msgid "Unknown error."
1029
- msgstr "Erro desconhecido."
1030
-
1031
- #: inc-setup/messages.php:54
1032
- msgid "The updates were saved."
1033
- msgstr "As alterações foram guardadas."
1034
-
1035
- #: inc-setup/messages.php:57
1036
- msgid "You have not enough rights to edit entries in the database."
1037
- msgstr "Não tem permissões suficientes para editar entradas na base de dados."
1038
-
1039
- #: inc-setup/messages.php:60
1040
- msgid "All entries in the database were imported."
1041
- msgstr "Todas as entradas na base de dados foram importadas."
1042
-
1043
- #: inc-setup/messages.php:63
1044
- msgid "All entries in the database were deleted."
1045
- msgstr "Todas as entradas na base de dados foram eliminadas."
1046
-
1047
- #: inc-setup/messages.php:66
1048
- msgid "Set the checkbox on deinstall-button."
1049
- msgstr "Seleccione a caixa do botão de desinstalar."
1050
-
1051
- #: inc-setup/messages.php:69
1052
- msgid "Can't load menu and submenu."
1053
- msgstr "Não é possível carregar o menu e o submenu."
1054
-
1055
- #: inc-setup/messages.php:71
1056
- msgid "Backend-Theme was activated!"
1057
- msgstr "O tema da administração foi activado!"
1058
-
1059
- #: inc-setup/messages.php:73
1060
- msgid "Load user data to themes was successful."
1061
- msgstr "Dados dos utilizadores carregados para o tema com sucesso."
1062
-
1063
- #: inc-setup/remove-admin-bar.php:311 inc-setup/remove-admin-bar.php:312
1064
- msgid "Network Admin"
1065
- msgstr "Administrador da rede"
1066
-
1067
- #: inc-setup/remove-admin-bar.php:315 inc-setup/remove-admin-bar.php:316
1068
- msgid "Site Admin"
1069
- msgstr "Administrador do site"
1070
-
1071
- #. Plugin URI of the plugin/theme
1072
- msgid "https://wordpress.org/plugins/adminimize/"
1073
- msgstr "https://wordpress.org/plugins/adminimize/"
1074
-
1075
- #. Description of the plugin/theme
1076
- msgid ""
1077
- "Visually compresses the administrative meta-boxes so that more admin page "
1078
- "content can be initially seen. The plugin that lets you hide 'unnecessary' "
1079
- "items from the WordPress administration menu, for all roles of your install. "
1080
- "You can also hide post meta controls on the edit-area to simplify the "
1081
- "interface. It is possible to simplify the admin in different for all roles."
1082
- msgstr ""
1083
- "Comprime visualmente as metaboxes da administração para que possa ser "
1084
- "mostrado mais conteúdo na página de administração. O plugin permite-lhe "
1085
- "esconder itens desnecessários do menu de administração do WordPress, para "
1086
- "todos os papéis da sua instalação. Também pode esconder controlos de "
1087
- "metadados de conteúdos na área de edição, para simplificar a interface. É "
1088
- "possível simplificar a administração para os diferentes papéis."
1089
-
1090
- #. Author of the plugin/theme
1091
- msgid "Frank Bültge"
1092
- msgstr "Frank Bültge"
1093
-
1094
- #. Author URI of the plugin/theme
1095
- msgid "http://bueltge.de/"
1096
- msgstr "http://bueltge.de/"
1097
-
1098
- #, fuzzy
1099
- #~ msgid "See the bbPress roles also in each area to hide for this context."
1100
- #~ msgstr ""
1101
- #~ "Show bbPress roles for each area to allow bbPress specific user settings\n"
1102
- #~ "\n"
1103
- #~ "Mostrar os papéis do bbPress em cada área, para permitir definir opções "
1104
- #~ "específicas para utilizadores do bbPress.\n"
1105
- #~ "\n"
1106
- #~ "Ver também os papéis do bbPress em cada área para esconder no contexto.\n"
1107
- #~ "\n"
1108
- #~ "Para melhorar a performance em sites com muitos utilizadores, deverá "
1109
- #~ "primeiro carregar os dados dos utilizadores, antes de alterar as suas "
1110
- #~ "opções de tema."
1111
-
1112
- #, fuzzy
1113
- #~ msgid ""
1114
- #~ "For better peformance with many users on your blog; load only userlist, "
1115
- #~ "when you will change the theme options for users."
1116
- #~ msgstr ""
1117
- #~ "Para melhorar a performance em sites com muitos utilizadores, deverá "
1118
- #~ "primeiro carregar os dados dos utilizadores, antes de alterar as suas "
1119
- #~ "opções de tema."
1120
-
1121
- #, fuzzy
1122
- #~ msgid ""
1123
- #~ "You have activated the Plugin for your Multisite Network. Your settings "
1124
- #~ "works now on all blogs in the network. Please set the settings only in "
1125
- #~ "one blog, there you have all active menu items and plugins. If you update "
1126
- #~ "the settings then write the plugin new settings in dependence of the blog "
1127
- #~ "where you put, save the settings."
1128
- #~ msgstr ""
1129
- #~ "Activou o plugin na sua rede multisite. Por omissão estão activos todos "
1130
- #~ "os itens de menu e plugins. As opções são transversais a todos os sites "
1131
- #~ "da sua rede, pode defini-las a partir de qualquer site e aplicar-se-ão a "
1132
- #~ "qualquer site da rede. Deverá actualizar as opções em cada um dos sites "
1133
- #~ "para incluir os itens personalizados que possam existir em cada site."
1134
-
1135
- #, fuzzy
1136
- #~ msgid ""
1137
- #~ "A user with multiple roles must have an option selected for all roles in "
1138
- #~ "order to hide the selected option. If the option is unselected for any of "
1139
- #~ "the user’s roles, then the item will appear."
1140
- #~ msgstr ""
1141
- #~ "To hide an option for a user with multiple roles, the option must be "
1142
- #~ "selected for every role of that user. If the option is not selected for "
1143
- #~ "one of the user's roles, then the item will appear.\n"
1144
- #~ "\n"
1145
- #~ "Um utilizador com múltiplos papéis"
1146
-
1147
- #, fuzzy
1148
- #~ msgid "After activate the check box it heavy attitudes will change."
1149
- #~ msgstr ""
1150
- #~ "Depois de activar a caixa de selecção, irá perder o seu acesso fácil no "
1151
- #~ "menu."
1152
-
1153
- #, fuzzy
1154
- #~ msgid "Prevent Page Access"
1155
- #~ msgstr "Permitir acesso a páginas"
1156
-
1157
- #, fuzzy
1158
- #~ msgid ""
1159
- #~ "Active this option to remove the prevent for access of a page of the back "
1160
- #~ "end, there is active for hiding to a user role."
1161
- #~ msgstr ""
1162
- #~ "Active esta opção para permitir o acesso às páginas da administração, "
1163
- #~ "mesmo se estiverem escondidas para um papel de utilizador."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/adminimize-ro_RO.mo DELETED
Binary file
languages/adminimize-ro_RO.po DELETED
@@ -1,1189 +0,0 @@
1
- # @ adminimize
2
- msgid ""
3
- msgstr ""
4
- "Project-Id-Version: \n"
5
- "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2015-12-15 21:55+0100\n"
7
- "PO-Revision-Date: \n"
8
- "Last-Translator: Frank Bültge <frank@bueltge.de>\n"
9
- "Language-Team: Web Geeks\n"
10
- "Language: ro_RO\n"
11
- "MIME-Version: 1.0\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
- "Content-Transfer-Encoding: 8bit\n"
14
- "X-Generator: Poedit 1.8.4\n"
15
-
16
- #: adminimize.php:141
17
- msgid "Keymaster"
18
- msgstr ""
19
-
20
- #: adminimize.php:142
21
- msgid "Moderator"
22
- msgstr ""
23
-
24
- #: adminimize.php:143
25
- msgid "Participant"
26
- msgstr ""
27
-
28
- #: adminimize.php:144
29
- msgid "Spectator"
30
- msgstr ""
31
-
32
- #: adminimize.php:145
33
- msgid "Blocked"
34
- msgstr ""
35
-
36
- # @ default
37
- # @ adminimize
38
- #: adminimize.php:447 inc-options/links_options.php:52
39
- #: inc-options/write_cp_options.php:103 inc-options/write_post_options.php:97
40
- msgid "Categories"
41
- msgstr "Categorii"
42
-
43
- # @ default
44
- #: adminimize.php:454 adminimize.php:481
45
- msgid "+ Add New Category"
46
- msgstr "+ Adauga categorie nouă"
47
-
48
- # @ default
49
- #: adminimize.php:459 adminimize.php:488
50
- msgid "New category name"
51
- msgstr "Noul nume categorie"
52
-
53
- # @ default
54
- #: adminimize.php:467 adminimize.php:492 adminimize.php:499
55
- msgid "Parent category"
56
- msgstr "Categoria părinte"
57
-
58
- # @ default
59
- #: adminimize.php:472 adminimize.php:504
60
- msgid "Add"
61
- msgstr "Adăuga"
62
-
63
- # @ default
64
- # @ adminimize
65
- #: adminimize.php:486 inc-options/write_cp_options.php:104
66
- #: inc-options/write_post_options.php:98
67
- msgid "Add New Category"
68
- msgstr "Adăugaţi noua categorie"
69
-
70
- # @ default
71
- #: adminimize.php:605 adminimize.php:607 adminimize.php:613
72
- msgid "Dashboard"
73
- msgstr "Tabloul de bord"
74
-
75
- # @ default
76
- #: adminimize.php:700 adminimize.php:705 adminimize.php:706 adminimize.php:747
77
- #: adminimize.php:754 adminimize.php:755 adminimize.php:1223
78
- #: inc-setup/remove-admin-bar.php:64 inc-setup/remove-admin-bar.php:91
79
- #: inc-setup/remove-admin-bar.php:285
80
- msgid "Log Out"
81
- msgstr "Conectaţi-vă"
82
-
83
- # @ default
84
- #: adminimize.php:1275
85
- msgid "Settings"
86
- msgstr "Setări"
87
-
88
- # @ adminimize
89
- #: adminimize.php:1288
90
- msgid "Adminimize Options"
91
- msgstr "Opţiuni Adminimize"
92
-
93
- # @ adminimize
94
- #: adminimize.php:1289
95
- msgid "Adminimize"
96
- msgstr "Adminimize"
97
-
98
- # @ default
99
- #: adminimize.php:1322
100
- #, fuzzy
101
- msgid "Cheatin&#8217; uh?"
102
- msgstr "Cheatin's uh?"
103
-
104
- #: adminimize.php:1371
105
- msgid ""
106
- "Cheatin&#8217; uh? You do not have the right permission to update settings"
107
- msgstr ""
108
-
109
- #: adminimize.php:1849
110
- msgid "Please upload a valid .json file"
111
- msgstr ""
112
-
113
- # @ adminimize
114
- #: adminimize.php:1855
115
- #, fuzzy
116
- msgid "Please upload a file to import"
117
- msgstr "Fişier încărcat şi import»"
118
-
119
- # @ default
120
- #: inc-options/admin_bar.php:22 inc-options/admin_bar_frontend.php:22
121
- #: inc-options/backend_options.php:15 inc-options/dashboard_options.php:16
122
- #: inc-options/deinstall_options.php:14 inc-options/global_options.php:15
123
- #: inc-options/im_export_options.php:14 inc-options/links_options.php:15
124
- #: inc-options/menu_options.php:15 inc-options/theme_options.php:14
125
- #: inc-options/widget_options.php:15 inc-options/wp_nav_menu_options.php:14
126
- #: inc-options/write_cp_options.php:20 inc-options/write_page_options.php:14
127
- #: inc-options/write_post_options.php:15
128
- msgid "Click to toggle"
129
- msgstr "Faceţi clic pentru a comuta"
130
-
131
- # @ adminimize
132
- #: inc-options/admin_bar.php:23
133
- #, fuzzy
134
- msgid "Admin Bar Back end options"
135
- msgstr "Opţiuni de backend"
136
-
137
- # @ adminimize
138
- #: inc-options/admin_bar.php:41 inc-options/admin_bar_frontend.php:43
139
- #: inc-options/dashboard_options.php:33 inc-options/dashboard_options.php:99
140
- #: inc-options/global_options.php:23 inc-options/global_options.php:106
141
- #: inc-options/links_options.php:23 inc-options/links_options.php:101
142
- #: inc-options/widget_options.php:23 inc-options/widget_options.php:109
143
- #: inc-options/wp_nav_menu_options.php:22
144
- #: inc-options/wp_nav_menu_options.php:122
145
- #: inc-options/write_cp_options.php:208 inc-options/write_page_options.php:186
146
- #: inc-options/write_post_options.php:182
147
- msgid "Option"
148
- msgstr "Opţiunea"
149
-
150
- # @ adminimize
151
- #: inc-options/admin_bar.php:44 inc-options/admin_bar_frontend.php:46
152
- #: inc-options/dashboard_options.php:36 inc-options/global_options.php:26
153
- #: inc-options/links_options.php:26 inc-options/menu_options.php:26
154
- #: inc-options/widget_options.php:26 inc-options/wp_nav_menu_options.php:25
155
- #: inc-options/write_cp_options.php:33 inc-options/write_page_options.php:25
156
- #: inc-options/write_post_options.php:26
157
- msgid "Deactivate for"
158
- msgstr "Dezactiva pentru"
159
-
160
- # @ adminimize
161
- #: inc-options/admin_bar.php:114 inc-options/admin_bar_frontend.php:121
162
- #: inc-options/backend_options.php:200 inc-options/dashboard_options.php:124
163
- #: inc-options/global_options.php:131 inc-options/links_options.php:126
164
- #: inc-options/menu_options.php:207 inc-options/widget_options.php:134
165
- #: inc-options/wp_nav_menu_options.php:147
166
- #: inc-options/write_cp_options.php:243 inc-options/write_page_options.php:211
167
- #: inc-options/write_post_options.php:207
168
- msgid "Update Options"
169
- msgstr "Opţiuni de actualizare"
170
-
171
- # @ adminimize
172
- #: inc-options/admin_bar.php:120 inc-options/admin_bar_frontend.php:127
173
- #: inc-options/backend_options.php:202 inc-options/dashboard_options.php:129
174
- #: inc-options/deinstall_options.php:27 inc-options/global_options.php:133
175
- #: inc-options/links_options.php:129 inc-options/menu_options.php:209
176
- #: inc-options/theme_options.php:123 inc-options/widget_options.php:136
177
- #: inc-options/wp_nav_menu_options.php:149
178
- #: inc-options/write_cp_options.php:248 inc-options/write_page_options.php:213
179
- #: inc-options/write_post_options.php:209
180
- msgid "scroll to top"
181
- msgstr "defila în sus"
182
-
183
- #: inc-options/admin_bar_frontend.php:24
184
- msgid "Admin Bar Front end options"
185
- msgstr ""
186
-
187
- # @ adminimize
188
- #: inc-options/backend_options.php:16
189
- msgid "Backend Options"
190
- msgstr "Opţiuni de backend"
191
-
192
- # @ adminimize
193
- #: inc-options/backend_options.php:27
194
- #, fuzzy
195
- msgid "Use Global Settings"
196
- msgstr "Opţiuni globale"
197
-
198
- #: inc-options/backend_options.php:36
199
- msgid "The plugin is active in multiste."
200
- msgstr ""
201
-
202
- #: inc-options/backend_options.php:40
203
- msgid "False"
204
- msgstr ""
205
-
206
- #: inc-options/backend_options.php:41
207
- msgid "True"
208
- msgstr ""
209
-
210
- #: inc-options/backend_options.php:42
211
- msgid "Use the settings global in your Multisite network."
212
- msgstr ""
213
-
214
- # @ adminimize
215
- #: inc-options/backend_options.php:47
216
- msgid "Exclude Super Admin"
217
- msgstr "Exclude Super Admin"
218
-
219
- # @ adminimize
220
- #: inc-options/backend_options.php:51 inc-options/backend_options.php:62
221
- #: inc-options/backend_options.php:75 inc-options/backend_options.php:85
222
- #: inc-options/backend_options.php:98 inc-options/backend_options.php:109
223
- #: inc-options/backend_options.php:122 inc-options/backend_options.php:132
224
- #: inc-options/backend_options.php:143 inc-options/backend_options.php:153
225
- #: inc-options/backend_options.php:182
226
- msgid "Default"
227
- msgstr "Implicit"
228
-
229
- # @ adminimize
230
- #: inc-options/backend_options.php:52 inc-options/backend_options.php:110
231
- #: inc-options/backend_options.php:123 inc-options/backend_options.php:133
232
- #: inc-options/backend_options.php:144 inc-options/backend_options.php:154
233
- msgid "Activate"
234
- msgstr "Activa"
235
-
236
- # @ adminimize
237
- #: inc-options/backend_options.php:53
238
- msgid ""
239
- "Exclude the Super Admin on a WP Multisite Install from all limitations of "
240
- "this plugin."
241
- msgstr ""
242
- "Exclude Admin Super pe un WP Multisite Install la toate limitele de acest "
243
- "plug-in."
244
-
245
- # @ adminimize
246
- #: inc-options/backend_options.php:58
247
- msgid "User-Info"
248
- msgstr "Utilizator-Info"
249
-
250
- # @ adminimize
251
- #: inc-options/backend_options.php:63 inc-options/backend_options.php:86
252
- #: inc-options/backend_options.php:99
253
- msgid "Hide"
254
- msgstr "Ascunde"
255
-
256
- # @ adminimize
257
- #: inc-options/backend_options.php:64
258
- msgid "Only logout"
259
- msgstr "Numai logout"
260
-
261
- # @ adminimize
262
- #: inc-options/backend_options.php:65
263
- #, fuzzy
264
- msgid "User &amp; Logout"
265
- msgstr "Utilizator & Logout"
266
-
267
- #: inc-options/backend_options.php:66
268
- msgid ""
269
- "The &quot;User-Info-area&quot; is on the top right side of the backend. You "
270
- "can hide or reduced show."
271
- msgstr ""
272
-
273
- # @ adminimize
274
- #: inc-options/backend_options.php:71
275
- msgid "Change User-Info, redirect to"
276
- msgstr "Schimbare utilizator-Info, redirect la"
277
-
278
- # @ adminimize
279
- #: inc-options/backend_options.php:76
280
- msgid "Frontpage of the Blog"
281
- msgstr "FrontPage blog-ul"
282
-
283
- # @ adminimize
284
- #: inc-options/backend_options.php:77
285
- #, fuzzy
286
- msgid ""
287
- "When the &quot;User-Info-area&quot; change it, then it is possible to change "
288
- "the redirect."
289
- msgstr ""
290
- "Atunci când \"Utilizator-Info-zona\" schimba, atunci este posibil să "
291
- "modificaţi redirecţionare."
292
-
293
- # @ adminimize
294
- #: inc-options/backend_options.php:81
295
- msgid "Footer"
296
- msgstr "Subsol"
297
-
298
- # @ adminimize
299
- #: inc-options/backend_options.php:87
300
- msgid "The Footer-area can hide, include all links and details."
301
- msgstr "Zona de subsol pot ascunde, includ toate link-uri şi detalii."
302
-
303
- # @ adminimize
304
- #: inc-options/backend_options.php:94
305
- msgid "Header"
306
- msgstr "Antet"
307
-
308
- # @ adminimize
309
- #: inc-options/backend_options.php:100
310
- msgid "The Header-area can hide, include all links and details."
311
- msgstr "Zona de antet poate ascunde, include toate link-uri şi detalii."
312
-
313
- # @ adminimize
314
- #: inc-options/backend_options.php:105
315
- msgid "Timestamp"
316
- msgstr "Timestamp"
317
-
318
- # @ adminimize
319
- #: inc-options/backend_options.php:111
320
- msgid ""
321
- "Opens the post timestamp editing fields without you having to click the "
322
- "\"Edit\" link every time."
323
- msgstr " link-ul de fiecare dată."
324
-
325
- # @ adminimize
326
- #: inc-options/backend_options.php:118
327
- msgid "Thickbox FullScreen"
328
- msgstr "Thickbox FullScreen"
329
-
330
- # @ adminimize
331
- #: inc-options/backend_options.php:124
332
- msgid ""
333
- "All Thickbox-function use the full area of the browser. Thickbox is for "
334
- "example in upload media-files."
335
- msgstr ""
336
- "Toate Thickbox-funcţia utilizaţi zona completă a browser-ului. Thickbox "
337
- "este, de exemplu, în mass-media-fişierele de încărcare."
338
-
339
- # @ adminimize
340
- #: inc-options/backend_options.php:128
341
- msgid "Flashuploader"
342
- msgstr "Flashuploader"
343
-
344
- # @ adminimize
345
- #: inc-options/backend_options.php:134
346
- msgid "Disable the flashuploader and users use only the standard uploader."
347
- msgstr ""
348
- "Dezactivaţi flashuploader şi utilizatorii utiliza numai uploader standard."
349
-
350
- # @ adminimize
351
- #: inc-options/backend_options.php:139
352
- msgid "Category Height"
353
- msgstr "Categoria înălţime"
354
-
355
- # @ adminimize
356
- #: inc-options/backend_options.php:145
357
- msgid ""
358
- "View the Meta Box with Categories in the full height, no scrollbar or "
359
- "whitespace."
360
- msgstr ""
361
- "Vizualizaţi caseta de Meta cu categorii în înălţime completă, nici o bară de "
362
- "defilare sau spaţiu."
363
-
364
- # @ adminimize
365
- #: inc-options/backend_options.php:149
366
- msgid "Advice in Footer"
367
- msgstr "Consiliere în subsol"
368
-
369
- # @ adminimize
370
- #: inc-options/backend_options.php:156
371
- msgid ""
372
- "In the Footer you can display an advice for changing the Default-design, "
373
- "(x)HTML is possible."
374
- msgstr ""
375
- "În notele de subsol se poate afişa un sfat pentru schimbarea implicit-"
376
- "design, (x) HTML este posibil."
377
-
378
- # @ adminimize
379
- #: inc-options/backend_options.php:178
380
- msgid "Dashboard deactivate, redirect to"
381
- msgstr "Tabloul de bord dezactiva, redirecţiona"
382
-
383
- # @ adminimize
384
- #: inc-options/backend_options.php:183
385
- msgid "Manage Posts"
386
- msgstr "Gestionarea posturilor"
387
-
388
- # @ adminimize
389
- #: inc-options/backend_options.php:184
390
- msgid "Manage Pages"
391
- msgstr "Gestionaţi pagini"
392
-
393
- # @ adminimize
394
- #: inc-options/backend_options.php:185
395
- msgid "Write Post"
396
- msgstr "Scrie Post"
397
-
398
- # @ adminimize
399
- #: inc-options/backend_options.php:186
400
- msgid "Write Page"
401
- msgstr "Scrie pagină"
402
-
403
- # @ adminimize
404
- #: inc-options/backend_options.php:187
405
- msgid "Comments"
406
- msgstr "Comentarii"
407
-
408
- # @ adminimize
409
- #: inc-options/backend_options.php:188
410
- msgid "other Page"
411
- msgstr "alte pagini"
412
-
413
- # @ adminimize
414
- #: inc-options/backend_options.php:191
415
- msgid ""
416
- "You have deactivated the Dashboard, please select a page for redirection or "
417
- "define custom url, include http://?"
418
- msgstr ""
419
- "Au dezactivat tabloul de bord, vă rugăm să selectaţi o pagină de "
420
- "redirecţionare sau defini url personalizat, include http://?"
421
-
422
- # @ adminimize
423
- #: inc-options/dashboard_options.php:17
424
- msgid "Dashboard options"
425
- msgstr "Opţiuni de tabloul de bord"
426
-
427
- # @ adminimize
428
- #: inc-options/dashboard_options.php:25
429
- msgid ""
430
- "To complete the installation for Dashboard Widgets you must visit your "
431
- "dashboard once and then come back to Settings > Adminimize to configure who "
432
- "has access to each widget."
433
- msgstr ""
434
- "Pentru a termina instalarea pentru widget-uri tabloul de bord trebuie să "
435
- "vizitaţi tabloul de bord o dată şi apoi reveni la setări > Adminimize pentru "
436
- "a configura cine are acces la fiecare widget."
437
-
438
- # @ adminimize
439
- #: inc-options/dashboard_options.php:98 inc-options/global_options.php:105
440
- msgid "Your own options"
441
- msgstr "Opţiunile proprii"
442
-
443
- # @ adminimize
444
- #: inc-options/dashboard_options.php:98 inc-options/global_options.php:105
445
- #: inc-options/links_options.php:100 inc-options/widget_options.php:108
446
- #: inc-options/wp_nav_menu_options.php:121
447
- #: inc-options/write_cp_options.php:206 inc-options/write_page_options.php:185
448
- #: inc-options/write_post_options.php:181
449
- msgid "ID or class"
450
- msgstr "ID-ul sau clasa"
451
-
452
- # @ adminimize
453
- #: inc-options/dashboard_options.php:105 inc-options/global_options.php:112
454
- #: inc-options/links_options.php:107 inc-options/widget_options.php:115
455
- #: inc-options/wp_nav_menu_options.php:128
456
- #: inc-options/write_cp_options.php:215 inc-options/write_page_options.php:192
457
- #: inc-options/write_post_options.php:188
458
- msgid ""
459
- "It is possible to add your own IDs or classes from elements and tags. You "
460
- "can find IDs and classes with the FireBug Add-on for Firefox. Assign a value "
461
- "and the associate name per line."
462
- msgstr ""
463
- "Este posibil să adăugaţi propriul ID-uri sau clase de la elemente şi Tag-"
464
- "uri. Puteţi găsi ID-uri şi clasele cu FireBug Add-on pentru Firefox. "
465
- "Asociaţi o valoare şi numele asociat pe linie."
466
-
467
- # @ adminimize
468
- #: inc-options/dashboard_options.php:111 inc-options/global_options.php:118
469
- #: inc-options/links_options.php:113 inc-options/widget_options.php:121
470
- #: inc-options/wp_nav_menu_options.php:134
471
- #: inc-options/write_cp_options.php:225 inc-options/write_page_options.php:198
472
- #: inc-options/write_post_options.php:194
473
- msgid ""
474
- "Possible nomination for ID or class. Separate multiple nominations through a "
475
- "carriage return."
476
- msgstr ""
477
- "Nominalizarea posibil pentru ID-ul sau clasa. Separaţi mai multe "
478
- "nominalizări printr-un retur de car."
479
-
480
- # @ adminimize
481
- #: inc-options/dashboard_options.php:116 inc-options/global_options.php:123
482
- #: inc-options/links_options.php:118 inc-options/widget_options.php:126
483
- #: inc-options/wp_nav_menu_options.php:139
484
- #: inc-options/write_cp_options.php:233 inc-options/write_page_options.php:203
485
- #: inc-options/write_post_options.php:199
486
- msgid ""
487
- "Possible IDs or classes. Separate multiple values through a carriage return."
488
- msgstr "ID-uri posibil sau clase. Separa valori multiple prin un retur de car."
489
-
490
- # @ adminimize
491
- #: inc-options/deinstall_options.php:15
492
- #, fuzzy
493
- msgid "Uninstall Options"
494
- msgstr "Stingere opţiuni"
495
-
496
- # @ adminimize
497
- #: inc-options/deinstall_options.php:18
498
- msgid ""
499
- "Use this option for clean your database from all entries of this plugin. "
500
- "When you deactivate the plugin, the deinstall of the plugin <strong>clean "
501
- "not</strong> all entries in the database."
502
- msgstr ""
503
- "Utilizaţi această opţiune pentru curat bazei de date din toate intrările din "
504
- "acest plug-in. Când vă dezactiva plugin-ul, deinstall de plugin-ul "
505
- "<strong>curat nu</strong> toate intrările din baza de date."
506
-
507
- # @ adminimize
508
- #: inc-options/deinstall_options.php:22
509
- msgid "Delete Options"
510
- msgstr "Ştergeţi opţiuni"
511
-
512
- # @ adminimize
513
- #: inc-options/global_options.php:16
514
- msgid "Global options"
515
- msgstr "Opţiuni globale"
516
-
517
- # @ adminimize
518
- #: inc-options/im_export_options.php:15
519
- msgid "Export/Import Options"
520
- msgstr "Export/Import opţiuni"
521
-
522
- # @ adminimize
523
- #: inc-options/im_export_options.php:20
524
- msgid "Export"
525
- msgstr "Export"
526
-
527
- # @ adminimize
528
- #: inc-options/im_export_options.php:24
529
- #, fuzzy
530
- msgid "You can save a JSON formatted \".json\" file with your settings."
531
- msgstr "Puteţi salva un fişier .seq cu opţiunile dumneavoastră."
532
-
533
- # @ adminimize
534
- #: inc-options/im_export_options.php:40
535
- msgid "Import"
536
- msgstr "Import"
537
-
538
- # @ adminimize
539
- #: inc-options/im_export_options.php:47
540
- #, fuzzy
541
- msgid ""
542
- "Choose a Adminimize (<em>.json</em>) file to upload, then click <em>Upload "
543
- "file and import</em>."
544
- msgstr ""
545
- "Selectaţi un fişier de Adminimize (<em>.seq</em>) pentru a încărca, apoi "
546
- "faceţi clic pe <em>încărcare fişier şi de import</em>."
547
-
548
- # @ adminimize
549
- #: inc-options/links_options.php:16
550
- msgid "Links options"
551
- msgstr "Opţiuni de link-uri"
552
-
553
- # @ default
554
- #: inc-options/links_options.php:49
555
- msgid "Name"
556
- msgstr "nume"
557
-
558
- # @ default
559
- #: inc-options/links_options.php:50
560
- msgid "Web Address"
561
- msgstr "Adresa Web"
562
-
563
- # @ default
564
- #: inc-options/links_options.php:51
565
- msgid "Description"
566
- msgstr "Descriere"
567
-
568
- # @ default
569
- #: inc-options/links_options.php:53
570
- msgid "Target"
571
- msgstr "Ţintă"
572
-
573
- # @ default
574
- #: inc-options/links_options.php:54
575
- msgid "Link Relationship (XFN)"
576
- msgstr "Relaţie de link-ul (XFN)"
577
-
578
- # @ default
579
- #: inc-options/links_options.php:55
580
- msgid "Advanced"
581
- msgstr "Avansate"
582
-
583
- # @ adminimize
584
- #: inc-options/links_options.php:56 inc-options/write_cp_options.php:112
585
- #: inc-options/write_page_options.php:113
586
- #: inc-options/write_post_options.php:107
587
- msgid "Publish Actions"
588
- msgstr "Publică acţiunile"
589
-
590
- # @ adminimize
591
- #: inc-options/links_options.php:100
592
- msgid "Your own Link options"
593
- msgstr "Opţiunile de link-ul"
594
-
595
- # @ adminimize
596
- #: inc-options/menu_options.php:16
597
- msgid "Menu Options"
598
- msgstr "Meniul Opţiuni"
599
-
600
- # @ adminimize
601
- #: inc-options/menu_options.php:23
602
- #, fuzzy
603
- msgid "Menu options - Menu, <span>Submenu</span>"
604
- msgstr ""
605
- "Opţiunile de meniu - Meniu, <span style=\\\"font-weight: 400;\\\"> Submeniu "
606
- "</ span>"
607
-
608
- # @ adminimize
609
- #: inc-options/menu_options.php:78 inc-options/menu_options.php:153
610
- msgid "After activate the check box it heavy attitudes will change."
611
- msgstr "După ce activaţi caseta de selectare a va schimba atitudinile grele."
612
-
613
- # @ default
614
- #: inc-options/menu_options.php:128
615
- msgid "Profile"
616
- msgstr "Profil"
617
-
618
- # @ default
619
- #: inc-options/minimenu.php:15
620
- #, fuzzy
621
- msgid "Network"
622
- msgstr "Reţea Admin"
623
-
624
- # @ adminimize
625
- #: inc-options/minimenu.php:150
626
- #, fuzzy
627
- msgid ""
628
- "Further information: Visit the <a href=\"http://wordpress.org/extend/plugins/"
629
- "adminimize/\">plugin homepage</a> for further information or to grab the "
630
- "latest version of this plugin. Also see the <a href=\"http://wordpress.org/"
631
- "support/plugin/adminimize\">support forum</a> for questions."
632
- msgstr ""
633
- "Mai multe informaţii: Vizitaţi <a href=\"http://wordpress.org/extend/plugins/"
634
- "adminimize/\"> plugin pagina </a> pentru informaţii suplimentare sau pentru "
635
- "a apuca cea mai recentă versiune a acestui plugin."
636
-
637
- # @ adminimize
638
- #: inc-options/minimenu.php:161
639
- msgid ""
640
- "You want to thank me? Visit my <a href=\"http://bueltge.de/wunschliste/"
641
- "\">wishlist</a> or donate."
642
- msgstr ""
643
- "Vrei să-mi mulţumeşti? Vizitaţi <a href=\"http://bueltge.de/wunschliste/\"> "
644
- "preferat </a> sau dona."
645
-
646
- #: inc-options/minimenu.php:179 inc-options/settings_notice.php:17
647
- msgid ""
648
- "Please note: The Adminimize settings page ignores the Menu Options below and "
649
- "displays the menu with all entries.<br /><span style=\"font-weight: 300;"
650
- "\">To view your changes to the menu you need to navigate away from the "
651
- "Adminimize settings page.</span>"
652
- msgstr ""
653
-
654
- # @ adminimize
655
- #: inc-options/theme_options.php:15 inc-options/theme_options.php:115
656
- msgid "Set Theme"
657
- msgstr "Tema set"
658
-
659
- # @ adminimize
660
- #: inc-options/theme_options.php:26
661
- msgid ""
662
- "For better peformance with many users on your blog; load only userlist, when "
663
- "you will change the theme options for users."
664
- msgstr ""
665
- "Pentru peformance mai bine cu mai mulţi utilizatori pe blog-ul; încărcare "
666
- "numai useri, atunci când se va modifica opţiuni de temă pentru utilizatori."
667
-
668
- # @ adminimize
669
- #: inc-options/theme_options.php:33
670
- msgid "Load User Data"
671
- msgstr "Încărcare date utilizator"
672
-
673
- # @ default
674
- #: inc-options/theme_options.php:47
675
- msgid "User-ID"
676
- msgstr "ID utilizator"
677
-
678
- # @ default
679
- #: inc-options/theme_options.php:48
680
- msgid "Username"
681
- msgstr "Numele de utilizator"
682
-
683
- # @ default
684
- #: inc-options/theme_options.php:49
685
- msgid "Display name publicly as"
686
- msgstr "Afişare nume public ca"
687
-
688
- # @ default
689
- #: inc-options/theme_options.php:50
690
- msgid "Admin-Color Scheme"
691
- msgstr "Schema de culori admin"
692
-
693
- # @ default
694
- #: inc-options/theme_options.php:51
695
- msgid "User Level"
696
- msgstr "La nivel de utilizator"
697
-
698
- # @ default
699
- #: inc-options/theme_options.php:52
700
- msgid "Role"
701
- msgstr "Rol"
702
-
703
- # @ adminimize
704
- #: inc-options/widget_options.php:16
705
- #, fuzzy
706
- msgid "Widget options"
707
- msgstr "Scrie opţiuni"
708
-
709
- # @ adminimize
710
- # @ default
711
- #: inc-options/widget_options.php:46 inc-options/wp_nav_menu_options.php:48
712
- #: inc-options/write_cp_options.php:98 inc-options/write_page_options.php:94
713
- #: inc-options/write_post_options.php:92
714
- msgid "Help"
715
- msgstr "ajutor"
716
-
717
- # @ adminimize
718
- # @ default
719
- #: inc-options/widget_options.php:47 inc-options/wp_nav_menu_options.php:49
720
- #: inc-options/write_cp_options.php:99 inc-options/write_page_options.php:95
721
- #: inc-options/write_post_options.php:93
722
- msgid "Screen Options"
723
- msgstr "Opţiunile de ecran"
724
-
725
- #: inc-options/widget_options.php:48
726
- msgid "Available Widgets"
727
- msgstr ""
728
-
729
- #: inc-options/widget_options.php:49
730
- msgid "Inactive Sidebar (not used)"
731
- msgstr ""
732
-
733
- #: inc-options/widget_options.php:50
734
- msgid "Inactive Widgets"
735
- msgstr ""
736
-
737
- # @ adminimize
738
- #: inc-options/widget_options.php:108
739
- #, fuzzy
740
- msgid "Your own Widget options"
741
- msgstr "Opţiunile de pagină"
742
-
743
- # @ adminimize
744
- #: inc-options/wp_nav_menu_options.php:15
745
- msgid "WP Nav Menu options"
746
- msgstr "Opţiuni de meniu Nav WP"
747
-
748
- # @ adminimize
749
- # @ default
750
- #: inc-options/wp_nav_menu_options.php:50
751
- #: inc-options/wp_nav_menu_options.php:56
752
- msgid "Theme Locations"
753
- msgstr "Tema Locatii"
754
-
755
- # @ adminimize
756
- #: inc-options/wp_nav_menu_options.php:51
757
- msgid "Custom Links"
758
- msgstr "Legăturile particularizate"
759
-
760
- # @ adminimize
761
- #: inc-options/wp_nav_menu_options.php:52
762
- msgid "Add menu"
763
- msgstr "Adăugaţi meniul"
764
-
765
- # @ adminimize
766
- #: inc-options/wp_nav_menu_options.php:121
767
- msgid "Your own Nav Menu options"
768
- msgstr "Opţiunile de meniu Nav"
769
-
770
- # @ adminimize
771
- #: inc-options/write_cp_options.php:22 inc-options/write_cp_options.php:30
772
- msgid "Write options"
773
- msgstr "Scrie opţiuni"
774
-
775
- # @ adminimize
776
- #: inc-options/write_cp_options.php:100 inc-options/write_page_options.php:97
777
- #: inc-options/write_post_options.php:95
778
- msgid "Permalink"
779
- msgstr "Permalink"
780
-
781
- # @ adminimize
782
- # @ default
783
- #: inc-options/write_cp_options.php:101 inc-options/write_cp_options.php:139
784
- #: inc-options/write_post_options.php:96
785
- #: inc-options/write_post_options.php:131
786
- msgid "Tags"
787
- msgstr "Tag-uri"
788
-
789
- # @ adminimize
790
- #: inc-options/write_cp_options.php:102
791
- msgid "Format"
792
- msgstr "Format"
793
-
794
- # @ adminimize
795
- #: inc-options/write_cp_options.php:105 inc-options/write_post_options.php:100
796
- msgid "Password Protect This Post"
797
- msgstr "Password a proteja acest Post"
798
-
799
- # @ adminimize
800
- #: inc-options/write_cp_options.php:106 inc-options/write_post_options.php:101
801
- msgid "Related, Shortcuts"
802
- msgstr "Legate, comenzi rapide"
803
-
804
- # @ adminimize
805
- #: inc-options/write_cp_options.php:107 inc-options/write_page_options.php:108
806
- #: inc-options/write_post_options.php:102
807
- msgid "Messages"
808
- msgstr "Mesaje"
809
-
810
- # @ adminimize
811
- #: inc-options/write_cp_options.php:108 inc-options/write_page_options.php:109
812
- #: inc-options/write_post_options.php:103
813
- msgid "h2: Advanced Options"
814
- msgstr "H2: opţiuni avansate"
815
-
816
- # @ adminimize
817
- #: inc-options/write_cp_options.php:109 inc-options/write_page_options.php:110
818
- #: inc-options/write_post_options.php:104
819
- msgid "Media Buttons (all)"
820
- msgstr "Butoane media (toate)"
821
-
822
- # @ adminimize
823
- #: inc-options/write_cp_options.php:110 inc-options/write_page_options.php:111
824
- #: inc-options/write_post_options.php:105
825
- msgid "Word count"
826
- msgstr "Word count"
827
-
828
- # @ adminimize
829
- #: inc-options/write_cp_options.php:111 inc-options/write_post_options.php:106
830
- msgid "Post Slug"
831
- msgstr "Post Slug"
832
-
833
- # @ default
834
- # @ adminimize
835
- #: inc-options/write_cp_options.php:113 inc-options/write_page_options.php:114
836
- #: inc-options/write_post_options.php:108
837
- msgid "Discussion"
838
- msgstr "Discuţie"
839
-
840
- # @ default
841
- # @ adminimize
842
- #: inc-options/write_cp_options.php:114 inc-options/write_page_options.php:115
843
- #: inc-options/write_post_options.php:109
844
- msgid "HTML Editor Button"
845
- msgstr "Butonul HTML Editor"
846
-
847
- # @ adminimize
848
- #: inc-options/write_cp_options.php:124 inc-options/write_post_options.php:118
849
- msgid "Post Thumbnail"
850
- msgstr "Miniaturi post"
851
-
852
- # @ adminimize
853
- #: inc-options/write_cp_options.php:130 inc-options/write_page_options.php:128
854
- #: inc-options/write_post_options.php:122
855
- msgid "Quick Edit Link"
856
- msgstr "Rapid link-ul Editaţi"
857
-
858
- # @ adminimize
859
- #: inc-options/write_cp_options.php:131 inc-options/write_cp_options.php:135
860
- #: inc-options/write_cp_options.php:138 inc-options/write_cp_options.php:141
861
- #: inc-options/write_page_options.php:129
862
- #: inc-options/write_page_options.php:134
863
- #: inc-options/write_page_options.php:137
864
- #: inc-options/write_post_options.php:123
865
- #: inc-options/write_post_options.php:127
866
- #: inc-options/write_post_options.php:130
867
- #: inc-options/write_post_options.php:133
868
- msgid "QE"
869
- msgstr "QE"
870
-
871
- # @ adminimize
872
- #: inc-options/write_cp_options.php:131 inc-options/write_page_options.php:129
873
- #: inc-options/write_post_options.php:123
874
- msgid "Inline Edit Left"
875
- msgstr "Editare inline stânga"
876
-
877
- # @ adminimize
878
- #: inc-options/write_cp_options.php:132 inc-options/write_page_options.php:130
879
- #: inc-options/write_post_options.php:124
880
- msgid "All Labels"
881
- msgstr "Toate etichetele"
882
-
883
- # @ default
884
- #: inc-options/write_cp_options.php:133 inc-options/write_page_options.php:132
885
- #: inc-options/write_post_options.php:125
886
- msgid "Author"
887
- msgstr "Autor"
888
-
889
- # @ adminimize
890
- #: inc-options/write_cp_options.php:134 inc-options/write_page_options.php:133
891
- #: inc-options/write_post_options.php:126
892
- msgid "Password and Private"
893
- msgstr "Parola şi Private"
894
-
895
- # @ adminimize
896
- #: inc-options/write_cp_options.php:135 inc-options/write_post_options.php:127
897
- msgid "Inline Edit Center"
898
- msgstr "Centrul de editare inline"
899
-
900
- # @ adminimize
901
- #: inc-options/write_cp_options.php:136 inc-options/write_post_options.php:128
902
- msgid "Categories Title"
903
- msgstr "Titlul categorii"
904
-
905
- # @ adminimize
906
- #: inc-options/write_cp_options.php:137 inc-options/write_post_options.php:129
907
- msgid "Categories List"
908
- msgstr "Lista categorii"
909
-
910
- # @ adminimize
911
- #: inc-options/write_cp_options.php:138 inc-options/write_page_options.php:134
912
- #: inc-options/write_post_options.php:130
913
- msgid "Inline Edit Right"
914
- msgstr "Editare inline dreapta"
915
-
916
- # @ adminimize
917
- #: inc-options/write_cp_options.php:140 inc-options/write_post_options.php:132
918
- msgid "Status, Sticky"
919
- msgstr "Statutul, lipicios"
920
-
921
- # @ adminimize
922
- #: inc-options/write_cp_options.php:141 inc-options/write_page_options.php:137
923
- #: inc-options/write_post_options.php:133
924
- msgid "Cancel/Save Button"
925
- msgstr "Butonul Revocare/salvare"
926
-
927
- # @ adminimize
928
- #: inc-options/write_cp_options.php:205
929
- #, php-format
930
- msgid "Your own %s options"
931
- msgstr "Opţiunile de %s"
932
-
933
- # @ adminimize
934
- #: inc-options/write_page_options.php:15 inc-options/write_page_options.php:22
935
- msgid "Write options - Page"
936
- msgstr "Scrie opţiuni - pagina"
937
-
938
- # @ adminimize
939
- #: inc-options/write_page_options.php:96 inc-options/write_post_options.php:94
940
- msgid "Title"
941
- msgstr "Titlul"
942
-
943
- # @ default
944
- #: inc-options/write_page_options.php:98
945
- msgid "Custom Fields"
946
- msgstr "Câmpuri particularizate"
947
-
948
- # @ adminimize
949
- #: inc-options/write_page_options.php:99
950
- #, fuzzy
951
- msgid "Comments &amp; Pings"
952
- msgstr "Comentarii & Ping-uri"
953
-
954
- # @ adminimize
955
- #: inc-options/write_page_options.php:100
956
- #: inc-options/write_page_options.php:131
957
- #: inc-options/write_post_options.php:99
958
- msgid "Date"
959
- msgstr "Data"
960
-
961
- # @ adminimize
962
- #: inc-options/write_page_options.php:101
963
- msgid "Password Protect This Page"
964
- msgstr "Password a proteja această pagină"
965
-
966
- # @ adminimize
967
- #: inc-options/write_page_options.php:102
968
- msgid "Attributes"
969
- msgstr "Atribute"
970
-
971
- # @ adminimize
972
- #: inc-options/write_page_options.php:103
973
- msgid "Page Template"
974
- msgstr "Şablon de pagină"
975
-
976
- # @ adminimize
977
- #: inc-options/write_page_options.php:104
978
- msgid "Page Order"
979
- msgstr "Ordinea paginilor"
980
-
981
- # @ default
982
- #: inc-options/write_page_options.php:105
983
- msgid "Page Author"
984
- msgstr "Pagina autorului"
985
-
986
- # @ default
987
- #: inc-options/write_page_options.php:106
988
- msgid "Page Revisions"
989
- msgstr "Pagina revizuiri"
990
-
991
- # @ adminimize
992
- #: inc-options/write_page_options.php:107
993
- msgid "Related"
994
- msgstr "Legate de"
995
-
996
- # @ adminimize
997
- #: inc-options/write_page_options.php:112
998
- msgid "Page Slug"
999
- msgstr "Pagina Slug"
1000
-
1001
- # @ adminimize
1002
- #: inc-options/write_page_options.php:124
1003
- msgid "Page Image"
1004
- msgstr "Imagine de pagină"
1005
-
1006
- # @ adminimize
1007
- #: inc-options/write_page_options.php:135
1008
- msgid "Parent, Order, Template"
1009
- msgstr "Mamă, ordine, şablon"
1010
-
1011
- # @ adminimize
1012
- #: inc-options/write_page_options.php:136
1013
- msgid "Status"
1014
- msgstr "Statutul"
1015
-
1016
- # @ adminimize
1017
- #: inc-options/write_page_options.php:185
1018
- msgid "Your own page options"
1019
- msgstr "Opţiunile de pagină"
1020
-
1021
- # @ adminimize
1022
- #: inc-options/write_post_options.php:16 inc-options/write_post_options.php:23
1023
- msgid "Write options - Post"
1024
- msgstr "Scrie opţiuni - Post"
1025
-
1026
- # @ adminimize
1027
- #: inc-options/write_post_options.php:181
1028
- msgid "Your own post options"
1029
- msgstr "Opţiunile de post"
1030
-
1031
- # @ adminimize
1032
- #: inc-setup/messages.php:39
1033
- msgid "Unknown error."
1034
- msgstr "Eroare necunoscută."
1035
-
1036
- # @ adminimize
1037
- #: inc-setup/messages.php:50
1038
- msgid "The updates were saved."
1039
- msgstr "S-au salvat actualizările."
1040
-
1041
- # @ adminimize
1042
- #: inc-setup/messages.php:53
1043
- msgid "You have not enough rights to edit entries in the database."
1044
- msgstr "Insuficiente drepturi pentru a edita intrările în baza de date."
1045
-
1046
- # @ adminimize
1047
- #: inc-setup/messages.php:56
1048
- msgid "All entries in the database were imported."
1049
- msgstr "Toate intrările din baza de date au fost importate."
1050
-
1051
- # @ adminimize
1052
- #: inc-setup/messages.php:59
1053
- msgid "All entries in the database were deleted."
1054
- msgstr "Au fost elimină toate intrările din baza de date."
1055
-
1056
- # @ adminimize
1057
- #: inc-setup/messages.php:62
1058
- msgid "Set the checkbox on deinstall-button."
1059
- msgstr "Setaţi caseta de selectare pe butonul stingere."
1060
-
1061
- # @ adminimize
1062
- #: inc-setup/messages.php:65
1063
- msgid "Can't load menu and submenu."
1064
- msgstr "Imposibil de încărcat meniului şi submeniului."
1065
-
1066
- # @ adminimize
1067
- #: inc-setup/messages.php:67
1068
- msgid "Backend-Theme was activated!"
1069
- msgstr "Backend-tema a fost activat!"
1070
-
1071
- # @ adminimize
1072
- #: inc-setup/messages.php:69
1073
- msgid "Load user data to themes was successful."
1074
- msgstr "Încărcare date utilizator teme a fost de succes."
1075
-
1076
- # @ default
1077
- #: inc-setup/remove-admin-bar.php:274
1078
- msgid "Network Admin"
1079
- msgstr "Reţea Admin"
1080
-
1081
- # @ default
1082
- #: inc-setup/remove-admin-bar.php:278
1083
- msgid "Site Admin"
1084
- msgstr "Site-ul Admin"
1085
-
1086
- # @ adminimize
1087
- #~ msgid "Version"
1088
- #~ msgstr "Versiunea"
1089
-
1090
- # @ adminimize
1091
- #~ msgid "Favorite Actions"
1092
- #~ msgstr "Acţiuni preferat"
1093
-
1094
- # @ adminimize
1095
- #~ msgid "Screen-Meta"
1096
- #~ msgstr "Ecran-Meta"
1097
-
1098
- # @ adminimize
1099
- #~ msgid "Contextual Help"
1100
- #~ msgstr "Ajutor contextual"
1101
-
1102
- # @ adminimize
1103
- #~ msgid "Admin Color Scheme"
1104
- #~ msgstr "Schema de culori admin"
1105
-
1106
- # @ adminimize
1107
- #~ msgid "Excerpt"
1108
- #~ msgstr "Fragment"
1109
-
1110
- # @ adminimize
1111
- #~ msgid "Trackbacks"
1112
- #~ msgstr "Urmăritori"
1113
-
1114
- # @ default
1115
- #~ msgid "Post Author"
1116
- #~ msgstr "Autor de post"
1117
-
1118
- # @ default
1119
- #~ msgid "Post Revisions"
1120
- #~ msgstr "Revizii post"
1121
-
1122
- # @ adminimize
1123
- #~ msgid "About the plugin"
1124
- #~ msgstr "Despre plugin-ul"
1125
-
1126
- # @ adminimize
1127
- #~ msgid "PayPal - The safer, easier way to pay online!"
1128
- #~ msgstr "PayPal - mod mai sigur, mai uşor de a plăti online!"
1129
-
1130
- # @ adminimize
1131
- #~ msgid "Export »"
1132
- #~ msgstr "Export»"
1133
-
1134
- # @ adminimize
1135
- #~ msgid "Choose a file from your computer"
1136
- #~ msgstr "Selectaţi un fişier de pe computer"
1137
-
1138
- # @ adminimize
1139
- #~ msgid "MiniMenu"
1140
- #~ msgstr "MiniMenu"
1141
-
1142
- # @ adminimize
1143
- #~ msgid "http://bueltge.de/wordpress-admin-theme-adminimize/674/"
1144
- #~ msgstr "http://bueltge.de/WordPress-admin-Theme-adminimize/674/"
1145
-
1146
- # @ adminimize
1147
- #~ msgid ""
1148
- #~ "Visually compresses the administratrive meta-boxes so that more admin "
1149
- #~ "page content can be initially seen. The plugin that lets you hide "
1150
- #~ "'unnecessary' items from the WordPress administration menu, for alle "
1151
- #~ "roles of your install. You can also hide post meta controls on the edit-"
1152
- #~ "area to simplify the interface. It is possible to simplify the admin in "
1153
- #~ "different for all roles."
1154
- #~ msgstr ""
1155
- #~ "Comprimă vizual administratrive meta-casetele astfel încât mai multe "
1156
- #~ "admin conţinutul paginii poate fi văzut în iniţial. Plugin-ul care vă "
1157
- #~ "permite să vă ascundeţi elementele \"inutile\" din meniul de administrare "
1158
- #~ "WordPress, pentru rolurile alle dvs. a instala. Puteţi, de asemenea, "
1159
- #~ "ascunde post meta controale pe zona de editare pentru a simplifica "
1160
- #~ "interfaţa. Este posibil să se simplifice admin în diferite pentru toate "
1161
- #~ "rolurile."
1162
-
1163
- # @ adminimize
1164
- #~ msgid "Frank Bültge"
1165
- #~ msgstr "Frank Bültge"
1166
-
1167
- # @ adminimize
1168
- #~ msgid "http://bueltge.de/"
1169
- #~ msgstr "http://bueltge.de/"
1170
-
1171
- # @ adminimize
1172
- #~ msgid "Admin Bar"
1173
- #~ msgstr "Admin Bar"
1174
-
1175
- # @ adminimize
1176
- #~ msgid "WP Nav Menu"
1177
- #~ msgstr "WP meniu Nav"
1178
-
1179
- # @ adminimize
1180
- #~ msgid "1.7.26"
1181
- #~ msgstr "1.7.26"
1182
-
1183
- # @ adminimize
1184
- #~ msgid ""
1185
- #~ "Attention: The settings page ignores these Menu settings and views the "
1186
- #~ "menu with all entries!"
1187
- #~ msgstr ""
1188
- #~ "Atenţie: Pagina Setări ignoră aceste setări de meniu şi vizualizări din "
1189
- #~ "meniul cu toate intrările!"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/adminimize-xx_XX.pot DELETED
@@ -1,1021 +0,0 @@
1
- # Copyright (C) 2016 Frank Bültge
2
- # This file is distributed under the GPLv3+.
3
- msgid ""
4
- msgstr ""
5
- "Project-Id-Version: Adminimize 1.11.1\n"
6
- "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/adminimize\n"
7
- "POT-Creation-Date: 2016-11-24 16:58:28+00:00\n"
8
- "MIME-Version: 1.0\n"
9
- "Content-Type: text/plain; charset=utf-8\n"
10
- "Content-Transfer-Encoding: 8bit\n"
11
- "PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
12
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
- "Language-Team: LANGUAGE <LL@li.org>\n"
14
- "X-Generator: grunt-wp-i18n 0.5.3\n"
15
- "X-Poedit-KeywordsList: "
16
- "__;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_"
17
- "attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c;\n"
18
- "Poedit: \n"
19
-
20
- #: adminimize.php:200
21
- msgid "Keymaster"
22
- msgstr ""
23
-
24
- #: adminimize.php:201
25
- msgid "Moderator"
26
- msgstr ""
27
-
28
- #: adminimize.php:202
29
- msgid "Participant"
30
- msgstr ""
31
-
32
- #: adminimize.php:203
33
- msgid "Spectator"
34
- msgstr ""
35
-
36
- #: adminimize.php:204
37
- msgid "Blocked"
38
- msgstr ""
39
-
40
- #: adminimize.php:539
41
- msgid "Dashboard"
42
- msgstr ""
43
-
44
- #: adminimize.php:1077 inc-setup/remove-admin-bar.php:63
45
- #: inc-setup/remove-admin-bar.php:105 inc-setup/remove-admin-bar.php:325
46
- #: inc-setup/remove-admin-bar.php:327
47
- msgid "Log Out"
48
- msgstr ""
49
-
50
- #: adminimize.php:1131
51
- msgid "Settings"
52
- msgstr ""
53
-
54
- #: adminimize.php:1144
55
- msgid "Adminimize Options"
56
- msgstr ""
57
-
58
- #. Plugin Name of the plugin/theme
59
- msgid "Adminimize"
60
- msgstr ""
61
-
62
- #: adminimize.php:1180
63
- msgid "Cheatin&#8217; uh?"
64
- msgstr ""
65
-
66
- #: adminimize.php:1769
67
- msgid "Please upload a valid .json file"
68
- msgstr ""
69
-
70
- #: adminimize.php:1775
71
- msgid "Please upload a file to import"
72
- msgstr ""
73
-
74
- #: inc-options/admin_bar.php:27 inc-options/admin_bar.php:28
75
- #: inc-options/admin_bar_frontend.php:26 inc-options/admin_bar_frontend.php:27
76
- #: inc-options/backend_options.php:15 inc-options/dashboard_options.php:16
77
- #: inc-options/deinstall_options.php:14 inc-options/global_options.php:15
78
- #: inc-options/im_export_options.php:14 inc-options/links_options.php:15
79
- #: inc-options/menu_options.php:15 inc-options/minimenu.php:24
80
- #: inc-options/minimenu.php:143 inc-options/self_settings.php:14
81
- #: inc-options/theme_options.php:14 inc-options/theme_options.php:15
82
- #: inc-options/widget_options.php:15 inc-options/wp_nav_menu_options.php:14
83
- #: inc-options/write_cp_options.php:20 inc-options/write_page_options.php:14
84
- #: inc-options/write_post_options.php:15 inc-options/write_post_options.php:16
85
- msgid "Click to toggle"
86
- msgstr ""
87
-
88
- #: inc-options/admin_bar.php:29 inc-options/minimenu.php:42
89
- msgid "Admin Bar Back end Options"
90
- msgstr ""
91
-
92
- #: inc-options/admin_bar.php:46 inc-options/admin_bar_frontend.php:45
93
- #: inc-options/dashboard_options.php:47 inc-options/global_options.php:33
94
- #: inc-options/links_options.php:33 inc-options/widget_options.php:33
95
- #: inc-options/wp_nav_menu_options.php:32
96
- msgid "Option"
97
- msgstr ""
98
-
99
- #: inc-options/admin_bar.php:49 inc-options/admin_bar_frontend.php:48
100
- #: inc-options/dashboard_options.php:50 inc-options/global_options.php:36
101
- #: inc-options/links_options.php:36 inc-options/menu_options.php:36
102
- #: inc-options/widget_options.php:36 inc-options/wp_nav_menu_options.php:35
103
- #: inc-options/write_cp_options.php:45 inc-options/write_page_options.php:34
104
- #: inc-options/write_post_options.php:37
105
- msgid "Deactivate for"
106
- msgstr ""
107
-
108
- #: inc-options/admin_bar.php:54 inc-options/admin_bar_frontend.php:53
109
- #: inc-options/dashboard_options.php:55 inc-options/global_options.php:41
110
- #: inc-options/links_options.php:41 inc-options/menu_options.php:42
111
- #: inc-options/widget_options.php:41 inc-options/wp_nav_menu_options.php:40
112
- #: inc-options/write_cp_options.php:50 inc-options/write_page_options.php:39
113
- #: inc-options/write_post_options.php:42
114
- msgid "Select all"
115
- msgstr ""
116
-
117
- #: inc-options/admin_bar.php:89 inc-options/admin_bar_frontend.php:88
118
- #: inc-options/dashboard_options.php:121 inc-options/menu_options.php:153
119
- msgid "No Title!"
120
- msgstr ""
121
-
122
- #: inc-options/admin_bar.php:94 inc-options/admin_bar_frontend.php:93
123
- #: inc-options/menu_options.php:156
124
- msgid "Group"
125
- msgstr ""
126
-
127
- #: inc-options/admin_bar.php:124
128
- msgid ""
129
- "Switch to another back-end page and come back to update the options to get "
130
- "all items of the admin bar in the back end area."
131
- msgstr ""
132
-
133
- #: inc-options/admin_bar.php:132 inc-options/admin_bar_frontend.php:136
134
- #: inc-options/backend_options.php:247 inc-options/dashboard_options.php:200
135
- #: inc-options/global_options.php:173 inc-options/links_options.php:172
136
- #: inc-options/menu_options.php:340 inc-options/self_settings.php:78
137
- #: inc-options/widget_options.php:184 inc-options/wp_nav_menu_options.php:199
138
- #: inc-options/write_cp_options.php:319 inc-options/write_page_options.php:268
139
- #: inc-options/write_post_options.php:270
140
- msgid "Update Options"
141
- msgstr ""
142
-
143
- #: inc-options/admin_bar.php:139 inc-options/admin_bar_frontend.php:143
144
- #: inc-options/backend_options.php:253 inc-options/dashboard_options.php:208
145
- #: inc-options/deinstall_options.php:36 inc-options/global_options.php:180
146
- #: inc-options/im_export_options.php:77 inc-options/links_options.php:178
147
- #: inc-options/menu_options.php:346 inc-options/minimenu.php:211
148
- #: inc-options/self_settings.php:85 inc-options/theme_options.php:130
149
- #: inc-options/widget_options.php:190 inc-options/wp_nav_menu_options.php:205
150
- #: inc-options/write_cp_options.php:325 inc-options/write_page_options.php:273
151
- #: inc-options/write_post_options.php:276
152
- msgid "scroll to top"
153
- msgstr ""
154
-
155
- #: inc-options/admin_bar_frontend.php:28 inc-options/minimenu.php:48
156
- msgid "Admin Bar Front end Options"
157
- msgstr ""
158
-
159
- #: inc-options/admin_bar_frontend.php:123
160
- msgid ""
161
- "You must open the front end of the site in this browser in order for the "
162
- "plugin to discover the Admin Bar items that are currently not visible."
163
- msgstr ""
164
-
165
- #: inc-options/backend_options.php:16 inc-options/minimenu.php:54
166
- msgid "Backend Options"
167
- msgstr ""
168
-
169
- #: inc-options/backend_options.php:28
170
- msgid "Exclude Super Admin"
171
- msgstr ""
172
-
173
- #: inc-options/backend_options.php:36 inc-options/backend_options.php:56
174
- #: inc-options/backend_options.php:86 inc-options/backend_options.php:103
175
- #: inc-options/backend_options.php:121 inc-options/backend_options.php:140
176
- #: inc-options/backend_options.php:157 inc-options/backend_options.php:204
177
- msgid "Default"
178
- msgstr ""
179
-
180
- #: inc-options/backend_options.php:39 inc-options/backend_options.php:124
181
- #: inc-options/backend_options.php:143 inc-options/backend_options.php:160
182
- msgid "Activate"
183
- msgstr ""
184
-
185
- #: inc-options/backend_options.php:40
186
- msgid ""
187
- "Exclude the Super Admin on a WP Multisite Install from all limitations of "
188
- "this plugin."
189
- msgstr ""
190
-
191
- #: inc-options/backend_options.php:48
192
- msgid "User-Info"
193
- msgstr ""
194
-
195
- #: inc-options/backend_options.php:59 inc-options/backend_options.php:106
196
- msgid "Hide"
197
- msgstr ""
198
-
199
- #: inc-options/backend_options.php:62
200
- msgid "Only logout"
201
- msgstr ""
202
-
203
- #: inc-options/backend_options.php:65
204
- msgid "User &amp; Logout"
205
- msgstr ""
206
-
207
- #: inc-options/backend_options.php:66
208
- msgid ""
209
- "The &quot;User-Info-area&quot; is on the top right side of the backend. You "
210
- "can hide or reduced show."
211
- msgstr ""
212
-
213
- #: inc-options/backend_options.php:76
214
- msgid "Change User-Info, redirect to"
215
- msgstr ""
216
-
217
- #: inc-options/backend_options.php:89
218
- msgid "Frontpage of the Blog"
219
- msgstr ""
220
-
221
- #: inc-options/backend_options.php:90
222
- msgid ""
223
- "When the &quot;User-Info-area&quot; change it, then it is possible to "
224
- "change the redirect."
225
- msgstr ""
226
-
227
- #: inc-options/backend_options.php:97
228
- msgid "Footer"
229
- msgstr ""
230
-
231
- #: inc-options/backend_options.php:107
232
- msgid "The Footer-area can hide, include all links and details."
233
- msgstr ""
234
-
235
- #: inc-options/backend_options.php:113
236
- msgid "Timestamp"
237
- msgstr ""
238
-
239
- #: inc-options/backend_options.php:125
240
- msgid ""
241
- "Opens the post timestamp editing fields without you having to click the "
242
- "\"Edit\" link every time."
243
- msgstr ""
244
-
245
- #: inc-options/backend_options.php:132
246
- msgid "Category Height"
247
- msgstr ""
248
-
249
- #: inc-options/backend_options.php:144
250
- msgid ""
251
- "View the Meta Box with Categories in the full height, no scrollbar or "
252
- "whitespace."
253
- msgstr ""
254
-
255
- #: inc-options/backend_options.php:151
256
- msgid "Advice in Footer"
257
- msgstr ""
258
-
259
- #: inc-options/backend_options.php:164
260
- msgid ""
261
- "In the Footer you can display an advice for changing the Default-design, "
262
- "(x)HTML is possible."
263
- msgstr ""
264
-
265
- #: inc-options/backend_options.php:194
266
- msgid "Dashboard deactivate, redirect to"
267
- msgstr ""
268
-
269
- #: inc-options/backend_options.php:208
270
- msgid "Manage Posts"
271
- msgstr ""
272
-
273
- #: inc-options/backend_options.php:212
274
- msgid "Manage Pages"
275
- msgstr ""
276
-
277
- #: inc-options/backend_options.php:216
278
- msgid "Write Post"
279
- msgstr ""
280
-
281
- #: inc-options/backend_options.php:220
282
- msgid "Write Page"
283
- msgstr ""
284
-
285
- #: inc-options/backend_options.php:224
286
- msgid "Comments"
287
- msgstr ""
288
-
289
- #: inc-options/backend_options.php:228
290
- msgid "Other Page"
291
- msgstr ""
292
-
293
- #: inc-options/backend_options.php:235
294
- msgid ""
295
- "You have deactivated the Dashboard, please select a page for redirection or "
296
- "define custom url, include http://?"
297
- msgstr ""
298
-
299
- #: inc-options/dashboard_options.php:17 inc-options/minimenu.php:64
300
- msgid "Dashboard options"
301
- msgstr ""
302
-
303
- #: inc-options/dashboard_options.php:27
304
- msgid ""
305
- "To complete the installation for Dashboard Widgets you must visit your "
306
- "dashboard once and then come back to Settings > Adminimize to configure who "
307
- "has access to each widget."
308
- msgstr ""
309
-
310
- #: inc-options/dashboard_options.php:150 inc-options/global_options.php:130
311
- #: inc-options/menu_options.php:291 inc-options/write_page_options.php:227
312
- #: inc-options/write_post_options.php:229
313
- msgid "Your own options"
314
- msgstr ""
315
-
316
- #: inc-options/dashboard_options.php:152 inc-options/global_options.php:132
317
- #: inc-options/links_options.php:133 inc-options/widget_options.php:145
318
- #: inc-options/wp_nav_menu_options.php:160 inc-options/write_cp_options.php:264
319
- #: inc-options/write_page_options.php:229
320
- #: inc-options/write_post_options.php:231
321
- msgid "Option name"
322
- msgstr ""
323
-
324
- #: inc-options/dashboard_options.php:154 inc-options/global_options.php:134
325
- #: inc-options/links_options.php:135 inc-options/widget_options.php:147
326
- #: inc-options/wp_nav_menu_options.php:162 inc-options/write_cp_options.php:267
327
- #: inc-options/write_page_options.php:231
328
- #: inc-options/write_post_options.php:233
329
- msgid "Selector, ID or class"
330
- msgstr ""
331
-
332
- #: inc-options/dashboard_options.php:160 inc-options/global_options.php:140
333
- #: inc-options/links_options.php:141 inc-options/widget_options.php:153
334
- #: inc-options/wp_nav_menu_options.php:168 inc-options/write_cp_options.php:274
335
- #: inc-options/write_page_options.php:237
336
- #: inc-options/write_post_options.php:239
337
- msgid ""
338
- "It is possible to add your own IDs or classes from elements and tags. You "
339
- "can find IDs and classes with the FireBug Add-on for Firefox. Assign a "
340
- "value and the associate name per line."
341
- msgstr ""
342
-
343
- #: inc-options/dashboard_options.php:174 inc-options/global_options.php:152
344
- #: inc-options/links_options.php:152 inc-options/widget_options.php:164
345
- #: inc-options/wp_nav_menu_options.php:179 inc-options/write_cp_options.php:290
346
- #: inc-options/write_page_options.php:248
347
- #: inc-options/write_post_options.php:250
348
- msgid ""
349
- "Possible nomination for ID or class. Separate multiple nominations through "
350
- "a carriage return."
351
- msgstr ""
352
-
353
- #: inc-options/dashboard_options.php:188 inc-options/global_options.php:163
354
- #: inc-options/links_options.php:162 inc-options/widget_options.php:174
355
- #: inc-options/wp_nav_menu_options.php:189 inc-options/write_cp_options.php:305
356
- #: inc-options/write_page_options.php:258
357
- #: inc-options/write_post_options.php:260
358
- msgid "Possible IDs or classes. Separate multiple values through a carriage return."
359
- msgstr ""
360
-
361
- #: inc-options/deinstall_options.php:15 inc-options/minimenu.php:132
362
- msgid "Uninstall Options"
363
- msgstr ""
364
-
365
- #: inc-options/deinstall_options.php:18
366
- msgid ""
367
- "Use this option for clean your database from all entries of this plugin. "
368
- "When you deactivate the plugin, the deinstall of the plugin <strong>clean "
369
- "not</strong> all entries in the database."
370
- msgstr ""
371
-
372
- #: inc-options/deinstall_options.php:27
373
- msgid "Delete Options"
374
- msgstr ""
375
-
376
- #: inc-options/global_options.php:16 inc-options/minimenu.php:59
377
- msgid "Global options"
378
- msgstr ""
379
-
380
- #: inc-options/global_options.php:71
381
- msgid "Admin Bar"
382
- msgstr ""
383
-
384
- #: inc-options/global_options.php:72
385
- msgid "Favorite Actions"
386
- msgstr ""
387
-
388
- #: inc-options/global_options.php:73
389
- msgid "Screen-Meta"
390
- msgstr ""
391
-
392
- #: inc-options/global_options.php:74 inc-options/widget_options.php:70
393
- #: inc-options/wp_nav_menu_options.php:73 inc-options/write_cp_options.php:136
394
- #: inc-options/write_page_options.php:125
395
- #: inc-options/write_post_options.php:129
396
- msgid "Screen Options"
397
- msgstr ""
398
-
399
- #: inc-options/global_options.php:75
400
- msgid "Contextual Help"
401
- msgstr ""
402
-
403
- #: inc-options/global_options.php:76 inc-options/theme_options.php:51
404
- msgid "Admin Color Scheme"
405
- msgstr ""
406
-
407
- #: inc-options/global_options.php:77
408
- msgid "Admin Notices"
409
- msgstr ""
410
-
411
- #: inc-options/im_export_options.php:15 inc-options/minimenu.php:127
412
- msgid "Export/Import Options"
413
- msgstr ""
414
-
415
- #: inc-options/im_export_options.php:20
416
- msgid "Export"
417
- msgstr ""
418
-
419
- #: inc-options/im_export_options.php:23
420
- msgid "You can save a JSON formatted \".json\" file with your settings."
421
- msgstr ""
422
-
423
- #: inc-options/im_export_options.php:31
424
- msgid "Export &raquo;"
425
- msgstr ""
426
-
427
- #: inc-options/im_export_options.php:40
428
- msgid "Import"
429
- msgstr ""
430
-
431
- #: inc-options/im_export_options.php:46
432
- msgid ""
433
- "Choose a Adminimize (<em>.json</em>) file to upload, then click <em>Upload "
434
- "file and import</em>."
435
- msgstr ""
436
-
437
- #: inc-options/im_export_options.php:50
438
- msgid ""
439
- "After import please reload the page to display also all global values from "
440
- "WordPress."
441
- msgstr ""
442
-
443
- #: inc-options/im_export_options.php:55
444
- msgid "Choose a \".json\" file from your computer:"
445
- msgstr ""
446
-
447
- #: inc-options/im_export_options.php:66
448
- msgid "Upload file and import &raquo;"
449
- msgstr ""
450
-
451
- #: inc-options/links_options.php:16 inc-options/minimenu.php:105
452
- msgid "Links options"
453
- msgstr ""
454
-
455
- #: inc-options/links_options.php:72
456
- msgid "Name"
457
- msgstr ""
458
-
459
- #: inc-options/links_options.php:73
460
- msgid "Web Address"
461
- msgstr ""
462
-
463
- #: inc-options/links_options.php:74
464
- msgid "Description"
465
- msgstr ""
466
-
467
- #: inc-options/links_options.php:75 inc-options/write_cp_options.php:140
468
- #: inc-options/write_post_options.php:133
469
- msgid "Categories"
470
- msgstr ""
471
-
472
- #: inc-options/links_options.php:76
473
- msgid "Target"
474
- msgstr ""
475
-
476
- #: inc-options/links_options.php:77
477
- msgid "Link Relationship (XFN)"
478
- msgstr ""
479
-
480
- #: inc-options/links_options.php:78
481
- msgid "Advanced"
482
- msgstr ""
483
-
484
- #: inc-options/links_options.php:79 inc-options/write_cp_options.php:149
485
- #: inc-options/write_page_options.php:143
486
- #: inc-options/write_post_options.php:143
487
- msgid "Publish Actions"
488
- msgstr ""
489
-
490
- #: inc-options/links_options.php:131
491
- msgid "Your own Link options"
492
- msgstr ""
493
-
494
- #: inc-options/menu_options.php:16 inc-options/minimenu.php:69
495
- msgid "Menu Options"
496
- msgstr ""
497
-
498
- #: inc-options/menu_options.php:33
499
- msgid "Menu options - Menu, Submenu"
500
- msgstr ""
501
-
502
- #: inc-options/menu_options.php:127 inc-options/menu_options.php:223
503
- msgid "After activate the checkbox you will loose its easy access in the menu."
504
- msgstr ""
505
-
506
- #: inc-options/menu_options.php:158
507
- msgid "Custom"
508
- msgstr ""
509
-
510
- #: inc-options/menu_options.php:197
511
- msgid "Profile"
512
- msgstr ""
513
-
514
- #: inc-options/menu_options.php:293
515
- msgid "Slug"
516
- msgstr ""
517
-
518
- #: inc-options/menu_options.php:295
519
- msgid "Custom Slug"
520
- msgstr ""
521
-
522
- #: inc-options/menu_options.php:301
523
- msgid "It is possible to add your own slugs for menu items."
524
- msgstr ""
525
-
526
- #: inc-options/menu_options.php:315
527
- msgid ""
528
- "Possible nomination for the slug. Separate multiple nominations through a "
529
- "carriage return."
530
- msgstr ""
531
-
532
- #: inc-options/menu_options.php:329
533
- msgid "String of the custom slug."
534
- msgstr ""
535
-
536
- #: inc-options/minimenu.php:15
537
- msgid "Network"
538
- msgstr ""
539
-
540
- #: inc-options/minimenu.php:25
541
- msgid "MiniMenu"
542
- msgstr ""
543
-
544
- #: inc-options/minimenu.php:30 inc-options/minimenu.php:144
545
- msgid "About the plugin"
546
- msgstr ""
547
-
548
- #: inc-options/minimenu.php:36 inc-options/self_settings.php:15
549
- msgid "Plugin Settings"
550
- msgstr ""
551
-
552
- #: inc-options/minimenu.php:74 inc-options/write_post_options.php:17
553
- #: inc-options/write_post_options.php:34
554
- msgid "Write options - Post"
555
- msgstr ""
556
-
557
- #: inc-options/minimenu.php:79 inc-options/write_page_options.php:15
558
- #: inc-options/write_page_options.php:31
559
- msgid "Write options - Page"
560
- msgstr ""
561
-
562
- #: inc-options/minimenu.php:92 inc-options/write_cp_options.php:22
563
- #: inc-options/write_cp_options.php:41
564
- msgid "Write options"
565
- msgstr ""
566
-
567
- #: inc-options/minimenu.php:112 inc-options/widget_options.php:16
568
- msgid "Widgets"
569
- msgstr ""
570
-
571
- #: inc-options/minimenu.php:117 inc-options/wp_nav_menu_options.php:15
572
- msgid "WP Nav Menu"
573
- msgstr ""
574
-
575
- #: inc-options/minimenu.php:122 inc-options/theme_options.php:16
576
- #: inc-options/theme_options.php:122
577
- msgid "Set Theme"
578
- msgstr ""
579
-
580
- #: inc-options/minimenu.php:150
581
- msgid "Version"
582
- msgstr ""
583
-
584
- #: inc-options/minimenu.php:158
585
- msgid ""
586
- "Further information: Visit the <a href=\"%1$s\">plugin homepage</a> for "
587
- "further information or to grab the latest version of this plugin. Also see "
588
- "the <a href=\"%2$s\">support forum</a> for questions."
589
- msgstr ""
590
-
591
- #: inc-options/minimenu.php:167
592
- msgid ""
593
- "For more hints about the functions and how to's with the possibilities of "
594
- "the plugin settings see the <a href=\"%s\">FAQ page</a> on the plugin site."
595
- msgstr ""
596
-
597
- #: inc-options/minimenu.php:170
598
- msgid "Report a issue on the development repository:"
599
- msgstr ""
600
-
601
- #: inc-options/minimenu.php:172
602
- msgid ""
603
- "The plugin have a github repository to easy add a issue or a create a fork, "
604
- "pull request:"
605
- msgstr ""
606
-
607
- #: inc-options/minimenu.php:178
608
- msgid ""
609
- "You want to thank me? Visit my <a href=\"%1$s\">wishlist</a> or <a "
610
- "href=\"%2$s\">donate</a>."
611
- msgstr ""
612
-
613
- #: inc-options/minimenu.php:191 inc-options/settings_notice.php:17
614
- msgid ""
615
- "Please note: The Adminimize settings page ignores the Menu Options below "
616
- "and displays the menu with all entries."
617
- msgstr ""
618
-
619
- #: inc-options/minimenu.php:196 inc-options/settings_notice.php:22
620
- msgid ""
621
- "To view your changes to the menu you need to navigate away from the "
622
- "Adminimize settings page."
623
- msgstr ""
624
-
625
- #: inc-options/minimenu.php:202
626
- msgid ""
627
- "You have activated the Plugin for your Multisite Network. By default you "
628
- "will have all active menu items and plugins. The settings are for all "
629
- "network sites, you can set it from any site and it will be set for all "
630
- "network. You should also update the settings on every network site to "
631
- "include every custom items that might exist for each of it."
632
- msgstr ""
633
-
634
- #: inc-options/self_settings.php:22
635
- msgid "Active Debug Helper"
636
- msgstr ""
637
-
638
- #: inc-options/self_settings.php:30
639
- msgid ""
640
- "After activation is it possible to see several information inside the "
641
- "console of the browser for the current active user."
642
- msgstr ""
643
-
644
- #: inc-options/self_settings.php:35
645
- msgid "Support Multiple Roles"
646
- msgstr ""
647
-
648
- #: inc-options/self_settings.php:43
649
- msgid ""
650
- "To hide an option for a user with multiple roles, the option must be "
651
- "selected for every role of that user. If the option is not selected for one "
652
- "of the user's roles, then the item will appear."
653
- msgstr ""
654
-
655
- #: inc-options/self_settings.php:48
656
- msgid "Support bbPress Roles"
657
- msgstr ""
658
-
659
- #: inc-options/self_settings.php:57
660
- msgid "Show bbPress roles for each area to allow bbPress specific user settings."
661
- msgstr ""
662
-
663
- #: inc-options/self_settings.php:62
664
- msgid "Allow Page Access"
665
- msgstr ""
666
-
667
- #: inc-options/self_settings.php:71
668
- msgid ""
669
- "Activate this option to allow access to pages of the back end, even if it's "
670
- "hidden to a user role."
671
- msgstr ""
672
-
673
- #: inc-options/theme_options.php:26
674
- msgid ""
675
- "For better peformance on sites with many users, you should load userlist "
676
- "data before making any changes in the theme options for users."
677
- msgstr ""
678
-
679
- #: inc-options/theme_options.php:33
680
- msgid "Load User Data"
681
- msgstr ""
682
-
683
- #: inc-options/theme_options.php:48
684
- msgid "User-ID"
685
- msgstr ""
686
-
687
- #: inc-options/theme_options.php:49
688
- msgid "Username"
689
- msgstr ""
690
-
691
- #: inc-options/theme_options.php:50
692
- msgid "Display name publicly as"
693
- msgstr ""
694
-
695
- #: inc-options/theme_options.php:52
696
- msgid "User Level"
697
- msgstr ""
698
-
699
- #: inc-options/theme_options.php:53
700
- msgid "Role"
701
- msgstr ""
702
-
703
- #: inc-options/widget_options.php:69 inc-options/wp_nav_menu_options.php:72
704
- #: inc-options/write_cp_options.php:135 inc-options/write_page_options.php:124
705
- #: inc-options/write_post_options.php:128
706
- msgid "Help"
707
- msgstr ""
708
-
709
- #: inc-options/widget_options.php:71
710
- msgid "Available Widgets"
711
- msgstr ""
712
-
713
- #: inc-options/widget_options.php:72
714
- msgid "Inactive Sidebar (not used)"
715
- msgstr ""
716
-
717
- #: inc-options/widget_options.php:73
718
- msgid "Inactive Widgets"
719
- msgstr ""
720
-
721
- #: inc-options/widget_options.php:143
722
- msgid "Your own Widget options"
723
- msgstr ""
724
-
725
- #: inc-options/wp_nav_menu_options.php:74
726
- #: inc-options/wp_nav_menu_options.php:80
727
- msgid "Theme Locations"
728
- msgstr ""
729
-
730
- #: inc-options/wp_nav_menu_options.php:75
731
- msgid "Custom Links"
732
- msgstr ""
733
-
734
- #: inc-options/wp_nav_menu_options.php:76
735
- msgid "Add menu"
736
- msgstr ""
737
-
738
- #: inc-options/wp_nav_menu_options.php:158
739
- msgid "Your own Nav Menu options"
740
- msgstr ""
741
-
742
- #: inc-options/write_cp_options.php:137 inc-options/write_page_options.php:127
743
- #: inc-options/write_post_options.php:131
744
- msgid "Permalink"
745
- msgstr ""
746
-
747
- #: inc-options/write_cp_options.php:138 inc-options/write_cp_options.php:185
748
- #: inc-options/write_post_options.php:132
749
- #: inc-options/write_post_options.php:173
750
- msgid "Tags"
751
- msgstr ""
752
-
753
- #: inc-options/write_cp_options.php:139
754
- msgid "Format"
755
- msgstr ""
756
-
757
- #: inc-options/write_cp_options.php:141 inc-options/write_post_options.php:134
758
- msgid "Add New Category"
759
- msgstr ""
760
-
761
- #: inc-options/write_cp_options.php:142 inc-options/write_post_options.php:136
762
- msgid "Password Protect This Post"
763
- msgstr ""
764
-
765
- #: inc-options/write_cp_options.php:143 inc-options/write_post_options.php:137
766
- msgid "Related, Shortcuts"
767
- msgstr ""
768
-
769
- #: inc-options/write_cp_options.php:144 inc-options/write_page_options.php:138
770
- #: inc-options/write_post_options.php:138
771
- msgid "Messages"
772
- msgstr ""
773
-
774
- #: inc-options/write_cp_options.php:145 inc-options/write_page_options.php:139
775
- #: inc-options/write_post_options.php:139
776
- msgid "h2: Advanced Options"
777
- msgstr ""
778
-
779
- #: inc-options/write_cp_options.php:146 inc-options/write_page_options.php:140
780
- #: inc-options/write_post_options.php:140
781
- msgid "Media Buttons (all)"
782
- msgstr ""
783
-
784
- #: inc-options/write_cp_options.php:147 inc-options/write_page_options.php:141
785
- #: inc-options/write_post_options.php:141
786
- msgid "Word count"
787
- msgstr ""
788
-
789
- #: inc-options/write_cp_options.php:148 inc-options/write_post_options.php:142
790
- msgid "Post Slug"
791
- msgstr ""
792
-
793
- #: inc-options/write_cp_options.php:150 inc-options/write_page_options.php:144
794
- #: inc-options/write_post_options.php:144
795
- msgid "Discussion"
796
- msgstr ""
797
-
798
- #: inc-options/write_cp_options.php:151 inc-options/write_page_options.php:145
799
- #: inc-options/write_post_options.php:145
800
- msgid "HTML Editor Button"
801
- msgstr ""
802
-
803
- #: inc-options/write_cp_options.php:167 inc-options/write_post_options.php:159
804
- msgid "Post Thumbnail"
805
- msgstr ""
806
-
807
- #: inc-options/write_cp_options.php:176 inc-options/write_page_options.php:164
808
- #: inc-options/write_post_options.php:164
809
- msgid "Quick Edit Link"
810
- msgstr ""
811
-
812
- #: inc-options/write_cp_options.php:177 inc-options/write_cp_options.php:178
813
- #: inc-options/write_cp_options.php:179 inc-options/write_cp_options.php:180
814
- #: inc-options/write_cp_options.php:181 inc-options/write_cp_options.php:182
815
- #: inc-options/write_cp_options.php:183 inc-options/write_cp_options.php:184
816
- #: inc-options/write_cp_options.php:185 inc-options/write_cp_options.php:186
817
- #: inc-options/write_cp_options.php:187 inc-options/write_page_options.php:165
818
- #: inc-options/write_page_options.php:166
819
- #: inc-options/write_page_options.php:167
820
- #: inc-options/write_page_options.php:168
821
- #: inc-options/write_page_options.php:169
822
- #: inc-options/write_page_options.php:170
823
- #: inc-options/write_page_options.php:171
824
- #: inc-options/write_page_options.php:172
825
- #: inc-options/write_page_options.php:173
826
- #: inc-options/write_post_options.php:165
827
- #: inc-options/write_post_options.php:166
828
- #: inc-options/write_post_options.php:167
829
- #: inc-options/write_post_options.php:168
830
- #: inc-options/write_post_options.php:169
831
- #: inc-options/write_post_options.php:170
832
- #: inc-options/write_post_options.php:171
833
- #: inc-options/write_post_options.php:172
834
- #: inc-options/write_post_options.php:173
835
- #: inc-options/write_post_options.php:174
836
- #: inc-options/write_post_options.php:175
837
- msgid "QE"
838
- msgstr ""
839
-
840
- #: inc-options/write_cp_options.php:177 inc-options/write_page_options.php:165
841
- #: inc-options/write_post_options.php:165
842
- msgid "Inline Edit Left"
843
- msgstr ""
844
-
845
- #: inc-options/write_cp_options.php:178 inc-options/write_page_options.php:166
846
- #: inc-options/write_post_options.php:166
847
- msgid "All Labels"
848
- msgstr ""
849
-
850
- #: inc-options/write_cp_options.php:179 inc-options/write_page_options.php:168
851
- #: inc-options/write_post_options.php:167
852
- msgid "Author"
853
- msgstr ""
854
-
855
- #: inc-options/write_cp_options.php:180 inc-options/write_page_options.php:169
856
- #: inc-options/write_post_options.php:168
857
- msgid "Password and Private"
858
- msgstr ""
859
-
860
- #: inc-options/write_cp_options.php:181 inc-options/write_post_options.php:169
861
- msgid "Inline Edit Center"
862
- msgstr ""
863
-
864
- #: inc-options/write_cp_options.php:182 inc-options/write_post_options.php:170
865
- msgid "Categories Title"
866
- msgstr ""
867
-
868
- #: inc-options/write_cp_options.php:183 inc-options/write_post_options.php:171
869
- msgid "Categories List"
870
- msgstr ""
871
-
872
- #: inc-options/write_cp_options.php:184 inc-options/write_page_options.php:170
873
- #: inc-options/write_post_options.php:172
874
- msgid "Inline Edit Right"
875
- msgstr ""
876
-
877
- #: inc-options/write_cp_options.php:186 inc-options/write_post_options.php:174
878
- msgid "Status, Sticky"
879
- msgstr ""
880
-
881
- #: inc-options/write_cp_options.php:187 inc-options/write_page_options.php:173
882
- #: inc-options/write_post_options.php:175
883
- msgid "Cancel/Save Button"
884
- msgstr ""
885
-
886
- #: inc-options/write_cp_options.php:260
887
- msgid "Your own %s options"
888
- msgstr ""
889
-
890
- #: inc-options/write_page_options.php:126
891
- #: inc-options/write_post_options.php:130
892
- msgid "Title"
893
- msgstr ""
894
-
895
- #: inc-options/write_page_options.php:128
896
- msgid "Custom Fields"
897
- msgstr ""
898
-
899
- #: inc-options/write_page_options.php:129
900
- msgid "Comments &amp; Pings"
901
- msgstr ""
902
-
903
- #: inc-options/write_page_options.php:130
904
- #: inc-options/write_page_options.php:167
905
- #: inc-options/write_post_options.php:135
906
- msgid "Date"
907
- msgstr ""
908
-
909
- #: inc-options/write_page_options.php:131
910
- msgid "Password Protect This Page"
911
- msgstr ""
912
-
913
- #: inc-options/write_page_options.php:132
914
- msgid "Attributes"
915
- msgstr ""
916
-
917
- #: inc-options/write_page_options.php:133
918
- msgid "Page Template"
919
- msgstr ""
920
-
921
- #: inc-options/write_page_options.php:134
922
- msgid "Page Order"
923
- msgstr ""
924
-
925
- #: inc-options/write_page_options.php:135
926
- msgid "Page Author"
927
- msgstr ""
928
-
929
- #: inc-options/write_page_options.php:136
930
- msgid "Page Revisions"
931
- msgstr ""
932
-
933
- #: inc-options/write_page_options.php:137
934
- msgid "Related"
935
- msgstr ""
936
-
937
- #: inc-options/write_page_options.php:142
938
- msgid "Page Slug"
939
- msgstr ""
940
-
941
- #: inc-options/write_page_options.php:159
942
- msgid "Page Image"
943
- msgstr ""
944
-
945
- #: inc-options/write_page_options.php:171
946
- msgid "Parent, Order, Template"
947
- msgstr ""
948
-
949
- #: inc-options/write_page_options.php:172
950
- msgid "Status"
951
- msgstr ""
952
-
953
- #: inc-setup/helping_hands.php:191
954
- msgid "Cheatin&#8217; uh? Sorry, you are not allowed to access this site."
955
- msgstr ""
956
-
957
- #: inc-setup/messages.php:43
958
- msgid "Unknown error."
959
- msgstr ""
960
-
961
- #: inc-setup/messages.php:54
962
- msgid "The updates were saved."
963
- msgstr ""
964
-
965
- #: inc-setup/messages.php:57
966
- msgid "You have not enough rights to edit entries in the database."
967
- msgstr ""
968
-
969
- #: inc-setup/messages.php:60
970
- msgid "All entries in the database were imported."
971
- msgstr ""
972
-
973
- #: inc-setup/messages.php:63
974
- msgid "All entries in the database were deleted."
975
- msgstr ""
976
-
977
- #: inc-setup/messages.php:66
978
- msgid "Set the checkbox on deinstall-button."
979
- msgstr ""
980
-
981
- #: inc-setup/messages.php:69
982
- msgid "Can't load menu and submenu."
983
- msgstr ""
984
-
985
- #: inc-setup/messages.php:71
986
- msgid "Backend-Theme was activated!"
987
- msgstr ""
988
-
989
- #: inc-setup/messages.php:73
990
- msgid "Load user data to themes was successful."
991
- msgstr ""
992
-
993
- #: inc-setup/remove-admin-bar.php:310 inc-setup/remove-admin-bar.php:312
994
- msgid "Network Admin"
995
- msgstr ""
996
-
997
- #: inc-setup/remove-admin-bar.php:314 inc-setup/remove-admin-bar.php:316
998
- msgid "Site Admin"
999
- msgstr ""
1000
-
1001
- #. Plugin URI of the plugin/theme
1002
- msgid "https://wordpress.org/plugins/adminimize/"
1003
- msgstr ""
1004
-
1005
- #. Description of the plugin/theme
1006
- msgid ""
1007
- "Visually compresses the administrative meta-boxes so that more admin page "
1008
- "content can be initially seen. The plugin that lets you hide 'unnecessary' "
1009
- "items from the WordPress administration menu, for all roles of your "
1010
- "install. You can also hide post meta controls on the edit-area to simplify "
1011
- "the interface. It is possible to simplify the admin in different for all "
1012
- "roles."
1013
- msgstr ""
1014
-
1015
- #. Author of the plugin/theme
1016
- msgid "Frank Bültge"
1017
- msgstr ""
1018
-
1019
- #. Author URI of the plugin/theme
1020
- msgid "http://bueltge.de/"
1021
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: Bueltge, inpsyde
3
  Donate link: https://www.paypal.me/FrankBueltge
4
  Tags: color, scheme, theme, admin, dashboard, color scheme, plugin, interface, ui, metabox, hide, editor, minimal, menu, customization, interface, administration, lite, light, usability, lightweight, layout, zen
5
  Requires at least: 4.0
6
- Tested up to: 4.7.0
7
- Stable tag: 1.11.2
8
 
9
  Adminimize that lets you hide 'unnecessary' items from the WordPress backend
10
 
@@ -39,13 +39,24 @@ Use the installer via back-end of your install or ...
39
  3. Activate the plugin through the Plugins menu in WordPress and click Activate.
40
  4. Administrator can go to `Settings` > `Adminimize` menu and configure the plugin (Menu, Sub-menu, Meta boxes, ...)
41
 
42
- == Screenshots ==
43
- 1. Settings area in WP 4.5-alpha
44
-
45
  == Changelog ==
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  = 1.11.2 (2016-12-04) =
47
- * Fix backticks for `shell_exec` error.
48
- * Fix prevent access function for pages.
49
 
50
  = 1.11.1 (2016-11-24) =
51
  * Fix fatal error for WP smaller than 4.7 - Sorry again!
3
  Donate link: https://www.paypal.me/FrankBueltge
4
  Tags: color, scheme, theme, admin, dashboard, color scheme, plugin, interface, ui, metabox, hide, editor, minimal, menu, customization, interface, administration, lite, light, usability, lightweight, layout, zen
5
  Requires at least: 4.0
6
+ Tested up to: 4.9
7
+ Stable tag: 1.11.3
8
 
9
  Adminimize that lets you hide 'unnecessary' items from the WordPress backend
10
 
39
  3. Activate the plugin through the Plugins menu in WordPress and click Activate.
40
  4. Administrator can go to `Settings` > `Adminimize` menu and configure the plugin (Menu, Sub-menu, Meta boxes, ...)
41
 
 
 
 
42
  == Changelog ==
43
+ 1.11.3 (2017-11-16)
44
+ * Added custom dashbaord options to admin head to hide it via css.
45
+ * Added support of multiple roles for dashboard options.
46
+ * Added new option to hide 'Add New' Button on each post type.
47
+ * Fixed ID of Menu to use each link in the full width.
48
+ * Fixed error for check dashboard setup on multiple roles.
49
+ * Removed dependency from users.php to profile.php. #61
50
+ * Allow attribute selector for custom options, remove slashes in options. #65
51
+ * Change hook for change menu items ot solve order problem with third plugins. #68
52
+ * Remove Set Theme for users option - noit relevant for the plugin, old dependencies.
53
+ * Change selector to remove footer area.
54
+ * Remove Screenshots on readme page, to big, not helpful.
55
+ * Added filter hook `adminimize_nopage_access_message` to change the message for no access to a page. see the [wiki](https://github.com/bueltge/Adminimize/wiki/Filter-Hooks)
56
+
57
  = 1.11.2 (2016-12-04) =
58
+ * Fixed backticks for `shell_exec` error.
59
+ * Fixed prevent access function for pages.
60
 
61
  = 1.11.1 (2016-11-24) =
62
  * Fix fatal error for WP smaller than 4.7 - Sorry again!