megamenu-it_IT.po
25.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
msgid ""
msgstr ""
"Project-Id-Version: megamenu\n"
"POT-Creation-Date: 2015-03-28 18:52-0000\n"
"PO-Revision-Date: 2015-03-28 18:52-0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.5.7\n"
"X-Poedit-KeywordsList: __;_e\n"
"X-Poedit-Basepath: .\n"
"X-Poedit-SearchPath-0: ..\n"
"X-Poedit-SearchPath-1: .\n"
#: ../megamenu.php:456
#, fuzzy
msgid ""
"Max Mega Menu is not compatible with your version of WordPress. Please "
"upgrade WordPress to the latest version or disable Max Mega Menu."
msgstr ""
"Mega Menu non è compatibile con la tua versione di WordPress. Si prega di "
"aggiornare WordPress alla versione più recente o disattivare Mega Menu."
#: ../megamenu.php:467
#, fuzzy
msgid ""
"Max Mega Menu is not compatible with Uber Menu. Please disable Uber Menu."
msgstr ""
"Mega Menu non è compatibile con Uber Menu. Si prega di disattivare Uber Menu."
#: ../megamenu.php:480
msgid "click here"
msgstr ""
#: ../megamenu.php:483
#, php-format
msgid "Thanks for installing Max Mega Menu! Please %s to get started."
msgstr ""
#: ../classes/menu-item-manager.class.php:171
#: ../classes/menu-item-manager.class.php:264
#: ../classes/nav-menus.class.php:127
#, fuzzy
msgid "Mega Menu"
msgstr "Pannello di Mega Menu"
#: ../classes/menu-item-manager.class.php:172
msgid "Mega Menus can only be created on top level menu items."
msgstr ""
#: ../classes/menu-item-manager.class.php:183
msgid "Enable Mega Menu"
msgstr ""
#: ../classes/menu-item-manager.class.php:186
msgid "column"
msgstr ""
#: ../classes/menu-item-manager.class.php:187
#: ../classes/menu-item-manager.class.php:188
#: ../classes/menu-item-manager.class.php:189
#: ../classes/menu-item-manager.class.php:190
#: ../classes/menu-item-manager.class.php:191
#: ../classes/menu-item-manager.class.php:192
#: ../classes/menu-item-manager.class.php:193
msgid "columns"
msgstr ""
#: ../classes/menu-item-manager.class.php:197
#, fuzzy
msgid "Select a Widget to add to the panel"
msgstr "Selezionate un widget da visualizzare nel Pannello Mega"
#: ../classes/menu-item-manager.class.php:213
#, fuzzy
msgid "Sub menu items"
msgstr "Tipo di sottomenu"
#: ../classes/menu-item-manager.class.php:233
msgid "Widgets"
msgstr ""
#: ../classes/menu-item-manager.class.php:258
msgid ""
"No widgets found. Add a widget to this area using the Widget Selector (top "
"right)"
msgstr ""
#: ../classes/menu-item-manager.class.php:284
#, fuzzy
msgid "Menu Item Settings"
msgstr "Impostazioni Mega Menu"
#: ../classes/menu-item-manager.class.php:288
msgid "Hide Text"
msgstr ""
#: ../classes/menu-item-manager.class.php:295
#: ../classes/menu-item-manager.class.php:331
#: ../classes/menu-item-manager.class.php:356
msgid "Option only available for top level menu items"
msgstr ""
#: ../classes/menu-item-manager.class.php:302
msgid "Hide Arrow"
msgstr ""
#: ../classes/menu-item-manager.class.php:310
#, fuzzy
msgid "Disable Link"
msgstr "Disabilitato"
#: ../classes/menu-item-manager.class.php:318
msgid "Menu Item Align"
msgstr ""
#: ../classes/menu-item-manager.class.php:324
#: ../classes/menu-item-manager.class.php:349
#: ../classes/settings.class.php:815 ../classes/settings.class.php:904
#: ../classes/settings.class.php:1086 ../classes/settings.class.php:1208
#: ../classes/settings.class.php:1234 ../classes/settings.class.php:1286
#: ../classes/settings.class.php:1368 ../classes/settings.class.php:1447
#: ../classes/settings.class.php:1488 ../classes/settings.class.php:1641
msgid "Left"
msgstr "Sinistra"
#: ../classes/menu-item-manager.class.php:325
#: ../classes/menu-item-manager.class.php:350
#: ../classes/settings.class.php:819 ../classes/settings.class.php:896
#: ../classes/settings.class.php:1078 ../classes/settings.class.php:1200
#: ../classes/settings.class.php:1226 ../classes/settings.class.php:1278
#: ../classes/settings.class.php:1360 ../classes/settings.class.php:1439
#: ../classes/settings.class.php:1480 ../classes/settings.class.php:1643
msgid "Right"
msgstr "Destra"
#: ../classes/menu-item-manager.class.php:328
msgid ""
"Right aligned items will appear in reverse order on the right hand side of "
"the menu bar"
msgstr ""
#: ../classes/menu-item-manager.class.php:338
#, fuzzy
msgid "Sub Menu Settings"
msgstr "Impostazioni Mega Menu"
#: ../classes/menu-item-manager.class.php:343
#, fuzzy
msgid "Sub Menu Align"
msgstr "Posizione sottomenu"
#: ../classes/menu-item-manager.class.php:353
msgid ""
"Right aligned sub menus will align to the right of the parent menu item and "
"expand to the left"
msgstr ""
#: ../classes/menu-item-manager.class.php:366
#: ../classes/settings.class.php:439 ../classes/settings.class.php:626
msgid "General Settings"
msgstr "Impostazioni generali"
#: ../classes/menu-item-manager.class.php:385
msgid "Dashicons"
msgstr ""
#: ../classes/menu-item-manager.class.php:422
msgid "Menu Icon"
msgstr "Icona Menu"
#: ../classes/nav-menus.class.php:84
msgid "Mega Menu Settings"
msgstr "Impostazioni Mega Menu"
#: ../classes/nav-menus.class.php:126
msgid "Launched for Menu ID"
msgstr "Avviato per Menu ID"
#: ../classes/nav-menus.class.php:128
msgid "Saving"
msgstr ""
#: ../classes/nav-menus.class.php:130
msgid "Oops. Something went wrong. Please reload the page."
msgstr "Oops. Qualcosa è andato storto. Si prega di ricaricare la pagina."
#: ../classes/nav-menus.class.php:201
msgid "This theme does not have any menu locations."
msgstr "Questo tema non ha posizioni per il menu."
#: ../classes/nav-menus.class.php:205
msgid ""
"This menu is not tagged to a location. Please tag a location to enable the "
"Mega Menu settings."
msgstr ""
"Questo menu non è collocato in una posizione. Si prega di contrassegnare una "
"posizione per attivare le impostazioni di Mega Menu."
#: ../classes/nav-menus.class.php:245 ../classes/widget-manager.class.php:456
msgid "Save"
msgstr "Salva"
#: ../classes/nav-menus.class.php:260
msgid "Enable"
msgstr "Attiva"
#: ../classes/nav-menus.class.php:266
msgid "Event"
msgstr "Evento"
#: ../classes/nav-menus.class.php:269
msgid "Hover"
msgstr "Svolazza"
#: ../classes/nav-menus.class.php:270
msgid "Click"
msgstr "Fare clic"
#: ../classes/nav-menus.class.php:275
msgid "Effect"
msgstr ""
#: ../classes/nav-menus.class.php:284 ../classes/settings.class.php:1663
msgid "None"
msgstr ""
#: ../classes/nav-menus.class.php:288
msgid "Fade"
msgstr ""
#: ../classes/nav-menus.class.php:292
msgid "Slide"
msgstr ""
#: ../classes/nav-menus.class.php:306
msgid "Theme"
msgstr "Tema"
#: ../classes/settings.class.php:239
msgid "Copy"
msgstr ""
#: ../classes/settings.class.php:416 ../classes/settings.class.php:584
#, fuzzy
msgid "Max Mega Menu"
msgstr "Pannello di Mega Menu"
#: ../classes/settings.class.php:444
msgid "CSS Output"
msgstr ""
#: ../classes/settings.class.php:450
msgid "Enqueue dynamically via admin-ajax.php"
msgstr ""
#: ../classes/settings.class.php:451
msgid "Save to filesystem"
msgstr ""
#: ../classes/settings.class.php:452
msgid "Output in <head>"
msgstr ""
#: ../classes/settings.class.php:453
msgid "Don't output CSS"
msgstr ""
#: ../classes/settings.class.php:456
msgid ""
"Default. CSS will be enqueued dynamically through admin-ajax.php and loaded "
"from the cache."
msgstr ""
#: ../classes/settings.class.php:457
msgid ""
"CSS will be saved to wp-content/uploads/maxmegamenu/style.css and enqueued "
"from there."
msgstr ""
#: ../classes/settings.class.php:458
msgid ""
"CSS will be loaded from the cache in a <style> tag in the <head> "
"of the page."
msgstr ""
#: ../classes/settings.class.php:459
msgid "CSS will not be output, you must enqueue the CSS for the menu manually."
msgstr ""
#: ../classes/settings.class.php:465
msgid "Click Event Behaviour"
msgstr ""
#: ../classes/settings.class.php:467
msgid ""
"Define what should happen when the event is set to 'click'. This also "
"applies to mobiles."
msgstr ""
#: ../classes/settings.class.php:472
msgid "First click will open a sub menu, second click will close the sub menu."
msgstr ""
#: ../classes/settings.class.php:473
msgid "First click will open a sub menu, second click will follow the link."
msgstr ""
#: ../classes/settings.class.php:483
#, fuzzy
msgid "Menu Settings"
msgstr "Impostazioni Mega Menu"
#: ../classes/settings.class.php:485
msgid ""
"Menu specific settings (e.g, click or hover event, menu theme, transition "
"effect) can be found under"
msgstr ""
#: ../classes/settings.class.php:485
msgid "Appearance > Menus"
msgstr ""
#: ../classes/settings.class.php:515
msgid "Cache"
msgstr ""
#: ../classes/settings.class.php:517
msgid "Regenerate CSS"
msgstr ""
#: ../classes/settings.class.php:518
msgid "Regenerate the CSS."
msgstr ""
#: ../classes/settings.class.php:525
msgid "Plugin Data"
msgstr ""
#: ../classes/settings.class.php:527
#, fuzzy
msgid "Delete Data"
msgstr "%s eliminato"
#: ../classes/settings.class.php:528
msgid ""
"Delete all saved Max Mega Menu plugin data from the database. Use with "
"caution!"
msgstr ""
#: ../classes/settings.class.php:548
msgid "Homepage"
msgstr ""
#: ../classes/settings.class.php:553
msgid "Documentation"
msgstr ""
#: ../classes/settings.class.php:558
msgid "Support"
msgstr ""
#: ../classes/settings.class.php:566
msgid "Core version"
msgstr ""
#: ../classes/settings.class.php:627
msgid "Tools"
msgstr ""
#: ../classes/settings.class.php:628
msgid "Theme Editor"
msgstr ""
#: ../classes/settings.class.php:685
msgid "Failed to delete theme. The theme is in use by a menu."
msgstr "Impossibile eliminare tema. Il tema è in uso da un menu."
#: ../classes/settings.class.php:689
msgid "CSS cache cleared and CSS regenerated"
msgstr ""
#: ../classes/settings.class.php:693
msgid "All plugin data removed"
msgstr ""
#: ../classes/settings.class.php:698
msgid "Theme Deleted"
msgstr "Tema Eliminato"
#: ../classes/settings.class.php:702
msgid "Theme Duplicated"
msgstr "Tema duplicato"
#: ../classes/settings.class.php:706
msgid "Changes Saved"
msgstr "Modifiche salvate"
#: ../classes/settings.class.php:710
msgid "Theme Reverted"
msgstr "Tema convertito"
#: ../classes/settings.class.php:714
msgid "New Theme Created"
msgstr "Nuovo Tema Creato"
#: ../classes/settings.class.php:775
msgid "Select theme to edit"
msgstr "Seleziona tema da modificare"
#: ../classes/settings.class.php:775 ../classes/settings.class.php:776
msgid "or"
msgstr ""
#: ../classes/settings.class.php:776
#, fuzzy
msgid "create a new theme"
msgstr "Creare un nuovo tema"
#: ../classes/settings.class.php:777
#, fuzzy
msgid "duplicate this theme"
msgstr "Duplica Tema"
#: ../classes/settings.class.php:786
#, fuzzy
msgid "Editing Theme:"
msgstr "Modifica Tema: "
#: ../classes/settings.class.php:787
#, fuzzy
msgid "General Theme Settings"
msgstr "Impostazioni generali"
#: ../classes/settings.class.php:792
#, fuzzy
msgid "Theme Title"
msgstr "Tema Eliminato"
#: ../classes/settings.class.php:800
msgid "Arrow"
msgstr ""
#: ../classes/settings.class.php:802
#, fuzzy
msgid "Select the arrow styles."
msgstr "Seleziona tema da modificare"
#: ../classes/settings.class.php:807
msgid "Up"
msgstr ""
#: ../classes/settings.class.php:811
msgid "Down"
msgstr ""
#: ../classes/settings.class.php:826
msgid "Responsive Breakpoint"
msgstr ""
#: ../classes/settings.class.php:828
msgid ""
"Set the width at which the menu turns into a mobile menu. Set to 0 to "
"disable responsive menu."
msgstr ""
#: ../classes/settings.class.php:835
msgid "Responsive Menu Text"
msgstr ""
#: ../classes/settings.class.php:837
msgid "Text to display next to the mobile toggle icon."
msgstr ""
#: ../classes/settings.class.php:844
msgid "Line Height"
msgstr ""
#: ../classes/settings.class.php:846
msgid "Set the general line height to use in the panel contents."
msgstr ""
#: ../classes/settings.class.php:853
msgid "Z-Index"
msgstr ""
#: ../classes/settings.class.php:855
msgid "Set the z-index to ensure the panels appear ontop of other content."
msgstr ""
#: ../classes/settings.class.php:862
msgid "Menu Bar"
msgstr "Barra dei menu"
#: ../classes/settings.class.php:867
#, fuzzy
msgid "Menu Background"
msgstr "Barra dei menu"
#: ../classes/settings.class.php:869
msgid ""
"The background color for the main menu bar. Set each value to transparent "
"for a 'button' style menu."
msgstr ""
#: ../classes/settings.class.php:874 ../classes/settings.class.php:960
#: ../classes/settings.class.php:978 ../classes/settings.class.php:1163
#: ../classes/settings.class.php:1388 ../classes/settings.class.php:1406
msgid "From"
msgstr ""
#: ../classes/settings.class.php:878 ../classes/settings.class.php:964
#: ../classes/settings.class.php:982 ../classes/settings.class.php:1167
#: ../classes/settings.class.php:1392 ../classes/settings.class.php:1410
msgid "To"
msgstr ""
#: ../classes/settings.class.php:885
#, fuzzy
msgid "Menu Padding"
msgstr "Barra dei menu"
#: ../classes/settings.class.php:887
msgid "Padding for the main menu bar."
msgstr ""
#: ../classes/settings.class.php:892 ../classes/settings.class.php:1074
#: ../classes/settings.class.php:1196 ../classes/settings.class.php:1222
#: ../classes/settings.class.php:1274 ../classes/settings.class.php:1356
#: ../classes/settings.class.php:1435 ../classes/settings.class.php:1476
msgid "Top"
msgstr ""
#: ../classes/settings.class.php:900 ../classes/settings.class.php:1082
#: ../classes/settings.class.php:1204 ../classes/settings.class.php:1230
#: ../classes/settings.class.php:1282 ../classes/settings.class.php:1364
#: ../classes/settings.class.php:1443 ../classes/settings.class.php:1484
msgid "Bottom"
msgstr ""
#: ../classes/settings.class.php:911 ../classes/settings.class.php:1241
#: ../classes/settings.class.php:1495
msgid "Rounded Corners"
msgstr ""
#: ../classes/settings.class.php:913
msgid "Set a border radius on the main menu bar."
msgstr ""
#: ../classes/settings.class.php:918 ../classes/settings.class.php:1100
#: ../classes/settings.class.php:1248 ../classes/settings.class.php:1502
#, fuzzy
msgid "Top Left"
msgstr "Sinistra"
#: ../classes/settings.class.php:922 ../classes/settings.class.php:1104
#: ../classes/settings.class.php:1252 ../classes/settings.class.php:1506
#, fuzzy
msgid "Top Right"
msgstr "Destra"
#: ../classes/settings.class.php:926 ../classes/settings.class.php:1108
#: ../classes/settings.class.php:1256 ../classes/settings.class.php:1510
msgid "Bottom Right"
msgstr ""
#: ../classes/settings.class.php:930 ../classes/settings.class.php:1112
#: ../classes/settings.class.php:1260 ../classes/settings.class.php:1514
msgid "Bottom Left"
msgstr ""
#: ../classes/settings.class.php:937
msgid "Menu Items Align"
msgstr ""
#: ../classes/settings.class.php:939
msgid ""
"Align all menu items to the left (default), centrally or to the right. To "
"align a single menu item to the right, use the Mega Menu options for the "
"menu item."
msgstr ""
#: ../classes/settings.class.php:948
msgid "Top Level Menu Items"
msgstr "Voci nel menu"
#: ../classes/settings.class.php:953
#, fuzzy
msgid "Menu Item Background"
msgstr "Icona Menu"
#: ../classes/settings.class.php:955
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 container."
msgstr ""
#: ../classes/settings.class.php:971
msgid "Menu Item Background (Hover)"
msgstr ""
#: ../classes/settings.class.php:973
msgid "The background color for a top level menu item (on hover)."
msgstr ""
#: ../classes/settings.class.php:989
#, fuzzy
msgid "Menu Item Spacing"
msgstr "Icona Menu"
#: ../classes/settings.class.php:991
msgid "Define the size of the gap between each top level menu item."
msgstr ""
#: ../classes/settings.class.php:1000
msgid "Menu Item Height"
msgstr ""
#: ../classes/settings.class.php:1002
msgid ""
"Define the height of each top level menu item. This value, plus the "
"container top and bottom padding values define the overall height of the "
"menu bar."
msgstr ""
#: ../classes/settings.class.php:1011 ../classes/settings.class.php:1521
msgid "Font"
msgstr ""
#: ../classes/settings.class.php:1013
msgid "The font to use for each top level menu item."
msgstr ""
#: ../classes/settings.class.php:1018 ../classes/settings.class.php:1052
#: ../classes/settings.class.php:1130 ../classes/settings.class.php:1192
#: ../classes/settings.class.php:1300 ../classes/settings.class.php:1334
#: ../classes/settings.class.php:1472 ../classes/settings.class.php:1528
#: ../classes/settings.class.php:1562
msgid "Color"
msgstr ""
#: ../classes/settings.class.php:1022 ../classes/settings.class.php:1304
#: ../classes/settings.class.php:1338 ../classes/settings.class.php:1532
msgid "Size"
msgstr ""
#: ../classes/settings.class.php:1026 ../classes/settings.class.php:1308
#: ../classes/settings.class.php:1342 ../classes/settings.class.php:1536
msgid "Family"
msgstr ""
#: ../classes/settings.class.php:1030 ../classes/settings.class.php:1316
#: ../classes/settings.class.php:1540
msgid "Transform"
msgstr ""
#: ../classes/settings.class.php:1034 ../classes/settings.class.php:1056
#: ../classes/settings.class.php:1312 ../classes/settings.class.php:1544
#: ../classes/settings.class.php:1566
#, fuzzy
msgid "Weight"
msgstr "Destra"
#: ../classes/settings.class.php:1038 ../classes/settings.class.php:1060
#: ../classes/settings.class.php:1320 ../classes/settings.class.php:1548
#: ../classes/settings.class.php:1570
msgid "Decoration"
msgstr ""
#: ../classes/settings.class.php:1045 ../classes/settings.class.php:1555
msgid "Font (Hover)"
msgstr ""
#: ../classes/settings.class.php:1047
msgid "Set the font to use for each top level menu item (on hover)."
msgstr ""
#: ../classes/settings.class.php:1067
msgid "Menu Item Padding"
msgstr ""
#: ../classes/settings.class.php:1069
msgid "Set the padding for each top level menu item."
msgstr ""
#: ../classes/settings.class.php:1093
msgid "Menu Item Rounded Corners"
msgstr ""
#: ../classes/settings.class.php:1095
msgid "Set rounded corners for each top level menu item."
msgstr ""
#: ../classes/settings.class.php:1119
msgid "Menu Item Divider"
msgstr ""
#: ../classes/settings.class.php:1121
msgid "Show a small divider bar between each menu item."
msgstr ""
#: ../classes/settings.class.php:1126
#, fuzzy
msgid "Enabled"
msgstr "Attiva"
#: ../classes/settings.class.php:1134
msgid "Glow Opacity"
msgstr ""
#: ../classes/settings.class.php:1142
msgid "Highlight Current Item"
msgstr ""
#: ../classes/settings.class.php:1144
msgid "Apply the 'hover' styling to current menu items."
msgstr ""
#: ../classes/settings.class.php:1151
msgid "Mega Panels"
msgstr "Pannelli Mega"
#: ../classes/settings.class.php:1156
msgid "Panel Background"
msgstr ""
#: ../classes/settings.class.php:1158
msgid "Set a background color for a whole panel."
msgstr ""
#: ../classes/settings.class.php:1174
msgid "Panel Width"
msgstr ""
#: ../classes/settings.class.php:1176
msgid ""
"Mega Panel width. Note: A 100% wide panel will only ever be as wide as the "
"menu itself. For a fixed panel width set this to a pixel value. Advanced: "
"enter a jQuery selector to align the sub menu to a page element."
msgstr ""
#: ../classes/settings.class.php:1185
msgid "Panel Border"
msgstr ""
#: ../classes/settings.class.php:1187
#, fuzzy
msgid "Set the border to display on the Mega Panel."
msgstr "Selezionate un widget da visualizzare nel Pannello Mega"
#: ../classes/settings.class.php:1215
msgid "Panel Padding"
msgstr ""
#: ../classes/settings.class.php:1217
msgid ""
"Set the padding for the whole panel. Set these values 0px if you wish your "
"panel content to go edge-to-edge."
msgstr ""
#: ../classes/settings.class.php:1243
msgid "Set rounded corners for the panel."
msgstr ""
#: ../classes/settings.class.php:1267
msgid "Widget Padding"
msgstr ""
#: ../classes/settings.class.php:1269
msgid ""
"Set the padding for each widget in the panel. Use this to define the spacing "
"between each widget in the panel."
msgstr ""
#: ../classes/settings.class.php:1293
msgid "Heading Font"
msgstr ""
#: ../classes/settings.class.php:1295
msgid ""
"Set the font to use for Widget Headers. This setting is also used for second "
"level menu items when they're displayed in a Mega Menu."
msgstr ""
#: ../classes/settings.class.php:1327
msgid "Content Font"
msgstr ""
#: ../classes/settings.class.php:1329
msgid "Set the font to use for panel contents."
msgstr ""
#: ../classes/settings.class.php:1349
msgid "Heading Padding"
msgstr ""
#: ../classes/settings.class.php:1351
msgid ""
"Set the padding for the headings. Use this to set the gap between the widget "
"heading and the widget content."
msgstr ""
#: ../classes/settings.class.php:1376
msgid "Flyout Menus"
msgstr "Menu Flyout"
#: ../classes/settings.class.php:1381
msgid "Item Background"
msgstr ""
#: ../classes/settings.class.php:1383
msgid "Set the background color for a flyout menu item."
msgstr ""
#: ../classes/settings.class.php:1399
msgid "Item Background (Hover)"
msgstr ""
#: ../classes/settings.class.php:1401
msgid "Set the background color for a flyout menu item (on hover)."
msgstr ""
#: ../classes/settings.class.php:1417
msgid "Item Height"
msgstr ""
#: ../classes/settings.class.php:1419
msgid "The height of each flyout menu item."
msgstr ""
#: ../classes/settings.class.php:1428
msgid "Item Padding"
msgstr ""
#: ../classes/settings.class.php:1430
msgid "Set the padding for each flyout menu item."
msgstr ""
#: ../classes/settings.class.php:1454
#, fuzzy
msgid "Flyout Menu Width"
msgstr "Menu Flyout"
#: ../classes/settings.class.php:1456
msgid "The width of each flyout menu."
msgstr ""
#: ../classes/settings.class.php:1465
#, fuzzy
msgid "Flyout Menu Border"
msgstr "Menu Flyout"
#: ../classes/settings.class.php:1467
msgid "Set the border for the flyout menu."
msgstr ""
#: ../classes/settings.class.php:1497
msgid ""
"Set rounded corners for flyout menus. Rounded corners will be applied to all "
"flyout menu levels."
msgstr ""
#: ../classes/settings.class.php:1523
msgid "Set the font for the flyout menu items."
msgstr ""
#: ../classes/settings.class.php:1557
msgid "Set the font weight for the flyout menu items (on hover)."
msgstr ""
#: ../classes/settings.class.php:1577
#, fuzzy
msgid "Custom Styling"
msgstr "SCSS Personalizzato"
#: ../classes/settings.class.php:1582
msgid "CSS Editor"
msgstr ""
#: ../classes/settings.class.php:1584
msgid ""
"Define any custom CSS you wish to add to menus using this theme. You can use "
"standard CSS or SCSS."
msgstr ""
#: ../classes/settings.class.php:1590
msgid "Custom Styling Tips"
msgstr ""
#: ../classes/settings.class.php:1592
msgid ""
"converts to the ID selector of the menu wrapper, e.g. div#mega-menu-wrap-"
"primary"
msgstr ""
#: ../classes/settings.class.php:1593
msgid "converts to the ID selector of the menu, e.g. ul#mega-menu-primary"
msgstr ""
#: ../classes/settings.class.php:1594
msgid ""
"Use @import rules to import CSS from other plugins or your theme directory, "
"e.g:"
msgstr ""
#: ../classes/settings.class.php:1609
msgid "Delete Theme"
msgstr "Elimina Tema"
#: ../classes/settings.class.php:1613
#, fuzzy
msgid "Revert Theme"
msgstr "Elimina Tema"
#: ../classes/settings.class.php:1642
msgid "Center"
msgstr ""
#: ../classes/settings.class.php:1664
msgid "Underline"
msgstr ""
#: ../classes/settings.class.php:1708
msgid "Disabled"
msgstr "Disabilitato"
#: ../classes/settings.class.php:1765 ../classes/settings.class.php:1784
msgid "Normal"
msgstr "Normale"
#: ../classes/settings.class.php:1766
msgid "Bold"
msgstr "Grassetto"
#: ../classes/settings.class.php:1785
msgid "Capitalize"
msgstr "Capitalizza"
#: ../classes/settings.class.php:1786
msgid "Uppercase"
msgstr "Maiuscolo"
#: ../classes/settings.class.php:1787
msgid "Lowercase"
msgstr "Minuscolo"
#: ../classes/settings.class.php:1822
msgid "Theme Default"
msgstr "Tema di Default"
#: ../classes/settings.class.php:1929
msgid "Are you sure?"
msgstr "Sei sicuro?"
#: ../classes/style-manager.class.php:67
msgid "Default"
msgstr "Default"
#: ../classes/style-manager.class.php:450
msgid ""
"Warning: CSS compilation failed. Please check your changes or revert the "
"theme."
msgstr ""
"Attenzione: compilazione CSS non riuscita. Si prega di verificare le "
"modifiche o ripristinare il tema."
#: ../classes/widget-manager.class.php:76
msgid "Mega Menu Widgets"
msgstr "Widgets di Mega Menu"
#: ../classes/widget-manager.class.php:77
msgid "Do not manually edit this area."
msgstr "Non modificare manualmente quest'area."
#: ../classes/widget-manager.class.php:114
#, php-format
msgid "Saved %s"
msgstr "Salvato %s"
#: ../classes/widget-manager.class.php:115
#, php-format
msgid "Failed to save %s"
msgstr "Salvataggio di %s fallito"
#: ../classes/widget-manager.class.php:139
#, php-format
msgid "Updated %s (new columns: %d)"
msgstr "Aggiornato %s (nuove colonne: %d )"
#: ../classes/widget-manager.class.php:140
#, php-format
msgid "Failed to update %s"
msgstr "Fallito nell'aggiornamento di %s"
#: ../classes/widget-manager.class.php:166
#, php-format
msgid "Failed to add %s to %d"
msgstr "Fallito nell'aggiungere %s a %d"
#: ../classes/widget-manager.class.php:189
#, php-format
msgid "Deleted %s"
msgstr "%s eliminato"
#: ../classes/widget-manager.class.php:190
#, php-format
msgid "Failed to delete %s"
msgstr "Impossibile eliminare %s"
#: ../classes/widget-manager.class.php:215
#, php-format
msgid "Moved %s to %d (%s)"
msgstr "%s spostato a %d (%s)"
#: ../classes/widget-manager.class.php:216
#, php-format
msgid "Failed to move %s to %d"
msgstr "Impossibile spostare %s a %d"
#~ msgid "Mega Menu Options"
#~ msgstr "Opzioni Mega Menu"
#~ msgid "Configure Panel Widgets for"
#~ msgstr "Configura il pannello Widgets per"
#~ msgid "Added to list"
#~ msgstr "Aggiunto alla lista"
#~ msgid "Mega Menu Themes"
#~ msgstr "Temi Mega Menu"
#~ msgid "Menu Themes"
#~ msgstr "Temi menu"
#~ msgid "Revert Changes"
#~ msgstr "Ripristina modifiche"