Max Mega Menu - Version 2.9.7

Version Description

  • Fix: Position of Toggle Bar Designer in theme editor when using PHP 8
  • Update: Language files
Download this release

Release Info

Developer megamenu
Plugin Icon 128x128 Max Mega Menu
Version 2.9.7
Comparing to
See all releases

Code changes from version 2.9.6 to 2.9.7

classes/pages/general.php CHANGED
@@ -142,27 +142,6 @@ if ( ! class_exists( 'Mega_Menu_General' ) ) :
142
  </div>
143
  </td>
144
  </tr>
145
- <tr>
146
- <td class='mega-name'>
147
- <?php esc_html_e( 'More options', 'megamenu' ); ?>
148
- <div class='mega-description'>
149
- </div>
150
- </td>
151
- <td class='mega-value'>
152
-
153
- <?php
154
- $locations_url = add_query_arg(
155
- array(
156
- 'page' => 'maxmegamenu',
157
- ),
158
- admin_url( 'admin.php' )
159
- );
160
- ?>
161
-
162
- <p>Looking for the <b>Click Event Behaviour</b>, <b>Mobile Menu Behaviour</b>, <b>Menu Item Descriptions</b>, <b>Unbind JavaScript Events</b>, <b>Prefix Menu Item Classes</b> or <b>Active Menu Instance</b> options?</p>
163
- <p>These can now be defined <em>per menu location</em> on the <em><a href='<?php echo esc_attr( $locations_url ); ?>'>Mega Menu > Menu Locations</a></em> page (expand a menu location and look within the 'Advanced' tab).</p>
164
- </td>
165
- </tr>
166
  <!--tr>
167
  <td class='mega-name'>
168
  <?php esc_html_e( 'JavaScript Output', 'megamenu' ); ?>
142
  </div>
143
  </td>
144
  </tr>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
145
  <!--tr>
146
  <td class='mega-name'>
147
  <?php esc_html_e( 'JavaScript Output', 'megamenu' ); ?>
classes/pages/locations.php CHANGED
@@ -662,13 +662,13 @@ if ( ! class_exists( 'Mega_Menu_Locations' ) ) :
662
  'type' => 'effect',
663
  'key' => 'effect',
664
  'value' => isset( $location_settings['effect'] ) ? $location_settings['effect'] : 'fade_up',
665
- 'title' => __( 'Animation' ),
666
  ),
667
  array(
668
  'type' => 'effect_speed',
669
  'key' => 'effect_speed',
670
  'value' => isset( $location_settings['effect_speed'] ) ? $location_settings['effect_speed'] : '200',
671
- 'title' => __( 'Speed' ),
672
  ),
673
  ),
674
  ),
@@ -681,13 +681,13 @@ if ( ! class_exists( 'Mega_Menu_Locations' ) ) :
681
  'type' => 'effect_mobile',
682
  'key' => 'effect_mobile',
683
  'value' => isset( $location_settings['effect_mobile'] ) ? $location_settings['effect_mobile'] : 'none',
684
- 'title' => __( 'Style' ),
685
  ),
686
  array(
687
  'type' => 'effect_speed_mobile',
688
  'key' => 'effect_speed_mobile',
689
  'value' => isset( $location_settings['effect_speed_mobile'] ) ? $location_settings['effect_speed_mobile'] : '200',
690
- 'title' => __( 'Speed' ),
691
  ),
692
  ),
693
  ),
662
  'type' => 'effect',
663
  'key' => 'effect',
664
  'value' => isset( $location_settings['effect'] ) ? $location_settings['effect'] : 'fade_up',
665
+ 'title' => __( 'Animation', 'megamenu' ),
666
  ),
667
  array(
668
  'type' => 'effect_speed',
669
  'key' => 'effect_speed',
670
  'value' => isset( $location_settings['effect_speed'] ) ? $location_settings['effect_speed'] : '200',
671
+ 'title' => __( 'Speed', 'megamenu' ),
672
  ),
673
  ),
674
  ),
681
  'type' => 'effect_mobile',
682
  'key' => 'effect_mobile',
683
  'value' => isset( $location_settings['effect_mobile'] ) ? $location_settings['effect_mobile'] : 'none',
684
+ 'title' => __( 'Style', 'megamenu' ),
685
  ),
686
  array(
687
  'type' => 'effect_speed_mobile',
688
  'key' => 'effect_speed_mobile',
689
  'value' => isset( $location_settings['effect_speed_mobile'] ) ? $location_settings['effect_speed_mobile'] : '200',
690
+ 'title' => __( 'Speed', 'megamenu' ),
691
  ),
692
  ),
693
  ),
classes/pages/themes.php CHANGED
@@ -2385,11 +2385,34 @@ if ( ! class_exists( 'Mega_Menu_Themes' ) ) :
2385
  'mobile_menu' => array(
2386
  'title' => __( 'Mobile Menu', 'megamenu' ),
2387
  'settings' => array(
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2388
  'mobile_toggle_bar' => array(
2389
- 'priority' => 5,
2390
  'title' => __( 'Mobile Toggle Bar', 'megamenu' ),
2391
  'description' => '',
2392
  ),
 
 
 
 
 
2393
  'toggle_bar_background' => array(
2394
  'priority' => 20,
2395
  'title' => __( 'Toggle Bar Background', 'megamenu' ),
@@ -2470,29 +2493,7 @@ if ( ! class_exists( 'Mega_Menu_Themes' ) ) :
2470
  ),
2471
  ),
2472
  ),
2473
- 'responsive_breakpoint' => array(
2474
- 'priority' => 3,
2475
- 'title' => __( 'Responsive Breakpoint', 'megamenu' ),
2476
- 'description' => __( 'The menu will be converted to a mobile menu when the browser width is below this value.', 'megamenu' ),
2477
- 'settings' => array(
2478
- array(
2479
- 'title' => '',
2480
- 'type' => 'freetext',
2481
- 'key' => 'responsive_breakpoint',
2482
- 'validation' => 'px',
2483
- ),
2484
- ),
2485
- ),
2486
- 'responsive_breakpoint_disabled' => array(
2487
- 'priority' => 4,
2488
- 'title' => __( "The 'Responsive Breakpoint' option has been set to 0px. The desktop version of the menu will be displayed for all browsers (regardless of the browser width), so the following options are disabled.", 'megamenu' ),
2489
- 'description' => '',
2490
- ),
2491
- 'mobile_toggle_disabled' => array(
2492
- 'priority' => 5,
2493
- 'title' => __( "The 'Disable Mobile Toggle Bar' option has been enabled. The following options are disabled as the mobile toggle bar will not be displayed.", 'megamenu' ),
2494
- 'description' => '',
2495
- ),
2496
  'mobile_top_level_menu_items' => array(
2497
  'priority' => 33,
2498
  'title' => __( 'Mobile Sub Menu', 'megamenu' ),
@@ -2516,7 +2517,7 @@ if ( ! class_exists( 'Mega_Menu_Themes' ) ) :
2516
  'description' => __( "If enabled, the mobile sub menu will match the width and position on the given page element (rather than being limited to the width of the toggle bar). For a full width sub menu, leave the 'Selector' value set to 'body'.", 'megamenu' ),
2517
  'settings' => array(
2518
  array(
2519
- 'title' => 'Enabled',
2520
  'type' => 'checkbox',
2521
  'key' => 'mobile_menu_force_width',
2522
  ),
@@ -2916,7 +2917,11 @@ if ( ! class_exists( 'Mega_Menu_Themes' ) ) :
2916
  return 1;
2917
  }
2918
 
2919
- return 0;
 
 
 
 
2920
  }
2921
 
2922
 
@@ -3167,7 +3172,8 @@ if ( ! class_exists( 'Mega_Menu_Themes' ) ) :
3167
  <textarea id='codemirror' name='settings[<?php echo $key; ?>]'><?php echo stripslashes( $value ); ?></textarea>
3168
 
3169
  <p><b><?php _e( 'Custom Styling Tips', 'megamenu' ); ?></b></p>
3170
- <p><?php _e( "You can enter standard CSS or <a href='https://sass-lang.com/guide' target='_blank'>SCSS</a> into the custom styling area. If using SCSS there are some variables and mixins you can use:" ); ?></p>
 
3171
  <ul class='custom_styling_tips'>
3172
  <li><code>#{$wrap}</code> <?php _e( 'converts to the ID selector of the menu wrapper, e.g. div#mega-menu-wrap-primary', 'megamenu' ); ?></li>
3173
  <li><code>#{$menu}</code> <?php _e( 'converts to the ID selector of the menu, e.g. ul#mega-menu-primary', 'megamenu' ); ?></li>
@@ -3178,14 +3184,14 @@ if ( ! class_exists( 'Mega_Menu_Themes' ) ) :
3178
  $string = str_replace( '%menu%', '<code>#{$menu}</code>', $string );
3179
  ?>
3180
  <li><?php echo $string; ?></li>
3181
- <li>Example CSS:</li>
3182
- <code>/** Add text shadow to top level menu items on desktop AND mobile **/
3183
  <br />#{$wrap} #{$menu} > li.mega-menu-item > a.mega-menu-link {
3184
  <br />&nbsp;&nbsp;&nbsp;&nbsp;text-shadow: 1px 1px #000000;
3185
  <br />}
3186
  </code>
3187
  <br /><br />
3188
- <code>/** Add text shadow to top level menu items on desktop only **/
3189
  <br />@include desktop {
3190
  <br />&nbsp;&nbsp;&nbsp;&nbsp;#{$wrap} #{$menu} > li.mega-menu-item > a.mega-menu-link {
3191
  <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;text-shadow: 1px 1px #000000;
2385
  'mobile_menu' => array(
2386
  'title' => __( 'Mobile Menu', 'megamenu' ),
2387
  'settings' => array(
2388
+ 'responsive_breakpoint' => array(
2389
+ 'priority' => 2,
2390
+ 'title' => __( 'Responsive Breakpoint', 'megamenu' ),
2391
+ 'description' => __( 'The menu will be converted to a mobile menu when the browser width is below this value.', 'megamenu' ),
2392
+ 'settings' => array(
2393
+ array(
2394
+ 'title' => '',
2395
+ 'type' => 'freetext',
2396
+ 'key' => 'responsive_breakpoint',
2397
+ 'validation' => 'px',
2398
+ ),
2399
+ ),
2400
+ ),
2401
+ 'responsive_breakpoint_disabled' => array(
2402
+ 'priority' => 3,
2403
+ 'title' => __( "The 'Responsive Breakpoint' option has been set to 0px. The desktop version of the menu will be displayed for all browsers (regardless of the browser width), so the following options are disabled.", 'megamenu' ),
2404
+ 'description' => '',
2405
+ ),
2406
  'mobile_toggle_bar' => array(
2407
+ 'priority' => 4,
2408
  'title' => __( 'Mobile Toggle Bar', 'megamenu' ),
2409
  'description' => '',
2410
  ),
2411
+ 'mobile_toggle_disabled' => array(
2412
+ 'priority' => 5,
2413
+ 'title' => __( "The 'Disable Mobile Toggle Bar' option has been enabled. The following options are disabled as the mobile toggle bar will not be displayed.", 'megamenu' ),
2414
+ 'description' => '',
2415
+ ),
2416
  'toggle_bar_background' => array(
2417
  'priority' => 20,
2418
  'title' => __( 'Toggle Bar Background', 'megamenu' ),
2493
  ),
2494
  ),
2495
  ),
2496
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2497
  'mobile_top_level_menu_items' => array(
2498
  'priority' => 33,
2499
  'title' => __( 'Mobile Sub Menu', 'megamenu' ),
2517
  'description' => __( "If enabled, the mobile sub menu will match the width and position on the given page element (rather than being limited to the width of the toggle bar). For a full width sub menu, leave the 'Selector' value set to 'body'.", 'megamenu' ),
2518
  'settings' => array(
2519
  array(
2520
+ 'title' => __( 'Enabled', 'megamenu' ),
2521
  'type' => 'checkbox',
2522
  'key' => 'mobile_menu_force_width',
2523
  ),
2917
  return 1;
2918
  }
2919
 
2920
+ if ( $elem1['priority'] == $elem2['priority'] ) {
2921
+ return 0;
2922
+ }
2923
+
2924
+ return -1;
2925
  }
2926
 
2927
 
3172
  <textarea id='codemirror' name='settings[<?php echo $key; ?>]'><?php echo stripslashes( $value ); ?></textarea>
3173
 
3174
  <p><b><?php _e( 'Custom Styling Tips', 'megamenu' ); ?></b></p>
3175
+ <p><?php _e( "You can enter standard CSS or <a href='https://sass-lang.com/guide' target='_blank'>SCSS</a> into the custom styling area. If using SCSS there are some variables and mixins you can use:", 'megamenu'); ?></p>
3176
+
3177
  <ul class='custom_styling_tips'>
3178
  <li><code>#{$wrap}</code> <?php _e( 'converts to the ID selector of the menu wrapper, e.g. div#mega-menu-wrap-primary', 'megamenu' ); ?></li>
3179
  <li><code>#{$menu}</code> <?php _e( 'converts to the ID selector of the menu, e.g. ul#mega-menu-primary', 'megamenu' ); ?></li>
3184
  $string = str_replace( '%menu%', '<code>#{$menu}</code>', $string );
3185
  ?>
3186
  <li><?php echo $string; ?></li>
3187
+ <li><?php _e( 'Example CSS', 'megamenu' ); ?>:</li>
3188
+ <code>/** <?php _e( 'Add text shadow to top level menu items on desktop AND mobile', 'megamenu' ); ?> **/
3189
  <br />#{$wrap} #{$menu} > li.mega-menu-item > a.mega-menu-link {
3190
  <br />&nbsp;&nbsp;&nbsp;&nbsp;text-shadow: 1px 1px #000000;
3191
  <br />}
3192
  </code>
3193
  <br /><br />
