Adminimize - Version 1.10.3

Version Description

(2016-05-11)= * Fix exclude of set new Admin Bar on settings page of Adminimize. * Fix check for settings page. * Fix colors on raw, column of the settings page. * Add buffering for debug helper in the console. * Fix caching for Dashboard Widget options.

Download this release

Release Info

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

Code changes from version 1.10.2 to 1.10.3

CHANGELOG.md DELETED
@@ -1,361 +0,0 @@
1
- ## 1.10.2 (2016-03-10)
2
- * Add possibility for custom menu slugs, especially for Plugins, Themes, there add different slug for different roles.
3
- * Add the possibility to use the WP object cache for settings, if the webspace support this, like Memcached, APC.
4
- * More clarity for the "own options" label.
5
-
6
- ## 1.10.1 (2016-02-29)
7
- * Fix the Removing of Admin Color Scheme Select on the profile page.
8
- * Back-end options are also excluded on the settings page.
9
- * Add new settings area for options of the plugin self.
10
- * The support for multiple roles is now optional.
11
- * The support for bbPress is now active and optional.
12
-
13
- ## 1.10.0 (2016-02-21)
14
- * Rewrite the Admin Bar settings, simplify the source and new hook to get and render the Admin Bar.
15
- * Change settings screen for custom post type.
16
- * Fix "select all" on Admin Bar settings.
17
- * Fix exclude settings page for pages, there is the current screen not existent.
18
- * Improve the exclude settings page function for hooks, there fired before `get_current_screen`.
19
- * Remove more legacy code before WP 3.3.
20
- * Change removal of Menu and Submenu items to WP core functions, possible to non support older WP Versions.
21
- * Supports multiple roles on "Menu Options" and "Global Options".
22
- * Add possibility to hide Admin Notices globally, new setting point in "Global Options".
23
-
24
- ## 1.9.2 (2016-01-30)
25
- * Change get role name, return now a array with slug and name to fix "Select All" function for custom roles.
26
- * Change Menu Items to Key value, not the id. Makes possible to hide also menu items, there have a stupid menu entry.
27
- * Remove https fix; not necessary for the plugin. If you will usage, add this custom [plugin](https://gist.github.com/bueltge/01f37a868e2e1321b931).
28
- * Update pot and de_De language files.
29
-
30
- ## 1.9.1 (2016-25-01)
31
- * Bugfix for fixing ssl protocol in WP core on include styles and scripts.
32
-
33
- ## 1.9.0 (2016-01-21)
34
- * Change Ex-/Import functions to use JSON format and remove mysql topics, there no longer valid in WP core.
35
- * Add more checks to hide also dynamically menu items, like Customizer.
36
- * Update spanish and german language file.
37
- * Fix PHP Warning [PHP Warning: in_array()](https://wordpress.org/support/topic/php-warning-in_array-expects-parameter-2-to-be-array?replies=3)
38
- * Fix PHP Notice: Array to string conversion
39
- * UI change: Fixed head on tables.
40
- * Update italian language files, props to marcochiesi.
41
- * Add global option to hide admin notices for each role.
42
- * Replace static source to get option, only one function to get it.
43
- * Change Admin Bar Feature: Difference between front-end and back-end.
44
- * More stability on admin bar settings. Switch hook to set, get data of admin bar.
45
- * Add possibilty to select/unselect all checkboxess for each area.
46
- * Fix redirect feature, if Dashboard menu item is active for a role.
47
- * Remove functions for WordPress versions smaller 3.5.
48
- * Remove css tyles small WP 4.0
49
- * Add minify js/css.
50
- * Several code changes.
51
- * Add custom fix for hide editors on post types.
52
- * Several performance changes, like replace from `array_push`.
53
- * Fix Role check, new function to fix [#22624](https://core.trac.wordpress.org/ticket/22624).
54
- * Exclude Settings page and Super Admin from remove Dashboard function.
55
-
56
- ## 1.8.5 (2015-03-19)
57
- * Add brazilian portuguese translation, thanks to [Rafael Funchal](http://www.rafaelfunchal.com.br/)
58
- * Small code changes for php notices
59
- * Fix Admin Bar Feature
60
- * Different code maintenance
61
- * Enhance readme for helpful links under FAQ
62
- * Fix to remove admin bar
63
-
64
- ## 1.8.4 (06/06/2013)
65
- * Change Widget Settings, better to unregister widgets from other themes and plugins
66
- * Add more usability to the settings page
67
- * Small major changes
68
-
69
- ## 1.8.3 (04/07/2013)
70
- * Fix for use it with bbPress
71
- * Small minor changes
72
-
73
- ## 1.8.2 (02/15/2013)
74
- * Fix PHP Notice message for empty var, see [support](http://wordpress.org/support/topic/undefined-index-current_screen)
75
- * Changes for load files and functions only, if it necessary
76
- * Fix, that the changes on Admin Bar work always in all admin pages
77
-
78
- ## 1.8.1 (01/10/2013)
79
- * Fix PHP notice on message for network
80
- * Check for active links manager; change from WP 3.5
81
- * Add Widget settings (Beta)
82
- * Fix for remove admin bar in backend
83
- * Remove Backend options, there not usable with WP 3.5 and earlier
84
- * Fix 'Category Height' on Meta Box on write post; See always all categories, without scrolling inside Meta Box
85
- * Fix to hide footer, but this is still usable by adding custom content
86
- * Fix Hints, Options for Multisite install
87
- * Add Admin Bar options (Beta)
88
-
89
- ## v1.8.0
90
- * Simple Support for WP Multisite
91
- * Enhancement for hide Text-Tab on editors in custom post types
92
- * Small fix for PHP notice
93
-
94
- ## v1.7.27
95
- * Fix for hide Admin Bar in WP 3.4
96
- * Fix for remove sections on custom post types in edit screen table
97
- * Enhancements for reduce sections on edit post and page
98
- * Enhancement for User Info to use also in Admin Bar in front end
99
- * Fix for different pages in admin, see [forum thread](http://wordpress.org/support/topic/plugin-adminimize-hide-page-and-subpages-editphp)
100
- * Fix, if you don't use redirect for php notice
101
- * Add romanian language
102
-
103
- ## v1.7.26
104
- * Typo for settings message [see thread](http://wordpress.org/support/topic/plugin-adminimize-what-does-the-settings-page-ignores-this-settings-mean?replies=4)
105
- * 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)
106
- * Exclude backend theme options, was used only smaller 2.0 of WP
107
- * Exclude Hint in Footer
108
- * Exclude write scroll options
109
- * Different cleaner actions
110
-
111
- ## v1.7.25
112
- * Update for fix menu-items with entities
113
- * [Fix](http://plugins.trac.wordpress.org/changeset/494274) for display settings on menu, if items are deactivated
114
- * Add Separator to settings of menu, for hide this for different roles
115
- * Add notice for settings page, that no settings work on this page
116
- * Fix rewrite, if change the user info area and define an rewrite
117
- * List Separator on menu-items; also possible to hide this
118
-
119
- ## v1.7.24
120
- * Maintenance: add ID for hide html-tab on Editor also in WP 3.3
121
- * Bug fixing for WP 3.2.1 with the new functions :(
122
-
123
- ## v1.7.23
124
- * Maintenance: change function to remove admin bar for WP 3.3, see [Forum item](http://wordpress.org/support/topic/694201)
125
- * Maintenance: change for USer Info to works also in WP 3.3
126
-
127
- ## v1.7.22
128
- * Security fix for $_GET on the admin-settings-page
129
-
130
- ## v1.7.21
131
- * SORRY: i had an svn bug; here the complete version
132
- * no changes; only a new commit to svn
133
-
134
- ## v1.7.20
135
- * fix small bug for use plugin Localization
136
- * add Dashboard Widgets to remove for different roles
137
-
138
- ## v1.7.19
139
- * fix page for links - `link.php`
140
- * add irish language files
141
- * add bulgarian language files
142
-
143
- ## v1.7.18 (06/07/2011)
144
- * Fixes Small User info on right top with Admin Bar, also ready for WP 3.2
145
- * Fixes Error for xmlrpc
146
- * Add QuickEdit-Areas for hide this
147
- * Different changes on source
148
- * With WP 3.2 remove all Admin Styles !
149
- * Add support for custom post type
150
- * many small changes on source
151
- * update de_DE language files
152
- * tested only in version 3.1 and 3.2-beta; don't test in smaller version
153
- * add hindi language file
154
-
155
- ## v1.7.17 (04/11/2011)
156
- * Fixes on Admin-CSS Styles for WP 3.*
157
- * Reduce backend Styles of the Plugins - Goal: kill all styles!!! (to heavy for Maintenance)
158
-
159
- ## v1.7.16 (04/01/2011)
160
- * Bug-fix: change init-function; admin bar also on frontend and backend and all other options of global only on backend
161
- * Remove new hock on wp admin bar; include inline styles; only on deactivate admin bar
162
- * Fix language errors
163
- * Add meta box post formats
164
- * Update de_DE language files
165
-
166
- ## v1.7.15 (03/30/2011)
167
- * Change functions for reduce WP Nav Menu
168
- * change to check for super admin; add new function and option on Global Options to set this
169
- * Maintenance: check for functions in Multisite, Super-admin for use the plugin smaller WP 3.0
170
- * Feature: add css for more usability on settings
171
- * Bug-fix: custom values for WP Nav Menu
172
- * Add Option for Super Admin
173
- * Change option for rewrite, after deactivate Dashboard; now you use a custom url, incl. http://
174
- * Maintenance: Language File
175
-
176
- ## v1.7.14 (03/03/2011)
177
- * Maintenance: remove php notice on role editor
178
- * Maintenance: Add fallback for don't load menu/sub-menu
179
- * Maintenance: Exclude all options in different files
180
-
181
- ## v1.7.13 (03/02/2011)
182
- * Maintenance: different changes on code
183
- * Maintenance: usable in WP 3.1
184
- * Feature: Remove Admin Bar per role
185
- * Feature: Add options for WP Nav Menu
186
- * Bug-fix: php warning for wrong data-type [WP Forum](http://wordpress.org/support/topic/plugin-adminimize-warning-in-array)
187
- * Bug-fix: php warning on foreach [WP Forum](http://wordpress.org/support/topic/plugin-adminimize-warning-error-invalid-argument-supplied-for-foreach)
188
-
189
- ## v1.7.12 (10/02/2010)
190
- * Bug-fix: Fallback for deactivate profile.php on roles smaller administration
191
- * Bug-fix: Redirect from Dashboard on different roles
192
- * Maintenance: small changes on code
193
-
194
- ## v1.7.11 (09/24/2010)
195
- * Bug-fix: for WP < 3.0; function get_post_type_object() is not exist
196
-
197
- ## v1.7.10 (09/24/2010)
198
- * Bug-fix: link-page in admin
199
- * Bug-fix: meta-boxes on link-page
200
- * Bug-fix: check for post or page with WP 3.*
201
- * Maintenance: german language files
202
- * Maintenance: pot-file
203
- * Feature: new css for "User-info" in WP 3.0
204
- * Maintenance: incl. the new css-file
205
-
206
- ## v1.7.9 (09/15/2010)
207
- * Bug-fix for new role-checking
208
-
209
- ## v1.7.8 (09/13/2010)
210
- * changes for WPMU and WP 3.0 MultiSite
211
- * bug-fix for admin-menu in WPMU and WP 3.0 MultiSite
212
- * bug-fix for meta boxes in WPMU and WP 3.0 MultiSite
213
- * bug-fix for global settings in WPMU and WP 3.0 MultiSite
214
- * bug-fix for link-options in WPMU and WP 3.0 MultiSite
215
- * bug-fix for custom redirect after login
216
- * different bug-fixes fpr php-warnings
217
-
218
- ## v1.7.7 (03/18/2010)
219
- * small fixes for redirect on deactivate Dashboard
220
- * add dutch language file
221
-
222
- ## v1.7.6 (01/14/2010)
223
- * fix array-check on new option disable HTML Editor
224
-
225
- ## v1.7.5 (01/13/2010)
226
- * new function: disable HTML Editor on edit post/page
227
-
228
- ## v1.7.4 (01/10/2010)
229
- * Fix on Refresh menu and sub-menu on settings-page
230
- * Fix for older WordPress versions and function current_theme_supports
231
-
232
- ## v1.7.3 (01/08/2010)
233
- * Add Im-/Export function
234
- * Add new meta boxes from WP 2.9 post_thumbnail, if active from the Theme
235
- * Small modifications and code and css
236
- * Add new functions: hide tab for help and options on edit post or edit page; category meta box with ful height, etc.
237
-
238
- ## v1.7.2 (07/08/2009)
239
- * Add fix to deactivate user.php/profile.php
240
-
241
- ## v1.7.1 (17/06/2009)
242
- * Add belorussian language file, thanks to Fat Cow
243
-
244
- ## v1.7.1 (16/06/2009)
245
- * changes for load user date on settings themes; better for performance on blogs with many Users
246
- * small bug-fixes on textdomain
247
- * changes on hint for settings on menu
248
- * new de_DE language file
249
- * comments meta box add to options on post
250
-
251
- ## v1.7 (23/06/2009)
252
- * Bug-fix for WordPress 2.6; Settings-Link
253
- * alternate for `before_last_bar()` and change class of div
254
-
255
- ## 1.6.9 (19/06/2009)
256
- * Bug-fix, Settingslink gefixt;
257
- * Changes on own defines with css selectors; first name, second css selector
258
- * Bug-fix in own options to pages
259
-
260
- ## 1.6.8 (18/06/2009)
261
- * Bug-fix in german language file
262
-
263
- ## 1.6.6-7 (10/06/2009)
264
- * Add Meta Link in 2.8
265
-
266
- ## 1.6.5 (08/05/2009)
267
- * Bug-fix, Doculink only on admin page of Adminimize
268
-
269
- ## 1.6.4 (27/04/2009)
270
- * new Backend-Themes
271
- * more options
272
- * multilanguage for role-names
273
-
274
- ## 1.6.1, 1.6.3 (24/05/2009)
275
- * ready for own roles
276
- * new options for link-area on WP backend
277
- * own options for all areas, use css selectors
278
- * ...
279
-
280
- ## v1.6
281
- * ready for WP 2.7
282
- * new options area, parting of page and post options
283
- * add wp_nonce for own logout
284
- * ...
285
-
286
- ## v1.5.3-8
287
- * Changes for WP 2.7
288
- * changes on CSS design
289
- * ...
290
-
291
- ## v1.5.2
292
- * own redirects possible
293
-
294
- ## v1.5.1
295
- * Bug-fix f&uuml;r rekursiven Array; Redirect bei deaktivem Dashboard funktionierte nicht
296
-
297
- ## v1.5
298
- * 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
299
-
300
- ## v1.4.7
301
- * Bug-fix CSS-Adresse f&uuml;r WP 2.5
302
-
303
- ## v1.4.3-6
304
- * Aufrufe diverser JS ge&auml;ndert, einige &uuml;bergreifende Funktionen nun auch ohne aktives Adminimize-Theme
305
-
306
- ## v1.4.2
307
- * kleine Erweiterungen, Variablenabfragen ge&auml;ndert
308
-
309
- ## v1.4.1
310
- * Bug-fixes und Umstellung Sprache
311
-
312
- ## v1.4
313
- * 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.
314
-
315
- ## v1.3
316
- * Backendfunktn. erweitert, Update f&uuml;r PressThis im Bereich Schreiben, etc.
317
-
318
- ## v1.2
319
- * Erweiterungen der MetaBoxen
320
-
321
- ## v1.1
322
- * 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
323
-
324
- ## v1.0
325
- * JavaScript schlanker durch die Hilfe von <a href="http://www.schloebe.de/">Oliver Schl&uuml;be</a>
326
-
327
- ## v0.8.1
328
- * Hinweis im Footer m&uuml;glich, optional mit optionalen Text, Weiterleitung immer ersichtlich
329
-
330
- ## v0.8
331
- * Weiterleitung nach Logout m&uuml;glich
332
-
333
- ## v0.7.9
334
- * Zus&auml;tzlich ist innerhalb der Kategorien nur "Kategorien hinzuf&uuml;gen" deaktiverbar
335
-
336
- ## v0.7.8
337
- * Mehrsprachigkeit erweitert
338
-
339
- ## v0.7.7
340
- * Bug-fix f&uuml;r Metabox ausblenden in Write Page
341
-
342
- ## v0.7.6
343
- * Checkbox f&uuml;r alle ausw&auml;hlen auch in Page und Post, Korrektur in Texten
344
-
345
- ## v0.7.5
346
- * Checkbox f&uuml;r alle ausw&auml;hlen, Theme zuweisen
347
-
348
- ## v0.7.3
349
- * Optionale Weiterleitung bei deaktiviertem Dashboard, Einstellungen per Plugin-Seite m&uuml;glich, Admin-Footer erg&auml;nzt um Plugin-infos
350
-
351
- ## v0.7.2
352
- * Update Options Button zus&auml;tzlich im oberen Abschnitt
353
-
354
- ## v0.7.1
355
- * Thickbox Funktion optional
356
-
357
- ## v0.7
358
- * WriteScroll optional, MediaButtons deaktivierbar
359
-
360
- ## v0.6.9
361
- * Theme WordPress 2.3 hinzugekommen, Footer deaktivierbar
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
LICENSE.txt CHANGED
File without changes
adminimize.php CHANGED
@@ -7,13 +7,13 @@
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.10.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-03-10
17
  */
18
 
19
  /**
@@ -115,7 +115,7 @@ function _mw_adminimize_exclude_settings_page() {
115
  }
116
 
117
  // Don't filter on settings page
118
- return strpos( $screen, 'adminimize' );
119
  }
120
 
121
  /**
@@ -621,20 +621,6 @@ function _mw_adminimize_set_menu_option() {
621
  $mw_adminimize_submenu = _mw_adminimize_get_duplicate( $mw_adminimize_submenu );
622
  }
623
 
624
- /*
625
- // Define custom slugs.
626
- // Default menu slug as Administrator => Custom value
627
- $custom_menu = array(
628
- 'vc-general' => 'vc-welcome'
629
- );
630
- // Custom Fall Backs for stupid plugins.
631
- foreach ( $custom_menu as $slug => $custom_slug ) {
632
- if ( in_array( $slug, $mw_adminimize_menu, FALSE ) ) {
633
- $mw_adminimize_menu[] = $custom_slug;
634
- }
635
- }
636
- */
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';
@@ -1233,11 +1219,14 @@ function _mw_adminimize_update_option( $options ) {
1233
  return FALSE;
1234
  }
1235
 
 
 
1236
  if ( _mw_adminimize_is_active_on_multisite() ) {
1237
  update_site_option( 'mw_adminimize', $options );
1238
  } else {
1239
  update_option( 'mw_adminimize', $options );
1240
  }
 
1241
 
1242
  return TRUE;
1243
  }
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.10.3
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-05-10
17
  */
18
 
19
  /**
115
  }
116
 
117
  // Don't filter on settings page
118
+ return FALSE !== strpos( $screen, 'adminimize' );
119
  }
120
 
121
  /**
621
  $mw_adminimize_submenu = _mw_adminimize_get_duplicate( $mw_adminimize_submenu );
622
  }
623
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
624
  // Fallback on users.php on all user roles smaller admin.
625
  if ( in_array( 'users.php', $mw_adminimize_menu, FALSE ) ) {
626
  $mw_adminimize_menu[] = 'profile.php';
1219
  return FALSE;
1220
  }
1221
 
1222
+ // Kill the cache for the settings page.
1223
+ wp_cache_delete( 'mw_adminimize' );
1224
  if ( _mw_adminimize_is_active_on_multisite() ) {
1225
  update_site_option( 'mw_adminimize', $options );
1226
  } else {
1227
  update_option( 'mw_adminimize', $options );
1228
  }
1229
+ wp_cache_add( 'mw_adminimize', $options );
1230
 
1231
  return TRUE;
1232
  }
adminimize_page.php CHANGED
File without changes
css/mw_cat_full.css CHANGED
File without changes
css/mw_small_user_info.css CHANGED
File without changes
css/style.css CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * Stylesheet for the Adminimize settings page.
4
  *
5
- * @version 2016-01-06
6
  */
7
 
8
  #minimenu td a {
@@ -23,21 +23,26 @@ table tbody td span, table tbody th span {
23
  }
24
 
25
  tr:hover,
26
- td:first-child + td:hover,
27
- td:first-child + td + td + td:hover,
28
- td:first-child + td + td + td + td + td:hover,
29
- td:first-child + td + td + td + td + td + td + td:hover,
30
- td:first-child + td + td + td + td + td + td + td + td + td:hover {
31
- background: #DFDFDF !important;
 
 
 
 
 
 
32
  }
33
 
34
  td:first-child {
35
  width: 30%;
36
  }
37
 
38
- .col1, .col3, .col5,
39
- .col7, .col9, .col11 {
40
- background-color: #ffebe8;
41
  }
42
 
43
  .widefat td span, .widefat th span {
2
  /**
3
  * Stylesheet for the Adminimize settings page.
4
  *
5
+ * @version 2016-03-21
6
  */
7
 
8
  #minimenu td a {
23
  }
24
 
25
  tr:hover,
26
+ td:nth-child(even) + td:hover {
27
+ background-color: #dfdfdf !important;
28
+ }
29
+
30
+ table.widefat th:nth-child(even),
31
+ table.widefat td:nth-child(even) {
32
+ background-color: #ffebe8;
33
+ }
34
+
35
+ table.widefat th:nth-child(even):hover,
36
+ table.widefat td:nth-child(even):hover {
37
+ background-color: #dfdfdf;
38
  }
39
 
40
  td:first-child {
41
  width: 30%;
42
  }
43
 
44
+ table.widefat tr:nth-child(2) {
45
+ font-style: italic;
 
46
  }
47
 
48
  .widefat td span, .widefat th span {
css/style.min.css CHANGED
@@ -1 +1 @@
1
- #minimenu td a{display:block}table th,table tr:nth-child(odd){background:#eee}.widefat thead td input[type=checkbox]{margin:0 2px 0 0;vertical-align:middle}table tbody td span,table tbody th span{float:right}td:first-child+td+td+td+td+td+td+td+td+td:hover,td:first-child+td+td+td+td+td+td+td:hover,td:first-child+td+td+td+td+td:hover,td:first-child+td+td+td:hover,td:first-child+td:hover,tr:hover{background:#DFDFDF!important}td:first-child{width:30%}.col1,.col11,.col3,.col5,.col7,.col9,td:first-child+td,td:first-child+td+td+td,td:first-child+td+td+td+td+td,td:first-child+td+td+td+td+td+td+td,th:first-child+th,th:first-child+th+th+th,th:first-child+th+th+th+th+th,th:first-child+th+th+th+th+th+th+th,th:first-child+th+th+th+th+th+th+th+th+th{background-color:#ffebe8}.widefat td span,.widefat th span{color:#ccc;font-size:x-small;font-weight:lighter}table.usertheme .num{width:25px}table.config_menu span.awaiting-mod{display:none}
1
+ #minimenu td a{display:block}table th,table tr:nth-child(odd){background:#eee}.widefat thead td input[type=checkbox]{margin:0 2px 0 0;vertical-align:middle}table tbody td span,table tbody th span{float:right}td:nth-child(even)+td:hover,tr:hover{background-color:#dfdfdf!important}table.widefat td:nth-child(even),table.widefat th:nth-child(even){background-color:#ffebe8}table.widefat td:nth-child(even):hover,table.widefat th:nth-child(even):hover{background-color:#dfdfdf}td:first-child{width:30%}table.widefat tr:nth-child(2){font-style:italic}.widefat td span,.widefat th span{color:#ccc;font-size:x-small;font-weight:lighter}table.usertheme .num{width:25px}table.config_menu span.awaiting-mod{display:none}
inc-options/admin_bar.php CHANGED
File without changes
inc-options/backend_options.php CHANGED
File without changes
inc-options/dashboard_options.php CHANGED
@@ -126,7 +126,7 @@ if ( ! function_exists( 'add_action' ) ) {
126
  foreach ( $user_roles as $role ) {
127
  echo '<td class="num">';
128
  echo '<input id="check_post' . $role . $x . '" class="dashboard_options_'
129
- . preg_replace( '/[^a-z0-9]+/', '', $role ) . '" type="checkbox"'
130
  . $checked_user_role_[ $role ] . ' name="mw_adminimize_disabled_dashboard_option_'
131
  . $role . '_items[]" value="' . $dashboard_option . '" />';
132
  echo '</td>';
126
  foreach ( $user_roles as $role ) {
127
  echo '<td class="num">';
128
  echo '<input id="check_post' . $role . $x . '" class="dashboard_options_'
129
+ . preg_replace( '/[^a-z0-9_-]+/', '', $role ) . '" type="checkbox"'
130
  . $checked_user_role_[ $role ] . ' name="mw_adminimize_disabled_dashboard_option_'
131
  . $role . '_items[]" value="' . $dashboard_option . '" />';
132
  echo '</td>';
inc-options/deinstall_options.php CHANGED
File without changes
inc-options/global_options.php CHANGED
@@ -108,7 +108,7 @@ if ( ! function_exists( 'add_action' ) ) {
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_'
113
  . $role . '_items[]" value="' . $global_option . '" /></td>' . "\n";
114
  }
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_'
113
  . $role . '_items[]" value="' . $global_option . '" /></td>' . "\n";
114
  }
inc-options/im_export_options.php CHANGED
File without changes
inc-options/links_options.php CHANGED
@@ -108,7 +108,7 @@ if ( ! function_exists( 'add_action' ) ) {
108
  foreach ( $user_roles as $role ) {
109
  echo '<td class="num">';
110
  echo '<input id="check_post' . $role . $x . '" class="links_options_'
111
- . preg_replace( '/[^a-z0-9]+/', '', $role ) . '" type="checkbox"'
112
  . $checked_user_role_[ $role ] . ' name="mw_adminimize_disabled_link_option_'
113
  . $role . '_items[]" value="' . $link_option . '" />';
114
  echo '</td>' . "\n";
108
  foreach ( $user_roles as $role ) {
109
  echo '<td class="num">';
110
  echo '<input id="check_post' . $role . $x . '" class="links_options_'
111
+ . preg_replace( '/[^a-z0-9_-]+/', '', $role ) . '" type="checkbox"'
112
  . $checked_user_role_[ $role ] . ' name="mw_adminimize_disabled_link_option_'
113
  . $role . '_items[]" value="' . $link_option . '" />';
114
  echo '</td>' . "\n";
inc-options/menu_options.php CHANGED
@@ -183,7 +183,7 @@ if ( ! function_exists( 'add_action' ) ) {
183
  */
184
  echo "\t" . '<td class="num">' . $disabled_item_adm_hint . '<input id="check_menu'
185
  . $role . $x . '" class="menu_options_'
186
- . preg_replace( '/[^a-z0-9]+/', '', $role ) . '" type="checkbox"'
187
  . $disabled_item_adm . $checked_user_role_[ $role ]
188
  . ' name="mw_adminimize_disabled_menu_' . $role . '_items[]" value="'
189
  . $menu_slug . '" />' . $disabled_item_adm_hint . '</td>' . "\n";
@@ -198,7 +198,7 @@ if ( ! function_exists( 'add_action' ) ) {
198
  foreach ( $user_roles as $role ) {
199
  echo "\t" . '<td class="num"><input disabled="disabled" id="check_menu'
200
  . $role . $x . '" class="menu_options_'
201
- . preg_replace( '/[^a-z0-9]+/', '', $role )
202
  . '" type="checkbox"' . $checked_user_role_[ $role ]
203
  . ' name="mw_adminimize_disabled_menu_' . $role
204
  . '_items[]" value="profile.php" /></td>' . "\n";
@@ -313,7 +313,7 @@ if ( ! function_exists( 'add_action' ) ) {
313
  <br />
314
  <label for="_mw_adminimize_own_menu_slug">
315
  <?php esc_attr_e(
316
- 'String of the custom slug, matched to the the default menu slug, there you see aboive in the list.',
317
  'adminimize'
318
  ); ?>
319
  </label>
183
  */
184
  echo "\t" . '<td class="num">' . $disabled_item_adm_hint . '<input id="check_menu'
185
  . $role . $x . '" class="menu_options_'
186
+ . preg_replace( '/[^a-z0-9_-]+/', '', $role ) . '" type="checkbox"'
187
  . $disabled_item_adm . $checked_user_role_[ $role ]
188
  . ' name="mw_adminimize_disabled_menu_' . $role . '_items[]" value="'
189
  . $menu_slug . '" />' . $disabled_item_adm_hint . '</td>' . "\n";
198
  foreach ( $user_roles as $role ) {
199
  echo "\t" . '<td class="num"><input disabled="disabled" id="check_menu'
200
  . $role . $x . '" class="menu_options_'
201
+ . preg_replace( '/[^a-z0-9_-]+/', '', $role )
202
  . '" type="checkbox"' . $checked_user_role_[ $role ]
203
  . ' name="mw_adminimize_disabled_menu_' . $role
204
  . '_items[]" value="profile.php" /></td>' . "\n";
313
  <br />
314
  <label for="_mw_adminimize_own_menu_slug">
315
  <?php esc_attr_e(
316
+ 'Possible nomination for the slug. Separate multiple nominations through a carriage return.',
317
  'adminimize'
318
  ); ?>
319
  </label>
inc-options/minimenu.php CHANGED
File without changes
inc-options/settings_notice.php CHANGED
File without changes
inc-options/theme_options.php CHANGED
File without changes
inc-options/widget_options.php CHANGED
@@ -120,7 +120,7 @@ if ( ! function_exists( 'add_action' ) ) {
120
  foreach ( $user_roles as $role ) {
121
  echo '<td class="num">';
122
  echo '<input id="check_post' . $role . $x . '" class="widget_options_'
123
- . preg_replace( '/[^a-z0-9]+/', '', $role ) . '" type="checkbox"'
124
  . $checked_user_role_[ $role ] . ' name="mw_adminimize_disabled_widget_option_'
125
  . $role . '_items[]" value="' . $widget_option . '" />';
126
  echo '</td>' . "\n";
120
  foreach ( $user_roles as $role ) {
121
  echo '<td class="num">';
122
  echo '<input id="check_post' . $role . $x . '" class="widget_options_'
123
+ . preg_replace( '/[^a-z0-9_-]+/', '', $role ) . '" type="checkbox"'
124
  . $checked_user_role_[ $role ] . ' name="mw_adminimize_disabled_widget_option_'
125
  . $role . '_items[]" value="' . $widget_option . '" />';
126
  echo '</td>' . "\n";
inc-options/wp_nav_menu_options.php CHANGED
@@ -135,7 +135,7 @@ if ( ! function_exists( 'add_action' ) ) {
135
  foreach ( $user_roles as $role ) {
136
  echo '<td class="num">';
137
  echo '<input id="check_post' . $role . $x . '" class="wp_nav_menu_options_'
138
- . preg_replace( '/[^a-z0-9]+/', '', $role ) . '" type="checkbox"'
139
  . $checked_user_role_[ $role ] . ' name="mw_adminimize_disabled_nav_menu_option_'
140
  . $role . '_items[]" value="' . $nav_menu_option . '" />';
141
  echo '</td>' . "\n";
135
  foreach ( $user_roles as $role ) {
136
  echo '<td class="num">';
137
  echo '<input id="check_post' . $role . $x . '" class="wp_nav_menu_options_'
138
+ . preg_replace( '/[^a-z0-9_-]+/', '', $role ) . '" type="checkbox"'
139
  . $checked_user_role_[ $role ] . ' name="mw_adminimize_disabled_nav_menu_option_'
140
  . $role . '_items[]" value="' . $nav_menu_option . '" />';
141
  echo '</td>' . "\n";
inc-options/write_cp_options.php CHANGED
File without changes
inc-options/write_page_options.php CHANGED
@@ -204,7 +204,7 @@ if ( ! function_exists( 'add_action' ) ) {
204
  foreach ( $user_roles as $role ) {
205
  echo '<td class="num">';
206
  echo '<input id="check_page' . $role . $x . '" class="write_page_options_'
207
- . preg_replace( '/[^a-z0-9]+/', '', $role ) . '" type="checkbox"'
208
  . $checked_user_role_[ $role ] . ' name="mw_adminimize_disabled_metaboxes_page_'
209
  . $role . '_items[]" value="' . $metabox . '" />';
210
  echo '</td>' . "\n";
204
  foreach ( $user_roles as $role ) {
205
  echo '<td class="num">';
206
  echo '<input id="check_page' . $role . $x . '" class="write_page_options_'
207
+ . preg_replace( '/[^a-z0-9_-]+/', '', $role ) . '" type="checkbox"'
208
  . $checked_user_role_[ $role ] . ' name="mw_adminimize_disabled_metaboxes_page_'
209
  . $role . '_items[]" value="' . $metabox . '" />';
210
  echo '</td>' . "\n";
inc-options/write_post_options.php CHANGED
@@ -206,7 +206,7 @@ if ( ! function_exists( 'add_action' ) ) {
206
  foreach ( $user_roles as $role ) {
207
  echo '<td class="num">';
208
  echo '<input id="check_post' . $role . $x . '" class="write_post_options_'
209
- . preg_replace( '/[^a-z0-9]+/', '', $role ) . '" type="checkbox"'
210
  . $checked_user_role_[ $role ] . ' name="mw_adminimize_disabled_metaboxes_post_'
211
  . $role . '_items[]" value="' . $metabox . '" />';
212
  echo '</td>' . "\n";
206
  foreach ( $user_roles as $role ) {
207
  echo '<td class="num">';
208
  echo '<input id="check_post' . $role . $x . '" class="write_post_options_'
209
+ . preg_replace( '/[^a-z0-9_-]+/', '', $role ) . '" type="checkbox"'
210
  . $checked_user_role_[ $role ] . ' name="mw_adminimize_disabled_metaboxes_post_'
211
  . $role . '_items[]" value="' . $metabox . '" />';
212
  echo '</td>' . "\n";
inc-setup/admin-bar-items.php CHANGED
@@ -26,7 +26,7 @@ function _mw_adminimize_get_admin_bar_nodes() {
26
  if ( ! current_user_can( 'manage_options' ) ) {
27
  return;
28
  }
29
- ;
30
  if ( _mw_adminimize_exclude_settings_page() ) {
31
  return;
32
  }
@@ -74,6 +74,11 @@ function _mw_adminimize_change_admin_bar() {
74
  return;
75
  }
76
 
 
 
 
 
 
77
  /** @var $wp_admin_bar WP_Admin_Bar */
78
  global $wp_admin_bar;
79
 
26
  if ( ! current_user_can( 'manage_options' ) ) {
27
  return;
28
  }
29
+
30
  if ( _mw_adminimize_exclude_settings_page() ) {
31
  return;
32
  }
74
  return;
75
  }
76
 
77
+ // Exclude the new settings of the Admin Bar on settings page of Adminimize.
78
+ if ( _mw_adminimize_exclude_settings_page() ) {
79
+ return;
80
+ }
81
+
82
  /** @var $wp_admin_bar WP_Admin_Bar */
83
  global $wp_admin_bar;
84
 
inc-setup/admin-footer.php CHANGED
File without changes
inc-setup/dashboard.php CHANGED
@@ -13,25 +13,40 @@ if ( ! is_admin() ) {
13
  return NULL;
14
  }
15
 
16
- // Return registered widgets; only on page index/dashboard :(
17
- add_action( 'wp_dashboard_setup', '_mw_adminimize_dashboard_setup', 99 );
 
 
 
 
 
18
 
19
- function _mw_adminimize_dashboard_setup() {
 
 
 
20
 
21
- $adminimizeoptions = _mw_adminimize_get_option_value();
 
22
 
23
- $widgets = _mw_adminimize_get_dashboard_widgets();
24
- $adminimizeoptions[ 'mw_adminimize_dashboard_widgets' ] = $widgets;
25
 
26
- _mw_adminimize_update_option( $adminimizeoptions );
 
 
 
 
 
27
 
28
  // exclude super admin
29
  if ( _mw_adminimize_exclude_super_admin() ) {
30
- return NULL;
31
  }
32
 
33
  $user_roles = _mw_adminimize_get_all_user_roles();
34
 
 
35
  foreach ( $user_roles as $role ) {
36
  $disabled_dashboard_option_[ $role ] = _mw_adminimize_get_option_value(
37
  'mw_adminimize_disabled_dashboard_option_' . $role . '_items'
@@ -44,44 +59,55 @@ function _mw_adminimize_dashboard_setup() {
44
  }
45
  }
46
 
 
 
 
 
47
  foreach ( $user_roles as $role ) {
48
- $user = wp_get_current_user();
49
-
50
- if ( is_array( $user->roles ) && in_array( $role, $user->roles ) ) {
51
- if ( _mw_adminimize_current_user_has_role( $role ) && is_array( $disabled_dashboard_option_[ $role ] ) ) {
52
- foreach ( $disabled_dashboard_option_[ $role ] as $widget ) {
53
- if ( isset( $widgets[ $widget ][ 'context' ] ) ) {
54
- remove_meta_box( $widget, 'dashboard', $widgets[ $widget ][ 'context' ] );
55
- }
 
56
  }
57
  }
58
  }
 
59
  }
60
 
61
  }
62
 
 
 
 
 
 
63
  function _mw_adminimize_get_dashboard_widgets() {
64
 
65
  global $wp_meta_boxes;
66
 
67
  $widgets = array();
68
- if ( isset( $wp_meta_boxes[ 'dashboard' ] ) ) {
69
-
70
- foreach ( $wp_meta_boxes[ 'dashboard' ] as $context => $datas ) {
71
- foreach ( $datas as $priority => $data ) {
72
- foreach ( $data as $widget => $value ) {
73
- $widgets[ $widget ] = array(
74
- 'id' => $widget,
75
- 'title' => strip_tags(
76
- preg_replace( '/( |)<span.*span>/im', '', $value[ 'title' ] )
77
- ),
78
- 'context' => $context,
79
- 'priority' => $priority
80
- );
81
- }
 
82
  }
83
  }
84
-
85
  }
86
 
87
  return $widgets;
13
  return NULL;
14
  }
15
 
16
+ add_action( 'wp_dashboard_setup', '_mw_adminimize_update_dashboard_widgets', 9998 );
17
+ /**
18
+ * Write dashboard widgets in settings.
19
+ *
20
+ * @return bool
21
+ */
22
+ function _mw_adminimize_update_dashboard_widgets() {
23
 
24
+ // Only manage options users have the chance to update the settings.
25
+ if ( ! current_user_can( 'manage_options' ) ) {
26
+ return FALSE;
27
+ }
28
 
29
+ $adminimizeoptions = _mw_adminimize_get_option_value();
30
+ $adminimizeoptions[ 'mw_adminimize_dashboard_widgets' ] = _mw_adminimize_get_dashboard_widgets();
31
 
32
+ return _mw_adminimize_update_option( $adminimizeoptions );
33
+ }
34
 
35
+ // Return registered widgets; only on page index/dashboard :(
36
+ add_action( 'wp_dashboard_setup', '_mw_adminimize_dashboard_setup', 9999 );
37
+ /**
38
+ * Set dashboard widget options.
39
+ */
40
+ function _mw_adminimize_dashboard_setup() {
41
 
42
  // exclude super admin
43
  if ( _mw_adminimize_exclude_super_admin() ) {
44
+ return;
45
  }
46
 
47
  $user_roles = _mw_adminimize_get_all_user_roles();
48
 
49
+ $disabled_dashboard_option_ = array();
50
  foreach ( $user_roles as $role ) {
51
  $disabled_dashboard_option_[ $role ] = _mw_adminimize_get_option_value(
52
  'mw_adminimize_disabled_dashboard_option_' . $role . '_items'
59
  }
60
  }
61
 
62
+ // Get all widgets.
63
+ $widgets = _mw_adminimize_get_dashboard_widgets();
64
+ // Get current user data.
65
+ $user = wp_get_current_user();
66
  foreach ( $user_roles as $role ) {
67
+
68
+ if ( is_array( $user->roles )
69
+ && is_array( $disabled_dashboard_option_[ $role ] )
70
+ && in_array( $role, $user->roles )
71
+ && _mw_adminimize_current_user_has_role( $role )
72
+ ) {
73
+ foreach ( $disabled_dashboard_option_[ $role ] as $widget ) {
74
+ if ( isset( $widgets[ $widget ][ 'context' ] ) ) {
75
+ remove_meta_box( $widget, 'dashboard', $widgets[ $widget ][ 'context' ] );
76
  }
77
  }
78
  }
79
+
80
  }
81
 
82
  }
83
 
84
+ /**
85
+ * Get all registered dashboard widgets.
86
+ *
87
+ * @return array
88
+ */
89
  function _mw_adminimize_get_dashboard_widgets() {
90
 
91
  global $wp_meta_boxes;
92
 
93
  $widgets = array();
94
+ if ( ! isset( $wp_meta_boxes[ 'dashboard' ] ) ) {
95
+ return $widgets;
96
+ }
97
+
98
+ foreach ( $wp_meta_boxes[ 'dashboard' ] as $context => $datas ) {
99
+ foreach ( $datas as $priority => $data ) {
100
+ foreach ( $data as $widget => $value ) {
101
+ $widgets[ $widget ] = array(
102
+ 'id' => $widget,
103
+ 'title' => strip_tags(
104
+ preg_replace( '/( |)<span.*span>/im', '', $value[ 'title' ] )
105
+ ),
106
+ 'context' => $context,
107
+ 'priority' => $priority
108
+ );
109
  }
110
  }
 
111
  }
112
 
113
  return $widgets;
inc-setup/helping_hands.php CHANGED
@@ -76,6 +76,8 @@ function _mw_adminimize_current_user_has_role( $role ) {
76
  *
77
  * @param string | array | object
78
  * @param string $description
 
 
79
  */
80
  function _mw_adminimize_debug( $data, $description = '' ) {
81
 
@@ -87,6 +89,8 @@ function _mw_adminimize_debug( $data, $description = '' ) {
87
  $description = 'Debug in Console via Adminimize Plugin:';
88
  }
89
 
 
 
90
  $output = 'console.info(' . json_encode( $description ) . ');';
91
  $output .= 'console.log(' . json_encode( $data ) . ');';
92
  $output = sprintf( '<script>%s</script>', $output );
@@ -106,4 +110,4 @@ function _mw_adminimize_get_duplicate( $array ) {
106
  return array_unique(
107
  array_diff_assoc( $array, array_unique( $array ) )
108
  );
109
- }
76
  *
77
  * @param string | array | object
78
  * @param string $description
79
+ *
80
+ * @return string|void
81
  */
82
  function _mw_adminimize_debug( $data, $description = '' ) {
83
 
89
  $description = 'Debug in Console via Adminimize Plugin:';
90
  }
91
 
92
+ // Buffering to solve problems with WP core, header() etc.
93
+ ob_start();
94
  $output = 'console.info(' . json_encode( $description ) . ');';
95
  $output .= 'console.log(' . json_encode( $data ) . ');';
96
  $output = sprintf( '<script>%s</script>', $output );
110
  return array_unique(
111
  array_diff_assoc( $array, array_unique( $array ) )
112
  );
113
+ }
inc-setup/meta-boxes.php CHANGED
File without changes
inc-setup/remove-admin-bar.php CHANGED
File without changes
inc-setup/widget.php CHANGED
File without changes
js/adminimize.js CHANGED
File without changes
js/remove_footer.js CHANGED
File without changes
js/remove_header.js CHANGED
File without changes
js/tb_window.js CHANGED
File without changes
js/timestamp.js CHANGED
File without changes
languages/adminimize-xx_XX.pot CHANGED
@@ -2,9 +2,9 @@
2
  # This file is distributed under the GPLv3+.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Adminimize 1.9.3-RC2\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/adminimize\n"
7
- "POT-Creation-Date: 2016-02-04 13:09:09+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -17,40 +17,41 @@ msgstr ""
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:180
21
  msgid "Keymaster"
22
  msgstr ""
23
 
24
- #: adminimize.php:181
25
  msgid "Moderator"
26
  msgstr ""
27
 
28
- #: adminimize.php:182
29
  msgid "Participant"
30
  msgstr ""
31
 
32
- #: adminimize.php:183
33
  msgid "Spectator"
34
  msgstr ""
35
 
36
- #: adminimize.php:184
37
  msgid "Blocked"
38
  msgstr ""
39
 
40
- #: adminimize.php:520
41
  msgid "Dashboard"
42
  msgstr ""
43
 
44
- #: adminimize.php:1038 inc-setup/remove-admin-bar.php:63
45
- #: inc-setup/remove-admin-bar.php:94 inc-setup/remove-admin-bar.php:287
 
46
  msgid "Log Out"
47
  msgstr ""
48
 
49
- #: adminimize.php:1091
50
  msgid "Settings"
51
  msgstr ""
52
 
53
- #: adminimize.php:1104
54
  msgid "Adminimize Options"
55
  msgstr ""
56
 
@@ -58,15 +59,15 @@ msgstr ""
58
  msgid "Adminimize"
59
  msgstr ""
60
 
61
- #: adminimize.php:1140
62
  msgid "Cheatin&#8217; uh?"
63
  msgstr ""
64
 
65
- #: adminimize.php:1647
66
  msgid "Please upload a valid .json file"
67
  msgstr ""
68
 
69
- #: adminimize.php:1653
70
  msgid "Please upload a file to import"
71
  msgstr ""
72
 
@@ -76,11 +77,11 @@ msgstr ""
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 ""
86
 
@@ -89,42 +90,37 @@ msgid "Admin Bar Back end options"
89
  msgstr ""
90
 
91
  #: inc-options/admin_bar.php:46 inc-options/admin_bar_frontend.php:45
92
- #: inc-options/dashboard_options.php:38 inc-options/dashboard_options.php:145
93
- #: inc-options/global_options.php:24 inc-options/global_options.php:125
94
- #: inc-options/links_options.php:24 inc-options/links_options.php:126
95
- #: inc-options/widget_options.php:24 inc-options/widget_options.php:138
96
- #: inc-options/wp_nav_menu_options.php:23
97
- #: inc-options/wp_nav_menu_options.php:153 inc-options/write_cp_options.php:247
98
- #: inc-options/write_page_options.php:222
99
- #: inc-options/write_post_options.php:225
100
  msgid "Option"
101
  msgstr ""
102
 
103
  #: inc-options/admin_bar.php:49 inc-options/admin_bar_frontend.php:48
104
- #: inc-options/dashboard_options.php:41 inc-options/global_options.php:27
105
- #: inc-options/links_options.php:27 inc-options/menu_options.php:27
106
- #: inc-options/widget_options.php:27 inc-options/wp_nav_menu_options.php:26
107
- #: inc-options/write_cp_options.php:36 inc-options/write_page_options.php:25
108
- #: inc-options/write_post_options.php:28
109
  msgid "Deactivate for"
110
  msgstr ""
111
 
112
  #: inc-options/admin_bar.php:54 inc-options/admin_bar_frontend.php:53
113
- #: inc-options/dashboard_options.php:46 inc-options/global_options.php:32
114
- #: inc-options/links_options.php:32 inc-options/menu_options.php:33
115
- #: inc-options/widget_options.php:32 inc-options/wp_nav_menu_options.php:31
116
- #: inc-options/write_cp_options.php:41 inc-options/write_page_options.php:30
117
- #: inc-options/write_post_options.php:33
118
  msgid "Select all"
119
  msgstr ""
120
 
121
  #: inc-options/admin_bar.php:88 inc-options/admin_bar_frontend.php:88
122
- #: inc-options/dashboard_options.php:112
123
  msgid "No Title!"
124
  msgstr ""
125
 
126
  #: inc-options/admin_bar.php:93 inc-options/admin_bar_frontend.php:93
127
- #: inc-options/menu_options.php:127
128
  msgid "Group"
129
  msgstr ""
130
 
@@ -135,28 +131,28 @@ msgid ""
135
  msgstr ""
136
 
137
  #: inc-options/admin_bar.php:131 inc-options/admin_bar_frontend.php:136
138
- #: inc-options/backend_options.php:245 inc-options/dashboard_options.php:191
139
- #: inc-options/global_options.php:164 inc-options/links_options.php:163
140
- #: inc-options/menu_options.php:250 inc-options/widget_options.php:175
141
- #: inc-options/wp_nav_menu_options.php:190 inc-options/write_cp_options.php:299
142
- #: inc-options/write_page_options.php:259
143
- #: inc-options/write_post_options.php:262
144
  msgid "Update Options"
145
  msgstr ""
146
 
147
  #: inc-options/admin_bar.php:138 inc-options/admin_bar_frontend.php:143
148
- #: inc-options/backend_options.php:251 inc-options/dashboard_options.php:199
149
- #: inc-options/deinstall_options.php:36 inc-options/global_options.php:171
150
- #: inc-options/im_export_options.php:77 inc-options/links_options.php:169
151
- #: inc-options/menu_options.php:256 inc-options/minimenu.php:203
152
- #: inc-options/theme_options.php:121 inc-options/widget_options.php:181
153
- #: inc-options/wp_nav_menu_options.php:196 inc-options/write_cp_options.php:305
154
- #: inc-options/write_page_options.php:264
155
- #: inc-options/write_post_options.php:268
156
  msgid "scroll to top"
157
  msgstr ""
158
 
159
- #: inc-options/admin_bar_frontend.php:28 inc-options/minimenu.php:42
160
  msgid "Admin Bar Front end Options"
161
  msgstr ""
162
 
@@ -166,7 +162,7 @@ msgid ""
166
  "plugin to discover the Admin Bar items that are currently not visible."
167
  msgstr ""
168
 
169
- #: inc-options/backend_options.php:16 inc-options/minimenu.php:48
170
  msgid "Backend Options"
171
  msgstr ""
172
 
@@ -300,7 +296,7 @@ msgid ""
300
  "define custom url, include http://?"
301
  msgstr ""
302
 
303
- #: inc-options/dashboard_options.php:17 inc-options/minimenu.php:58
304
  msgid "Dashboard options"
305
  msgstr ""
306
 
@@ -311,48 +307,58 @@ msgid ""
311
  "has access to each widget."
312
  msgstr ""
313
 
314
- #: inc-options/dashboard_options.php:141 inc-options/global_options.php:121
 
 
315
  msgid "Your own options"
316
  msgstr ""
317
 
318
- #: inc-options/dashboard_options.php:143 inc-options/global_options.php:123
319
- #: inc-options/links_options.php:124 inc-options/widget_options.php:136
320
- #: inc-options/wp_nav_menu_options.php:151 inc-options/write_cp_options.php:244
321
- #: inc-options/write_page_options.php:220
322
- #: inc-options/write_post_options.php:223
323
- msgid "ID or class"
324
  msgstr ""
325
 
326
- #: inc-options/dashboard_options.php:151 inc-options/global_options.php:131
327
- #: inc-options/links_options.php:132 inc-options/widget_options.php:144
328
- #: inc-options/wp_nav_menu_options.php:159 inc-options/write_cp_options.php:254
329
- #: inc-options/write_page_options.php:228
330
- #: inc-options/write_post_options.php:231
 
 
 
 
 
 
 
 
331
  msgid ""
332
  "It is possible to add your own IDs or classes from elements and tags. You "
333
  "can find IDs and classes with the FireBug Add-on for Firefox. Assign a "
334
  "value and the associate name per line."
335
  msgstr ""
336
 
337
- #: inc-options/dashboard_options.php:165 inc-options/global_options.php:143
338
- #: inc-options/links_options.php:143 inc-options/widget_options.php:155
339
- #: inc-options/wp_nav_menu_options.php:170 inc-options/write_cp_options.php:270
340
- #: inc-options/write_page_options.php:239
341
- #: inc-options/write_post_options.php:242
342
  msgid ""
343
  "Possible nomination for ID or class. Separate multiple nominations through "
344
  "a carriage return."
345
  msgstr ""
346
 
347
- #: inc-options/dashboard_options.php:179 inc-options/global_options.php:154
348
- #: inc-options/links_options.php:153 inc-options/widget_options.php:165
349
- #: inc-options/wp_nav_menu_options.php:180 inc-options/write_cp_options.php:285
350
- #: inc-options/write_page_options.php:249
351
- #: inc-options/write_post_options.php:252
352
  msgid "Possible IDs or classes. Separate multiple values through a carriage return."
353
  msgstr ""
354
 
355
- #: inc-options/deinstall_options.php:15 inc-options/minimenu.php:126
356
  msgid "Uninstall Options"
357
  msgstr ""
358
 
@@ -367,42 +373,42 @@ msgstr ""
367
  msgid "Delete Options"
368
  msgstr ""
369
 
370
- #: inc-options/global_options.php:16 inc-options/minimenu.php:53
371
  msgid "Global options"
372
  msgstr ""
373
 
374
- #: inc-options/global_options.php:62
375
  msgid "Admin Bar"
376
  msgstr ""
377
 
378
- #: inc-options/global_options.php:63
379
  msgid "Favorite Actions"
380
  msgstr ""
381
 
382
- #: inc-options/global_options.php:64
383
  msgid "Screen-Meta"
384
  msgstr ""
385
 
386
- #: inc-options/global_options.php:65 inc-options/widget_options.php:61
387
- #: inc-options/wp_nav_menu_options.php:64 inc-options/write_cp_options.php:121
388
- #: inc-options/write_page_options.php:116
389
- #: inc-options/write_post_options.php:121
390
  msgid "Screen Options"
391
  msgstr ""
392
 
393
- #: inc-options/global_options.php:66
394
  msgid "Contextual Help"
395
  msgstr ""
396
 
397
- #: inc-options/global_options.php:67
398
  msgid "Admin Color Scheme"
399
  msgstr ""
400
 
401
- #: inc-options/global_options.php:68
402
  msgid "Admin Notices"
403
  msgstr ""
404
 
405
- #: inc-options/im_export_options.php:15 inc-options/minimenu.php:121
406
  msgid "Export/Import Options"
407
  msgstr ""
408
 
@@ -442,65 +448,91 @@ msgstr ""
442
  msgid "Upload file and import &raquo;"
443
  msgstr ""
444
 
445
- #: inc-options/links_options.php:16 inc-options/minimenu.php:99
446
  msgid "Links options"
447
  msgstr ""
448
 
449
- #: inc-options/links_options.php:63
450
  msgid "Name"
451
  msgstr ""
452
 
453
- #: inc-options/links_options.php:64
454
  msgid "Web Address"
455
  msgstr ""
456
 
457
- #: inc-options/links_options.php:65
458
  msgid "Description"
459
  msgstr ""
460
 
461
- #: inc-options/links_options.php:66 inc-options/write_cp_options.php:125
462
- #: inc-options/write_post_options.php:125
463
  msgid "Categories"
464
  msgstr ""
465
 
466
- #: inc-options/links_options.php:67
467
  msgid "Target"
468
  msgstr ""
469
 
470
- #: inc-options/links_options.php:68
471
  msgid "Link Relationship (XFN)"
472
  msgstr ""
473
 
474
- #: inc-options/links_options.php:69
475
  msgid "Advanced"
476
  msgstr ""
477
 
478
- #: inc-options/links_options.php:70 inc-options/write_cp_options.php:134
479
- #: inc-options/write_page_options.php:134
480
- #: inc-options/write_post_options.php:135
481
  msgid "Publish Actions"
482
  msgstr ""
483
 
484
- #: inc-options/links_options.php:122
485
  msgid "Your own Link options"
486
  msgstr ""
487
 
488
- #: inc-options/menu_options.php:16 inc-options/minimenu.php:63
489
  msgid "Menu Options"
490
  msgstr ""
491
 
492
- #: inc-options/menu_options.php:24
493
  msgid "Menu options - Menu, Submenu"
494
  msgstr ""
495
 
496
- #: inc-options/menu_options.php:99 inc-options/menu_options.php:188
497
  msgid "After activate the check box it heavy attitudes will change."
498
  msgstr ""
499
 
500
- #: inc-options/menu_options.php:162
 
 
 
 
501
  msgid "Profile"
502
  msgstr ""
503
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
504
  #: inc-options/minimenu.php:15
505
  msgid "Network"
506
  msgstr ""
@@ -509,89 +541,93 @@ msgstr ""
509
  msgid "MiniMenu"
510
  msgstr ""
511
 
512
- #: inc-options/minimenu.php:30 inc-options/minimenu.php:138
513
  msgid "About the plugin"
514
  msgstr ""
515
 
516
- #: inc-options/minimenu.php:36
 
 
 
 
517
  msgid "Admin Bar Back end Options"
518
  msgstr ""
519
 
520
- #: inc-options/minimenu.php:68 inc-options/write_post_options.php:17
521
- #: inc-options/write_post_options.php:25
522
  msgid "Write options - Post"
523
  msgstr ""
524
 
525
- #: inc-options/minimenu.php:73 inc-options/write_page_options.php:15
526
- #: inc-options/write_page_options.php:22
527
  msgid "Write options - Page"
528
  msgstr ""
529
 
530
- #: inc-options/minimenu.php:86 inc-options/write_cp_options.php:22
531
- #: inc-options/write_cp_options.php:32
532
  msgid "Write options"
533
  msgstr ""
534
 
535
- #: inc-options/minimenu.php:106 inc-options/widget_options.php:16
536
  msgid "Widgets"
537
  msgstr ""
538
 
539
- #: inc-options/minimenu.php:111 inc-options/wp_nav_menu_options.php:15
540
  msgid "WP Nav Menu"
541
  msgstr ""
542
 
543
- #: inc-options/minimenu.php:116 inc-options/theme_options.php:16
544
  #: inc-options/theme_options.php:113
545
  msgid "Set Theme"
546
  msgstr ""
547
 
548
- #: inc-options/minimenu.php:144
549
  msgid "Version"
550
  msgstr ""
551
 
552
- #: inc-options/minimenu.php:152
553
  msgid ""
554
  "Further information: Visit the <a href=\"%1$s\">plugin homepage</a> for "
555
  "further information or to grab the latest version of this plugin. Also see "
556
  "the <a href=\"%2$s\">support forum</a> for questions."
557
  msgstr ""
558
 
559
- #: inc-options/minimenu.php:160
560
  msgid ""
561
  "<br>For more hints about the functions and how to's with the possibilities "
562
  "of the plugin settings see the <a href=\"%s\">FAQ page</a> on the plugin "
563
  "site."
564
  msgstr ""
565
 
566
- #: inc-options/minimenu.php:163
567
  msgid "Report a issue on the development repository:"
568
  msgstr ""
569
 
570
- #: inc-options/minimenu.php:165
571
  msgid ""
572
  "The plugin have a github repository to easy add a issue or a create a fork, "
573
  "pull request:"
574
  msgstr ""
575
 
576
- #: inc-options/minimenu.php:171
577
  msgid ""
578
  "You want to thank me? Visit my <a href=\"%1$s\">wishlist</a> or <a "
579
  "href=\"%2$s\">donate</a>."
580
  msgstr ""
581
 
582
- #: inc-options/minimenu.php:184 inc-options/settings_notice.php:17
583
  msgid ""
584
  "Please note: The Adminimize settings page ignores the Menu Options below "
585
  "and displays the menu with all entries."
586
  msgstr ""
587
 
588
- #: inc-options/minimenu.php:188 inc-options/settings_notice.php:21
589
  msgid ""
590
  "To view your changes to the menu you need to navigate away from the "
591
  "Adminimize settings page."
592
  msgstr ""
593
 
594
- #: inc-options/minimenu.php:194
595
  msgid ""
596
  "You have to activated the Plugin for your Multisite Network. Your settings "
597
  "works now on all blogs in the network. Please set the settings only in one "
@@ -600,6 +636,34 @@ msgid ""
600
  "you put, save the settings."
601
  msgstr ""
602
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
603
  #: inc-options/theme_options.php:26
604
  msgid ""
605
  "For better peformance with many users on your blog; load only userlist, "
@@ -634,248 +698,240 @@ msgstr ""
634
  msgid "Role"
635
  msgstr ""
636
 
637
- #: inc-options/widget_options.php:60 inc-options/wp_nav_menu_options.php:63
638
- #: inc-options/write_cp_options.php:120 inc-options/write_page_options.php:115
639
- #: inc-options/write_post_options.php:120
640
  msgid "Help"
641
  msgstr ""
642
 
643
- #: inc-options/widget_options.php:62
644
  msgid "Available Widgets"
645
  msgstr ""
646
 
647
- #: inc-options/widget_options.php:63
648
  msgid "Inactive Sidebar (not used)"
649
  msgstr ""
650
 
651
- #: inc-options/widget_options.php:64
652
  msgid "Inactive Widgets"
653
  msgstr ""
654
 
655
- #: inc-options/widget_options.php:134
656
  msgid "Your own Widget options"
657
  msgstr ""
658
 
659
- #: inc-options/wp_nav_menu_options.php:65
660
- #: inc-options/wp_nav_menu_options.php:71
661
  msgid "Theme Locations"
662
  msgstr ""
663
 
664
- #: inc-options/wp_nav_menu_options.php:66
665
  msgid "Custom Links"
666
  msgstr ""
667
 
668
- #: inc-options/wp_nav_menu_options.php:67
669
  msgid "Add menu"
670
  msgstr ""
671
 
672
- #: inc-options/wp_nav_menu_options.php:149
673
  msgid "Your own Nav Menu options"
674
  msgstr ""
675
 
676
- #: inc-options/write_cp_options.php:122 inc-options/write_page_options.php:118
677
- #: inc-options/write_post_options.php:123
678
  msgid "Permalink"
679
  msgstr ""
680
 
681
- #: inc-options/write_cp_options.php:123 inc-options/write_cp_options.php:166
682
- #: inc-options/write_post_options.php:124
683
- #: inc-options/write_post_options.php:165
684
  msgid "Tags"
685
  msgstr ""
686
 
687
- #: inc-options/write_cp_options.php:124
688
  msgid "Format"
689
  msgstr ""
690
 
691
- #: inc-options/write_cp_options.php:126 inc-options/write_post_options.php:126
692
  msgid "Add New Category"
693
  msgstr ""
694
 
695
- #: inc-options/write_cp_options.php:127 inc-options/write_post_options.php:128
696
  msgid "Password Protect This Post"
697
  msgstr ""
698
 
699
- #: inc-options/write_cp_options.php:128 inc-options/write_post_options.php:129
700
  msgid "Related, Shortcuts"
701
  msgstr ""
702
 
703
- #: inc-options/write_cp_options.php:129 inc-options/write_page_options.php:129
704
- #: inc-options/write_post_options.php:130
705
  msgid "Messages"
706
  msgstr ""
707
 
708
- #: inc-options/write_cp_options.php:130 inc-options/write_page_options.php:130
709
- #: inc-options/write_post_options.php:131
710
  msgid "h2: Advanced Options"
711
  msgstr ""
712
 
713
- #: inc-options/write_cp_options.php:131 inc-options/write_page_options.php:131
714
- #: inc-options/write_post_options.php:132
715
  msgid "Media Buttons (all)"
716
  msgstr ""
717
 
718
- #: inc-options/write_cp_options.php:132 inc-options/write_page_options.php:132
719
- #: inc-options/write_post_options.php:133
720
  msgid "Word count"
721
  msgstr ""
722
 
723
- #: inc-options/write_cp_options.php:133 inc-options/write_post_options.php:134
724
  msgid "Post Slug"
725
  msgstr ""
726
 
727
- #: inc-options/write_cp_options.php:135 inc-options/write_page_options.php:135
728
- #: inc-options/write_post_options.php:136
729
  msgid "Discussion"
730
  msgstr ""
731
 
732
- #: inc-options/write_cp_options.php:136 inc-options/write_page_options.php:136
733
- #: inc-options/write_post_options.php:137
734
  msgid "HTML Editor Button"
735
  msgstr ""
736
 
737
- #: inc-options/write_cp_options.php:149 inc-options/write_post_options.php:151
738
  msgid "Post Thumbnail"
739
  msgstr ""
740
 
741
- #: inc-options/write_cp_options.php:157 inc-options/write_page_options.php:155
742
- #: inc-options/write_post_options.php:156
743
  msgid "Quick Edit Link"
744
  msgstr ""
745
 
746
- #: inc-options/write_cp_options.php:158 inc-options/write_cp_options.php:162
747
- #: inc-options/write_cp_options.php:165 inc-options/write_cp_options.php:168
748
- #: inc-options/write_page_options.php:156
749
- #: inc-options/write_page_options.php:161
750
- #: inc-options/write_page_options.php:164
751
- #: inc-options/write_post_options.php:157
752
- #: inc-options/write_post_options.php:161
753
- #: inc-options/write_post_options.php:164
754
- #: inc-options/write_post_options.php:167
755
  msgid "QE"
756
  msgstr ""
757
 
758
- #: inc-options/write_cp_options.php:158 inc-options/write_page_options.php:156
759
- #: inc-options/write_post_options.php:157
760
  msgid "Inline Edit Left"
761
  msgstr ""
762
 
763
- #: inc-options/write_cp_options.php:159 inc-options/write_page_options.php:157
764
- #: inc-options/write_post_options.php:158
765
  msgid "All Labels"
766
  msgstr ""
767
 
768
- #: inc-options/write_cp_options.php:160 inc-options/write_page_options.php:159
769
- #: inc-options/write_post_options.php:159
770
  msgid "Author"
771
  msgstr ""
772
 
773
- #: inc-options/write_cp_options.php:161 inc-options/write_page_options.php:160
774
- #: inc-options/write_post_options.php:160
775
  msgid "Password and Private"
776
  msgstr ""
777
 
778
- #: inc-options/write_cp_options.php:162 inc-options/write_post_options.php:161
779
  msgid "Inline Edit Center"
780
  msgstr ""
781
 
782
- #: inc-options/write_cp_options.php:163 inc-options/write_post_options.php:162
783
  msgid "Categories Title"
784
  msgstr ""
785
 
786
- #: inc-options/write_cp_options.php:164 inc-options/write_post_options.php:163
787
  msgid "Categories List"
788
  msgstr ""
789
 
790
- #: inc-options/write_cp_options.php:165 inc-options/write_page_options.php:161
791
- #: inc-options/write_post_options.php:164
792
  msgid "Inline Edit Right"
793
  msgstr ""
794
 
795
- #: inc-options/write_cp_options.php:167 inc-options/write_post_options.php:166
796
  msgid "Status, Sticky"
797
  msgstr ""
798
 
799
- #: inc-options/write_cp_options.php:168 inc-options/write_page_options.php:164
800
- #: inc-options/write_post_options.php:167
801
  msgid "Cancel/Save Button"
802
  msgstr ""
803
 
804
- #: inc-options/write_cp_options.php:241
805
  msgid "Your own %s options"
806
  msgstr ""
807
 
808
- #: inc-options/write_page_options.php:117
809
- #: inc-options/write_post_options.php:122
810
  msgid "Title"
811
  msgstr ""
812
 
813
- #: inc-options/write_page_options.php:119
814
  msgid "Custom Fields"
815
  msgstr ""
816
 
817
- #: inc-options/write_page_options.php:120
818
  msgid "Comments &amp; Pings"
819
  msgstr ""
820
 
821
- #: inc-options/write_page_options.php:121
822
- #: inc-options/write_page_options.php:158
823
- #: inc-options/write_post_options.php:127
824
  msgid "Date"
825
  msgstr ""
826
 
827
- #: inc-options/write_page_options.php:122
828
  msgid "Password Protect This Page"
829
  msgstr ""
830
 
831
- #: inc-options/write_page_options.php:123
832
  msgid "Attributes"
833
  msgstr ""
834
 
835
- #: inc-options/write_page_options.php:124
836
  msgid "Page Template"
837
  msgstr ""
838
 
839
- #: inc-options/write_page_options.php:125
840
  msgid "Page Order"
841
  msgstr ""
842
 
843
- #: inc-options/write_page_options.php:126
844
  msgid "Page Author"
845
  msgstr ""
846
 
847
- #: inc-options/write_page_options.php:127
848
  msgid "Page Revisions"
849
  msgstr ""
850
 
851
- #: inc-options/write_page_options.php:128
852
  msgid "Related"
853
  msgstr ""
854
 
855
- #: inc-options/write_page_options.php:133
856
  msgid "Page Slug"
857
  msgstr ""
858
 
859
- #: inc-options/write_page_options.php:150
860
  msgid "Page Image"
861
  msgstr ""
862
 
863
- #: inc-options/write_page_options.php:162
864
  msgid "Parent, Order, Template"
865
  msgstr ""
866
 
867
- #: inc-options/write_page_options.php:163
868
  msgid "Status"
869
  msgstr ""
870
 
871
- #: inc-options/write_page_options.php:218
872
- msgid "Your own page options"
873
- msgstr ""
874
-
875
- #: inc-options/write_post_options.php:221
876
- msgid "Your own post options"
877
- msgstr ""
878
-
879
  #: inc-setup/messages.php:38
880
  msgid "Unknown error."
881
  msgstr ""
@@ -912,11 +968,11 @@ msgstr ""
912
  msgid "Load user data to themes was successful."
913
  msgstr ""
914
 
915
- #: inc-setup/remove-admin-bar.php:275 inc-setup/remove-admin-bar.php:277
916
  msgid "Network Admin"
917
  msgstr ""
918
 
919
- #: inc-setup/remove-admin-bar.php:279 inc-setup/remove-admin-bar.php:281
920
  msgid "Site Admin"
921
  msgstr ""
922
 
2
  # This file is distributed under the GPLv3+.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Adminimize 1.10.3-dev\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/adminimize\n"
7
+ "POT-Creation-Date: 2016-03-21 18:15:08+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
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:195
21
  msgid "Keymaster"
22
  msgstr ""
23
 
24
+ #: adminimize.php:196
25
  msgid "Moderator"
26
  msgstr ""
27
 
28
+ #: adminimize.php:197
29
  msgid "Participant"
30
  msgstr ""
31
 
32
+ #: adminimize.php:198
33
  msgid "Spectator"
34
  msgstr ""
35
 
36
+ #: adminimize.php:199
37
  msgid "Blocked"
38
  msgstr ""
39
 
40
+ #: adminimize.php:534
41
  msgid "Dashboard"
42
  msgstr ""
43
 
44
+ #: adminimize.php:1073 inc-setup/remove-admin-bar.php:63
45
+ #: inc-setup/remove-admin-bar.php:94 inc-setup/remove-admin-bar.php:295
46
+ #: inc-setup/remove-admin-bar.php:297
47
  msgid "Log Out"
48
  msgstr ""
49
 
50
+ #: adminimize.php:1126
51
  msgid "Settings"
52
  msgstr ""
53
 
54
+ #: adminimize.php:1139
55
  msgid "Adminimize Options"
56
  msgstr ""
57
 
59
  msgid "Adminimize"
60
  msgstr ""
61
 
62
+ #: adminimize.php:1175
63
  msgid "Cheatin&#8217; uh?"
64
  msgstr ""
65
 
66
+ #: adminimize.php:1738
67
  msgid "Please upload a valid .json file"
68
  msgstr ""
69
 
70
+ #: adminimize.php:1744
71
  msgid "Please upload a file to import"
72
  msgstr ""
73
 
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
 
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:88 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:93 inc-options/admin_bar_frontend.php:93
123
+ #: inc-options/menu_options.php:156
124
  msgid "Group"
125
  msgstr ""
126
 
131
  msgstr ""
132
 
133
  #: inc-options/admin_bar.php:131 inc-options/admin_bar_frontend.php:136
134
+ #: inc-options/backend_options.php:245 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:64
137
+ #: inc-options/widget_options.php:184 inc-options/wp_nav_menu_options.php:199
138
+ #: inc-options/write_cp_options.php:309 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:138 inc-options/admin_bar_frontend.php:143
144
+ #: inc-options/backend_options.php:251 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:209
148
+ #: inc-options/self_settings.php:71 inc-options/theme_options.php:121
149
+ #: inc-options/widget_options.php:190 inc-options/wp_nav_menu_options.php:205
150
+ #: inc-options/write_cp_options.php:315 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
 
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
 
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
 
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:254
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:257
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:264
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:280
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:295
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
 
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:130
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
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
 
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:134
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:143
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 check box it heavy attitudes will change."
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
+ "String of the custom slug, matched to the the default menu slug, there you "
529
+ "see aboive in the list."
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 ""
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:42
553
  msgid "Admin Bar Back end Options"
554
  msgstr ""
555
 
556
+ #: inc-options/minimenu.php:74 inc-options/write_post_options.php:17
557
+ #: inc-options/write_post_options.php:34
558
  msgid "Write options - Post"
559
  msgstr ""
560
 
561
+ #: inc-options/minimenu.php:79 inc-options/write_page_options.php:15
562
+ #: inc-options/write_page_options.php:31
563
  msgid "Write options - Page"
564
  msgstr ""
565
 
566
+ #: inc-options/minimenu.php:92 inc-options/write_cp_options.php:22
567
+ #: inc-options/write_cp_options.php:41
568
  msgid "Write options"
569
  msgstr ""
570
 
571
+ #: inc-options/minimenu.php:112 inc-options/widget_options.php:16
572
  msgid "Widgets"
573
  msgstr ""
574
 
575
+ #: inc-options/minimenu.php:117 inc-options/wp_nav_menu_options.php:15
576
  msgid "WP Nav Menu"
577
  msgstr ""
578
 
579
+ #: inc-options/minimenu.php:122 inc-options/theme_options.php:16
580
  #: inc-options/theme_options.php:113
581
  msgid "Set Theme"
582
  msgstr ""
583
 
584
+ #: inc-options/minimenu.php:150
585
  msgid "Version"
586
  msgstr ""
587
 
588
+ #: inc-options/minimenu.php:158
589
  msgid ""
590
  "Further information: Visit the <a href=\"%1$s\">plugin homepage</a> for "
591
  "further information or to grab the latest version of this plugin. Also see "
592
  "the <a href=\"%2$s\">support forum</a> for questions."
593
  msgstr ""
594
 
595
+ #: inc-options/minimenu.php:166
596
  msgid ""
597
  "<br>For more hints about the functions and how to's with the possibilities "
598
  "of the plugin settings see the <a href=\"%s\">FAQ page</a> on the plugin "
599
  "site."
600
  msgstr ""
601
 
602
+ #: inc-options/minimenu.php:169
603
  msgid "Report a issue on the development repository:"
604
  msgstr ""
605
 
606
+ #: inc-options/minimenu.php:171
607
  msgid ""
608
  "The plugin have a github repository to easy add a issue or a create a fork, "
609
  "pull request:"
610
  msgstr ""
611
 
612
+ #: inc-options/minimenu.php:177
613
  msgid ""
614
  "You want to thank me? Visit my <a href=\"%1$s\">wishlist</a> or <a "
615
  "href=\"%2$s\">donate</a>."
616
  msgstr ""
617
 
618
+ #: inc-options/minimenu.php:190 inc-options/settings_notice.php:17
619
  msgid ""
620
  "Please note: The Adminimize settings page ignores the Menu Options below "
621
  "and displays the menu with all entries."
622
  msgstr ""
623
 
624
+ #: inc-options/minimenu.php:194 inc-options/settings_notice.php:21
625
  msgid ""
626
  "To view your changes to the menu you need to navigate away from the "
627
  "Adminimize settings page."
628
  msgstr ""
629
 
630
+ #: inc-options/minimenu.php:200
631
  msgid ""
632
  "You have to activated the Plugin for your Multisite Network. Your settings "
633
  "works now on all blogs in the network. Please set the settings only in one "
636
  "you put, save the settings."
637
  msgstr ""
638
 
639
+ #: inc-options/self_settings.php:22
640
+ msgid "Active Debug Helper"
641
+ msgstr ""
642
+
643
+ #: inc-options/self_settings.php:30
644
+ msgid ""
645
+ "After activation is it possible to see several information inside the "
646
+ "console of the browser for the current active user."
647
+ msgstr ""
648
+
649
+ #: inc-options/self_settings.php:35
650
+ msgid "Support Multiple Roles"
651
+ msgstr ""
652
+
653
+ #: inc-options/self_settings.php:43
654
+ msgid ""
655
+ "If the user have more as one role and this function is active, Adminimize "
656
+ "hide only items, there are active on each role of this user."
657
+ msgstr ""
658
+
659
+ #: inc-options/self_settings.php:48
660
+ msgid "Support bbPress Roles"
661
+ msgstr ""
662
+
663
+ #: inc-options/self_settings.php:57
664
+ msgid "See the bbPress roles also in each area to hide for this context."
665
+ msgstr ""
666
+
667
  #: inc-options/theme_options.php:26
668
  msgid ""
669
  "For better peformance with many users on your blog; load only userlist, "
698
  msgid "Role"
699
  msgstr ""
700
 
701
+ #: inc-options/widget_options.php:69 inc-options/wp_nav_menu_options.php:72
702
+ #: inc-options/write_cp_options.php:129 inc-options/write_page_options.php:124
703
+ #: inc-options/write_post_options.php:128
704
  msgid "Help"
705
  msgstr ""
706
 
707
+ #: inc-options/widget_options.php:71
708
  msgid "Available Widgets"
709
  msgstr ""
710
 
711
+ #: inc-options/widget_options.php:72
712
  msgid "Inactive Sidebar (not used)"
713
  msgstr ""
714
 
715
+ #: inc-options/widget_options.php:73
716
  msgid "Inactive Widgets"
717
  msgstr ""
718
 
719
+ #: inc-options/widget_options.php:143
720
  msgid "Your own Widget options"
721
  msgstr ""
722
 
723
+ #: inc-options/wp_nav_menu_options.php:74
724
+ #: inc-options/wp_nav_menu_options.php:80
725
  msgid "Theme Locations"
726
  msgstr ""
727
 
728
+ #: inc-options/wp_nav_menu_options.php:75
729
  msgid "Custom Links"
730
  msgstr ""
731
 
732
+ #: inc-options/wp_nav_menu_options.php:76
733
  msgid "Add menu"
734
  msgstr ""
735
 
736
+ #: inc-options/wp_nav_menu_options.php:158
737
  msgid "Your own Nav Menu options"
738
  msgstr ""
739
 
740
+ #: inc-options/write_cp_options.php:131 inc-options/write_page_options.php:127
741
+ #: inc-options/write_post_options.php:131
742
  msgid "Permalink"
743
  msgstr ""
744
 
745
+ #: inc-options/write_cp_options.php:132 inc-options/write_cp_options.php:175
746
+ #: inc-options/write_post_options.php:132
747
+ #: inc-options/write_post_options.php:173
748
  msgid "Tags"
749
  msgstr ""
750
 
751
+ #: inc-options/write_cp_options.php:133
752
  msgid "Format"
753
  msgstr ""
754
 
755
+ #: inc-options/write_cp_options.php:135 inc-options/write_post_options.php:134
756
  msgid "Add New Category"
757
  msgstr ""
758
 
759
+ #: inc-options/write_cp_options.php:136 inc-options/write_post_options.php:136
760
  msgid "Password Protect This Post"
761
  msgstr ""
762
 
763
+ #: inc-options/write_cp_options.php:137 inc-options/write_post_options.php:137
764
  msgid "Related, Shortcuts"
765
  msgstr ""
766
 
767
+ #: inc-options/write_cp_options.php:138 inc-options/write_page_options.php:138
768
+ #: inc-options/write_post_options.php:138
769
  msgid "Messages"
770
  msgstr ""
771
 
772
+ #: inc-options/write_cp_options.php:139 inc-options/write_page_options.php:139
773
+ #: inc-options/write_post_options.php:139
774
  msgid "h2: Advanced Options"
775
  msgstr ""
776
 
777
+ #: inc-options/write_cp_options.php:140 inc-options/write_page_options.php:140
778
+ #: inc-options/write_post_options.php:140
779
  msgid "Media Buttons (all)"
780
  msgstr ""
781
 
782
+ #: inc-options/write_cp_options.php:141 inc-options/write_page_options.php:141
783
+ #: inc-options/write_post_options.php:141
784
  msgid "Word count"
785
  msgstr ""
786
 
787
+ #: inc-options/write_cp_options.php:142 inc-options/write_post_options.php:142
788
  msgid "Post Slug"
789
  msgstr ""
790
 
791
+ #: inc-options/write_cp_options.php:144 inc-options/write_page_options.php:144
792
+ #: inc-options/write_post_options.php:144
793
  msgid "Discussion"
794
  msgstr ""
795
 
796
+ #: inc-options/write_cp_options.php:145 inc-options/write_page_options.php:145
797
+ #: inc-options/write_post_options.php:145
798
  msgid "HTML Editor Button"
799
  msgstr ""
800
 
801
+ #: inc-options/write_cp_options.php:158 inc-options/write_post_options.php:159
802
  msgid "Post Thumbnail"
803
  msgstr ""
804
 
805
+ #: inc-options/write_cp_options.php:166 inc-options/write_page_options.php:164
806
+ #: inc-options/write_post_options.php:164
807
  msgid "Quick Edit Link"
808
  msgstr ""
809
 
810
+ #: inc-options/write_cp_options.php:167 inc-options/write_cp_options.php:171
811
+ #: inc-options/write_cp_options.php:174 inc-options/write_cp_options.php:177
812
+ #: inc-options/write_page_options.php:165
813
+ #: inc-options/write_page_options.php:170
814
+ #: inc-options/write_page_options.php:173
815
+ #: inc-options/write_post_options.php:165
816
+ #: inc-options/write_post_options.php:169
817
+ #: inc-options/write_post_options.php:172
818
+ #: inc-options/write_post_options.php:175
819
  msgid "QE"
820
  msgstr ""
821
 
822
+ #: inc-options/write_cp_options.php:167 inc-options/write_page_options.php:165
823
+ #: inc-options/write_post_options.php:165
824
  msgid "Inline Edit Left"
825
  msgstr ""
826
 
827
+ #: inc-options/write_cp_options.php:168 inc-options/write_page_options.php:166
828
+ #: inc-options/write_post_options.php:166
829
  msgid "All Labels"
830
  msgstr ""
831
 
832
+ #: inc-options/write_cp_options.php:169 inc-options/write_page_options.php:168
833
+ #: inc-options/write_post_options.php:167
834
  msgid "Author"
835
  msgstr ""
836
 
837
+ #: inc-options/write_cp_options.php:170 inc-options/write_page_options.php:169
838
+ #: inc-options/write_post_options.php:168
839
  msgid "Password and Private"
840
  msgstr ""
841
 
842
+ #: inc-options/write_cp_options.php:171 inc-options/write_post_options.php:169
843
  msgid "Inline Edit Center"
844
  msgstr ""
845
 
846
+ #: inc-options/write_cp_options.php:172 inc-options/write_post_options.php:170
847
  msgid "Categories Title"
848
  msgstr ""
849
 
850
+ #: inc-options/write_cp_options.php:173 inc-options/write_post_options.php:171
851
  msgid "Categories List"
852
  msgstr ""
853
 
854
+ #: inc-options/write_cp_options.php:174 inc-options/write_page_options.php:170
855
+ #: inc-options/write_post_options.php:172
856
  msgid "Inline Edit Right"
857
  msgstr ""
858
 
859
+ #: inc-options/write_cp_options.php:176 inc-options/write_post_options.php:174
860
  msgid "Status, Sticky"
861
  msgstr ""
862
 
863
+ #: inc-options/write_cp_options.php:177 inc-options/write_page_options.php:173
864
+ #: inc-options/write_post_options.php:175
865
  msgid "Cancel/Save Button"
866
  msgstr ""
867
 
868
+ #: inc-options/write_cp_options.php:250
869
  msgid "Your own %s options"
870
  msgstr ""
871
 
872
+ #: inc-options/write_page_options.php:126
873
+ #: inc-options/write_post_options.php:130
874
  msgid "Title"
875
  msgstr ""
876
 
877
+ #: inc-options/write_page_options.php:128
878
  msgid "Custom Fields"
879
  msgstr ""
880
 
881
+ #: inc-options/write_page_options.php:129
882
  msgid "Comments &amp; Pings"
883
  msgstr ""
884
 
885
+ #: inc-options/write_page_options.php:130
886
+ #: inc-options/write_page_options.php:167
887
+ #: inc-options/write_post_options.php:135
888
  msgid "Date"
889
  msgstr ""
890
 
891
+ #: inc-options/write_page_options.php:131
892
  msgid "Password Protect This Page"
893
  msgstr ""
894
 
895
+ #: inc-options/write_page_options.php:132
896
  msgid "Attributes"
897
  msgstr ""
898
 
899
+ #: inc-options/write_page_options.php:133
900
  msgid "Page Template"
901
  msgstr ""
902
 
903
+ #: inc-options/write_page_options.php:134
904
  msgid "Page Order"
905
  msgstr ""
906
 
907
+ #: inc-options/write_page_options.php:135
908
  msgid "Page Author"
909
  msgstr ""
910
 
911
+ #: inc-options/write_page_options.php:136
912
  msgid "Page Revisions"
913
  msgstr ""
914
 
915
+ #: inc-options/write_page_options.php:137
916
  msgid "Related"
917
  msgstr ""
918
 
919
+ #: inc-options/write_page_options.php:142
920
  msgid "Page Slug"
921
  msgstr ""
922
 
923
+ #: inc-options/write_page_options.php:159
924
  msgid "Page Image"
925
  msgstr ""
926
 
927
+ #: inc-options/write_page_options.php:171
928
  msgid "Parent, Order, Template"
929
  msgstr ""
930
 
931
+ #: inc-options/write_page_options.php:172
932
  msgid "Status"
933
  msgstr ""
934
 
 
 
 
 
 
 
 
 
935
  #: inc-setup/messages.php:38
936
  msgid "Unknown error."
937
  msgstr ""
968
  msgid "Load user data to themes was successful."
969
  msgstr ""
970
 
971
+ #: inc-setup/remove-admin-bar.php:280 inc-setup/remove-admin-bar.php:282
972
  msgid "Network Admin"
973
  msgstr ""
974
 
975
+ #: inc-setup/remove-admin-bar.php:284 inc-setup/remove-admin-bar.php:286
976
  msgid "Site Admin"
977
  msgstr ""
978
 
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: Bueltge
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.5-beta3
7
- Stable tag: 1.10.2
8
 
9
  Adminimize that lets you hide 'unnecessary' items from the WordPress backend
10
 
@@ -28,7 +28,7 @@ You can add your own options, you must only check for css selectors.
28
  == Installation ==
29
  = Requirements =
30
  * WordPress version 4.0 and later; tested only in last stable version.
31
- * PHP 5.2.4, newer PHP versions will work faster. Tested only from version 5.4.
32
 
33
  Use the installer via back-end of your install or ...
34
 
@@ -41,6 +41,13 @@ Use the installer via back-end of your install or ...
41
  1. Settings area in WP 4.5-alpha
42
 
43
  == Changelog ==
 
 
 
 
 
 
 
44
  = 1.10.2 (2016-03-10) =
45
  * Add possibility for custom menu slugs, especially for Plugins, Themes, there add different slug for different roles.
46
  * Add the possibility to use the WP object cache for settings, if the webspace support this, like Memcached, APC.
@@ -415,7 +422,7 @@ The plugin comes with various translations, please refer to the [WordPress Codex
415
 
416
  == Frequently Asked Questions ==
417
  = Help with "Your own options" =
418
- My english ist gruesome here and there and you can see the [entry on the WP community forum](http://wordpress.org/support/topic/328449 "[Plugin: Adminimize] Help with "Your own options" (3 posts)") for help with great function.
419
 
420
  = Post about the plugin with helpful hints =
421
  * [wpbeginner.com: How to Hide Unnecessary Items From WordPress Admin with Adminimize](http://www.wpbeginner.com/plugins/how-to-hide-unnecessary-items-from-wordpress-admin-with-adminimize/)
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.5.2
7
+ Stable tag: 1.10.3
8
 
9
  Adminimize that lets you hide 'unnecessary' items from the WordPress backend
10
 
28
  == Installation ==
29
  = Requirements =
30
  * WordPress version 4.0 and later; tested only in last stable version.
31
+ * PHP 5.2.4, newer PHP versions will work faster. Tested only from version 5.6.
32
 
33
  Use the installer via back-end of your install or ...
34
 
41
  1. Settings area in WP 4.5-alpha
42
 
43
  == Changelog ==
44
+ = 1.10.3 (2016-05-11)=
45
+ * Fix exclude of set new Admin Bar on settings page of Adminimize.
46
+ * Fix check for settings page.
47
+ * Fix colors on raw, column of the settings page.
48
+ * Add buffering for debug helper in the console.
49
+ * Fix caching for Dashboard Widget options.
50
+
51
  = 1.10.2 (2016-03-10) =
52
  * Add possibility for custom menu slugs, especially for Plugins, Themes, there add different slug for different roles.
53
  * Add the possibility to use the WP object cache for settings, if the webspace support this, like Memcached, APC.
422
 
423
  == Frequently Asked Questions ==
424
  = Help with "Your own options" =
425
+ See the [entry on the WP community forum](http://wordpress.org/support/topic/328449 "[Plugin: Adminimize] Help with "Your own options" (3 posts)") for help with great function to add custom/own options.
426
 
427
  = Post about the plugin with helpful hints =
428
  * [wpbeginner.com: How to Hide Unnecessary Items From WordPress Admin with Adminimize](http://www.wpbeginner.com/plugins/how-to-hide-unnecessary-items-from-wordpress-admin-with-adminimize/)