Ozh' Admin Drop Down Menu - Version 3.4.5

Version Description

Download this release

Release Info

Developer ozh
Plugin Icon 128x128 Ozh' Admin Drop Down Menu
Version 3.4.5
Comparing to
See all releases

Code changes from version 1.3.1 to 3.4.5

Files changed (102) hide show
  1. inc/adminmenu.css.php +317 -0
  2. inc/adminmenu.js +78 -0
  3. inc/core.php +433 -0
  4. inc/icons.php +74 -0
  5. inc/images/application_lightning.png +0 -0
  6. inc/images/application_view_tile.png +0 -0
  7. inc/images/book_open.png +0 -0
  8. inc/images/cancel.png +0 -0
  9. inc/images/cog.png +0 -0
  10. inc/images/color_wheel.png +0 -0
  11. inc/images/comment-stalk-fresh.gif +0 -0
  12. inc/images/comment-stalk-rtl.gif +0 -0
  13. inc/images/comment.png +0 -0
  14. inc/images/comment_delete.png +0 -0
  15. inc/images/comment_edit.png +0 -0
  16. inc/images/computer_edit.png +0 -0
  17. inc/images/door_in.png +0 -0
  18. inc/images/door_out.png +0 -0
  19. inc/images/eye.png +0 -0
  20. inc/images/grad-trans.png +0 -0
  21. inc/images/group.png +0 -0
  22. inc/images/image.png +0 -0
  23. inc/images/image_add.png +0 -0
  24. inc/images/image_options.png +0 -0
  25. inc/images/layers.png +0 -0
  26. inc/images/layout.png +0 -0
  27. inc/images/layout_add.png +0 -0
  28. inc/images/layout_content.png +0 -0
  29. inc/images/layout_edit.png +0 -0
  30. inc/images/layout_header.png +0 -0
  31. inc/images/lightning_go.png +0 -0
  32. inc/images/link.png +0 -0
  33. inc/images/link_add.png +0 -0
  34. inc/images/link_edit.png +0 -0
  35. inc/images/menu.png +0 -0
  36. inc/images/ozh.png +0 -0
  37. inc/images/page_edit.png +0 -0
  38. inc/images/page_white_edit.png +0 -0
  39. inc/images/page_white_wrench.png +0 -0
  40. inc/images/pencil.png +0 -0
  41. inc/images/plugin.png +0 -0
  42. inc/images/plugin_add.png +0 -0
  43. inc/images/plugin_edit.png +0 -0
  44. inc/images/plugin_misc.png +0 -0
  45. inc/images/tag_blue.png +0 -0
  46. inc/images/tag_blue_edit.png +0 -0
  47. inc/images/tag_red.png +0 -0
  48. inc/images/turbo.png +0 -0
  49. inc/images/tux.png +0 -0
  50. inc/images/user.png +0 -0
  51. inc/images/user_add.png +0 -0
  52. inc/images/user_go.png +0 -0
  53. inc/images/wordpress_icon.png +0 -0
  54. inc/images/world.png +0 -0
  55. inc/images/world_delete.png +0 -0
  56. inc/images/world_edit.png +0 -0
  57. inc/images/world_link.png +0 -0
  58. inc/images/wrench.png +0 -0
  59. inc/images/wrench_orange.png +0 -0
  60. inc/js/adminmenu.js +76 -0
  61. inc/options.php +285 -0
  62. inc/test.html +9 -0
  63. inc/translations/adminmenu-be_BY.mo +0 -0
  64. inc/translations/adminmenu-be_BY.po +212 -0
  65. inc/translations/adminmenu-cz_CZ.mo +0 -0
  66. inc/translations/adminmenu-cz_CZ.po +241 -0
  67. inc/translations/adminmenu-de_DE.mo +0 -0
  68. inc/translations/adminmenu-de_DE.po +242 -0
  69. inc/translations/adminmenu-el.mo +0 -0
  70. inc/translations/adminmenu-el.po +236 -0
  71. inc/translations/adminmenu-es_ES.mo +0 -0
  72. inc/translations/adminmenu-es_ES.po +206 -0
  73. inc/translations/adminmenu-he_IL.mo +0 -0
  74. inc/translations/adminmenu-he_IL.po +238 -0
  75. inc/translations/adminmenu-it_IT.mo +0 -0
  76. inc/translations/adminmenu-it_IT.po +244 -0
  77. inc/translations/adminmenu-ko_KR.mo +0 -0
  78. inc/translations/adminmenu-ko_KR.po +244 -0
  79. inc/translations/adminmenu-pt_BR.mo +0 -0
  80. inc/translations/adminmenu-pt_BR.po +205 -0
  81. inc/translations/adminmenu-ro_RO.mo +0 -0
  82. inc/translations/adminmenu-ro_RO.po +237 -0
  83. inc/translations/adminmenu-ru_RU.mo +0 -0
  84. inc/translations/adminmenu-ru_RU.po +212 -0
  85. inc/translations/adminmenu-tr_TR.mo +0 -0
  86. inc/translations/adminmenu-tr_TR.po +242 -0
  87. inc/translations/adminmenu-uk.mo +0 -0
  88. inc/translations/adminmenu-uk.po +242 -0
  89. inc/translations/adminmenu-uk_UA.mo +0 -0
  90. inc/translations/adminmenu-uk_UA.po +212 -0
  91. inc/translations/adminmenu-zh_CN.mo +0 -0
  92. inc/translations/adminmenu-zh_CN.po +204 -0
  93. inc/translations/adminmenu-zh_TW.mo +0 -0
  94. inc/translations/adminmenu-zh_TW.po +237 -0
  95. inc/translations/adminmenu.pot +237 -0
  96. readme.txt +18 -5
  97. screenshot-1.jpg +0 -0
  98. screenshot-2.jpg +0 -0
  99. screenshot-3.jpg +0 -0
  100. uninstall.php +15 -0
  101. wp_ozh_adminmenu.php +128 -0
  102. wp_ozh_adminmenu_wp23.php +0 -328