3194
+ <code>/** <?php _e( 'Add text shadow to top level menu items on desktop only', 'megamenu' ); ?> **/
3195
  <br />@include desktop {
3196
  <br />&nbsp;&nbsp;&nbsp;&nbsp;#{$wrap} #{$menu} > li.mega-menu-item > a.mega-menu-link {
3197
  <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;text-shadow: 1px 1px #000000;
languages/megamenu.mo DELETED
Binary file
languages/megamenu.po DELETED
@@ -1,1218 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: megamenu\n"
4
- "POT-Creation-Date: 2015-04-26 16:16-0000\n"
5
- "PO-Revision-Date: 2015-04-26 16:16-0000\n"
6
- "Last-Translator: \n"
7
- "Language-Team: \n"
8
- "Language: English\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.5.7\n"
13
- "X-Poedit-KeywordsList: __;_e\n"
14
- "X-Poedit-Basepath: .\n"
15
- "X-Poedit-SearchPath-0: ..\n"
16
- "X-Poedit-SearchPath-1: .\n"
17
-
18
- #: ../megamenu.php:455
19
- msgid ""
20
- "Max Mega Menu is not compatible with your version of WordPress. Please "
21
- "upgrade WordPress to the latest version or disable Max Mega Menu."
22
- msgstr ""
23
-
24
- #: ../megamenu.php:466
25
- msgid ""
26
- "Max Mega Menu is not compatible with Uber Menu. Please disable Uber Menu."
27
- msgstr ""
28
-
29
- #: ../megamenu.php:479
30
- msgid "click here"
31
- msgstr ""
32
-
33
- #: ../megamenu.php:482
34
- #, php-format
35
- msgid "Thanks for installing Max Mega Menu! Please %s to get started."
36
- msgstr ""
37
-
38
- #: ../megamenu.php:494
39
- msgid "regenerate the CSS"
40
- msgstr ""
41
-
42
- #: ../megamenu.php:497
43
- #, php-format
44
- msgid ""
45
- "Max Mega Menu Updated. Please %s to ensure maximum compatibility with the "
46
- "latest version."
47
- msgstr ""
48
-
49
- #: ../classes/menu-item-manager.class.php:171
50
- #: ../classes/menu-item-manager.class.php:264
51
- #: ../classes/nav-menus.class.php:127
52
- msgid "Mega Menu"
53
- msgstr ""
54
-
55
- #: ../classes/menu-item-manager.class.php:172
56
- msgid "Mega Menus can only be created on top level menu items."
57
- msgstr ""
58
-
59
- #: ../classes/menu-item-manager.class.php:183
60
- msgid "Enable Mega Menu"
61
- msgstr ""
62
-
63
- #: ../classes/menu-item-manager.class.php:186
64
- msgid "column"
65
- msgstr ""
66
-
67
- #: ../classes/menu-item-manager.class.php:187
68
- #: ../classes/menu-item-manager.class.php:188
69
- #: ../classes/menu-item-manager.class.php:189
70
- #: ../classes/menu-item-manager.class.php:190
71
- #: ../classes/menu-item-manager.class.php:191
72
- #: ../classes/menu-item-manager.class.php:192
73
- #: ../classes/menu-item-manager.class.php:193
74
- msgid "columns"
75
- msgstr ""
76
-
77
- #: ../classes/menu-item-manager.class.php:197
78
- msgid "Select a Widget to add to the panel"
79
- msgstr ""
80
-
81
- #: ../classes/menu-item-manager.class.php:213
82
- msgid "Sub menu items"
83
- msgstr ""
84
-
85
- #: ../classes/menu-item-manager.class.php:233
86
- msgid "Widgets"
87
- msgstr ""
88
-
89
- #: ../classes/menu-item-manager.class.php:258
90
- msgid ""
91
- "No widgets found. Add a widget to this area using the Widget Selector (top "
92
- "right)"
93
- msgstr ""
94
-
95
- #: ../classes/menu-item-manager.class.php:284
96
- msgid "Menu Item Settings"
97
- msgstr ""
98
-
99
- #: ../classes/menu-item-manager.class.php:288
100
- msgid "Hide Text"
101
- msgstr ""
102
-
103
- #: ../classes/menu-item-manager.class.php:295
104
- #: ../classes/menu-item-manager.class.php:331
105
- #: ../classes/menu-item-manager.class.php:356
106
- msgid "Option only available for top level menu items"
107
- msgstr ""
108
-
109
- #: ../classes/menu-item-manager.class.php:302
110
- msgid "Hide Arrow"
111
- msgstr ""
112
-
113
- #: ../classes/menu-item-manager.class.php:310
114
- msgid "Disable Link"
115
- msgstr ""
116
-
117
- #: ../classes/menu-item-manager.class.php:318
118
- msgid "Menu Item Align"
119
- msgstr ""
120
-
121
- #: ../classes/menu-item-manager.class.php:324
122
- #: ../classes/menu-item-manager.class.php:349
123
- #: ../classes/settings.class.php:847 ../classes/settings.class.php:984
124
- #: ../classes/settings.class.php:1167 ../classes/settings.class.php:1197
125
- #: ../classes/settings.class.php:1330 ../classes/settings.class.php:1360
126
- #: ../classes/settings.class.php:1412 ../classes/settings.class.php:1494
127
- #: ../classes/settings.class.php:1520 ../classes/settings.class.php:1550
128
- #: ../classes/settings.class.php:1656 ../classes/settings.class.php:1682
129
- #: ../classes/settings.class.php:1712 ../classes/settings.class.php:1818
130
- #: ../classes/settings.class.php:1880 ../classes/settings.class.php:1911
131
- #: ../classes/settings.class.php:2010 ../classes/settings.class.php:2150
132
- msgid "Left"
133
- msgstr ""
134
-
135
- #: ../classes/menu-item-manager.class.php:325
136
- #: ../classes/menu-item-manager.class.php:350
137
- #: ../classes/settings.class.php:851 ../classes/settings.class.php:976
138
- #: ../classes/settings.class.php:1159 ../classes/settings.class.php:1189
139
- #: ../classes/settings.class.php:1322 ../classes/settings.class.php:1352
140
- #: ../classes/settings.class.php:1404 ../classes/settings.class.php:1486
141
- #: ../classes/settings.class.php:1512 ../classes/settings.class.php:1542
142
- #: ../classes/settings.class.php:1648 ../classes/settings.class.php:1674
143
- #: ../classes/settings.class.php:1704 ../classes/settings.class.php:1810
144
- #: ../classes/settings.class.php:1872 ../classes/settings.class.php:1903
145
- #: ../classes/settings.class.php:2002 ../classes/settings.class.php:2152
146
- msgid "Right"
147
- msgstr ""
148
-
149
- #: ../classes/menu-item-manager.class.php:328
150
- msgid ""
151
- "Right aligned items will appear in reverse order on the right hand side of "
152
- "the menu bar"
153
- msgstr ""
154
-
155
- #: ../classes/menu-item-manager.class.php:338
156
- msgid "Sub Menu Settings"
157
- msgstr ""
158
-
159
- #: ../classes/menu-item-manager.class.php:343
160
- msgid "Sub Menu Align"
161
- msgstr ""
162
-
163
- #: ../classes/menu-item-manager.class.php:353
164
- msgid ""
165
- "Right aligned sub menus will align to the right of the parent menu item and "
166
- "expand to the left"
167
- msgstr ""
168
-
169
- #: ../classes/menu-item-manager.class.php:366
170
- #: ../classes/settings.class.php:426 ../classes/settings.class.php:617
171
- msgid "General Settings"
172
- msgstr ""
173
-
174
- #: ../classes/menu-item-manager.class.php:385
175
- msgid "Dashicons"
176
- msgstr ""
177
-
178
- #: ../classes/menu-item-manager.class.php:423
179
- msgid "Menu Icon"
180
- msgstr ""
181
-
182
- #: ../classes/nav-menus.class.php:84
183
- msgid "Mega Menu Settings"
184
- msgstr ""
185
-
186
- #: ../classes/nav-menus.class.php:126
187
- msgid "Launched for Menu ID"
188
- msgstr ""
189
-
190
- #: ../classes/nav-menus.class.php:128
191
- msgid "Saving"
192
- msgstr ""
193
-
194
- #: ../classes/nav-menus.class.php:130
195
- msgid "Oops. Something went wrong. Please reload the page."
196
- msgstr ""
197
-
198
- #: ../classes/nav-menus.class.php:201
199
- msgid "This theme does not have any menu locations."
200
- msgstr ""
201
-
202
- #: ../classes/nav-menus.class.php:205
203
- msgid ""
204
- "This menu is not tagged to a location. Please tag a location to enable the "
205
- "Mega Menu settings."
206
- msgstr ""
207
-
208
- #: ../classes/nav-menus.class.php:245 ../classes/widget-manager.class.php:446
209
- msgid "Save"
210
- msgstr ""
211
-
212
- #: ../classes/nav-menus.class.php:260
213
- msgid "Enable"
214
- msgstr ""
215
-
216
- #: ../classes/nav-menus.class.php:266
217
- msgid "Event"
218
- msgstr ""
219
-
220
- #: ../classes/nav-menus.class.php:269
221
- msgid "Hover"
222
- msgstr ""
223
-
224
- #: ../classes/nav-menus.class.php:270
225
- msgid "Click"
226
- msgstr ""
227
-
228
- #: ../classes/nav-menus.class.php:275
229
- msgid "Effect"
230
- msgstr ""
231
-
232
- #: ../classes/nav-menus.class.php:284 ../classes/settings.class.php:2172
233
- msgid "None"
234
- msgstr ""
235
-
236
- #: ../classes/nav-menus.class.php:288
237
- msgid "Fade"
238
- msgstr ""
239
-
240
- #: ../classes/nav-menus.class.php:292
241
- msgid "Slide"
242
- msgstr ""
243
-
244
- #: ../classes/nav-menus.class.php:306
245
- msgid "Theme"
246
- msgstr ""
247
-
248
- #: ../classes/settings.class.php:226
249
- msgid "Copy"
250
- msgstr ""
251
-
252
- #: ../classes/settings.class.php:403 ../classes/settings.class.php:575
253
- msgid "Max Mega Menu"
254
- msgstr ""
255
-
256
- #: ../classes/settings.class.php:431
257
- msgid "CSS Output"
258
- msgstr ""
259
-
260
- #: ../classes/settings.class.php:437
261
- msgid "Enqueue dynamically via admin-ajax.php"
262
- msgstr ""
263
-
264
- #: ../classes/settings.class.php:438
265
- msgid "Save to filesystem"
266
- msgstr ""
267
-
268
- #: ../classes/settings.class.php:439
269
- msgid "Output in &lt;head&gt;"
270
- msgstr ""
271
-
272
- #: ../classes/settings.class.php:440
273
- msgid "Don't output CSS"
274
- msgstr ""
275
-
276
- #: ../classes/settings.class.php:443
277
- msgid ""
278
- "Default. CSS will be enqueued dynamically through admin-ajax.php and loaded "
279
- "from the cache."
280
- msgstr ""
281
-
282
- #: ../classes/settings.class.php:444
283
- msgid ""
284
- "CSS will be saved to wp-content/uploads/maxmegamenu/style.css and enqueued "
285
- "from there."
286
- msgstr ""
287
-
288
- #: ../classes/settings.class.php:445
289
- msgid ""
290
- "CSS will be loaded from the cache in a &lt;style&gt; tag in the &lt;head&gt; "
291
- "of the page."
292
- msgstr ""
293
-
294
- #: ../classes/settings.class.php:446
295
- msgid "CSS will not be output, you must enqueue the CSS for the menu manually."
296
- msgstr ""
297
-
298
- #: ../classes/settings.class.php:452
299
- msgid "Click Event Behaviour"
300
- msgstr ""
301
-
302
- #: ../classes/settings.class.php:454
303
- msgid ""
304
- "Define what should happen when the event is set to 'click'. This also "
305
- "applies to mobiles."
306
- msgstr ""
307
-
308
- #: ../classes/settings.class.php:459
309
- msgid "First click will open a sub menu, second click will close the sub menu."
310
- msgstr ""
311
-
312
- #: ../classes/settings.class.php:460
313
- msgid "First click will open a sub menu, second click will follow the link."
314
- msgstr ""
315
-
316
- #: ../classes/settings.class.php:470
317
- msgid "Menu Settings"
318
- msgstr ""
319
-
320
- #: ../classes/settings.class.php:472
321
- msgid ""
322
- "Menu specific settings (e.g, click or hover event, menu theme, transition "
323
- "effect) can be found under"
324
- msgstr ""
325
-
326
- #: ../classes/settings.class.php:472
327
- msgid "Appearance > Menus"
328
- msgstr ""
329
-
330
- #: ../classes/settings.class.php:502
331
- msgid "Cache"
332
- msgstr ""
333
-
334
- #: ../classes/settings.class.php:504
335
- msgid "Regenerate CSS"
336
- msgstr ""
337
-
338
- #: ../classes/settings.class.php:505
339
- msgid "Regenerate the CSS."
340
- msgstr ""
341
-
342
- #: ../classes/settings.class.php:512
343
- msgid "Plugin Data"
344
- msgstr ""
345
-
346
- #: ../classes/settings.class.php:514
347
- msgid "Delete Data"
348
- msgstr ""
349
-
350
- #: ../classes/settings.class.php:515
351
- msgid ""
352
- "Delete all saved Max Mega Menu plugin data from the database. Use with "
353
- "caution!"
354
- msgstr ""
355
-
356
- #: ../classes/settings.class.php:535
357
- msgid "Homepage"
358
- msgstr ""
359
-
360
- #: ../classes/settings.class.php:540
361
- msgid "Documentation"
362
- msgstr ""
363
-
364
- #: ../classes/settings.class.php:545
365
- msgid "Support"
366
- msgstr ""
367
-
368
- #: ../classes/settings.class.php:553
369
- msgid "Core version"
370
- msgstr ""
371
-
372
- #: ../classes/settings.class.php:557
373
- msgid "Pro extension"
374
- msgstr ""
375
-
376
- #: ../classes/settings.class.php:618
377
- msgid "Tools"
378
- msgstr ""
379
-
380
- #: ../classes/settings.class.php:619
381
- msgid "Theme Editor"
382
- msgstr ""
383
-
384
- #: ../classes/settings.class.php:685
385
- msgid "Failed to delete theme. The theme is in use by a menu."
386
- msgstr ""
387
-
388
- #: ../classes/settings.class.php:689
389
- msgid "CSS cache cleared and CSS regenerated"
390
- msgstr ""
391
-
392
- #: ../classes/settings.class.php:693
393
- msgid "All plugin data removed"
394
- msgstr ""
395
-
396
- #: ../classes/settings.class.php:698
397
- msgid "Theme Deleted"
398
- msgstr ""
399
-
400
- #: ../classes/settings.class.php:702
401
- msgid "Theme Duplicated"
402
- msgstr ""
403
-
404
- #: ../classes/settings.class.php:706
405
- msgid "Changes Saved"
406
- msgstr ""
407
-
408
- #: ../classes/settings.class.php:710
409
- msgid "Theme Reverted"
410
- msgstr ""
411
-
412
- #: ../classes/settings.class.php:714
413
- msgid "New Theme Created"
414
- msgstr ""
415
-
416
- #: ../classes/settings.class.php:808
417
- msgid "Select theme to edit"
418
- msgstr ""
419
-
420
- #: ../classes/settings.class.php:808 ../classes/settings.class.php:809
421
- msgid "or"
422
- msgstr ""
423
-
424
- #: ../classes/settings.class.php:809
425
- msgid "create a new theme"
426
- msgstr ""
427
-
428
- #: ../classes/settings.class.php:810
429
- msgid "duplicate this theme"
430
- msgstr ""
431
-
432
- #: ../classes/settings.class.php:818
433
- msgid "Editing Theme:"
434
- msgstr ""
435
-
436
- #: ../classes/settings.class.php:819
437
- msgid "General Theme Settings"
438
- msgstr ""
439
-
440
- #: ../classes/settings.class.php:824
441
- msgid "Theme Title"
442
- msgstr ""
443
-
444
- #: ../classes/settings.class.php:832
445
- msgid "Arrow"
446
- msgstr ""
447
-
448
- #: ../classes/settings.class.php:834
449
- msgid "Select the arrow styles."
450
- msgstr ""
451
-
452
- #: ../classes/settings.class.php:839
453
- msgid "Up"
454
- msgstr ""
455
-
456
- #: ../classes/settings.class.php:843
457
- msgid "Down"
458
- msgstr ""
459
-
460
- #: ../classes/settings.class.php:858
461
- msgid "Responsive Breakpoint"
462
- msgstr ""
463
-
464
- #: ../classes/settings.class.php:860
465
- msgid ""
466
- "Set the width at which the menu turns into a mobile menu. Set to 0 to "
467
- "disable responsive menu."
468
- msgstr ""
469
-
470
- #: ../classes/settings.class.php:867
471
- msgid "Responsive Menu Text"
472
- msgstr ""
473
-
474
- #: ../classes/settings.class.php:869
475
- msgid "Text to display next to the mobile toggle icon."
476
- msgstr ""
477
-
478
- #: ../classes/settings.class.php:876
479
- msgid "Line Height"
480
- msgstr ""
481
-
482
- #: ../classes/settings.class.php:878
483
- msgid "Set the general line height to use in the panel contents."
484
- msgstr ""
485
-
486
- #: ../classes/settings.class.php:885
487
- msgid "Z-Index"
488
- msgstr ""
489
-
490
- #: ../classes/settings.class.php:887
491
- msgid "Set the z-index to ensure the panels appear ontop of other content."
492
- msgstr ""
493
-
494
- #: ../classes/settings.class.php:894
495
- msgid "Shadow"
496
- msgstr ""
497
-
498
- #: ../classes/settings.class.php:896
499
- msgid "Apply a shadow to mega and flyout menus."
500
- msgstr ""
501
-
502
- #: ../classes/settings.class.php:901 ../classes/settings.class.php:935
503
- #: ../classes/settings.class.php:1251 ../classes/settings.class.php:2081
504
- msgid "Enabled"
505
- msgstr ""
506
-
507
- #: ../classes/settings.class.php:905
508
- msgid "Horizonal"
509
- msgstr ""
510
-
511
- #: ../classes/settings.class.php:909
512
- msgid "Vertical"
513
- msgstr ""
514
-
515
- #: ../classes/settings.class.php:913
516
- msgid "Blur"
517
- msgstr ""
518
-
519
- #: ../classes/settings.class.php:917
520
- msgid "Spread"
521
- msgstr ""
522
-
523
- #: ../classes/settings.class.php:921 ../classes/settings.class.php:1099
524
- #: ../classes/settings.class.php:1133 ../classes/settings.class.php:1181
525
- #: ../classes/settings.class.php:1211 ../classes/settings.class.php:1255
526
- #: ../classes/settings.class.php:1344 ../classes/settings.class.php:1426
527
- #: ../classes/settings.class.php:1460 ../classes/settings.class.php:1534
528
- #: ../classes/settings.class.php:1570 ../classes/settings.class.php:1604
529
- #: ../classes/settings.class.php:1696 ../classes/settings.class.php:1732
530
- #: ../classes/settings.class.php:1766 ../classes/settings.class.php:1895
531
- #: ../classes/settings.class.php:2025 ../classes/settings.class.php:2059
532
- #: ../classes/settings.class.php:2085
533
- msgid "Color"
534
- msgstr ""
535
-
536
- #: ../classes/settings.class.php:928
537
- msgid "Hover Transitions"
538
- msgstr ""
539
-
540
- #: ../classes/settings.class.php:930
541
- msgid ""
542
- "Apply hover transitions to menu items. Note: Transitions will not apply to "
543
- "gradient backgrounds."
544
- msgstr ""
545
-
546
- #: ../classes/settings.class.php:942
547
- msgid "Menu Bar"
548
- msgstr ""
549
-
550
- #: ../classes/settings.class.php:947 ../classes/settings.class.php:1830
551
- msgid "Menu Background"
552
- msgstr ""
553
-
554
- #: ../classes/settings.class.php:949
555
- msgid ""
556
- "The background color for the main menu bar. Set each value to transparent "
557
- "for a 'button' style menu."
558
- msgstr ""
559
-
560
- #: ../classes/settings.class.php:954 ../classes/settings.class.php:1041
561
- #: ../classes/settings.class.php:1059 ../classes/settings.class.php:1287
562
- #: ../classes/settings.class.php:1626 ../classes/settings.class.php:1788
563
- #: ../classes/settings.class.php:1837 ../classes/settings.class.php:1951
564
- #: ../classes/settings.class.php:1969
565
- msgid "From"
566
- msgstr ""
567
-
568
- #: ../classes/settings.class.php:958 ../classes/settings.class.php:1045
569
- #: ../classes/settings.class.php:1063 ../classes/settings.class.php:1291
570
- #: ../classes/settings.class.php:1630 ../classes/settings.class.php:1792
571
- #: ../classes/settings.class.php:1841 ../classes/settings.class.php:1955
572
- #: ../classes/settings.class.php:1973
573
- msgid "To"
574
- msgstr ""
575
-
576
- #: ../classes/settings.class.php:965 ../classes/settings.class.php:1861
577
- msgid "Menu Padding"
578
- msgstr ""
579
-
580
- #: ../classes/settings.class.php:967
581
- msgid "Padding for the main menu bar."
582
- msgstr ""
583
-
584
- #: ../classes/settings.class.php:972 ../classes/settings.class.php:1155
585
- #: ../classes/settings.class.php:1185 ../classes/settings.class.php:1318
586
- #: ../classes/settings.class.php:1348 ../classes/settings.class.php:1400
587
- #: ../classes/settings.class.php:1482 ../classes/settings.class.php:1508
588
- #: ../classes/settings.class.php:1538 ../classes/settings.class.php:1644
589
- #: ../classes/settings.class.php:1670 ../classes/settings.class.php:1700
590
- #: ../classes/settings.class.php:1806 ../classes/settings.class.php:1868
591
- #: ../classes/settings.class.php:1899 ../classes/settings.class.php:1998
592
- msgid "Top"
593
- msgstr ""
594
-
595
- #: ../classes/settings.class.php:980 ../classes/settings.class.php:1163
596
- #: ../classes/settings.class.php:1193 ../classes/settings.class.php:1326
597
- #: ../classes/settings.class.php:1356 ../classes/settings.class.php:1408
598
- #: ../classes/settings.class.php:1490 ../classes/settings.class.php:1516
599
- #: ../classes/settings.class.php:1546 ../classes/settings.class.php:1652
600
- #: ../classes/settings.class.php:1678 ../classes/settings.class.php:1708
601
- #: ../classes/settings.class.php:1814 ../classes/settings.class.php:1876
602
- #: ../classes/settings.class.php:1907 ../classes/settings.class.php:2006
603
- msgid "Bottom"
604
- msgstr ""
605
-
606
- #: ../classes/settings.class.php:991 ../classes/settings.class.php:1918
607
- msgid "Menu Border Radius"
608
- msgstr ""
609
-
610
- #: ../classes/settings.class.php:993
611
- msgid "Set a border radius on the main menu bar."
612
- msgstr ""
613
-
614
- #: ../classes/settings.class.php:998 ../classes/settings.class.php:1225
615
- #: ../classes/settings.class.php:1374 ../classes/settings.class.php:1925
616
- msgid "Top Left"
617
- msgstr ""
618
-
619
- #: ../classes/settings.class.php:1002 ../classes/settings.class.php:1229
620
- #: ../classes/settings.class.php:1378 ../classes/settings.class.php:1929
621
- msgid "Top Right"
622
- msgstr ""
623
-
624
- #: ../classes/settings.class.php:1006 ../classes/settings.class.php:1233
625
- #: ../classes/settings.class.php:1382 ../classes/settings.class.php:1933
626
- msgid "Bottom Right"
627
- msgstr ""
628
-
629
- #: ../classes/settings.class.php:1010 ../classes/settings.class.php:1237
630
- #: ../classes/settings.class.php:1386 ../classes/settings.class.php:1937
631
- msgid "Bottom Left"
632
- msgstr ""
633
-
634
- #: ../classes/settings.class.php:1017
635
- msgid "Menu Items Align"
636
- msgstr ""
637
-
638
- #: ../classes/settings.class.php:1019
639
- msgid ""
640
- "Align <i>all</i> menu items to the left (default), centrally or to the right."
641
- msgstr ""
642
-
643
- #: ../classes/settings.class.php:1024
644
- msgid ""
645
- "This option will apply to all menu items. To align an individual menu item "
646
- "to the right, edit the menu item itself and set 'Menu Item Align' to 'Right'."
647
- msgstr ""
648
-
649
- #: ../classes/settings.class.php:1029
650
- msgid "Top Level Menu Items"
651
- msgstr ""
652
-
653
- #: ../classes/settings.class.php:1034
654
- msgid "Menu Item Background"
655
- msgstr ""
656
-
657
- #: ../classes/settings.class.php:1036
658
- msgid ""
659
- "The background color for each top level menu item. Tip: Set these values to "
660
- "transparent if you've already set a background color on the menu bar."
661
- msgstr ""
662
-
663
- #: ../classes/settings.class.php:1052
664
- msgid "Menu Item Background (Hover)"
665
- msgstr ""
666
-
667
- #: ../classes/settings.class.php:1054
668
- msgid "The background color for a top level menu item (on hover)."
669
- msgstr ""
670
-
671
- #: ../classes/settings.class.php:1070
672
- msgid "Menu Item Spacing"
673
- msgstr ""
674
-
675
- #: ../classes/settings.class.php:1072
676
- msgid "Define the size of the gap between each top level menu item."
677
- msgstr ""
678
-
679
- #: ../classes/settings.class.php:1081
680
- msgid "Menu Item Height"
681
- msgstr ""
682
-
683
- #: ../classes/settings.class.php:1083
684
- msgid ""
685
- "Define the height of each top level menu item. This value, plus the "
686
- "container top and bottom padding values define the overall height of the "
687
- "menu bar."
688
- msgstr ""
689
-
690
- #: ../classes/settings.class.php:1092 ../classes/settings.class.php:1563
691
- #: ../classes/settings.class.php:1725
692
- msgid "Font"
693
- msgstr ""
694
-
695
- #: ../classes/settings.class.php:1094
696
- msgid "The font to use for each top level menu item."
697
- msgstr ""
698
-
699
- #: ../classes/settings.class.php:1103 ../classes/settings.class.php:1430
700
- #: ../classes/settings.class.php:1464 ../classes/settings.class.php:1574
701
- #: ../classes/settings.class.php:1736 ../classes/settings.class.php:2029
702
- msgid "Size"
703
- msgstr ""
704
-
705
- #: ../classes/settings.class.php:1107 ../classes/settings.class.php:1434
706
- #: ../classes/settings.class.php:1468 ../classes/settings.class.php:1578
707
- #: ../classes/settings.class.php:1740 ../classes/settings.class.php:2033
708
- msgid "Family"
709
- msgstr ""
710
-
711
- #: ../classes/settings.class.php:1111 ../classes/settings.class.php:1442
712
- #: ../classes/settings.class.php:1586 ../classes/settings.class.php:1748
713
- #: ../classes/settings.class.php:2037
714
- msgid "Transform"
715
- msgstr ""
716
-
717
- #: ../classes/settings.class.php:1115 ../classes/settings.class.php:1137
718
- #: ../classes/settings.class.php:1438 ../classes/settings.class.php:1582
719
- #: ../classes/settings.class.php:1608 ../classes/settings.class.php:1744
720
- #: ../classes/settings.class.php:1770 ../classes/settings.class.php:2041
721
- #: ../classes/settings.class.php:2063
722
- msgid "Weight"
723
- msgstr ""
724
-
725
- #: ../classes/settings.class.php:1119 ../classes/settings.class.php:1141
726
- #: ../classes/settings.class.php:1446 ../classes/settings.class.php:1590
727
- #: ../classes/settings.class.php:1612 ../classes/settings.class.php:1752
728
- #: ../classes/settings.class.php:1774 ../classes/settings.class.php:2045
729
- #: ../classes/settings.class.php:2067
730
- msgid "Decoration"
731
- msgstr ""
732
-
733
- #: ../classes/settings.class.php:1126 ../classes/settings.class.php:1597
734
- #: ../classes/settings.class.php:1759
735
- msgid "Font (Hover)"
736
- msgstr ""
737
-
738
- #: ../classes/settings.class.php:1128
739
- msgid "Set the font to use for each top level menu item (on hover)."
740
- msgstr ""
741
-
742
- #: ../classes/settings.class.php:1148
743
- msgid "Menu Item Padding"
744
- msgstr ""
745
-
746
- #: ../classes/settings.class.php:1150
747
- msgid "Set the padding for each top level menu item."
748
- msgstr ""
749
-
750
- #: ../classes/settings.class.php:1174
751
- msgid "Menu Item Border"
752
- msgstr ""
753
-
754
- #: ../classes/settings.class.php:1176
755
- msgid "Set the border to display on each top level menu item."
756
- msgstr ""
757
-
758
- #: ../classes/settings.class.php:1204
759
- msgid "Menu Item Border (Hover)"
760
- msgstr ""
761
-
762
- #: ../classes/settings.class.php:1206
763
- msgid "Set the hover border color."
764
- msgstr ""
765
-
766
- #: ../classes/settings.class.php:1218
767
- msgid "Menu Item Border Radius"
768
- msgstr ""
769
-
770
- #: ../classes/settings.class.php:1220
771
- msgid "Set rounded corners for each top level menu item."
772
- msgstr ""
773
-
774
- #: ../classes/settings.class.php:1244
775
- msgid "Menu Item Divider"
776
- msgstr ""
777
-
778
- #: ../classes/settings.class.php:1246
779
- msgid "Show a small divider bar between each menu item."
780
- msgstr ""
781
-
782
- #: ../classes/settings.class.php:1259
783
- msgid "Glow Opacity"
784
- msgstr ""
785
-
786
- #: ../classes/settings.class.php:1266
787
- msgid "Highlight Current Item"
788
- msgstr ""
789
-
790
- #: ../classes/settings.class.php:1268
791
- msgid "Apply the 'hover' styling to current menu items."
792
- msgstr ""
793
-
794
- #: ../classes/settings.class.php:1275
795
- msgid "Mega Panels"
796
- msgstr ""
797
-
798
- #: ../classes/settings.class.php:1280
799
- msgid "Panel Background"
800
- msgstr ""
801
-
802
- #: ../classes/settings.class.php:1282
803
- msgid "Set a background color for a whole panel."
804
- msgstr ""
805
-
806
- #: ../classes/settings.class.php:1298
807
- msgid "Panel Width"
808
- msgstr ""
809
-
810
- #: ../classes/settings.class.php:1300
811
- msgid "Mega Panel width"
812
- msgstr ""
813
-
814
- #: ../classes/settings.class.php:1305
815
- msgid ""
816
- "A 100% wide panel will only ever be as wide as the menu itself. For a fixed "
817
- "panel width set this to a pixel value."
818
- msgstr ""
819
-
820
- #: ../classes/settings.class.php:1306
821
- msgid ""
822
- "Advanced: Enter a jQuery selector to synchronize the width and position of "
823
- "the sub menu with existing page element (e.g. body, #container, .page)."
824
- msgstr ""
825
-
826
- #: ../classes/settings.class.php:1311
827
- msgid "Panel Padding"
828
- msgstr ""
829
-
830
- #: ../classes/settings.class.php:1313
831
- msgid ""
832
- "Set the padding for the whole panel. Set these values 0px if you wish your "
833
- "panel content to go edge-to-edge."
834
- msgstr ""
835
-
836
- #: ../classes/settings.class.php:1337
837
- msgid "Panel Border"
838
- msgstr ""
839
-
840
- #: ../classes/settings.class.php:1339
841
- msgid "Set the border to display on the Mega Panel."
842
- msgstr ""
843
-
844
- #: ../classes/settings.class.php:1367
845
- msgid "Panel Border Radius"
846
- msgstr ""
847
-
848
- #: ../classes/settings.class.php:1369
849
- msgid "Set rounded corners for the panel."
850
- msgstr ""
851
-
852
- #: ../classes/settings.class.php:1393
853
- msgid "Widget Padding"
854
- msgstr ""
855
-
856
- #: ../classes/settings.class.php:1395
857
- msgid ""
858
- "Set the padding for each widget in the panel. Use this to define the spacing "
859
- "between each widget in the panel."
860
- msgstr ""
861
-
862
- #: ../classes/settings.class.php:1419
863
- msgid "Widget Heading Font"
864
- msgstr ""
865
-
866
- #: ../classes/settings.class.php:1421
867
- msgid ""
868
- "Set the font to use Widget headers in the mega menu. Tip: set this to the "
869
- "same style as the Second Level Menu Item Header font to keep your styling "
870
- "consistent."
871
- msgstr ""
872
-
873
- #: ../classes/settings.class.php:1453
874
- msgid "Widget Content Font"
875
- msgstr ""
876
-
877
- #: ../classes/settings.class.php:1455
878
- msgid "Set the font to use for panel contents."
879
- msgstr ""
880
-
881
- #: ../classes/settings.class.php:1475
882
- msgid "Widget Heading Padding"
883
- msgstr ""
884
-
885
- #: ../classes/settings.class.php:1477
886
- msgid "Set the padding for the widget headings."
887
- msgstr ""
888
-
889
- #: ../classes/settings.class.php:1501
890
- msgid "Widget Heading Margin"
891
- msgstr ""
892
-
893
- #: ../classes/settings.class.php:1503
894
- msgid "Set the margin for the widget headings."
895
- msgstr ""
896
-
897
- #: ../classes/settings.class.php:1527 ../classes/settings.class.php:1689
898
- msgid "Border"
899
- msgstr ""
900
-
901
- #: ../classes/settings.class.php:1529
902
- msgid "Set the border for the widget headings."
903
- msgstr ""
904
-
905
- #: ../classes/settings.class.php:1557
906
- msgid "Second Level Menu Items"
907
- msgstr ""
908
-
909
- #: ../classes/settings.class.php:1565
910
- msgid ""
911
- "Set the font for second level menu items when they're displayed in a Mega "
912
- "Menu."
913
- msgstr ""
914
-
915
- #: ../classes/settings.class.php:1599 ../classes/settings.class.php:1761
916
- msgid "Set the font style on hover."
917
- msgstr ""
918
-
919
- #: ../classes/settings.class.php:1619 ../classes/settings.class.php:1781
920
- msgid "Background (Hover)"
921
- msgstr ""
922
-
923
- #: ../classes/settings.class.php:1621
924
- msgid "Set the background hover color for second level menu items."
925
- msgstr ""
926
-
927
- #: ../classes/settings.class.php:1637 ../classes/settings.class.php:1799
928
- msgid "Padding"
929
- msgstr ""
930
-
931
- #: ../classes/settings.class.php:1639
932
- msgid "Set the padding for the second level menu items."
933
- msgstr ""
934
-
935
- #: ../classes/settings.class.php:1663
936
- msgid "Margin"
937
- msgstr ""
938
-
939
- #: ../classes/settings.class.php:1665
940
- msgid "Set the margin for the second level menu items."
941
- msgstr ""
942
-
943
- #: ../classes/settings.class.php:1691
944
- msgid "Set the border for the second level menu items."
945
- msgstr ""
946
-
947
- #: ../classes/settings.class.php:1719
948
- msgid "Third Level Menu Items"
949
- msgstr ""
950
-
951
- #: ../classes/settings.class.php:1727
952
- msgid ""
953
- "Set the font for third level menu items when they're displayed in a Mega "
954
- "Menu."
955
- msgstr ""
956
-
957
- #: ../classes/settings.class.php:1783
958
- msgid "Set the background hover color for third level menu items."
959
- msgstr ""
960
-
961
- #: ../classes/settings.class.php:1801
962
- msgid "Set the padding for the third level menu items."
963
- msgstr ""
964
-
965
- #: ../classes/settings.class.php:1825
966
- msgid "Flyout Menus"
967
- msgstr ""
968
-
969
- #: ../classes/settings.class.php:1832
970
- msgid "Set the background color for the flyout menu."
971
- msgstr ""
972
-
973
- #: ../classes/settings.class.php:1849
974
- msgid "Menu Width"
975
- msgstr ""
976
-
977
- #: ../classes/settings.class.php:1851
978
- msgid "The width of each flyout menu. This must be a fixed pixel value."
979
- msgstr ""
980
-
981
- #: ../classes/settings.class.php:1856
982
- msgid ""
983
- "Set this value to the width of your longest menu item title to stop menu "
984
- "items wrapping onto 2 lines."
985
- msgstr ""
986
-
987
- #: ../classes/settings.class.php:1863
988
- msgid "Set the padding for the whole flyout menu."
989
- msgstr ""
990
-
991
- #: ../classes/settings.class.php:1883
992
- msgid ""
993
- "Only suitable for single level flyout menus. If you're using multi level "
994
- "flyout menus set these values to 0px."
995
- msgstr ""
996
-
997
- #: ../classes/settings.class.php:1888
998
- msgid "Menu Border"
999
- msgstr ""
1000
-
1001
- #: ../classes/settings.class.php:1890
1002
- msgid "Set the border for the flyout menu."
1003
- msgstr ""
1004
-
1005
- #: ../classes/settings.class.php:1920
1006
- msgid ""
1007
- "Set rounded corners for flyout menus. Rounded corners will be applied to all "
1008
- "flyout menu levels."
1009
- msgstr ""
1010
-
1011
- #: ../classes/settings.class.php:1944
1012
- msgid "Item Background"
1013
- msgstr ""
1014
-
1015
- #: ../classes/settings.class.php:1946
1016
- msgid "Set the background color for a flyout menu item."
1017
- msgstr ""
1018
-
1019
- #: ../classes/settings.class.php:1962
1020
- msgid "Item Background (Hover)"
1021
- msgstr ""
1022
-
1023
- #: ../classes/settings.class.php:1964
1024
- msgid "Set the background color for a flyout menu item (on hover)."
1025
- msgstr ""
1026
-
1027
- #: ../classes/settings.class.php:1980
1028
- msgid "Item Height"
1029
- msgstr ""
1030
-
1031
- #: ../classes/settings.class.php:1982
1032
- msgid "The height of each flyout menu item."
1033
- msgstr ""
1034
-
1035
- #: ../classes/settings.class.php:1991
1036
- msgid "Item Padding"
1037
- msgstr ""
1038
-
1039
- #: ../classes/settings.class.php:1993
1040
- msgid "Set the padding for each flyout menu item."
1041
- msgstr ""
1042
-
1043
- #: ../classes/settings.class.php:2018
1044
- msgid "Item Font"
1045
- msgstr ""
1046
-
1047
- #: ../classes/settings.class.php:2020
1048
- msgid "Set the font for the flyout menu items."
1049
- msgstr ""
1050
-
1051
- #: ../classes/settings.class.php:2052
1052
- msgid "Item Font (Hover)"
1053
- msgstr ""
1054
-
1055
- #: ../classes/settings.class.php:2054
1056
- msgid "Set the font weight for the flyout menu items (on hover)."
1057
- msgstr ""
1058
-
1059
- #: ../classes/settings.class.php:2074
1060
- msgid "Item Divider"
1061
- msgstr ""
1062
-
1063
- #: ../classes/settings.class.php:2076
1064
- msgid "Show a line divider below each menu item."
1065
- msgstr ""
1066
-
1067
- #: ../classes/settings.class.php:2092
1068
- msgid "Custom Styling"
1069
- msgstr ""
1070
-
1071
- #: ../classes/settings.class.php:2097
1072
- msgid "CSS Editor"
1073
- msgstr ""
1074
-
1075
- #: ../classes/settings.class.php:2099
1076
- msgid ""
1077
- "Define any custom CSS you wish to add to menus using this theme. You can use "
1078
- "standard CSS or SCSS."
1079
- msgstr ""
1080
-
1081
- #: ../classes/settings.class.php:2105
1082
- msgid "Custom Styling Tips"
1083
- msgstr ""
1084
-
1085
- #: ../classes/settings.class.php:2107
1086
- msgid ""
1087
- "converts to the ID selector of the menu wrapper, e.g. div#mega-menu-wrap-"
1088
- "primary"
1089
- msgstr ""
1090
-
1091
- #: ../classes/settings.class.php:2108
1092
- msgid "converts to the ID selector of the menu, e.g. ul#mega-menu-primary"
1093
- msgstr ""
1094
-
1095
- #: ../classes/settings.class.php:2109
1096
- msgid ""
1097
- "Use @import rules to import CSS from other plugins or your theme directory, "
1098
- "e.g:"
1099
- msgstr ""
1100
-
1101
- #: ../classes/settings.class.php:2122
1102
- msgid "Delete Theme"
1103
- msgstr ""
1104
-
1105
- #: ../classes/settings.class.php:2124
1106
- msgid "Revert Theme"
1107
- msgstr ""
1108
-
1109
- #: ../classes/settings.class.php:2151
1110
- msgid "Center"
1111
- msgstr ""
1112
-
1113
- #: ../classes/settings.class.php:2173
1114
- msgid "Underline"
1115
- msgstr ""
1116
-
1117
- #: ../classes/settings.class.php:2217
1118
- msgid "Disabled"
1119
- msgstr ""
1120
-
1121
- #: ../classes/settings.class.php:2274 ../classes/settings.class.php:2293
1122
- msgid "Normal"
1123
- msgstr ""
1124
-
1125
- #: ../classes/settings.class.php:2275
1126
- msgid "Bold"
1127
- msgstr ""
1128
-
1129
- #: ../classes/settings.class.php:2294
1130
- msgid "Capitalize"
1131
- msgstr ""
1132
-
1133
- #: ../classes/settings.class.php:2295
1134
- msgid "Uppercase"
1135
- msgstr ""
1136
-
1137
- #: ../classes/settings.class.php:2296
1138
- msgid "Lowercase"
1139
- msgstr ""
1140
-
1141
- #: ../classes/settings.class.php:2331
1142
- msgid "Theme Default"
1143
- msgstr ""
1144
-
1145
- #: ../classes/settings.class.php:2438
1146
- msgid "Are you sure?"
1147
- msgstr ""
1148
-
1149
- #: ../classes/style-manager.class.php:65
1150
- msgid "Default"
1151
- msgstr ""
1152
-
1153
- #: ../classes/style-manager.class.php:521
1154
- msgid ""
1155
- "Warning: CSS compilation failed. Please check your changes or revert the "
1156
- "theme."
1157
- msgstr ""
1158
-
1159
- #: ../classes/widget-manager.class.php:76
1160
- msgid "Mega Menu Widgets"
1161
- msgstr ""
1162
-
1163
- #: ../classes/widget-manager.class.php:77
1164
- msgid "Do not manually edit this area."
1165
- msgstr ""
1166
-
1167
- #: ../classes/widget-manager.class.php:114
1168
- #, php-format
1169
- msgid "Saved %s"
1170
- msgstr ""
1171
-
1172
- #: ../classes/widget-manager.class.php:116
1173
- #, php-format
1174
- msgid "Failed to save %s"
1175
- msgstr ""
1176
-
1177
- #: ../classes/widget-manager.class.php:137
1178
- #, php-format
1179
- msgid "Updated %s (new columns: %d)"
1180
- msgstr ""
1181
-
1182
- #: ../classes/widget-manager.class.php:139
1183
- #, php-format
1184
- msgid "Failed to update %s"
1185
- msgstr ""
1186
-
1187
- #: ../classes/widget-manager.class.php:163
1188
- #, php-format
1189
- msgid "Failed to add %s to %d"
1190
- msgstr ""
1191
-
1192
- #: ../classes/widget-manager.class.php:183
1193
- #, php-format
1194
- msgid "Deleted %s"
1195
- msgstr ""
1196
-
1197
- #: ../classes/widget-manager.class.php:185
1198
- #, php-format
1199
- msgid "Failed to delete %s"
1200
- msgstr ""
1201
-
1202
- #: ../classes/widget-manager.class.php:207
1203
- #, php-format
1204
- msgid "Moved %s to %d (%s)"
1205
- msgstr ""
1206
-
1207
- #: ../classes/widget-manager.class.php:209
1208
- #, php-format
1209
- msgid "Failed to move %s to %d"
1210
- msgstr ""
1211
-
1212
- #: ../classes/widget-manager.class.php:441
1213
- msgid "Delete"
1214
- msgstr ""
1215
-
1216
- #: ../classes/widget-manager.class.php:442
1217
- msgid "Close"
1218
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/megamenu.pot ADDED
@@ -0,0 +1,2336 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2022 megamenu.com
2
+ # This file is distributed under the GPL-2.0+.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: Max Mega Menu 2.9.6\n"
6
+ "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/megamenu\n"
7
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
+ "Language-Team: LANGUAGE <LL@li.org>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2022-05-31T10:11:08+00:00\n"
13
+ "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
+ "X-Generator: WP-CLI 2.5.0-alpha\n"
15
+ "X-Domain: megamenu\n"
16
+
17
+ #. Plugin Name of the plugin
18
+ #: classes/pages/page.php:38
19
+ #: classes/pages/page.php:44
20
+ #: classes/pages/page.php:46
21
+ #: classes/pages/page.php:135
22
+ #: classes/widgets/widget.class.php:20
23
+ msgid "Max Mega Menu"
24
+ msgstr ""
25
+
26
+ #. Plugin URI of the plugin
27
+ #. Author URI of the plugin
28
+ msgid "https://www.megamenu.com"
29
+ msgstr ""
30
+
31
+ #. Description of the plugin
32
+ msgid "An easy to use mega menu plugin. Written the WordPress way."
33
+ msgstr ""
34
+
35
+ #. Author of the plugin
36
+ msgid "megamenu.com"
37
+ msgstr ""
38
+
39
+ #: classes/menu-item-manager.class.php:235
40
+ msgid "Sub Menu"
41
+ msgstr ""
42
+
43
+ #: classes/menu-item-manager.class.php:236
44
+ msgid "Mega Menus can only be created on top level menu items."
45
+ msgstr ""
46
+
47
+ #: classes/menu-item-manager.class.php:245
48
+ msgid "Flyout Menu"
49
+ msgstr ""
50
+
51
+ #: classes/menu-item-manager.class.php:246
52
+ msgid "Mega Menu - Grid Layout"
53
+ msgstr ""
54
+
55
+ #: classes/menu-item-manager.class.php:247
56
+ msgid "Mega Menu - Standard Layout"
57
+ msgstr ""
58
+
59
+ #: classes/menu-item-manager.class.php:252
60
+ msgid "Sub menu display mode"
61
+ msgstr ""
62
+
63
+ #: classes/menu-item-manager.class.php:267
64
+ #: classes/menu-item-manager.class.php:465
65
+ #: classes/widget-manager.class.php:147
66
+ msgid "column"
67
+ msgstr ""
68
+
69
+ #: classes/menu-item-manager.class.php:268
70
+ #: classes/menu-item-manager.class.php:269
71
+ #: classes/menu-item-manager.class.php:270
72
+ #: classes/menu-item-manager.class.php:271
73
+ #: classes/menu-item-manager.class.php:272
74
+ #: classes/menu-item-manager.class.php:273
75
+ #: classes/menu-item-manager.class.php:274
76
+ #: classes/menu-item-manager.class.php:275
77
+ #: classes/menu-item-manager.class.php:276
78
+ #: classes/menu-item-manager.class.php:277
79
+ #: classes/menu-item-manager.class.php:278
80
+ #: classes/menu-item-manager.class.php:466
81
+ #: classes/menu-item-manager.class.php:467
82
+ #: classes/menu-item-manager.class.php:468
83
+ #: classes/menu-item-manager.class.php:469
84
+ #: classes/menu-item-manager.class.php:470
85
+ #: classes/menu-item-manager.class.php:471
86
+ #: classes/menu-item-manager.class.php:472
87
+ #: classes/menu-item-manager.class.php:473
88
+ #: classes/menu-item-manager.class.php:474
89
+ #: classes/menu-item-manager.class.php:475
90
+ #: classes/menu-item-manager.class.php:476
91
+ #: classes/widget-manager.class.php:148
92
+ #: classes/widget-manager.class.php:149
93
+ #: classes/widget-manager.class.php:150
94
+ #: classes/widget-manager.class.php:151
95
+ #: classes/widget-manager.class.php:152
96
+ msgid "columns"
97
+ msgstr ""
98
+
99
+ #: classes/menu-item-manager.class.php:282
100
+ msgid "Select a Widget to add to the panel"
101
+ msgstr ""
102
+
103
+ #: classes/menu-item-manager.class.php:296
104
+ #: classes/nav-menus.class.php:237
105
+ #: classes/pages/page.php:38
106
+ msgid "Mega Menu"
107
+ msgstr ""
108
+
109
+ #: classes/menu-item-manager.class.php:319
110
+ msgid "Your menu CSS needs to be updated first. Please go to %s and Clear the CSS Cache (you will only need to do this once)."
111
+ msgstr ""
112
+
113
+ #: classes/menu-item-manager.class.php:348
114
+ #: classes/menu-item-manager.class.php:439
115
+ #: classes/menu-item-manager.class.php:440
116
+ #: classes/menu-item-manager.class.php:441
117
+ #: classes/menu-item-manager.class.php:442
118
+ msgid "Row"
119
+ msgstr ""
120
+
121
+ #: classes/menu-item-manager.class.php:439
122
+ #: classes/menu-item-manager.class.php:533
123
+ msgid "Visible on desktop"
124
+ msgstr ""
125
+
126
+ #: classes/menu-item-manager.class.php:440
127
+ #: classes/menu-item-manager.class.php:534
128
+ msgid "Hidden on desktop"
129
+ msgstr ""
130
+
131
+ #: classes/menu-item-manager.class.php:441
132
+ #: classes/menu-item-manager.class.php:535
133
+ msgid "Visible on mobile"
134
+ msgstr ""
135
+
136
+ #: classes/menu-item-manager.class.php:442
137
+ #: classes/menu-item-manager.class.php:536
138
+ msgid "Hidden on mobile"
139
+ msgstr ""
140
+
141
+ #: classes/menu-item-manager.class.php:459
142
+ msgid "Row class"
143
+ msgstr ""
144
+
145
+ #: classes/menu-item-manager.class.php:463
146
+ msgid "Row columns"
147
+ msgstr ""
148
+
149
+ #: classes/menu-item-manager.class.php:479
150
+ #: classes/menu-item-manager.class.php:561
151
+ msgid "Save"
152
+ msgstr ""
153
+
154
+ #: classes/menu-item-manager.class.php:481
155
+ #: classes/menu-item-manager.class.php:533
156
+ #: classes/menu-item-manager.class.php:534
157
+ #: classes/menu-item-manager.class.php:535
158
+ #: classes/menu-item-manager.class.php:536
159
+ msgid "Column"
160
+ msgstr ""
161
+
162
+ #: classes/menu-item-manager.class.php:484
163
+ msgid "You should rearrange the content of this row so that all columns fit onto a single line."
164
+ msgstr ""
165
+
166
+ #: classes/menu-item-manager.class.php:487
167
+ msgid "There is not enough space on this row to add a new column."
168
+ msgstr ""
169
+
170
+ #: classes/menu-item-manager.class.php:551
171
+ #: classes/menu-item-manager.class.php:609
172
+ #: classes/widget-manager.class.php:1014
173
+ msgid "Contract"
174
+ msgstr ""
175
+
176
+ #: classes/menu-item-manager.class.php:553
177
+ #: classes/menu-item-manager.class.php:611
178
+ #: classes/widget-manager.class.php:1016
179
+ msgid "Expand"
180
+ msgstr ""
181
+
182
+ #: classes/menu-item-manager.class.php:559
183
+ msgid "Column class"
184
+ msgstr ""
185
+
186
+ #: classes/menu-item-manager.class.php:574
187
+ #: classes/menu-item-manager.class.php:612
188
+ #: classes/widget-manager.class.php:1019
189
+ msgid "Edit"
190
+ msgstr ""
191
+
192
+ #: classes/menu-item-manager.class.php:622
193
+ msgid "No widgets found. Add a widget to this area using the Widget Selector (top right)"
194
+ msgstr ""
195
+
196
+ #: classes/menu-item-manager.class.php:643
197
+ msgid "Menu Item Settings"
198
+ msgstr ""
199
+
200
+ #: classes/menu-item-manager.class.php:647
201
+ msgid "Hide text"
202
+ msgstr ""
203
+
204
+ #: classes/menu-item-manager.class.php:655
205
+ msgid "Hide arrow"
206
+ msgstr ""
207
+
208
+ #: classes/menu-item-manager.class.php:663
209
+ msgid "Disable link"
210
+ msgstr ""
211
+
212
+ #: classes/menu-item-manager.class.php:671
213
+ msgid "Hide item on mobile"
214
+ msgstr ""
215
+
216
+ #: classes/menu-item-manager.class.php:679
217
+ msgid "Hide item on desktop"
218
+ msgstr ""
219
+
220
+ #: classes/menu-item-manager.class.php:686
221
+ msgid "Close sub menu when clicked"
222
+ msgstr ""
223
+
224
+ #: classes/menu-item-manager.class.php:691
225
+ msgid "Intended for use on anchor links (e.g. #about)"
226
+ msgstr ""
227
+
228
+ #: classes/menu-item-manager.class.php:696
229
+ msgid "Menu item align"
230
+ msgstr ""
231
+
232
+ #: classes/menu-item-manager.class.php:709
233
+ #: classes/menu-item-manager.class.php:730
234
+ #: classes/pages/themes.php:846
235
+ #: classes/pages/themes.php:1011
236
+ #: classes/pages/themes.php:1215
237
+ #: classes/pages/themes.php:1256
238
+ #: classes/pages/themes.php:1405
239
+ #: classes/pages/themes.php:1441
240
+ #: classes/pages/themes.php:1503
241
+ #: classes/pages/themes.php:1582
242
+ #: classes/pages/themes.php:1613
243
+ #: classes/pages/themes.php:1654
244
+ #: classes/pages/themes.php:1800
245
+ #: classes/pages/themes.php:1831
246
+ #: classes/pages/themes.php:1872
247
+ #: classes/pages/themes.php:1995
248
+ #: classes/pages/themes.php:2027
249
+ #: classes/pages/themes.php:2068
250
+ #: classes/pages/themes.php:2144
251
+ #: classes/pages/themes.php:2180
252
+ #: classes/pages/themes.php:2299
253
+ #: classes/pages/themes.php:2580
254
+ #: classes/pages/themes.php:2942
255
+ msgid "Left"
256
+ msgstr ""
257
+
258
+ #: classes/menu-item-manager.class.php:710
259
+ #: classes/style-manager.class.php:94
260
+ msgid "Default"
261
+ msgstr ""
262
+
263
+ #: classes/menu-item-manager.class.php:711
264
+ #: classes/menu-item-manager.class.php:732
265
+ #: classes/pages/themes.php:851
266
+ #: classes/pages/themes.php:999
267
+ #: classes/pages/themes.php:1203
268
+ #: classes/pages/themes.php:1244
269
+ #: classes/pages/themes.php:1393
270
+ #: classes/pages/themes.php:1429
271
+ #: classes/pages/themes.php:1491
272
+ #: classes/pages/themes.php:1570
273
+ #: classes/pages/themes.php:1601
274
+ #: classes/pages/themes.php:1642
275
+ #: classes/pages/themes.php:1788
276
+ #: classes/pages/themes.php:1819
277
+ #: classes/pages/themes.php:1860
278
+ #: classes/pages/themes.php:1983
279
+ #: classes/pages/themes.php:2015
280
+ #: classes/pages/themes.php:2056
281
+ #: classes/pages/themes.php:2132
282
+ #: classes/pages/themes.php:2168
283
+ #: classes/pages/themes.php:2287
284
+ #: classes/pages/themes.php:2568
285
+ #: classes/pages/themes.php:2944
286
+ msgid "Right"
287
+ msgstr ""
288
+
289
+ #: classes/menu-item-manager.class.php:715
290
+ msgid "Item will be aligned based on the 'Menu Items Align' option set in the Theme Editor"
291
+ msgstr ""
292
+
293
+ #: classes/menu-item-manager.class.php:716
294
+ msgid "Right aligned items will appear in reverse order on the right hand side of the menu bar"
295
+ msgstr ""
296
+
297
+ #: classes/menu-item-manager.class.php:719
298
+ #: classes/menu-item-manager.class.php:760
299
+ msgid "Option only available for top level menu items"
300
+ msgstr ""
301
+
302
+ #: classes/menu-item-manager.class.php:726
303
+ msgid "Icon position"
304
+ msgstr ""
305
+
306
+ #: classes/menu-item-manager.class.php:731
307
+ #: classes/pages/themes.php:993
308
+ #: classes/pages/themes.php:1197
309
+ #: classes/pages/themes.php:1238
310
+ #: classes/pages/themes.php:1387
311
+ #: classes/pages/themes.php:1423
312
+ #: classes/pages/themes.php:1485
313
+ #: classes/pages/themes.php:1564
314
+ #: classes/pages/themes.php:1595
315
+ #: classes/pages/themes.php:1636
316
+ #: classes/pages/themes.php:1782
317
+ #: classes/pages/themes.php:1813
318
+ #: classes/pages/themes.php:1854
319
+ #: classes/pages/themes.php:1977
320
+ #: classes/pages/themes.php:2009
321
+ #: classes/pages/themes.php:2050
322
+ #: classes/pages/themes.php:2126
323
+ #: classes/pages/themes.php:2162
324
+ #: classes/pages/themes.php:2281
325
+ #: classes/pages/themes.php:2562
326
+ msgid "Top"
327
+ msgstr ""
328
+
329
+ #: classes/menu-item-manager.class.php:742
330
+ msgid "Sub Menu Settings"
331
+ msgstr ""
332
+
333
+ #: classes/menu-item-manager.class.php:747
334
+ msgid "Sub menu align"
335
+ msgstr ""
336
+
337
+ #: classes/menu-item-manager.class.php:753
338
+ msgid "Left edge of Parent"
339
+ msgstr ""
340
+
341
+ #: classes/menu-item-manager.class.php:754
342
+ msgid "Right edge of Parent"
343
+ msgstr ""
344
+
345
+ #: classes/menu-item-manager.class.php:757
346
+ msgid "Right aligned flyout menus will expand to the left"
347
+ msgstr ""
348
+
349
+ #: classes/menu-item-manager.class.php:767
350
+ msgid "Hide sub menu on mobile"
351
+ msgstr ""
352
+
353
+ #: classes/menu-item-manager.class.php:781
354
+ #: classes/widget-manager.class.php:134
355
+ msgid "Your menu CSS needs to be updated before you can use the following setting. Please go to %s and Clear the CSS Cache (you will only need to do this once)."
356
+ msgstr ""
357
+
358
+ #: classes/menu-item-manager.class.php:788
359
+ msgid "Collapse sub menu"
360
+ msgstr ""
361
+
362
+ #: classes/menu-item-manager.class.php:793
363
+ msgid "Only applies to menu items displayed within mega sub menus."
364
+ msgstr ""
365
+
366
+ #: classes/menu-item-manager.class.php:806
367
+ msgid "Settings"
368
+ msgstr ""
369
+
370
+ #: classes/menu-item-manager.class.php:825
371
+ msgid "Dashicons"
372
+ msgstr ""
373
+
374
+ #: classes/menu-item-manager.class.php:830
375
+ msgid "Font Awesome"
376
+ msgstr ""
377
+
378
+ #: classes/menu-item-manager.class.php:832
379
+ #: classes/menu-item-manager.class.php:837
380
+ #: classes/menu-item-manager.class.php:842
381
+ msgid "Max Mega Menu Pro"
382
+ msgstr ""
383
+
384
+ #: classes/menu-item-manager.class.php:832
385
+ msgid "Get access to over 400 Font Awesome Icons with {link}"
386
+ msgstr ""
387
+
388
+ #: classes/menu-item-manager.class.php:835
389
+ msgid "Genericons"
390
+ msgstr ""
391
+
392
+ #: classes/menu-item-manager.class.php:837
393
+ msgid "Choose from over 100 genericons with {link}"
394
+ msgstr ""
395
+
396
+ #: classes/menu-item-manager.class.php:840
397
+ msgid "Custom Icon"
398
+ msgstr ""
399
+
400
+ #: classes/menu-item-manager.class.php:842
401
+ msgid "Select icons from your media library with {link}"
402
+ msgstr ""
403
+
404
+ #: classes/menu-item-manager.class.php:848
405
+ msgid "Menu Item Icon"
406
+ msgstr ""
407
+
408
+ #: classes/menu-item-manager.class.php:863
409
+ msgid "Search"
410
+ msgstr ""
411
+
412
+ #: classes/menu-item-manager.class.php:881
413
+ msgid "Icon"
414
+ msgstr ""
415
+
416
+ #: classes/nav-menus.class.php:149
417
+ msgid "Max Mega Menu Settings"
418
+ msgstr ""
419
+
420
+ #: classes/nav-menus.class.php:236
421
+ msgid "Launched for Menu ID"
422
+ msgstr ""
423
+
424
+ #: classes/nav-menus.class.php:238
425
+ msgid "Please enable Max Mega Menu using the settings on the left of this page."
426
+ msgstr ""
427
+
428
+ #: classes/nav-menus.class.php:239
429
+ msgid "Please save the menu structure to enable this option."
430
+ msgstr ""
431
+
432
+ #: classes/nav-menus.class.php:240
433
+ msgid "The changes you made will be lost if you navigate away from this page."
434
+ msgstr ""
435
+
436
+ #: classes/nav-menus.class.php:241
437
+ #: classes/pages/page.php:273
438
+ msgid "Saving"
439
+ msgstr ""
440
+
441
+ #: classes/nav-menus.class.php:243
442
+ msgid "Oops. Something went wrong. Please reload the page."
443
+ msgstr ""
444
+
445
+ #: classes/nav-menus.class.php:245
446
+ msgid "Custom CSS Classes will be prefixed with 'mega-'"
447
+ msgstr ""
448
+
449
+ #: classes/nav-menus.class.php:246
450
+ msgid "There is not enough space in this row to add a new column. Make space by reducing the width of the columns within the row or create a new row."
451
+ msgstr ""
452
+
453
+ #: classes/nav-menus.class.php:338
454
+ msgid "here"
455
+ msgstr ""
456
+
457
+ #: classes/nav-menus.class.php:339
458
+ msgid "This theme does not register any menu locations."
459
+ msgstr ""
460
+
461
+ #: classes/nav-menus.class.php:340
462
+ msgid "You will need to create a new menu location and use the Max Mega Menu widget or shortcode to display the menu on your site."
463
+ msgstr ""
464
+
465
+ #: classes/nav-menus.class.php:341
466
+ msgid "Click {link} for instructions."
467
+ msgstr ""
468
+
469
+ #: classes/nav-menus.class.php:345
470
+ msgid "Please assign this menu to a theme location to enable the Mega Menu settings."
471
+ msgstr ""
472
+
473
+ #: classes/nav-menus.class.php:346
474
+ msgid "To assign this menu to a theme location, scroll to the bottom of this page and tag the menu to a 'Display location'."
475
+ msgstr ""
476
+
477
+ #: classes/nav-menus.class.php:389
478
+ msgid "More options"
479
+ msgstr ""
480
+
481
+ #: classes/nav-menus.class.php:418
482
+ msgid "Enable"
483
+ msgstr ""
484
+
485
+ #: classes/nav-menus.class.php:424
486
+ #: classes/pages/locations.php:646
487
+ msgid "Event"
488
+ msgstr ""
489
+
490
+ #: classes/nav-menus.class.php:427
491
+ #: classes/pages/locations.php:1407
492
+ msgid "Hover Intent"
493
+ msgstr ""
494
+
495
+ #: classes/nav-menus.class.php:428
496
+ #: classes/pages/locations.php:1408
497
+ msgid "Hover"
498
+ msgstr ""
499
+
500
+ #: classes/nav-menus.class.php:429
501
+ #: classes/pages/locations.php:1409
502
+ msgid "Click"
503
+ msgstr ""
504
+
505
+ #: classes/nav-menus.class.php:434
506
+ #: classes/pages/locations.php:658
507
+ msgid "Effect"
508
+ msgstr ""
509
+
510
+ #: classes/nav-menus.class.php:445
511
+ #: classes/nav-menus.class.php:516
512
+ #: classes/pages/locations.php:1443
513
+ #: classes/pages/locations.php:1528
514
+ #: classes/pages/themes.php:3004
515
+ msgid "None"
516
+ msgstr ""
517
+
518
+ #: classes/nav-menus.class.php:449
519
+ #: classes/pages/locations.php:1447
520
+ msgid "Fade"
521
+ msgstr ""
522
+
523
+ #: classes/nav-menus.class.php:453
524
+ #: classes/pages/locations.php:1451
525
+ msgid "Fade Up"
526
+ msgstr ""
527
+
528
+ #: classes/nav-menus.class.php:457
529
+ #: classes/pages/locations.php:1455
530
+ msgid "Slide"
531
+ msgstr ""
532
+
533
+ #: classes/nav-menus.class.php:461
534
+ #: classes/pages/locations.php:1459
535
+ msgid "Slide Up"
536
+ msgstr ""
537
+
538
+ #: classes/nav-menus.class.php:485
539
+ #: classes/nav-menus.class.php:552
540
+ #: classes/pages/locations.php:1492
541
+ #: classes/pages/locations.php:1573
542
+ msgid "Slow"
543
+ msgstr ""
544
+
545
+ #: classes/nav-menus.class.php:486
546
+ #: classes/nav-menus.class.php:553
547
+ #: classes/pages/locations.php:1493
548
+ #: classes/pages/locations.php:1574
549
+ msgid "Med"
550
+ msgstr ""
551
+
552
+ #: classes/nav-menus.class.php:487
553
+ #: classes/nav-menus.class.php:554
554
+ #: classes/pages/locations.php:1494
555
+ #: classes/pages/locations.php:1575
556
+ msgid "Fast"
557
+ msgstr ""
558
+
559
+ #: classes/nav-menus.class.php:505
560
+ #: classes/pages/locations.php:677
561
+ msgid "Effect (Mobile)"
562
+ msgstr ""
563
+
564
+ #: classes/nav-menus.class.php:520
565
+ #: classes/pages/locations.php:1532
566
+ msgid "Slide Down"
567
+ msgstr ""
568
+
569
+ #: classes/nav-menus.class.php:524
570
+ #: classes/pages/locations.php:1536
571
+ msgid "Slide Left (Off Canvas)"
572
+ msgstr ""
573
+
574
+ #: classes/nav-menus.class.php:528
575
+ #: classes/pages/locations.php:1540
576
+ msgid "Slide Right (Off Canvas)"
577
+ msgstr ""
578
+
579
+ #: classes/nav-menus.class.php:572
580
+ #: classes/pages/locations.php:696
581
+ msgid "Theme"
582
+ msgstr ""
583
+
584
+ #: classes/pages/general.php:34
585
+ #: classes/pages/general.php:114
586
+ #: classes/pages/locations.php:630
587
+ #: classes/pages/themes.php:816
588
+ msgid "General Settings"
589
+ msgstr ""
590
+
591
+ #: classes/pages/general.php:119
592
+ msgid "CSS Output"
593
+ msgstr ""
594
+
595
+ #: classes/pages/general.php:125
596
+ msgid "Save to filesystem"
597
+ msgstr ""
598
+
599
+ #: classes/pages/general.php:132
600
+ #: classes/pages/general.php:154
601
+ msgid "Output in &lt;head&gt;"
602
+ msgstr ""
603
+
604
+ #: classes/pages/general.php:133
605
+ msgid "Don't output CSS"
606
+ msgstr ""
607
+
608
+ #: classes/pages/general.php:136
609
+ msgid "CSS will be saved to wp-content/uploads/maxmegamenu/style.css and enqueued from there."
610
+ msgstr ""
611
+
612
+ #: classes/pages/general.php:137
613
+ msgid "CSS will be loaded from the cache in a &lt;style&gt; tag in the &lt;head&gt; of the page."
614
+ msgstr ""
615
+
616
+ #: classes/pages/general.php:139
617
+ msgid "CSS will not be output, you must enqueue the CSS for the menu manually."
618
+ msgstr ""
619
+
620
+ #: classes/pages/general.php:140
621
+ msgid "Selecting this option will effectively disable the theme editor and many of the features available in Max Mega Menu and Max Mega Menu Pro. Only enable this option if you fully understand the consequences."
622
+ msgstr ""
623
+
624
+ #: classes/pages/general.php:147
625
+ msgid "JavaScript Output"
626
+ msgstr ""
627
+
628
+ #: classes/pages/general.php:153
629
+ msgid "Footer (default)"
630
+ msgstr ""
631
+
632
+ #: classes/pages/locations.php:40
633
+ #: classes/pages/locations.php:265
634
+ msgid "Menu Locations"
635
+ msgstr ""
636
+
637
+ #: classes/pages/locations.php:270
638
+ msgid "Menu Location Settings"
639
+ msgstr ""
640
+
641
+ #: classes/pages/locations.php:272
642
+ msgid "This is an overview of the menu locations supported by your theme."
643
+ msgstr ""
644
+
645
+ #: classes/pages/locations.php:273
646
+ msgid "Use these options to enable Max Mega Menu and define the behaviour of each menu location."
647
+ msgstr ""
648
+
649
+ #: classes/pages/locations.php:281
650
+ msgid "Your theme does not natively support menus, but you can add a new menu location using Max Mega Menu and display the menu using the Max Mega Menu widget or shortcode."
651
+ msgstr ""
652
+
653
+ #: classes/pages/locations.php:311
654
+ msgid "Add another menu location"
655
+ msgstr ""
656
+
657
+ #: classes/pages/locations.php:396
658
+ #: classes/pages/locations.php:438
659
+ #: classes/pages/locations.php:479
660
+ msgid "Assign a menu"
661
+ msgstr ""
662
+
663
+ #: classes/pages/locations.php:397
664
+ msgid "to this location to enable these options."
665
+ msgstr ""
666
+
667
+ #: classes/pages/locations.php:418
668
+ msgid "Add Menu Location"
669
+ msgstr ""
670
+
671
+ #: classes/pages/locations.php:427
672
+ msgid "Location Name"
673
+ msgstr ""
674
+
675
+ #: classes/pages/locations.php:429
676
+ msgid "Give the location a name that describes where the menu will be displayed on your site."
677
+ msgstr ""
678
+
679
+ #: classes/pages/locations.php:433
680
+ msgid "E.g. Footer, Blog Sidebar, Header"
681
+ msgstr ""
682
+
683
+ #: classes/pages/locations.php:440
684
+ msgid "Select a menu to be assigned to this location. This can be changed later using the Appearance > Menus > Manage Location page."
685
+ msgstr ""
686
+
687
+ #: classes/pages/locations.php:454
688
+ msgid "Skip - I'll assign a menu later"
689
+ msgstr ""
690
+
691
+ #: classes/pages/locations.php:459
692
+ msgid "Add menu location"
693
+ msgstr ""
694
+
695
+ #: classes/pages/locations.php:490
696
+ msgid "View in Sandbox"
697
+ msgstr ""
698
+
699
+ #: classes/pages/locations.php:511
700
+ msgid "Delete location"
701
+ msgstr ""
702
+
703
+ #: classes/pages/locations.php:634
704
+ #: classes/pages/themes.php:888
705
+ #: classes/pages/themes.php:929
706
+ #: classes/pages/themes.php:941
707
+ #: classes/pages/themes.php:1300
708
+ #: classes/pages/themes.php:1323
709
+ #: classes/pages/themes.php:2372
710
+ #: classes/pages/themes.php:2520
711
+ msgid "Enabled"
712
+ msgstr ""
713
+
714
+ #: classes/pages/locations.php:635
715
+ msgid "Enable Max Mega Menu for this menu location?"
716
+ msgstr ""
717
+
718
+ #: classes/pages/locations.php:647
719
+ msgid "Select the event to trigger sub menus"
720
+ msgstr ""
721
+
722
+ #: classes/pages/locations.php:659
723
+ msgid "Select the sub menu animation type"
724
+ msgstr ""
725
+
726
+ #: classes/pages/locations.php:665
727
+ msgid "Animation"
728
+ msgstr ""
729
+
730
+ #: classes/pages/locations.php:671
731
+ #: classes/pages/locations.php:690
732
+ msgid "Speed"
733
+ msgstr ""
734
+
735
+ #: classes/pages/locations.php:678
736
+ msgid "Choose a style for your mobile menu"
737
+ msgstr ""
738
+
739
+ #: classes/pages/locations.php:684
740
+ msgid "Style"
741
+ msgstr ""
742
+
743
+ #: classes/pages/locations.php:697
744
+ msgid "Select a theme to be applied to the menu"
745
+ msgstr ""
746
+
747
+ #: classes/pages/locations.php:710
748
+ msgid "Advanced"
749
+ msgstr ""
750
+
751
+ #: classes/pages/locations.php:714
752
+ msgid "Click Event Behaviour"
753
+ msgstr ""
754
+
755
+ #: classes/pages/locations.php:715
756
+ msgid "Define what should happen when the event is set to 'click'. This also applies to mobiles."
757
+ msgstr ""
758
+
759
+ #: classes/pages/locations.php:726
760
+ msgid "Mobile Sub Menu Behaviour"
761
+ msgstr ""
762
+
763
+ #: classes/pages/locations.php:727
764
+ msgid "Define the sub menu toggle behaviour for the mobile menu."
765
+ msgstr ""
766
+
767
+ #: classes/pages/locations.php:738
768
+ msgid "Mobile Sub Menu Default State"
769
+ msgstr ""
770
+
771
+ #: classes/pages/locations.php:739
772
+ msgid "Define the default state of the sub menus when the mobile menu is visible."
773
+ msgstr ""
774
+
775
+ #: classes/pages/locations.php:750
776
+ msgid "Menu Item Descriptions"
777
+ msgstr ""
778
+
779
+ #: classes/pages/locations.php:751
780
+ msgid "Enable output of menu item descriptions."
781
+ msgstr ""
782
+
783
+ #: classes/pages/locations.php:762
784
+ msgid "Unbind JavaScript Events"
785
+ msgstr ""
786
+
787
+ #: classes/pages/locations.php:763
788
+ msgid "To avoid conflicts with theme menu systems, JavaScript events which have been added to menu items will be removed by default."
789
+ msgstr ""
790
+
791
+ #: classes/pages/locations.php:774
792
+ msgid "Prefix Menu Item Classes"
793
+ msgstr ""
794
+
795
+ #: classes/pages/locations.php:775
796
+ msgid "Prefix custom menu item classes with 'mega-'?"
797
+ msgstr ""
798
+
799
+ #: classes/pages/locations.php:786
800
+ msgid "Container"
801
+ msgstr ""
802
+
803
+ #: classes/pages/locations.php:787
804
+ msgid "Use nav or div element for menu wrapper?"
805
+ msgstr ""
806
+
807
+ #: classes/pages/locations.php:798
808
+ msgid "Active Menu Instance"
809
+ msgstr ""
810
+
811
+ #: classes/pages/locations.php:799
812
+ msgid "0: Apply to all instances. 1: Apply to first instance. 2: Apply to second instance"
813
+ msgstr ""
814
+
815
+ #: classes/pages/locations.php:800
816
+ msgid "Some themes will output this menu location multiple times on the same page. For example, it may be output once for the main menu, then again for the mobile menu. This setting can be used to make sure Max Mega Menu is only applied to one of those instances."
817
+ msgstr ""
818
+
819
+ #: classes/pages/locations.php:813
820
+ msgid "Display Options"
821
+ msgstr ""
822
+
823
+ #: classes/pages/locations.php:817
824
+ msgid "PHP Function"
825
+ msgstr ""
826
+
827
+ #: classes/pages/locations.php:818
828
+ msgid "For use in a theme template (usually header.php)"
829
+ msgstr ""
830
+
831
+ #: classes/pages/locations.php:829
832
+ msgid "Shortcode"
833
+ msgstr ""
834
+
835
+ #: classes/pages/locations.php:830
836
+ msgid "For use in a post or page."
837
+ msgstr ""
838
+
839
+ #: classes/pages/locations.php:841
840
+ msgid "Widget"
841
+ msgstr ""
842
+
843
+ #: classes/pages/locations.php:842
844
+ msgid "For use in a widget area."
845
+ msgstr ""
846
+
847
+ #: classes/pages/locations.php:862
848
+ msgid "Location Description"
849
+ msgstr ""
850
+
851
+ #: classes/pages/locations.php:863
852
+ msgid "Update the custom location description"
853
+ msgstr ""
854
+
855
+ #: classes/pages/locations.php:917
856
+ msgid "This menu location is registered by your theme. Your theme should already include the code required to display this menu location on your site."
857
+ msgstr ""
858
+
859
+ #: classes/pages/locations.php:1153
860
+ msgid "New Menu Location Created"
861
+ msgstr ""
862
+
863
+ #: classes/pages/locations.php:1161
864
+ msgid "Menu Location Deleted"
865
+ msgstr ""
866
+
867
+ #: classes/pages/locations.php:1169
868
+ msgid "Menu Location Saved"
869
+ msgstr ""
870
+
871
+ #: classes/pages/locations.php:1243
872
+ msgid "First click will open the sub menu, second click will close the sub menu."
873
+ msgstr ""
874
+
875
+ #: classes/pages/locations.php:1244
876
+ msgid "First click will open the sub menu, second click will follow the link."
877
+ msgstr ""
878
+
879
+ #: classes/pages/locations.php:1245
880
+ msgid "First click will follow the link (the arrow must be used to toggle sub menu visiblity)."
881
+ msgstr ""
882
+
883
+ #: classes/pages/locations.php:1269
884
+ msgid "Standard - Open sub menus will remain open until closed by the user."
885
+ msgstr ""
886
+
887
+ #: classes/pages/locations.php:1270
888
+ msgid "Accordion - Open sub menus will automatically close when another one is opened."
889
+ msgstr ""
890
+
891
+ #: classes/pages/locations.php:1291
892
+ msgid "Collapse all"
893
+ msgstr ""
894
+
895
+ #: classes/pages/locations.php:1292
896
+ msgid "Expand all"
897
+ msgstr ""
898
+
899
+ #: classes/pages/locations.php:1293
900
+ msgid "Expand active parents"
901
+ msgstr ""
902
+
903
+ #: classes/pages/locations.php:1664
904
+ msgid "Add the 'Max Mega Menu' widget to a widget area."
905
+ msgstr ""
906
+
907
+ #: classes/pages/page.php:78
908
+ msgid "Homepage"
909
+ msgstr ""
910
+
911
+ #: classes/pages/page.php:83
912
+ msgid "Documentation"
913
+ msgstr ""
914
+
915
+ #: classes/pages/page.php:89
916
+ msgid "Troubleshooting"
917
+ msgstr ""
918
+
919
+ #: classes/pages/page.php:100
920
+ msgid "Upgrade to Pro"
921
+ msgstr ""
922
+
923
+ #: classes/pages/page.php:110
924
+ msgid "Core version"
925
+ msgstr ""
926
+
927
+ #: classes/pages/page.php:114
928
+ msgid "Pro extension"
929
+ msgstr ""
930
+
931
+ #: classes/pages/page.php:233
932
+ msgid "Please enable Dashicons in the Clearfy plugin options. Max Mega Menu requires Dashicons."
933
+ msgstr ""
934
+
935
+ #: classes/pages/page.php:274
936
+ msgid "Are you sure?"
937
+ msgstr ""
938
+
939
+ #: classes/pages/page.php:275
940
+ msgid "Error saving theme."
941
+ msgstr ""
942
+
943
+ #: classes/pages/page.php:276
944
+ msgid "Please try refreshing the page."
945
+ msgstr ""
946
+
947
+ #: classes/pages/page.php:277
948
+ msgid "The server ran out of memory whilst trying to regenerate the menu CSS."
949
+ msgstr ""
950
+
951
+ #: classes/pages/page.php:278
952
+ msgid "Try disabling unusued plugins to increase the available memory. Alternatively, for details on how to increase your server memory limit see:"
953
+ msgstr ""
954
+
955
+ #: classes/pages/page.php:279
956
+ msgid "The server returned a 500 error. The server did not provide an error message (you should find details of the error in your server error log), but this is usually due to your server memory limit being reached."
957
+ msgstr ""
958
+
959
+ #: classes/pages/themes.php:75
960
+ msgid "Menu Themes"
961
+ msgstr ""
962
+
963
+ #: classes/pages/themes.php:253
964
+ #: classes/pages/themes.php:976
965
+ #: classes/pages/themes.php:1143
966
+ #: classes/pages/themes.php:1165
967
+ #: classes/pages/themes.php:1348
968
+ #: classes/pages/themes.php:1765
969
+ #: classes/pages/themes.php:1960
970
+ #: classes/pages/themes.php:2091
971
+ #: classes/pages/themes.php:2229
972
+ #: classes/pages/themes.php:2251
973
+ #: classes/pages/themes.php:2430
974
+ #: classes/pages/themes.php:2598
975
+ #: classes/pages/themes.php:2620
976
+ msgid "Copy"
977
+ msgstr ""
978
+
979
+ #: classes/pages/themes.php:387
980
+ msgid " - Imported"
981
+ msgstr ""
982
+
983
+ #: classes/pages/themes.php:488
984
+ msgid "Failed to delete theme. The theme is in use by a menu."
985
+ msgstr ""
986
+
987
+ #: classes/pages/themes.php:496
988
+ msgid "Theme Deleted"
989
+ msgstr ""
990
+
991
+ #: classes/pages/themes.php:504
992
+ msgid "Theme Duplicated"
993
+ msgstr ""
994
+
995
+ #: classes/pages/themes.php:512
996
+ msgid "Theme Reverted"
997
+ msgstr ""
998
+
999
+ #: classes/pages/themes.php:520
1000
+ msgid "New Theme Created. To apply this theme to a menu location, go to <i>Mega Menu > Menu Locations</i> and select this theme from the 'Theme' dropdown."
1001
+ msgstr ""
1002
+
1003
+ #: classes/pages/themes.php:604
1004
+ msgid "Export Theme"
1005
+ msgstr ""
1006
+
1007
+ #: classes/pages/themes.php:608
1008
+ msgid "JSON Format"
1009
+ msgstr ""
1010
+
1011
+ #: classes/pages/themes.php:609
1012
+ msgid "Log into the site you wish to import the theme to. Go to Mega Menu > Tools and paste this into the 'Import Theme' text area:"
1013
+ msgstr ""
1014
+
1015
+ #: classes/pages/themes.php:617
1016
+ msgid "PHP Format"
1017
+ msgstr ""
1018
+
1019
+ #: classes/pages/themes.php:618
1020
+ msgid "Paste this code into your themes functions.php file:"
1021
+ msgstr ""
1022
+
1023
+ #: classes/pages/themes.php:651
1024
+ #: classes/pages/themes.php:655
1025
+ #: classes/pages/themes.php:663
1026
+ msgid "Import Theme"
1027
+ msgstr ""
1028
+
1029
+ #: classes/pages/themes.php:656
1030
+ msgid "Import a menu theme in JSON format"
1031
+ msgstr ""
1032
+
1033
+ #: classes/pages/themes.php:760
1034
+ msgid "Select theme to edit"
1035
+ msgstr ""
1036
+
1037
+ #: classes/pages/themes.php:768
1038
+ msgid "Add new theme"
1039
+ msgstr ""
1040
+
1041
+ #: classes/pages/themes.php:769
1042
+ msgid "Duplicate theme"
1043
+ msgstr ""
1044
+
1045
+ #: classes/pages/themes.php:770
1046
+ msgid "Export theme"
1047
+ msgstr ""
1048
+
1049
+ #: classes/pages/themes.php:771
1050
+ msgid "Import a theme"
1051
+ msgstr ""
1052
+
1053
+ #: classes/pages/themes.php:773
1054
+ msgid "Delete theme"
1055
+ msgstr ""
1056
+
1057
+ #: classes/pages/themes.php:775
1058
+ msgid "Revert theme"
1059
+ msgstr ""
1060
+
1061
+ #: classes/pages/themes.php:780
1062
+ msgid "Editing theme"
1063
+ msgstr ""
1064
+
1065
+ #: classes/pages/themes.php:790
1066
+ msgid "CSS Output (under Mega Menu > General Settings) has been disabled. Therefore, changes made within the theme editor will not be applied to your menu."
1067
+ msgstr ""
1068
+
1069
+ #: classes/pages/themes.php:798
1070
+ msgid "This menu theme is not currently active as it has not been applied to any menu locations. You may wish to check you are editing the correct menu theme - you can choose a different theme to edit using the 'Select theme to edit' selector above. Alternatively, to apply this theme to a menu go to <i>Appearance > Menus > Max Mega Menu Settings</i> and select this theme from the 'Theme' dropdown."
1071
+ msgstr ""
1072
+
1073
+ #: classes/pages/themes.php:820
1074
+ msgid "Theme Title"
1075
+ msgstr ""
1076
+
1077
+ #: classes/pages/themes.php:832
1078
+ msgid "Arrow"
1079
+ msgstr ""
1080
+
1081
+ #: classes/pages/themes.php:833
1082
+ msgid "Select the arrow styles."
1083
+ msgstr ""
1084
+
1085
+ #: classes/pages/themes.php:836
1086
+ msgid "Up"
1087
+ msgstr ""
1088
+
1089
+ #: classes/pages/themes.php:841
1090
+ msgid "Down"
1091
+ msgstr ""
1092
+
1093
+ #: classes/pages/themes.php:859
1094
+ msgid "Line Height"
1095
+ msgstr ""
1096
+
1097
+ #: classes/pages/themes.php:860
1098
+ msgid "Set the general line height to use in the sub menu contents."
1099
+ msgstr ""
1100
+
1101
+ #: classes/pages/themes.php:871
1102
+ msgid "Z Index"
1103
+ msgstr ""
1104
+
1105
+ #: classes/pages/themes.php:872
1106
+ msgid "Set the z-index to ensure the sub menus appear ontop of other content."
1107
+ msgstr ""
1108
+
1109
+ #: classes/pages/themes.php:884
1110
+ msgid "Shadow"
1111
+ msgstr ""
1112
+
1113
+ #: classes/pages/themes.php:885
1114
+ msgid "Apply a shadow to mega and flyout menus."
1115
+ msgstr ""
1116
+
1117
+ #: classes/pages/themes.php:893
1118
+ msgid "Horizontal"
1119
+ msgstr ""
1120
+
1121
+ #: classes/pages/themes.php:899
1122
+ msgid "Vertical"
1123
+ msgstr ""
1124
+
1125
+ #: classes/pages/themes.php:905
1126
+ msgid "Blur"
1127
+ msgstr ""
1128
+
1129
+ #: classes/pages/themes.php:911
1130
+ msgid "Spread"
1131
+ msgstr ""
1132
+
1133
+ #: classes/pages/themes.php:917
1134
+ #: classes/pages/themes.php:1073
1135
+ #: classes/pages/themes.php:1116
1136
+ #: classes/pages/themes.php:1228
1137
+ #: classes/pages/themes.php:1305
1138
+ #: classes/pages/themes.php:1418
1139
+ #: classes/pages/themes.php:1521
1140
+ #: classes/pages/themes.php:1626
1141
+ #: classes/pages/themes.php:1667
1142
+ #: classes/pages/themes.php:1695
1143
+ #: classes/pages/themes.php:1738
1144
+ #: classes/pages/themes.php:1844
1145
+ #: classes/pages/themes.php:1890
1146
+ #: classes/pages/themes.php:1933
1147
+ #: classes/pages/themes.php:2040
1148
+ #: classes/pages/themes.php:2157
1149
+ #: classes/pages/themes.php:2312
1150
+ #: classes/pages/themes.php:2350
1151
+ #: classes/pages/themes.php:2377
1152
+ #: classes/pages/themes.php:2637
1153
+ #: classes/pages/themes.php:2660
1154
+ #: classes/toggle-blocks.class.php:923
1155
+ msgid "Color"
1156
+ msgstr ""
1157
+
1158
+ #: classes/pages/themes.php:925
1159
+ msgid "Hover Transitions"
1160
+ msgstr ""
1161
+
1162
+ #: classes/pages/themes.php:926
1163
+ msgid "Apply hover transitions to menu items. Note: Transitions will not apply to gradient backgrounds."
1164
+ msgstr ""
1165
+
1166
+ #: classes/pages/themes.php:937
1167
+ msgid "Reset Widget Styling"
1168
+ msgstr ""
1169
+
1170
+ #: classes/pages/themes.php:938
1171
+ msgid "Caution: Reset the styling of widgets within the mega menu? This may break the styling of widgets that you have added to your sub menus. Default: Disabled."
1172
+ msgstr ""
1173
+
1174
+ #: classes/pages/themes.php:950
1175
+ msgid "Menu Bar"
1176
+ msgstr ""
1177
+
1178
+ #: classes/pages/themes.php:954
1179
+ msgid "Menu Height"
1180
+ msgstr ""
1181
+
1182
+ #: classes/pages/themes.php:955
1183
+ msgid "Define the height of each top level menu item link. This value plus the Menu Padding (top and bottom) settings define the overall height of the menu bar."
1184
+ msgstr ""
1185
+
1186
+ #: classes/pages/themes.php:967
1187
+ #: classes/pages/themes.php:2589
1188
+ msgid "Menu Background"
1189
+ msgstr ""
1190
+
1191
+ #: classes/pages/themes.php:968
1192
+ msgid "The background color for the main menu bar. Set each value to transparent for a 'button' style menu."
1193
+ msgstr ""
1194
+
1195
+ #: classes/pages/themes.php:971
1196
+ #: classes/pages/themes.php:1138
1197
+ #: classes/pages/themes.php:1160
1198
+ #: classes/pages/themes.php:1343
1199
+ #: classes/pages/themes.php:1760
1200
+ #: classes/pages/themes.php:1955
1201
+ #: classes/pages/themes.php:2086
1202
+ #: classes/pages/themes.php:2224
1203
+ #: classes/pages/themes.php:2246
1204
+ #: classes/pages/themes.php:2425
1205
+ #: classes/pages/themes.php:2593
1206
+ #: classes/pages/themes.php:2615
1207
+ msgid "From"
1208
+ msgstr ""
1209
+
1210
+ #: classes/pages/themes.php:981
1211
+ #: classes/pages/themes.php:1148
1212
+ #: classes/pages/themes.php:1170
1213
+ #: classes/pages/themes.php:1353
1214
+ #: classes/pages/themes.php:1770
1215
+ #: classes/pages/themes.php:1965
1216
+ #: classes/pages/themes.php:2096
1217
+ #: classes/pages/themes.php:2234
1218
+ #: classes/pages/themes.php:2256
1219
+ #: classes/pages/themes.php:2435
1220
+ #: classes/pages/themes.php:2603
1221
+ #: classes/pages/themes.php:2625
1222
+ msgid "To"
1223
+ msgstr ""
1224
+
1225
+ #: classes/pages/themes.php:989
1226
+ #: classes/pages/themes.php:2558
1227
+ msgid "Menu Padding"
1228
+ msgstr ""
1229
+
1230
+ #: classes/pages/themes.php:990
1231
+ msgid "Padding for the main menu bar."
1232
+ msgstr ""
1233
+
1234
+ #: classes/pages/themes.php:1005
1235
+ #: classes/pages/themes.php:1209
1236
+ #: classes/pages/themes.php:1250
1237
+ #: classes/pages/themes.php:1399
1238
+ #: classes/pages/themes.php:1435
1239
+ #: classes/pages/themes.php:1497
1240
+ #: classes/pages/themes.php:1576
1241
+ #: classes/pages/themes.php:1607
1242
+ #: classes/pages/themes.php:1648
1243
+ #: classes/pages/themes.php:1794
1244
+ #: classes/pages/themes.php:1825
1245
+ #: classes/pages/themes.php:1866
1246
+ #: classes/pages/themes.php:1989
1247
+ #: classes/pages/themes.php:2021
1248
+ #: classes/pages/themes.php:2062
1249
+ #: classes/pages/themes.php:2138
1250
+ #: classes/pages/themes.php:2174
1251
+ #: classes/pages/themes.php:2293
1252
+ #: classes/pages/themes.php:2574
1253
+ msgid "Bottom"
1254
+ msgstr ""
1255
+
1256
+ #: classes/pages/themes.php:1020
1257
+ msgid "Menu Border Radius"
1258
+ msgstr ""
1259
+
1260
+ #: classes/pages/themes.php:1021
1261
+ msgid "Set a border radius on the main menu bar."
1262
+ msgstr ""
1263
+
1264
+ #: classes/pages/themes.php:1024
1265
+ #: classes/pages/themes.php:1269
1266
+ #: classes/pages/themes.php:1454
1267
+ #: classes/pages/themes.php:2193
1268
+ #: classes/pages/themes.php:2459
1269
+ msgid "Top Left"
1270
+ msgstr ""
1271
+
1272
+ #: classes/pages/themes.php:1030
1273
+ #: classes/pages/themes.php:1275
1274
+ #: classes/pages/themes.php:1460
1275
+ #: classes/pages/themes.php:2199
1276
+ #: classes/pages/themes.php:2465
1277
+ msgid "Top Right"
1278
+ msgstr ""
1279
+
1280
+ #: classes/pages/themes.php:1036
1281
+ #: classes/pages/themes.php:1281
1282
+ #: classes/pages/themes.php:1466
1283
+ #: classes/pages/themes.php:2205
1284
+ #: classes/pages/themes.php:2471
1285
+ msgid "Bottom Right"
1286
+ msgstr ""
1287
+
1288
+ #: classes/pages/themes.php:1042
1289
+ #: classes/pages/themes.php:1287
1290
+ #: classes/pages/themes.php:1472
1291
+ #: classes/pages/themes.php:2211
1292
+ #: classes/pages/themes.php:2477
1293
+ msgid "Bottom Left"
1294
+ msgstr ""
1295
+
1296
+ #: classes/pages/themes.php:1051
1297
+ msgid "Top Level Menu Items"
1298
+ msgstr ""
1299
+
1300
+ #: classes/pages/themes.php:1056
1301
+ msgid "Menu Items Align"
1302
+ msgstr ""
1303
+
1304
+ #: classes/pages/themes.php:1057
1305
+ msgid "Align <i>all</i> menu items to the left (default), centrally or to the right."
1306
+ msgstr ""
1307
+
1308
+ #: classes/pages/themes.php:1058
1309
+ msgid "This option will apply to all menu items. To align an individual menu item to the right, edit the menu item itself and set 'Menu Item Align' to 'Right'."
1310
+ msgstr ""
1311
+
1312
+ #: classes/pages/themes.php:1069
1313
+ #: classes/pages/themes.php:1691
1314
+ #: classes/pages/themes.php:1886
1315
+ msgid "Item Font"
1316
+ msgstr ""
1317
+
1318
+ #: classes/pages/themes.php:1070
1319
+ msgid "The font to use for each top level menu item."
1320
+ msgstr ""
1321
+
1322
+ #: classes/pages/themes.php:1078
1323
+ #: classes/pages/themes.php:1526
1324
+ #: classes/pages/themes.php:1672
1325
+ #: classes/pages/themes.php:1700
1326
+ #: classes/pages/themes.php:1895
1327
+ #: classes/pages/themes.php:2317
1328
+ #: classes/pages/themes.php:2642
1329
+ #: classes/toggle-blocks.class.php:927
1330
+ msgid "Size"
1331
+ msgstr ""
1332
+
1333
+ #: classes/pages/themes.php:1084
1334
+ #: classes/pages/themes.php:1532
1335
+ #: classes/pages/themes.php:1678
1336
+ #: classes/pages/themes.php:1706
1337
+ #: classes/pages/themes.php:1901
1338
+ #: classes/pages/themes.php:2323
1339
+ msgid "Family"
1340
+ msgstr ""
1341
+
1342
+ #: classes/pages/themes.php:1089
1343
+ #: classes/pages/themes.php:1537
1344
+ #: classes/pages/themes.php:1711
1345
+ #: classes/pages/themes.php:1906
1346
+ #: classes/pages/themes.php:2328
1347
+ msgid "Transform"
1348
+ msgstr ""
1349
+
1350
+ #: classes/pages/themes.php:1094
1351
+ #: classes/pages/themes.php:1121
1352
+ #: classes/pages/themes.php:1542
1353
+ #: classes/pages/themes.php:1716
1354
+ #: classes/pages/themes.php:1743
1355
+ #: classes/pages/themes.php:1911
1356
+ #: classes/pages/themes.php:1938
1357
+ #: classes/pages/themes.php:2333
1358
+ #: classes/pages/themes.php:2355
1359
+ msgid "Weight"
1360
+ msgstr ""
1361
+
1362
+ #: classes/pages/themes.php:1099
1363
+ #: classes/pages/themes.php:1126
1364
+ #: classes/pages/themes.php:1547
1365
+ #: classes/pages/themes.php:1721
1366
+ #: classes/pages/themes.php:1748
1367
+ #: classes/pages/themes.php:1916
1368
+ #: classes/pages/themes.php:1943
1369
+ #: classes/pages/themes.php:2338
1370
+ #: classes/pages/themes.php:2360
1371
+ msgid "Decoration"
1372
+ msgstr ""
1373
+
1374
+ #: classes/pages/themes.php:1104
1375
+ #: classes/pages/themes.php:1552
1376
+ #: classes/pages/themes.php:1726
1377
+ #: classes/pages/themes.php:1921
1378
+ #: classes/pages/themes.php:2648
1379
+ msgid "Align"
1380
+ msgstr ""
1381
+
1382
+ #: classes/pages/themes.php:1112
1383
+ #: classes/pages/themes.php:1734
1384
+ #: classes/pages/themes.php:1929
1385
+ msgid "Item Font (Hover)"
1386
+ msgstr ""
1387
+
1388
+ #: classes/pages/themes.php:1113
1389
+ msgid "Set the font to use for each top level menu item (on hover)."
1390
+ msgstr ""
1391
+
1392
+ #: classes/pages/themes.php:1134
1393
+ msgid "Item Background"
1394
+ msgstr ""
1395
+
1396
+ #: classes/pages/themes.php:1135
1397
+ msgid "The background color for each top level menu item. Tip: Set these values to transparent if you've already set a background color on the menu bar."
1398
+ msgstr ""
1399
+
1400
+ #: classes/pages/themes.php:1156
1401
+ #: classes/pages/themes.php:1756
1402
+ #: classes/pages/themes.php:1951
1403
+ msgid "Item Background (Hover)"
1404
+ msgstr ""
1405
+
1406
+ #: classes/pages/themes.php:1157
1407
+ msgid "The background color for a top level menu item (on hover)."
1408
+ msgstr ""
1409
+
1410
+ #: classes/pages/themes.php:1178
1411
+ msgid "Item Spacing"
1412
+ msgstr ""
1413
+
1414
+ #: classes/pages/themes.php:1179
1415
+ msgid "Define the size of the gap between each top level menu item."
1416
+ msgstr ""
1417
+
1418
+ #: classes/pages/themes.php:1192
1419
+ #: classes/pages/themes.php:1778
1420
+ #: classes/pages/themes.php:1973
1421
+ msgid "Item Padding"
1422
+ msgstr ""
1423
+
1424
+ #: classes/pages/themes.php:1193
1425
+ msgid "Set the padding for each top level menu item."
1426
+ msgstr ""
1427
+
1428
+ #: classes/pages/themes.php:1194
1429
+ msgid "Generally we advise against using the Top and Bottom options here. Use the 'Menu Height' setting to determine the height of your top level menu items."
1430
+ msgstr ""
1431
+
1432
+ #: classes/pages/themes.php:1224
1433
+ #: classes/pages/themes.php:1840
1434
+ #: classes/pages/themes.php:2036
1435
+ msgid "Item Border"
1436
+ msgstr ""
1437
+
1438
+ #: classes/pages/themes.php:1225
1439
+ msgid "Set the border to display on each top level menu item."
1440
+ msgstr ""
1441
+
1442
+ #: classes/pages/themes.php:1233
1443
+ #: classes/pages/themes.php:1631
1444
+ #: classes/pages/themes.php:1849
1445
+ #: classes/pages/themes.php:2045
1446
+ msgid "Color (Hover)"
1447
+ msgstr ""
1448
+
1449
+ #: classes/pages/themes.php:1265
1450
+ msgid "Item Border Radius"
1451
+ msgstr ""
1452
+
1453
+ #: classes/pages/themes.php:1266
1454
+ msgid "Set rounded corners for each top level menu item."
1455
+ msgstr ""
1456
+
1457
+ #: classes/pages/themes.php:1296
1458
+ msgid "Item Divider"
1459
+ msgstr ""
1460
+
1461
+ #: classes/pages/themes.php:1297
1462
+ msgid "Show a small divider bar between each menu item."
1463
+ msgstr ""
1464
+
1465
+ #: classes/pages/themes.php:1310
1466
+ msgid "Glow Opacity"
1467
+ msgstr ""
1468
+
1469
+ #: classes/pages/themes.php:1319
1470
+ msgid "Highlight Current Item"
1471
+ msgstr ""
1472
+
1473
+ #: classes/pages/themes.php:1320
1474
+ msgid "Apply the 'hover' styling to current menu items. Applies to top level menu items only."
1475
+ msgstr ""
1476
+
1477
+ #: classes/pages/themes.php:1329
1478
+ msgid "Documentation: Highlighting Menu Items"
1479
+ msgstr ""
1480
+
1481
+ #: classes/pages/themes.php:1335
1482
+ #: classes/pages/themes.php:2668
1483
+ msgid "Mega Menus"
1484
+ msgstr ""
1485
+
1486
+ #: classes/pages/themes.php:1339
1487
+ msgid "Panel Background"
1488
+ msgstr ""
1489
+
1490
+ #: classes/pages/themes.php:1340
1491
+ msgid "Set a background color for a whole sub menu."
1492
+ msgstr ""
1493
+
1494
+ #: classes/pages/themes.php:1361
1495
+ msgid "Panel Width"
1496
+ msgstr ""
1497
+
1498
+ #: classes/pages/themes.php:1362
1499
+ msgid "Mega Panel width."
1500
+ msgstr ""
1501
+
1502
+ #: classes/pages/themes.php:1364
1503
+ msgid "A 100% wide panel will only ever be as wide as the menu itself. For a fixed sub menu width set this to a pixel value."
1504
+ msgstr ""
1505
+
1506
+ #: classes/pages/themes.php:1365
1507
+ msgid "Advanced: Enter a jQuery selector to synchronize the width and position of the sub menu with existing page element (e.g. body, #container, .page)."
1508
+ msgstr ""
1509
+
1510
+ #: classes/pages/themes.php:1366
1511
+ msgid "Documentation: Configuring the sub menu width"
1512
+ msgstr ""
1513
+
1514
+ #: classes/pages/themes.php:1370
1515
+ msgid "Outer Width"
1516
+ msgstr ""
1517
+
1518
+ #: classes/pages/themes.php:1375
1519
+ msgid "Inner Width"
1520
+ msgstr ""
1521
+
1522
+ #: classes/pages/themes.php:1383
1523
+ msgid "Panel Padding"
1524
+ msgstr ""
1525
+
1526
+ #: classes/pages/themes.php:1384
1527
+ msgid "Set the padding for the whole sub menu. Set these values 0px if you wish your sub menu content to go edge-to-edge."
1528
+ msgstr ""
1529
+
1530
+ #: classes/pages/themes.php:1414
1531
+ msgid "Panel Border"
1532
+ msgstr ""
1533
+
1534
+ #: classes/pages/themes.php:1415
1535
+ msgid "Set the border to display on the sub menu."
1536
+ msgstr ""
1537
+
1538
+ #: classes/pages/themes.php:1450
1539
+ msgid "Panel Border Radius"
1540
+ msgstr ""
1541
+
1542
+ #: classes/pages/themes.php:1451
1543
+ msgid "Set rounded corners for the sub menu."
1544
+ msgstr ""
1545
+
1546
+ #: classes/pages/themes.php:1481
1547
+ msgid "Column Padding"
1548
+ msgstr ""
1549
+
1550
+ #: classes/pages/themes.php:1482
1551
+ msgid "Use this to define the amount of space around each widget / set of menu items within the sub menu."
1552
+ msgstr ""
1553
+
1554
+ #: classes/pages/themes.php:1512
1555
+ msgid "Widgets"
1556
+ msgstr ""
1557
+
1558
+ #: classes/pages/themes.php:1517
1559
+ msgid "Title Font"
1560
+ msgstr ""
1561
+
1562
+ #: classes/pages/themes.php:1518
1563
+ msgid "Set the font to use Widget headers in the mega menu. Tip: set this to the same style as the Second Level Menu Item Font to keep your styling consistent."
1564
+ msgstr ""
1565
+
1566
+ #: classes/pages/themes.php:1560
1567
+ msgid "Title Padding"
1568
+ msgstr ""
1569
+
1570
+ #: classes/pages/themes.php:1561
1571
+ msgid "Set the padding for the widget headings."
1572
+ msgstr ""
1573
+
1574
+ #: classes/pages/themes.php:1591
1575
+ msgid "Title Margin"
1576
+ msgstr ""
1577
+
1578
+ #: classes/pages/themes.php:1592
1579
+ msgid "Set the margin for the widget headings."
1580
+ msgstr ""
1581
+
1582
+ #: classes/pages/themes.php:1622
1583
+ msgid "Title Border"
1584
+ msgstr ""
1585
+
1586
+ #: classes/pages/themes.php:1623
1587
+ msgid "Set the border for the widget headings."
1588
+ msgstr ""
1589
+
1590
+ #: classes/pages/themes.php:1663
1591
+ msgid "Content Font"
1592
+ msgstr ""
1593
+
1594
+ #: classes/pages/themes.php:1664
1595
+ msgid "Set the font to use for panel contents."
1596
+ msgstr ""
1597
+
1598
+ #: classes/pages/themes.php:1686
1599
+ msgid "Second Level Menu Items"
1600
+ msgstr ""
1601
+
1602
+ #: classes/pages/themes.php:1692
1603
+ msgid "Set the font for second level menu items when they're displayed in a Mega Menu."
1604
+ msgstr ""
1605
+
1606
+ #: classes/pages/themes.php:1735
1607
+ #: classes/pages/themes.php:1930
1608
+ msgid "Set the font style on hover."
1609
+ msgstr ""
1610
+
1611
+ #: classes/pages/themes.php:1757
1612
+ msgid "Set the background hover color for second level menu items."
1613
+ msgstr ""
1614
+
1615
+ #: classes/pages/themes.php:1779
1616
+ msgid "Set the padding for the second level menu items."
1617
+ msgstr ""
1618
+
1619
+ #: classes/pages/themes.php:1809
1620
+ #: classes/pages/themes.php:2005
1621
+ msgid "Item Margin"
1622
+ msgstr ""
1623
+
1624
+ #: classes/pages/themes.php:1810
1625
+ msgid "Set the margin for the second level menu items."
1626
+ msgstr ""
1627
+
1628
+ #: classes/pages/themes.php:1841
1629
+ msgid "Set the border for the second level menu items."
1630
+ msgstr ""
1631
+
1632
+ #: classes/pages/themes.php:1881
1633
+ msgid "Third Level Menu Items"
1634
+ msgstr ""
1635
+
1636
+ #: classes/pages/themes.php:1887
1637
+ msgid "Set the font for third level menu items when they're displayed in a Mega Menu."
1638
+ msgstr ""
1639
+
1640
+ #: classes/pages/themes.php:1952
1641
+ msgid "Set the background hover color for third level menu items."
1642
+ msgstr ""
1643
+
1644
+ #: classes/pages/themes.php:1974
1645
+ msgid "Set the padding for the third level menu items."
1646
+ msgstr ""
1647
+
1648
+ #: classes/pages/themes.php:2006
1649
+ msgid "Set the margin for the third level menu items."
1650
+ msgstr ""
1651
+
1652
+ #: classes/pages/themes.php:2037
1653
+ msgid "Set the border for the third level menu items."
1654
+ msgstr ""
1655
+
1656
+ #: classes/pages/themes.php:2078
1657
+ msgid "Flyout Menus"
1658
+ msgstr ""
1659
+
1660
+ #: classes/pages/themes.php:2082
1661
+ msgid "Sub Menu Background"
1662
+ msgstr ""
1663
+
1664
+ #: classes/pages/themes.php:2083
1665
+ msgid "Set the background color for the flyout menu."
1666
+ msgstr ""
1667
+
1668
+ #: classes/pages/themes.php:2104
1669
+ msgid "Sub Menu Width"
1670
+ msgstr ""
1671
+
1672
+ #: classes/pages/themes.php:2105
1673
+ msgid "The width of each flyout menu. This must be a fixed pixel value."
1674
+ msgstr ""
1675
+
1676
+ #: classes/pages/themes.php:2107
1677
+ msgid "Set this value to the width of your longest menu item title to stop menu items wrapping onto 2 lines."
1678
+ msgstr ""
1679
+
1680
+ #: classes/pages/themes.php:2108
1681
+ msgid "Experimental: Set this value to 'auto' to use a flexible width."
1682
+ msgstr ""
1683
+
1684
+ #: classes/pages/themes.php:2121
1685
+ msgid "Sub Menu Padding"
1686
+ msgstr ""
1687
+
1688
+ #: classes/pages/themes.php:2122
1689
+ msgid "Set the padding for the whole flyout menu."
1690
+ msgstr ""
1691
+
1692
+ #: classes/pages/themes.php:2123
1693
+ msgid "Only suitable for single level flyout menus. If you're using multi level flyout menus set these values to 0px."
1694
+ msgstr ""
1695
+
1696
+ #: classes/pages/themes.php:2153
1697
+ msgid "Sub Menu Border"
1698
+ msgstr ""
1699
+
1700
+ #: classes/pages/themes.php:2154
1701
+ msgid "Set the border for the flyout menu."
1702
+ msgstr ""
1703
+
1704
+ #: classes/pages/themes.php:2189
1705
+ msgid "Sub Menu Border Radius"
1706
+ msgstr ""
1707
+
1708
+ #: classes/pages/themes.php:2190
1709
+ msgid "Set rounded corners for flyout menus. Rounded corners will be applied to all flyout menu levels."
1710
+ msgstr ""
1711
+
1712
+ #: classes/pages/themes.php:2220
1713
+ msgid "Menu Item Background"
1714
+ msgstr ""
1715
+
1716
+ #: classes/pages/themes.php:2221
1717
+ msgid "Set the background color for a flyout menu item."
1718
+ msgstr ""
1719
+
1720
+ #: classes/pages/themes.php:2242
1721
+ msgid "Menu Item Background (Hover)"
1722
+ msgstr ""
1723
+
1724
+ #: classes/pages/themes.php:2243
1725
+ msgid "Set the background color for a flyout menu item (on hover)."
1726
+ msgstr ""
1727
+
1728
+ #: classes/pages/themes.php:2264
1729
+ #: classes/pages/themes.php:2546
1730
+ msgid "Menu Item Height"
1731
+ msgstr ""
1732
+
1733
+ #: classes/pages/themes.php:2265
1734
+ msgid "The height of each flyout menu item."
1735
+ msgstr ""
1736
+
1737
+ #: classes/pages/themes.php:2277
1738
+ msgid "Menu Item Padding"
1739
+ msgstr ""
1740
+
1741
+ #: classes/pages/themes.php:2278
1742
+ msgid "Set the padding for each flyout menu item."
1743
+ msgstr ""
1744
+
1745
+ #: classes/pages/themes.php:2308
1746
+ msgid "Menu Item Font"
1747
+ msgstr ""
1748
+
1749
+ #: classes/pages/themes.php:2309
1750
+ #: classes/pages/themes.php:2347
1751
+ msgid "Set the font for the flyout menu items."
1752
+ msgstr ""
1753
+
1754
+ #: classes/pages/themes.php:2346
1755
+ msgid "Menu Item Font (Hover)"
1756
+ msgstr ""
1757
+
1758
+ #: classes/pages/themes.php:2368
1759
+ msgid "Menu Item Divider"
1760
+ msgstr ""
1761
+
1762
+ #: classes/pages/themes.php:2369
1763
+ msgid "Show a line divider below each menu item."
1764
+ msgstr ""
1765
+
1766
+ #: classes/pages/themes.php:2386
1767
+ msgid "Mobile Menu"
1768
+ msgstr ""
1769
+
1770
+ #: classes/pages/themes.php:2390
1771
+ msgid "Responsive Breakpoint"
1772
+ msgstr ""
1773
+
1774
+ #: classes/pages/themes.php:2391
1775
+ msgid "The menu will be converted to a mobile menu when the browser width is below this value."
1776
+ msgstr ""
1777
+
1778
+ #: classes/pages/themes.php:2403
1779
+ msgid "The 'Responsive Breakpoint' option has been set to 0px. The desktop version of the menu will be displayed for all browsers (regardless of the browser width), so the following options are disabled."
1780
+ msgstr ""
1781
+
1782
+ #: classes/pages/themes.php:2408
1783
+ msgid "Mobile Toggle Bar"
1784
+ msgstr ""
1785
+
1786
+ #: classes/pages/themes.php:2413
1787
+ msgid "The 'Disable Mobile Toggle Bar' option has been enabled. The following options are disabled as the mobile toggle bar will not be displayed."
1788
+ msgstr ""
1789
+
1790
+ #: classes/pages/themes.php:2418
1791
+ msgid "Toggle Bar Background"
1792
+ msgstr ""
1793
+
1794
+ #: classes/pages/themes.php:2419
1795
+ msgid "Set the background color for the mobile menu toggle bar."
1796
+ msgstr ""
1797
+
1798
+ #: classes/pages/themes.php:2421
1799
+ msgid "Don't forget to update the Menu toggle block text and icon color in the Toggle Bar Designer above!"
1800
+ msgstr ""
1801
+
1802
+ #: classes/pages/themes.php:2443
1803
+ msgid "Toggle Bar Height"
1804
+ msgstr ""
1805
+
1806
+ #: classes/pages/themes.php:2444
1807
+ msgid "Set the height of the mobile menu toggle bar."
1808
+ msgstr ""
1809
+
1810
+ #: classes/pages/themes.php:2455
1811
+ msgid "Toggle Bar Border Radius"
1812
+ msgstr ""
1813
+
1814
+ #: classes/pages/themes.php:2456
1815
+ msgid "Set a border radius on the mobile toggle bar."
1816
+ msgstr ""
1817
+
1818
+ #: classes/pages/themes.php:2486
1819
+ msgid "Disable Mobile Toggle Bar"
1820
+ msgstr ""
1821
+
1822
+ #: classes/pages/themes.php:2487
1823
+ msgid "Hide the toggle bar and display the menu in it's open state by default."
1824
+ msgstr ""
1825
+
1826
+ #: classes/pages/themes.php:2499
1827
+ msgid "Mobile Sub Menu"
1828
+ msgstr ""
1829
+
1830
+ #: classes/pages/themes.php:2504
1831
+ msgid "Overlay Content"
1832
+ msgstr ""
1833
+
1834
+ #: classes/pages/themes.php:2505
1835
+ msgid "If enabled, the mobile sub menu will overlay the page content (instead of pushing the page content down)"
1836
+ msgstr ""
1837
+
1838
+ #: classes/pages/themes.php:2516
1839
+ msgid "Force Full Width"
1840
+ msgstr ""
1841
+
1842
+ #: classes/pages/themes.php:2517
1843
+ msgid "If enabled, the mobile sub menu will match the width and position on the given page element (rather than being limited to the width of the toggle bar). For a full width sub menu, leave the 'Selector' value set to 'body'."
1844
+ msgstr ""
1845
+
1846
+ #: classes/pages/themes.php:2525
1847
+ msgid "Selector"
1848
+ msgstr ""
1849
+
1850
+ #: classes/pages/themes.php:2533
1851
+ msgid "Off Canvas Width"
1852
+ msgstr ""
1853
+
1854
+ #: classes/pages/themes.php:2534
1855
+ msgid "The width of the sub menu if the Mobile Effect is set to 'Slide Left' or 'Slide Right'. Must be specified in px."
1856
+ msgstr ""
1857
+
1858
+ #: classes/pages/themes.php:2547
1859
+ msgid "Height of each top level item in the mobile menu."
1860
+ msgstr ""
1861
+
1862
+ #: classes/pages/themes.php:2559
1863
+ msgid "Padding for the mobile sub menu."
1864
+ msgstr ""
1865
+
1866
+ #: classes/pages/themes.php:2590
1867
+ msgid "The background color for the mobile menu."
1868
+ msgstr ""
1869
+
1870
+ #: classes/pages/themes.php:2611
1871
+ msgid "Menu Item Background (Active)"
1872
+ msgstr ""
1873
+
1874
+ #: classes/pages/themes.php:2612
1875
+ msgid "The background color for each top level menu item in the mobile menu when the sub menu is open."
1876
+ msgstr ""
1877
+
1878
+ #: classes/pages/themes.php:2633
1879
+ msgid "Font"
1880
+ msgstr ""
1881
+
1882
+ #: classes/pages/themes.php:2634
1883
+ msgid "The font to use for each top level menu item in the mobile menu."
1884
+ msgstr ""
1885
+
1886
+ #: classes/pages/themes.php:2656
1887
+ msgid "Font (Active)"
1888
+ msgstr ""
1889
+
1890
+ #: classes/pages/themes.php:2657
1891
+ msgid "The font color for each top level menu item in the mobile menu when the sub menu is open."
1892
+ msgstr ""
1893
+
1894
+ #: classes/pages/themes.php:2673
1895
+ msgid "Mega Menu Columns"
1896
+ msgstr ""
1897
+
1898
+ #: classes/pages/themes.php:2674
1899
+ msgid "Collapse mega menu content into this many columns on mobile."
1900
+ msgstr ""
1901
+
1902
+ #: classes/pages/themes.php:2686
1903
+ msgid "Custom Styling"
1904
+ msgstr ""
1905
+
1906
+ #: classes/pages/themes.php:2690
1907
+ msgid "CSS Editor"
1908
+ msgstr ""
1909
+
1910
+ #: classes/pages/themes.php:2691
1911
+ msgid "Define any custom CSS you wish to add to menus using this theme. You can use standard CSS or SCSS."
1912
+ msgstr ""
1913
+
1914
+ #: classes/pages/themes.php:2885
1915
+ msgid "Changes not showing up?"
1916
+ msgstr ""
1917
+
1918
+ #: classes/pages/themes.php:2887
1919
+ msgid "We have detected the following plugin that may prevent changes made within the theme editor from being applied to the menu."
1920
+ msgid_plural "We have detected the following plugins that may prevent changes made within the theme editor from being applied to the menu."
1921
+ msgstr[0] ""
1922
+ msgstr[1] ""
1923
+
1924
+ #: classes/pages/themes.php:2897
1925
+ msgid "Try clearing the cache of the above plugin if your changes are not being applied to the menu."
1926
+ msgid_plural "Try clearing the caches of the above plugins if your changes are not being applied to the menu."
1927
+ msgstr[0] ""
1928
+ msgstr[1] ""
1929
+
1930
+ #: classes/pages/themes.php:2943
1931
+ msgid "Center"
1932
+ msgstr ""
1933
+
1934
+ #: classes/pages/themes.php:2982
1935
+ msgid "1 Column"
1936
+ msgstr ""
1937
+
1938
+ #: classes/pages/themes.php:2983
1939
+ msgid "2 Columns"
1940
+ msgstr ""
1941
+
1942
+ #: classes/pages/themes.php:3005
1943
+ msgid "Underline"
1944
+ msgstr ""
1945
+
1946
+ #: classes/pages/themes.php:3049
1947
+ #: classes/toggle-blocks.class.php:959
1948
+ msgid "Disabled"
1949
+ msgstr ""
1950
+
1951
+ #: classes/pages/themes.php:3108
1952
+ #: classes/pages/themes.php:3221
1953
+ msgid "Theme Default"
1954
+ msgstr ""
1955
+
1956
+ #: classes/pages/themes.php:3109
1957
+ msgid "Light (300)"
1958
+ msgstr ""
1959
+
1960
+ #: classes/pages/themes.php:3110
1961
+ msgid "Normal (400)"
1962
+ msgstr ""
1963
+
1964
+ #: classes/pages/themes.php:3111
1965
+ msgid "Bold (700)"
1966
+ msgstr ""
1967
+
1968
+ #: classes/pages/themes.php:3150
1969
+ msgid "Normal"
1970
+ msgstr ""
1971
+
1972
+ #: classes/pages/themes.php:3151
1973
+ msgid "Capitalize"
1974
+ msgstr ""
1975
+
1976
+ #: classes/pages/themes.php:3152
1977
+ msgid "UPPERCASE"
1978
+ msgstr ""
1979
+
1980
+ #: classes/pages/themes.php:3153
1981
+ msgid "lowercase"
1982
+ msgstr ""
1983
+
1984
+ #: classes/pages/themes.php:3174
1985
+ msgid "Custom Styling Tips"
1986
+ msgstr ""
1987
+
1988
+ #: classes/pages/themes.php:3175
1989
+ msgid "You can enter standard CSS or <a href='https://sass-lang.com/guide' target='_blank'>SCSS</a> into the custom styling area. If using SCSS there are some variables and mixins you can use:"
1990
+ msgstr ""
1991
+
1992
+ #: classes/pages/themes.php:3178
1993
+ msgid "converts to the ID selector of the menu wrapper, e.g. div#mega-menu-wrap-primary"
1994
+ msgstr ""
1995
+
1996
+ #: classes/pages/themes.php:3179
1997
+ msgid "converts to the ID selector of the menu, e.g. ul#mega-menu-primary"
1998
+ msgstr ""
1999
+
2000
+ #: classes/pages/themes.php:3180
2001
+ msgid "wraps the CSS within a media query based on the configured Responsive Breakpoint (see example CSS)"
2002
+ msgstr ""
2003
+
2004
+ #: classes/pages/themes.php:3182
2005
+ msgid "Using the %wrap% and %menu% variables makes your theme portable (allowing you to apply the same theme to multiple menu locations)"
2006
+ msgstr ""
2007
+
2008
+ #: classes/pages/themes.php:3187
2009
+ msgid "Example CSS"
2010
+ msgstr ""
2011
+
2012
+ #: classes/pages/themes.php:3188
2013
+ msgid "Add text shadow to top level menu items on desktop AND mobile"
2014
+ msgstr ""
2015
+
2016
+ #: classes/pages/themes.php:3194
2017
+ msgid "Add text shadow to top level menu items on desktop only"
2018
+ msgstr ""
2019
+
2020
+ #: classes/pages/tools.php:35
2021
+ #: classes/pages/tools.php:116
2022
+ msgid "Tools"
2023
+ msgstr ""
2024
+
2025
+ #: classes/pages/tools.php:120
2026
+ msgid "Cache"
2027
+ msgstr ""
2028
+
2029
+ #: classes/pages/tools.php:121
2030
+ msgid "The CSS for your menu is updated each time a menu or a menu theme is changed. You can force the menu CSS to be updated using this tool."
2031
+ msgstr ""
2032
+
2033
+ #: classes/pages/tools.php:128
2034
+ msgid "Clear CSS Cache"
2035
+ msgstr ""
2036
+
2037
+ #: classes/pages/tools.php:131
2038
+ msgid "The menu CSS was last updated on %s"
2039
+ msgstr ""
2040
+
2041
+ #: classes/pages/tools.php:138
2042
+ msgid "Plugin Data"
2043
+ msgstr ""
2044
+
2045
+ #: classes/pages/tools.php:139
2046
+ msgid "Delete all saved Max Mega Menu plugin data from the database. Use with caution!"
2047
+ msgstr ""
2048
+
2049
+ #: classes/pages/tools.php:146
2050
+ msgid "Delete Data"
2051
+ msgstr ""
2052
+
2053
+ #: classes/pages/tools.php:166
2054
+ msgid "The cache has been cleared and the menu CSS has been regenerated."
2055
+ msgstr ""
2056
+
2057
+ #: classes/pages/tools.php:180
2058
+ msgid "All plugin data removed"
2059
+ msgstr ""
2060
+
2061
+ #: classes/style-manager.class.php:693
2062
+ msgid "Warning: CSS compilation failed. Please check your changes or revert the theme."
2063
+ msgstr ""
2064
+
2065
+ #: classes/toggle-blocks.class.php:389
2066
+ msgid "Toggle Bar Designer"
2067
+ msgstr ""
2068
+
2069
+ #: classes/toggle-blocks.class.php:390
2070
+ msgid "Configure the contents of the mobile toggle bar"
2071
+ msgstr ""
2072
+
2073
+ #: classes/toggle-blocks.class.php:671
2074
+ msgid "Menu Toggle (Animated)"
2075
+ msgstr ""
2076
+
2077
+ #: classes/toggle-blocks.class.php:672
2078
+ msgid "Menu Toggle (Standard)"
2079
+ msgstr ""
2080
+
2081
+ #: classes/toggle-blocks.class.php:673
2082
+ #: classes/toggle-blocks.class.php:779
2083
+ msgid "Spacer"
2084
+ msgstr ""
2085
+
2086
+ #: classes/toggle-blocks.class.php:681
2087
+ msgid "Add block to toggle bar"
2088
+ msgstr ""
2089
+
2090
+ #: classes/toggle-blocks.class.php:749
2091
+ msgid "Click on a block to edit it, or drag and drop it to resposition the block within the toggle bar"
2092
+ msgstr ""
2093
+
2094
+ #: classes/toggle-blocks.class.php:781
2095
+ msgid "Spacer Settings"
2096
+ msgstr ""
2097
+
2098
+ #: classes/toggle-blocks.class.php:785
2099
+ msgid "Width"
2100
+ msgstr ""
2101
+
2102
+ #: classes/toggle-blocks.class.php:787
2103
+ #: classes/toggle-blocks.class.php:861
2104
+ #: classes/toggle-blocks.class.php:937
2105
+ #: classes/widget-manager.class.php:948
2106
+ msgid "Delete"
2107
+ msgstr ""
2108
+
2109
+ #: classes/toggle-blocks.class.php:822
2110
+ #: classes/toggle-blocks.class.php:915
2111
+ msgid "TOGGLE"
2112
+ msgstr ""
2113
+
2114
+ #: classes/toggle-blocks.class.php:822
2115
+ #: classes/toggle-blocks.class.php:915
2116
+ msgid "Menu Toggle"
2117
+ msgstr ""
2118
+
2119
+ #: classes/toggle-blocks.class.php:824
2120
+ msgid "Menu Toggle Settings"
2121
+ msgstr ""
2122
+
2123
+ #: classes/toggle-blocks.class.php:828
2124
+ msgid "Closed Text"
2125
+ msgstr ""
2126
+
2127
+ #: classes/toggle-blocks.class.php:831
2128
+ msgid "Open Text"
2129
+ msgstr ""
2130
+
2131
+ #: classes/toggle-blocks.class.php:834
2132
+ msgid "Closed Icon"
2133
+ msgstr ""
2134
+
2135
+ #: classes/toggle-blocks.class.php:838
2136
+ msgid "Open Icon"
2137
+ msgstr ""
2138
+
2139
+ #: classes/toggle-blocks.class.php:842
2140
+ msgid "Text Color"
2141
+ msgstr ""
2142
+
2143
+ #: classes/toggle-blocks.class.php:846
2144
+ msgid "Text Size"
2145
+ msgstr ""
2146
+
2147
+ #: classes/toggle-blocks.class.php:849
2148
+ msgid "Icon Color"
2149
+ msgstr ""
2150
+
2151
+ #: classes/toggle-blocks.class.php:853
2152
+ msgid "Icon Size"
2153
+ msgstr ""
2154
+
2155
+ #: classes/toggle-blocks.class.php:856
2156
+ msgid "Icon Position"
2157
+ msgstr ""
2158
+
2159
+ #: classes/toggle-blocks.class.php:857
2160
+ msgid "Before"
2161
+ msgstr ""
2162
+
2163
+ #: classes/toggle-blocks.class.php:858
2164
+ msgid "After"
2165
+ msgstr ""
2166
+
2167
+ #: classes/toggle-blocks.class.php:917
2168
+ msgid "Animated Menu Toggle Settings"
2169
+ msgstr ""
2170
+
2171
+ #: classes/toggle-blocks.class.php:928
2172
+ msgid "Small"
2173
+ msgstr ""
2174
+
2175
+ #: classes/toggle-blocks.class.php:929
2176
+ msgid "Medium"
2177
+ msgstr ""
2178
+
2179
+ #: classes/toggle-blocks.class.php:930
2180
+ msgid "Large"
2181
+ msgstr ""
2182
+
2183
+ #: classes/toggle-blocks.class.php:931
2184
+ msgid "X Large"
2185
+ msgstr ""
2186
+
2187
+ #: classes/toggle-blocks.class.php:935
2188
+ msgid "Label"
2189
+ msgstr ""
2190
+
2191
+ #: classes/widget-manager.class.php:144
2192
+ msgid "Sub menu columns"
2193
+ msgstr ""
2194
+
2195
+ #: classes/widget-manager.class.php:157
2196
+ #: classes/widget-manager.class.php:949
2197
+ msgid "Close"
2198
+ msgstr ""
2199
+
2200
+ #: classes/widget-manager.class.php:201
2201
+ #: classes/widget-manager.class.php:227
2202
+ msgid "Saved %s"
2203
+ msgstr ""
2204
+
2205
+ #: classes/widget-manager.class.php:229
2206
+ msgid "Failed to save %s"
2207
+ msgstr ""
2208
+
2209
+ #: classes/widget-manager.class.php:256
2210
+ #: classes/widget-manager.class.php:285
2211
+ msgid "Updated %1$s (new columns: %2$d)"
2212
+ msgstr ""
2213
+
2214
+ #: classes/widget-manager.class.php:258
2215
+ #: classes/widget-manager.class.php:287
2216
+ msgid "Failed to update %s"
2217
+ msgstr ""
2218
+
2219
+ #: classes/widget-manager.class.php:318
2220
+ msgid "Failed to add %1$s to %2$d"
2221
+ msgstr ""
2222
+
2223
+ #: classes/widget-manager.class.php:344
2224
+ msgid "Deleted %s"
2225
+ msgstr ""
2226
+
2227
+ #: classes/widget-manager.class.php:346
2228
+ msgid "Failed to delete %s"
2229
+ msgstr ""
2230
+
2231
+ #: classes/widget-manager.class.php:376
2232
+ msgid "Moved (%s)"
2233
+ msgstr ""
2234
+
2235
+ #: classes/widget-manager.class.php:378
2236
+ msgid "Didn't move items"
2237
+ msgstr ""
2238
+
2239
+ #: classes/widget-manager.class.php:414
2240
+ msgid "Saved (%s)"
2241
+ msgstr ""
2242
+
2243
+ #: classes/widget-manager.class.php:416
2244
+ msgid "Didn't save"
2245
+ msgstr ""
2246
+
2247
+ #: classes/widget-manager.class.php:699
2248
+ #: classes/widget-manager.class.php:743
2249
+ msgid "Menu Item"
2250
+ msgstr ""
2251
+
2252
+ #: classes/widgets/widget-elementor-template.class.php:21
2253
+ msgid "Outputs a saved Elementor template."
2254
+ msgstr ""
2255
+
2256
+ #: classes/widgets/widget-elementor-template.class.php:95
2257
+ msgid "No Elementor Templates found."
2258
+ msgstr ""
2259
+
2260
+ #: classes/widgets/widget-elementor-template.class.php:105
2261
+ msgid "Template"
2262
+ msgstr ""
2263
+
2264
+ #: classes/widgets/widget-elementor-template.class.php:107
2265
+ #: classes/widgets/widget-reusable-block.class.php:102
2266
+ msgid "- Select -"
2267
+ msgstr ""
2268
+
2269
+ #: classes/widgets/widget-reusable-block.class.php:23
2270
+ msgid "Outputs a reusable block."
2271
+ msgstr ""
2272
+
2273
+ #: classes/widgets/widget-reusable-block.class.php:90
2274
+ msgid "No reusable blocks available."
2275
+ msgstr ""
2276
+
2277
+ #: classes/widgets/widget-reusable-block.class.php:100
2278
+ msgid "Block"
2279
+ msgstr ""
2280
+
2281
+ #: classes/widgets/widget.class.php:21
2282
+ msgid "Outputs a menu for a selected theme location."
2283
+ msgstr ""
2284
+
2285
+ #: classes/widgets/widget.class.php:104
2286
+ msgid "Title:"
2287
+ msgstr ""
2288
+
2289
+ #: classes/widgets/widget.class.php:107
2290
+ msgid "Menu Location:"
2291
+ msgstr ""
2292
+
2293
+ #: classes/widgets/widget.class.php:112
2294
+ msgid "Select location"
2295
+ msgstr ""
2296
+
2297
+ #: classes/widgets/widget.class.php:130
2298
+ msgid "Active locations"
2299
+ msgstr ""
2300
+
2301
+ #: classes/widgets/widget.class.php:140
2302
+ msgid "Inactive locations"
2303
+ msgstr ""
2304
+
2305
+ #: classes/widgets/widget.class.php:152
2306
+ msgid "No menu locations found"
2307
+ msgstr ""
2308
+
2309
+ #: megamenu.php:313
2310
+ msgid "Max Mega Menu Widgets"
2311
+ msgstr ""
2312
+
2313
+ #: megamenu.php:314
2314
+ msgid "This is where Max Mega Menu stores widgets that you have added to sub menus using the mega menu builder. You can edit existing widgets here, but new widgets must be added through the Mega Menu interface (under Appearance > Menus)."
2315
+ msgstr ""
2316
+
2317
+ #: megamenu.php:1269
2318
+ msgid "Max Mega Menu is not compatible with your version of WordPress. Please upgrade WordPress to the latest version or disable Max Mega Menu."
2319
+ msgstr ""
2320
+
2321
+ #: megamenu.php:1305
2322
+ msgid "clear the CSS cache"
2323
+ msgstr ""
2324
+
2325
+ #. translators: %s is the link to clear the menu CSS cache
2326
+ #: megamenu.php:1320
2327
+ msgid "Max Mega Menu has been updated. Please %s to ensure maximum compatibility with the latest version."
2328
+ msgstr ""
2329
+
2330
+ #: megamenu.php:1360
2331
+ msgid "If you are trying to display Max Mega Menu here, use the 'Max Mega Menu' widget instead."
2332
+ msgstr ""
2333
+
2334
+ #: megamenu.php:1361
2335
+ msgid "More information"
2336
+ msgstr ""
megamenu.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Max Mega Menu
4
  * Plugin URI: https://www.megamenu.com
5
  * Description: An easy to use mega menu plugin. Written the WordPress way.
6
- * Version: 2.9.6
7
  * Author: megamenu.com
8
  * Author URI: https://www.megamenu.com
9
  * License: GPL-2.0+
@@ -35,7 +35,7 @@ if ( ! class_exists( 'Mega_Menu' ) ) :
35
  *
36
  * @var string
37
  */
38
- public $version = '2.9.6';
39
 
40
 
41
  /**
3
  * Plugin Name: Max Mega Menu
4
  * Plugin URI: https://www.megamenu.com
5
  * Description: An easy to use mega menu plugin. Written the WordPress way.
6
+ * Version: 2.9.7
7
  * Author: megamenu.com
8
  * Author URI: https://www.megamenu.com
9
  * License: GPL-2.0+
35
  *
36
  * @var string
37
  */
38
+ public $version = '2.9.7';
39
 
40
 
41
  /**
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: megamenu
3
  Tags: menu, megamenu, mega menu, navigation, mobile
4
  Requires at least: 4.9
5
- Tested up to: 5.9
6
- Stable tag: 2.9.5
7
  Requires PHP: 5.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -134,6 +134,11 @@ See https://www.megamenu.com for more screenshots
134
 
135
  == Changelog ==
136
 
 
 
 
 
 
137
  = 2.9.6 =
138
 
139
  * Fix: Text decoration CSS on top level item links
2
  Contributors: megamenu
3
  Tags: menu, megamenu, mega menu, navigation, mobile
4
  Requires at least: 4.9
5
+ Tested up to: 6.0
6
+ Stable tag: 2.9.6
7
  Requires PHP: 5.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
134
 
135
  == Changelog ==
136
 
137
+ = 2.9.7 =
138
+
139
+ * Fix: Position of Toggle Bar Designer in theme editor when using PHP 8
140
+ * Update: Language files
141
+
142
  = 2.9.6 =
143
 
144
  * Fix: Text decoration CSS on top level item links