megamenu-de_DE.po
25.8 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
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
msgid ""
msgstr ""
"Project-Id-Version: MaxMenu v1.2.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-03-28 18:52-0000\n"
"PO-Revision-Date: 2015-03-28 18:53-0000\n"
"Last-Translator: thomas <t.meyer@me.com>\n"
"Language-Team: \n"
"Language: de_DE\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Poedit 1.5.7\n"
"X-Poedit-SourceCharset: utf-8\n"
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
"_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
"X-Poedit-Basepath: ../\n"
"X-Textdomain-Support: yes\n"
"X-Poedit-SearchPath-0: .\n"
# @ megamenu
#: 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 ist nicht kompatibel mit dieser WordPress Version. Bitte WordPress "
"auf die aktuelle Version aktualisieren oder Mega Menu deaktivieren."
# @ megamenu
#: megamenu.php:467
#, fuzzy
msgid ""
"Max Mega Menu is not compatible with Uber Menu. Please disable Uber Menu."
msgstr ""
"Mega Menu ist nicht kompatibel mit Über Menu. Bitte Über Menu deaktivieren."
#: 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 ""
# @ megamenu
#: 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 "Mega Menu Panel"
#: 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 ""
# @ megamenu
#: classes/menu-item-manager.class.php:197
#, fuzzy
msgid "Select a Widget to add to the panel"
msgstr "Widget für das Mega Panel auswählen"
# @ megamenu
#: classes/menu-item-manager.class.php:213
#, fuzzy
msgid "Sub menu items"
msgstr "Untermenü Typ"
#: 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 ""
# @ megamenu
#: classes/menu-item-manager.class.php:284
#, fuzzy
msgid "Menu Item Settings"
msgstr "Mega Menu Einstellungen"
#: 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 ""
# @ megamenu
#: classes/menu-item-manager.class.php:310
#, fuzzy
msgid "Disable Link"
msgstr "Deaktiviert"
#: classes/menu-item-manager.class.php:318
msgid "Menu Item Align"
msgstr ""
# @ megamenu
#: 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 "Links"
# @ megamenu
#: 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 "Rechts"
#: 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 ""
# @ megamenu
#: classes/menu-item-manager.class.php:338
#, fuzzy
msgid "Sub Menu Settings"
msgstr "Mega Menu Einstellungen"
# @ megamenu
#: classes/menu-item-manager.class.php:343
#, fuzzy
msgid "Sub Menu Align"
msgstr "Untermenü Position"
#: 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 ""
# @ megamenu
#: classes/menu-item-manager.class.php:366 classes/settings.class.php:439
#: classes/settings.class.php:626
msgid "General Settings"
msgstr "Allgemeine Einstellungen"
#: classes/menu-item-manager.class.php:385
msgid "Dashicons"
msgstr ""
# @ megamenu
#: classes/menu-item-manager.class.php:422
msgid "Menu Icon"
msgstr "Menü Icon"
# @ megamenu
#: classes/nav-menus.class.php:84
msgid "Mega Menu Settings"
msgstr "Mega Menu Einstellungen"
# @ megamenu
#: classes/nav-menus.class.php:126
msgid "Launched for Menu ID"
msgstr "Für Menü-ID gestartet"
#: classes/nav-menus.class.php:128
msgid "Saving"
msgstr ""
# @ megamenu
#: classes/nav-menus.class.php:130
msgid "Oops. Something went wrong. Please reload the page."
msgstr "Oops. Irgendwas ist schief gelaufen. Bitte lade die Seite neu."
# @ megamenu
#: classes/nav-menus.class.php:201
msgid "This theme does not have any menu locations."
msgstr "Dieses Theme besitzt keine Menü Positionen."
# @ megamenu
#: 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 ""
"Dieses Menü ist keiner Position zugeordnet. Bitte weise dem Menü eine "
"Position zu, um die Mega Menü Einstellungen zu aktivieren. "
# @ default
#: classes/nav-menus.class.php:245 classes/widget-manager.class.php:456
msgid "Save"
msgstr ""
# @ megamenu
#: classes/nav-menus.class.php:260
msgid "Enable"
msgstr "Aktiv"
# @ megamenu
#: classes/nav-menus.class.php:266
msgid "Event"
msgstr "Auslöser"
# @ megamenu
#: classes/nav-menus.class.php:269
msgid "Hover"
msgstr "Hover"
# @ megamenu
#: classes/nav-menus.class.php:270
msgid "Click"
msgstr "Klick"
# @ megamenu
#: classes/nav-menus.class.php:275
msgid "Effect"
msgstr "Effekt"
# @ megamenu
#: classes/nav-menus.class.php:284 classes/settings.class.php:1663
msgid "None"
msgstr "Keiner"
# @ megamenu
#: classes/nav-menus.class.php:288
msgid "Fade"
msgstr "Einblenden"
# @ megamenu
#: classes/nav-menus.class.php:292
msgid "Slide"
msgstr "Herunterklappen"
# @ megamenu
#: classes/nav-menus.class.php:306
msgid "Theme"
msgstr "Vorlage"
# @ megamenu
#: classes/settings.class.php:239
#, fuzzy
msgid "Copy"
msgstr " Kopie"
# @ megamenu
#: classes/settings.class.php:416 classes/settings.class.php:584
#, fuzzy
msgid "Max Mega Menu"
msgstr "Mega Menu Panel"
#: 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 ""
# @ megamenu
#: classes/settings.class.php:483
#, fuzzy
msgid "Menu Settings"
msgstr "Mega Menu Einstellungen"
#: 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 ""
# @ megamenu
#: classes/settings.class.php:527
#, fuzzy
msgid "Delete Data"
msgstr "%s gelöscht"
#: 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 ""
# @ megamenu
#: classes/settings.class.php:628
#, fuzzy
msgid "Theme Editor"
msgstr "Theme gelöscht"
# @ megamenu
#: classes/settings.class.php:685
msgid "Failed to delete theme. The theme is in use by a menu."
msgstr "Theme kann nicht gelöscht werden, da es von einem Menü benutzt wird."
#: classes/settings.class.php:689
msgid "CSS cache cleared and CSS regenerated"
msgstr ""
#: classes/settings.class.php:693
msgid "All plugin data removed"
msgstr ""
# @ megamenu
#: classes/settings.class.php:698
msgid "Theme Deleted"
msgstr "Theme gelöscht"
# @ megamenu
#: classes/settings.class.php:702
msgid "Theme Duplicated"
msgstr "Theme dupliziert"
# @ megamenu
#: classes/settings.class.php:706
msgid "Changes Saved"
msgstr "Änderungen gespeichert"
# @ megamenu
#: classes/settings.class.php:710
msgid "Theme Reverted"
msgstr "Theme wiederhergestellt"
# @ megamenu
#: classes/settings.class.php:714
msgid "New Theme Created"
msgstr "Neues Theme erstellt"
# @ megamenu
#: classes/settings.class.php:775
msgid "Select theme to edit"
msgstr "Theme zum Bearbeiten auswählen"
#: classes/settings.class.php:775 classes/settings.class.php:776
msgid "or"
msgstr ""
# @ megamenu
#: classes/settings.class.php:776
#, fuzzy
msgid "create a new theme"
msgstr "Neues Theme erstellen"
# @ megamenu
#: classes/settings.class.php:777
#, fuzzy
msgid "duplicate this theme"
msgstr "Theme kopieren"
# @ megamenu
#: classes/settings.class.php:786
#, fuzzy
msgid "Editing Theme:"
msgstr "Bearbeiten von Theme: "
# @ megamenu
#: classes/settings.class.php:787
#, fuzzy
msgid "General Theme Settings"
msgstr "Allgemeine Einstellungen"
# @ megamenu
#: classes/settings.class.php:792
#, fuzzy
msgid "Theme Title"
msgstr "Theme gelöscht"
# @ megamenu
#: classes/settings.class.php:800
#, fuzzy
msgid "Arrow"
msgstr "Rechts"
# @ megamenu
#: classes/settings.class.php:802
#, fuzzy
msgid "Select the arrow styles."
msgstr "Theme zum Bearbeiten auswählen"
#: 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 ""
# @ megamenu
#: classes/settings.class.php:862
msgid "Menu Bar"
msgstr "Menü Leiste"
# @ megamenu
#: classes/settings.class.php:867
#, fuzzy
msgid "Menu Background"
msgstr "Menü Leiste"
#: 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 ""
# @ megamenu
#: classes/settings.class.php:885
#, fuzzy
msgid "Menu Padding"
msgstr "Menü Leiste"
#: 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 ""
# @ megamenu
#: 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 "Links"
# @ megamenu
#: 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 "Rechts"
#: 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 ""
# @ megamenu
#: classes/settings.class.php:937
#, fuzzy
msgid "Menu Items Align"
msgstr "Menü Icon"
#: 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 ""
# @ megamenu
#: classes/settings.class.php:948
msgid "Top Level Menu Items"
msgstr "Hauptmenü Einträge"
# @ megamenu
#: classes/settings.class.php:953
#, fuzzy
msgid "Menu Item Background"
msgstr "Menü Icon"
#: 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 ""
# @ megamenu
#: classes/settings.class.php:989
#, fuzzy
msgid "Menu Item Spacing"
msgstr "Menü Icon"
#: 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 ""
# @ megamenu
#: 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 "Rechts"
#: 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 ""
# @ megamenu
#: classes/settings.class.php:1119
#, fuzzy
msgid "Menu Item Divider"
msgstr "Menü Icon"
#: classes/settings.class.php:1121
msgid "Show a small divider bar between each menu item."
msgstr ""
# @ megamenu
#: classes/settings.class.php:1126
#, fuzzy
msgid "Enabled"
msgstr "Aktiv"
#: 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 ""
# @ megamenu
#: classes/settings.class.php:1151
msgid "Mega Panels"
msgstr "Mega Panels"
#: 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 ""
# @ megamenu
#: classes/settings.class.php:1187
#, fuzzy
msgid "Set the border to display on the Mega Panel."
msgstr "Widget für das Mega Panel auswählen"
#: 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 ""
# @ megamenu
#: classes/settings.class.php:1376
msgid "Flyout Menus"
msgstr "Flyout-Menü"
#: 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 ""
# @ megamenu
#: classes/settings.class.php:1454
#, fuzzy
msgid "Flyout Menu Width"
msgstr "Flyout-Menü"
#: classes/settings.class.php:1456
msgid "The width of each flyout menu."
msgstr ""
# @ megamenu
#: classes/settings.class.php:1465
#, fuzzy
msgid "Flyout Menu Border"
msgstr "Flyout-Menü"
#: 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 ""
# @ megamenu
#: classes/settings.class.php:1577
#, fuzzy
msgid "Custom Styling"
msgstr "Eigenes CSS"
#: 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 ""
# @ megamenu
#: classes/settings.class.php:1609
msgid "Delete Theme"
msgstr "Theme löschen"
# @ megamenu
#: classes/settings.class.php:1613
#, fuzzy
msgid "Revert Theme"
msgstr "Theme löschen"
#: classes/settings.class.php:1642
msgid "Center"
msgstr ""
#: classes/settings.class.php:1664
msgid "Underline"
msgstr ""
# @ megamenu
#: classes/settings.class.php:1708
msgid "Disabled"
msgstr "Deaktiviert"
# @ megamenu
#: classes/settings.class.php:1765 classes/settings.class.php:1784
msgid "Normal"
msgstr "Normal"
# @ megamenu
#: classes/settings.class.php:1766
msgid "Bold"
msgstr "Fett"
# @ megamenu
#: classes/settings.class.php:1785
msgid "Capitalize"
msgstr "Großschreibung"
# @ megamenu
#: classes/settings.class.php:1786
msgid "Uppercase"
msgstr "GROSSBUCHSTABEN"
# @ megamenu
#: classes/settings.class.php:1787
msgid "Lowercase"
msgstr "kleinschreibung"
# @ megamenu
#: classes/settings.class.php:1822
msgid "Theme Default"
msgstr "Theme Vorgabe"
# @ megamenu
#: classes/settings.class.php:1929
msgid "Are you sure?"
msgstr "Bist Du sicher?"
# @ megamenu
#: classes/style-manager.class.php:67
msgid "Default"
msgstr "Standard"
# @ megamenu
#: classes/style-manager.class.php:450
msgid ""
"Warning: CSS compilation failed. Please check your changes or revert the "
"theme."
msgstr ""
"Achtung: CSS-Erstellung fehlgeschlagen. Bitte überprüfe die Änderungen oder "
"setze das Theme zurück."
# @ megamenu
#: classes/widget-manager.class.php:76
msgid "Mega Menu Widgets"
msgstr "Mega Menu Widgets"
# @ megamenu
#: classes/widget-manager.class.php:77
msgid "Do not manually edit this area."
msgstr "Diesen Bereich bitte nicht manuell ändern."
# @ megamenu
#: classes/widget-manager.class.php:114
#, php-format
msgid "Saved %s"
msgstr "%s gesichert"
# @ megamenu
#: classes/widget-manager.class.php:115
#, php-format
msgid "Failed to save %s"
msgstr "Fehler beim Speichern von %s"
# @ megamenu
#: classes/widget-manager.class.php:139
#, php-format
msgid "Updated %s (new columns: %d)"
msgstr "%s aktualisiert (neue Spalten: %d)"
# @ megamenu
#: classes/widget-manager.class.php:140
#, php-format
msgid "Failed to update %s"
msgstr "Fehler beim Aktualisieren von %s"
# @ megamenu
#: classes/widget-manager.class.php:166
#, php-format
msgid "Failed to add %s to %d"
msgstr "Fehler beim Hinzufügen von %s zu %d"
# @ megamenu
#: classes/widget-manager.class.php:189
#, php-format
msgid "Deleted %s"
msgstr "%s gelöscht"
# @ megamenu
#: classes/widget-manager.class.php:190
#, php-format
msgid "Failed to delete %s"
msgstr "Fehler beim Löschen von %s"
# @ megamenu
#: classes/widget-manager.class.php:215
#, php-format
msgid "Moved %s to %d (%s)"
msgstr "%s verschoben zu %d (%s)"
# @ megamenu
#: classes/widget-manager.class.php:216
#, php-format
msgid "Failed to move %s to %d"
msgstr "Fehler beim Verschieben von %s zu %d"
# @ megamenu
#, fuzzy
#~ msgid "Global Settings"
#~ msgstr "Allgemeine Einstellungen"