Adminimize - Version 1.7.12

Version Description

Download this release

Release Info

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

Code changes from version exports to 1.7.12

Files changed (66) hide show
  1. Adminimize-da_DK.txt +21 -0
  2. adminimize.php +1430 -0
  3. adminimize_export-2010-09-15_7-23-00.seq +0 -1
  4. adminimize_page.php +1273 -0
  5. css/colors-colorblind.css +733 -0
  6. css/colors-grey.css +733 -0
  7. css/colors-wp23.css +940 -0
  8. css/mw_admin.css +121 -0
  9. css/mw_admin27.css +121 -0
  10. css/mw_admin28_tweak.css +3006 -0
  11. css/mw_basic.css +16 -0
  12. css/mw_big_sidebar.css +7 -0
  13. css/mw_cat.css +26 -0
  14. css/mw_cat_full.css +6 -0
  15. css/mw_classic.css +8 -0
  16. css/mw_classic27.css +7 -0
  17. css/mw_classic28_fixed.css +9 -0
  18. css/mw_classic28_save_50px.css +7 -0
  19. css/mw_classic28_tweak.css +2 -0
  20. css/mw_classic_lm.css +7 -0
  21. css/mw_classic_ozh_am.css +7 -0
  22. css/mw_colorblind.css +4 -0
  23. css/mw_fixed_header.css +25 -0
  24. css/mw_fixed_menu.css +4 -0
  25. css/mw_fresh.css +4 -0
  26. css/mw_fresh27.css +3 -0
  27. css/mw_fresh28_fixed.css +5 -0
  28. css/mw_fresh28_save_50px.css +3 -0
  29. css/mw_fresh28_tweak.css +2 -0
  30. css/mw_fresh_lm.css +3 -0
  31. css/mw_fresh_ozh_am.css +3 -0
  32. css/mw_grey.css +4 -0
  33. css/mw_save_50px.css +119 -0
  34. css/mw_small_user_info.css +16 -0
  35. css/mw_small_user_info27.css +24 -0
  36. css/mw_small_user_info30.css +24 -0
  37. css/mw_wp23.css +4 -0
  38. js/remove_footer.js +6 -0
  39. js/remove_header.js +6 -0
  40. js/tb_window.js +54 -0
  41. js/timestamp.js +17 -0
  42. js/writescroll.js +13 -0
  43. languages/adminimize-by_BY.mo +0 -0
  44. languages/adminimize-by_BY.po +680 -0
  45. languages/adminimize-da_DK.mo +0 -0
  46. languages/adminimize-da_DK.po +779 -0
  47. languages/adminimize-de_DE.mo +0 -0
  48. languages/adminimize-de_DE.po +981 -0
  49. languages/adminimize-es_ES.mo +0 -0
  50. languages/adminimize-es_ES.po +634 -0
  51. languages/adminimize-fr_FR.mo +0 -0
  52. languages/adminimize-fr_FR.po +692 -0
  53. languages/adminimize-it_IT.mo +0 -0
  54. languages/adminimize-it_IT.po +874 -0
  55. languages/adminimize-nl_NL.mo +0 -0
  56. languages/adminimize-nl_NL.po +876 -0
  57. languages/adminimize-tr.po +559 -0
  58. languages/adminimize-xx_XX.pot +981 -0
  59. license.txt +674 -0
  60. readme.txt +295 -0
  61. screenshot-1.png +0 -0
  62. screenshot-2.png +0 -0
  63. screenshot-3.png +0 -0
  64. screenshot-4.png +0 -0
  65. screenshot-5.png +0 -0
  66. screenshot-6.png +0 -0
Adminimize-da_DK.txt ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Adminimize 1.7.9
2
+
3
+ Filerne skal ligge i mappen adminimize/languages
4
+
5
+ Anvender du de gemte stier, skal du unzippe til wp-content/plugins.
6
+ S� pakkes sprogfilerne automatisk ud til wp-content/plugins/adminimize
7
+
8
+ Du kan tjekke for opdateringer til sprogfilerne p� http://wordpress.blogos.dk/wpdadkdownloads/
9
+ eller via http://wordpress.blogos.dk/s%C3%B8g-efter-downloads/?did=208
10
+ Se evt. ogs� http://wordpress.blogos.dk/tag/adminimize
11
+
12
+
13
+
14
+ FOR THE DEVELOPER
15
+ You are very welcome to check for updated language files in one of the following ways:
16
+
17
+ 1. On my downloads page that list all files available for download: http://wordpress.blogos.dk/wpdadkdownloads/
18
+
19
+ 2. Directly on my Download Monitor download page: http://wordpress.blogos.dk/s%C3%B8g-efter-downloads/?did=208
20
+
21
+ If I have blogged about your plugin, theme or other resource, you will be able to find it via this tag: http://wordpress.blogos.dk/tag/adminimize
adminimize.php ADDED
@@ -0,0 +1,1430 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @package Adminimize
4
+ * @author Frank B&uuml;ltge
5
+
6
+ */
7
+
8
+ /*
9
+ Plugin Name: Adminimize
10
+ Plugin URI: http://bueltge.de/wordpress-admin-theme-adminimize/674/
11
+ Text Domain: adminimize
12
+ Domain Path: /languages
13
+ Description: Visually compresses the administratrive 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 alle 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.
14
+ Author: Frank B&uuml;ltge
15
+ Author URI: http://bueltge.de/
16
+ Version: 1.7.12
17
+ License: GNU
18
+ Last Update: 02.10.2010 17:15:23
19
+ */
20
+
21
+ /**
22
+ * The stylesheet and the initial idea is from Eric A. Meyer, http://meyerweb.com/
23
+ * and i have written a plugin with many options on the basis
24
+ * of differently user-right and a user-friendly range in admin-area.
25
+ */
26
+
27
+
28
+ global $wp_version;
29
+ if ( !function_exists ('add_action') || version_compare($wp_version, "2.5alpha", "<") ) {
30
+ if ( function_exists ('add_action') )
31
+ $exit_msg = 'The plugin <em><a href="http://bueltge.de/wordpress-admin-theme-adminimize/674/">Adminimize</a></em> requires WordPress 2.5 or newer. <a href="http://codex.wordpress.org/Upgrading_WordPress">Please update WordPress</a> or delete the plugin.';
32
+ else
33
+ $exit_msg = '';
34
+ header('Status: 403 Forbidden');
35
+ header('HTTP/1.1 403 Forbidden');
36
+ exit($exit_msg);
37
+ }
38
+
39
+ if ( function_exists('add_action') ) {
40
+ // Pre-2.6 compatibility
41
+ if ( !defined( 'WP_CONTENT_URL' ) )
42
+ define( 'WP_CONTENT_URL', get_option( 'siteurl' ) . '/wp-content' );
43
+ if ( !defined( 'WP_CONTENT_DIR' ) )
44
+ define( 'WP_CONTENT_DIR', ABSPATH . 'wp-content' );
45
+ if ( !defined( 'WP_PLUGIN_URL' ) )
46
+ define( 'WP_PLUGIN_URL', WP_CONTENT_URL. '/plugins' );
47
+ if ( !defined( 'WP_PLUGIN_DIR' ) )
48
+ define( 'WP_PLUGIN_DIR', WP_CONTENT_DIR . '/plugins' );
49
+
50
+ // plugin definitions
51
+ define( 'FB_ADMINIMIZE_BASENAME', plugin_basename( __FILE__ ) );
52
+ define( 'FB_ADMINIMIZE_BASEFOLDER', plugin_basename( dirname( __FILE__ ) ) );
53
+ define( 'FB_ADMINIMIZE_TEXTDOMAIN', 'adminimize' );
54
+ }
55
+
56
+ function _mw_adminimize_textdomain() {
57
+
58
+ if ( function_exists('load_plugin_textdomain') )
59
+ load_plugin_textdomain( FB_ADMINIMIZE_TEXTDOMAIN, false, dirname( FB_ADMINIMIZE_BASENAME ) . '/languages');
60
+ }
61
+
62
+
63
+ function recursive_in_array($needle, $haystack) {
64
+ if ($haystack != '') {
65
+ foreach ($haystack as $stalk) {
66
+ if ( $needle == $stalk || ( is_array($stalk) && recursive_in_array($needle, $stalk) ) ) {
67
+ return true;
68
+ }
69
+ }
70
+ return false;
71
+ }
72
+ }
73
+
74
+
75
+ /**
76
+ * some basics for message
77
+ */
78
+ class _mw_adminimize_message_class {
79
+ function _mw_adminimize_message_class() {
80
+ $this->localizionName = FB_ADMINIMIZE_TEXTDOMAIN;
81
+ $this->errors = new WP_Error();
82
+ $this->initialize_errors();
83
+ }
84
+
85
+ /**
86
+ get_error - Returns an error message based on the passed code
87
+ Parameters - $code (the error code as a string)
88
+ Returns an error message
89
+ */
90
+ function get_error($code = '') {
91
+ $errorMessage = $this->errors->get_error_message($code);
92
+ if ($errorMessage == null) {
93
+ return __("Unknown error.", $this->localizionName);
94
+ }
95
+ return $errorMessage;
96
+ }
97
+
98
+ // Initializes all the error messages
99
+ function initialize_errors() {
100
+ $this->errors->add('_mw_adminimize_update', __('The updates were saved.', $this->localizionName));
101
+ $this->errors->add('_mw_adminimize_access_denied', __('You have not enough rights to edit entries in the database.', $this->localizionName));
102
+ $this->errors->add('_mw_adminimize_import', __('All entries in the database were imported.', $this->localizionName));
103
+ $this->errors->add('_mw_adminimize_deinstall', __('All entries in the database were deleted.', $this->localizionName));
104
+ $this->errors->add('_mw_adminimize_deinstall_yes', __('Set the checkbox on deinstall-button.', $this->localizionName));
105
+ $this->errors->add('_mw_adminimize_get_option', __('Can\'t load menu and submenu.', $this->localizionName));
106
+ $this->errors->add('_mw_adminimize_set_theme', __('Backend-Theme was activated!', $this->localizionName));
107
+ $this->errors->add('_mw_adminimize_load_theme', __('Load user data to themes was successful.', $this->localizionName));
108
+ }
109
+ }
110
+
111
+
112
+ /**
113
+ * get_all_user_roles() - Returns an array with all user roles(names) in it.
114
+ * Inclusive self defined roles (for example with the 'Role Manager' plugin).
115
+ * code by Vincent Weber, www.webRtistik.nl
116
+ * @uses $wp_roles
117
+ */
118
+ function get_all_user_roles() {
119
+ global $wp_roles;
120
+
121
+ $user_roles = array();
122
+
123
+ if ( isset($wp_roles->roles) && is_array($wp_roles->roles) ) {
124
+ foreach ($wp_roles->roles as $role => $data) {
125
+ array_push($user_roles, $role);
126
+ //$data contains caps, maybe for later use..
127
+ }
128
+ }
129
+
130
+ return $user_roles;
131
+ }
132
+
133
+
134
+ /**
135
+ * get_all_user_roles_names() - Returns an array with all user roles_names in it.
136
+ * Inclusive self defined roles (for example with the 'Role Manager' plugin).
137
+ * @uses $wp_roles
138
+ */
139
+ function get_all_user_roles_names() {
140
+ global $wp_roles;
141
+
142
+ $user_roles_names = array();
143
+
144
+ foreach ($wp_roles->role_names as $role_name => $data) {
145
+ if ( function_exists('translate_user_role') )
146
+ $data = translate_user_role( $data );
147
+ else
148
+ $data = translate_with_context( $data );
149
+ array_push($user_roles_names, $data );
150
+ }
151
+
152
+ return $user_roles_names;
153
+ }
154
+
155
+
156
+ function _mw_adminimize_control_flashloader() {
157
+ $_mw_adminimize_control_flashloader = _mw_adminimize_getOptionValue('_mw_adminimize_control_flashloader');
158
+
159
+ if ($_mw_adminimize_control_flashloader == '1') {
160
+ return false;
161
+ } else {
162
+ return true;
163
+ }
164
+ }
165
+
166
+
167
+ /**
168
+ * check user-option and add new style
169
+ * @uses $pagenow
170
+ */
171
+ function _mw_adminimize_init() {
172
+ global $pagenow, $menu, $submenu, $adminimizeoptions, $wp_version;
173
+
174
+ if ( function_exists('get_post_type_object') ) {
175
+ if ( isset($_GET['post']) )
176
+ $post_id = (int) $_GET['post'];
177
+ elseif ( isset($_POST['post_ID']) )
178
+ $post_id = (int) $_POST['post_ID'];
179
+ else
180
+ $post_id = 0;
181
+ $post_ID = $post_id;
182
+ $post = null;
183
+ $post_type_object = null;
184
+ $post_type = null;
185
+ if ( $post_id ) {
186
+ $post = get_post($post_id);
187
+ if ( $post ) {
188
+ $post_type_object = get_post_type_object($post->post_type);
189
+ if ( $post_type_object ) {
190
+ $post_type = $post->post_type;
191
+ $current_screen->post_type = $post->post_type;
192
+ $current_screen->id = $current_screen->post_type;
193
+ }
194
+ }
195
+ } elseif ( isset($_POST['post_type']) ) {
196
+ $post_type_object = get_post_type_object($_POST['post_type']);
197
+ if ( $post_type_object ) {
198
+ $post_type = $post_type_object->name;
199
+ $current_screen->post_type = $post_type;
200
+ $current_screen->id = $current_screen->post_type;
201
+ }
202
+ }
203
+ } else {
204
+ $post_type = '';
205
+ }
206
+
207
+ $user_roles = get_all_user_roles();
208
+
209
+ $adminimizeoptions = get_option('mw_adminimize');
210
+
211
+ foreach ($user_roles as $role) {
212
+ $disabled_global_option_[$role] = _mw_adminimize_getOptionValue('mw_adminimize_disabled_global_option_'. $role .'_items');
213
+ $disabled_metaboxes_post_[$role] = _mw_adminimize_getOptionValue('mw_adminimize_disabled_metaboxes_post_'. $role .'_items');
214
+ $disabled_metaboxes_page_[$role] = _mw_adminimize_getOptionValue('mw_adminimize_disabled_metaboxes_page_'. $role .'_items');
215
+ $disabled_link_option_[$role] = _mw_adminimize_getOptionValue('mw_adminimize_disabled_link_option_'. $role .'_items');
216
+ }
217
+
218
+ $disabled_metaboxes_post_all = array();
219
+ $disabled_metaboxes_page_all = array();
220
+
221
+ foreach ($user_roles as $role) {
222
+ array_push($disabled_metaboxes_post_all, $disabled_metaboxes_post_[$role]);
223
+ array_push($disabled_metaboxes_page_all, $disabled_metaboxes_page_[$role]);
224
+ }
225
+
226
+ $_mw_admin_color = get_user_option('admin_color');
227
+
228
+ //global options
229
+ $_mw_adminimize_footer = _mw_adminimize_getOptionValue('_mw_adminimize_footer');
230
+ switch ($_mw_adminimize_footer) {
231
+ case 1:
232
+ wp_enqueue_script( '_mw_adminimize_remove_footer', WP_PLUGIN_URL . '/' . FB_ADMINIMIZE_BASEFOLDER . '/js/remove_footer.js', array('jquery') );
233
+ break;
234
+ }
235
+
236
+ $_mw_adminimize_header = _mw_adminimize_getOptionValue('_mw_adminimize_header');
237
+ switch ($_mw_adminimize_header) {
238
+ case 1:
239
+ wp_enqueue_script( '_mw_adminimize_remove_header', WP_PLUGIN_URL . '/' . FB_ADMINIMIZE_BASEFOLDER . '/js/remove_header.js', array('jquery') );
240
+ break;
241
+ }
242
+
243
+ //post-page options
244
+ $post_page_pages = array('post-new.php', 'post.php', 'page-new.php', 'page.php');
245
+ if ( in_array( $pagenow, $post_page_pages ) ) {
246
+
247
+ $_mw_adminimize_writescroll = _mw_adminimize_getOptionValue('_mw_adminimize_writescroll');
248
+ switch ($_mw_adminimize_writescroll) {
249
+ case 1:
250
+ wp_enqueue_script( '_mw_adminimize_writescroll', WP_PLUGIN_URL . '/' . FB_ADMINIMIZE_BASEFOLDER . '/js/writescroll.js', array('jquery') );
251
+ break;
252
+ }
253
+ $_mw_adminimize_tb_window = _mw_adminimize_getOptionValue('_mw_adminimize_tb_window');
254
+ switch ($_mw_adminimize_tb_window) {
255
+ case 1:
256
+ wp_deregister_script('media-upload');
257
+ wp_enqueue_script('media-upload', WP_PLUGIN_URL . '/' . FB_ADMINIMIZE_BASEFOLDER . '/js/tb_window.js', array('thickbox'));
258
+ break;
259
+ }
260
+ $_mw_adminimize_timestamp = _mw_adminimize_getOptionValue('_mw_adminimize_timestamp');
261
+ switch ($_mw_adminimize_timestamp) {
262
+ case 1:
263
+ wp_enqueue_script( '_mw_adminimize_timestamp', WP_PLUGIN_URL . '/' . FB_ADMINIMIZE_BASEFOLDER . '/js/timestamp.js', array('jquery') );
264
+ break;
265
+ }
266
+
267
+ //category options
268
+ $_mw_adminimize_cat_full = _mw_adminimize_getOptionValue('_mw_adminimize_cat_full');
269
+ switch ($_mw_adminimize_cat_full) {
270
+ case 1:
271
+ wp_enqueue_style( 'adminimize-ful-category', WP_PLUGIN_URL . '/' . FB_ADMINIMIZE_BASEFOLDER . '/css/mw_cat_full.css' );
272
+ break;
273
+ }
274
+
275
+ // set default editor tinymce
276
+ if ( recursive_in_array('#editor-toolbar #edButtonHTML, #quicktags', $disabled_metaboxes_page_all)
277
+ || recursive_in_array('#editor-toolbar #edButtonHTML, #quicktags', $disabled_metaboxes_post_all) )
278
+ add_filter( 'wp_default_editor', create_function('', 'return "tinymce";') );
279
+
280
+ // remove media bottons
281
+ if ( recursive_in_array('media_buttons', $disabled_metaboxes_page_all)
282
+ || recursive_in_array('media_buttons', $disabled_metaboxes_post_all) )
283
+ remove_action('media_buttons', 'media_buttons');
284
+
285
+ //add_filter('image_downsize', '_mw_adminimize_image_downsize', 1, 3);
286
+ }
287
+
288
+ $_mw_adminimize_control_flashloader = _mw_adminimize_getOptionValue('_mw_adminimize_control_flashloader');
289
+ switch ($_mw_adminimize_control_flashloader) {
290
+ case 1:
291
+ add_filter( 'flash_uploader', '_mw_adminimize_control_flashloader', 1 );
292
+ break;
293
+ }
294
+
295
+ if ( ($_mw_admin_color == 'mw_fresh') ||
296
+ ($_mw_admin_color == 'mw_classic') ||
297
+ ($_mw_admin_color == 'mw_colorblind') ||
298
+ ($_mw_admin_color == 'mw_grey') ||
299
+ ($_mw_admin_color == 'mw_fresh_ozh_am') ||
300
+ ($_mw_admin_color == 'mw_classic_ozh_am') ||
301
+ ($_mw_admin_color == 'mw_fresh_lm') ||
302
+ ($_mw_admin_color == 'mw_classic_lm') ||
303
+ ($_mw_admin_color == 'mw_wp23')
304
+ ) {
305
+
306
+ // only posts
307
+ if (
308
+ ( 'post-new.php' == $pagenow ) ||
309
+ ( 'post.php' == $pagenow ) ||
310
+ ( 'post' == $post_type )
311
+ ) {
312
+ if ( version_compare( substr($wp_version, 0, 3), '2.7', '<' ) )
313
+ add_action('admin_head', '_mw_adminimize_remove_box', 99);
314
+
315
+ // check for array empty
316
+ if ( !isset($disabled_metaboxes_post_['editor']['0']) )
317
+ $disabled_metaboxes_post_['editor']['0'] = '';
318
+ if ( isset($disabled_metaboxes_post_['administrator']['0']) )
319
+ $disabled_metaboxes_post_['administrator']['0'] = '';
320
+ if ( version_compare(substr($wp_version, 0, 3), '2.7', '<') ) {
321
+ if ( !recursive_in_array('#categorydivsb', $disabled_metaboxes_post_all) )
322
+ add_action('submitpost_box', '_mw_adminimize_sidecat_list_category_box');
323
+ if ( !recursive_in_array('#tagsdivsb', $disabled_metaboxes_post_all) )
324
+ add_action('submitpost_box', '_mw_adminimize_sidecat_list_tag_box');
325
+ }
326
+ }
327
+
328
+ // only pages
329
+ if (
330
+ ( 'page-new.php' == $pagenow ) ||
331
+ ( 'page.php' == $pagenow ) ||
332
+ ( 'post_type=page' == esc_attr($_SERVER['QUERY_STRING']) ) ||
333
+ ( 'page' == $post_type )
334
+ ) {
335
+
336
+ // check for array empty
337
+ if ( !isset($disabled_metaboxes_page_['editor']['0']) )
338
+ $disabled_metaboxes_page_['editor']['0'] = '';
339
+ if ( isset($disabled_metaboxes_page_['administrator']['0']) )
340
+ $disabled_metaboxes_page_['administrator']['0'] = '';
341
+ }
342
+
343
+ }
344
+
345
+ // set menu option
346
+ add_action('admin_head', '_mw_adminimize_set_menu_option', 1);
347
+
348
+ // global_options
349
+ add_action('admin_head', '_mw_adminimize_set_global_option', 1);
350
+
351
+ // set metabox post option
352
+ $post_pages = array('post-new.php', 'post.php', 'post');
353
+ if ( in_array( $pagenow, $post_pages ) || in_array($post_type, $post_pages) ) {
354
+ if ( ( esc_attr($_SERVER['QUERY_STRING']) != 'post_type=page' ) && ($post_type != 'page') )
355
+ add_action('admin_head', '_mw_adminimize_set_metabox_post_option', 1);
356
+ }
357
+
358
+ // set metabox page option
359
+ $page_pages = array( 'page-new.php', 'page.php', 'post_type=page', 'page' );
360
+ if ( in_array( $pagenow, $page_pages ) || in_array($post_type, $page_pages) || in_array( esc_attr($_SERVER['QUERY_STRING']), $page_pages) )
361
+ add_action('admin_head', '_mw_adminimize_set_metabox_page_option', 1);
362
+
363
+ // set link option
364
+ $link_pages = array('link-manager.php', 'link-add.php', 'edit-link-categories.php');
365
+ if ( in_array( $pagenow, $link_pages ) )
366
+ add_action('admin_head', '_mw_adminimize_set_link_option', 1);
367
+
368
+ add_action('in_admin_footer', '_mw_adminimize_admin_footer');
369
+
370
+ $adminimizeoptions['mw_adminimize_default_menu'] = $menu;
371
+ $adminimizeoptions['mw_adminimize_default_submenu'] = $submenu;
372
+ }
373
+
374
+ add_action('init', '_mw_adminimize_textdomain');
375
+ if ( is_admin() ) {
376
+ add_action('admin_menu', '_mw_adminimize_add_settings_page');
377
+ add_action('admin_menu', '_mw_adminimize_remove_dashboard');
378
+ add_action('admin_init', '_mw_adminimize_init', 1);
379
+ add_action('admin_init', '_mw_adminimize_admin_styles', 1);
380
+ }
381
+
382
+ if ( function_exists('register_activation_hook') )
383
+ register_activation_hook(__FILE__, '_mw_adminimize_install');
384
+ if ( function_exists('register_uninstall_hook') )
385
+ register_uninstall_hook(__FILE__, '_mw_adminimize_deinstall');
386
+ //register_deactivation_hook(__FILE__, '_mw_adminimize_deinstall');
387
+
388
+
389
+ /**
390
+ * Uses WordPress filter for image_downsize, kill wp-image-dimension
391
+ * code by Andrew Rickmann
392
+ * http://www.wp-fun.co.uk/
393
+ * @param $value, $id, $size
394
+ */
395
+ function _mw_adminimize_image_downsize($value = false, $id = 0, $size = "medium") {
396
+
397
+ if ( !wp_attachment_is_image($id) )
398
+ return false;
399
+
400
+ $img_url = wp_get_attachment_url($id);
401
+ // Mimic functionality in image_downsize function in wp-includes/media.php
402
+ if ( $intermediate = image_get_intermediate_size($id, $size) ) {
403
+ $img_url = str_replace(basename($img_url), $intermediate['file'], $img_url);
404
+ }
405
+ elseif ( $size == 'thumbnail' ) {
406
+ // fall back to the old thumbnail
407
+ if ( $thumb_file = wp_get_attachment_thumb_file() && $info = getimagesize($thumb_file) ) {
408
+ $img_url = str_replace(basename($img_url), basename($thumb_file), $img_url);
409
+ }
410
+ }
411
+ if ( $img_url)
412
+ return array($img_url, 0, 0);
413
+
414
+ return false;
415
+ }
416
+
417
+
418
+ /**
419
+ * list category-box in sidebar
420
+ * @uses $post_ID
421
+ */
422
+ function _mw_adminimize_sidecat_list_category_box() {
423
+ global $post_ID;
424
+ ?>
425
+
426
+ <div class="inside" id="categorydivsb">
427
+ <p><strong><?php _e("Categories"); ?></strong></p>
428
+ <ul id="categorychecklist" class="list:category categorychecklist form-no-clear">
429
+ <?php wp_category_checklist($post_ID); ?>
430
+ </ul>
431
+ <?php if ( !defined('WP_PLUGIN_DIR') ) { // for wp <2.6 ?>
432
+ <div id="category-adder" class="wp-hidden-children">
433
+ <h4><a id="category-add-toggle" href="#category-add" class="hide-if-no-js" tabindex="3"><?php _e( '+ Add New Category' ); ?></a></h4>
434
+ <p id="category-add" class="wp-hidden-child">
435
+ <input type="text" name="newcat" id="newcat" class="form-required form-input-tip" value="<?php _e( 'New category name' ); ?>" tabindex="3" />
436
+ <?php wp_dropdown_categories( array( 'hide_empty' => 0, 'name' => 'newcat_parent', 'orderby' => 'name', 'hierarchical' => 1, 'show_option_none' => __('Parent category'), 'tab_index' => 3 ) ); ?>
437
+ <input type="button" id="category-add-sumbit" class="add:categorychecklist:category-add button" value="<?php _e( 'Add' ); ?>" tabindex="3" />
438
+ <?php wp_nonce_field( 'add-category', '_ajax_nonce', false ); ?>
439
+ <span id="category-ajax-response"></span>
440
+ </p>
441
+ </div>
442
+ <?php } else { ?>
443
+ <div id="category-adder" class="wp-hidden-children">
444
+ <h4><a id="category-add-toggle" href="#category-add" class="hide-if-no-js" tabindex="3"><?php _e( '+ Add New Category' ); ?></a></h4>
445
+ <p id="category-add" class="wp-hidden-child">
446
+ <label class="hidden" for="newcat"><?php _e( 'Add New Category' ); ?></label><input type="text" name="newcat" id="newcat" class="form-required form-input-tip" value="<?php _e( 'New category name' ); ?>" tabindex="3" aria-required="true"/>
447
+ <br />
448
+ <label class="hidden" for="newcat_parent"><?php _e('Parent category'); ?>:</label><?php wp_dropdown_categories( array( 'hide_empty' => 0, 'name' => 'newcat_parent', 'orderby' => 'name', 'hierarchical' => 1, 'show_option_none' => __('Parent category'), 'tab_index' => 3 ) ); ?>
449
+ <input type="button" id="category-add-sumbit" class="add:categorychecklist:category-add button" value="<?php _e( 'Add' ); ?>" tabindex="3" />
450
+ <?php wp_nonce_field( 'add-category', '_ajax_nonce', false ); ?>
451
+ <span id="category-ajax-response"></span>
452
+ </p>
453
+ </div>
454
+ <?php } ?>
455
+ </div>
456
+ <?php
457
+ }
458
+
459
+
460
+ /**
461
+ * list tag-box in sidebar
462
+ * @uses $post_ID
463
+ */
464
+ function _mw_adminimize_sidecat_list_tag_box() {
465
+ global $post_ID;
466
+
467
+ if ( !class_exists('SimpleTagsAdmin') ) {
468
+ ?>
469
+ <div class="inside" id="tagsdivsb">
470
+ <p><strong><?php _e('Tags'); ?></strong></p>
471
+ <p id="jaxtag"><label class="hidden" for="newtag"><?php _e('Tags'); ?></label><input type="text" name="tags_input" class="tags-input" id="tags-input" size="40" tabindex="3" value="<?php echo get_tags_to_edit($post_ID); ?>" /></p>
472
+ <div id="tagchecklist"></div>
473
+ </div>
474
+ <?php
475
+ }
476
+ }
477
+
478
+
479
+ /**
480
+ * remove default categorydiv
481
+ * @echo script
482
+ */
483
+ function _mw_adminimize_remove_box() {
484
+
485
+ if ( function_exists('remove_meta_box') ) {
486
+ if ( !class_exists('SimpleTagsAdmin') )
487
+ remove_meta_box('tagsdiv', 'post', 'normal');
488
+ remove_meta_box('categorydiv', 'post', 'normal');
489
+ } else {
490
+ $_mw_adminimize_sidecat_admin_head = "\n" . '<script type="text/javascript">' . "\n";
491
+ $_mw_adminimize_sidecat_admin_head .= "\t" . 'jQuery(document).ready(function() { jQuery(\'#categorydiv\').remove(); });' . "\n";
492
+ $_mw_adminimize_sidecat_admin_head .= "\t" . 'jQuery(document).ready(function() { jQuery(\'#tagsdiv\').remove(); });' . "\n";
493
+ $_mw_adminimize_sidecat_admin_head .= '</script>' . "\n";
494
+
495
+ echo $_mw_adminimize_sidecat_admin_head;
496
+ }
497
+ }
498
+
499
+
500
+ /**
501
+ * add new adminstyle to usersettings
502
+ * @param $file
503
+ */
504
+ function _mw_adminimize_admin_styles($file) {
505
+ global $wp_version;
506
+
507
+ $_mw_adminimize_path = WP_PLUGIN_URL . '/' . plugin_basename( dirname(__FILE__) ) . '/css/';
508
+
509
+ if ( version_compare( $wp_version, '2.7alpha', '>=' ) ) {
510
+ // MW Adminimize Classic
511
+ $styleName = 'Adminimize:' . ' ' . __('Blue');
512
+ wp_admin_css_color (
513
+ 'mw_classic', $styleName, $_mw_adminimize_path . 'mw_classic27.css',
514
+ array('#073447', '#21759b', '#eaf3fa', '#bbd8e7')
515
+ );
516
+
517
+ // MW Adminimize Fresh
518
+ $styleName = 'Adminimize:' . ' ' . __('Gray');
519
+ wp_admin_css_color (
520
+ 'mw_fresh', $styleName, $_mw_adminimize_path . 'mw_fresh27.css',
521
+ array('#464646', '#6d6d6d', '#f1f1f1', '#dfdfdf')
522
+ );
523
+
524
+ // MW Adminimize Classic Fixed
525
+ $styleName = 'Adminimize:' . ' Fixed ' . __('Blue');
526
+ wp_admin_css_color (
527
+ 'mw_classic_fixed', $styleName, $_mw_adminimize_path . 'mw_classic28_fixed.css',
528
+ array('#073447', '#21759b', '#eaf3fa', '#bbd8e7')
529
+ );
530
+
531
+ // MW Adminimize Fresh Fixed
532
+ $styleName = 'Adminimize:' . ' Fixed ' . __('Gray');
533
+ wp_admin_css_color (
534
+ 'mw_fresh_fixed', $styleName, $_mw_adminimize_path . 'mw_fresh28_fixed.css',
535
+ array('#464646', '#6d6d6d', '#f1f1f1', '#dfdfdf')
536
+ );
537
+
538
+ // MW Adminimize Classic Tweak
539
+ $styleName = 'Adminimize:' . ' Tweak ' . __('Blue');
540
+ wp_admin_css_color (
541
+ 'mw_classic_tweak', $styleName, $_mw_adminimize_path . 'mw_classic28_tweak.css',
542
+ array('#073447', '#21759b', '#eaf3fa', '#bbd8e7')
543
+ );
544
+
545
+ // MW Adminimize Fresh Tweak
546
+ $styleName = 'Adminimize:' . ' Tweak ' . __('Gray');
547
+ wp_admin_css_color (
548
+ 'mw_fresh_tweak', $styleName, $_mw_adminimize_path . 'mw_fresh28_tweak.css',
549
+ array('#464646', '#6d6d6d', '#f1f1f1', '#dfdfdf')
550
+ );
551
+
552
+ } else {
553
+ // MW Adminimize Classic
554
+ $styleName = 'MW Adminimize:' . ' ' . __('Classic');
555
+ wp_admin_css_color (
556
+ 'mw_classic', $styleName, $_mw_adminimize_path . 'mw_classic.css',
557
+ array('#07273E', '#14568A', '#D54E21', '#2683AE')
558
+ );
559
+
560
+ // MW Adminimize Fresh
561
+ $styleName = 'MW Adminimize:' . ' ' . __('Fresh');
562
+ wp_admin_css_color (
563
+ 'mw_fresh', $styleName, $_mw_adminimize_path . 'mw_fresh.css',
564
+ array('#464646', '#CEE1EF', '#D54E21', '#2683AE')
565
+ );
566
+
567
+ // MW Adminimize WordPress 2.3
568
+ $styleName = 'MW Adminimize:' . ' ' . __('WordPress 2.3');
569
+ wp_admin_css_color (
570
+ 'mw_wp23', $styleName, $_mw_adminimize_path . 'mw_wp23.css',
571
+ array('#000000', '#14568A', '#448ABD', '#83B4D8')
572
+ );
573
+
574
+ // MW Adminimize Colorblind
575
+ $styleName = 'MW Adminimize:' . ' ' . __('Maybe i\'m colorblind');
576
+ wp_admin_css_color (
577
+ 'mw_colorblind', $styleName, $_mw_adminimize_path . 'mw_colorblind.css',
578
+ array('#FF9419', '#F0720C', '#710001', '#550007', '#CF4529')
579
+ );
580
+
581
+ // MW Adminimize Grey
582
+ $styleName = 'MW Adminimize:' . ' ' . __('Grey');
583
+ wp_admin_css_color (
584
+ 'mw_grey', $styleName, $_mw_adminimize_path . 'mw_grey.css',
585
+ array('#000000', '#787878', '#F0F0F0', '#D8D8D8', '#909090')
586
+ );
587
+ }
588
+ /**
589
+ * style and changes for plugin Admin Drop Down Menu
590
+ * by Ozh
591
+ * http://planetozh.com/blog/my-projects/wordpress-admin-menu-drop-down-css/
592
+ */
593
+ if ( function_exists('wp_ozh_adminmenu') ) {
594
+
595
+ // MW Adminimize Classic include ozh adminmenu
596
+ $styleName = 'MW Adminimize inc. Admin Drop Down Menu' . ' ' . __('Classic');
597
+ wp_admin_css_color (
598
+ 'mw_classic_ozh_am', $styleName, $_mw_adminimize_path . 'mw_classic_ozh_am.css',
599
+ array('#07273E', '#14568A', '#D54E21', '#2683AE')
600
+ );
601
+
602
+ // MW Adminimize Fresh include ozh adminmenu
603
+ $styleName = 'MW Adminimize inc. Admin Drop Down Menu' . ' ' . __('Fresh');
604
+ wp_admin_css_color (
605
+ 'mw_fresh_ozh_am', $styleName, $_mw_adminimize_path . 'mw_fresh_ozh_am.css',
606
+ array('#464646', '#CEE1EF', '#D54E21', '#2683AE')
607
+ );
608
+
609
+ }
610
+
611
+ /**
612
+ * style and changes for plugin Lighter Menus
613
+ * by corpodibacco
614
+ * http://www.italyisfalling.com/lighter-menus
615
+ */
616
+ if ( function_exists('lm_build') ) {
617
+
618
+ // MW Adminimize Classic include Lighter Menus
619
+ $styleName = 'MW Adminimize inc. Lighter Menus' . ' ' . __('Classic');
620
+ wp_admin_css_color (
621
+ 'mw_classic_lm', $styleName, $_mw_adminimize_path . 'mw_classic_lm.css',
622
+ array('#07273E', '#14568A', '#D54E21', '#2683AE')
623
+ );
624
+
625
+ // MW Adminimize Fresh include Lighter Menus
626
+ $styleName = 'MW Adminimize inc. Lighter Menus' . ' ' . __('Fresh');
627
+ wp_admin_css_color (
628
+ 'mw_fresh_lm', $styleName, $_mw_adminimize_path . 'mw_fresh_lm.css',
629
+ array('#464646', '#CEE1EF', '#D54E21', '#2683AE')
630
+ );
631
+
632
+ }
633
+ }
634
+
635
+
636
+ /**
637
+ * remove the dashbord
638
+ * @author of basic Austin Matzko
639
+ * http://www.ilfilosofo.com/blog/2006/05/24/plugin-remove-the-wordpress-dashboard/
640
+ */
641
+ function _mw_adminimize_remove_dashboard() {
642
+ global $menu, $submenu, $user_ID;
643
+
644
+ $user_roles = get_all_user_roles();
645
+
646
+ foreach ($user_roles as $role) {
647
+ $disabled_menu_[$role] = _mw_adminimize_getOptionValue('mw_adminimize_disabled_menu_'. $role .'_items');
648
+ $disabled_submenu_[$role] = _mw_adminimize_getOptionValue('mw_adminimize_disabled_submenu_'. $role .'_items');
649
+ }
650
+
651
+ $disabled_menu_all = array();
652
+ $disabled_submenu_all = array();
653
+
654
+ foreach ($user_roles as $role) {
655
+ array_push($disabled_menu_all, $disabled_menu_[$role]);
656
+ array_push($disabled_submenu_all, $disabled_submenu_[$role]);
657
+ }
658
+
659
+ // remove dashboard
660
+ if ( $disabled_menu_all != '' || $disabled_submenu_all != '' ) {
661
+
662
+ foreach ($user_roles as $role) {
663
+
664
+ if ( current_user_can($role) ) {
665
+ if ( recursive_in_array('index.php', $disabled_menu_[$role]) || recursive_in_array('index.php', $disabled_submenu_[$role]) )
666
+ $redirect = TRUE;
667
+ else
668
+ $redirect = FALSE;
669
+ }
670
+ }
671
+
672
+ if ( $redirect ) {
673
+ $_mw_adminimize_db_redirect = _mw_adminimize_getOptionValue('_mw_adminimize_db_redirect');
674
+ switch ($_mw_adminimize_db_redirect) {
675
+ case 0:
676
+ $_mw_adminimize_db_redirect = 'profile.php';
677
+ break;
678
+ case 1:
679
+ $_mw_adminimize_db_redirect = 'edit.php';
680
+ break;
681
+ case 2:
682
+ $_mw_adminimize_db_redirect = 'edit-pages.php';
683
+ break;
684
+ case 3:
685
+ $_mw_adminimize_db_redirect = 'post-new.php';
686
+ break;
687
+ case 4:
688
+ $_mw_adminimize_db_redirect = 'page-new.php';
689
+ break;
690
+ case 5:
691
+ $_mw_adminimize_db_redirect = 'edit-comments.php';
692
+ break;
693
+ case 6:
694
+ $_mw_adminimize_db_redirect = _mw_adminimize_getOptionValue('_mw_adminimize_db_redirect_txt');
695
+ break;
696
+ }
697
+
698
+ $the_user = new WP_User($user_ID);
699
+ reset($menu); $page = key($menu);
700
+
701
+ while ( (__('Dashboard') != $menu[$page][0]) && next($menu) || (__('Dashboard') != $menu[$page][1]) && next($menu) )
702
+ $page = key($menu);
703
+
704
+ if (__('Dashboard') == $menu[$page][0] || __('Dashboard') == $menu[$page][1])
705
+ unset($menu[$page]);
706
+ reset($menu); $page = key($menu);
707
+
708
+ while ( !$the_user->has_cap($menu[$page][1]) && next($menu) )
709
+ $page = key($menu);
710
+
711
+ if ( preg_match('#wp-admin/?(index.php)?$#', $_SERVER['REQUEST_URI']) ) {
712
+ wp_redirect( get_option('siteurl') . '/wp-admin/' . $_mw_adminimize_db_redirect );
713
+ }
714
+ }
715
+ }
716
+ }
717
+
718
+
719
+ /**
720
+ * remove the flash_uploader
721
+ */
722
+ function _mw_adminimize_disable_flash_uploader() {
723
+ return false;
724
+ }
725
+
726
+
727
+ /**
728
+ * set menu options from database
729
+ */
730
+ function _mw_adminimize_set_menu_option() {
731
+ global $pagenow, $menu, $submenu, $user_identity, $wp_version;
732
+
733
+ $user_roles = get_all_user_roles();
734
+
735
+ foreach ($user_roles as $role) {
736
+ $disabled_menu_[$role] = _mw_adminimize_getOptionValue('mw_adminimize_disabled_menu_'. $role .'_items');
737
+ $disabled_submenu_[$role] = _mw_adminimize_getOptionValue('mw_adminimize_disabled_submenu_'. $role .'_items');
738
+ }
739
+
740
+ $_mw_adminimize_admin_head = "\n";
741
+ $_mw_adminimize_user_info = _mw_adminimize_getOptionValue('_mw_adminimize_user_info');
742
+ $_mw_adminimize_ui_redirect = _mw_adminimize_getOptionValue('_mw_adminimize_ui_redirect');
743
+
744
+ switch ($_mw_adminimize_user_info) {
745
+ case 1:
746
+ $_mw_adminimize_admin_head .= '<script type="text/javascript">' . "\n";
747
+ $_mw_adminimize_admin_head .= "\t" . 'jQuery(document).ready(function() { jQuery(\'#user_info\').remove(); });' . "\n";
748
+ $_mw_adminimize_admin_head .= '</script>' . "\n";
749
+ break;
750
+ case 2:
751
+ if ( version_compare($wp_version, "3.0alpha", ">=") ) {
752
+ $_mw_adminimize_admin_head .= '<link rel="stylesheet" href="' . WP_PLUGIN_URL . '/' . plugin_basename( dirname(__FILE__) ) . '/css/mw_small_user_info30.css" type="text/css" />' . "\n";
753
+ } elseif ( version_compare(substr($wp_version, 0, 3), '2.7', '>=') ) {
754
+ $_mw_adminimize_admin_head .= '<link rel="stylesheet" href="' . WP_PLUGIN_URL . '/' . plugin_basename( dirname(__FILE__) ) . '/css/mw_small_user_info27.css" type="text/css" />' . "\n";
755
+ } else {
756
+ $_mw_adminimize_admin_head .= '<link rel="stylesheet" href="' . WP_PLUGIN_URL . '/' . plugin_basename( dirname(__FILE__) ) . '/css/mw_small_user_info.css" type="text/css" />' . "\n";
757
+ }
758
+ $_mw_adminimize_admin_head .= '<script type="text/javascript">' . "\n";
759
+ $_mw_adminimize_admin_head .= "\t" . 'jQuery(document).ready(function() { jQuery(\'#user_info\').remove();';
760
+ if ($_mw_adminimize_ui_redirect == '1') {
761
+ $_mw_adminimize_admin_head .= 'jQuery(\'div#wpcontent\').after(\'<div id="small_user_info"><p><a href="' . get_option('siteurl') . wp_nonce_url( ('/wp-login.php?action=logout&amp;redirect_to=') . get_option('siteurl') , 'log-out' ) . '" title="' . __('Log Out') . '">' . __('Log Out') . '</a></p></div>\') });' . "\n";
762
+ } else {
763
+ $_mw_adminimize_admin_head .= 'jQuery(\'div#wpcontent\').after(\'<div id="small_user_info"><p><a href="' . get_option('siteurl') . wp_nonce_url( ('/wp-login.php?action=logout') , 'log-out' ) . '" title="' . __('Log Out') . '">' . __('Log Out') . '</a></p></div>\') });' . "\n";
764
+ }
765
+ $_mw_adminimize_admin_head .= '</script>' . "\n";
766
+ break;
767
+ case 3:
768
+ if ( version_compare($wp_version, "3.0alpha", ">=") ) {
769
+ $_mw_adminimize_admin_head .= '<link rel="stylesheet" href="' . WP_PLUGIN_URL . '/' . plugin_basename( dirname(__FILE__) ) . '/css/mw_small_user_info30.css" type="text/css" />' . "\n";
770
+ } elseif ( version_compare(substr($wp_version, 0, 3), '2.7', '>=') ) {
771
+ $_mw_adminimize_admin_head .= '<link rel="stylesheet" href="' . WP_PLUGIN_URL . '/' . plugin_basename( dirname(__FILE__) ) . '/css/mw_small_user_info27.css" type="text/css" />' . "\n";
772
+ } else {
773
+ $_mw_adminimize_admin_head .= '<link rel="stylesheet" href="' . WP_PLUGIN_URL . '/' . plugin_basename( dirname(__FILE__) ) . '/css/mw_small_user_info.css" type="text/css" />' . "\n";
774
+ }
775
+ $_mw_adminimize_admin_head .= '<script type="text/javascript">' . "\n";
776
+ $_mw_adminimize_admin_head .= "\t" . 'jQuery(document).ready(function() { jQuery(\'#user_info\').remove();';
777
+ if ($_mw_adminimize_ui_redirect == '1') {
778
+ $_mw_adminimize_admin_head .= 'jQuery(\'div#wpcontent\').after(\'<div id="small_user_info"><p><a href="' . get_option('siteurl') . ('/wp-admin/profile.php') . '">' . $user_identity . '</a> | <a href="' . get_option('siteurl') . wp_nonce_url( ('/wp-login.php?action=logout&amp;redirect_to=') . get_option('siteurl'), 'log-out' ) . '" title="' . __('Log Out') . '">' . __('Log Out') . '</a></p></div>\') });' . "\n";
779
+ } else {
780
+ $_mw_adminimize_admin_head .= 'jQuery(\'div#wpcontent\').after(\'<div id="small_user_info"><p><a href="' . get_option('siteurl') . ('/wp-admin/profile.php') . '">' . $user_identity . '</a> | <a href="' . get_option('siteurl') . wp_nonce_url( ('/wp-login.php?action=logout'), 'log-out' ) . '" title="' . __('Log Out') . '">' . __('Log Out') . '</a></p></div>\') });' . "\n";
781
+ }
782
+ $_mw_adminimize_admin_head .= '</script>' . "\n";
783
+ break;
784
+ }
785
+
786
+ // set menu
787
+ if ($disabled_menu_['editor'] != '') {
788
+
789
+ // set admin-menu
790
+ foreach ($user_roles as $role) {
791
+ $user = wp_get_current_user();
792
+ if ( in_array($role, $user->roles) ) {
793
+ if ( current_user_can($role) ) {
794
+ $mw_adminimize_menu = $disabled_menu_[$role];
795
+ $mw_adminimize_submenu = $disabled_submenu_[$role];
796
+ }
797
+ }
798
+ }
799
+
800
+ // fallback on users.php on all userroles smaller admin
801
+ if ( in_array('users.php', $mw_adminimize_menu) )
802
+ $mw_adminimize_menu[] = 'profile.php';
803
+
804
+ foreach ($menu as $index => $item) {
805
+ if ( 'index.php' === $item )
806
+ continue;
807
+
808
+ if ( isset($mw_adminimize_menu) && in_array($item[2], $mw_adminimize_menu) ) {
809
+ unset($menu[$index]);
810
+ }
811
+
812
+ if ( isset($submenu) && !empty($submenu[$item[2]]) ) {
813
+ foreach ($submenu[$item[2]] as $subindex => $subitem) {
814
+ if ( isset($mw_adminimize_submenu) && in_array($subitem[2], $mw_adminimize_submenu))
815
+ //if ('profile.php' === $subitem[2])
816
+ // unset($menu[70]);
817
+ unset($submenu[$item[2]][$subindex]);
818
+ }
819
+ }
820
+ }
821
+
822
+ }
823
+
824
+ echo $_mw_adminimize_admin_head;
825
+ }
826
+
827
+
828
+ /**
829
+ * set global options in backend in all areas
830
+ */
831
+ function _mw_adminimize_set_global_option() {
832
+
833
+ $user_roles = get_all_user_roles();
834
+
835
+ $_mw_adminimize_admin_head = '';
836
+
837
+ remove_action('admin_head', 'index_js');
838
+
839
+ foreach ($user_roles as $role) {
840
+ $disabled_global_option_[$role] = _mw_adminimize_getOptionValue('mw_adminimize_disabled_global_option_'. $role .'_items');
841
+ }
842
+
843
+ foreach ($user_roles as $role) {
844
+ if ( !isset($disabled_global_option_[$role]['0']) )
845
+ $disabled_global_option_[$role]['0'] = '';
846
+ }
847
+
848
+ // new 1.7.8
849
+ foreach ($user_roles as $role) {
850
+ $user = wp_get_current_user();
851
+ if ( in_array($role, $user->roles) ) {
852
+ if ( current_user_can($role) && is_array($disabled_global_option_[$role]) ) {
853
+ $global_options = implode(', ', $disabled_global_option_[$role]);
854
+ }
855
+ }
856
+ }
857
+ $_mw_adminimize_admin_head .= '<!-- global options -->' . "\n";
858
+ $_mw_adminimize_admin_head .= '<style type="text/css">' . $global_options . ' {display: none !important;}</style>' . "\n";
859
+
860
+ if ($global_options)
861
+ echo $_mw_adminimize_admin_head;
862
+ }
863
+
864
+
865
+ /**
866
+ * set metabox options from database an area post
867
+ */
868
+ function _mw_adminimize_set_metabox_post_option() {
869
+
870
+ $user_roles = get_all_user_roles();
871
+
872
+ $_mw_adminimize_admin_head = '';
873
+
874
+ remove_action('admin_head', 'index_js');
875
+
876
+ foreach ($user_roles as $role) {
877
+ $disabled_metaboxes_post_[$role] = _mw_adminimize_getOptionValue('mw_adminimize_disabled_metaboxes_post_'. $role .'_items');
878
+
879
+ if ( !isset($disabled_metaboxes_post_[$role]['0']) )
880
+ $disabled_metaboxes_post_[$role]['0'] = '';
881
+
882
+ // new 1.7.8
883
+ foreach ($user_roles as $role) {
884
+ $user = wp_get_current_user();
885
+ if ( in_array($role, $user->roles) ) {
886
+ if ( current_user_can($role) && is_array($disabled_metaboxes_post_[$role]) ) {
887
+ $metaboxes = implode(',', $disabled_metaboxes_post_[$role]);
888
+ }
889
+ }
890
+ }
891
+ }
892
+
893
+ $_mw_adminimize_admin_head .= '<style type="text/css">' . $metaboxes . ' {display: none !important;}</style>' . "\n";
894
+
895
+ if ($metaboxes)
896
+ echo $_mw_adminimize_admin_head;
897
+ }
898
+
899
+
900
+ /**
901
+ * set metabox options from database an area page
902
+ */
903
+ function _mw_adminimize_set_metabox_page_option() {
904
+
905
+ $user_roles = get_all_user_roles();
906
+
907
+ $_mw_adminimize_admin_head = '';
908
+
909
+ remove_action('admin_head', 'index_js');
910
+
911
+ foreach ($user_roles as $role) {
912
+ $disabled_metaboxes_page_[$role] = _mw_adminimize_getOptionValue('mw_adminimize_disabled_metaboxes_page_'. $role .'_items');
913
+
914
+ if ( !isset($disabled_metaboxes_page_[$role]['0']) )
915
+ $disabled_metaboxes_page_[$role]['0'] = '';
916
+
917
+ // new 1.7.8
918
+ foreach ($user_roles as $role) {
919
+ $user = wp_get_current_user();
920
+ if ( in_array($role, $user->roles) ) {
921
+ if ( current_user_can($role) && is_array($disabled_metaboxes_page_[$role]) ) {
922
+ $metaboxes = implode(',', $disabled_metaboxes_page_[$role]);
923
+ }
924
+ }
925
+ }
926
+ }
927
+
928
+ $_mw_adminimize_admin_head .= '<style type="text/css">' . $metaboxes . ' {display: none !important;}</style>' . "\n";
929
+
930
+ if ($metaboxes)
931
+ echo $_mw_adminimize_admin_head;
932
+ }
933
+
934
+
935
+ /**
936
+ * set link options in area Links of Backend
937
+ */
938
+ function _mw_adminimize_set_link_option() {
939
+
940
+ $user_roles = get_all_user_roles();
941
+
942
+ $_mw_adminimize_admin_head = '';
943
+
944
+ remove_action('admin_head', 'index_js');
945
+
946
+ foreach ($user_roles as $role) {
947
+ $disabled_link_option_[$role] = _mw_adminimize_getOptionValue('mw_adminimize_disabled_link_option_'. $role .'_items');
948
+ }
949
+
950
+ foreach ($user_roles as $role) {
951
+ if ( !isset($disabled_link_option_[$role]['0']) )
952
+ $disabled_link_option_[$role]['0'] = '';
953
+ }
954
+
955
+ // new 1.7.8
956
+ foreach ($user_roles as $role) {
957
+ $user = wp_get_current_user();
958
+ if ( in_array($role, $user->roles) ) {
959
+ if ( current_user_can($role) && is_array($disabled_link_option_[$role]) ) {
960
+ $link_options = implode(',', $disabled_link_option_[$role]);
961
+ }
962
+ }
963
+ }
964
+ $_mw_adminimize_admin_head .= '<style type="text/css">' . $link_options . ' {display: none !important;}</style>' . "\n";
965
+
966
+ if ($link_options)
967
+ echo $_mw_adminimize_admin_head;
968
+ }
969
+
970
+
971
+ /**
972
+ * small user-info
973
+ * @uses $post_ID
974
+ */
975
+ function _mw_adminimize_small_user_info() {
976
+ ?>
977
+ <div id="small_user_info">
978
+ <p><a href="<?php echo wp_nonce_url( site_url('wp-login.php?action=logout'), 'log-out' ) ?>" title="<?php _e('Log Out') ?>"><?php _e('Log Out'); ?></a></p>
979
+ </div>
980
+ <?php
981
+ }
982
+
983
+
984
+ /**
985
+ * include options-page in wp-admin
986
+ */
987
+ require_once('adminimize_page.php');
988
+
989
+
990
+ /**
991
+ * credit in wp-footer
992
+ */
993
+ function _mw_adminimize_admin_footer() {
994
+ $plugin_data = get_plugin_data( __FILE__ );
995
+ $plugin_data['Title'] = $plugin_data['Name'];
996
+ if ( !empty($plugin_data['PluginURI']) && !empty($plugin_data['Name']) )
997
+ $plugin_data['Title'] = '<a href="' . $plugin_data['PluginURI'] . '" title="'.__( 'Visit plugin homepage' ).'">' . $plugin_data['Name'] . '</a>';
998
+
999
+ if ( basename($_SERVER['REQUEST_URI']) == 'adminimize.php') {
1000
+ printf('%1$s ' . __('plugin') . ' | ' . __('Version') . ' <a href="http://wordpress.org/extend/plugins/adminimize/changelog/" title="' . __('History', FB_ADMINIMIZE_TEXTDOMAIN ) . '">%2$s</a> | ' . __('Author') . ' %3$s<br />', $plugin_data['Title'], $plugin_data['Version'], $plugin_data['Author']);
1001
+ }
1002
+ if ( _mw_adminimize_getOptionValue('_mw_adminimize_advice') == 1 && basename($_SERVER['REQUEST_URI']) != 'adminimize.php' ) {
1003
+ printf('%1$s ' . __('plugin activate', FB_ADMINIMIZE_TEXTDOMAIN ) . ' | ' . stripslashes( _mw_adminimize_getOptionValue('_mw_adminimize_advice_txt') ) . '<br />', $plugin_data['Title']);
1004
+ }
1005
+ }
1006
+
1007
+
1008
+ /**
1009
+ * @version WP 2.8
1010
+ * Add action link(s) to plugins page
1011
+ *
1012
+ * @package Secure WordPress
1013
+ *
1014
+ * @param $links, $file
1015
+ * @return $links
1016
+ */
1017
+ function _mw_adminimize_filter_plugin_meta($links, $file) {
1018
+
1019
+ /* create link */
1020
+ if ( $file == FB_ADMINIMIZE_BASENAME ) {
1021
+ array_unshift(
1022
+ $links,
1023
+ sprintf( '<a href="options-general.php?page=%s">%s</a>', FB_ADMINIMIZE_BASENAME, __('Settings') )
1024
+ );
1025
+ }
1026
+
1027
+ return $links;
1028
+ }
1029
+
1030
+
1031
+ /**
1032
+ * Images/ Icons in base64-encoding
1033
+ * @use function _mw_adminimize_get_resource_url() for display
1034
+ */
1035
+ if ( isset($_GET['resource']) && !empty($_GET['resource']) ) {
1036
+ # base64 encoding performed by base64img.php from http://php.holtsmark.no
1037
+ $resources = array(
1038
+ 'adminimize.gif' =>
1039
+ 'R0lGODlhCwALAKIEAPb29tTU1Kurq5SUlP///wAAAAAAAAAAAC'.
1040
+ 'H5BAEAAAQALAAAAAALAAsAAAMlSErTuw1Ix4a8s4mYgxZbE4wf'.
1041
+ 'OIzkAJqop64nWm7tULHu0+xLAgA7'.
1042
+ '');
1043
+
1044
+ if (array_key_exists($_GET['resource'], $resources)) {
1045
+
1046
+ $content = base64_decode($resources[ $_GET['resource'] ]);
1047
+
1048
+ $lastMod = filemtime(__FILE__);
1049
+ $client = ( isset($_SERVER['HTTP_IF_MODIFIED_SINCE']) ? $_SERVER['HTTP_IF_MODIFIED_SINCE'] : false );
1050
+ // Checking if the client is validating his cache and if it is current.
1051
+ if (isset($client) && (strtotime($client) == $lastMod)) {
1052
+ // Client's cache IS current, so we just respond '304 Not Modified'.
1053
+ header('Last-Modified: '.gmdate('D, d M Y H:i:s', $lastMod).' GMT', true, 304);
1054
+ exit;
1055
+ } else {
1056
+ // Image not cached or cache outdated, we respond '200 OK' and output the image.
1057
+ header('Last-Modified: '.gmdate('D, d M Y H:i:s', $lastMod).' GMT', true, 200);
1058
+ header('Content-Length: '.strlen($content));
1059
+ header('Content-Type: image/' . substr(strrchr($_GET['resource'], '.'), 1) );
1060
+ echo $content;
1061
+ exit;
1062
+ }
1063
+ }
1064
+ }
1065
+
1066
+
1067
+ /**
1068
+ * Display Images/ Icons in base64-encoding
1069
+ * @return $resourceID
1070
+ */
1071
+ function _mw_adminimize_get_resource_url($resourceID) {
1072
+
1073
+ return trailingslashit( get_bloginfo('url') ) . '?resource=' . $resourceID;
1074
+ }
1075
+
1076
+
1077
+ /**
1078
+ * content of help
1079
+ *
1080
+ * @package Secure WordPress
1081
+ */
1082
+ function _mw_adminimize_contextual_help() {
1083
+
1084
+ $content = __('<a href="http://wordpress.org/extend/plugins/adminimize/">Documentation</a>', FB_ADMINIMIZE_TEXTDOMAIN );
1085
+ return $content;
1086
+ }
1087
+
1088
+
1089
+ /**
1090
+ * settings in plugin-admin-page
1091
+ */
1092
+ function _mw_adminimize_add_settings_page() {
1093
+ global $wp_version;
1094
+
1095
+ if ( current_user_can('switch_themes') && function_exists('add_submenu_page') ) {
1096
+
1097
+ $menutitle = '';
1098
+ if ( version_compare( $wp_version, '2.7alpha', '>' ) ) {
1099
+ $menutitle = '<img src="' . _mw_adminimize_get_resource_url('adminimize.gif') . '" alt="" />';
1100
+ }
1101
+ $menutitle .= ' ' . __('Adminimize', FB_ADMINIMIZE_TEXTDOMAIN );
1102
+
1103
+ $pagehook = add_submenu_page('options-general.php', __('Adminimize Options', FB_ADMINIMIZE_TEXTDOMAIN ), $menutitle, 'unfiltered_html', __FILE__, '_mw_adminimize_options');
1104
+ if ( version_compare( $wp_version, '2.7alpha', '>' ) )
1105
+ add_contextual_help( $pagehook, __( '<a href="http://wordpress.org/extend/plugins/adminimize/">Documentation</a>', FB_ADMINIMIZE_TEXTDOMAIN ) );
1106
+ else
1107
+ add_filter( 'contextual_help', '_mw_adminimize_contextual_help' );
1108
+
1109
+ add_filter( 'plugin_action_links', '_mw_adminimize_filter_plugin_meta', 10, 2 );
1110
+ }
1111
+ }
1112
+
1113
+
1114
+ /**
1115
+ * Set theme for users
1116
+ */
1117
+ function _mw_adminimize_set_theme() {
1118
+
1119
+ if ( !current_user_can('edit_users') )
1120
+ wp_die(__('Cheatin&#8217; uh?'));
1121
+
1122
+ $user_ids = $_POST[mw_adminimize_theme_items];
1123
+ $admin_color = htmlspecialchars( stripslashes( $_POST[_mw_adminimize_set_theme] ) );
1124
+
1125
+ if ( !$user_ids )
1126
+ return false;
1127
+
1128
+ foreach( $user_ids as $user_id) {
1129
+ update_usermeta($user_id, 'admin_color', $admin_color);
1130
+ }
1131
+ }
1132
+
1133
+
1134
+ /**
1135
+ * read otpions
1136
+ */
1137
+ function _mw_adminimize_getOptionValue($key) {
1138
+
1139
+ $adminimizeoptions = get_option('mw_adminimize');
1140
+ if ( isset($adminimizeoptions[$key]) )
1141
+ return ($adminimizeoptions[$key]);
1142
+ }
1143
+
1144
+
1145
+ /**
1146
+ * Update options in database
1147
+ */
1148
+ function _mw_adminimize_update() {
1149
+ global $menu, $submenu, $adminimizeoptions;
1150
+
1151
+ $user_roles = get_all_user_roles();
1152
+
1153
+ if (isset($_POST['_mw_adminimize_user_info'])) {
1154
+ $adminimizeoptions['_mw_adminimize_user_info'] = strip_tags(stripslashes($_POST['_mw_adminimize_user_info']));
1155
+ } else {
1156
+ $adminimizeoptions['_mw_adminimize_user_info'] = 0;
1157
+ }
1158
+
1159
+ if (isset($_POST['_mw_adminimize_dashmenu'])) {
1160
+ $adminimizeoptions['_mw_adminimize_dashmenu'] = strip_tags(stripslashes($_POST['_mw_adminimize_dashmenu']));
1161
+ } else {
1162
+ $adminimizeoptions['_mw_adminimize_dashmenu'] = 0;
1163
+ }
1164
+
1165
+ if (isset($_POST['_mw_adminimize_footer'])) {
1166
+ $adminimizeoptions['_mw_adminimize_footer'] = strip_tags(stripslashes($_POST['_mw_adminimize_footer']));
1167
+ } else {
1168
+ $adminimizeoptions['_mw_adminimize_footer'] = 0;
1169
+ }
1170
+
1171
+ if (isset($_POST['_mw_adminimize_header'])) {
1172
+ $adminimizeoptions['_mw_adminimize_header'] = strip_tags(stripslashes($_POST['_mw_adminimize_header']));
1173
+ } else {
1174
+ $adminimizeoptions['_mw_adminimize_header'] = 0;
1175
+ }
1176
+
1177
+ if (isset($_POST['_mw_adminimize_writescroll'])) {
1178
+ $adminimizeoptions['_mw_adminimize_writescroll'] = strip_tags(stripslashes($_POST['_mw_adminimize_writescroll']));
1179
+ } else {
1180
+ $adminimizeoptions['_mw_adminimize_writescroll'] = 0;
1181
+ }
1182
+
1183
+ if (isset($_POST['_mw_adminimize_tb_window'])) {
1184
+ $adminimizeoptions['_mw_adminimize_tb_window'] = strip_tags(stripslashes($_POST['_mw_adminimize_tb_window']));
1185
+ } else {
1186
+ $adminimizeoptions['_mw_adminimize_tb_window'] = 0;
1187
+ }
1188
+
1189
+ if (isset($_POST['_mw_adminimize_cat_full'])) {
1190
+ $adminimizeoptions['_mw_adminimize_cat_full'] = strip_tags(stripslashes($_POST['_mw_adminimize_cat_full']));
1191
+ } else {
1192
+ $adminimizeoptions['_mw_adminimize_cat_full'] = 0;
1193
+ }
1194
+
1195
+ if (isset($_POST['_mw_adminimize_db_redirect'])) {
1196
+ $adminimizeoptions['_mw_adminimize_db_redirect'] = strip_tags(stripslashes($_POST['_mw_adminimize_db_redirect']));
1197
+ } else {
1198
+ $adminimizeoptions['_mw_adminimize_db_redirect'] = 0;
1199
+ }
1200
+
1201
+ if (isset($_POST['_mw_adminimize_ui_redirect'])) {
1202
+ $adminimizeoptions['_mw_adminimize_ui_redirect'] = strip_tags(stripslashes($_POST['_mw_adminimize_ui_redirect']));
1203
+ } else {
1204
+ $adminimizeoptions['_mw_adminimize_ui_redirect'] = 0;
1205
+ }
1206
+
1207
+ if (isset($_POST['_mw_adminimize_advice'])) {
1208
+ $adminimizeoptions['_mw_adminimize_advice'] = strip_tags(stripslashes($_POST['_mw_adminimize_advice']));
1209
+ } else {
1210
+ $adminimizeoptions['_mw_adminimize_advice'] = 0;
1211
+ }
1212
+
1213
+ if (isset($_POST['_mw_adminimize_advice_txt'])) {
1214
+ $adminimizeoptions['_mw_adminimize_advice_txt'] = stripslashes($_POST['_mw_adminimize_advice_txt']);
1215
+ } else {
1216
+ $adminimizeoptions['_mw_adminimize_advice_txt'] = 0;
1217
+ }
1218
+
1219
+ if (isset($_POST['_mw_adminimize_timestamp'])) {
1220
+ $adminimizeoptions['_mw_adminimize_timestamp'] = strip_tags(stripslashes($_POST['_mw_adminimize_timestamp']));
1221
+ } else {
1222
+ $adminimizeoptions['_mw_adminimize_timestamp'] = 0;
1223
+ }
1224
+
1225
+ if (isset($_POST['_mw_adminimize_control_flashloader'])) {
1226
+ $adminimizeoptions['_mw_adminimize_control_flashloader'] = strip_tags(stripslashes($_POST['_mw_adminimize_control_flashloader']));
1227
+ } else {
1228
+ $adminimizeoptions['_mw_adminimize_control_flashloader'] = 0;
1229
+ }
1230
+
1231
+ if (isset($_POST['_mw_adminimize_db_redirect_txt'])) {
1232
+ $adminimizeoptions['_mw_adminimize_db_redirect_txt'] = stripslashes($_POST['_mw_adminimize_db_redirect_txt']);
1233
+ } else {
1234
+ $adminimizeoptions['_mw_adminimize_db_redirect_txt'] = 0;
1235
+ }
1236
+
1237
+ // menu update
1238
+ foreach ($user_roles as $role) {
1239
+ if (isset($_POST['mw_adminimize_disabled_menu_'. $role .'_items'])) {
1240
+ $adminimizeoptions['mw_adminimize_disabled_menu_'. $role .'_items'] = $_POST['mw_adminimize_disabled_menu_'. $role .'_items'];
1241
+ } else {
1242
+ $adminimizeoptions['mw_adminimize_disabled_menu_'. $role .'_items'] = array();
1243
+ }
1244
+
1245
+ if (isset($_POST['mw_adminimize_disabled_submenu_'. $role .'_items'])) {
1246
+ $adminimizeoptions['mw_adminimize_disabled_submenu_'. $role .'_items'] = $_POST['mw_adminimize_disabled_submenu_'. $role .'_items'];
1247
+ } else {
1248
+ $adminimizeoptions['mw_adminimize_disabled_submenu_'. $role .'_items'] = array();
1249
+ }
1250
+ }
1251
+
1252
+ // global_options, metaboxes update
1253
+ foreach ($user_roles as $role) {
1254
+ if (isset($_POST['mw_adminimize_disabled_global_option_'. $role . '_items'])) {
1255
+ $adminimizeoptions['mw_adminimize_disabled_global_option_'. $role . '_items'] = $_POST['mw_adminimize_disabled_global_option_'. $role . '_items'];
1256
+ } else {
1257
+ $adminimizeoptions['mw_adminimize_disabled_global_option_'. $role . '_items'] = array();
1258
+ }
1259
+
1260
+ if (isset($_POST['mw_adminimize_disabled_metaboxes_post_'. $role . '_items'])) {
1261
+ $adminimizeoptions['mw_adminimize_disabled_metaboxes_post_'. $role . '_items'] = $_POST['mw_adminimize_disabled_metaboxes_post_'. $role . '_items'];
1262
+ } else {
1263
+ $adminimizeoptions['mw_adminimize_disabled_metaboxes_post_'. $role . '_items'] = array();
1264
+ }
1265
+
1266
+ if (isset($_POST['mw_adminimize_disabled_metaboxes_page_'. $role . '_items'])) {
1267
+ $adminimizeoptions['mw_adminimize_disabled_metaboxes_page_'. $role . '_items'] = $_POST['mw_adminimize_disabled_metaboxes_page_'. $role . '_items'];
1268
+ } else {
1269
+ $adminimizeoptions['mw_adminimize_disabled_metaboxes_page_'. $role . '_items'] = array();
1270
+ }
1271
+
1272
+ if (isset($_POST['mw_adminimize_disabled_link_option_'. $role . '_items'])) {
1273
+ $adminimizeoptions['mw_adminimize_disabled_link_option_'. $role . '_items'] = $_POST['mw_adminimize_disabled_link_option_'. $role . '_items'];
1274
+ } else {
1275
+ $adminimizeoptions['mw_adminimize_disabled_link_option_'. $role . '_items'] = array();
1276
+ }
1277
+ }
1278
+
1279
+ // own options
1280
+ if (isset($_POST['_mw_adminimize_own_values'])) {
1281
+ $adminimizeoptions['_mw_adminimize_own_values'] = stripslashes($_POST['_mw_adminimize_own_values']);
1282
+ } else {
1283
+ $adminimizeoptions['_mw_adminimize_own_values'] = 0;
1284
+ }
1285
+
1286
+ if (isset($_POST['_mw_adminimize_own_options'])) {
1287
+ $adminimizeoptions['_mw_adminimize_own_options'] = stripslashes($_POST['_mw_adminimize_own_options']);
1288
+ } else {
1289
+ $adminimizeoptions['_mw_adminimize_own_options'] = 0;
1290
+ }
1291
+
1292
+ // own post options
1293
+ if (isset($_POST['_mw_adminimize_own_post_values'])) {
1294
+ $adminimizeoptions['_mw_adminimize_own_post_values'] = stripslashes($_POST['_mw_adminimize_own_post_values']);
1295
+ } else {
1296
+ $adminimizeoptions['_mw_adminimize_own_post_values'] = 0;
1297
+ }
1298
+
1299
+ if (isset($_POST['_mw_adminimize_own_post_options'])) {
1300
+ $adminimizeoptions['_mw_adminimize_own_post_options'] = stripslashes($_POST['_mw_adminimize_own_post_options']);
1301
+ } else {
1302
+ $adminimizeoptions['_mw_adminimize_own_post_options'] = 0;
1303
+ }
1304
+
1305
+ // own page options
1306
+ if (isset($_POST['_mw_adminimize_own_page_values'])) {
1307
+ $adminimizeoptions['_mw_adminimize_own_page_values'] = stripslashes($_POST['_mw_adminimize_own_page_values']);
1308
+ } else {
1309
+ $adminimizeoptions['_mw_adminimize_own_page_values'] = 0;
1310
+ }
1311
+
1312
+ if (isset($_POST['_mw_adminimize_own_page_options'])) {
1313
+ $adminimizeoptions['_mw_adminimize_own_page_options'] = stripslashes($_POST['_mw_adminimize_own_page_options']);
1314
+ } else {
1315
+ $adminimizeoptions['_mw_adminimize_own_page_options'] = 0;
1316
+ }
1317
+
1318
+ // own link options
1319
+ if (isset($_POST['_mw_adminimize_own_link_values'])) {
1320
+ $adminimizeoptions['_mw_adminimize_own_link_values'] = stripslashes($_POST['_mw_adminimize_own_link_values']);
1321
+ } else {
1322
+ $adminimizeoptions['_mw_adminimize_own_link_values'] = 0;
1323
+ }
1324
+
1325
+ if (isset($_POST['_mw_adminimize_own_link_options'])) {
1326
+ $adminimizeoptions['_mw_adminimize_own_link_options'] = stripslashes($_POST['_mw_adminimize_own_link_options']);
1327
+ } else {
1328
+ $adminimizeoptions['_mw_adminimize_own_link_options'] = 0;
1329
+ }
1330
+
1331
+ // update
1332
+ update_option('mw_adminimize', $adminimizeoptions);
1333
+ $adminimizeoptions = get_option('mw_adminimize');
1334
+
1335
+ $myErrors = new _mw_adminimize_message_class();
1336
+ $myErrors = '<div id="message" class="updated fade"><p>' . $myErrors->get_error('_mw_adminimize_update') . '</p></div>';
1337
+ echo $myErrors;
1338
+ }
1339
+
1340
+
1341
+ /**
1342
+ * Delete options in database
1343
+ */
1344
+ function _mw_adminimize_deinstall() {
1345
+
1346
+ delete_option('mw_adminimize');
1347
+ }
1348
+
1349
+
1350
+ /**
1351
+ * Install options in database
1352
+ */
1353
+ function _mw_adminimize_install() {
1354
+ global $menu, $submenu;
1355
+
1356
+ $user_roles = get_all_user_roles();
1357
+ $adminimizeoptions = array();
1358
+
1359
+ foreach ($user_roles as $role) {
1360
+ $adminimizeoptions['mw_adminimize_disabled_menu_'. $role .'_items'] = array();
1361
+ $adminimizeoptions['mw_adminimize_disabled_submenu_'. $role .'_items'] = array();
1362
+ $adminimizeoptions['mw_adminimize_disabled_global_option_'. $role .'_items'] = array();
1363
+ $adminimizeoptions['mw_adminimize_disabled_metaboxes_post_'. $role .'_items'] = array();
1364
+ $adminimizeoptions['mw_adminimize_disabled_metaboxes_page_'. $role .'_items'] = array();
1365
+ }
1366
+
1367
+ $adminimizeoptions['mw_adminimize_default_menu'] = $menu;
1368
+ $adminimizeoptions['mw_adminimize_default_submenu'] = $submenu;
1369
+
1370
+ add_option('mw_adminimize', $adminimizeoptions);
1371
+ }
1372
+
1373
+ /**
1374
+ * export options in file
1375
+ */
1376
+ function _mw_adminimize_export() {
1377
+ global $wpdb;
1378
+
1379
+ $filename = 'adminimize_export-' . date('Y-m-d_G-i-s') . '.seq';
1380
+
1381
+ header("Content-Description: File Transfer");
1382
+ header("Content-Disposition: attachment; filename=" . urlencode($filename));
1383
+ header("Content-Type: application/force-download");
1384
+ header("Content-Type: application/octet-stream");
1385
+ header("Content-Type: application/download");
1386
+ header('Content-Type: text/seq; charset=' . get_option('blog_charset'), true);
1387
+ flush();
1388
+
1389
+ $export_data = mysql_query("SELECT option_value FROM $wpdb->options WHERE option_name = 'mw_adminimize'");
1390
+ $export_data = mysql_result($export_data, 0);
1391
+ echo $export_data;
1392
+ flush();
1393
+ }
1394
+
1395
+ /**
1396
+ * import options in table _options
1397
+ */
1398
+ function _mw_adminimize_import() {
1399
+
1400
+ // check file extension
1401
+ $str_file_name = $_FILES['datei']['name'];
1402
+ $str_file_ext = explode(".", $str_file_name);
1403
+
1404
+ if ($str_file_ext[1] != 'seq') {
1405
+ $addreferer = 'notexist';
1406
+ } elseif (file_exists($_FILES['datei']['name'])) {
1407
+ $addreferer = 'exist';
1408
+ } else {
1409
+ // path for file
1410
+ $str_ziel = WP_CONTENT_DIR . '/' . $_FILES['datei']['name'];
1411
+ // transfer
1412
+ move_uploaded_file($_FILES['datei']['tmp_name'], $str_ziel);
1413
+ // access authorisation
1414
+ chmod($str_ziel, 0644);
1415
+ // SQL import
1416
+ ini_set('default_socket_timeout', 120);
1417
+ $import_file = file_get_contents($str_ziel);
1418
+ _mw_adminimize_deinstall();
1419
+ $import_file = unserialize($import_file);
1420
+ update_option('mw_adminimize', $import_file);
1421
+ unlink($str_ziel);
1422
+ $addreferer = 'true';
1423
+ }
1424
+
1425
+ $myErrors = new _mw_adminimize_message_class();
1426
+ $myErrors = '<div id="message" class="updated fade"><p>' . $myErrors->get_error('_mw_adminimize_import') . '</p></div>';
1427
+ echo $myErrors;
1428
+ }
1429
+
1430
+ ?>
adminimize_export-2010-09-15_7-23-00.seq DELETED
@@ -1 +0,0 @@
1
- a:54:{s:47:"mw_adminimize_disabled_menu_administrator_items";a:0:{}s:50:"mw_adminimize_disabled_submenu_administrator_items";a:0:{}s:56:"mw_adminimize_disabled_global_option_administrator_items";a:0:{}s:57:"mw_adminimize_disabled_metaboxes_post_administrator_items";a:0:{}s:57:"mw_adminimize_disabled_metaboxes_page_administrator_items";a:0:{}s:40:"mw_adminimize_disabled_menu_editor_items";a:0:{}s:43:"mw_adminimize_disabled_submenu_editor_items";a:0:{}s:49:"mw_adminimize_disabled_global_option_editor_items";a:0:{}s:50:"mw_adminimize_disabled_metaboxes_post_editor_items";a:0:{}s:50:"mw_adminimize_disabled_metaboxes_page_editor_items";a:0:{}s:40:"mw_adminimize_disabled_menu_author_items";a:0:{}s:43:"mw_adminimize_disabled_submenu_author_items";a:0:{}s:49:"mw_adminimize_disabled_global_option_author_items";a:0:{}s:50:"mw_adminimize_disabled_metaboxes_post_author_items";a:0:{}s:50:"mw_adminimize_disabled_metaboxes_page_author_items";a:0:{}s:45:"mw_adminimize_disabled_menu_contributor_items";a:0:{}s:48:"mw_adminimize_disabled_submenu_contributor_items";a:0:{}s:54:"mw_adminimize_disabled_global_option_contributor_items";a:0:{}s:55:"mw_adminimize_disabled_metaboxes_post_contributor_items";a:0:{}s:55:"mw_adminimize_disabled_metaboxes_page_contributor_items";a:0:{}s:44:"mw_adminimize_disabled_menu_subscriber_items";a:0:{}s:47:"mw_adminimize_disabled_submenu_subscriber_items";a:1:{i:0;s:9:"index.php";}s:53:"mw_adminimize_disabled_global_option_subscriber_items";a:0:{}s:54:"mw_adminimize_disabled_metaboxes_post_subscriber_items";a:0:{}s:54:"mw_adminimize_disabled_metaboxes_page_subscriber_items";a:0:{}s:26:"mw_adminimize_default_menu";a:16:{i:2;a:7:{i:0;s:9:"Dashboard";i:1;s:4:"read";i:2;s:9:"index.php";i:3;s:0:"";i:4;s:57:"menu-top menu-top-first menu-icon-dashboard menu-top-last";i:5;s:14:"menu-dashboard";i:6;s:3:"div";}i:4;a:5:{i:0;s:0:"";i:1;s:4:"read";i:2;s:10:"separator1";i:3;s:0:"";i:4;s:17:"wp-menu-separator";}i:5;a:7:{i:0;s:7:"Artikel";i:1;s:10:"edit_posts";i:2;s:8:"edit.php";i:3;s:0:"";i:4;s:52:"open-if-no-js menu-top menu-icon-post menu-top-first";i:5;s:10:"menu-posts";i:6;s:3:"div";}i:10;a:7:{i:0;s:9:"Mediathek";i:1;s:12:"upload_files";i:2;s:10:"upload.php";i:3;s:0:"";i:4;s:24:"menu-top menu-icon-media";i:5;s:10:"menu-media";i:6;s:3:"div";}i:15;a:7:{i:0;s:5:"Links";i:1;s:12:"manage_links";i:2;s:16:"link-manager.php";i:3;s:0:"";i:4;s:24:"menu-top menu-icon-links";i:5;s:10:"menu-links";i:6;s:3:"div";}i:20;a:7:{i:0;s:6:"Seiten";i:1;s:10:"edit_pages";i:2;s:23:"edit.php?post_type=page";i:3;s:0:"";i:4;s:23:"menu-top menu-icon-page";i:5;s:10:"menu-pages";i:6;s:3:"div";}i:25;a:7:{i:0;s:94:"Kommentare <span id='awaiting-mod' class='count-0'><span class='pending-count'>0</span></span>";i:1;s:10:"edit_posts";i:2;s:17:"edit-comments.php";i:3;s:0:"";i:4;s:41:"menu-top menu-icon-comments menu-top-last";i:5;s:13:"menu-comments";i:6;s:3:"div";}i:59;a:5:{i:0;s:0:"";i:1;s:4:"read";i:2;s:10:"separator2";i:3;s:0:"";i:4;s:17:"wp-menu-separator";}i:60;a:7:{i:0;s:6:"Design";i:1;s:13:"switch_themes";i:2;s:10:"themes.php";i:3;s:0:"";i:4;s:44:"menu-top menu-icon-appearance menu-top-first";i:5;s:15:"menu-appearance";i:6;s:3:"div";}i:65;a:7:{i:0;s:87:"Plugins <span class='update-plugins count-0'><span class='plugin-count'>0</span></span>";i:1;s:16:"activate_plugins";i:2;s:11:"plugins.php";i:3;s:0:"";i:4;s:26:"menu-top menu-icon-plugins";i:5;s:12:"menu-plugins";i:6;s:3:"div";}i:70;a:7:{i:0;s:8:"Benutzer";i:1;s:10:"list_users";i:2;s:9:"users.php";i:3;s:0:"";i:4;s:24:"menu-top menu-icon-users";i:5;s:10:"menu-users";i:6;s:3:"div";}i:75;a:7:{i:0;s:9:"Werkzeuge";i:1;s:10:"edit_posts";i:2;s:9:"tools.php";i:3;s:0:"";i:4;s:24:"menu-top menu-icon-tools";i:5;s:10:"menu-tools";i:6;s:3:"div";}i:80;a:7:{i:0;s:13:"Einstellungen";i:1;s:14:"manage_options";i:2;s:19:"options-general.php";i:3;s:0:"";i:4;s:41:"menu-top menu-icon-settings menu-top-last";i:5;s:13:"menu-settings";i:6;s:3:"div";}i:99;a:5:{i:0;s:0:"";i:1;s:4:"read";i:2;s:14:"separator-last";i:3;s:0:"";i:4;s:22:"wp-menu-separator-last";}i:100;a:7:{i:0;s:8:"Formular";i:1;s:10:"edit_posts";i:2;s:5:"wpcf7";i:3;s:14:"Contact Form 7";i:4;s:43:"menu-top toplevel_page_wpcf7 menu-top-first";i:5;s:19:"toplevel_page_wpcf7";i:6;s:54:"http://www.brutzelstube.de/wp-admin/images/generic.png";}i:101;a:7:{i:0;s:5:"Polls";i:1;s:12:"manage_polls";i:2;s:26:"wp-polls/polls-manager.php";i:3;s:5:"Polls";i:4;s:59:"menu-top toplevel_page_wp-polls/polls-manager menu-top-last";i:5;s:36:"toplevel_page_wp-polls/polls-manager";i:6;s:70:"http://www.brutzelstube.de/wp-content/plugins/wp-polls/images/poll.png";}}s:29:"mw_adminimize_default_submenu";a:12:{s:9:"index.php";a:4:{i:0;a:3:{i:0;s:9:"Dashboard";i:1;s:4:"read";i:2;s:9:"index.php";}i:10;a:3:{i:0;s:105:"Aktualisierungen <span class='update-plugins count-0' title=''><span class='update-count'>0</span></span>";i:1;s:15:"install_plugins";i:2;s:15:"update-core.php";}i:11;a:4:{i:0;s:10:"Site Stats";i:1;s:13:"administrator";i:2;s:5:"stats";i:3;s:10:"Site Stats";}i:12;a:4:{i:0;s:19:"Akismet-Statistiken";i:1;s:14:"manage_options";i:2;s:21:"akismet-stats-display";i:3;s:19:"Akismet-Statistiken";}}s:8:"edit.php";a:4:{i:5;a:3:{i:0;s:7:"Artikel";i:1;s:10:"edit_posts";i:2;s:8:"edit.php";}i:10;a:3:{i:0;s:9:"Erstellen";i:1;s:10:"edit_posts";i:2;s:12:"post-new.php";}i:15;a:3:{i:0;s:10:"Kategorien";i:1;s:17:"manage_categories";i:2;s:31:"edit-tags.php?taxonomy=category";}i:16;a:3:{i:0;s:13:"Schlagwörter";i:1;s:17:"manage_categories";i:2;s:31:"edit-tags.php?taxonomy=post_tag";}}s:10:"upload.php";a:2:{i:5;a:3:{i:0;s:16:"Medienübersicht";i:1;s:12:"upload_files";i:2;s:10:"upload.php";}i:10;a:3:{i:0;s:17:"Datei hinzufügen";i:1;s:12:"upload_files";i:2;s:13:"media-new.php";}}s:16:"link-manager.php";a:3:{i:5;a:3:{i:0;s:5:"Links";i:1;s:12:"manage_links";i:2;s:16:"link-manager.php";}i:10;a:3:{i:0;s:16:"Link hinzufügen";i:1;s:12:"manage_links";i:2;s:12:"link-add.php";}i:15;a:3:{i:0;s:10:"Kategorien";i:1;s:17:"manage_categories";i:2;s:24:"edit-link-categories.php";}}s:23:"edit.php?post_type=page";a:2:{i:5;a:3:{i:0;s:6:"Seiten";i:1;s:10:"edit_pages";i:2;s:23:"edit.php?post_type=page";}i:10;a:3:{i:0;s:9:"Erstellen";i:1;s:10:"edit_pages";i:2;s:27:"post-new.php?post_type=page";}}s:10:"themes.php";a:5:{i:5;a:3:{i:0;s:6:"Themes";i:1;s:13:"switch_themes";i:2;s:10:"themes.php";}i:7;a:3:{i:0;s:7:"Widgets";i:1;s:18:"edit_theme_options";i:2;s:11:"widgets.php";}i:10;a:3:{i:0;s:6:"Menüs";i:1;s:18:"edit_theme_options";i:2;s:13:"nav-menus.php";}i:11;a:4:{i:0;s:17:"Mystique-Optionen";i:1;s:11:"edit_themes";i:2;s:14:"theme-settings";i:3;s:17:"Mystique-Optionen";}i:12;a:4:{i:0;s:6:"Editor";i:1;s:11:"edit_themes";i:2;s:16:"theme-editor.php";i:3;s:6:"Editor";}}s:11:"plugins.php";a:5:{i:5;a:3:{i:0;s:7:"Plugins";i:1;s:16:"activate_plugins";i:2;s:11:"plugins.php";}i:10;a:3:{i:0;s:12:"Installieren";i:1;s:15:"install_plugins";i:2;s:18:"plugin-install.php";}i:15;a:3:{i:0;s:6:"Editor";i:1;s:12:"edit_plugins";i:2;s:17:"plugin-editor.php";}i:16;a:4:{i:0;s:19:"WordPress.com Stats";i:1;s:14:"manage_options";i:2;s:7:"wpstats";i:3;s:26:"WordPress.com Stats Plugin";}i:17;a:4:{i:0;s:21:"Akismet-Konfiguration";i:1;s:14:"manage_options";i:2;s:18:"akismet-key-config";i:3;s:21:"Akismet-Konfiguration";}}s:9:"users.php";a:8:{i:5;a:3:{i:0;s:8:"Benutzer";i:1;s:10:"list_users";i:2;s:9:"users.php";}i:10;a:3:{i:0;s:11:"Hinzufügen";i:1;s:12:"create_users";i:2;s:12:"user-new.php";}i:15;a:3:{i:0;s:11:"Dein Profil";i:1;s:4:"read";i:2;s:11:"profile.php";}i:16;a:4:{i:0;s:7:"Avatars";i:1;i:1;i:2;s:11:"avatars.php";i:3;s:7:"Avatars";}i:17;a:4:{i:0;s:6:"Rollen";i:1;s:10:"edit_users";i:2;s:19:"role-management.php";i:3;s:17:"Rollen-Verwaltung";}i:18;a:4:{i:0;s:14:"Berechtigungen";i:1;s:10:"edit_users";i:2;s:38:"role-manager/capability-management.php";i:3;s:28:"Verwalten von Berechtigungen";}i:19;a:4:{i:0;s:31:"Rollen/Berechtigungen allgemein";i:1;s:10:"edit_users";i:2;s:11:"general.php";i:3;s:31:"Rollen/Berechtigungen allgemein";}i:20;a:4:{i:0;s:30:"Hilfe zu Rollen/Berechtigungen";i:1;s:10:"edit_users";i:2;s:8:"help.php";i:3;s:30:"Hilfe zu Rollen/Berechtigungen";}}s:9:"tools.php";a:4:{i:5;a:3:{i:0;s:9:"Werkzeuge";i:1;s:10:"edit_posts";i:2;s:9:"tools.php";}i:10;a:3:{i:0;s:17:"Daten importieren";i:1;s:6:"import";i:2;s:10:"import.php";}i:15;a:3:{i:0;s:17:"Daten exportieren";i:1;s:6:"import";i:2;s:10:"export.php";}i:16;a:4:{i:0;s:6:"Backup";i:1;s:6:"import";i:2;s:12:"wp-db-backup";i:3;s:6:"Backup";}}s:19:"options-general.php";a:16:{i:10;a:3:{i:0;s:9:"Allgemein";i:1;s:14:"manage_options";i:2;s:19:"options-general.php";}i:15;a:3:{i:0;s:9:"Schreiben";i:1;s:14:"manage_options";i:2;s:19:"options-writing.php";}i:20;a:3:{i:0;s:5:"Lesen";i:1;s:14:"manage_options";i:2;s:19:"options-reading.php";}i:25;a:3:{i:0;s:10:"Diskussion";i:1;s:14:"manage_options";i:2;s:22:"options-discussion.php";}i:30;a:3:{i:0;s:9:"Mediathek";i:1;s:14:"manage_options";i:2;s:17:"options-media.php";}i:35;a:3:{i:0;s:13:"Privatsphäre";i:1;s:14:"manage_options";i:2;s:19:"options-privacy.php";}i:40;a:3:{i:0;s:10:"Permalinks";i:1;s:14:"manage_options";i:2;s:21:"options-permalink.php";}i:41;a:4:{i:0;s:83:"<img src="http://www.brutzelstube.de/?resource=adminimize.gif" alt="" /> Adminimize";i:1;s:15:"unfiltered_html";i:2;s:25:"adminimize/adminimize.php";i:3;s:24:"Adminimize Einstellungen";}i:42;a:4:{i:0;s:19:"Faster Image Insert";i:1;i:8;i:2;s:43:"faster-image-insert/faster-image-insert.php";i:3;s:34:"Faster Image Insert - User Options";}i:43;a:4:{i:0;s:6:"Flattr";i:1;s:14:"manage_options";i:2;s:19:"flattr/settings.php";i:3;s:12:"Flattr Setup";}i:44;a:4:{i:0;s:16:"Google Analytics";i:1;i:8;i:2;s:23:"google-analyticator.php";i:3;s:28:"Google Analyticator Settings";}i:45;a:4:{i:0;s:16:"Google Analytics";i:1;s:10:"edit_users";i:2;s:30:"google-analytics-for-wordpress";i:3;s:30:"Google Analytics Configuration";}i:46;a:4:{i:0;s:12:"DDSitemapGen";i:1;i:8;i:2;s:39:"sitemap-generator/sitemap-generator.php";i:3;s:30:"Dagon Design Sitemap Generator";}i:47;a:4:{i:0;s:8:"WordTwit";i:1;i:9;i:2;s:12:"wordtwit.php";i:3;s:8:"WordTwit";}i:48;a:4:{i:0;s:10:"Mime types";i:1;s:14:"manage_options";i:2;s:15:"pjw-mime-config";i:3;s:10:"Mime types";}i:49;a:4:{i:0;s:16:"Comment Notifier";i:1;s:14:"manage_options";i:2;s:28:"comment-notifier/options.php";i:3;s:16:"Comment Notifier";}}s:5:"wpcf7";a:1:{i:0;a:4:{i:0;s:10:"Bearbeiten";i:1;s:10:"edit_posts";i:2;s:5:"wpcf7";i:3;s:23:"Bearbeite Contact Forms";}}s:26:"wp-polls/polls-manager.php";a:5:{i:0;a:4:{i:0;s:12:"Manage Polls";i:1;s:12:"manage_polls";i:2;s:26:"wp-polls/polls-manager.php";i:3;s:12:"Manage Polls";}i:1;a:4:{i:0;s:8:"Add Poll";i:1;s:12:"manage_polls";i:2;s:22:"wp-polls/polls-add.php";i:3;s:8:"Add Poll";}i:2;a:4:{i:0;s:12:"Poll Options";i:1;s:12:"manage_polls";i:2;s:26:"wp-polls/polls-options.php";i:3;s:12:"Poll Options";}i:3;a:4:{i:0;s:14:"Poll Templates";i:1;s:12:"manage_polls";i:2;s:28:"wp-polls/polls-templates.php";i:3;s:14:"Poll Templates";}i:4;a:4:{i:0;s:18:"Uninstall WP-Polls";i:1;s:12:"manage_polls";i:2;s:28:"wp-polls/polls-uninstall.php";i:3;s:18:"Uninstall WP-Polls";}}}s:24:"_mw_adminimize_user_info";s:1:"0";s:23:"_mw_adminimize_dashmenu";i:0;s:21:"_mw_adminimize_footer";s:1:"0";s:21:"_mw_adminimize_header";s:1:"0";s:26:"_mw_adminimize_writescroll";s:1:"0";s:24:"_mw_adminimize_tb_window";s:1:"0";s:23:"_mw_adminimize_cat_full";s:1:"0";s:26:"_mw_adminimize_db_redirect";s:1:"0";s:26:"_mw_adminimize_ui_redirect";i:0;s:21:"_mw_adminimize_advice";s:1:"0";s:25:"_mw_adminimize_advice_txt";s:0:"";s:24:"_mw_adminimize_timestamp";s:1:"0";s:34:"_mw_adminimize_control_flashloader";s:1:"0";s:30:"_mw_adminimize_db_redirect_txt";s:0:"";s:54:"mw_adminimize_disabled_link_option_administrator_items";a:0:{}s:47:"mw_adminimize_disabled_link_option_editor_items";a:0:{}s:47:"mw_adminimize_disabled_link_option_author_items";a:0:{}s:52:"mw_adminimize_disabled_link_option_contributor_items";a:0:{}s:51:"mw_adminimize_disabled_link_option_subscriber_items";a:0:{}s:25:"_mw_adminimize_own_values";s:0:"";s:26:"_mw_adminimize_own_options";s:0:"";s:30:"_mw_adminimize_own_post_values";s:0:"";s:31:"_mw_adminimize_own_post_options";s:0:"";s:30:"_mw_adminimize_own_page_values";s:0:"";s:31:"_mw_adminimize_own_page_options";s:0:"";s:30:"_mw_adminimize_own_link_values";s:0:"";s:31:"_mw_adminimize_own_link_options";s:0:"";}
 
adminimize_page.php ADDED
@@ -0,0 +1,1273 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * options-page in wp-admin
4
+ */
5
+
6
+ // export options
7
+ if ( isset( $_GET['_mw_adminimize_export'] ) ) {
8
+ _mw_adminimize_export();
9
+ die();
10
+ }
11
+
12
+ function _mw_adminimize_options() {
13
+ global $wpdb, $_wp_admin_css_colors, $wp_version, $wp_roles, $table_prefix;
14
+
15
+ $_mw_adminimize_user_info = '';
16
+
17
+ //get array with userroles
18
+ $user_roles = get_all_user_roles();
19
+ $user_roles_names = get_all_user_roles_names();
20
+
21
+ // update options
22
+ if ( ( isset($_POST['_mw_adminimize_action']) && $_POST['_mw_adminimize_action'] == '_mw_adminimize_insert') && $_POST['_mw_adminimize_save'] ) {
23
+
24
+ if ( function_exists('current_user_can') && current_user_can('manage_options') ) {
25
+ check_admin_referer('mw_adminimize_nonce');
26
+
27
+ _mw_adminimize_update();
28
+
29
+ } else {
30
+ $myErrors = new _mw_adminimize_message_class();
31
+ $myErrors = '<div id="message" class="error"><p>' . $myErrors->get_error('_mw_adminimize_access_denied') . '</p></div>';
32
+ wp_die($myErrors);
33
+ }
34
+ }
35
+
36
+ // import options
37
+ if ( ( isset($_POST['_mw_adminimize_action']) && $_POST['_mw_adminimize_action'] == '_mw_adminimize_import') && $_POST['_mw_adminimize_save'] ) {
38
+
39
+ if ( function_exists('current_user_can') && current_user_can('manage_options') ) {
40
+ check_admin_referer('mw_adminimize_nonce');
41
+
42
+ _mw_adminimize_import();
43
+
44
+ } else {
45
+ $myErrors = new _mw_adminimize_message_class();
46
+ $myErrors = '<div id="message" class="error"><p>' . $myErrors->get_error('_mw_adminimize_access_denied') . '</p></div>';
47
+ wp_die($myErrors);
48
+ }
49
+ }
50
+
51
+ // deinstall options
52
+ if ( ( isset($_POST['_mw_adminimize_action']) && $_POST['_mw_adminimize_action'] == '_mw_adminimize_deinstall') && ($_POST['_mw_adminimize_deinstall_yes'] != '_mw_adminimize_deinstall') ) {
53
+
54
+ $myErrors = new _mw_adminimize_message_class();
55
+ $myErrors = '<div id="message" class="error"><p>' . $myErrors->get_error('_mw_adminimize_deinstall_yes') . '</p></div>';
56
+ wp_die($myErrors);
57
+ }
58
+
59
+ if ( ( isset($_POST['_mw_adminimize_action']) && $_POST['_mw_adminimize_action'] == '_mw_adminimize_deinstall') && $_POST['_mw_adminimize_deinstall'] && ($_POST['_mw_adminimize_deinstall_yes'] == '_mw_adminimize_deinstall') ) {
60
+
61
+ if ( function_exists('current_user_can') && current_user_can('manage_options') ) {
62
+ check_admin_referer('mw_adminimize_nonce');
63
+
64
+ _mw_adminimize_deinstall();
65
+
66
+ $myErrors = new _mw_adminimize_message_class();
67
+ $myErrors = '<div id="message" class="updated fade"><p>' . $myErrors->get_error('_mw_adminimize_deinstall') . '</p></div>';
68
+ echo $myErrors;
69
+ } else {
70
+ $myErrors = new _mw_adminimize_message_class();
71
+ $myErrors = '<div id="message" class="error"><p>' . $myErrors->get_error('_mw_adminimize_access_denied') . '</p></div>';
72
+ wp_die($myErrors);
73
+ }
74
+ }
75
+
76
+ // load theme user data
77
+ if ( ( isset($_POST['_mw_adminimize_action']) && $_POST['_mw_adminimize_action'] == '_mw_adminimize_load_theme') && $_POST['_mw_adminimize_load'] ) {
78
+ if ( function_exists('current_user_can') && current_user_can('edit_users') ) {
79
+ check_admin_referer('mw_adminimize_nonce');
80
+
81
+ $myErrors = new _mw_adminimize_message_class();
82
+ $myErrors = '<div id="message" class="updated fade"><p>' . $myErrors->get_error('_mw_adminimize_load_theme') . '</p></div>';
83
+ echo $myErrors;
84
+ } else {
85
+ $myErrors = new _mw_adminimize_message_class();
86
+ $myErrors = '<div id="message" class="error"><p>' . $myErrors->get_error('_mw_adminimize_access_denied') . '</p></div>';
87
+ wp_die($myErrors);
88
+ }
89
+ }
90
+
91
+ if ( ( isset($_POST['_mw_adminimize_action']) && $_POST['_mw_adminimize_action'] == '_mw_adminimize_set_theme') && $_POST['_mw_adminimize_save'] ) {
92
+ if ( function_exists('current_user_can') && current_user_can('edit_users') ) {
93
+ check_admin_referer('mw_adminimize_nonce');
94
+
95
+ _mw_adminimize_set_theme();
96
+
97
+ $myErrors = new _mw_adminimize_message_class();
98
+ $myErrors = '<div id="message" class="updated fade"><p>' . $myErrors->get_error('_mw_adminimize_set_theme') . '</p></div>';
99
+ echo $myErrors;
100
+ } else {
101
+ $myErrors = new _mw_adminimize_message_class();
102
+ $myErrors = '<div id="message" class="error"><p>' . $myErrors->get_error('_mw_adminimize_access_denied') . '</p></div>';
103
+ wp_die($myErrors);
104
+ }
105
+ }
106
+ ?>
107
+ <div class="wrap">
108
+ <?php screen_icon('tools'); ?>
109
+ <h2><?php _e('Adminimize', FB_ADMINIMIZE_TEXTDOMAIN ); ?></h2>
110
+ <div id="poststuff" class="metabox-holder has-right-sidebar">
111
+
112
+ <div id="side-info-column" class="inner-sidebar">
113
+ <div class="meta-box-sortables">
114
+ <div id="about" class="postbox ">
115
+ <div class="handlediv" title="<?php _e('Click to toggle'); ?>"><br/></div>
116
+ <h3 class="hndle" id="about-sidebar"><?php _e('About the plugin', FB_ADMINIMIZE_TEXTDOMAIN ) ?></h3>
117
+ <div class="inside">
118
+ <p><?php _e('Further information: Visit the <a href="http://bueltge.de/wordpress-admin-theme-adminimize/674/">plugin homepage</a> for further information or to grab the latest version of this plugin.', FB_ADMINIMIZE_TEXTDOMAIN); ?></p>
119
+ <p>
120
+ <span style="float: left;">
121
+ <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
122
+ <input type="hidden" name="cmd" value="_s-xclick">
123
+ <input type="hidden" name="hosted_button_id" value="4578111">
124
+ <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" alt="<?php _e('PayPal - The safer, easier way to pay online!', FB_ADMINIMIZE_TEXTDOMAIN); ?>">
125
+ <img alt="" border="0" src="https://www.paypal.com/de_DE/i/scr/pixel.gif" width="1" height="1">
126
+ </form>
127
+ </span>
128
+ <?php _e('You want to thank me? Visit my <a href="http://bueltge.de/wunschliste/">wishlist</a> or donate.', FB_ADMINIMIZE_TEXTDOMAIN); ?>
129
+ </p>
130
+ <p>&copy; Copyright 2008 - <?php echo date('Y'); ?> <a href="http://bueltge.de">Frank B&uuml;ltge</a></p>
131
+ </div>
132
+ </div>
133
+ </div>
134
+ </div>
135
+
136
+ <div id="post-body" class="has-sidebar">
137
+ <div id="post-body-content" class="has-sidebar-content">
138
+ <div id="normal-sortables" class="meta-box-sortables">
139
+ <div id="about" class="postbox ">
140
+ <div class="handlediv" title="<?php _e('Click to toggle'); ?>"><br/></div>
141
+ <h3 class="hndle" id="menu"><?php _e('MiniMenu', FB_ADMINIMIZE_TEXTDOMAIN ) ?></h3>
142
+ <div class="inside">
143
+ <table class="widefat" cellspacing="0">
144
+ <tr class="alternate">
145
+ <td class="row-title"><a href="#backend_options"><?php _e('Backend Options', FB_ADMINIMIZE_TEXTDOMAIN ); ?></a></td>
146
+ </tr>
147
+ <tr>
148
+ <td class="row-title"><a href="#global_options"><?php _e('Global options', FB_ADMINIMIZE_TEXTDOMAIN ); ?></a></td>
149
+ </tr>
150
+ <tr class="alternate">
151
+ <td class="row-title"><a href="#config_menu"><?php _e('Menu Options', FB_ADMINIMIZE_TEXTDOMAIN ); ?></a></td>
152
+ </tr>
153
+ <tr>
154
+ <td class="row-title"><a href="#config_edit_post"><?php _e('Write options - Post', FB_ADMINIMIZE_TEXTDOMAIN ); ?></a></td>
155
+ </tr>
156
+ <tr class="alternate">
157
+ <td class="row-title"><a href="#config_edit_page"><?php _e('Write options - Page', FB_ADMINIMIZE_TEXTDOMAIN ); ?></a></td>
158
+ </tr>
159
+ <tr>
160
+ <td class="row-title"><a href="#links_options"><?php _e('Links options', FB_ADMINIMIZE_TEXTDOMAIN ); ?></a></td>
161
+ </tr>
162
+ <tr class="alternate">
163
+ <td class="row-title"><a href="#set_theme"><?php _e('Set Theme', FB_ADMINIMIZE_TEXTDOMAIN ); ?></a></td>
164
+ </tr>
165
+ <tr>
166
+ <td class="row-title"><a href="#import"><?php _e('Export/Import Options', FB_ADMINIMIZE_TEXTDOMAIN ); ?></a></td>
167
+ </tr>
168
+ <tr class="alternate">
169
+ <td class="row-title"><a href="#uninstall"><?php _e('Deinstall Options', FB_ADMINIMIZE_TEXTDOMAIN ); ?></a></td>
170
+ </tr>
171
+ <tr>
172
+ <td class="row-title"><a href="#about"><?php _e('About the plugin', FB_ADMINIMIZE_TEXTDOMAIN ); ?></a></td>
173
+ </tr>
174
+ </table>
175
+ </div>
176
+ </div>
177
+ </div>
178
+ </div>
179
+ </div>
180
+ <br class="clear"/>
181
+
182
+ </div>
183
+
184
+ <div id="poststuff" class="ui-sortable meta-box-sortables">
185
+ <div class="postbox">
186
+ <div class="handlediv" title="<?php _e('Click to toggle'); ?>"><br/></div>
187
+ <h3 class="hndle" id="backend_options"><?php _e('Backend Options', FB_ADMINIMIZE_TEXTDOMAIN ); ?></h3>
188
+ <div class="inside">
189
+
190
+ <form name="backend_option" method="post" id="_mw_adminimize_options" action="?page=<?php echo $_GET['page'];?>" >
191
+ <?php wp_nonce_field('mw_adminimize_nonce'); ?>
192
+ <br class="clear" />
193
+ <table summary="config" class="widefat">
194
+ <tbody>
195
+ <tr valign="top">
196
+ <td><?php _e('User-Info', FB_ADMINIMIZE_TEXTDOMAIN ); ?></td>
197
+ <td>
198
+ <?php $_mw_adminimize_user_info = _mw_adminimize_getOptionValue('_mw_adminimize_user_info'); ?>
199
+ <select name="_mw_adminimize_user_info">
200
+ <option value="0"<?php if ($_mw_adminimize_user_info == '0') { echo ' selected="selected"'; } ?>><?php _e('Default', FB_ADMINIMIZE_TEXTDOMAIN ); ?></option>
201
+ <option value="1"<?php if ($_mw_adminimize_user_info == '1') { echo ' selected="selected"'; } ?>><?php _e('Hide', FB_ADMINIMIZE_TEXTDOMAIN ); ?></option>
202
+ <option value="2"<?php if ($_mw_adminimize_user_info == '2') { echo ' selected="selected"'; } ?>><?php _e('Only logout', FB_ADMINIMIZE_TEXTDOMAIN ); ?></option>
203
+ <option value="3"<?php if ($_mw_adminimize_user_info == '3') { echo ' selected="selected"'; } ?>><?php _e('User &amp; Logout', FB_ADMINIMIZE_TEXTDOMAIN ); ?></option>
204
+ </select> <?php _e('The &quot;User-Info-area&quot; is on the top right side of the backend. You can hide or reduced show.', FB_ADMINIMIZE_TEXTDOMAIN ); ?>
205
+ </td>
206
+ </tr>
207
+ <?php if ( ($_mw_adminimize_user_info == '') || ($_mw_adminimize_user_info == '1') || ($_mw_adminimize_user_info == '0') ) $disabled_item = ' disabled="disabled"' ?>
208
+ <tr valign="top" class="form-invalid">
209
+ <td><?php _e('Change User-Info, redirect to', FB_ADMINIMIZE_TEXTDOMAIN ); ?></td>
210
+ <td>
211
+ <?php $_mw_adminimize_ui_redirect = _mw_adminimize_getOptionValue('_mw_adminimize_ui_redirect'); ?>
212
+ <select name="_mw_adminimize_ui_redirect" <?php if ( isset($disabled_item) ) echo $disabled_item; ?>>
213
+ <option value="0"<?php if ($_mw_adminimize_ui_redirect == '0') { echo ' selected="selected"'; } ?>><?php _e('Default', FB_ADMINIMIZE_TEXTDOMAIN ); ?></option>
214
+ <option value="1"<?php if ($_mw_adminimize_ui_redirect == '1') { echo ' selected="selected"'; } ?>><?php _e('Frontpage of the Blog', FB_ADMINIMIZE_TEXTDOMAIN ); ?>
215
+ </select> <?php _e('When the &quot;User-Info-area&quot; change it, then it is possible to change the redirect.', FB_ADMINIMIZE_TEXTDOMAIN ); ?>
216
+ </td>
217
+ </tr>
218
+ <tr valign="top">
219
+ <td><?php _e('Footer', FB_ADMINIMIZE_TEXTDOMAIN ); ?></td>
220
+ <td>
221
+ <?php $_mw_adminimize_footer = _mw_adminimize_getOptionValue('_mw_adminimize_footer'); ?>
222
+ <select name="_mw_adminimize_footer">
223
+ <option value="0"<?php if ($_mw_adminimize_footer == '0') { echo ' selected="selected"'; } ?>><?php _e('Default', FB_ADMINIMIZE_TEXTDOMAIN ); ?></option>
224
+ <option value="1"<?php if ($_mw_adminimize_footer == '1') { echo ' selected="selected"'; } ?>><?php _e('Hide', FB_ADMINIMIZE_TEXTDOMAIN ); ?></option>
225
+ </select> <?php _e('The Footer-area can hide, include all links and details.', FB_ADMINIMIZE_TEXTDOMAIN ); ?>
226
+ </td>
227
+ </tr>
228
+ <tr valign="top">
229
+ <td><?php _e('Header', FB_ADMINIMIZE_TEXTDOMAIN ); ?></td>
230
+ <td>
231
+ <?php $_mw_adminimize_header = _mw_adminimize_getOptionValue('_mw_adminimize_header'); ?>
232
+ <select name="_mw_adminimize_header">
233
+ <option value="0"<?php if ($_mw_adminimize_header == '0') { echo ' selected="selected"'; } ?>><?php _e('Default', FB_ADMINIMIZE_TEXTDOMAIN ); ?></option>
234
+ <option value="1"<?php if ($_mw_adminimize_header == '1') { echo ' selected="selected"'; } ?>><?php _e('Hide', FB_ADMINIMIZE_TEXTDOMAIN ); ?></option>
235
+ </select> <?php _e('The Header-area can hide, include all links and details.', FB_ADMINIMIZE_TEXTDOMAIN ); ?>
236
+ </td>
237
+ </tr>
238
+ <tr valign="top">
239
+ <td><?php _e('WriteScroll', FB_ADMINIMIZE_TEXTDOMAIN ); ?></td>
240
+ <td>
241
+ <?php $_mw_adminimize_writescroll = _mw_adminimize_getOptionValue('_mw_adminimize_writescroll'); ?>
242
+ <select name="_mw_adminimize_writescroll">
243
+ <option value="0"<?php if ($_mw_adminimize_writescroll == '0') { echo ' selected="selected"'; } ?>><?php _e('Default', FB_ADMINIMIZE_TEXTDOMAIN ); ?></option>
244
+ <option value="1"<?php if ($_mw_adminimize_writescroll == '1') { echo ' selected="selected"'; } ?>><?php _e('Activate', FB_ADMINIMIZE_TEXTDOMAIN ); ?></option>
245
+ </select> <?php _e('With the WriteScroll option active, these pages will automatically scroll to an optimal position for editing, when you visit Write Post or Write Page.', FB_ADMINIMIZE_TEXTDOMAIN ); ?>
246
+ </td>
247
+ </tr>
248
+ <tr valign="top">
249
+ <td><?php _e('Timestamp', FB_ADMINIMIZE_TEXTDOMAIN ); ?></td>
250
+ <td>
251
+ <?php $_mw_adminimize_timestamp = _mw_adminimize_getOptionValue('_mw_adminimize_timestamp'); ?>
252
+ <select name="_mw_adminimize_timestamp">
253
+ <option value="0"<?php if ($_mw_adminimize_timestamp == '0') { echo ' selected="selected"'; } ?>><?php _e('Default', FB_ADMINIMIZE_TEXTDOMAIN ); ?></option>
254
+ <option value="1"<?php if ($_mw_adminimize_timestamp == '1') { echo ' selected="selected"'; } ?>><?php _e('Activate', FB_ADMINIMIZE_TEXTDOMAIN ); ?></option>
255
+ </select> <?php _e('Opens the post timestamp editing fields without you having to click the "Edit" link every time.', FB_ADMINIMIZE_TEXTDOMAIN ); ?>
256
+ </td>
257
+ </tr>
258
+ <tr valign="top">
259
+ <td><?php _e('Thickbox FullScreen', FB_ADMINIMIZE_TEXTDOMAIN ); ?></td>
260
+ <td>
261
+ <?php $_mw_adminimize_tb_window = _mw_adminimize_getOptionValue('_mw_adminimize_tb_window'); ?>
262
+ <select name="_mw_adminimize_tb_window">
263
+ <option value="0"<?php if ($_mw_adminimize_tb_window == '0') { echo ' selected="selected"'; } ?>><?php _e('Default', FB_ADMINIMIZE_TEXTDOMAIN ); ?></option>
264
+ <option value="1"<?php if ($_mw_adminimize_tb_window == '1') { echo ' selected="selected"'; } ?>><?php _e('Activate', FB_ADMINIMIZE_TEXTDOMAIN ); ?></option>
265
+ </select> <?php _e('All Thickbox-function use the full area of the browser. Thickbox is for example in upload media-files.', FB_ADMINIMIZE_TEXTDOMAIN ); ?>
266
+ </td>
267
+ </tr>
268
+ <tr valign="top">
269
+ <td><?php _e('Flashuploader', FB_ADMINIMIZE_TEXTDOMAIN ); ?></td>
270
+ <td>
271
+ <?php $_mw_adminimize_control_flashloader = _mw_adminimize_getOptionValue('_mw_adminimize_control_flashloader'); ?>
272
+ <select name="_mw_adminimize_control_flashloader">
273
+ <option value="0"<?php if ($_mw_adminimize_control_flashloader == '0') { echo ' selected="selected"'; } ?>><?php _e('Default', FB_ADMINIMIZE_TEXTDOMAIN ); ?></option>
274
+ <option value="1"<?php if ($_mw_adminimize_control_flashloader == '1') { echo ' selected="selected"'; } ?>><?php _e('Activate', FB_ADMINIMIZE_TEXTDOMAIN ); ?></option>
275
+ </select> <?php _e('Disable the flashuploader and users use only the standard uploader.', FB_ADMINIMIZE_TEXTDOMAIN ); ?>
276
+ </td>
277
+ </tr>
278
+ <tr valign="top">
279
+ <td><?php _e('Category Height', FB_ADMINIMIZE_TEXTDOMAIN ); ?></td>
280
+ <td>
281
+ <?php $_mw_adminimize_cat_full = _mw_adminimize_getOptionValue('_mw_adminimize_cat_full'); ?>
282
+ <select name="_mw_adminimize_cat_full">
283
+ <option value="0"<?php if ($_mw_adminimize_cat_full == '0') { echo ' selected="selected"'; } ?>><?php _e('Default', FB_ADMINIMIZE_TEXTDOMAIN ); ?></option>
284
+ <option value="1"<?php if ($_mw_adminimize_cat_full == '1') { echo ' selected="selected"'; } ?>><?php _e('Activate', FB_ADMINIMIZE_TEXTDOMAIN ); ?></option>
285
+ </select> <?php _e('View the Meta Box with Categories in the full height, no scrollbar or whitespace.', FB_ADMINIMIZE_TEXTDOMAIN ); ?>
286
+ </td>
287
+ </tr>
288
+ <tr valign="top">
289
+ <td><?php _e('Advice in Footer', FB_ADMINIMIZE_TEXTDOMAIN ); ?></td>
290
+ <td>
291
+ <?php $_mw_adminimize_advice = _mw_adminimize_getOptionValue('_mw_adminimize_advice'); ?>
292
+ <select name="_mw_adminimize_advice">
293
+ <option value="0"<?php if ($_mw_adminimize_advice == '0') { echo ' selected="selected"'; } ?>><?php _e('Default', FB_ADMINIMIZE_TEXTDOMAIN ); ?></option>
294
+ <option value="1"<?php if ($_mw_adminimize_advice == '1') { echo ' selected="selected"'; } ?>><?php _e('Activate', FB_ADMINIMIZE_TEXTDOMAIN ); ?></option>
295
+ </select>
296
+ <textarea style="width: 85%;" class="code" rows="1" cols="60" name="_mw_adminimize_advice_txt" id="_mw_adminimize_advice_txt" ><?php echo htmlspecialchars(stripslashes(_mw_adminimize_getOptionValue('_mw_adminimize_advice_txt'))); ?></textarea><br /><?php _e('In the Footer you can display an advice for changing the Default-design, (x)HTML is possible.', FB_ADMINIMIZE_TEXTDOMAIN ); ?>
297
+ </td>
298
+ </tr>
299
+ <?php
300
+ // when remove dashboard
301
+ foreach ($user_roles as $role) {
302
+ $disabled_menu_[$role] = _mw_adminimize_getOptionValue('mw_adminimize_disabled_menu_'. $role .'_items');
303
+ $disabled_submenu_[$role] = _mw_adminimize_getOptionValue('mw_adminimize_disabled_submenu_'. $role .'_items');
304
+ }
305
+
306
+ $disabled_menu_all = array();
307
+ foreach ($user_roles as $role) {
308
+ array_push($disabled_menu_all, $disabled_menu_[$role]);
309
+ array_push($disabled_menu_all, $disabled_submenu_[$role]);
310
+ }
311
+
312
+ if ($disabled_menu_all != '') {
313
+ if ( !recursive_in_array('index.php', $disabled_menu_all) ) {
314
+ $disabled_item2 = ' disabled="disabled"';
315
+ }
316
+ ?>
317
+ <tr valign="top" class="form-invalid">
318
+ <td><?php _e('Dashboard deactivate, redirect to', FB_ADMINIMIZE_TEXTDOMAIN ); ?></td>
319
+ <td>
320
+ <?php $_mw_adminimize_db_redirect = _mw_adminimize_getOptionValue('_mw_adminimize_db_redirect'); ?>
321
+ <select name="_mw_adminimize_db_redirect"<?php if ( isset($disabled_item2) ) echo $disabled_item2; ?>>
322
+ <option value="0"<?php if ($_mw_adminimize_db_redirect == '0') { echo ' selected="selected"'; } ?>><?php _e('Default', FB_ADMINIMIZE_TEXTDOMAIN ); ?> (profile.php)</option>
323
+ <option value="1"<?php if ($_mw_adminimize_db_redirect == '1') { echo ' selected="selected"'; } ?>><?php _e('Manage Posts', FB_ADMINIMIZE_TEXTDOMAIN ); ?> (edit.php)</option>
324
+ <option value="2"<?php if ($_mw_adminimize_db_redirect == '2') { echo ' selected="selected"'; } ?>><?php _e('Manage Pages', FB_ADMINIMIZE_TEXTDOMAIN ); ?> (edit-pages.php)</option>
325
+ <option value="3"<?php if ($_mw_adminimize_db_redirect == '3') { echo ' selected="selected"'; } ?>><?php _e('Write Post', FB_ADMINIMIZE_TEXTDOMAIN ); ?> (post-new.php)</option>
326
+ <option value="4"<?php if ($_mw_adminimize_db_redirect == '4') { echo ' selected="selected"'; } ?>><?php _e('Write Page', FB_ADMINIMIZE_TEXTDOMAIN ); ?> (page-new.php)</option>
327
+ <option value="5"<?php if ($_mw_adminimize_db_redirect == '5') { echo ' selected="selected"'; } ?>><?php _e('Comments', FB_ADMINIMIZE_TEXTDOMAIN ); ?> (edit-comments.php)</option>
328
+ <option value="6"<?php if ($_mw_adminimize_db_redirect == '6') { echo ' selected="selected"'; } ?>><?php _e('other Page', FB_ADMINIMIZE_TEXTDOMAIN ); ?></option>
329
+ </select>
330
+ <textarea style="width: 85%;" class="code" rows="1" cols="60" name="_mw_adminimize_db_redirect_txt" id="_mw_adminimize_db_redirect_txt" ><?php echo htmlspecialchars(stripslashes(_mw_adminimize_getOptionValue('_mw_adminimize_db_redirect_txt'))); ?></textarea>
331
+ <br /><?php _e('You have deactivated the Dashboard, please select a page for redirection?', FB_ADMINIMIZE_TEXTDOMAIN ); ?>
332
+ </td>
333
+ </tr>
334
+ <?php
335
+ }
336
+ ?>
337
+ </tbody>
338
+ </table>
339
+ <p id="submitbutton">
340
+ <input class="button button-primary" type="submit" name="_mw_adminimize_save" value="<?php _e('Update Options', FB_ADMINIMIZE_TEXTDOMAIN ); ?> &raquo;" /><input type="hidden" name="page_options" value="'dofollow_timeout'" />
341
+ </p>
342
+ <p><a class="alignright button" href="javascript:void(0);" onclick="window.scrollTo(0,0);" style="margin:3px 0 0 30px;"><?php _e('scroll to top', FB_ADMINIMIZE_TEXTDOMAIN); ?></a><br class="clear" /></p>
343
+
344
+ </div>
345
+ </div>
346
+ </div>
347
+
348
+ <div id="poststuff" class="ui-sortable meta-box-sortables">
349
+ <div class="postbox">
350
+ <div class="handlediv" title="<?php _e('Click to toggle'); ?>"><br/></div>
351
+ <h3 class="hndle" id="global_options"><?php _e('Global options', FB_ADMINIMIZE_TEXTDOMAIN ); ?></h3>
352
+ <div class="inside">
353
+ <br class="clear" />
354
+
355
+ <table summary="config_edit_post" class="widefat">
356
+ <thead>
357
+ <tr>
358
+ <th><?php _e('Option', FB_ADMINIMIZE_TEXTDOMAIN ); ?></th>
359
+ <?php
360
+ foreach ($user_roles_names as $role_name) { ?>
361
+ <th><?php _e('Deactivate for', FB_ADMINIMIZE_TEXTDOMAIN ); echo '<br/>' . $role_name; ?></th>
362
+ <?php } ?>
363
+ </tr>
364
+ </thead>
365
+
366
+ <tbody>
367
+ <?php
368
+ foreach ($user_roles as $role) {
369
+ $disabled_global_option_[$role] = _mw_adminimize_getOptionValue('mw_adminimize_disabled_global_option_'. $role .'_items');
370
+ }
371
+
372
+ $global_options = array(
373
+ '#favorite-actions',
374
+ '#screen-meta',
375
+ '#screen-options, #screen-options-link-wrap',
376
+ '#contextual-help-link-wrap',
377
+ '#your-profile .form-table fieldset'
378
+ );
379
+
380
+ $global_options_names = array(
381
+ __('Favorite Actions', FB_ADMINIMIZE_TEXTDOMAIN),
382
+ __('Screen-Meta', FB_ADMINIMIZE_TEXTDOMAIN),
383
+ __('Screen Options', FB_ADMINIMIZE_TEXTDOMAIN),
384
+ __('Contextual Help', FB_ADMINIMIZE_TEXTDOMAIN),
385
+ __('Admin Color Scheme', FB_ADMINIMIZE_TEXTDOMAIN)
386
+ );
387
+
388
+ $_mw_adminimize_own_values = _mw_adminimize_getOptionValue('_mw_adminimize_own_values');
389
+ $_mw_adminimize_own_values = preg_split( "/\r\n/", $_mw_adminimize_own_values );
390
+ foreach ( (array) $_mw_adminimize_own_values as $key => $_mw_adminimize_own_value ) {
391
+ $_mw_adminimize_own_value = trim($_mw_adminimize_own_value);
392
+ array_push($global_options, $_mw_adminimize_own_value);
393
+ }
394
+
395
+ $_mw_adminimize_own_options = _mw_adminimize_getOptionValue('_mw_adminimize_own_options');
396
+ $_mw_adminimize_own_options = preg_split( "/\r\n/", $_mw_adminimize_own_options );
397
+ foreach ( (array) $_mw_adminimize_own_options as $key => $_mw_adminimize_own_option ) {
398
+ $_mw_adminimize_own_option = trim($_mw_adminimize_own_option);
399
+ array_push($global_options_names, $_mw_adminimize_own_option);
400
+ }
401
+
402
+ $x = 0;
403
+ foreach ($global_options as $index => $global_option) {
404
+ if ( $global_option != '') {
405
+ $checked_user_role_ = array();
406
+ foreach ($user_roles as $role) {
407
+ $checked_user_role_[$role] = ( isset($disabled_global_option_[$role]) && in_array($global_option, $disabled_global_option_[$role]) ) ? ' checked="checked"' : '';
408
+ }
409
+ echo '<tr>' . "\n";
410
+ echo '<td>' . $global_options_names[$index] . ' <span style="color:#ccc; font-weight: 400;">(' . $global_option . ')</span> </td>' . "\n";
411
+ foreach ($user_roles as $role) {
412
+ echo '<td class="num"><input id="check_post'. $role . $x .'" type="checkbox"' . $checked_user_role_[$role] . ' name="mw_adminimize_disabled_global_option_'. $role .'_items[]" value="' . $global_option . '" /></td>' . "\n";
413
+ }
414
+ echo '</tr>' . "\n";
415
+ $x++;
416
+ }
417
+ }
418
+ ?>
419
+ </tbody>
420
+ </table>
421
+
422
+ <?php
423
+ //your own global options
424
+ ?>
425
+ <br style="margin-top: 10px;" />
426
+ <table summary="config_edit_post" class="widefat">
427
+ <thead>
428
+ <tr>
429
+ <th><?php _e('Your own options', FB_ADMINIMIZE_TEXTDOMAIN ); echo '<br />'; _e('ID or class', FB_ADMINIMIZE_TEXTDOMAIN ); ?></th>
430
+ <th><?php echo '<br />'; _e('Option', FB_ADMINIMIZE_TEXTDOMAIN ); ?></th>
431
+ </tr>
432
+ </thead>
433
+
434
+ <tbody>
435
+ <tr valign="top">
436
+ <td colspan="2"><?php _e('It is possible to add your own IDs or classes from elements and tags. You can find IDs and classes with the FireBug Add-on for Firefox. Assign a value and the associate name per line.', FB_ADMINIMIZE_TEXTDOMAIN ); ?></td>
437
+ </tr>
438
+ <tr valign="top">
439
+ <td>
440
+ <textarea name="_mw_adminimize_own_options" cols="60" rows="3" id="_mw_adminimize_own_options" style="width: 95%;" ><?php echo _mw_adminimize_getOptionValue('_mw_adminimize_own_options'); ?></textarea>
441
+ <br />
442
+ <?php _e('Possible nomination for ID or class. Separate multiple nominations through a carriage return.', FB_ADMINIMIZE_TEXTDOMAIN ); ?>
443
+ </td>
444
+ <td>
445
+ <textarea class="code" name="_mw_adminimize_own_values" cols="60" rows="3" id="_mw_adminimize_own_values" style="width: 95%;" ><?php echo _mw_adminimize_getOptionValue('_mw_adminimize_own_values'); ?></textarea>
446
+ <br />
447
+ <?php _e('Possible IDs or classes. Separate multiple values through a carriage return.', FB_ADMINIMIZE_TEXTDOMAIN ); ?>
448
+ </td>
449
+ </tr>
450
+ </tbody>
451
+ </table>
452
+
453
+ <p id="submitbutton">
454
+ <input type="hidden" name="_mw_adminimize_action" value="_mw_adminimize_insert" />
455
+ <input class="button button-primary" type="submit" name="_mw_adminimize_save" value="<?php _e('Update Options', FB_ADMINIMIZE_TEXTDOMAIN ); ?> &raquo;" /><input type="hidden" name="page_options" value="'dofollow_timeout'" />
456
+ </p>
457
+ <p><a class="alignright button" href="javascript:void(0);" onclick="window.scrollTo(0,0);" style="margin:3px 0 0 30px;"><?php _e('scroll to top', FB_ADMINIMIZE_TEXTDOMAIN); ?></a><br class="clear" /></p>
458
+
459
+ </div>
460
+ </div>
461
+ </div>
462
+
463
+ <div id="poststuff" class="ui-sortable meta-box-sortables">
464
+ <div class="postbox">
465
+ <div class="handlediv" title="<?php _e('Click to toggle'); ?>"><br/></div>
466
+ <h3 class="hndle" id="config_menu"><?php _e('Menu Options', FB_ADMINIMIZE_TEXTDOMAIN ); ?></h3>
467
+ <div class="inside">
468
+ <br class="clear" />
469
+
470
+ <table summary="config_menu" class="widefat">
471
+ <thead>
472
+ <tr>
473
+ <th><?php _e('Menu options - Menu, <span style=\"font-weight: 400;\">Submenu</span>', FB_ADMINIMIZE_TEXTDOMAIN ); ?></th>
474
+
475
+ <?php foreach ($user_roles_names as $role_name) { ?>
476
+ <th><?php _e('Deactivate for', FB_ADMINIMIZE_TEXTDOMAIN ); echo '<br/>' . $role_name; ?></th>
477
+ <?php } ?>
478
+
479
+ </tr>
480
+ </thead>
481
+ <tbody>
482
+ <?php
483
+ $menu = _mw_adminimize_getOptionValue('mw_adminimize_default_menu');
484
+ $submenu = _mw_adminimize_getOptionValue('mw_adminimize_default_submenu');
485
+
486
+ foreach ($user_roles as $role) {
487
+ $disabled_metaboxes_post_[$role] = _mw_adminimize_getOptionValue('mw_adminimize_disabled_metaboxes_post_'. $role .'_items');
488
+ $disabled_metaboxes_page_[$role] = _mw_adminimize_getOptionValue('mw_adminimize_disabled_metaboxes_page_'. $role .'_items');
489
+ }
490
+
491
+ $metaboxes = array(
492
+ '#contextual-help-link-wrap',
493
+ '#screen-options-link-wrap',
494
+ '#titlediv',
495
+ '#pageslugdiv',
496
+ '#tagsdiv,#tagsdivsb,#tagsdiv-post_tag',
497
+ '#categorydiv,#categorydivsb',
498
+ '#category-add-toggle',
499
+ '#postexcerpt',
500
+ '#trackbacksdiv',
501
+ '#postcustom',
502
+ '#commentsdiv',
503
+ '#passworddiv',
504
+ '#authordiv',
505
+ '#revisionsdiv',
506
+ '.side-info',
507
+ '#notice',
508
+ '#post-body h2',
509
+ '#media-buttons',
510
+ '#wp-word-count',
511
+ '#slugdiv,#edit-slug-box',
512
+ '#misc-publishing-actions',
513
+ '#commentstatusdiv',
514
+ '#editor-toolbar #edButtonHTML, #quicktags'
515
+ );
516
+
517
+ if ( function_exists('current_theme_supports') && current_theme_supports( 'post-thumbnails', 'post' ) )
518
+ array_push($metaboxes, '#postimagediv');
519
+ if (class_exists('SimpleTagsAdmin'))
520
+ array_push($metaboxes, '#suggestedtags');
521
+ if (function_exists('tc_post'))
522
+ array_push($metaboxes, '#textcontroldiv');
523
+ if (class_exists('HTMLSpecialCharactersHelper'))
524
+ array_push($metaboxes, '#htmlspecialchars');
525
+ if (class_exists('All_in_One_SEO_Pack'))
526
+ array_push($metaboxes, '#postaiosp, #aiosp');
527
+ if (function_exists('tdomf_edit_post_panel_admin_head'))
528
+ array_push($metaboxes, '#tdomf');
529
+ if (function_exists('post_notification_form'))
530
+ array_push($metaboxes, '#post_notification');
531
+ if (function_exists('sticky_add_meta_box'))
532
+ array_push($metaboxes, '#poststickystatusdiv');
533
+
534
+ $metaboxes_names = array(
535
+ __('Help'),
536
+ __('Screen Options'),
537
+ __('Title', FB_ADMINIMIZE_TEXTDOMAIN),
538
+ __('Permalink', FB_ADMINIMIZE_TEXTDOMAIN ),
539
+ __('Tags', FB_ADMINIMIZE_TEXTDOMAIN ),
540
+ __('Categories', FB_ADMINIMIZE_TEXTDOMAIN ),
541
+ __('Add New Category', FB_ADMINIMIZE_TEXTDOMAIN ),
542
+ __('Excerpt', FB_ADMINIMIZE_TEXTDOMAIN ),
543
+ __('Trackbacks', FB_ADMINIMIZE_TEXTDOMAIN ),
544
+ __('Custom Fields'),
545
+ __('Comments', FB_ADMINIMIZE_TEXTDOMAIN ),
546
+ __('Password Protect This Post', FB_ADMINIMIZE_TEXTDOMAIN ),
547
+ __('Post Author'),
548
+ __('Post Revisions'),
549
+ __('Related, Shortcuts', FB_ADMINIMIZE_TEXTDOMAIN ),
550
+ __('Messenges', FB_ADMINIMIZE_TEXTDOMAIN ),
551
+ __('h2: Advanced Options', FB_ADMINIMIZE_TEXTDOMAIN ),
552
+ __('Media Buttons (all)', FB_ADMINIMIZE_TEXTDOMAIN ),
553
+ __('Word count', FB_ADMINIMIZE_TEXTDOMAIN ),
554
+ __('Post Slug'),
555
+ __('Publish Actions', FB_ADMINIMIZE_TEXTDOMAIN ),
556
+ __('Discussion'),
557
+ __('HTML Editor Button')
558
+ );
559
+
560
+ if ( function_exists('current_theme_supports') && current_theme_supports( 'post-thumbnails', 'post' ) )
561
+ array_push($metaboxes_names, __('Post Thumbnail') );
562
+ if (class_exists('SimpleTagsAdmin'))
563
+ array_push($metaboxes_names, __('Suggested tags from'));
564
+ if (function_exists('tc_post'))
565
+ array_push($metaboxes_names, __('Text Control'));
566
+ if (class_exists('HTMLSpecialCharactersHelper'))
567
+ array_push($metaboxes_names, __('HTML Special Characters'));
568
+ if (class_exists('All_in_One_SEO_Pack'))
569
+ array_push($metaboxes_names, __('All in One SEO Pack'));
570
+ if (function_exists('tdomf_edit_post_panel_admin_head'))
571
+ array_push($metaboxes_names, 'TDOMF');
572
+ if (function_exists('post_notification_form'))
573
+ array_push($metaboxes_names, 'Post Notification');
574
+ if (function_exists('sticky_add_meta_box'))
575
+ array_push($metaboxes, 'Post Sticky Status');
576
+
577
+ // add own post options
578
+ $_mw_adminimize_own_post_values = _mw_adminimize_getOptionValue('_mw_adminimize_own_post_values');
579
+ $_mw_adminimize_own_post_values = preg_split( "/\r\n/", $_mw_adminimize_own_post_values );
580
+ foreach ( (array) $_mw_adminimize_own_post_values as $key => $_mw_adminimize_own_post_value ) {
581
+ $_mw_adminimize_own_post_value = trim($_mw_adminimize_own_post_value);
582
+ array_push($metaboxes, $_mw_adminimize_own_post_value);
583
+ }
584
+
585
+ $_mw_adminimize_own_post_options = _mw_adminimize_getOptionValue('_mw_adminimize_own_post_options');
586
+ $_mw_adminimize_own_post_options = preg_split( "/\r\n/", $_mw_adminimize_own_post_options );
587
+ foreach ( (array) $_mw_adminimize_own_post_options as $key => $_mw_adminimize_own_post_option ) {
588
+ $_mw_adminimize_own_post_option = trim($_mw_adminimize_own_post_option);
589
+ array_push($metaboxes_names, $_mw_adminimize_own_post_option);
590
+ }
591
+
592
+ // pages
593
+ $metaboxes_page = array(
594
+ '#contextual-help-link-wrap',
595
+ '#screen-options-link-wrap',
596
+ '#titlediv',
597
+ '#pageslugdiv',
598
+ '#pagepostcustom, #pagecustomdiv, #postcustom',
599
+ '#pagecommentstatusdiv, #commentsdiv',
600
+ '#pagepassworddiv',
601
+ '#pageparentdiv',
602
+ '#pagetemplatediv',
603
+ '#pageorderdiv',
604
+ '#pageauthordiv, #authordiv',
605
+ '#revisionsdiv',
606
+ '.side-info',
607
+ '#notice',
608
+ '#post-body h2',
609
+ '#media-buttons',
610
+ '#wp-word-count',
611
+ '#slugdiv,#edit-slug-box',
612
+ '#misc-publishing-actions',
613
+ '#commentstatusdiv',
614
+ '#editor-toolbar #edButtonHTML, #quicktags'
615
+ );
616
+
617
+ if ( function_exists('current_theme_supports') && current_theme_supports( 'post-thumbnails', 'page' ) )
618
+ array_push($metaboxes_page, '#postimagediv' );
619
+ if (class_exists('SimpleTagsAdmin'))
620
+ array_push($metaboxes_page, '#suggestedtags');
621
+ if (class_exists('HTMLSpecialCharactersHelper'))
622
+ array_push($metaboxes_page, '#htmlspecialchars');
623
+ if (class_exists('All_in_One_SEO_Pack'))
624
+ array_push($metaboxes_page, '#postaiosp, #aiosp');
625
+ if (function_exists('tdomf_edit_post_panel_admin_head'))
626
+ array_push($metaboxes_page, '#tdomf');
627
+ if (function_exists('post_notification_form'))
628
+ array_push($metaboxes_page, '#post_notification');
629
+
630
+ $metaboxes_names_page = array(
631
+ __('Help'),
632
+ __('Screen Options'),
633
+ __('Title', FB_ADMINIMIZE_TEXTDOMAIN),
634
+ __('Permalink', FB_ADMINIMIZE_TEXTDOMAIN ),
635
+ __('Custom Fields'),
636
+ __('Comments &amp; Pings', FB_ADMINIMIZE_TEXTDOMAIN ),
637
+ __('Password Protect This Page', FB_ADMINIMIZE_TEXTDOMAIN ),
638
+ __('Attributes'),
639
+ __('Page Template', FB_ADMINIMIZE_TEXTDOMAIN ),
640
+ __('Page Order', FB_ADMINIMIZE_TEXTDOMAIN ),
641
+ __('Page Author'),
642
+ __('Page Revisions'),
643
+ __('Related', FB_ADMINIMIZE_TEXTDOMAIN ),
644
+ __('Messenges', FB_ADMINIMIZE_TEXTDOMAIN ),
645
+ __('h2: Advanced Options', FB_ADMINIMIZE_TEXTDOMAIN ),
646
+ __('Media Buttons (all)', FB_ADMINIMIZE_TEXTDOMAIN ),
647
+ __('Word count', FB_ADMINIMIZE_TEXTDOMAIN ),
648
+ __('Page Slug'),
649
+ __('Publish Actions', FB_ADMINIMIZE_TEXTDOMAIN ),
650
+ __('Discussion'),
651
+ __('HTML Editor Button')
652
+ );
653
+
654
+ if ( function_exists('current_theme_supports') && current_theme_supports( 'post-thumbnails', 'page' ) )
655
+ array_push($metaboxes_names_page, __('Page Image') );
656
+ if (class_exists('SimpleTagsAdmin'))
657
+ array_push($metaboxes_names_page, __('Suggested tags from', FB_ADMINIMIZE_TEXTDOMAIN ));
658
+ if (class_exists('HTMLSpecialCharactersHelper'))
659
+ array_push($metaboxes_names_page, __('HTML Special Characters'));
660
+ if (class_exists('All_in_One_SEO_Pack'))
661
+ array_push($metaboxes_names_page, 'All in One SEO Pack');
662
+ if (function_exists('tdomf_edit_post_panel_admin_head'))
663
+ array_push($metaboxes_names_page, 'TDOMF');
664
+ if (function_exists('post_notification_form'))
665
+ array_push($metaboxes_names_page, 'Post Notification');
666
+
667
+ // add own page options
668
+ $_mw_adminimize_own_page_values = _mw_adminimize_getOptionValue('_mw_adminimize_own_page_values');
669
+ $_mw_adminimize_own_page_values = preg_split( "/\r\n/", $_mw_adminimize_own_page_values );
670
+ foreach ( (array) $_mw_adminimize_own_page_values as $key => $_mw_adminimize_own_page_value ) {
671
+ $_mw_adminimize_own_page_value = trim($_mw_adminimize_own_page_value);
672
+ array_push($metaboxes_page, $_mw_adminimize_own_page_value);
673
+ }
674
+
675
+ $_mw_adminimize_own_page_options = _mw_adminimize_getOptionValue('_mw_adminimize_own_page_options');
676
+ $_mw_adminimize_own_page_options = preg_split( "/\r\n/", $_mw_adminimize_own_page_options );
677
+ foreach ( (array) $_mw_adminimize_own_page_options as $key => $_mw_adminimize_own_page_option ) {
678
+ $_mw_adminimize_own_page_option = trim($_mw_adminimize_own_page_option);
679
+ array_push($metaboxes_names_page, $_mw_adminimize_own_page_option);
680
+ }
681
+
682
+ // print menu, submenu
683
+ if ( isset($menu) && $menu != '') {
684
+
685
+ $i = 0;
686
+ $x = 0;
687
+ $class = '';
688
+
689
+ $users = array( 0 => 'Profile', 1 => 'edit_users', 2 => 'profile.php', 3 => '', 4 => 'menu-top', 5 => 'menu-users', 6 => 'div' );
690
+ //array_push( $menu, $users );
691
+
692
+ foreach ($menu as $item) {
693
+
694
+ // non checked items
695
+ if ( $item[2] === 'options-general.php' ) {
696
+ //$disabled_item_adm = ' disabled="disabled"';
697
+ $disabled_item_adm_hint = '<abbr title="' . __( 'After activate the check box it heavy attitudes will change.', FB_ADMINIMIZE_TEXTDOMAIN ) . '" style="cursor:pointer;"> ! </acronym>';
698
+ } else {
699
+ $disabled_item_adm = '';
700
+ $disabled_item_adm_hint = '';
701
+ }
702
+
703
+ if ( $item[0] != '' ) {
704
+ foreach($user_roles as $role) {
705
+ // checkbox checked
706
+ if ( isset( $disabled_menu_[$role]) && in_array($item[2], $disabled_menu_[$role]) ) {
707
+ $checked_user_role_[$role] = ' checked="checked"';
708
+ } else {
709
+ $checked_user_role_[$role] = '';
710
+ }
711
+ }
712
+
713
+ echo '<tr class="form-invalid">' . "\n";
714
+ echo "\t" . '<th>' . $item[0] . ' <span style="color:#ccc; font-weight: 400;">(' . $item[2] . ')</span> </th>';
715
+ foreach ($user_roles as $role) {
716
+ if ( $role != 'administrator' ) { // only admin disable items
717
+ $disabled_item_adm = '';
718
+ $disabled_item_adm_hint = '';
719
+ }
720
+ echo "\t" . '<td class="num">' . $disabled_item_adm_hint . '<input id="check_menu'. $role . $x .'" type="checkbox"' . $disabled_item_adm . $checked_user_role_[$role] . ' name="mw_adminimize_disabled_menu_'. $role .'_items[]" value="' . $item[2] . '" />' . $disabled_item_adm_hint . '</td>' . "\n";
721
+ }
722
+ echo '</tr>';
723
+
724
+ // only for user smaller administrator, change user-Profile-File
725
+ if ( 'users.php' === $item[2] ) {
726
+ $x++;
727
+ echo '<tr class="form-invalid">' . "\n";
728
+ echo "\t" . '<th>' . __('Profile') . ' <span style="color:#ccc; font-weight: 400;">(profile.php)</span> </th>';
729
+ foreach ($user_roles as $role) {
730
+ echo "\t" . '<td class="num"><input disabled="disabled" id="check_menu'. $role . $x .'" type="checkbox"' . $checked_user_role_[$role] . ' name="mw_adminimize_disabled_menu_'. $role .'_items[]" value="profile.php" /></td>' . "\n";
731
+ }
732
+ echo '</tr>';
733
+ }
734
+
735
+ $x++;
736
+
737
+ if ( !isset($submenu[$item[2]]) )
738
+ continue;
739
+
740
+ // submenu items
741
+ foreach ( $submenu[ $item[2] ] as $subitem ) {
742
+ $class = ( ' class="alternate"' == $class ) ? '' : ' class="alternate"';
743
+ if ( $subitem[2] === 'adminimize/adminimize.php' ) {
744
+ //$disabled_subitem_adm = ' disabled="disabled"';
745
+ $disabled_subitem_adm_hint = '<abbr title="' . __( 'After activate the check box it heavy attitudes will change.', FB_ADMINIMIZE_TEXTDOMAIN ) . '" style="cursor:pointer;"> ! </acronym>';
746
+ } else {
747
+ $disabled_subitem_adm = '';
748
+ $disabled_subitem_adm_hint = '';
749
+ }
750
+
751
+ echo '<tr' . $class . '>' . "\n";
752
+ foreach ($user_roles as $role) {
753
+ if ( isset($disabled_submenu_[$role]) )
754
+ $checked_user_role_[$role] = ( in_array($subitem[2], $disabled_submenu_[$role] ) ) ? ' checked="checked"' : '';
755
+ }
756
+ echo '<td> &mdash; ' . $subitem[0] . ' <span style="color:#ccc; font-weight: 400;">(' . $subitem[2] . ')</span> </td>' . "\n";
757
+ foreach ($user_roles as $role) {
758
+ if ( $role != 'administrator' ) { // only admin disable items
759
+ $disabled_subitem_adm = '';
760
+ $disabled_subitem_adm_hint = '';
761
+ }
762
+ echo '<td class="num">' . $disabled_subitem_adm_hint . '<input id="check_menu'. $role.$x .'" type="checkbox"' . $disabled_subitem_adm . $checked_user_role_[$role] . ' name="mw_adminimize_disabled_submenu_'. $role .'_items[]" value="' . $subitem[2] . '" />' . $disabled_subitem_adm_hint . '</td>' . "\n";
763
+ }
764
+ echo '</tr>' . "\n";
765
+ $x++;
766
+ }
767
+ $i++;
768
+ $x++;
769
+ }
770
+ }
771
+
772
+ } else {
773
+ $myErrors = new _mw_adminimize_message_class();
774
+ $myErrors = '<tr><td style="color: red;">' . $myErrors->get_error('_mw_adminimize_get_option') . '</td></tr>';
775
+ echo $myErrors;
776
+ } ?>
777
+ </tbody>
778
+ </table>
779
+
780
+ <p id="submitbutton">
781
+ <input class="button button-primary" type="submit" name="_mw_adminimize_save" value="<?php _e('Update Options', FB_ADMINIMIZE_TEXTDOMAIN ); ?> &raquo;" /><input type="hidden" name="page_options" value="'dofollow_timeout'" />
782
+ </p>
783
+ <p><a class="alignright button" href="javascript:void(0);" onclick="window.scrollTo(0,0);" style="margin:3px 0 0 30px;"><?php _e('scroll to top', FB_ADMINIMIZE_TEXTDOMAIN); ?></a><br class="clear" /></p>
784
+
785
+ </div>
786
+ </div>
787
+ </div>
788
+
789
+ <div id="poststuff" class="ui-sortable meta-box-sortables">
790
+ <div class="postbox">
791
+ <div class="handlediv" title="<?php _e('Click to toggle'); ?>"><br/></div>
792
+ <h3 class="hndle" id="config_edit_post"><?php _e('Write options - Post', FB_ADMINIMIZE_TEXTDOMAIN ); ?></h3>
793
+ <div class="inside">
794
+ <br class="clear" />
795
+
796
+ <table summary="config_edit_post" class="widefat">
797
+ <thead>
798
+ <tr>
799
+ <th><?php _e('Write options - Post', FB_ADMINIMIZE_TEXTDOMAIN ); ?></th>
800
+ <?php
801
+ foreach ($user_roles_names as $role_name) { ?>
802
+ <th><?php _e('Deactivate for', FB_ADMINIMIZE_TEXTDOMAIN ); echo '<br/>' . $role_name; ?></th>
803
+ <?php } ?>
804
+ </tr>
805
+ </thead>
806
+
807
+ <tbody>
808
+ <?php
809
+ $x = 0;
810
+ $class = '';
811
+ foreach ($metaboxes as $index => $metabox) {
812
+ if ($metabox != '') {
813
+ $class = ( ' class="alternate"' == $class ) ? '' : ' class="alternate"';
814
+ $checked_user_role_ = array();
815
+ foreach ($user_roles as $role) {
816
+ $checked_user_role_[$role] = ( isset($disabled_metaboxes_post_[$role]) && in_array($metabox, $disabled_metaboxes_post_[$role]) ) ? ' checked="checked"' : '';
817
+ }
818
+ echo '<tr' . $class . '>' . "\n";
819
+ echo '<td>' . $metaboxes_names[$index] . ' <span style="color:#ccc; font-weight: 400;">(' . $metabox . ')</span> </td>' . "\n";
820
+ foreach ($user_roles as $role) {
821
+ echo '<td class="num"><input id="check_post'. $role.$x .'" type="checkbox"' . $checked_user_role_[$role] . ' name="mw_adminimize_disabled_metaboxes_post_'. $role .'_items[]" value="' . $metabox . '" /></td>' . "\n";
822
+ }
823
+ echo '</tr>' . "\n";
824
+ $x++;
825
+ }
826
+ }
827
+ ?>
828
+ </tbody>
829
+ </table>
830
+
831
+ <?php
832
+ //your own post options
833
+ ?>
834
+ <br style="margin-top: 10px;" />
835
+ <table summary="config_own_post" class="widefat">
836
+ <thead>
837
+ <tr>
838
+ <th><?php _e('Your own post options', FB_ADMINIMIZE_TEXTDOMAIN ); echo '<br />'; _e('ID or class', FB_ADMINIMIZE_TEXTDOMAIN ); ?></th>
839
+ <th><?php echo '<br />'; _e('Option', FB_ADMINIMIZE_TEXTDOMAIN ); ?></th>
840
+ </tr>
841
+ </thead>
842
+
843
+ <tbody>
844
+ <tr valign="top">
845
+ <td colspan="2"><?php _e('It is possible to add your own IDs or classes from elements and tags. You can find IDs and classes with the FireBug Add-on for Firefox. Assign a value and the associate name per line.', FB_ADMINIMIZE_TEXTDOMAIN ); ?></td>
846
+ </tr>
847
+ <tr valign="top">
848
+ <td>
849
+ <textarea name="_mw_adminimize_own_post_options" cols="60" rows="3" id="_mw_adminimize_own_post_options" style="width: 95%;" ><?php echo _mw_adminimize_getOptionValue('_mw_adminimize_own_post_options'); ?></textarea>
850
+ <br />
851
+ <?php _e('Possible nomination for ID or class. Separate multiple nominations through a carriage return.', FB_ADMINIMIZE_TEXTDOMAIN ); ?>
852
+ </td>
853
+ <td>
854
+ <textarea class="code" name="_mw_adminimize_own_post_values" cols="60" rows="3" id="_mw_adminimize_own_post_values" style="width: 95%;" ><?php echo _mw_adminimize_getOptionValue('_mw_adminimize_own_post_values'); ?></textarea>
855
+ <br />
856
+ <?php _e('Possible IDs or classes. Separate multiple values through a carriage return.', FB_ADMINIMIZE_TEXTDOMAIN ); ?>
857
+ </td>
858
+ </tr>
859
+ </tbody>
860
+ </table>
861
+
862
+ <p id="submitbutton">
863
+ <input type="hidden" name="_mw_adminimize_action" value="_mw_adminimize_insert" />
864
+ <input class="button button-primary" type="submit" name="_mw_adminimize_save" value="<?php _e('Update Options', FB_ADMINIMIZE_TEXTDOMAIN ); ?> &raquo;" /><input type="hidden" name="page_options" value="'dofollow_timeout'" />
865
+ </p>
866
+ <p><a class="alignright button" href="javascript:void(0);" onclick="window.scrollTo(0,0);" style="margin:3px 0 0 30px;"><?php _e('scroll to top', FB_ADMINIMIZE_TEXTDOMAIN); ?></a><br class="clear" /></p>
867
+
868
+ </div>
869
+ </div>
870
+ </div>
871
+
872
+ <div id="poststuff" class="ui-sortable meta-box-sortables">
873
+ <div class="postbox">
874
+ <div class="handlediv" title="<?php _e('Click to toggle'); ?>"><br/></div>
875
+ <h3 class="hndle" id="config_edit_page"><?php _e('Write options - Page', FB_ADMINIMIZE_TEXTDOMAIN ); ?></h3>
876
+ <div class="inside">
877
+ <br class="clear" />
878
+
879
+ <table summary="config_edit_page" class="widefat">
880
+ <thead>
881
+ <tr>
882
+ <th><?php _e('Write options - Page', FB_ADMINIMIZE_TEXTDOMAIN ); ?></th>
883
+ <?php
884
+ foreach ($user_roles_names as $role_name) { ?>
885
+ <th><?php _e('Deactivate for', FB_ADMINIMIZE_TEXTDOMAIN ); echo '<br />' . $role_name; ?></th>
886
+ <?php } ?>
887
+ </tr>
888
+ </thead>
889
+
890
+ <tbody>
891
+ <?php
892
+ $x = 0;
893
+ $class = '';
894
+ foreach ($metaboxes_page as $index => $metabox) {
895
+ if ($metabox != '') {
896
+ $class = ( ' class="alternate"' == $class ) ? '' : ' class="alternate"';
897
+ $checked_user_role_ = array();
898
+ foreach ($user_roles as $role) {
899
+ $checked_user_role_[$role] = ( isset($disabled_metaboxes_page_[$role]) && in_array($metabox, $disabled_metaboxes_page_[$role]) ) ? ' checked="checked"' : '';
900
+ }
901
+ echo '<tr' . $class . '>' . "\n";
902
+ echo '<td>' . $metaboxes_names_page[$index] . ' <span style="color:#ccc; font-weight: 400;">(' . $metabox . ')</span> </td>' . "\n";
903
+ foreach ($user_roles as $role) {
904
+ echo '<td class="num"><input id="check_page'. $role.$x .'" type="checkbox"' . $checked_user_role_[$role] . ' name="mw_adminimize_disabled_metaboxes_page_'. $role .'_items[]" value="' . $metabox . '" /></td>' . "\n";
905
+ }
906
+ echo '</tr>' . "\n";
907
+ $x++;
908
+ }
909
+ }
910
+ ?>
911
+ </tbody>
912
+ </table>
913
+
914
+ <?php
915
+ //ypur own page options
916
+ ?>
917
+ <br style="margin-top: 10px;" />
918
+ <table summary="config_own_page" class="widefat">
919
+ <thead>
920
+ <tr>
921
+ <th><?php _e('Your own page options', FB_ADMINIMIZE_TEXTDOMAIN ); echo '<br />'; _e('ID or class', FB_ADMINIMIZE_TEXTDOMAIN ); ?></th>
922
+ <th><?php echo '<br />'; _e('Option', FB_ADMINIMIZE_TEXTDOMAIN ); ?></th>
923
+ </tr>
924
+ </thead>
925
+
926
+ <tbody>
927
+ <tr valign="top">
928
+ <td colspan="2"><?php _e('It is possible to add your own IDs or classes from elements and tags. You can find IDs and classes with the FireBug Add-on for Firefox. Assign a value and the associate name per line.', FB_ADMINIMIZE_TEXTDOMAIN ); ?></td>
929
+ </tr>
930
+ <tr valign="top">
931
+ <td>
932
+ <textarea name="_mw_adminimize_own_page_options" cols="60" rows="3" id="_mw_adminimize_own_page_options" style="width: 95%;" ><?php echo _mw_adminimize_getOptionValue('_mw_adminimize_own_page_options'); ?></textarea>
933
+ <br />
934
+ <?php _e('Possible nomination for ID or class. Separate multiple nominations through a carriage return.', FB_ADMINIMIZE_TEXTDOMAIN ); ?>
935
+ </td>
936
+ <td>
937
+ <textarea class="code" name="_mw_adminimize_own_page_values" cols="60" rows="3" id="_mw_adminimize_own_page_values" style="width: 95%;" ><?php echo _mw_adminimize_getOptionValue('_mw_adminimize_own_page_values'); ?></textarea>
938
+ <br />
939
+ <?php _e('Possible IDs or classes. Separate multiple values through a carriage return.', FB_ADMINIMIZE_TEXTDOMAIN ); ?>
940
+ </td>
941
+ </tr>
942
+ </tbody>
943
+ </table>
944
+
945
+ <p id="submitbutton">
946
+ <input type="hidden" name="_mw_adminimize_action" value="_mw_adminimize_insert" />
947
+ <input class="button button-primary" type="submit" name="_mw_adminimize_save" value="<?php _e('Update Options', FB_ADMINIMIZE_TEXTDOMAIN ); ?> &raquo;" /><input type="hidden" name="page_options" value="'dofollow_timeout'" />
948
+ </p>
949
+ <p><a class="alignright button" href="javascript:void(0);" onclick="window.scrollTo(0,0);" style="margin:3px 0 0 30px;"><?php _e('scroll to top', FB_ADMINIMIZE_TEXTDOMAIN); ?></a><br class="clear" /></p>
950
+
951
+ </div>
952
+ </div>
953
+ </div>
954
+
955
+ <div id="poststuff" class="ui-sortable meta-box-sortables">
956
+ <div class="postbox">
957
+ <div class="handlediv" title="<?php _e('Click to toggle'); ?>"><br/></div>
958
+ <h3 class="hndle" id="links_options"><?php _e('Links options', FB_ADMINIMIZE_TEXTDOMAIN ); ?></h3>
959
+ <div class="inside">
960
+ <br class="clear" />
961
+
962
+ <table summary="config_edit_links" class="widefat">
963
+ <thead>
964
+ <tr>
965
+ <th><?php _e('Option', FB_ADMINIMIZE_TEXTDOMAIN ); ?></th>
966
+ <?php
967
+ foreach ($user_roles_names as $role_name) { ?>
968
+ <th><?php _e('Deactivate for', FB_ADMINIMIZE_TEXTDOMAIN ); echo '<br/>' . $role_name; ?></th>
969
+ <?php } ?>
970
+ </tr>
971
+ </thead>
972
+
973
+ <tbody>
974
+ <?php
975
+ foreach ($user_roles as $role) {
976
+ $disabled_link_option_[$role] = _mw_adminimize_getOptionValue('mw_adminimize_disabled_link_option_'. $role .'_items');
977
+ }
978
+
979
+ $link_options = array(
980
+ '#namediv',
981
+ '#addressdiv',
982
+ '#descriptiondiv',
983
+ '#linkcategorydiv',
984
+ '#linktargetdiv',
985
+ '#linkxfndiv',
986
+ '#linkadvanceddiv',
987
+ '#misc-publishing-actions'
988
+ );
989
+
990
+ $link_options_names = array(
991
+ __('Name'),
992
+ __('Web Address'),
993
+ __('Description'),
994
+ __('Categories'),
995
+ __('Target'),
996
+ __('Link Relationship (XFN)'),
997
+ __('Advanced'),
998
+ __('Publish Actions', FB_ADMINIMIZE_TEXTDOMAIN)
999
+ );
1000
+
1001
+ $_mw_adminimize_own_link_values = _mw_adminimize_getOptionValue('_mw_adminimize_own_link_values');
1002
+ $_mw_adminimize_own_link_values = preg_split( "/\r\n/", $_mw_adminimize_own_link_values );
1003
+ foreach ( (array) $_mw_adminimize_own_link_values as $key => $_mw_adminimize_own_link_value ) {
1004
+ $_mw_adminimize_own_link_value = trim($_mw_adminimize_own_link_value);
1005
+ array_push($link_options, $_mw_adminimize_own_link_value);
1006
+ }
1007
+
1008
+ $_mw_adminimize_own_link_options = _mw_adminimize_getOptionValue('_mw_adminimize_own_link_options');
1009
+ $_mw_adminimize_own_link_options = preg_split( "/\r\n/", $_mw_adminimize_own_link_options );
1010
+ foreach ( (array) $_mw_adminimize_own_link_options as $key => $_mw_adminimize_own_link_option ) {
1011
+ $_mw_adminimize_own_link_option = trim($_mw_adminimize_own_link_option);
1012
+ array_push($link_options_names, $_mw_adminimize_own_link_option);
1013
+ }
1014
+
1015
+ $x = 0;
1016
+ foreach ($link_options as $index => $link_option) {
1017
+ if ( $link_option != '') {
1018
+ $checked_user_role_ = array();
1019
+ foreach ($user_roles as $role) {
1020
+ $checked_user_role_[$role] = ( isset($disabled_link_option_[$role]) && in_array($link_option, $disabled_link_option_[$role]) ) ? ' checked="checked"' : '';
1021
+ }
1022
+ echo '<tr>' . "\n";
1023
+ echo '<td>' . $link_options_names[$index] . ' <span style="color:#ccc; font-weight: 400;">(' . $link_option . ')</span> </td>' . "\n";
1024
+ foreach ($user_roles as $role) {
1025
+ echo '<td class="num"><input id="check_post'. $role . $x .'" type="checkbox"' . $checked_user_role_[$role] . ' name="mw_adminimize_disabled_link_option_'. $role .'_items[]" value="' . $link_option . '" /></td>' . "\n";
1026
+ }
1027
+ echo '</tr>' . "\n";
1028
+ $x++;
1029
+ }
1030
+ }
1031
+ ?>
1032
+ </tbody>
1033
+ </table>
1034
+
1035
+ <?php
1036
+ //your own global options
1037
+ ?>
1038
+ <br style="margin-top: 10px;" />
1039
+ <table summary="config_edit_post" class="widefat">
1040
+ <thead>
1041
+ <tr>
1042
+ <th><?php _e('Your own options', FB_ADMINIMIZE_TEXTDOMAIN ); echo '<br />'; _e('ID or class', FB_ADMINIMIZE_TEXTDOMAIN ); ?></th>
1043
+ <th><?php echo '<br />'; _e('Option', FB_ADMINIMIZE_TEXTDOMAIN ); ?></th>
1044
+ </tr>
1045
+ </thead>
1046
+
1047
+ <tbody>
1048
+ <tr valign="top">
1049
+ <td colspan="2"><?php _e('It is possible to add your own IDs or classes from elements and tags. You can find IDs and classes with the FireBug Add-on for Firefox. Assign a value and the associate name per line.', FB_ADMINIMIZE_TEXTDOMAIN ); ?></td>
1050
+ </tr>
1051
+ <tr valign="top">
1052
+ <td>
1053
+ <textarea name="_mw_adminimize_own_link_options" cols="60" rows="3" id="_mw_adminimize_own_link_options" style="width: 95%;" ><?php echo _mw_adminimize_getOptionValue('_mw_adminimize_own_link_options'); ?></textarea>
1054
+ <br />
1055
+ <?php _e('Possible nomination for ID or class. Separate multiple nominations through a carriage return.', FB_ADMINIMIZE_TEXTDOMAIN ); ?>
1056
+ </td>
1057
+ <td>
1058
+ <textarea class="code" name="_mw_adminimize_own_link_values" cols="60" rows="3" id="_mw_adminimize_own_link_values" style="width: 95%;" ><?php echo _mw_adminimize_getOptionValue('_mw_adminimize_own_link_values'); ?></textarea>
1059
+ <br />
1060
+ <?php _e('Possible IDs or classes. Separate multiple values through a carriage return.', FB_ADMINIMIZE_TEXTDOMAIN ); ?>
1061
+ </td>
1062
+ </tr>
1063
+ </tbody>
1064
+ </table>
1065
+
1066
+ <p id="submitbutton">
1067
+ <input type="hidden" name="_mw_adminimize_action" value="_mw_adminimize_insert" />
1068
+ <input class="button button-primary" type="submit" name="_mw_adminimize_save" value="<?php _e('Update Options', FB_ADMINIMIZE_TEXTDOMAIN ); ?> &raquo;" /><input type="hidden" name="page_options" value="'dofollow_timeout'" />
1069
+ </p>
1070
+ </form>
1071
+ <p><a class="alignright button" href="javascript:void(0);" onclick="window.scrollTo(0,0);" style="margin:3px 0 0 30px;"><?php _e('scroll to top', FB_ADMINIMIZE_TEXTDOMAIN); ?></a><br class="clear" /></p>
1072
+
1073
+ </div>
1074
+ </div>
1075
+ </div>
1076
+
1077
+ <div id="poststuff" class="ui-sortable meta-box-sortables">
1078
+ <div class="postbox">
1079
+ <div class="handlediv" title="<?php _e('Click to toggle'); ?>"><br/></div>
1080
+ <h3 class="hndle" id="set_theme"><?php _e('Set Theme', FB_ADMINIMIZE_TEXTDOMAIN ) ?></h3>
1081
+ <div class="inside">
1082
+ <br class="clear" />
1083
+
1084
+ <?php if ( !isset($_POST['_mw_adminimize_action']) || !($_POST['_mw_adminimize_action'] == '_mw_adminimize_load_theme') ) { ?>
1085
+ <form name="set_theme" method="post" id="_mw_adminimize_set_theme" action="?page=<?php echo $_GET['page'];?>" >
1086
+ <?php wp_nonce_field('mw_adminimize_nonce'); ?>
1087
+ <p><?php _e('For better peformance with many users on your blog; load only userlist, when you will change the theme options for users.', FB_ADMINIMIZE_TEXTDOMAIN ); ?></p>
1088
+ <p id="submitbutton">
1089
+ <input type="hidden" name="_mw_adminimize_action" value="_mw_adminimize_load_theme" />
1090
+ <input type="submit" name="_mw_adminimize_load" value="<?php _e('Load User Data', FB_ADMINIMIZE_TEXTDOMAIN ); ?> &raquo;" class="button button-primary" />
1091
+ </p>
1092
+ </form>
1093
+ <?php }
1094
+ if ( isset($_POST['_mw_adminimize_action']) && ($_POST['_mw_adminimize_action'] == '_mw_adminimize_load_theme') ) { ?>
1095
+ <form name="set_theme" method="post" id="_mw_adminimize_set_theme" action="?page=<?php echo $_GET['page'];?>" >
1096
+ <?php wp_nonce_field('mw_adminimize_nonce'); ?>
1097
+ <table class="widefat">
1098
+ <thead>
1099
+ <tr class="thead">
1100
+ <th>&nbsp;</th>
1101
+ <th class="num"><?php _e('User-ID') ?></th>
1102
+ <th><?php _e('Username') ?></th>
1103
+ <th><?php _e('Display name publicly as') ?></th>
1104
+ <th><?php _e('Admin-Color Scheme') ?></th>
1105
+ <th><?php _e('User Level') ?></th>
1106
+ <th><?php _e('Role') ?></th>
1107
+ </tr>
1108
+ </thead>
1109
+ <tbody id="users" class="list:user user-list">
1110
+ <?php
1111
+ $wp_user_search = $wpdb->get_results("SELECT ID, user_login, display_name FROM $wpdb->users ORDER BY ID");
1112
+
1113
+ $style = '';
1114
+ foreach ( $wp_user_search as $userid ) {
1115
+ $user_id = (int) $userid->ID;
1116
+ $user_login = stripslashes($userid->user_login);
1117
+ $display_name = stripslashes($userid->display_name);
1118
+ $current_color = get_user_option('admin_color', $user_id);
1119
+ $user_level = (int) get_user_option($table_prefix . 'user_level', $user_id);
1120
+ $user_object = new WP_User($user_id);
1121
+ $roles = $user_object->roles;
1122
+ $role = array_shift($roles);
1123
+ if ( function_exists('translate_user_role') )
1124
+ $role_name = translate_user_role( $wp_roles->role_names[$role] );
1125
+ elseif ( function_exists('before_last_bar') )
1126
+ $role_name = before_last_bar( $wp_roles->role_names[$role], 'User role' );
1127
+ else
1128
+ $role_name = strrpos( $wp_roles->role_names[$role], '|' );
1129
+
1130
+ $style = ( ' class="alternate"' == $style ) ? '' : ' class="alternate"';
1131
+ $return = '';
1132
+ $return .= '<tr>' . "\n";
1133
+ $return .= "\t" . '<td><input type="checkbox" name="mw_adminimize_theme_items[]" value="' . $user_id . '" /></td>' . "\n";
1134
+ $return .= "\t" . '<td class="num">'. $user_id .'</td>' . "\n";
1135
+ $return .= "\t" . '<td>'. $user_login .'</td>' . "\n";
1136
+ $return .= "\t" . '<td>'. $display_name .'</td>' . "\n";
1137
+ $return .= "\t" . '<td>'. $current_color . '</td>' . "\n";
1138
+ $return .= "\t" . '<td class="num">'. $user_level . '</td>' . "\n";
1139
+ $return .= "\t" . '<td>'. $role_name . '</td>' . "\n";
1140
+ $return .= '</tr>' . "\n";
1141
+
1142
+ echo $return;
1143
+ }
1144
+ ?>
1145
+ <tr valign="top">
1146
+ <td>&nbsp;</td>
1147
+ <td>&nbsp;</td>
1148
+ <td>&nbsp;</td>
1149
+ <td>&nbsp;</td>
1150
+ <td>
1151
+ <select name="_mw_adminimize_set_theme">
1152
+ <?php foreach ( $_wp_admin_css_colors as $color => $color_info ): ?>
1153
+ <option value="<?php echo $color; ?>"><?php echo $color_info->name . ' (' . $color . ')' ?></option>
1154
+ <?php endforeach; ?>
1155
+ </select>
1156
+ </td>
1157
+ <td>&nbsp;</td>
1158
+ <td>&nbsp;</td>
1159
+ </tr>
1160
+ </tbody>
1161
+ </table>
1162
+ <p id="submitbutton">
1163
+ <input type="hidden" name="_mw_adminimize_action" value="_mw_adminimize_set_theme" />
1164
+ <input type="hidden" name="_mw_adminimize_load" value="_mw_adminimize_load_theme" />
1165
+ <input type="submit" name="_mw_adminimize_save" value="<?php _e('Set Theme', FB_ADMINIMIZE_TEXTDOMAIN ); ?> &raquo;" class="button button-primary" />
1166
+ </p>
1167
+ </form>
1168
+ <?php } ?>
1169
+
1170
+ <p><a class="alignright button" href="javascript:void(0);" onclick="window.scrollTo(0,0);" style="margin:3px 0 0 30px;"><?php _e('scroll to top', FB_ADMINIMIZE_TEXTDOMAIN); ?></a><br class="clear" /></p>
1171
+ </div>
1172
+ </div>
1173
+ </div>
1174
+
1175
+ <div id="poststuff" class="ui-sortable meta-box-sortables">
1176
+ <div class="postbox">
1177
+ <div class="handlediv" title="<?php _e('Click to toggle'); ?>"><br/></div>
1178
+ <h3 class="hndle" id="import"><?php _e('Export/Import Options', FB_ADMINIMIZE_TEXTDOMAIN ) ?></h3>
1179
+ <div class="inside">
1180
+ <br class="clear" />
1181
+
1182
+ <h4><?php _e('Export', FB_ADMINIMIZE_TEXTDOMAIN ) ?></h4>
1183
+ <form name="export_options" method="get" action="">
1184
+ <p><?php _e('You can save a .seq file with your options.', FB_ADMINIMIZE_TEXTDOMAIN ) ?></p>
1185
+ <p id="submitbutton">
1186
+ <input type="hidden" name="_mw_adminimize_export" value="true" />
1187
+ <input type="submit" name="_mw_adminimize_save" value="<?php _e('Export &raquo;', FB_ADMINIMIZE_TEXTDOMAIN ) ?>" class="button" />
1188
+ </p>
1189
+ </form>
1190
+
1191
+ <h4><?php _e('Import', FB_ADMINIMIZE_TEXTDOMAIN ) ?></h4>
1192
+ <form name="import_options" enctype="multipart/form-data" method="post" action="?page=<?php echo $_GET['page'];?>">
1193
+ <?php wp_nonce_field('mw_adminimize_nonce'); ?>
1194
+ <p><?php _e('Choose a Adminimize (<em>.seq</em>) file to upload, then click <em>Upload file and import</em>.', FB_ADMINIMIZE_TEXTDOMAIN ) ?></p>
1195
+ <p>
1196
+ <label for="datei_id"><?php _e('Choose a file from your computer', FB_ADMINIMIZE_TEXTDOMAIN ) ?>: </label>
1197
+ <input name="datei" id="datei_id" type="file" />
1198
+ </p>
1199
+ <p id="submitbutton">
1200
+ <input type="hidden" name="_mw_adminimize_action" value="_mw_adminimize_import" />
1201
+ <input type="submit" name="_mw_adminimize_save" value="<?php _e('Upload file and import &raquo;', FB_ADMINIMIZE_TEXTDOMAIN ) ?>" class="button" />
1202
+ </p>
1203
+ </form>
1204
+ <p><a class="alignright button" href="javascript:void(0);" onclick="window.scrollTo(0,0);" style="margin:3px 0 0 30px;"><?php _e('scroll to top', FB_ADMINIMIZE_TEXTDOMAIN); ?></a><br class="clear" /></p>
1205
+
1206
+ </div>
1207
+ </div>
1208
+ </div>
1209
+
1210
+ <div id="poststuff" class="ui-sortable meta-box-sortables">
1211
+ <div class="postbox">
1212
+ <div class="handlediv" title="<?php _e('Click to toggle'); ?>"><br/></div>
1213
+ <h3 class="hndle" id="uninstall"><?php _e('Deinstall Options', FB_ADMINIMIZE_TEXTDOMAIN ) ?></h3>
1214
+ <div class="inside">
1215
+
1216
+ <p><?php _e('Use this option for clean your database from all entries of this plugin. When you deactivate the plugin, the deinstall of the plugin <strong>clean not</strong> all entries in the database.', FB_ADMINIMIZE_TEXTDOMAIN ); ?></p>
1217
+ <form name="deinstall_options" method="post" id="_mw_adminimize_options_deinstall" action="?page=<?php echo $_GET['page'];?>">
1218
+ <?php wp_nonce_field('mw_adminimize_nonce'); ?>
1219
+ <p id="submitbutton">
1220
+ <input type="submit" name="_mw_adminimize_deinstall" value="<?php _e('Delete Options', FB_ADMINIMIZE_TEXTDOMAIN ); ?> &raquo;" class="button-secondary" />
1221
+ <input type="checkbox" name="_mw_adminimize_deinstall_yes" value="_mw_adminimize_deinstall" />
1222
+ <input type="hidden" name="_mw_adminimize_action" value="_mw_adminimize_deinstall" />
1223
+ </p>
1224
+ </form>
1225
+ <p><a class="alignright button" href="javascript:void(0);" onclick="window.scrollTo(0,0);" style="margin:3px 0 0 30px;"><?php _e('scroll to top', FB_ADMINIMIZE_TEXTDOMAIN); ?></a><br class="clear" /></p>
1226
+
1227
+ </div>
1228
+ </div>
1229
+ </div>
1230
+
1231
+ <div id="poststuff" class="ui-sortable meta-box-sortables">
1232
+ <div class="postbox" >
1233
+ <div class="handlediv" title="<?php _e('Click to toggle'); ?>"><br/></div>
1234
+ <h3 class="hndle" id="about"><?php _e('About the plugin', FB_ADMINIMIZE_TEXTDOMAIN ) ?></h3>
1235
+ <div class="inside">
1236
+
1237
+ <p><?php _e('Further information: Visit the <a href="http://bueltge.de/wordpress-admin-theme-adminimize/674/">plugin homepage</a> for further information or to grab the latest version of this plugin.', FB_ADMINIMIZE_TEXTDOMAIN); ?></p>
1238
+ <p>
1239
+ <span style="float: left;">
1240
+ <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
1241
+ <input type="hidden" name="cmd" value="_s-xclick">
1242
+ <input type="hidden" name="hosted_button_id" value="4578111">
1243
+ <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" alt="<?php _e('PayPal - The safer, easier way to pay online!', FB_ADMINIMIZE_TEXTDOMAIN); ?>">
1244
+ <img alt="" border="0" src="https://www.paypal.com/de_DE/i/scr/pixel.gif" width="1" height="1">
1245
+ </form>
1246
+ </span>
1247
+ <?php _e('You want to thank me? Visit my <a href="http://bueltge.de/wunschliste/">wishlist</a> or donate.', FB_ADMINIMIZE_TEXTDOMAIN); ?>
1248
+ </p>
1249
+ <p>&copy; Copyright 2008 - <?php echo date('Y'); ?> <a href="http://bueltge.de">Frank B&uuml;ltge</a></p>
1250
+ <p class="textright" style="color:#ccc"><small><?php echo $wpdb->num_queries; ?>q, <?php timer_stop(1); ?>s</small></p>
1251
+ <p><a class="alignright button" href="javascript:void(0);" onclick="window.scrollTo(0,0);" style="margin:3px 0 0 30px;"><?php _e('scroll to top', FB_ADMINIMIZE_TEXTDOMAIN); ?></a><br class="clear" /></p>
1252
+
1253
+ </div>
1254
+ </div>
1255
+ </div>
1256
+
1257
+ <script type="text/javascript">
1258
+ <!--
1259
+ <?php if ( version_compare( $wp_version, '2.7alpha', '<' ) ) { ?>
1260
+ jQuery('.postbox h3').prepend('<a class="togbox">+</a> ');
1261
+ <?php } ?>
1262
+ jQuery('.postbox h3').click( function() { jQuery(jQuery(this).parent().get(0)).toggleClass('closed'); } );
1263
+ jQuery('.postbox .handlediv').click( function() { jQuery(jQuery(this).parent().get(0)).toggleClass('closed'); } );
1264
+ jQuery('.postbox.close-me').each(function() {
1265
+ jQuery(this).addClass("closed");
1266
+ });
1267
+ //-->
1268
+ </script>
1269
+
1270
+ </div>
1271
+ <?php
1272
+ }
1273
+ ?>
css/colors-colorblind.css ADDED
@@ -0,0 +1,733 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ a.page-numbers:hover {
2
+ border-color: #FF9419; /* colorvalue 1 */
3
+ }
4
+
5
+ body {
6
+ background: #fff;
7
+ color: #333;
8
+ }
9
+
10
+ body > #upload-menu {
11
+ border-bottom-color: #fff;;
12
+ }
13
+
14
+ div#current-widgets, #postcustomstuff table, #your-profile fieldset, a.page-numbers, #rightnow, div.dashboard-widget, .widefat {
15
+ border-color: #CF4529; /* colorvalue 5 */
16
+ }
17
+
18
+ div.dashboard-widget-error {
19
+ background-color: #CF4529; /* colorvalue 5 */
20
+ }
21
+
22
+ div.dashboard-widget-notice {
23
+ background-color: #550007; /* colorvalue 4 */
24
+ }
25
+
26
+ div.dashboard-widget-submit, ul.widget-control-list div.widget-control-actions {
27
+ border-top-color: #CF4529; /* colorvalue 5 */
28
+ }
29
+
30
+ input.disabled, textarea.disabled {
31
+ background-color: #550007; /* colorvalue 4 */
32
+ }
33
+
34
+ #user_info a:hover, li.widget-list-control-item h4.widget-title a:hover, .submit a, #dashmenu a:hover, #footer a, #upload-menu li a.upload-tab-link, li.widget-list-control-item h4.widget-title a,
35
+ #dragHelper li.widget-list-control-item h4.widget-title a,
36
+ #draghelper li.widget-list-control-item h4.widget-title a:visited, .login #backtoblog a:hover {
37
+ color: #550007; /* colorvalue 4 */
38
+ }
39
+
40
+ ul#category-tabs li.ui-tabs-selected, li.widget-list-control-item, div.nav, .tablenav, .submitbox, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, ul.view-switch li.current, .form-table tr, #poststuff h3, .login form {
41
+ background-color:#710001; /* colorvalue 3 */
42
+ color:#FF9419; /* colorvalue 1 */
43
+ }
44
+
45
+ div.ui-tabs-panel {
46
+ border-color: #710001; /* colorvalue 3 */
47
+ }
48
+
49
+ select {
50
+ background-color: #fff;
51
+ border-color: #CF4529; /* colorvalue 5 */
52
+ }
53
+
54
+ strong .post-com-count span {
55
+ background-color: #2583ad;
56
+ }
57
+
58
+ .button-secondary, #login form .submit input {
59
+ background-color: #FF9419; /* colorvalue 1 */
60
+ }
61
+
62
+ ul#widget-list li.widget-list-item h4.widget-title {
63
+ background-color: #CF4529; /* colorvalue 5 */
64
+ color: #333;
65
+ }
66
+
67
+ ul.widget-control-list .sorthelper {
68
+ background-color: #CF4529; /* colorvalue 5 */
69
+ }
70
+
71
+ .ac_match, .subsubsub a.current, h2 {
72
+ color: #333;
73
+ }
74
+
75
+ .ac_over {
76
+ background-color: #550007; /* colorvalue 4 */
77
+ }
78
+
79
+ .ac_results {
80
+ background-color: #fff;
81
+ border-color: #CF4529; /* colorvalue 5 */
82
+ }
83
+
84
+ .ac_results li {
85
+ color: #333;
86
+ }
87
+
88
+ .alternate {
89
+ background-color: #550007; /* colorvalue 4 */
90
+ }
91
+
92
+ .available-theme a.screenshot {
93
+ background-color: #550007; /* colorvalue 4 */
94
+ border-color: #CF4529; /* colorvalue 5 */
95
+ }
96
+
97
+ .bar {
98
+ background-color: #CF4529; /* colorvalue 5 */
99
+ border-right-color: #550007; /* colorvalue 4 */
100
+ }
101
+
102
+ .describe {
103
+ border-top-color: #CF4529; /* colorvalue 5 */
104
+ }
105
+
106
+ .error, #login #login_error {
107
+ background-color: #ffebe8;
108
+ border-color: #c00;
109
+ }
110
+
111
+ .error a {
112
+ color: #c00;
113
+ }
114
+
115
+ .form-invalid {
116
+ background-color: #ffebe8 !important;
117
+ }
118
+
119
+ .form-invalid input {
120
+ border-color: #c00 !important;
121
+ }
122
+
123
+ .form-table input, .form-table textarea {
124
+ border-color: #CF4529; /* colorvalue 5 */
125
+ }
126
+
127
+ .form-table td, .form-table th {
128
+ border-bottom-color: #fff;
129
+ }
130
+
131
+ .highlight {
132
+ background-color: #710001; /* colorvalue 3 */
133
+ color: #F0720C; /* colorvalue 2 */
134
+ }
135
+
136
+ .howto, .nonessential, #sidemenu, #edit-slug-box, .form-input-tip, #dashboard_primary span.rss-date, .subsubsub, #dashboard_secondary div.dashboard-widget-content ul li a cite {
137
+ color: #CF4529; /* colorvalue 5 */
138
+ }
139
+
140
+ #dashmenu a, #user_info a {
141
+ color: #710001; /* colorvalue 3 */
142
+ }
143
+
144
+ .media-item {
145
+ border-bottom-color: #CF4529; /* colorvalue 5 */
146
+ }
147
+
148
+ .media-upload-form label.form-help, td.help {
149
+ color: #F0720C; /* colorvalue 2 */
150
+ }
151
+
152
+ .page-numbers {
153
+ background-color: #fff;
154
+ border-color: #fff;
155
+ }
156
+
157
+ .page-numbers.current {
158
+ background-color: #F0720C; /* colorvalue 2 */
159
+ border-color: #F0720C; /* colorvalue 2 */
160
+ color: #fff;
161
+ }
162
+
163
+ .post-com-count {
164
+ background-image: url(../../../../wp-admin/images/bubble_bg.gif);
165
+ color: #fff;
166
+ }
167
+
168
+ .post-com-count span {
169
+ background-color: #bbb;
170
+ color: #fff;
171
+ }
172
+
173
+ .post-com-count:hover span {
174
+ background-color: #d54e21;
175
+ }
176
+
177
+ .quicktags, .search {
178
+ background-color: #F0720C; /* colorvalue 2 */
179
+ color: #333;
180
+ }
181
+
182
+ .side-info h5, .bordertitle {
183
+ border-bottom-color: #CF4529; /* colorvalue 5 */
184
+ }
185
+
186
+ .side-info ul, .widget-description {
187
+ color: #F0720C; /* colorvalue 2 */
188
+ }
189
+
190
+ .submit input, .button, .button-secondary, #login form .submit input, div.dashboard-widget-submit input, #edit-slug-buttons a.save {
191
+ background-color: #550007; /* colorvalue 4 */
192
+ color: #F0720C; /* colorvalue 2 */
193
+ border-color: #710001; /* colorvalue 3 */
194
+ }
195
+
196
+ .tablenav .button-secondary {
197
+ border-color: #F0720C; /* colorvalue 2 */
198
+ }
199
+
200
+ .submit input:hover, .button:hover, #edit-slug-buttons a.save:hover {
201
+ border-color: #710001; /* colorvalue 3 */
202
+ }
203
+
204
+ .submit input:hover, .button:hover, .button-secondary:hover, #wphead #viewsite a:hover, #submenu a.current, #submenu a:hover, .submitbox #previewview a:hover, #the-comment-list .comment a:hover, #rightnow a:hover, a:hover, .subsubsub a:hover, .subsubsub a.current:hover, #login form .submit input:hover, div.dashboard-widget-submit input:hover, #edit-slug-buttons a.save:hover {
205
+ color: #FF9419; /* colorvalue 1 */
206
+ }
207
+
208
+ #adminmenu a:hover, #sidemenu a:hover {
209
+ color: #550007; /* colorvalue 4 */
210
+ }
211
+
212
+ .button-secondary:hover, #login form .submit input:hover {
213
+ border-color: #F0720C; /* colorvalue 2 */
214
+ background-color: #550007; /* colorvalue 4 */
215
+ }
216
+
217
+ .submitbox #autosave .error, ul.view-switch li.current a {
218
+ color: #CF4529; /* colorvalue 5 */
219
+ }
220
+
221
+ .submitbox #previewview {
222
+ background-color:#F0720C; /* colorvalue 2 */
223
+ }
224
+
225
+ .submitbox #previewview a, #rightnow .rbutton {
226
+ background-color: #CF4529; /* colorvalue 5 */
227
+ color: #710001; /* colorvalue 3 */
228
+ }
229
+
230
+ .submitbox .submit {
231
+ background-color: #CF4529; /* colorvalue 5 */
232
+ color: #710001; /* colorvalue 3 */
233
+ }
234
+
235
+ .submitbox .submitdelete {
236
+ border-bottom-color: #CF4529; /* colorvalue 5 */
237
+ }
238
+
239
+ .submitbox .submitdelete:hover {
240
+ color: #fff;
241
+ background-color: #f00;
242
+ border-bottom-color: #f00;
243
+ }
244
+
245
+ .tablenav .dots {
246
+ background-color: #710001; /* colorvalue 3 */
247
+ border-color: #710001; /* colorvalue 3 */
248
+ }
249
+
250
+ .tablenav .next, .tablenav .prev{
251
+ background-color: #710001; /* colorvalue 3 */
252
+ border-bottom-color: #710001; /* colorvalue 3 */
253
+ border-color: #710001; /* colorvalue 3 */
254
+ color: #F0720C; /* colorvalue 2 */
255
+ }
256
+
257
+ .tablenav .next:hover, .tablenav .prev:hover {
258
+ border-bottom-color: #d54e21;
259
+ border-color: #710001; /* colorvalue 3 */
260
+ color: #d54e21;
261
+ }
262
+
263
+ .updated, .login #login_error, .login .message {
264
+ background-color:#F0720C; /* colorvalue 2 */
265
+ border-color:#FF9419; /* colorvalue 1 */
266
+ }
267
+
268
+ .updated a {
269
+ border-bottom-color: #710001; /* colorvalue 3 */
270
+ }
271
+
272
+ .widefat td, .widefat th, div#available-widgets-filter, ul#widget-list li.widget-list-item, .commentlist li {
273
+ border-bottom-color: #CF4529; /* colorvalue 5 */
274
+ }
275
+
276
+ .widefat thead, .thead {
277
+ background-color:#CF4529; /* colorvalue 5 */
278
+ color: #F0720C; /* colorvalue 2 */
279
+ }
280
+
281
+ .widget-control-save, .widget-control-remove {
282
+ background-color: #710001; /* colorvalue 3 */
283
+ color: #CF4529; /* colorvalue 5 */
284
+ }
285
+
286
+ .wrap h2 {
287
+ border-bottom-color:#710001; /* colorvalue 3 */
288
+ color:#F0720C; /* colorvalue 2 */
289
+ }
290
+
291
+ #poststuff #edButtonPreview, #poststuff #edButtonHTML, #the-comment-list p.comment-author strong a, a {
292
+ color: #F0720C; /* colorvalue 2 */
293
+ }
294
+
295
+ #adminmenu a {
296
+ color: #710001; /* colorvalue 3 */
297
+ }
298
+
299
+ #submenu a {
300
+ color: #F0720C; /* colorvalue 2 */
301
+ }
302
+ /* Because we don't want visited on these links */
303
+ #adminmenu a.current, #sidemenu a.current {
304
+ background-color: #fff;
305
+ border-color: #FF9419; /* colorvalue 1 */
306
+ border-bottom-color: #fff;
307
+ color: #333;
308
+ font-weight: bold;
309
+ }
310
+
311
+ #adminmenu li a #awaiting-mod {
312
+ background-image: url(../../../../wp-admin/images/comment-stalk-classic.gif);
313
+ }
314
+
315
+ #adminmenu li a #awaiting-mod span {
316
+ background-color: #d54e21;
317
+ color: #fff;
318
+ }
319
+
320
+ #rightnow .reallynow {
321
+ background-color:#F0720C; /* colorvalue 2 */
322
+ color:#550007; /* colorvalue 4 */
323
+ }
324
+
325
+ #rightnow .reallynow a {
326
+ background-color:#550007; /* colorvalue 4 */
327
+ color:#F0720C; /* colorvalue 2 */
328
+ }
329
+
330
+ #rightnow .reallynow a:hover {
331
+ color:#CF4529; /* colorvalue 5 */
332
+ }
333
+
334
+
335
+ #adminmenu li a:hover #awaiting-mod span {
336
+ background-color: #FF9419; /* colorvalue 1 */
337
+ }
338
+
339
+ #adminmenu, div#media-upload-header {
340
+ background-color: #F0720C; /* colorvalue 2 */
341
+ border-bottom-color: #FF9419; /* colorvalue 1 */
342
+ }
343
+
344
+ #currenttheme img {
345
+ border-color: #CF4529; /* colorvalue 5 */
346
+ }
347
+
348
+ #current-widgets .drop-widget-here {
349
+ background-color: #ffc;
350
+ }
351
+
352
+ #dashboard_secondary div.dashboard-widget-content ul li a {
353
+ background-color: #550007; /* colorvalue 4 */
354
+ }
355
+
356
+ input.readonly {
357
+ background-color: #CF4529; /* colorvalue 5 */
358
+ }
359
+
360
+ #dashmenu a.current {
361
+ background-color: #F0720C; /* colorvalue 2 */
362
+ color: #710001; /* colorvalue 3 */
363
+ }
364
+
365
+ #dragHelper h4.widget-title, li.widget-list-control-item h4, #dragHelper li.widget-list-control-item h4 {
366
+ background-color: #F0720C; /* colorvalue 2 */
367
+ color: #550007; /* colorvalue 4 */
368
+ }
369
+
370
+ #ed_toolbar input {
371
+ background: url( ../../../../wp-admin/images/fade-butt.png ) #fff repeat-x 0 -2px;
372
+ }
373
+
374
+ #editable-post-name {
375
+ background-color: #fffbcc;
376
+ }
377
+
378
+ #edit-slug-box strong, .login #nav a {
379
+ color: #CF4529; /* colorvalue 5 */
380
+ }
381
+
382
+ #edit-slug-buttons a.save {
383
+ background-color: #CF4529; /* colorvalue 5 */
384
+ }
385
+
386
+ #footer {
387
+ background-image: url(../img/wplogo.png) !important;
388
+ background-position:10px 10px;
389
+ background-repeat: no-repeat;
390
+ _background-image: url(../img/wplogo.gif);
391
+ background-color:#CF4529; /* colorvalue 5 */
392
+ color:#FF9419; /* colorvalue 1 */
393
+ }
394
+
395
+ #media-items {
396
+ border-color: #CF4529; /* colorvalue 5 */
397
+ }
398
+
399
+ #pass-strength-result {
400
+ background-color: #CF4529; /* colorvalue 5 */
401
+ border-color: #550007; /* colorvalue 4 */
402
+ }
403
+
404
+ #pass-strength-result.bad {
405
+ background-color: #550007; /* colorvalue 4 */
406
+ border-color: #FF9419; /* colorvalue 1 */
407
+ }
408
+
409
+ #pass-strength-result.good {
410
+ background-color: #CF4529; /* colorvalue 5 */
411
+ border-color: #550007; /* colorvalue 4 */
412
+ }
413
+
414
+ #pass-strength-result.short {
415
+ background-color: #CF4529; /* colorvalue 5 */
416
+ }
417
+
418
+ #pass-strength-result.strong {
419
+ background-color: #F0720C; /* colorvalue 2 */
420
+ border-color: #550007; /* colorvalue 4 */
421
+ }
422
+
423
+ .checkbox, .side-info, #your-profile #rich_editing {
424
+ background-color: #fff;
425
+ }
426
+
427
+ #plugins .active {
428
+ background-color:#710001; /* colorvalue 3 */
429
+ color:#F0720C; /* colorvalue 2 */
430
+ }
431
+
432
+ #plugins .togl {
433
+ border-right-color: #550007; /* colorvalue 4 */
434
+ }
435
+
436
+ #the-comment-list .unapproved {
437
+ background-color: #ffffe0;
438
+ }
439
+
440
+ #plugins tr {
441
+ background-color: #fff;
442
+ }
443
+
444
+ #poststuff #editor-toolbar .active {
445
+ background-color: #550007; /* colorvalue 4 */
446
+ color: #F0720C; /* colorvalue 2 */
447
+ }
448
+
449
+ #poststuff .closed .togbox {
450
+ background-color: #710001; /* colorvalue 3 */
451
+ background-image: url(../../../../wp-admin/images/toggle-arrow.gif);
452
+ }
453
+
454
+ #poststuff .postbox, #titlediv, #poststuff .postarea, #poststuff .stuffbox {
455
+ border-color: #CF4529; /* colorvalue 5 */
456
+ border-right-color: #710001; /* colorvalue 3 */
457
+ border-bottom-color: #710001; /* colorvalue 3 */
458
+ }
459
+
460
+ #poststuff .togbox {
461
+ background-color:#CF4529; /* colorvalue 5 */
462
+ background-image: url(../../../../wp-admin/images/toggle-arrow.gif);
463
+ }
464
+
465
+ #quicktags #ed_link {
466
+ color: #F0720C; /* colorvalue 2 */
467
+ }
468
+
469
+ #rightnow .youhave {
470
+ background-color: #710001; /* colorvalue 3 */
471
+ }
472
+
473
+ #rightnow a {
474
+ color: #F0720C; /* colorvalue 2 */
475
+ }
476
+
477
+ #sidemenu a {
478
+ background-color: #F0720C; /* colorvalue 2 */
479
+ border-bottom-color: #FF9419; /* colorvalue 1 */
480
+ border-top-color: #F0720C; /* colorvalue 2 */
481
+ color: #710001; /* colorvalue 3 */
482
+ }
483
+
484
+ #tagchecklist span a {
485
+ background: url(../../../../wp-admin/images/xit.gif) no-repeat;
486
+ }
487
+
488
+ #tagchecklist span a:hover {
489
+ background: url(../../../../wp-admin/images/xit.gif) no-repeat -10px 0;
490
+ }
491
+
492
+ #the-comment-list .comment a {
493
+ border-bottom-color: #CF4529; /* colorvalue 5 */
494
+ color: #710001; /* colorvalue 3 */
495
+ }
496
+
497
+ #update-nag, .plugin-update {
498
+ background-color: #fffeeb;
499
+ border-bottom-color: #ccc;
500
+ border-top-color: #ccc;
501
+ color: #555;
502
+ }
503
+
504
+ #upload-files a.file-link {
505
+ background-color: #550007; /* colorvalue 4 */
506
+ }
507
+
508
+ #upload-file-view a img {
509
+ border-bottom-color: #F0720C; /* colorvalue 2 */
510
+ }
511
+
512
+ #upload-menu li #current-tab-nav, #upload-file {
513
+ background-color: #550007; /* colorvalue 4 */
514
+ }
515
+
516
+ #upload-menu li span a.page-numbers {
517
+ color: #FF9419; /* colorvalue 1 */
518
+ }
519
+
520
+ #upload-menu li.current {
521
+ border-right-color: #710001; /* colorvalue 3 */
522
+ color: #333;
523
+ }
524
+
525
+ #upload-menu li.current a.upload-tab-link, #upload-menu li a:hover {
526
+ background-color: #550007; /* colorvalue 4 */
527
+ color: #333;
528
+ }
529
+
530
+ #upload-menu, #upload-menu li {
531
+ border-top-color: #550007; /* colorvalue 4 */
532
+ }
533
+
534
+ #user_info, .login #backtoblog a {
535
+ color: #550007; /* colorvalue 4 */
536
+ }
537
+
538
+ #wphead {
539
+ background-color:#F0720C; /* colorvalue 2 */
540
+ color:#710001; /* colorvalue 3 */
541
+ }
542
+
543
+ #wphead, body.login {
544
+ border-top-color:#FF9419; /* colorvalue 1 */
545
+ color:#F0720C; /* colorvalue 2 */
546
+ }
547
+
548
+ #wphead #viewsite a {
549
+ background-color: #710001; /* colorvalue 3 */
550
+ color: #F0720C; /* colorvalue 2 */
551
+ border-color: #550007; /* colorvalue 4 */
552
+ }
553
+
554
+ #wphead #viewsite a:hover {
555
+ color: #FF9419; /* colorvalue 1 */
556
+ }
557
+
558
+ #wphead h1, #dashmenu a.current:hover {
559
+ color:#710001; /* colorvalue 3 */
560
+ }
561
+
562
+ div#media-upload-error, .file-error, abbr.required, .widget-control-remove:hover, .delete:hover {
563
+ color: #f00;
564
+ }
565
+
566
+ #media-upload a.delete {
567
+ color: #CF4529; /* colorvalue 5 */
568
+ }
569
+
570
+
571
+ /* TinyMCE */
572
+ .wp_themeSkin *,
573
+ .wp_themeSkin a:hover,
574
+ .wp_themeSkin a:link,
575
+ .wp_themeSkin a:visited,
576
+ .wp_themeSkin a:active {
577
+ color: #000;
578
+ }
579
+
580
+ /* Containers */
581
+ .wp_themeSkin table {
582
+ background: #710001; /* colorvalue 3 */
583
+ }
584
+
585
+ .wp_themeSkin iframe {
586
+ background: #fff;
587
+ }
588
+
589
+ /* Layout */
590
+ .wp_themeSkin .mceStatusbar {
591
+ color:#333;
592
+ background-color: #550007; /* colorvalue 4 */
593
+ }
594
+
595
+ /* Button */
596
+ .wp_themeSkin .mceButton {
597
+ background-color: #CF4529; /* colorvalue 5 */
598
+ border-color: #710001; /* colorvalue 3 */
599
+ }
600
+
601
+ .wp_themeSkin a.mceButtonEnabled:hover,
602
+ .wp_themeSkin a.mceButtonActive,
603
+ .wp_themeSkin a.mceButtonSelected {
604
+ background-color: #d6d8da;
605
+ border-color: #7789ba !important;
606
+ }
607
+
608
+ .wp_themeSkin .mceButtonDisabled {
609
+ border-color: #83B4D5 !important;
610
+ }
611
+
612
+ /* ListBox */
613
+ .wp_themeSkin .mceListBox .mceText,
614
+ .wp_themeSkin .mceListBox .mceOpen {
615
+ border-color: #710001; /* colorvalue 3 */
616
+ background-color: #CF4529; /* colorvalue 5 */
617
+ }
618
+
619
+ .wp_themeSkin table.mceListBoxEnabled:hover .mceOpen,
620
+ .wp_themeSkin .mceListBoxHover .mceOpen,
621
+ .wp_themeSkin .mceListBoxSelected .mceOpen,
622
+ .wp_themeSkin .mceListBoxSelected .mceText {
623
+ border-color: #7789ba !important;
624
+ background-color: #d6d8da;
625
+ }
626
+
627
+ .wp_themeSkin table.mceListBoxEnabled:hover .mceText,
628
+ .wp_themeSkin .mceListBoxHover .mceText {
629
+ border-color: #7789ba !important;
630
+ }
631
+
632
+ .wp_themeSkin select.mceListBox {
633
+ border-color: #550007; /* colorvalue 4 */
634
+ background-color: #fff;
635
+ }
636
+
637
+ /* SplitButton */
638
+ .wp_themeSkin .mceSplitButton a.mceAction,
639
+ .wp_themeSkin .mceSplitButton a.mceOpen {
640
+ background-color: #CF4529; /* colorvalue 5 */
641
+ border-color: #710001; /* colorvalue 3 */
642
+ }
643
+
644
+ .wp_themeSkin .mceSplitButton a.mceOpen:hover,
645
+ .wp_themeSkin .mceSplitButtonSelected a.mceOpen,
646
+ .wp_themeSkin table.mceSplitButtonEnabled:hover a.mceAction,
647
+ .wp_themeSkin .mceSplitButton a.mceAction:hover {
648
+ background-color: #d6d8da;
649
+ border-color: #7789ba !important;
650
+ }
651
+
652
+ .wp_themeSkin .mceSplitButtonActive {
653
+ background-color: #d6d8da;
654
+ }
655
+
656
+ /* ColorSplitButton */
657
+ .wp_themeSkin div.mceColorSplitMenu table {
658
+ background-color: #ebeaeb;
659
+ border-color: #808080;
660
+ }
661
+
662
+ .wp_themeSkin .mceColorSplitMenu a {
663
+ border-color: #808080;
664
+ }
665
+
666
+ .wp_themeSkin .mceColorSplitMenu a.mceMoreColors {
667
+ border-color: #fff;
668
+ }
669
+
670
+ .wp_themeSkin .mceColorSplitMenu a.mceMoreColors:hover {
671
+ border-color: #0A246A;
672
+ background-color: #B6BDD2;
673
+ }
674
+
675
+ .wp_themeSkin a.mceMoreColors:hover {
676
+ border-color: #0A246A;
677
+ }
678
+
679
+ /* Menu */
680
+ .wp_themeSkin .mceMenu {
681
+ border-color: #ddd;
682
+ }
683
+
684
+ .wp_themeSkin .mceMenu table {
685
+ background-color: #ebeaeb;
686
+ }
687
+
688
+ .wp_themeSkin .mceMenu .mceText {
689
+ color: #000;
690
+ }
691
+
692
+ .wp_themeSkin .mceMenu .mceMenuItemEnabled a:hover,
693
+ .wp_themeSkin .mceMenu .mceMenuItemActive, #quicktags {
694
+ background-color:#550007; /* colorvalue 4 */
695
+ }
696
+ .wp_themeSkin td.mceMenuItemSeparator {
697
+ background-color: #aaa;
698
+ }
699
+ .wp_themeSkin .mceMenuItemTitle a {
700
+ background-color: #ccc;
701
+ border-bottom-color: #aaa;
702
+ }
703
+ .wp_themeSkin .mceMenuItemTitle span.mceText {
704
+ color: #000;
705
+ }
706
+ .wp_themeSkin .mceMenuItemDisabled .mceText {
707
+ color: #888;
708
+ }
709
+
710
+ /* pop-up */
711
+ .clearlooks2 .mceTop .mceLeft, .clearlooks2 .mceTop .mceRight {
712
+ background-color: #550007; /* colorvalue 4 */
713
+ border-color: #710001; /* colorvalue 3 */
714
+ }
715
+
716
+ .clearlooks2 .mceFocus .mceTop .mceLeft, .clearlooks2 .mceFocus .mceTop .mceRight {
717
+ background-color: #710001; /* colorvalue 3 */
718
+ border-color: #CF4529; /* colorvalue 5 */
719
+ }
720
+
721
+ #editorcontainer {
722
+ border-color: #CF4529; /* colorvalue 5 */
723
+ }
724
+
725
+ #poststuff #titlewrap {
726
+ border-color: #CF4529; /* colorvalue 5 */
727
+ }
728
+
729
+ #tTips p#tTips_inside {
730
+ background-color: #ddd;
731
+ color: #333;
732
+ }
733
+
css/colors-grey.css ADDED
@@ -0,0 +1,733 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ a.page-numbers:hover {
2
+ border-color: #000000; /* colorvalue 1 */
3
+ }
4
+
5
+ body {
6
+ background: #fff;
7
+ color: #333;
8
+ }
9
+
10
+ body > #upload-menu {
11
+ border-bottom-color: #fff;;
12
+ }
13
+
14
+ div#current-widgets, #postcustomstuff table, #your-profile fieldset, a.page-numbers, #rightnow, div.dashboard-widget, .widefat {
15
+ border-color: #909090; /* colorvalue 5 */
16
+ }
17
+
18
+ div.dashboard-widget-error {
19
+ background-color: #909090; /* colorvalue 5 */
20
+ }
21
+
22
+ div.dashboard-widget-notice {
23
+ background-color: #D8D8D8; /* colorvalue 4 */
24
+ }
25
+
26
+ div.dashboard-widget-submit, ul.widget-control-list div.widget-control-actions {
27
+ border-top-color: #909090; /* colorvalue 5 */
28
+ }
29
+
30
+ input.disabled, textarea.disabled {
31
+ background-color: #D8D8D8; /* colorvalue 4 */
32
+ }
33
+
34
+ #user_info a:hover, li.widget-list-control-item h4.widget-title a:hover, .submit a, #dashmenu a:hover, #footer a, #upload-menu li a.upload-tab-link, li.widget-list-control-item h4.widget-title a,
35
+ #dragHelper li.widget-list-control-item h4.widget-title a,
36
+ #draghelper li.widget-list-control-item h4.widget-title a:visited, .login #backtoblog a:hover {
37
+ color: #D8D8D8; /* colorvalue 4 */
38
+ }
39
+
40
+ ul#category-tabs li.ui-tabs-selected, li.widget-list-control-item, div.nav, .tablenav, .submitbox, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, ul.view-switch li.current, .form-table tr, #poststuff h3, .login form {
41
+ background-color:#F0F0F0; /* colorvalue 3 */
42
+ color:#000000; /* colorvalue 1 */
43
+ }
44
+
45
+ div.ui-tabs-panel {
46
+ border-color: #F0F0F0; /* colorvalue 3 */
47
+ }
48
+
49
+ select {
50
+ background-color: #fff;
51
+ border-color: #909090; /* colorvalue 5 */
52
+ }
53
+
54
+ strong .post-com-count span {
55
+ background-color: #2583ad;
56
+ }
57
+
58
+ .button-secondary, #login form .submit input {
59
+ background-color: #000000; /* colorvalue 1 */
60
+ }
61
+
62
+ ul#widget-list li.widget-list-item h4.widget-title {
63
+ background-color: #909090; /* colorvalue 5 */
64
+ color: #333;
65
+ }
66
+
67
+ ul.widget-control-list .sorthelper {
68
+ background-color: #909090; /* colorvalue 5 */
69
+ }
70
+
71
+ .ac_match, .subsubsub a.current, h2 {
72
+ color: #333;
73
+ }
74
+
75
+ .ac_over {
76
+ background-color: #D8D8D8; /* colorvalue 4 */
77
+ }
78
+
79
+ .ac_results {
80
+ background-color: #fff;
81
+ border-color: #909090; /* colorvalue 5 */
82
+ }
83
+
84
+ .ac_results li {
85
+ color: #333;
86
+ }
87
+
88
+ .alternate {
89
+ background-color: #D8D8D8; /* colorvalue 4 */
90
+ }
91
+
92
+ .available-theme a.screenshot {
93
+ background-color: #D8D8D8; /* colorvalue 4 */
94
+ border-color: #909090; /* colorvalue 5 */
95
+ }
96
+
97
+ .bar {
98
+ background-color: #909090; /* colorvalue 5 */
99
+ border-right-color: #D8D8D8; /* colorvalue 4 */
100
+ }
101
+
102
+ .describe {
103
+ border-top-color: #909090; /* colorvalue 5 */
104
+ }
105
+
106
+ .error, #login #login_error {
107
+ background-color: #ffebe8;
108
+ border-color: #c00;
109
+ }
110
+
111
+ .error a {
112
+ color: #c00;
113
+ }
114
+
115
+ .form-invalid {
116
+ background-color: #ffebe8 !important;
117
+ }
118
+
119
+ .form-invalid input {
120
+ border-color: #c00 !important;
121
+ }
122
+
123
+ .form-table input, .form-table textarea {
124
+ border-color: #909090; /* colorvalue 5 */
125
+ }
126
+
127
+ .form-table td, .form-table th {
128
+ border-bottom-color: #fff;
129
+ }
130
+
131
+ .highlight {
132
+ background-color: #F0F0F0; /* colorvalue 3 */
133
+ color: #787878; /* colorvalue 2 */
134
+ }
135
+
136
+ .howto, .nonessential, #sidemenu, #edit-slug-box, .form-input-tip, #dashboard_primary span.rss-date, .subsubsub, #dashboard_secondary div.dashboard-widget-content ul li a cite {
137
+ color: #909090; /* colorvalue 5 */
138
+ }
139
+
140
+ #dashmenu a, #user_info a {
141
+ color: #F0F0F0; /* colorvalue 3 */
142
+ }
143
+
144
+ .media-item {
145
+ border-bottom-color: #909090; /* colorvalue 5 */
146
+ }
147
+
148
+ .media-upload-form label.form-help, td.help {
149
+ color: #787878; /* colorvalue 2 */
150
+ }
151
+
152
+ .page-numbers {
153
+ background-color: #fff;
154
+ border-color: #fff;
155
+ }
156
+
157
+ .page-numbers.current {
158
+ background-color: #787878; /* colorvalue 2 */
159
+ border-color: #787878; /* colorvalue 2 */
160
+ color: #fff;
161
+ }
162
+
163
+ .post-com-count {
164
+ background-image: url(../../../../wp-admin/images/bubble_bg.gif);
165
+ color: #fff;
166
+ }
167
+
168
+ .post-com-count span {
169
+ background-color: #bbb;
170
+ color: #fff;
171
+ }
172
+
173
+ .post-com-count:hover span {
174
+ background-color: #d54e21;
175
+ }
176
+
177
+ .quicktags, .search {
178
+ background-color: #787878; /* colorvalue 2 */
179
+ color: #333;
180
+ }
181
+
182
+ .side-info h5, .bordertitle {
183
+ border-bottom-color: #909090; /* colorvalue 5 */
184
+ }
185
+
186
+ .side-info ul, .widget-description {
187
+ color: #787878; /* colorvalue 2 */
188
+ }
189
+
190
+ .submit input, .button, .button-secondary, #login form .submit input, div.dashboard-widget-submit input, #edit-slug-buttons a.save {
191
+ background-color: #D8D8D8; /* colorvalue 4 */
192
+ color: #787878; /* colorvalue 2 */
193
+ border-color: #F0F0F0; /* colorvalue 3 */
194
+ }
195
+
196
+ .tablenav .button-secondary {
197
+ border-color: #787878; /* colorvalue 2 */
198
+ }
199
+
200
+ .submit input:hover, .button:hover, #edit-slug-buttons a.save:hover {
201
+ border-color: #F0F0F0; /* colorvalue 3 */
202
+ }
203
+
204
+ .submit input:hover, .button:hover, .button-secondary:hover, #wphead #viewsite a:hover, #submenu a.current, #submenu a:hover, .submitbox #previewview a:hover, #the-comment-list .comment a:hover, #rightnow a:hover, a:hover, .subsubsub a:hover, .subsubsub a.current:hover, #login form .submit input:hover, div.dashboard-widget-submit input:hover, #edit-slug-buttons a.save:hover {
205
+ color: #000000; /* colorvalue 1 */
206
+ }
207
+
208
+ #adminmenu a:hover, #sidemenu a:hover {
209
+ color: #D8D8D8; /* colorvalue 4 */
210
+ }
211
+
212
+ .button-secondary:hover, #login form .submit input:hover {
213
+ border-color: #787878; /* colorvalue 2 */
214
+ background-color: #D8D8D8; /* colorvalue 4 */
215
+ }
216
+
217
+ .submitbox #autosave .error, ul.view-switch li.current a {
218
+ color: #909090; /* colorvalue 5 */
219
+ }
220
+
221
+ .submitbox #previewview {
222
+ background-color:#787878; /* colorvalue 2 */
223
+ }
224
+
225
+ .submitbox #previewview a, #rightnow .rbutton {
226
+ background-color: #909090; /* colorvalue 5 */
227
+ color: #F0F0F0; /* colorvalue 3 */
228
+ }
229
+
230
+ .submitbox .submit {
231
+ background-color: #909090; /* colorvalue 5 */
232
+ color: #F0F0F0; /* colorvalue 3 */
233
+ }
234
+
235
+ .submitbox .submitdelete {
236
+ border-bottom-color: #909090; /* colorvalue 5 */
237
+ }
238
+
239
+ .submitbox .submitdelete:hover {
240
+ color: #fff;
241
+ background-color: #f00;
242
+ border-bottom-color: #f00;
243
+ }
244
+
245
+ .tablenav .dots {
246
+ background-color: #F0F0F0; /* colorvalue 3 */
247
+ border-color: #F0F0F0; /* colorvalue 3 */
248
+ }
249
+
250
+ .tablenav .next, .tablenav .prev{
251
+ background-color: #F0F0F0; /* colorvalue 3 */
252
+ border-bottom-color: #F0F0F0; /* colorvalue 3 */
253
+ border-color: #F0F0F0; /* colorvalue 3 */
254
+ color: #787878; /* colorvalue 2 */
255
+ }
256
+
257
+ .tablenav .next:hover, .tablenav .prev:hover {
258
+ border-bottom-color: #d54e21;
259
+ border-color: #F0F0F0; /* colorvalue 3 */
260
+ color: #d54e21;
261
+ }
262
+
263
+ .updated, .login #login_error, .login .message {
264
+ background-color:#787878; /* colorvalue 2 */
265
+ border-color:#000000; /* colorvalue 1 */
266
+ }
267
+
268
+ .updated a {
269
+ border-bottom-color: #F0F0F0; /* colorvalue 3 */
270
+ }
271
+
272
+ .widefat td, .widefat th, div#available-widgets-filter, ul#widget-list li.widget-list-item, .commentlist li {
273
+ border-bottom-color: #909090; /* colorvalue 5 */
274
+ }
275
+
276
+ .widefat thead, .thead {
277
+ background-color:#909090; /* colorvalue 5 */
278
+ color: #787878; /* colorvalue 2 */
279
+ }
280
+
281
+ .widget-control-save, .widget-control-remove {
282
+ background-color: #F0F0F0; /* colorvalue 3 */
283
+ color: #909090; /* colorvalue 5 */
284
+ }
285
+
286
+ .wrap h2 {
287
+ border-bottom-color:#F0F0F0; /* colorvalue 3 */
288
+ color:#787878; /* colorvalue 2 */
289
+ }
290
+
291
+ #poststuff #edButtonPreview, #poststuff #edButtonHTML, #the-comment-list p.comment-author strong a, a {
292
+ color: #787878; /* colorvalue 2 */
293
+ }
294
+
295
+ #adminmenu a {
296
+ color: #F0F0F0; /* colorvalue 3 */
297
+ }
298
+
299
+ #submenu a {
300
+ color: #787878; /* colorvalue 2 */
301
+ }
302
+ /* Because we don't want visited on these links */
303
+ #adminmenu a.current, #sidemenu a.current {
304
+ background-color: #fff;
305
+ border-color: #000000; /* colorvalue 1 */
306
+ border-bottom-color: #fff;
307
+ color: #333;
308
+ font-weight: bold;
309
+ }
310
+
311
+ #adminmenu li a #awaiting-mod {
312
+ background-image: url(../../../../wp-admin/images/comment-stalk-classic.gif);
313
+ }
314
+
315
+ #adminmenu li a #awaiting-mod span {
316
+ background-color: #d54e21;
317
+ color: #fff;
318
+ }
319
+
320
+ #rightnow .reallynow {
321
+ background-color:#787878; /* colorvalue 2 */
322
+ color:#D8D8D8; /* colorvalue 4 */
323
+ }
324
+
325
+ #rightnow .reallynow a {
326
+ background-color:#D8D8D8; /* colorvalue 4 */
327
+ color:#787878; /* colorvalue 2 */
328
+ }
329
+
330
+ #rightnow .reallynow a:hover {
331
+ color:#909090; /* colorvalue 5 */
332
+ }
333
+
334
+
335
+ #adminmenu li a:hover #awaiting-mod span {
336
+ background-color: #000000; /* colorvalue 1 */
337
+ }
338
+
339
+ #adminmenu, div#media-upload-header {
340
+ background-color: #787878; /* colorvalue 2 */
341
+ border-bottom-color: #000000; /* colorvalue 1 */
342
+ }
343
+
344
+ #currenttheme img {
345
+ border-color: #909090; /* colorvalue 5 */
346
+ }
347
+
348
+ #current-widgets .drop-widget-here {
349
+ background-color: #ffc;
350
+ }
351
+
352
+ #dashboard_secondary div.dashboard-widget-content ul li a {
353
+ background-color: #D8D8D8; /* colorvalue 4 */
354
+ }
355
+
356
+ input.readonly {
357
+ background-color: #909090; /* colorvalue 5 */
358
+ }
359
+
360
+ #dashmenu a.current {
361
+ background-color: #787878; /* colorvalue 2 */
362
+ color: #F0F0F0; /* colorvalue 3 */
363
+ }
364
+
365
+ #dragHelper h4.widget-title, li.widget-list-control-item h4, #dragHelper li.widget-list-control-item h4 {
366
+ background-color: #787878; /* colorvalue 2 */
367
+ color: #D8D8D8; /* colorvalue 4 */
368
+ }
369
+
370
+ #ed_toolbar input {
371
+ background: url( ../../../../wp-admin/images/fade-butt.png ) #fff repeat-x 0 -2px;
372
+ }
373
+
374
+ #editable-post-name {
375
+ background-color: #fffbcc;
376
+ }
377
+
378
+ #edit-slug-box strong, .login #nav a {
379
+ color: #909090; /* colorvalue 5 */
380
+ }
381
+
382
+ #edit-slug-buttons a.save {
383
+ background-color: #909090; /* colorvalue 5 */
384
+ }
385
+
386
+ #footer {
387
+ background-image: url(../img/wplogo.png) !important;
388
+ background-position:10px 10px;
389
+ background-repeat: no-repeat;
390
+ _background-image: url(../img/wplogo.gif);
391
+ background-color:#909090; /* colorvalue 5 */
392
+ color:#000000; /* colorvalue 1 */
393
+ }
394
+
395
+ #media-items {
396
+ border-color: #909090; /* colorvalue 5 */
397
+ }
398
+
399
+ #pass-strength-result {
400
+ background-color: #909090; /* colorvalue 5 */
401
+ border-color: #D8D8D8; /* colorvalue 4 */
402
+ }
403
+
404
+ #pass-strength-result.bad {
405
+ background-color: #D8D8D8; /* colorvalue 4 */
406
+ border-color: #000000; /* colorvalue 1 */
407
+ }
408
+
409
+ #pass-strength-result.good {
410
+ background-color: #909090; /* colorvalue 5 */
411
+ border-color: #D8D8D8; /* colorvalue 4 */
412
+ }
413
+
414
+ #pass-strength-result.short {
415
+ background-color: #909090; /* colorvalue 5 */
416
+ }
417
+
418
+ #pass-strength-result.strong {
419
+ background-color: #787878; /* colorvalue 2 */
420
+ border-color: #D8D8D8; /* colorvalue 4 */
421
+ }
422
+
423
+ .checkbox, .side-info, #your-profile #rich_editing {
424
+ background-color: #fff;
425
+ }
426
+
427
+ #plugins .active {
428
+ background-color:#F0F0F0; /* colorvalue 3 */
429
+ color:#787878; /* colorvalue 2 */
430
+ }
431
+
432
+ #plugins .togl {
433
+ border-right-color: #D8D8D8; /* colorvalue 4 */
434
+ }
435
+
436
+ #the-comment-list .unapproved {
437
+ background-color: #ffffe0;
438
+ }
439
+
440
+ #plugins tr {
441
+ background-color: #fff;
442
+ }
443
+
444
+ #poststuff #editor-toolbar .active {
445
+ background-color: #D8D8D8; /* colorvalue 4 */
446
+ color: #787878; /* colorvalue 2 */
447
+ }
448
+
449
+ #poststuff .closed .togbox {
450
+ background-color: #F0F0F0; /* colorvalue 3 */
451
+ background-image: url(../../../../wp-admin/images/toggle-arrow.gif);
452
+ }
453
+
454
+ #poststuff .postbox, #titlediv, #poststuff .postarea, #poststuff .stuffbox {
455
+ border-color: #909090; /* colorvalue 5 */
456
+ border-right-color: #F0F0F0; /* colorvalue 3 */
457
+ border-bottom-color: #F0F0F0; /* colorvalue 3 */
458
+ }
459
+
460
+ #poststuff .togbox {
461
+ background-color:#909090; /* colorvalue 5 */
462
+ background-image: url(../../../../wp-admin/images/toggle-arrow.gif);
463
+ }
464
+
465
+ #quicktags #ed_link {
466
+ color: #787878; /* colorvalue 2 */
467
+ }
468
+
469
+ #rightnow .youhave {
470
+ background-color: #F0F0F0; /* colorvalue 3 */
471
+ }
472
+
473
+ #rightnow a {
474
+ color: #787878; /* colorvalue 2 */
475
+ }
476
+
477
+ #sidemenu a {
478
+ background-color: #787878; /* colorvalue 2 */
479
+ border-bottom-color: #000000; /* colorvalue 1 */
480
+ border-top-color: #787878; /* colorvalue 2 */
481
+ color: #F0F0F0; /* colorvalue 3 */
482
+ }
483
+
484
+ #tagchecklist span a {
485
+ background: url(../../../../wp-admin/images/xit.gif) no-repeat;
486
+ }
487
+
488
+ #tagchecklist span a:hover {
489
+ background: url(../../../../wp-admin/images/xit.gif) no-repeat -10px 0;
490
+ }
491
+
492
+ #the-comment-list .comment a {
493
+ border-bottom-color: #909090; /* colorvalue 5 */
494
+ color: #F0F0F0; /* colorvalue 3 */
495
+ }
496
+
497
+ #update-nag, .plugin-update {
498
+ background-color: #fffeeb;
499
+ border-bottom-color: #ccc;
500
+ border-top-color: #ccc;
501
+ color: #555;
502
+ }
503
+
504
+ #upload-files a.file-link {
505
+ background-color: #D8D8D8; /* colorvalue 4 */
506
+ }
507
+
508
+ #upload-file-view a img {
509
+ border-bottom-color: #787878; /* colorvalue 2 */
510
+ }
511
+
512
+ #upload-menu li #current-tab-nav, #upload-file {
513
+ background-color: #D8D8D8; /* colorvalue 4 */
514
+ }
515
+
516
+ #upload-menu li span a.page-numbers {
517
+ color: #000000; /* colorvalue 1 */
518
+ }
519
+
520
+ #upload-menu li.current {
521
+ border-right-color: #F0F0F0; /* colorvalue 3 */
522
+ color: #333;
523
+ }
524
+
525
+ #upload-menu li.current a.upload-tab-link, #upload-menu li a:hover {
526
+ background-color: #D8D8D8; /* colorvalue 4 */
527
+ color: #333;
528
+ }
529
+
530
+ #upload-menu, #upload-menu li {
531
+ border-top-color: #D8D8D8; /* colorvalue 4 */
532
+ }
533
+
534
+ #user_info, .login #backtoblog a {
535
+ color: #D8D8D8; /* colorvalue 4 */
536
+ }
537
+
538
+ #wphead {
539
+ background-color:#787878; /* colorvalue 2 */
540
+ color:#F0F0F0; /* colorvalue 3 */
541
+ }
542
+
543
+ #wphead, body.login {
544
+ border-top-color:#000000; /* colorvalue 1 */
545
+ color:#787878; /* colorvalue 2 */
546
+ }
547
+
548
+ #wphead #viewsite a {
549
+ background-color: #F0F0F0; /* colorvalue 3 */
550
+ color: #787878; /* colorvalue 2 */
551
+ border-color: #D8D8D8; /* colorvalue 4 */
552
+ }
553
+
554
+ #wphead #viewsite a:hover {
555
+ color: #000000; /* colorvalue 1 */
556
+ }
557
+
558
+ #wphead h1, #dashmenu a.current:hover {
559
+ color:#F0F0F0; /* colorvalue 3 */
560
+ }
561
+
562
+ div#media-upload-error, .file-error, abbr.required, .widget-control-remove:hover, .delete:hover {
563
+ color: #f00;
564
+ }
565
+
566
+ #media-upload a.delete {
567
+ color: #909090; /* colorvalue 5 */
568
+ }
569
+
570
+
571
+ /* TinyMCE */
572
+ .wp_themeSkin *,
573
+ .wp_themeSkin a:hover,
574
+ .wp_themeSkin a:link,
575
+ .wp_themeSkin a:visited,
576
+ .wp_themeSkin a:active {
577
+ color: #000;
578
+ }
579
+
580
+ /* Containers */
581
+ .wp_themeSkin table {
582
+ background: #F0F0F0; /* colorvalue 3 */
583
+ }
584
+
585
+ .wp_themeSkin iframe {
586
+ background: #fff;
587
+ }
588
+
589
+ /* Layout */
590
+ .wp_themeSkin .mceStatusbar {
591
+ color:#333;
592
+ background-color: #D8D8D8; /* colorvalue 4 */
593
+ }
594
+
595
+ /* Button */
596
+ .wp_themeSkin .mceButton {
597
+ background-color: #909090; /* colorvalue 5 */
598
+ border-color: #F0F0F0; /* colorvalue 3 */
599
+ }
600
+
601
+ .wp_themeSkin a.mceButtonEnabled:hover,
602
+ .wp_themeSkin a.mceButtonActive,
603
+ .wp_themeSkin a.mceButtonSelected {
604
+ background-color: #d6d8da;
605
+ border-color: #7789ba !important;
606
+ }
607
+
608
+ .wp_themeSkin .mceButtonDisabled {
609
+ border-color: #83B4D5 !important;
610
+ }
611
+
612
+ /* ListBox */
613
+ .wp_themeSkin .mceListBox .mceText,
614
+ .wp_themeSkin .mceListBox .mceOpen {
615
+ border-color: #F0F0F0; /* colorvalue 3 */
616
+ background-color: #909090; /* colorvalue 5 */
617
+ }
618
+
619
+ .wp_themeSkin table.mceListBoxEnabled:hover .mceOpen,
620
+ .wp_themeSkin .mceListBoxHover .mceOpen,
621
+ .wp_themeSkin .mceListBoxSelected .mceOpen,
622
+ .wp_themeSkin .mceListBoxSelected .mceText {
623
+ border-color: #7789ba !important;
624
+ background-color: #d6d8da;
625
+ }
626
+
627
+ .wp_themeSkin table.mceListBoxEnabled:hover .mceText,
628
+ .wp_themeSkin .mceListBoxHover .mceText {
629
+ border-color: #7789ba !important;
630
+ }
631
+
632
+ .wp_themeSkin select.mceListBox {
633
+ border-color: #D8D8D8; /* colorvalue 4 */
634
+ background-color: #fff;
635
+ }
636
+
637
+ /* SplitButton */
638
+ .wp_themeSkin .mceSplitButton a.mceAction,
639
+ .wp_themeSkin .mceSplitButton a.mceOpen {
640
+ background-color: #909090; /* colorvalue 5 */
641
+ border-color: #F0F0F0; /* colorvalue 3 */
642
+ }
643
+
644
+ .wp_themeSkin .mceSplitButton a.mceOpen:hover,
645
+ .wp_themeSkin .mceSplitButtonSelected a.mceOpen,
646
+ .wp_themeSkin table.mceSplitButtonEnabled:hover a.mceAction,
647
+ .wp_themeSkin .mceSplitButton a.mceAction:hover {
648
+ background-color: #d6d8da;
649
+ border-color: #7789ba !important;
650
+ }
651
+
652
+ .wp_themeSkin .mceSplitButtonActive {
653
+ background-color: #d6d8da;
654
+ }
655
+
656
+ /* ColorSplitButton */
657
+ .wp_themeSkin div.mceColorSplitMenu table {
658
+ background-color: #ebeaeb;
659
+ border-color: #808080;
660
+ }
661
+
662
+ .wp_themeSkin .mceColorSplitMenu a {
663
+ border-color: #808080;
664
+ }
665
+
666
+ .wp_themeSkin .mceColorSplitMenu a.mceMoreColors {
667
+ border-color: #fff;
668
+ }
669
+
670
+ .wp_themeSkin .mceColorSplitMenu a.mceMoreColors:hover {
671
+ border-color: #0A246A;
672
+ background-color: #B6BDD2;
673
+ }
674
+
675
+ .wp_themeSkin a.mceMoreColors:hover {
676
+ border-color: #0A246A;
677
+ }
678
+
679
+ /* Menu */
680
+ .wp_themeSkin .mceMenu {
681
+ border-color: #ddd;
682
+ }
683
+
684
+ .wp_themeSkin .mceMenu table {
685
+ background-color: #ebeaeb;
686
+ }
687
+
688
+ .wp_themeSkin .mceMenu .mceText {
689
+ color: #000;
690
+ }
691
+
692
+ .wp_themeSkin .mceMenu .mceMenuItemEnabled a:hover,
693
+ .wp_themeSkin .mceMenu .mceMenuItemActive, #quicktags {
694
+ background-color:#D8D8D8; /* colorvalue 4 */
695
+ }
696
+ .wp_themeSkin td.mceMenuItemSeparator {
697
+ background-color: #aaa;
698
+ }
699
+ .wp_themeSkin .mceMenuItemTitle a {
700
+ background-color: #ccc;
701
+ border-bottom-color: #aaa;
702
+ }
703
+ .wp_themeSkin .mceMenuItemTitle span.mceText {
704
+ color: #000;
705
+ }
706
+ .wp_themeSkin .mceMenuItemDisabled .mceText {
707
+ color: #888;
708
+ }
709
+
710
+ /* pop-up */
711
+ .clearlooks2 .mceTop .mceLeft, .clearlooks2 .mceTop .mceRight {
712
+ background-color: #D8D8D8; /* colorvalue 4 */
713
+ border-color: #F0F0F0; /* colorvalue 3 */
714
+ }
715
+
716
+ .clearlooks2 .mceFocus .mceTop .mceLeft, .clearlooks2 .mceFocus .mceTop .mceRight {
717
+ background-color: #F0F0F0; /* colorvalue 3 */
718
+ border-color: #909090; /* colorvalue 5 */
719
+ }
720
+
721
+ #editorcontainer {
722
+ border-color: #909090; /* colorvalue 5 */
723
+ }
724
+
725
+ #poststuff #titlewrap {
726
+ border-color: #909090; /* colorvalue 5 */
727
+ }
728
+
729
+ #tTips p#tTips_inside {
730
+ background-color: #ddd;
731
+ color: #333;
732
+ }
733
+
css/colors-wp23.css ADDED
@@ -0,0 +1,940 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ Scheme: WordPress 2.3
3
+ Colors: 000000|14568A|448ABD|83B4D8
4
+ Author of Basis: James Dick
5
+ Basis from Plugin: http://www.jamesdimick.com/creations/easy-admin-color-schemes/
6
+ */
7
+ a.page-numbers:hover {
8
+ border-color: #999;
9
+ }
10
+
11
+ body > #upload-menu {
12
+ border-bottom-color: #fff;
13
+ }
14
+
15
+ div#current-widgets, #postcustomstuff table, #your-profile fieldset, a.page-numbers, #rightnow, div.dashboard-widget, .widefat {
16
+ border-color: #ccc;
17
+ }
18
+
19
+ div.dashboard-widget-error {
20
+ background-color: #c43;
21
+ }
22
+
23
+ div.dashboard-widget-notice {
24
+ background-color: #F0F6FB;
25
+ }
26
+
27
+ div.dashboard-widget-submit, ul.widget-control-list div.widget-control-actions {
28
+ border-top-color: #ccc;
29
+ }
30
+
31
+ input.disabled, textarea.disabled {
32
+ background-color: #ccc;
33
+ }
34
+
35
+ li.widget-list-control-item h4.widget-title a:hover, .submit a, #upload-menu li a.upload-tab-link, li.widget-list-control-item h4.widget-title a,
36
+ #dragHelper li.widget-list-control-item h4.widget-title a,
37
+ #draghelper li.widget-list-control-item h4.widget-title a:visited, .login #backtoblog a:hover {
38
+ color: #fff;
39
+ }
40
+
41
+ ul#category-tabs li.ui-tabs-selected, li.widget-list-control-item, div.nav, .tablenav, .submitbox, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, ul.view-switch li.current, .form-table tr, #poststuff h3, .login form {
42
+ background-color: #cfebf7;
43
+ }
44
+
45
+ div.ui-tabs-panel {
46
+ border-color: #cfebf7;
47
+ }
48
+
49
+ select {
50
+ background-color: #fff;
51
+ border-color: #ddd;
52
+ }
53
+
54
+ strong .post-com-count span {
55
+ background-color: #2583ad;
56
+ }
57
+
58
+ .button-secondary, #login form .submit input {
59
+ background-color: #8ebddc !important;
60
+ }
61
+
62
+ ul#widget-list li.widget-list-item h4.widget-title {
63
+ background-color: #f0f0f0;
64
+ color: #000;
65
+ }
66
+
67
+ ul.widget-control-list .sorthelper {
68
+ background-color: #ccf3fa;
69
+ }
70
+
71
+ .ac_match, .subsubsub a.current, h2 {
72
+ color: #000;
73
+ }
74
+
75
+ .ac_over {
76
+ background-color: #f0f0b8;
77
+ }
78
+
79
+ .ac_results {
80
+ background-color: #fff;
81
+ border-color: #808080;
82
+ }
83
+
84
+ .ac_results li {
85
+ color: #101010;
86
+ }
87
+
88
+ .alternate {
89
+ background-color: #f9f9f9;
90
+ }
91
+
92
+ .available-theme a.screenshot {
93
+ background-color: #f1f1f1;
94
+ border-color: #ccc;
95
+ }
96
+
97
+ .bar {
98
+ background-color: #e8e8e8;
99
+ border-right-color: #99d;
100
+ }
101
+
102
+ .describe {
103
+ border-top-color: #d0d0d0;
104
+ }
105
+
106
+ #login #login_error {
107
+ background-color: #ffebe8;
108
+ border-color: #c00;
109
+ }
110
+
111
+ .form-invalid {
112
+ background-color: #ffebe8 !important;
113
+ }
114
+
115
+ .form-invalid input {
116
+ border-color: #c00 !important;
117
+ }
118
+
119
+ .form-table input, .form-table textarea {
120
+ border-color: #c6d9e9;
121
+ }
122
+
123
+ .form-table td, .form-table th {
124
+ border-bottom-color: #fff;
125
+ }
126
+
127
+ .highlight {
128
+ background-color: #cfebf7;
129
+ color: #d54e21;
130
+ }
131
+
132
+ .howto, .nonessential, #edit-slug-box, .form-input-tip, #dashboard_primary span.rss-date, .subsubsub, #dashboard_secondary div.dashboard-widget-content ul li a cite {
133
+ color: #999;
134
+ }
135
+
136
+ .media-item {
137
+ border-bottom-color: #d0d0d0;
138
+ }
139
+
140
+ .media-upload-form label.form-help, td.help {
141
+ color: #9a9a9a;
142
+ }
143
+
144
+ .page-numbers {
145
+ background-color: #fff;
146
+ border-color: #fff;
147
+ }
148
+
149
+ .page-numbers.current {
150
+ background-color: #328ab2;
151
+ border-color: #328ab2;
152
+ color: #fff;
153
+ }
154
+
155
+ .post-com-count {
156
+ background-image: url(../../../../wp-admin/images/bubble_bg.gif);
157
+ color: #fff;
158
+ }
159
+
160
+ .post-com-count span {
161
+ background-color: #bbb;
162
+ color: #fff;
163
+ }
164
+
165
+ .post-com-count:hover span {
166
+ background-color: #d54e21;
167
+ }
168
+
169
+ .quicktags, .search {
170
+ background-color: #ccc;
171
+ color: #000;
172
+ }
173
+
174
+ .side-info h5, .bordertitle {
175
+ border-bottom-color: #dadada;
176
+ }
177
+
178
+ .side-info ul, .widget-description {
179
+ color: #666;
180
+ }
181
+
182
+ .submit input, .button, .button-secondary, #login form .submit input, div.dashboard-widget-submit input, #edit-slug-buttons a.save {
183
+ background-color: #e5e5e5;
184
+ color: #07273e;
185
+ border-color: #a3a3a3;
186
+ }
187
+
188
+ .button[disabled], .button:disabled {
189
+ background-color: #999;
190
+ }
191
+
192
+ .tablenav .button-secondary {
193
+ border-color: #5396c5;
194
+ }
195
+
196
+ .submit input:hover, .button:hover, #edit-slug-buttons a.save:hover {
197
+ border-color: #535353;
198
+ }
199
+
200
+ .submit input:hover, .button:hover, .button-secondary:hover, .submitbox #previewview a:hover, #the-comment-list .comment a:hover, #rightnow a:hover, a:hover, .subsubsub a:hover, .subsubsub a.current:hover, #login form .submit input:hover, div.dashboard-widget-submit input:hover, #edit-slug-buttons a.save:hover {
201
+ color: #d54e21;
202
+ }
203
+
204
+ .button-secondary:hover, #login form .submit input:hover {
205
+ border-color: #328ab2;
206
+ background-color: #a6d2e5 !important;
207
+ }
208
+
209
+ .submitbox #autosave .error, ul.view-switch li.current a {
210
+ color: #333;
211
+ }
212
+
213
+ .submitbox #previewview {
214
+ background-color: #5488af;
215
+ }
216
+
217
+ .submitbox #previewview a, #rightnow .rbutton {
218
+ background-color: #ebebeb;
219
+ color: #264761;
220
+ }
221
+
222
+ .submitbox .submit {
223
+ background-color: #464646;
224
+ color: #ccc;
225
+ }
226
+
227
+ .submitbox .submitdelete {
228
+ border-bottom-color: #999;
229
+ }
230
+
231
+ .submitbox .submitdelete:hover {
232
+ color: #fff;
233
+ background-color: #f00;
234
+ border-bottom-color: #f00;
235
+ }
236
+
237
+ .tablenav .dots {
238
+ background-color: #cfebf7;
239
+ border-color: #cfebf7;
240
+ }
241
+
242
+ .tablenav .next, .tablenav .prev{
243
+ background-color: #cfebf7;
244
+ border-bottom-color: #cfebf7;
245
+ border-color: #cfebf7;
246
+ color: #2583ad;
247
+ }
248
+
249
+ .tablenav .next:hover, .tablenav .prev:hover {
250
+ border-bottom-color: #d54e21;
251
+ border-color: #cfebf7;
252
+ color: #d54e21;
253
+ }
254
+
255
+ .updated, .login #login_error, .login .message {
256
+ background-color: #ffffe0;
257
+ border-color: #e6db55;
258
+ }
259
+
260
+ .widefat td, .widefat th, div#available-widgets-filter, ul#widget-list li.widget-list-item, .commentlist li {
261
+ border-bottom-color: #ccc;
262
+ }
263
+
264
+ .widefat thead, .thead {
265
+ background-color: #464646;
266
+ color: #d7d7d7;
267
+ }
268
+
269
+ .widget-control-save, .widget-control-remove {
270
+ background-color: #83b4d5;
271
+ color: #246;
272
+ }
273
+
274
+ .wrap h2 {
275
+ border-bottom-color: #dadada;
276
+ color: #5a5a5a;
277
+ }
278
+
279
+ #poststuff #edButtonPreview, #poststuff #edButtonHTML, #the-comment-list p.comment-author strong a, a {
280
+ color: #2e7ca0;
281
+ }
282
+
283
+ #rightnow .reallynow {
284
+ background-color: #14568a;
285
+ color: #fff;
286
+ }
287
+
288
+ div#media-upload-header {
289
+ background-color: #14568a;
290
+ border-bottom-color: #07273e;
291
+ }
292
+
293
+ #currenttheme img {
294
+ border-color: #666;
295
+ }
296
+
297
+ #current-widgets .drop-widget-here {
298
+ background-color: #ffc;
299
+ }
300
+
301
+ #dashboard_secondary div.dashboard-widget-content ul li a {
302
+ background-color: #f9f9f9;
303
+ }
304
+
305
+ input.readonly {
306
+ background-color: #ddd;
307
+ }
308
+
309
+ #dragHelper h4.widget-title, li.widget-list-control-item h4, #dragHelper li.widget-list-control-item h4 {
310
+ background-color: #2683ae;
311
+ color: #fff;
312
+ }
313
+
314
+ #ed_toolbar input {
315
+ background: url( ../images/fade-butt.png ) #fff repeat-x 0 -2px;
316
+ }
317
+
318
+ #editable-post-name {
319
+ background-color: #fffbcc;
320
+ }
321
+
322
+ #edit-slug-box strong, .login #nav a {
323
+ color: #777;
324
+ }
325
+
326
+ #edit-slug-buttons a.save {
327
+ background-color: #ebebeb;
328
+ }
329
+
330
+ #media-items {
331
+ border-color: #c0c0c0;
332
+ }
333
+
334
+ #pass-strength-result {
335
+ background-color: #e3e3e3;
336
+ border-color: #000;
337
+ }
338
+
339
+ #pass-strength-result.bad {
340
+ background-color: #ffeff7;
341
+ border-color: #c69;
342
+ }
343
+
344
+ #pass-strength-result.good {
345
+ background-color: #effff4;
346
+ border-color: #66cc87;
347
+ }
348
+
349
+ #pass-strength-result.short {
350
+ background-color: #e3e3e3;
351
+ }
352
+
353
+ #pass-strength-result.strong {
354
+ background-color: #59ef86;
355
+ border-color: #319f52;
356
+ }
357
+
358
+ .checkbox, .side-info, #your-profile #rich_editing {
359
+ background-color: #fff;
360
+ }
361
+
362
+ #plugins .active {
363
+ background-color: #BBEEBB;
364
+ }
365
+
366
+ #plugins .togl {
367
+ border-right-color: #ccc;
368
+ }
369
+
370
+ #the-comment-list .unapproved {
371
+ background-color: #ffffe0;
372
+ }
373
+
374
+ #plugins tr {
375
+ background-color: #fff;
376
+ }
377
+
378
+ #poststuff #editor-toolbar .active {
379
+ background-color: #83b4d5;
380
+ color: #333;
381
+ }
382
+
383
+ #poststuff .closed .togbox {
384
+ background-color: #2583ad;
385
+ background-image: url(../../../../wp-admin/images/toggle-arrow.gif);
386
+ }
387
+
388
+ #poststuff .postbox, #titlediv, #poststuff .postarea, #poststuff .stuffbox {
389
+ border-color: #ebebeb;
390
+ border-right-color: #ccc;
391
+ border-bottom-color: #ccc;
392
+ }
393
+
394
+ #poststuff .togbox {
395
+ background-color: #b2b2b2;
396
+ background-image: url(../../../../wp-admin/images/toggle-arrow.gif);
397
+ }
398
+
399
+ #quicktags #ed_link {
400
+ color: #00f;
401
+ }
402
+
403
+ #rightnow .youhave {
404
+ background-color: #f0f6fb;
405
+ }
406
+
407
+ #rightnow a {
408
+ color: #448abd;
409
+ }
410
+
411
+ #tagchecklist span a {
412
+ background: url(../../../../wp-admin/images/xit.gif) no-repeat;
413
+ }
414
+
415
+ #tagchecklist span a:hover {
416
+ background: url(../../../../wp-admin/images/xit.gif) no-repeat -10px 0;
417
+ }
418
+
419
+ #the-comment-list .comment a {
420
+ border-bottom-color: #ababab;
421
+ color: #666;
422
+ }
423
+
424
+ #update-nag, .plugin-update {
425
+ background-color: #fffeeb;
426
+ border-bottom-color: #ccc;
427
+ border-top-color: #ccc;
428
+ color: #555;
429
+ }
430
+
431
+ #upload-files a.file-link {
432
+ background-color: #d1e2ef;
433
+ }
434
+
435
+ #upload-file-view a img {
436
+ border-bottom-color: #69c;
437
+ }
438
+
439
+ #upload-menu li #current-tab-nav, #upload-file {
440
+ background-color: #f9fcfe;
441
+ }
442
+
443
+ #upload-menu li span a.page-numbers {
444
+ color: #00019b;
445
+ }
446
+
447
+ #upload-menu li.current {
448
+ border-right-color: #448abd;
449
+ color: #000;
450
+ }
451
+
452
+ #upload-menu li.current a.upload-tab-link, #upload-menu li a:hover {
453
+ background-color: #f9fcfe;
454
+ color: #000;
455
+ }
456
+
457
+ #upload-menu, #upload-menu li {
458
+ border-top-color: #247fab;
459
+ }
460
+
461
+ #user_info, .login #backtoblog a {
462
+ color: #ccc;
463
+ }
464
+
465
+ body.login {
466
+ border-top-color: #07273e;
467
+ }
468
+
469
+ div#media-upload-error, .file-error, abbr.required, .widget-control-remove:hover, .delete:hover {
470
+ color: #f00;
471
+ }
472
+
473
+ #media-upload a.delete {
474
+ color: #888;
475
+ }
476
+
477
+ .wp_themeSkin *,
478
+ .wp_themeSkin a:hover,
479
+ .wp_themeSkin a:link,
480
+ .wp_themeSkin a:visited,
481
+ .wp_themeSkin a:active {
482
+ color: #000;
483
+ }
484
+
485
+ .wp_themeSkin table {
486
+ background: #83B4D5;
487
+ }
488
+
489
+ .wp_themeSkin iframe {
490
+ background: #fff;
491
+ }
492
+
493
+ .wp_themeSkin .mceStatusbar {
494
+ color:#000;
495
+ background-color: #eaf3fa;
496
+ }
497
+
498
+ .wp_themeSkin .mceButton {
499
+ background-color: #e9e8e8;
500
+ border-color: #83B4D5;
501
+ }
502
+
503
+ .wp_themeSkin a.mceButtonEnabled:hover,
504
+ .wp_themeSkin a.mceButtonActive,
505
+ .wp_themeSkin a.mceButtonSelected {
506
+ background-color: #d6d8da;
507
+ border-color: #7789ba !important;
508
+ }
509
+
510
+ .wp_themeSkin .mceButtonDisabled {
511
+ border-color: #83B4D5 !important;
512
+ }
513
+
514
+ .wp_themeSkin .mceListBox .mceText,
515
+ .wp_themeSkin .mceListBox .mceOpen {
516
+ border-color: #83B4D5;
517
+ background-color: #e9e8e8;
518
+ }
519
+
520
+ .wp_themeSkin table.mceListBoxEnabled:hover .mceOpen,
521
+ .wp_themeSkin .mceListBoxHover .mceOpen,
522
+ .wp_themeSkin .mceListBoxSelected .mceOpen,
523
+ .wp_themeSkin .mceListBoxSelected .mceText {
524
+ border-color: #7789ba !important;
525
+ background-color: #d6d8da;
526
+ }
527
+
528
+ .wp_themeSkin table.mceListBoxEnabled:hover .mceText,
529
+ .wp_themeSkin .mceListBoxHover .mceText {
530
+ border-color: #7789ba !important;
531
+ }
532
+
533
+ .wp_themeSkin select.mceListBox {
534
+ border-color: #b3c7e1;
535
+ background-color: #fff;
536
+ }
537
+
538
+ .wp_themeSkin .mceSplitButton a.mceAction,
539
+ .wp_themeSkin .mceSplitButton a.mceOpen {
540
+ background-color: #e9e8e8;
541
+ border-color: #83B4D5;
542
+ }
543
+
544
+ .wp_themeSkin .mceSplitButton a.mceOpen:hover,
545
+ .wp_themeSkin .mceSplitButtonSelected a.mceOpen,
546
+ .wp_themeSkin table.mceSplitButtonEnabled:hover a.mceAction,
547
+ .wp_themeSkin .mceSplitButton a.mceAction:hover {
548
+ background-color: #d6d8da;
549
+ border-color: #7789ba !important;
550
+ }
551
+
552
+ .wp_themeSkin .mceSplitButtonActive {
553
+ background-color: #d6d8da;
554
+ }
555
+
556
+ .wp_themeSkin div.mceColorSplitMenu table {
557
+ background-color: #ebeaeb;
558
+ border-color: #808080;
559
+ }
560
+
561
+ .wp_themeSkin .mceColorSplitMenu a {
562
+ border-color: #808080;
563
+ }
564
+
565
+ .wp_themeSkin .mceColorSplitMenu a.mceMoreColors {
566
+ border-color: #fff;
567
+ }
568
+
569
+ .wp_themeSkin .mceColorSplitMenu a.mceMoreColors:hover {
570
+ border-color: #0A246A;
571
+ background-color: #B6BDD2;
572
+ }
573
+
574
+ .wp_themeSkin a.mceMoreColors:hover {
575
+ border-color: #0A246A;
576
+ }
577
+
578
+ .wp_themeSkin .mceMenu {
579
+ border-color: #ddd;
580
+ }
581
+
582
+ .wp_themeSkin .mceMenu table {
583
+ background-color: #ebeaeb;
584
+ }
585
+
586
+ .wp_themeSkin .mceMenu .mceText {
587
+ color: #000;
588
+ }
589
+
590
+ .wp_themeSkin .mceMenu .mceMenuItemEnabled a:hover,
591
+ .wp_themeSkin .mceMenu .mceMenuItemActive, #quicktags {
592
+ background-color: #83B4D5;
593
+ }
594
+ .wp_themeSkin td.mceMenuItemSeparator {
595
+ background-color: #aaa;
596
+ }
597
+ .wp_themeSkin .mceMenuItemTitle a {
598
+ background-color: #ccc;
599
+ border-bottom-color: #aaa;
600
+ }
601
+ .wp_themeSkin .mceMenuItemTitle span.mceText {
602
+ color: #000;
603
+ }
604
+ .wp_themeSkin .mceMenuItemDisabled .mceText {
605
+ color: #888;
606
+ }
607
+
608
+ .clearlooks2 .mceTop .mceLeft, .clearlooks2 .mceTop .mceRight {
609
+ background-color: #cee1ef;
610
+ border-color: #c6d9e9;
611
+ }
612
+
613
+ .clearlooks2 .mceFocus .mceTop .mceLeft, .clearlooks2 .mceFocus .mceTop .mceRight {
614
+ background-color: #5488AF;
615
+ border-color: #464646;
616
+ }
617
+
618
+ #editorcontainer {
619
+ border-color: #ccc;
620
+ }
621
+
622
+ #poststuff #titlewrap {
623
+ border-color: #ccc;
624
+ }
625
+
626
+ #tTips p#tTips_inside {
627
+ background-color: #ddd;
628
+ color: #333;
629
+ }
630
+
631
+ /******************** Styles added for 2.3 look ********************/
632
+ #wpcontent, #wphead, #wphead *, #user_info, #user_info *, #dashmenu, #dashmenu *, #adminmenu, #adminmenu *, #sidemenu, #sidemenu *, #minisub, #minisub *, #submenu, #submenu *, #wpbody, .wrap, #footer, #footer * {
633
+ position: static !important;
634
+ float: none !important;
635
+ clear: none !important;
636
+ font-size: 14px !important;
637
+ text-decoration: none !important;
638
+ letter-spacing: normal !important;
639
+ line-height: normal !important;
640
+ color: #000 !important;
641
+ background: transparent !important;
642
+ list-style: none !important;
643
+ padding: 0 !important;
644
+ border: none !important;
645
+ -moz-border-radius: 0 !important;
646
+ -khtml-border-radius: 0 !important;
647
+ -webkit-border-radius: 0 !important;
648
+ border-radius: 0 !important;
649
+ margin: 0 !important;
650
+ }
651
+
652
+ body {
653
+ background: #f9fcfe !important;
654
+ }
655
+
656
+ #wpcontent {
657
+ background: #83B4D8 !important;
658
+ }
659
+
660
+ #wphead {
661
+ color: #c3def1 !important;
662
+ background: #14568a !important;
663
+ padding: .7em 19em .8em 1.9em !important;
664
+ border-bottom: 3px solid #448abd !important;
665
+ }
666
+
667
+ #wphead h1 {
668
+ font: normal 1.5em/1 Georgia, "Times New Roman", Times, serif !important;
669
+ letter-spacing: -.05em !important;
670
+ color: #c3def1 !important;
671
+ padding: 0.5em 170px 16px 12px;
672
+ margin: 0;
673
+ position: absolute;
674
+ top: 0;
675
+ left: 0;
676
+ margin: 0 15% 0 0.5em;
677
+ }
678
+
679
+ #wphead h1 #viewsite, #wphead h1 #viewsite a {
680
+ font-family: Georgia, "Times New Roman", Times, serif !important;
681
+ color: #c3def1 !important;
682
+ }
683
+
684
+ #wphead h1 #viewsite {
685
+ font-size: 14px !important;
686
+ margin: 0 0 0 0.5em !important;
687
+ }
688
+
689
+ #wphead h1 #viewsite:before {
690
+ content: '\0028';
691
+ }
692
+
693
+ #wphead h1 #viewsite:after {
694
+ content: '\0029';
695
+ }
696
+
697
+ #wphead h1 #viewsite a {
698
+ display: inline !important;
699
+ color: #fff !important;
700
+ border-bottom: 1px solid #69c !important;
701
+ }
702
+
703
+ #wphead h1 #viewsite a:after {
704
+ content: ' \00BB';
705
+ }
706
+
707
+ #user_info, #user_info p, #user_info a {
708
+ color: #fff !important;
709
+ }
710
+
711
+ #user_info {
712
+ position: absolute !important;
713
+ top: 0 !important;
714
+ right: 1em !important;
715
+ }
716
+
717
+ #user_info p, #user_info a {
718
+ font-size: 12px !important;
719
+ }
720
+
721
+ #user_info p {
722
+ margin-top: .9em !important;
723
+ }
724
+
725
+ #user_info a {
726
+ border-bottom: 1px solid #69c !important;
727
+ }
728
+
729
+ #dashmenu, #adminmenu {
730
+ float: left !important;
731
+ }
732
+
733
+ #dashmenu {
734
+ padding: 0 0 0 2em !important;
735
+ }
736
+
737
+ #sidemenu {
738
+ padding: 0 2em 0 0 !important;
739
+ }
740
+
741
+ #dashmenu li, #adminmenu li, #sidemenu li, #submenu li {
742
+ display: inline !important;
743
+ }
744
+
745
+ #sidemenu a {
746
+ display: block !important;
747
+ float: right !important;
748
+ padding: 4px 5px 3px 5px !important;
749
+ margin: 0 2px 2px 2px !important;
750
+ }
751
+
752
+ #dashmenu a, #adminmenu a, #submenu a {
753
+ display: block !important;
754
+ float: left !important;
755
+ padding: 4px 5px 3px 5px !important;
756
+ margin: 0 2px 2px 2px !important;
757
+ }
758
+
759
+ #dashmenu a:hover, #dashmenu a.current, #adminmenu a:hover, #adminmenu a.current, #sidemenu a:hover, #sidemenu a.current, #submenu a:hover, #submenu a.current {
760
+ color: #333 !important;
761
+ background: #ddeaf4 !important;
762
+ }
763
+
764
+ #dashmenu a.current, #adminmenu a.current, #sidemenu a.current, #submenu a.current {
765
+ font-weight: bold !important;
766
+ color: #fff !important;
767
+ background: #0d324f !important;
768
+ padding-bottom: 7px !important;
769
+ border-top: 1px solid #96c0de !important;
770
+ border-right: 2px solid #4f96c8 !important;
771
+ margin: 0 2px -8px 2px !important;
772
+ }
773
+
774
+ #adminmenu .comment-count, #sidemenu .plugin-count {
775
+ font-size: 11px !important;
776
+ }
777
+
778
+ #adminmenu li a #awaiting-mod, #sidemenu li a #update-plugins {
779
+ position: absolute !important;
780
+ background-image: url(../../../../wp-admin/images/comment-stalk-classic.gif) 0 bottom no-repeat !important;
781
+ height: 0.9em !important;
782
+ width: 1em !important;
783
+ margin-top: -0.4em !important;
784
+ margin-left: -0.4em !important;
785
+ }
786
+
787
+ #adminmenu li a:hover #awaiting-mod, #sidemenu li a:hover #update-plugins {
788
+ background-position: -80px bottom !important;
789
+ }
790
+
791
+ #adminmenu li a #awaiting-mod span, #sidemenu li a #update-plugins span {
792
+ position: absolute !important;
793
+ top: -0.5em !important;
794
+ right: 0 !important;
795
+ display: block !important;
796
+ line-height: 1.3em !important;
797
+ color: #fff !important;
798
+ background-color: #d54e21 !important;
799
+ height: 1.3em !important;
800
+ padding: 0 0.6em !important;
801
+ -moz-border-radius: 3px !important;
802
+ -khtml-border-radius: 3px !important;
803
+ -webkit-border-radius: 3px !important;
804
+ border-radius: 3px !important;
805
+ }
806
+
807
+ #adminmenu li a:hover #awaiting-mod span, #sidemenu li a:hover #update-plugins span {
808
+ background-color: #07273E !important;
809
+ }
810
+
811
+ #minisub, #submenu {
812
+ clear: both !important;
813
+ background: #0d324f !important;
814
+ padding: 1px 2em 0 4em !important;
815
+ }
816
+
817
+ #minisub {
818
+ height: 8px !important;
819
+ }
820
+
821
+ #submenu, #submenu a {
822
+ font-size: 12px !important;
823
+ line-height: 180% !important;
824
+ color: #fff !important;
825
+ }
826
+
827
+ #submenu, #submenu li {
828
+ height: 25px !important;
829
+ }
830
+
831
+ #submenu:after {
832
+ display: block !important;
833
+ visibility: hidden !important;
834
+ clear: both !important;
835
+ content: '.';
836
+ height: 0 !important;
837
+ width: 0 !important;
838
+ }
839
+
840
+ #submenu a {
841
+ padding: .2em .4em .3em !important;
842
+ }
843
+
844
+ #submenu a.current {
845
+ color: #000 !important;
846
+ background: #f9fcfe !important;
847
+ padding-bottom: 2px !important;
848
+ border-top: 1px solid #045290 !important;
849
+ border-right: 2px solid #045290 !important;
850
+ margin: 0 2px -8px 2px !important;
851
+ }
852
+
853
+ #submenu a:hover {
854
+ color: #393939 !important;
855
+ background: #ddeaf4 !important;
856
+ }
857
+
858
+ .updated, .confirm {
859
+ background: #CFEBF7 url(notice.gif) no-repeat 1em !important;
860
+ padding: 0 1em 0 3em !important;
861
+ border: 1px solid #2580B2 !important;
862
+ margin: 1em 5% 10px !important;
863
+ }
864
+
865
+ .updated a {
866
+ border-bottom-color: #2583ad !important;
867
+ }
868
+
869
+ .error {
870
+ background: #FFEFF7 !important;
871
+ padding: 0 1em 0 1em !important;
872
+ border: 1px solid #c69 !important;
873
+ margin: 1em 5% 10px !important;
874
+ }
875
+
876
+ .error a {
877
+ color: #c00 !important;
878
+ }
879
+
880
+ #wpbody {
881
+ background: #f9fcfe !important;
882
+ padding: 1px 0 0 0 !important;
883
+ }
884
+
885
+ .wrap {
886
+ background: #fff !important;
887
+ padding: 1em !important;
888
+ border: 1px solid #ccc !important;
889
+ margin: 15px 5% !important;
890
+ }
891
+
892
+ .submit input, .submit input:focus, .button, .button:focus {
893
+ font-size: 13px !important;
894
+ color: #333 !important;
895
+ background: url(../../../../wp-admin/images/fade-butt.png) !important;
896
+ padding: 0.10em 0.25em !important;
897
+ border: 3px double #999 !important;
898
+ border-top-color: #ccc !important;
899
+ border-left-color: #ccc !important;
900
+ -moz-border-radius: 0 !important;
901
+ -khtml-border-radius: 0 !important;
902
+ -webkit-border-radius: 0 !important;
903
+ border-radius: 0 !important;
904
+ }
905
+
906
+ .submit input:active, .button:active {
907
+ background: #f4f4f4 !important;
908
+ border: 3px double #ccc !important;
909
+ border-top-color: #999 !important;
910
+ border-left-color: #999 !important;
911
+ }
912
+
913
+ #footer, #footer p, #footer a {
914
+ font-size: 13px !important;
915
+ }
916
+
917
+ #footer {
918
+ clear: both !important;
919
+ background: #f9fcfe url(logo-ghost.png) no-repeat top left !important;
920
+ height: 35px !important;
921
+ padding: 0 0 15px 40px !important;
922
+ margin: 15px 5% !important;
923
+ }
924
+
925
+ #footer p {
926
+ padding: 5px 0 !important;
927
+ }
928
+
929
+ #footer a {
930
+ color: #00019b !important;
931
+ border-bottom: 1px solid #69c !important;
932
+ }
933
+
934
+ #footer a:visited {
935
+ color: #004 !important;
936
+ }
937
+
938
+ #footer a:hover {
939
+ color: #069 !important;
940
+ }
css/mw_admin.css ADDED
@@ -0,0 +1,121 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #wpwrap #wphead h1 {
2
+ font: italic 1.25em/1 Georgia, "Times New Roman", Times, serif;
3
+ padding: 0.5em 170px 16px 12px;
4
+ margin: 0;
5
+ position: absolute;
6
+ top: 0;
7
+ left: 0;
8
+ margin: 0 15% 0 0.5em;
9
+ color: #ABACAB;
10
+ }
11
+ #wphead h1 #viewsite {
12
+ position: static;
13
+ margin: 0;
14
+ }
15
+
16
+ #wphead h1 #viewsite a {
17
+ padding: 0 2em;
18
+ font: small-caps smaller "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
19
+ background: transparent;
20
+ color: #CEE1EF;
21
+ display: inline;
22
+ letter-spacing: normal;
23
+ border-style: none;
24
+ }
25
+ #wphead h1 #viewsite a:after {
26
+ content: " \BB ";
27
+ }
28
+
29
+ #adminmenu {
30
+ padding-top: 0.4em;
31
+ }
32
+ #adminmenu a {
33
+ font-size: 1em;
34
+ line-height: 2;
35
+ }
36
+
37
+ #submenu {
38
+ padding: 0;
39
+ border-bottom: 2px solid #C6D9E9;
40
+ margin-bottom: 1em;
41
+ }
42
+ #submenu li {
43
+ font-size: 0.95em;
44
+ }
45
+
46
+
47
+ #poststuff h3 {wp-admin.css (line 975)
48
+ font-size: 1em;
49
+ margin: 0;
50
+ padding: 0.25em 0.5em;
51
+ }
52
+ #poststuff #titlediv {
53
+ position: relative;
54
+ margin-bottom: 0;
55
+ }
56
+ #poststuff #editor-toolbar {
57
+ margin-top: -2em;
58
+ height: 2em;
59
+ }
60
+ #poststuff #edit-slug-box {
61
+ text-align: right;
62
+ position: absolute;
63
+ top: 0;
64
+ right: 0;
65
+ margin: 0.5em;
66
+ }
67
+
68
+ #ed_toolbar input {
69
+ padding: 0 0.2em;
70
+ }
71
+
72
+
73
+ .submitbox .submit {
74
+ font-size: smaller;
75
+ padding: 0.75em;
76
+ text-align: center;
77
+ }
78
+ .submitbox .submit input {
79
+ margin: 0;
80
+ padding: 0.1em 0.2em;
81
+ }
82
+
83
+ .submitbox #previewview {
84
+ padding: 0.75em;
85
+ text-align: center;
86
+ }
87
+ .submitbox #previewview a {
88
+ border-bottom: medium none;
89
+ font-size: 0.95em;
90
+ font-weight: normal;
91
+ padding: 0.25em 0.5em;
92
+ text-decoration: none;
93
+ }
94
+ .submitbox #autosave {
95
+ display: block;
96
+ padding-top: 0.25em;
97
+ }
98
+
99
+ #poststuff .postbox, #poststuff .stuffbox {
100
+ padding: 0;
101
+ }
102
+ #poststuff .togbox {
103
+ background-position: -10px 0.55em;
104
+ height: 1.75em;
105
+ margin-left: -20px;
106
+ margin-top: -3px;
107
+ }
108
+
109
+ #poststuff .closed .togbox {
110
+ background-position: 4px 0.55em;
111
+ }
112
+
113
+
114
+ #the-comment-list .unapproved {
115
+ background-color: #FFDFD0;
116
+ }
117
+
118
+ #tagchecklist strong {
119
+ margin-left: 0 !important;
120
+ position: relative !important;
121
+ }
css/mw_admin27.css ADDED
@@ -0,0 +1,121 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #wpwrap #wphead h1 {
2
+ font: italic 1.25em Georgia, "Times New Roman", Times, serif;
3
+ position: absolute;
4
+ top: 4px;
5
+ left: 5px;
6
+ padding-left: 25px;
7
+ padding-bottom: 10px;
8
+ background: url('../../../../favicon.ico') 6px center no-repeat;
9
+ }
10
+
11
+ #wpwrap #wphead h1 span {
12
+ display: none;
13
+ }
14
+
15
+ #wpwrap #wphead #logo50, #wpwrap #wphead #header-logo {
16
+ display: none;
17
+ }
18
+
19
+ #wpwrap #wphead #breadcrumb {
20
+ font-size: .8em;
21
+ }
22
+ #wpwrap #wphead #breadcrumb a {
23
+ color: #2583AD;
24
+ }
25
+ #wpwrap #wphead #breadcrumb a:hover {
26
+ color: #D54E21;
27
+ }
28
+
29
+ #adminmenu a {
30
+ font-size: 1em;
31
+ line-height: 1.2;
32
+ }
33
+
34
+ #adminmenu .write-new-button {
35
+ margin-top: 45px !important;
36
+ }
37
+
38
+ #poststuff h3, #normal-sortables h3, #side-sortables h3 {
39
+ padding: 0.25em 0.5em;
40
+ }
41
+ .postbox .inside {
42
+ margin-top: .5em !important;
43
+ }
44
+ #poststuff #titlediv, #normal-sortables #titlediv, #side-sortables #titlediv {
45
+ position: relative;
46
+ margin-bottom: 0;
47
+ }
48
+
49
+ #poststuff #edit-slug-box, #normal-sortables #edit-slig-box, #side-sortables #edit-slig-box {
50
+ text-align: right;
51
+ position: absolute;
52
+ top: -2em;
53
+ right: 0;
54
+ margin: 0.5em;
55
+ }
56
+
57
+ #ed_toolbar input {
58
+ padding: 0 0.2em;
59
+ }
60
+
61
+ .submitbox .submit {
62
+ font-size: smaller;
63
+ padding: 0.75em;
64
+ text-align: center;
65
+ }
66
+ .submitbox .submit input, .submitbox .submit a {
67
+ margin: 0;
68
+ padding: 0.1em 0.2em;
69
+ }
70
+ .submitbox #previewview {
71
+ padding: 0.75em;
72
+ text-align: center;
73
+ }
74
+ .submitbox #previewview a {
75
+ border-bottom: medium none;
76
+ font-size: 0.95em;
77
+ font-weight: normal;
78
+ padding: 0.25em 0.5em;
79
+ text-decoration: none;
80
+ }
81
+ .submitbox #autosave {
82
+ display: block;
83
+ padding-top: 0.25em;
84
+ }
85
+
86
+ #poststuff .postbox, #poststuff .stuffbox,
87
+ #normal-sortables .postbox, #normal-sortables .stuffbox,
88
+ #side-sortables .postbox, #side-sortables .stuffbox {
89
+ padding: 0;
90
+ }
91
+ #poststuff .togbox, #normal-sortables .togbox, #side-sortables .togbox {
92
+ background-position: -10px 0.55em;
93
+ height: 1.75em;
94
+ margin-top: 0;
95
+ }
96
+
97
+ #poststuff .closed .togbox, #normal-sortables .closed .togbox, #side-sortables .closed .togbox {
98
+ background-position: 4px 0.55em;
99
+ }
100
+ #postdivrich h3 {
101
+ padding-bottom: 20px;
102
+ margin-bottom:20px;
103
+ }
104
+
105
+ #the-comment-list .unapproved {
106
+ background-color: #FFDFD0;
107
+ }
108
+
109
+ #tagchecklist strong {
110
+ margin-left: 0 !important;
111
+ position: relative !important;
112
+ }
113
+
114
+
115
+ .meta-box-sortables .postbox .handlediv {
116
+ height: 18px;
117
+ }
118
+
119
+ .meta-box-sortables .postbox:hover .handlediv {
120
+ background-position: left -114px;
121
+ }
css/mw_admin28_tweak.css ADDED
@@ -0,0 +1,3006 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * @author design by John James Jacoby & Frank Bueltge
3
+ * @author-url http://www.johnjamesjacoby.com/ & http://bueltge.de/
4
+ * @return design tweak for backend design of WordPress
5
+ * @link http://wordpress.org/development/2009/04/design-tweaks-whos-in-an-idea-in-three-acts/#comment-43402
6
+ */
7
+ p, ul, ol, blockquote { font-size: 12px; }
8
+
9
+ .plugins .name,
10
+ #pass-strength-result.strong,
11
+ #pass-strength-result.short,
12
+ .button-highlighted,
13
+ #quicktags #ed_strong,
14
+ #ed_reply_toolbar #ed_reply_strong {
15
+ font-weight: bold;
16
+ }
17
+
18
+ .plugins p {
19
+ margin: 0 4px;
20
+ padding: 0;
21
+ }
22
+
23
+ .plugins .action-links {
24
+ white-space: nowrap;
25
+ }
26
+
27
+ .import-system {
28
+ font-size: 16px;
29
+ }
30
+
31
+ .anchors {
32
+ margin: 10px 20px 10px 20px;
33
+ }
34
+
35
+ table#availablethemes {
36
+ border-spacing: 0;
37
+ border-width: 1px 0;
38
+ border-style: solid none;
39
+ margin: 10px auto;
40
+ width: 100%;
41
+ }
42
+
43
+ td.available-theme {
44
+ vertical-align: top;
45
+ width: 240px;
46
+ margin: 0;
47
+ padding: 20px;
48
+ text-align: left;
49
+ }
50
+
51
+ table#availablethemes td {
52
+ border-width: 0 1px 1px;
53
+ border-style: none solid solid;
54
+ }
55
+
56
+ table#availablethemes td.right,
57
+ table#availablethemes td.left {
58
+ border-right: 0 none;
59
+ border-left: 0 none;
60
+ }
61
+
62
+ table#availablethemes td.bottom {
63
+ border-bottom: 0 none;
64
+ }
65
+
66
+ .available-theme a.screenshot {
67
+ width: 240px;
68
+ height: 180px;
69
+ display: block;
70
+ border-width: 1px;
71
+ border-style: solid;
72
+ margin-bottom: 10px;
73
+ overflow: hidden;
74
+ }
75
+
76
+ .available-theme img {
77
+ width: 240px;
78
+ }
79
+
80
+ .available-theme h3 {
81
+ margin: 15px 0 5px;
82
+ }
83
+
84
+ #current-theme {
85
+ margin: 1em 0 1.5em;
86
+ }
87
+
88
+ #current-theme a {
89
+ border-bottom: none;
90
+ }
91
+
92
+ #current-theme h3 {
93
+ font-size: 17px;
94
+ font-weight: normal;
95
+ margin: 0;
96
+ }
97
+
98
+ #current-theme .description {
99
+ margin-top: 5px;
100
+ }
101
+
102
+ #current-theme img {
103
+ float: left;
104
+ border-width: 1px;
105
+ border-style: solid;
106
+ margin-right: 1em;
107
+ margin-bottom: 1.5em;
108
+ width: 150px;
109
+ }
110
+
111
+ #TB_window #TB_title a.tb-theme-preview-link,
112
+ #TB_window #TB_title a.tb-theme-preview-link:visited {
113
+ font-weight: bold;
114
+ text-decoration: none;
115
+ }
116
+
117
+ .checkbox {
118
+ border: none;
119
+ margin: 0;
120
+ padding: 0;
121
+ }
122
+
123
+ .code, code {
124
+ font-family: Consolas, Monaco, Courier, monospace;
125
+ }
126
+
127
+ kbd, code {
128
+ padding: 1px 3px;
129
+ margin: 0 1px;
130
+ font-size: 11px;
131
+ }
132
+
133
+ .commentlist li {
134
+ padding: 1em 1em .2em;
135
+ margin: 0;
136
+ border-bottom-width: 1px;
137
+ border-bottom-style: solid;
138
+ }
139
+
140
+ .commentlist li li {
141
+ border-bottom: 0;
142
+ padding: 0;
143
+ }
144
+
145
+ .commentlist p {
146
+ padding: 0;
147
+ margin: 0 0 .8em;
148
+ }
149
+
150
+ .post-categories {
151
+ display: inline;
152
+ margin: 0;
153
+ padding: 0;
154
+ }
155
+
156
+ .post-categories li {
157
+ display: inline;
158
+ }
159
+
160
+ .quicktags, .search {
161
+ font: 12px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
162
+ }
163
+
164
+ .submit {
165
+ padding: 1.5em 0;
166
+ margin: 5px 0;
167
+ -moz-border-radius: 0 0 3px 3px;
168
+ -webkit-border-bottom-left-radius: 3px;
169
+ -webkit-border-bottom-right-radius: 3px;
170
+ -khtml-border-bottom-left-radius: 3px;
171
+ -khtml-border-bottom-right-radius: 3px;
172
+ border-bottom-left-radius: 3px;
173
+ border-bottom-right-radius: 3px;
174
+ }
175
+
176
+ form p.submit a.cancel:hover {
177
+ text-decoration: none;
178
+ }
179
+
180
+ #submitdiv h3,
181
+ #pagesubmitdiv h3 {
182
+ margin-bottom: 0 !important;
183
+ }
184
+
185
+ #misc-publishing-actions {
186
+ padding: 6px 0 16px 0;
187
+ }
188
+
189
+ .misc-pub-section {
190
+ padding: 6px;
191
+ border-bottom-width: 1px;
192
+ border-bottom-style: solid;
193
+ }
194
+
195
+ .misc-pub-section-last {
196
+ border-bottom: 0 none;
197
+ }
198
+
199
+ #minor-publishing-actions {
200
+ padding: 6px;
201
+ text-align: right;
202
+ }
203
+
204
+ #minor-publishing {
205
+ border-bottom-width: 1px;
206
+ border-bottom-style: solid;
207
+ }
208
+
209
+ #save-post {
210
+ float: left;
211
+ }
212
+
213
+ .preview {
214
+ float: right;
215
+ }
216
+
217
+ #major-publishing-actions {
218
+ padding: 6px;
219
+ clear: both;
220
+ border-top: none;
221
+ }
222
+
223
+ #minor-publishing-actions input,
224
+ #major-publishing-actions input,
225
+ #minor-publishing-actions .preview {
226
+ min-width: 80px;
227
+ text-align: center;
228
+ }
229
+
230
+ #delete-action {
231
+ line-height: 25px;
232
+ vertical-align: middle;
233
+ text-align: left;
234
+ float: left;
235
+ }
236
+
237
+ #publishing-action {
238
+ text-align: right;
239
+ float: right;
240
+ }
241
+
242
+ #post-body #minor-publishing {
243
+ padding-bottom: 10px;
244
+ }
245
+
246
+ #post-body #misc-publishing-actions {
247
+ padding: 0;
248
+ }
249
+
250
+ #post-body .misc-pub-section {
251
+ border-right-width: 1px;
252
+ border-right-style: solid;
253
+ border-bottom: 0 none;
254
+ min-height: 30px;
255
+ float: left;
256
+ max-width: 32%;
257
+ }
258
+
259
+ #post-body .misc-pub-section-last {
260
+ border-right: 0;
261
+ }
262
+
263
+ #sticky-span {
264
+ margin-left: 18px;
265
+ }
266
+
267
+ .side-info {
268
+ margin: 0;
269
+ padding: 4px;
270
+ font-size: 11px;
271
+ }
272
+
273
+ .side-info h5 {
274
+ padding-bottom: 7px;
275
+ font-size: 14px;
276
+ margin: 12px 2px 5px;
277
+ border-bottom-width: 1px;
278
+ border-bottom-style: solid;
279
+ }
280
+
281
+ .side-info ul {
282
+ margin: 0;
283
+ padding-left: 18px;
284
+ list-style: square;
285
+ }
286
+
287
+ .submit input,
288
+ .button,
289
+ .button-primary,
290
+ .button-secondary,
291
+ .button-highlighted,
292
+ #postcustomstuff .submit input {
293
+ font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
294
+ text-decoration: none;
295
+ font-size: 11px !important;
296
+ line-height: 16px;
297
+ padding: 2px 8px;
298
+ cursor: pointer;
299
+ border-width: 1px;
300
+ border-style: solid;
301
+ -moz-border-radius: 11px;
302
+ -khtml-border-radius: 11px;
303
+ -webkit-border-radius: 11px;
304
+ border-radius: 11px;
305
+ -moz-box-sizing: content-box;
306
+ -webkit-box-sizing: content-box;
307
+ -khtml-box-sizing: content-box;
308
+ box-sizing: content-box;
309
+ }
310
+
311
+ a.button,
312
+ a.button-primary,
313
+ a.button-secondary {
314
+ line-height: 1.2em;
315
+ -webkit-border-radius: 10px;
316
+ padding: 4px 10px;
317
+ }
318
+
319
+ #doaction,
320
+ #doaction2 {
321
+ margin-right: 8px;
322
+ }
323
+
324
+ .tablenav select[name="action"],
325
+ .tablenav select[name="action2"] {
326
+ width: 120px;
327
+ }
328
+
329
+ .tablenav select[name="m"] {
330
+ width: 120px;
331
+ }
332
+
333
+ .tablenav select#cat {
334
+ width: 150px;
335
+ }
336
+
337
+ #wpcontent select {
338
+ font: 11px/20px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
339
+ padding: 2px;
340
+ border-width: 1px;
341
+ border-style: solid;
342
+ height: 2em;
343
+ vertical-align: top;
344
+ }
345
+
346
+ #wpcontent option {
347
+ padding: 2px;
348
+ }
349
+
350
+ .approve {
351
+ display: none;
352
+ }
353
+
354
+ .unapproved .approve, .spam .approve {
355
+ display: inline;
356
+ }
357
+
358
+ .unapproved .unapprove {
359
+ display: none;
360
+ }
361
+
362
+ .narrow {
363
+ width: 70%;
364
+ margin-bottom: 40px;
365
+ }
366
+
367
+ .narrow p {
368
+ line-height: 150%;
369
+ }
370
+
371
+ table .vers {
372
+ text-align: center;
373
+ }
374
+
375
+ textarea.all-options, input.all-options {
376
+ width: 250px;
377
+ }
378
+
379
+ #namediv table {
380
+ width: 100%;
381
+ }
382
+
383
+ #namediv td.first {
384
+ width: 10px;
385
+ white-space: nowrap;
386
+ }
387
+
388
+ #namediv input {
389
+ width: 98%;
390
+ }
391
+
392
+ #namediv p {
393
+ margin: 10px 0;
394
+ }
395
+
396
+ #wpbody-content .metabox-holder {
397
+ padding-top: 10px;
398
+ }
399
+
400
+ #content {
401
+ margin: 0;
402
+ width: 100%;
403
+ }
404
+
405
+ #editorcontainer #content {
406
+ padding: 6px;
407
+ line-height: 150%;
408
+ border: 0 none;
409
+ outline: none;
410
+ -moz-box-sizing: border-box;
411
+ -webkit-box-sizing: border-box;
412
+ -khtml-box-sizing: border-box;
413
+ box-sizing: border-box;
414
+ }
415
+
416
+ #editorcontainer,
417
+ #quicktags {
418
+ border-style: solid;
419
+ border-width: 1px;
420
+ border-collapse: separate;
421
+ -moz-border-radius: 6px 6px 0 0;
422
+ -webkit-border-top-right-radius: 6px;
423
+ -webkit-border-top-left-radius: 6px;
424
+ -khtml-border-top-right-radius: 6px;
425
+ -khtml-border-top-left-radius: 6px;
426
+ border-top-right-radius: 6px;
427
+ border-top-left-radius: 6px;
428
+ }
429
+
430
+ #quicktags {
431
+ padding: 0;
432
+ margin-bottom: -3px;
433
+ border-bottom-width: 3px;
434
+ background-image: url( '../../../../wp-admin/images/ed-bg.gif' );
435
+ background-position: left top;
436
+ background-repeat: repeat-x;
437
+ }
438
+
439
+ #quicktags #ed_toolbar {
440
+ padding: 2px 4px 0;
441
+ }
442
+
443
+ #ed_toolbar input,
444
+ #ed_reply_toolbar input {
445
+ margin: 3px 1px 4px;
446
+ line-height: 18px;
447
+ display: inline-block;
448
+ border-width: 1px;
449
+ border-style: solid;
450
+ min-width: 26px;
451
+ padding: 2px 4px;
452
+ font-size: 12px;
453
+ -moz-border-radius: 3px;
454
+ -khtml-border-radius: 3px;
455
+ -webkit-border-radius: 3px;
456
+ border-radius: 3px;
457
+ }
458
+
459
+ #ed_reply_toolbar input {
460
+ margin: 1px 2px 1px 1px;
461
+ }
462
+
463
+ #quicktags #ed_link,
464
+ #ed_reply_toolbar #ed_reply_link {
465
+ text-decoration: underline;
466
+ }
467
+
468
+ #quicktags #ed_del,
469
+ #ed_reply_toolbar #ed_reply_del {
470
+ text-decoration: line-through;
471
+ }
472
+
473
+ #quicktags #ed_em,
474
+ #ed_reply_toolbar #ed_reply_em {
475
+ font-style: italic;
476
+ }
477
+
478
+ #excerpt, .attachmentlinks {
479
+ margin: 0;
480
+ height: 4em;
481
+ width: 98%;
482
+ }
483
+
484
+ /* post meta postbox */
485
+ #postcustomstuff table,
486
+ #postcustomstuff input,
487
+ #postcustomstuff textarea {
488
+ border-width: 1px;
489
+ border-style: solid;
490
+ -moz-border-radius: 3px;
491
+ -khtml-border-radius: 3px;
492
+ -webkit-border-radius: 3px;
493
+ border-radius: 3px;
494
+ }
495
+
496
+ #postcustomstuff .updatemeta,
497
+ #postcustomstuff .deletemeta {
498
+ margin: auto;
499
+ }
500
+
501
+ #postcustomstuff thead th {
502
+ padding: 5px 8px 8px;
503
+ }
504
+
505
+ #postcustom #postcustomstuff .submit,
506
+ #pagecustomdiv #postcustomstuff .submit {
507
+ border: 0 none;
508
+ float: none;
509
+ padding: 5px 8px;
510
+ }
511
+
512
+ #side-sortables #postcustom #postcustomstuff .submit,
513
+ #side-sortables #pagecustomdiv #postcustomstuff .submit {
514
+ padding: 0 5px;
515
+ }
516
+
517
+ #side-sortables #postcustom #postcustomstuff td.left input,
518
+ #side-sortables #pagecustomdiv #postcustomstuff td.left input {
519
+ margin: 3px 3px 0;
520
+ }
521
+
522
+ #side-sortables #postcustom #postcustomstuff #the-list textarea,
523
+ #side-sortables #pagecustomdiv #postcustomstuff #the-list textarea {
524
+ height: 85px;
525
+ margin: 3px;
526
+ }
527
+
528
+ #postcustomstuff table {
529
+ margin: 0;
530
+ width: 100%;
531
+ border-width: 1px;
532
+ border-style: solid;
533
+ border-spacing: 0;
534
+ }
535
+
536
+ #postcustomstuff table input,
537
+ #postcustomstuff table select,
538
+ #postcustomstuff table textarea {
539
+ width: 95%;
540
+ margin: 8px 0 8px 8px;
541
+ }
542
+
543
+ #postcustomstuff th.left,
544
+ #postcustomstuff td.left {
545
+ width: 38%;
546
+ }
547
+
548
+ #postcustomstuff .submit input {
549
+ width: auto;
550
+ }
551
+
552
+ #postcustomstuff #newmeta .submit {
553
+ padding: 0 8px;
554
+ }
555
+
556
+ #postcustomstuff table #addmetasub {
557
+ width: auto;
558
+ }
559
+
560
+ #postcustomstuff #newmetaleft {
561
+ vertical-align: top;
562
+ }
563
+
564
+ #postcustomstuff #newmetaleft a {
565
+ padding: 0 10px;
566
+ text-decoration: none;
567
+ }
568
+
569
+ #save {
570
+ width: 15em;
571
+ }
572
+
573
+ #template div {
574
+ margin-right: 190px;
575
+ }
576
+
577
+ * html #template div {
578
+ margin-right: 0;
579
+ }
580
+
581
+ /* A handy div class for hiding controls.
582
+ Some browsers will disable them when you
583
+ set display: none; */
584
+ .zerosize {
585
+ height: 0;
586
+ width: 0;
587
+ margin: 0;
588
+ border: 0;
589
+ padding: 0;
590
+ overflow: hidden;
591
+ position: absolute;
592
+ }
593
+
594
+ * html #themeselect {
595
+ padding: 0 3px;
596
+ height: 22px;
597
+ }
598
+
599
+ #your-profile legend {
600
+ font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
601
+ font-size: 22px;
602
+ }
603
+
604
+ #your-profile #rich_editing {
605
+ border: none;
606
+ }
607
+
608
+ #howto {
609
+ font-size: 11px;
610
+ margin: 0 5px;
611
+ display: block;
612
+ }
613
+
614
+ #ajax-response.alignleft {
615
+ margin-left: 2em;
616
+ }
617
+
618
+ div.nav {
619
+ height: 2em;
620
+ padding: 7px 10px;
621
+ vertical-align: text-top;
622
+ margin: 5px 0;
623
+ }
624
+
625
+ .nav .button-secondary {
626
+ padding: 2px 4px;
627
+ }
628
+
629
+ a.page-numbers {
630
+ border-bottom-style: solid;
631
+ border-bottom-width: 2px;
632
+ font-weight: bold;
633
+ margin-right: 1px;
634
+ padding: 0 2px;
635
+ }
636
+
637
+ p.pagenav {
638
+ margin: 0;
639
+ display: inline;
640
+ }
641
+
642
+ .pagenav span {
643
+ font-weight: bold;
644
+ margin: 0 6px;
645
+ }
646
+
647
+ .row-title {
648
+ font-size: 12px !important;
649
+ font-weight: bold;
650
+ }
651
+
652
+ .column-comment p {
653
+ margin: 0.6em 0;
654
+ }
655
+
656
+ .column-author img, .column-username img {
657
+ float: left;
658
+ margin-right: 10px;
659
+ margin-top: 3px;
660
+ }
661
+
662
+ .tablenav a.button-secondary {
663
+ display: block;
664
+ margin: 3px 8px 0 0;
665
+ }
666
+
667
+ .tablenav {
668
+ clear: both;
669
+ height: 30px;
670
+ margin: 6px 0 4px;
671
+ vertical-align: middle;
672
+ }
673
+
674
+ .tablenav .tablenav-pages {
675
+ float: right;
676
+ display: block;
677
+ cursor: default;
678
+ height: 30px;
679
+ line-height: 30px;
680
+ font-size: 11px;
681
+ }
682
+
683
+ .tablenav .tablenav-pages a, .tablenav-pages span.current {
684
+ text-decoration: none;
685
+ border: none;
686
+ padding: 3px 6px;
687
+ border-width: 1px;
688
+ border-style: solid;
689
+ -moz-border-radius: 5px;
690
+ -khtml-border-radius: 5px;
691
+ -webkit-border-radius: 5px;
692
+ border-radius: 5px;
693
+ }
694
+
695
+ .tablenav .displaying-num {
696
+ margin-right: 10px;
697
+ font-size: 12px;
698
+ font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
699
+ font-style: italic;
700
+ }
701
+
702
+ .tablenav .actions {
703
+ padding: 2px 8px 0 0;
704
+ }
705
+
706
+ td.media-icon {
707
+ vertical-align: middle;
708
+ text-align: center;
709
+ width: 80px;
710
+ }
711
+
712
+ td.media-icon img {
713
+ max-width: 80px;
714
+ max-height: 60px;
715
+ }
716
+
717
+ #update-nag, .plugin-update {
718
+ line-height: 29px;
719
+ font-size: 12px;
720
+ text-align: center;
721
+ border-bottom-width: 1px;
722
+ border-bottom-style: solid;
723
+ border-top-width: 1px;
724
+ border-top-style: solid;
725
+ }
726
+
727
+ #update-nag a, .plugin-update a {
728
+ font-size: 1.1em;
729
+ }
730
+
731
+ #pass-strength-result {
732
+ border-style: solid;
733
+ border-width: 1px;
734
+ float: left;
735
+ margin: 12px 5px 5px 1px;
736
+ padding: 3px 5px;
737
+ text-align: center;
738
+ width: 200px;
739
+ }
740
+
741
+ .row-actions {
742
+ visibility: hidden;
743
+ padding: 2px 0 0;
744
+ }
745
+
746
+ tr:hover .row-actions,
747
+ div.comment-item:hover .row-actions {
748
+ visibility: visible;
749
+ }
750
+
751
+ /* Admin Header */
752
+ #wphead-info {
753
+ margin: 0 0 0 15px;
754
+ padding-right: 15px;
755
+ }
756
+
757
+ #user_info {
758
+ float: right;
759
+ font-size: 12px;
760
+ line-height: 46px;
761
+ height: 46px;
762
+ }
763
+
764
+ #user_info p {
765
+ margin: 0;
766
+ padding: 0;
767
+ line-height: 46px;
768
+ }
769
+
770
+ #wphead {
771
+ height: 46px;
772
+ }
773
+
774
+ #wphead a,
775
+ #adminmenu a,
776
+ #sidemenu a,
777
+ #taglist a,
778
+ #catlist a,
779
+ #show-settings a {
780
+ text-decoration: none;
781
+ }
782
+
783
+ #header-logo {
784
+ float: left;
785
+ margin: 7px 0 0 15px;
786
+ }
787
+
788
+ #wphead h1 {
789
+ font: normal 22px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
790
+ padding: 10px 8px 5px;
791
+ margin: 0;
792
+ float: left;
793
+ }
794
+
795
+ #wphead h1.long-title {
796
+ font: normal 18px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
797
+ padding: 12px 10px 5px;
798
+ }
799
+
800
+ #wphead h1 span {
801
+ font-size: 50%;
802
+ }
803
+
804
+ /* side admin menu */
805
+ #adminmenu * {
806
+ -webkit-user-select: none;
807
+ -moz-user-select: none;
808
+ -khtml-user-select: none;
809
+ user-select: none;
810
+ }
811
+
812
+ #adminmenu .wp-submenu {
813
+ display: none;
814
+ list-style: none;
815
+ padding: 0;
816
+ margin: 0;
817
+ position: relative;
818
+ z-index: 2;
819
+ border-width: 1px 0 0;
820
+ border-style: solid none none;
821
+ }
822
+
823
+ #adminmenu .wp-submenu a {
824
+ font: normal 11px/18px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
825
+ }
826
+
827
+ #adminmenu .wp-submenu li.current,
828
+ #adminmenu .wp-submenu li.current a,
829
+ #adminmenu .wp-submenu li.current a:hover {
830
+ font-weight: bold;
831
+ }
832
+
833
+ #adminmenu a.menu-top,
834
+ #adminmenu .wp-submenu-head {
835
+ font: normal 13px/18px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
836
+ }
837
+
838
+ #adminmenu div.wp-submenu-head {
839
+ display: none;
840
+ }
841
+
842
+ .folded #adminmenu div.wp-submenu-head,
843
+ .folded #adminmenu li.wp-has-submenu div.sub-open {
844
+ display: block;
845
+ }
846
+
847
+ .folded #adminmenu a.menu-top,
848
+ .folded #adminmenu .wp-submenu,
849
+ .folded #adminmenu li.wp-menu-open .wp-submenu,
850
+ .folded #adminmenu div.wp-menu-toggle {
851
+ display: none;
852
+ }
853
+
854
+ #adminmenu li.wp-menu-open .wp-submenu {
855
+ display: block;
856
+ }
857
+
858
+ #adminmenu div.wp-menu-image {
859
+ float: left;
860
+ width: 28px;
861
+ height: 28px;
862
+ }
863
+
864
+ #adminmenu li {
865
+ margin: 0;
866
+ padding: 0;
867
+ cursor: pointer;
868
+ }
869
+
870
+ #adminmenu a {
871
+ display: block;
872
+ line-height: 18px;
873
+ padding: 1px 5px 3px;
874
+ }
875
+
876
+ #adminmenu li.menu-top {
877
+ min-height: 26px;
878
+ }
879
+
880
+ #adminmenu a.menu-top {
881
+ line-height: 18px;
882
+ min-width: 10em;
883
+ padding: 5px 5px;
884
+ border-width: 1px 1px 0;
885
+ border-style: solid solid none;
886
+ }
887
+
888
+ #adminmenu .wp-submenu a {
889
+ margin: 0;
890
+ padding-left: 12px;
891
+ border-width: 0 1px 0 0;
892
+ border-style: none solid none none;
893
+ }
894
+
895
+ #adminmenu .menu-top-last ul.wp-submenu {
896
+ border-width: 0 0 1px;
897
+ border-style: none none solid;
898
+ }
899
+
900
+ #adminmenu .wp-submenu li {
901
+ padding: 0;
902
+ margin: 0;
903
+ }
904
+
905
+ .folded #adminmenu li.menu-top {
906
+ width: 28px;
907
+ height: 30px;
908
+ overflow: hidden;
909
+ border-width: 1px 1px 0;
910
+ border-style: solid solid none;
911
+ }
912
+
913
+ #adminmenu .menu-top-first a.menu-top,
914
+ .folded #adminmenu li.menu-top-first,
915
+ #adminmenu .wp-submenu .wp-submenu-head {
916
+ border-width: 1px 1px 0;
917
+ border-style: solid solid none;
918
+ -moz-border-radius-topleft :6px;
919
+ -moz-border-radius-topright: 6px;
920
+ -webkit-border-top-right-radius: 6px;
921
+ -webkit-border-top-left-radius: 6px;
922
+ -khtml-border-top-right-radius: 6px;
923
+ -khtml-border-top-left-radius: 6px;
924
+ border-top-right-radius: 6px;
925
+ border-top-left-radius: 6px;
926
+ }
927
+
928
+ #adminmenu .menu-top-last a.menu-top,
929
+ .folded #adminmenu li.menu-top-last {
930
+ border-width: 1px;
931
+ border-style: solid;
932
+ -moz-border-radius-bottomleft: 6px;
933
+ -moz-border-radius-bottomright: 6px;
934
+ -webkit-border-bottom-right-radius: 6px;
935
+ -webkit-border-bottom-left-radius: 6px;
936
+ -khtml-border-bottom-right-radius: 6px;
937
+ -khtml-border-bottom-left-radius: 6px;
938
+ border-bottom-right-radius: 6px;
939
+ border-bottom-left-radius: 6px;
940
+ }
941
+
942
+ #adminmenu li.wp-menu-open a.menu-top-last {
943
+ border-bottom: 0 none;
944
+ -moz-border-radius-bottomright: 0;
945
+ -moz-border-radius-bottomleft: 0;
946
+ -webkit-border-bottom-right-radius: 0;
947
+ -webkit-border-bottom-left-radius: 0;
948
+ -khtml-border-bottom-right-radius: 0;
949
+ -khtml-border-bottom-left-radius: 0;
950
+ border-bottom-right-radius: 0;
951
+ border-bottom-left-radius: 0;
952
+ }
953
+
954
+ #adminmenu img.wp-menu-image {
955
+ float: left;
956
+ padding: 8px 6px 0;
957
+ opacity: 0.6;
958
+ filter: alpha(opacity=60);
959
+ }
960
+
961
+ #adminmenu li.menu-top:hover img.wp-menu-image,
962
+ #adminmenu li.wp-has-current-submenu img.wp-menu-image {
963
+ opacity: 1;
964
+ filter: alpha(opacity=100);
965
+ }
966
+
967
+ .folded #adminmenu img.wp-menu-image {
968
+ padding: 7px 0 0 6px;
969
+ }
970
+
971
+ #adminmenu li.wp-menu-separator {
972
+ height: 21px;
973
+ padding: 0;
974
+ margin: 0;
975
+ cursor: w-resize;
976
+ }
977
+
978
+ .folded #adminmenu li.wp-menu-separator {
979
+ cursor: e-resize;
980
+ }
981
+
982
+ #adminmenu .wp-menu-separator-last {
983
+ height: 10px;
984
+ width: 1px;
985
+ }
986
+
987
+ #adminmenu .wp-submenu .wp-submenu-head {
988
+ border-width: 1px;
989
+ border-style: solid;
990
+ padding: 6px 4px 6px 10px;
991
+ cursor: default;
992
+ }
993
+
994
+ .folded #adminmenu .wp-submenu {
995
+ position: absolute;
996
+ margin: -1px 0 0 28px;
997
+ padding: 0 8px 8px;
998
+ z-index: 999;
999
+ border: 0 none;
1000
+ }
1001
+
1002
+ .folded #adminmenu .wp-submenu ul {
1003
+ width: 140px;
1004
+ border-width: 0 0 1px;
1005
+ border-style: none none solid;
1006
+ }
1007
+
1008
+ .folded #adminmenu .wp-submenu li.wp-first-item {
1009
+ border-top: 0 none;
1010
+ }
1011
+
1012
+ .folded #adminmenu .wp-submenu a {
1013
+ padding-left: 10px;
1014
+ }
1015
+
1016
+ .folded #adminmenu a.wp-has-submenu {
1017
+ margin-left: 40px;
1018
+ }
1019
+
1020
+ #adminmenu li.menu-top-last .wp-submenu ul {
1021
+ border-width: 0 0 1px;
1022
+ border-style: none none solid;
1023
+ }
1024
+
1025
+ #adminmenu .wp-menu-toggle {
1026
+ width: 22px;
1027
+ clear: right;
1028
+ float: right;
1029
+ margin: 1px 0 0;
1030
+ height: 27px;
1031
+ padding: 1px 2px 0 0;
1032
+ cursor: default;
1033
+ }
1034
+
1035
+ #adminmenu li.wp-has-current-submenu ul {
1036
+ border-bottom-width: 1px;
1037
+ border-bottom-style: solid;
1038
+ }
1039
+ /* end side admin menu */
1040
+
1041
+ /* comments/plugins bubble in menu */
1042
+ #adminmenu #awaiting-mod,
1043
+ #adminmenu span.update-plugins,
1044
+ #sidemenu li a span.update-plugins {
1045
+ position: absolute;
1046
+ font-family: Helvetica, Arial, sans-serif;
1047
+ font-size: 7pt;
1048
+ font-weight: bold;
1049
+ margin-top: 2px;
1050
+ margin-left: 2px;
1051
+ -moz-border-radius: 7px;
1052
+ -khtml-border-radius: 7px;
1053
+ -webkit-border-radius: 7px;
1054
+ border-radius: 7px;
1055
+ }
1056
+
1057
+ #adminmenu li #awaiting-mod span,
1058
+ #adminmenu li span.update-plugins span,
1059
+ #sidemenu li a span.update-plugins span {
1060
+ float: left;
1061
+ display: block;
1062
+ height: 1.6em;
1063
+ line-height: 1.6em;
1064
+ padding: 0 6px;
1065
+ }
1066
+
1067
+ #adminmenu li span.count-0,
1068
+ #sidemenu li a .count-0 {
1069
+ display: none;
1070
+ }
1071
+ /* end menu stuff */
1072
+
1073
+ /* comments bubble */
1074
+ .post-com-count-wrapper {
1075
+ min-width: 22px;
1076
+ font-family: Helvetica, Arial, sans-serif;
1077
+ }
1078
+
1079
+ .post-com-count {
1080
+ height: 1.3em;
1081
+ line-height: 1.1em;
1082
+ display: block;
1083
+ text-decoration: none;
1084
+ padding: 0 0 6px;
1085
+ cursor: pointer;
1086
+ background-position: center -80px;
1087
+ background-repeat: no-repeat;
1088
+ }
1089
+
1090
+ .post-com-count span {
1091
+ font-size: 9px;
1092
+ font-weight: bild;
1093
+ height: 1.7em;
1094
+ line-height: 1.70em;
1095
+ min-width: 0.7em;
1096
+ padding: 0 6px;
1097
+ display: inline-block;
1098
+ cursor: pointer;
1099
+ -moz-border-radius: 5px;
1100
+ -khtml-border-radius: 5px;
1101
+ -webkit-border-radius: 5px;
1102
+ border-radius: 5px;
1103
+ }
1104
+
1105
+ strong .post-com-count {
1106
+ background-position: center -55px;
1107
+ }
1108
+
1109
+ .post-com-count:hover {
1110
+ background-position: center -3px;
1111
+ }
1112
+
1113
+ .column-response .post-com-count {
1114
+ float: left;
1115
+ margin-right: 5px;
1116
+ text-align: center;
1117
+ }
1118
+
1119
+ .response-links {
1120
+ margin: 4px 0;
1121
+ }
1122
+
1123
+ /* Admin Footer */
1124
+ #footer {
1125
+ margin-top: -45px;
1126
+ }
1127
+
1128
+ #footer,
1129
+ #footer a {
1130
+ font-size: 12px;
1131
+ font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
1132
+ font-style: italic;
1133
+ }
1134
+
1135
+ #footer p {
1136
+ margin: 0;
1137
+ padding: 15px;
1138
+ line-height: 15px;
1139
+ }
1140
+
1141
+ #footer a {
1142
+ text-decoration: none;
1143
+ }
1144
+
1145
+ #footer a:hover {
1146
+ text-decoration: underline;
1147
+ }
1148
+
1149
+ /* Tables used on comment.php and option/setting pages */
1150
+
1151
+ .form-table {
1152
+ border-collapse: collapse;
1153
+ margin-top: 0.5em;
1154
+ width: 100%;
1155
+ margin-bottom: -8px;
1156
+ clear: both;
1157
+ }
1158
+
1159
+ .form-table td,
1160
+ #wpbody-content .describe td {
1161
+ margin-bottom: 9px;
1162
+ padding: 4px 10px 12px;
1163
+ line-height: 20px;
1164
+ font-size: 11px;
1165
+ }
1166
+
1167
+ .form-table th,
1168
+ .form-wrap label {
1169
+ font-weight: normal;
1170
+ text-shadow: rgba(255,255,255,1) 0 1px 0;
1171
+ }
1172
+
1173
+ .form-table th,
1174
+ #wpbody-content .describe th {
1175
+ vertical-align: top;
1176
+ text-align: left;
1177
+ padding: 10px;
1178
+ width: 200px;
1179
+ }
1180
+
1181
+ .form-table th.th-full {
1182
+ width: auto;
1183
+ }
1184
+
1185
+ .form-table input,
1186
+ .form-table textarea,
1187
+ #wpbody-content .describe input,
1188
+ #wpbody-content .describe textarea {
1189
+ border-width: 1px;
1190
+ border-style: solid;
1191
+ }
1192
+
1193
+ .form-table div.color-option {
1194
+ display: block;
1195
+ clear: both;
1196
+ margin-top: 12px;
1197
+ }
1198
+
1199
+ .form-table input.tog {
1200
+ margin-top: 2px;
1201
+ margin-right: 2px;
1202
+ float: left;
1203
+ }
1204
+
1205
+ .form-table table.color-palette {
1206
+ vertical-align: bottom;
1207
+ float: left;
1208
+ margin: -8px 3px 8px;
1209
+ }
1210
+
1211
+ .form-table .color-palette td {
1212
+ border-width: 1px 1px 0;
1213
+ border-stile: solid solid none;
1214
+ height: 10px;
1215
+ line-height: 20px;
1216
+ width: 10px;
1217
+ }
1218
+
1219
+ textarea.large-text {
1220
+ width: 99%;
1221
+ }
1222
+
1223
+ .form-table input.regular-text {
1224
+ width: 325px;
1225
+ }
1226
+
1227
+ .form-table input.small-text {
1228
+ width: 50px;
1229
+ }
1230
+
1231
+ #profile-page .form-table textarea {
1232
+ width: 500px;
1233
+ margin-bottom: 6px;
1234
+ }
1235
+
1236
+ #profile-page .form-table input[type=text] {
1237
+ width: 300px;
1238
+ }
1239
+
1240
+ #profile-page .form-table #rich_editing {
1241
+ margin-right: 5px
1242
+ }
1243
+
1244
+ .form-table .pre {
1245
+ padding: 8px;
1246
+ margin: 0;
1247
+ }
1248
+
1249
+ .pre {
1250
+ /* http://www.longren.org/2006/09/27/wrapping-text-inside-pre-tags/ */
1251
+ white-space: pre-wrap; /* css-3 */
1252
+ white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
1253
+ white-space: -pre-wrap; /* Opera 4-6 */
1254
+ white-space: -o-pre-wrap; /* Opera 7 */
1255
+ word-wrap: break-word; /* Internet Explorer 5.5+ */
1256
+ }
1257
+
1258
+ table.form-table td .updated {
1259
+ font-size: 13px;
1260
+ }
1261
+
1262
+ /* divs for cats and tags pages */
1263
+
1264
+ .form-wrap {
1265
+ margin: 10px 0;
1266
+ width: 97%;
1267
+ }
1268
+
1269
+ .form-wrap p,
1270
+ .form-wrap label {
1271
+ font-size: 11px;
1272
+ }
1273
+
1274
+ .form-wrap label {
1275
+ display: block;
1276
+ padding: 2px;
1277
+ font-size: 12px;
1278
+ }
1279
+
1280
+ .form-field input,
1281
+ .form-field textarea {
1282
+ border-style: solid;
1283
+ border-width: 1px;
1284
+ width: 95%;
1285
+ }
1286
+
1287
+ .form-wrap p {
1288
+ margin: 2px 0 5px;
1289
+ }
1290
+
1291
+ .setting-description, .form-wrap p {
1292
+ font-style: italic;
1293
+ font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
1294
+ }
1295
+
1296
+ .form-wrap .form-field {
1297
+ margin: 0 0 10px;
1298
+ padding: 8px;
1299
+ }
1300
+
1301
+ .col-wrap h3 {
1302
+ margin: 12px 0;
1303
+ font-size: 1.1em;
1304
+ }
1305
+
1306
+ .col-wrap p.submit {
1307
+ margin-top: -10px;
1308
+ }
1309
+
1310
+ .tagcloud {
1311
+ width: 97%;
1312
+ margin: 0 0 40px;
1313
+ }
1314
+
1315
+ .tagcloud h3 {
1316
+ margin: 2px 0 12px;
1317
+ }
1318
+
1319
+ /* Post Screen */
1320
+ #normal-sortables {
1321
+ min-height: 50px;
1322
+ }
1323
+
1324
+ .postbox {
1325
+ position: relative;
1326
+ min-width: 255px;
1327
+ width: 99.5%;
1328
+ }
1329
+
1330
+ #trackback_url {
1331
+ width: 99%;
1332
+ }
1333
+
1334
+ #normal-sortables .postbox .submit {
1335
+ background: transparent none;
1336
+ border: 0 none;
1337
+ float: right;
1338
+ padding: 0 12px;
1339
+ margin: 0;
1340
+ }
1341
+
1342
+ #normal-sortables .postbox #replyrow .submit {
1343
+ float: none;
1344
+ margin: 0;
1345
+ padding: 3px 7px;
1346
+ }
1347
+
1348
+ #side-sortables {
1349
+ min-height: 300px;
1350
+ }
1351
+
1352
+ #side-sortables .submitbox .submit input,
1353
+ #side-sortables .submitbox .submit .preview,
1354
+ #side-sortables .submitbox .submit a.preview:hover {
1355
+ border: 0 none;
1356
+ }
1357
+
1358
+ #side-sortables .inside-submitbox .insidebox,
1359
+ .stuffbox .insidebox {
1360
+ margin: 11px 0;
1361
+ }
1362
+
1363
+ #side-sortables .comments-box,
1364
+ #side-sortables #show-comments {
1365
+ display: none;
1366
+ }
1367
+
1368
+ #post-body #tagsdiv #newtag {
1369
+ margin-right: 5px;
1370
+ width: 16em;
1371
+ }
1372
+
1373
+ #side-info-column input#post_password {
1374
+ width: 94%
1375
+ }
1376
+
1377
+ #side-info-column #tagsdiv #newtag {
1378
+ width: 68%;
1379
+ }
1380
+
1381
+ #post-status-info {
1382
+ font-size: 12px;
1383
+ line-height: 2;
1384
+ padding: 0 15px 0 7px;
1385
+ border-width: 0 1px 1px;
1386
+ border-style: none solid solid;
1387
+ -moz-border-radius: 0 0 6px 6px;
1388
+ -webkit-border-bottom-left-radius: 6px;
1389
+ -webkit-border-bottom-right-radius: 6px;
1390
+ -khtml-border-bottom-left-radius: 6px;
1391
+ -khtml-border-bottom-right-radius: 6px;
1392
+ border-bottom-left-radius: 6px;
1393
+ border-bottom-right-radius: 6px;
1394
+ }
1395
+
1396
+ #editorcontent #post-status-info {
1397
+ border: none;
1398
+ }
1399
+
1400
+ #post-body-content .wp_themeSkin .mceStatusbar a.mceResize {
1401
+ display: block;
1402
+ float: right;
1403
+ background: transparent url( '../../../../wp-admin/images/resize.gif' ) no-repeat scroll right bottom;
1404
+ width: 12px;
1405
+ height: 12px;
1406
+ cursor: se-resize;
1407
+ margin: 0 2px;
1408
+ position: relative;
1409
+ right: 0;
1410
+ top: 31px;
1411
+ }
1412
+
1413
+
1414
+ #pagesubmitdiv div.inside,
1415
+ #linksubmitdiv div.inside,
1416
+ div.inside {
1417
+ padding: 0;
1418
+ margin: 0;
1419
+ }
1420
+
1421
+ #comment-status-radio p {
1422
+ margin: 3px 0 5px;
1423
+ }
1424
+
1425
+ #comment-status-radio input {
1426
+ margin: 2px 3px 5px 0;
1427
+ vertical-align: middle;
1428
+ }
1429
+
1430
+ #comment-status-radio label {
1431
+ padding: 5px 0;
1432
+ }
1433
+
1434
+ #tagchecklist {
1435
+ margin-left: 10px;
1436
+ font-size: 12px;
1437
+ overflow: auto;
1438
+ }
1439
+
1440
+ #tagchecklist strong {
1441
+ margin-left: -8px;
1442
+ position: absolute;
1443
+ }
1444
+
1445
+ #tagchecklist span {
1446
+ margin-right: 25px;
1447
+ display: block;
1448
+ float: left;
1449
+ font-size: 11px;
1450
+ line-height: 1.8em;
1451
+ white-space: nowrap;
1452
+ cursor: default;
1453
+ }
1454
+
1455
+ #tagchecklist span a {
1456
+ margin: 6px 0pt 0pt -9px;
1457
+ cursor: pointer;
1458
+ width: 10px;
1459
+ height: 10px;
1460
+ display: block;
1461
+ float: left;
1462
+ text-indent: -9999px;
1463
+ overflow: hidden;
1464
+ position: absolute;
1465
+ }
1466
+
1467
+ .howto {
1468
+ font-style: italic;
1469
+ display: block;
1470
+ font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
1471
+ }
1472
+
1473
+ .ac_results {
1474
+ padding: 0;
1475
+ margin: 0;
1476
+ list-style: none;
1477
+ position: absolute;
1478
+ z-index: 10000;
1479
+ display: none;
1480
+ border-width: 1px;
1481
+ border-style: solid;
1482
+ }
1483
+
1484
+ .ac_results li {
1485
+ padding: 2px 5px;
1486
+ white-space: nowrap;
1487
+ text-align: left;
1488
+ }
1489
+
1490
+ .ac_over {
1491
+ cursor: pointer;
1492
+ }
1493
+
1494
+ .ac_match {
1495
+ text-decoration: underline;
1496
+ }
1497
+
1498
+ #poststuff h2 {
1499
+ margin-top: 20px;
1500
+ font-size: 1.5em;
1501
+ margin-bottom: 15px;
1502
+ padding: 0 0 3px;
1503
+ clear: left;
1504
+ }
1505
+
1506
+ .ui-sortable .postbox h3 {
1507
+ cursor: pointer;
1508
+ -webkit-user-select: none;
1509
+ -moz-user-select: none;
1510
+ -khtml-user-select: none;
1511
+ user-select: none;
1512
+ }
1513
+
1514
+ .ui-sortable .postbox .hndle span {
1515
+ padding: 6px 0;
1516
+ }
1517
+
1518
+ .ui-sortable .postbox .hndle {
1519
+ cursor: move;
1520
+ }
1521
+
1522
+ .hndle a {
1523
+ font-size: 11px;
1524
+ font-weight: normal;
1525
+ }
1526
+
1527
+ .meta-box-sortables .postbox .handlediv {
1528
+ float: right;
1529
+ width: 23px;
1530
+ height: 26px;
1531
+ }
1532
+
1533
+ .sortable-placeholder {
1534
+ border-width: 1px;
1535
+ border-style: dashed;
1536
+ z-index: -1;
1537
+ }
1538
+
1539
+ #poststuff h3,
1540
+ .metabox-holder h3 {
1541
+ font-size: 12px;
1542
+ font-weight: bold;
1543
+ padding: 7px 9px;
1544
+ margin: 0;
1545
+ line-height: 1;
1546
+ }
1547
+
1548
+ .metabox-holder .postbox,
1549
+ #poststuff .postbox,
1550
+ #poststuff .stuffbox {
1551
+ margin-bottom: 20px;
1552
+ border-width: 1px;
1553
+ border-style: solid;
1554
+ line-height: 1;
1555
+ -moz-border-radius: 6px;
1556
+ -khtml-border-radius: 6px;
1557
+ -webkit-border-radius: 6px;
1558
+ border-radius: 6px;
1559
+ }
1560
+
1561
+ .metabox-holder .postbox h3,
1562
+ #poststuff .postbox h3,
1563
+ #poststuff .stuffbox h3 {
1564
+ -moz-border-radius: 6px 6px 0 0;
1565
+ -webkit-border-top-right-radius: 6px;
1566
+ -webkit-border-top-left-radius: 6px;
1567
+ -khtml-border-top-right-radius: 6px;
1568
+ -khtml-border-top-left-radius: 6px;
1569
+ border-top-right-radius: 6px;
1570
+ border-top-left-radius: 6px;
1571
+ }
1572
+
1573
+ .postbox table.form-table {
1574
+ margin-bottom: 0;
1575
+ }
1576
+
1577
+ .postbox input[type="text"],
1578
+ .postbox textarea,
1579
+ .stuffbox input[type="text"],
1580
+ .stuffbox textarea {
1581
+ border-width: 1px;
1582
+ border-style: solid;
1583
+ }
1584
+
1585
+ #poststuff .inside,
1586
+ #poststuff .inside p {
1587
+ font-size: 11px;
1588
+ margin: 6px;
1589
+ }
1590
+
1591
+ #poststuff .inside .submitbox p {
1592
+ margin: 1em 0;
1593
+ }
1594
+
1595
+ #post-visibility-select {
1596
+ line-height: 1.5em;
1597
+ margin-top: 3px;
1598
+ }
1599
+
1600
+ #poststuff #submitdiv .inside {
1601
+ margin: 0;
1602
+ }
1603
+
1604
+ #titlediv, #poststuff .postarea {
1605
+ margin-bottom: 20px;
1606
+ }
1607
+
1608
+ #titlediv {
1609
+ margin-bottom: 20px;
1610
+ }
1611
+ #titlediv label { cursor: text; }
1612
+
1613
+ #titlediv div.inside {
1614
+ margin: 0;
1615
+ }
1616
+
1617
+ #poststuff #titlewrap {
1618
+ border: 0;
1619
+ padding: 0;
1620
+
1621
+ }
1622
+
1623
+ #titlediv #title {
1624
+ padding: 3px 4px;
1625
+ border-width: 1px;
1626
+ border-style: solid;
1627
+ -moz-border-radius: 6px;
1628
+ -khtml-border-radius: 6px;
1629
+ -webkit-border-radius: 6px;
1630
+ border-radius: 6px;
1631
+ font-size: 1.7em;
1632
+ width: 100%;
1633
+ outline: none;
1634
+ }
1635
+
1636
+ #poststuff .inside-submitbox,
1637
+ #side-info-column .inside-submitbox {
1638
+ margin: 0 3px;
1639
+ font-size: 11px;
1640
+ }
1641
+
1642
+ input#link_description,
1643
+ input#link_url {
1644
+ width: 98%;
1645
+ }
1646
+
1647
+ #pending {
1648
+ background: 0 none;
1649
+ border: 0 none;
1650
+ padding: 0;
1651
+ font-size: 11px;
1652
+ margin-top: -1px;
1653
+ }
1654
+
1655
+ #edit-slug-box {
1656
+ height: 1em;
1657
+ margin-top: 8px;
1658
+ padding: 0 7px;
1659
+ }
1660
+
1661
+ #editable-post-name-full {
1662
+ display: none;
1663
+ }
1664
+
1665
+ #editable-post-name input {
1666
+ width: 16em;
1667
+ }
1668
+
1669
+ .postarea h3 label {
1670
+ float: left;
1671
+ }
1672
+
1673
+ .postarea #add-media-button {
1674
+ float: right;
1675
+ margin: 7px 0pt 0pt;
1676
+ position: relative;
1677
+ right: 10px;
1678
+ }
1679
+
1680
+ #poststuff #editor-toolbar {
1681
+ height: 30px;
1682
+ }
1683
+
1684
+ .wp_themeSkin tr.mceFirst td.mceToolbar {
1685
+ background-image: url( '../../../../wp-admin/images/ed-bg.gif');
1686
+ background-position: left top;
1687
+ background-repeat: repeat-x;
1688
+ border-width: 0 0 1px;
1689
+ border-style: none none solid;
1690
+ }
1691
+
1692
+ #poststuff #edButtonPreview,
1693
+ #poststuff #edButtonHTML {
1694
+ display: block;
1695
+ height: 18px;
1696
+ margin: 5px 5px 0 0;
1697
+ padding: 4px 5px 2px;
1698
+ float: right;
1699
+ cursor: pointer;
1700
+ border-width: 1px;
1701
+ border-style: solid;
1702
+ -moz-border-radius: 3px 3px 0 0;
1703
+ -webkit-border-top-right-radius: 3px;
1704
+ -webkit-border-top-left-radius: 3px;
1705
+ -khtml-border-top-right-radius: 3px;
1706
+ -khtml-border-top-left-radius: 3px;
1707
+ border-top-right-radius: 3px;
1708
+ border-top-left-radius: 3px;
1709
+ }
1710
+
1711
+ #poststuff #edButtonHTML {
1712
+ margin-right: 15px;
1713
+ }
1714
+
1715
+ #media-buttons {
1716
+ cursor: default;
1717
+ padding: 8px 8px 0;
1718
+ }
1719
+
1720
+ #media-buttons a {
1721
+ cursor: pointer;
1722
+ padding: 0 0 5px 10px;
1723
+ }
1724
+
1725
+ #media-buttons img {
1726
+ vertical-align: middle;
1727
+ }
1728
+
1729
+ .submitbox .submit {
1730
+ text-align: left;
1731
+ padding: 12px 10px 10px;
1732
+ font-size: 11px;
1733
+ }
1734
+
1735
+ .submitbox .submitdelete {
1736
+ border-bottom-width: 1px;
1737
+ border-bottom-style: solid;
1738
+ text-decoration: none;
1739
+ padding: 1px 2px;
1740
+ }
1741
+
1742
+ .inside-submitbox #post_status {
1743
+ margin: 2px 0 2px -2px;
1744
+ }
1745
+
1746
+ .submitbox .submit a:hover {
1747
+ border-bottom-width: 1px;
1748
+ border-bottom-style: solid;
1749
+ }
1750
+
1751
+ .submitbox .submit input {
1752
+ margin-bottom: 8px;
1753
+ margin-right: 4px;
1754
+ padding: 6px;
1755
+ }
1756
+
1757
+ #post-status-select {
1758
+ line-height: 2.5em;
1759
+ margin-top: 3px;
1760
+ }
1761
+
1762
+ /* Categories */
1763
+
1764
+ #category-adder {
1765
+ margin-left: 120px;
1766
+ padding: 4px 0;
1767
+ }
1768
+
1769
+ #category-adder h4 {
1770
+ margin: 0 0 8px;
1771
+ }
1772
+
1773
+ #side-info-column #category-adder {
1774
+ margin: 0;
1775
+ }
1776
+
1777
+ #post-body #category-add input, #category-add select {
1778
+ width: 30%;
1779
+ }
1780
+
1781
+ #side-info-column #category-add input {
1782
+ width: 94%;
1783
+ }
1784
+
1785
+ #side-info-column #category-add select {
1786
+ width: 100%;
1787
+ }
1788
+
1789
+ #category-add input#category-add-sumbit {
1790
+ width: auto;
1791
+ }
1792
+
1793
+ #post-body ul#category-tabs {
1794
+ float: left;
1795
+ width: 120px;
1796
+ text-align: right;
1797
+ /* Negative margin for the sake of those without JS: all tabs display */
1798
+ margin: 0 -120px 0 0;
1799
+ padding: 0;
1800
+ }
1801
+
1802
+ #post-body ul#category-tabs li {
1803
+ padding: 8px;
1804
+ }
1805
+
1806
+ #post-body ul#category-tabs li.ui-tabs-selected {
1807
+ -moz-border-radius: 3px 0 0 3px;
1808
+ -webkit-border-top-left-radius: 3px;
1809
+ -webkit-border-bottom-left-radius: 3px;
1810
+ -khtml-border-top-left-radius: 3px;
1811
+ -khtml-border-bottom-left-radius: 3px;
1812
+ border-top-left-radius: 3px;
1813
+ border-bottom-left-radius: 3px;
1814
+ }
1815
+
1816
+ #post-body ul#category-tabs li.ui-tabs-selected a {
1817
+ font-weight: bold;
1818
+ text-decoration: none;
1819
+ }
1820
+
1821
+ #categorydiv div.ui-tabs-panel,
1822
+ #linkcategorydiv div.ui-tabs-panel {
1823
+ height: 150px;
1824
+ overflow: auto;
1825
+ padding: 0.5em 0.9em;
1826
+ }
1827
+
1828
+ #post-body #categorydiv div.ui-tabs-panel,
1829
+ #post-body #linkcategorydiv div.ui-tabs-panel {
1830
+ margin: 0 5px 0 120px;
1831
+ height: 10em;
1832
+ overflow: auto;
1833
+ border-width: 4px;
1834
+ border-style: solid;
1835
+ }
1836
+
1837
+ #side-info-column #category-tabs li {
1838
+ display: inline;
1839
+ padding-right: 8px;
1840
+ }
1841
+
1842
+ #side-info-column #category-tabs a {
1843
+ text-decoration: none;
1844
+ }
1845
+
1846
+ #side-info-column #category-tabs {
1847
+ margin-bottom: 3px;
1848
+ }
1849
+
1850
+ #categorydiv ul,
1851
+ #linkcategorydiv ul {
1852
+ list-style: none;
1853
+ padding: 0;
1854
+ margin: 0;
1855
+ }
1856
+
1857
+ #categorydiv ul.categorychecklist ul,
1858
+ #linkcategorydiv ul.categorychecklist ul {
1859
+ margin-left: 18px;
1860
+ }
1861
+
1862
+ ul.categorychecklist li {
1863
+ margin: 0;
1864
+ padding: 0;
1865
+ line-height: 19px;
1866
+ }
1867
+
1868
+ #category-adder h4 {
1869
+ margin-top: 4px;
1870
+ margin-bottom: 0px;
1871
+ }
1872
+
1873
+ #categorydiv .ui-tabs-panel {
1874
+ border-width: 3px;
1875
+ border-style: solid;
1876
+ }
1877
+
1878
+ ul#category-tabs {
1879
+ margin-top: 12px;
1880
+ }
1881
+
1882
+ ul#category-tabs li {
1883
+ padding: 5px 8px;
1884
+ -moz-border-radius: 3px 3px 0 0;
1885
+ -webkit-border-top-left-radius: 3px;
1886
+ -webkit-border-top-right-radius: 3px;
1887
+ -khtml-border-top-left-radius: 3px;
1888
+ -khtml-border-top-right-radius: 3px;
1889
+ border-top-left-radius: 3px;
1890
+ border-top-right-radius: 3px;
1891
+ }
1892
+
1893
+ /* positioning etc. */
1894
+
1895
+ form#tags-filter {
1896
+ position: relative;
1897
+ }
1898
+
1899
+ p.search-box {
1900
+ float: right;
1901
+ margin: -5px 0 0;
1902
+ }
1903
+
1904
+ .search-input {
1905
+ border-width: 1px;
1906
+ border-style: solid;
1907
+ padding: 2px;
1908
+ }
1909
+
1910
+ #posts-filter fieldset {
1911
+ float: left;
1912
+ margin: 0 1.5ex 1em 0;
1913
+ padding: 0;
1914
+ }
1915
+
1916
+ #posts-filter fieldset legend {
1917
+ padding: 0 0 .2em 1px;
1918
+ }
1919
+
1920
+ .bordertitle {
1921
+ padding-bottom: 5px;
1922
+ border-bottom-width: 1px;
1923
+ border-bottom-style: solid;
1924
+ }
1925
+
1926
+ /* Edit posts */
1927
+
1928
+ td.post-title strong {
1929
+ display: block;
1930
+ margin-bottom: .2em;
1931
+ }
1932
+
1933
+ td.post-title p {
1934
+ margin: 6px 0;
1935
+ }
1936
+
1937
+ /* Global classes */
1938
+
1939
+ .wp-hidden-children .wp-hidden-child,
1940
+ .ui-tabs-hide {
1941
+ display: none;
1942
+ }
1943
+
1944
+ .commentlist .avatar {
1945
+ vertical-align: text-top;
1946
+ }
1947
+
1948
+ .defaultavatarpicker .avatar {
1949
+ margin: 2px 0;
1950
+ vertical-align: middle;
1951
+ }
1952
+
1953
+ body.wp-admin {
1954
+ min-width: 785px;
1955
+ }
1956
+
1957
+ .view-switch {
1958
+ float: right;
1959
+ margin: 6px 8px 0;
1960
+ }
1961
+
1962
+ .view-switch a {
1963
+ text-decoration: none;
1964
+ }
1965
+
1966
+ .filter {
1967
+ float: left;
1968
+ margin: -5px 0 0 10px;
1969
+ }
1970
+
1971
+ .filter .subsubsub {
1972
+ margin-left: -10px;
1973
+ margin-top: 13px;
1974
+ }
1975
+
1976
+ #the-comment-list td.comment p.comment-author {
1977
+ margin-top: 0;
1978
+ margin-left: 0;
1979
+ }
1980
+
1981
+ #the-comment-list p.comment-author img {
1982
+ float: left;
1983
+ margin-right: 8px;
1984
+ }
1985
+
1986
+ #the-comment-list p.comment-author strong a {
1987
+ border: none;
1988
+ }
1989
+
1990
+ #the-comment-list td {
1991
+ vertical-align: top;
1992
+ }
1993
+
1994
+ #the-comment-list td.comment {
1995
+ word-wrap: break-word;
1996
+ }
1997
+
1998
+ #the-comment-list .check-column {
1999
+ padding-top: 8px;
2000
+ }
2001
+
2002
+ #templateside ul li a {
2003
+ text-decoration: none;
2004
+ }
2005
+
2006
+ .tablenav .delete {
2007
+ margin-right: 20px;
2008
+ }
2009
+
2010
+ td.action-links, th.action-links {
2011
+ text-align: right;
2012
+ }
2013
+
2014
+ /* Diff */
2015
+
2016
+ table.diff {
2017
+ width: 100%;
2018
+ }
2019
+
2020
+ table.diff col.content {
2021
+ width: 50%;
2022
+ }
2023
+
2024
+ table.diff tr {
2025
+ background-color: transparent;
2026
+ }
2027
+
2028
+ table.diff td, table.diff th {
2029
+ padding: .5em;
2030
+ font-family: Consolas, Monaco, Courier, monospace;
2031
+ border: none;
2032
+ }
2033
+
2034
+ table.diff .diff-deletedline del, table.diff .diff-addedline ins {
2035
+ text-decoration: none;
2036
+ }
2037
+
2038
+ #wp-word-count {
2039
+ display: block;
2040
+ }
2041
+
2042
+ fieldset {
2043
+ border: 0;
2044
+ padding: 0;
2045
+ margin: 0;
2046
+ }
2047
+
2048
+ .tool-box {
2049
+ margin: 15px 0 35px;
2050
+ }
2051
+
2052
+ .tool-box .buttons {
2053
+ margin: 15px 0;
2054
+ }
2055
+
2056
+ .tool-box .title {
2057
+ margin: 8px 0;
2058
+ font: 18px/24px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
2059
+ }
2060
+
2061
+ .pressthis a {
2062
+ font-size: 1.2em;
2063
+ }
2064
+
2065
+ #wp_editbtns,
2066
+ #wp_gallerybtns {
2067
+ padding: 2px;
2068
+ position: absolute;
2069
+ display: none;
2070
+ z-index: 999998;
2071
+ }
2072
+
2073
+ #wp_editimgbtn,
2074
+ #wp_delimgbtn,
2075
+ #wp_editgallery,
2076
+ #wp_delgallery {
2077
+ margin: 2px;
2078
+ padding: 2px;
2079
+ border-width: 1px;
2080
+ border-style: solid;
2081
+ -moz-border-radius: 3px;
2082
+ -khtml-border-radius: 3px;
2083
+ -webkit-border-radius: 3px;
2084
+ border-radius: 3px;
2085
+ }
2086
+
2087
+ .settings-toggle {
2088
+ text-align: right;
2089
+ margin: 5px 7px 15px 0;
2090
+ font-size: 12px;
2091
+ }
2092
+
2093
+ .settings-toggle h3 {
2094
+ margin: 0;
2095
+ }
2096
+
2097
+ #timestampdiv select {
2098
+ height: 20px;
2099
+ line-height: 20px;
2100
+ padding: 0;
2101
+ }
2102
+
2103
+ #jj, #hh, #mn {
2104
+ width: 2em;
2105
+ padding: 1px;
2106
+ font-size: 12px;
2107
+ }
2108
+
2109
+ #aa {
2110
+ width: 3.4em;
2111
+ padding: 1px;
2112
+ font-size: 12px;
2113
+ }
2114
+
2115
+ .curtime #timestamp {
2116
+ background-repeat: no-repeat;
2117
+ background-position: left top;
2118
+ padding-left: 18px;
2119
+ }
2120
+
2121
+ #timestampdiv {
2122
+ padding-top: 5px;
2123
+ line-height: 23px;
2124
+ }
2125
+
2126
+ #timestampdiv p {
2127
+ margin: 8px 0 6px;
2128
+ }
2129
+
2130
+ #timestampdiv input {
2131
+ border-width: 1px;
2132
+ border-style: solid;
2133
+ }
2134
+
2135
+ /* media popup 0819 */
2136
+ #sidemenu {
2137
+ margin: -30px 15px 0 315px;
2138
+ list-style: none;
2139
+ position: relative;
2140
+ float: right;
2141
+ padding-left: 10px;
2142
+ font-size: 12px;
2143
+ }
2144
+
2145
+ #sidemenu a {
2146
+ padding: 0 7px;
2147
+ display: block;
2148
+ float: left;
2149
+ line-height: 28px;
2150
+ border-top-width: 1px;
2151
+ border-top-style: solid;
2152
+ border-bottom-width: 1px;
2153
+ border-bottom-style: solid;
2154
+ }
2155
+
2156
+ #sidemenu li {
2157
+ display: inline;
2158
+ line-height: 200%;
2159
+ list-style: none;
2160
+ text-align: center;
2161
+ white-space: nowrap;
2162
+ margin: 0;
2163
+ padding: 0;
2164
+ }
2165
+
2166
+ #sidemenu a.current {
2167
+ font-weight: normal;
2168
+ padding-left: 6px;
2169
+ padding-right: 6px;
2170
+ -moz-border-radius: 4px 4px 0 0;
2171
+ -webkit-border-top-left-radius: 4px;
2172
+ -webkit-border-top-right-radius: 4px;
2173
+ -khtml-border-top-left-radius: 4px;
2174
+ -khtml-border-top-right-radius: 4px;
2175
+ border-top-left-radius: 4px;
2176
+ border-top-right-radius: 4px;
2177
+ border-width: 1px;
2178
+ border-style: solid;
2179
+ }
2180
+
2181
+ #sidemenu {
2182
+ margin: -30px 15px 0 315px;
2183
+ list-style: none;
2184
+ position: relative;
2185
+ float: right;
2186
+ padding-left: 10px;
2187
+ font-size: 12px;
2188
+ }
2189
+
2190
+ #sidemenu a {
2191
+ padding: 0 7px;
2192
+ display: block;
2193
+ float: left;
2194
+ line-height: 28px;
2195
+ border-top-width: 1px;
2196
+ border-top-style: solid;
2197
+ border-bottom-width: 1px;
2198
+ border-bottom-style: solid;
2199
+ }
2200
+
2201
+ #sidemenu li a .count-0 {
2202
+ display: none;
2203
+ }
2204
+
2205
+ /* reply to comments */
2206
+ #replyrow {
2207
+ font-size: 11px;
2208
+ }
2209
+
2210
+ #replyrow input {
2211
+ border-width: 1px;
2212
+ border-style: solid;
2213
+ }
2214
+
2215
+ #replyrow td {
2216
+ padding: 2px;
2217
+ }
2218
+
2219
+ #replyrow #editorcontainer {
2220
+ border: 0 none;
2221
+ }
2222
+
2223
+ #replysubmit {
2224
+ margin: 0;
2225
+ padding: 3px 7px;
2226
+ }
2227
+
2228
+ #replysubmit img.waiting,
2229
+ .inline-edit-save img.waiting,
2230
+ #commentstatusdiv img.waiting {
2231
+ padding: 0 10px;
2232
+ vertical-align: top;
2233
+ }
2234
+
2235
+ #replysubmit .button {
2236
+ margin-right: 5px;
2237
+ }
2238
+
2239
+ #replyrow #editor-toolbar {
2240
+ display: none;
2241
+ }
2242
+
2243
+ #replyhead {
2244
+ font-size: 12px;
2245
+ font-weight: bold;
2246
+ padding: 2px 10px 4px;
2247
+ }
2248
+
2249
+ #edithead .inside {
2250
+ float: left;
2251
+ padding: 3px 0 2px 5px;
2252
+ margin: 0;
2253
+ text-align: center;
2254
+ font-size: 11px;
2255
+ }
2256
+
2257
+ #edithead .inside input {
2258
+ width: 180px;
2259
+ font-size: 11px;
2260
+ }
2261
+
2262
+ #edithead label {
2263
+ padding: 2px 0;
2264
+ }
2265
+
2266
+ #replycontainer {
2267
+ padding: 5px;
2268
+ border: 0 none;
2269
+ height: 120px;
2270
+ overflow: hidden;
2271
+ position: relative;
2272
+ }
2273
+
2274
+ #replycontent {
2275
+ resize: none;
2276
+ margin: 0;
2277
+ width: 100%;
2278
+ height: 100%;
2279
+ padding: 0;
2280
+ line-height: 150%;
2281
+ border: 0 none;
2282
+ outline: none;
2283
+ font-size: 12px;
2284
+ }
2285
+
2286
+ #replyrow #ed_reply_toolbar {
2287
+ margin: 0;
2288
+ padding: 2px 3px;
2289
+ }
2290
+
2291
+ /* show/hide settings */
2292
+ #screen-meta {
2293
+ position: relative;
2294
+ clear: both;
2295
+ }
2296
+
2297
+ #screen-meta-links {
2298
+ margin: 0 9px 0 0;
2299
+ }
2300
+
2301
+ #screen-meta .invisible {
2302
+ visibility: hidden;
2303
+ }
2304
+
2305
+ #screen-options-link-wrap,
2306
+ #contextual-help-link-wrap {
2307
+ float: right;
2308
+ background: transparent url( '../../../../wp-admin/images/screen-options-left.gif' ) no-repeat 0 0;
2309
+ font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
2310
+ height: 22px;
2311
+ padding: 0;
2312
+ margin: 0 6px 0 0;
2313
+ }
2314
+
2315
+ #screen-meta a.show-settings {
2316
+ text-decoration: none;
2317
+ z-index: 1;
2318
+ padding: 0 16px 0 6px;
2319
+ height: 22px;
2320
+ line-height: 22px;
2321
+ font-size: 10px;
2322
+ display: block;
2323
+ background-repeat: no-repeat;
2324
+ background-position: right bottom;
2325
+ }
2326
+
2327
+ #screen-meta a.show-settings {
2328
+ background-image: url( '../../../../wp-admin/images/screen-options-right.gif' );
2329
+ }
2330
+
2331
+ #screen-meta a.show-settings:hover {
2332
+ text-decoration: none;
2333
+ }
2334
+
2335
+ #screen-options-wrap h5,
2336
+ #contextual-help-wrap h5 {
2337
+ margin: 8px 0;
2338
+ font-size: 13px;
2339
+ }
2340
+
2341
+ #screen-options-wrap,
2342
+ #contextual-help-wrap {
2343
+ border-style: none solid solid;
2344
+ border-top: 0 none;
2345
+ border-width: 0 1px 1px;
2346
+ margin: 0 15px;
2347
+ padding: 8px 12px 12px;
2348
+ -moz-border-radius: 0 0 0 4px;
2349
+ -webkit-border-bottom-left-radius: 4px;
2350
+ -khtml-border-bottom-left-radius: 4px;
2351
+ border-bottom-left-radius: 4px;
2352
+ }
2353
+
2354
+ .metabox-prefs label {
2355
+ padding-right: 15px;
2356
+ white-space: nowrap;
2357
+ line-height: 30px;
2358
+ }
2359
+
2360
+ .metabox-prefs label input {
2361
+ margin: 0 5px 0 2px;
2362
+ }
2363
+
2364
+ .metabox-prefs label a {
2365
+ display: none;
2366
+ }
2367
+
2368
+ /* Inline Editor
2369
+ .quick-edit* is for Quick Edit
2370
+ .bulk-edit* is for Bulk Edit
2371
+ .inline-edit* is for everything
2372
+ */
2373
+ /* Layout */
2374
+ tr.inline-edit-row td {
2375
+ padding: 0 0.5em;
2376
+ }
2377
+
2378
+ #wpbody-content .inline-edit-row fieldset {
2379
+ font-size: 12px;
2380
+ float: left;
2381
+ margin: 0;
2382
+ padding: 0;
2383
+ width: 100%;
2384
+ }
2385
+
2386
+ #wpbody-content .inline-edit-row fieldset .inline-edit-col {
2387
+ padding: 0 0.5em;
2388
+ }
2389
+
2390
+ #wpbody-content .quick-edit-row-page fieldset.inline-edit-col-right .inline-edit-col {
2391
+ border-width: 0 0 0 1px;
2392
+ border-style: none none none solid;
2393
+ }
2394
+
2395
+ #wpbody-content .quick-edit-row-post .inline-edit-col-left {
2396
+ width: 40%;
2397
+ }
2398
+
2399
+ #wpbody-content .quick-edit-row-post .inline-edit-col-right {
2400
+ width: 39%;
2401
+ }
2402
+
2403
+ #wpbody-content .inline-edit-row-post .inline-edit-col-center {
2404
+ width: 20%;
2405
+ }
2406
+
2407
+ #wpbody-content .quick-edit-row-page .inline-edit-col-left {
2408
+ width: 50%;
2409
+ }
2410
+
2411
+ #wpbody-content .quick-edit-row-page .inline-edit-col-right,
2412
+ #wpbody-content .bulk-edit-row-post .inline-edit-col-right {
2413
+ width: 49%;
2414
+ }
2415
+
2416
+ #wpbody-content .bulk-edit-row .inline-edit-col-left {
2417
+ width: 30%;
2418
+ }
2419
+
2420
+ #wpbody-content .bulk-edit-row-page .inline-edit-col-right {
2421
+ width: 69%;
2422
+ }
2423
+
2424
+ #wpbody-content .bulk-edit-row .inline-edit-col-bottom {
2425
+ float: right;
2426
+ width: 69%;
2427
+ }
2428
+
2429
+ #wpbody-content .inline-edit-row-page .inline-edit-col-right,
2430
+ #owpbody-content .bulk-edit-row-post .inline-edit-col-right {
2431
+ margin-top: 27px;
2432
+ }
2433
+
2434
+ .inline-edit-row fieldset .inline-edit-group {
2435
+ clear: both;
2436
+ }
2437
+
2438
+ .inline-edit-row fieldset .inline-edit-group:after {
2439
+ content: ".";
2440
+ display: block;
2441
+ height: 0;
2442
+ clear: both;
2443
+ visibility: hidden;
2444
+ }
2445
+
2446
+ .inline-edit-row p.submit {
2447
+ clear: both;
2448
+ padding: 0.5em;
2449
+ margin: 0.5em 0 0;
2450
+ }
2451
+
2452
+ /* Positioning */
2453
+ .inline-edit-row h4 {
2454
+ margin: .2em 0;
2455
+ padding: 0;
2456
+ line-height: 23px;
2457
+ }
2458
+ .inline-edit-row fieldset span.title,
2459
+ .inline-edit-row fieldset span.checkbox-title {
2460
+ margin: 0;
2461
+ padding: 0;
2462
+ line-height: 27px;
2463
+ }
2464
+
2465
+ .inline-edit-row fieldset label,
2466
+ .inline-edit-row fieldset span.inline-edit-categories-label {
2467
+ display: block;
2468
+ margin: .2em 0;
2469
+ }
2470
+
2471
+ .inline-edit-row fieldset label.inline-edit-tags {
2472
+ margin-top: 0;
2473
+ }
2474
+
2475
+ .inline-edit-row fieldset label.inline-edit-tags span.title {
2476
+ margin: .2em 0;
2477
+ }
2478
+
2479
+ .inline-edit-row fieldset label span.title {
2480
+ display: block;
2481
+ float: left;
2482
+ width: 5em;
2483
+ }
2484
+
2485
+ .inline-edit-row fieldset label span.input-text-wrap {
2486
+ display: block;
2487
+ margin-left: 5em;
2488
+ }
2489
+
2490
+ .quick-edit-row-post fieldset.inline-edit-col-right label span.title {
2491
+ width: auto;
2492
+ padding-right: 0.5em;
2493
+ }
2494
+
2495
+ .inline-edit-row .input-text-wrap input[type=text] {
2496
+ width: 100%;
2497
+ }
2498
+
2499
+ .inline-edit-row fieldset label input[type=checkbox] {
2500
+ vertical-align: text-bottom;
2501
+ }
2502
+
2503
+ .inline-edit-row fieldset label textarea {
2504
+ width: 100%;
2505
+ height: 4em;
2506
+ }
2507
+
2508
+ #wpbody-content .bulk-edit-row fieldset .inline-edit-group label {
2509
+ max-width: 50%;
2510
+ }
2511
+
2512
+ #wpbody-content .quick-edit-row fieldset .inline-edit-group label.alignleft:first-child {
2513
+ margin-right: 0.5em
2514
+ }
2515
+
2516
+ /* Styling */
2517
+ .inline-edit-row h4 {
2518
+ text-transform: uppercase;
2519
+ }
2520
+
2521
+ .inline-edit-row fieldset span.title,
2522
+ .inline-edit-row fieldset span.checkbox-title {
2523
+ font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
2524
+ font-style: italic;
2525
+ line-height: 1.8em;
2526
+ }
2527
+
2528
+ /* Specific Elements */
2529
+ .inline-edit-row fieldset input[type="text"],
2530
+ .inline-edit-row fieldset textarea {
2531
+ border-style: solid;
2532
+ border-width: 1px;
2533
+ }
2534
+
2535
+ .inline-edit-row fieldset .inline-edit-date {
2536
+ float: left;
2537
+ }
2538
+
2539
+ .inline-edit-row fieldset input[name=jj],
2540
+ .inline-edit-row fieldset input[name=hh],
2541
+ .inline-edit-row fieldset input[name=mn] {
2542
+ font-size: 12px;
2543
+ width: 2.1em;
2544
+ }
2545
+
2546
+ .inline-edit-row fieldset input[name=aa] {
2547
+ font-size: 12px;
2548
+ width: 3.5em;
2549
+ }
2550
+
2551
+ .inline-edit-row fieldset label input.inline-edit-password-input {
2552
+ width: 8em;
2553
+ }
2554
+
2555
+ ul.cat-checklist {
2556
+ height: 12em;
2557
+ border-style: solid;
2558
+ border-width: 1px;
2559
+ overflow-y: scroll;
2560
+ padding: 0 5px;
2561
+ margin: 0 0 5px;
2562
+ }
2563
+
2564
+ #bulk-titles {
2565
+ display: block;
2566
+ height: 12em;
2567
+ border-style: solid;
2568
+ border-width: 1px;
2569
+ overflow-y: scroll;
2570
+ padding: 0 5px;
2571
+ margin: 0 0 5px;
2572
+ }
2573
+
2574
+ .inline-edit-row fieldset ul.cat-checklist li,
2575
+ .inline-edit-row fieldset ul.cat-checklist input {
2576
+ margin: 0;
2577
+ }
2578
+
2579
+ .inline-edit-row fieldset ul.cat-checklist label,
2580
+ .inline-edit-row .catshow,
2581
+ .inline-edit-row .cathide,
2582
+ .inline-edit-row #bulk-titles div {
2583
+ font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
2584
+ font-style: normal;
2585
+ font-size: 11px;
2586
+ }
2587
+
2588
+ table .inline-edit-row fieldset ul.cat-hover {
2589
+ height: auto;
2590
+ max-height: 30em;
2591
+ overflow-y: auto;
2592
+ position: absolute;
2593
+ }
2594
+
2595
+ .inline-edit-row fieldset label input.inline-edit-menu-order-input {
2596
+ width: 3em;
2597
+ }
2598
+
2599
+ .inline-edit-row fieldset label input.inline-edit-slug-input {
2600
+ width: 75%;
2601
+ }
2602
+
2603
+ .quick-edit-row-post fieldset label.inline-edit-status {
2604
+ float: left;
2605
+ }
2606
+
2607
+ #bulk-titles {
2608
+ line-height: 140%;
2609
+ }
2610
+ #bulk-titles div {
2611
+ margin: 0.2em 0.3em;
2612
+ }
2613
+
2614
+ #bulk-titles div a {
2615
+ cursor: pointer;
2616
+ display: block;
2617
+ float: left;
2618
+ height: 10px;
2619
+ margin: 3px 3px 0 -2px;
2620
+ overflow: hidden;
2621
+ position: relative;
2622
+ text-indent: -9999px;
2623
+ width: 10px;
2624
+ }
2625
+
2626
+ /* Media library */
2627
+ #wpbody-content #media-items .describe {
2628
+ border-collapse: collapse;
2629
+ width: 100%;
2630
+ border-top-style: solid;
2631
+ border-top-width: 1px;
2632
+ clear: both;
2633
+ cursor: default;
2634
+ padding: 5px;
2635
+ width: 100%;
2636
+ }
2637
+
2638
+ #wpbody-content .describe .media-item-info tr {
2639
+ background-color: transparent;
2640
+ }
2641
+
2642
+ #wpbody-content .filename {
2643
+ margin-left: 10px;
2644
+ }
2645
+
2646
+ #wpbody-content .media-item .thumbnail {
2647
+ max-height: 128px;
2648
+ max-width: 128px;
2649
+ }
2650
+
2651
+ #wpbody-content .media-upload-form label {
2652
+ display: block;
2653
+ font-size: 13px;
2654
+ margin: 0.5em;
2655
+ }
2656
+
2657
+ abbr.required {
2658
+ border: medium none;
2659
+ text-decoration: none;
2660
+ }
2661
+
2662
+ #wpbody-content .describe input[type="text"],
2663
+ #wpbody-content .describe textarea {
2664
+ width: 460px;
2665
+ }
2666
+
2667
+ #wpbody-content .describe p.help {
2668
+ margin: 0;
2669
+ padding: 0;
2670
+ }
2671
+
2672
+ .describe-toggle-on, .describe-toggle-off {
2673
+ display: block;
2674
+ line-height: 36px;
2675
+ float: right;
2676
+ margin-right: 20px;
2677
+ }
2678
+
2679
+ .describe-toggle-off {
2680
+ display: none;
2681
+ }
2682
+
2683
+ #wpbody-content .media-item {
2684
+ border-bottom-style: solid;
2685
+ border-bottom-width: 1px;
2686
+ min-height: 36px;
2687
+ position: relative;
2688
+ width: 100%;
2689
+ }
2690
+
2691
+ #wpbody-content #media-items {
2692
+ border-style: solid solid none;
2693
+ border-width: 1px;
2694
+ width: 670px;
2695
+ }
2696
+
2697
+ #wpbody-content #media-items .filename {
2698
+ float: left;
2699
+ line-height: 36px;
2700
+ margin-left: 10px;
2701
+ max-width: 430px;
2702
+ overflow: hidden;
2703
+ }
2704
+
2705
+ .media-item .pinkynail {
2706
+ float: left;
2707
+ height: 32px;
2708
+ margin: 2px;
2709
+ max-width: 40px;
2710
+ max-height: 40px;
2711
+ }
2712
+
2713
+ .media-item .startopen,
2714
+ .media-item .startclosed {
2715
+ display: none;
2716
+ }
2717
+
2718
+ /* find posts */
2719
+ .find-box {
2720
+ width: 400px;
2721
+ height: 250px;
2722
+ overflow: hidden;
2723
+ padding: 33px 5px 50px;
2724
+ position: absolute;
2725
+ z-index: 1000;
2726
+ }
2727
+
2728
+ .find-box-head {
2729
+ cursor: move;
2730
+ font-weight: bold;
2731
+ height: 2em;
2732
+ line-height: 2em;
2733
+ padding: 1px 12px;
2734
+ position: absolute;
2735
+ top: 5px;
2736
+ width: 100%;
2737
+ }
2738
+
2739
+ .find-box-inside {
2740
+ overflow: auto;
2741
+ width: 100%;
2742
+ height: 100%;
2743
+ }
2744
+
2745
+ .find-box-search {
2746
+ padding: 12px;
2747
+ border-width: 1px;
2748
+ border-style: none none solid;
2749
+ }
2750
+
2751
+ #find-posts-response {
2752
+ margin: 8px 0;
2753
+ padding: 0 1px;
2754
+ }
2755
+
2756
+ #find-posts-response table {
2757
+ width: 100%;
2758
+ }
2759
+
2760
+ #find-posts-response .found-radio {
2761
+ padding: 8px 0 0 8px;
2762
+ width: 15px;
2763
+ }
2764
+
2765
+ .find-box-buttons {
2766
+ bottom: 12px;
2767
+ left: 12px;
2768
+ position: absolute;
2769
+ }
2770
+
2771
+ .find-box-search label {
2772
+ padding-right: 6px;
2773
+ }
2774
+
2775
+ /* favorite-actions */
2776
+ #favorite-actions {
2777
+ float: right;
2778
+ margin: 11px 12px 0;
2779
+ min-width: 130px;
2780
+ position: relative;
2781
+ }
2782
+
2783
+ #favorite-first {
2784
+ -moz-border-radius: 12px;
2785
+ -khtml-border-radius: 12px;
2786
+ -webkit-border-radius: 12px;
2787
+ border-radius: 12px;
2788
+ line-height: 15px;
2789
+ padding: 3px 30px 4px 12px;
2790
+ border-width: 1px;
2791
+ border-style: solid;
2792
+ }
2793
+
2794
+ #favorite-inside {
2795
+ margin: 0 0 0 0px;
2796
+ padding: 0 1px 6px 1px;
2797
+ border-width: 1px;
2798
+ border-style: solid;
2799
+ position: absolute;
2800
+ z-index: 11;
2801
+ display: none;
2802
+ -moz-border-radius: 0 0 12px 12px;
2803
+ -webkit-border-bottom-right-radius: 12px;
2804
+ -webkit-border-bottom-left-radius: 12px;
2805
+ -khtml-border-bottom-right-radius: 12px;
2806
+ -khtml-border-bottom-left-radius: 12px;
2807
+ border-bottom-right-radius: 12px;
2808
+ border-bottom-left-radius: 12px;
2809
+ }
2810
+
2811
+ #favorite-actions a {
2812
+ display: block;
2813
+ text-decoration: none;
2814
+ font-size: 11px;
2815
+ }
2816
+
2817
+ #favorite-inside a {
2818
+ padding: 3px 5px 3px 10px;
2819
+ }
2820
+
2821
+ #favorite-toggle {
2822
+ height: 22px;
2823
+ position: absolute;
2824
+ right: 0;
2825
+ top: 1px;
2826
+ width: 28px;
2827
+ }
2828
+
2829
+ #favorite-actions .slide-down {
2830
+ background-image: url( '../../../../wp-admin/images/fav-top.png' );
2831
+ background-repeat: repeat-x;
2832
+ background-position: 0 top;
2833
+ -moz-border-radius: 12px 12px 0 0;
2834
+ -webkit-border-bottom-right-radius: 0;
2835
+ -webkit-border-bottom-left-radius: 0;
2836
+ -khtml-border-bottom-right-radius: 0;
2837
+ -khtml-border-bottom-left-radius: 0;
2838
+ border-bottom-right-radius: 0;
2839
+ border-bottom-left-radius: 0;
2840
+ border-bottom-width: 1px;
2841
+ border-bottom-style: solid;
2842
+ }
2843
+
2844
+ #utc-time, #local-time {
2845
+ padding-left: 25px;
2846
+ font-style: italic;
2847
+ font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
2848
+ }
2849
+
2850
+ ul#dismissed-updates {
2851
+ display: none;
2852
+ }
2853
+ form.upgrade {
2854
+ margin-top: 8px;
2855
+ }
2856
+
2857
+ #tagsdiv #the-tagcloud {
2858
+ margin: 5px 5px 10px;
2859
+ padding: 8px;
2860
+ border-width: 1px;
2861
+ border-style: solid;
2862
+ line-height: 1.8em;
2863
+ word-spacing: 3px;
2864
+ -moz-border-radius: 6px;
2865
+ -khtml-border-radius: 6px;
2866
+ -webkit-border-radius: 6px;
2867
+ border-radius: 6px;
2868
+ }
2869
+
2870
+ br.clear {
2871
+ height: 2px;
2872
+ line-height: 2px;
2873
+ }
2874
+
2875
+ .swfupload {
2876
+ margin: 5px 10px;
2877
+ vertical-align: middle;
2878
+ }
2879
+
2880
+ /* table.fixed column width */
2881
+ table.fixed {
2882
+ table-layout: fixed;
2883
+ }
2884
+
2885
+ .fixed .column-date,
2886
+ .fixed .column-parent,
2887
+ .fixed .column-visible,
2888
+ .fixed .column-links {
2889
+ width: 10%;
2890
+ }
2891
+
2892
+ .fixed .column-response,
2893
+ .fixed .column-author,
2894
+ .fixed .column-categories,
2895
+ .fixed .column-tags,
2896
+ .fixed .column-rel,
2897
+ .fixed .column-role {
2898
+ width: 15%;
2899
+ }
2900
+
2901
+ .fixed .column-comments {
2902
+ width: 4em;
2903
+ }
2904
+
2905
+ .fixed .column-slug {
2906
+ width: 25%;
2907
+ }
2908
+
2909
+ .fixed .column-posts {
2910
+ width: 10%;
2911
+ }
2912
+
2913
+ .fixed .column-icon {
2914
+ width: 80px;
2915
+ }
2916
+
2917
+ #commentstatusdiv .fixed .column-author,
2918
+ #comments-form .fixed .column-author,
2919
+ #commentstatusdiv .fixed .column-date {
2920
+ width: 20%;
2921
+ }
2922
+
2923
+ .widefat th,
2924
+ .widefat td {
2925
+ overflow: hidden;
2926
+ }
2927
+
2928
+ .widefat th {
2929
+ text-shadow: rgba(255,255,255,0.8) 0 1px 0;
2930
+ }
2931
+
2932
+ .icon32 {
2933
+ float: left;
2934
+ height: 36px;
2935
+ margin: 14px 6px 0 0;
2936
+ width: 36px;
2937
+ }
2938
+
2939
+ .key-labels label {
2940
+ line-height: 24px;
2941
+ }
2942
+
2943
+ .subtitle {
2944
+ font-size: 0.75em;
2945
+ line-height: 1;
2946
+ padding-left: 25px;
2947
+ }
2948
+
2949
+
2950
+ /*----------------------------------------
2951
+ Styling changes for WordPress 2.8
2952
+ By: John James Jacoby
2953
+ www.johnjamesjacoby.com
2954
+ ----------------------------------------*/
2955
+
2956
+ #wphead {
2957
+ margin-left: 175px;
2958
+ -moz-border-radius: 0 0 0 12px;
2959
+ -webkit-border-bottom-left-radius: 12px;
2960
+ -khtml-border-bottom-left-radius: 12px;
2961
+ border-bottom-left-radius: 12px;
2962
+ position: relative;
2963
+ }
2964
+ .folded #wphead {
2965
+ margin-left: 60px;
2966
+ }
2967
+ #adminmenu {
2968
+ margin: -46px 0 0 -175px;
2969
+ width: 160px;
2970
+ height: 100%;
2971
+ }
2972
+ #update-nag {
2973
+ text-align: left !important;
2974
+ padding-left: 10px;
2975
+ border: 1px solid #ccc !important;
2976
+ margin: 30px 15px 0 0;
2977
+ }
2978
+ #favorite-actions {
2979
+ position: absolute !important;
2980
+ top: 0px;
2981
+ left: 0px;
2982
+ }
2983
+ #header-logo {
2984
+ margin-left: 160px !important;
2985
+ }
2986
+
2987
+ #adminmenu .menu-top-first a.menu-top,
2988
+ .folded #adminmenu li.menu-top-first,
2989
+ #adminmenu .wp-submenu .wp-submenu-head {
2990
+ -moz-border-radius: 0 !important;
2991
+ -webkit-border-radius: 0 !important;
2992
+ -khtml-border-radius: 0 !important;
2993
+ border-radius: 0 !important;
2994
+ }
2995
+ #adminmenu .menu-top-last a.menu-top,
2996
+ .folded #adminmenu li.menu-top-last {
2997
+ -moz-border-radius: 0 !important;
2998
+ -webkit-border-radius: 0 !important;
2999
+ -khtml-border-radius: 0 !important;
3000
+ border-radius: 0 !important;
3001
+ }
3002
+
3003
+ #adminmenu a.menu-top,
3004
+ #adminmenu .wp-submenu-head {
3005
+ font: normal 13px/18px "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif !important;
3006
+ }
css/mw_basic.css ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .wrap, .updated, .error, #the-comment-list td.comment {
2
+ max-width: 99%;
3
+ }
4
+
5
+ html {
6
+ height: 100%;
7
+ margin-bottom: 1px;
8
+ }
9
+
10
+ #newcat {
11
+ width:95% !important;
12
+ }
13
+
14
+ #category-add select, #newtag {
15
+ width: 75% !important;
16
+ }
css/mw_big_sidebar.css ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ #poststuff #post-body {
2
+ margin-right: 430px;
3
+ }
4
+
5
+ .submitbox {
6
+ width: 420px;
7
+ }
css/mw_cat.css ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * Category in sidebar
3
+ */
4
+ #poststuff h2 {
5
+ clear: none;
6
+ }
7
+
8
+ .categorychecklist {
9
+ list-style-type: none;
10
+ margin: 0;
11
+ overflow: auto;
12
+ padding-left: 0;
13
+ }
14
+
15
+ .categorychecklist ul {
16
+ list-style-type: none;
17
+ margin: 0;
18
+ padding-left: 17px;
19
+ }
20
+
21
+ .inside #categorychecklist {
22
+ background: #fff;
23
+ border: 2px solid #CEE1EF;
24
+ max-height: 300px;
25
+ padding: 3px 0 5px 5px;
26
+ }
css/mw_cat_full.css ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
1
+ /**
2
+ * Category in sidebar
3
+ */
4
+ #categorydiv div.tabs-panel, #linkcategorydiv div.tabs-panel {
5
+ height: auto !important;
6
+ }
css/mw_classic.css ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ @import url(../../../../wp-admin/css/colors-classic.css);
2
+ @import url(mw_basic.css);
3
+ @import url(mw_admin.css);
4
+ @import url(mw_cat.css);
5
+
6
+ #wphead h1 #viewsite a:hover {
7
+ color: #d54e21;
8
+ }
css/mw_classic27.css ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ @import url(../../../../wp-admin/css/colors-classic.css);
2
+ @import url(mw_basic.css);
3
+ @import url(mw_admin27.css);
4
+
5
+ #wphead h1 #viewsite a:hover {
6
+ color: #d54e21;
7
+ }
css/mw_classic28_fixed.css ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ @import url(../../../../wp-admin/css/colors-classic.css);
2
+ @import url(mw_basic.css);
3
+ @import url(mw_admin27.css);
4
+ @import url(mw_fixed_header.css);
5
+ @import url(mw_fixed_menu.css);
6
+
7
+ #wphead h1 #viewsite a:hover {
8
+ color: #d54e21;
9
+ }
css/mw_classic28_save_50px.css ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ @import url(../../../../wp-admin/css/colors-classic.css);
2
+ @import url(mw_basic.css);
3
+ @import url(mw_save_50px.css);
4
+
5
+ #wphead h1 #viewsite a:hover {
6
+ color: #d54e21;
7
+ }
css/mw_classic28_tweak.css ADDED
@@ -0,0 +1,2 @@
 
 
1
+ @import url(../../../../wp-admin/css/colors-classic.css);
2
+ @import url(mw_admin28_tweak.css);
css/mw_classic_lm.css ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ @import url(../../../../wp-admin/css/colors-classic.css);
2
+ @import url(mw_basic.css);
3
+ @import url(mw_cat.css);
4
+
5
+ #wphead h1 #viewsite a:hover {
6
+ color: #d54e21;
7
+ }
css/mw_classic_ozh_am.css ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ @import url(../../../../wp-admin/css/colors-classic.css);
2
+ @import url(mw_basic.css);
3
+ @import url(mw_cat.css);
4
+
5
+ #wphead h1 #viewsite a:hover {
6
+ color: #d54e21;
7
+ }
css/mw_colorblind.css ADDED
@@ -0,0 +1,4 @@
 
 
 
 
1
+ @import url(colors-colorblind.css);
2
+ @import url(mw_basic.css);
3
+ @import url(mw_admin.css);
4
+ @import url(mw_cat.css);
css/mw_fixed_header.css ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #wphead {
2
+ position: fixed;
3
+ width: 100%;
4
+ z-index: 999;
5
+ }
6
+
7
+ #wpbody {
8
+ padding-top: 46px;
9
+ }
10
+
11
+ #screen-meta {
12
+ position: fixed;
13
+ z-index: 999;
14
+ right: 0;
15
+ }
16
+
17
+ #user_info p, #small_user_info p {
18
+ position: fixed;
19
+ right: 15px;
20
+ z-index: 999;
21
+ }
22
+
23
+ #favorite-actions {
24
+ right: 250px;
25
+ }
css/mw_fixed_menu.css ADDED
@@ -0,0 +1,4 @@
 
 
 
 
1
+ #adminmenu {
2
+ position: fixed;
3
+ top: 46px;
4
+ }
css/mw_fresh.css ADDED
@@ -0,0 +1,4 @@
 
 
 
 
1
+ @import url(../../../../wp-admin/css/colors-fresh.css);
2
+ @import url(mw_basic.css);
3
+ @import url(mw_admin.css);
4
+ @import url(mw_cat.css);
css/mw_fresh27.css ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ @import url(../../../../wp-admin/css/colors-fresh.css);
2
+ @import url(mw_basic.css);
3
+ @import url(mw_admin27.css);
css/mw_fresh28_fixed.css ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ @import url(../../../../wp-admin/css/colors-fresh.css);
2
+ @import url(mw_basic.css);
3
+ @import url(mw_admin27.css);
4
+ @import url(mw_fixed_header.css);
5
+ @import url(mw_fixed_menu.css);
css/mw_fresh28_save_50px.css ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ @import url(../../../../wp-admin/css/colors-fresh.css);
2
+ @import url(mw_basic.css);
3
+ @import url(mw_save_50px.css);
css/mw_fresh28_tweak.css ADDED
@@ -0,0 +1,2 @@
 
 
1
+ @import url(../../../../wp-admin/css/colors-fresh.css);
2
+ @import url(mw_admin28_tweak.css);
css/mw_fresh_lm.css ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ @import url(../../../../wp-admin/css/colors-fresh.css);
2
+ @import url(mw_basic.css);
3
+ @import url(mw_cat.css);
css/mw_fresh_ozh_am.css ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ @import url(../../../../wp-admin/css/colors-fresh.css);
2
+ @import url(mw_basic.css);
3
+ @import url(mw_cat.css);
css/mw_grey.css ADDED
@@ -0,0 +1,4 @@
 
 
 
 
1
+ @import url(colors-grey.css);
2
+ @import url(mw_basic.css);
3
+ @import url(mw_admin.css);
4
+ @import url(mw_cat.css);
css/mw_save_50px.css ADDED
@@ -0,0 +1,119 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * @author design by Kaspars Dambis & Frank Bueltge
3
+ * @author-url http://konstruktors.com/blog/ & http://bueltge.de/
4
+ * @return saved 50 pixels of vertical space
5
+ * @link http://konstruktors.com/blog/wordpress/1077-tweaking-wordpress-admin-header-design/#wp-design-tweak
6
+ */
7
+ #wphead h1 a {
8
+ background:#186F00;
9
+ border-color:#030;
10
+ }
11
+ #wphead {
12
+ height:0; background:none;
13
+ float:right;
14
+ }
15
+ #wphead img {
16
+ display:none;
17
+ }
18
+ #wphead h1 {
19
+ font-family:"Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
20
+ font-size:11px;
21
+ line-height:15px;
22
+ float:left;
23
+ margin:0 0 -3em 0;
24
+ padding:1.2em 1.75em 0 0;
25
+ position:relative;
26
+ overflow:visible;
27
+ font-size-adjust:none;
28
+ border-right:1px solid #ddd;
29
+ }
30
+ #wphead h1 a {
31
+ color:#fff;
32
+ display:block;
33
+ float:left;
34
+ -moz-border-radius:1em;
35
+ -webkit-border-radius:1em;
36
+ padding:3px 1em 4px;
37
+ border-width:1px;
38
+ border-style:solid;
39
+ font-weight:bold;
40
+ }
41
+ #wphead h1 a:hover {
42
+ background:#333;
43
+ border-color:#000;
44
+ color:#fff;
45
+ text-decoration:none;
46
+ }
47
+ #wphead h1 span {
48
+ display:none;
49
+ }
50
+ #wphead-info {
51
+ float:right;
52
+ margin:0.15em 1.25em -10em 0.5em;
53
+ position:relative;
54
+ }
55
+
56
+ #icon-index {
57
+ margin-top:0.9em;
58
+ }
59
+ #user_info {
60
+ font-size:0.88em;
61
+ }
62
+
63
+ #user_info a:link {
64
+ color:#666;
65
+ }
66
+
67
+ #screen-meta {
68
+ margin:0;
69
+ float:right;
70
+ display:block;
71
+ margin-right:50em;
72
+ -moz-border-radius:1em;
73
+ -webkit-border-radius:1em;
74
+ }
75
+
76
+ #screen-meta a.show-settings {
77
+ background-image: none !important;
78
+ }
79
+
80
+ #screen-options-link-wrap {
81
+ -moz-border-radius:1em 0 0 1em;
82
+ -webkit-border-radius:1em;
83
+ margin: 1em 1px 0 0;
84
+ }
85
+
86
+ #contextual-help-link-wrap {
87
+ -moz-border-radius:0 1em 1em 0;
88
+ -webkit-border-radius:1em;
89
+ margin: 1em 0 0;
90
+ }
91
+
92
+ #wpbody ul.folded {
93
+ margin:0;
94
+ padding:0.75em
95
+ 1em;
96
+ }
97
+
98
+ #themeselector {
99
+ position:relative;
100
+ bottom:-2em;
101
+ right:210px;
102
+ }
103
+
104
+ #adminmenu {
105
+ margin-top:1em;
106
+ }
107
+
108
+ p.search-box {
109
+ margin:0.5em 0 -0.5em 0;
110
+ }
111
+
112
+ .wrap h2 {
113
+ font-style:normal;
114
+ font-size:1.75em;
115
+ padding-top:0.5em;
116
+ }
117
+ .wrap h2.long-header {
118
+ width:40%;
119
+ }
css/mw_small_user_info.css ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #small_user_info {
2
+ position: absolute;
3
+ right: 15px;
4
+ top: 11px;
5
+ font-size: 11px;
6
+ color: #999;
7
+ }
8
+
9
+ #small_user_info a {
10
+ color: #ccc;
11
+ }
12
+
13
+ #small_user_info p {
14
+ margin: 0;
15
+ padding: 0;
16
+ }
css/mw_small_user_info27.css ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #small_user_info {
2
+ float: right;
3
+ font-size: 12px;
4
+ line-height: 46px;
5
+ height: 46px;
6
+ position:absolute;
7
+ right:15px;
8
+ top:0;
9
+ }
10
+
11
+ #small_user_info a, #small_user_info a:visited {
12
+ color: #ccc;
13
+ text-decoration: none;
14
+ }
15
+
16
+ #small_user_info p {
17
+ margin: 0;
18
+ padding: 0;
19
+ line-height: 46px;
20
+ }
21
+
22
+ #favorite-actions {
23
+ margin-right: 250px;
24
+ }
css/mw_small_user_info30.css ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #small_user_info {
2
+ float: right;
3
+ font-size: 12px;
4
+ line-height: 46px;
5
+ height: 46px;
6
+ position:absolute;
7
+ right:15px;
8
+ top:0;
9
+ }
10
+
11
+ #small_user_info a, #small_user_info a:visited {
12
+ color: #000;
13
+ text-decoration: none;
14
+ }
15
+
16
+ #small_user_info p {
17
+ margin: 0;
18
+ padding: 0;
19
+ line-height: 46px;
20
+ }
21
+
22
+ #favorite-actions {
23
+ margin-right: 250px;
24
+ }
css/mw_wp23.css ADDED
@@ -0,0 +1,4 @@
 
 
 
 
1
+ @import url(colors-wp23.css);
2
+ @import url(mw_basic.css);
3
+ @import url(mw_admin.css);
4
+ @import url(mw_cat.css);
js/remove_footer.js ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
1
+ /**
2
+ * remove footer
3
+ */
4
+ jQuery(document).ready(function() {
5
+ jQuery('#footer').remove();
6
+ });
js/remove_header.js ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
1
+ /**
2
+ * remove footer
3
+ */
4
+ jQuery(document).ready(function() {
5
+ jQuery('#wphead').remove();
6
+ });
js/tb_window.js ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ // send html to the post editor
2
+ function send_to_editor(h) {
3
+ if ( typeof tinyMCE != 'undefined' && ( ed = tinyMCE.activeEditor ) && !ed.isHidden() ) {
4
+ ed.focus();
5
+ if (tinymce.isIE)
6
+ ed.selection.moveToBookmark(tinymce.EditorManager.activeEditor.windowManager.bookmark);
7
+
8
+ if ( h.indexOf('[caption') != -1 )
9
+ h = ed.plugins.wpeditimage._do_shcode(h);
10
+
11
+ ed.execCommand('mceInsertContent', false, h);
12
+ } else
13
+ edInsertContent(edCanvas, h);
14
+
15
+ tb_remove();
16
+ }
17
+
18
+ /**
19
+ * new tb_window of media-uplader
20
+ */
21
+ jQuery(function($) {
22
+ tb_position = function() {
23
+ var tbWindow = $('#TB_window');
24
+ var width = $(window).width();
25
+ var H = $(window).height();
26
+ var W = ( 1720 < width ) ? 1720 : width;
27
+
28
+ if ( tbWindow.size() ) {
29
+ tbWindow.width( W - 50 ).height( H - 45 );
30
+ $('#TB_iframeContent').width( W - 50 ).height( H - 75 );
31
+ tbWindow.css({'margin-left': '-' + parseInt((( W - 50 ) / 2),10) + 'px'});
32
+ if ( typeof document.body.style.maxWidth != 'undefined' )
33
+ tbWindow.css({'top':'20px','margin-top':'0'});
34
+ $('#TB_title').css({'background-color':'#fff','color':'#cfcfcf'});
35
+ };
36
+
37
+ return $('a.thickbox').each( function() {
38
+ var href = $(this).attr('href');
39
+ if ( ! href ) return;
40
+ href = href.replace(/&width=[0-9]+/g, '');
41
+ href = href.replace(/&height=[0-9]+/g, '');
42
+ $(this).attr( 'href', href + '&width=' + ( W - 80 ) + '&height=' + ( H - 85 ) );
43
+ });
44
+ };
45
+
46
+ jQuery('a.thickbox').click(function(){
47
+ if ( typeof tinyMCE != 'undefined' && tinyMCE.activeEditor ) {
48
+ tinyMCE.get('content').focus();
49
+ tinyMCE.activeEditor.windowManager.bookmark = tinyMCE.activeEditor.selection.getBookmark('simple');
50
+ }
51
+ });
52
+
53
+ $(window).resize( function() { tb_position() } );
54
+ });
js/timestamp.js ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * timestamp open
3
+ */
4
+ addLoadEvent(function(){
5
+ open_timestamp();
6
+ jQuery('.edit-timestamp').click();
7
+ });
8
+
9
+ function open_timestamp() {
10
+ jQuery('.edit-timestamp').click(function () {
11
+ if (jQuery('#timestampdiv').is(":hidden")) {
12
+ jQuery('#timestampdiv').slideDown("normal");
13
+ jQuery('.edit-timestamp').hide();
14
+ }
15
+ return false;
16
+ });
17
+ }
js/writescroll.js ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * Automatically scroll Write pages to a good position
3
+ * code by Dougal Campbell
4
+ * http://dougal.gunters.org/blog/2008/06/03/writescroll
5
+ */
6
+ jQuery(function($) {
7
+ // element to scroll
8
+ var h = jQuery('html');
9
+ // position to scroll to
10
+ var wraptop = jQuery('div#wpbody').offset().top;
11
+ var speed = 250; // ms
12
+ h.animate({scrollTop: wraptop}, speed);
13
+ });
languages/adminimize-by_BY.mo ADDED
Binary file
languages/adminimize-by_BY.po ADDED
@@ -0,0 +1,680 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Adminimize\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2009-05-17 23:17+0600\n"
6
+ "PO-Revision-Date: 2009-07-02 14:22+0300\n"
7
+ "Last-Translator: Fat Cow <zhr@tut.by>\n"
8
+ "Language-Team: Fat Cow <zhr@tut.by>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-SourceCharset: utf-8\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-KeywordsList: __;_e\n"
15
+ "X-Poedit-Language: Belarusian\n"
16
+ "X-Poedit-Country: BELARUS\n"
17
+ "X-Poedit-SearchPath-0: X:\\web\\wordpress\\main\\LATEST\\wordpress-2.7.1-rus-lecactus-edition-powerpack\\wordpress\\wp-content\\plugins\\adminimize\n"
18
+
19
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:85
20
+ msgid "Unknown error."
21
+ msgstr "Невядомая памылка."
22
+
23
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:92
24
+ msgid "The updates was saved."
25
+ msgstr "Налады былі захаваныя."
26
+
27
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:93
28
+ msgid "You have not enough rights for edit entries in the database."
29
+ msgstr "У вас няма мае рацыю для рэдагавання запісаў у базе дадзеных."
30
+
31
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:94
32
+ msgid "All entries in the database was delleted."
33
+ msgstr "Усе запісы ў базе дадзеных былі выдаленыя."
34
+
35
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:95
36
+ msgid "Set the checkbox on deinstall-button."
37
+ msgstr "Усталюеце галачку поруч кнопкі дэўсталёўкі."
38
+
39
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:96
40
+ msgid "Can't load menu and submenu."
41
+ msgstr "Немагчыма загрузіць меню або падменю."
42
+
43
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:97
44
+ msgid "Backend-Theme was activated!"
45
+ msgstr "Тэма адмінкі актываваная!"
46
+
47
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:348
48
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:395
49
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:797
50
+ msgid "Categories"
51
+ msgstr "Рубрыкі"
52
+
53
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:354
54
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:365
55
+ msgid "+ Add New Category"
56
+ msgstr "+ Дадаць новую рубрыку"
57
+
58
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:356
59
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:367
60
+ msgid "New category name"
61
+ msgstr "Імя новай рубрыкі"
62
+
63
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:357
64
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:369
65
+ msgid "Parent category"
66
+ msgstr "Бацькоўская рубрыка"
67
+
68
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:358
69
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:370
70
+ msgid "Add"
71
+ msgstr "Дадаць"
72
+
73
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:367
74
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:396
75
+ msgid "Add New Category"
76
+ msgstr "Дадаць новую рубрыку"
77
+
78
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:391
79
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:392
80
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:394
81
+ msgid "Tags"
82
+ msgstr "Пазнакі"
83
+
84
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:432
85
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:446
86
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:460
87
+ msgid "Blue"
88
+ msgstr "Галубай"
89
+
90
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:439
91
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:453
92
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:467
93
+ msgid "Gray"
94
+ msgstr "Шэры"
95
+
96
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:475
97
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:517
98
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:540
99
+ msgid "Classic"
100
+ msgstr "Класічны"
101
+
102
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:482
103
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:524
104
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:547
105
+ msgid "Fresh"
106
+ msgstr "Новы"
107
+
108
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:489
109
+ msgid "WordPress 2.3"
110
+ msgstr "WordPress 2.3"
111
+
112
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:496
113
+ msgid "Maybe i'm colorblind"
114
+ msgstr "Вельмі ярка і кантрасна"
115
+
116
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:503
117
+ msgid "Grey"
118
+ msgstr "Шэры"
119
+
120
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:631
121
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:634
122
+ msgid "Dashboard"
123
+ msgstr "Дошка аб'яў"
124
+
125
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:693
126
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:695
127
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:708
128
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:710
129
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:908
130
+ msgid "Log Out"
131
+ msgstr "Выхад"
132
+
133
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:927
134
+ msgid "Visit plugin homepage"
135
+ msgstr "Наведаць хатнюю старонку ўбудовы"
136
+
137
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:930
138
+ msgid "plugin"
139
+ msgstr "убудова"
140
+
141
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:930
142
+ msgid "Version"
143
+ msgstr "Версія"
144
+
145
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:930
146
+ msgid "History"
147
+ msgstr "Гісторыя"
148
+
149
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:930
150
+ msgid "Author"
151
+ msgstr "Аўтар"
152
+
153
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:933
154
+ msgid "plugin activate"
155
+ msgstr "убудова актываваны"
156
+
157
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:948
158
+ msgid "Settings"
159
+ msgstr "Налады"
160
+
161
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:1008
162
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:1028
163
+ msgid "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Documentation</a>"
164
+ msgstr "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Дакументацыя</a>"
165
+
166
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:1025
167
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:70
168
+ msgid "Adminimize"
169
+ msgstr "Adminimize"
170
+
171
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:1027
172
+ msgid "Adminimize Options"
173
+ msgstr "Налады Adminimize"
174
+
175
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:1041
176
+ msgid "Cheatin&#8217; uh?"
177
+ msgstr "Не песціся :-)"
178
+
179
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:74
180
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:217
181
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:331
182
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:596
183
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:678
184
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:760
185
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:881
186
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:962
187
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:982
188
+ msgid "Click to toggle"
189
+ msgstr "Пстрыкніце каб пераключыць"
190
+
191
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:75
192
+ msgid "Backend Options"
193
+ msgstr "Налады адмінкі"
194
+
195
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:84
196
+ msgid "User-Info"
197
+ msgstr "Інфармацыя аб карыстачу"
198
+
199
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:88
200
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:101
201
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:111
202
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:121
203
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:131
204
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:141
205
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:151
206
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:161
207
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:190
208
+ msgid "Default"
209
+ msgstr "Па змаўчанні"
210
+
211
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:89
212
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:112
213
+ msgid "Hide"
214
+ msgstr "Схаваць"
215
+
216
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:90
217
+ msgid "Only logout"
218
+ msgstr "Толькі выхад"
219
+
220
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:91
221
+ msgid "User &amp; Logout"
222
+ msgstr "Профіль карыстача і выхад"
223
+
224
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:92
225
+ msgid "The &quot;User-Info-area&quot; is on the top right side of the backend. You can hide or reduced show."
226
+ msgstr "Профіль карыстача і выхад у верхнім правым куту панэлі адміністравання. Вы ожете схаваць або змяніць яе выгляд."
227
+
228
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:97
229
+ msgid "Change User-Info, redirect to"
230
+ msgstr "Пасля змены карыстацкай інфармацыі, пераадрасоўваць на"
231
+
232
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:102
233
+ msgid "Frontpage of the Blog"
234
+ msgstr "Блог"
235
+
236
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:103
237
+ msgid "When the &quot;User-Info-area&quot; change it, then it is possible to change the redirect."
238
+ msgstr "Пры змене блока высновы інфармацыі аб карыстачу, магчыма змяніць перанакіраванне."
239
+
240
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:107
241
+ msgid "Footer"
242
+ msgstr "Склеп"
243
+
244
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:113
245
+ msgid "The Footer-area kann hide, include all links and details."
246
+ msgstr "Склеп адмінкі можна схаваць, уключаючы ўсе спасылкі і дэталі."
247
+
248
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:117
249
+ msgid "WriteScroll"
250
+ msgstr "Прагортка акна напісання"
251
+
252
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:122
253
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:132
254
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:142
255
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:152
256
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:162
257
+ msgid "Activate"
258
+ msgstr "Актываваць"
259
+
260
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:123
261
+ msgid "With the WriteScroll option active, these pages will automatically scroll to an optimal position for editing, when you visit Write Post or Write Page."
262
+ msgstr "Пры актыўнай опцыі WriteScroll, старонкі стварэнне запісаў і старонак будуць аўтаматычна пракручвацца да аптымальнай позации для рэдагавання."
263
+
264
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:127
265
+ msgid "Timestamp"
266
+ msgstr "Дата і час"
267
+
268
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:133
269
+ msgid "Opens the post timestamp editing fields without you having to click the \"Edit\" link every time."
270
+ msgstr "Адчыняе поле рэдагавання даты і часу без кліку па спасылцы \"Змяніць\" штораз."
271
+
272
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:137
273
+ msgid "Thickbox FullScreen"
274
+ msgstr "Поўнаэкранны рэжым Thickbox"
275
+
276
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:143
277
+ msgid "All Thickbox-function use the full area of the browser. Thickbox is for examble in upload media-files."
278
+ msgstr "Усё Thickbox-функцыі выкарыстаюць уся прастора акна браўзэра. Thickbox напрыклад выкарыстоўваецца пры загрузцы медыя-файлаў."
279
+
280
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:147
281
+ msgid "Flashuploader"
282
+ msgstr "Флэш-загрузнік"
283
+
284
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:153
285
+ msgid "Disable the flashuploader and users use only the standard uploader."
286
+ msgstr "Адключыць флэш-загрузнік і выкарыстаць толькі стандартны загрузнік."
287
+
288
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:157
289
+ msgid "Advice in Footer"
290
+ msgstr "Рады ў Склепе"
291
+
292
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:164
293
+ msgid "In the Footer kann you display a advice for change the Default-design, (x)HTML is possible."
294
+ msgstr "У склепе вы можаце паказаць сваю інфармацыю, змяняючы шаблон па змаўчанні. Дазволена выкарыстаць (x)HTML."
295
+
296
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:186
297
+ msgid "Dashboard deaktivate, redirect to"
298
+ msgstr "Калі Дошка аб'яў адключаная, перанакіроўваць на "
299
+
300
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:191
301
+ msgid "Manage Posts"
302
+ msgstr "Кіраванне запісамі"
303
+
304
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:192
305
+ msgid "Manage Pages"
306
+ msgstr "Кіраванне старонкамі"
307
+
308
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:193
309
+ msgid "Write Post"
310
+ msgstr "Стварэнне запісу"
311
+
312
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:194
313
+ msgid "Write Page"
314
+ msgstr "Стварэнне старонкі"
315
+
316
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:195
317
+ msgid "Comments"
318
+ msgstr "Каментары"
319
+
320
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:196
321
+ msgid "other Page"
322
+ msgstr "іншая старонка"
323
+
324
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:199
325
+ msgid "You have deaktivate the Dashboard, please select a page for redirect?"
326
+ msgstr "Калі вы дэактывуеце Дошку аб'яў, калі ласка вылучыце старонку, на якую будзе перанакіраваны карыстач."
327
+
328
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:208
329
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:322
330
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:587
331
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:669
332
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:751
333
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:871
334
+ msgid "Update Options"
335
+ msgstr "Абнавіць налады"
336
+
337
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:218
338
+ msgid "Global options"
339
+ msgstr "Глабальныя налады"
340
+
341
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:225
342
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:297
343
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:644
344
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:726
345
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:768
346
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:846
347
+ msgid "Option"
348
+ msgstr "Налада"
349
+
350
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:228
351
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:341
352
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:607
353
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:689
354
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:771
355
+ msgid "Deactivate for"
356
+ msgstr "Адключыць для "
357
+
358
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:248
359
+ msgid "Favorite Actions"
360
+ msgstr "Каханыя дзеянні"
361
+
362
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:249
363
+ msgid "Screen-Meta"
364
+ msgstr "Налады экрана"
365
+
366
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:250
367
+ msgid "Screen Options"
368
+ msgstr "Налады экрана"
369
+
370
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:251
371
+ msgid "Contextual Help"
372
+ msgstr "Кантэкстная дапамога"
373
+
374
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:252
375
+ msgid "Admin Color Scheme"
376
+ msgstr "Колеравая схема адмінкі"
377
+
378
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:296
379
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:845
380
+ msgid "Your own options"
381
+ msgstr "Вашы ўласныя налады"
382
+
383
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:296
384
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:643
385
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:725
386
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:845
387
+ msgid "ID or class"
388
+ msgstr "ID або клас"
389
+
390
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:303
391
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:650
392
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:732
393
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:852
394
+ msgid "It is possible to add your own IDs or classes from elements and tags. You can find IDs and classes with the FireBug Add-on for Firefox. Assign a value and the associate name per line."
395
+ msgstr "Існуе магчымасць дадаваць вашы ўласныя ID і класы з элементаў і тэгаў. Вы можаце знайсці ID-ы і класы з дапамогай адона FireBug для FireFox. Пераназначце значэнні і звязаныя імёны па адным у кожным радку."
396
+
397
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:309
398
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:656
399
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:738
400
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:858
401
+ msgid "Possible IDs or classes. Separate multiple values through a carriage return."
402
+ msgstr "Магчымыя ID або класы. Падзеліце некалькі значэнняў з дапамогай звароту карэткі (націскам Enter)."
403
+
404
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:314
405
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:661
406
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:743
407
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:863
408
+ msgid "Possible nomination for ID or class. Separate multiple nomination through a carriage return."
409
+ msgstr "Магчымыя намінанты на ID або класы. Падзеліце некалькі значэнняў з дапамогай звароту карэткі (націскам Enter)."
410
+
411
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:332
412
+ msgid "Menu Options"
413
+ msgstr "Налады меню"
414
+
415
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:338
416
+ msgid "Menu options - Menu, <span style=\\\"font-weight: 400;\\\">Submenu</span>"
417
+ msgstr "Налады меню - Меню, <span style=\\\"font-weight: 400;\\\">Падменю</span>"
418
+
419
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:393
420
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:475
421
+ msgid "Permalink"
422
+ msgstr "Сталая спасылка"
423
+
424
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:397
425
+ msgid "Excerpt"
426
+ msgstr "Цытата"
427
+
428
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:398
429
+ msgid "Trackbacks"
430
+ msgstr "Трэкбэкі"
431
+
432
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:399
433
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:476
434
+ msgid "Custom Fields"
435
+ msgstr "Адвольныя палі"
436
+
437
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:400
438
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:477
439
+ msgid "Comments &amp; Pings"
440
+ msgstr "Каментары і апавяшчэнні"
441
+
442
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:401
443
+ msgid "Password Protect This Post"
444
+ msgstr "Абараніць запіс паролем"
445
+
446
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:402
447
+ msgid "Post Author"
448
+ msgstr "Аўтар запісу"
449
+
450
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:403
451
+ msgid "Post Revisions"
452
+ msgstr "Рэвізіі запісу"
453
+
454
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:404
455
+ msgid "Related, Shortcuts"
456
+ msgstr "Звязанае, Цэтлікі"
457
+
458
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:405
459
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:485
460
+ msgid "Messenges"
461
+ msgstr "Паведамленні"
462
+
463
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:406
464
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:486
465
+ msgid "h2: Advanced Options"
466
+ msgstr "h2: Пашыраныя налады"
467
+
468
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:407
469
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:487
470
+ msgid "Media Buttons (all)"
471
+ msgstr "Кнопкі Медыя (усё)"
472
+
473
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:408
474
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:488
475
+ msgid "Word count"
476
+ msgstr "Лічыльнік слоў"
477
+
478
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:409
479
+ msgid "Post Slug, Slug Box"
480
+ msgstr "Цэтлік запісу, блок цэтліка"
481
+
482
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:410
483
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:490
484
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:801
485
+ msgid "Publish Actions"
486
+ msgstr "Дзеянні публікацыі"
487
+
488
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:414
489
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:494
490
+ msgid "Suggested tags from"
491
+ msgstr "Звязаныя пазнакі з"
492
+
493
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:416
494
+ msgid "Text Control"
495
+ msgstr "Кіраванне тэкстам"
496
+
497
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:418
498
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:496
499
+ msgid "HTML Special Characters"
500
+ msgstr "Адмысловыя знакі HTML"
501
+
502
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:478
503
+ msgid "Password Protect This Page"
504
+ msgstr "Абараніць старонку паролем"
505
+
506
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:479
507
+ msgid "Page Parent"
508
+ msgstr "Бацькоўская старонка"
509
+
510
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:480
511
+ msgid "Page Template"
512
+ msgstr "Шаблон старонкі"
513
+
514
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:481
515
+ msgid "Page Order"
516
+ msgstr "Парадкавы нумар старонкі"
517
+
518
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:482
519
+ msgid "Page Author"
520
+ msgstr "Аўтар"
521
+
522
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:483
523
+ msgid "Page Revisions"
524
+ msgstr "Рэвізіі старонкі"
525
+
526
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:484
527
+ msgid "Related"
528
+ msgstr "Звязаныя"
529
+
530
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:489
531
+ msgid "Page Slug, Slug Box"
532
+ msgstr "Цэтлік старонкі, блок цэтліка"
533
+
534
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:597
535
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:604
536
+ msgid "Write options - Post"
537
+ msgstr "Налады напісання - Запіс"
538
+
539
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:643
540
+ msgid "Your own post options"
541
+ msgstr "Вашы ўласныя налады запісу"
542
+
543
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:679
544
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:686
545
+ msgid "Write options - Page"
546
+ msgstr "Налады напісання - Старонка"
547
+
548
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:725
549
+ msgid "Your own page options"
550
+ msgstr "Вашы ўласныя налады старонкі"
551
+
552
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:761
553
+ msgid "Links options"
554
+ msgstr "Налады спасылак"
555
+
556
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:794
557
+ msgid "Name"
558
+ msgstr "Імя"
559
+
560
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:795
561
+ msgid "Web Address"
562
+ msgstr "Вэб адрас"
563
+
564
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:796
565
+ msgid "Description"
566
+ msgstr "Апісанне"
567
+
568
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:798
569
+ msgid "Target"
570
+ msgstr "Мэта"
571
+
572
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:799
573
+ msgid "Link Relationship (XFN)"
574
+ msgstr "Дачыненне да спасылкі (XFN)"
575
+
576
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:800
577
+ msgid "Advanced"
578
+ msgstr "Дадаткова"
579
+
580
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:882
581
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:952
582
+ msgid "Set Theme"
583
+ msgstr "Усталяваць тэму"
584
+
585
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:891
586
+ msgid "User-ID"
587
+ msgstr "ID карыстача"
588
+
589
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:892
590
+ msgid "Username"
591
+ msgstr "Імя карыстача"
592
+
593
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:893
594
+ msgid "Display name publicly as"
595
+ msgstr "Адлюстроўваць публічнае імя як"
596
+
597
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:894
598
+ msgid "Admin-Color Scheme"
599
+ msgstr "Колеравая схема адмінкі"
600
+
601
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:895
602
+ msgid "User Level"
603
+ msgstr "Узровень карыстача"
604
+
605
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:896
606
+ msgid "Role"
607
+ msgstr "Роля"
608
+
609
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:963
610
+ msgid "Deinstall Options"
611
+ msgstr "Налады дэўсталёўкі"
612
+
613
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:966
614
+ msgid "Use this option for clean your database from all entries of this plugin. When you deactivate the plugin, the deinstall of the plugin <strong>clean not</strong> all entries in the database."
615
+ msgstr "Выкарыстайце гэтую опцыю для ачысткі базы дадзеных ад усіх запісаў гэтай убудовы. Пры звычайнай дэактывацыі ўбудовы, дэўсталёўка ўбудовы НЕ ВЫДАЛЯЕ усе запісы ўбудовы з базы дадзеных."
616
+
617
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:970
618
+ msgid "Delete Options"
619
+ msgstr "Налады выдалення"
620
+
621
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:983
622
+ msgid "About the plugin"
623
+ msgstr "Аб гэтай убудове"
624
+
625
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:985
626
+ msgid "Further information: Visit the <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">plugin homepage</a> for further information or to grab the latest version of this plugin."
627
+ msgstr "Дадатковая інфармацыя: Наведаеце <a href='http://bueltge.de/wordpress-admin-theme-adminimize/674/''>хатнюю старонку ўбудовы</a> для атрымання дадатковай інфармацыі або запампоўкі свежай версіі ўбудовы. Русіфікаванне ўбудовы: <a href='http://lecactus.ru''>Lecactus.ru</a>."
628
+
629
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:991
630
+ msgid "PayPal - The safer, easier way to pay online!"
631
+ msgstr "PayPal - бяспечны і проста шлях для анлайну плацяжоў!"
632
+
633
+ #: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:995
634
+ msgid "You want to thank me? Visit my <a href=\"http://bueltge.de/wunschliste/\">wishlist</a> or donate."
635
+ msgstr "Жадаеце аддзячыць мяне? Наведаеце мой <a href='http://bueltge.de/wunschliste/'>спіс пажаданняў</a> або зрабіце ахвяраванне."
636
+
637
+ #~ msgid "All"
638
+ #~ msgstr "Усё"
639
+ #~ msgid "None"
640
+ #~ msgstr "Нічога"
641
+ #~ msgid "It is possible to hide the favorite-actions in the header."
642
+ #~ msgstr "Магчыма схаваць каханыя дзеянні з загалоўка."
643
+ #~ msgid "It is possible to hide the screen-options."
644
+ #~ msgstr "Магчыма схаваць налады экрана"
645
+ #~ msgid "Menu Order"
646
+ #~ msgstr "Парадак меню"
647
+ #~ msgid "It is possible to set a new menu-order."
648
+ #~ msgstr "Магчыма задаць новы парадак меню."
649
+ #~ msgid "Sidebar Width"
650
+ #~ msgstr "Шырыня бакавой калонкі"
651
+ #~ msgid ""
652
+ #~ "The sidebar on the right side in the area <em>Edit</em> is configurable. "
653
+ #~ "Default is 200 pixel in the WordPress Theme <em>Classic</em> and "
654
+ #~ "<em>Fresh</em>"
655
+ #~ msgstr ""
656
+ #~ "Бакавая калонка з правага боку вобласці <em>рэдагавання</em> "
657
+ #~ "наладжвальная. Па змаўчанні шырыня яе складае 200 пікселяў у стылях "
658
+ #~ "WordPress <em>Класічны</em> і <em>Новы</em>"
659
+ #~ msgid "Dashmenu"
660
+ #~ msgstr "Меню панэлі"
661
+ #~ msgid ""
662
+ #~ "The &quot;Dashboard-area&quot; is on the top left side of the backend. "
663
+ #~ "You can hide show."
664
+ #~ msgstr ""
665
+ #~ "Вобласць дошкі аб'яў у левым верхнім куту. Вы можаце схаваць яе."
666
+ #~ msgid "It is possible to hide the Admin Color Schemes."
667
+ #~ msgstr "Магчыма схаваць колеравыя схемы адмінкі."
668
+ #~ msgid "Deactivate for Subscriber"
669
+ #~ msgstr "Адключыць для падпісантаў"
670
+ #~ msgid "Deactivate for Contributor"
671
+ #~ msgstr "Адключыць для ўдзельнікаў"
672
+ #~ msgid "Deactivate for Editor"
673
+ #~ msgstr "Адключыць для рэдактараў"
674
+ #~ msgid "Deactivate for Administrator"
675
+ #~ msgstr "Адключыць для адміністратараў"
676
+ #~ msgid "All items"
677
+ #~ msgstr "Усе тыпы"
678
+ #~ msgid "Write Options"
679
+ #~ msgstr "Налады напісання"
680
+
languages/adminimize-da_DK.mo ADDED
Binary file
languages/adminimize-da_DK.po ADDED
@@ -0,0 +1,779 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Adminimize 1.7.9\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2010-09-19 18:17+0100\n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: Team Blogos <wordpress@blogos.dk>\n"
8
+ "Language-Team: Team Blogos <wordpress@blogos.dk>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2;plural=n != 1;\n"
13
+ "X-Poedit-Language: Danish\n"
14
+ "X-Poedit-Country: DENMARK\n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;__ngettext:1,2;__ngettext_noop:1,2;_nc:1,2;_nx:1,2;_n_noop:1,2;_nx_noop;_x;_c;esc_html__;esc_html_e;esc_html_x;esc_attr__;esc_attr_e;esc_attr_x\n"
17
+ "X-Poedit-Basepath: d:\\wordpress\\plugins\\adminimize\n"
18
+ "X-Poedit-SearchPath-0: d:\\wordpress\\plugins\\adminimize\n"
19
+
20
+ #: d:\wordpress\plugins\adminimize/adminimize.php:91
21
+ msgid "Unknown error."
22
+ msgstr "Ukendt fejl."
23
+
24
+ #: d:\wordpress\plugins\adminimize/adminimize.php:98
25
+ msgid "The updates were saved."
26
+ msgstr "Opdateringerne blev gemt."
27
+
28
+ #: d:\wordpress\plugins\adminimize/adminimize.php:99
29
+ msgid "You have not enough rights to edit entries in the database."
30
+ msgstr "Du har ikke tilstrækkelige rettigheder til at redigere indholdet i databasen."
31
+
32
+ #: d:\wordpress\plugins\adminimize/adminimize.php:100
33
+ msgid "All entries in the database were imported."
34
+ msgstr "Alt indholdet i databasen er blevet importeret."
35
+
36
+ #: d:\wordpress\plugins\adminimize/adminimize.php:101
37
+ msgid "All entries in the database were deleted."
38
+ msgstr "Alt indholdet i databasen er blevet slettet."
39
+
40
+ #: d:\wordpress\plugins\adminimize/adminimize.php:102
41
+ msgid "Set the checkbox on deinstall-button."
42
+ msgstr "Sæt kryds i afkrydsningsfeltet på afinstallationsknappen."
43
+
44
+ #: d:\wordpress\plugins\adminimize/adminimize.php:103
45
+ msgid "Can't load menu and submenu."
46
+ msgstr "Kan ikke indlæse menu og undermenu."
47
+
48
+ #: d:\wordpress\plugins\adminimize/adminimize.php:104
49
+ msgid "Backend-Theme was activated!"
50
+ msgstr "Kontrolpaneltema er aktiveret!"
51
+
52
+ #: d:\wordpress\plugins\adminimize/adminimize.php:105
53
+ msgid "Load user data to themes was successful."
54
+ msgstr "Indlæsning af brugerdata vedrørende temaerne lykkedes."
55
+
56
+ #: d:\wordpress\plugins\adminimize/adminimize.php:381
57
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:538
58
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:990
59
+ msgid "Categories"
60
+ msgstr "Kategorier"
61
+
62
+ #: d:\wordpress\plugins\adminimize/adminimize.php:387
63
+ #: d:\wordpress\plugins\adminimize/adminimize.php:398
64
+ msgid "+ Add New Category"
65
+ msgstr "+ Tilføj ny kategori"
66
+
67
+ #: d:\wordpress\plugins\adminimize/adminimize.php:389
68
+ #: d:\wordpress\plugins\adminimize/adminimize.php:400
69
+ msgid "New category name"
70
+ msgstr "Nyt kategorinavn"
71
+
72
+ #: d:\wordpress\plugins\adminimize/adminimize.php:390
73
+ #: d:\wordpress\plugins\adminimize/adminimize.php:402
74
+ msgid "Parent category"
75
+ msgstr "Forælder-kategori"
76
+
77
+ #: d:\wordpress\plugins\adminimize/adminimize.php:391
78
+ #: d:\wordpress\plugins\adminimize/adminimize.php:403
79
+ msgid "Add"
80
+ msgstr "Tilføj"
81
+
82
+ #: d:\wordpress\plugins\adminimize/adminimize.php:400
83
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:539
84
+ msgid "Add New Category"
85
+ msgstr "Tilføj ny kategori"
86
+
87
+ #: d:\wordpress\plugins\adminimize/adminimize.php:424
88
+ #: d:\wordpress\plugins\adminimize/adminimize.php:425
89
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:537
90
+ msgid "Tags"
91
+ msgstr "Tags"
92
+
93
+ #: d:\wordpress\plugins\adminimize/adminimize.php:465
94
+ #: d:\wordpress\plugins\adminimize/adminimize.php:479
95
+ #: d:\wordpress\plugins\adminimize/adminimize.php:493
96
+ msgid "Blue"
97
+ msgstr "Blå"
98
+
99
+ #: d:\wordpress\plugins\adminimize/adminimize.php:472
100
+ #: d:\wordpress\plugins\adminimize/adminimize.php:486
101
+ #: d:\wordpress\plugins\adminimize/adminimize.php:500
102
+ msgid "Gray"
103
+ msgstr "Grå"
104
+
105
+ #: d:\wordpress\plugins\adminimize/adminimize.php:508
106
+ #: d:\wordpress\plugins\adminimize/adminimize.php:550
107
+ #: d:\wordpress\plugins\adminimize/adminimize.php:573
108
+ msgid "Classic"
109
+ msgstr "Klassisk"
110
+
111
+ #: d:\wordpress\plugins\adminimize/adminimize.php:515
112
+ #: d:\wordpress\plugins\adminimize/adminimize.php:557
113
+ #: d:\wordpress\plugins\adminimize/adminimize.php:580
114
+ msgid "Fresh"
115
+ msgstr "Frisk"
116
+
117
+ #: d:\wordpress\plugins\adminimize/adminimize.php:522
118
+ msgid "WordPress 2.3"
119
+ msgstr "WordPress 2.3"
120
+
121
+ #: d:\wordpress\plugins\adminimize/adminimize.php:529
122
+ msgid "Maybe i'm colorblind"
123
+ msgstr "Måske er jeg farveblind"
124
+
125
+ #: d:\wordpress\plugins\adminimize/adminimize.php:536
126
+ msgid "Grey"
127
+ msgstr "Grå"
128
+
129
+ #: d:\wordpress\plugins\adminimize/adminimize.php:664
130
+ #: d:\wordpress\plugins\adminimize/adminimize.php:667
131
+ msgid "Dashboard"
132
+ msgstr "Kontrolpanel"
133
+
134
+ #: d:\wordpress\plugins\adminimize/adminimize.php:722
135
+ #: d:\wordpress\plugins\adminimize/adminimize.php:724
136
+ #: d:\wordpress\plugins\adminimize/adminimize.php:737
137
+ #: d:\wordpress\plugins\adminimize/adminimize.php:739
138
+ #: d:\wordpress\plugins\adminimize/adminimize.php:971
139
+ msgid "Log Out"
140
+ msgstr "Log ud"
141
+
142
+ #: d:\wordpress\plugins\adminimize/adminimize.php:990
143
+ msgid "Visit plugin homepage"
144
+ msgstr "Besøg plugin-hjemmesiden"
145
+
146
+ #: d:\wordpress\plugins\adminimize/adminimize.php:993
147
+ msgid "plugin"
148
+ msgstr "plugin"
149
+
150
+ #: d:\wordpress\plugins\adminimize/adminimize.php:993
151
+ msgid "Version"
152
+ msgstr "Version"
153
+
154
+ #: d:\wordpress\plugins\adminimize/adminimize.php:993
155
+ msgid "History"
156
+ msgstr "Historik"
157
+
158
+ #: d:\wordpress\plugins\adminimize/adminimize.php:993
159
+ msgid "Author"
160
+ msgstr "Forfatter"
161
+
162
+ #: d:\wordpress\plugins\adminimize/adminimize.php:996
163
+ msgid "plugin activate"
164
+ msgstr "aktivér plugin"
165
+
166
+ #: d:\wordpress\plugins\adminimize/adminimize.php:1016
167
+ msgid "Settings"
168
+ msgstr "Indstillinger"
169
+
170
+ #: d:\wordpress\plugins\adminimize/adminimize.php:1077
171
+ #: d:\wordpress\plugins\adminimize/adminimize.php:1098
172
+ msgid "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Documentation</a>"
173
+ msgstr "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Dokumentation</a>"
174
+
175
+ #: d:\wordpress\plugins\adminimize/adminimize.php:1094
176
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:109
177
+ msgid "Adminimize"
178
+ msgstr "Adminimere"
179
+
180
+ #: d:\wordpress\plugins\adminimize/adminimize.php:1096
181
+ msgid "Adminimize Options"
182
+ msgstr "Adminimize-indstillinger"
183
+
184
+ #: d:\wordpress\plugins\adminimize/adminimize.php:1113
185
+ msgid "Cheatin&#8217; uh?"
186
+ msgstr "Snyder du, hva'?"
187
+
188
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:115
189
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:140
190
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:186
191
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:350
192
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:465
193
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:787
194
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:870
195
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:953
196
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:1075
197
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:1173
198
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:1208
199
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:1229
200
+ msgid "Click to toggle"
201
+ msgstr "Klik for at invertere valg"
202
+
203
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:116
204
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:172
205
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:1230
206
+ msgid "About the plugin"
207
+ msgstr "Om pluginnet"
208
+
209
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:118
210
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:1233
211
+ msgid "Further information: Visit the <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">plugin homepage</a> for further information or to grab the latest version of this plugin."
212
+ msgstr "Yderligere information: Besøg <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">plugin-hjemmesiden</a> for yderligere information eller for at hente den seneste udgave af pluginnet."
213
+
214
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:124
215
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:1239
216
+ msgid "PayPal - The safer, easier way to pay online!"
217
+ msgstr "PayPal - Online-betalinger på den sikre og nemme måde!"
218
+
219
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:128
220
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:1243
221
+ msgid "You want to thank me? Visit my <a href=\"http://bueltge.de/wunschliste/\">wishlist</a> or donate."
222
+ msgstr "Ønsker du at takke mig? Besøg min <a href=\"http://bueltge.de/wunschliste/\">ønskeliste</a> eller send en donation."
223
+
224
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:141
225
+ msgid "MiniMenu"
226
+ msgstr "MiniMenu"
227
+
228
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:145
229
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:187
230
+ msgid "Backend Options"
231
+ msgstr "Indstillinger for kontrolpanel"
232
+
233
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:148
234
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:351
235
+ msgid "Global options"
236
+ msgstr "Globale indstillinger"
237
+
238
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:151
239
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:466
240
+ msgid "Menu Options"
241
+ msgstr "Menu-indstillinger"
242
+
243
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:154
244
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:788
245
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:795
246
+ msgid "Write options - Post"
247
+ msgstr "Indstillinger for Nyt indlæg"
248
+
249
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:157
250
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:871
251
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:878
252
+ msgid "Write options - Page"
253
+ msgstr "Indstillinger for Ny side"
254
+
255
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:160
256
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:954
257
+ msgid "Links options"
258
+ msgstr "Links-indstillinger"
259
+
260
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:163
261
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:1076
262
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:1161
263
+ msgid "Set Theme"
264
+ msgstr "Aktivér tema"
265
+
266
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:166
267
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:1174
268
+ msgid "Export/Import Options"
269
+ msgstr "Eksport/Import-indstillinger"
270
+
271
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:169
272
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:1209
273
+ msgid "Deinstall Options"
274
+ msgstr "Indstillinger for afinstallation"
275
+
276
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:196
277
+ msgid "User-Info"
278
+ msgstr "Brugerinformation"
279
+
280
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:200
281
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:213
282
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:223
283
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:233
284
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:243
285
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:253
286
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:263
287
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:273
288
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:283
289
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:293
290
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:322
291
+ msgid "Default"
292
+ msgstr "Standard"
293
+
294
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:201
295
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:224
296
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:234
297
+ msgid "Hide"
298
+ msgstr "Skjul"
299
+
300
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:202
301
+ msgid "Only logout"
302
+ msgstr "Kun log ud"
303
+
304
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:203
305
+ msgid "User &amp; Logout"
306
+ msgstr "Bruger &amp; Log ud"
307
+
308
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:204
309
+ msgid "The &quot;User-Info-area&quot; is on the top right side of the backend. You can hide or reduced show."
310
+ msgstr "&quot;Brugerinfo-området&quot; er for oven til højre i kontrolpanelet. Du kan skjule det eller gøre det mindre."
311
+
312
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:209
313
+ msgid "Change User-Info, redirect to"
314
+ msgstr "Ændr Brugerinfo, viderestil til"
315
+
316
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:214
317
+ msgid "Frontpage of the Blog"
318
+ msgstr "Bloggens forside"
319
+
320
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:215
321
+ msgid "When the &quot;User-Info-area&quot; change it, then it is possible to change the redirect."
322
+ msgstr "Når &quot;Brugerinfo-området&quot; ændret det, er det muligt at ændre viderestillingen."
323
+
324
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:219
325
+ msgid "Footer"
326
+ msgstr "Footeren"
327
+
328
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:225
329
+ msgid "The Footer-area can hide, include all links and details."
330
+ msgstr "Footer-området kan skjules, inkl. alle links og detaljer."
331
+
332
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:229
333
+ msgid "Header"
334
+ msgstr "Header"
335
+
336
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:235
337
+ msgid "The Header-area can hide, include all links and details."
338
+ msgstr "Header-området kan skjules, inkl. alle links og detaljer."
339
+
340
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:239
341
+ msgid "WriteScroll"
342
+ msgstr "SkriveScroll"
343
+
344
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:244
345
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:254
346
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:264
347
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:274
348
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:284
349
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:294
350
+ msgid "Activate"
351
+ msgstr "Aktivér"
352
+
353
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:245
354
+ msgid "With the WriteScroll option active, these pages will automatically scroll to an optimal position for editing, when you visit Write Post or Write Page."
355
+ msgstr "Når SkriveScroll-indstillingen er aktv, vil disse sider automatisk scrolle til en position, der er optimal for redigering, når du redigerer indlæg eller sider."
356
+
357
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:249
358
+ msgid "Timestamp"
359
+ msgstr "Tidsstempel"
360
+
361
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:255
362
+ msgid "Opens the post timestamp editing fields without you having to click the \"Edit\" link every time."
363
+ msgstr "Åbner redigeringsfelterne for indlæggets tidsstempel, uden at du behøver at klikke på \"Redigér\"-linket hele tiden."
364
+
365
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:259
366
+ msgid "Thickbox FullScreen"
367
+ msgstr "Thickbox-fuldskærm"
368
+
369
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:265
370
+ msgid "All Thickbox-function use the full area of the browser. Thickbox is for example in upload media-files."
371
+ msgstr "Alle Thickbox-funktioner bruger hele browserens område. Thickbox bruges f.eks. til upload af mediefiler."
372
+
373
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:269
374
+ msgid "Flashuploader"
375
+ msgstr "Flash-uploader"
376
+
377
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:275
378
+ msgid "Disable the flashuploader and users use only the standard uploader."
379
+ msgstr "Deaktivér Flash-uploaderen, så brugerne kun kan bruge standard-uploaderen."
380
+
381
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:279
382
+ msgid "Category Height"
383
+ msgstr "Højde for kategorier"
384
+
385
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:285
386
+ msgid "View the Meta Box with Categories in the full height, no scrollbar or whitespace."
387
+ msgstr "Se Meta-boksen med kategorier i fuld højde, ingen scrollbar eller whitespace."
388
+
389
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:289
390
+ msgid "Advice in Footer"
391
+ msgstr "Henvisning i footer"
392
+
393
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:296
394
+ msgid "In the Footer you can display an advice for changing the Default-design, (x)HTML is possible."
395
+ msgstr "I footeren kan du vise et råd om at ændre standard-designet, (x)HTML kan bruges."
396
+
397
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:318
398
+ msgid "Dashboard deactivate, redirect to"
399
+ msgstr "Deaktivér kontrolpanel; viderestil til"
400
+
401
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:323
402
+ msgid "Manage Posts"
403
+ msgstr "Indlæg"
404
+
405
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:324
406
+ msgid "Manage Pages"
407
+ msgstr "Sider"
408
+
409
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:325
410
+ msgid "Write Post"
411
+ msgstr "Nyt indlæg"
412
+
413
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:326
414
+ msgid "Write Page"
415
+ msgstr "Ny side"
416
+
417
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:327
418
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:543
419
+ msgid "Comments"
420
+ msgstr "Kommentarer"
421
+
422
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:328
423
+ msgid "other Page"
424
+ msgstr "anden side"
425
+
426
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:331
427
+ msgid "You have deactivated the Dashboard, please select a page for redirection?"
428
+ msgstr "Du har deaktiveret kontrolpanelet; vælg en side, der skal viderestilles til?"
429
+
430
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:340
431
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:455
432
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:777
433
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:860
434
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:943
435
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:1064
436
+ msgid "Update Options"
437
+ msgstr "Opdatér indstillinger"
438
+
439
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:342
440
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:457
441
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:779
442
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:862
443
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:945
444
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:1067
445
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:1166
446
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:1200
447
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:1221
448
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:1247
449
+ msgid "scroll to top"
450
+ msgstr "scroll til top"
451
+
452
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:358
453
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:430
454
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:835
455
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:918
456
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:961
457
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:1039
458
+ msgid "Option"
459
+ msgstr "Indstilling"
460
+
461
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:361
462
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:476
463
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:798
464
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:881
465
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:964
466
+ msgid "Deactivate for"
467
+ msgstr "Deaktivér for"
468
+
469
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:381
470
+ msgid "Favorite Actions"
471
+ msgstr "Favorithandlinger"
472
+
473
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:382
474
+ msgid "Screen-Meta"
475
+ msgstr "Skærm-meta"
476
+
477
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:383
478
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:535
479
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:629
480
+ msgid "Screen Options"
481
+ msgstr "Skærm-indstillinger"
482
+
483
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:384
484
+ msgid "Contextual Help"
485
+ msgstr "Konteksthjælp"
486
+
487
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:385
488
+ msgid "Admin Color Scheme"
489
+ msgstr "Admin-farveskema"
490
+
491
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:429
492
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:1038
493
+ msgid "Your own options"
494
+ msgstr "Dine egne indstillinger"
495
+
496
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:429
497
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:834
498
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:917
499
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:1038
500
+ msgid "ID or class"
501
+ msgstr "Id eller klasse"
502
+
503
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:436
504
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:841
505
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:924
506
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:1045
507
+ msgid "It is possible to add your own IDs or classes from elements and tags. You can find IDs and classes with the FireBug Add-on for Firefox. Assign a value and the associate name per line."
508
+ msgstr "Det er muligt at tilføje dine egne id'er eller classes fra elementer og tags. Du kan finde disse id'er og classes med Firebug-udvidelsen til Firefox. Tildel en værdi og det tilhørende navn per linje."
509
+
510
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:442
511
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:847
512
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:930
513
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:1051
514
+ msgid "Possible nomination for ID or class. Separate multiple nominations through a carriage return."
515
+ msgstr "Mulig benævnelse på id eller klasse. Adskil flere benævnelser med ny linje."
516
+
517
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:447
518
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:852
519
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:935
520
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:1056
521
+ msgid "Possible IDs or classes. Separate multiple values through a carriage return."
522
+ msgstr "Mulige id'er eller classes. Adskil flere værdier med en ny linje."
523
+
524
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:473
525
+ msgid "Menu options - Menu, <span style=\\\"font-weight: 400;\\\">Submenu</span>"
526
+ msgstr "Menu-indstillinger - Menu, <span style=\\\"font-weight: 400;\\\">Undermenu</span>"
527
+
528
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:534
529
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:628
530
+ msgid "Help"
531
+ msgstr "Hjælp"
532
+
533
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:536
534
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:630
535
+ msgid "Permalink"
536
+ msgstr "Permalink"
537
+
538
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:540
539
+ msgid "Excerpt"
540
+ msgstr "Uddrag"
541
+
542
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:541
543
+ msgid "Trackbacks"
544
+ msgstr "Trackbacks"
545
+
546
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:542
547
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:631
548
+ msgid "Custom Fields"
549
+ msgstr "Egne felter"
550
+
551
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:544
552
+ msgid "Password Protect This Post"
553
+ msgstr "Kodeordsbeskyt dette indlæg"
554
+
555
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:545
556
+ msgid "Post Author"
557
+ msgstr "Indlægsforfatter"
558
+
559
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:546
560
+ msgid "Post Revisions"
561
+ msgstr "Indlægsrevisioner"
562
+
563
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:547
564
+ msgid "Related, Shortcuts"
565
+ msgstr "Se også: genveje"
566
+
567
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:548
568
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:640
569
+ msgid "Messenges"
570
+ msgstr "Beskder"
571
+
572
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:549
573
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:641
574
+ msgid "h2: Advanced Options"
575
+ msgstr "h2: Avancerede indstillinger"
576
+
577
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:550
578
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:642
579
+ msgid "Media Buttons (all)"
580
+ msgstr "Medieknapper (alle)"
581
+
582
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:551
583
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:643
584
+ msgid "Word count"
585
+ msgstr "Antal ord"
586
+
587
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:552
588
+ msgid "Post Slug"
589
+ msgstr "Kort <span title=\"post slug\">indlægstitel</span>"
590
+
591
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:553
592
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:645
593
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:994
594
+ msgid "Publish Actions"
595
+ msgstr "Udgiv-handlinger"
596
+
597
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:554
598
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:646
599
+ msgid "Discussion"
600
+ msgstr "Diskussion"
601
+
602
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:555
603
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:647
604
+ msgid "HTML Editor Button"
605
+ msgstr "Knap for HTML-editor"
606
+
607
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:559
608
+ msgid "Post Thumbnail"
609
+ msgstr "Indlægsminiature"
610
+
611
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:561
612
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:653
613
+ msgid "Suggested tags from"
614
+ msgstr "Foreslåede tags fra"
615
+
616
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:563
617
+ msgid "Text Control"
618
+ msgstr "Tekstkontrol"
619
+
620
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:565
621
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:655
622
+ msgid "HTML Special Characters"
623
+ msgstr "Specielle HTML-tegn"
624
+
625
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:567
626
+ msgid "All in One SEO Pack"
627
+ msgstr "All in One SEO Pack"
628
+
629
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:632
630
+ msgid "Comments &amp; Pings"
631
+ msgstr "Kommentarer &amp; Pings"
632
+
633
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:633
634
+ msgid "Password Protect This Page"
635
+ msgstr "Kodeordsbeskyt denne side"
636
+
637
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:634
638
+ msgid "Attributes"
639
+ msgstr "Egenskaber"
640
+
641
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:635
642
+ msgid "Page Template"
643
+ msgstr "Sideskabelon"
644
+
645
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:636
646
+ msgid "Page Order"
647
+ msgstr "Siderækkefølge"
648
+
649
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:637
650
+ msgid "Page Author"
651
+ msgstr "Sideforfatter"
652
+
653
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:638
654
+ msgid "Page Revisions"
655
+ msgstr "Siderevisioner"
656
+
657
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:639
658
+ msgid "Related"
659
+ msgstr "Se også"
660
+
661
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:644
662
+ msgid "Page Slug"
663
+ msgstr "Kort <span title=\"post slug\">sidetitel</span>"
664
+
665
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:651
666
+ msgid "Page Image"
667
+ msgstr "Side-billede"
668
+
669
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:693
670
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:741
671
+ msgid "After activate the check box it heavy attitudes will change."
672
+ msgstr "Når afkrydsningsfeltet er aktiveret, bliver det vanskeligere at ændre indstillinger."
673
+
674
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:724
675
+ msgid "Profile"
676
+ msgstr "Profil"
677
+
678
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:834
679
+ msgid "Your own post options"
680
+ msgstr "Dine egne indlægsindstillinger"
681
+
682
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:917
683
+ msgid "Your own page options"
684
+ msgstr "Dine egne sideindstillinger"
685
+
686
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:987
687
+ msgid "Name"
688
+ msgstr "Navn"
689
+
690
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:988
691
+ msgid "Web Address"
692
+ msgstr "webadresse"
693
+
694
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:989
695
+ msgid "Description"
696
+ msgstr "Beskrivelse"
697
+
698
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:991
699
+ msgid "Target"
700
+ msgstr "Target"
701
+
702
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:992
703
+ msgid "Link Relationship (XFN)"
704
+ msgstr "Linkrelationer (XFN)"
705
+
706
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:993
707
+ msgid "Advanced"
708
+ msgstr "Avanceret"
709
+
710
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:1083
711
+ msgid "For better peformance with many users on your blog; load only userlist, when you will change the theme options for users."
712
+ msgstr "Hvis du mange brugere på din blog, kan du øge hastigheden ved kun at indlæse listen over brugere, når du vil ændre tema-indstillingerne for brugere."
713
+
714
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:1086
715
+ msgid "Load User Data"
716
+ msgstr "Indlæser data på brugere"
717
+
718
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:1097
719
+ msgid "User-ID"
720
+ msgstr "Bruger-id"
721
+
722
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:1098
723
+ msgid "Username"
724
+ msgstr "Brugernavn"
725
+
726
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:1099
727
+ msgid "Display name publicly as"
728
+ msgstr "Vis navn offentligt som"
729
+
730
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:1100
731
+ msgid "Admin-Color Scheme"
732
+ msgstr "Admin-farveskema"
733
+
734
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:1101
735
+ msgid "User Level"
736
+ msgstr "Brugerniveau"
737
+
738
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:1102
739
+ msgid "Role"
740
+ msgstr "Rolle"
741
+
742
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:1178
743
+ msgid "Export"
744
+ msgstr "Eksportér"
745
+
746
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:1180
747
+ msgid "You can save a .seq file with your options."
748
+ msgstr "Du kan gemme en SEQ-fil med dine indstillinger."
749
+
750
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:1183
751
+ msgid "Export &raquo;"
752
+ msgstr "Eksportér &raquo;"
753
+
754
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:1187
755
+ msgid "Import"
756
+ msgstr "Importér"
757
+
758
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:1190
759
+ msgid "Choose a Adminimize (<em>.seq</em>) file to upload, then click <em>Upload file and import</em>."
760
+ msgstr "Vælg en Adminimize (<em>.seq</em>) fil, du vil uploade; klik så <em>Upload fil og importér</em>."
761
+
762
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:1192
763
+ msgid "Choose a file from your computer"
764
+ msgstr "Vælg en fil fra din computer"
765
+
766
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:1197
767
+ msgid "Upload file and import &raquo;"
768
+ msgstr "Upload fil og importér &raquo;"
769
+
770
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:1212
771
+ msgid "Use this option for clean your database from all entries of this plugin. When you deactivate the plugin, the deinstall of the plugin <strong>clean not</strong> all entries in the database."
772
+ msgstr "Brug denne indstilling for at rense din database for alle poster tilhørende dette plugin. Når du deaktiverer pluginet, <strong>fjerner</strong> pluginnet <strong>ikke</strong> alle sine poster i databasen."
773
+
774
+ #: d:\wordpress\plugins\adminimize/adminimize_page.php:1216
775
+ msgid "Delete Options"
776
+ msgstr "Slet indstillinger"
777
+
778
+ #~ msgid "Page Parent"
779
+ #~ msgstr "Forælder-side"
languages/adminimize-de_DE.mo ADDED
Binary file
languages/adminimize-de_DE.po ADDED
@@ -0,0 +1,981 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Adminimize\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2010-01-04 17:38+0100\n"
6
+ "PO-Revision-Date: 2010-01-04 17:39+0100\n"
7
+ "Last-Translator: Frank Bueltge <frank@bueltge.de>\n"
8
+ "Language-Team: Frank Bueltge <frank@bueltge.de>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Poedit-Language: \n"
14
+ "X-Poedit-Country: \n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
+ "X-Poedit-Basepath: ../\n"
18
+ "X-Poedit-Bookmarks: \n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+ "X-Textdomain-Support: yes"
21
+
22
+ #: adminimize.php:93
23
+ #@ adminimize
24
+ msgid "Unknown error."
25
+ msgstr "Unbekannter Fehler."
26
+
27
+ #: adminimize.php:100
28
+ #@ adminimize
29
+ msgid "The updates were saved."
30
+ msgstr "Die Einstellungen wurden gespeichert"
31
+
32
+ #: adminimize.php:101
33
+ #@ adminimize
34
+ msgid "You have not enough rights to edit entries in the database."
35
+ msgstr "Du hast nicht ausreichend Rechte um diese Aktion durchzuf&uuml;hren!"
36
+
37
+ #: adminimize.php:103
38
+ #@ adminimize
39
+ msgid "All entries in the database were deleted."
40
+ msgstr "Die Einstellungen wurde gel&ouml;scht!"
41
+
42
+ #: adminimize.php:104
43
+ #@ adminimize
44
+ msgid "Set the checkbox on deinstall-button."
45
+ msgstr "Checkbox setzen, wenn wirklich deinstalliert werden soll!"
46
+
47
+ #: adminimize.php:105
48
+ #@ adminimize
49
+ msgid "Can't load menu and submenu."
50
+ msgstr "Menu und Submenu k&ouml;nnen nicht geladen werden!"
51
+
52
+ #: adminimize.php:106
53
+ #@ adminimize
54
+ msgid "Backend-Theme was activated!"
55
+ msgstr "Backend-Theme wurde zugewiesen!"
56
+
57
+ #: adminimize.php:107
58
+ #@ adminimize
59
+ msgid "Load user data to themes was successful."
60
+ msgstr "Das Laden der User-Daten zum Theme war erfolgreich."
61
+
62
+ #: adminimize.php:423
63
+ #: adminimize_page.php:540
64
+ #: adminimize_page.php:994
65
+ #@ default
66
+ #@ adminimize
67
+ msgid "Categories"
68
+ msgstr "Kategorien"
69
+
70
+ #: adminimize.php:429
71
+ #: adminimize.php:440
72
+ #@ default
73
+ msgid "+ Add New Category"
74
+ msgstr "+ Add New Category"
75
+
76
+ #: adminimize.php:431
77
+ #: adminimize.php:442
78
+ #@ default
79
+ msgid "New category name"
80
+ msgstr "New category name"
81
+
82
+ #: adminimize.php:432
83
+ #: adminimize.php:444
84
+ #@ default
85
+ msgid "Parent category"
86
+ msgstr "Parent category"
87
+
88
+ #: adminimize.php:433
89
+ #: adminimize.php:445
90
+ #@ default
91
+ msgid "Add"
92
+ msgstr "Add"
93
+
94
+ #: adminimize.php:442
95
+ #: adminimize_page.php:541
96
+ #@ default
97
+ #@ adminimize
98
+ msgid "Add New Category"
99
+ msgstr "Add New Category"
100
+
101
+ #: adminimize.php:466
102
+ #: adminimize.php:467
103
+ #: adminimize_page.php:539
104
+ #@ default
105
+ #@ adminimize
106
+ msgid "Tags"
107
+ msgstr "Tags"
108
+
109
+ #: adminimize.php:507
110
+ #: adminimize.php:521
111
+ #: adminimize.php:535
112
+ #@ default
113
+ msgid "Blue"
114
+ msgstr "Blau"
115
+
116
+ #: adminimize.php:514
117
+ #: adminimize.php:528
118
+ #: adminimize.php:542
119
+ #@ default
120
+ msgid "Gray"
121
+ msgstr "Grau"
122
+
123
+ #: adminimize.php:550
124
+ #: adminimize.php:592
125
+ #: adminimize.php:615
126
+ #@ default
127
+ msgid "Classic"
128
+ msgstr "Classic"
129
+
130
+ #: adminimize.php:557
131
+ #: adminimize.php:599
132
+ #: adminimize.php:622
133
+ #@ default
134
+ msgid "Fresh"
135
+ msgstr "Fresh"
136
+
137
+ #: adminimize.php:564
138
+ #@ default
139
+ msgid "WordPress 2.3"
140
+ msgstr "WordPress 2.3"
141
+
142
+ #: adminimize.php:571
143
+ #@ default
144
+ msgid "Maybe i'm colorblind"
145
+ msgstr "Maybe i'm colorblind"
146
+
147
+ #: adminimize.php:578
148
+ #@ default
149
+ msgid "Grey"
150
+ msgstr "Grey"
151
+
152
+ #: adminimize.php:706
153
+ #: adminimize.php:709
154
+ #@ default
155
+ msgid "Dashboard"
156
+ msgstr "Dashboard"
157
+
158
+ #: adminimize.php:764
159
+ #: adminimize.php:766
160
+ #: adminimize.php:779
161
+ #: adminimize.php:781
162
+ #: adminimize.php:972
163
+ #@ default
164
+ msgid "Log Out"
165
+ msgstr "Log Out"
166
+
167
+ #: adminimize.php:991
168
+ #@ default
169
+ msgid "Visit plugin homepage"
170
+ msgstr "Visit plugin homepage"
171
+
172
+ #: adminimize.php:994
173
+ #@ default
174
+ msgid "plugin"
175
+ msgstr "plugin"
176
+
177
+ #: adminimize.php:994
178
+ #@ default
179
+ msgid "Version"
180
+ msgstr "Version"
181
+
182
+ #: adminimize.php:994
183
+ #@ adminimize
184
+ msgid "History"
185
+ msgstr "Historie"
186
+
187
+ #: adminimize.php:994
188
+ #@ default
189
+ msgid "Author"
190
+ msgstr "Author"
191
+
192
+ #: adminimize.php:997
193
+ #@ adminimize
194
+ msgid "plugin activate"
195
+ msgstr "plugin activate"
196
+
197
+ #: adminimize.php:1017
198
+ #@ default
199
+ msgid "Settings"
200
+ msgstr "Settings"
201
+
202
+ #: adminimize.php:1078
203
+ #: adminimize.php:1099
204
+ #@ adminimize
205
+ msgid "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Documentation</a>"
206
+ msgstr "<a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">Dokumentation</a> (<a href=\"http://wordpress.org/extend/plugins/adminimize/\">en</a>)"
207
+
208
+ #. translators: plugin header field 'Name'
209
+ #: adminimize.php:0
210
+ #: adminimize.php:1095
211
+ #: adminimize_page.php:109
212
+ #@ adminimize
213
+ msgid "Adminimize"
214
+ msgstr "Adminimize"
215
+
216
+ #: adminimize.php:1097
217
+ #@ adminimize
218
+ msgid "Adminimize Options"
219
+ msgstr "Adminimize Einstellungen"
220
+
221
+ #: adminimize.php:1114
222
+ #@ default
223
+ msgid "Cheatin&#8217; uh?"
224
+ msgstr "Cheatin&#8217; uh?"
225
+
226
+ #: adminimize_page.php:115
227
+ #: adminimize_page.php:140
228
+ #: adminimize_page.php:186
229
+ #: adminimize_page.php:350
230
+ #: adminimize_page.php:465
231
+ #: adminimize_page.php:791
232
+ #: adminimize_page.php:874
233
+ #: adminimize_page.php:957
234
+ #: adminimize_page.php:1079
235
+ #: adminimize_page.php:1177
236
+ #: adminimize_page.php:1212
237
+ #: adminimize_page.php:1233
238
+ #@ default
239
+ msgid "Click to toggle"
240
+ msgstr "Zum Umschalten klicken"
241
+
242
+ #: adminimize_page.php:145
243
+ #: adminimize_page.php:187
244
+ #@ adminimize
245
+ msgid "Backend Options"
246
+ msgstr "Einstellungen Backend"
247
+
248
+ #: adminimize_page.php:196
249
+ #@ adminimize
250
+ msgid "User-Info"
251
+ msgstr "User-Info"
252
+
253
+ #: adminimize_page.php:200
254
+ #: adminimize_page.php:213
255
+ #: adminimize_page.php:223
256
+ #: adminimize_page.php:233
257
+ #: adminimize_page.php:243
258
+ #: adminimize_page.php:253
259
+ #: adminimize_page.php:263
260
+ #: adminimize_page.php:273
261
+ #: adminimize_page.php:283
262
+ #: adminimize_page.php:293
263
+ #: adminimize_page.php:322
264
+ #@ adminimize
265
+ msgid "Default"
266
+ msgstr "Standard"
267
+
268
+ #: adminimize_page.php:201
269
+ #: adminimize_page.php:224
270
+ #: adminimize_page.php:234
271
+ #@ adminimize
272
+ msgid "Hide"
273
+ msgstr "Ausblenden"
274
+
275
+ #: adminimize_page.php:202
276
+ #@ adminimize
277
+ msgid "Only logout"
278
+ msgstr "nur Abmelden"
279
+
280
+ #: adminimize_page.php:203
281
+ #@ adminimize
282
+ msgid "User &amp; Logout"
283
+ msgstr "User &amp; Abmelden"
284
+
285
+ #: adminimize_page.php:204
286
+ #@ adminimize
287
+ msgid "The &quot;User-Info-area&quot; is on the top right side of the backend. You can hide or reduced show."
288
+ msgstr "Der &quot;User-Info-Bereich&quot; ist im oberen rechten Bereich zu finden und kann ausgeblendet oder reduziert dargestellt werden."
289
+
290
+ #: adminimize_page.php:209
291
+ #@ adminimize
292
+ msgid "Change User-Info, redirect to"
293
+ msgstr "User Info ge&auml;ndert, Weiterleitung nach"
294
+
295
+ #: adminimize_page.php:214
296
+ #@ adminimize
297
+ msgid "Frontpage of the Blog"
298
+ msgstr "Startseite des Blog"
299
+
300
+ #: adminimize_page.php:215
301
+ #@ adminimize
302
+ msgid "When the &quot;User-Info-area&quot; change it, then it is possible to change the redirect."
303
+ msgstr "Wenn der &quot;User-Info-Bereich&quot; ge&auml;ndert wird, dann kann die die Weiterleitung nach einem Logout ge&auml;ndert werden."
304
+
305
+ #: adminimize_page.php:219
306
+ #@ adminimize
307
+ msgid "Footer"
308
+ msgstr "Footer"
309
+
310
+ #: adminimize_page.php:225
311
+ #@ adminimize
312
+ msgid "The Footer-area can hide, include all links and details."
313
+ msgstr "Der Footer-Bereich kann deaktiviert werden, inklusive aller Links und Hinweise."
314
+
315
+ #: adminimize_page.php:239
316
+ #@ adminimize
317
+ msgid "WriteScroll"
318
+ msgstr "WriteScroll"
319
+
320
+ #: adminimize_page.php:244
321
+ #: adminimize_page.php:254
322
+ #: adminimize_page.php:264
323
+ #: adminimize_page.php:274
324
+ #: adminimize_page.php:284
325
+ #: adminimize_page.php:294
326
+ #@ adminimize
327
+ msgid "Activate"
328
+ msgstr "Aktiv"
329
+
330
+ #: adminimize_page.php:245
331
+ #@ adminimize
332
+ msgid "With the WriteScroll option active, these pages will automatically scroll to an optimal position for editing, when you visit Write Post or Write Page."
333
+ msgstr "Automatisches Scrollen zum Editor beim Aufruf der Seite Schreiben in Beitr&auml;ge und Seite."
334
+
335
+ #: adminimize_page.php:249
336
+ #@ adminimize
337
+ msgid "Timestamp"
338
+ msgstr "Timestamp"
339
+
340
+ #: adminimize_page.php:255
341
+ #@ adminimize
342
+ msgid "Opens the post timestamp editing fields without you having to click the \"Edit\" link every time."
343
+ msgstr "Das Feld zum &Auml;ndern des Ver&ouml;ffentlichungsdatum ist immer ge&ouml;ffnet."
344
+
345
+ #: adminimize_page.php:259
346
+ #@ adminimize
347
+ msgid "Thickbox FullScreen"
348
+ msgstr "Thickbox FullScreen"
349
+
350
+ #: adminimize_page.php:269
351
+ #@ adminimize
352
+ msgid "Flashuploader"
353
+ msgstr "Flashuploader"
354
+
355
+ #: adminimize_page.php:275
356
+ #@ adminimize
357
+ msgid "Disable the flashuploader and users use only the standard uploader."
358
+ msgstr "Deaktiviere den Flashuploader und Nutzer können nur den Standard-Uploader erreichen."
359
+
360
+ #: adminimize_page.php:289
361
+ #@ adminimize
362
+ msgid "Advice in Footer"
363
+ msgstr "Hinweis im Footer"
364
+
365
+ #: adminimize_page.php:323
366
+ #@ adminimize
367
+ msgid "Manage Posts"
368
+ msgstr "Verwalten Beitr&auml;ge"
369
+
370
+ #: adminimize_page.php:324
371
+ #@ adminimize
372
+ msgid "Manage Pages"
373
+ msgstr "Verwalten Seiten"
374
+
375
+ #: adminimize_page.php:325
376
+ #@ adminimize
377
+ msgid "Write Post"
378
+ msgstr "Schreiben Beitrag"
379
+
380
+ #: adminimize_page.php:326
381
+ #@ adminimize
382
+ msgid "Write Page"
383
+ msgstr "Schreiben Seite"
384
+
385
+ #: adminimize_page.php:327
386
+ #: adminimize_page.php:545
387
+ #@ adminimize
388
+ msgid "Comments"
389
+ msgstr "Kommentare"
390
+
391
+ #: adminimize_page.php:328
392
+ #@ adminimize
393
+ msgid "other Page"
394
+ msgstr "andere Seite"
395
+
396
+ #: adminimize_page.php:340
397
+ #: adminimize_page.php:455
398
+ #: adminimize_page.php:781
399
+ #: adminimize_page.php:864
400
+ #: adminimize_page.php:947
401
+ #: adminimize_page.php:1068
402
+ #@ adminimize
403
+ msgid "Update Options"
404
+ msgstr "Einstellungen aktualisieren"
405
+
406
+ #: adminimize_page.php:148
407
+ #: adminimize_page.php:351
408
+ #@ adminimize
409
+ msgid "Global options"
410
+ msgstr "Globale Einstellungen"
411
+
412
+ #: adminimize_page.php:358
413
+ #: adminimize_page.php:430
414
+ #: adminimize_page.php:839
415
+ #: adminimize_page.php:922
416
+ #: adminimize_page.php:965
417
+ #: adminimize_page.php:1043
418
+ #@ adminimize
419
+ msgid "Option"
420
+ msgstr "Einstellung"
421
+
422
+ #: adminimize_page.php:361
423
+ #: adminimize_page.php:476
424
+ #: adminimize_page.php:802
425
+ #: adminimize_page.php:885
426
+ #: adminimize_page.php:968
427
+ #@ adminimize
428
+ msgid "Deactivate for"
429
+ msgstr "Deaktiviere für"
430
+
431
+ #: adminimize_page.php:381
432
+ #@ adminimize
433
+ msgid "Favorite Actions"
434
+ msgstr "Favorisierte Aktionen"
435
+
436
+ #: adminimize_page.php:382
437
+ #@ adminimize
438
+ msgid "Screen-Meta"
439
+ msgstr "Screen-Meta"
440
+
441
+ #: adminimize_page.php:383
442
+ #: adminimize_page.php:536
443
+ #: adminimize_page.php:632
444
+ #@ adminimize
445
+ #@ default
446
+ msgid "Screen Options"
447
+ msgstr "kontextabhängige Optionen"
448
+
449
+ #: adminimize_page.php:384
450
+ #@ adminimize
451
+ msgid "Contextual Help"
452
+ msgstr "kontextabhängig Hilfe"
453
+
454
+ #: adminimize_page.php:385
455
+ #@ adminimize
456
+ msgid "Admin Color Scheme"
457
+ msgstr "Farbschema verwalten"
458
+
459
+ #: adminimize_page.php:429
460
+ #: adminimize_page.php:1042
461
+ #@ adminimize
462
+ msgid "Your own options"
463
+ msgstr "Deine eigenen Einstellungen"
464
+
465
+ #: adminimize_page.php:429
466
+ #: adminimize_page.php:838
467
+ #: adminimize_page.php:921
468
+ #: adminimize_page.php:1042
469
+ #@ adminimize
470
+ msgid "ID or class"
471
+ msgstr "ID oder Klasse"
472
+
473
+ #: adminimize_page.php:436
474
+ #: adminimize_page.php:845
475
+ #: adminimize_page.php:928
476
+ #: adminimize_page.php:1049
477
+ #@ adminimize
478
+ msgid "It is possible to add your own IDs or classes from elements and tags. You can find IDs and classes with the FireBug Add-on for Firefox. Assign a value and the associate name per line."
479
+ msgstr "Es ist möglich, dass du eigene IDs und Klassen eines Elementes oder Tags hinzufügst. Du findest IDs und Klassen sehr einfach mit dem Firebug Add-on für den Firefox. Füge pro Zeile einen Wert und dazugehörigen Namen ein."
480
+
481
+ #: adminimize_page.php:442
482
+ #: adminimize_page.php:851
483
+ #: adminimize_page.php:934
484
+ #: adminimize_page.php:1055
485
+ #@ adminimize
486
+ msgid "Possible nomination for ID or class. Separate multiple nominations through a carriage return."
487
+ msgstr "Mögliche Benennung der ID oder Klasse. Trenne Werte durch eine neue Zeile."
488
+
489
+ #: adminimize_page.php:447
490
+ #: adminimize_page.php:856
491
+ #: adminimize_page.php:939
492
+ #: adminimize_page.php:1060
493
+ #@ adminimize
494
+ msgid "Possible IDs or classes. Separate multiple values through a carriage return."
495
+ msgstr "Mögliche IDs oder Klassen. Trenne Werte durch eine neue Zeile."
496
+
497
+ #: adminimize_page.php:151
498
+ #: adminimize_page.php:466
499
+ #@ adminimize
500
+ msgid "Menu Options"
501
+ msgstr "Menu Einstellungen"
502
+
503
+ #: adminimize_page.php:473
504
+ #@ adminimize
505
+ msgid "Menu options - Menu, <span style=\\\"font-weight: 400;\\\">Submenu</span>"
506
+ msgstr "Menu Einstellungen - Menu, <span style=\"font-weight: 400;\">Submenu</span>"
507
+
508
+ #: adminimize_page.php:535
509
+ #: adminimize_page.php:631
510
+ #@ default
511
+ msgid "Help"
512
+ msgstr ""
513
+
514
+ #: adminimize_page.php:538
515
+ #: adminimize_page.php:634
516
+ #@ adminimize
517
+ msgid "Permalink"
518
+ msgstr "Permalink"
519
+
520
+ #: adminimize_page.php:542
521
+ #@ adminimize
522
+ msgid "Excerpt"
523
+ msgstr "Auszug"
524
+
525
+ #: adminimize_page.php:543
526
+ #@ adminimize
527
+ msgid "Trackbacks"
528
+ msgstr "Trackbacks"
529
+
530
+ #: adminimize_page.php:544
531
+ #: adminimize_page.php:635
532
+ #@ default
533
+ msgid "Custom Fields"
534
+ msgstr "Benutzerdefinierte Felder"
535
+
536
+ #: adminimize_page.php:546
537
+ #@ adminimize
538
+ msgid "Password Protect This Post"
539
+ msgstr "Diesen Artikel durch ein Passwort sch&uuml;tzen"
540
+
541
+ #: adminimize_page.php:547
542
+ #@ default
543
+ msgid "Post Author"
544
+ msgstr "Autor"
545
+
546
+ #: adminimize_page.php:548
547
+ #@ default
548
+ msgid "Post Revisions"
549
+ msgstr "Post Revisions"
550
+
551
+ #: adminimize_page.php:549
552
+ #@ adminimize
553
+ msgid "Related, Shortcuts"
554
+ msgstr "Siehe auch, Tastaturk&uuml;rzel"
555
+
556
+ #: adminimize_page.php:550
557
+ #: adminimize_page.php:644
558
+ #@ adminimize
559
+ msgid "Messenges"
560
+ msgstr "Mitteilungen"
561
+
562
+ #: adminimize_page.php:551
563
+ #: adminimize_page.php:645
564
+ #@ adminimize
565
+ msgid "h2: Advanced Options"
566
+ msgstr "h2: Erweiterte Einstellungen"
567
+
568
+ #: adminimize_page.php:552
569
+ #: adminimize_page.php:646
570
+ #@ adminimize
571
+ msgid "Media Buttons (all)"
572
+ msgstr "Media Buttons (alle)"
573
+
574
+ #: adminimize_page.php:553
575
+ #: adminimize_page.php:647
576
+ #@ adminimize
577
+ msgid "Word count"
578
+ msgstr "Word count"
579
+
580
+ #: adminimize_page.php:554
581
+ #@ default
582
+ msgid "Post Slug"
583
+ msgstr ""
584
+
585
+ #: adminimize_page.php:555
586
+ #: adminimize_page.php:649
587
+ #: adminimize_page.php:998
588
+ #@ adminimize
589
+ msgid "Publish Actions"
590
+ msgstr "Publish Actions"
591
+
592
+ #: adminimize_page.php:556
593
+ #: adminimize_page.php:650
594
+ #@ default
595
+ msgid "Discussion"
596
+ msgstr ""
597
+
598
+ #: adminimize_page.php:561
599
+ #@ default
600
+ msgid "Post Thumbnail"
601
+ msgstr ""
602
+
603
+ #: adminimize_page.php:563
604
+ #: adminimize_page.php:657
605
+ #@ default
606
+ #@ adminimize
607
+ msgid "Suggested tags from"
608
+ msgstr "Suggested tags from"
609
+
610
+ #: adminimize_page.php:565
611
+ #@ default
612
+ msgid "Text Control"
613
+ msgstr "Text Control"
614
+
615
+ #: adminimize_page.php:567
616
+ #: adminimize_page.php:659
617
+ #@ default
618
+ msgid "HTML Special Characters"
619
+ msgstr "HTML Special Characters"
620
+
621
+ #: adminimize_page.php:569
622
+ #@ default
623
+ msgid "All in One SEO Pack"
624
+ msgstr ""
625
+
626
+ #: adminimize_page.php:636
627
+ #@ adminimize
628
+ msgid "Comments &amp; Pings"
629
+ msgstr "Kommentare &amp; Pings"
630
+
631
+ #: adminimize_page.php:637
632
+ #@ adminimize
633
+ msgid "Password Protect This Page"
634
+ msgstr "Diese Seite mit einem Passwort versehen"
635
+
636
+ #: adminimize_page.php:638
637
+ #@ default
638
+ msgid "Attributes"
639
+ msgstr ""
640
+
641
+ #: adminimize_page.php:639
642
+ #@ adminimize
643
+ msgid "Page Template"
644
+ msgstr "Seiten Template"
645
+
646
+ #: adminimize_page.php:640
647
+ #@ adminimize
648
+ msgid "Page Order"
649
+ msgstr "Reihenfolge"
650
+
651
+ #: adminimize_page.php:641
652
+ #@ default
653
+ msgid "Page Author"
654
+ msgstr "Seitenautor"
655
+
656
+ #: adminimize_page.php:642
657
+ #@ default
658
+ msgid "Page Revisions"
659
+ msgstr "Page Revisions"
660
+
661
+ #: adminimize_page.php:643
662
+ #@ adminimize
663
+ msgid "Related"
664
+ msgstr "Siehe auch"
665
+
666
+ #: adminimize_page.php:648
667
+ #@ default
668
+ msgid "Page Slug"
669
+ msgstr ""
670
+
671
+ #: adminimize_page.php:655
672
+ #@ default
673
+ msgid "Page Image"
674
+ msgstr ""
675
+
676
+ #: adminimize_page.php:697
677
+ #: adminimize_page.php:745
678
+ #@ adminimize
679
+ msgid "After activate the check box it heavy attitudes will change."
680
+ msgstr "Wenn die Checkbox aktiv ist, dann wird das Ändern von Einstellungen erschwert."
681
+
682
+ #: adminimize_page.php:728
683
+ #@ default
684
+ msgid "Profile"
685
+ msgstr "Profile"
686
+
687
+ #: adminimize_page.php:154
688
+ #: adminimize_page.php:792
689
+ #: adminimize_page.php:799
690
+ #@ adminimize
691
+ msgid "Write options - Post"
692
+ msgstr "Schreiben Einstellungen - Beitr&auml;ge"
693
+
694
+ #: adminimize_page.php:838
695
+ #@ adminimize
696
+ msgid "Your own post options"
697
+ msgstr "Deine eigenen Beitrags-Einstellungen"
698
+
699
+ #: adminimize_page.php:157
700
+ #: adminimize_page.php:875
701
+ #: adminimize_page.php:882
702
+ #@ adminimize
703
+ msgid "Write options - Page"
704
+ msgstr "Schreiben Einstellungen - Seiten"
705
+
706
+ #: adminimize_page.php:921
707
+ #@ adminimize
708
+ msgid "Your own page options"
709
+ msgstr "Deine eigenen Seiten-Einstellungen"
710
+
711
+ #: adminimize_page.php:160
712
+ #: adminimize_page.php:958
713
+ #@ adminimize
714
+ msgid "Links options"
715
+ msgstr "Link Einstellungen"
716
+
717
+ #: adminimize_page.php:991
718
+ #@ default
719
+ msgid "Name"
720
+ msgstr "Name"
721
+
722
+ #: adminimize_page.php:992
723
+ #@ default
724
+ msgid "Web Address"
725
+ msgstr "Web-Adresse"
726
+
727
+ #: adminimize_page.php:993
728
+ #@ default
729
+ msgid "Description"
730
+ msgstr "Beschreibung"
731
+
732
+ #: adminimize_page.php:995
733
+ #@ default
734
+ msgid "Target"
735
+ msgstr "Target"
736
+
737
+ #: adminimize_page.php:996
738
+ #@ default
739
+ msgid "Link Relationship (XFN)"
740
+ msgstr "Link-Beziehungen (XFN)"
741
+
742
+ #: adminimize_page.php:997
743
+ #@ default
744
+ msgid "Advanced"
745
+ msgstr "Erweitert"
746
+
747
+ #: adminimize_page.php:163
748
+ #: adminimize_page.php:1080
749
+ #: adminimize_page.php:1165
750
+ #@ adminimize
751
+ msgid "Set Theme"
752
+ msgstr "Theme zuweisen"
753
+
754
+ #: adminimize_page.php:1087
755
+ #@ adminimize
756
+ msgid "For better peformance with many users on your blog; load only userlist, when you will change the theme options for users."
757
+ msgstr "Für eine bessere Performance bei vielen Usern in deinem Blog werden die Userdaten nur nach Aufforderung geladen."
758
+
759
+ #: adminimize_page.php:1090
760
+ #@ adminimize
761
+ msgid "Load User Data"
762
+ msgstr "Lade User Daten"
763
+
764
+ #: adminimize_page.php:1101
765
+ #@ default
766
+ msgid "User-ID"
767
+ msgstr "User-ID"
768
+
769
+ #: adminimize_page.php:1102
770
+ #@ default
771
+ msgid "Username"
772
+ msgstr "Benutzername"
773
+
774
+ #: adminimize_page.php:1103
775
+ #@ default
776
+ msgid "Display name publicly as"
777
+ msgstr "Name im Blog"
778
+
779
+ #: adminimize_page.php:1104
780
+ #@ default
781
+ msgid "Admin-Color Scheme"
782
+ msgstr "Admin-Color Scheme"
783
+
784
+ #: adminimize_page.php:1105
785
+ #@ default
786
+ msgid "User Level"
787
+ msgstr "User Level"
788
+
789
+ #: adminimize_page.php:1106
790
+ #@ default
791
+ msgid "Role"
792
+ msgstr "Rolle"
793
+
794
+ #: adminimize_page.php:169
795
+ #: adminimize_page.php:1213
796
+ #@ adminimize
797
+ msgid "Deinstall Options"
798
+ msgstr "Einstellungen deinstallieren"
799
+
800
+ #: adminimize_page.php:1216
801
+ #@ adminimize
802
+ msgid "Use this option for clean your database from all entries of this plugin. When you deactivate the plugin, the deinstall of the plugin <strong>clean not</strong> all entries in the database."
803
+ msgstr "Nutze diese Option, um die Einstellungen f&uuml;r das Plugin in der Datenbank zu l&ouml;schen. Das Plugin entfernt die Eintr&auml;ge <strong>nicht</strong>, wenn es deaktiviert wird!"
804
+
805
+ #: adminimize_page.php:1220
806
+ #@ adminimize
807
+ msgid "Delete Options"
808
+ msgstr "Einstellungen Löschen"
809
+
810
+ #: adminimize_page.php:116
811
+ #: adminimize_page.php:172
812
+ #: adminimize_page.php:1234
813
+ #@ adminimize
814
+ msgid "About the plugin"
815
+ msgstr "&Uuml;ber das Plugin"
816
+
817
+ #: adminimize_page.php:118
818
+ #: adminimize_page.php:1237
819
+ #@ adminimize
820
+ msgid "Further information: Visit the <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">plugin homepage</a> for further information or to grab the latest version of this plugin."
821
+ msgstr "Weitere Information: Besuche die <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">Plugin Webseite</a> f&uuml;r weitere Informationen oder hole die aktuelle Version des Plugins."
822
+
823
+ #: adminimize_page.php:124
824
+ #: adminimize_page.php:1243
825
+ #@ adminimize
826
+ msgid "PayPal - The safer, easier way to pay online!"
827
+ msgstr "PayPal - Der sichere und einfache Weg zu zahlen!"
828
+
829
+ #: adminimize_page.php:128
830
+ #: adminimize_page.php:1247
831
+ #@ adminimize
832
+ msgid "You want to thank me? Visit my <a href=\"http://bueltge.de/wunschliste/\">wishlist</a> or donate."
833
+ msgstr "Du willst Danke sagen? Besuche meine <a href=\"http://bueltge.de/wunschliste/\">Wunschliste</a> oder spende."
834
+
835
+ #: adminimize.php:102
836
+ #@ adminimize
837
+ msgid "All entries in the database were imported."
838
+ msgstr "Alle Einträge wurden in die Datenbank geschrieben."
839
+
840
+ #: adminimize_page.php:166
841
+ #: adminimize_page.php:1178
842
+ #@ adminimize
843
+ msgid "Export/Import Options"
844
+ msgstr "Export/Import Einstellungen"
845
+
846
+ #: adminimize_page.php:1182
847
+ #@ adminimize
848
+ msgid "Export"
849
+ msgstr "Export"
850
+
851
+ #: adminimize_page.php:1187
852
+ #@ adminimize
853
+ msgid "Export &raquo;"
854
+ msgstr "Exportieren &raquo;"
855
+
856
+ #: adminimize_page.php:1191
857
+ #@ adminimize
858
+ msgid "Import"
859
+ msgstr "Import"
860
+
861
+ #: adminimize_page.php:1196
862
+ #@ adminimize
863
+ msgid "Choose a file from your computer"
864
+ msgstr "Wähle eine Datei vom Rechner"
865
+
866
+ #: adminimize_page.php:1201
867
+ #@ adminimize
868
+ msgid "Upload file and import &raquo;"
869
+ msgstr "Hochladen der Datei und importieren &raquo;"
870
+
871
+ #: adminimize_page.php:141
872
+ #@ adminimize
873
+ msgid "MiniMenu"
874
+ msgstr "MiniMenu"
875
+
876
+ #: adminimize_page.php:342
877
+ #: adminimize_page.php:457
878
+ #: adminimize_page.php:783
879
+ #: adminimize_page.php:866
880
+ #: adminimize_page.php:949
881
+ #: adminimize_page.php:1071
882
+ #: adminimize_page.php:1170
883
+ #: adminimize_page.php:1204
884
+ #: adminimize_page.php:1225
885
+ #: adminimize_page.php:1251
886
+ #@ adminimize
887
+ msgid "scroll to top"
888
+ msgstr "Nach oben"
889
+
890
+ #: adminimize_page.php:1184
891
+ #@ adminimize
892
+ msgid "You can save a .seq file with your options."
893
+ msgstr "Du kannst deine Einstellungen in einer .seq Datei speichern."
894
+
895
+ #: adminimize_page.php:1194
896
+ #@ adminimize
897
+ msgid "Choose a Adminimize (<em>.seq</em>) file to upload, then click <em>Upload file and import</em>."
898
+ msgstr "Wähle eine Adminimize (<em>.seq</em>) Datei zum hoch laden und dann klick <em>Hochladen der Datei und importieren</em>"
899
+
900
+ #: adminimize_page.php:279
901
+ #@ adminimize
902
+ msgid "Category Height"
903
+ msgstr "Kategorie-Höhe"
904
+
905
+ #: adminimize_page.php:285
906
+ #@ adminimize
907
+ msgid "View the Meta Box with Categories in the full height, no scrollbar or whitespace."
908
+ msgstr "Stellt in die Meta Box der Kategorien in voller Höhe dar, kein Scrollbar und kein Leerraum."
909
+
910
+ #: adminimize_page.php:296
911
+ #@ adminimize
912
+ msgid "In the Footer you can display an advice for changing the Default-design, (x)HTML is possible."
913
+ msgstr "Im Footer kann ein Hinweis auf die aktive Ver&auml;nderung des Standard-Layout gesetzt werden, (x)HTML erlaubt."
914
+
915
+ #: adminimize_page.php:318
916
+ #@ adminimize
917
+ msgid "Dashboard deactivate, redirect to"
918
+ msgstr "Dashboard inaktiv, Weiterleitung nach"
919
+
920
+ #: adminimize_page.php:331
921
+ #@ adminimize
922
+ msgid "You have deactivated the Dashboard, please select a page for redirection?"
923
+ msgstr "Du hast das Dashboard deaktiviert, wohin soll der Nutzer weitergeleitet werden?"
924
+
925
+ #: adminimize_page.php:557
926
+ #: adminimize_page.php:651
927
+ #@ default
928
+ msgid "HTML Editor Button"
929
+ msgstr ""
930
+
931
+ #: adminimize_page.php:265
932
+ #@ adminimize
933
+ msgid "All Thickbox-function use the full area of the browser. Thickbox is for example in upload media-files."
934
+ msgstr "Alle Thickbox-Funktion verwenden den vollständigen Bereich des Browsers. Thickbox ist beispielsweise in der Medien-Upload-Funktion."
935
+
936
+ #. translators: plugin header field 'PluginURI'
937
+ #: adminimize.php:0
938
+ #@ adminimize
939
+ msgid "http://bueltge.de/wordpress-admin-theme-adminimize/674/"
940
+ msgstr ""
941
+
942
+ #. translators: plugin header field 'Description'
943
+ #: adminimize.php:0
944
+ #@ adminimize
945
+ msgid "Visually compresses the administratrive 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 alle 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."
946
+ msgstr "Visuelles Reduzieren der administrativen Meta-Boxen, so dass mehr Raum ist und nur dargestellt, was gebraucht wird. Das Plugin erlaubt das ausblenden von ungenutzten Bereich vom WordPress Administrations-Bereich und dem Menu für alle vorhandenen Rollen. Es ist ebenso möglich, dass man Bereiche in Teilbereichen ausblenden und eigene Bereiche ausblenden kann. Kurz: Reduzieren den Admin-Bereich für das, was die jeweilige Rolle benötigt."
947
+
948
+ #. translators: plugin header field 'Author'
949
+ #: adminimize.php:0
950
+ #@ adminimize
951
+ msgid "Frank B&uuml;ltge"
952
+ msgstr ""
953
+
954
+ #. translators: plugin header field 'AuthorURI'
955
+ #: adminimize.php:0
956
+ #@ adminimize
957
+ msgid "http://bueltge.de/"
958
+ msgstr ""
959
+
960
+ #. translators: plugin header field 'Version'
961
+ #: adminimize.php:0
962
+ #@ adminimize
963
+ msgid "1.7.10"
964
+ msgstr ""
965
+
966
+ #: adminimize_page.php:229
967
+ #@ adminimize
968
+ msgid "Header"
969
+ msgstr "Header"
970
+
971
+ #: adminimize_page.php:235
972
+ #@ adminimize
973
+ msgid "The Header-area can hide, include all links and details."
974
+ msgstr "Der header-Bereich kann ausgeblendet werden, inkl. aller Links und Details."
975
+
976
+ #: adminimize_page.php:537
977
+ #: adminimize_page.php:633
978
+ #@ adminimize
979
+ msgid "Title"
980
+ msgstr ""
981
+
languages/adminimize-es_ES.mo ADDED
Binary file
languages/adminimize-es_ES.po ADDED
@@ -0,0 +1,634 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Adminimize\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2009-04-27 10:55+0100\n"
6
+ "PO-Revision-Date: 2009-04-27 17:19-0300\n"
7
+ "Last-Translator: Gabriel Scheffer <scheffer.gabriel@gmail.com>\n"
8
+ "Language-Team: Frank Bueltge <frank@bueltge.de>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-SourceCharset: utf-8\n"
13
+ "X-Poedit-KeywordsList: __;_e\n"
14
+ "X-Poedit-Basepath: d:\\WP-Plugins\\adminimize\\trunk\\\n"
15
+ ": \n"
16
+ "X-Poedit-SearchPath-0: .\n"
17
+
18
+ #: adminimize.php:84
19
+ msgid "Unknown error."
20
+ msgstr "Error desconocido."
21
+
22
+ #: adminimize.php:91
23
+ msgid "The updates was saved."
24
+ msgstr "Los cambios se modificaron con éxito."
25
+
26
+ #: adminimize.php:92
27
+ msgid "You have not enough rights for edit entries in the database."
28
+ msgstr "Usted no tiene derechos suficientes para editar las entradas en la base de datos."
29
+
30
+ #: adminimize.php:93
31
+ msgid "All entries in the database was delleted."
32
+ msgstr "Todas las entradas en la base de datos se han eliminado."
33
+
34
+ #: adminimize.php:94
35
+ msgid "Set the checkbox on deinstall-button."
36
+ msgstr "Clicke en la casilla de verificación y presione el botón desinstalar."
37
+
38
+ #: adminimize.php:95
39
+ msgid "Can't load menu and submenu."
40
+ msgstr "No se puede cargar el menú y submenú."
41
+
42
+ #: adminimize.php:96
43
+ msgid "Backend-Theme was activated!"
44
+ msgstr "El tema se ha activado!"
45
+
46
+ #: adminimize.php:347
47
+ #: adminimize_page.php:395
48
+ #: adminimize_page.php:797
49
+ msgid "Categories"
50
+ msgstr "Categorías"
51
+
52
+ #: adminimize.php:353
53
+ #: adminimize.php:364
54
+ msgid "+ Add New Category"
55
+ msgstr "+ Agregar nueva categoría"
56
+
57
+ #: adminimize.php:355
58
+ #: adminimize.php:366
59
+ msgid "New category name"
60
+ msgstr "Nueva categoría"
61
+
62
+ #: adminimize.php:356
63
+ #: adminimize.php:368
64
+ msgid "Parent category"
65
+ msgstr "Categoría padre"
66
+
67
+ #: adminimize.php:357
68
+ #: adminimize.php:369
69
+ msgid "Add"
70
+ msgstr "Agregar"
71
+
72
+ #: adminimize.php:366
73
+ #: adminimize_page.php:396
74
+ msgid "Add New Category"
75
+ msgstr "Agregar nueva categoría"
76
+
77
+ #: adminimize.php:390
78
+ #: adminimize.php:391
79
+ #: adminimize_page.php:394
80
+ msgid "Tags"
81
+ msgstr "Etiquetas"
82
+
83
+ #: adminimize.php:431
84
+ #: adminimize.php:445
85
+ #: adminimize.php:459
86
+ msgid "Blue"
87
+ msgstr "Azul"
88
+
89
+ #: adminimize.php:438
90
+ #: adminimize.php:452
91
+ #: adminimize.php:466
92
+ msgid "Gray"
93
+ msgstr "Gris"
94
+
95
+ #: adminimize.php:474
96
+ #: adminimize.php:516
97
+ #: adminimize.php:539
98
+ msgid "Classic"
99
+ msgstr "Clasico"
100
+
101
+ #: adminimize.php:481
102
+ #: adminimize.php:523
103
+ #: adminimize.php:546
104
+ msgid "Fresh"
105
+ msgstr "Fresco"
106
+
107
+ #: adminimize.php:488
108
+ msgid "WordPress 2.3"
109
+ msgstr "WordPress 2.3"
110
+
111
+ #: adminimize.php:495
112
+ msgid "Maybe i'm colorblind"
113
+ msgstr "Tal vez soy daltónico"
114
+
115
+ #: adminimize.php:502
116
+ msgid "Grey"
117
+ msgstr "Gris"
118
+
119
+ #: adminimize.php:630
120
+ #: adminimize.php:633
121
+ msgid "Dashboard"
122
+ msgstr "Dashboard"
123
+
124
+ #: adminimize.php:692
125
+ #: adminimize.php:694
126
+ #: adminimize.php:707
127
+ #: adminimize.php:709
128
+ #: adminimize.php:907
129
+ msgid "Log Out"
130
+ msgstr "Cerrar sesión"
131
+
132
+ #: adminimize.php:926
133
+ msgid "Visit plugin homepage"
134
+ msgstr "Visita la página principal del plugin"
135
+
136
+ #: adminimize.php:929
137
+ msgid "plugin"
138
+ msgstr "plugin"
139
+
140
+ #: adminimize.php:929
141
+ msgid "Version"
142
+ msgstr "Versión"
143
+
144
+ #: adminimize.php:929
145
+ msgid "History"
146
+ msgstr "Historia"
147
+
148
+ #: adminimize.php:929
149
+ msgid "Author"
150
+ msgstr "Autor"
151
+
152
+ #: adminimize.php:932
153
+ msgid "plugin activate"
154
+ msgstr "activar el plugin"
155
+
156
+ #: adminimize.php:947
157
+ msgid "Settings"
158
+ msgstr "Configuración"
159
+
160
+ #: adminimize.php:1007
161
+ msgid "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Documentation</a>"
162
+ msgstr "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Documentación</a>"
163
+
164
+ #: adminimize.php:1024
165
+ #: adminimize_page.php:70
166
+ msgid "Adminimize"
167
+ msgstr "Adminimize"
168
+
169
+ #: adminimize.php:1026
170
+ msgid "Adminimize Options"
171
+ msgstr "Opciones de Adminimize"
172
+
173
+ #: adminimize.php:1040
174
+ msgid "Cheatin&#8217; uh?"
175
+ msgstr "Cheatin&#8217; uh?"
176
+
177
+ #: adminimize_page.php:74
178
+ #: adminimize_page.php:217
179
+ #: adminimize_page.php:331
180
+ #: adminimize_page.php:596
181
+ #: adminimize_page.php:678
182
+ #: adminimize_page.php:760
183
+ #: adminimize_page.php:881
184
+ #: adminimize_page.php:962
185
+ #: adminimize_page.php:982
186
+ msgid "Click to toggle"
187
+ msgstr "Haga clic para ver"
188
+
189
+ #: adminimize_page.php:75
190
+ msgid "Backend Options"
191
+ msgstr "Opciones Generales"
192
+
193
+ #: adminimize_page.php:84
194
+ msgid "User-Info"
195
+ msgstr "Información de usuario"
196
+
197
+ #: adminimize_page.php:88
198
+ #: adminimize_page.php:101
199
+ #: adminimize_page.php:111
200
+ #: adminimize_page.php:121
201
+ #: adminimize_page.php:131
202
+ #: adminimize_page.php:141
203
+ #: adminimize_page.php:151
204
+ #: adminimize_page.php:161
205
+ #: adminimize_page.php:190
206
+ msgid "Default"
207
+ msgstr "Predeterminado"
208
+
209
+ #: adminimize_page.php:89
210
+ #: adminimize_page.php:112
211
+ msgid "Hide"
212
+ msgstr "Ocultar"
213
+
214
+ #: adminimize_page.php:90
215
+ msgid "Only logout"
216
+ msgstr "Sólo salir"
217
+
218
+ #: adminimize_page.php:91
219
+ msgid "User &amp; Logout"
220
+ msgstr " Usuario &amp; Cerrar sesión "
221
+
222
+ #: adminimize_page.php:92
223
+ msgid "The &quot;User-Info-area&quot; is on the top right side of the backend. You can hide or reduced show."
224
+ msgstr "Usted puede ocultar o mostrar reducido el &quot;área de información de usuario&quot; \"es en la parte superior derecha\" de la Administracion"
225
+
226
+ #: adminimize_page.php:97
227
+ msgid "Change User-Info, redirect to"
228
+ msgstr "Cambio de usuario-info, se redirige a"
229
+
230
+ #: adminimize_page.php:102
231
+ msgid "Frontpage of the Blog"
232
+ msgstr "Portada del Blog"
233
+
234
+ #: adminimize_page.php:103
235
+ msgid "When the &quot;User-Info-area&quot; change it, then it is possible to change the redirect."
236
+ msgstr "Cuando el area de informacion del usuario cambia, es posible cambiar la redirección."
237
+
238
+ #: adminimize_page.php:107
239
+ msgid "Footer"
240
+ msgstr "Pie de página"
241
+
242
+ #: adminimize_page.php:113
243
+ msgid "The Footer-area kann hide, include all links and details."
244
+ msgstr "Oculta \"TODO\" el pie de pagina."
245
+
246
+ #: adminimize_page.php:117
247
+ msgid "WriteScroll"
248
+ msgstr "WriteScroll"
249
+
250
+ #: adminimize_page.php:122
251
+ #: adminimize_page.php:132
252
+ #: adminimize_page.php:142
253
+ #: adminimize_page.php:152
254
+ #: adminimize_page.php:162
255
+ msgid "Activate"
256
+ msgstr "Activar"
257
+
258
+ #: adminimize_page.php:123
259
+ msgid "With the WriteScroll option active, these pages will automatically scroll to an optimal position for editing, when you visit Write Post or Write Page."
260
+ msgstr "Con la opción activa, la página automáticamente se modifica para una óptima edición."
261
+
262
+ #: adminimize_page.php:127
263
+ msgid "Timestamp"
264
+ msgstr "Fecha y hora"
265
+
266
+ #: adminimize_page.php:133
267
+ msgid "Opens the post timestamp editing fields without you having to click the \"Edit\" link every time."
268
+ msgstr "Deja abierto el campo de edición \"fecha y hora\", sin que usted tenga que hacer clic en el vínculo \"Modificar\"."
269
+
270
+ #: adminimize_page.php:137
271
+ msgid "Thickbox FullScreen"
272
+ msgstr "Thickbox en Pantalla Completa"
273
+
274
+ #: adminimize_page.php:143
275
+ msgid "All Thickbox-function use the full area of the browser. Thickbox is for examble in upload media-files."
276
+ msgstr "Thickbox se usa por ejemplo, para cargar los archivos de los medios."
277
+
278
+ #: adminimize_page.php:147
279
+ msgid "Flashuploader"
280
+ msgstr "Cargador \"Flash\""
281
+
282
+ #: adminimize_page.php:153
283
+ msgid "Disable the flashuploader and users use only the standard uploader."
284
+ msgstr " Deshabilitar el uso del cargador \"Flash\" y los usuarios sólo el nivel de carga."
285
+
286
+ #: adminimize_page.php:157
287
+ msgid "Advice in Footer"
288
+ msgstr "Creditos en Pie de página"
289
+
290
+ #: adminimize_page.php:164
291
+ msgid "In the Footer kann you display a advice for change the Default-design, (x)HTML is possible."
292
+ msgstr "Puede cambiar el valor por defecto del pie de pagina de su diseño mostrando creditos adicionales, (x)HTML es valido."
293
+
294
+ #: adminimize_page.php:186
295
+ msgid "Dashboard deaktivate, redirect to"
296
+ msgstr "Cuando el \"Dashboard\" se desactive, redirigir a"
297
+
298
+ #: adminimize_page.php:191
299
+ msgid "Manage Posts"
300
+ msgstr "Gestionar Entradas"
301
+
302
+ #: adminimize_page.php:192
303
+ msgid "Manage Pages"
304
+ msgstr "Gestionar Páginas"
305
+
306
+ #: adminimize_page.php:193
307
+ msgid "Write Post"
308
+ msgstr "Escribir Entrada"
309
+
310
+ #: adminimize_page.php:194
311
+ msgid "Write Page"
312
+ msgstr "Escribir Pagina"
313
+
314
+ #: adminimize_page.php:195
315
+ msgid "Comments"
316
+ msgstr "Comentarios"
317
+
318
+ #: adminimize_page.php:196
319
+ msgid "other Page"
320
+ msgstr "otra página"
321
+
322
+ #: adminimize_page.php:199
323
+ msgid "You have deaktivate the Dashboard, please select a page for redirect?"
324
+ msgstr "Usted puede desabilitar el \"Dashboard\" por favor, seleccionar una página para redireccionar?"
325
+
326
+ #: adminimize_page.php:208
327
+ #: adminimize_page.php:322
328
+ #: adminimize_page.php:587
329
+ #: adminimize_page.php:669
330
+ #: adminimize_page.php:751
331
+ #: adminimize_page.php:871
332
+ msgid "Update Options"
333
+ msgstr "Opciones de Actualización"
334
+
335
+ #: adminimize_page.php:218
336
+ msgid "Global options"
337
+ msgstr "Opciones globales"
338
+
339
+ #: adminimize_page.php:225
340
+ #: adminimize_page.php:297
341
+ #: adminimize_page.php:644
342
+ #: adminimize_page.php:726
343
+ #: adminimize_page.php:768
344
+ #: adminimize_page.php:846
345
+ msgid "Option"
346
+ msgstr "Opciones"
347
+
348
+ #: adminimize_page.php:228
349
+ #: adminimize_page.php:341
350
+ #: adminimize_page.php:607
351
+ #: adminimize_page.php:689
352
+ #: adminimize_page.php:771
353
+ msgid "Deactivate for"
354
+ msgstr "Desactivar para"
355
+
356
+ #: adminimize_page.php:248
357
+ msgid "Favorite Actions"
358
+ msgstr "Acciones favoritas"
359
+
360
+ #: adminimize_page.php:249
361
+ msgid "Screen-Meta"
362
+ msgstr "Screen-Meta"
363
+
364
+ #: adminimize_page.php:250
365
+ msgid "Screen Options"
366
+ msgstr "Opciones de pantalla"
367
+
368
+ #: adminimize_page.php:251
369
+ msgid "Contextual Help"
370
+ msgstr "Ayuda contextual"
371
+
372
+ #: adminimize_page.php:252
373
+ msgid "Admin Color Scheme"
374
+ msgstr "Colores de la administración"
375
+
376
+ #: adminimize_page.php:296
377
+ #: adminimize_page.php:845
378
+ msgid "Your own options"
379
+ msgstr "Sus propias opciones"
380
+
381
+ #: adminimize_page.php:296
382
+ #: adminimize_page.php:643
383
+ #: adminimize_page.php:725
384
+ #: adminimize_page.php:845
385
+ msgid "ID or class"
386
+ msgstr "ID o class"
387
+
388
+ #: adminimize_page.php:303
389
+ #: adminimize_page.php:650
390
+ #: adminimize_page.php:732
391
+ #: adminimize_page.php:852
392
+ msgid "It is possible to add your own IDs or classes from elements and tags. You can find IDs and classes with the FireBug Add-on for Firefox. Assign a value and the associate name per line."
393
+ msgstr "Es posible añadir sus propios ID's o Clases de elementos y etiquetas. Usted puede encontrar las ID's y las Clases con un Agregado de Firefox llamado Firebug. Para asignar un valor asociado y el nombre por línea."
394
+
395
+ #: adminimize_page.php:309
396
+ #: adminimize_page.php:656
397
+ #: adminimize_page.php:738
398
+ #: adminimize_page.php:858
399
+ msgid "Possible IDs or classes. Separate multiple values through a carriage return."
400
+ msgstr "Posibles ID's y Clases, Separa múltiples valores a través de un \"return\"."
401
+
402
+ #: adminimize_page.php:314
403
+ #: adminimize_page.php:661
404
+ #: adminimize_page.php:743
405
+ #: adminimize_page.php:863
406
+ msgid "Possible nomination for ID or class. Separate multiple nomination through a carriage return."
407
+ msgstr "Posible designación de ID o Clase. Separa las candidaturas a través de un \"return\"."
408
+
409
+ #: adminimize_page.php:332
410
+ msgid "Menu Options"
411
+ msgstr "Opciones del Menú"
412
+
413
+ #: adminimize_page.php:338
414
+ msgid "Menu options - Menu, <span style=\\\"font-weight: 400;\\\">Submenu</span>"
415
+ msgstr "Opciones de menú - Menu, <span style=\"font-weight: 400;\">Submenu</span>"
416
+
417
+ #: adminimize_page.php:393
418
+ #: adminimize_page.php:475
419
+ msgid "Permalink"
420
+ msgstr "Enlace permanente"
421
+
422
+ #: adminimize_page.php:397
423
+ msgid "Excerpt"
424
+ msgstr "Extracto"
425
+
426
+ #: adminimize_page.php:398
427
+ msgid "Trackbacks"
428
+ msgstr "Trackbacks"
429
+
430
+ #: adminimize_page.php:399
431
+ #: adminimize_page.php:476
432
+ msgid "Custom Fields"
433
+ msgstr "Campos personalizados"
434
+
435
+ #: adminimize_page.php:400
436
+ #: adminimize_page.php:477
437
+ msgid "Comments &amp; Pings"
438
+ msgstr "Comentarios &amp; Pings"
439
+
440
+ #: adminimize_page.php:401
441
+ msgid "Password Protect This Post"
442
+ msgstr "Proteger esta entrada con contraseña"
443
+
444
+ #: adminimize_page.php:402
445
+ msgid "Post Author"
446
+ msgstr "Autor"
447
+
448
+ #: adminimize_page.php:403
449
+ msgid "Post Revisions"
450
+ msgstr "Revisiones de la entrada"
451
+
452
+ #: adminimize_page.php:404
453
+ msgid "Related, Shortcuts"
454
+ msgstr "Relacionados, accesos directos"
455
+
456
+ #: adminimize_page.php:405
457
+ #: adminimize_page.php:485
458
+ msgid "Messenges"
459
+ msgstr "Mensajes"
460
+
461
+ #: adminimize_page.php:406
462
+ #: adminimize_page.php:486
463
+ msgid "h2: Advanced Options"
464
+ msgstr "h2:Opciones avanzadas"
465
+
466
+ #: adminimize_page.php:407
467
+ #: adminimize_page.php:487
468
+ msgid "Media Buttons (all)"
469
+ msgstr "Botones de los medios (todos)"
470
+
471
+ #: adminimize_page.php:408
472
+ #: adminimize_page.php:488
473
+ msgid "Word count"
474
+ msgstr "De palabras"
475
+
476
+ #: adminimize_page.php:409
477
+ msgid "Post Slug, Slug Box"
478
+ msgstr "Publicar Slug, Slug \"Box\""
479
+
480
+ #: adminimize_page.php:410
481
+ #: adminimize_page.php:490
482
+ #: adminimize_page.php:801
483
+ msgid "Publish Actions"
484
+ msgstr "Publicar Acciones"
485
+
486
+ #: adminimize_page.php:414
487
+ #: adminimize_page.php:494
488
+ msgid "Suggested tags from"
489
+ msgstr "Sugiere las etiquetas de"
490
+
491
+ #: adminimize_page.php:416
492
+ msgid "Text Control"
493
+ msgstr "Control de texto"
494
+
495
+ #: adminimize_page.php:418
496
+ #: adminimize_page.php:496
497
+ msgid "HTML Special Characters"
498
+ msgstr "HTML Caracteres especiales"
499
+
500
+ #: adminimize_page.php:478
501
+ msgid "Password Protect This Page"
502
+ msgstr "Proteger página con contraseña"
503
+
504
+ #: adminimize_page.php:479
505
+ msgid "Page Parent"
506
+ msgstr " Páginas Padres"
507
+
508
+ #: adminimize_page.php:480
509
+ msgid "Page Template"
510
+ msgstr "Plantilla de Página"
511
+
512
+ #: adminimize_page.php:481
513
+ msgid "Page Order"
514
+ msgstr "Orden de las páginas"
515
+
516
+ #: adminimize_page.php:482
517
+ msgid "Page Author"
518
+ msgstr "Autor de la página"
519
+
520
+ #: adminimize_page.php:483
521
+ msgid "Page Revisions"
522
+ msgstr "Revisiones de la página"
523
+
524
+ #: adminimize_page.php:484
525
+ msgid "Related"
526
+ msgstr "Relacionado"
527
+
528
+ #: adminimize_page.php:489
529
+ msgid "Page Slug, Slug Box"
530
+ msgstr " Páginas Slug, Slug \"Box\""
531
+
532
+ #: adminimize_page.php:597
533
+ #: adminimize_page.php:604
534
+ msgid "Write options - Post"
535
+ msgstr "Opciones de escritura - Entradas"
536
+
537
+ #: adminimize_page.php:643
538
+ msgid "Your own post options"
539
+ msgstr "Sus propias opciones en \"entradas\""
540
+
541
+ #: adminimize_page.php:679
542
+ #: adminimize_page.php:686
543
+ msgid "Write options - Page"
544
+ msgstr "Opciones de escritura - Paginas"
545
+
546
+ #: adminimize_page.php:725
547
+ msgid "Your own page options"
548
+ msgstr "Sus propias opciones en \"pagínas\""
549
+
550
+ #: adminimize_page.php:761
551
+ msgid "Links options"
552
+ msgstr "Opciones de enlaces"
553
+
554
+ #: adminimize_page.php:794
555
+ msgid "Name"
556
+ msgstr "Nombre"
557
+
558
+ #: adminimize_page.php:795
559
+ msgid "Web Address"
560
+ msgstr "Dirección web"
561
+
562
+ #: adminimize_page.php:796
563
+ msgid "Description"
564
+ msgstr "Descripción"
565
+
566
+ #: adminimize_page.php:798
567
+ msgid "Target"
568
+ msgstr "Target"
569
+
570
+ #: adminimize_page.php:799
571
+ msgid "Link Relationship (XFN)"
572
+ msgstr "Relacion de contacto (XFN)"
573
+
574
+ #: adminimize_page.php:800
575
+ msgid "Advanced"
576
+ msgstr "Avanzada"
577
+
578
+ #: adminimize_page.php:882
579
+ #: adminimize_page.php:952
580
+ msgid "Set Theme"
581
+ msgstr "Establecer Tema"
582
+
583
+ #: adminimize_page.php:891
584
+ msgid "User-ID"
585
+ msgstr "Usuario-ID"
586
+
587
+ #: adminimize_page.php:892
588
+ msgid "Username"
589
+ msgstr "Nombre de usuario"
590
+
591
+ #: adminimize_page.php:893
592
+ msgid "Display name publicly as"
593
+ msgstr "Nombre para mostrar al público como"
594
+
595
+ #: adminimize_page.php:894
596
+ msgid "Admin-Color Scheme"
597
+ msgstr "Colores de la administración"
598
+
599
+ #: adminimize_page.php:895
600
+ msgid "User Level"
601
+ msgstr "Nivel de Usuario"
602
+
603
+ #: adminimize_page.php:896
604
+ msgid "Role"
605
+ msgstr "Role"
606
+
607
+ #: adminimize_page.php:963
608
+ msgid "Deinstall Options"
609
+ msgstr "Opciones de desinstalacion"
610
+
611
+ #: adminimize_page.php:966
612
+ msgid "Use this option for clean your database from all entries of this plugin. When you deactivate the plugin, the deinstall of the plugin <strong>clean not</strong> all entries in the database."
613
+ msgstr "Utiliza esta opción para limpiar la base de datos de todas las entradas de este plugin. Cuando desactiva o desinstala el plugin <strong> no limpia </ strong> todas las entradas en la base de datos."
614
+
615
+ #: adminimize_page.php:970
616
+ msgid "Delete Options"
617
+ msgstr "Borrar Opciones"
618
+
619
+ #: adminimize_page.php:983
620
+ msgid "About the plugin"
621
+ msgstr "Acerca del plugin"
622
+
623
+ #: adminimize_page.php:985
624
+ msgid "Further information: Visit the <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">plugin homepage</a> for further information or to grab the latest version of this plugin."
625
+ msgstr "Nota: Para más información o para obtener la última versión de este plugin, visite la<a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">Pagína del Plugin</a> "
626
+
627
+ #: adminimize_page.php:991
628
+ msgid "PayPal - The safer, easier way to pay online!"
629
+ msgstr "PayPal - Más fácil de pagar en línea!"
630
+
631
+ #: adminimize_page.php:995
632
+ msgid "You want to thank me? Visit my <a href=\"http://bueltge.de/wunschliste/\">wishlist</a> or donate."
633
+ msgstr "¿Quieres dar las gracias por el plugins? Visita el sitio del creador: <a href=\"http://bueltge.de/wunschliste/\">Wishlist</a> o donar."
634
+
languages/adminimize-fr_FR.mo ADDED
Binary file
languages/adminimize-fr_FR.po ADDED
@@ -0,0 +1,692 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Adminimize\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2009-04-27 10:55+0100\n"
6
+ "PO-Revision-Date: 2010-08-25 12:38+0100\n"
7
+ "Last-Translator: Marc LIOTARD <marc.liotard@free.fr>\n"
8
+ "Language-Team: Frank Bueltge <frank@bueltge.de>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-SourceCharset: utf-8\n"
13
+ "X-Poedit-KeywordsList: __;_e\n"
14
+ "X-Poedit-Basepath: d:\\WP-Plugins\\adminimize\\trunk\\\n"
15
+ ": \n"
16
+ "X-Poedit-SearchPath-0: .\n"
17
+
18
+ #: adminimize.php:84
19
+ msgid "Unknown error."
20
+ msgstr "Erreur inconnue."
21
+
22
+ #: adminimize.php:91
23
+ msgid "The updates was saved."
24
+ msgstr "Les modifications ont été enregistrées."
25
+
26
+ #: adminimize.php:92
27
+ msgid "You have not enough rights for edit entries in the database."
28
+ msgstr "Vous n'avez pas les droits suffisants pour éditer ces données."
29
+
30
+ #: adminimize.php:93
31
+ msgid "All entries in the database was delleted."
32
+ msgstr "Toutes les données ont été effacées."
33
+
34
+ #: adminimize.php:94
35
+ msgid "Set the checkbox on deinstall-button."
36
+ msgstr "Cocher la case et cliquer sur le bouton désinstaller."
37
+
38
+ #: adminimize.php:95
39
+ msgid "Can't load menu and submenu."
40
+ msgstr "Impossible de charger le menu et le sous-menu."
41
+
42
+ #: adminimize.php:96
43
+ msgid "Backend-Theme was activated!"
44
+ msgstr "Le thème a été activé !"
45
+
46
+ #: adminimize.php:347
47
+ #: adminimize_page.php:395
48
+ #: adminimize_page.php:797
49
+ msgid "Categories"
50
+ msgstr "Catégories"
51
+
52
+ #: adminimize.php:353
53
+ #: adminimize.php:364
54
+ msgid "+ Add New Category"
55
+ msgstr "+ Ajouter une nouvelle catégorie"
56
+
57
+ #: adminimize.php:355
58
+ #: adminimize.php:366
59
+ msgid "New category name"
60
+ msgstr "Nouvelle catégorie"
61
+
62
+ #: adminimize.php:356
63
+ #: adminimize.php:368
64
+ msgid "Parent category"
65
+ msgstr "Catégorie mère"
66
+
67
+ #: adminimize.php:357
68
+ #: adminimize.php:369
69
+ msgid "Add"
70
+ msgstr "Ajouter"
71
+
72
+ #: adminimize.php:366
73
+ #: adminimize_page.php:396
74
+ msgid "Add New Category"
75
+ msgstr "Ajouter nouvelle catégorie"
76
+
77
+ #: adminimize.php:390
78
+ #: adminimize.php:391
79
+ #: adminimize_page.php:394
80
+ msgid "Tags"
81
+ msgstr "Etiquettes"
82
+
83
+ #: adminimize.php:431
84
+ #: adminimize.php:445
85
+ #: adminimize.php:459
86
+ msgid "Blue"
87
+ msgstr "Bleu"
88
+
89
+ #: adminimize.php:438
90
+ #: adminimize.php:452
91
+ #: adminimize.php:466
92
+ msgid "Gray"
93
+ msgstr "Gris"
94
+
95
+ #: adminimize.php:474
96
+ #: adminimize.php:516
97
+ #: adminimize.php:539
98
+ msgid "Classic"
99
+ msgstr "Classique"
100
+
101
+ #: adminimize.php:481
102
+ #: adminimize.php:523
103
+ #: adminimize.php:546
104
+ msgid "Fresh"
105
+ msgstr "Frais"
106
+
107
+ #: adminimize.php:488
108
+ msgid "WordPress 2.3"
109
+ msgstr "WordPress 2.3"
110
+
111
+ #: adminimize.php:495
112
+ msgid "Maybe i'm colorblind"
113
+ msgstr "Peut-être suis-je daltonien"
114
+
115
+ #: adminimize.php:502
116
+ msgid "Grey"
117
+ msgstr "Gris"
118
+
119
+ #: adminimize.php:630
120
+ #: adminimize.php:633
121
+ msgid "Dashboard"
122
+ msgstr "Tableau de bord"
123
+
124
+ #: adminimize.php:692
125
+ #: adminimize.php:694
126
+ #: adminimize.php:707
127
+ #: adminimize.php:709
128
+ #: adminimize.php:907
129
+ msgid "Log Out"
130
+ msgstr "Se déconnecter"
131
+
132
+ #: adminimize.php:926
133
+ msgid "Visit plugin homepage"
134
+ msgstr "Visiter la page Web de l'extension"
135
+
136
+ #: adminimize.php:929
137
+ msgid "plugin"
138
+ msgstr "extension"
139
+
140
+ #: adminimize.php:929
141
+ msgid "Version"
142
+ msgstr "Version"
143
+
144
+ #: adminimize.php:929
145
+ msgid "History"
146
+ msgstr "Historique"
147
+
148
+ #: adminimize.php:929
149
+ msgid "Author"
150
+ msgstr "Auteur"
151
+
152
+ #: adminimize.php:932
153
+ msgid "plugin activate"
154
+ msgstr "activer le plugin"
155
+
156
+ #: adminimize.php:947
157
+ msgid "Settings"
158
+ msgstr "Paramètres"
159
+
160
+ #: adminimize.php:1007
161
+ msgid "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Documentation</a>"
162
+ msgstr "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Documentation</a>"
163
+
164
+ #: adminimize.php:1024
165
+ #: adminimize_page.php:70
166
+ msgid "Adminimize"
167
+ msgstr "Adminimize"
168
+
169
+ #: adminimize.php:1026
170
+ msgid "Adminimize Options"
171
+ msgstr "Options d'Adminimize"
172
+
173
+ #: adminimize.php:1040
174
+ msgid "Cheatin&#8217; uh?"
175
+ msgstr "Vous trichez ?"
176
+
177
+ #: adminimize_page.php:74
178
+ #: adminimize_page.php:217
179
+ #: adminimize_page.php:331
180
+ #: adminimize_page.php:596
181
+ #: adminimize_page.php:678
182
+ #: adminimize_page.php:760
183
+ #: adminimize_page.php:881
184
+ #: adminimize_page.php:962
185
+ #: adminimize_page.php:982
186
+ msgid "Click to toggle"
187
+ msgstr "Cliquer pour visualiser"
188
+
189
+ #: adminimize_page.php:75
190
+ msgid "Backend Options"
191
+ msgstr "Options de l'interface d'administration"
192
+
193
+ #: adminimize_page.php:84
194
+ msgid "User-Info"
195
+ msgstr "Raccourcis utilisateur"
196
+
197
+ #: adminimize_page.php:88
198
+ #: adminimize_page.php:101
199
+ #: adminimize_page.php:111
200
+ #: adminimize_page.php:121
201
+ #: adminimize_page.php:131
202
+ #: adminimize_page.php:141
203
+ #: adminimize_page.php:151
204
+ #: adminimize_page.php:161
205
+ #: adminimize_page.php:190
206
+ msgid "Default"
207
+ msgstr "Par défaut"
208
+
209
+ #: adminimize_page.php:89
210
+ #: adminimize_page.php:112
211
+ msgid "Hide"
212
+ msgstr "Cacher"
213
+
214
+ #: adminimize_page.php:90
215
+ msgid "Only logout"
216
+ msgstr "Lien de déconnexion seulement"
217
+
218
+ #: adminimize_page.php:91
219
+ msgid "User &amp; Logout"
220
+ msgstr "Lien vers profil et lien de déconnexion"
221
+
222
+ #: adminimize_page.php:92
223
+ msgid "The &quot;User-Info-area&quot; is on the top right side of the backend. You can hide or reduced show."
224
+ msgstr "Permet de modifier ou de cacher les raccourcis utilisateur en haut à droite de l'interface d'administration"
225
+
226
+ #: adminimize_page.php:97
227
+ msgid "Change User-Info, redirect to"
228
+ msgstr "Redirection raccourcis utilisateur"
229
+
230
+ #: adminimize_page.php:102
231
+ msgid "Frontpage of the Blog"
232
+ msgstr "Page d'accueil du site"
233
+
234
+ #: adminimize_page.php:103
235
+ msgid "When the &quot;User-Info-area&quot; change it, then it is possible to change the redirect."
236
+ msgstr "Permet de changer la redirection quand le raccourci utilisateur en haut à droite est désactivé"
237
+
238
+ #: adminimize_page.php:107
239
+ msgid "Footer"
240
+ msgstr "Pied de page"
241
+
242
+ #: adminimize_page.php:113
243
+ msgid "The Footer-area can hide, include all links and details."
244
+ msgstr "Permet de cacher le pied de page et les liens et informations qu'il contient"
245
+
246
+ #: adminimize_page.php:117
247
+ msgid "WriteScroll"
248
+ msgstr "WriteScroll"
249
+
250
+ #: adminimize_page.php:122
251
+ #: adminimize_page.php:132
252
+ #: adminimize_page.php:142
253
+ #: adminimize_page.php:152
254
+ #: adminimize_page.php:162
255
+ msgid "Activate"
256
+ msgstr "Activé"
257
+
258
+ #: adminimize_page.php:123
259
+ msgid "With the WriteScroll option active, these pages will automatically scroll to an optimal position for editing, when you visit Write Post or Write Page."
260
+ msgstr "Permet de positionner l'utilisateur directement sur le champ de saisie lorsqu'il édite une page ou un article."
261
+
262
+ #: adminimize_page.php:127
263
+ msgid "Timestamp"
264
+ msgstr "Heure/date de publication"
265
+
266
+ #: adminimize_page.php:133
267
+ msgid "Opens the post timestamp editing fields without you having to click the \"Edit\" link every time."
268
+ msgstr "Laisse le champ d'édition de la date et de l'heure \"ouvert\", sans avoir à cliquer sur le bouton \"Editer\" à chaque fois."
269
+
270
+ #: adminimize_page.php:137
271
+ msgid "Thickbox FullScreen"
272
+ msgstr "Thickbox en plein écran"
273
+
274
+ #: adminimize_page.php:143
275
+ msgid "All Thickbox-function use the full area of the browser. Thickbox is for example in upload media-files."
276
+ msgstr "Permet un affichage plein écran des thickbox (par exemple pour le chargement des fichiers images dans un article)"
277
+
278
+ #: adminimize_page.php:147
279
+ msgid "Flashuploader"
280
+ msgstr "Outil de mise en ligne Flash"
281
+
282
+ #: adminimize_page.php:153
283
+ msgid "Disable the flashuploader and users use only the standard uploader."
284
+ msgstr "Permet de désactiver l'outil de mise en ligne basé sur Flash, obligeant les utilisateurs à utiliser la méthode du navigateur."
285
+
286
+ #: adminimize_page.php:157
287
+ msgid "Advice in Footer"
288
+ msgstr "Informations du pied de page"
289
+
290
+ #: adminimize_page.php:286
291
+ msgid "In the Footer you can display an advice for changing the Default-design, (x)HTML is possible."
292
+ msgstr "Permet de changer la valeur par défaut du pied de page, en affichant des informations supplémentaires. (x)HTML autorisé."
293
+
294
+ #: adminimize_page.php:186
295
+ msgid "Dashboard deactivate, redirect to"
296
+ msgstr "Redirection tableau de bord"
297
+
298
+ #: adminimize_page.php:191
299
+ msgid "Manage Posts"
300
+ msgstr "Gestion des articles"
301
+
302
+ #: adminimize_page.php:192
303
+ msgid "Manage Pages"
304
+ msgstr "Gestion des pages"
305
+
306
+ #: adminimize_page.php:193
307
+ msgid "Write Post"
308
+ msgstr "Ecrire un article"
309
+
310
+ #: adminimize_page.php:194
311
+ msgid "Write Page"
312
+ msgstr "Ecrire une page"
313
+
314
+ #: adminimize_page.php:195
315
+ msgid "Comments"
316
+ msgstr "Commentaires"
317
+
318
+ #: adminimize_page.php:196
319
+ msgid "other Page"
320
+ msgstr "autre page"
321
+
322
+ #: adminimize_page.php:199
323
+ msgid "You have deactivated the Dashboard, please select a page for redirection?"
324
+ msgstr "Permet de changer la redirection quand le tableau de bord est désactivé."
325
+
326
+ #: adminimize_page.php:208
327
+ #: adminimize_page.php:322
328
+ #: adminimize_page.php:587
329
+ #: adminimize_page.php:669
330
+ #: adminimize_page.php:751
331
+ #: adminimize_page.php:871
332
+ msgid "Update Options"
333
+ msgstr "Enregistrer les options"
334
+
335
+ #: adminimize_page.php:218
336
+ msgid "Global options"
337
+ msgstr "Options générales"
338
+
339
+ #: adminimize_page.php:225
340
+ #: adminimize_page.php:297
341
+ #: adminimize_page.php:644
342
+ #: adminimize_page.php:726
343
+ #: adminimize_page.php:768
344
+ #: adminimize_page.php:846
345
+ msgid "Option"
346
+ msgstr "Options"
347
+
348
+ #: adminimize_page.php:228
349
+ #: adminimize_page.php:341
350
+ #: adminimize_page.php:607
351
+ #: adminimize_page.php:689
352
+ #: adminimize_page.php:771
353
+ msgid "Deactivate for"
354
+ msgstr "Désactiver pour le rôle"
355
+
356
+ #: adminimize_page.php:248
357
+ msgid "Favorite Actions"
358
+ msgstr "Actions favorites"
359
+
360
+ #: adminimize_page.php:249
361
+ msgid "Screen-Meta"
362
+ msgstr "Screen-Meta"
363
+
364
+ #: adminimize_page.php:250
365
+ msgid "Screen Options"
366
+ msgstr "Options de l'écran"
367
+
368
+ #: adminimize_page.php:251
369
+ msgid "Contextual Help"
370
+ msgstr "Aide contextuelle"
371
+
372
+ #: adminimize_page.php:252
373
+ msgid "Admin Color Scheme"
374
+ msgstr "Couleurs de l'interface d'administration"
375
+
376
+ #: adminimize_page.php:269
377
+ msgid "Category Height"
378
+ msgstr "Hauteur du bloc Catégories"
379
+
380
+ #: adminimize_page.php:275
381
+ msgid "View the Meta Box with Categories in the full height, no scrollbar or whitespace."
382
+ msgstr "Permet de visualiser le bloc catégories dans sa hauteur complète, sans barre déroulante ou espaces blancs."
383
+
384
+ #: adminimize_page.php:296
385
+ #: adminimize_page.php:845
386
+ msgid "Your own options"
387
+ msgstr "Options personnelles"
388
+
389
+ #: adminimize_page.php:296
390
+ #: adminimize_page.php:643
391
+ #: adminimize_page.php:725
392
+ #: adminimize_page.php:845
393
+ msgid "ID or class"
394
+ msgstr "ID ou class"
395
+
396
+ #: adminimize_page.php:303
397
+ #: adminimize_page.php:650
398
+ #: adminimize_page.php:732
399
+ #: adminimize_page.php:852
400
+ msgid "It is possible to add your own IDs or classes from elements and tags. You can find IDs and classes with the FireBug Add-on for Firefox. Assign a value and the associate name per line."
401
+ msgstr "Il est possible d'ajouter les ID et classes CSS des éléments apparaissant à l'écran. Vous pouvez les identifier en utilisant l'extension Firebug pour Firefox. Saisissez un nom et un libellé CSS par ligne."
402
+
403
+ #: adminimize_page.php:309
404
+ #: adminimize_page.php:656
405
+ #: adminimize_page.php:738
406
+ #: adminimize_page.php:858
407
+ msgid "Possible IDs or classes. Separate multiple values through a carriage return."
408
+ msgstr "ID et classes CSS identifiant l'option. Chaque élément doit être séparé par un retour à la ligne."
409
+
410
+ #: adminimize_page.php:314
411
+ #: adminimize_page.php:661
412
+ #: adminimize_page.php:743
413
+ #: adminimize_page.php:863
414
+ msgid "Possible nomination for ID or class. Separate multiple nominations through a carriage return."
415
+ msgstr "Nom de l'option. Séparez chaque élément par un retour à la ligne."
416
+
417
+ #: adminimize_page.php:332
418
+ msgid "Menu Options"
419
+ msgstr "Options du menu Wordpress"
420
+
421
+ #: adminimize_page.php:338
422
+ msgid "Menu options - Menu, <span style=\\\"font-weight: 400;\\\">Submenu</span>"
423
+ msgstr "Options de menu - Menu, <span style=\"font-weight: 400;\">Sous-menu</span>"
424
+
425
+ #: adminimize_page.php:393
426
+ #: adminimize_page.php:475
427
+ msgid "Permalink"
428
+ msgstr "Lien permanent"
429
+
430
+ #: adminimize_page.php:397
431
+ msgid "Excerpt"
432
+ msgstr "Extrait"
433
+
434
+ #: adminimize_page.php:398
435
+ msgid "Trackbacks"
436
+ msgstr "Trackbacks"
437
+
438
+ #: adminimize_page.php:399
439
+ #: adminimize_page.php:476
440
+ msgid "Custom Fields"
441
+ msgstr "Champs personnalisés"
442
+
443
+ #: adminimize_page.php:400
444
+ #: adminimize_page.php:477
445
+ msgid "Comments &amp; Pings"
446
+ msgstr "Commentaires & pings"
447
+
448
+ #: adminimize_page.php:401
449
+ msgid "Password Protect This Post"
450
+ msgstr "Protéger cet article avec un mot de passe"
451
+
452
+ #: adminimize_page.php:402
453
+ msgid "Post Author"
454
+ msgstr "Auteur"
455
+
456
+ #: adminimize_page.php:403
457
+ msgid "Post Revisions"
458
+ msgstr "Révisions"
459
+
460
+ #: adminimize_page.php:404
461
+ msgid "Related, Shortcuts"
462
+ msgstr "Relations & raccourcis"
463
+
464
+ #: adminimize_page.php:405
465
+ #: adminimize_page.php:485
466
+ msgid "Messenges"
467
+ msgstr "Messages"
468
+
469
+ #: adminimize_page.php:406
470
+ #: adminimize_page.php:486
471
+ msgid "h2: Advanced Options"
472
+ msgstr "h2: Options avancées"
473
+
474
+ #: adminimize_page.php:407
475
+ #: adminimize_page.php:487
476
+ msgid "Media Buttons (all)"
477
+ msgstr "Boutons média (tous)"
478
+
479
+ #: adminimize_page.php:408
480
+ #: adminimize_page.php:488
481
+ msgid "Word count"
482
+ msgstr "Nombre de mots"
483
+
484
+ #: adminimize_page.php:409
485
+ msgid "Post Slug, Slug Box"
486
+ msgstr "Slug de l'article"
487
+
488
+ #: adminimize_page.php:410
489
+ #: adminimize_page.php:490
490
+ #: adminimize_page.php:801
491
+ msgid "Publish Actions"
492
+ msgstr "Actions de publication"
493
+
494
+ #: adminimize_page.php:414
495
+ #: adminimize_page.php:494
496
+ msgid "Suggested tags from"
497
+ msgstr "Suggestions de mots-clés"
498
+
499
+ #: adminimize_page.php:416
500
+ msgid "Text Control"
501
+ msgstr "Contrôle du texte"
502
+
503
+ #: adminimize_page.php:418
504
+ #: adminimize_page.php:496
505
+ msgid "HTML Special Characters"
506
+ msgstr "Caractères spéciaux HTML"
507
+
508
+ #: adminimize_page.php:478
509
+ msgid "Password Protect This Page"
510
+ msgstr "Protéger la page avec un mot de passe"
511
+
512
+ #: adminimize_page.php:479
513
+ msgid "Page Parent"
514
+ msgstr "Page parente"
515
+
516
+ #: adminimize_page.php:480
517
+ msgid "Page Template"
518
+ msgstr "Modèle de page"
519
+
520
+ #: adminimize_page.php:481
521
+ msgid "Page Order"
522
+ msgstr "Ordre de la page"
523
+
524
+ #: adminimize_page.php:482
525
+ msgid "Page Author"
526
+ msgstr "Auteur de la page"
527
+
528
+ #: adminimize_page.php:483
529
+ msgid "Page Revisions"
530
+ msgstr "Révisions"
531
+
532
+ #: adminimize_page.php:484
533
+ msgid "Related"
534
+ msgstr "En relation avec"
535
+
536
+ #: adminimize_page.php:489
537
+ msgid "Page Slug, Slug Box"
538
+ msgstr "Slug des pages"
539
+
540
+ #: adminimize_page.php:597
541
+ #: adminimize_page.php:604
542
+ msgid "Write options - Post"
543
+ msgstr "Options d'écriture (articles)"
544
+
545
+ #: adminimize_page.php:643
546
+ msgid "Your own post options"
547
+ msgstr "Options personnelles (articles)"
548
+
549
+ #: adminimize_page.php:679
550
+ #: adminimize_page.php:686
551
+ msgid "Write options - Page"
552
+ msgstr "Options d'écriture (pages)"
553
+
554
+ #: adminimize_page.php:725
555
+ msgid "Your own page options"
556
+ msgstr "Options personnelles (pages)"
557
+
558
+ #: adminimize_page.php:761
559
+ msgid "Links options"
560
+ msgstr "Options des liens"
561
+
562
+ #: adminimize_page.php:794
563
+ msgid "Name"
564
+ msgstr "Nom"
565
+
566
+ #: adminimize_page.php:795
567
+ msgid "Web Address"
568
+ msgstr "Adresse Web (URL)"
569
+
570
+ #: adminimize_page.php:796
571
+ msgid "Description"
572
+ msgstr "Description"
573
+
574
+ #: adminimize_page.php:798
575
+ msgid "Target"
576
+ msgstr "Cible"
577
+
578
+ #: adminimize_page.php:799
579
+ msgid "Link Relationship (XFN)"
580
+ msgstr "Relation de contact (XFN)"
581
+
582
+ #: adminimize_page.php:800
583
+ msgid "Advanced"
584
+ msgstr "Avancé"
585
+
586
+ #: adminimize_page.php:882
587
+ #: adminimize_page.php:952
588
+ msgid "Set Theme"
589
+ msgstr "Choisir un thème"
590
+
591
+ #: adminimize_page.php:891
592
+ msgid "User-ID"
593
+ msgstr "Identifiant utilisateur"
594
+
595
+ #: adminimize_page.php:892
596
+ msgid "Username"
597
+ msgstr "Nom d'utilisateur"
598
+
599
+ #: adminimize_page.php:893
600
+ msgid "Display name publicly as"
601
+ msgstr "Afficher publiquement le nom en tant que"
602
+
603
+ #: adminimize_page.php:894
604
+ msgid "Admin-Color Scheme"
605
+ msgstr "Thème couleur de l'administration"
606
+
607
+ #: adminimize_page.php:895
608
+ msgid "User Level"
609
+ msgstr "Niveau d'utilisateur"
610
+
611
+ #: adminimize_page.php:896
612
+ msgid "Role"
613
+ msgstr "Rôle"
614
+
615
+ #: adminimize_page.php:963
616
+ msgid "Deinstall Options"
617
+ msgstr "Options de désinstallation"
618
+
619
+ #: adminimize_page.php:966
620
+ msgid "Use this option for clean your database from all entries of this plugin. When you deactivate the plugin, the deinstall of the plugin <strong>clean not</strong> all entries in the database."
621
+ msgstr "Utiliser cette option pour nettoyer la base de données de tous les champs créés par l'extension (la désactivation et désinstallation de l'extension via le menu Wordpress <strong>ne nettoie pas</strong> ces champs dans la base de données)."
622
+
623
+ #: adminimize_page.php:970
624
+ msgid "Delete Options"
625
+ msgstr "Effacer les options"
626
+
627
+ #: adminimize_page.php:983
628
+ msgid "About the plugin"
629
+ msgstr "A propos de l'extension"
630
+
631
+ #: adminimize_page.php:985
632
+ msgid "Further information: Visit the <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">plugin homepage</a> for further information or to grab the latest version of this plugin."
633
+ msgstr "Pour plus d'informations, ou pour télécharger la dernière version de l'extension, rendez-vous sur la <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">page de l'extension</a>."
634
+
635
+ #: adminimize_page.php:991
636
+ msgid "PayPal - The safer, easier way to pay online!"
637
+ msgstr "PayPal - Le plus sûr et le plus facile moyen de paiement en ligne !"
638
+
639
+ #: adminimize_page.php:995
640
+ msgid "You want to thank me? Visit my <a href=\"http://bueltge.de/wunschliste/\">wishlist</a> or donate."
641
+ msgstr "Vous souhaitez me remercier ? Jettez un oeil à ma <a href=\"http://bueltge.de/wunschliste/\">wishlist</a> ou faites un don !"
642
+
643
+ #: adminimize_page.php:166
644
+ #: adminimize_page.php:1164
645
+ msgid "Export/Import Options"
646
+ msgstr "Options d'import/export"
647
+
648
+ #: adminimize_page.php:1168
649
+ msgid "Export"
650
+ msgstr "Exporter"
651
+
652
+ #: adminimize_page.php:1173
653
+ msgid "Export &raquo;"
654
+ msgstr "Exporter &raquo;"
655
+
656
+ #: adminimize_page.php:1170
657
+ msgid "You can save a .seq file with your options."
658
+ msgstr "Vous pouvez enregistrer un fichier .seq avec l'intégralité des options paramétrées."
659
+
660
+ #: adminimize_page.php:1177
661
+ msgid "Import"
662
+ msgstr "Importer"
663
+
664
+ #: adminimize_page.php:1180
665
+ msgid "Choose a Adminimize (<em>.seq</em>) file to upload, then click <em>Upload file and import</em>."
666
+ msgstr "Choisissez un fichier Adminimize (<em>.seq</em>) à uploader, puis cliquez sur <em>Importer</em>."
667
+
668
+ #: adminimize_page.php:1182
669
+ msgid "Choose a file from your computer"
670
+ msgstr "Choisissez un fichier depuis votre ordinateur"
671
+
672
+ #: adminimize_page.php:1187
673
+ msgid "Upload file and import &raquo;"
674
+ msgstr "Importer &raquo;"
675
+
676
+ #: adminimize_page.php:332
677
+ #: adminimize_page.php:447
678
+ #: adminimize_page.php:769
679
+ #: adminimize_page.php:852
680
+ #: adminimize_page.php:935
681
+ #: adminimize_page.php:1057
682
+ #: adminimize_page.php:1156
683
+ #: adminimize_page.php:1190
684
+ #: adminimize_page.php:1211
685
+ #: adminimize_page.php:1237
686
+ msgid "scroll to top"
687
+ msgstr "Haut de page"
688
+
689
+ #: adminimize_page.php:1073
690
+ msgid "For better peformance with many users on your blog; load only userlist, when you will change the theme options for users."
691
+ msgstr "Pour de meilleures performances lorsque votre blog compte de nombreux utilisateurs enregistrés ; Charge seulement la liste des utilisateurs quand vous souhaitez changer le thème graphique des utilisateurs"
692
+
languages/adminimize-it_IT.mo ADDED
Binary file
languages/adminimize-it_IT.po ADDED
@@ -0,0 +1,874 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Adminimize\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2010-01-04 17:38+0100\n"
6
+ "PO-Revision-Date: 2010-01-29 09:56+0100\n"
7
+ "Last-Translator: Frasten <frasten@gmail.com>\n"
8
+ "Language-Team: Frank Bueltge <frank@bueltge.de>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Poedit-SourceCharset: utf-8\n"
14
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
15
+ "X-Poedit-Basepath: ../\n"
16
+ "X-Textdomain-Support: yes\n"
17
+ "X-Poedit-SearchPath-0: .\n"
18
+
19
+ # @ adminimize
20
+ #: adminimize.php:91
21
+ msgid "Unknown error."
22
+ msgstr "Errore sconosciuto."
23
+
24
+ # @ adminimize
25
+ #: adminimize.php:98
26
+ msgid "The updates was saved."
27
+ msgstr "Aggiornamenti salvati."
28
+
29
+ # @ adminimize
30
+ #: adminimize.php:99
31
+ msgid "You have not enough rights for edit entries in the database."
32
+ msgstr "Non hai i privilegi sufficienti per modificare i dati nel database."
33
+
34
+ # @ adminimize
35
+ #: adminimize.php:101
36
+ msgid "All entries in the database was delleted."
37
+ msgstr "Tutti i dati nel database sono stati eliminati."
38
+
39
+ # @ adminimize
40
+ #: adminimize.php:102
41
+ msgid "Set the checkbox on deinstall-button."
42
+ msgstr "Abilita la crocetta e premi il pulsante per disinstallare."
43
+
44
+ # @ adminimize
45
+ #: adminimize.php:103
46
+ msgid "Can't load menu and submenu."
47
+ msgstr "Errore nel caricamento dei menu e sottomenu."
48
+
49
+ # @ adminimize
50
+ #: adminimize.php:104
51
+ msgid "Backend-Theme was activated!"
52
+ msgstr "Tema dell'interfaccia attivato!"
53
+
54
+ # @ adminimize
55
+ #: adminimize.php:105
56
+ msgid "Load user data to themes was successful."
57
+ msgstr "Caricamento dei temi degli utenti avvenuto con successo."
58
+
59
+ # @ adminimize
60
+ #: adminimize.php:372
61
+ #: adminimize_page.php:528
62
+ #: adminimize_page.php:980
63
+ msgid "Categories"
64
+ msgstr "Categorie"
65
+
66
+ #: adminimize.php:378
67
+ #: adminimize.php:389
68
+ msgid "+ Add New Category"
69
+ msgstr "+ Aggiungi Nuova Categoria"
70
+
71
+ #: adminimize.php:380
72
+ #: adminimize.php:391
73
+ msgid "New category name"
74
+ msgstr "Nome della nuova categoria"
75
+
76
+ #: adminimize.php:381
77
+ #: adminimize.php:393
78
+ msgid "Parent category"
79
+ msgstr "Categoria superiore"
80
+
81
+ #: adminimize.php:382
82
+ #: adminimize.php:394
83
+ msgid "Add"
84
+ msgstr "Aggiungi"
85
+
86
+ # @ adminimize
87
+ #: adminimize.php:391
88
+ #: adminimize_page.php:529
89
+ msgid "Add New Category"
90
+ msgstr "Aggiungi Nuova Categoria"
91
+
92
+ # @ adminimize
93
+ #: adminimize.php:415
94
+ #: adminimize.php:416
95
+ #: adminimize_page.php:527
96
+ msgid "Tags"
97
+ msgstr "Tags"
98
+
99
+ #: adminimize.php:456
100
+ #: adminimize.php:470
101
+ #: adminimize.php:484
102
+ msgid "Blue"
103
+ msgstr "Blu"
104
+
105
+ #: adminimize.php:463
106
+ #: adminimize.php:477
107
+ #: adminimize.php:491
108
+ msgid "Gray"
109
+ msgstr "Grigio"
110
+
111
+ #: adminimize.php:499
112
+ #: adminimize.php:541
113
+ #: adminimize.php:564
114
+ msgid "Classic"
115
+ msgstr "Classico"
116
+
117
+ #: adminimize.php:506
118
+ #: adminimize.php:548
119
+ #: adminimize.php:571
120
+ msgid "Fresh"
121
+ msgstr "Fresh"
122
+
123
+ #: adminimize.php:513
124
+ msgid "WordPress 2.3"
125
+ msgstr "WordPress 2.3"
126
+
127
+ #: adminimize.php:520
128
+ msgid "Maybe i'm colorblind"
129
+ msgstr "Forse sono daltonico"
130
+
131
+ #: adminimize.php:527
132
+ msgid "Grey"
133
+ msgstr "Grigio"
134
+
135
+ #: adminimize.php:655
136
+ #: adminimize.php:658
137
+ msgid "Dashboard"
138
+ msgstr "Bacheca"
139
+
140
+ #: adminimize.php:717
141
+ #: adminimize.php:719
142
+ #: adminimize.php:732
143
+ #: adminimize.php:734
144
+ #: adminimize.php:925
145
+ msgid "Log Out"
146
+ msgstr "Esci"
147
+
148
+ #: adminimize.php:944
149
+ msgid "Visit plugin homepage"
150
+ msgstr "Visita la homepage del plugin"
151
+
152
+ #: adminimize.php:947
153
+ msgid "plugin"
154
+ msgstr "plugin"
155
+
156
+ #: adminimize.php:947
157
+ msgid "Version"
158
+ msgstr "Versione"
159
+
160
+ # @ adminimize
161
+ #: adminimize.php:947
162
+ msgid "History"
163
+ msgstr "Cronologia"
164
+
165
+ #: adminimize.php:947
166
+ msgid "Author"
167
+ msgstr "Autore"
168
+
169
+ # @ adminimize
170
+ #: adminimize.php:950
171
+ msgid "plugin activate"
172
+ msgstr "attivo"
173
+
174
+ #: adminimize.php:970
175
+ msgid "Settings"
176
+ msgstr "Impostazioni"
177
+
178
+ # @ adminimize
179
+ #: adminimize.php:1031
180
+ #: adminimize.php:1052
181
+ msgid "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Documentation</a>"
182
+ msgstr "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Documentazione</a>"
183
+
184
+ # @ adminimize
185
+ #: adminimize.php:1048
186
+ #: adminimize_page.php:109
187
+ msgid "Adminimize"
188
+ msgstr "Adminimize"
189
+
190
+ # @ adminimize
191
+ #: adminimize.php:1050
192
+ msgid "Adminimize Options"
193
+ msgstr "Opzioni di Adminimize"
194
+
195
+ #: adminimize.php:1067
196
+ msgid "Cheatin&#8217; uh?"
197
+ msgstr "Stai cercando di barare?"
198
+
199
+ #: adminimize_page.php:115
200
+ #: adminimize_page.php:140
201
+ #: adminimize_page.php:186
202
+ #: adminimize_page.php:340
203
+ #: adminimize_page.php:455
204
+ #: adminimize_page.php:777
205
+ #: adminimize_page.php:860
206
+ #: adminimize_page.php:943
207
+ #: adminimize_page.php:1065
208
+ #: adminimize_page.php:1163
209
+ #: adminimize_page.php:1198
210
+ #: adminimize_page.php:1219
211
+ msgid "Click to toggle"
212
+ msgstr "Clicca per cambiare"
213
+
214
+ # @ adminimize
215
+ #: adminimize_page.php:145
216
+ #: adminimize_page.php:187
217
+ msgid "Backend Options"
218
+ msgstr "Opzioni dell'interfaccia"
219
+
220
+ # @ adminimize
221
+ #: adminimize_page.php:196
222
+ msgid "User-Info"
223
+ msgstr "Area-Info-utente"
224
+
225
+ # @ adminimize
226
+ #: adminimize_page.php:200
227
+ #: adminimize_page.php:213
228
+ #: adminimize_page.php:223
229
+ #: adminimize_page.php:233
230
+ #: adminimize_page.php:243
231
+ #: adminimize_page.php:253
232
+ #: adminimize_page.php:263
233
+ #: adminimize_page.php:273
234
+ #: adminimize_page.php:283
235
+ #: adminimize_page.php:312
236
+ msgid "Default"
237
+ msgstr "Predefinito"
238
+
239
+ # @ adminimize
240
+ #: adminimize_page.php:201
241
+ #: adminimize_page.php:224
242
+ msgid "Hide"
243
+ msgstr "Nascondi"
244
+
245
+ # @ adminimize
246
+ #: adminimize_page.php:202
247
+ msgid "Only logout"
248
+ msgstr "Solo &quot;Esci&quot;"
249
+
250
+ # @ adminimize
251
+ #: adminimize_page.php:203
252
+ msgid "User &amp; Logout"
253
+ msgstr "Utente &amp; &quot;Esci&quot;"
254
+
255
+ # @ adminimize
256
+ #: adminimize_page.php:204
257
+ msgid "The &quot;User-Info-area&quot; is on the top right side of the backend. You can hide or reduced show."
258
+ msgstr "L'&quot;Area-Info-utente&quot; è in alto a destra nell'interfaccia. La puoi nascondere o ridurre."
259
+
260
+ # @ adminimize
261
+ #: adminimize_page.php:209
262
+ msgid "Change User-Info, redirect to"
263
+ msgstr "Quando effettui il logout, vai a:"
264
+
265
+ # @ adminimize
266
+ #: adminimize_page.php:214
267
+ msgid "Frontpage of the Blog"
268
+ msgstr "Pagina iniziale del Blog"
269
+
270
+ # @ adminimize
271
+ #: adminimize_page.php:215
272
+ msgid "When the &quot;User-Info-area&quot; change it, then it is possible to change the redirect."
273
+ msgstr "Per cambiare questo parametro, l'impostazione di &quot;Area-Info-utente&quot; non deve essere &quot;Predefinito&quot;."
274
+
275
+ # @ adminimize
276
+ #: adminimize_page.php:219
277
+ msgid "Footer"
278
+ msgstr "Pié di pagina"
279
+
280
+ # @ adminimize
281
+ #: adminimize_page.php:225
282
+ msgid "The Footer-area kann hide, include all links and details."
283
+ msgstr "Puoi nascondere il Pié di pagina, o lasciare tutti i collegamenti e dettagli."
284
+
285
+ # @ adminimize
286
+ #: adminimize_page.php:229
287
+ msgid "WriteScroll"
288
+ msgstr "Scorri al punto giusto"
289
+
290
+ # @ adminimize
291
+ #: adminimize_page.php:234
292
+ #: adminimize_page.php:244
293
+ #: adminimize_page.php:254
294
+ #: adminimize_page.php:264
295
+ #: adminimize_page.php:274
296
+ #: adminimize_page.php:284
297
+ msgid "Activate"
298
+ msgstr "Attiva"
299
+
300
+ # @ adminimize
301
+ #: adminimize_page.php:235
302
+ msgid "With the WriteScroll option active, these pages will automatically scroll to an optimal position for editing, when you visit Write Post or Write Page."
303
+ msgstr "Con questa opzione attiva, le pagine scorreranno automaticamente ad una posizione ideale per iniziare a scrivere, quando visiti Aggiungi nuovo Articolo o Pagina."
304
+
305
+ # @ adminimize
306
+ #: adminimize_page.php:239
307
+ msgid "Timestamp"
308
+ msgstr "Ora di pubblicazione"
309
+
310
+ # @ adminimize
311
+ #: adminimize_page.php:245
312
+ msgid "Opens the post timestamp editing fields without you having to click the \"Edit\" link every time."
313
+ msgstr "Apre automaticamente i campi per l'ora di pubblicazione, senza dover cliccare ogni volta su &quot;Modifica&quot;."
314
+
315
+ # @ adminimize
316
+ #: adminimize_page.php:249
317
+ msgid "Thickbox FullScreen"
318
+ msgstr "Thickbox a tutto schermo"
319
+
320
+ # @ adminimize
321
+ #: adminimize_page.php:255
322
+ msgid "All Thickbox-function use the full area of the browser. Thickbox is for examble in upload media-files."
323
+ msgstr "Utilizza tutta l'area del browser quando si utilizza Thickbox, ad esempio durante il caricamento di immagini."
324
+
325
+ # @ adminimize
326
+ #: adminimize_page.php:259
327
+ msgid "Flashuploader"
328
+ msgstr "Uploader Flash"
329
+
330
+ # @ adminimize
331
+ #: adminimize_page.php:265
332
+ msgid "Disable the flashuploader and users use only the standard uploader."
333
+ msgstr "Disabilita l'uploader Flash, utilizzando solo quello standard."
334
+
335
+ # @ adminimize
336
+ #: adminimize_page.php:279
337
+ msgid "Advice in Footer"
338
+ msgstr "Testo a Pié di Pagina"
339
+
340
+ # @ adminimize
341
+ #: adminimize_page.php:313
342
+ msgid "Manage Posts"
343
+ msgstr "Gestisci Articoli"
344
+
345
+ # @ adminimize
346
+ #: adminimize_page.php:314
347
+ msgid "Manage Pages"
348
+ msgstr "Gestisci Pagine"
349
+
350
+ # @ adminimize
351
+ #: adminimize_page.php:315
352
+ msgid "Write Post"
353
+ msgstr "Scrivi Articolo"
354
+
355
+ # @ adminimize
356
+ #: adminimize_page.php:316
357
+ msgid "Write Page"
358
+ msgstr "Scrivi Pagina"
359
+
360
+ # @ adminimize
361
+ #: adminimize_page.php:317
362
+ #: adminimize_page.php:533
363
+ msgid "Comments"
364
+ msgstr "Commenti"
365
+
366
+ # @ adminimize
367
+ #: adminimize_page.php:318
368
+ msgid "other Page"
369
+ msgstr "altra Pagina"
370
+
371
+ # @ adminimize
372
+ #: adminimize_page.php:330
373
+ #: adminimize_page.php:445
374
+ #: adminimize_page.php:767
375
+ #: adminimize_page.php:850
376
+ #: adminimize_page.php:933
377
+ #: adminimize_page.php:1054
378
+ msgid "Update Options"
379
+ msgstr "Salva le opzioni"
380
+
381
+ # @ adminimize
382
+ #: adminimize_page.php:148
383
+ #: adminimize_page.php:341
384
+ msgid "Global options"
385
+ msgstr "Opzioni globali"
386
+
387
+ # @ adminimize
388
+ #: adminimize_page.php:348
389
+ #: adminimize_page.php:420
390
+ #: adminimize_page.php:825
391
+ #: adminimize_page.php:908
392
+ #: adminimize_page.php:951
393
+ #: adminimize_page.php:1029
394
+ msgid "Option"
395
+ msgstr "Opzioni"
396
+
397
+ # @ adminimize
398
+ #: adminimize_page.php:351
399
+ #: adminimize_page.php:466
400
+ #: adminimize_page.php:788
401
+ #: adminimize_page.php:871
402
+ #: adminimize_page.php:954
403
+ msgid "Deactivate for"
404
+ msgstr "Disabilita per"
405
+
406
+ # @ adminimize
407
+ #: adminimize_page.php:371
408
+ msgid "Favorite Actions"
409
+ msgstr "Azioni Preferite"
410
+
411
+ # @ adminimize
412
+ #: adminimize_page.php:372
413
+ msgid "Screen-Meta"
414
+ msgstr "Pulsanti aggiuntivi in alto"
415
+
416
+ # @ adminimize
417
+ #: adminimize_page.php:373
418
+ #: adminimize_page.php:525
419
+ #: adminimize_page.php:619
420
+ msgid "Screen Options"
421
+ msgstr "Impostazioni schermo"
422
+
423
+ # @ adminimize
424
+ #: adminimize_page.php:374
425
+ msgid "Contextual Help"
426
+ msgstr "Aiuto in linea"
427
+
428
+ # @ adminimize
429
+ #: adminimize_page.php:375
430
+ msgid "Admin Color Scheme"
431
+ msgstr "Combinazione colori del tuo profilo"
432
+
433
+ # @ adminimize
434
+ #: adminimize_page.php:419
435
+ #: adminimize_page.php:1028
436
+ msgid "Your own options"
437
+ msgstr "Opzioni personalizzate"
438
+
439
+ # @ adminimize
440
+ #: adminimize_page.php:419
441
+ #: adminimize_page.php:824
442
+ #: adminimize_page.php:907
443
+ #: adminimize_page.php:1028
444
+ msgid "ID or class"
445
+ msgstr "ID o classe"
446
+
447
+ # @ adminimize
448
+ #: adminimize_page.php:426
449
+ #: adminimize_page.php:831
450
+ #: adminimize_page.php:914
451
+ #: adminimize_page.php:1035
452
+ msgid "It is possible to add your own IDs or classes from elements and tags. You can find IDs and classes with the FireBug Add-on for Firefox. Assign a value and the associate name per line."
453
+ msgstr "È possibile aggiungere a piacere ID o classi di elementi e tag. Puoi scoprire gli ID e le classi attraverso FireBug, l'Add-on per Firefox. Imposta un valore e associa un nome per ogni riga."
454
+
455
+ # @ adminimize
456
+ #: adminimize_page.php:432
457
+ #: adminimize_page.php:837
458
+ #: adminimize_page.php:920
459
+ #: adminimize_page.php:1041
460
+ msgid "Possible nomination for ID or class. Separate multiple nomination through a carriage return."
461
+ msgstr "Nomi scelti riferiti all'ID o classe. Separa i vari nomi con un invio."
462
+
463
+ # @ adminimize
464
+ #: adminimize_page.php:437
465
+ #: adminimize_page.php:842
466
+ #: adminimize_page.php:925
467
+ #: adminimize_page.php:1046
468
+ msgid "Possible IDs or classes. Separate multiple values through a carriage return."
469
+ msgstr "ID o classi scelte. Separa i vari valori con un invio."
470
+
471
+ # @ adminimize
472
+ #: adminimize_page.php:151
473
+ #: adminimize_page.php:456
474
+ msgid "Menu Options"
475
+ msgstr "Opzioni dei Menu"
476
+
477
+ # @ adminimize
478
+ #: adminimize_page.php:463
479
+ msgid "Menu options - Menu, <span style=\\\"font-weight: 400;\\\">Submenu</span>"
480
+ msgstr "Opzioni Menu - Menu, <span style=\\\"font-weight: 400;\\\">Sottomenu</span>"
481
+
482
+ #: adminimize_page.php:524
483
+ #: adminimize_page.php:618
484
+ msgid "Help"
485
+ msgstr "Aiuto"
486
+
487
+ # @ adminimize
488
+ #: adminimize_page.php:526
489
+ #: adminimize_page.php:620
490
+ msgid "Permalink"
491
+ msgstr "Permalink"
492
+
493
+ # @ adminimize
494
+ #: adminimize_page.php:530
495
+ msgid "Excerpt"
496
+ msgstr "Riassunto"
497
+
498
+ # @ adminimize
499
+ #: adminimize_page.php:531
500
+ msgid "Trackbacks"
501
+ msgstr "Trackbacks"
502
+
503
+ #: adminimize_page.php:532
504
+ #: adminimize_page.php:621
505
+ msgid "Custom Fields"
506
+ msgstr "Campi personalizzati"
507
+
508
+ # @ adminimize
509
+ #: adminimize_page.php:534
510
+ msgid "Password Protect This Post"
511
+ msgstr "Proteggi questo articolo con password"
512
+
513
+ #: adminimize_page.php:535
514
+ msgid "Post Author"
515
+ msgstr "Autore articolo"
516
+
517
+ #: adminimize_page.php:536
518
+ msgid "Post Revisions"
519
+ msgstr "Revisioni Articolo"
520
+
521
+ # @ adminimize
522
+ #: adminimize_page.php:537
523
+ msgid "Related, Shortcuts"
524
+ msgstr "Informazioni laterali, scorciatoie"
525
+
526
+ # @ adminimize
527
+ #: adminimize_page.php:538
528
+ #: adminimize_page.php:630
529
+ msgid "Messenges"
530
+ msgstr "Messaggi/Avvisi"
531
+
532
+ # @ adminimize
533
+ #: adminimize_page.php:539
534
+ #: adminimize_page.php:631
535
+ msgid "h2: Advanced Options"
536
+ msgstr "h2: Impostazioni Avanzate"
537
+
538
+ # @ adminimize
539
+ #: adminimize_page.php:540
540
+ #: adminimize_page.php:632
541
+ msgid "Media Buttons (all)"
542
+ msgstr "Pulsanti per file multimediali (tutti)"
543
+
544
+ # @ adminimize
545
+ #: adminimize_page.php:541
546
+ #: adminimize_page.php:633
547
+ msgid "Word count"
548
+ msgstr "Conteggio parole"
549
+
550
+ #: adminimize_page.php:542
551
+ msgid "Post Slug"
552
+ msgstr "Abbreviazione Articolo"
553
+
554
+ # @ adminimize
555
+ #: adminimize_page.php:543
556
+ #: adminimize_page.php:635
557
+ #: adminimize_page.php:984
558
+ msgid "Publish Actions"
559
+ msgstr "Pubblica"
560
+
561
+ #: adminimize_page.php:544
562
+ #: adminimize_page.php:636
563
+ msgid "Discussion"
564
+ msgstr "Discussione"
565
+
566
+ #: adminimize_page.php:549
567
+ msgid "Post Thumbnail"
568
+ msgstr "Immagine dell'articolo"
569
+
570
+ # @ adminimize
571
+ #: adminimize_page.php:551
572
+ #: adminimize_page.php:643
573
+ msgid "Suggested tags from"
574
+ msgstr "Suggerisci tag da"
575
+
576
+ #: adminimize_page.php:553
577
+ msgid "Text Control"
578
+ msgstr "Text Control"
579
+
580
+ #: adminimize_page.php:555
581
+ #: adminimize_page.php:645
582
+ msgid "HTML Special Characters"
583
+ msgstr "Caratteri speciali HTML"
584
+
585
+ #: adminimize_page.php:557
586
+ msgid "All in One SEO Pack"
587
+ msgstr "All in One SEO Pack"
588
+
589
+ # @ adminimize
590
+ #: adminimize_page.php:622
591
+ msgid "Comments &amp; Pings"
592
+ msgstr "Commenti &amp; Ping"
593
+
594
+ # @ adminimize
595
+ #: adminimize_page.php:623
596
+ msgid "Password Protect This Page"
597
+ msgstr "Proteggi questa pagina con password"
598
+
599
+ #: adminimize_page.php:624
600
+ msgid "Attributes"
601
+ msgstr "Attributi"
602
+
603
+ # @ adminimize
604
+ #: adminimize_page.php:625
605
+ msgid "Page Template"
606
+ msgstr "Modello pagina"
607
+
608
+ # @ adminimize
609
+ #: adminimize_page.php:626
610
+ msgid "Page Order"
611
+ msgstr "Ordine delle pagine"
612
+
613
+ #: adminimize_page.php:627
614
+ msgid "Page Author"
615
+ msgstr "Autore delle pagine"
616
+
617
+ #: adminimize_page.php:628
618
+ msgid "Page Revisions"
619
+ msgstr "Revisioni Pagina"
620
+
621
+ # @ adminimize
622
+ #: adminimize_page.php:629
623
+ msgid "Related"
624
+ msgstr "Informazioni laterali"
625
+
626
+ #: adminimize_page.php:634
627
+ msgid "Page Slug"
628
+ msgstr "Abbreviazione Pagina"
629
+
630
+ #: adminimize_page.php:641
631
+ msgid "Page Image"
632
+ msgstr "Immagine della pagina"
633
+
634
+ # @ adminimize
635
+ #: adminimize_page.php:683
636
+ #: adminimize_page.php:731
637
+ msgid "After activate the check box it heavy attitudes will change."
638
+ msgstr "Abilitando questa crocetta si potranno avere grossi problemi."
639
+
640
+ #: adminimize_page.php:714
641
+ msgid "Profile"
642
+ msgstr "Profilo"
643
+
644
+ # @ adminimize
645
+ #: adminimize_page.php:154
646
+ #: adminimize_page.php:778
647
+ #: adminimize_page.php:785
648
+ msgid "Write options - Post"
649
+ msgstr "Opzioni di scrittura - Articoli"
650
+
651
+ # @ adminimize
652
+ #: adminimize_page.php:824
653
+ msgid "Your own post options"
654
+ msgstr "Opzioni personalizzate per articoli"
655
+
656
+ # @ adminimize
657
+ #: adminimize_page.php:157
658
+ #: adminimize_page.php:861
659
+ #: adminimize_page.php:868
660
+ msgid "Write options - Page"
661
+ msgstr "Opzioni di scrittura - Pagine"
662
+
663
+ # @ adminimize
664
+ #: adminimize_page.php:907
665
+ msgid "Your own page options"
666
+ msgstr "Opzioni personalizzate per pagine"
667
+
668
+ # @ adminimize
669
+ #: adminimize_page.php:160
670
+ #: adminimize_page.php:944
671
+ msgid "Links options"
672
+ msgstr "Opzioni per i collegamenti"
673
+
674
+ #: adminimize_page.php:977
675
+ msgid "Name"
676
+ msgstr "Nome"
677
+
678
+ #: adminimize_page.php:978
679
+ msgid "Web Address"
680
+ msgstr "Indirizzo"
681
+
682
+ #: adminimize_page.php:979
683
+ msgid "Description"
684
+ msgstr "Descrizione"
685
+
686
+ #: adminimize_page.php:981
687
+ msgid "Target"
688
+ msgstr "Destinazione"
689
+
690
+ #: adminimize_page.php:982
691
+ msgid "Link Relationship (XFN)"
692
+ msgstr "Relazioni tra link (XFN)"
693
+
694
+ #: adminimize_page.php:983
695
+ msgid "Advanced"
696
+ msgstr "Avanzate"
697
+
698
+ # @ adminimize
699
+ #: adminimize_page.php:163
700
+ #: adminimize_page.php:1066
701
+ #: adminimize_page.php:1151
702
+ msgid "Set Theme"
703
+ msgstr "Imposta tema"
704
+
705
+ # @ adminimize
706
+ #: adminimize_page.php:1073
707
+ msgid "For better peformance with many users on your blog; load only userlist, when you will change the theme options for users."
708
+ msgstr "Per velocizzare la configurazione in blog con molti utenti, carica la lista utenti, e poi potrai modificare le impostazioni dei temi per ognuno."
709
+
710
+ # @ adminimize
711
+ #: adminimize_page.php:1076
712
+ msgid "Load User Data"
713
+ msgstr "Carica dati utenti"
714
+
715
+ #: adminimize_page.php:1087
716
+ msgid "User-ID"
717
+ msgstr "ID utente"
718
+
719
+ #: adminimize_page.php:1088
720
+ msgid "Username"
721
+ msgstr "Nome utente"
722
+
723
+ #: adminimize_page.php:1089
724
+ msgid "Display name publicly as"
725
+ msgstr "Mostra come"
726
+
727
+ #: adminimize_page.php:1090
728
+ msgid "Admin-Color Scheme"
729
+ msgstr "Schema colore"
730
+
731
+ #: adminimize_page.php:1091
732
+ msgid "User Level"
733
+ msgstr "Livello Utente"
734
+
735
+ #: adminimize_page.php:1092
736
+ msgid "Role"
737
+ msgstr "Ruolo"
738
+
739
+ # @ adminimize
740
+ #: adminimize_page.php:169
741
+ #: adminimize_page.php:1199
742
+ msgid "Deinstall Options"
743
+ msgstr "Opzioni di disinstallazione"
744
+
745
+ # @ adminimize
746
+ #: adminimize_page.php:1202
747
+ msgid "Use this option for clean your database from all entries of this plugin. When you deactivate the plugin, the deinstall of the plugin <strong>clean not</strong> all entries in the database."
748
+ msgstr "Utilizza questa opzione per pulire il tuo database da tutti i dati di questo plugin. Quando disattivi il plugin, la disinstallazione del plugin <strong>non elimina</strong> tutti i dati dal database."
749
+
750
+ # @ adminimize
751
+ #: adminimize_page.php:1206
752
+ msgid "Delete Options"
753
+ msgstr "Opzioni di eliminazione"
754
+
755
+ # @ adminimize
756
+ #: adminimize_page.php:116
757
+ #: adminimize_page.php:172
758
+ #: adminimize_page.php:1220
759
+ msgid "About the plugin"
760
+ msgstr "Informazioni sul plugin"
761
+
762
+ # @ adminimize
763
+ #: adminimize_page.php:118
764
+ #: adminimize_page.php:1223
765
+ msgid "Further information: Visit the <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">plugin homepage</a> for further information or to grab the latest version of this plugin."
766
+ msgstr "Ulteriori informazioni: Visita la <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">homepage del plugin</a> per ulteriori informazioni o per la versione più recente di questo plugin."
767
+
768
+ # @ adminimize
769
+ #: adminimize_page.php:124
770
+ #: adminimize_page.php:1229
771
+ msgid "PayPal - The safer, easier way to pay online!"
772
+ msgstr "PayPal - Il metodo più sicuro e semplice per pagare online!"
773
+
774
+ # @ adminimize
775
+ #: adminimize_page.php:128
776
+ #: adminimize_page.php:1233
777
+ msgid "You want to thank me? Visit my <a href=\"http://bueltge.de/wunschliste/\">wishlist</a> or donate."
778
+ msgstr "Mi vuoi ringraziare? Visita la mia <a href=\"http://bueltge.de/wunschliste/\">lista dei desideri</a> o fai una donazione."
779
+
780
+ # @ adminimize
781
+ #: adminimize.php:100
782
+ msgid "All entries in the database was imported."
783
+ msgstr "Tutti i dati nel database sono stati importati."
784
+
785
+ # @ adminimize
786
+ #: adminimize_page.php:166
787
+ #: adminimize_page.php:1164
788
+ msgid "Export/Import Options"
789
+ msgstr "Opzioni di Esportazione/Importazione"
790
+
791
+ # @ adminimize
792
+ #: adminimize_page.php:1168
793
+ msgid "Export"
794
+ msgstr "Esporta"
795
+
796
+ # @ adminimize
797
+ #: adminimize_page.php:1173
798
+ msgid "Export &raquo;"
799
+ msgstr "Esporta &raquo;"
800
+
801
+ # @ adminimize
802
+ #: adminimize_page.php:1177
803
+ msgid "Import"
804
+ msgstr "Importa"
805
+
806
+ # @ adminimize
807
+ #: adminimize_page.php:1182
808
+ msgid "Choose a file from your computer"
809
+ msgstr "Scegli un file dal tuo computer"
810
+
811
+ # @ adminimize
812
+ #: adminimize_page.php:1187
813
+ msgid "Upload file and import &raquo;"
814
+ msgstr "Carica un file ed importalo &raquo;"
815
+
816
+ # @ adminimize
817
+ #: adminimize_page.php:141
818
+ msgid "MiniMenu"
819
+ msgstr "MiniMenu"
820
+
821
+ # @ adminimize
822
+ #: adminimize_page.php:332
823
+ #: adminimize_page.php:447
824
+ #: adminimize_page.php:769
825
+ #: adminimize_page.php:852
826
+ #: adminimize_page.php:935
827
+ #: adminimize_page.php:1057
828
+ #: adminimize_page.php:1156
829
+ #: adminimize_page.php:1190
830
+ #: adminimize_page.php:1211
831
+ #: adminimize_page.php:1237
832
+ msgid "scroll to top"
833
+ msgstr "torna a inizio pagina"
834
+
835
+ # @ adminimize
836
+ #: adminimize_page.php:1170
837
+ msgid "You can save a .seq file with your options."
838
+ msgstr "Puoi salvare un file .seq con le tue impostazioni."
839
+
840
+ # @ adminimize
841
+ #: adminimize_page.php:1180
842
+ msgid "Choose a Adminimize (<em>.seq</em>) file to upload, then click <em>Upload file and import</em>."
843
+ msgstr "Scegli un file di Adminimize (<em>.seq</em>) da caricare, poi clicca su <em>Carica un file ed importalo</em>."
844
+
845
+ # @ adminimize
846
+ #: adminimize_page.php:269
847
+ msgid "Category Height"
848
+ msgstr "Altezza Categorie"
849
+
850
+ # @ adminimize
851
+ #: adminimize_page.php:275
852
+ msgid "View the Meta Box with Categories in the full height, no scrollbar or whitespace."
853
+ msgstr "Visualizza il riquadro delle Categorie ad altezza piena, senza barre di scorrimento o spazi vuoti."
854
+
855
+ # @ adminimize
856
+ #: adminimize_page.php:286
857
+ msgid "In Footer kann you display a advice for change the Default-design, (x)HTML is possible."
858
+ msgstr "Puoi cambiare il Pié di Pagina standard, mostrando qualcos'altro. Puoi utilizzare (x)HTML."
859
+
860
+ # @ adminimize
861
+ #: adminimize_page.php:308
862
+ msgid "Dashboard deactivate, redirect to"
863
+ msgstr "Se la bacheca è disabilitata, vai a:"
864
+
865
+ # @ adminimize
866
+ #: adminimize_page.php:321
867
+ msgid "You have deactivate the Dashboard, please select a page for redirect?"
868
+ msgstr "Disabilitare la bacheca (nelle Opzioni dei Menu qui sotto) da almeno un ruolo, quindi scegliere dove andare al suo posto."
869
+
870
+ #: adminimize_page.php:545
871
+ #: adminimize_page.php:637
872
+ msgid "HTML Editor Button"
873
+ msgstr "Pulsante per l'editor HTML"
874
+
languages/adminimize-nl_NL.mo ADDED
Binary file
languages/adminimize-nl_NL.po ADDED
@@ -0,0 +1,876 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Adminimize v1.7.6\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2010-01-04 17:38+0100\n"
6
+ "PO-Revision-Date: 2010-03-17 21:44+0100\n"
7
+ "Last-Translator: WordPressPluginGuide.com <info@wppg.me>\n"
8
+ "Language-Team: http://wpwebshop.com <info@wppg.me>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=utf-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Poedit-SourceCharset: utf-8\n"
14
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
15
+ "X-Poedit-Basepath: ../\n"
16
+ "X-Textdomain-Support: yes\n"
17
+ "X-Poedit-Language: Dutch\n"
18
+ "X-Poedit-Country: NETHERLANDS\n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+
21
+ #@ adminimize
22
+ #: adminimize.php:91
23
+ msgid "Unknown error."
24
+ msgstr "Onbekende fout."
25
+
26
+ #@ adminimize
27
+ #: adminimize.php:98
28
+ msgid "The updates was saved."
29
+ msgstr "De instellingen zijn opgeslagen."
30
+
31
+ #@ adminimize
32
+ #: adminimize.php:99
33
+ msgid "You have not enough rights for edit entries in the database."
34
+ msgstr "Je hebt niet genoeg rechten om ingevoerde data te editten in de database"
35
+
36
+ #@ adminimize
37
+ #: adminimize.php:101
38
+ msgid "All entries in the database was delleted."
39
+ msgstr "Alle ingevoerde data in de database zijn verwijderd."
40
+
41
+ #@ adminimize
42
+ #: adminimize.php:102
43
+ msgid "Set the checkbox on deinstall-button."
44
+ msgstr "Vink de selecteerbox aan op de deinstalleer knop"
45
+
46
+ #@ adminimize
47
+ #: adminimize.php:103
48
+ msgid "Can't load menu and submenu."
49
+ msgstr "Het menu en submenu kunnen niet geladen worden."
50
+
51
+ #@ adminimize
52
+ #: adminimize.php:104
53
+ msgid "Backend-Theme was activated!"
54
+ msgstr "Backend-Thema was geactiveerd!"
55
+
56
+ #@ adminimize
57
+ #: adminimize.php:105
58
+ msgid "Load user data to themes was successful."
59
+ msgstr "Het laden van gebruikersdata naar de thema's was succesvol."
60
+
61
+ #@ adminimize
62
+ #: adminimize.php:372
63
+ #: adminimize_page.php:528
64
+ #: adminimize_page.php:980
65
+ msgid "Categories"
66
+ msgstr "Categorieën"
67
+
68
+ #: adminimize.php:378
69
+ #: adminimize.php:389
70
+ msgid "+ Add New Category"
71
+ msgstr "+ Voeg een nieuwe categorie toe"
72
+
73
+ #: adminimize.php:380
74
+ #: adminimize.php:391
75
+ msgid "New category name"
76
+ msgstr "Nieuwe categorie naam"
77
+
78
+ #: adminimize.php:381
79
+ #: adminimize.php:393
80
+ msgid "Parent category"
81
+ msgstr "Hoofdcategorie"
82
+
83
+ #: adminimize.php:382
84
+ #: adminimize.php:394
85
+ msgid "Add"
86
+ msgstr "Toevoegen"
87
+
88
+ #@ adminimize
89
+ #: adminimize.php:391
90
+ #: adminimize_page.php:529
91
+ msgid "Add New Category"
92
+ msgstr "Voeg een nieuwe categorie toe"
93
+
94
+ #@ adminimize
95
+ #: adminimize.php:415
96
+ #: adminimize.php:416
97
+ #: adminimize_page.php:527
98
+ msgid "Tags"
99
+ msgstr "Tags"
100
+
101
+ #: adminimize.php:456
102
+ #: adminimize.php:470
103
+ #: adminimize.php:484
104
+ msgid "Blue"
105
+ msgstr "Blauw"
106
+
107
+ #: adminimize.php:463
108
+ #: adminimize.php:477
109
+ #: adminimize.php:491
110
+ msgid "Gray"
111
+ msgstr "Grijs"
112
+
113
+ #: adminimize.php:499
114
+ #: adminimize.php:541
115
+ #: adminimize.php:564
116
+ msgid "Classic"
117
+ msgstr "Classic"
118
+
119
+ #: adminimize.php:506
120
+ #: adminimize.php:548
121
+ #: adminimize.php:571
122
+ msgid "Fresh"
123
+ msgstr "Fresh"
124
+
125
+ #: adminimize.php:513
126
+ msgid "WordPress 2.3"
127
+ msgstr "WordPress 2.3"
128
+
129
+ #: adminimize.php:520
130
+ msgid "Maybe i'm colorblind"
131
+ msgstr "Misschien ben ik kleurenblind"
132
+
133
+ #: adminimize.php:527
134
+ msgid "Grey"
135
+ msgstr "Grijs"
136
+
137
+ #: adminimize.php:655
138
+ #: adminimize.php:658
139
+ msgid "Dashboard"
140
+ msgstr "Dashboard"
141
+
142
+ #: adminimize.php:717
143
+ #: adminimize.php:719
144
+ #: adminimize.php:732
145
+ #: adminimize.php:734
146
+ #: adminimize.php:925
147
+ msgid "Log Out"
148
+ msgstr "Uitloggen"
149
+
150
+ #: adminimize.php:944
151
+ msgid "Visit plugin homepage"
152
+ msgstr "Bezoek de homepage van de plugin "
153
+
154
+ #: adminimize.php:947
155
+ msgid "plugin"
156
+ msgstr "plugin"
157
+
158
+ #: adminimize.php:947
159
+ msgid "Version"
160
+ msgstr "Versie"
161
+
162
+ #@ adminimize
163
+ #: adminimize.php:947
164
+ msgid "History"
165
+ msgstr "Historie"
166
+
167
+ #: adminimize.php:947
168
+ msgid "Author"
169
+ msgstr "Auteur"
170
+
171
+ #@ adminimize
172
+ #: adminimize.php:950
173
+ msgid "plugin activate"
174
+ msgstr "activeer plugin"
175
+
176
+ #: adminimize.php:970
177
+ msgid "Settings"
178
+ msgstr "Instellingen"
179
+
180
+ #@ adminimize
181
+ #: adminimize.php:1031
182
+ #: adminimize.php:1052
183
+ msgid "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Documentation</a>"
184
+ msgstr "<a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">Documentatie (Duits)</a> (<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Engels</a>)"
185
+
186
+ #@ adminimize
187
+ #: adminimize.php:1048
188
+ #: adminimize_page.php:109
189
+ msgid "Adminimize"
190
+ msgstr "Adminimize"
191
+
192
+ #@ adminimize
193
+ #: adminimize.php:1050
194
+ msgid "Adminimize Options"
195
+ msgstr "Adminimize Instellingen"
196
+
197
+ #: adminimize.php:1067
198
+ msgid "Cheatin&#8217; uh?"
199
+ msgstr "Bedriegen he?"
200
+
201
+ #: adminimize_page.php:115
202
+ #: adminimize_page.php:140
203
+ #: adminimize_page.php:186
204
+ #: adminimize_page.php:340
205
+ #: adminimize_page.php:455
206
+ #: adminimize_page.php:777
207
+ #: adminimize_page.php:860
208
+ #: adminimize_page.php:943
209
+ #: adminimize_page.php:1065
210
+ #: adminimize_page.php:1163
211
+ #: adminimize_page.php:1198
212
+ #: adminimize_page.php:1219
213
+ msgid "Click to toggle"
214
+ msgstr "Klik om om te schakelen"
215
+
216
+ #@ adminimize
217
+ #: adminimize_page.php:145
218
+ #: adminimize_page.php:187
219
+ msgid "Backend Options"
220
+ msgstr "Backend Instellingen"
221
+
222
+ #@ adminimize
223
+ #: adminimize_page.php:196
224
+ msgid "User-Info"
225
+ msgstr "Gebruikersinformatie"
226
+
227
+ #@ adminimize
228
+ #: adminimize_page.php:200
229
+ #: adminimize_page.php:213
230
+ #: adminimize_page.php:223
231
+ #: adminimize_page.php:233
232
+ #: adminimize_page.php:243
233
+ #: adminimize_page.php:253
234
+ #: adminimize_page.php:263
235
+ #: adminimize_page.php:273
236
+ #: adminimize_page.php:283
237
+ #: adminimize_page.php:312
238
+ msgid "Default"
239
+ msgstr "Standaard"
240
+
241
+ #@ adminimize
242
+ #: adminimize_page.php:201
243
+ #: adminimize_page.php:224
244
+ msgid "Hide"
245
+ msgstr "Verbergen"
246
+
247
+ #@ adminimize
248
+ #: adminimize_page.php:202
249
+ msgid "Only logout"
250
+ msgstr "Alleen uitloggen"
251
+
252
+ #@ adminimize
253
+ #: adminimize_page.php:203
254
+ msgid "User &amp; Logout"
255
+ msgstr "Uitloggen Gebruiker"
256
+
257
+ #@ adminimize
258
+ #: adminimize_page.php:204
259
+ msgid "The &quot;User-Info-area&quot; is on the top right side of the backend. You can hide or reduced show."
260
+ msgstr "Het &quot;Gebruikers-Informatie-scherm&quot; bevindt zich aan de boven rechterkant van de backend interface. Je kunt deze verbergen of weergeven."
261
+
262
+ #@ adminimize
263
+ #: adminimize_page.php:209
264
+ msgid "Change User-Info, redirect to"
265
+ msgstr "Wijzig gebruikersinformatie, verwijs naar"
266
+
267
+ #@ adminimize
268
+ #: adminimize_page.php:214
269
+ msgid "Frontpage of the Blog"
270
+ msgstr "Startpagina van de Blog"
271
+
272
+ #@ adminimize
273
+ #: adminimize_page.php:215
274
+ msgid "When the &quot;User-Info-area&quot; change it, then it is possible to change the redirect."
275
+ msgstr "Wanneer het &quot;Gebruikers-Informatie-scherm&quot; veranderd wordt is het mogelijk om de verwijzing te wijzigen."
276
+
277
+ #@ adminimize
278
+ #: adminimize_page.php:219
279
+ msgid "Footer"
280
+ msgstr "Footer"
281
+
282
+ #@ adminimize
283
+ #: adminimize_page.php:225
284
+ msgid "The Footer-area kann hide, include all links and details."
285
+ msgstr "Het footer gebied kan verborgen worden, inclusief alle links en informatie."
286
+
287
+ #@ adminimize
288
+ #: adminimize_page.php:229
289
+ msgid "WriteScroll"
290
+ msgstr "WriteScroll"
291
+
292
+ #@ adminimize
293
+ #: adminimize_page.php:234
294
+ #: adminimize_page.php:244
295
+ #: adminimize_page.php:254
296
+ #: adminimize_page.php:264
297
+ #: adminimize_page.php:274
298
+ #: adminimize_page.php:284
299
+ msgid "Activate"
300
+ msgstr "Aktief"
301
+
302
+ #@ adminimize
303
+ #: adminimize_page.php:235
304
+ msgid "With the WriteScroll option active, these pages will automatically scroll to an optimal position for editing, when you visit Write Post or Write Page."
305
+ msgstr "Wanneer de WriteScroll optie actief is zulllen pagina's automatisch automatisch naar de correcte positie scrollen voor optimale bewerking bij het schrijven van een bericht of pagina."
306
+
307
+ #@ adminimize
308
+ #: adminimize_page.php:239
309
+ msgid "Timestamp"
310
+ msgstr "Timestamp (Tijdsinformatie)"
311
+
312
+ #@ adminimize
313
+ #: adminimize_page.php:245
314
+ msgid "Opens the post timestamp editing fields without you having to click the \"Edit\" link every time."
315
+ msgstr "Opent de tijdsinformatie velden van het bericht zonder dat je elke keer op de \"Bewerk\" link hoeft te klikken"
316
+
317
+ #@ adminimize
318
+ #: adminimize_page.php:249
319
+ msgid "Thickbox FullScreen"
320
+ msgstr "Thickbox FullScreen"
321
+
322
+ #@ adminimize
323
+ #: adminimize_page.php:255
324
+ msgid "All Thickbox-function use the full area of the browser. Thickbox is for examble in upload media-files."
325
+ msgstr "Alle Thickbox-Funkties gebruiken de volledige ruimte van de browsers, bijvoorbeeld bij het uploaden van media bestanden."
326
+
327
+ #@ adminimize
328
+ #: adminimize_page.php:259
329
+ msgid "Flashuploader"
330
+ msgstr "Flashuploader"
331
+
332
+ #@ adminimize
333
+ #: adminimize_page.php:265
334
+ msgid "Disable the flashuploader and users use only the standard uploader."
335
+ msgstr "Deactiveer de flashuploader, gebruikers gebruiken alleen de standaard uploader"
336
+
337
+ #@ adminimize
338
+ #: adminimize_page.php:279
339
+ msgid "Advice in Footer"
340
+ msgstr "Advies in de footer"
341
+
342
+ #@ adminimize
343
+ #: adminimize_page.php:313
344
+ msgid "Manage Posts"
345
+ msgstr "Arrangeer Berichten"
346
+
347
+ #@ adminimize
348
+ #: adminimize_page.php:314
349
+ msgid "Manage Pages"
350
+ msgstr "Arrangeer Pagina's"
351
+
352
+ #@ adminimize
353
+ #: adminimize_page.php:315
354
+ msgid "Write Post"
355
+ msgstr "Schrijf Bericht"
356
+
357
+ #@ adminimize
358
+ #: adminimize_page.php:316
359
+ msgid "Write Page"
360
+ msgstr "Schrijf Pagina"
361
+
362
+ #@ adminimize
363
+ #: adminimize_page.php:317
364
+ #: adminimize_page.php:533
365
+ msgid "Comments"
366
+ msgstr "Commentaar"
367
+
368
+ #@ adminimize
369
+ #: adminimize_page.php:318
370
+ msgid "other Page"
371
+ msgstr "andere pagina"
372
+
373
+ #@ adminimize
374
+ #: adminimize_page.php:330
375
+ #: adminimize_page.php:445
376
+ #: adminimize_page.php:767
377
+ #: adminimize_page.php:850
378
+ #: adminimize_page.php:933
379
+ #: adminimize_page.php:1054
380
+ msgid "Update Options"
381
+ msgstr "Instellingen Wijzigen"
382
+
383
+ #@ adminimize
384
+ #: adminimize_page.php:148
385
+ #: adminimize_page.php:341
386
+ msgid "Global options"
387
+ msgstr "Globale Instellingen"
388
+
389
+ #@ adminimize
390
+ #: adminimize_page.php:348
391
+ #: adminimize_page.php:420
392
+ #: adminimize_page.php:825
393
+ #: adminimize_page.php:908
394
+ #: adminimize_page.php:951
395
+ #: adminimize_page.php:1029
396
+ msgid "Option"
397
+ msgstr "Instelling"
398
+
399
+ #@ adminimize
400
+ #: adminimize_page.php:351
401
+ #: adminimize_page.php:466
402
+ #: adminimize_page.php:788
403
+ #: adminimize_page.php:871
404
+ #: adminimize_page.php:954
405
+ msgid "Deactivate for"
406
+ msgstr "Deactiveer voor"
407
+
408
+ #@ adminimize
409
+ #: adminimize_page.php:371
410
+ msgid "Favorite Actions"
411
+ msgstr "Favoriete Acties"
412
+
413
+ #@ adminimize
414
+ #: adminimize_page.php:372
415
+ msgid "Screen-Meta"
416
+ msgstr "Scherm-Meta"
417
+
418
+ #@ adminimize
419
+ #: adminimize_page.php:373
420
+ #: adminimize_page.php:525
421
+ #: adminimize_page.php:619
422
+ msgid "Screen Options"
423
+ msgstr "Scherm Instellingen"
424
+
425
+ #@ adminimize
426
+ #: adminimize_page.php:374
427
+ msgid "Contextual Help"
428
+ msgstr "Contextuele Hulp"
429
+
430
+ #@ adminimize
431
+ #: adminimize_page.php:375
432
+ msgid "Admin Color Scheme"
433
+ msgstr "Kleurenpalet Instellen"
434
+
435
+ #@ adminimize
436
+ #: adminimize_page.php:419
437
+ #: adminimize_page.php:1028
438
+ msgid "Your own options"
439
+ msgstr "Jouw instellingen"
440
+
441
+ #@ adminimize
442
+ #: adminimize_page.php:419
443
+ #: adminimize_page.php:824
444
+ #: adminimize_page.php:907
445
+ #: adminimize_page.php:1028
446
+ msgid "ID or class"
447
+ msgstr "ID of klasse"
448
+
449
+ #@ adminimize
450
+ #: adminimize_page.php:426
451
+ #: adminimize_page.php:831
452
+ #: adminimize_page.php:914
453
+ #: adminimize_page.php:1035
454
+ msgid "It is possible to add your own IDs or classes from elements and tags. You can find IDs and classes with the FireBug Add-on for Firefox. Assign a value and the associate name per line."
455
+ msgstr "Het is mogelijk dat je een eigen ID en klasse van elementen en tags toevoegd. Je kan ID's en klassen vinden met de FireBug extensie voor FireFox. Ken een waarde per regel en de bijbehorende naam toe."
456
+
457
+ #@ adminimize
458
+ #: adminimize_page.php:432
459
+ #: adminimize_page.php:837
460
+ #: adminimize_page.php:920
461
+ #: adminimize_page.php:1041
462
+ msgid "Possible nomination for ID or class. Separate multiple nomination through a carriage return."
463
+ msgstr "Mogelijke benaming voor een ID of klasse. Verdeel de waarden met een nieuwe regel door de enter toets te gebruiken."
464
+
465
+ #@ adminimize
466
+ #: adminimize_page.php:437
467
+ #: adminimize_page.php:842
468
+ #: adminimize_page.php:925
469
+ #: adminimize_page.php:1046
470
+ msgid "Possible IDs or classes. Separate multiple values through a carriage return."
471
+ msgstr "Mogelijke ID's of klassen. Verdeel de verschillende waarden met een nieuwe regel door de enter toets te gebruiken."
472
+
473
+ #@ adminimize
474
+ #: adminimize_page.php:151
475
+ #: adminimize_page.php:456
476
+ msgid "Menu Options"
477
+ msgstr "Menu Instellingen"
478
+
479
+ #@ adminimize
480
+ #: adminimize_page.php:463
481
+ msgid "Menu options - Menu, <span style=\\\"font-weight: 400;\\\">Submenu</span>"
482
+ msgstr "Menu Instellingen - Menu, <span style=\"font-weight: 400;\">Submenu</span>"
483
+
484
+ #: adminimize_page.php:524
485
+ #: adminimize_page.php:618
486
+ msgid "Help"
487
+ msgstr "Help"
488
+
489
+ #@ adminimize
490
+ #: adminimize_page.php:526
491
+ #: adminimize_page.php:620
492
+ msgid "Permalink"
493
+ msgstr "Permalink"
494
+
495
+ #@ adminimize
496
+ #: adminimize_page.php:530
497
+ msgid "Excerpt"
498
+ msgstr "Excerpt (samenvatting)"
499
+
500
+ #@ adminimize
501
+ #: adminimize_page.php:531
502
+ msgid "Trackbacks"
503
+ msgstr "Trackbacks"
504
+
505
+ #: adminimize_page.php:532
506
+ #: adminimize_page.php:621
507
+ msgid "Custom Fields"
508
+ msgstr "Velden gedefinieerd door de gebruiker"
509
+
510
+ #@ adminimize
511
+ #: adminimize_page.php:534
512
+ msgid "Password Protect This Post"
513
+ msgstr "Bescherm dit artikel met een wachtwoord"
514
+
515
+ #: adminimize_page.php:535
516
+ msgid "Post Author"
517
+ msgstr "Auteur"
518
+
519
+ #: adminimize_page.php:536
520
+ msgid "Post Revisions"
521
+ msgstr "Bericht Revisies"
522
+
523
+ #@ adminimize
524
+ #: adminimize_page.php:537
525
+ msgid "Related, Shortcuts"
526
+ msgstr "Gerelateerde Snelkoppelingen"
527
+
528
+ #@ adminimize
529
+ #: adminimize_page.php:538
530
+ #: adminimize_page.php:630
531
+ msgid "Messenges"
532
+ msgstr "Mededelingen"
533
+
534
+ #@ adminimize
535
+ #: adminimize_page.php:539
536
+ #: adminimize_page.php:631
537
+ msgid "h2: Advanced Options"
538
+ msgstr "h2: Uitgebreide Instellingen"
539
+
540
+ #@ adminimize
541
+ #: adminimize_page.php:540
542
+ #: adminimize_page.php:632
543
+ msgid "Media Buttons (all)"
544
+ msgstr "Media Buttons (alle)"
545
+
546
+ #@ adminimize
547
+ #: adminimize_page.php:541
548
+ #: adminimize_page.php:633
549
+ msgid "Word count"
550
+ msgstr "Aantal woorden"
551
+
552
+ #: adminimize_page.php:542
553
+ msgid "Post Slug"
554
+ msgstr "Bericht Slug"
555
+
556
+ #@ adminimize
557
+ #: adminimize_page.php:543
558
+ #: adminimize_page.php:635
559
+ #: adminimize_page.php:984
560
+ msgid "Publish Actions"
561
+ msgstr "Publiceer acties"
562
+
563
+ #: adminimize_page.php:544
564
+ #: adminimize_page.php:636
565
+ msgid "Discussion"
566
+ msgstr "Discussie"
567
+
568
+ #: adminimize_page.php:549
569
+ msgid "Post Thumbnail"
570
+ msgstr "Miniatuurafbeelding Bericht"
571
+
572
+ #@ adminimize
573
+ #: adminimize_page.php:551
574
+ #: adminimize_page.php:643
575
+ msgid "Suggested tags from"
576
+ msgstr "Voorgestelde tags van"
577
+
578
+ #: adminimize_page.php:553
579
+ msgid "Text Control"
580
+ msgstr "Tekst Controle"
581
+
582
+ #: adminimize_page.php:555
583
+ #: adminimize_page.php:645
584
+ msgid "HTML Special Characters"
585
+ msgstr "Speciale HTML Karakters"
586
+
587
+ #: adminimize_page.php:557
588
+ msgid "All in One SEO Pack"
589
+ msgstr "All in One SEO Pack"
590
+
591
+ #@ adminimize
592
+ #: adminimize_page.php:622
593
+ msgid "Comments &amp; Pings"
594
+ msgstr "Commentaar &amp; Pings"
595
+
596
+ #@ adminimize
597
+ #: adminimize_page.php:623
598
+ msgid "Password Protect This Page"
599
+ msgstr "Deze pagina met een wachtwoord beschermen"
600
+
601
+ #: adminimize_page.php:624
602
+ msgid "Attributes"
603
+ msgstr "Attributen"
604
+
605
+ #@ adminimize
606
+ #: adminimize_page.php:625
607
+ msgid "Page Template"
608
+ msgstr "Pagina Template"
609
+
610
+ #@ adminimize
611
+ #: adminimize_page.php:626
612
+ msgid "Page Order"
613
+ msgstr "Pagina Volgorde"
614
+
615
+ #: adminimize_page.php:627
616
+ msgid "Page Author"
617
+ msgstr "Auteur"
618
+
619
+ #: adminimize_page.php:628
620
+ msgid "Page Revisions"
621
+ msgstr "Pagina Revisies"
622
+
623
+ #@ adminimize
624
+ #: adminimize_page.php:629
625
+ msgid "Related"
626
+ msgstr "Zie ook"
627
+
628
+ #: adminimize_page.php:634
629
+ msgid "Page Slug"
630
+ msgstr "Pagina Slug"
631
+
632
+ #: adminimize_page.php:641
633
+ msgid "Page Image"
634
+ msgstr "Pagina Afbeelding"
635
+
636
+ #@ adminimize
637
+ #: adminimize_page.php:683
638
+ #: adminimize_page.php:731
639
+ msgid "After activate the check box it heavy attitudes will change."
640
+ msgstr "Wanneer het selectievakje aangevinkt is worden de belangrijke instellingen veranderd"
641
+
642
+ #: adminimize_page.php:714
643
+ msgid "Profile"
644
+ msgstr "Profiel"
645
+
646
+ #@ adminimize
647
+ #: adminimize_page.php:154
648
+ #: adminimize_page.php:778
649
+ #: adminimize_page.php:785
650
+ msgid "Write options - Post"
651
+ msgstr "Schrijf Instellingen - Bericht"
652
+
653
+ #@ adminimize
654
+ #: adminimize_page.php:824
655
+ msgid "Your own post options"
656
+ msgstr "Jouw eigen bericht instellingen"
657
+
658
+ #@ adminimize
659
+ #: adminimize_page.php:157
660
+ #: adminimize_page.php:861
661
+ #: adminimize_page.php:868
662
+ msgid "Write options - Page"
663
+ msgstr "Schrijf Instellingen - Pagina"
664
+
665
+ #@ adminimize
666
+ #: adminimize_page.php:907
667
+ msgid "Your own page options"
668
+ msgstr "Jouw eigen pagina instellingen"
669
+
670
+ #@ adminimize
671
+ #: adminimize_page.php:160
672
+ #: adminimize_page.php:944
673
+ msgid "Links options"
674
+ msgstr "Link Instellingen"
675
+
676
+ #: adminimize_page.php:977
677
+ msgid "Name"
678
+ msgstr "Naam"
679
+
680
+ #: adminimize_page.php:978
681
+ msgid "Web Address"
682
+ msgstr "Website URL"
683
+
684
+ #: adminimize_page.php:979
685
+ msgid "Description"
686
+ msgstr "Beschrijving"
687
+
688
+ #: adminimize_page.php:981
689
+ msgid "Target"
690
+ msgstr "Doel"
691
+
692
+ #: adminimize_page.php:982
693
+ msgid "Link Relationship (XFN)"
694
+ msgstr "Link Relatie (XFN)"
695
+
696
+ #: adminimize_page.php:983
697
+ msgid "Advanced"
698
+ msgstr "Geavanceerd"
699
+
700
+ #@ adminimize
701
+ #: adminimize_page.php:163
702
+ #: adminimize_page.php:1066
703
+ #: adminimize_page.php:1151
704
+ msgid "Set Theme"
705
+ msgstr "Thema Instellen"
706
+
707
+ #@ adminimize
708
+ #: adminimize_page.php:1073
709
+ msgid "For better peformance with many users on your blog; load only userlist, when you will change the theme options for users."
710
+ msgstr "Voor een betere prestatie bij meer gebruikers op je blog; laad alleen de gebruikerslijst wanneer je de thema opties veranderd voor gebruikers."
711
+
712
+ #@ adminimize
713
+ #: adminimize_page.php:1076
714
+ msgid "Load User Data"
715
+ msgstr "Gebruikersdata laden"
716
+
717
+ #: adminimize_page.php:1087
718
+ msgid "User-ID"
719
+ msgstr "User-ID"
720
+
721
+ #: adminimize_page.php:1088
722
+ msgid "Username"
723
+ msgstr "Gebruikersnaam"
724
+
725
+ #: adminimize_page.php:1089
726
+ msgid "Display name publicly as"
727
+ msgstr "Laat naam publiekelijk zien als"
728
+
729
+ #: adminimize_page.php:1090
730
+ msgid "Admin-Color Scheme"
731
+ msgstr "Admin kleuren schema"
732
+
733
+ #: adminimize_page.php:1091
734
+ msgid "User Level"
735
+ msgstr "Gebruikersniveau"
736
+
737
+ #: adminimize_page.php:1092
738
+ msgid "Role"
739
+ msgstr "Rol"
740
+
741
+ #@ adminimize
742
+ #: adminimize_page.php:169
743
+ #: adminimize_page.php:1199
744
+ msgid "Deinstall Options"
745
+ msgstr "Deinstalleren Instellingen"
746
+
747
+ #@ adminimize
748
+ #: adminimize_page.php:1202
749
+ msgid "Use this option for clean your database from all entries of this plugin. When you deactivate the plugin, the deinstall of the plugin <strong>clean not</strong> all entries in the database."
750
+ msgstr "Gebruik deze instelling om de opties van deze plugin te verwijderen uit de database. Wanneer je alleen de plugin deactiveerd worden deze <strong>niet</strong> verwijderd !"
751
+
752
+ #@ adminimize
753
+ #: adminimize_page.php:1206
754
+ msgid "Delete Options"
755
+ msgstr "Instellingen Verwijderen"
756
+
757
+ #@ adminimize
758
+ #: adminimize_page.php:116
759
+ #: adminimize_page.php:172
760
+ #: adminimize_page.php:1220
761
+ msgid "About the plugin"
762
+ msgstr "Over de plugin"
763
+
764
+ #@ adminimize
765
+ #: adminimize_page.php:118
766
+ #: adminimize_page.php:1223
767
+ msgid "Further information: Visit the <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">plugin homepage</a> for further information or to grab the latest version of this plugin."
768
+ msgstr "Voor meer informatie : bezoek de <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">Plugin Website</a> voor meer informatie of download de laatste versie van deze plugin."
769
+
770
+ #@ adminimize
771
+ #: adminimize_page.php:124
772
+ #: adminimize_page.php:1229
773
+ msgid "PayPal - The safer, easier way to pay online!"
774
+ msgstr "PayPal - De veilige en makkelijke manier om online te betalen !"
775
+
776
+ #@ adminimize
777
+ #: adminimize_page.php:128
778
+ #: adminimize_page.php:1233
779
+ msgid "You want to thank me? Visit my <a href=\"http://bueltge.de/wunschliste/\">wishlist</a> or donate."
780
+ msgstr "Wil je mij bedanken ? Bekijk mijn <a href=\"http://bueltge.de/wunschliste/\">verlanglijst</a> of je kunt een donatie geven."
781
+
782
+ #@ adminimize
783
+ #: adminimize.php:100
784
+ msgid "All entries in the database was imported."
785
+ msgstr "Alle invoeringen in de database zijn geimporteerd"
786
+
787
+ #@ adminimize
788
+ #: adminimize_page.php:166
789
+ #: adminimize_page.php:1164
790
+ msgid "Export/Import Options"
791
+ msgstr "Exporteer/Importeer Instellingen"
792
+
793
+ #@ adminimize
794
+ #: adminimize_page.php:1168
795
+ msgid "Export"
796
+ msgstr "Exporteer"
797
+
798
+ #@ adminimize
799
+ #: adminimize_page.php:1173
800
+ msgid "Export &raquo;"
801
+ msgstr "Exporteren &raquo;"
802
+
803
+ #@ adminimize
804
+ #: adminimize_page.php:1177
805
+ msgid "Import"
806
+ msgstr "Importeer"
807
+
808
+ #@ adminimize
809
+ #: adminimize_page.php:1182
810
+ msgid "Choose a file from your computer"
811
+ msgstr "Selecteer een bestand van je computer"
812
+
813
+ #@ adminimize
814
+ #: adminimize_page.php:1187
815
+ msgid "Upload file and import &raquo;"
816
+ msgstr "Uploaden bestand en importeer &raquo;"
817
+
818
+ #@ adminimize
819
+ #: adminimize_page.php:141
820
+ msgid "MiniMenu"
821
+ msgstr "MiniMenu"
822
+
823
+ #@ adminimize
824
+ #: adminimize_page.php:332
825
+ #: adminimize_page.php:447
826
+ #: adminimize_page.php:769
827
+ #: adminimize_page.php:852
828
+ #: adminimize_page.php:935
829
+ #: adminimize_page.php:1057
830
+ #: adminimize_page.php:1156
831
+ #: adminimize_page.php:1190
832
+ #: adminimize_page.php:1211
833
+ #: adminimize_page.php:1237
834
+ msgid "scroll to top"
835
+ msgstr "Naar boven"
836
+
837
+ #@ adminimize
838
+ #: adminimize_page.php:1170
839
+ msgid "You can save a .seq file with your options."
840
+ msgstr "Je kan een .seq bestand opslaan met jouw instellingen."
841
+
842
+ #@ adminimize
843
+ #: adminimize_page.php:1180
844
+ msgid "Choose a Adminimize (<em>.seq</em>) file to upload, then click <em>Upload file and import</em>."
845
+ msgstr "Selecteer een Adminimize (<em>.seq</em>) bestand om te uploaden en klik dan op <em>uploaden bestand en importeren</em>."
846
+
847
+ #@ adminimize
848
+ #: adminimize_page.php:269
849
+ msgid "Category Height"
850
+ msgstr "Categorie Hoogte"
851
+
852
+ #@ adminimize
853
+ #: adminimize_page.php:275
854
+ msgid "View the Meta Box with Categories in the full height, no scrollbar or whitespace."
855
+ msgstr "Bekijk de Meta Box met categorieën in de volle hoogte, zonder scrollbar of spaties."
856
+
857
+ #@ adminimize
858
+ #: adminimize_page.php:286
859
+ msgid "In Footer kann you display a advice for change the Default-design, (x)HTML is possible."
860
+ msgstr "In de footer kan je een advies weergeven voor het standaard design te wijzigen, (x)HTML is mogelijk."
861
+
862
+ #@ adminimize
863
+ #: adminimize_page.php:308
864
+ msgid "Dashboard deactivate, redirect to"
865
+ msgstr "Dashboard is niet actief, verwijzen naar"
866
+
867
+ #@ adminimize
868
+ #: adminimize_page.php:321
869
+ msgid "You have deactivate the Dashboard, please select a page for redirect?"
870
+ msgstr "Je hebt het dashboard gedeactiveerd, selecteer een pagina waar naar verwezen kan worden."
871
+
872
+ #: adminimize_page.php:545
873
+ #: adminimize_page.php:637
874
+ msgid "HTML Editor Button"
875
+ msgstr "HTML Editor knop"
876
+
languages/adminimize-tr.po ADDED
@@ -0,0 +1,559 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: adminimize\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2008-08-13 20:49+0100\n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: Gürkan Gür <seqizz@gmail.com>\n"
8
+ "Language-Team: seqizz <seqizz@gmail.com>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-Country: Turkey\n"
13
+ "Plural-Forms: nplurals=2; plural=n == 1 ? 0 : 1\n"
14
+
15
+ #: adminimize.php:63
16
+ msgid "Unknown error."
17
+ msgstr "Bilinmeyen hata."
18
+
19
+ #: adminimize.php:70
20
+ msgid "The updates was saved."
21
+ msgstr "Değişiklikler kaydedildi."
22
+
23
+ #: adminimize.php:71
24
+ msgid "You have not enough rights for edit entries in the database."
25
+ msgstr "Veritabanındaki girdileri değiştirmek için yeterli yetkilere sahip değilsiniz."
26
+
27
+ #: adminimize.php:72
28
+ msgid "All entries in the database was delleted."
29
+ msgstr "Veritabanındaki bütün girdiler silindi."
30
+
31
+ #: adminimize.php:73
32
+ msgid "Set the checkbox on deinstall-button."
33
+ msgstr ""
34
+
35
+ #: adminimize.php:74
36
+ msgid "Can't load menu and submenu."
37
+ msgstr "Menü ve alt menü yüklenemiyor."
38
+
39
+ #: adminimize.php:75
40
+ msgid "Backend-Theme was activated!"
41
+ msgstr "Arkaplan teması aktifleştirildi!"
42
+
43
+ #: adminimize.php:239
44
+ #: adminimize_page.php:421
45
+ msgid "Categories"
46
+ msgstr "Kategotiler"
47
+
48
+ #: adminimize.php:245
49
+ #: adminimize.php:256
50
+ msgid "+ Add New Category"
51
+ msgstr "+ Yeni kategori ekle"
52
+
53
+ #: adminimize.php:247
54
+ #: adminimize.php:258
55
+ msgid "New category name"
56
+ msgstr "Yeni kategori adı"
57
+
58
+ #: adminimize.php:248
59
+ #: adminimize.php:260
60
+ msgid "Parent category"
61
+ msgstr "Üst kategori"
62
+
63
+ #: adminimize.php:249
64
+ #: adminimize.php:261
65
+ msgid "Add"
66
+ msgstr "Ekle"
67
+
68
+ #: adminimize.php:258
69
+ #: adminimize_page.php:422
70
+ msgid "Add New Category"
71
+ msgstr "Yeni Kategori Ekle"
72
+
73
+ #: adminimize.php:282
74
+ #: adminimize.php:283
75
+ #: adminimize_page.php:420
76
+ msgid "Tags"
77
+ msgstr "Etiketler"
78
+
79
+ #: adminimize.php:342
80
+ #: adminimize.php:379
81
+ #: adminimize.php:421
82
+ #: adminimize.php:444
83
+ msgid "Classic"
84
+ msgstr "Klasik"
85
+
86
+ #: adminimize.php:349
87
+ #: adminimize.php:386
88
+ #: adminimize.php:428
89
+ #: adminimize.php:451
90
+ msgid "Fresh"
91
+ msgstr "Taze"
92
+
93
+ #: adminimize.php:356
94
+ #: adminimize.php:393
95
+ msgid "WordPress 2.3"
96
+ msgstr "WordPress 2.3"
97
+
98
+ #: adminimize.php:364
99
+ #: adminimize.php:400
100
+ msgid "Maybe i'm colorblind"
101
+ msgstr "Belki ben renk körüyüm"
102
+
103
+ #: adminimize.php:371
104
+ #: adminimize.php:407
105
+ msgid "Grey"
106
+ msgstr "Gri"
107
+
108
+ #: adminimize.php:550
109
+ #: adminimize.php:553
110
+ msgid "Dashboard"
111
+ msgstr "Kontrol Paneli"
112
+
113
+ #: adminimize.php:647
114
+ #: adminimize.php:649
115
+ #: adminimize.php:658
116
+ #: adminimize.php:660
117
+ #: adminimize.php:840
118
+ msgid "Log Out"
119
+ msgstr "Çıkış"
120
+
121
+ #: adminimize.php:696
122
+ #: adminimize_page.php:608
123
+ #: adminimize_page.php:609
124
+ #: adminimize_page.php:610
125
+ #: adminimize_page.php:611
126
+ #: adminimize_page.php:612
127
+ #: adminimize_page.php:672
128
+ #: adminimize_page.php:673
129
+ #: adminimize_page.php:674
130
+ #: adminimize_page.php:675
131
+ #: adminimize_page.php:676
132
+ #: adminimize_page.php:720
133
+ #: adminimize_page.php:721
134
+ #: adminimize_page.php:722
135
+ #: adminimize_page.php:723
136
+ #: adminimize_page.php:724
137
+ msgid "All"
138
+ msgstr "Tümü"
139
+
140
+ #: adminimize.php:696
141
+ msgid "None"
142
+ msgstr "Hiçbiri"
143
+
144
+ #: adminimize.php:859
145
+ msgid "Visit plugin homepage"
146
+ msgstr "Eklenti anasayfasına git"
147
+
148
+ #: adminimize.php:862
149
+ msgid "plugin"
150
+ msgstr "eklenti"
151
+
152
+ #: adminimize.php:862
153
+ msgid "Version"
154
+ msgstr "Sürüm"
155
+
156
+ #: adminimize.php:862
157
+ msgid "History"
158
+ msgstr "Geçmiş"
159
+
160
+ #: adminimize.php:862
161
+ msgid "Author"
162
+ msgstr "Sahibi"
163
+
164
+ #: adminimize.php:865
165
+ msgid "plugin activate"
166
+ msgstr "eklenti etkinleştirme"
167
+
168
+ #: adminimize.php:880
169
+ msgid "Settings"
170
+ msgstr "Ayarlar"
171
+
172
+ #: adminimize.php:892
173
+ msgid "Adminimize Options"
174
+ msgstr "Adminimize Seçenekleri"
175
+
176
+ #: adminimize.php:892
177
+ #: adminimize_page.php:67
178
+ msgid "Adminimize"
179
+ msgstr "Adminimize"
180
+
181
+ #: adminimize.php:904
182
+ msgid "Cheatin&#8217; uh?"
183
+ msgstr ""
184
+
185
+ #: adminimize_page.php:96
186
+ msgid "Sidebar Width"
187
+ msgstr "Yan Panel Genişliği"
188
+
189
+ #: adminimize_page.php:90
190
+ #: adminimize_page.php:100
191
+ #: adminimize_page.php:120
192
+ #: adminimize_page.php:131
193
+ #: adminimize_page.php:144
194
+ #: adminimize_page.php:154
195
+ #: adminimize_page.php:164
196
+ #: adminimize_page.php:174
197
+ #: adminimize_page.php:184
198
+ #: adminimize_page.php:194
199
+ #: adminimize_page.php:243
200
+ msgid "Default"
201
+ msgstr "Standart"
202
+
203
+ #: adminimize_page.php:105
204
+ msgid "The sidebar on the right side in the area <em>Edit</em> is configurable. Default is 200 pixel in the WordPress Theme <em>Classic</em> and <em>Fresh</em>"
205
+ msgstr "Sağ taraftaki <em>Düzenle</em> bölgesindeki yan panel düzenlenebilir. Standart olarak <em>klasik</em> ve <em>taze</em> tema ile 200 piksel boyutundadır."
206
+
207
+ #: adminimize_page.php:127
208
+ msgid "User-Info"
209
+ msgstr "Kullanıcı Bilgisi"
210
+
211
+ #: adminimize_page.php:121
212
+ #: adminimize_page.php:132
213
+ #: adminimize_page.php:155
214
+ msgid "Hide"
215
+ msgstr "Gizle"
216
+
217
+ #: adminimize_page.php:133
218
+ msgid "Only logout"
219
+ msgstr "Sadece çıkış"
220
+
221
+ #: adminimize_page.php:134
222
+ msgid "User &amp; Logout"
223
+ msgstr "Kullanıcı &amp; Çıkış"
224
+
225
+ #: adminimize_page.php:135
226
+ msgid "The &quot;User-Info-area&quot; is on the top right side of the backend. You can hide or reduced show."
227
+ msgstr "&quot;Kullanıcı Bilgisi bölgesi&quot; sağ üst taraftadır. Gizleyebilir veya görüntüleyebilirsiniz."
228
+
229
+ #: adminimize_page.php:140
230
+ msgid "Change User-Info, redirect to"
231
+ msgstr "Kullanıcı Bilgisi değiştir, yönlendirme yeri"
232
+
233
+ #: adminimize_page.php:145
234
+ msgid "Frontpage of the Blog"
235
+ msgstr "Blogun önsayfası"
236
+
237
+ #: adminimize_page.php:146
238
+ msgid "When the &quot;User-Info-area&quot; change it, then it is possible to change the redirect."
239
+ msgstr "&quot;Kullanıcı bilgisi bölgesi&quot; yönlendirilebilir."
240
+
241
+ #: adminimize_page.php:150
242
+ msgid "Footer"
243
+ msgstr "Taban"
244
+
245
+ #: adminimize_page.php:156
246
+ msgid "The Footer-area kann hide, include all links and details."
247
+ msgstr "Taban bölgesi, içerdiği bütün link ve detaylar ile gizlenebilir."
248
+
249
+ #: adminimize_page.php:160
250
+ msgid "WriteScroll"
251
+ msgstr "YazmayaGit"
252
+
253
+ #: adminimize_page.php:91
254
+ #: adminimize_page.php:165
255
+ #: adminimize_page.php:175
256
+ #: adminimize_page.php:185
257
+ #: adminimize_page.php:195
258
+ msgid "Activate"
259
+ msgstr "Aktifleştir"
260
+
261
+ #: adminimize_page.php:166
262
+ msgid "With the WriteScroll option active, these pages will automatically scroll to an optimal position for editing, when you visit Write Post or Write Page."
263
+ msgstr "YazmayaGit özelliği aktifse, yazı yazmak için bir sayfaya girdiğinizde sayfa otomatik olarak yazmaya uygun bir bölgeye kayacaktır."
264
+
265
+ #: adminimize_page.php:170
266
+ msgid "Timestamp"
267
+ msgstr "Zaman Etiketi"
268
+
269
+ #: adminimize_page.php:176
270
+ msgid "Opens the post timestamp editing fields without you having to click the \"Edit\" link every time."
271
+ msgstr "Zaman etiketlerini açmak için \"Düzenle\" linkini tıklamanıza gerek kalmaz."
272
+
273
+ #: adminimize_page.php:180
274
+ msgid "Thickbox FullScreen"
275
+ msgstr "Thickbox Tam Ekran"
276
+
277
+ #: adminimize_page.php:186
278
+ msgid "All Thickbox-function use the full area of the browser. Thickbox is for examble in upload media-files."
279
+ msgstr "Ortam dosyaları yüklerken çıkacak olan kutucuğun tam ekran olarak kullanılmasını sağlar."
280
+
281
+ #: adminimize_page.php:190
282
+ msgid "Advice in Footer"
283
+ msgstr "Tabanda Tavsiyeler"
284
+
285
+ #: adminimize_page.php:197
286
+ msgid "In the Footer kann you display a advice for change the Default-design, (x)HTML is possible."
287
+ msgstr "Taban bölümde öntanımlı dizaynı değiştirmek için tavsiyeler gösterebilirsiniz, (x)HTML mümkün."
288
+
289
+ #: adminimize_page.php:239
290
+ msgid "Dashboard deaktivate, redirect to"
291
+ msgstr "Yönetim paneli pasif, yönlendirme yeri"
292
+
293
+ #: adminimize_page.php:244
294
+ msgid "Manage Posts"
295
+ msgstr "Yazıları Yönet"
296
+
297
+ #: adminimize_page.php:245
298
+ msgid "Manage Pages"
299
+ msgstr "Sayfaları Yönet"
300
+
301
+ #: adminimize_page.php:246
302
+ msgid "Write Post"
303
+ msgstr "Yazı Yaz"
304
+
305
+ #: adminimize_page.php:247
306
+ msgid "Write Page"
307
+ msgstr "Sayfa Yaz"
308
+
309
+ #: adminimize_page.php:248
310
+ msgid "Comments"
311
+ msgstr "Yorumlar"
312
+
313
+ #: adminimize_page.php:249
314
+ msgid "You have deaktivate the Dashboard, please select a page for redirect?"
315
+ msgstr "Yönetim panelini pasifleştirdiniz, lütfen yönlendirme için bir sayfa seçin."
316
+
317
+ #: adminimize_page.php:355
318
+ msgid "Menu Options"
319
+ msgstr "Menü Seçenekleri"
320
+
321
+ #: adminimize_page.php:419
322
+ #: adminimize_page.php:479
323
+ msgid "Permalink"
324
+ msgstr "Permalink"
325
+
326
+ #: adminimize_page.php:423
327
+ msgid "Excerpt"
328
+ msgstr "Seçilmiş parça"
329
+
330
+ #: adminimize_page.php:424
331
+ msgid "Trackbacks"
332
+ msgstr "Geribildirimler"
333
+
334
+ #: adminimize_page.php:425
335
+ #: adminimize_page.php:480
336
+ msgid "Custom Fields"
337
+ msgstr "Özel Bölgeler"
338
+
339
+ #: adminimize_page.php:426
340
+ #: adminimize_page.php:481
341
+ msgid "Comments &amp; Pings"
342
+ msgstr "Yorumlar &amp; Pingler"
343
+
344
+ #: adminimize_page.php:427
345
+ msgid "Password Protect This Post"
346
+ msgstr "Bu Yazıyı Şifre İle Koru"
347
+
348
+ #: adminimize_page.php:428
349
+ msgid "Post Author"
350
+ msgstr "Yazar"
351
+
352
+ #: adminimize_page.php:429
353
+ msgid "Post Revisions"
354
+ msgstr "Yazı Sürümü"
355
+
356
+ #: adminimize_page.php:430
357
+ msgid "Related, Shortcuts"
358
+ msgstr "İlgili, Kısayollar"
359
+
360
+ #: adminimize_page.php:431
361
+ #: adminimize_page.php:489
362
+ msgid "Messenges"
363
+ msgstr "Sürümler"
364
+
365
+ #: adminimize_page.php:432
366
+ #: adminimize_page.php:490
367
+ msgid "h2: Advanced Options"
368
+ msgstr "h2: Geçişmiş Seçenekler"
369
+
370
+ #: adminimize_page.php:433
371
+ #: adminimize_page.php:491
372
+ msgid "Media Buttons (all)"
373
+ msgstr "Ortam Tuşları (hepsi)"
374
+
375
+ #: adminimize_page.php:437
376
+ #: adminimize_page.php:495
377
+ msgid "Suggested tags from"
378
+ msgstr "Önerilen etiketler"
379
+
380
+ #: adminimize_page.php:439
381
+ msgid "Text Control"
382
+ msgstr "Yazı Kontrolü"
383
+
384
+ #: adminimize_page.php:441
385
+ #: adminimize_page.php:497
386
+ msgid "HTML Special Characters"
387
+ msgstr "HTML Özel Karakterleri"
388
+
389
+ #: adminimize_page.php:482
390
+ msgid "Password Protect This Page"
391
+ msgstr "Bu Sayfayı Şifre İle Koru"
392
+
393
+ #: adminimize_page.php:483
394
+ msgid "Page Parent"
395
+ msgstr "Üst Sayfa"
396
+
397
+ #: adminimize_page.php:484
398
+ msgid "Page Template"
399
+ msgstr "Sayfa Teması"
400
+
401
+ #: adminimize_page.php:485
402
+ msgid "Page Order"
403
+ msgstr "Sayfa Sırası"
404
+
405
+ #: adminimize_page.php:486
406
+ msgid "Page Author"
407
+ msgstr "Sayfa Yazarı"
408
+
409
+ #: adminimize_page.php:487
410
+ msgid "Page Revisions"
411
+ msgstr "Sayfa Sürümleri"
412
+
413
+ #: adminimize_page.php:488
414
+ msgid "Related"
415
+ msgstr "İlgili"
416
+
417
+ #: adminimize_page.php:607
418
+ #: adminimize_page.php:670
419
+ #: adminimize_page.php:718
420
+ msgid "All items"
421
+ msgstr "Bütün Nesneler"
422
+
423
+ #: adminimize_page.php:639
424
+ msgid "Write options - Post"
425
+ msgstr "Yazım Seçenekleri - Yazı"
426
+
427
+ #: adminimize_page.php:687
428
+ msgid "Write options - Page"
429
+ msgstr "Yazım Seçenekleri - Sayfa"
430
+
431
+ #: adminimize_page.php:742
432
+ #: adminimize_page.php:808
433
+ msgid "Set Theme"
434
+ msgstr "Tema Seç"
435
+
436
+ #: adminimize_page.php:751
437
+ msgid "User-ID"
438
+ msgstr "Kullanıcı Kimliği"
439
+
440
+ #: adminimize_page.php:752
441
+ msgid "Username"
442
+ msgstr "Kullanıcı Adı"
443
+
444
+ #: adminimize_page.php:753
445
+ msgid "Display name publicly as"
446
+ msgstr "İsmi göster"
447
+
448
+ #: adminimize_page.php:754
449
+ msgid "Admin Color Scheme"
450
+ msgstr "Yönetici Renk Şeması"
451
+
452
+ #: adminimize_page.php:755
453
+ msgid "User Level"
454
+ msgstr "Kullanıcı Seviyesi"
455
+
456
+ #: adminimize_page.php:756
457
+ msgid "Role"
458
+ msgstr "Rol"
459
+
460
+ #: adminimize_page.php:821
461
+ msgid "Use this option for clean your database from all entries of this plugin. When you deactivate the plugin, the deinstall of the plugin <strong>clean not</strong> all entries in the database."
462
+ msgstr "Veritabanınızı bu eklenti ile gelen bütün girdilerden temizler. Kullanılmazsa eklentinin kaldırılması veya etkisizleştirilmesi veritabanınızı <strong>temizlemeyecektir</strong>."
463
+
464
+ #: adminimize_page.php:837
465
+ msgid "About the plugin"
466
+ msgstr "Eklenti Hakkında"
467
+
468
+ #: adminimize_page.php:840
469
+ msgid "Further information: Visit the <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">plugin homepage</a> for further information or to grab the latest version of this plugin."
470
+ msgstr "Detaylı Bilgi: Daha detaylı bilgi ve yeni sürümler için <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">eklenti anasayfası</a>nı inceleyebilirsiniz."
471
+
472
+ #: adminimize_page.php:840
473
+ msgid "You want to thank me? Visit my <a href=\"http://bueltge.de/wunschliste/\">wishlist</a>."
474
+ msgstr "Teşekkür etmek mi istiyorsunuz? Lütfen<a href=\"http://bueltge.de/wunschliste/\">istek listem</a>e bakınız."
475
+
476
+ #: adminimize_page.php:86
477
+ msgid "Menu Order"
478
+ msgstr "Menü Sırası"
479
+
480
+ #: adminimize_page.php:92
481
+ msgid "It is possible to set a new menu-order."
482
+ msgstr "Yeni bir menü sırası ayarlamak mümkün."
483
+
484
+ #: adminimize_page.php:116
485
+ msgid "Dashmenu"
486
+ msgstr "Yönetim menüsü"
487
+
488
+ #: adminimize_page.php:122
489
+ msgid "The &quot;Dashboard-area&quot; is on the top left side of the backend. You can hide show."
490
+ msgstr "&quot;Yönetim Bölgesi&quot; arkaplan sayfalarının sol üstündedir. Gizleyip gösterebilirsiniz."
491
+
492
+ #: adminimize_page.php:275
493
+ #: adminimize_page.php:281
494
+ msgid "Top Menu Options"
495
+ msgstr "Üst Menü Seçenekleri"
496
+
497
+ #: adminimize_page.php:282
498
+ #: adminimize_page.php:362
499
+ #: adminimize_page.php:640
500
+ #: adminimize_page.php:688
501
+ msgid "Deactivate for Subscriber"
502
+ msgstr "Bildirici (Subscriber) için pasifleştir"
503
+
504
+ #: adminimize_page.php:283
505
+ #: adminimize_page.php:363
506
+ #: adminimize_page.php:641
507
+ #: adminimize_page.php:689
508
+ msgid "Deactivate for Contributor"
509
+ msgstr "Katkıcı (Contributor) için pasifleştir"
510
+
511
+ #: adminimize_page.php:284
512
+ #: adminimize_page.php:364
513
+ #: adminimize_page.php:642
514
+ #: adminimize_page.php:690
515
+ msgid "Deactivate for Author"
516
+ msgstr "Yazar için pasifleştir"
517
+
518
+ #: adminimize_page.php:285
519
+ #: adminimize_page.php:365
520
+ #: adminimize_page.php:643
521
+ #: adminimize_page.php:691
522
+ msgid "Deactivate for Editor"
523
+ msgstr "Editör için pasifleştir"
524
+
525
+ #: adminimize_page.php:286
526
+ #: adminimize_page.php:366
527
+ #: adminimize_page.php:644
528
+ #: adminimize_page.php:692
529
+ msgid "Deactivate for Administrator"
530
+ msgstr "Yönetici için pasifleştir"
531
+
532
+ #: adminimize_page.php:361
533
+ msgid "Menu options - Menu, <span style=\"font-weight: 400;\">Submenu</span>"
534
+ msgstr "Menü seçenekleri - Menü, <span style=\"font-weight: 400;\">Altmenü</span>"
535
+
536
+ #: adminimize_page.php:71
537
+ #: adminimize_page.php:80
538
+ msgid "Backend Options"
539
+ msgstr "Arkaplan Seçenekleri"
540
+
541
+ #: adminimize_page.php:259
542
+ #: adminimize_page.php:345
543
+ #: adminimize_page.php:623
544
+ #: adminimize_page.php:732
545
+ msgid "Update Options"
546
+ msgstr "Güncelle"
547
+
548
+ #: adminimize_page.php:632
549
+ msgid "Write Options"
550
+ msgstr "Yazma Seçenekleri"
551
+
552
+ #: adminimize_page.php:818
553
+ msgid "Deinstall Options"
554
+ msgstr "Kaldırma Seçenekleri"
555
+
556
+ #: adminimize_page.php:825
557
+ msgid "Delete Options"
558
+ msgstr "Silme Seçenekleri"
559
+
languages/adminimize-xx_XX.pot ADDED
@@ -0,0 +1,981 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Adminimize\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2010-01-04 17:38+0100\n"
6
+ "PO-Revision-Date: 2010-01-04 17:39+0100\n"
7
+ "Last-Translator: Frank Bueltge <frank@bueltge.de>\n"
8
+ "Language-Team: Frank Bueltge <frank@bueltge.de>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Poedit-Language: \n"
14
+ "X-Poedit-Country: \n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
+ "X-Poedit-Basepath: ../\n"
18
+ "X-Poedit-Bookmarks: \n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+ "X-Textdomain-Support: yes"
21
+
22
+ #: adminimize.php:93
23
+ #@ adminimize
24
+ msgid "Unknown error."
25
+ msgstr "Unbekannter Fehler."
26
+
27
+ #: adminimize.php:100
28
+ #@ adminimize
29
+ msgid "The updates were saved."
30
+ msgstr "Die Einstellungen wurden gespeichert"
31
+
32
+ #: adminimize.php:101
33
+ #@ adminimize
34
+ msgid "You have not enough rights to edit entries in the database."
35
+ msgstr "Du hast nicht ausreichend Rechte um diese Aktion durchzuf&uuml;hren!"
36
+
37
+ #: adminimize.php:103
38
+ #@ adminimize
39
+ msgid "All entries in the database were deleted."
40
+ msgstr "Die Einstellungen wurde gel&ouml;scht!"
41
+
42
+ #: adminimize.php:104
43
+ #@ adminimize
44
+ msgid "Set the checkbox on deinstall-button."
45
+ msgstr "Checkbox setzen, wenn wirklich deinstalliert werden soll!"
46
+
47
+ #: adminimize.php:105
48
+ #@ adminimize
49
+ msgid "Can't load menu and submenu."
50
+ msgstr "Menu und Submenu k&ouml;nnen nicht geladen werden!"
51
+
52
+ #: adminimize.php:106
53
+ #@ adminimize
54
+ msgid "Backend-Theme was activated!"
55
+ msgstr "Backend-Theme wurde zugewiesen!"
56
+
57
+ #: adminimize.php:107
58
+ #@ adminimize
59
+ msgid "Load user data to themes was successful."
60
+ msgstr "Das Laden der User-Daten zum Theme war erfolgreich."
61
+
62
+ #: adminimize.php:423
63
+ #: adminimize_page.php:540
64
+ #: adminimize_page.php:994
65
+ #@ default
66
+ #@ adminimize
67
+ msgid "Categories"
68
+ msgstr "Kategorien"
69
+
70
+ #: adminimize.php:429
71
+ #: adminimize.php:440
72
+ #@ default
73
+ msgid "+ Add New Category"
74
+ msgstr "+ Add New Category"
75
+
76
+ #: adminimize.php:431
77
+ #: adminimize.php:442
78
+ #@ default
79
+ msgid "New category name"
80
+ msgstr "New category name"
81
+
82
+ #: adminimize.php:432
83
+ #: adminimize.php:444
84
+ #@ default
85
+ msgid "Parent category"
86
+ msgstr "Parent category"
87
+
88
+ #: adminimize.php:433
89
+ #: adminimize.php:445
90
+ #@ default
91
+ msgid "Add"
92
+ msgstr "Add"
93
+
94
+ #: adminimize.php:442
95
+ #: adminimize_page.php:541
96
+ #@ default
97
+ #@ adminimize
98
+ msgid "Add New Category"
99
+ msgstr "Add New Category"
100
+
101
+ #: adminimize.php:466
102
+ #: adminimize.php:467
103
+ #: adminimize_page.php:539
104
+ #@ default
105
+ #@ adminimize
106
+ msgid "Tags"
107
+ msgstr "Tags"
108
+
109
+ #: adminimize.php:507
110
+ #: adminimize.php:521
111
+ #: adminimize.php:535
112
+ #@ default
113
+ msgid "Blue"
114
+ msgstr "Blau"
115
+
116
+ #: adminimize.php:514
117
+ #: adminimize.php:528
118
+ #: adminimize.php:542
119
+ #@ default
120
+ msgid "Gray"
121
+ msgstr "Grau"
122
+
123
+ #: adminimize.php:550
124
+ #: adminimize.php:592
125
+ #: adminimize.php:615
126
+ #@ default
127
+ msgid "Classic"
128
+ msgstr "Classic"
129
+
130
+ #: adminimize.php:557
131
+ #: adminimize.php:599
132
+ #: adminimize.php:622
133
+ #@ default
134
+ msgid "Fresh"
135
+ msgstr "Fresh"
136
+
137
+ #: adminimize.php:564
138
+ #@ default
139
+ msgid "WordPress 2.3"
140
+ msgstr "WordPress 2.3"
141
+
142
+ #: adminimize.php:571
143
+ #@ default
144
+ msgid "Maybe i'm colorblind"
145
+ msgstr "Maybe i'm colorblind"
146
+
147
+ #: adminimize.php:578
148
+ #@ default
149
+ msgid "Grey"
150
+ msgstr "Grey"
151
+
152
+ #: adminimize.php:706
153
+ #: adminimize.php:709
154
+ #@ default
155
+ msgid "Dashboard"
156
+ msgstr "Dashboard"
157
+
158
+ #: adminimize.php:764
159
+ #: adminimize.php:766
160
+ #: adminimize.php:779
161
+ #: adminimize.php:781
162
+ #: adminimize.php:972
163
+ #@ default
164
+ msgid "Log Out"
165
+ msgstr "Log Out"
166
+
167
+ #: adminimize.php:991
168
+ #@ default
169
+ msgid "Visit plugin homepage"
170
+ msgstr "Visit plugin homepage"
171
+
172
+ #: adminimize.php:994
173
+ #@ default
174
+ msgid "plugin"
175
+ msgstr "plugin"
176
+
177
+ #: adminimize.php:994
178
+ #@ default
179
+ msgid "Version"
180
+ msgstr "Version"
181
+
182
+ #: adminimize.php:994
183
+ #@ adminimize
184
+ msgid "History"
185
+ msgstr "Historie"
186
+
187
+ #: adminimize.php:994
188
+ #@ default
189
+ msgid "Author"
190
+ msgstr "Author"
191
+
192
+ #: adminimize.php:997
193
+ #@ adminimize
194
+ msgid "plugin activate"
195
+ msgstr "plugin activate"
196
+
197
+ #: adminimize.php:1017
198
+ #@ default
199
+ msgid "Settings"
200
+ msgstr "Settings"
201
+
202
+ #: adminimize.php:1078
203
+ #: adminimize.php:1099
204
+ #@ adminimize
205
+ msgid "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Documentation</a>"
206
+ msgstr "<a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">Dokumentation</a> (<a href=\"http://wordpress.org/extend/plugins/adminimize/\">en</a>)"
207
+
208
+ #. translators: plugin header field 'Name'
209
+ #: adminimize.php:0
210
+ #: adminimize.php:1095
211
+ #: adminimize_page.php:109
212
+ #@ adminimize
213
+ msgid "Adminimize"
214
+ msgstr "Adminimize"
215
+
216
+ #: adminimize.php:1097
217
+ #@ adminimize
218
+ msgid "Adminimize Options"
219
+ msgstr "Adminimize Einstellungen"
220
+
221
+ #: adminimize.php:1114
222
+ #@ default
223
+ msgid "Cheatin&#8217; uh?"
224
+ msgstr "Cheatin&#8217; uh?"
225
+
226
+ #: adminimize_page.php:115
227
+ #: adminimize_page.php:140
228
+ #: adminimize_page.php:186
229
+ #: adminimize_page.php:350
230
+ #: adminimize_page.php:465
231
+ #: adminimize_page.php:791
232
+ #: adminimize_page.php:874
233
+ #: adminimize_page.php:957
234
+ #: adminimize_page.php:1079
235
+ #: adminimize_page.php:1177
236
+ #: adminimize_page.php:1212
237
+ #: adminimize_page.php:1233
238
+ #@ default
239
+ msgid "Click to toggle"
240
+ msgstr "Zum Umschalten klicken"
241
+
242
+ #: adminimize_page.php:145
243
+ #: adminimize_page.php:187
244
+ #@ adminimize
245
+ msgid "Backend Options"
246
+ msgstr "Einstellungen Backend"
247
+
248
+ #: adminimize_page.php:196
249
+ #@ adminimize
250
+ msgid "User-Info"
251
+ msgstr "User-Info"
252
+
253
+ #: adminimize_page.php:200
254
+ #: adminimize_page.php:213
255
+ #: adminimize_page.php:223
256
+ #: adminimize_page.php:233
257
+ #: adminimize_page.php:243
258
+ #: adminimize_page.php:253
259
+ #: adminimize_page.php:263
260
+ #: adminimize_page.php:273
261
+ #: adminimize_page.php:283
262
+ #: adminimize_page.php:293
263
+ #: adminimize_page.php:322
264
+ #@ adminimize
265
+ msgid "Default"
266
+ msgstr "Standard"
267
+
268
+ #: adminimize_page.php:201
269
+ #: adminimize_page.php:224
270
+ #: adminimize_page.php:234
271
+ #@ adminimize
272
+ msgid "Hide"
273
+ msgstr "Ausblenden"
274
+
275
+ #: adminimize_page.php:202
276
+ #@ adminimize
277
+ msgid "Only logout"
278
+ msgstr "nur Abmelden"
279
+
280
+ #: adminimize_page.php:203
281
+ #@ adminimize
282
+ msgid "User &amp; Logout"
283
+ msgstr "User &amp; Abmelden"
284
+
285
+ #: adminimize_page.php:204
286
+ #@ adminimize
287
+ msgid "The &quot;User-Info-area&quot; is on the top right side of the backend. You can hide or reduced show."
288
+ msgstr "Der &quot;User-Info-Bereich&quot; ist im oberen rechten Bereich zu finden und kann ausgeblendet oder reduziert dargestellt werden."
289
+
290
+ #: adminimize_page.php:209
291
+ #@ adminimize
292
+ msgid "Change User-Info, redirect to"
293
+ msgstr "User Info ge&auml;ndert, Weiterleitung nach"
294
+
295
+ #: adminimize_page.php:214
296
+ #@ adminimize
297
+ msgid "Frontpage of the Blog"
298
+ msgstr "Startseite des Blog"
299
+
300
+ #: adminimize_page.php:215
301
+ #@ adminimize
302
+ msgid "When the &quot;User-Info-area&quot; change it, then it is possible to change the redirect."
303
+ msgstr "Wenn der &quot;User-Info-Bereich&quot; ge&auml;ndert wird, dann kann die die Weiterleitung nach einem Logout ge&auml;ndert werden."
304
+
305
+ #: adminimize_page.php:219
306
+ #@ adminimize
307
+ msgid "Footer"
308
+ msgstr "Footer"
309
+
310
+ #: adminimize_page.php:225
311
+ #@ adminimize
312
+ msgid "The Footer-area can hide, include all links and details."
313
+ msgstr "Der Footer-Bereich kann deaktiviert werden, inklusive aller Links und Hinweise."
314
+
315
+ #: adminimize_page.php:239
316
+ #@ adminimize
317
+ msgid "WriteScroll"
318
+ msgstr "WriteScroll"
319
+
320
+ #: adminimize_page.php:244
321
+ #: adminimize_page.php:254
322
+ #: adminimize_page.php:264
323
+ #: adminimize_page.php:274
324
+ #: adminimize_page.php:284
325
+ #: adminimize_page.php:294
326
+ #@ adminimize
327
+ msgid "Activate"
328
+ msgstr "Aktiv"
329
+
330
+ #: adminimize_page.php:245
331
+ #@ adminimize
332
+ msgid "With the WriteScroll option active, these pages will automatically scroll to an optimal position for editing, when you visit Write Post or Write Page."
333
+ msgstr "Automatisches Scrollen zum Editor beim Aufruf der Seite Schreiben in Beitr&auml;ge und Seite."
334
+
335
+ #: adminimize_page.php:249
336
+ #@ adminimize
337
+ msgid "Timestamp"
338
+ msgstr "Timestamp"
339
+
340
+ #: adminimize_page.php:255
341
+ #@ adminimize
342
+ msgid "Opens the post timestamp editing fields without you having to click the \"Edit\" link every time."
343
+ msgstr "Das Feld zum &Auml;ndern des Ver&ouml;ffentlichungsdatum ist immer ge&ouml;ffnet."
344
+
345
+ #: adminimize_page.php:259
346
+ #@ adminimize
347
+ msgid "Thickbox FullScreen"
348
+ msgstr "Thickbox FullScreen"
349
+
350
+ #: adminimize_page.php:269
351
+ #@ adminimize
352
+ msgid "Flashuploader"
353
+ msgstr "Flashuploader"
354
+
355
+ #: adminimize_page.php:275
356
+ #@ adminimize
357
+ msgid "Disable the flashuploader and users use only the standard uploader."
358
+ msgstr "Deaktiviere den Flashuploader und Nutzer können nur den Standard-Uploader erreichen."
359
+
360
+ #: adminimize_page.php:289
361
+ #@ adminimize
362
+ msgid "Advice in Footer"
363
+ msgstr "Hinweis im Footer"
364
+
365
+ #: adminimize_page.php:323
366
+ #@ adminimize
367
+ msgid "Manage Posts"
368
+ msgstr "Verwalten Beitr&auml;ge"
369
+
370
+ #: adminimize_page.php:324
371
+ #@ adminimize
372
+ msgid "Manage Pages"
373
+ msgstr "Verwalten Seiten"
374
+
375
+ #: adminimize_page.php:325
376
+ #@ adminimize
377
+ msgid "Write Post"
378
+ msgstr "Schreiben Beitrag"
379
+
380
+ #: adminimize_page.php:326
381
+ #@ adminimize
382
+ msgid "Write Page"
383
+ msgstr "Schreiben Seite"
384
+
385
+ #: adminimize_page.php:327
386
+ #: adminimize_page.php:545
387
+ #@ adminimize
388
+ msgid "Comments"
389
+ msgstr "Kommentare"
390
+
391
+ #: adminimize_page.php:328
392
+ #@ adminimize
393
+ msgid "other Page"
394
+ msgstr "andere Seite"
395
+
396
+ #: adminimize_page.php:340
397
+ #: adminimize_page.php:455
398
+ #: adminimize_page.php:781
399
+ #: adminimize_page.php:864
400
+ #: adminimize_page.php:947
401
+ #: adminimize_page.php:1068
402
+ #@ adminimize
403
+ msgid "Update Options"
404
+ msgstr "Einstellungen aktualisieren"
405
+
406
+ #: adminimize_page.php:148
407
+ #: adminimize_page.php:351
408
+ #@ adminimize
409
+ msgid "Global options"
410
+ msgstr "Globale Einstellungen"
411
+
412
+ #: adminimize_page.php:358
413
+ #: adminimize_page.php:430
414
+ #: adminimize_page.php:839
415
+ #: adminimize_page.php:922
416
+ #: adminimize_page.php:965
417
+ #: adminimize_page.php:1043
418
+ #@ adminimize
419
+ msgid "Option"
420
+ msgstr "Einstellung"
421
+
422
+ #: adminimize_page.php:361
423
+ #: adminimize_page.php:476
424
+ #: adminimize_page.php:802
425
+ #: adminimize_page.php:885
426
+ #: adminimize_page.php:968
427
+ #@ adminimize
428
+ msgid "Deactivate for"
429
+ msgstr "Deaktiviere für"
430
+
431
+ #: adminimize_page.php:381
432
+ #@ adminimize
433
+ msgid "Favorite Actions"
434
+ msgstr "Favorisierte Aktionen"
435
+
436
+ #: adminimize_page.php:382
437
+ #@ adminimize
438
+ msgid "Screen-Meta"
439
+ msgstr "Screen-Meta"
440
+
441
+ #: adminimize_page.php:383
442
+ #: adminimize_page.php:536
443
+ #: adminimize_page.php:632
444
+ #@ adminimize
445
+ #@ default
446
+ msgid "Screen Options"
447
+ msgstr "kontextabhängige Optionen"
448
+
449
+ #: adminimize_page.php:384
450
+ #@ adminimize
451
+ msgid "Contextual Help"
452
+ msgstr "kontextabhängig Hilfe"
453
+
454
+ #: adminimize_page.php:385
455
+ #@ adminimize
456
+ msgid "Admin Color Scheme"
457
+ msgstr "Farbschema verwalten"
458
+
459
+ #: adminimize_page.php:429
460
+ #: adminimize_page.php:1042
461
+ #@ adminimize
462
+ msgid "Your own options"
463
+ msgstr "Deine eigenen Einstellungen"
464
+
465
+ #: adminimize_page.php:429
466
+ #: adminimize_page.php:838
467
+ #: adminimize_page.php:921
468
+ #: adminimize_page.php:1042
469
+ #@ adminimize
470
+ msgid "ID or class"
471
+ msgstr "ID oder Klasse"
472
+
473
+ #: adminimize_page.php:436
474
+ #: adminimize_page.php:845
475
+ #: adminimize_page.php:928
476
+ #: adminimize_page.php:1049
477
+ #@ adminimize
478
+ msgid "It is possible to add your own IDs or classes from elements and tags. You can find IDs and classes with the FireBug Add-on for Firefox. Assign a value and the associate name per line."
479
+ msgstr "Es ist möglich, dass du eigene IDs und Klassen eines Elementes oder Tags hinzufügst. Du findest IDs und Klassen sehr einfach mit dem Firebug Add-on für den Firefox. Füge pro Zeile einen Wert und dazugehörigen Namen ein."
480
+
481
+ #: adminimize_page.php:442
482
+ #: adminimize_page.php:851
483
+ #: adminimize_page.php:934
484
+ #: adminimize_page.php:1055
485
+ #@ adminimize
486
+ msgid "Possible nomination for ID or class. Separate multiple nominations through a carriage return."
487
+ msgstr "Mögliche Benennung der ID oder Klasse. Trenne Werte durch eine neue Zeile."
488
+
489
+ #: adminimize_page.php:447
490
+ #: adminimize_page.php:856
491
+ #: adminimize_page.php:939
492
+ #: adminimize_page.php:1060
493
+ #@ adminimize
494
+ msgid "Possible IDs or classes. Separate multiple values through a carriage return."
495
+ msgstr "Mögliche IDs oder Klassen. Trenne Werte durch eine neue Zeile."
496
+
497
+ #: adminimize_page.php:151
498
+ #: adminimize_page.php:466
499
+ #@ adminimize
500
+ msgid "Menu Options"
501
+ msgstr "Menu Einstellungen"
502
+
503
+ #: adminimize_page.php:473
504
+ #@ adminimize
505
+ msgid "Menu options - Menu, <span style=\\\"font-weight: 400;\\\">Submenu</span>"
506
+ msgstr "Menu Einstellungen - Menu, <span style=\"font-weight: 400;\">Submenu</span>"
507
+
508
+ #: adminimize_page.php:535
509
+ #: adminimize_page.php:631
510
+ #@ default
511
+ msgid "Help"
512
+ msgstr ""
513
+
514
+ #: adminimize_page.php:538
515
+ #: adminimize_page.php:634
516
+ #@ adminimize
517
+ msgid "Permalink"
518
+ msgstr "Permalink"
519
+
520
+ #: adminimize_page.php:542
521
+ #@ adminimize
522
+ msgid "Excerpt"
523
+ msgstr "Auszug"
524
+
525
+ #: adminimize_page.php:543
526
+ #@ adminimize
527
+ msgid "Trackbacks"
528
+ msgstr "Trackbacks"
529
+
530
+ #: adminimize_page.php:544
531
+ #: adminimize_page.php:635
532
+ #@ default
533
+ msgid "Custom Fields"
534
+ msgstr "Benutzerdefinierte Felder"
535
+
536
+ #: adminimize_page.php:546
537
+ #@ adminimize
538
+ msgid "Password Protect This Post"
539
+ msgstr "Diesen Artikel durch ein Passwort sch&uuml;tzen"
540
+
541
+ #: adminimize_page.php:547
542
+ #@ default
543
+ msgid "Post Author"
544
+ msgstr "Autor"
545
+
546
+ #: adminimize_page.php:548
547
+ #@ default
548
+ msgid "Post Revisions"
549
+ msgstr "Post Revisions"
550
+
551
+ #: adminimize_page.php:549
552
+ #@ adminimize
553
+ msgid "Related, Shortcuts"
554
+ msgstr "Siehe auch, Tastaturk&uuml;rzel"
555
+
556
+ #: adminimize_page.php:550
557
+ #: adminimize_page.php:644
558
+ #@ adminimize
559
+ msgid "Messenges"
560
+ msgstr "Mitteilungen"
561
+
562
+ #: adminimize_page.php:551
563
+ #: adminimize_page.php:645
564
+ #@ adminimize
565
+ msgid "h2: Advanced Options"
566
+ msgstr "h2: Erweiterte Einstellungen"
567
+
568
+ #: adminimize_page.php:552
569
+ #: adminimize_page.php:646
570
+ #@ adminimize
571
+ msgid "Media Buttons (all)"
572
+ msgstr "Media Buttons (alle)"
573
+
574
+ #: adminimize_page.php:553
575
+ #: adminimize_page.php:647
576
+ #@ adminimize
577
+ msgid "Word count"
578
+ msgstr "Word count"
579
+
580
+ #: adminimize_page.php:554
581
+ #@ default
582
+ msgid "Post Slug"
583
+ msgstr ""
584
+
585
+ #: adminimize_page.php:555
586
+ #: adminimize_page.php:649
587
+ #: adminimize_page.php:998
588
+ #@ adminimize
589
+ msgid "Publish Actions"
590
+ msgstr "Publish Actions"
591
+
592
+ #: adminimize_page.php:556
593
+ #: adminimize_page.php:650
594
+ #@ default
595
+ msgid "Discussion"
596
+ msgstr ""
597
+
598
+ #: adminimize_page.php:561
599
+ #@ default
600
+ msgid "Post Thumbnail"
601
+ msgstr ""
602
+
603
+ #: adminimize_page.php:563
604
+ #: adminimize_page.php:657
605
+ #@ default
606
+ #@ adminimize
607
+ msgid "Suggested tags from"
608
+ msgstr "Suggested tags from"
609
+
610
+ #: adminimize_page.php:565
611
+ #@ default
612
+ msgid "Text Control"
613
+ msgstr "Text Control"
614
+
615
+ #: adminimize_page.php:567
616
+ #: adminimize_page.php:659
617
+ #@ default
618
+ msgid "HTML Special Characters"
619
+ msgstr "HTML Special Characters"
620
+
621
+ #: adminimize_page.php:569
622
+ #@ default
623
+ msgid "All in One SEO Pack"
624
+ msgstr ""
625
+
626
+ #: adminimize_page.php:636
627
+ #@ adminimize
628
+ msgid "Comments &amp; Pings"
629
+ msgstr "Kommentare &amp; Pings"
630
+
631
+ #: adminimize_page.php:637
632
+ #@ adminimize
633
+ msgid "Password Protect This Page"
634
+ msgstr "Diese Seite mit einem Passwort versehen"
635
+
636
+ #: adminimize_page.php:638
637
+ #@ default
638
+ msgid "Attributes"
639
+ msgstr ""
640
+
641
+ #: adminimize_page.php:639
642
+ #@ adminimize
643
+ msgid "Page Template"
644
+ msgstr "Seiten Template"
645
+
646
+ #: adminimize_page.php:640
647
+ #@ adminimize
648
+ msgid "Page Order"
649
+ msgstr "Reihenfolge"
650
+
651
+ #: adminimize_page.php:641
652
+ #@ default
653
+ msgid "Page Author"
654
+ msgstr "Seitenautor"
655
+
656
+ #: adminimize_page.php:642
657
+ #@ default
658
+ msgid "Page Revisions"
659
+ msgstr "Page Revisions"
660
+
661
+ #: adminimize_page.php:643
662
+ #@ adminimize
663
+ msgid "Related"
664
+ msgstr "Siehe auch"
665
+
666
+ #: adminimize_page.php:648
667
+ #@ default
668
+ msgid "Page Slug"
669
+ msgstr ""
670
+
671
+ #: adminimize_page.php:655
672
+ #@ default
673
+ msgid "Page Image"
674
+ msgstr ""
675
+
676
+ #: adminimize_page.php:697
677
+ #: adminimize_page.php:745
678
+ #@ adminimize
679
+ msgid "After activate the check box it heavy attitudes will change."
680
+ msgstr "Wenn die Checkbox aktiv ist, dann wird das Ändern von Einstellungen erschwert."
681
+
682
+ #: adminimize_page.php:728
683
+ #@ default
684
+ msgid "Profile"
685
+ msgstr "Profile"
686
+
687
+ #: adminimize_page.php:154
688
+ #: adminimize_page.php:792
689
+ #: adminimize_page.php:799
690
+ #@ adminimize
691
+ msgid "Write options - Post"
692
+ msgstr "Schreiben Einstellungen - Beitr&auml;ge"
693
+
694
+ #: adminimize_page.php:838
695
+ #@ adminimize
696
+ msgid "Your own post options"
697
+ msgstr "Deine eigenen Beitrags-Einstellungen"
698
+
699
+ #: adminimize_page.php:157
700
+ #: adminimize_page.php:875
701
+ #: adminimize_page.php:882
702
+ #@ adminimize
703
+ msgid "Write options - Page"
704
+ msgstr "Schreiben Einstellungen - Seiten"
705
+
706
+ #: adminimize_page.php:921
707
+ #@ adminimize
708
+ msgid "Your own page options"
709
+ msgstr "Deine eigenen Seiten-Einstellungen"
710
+
711
+ #: adminimize_page.php:160
712
+ #: adminimize_page.php:958
713
+ #@ adminimize
714
+ msgid "Links options"
715
+ msgstr "Link Einstellungen"
716
+
717
+ #: adminimize_page.php:991
718
+ #@ default
719
+ msgid "Name"
720
+ msgstr "Name"
721
+
722
+ #: adminimize_page.php:992
723
+ #@ default
724
+ msgid "Web Address"
725
+ msgstr "Web-Adresse"
726
+
727
+ #: adminimize_page.php:993
728
+ #@ default
729
+ msgid "Description"
730
+ msgstr "Beschreibung"
731
+
732
+ #: adminimize_page.php:995
733
+ #@ default
734
+ msgid "Target"
735
+ msgstr "Target"
736
+
737
+ #: adminimize_page.php:996
738
+ #@ default
739
+ msgid "Link Relationship (XFN)"
740
+ msgstr "Link-Beziehungen (XFN)"
741
+
742
+ #: adminimize_page.php:997
743
+ #@ default
744
+ msgid "Advanced"
745
+ msgstr "Erweitert"
746
+
747
+ #: adminimize_page.php:163
748
+ #: adminimize_page.php:1080
749
+ #: adminimize_page.php:1165
750
+ #@ adminimize
751
+ msgid "Set Theme"
752
+ msgstr "Theme zuweisen"
753
+
754
+ #: adminimize_page.php:1087
755
+ #@ adminimize
756
+ msgid "For better peformance with many users on your blog; load only userlist, when you will change the theme options for users."
757
+ msgstr "Für eine bessere Performance bei vielen Usern in deinem Blog werden die Userdaten nur nach Aufforderung geladen."
758
+
759
+ #: adminimize_page.php:1090
760
+ #@ adminimize
761
+ msgid "Load User Data"
762
+ msgstr "Lade User Daten"
763
+
764
+ #: adminimize_page.php:1101
765
+ #@ default
766
+ msgid "User-ID"
767
+ msgstr "User-ID"
768
+
769
+ #: adminimize_page.php:1102
770
+ #@ default
771
+ msgid "Username"
772
+ msgstr "Benutzername"
773
+
774
+ #: adminimize_page.php:1103
775
+ #@ default
776
+ msgid "Display name publicly as"
777
+ msgstr "Name im Blog"
778
+
779
+ #: adminimize_page.php:1104
780
+ #@ default
781
+ msgid "Admin-Color Scheme"
782
+ msgstr "Admin-Color Scheme"
783
+
784
+ #: adminimize_page.php:1105
785
+ #@ default
786
+ msgid "User Level"
787
+ msgstr "User Level"
788
+
789
+ #: adminimize_page.php:1106
790
+ #@ default
791
+ msgid "Role"
792
+ msgstr "Rolle"
793
+
794
+ #: adminimize_page.php:169
795
+ #: adminimize_page.php:1213
796
+ #@ adminimize
797
+ msgid "Deinstall Options"
798
+ msgstr "Einstellungen deinstallieren"
799
+
800
+ #: adminimize_page.php:1216
801
+ #@ adminimize
802
+ msgid "Use this option for clean your database from all entries of this plugin. When you deactivate the plugin, the deinstall of the plugin <strong>clean not</strong> all entries in the database."
803
+ msgstr "Nutze diese Option, um die Einstellungen f&uuml;r das Plugin in der Datenbank zu l&ouml;schen. Das Plugin entfernt die Eintr&auml;ge <strong>nicht</strong>, wenn es deaktiviert wird!"
804
+
805
+ #: adminimize_page.php:1220
806
+ #@ adminimize
807
+ msgid "Delete Options"
808
+ msgstr "Einstellungen Löschen"
809
+
810
+ #: adminimize_page.php:116
811
+ #: adminimize_page.php:172
812
+ #: adminimize_page.php:1234
813
+ #@ adminimize
814
+ msgid "About the plugin"
815
+ msgstr "&Uuml;ber das Plugin"
816
+
817
+ #: adminimize_page.php:118
818
+ #: adminimize_page.php:1237
819
+ #@ adminimize
820
+ msgid "Further information: Visit the <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">plugin homepage</a> for further information or to grab the latest version of this plugin."
821
+ msgstr "Weitere Information: Besuche die <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">Plugin Webseite</a> f&uuml;r weitere Informationen oder hole die aktuelle Version des Plugins."
822
+
823
+ #: adminimize_page.php:124
824
+ #: adminimize_page.php:1243
825
+ #@ adminimize
826
+ msgid "PayPal - The safer, easier way to pay online!"
827
+ msgstr "PayPal - Der sichere und einfache Weg zu zahlen!"
828
+
829
+ #: adminimize_page.php:128
830
+ #: adminimize_page.php:1247
831
+ #@ adminimize
832
+ msgid "You want to thank me? Visit my <a href=\"http://bueltge.de/wunschliste/\">wishlist</a> or donate."
833
+ msgstr "Du willst Danke sagen? Besuche meine <a href=\"http://bueltge.de/wunschliste/\">Wunschliste</a> oder spende."
834
+
835
+ #: adminimize.php:102
836
+ #@ adminimize
837
+ msgid "All entries in the database were imported."
838
+ msgstr "Alle Einträge wurden in die Datenbank geschrieben."
839
+
840
+ #: adminimize_page.php:166
841
+ #: adminimize_page.php:1178
842
+ #@ adminimize
843
+ msgid "Export/Import Options"
844
+ msgstr "Export/Import Einstellungen"
845
+
846
+ #: adminimize_page.php:1182
847
+ #@ adminimize
848
+ msgid "Export"
849
+ msgstr "Export"
850
+
851
+ #: adminimize_page.php:1187
852
+ #@ adminimize
853
+ msgid "Export &raquo;"
854
+ msgstr "Exportieren &raquo;"
855
+
856
+ #: adminimize_page.php:1191
857
+ #@ adminimize
858
+ msgid "Import"
859
+ msgstr "Import"
860
+
861
+ #: adminimize_page.php:1196
862
+ #@ adminimize
863
+ msgid "Choose a file from your computer"
864
+ msgstr "Wähle eine Datei vom Rechner"
865
+
866
+ #: adminimize_page.php:1201
867
+ #@ adminimize
868
+ msgid "Upload file and import &raquo;"
869
+ msgstr "Hochladen der Datei und importieren &raquo;"
870
+
871
+ #: adminimize_page.php:141
872
+ #@ adminimize
873
+ msgid "MiniMenu"
874
+ msgstr "MiniMenu"
875
+
876
+ #: adminimize_page.php:342
877
+ #: adminimize_page.php:457
878
+ #: adminimize_page.php:783
879
+ #: adminimize_page.php:866
880
+ #: adminimize_page.php:949
881
+ #: adminimize_page.php:1071
882
+ #: adminimize_page.php:1170
883
+ #: adminimize_page.php:1204
884
+ #: adminimize_page.php:1225
885
+ #: adminimize_page.php:1251
886
+ #@ adminimize
887
+ msgid "scroll to top"
888
+ msgstr "Nach oben"
889
+
890
+ #: adminimize_page.php:1184
891
+ #@ adminimize
892
+ msgid "You can save a .seq file with your options."
893
+ msgstr "Du kannst deine Einstellungen in einer .seq Datei speichern."
894
+
895
+ #: adminimize_page.php:1194
896
+ #@ adminimize
897
+ msgid "Choose a Adminimize (<em>.seq</em>) file to upload, then click <em>Upload file and import</em>."
898
+ msgstr "Wähle eine Adminimize (<em>.seq</em>) Datei zum hoch laden und dann klick <em>Hochladen der Datei und importieren</em>"
899
+
900
+ #: adminimize_page.php:279
901
+ #@ adminimize
902
+ msgid "Category Height"
903
+ msgstr "Kategorie-Höhe"
904
+
905
+ #: adminimize_page.php:285
906
+ #@ adminimize
907
+ msgid "View the Meta Box with Categories in the full height, no scrollbar or whitespace."
908
+ msgstr "Stellt in die Meta Box der Kategorien in voller Höhe dar, kein Scrollbar und kein Leerraum."
909
+
910
+ #: adminimize_page.php:296
911
+ #@ adminimize
912
+ msgid "In the Footer you can display an advice for changing the Default-design, (x)HTML is possible."
913
+ msgstr "Im Footer kann ein Hinweis auf die aktive Ver&auml;nderung des Standard-Layout gesetzt werden, (x)HTML erlaubt."
914
+
915
+ #: adminimize_page.php:318
916
+ #@ adminimize
917
+ msgid "Dashboard deactivate, redirect to"
918
+ msgstr "Dashboard inaktiv, Weiterleitung nach"
919
+
920
+ #: adminimize_page.php:331
921
+ #@ adminimize
922
+ msgid "You have deactivated the Dashboard, please select a page for redirection?"
923
+ msgstr "Du hast das Dashboard deaktiviert, wohin soll der Nutzer weitergeleitet werden?"
924
+
925
+ #: adminimize_page.php:557
926
+ #: adminimize_page.php:651
927
+ #@ default
928
+ msgid "HTML Editor Button"
929
+ msgstr ""
930
+
931
+ #: adminimize_page.php:265
932
+ #@ adminimize
933
+ msgid "All Thickbox-function use the full area of the browser. Thickbox is for example in upload media-files."
934
+ msgstr "Alle Thickbox-Funktion verwenden den vollständigen Bereich des Browsers. Thickbox ist beispielsweise in der Medien-Upload-Funktion."
935
+
936
+ #. translators: plugin header field 'PluginURI'
937
+ #: adminimize.php:0
938
+ #@ adminimize
939
+ msgid "http://bueltge.de/wordpress-admin-theme-adminimize/674/"
940
+ msgstr ""
941
+
942
+ #. translators: plugin header field 'Description'
943
+ #: adminimize.php:0
944
+ #@ adminimize
945
+ msgid "Visually compresses the administratrive 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 alle 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."
946
+ msgstr "Visuelles Reduzieren der administrativen Meta-Boxen, so dass mehr Raum ist und nur dargestellt, was gebraucht wird. Das Plugin erlaubt das ausblenden von ungenutzten Bereich vom WordPress Administrations-Bereich und dem Menu für alle vorhandenen Rollen. Es ist ebenso möglich, dass man Bereiche in Teilbereichen ausblenden und eigene Bereiche ausblenden kann. Kurz: Reduzieren den Admin-Bereich für das, was die jeweilige Rolle benötigt."
947
+
948
+ #. translators: plugin header field 'Author'
949
+ #: adminimize.php:0
950
+ #@ adminimize
951
+ msgid "Frank B&uuml;ltge"
952
+ msgstr ""
953
+
954
+ #. translators: plugin header field 'AuthorURI'
955
+ #: adminimize.php:0
956
+ #@ adminimize
957
+ msgid "http://bueltge.de/"
958
+ msgstr ""
959
+
960
+ #. translators: plugin header field 'Version'
961
+ #: adminimize.php:0
962
+ #@ adminimize
963
+ msgid "1.7.10"
964
+ msgstr ""
965
+
966
+ #: adminimize_page.php:229
967
+ #@ adminimize
968
+ msgid "Header"
969
+ msgstr "Header"
970
+
971
+ #: adminimize_page.php:235
972
+ #@ adminimize
973
+ msgid "The Header-area can hide, include all links and details."
974
+ msgstr "Der header-Bereich kann ausgeblendet werden, inkl. aller Links und Details."
975
+
976
+ #: adminimize_page.php:537
977
+ #: adminimize_page.php:633
978
+ #@ adminimize
979
+ msgid "Title"
980
+ msgstr ""
981
+
license.txt ADDED
@@ -0,0 +1,674 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ GNU GENERAL PUBLIC LICENSE
2
+ Version 3, 29 June 2007
3
+
4
+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
5
+ Everyone is permitted to copy and distribute verbatim copies
6
+ of this license document, but changing it is not allowed.
7
+
8
+ Preamble
9
+
10
+ The GNU General Public License is a free, copyleft license for
11
+ software and other kinds of works.
12
+
13
+ The licenses for most software and other practical works are designed
14
+ to take away your freedom to share and change the works. By contrast,
15
+ the GNU General Public License is intended to guarantee your freedom to
16
+ share and change all versions of a program--to make sure it remains free
17
+ software for all its users. We, the Free Software Foundation, use the
18
+ GNU General Public License for most of our software; it applies also to
19
+ any other work released this way by its authors. You can apply it to
20
+ your programs, too.
21
+
22
+ When we speak of free software, we are referring to freedom, not
23
+ price. Our General Public Licenses are designed to make sure that you
24
+ have the freedom to distribute copies of free software (and charge for
25
+ them if you wish), that you receive source code or can get it if you
26
+ want it, that you can change the software or use pieces of it in new
27
+ free programs, and that you know you can do these things.
28
+
29
+ To protect your rights, we need to prevent others from denying you
30
+ these rights or asking you to surrender the rights. Therefore, you have
31
+ certain responsibilities if you distribute copies of the software, or if
32
+ you modify it: responsibilities to respect the freedom of others.
33
+
34
+ For example, if you distribute copies of such a program, whether
35
+ gratis or for a fee, you must pass on to the recipients the same
36
+ freedoms that you received. You must make sure that they, too, receive
37
+ or can get the source code. And you must show them these terms so they
38
+ know their rights.
39
+
40
+ Developers that use the GNU GPL protect your rights with two steps:
41
+ (1) assert copyright on the software, and (2) offer you this License
42
+ giving you legal permission to copy, distribute and/or modify it.
43
+
44
+ For the developers' and authors' protection, the GPL clearly explains
45
+ that there is no warranty for this free software. For both users' and
46
+ authors' sake, the GPL requires that modified versions be marked as
47
+ changed, so that their problems will not be attributed erroneously to
48
+ authors of previous versions.
49
+
50
+ Some devices are designed to deny users access to install or run
51
+ modified versions of the software inside them, although the manufacturer
52
+ can do so. This is fundamentally incompatible with the aim of
53
+ protecting users' freedom to change the software. The systematic
54
+ pattern of such abuse occurs in the area of products for individuals to
55
+ use, which is precisely where it is most unacceptable. Therefore, we
56
+ have designed this version of the GPL to prohibit the practice for those
57
+ products. If such problems arise substantially in other domains, we
58
+ stand ready to extend this provision to those domains in future versions
59
+ of the GPL, as needed to protect the freedom of users.
60
+
61
+ Finally, every program is threatened constantly by software patents.
62
+ States should not allow patents to restrict development and use of
63
+ software on general-purpose computers, but in those that do, we wish to
64
+ avoid the special danger that patents applied to a free program could
65
+ make it effectively proprietary. To prevent this, the GPL assures that
66
+ patents cannot be used to render the program non-free.
67
+
68
+ The precise terms and conditions for copying, distribution and
69
+ modification follow.
70
+
71
+ TERMS AND CONDITIONS
72
+
73
+ 0. Definitions.
74
+
75
+ "This License" refers to version 3 of the GNU General Public License.
76
+
77
+ "Copyright" also means copyright-like laws that apply to other kinds of
78
+ works, such as semiconductor masks.
79
+
80
+ "The Program" refers to any copyrightable work licensed under this
81
+ License. Each licensee is addressed as "you". "Licensees" and
82
+ "recipients" may be individuals or organizations.
83
+
84
+ To "modify" a work means to copy from or adapt all or part of the work
85
+ in a fashion requiring copyright permission, other than the making of an
86
+ exact copy. The resulting work is called a "modified version" of the
87
+ earlier work or a work "based on" the earlier work.
88
+
89
+ A "covered work" means either the unmodified Program or a work based
90
+ on the Program.
91
+
92
+ To "propagate" a work means to do anything with it that, without
93
+ permission, would make you directly or secondarily liable for
94
+ infringement under applicable copyright law, except executing it on a
95
+ computer or modifying a private copy. Propagation includes copying,
96
+ distribution (with or without modification), making available to the
97
+ public, and in some countries other activities as well.
98
+
99
+ To "convey" a work means any kind of propagation that enables other
100
+ parties to make or receive copies. Mere interaction with a user through
101
+ a computer network, with no transfer of a copy, is not conveying.
102
+
103
+ An interactive user interface displays "Appropriate Legal Notices"
104
+ to the extent that it includes a convenient and prominently visible
105
+ feature that (1) displays an appropriate copyright notice, and (2)
106
+ tells the user that there is no warranty for the work (except to the
107
+ extent that warranties are provided), that licensees may convey the
108
+ work under this License, and how to view a copy of this License. If
109
+ the interface presents a list of user commands or options, such as a
110
+ menu, a prominent item in the list meets this criterion.
111
+
112
+ 1. Source Code.
113
+
114
+ The "source code" for a work means the preferred form of the work
115
+ for making modifications to it. "Object code" means any non-source
116
+ form of a work.
117
+
118
+ A "Standard Interface" means an interface that either is an official
119
+ standard defined by a recognized standards body, or, in the case of
120
+ interfaces specified for a particular programming language, one that
121
+ is widely used among developers working in that language.
122
+
123
+ The "System Libraries" of an executable work include anything, other
124
+ than the work as a whole, that (a) is included in the normal form of
125
+ packaging a Major Component, but which is not part of that Major
126
+ Component, and (b) serves only to enable use of the work with that
127
+ Major Component, or to implement a Standard Interface for which an
128
+ implementation is available to the public in source code form. A
129
+ "Major Component", in this context, means a major essential component
130
+ (kernel, window system, and so on) of the specific operating system
131
+ (if any) on which the executable work runs, or a compiler used to
132
+ produce the work, or an object code interpreter used to run it.
133
+
134
+ The "Corresponding Source" for a work in object code form means all
135
+ the source code needed to generate, install, and (for an executable
136
+ work) run the object code and to modify the work, including scripts to
137
+ control those activities. However, it does not include the work's
138
+ System Libraries, or general-purpose tools or generally available free
139
+ programs which are used unmodified in performing those activities but
140
+ which are not part of the work. For example, Corresponding Source
141
+ includes interface definition files associated with source files for
142
+ the work, and the source code for shared libraries and dynamically
143
+ linked subprograms that the work is specifically designed to require,
144
+ such as by intimate data communication or control flow between those
145
+ subprograms and other parts of the work.
146
+
147
+ The Corresponding Source need not include anything that users
148
+ can regenerate automatically from other parts of the Corresponding
149
+ Source.
150
+
151
+ The Corresponding Source for a work in source code form is that
152
+ same work.
153
+
154
+ 2. Basic Permissions.
155
+
156
+ All rights granted under this License are granted for the term of
157
+ copyright on the Program, and are irrevocable provided the stated
158
+ conditions are met. This License explicitly affirms your unlimited
159
+ permission to run the unmodified Program. The output from running a
160
+ covered work is covered by this License only if the output, given its
161
+ content, constitutes a covered work. This License acknowledges your
162
+ rights of fair use or other equivalent, as provided by copyright law.
163
+
164
+ You may make, run and propagate covered works that you do not
165
+ convey, without conditions so long as your license otherwise remains
166
+ in force. You may convey covered works to others for the sole purpose
167
+ of having them make modifications exclusively for you, or provide you
168
+ with facilities for running those works, provided that you comply with
169
+ the terms of this License in conveying all material for which you do
170
+ not control copyright. Those thus making or running the covered works
171
+ for you must do so exclusively on your behalf, under your direction
172
+ and control, on terms that prohibit them from making any copies of
173
+ your copyrighted material outside their relationship with you.
174
+
175
+ Conveying under any other circumstances is permitted solely under
176
+ the conditions stated below. Sublicensing is not allowed; section 10
177
+ makes it unnecessary.
178
+
179
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
180
+
181
+ No covered work shall be deemed part of an effective technological
182
+ measure under any applicable law fulfilling obligations under article
183
+ 11 of the WIPO copyright treaty adopted on 20 December 1996, or
184
+ similar laws prohibiting or restricting circumvention of such
185
+ measures.
186
+
187
+ When you convey a covered work, you waive any legal power to forbid
188
+ circumvention of technological measures to the extent such circumvention
189
+ is effected by exercising rights under this License with respect to
190
+ the covered work, and you disclaim any intention to limit operation or
191
+ modification of the work as a means of enforcing, against the work's
192
+ users, your or third parties' legal rights to forbid circumvention of
193
+ technological measures.
194
+
195
+ 4. Conveying Verbatim Copies.
196
+
197
+ You may convey verbatim copies of the Program's source code as you
198
+ receive it, in any medium, provided that you conspicuously and
199
+ appropriately publish on each copy an appropriate copyright notice;
200
+ keep intact all notices stating that this License and any
201
+ non-permissive terms added in accord with section 7 apply to the code;
202
+ keep intact all notices of the absence of any warranty; and give all
203
+ recipients a copy of this License along with the Program.
204
+
205
+ You may charge any price or no price for each copy that you convey,
206
+ and you may offer support or warranty protection for a fee.
207
+
208
+ 5. Conveying Modified Source Versions.
209
+
210
+ You may convey a work based on the Program, or the modifications to
211
+ produce it from the Program, in the form of source code under the
212
+ terms of section 4, provided that you also meet all of these conditions:
213
+
214
+ a) The work must carry prominent notices stating that you modified
215
+ it, and giving a relevant date.
216
+
217
+ b) The work must carry prominent notices stating that it is
218
+ released under this License and any conditions added under section
219
+ 7. This requirement modifies the requirement in section 4 to
220
+ "keep intact all notices".
221
+
222
+ c) You must license the entire work, as a whole, under this
223
+ License to anyone who comes into possession of a copy. This
224
+ License will therefore apply, along with any applicable section 7
225
+ additional terms, to the whole of the work, and all its parts,
226
+ regardless of how they are packaged. This License gives no
227
+ permission to license the work in any other way, but it does not
228
+ invalidate such permission if you have separately received it.
229
+
230
+ d) If the work has interactive user interfaces, each must display
231
+ Appropriate Legal Notices; however, if the Program has interactive
232
+ interfaces that do not display Appropriate Legal Notices, your
233
+ work need not make them do so.
234
+
235
+ A compilation of a covered work with other separate and independent
236
+ works, which are not by their nature extensions of the covered work,
237
+ and which are not combined with it such as to form a larger program,
238
+ in or on a volume of a storage or distribution medium, is called an
239
+ "aggregate" if the compilation and its resulting copyright are not
240
+ used to limit the access or legal rights of the compilation's users
241
+ beyond what the individual works permit. Inclusion of a covered work
242
+ in an aggregate does not cause this License to apply to the other
243
+ parts of the aggregate.
244
+
245
+ 6. Conveying Non-Source Forms.
246
+
247
+ You may convey a covered work in object code form under the terms
248
+ of sections 4 and 5, provided that you also convey the
249
+ machine-readable Corresponding Source under the terms of this License,
250
+ in one of these ways:
251
+
252
+ a) Convey the object code in, or embodied in, a physical product
253
+ (including a physical distribution medium), accompanied by the
254
+ Corresponding Source fixed on a durable physical medium
255
+ customarily used for software interchange.
256
+
257
+ b) Convey the object code in, or embodied in, a physical product
258
+ (including a physical distribution medium), accompanied by a
259
+ written offer, valid for at least three years and valid for as
260
+ long as you offer spare parts or customer support for that product
261
+ model, to give anyone who possesses the object code either (1) a
262
+ copy of the Corresponding Source for all the software in the
263
+ product that is covered by this License, on a durable physical
264
+ medium customarily used for software interchange, for a price no
265
+ more than your reasonable cost of physically performing this
266
+ conveying of source, or (2) access to copy the
267
+ Corresponding Source from a network server at no charge.
268
+
269
+ c) Convey individual copies of the object code with a copy of the
270
+ written offer to provide the Corresponding Source. This
271
+ alternative is allowed only occasionally and noncommercially, and
272
+ only if you received the object code with such an offer, in accord
273
+ with subsection 6b.
274
+
275
+ d) Convey the object code by offering access from a designated
276
+ place (gratis or for a charge), and offer equivalent access to the
277
+ Corresponding Source in the same way through the same place at no
278
+ further charge. You need not require recipients to copy the
279
+ Corresponding Source along with the object code. If the place to
280
+ copy the object code is a network server, the Corresponding Source
281
+ may be on a different server (operated by you or a third party)
282
+ that supports equivalent copying facilities, provided you maintain
283
+ clear directions next to the object code saying where to find the
284
+ Corresponding Source. Regardless of what server hosts the
285
+ Corresponding Source, you remain obligated to ensure that it is
286
+ available for as long as needed to satisfy these requirements.
287
+
288
+ e) Convey the object code using peer-to-peer transmission, provided
289
+ you inform other peers where the object code and Corresponding
290
+ Source of the work are being offered to the general public at no
291
+ charge under subsection 6d.
292
+
293
+ A separable portion of the object code, whose source code is excluded
294
+ from the Corresponding Source as a System Library, need not be
295
+ included in conveying the object code work.
296
+
297
+ A "User Product" is either (1) a "consumer product", which means any
298
+ tangible personal property which is normally used for personal, family,
299
+ or household purposes, or (2) anything designed or sold for incorporation
300
+ into a dwelling. In determining whether a product is a consumer product,
301
+ doubtful cases shall be resolved in favor of coverage. For a particular
302
+ product received by a particular user, "normally used" refers to a
303
+ typical or common use of that class of product, regardless of the status
304
+ of the particular user or of the way in which the particular user
305
+ actually uses, or expects or is expected to use, the product. A product
306
+ is a consumer product regardless of whether the product has substantial
307
+ commercial, industrial or non-consumer uses, unless such uses represent
308
+ the only significant mode of use of the product.
309
+
310
+ "Installation Information" for a User Product means any methods,
311
+ procedures, authorization keys, or other information required to install
312
+ and execute modified versions of a covered work in that User Product from
313
+ a modified version of its Corresponding Source. The information must
314
+ suffice to ensure that the continued functioning of the modified object
315
+ code is in no case prevented or interfered with solely because
316
+ modification has been made.
317
+
318
+ If you convey an object code work under this section in, or with, or
319
+ specifically for use in, a User Product, and the conveying occurs as
320
+ part of a transaction in which the right of possession and use of the
321
+ User Product is transferred to the recipient in perpetuity or for a
322
+ fixed term (regardless of how the transaction is characterized), the
323
+ Corresponding Source conveyed under this section must be accompanied
324
+ by the Installation Information. But this requirement does not apply
325
+ if neither you nor any third party retains the ability to install
326
+ modified object code on the User Product (for example, the work has
327
+ been installed in ROM).
328
+
329
+ The requirement to provide Installation Information does not include a
330
+ requirement to continue to provide support service, warranty, or updates
331
+ for a work that has been modified or installed by the recipient, or for
332
+ the User Product in which it has been modified or installed. Access to a
333
+ network may be denied when the modification itself materially and
334
+ adversely affects the operation of the network or violates the rules and
335
+ protocols for communication across the network.
336
+
337
+ Corresponding Source conveyed, and Installation Information provided,
338
+ in accord with this section must be in a format that is publicly
339
+ documented (and with an implementation available to the public in
340
+ source code form), and must require no special password or key for
341
+ unpacking, reading or copying.
342
+
343
+ 7. Additional Terms.
344
+
345
+ "Additional permissions" are terms that supplement the terms of this
346
+ License by making exceptions from one or more of its conditions.
347
+ Additional permissions that are applicable to the entire Program shall
348
+ be treated as though they were included in this License, to the extent
349
+ that they are valid under applicable law. If additional permissions
350
+ apply only to part of the Program, that part may be used separately
351
+ under those permissions, but the entire Program remains governed by
352
+ this License without regard to the additional permissions.
353
+
354
+ When you convey a copy of a covered work, you may at your option
355
+ remove any additional permissions from that copy, or from any part of
356
+ it. (Additional permissions may be written to require their own
357
+ removal in certain cases when you modify the work.) You may place
358
+ additional permissions on material, added by you to a covered work,
359
+ for which you have or can give appropriate copyright permission.
360
+
361
+ Notwithstanding any other provision of this License, for material you
362
+ add to a covered work, you may (if authorized by the copyright holders of
363
+ that material) supplement the terms of this License with terms:
364
+
365
+ a) Disclaiming warranty or limiting liability differently from the
366
+ terms of sections 15 and 16 of this License; or
367
+
368
+ b) Requiring preservation of specified reasonable legal notices or
369
+ author attributions in that material or in the Appropriate Legal
370
+ Notices displayed by works containing it; or
371
+
372
+ c) Prohibiting misrepresentation of the origin of that material, or
373
+ requiring that modified versions of such material be marked in
374
+ reasonable ways as different from the original version; or
375
+
376
+ d) Limiting the use for publicity purposes of names of licensors or
377
+ authors of the material; or
378
+
379
+ e) Declining to grant rights under trademark law for use of some
380
+ trade names, trademarks, or service marks; or
381
+
382
+ f) Requiring indemnification of licensors and authors of that
383
+ material by anyone who conveys the material (or modified versions of
384
+ it) with contractual assumptions of liability to the recipient, for
385
+ any liability that these contractual assumptions directly impose on
386
+ those licensors and authors.
387
+
388
+ All other non-permissive additional terms are considered "further
389
+ restrictions" within the meaning of section 10. If the Program as you
390
+ received it, or any part of it, contains a notice stating that it is
391
+ governed by this License along with a term that is a further
392
+ restriction, you may remove that term. If a license document contains
393
+ a further restriction but permits relicensing or conveying under this
394
+ License, you may add to a covered work material governed by the terms
395
+ of that license document, provided that the further restriction does
396
+ not survive such relicensing or conveying.
397
+
398
+ If you add terms to a covered work in accord with this section, you
399
+ must place, in the relevant source files, a statement of the
400
+ additional terms that apply to those files, or a notice indicating
401
+ where to find the applicable terms.
402
+
403
+ Additional terms, permissive or non-permissive, may be stated in the
404
+ form of a separately written license, or stated as exceptions;
405
+ the above requirements apply either way.
406
+
407
+ 8. Termination.
408
+
409
+ You may not propagate or modify a covered work except as expressly
410
+ provided under this License. Any attempt otherwise to propagate or
411
+ modify it is void, and will automatically terminate your rights under
412
+ this License (including any patent licenses granted under the third
413
+ paragraph of section 11).
414
+
415
+ However, if you cease all violation of this License, then your
416
+ license from a particular copyright holder is reinstated (a)
417
+ provisionally, unless and until the copyright holder explicitly and
418
+ finally terminates your license, and (b) permanently, if the copyright
419
+ holder fails to notify you of the violation by some reasonable means
420
+ prior to 60 days after the cessation.
421
+
422
+ Moreover, your license from a particular copyright holder is
423
+ reinstated permanently if the copyright holder notifies you of the
424
+ violation by some reasonable means, this is the first time you have
425
+ received notice of violation of this License (for any work) from that
426
+ copyright holder, and you cure the violation prior to 30 days after
427
+ your receipt of the notice.
428
+
429
+ Termination of your rights under this section does not terminate the
430
+ licenses of parties who have received copies or rights from you under
431
+ this License. If your rights have been terminated and not permanently
432
+ reinstated, you do not qualify to receive new licenses for the same
433
+ material under section 10.
434
+
435
+ 9. Acceptance Not Required for Having Copies.
436
+
437
+ You are not required to accept this License in order to receive or
438
+ run a copy of the Program. Ancillary propagation of a covered work
439
+ occurring solely as a consequence of using peer-to-peer transmission
440
+ to receive a copy likewise does not require acceptance. However,
441
+ nothing other than this License grants you permission to propagate or
442
+ modify any covered work. These actions infringe copyright if you do
443
+ not accept this License. Therefore, by modifying or propagating a
444
+ covered work, you indicate your acceptance of this License to do so.
445
+
446
+ 10. Automatic Licensing of Downstream Recipients.
447
+
448
+ Each time you convey a covered work, the recipient automatically
449
+ receives a license from the original licensors, to run, modify and
450
+ propagate that work, subject to this License. You are not responsible
451
+ for enforcing compliance by third parties with this License.
452
+
453
+ An "entity transaction" is a transaction transferring control of an
454
+ organization, or substantially all assets of one, or subdividing an
455
+ organization, or merging organizations. If propagation of a covered
456
+ work results from an entity transaction, each party to that
457
+ transaction who receives a copy of the work also receives whatever
458
+ licenses to the work the party's predecessor in interest had or could
459
+ give under the previous paragraph, plus a right to possession of the
460
+ Corresponding Source of the work from the predecessor in interest, if
461
+ the predecessor has it or can get it with reasonable efforts.
462
+
463
+ You may not impose any further restrictions on the exercise of the
464
+ rights granted or affirmed under this License. For example, you may
465
+ not impose a license fee, royalty, or other charge for exercise of
466
+ rights granted under this License, and you may not initiate litigation
467
+ (including a cross-claim or counterclaim in a lawsuit) alleging that
468
+ any patent claim is infringed by making, using, selling, offering for
469
+ sale, or importing the Program or any portion of it.
470
+
471
+ 11. Patents.
472
+
473
+ A "contributor" is a copyright holder who authorizes use under this
474
+ License of the Program or a work on which the Program is based. The
475
+ work thus licensed is called the contributor's "contributor version".
476
+
477
+ A contributor's "essential patent claims" are all patent claims
478
+ owned or controlled by the contributor, whether already acquired or
479
+ hereafter acquired, that would be infringed by some manner, permitted
480
+ by this License, of making, using, or selling its contributor version,
481
+ but do not include claims that would be infringed only as a
482
+ consequence of further modification of the contributor version. For
483
+ purposes of this definition, "control" includes the right to grant
484
+ patent sublicenses in a manner consistent with the requirements of
485
+ this License.
486
+
487
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
488
+ patent license under the contributor's essential patent claims, to
489
+ make, use, sell, offer for sale, import and otherwise run, modify and
490
+ propagate the contents of its contributor version.
491
+
492
+ In the following three paragraphs, a "patent license" is any express
493
+ agreement or commitment, however denominated, not to enforce a patent
494
+ (such as an express permission to practice a patent or covenant not to
495
+ sue for patent infringement). To "grant" such a patent license to a
496
+ party means to make such an agreement or commitment not to enforce a
497
+ patent against the party.
498
+
499
+ If you convey a covered work, knowingly relying on a patent license,
500
+ and the Corresponding Source of the work is not available for anyone
501
+ to copy, free of charge and under the terms of this License, through a
502
+ publicly available network server or other readily accessible means,
503
+ then you must either (1) cause the Corresponding Source to be so
504
+ available, or (2) arrange to deprive yourself of the benefit of the
505
+ patent license for this particular work, or (3) arrange, in a manner
506
+ consistent with the requirements of this License, to extend the patent
507
+ license to downstream recipients. "Knowingly relying" means you have
508
+ actual knowledge that, but for the patent license, your conveying the
509
+ covered work in a country, or your recipient's use of the covered work
510
+ in a country, would infringe one or more identifiable patents in that
511
+ country that you have reason to believe are valid.
512
+
513
+ If, pursuant to or in connection with a single transaction or
514
+ arrangement, you convey, or propagate by procuring conveyance of, a
515
+ covered work, and grant a patent license to some of the parties
516
+ receiving the covered work authorizing them to use, propagate, modify
517
+ or convey a specific copy of the covered work, then the patent license
518
+ you grant is automatically extended to all recipients of the covered
519
+ work and works based on it.
520
+
521
+ A patent license is "discriminatory" if it does not include within
522
+ the scope of its coverage, prohibits the exercise of, or is
523
+ conditioned on the non-exercise of one or more of the rights that are
524
+ specifically granted under this License. You may not convey a covered
525
+ work if you are a party to an arrangement with a third party that is
526
+ in the business of distributing software, under which you make payment
527
+ to the third party based on the extent of your activity of conveying
528
+ the work, and under which the third party grants, to any of the
529
+ parties who would receive the covered work from you, a discriminatory
530
+ patent license (a) in connection with copies of the covered work
531
+ conveyed by you (or copies made from those copies), or (b) primarily
532
+ for and in connection with specific products or compilations that
533
+ contain the covered work, unless you entered into that arrangement,
534
+ or that patent license was granted, prior to 28 March 2007.
535
+
536
+ Nothing in this License shall be construed as excluding or limiting
537
+ any implied license or other defenses to infringement that may
538
+ otherwise be available to you under applicable patent law.
539
+
540
+ 12. No Surrender of Others' Freedom.
541
+
542
+ If conditions are imposed on you (whether by court order, agreement or
543
+ otherwise) that contradict the conditions of this License, they do not
544
+ excuse you from the conditions of this License. If you cannot convey a
545
+ covered work so as to satisfy simultaneously your obligations under this
546
+ License and any other pertinent obligations, then as a consequence you may
547
+ not convey it at all. For example, if you agree to terms that obligate you
548
+ to collect a royalty for further conveying from those to whom you convey
549
+ the Program, the only way you could satisfy both those terms and this
550
+ License would be to refrain entirely from conveying the Program.
551
+
552
+ 13. Use with the GNU Affero General Public License.
553
+
554
+ Notwithstanding any other provision of this License, you have
555
+ permission to link or combine any covered work with a work licensed
556
+ under version 3 of the GNU Affero General Public License into a single
557
+ combined work, and to convey the resulting work. The terms of this
558
+ License will continue to apply to the part which is the covered work,
559
+ but the special requirements of the GNU Affero General Public License,
560
+ section 13, concerning interaction through a network will apply to the
561
+ combination as such.
562
+
563
+ 14. Revised Versions of this License.
564
+
565
+ The Free Software Foundation may publish revised and/or new versions of
566
+ the GNU General Public License from time to time. Such new versions will
567
+ be similar in spirit to the present version, but may differ in detail to
568
+ address new problems or concerns.
569
+
570
+ Each version is given a distinguishing version number. If the
571
+ Program specifies that a certain numbered version of the GNU General
572
+ Public License "or any later version" applies to it, you have the
573
+ option of following the terms and conditions either of that numbered
574
+ version or of any later version published by the Free Software
575
+ Foundation. If the Program does not specify a version number of the
576
+ GNU General Public License, you may choose any version ever published
577
+ by the Free Software Foundation.
578
+
579
+ If the Program specifies that a proxy can decide which future
580
+ versions of the GNU General Public License can be used, that proxy's
581
+ public statement of acceptance of a version permanently authorizes you
582
+ to choose that version for the Program.
583
+
584
+ Later license versions may give you additional or different
585
+ permissions. However, no additional obligations are imposed on any
586
+ author or copyright holder as a result of your choosing to follow a
587
+ later version.
588
+
589
+ 15. Disclaimer of Warranty.
590
+
591
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
592
+ APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
593
+ HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
594
+ OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
595
+ THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
596
+ PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
597
+ IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
598
+ ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
599
+
600
+ 16. Limitation of Liability.
601
+
602
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
603
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
604
+ THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
605
+ GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
606
+ USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
607
+ DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
608
+ PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
609
+ EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
610
+ SUCH DAMAGES.
611
+
612
+ 17. Interpretation of Sections 15 and 16.
613
+
614
+ If the disclaimer of warranty and limitation of liability provided
615
+ above cannot be given local legal effect according to their terms,
616
+ reviewing courts shall apply local law that most closely approximates
617
+ an absolute waiver of all civil liability in connection with the
618
+ Program, unless a warranty or assumption of liability accompanies a
619
+ copy of the Program in return for a fee.
620
+
621
+ END OF TERMS AND CONDITIONS
622
+
623
+ How to Apply These Terms to Your New Programs
624
+
625
+ If you develop a new program, and you want it to be of the greatest
626
+ possible use to the public, the best way to achieve this is to make it
627
+ free software which everyone can redistribute and change under these terms.
628
+
629
+ To do so, attach the following notices to the program. It is safest
630
+ to attach them to the start of each source file to most effectively
631
+ state the exclusion of warranty; and each file should have at least
632
+ the "copyright" line and a pointer to where the full notice is found.
633
+
634
+ <one line to give the program's name and a brief idea of what it does.>
635
+ Copyright (C) <year> <name of author>
636
+
637
+ This program is free software: you can redistribute it and/or modify
638
+ it under the terms of the GNU General Public License as published by
639
+ the Free Software Foundation, either version 3 of the License, or
640
+ (at your option) any later version.
641
+
642
+ This program is distributed in the hope that it will be useful,
643
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
644
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
645
+ GNU General Public License for more details.
646
+
647
+ You should have received a copy of the GNU General Public License
648
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
649
+
650
+ Also add information on how to contact you by electronic and paper mail.
651
+
652
+ If the program does terminal interaction, make it output a short
653
+ notice like this when it starts in an interactive mode:
654
+
655
+ <program> Copyright (C) <year> <name of author>
656
+ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
657
+ This is free software, and you are welcome to redistribute it
658
+ under certain conditions; type `show c' for details.
659
+
660
+ The hypothetical commands `show w' and `show c' should show the appropriate
661
+ parts of the General Public License. Of course, your program's commands
662
+ might be different; for a GUI interface, you would use an "about box".
663
+
664
+ You should also get your employer (if you work as a programmer) or school,
665
+ if any, to sign a "copyright disclaimer" for the program, if necessary.
666
+ For more information on this, and how to apply and follow the GNU GPL, see
667
+ <http://www.gnu.org/licenses/>.
668
+
669
+ The GNU General Public License does not permit incorporating your program
670
+ into proprietary programs. If your program is a subroutine library, you
671
+ may consider it more useful to permit linking proprietary applications with
672
+ the library. If this is what you want to do, use the GNU Lesser General
673
+ Public License instead of this License. But first, please read
674
+ <http://www.gnu.org/philosophy/why-not-lgpl.html>.
readme.txt ADDED
@@ -0,0 +1,295 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ === Adminimize ===
2
+ Contributors: Bueltge
3
+ Donate link: http://bueltge.de/wunschliste/
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: 2.5
6
+ Tested up to: 3.1-alpha
7
+ Stable tag: 1.7.12
8
+
9
+ Adminimize is a WordPress plugin that lets you hide 'unnecessary' items from the WordPress backend and many many more ...
10
+
11
+ == Description ==
12
+ Visually compresses the administratrive header so that more admin page content can be initially seen. Also moves 'Dashboard' onto the main administrative menu because having it sit in the tip-top black bar was ticking me off and many other changes in the edit-area. Adminimize is a WordPress plugin that lets you hide 'unnecessary' items from the WordPress administration menu, submenu and even the 'Dashboard', with forwarding to the Manage-page. On top of that, you can also hide post meta controls on the Write page and other areas in the admin-area and Write-page, so as to simplify the editing interface. Compatible with WordPress 2.5 or later.
13
+ Configure all metaboxes and other areas in the write-area. The new theme move the Tags- and Categorys-box to the sidebar, switch off optional metaboxes and other areas in the write-area. Scoll automatocly to the Textbox, when you click the write-button. Many options for menu, submenu and all areas, metaboxes in the write-area, separated for all roles in WordPress.
14
+
15
+ With version 1.6.1 it is possible to add own options for hide areas in the backend of WordPress. It is easy and you must only forgive ID or class of the tag. Also it is possible to use a fixed menu and header.
16
+
17
+ = Compatibility with the drop-down menu plugins =
18
+ 1. [Ozh Admin Drop Down Menu](http://planetozh.com/blog/my-projects/wordpress-admin-menu-drop-down-css/ "Admin Drop Down Menu for WordPress 2.5") by Ozh
19
+ 1. [Drop Down Admin Menus](http://www.stuff.yellowswordfish.com/ "Drop Down Admin Menus for WordPress 2.5") by Andy Staines
20
+
21
+ = Compatibility with the plugins for MetaBoxes in Write-area =
22
+ 1. [Simple Tag](http://wordpress.org/extend/plugins/simple-tags "Simple Tag") by Amaury BALMER
23
+ 1. [Text Control](http://wordpress.org/extend/plugins/text-control-2/ "Text Control") by Jeff Minard and Frank Bueltge
24
+ 1. [All in One SEO Pack](http://semperfiwebdesign.com "All in One SEO Pack") by Michael Torbert
25
+ 1. [TDO Mini Forms](http://thedeadone.net/software/tdo-mini-forms-wordpress-plugin/ "TDO Mini Forms") by Mark Cunningham
26
+ 1. [Post Notification](http://pn.xn--strbe-mva.de/ "Post Notification") by Moritz Str&uuml;be
27
+ 1. [HTML Special Characters Helper](http://coffee2code.com/wp-plugins/html-special-characters-helper "HTML Special Characters Helper") by Scott Reilly
28
+ 1. You can add your own options, you must only see for css selectors
29
+
30
+ = Requirements =
31
+ 1. WordPress version 2.5 and later
32
+
33
+ Please visit [the official website](http://bueltge.de/wordpress-admin-theme-adminimize/674/ "Adminimize") for further details and the latest information on this plugin.
34
+
35
+ = What does this plugin do? =
36
+ The plugin changes the administration backend and gives you the power to assign rights on certain parts. Admins can activate/deactivate every part of the menu and even parts of the submenu. Meta fields can be administered separately for posts and pages. Certain parts of the write menu can be deactivated separately for admins or non-admins. The header of the backend is minimized and optimized to give you more space and the structure of the menu gets changed to make it more logical - this can all be done per user so each user can have his own settings.
37
+
38
+ = Details =
39
+ 1. the admin theme can be set per user. To change this go to user settings
40
+ 1. currently you can use the theme together with the color settings for the Fresh and Classic themes
41
+ 1. more colors can be easily added
42
+ 1. new menu structure: on the left hand site you find classic menu points for managing and writing, while the right part is reserved for settings, design, plugins and user settings
43
+ 1. the dashboard has been moved into the menu itself but this can be deactivated if its not desired
44
+ 1. the menu is now smaller and takes up less space
45
+ 1. the WRITE menu has been changed as follows:
46
+ 1. it is no longer limited to a fixed width but flows to fill your whole browser window now
47
+ 1. you can scroll all input fields now, no need to make certain parts of the WRITE screen bigger
48
+ 1. categories moved to the sidebar
49
+ 1. tags moved to the sidebar if you are not using the plugin "Simple Tags"
50
+ 1. the editing part gets auto-scrolled which makes sense when using a small resolution
51
+ 1. the media uploader now uses the whole screen width
52
+ 1. supports the plugin "Admin Drop Down Menu" - when the plugin is active the user has two more backend-themes to chose from
53
+ 1. supports the plugin "Lighter Menus" - when that plugin is active the user has another two backend-themes to chose from
54
+ 1. two new color schemes are now available
55
+ 1. the width of the sidebar is changeable to standard, 300px, 400px or 30%
56
+ 1. each meta field can now be deactivated (per user setting) so it doesn't clutter up your write screen
57
+ 1. you can even deactivate other parts like h2, messages or the info in the sidebar
58
+ 1. the part of the user info you have on the upper - right part of your menu can be deactivated or just the log-out link
59
+ 1. the dashboard can be completely removed from the backend
60
+ 1. all menu and sub menu points can be completely deactivated for admins and non-admins
61
+ 1. most of these changes are only loaded when needed - i.e. only in the write screen
62
+ 1. set a backend-theme for difficult user
63
+ 1. you can set an role to view the areas on link page, edit post, edit page and global
64
+ 1. you can add own options for set rights to role
65
+ 1. it is possible to disable HTML-Editor on edit-area, only Visual-tab
66
+ 1. ... many more
67
+
68
+ = Localizations =
69
+ * Also Thanks to [Ovidio](http://pacura.ru/ "pacaru.ru") for an translations the details in english and [G&uuml;rkan G&uuml;r](http://www.seqizz.net/ "G&uuml;rkan G&uuml;r") for translation in turkish.
70
+ * Thanks to [Gabriel Scheffer](http://www.gabrielscheffer.com.ar "Gabriel Scheffer") for the spanish language files.
71
+ * Thanks to [Andrea Piccinelli] for the italian language files.
72
+ * Thanks to [Fat Cow](http://www.fatcow.com/ "Fat Cow") for the belarussian language files.
73
+ * Thanks to [Rene](http://wpwebshop.com/ "wpwebshop.com") for dutch translation.
74
+ * Thanks to [GeorgWP](http://wordpress.blogos.dk/s%C3%B8g-efter-downloads/?did=208 "wordpress.blogos.dk/s%C3%B8g-efter-downloads/?did=208") for danish language files.
75
+ * Thanks to [Scavenger](http://www.photos-marseille.fr) for french language files.
76
+
77
+ = Interested in WordPress tips and tricks =
78
+ You may also be interested in WordPress tips and tricks at [WP Engineer](http://wpengineer.com/) or for german people [bueltge.de](http://bueltge.de/)
79
+
80
+ == Installation ==
81
+ 1. Unpack the download-package
82
+ 2. Upload folder include all files to the `/wp-content/plugins/` directory. The final directory tree should look like `/wp-content/plugins/adminimize/adminimize.php`, `/wp-content/plugins/adminimize/adminimize_page.php`, `/wp-content/plugins/adminimize/css/` and `/wp-content/plugins/adminimize/languages`
83
+ 3. Activate the plugin through the `Plugins` menu in WordPress
84
+ 4. Selecting Colour Scheme and Theme, selection in Your Profile, go to your User Profile (under `Users` > `Your Profile` or by clicking on your name at the top right corner of the administration panel).
85
+ 5. Administrator can go to `Options` > `Adminimize` menu and configure the plugin (Menu, Submenu, Metaboxes, ...)
86
+
87
+ = Advice =
88
+ Please use the `Deinstall-Function` in the option-area before update to version 1.4! Version 1.4 and higher have only one database entry and the `Deinstall-Option` deinstall the old entrys.
89
+
90
+ See on [the official website](http://bueltge.de/wordpress-admin-theme-adminimize/674/ "Adminimize").
91
+
92
+ == Screenshots ==
93
+ 1. configure-area for user/admin; options for metaboxes, areas in write-area and menu in WordPress 2.7/2.8
94
+ 1. configure-area for user in WordPress 2.7/2.8
95
+ 1. Small tweak for design higher WP 2.7, save 50px over the menu
96
+ 1. minimize header after activate in WordPress 2.5
97
+ 1. configure-area for user in WordPress 2.5
98
+ 1. Adminimize Theme how in WordPress 2.3
99
+
100
+ == Changelog ==
101
+ = v1.7.12 (10/02/2010) =
102
+ * Bugfix: Fallback for deactivate profile.php on roles smaller administration
103
+ * Bugfix: Redirect from Dashboard on different roles
104
+ * Maintenance: small changes on code
105
+
106
+ = v1.7.11 (09/24/2010) =
107
+ * Bugfix: for WP < 3.0; function get_post_type_object() is not exist
108
+
109
+ = v1.7.10 (09/24/2010) =
110
+ * Bugfix: link-page in admin
111
+ * Bugfix: meta-boxes on link-page
112
+ * Bugfix: check for post or page with WP 3.*
113
+ * Maintenance: german language files
114
+ * Maintenance: pot-file
115
+ * Feature: new css for "User-info" in WP 3.0
116
+ * Maintenance: incl. the new css-file
117
+
118
+ = v1.7.9 (09/15/2010) =
119
+ * Bugfix for new role-checking
120
+
121
+ = v1.7.8 (09/13/2010) =
122
+ * changes for WPMU and WP 3.0 MultiSite
123
+ * bugfix for admin-menu in WPMU and WP 3.0 MultiSite
124
+ * bugfix for metaboxes in WPMU and WP 3.0 MultiSite
125
+ * bugfix for global settings in WPMU and WP 3.0 MultiSite
126
+ * bugfix for link-options in WPMU and WP 3.0 MultiSite
127
+ * bugfix for custom redirect after login
128
+ * different bugfixes fpr php-warnings
129
+
130
+ = v1.7.7 (03/18/2010) =
131
+ * small fixes for redirect on deactivate Dashboard
132
+ * add dutch language file
133
+
134
+ = v1.7.6 (01/14/2010) =
135
+ * fix array-check on new option disable HTML Editor
136
+
137
+ = v1.7.5 (01/13/2010) =
138
+ * new function: disable HTML Editor on edit post/page
139
+
140
+ = v1.7.4 (01/10/2010) =
141
+ * Fix on Refresh menu and submenu on settings-page
142
+ * Fix for older WordPress verisons and function current_theme_supports
143
+
144
+ = v1.7.3 (01/08/2010) =
145
+ * Add Im-/Export function
146
+ * Add new meta boxes from WP 2.9 post_thumbnail, if active from the Theme
147
+ * Small modifications and code and css
148
+ * Add new functions: hide tab for help and options on edit post or edit page; category meta box with ful height, etc.
149
+
150
+ = v1.7.2 (07/08/2009) =
151
+ * Add fix for deactive user.php/profile.php
152
+
153
+ = v1.7.1 (17/06/2009) =
154
+ * Add belarussian language file, thanks to [Fat Cow](http://www.fatcow.com/ "Fat Cow")
155
+
156
+ = v1.7.1 (16/06/2009) =
157
+ * changes for load userdate on settings themes; better for performance on blogs with many Users
158
+ * small bugfixes on texdomain
159
+ * changes on hint for settings on menu
160
+ * new de_DE language file
161
+ * comments meta box add to options on post
162
+
163
+ = v1.7 (23/06/2009) =
164
+ * Bugfix for WordPress 2.6; Settings-Link
165
+ * alternate for `before_last_bar()` and change class of div
166
+
167
+ = 1.6.9 (19/06/2009) =
168
+ * Bugfix, Settingslink gefixt;
169
+ * Changes on own defines with css selectors; first name, second css selector
170
+ * Bugfix in own options to pages
171
+
172
+ = 1.6.8 (18/06/2009) =
173
+ * Bugfix in german language file
174
+
175
+ = 1.6.6-7 (10/06/2009) =
176
+ * Add Meta Link in 2.8
177
+
178
+ = 1.6.5 (08/05/2009) =
179
+ * Bugfix, Doculink only on admin page of Adminimize
180
+
181
+ = 1.6.4 (27/04/2009) =
182
+ * new Backend-Themes
183
+ * more options
184
+ * multilanguage for role-names
185
+
186
+ = 1.6.1, 1.6.3 (24/05/2009) =
187
+ * ready for own roles
188
+ * new options for link-area on WP backend
189
+ * own options for all areas, use css selectors
190
+ * ...
191
+
192
+ = v1.6 =
193
+ * ready for WP 2.7
194
+ * new options area, parting of page and post options
195
+ * add wp_nonce for own logout
196
+ * ...
197
+
198
+ = v1.5.3-8 =
199
+ * Changes for WP 2.7
200
+ * changes on CSS design
201
+ * ...
202
+
203
+ = v1.5.2 =
204
+ * own redirects possible
205
+
206
+ = v1.5.1 =
207
+ * Bugfix f&uuml;r rekursiven Array; Redirect bei deaktivem Dashboard funktionierte nicht
208
+
209
+ = v1.5 =
210
+ * 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
211
+
212
+ = v1.4.7 =
213
+ * Bugfix CSS-Adresse f&uuml;r WP 2.5
214
+
215
+ = v1.4.3-6 =
216
+ * Aufrufe diverser JS ge&auml;ndert, einige &uuml;bergreifende Funktionen nun auch ohne aktives Adminimize-Theme
217
+
218
+ = v1.4.2 =
219
+ * kleine Erweiterungen, Variablenabfragen ge&auml;ndert
220
+
221
+ = v1.4.1 =
222
+ * Bugfixes und Umstellung Sprache
223
+
224
+ = v1.4 =
225
+ * 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.
226
+
227
+ = v1.3 =
228
+ * Backendfunktn. erweitert, Update f&uuml;r PressThis im Bereich Schreiben, etc.
229
+
230
+ = v1.2 =
231
+ * Erweiterungen der MetaBoxen
232
+
233
+ = v1.1 =
234
+ * 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
235
+
236
+ = v1.0 =
237
+ * JavaScript schlanker durch die Hilfe von <a href="http://www.schloebe.de/">Oliver Schl&uuml;be</a>
238
+
239
+ = v0.8.1 =
240
+ * Hinweis im Footer m&uuml;glich, optional mit optionalen Text, Weiterleitung immer ersichtlich
241
+
242
+ = v0.8 =
243
+ * Weiterleitung nach Logout m&uuml;glich
244
+
245
+ = v0.7.9 =
246
+ * Zus&auml;tzlich ist innerhalb der Kategorien nur "Kategorien hinzuf&uuml;gen" deaktiverbar
247
+
248
+ = v0.7.8 =
249
+ * Mehrsprachigkeit erweitert
250
+
251
+ = v0.7.7 =
252
+ * Bugfix f&uuml;r Metabox ausblenden in Write Page
253
+
254
+ = v0.7.6 =
255
+ * Checkbox f&uuml;r alle ausw&auml;hlen auch in Page und Post, Korrektur in Texten
256
+
257
+ = v0.7.5 =
258
+ * Checkbox f&uuml;r alle ausw&auml;hlen, Theme zuweisen
259
+
260
+ = v0.7.3 =
261
+ * Optionale Weiterleitung bei deaktiviertem Dashboard, Einstellungen per Plugin-Seite m&uuml;glich, Admin-Footer erg&auml;nzt um Plugin-infos
262
+
263
+ = v0.7.2 =
264
+ * Update Options Button zus&auml;tzlich im oberen Abschnitt
265
+
266
+ = v0.7.1 =
267
+ * Thickbox Funktion optional
268
+
269
+ = v0.7 =
270
+ * WriteScroll optional, MediaButtons deaktivierbar
271
+
272
+ = v0.6.9 =
273
+ * Theme WordPress 2.3 hinzugekommen, Footer deaktivierbar
274
+
275
+
276
+ == Other Notes ==
277
+ = Help with "Your own options" =
278
+ My english ist very bad 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.
279
+
280
+ = Licence =
281
+ Good news, this plugin is free for everyone! Since it's released under the GPL, you can use it free of charge on your personal or commercial blog. But if you enjoy this plugin, you can thank me and leave a [small donation](http://bueltge.de/wunschliste/ "Wishliste and Donate") for the time I've spent writing and supporting this plugin. And I really don't want to know how many hours of my life this plugin has already eaten ;)
282
+
283
+ = Translations =
284
+ The plugin comes with various translations, please refer to the [WordPress Codex](http://codex.wordpress.org/Installing_WordPress_in_Your_Language "Installing WordPress in Your Language") for more information about activating the translation. If you want to help to translate the plugin to your language, please have a look at the sitemap.pot file which contains all defintions and may be used with a [gettext](http://www.gnu.org/software/gettext/) editor like [Poedit](http://www.poedit.net/) (Windows).
285
+
286
+
287
+ == Frequently Asked Questions ==
288
+ = Help with "Your own options" =
289
+ My english ist very bad 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.
290
+
291
+ = Where can I get more information? =
292
+ Please visit [the official website](http://bueltge.de/wordpress-admin-theme-adminimize/674/ "Adminimize") for the latest information on this plugin.
293
+
294
+ = I love this plugin! How can I show the developer how much I appreciate his work? =
295
+ Please visit [the official website](http://bueltge.de/wordpress-admin-theme-adminimize/674/ "Adminimize") and let him know your care or see the [wishlist](http://bueltge.de/wunschliste/ "Wishlist") of the author.
screenshot-1.png ADDED
Binary file
screenshot-2.png ADDED
Binary file
screenshot-3.png ADDED
Binary file
screenshot-4.png ADDED
Binary file
screenshot-5.png ADDED
Binary file
screenshot-6.png ADDED
Binary file