inc/adminmenu.css.php ADDED
@@ -0,0 +1,317 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /*
3
+ Part of Plugin: Ozh' Admin Drop Down Menu
4
+ http://planetozh.com/blog/my-projects/wordpress-admin-menu-drop-down-css/
5
+ */
6
+
7
+ function make_link_relative( $link ) {
8
+ return preg_replace('|https?://[^/]+(/.*)|i', '$1', $link );
9
+ }
10
+
11
+ function wp_ozh_adminmenu_sanitize_id($url) {
12
+ $url = preg_replace('/(&|&amp;|&#038;)?_wpnonce=([^&]+)/', '', $url);
13
+ return str_replace(array('.php','.','/','?','='),array('','_','_','_','_'),$url);
14
+ }
15
+
16
+ function wp_ozh_adminmenu_color($col) {
17
+ return '#'.str_replace('#', '', urldecode($col)); // Make sure there's always a # prefixing color code
18
+ }
19
+
20
+ // Get vars & needed links, make them relative to be sure no one will be leeching icons or anything from somewhere else
21
+ $plugin = make_link_relative( $_GET['p'] );
22
+ $admin = make_link_relative( $_GET['a'] );
23
+ $icons = ($_GET['i'] == 1) ? true : false ;
24
+ $wpicons = ($_GET['w'] == 1) ? true : false ;
25
+ $compact = ($_GET['c'] == 1) ? true : false ;
26
+ $minimode = ($_GET['m'] == 1) ? true : false ;
27
+ $hidebubble = ($_GET['h'] == 1) ? true : false ;
28
+ $display_fav = ($_GET['f'] == 1) ? true : false ;
29
+ $nograd = ($_GET['n'] == 1) ? true : false ;
30
+ $dir = ($_GET['d'] == 'right') ? 'right' : 'left' ; // text direction
31
+ $opdir = ($_GET['d'] == 'right') ? 'left' : 'right' ; // OPposite DIRection
32
+ $grad = ($_GET['g']) ? wp_ozh_adminmenu_color($_GET['g']) : '#676768' ;
33
+
34
+ header('Content-type:text/css');
35
+
36
+ ?>
37
+
38
+ /*
39
+ <?php var_dump( $admin ); ?>
40
+ */
41
+
42
+ /* Style for Ozh's Admin Drop Down Menu */
43
+ /* Restyle or hide original items */
44
+ #adminmenu {display:none;}
45
+ #wpbody, div.folded #wpbody {margin-<?php echo $dir; ?>:0px}
46
+
47
+ #wpbody-content .wrap {margin-<?php echo $dir; ?>:15px}
48
+
49
+ #media-upload-header #sidemenu li {
50
+ display:auto;
51
+ }
52
+ #screen-meta {
53
+ display:none; /* hidden in case we have no JS to move it */
54
+ }
55
+ /* Styles for our new menu */
56
+ #ozhmenu_wrap {
57
+ z-index:43000;
58
+ overflow:hidden;
59
+ width:100%;
60
+ clear:both;
61
+ }
62
+ #ozhmenu { /* our new ul */
63
+ font-size:12px;
64
+ <?php echo $dir; ?>:0px;
65
+ list-style-image:none;
66
+ list-style-position:outside;
67
+ list-style-type:none;
68
+ margin:0pt;
69
+ margin-bottom:1px;
70
+ padding-<?php echo $dir; ?>:8px;
71
+ top:0px;
72
+ width:100%; /* width required for -wtf?- dropping li elements to be 100% wide in their containing ul */
73
+ overflow:hidden;
74
+ z-index:1000;
75
+ background:<?php echo $grad; ?> <?php if (!$nograd) { ?>url(<?php echo $plugin; ?>/images/grad-trans.png) repeat-x <?php echo $dir; ?> top<?php } ?>;
76
+ }
77
+ #ozhmenu li { /* all list items */
78
+ display:inline;
79
+ line-height:200%;
80
+ list-style-image:none;
81
+ list-style-position:outside;
82
+ list-style-type:none;
83
+ margin:0 3px;
84
+ padding:0;
85
+ white-space:nowrap;
86
+ float: <?php echo $dir; ?>;
87
+ width: 1*; /* maybe needed for some Opera ? */
88
+ }
89
+ #ozhmenu a { /* all links */
90
+ text-decoration:none;
91
+ color:#bbb;
92
+ line-height:220%;
93
+ padding:0px 10px;
94
+ display:block;
95
+ width:1*; /* maybe needed for some Opera ? */
96
+ }
97
+ #ozhmenu li:hover,
98
+ #ozhmenu li.ozhmenu_over,
99
+ #ozhmenu li .wp-has-current-submenu {
100
+ -moz-border-radius: 11px;
101
+ -webkit-border-radius: 11px;
102
+ color: #ffe;
103
+ background: <?php echo $grad; ?> <?php if (!$nograd) { ?>url(<?php echo $plugin; ?>/images/grad-trans.png) repeat-x <?php echo $dir; ?> -5px<?php } ?>;
104
+ }
105
+
106
+ #ozhmenu li:hover {
107
+ -moz-border-radius: 0px;
108
+ -webkit-border-radius: 0px;
109
+ }
110
+ #ozhmenu .ozhmenu_sublevel { line-height: 100%; margin: 0; } /* IE8 fix. Die, IE8 */
111
+ #ozhmenu .ozhmenu_sublevel a:hover,
112
+ #ozhmenu .ozhmenu_sublevel a.current,
113
+ #ozhmenu .ozhmenu_sublevel a.current:hover {
114
+ background-color: #e4f2fd;
115
+ -moz-border-radius-topleft: 0px;
116
+ -moz-border-radius-topright: 0px;
117
+ -webkit-border-top-left-radius:0;
118
+ -webkit-border-top-right-radius:0;
119
+ border-top-left-radius:0;
120
+ border-top-right-radius:0;
121
+ color: #555;
122
+ }
123
+ #ozhmenu li ul { /* drop down lists */
124
+ padding: 0 0 5px 0px;
125
+ margin: 0;
126
+ list-style: none;
127
+ position: absolute;
128
+ background: white;
129
+ opacity:0.95;
130
+ filter:alpha(opacity=95);
131
+ border-left:1px solid #ccc ;
132
+ border-right:1px solid #ccc ;
133
+ border-bottom:1px solid #c6d9e9 ;
134
+ -moz-border-radius-bottomleft:5px;
135
+ -moz-border-radius-bottomright:5px;
136
+ -webkit-border-bottom-left-radius:5px;
137
+ -webkit-border-bottom-right-radius:5px;
138
+ border-bottom-left-radius:5px;
139
+ border-bottom-right-radius:5px;
140
+ width: 1*; /* maybe needed for some Opera ? */
141
+ zmin-width:10em;
142
+ <?php echo $dir; ?>: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
143
+ list-style-position:auto;
144
+ list-style-type:auto;
145
+ z-index:1001;
146
+ }
147
+ #ozhmenu li ul li { /* dropped down lists item */
148
+ background:transparent !important;
149
+ float:none;
150
+ text-align:<?php echo $dir; ?>;
151
+ overflow:hidden;
152
+ }
153
+ #ozhmenu li ul li a { /* links in dropped down list items*/
154
+ margin:0px;
155
+ color:#666;
156
+ }
157
+ #ozhmenu li:hover ul, #ozhmenu li.ozhmenu_over ul { /* lists dropped down under hovered list items */
158
+ <?php echo $dir; ?>: auto;
159
+ z-index:999999;
160
+ }
161
+ #ozhmenu li a #awaiting-mod, #ozhmenu li a .update-plugins {
162
+ position: absolute;
163
+ margin-<?php echo $dir; ?>: 0.1em;
164
+ font-size: 0.8em;
165
+ background-image: url(<?php echo $plugin; ?>/images/comment-stalk-<?php echo ($dir == 'left' ? 'fresh' : 'rtl'); ?>.gif);
166
+ background-repeat: no-repeat;
167
+ background-position: <?php echo ($dir == 'left' ? '-243' : '-67'); ?>px bottom;
168
+ height: 1.7em;
169
+ width: 1em;
170
+ }
171
+ #ozhmenu li.ozhmenu_over a #awaiting-mod, #ozhmenu li a:hover #awaiting-mod, #ozhmenu li.ozhmenu_over a .update-plugins, #ozhmenu li a:hover .update-plugins {
172
+ background-position: <?php echo ($dir == 'left' ? '-2' : '-307'); ?>px bottom;
173
+ }
174
+ #ozhmenu li a #awaiting-mod span, #ozhmenu li a .update-plugins span {
175
+ color: #444;
176
+ top: -0.4em;
177
+ <?php echo $opdir; ?>: -0.5em;
178
+ position: absolute;
179
+ display: block;
180
+ height: 1.3em;
181
+ line-height: 1.4em;
182
+ padding: 0 0.8em;
183
+ background-color: #bbb;#2583AD;
184
+ -moz-border-radius: 4px;
185
+ -khtml-border-radius: 4px;
186
+ -webkit-border-radius: 4px;
187
+ border-radius: 4px;
188
+ }
189
+ #ozhmenu li.ozhmenu_over a #awaiting-mod span, #ozhmenu li a:hover #awaiting-mod span, #ozhmenu li.ozhmenu_over a .update-plugins span, #ozhmenu li a:hover .update-plugins span {
190
+ background-color:#D54E21;
191
+ }
192
+ #ozhmenu .current {
193
+ border:0px; /* MSIE insists on having this */
194
+ }
195
+ #ozhmenu li ul li a.current:before {
196
+ content: "\00BB \0020";
197
+ color:#d54e21;
198
+ }
199
+
200
+ /* Top level icons */
201
+ .ozhmenu_toplevel div.wp-menu-image {
202
+ float:<?php echo $dir; ?>;
203
+ height:24px;
204
+ width:24px;
205
+ }
206
+ <?php if ($wpicons) { ?>
207
+ #ozhmenu .ozhmenu_toplevel a.menu-top {
208
+ padding:<?php echo ($dir == 'left' ? '0 5px 0 1px' : '0 1px 0 5px'); ?>; /* override #ozhmenu a's padding:0 10 */
209
+ }
210
+ <?php } ?>
211
+
212
+ #ozhmenu li.ozhmenu_toplevel ul li.toplevel_label, #ozhmenu li.ozhmenu_toplevel ul li.toplevel_label:hover {
213
+ color:#444;
214
+ background: #e4f2fd !important;
215
+ padding:0px 10px;
216
+ margin:0px;
217
+ display:block;
218
+ border-bottom:1px solid #c6d9e9;
219
+ width:1*; /* maybe needed for some Opera ? */
220
+ cursor:default;
221
+ <?php if (!$compact) { ?>
222
+ display:none;
223
+ <?php } ?>
224
+ }
225
+ #ozhmenu li.ozhmenu_toplevel ul li.toplevel_label span.update-plugins,
226
+ #ozhmenu li.ozhmenu_toplevel ul li.toplevel_label span.pending-count {display:none;}
227
+
228
+ #oam_menu-site div.wp-menu-image {background:transparent url(<?php echo $admin; ?>/images/menu.png) -363px -35px no-repeat;}
229
+ #oam_menu-site:hover div.wp-menu-image {background:transparent url(<?php echo $admin; ?>/images/menu.png) -363px -3px no-repeat;}
230
+ #oam_menu-dashboard div.wp-menu-image {background:transparent url(<?php echo $admin; ?>/images/menu.png) -61px -35px no-repeat;}
231
+ #oam_menu-dashboard:hover div.wp-menu-image {background:transparent url(<?php echo $admin; ?>/images/menu.png) -61px -3px no-repeat;}
232
+ #oam_menu-posts div.wp-menu-image {background:transparent url(<?php echo $admin; ?>/images/menu.png) -272px -35px no-repeat;}
233
+ #oam_menu-posts:hover div.wp-menu-image {background:transparent url(<?php echo $admin; ?>/images/menu.png) -272px -3px no-repeat;}
234
+ #oam_menu-media div.wp-menu-image {background:transparent url(<?php echo $admin; ?>/images/menu.png) -121px -35px no-repeat;}
235
+ #oam_menu-media:hover div.wp-menu-image {background:transparent url(<?php echo $admin; ?>/images/menu.png) -121px -3px no-repeat;}
236
+ #oam_menu-links div.wp-menu-image {background:transparent url(<?php echo $admin; ?>/images/menu.png) -91px -35px no-repeat;}
237
+ #oam_menu-links:hover div.wp-menu-image {background:transparent url(<?php echo $admin; ?>/images/menu.png) -91px -3px no-repeat;}
238
+ #oam_menu-pages div.wp-menu-image {background:transparent url(<?php echo $admin; ?>/images/menu.png) -151px -35px no-repeat;}
239
+ #oam_menu-pages:hover div.wp-menu-image {background:transparent url(<?php echo $admin; ?>/images/menu.png) -151px -3px no-repeat;}
240
+ #oam_menu-comments div.wp-menu-image {background:transparent url(<?php echo $admin; ?>/images/menu.png) -31px -35px no-repeat;}
241
+ #oam_menu-comments:hover div.wp-menu-image {background:transparent url(<?php echo $admin; ?>/images/menu.png) -31px -3px no-repeat;}
242
+ #oam_menu-appearance div.wp-menu-image {background:transparent url(<?php echo $admin; ?>/images/menu.png) -1px -35px no-repeat;}
243
+ #oam_menu-appearance:hover div.wp-menu-image {background:transparent url(<?php echo $admin; ?>/images/menu.png) -1px -3px no-repeat;}
244
+ #oam_menu-plugins div.wp-menu-image {background:transparent url(<?php echo $admin; ?>/images/menu.png) -181px -35px no-repeat;}
245
+ #oam_menu-plugins:hover div.wp-menu-image {background:transparent url(<?php echo $admin; ?>/images/menu.png) -181px -3px no-repeat;}
246
+ #oam_menu-users div.wp-menu-image {background:transparent url(<?php echo $admin; ?>/images/menu.png) -301px -35px no-repeat;}
247
+ #oam_menu-users:hover div.wp-menu-image {background:transparent url(<?php echo $admin; ?>/images/menu.png) -301px -3px no-repeat;}
248
+ #oam_menu-tools div.wp-menu-image {background:transparent url(<?php echo $admin; ?>/images/menu.png) -211px -35px no-repeat;}
249
+ #oam_menu-tools:hover div.wp-menu-image {background:transparent url(<?php echo $admin; ?>/images/menu.png) -211px -3px no-repeat;}
250
+ #oam_menu-settings div.wp-menu-image {background:transparent url(<?php echo $admin; ?>/images/menu.png) -241px -35px no-repeat;}
251
+ #oam_menu-settings:hover div.wp-menu-image {background:transparent url(<?php echo $admin; ?>/images/menu.png) -241px -3px no-repeat;}
252
+ #ozhmenu img.wp-menu-image {float:<?php echo $dir; ?>;opacity:0.6;padding:5px 1px 0;filter:alpha(opacity=60);}
253
+ #ozhmenu .ozhmenu_toplevel:hover img.wp-menu-image {opacity:1;filter:alpha(opacity=100);}
254
+
255
+ /* Mu Specific */
256
+ #ozhmumenu_head {
257
+ color:#bbb;
258
+ font-weight:bolder;
259
+ }
260
+ #ozhmumenu_head #all-my-blogs {
261
+ position:relative;
262
+ top:0px;
263
+ background:#ffa;
264
+ color:#000;
265
+ }
266
+ #ozhmenu #oam_bloglink a {
267
+ font-weight:bolder;
268
+ color:#fff;
269
+ }
270
+ /* Just for IE7 */
271
+ #wphead {
272
+ #border-top-width: 31px;
273
+ }
274
+ #media-upload-header #sidemenu { display: block; }
275
+
276
+
277
+ <?php if (!$display_fav) { ?>
278
+ /* Hide favorite actions */
279
+ #favorite-actions {display:none;}
280
+ <?php } ?>
281
+
282
+ <?php if ($minimode) { ?>
283
+ /* Hide all header */
284
+ #wphead {display:none;}
285
+ <?php } ?>
286
+
287
+ <?php if ($hidebubble) { ?>
288
+ /* Hide "0" bubbles */
289
+ span.count-0 {display:none;}
290
+ <?php } ?>
291
+
292
+ <?php if ($icons) {
293
+ require(dirname(__FILE__).'/icons.php');
294
+ ?>
295
+ /* Icons */
296
+ #ozhmenu .ozhmenu_sublevel a {
297
+ padding-<?php echo $dir; ?>:22px;
298
+ background-repeat:no-repeat;
299
+ background-position:<?php echo ($dir == 'left' ? '3px' : '97%'); ?> center;
300
+ }
301
+ .oam_plugin a {
302
+ background-image:url(<?php echo $plugin; ?>/images/cog.png);
303
+ }
304
+ #ozhmumenu .ozhmenu_sublevel a {background-image:url(<?php echo $plugin; ?>/images/world_link.png);}
305
+ <?php
306
+ foreach($wp_ozh_adminmenu['icon_names'] as $link=>$icon) {
307
+ $link = wp_ozh_adminmenu_sanitize_id($link);
308
+ $link = str_replace(array('.php','.','/'),array('','_','_'),$link);
309
+ echo "#oamsub_$link a {background-image:url($plugin/images/$icon.png);}\n";
310
+ }
311
+
312
+ } else { ?>
313
+ #ozhmenu .ozhmenu_sublevel a {padding-<?php echo $dir; ?>:5px;}
314
+ <?php } ?>
315
+
316
+
317
+ /**/
inc/adminmenu.js ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ Part of Plugin: Ozh' Admin Drop Down Menu
3
+ http://planetozh.com/blog/my-projects/wordpress-admin-menu-drop-down-css/
4
+ */
5
+
6
+ jQuery(document).ready(function() {
7
+ if (oam_adminmenu) {
8
+ // Remove unnecessary links in the top right corner
9
+ var ozhmenu_uselesslinks = jQuery('#user_info p').html();
10
+ ozhmenu_uselesslinks = ozhmenu_uselesslinks.replace(/<span id="gears-menu"><a href="tools.php">Turbo<\/a><\/span> \|/i, ''); // remove Turbo link
11
+ jQuery('#user_info p').html(ozhmenu_uselesslinks);
12
+ jQuery('#user_info').css('z-index','81');
13
+ // jQueryfication of the Son of Suckerfish Drop Down Menu for MSIE6 (die die die)
14
+ // Original at: http://www.htmldog.com/articles/suckerfish/dropdowns/
15
+ if (jQuery.browser.msie && jQuery.browser.version < 7) {
16
+ jQuery('#ozhmenu li.ozhmenu_toplevel').each(function() {
17
+ jQuery(this).mouseover(function(){
18
+ jQuery(this).addClass('ozhmenu_over');
19
+ if (jQuery.browser.msie) {ozhmenu_hide_selects(true);}
20
+ }).mouseout(function(){
21
+ jQuery(this).removeClass('ozhmenu_over');
22
+ if (jQuery.browser.msie) {ozhmenu_hide_selects(false);}
23
+ });
24
+ });
25
+ }
26
+ // Function to hide <select> elements (display bug with MSIE)
27
+ function ozhmenu_hide_selects(hide) {
28
+ var hidden = (hide) ? 'hidden' : 'visible';
29
+ jQuery('select').css('visibility',hidden);
30
+ }
31
+
32
+ // Dynamically float submenu elements if there are too many
33
+ var menuresize = {};
34
+ jQuery('.ozhmenu_toplevel span').mouseover(
35
+ function(){
36
+ var target = jQuery(this).parent().parent().attr('id');
37
+ if (!target || menuresize[target]) return; // we've hovered a speech bubble, or we've already reworked this menu
38
+ var menulength = jQuery('#'+target+' ul li').length;
39
+ if (menulength > oam_toomanypluygins) {
40
+ var maxw = 0;
41
+ // float every item to the left and get the biggest size
42
+ jQuery('#'+target+' ul li').each(function(){
43
+ jQuery(this).css('float', 'left');
44
+ maxw = Math.max(parseInt(jQuery(this).css('width')), maxw);
45
+ });
46
+ // Resize the whole submenu
47
+ if (maxw) {
48
+ var cols = parseInt(menulength / oam_toomanypluygins)+1;
49
+ jQuery('#'+target+' ul li').each(function(){
50
+ jQuery(this).css('width', maxw+'px');
51
+ });
52
+ // Give the submenu a width = (max item width)*number of columns + 20px between each column
53
+ jQuery('#'+target+' ul').css('width', ( cols*maxw + (20*(cols-1)) )+'px');
54
+ }
55
+ }
56
+ menuresize[target] = true;
57
+ }
58
+ );
59
+
60
+ // #screen-meta move under our menu
61
+ jQuery('#ozhmenu_wrap').after(jQuery('#screen-meta').clone(true).attr('id', 'screen-meta-ozhmenucopy')); // copy after menu and name it screen-meta-ozhmenucopy
62
+ jQuery('#screen-meta').remove(); // delete original
63
+ jQuery('#screen-meta-ozhmenucopy').attr('id', 'screen-meta').css('display','block'); // rename & show
64
+ /**/
65
+
66
+ // WPMU : behavior for the "All my blogs" link
67
+ jQuery( function($) {
68
+ var form = $( '#all-my-blogs' ).submit( function() { document.location = form.find( 'select' ).val(); return false;} );
69
+ var tab = $('#all-my-blogs-tab a');
70
+ var head = $('#wphead');
71
+ $('.blog-picker-toggle').click( function() {
72
+ form.toggle();
73
+ tab.toggleClass( 'current' );
74
+ return false;
75
+ });
76
+ } );
77
+ }
78
+ })
inc/core.php ADDED
@@ -0,0 +1,433 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /*
3
+ Part of Plugin: Ozh' Admin Drop Down Menu
4
+ http://planetozh.com/blog/my-projects/wordpress-admin-menu-drop-down-css/
5
+ */
6
+
7
+ // The main function that hacks the original menu and display ours instead. Triggered in the _init function by the admin_notice hook.
8
+ function wp_ozh_adminmenu () {
9
+ global $menu, $submenu, $self, $parent_file, $submenu_file, $plugin_page, $pagenow, $wp_ozh_adminmenu;
10
+
11
+ // echo "<pre>";print_r($menu);print_r($submenu);echo "</pre>";
12
+
13
+ // Plugins: hack $menu & $submenu before I butcher them
14
+ $menu = apply_filters( 'pre_ozh_adminmenu_menu', $menu );
15
+ $submenu = apply_filters( 'pre_ozh_adminmenu_submenu', $submenu );
16
+
17
+ $ozh_menu = '<div id="ozhmenu_wrap"><ul id="ozhmenu">';
18
+
19
+ // Plugins: hack $ozh_menu before I start adding stuff to it
20
+ $ozh_menu = apply_filters( 'pre_ozh_adminmenu_ozh_menu', $ozh_menu );
21
+
22
+ if ($wp_ozh_adminmenu['minimode'])
23
+ $ozh_menu .= '<li id="oam_bloglink" class="ozhmenu_toplevel">'.wp_ozh_adminmenu_blogtitle().'</li>';
24
+
25
+ $first = true;
26
+ // 0 = name, 1 = capability, 2 = file, 3 = class, 4 = id, 5 = icon src
27
+ foreach ( $_menu = $menu as $key => $item ) {
28
+ // Top level menu
29
+ if (strpos($item[4],'wp-menu-separator') !== false)
30
+ continue;
31
+
32
+ $admin_is_parent = false;
33
+ $class = array();
34
+ if ( $first ) {
35
+ $class[] = 'wp-first-item';
36
+ $first = false;
37
+ }
38
+ if ( !empty($submenu[$item[2]]) )
39
+ $class[] = 'wp-has-submenu';
40
+
41
+ if ( ( $parent_file && $item[2] == $parent_file ) || strcmp($self, $item[2]) == 0 ) {
42
+ if ( !empty($submenu[$item[2]]) )
43
+ $class[] = 'wp-has-current-submenu current wp-menu-open';
44
+ else
45
+ $class[] = 'current';
46
+ }
47
+
48
+ if ( isset($item[4]) && ! empty($item[4]) )
49
+ $class[] = $item[4];
50
+
51
+ $class = $class ? ' class="' . join( ' ', $class ) . '"' : '';
52
+ $id = isset($item[5]) && ! empty($item[5]) ? 'oam_' . $item[5] : '';
53
+ $anchor = $item[0];
54
+ if ($wp_ozh_adminmenu['compact']) {
55
+ $compactstyle = 'inline';
56
+ $fullstyle = 'none';
57
+ } else {
58
+ $compactstyle = 'none';
59
+ $fullstyle = 'inline';
60
+ }
61
+
62
+ if ( $submenu_as_parent && !empty($submenu[$item[2]]) ) {
63
+ $submenu[$item[2]] = array_values($submenu[$item[2]]); // Re-index.
64
+ $menu_hook = get_plugin_page_hook($submenu[$item[2]][0][2], $item[2]);
65
+ if ( ( ('index.php' != $submenu[$item[2]][0][2]) && file_exists(WP_PLUGIN_DIR . "/{$submenu[$item[2]][0][2]}") ) || !empty($menu_hook)) {
66
+
67
+ $admin_is_parent = true;
68
+ $href = "admin.php?page={$submenu[$item[2]][0][2]}";
69
+ } else {
70
+ $href = $submenu[$item[2]][0][2];
71
+ }
72
+ } else if ( current_user_can($item[1]) ) {
73
+ $menu_hook = get_plugin_page_hook($item[2], 'admin.php');
74
+ if ( ('index.php' != $item[2]) && file_exists(WP_PLUGIN_DIR . "/{$item[2]}") || !empty($menu_hook) ) {
75
+ $admin_is_parent = true;
76
+ $href = "admin.php?page={$item[2]}";
77
+ } else {
78
+ $href = $item[2];
79
+ }
80
+ }
81
+
82
+ $imgstyle = ($wp_ozh_adminmenu['wpicons']) ? '' : 'style="display:none"';
83
+ $img = '';
84
+ if ( isset($item[6]) && ! empty($item[6]) ) {
85
+ if ( 'div' === $item[6] )
86
+ $img = '<div '.$imgstyle.' class="wp-menu-image"><br /></div>';
87
+ else
88
+ $img = '<img '.$imgstyle.' class="wp-menu-image" src="' . $item[6] . '" alt="" />';
89
+ }
90
+
91
+
92
+ if ($wp_ozh_adminmenu['toplinks']) {
93
+ $href = "href='$href'";
94
+ } else {
95
+ $href = ( !empty($submenu[$item[2]]) )? '' : "href='$href'" ;
96
+ }
97
+
98
+
99
+ $ozh_menu .= "\t<li class='ozhmenu_toplevel' id='$id'><a $href $class>{$img}<span class='compact' style='display:$compactstyle'>&nbsp;</span><span class='full' style='display:$fullstyle'>$anchor</span></a>";
100
+
101
+ // Sub level menus
102
+ if ( !empty($submenu[$item[2]]) ) {
103
+ $ozh_menu .= "\n\t\t<ul$ulclass><li class='toplevel_label'>$anchor</li>\n";
104
+ $first = true;
105
+ foreach ( $submenu[$item[2]] as $sub_key => $sub_item ) {
106
+ if ( !current_user_can($sub_item[1]) )
107
+ continue;
108
+
109
+ $class = array();
110
+ if ( $first ) {
111
+ $class[] = 'wp-first-item';
112
+ $first = false;
113
+ }
114
+ if ( isset($submenu_file) ) {
115
+ if ( $submenu_file == $sub_item[2] )
116
+ $class[] = 'current';
117
+ // If plugin_page is set the parent must either match the current page or not physically exist.
118
+ // This allows plugin pages with the same hook to exist under different parents.
119
+ } else if ( (isset($plugin_page) && $plugin_page == $sub_item[2] && (!file_exists($item[2]) || ($item[2] == $self))) || (!isset($plugin_page) && $self == $sub_item[2]) ) {
120
+ $class[] = 'current';
121
+ }
122
+
123
+ $subclass = $class ? ' class="' . join( ' ', $class ) . '"' : '';
124
+
125
+ $menu_hook = get_plugin_page_hook($sub_item[2], $item[2]);
126
+
127
+ if ( ( ('index.php' != $sub_item[2]) && file_exists(WP_PLUGIN_DIR . "/{$sub_item[2]}") ) || ! empty($menu_hook) ) {
128
+ // If admin.php is the current page or if the parent exists as a file in the plugins or admin dir
129
+ $parent_exists = (!$admin_is_parent && file_exists(WP_PLUGIN_DIR . "/{$item[2]}") && !is_dir(WP_PLUGIN_DIR . "/{$item[2]}") ) || file_exists($item[2]);
130
+ if ( $parent_exists )
131
+ $suburl = "{$item[2]}?page={$sub_item[2]}";
132
+ elseif ( 'admin.php' == $pagenow || !$parent_exists )
133
+ $suburl = "admin.php?page={$sub_item[2]}";
134
+ else
135
+ $suburl = "{$item[2]}?page={$sub_item[2]}";
136
+
137
+ // Get icons?
138
+ if ($wp_ozh_adminmenu['icons']) {
139
+ $plugin_icon = apply_filters('ozh_adminmenu_icon', $sub_item[2]);
140
+ $plugin_icon = apply_filters('ozh_adminmenu_icon_'.$sub_item[2], $sub_item[2]);
141
+ if ($plugin_icon != $sub_item[2]) {
142
+ // we have an icon: no default plugin class & we store the icon location
143
+ $plugin_icons[wp_ozh_adminmenu_sanitize_id($sub_item[2])] = $plugin_icon;
144
+ $icon = '';
145
+ } else {
146
+ // no icon: default plugin class
147
+ $icon = 'oam_plugin';
148
+ }
149
+ }
150
+ } else {
151
+ $suburl = $sub_item[2];
152
+ }
153
+
154
+ // Custom logout menu?
155
+ if ($sub_item[2] == 'ozh_admin_menu_logout')
156
+ $suburl = wp_logout_url();
157
+
158
+ $subid = 'oamsub_'.wp_ozh_adminmenu_sanitize_id($sub_item[2]);
159
+ $subanchor = strip_tags($sub_item[0]);
160
+
161
+ $ozh_menu .= "\t\t\t<li class='ozhmenu_sublevel $icon' id='$subid'><a href='$suburl'$subclass>$subanchor</a></li>\n";
162
+ }
163
+
164
+ $ozh_menu .= "</ul>";
165
+ }
166
+ $ozh_menu .= "</li>";
167
+ }
168
+
169
+ $ozh_menu .= "</ul></div>";
170
+
171
+ // Plugins: hack $ozh_menu now it's complete
172
+ $ozh_menu = apply_filters( 'post_ozh_adminmenu_ozh_menu', $ozh_menu );
173
+
174
+ if ($plugin_icons) {
175
+ global $text_direction;
176
+ $align = ($text_direction == 'rtl' ? 'right' : 'left');
177
+ echo "\n".'<style type="text/css">'."\n";
178
+ foreach($plugin_icons as $hook=>$icon) {
179
+ $hook = plugin_basename($hook);
180
+ //echo "#oamsub_$hook a {background-image:url($icon);}\n";
181
+ echo "#oamsub_$hook a {background:url($icon) center $align no-repeat;}\n";
182
+ }
183
+ echo "</style>\n";
184
+ }
185
+
186
+ echo $ozh_menu;
187
+ }
188
+
189
+ function wp_ozh_adminmenu_blogtitle() {
190
+ $blogname = get_bloginfo('name', 'display');
191
+ if ( '' == $blogname )
192
+ $blogname = '&nbsp;';
193
+ $title_class = '';
194
+ if ( function_exists('mb_strlen') ) {
195
+ if ( mb_strlen($blogname, 'UTF-8') > 30 )
196
+ $title_class = 'class="long-title"';
197
+ } else {
198
+ if ( strlen($blogname) > 30 )
199
+ $title_class = 'class="long-title"';
200
+ }
201
+ $url = trailingslashit( get_bloginfo('url') );
202
+
203
+ return "<a $title_class href='$url' title='".__('Visit site')."'>$blogname &raquo;</a>";
204
+ }
205
+
206
+
207
+ function wp_ozh_adminmenu_sanitize_id($url) {
208
+ $url = preg_replace('/(&|&amp;|&#038;)?_wpnonce=([^&]+)/', '', $url);
209
+ return str_replace(array('.php','.','/','?','='),array('','_','_','_','_'),$url);
210
+ }
211
+
212
+
213
+ function wp_ozh_adminmenu_js() {
214
+ global $wp_ozh_adminmenu;
215
+
216
+ $toomanyplugins = $wp_ozh_adminmenu['too_many_plugins'];
217
+ if( empty($toomanyplugins) ) {
218
+ $defaults = wp_ozh_adminmenu_defaults();
219
+ $toomanyplugins = $defaults['too_many_plugins'];
220
+ unset( $defaults );
221
+ }
222
+ $plugin_url = wp_ozh_adminmenu_pluginurl();
223
+ $insert_main_js = '<script src="'.$plugin_url.'inc/js/adminmenu.js" type="text/javascript"></script>';
224
+
225
+ echo <<<JS
226
+ <script type="text/javascript"><!--//--><![CDATA[//><!--
227
+ var oam_toomanypluygins = $toomanyplugins;
228
+ var oam_adminmenu = false;
229
+ jQuery(document).ready(function() {
230
+ // Do we need to init everything ?
231
+ var ozhmenu_uselesslinks = jQuery('#user_info p').html();
232
+ if (ozhmenu_uselesslinks) {
233
+ oam_adminmenu = true;
234
+ }
235
+ })
236
+ //--><!]]></script>
237
+ $insert_main_js
238
+ JS;
239
+
240
+ }
241
+
242
+
243
+ function wp_ozh_adminmenu_css() {
244
+ global $wp_ozh_adminmenu, $pagenow, $text_direction;
245
+
246
+ // $submenu = ($wp_ozh_adminmenu['display_submenu'] or ($pagenow == "media-upload.php") ) ? 1 : 0;
247
+ // Making links relative so they're more readable and shorter in the query string (also made relative in the .css.php)
248
+ $plugin = wp_ozh_adminmenu_pluginurl().'inc/';
249
+ // query vars
250
+ $query = array(
251
+ 'p' => wp_make_link_relative($plugin),
252
+ 'a' => wp_make_link_relative( get_admin_url() ),
253
+ 'i' => $wp_ozh_adminmenu['icons'],
254
+ 'w' => $wp_ozh_adminmenu['wpicons'],
255
+ 'm' => $wp_ozh_adminmenu['minimode'],
256
+ 'c' => $wp_ozh_adminmenu['compact'],
257
+ 'h' => $wp_ozh_adminmenu['hidebubble'],
258
+ 'f' => $wp_ozh_adminmenu['displayfav'],
259
+ 'g' => $wp_ozh_adminmenu['grad'], // menu color
260
+ 'n' => $wp_ozh_adminmenu['nograd'], // disable gradient bg
261
+ 'd' => ($text_direction == 'rtl' ? 'right' : 'left'), // right-to-left locale?
262
+ );
263
+ $query = http_build_query($query);
264
+
265
+ echo "<link rel='stylesheet' href='{$plugin}adminmenu.css.php?$query' type='text/css' media='all' />\n";
266
+ }
267
+
268
+
269
+ function wp_ozh_adminmenu_head() {
270
+ wp_ozh_adminmenu_css();
271
+ wp_ozh_adminmenu_js();
272
+ }
273
+
274
+ // Set defaults
275
+ function wp_ozh_adminmenu_defaults() {
276
+ return array(
277
+ 'grad' => '#676768',
278
+ 'nograd' => 0,
279
+ 'displayfav' => 1,
280
+ 'compact' => 0,
281
+ 'minimode' => 0,
282
+ 'hidebubble' => 0,
283
+ 'too_many_plugins' => 30,
284
+ 'toplinks' => 1,
285
+ 'icons' => 1,
286
+ 'wpicons' => 1,
287
+ );
288
+ }
289
+
290
+
291
+ // Read plugin options or set default values
292
+ function wp_ozh_adminmenu_init() {
293
+ global $wp_ozh_adminmenu, $plugin_page;
294
+
295
+ if ($plugin_page == 'ozh_admin_menu')
296
+ wp_ozh_adminmenu_load_page();
297
+
298
+ if (isset($_POST['ozh_adminmenu']) && ($_POST['ozh_adminmenu'] == 1) )
299
+ wp_ozh_adminmenu_processform();
300
+
301
+ $defaults = wp_ozh_adminmenu_defaults();
302
+
303
+ if (!count($wp_ozh_adminmenu)) {
304
+ $wp_ozh_adminmenu = (array)get_option('ozh_adminmenu');
305
+ unset($wp_ozh_adminmenu[0]);
306
+ }
307
+
308
+ $wp_ozh_adminmenu = array_merge($defaults, $wp_ozh_adminmenu);
309
+ // Cannot have wpicons == 0 && compact == 1
310
+ if ($wp_ozh_adminmenu['compact'] == 1)
311
+ $wp_ozh_adminmenu['wpicons'] = 1;
312
+ // upon Fluency activation+deactivation, too_many_plugins can be 0, let's fix this
313
+ if (!$wp_ozh_adminmenu['too_many_plugins']) $wp_ozh_adminmenu['too_many_plugins'] = 30;
314
+
315
+ // On minimode, add a Logout link to the Users menu
316
+ if ($wp_ozh_adminmenu['minimode'])
317
+ add_users_page(__('Log Out'), __('Log Out'), 1, 'ozh_admin_menu_logout');
318
+ }
319
+
320
+ // Stuff to do when loading the admin plugin page
321
+ function wp_ozh_adminmenu_load_page() {
322
+ wp_ozh_adminmenu_load_text_domain();
323
+ }
324
+
325
+
326
+ // Hooked into 'ozh_adminmenu_icon', this function give this plugin its own icon
327
+ function wp_ozh_adminmenu_customicon($in) {
328
+ return wp_ozh_adminmenu_pluginurl().'inc/images/ozh.png';
329
+ }
330
+
331
+
332
+ // Add option page, hook Farbtastic in
333
+ function wp_ozh_adminmenu_add_page() {
334
+ $page = add_options_page('Admin Drop Down Menu', 'Admin Menu', 'manage_options', 'ozh_admin_menu', 'wp_ozh_adminmenu_options_page_includes');
335
+ add_action('admin_print_scripts-' . $page, 'wp_ozh_adminmenu_add_farbtastic');
336
+ add_action('admin_print_styles-' . $page, 'wp_ozh_adminmenu_add_farbtastic');
337
+ }
338
+
339
+ // Actually add Farbtastic
340
+ function wp_ozh_adminmenu_add_farbtastic() {
341
+ wp_enqueue_script('farbtastic');
342
+ wp_enqueue_style('farbtastic');
343
+ }
344
+
345
+
346
+ function wp_ozh_adminmenu_options_page_includes() {
347
+ require_once(dirname(__FILE__).'/options.php');
348
+ wp_ozh_adminmenu_options_page();
349
+ }
350
+
351
+ // Return plugin URL (SSL pref compliant) (trailing slash)
352
+ function wp_ozh_adminmenu_pluginurl() {
353
+ return plugin_dir_url( dirname(__FILE__) );
354
+ }
355
+
356
+
357
+ // Add the 'Settings' link to the plugin page
358
+ function wp_ozh_adminmenu_plugin_actions($links) {
359
+ $links[] = "<a href='options-general.php?page=ozh_admin_menu'><b>Settings</b></a>";
360
+ return $links;
361
+ }
362
+
363
+
364
+ // Translation wrapper
365
+ function wp_ozh_adminmenu__($string) {
366
+ // return "<span style='color:red;background:yellow'>$string</span>"; // The debugging stuff so I'm sure I didnt miss any of the translatable string
367
+ return __($string, 'adminmenu');
368
+ }
369
+
370
+
371
+ // Load translation file if any
372
+ function wp_ozh_adminmenu_load_text_domain() {
373
+ $locale = get_locale();
374
+ $mofile = WP_PLUGIN_DIR.'/'.plugin_basename(dirname(__FILE__)).'/translations/adminmenu' . '-' . $locale . '.mo';
375
+ load_textdomain('adminmenu', $mofile);
376
+ }
377
+
378
+
379
+ function wp_ozh_adminmenu_footer() {
380
+ echo <<<HTML
381
+ Thank you for using <a href="http://planetozh.com/blog/my-projects/wordpress-admin-menu-drop-down-css/">Admin Drop Down Menu</a>, a wonderful plugin by <a href="http://planetozh.com/blog/">Ozh</a><br/>
382
+ HTML;
383
+ }
384
+
385
+
386
+ // Process $_POST
387
+ function wp_ozh_adminmenu_processform() {
388
+
389
+ global $wp_ozh_adminmenu;
390
+
391
+ check_admin_referer('ozh-adminmenu');
392
+
393
+ // Debug:
394
+ // echo "<pre>";echo htmlentities(print_r($_POST,true));echo "</pre>";
395
+
396
+ switch ($_POST['action']) {
397
+ case 'update_options':
398
+
399
+ $defaults = wp_ozh_adminmenu_defaults();
400
+
401
+ foreach ($_POST as $k=>$v) {
402
+ $k = str_replace('oam_','',$k);
403
+ if (array_key_exists($k, $defaults)) {
404
+ $options[$k] = attribute_escape($v);
405
+ }
406
+ }
407
+
408
+ if (!update_option('ozh_adminmenu', $options))
409
+ add_option('ozh_adminmenu', $options);
410
+
411
+ $wp_ozh_adminmenu = array_merge( (array)$wp_ozh_adminmenu, $options );
412
+
413
+ $msg = wp_ozh_adminmenu__("updated");
414
+ break;
415
+
416
+ case 'reset_options':
417
+ delete_option('ozh_adminmenu');
418
+ $msg = wp_ozh_adminmenu__("deleted");
419
+ break;
420
+ }
421
+
422
+ $message = '<div id="message" class="updated fade">';
423
+ $message .= '<p>'.sprintf(wp_ozh_adminmenu__('Admin Drop Down Menu settings <strong>%s</strong>'), $msg)."</p>\n";
424
+ $message .= "</div>\n";
425
+
426
+ add_action('admin_notices', create_function( '', "echo '$message';" ) );
427
+ }
428
+
429
+
430
+
431
+
432
+
433
+ ?>
inc/icons.php ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /*
3
+ Part of Plugin: Ozh' Admin Drop Down Menu
4
+ http://planetozh.com/blog/my-projects/wordpress-admin-menu-drop-down-css/
5
+ */
6
+
7
+ $wp_ozh_adminmenu['icon_names'] = array(
8
+ /* Super Admin */
9
+ 'ms-admin.php' => 'tux',
10
+ 'ms-sites.php' => 'world_link',
11
+ 'ms-users.php' => 'user_go',
12
+ 'ms-themes.php' => 'layers',
13
+ 'ms-options.php' => 'computer_edit',
14
+ 'ms-upgrade-network.php' => 'lightning_go',
15
+ /* Dashboard */
16
+ 'index.php' => 'application_view_tile',
17
+ 'my-sites.php' => 'world',
18
+ 'update-core' => 'wordpress_icon',
19
+ 'akismet-stats-display' => 'comment_delete', // Akismet
20
+ /* Posts */
21
+ 'edit.php' => 'pencil',
22
+ 'post-new.php' => 'page_white_edit',
23
+ 'edit-tags.php' => 'tag_blue_edit',
24
+ 'edit-tags.php?taxonomy=category' => 'tag_red',
25
+ 'edit-tags.php?taxonomy=post_tag' => 'tag_blue_edit',
26
+ /* Media */
27
+ 'upload.php' => 'image',
28
+ 'media-new.php' => 'image_add',
29
+ /* Links */
30
+ 'link-manager.php' => 'link',
31
+ 'link-add.php' => 'link_add',
32
+ 'edit-link-categories.php' => 'link_edit',
33
+ /* Pages */
34
+ 'edit.php?post_type=page' => 'page_edit',
35
+ 'post-new.php?post_type=page' => 'page_edit',
36
+ /* Comments */
37
+ 'edit-comments.php' => 'comment',
38
+ /* Appearance */
39
+ 'themes.php' => 'layout',
40
+ 'widgets.php' => 'layout_content',
41
+ 'theme-install.php' => 'layout_add',
42
+ 'nav-menus.php' => 'layout_header',
43
+ 'theme-editor.php' => 'layout_edit',
44
+ 'custom-background' => 'layout_edit', // Twenty Ten
45
+ 'custom-header' => 'layout_edit', // Twenty Ten
46
+ 'functions.php' => 'layout_edit', // Old themes
47
+ /* Plugins */
48
+ 'plugins.php' => 'plugin',
49
+ 'plugin-install.php' => 'plugin_add',
50
+ 'plugin-editor.php' => 'plugin_edit',
51
+ 'akismet-key-config' => 'comment_delete', // Akismet
52
+ /* Users */
53
+ 'options-misc.php' => 'wrench_orange',
54
+ 'users.php' => 'group',
55
+ 'user-new.php' => 'user_add',
56
+ 'profile.php' => 'user',
57
+ 'ozh_admin_menu_logout' => 'cancel',
58
+ /* Tools */
59
+ 'tools.php' => 'application_lightning',
60
+ 'import.php' => 'door_in',
61
+ 'export.php' => 'door_out',
62
+ 'network.php' => 'world_edit',
63
+ 'ms-delete-site' => 'world_delete',
64
+ /* Settings */
65
+ 'options-general.php' => 'wrench',
66
+ 'options-writing.php' => 'page_white_wrench',
67
+ 'options-reading.php' => 'book_open',
68
+ 'options-discussion.php' => 'comment_edit',
69
+ 'options-media.php' => 'image_options',
70
+ 'options-privacy.php' => 'eye',
71
+ 'options-permalink.php' => 'link_edit',
72
+ );
73
+
74
+ ?>
inc/images/application_lightning.png ADDED
Binary file
inc/images/application_view_tile.png ADDED
Binary file
inc/images/book_open.png ADDED
Binary file
inc/images/cancel.png ADDED
Binary file
inc/images/cog.png ADDED
Binary file
inc/images/color_wheel.png ADDED
Binary file
inc/images/comment-stalk-fresh.gif ADDED
Binary file
inc/images/comment-stalk-rtl.gif ADDED
Binary file
inc/images/comment.png ADDED
Binary file
inc/images/comment_delete.png ADDED
Binary file
inc/images/comment_edit.png ADDED
Binary file
inc/images/computer_edit.png ADDED
Binary file
inc/images/door_in.png ADDED
Binary file
inc/images/door_out.png ADDED
Binary file
inc/images/eye.png ADDED
Binary file
inc/images/grad-trans.png ADDED
Binary file
inc/images/group.png ADDED
Binary file
inc/images/image.png ADDED
Binary file
inc/images/image_add.png ADDED
Binary file
inc/images/image_options.png ADDED
Binary file
inc/images/layers.png ADDED
Binary file
inc/images/layout.png ADDED
Binary file
inc/images/layout_add.png ADDED
Binary file
inc/images/layout_content.png ADDED
Binary file
inc/images/layout_edit.png ADDED
Binary file
inc/images/layout_header.png ADDED
Binary file
inc/images/lightning_go.png ADDED
Binary file
inc/images/link.png ADDED
Binary file
inc/images/link_add.png ADDED
Binary file
inc/images/link_edit.png ADDED
Binary file
inc/images/menu.png ADDED
Binary file
inc/images/ozh.png ADDED
Binary file
inc/images/page_edit.png ADDED
Binary file
inc/images/page_white_edit.png ADDED
Binary file
inc/images/page_white_wrench.png ADDED
Binary file
inc/images/pencil.png ADDED
Binary file
inc/images/plugin.png ADDED
Binary file
inc/images/plugin_add.png ADDED
Binary file
inc/images/plugin_edit.png ADDED
Binary file
inc/images/plugin_misc.png ADDED
Binary file
inc/images/tag_blue.png ADDED
Binary file
inc/images/tag_blue_edit.png ADDED
Binary file
inc/images/tag_red.png ADDED
Binary file
inc/images/turbo.png ADDED
Binary file
inc/images/tux.png ADDED
Binary file
inc/images/user.png ADDED
Binary file
inc/images/user_add.png ADDED
Binary file
inc/images/user_go.png ADDED
Binary file
inc/images/wordpress_icon.png ADDED
Binary file
inc/images/world.png ADDED
Binary file
inc/images/world_delete.png ADDED
Binary file
inc/images/world_edit.png ADDED
Binary file
inc/images/world_link.png ADDED
Binary file
inc/images/wrench.png ADDED
Binary file
inc/images/wrench_orange.png ADDED
Binary file
inc/js/adminmenu.js ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ Part of Plugin: Ozh' Admin Drop Down Menu
3
+ http://planetozh.com/blog/my-projects/wordpress-admin-menu-drop-down-css/
4
+ */
5
+
6
+ jQuery(document).ready(function() {
7
+ if (oam_adminmenu) {
8
+ // Remove unnecessary links in the top right corner
9
+ jQuery('#user_info').css('z-index','81');
10
+ // jQueryfication of the Son of Suckerfish Drop Down Menu for MSIE6 (die die die)
11
+ // Original at: http://www.htmldog.com/articles/suckerfish/dropdowns/
12
+ if (jQuery.browser.msie && jQuery.browser.version < 7) {
13
+ jQuery('#ozhmenu li.ozhmenu_toplevel').each(function() {
14
+ jQuery(this).mouseover(function(){
15
+ jQuery(this).addClass('ozhmenu_over');
16
+ if (jQuery.browser.msie) {ozhmenu_hide_selects(true);}
17
+ }).mouseout(function(){
18
+ jQuery(this).removeClass('ozhmenu_over');
19
+ if (jQuery.browser.msie) {ozhmenu_hide_selects(false);}
20
+ });
21
+ });
22
+ }
23
+ // Function to hide <select> elements (display bug with MSIE)
24
+ function ozhmenu_hide_selects(hide) {
25
+ var hidden = (hide) ? 'hidden' : 'visible';
26
+ jQuery('select').css('visibility',hidden);
27
+ }
28
+
29
+ // Dynamically float submenu elements if there are too many
30
+ var menuresize = {};
31
+ jQuery('.ozhmenu_toplevel span').mouseenter(
32
+ function(){
33
+ var target = jQuery(this).parent().parent().attr('id');
34
+ if (!target || menuresize[target]) return; // we've hovered a speech bubble, or we've already reworked this menu
35
+ // Make sure submenu is at least as wide as parent menu
36
+ var parentwidth = parseInt( jQuery('#'+target ).css('width') );
37
+ jQuery('#'+target+' ul').css('min-width', parentwidth+'px');
38
+ // Now check if we need to split in columns
39
+ var menulength = jQuery('#'+target+' ul li').length;
40
+ if (menulength > oam_toomanypluygins) {
41
+ var maxw = 0;
42
+ // float every item to the left and get the biggest size
43
+ jQuery('#'+target+' ul li').each(function(){
44
+ var width = parseInt(jQuery(this).css('width')) || '180';
45
+ maxw = Math.max( width, maxw );
46
+ jQuery(this).css('float', 'left');
47
+ });
48
+ // Resize the whole submenu
49
+ if (maxw) {
50
+ var cols = parseInt(menulength / oam_toomanypluygins)+1;
51
+ jQuery('#'+target+' ul li').each(function(){
52
+ jQuery(this).css('width', maxw+'px');
53
+ });
54
+ // Give the submenu a width = (max item width)*number of columns + 5px between each column
55
+ jQuery('#'+target+' ul').css('width', ( cols*maxw + (5*(cols-1)) )+'px');
56
+ }
57
+ // Make sure if doesn't go off screen
58
+ var offset = parseInt(jQuery('#'+target+' ul').position().left);
59
+ var width = parseInt(jQuery('#'+target+' ul').css('width'));
60
+ var wind = parseInt(jQuery(window).width());
61
+ if( parseInt(offset+width) > wind ) {
62
+ jQuery('#'+target+' ul').css('right', '10px');
63
+ }
64
+
65
+ }
66
+ menuresize[target] = true;
67
+ }
68
+ );
69
+
70
+ // #screen-meta move under our menu
71
+ jQuery('#ozhmenu_wrap').after(jQuery('#screen-meta').clone(true).attr('id', 'screen-meta-ozhmenucopy')); // copy after menu and name it screen-meta-ozhmenucopy
72
+ jQuery('#screen-meta').remove(); // delete original
73
+ jQuery('#screen-meta-ozhmenucopy').attr('id', 'screen-meta').css('display','block'); // rename & show
74
+ /**/
75
+ }
76
+ })
inc/options.php ADDED
@@ -0,0 +1,285 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /*
3
+ Part of Plugin: Ozh' Admin Drop Down Menu
4
+ http://planetozh.com/blog/my-projects/wordpress-admin-menu-drop-down-css/
5
+ */
6
+
7
+ global $wp_ozh_adminmenu;
8
+
9
+ function wp_ozh_adminmenu_checkbox($chk) {
10
+ global $wp_ozh_adminmenu;
11
+ $checked = ($wp_ozh_adminmenu[$chk] == 1) ? 'checked="checked"' : '' ;
12
+ echo <<<CHK
13
+ </label><input type="hidden" value="0" name="oam_$chk"/><label><input type="checkbox" id="oam_check_$chk" $checked name="oam_$chk" value="1">
14
+ CHK;
15
+
16
+ }
17
+
18
+ function wp_ozh_adminmenu_options_page() {
19
+ global $wp_ozh_adminmenu, $text_direction;
20
+
21
+ /**
22
+ echo "<pre>".wp_ozh_adminmenu_sanitize(print_r($_POST,true))."</pre>";
23
+ echo "<pre>".wp_ozh_adminmenu_sanitize(print_r($wp_ozh_adminmenu,true))."</pre>";
24
+ /**/
25
+
26
+ $too_many_plugins = intval($wp_ozh_adminmenu['too_many_plugins']);
27
+ $grad = $wp_ozh_adminmenu['grad'];
28
+ $align = ($text_direction == 'rtl' ? 'right' : 'left');
29
+
30
+ echo '
31
+ <style type="text/css">
32
+ .wrap {margin-bottom:2em}
33
+ .wrap ul {list-style-type:disc;padding-'.$align.':3em;}
34
+ input {border:0}
35
+ #oam_cp_wrap {overflow:hidden;}
36
+ #oam_cp_toggle {vertical-align:-2px;cursor:pointer}
37
+ .oam_cp_preset {cursor:pointer;float:'.$align.';width:30px;height:30px;-moz-border-radius:30px;-webkit-border-radius:30px;margin:4px 5px 2px 5px;}
38
+ #oam_colorpicker {float:'.$align.';}
39
+
40
+ </style>
41
+ <div class="wrap">
42
+ <div class="icon32" id="icon-options-general"><br/></div><h2>Admin Drop Down Menu</h2>
43
+ <form method="post" action="">
44
+ ';
45
+ wp_nonce_field('ozh-adminmenu');
46
+ ?>
47
+ <h3><?php echo wp_ozh_adminmenu__('Icons and Colors'); ?></h3>
48
+ <table class="form-table"><tbody>
49
+ <input type="hidden" name="ozh_adminmenu" value="1"/>
50
+ <input type="hidden" name="action" value="update_options">
51
+
52
+ <tr><th scope="row"><?php echo wp_ozh_adminmenu__('Top Level Icons'); ?></th>
53
+ <td><label><?php wp_ozh_adminmenu_checkbox('wpicons'); ?> <?php echo wp_ozh_adminmenu__('Display original menu icons in top level links');?></label><br/>
54
+ <?php printf(wp_ozh_adminmenu__('Checking this enables Compact Mode &darr;')); ?>
55
+ </td></tr>
56
+
57
+ <tr id="oam_compact_row" <?php echo ($wp_ozh_adminmenu['wpicons'] ? '' : 'style="display:none"') ?>><th scope="row"><?php echo wp_ozh_adminmenu__('Compact Mode'); ?></th>
58
+ <td><label><?php wp_ozh_adminmenu_checkbox('compact'); ?> <?php echo wp_ozh_adminmenu__('Shrink top level links down to their icons');?></label><br/>
59
+ <?php printf(wp_ozh_adminmenu__('That was a cool WordPress feature, so I stole it :)')); ?>
60
+ </td></tr>
61
+
62
+ <tr><th scope="row"><?php echo wp_ozh_adminmenu__('Sublevel Icons'); ?></th>
63
+ <td><label><?php wp_ozh_adminmenu_checkbox('icons'); ?> <?php echo wp_ozh_adminmenu__('Display icons in drop down menus');?></label><br/>
64
+ <?php printf(wp_ozh_adminmenu__("They're so cute (and they're from %s)"),'<a href="http://www.famfamfam.com/">famfamfam</a>'); ?>
65
+ </td></tr>
66
+
67
+ <tr><th scope="row"><?php echo wp_ozh_adminmenu__('Color Scheme'); ?></th>
68
+ <td><input type="text" id="oam_grad" name="oam_grad" size="7" value="<?php echo $grad ?>" /><img id="oam_cp_toggle" src="<?php echo wp_ozh_adminmenu_pluginurl().'inc/images/'; ?>color_wheel.png" /> <label for="oam_grad"><?php printf(wp_ozh_adminmenu__("Pick a color for your menu bar, using the color wheel or one of the presets")); ?><br/>
69
+ <label><?php wp_ozh_adminmenu_checkbox('nograd'); ?> <?php echo wp_ozh_adminmenu__('No subtle gradient, just plain color.');?></label>
70
+ <div id="oam_cp_wrap">
71
+ <div id="oam_colorpicker" style="display:none"></div>
72
+ <?php
73
+ $colors = $wp_ozh_adminmenu['nograd'] ?
74
+ array(
75
+ // colors for solid menu
76
+ '#616161',
77
+ '#9a109d',
78
+ '#3838a3',
79
+ '#c91313',
80
+ '#057979',
81
+ '#078208',
82
+ '#023b79',
83
+ '#9c5654',
84
+ '#854700',
85
+ '#406a2f',
86
+ ) : array(
87
+ // colors for gradient menu
88
+ '#cad2da',
89
+ '#e61fea',
90
+ '#6969ce',
91
+ '#c91313',
92
+ '#057979',
93
+ '#078208',
94
+ '#676768',
95
+ '#81b7ee',
96
+ '#ee8c81',
97
+ '#eb8d19',
98
+ '#6cd440',
99
+ );
100
+ $bgurl = $wp_ozh_adminmenu['nograd'] ? '' : wp_ozh_adminmenu_pluginurl().'inc/images/grad-trans.png';
101
+ foreach ($colors as $color) {
102
+ echo '
103
+ <div class="oam_cp_preset" title="'.$color.'" style="background:'.$color.' url('.$bgurl.') repeat-x left top;"></div>
104
+ ';
105
+ } ?>
106
+ </div>
107
+
108
+ </td></tr>
109
+
110
+ </tbody></table>
111
+ <h3><?php echo wp_ozh_adminmenu__('Advanced Settings'); ?></h3>
112
+ <table class="form-table"><tbody>
113
+
114
+ <tr><th scope="row"><?php echo wp_ozh_adminmenu__('Minimal Mode'); ?></th>
115
+ <td><label><?php wp_ozh_adminmenu_checkbox('minimode'); ?> <?php echo wp_ozh_adminmenu__('Hide header'); ?></label><br/>
116
+ <?php echo wp_ozh_adminmenu__("Remove the whole header bar for maximum screen real estate. Note: The quick link to your blog will be added to the menu, the Logout link in the Users sub-menu."); ?>
117
+ </td></tr>
118
+
119
+ <tr id="oam_fav_row"><th scope="row"><?php echo wp_ozh_adminmenu__('Favorite Actions'); ?></th>
120
+ <td><label><?php wp_ozh_adminmenu_checkbox('displayfav'); ?> <?php echo wp_ozh_adminmenu__('Display Favorite Actions'); ?></label><br/>
121
+ <?php echo wp_ozh_adminmenu__("Just in case you realize you don't need this anymore with such a fast and usable menu."); ?>
122
+ </td></tr>
123
+
124
+ <tr><th scope="row"><?php echo wp_ozh_adminmenu__('Break Long Lists'); ?></th>
125
+ <td><label><?php printf(wp_ozh_adminmenu__('Break if more than %s menu entries'), "<input type=\"text\" value=\"$too_many_plugins\" size=\"2\" name=\"oam_too_many_plugins\">"); ?></label><br/>
126
+ <?php echo wp_ozh_adminmenu__('If a dropdown gets longer than this value, it will switch to horizontal mode so that it will hopefully fit in your screen (requires javascript)'); ?>
127
+ </td></tr>
128
+
129
+ <tr><th scope="row"><?php echo wp_ozh_adminmenu__('Top Links'); ?></th>
130
+ <td><label><?php wp_ozh_adminmenu_checkbox('toplinks'); ?> <?php echo wp_ozh_adminmenu__('Make top links clickable'); ?></label><br/>
131
+ <?php echo wp_ozh_adminmenu__('Uncheck this option to improve compatibility with browsers that cannot handle the "hover" event (<em>ie</em> most handheld devices)'); ?>
132
+ </td></tr>
133
+
134
+ <tr><th scope="row"><?php echo wp_ozh_adminmenu__('Hide "0" Bubbles'); ?></th>
135
+ <td><label><?php wp_ozh_adminmenu_checkbox('hidebubble'); ?> <?php echo wp_ozh_adminmenu__('Hide speech bubbles when no awaiting comments or outdated plugins'); ?></label><br/>
136
+ <?php echo wp_ozh_adminmenu__('Check if those tiny "0" speech bubble are too distracting for your taste'); ?>
137
+ </td></tr>
138
+
139
+ <tr><th scope="row"><?php echo wp_ozh_adminmenu__('Give Some &hearts;'); ?></th>
140
+ <td><?php printf(wp_ozh_adminmenu__('Do you like this plugin? Then <a href="%s">rate it 5 Stars</a> on the official Plugin Directory!'),'http://wordpress.org/extend/plugins/ozh-admin-drop-down-menu/'); ?><br/>
141
+ <?php printf(wp_ozh_adminmenu__('Do you DIG this plugin? Please <a href="%s">tweet about it</a>! (oh, and <a href="http://twitter.com/ozh">follow me</a> by the way&nbsp;:'),"http://twitter.com/?status=I%20love%20Ozh's%20Admin%20Drop%20Down%20Menu%20for%20WordPress%20http://ozh.in/kl"); ?>)<br/>
142
+ <?php printf(wp_ozh_adminmenu__('Do you <em>love</em> this plugin? Please <a href="%s">blog about it</a>! Tell your readers you like it so they will discover, try and hopefully like it too&nbsp;:)'),'post-new.php'); ?><br/>
143
+ <?php printf(wp_ozh_adminmenu__('Are you <span id="totallycrazy">crazy</span> about this plugin? <a href="%s">Paypal me a beer</a>! Every donation warms my heart and motivates me to release free stuff!'),'http://planetozh.com/exit/donate'); ?>
144
+ </td></tr>
145
+
146
+ </tbody></table>
147
+
148
+
149
+ <script type="text/javascript">
150
+ var wpicons = <?php echo $wp_ozh_adminmenu['wpicons']; ?>;
151
+
152
+ // Top level icons
153
+ jQuery('#oam_check_wpicons').click(function(){
154
+ oam_toggle_row('#oam_compact_row');
155
+ if (jQuery(this).attr('checked')) {
156
+ jQuery('#ozhmenu .ozhmenu_toplevel a.menu-top').css('padding', '0 5px 0 1px');
157
+ } else {
158
+ if (jQuery('#oam_check_compact').attr('checked')) {
159
+ jQuery('#oam_check_compact').click();
160
+ }
161
+ jQuery('#ozhmenu .ozhmenu_toplevel a.menu-top').css('padding', '0px 10px');
162
+ }
163
+ jQuery('li.ozhmenu_toplevel div.wp-menu-image, li.ozhmenu_toplevel img').toggle();
164
+ });
165
+
166
+ // Compact mode
167
+ jQuery('#oam_check_compact').click(function(){
168
+ jQuery('.ozhmenu_toplevel span.compact').toggle();
169
+ jQuery('.ozhmenu_toplevel span.full').toggle();
170
+ jQuery('.toplevel_label').toggle();
171
+ });
172
+
173
+ // Sublevel icons
174
+ // TODO
175
+
176
+ // Color picking
177
+ var f;
178
+ jQuery(document).ready(function(){
179
+ f = jQuery.farbtastic('#oam_colorpicker', function(){oam_gradient()});
180
+ f.linkTo(jQuery('#oam_grad')).setColor(jQuery('#oam_grad').val());
181
+ f.linkTo(function(col){oam_gradient(col)});
182
+ });
183
+ function oam_gradient(col) {
184
+ jQuery('#ozhmenu, #ozhmenu li.ozhmenu_over, #ozhmenu li .wp-has-current-submenu').css('backgroundColor', col);
185
+ f.linkTo(jQuery('#oam_grad')).setColor(col);
186
+ f.linkTo(function(col){oam_gradient(col)});
187
+ }
188
+ jQuery('#oam_cp_toggle').click(function(){
189
+ jQuery('#oam_colorpicker').toggle(300);
190
+ });
191
+ jQuery('.oam_cp_preset').click(function(){
192
+ oam_gradient(jQuery(this).attr('title'));
193
+ });
194
+
195
+
196
+
197
+ // Minimode
198
+ jQuery('#oam_check_minimode').click(function(){
199
+ jQuery('#wphead').slideToggle();
200
+ oam_toggle_row('#oam_fav_row');
201
+ });
202
+
203
+ // Display favs
204
+ jQuery('#oam_check_displayfav').click(function(){
205
+ jQuery('#favorite-actions').toggle(200);
206
+ });
207
+
208
+ // Hide bubbles
209
+ jQuery('#oam_check_hidebubble').click(function(){
210
+ var display = (jQuery(this).attr('checked')) ? 'none' : 'inline';
211
+ jQuery('li.ozhmenu_toplevel span.count-0').css('display', display);
212
+ });
213
+
214
+ /* functions */
215
+
216
+
217
+ // Row toggling on checkbox change
218
+ function oam_toggle_row(row) {
219
+ var row = jQuery(row);
220
+ if (row.css('display') == 'none') {
221
+ var bg = row.css('backgroundColor');
222
+ row.fadeIn(900);
223
+ } else {
224
+ row.fadeOut(600);
225
+ }
226
+ }
227
+
228
+ // Preset div styling
229
+ function oam_label_border(color) {
230
+ jQuery('.oam_label').css({'border':'0px','margin':'2px 10px 0 2px'});
231
+ jQuery('#oam_label_'+color).css({'border':'2px solid #111','margin':'0 8px 0 0'});
232
+ }
233
+
234
+ // The silly dancing word
235
+ function oam_dance() {
236
+ var fontstyle, delay;
237
+ if (jQuery('#totallycrazy').css('font-style') == 'italic') {
238
+ fontstyle = 'normal'; delay = 500;
239
+ } else {
240
+ fontstyle = 'italic'; delay = 200;
241
+ }
242
+ jQuery('#totallycrazy').css('font-style',fontstyle);
243
+ oam_danceagain(delay);
244
+ }
245
+ function oam_danceagain(delay) {setTimeout(function(){oam_dance();}, delay);}
246
+ oam_danceagain(100);
247
+ </script>
248
+
249
+ <p class="submit">
250
+ <input name="submit" class="button-primary" value="<?php echo wp_ozh_adminmenu__('Save Changes');?>" type="submit" />
251
+ </p>
252
+
253
+ </form>
254
+ </div>
255
+
256
+ <div class="wrap"><h2><?php echo wp_ozh_adminmenu__('Reset Settings');?></h2>
257
+ <form method="post" action="">
258
+
259
+ <?php
260
+ wp_nonce_field('ozh-adminmenu');
261
+ ?>
262
+ <input type="hidden" name="ozh_adminmenu" value="1"/>
263
+ <input type="hidden" name="action" value="reset_options">
264
+
265
+ <p><?php echo wp_ozh_adminmenu__('Clicking the following button will remove all the settings for this plugin from your database. You might want to do so in the following cases:');?></p>
266
+ <ul>
267
+ <li><?php echo wp_ozh_adminmenu__('you want to uninstall the plugin and leave no unnecessary entries in your database.');?></li>
268
+ <li><?php echo wp_ozh_adminmenu__('you want all settings to be reverted to their default values');?></li>
269
+ </ul>
270
+ <p class="submit" style="border-top:0px;padding:0;"><input style="color:red" name="submit" value="<?php echo wp_ozh_adminmenu__('Reset Settings');?>" onclick="return(confirm('<?php echo js_escape(wp_ozh_adminmenu__('Really do?'));?>'))" type="submit" /></p>
271
+ <p><?php echo wp_ozh_adminmenu__('There is no undo, so be very sure you want to click the button!');?></p>
272
+
273
+ </form>
274
+ </div>
275
+ <?php
276
+
277
+ }
278
+
279
+ // Sanitize string for display: escape HTML but preserve UTF8 (or whatever)
280
+ function wp_ozh_adminmenu_sanitize($string) {
281
+ return stripslashes(attribute_escape($string));
282
+ //return stripslashes(htmlentities($string, ENT_COMPAT, get_bloginfo('charset')));
283
+ }
284
+
285
+ ?>
inc/test.html ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ </head>
4
+ <body>
5
+ <p>Load this file in your browser (http://yoursite/wp-content/plugins/ozh-admin-drop-down-menu/inc/test.html)</p>
6
+ <p>If you see anything but CSS code below, your problem is that your server disables PHP files execution when found in <code>wp-content</code> directory. It's either done by a .htaccess rule you made, a plugin you uploaded, or sever configuration. In case 1 or 2, you're on your own. In case 3, contact your server admin. In any case: this server limitation is totally useless regarding hacks and stuff. Just thought I'd let you know.</p>
7
+ <iframe src="adminmenu.css.php" width="100%" height="500" frameborder="0" scrolling="no" style="background:#ddf"/ >
8
+ </body>
9
+ </html>
inc/translations/adminmenu-be_BY.mo ADDED
Binary file
inc/translations/adminmenu-be_BY.po ADDED
@@ -0,0 +1,212 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Ozh' Admin Drop Down Menu\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2008-12-12 21:24+0100\n"
6
+ "PO-Revision-Date: 2009-08-28 14:10+0200\n"
7
+ "Last-Translator: Fat Cow <zhr@tut.by>\n"
8
+ "Language-Team: ilyuha <iliamrv@ya.ru>\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-KeywordsList: wp_ozh_adminmenu__\n"
13
+ "X-Poedit-Basepath: E:\\home\\ozh\\planetozh.com\\blog\\wp-content\\plugins\\ozh-admin-drop-down-menu\n"
14
+ "X-Poedit-Language: Belarusian\n"
15
+ "X-Poedit-Country: BELARUS\n"
16
+ "X-Poedit-SourceCharset: utf-8\n"
17
+ "X-Poedit-SearchPath-0: E:\\home\\ozh\\planetozh.com\\blog\\wp-content\\plugins\\ozh-admin-drop-down-menu\n"
18
+
19
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/core.php:408
20
+ msgid "updated"
21
+ msgstr "абноўлена"
22
+
23
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/core.php:413
24
+ msgid "deleted"
25
+ msgstr "выдалена"
26
+
27
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/core.php:418
28
+ #, php-format
29
+ msgid "Admin Drop Down Menu settings <strong>%s</strong>"
30
+ msgstr "Налады Admin Drop Down Menu <strong>%s</strong>"
31
+
32
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:51
33
+ msgid "Top Level Icons"
34
+ msgstr "Абразкі верхняга ўзроўня"
35
+
36
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:52
37
+ msgid "Display original menu icons in top level links"
38
+ msgstr "Адлюстроўваць арыгінальнае меню ў верхніх спасылках"
39
+
40
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:53
41
+ msgid "Checking this enables Compact Mode &darr;"
42
+ msgstr "Правяраць даступнасць Compact Mode &darr;"
43
+
44
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:56
45
+ msgid "Compact Mode"
46
+ msgstr "Кампактны рэжым"
47
+
48
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:57
49
+ msgid "Shrink top level links down to their icons"
50
+ msgstr "Термоусадка верхняга ўзроўня спасылак аж да іх значкоў "
51
+
52
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:58
53
+ msgid "That was a cool WordPress feature, so I stole it :)"
54
+ msgstr "Гэта было класнай функцыяй WordPress, так што я выкраў яе:) "
55
+
56
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:61
57
+ msgid "Sublevel Icons"
58
+ msgstr "Подуровневые абразкі"
59
+
60
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:62
61
+ msgid "Display icons in drop down menus"
62
+ msgstr "Паказваць абразкі ў выпадальным меню"
63
+
64
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:63
65
+ #, php-format
66
+ msgid "They're so cute (and they're from %s)"
67
+ msgstr "Гэта так міла (і яны з% s) "
68
+
69
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:66
70
+ msgid "Color Scheme"
71
+ msgstr "Каляровая схема"
72
+
73
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:67
74
+ msgid "Pick a color for your menu bar, using the color wheel or one of the presets"
75
+ msgstr "Абярыце колер у панэлі меню, выкарыстоўваючы каляровы круг ці прасэт"
76
+
77
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:68
78
+ msgid "No subtle gradient, just plain color."
79
+ msgstr "Няма градыентаў, толькі суцэльны колер. "
80
+
81
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:113
82
+ msgid "Minimal Mode"
83
+ msgstr "Мінімалісцкі рэжым"
84
+
85
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:114
86
+ msgid "Hide header"
87
+ msgstr "Прыбраць шапку"
88
+
89
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:115
90
+ msgid "Remove the whole header bar for maximum screen real estate. Note: The quick link to your blog will be added to the menu, the Logout link in the Users sub-menu."
91
+ msgstr "Выдаленне ўсяго радка загалоўка для максімальнай нерухомасці экрана. Нататка: хуткая спасылка на ваш блог будзе дададзена ў меню Выйсце на сувязь у субменю Карыстачы. "
92
+
93
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:118
94
+ msgid "Favorite Actions"
95
+ msgstr "Пераважныя дзеянні"
96
+
97
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:119
98
+ msgid "Display Favorite Actions"
99
+ msgstr "Адлюстраваць пераважныя дзеянні"
100
+
101
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:120
102
+ msgid "Just in case you realize you don't need this anymore with such a fast and usable menu."
103
+ msgstr "Толькі ў выпадку, калі вы зразумелі, што вам не трэба гэтага больш з такім хуткім і юзабельным меню. "
104
+
105
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:123
106
+ msgid "Break Long Lists"
107
+ msgstr "Падзяляць доўгія спісы"
108
+
109
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:124
110
+ #, php-format
111
+ msgid "Break if more than %s menu entries"
112
+ msgstr "Падзяляць, калі ў меню ўтрымоўваецца больш, чым %s элементаў"
113
+
114
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:125
115
+ msgid "If a dropdown gets longer than this value, it will switch to horizontal mode so that it will hopefully fit in your screen (requires javascript)"
116
+ msgstr "Калі выпадальным меню дадзены лік элементаў, перайсці ў гарызантальны рэжым, паколькі ён больш кампактны (патрабуецца javascript)"
117
+
118
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:128
119
+ msgid "Top Links"
120
+ msgstr "Верхнія спасылкі"
121
+
122
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:129
123
+ msgid "Make top links clickable"
124
+ msgstr "Зрабіць верхнія спасылкі кликабельными"
125
+
126
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:130
127
+ msgid "Uncheck this option to improve compatibility with browsers that cannot handle the \"hover\" event (<em>ie</em> most handheld devices)"
128
+ msgstr "Зніміце гэту опцыю для паляпшэння сумяшчальнасці з браўзарамі, якія не могуць зладзіцца з \"hover\" падзеямі (<em>ie</ em> на большасці партатыўных прылад) "
129
+
130
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:133
131
+ msgid "Hide \"0\" Bubbles"
132
+ msgstr "Прыбраць \"0\" бурбалкі"
133
+
134
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:134
135
+ msgid "Hide speech bubbles when no awaiting comments or outdated plugins"
136
+ msgstr "Прыбраць размаўлялыя падказкі калі няма каментароў ці пратэрмінаваныя ўбудовы"
137
+
138
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:135
139
+ msgid "Check if those tiny \"0\" speech bubble are too distracting for your taste"
140
+ msgstr "Адзначце, калі гэтыя малюсенькія падказкі занадта адцягваюць, на ваш густ"
141
+
142
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:138
143
+ msgid "Give Some &hearts;"
144
+ msgstr "Дайце некалькі &сэрцайкаў;"
145
+
146
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:139
147
+ #, php-format
148
+ msgid "Do you like this plugin? Then <a href=\"%s\">rate it 5 Stars</a> on the official Plugin Directory!"
149
+ msgstr "Вам падабаецца гэта ўбудова? Тады <a href=\"%s\">ацэніце яго ў 5 зорак</a> на афіцыйным сайце ўбудоў!"
150
+
151
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:140
152
+ #, php-format
153
+ msgid "Do you <em>love</em> this plugin? Please <a href=\"%s\">blog about it</a>! Tell your readers you like it so they will discover, try and hopefully like it too&nbsp;:)"
154
+ msgstr "Вам <em>падабаецца</em> гэта ўбудова? Калі ласка <a href=\"%s\">напішыце пра гэта</a>! :)"
155
+
156
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:141
157
+ #, php-format
158
+ msgid "Are you <span id=\"totallycrazy\">crazy</span> about this plugin? <a href=\"%s\">Paypal me a beer</a>! Every donation warms my heart and motivates me to release free stuff!"
159
+ msgstr "Вы <span id=\"totallycrazy\">без розуму</span> ад убудовы? <a href=\"%s\">Дайце мне грошай</a>!"
160
+
161
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:248
162
+ msgid "Save Changes"
163
+ msgstr "Захаваць налады"
164
+
165
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:254
166
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:268
167
+ msgid "Reset Settings"
168
+ msgstr "Збіць налады"
169
+
170
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:263
171
+ msgid "Clicking the following button will remove all the settings for this plugin from your database. You might want to do so in the following cases:"
172
+ msgstr "Націсніце наступную кнопку, каб выдаліць усе налады ўбудовы з базы дадзеных. Вы павінны зрабіць наступнае:"
173
+
174
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:265
175
+ msgid "you want to uninstall the plugin and leave no unnecessary entries in your database."
176
+ msgstr "вы жадаеце дэўсталёўваць убудова і пакінуць няісныя значэнні ў БД."
177
+
178
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:266
179
+ msgid "you want all settings to be reverted to their default values"
180
+ msgstr "вы жадаеце вярнуць першапачатковыя значэнні налад."
181
+
182
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:268
183
+ msgid "Really do?"
184
+ msgstr "Сапраўды зрабіць гэта?"
185
+
186
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:269
187
+ msgid "There is no undo, so be very sure you want to click the button!"
188
+ msgstr "Гэта нельга адмяніць, будзьце асцярожныя пры націску на гэту кнопку!"
189
+
190
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:46
191
+ msgid "Icons and Colors"
192
+ msgstr "Абразкі і колеры"
193
+
194
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:110
195
+ msgid "Advanced Settings"
196
+ msgstr "Пашыраныя налады"
197
+
198
+ #~ msgid "Icons"
199
+ #~ msgstr "Iconos"
200
+ #~ msgid "Submenus"
201
+ #~ msgstr "Submen?s"
202
+ #~ msgid "Display sub menus the regular way"
203
+ #~ msgstr "Mostrar submen?s de la forma normal"
204
+ #~ msgid ""
205
+ #~ "Some like it better when sub menus don't even need you to hover the top "
206
+ #~ "menu link"
207
+ #~ msgstr ""
208
+ #~ "Algunos prefieren cuando los submen?s no requiren que te posiciones sobre "
209
+ #~ "la opci?n principal del men? para desplegarse"
210
+ #~ msgid "(might need a page refresh here)"
211
+ #~ msgstr "(puede necesitar volver a cargar la p?gina aqu?)"
212
+
inc/translations/adminmenu-cz_CZ.mo ADDED
Binary file
inc/translations/adminmenu-cz_CZ.po ADDED
@@ -0,0 +1,241 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Ozh' Admin Drop Down Menu\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2009-02-20 15:33+0100\n"
6
+ "PO-Revision-Date: 2010-06-08 14:03+0100\n"
7
+ "Last-Translator: Jan Mudrák <honza.mudrak@seznam.cz>\n"
8
+ "Language-Team: honzamudrak.ic.cz <honza.mudrak@seznam.cz>\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-KeywordsList: wp_ozh_adminmenu__\n"
13
+ "X-Poedit-Basepath: E:\\home\\ozh\\planetozh.com\\blog\\wp-content\\plugins\\ozh-admin-drop-down-menu\n"
14
+ "X-Poedit-Language: Czech\n"
15
+ "X-Poedit-Country: CZECH REPUBLIC\n"
16
+ "X-Poedit-SourceCharset: utf-8\n"
17
+ "X-Poedit-SearchPath-0: E:\\home\\ozh\\planetozh.com\\blog\\wp-content\\plugins\\ozh-admin-drop-down-menu\n"
18
+
19
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/core.php:348
20
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/core.php:403
21
+ msgid "updated"
22
+ msgstr "aktualizováno"
23
+
24
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/core.php:353
25
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/core.php:408
26
+ msgid "deleted"
27
+ msgstr "smazáno"
28
+
29
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/core.php:358
30
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/core.php:413
31
+ #, php-format
32
+ msgid "Admin Drop Down Menu settings <strong>%s</strong>"
33
+ msgstr "Nastavení pro plugin Admin Drop Down menu <strong>%s</strong>"
34
+
35
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:33
36
+ msgid "Icons"
37
+ msgstr "Ikony"
38
+
39
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:34
40
+ msgid "Display menu icons"
41
+ msgstr "Zobrazit ikony menu"
42
+
43
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:35
44
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:63
45
+ #, php-format
46
+ msgid "They're so cute (and they're from %s)"
47
+ msgstr "Jsou velmi rozkošné (a jsou z % s) "
48
+
49
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:40
50
+ msgid "Submenus"
51
+ msgstr "Podmenu"
52
+
53
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:41
54
+ msgid "Display sub menus the regular way"
55
+ msgstr "Zobrazit podřazené menu správně"
56
+
57
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:42
58
+ msgid "Some like it better when sub menus don't even need you to hover the top menu link"
59
+ msgstr "Někdo má raději když se na podřadné menu nemusí pokaždé přejít hover událostí"
60
+
61
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:45
62
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:123
63
+ msgid "Break Long Lists"
64
+ msgstr "Zalomit dlouhý seznam"
65
+
66
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:46
67
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:124
68
+ #, php-format
69
+ msgid "Break if more than %s menu entries"
70
+ msgstr "Zalomit pokud je více než %s řádků použitých pluginů"
71
+
72
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:47
73
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:125
74
+ msgid "If a dropdown gets longer than this value, it will switch to horizontal mode so that it will hopefully fit in your screen (requires javascript)"
75
+ msgstr "Pokud bude obsahovat více než tuto hodnotu, zalomí se horizontálně (vyžaduje javascript)"
76
+
77
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:52
78
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:128
79
+ msgid "Top Links"
80
+ msgstr "Hlavní odkazy"
81
+
82
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:53
83
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:129
84
+ msgid "Make top links clickable"
85
+ msgstr "Lze rozliknout jako odkaz"
86
+
87
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:54
88
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:130
89
+ msgid "Uncheck this option to improve compatibility with browsers that cannot handle the \"hover\" event (<em>ie</em> most handheld devices)"
90
+ msgstr "Odznačte tuto volbu k dosáhnutí kompatibility s prohlížeči, které neumí \"hover\" událost (<em>IE</em> většinou ano)"
91
+
92
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:57
93
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:138
94
+ msgid "Give Some &hearts;"
95
+ msgstr "Pro autora &hearts;"
96
+
97
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:58
98
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:139
99
+ #, php-format
100
+ msgid "Do you like this plugin? Then <a href=\"%s\">rate it 5 Stars</a> on the official Plugin Directory!"
101
+ msgstr "Líbí se Vám tento plugin? Potom jej <a href=\"%s\">ohodňotte</a> na oficiálních stránkách pluginu!"
102
+
103
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:59
104
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:140
105
+ #, php-format
106
+ msgid "Do you <em>love</em> this plugin? Please <a href=\"%s\">blog about it</a>! Tell your readers you like it so they will discover, try and hopefully like it too&nbsp;:)"
107
+ msgstr "<em>Zamilovali</em> jste si tento plugin? Prosím <a href=\"%s\">napiště o tom</a> Řekněte svým čtenářům co jste objevili, vyzkoušeli a doufám i oblíbili &nbsp;:)"
108
+
109
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:60
110
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:141
111
+ #, php-format
112
+ msgid "Are you <span id=\"totallycrazy\">crazy</span> about this plugin? <a href=\"%s\">Paypal me a beer</a>! Every donation warms my heart and motivates me to release free stuff!"
113
+ msgstr "Máte rádi <span id=\"totallycrazy\">tento</span> plugin? <a href=\"%s\">Kupte mi pivo</a> ;)"
114
+
115
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:81
116
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:248
117
+ msgid "Save Changes"
118
+ msgstr "Uložit změny"
119
+
120
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:87
121
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:101
122
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:254
123
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:268
124
+ msgid "Reset Settings"
125
+ msgstr "Obnovit nastavení"
126
+
127
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:96
128
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:263
129
+ msgid "Clicking the following button will remove all the settings for this plugin from your database. You might want to do so in the following cases:"
130
+ msgstr "Kliknutím na následující tlačítko odeberete všechna nastavení pluginu z databáze. Možná to chce udělat z těchto důvodů"
131
+
132
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:98
133
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:265
134
+ msgid "you want to uninstall the plugin and leave no unnecessary entries in your database."
135
+ msgstr "chcete odinstalovat tento plugin a nezanechat žádné nepotřebné záznamy v databázi"
136
+
137
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:99
138
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:266
139
+ msgid "you want all settings to be reverted to their default values"
140
+ msgstr "chcete vrátit všechna nastavení do výchozích hodnot"
141
+
142
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:101
143
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:268
144
+ msgid "Really do?"
145
+ msgstr "Opravdu?"
146
+
147
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:102
148
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:269
149
+ msgid "There is no undo, so be very sure you want to click the button!"
150
+ msgstr "Potvrzené změny nelze vrátit zpět. Klikejte prosím opatrně!"
151
+
152
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:46
153
+ msgid "Icons and Colors"
154
+ msgstr "Ikony a barvy"
155
+
156
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:51
157
+ msgid "Top Level Icons"
158
+ msgstr "Hlavní ikony menu"
159
+
160
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:52
161
+ msgid "Display original menu icons in top level links"
162
+ msgstr "Zobrazit originální ikony v hlavní nabídce"
163
+
164
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:53
165
+ msgid "Checking this enables Compact Mode &darr;"
166
+ msgstr "Zkontrolujte jestli je povolen kompaktní mód &darr;"
167
+
168
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:56
169
+ msgid "Compact Mode"
170
+ msgstr "Kompaktní mód"
171
+
172
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:57
173
+ msgid "Shrink top level links down to their icons"
174
+ msgstr "Zobrazit pouze ikony v hlavním menu"
175
+
176
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:58
177
+ msgid "That was a cool WordPress feature, so I stole it :)"
178
+ msgstr "Toto je báječná funkce Wordpressu, tak ji asi ukradnu :)"
179
+
180
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:61
181
+ msgid "Sublevel Icons"
182
+ msgstr "Ikony v submenu"
183
+
184
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:62
185
+ msgid "Display icons in drop down menus"
186
+ msgstr "Zobrazit ikony v samootevíracím menu"
187
+
188
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:66
189
+ msgid "Color Scheme"
190
+ msgstr "Barevné schéma"
191
+
192
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:67
193
+ msgid "Pick a color for your menu bar, using the color wheel or one of the presets"
194
+ msgstr "Vyber barvu pro Vaše menu použitím barevného kolečka nebo vyberte z výchozích"
195
+
196
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:68
197
+ msgid "No subtle gradient, just plain color."
198
+ msgstr "Žádný přechod, pouze barva. "
199
+
200
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:110
201
+ msgid "Advanced Settings"
202
+ msgstr "Rotšířená nastavení"
203
+
204
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:113
205
+ msgid "Minimal Mode"
206
+ msgstr "Minimální mód"
207
+
208
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:114
209
+ msgid "Hide header"
210
+ msgstr "Skrýt hlavičku"
211
+
212
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:115
213
+ msgid "Remove the whole header bar for maximum screen real estate. Note: The quick link to your blog will be added to the menu, the Logout link in the Users sub-menu."
214
+ msgstr "Odstranit celou hlavičku. Poznámka: Rychlé odkazy k Vašemu blogu budou přidány do menu, odkaz pro odhlášení bude v podřadném menu Uživatelé."
215
+
216
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:118
217
+ msgid "Favorite Actions"
218
+ msgstr "Oblíbené akce"
219
+
220
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:119
221
+ msgid "Display Favorite Actions"
222
+ msgstr "Zobrazit oblíbené akce"
223
+
224
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:120
225
+ msgid "Just in case you realize you don't need this anymore with such a fast and usable menu."
226
+ msgstr "S tímto rychlým přístupem v menu, tyto akce potřebovat nebudete.Тільки у тому випадку, якщо Ви зрозуміли, що це непотрібне та і меню не надто зручне."
227
+
228
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:133
229
+ msgid "Hide \"0\" Bubbles"
230
+ msgstr "Skrýt \"0\" informativní bubliny"
231
+
232
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:134
233
+ msgid "Hide speech bubbles when no awaiting comments or outdated plugins"
234
+ msgstr "Skrýv informativní bubliny o čekajících komentářích nebo dostupné aktualizaci pluginu"
235
+
236
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:135
237
+ msgid "Check if those tiny \"0\" speech bubble are too distracting for your taste"
238
+ msgstr "Zatrhněte pokud Vás textové bubliny \"0\" rozptylují."
239
+
240
+ #~ msgid "(might need a page refresh here)"
241
+ #~ msgstr "(puede necesitar volver a cargar la página aquí)"
inc/translations/adminmenu-de_DE.mo ADDED
Binary file
inc/translations/adminmenu-de_DE.po ADDED
@@ -0,0 +1,242 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Ozh' Admin Drop Down Menu auf deutsch\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2009-02-20 15:33+0100\n"
6
+ "PO-Revision-Date: 2009-04-13 19:00+0100\n"
7
+ "Last-Translator: None <none@none.xy>\n"
8
+ "Language-Team: Frasier Crane\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-KeywordsList: wp_ozh_adminmenu__\n"
13
+ "X-Poedit-Language: German\n"
14
+ "X-Poedit-Country: GERMANY\n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+
17
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/core.php:348
18
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/core.php:403
19
+ msgid "updated"
20
+ msgstr "aktualisiert"
21
+
22
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/core.php:353
23
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/core.php:408
24
+ msgid "deleted"
25
+ msgstr "gel&ouml;scht"
26
+
27
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/core.php:358
28
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/core.php:413
29
+ #, php-format
30
+ msgid "Admin Drop Down Menu settings <strong>%s</strong>"
31
+ msgstr "Die Einstellungen wurden <strong>%s</strong>"
32
+
33
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:33
34
+ msgid "Icons"
35
+ msgstr "Symbole"
36
+
37
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:34
38
+ msgid "Display menu icons"
39
+ msgstr "Symbole anzeigen"
40
+
41
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:35
42
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:63
43
+ #, php-format
44
+ msgid "They're so cute (and they're from %s)"
45
+ msgstr "Die sind total goldig (und auch noch von %s)!"
46
+
47
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:40
48
+ msgid "Submenus"
49
+ msgstr "Untermen&uuml;s"
50
+
51
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:41
52
+ msgid "Display sub menus the regular way"
53
+ msgstr "Untermen&uumls; wie gehabt anzeigen"
54
+
55
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:42
56
+ msgid "Some like it better when sub menus don't even need you to hover the top menu link"
57
+ msgstr "Manche bevorzugen es, wenn die Untermen&uuml;s automatisch das Men&uuml; oben &uuml;berlappen"
58
+
59
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:45
60
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:123
61
+ msgid "Break Long Lists"
62
+ msgstr "(Zu viele) Unterpunkte &uuml;bersichtlicher darstellen"
63
+
64
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:46
65
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:124
66
+ #, php-format
67
+ msgid "Break if more than %s menu entries"
68
+ msgstr "Aktivieren, sobald mehr als %s Unterpunkte bestehen"
69
+
70
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:47
71
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:125
72
+ msgid "If a dropdown gets longer than this value, it will switch to horizontal mode so that it will hopefully fit in your screen (requires javascript)"
73
+ msgstr "Sobald mehr angezeigt werden m&uuml;ssen als hier festgelegt, werden diese horizontal dargestellt, damit es hoffentlich passt (sofern Javascript aktiviert wurde)"
74
+
75
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:52
76
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:128
77
+ msgid "Top Links"
78
+ msgstr "Links im Hauptmen&uuml;"
79
+
80
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:53
81
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:129
82
+ msgid "Make top links clickable"
83
+ msgstr "Die Hauptmen&uuml;punkte in Links umwandeln"
84
+
85
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:54
86
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:130
87
+ msgid "Uncheck this option to improve compatibility with browsers that cannot handle the \"hover\" event (<em>ie</em> most handheld devices)"
88
+ msgstr "Die Deaktivierung kann von Vorteil sein, wenn dein Browser nicht mit der Darstellung der anklickbaren Hauptmen&uuml;punkte umgehen kann (davon k&ouml;nnten etwa einige Handhelds betroffen sein)"
89
+
90
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:57
91
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:138
92
+ msgid "Give Some &hearts;"
93
+ msgstr "Ein &hearts; f&uuml;r den Autor"
94
+
95
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:58
96
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:139
97
+ #, php-format
98
+ msgid "Do you like this plugin? Then <a href=\"%s\">rate it 5 Stars</a> on the official Plugin Directory!"
99
+ msgstr "Sch&auml;tzt du dieses Plugin? Dann bewerte es im offiziellen WordPress-Pluginverzeichnis mit <a href=\"%s\">5 Sternen</a>!"
100
+
101
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:59
102
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:140
103
+ #, php-format
104
+ msgid "Do you <em>love</em> this plugin? Please <a href=\"%s\">blog about it</a>! Tell your readers you like it so they will discover, try and hopefully like it too&nbsp;:)"
105
+ msgstr "Oder <a href=\"%s\">blogge</a> dar&uuml;ber! &Uuml;berzeuge deine Lesern von den Vorz&uuml;gen dieses Meisterwerks!"
106
+
107
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:60
108
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:141
109
+ #, php-format
110
+ msgid "Are you <span id=\"totallycrazy\">crazy</span> about this plugin? <a href=\"%s\">Paypal me a beer</a>! Every donation warms my heart and motivates me to release free stuff!"
111
+ msgstr "Und wenn deine Begeisterung an <span id=\"totallycrazy\">Wahnsinn</span> grenzt, dann <a href=\"%s\">gib mir via PayPal ein Bier aus</a>! Jede Spende verschafft mir ein wohliges Gef&uuml;hl und macht mich so gesellig, dass ich noch mehr freies Zeug zusammenschreibe und ver&ouml;ffentliche!"
112
+
113
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:81
114
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:248
115
+ msgid "Save Changes"
116
+ msgstr "&Auml;nderungen speichern"
117
+
118
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:87
119
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:101
120
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:254
121
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:268
122
+ msgid "Reset Settings"
123
+ msgstr "Einstellungen zur&uuml;cksetzen"
124
+
125
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:96
126
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:263
127
+ msgid "Clicking the following button will remove all the settings for this plugin from your database. You might want to do so in the following cases:"
128
+ msgstr "Wenn du den folgenden Knopf bet&auml;tigst, werden s&auml;mtliche Eintr&auml;ge dieses Plugins von deiner WordPress-Datenbank entfernt. Dies kann in den folgenden F&auml;llen sinnvoll sein:"
129
+
130
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:98
131
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:265
132
+ msgid "you want to uninstall the plugin and leave no unnecessary entries in your database."
133
+ msgstr "wenn du dieses Plugin entfernen und in diesem Zug keine Datenbankleichen hinterlassen m&ouml;chtest"
134
+
135
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:99
136
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:266
137
+ msgid "you want all settings to be reverted to their default values"
138
+ msgstr "oder wenn du blo&szlig; alle Einstellungen zur&uuml;cksetzen willst"
139
+
140
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:101
141
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:268
142
+ msgid "Really do?"
143
+ msgstr "Jetzt im Ernst?"
144
+
145
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:102
146
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:269
147
+ msgid "There is no undo, so be very sure you want to click the button!"
148
+ msgstr "Dieser Schritt ist nicht zu revidieren. Sei dir bewusst, was du mit diesem Klick bewirkst!"
149
+
150
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:46
151
+ msgid "Icons and Colors"
152
+ msgstr "Symbole und Farben"
153
+
154
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:51
155
+ msgid "Top Level Icons"
156
+ msgstr "Hauptmen&uuml;symbole"
157
+
158
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:52
159
+ msgid "Display original menu icons in top level links"
160
+ msgstr "Zeige die originalen Symbole im Hauptmen&uuml; an"
161
+
162
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:53
163
+ msgid "Checking this enables Compact Mode &darr;"
164
+ msgstr "Damit kann man auch den Kompaktmodus aktiveren &darr;"
165
+
166
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:56
167
+ msgid "Compact Mode"
168
+ msgstr "Kompaktmodus"
169
+
170
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:57
171
+ msgid "Shrink top level links down to their icons"
172
+ msgstr "Das Hauptmen&uuml; auf die Symbole reduzieren"
173
+
174
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:58
175
+ msgid "That was a cool WordPress feature, so I stole it :)"
176
+ msgstr "War mal ein WordPress-Feature, aber weil es so schnafte war, habe ich es mir \"ausgeliehen\" :)"
177
+
178
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:61
179
+ msgid "Sublevel Icons"
180
+ msgstr "Untermen&uuml;-Symbole"
181
+
182
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:62
183
+ msgid "Display icons in drop down menus"
184
+ msgstr "Zeige die Symbole im Untermen&uuml; an"
185
+
186
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:66
187
+ msgid "Color Scheme"
188
+ msgstr "Farbschema"
189
+
190
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:67
191
+ msgid "Pick a color for your menu bar, using the color wheel or one of the presets"
192
+ msgstr "Such dir eine Farbe f&uuml;r die Navigationsleiste aus. Entweder von den Vorgaben unten oder vom Farbrad."
193
+
194
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:68
195
+ msgid "No subtle gradient, just plain color."
196
+ msgstr "Ich will nur die Farbe, nicht den dunklen Verlauf"
197
+
198
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:110
199
+ msgid "Advanced Settings"
200
+ msgstr "Erweiterte Einstellungen"
201
+
202
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:113
203
+ msgid "Minimal Mode"
204
+ msgstr "Kompaktmodus"
205
+
206
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:114
207
+ msgid "Hide header"
208
+ msgstr "Den Header verbergen"
209
+
210
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:115
211
+ msgid "Remove the whole header bar for maximum screen real estate. Note: The quick link to your blog will be added to the menu, the Logout link in the Users sub-menu."
212
+ msgstr "Entfernt den oberen Bereich f&uuml;r das maximale WordPress-Erlebnis. Der Link zum Blog wird nach der Aktualisierung links angebracht und der Logout-Link dem Reiter \"Benutzer\" hinzugef&uuml;gt."
213
+
214
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:118
215
+ msgid "Favorite Actions"
216
+ msgstr "Lieblingsaktionen"
217
+
218
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:119
219
+ msgid "Display Favorite Actions"
220
+ msgstr "Zeige die Lieblingsaktionen an"
221
+
222
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:120
223
+ msgid "Just in case you realize you don't need this anymore with such a fast and usable menu."
224
+ msgstr "...f&uuml;r den Fall, dass du dieses bequeme Extra nicht mehr m&ouml;chtest"
225
+
226
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:133
227
+ msgid "Hide \"0\" Bubbles"
228
+ msgstr "Verstecke die \"0\"-Sprechblasen"
229
+
230
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:134
231
+ msgid "Hide speech bubbles when no awaiting comments or outdated plugins"
232
+ msgstr "Blendet die Sprechblasen aus, wenn es weder zu moderierende Kommentare noch aktuelle Pluginversionen gibt"
233
+
234
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:135
235
+ msgid "Check if those tiny \"0\" speech bubble are too distracting for your taste"
236
+ msgstr "Ideal, wenn einem die kleinen \"0\"-Sprechblasen nicht wirklich zusagen"
237
+
238
+ #~ msgid "(might need a page refresh here)"
239
+ #~ msgstr "(potrebbe essere necessario ricaricare la pagina)"
240
+ #~ msgid "They're so cute."
241
+ #~ msgstr "Bellissime"
242
+
inc/translations/adminmenu-el.mo ADDED
Binary file
inc/translations/adminmenu-el.po ADDED
@@ -0,0 +1,236 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: adminmenu-el 3.3 [a]\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2009-02-20 15:33+0100\n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: Πρόδρομος Τσαλικίδης <pr.tsalikidis@gmail.com>\n"
8
+ "Language-Team: <http://friedlich.wordpress.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-Language: Greek\n"
13
+ "X-Poedit-Country: Greek\n"
14
+ "X-Poedit-SourceCharset: utf-8\n"
15
+
16
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/core.php:348
17
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/core.php:403
18
+ msgid "updated"
19
+ msgstr "ενημερώθηκε"
20
+
21
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/core.php:353
22
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/core.php:408
23
+ msgid "deleted"
24
+ msgstr "διαγράφηκε"
25
+
26
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/core.php:358
27
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/core.php:413
28
+ #, php-format
29
+ msgid "Admin Drop Down Menu settings <strong>%s</strong>"
30
+ msgstr "Ρυθμίσεις Admin Drop Down Menu <strong>%s</strong>"
31
+
32
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:33
33
+ msgid "Icons"
34
+ msgstr "Εικονίδια"
35
+
36
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:34
37
+ msgid "Display menu icons"
38
+ msgstr "Εμφάνιση εικονιδίων μενού"
39
+
40
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:35
41
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:63
42
+ #, php-format
43
+ msgid "They're so cute (and they're from %s)"
44
+ msgstr "Είναι τόσο όμορφα (και είναι από το %s)!"
45
+
46
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:40
47
+ msgid "Submenus"
48
+ msgstr "Υπομενού"
49
+
50
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:41
51
+ msgid "Display sub menus the regular way"
52
+ msgstr "Εμφάνιση υπομενού με τον κλασικό τρόπο"
53
+
54
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:42
55
+ msgid "Some like it better when sub menus don't even need you to hover the top menu link"
56
+ msgstr "Σε μερικούς αρέσει καλύτερα όταν για τα υπομενού δεν χρειάζεται να περάσουν πάνω από τον σύνδεσμο πρώτου επιπέδου"
57
+
58
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:45
59
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:123
60
+ msgid "Break Long Lists"
61
+ msgstr "Σπάσιμο Μακρών Λιστών"
62
+
63
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:46
64
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:124
65
+ #, php-format
66
+ msgid "Break if more than %s menu entries"
67
+ msgstr "Σπάσιμο αν υπάρχουν περισσότερες από %s γραμμές"
68
+
69
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:47
70
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:125
71
+ msgid "If a dropdown gets longer than this value, it will switch to horizontal mode so that it will hopefully fit in your screen (requires javascript)"
72
+ msgstr "Αν ένα αναδυόμενο μενού γίνει μακρύτερο από αυτή την τιμή, θα γυρίσει στην οριζόντια μορφή, έτσι ώστε να χωρέσει στην οθόνη σας (απαιτεί javascript)"
73
+
74
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:52
75
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:128
76
+ msgid "Top Links"
77
+ msgstr "Σύνδεσμοι Πρώτου Επιπέδου"
78
+
79
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:53
80
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:129
81
+ msgid "Make top links clickable"
82
+ msgstr "Να είναι δυνατό το κλικ πάνω στους συνδέσμους πρώτου επιπέδου"
83
+
84
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:54
85
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:130
86
+ msgid "Uncheck this option to improve compatibility with browsers that cannot handle the \"hover\" event (<em>ie</em> most handheld devices)"
87
+ msgstr "Αποεπιλέξτε αυτή την επιλογή για να βελτιώσετε την συμβατότητα με browser που δεν μπορούν να χειριστούν το συμβάν \"hover\" (<em>πχ.</em> οι περισσότερες συσκευές χειρός)"
88
+
89
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:57
90
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:138
91
+ msgid "Give Some &hearts;"
92
+ msgstr "Give Some &hearts;"
93
+
94
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:58
95
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:139
96
+ #, php-format
97
+ msgid "Do you like this plugin? Then <a href=\"%s\">rate it 5 Stars</a> on the official Plugin Directory!"
98
+ msgstr "Do you like this plugin? Then <a href=\"%s\">rate it 5 Stars</a> on the official Plugin Directory!"
99
+
100
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:59
101
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:140
102
+ #, php-format
103
+ msgid "Do you <em>love</em> this plugin? Please <a href=\"%s\">blog about it</a>! Tell your readers you like it so they will discover, try and hopefully like it too&nbsp;:)"
104
+ msgstr "Do you <em>love</em> this plugin? Please <a href=\"%s\">blog about it</a>! Tell your readers you like it so they will discover, try and hopefully like it too&nbsp;:)"
105
+
106
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:60
107
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:141
108
+ #, php-format
109
+ msgid "Are you <span id=\"totallycrazy\">crazy</span> about this plugin? <a href=\"%s\">Paypal me a beer</a>! Every donation warms my heart and motivates me to release free stuff!"
110
+ msgstr "Are you <span id=\"totallycrazy\">crazy</span> about this plugin? <a href=\"%s\">Paypal me a beer</a>! Every donation warms my heart and motivates me to release free stuff!"
111
+
112
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:81
113
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:248
114
+ msgid "Save Changes"
115
+ msgstr "Αποθήκευση αλλαγών"
116
+
117
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:87
118
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:101
119
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:254
120
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:268
121
+ msgid "Reset Settings"
122
+ msgstr "Επαναφορά αρχικών ρυθμίσεων"
123
+
124
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:96
125
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:263
126
+ msgid "Clicking the following button will remove all the settings for this plugin from your database. You might want to do so in the following cases:"
127
+ msgstr "Κάνοντας κλικ στο παρακάτω πλήκτρο θα διαγραφούν όλες οι ρυθμίσεις για αυτό το πρόσθετο από τη βάση δεδομένων. Πιθανώς να θέλετε κάτι τέτοιο στις ακόλουθες περιπτώσεις:"
128
+
129
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:98
130
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:265
131
+ msgid "you want to uninstall the plugin and leave no unnecessary entries in your database."
132
+ msgstr "Θέλετε να απεγκαταστήσετε το πρόσθετο και να μην αφήσετε άχρηστες εγγραφές στη βάση."
133
+
134
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:99
135
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:266
136
+ msgid "you want all settings to be reverted to their default values"
137
+ msgstr "Θέλετε να επαναφέρετε όλες τις ρυθμίσεις στις προεπιλεγμένες τιμές."
138
+
139
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:101
140
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:268
141
+ msgid "Really do?"
142
+ msgstr "Να γίνει σίγουρα;"
143
+
144
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:102
145
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:269
146
+ msgid "There is no undo, so be very sure you want to click the button!"
147
+ msgstr "Δεν υπάρχει αναίρεση, γι' αυτό να είστε απολύτως βέβαιοι ότι θέλετε να κάνετε κλικ στο πλήκτρο!"
148
+
149
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:46
150
+ msgid "Icons and Colors"
151
+ msgstr "Εικονίδια και Χρώματα"
152
+
153
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:51
154
+ msgid "Top Level Icons"
155
+ msgstr "Εικονίδια Πρώτου Επιπέδου"
156
+
157
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:52
158
+ msgid "Display original menu icons in top level links"
159
+ msgstr "Εμφάνιση αρχικών εικονιδίων μενού για τους συνδέσμους πρώτου επιπέδου"
160
+
161
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:53
162
+ msgid "Checking this enables Compact Mode &darr;"
163
+ msgstr "Επιλέγοντάς το ενεργοποιείται η Συμπιεσμένη Μορφή &darr;"
164
+
165
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:56
166
+ msgid "Compact Mode"
167
+ msgstr "Συμπιεσμένη Μορφή"
168
+
169
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:57
170
+ msgid "Shrink top level links down to their icons"
171
+ msgstr "Συρρίκνωση συνδέσμων πρώτου επιπέδου στα εικονίδιά τους"
172
+
173
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:58
174
+ msgid "That was a cool WordPress feature, so I stole it :)"
175
+ msgstr "That was a cool WordPress feature, so I stole it :)"
176
+
177
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:61
178
+ msgid "Sublevel Icons"
179
+ msgstr "Εικονίδια Δευτέρου+ Επιπέδου"
180
+
181
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:62
182
+ msgid "Display icons in drop down menus"
183
+ msgstr "Εμφάνιση εικονιδίων στα αναδυόμενα μενού"
184
+
185
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:66
186
+ msgid "Color Scheme"
187
+ msgstr "Χρώμα"
188
+
189
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:67
190
+ msgid "Pick a color for your menu bar, using the color wheel or one of the presets"
191
+ msgstr "Διαλέξτε ένα χρώμα για τη μπάρα του μενού σας χρησιμοποιώντας τον χρωματιστό τροχό ή μια από τις προεπιλογές"
192
+
193
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:68
194
+ msgid "No subtle gradient, just plain color."
195
+ msgstr "Χωρίς ντεγκραντέ, μόνο σκέτο χρώμα."
196
+
197
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:110
198
+ msgid "Advanced Settings"
199
+ msgstr "Προχωρημένες Ρυθμίσεις"
200
+
201
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:113
202
+ msgid "Minimal Mode"
203
+ msgstr "Ελαχιστοποιημένη Μορφή"
204
+
205
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:114
206
+ msgid "Hide header"
207
+ msgstr "Απόκρυψη κεφαλίδας"
208
+
209
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:115
210
+ msgid "Remove the whole header bar for maximum screen real estate. Note: The quick link to your blog will be added to the menu, the Logout link in the Users sub-menu."
211
+ msgstr "Αφαίρεση ολόκληρης της κεφαλίδας για μέγιστη εκμετάλλευση του χώρου της οθόνης. Σημείωση: Ο ταχυσύνδεσμος προς το ιστολόγιό σας θα προστεθεί στο μενού, ο σύνδεσμος αποσύνδεσης στο υπομενού των Μελών."
212
+
213
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:118
214
+ msgid "Favorite Actions"
215
+ msgstr "Αγαπημένες Ενέργειες"
216
+
217
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:119
218
+ msgid "Display Favorite Actions"
219
+ msgstr "Εμφάνιση Αγαπημένων Ενεργειών"
220
+
221
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:120
222
+ msgid "Just in case you realize you don't need this anymore with such a fast and usable menu."
223
+ msgstr "Σε περίπτωση που δεν έχετε συνειδητοποιήσει ότι δεν το χρειάζεστε άλλο πια με ένα τόσο γρήγορο και εύχρηστο μενού..."
224
+
225
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:133
226
+ msgid "Hide \"0\" Bubbles"
227
+ msgstr "Κρύψε τα Συννεφάκια \"0\""
228
+
229
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:134
230
+ msgid "Hide speech bubbles when no awaiting comments or outdated plugins"
231
+ msgstr "Δεν θα φαίνονται τα συννεφάκια όταν δεν υπάρχουν σχόλια προς έγκριση ή πρόσθετα που έχουν ενημερωμένη έκδοση"
232
+
233
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:135
234
+ msgid "Check if those tiny \"0\" speech bubble are too distracting for your taste"
235
+ msgstr "Επιλέξτε το αν αυτά τα μικροσκοπικά συννεφάκια \"0\" είναι υπερβολικά ενοχλητικά για το γούστο σας"
236
+
inc/translations/adminmenu-es_ES.mo ADDED
Binary file
inc/translations/adminmenu-es_ES.po ADDED
@@ -0,0 +1,206 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Ozh' Admin Drop Down Menu\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2008-12-12 21:24+0100\n"
6
+ "PO-Revision-Date: 2009-01-26 10:01-0600\n"
7
+ "Last-Translator: Karin Sequen <karin.sequen@bumerang180.com>\n"
8
+ "Language-Team: Karin Sequen || Bumerang 180 <info at bumerang dot 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-KeywordsList: wp_ozh_adminmenu__\n"
13
+ "X-Poedit-Basepath: E:/home/ozh/planetozh.com/blog/wp-content/plugins/ozh-admin-drop-down-menu\n"
14
+ "X-Poedit-Language: Spanish\n"
15
+ "X-Poedit-Country: GUATEMALA\n"
16
+ "X-Poedit-SearchPath-0: E:/home/ozh/planetozh.com/blog/wp-content/plugins/ozh-admin-drop-down-menu\n"
17
+ ": "
18
+
19
+ #: inc/core.php:405
20
+ msgid "updated"
21
+ msgstr "actualizadas"
22
+
23
+ #: inc/core.php:410
24
+ msgid "deleted"
25
+ msgstr "eliminadas"
26
+
27
+ #: inc/core.php:415
28
+ #, php-format
29
+ msgid "Admin Drop Down Menu settings <strong>%s</strong>"
30
+ msgstr "Opciones de Admin Drop Down Menu <strong>%s</strong>"
31
+
32
+ #: inc/options.php:51
33
+ msgid "Top Level Icons"
34
+ msgstr "Iconos Superiores"
35
+
36
+ #: inc/options.php:52
37
+ msgid "Display original menu icons in top level links"
38
+ msgstr "Mostrar los íconos originales en los menús superiores"
39
+
40
+ #: inc/options.php:53
41
+ msgid "Checking this enables Compact Mode &darr;"
42
+ msgstr "Marcar esto habilita la opción de Modo Compacto &darr;"
43
+
44
+ #: inc/options.php:56
45
+ msgid "Compact Mode"
46
+ msgstr "Modo Compacto"
47
+
48
+ #: inc/options.php:57
49
+ msgid "Shrink top level links down to their icons"
50
+ msgstr "Comprimir los men&uacute;s superiores a sus iconos."
51
+
52
+ #: inc/options.php:58
53
+ msgid "That was a cool WordPress feature, so I stole it :)"
54
+ msgstr "Esta era una caracter&iacute;stica genial de WordPress, as&iacute; que me la rob&eacute; :)"
55
+
56
+ #: inc/options.php:61
57
+ msgid "Sublevel Icons"
58
+ msgstr "Iconos de SubNiveles"
59
+
60
+ #: inc/options.php:62
61
+ msgid "Display icons in drop down menus"
62
+ msgstr "Mostrar iconos en los menús desplegables"
63
+
64
+ #: inc/options.php:63
65
+ #, php-format
66
+ msgid "They're so cute (and they're from %s)"
67
+ msgstr "Son tan lindos (y provienen de %s)"
68
+
69
+ #: inc/options.php:66
70
+ msgid "Color Scheme"
71
+ msgstr "Gama de Colores"
72
+
73
+ #: inc/options.php:67
74
+ msgid "Pick a color for your menu bar, using the color wheel or one of the presets"
75
+ msgstr "Selecciona un color para tu barra de men&uacute;, usando el c&iacute;rculo crom&aacute;tico o uno de los colores predeterminados."
76
+
77
+ #: inc/options.php:68
78
+ msgid "No subtle gradient, just plain color."
79
+ msgstr "Sin degradado, s&oacute;lo color plano."
80
+
81
+ #: inc/options.php:113
82
+ msgid "Minimal Mode"
83
+ msgstr "Modo Minimalista"
84
+
85
+ #: inc/options.php:114
86
+ msgid "Hide header"
87
+ msgstr "Ocultar Encabezado"
88
+
89
+ #: inc/options.php:115
90
+ msgid "Remove the whole header bar for maximum screen real estate. Note: The quick link to your blog will be added to the menu, the Logout link in the Users sub-menu."
91
+ msgstr "Remover el encabezado completo para m&aacute;ximo aprovechamiento de la pantalla. Nota: el v&iacute;nculo de acceso r&aacute;pido al sitio se a&ntilde;adir&aacute; al men&uacute;, el v&iacute;nculo para Cerrar Sesión se a&ntilde;adir&aacute; al submen&uacute; de Usuarios."
92
+
93
+ #: inc/options.php:118
94
+ msgid "Favorite Actions"
95
+ msgstr "Acciones Favoritas"
96
+
97
+ #: inc/options.php:119
98
+ msgid "Display Favorite Actions"
99
+ msgstr "Mostrar Acciones Favoritas"
100
+
101
+ #: inc/options.php:120
102
+ msgid "Just in case you realize you don't need this anymore with such a fast and usable menu."
103
+ msgstr "Sólo en caso de que te des cuenta que no necesitas nada de esto con tan rápido y práctico menú."
104
+
105
+ #: inc/options.php:123
106
+ msgid "Break Long Lists"
107
+ msgstr "Partir Listas Largas"
108
+
109
+ #: inc/options.php:124
110
+ #, php-format
111
+ msgid "Break if more than %s menu entries"
112
+ msgstr "Partir en columnas si hay más de %s opciones en el menú"
113
+
114
+ #: inc/options.php:125
115
+ msgid "If a dropdown gets longer than this value, it will switch to horizontal mode so that it will hopefully fit in your screen (requires javascript)"
116
+ msgstr "Si un menú tiene más opciones que este valor, cambiará a modo horizontal para que quepan en tu pantalla (requiere javascript)"
117
+
118
+ #: inc/options.php:128
119
+ msgid "Top Links"
120
+ msgstr "Enlaces Superiores"
121
+
122
+ #: inc/options.php:129
123
+ msgid "Make top links clickable"
124
+ msgstr "Permitir hacer clic en los enlaces superiores"
125
+
126
+ #: inc/options.php:130
127
+ msgid "Uncheck this option to improve compatibility with browsers that cannot handle the \"hover\" event (<em>ie</em> most handheld devices)"
128
+ msgstr "Desmarque esta opción para mejorar la compatibilidad con browsers que no pueden manejar el evento \"hover\" (<em>ie</em> debe manejar dispositivos)"
129
+
130
+ #: inc/options.php:133
131
+ msgid "Hide \"0\" Bubbles"
132
+ msgstr "Ocultar Burbujas"
133
+
134
+ #: inc/options.php:134
135
+ msgid "Hide speech bubbles when no awaiting comments or outdated plugins"
136
+ msgstr "Ocultar burbujas cuando no hay comentarios pendientes ni plugins desactualizados"
137
+
138
+ #: inc/options.php:135
139
+ msgid "Check if those tiny \"0\" speech bubble are too distracting for your taste"
140
+ msgstr "Usa esta opción si las burbujas \"0\" te distraen demasiado"
141
+
142
+ #: inc/options.php:138
143
+ msgid "Give Some &hearts;"
144
+ msgstr "Da un poco de &hearts;"
145
+
146
+ #: inc/options.php:139
147
+ #, php-format
148
+ msgid "Do you like this plugin? Then <a href=\"%s\">rate it 5 Stars</a> on the official Plugin Directory!"
149
+ msgstr "¿Te gusta este plugin? Entonces <a href=\"%s\">dale 5 estrellas</a> en el directorio oficial de plugins!"
150
+
151
+ #: inc/options.php:140
152
+ #, php-format
153
+ msgid "Do you <em>love</em> this plugin? Please <a href=\"%s\">blog about it</a>! Tell your readers you like it so they will discover, try and hopefully like it too&nbsp;:)"
154
+ msgstr "¿Te <em>encanta</em> este plugin? Por favor <a href=\"%s\">promociónalo</a>! Cuéntale a tus lectores que te gusta para que ellos lo descubran, prueben y posiblemente disfruten también&nbsp;:)"
155
+
156
+ #: inc/options.php:141
157
+ #, php-format
158
+ msgid "Are you <span id=\"totallycrazy\">crazy</span> about this plugin? <a href=\"%s\">Paypal me a beer</a>! Every donation warms my heart and motivates me to release free stuff!"
159
+ msgstr "¿Estás <span id=\"totallycrazy\">loco</span> por este plugin? <a href=\"%s\">Haz una donación vía Paypal</a>! Cada donación anima mi corazón y me motiva a continuar ofreciendo cosas gratuitas!"
160
+
161
+ #: inc/options.php:249
162
+ msgid "Save Changes"
163
+ msgstr "Guardar Cambios"
164
+
165
+ #: inc/options.php:255
166
+ #: inc/options.php:269
167
+ msgid "Reset Settings"
168
+ msgstr "Reiniciar Opciones"
169
+
170
+ #: inc/options.php:264
171
+ msgid "Clicking the following button will remove all the settings for this plugin from your database. You might want to do so in the following cases:"
172
+ msgstr "Al hacer clic en el siguiente botón se removerán todas las configuraciones de este plugin de tu base de datos. Es posible que quieras hacerlo en alguno de estos casos:"
173
+
174
+ #: inc/options.php:266
175
+ msgid "you want to uninstall the plugin and leave no unnecessary entries in your database."
176
+ msgstr "deseas desinstalar el plugin y no dejar información innecesaria en tu base de datos."
177
+
178
+ #: inc/options.php:267
179
+ msgid "you want all settings to be reverted to their default values"
180
+ msgstr "deseas que todas las opciones vuelvan a tener sus valores predeterminados."
181
+
182
+ #: inc/options.php:269
183
+ msgid "Really do?"
184
+ msgstr "¿En verdad deseas hacer esto?"
185
+
186
+ #: inc/options.php:270
187
+ msgid "There is no undo, so be very sure you want to click the button!"
188
+ msgstr "No hay opción de deshacer, así que sea muy cuidadoso al darle clic a este botón!"
189
+
190
+ #: inc/core.php:188
191
+ msgid "Visit site"
192
+ msgstr "Visitar el sitio"
193
+
194
+ #: inc/core.php:314
195
+ #: inc/core.php:314
196
+ msgid "Log Out"
197
+ msgstr "Cerrar Sesión"
198
+
199
+ #: inc/options.php:46
200
+ msgid "Icons and Colors"
201
+ msgstr "Iconos y Colores"
202
+
203
+ #: inc/options.php:110
204
+ msgid "Advanced Settings"
205
+ msgstr "Opciones Avanzadas"
206
+
inc/translations/adminmenu-he_IL.mo ADDED
Binary file
inc/translations/adminmenu-he_IL.po ADDED
@@ -0,0 +1,238 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Ozh' Admin Drop Down Menu\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2009-02-20 15:33+0100\n"
6
+ "PO-Revision-Date: 2009-08-30 14:39+0200\n"
7
+ "Last-Translator: Amiad <amiadb@gmail.com>\n"
8
+ "Language-Team: Amiad Bareli <AdminDrop@hatul.info>\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-KeywordsList: wp_ozh_adminmenu__\n"
13
+ "X-Poedit-Basepath: E:\\home\\svn\\plugins\\ozh-admin-drop-down-menu\n"
14
+ "X-Poedit-Language: Hebrew\n"
15
+ "X-Poedit-Country: Israel\n"
16
+ "X-Poedit-SearchPath-0: E:\\home\\svn\\plugins\\ozh-admin-drop-down-menu\n"
17
+
18
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/core.php:348
19
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/core.php:403
20
+ msgid "updated"
21
+ msgstr "עודכן"
22
+
23
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/core.php:353
24
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/core.php:408
25
+ msgid "deleted"
26
+ msgstr "נמחק"
27
+
28
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/core.php:358
29
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/core.php:413
30
+ #, php-format
31
+ msgid "Admin Drop Down Menu settings <strong>%s</strong>"
32
+ msgstr "הגדרות Admin Drop Down Menu<strong>%s</strong>"
33
+
34
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:33
35
+ msgid "Icons"
36
+ msgstr "צלמיות"
37
+
38
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:34
39
+ msgid "Display menu icons"
40
+ msgstr "הצג צלמיות בתפריט"
41
+
42
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:35
43
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:63
44
+ #, php-format
45
+ msgid "They're so cute (and they're from %s)"
46
+ msgstr "הם נורא חמודים (והם מ%s)"
47
+
48
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:40
49
+ msgid "Submenus"
50
+ msgstr "תפריטי משנה"
51
+
52
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:41
53
+ msgid "Display sub menus the regular way"
54
+ msgstr "הצג תפריטי משנה בדרך הרגילה"
55
+
56
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:42
57
+ msgid "Some like it better when sub menus don't even need you to hover the top menu link"
58
+ msgstr "חלק מעדיפים שכאשר אין לך צורך בתפריטי המשנה תוכל ללחוץ על ראש התפריט"
59
+
60
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:45
61
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:123
62
+ msgid "Break Long Lists"
63
+ msgstr "שבור רשימות ארוכות"
64
+
65
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:46
66
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:124
67
+ #, php-format
68
+ msgid "Break if more than %s menu entries"
69
+ msgstr "שבור אם יש יותר מ- %s פריטים בתפריט"
70
+
71
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:47
72
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:125
73
+ msgid "If a dropdown gets longer than this value, it will switch to horizontal mode so that it will hopefully fit in your screen (requires javascript)"
74
+ msgstr "במידה והתפריט הנפתח מכיל מספר פריטים גבוה יותר, אז הוא יופיע בצורה אופקית בשאיפה להתאים למסך שלך (דורש JavaScript)"
75
+
76
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:52
77
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:128
78
+ msgid "Top Links"
79
+ msgstr "קישורים עליונים"
80
+
81
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:53
82
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:129
83
+ msgid "Make top links clickable"
84
+ msgstr "עשה את הקישורים העליונים לחיצים"
85
+
86
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:54
87
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:130
88
+ msgid "Uncheck this option to improve compatibility with browsers that cannot handle the \"hover\" event (<em>ie</em> most handheld devices)"
89
+ msgstr "בטל אפשרות זאת בשביל לתמוך בדפדפנים של מכשירים ניידים שאינם מסתדרים עם האירוע hover ב CSS (למשל מכשירים ניידים)"
90
+
91
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:57
92
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:138
93
+ msgid "Give Some &hearts;"
94
+ msgstr "תן קצת &hearts;"
95
+
96
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:58
97
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:139
98
+ #, php-format
99
+ msgid "Do you like this plugin? Then <a href=\"%s\">rate it 5 Stars</a> on the official Plugin Directory!"
100
+ msgstr "התוסף נחמד? אז <a href=\"%s\">דרג אותו בחמישה כוכבים</a> באתר התוספים הרשמי!"
101
+
102
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:59
103
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:140
104
+ #, php-format
105
+ msgid "Do you <em>love</em> this plugin? Please <a href=\"%s\">blog about it</a>! Tell your readers you like it so they will discover, try and hopefully like it too&nbsp;:)"
106
+ msgstr "אתה <em>אוהב</em> את התוסף? <a href=\"%s\">כתוב עליו</a>! ספר עליו לקוראים שלך ואולי גם הם יאהבו אותו &nbsp;:)"
107
+
108
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:60
109
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:141
110
+ #, php-format
111
+ msgid "Are you <span id=\"totallycrazy\">crazy</span> about this plugin? <a href=\"%s\">Paypal me a beer</a>! Every donation warms my heart and motivates me to release free stuff!"
112
+ msgstr "אתה <strong>משתגע</strong> על התוסף? <a href=\"%s\">תרום לי בירה</a>! כל תרומה תחמם את ליבי ותדרבן אותי לשחרר הפתעות חדשות!"
113
+
114
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:81
115
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:248
116
+ msgid "Save Changes"
117
+ msgstr "שמור שינויים"
118
+
119
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:87
120
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:101
121
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:254
122
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:268
123
+ msgid "Reset Settings"
124
+ msgstr "אפס הגדרות"
125
+
126
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:96
127
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:263
128
+ msgid "Clicking the following button will remove all the settings for this plugin from your database. You might want to do so in the following cases:"
129
+ msgstr "לחיצה על הכפתור הבא תסיר את כל ההגדרות של התוסף הזה ממסד הנתונים. אולי תרצה לעשות זאת במקרים הבאים"
130
+
131
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:98
132
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:265
133
+ msgid "you want to uninstall the plugin and leave no unnecessary entries in your database."
134
+ msgstr "אתה רוצה להסיר את ההתקנה של התוסף ולא להשאיר לכלוך במסד הנתונים"
135
+
136
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:99
137
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:266
138
+ msgid "you want all settings to be reverted to their default values"
139
+ msgstr "אתה רוצה שכל ההגדות יאופסו לערכי ברירת המחדל שלהן"
140
+
141
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:101
142
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:268
143
+ msgid "Really do?"
144
+ msgstr "האם לעשות זאת?"
145
+
146
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:102
147
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:269
148
+ msgid "There is no undo, so be very sure you want to click the button!"
149
+ msgstr "הפעולה אינה ניתנת לביטול, לכן היה בטוח שברצונך ללחוץ על כפתור זה."
150
+
151
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:46
152
+ msgid "Icons and Colors"
153
+ msgstr "צלמיות וצבעים"
154
+
155
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:51
156
+ msgid "Top Level Icons"
157
+ msgstr "צלמיות בסרגל התפריטים"
158
+
159
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:52
160
+ msgid "Display original menu icons in top level links"
161
+ msgstr "הצג את צלמיות ברירת המחדל בסרגל"
162
+
163
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:53
164
+ msgid "Checking this enables Compact Mode &darr;"
165
+ msgstr "שים לב שזה מאפשר מצב קומפקטי &darr;"
166
+
167
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:56
168
+ msgid "Compact Mode"
169
+ msgstr "מצב קומפקטי"
170
+
171
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:57
172
+ msgid "Shrink top level links down to their icons"
173
+ msgstr "צמצם את הקישורים בסרגל לצלמיות שלהם בלבד"
174
+
175
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:58
176
+ msgid "That was a cool WordPress feature, so I stole it :)"
177
+ msgstr "זה מאפיין מגניב של וורדפרס, לכן גנבתי אותו :)"
178
+
179
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:61
180
+ msgid "Sublevel Icons"
181
+ msgstr "צלמיות בתפריטי משנה"
182
+
183
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:62
184
+ msgid "Display icons in drop down menus"
185
+ msgstr "הצג צלמיות בתפריטים הנפתחים"
186
+
187
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:66
188
+ msgid "Color Scheme"
189
+ msgstr "צבעים"
190
+
191
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:67
192
+ msgid "Pick a color for your menu bar, using the color wheel or one of the presets"
193
+ msgstr "הכנס צבע לסרגל התפריטים שלך, השתמש בגלגל הצבעים או באחת מהאפשרויות המוכנות."
194
+
195
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:68
196
+ msgid "No subtle gradient, just plain color."
197
+ msgstr "בלי דירוג, רק צבע פשוט."
198
+
199
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:110
200
+ msgid "Advanced Settings"
201
+ msgstr "הגדרות מתקדמות"
202
+
203
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:113
204
+ msgid "Minimal Mode"
205
+ msgstr "מצב מינימלי"
206
+
207
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:114
208
+ msgid "Hide header"
209
+ msgstr "הסתר את ראש העמוד"
210
+
211
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:115
212
+ msgid "Remove the whole header bar for maximum screen real estate. Note: The quick link to your blog will be added to the menu, the Logout link in the Users sub-menu."
213
+ msgstr "הסר את ראש הדף לניצול מקסימלי של המסך. שים לב: קישור לבלוג שלך יתווסף לתפריט, קישור להתנתקות יתווסף לתפריט המשנה \"משתמשים\"."
214
+
215
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:118
216
+ msgid "Favorite Actions"
217
+ msgstr "פעולות פופולריות"
218
+
219
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:119
220
+ msgid "Display Favorite Actions"
221
+ msgstr "הצג פעולות פופולריות"
222
+
223
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:120
224
+ msgid "Just in case you realize you don't need this anymore with such a fast and usable menu."
225
+ msgstr "למקרה שאתה בטוח שמה שאתה צריך הוא תפריט מהיר ושימושי."
226
+
227
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:133
228
+ msgid "Hide \"0\" Bubbles"
229
+ msgstr "הסתר בועות \"0\""
230
+
231
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:134
232
+ msgid "Hide speech bubbles when no awaiting comments or outdated plugins"
233
+ msgstr "הסתר בועות כאשר אין תגובות ממתינות לאישור או תוספים שאינם מעודכנים"
234
+
235
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:135
236
+ msgid "Check if those tiny \"0\" speech bubble are too distracting for your taste"
237
+ msgstr "סמן זאת אם בלוני \"0\" מסיחים את דעתך"
238
+
inc/translations/adminmenu-it_IT.mo ADDED
Binary file
inc/translations/adminmenu-it_IT.po ADDED
@@ -0,0 +1,244 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Ozh' Admin Drop Down Menu in italiano\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2009-02-20 15:33+0100\n"
6
+ "PO-Revision-Date: 2009-02-22 17:59+0100\n"
7
+ "Last-Translator: Gianni Diurno (aka gidibao) <gidibao@gmail.com>\n"
8
+ "Language-Team: Gianni Diurno | http://gidibao.net/ <gidibao at gmail dot 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-KeywordsList: wp_ozh_adminmenu__\n"
13
+ "X-Poedit-Basepath: E:\\home\\ozh\\planetozh.com\\blog\\wp-content\\plugins\\ozh-admin-drop-down-menu\n"
14
+ "X-Poedit-Language: Italian\n"
15
+ "X-Poedit-Country: ITALY\n"
16
+ "X-Poedit-SourceCharset: utf-8\n"
17
+ "X-Poedit-SearchPath-0: E:\\home\\ozh\\planetozh.com\\blog\\wp-content\\plugins\\ozh-admin-drop-down-menu\n"
18
+
19
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/core.php:348
20
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/core.php:403
21
+ msgid "updated"
22
+ msgstr "aggiornato"
23
+
24
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/core.php:353
25
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/core.php:408
26
+ msgid "deleted"
27
+ msgstr "cancellato"
28
+
29
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/core.php:358
30
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/core.php:413
31
+ #, php-format
32
+ msgid "Admin Drop Down Menu settings <strong>%s</strong>"
33
+ msgstr "Impostazioni menu Drop Down di amministrazione <strong>%s</strong>"
34
+
35
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:33
36
+ msgid "Icons"
37
+ msgstr "Icone"
38
+
39
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:34
40
+ msgid "Display menu icons"
41
+ msgstr "Mostra menu icone"
42
+
43
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:35
44
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:63
45
+ #, php-format
46
+ msgid "They're so cute (and they're from %s)"
47
+ msgstr "(icone fornite da %s)"
48
+
49
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:40
50
+ msgid "Submenus"
51
+ msgstr "Menu a discesa"
52
+
53
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:41
54
+ msgid "Display sub menus the regular way"
55
+ msgstr "Mostra i sotto-menu nel modo consueto"
56
+
57
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:42
58
+ msgid "Some like it better when sub menus don't even need you to hover the top menu link"
59
+ msgstr "Qualora preferissi non utilizzare la funzione hover per la navigazione dei link dal menu principale "
60
+
61
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:45
62
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:123
63
+ msgid "Break Long Lists"
64
+ msgstr "Elenchi"
65
+
66
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:46
67
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:124
68
+ #, php-format
69
+ msgid "Break if more than %s menu entries"
70
+ msgstr "Spezza in presenza di più di %s voci nel menu"
71
+
72
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:47
73
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:125
74
+ msgid "If a dropdown gets longer than this value, it will switch to horizontal mode so that it will hopefully fit in your screen (requires javascript)"
75
+ msgstr "Se il numero degli elementi sarà superiore a questo valore, la loro disposizione verrà mostrata orizzontalmente nella speranza che la visualizzazione possa essere adeguata allo schermo (javascript necessario) "
76
+
77
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:52
78
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:128
79
+ msgid "Top Links"
80
+ msgstr "Link principali"
81
+
82
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:53
83
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:129
84
+ msgid "Make top links clickable"
85
+ msgstr "Rendi cliccabili i link del menu principale"
86
+
87
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:54
88
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:130
89
+ msgid "Uncheck this option to improve compatibility with browsers that cannot handle the \"hover\" event (<em>ie</em> most handheld devices)"
90
+ msgstr "Leva il segno di spunta per migliorare la compatibilità con quella tipologia di browsers che non sono in grado di gestire la funzione \"hover\" (<em>ie</em>)"
91
+
92
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:57
93
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:138
94
+ msgid "Give Some &hearts;"
95
+ msgstr "Riconoscimenti"
96
+
97
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:58
98
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:139
99
+ #, php-format
100
+ msgid "Do you like this plugin? Then <a href=\"%s\">rate it 5 Stars</a> on the official Plugin Directory!"
101
+ msgstr "Ti piace questo plugin? Allora <a href=\"%s\">vota 5 stelle</a> nella Plugin Directory ufficiale!"
102
+
103
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:59
104
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:140
105
+ #, php-format
106
+ msgid "Do you <em>love</em> this plugin? Please <a href=\"%s\">blog about it</a>! Tell your readers you like it so they will discover, try and hopefully like it too&nbsp;:)"
107
+ msgstr "<em>Ami</em> questo plugin? Scrivi un <a href=\"%s\">articolo</a> nel tuo blog! Racconta ai tuoi lettori quanto ti piaccia facendo sì che anche loro lo possano conoscere&nbsp;:)"
108
+
109
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:60
110
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:141
111
+ #, php-format
112
+ msgid "Are you <span id=\"totallycrazy\">crazy</span> about this plugin? <a href=\"%s\">Paypal me a beer</a>! Every donation warms my heart and motivates me to release free stuff!"
113
+ msgstr "Sei <span id=\"totallycrazy\">follemente</span> innamorato del plugin? <a href=\"%s\">Offrimi una birra con Paypal</a>! Ogni donazione affrancherà il mio cuore motivandomi ulteriormente nella creazione di nuovi plugin!"
114
+
115
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:81
116
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:248
117
+ msgid "Save Changes"
118
+ msgstr "Salva le modifiche"
119
+
120
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:87
121
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:101
122
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:254
123
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:268
124
+ msgid "Reset Settings"
125
+ msgstr "Ripristino impostazioni"
126
+
127
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:96
128
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:263
129
+ msgid "Clicking the following button will remove all the settings for this plugin from your database. You might want to do so in the following cases:"
130
+ msgstr "Cliccando sul pulsante verranno rimosse dal database tutte le impostazioni per il plugin. L'operazione é necessaria nei seguenti casi:"
131
+
132
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:98
133
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:265
134
+ msgid "you want to uninstall the plugin and leave no unnecessary entries in your database."
135
+ msgstr "desideri disinstallare il plugin e non lasciare alcun dato inutile nel database"
136
+
137
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:99
138
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:266
139
+ msgid "you want all settings to be reverted to their default values"
140
+ msgstr "desideri che tutte le impostazioni siano ripristinate ai loro valori predefiniti"
141
+
142
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:101
143
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:268
144
+ msgid "Really do?"
145
+ msgstr "Sei certo?"
146
+
147
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:102
148
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:269
149
+ msgid "There is no undo, so be very sure you want to click the button!"
150
+ msgstr "L'operazione sarà irreversibile. Sii ben certo di quello che stai facendo prima di cliccare il bottone!"
151
+
152
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:46
153
+ msgid "Icons and Colors"
154
+ msgstr "Icone e colori"
155
+
156
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:51
157
+ msgid "Top Level Icons"
158
+ msgstr "Icone principali"
159
+
160
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:52
161
+ msgid "Display original menu icons in top level links"
162
+ msgstr "Mostra le icone originali nei link principali"
163
+
164
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:53
165
+ msgid "Checking this enables Compact Mode &darr;"
166
+ msgstr "Il segno di spunta attiverà la modalità compatta &darr;"
167
+
168
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:56
169
+ msgid "Compact Mode"
170
+ msgstr "Modalità compatta"
171
+
172
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:57
173
+ msgid "Shrink top level links down to their icons"
174
+ msgstr "Porta a livello delle proprie icone i link principali"
175
+
176
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:58
177
+ msgid "That was a cool WordPress feature, so I stole it :)"
178
+ msgstr "Questa é un'ottima opzione di WordPress :-)"
179
+
180
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:61
181
+ msgid "Sublevel Icons"
182
+ msgstr "Icone sotto-livelli"
183
+
184
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:62
185
+ msgid "Display icons in drop down menus"
186
+ msgstr "Mostra le icone via menu a tendina"
187
+
188
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:66
189
+ msgid "Color Scheme"
190
+ msgstr "Schema colore"
191
+
192
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:67
193
+ msgid "Pick a color for your menu bar, using the color wheel or one of the presets"
194
+ msgstr "Scegli un colore per la barra del menu utilizzado lo strumento dedicato oppure uno dei predefiniti"
195
+
196
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:68
197
+ msgid "No subtle gradient, just plain color."
198
+ msgstr "Nessun gradiente, solo colore a tinta unica."
199
+
200
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:110
201
+ msgid "Advanced Settings"
202
+ msgstr "Impostazioni avanzate"
203
+
204
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:113
205
+ msgid "Minimal Mode"
206
+ msgstr "Modalità minimalista"
207
+
208
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:114
209
+ msgid "Hide header"
210
+ msgstr "Nascondi la intestazione"
211
+
212
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:115
213
+ msgid "Remove the whole header bar for maximum screen real estate. Note: The quick link to your blog will be added to the menu, the Logout link in the Users sub-menu."
214
+ msgstr "Rimuovi l'intera barra del titolo per ottenere il massimo spazio nello schermo. Il link veloce al tuo blog sarà aggiunto al menu mentre il collegamento di logout verrà aggiunto al sotto-menu utenti."
215
+
216
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:118
217
+ msgid "Favorite Actions"
218
+ msgstr "Azioni preferite"
219
+
220
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:119
221
+ msgid "Display Favorite Actions"
222
+ msgstr "Mostra azioni preferite"
223
+
224
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:120
225
+ msgid "Just in case you realize you don't need this anymore with such a fast and usable menu."
226
+ msgstr "Solo nel caso in cui non lo desiderassi preferendo un menu più veloce. "
227
+
228
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:133
229
+ msgid "Hide \"0\" Bubbles"
230
+ msgstr "Nacondi \"0\" Bubbles"
231
+
232
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:134
233
+ msgid "Hide speech bubbles when no awaiting comments or outdated plugins"
234
+ msgstr "Nascondi le bubble informative in assenza di commenti da moderare o plugin da aggiornare"
235
+
236
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:135
237
+ msgid "Check if those tiny \"0\" speech bubble are too distracting for your taste"
238
+ msgstr "Metti il segno di spunta allo \"0\" se le bubble informative ti infastidissero"
239
+
240
+ #~ msgid "(might need a page refresh here)"
241
+ #~ msgstr "(potrebbe essere necessario ricaricare la pagina)"
242
+ #~ msgid "They're so cute."
243
+ #~ msgstr "Bellissime"
244
+
inc/translations/adminmenu-ko_KR.mo ADDED
Binary file
inc/translations/adminmenu-ko_KR.po ADDED
@@ -0,0 +1,244 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Korean by Soul\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2009-02-20 15:33+0100\n"
6
+ "PO-Revision-Date: 2009-02-20 23:43-0500\n"
7
+ "Last-Translator: Jong-In Kim <soulofpure@hotmail.com>\n"
8
+ "Language-Team: Jong-In Kim <soulofpure@hotmail.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-KeywordsList: wp_ozh_adminmenu__\n"
13
+ "X-Poedit-Basepath: E:\\home\\ozh\\planetozh.com\\blog\\wp-content\\plugins\\ozh-admin-drop-down-menu\n"
14
+ "X-Poedit-Language: Korean\n"
15
+ "X-Poedit-Country: KOREA, REPUBLIC OF\n"
16
+ "X-Poedit-SourceCharset: utf-8\n"
17
+ "X-Poedit-SearchPath-0: E:\\home\\ozh\\planetozh.com\\blog\\wp-content\\plugins\\ozh-admin-drop-down-menu\n"
18
+
19
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/core.php:348
20
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/core.php:403
21
+ msgid "updated"
22
+ msgstr "업데이트됨"
23
+
24
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/core.php:353
25
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/core.php:408
26
+ msgid "deleted"
27
+ msgstr "삭제됨"
28
+
29
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/core.php:358
30
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/core.php:413
31
+ #, php-format
32
+ msgid "Admin Drop Down Menu settings <strong>%s</strong>"
33
+ msgstr "관리자 드랍다운 메뉴 설정 <strong>%s</strong>"
34
+
35
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:33
36
+ msgid "Icons"
37
+ msgstr "아이콘"
38
+
39
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:34
40
+ msgid "Display menu icons"
41
+ msgstr "메뉴 아이콘 표시"
42
+
43
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:35
44
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:63
45
+ #, php-format
46
+ msgid "They're so cute (and they're from %s)"
47
+ msgstr "매우 귀엽습니다 (출처는 %s 입니다)"
48
+
49
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:40
50
+ msgid "Submenus"
51
+ msgstr "하위메뉴"
52
+
53
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:41
54
+ msgid "Display sub menus the regular way"
55
+ msgstr "일반 방법으로 하위메뉴 표시"
56
+
57
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:42
58
+ msgid "Some like it better when sub menus don't even need you to hover the top menu link"
59
+ msgstr "몇몇은 하위메뉴가 상위메뉴링크 선회를 필요로 하지 않는 것을 더 좋아하기도 합니다"
60
+
61
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:45
62
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:123
63
+ msgid "Break Long Lists"
64
+ msgstr "긴 리스트 쪼개기"
65
+
66
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:46
67
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:124
68
+ #, php-format
69
+ msgid "Break if more than %s menu entries"
70
+ msgstr "만약 %s 개의 메뉴 목록보다 많으면 쪼개기"
71
+
72
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:47
73
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:125
74
+ msgid "If a dropdown gets longer than this value, it will switch to horizontal mode so that it will hopefully fit in your screen (requires javascript)"
75
+ msgstr "만약 이 값보다 더 길다면, 스크린에 끼워맞추기 위해 수평모드로 변환됩니다 (자바스크립트가 필요합니다)"
76
+
77
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:52
78
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:128
79
+ msgid "Top Links"
80
+ msgstr "상위 링크"
81
+
82
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:53
83
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:129
84
+ msgid "Make top links clickable"
85
+ msgstr "상위링크 클릭 가능하게 만들기"
86
+
87
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:54
88
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:130
89
+ msgid "Uncheck this option to improve compatibility with browsers that cannot handle the \"hover\" event (<em>ie</em> most handheld devices)"
90
+ msgstr "\"hover\" 이벤트를 허용하지 않는 브라우저와의 호환성을 위해 이 옵션의 선택을 취소합니다 (<em>ie</em> 대부분의 휴대용 기기)"
91
+
92
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:57
93
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:138
94
+ msgid "Give Some &hearts;"
95
+ msgstr "Give Some &hearts;"
96
+
97
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:58
98
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:139
99
+ #, php-format
100
+ msgid "Do you like this plugin? Then <a href=\"%s\">rate it 5 Stars</a> on the official Plugin Directory!"
101
+ msgstr "이 플러그인이 마음에 드십니까? 그러면 공식 플러그인 디렉토리에서 <a href=\"%s\">별 5개를 주세요</a>!"
102
+
103
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:59
104
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:140
105
+ #, php-format
106
+ msgid "Do you <em>love</em> this plugin? Please <a href=\"%s\">blog about it</a>! Tell your readers you like it so they will discover, try and hopefully like it too&nbsp;:)"
107
+ msgstr "이 플러그인을 <em>사랑하세요</em> ? 제발 블로그에 <a href=\"%s\">이에 관해 올려주세요</a>! 읽는이에게 좋다고 얘기해준다면, 그들도 찾게되고 이용하고 좋아하기를 바랍니다.&nbsp;:)"
108
+
109
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:60
110
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:141
111
+ #, php-format
112
+ msgid "Are you <span id=\"totallycrazy\">crazy</span> about this plugin? <a href=\"%s\">Paypal me a beer</a>! Every donation warms my heart and motivates me to release free stuff!"
113
+ msgstr "이 플러그인에 <span id=\"totallycrazy\">빠지셨나요</span> ? <a href=\"%s\">저에게 페이팔을</a>!모든 기부는 제 마음을 따뜻하게 하고 더 많은 무료를 배포하게 합니다!"
114
+
115
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:81
116
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:248
117
+ msgid "Save Changes"
118
+ msgstr "변경 저장"
119
+
120
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:87
121
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:101
122
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:254
123
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:268
124
+ msgid "Reset Settings"
125
+ msgstr "설정 초기화"
126
+
127
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:96
128
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:263
129
+ msgid "Clicking the following button will remove all the settings for this plugin from your database. You might want to do so in the following cases:"
130
+ msgstr "다음 버튼을 클릭하면 이 플러그인의 모든 설정이 데이터베이스에서 삭제됩니다. 다음과 같은 경우를 원하는 것 일 수도 있습니다:"
131
+
132
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:98
133
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:265
134
+ msgid "you want to uninstall the plugin and leave no unnecessary entries in your database."
135
+ msgstr "플러그인을 제거하고 데이터베이스에서 쓸모없는 엔트리를 남기지 않기를 원하셨습니다."
136
+
137
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:99
138
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:266
139
+ msgid "you want all settings to be reverted to their default values"
140
+ msgstr "모든 설정이 기본값으로 돌아가기를 원하셨습니다"
141
+
142
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:101
143
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:268
144
+ msgid "Really do?"
145
+ msgstr "정말 진행합니까?"
146
+
147
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:102
148
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:269
149
+ msgid "There is no undo, so be very sure you want to click the button!"
150
+ msgstr "번복하는 일은 없으니, 버튼을 누르는데 신중해주세요!"
151
+
152
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:46
153
+ msgid "Icons and Colors"
154
+ msgstr "아이콘과 색상"
155
+
156
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:51
157
+ msgid "Top Level Icons"
158
+ msgstr "상위레벨 아이콘"
159
+
160
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:52
161
+ msgid "Display original menu icons in top level links"
162
+ msgstr "상위레벨 링크에 기본 메뉴아이콘 표시"
163
+
164
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:53
165
+ msgid "Checking this enables Compact Mode &darr;"
166
+ msgstr "선택시 컴팩트 모드 활성화 &darr;"
167
+
168
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:56
169
+ msgid "Compact Mode"
170
+ msgstr "컴팩트 모드"
171
+
172
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:57
173
+ msgid "Shrink top level links down to their icons"
174
+ msgstr "상위레벨 링크를 아이콘으로 줄이기"
175
+
176
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:58
177
+ msgid "That was a cool WordPress feature, so I stole it :)"
178
+ msgstr "멋진 워드프레스 기능이라서 제가 훔쳤습니다 :)"
179
+
180
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:61
181
+ msgid "Sublevel Icons"
182
+ msgstr "하위레벨 아이콘"
183
+
184
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:62
185
+ msgid "Display icons in drop down menus"
186
+ msgstr "드랍다운 메뉴에 아이콘 표시"
187
+
188
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:66
189
+ msgid "Color Scheme"
190
+ msgstr "색상 구성표"
191
+
192
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:67
193
+ msgid "Pick a color for your menu bar, using the color wheel or one of the presets"
194
+ msgstr "색상휠이나 프리셋을 이용해서 메뉴바 색상을 고르세요 "
195
+
196
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:68
197
+ msgid "No subtle gradient, just plain color."
198
+ msgstr "그라디언트를 쓰지않고 단색만 쓰기."
199
+
200
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:110
201
+ msgid "Advanced Settings"
202
+ msgstr "고급 설정"
203
+
204
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:113
205
+ msgid "Minimal Mode"
206
+ msgstr "미니 모드"
207
+
208
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:114
209
+ msgid "Hide header"
210
+ msgstr "헤더 숨기기"
211
+
212
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:115
213
+ msgid "Remove the whole header bar for maximum screen real estate. Note: The quick link to your blog will be added to the menu, the Logout link in the Users sub-menu."
214
+ msgstr "모든 상단바를 스크린 최대화를 위해 제거합니다. 알림: 블로그로 이동하는 퀵링크는 메뉴에 추가될 것이고, 로그아웃 링크는 사용자 하위메뉴에 추가될 것입니다."
215
+
216
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:118
217
+ msgid "Favorite Actions"
218
+ msgstr "자주쓰는 액션"
219
+
220
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:119
221
+ msgid "Display Favorite Actions"
222
+ msgstr "자주쓰는 액션 표시"
223
+
224
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:120
225
+ msgid "Just in case you realize you don't need this anymore with such a fast and usable menu."
226
+ msgstr "빠르고 유용한 메뉴와 같이 이것을 사용할 필요가 없다는 걸 알게될 것입니다."
227
+
228
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:133
229
+ msgid "Hide \"0\" Bubbles"
230
+ msgstr "\"0\" 풍선 숨기기"
231
+
232
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:134
233
+ msgid "Hide speech bubbles when no awaiting comments or outdated plugins"
234
+ msgstr "기다리는 댓글이나 오래된 플러그인이 없을때는 말풍선을 숨기기"
235
+
236
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:135
237
+ msgid "Check if those tiny \"0\" speech bubble are too distracting for your taste"
238
+ msgstr "만약 작은 \"0\" 말풍선이 거슬린다면 체크하세요."
239
+
240
+ #~ msgid "(might need a page refresh here)"
241
+ #~ msgstr "(potrebbe essere necessario ricaricare la pagina)"
242
+ #~ msgid "They're so cute."
243
+ #~ msgstr "Bellissime"
244
+
inc/translations/adminmenu-pt_BR.mo ADDED
Binary file
inc/translations/adminmenu-pt_BR.po ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Ozh' Admin Drop Down Menu\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2008-12-12 21:24+0100\n"
6
+ "PO-Revision-Date: 2009-05-22 12:16-0300\n"
7
+ "Last-Translator: Renato Tavares <renatoaugusto.adm@gmail.com>\n"
8
+ "Language-Team: Karin Sequen || Bumerang 180 <info at bumerang dot 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-KeywordsList: wp_ozh_adminmenu__\n"
13
+ "X-Poedit-Basepath: E:/home/ozh/planetozh.com/blog/wp-content/plugins/ozh-admin-drop-down-menu\n"
14
+ "X-Poedit-Language: Spanish\n"
15
+ "X-Poedit-Country: GUATEMALA\n"
16
+ ": \n"
17
+ "X-Poedit-SearchPath-0: E:/home/ozh/planetozh.com/blog/wp-content/plugins/ozh-admin-drop-down-menu\n"
18
+
19
+ #: inc/core.php:405
20
+ msgid "updated"
21
+ msgstr "atualizado"
22
+
23
+ #: inc/core.php:410
24
+ msgid "deleted"
25
+ msgstr "deletado"
26
+
27
+ #: inc/core.php:415
28
+ #, php-format
29
+ msgid "Admin Drop Down Menu settings <strong>%s</strong>"
30
+ msgstr "Admin Drop Down Menu configura&ccedil;&otilde;es <strong>%s</strong>"
31
+
32
+ #: inc/options.php:51
33
+ msgid "Top Level Icons"
34
+ msgstr "Icones Superiores"
35
+
36
+ #: inc/options.php:52
37
+ msgid "Display original menu icons in top level links"
38
+ msgstr "Mostrar os &iacute;cones originais nos menus superiores "
39
+
40
+ #: inc/options.php:53
41
+ msgid "Checking this enables Compact Mode &darr;"
42
+ msgstr "Marcar isto habilita opção de Modo Compacto &darr;"
43
+
44
+ #: inc/options.php:56
45
+ msgid "Compact Mode"
46
+ msgstr "Modo Compacto"
47
+
48
+ #: inc/options.php:57
49
+ msgid "Shrink top level links down to their icons"
50
+ msgstr "Encurtar os menus superiores para apenas os &iacute;cones"
51
+
52
+ #: inc/options.php:58
53
+ msgid "That was a cool WordPress feature, so I stole it :)"
54
+ msgstr "Est&aacute; era uma caracter&iacute;stica legal do WordPress, ent&atilde;o eu roubei :)"
55
+
56
+ #: inc/options.php:61
57
+ msgid "Sublevel Icons"
58
+ msgstr "&Iacute;cones dos menus suspensos"
59
+
60
+ #: inc/options.php:62
61
+ msgid "Display icons in drop down menus"
62
+ msgstr "Mostrar &iacute;cones nos menus suspensos"
63
+
64
+ #: inc/options.php:63
65
+ #, php-format
66
+ msgid "They're so cute (and they're from %s)"
67
+ msgstr "Eles s&atilde;o t&atilde;o bonitos (provenientes de %s)"
68
+
69
+ #: inc/options.php:66
70
+ msgid "Color Scheme"
71
+ msgstr "Esquema de cores"
72
+
73
+ #: inc/options.php:67
74
+ msgid "Pick a color for your menu bar, using the color wheel or one of the presets"
75
+ msgstr "Escolha uma cor para a sua barra de menu, utilizando o c&iacute;rculo de cores ou uma cor predefinida "
76
+
77
+ #: inc/options.php:68
78
+ msgid "No subtle gradient, just plain color."
79
+ msgstr "Sem gradiente, usar cor &uacute;nica."
80
+
81
+ #: inc/options.php:113
82
+ msgid "Minimal Mode"
83
+ msgstr "Modo Minimalista"
84
+
85
+ #: inc/options.php:114
86
+ msgid "Hide header"
87
+ msgstr "Esconder cabe&ccedil;alho"
88
+
89
+ #: inc/options.php:115
90
+ msgid "Remove the whole header bar for maximum screen real estate. Note: The quick link to your blog will be added to the menu, the Logout link in the Users sub-menu."
91
+ msgstr "Retire todo cabeçalho para o m&aacute;ximo aproveitamento da tela. Nota: O link r&aacute;pido para o seu blog ser&aacute; incorporado ao menu, o link Sair no sub-menu Usu&aacute;rios."
92
+
93
+ #: inc/options.php:118
94
+ msgid "Favorite Actions"
95
+ msgstr "A&ccedil;&otilde;es Favoritas"
96
+
97
+ #: inc/options.php:119
98
+ msgid "Display Favorite Actions"
99
+ msgstr "Mostrar A&ccedil;&otilde;es Favoritas"
100
+
101
+ #: inc/options.php:120
102
+ msgid "Just in case you realize you don't need this anymore with such a fast and usable menu."
103
+ msgstr "S&oacute; no caso de voc&ecirc; perceber que n&atilde;o necessita mais deste pr&aacute;tico e r&aacute;pido menu."
104
+
105
+ #: inc/options.php:123
106
+ msgid "Break Long Lists"
107
+ msgstr "Quebrar listas longas"
108
+
109
+ #: inc/options.php:124
110
+ #, php-format
111
+ msgid "Break if more than %s menu entries"
112
+ msgstr "Dividir em colunas se mais de %s op&ccedil;&otilde;es no menu"
113
+
114
+ #: inc/options.php:125
115
+ msgid "If a dropdown gets longer than this value, it will switch to horizontal mode so that it will hopefully fit in your screen (requires javascript)"
116
+ msgstr "Se um menu tiver mais op&ccedil;&otilde;es do que este valor ser&aacute; alterado para modo horizontal para que ela venha a caber na sua tela (requer javascript)"
117
+
118
+ #: inc/options.php:128
119
+ msgid "Top Links"
120
+ msgstr "Links Superiores"
121
+
122
+ #: inc/options.php:129
123
+ msgid "Make top links clickable"
124
+ msgstr "Permitir clicks nos links superiores"
125
+
126
+ #: inc/options.php:130
127
+ msgid "Uncheck this option to improve compatibility with browsers that cannot handle the \"hover\" event (<em>ie</em> most handheld devices)"
128
+ msgstr "Desmarque essa opção para melhorar a compatibilidade com browsers que não podem manipular o evento \"hover\" (<em>ou seja</em> dispositivos portateis)"
129
+
130
+ #: inc/options.php:133
131
+ msgid "Hide \"0\" Bubbles"
132
+ msgstr "Ocultar bal&otilde;es de notificaç&atilde;o"
133
+
134
+ #: inc/options.php:134
135
+ msgid "Hide speech bubbles when no awaiting comments or outdated plugins"
136
+ msgstr "Ocultar bal&atilde;o de notificaç&atilde;o quando um coment&aacute;rio aguarda modera&ccedil;&atilde;o ou um plugin est&aacute; desatualizado"
137
+
138
+ #: inc/options.php:135
139
+ msgid "Check if those tiny \"0\" speech bubble are too distracting for your taste"
140
+ msgstr "Use est&aacute; op&ccedil;&atilde;o \"0\" se os bal&otilde;es de notifica&ccedil;&atilde;o s&atilde;o muita distraç&atilde;o para voc&ecirc;."
141
+
142
+ #: inc/options.php:138
143
+ msgid "Give Some &hearts;"
144
+ msgstr "D&ecirc; um pouco de &hearts;"
145
+
146
+ #: inc/options.php:139
147
+ #, php-format
148
+ msgid "Do you like this plugin? Then <a href=\"%s\">rate it 5 Stars</a> on the official Plugin Directory!"
149
+ msgstr "Voc&ecirc; gosta deste plugin? Ent&atilde;o <a href=\"%s\">d&ecirc; 5 estrelas</a> no diret&oacute;rio oficial de plugins!"
150
+
151
+ #: inc/options.php:140
152
+ #, php-format
153
+ msgid "Do you <em>love</em> this plugin? Please <a href=\"%s\">blog about it</a>! Tell your readers you like it so they will discover, try and hopefully like it too&nbsp;:)"
154
+ msgstr "Voc&ecirc; <em>ama</em> este plugin? Por favor <a href=\"%s\">divulgue</a>! Diga aos seus leitores que voc&ecirc; gosta, assim eles ir&atilde;o experimentar e com certeza gostar tamb&eacute;m:)"
155
+
156
+ #: inc/options.php:141
157
+ #, php-format
158
+ msgid "Are you <span id=\"totallycrazy\">crazy</span> about this plugin? <a href=\"%s\">Paypal me a beer</a>! Every donation warms my heart and motivates me to release free stuff!"
159
+ msgstr "Est&aacute; <span id=\"totallycrazy\">louco</span> por este plugin? <a href=\"%s\">Fa&ccedil;a uma doa&ccedil;&atilde;o via Paypal</a>! Toda doa&ccedil;&atilde;o aquece o meu cora&ccedil;&atilde;o e me motiva a liberta&ccedil;&atilde;o material gr&aacute;tis!"
160
+
161
+ #: inc/options.php:249
162
+ msgid "Save Changes"
163
+ msgstr "Salvar altera&ccedil;&otilde;es"
164
+
165
+ #: inc/options.php:255
166
+ #: inc/options.php:269
167
+ msgid "Reset Settings"
168
+ msgstr "Resetar Configura&ccedil;&otilde;es"
169
+
170
+ #: inc/options.php:264
171
+ msgid "Clicking the following button will remove all the settings for this plugin from your database. You might want to do so in the following cases:"
172
+ msgstr "Clicando no bot&atilde;o seguinte ir&aacute; remover todas as configura&ccedil;&otilde;es para este plugin em seu banco de dados. Voc&ecirc; pode querer faz&ecirc;-lo nos seguintes casos:"
173
+
174
+ #: inc/options.php:266
175
+ msgid "you want to uninstall the plugin and leave no unnecessary entries in your database."
176
+ msgstr "quiser desinstalar o plugin e n&atilde;o deixar as entradas desnecess&aacute;rias em seu banco de dados."
177
+
178
+ #: inc/options.php:267
179
+ msgid "you want all settings to be reverted to their default values"
180
+ msgstr "deseja que todas as configura&ccedil;&otilde;es sejam revertidas para os valores padr&otilde;es "
181
+
182
+ #: inc/options.php:269
183
+ msgid "Really do?"
184
+ msgstr "Tem certeza?"
185
+
186
+ #: inc/options.php:270
187
+ msgid "There is no undo, so be very sure you want to click the button!"
188
+ msgstr "N&atilde;o existe nenhuma opç&atilde;o para reverter a operaç&atilde;o, por isso deve ser muito cuidadoso ao clicar neste bot&atilde;o!"
189
+
190
+ #: inc/core.php:188
191
+ msgid "Visit site"
192
+ msgstr "Visitar o site"
193
+
194
+ #: inc/core.php:314
195
+ msgid "Log Out"
196
+ msgstr "Sair"
197
+
198
+ #: inc/options.php:46
199
+ msgid "Icons and Colors"
200
+ msgstr "&Iacute;cones e Cores"
201
+
202
+ #: inc/options.php:110
203
+ msgid "Advanced Settings"
204
+ msgstr "Configura&ccedil;&otilde;es avan&ccedil;adas"
205
+
inc/translations/adminmenu-ro_RO.mo ADDED
Binary file
inc/translations/adminmenu-ro_RO.po ADDED
@@ -0,0 +1,237 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Ozh' Admin Drop Down Menu\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2009-02-20 15:33+0100\n"
6
+ "PO-Revision-Date: 2009-09-15 03:36+0200\n"
7
+ "Last-Translator: Octav <octav@inbox.com>\n"
8
+ "Language-Team: Ozh <ozh at planetozh dot 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-KeywordsList: wp_ozh_adminmenu__\n"
13
+ "X-Poedit-Basepath: E:\\home\\svn\\plugins\\ozh-admin-drop-down-menu\n"
14
+ "X-Poedit-Language: Romanian\n"
15
+ "X-Poedit-Country: ROMANIA\n"
16
+
17
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/core.php:348
18
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/core.php:403
19
+ msgid "updated"
20
+ msgstr "updatat"
21
+
22
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/core.php:353
23
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/core.php:408
24
+ msgid "deleted"
25
+ msgstr "şters"
26
+
27
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/core.php:358
28
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/core.php:413
29
+ #, php-format
30
+ msgid "Admin Drop Down Menu settings <strong>%s</strong>"
31
+ msgstr "Setări Admin Drop Down Menu <strong>%s</strong>"
32
+
33
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:33
34
+ msgid "Icons"
35
+ msgstr "Icoane"
36
+
37
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:34
38
+ msgid "Display menu icons"
39
+ msgstr "Afişează icoane meniu"
40
+
41
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:35
42
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:63
43
+ #, php-format
44
+ msgid "They're so cute (and they're from %s)"
45
+ msgstr "Sunt foarte drăguţe (şi sunt de la %s)"
46
+
47
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:40
48
+ msgid "Submenus"
49
+ msgstr "Submeniuri"
50
+
51
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:41
52
+ msgid "Display sub menus the regular way"
53
+ msgstr "Afişează submeniurile în mod normal"
54
+
55
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:42
56
+ msgid "Some like it better when sub menus don't even need you to hover the top menu link"
57
+ msgstr "Unora le place mai mult când apar meniurile fără să fie măcar nevoie să mergi cu mouseul deasupra linkurilor din bara de meniuri"
58
+
59
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:45
60
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:123
61
+ msgid "Break Long Lists"
62
+ msgstr "Despărţire meniuri"
63
+
64
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:46
65
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:124
66
+ #, php-format
67
+ msgid "Break if more than %s menu entries"
68
+ msgstr "Desparte meniurile daca au mai mult de %s itemi"
69
+
70
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:47
71
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:125
72
+ msgid "If a dropdown gets longer than this value, it will switch to horizontal mode so that it will hopefully fit in your screen (requires javascript)"
73
+ msgstr "Dacă un meniu este mai lung decât această valoare, se va trece pe modul orizontal pentru a încăpea pe tot ecranul (necesită javascript)"
74
+
75
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:52
76
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:128
77
+ msgid "Top Links"
78
+ msgstr "Bara de meniuri"
79
+
80
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:53
81
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:129
82
+ msgid "Make top links clickable"
83
+ msgstr "Transformă linkurile din bara de meniuri în linkuri funcţionale"
84
+
85
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:54
86
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:130
87
+ msgid "Uncheck this option to improve compatibility with browsers that cannot handle the \"hover\" event (<em>ie</em> most handheld devices)"
88
+ msgstr "Deselectează această opţiune pentru a îmbunătăţi compatibilitatea cu navigatoarele ce nu suportă starea \"hover\" (<em>exemplu</em> majoritatea dispozitivelor mobile)"
89
+
90
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:57
91
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:138
92
+ msgid "Give Some &hearts;"
93
+ msgstr "Dăruieşte puţină &hearts;"
94
+
95
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:58
96
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:139
97
+ #, php-format
98
+ msgid "Do you like this plugin? Then <a href=\"%s\">rate it 5 Stars</a> on the official Plugin Directory!"
99
+ msgstr "Iţi place acest plugin? Atunci <a href=\"%s\">notează-l cu 5 stele</a> pe pagina oficială a Directorului de pluginuri!"
100
+
101
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:59
102
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:140
103
+ #, php-format
104
+ msgid "Do you <em>love</em> this plugin? Please <a href=\"%s\">blog about it</a>! Tell your readers you like it so they will discover, try and hopefully like it too&nbsp;:)"
105
+ msgstr "Te-ai <em>îndrăgostit</em> de acest plugin? <a href=\"%s\">Scrie despre el</a>! Spune-le vizitatorilor tăi cât de mult îţi place şi poate îl vor folosi şi iubi şi ei :)"
106
+
107
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:60
108
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:141
109
+ #, php-format
110
+ msgid "Are you <span id=\"totallycrazy\">crazy</span> about this plugin? <a href=\"%s\">Paypal me a beer</a>! Every donation warms my heart and motivates me to release free stuff!"
111
+ msgstr "Eşti <span id=\"totallycrazy\">înnebunit</span> după acest plugin? <a href=\"%s\">Oferă-mi o bere prin Paypal</a>! Fiecare donaţie îmi încălzeşte inima şi mă motivează să produc lucruri gratuit!"
112
+
113
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:81
114
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:248
115
+ msgid "Save Changes"
116
+ msgstr "Salvează modificări"
117
+
118
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:87
119
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:101
120
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:254
121
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:268
122
+ msgid "Reset Settings"
123
+ msgstr "Resetează setări"
124
+
125
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:96
126
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:263
127
+ msgid "Clicking the following button will remove all the settings for this plugin from your database. You might want to do so in the following cases:"
128
+ msgstr "Apăsând pe următorul buton, se vor şterge toate setările salvate de acest plugin în baza de date. Vei dori să faci acest lucru în următoarele cazuri:"
129
+
130
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:98
131
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:265
132
+ msgid "you want to uninstall the plugin and leave no unnecessary entries in your database."
133
+ msgstr "doreşti să dezinstalezi pluginul şi să cureţi baza de date de setările făcute"
134
+
135
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:99
136
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:266
137
+ msgid "you want all settings to be reverted to their default values"
138
+ msgstr "doreşti să resetezi toate setările la valorile iniţiale"
139
+
140
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:101
141
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:268
142
+ msgid "Really do?"
143
+ msgstr "Chiar vrei?"
144
+
145
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:102
146
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:269
147
+ msgid "There is no undo, so be very sure you want to click the button!"
148
+ msgstr "Nu există undo, aşa că atenţie dacă vrei să apeşi pe acest buton!"
149
+
150
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:46
151
+ msgid "Icons and Colors"
152
+ msgstr "Icoane şi culori"
153
+
154
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:51
155
+ msgid "Top Level Icons"
156
+ msgstr "Icoane bară de meniuri"
157
+
158
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:52
159
+ msgid "Display original menu icons in top level links"
160
+ msgstr "Afişează icoanele originale în bara de meniuri"
161
+
162
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:53
163
+ msgid "Checking this enables Compact Mode &darr;"
164
+ msgstr "Alegând această opţiune se activează modul compact &darr;"
165
+
166
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:56
167
+ msgid "Compact Mode"
168
+ msgstr "Mod compact"
169
+
170
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:57
171
+ msgid "Shrink top level links down to their icons"
172
+ msgstr "Micşorează linkurile cât icoanele lor"
173
+
174
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:58
175
+ msgid "That was a cool WordPress feature, so I stole it :)"
176
+ msgstr "O caracteristică simpatică din WordPress pe care am împrumutat-o :)"
177
+
178
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:61
179
+ msgid "Sublevel Icons"
180
+ msgstr "Icoane meniuri"
181
+
182
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:62
183
+ msgid "Display icons in drop down menus"
184
+ msgstr "Afişează icoane în meniurile drop down"
185
+
186
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:66
187
+ msgid "Color Scheme"
188
+ msgstr "Schemă de culori"
189
+
190
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:67
191
+ msgid "Pick a color for your menu bar, using the color wheel or one of the presets"
192
+ msgstr "Alege o culoare pentru bara de meniuri, folosind roata cu culori sau una din culorile predefinite"
193
+
194
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:68
195
+ msgid "No subtle gradient, just plain color."
196
+ msgstr "Fără gradient, doar culoare pură."
197
+
198
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:110
199
+ msgid "Advanced Settings"
200
+ msgstr "Setări avansate"
201
+
202
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:113
203
+ msgid "Minimal Mode"
204
+ msgstr "Mod minimal"
205
+
206
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:114
207
+ msgid "Hide header"
208
+ msgstr "Ascunde antet"
209
+
210
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:115
211
+ msgid "Remove the whole header bar for maximum screen real estate. Note: The quick link to your blog will be added to the menu, the Logout link in the Users sub-menu."
212
+ msgstr "Ascunde partea de deasupra meniurilor. Notă: O scurtătură către blog va fi adăugată în bara de meniuri, iar pentru deautentificare caută în meniul Utilizatori"
213
+
214
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:118
215
+ msgid "Favorite Actions"
216
+ msgstr "Acţiuni Favorite"
217
+
218
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:119
219
+ msgid "Display Favorite Actions"
220
+ msgstr "Afişează Acţiuni Favorite"
221
+
222
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:120
223
+ msgid "Just in case you realize you don't need this anymore with such a fast and usable menu."
224
+ msgstr "In cazul în care îţi dai seama că nu mai ai nevoie de aşa ceva."
225
+
226
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:133
227
+ msgid "Hide \"0\" Bubbles"
228
+ msgstr "Ascunde balonul \"0\""
229
+
230
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:134
231
+ msgid "Hide speech bubbles when no awaiting comments or outdated plugins"
232
+ msgstr "Ascunde balonaşele când nu există comentarii în aşteptare sau pluginuri învechite"
233
+
234
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:135
235
+ msgid "Check if those tiny \"0\" speech bubble are too distracting for your taste"
236
+ msgstr "Selectează dacă acele mici \"0\" balonaşe îţi distrag prea tare atenţia"
237
+
inc/translations/adminmenu-ru_RU.mo ADDED
Binary file
inc/translations/adminmenu-ru_RU.po ADDED
@@ -0,0 +1,212 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Ozh' Admin Drop Down Menu\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2008-12-12 21:24+0100\n"
6
+ "PO-Revision-Date: 2009-05-22 12:53+0300\n"
7
+ "Last-Translator: Илья <mrilyuha@gmail.com>\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-KeywordsList: wp_ozh_adminmenu__\n"
13
+ "X-Poedit-Basepath: E:\\home\\ozh\\planetozh.com\\blog\\wp-content\\plugins\\ozh-admin-drop-down-menu\n"
14
+ "X-Poedit-Language: Russian\n"
15
+ "X-Poedit-Country: RUSSIAN FEDERATION\n"
16
+ "X-Poedit-SourceCharset: utf-8\n"
17
+ "X-Poedit-SearchPath-0: E:\\home\\ozh\\planetozh.com\\blog\\wp-content\\plugins\\ozh-admin-drop-down-menu\n"
18
+
19
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/core.php:408
20
+ msgid "updated"
21
+ msgstr "обновлено"
22
+
23
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/core.php:413
24
+ msgid "deleted"
25
+ msgstr "удалено"
26
+
27
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/core.php:418
28
+ #, php-format
29
+ msgid "Admin Drop Down Menu settings <strong>%s</strong>"
30
+ msgstr "Настройки Admin Drop Down Menu <strong>%s</strong>"
31
+
32
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:51
33
+ msgid "Top Level Icons"
34
+ msgstr "Иконки верхнего уровня"
35
+
36
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:52
37
+ msgid "Display original menu icons in top level links"
38
+ msgstr "Отображать оригинальное меню в верхних ссылках"
39
+
40
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:53
41
+ msgid "Checking this enables Compact Mode &darr;"
42
+ msgstr "Проверять доступность Compact Mode &darr;"
43
+
44
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:56
45
+ msgid "Compact Mode"
46
+ msgstr "Компактный режим"
47
+
48
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:57
49
+ msgid "Shrink top level links down to their icons"
50
+ msgstr "Термоусадка верхнего уровня ссылок вплоть до их значков "
51
+
52
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:58
53
+ msgid "That was a cool WordPress feature, so I stole it :)"
54
+ msgstr "Это было классной функцией WordPress, так что я украл ее:) "
55
+
56
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:61
57
+ msgid "Sublevel Icons"
58
+ msgstr "Подуровневые иконки"
59
+
60
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:62
61
+ msgid "Display icons in drop down menus"
62
+ msgstr "Показывать иконки в выпадающем меню"
63
+
64
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:63
65
+ #, php-format
66
+ msgid "They're so cute (and they're from %s)"
67
+ msgstr "Это так мило (и они с% s) "
68
+
69
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:66
70
+ msgid "Color Scheme"
71
+ msgstr "Цветовая схема"
72
+
73
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:67
74
+ msgid "Pick a color for your menu bar, using the color wheel or one of the presets"
75
+ msgstr "Выберите цвет в панели меню, используя цветовой круг или пресет"
76
+
77
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:68
78
+ msgid "No subtle gradient, just plain color."
79
+ msgstr "Нет градиентов, только сплошной цвет. "
80
+
81
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:113
82
+ msgid "Minimal Mode"
83
+ msgstr "Минималистский режим"
84
+
85
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:114
86
+ msgid "Hide header"
87
+ msgstr "Убрать шапку"
88
+
89
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:115
90
+ msgid "Remove the whole header bar for maximum screen real estate. Note: The quick link to your blog will be added to the menu, the Logout link in the Users sub-menu."
91
+ msgstr "Удаление всей строки заголовка для максимальной недвижимости экрана. Примечание: быстрая ссылка на ваш блог будет добавлена в меню Выход на связь в субменю Пользователи. "
92
+
93
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:118
94
+ msgid "Favorite Actions"
95
+ msgstr "Предпочтительные действия"
96
+
97
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:119
98
+ msgid "Display Favorite Actions"
99
+ msgstr "Отобразить предпочтительные действия"
100
+
101
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:120
102
+ msgid "Just in case you realize you don't need this anymore with such a fast and usable menu."
103
+ msgstr "Только в случае, если вы поняли, что вам не нужно этого больше с таким быстрым и юзабельным меню. "
104
+
105
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:123
106
+ msgid "Break Long Lists"
107
+ msgstr "Разделять длинные списки"
108
+
109
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:124
110
+ #, php-format
111
+ msgid "Break if more than %s menu entries"
112
+ msgstr "Разделять, если в меню содержится больше, чем %s элементов"
113
+
114
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:125
115
+ msgid "If a dropdown gets longer than this value, it will switch to horizontal mode so that it will hopefully fit in your screen (requires javascript)"
116
+ msgstr "Если выпадающем меню данное число элементов, перейти в горизонтальный режим, поскольку он более компактен (требуется javascript)"
117
+
118
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:128
119
+ msgid "Top Links"
120
+ msgstr "Верхние ссылки"
121
+
122
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:129
123
+ msgid "Make top links clickable"
124
+ msgstr "Сделать верхние ссылки кликабельными"
125
+
126
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:130
127
+ msgid "Uncheck this option to improve compatibility with browsers that cannot handle the \"hover\" event (<em>ie</em> most handheld devices)"
128
+ msgstr "Снимите эту опцию для улучшения совместимости с браузерами, которые не могут справиться с \"hover\" событиями (<em>ie</ em> на большинстве портативных устройств) "
129
+
130
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:133
131
+ msgid "Hide \"0\" Bubbles"
132
+ msgstr "Убрать \"0\" пузыри"
133
+
134
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:134
135
+ msgid "Hide speech bubbles when no awaiting comments or outdated plugins"
136
+ msgstr "Убрать говорящие подсказки если нет комментариев или просроченные плагины"
137
+
138
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:135
139
+ msgid "Check if those tiny \"0\" speech bubble are too distracting for your taste"
140
+ msgstr "Отметьте, если эти крошечные подсказки слишком отвлекают, на ваш вкус"
141
+
142
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:138
143
+ msgid "Give Some &hearts;"
144
+ msgstr "Дайте несколько &сердечек;"
145
+
146
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:139
147
+ #, php-format
148
+ msgid "Do you like this plugin? Then <a href=\"%s\">rate it 5 Stars</a> on the official Plugin Directory!"
149
+ msgstr "Вам нравится этот плагин? Тогда <a href=\"%s\">оцените его в 5 звезд</a> на официальном сайте плагинов!"
150
+
151
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:140
152
+ #, php-format
153
+ msgid "Do you <em>love</em> this plugin? Please <a href=\"%s\">blog about it</a>! Tell your readers you like it so they will discover, try and hopefully like it too&nbsp;:)"
154
+ msgstr "Вам <em>нравится</em> этот плагин? Пожалуйста <a href=\"%s\">напишите об этом</a>! :)"
155
+
156
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:141
157
+ #, php-format
158
+ msgid "Are you <span id=\"totallycrazy\">crazy</span> about this plugin? <a href=\"%s\">Paypal me a beer</a>! Every donation warms my heart and motivates me to release free stuff!"
159
+ msgstr "Вы <span id=\"totallycrazy\">без ума</span> от плагина? <a href=\"%s\">Дайте мне денег</a>!"
160
+
161
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:248
162
+ msgid "Save Changes"
163
+ msgstr "Сохранить настройки"
164
+
165
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:254
166
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:268
167
+ msgid "Reset Settings"
168
+ msgstr "Сбить настройки"
169
+
170
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:263
171
+ msgid "Clicking the following button will remove all the settings for this plugin from your database. You might want to do so in the following cases:"
172
+ msgstr "Нажмите следующую кнопку, чтобы удалить все настройки плагина из базы данных. Вы должны сделать следующее:"
173
+
174
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:265
175
+ msgid "you want to uninstall the plugin and leave no unnecessary entries in your database."
176
+ msgstr "вы хотите деинсталлировать плагин и оставить несуществующие значения в БД."
177
+
178
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:266
179
+ msgid "you want all settings to be reverted to their default values"
180
+ msgstr "вы хотите возвратить первоначальные значения настроек."
181
+
182
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:268
183
+ msgid "Really do?"
184
+ msgstr "Действительно сделать это?"
185
+
186
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:269
187
+ msgid "There is no undo, so be very sure you want to click the button!"
188
+ msgstr "Это нельзя отменить, будьте осторожны при нажатии на эту кнопку!"
189
+
190
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:46
191
+ msgid "Icons and Colors"
192
+ msgstr "Иконки и цвета"
193
+
194
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:110
195
+ msgid "Advanced Settings"
196
+ msgstr "Расширенные настройки"
197
+
198
+ #~ msgid "Icons"
199
+ #~ msgstr "Iconos"
200
+ #~ msgid "Submenus"
201
+ #~ msgstr "Submenús"
202
+ #~ msgid "Display sub menus the regular way"
203
+ #~ msgstr "Mostrar submenús de la forma normal"
204
+ #~ msgid ""
205
+ #~ "Some like it better when sub menus don't even need you to hover the top "
206
+ #~ "menu link"
207
+ #~ msgstr ""
208
+ #~ "Algunos prefieren cuando los submenús no requiren que te posiciones sobre "
209
+ #~ "la opción principal del menú para desplegarse"
210
+ #~ msgid "(might need a page refresh here)"
211
+ #~ msgstr "(puede necesitar volver a cargar la página aquí)"
212
+
inc/translations/adminmenu-tr_TR.mo ADDED
Binary file
inc/translations/adminmenu-tr_TR.po ADDED
@@ -0,0 +1,242 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Ozh' Admin Drop Down Menu\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2009-02-20 15:33+0100\n"
6
+ "PO-Revision-Date: 2009-06-08 02:10+0200\n"
7
+ "Last-Translator: Baris Unver <baris.unver@beyn.org>\n"
8
+ "Language-Team: Baris Unver <baris.unver@beyn.org>\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-KeywordsList: wp_ozh_adminmenu__\n"
13
+ "X-Poedit-Basepath: E:\\home\\ozh\\planetozh.com\\blog\\wp-content\\plugins\\ozh-admin-drop-down-menu\n"
14
+ "X-Poedit-Language: Turkish\n"
15
+ "X-Poedit-Country: TURKEY\n"
16
+ "X-Poedit-SourceCharset: utf-8\n"
17
+ "X-Poedit-SearchPath-0: E:\\home\\ozh\\planetozh.com\\blog\\wp-content\\plugins\\ozh-admin-drop-down-menu\n"
18
+
19
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/core.php:348
20
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/core.php:403
21
+ msgid "updated"
22
+ msgstr "güncellendi"
23
+
24
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/core.php:353
25
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/core.php:408
26
+ msgid "deleted"
27
+ msgstr "silindi"
28
+
29
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/core.php:358
30
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/core.php:413
31
+ #, php-format
32
+ msgid "Admin Drop Down Menu settings <strong>%s</strong>"
33
+ msgstr "Admin Drop Down Menu ayarları <strong>%s</strong>"
34
+
35
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:33
36
+ msgid "Icons"
37
+ msgstr "Iconos"
38
+
39
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:34
40
+ msgid "Display menu icons"
41
+ msgstr "Menü simgelerini göster"
42
+
43
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:35
44
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:63
45
+ #, php-format
46
+ msgid "They're so cute (and they're from %s)"
47
+ msgstr "Bu simgeler pek şirindir (ve kaynağı da şurasıdır: %s)"
48
+
49
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:40
50
+ msgid "Submenus"
51
+ msgstr "Submenús"
52
+
53
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:41
54
+ msgid "Display sub menus the regular way"
55
+ msgstr "Mostrar submenús de la forma normal"
56
+
57
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:42
58
+ msgid "Some like it better when sub menus don't even need you to hover the top menu link"
59
+ msgstr "Algunos prefieren cuando los submenús no requiren que te posiciones sobre la opción principal del menú para desplegarse"
60
+
61
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:45
62
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:123
63
+ msgid "Break Long Lists"
64
+ msgstr "Uzun Listeleri Ayır"
65
+
66
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:46
67
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:124
68
+ #, php-format
69
+ msgid "Break if more than %s menu entries"
70
+ msgstr "%s maddeden fazla menüleri yatay olarak sırala"
71
+
72
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:47
73
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:125
74
+ msgid "If a dropdown gets longer than this value, it will switch to horizontal mode so that it will hopefully fit in your screen (requires javascript)"
75
+ msgstr "Bir menü bu değerden daha fazla maddeye sahip olduğunda menü maddeleri, yer kazanmak için dikey değil de yatay olarak sıralanacaktır. (JavaScript kullanır.)"
76
+
77
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:52
78
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:128
79
+ msgid "Top Links"
80
+ msgstr "Üst Maddeler"
81
+
82
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:53
83
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:129
84
+ msgid "Make top links clickable"
85
+ msgstr "Üst menü maddelerini tıklanabilir yap"
86
+
87
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:54
88
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:130
89
+ msgid "Uncheck this option to improve compatibility with browsers that cannot handle the \"hover\" event (<em>ie</em> most handheld devices)"
90
+ msgstr "Bu ayarı, kötü tarayıcıların (örneğin Internet Explorer), CSS'in \"hover\" hadisesini çalıştıramadığını gördüğünüzde etkisizleştirin."
91
+
92
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:57
93
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:138
94
+ msgid "Give Some &hearts;"
95
+ msgstr "Biraz &hearts; Gösterin"
96
+
97
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:58
98
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:139
99
+ #, php-format
100
+ msgid "Do you like this plugin? Then <a href=\"%s\">rate it 5 Stars</a> on the official Plugin Directory!"
101
+ msgstr "Bu eklentiyi sevdiniz mi? O zaman WP Eklenti Dizini'nde onu <a href=\"%s\">5 yıldızla ödüllendirin</a>!"
102
+
103
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:59
104
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:140
105
+ #, php-format
106
+ msgid "Do you <em>love</em> this plugin? Please <a href=\"%s\">blog about it</a>! Tell your readers you like it so they will discover, try and hopefully like it too&nbsp;:)"
107
+ msgstr "Bu eklentiyi çok mu sevdiniz? O halde lütfen <a href=\"%s\">bu eklenti hakkında bir yazı yazın</a>! Okurlarınıza bu eklentiyi bildirin ki onlar da kullansın :)"
108
+
109
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:60
110
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:141
111
+ #, php-format
112
+ msgid "Are you <span id=\"totallycrazy\">crazy</span> about this plugin? <a href=\"%s\">Paypal me a beer</a>! Every donation warms my heart and motivates me to release free stuff!"
113
+ msgstr "Bu eklentiyi <span id=\"totallycrazy\">delicesine</span> mi seviyorsunuz? O halde <a href=\"%s\">Paypal ile bana bir bira alın</a>! Her bağış sayesinde sevgi dolup bedava şeyler yaratmak için beni motive ediyor!"
114
+
115
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:81
116
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:248
117
+ msgid "Save Changes"
118
+ msgstr "Ayarları Kaydet"
119
+
120
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:87
121
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:101
122
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:254
123
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:268
124
+ msgid "Reset Settings"
125
+ msgstr "Ayarları Sıfırla"
126
+
127
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:96
128
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:263
129
+ msgid "Clicking the following button will remove all the settings for this plugin from your database. You might want to do so in the following cases:"
130
+ msgstr "Bu tuşa bastığınızda veritabanından bu eklentiye ait tüm ayarlar silinecektir. Bu tuşa basmanız için;"
131
+
132
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:98
133
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:265
134
+ msgid "you want to uninstall the plugin and leave no unnecessary entries in your database."
135
+ msgstr "ya eklentiyi kaldırmak istiyor ve veritabanında iz kalsın istemiyorsunuz,"
136
+
137
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:99
138
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:266
139
+ msgid "you want all settings to be reverted to their default values"
140
+ msgstr "ya da tüm ayarların varsayılan değerlerine dönmesini istiyorsunuz."
141
+
142
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:101
143
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:268
144
+ msgid "Really do?"
145
+ msgstr "Son kararın mı?"
146
+
147
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:102
148
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:269
149
+ msgid "There is no undo, so be very sure you want to click the button!"
150
+ msgstr "Bu işi geri alma şansınız yoktur, o yüzden tuşa basmadan önce kesinlikle emin olun!"
151
+
152
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:46
153
+ msgid "Icons and Colors"
154
+ msgstr "Simgeler ve Renkler"
155
+
156
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:51
157
+ msgid "Top Level Icons"
158
+ msgstr "Üst Menü Simgeleri"
159
+
160
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:52
161
+ msgid "Display original menu icons in top level links"
162
+ msgstr "Üst menü bağlantılarında orijinal simgeleri göster"
163
+
164
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:53
165
+ msgid "Checking this enables Compact Mode &darr;"
166
+ msgstr "Bu seçeneği işaretlemek Sıkıştırılmış Mod'u aktifleştirir &darr;"
167
+
168
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:56
169
+ msgid "Compact Mode"
170
+ msgstr "Sıkıştırılmış Mod"
171
+
172
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:57
173
+ msgid "Shrink top level links down to their icons"
174
+ msgstr "Üst menü maddelerinde yalnızca simgeleri göster"
175
+
176
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:58
177
+ msgid "That was a cool WordPress feature, so I stole it :)"
178
+ msgstr "Bu güzel bir WordPress özelliğiydi, ben de çalıverdim :)"
179
+
180
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:61
181
+ msgid "Sublevel Icons"
182
+ msgstr "Alt Menü Simgeleri"
183
+
184
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:62
185
+ msgid "Display icons in drop down menus"
186
+ msgstr "Alt menü maddelerinde simgeleri göster"
187
+
188
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:66
189
+ msgid "Color Scheme"
190
+ msgstr "Renk Düzeni"
191
+
192
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:67
193
+ msgid "Pick a color for your menu bar, using the color wheel or one of the presets"
194
+ msgstr "Menü çubuğunuz için renk tekerinden veya şablonlardan bir renk düzeni seçin"
195
+
196
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:68
197
+ msgid "No subtle gradient, just plain color."
198
+ msgstr "Renk geçişi (gradyan - gradient) seçme, düz renk göster"
199
+
200
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:110
201
+ msgid "Advanced Settings"
202
+ msgstr "Gelişmiş Ayarlar"
203
+
204
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:113
205
+ msgid "Minimal Mode"
206
+ msgstr "Minimalist Mod"
207
+
208
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:114
209
+ msgid "Hide header"
210
+ msgstr "Üst kısmı (header) sakla"
211
+
212
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:115
213
+ msgid "Remove the whole header bar for maximum screen real estate. Note: The quick link to your blog will be added to the menu, the Logout link in the Users sub-menu."
214
+ msgstr "Ekrandan yer kazanmak için üst kısmı (header) saklayabilirsiniz. Not: Blog'unuzun bağlantısı menüye, çıkış bağlantısı da Kullanıcılar menüsünün altına eklenecektir."
215
+
216
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:118
217
+ msgid "Favorite Actions"
218
+ msgstr "Sık Kullanılan Eylemler"
219
+
220
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:119
221
+ msgid "Display Favorite Actions"
222
+ msgstr "Sık Kullanılan Eylemleri Göster"
223
+
224
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:120
225
+ msgid "Just in case you realize you don't need this anymore with such a fast and usable menu."
226
+ msgstr "Böylesine kullanışlı bir menüyü kullanmaya aslında gerek olmadığını fark ettiğinizde kullanın."
227
+
228
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:133
229
+ msgid "Hide \"0\" Bubbles"
230
+ msgstr "\"0\" balonlarını saklayın"
231
+
232
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:134
233
+ msgid "Hide speech bubbles when no awaiting comments or outdated plugins"
234
+ msgstr "Onaylanacak yorum veya yeni eklenti sürümü olmadığında balonlar gözükmesin isterseniz bu ayarı etkinleştirin."
235
+
236
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:135
237
+ msgid "Check if those tiny \"0\" speech bubble are too distracting for your taste"
238
+ msgstr "Şu \"0\" yazan balonlar göz zevkinizi bozuyorsa bu ayarı etkisizleştirebilirsiniz. Onaylanacak yorum varsa veya yeni eklenti sürümü çıktıysa balonlar geri gelecektir."
239
+
240
+ #~ msgid "(might need a page refresh here)"
241
+ #~ msgstr "(puede necesitar volver a cargar la página aquí)"
242
+
inc/translations/adminmenu-uk.mo ADDED
Binary file
inc/translations/adminmenu-uk.po ADDED
@@ -0,0 +1,242 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Ozh' Admin Drop Down Menu\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2009-02-20 15:33+0100\n"
6
+ "PO-Revision-Date: 2009-11-07 19:13+0300\n"
7
+ "Last-Translator: Jurko Chervony <wordpress@skinik.name>\n"
8
+ "Language-Team: pavonine.com.ua <wordpress@skinik.name>\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-KeywordsList: wp_ozh_adminmenu__\n"
13
+ "X-Poedit-Basepath: E:\\home\\ozh\\planetozh.com\\blog\\wp-content\\plugins\\ozh-admin-drop-down-menu\n"
14
+ "X-Poedit-Language: Ukrainian\n"
15
+ "X-Poedit-Country: UKRAINE\n"
16
+ "X-Poedit-SourceCharset: utf-8\n"
17
+ "X-Poedit-SearchPath-0: E:\\home\\ozh\\planetozh.com\\blog\\wp-content\\plugins\\ozh-admin-drop-down-menu\n"
18
+
19
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/core.php:348
20
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/core.php:403
21
+ msgid "updated"
22
+ msgstr "оновлено"
23
+
24
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/core.php:353
25
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/core.php:408
26
+ msgid "deleted"
27
+ msgstr "видалено"
28
+
29
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/core.php:358
30
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/core.php:413
31
+ #, php-format
32
+ msgid "Admin Drop Down Menu settings <strong>%s</strong>"
33
+ msgstr "Налаштунки Admin Drop Down Menu <strong>%s</strong>"
34
+
35
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:33
36
+ msgid "Icons"
37
+ msgstr "Іконки"
38
+
39
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:34
40
+ msgid "Display menu icons"
41
+ msgstr "Показати іконки меню"
42
+
43
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:35
44
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:63
45
+ #, php-format
46
+ msgid "They're so cute (and they're from %s)"
47
+ msgstr "Це так мило! ( іконки взяті з з % s) "
48
+
49
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:40
50
+ msgid "Submenus"
51
+ msgstr "Субменю"
52
+
53
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:41
54
+ msgid "Display sub menus the regular way"
55
+ msgstr "Відображати субменю звичним способом"
56
+
57
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:42
58
+ msgid "Some like it better when sub menus don't even need you to hover the top menu link"
59
+ msgstr ""
60
+
61
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:45
62
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:123
63
+ msgid "Break Long Lists"
64
+ msgstr "Розділяти довгі списки"
65
+
66
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:46
67
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:124
68
+ #, php-format
69
+ msgid "Break if more than %s menu entries"
70
+ msgstr "Розділяти, якщо в меню міститься більше, ніж %s елементів"
71
+
72
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:47
73
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:125
74
+ msgid "If a dropdown gets longer than this value, it will switch to horizontal mode so that it will hopefully fit in your screen (requires javascript)"
75
+ msgstr "Якщо випадаюче меню буде надто довгим — перейти в горизонтальний режим (потрібно JavaScript)."
76
+
77
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:52
78
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:128
79
+ msgid "Top Links"
80
+ msgstr "Верхні посилання"
81
+
82
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:53
83
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:129
84
+ msgid "Make top links clickable"
85
+ msgstr "Зробити верхні посилання клікабельними"
86
+
87
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:54
88
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:130
89
+ msgid "Uncheck this option to improve compatibility with browsers that cannot handle the \"hover\" event (<em>ie</em> most handheld devices)"
90
+ msgstr "Зніміть цю опцію для покращення сумісності з браузерами , які не можуть впоратися із \"hover\" подіями (це переважно <em>ie</ em> на портативних пристроях)."
91
+
92
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:57
93
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:138
94
+ msgid "Give Some &hearts;"
95
+ msgstr "Дайте декілька &hearts;"
96
+
97
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:58
98
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:139
99
+ #, php-format
100
+ msgid "Do you like this plugin? Then <a href=\"%s\">rate it 5 Stars</a> on the official Plugin Directory!"
101
+ msgstr "Вам подобається цей плаґін? Тоді <a href=\"%s\">оцініть його на 5 зірок</a> на офіційному сайті плаґінів!"
102
+
103
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:59
104
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:140
105
+ #, php-format
106
+ msgid "Do you <em>love</em> this plugin? Please <a href=\"%s\">blog about it</a>! Tell your readers you like it so they will discover, try and hopefully like it too&nbsp;:)"
107
+ msgstr "Вам <em>подобається </em> цей плаґін? Будь ласка <a href=\"%s\">Напишіть про це</a>! :)"
108
+
109
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:60
110
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:141
111
+ #, php-format
112
+ msgid "Are you <span id=\"totallycrazy\">crazy</span> about this plugin? <a href=\"%s\">Paypal me a beer</a>! Every donation warms my heart and motivates me to release free stuff!"
113
+ msgstr "Ви <span id=\"totallycrazy\">втрачаєте розум від плаґіну</span> від плаґіну? <a href=\"%s\">Дайте мені грошей на пиво</a> ;)"
114
+
115
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:81
116
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:248
117
+ msgid "Save Changes"
118
+ msgstr "Зберегти налаштування"
119
+
120
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:87
121
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:101
122
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:254
123
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:268
124
+ msgid "Reset Settings"
125
+ msgstr "Скинути налаштування"
126
+
127
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:96
128
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:263
129
+ msgid "Clicking the following button will remove all the settings for this plugin from your database. You might want to do so in the following cases:"
130
+ msgstr "Натисніть на наступну кнопку, щоб видалити усі налаштунки плаґіну із БД. Це потрібно робити у таких випадках:"
131
+
132
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:98
133
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:265
134
+ msgid "you want to uninstall the plugin and leave no unnecessary entries in your database."
135
+ msgstr "Ви хочете деінсталювати плаґін, але залишити дані в БД."
136
+
137
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:99
138
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:266
139
+ msgid "you want all settings to be reverted to their default values"
140
+ msgstr "Ви хочете повернути початкові значення."
141
+
142
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:101
143
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:268
144
+ msgid "Really do?"
145
+ msgstr "Справді це зробити?"
146
+
147
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:102
148
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:269
149
+ msgid "There is no undo, so be very sure you want to click the button!"
150
+ msgstr "Ця дія незворотня! Тому спершу добре подумайте."
151
+
152
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:46
153
+ msgid "Icons and Colors"
154
+ msgstr "Іконки та кольори"
155
+
156
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:51
157
+ msgid "Top Level Icons"
158
+ msgstr "Іконки верхнього рівня"
159
+
160
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:52
161
+ msgid "Display original menu icons in top level links"
162
+ msgstr "Показувати оригінальні іконки меню зверху"
163
+
164
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:53
165
+ msgid "Checking this enables Compact Mode &darr;"
166
+ msgstr "Перевіряти доступність Compact Mode &darr;"
167
+
168
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:56
169
+ msgid "Compact Mode"
170
+ msgstr "Компактний режим"
171
+
172
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:57
173
+ msgid "Shrink top level links down to their icons"
174
+ msgstr "Ущільнення меню, завдяки приховуванню тексту, лишаться самі іконки."
175
+
176
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:58
177
+ msgid "That was a cool WordPress feature, so I stole it :)"
178
+ msgstr "Це було чудовою функцією WordPress, так що я її поцупив :) "
179
+
180
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:61
181
+ msgid "Sublevel Icons"
182
+ msgstr "Іконки другого рівня"
183
+
184
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:62
185
+ msgid "Display icons in drop down menus"
186
+ msgstr "Показувати іконки у випадаючому меню"
187
+
188
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:66
189
+ msgid "Color Scheme"
190
+ msgstr "Кольорова схема"
191
+
192
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:67
193
+ msgid "Pick a color for your menu bar, using the color wheel or one of the presets"
194
+ msgstr "Оберіть колір панелі використовуючи кольоровий круг або пресет"
195
+
196
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:68
197
+ msgid "No subtle gradient, just plain color."
198
+ msgstr "Нема градієнтів, лише суцільний колір. "
199
+
200
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:110
201
+ msgid "Advanced Settings"
202
+ msgstr "Розширенні налаштування"
203
+
204
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:113
205
+ msgid "Minimal Mode"
206
+ msgstr "Мінімалістський режим"
207
+
208
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:114
209
+ msgid "Hide header"
210
+ msgstr "Прибрати шапку"
211
+
212
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:115
213
+ msgid "Remove the whole header bar for maximum screen real estate. Note: The quick link to your blog will be added to the menu, the Logout link in the Users sub-menu."
214
+ msgstr "Видалення всієї стрічки заголовку для максимальної нерухомості екрану. Примітка: швидке посилання на Ваш сайт буде додане в меню «Вихід» у субменю «Автори та користувачі»"
215
+
216
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:118
217
+ msgid "Favorite Actions"
218
+ msgstr "Улюблені дії"
219
+
220
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:119
221
+ msgid "Display Favorite Actions"
222
+ msgstr "Показати улюблені дії"
223
+
224
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:120
225
+ msgid "Just in case you realize you don't need this anymore with such a fast and usable menu."
226
+ msgstr "Тільки у тому випадку, якщо Ви зрозуміли, що це непотрібне та і меню не надто зручне."
227
+
228
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:133
229
+ msgid "Hide \"0\" Bubbles"
230
+ msgstr "Прибрати порожні підказки"
231
+
232
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:134
233
+ msgid "Hide speech bubbles when no awaiting comments or outdated plugins"
234
+ msgstr "Прибрати сповіщення коли немає коментарів та плаґінів, які потребують оновлення."
235
+
236
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:135
237
+ msgid "Check if those tiny \"0\" speech bubble are too distracting for your taste"
238
+ msgstr "Коли у Вас немає нових коментарів на узгодження і плаґінів на оновлення — то підказок не буде."
239
+
240
+ #~ msgid "(might need a page refresh here)"
241
+ #~ msgstr "(puede necesitar volver a cargar la página aquí)"
242
+
inc/translations/adminmenu-uk_UA.mo ADDED
Binary file
inc/translations/adminmenu-uk_UA.po ADDED
@@ -0,0 +1,212 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Ozh' Admin Drop Down Menu\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2008-12-12 21:24+0100\n"
6
+ "PO-Revision-Date: 2009-09-15 11:14+0200\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: wpp.pp.ua <wordpress.ua@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-KeywordsList: wp_ozh_adminmenu__\n"
13
+ "X-Poedit-Basepath: E:\\home\\ozh\\planetozh.com\\blog\\wp-content\\plugins\\ozh-admin-drop-down-menu\n"
14
+ "X-Poedit-Language: Ukrainian\n"
15
+ "X-Poedit-Country: RUSSIAN FEDERATION\n"
16
+ "X-Poedit-SourceCharset: utf-8\n"
17
+ "X-Poedit-SearchPath-0: E:\\home\\ozh\\planetozh.com\\blog\\wp-content\\plugins\\ozh-admin-drop-down-menu\n"
18
+
19
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/core.php:408
20
+ msgid "updated"
21
+ msgstr "оновлено"
22
+
23
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/core.php:413
24
+ msgid "deleted"
25
+ msgstr "видалено"
26
+
27
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/core.php:418
28
+ #, php-format
29
+ msgid "Admin Drop Down Menu settings <strong>%s</strong>"
30
+ msgstr "Настройки Admin Пропускають Внизу Меню <strong>%s</strong>"
31
+
32
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:51
33
+ msgid "Top Level Icons"
34
+ msgstr "Ікони верхнього рівня"
35
+
36
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:52
37
+ msgid "Display original menu icons in top level links"
38
+ msgstr "Відображати оригінальне меню у верхніх посиланнях"
39
+
40
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:53
41
+ msgid "Checking this enables Compact Mode &darr;"
42
+ msgstr "Проверять доступность Метод Договору &darr;"
43
+
44
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:56
45
+ msgid "Compact Mode"
46
+ msgstr "Компактний режим"
47
+
48
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:57
49
+ msgid "Shrink top level links down to their icons"
50
+ msgstr "Термоусадка верхнього рівня посилань аж до їх значків "
51
+
52
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:58
53
+ msgid "That was a cool WordPress feature, so I stole it :)"
54
+ msgstr "Це було класною функцією Wordpress, так що я вкрав її:) "
55
+
56
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:61
57
+ msgid "Sublevel Icons"
58
+ msgstr "Підрівневі ікони"
59
+
60
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:62
61
+ msgid "Display icons in drop down menus"
62
+ msgstr "Показувати ікони у випадному меню"
63
+
64
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:63
65
+ #, php-format
66
+ msgid "They're so cute (and they're from %s)"
67
+ msgstr "Це так мило (і вони с% s) "
68
+
69
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:66
70
+ msgid "Color Scheme"
71
+ msgstr "Колірна схема"
72
+
73
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:67
74
+ msgid "Pick a color for your menu bar, using the color wheel or one of the presets"
75
+ msgstr "Виберіть колір в панелі меню, використовуючи колірний круг або пресет"
76
+
77
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:68
78
+ msgid "No subtle gradient, just plain color."
79
+ msgstr "Немає градієнтів, тільки суцільний колір. "
80
+
81
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:113
82
+ msgid "Minimal Mode"
83
+ msgstr "Мінімалістський режим"
84
+
85
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:114
86
+ msgid "Hide header"
87
+ msgstr "Прибрати шапку"
88
+
89
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:115
90
+ msgid "Remove the whole header bar for maximum screen real estate. Note: The quick link to your blog will be added to the menu, the Logout link in the Users sub-menu."
91
+ msgstr "Удаление всей строки заголовка для максимальной недвижимости экрана. Примечание: быстрая ссылка на ваш блог будет добавлена в меню Выход на связь в субменю Пользователи. "
92
+
93
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:118
94
+ msgid "Favorite Actions"
95
+ msgstr "Переважні дії"
96
+
97
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:119
98
+ msgid "Display Favorite Actions"
99
+ msgstr "Відобразити переважні дії"
100
+
101
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:120
102
+ msgid "Just in case you realize you don't need this anymore with such a fast and usable menu."
103
+ msgstr "Только в случае, если вы поняли, что вам не нужно этого больше с таким быстрым и юзабельным меню. "
104
+
105
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:123
106
+ msgid "Break Long Lists"
107
+ msgstr "Розділяти довгі списки"
108
+
109
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:124
110
+ #, php-format
111
+ msgid "Break if more than %s menu entries"
112
+ msgstr "Розділяти, якщо в меню міститься більше, ніж %s елементів"
113
+
114
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:125
115
+ msgid "If a dropdown gets longer than this value, it will switch to horizontal mode so that it will hopefully fit in your screen (requires javascript)"
116
+ msgstr "Якщо випадному меню дане число елементів, перейти в горизонтальний режим, оскільки він компактніший (потрібний javascript)"
117
+
118
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:128
119
+ msgid "Top Links"
120
+ msgstr "Верхні посилання"
121
+
122
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:129
123
+ msgid "Make top links clickable"
124
+ msgstr "Зробити верхні посилання клікабельнимі"
125
+
126
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:130
127
+ msgid "Uncheck this option to improve compatibility with browsers that cannot handle the \"hover\" event (<em>ie</em> most handheld devices)"
128
+ msgstr "Зніміть цю опцію для поліпшення сумісності з браузерамі, які не можуть справитися з \"hover\" подіями (<em>ie</ em> на більшості портативних пристроїв) "
129
+
130
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:133
131
+ msgid "Hide \"0\" Bubbles"
132
+ msgstr "Прибрати \"0\" міхури"
133
+
134
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:134
135
+ msgid "Hide speech bubbles when no awaiting comments or outdated plugins"
136
+ msgstr "Прибрати підказки, що говорять, якщо немає коментарів або прострочені плагини"
137
+
138
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:135
139
+ msgid "Check if those tiny \"0\" speech bubble are too distracting for your taste"
140
+ msgstr "Відзначте, якщо ці крихітні підказки дуже відволікають, на ваш смак"
141
+
142
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:138
143
+ msgid "Give Some &hearts;"
144
+ msgstr "Дайте декілька &сердечек;"
145
+
146
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:139
147
+ #, php-format
148
+ msgid "Do you like this plugin? Then <a href=\"%s\">rate it 5 Stars</a> on the official Plugin Directory!"
149
+ msgstr "Вам подобається цей плагін? Тоді <а href=\"%s\">оценіте його в 5 звезд</a> на офіційному сайті плагинов!"
150
+
151
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:140
152
+ #, php-format
153
+ msgid "Do you <em>love</em> this plugin? Please <a href=\"%s\">blog about it</a>! Tell your readers you like it so they will discover, try and hopefully like it too&nbsp;:)"
154
+ msgstr "Вам <em>нравітся</em> цей плагін? Будь ласка <а href=\"%s\">напішите про етом</a>! :)"
155
+
156
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:141
157
+ #, php-format
158
+ msgid "Are you <span id=\"totallycrazy\">crazy</span> about this plugin? <a href=\"%s\">Paypal me a beer</a>! Every donation warms my heart and motivates me to release free stuff!"
159
+ msgstr "Ви <Span id=\"totallycrazy\">без ума</span> від плагін? <а href=\"%s\">дайте мені денег</a>!"
160
+
161
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:248
162
+ msgid "Save Changes"
163
+ msgstr "Зберегти настройки"
164
+
165
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:254
166
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:268
167
+ msgid "Reset Settings"
168
+ msgstr "Збити настройки"
169
+
170
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:263
171
+ msgid "Clicking the following button will remove all the settings for this plugin from your database. You might want to do so in the following cases:"
172
+ msgstr "Натисніть наступну кнопку, щоб видалити всі настройки плагін з бази даних. Ви повинні зробити наступне:"
173
+
174
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:265
175
+ msgid "you want to uninstall the plugin and leave no unnecessary entries in your database."
176
+ msgstr "ви хочете деінсталювати плагін і залишити неіснуючі значення в БД."
177
+
178
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:266
179
+ msgid "you want all settings to be reverted to their default values"
180
+ msgstr "ви хочете повернути первинні значення настройок."
181
+
182
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:268
183
+ msgid "Really do?"
184
+ msgstr "Дійсно зробити це?"
185
+
186
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:269
187
+ msgid "There is no undo, so be very sure you want to click the button!"
188
+ msgstr "Це не можна відмінити, будьте обережні при натисненні на цю кнопку!"
189
+
190
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:46
191
+ msgid "Icons and Colors"
192
+ msgstr "Ікони і кольори"
193
+
194
+ #: E:\home\planetozh\wordpress\wp-content\plugins\ozh-admin-drop-down-menu/inc/options.php:110
195
+ msgid "Advanced Settings"
196
+ msgstr "Розширені настройки"
197
+
198
+ #~ msgid "Icons"
199
+ #~ msgstr "Iconos"
200
+ #~ msgid "Submenus"
201
+ #~ msgstr "Submenús"
202
+ #~ msgid "Display sub menus the regular way"
203
+ #~ msgstr "Mostrar submenús de la forma normal"
204
+ #~ msgid ""
205
+ #~ "Some like it better when sub menus don't even need you to hover the top "
206
+ #~ "menu link"
207
+ #~ msgstr ""
208
+ #~ "Algunos prefieren cuando los submenús no requiren que te posiciones sobre "
209
+ #~ "la opción principal del menú para desplegarse"
210
+ #~ msgid "(might need a page refresh here)"
211
+ #~ msgstr "(puede necesitar volver a cargar la página aquí)"
212
+
inc/translations/adminmenu-zh_CN.mo ADDED
Binary file
inc/translations/adminmenu-zh_CN.po ADDED
@@ -0,0 +1,204 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Ozh/' Admin Drop Down Menu v3.1\n"
4
+ "PO-Revision-Date: 2009-01-10 06:29-0800\n"
5
+ "Last-Translator: Rui Shen <shenrui01@gmail.com>\n"
6
+ "MIME-Version: 1.0\n"
7
+ "Content-Type: text/plain; charset=UTF-8\n"
8
+ "Content-Transfer-Encoding: 8bit\n"
9
+ "Plural-Forms: nplurals=2; plural=1;\n"
10
+ "X-Poedit-Language: Chinese\n"
11
+ "X-Poedit-Country: PEOPLE'S REPUBLIC OF CHINA\n"
12
+ "X-Poedit-SourceCharset: utf-8\n"
13
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;__ngettext_noop:1,2;_c\n"
14
+ "X-Poedit-Basepath: ../../\n"
15
+ "X-Poedit-SearchPath-0: ."
16
+
17
+ #: inc/core.php:187
18
+ msgid "Visit site"
19
+ msgstr "访问网站"
20
+
21
+ #: inc/core.php:315
22
+ #: inc/core.php:315
23
+ msgid "Log Out"
24
+ msgstr "退出"
25
+
26
+ #: inc/core.php:405
27
+ msgid "updated"
28
+ msgstr "更新"
29
+
30
+ #: inc/core.php:410
31
+ msgid "deleted"
32
+ msgstr "删除"
33
+
34
+ #: inc/core.php:415
35
+ #, php-format
36
+ msgid "Admin Drop Down Menu settings <strong>%s</strong>"
37
+ msgstr "Admin Drop Down Menu设置已经<strong>%s</strong>"
38
+
39
+ #: inc/options.php:51
40
+ msgid "Top Level Icons"
41
+ msgstr "顶层图标"
42
+
43
+ #: inc/options.php:52
44
+ msgid "Display original menu icons in top level links"
45
+ msgstr "在顶层链接显示原来的菜单图标"
46
+
47
+ #: inc/options.php:53
48
+ msgid "Checking this enables Compact Mode &darr;"
49
+ msgstr "检查这使用紧凑模式↓"
50
+
51
+ #: inc/options.php:56
52
+ msgid "Compact Mode"
53
+ msgstr "紧凑模式"
54
+
55
+ #: inc/options.php:57
56
+ msgid "Shrink top level links down to their icons"
57
+ msgstr "使用图标显示顶层的链接,"
58
+
59
+ #: inc/options.php:58
60
+ msgid "That was a cool WordPress feature, so I stole it :)"
61
+ msgstr "这是一个很酷WordPress的功能,所以我偷用了它:)"
62
+
63
+ #: inc/options.php:61
64
+ msgid "Sublevel Icons"
65
+ msgstr "子菜单图标"
66
+
67
+ #: inc/options.php:62
68
+ msgid "Display icons in drop down menus"
69
+ msgstr "下拉菜单中显示图标"
70
+
71
+ #: inc/options.php:63
72
+ #, php-format
73
+ msgid "They're so cute (and they're from %s)"
74
+ msgstr "它们太可爱(它们来自 %s)"
75
+
76
+ #: inc/options.php:66
77
+ msgid "Color Scheme"
78
+ msgstr "配色方案"
79
+
80
+ #: inc/options.php:67
81
+ msgid "Pick a color for your menu bar, using the color wheel or one of the presets"
82
+ msgstr "为您的菜单栏选择一个颜色,使用色轮或一个预置"
83
+
84
+ #: inc/options.php:68
85
+ msgid "No subtle gradient, just plain color."
86
+ msgstr "没有细微的梯度,纯粹色彩。"
87
+
88
+ #: inc/options.php:113
89
+ msgid "Minimal Mode"
90
+ msgstr "最小模式"
91
+
92
+ #: inc/options.php:114
93
+ msgid "Hide header"
94
+ msgstr "隐藏顶部"
95
+
96
+ #: inc/options.php:115
97
+ msgid "Remove the whole header bar for maximum screen real estate. Note: The quick link to your blog will be added to the menu, the Logout link in the Users sub-menu."
98
+ msgstr "隐藏整个顶部以获得最大的屏幕。注:快速链接到自己的博客将被添加到菜单栏,退出链接被添加到用户子菜单。"
99
+
100
+ #: inc/options.php:118
101
+ msgid "Favorite Actions"
102
+ msgstr "最常用的操作"
103
+
104
+ #: inc/options.php:119
105
+ msgid "Display Favorite Actions"
106
+ msgstr "显示常用的操作"
107
+
108
+ #: inc/options.php:120
109
+ msgid "Just in case you realize you don't need this anymore with such a fast and usable menu."
110
+ msgstr "为了以防万一,你会意识到你不再需要一个快速,可用菜单。"
111
+
112
+ #: inc/options.php:123
113
+ msgid "Break Long Lists"
114
+ msgstr "折断长的菜单"
115
+
116
+ #: inc/options.php:124
117
+ #, php-format
118
+ msgid "Break if more than %s menu entries"
119
+ msgstr "折断超过 %s 的菜单条目"
120
+
121
+ #: inc/options.php:125
122
+ msgid "If a dropdown gets longer than this value, it will switch to horizontal mode so that it will hopefully fit in your screen (requires javascript)"
123
+ msgstr "如果下拉菜单超过此值,它将切换到横向模式,使之适应你的屏幕(需要Javascript )"
124
+
125
+ #: inc/options.php:128
126
+ msgid "Top Links"
127
+ msgstr "顶层链接"
128
+
129
+ #: inc/options.php:129
130
+ msgid "Make top links clickable"
131
+ msgstr "使顶层链接可点击"
132
+
133
+ #: inc/options.php:130
134
+ msgid "Uncheck this option to improve compatibility with browsers that cannot handle the \"hover\" event (<em>ie</em> most handheld devices)"
135
+ msgstr "取消选中该选项,以改善兼容性浏览器无法处理\"悬停\"动作( <em>即</em>大多数的手持设备)"
136
+
137
+ #: inc/options.php:133
138
+ msgid "Hide \"0\" Bubbles"
139
+ msgstr "隐藏\"0\"气泡"
140
+
141
+ #: inc/options.php:134
142
+ msgid "Hide speech bubbles when no awaiting comments or outdated plugins"
143
+ msgstr "当没有未审核的评论或需升级插件时隐藏气泡"
144
+
145
+ #: inc/options.php:135
146
+ msgid "Check if those tiny \"0\" speech bubble are too distracting for your taste"
147
+ msgstr "检查如果这些微小的\"0\"气泡过于分散的感觉"
148
+
149
+ #: inc/options.php:138
150
+ msgid "Give Some &hearts;"
151
+ msgstr "献些爱心♥"
152
+
153
+ #: inc/options.php:139
154
+ #, php-format
155
+ msgid "Do you like this plugin? Then <a href=\"%s\">rate it 5 Stars</a> on the official Plugin Directory!"
156
+ msgstr "你喜欢这个插件?那么去官方插件目录<a href=\"%s\">给它投5颗心</a>吧!"
157
+
158
+ #: inc/options.php:140
159
+ #, php-format
160
+ msgid "Do you <em>love</em> this plugin? Please <a href=\"%s\">blog about it</a>! Tell your readers you like it so they will discover, try and hopefully like it too&nbsp;:)"
161
+ msgstr "你<em>喜欢</em>这个插件?那<a href=\"%s\">写篇日志</a> !告诉你的读者你喜欢它吧,所以他们去尝试它并也喜欢它:)"
162
+
163
+ #: inc/options.php:141
164
+ #, php-format
165
+ msgid "Are you <span id=\"totallycrazy\">crazy</span> about this plugin? <a href=\"%s\">Paypal me a beer</a>! Every donation warms my heart and motivates me to release free stuff!"
166
+ msgstr "你为这个插件<span id=\"totallycrazy\">疯狂</span>?那么<a href=\"%s\">给我来箱啤酒</a>吧 !每一个捐赠温暖我的心并激励我将推出免费的东西!"
167
+
168
+ #: inc/options.php:248
169
+ msgid "Save Changes"
170
+ msgstr "保存更改"
171
+
172
+ #: inc/options.php:254
173
+ #: inc/options.php:268
174
+ msgid "Reset Settings"
175
+ msgstr "复位设置"
176
+
177
+ #: inc/options.php:263
178
+ msgid "Clicking the following button will remove all the settings for this plugin from your database. You might want to do so in the following cases:"
179
+ msgstr "点击以下按钮,将从您的数据库删除所有此插件的设置。在下列情况下,您可能希望这样做:"
180
+
181
+ #: inc/options.php:265
182
+ msgid "you want to uninstall the plugin and leave no unnecessary entries in your database."
183
+ msgstr "要卸载的插件,并不想在您的数据库中留下任何不必要的东西。"
184
+
185
+ #: inc/options.php:266
186
+ msgid "you want all settings to be reverted to their default values"
187
+ msgstr "您想将所有设置恢复为默认值"
188
+
189
+ #: inc/options.php:268
190
+ msgid "Really do?"
191
+ msgstr "确定这么做?"
192
+
193
+ #: inc/options.php:269
194
+ msgid "There is no undo, so be very sure you want to click the button!"
195
+ msgstr "没有复原,所以是非常确定要按一下按钮!"
196
+
197
+ #: inc/options.php:46
198
+ msgid "Icons and Colors"
199
+ msgstr "图标和颜色"
200
+
201
+ #: inc/options.php:110
202
+ msgid "Advanced Settings"
203
+ msgstr "高级设置"
204
+
inc/translations/adminmenu-zh_TW.mo ADDED
Binary file
inc/translations/adminmenu-zh_TW.po ADDED
@@ -0,0 +1,237 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Ozh/' Admin Drop Down Menu v3.1\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2009-02-20 15:33+0100\n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \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=1;\n"
13
+ "X-Poedit-Language: Chinese\n"
14
+ "X-Poedit-Country: TAIWAN\n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+
17
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/core.php:348
18
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/core.php:403
19
+ msgid "updated"
20
+ msgstr "更新"
21
+
22
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/core.php:353
23
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/core.php:408
24
+ msgid "deleted"
25
+ msgstr "刪除"
26
+
27
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/core.php:358
28
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/core.php:413
29
+ #, php-format
30
+ msgid "Admin Drop Down Menu settings <strong>%s</strong>"
31
+ msgstr "Admin Drop Down Menu設定已經<strong>%s</strong>"
32
+
33
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:33
34
+ msgid "Icons"
35
+ msgstr "圖示"
36
+
37
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:34
38
+ msgid "Display menu icons"
39
+ msgstr "顯示選單圖示"
40
+
41
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:35
42
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:63
43
+ #, php-format
44
+ msgid "They're so cute (and they're from %s)"
45
+ msgstr "它們太可愛(它們來自 %s)"
46
+
47
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:40
48
+ msgid "Submenus"
49
+ msgstr "子選單"
50
+
51
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:41
52
+ msgid "Display sub menus the regular way"
53
+ msgstr "顯示子選單的方式"
54
+
55
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:42
56
+ msgid "Some like it better when sub menus don't even need you to hover the top menu link"
57
+ msgstr "有些人喜歡子選單而不需要顯示上方選單連結"
58
+
59
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:45
60
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:123
61
+ msgid "Break Long Lists"
62
+ msgstr "將過長的選單折行"
63
+
64
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:46
65
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:124
66
+ #, php-format
67
+ msgid "Break if more than %s menu entries"
68
+ msgstr "超過 %s 的選單項目折行"
69
+
70
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:47
71
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:125
72
+ msgid "If a dropdown gets longer than this value, it will switch to horizontal mode so that it will hopefully fit in your screen (requires javascript)"
73
+ msgstr "如果下拉選單超過這項目,它將會切換成橫向顯示,這樣符合你的螢幕(需要Javascript )"
74
+
75
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:52
76
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:128
77
+ msgid "Top Links"
78
+ msgstr "主選單連結"
79
+
80
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:53
81
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:129
82
+ msgid "Make top links clickable"
83
+ msgstr "使主選單連結可點選"
84
+
85
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:54
86
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:130
87
+ msgid "Uncheck this option to improve compatibility with browsers that cannot handle the \"hover\" event (<em>ie</em> most handheld devices)"
88
+ msgstr "取消選中該選項,以改善兼容性瀏覽器無法處理\"滑鼠滑過\"動作( <em>ie</em>可能會有這問題)"
89
+
90
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:57
91
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:138
92
+ msgid "Give Some &hearts;"
93
+ msgstr "獻出愛心 &hearts;"
94
+
95
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:58
96
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:139
97
+ #, php-format
98
+ msgid "Do you like this plugin? Then <a href=\"%s\">rate it 5 Stars</a> on the official Plugin Directory!"
99
+ msgstr "你喜歡這個外掛?那麼去官方外掛目錄<a href=\"%s\">給它投5顆心</a>吧!"
100
+
101
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:59
102
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:140
103
+ #, php-format
104
+ msgid "Do you <em>love</em> this plugin? Please <a href=\"%s\">blog about it</a>! Tell your readers you like it so they will discover, try and hopefully like it too&nbsp;:)"
105
+ msgstr "你<em>喜歡</em>這個外掛?那<a href=\"%s\">寫篇網誌</a> !告訴你的讀者你喜歡它吧,讓他們也去嘗試並喜歡上:)"
106
+
107
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:60
108
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:141
109
+ #, php-format
110
+ msgid "Are you <span id=\"totallycrazy\">crazy</span> about this plugin? <a href=\"%s\">Paypal me a beer</a>! Every donation warms my heart and motivates me to release free stuff!"
111
+ msgstr "你為這個外掛<span id=\"totallycrazy\">瘋狂</span>?那麼<a href=\"%s\">給我來箱啤酒</a>吧!每一個捐贈都會溫暖我的心並激勵我推出更多免費的東西!"
112
+
113
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:81
114
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:248
115
+ msgid "Save Changes"
116
+ msgstr "儲存設定"
117
+
118
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:87
119
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:101
120
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:254
121
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:268
122
+ msgid "Reset Settings"
123
+ msgstr "恢復預設"
124
+
125
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:96
126
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:263
127
+ msgid "Clicking the following button will remove all the settings for this plugin from your database. You might want to do so in the following cases:"
128
+ msgstr "點選以下按鈕,在你的資料庫刪除所有此外掛的設定。在下列情況下,你可能希望這樣做:"
129
+
130
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:98
131
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:265
132
+ msgid "you want to uninstall the plugin and leave no unnecessary entries in your database."
133
+ msgstr "要解除安裝此外掛,並不想在你的資料庫中留下任何不必要的東西。"
134
+
135
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:99
136
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:266
137
+ msgid "you want all settings to be reverted to their default values"
138
+ msgstr "你想將所有設定恢復成預設"
139
+
140
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:101
141
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:268
142
+ msgid "Really do?"
143
+ msgstr "確定這麼做?"
144
+
145
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:102
146
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:269
147
+ msgid "There is no undo, so be very sure you want to click the button!"
148
+ msgstr "沒有回復,所以你要確定按下這按鈕!"
149
+
150
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:46
151
+ msgid "Icons and Colors"
152
+ msgstr "圖示和顏色"
153
+
154
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:51
155
+ msgid "Top Level Icons"
156
+ msgstr "上方選單圖示"
157
+
158
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:52
159
+ msgid "Display original menu icons in top level links"
160
+ msgstr "在主選單連結顯示原本的圖示"
161
+
162
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:53
163
+ msgid "Checking this enables Compact Mode &darr;"
164
+ msgstr "(勾選後,還可以選擇簡單模式 ,勾選看看!!) &darr;"
165
+
166
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:56
167
+ msgid "Compact Mode"
168
+ msgstr "簡單模式"
169
+
170
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:57
171
+ msgid "Shrink top level links down to their icons"
172
+ msgstr "只使用圖示,不顯示主選單文字"
173
+
174
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:58
175
+ msgid "That was a cool WordPress feature, so I stole it :)"
176
+ msgstr "這是一個很酷的WordPress功能,所以我偷用了它:)"
177
+
178
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:61
179
+ msgid "Sublevel Icons"
180
+ msgstr "子選單圖示"
181
+
182
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:62
183
+ msgid "Display icons in drop down menus"
184
+ msgstr "下拉選單中顯示圖示"
185
+
186
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:66
187
+ msgid "Color Scheme"
188
+ msgstr "配色方案"
189
+
190
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:67
191
+ msgid "Pick a color for your menu bar, using the color wheel or one of the presets"
192
+ msgstr "為你的選單設定一個顏色(←點左方圓型小圖來使用色盤,或是只使用預設)"
193
+
194
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:68
195
+ msgid "No subtle gradient, just plain color."
196
+ msgstr "不使用漸層,只使用單色色彩。"
197
+
198
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:110
199
+ msgid "Advanced Settings"
200
+ msgstr "進階設定"
201
+
202
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:113
203
+ msgid "Minimal Mode"
204
+ msgstr "最小模式"
205
+
206
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:114
207
+ msgid "Hide header"
208
+ msgstr "隱藏主選單上方區塊"
209
+
210
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:115
211
+ msgid "Remove the whole header bar for maximum screen real estate. Note: The quick link to your blog will be added to the menu, the Logout link in the Users sub-menu."
212
+ msgstr "隱藏整個主選單上方區塊,來獲得最大視窗。注意:左上方站台名稱的『回首頁連結功能』將被增加到選單欄,『登出功能區塊』會被加到子選單內。"
213
+
214
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:118
215
+ msgid "Favorite Actions"
216
+ msgstr "最常用的操作"
217
+
218
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:119
219
+ msgid "Display Favorite Actions"
220
+ msgstr "顯示常用的操作"
221
+
222
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:120
223
+ msgid "Just in case you realize you don't need this anymore with such a fast and usable menu."
224
+ msgstr "為了以防萬一,你意識到你不需要一個快速的可用選單。"
225
+
226
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:133
227
+ msgid "Hide \"0\" Bubbles"
228
+ msgstr "隱藏\"0\"數字提示框"
229
+
230
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:134
231
+ msgid "Hide speech bubbles when no awaiting comments or outdated plugins"
232
+ msgstr "當沒有未審核的迴響或需要升級的外掛時,隱藏數字提示框"
233
+
234
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:135
235
+ msgid "Check if those tiny \"0\" speech bubble are too distracting for your taste"
236
+ msgstr "檢查如果這些微小的\"0\"數字提示框過於分散的感覺"
237
+
inc/translations/adminmenu.pot ADDED
@@ -0,0 +1,237 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Ozh' Admin Drop Down Menu\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2009-02-20 15:33+0100\n"
6
+ "PO-Revision-Date: 2009-02-20 15:33+0100\n"
7
+ "Last-Translator: Ozh <ozh@planetozh.com>\n"
8
+ "Language-Team: Ozh <ozh at planetozh dot 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-KeywordsList: wp_ozh_adminmenu__\n"
13
+ "X-Poedit-Basepath: E:\\home\\svn\\plugins\\ozh-admin-drop-down-menu\n"
14
+ "X-Poedit-Language: English\n"
15
+ "X-Poedit-SearchPath-0: E:\\home\\svn\\plugins\\ozh-admin-drop-down-menu\n"
16
+
17
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/core.php:348
18
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/core.php:403
19
+ msgid "updated"
20
+ msgstr ""
21
+
22
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/core.php:353
23
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/core.php:408
24
+ msgid "deleted"
25
+ msgstr ""
26
+
27
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/core.php:358
28
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/core.php:413
29
+ #, php-format
30
+ msgid "Admin Drop Down Menu settings <strong>%s</strong>"
31
+ msgstr ""
32
+
33
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:33
34
+ msgid "Icons"
35
+ msgstr ""
36
+
37
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:34
38
+ msgid "Display menu icons"
39
+ msgstr ""
40
+
41
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:35
42
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:63
43
+ #, php-format
44
+ msgid "They're so cute (and they're from %s)"
45
+ msgstr ""
46
+
47
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:40
48
+ msgid "Submenus"
49
+ msgstr ""
50
+
51
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:41
52
+ msgid "Display sub menus the regular way"
53
+ msgstr ""
54
+
55
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:42
56
+ msgid "Some like it better when sub menus don't even need you to hover the top menu link"
57
+ msgstr ""
58
+
59
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:45
60
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:123
61
+ msgid "Break Long Lists"
62
+ msgstr ""
63
+
64
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:46
65
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:124
66
+ #, php-format
67
+ msgid "Break if more than %s menu entries"
68
+ msgstr ""
69
+
70
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:47
71
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:125
72
+ msgid "If a dropdown gets longer than this value, it will switch to horizontal mode so that it will hopefully fit in your screen (requires javascript)"
73
+ msgstr ""
74
+
75
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:52
76
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:128
77
+ msgid "Top Links"
78
+ msgstr ""
79
+
80
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:53
81
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:129
82
+ msgid "Make top links clickable"
83
+ msgstr ""
84
+
85
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:54
86
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:130
87
+ msgid "Uncheck this option to improve compatibility with browsers that cannot handle the \"hover\" event (<em>ie</em> most handheld devices)"
88
+ msgstr ""
89
+
90
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:57
91
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:138
92
+ msgid "Give Some &hearts;"
93
+ msgstr ""
94
+
95
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:58
96
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:139
97
+ #, php-format
98
+ msgid "Do you like this plugin? Then <a href=\"%s\">rate it 5 Stars</a> on the official Plugin Directory!"
99
+ msgstr ""
100
+
101
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:59
102
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:140
103
+ #, php-format
104
+ msgid "Do you <em>love</em> this plugin? Please <a href=\"%s\">blog about it</a>! Tell your readers you like it so they will discover, try and hopefully like it too&nbsp;:)"
105
+ msgstr ""
106
+
107
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:60
108
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:141
109
+ #, php-format
110
+ msgid "Are you <span id=\"totallycrazy\">crazy</span> about this plugin? <a href=\"%s\">Paypal me a beer</a>! Every donation warms my heart and motivates me to release free stuff!"
111
+ msgstr ""
112
+
113
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:81
114
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:248
115
+ msgid "Save Changes"
116
+ msgstr ""
117
+
118
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:87
119
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:101
120
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:254
121
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:268
122
+ msgid "Reset Settings"
123
+ msgstr ""
124
+
125
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:96
126
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:263
127
+ msgid "Clicking the following button will remove all the settings for this plugin from your database. You might want to do so in the following cases:"
128
+ msgstr ""
129
+
130
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:98
131
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:265
132
+ msgid "you want to uninstall the plugin and leave no unnecessary entries in your database."
133
+ msgstr ""
134
+
135
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:99
136
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:266
137
+ msgid "you want all settings to be reverted to their default values"
138
+ msgstr ""
139
+
140
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:101
141
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:268
142
+ msgid "Really do?"
143
+ msgstr ""
144
+
145
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/tags/2.3.4.1/inc/options.php:102
146
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:269
147
+ msgid "There is no undo, so be very sure you want to click the button!"
148
+ msgstr ""
149
+
150
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:46
151
+ msgid "Icons and Colors"
152
+ msgstr ""
153
+
154
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:51
155
+ msgid "Top Level Icons"
156
+ msgstr ""
157
+
158
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:52
159
+ msgid "Display original menu icons in top level links"
160
+ msgstr ""
161
+
162
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:53
163
+ msgid "Checking this enables Compact Mode &darr;"
164
+ msgstr ""
165
+
166
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:56
167
+ msgid "Compact Mode"
168
+ msgstr ""
169
+
170
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:57
171
+ msgid "Shrink top level links down to their icons"
172
+ msgstr ""
173
+
174
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:58
175
+ msgid "That was a cool WordPress feature, so I stole it :)"
176
+ msgstr ""
177
+
178
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:61
179
+ msgid "Sublevel Icons"
180
+ msgstr ""
181
+
182
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:62
183
+ msgid "Display icons in drop down menus"
184
+ msgstr ""
185
+
186
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:66
187
+ msgid "Color Scheme"
188
+ msgstr ""
189
+
190
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:67
191
+ msgid "Pick a color for your menu bar, using the color wheel or one of the presets"
192
+ msgstr ""
193
+
194
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:68
195
+ msgid "No subtle gradient, just plain color."
196
+ msgstr ""
197
+
198
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:110
199
+ msgid "Advanced Settings"
200
+ msgstr ""
201
+
202
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:113
203
+ msgid "Minimal Mode"
204
+ msgstr ""
205
+
206
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:114
207
+ msgid "Hide header"
208
+ msgstr ""
209
+
210
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:115
211
+ msgid "Remove the whole header bar for maximum screen real estate. Note: The quick link to your blog will be added to the menu, the Logout link in the Users sub-menu."
212
+ msgstr ""
213
+
214
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:118
215
+ msgid "Favorite Actions"
216
+ msgstr ""
217
+
218
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:119
219
+ msgid "Display Favorite Actions"
220
+ msgstr ""
221
+
222
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:120
223
+ msgid "Just in case you realize you don't need this anymore with such a fast and usable menu."
224
+ msgstr ""
225
+
226
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:133
227
+ msgid "Hide \"0\" Bubbles"
228
+ msgstr ""
229
+
230
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:134
231
+ msgid "Hide speech bubbles when no awaiting comments or outdated plugins"
232
+ msgstr ""
233
+
234
+ #: E:\home\svn\plugins\ozh-admin-drop-down-menu/trunk/inc/options.php:135
235
+ msgid "Check if those tiny \"0\" speech bubble are too distracting for your taste"
236
+ msgstr ""
237
+
readme.txt CHANGED
@@ -1,20 +1,33 @@
1
  === Ozh' Admin Drop Down Menu ===
2
  Donate link: http://planetozh.com/exit/donate
3
  Tags: ozh, menu, menus, dashboard, admin, dropdown, drop down, productivity, css
4
- Requires at least: 1.5
5
- Tested up to: 2.3.3
6
  Stable tag: trunk
7
  Contributors: ozh
8
 
9
- All admin links available in a neat drop down menu. Go to any admin page from any admin page in 1 click.
10
 
11
  == Description ==
12
 
13
- The lazy and the productive will love it : all admin links available in a neat CSS driven drop down menu. No need to click on "Manage" then "Pages" to edit pages, go to *any admin page* from *any admin page*.
14
 
15
  For documentation, examples, screenshot and a live demo, please refer to the official plugin page for [Admin Drop Down Menu](http://planetozh.com/blog/my-projects/wordpress-admin-menu-drop-down-css/ "Admin Drop Down Menu"). There is also an API for plugin coders (give your plugin its own special icon!).
16
 
17
- This version is for WordPress 1.5 to 2.3.3 only.
 
 
 
 
 
 
 
 
 
 
 
 
 
18
 
19
  == Installation ==
20
 
1
  === Ozh' Admin Drop Down Menu ===
2
  Donate link: http://planetozh.com/exit/donate
3
  Tags: ozh, menu, menus, dashboard, admin, dropdown, drop down, productivity, css
4
+ Requires at least: 3.0
5
+ Tested up to: 9.9
6
  Stable tag: trunk
7
  Contributors: ozh
8
 
9
+ All admin links available in a neat horizontal drop down menu. Saves lots of screen real estate!
10
 
11
  == Description ==
12
 
13
+ The lazy and the productive will love it : all admin links available in a neat horizontal CSS driven drop down menu. No need to click on "Manage" then "Pages" to edit pages. And plenty more space on your screen.
14
 
15
  For documentation, examples, screenshot and a live demo, please refer to the official plugin page for [Admin Drop Down Menu](http://planetozh.com/blog/my-projects/wordpress-admin-menu-drop-down-css/ "Admin Drop Down Menu"). There is also an API for plugin coders (give your plugin its own special icon!).
16
 
17
+ Current version is for WordPress 3.0+ only. For older unsupported versions, see the plugin's page.
18
+
19
+ == Screenshots ==
20
+
21
+ 1. Drop down menu with WordPress top level icons and sub level icons, configurable color scheme
22
+ 2. Normal or compact display
23
+ 3. Full RTL support for those funky locales!
24
+
25
+ == Changelog ==
26
+
27
+ The changelog can be found:
28
+
29
+ 1. In the plugin source itself
30
+ 1. Here: http://plugins.trac.wordpress.org/log/ozh-admin-drop-down-menu?verbose=on
31
 
32
  == Installation ==
33
 
screenshot-1.jpg ADDED
Binary file
screenshot-2.jpg ADDED
Binary file
screenshot-3.jpg ADDED
Binary file
uninstall.php ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /*
3
+ Part of Plugin: Ozh' Admin Drop Down Menu
4
+ Uninstall procedure (Removes the plugin cleanly in WP 2.7+)
5
+ http://planetozh.com/blog/my-projects/wordpress-admin-menu-drop-down-css/
6
+ */
7
+
8
+ // Make sure that we are uninstalling
9
+ if ( !defined('WP_UNINSTALL_PLUGIN') ) {
10
+ exit();
11
+ }
12
+
13
+ // Leave no trail
14
+ delete_option('ozh_adminmenu');
15
+
wp_ozh_adminmenu.php ADDED
@@ -0,0 +1,128 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /*
3
+ Plugin Name: Ozh' Admin Drop Down Menu
4
+ Plugin URI: http://planetozh.com/blog/my-projects/wordpress-admin-menu-drop-down-css/
5
+ Description: All admin links available in a neat horizontal drop down menu. Saves lots of screen real estate! <strong>For WordPress 3.0+</strong>
6
+ Version: 3.4.5
7
+ Author: Ozh
8
+ Author URI: http://ozh.org/
9
+ */
10
+
11
+ /* Release History :
12
+ * 1.0: Initial release
13
+ * 1.1: Tiger Admin compatibility !
14
+ * 1.2: Multiple Page Plugin (ex: Akismet) compatibility and minor CSS improvements
15
+ * 1.3: Fix for plugins with subfolders on Windows WP installs
16
+ * 1.3.1: Minor CSS tweaks
17
+ * 2.0: Complete rewrite for WordPress 2.5
18
+ * 2.0.1: Fixed: Bug with uploader
19
+ * 2.0.2: Improved: Compatibility with admin custom CSS (some colors are now dynamically picked)
20
+ Fixed: Bug with submenu under plugin toplevel menus
21
+ Fixed: WP's internal behavior or rewriting the "Manage" link according to the current "Write" page and vice-versa (makes sense?:)
22
+ Added: Option to display original submenu, per popular demand
23
+ * 2.0.3: Fixed: CSS bug with uploader, again. Grrrr.
24
+ * 2.1: Added: WordPress Mu compatibility \o/
25
+ Fixed: CSS issues with IE7, thanks Stuart
26
+ Added: Ability to dynamically resize menu on two lines when too many entries.
27
+ Added: Option to set max number of submenu entries before switching to horizontal display
28
+ * 2.2: Fixed: Compatibilty with WP 2.6 (thanks to Matt Robenolt from ydekproductions.com for saving me some time:)
29
+ Added: Option page
30
+ Improved: Compatibility with handheld devices
31
+ Improved: File structure for minimal memory footprint
32
+ * 2.2.1: Improved: Some CSS tweaks (thanks to Dan Rubin)
33
+ Improved: The comment bubble now points to moderation
34
+ Improved: Compatibility with Fluency (and even fixing stuff on the Fluency side)
35
+ * 2.2.1.1: Fixed: A depecrated function was in! (Thanks Scribu)
36
+ Added: A small LOLZ on the Option page :)
37
+ * 2.3: Added: hooks! HOOKS!! API to allow other plugins to interact more easily. This is l33t.
38
+ Added: CSS classes and ids to all menu elements
39
+ Added: Optional icons for menu elements
40
+ Added: Ready for translation
41
+ * 2.3.1: Fixed: Was always showing plugin special icons even with icons disabled
42
+ * 2.3.2: Fixed: Top level links could be wrong
43
+ * 2.3.4: Improved: Compatibility with Fluency yet again
44
+ Improved: Smarter submenu breaking with too long lists (now columns)
45
+ Improved: Better handling of POST on plugin page
46
+ Fixed: Bug with Safari and the resize menu stuff
47
+ Added: French and Italian translations
48
+ Improved: Support for WordPress Mu with specific icons
49
+ * 2.3.4.1: Fixed, or maybe not: same bug with Safari on Mac. This browser is a crap, Safari users I pity you.
50
+ * 2.3.4.2: Fixed: potential incompatibility with plugins using post-admin.php
51
+ * 3.0: Yet another complete rework for WP 2.7.
52
+ * 3.0.1: Fixed: #screen-meta positioning in MSIE6
53
+ Updated: Translation .pot file
54
+ * 3.0.2: Added: option for solid color menu bar
55
+ * 3.1: Fixed: bug with top level plugin menus that would sometime lead to no other link shown in menu (thanks to Robert from afineforum.net)
56
+ * 3.1.1: Fixed: translation file was not loaded. Sorry translators! :)
57
+ Removed: some unneeded vars causing notices in logs
58
+ * 3.1.1.1: Added: zh_CN (thanks Rui Shen!)
59
+ * 3.1.1.2: Added: it_IT (thanks Gianni Diurno!)
60
+ * 3.1.1.3: Added: es_ES (thanks Karin Sequen!)
61
+ * 3.1.2: Added: k0_KR (thanks Jong-In Kim!)
62
+ Fixed: a few strings were not localized (thanks Karin Sequen!)
63
+ * 3.1.2.1: Fixed: missing tag (thanks Nick Romney)
64
+ * 3.1.2.2: Updated: ko_KR (thanks Jong-In Kim!)
65
+ * 3.1.3: Updated: missing strings from the .pot file. Oh god I hate this fucking i18n process. Sorry all translators.
66
+ Fixed: compatibility with WP 2.8 (loading scripts on the option page)
67
+ * 3.1.3.1: Added: tr_TR (thanks Baris Unver!)
68
+ Updated: ko_KR (thanks Jong-In Kim!)
69
+ * 3.1.3.2: Updated: es_ES (thanks Karin Sequen!)
70
+ * 3.1.3.3: Fixed: Javascript error in the color picker preventing from saving color scheme
71
+ * 3.1.3.3.7: Updated: it_IT (thanks Gianni Diurno!)
72
+ Laughed: at this totally 31337 version number. Next laugh at 6.6.6 :)
73
+ * 3.2: Added: RTL support for funky locales such as Arabic or Hebrew - thanks for feedback to Sudar Muthu, Narayanan Hariharan, Mena Hanna, Amiad
74
+ Added: de_DE (thanks Frasier Crane)
75
+ Fixed: Compatibility with WP 2.8 (missing icon)
76
+ * 3.2.1: Added: ru_RU (thanks Fat Cow!)
77
+ * 3.2.2: Added: pt_BR (thanks Renato Tavares!)
78
+ * 3.2.3: Fixed: Missing icon for WP 2.8
79
+ * 3.2.4: Updated: tr_TR (thanks Baris Unver!)
80
+ * 3.3: Improved: compatibility with 2.8 (action links in Plugins page, better filter for custom icons thanks to Stephen Rider)
81
+ Fixed: Dashboard disappearing with 2.8
82
+ * 3.3.1: Added: el (thanks friedlich!)
83
+ * 3.3.2: Added: be_BY (thanks ilyuha!)
84
+ Fixed: silly toggling of the "Display Favorites" option (thanks johnbillion!)
85
+ Improved: display with crappy IE8 (thanks Octav!)
86
+ * 3.3.3: Added: he_IL (thanks Amiad Bareli!)
87
+ * 3.3.4: Added: ro_RO (thanks Octav!)
88
+ Added: uk_UA (thanks wpp.pp.ua)
89
+ * 3.3.5: Added: uk (thanks Jurko Chervony!)
90
+ * 3.3.6: Minor cosmetic change to backend (twitter links)
91
+ * 3.3.7: Fixed: javascript error occurence (thanks Jaume !)
92
+ * 3.3.8: Added: zh_TW (thanks Paogray !)
93
+ * 3.3.9: Fixed: the failed fixed of 3.3.7
94
+ * 3.3.10: Fixed: stupid way of inserting Farbtastic all over the place (thanks olov !)
95
+ * 3.3.11: Added: cs_CZ (thanks Honza!)
96
+ * 3.4: Fixed: compatibility with WP 3.0
97
+ Improved: JS to resize-recolumn submenus
98
+ * 3.4.1: Fixed: crappy red border for test I left in the CSS
99
+ * 3.4.2: Fixed: mod_security potential issue causing CSS to not load
100
+ * 3.4.3: Fixed: CSS & JS now loading in compliance with admin SSL pref
101
+ * 3.4.4: Updated: zh_TW (thanks Joan Wang!)
102
+ * 3.4.5: Fixed: reintroduced filters removed by accident in november 2008.
103
+ */
104
+
105
+ /***** Hook things in when visiting an admin page. When viewing a blog page, nothing even loads in memory. ****/
106
+ if (is_admin()) {
107
+ global $wp_ozh_adminmenu;
108
+ require_once(dirname(__FILE__).'/inc/core.php');
109
+ add_action('admin_menu', 'wp_ozh_adminmenu_init', -1000); // Init plugin defaults or read options
110
+ add_action('admin_menu', 'wp_ozh_adminmenu_add_page', -999); // Add option page
111
+ add_action('admin_head', 'wp_ozh_adminmenu_head', 999); // Insert CSS & JS in <head>
112
+ add_action('in_admin_footer', 'wp_ozh_adminmenu_footer'); // Add unobstrusive credits in footer
113
+ add_filter('plugin_action_links_'.plugin_basename(__FILE__), 'wp_ozh_adminmenu_plugin_actions', -10); // Add Config link to plugin list
114
+ add_filter('ozh_adminmenu_icon_ozh_admin_menu', 'wp_ozh_adminmenu_customicon'); // This plugin will have its own icon of course
115
+ add_filter('admin_notices', 'wp_ozh_adminmenu', -9999); // Add the new admin menu right after the header area. Make sure we're first.
116
+ }
117
+
118
+ // Make sure it's WP 3.0+ only
119
+ function wp_ozh_adminmenu_check(){
120
+ global $wp_version;
121
+ if ( version_compare($wp_version, '3', '<') ) {
122
+ deactivate_plugins( basename(__FILE__) );
123
+ wp_die("Sorry, this plugin requires WordPress 3.0 at least");
124
+ }
125
+ }
126
+ register_activation_hook(__FILE__, 'wp_ozh_adminmenu_check');
127
+
128
+ ?>
wp_ozh_adminmenu_wp23.php DELETED
@@ -1,328 +0,0 @@
1
- <?php
2
- /*
3
- Plugin Name: Admin Drop Down Menu
4
- Plugin URI: http://planetozh.com/blog/my-projects/wordpress-admin-menu-drop-down-css/
5
- Description: Replaces admin menu and submenu with a 2 level horizontal CSS dropdown menu bar. Saves lots of clicks !
6
- Version: 1.3.1
7
- Author: Ozh
8
- Author URI: http://planetOzh.com/
9
- */
10
-
11
- /* Release History :
12
- * 1.0 : initial release
13
- * 1.1 : Tiger Admin compatibility !
14
- * 1.2 : Multiple Page Plugin (ex: Akismet) compatibility and minor CSS improvements
15
- * 1.3 : Fix for plugins with subfolders on Windows WP installs
16
- * 1.3.1 : Minor CSS tweak
17
- */
18
-
19
- /* Main function : creates the new set of intricated <ul> and <li> */
20
- function wp_ozh_adminmenu() {
21
- global $is_winIE;
22
-
23
- if (function_exists('wp_admin_tiger_css') and !$is_winIE) {
24
- $tiger = true;
25
- } else {
26
- $tiger = false;
27
- }
28
-
29
- $menu = wp_ozh_adminmenu_build ();
30
-
31
- $ozh_menu = '';
32
- $printsub = 1;
33
-
34
- foreach ($menu as $k=>$v) {
35
- $url = $v['url'];
36
- $name = $k;
37
- $anchor = $v['name'];
38
- $class = $v['class'];
39
-
40
- if ($is_winIE)
41
- $ie_code = " onmouseover='this.className=\\\"msieFix\\\"' onmouseout='this.className=\\\"\\\"'";
42
- $ozh_menu .= '<li'.$ie_code."><a href='$url'$class>$anchor</a>";
43
- if (is_array($v['sub'])) {
44
-
45
- $ulclass='';
46
- if ($class) {
47
- $ulclass = " class='ulcurrent'";
48
- } else {
49
- $ulclass = " class='ulnotcurrent'";
50
- }
51
- $ozh_menu .= "<ul$ulclass>";
52
-
53
- foreach ($v['sub'] as $subk=>$subv) {
54
- $suburl = $subv['url'];
55
- $subanchor = $subv['name'];
56
- $subclass='';
57
- if (array_key_exists('class',$subv)) $subclass=$subv['class'];
58
- $ozh_menu .= "<li><a href='$suburl'$subclass>$subanchor</a></li>";
59
- }
60
- $ozh_menu .= "</ul>";
61
- } else {
62
- if (!$tiger) {
63
- $ozh_menu .= "<ul><li class='altmenu_empty' title='This menu has no sub menu'><small>&#8230;</small></li><li>&nbsp;</li><li>&nbsp;</li><li>&nbsp;</li></ul>";
64
- if ($class) $printsub = 0;
65
- }
66
- }
67
- $ozh_menu .="</li> ";
68
-
69
- }
70
-
71
- if (!$tiger) {
72
- wp_ozh_adminmenu_css($printsub);
73
- } else {
74
- wp_ozh_adminmenu_css_tiger($printsub);
75
- }
76
-
77
- wp_ozh_adminmenu_old_printjs($ozh_menu, $printsub, $tiger);
78
- }
79
-
80
- /* Core stuff : builds an array populated with all the infos needed for menu and submenu */
81
- function wp_ozh_adminmenu_build () {
82
- global $menu, $submenu, $plugin_page, $pagenow;
83
-
84
- /* Most of the following garbage are bits from admin-header.php,
85
- * modified to populate an array of all links to display in the menu
86
- */
87
-
88
- $self = preg_replace('|^.*/wp-admin/|i', '', $_SERVER['PHP_SELF']);
89
- $self = preg_replace('|^.*/plugins/|i', '', $self);
90
-
91
- get_admin_page_parent();
92
-
93
- $altmenu = array();
94
-
95
- /* Step 1 : populate first level menu as per user rights */
96
- foreach ($menu as $item) {
97
- // 0 = name, 1 = capability, 2 = file
98
- if ( current_user_can($item[1]) ) {
99
- if ( file_exists(ABSPATH . "wp-content/plugins/{$item[2]}") )
100
- $altmenu[$item[2]]['url'] = get_settings('siteurl') . "/wp-admin/admin.php?page={$item[2]}";
101
- else
102
- $altmenu[$item[2]]['url'] = get_settings('siteurl') . "/wp-admin/{$item[2]}";
103
-
104
- if (( strcmp($self, $item[2]) == 0 && empty($parent_file)) || ($parent_file && ($item[2] == $parent_file)))
105
- $altmenu[$item[2]]['class'] = " class='current'";
106
-
107
- $altmenu[$item[2]]['name'] = $item[0];
108
-
109
- /* Windows installs may have backslashes instead of slashes in some paths, fix this */
110
- $altmenu[$item[2]]['name'] = str_replace(chr(92),chr(92).chr(92),$altmenu[$item[2]]['name']);
111
- }
112
- }
113
-
114
- /* Step 2 : populate second level menu */
115
- foreach ($submenu as $k=>$v) {
116
- foreach ($v as $item) {
117
- if (array_key_exists($k,$altmenu) and current_user_can($item[1])) {
118
-
119
- // What's the link ?
120
- $menu_hook = get_plugin_page_hook($item[2], $k);
121
- if (file_exists(ABSPATH . "wp-content/plugins/{$item[2]}") || ! empty($menu_hook)) {
122
- if ( 'admin.php' == $pagenow )
123
- $link = get_settings('siteurl') . "/wp-admin/admin.php?page={$item[2]}";
124
- else
125
- $link = get_settings('siteurl') . "/wp-admin/{$k}?page={$item[2]}";
126
- } else {
127
- $link = get_settings('siteurl') . "/wp-admin/{$item[2]}";
128
- }
129
- /* Windows installs may have backslashes instead of slashes in some paths, fix this */
130
- $link = str_replace(chr(92),chr(92).chr(92),$link);
131
-
132
- $altmenu[$k]['sub'][$item[2]]['url'] = $link;
133
-
134
- // Is it current page ?
135
- $class = '';
136
- if ( (isset($plugin_page) && $plugin_page == $item[2] && $pagenow == $k) || (!isset($plugin_page) && $self == $item[2] ) ) $class=" class='current'";
137
- if ($class) {
138
- $altmenu[$k]['sub'][$item[2]]['class'] = $class;
139
- $altmenu[$k]['class'] = $class;
140
- }
141
-
142
- // What's its name again ?
143
- $altmenu[$k]['sub'][$item[2]]['name'] = $item[0];
144
- }
145
- }
146
- }
147
-
148
- /**
149
- // Uncomment to see how neat it is now !
150
- print "<pre>Our Oh-So-Beautiful-4-Levels-";
151
- print_r($altmenu);
152
- /**/
153
-
154
- return ($altmenu);
155
- }
156
-
157
- /* The javascript bits that replace the existing menu by our new one */
158
- function wp_ozh_adminmenu_old_printjs ($admin = '', $sub = 1, $tiger=false) {
159
- print "<script>
160
- document.getElementById('adminmenu').innerHTML=\"$admin\";";
161
- if ($sub and !$tiger) print "document.getElementById('submenu').innerHTML=\"<li>&nbsp;</li>\"";
162
- print "</script>";
163
- }
164
-
165
- /* Print the CSS stuff. Modify with care if you want to customize colors ! */
166
- function wp_ozh_adminmenu_css_tiger($sub = 1) {
167
- $id = '#adminmenu';
168
-
169
- if ($sub == 0) {
170
- $sub_opacity="$id li ul {
171
- opacity: 0.8;
172
- -moz-opacity: 0.8;
173
- filter: alpha(opacity=80);
174
- }
175
- ";
176
- } else {$sub_opacity='';}
177
-
178
- print <<<CSS
179
- <style>
180
- #adminmenu li ul {
181
- position:absolute;
182
- left:-9000px;
183
- }
184
- #adminmenu li:hover {
185
- background:#DDD;
186
- }
187
- #adminmenu li:hover ul {
188
- left:140px;
189
- z-index:90;
190
- width:160px !important;
191
- padding:0;
192
- -moz-opacity:0.90;
193
- }
194
- #adminmenu li:hover ul li {
195
- position:relative;
196
- top:0;
197
- background: #555;
198
- padding:0;
199
- margin:0;
200
- }
201
- #adminmenu li:hover ul li a, #adminmenu li:hover ul li a.current {
202
- position:relative;
203
- top:-3px;
204
- left:-3px;
205
- width:170px;
206
- background:#DDD !important;
207
- color:#222;
208
- }
209
- #zadminmenu li:hover ul li a.current {
210
- background:none !important;
211
- }
212
-
213
- #adminmenu li:hover ul li a:hover {
214
- background:transparent url(../wp-content/plugins/wp-admin-tiger/wp-admin-tiger_files/ol_admin_images/bg_menu_on.jpg) !important;
215
- }
216
- $sub_opacity
217
- </style>
218
-
219
- CSS;
220
- }
221
-
222
- function wp_ozh_adminmenu_css($sub = 1) {
223
- $id = '#adminmenu';
224
-
225
- if ($sub == 0) {
226
- $sub_opacity="$id li ul {
227
- opacity: 0.8;
228
- -moz-opacity: 0.8;
229
- filter: alpha(opacity=80);
230
- }
231
- ";
232
- } else {$sub_opacity='';}
233
-
234
- print <<<CSS
235
- <style>
236
- #submenu {
237
- left:0px;
238
- margin:0;
239
- height:2em;
240
- }
241
- /* all lists */
242
- $id {
243
- height:2em;
244
- margin-bottom:1em;
245
- }
246
- $id li {
247
- padding:0 0.3em;
248
- }
249
- $id li ul li {
250
- background: #0d324f;
251
- border-bottom: none;
252
- line-height:160%;
253
- }
254
- $id li ul li a,$id li ul li a:link,$id li ul li a:visited {
255
- color: #9090EE;
256
- font-size: 12px;
257
- border-bottom: none;
258
- }
259
- $id li ul li a:hover {
260
- background: #ddeaf4;
261
- color: #393939;
262
- }
263
- $id,$id ul {
264
- padding:0;
265
- }
266
- /* Nested ULs */
267
- $id li ul {
268
- position:absolute;
269
- left:-900px;
270
- }
271
- /* All LIs */
272
- $id li {
273
- float:left;
274
- list-style-type:none;
275
- }
276
- $id li ul {
277
- background: #0d324f;
278
- padding: 3px 2em 0 2.9em;
279
- }
280
- $id li:hover ul.ulnotcurrent,$id li.msieFix ul.ulnotcurrent {
281
- left:0px;
282
- z-index:90;
283
- right:0px;
284
- border-bottom:2.2em solid #f9fCfe;
285
- }
286
-
287
- $id li .ulcurrent {
288
- left:0px;
289
- right:0px;
290
- z-index:89;
291
- width:auto;
292
- zbackground:red;
293
- zborder-bottom:1em solid green;
294
- }
295
- $id ul li a.current {
296
- background: #f9fcfe;
297
- }
298
- .altmenu_empty {
299
- color:#6da6d1;
300
- height:1.5em;
301
- }
302
- $sub_opacity
303
- /* Stuff for MSIE */
304
- * html $id li .ulcurrent {width:200%;}
305
- * html $id li a {
306
- border-top:2px solid #6da6d1;
307
- }
308
- * html $id li ul li a {
309
- border:none;
310
- }
311
- * html $id li.msieFix ul, {
312
- margin:2em 0;
313
- width:300%;
314
- left:0;
315
- }
316
- * html $id li ul {
317
- margin:2em 0;
318
- }
319
- /**/
320
- </style>
321
-
322
- CSS;
323
- }
324
-
325
-
326
- add_action('admin_footer', 'wp_ozh_adminmenu');
327
-
328
- ?>