Chameleon

Chameleon Commit Details

Date:2012-07-23 23:27:57 (11 years 8 months ago)
Author:ErmaC
Commit:2033
Parents: 2032
Message:Package: Add support for ACPICodec module by cparm
Changes:
M/trunk/package/po/it.po
M/trunk/package/buildpkg.sh
M/trunk/package/po/chameleon.pot
M/trunk/package/po/en.po
M/trunk/package/Resources/templates/Localizable.strings

File differences

trunk/package/Resources/templates/Localizable.strings
4040
4141
4242
43
44
45
46
4347
4448
45
49
50
4651
4752
4853
This is currently only used by the uClibc++ library.
Source: http://www.kernel.org/pub/linux/libs/klibc/";
"ACPICodec_title" = "ACPICodec";
"ACPICodec_description" = "This module provides a substitute for the internal acpi patcher.
Dependencies: none";
"Sata_title" = "Sata";
"Sata_description" = "Sata module, known as YellowIconFixer in cparm's branch.
Useful to fix yellow icon issue (can also fix an issue with the Apple's dvd player application in Mountain lion).";
Useful to fix yellow icon issue (can also fix an issue with the Apple's dvd player application in Mountain lion).
Dependencies: none";
"AutoReso_title" = "Resolution";
"AutoReso_description" = "This module reads the edid information from the monitor attached to the main display.
trunk/package/buildpkg.sh
2828
2929
3030
31
3132
3233
3334
......
524525
525526
526527
528
527529
528530
529531
......
616618
617619
618620
619
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
620641
621642
622643
CONFIG_KLIBC_MODULE=""
CONFIG_UCLIBCXX_MODULE=""
CONFIG_SATA_MODULE=""
CONFIG_ACPICODEC_MODULE=""
CONFIG_RESOLUTION_MODULE=""
CONFIG_KEYLAYOUT_MODULE=""
source "${SRCROOT}/auto.conf"
# Resolution.dylib #
# uClibcxx.dylib #
# Sata.dylib #
# ACPICodec.dylib #
# Keylayout.dylib #
###############################
if [ "$(ls -A "${SYMROOT}/i386/modules")" ]; then
fi
# -
# Warning Keylayout module need additional files
if [[ "${CONFIG_ACPICODEC_MODULE}" == 'm' && -f "${SYMROOT}/i386/modules/ACPICodec.dylib" ]]; then
{
# Start build ACPICodec package module
choiceId="ACPICodec"
moduleFile="ACPICodec.dylib"
mkdir -p "${PKG_BUILD_DIR}/${choiceId}/Root"
ditto --noextattr --noqtn "${SYMROOT}/i386/modules/$moduleFile" "${PKG_BUILD_DIR}/${choiceId}/Root"
addTemplateScripts --pkg-rootdir="${PKG_BUILD_DIR}/${choiceId}" \
--subst="moduleName=$choiceId" \
--subst="moduleFile=$moduleFile" \
InstallModule
packageRefId=$(getPackageRefId "${modules_packages_identity}" "${choiceId}")
buildpackage "$packageRefId" "${choiceId}" "${PKG_BUILD_DIR}/${choiceId}" "/Extra/modules"
addChoice --group="Module" --start-selected="false" --pkg-refs="$packageRefId" "${choiceId}"
# End build ACPICodec package module
}
fi
# - # Warning Keylayout module need additional files
if [[ "${CONFIG_KEYLAYOUT_MODULE}" = 'm' && -f "${SYMROOT}/i386/modules/Keylayout.dylib" ]]; then
{
# Start build Keylayout package module
trunk/package/po/en.po
77
88
99
10
11
10
11
1212
1313
1414
......
252252
253253
254254
255
255
256256
257257
258258
......
305305
306306
307307
308
308
309309
310
311310
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
312346
313347
314348
315349
316
350
317351
318352
319353
......
325359
326360
327361
328
362
329363
330364
331365
332366
333367
334
368
335369
336370
337371
......
345379
346380
347381
348
382
349383
350384
351385
352386
353387
354
388
355389
356390
357391
358392
359393
360
394
361395
362396
363397
364398
365399
366
400
367401
368402
369403
370404
371405
372
406
373407
374408
375409
376410
377411
378
412
379413
380414
381415
382416
383417
384
418
385419
386420
387421
388422
389423
390
424
391425
392426
393427
394428
395429
396
430
397431
398432
399433
400434
401435
402
436
403437
404438
405439
406440
407441
408
442
409443
410444
411445
412446
413447
414
448
415449
416450
417451
418452
419453
420
454
421455
422456
423457
424458
425459
426
460
427461
428462
429463
430464
431465
432
466
433467
434468
435469
436470
437471
438
472
439473
440474
441475
442476
443477
444
478
445479
446480
447481
448482
449483
450
484
451485
452486
453487
454488
455489
456
490
457491
458492
459493
460494
461495
462
496
463497
464498
465499
466500
467501
468
502
469503
470504
471505
472506
473507
474
508
475509
476510
477511
478512
479513
480
514
481515
482516
483517
484518
485519
486
520
487521
488522
489523
490524
491525
492
526
493527
494528
495529
496530
497531
498
532
499533
500534
501535
502536
503537
504
538
505539
506540
507541
508542
509543
510
544
511545
512546
513547
514548
515549
516
550
517551
518552
519553
520554
521555
522
556
523557
524558
525559
526560
527561
528
562
529563
530564
531565
532566
533567
534
568
535569
536570
537571
538572
539573
540
574
541575
542576
543577
544578
545579
546
580
547581
548582
549583
550584
551585
552
586
553587
554588
555589
556590
557591
558
592
559593
560594
561595
562596
563597
564
598
565599
566600
567601
568602
569603
570
604
571605
572606
573607
574608
575609
576
610
577611
578612
579613
580614
581615
582
616
583617
584618
585619
586620
587621
588
622
589623
590624
591625
592626
593627
594
628
595629
596630
597631
598632
599633
600
634
601635
602636
603637
604638
605639
606
640
607641
608642
609643
610644
611645
612
646
613647
614648
615649
616650
617651
618
652
619653
620654
621655
622656
623657
624
658
625659
626660
627661
628662
629663
630
664
631665
632666
633667
634668
635669
636
670
637671
638672
639673
640674
641675
642
676
643677
644678
645679
646680
647681
648
682
649683
650684
651685
652686
653687
654
688
655689
656690
657691
658692
659693
660
694
661695
662696
663697
664698
665699
666
700
667701
668702
669703
670704
671705
672
706
673707
674708
675709
676710
677711
678
712
679713
680714
681715
682716
683717
684
718
685719
686720
687721
688722
689723
690
724
691725
692726
693727
694728
695729
696
730
697731
698732
699733
700734
701735
702
736
703737
704738
705739
706740
707741
708
742
709743
710744
711745
712746
713747
714
748
715749
716750
717751
718752
719753
720
754
721755
722756
723757
724758
725759
726
760
727761
728762
729763
730764
731765
732
766
733767
734768
735769
736770
737771
738
772
739773
740774
741775
742776
743777
744
778
745779
746780
747781
748782
749783
750
784
751785
752786
753787
754788
755789
756
790
757791
758792
759793
760794
761795
762
796
763797
764798
765799
766800
767801
768
802
769803
770804
771805
772806
773807
774
808
775809
776810
777811
778812
779813
780
814
781815
782816
783817
784818
785819
786
820
787821
788822
789823
790824
791825
792
826
793827
794828
795829
796830
797831
798
832
799833
800834
801835
802836
803837
804
838
805839
806840
807841
808842
809843
810
844
811845
812846
813847
814848
815849
816
850
817851
818852
819853
820854
821855
822
856
823857
824858
825859
826860
827861
828
862
829863
830864
831865
832866
833867
834
868
835869
836870
837871
838872
839873
840
874
841875
842876
843877
844878
845879
846
880
847881
848882
849883
850884
851885
852
886
853887
854888
855889
856890
857891
858
892
859893
860894
861895
862896
863897
864
898
865899
866900
867901
868902
869903
870
904
871905
872906
873907
874908
875909
876
910
877911
878912
879913
880914
881915
882
916
883917
884918
885919
886920
887921
888
922
889923
890924
891925
892926
893927
894
928
895929
896930
897931
898932
899933
900
934
901935
902936
903937
904938
905939
906
940
907941
908942
909943
910944
911945
912
946
913947
914948
915949
916950
917951
918
952
919953
920954
921955
922956
923957
924
958
925959
926960
927961
928962
929963
930
964
931965
932966
933967
934968
935969
936
970
937971
938972
939973
940974
941975
942
976
943977
944978
945979
946980
947981
948
982
949983
950984
951985
952986
953987
954
988
955989
956990
957991
958992
959993
960
994
961995
962996
963997
964998
965999
966
1000
9671001
9681002
9691003
9701004
9711005
972
1006
9731007
9741008
9751009
9761010
9771011
978
1012
9791013
9801014
9811015
9821016
9831017
984
1018
9851019
9861020
9871021
9881022
9891023
990
1024
9911025
9921026
9931027
9941028
9951029
996
1030
9971031
9981032
9991033
10001034
10011035
1002
1036
10031037
10041038
10051039
10061040
10071041
1008
1042
10091043
10101044
10111045
10121046
10131047
1014
1048
10151049
10161050
10171051
10181052
10191053
1020
1054
10211055
10221056
10231057
10241058
10251059
1026
1060
10271061
10281062
10291063
10301064
10311065
1032
1066
10331067
10341068
10351069
10361070
10371071
1038
1072
10391073
10401074
10411075
10421076
10431077
1044
1078
10451079
10461080
10471081
10481082
10491083
1050
1084
10511085
10521086
10531087
10541088
10551089
1056
1090
10571091
10581092
10591093
10601094
10611095
1062
1096
10631097
10641098
10651099
10661100
10671101
1068
1102
10691103
10701104
10711105
10721106
10731107
1074
1108
10751109
10761110
10771111
10781112
10791113
1080
1114
10811115
10821116
10831117
10841118
10851119
1086
1120
10871121
10881122
10891123
10901124
10911125
1092
1126
10931127
10941128
10951129
10961130
10971131
1098
1132
10991133
11001134
11011135
11021136
11031137
1104
1138
11051139
11061140
11071141
11081142
11091143
1110
1144
11111145
11121146
11131147
11141148
11151149
1116
1150
11171151
11181152
11191153
11201154
11211155
1122
1156
11231157
11241158
11251159
msgstr ""
"Project-Id-Version: Chameleon 2.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-06 22:38+0000\n"
"PO-Revision-Date: 2012-03-07 00:07-0000\n"
"POT-Creation-Date: 2012-07-23 21:20+0200\n"
"PO-Revision-Date: 2012-07-23 21:28-0000\n"
"Last-Translator: ErmaC\n"
"Language-Team: en <en@li.org>\n"
"Language: en\n"
#. type: "Default_title"
#: Resources/templates/Localizable.strings:25
#: Resources/templates/Localizable.strings:245
#: Resources/templates/Localizable.strings:254
#, no-wrap
msgid "Standard"
msgstr "Standard"
"This is currently only used by the uClibc++ library.\n"
"Source: http://www.kernel.org/pub/linux/libs/klibc/"
#. type: "Resolution_title"
#. type: "ACPICodec_title"
#: Resources/templates/Localizable.strings:43
#: Resources/templates/Localizable.strings:273
#, no-wrap
msgid "ACPICodec"
msgstr "ACPICodec"
#. type: "ACPICodec_description"
#: Resources/templates/Localizable.strings:44
#, no-wrap
msgid ""
"This module provides a substitute for the internal acpi patcher.\n"
"Dependencies: none"
msgstr ""
"This module provides a substitute for the internal acpi patcher.\n"
"Dependencies: none"
#. type: "Sata_title"
#: Resources/templates/Localizable.strings:47
#, no-wrap
msgid "Sata"
msgstr "Sata"
#. type: "Sata_description"
#: Resources/templates/Localizable.strings:48
#, no-wrap
msgid ""
"Sata module, known as YellowIconFixer in cparm's branch.\n"
"Useful to fix yellow icon issue (can also fix an issue with the Apple's dvd player application in Mountain lion).\n"
"Dependencies: none"
msgstr ""
"Sata module, known as YellowIconFixer in cparm's branch.\n"
"Useful to fix yellow icon issue (can also fix an issue with the Apple's dvd player application in Mountain lion).\n"
"Dependencies: none"
#. type: "Resolution_title"
#: Resources/templates/Localizable.strings:52
#: Resources/templates/Localizable.strings:282
#, no-wrap
msgid "Resolution"
msgstr "Resolution"
#. type: "AutoReso_description"
#: Resources/templates/Localizable.strings:44
#: Resources/templates/Localizable.strings:53
#, no-wrap
msgid ""
"This module reads the edid information from the monitor attached to the main display.\n"
"Additionally, the module will patch the vesa modes available in pre intel hd graphics cards to provide proper resolution while booting."
#. type: "uClibc_title"
#: Resources/templates/Localizable.strings:48
#: Resources/templates/Localizable.strings:57
#, no-wrap
msgid "uClibc++"
msgstr "uClibc++"
#. type: "uClibc_description"
#: Resources/templates/Localizable.strings:49
#: Resources/templates/Localizable.strings:58
#, no-wrap
msgid ""
"This module provides a minimalistic c++ runtime library for use in other modules. This does not provide functionality by itself, instead it is used to allow for the c++ language to be used in other modules.\n"
"Dependencies: klibc"
#. type: "Options_title"
#: Resources/templates/Localizable.strings:58
#: Resources/templates/Localizable.strings:67
#, no-wrap
msgid "Settings"
msgstr "Settings"
#. type: "Options_description"
#: Resources/templates/Localizable.strings:59
#: Resources/templates/Localizable.strings:68
#, no-wrap
msgid "Create an /Extra/org.chameleon.Boot.plist by selecting any of these boot options and kernel flags."
msgstr "Create an /Extra/org.chameleon.Boot.plist by selecting any of these boot options and kernel flags."
#. type: "BootBanner_title"
#: Resources/templates/Localizable.strings:61
#: Resources/templates/Localizable.strings:70
#, no-wrap
msgid "BootBanner=No"
msgstr "BootBanner=No"
#. type: "BootBanner_description"
#: Resources/templates/Localizable.strings:62
#: Resources/templates/Localizable.strings:71
#, no-wrap
msgid "Hides Chameleon's boot banner in GUI. This is the text that is drawn at the top left corner of the screen displaying the release version etc."
msgstr "Hides Chameleon's boot banner in GUI. This is the text that is drawn at the top left corner of the screen displaying the release version etc."
#. type: "GUI_title"
#: Resources/templates/Localizable.strings:64
#: Resources/templates/Localizable.strings:73
#, no-wrap
msgid "GUI=No"
msgstr "GUI=No"
#. type: "GUI_description"
#: Resources/templates/Localizable.strings:65
#: Resources/templates/Localizable.strings:74
#, no-wrap
msgid "Disables the default enabled graphic user interface."
msgstr "Disables the default enabled graphic user interface."
#. type: "LegacyLogo_title"
#: Resources/templates/Localizable.strings:67
#: Resources/templates/Localizable.strings:76
#, no-wrap
msgid "LegacyLogo=Yes"
msgstr "LegacyLogo=Yes"
#. type: "LegacyLogo_description"
#: Resources/templates/Localizable.strings:68
#: Resources/templates/Localizable.strings:77
#, no-wrap
msgid "Use the legacy 'dark grey' apple logo on the light grey screen for the boot process rather than the boot.png in the theme."
msgstr "Use the legacy 'dark grey' apple logo on the light grey screen for the boot process rather than the boot.png in the theme."
#. type: "InstantMenu_title"
#: Resources/templates/Localizable.strings:70
#: Resources/templates/Localizable.strings:79
#, no-wrap
msgid "InstantMenu=Yes"
msgstr "InstantMenu=Yes"
#. type: "InstantMenu_description"
#: Resources/templates/Localizable.strings:71
#: Resources/templates/Localizable.strings:80
#, no-wrap
msgid "By default, when Chameleon loads you'll see the icon for the current default partition, along with a timeout progress bar which left alone will count down before Chameleon automatically boots that partition. This options skips that and takes you directly to the device selection screen."
msgstr "By default, when Chameleon loads you'll see the icon for the current default partition, along with a timeout progress bar which left alone will count down before Chameleon automatically boots that partition. This options skips that and takes you directly to the device selection screen."
#. type: "QuietBoot_title"
#: Resources/templates/Localizable.strings:73
#: Resources/templates/Localizable.strings:82
#, no-wrap
msgid "QuietBoot=Yes"
msgstr "QuietBoot=Yes"
#. type: "QuietBoot_description"
#: Resources/templates/Localizable.strings:74
#: Resources/templates/Localizable.strings:83
#, no-wrap
msgid "Enable quiet boot mode (no messages or prompt)."
msgstr "Enable quiet boot mode (no messages or prompt)."
#. type: "ShowInfo_title"
#: Resources/templates/Localizable.strings:76
#: Resources/templates/Localizable.strings:85
#, no-wrap
msgid "ShowInfo=Yes"
msgstr "ShowInfo=Yes"
#. type: "ShowInfo_description"
#: Resources/templates/Localizable.strings:77
#: Resources/templates/Localizable.strings:86
#, no-wrap
msgid "Enables display of partition and resolution details shown on the left side of the GUI under the boot banner. This is useful information for troubleshooting, though can clash with certain themes."
msgstr "Enables display of partition and resolution details shown on the left side of the GUI under the boot banner. This is useful information for troubleshooting, though can clash with certain themes."
#. type: "Wait_title"
#: Resources/templates/Localizable.strings:79
#: Resources/templates/Localizable.strings:88
#, no-wrap
msgid "Wait=Yes"
msgstr "Wait=Yes"
#. type: "Wait_description"
#: Resources/templates/Localizable.strings:80
#: Resources/templates/Localizable.strings:89
#, no-wrap
msgid "Pauses the boot process after Chameleon has finished it's setup then waits for a key press before it starts the mach kernel. Useful when combined with verbose boot for troubleshooting."
msgstr "Pauses the boot process after Chameleon has finished it's setup then waits for a key press before it starts the mach kernel. Useful when combined with verbose boot for troubleshooting."
#. type: "arch_title"
#: Resources/templates/Localizable.strings:84
#: Resources/templates/Localizable.strings:93
#, no-wrap
msgid "arch=i386"
msgstr "arch=i386"
#. type: "arch_description"
#: Resources/templates/Localizable.strings:85
#: Resources/templates/Localizable.strings:94
#, no-wrap
msgid "Boots the kernel in 32bit mode rather than the default 64bit mode."
msgstr "Boots the kernel in 32bit mode rather than the default 64bit mode."
#. type: "EHCIacquire_title"
#: Resources/templates/Localizable.strings:87
#: Resources/templates/Localizable.strings:96
#, no-wrap
msgid "EHCIacquire=Yes"
msgstr "EHCIacquire=Yes"
#. type: "EHCIacquire_description"
#: Resources/templates/Localizable.strings:88
#: Resources/templates/Localizable.strings:97
#, no-wrap
msgid "Enables the option to fix any EHCI ownership issues due to bad bioses."
msgstr "Enables the option to fix any EHCI ownership issues due to bad bioses."
#. type: "EthernetBuiltIn_title"
#: Resources/templates/Localizable.strings:90
#: Resources/templates/Localizable.strings:99
#, no-wrap
msgid "EthernetBuiltIn=Yes"
msgstr "EthernetBuiltIn=Yes"
#. type: "EthernetBuiltIn_description"
#: Resources/templates/Localizable.strings:91
#: Resources/templates/Localizable.strings:100
#, no-wrap
msgid "Enables the option of adding 'built-in' to your ethernet devices."
msgstr "Enables the option of adding 'built-in' to your ethernet devices."
#. type: "ForceHPET_title"
#: Resources/templates/Localizable.strings:93
#: Resources/templates/Localizable.strings:102
#, no-wrap
msgid "ForceHPET=Yes"
msgstr "ForceHPET=Yes"
#. type: "ForceHPET_description"
#: Resources/templates/Localizable.strings:94
#: Resources/templates/Localizable.strings:103
#, no-wrap
msgid "Enables HPET on intel chipsets, for bioses that dont include the option."
msgstr "Enables HPET on intel chipsets, for bioses that dont include the option."
#. type: "ForceWake_title"
#: Resources/templates/Localizable.strings:96
#: Resources/templates/Localizable.strings:105
#, no-wrap
msgid "ForceWake=Yes"
msgstr "ForceWake=Yes"
#. type: "ForceWake_description"
#: Resources/templates/Localizable.strings:97
#: Resources/templates/Localizable.strings:106
#, no-wrap
msgid "This option enables you to bypass bad sleep images."
msgstr "This option enables you to bypass bad sleep images."
#. type: "RestartFix_title"
#: Resources/templates/Localizable.strings:99
#: Resources/templates/Localizable.strings:108
#, no-wrap
msgid "RestartFix=No"
msgstr "RestartFix=No"
#. type: "RestartFix_description"
#: Resources/templates/Localizable.strings:100
#: Resources/templates/Localizable.strings:109
#, no-wrap
msgid "Disables the automatically enabled restart fix."
msgstr "Disables the automatically enabled restart fix."
#. type: "UHCIreset_title"
#: Resources/templates/Localizable.strings:102
#: Resources/templates/Localizable.strings:111
#, no-wrap
msgid "UHCIreset=Yes"
msgstr "UHCIreset=Yes"
#. type: "UHCIreset_description"
#: Resources/templates/Localizable.strings:103
#: Resources/templates/Localizable.strings:112
#, no-wrap
msgid "Enables the option to reset UHCI controllers before starting OS X."
msgstr "Enables the option to reset UHCI controllers before starting OS X."
#. type: "UseMemDetect_title"
#: Resources/templates/Localizable.strings:105
#: Resources/templates/Localizable.strings:114
#, no-wrap
msgid "UseMemDetect=No"
msgstr "UseMemDetect=No"
#. type: "UseMemDetect_description"
#: Resources/templates/Localizable.strings:106
#: Resources/templates/Localizable.strings:115
#, no-wrap
msgid "Disables the automatically enabled RAM recognition."
msgstr "Disables the automatically enabled RAM recognition."
#. type: "UseKernelCache_title"
#: Resources/templates/Localizable.strings:108
#: Resources/templates/Localizable.strings:117
#, no-wrap
msgid "UseKernelCache=Yes"
msgstr "UseKernelCache=Yes"
#. type: "UseKernelCache_description"
#: Resources/templates/Localizable.strings:109
#: Resources/templates/Localizable.strings:118
#, no-wrap
msgid "For Lion only. Enables loading of the pre-linked kernel. This will ignore /E/E and /S/L/E. ONLY use this is you have know it contains everything you need."
msgstr "For Lion only. Enables loading of the pre-linked kernel. This will ignore /E/E and /S/L/E. ONLY use this is you have know it contains everything you need."
#. type: "Wake_title"
#: Resources/templates/Localizable.strings:111
#: Resources/templates/Localizable.strings:120
#, no-wrap
msgid "Wake=Yes"
msgstr "Wake=Yes"
#. type: "Wake_description"
#: Resources/templates/Localizable.strings:112
#: Resources/templates/Localizable.strings:121
#, no-wrap
msgid "Attempts to load the sleep image saved from last hibernation."
msgstr "Attempts to load the sleep image saved from last hibernation."
#. type: "CSTUsingSystemIO_title"
#: Resources/templates/Localizable.strings:116
#: Resources/templates/Localizable.strings:125
#, no-wrap
msgid "CSTUsingSystemIO=Yes"
msgstr "CSTUsingSystemIO=Yes"
#. type: "CSTUsingSystemIO_description"
#: Resources/templates/Localizable.strings:117
#: Resources/templates/Localizable.strings:126
#, no-wrap
msgid "New C-State _CST generation method using SystemIO registers instead of FixedHW."
msgstr "New C-State _CST generation method using SystemIO registers instead of FixedHW."
#. type: "DropSSDT_title"
#: Resources/templates/Localizable.strings:119
#: Resources/templates/Localizable.strings:128
#, no-wrap
msgid "DropSSDT=Yes"
msgstr "DropSSDT=Yes"
#. type: "DropSSDT_description"
#: Resources/templates/Localizable.strings:120
#: Resources/templates/Localizable.strings:129
#, no-wrap
msgid "Discard the motherboard's built-in SSDT tables."
msgstr "Discard the motherboard's built-in SSDT tables."
#. type: "EnableC2State_title"
#: Resources/templates/Localizable.strings:122
#: Resources/templates/Localizable.strings:131
#, no-wrap
msgid "EnableC2State=Yes"
msgstr "EnableC2State=Yes"
#. type: "EnableC2State_description"
#: Resources/templates/Localizable.strings:123
#: Resources/templates/Localizable.strings:132
#, no-wrap
msgid "Enable specific Processor power state, C2."
msgstr "Enable specific Processor power state, C2."
#. type: "EnableC3State_title"
#: Resources/templates/Localizable.strings:125
#: Resources/templates/Localizable.strings:134
#, no-wrap
msgid "EnableC3State=Yes"
msgstr "EnableC3State=Yes"
#. type: "EnableC3State_description"
#: Resources/templates/Localizable.strings:126
#: Resources/templates/Localizable.strings:135
#, no-wrap
msgid "Enable specific Processor power state, C3."
msgstr "Enable specific Processor power state, C3."
#. type: "EnableC4State_title"
#: Resources/templates/Localizable.strings:128
#: Resources/templates/Localizable.strings:137
#, no-wrap
msgid "EnableC4State=Yes"
msgstr "EnableC4State=Yes"
#. type: "EnableC4State_description"
#: Resources/templates/Localizable.strings:129
#: Resources/templates/Localizable.strings:138
#, no-wrap
msgid "Enable specific Processor power state, C4."
msgstr "Enable specific Processor power state, C4."
#. type: "GenerateCStates_title"
#: Resources/templates/Localizable.strings:131
#: Resources/templates/Localizable.strings:140
#, no-wrap
msgid "GenerateCStates=Yes"
msgstr "GenerateCStates=Yes"
#. type: "GenerateCStates_description"
#: Resources/templates/Localizable.strings:132
#: Resources/templates/Localizable.strings:141
#, no-wrap
msgid "Enable auto generation of processor idle sleep states (C-States)."
msgstr "Enable auto generation of processor idle sleep states (C-States)."
#. type: "GeneratePStates_title"
#: Resources/templates/Localizable.strings:134
#: Resources/templates/Localizable.strings:143
#, no-wrap
msgid "GeneratePStates=Yes"
msgstr "GeneratePStates=Yes"
#. type: "GeneratePStates_description"
#: Resources/templates/Localizable.strings:135
#: Resources/templates/Localizable.strings:144
#, no-wrap
msgid "Enable auto generation of processor power performance states (P-States)."
msgstr "Enable auto generation of processor power performance states (P-States)."
#. type: "1024x600x32_title"
#: Resources/templates/Localizable.strings:139
#: Resources/templates/Localizable.strings:148
#, no-wrap
msgid "1024x600x32"
msgstr "1024x600x32"
#. type: "1024x600x32_description"
#: Resources/templates/Localizable.strings:140
#: Resources/templates/Localizable.strings:149
#, no-wrap
msgid "Set Graphics Mode to 1024x600x32"
msgstr "Set Graphics Mode to 1024x600x32"
#. type: "1024x768x32_title"
#: Resources/templates/Localizable.strings:142
#: Resources/templates/Localizable.strings:151
#, no-wrap
msgid "1024x768x32"
msgstr "1024x768x32"
#. type: "1024x768x32_description"
#: Resources/templates/Localizable.strings:143
#: Resources/templates/Localizable.strings:152
#, no-wrap
msgid "Set Graphics Mode to 1024x768x32"
msgstr "Set Graphics Mode to 1024x768x32"
#. type: "1280x768x32_title"
#: Resources/templates/Localizable.strings:145
#: Resources/templates/Localizable.strings:154
#, no-wrap
msgid "1280x768x32"
msgstr "1280x768x32"
#. type: "1280x768x32_description"
#: Resources/templates/Localizable.strings:146
#: Resources/templates/Localizable.strings:155
#, no-wrap
msgid "Set Graphics Mode to 1280x768x32"
msgstr "Set Graphics Mode to 1280x768x32"
#. type: "1280x800x32_title"
#: Resources/templates/Localizable.strings:148
#: Resources/templates/Localizable.strings:157
#, no-wrap
msgid "1280x800x32"
msgstr "1280x800x32"
#. type: "1280x800x32_description"
#: Resources/templates/Localizable.strings:149
#: Resources/templates/Localizable.strings:158
#, no-wrap
msgid "Set Graphics Mode to 1280x800x32"
msgstr "Set Graphics Mode to 1280x800x32"
#. type: "1280x1024x32_title"
#: Resources/templates/Localizable.strings:151
#: Resources/templates/Localizable.strings:160
#, no-wrap
msgid "1280x1024x32"
msgstr "1280x1024x32"
#. type: "1280x1024x32_description"
#: Resources/templates/Localizable.strings:152
#: Resources/templates/Localizable.strings:161
#, no-wrap
msgid "Set Graphics Mode to 1280x1024x32"
msgstr "Set Graphics Mode to 1280x1024x32"
#. type: "1280x960x32_title"
#: Resources/templates/Localizable.strings:154
#: Resources/templates/Localizable.strings:163
#, no-wrap
msgid "1280x960x32"
msgstr "1280x960x32"
#. type: "1280x960x32_description"
#: Resources/templates/Localizable.strings:155
#: Resources/templates/Localizable.strings:164
#, no-wrap
msgid "Set Graphics Mode to 1280x960x32"
msgstr "Set Graphics Mode to 1280x960x32"
#. type: "1440x900x32_title"
#: Resources/templates/Localizable.strings:157
#: Resources/templates/Localizable.strings:166
#, no-wrap
msgid "1440x900x32"
msgstr "1440x900x32"
#. type: "1440x900x32_description"
#: Resources/templates/Localizable.strings:158
#: Resources/templates/Localizable.strings:167
#, no-wrap
msgid "Set Graphics Mode to 1440x900x32"
msgstr "Set Graphics Mode to 1440x900x32"
#. type: "1600x900x32_title"
#: Resources/templates/Localizable.strings:160
#: Resources/templates/Localizable.strings:169
#, no-wrap
msgid "1600x900x32"
msgstr "1600x900x32"
#. type: "1600x900x32_description"
#: Resources/templates/Localizable.strings:161
#: Resources/templates/Localizable.strings:170
#, no-wrap
msgid "Set Graphics Mode to 1600x900x32"
msgstr "Set Graphics Mode to 1600x900x32"
#. type: "1600x1200x32_title"
#: Resources/templates/Localizable.strings:163
#: Resources/templates/Localizable.strings:172
#, no-wrap
msgid "1600x1200x32"
msgstr "1600x1200x32"
#. type: "1600x1200x32_description"
#: Resources/templates/Localizable.strings:164
#: Resources/templates/Localizable.strings:173
#, no-wrap
msgid "Set Graphics Mode to 1600x1200x32"
msgstr "Set Graphics Mode to 1600x1200x32"
#. type: "1680x1050x32_title"
#: Resources/templates/Localizable.strings:166
#: Resources/templates/Localizable.strings:175
#, no-wrap
msgid "1680x1050x32"
msgstr "1680x1050x32"
#. type: "1680x1050x32_description"
#: Resources/templates/Localizable.strings:167
#: Resources/templates/Localizable.strings:176
#, no-wrap
msgid "Set Graphics Mode to 1680x1050x32"
msgstr "Set Graphics Mode to 1680x1050x32"
#. type: "1920x1080x32_title"
#: Resources/templates/Localizable.strings:169
#: Resources/templates/Localizable.strings:178
#, no-wrap
msgid "1920x1080x32"
msgstr "1920x1080x32"
#. type: "1920x1080x32_description"
#: Resources/templates/Localizable.strings:170
#: Resources/templates/Localizable.strings:179
#, no-wrap
msgid "Set Graphics Mode to 1920x1080x32"
msgstr "Set Graphics Mode to 1920x1080x32"
#. type: "1920x1200x32_title"
#: Resources/templates/Localizable.strings:172
#: Resources/templates/Localizable.strings:181
#, no-wrap
msgid "1920x1200x32"
msgstr "1920x1200x32"
#. type: "1920x1200x32_description"
#: Resources/templates/Localizable.strings:173
#: Resources/templates/Localizable.strings:182
#, no-wrap
msgid "Set Graphics Mode to 1920x1200x32"
msgstr "Set Graphics Mode to 1920x1200x32"
#. type: "GraphicsEnabler_title"
#: Resources/templates/Localizable.strings:177
#: Resources/templates/Localizable.strings:186
#, no-wrap
msgid "GraphicsEnabler=Yes"
msgstr "GraphicsEnabler=Yes"
#. type: "GraphicsEnabler_description"
#: Resources/templates/Localizable.strings:178
#: Resources/templates/Localizable.strings:187
#, no-wrap
msgid "Enables the option to autodetect NVIDIA based GPUs and inject the correct info."
msgstr "Enables the option to autodetect NVIDIA based GPUs and inject the correct info."
#. type: "EnableHDMIAudio_title"
#: Resources/templates/Localizable.strings:180
#: Resources/templates/Localizable.strings:189
#, no-wrap
msgid "EnableHDMIAudio=Yes"
msgstr "EnableHDMIAudio=Yes"
#. type: "EnableHDMIAudio_description"
#: Resources/templates/Localizable.strings:181
#: Resources/templates/Localizable.strings:190
#, no-wrap
msgid "Inject HDMi audio for NVIDIA or AMD/ATI."
msgstr "Inject HDMi audio for NVIDIA or AMD/ATI."
#. type: "UseAtiROM_title"
#: Resources/templates/Localizable.strings:183
#: Resources/templates/Localizable.strings:192
#, no-wrap
msgid "UseAtiROM=Yes"
msgstr "UseAtiROM=Yes"
#. type: "UseAtiROM_description"
#: Resources/templates/Localizable.strings:184
#: Resources/templates/Localizable.strings:193
#, no-wrap
msgid "Enables UseAtiROM options."
msgstr "Enables UseAtiROM options."
#. type: "UseNvidiaROM_title"
#: Resources/templates/Localizable.strings:186
#: Resources/templates/Localizable.strings:195
#, no-wrap
msgid "UseNvidiaROM=Yes"
msgstr "UseNvidiaROM=Yes"
#. type: "UseNvidiaROM_description"
#: Resources/templates/Localizable.strings:187
#: Resources/templates/Localizable.strings:196
#, no-wrap
msgid "Enables UseNvidiaROM options."
msgstr "Enables UseNvidiaROM options."
#. type: "VBIOS_title"
#: Resources/templates/Localizable.strings:189
#: Resources/templates/Localizable.strings:198
#, no-wrap
msgid "VBIOS=Yes"
msgstr "VBIOS=Yes"
#. type: "VBIOS_description"
#: Resources/templates/Localizable.strings:190
#: Resources/templates/Localizable.strings:199
#, no-wrap
msgid "Enables VBIOS option"
msgstr "Enables VBIOS option"
#. type: "Verbose_title"
#: Resources/templates/Localizable.strings:195
#: Resources/templates/Localizable.strings:204
#, no-wrap
msgid "Verbose Mode"
msgstr "Verbose Mode"
#. type: "Verbose_description"
#: Resources/templates/Localizable.strings:196
#: Resources/templates/Localizable.strings:205
#, no-wrap
msgid "Turns on verbose logging and allows you to see messages from both Chameleon and the OS X kernel at boot time. Essential for troubleshooting."
msgstr "Turns on verbose logging and allows you to see messages from both Chameleon and the OS X kernel at boot time. Essential for troubleshooting."
#. type: "Singleusermode_title"
#: Resources/templates/Localizable.strings:198
#: Resources/templates/Localizable.strings:207
#, no-wrap
msgid "Single User Mode"
msgstr "Single User Mode"
#. type: "Singleusermode_description"
#: Resources/templates/Localizable.strings:199
#: Resources/templates/Localizable.strings:208
#, no-wrap
msgid "A troubleshooting option used for booting into OS X's BSD/Unix command line."
msgstr "A troubleshooting option used for booting into OS X's BSD/Unix command line."
#. type: "Ignorecaches_title"
#: Resources/templates/Localizable.strings:201
#: Resources/templates/Localizable.strings:210
#, no-wrap
msgid "Ignore Caches"
msgstr "Ignore Caches"
#. type: "Ignorecaches_description"
#: Resources/templates/Localizable.strings:202
#: Resources/templates/Localizable.strings:211
#, no-wrap
msgid "Not an option that's needed for everyday booting, but it can be useful if you want OS X to load all files from it's system folders, rather than relying on it's pre-built caches."
msgstr "Not an option that's needed for everyday booting, but it can be useful if you want OS X to load all files from it's system folders, rather than relying on it's pre-built caches."
#. type: "Npci_title"
#: Resources/templates/Localizable.strings:204
#: Resources/templates/Localizable.strings:213
#, no-wrap
msgid "npci=0x2000"
msgstr "npci=0x2000"
#. type: "Npci_description"
#: Resources/templates/Localizable.strings:205
#: Resources/templates/Localizable.strings:214
#, no-wrap
msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x2000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code."
msgstr "For overcoming a hang at 'PCI configuration begin' on some systems. 0x2000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code."
#. type: "Npci3_title"
#: Resources/templates/Localizable.strings:207
#: Resources/templates/Localizable.strings:216
#, no-wrap
msgid "npci=0x3000"
msgstr "npci=0x3000"
#. type: "Npci3_description"
#: Resources/templates/Localizable.strings:208
#: Resources/templates/Localizable.strings:217
#, no-wrap
msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x3000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code."
msgstr "For overcoming a hang at 'PCI configuration begin' on some systems. 0x3000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code."
#. type: "Darkwake_title"
#: Resources/templates/Localizable.strings:210
#: Resources/templates/Localizable.strings:219
#, no-wrap
msgid "darkwake=0"
msgstr "darkwake=0"
#. type: "Darkwake_description"
#: Resources/templates/Localizable.strings:211
#: Resources/templates/Localizable.strings:220
#, no-wrap
msgid "Lion only. Disables the 'low power wake' feature which can sometimes leave the screen black after wake from sleep."
msgstr "Lion only. Disables the 'low power wake' feature which can sometimes leave the screen black after wake from sleep."
#. type: "mac-de_title"
#: Resources/templates/Localizable.strings:217
#: Resources/templates/Localizable.strings:226
#, no-wrap
msgid "German Mac Keyboard"
msgstr "German Mac Keyboard"
#. type: "mac-de_description"
#: Resources/templates/Localizable.strings:218
#: Resources/templates/Localizable.strings:227
#, no-wrap
msgid "Use the keyboard layout for a German Mac keyboard"
msgstr "Use the keyboard layout for a German Mac keyboard"
#. type: "mac-es_title"
#: Resources/templates/Localizable.strings:220
#: Resources/templates/Localizable.strings:229
#, no-wrap
msgid "Spanish Mac Keyboard"
msgstr "Spanish Mac Keyboard"
#. type: "mac-es_description"
#: Resources/templates/Localizable.strings:221
#: Resources/templates/Localizable.strings:230
#, no-wrap
msgid "Use the keyboard layout for a Spanish Mac keyboard"
msgstr "Use the keyboard layout for a Spanish Mac keyboard"
#. type: "mac-fr_title"
#: Resources/templates/Localizable.strings:223
#: Resources/templates/Localizable.strings:232
#, no-wrap
msgid "French Mac Keyboard"
msgstr "French Mac Keyboard"
#. type: "mac-fr_description"
#: Resources/templates/Localizable.strings:224
#: Resources/templates/Localizable.strings:233
#, no-wrap
msgid "Use the keyboard layout for a French Mac keyboard"
msgstr "Use the keyboard layout for a French Mac keyboard"
#. type: "mac-it_title"
#: Resources/templates/Localizable.strings:226
#: Resources/templates/Localizable.strings:235
#, no-wrap
msgid "Italian Mac Keyboard"
msgstr "Italian Mac Keyboard"
#. type: "mac-it_description"
#: Resources/templates/Localizable.strings:227
#: Resources/templates/Localizable.strings:236
#, no-wrap
msgid "Use the keyboard layout for an Italian Mac keyboard"
msgstr "Use the keyboard layout for an Italian Mac keyboard"
#. type: "mac-se_title"
#: Resources/templates/Localizable.strings:229
#: Resources/templates/Localizable.strings:238
#, no-wrap
msgid "Swedish Mac Keyboard"
msgstr "Swedish Mac Keyboard"
#. type: "mac-se_description"
#: Resources/templates/Localizable.strings:230
#: Resources/templates/Localizable.strings:239
#, no-wrap
msgid "Use the keyboard layout for a Swedish Mac keyboard"
msgstr "Use the keyboard layout for a Swedish Mac keyboard"
#. type: "pc-fr_title"
#: Resources/templates/Localizable.strings:232
#: Resources/templates/Localizable.strings:241
#, no-wrap
msgid "French PC Keyboard"
msgstr "French PC Keyboard"
#. type: "pc-fr_description"
#: Resources/templates/Localizable.strings:233
#: Resources/templates/Localizable.strings:242
#, no-wrap
msgid "Use the keyboard layout for a French PC keyboard"
msgstr "Use the keyboard layout for a French PC keyboard"
#. type: "Embed_title"
#: Resources/templates/Localizable.strings:239
#: Resources/templates/Localizable.strings:248
#, no-wrap
msgid "Embed"
msgstr "Embed"
#. type: "Embed_description"
#: Resources/templates/Localizable.strings:240
#: Resources/templates/Localizable.strings:249
#, no-wrap
msgid "A smaller simple version of the new default theme used when building a version of Chameleon which requires an embedded theme."
msgstr "A smaller simple version of the new default theme used when building a version of Chameleon which requires an embedded theme."
#. type: "Legacy_title"
#: Resources/templates/Localizable.strings:242
#: Resources/templates/Localizable.strings:251
#, no-wrap
msgid "Legacy"
msgstr "Legacy"
#. type: "Legacy_description"
#: Resources/templates/Localizable.strings:243
#: Resources/templates/Localizable.strings:252
#, no-wrap
msgid "Chameleon's original default theme introduced for v2.0 RC1"
msgstr "Chameleon's original default theme introduced for v2.0 RC1"
#. type: "Default_description"
#: Resources/templates/Localizable.strings:246
#: Resources/templates/Localizable.strings:255
#, no-wrap
msgid "Chameleon default theme introduced for v2.0 RC5"
msgstr "Chameleon default theme introduced for v2.0 RC5"
#. type: "Bullet_title"
#: Resources/templates/Localizable.strings:248
#: Resources/templates/Localizable.strings:257
#, no-wrap
msgid "Bullet"
msgstr "Bullet"
#. type: "Bullet_description"
#: Resources/templates/Localizable.strings:249
#: Resources/templates/Localizable.strings:258
#, no-wrap
msgid "A lovely simple theme by NoSmokingBandit from April 2009."
msgstr "A lovely simple theme by NoSmokingBandit from April 2009."
#. type: "Control_title"
#: Resources/templates/Localizable.strings:257
#: Resources/templates/Localizable.strings:266
#, no-wrap
msgid "Control Options"
msgstr "Control Options"
#. type: "Control_description"
#: Resources/templates/Localizable.strings:258
#: Resources/templates/Localizable.strings:267
#, no-wrap
msgid "Settings to control how Chameleon works."
msgstr "Settings to control how Chameleon works."
#. type: "General_title"
#: Resources/templates/Localizable.strings:261
#: Resources/templates/Localizable.strings:270
#, no-wrap
msgid "General Options"
msgstr "General Options"
#. type: "General_description"
#: Resources/templates/Localizable.strings:262
#: Resources/templates/Localizable.strings:271
#, no-wrap
msgid "Choose from a selection of base options."
msgstr "Choose from a selection of base options."
#. type: "KernelFlags_title"
#: Resources/templates/Localizable.strings:265
#: Resources/templates/Localizable.strings:274
#, no-wrap
msgid "Kernel Flags"
msgstr "Kernel Flags"
#. type: "KernelFlags_description"
#: Resources/templates/Localizable.strings:266
#: Resources/templates/Localizable.strings:275
#, no-wrap
msgid "Choose from a selection of kernel flags."
msgstr "Choose from a selection of kernel flags."
#. type: "PowerManagement_title"
#: Resources/templates/Localizable.strings:269
#: Resources/templates/Localizable.strings:278
#, no-wrap
msgid "Power Management"
msgstr "Power Management"
#. type: "PowerManagement_description"
#: Resources/templates/Localizable.strings:270
#: Resources/templates/Localizable.strings:279
#, no-wrap
msgid "A selection of options that deal with power management and speedstep."
msgstr "A selection of options that deal with power management and speedstep."
#. type: "Resolution_description"
#: Resources/templates/Localizable.strings:274
#: Resources/templates/Localizable.strings:283
#, no-wrap
msgid "Set one resolution to use."
msgstr "Set one resolution to use."
#. type: "Video_title"
#: Resources/templates/Localizable.strings:277
#: Resources/templates/Localizable.strings:286
#, no-wrap
msgid "Video"
msgstr "Video"
#. type: "Video_description"
#: Resources/templates/Localizable.strings:278
#: Resources/templates/Localizable.strings:287
#, no-wrap
msgid "A selection of options that deal with video."
msgstr "A selection of options that deal with video."
#. type: "Keymaps_title"
#: Resources/templates/Localizable.strings:281
#: Resources/templates/Localizable.strings:290
#, no-wrap
msgid "KeyLayout"
msgstr "KeyLayout"
#. type: "Keymaps_description"
#: Resources/templates/Localizable.strings:282
#: Resources/templates/Localizable.strings:291
#, no-wrap
msgid "Select one keylayout to use. This will also install the Keylayout module and keymaps."
msgstr "Select one keylayout to use. This will also install the Keylayout module and keymaps."
#. type: "Themes_title"
#: Resources/templates/Localizable.strings:285
#: Resources/templates/Localizable.strings:294
#, no-wrap
msgid "Themes"
msgstr "Themes"
#. type: "Themes_description"
#: Resources/templates/Localizable.strings:286
#: Resources/templates/Localizable.strings:295
#, no-wrap
msgid ""
"A collection of sample themes\n"
trunk/package/po/it.po
77
88
99
10
11
10
11
1212
1313
1414
......
275275
276276
277277
278
278
279279
280280
281281
......
328328
329329
330330
331
331
332332
333333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
334350
335351
336352
337353
338
354
339355
340356
341357
342
358
359
343360
344
361
345362
346
363
364
347365
348366
349
350
367
368
351369
352370
353371
354372
355373
356
374
357375
358376
359377
......
365383
366384
367385
368
386
369387
370388
371389
372390
373391
374
392
375393
376394
377395
......
386404
387405
388406
389
407
390408
391409
392410
393411
394412
395
413
396414
397415
398416
399417
400418
401
419
402420
403421
404422
405423
406424
407
425
408426
409427
410428
411429
412430
413
431
414432
415433
416434
417435
418436
419
437
420438
421439
422440
423441
424442
425
443
426444
427445
428446
429447
430448
431
449
432450
433451
434452
435453
436454
437
455
438456
439457
440458
441459
442460
443
461
444462
445463
446464
447465
448466
449
467
450468
451469
452470
453471
454472
455
473
456474
457475
458476
459477
460478
461
479
462480
463481
464482
465483
466484
467
485
468486
469487
470488
471489
472490
473
491
474492
475493
476494
477495
478496
479
497
480498
481499
482500
483501
484502
485
503
486504
487505
488506
489507
490508
491
509
492510
493511
494512
495513
496514
497
515
498516
499517
500518
501519
502520
503
521
504522
505523
506524
507525
508526
509
527
510528
511529
512530
513531
514532
515
533
516534
517535
518536
519537
520538
521
539
522540
523541
524542
525543
526544
527
545
528546
529547
530548
531549
532550
533
551
534552
535553
536554
537555
538556
539
557
540558
541559
542560
543561
544562
545
563
546564
547565
548566
549567
550568
551
569
552570
553571
554572
555573
556574
557
575
558576
559577
560578
561579
562580
563
581
564582
565583
566584
567585
568586
569
587
570588
571589
572590
573591
574592
575
593
576594
577595
578596
579597
580598
581
599
582600
583601
584602
585603
586604
587
605
588606
589607
590608
591609
592610
593
611
594612
595613
596614
597615
598616
599
617
600618
601619
602620
603621
604622
605
623
606624
607625
608626
609627
610628
611
629
612630
613631
614632
615633
616634
617
635
618636
619637
620638
621639
622640
623
641
624642
625643
626644
627645
628646
629
647
630648
631649
632650
633651
634652
635
653
636654
637655
638656
639657
640658
641
659
642660
643661
644662
645663
646664
647
665
648666
649667
650668
651669
652670
653
671
654672
655673
656674
657675
658676
659
677
660678
661679
662680
663681
664682
665
683
666684
667685
668686
669687
670688
671
689
672690
673691
674692
675693
676694
677
695
678696
679697
680698
681699
682700
683
701
684702
685703
686704
687705
688706
689
707
690708
691709
692710
693711
694712
695
713
696714
697715
698716
699717
700718
701
719
702720
703721
704722
705723
706724
707
725
708726
709727
710728
711729
712730
713
731
714732
715733
716734
717735
718736
719
737
720738
721739
722740
723741
724742
725
743
726744
727745
728746
729747
730748
731
749
732750
733751
734752
735753
736754
737
755
738756
739757
740758
741759
742760
743
761
744762
745763
746764
747765
748766
749
767
750768
751769
752770
753771
754772
755
773
756774
757775
758776
759777
760778
761
779
762780
763781
764782
765783
766784
767
785
768786
769787
770788
771789
772790
773
791
774792
775793
776794
777795
778796
779
797
780798
781799
782800
783801
784802
785
803
786804
787805
788806
789807
790808
791
809
792810
793811
794812
795813
796814
797
815
798816
799817
800818
801819
802820
803
821
804822
805823
806824
807825
808826
809
827
810828
811829
812830
813831
814832
815
833
816834
817835
818836
819837
820838
821
839
822840
823841
824842
825843
826844
827
845
828846
829847
830848
831849
832850
833
851
834852
835853
836854
837855
838856
839
857
840858
841859
842860
843861
844862
845
863
846864
847865
848866
849867
850868
851
869
852870
853871
854872
855873
856874
857
875
858876
859877
860878
861879
862880
863
881
864882
865883
866884
867885
868886
869
887
870888
871889
872890
873891
874892
875
893
876894
877895
878896
879897
880898
881
899
882900
883901
884902
885903
886904
887
905
888906
889907
890908
891909
892910
893
911
894912
895913
896914
897915
898916
899
917
900918
901919
902920
903921
904922
905
923
906924
907925
908926
909927
910928
911
929
912930
913931
914932
915933
916934
917
935
918936
919937
920938
921939
922940
923
941
924942
925943
926944
927945
928946
929
947
930948
931949
932950
933951
934952
935
953
936954
937955
938956
939957
940958
941
959
942960
943961
944962
945963
946964
947
965
948966
949967
950968
951969
952970
953
971
954972
955973
956974
957975
958976
959
977
960978
961979
962980
963981
964982
965
983
966984
967985
968986
969987
970988
971
989
972990
973991
974992
975993
976994
977
995
978996
979997
980998
981999
9821000
983
1001
9841002
9851003
9861004
9871005
9881006
989
1007
9901008
9911009
9921010
9931011
9941012
995
1013
9961014
9971015
9981016
9991017
10001018
1001
1019
10021020
10031021
10041022
10051023
10061024
1007
1025
10081026
10091027
10101028
10111029
10121030
1013
1031
10141032
10151033
10161034
10171035
10181036
1019
1037
10201038
10211039
10221040
10231041
10241042
1025
1043
10261044
10271045
10281046
10291047
10301048
1031
1049
10321050
10331051
10341052
10351053
10361054
1037
1055
10381056
10391057
10401058
10411059
10421060
1043
1061
10441062
10451063
10461064
10471065
10481066
1049
1067
10501068
10511069
10521070
10531071
10541072
1055
1073
10561074
10571075
10581076
10591077
10601078
1061
1079
10621080
10631081
10641082
10651083
10661084
1067
1085
10681086
10691087
10701088
10711089
10721090
1073
1091
10741092
10751093
10761094
10771095
10781096
1079
1097
10801098
10811099
10821100
10831101
10841102
1085
1103
10861104
10871105
10881106
10891107
10901108
1091
1109
10921110
10931111
10941112
10951113
10961114
1097
1115
10981116
10991117
11001118
11011119
11021120
1103
1121
11041122
11051123
11061124
11071125
11081126
1109
1127
11101128
11111129
11121130
11131131
11141132
1115
1133
11161134
11171135
11181136
11191137
11201138
1121
1139
11221140
11231141
11241142
11251143
11261144
1127
1145
11281146
11291147
11301148
11311149
11321150
1133
1151
11341152
11351153
11361154
11371155
11381156
1139
1157
11401158
11411159
11421160
11431161
11441162
1145
1163
11461164
11471165
11481166
11491167
11501168
1151
1169
11521170
11531171
11541172
11551173
11561174
1157
1175
11581176
11591177
11601178
11611179
11621180
1163
1181
11641182
11651183
11661184
msgstr ""
"Project-Id-Version: Chameleon 2.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-06 22:38+0000\n"
"PO-Revision-Date: 2012-03-07 00:07-0000\n"
"POT-Creation-Date: 2012-07-23 21:20+0200\n"
"PO-Revision-Date: 2012-07-23 21:24-0000\n"
"Last-Translator: ErmaC\n"
"Language-Team: it <it@li.org>\n"
"Language: it\n"
#. type: "Default_title"
#: Resources/templates/Localizable.strings:25
#: Resources/templates/Localizable.strings:249
#: Resources/templates/Localizable.strings:254
#, no-wrap
msgid "Standard"
msgstr "Standard"
"Questo è attualmente usato solo dalla libreria uClibc++.\n"
"Fonte: http://www.kernel.org/pub/linux/libs/klibc/"
#. type: "Sata_title"
#. type: "ACPICodec_title"
#: Resources/templates/Localizable.strings:43
#, no-wrap
msgid "ACPICodec"
msgstr "ACPICodec"
#. type: "ACPICodec_description"
#: Resources/templates/Localizable.strings:44
#, no-wrap
msgid ""
"This module provides a substitute for the internal acpi patcher.\n"
"Dependencies: none"
msgstr ""
"Questo modulo fornisce un sostituto per il patcher interno delle tabelle ACPI.\n"
"Dipendenze: nessuna"
#. type: "Sata_title"
#: Resources/templates/Localizable.strings:47
#, no-wrap
msgid "Sata"
msgstr "Sata"
#. type: "Sata_description"
#: Resources/templates/Localizable.strings:44
#: Resources/templates/Localizable.strings:48
#, no-wrap
msgid ""
"Sata module, known as YellowIconFixer in cparm's branch.\n"
"Useful to fix yellow icon issue (can also fix an issue with the Apple's dvd player application in Mountain lion)."
"Useful to fix yellow icon issue (can also fix an issue with the Apple's dvd player application in Mountain lion).\n"
"Dependencies: none"
msgstr ""
"Modulo Sata, Conosciuto come YellowIconFixer nella branch di cparm.\n"
"Modulo Sata, Conosciuto come YellowIconFixer nella branch di cparm.\n"
"Utile per aggirare le Icone gialle dei dischi rigidi\n"
"(anche utile per sistemare i problemi con il programma di lettura DVD della Apple in Moutain Lion)."
"(anche utile per sistemare i problemi con il programma di lettura DVD della Apple in Moutain Lion).\n"
"Dipendenze: nessuna"
#. type: "Resolution_title"
#: Resources/templates/Localizable.strings:47
#: Resources/templates/Localizable.strings:277
#: Resources/templates/Localizable.strings:52
#: Resources/templates/Localizable.strings:282
#, no-wrap
msgid "Resolution"
msgstr "Risoluzioni"
#. type: "AutoReso_description"
#: Resources/templates/Localizable.strings:48
#: Resources/templates/Localizable.strings:53
#, no-wrap
msgid ""
"This module reads the edid information from the monitor attached to the main display.\n"
"Inoltre, il modulo modificherá la modalitá vesa disponibile nelle schede grafice (pre) Intel HD per fornire una corretta risoluzione durante l'avvio."
#. type: "uClibc_title"
#: Resources/templates/Localizable.strings:52
#: Resources/templates/Localizable.strings:57
#, no-wrap
msgid "uClibc++"
msgstr "uClibc++"
#. type: "uClibc_description"
#: Resources/templates/Localizable.strings:53
#: Resources/templates/Localizable.strings:58
#, no-wrap
msgid ""
"This module provides a minimalistic c++ runtime library for use in other modules. This does not provide functionality by itself, instead it is used to allow for the c++ language to be used in other modules.\n"
"Dipendenze: klibc"
#. type: "Options_title"
#: Resources/templates/Localizable.strings:62
#: Resources/templates/Localizable.strings:67
#, no-wrap
msgid "Settings"
msgstr "Opzioni di avvio"
#. type: "Options_description"
#: Resources/templates/Localizable.strings:63
#: Resources/templates/Localizable.strings:68
#, no-wrap
msgid "Create an /Extra/org.chameleon.Boot.plist by selecting any of these boot options and kernel flags."
msgstr "Imposta opzioni predefinite di avvio."
#. type: "BootBanner_title"
#: Resources/templates/Localizable.strings:65
#: Resources/templates/Localizable.strings:70
#, no-wrap
msgid "BootBanner=No"
msgstr "BootBanner=No"
#. type: "BootBanner_description"
#: Resources/templates/Localizable.strings:66
#: Resources/templates/Localizable.strings:71
#, no-wrap
msgid "Hides Chameleon's boot banner in GUI. This is the text that is drawn at the top left corner of the screen displaying the release version etc."
msgstr "Nasconde il banner di chameleon la boot in modalità grafica."
#. type: "GUI_title"
#: Resources/templates/Localizable.strings:68
#: Resources/templates/Localizable.strings:73
#, no-wrap
msgid "GUI=No"
msgstr "GUI=No"
#. type: "GUI_description"
#: Resources/templates/Localizable.strings:69
#: Resources/templates/Localizable.strings:74
#, no-wrap
msgid "Disables the default enabled graphic user interface."
msgstr "Disabilita l'interfaccia grafica, aggiunge GUI=n al com.apple.Boot.plist"
#. type: "LegacyLogo_title"
#: Resources/templates/Localizable.strings:71
#: Resources/templates/Localizable.strings:76
#, no-wrap
msgid "LegacyLogo=Yes"
msgstr "LegacyLogo=Yes"
#. type: "LegacyLogo_description"
#: Resources/templates/Localizable.strings:72
#: Resources/templates/Localizable.strings:77
#, no-wrap
msgid "Use the legacy 'dark grey' apple logo on the light grey screen for the boot process rather than the boot.png in the theme."
msgstr "Utilizza mela aple originale (nera) al caricamento."
#. type: "InstantMenu_title"
#: Resources/templates/Localizable.strings:74
#: Resources/templates/Localizable.strings:79
#, no-wrap
msgid "InstantMenu=Yes"
msgstr "InstantMenu=Yes"
#. type: "InstantMenu_description"
#: Resources/templates/Localizable.strings:75
#: Resources/templates/Localizable.strings:80
#, no-wrap
msgid "By default, when Chameleon loads you'll see the icon for the current default partition, along with a timeout progress bar which left alone will count down before Chameleon automatically boots that partition. This options skips that and takes you directly to the device selection screen."
msgstr "Carica subito il menu di selezione dei dischi."
#. type: "QuietBoot_title"
#: Resources/templates/Localizable.strings:77
#: Resources/templates/Localizable.strings:82
#, no-wrap
msgid "QuietBoot=Yes"
msgstr "QuietBoot=Yes"
#. type: "QuietBoot_description"
#: Resources/templates/Localizable.strings:78
#: Resources/templates/Localizable.strings:83
#, no-wrap
msgid "Enable quiet boot mode (no messages or prompt)."
msgstr "Carica immediatamente il disco predefinito."
#. type: "ShowInfo_title"
#: Resources/templates/Localizable.strings:80
#: Resources/templates/Localizable.strings:85
#, no-wrap
msgid "ShowInfo=Yes"
msgstr "ShowInfo=Yes"
#. type: "ShowInfo_description"
#: Resources/templates/Localizable.strings:81
#: Resources/templates/Localizable.strings:86
#, no-wrap
msgid "Enables display of partition and resolution details shown on the left side of the GUI under the boot banner. This is useful information for troubleshooting, though can clash with certain themes."
msgstr "Abilita le informazioni all'avvio di partizioni e risoluzioni."
#. type: "Wait_title"
#: Resources/templates/Localizable.strings:83
#: Resources/templates/Localizable.strings:88
#, no-wrap
msgid "Wait=Yes"
msgstr "Wait=Yes"
#. type: "Wait_description"
#: Resources/templates/Localizable.strings:84
#: Resources/templates/Localizable.strings:89
#, no-wrap
msgid "Pauses the boot process after Chameleon has finished it's setup then waits for a key press before it starts the mach kernel. Useful when combined with verbose boot for troubleshooting."
msgstr "Attende la pressione di un tasto prima di caricare il kernel."
#. type: "arch_title"
#: Resources/templates/Localizable.strings:88
#: Resources/templates/Localizable.strings:93
#, no-wrap
msgid "arch=i386"
msgstr "Architettura (arch=i386)"
#. type: "arch_description"
#: Resources/templates/Localizable.strings:89
#: Resources/templates/Localizable.strings:94
#, no-wrap
msgid "Boots the kernel in 32bit mode rather than the default 64bit mode."
msgstr "Avvia il kernel in modalità 32bit (consigliato per sistemi con meno di 10GB di RAM)."
#. type: "EHCIacquire_title"
#: Resources/templates/Localizable.strings:91
#: Resources/templates/Localizable.strings:96
#, no-wrap
msgid "EHCIacquire=Yes"
msgstr "EHCIacquire=Yes"
#. type: "EHCIacquire_description"
#: Resources/templates/Localizable.strings:92
#: Resources/templates/Localizable.strings:97
#, no-wrap
msgid "Enables the option to fix any EHCI ownership issues due to bad bioses."
msgstr "Aggiunge EHCIacquire=y al org.chameleon.Boot.plist, Questa opzione sistema eventuali proprietà legati all'EHCI in alcuni BIOS."
#. type: "EthernetBuiltIn_title"
#: Resources/templates/Localizable.strings:94
#: Resources/templates/Localizable.strings:99
#, no-wrap
msgid "EthernetBuiltIn=Yes"
msgstr "EthernetBuiltIn=Yes"
#. type: "EthernetBuiltIn_description"
#: Resources/templates/Localizable.strings:95
#: Resources/templates/Localizable.strings:100
#, no-wrap
msgid "Enables the option of adding 'built-in' to your ethernet devices."
msgstr "Aggiunge EthernetBuiltIn=y al org.chameleon.Boot.plist, Questa opzione aggiungerà 'built-in' alle periferice di rete."
#. type: "ForceHPET_title"
#: Resources/templates/Localizable.strings:97
#: Resources/templates/Localizable.strings:102
#, no-wrap
msgid "ForceHPET=Yes"
msgstr "ForceHPET=Yes"
#. type: "ForceHPET_description"
#: Resources/templates/Localizable.strings:98
#: Resources/templates/Localizable.strings:103
#, no-wrap
msgid "Enables HPET on intel chipsets, for bioses that dont include the option."
msgstr "Aggiunge ForceHPET=y al org.chameleon.Boot.plist, Questa opzione abilita l'HPET sui chipset Intel, per BIOS che non includono questa opzione."
#. type: "ForceWake_title"
#: Resources/templates/Localizable.strings:100
#: Resources/templates/Localizable.strings:105
#, no-wrap
msgid "ForceWake=Yes"
msgstr "ForceWake=Yes"
#. type: "ForceWake_description"
#: Resources/templates/Localizable.strings:101
#: Resources/templates/Localizable.strings:106
#, no-wrap
msgid "This option enables you to bypass bad sleep images."
msgstr "Aggiunge ForceWake=y al org.chameleon.Boot.plist, Questa opzione abilita la possibilità di evitare errate sleep images."
#. type: "RestartFix_title"
#: Resources/templates/Localizable.strings:103
#: Resources/templates/Localizable.strings:108
#, no-wrap
msgid "RestartFix=No"
msgstr "RestartFix=No"
#. type: "RestartFix_description"
#: Resources/templates/Localizable.strings:104
#: Resources/templates/Localizable.strings:109
#, no-wrap
msgid "Disables the automatically enabled restart fix."
msgstr "Disabilita la correzione automatica per il riavvio."
#. type: "UHCIreset_title"
#: Resources/templates/Localizable.strings:106
#: Resources/templates/Localizable.strings:111
#, no-wrap
msgid "UHCIreset=Yes"
msgstr "UHCIreset=Yes"
#. type: "UHCIreset_description"
#: Resources/templates/Localizable.strings:107
#: Resources/templates/Localizable.strings:112
#, no-wrap
msgid "Enables the option to reset UHCI controllers before starting OS X."
msgstr "Aggiunge UHCIreset=y al org.chameleon.Boot.plist, Questa opzione resetterà i controller UHCI prima dell'avvio di OS X."
#. type: "UseMemDetect_title"
#: Resources/templates/Localizable.strings:109
#: Resources/templates/Localizable.strings:114
#, no-wrap
msgid "UseMemDetect=No"
msgstr "UseMemDetect=No"
#. type: "UseMemDetect_description"
#: Resources/templates/Localizable.strings:110
#: Resources/templates/Localizable.strings:115
#, no-wrap
msgid "Disables the automatically enabled RAM recognition."
msgstr "Disattiva il riconoscimento della RAM automatico."
#. type: "UseKernelCache_title"
#: Resources/templates/Localizable.strings:112
#: Resources/templates/Localizable.strings:117
#, no-wrap
msgid "UseKernelCache=Yes"
msgstr "UseKernelCache=Yes"
#. type: "UseKernelCache_description"
#: Resources/templates/Localizable.strings:113
#: Resources/templates/Localizable.strings:118
#, no-wrap
msgid "For Lion only. Enables loading of the pre-linked kernel. This will ignore /E/E and /S/L/E. ONLY use this is you have know it contains everything you need."
msgstr "Caricherà il pre-linked kernel e ignorerà Extensions.mkext per /Extra/Extensions e /System/Library/Extensions Di default è No. Da utilizzare (Yes) se utilizzi Lion su partizione Raid."
#. type: "Wake_title"
#: Resources/templates/Localizable.strings:115
#: Resources/templates/Localizable.strings:120
#, no-wrap
msgid "Wake=Yes"
msgstr "Wake=Yes"
#. type: "Wake_description"
#: Resources/templates/Localizable.strings:116
#: Resources/templates/Localizable.strings:121
#, no-wrap
msgid "Attempts to load the sleep image saved from last hibernation."
msgstr "Carica dall'immagine dell'ibernazione."
#. type: "CSTUsingSystemIO_title"
#: Resources/templates/Localizable.strings:120
#: Resources/templates/Localizable.strings:125
#, no-wrap
msgid "CSTUsingSystemIO=Yes"
msgstr "CSTUsingSystemIO=Yes"
#. type: "CSTUsingSystemIO_description"
#: Resources/templates/Localizable.strings:121
#: Resources/templates/Localizable.strings:126
#, no-wrap
msgid "New C-State _CST generation method using SystemIO registers instead of FixedHW."
msgstr "Nuovo generatore di C-State, usa il registro SystemIO invece del FixedHW."
#. type: "DropSSDT_title"
#: Resources/templates/Localizable.strings:123
#: Resources/templates/Localizable.strings:128
#, no-wrap
msgid "DropSSDT=Yes"
msgstr "DropSSDT=Yes"
#. type: "DropSSDT_description"
#: Resources/templates/Localizable.strings:124
#: Resources/templates/Localizable.strings:129
#, no-wrap
msgid "Discard the motherboard's built-in SSDT tables."
msgstr "Non carica le tabelle SSDT dal BIOS."
#. type: "EnableC2State_title"
#: Resources/templates/Localizable.strings:126
#: Resources/templates/Localizable.strings:131
#, no-wrap
msgid "EnableC2State=Yes"
msgstr "EnableC2State=Yes"
#. type: "EnableC2State_description"
#: Resources/templates/Localizable.strings:127
#: Resources/templates/Localizable.strings:132
#, no-wrap
msgid "Enable specific Processor power state, C2."
msgstr "Abilita i C2State."
#. type: "EnableC3State_title"
#: Resources/templates/Localizable.strings:129
#: Resources/templates/Localizable.strings:134
#, no-wrap
msgid "EnableC3State=Yes"
msgstr "EnableC3State=Yes"
#. type: "EnableC3State_description"
#: Resources/templates/Localizable.strings:130
#: Resources/templates/Localizable.strings:135
#, no-wrap
msgid "Enable specific Processor power state, C3."
msgstr "Abilita i C3State."
#. type: "EnableC4State_title"
#: Resources/templates/Localizable.strings:132
#: Resources/templates/Localizable.strings:137
#, no-wrap
msgid "EnableC4State=Yes"
msgstr "EnableC4State=Yes"
#. type: "EnableC4State_description"
#: Resources/templates/Localizable.strings:133
#: Resources/templates/Localizable.strings:138
#, no-wrap
msgid "Enable specific Processor power state, C4."
msgstr "Abilita i C4State."
#. type: "GenerateCStates_title"
#: Resources/templates/Localizable.strings:135
#: Resources/templates/Localizable.strings:140
#, no-wrap
msgid "GenerateCStates=Yes"
msgstr "GenerateCStates=Yes"
#. type: "GenerateCStates_description"
#: Resources/templates/Localizable.strings:136
#: Resources/templates/Localizable.strings:141
#, no-wrap
msgid "Enable auto generation of processor idle sleep states (C-States)."
msgstr "Attiva C-State automatici."
#. type: "GeneratePStates_title"
#: Resources/templates/Localizable.strings:138
#: Resources/templates/Localizable.strings:143
#, no-wrap
msgid "GeneratePStates=Yes"
msgstr "GeneratePStates=Yes"
#. type: "GeneratePStates_description"
#: Resources/templates/Localizable.strings:139
#: Resources/templates/Localizable.strings:144
#, no-wrap
msgid "Enable auto generation of processor power performance states (P-States)."
msgstr "Attiva P-State automatici."
#. type: "1024x600x32_title"
#: Resources/templates/Localizable.strings:143
#: Resources/templates/Localizable.strings:148
#, no-wrap
msgid "1024x600x32"
msgstr "1024x600x32"
#. type: "1024x600x32_description"
#: Resources/templates/Localizable.strings:144
#: Resources/templates/Localizable.strings:149
#, no-wrap
msgid "Set Graphics Mode to 1024x600x32"
msgstr "Setta il Graphics Mode a 1024x600x32"
#. type: "1024x768x32_title"
#: Resources/templates/Localizable.strings:146
#: Resources/templates/Localizable.strings:151
#, no-wrap
msgid "1024x768x32"
msgstr "1024x768x32"
#. type: "1024x768x32_description"
#: Resources/templates/Localizable.strings:147
#: Resources/templates/Localizable.strings:152
#, no-wrap
msgid "Set Graphics Mode to 1024x768x32"
msgstr "Setta il Graphics Mode a 1024x768x32"
#. type: "1280x768x32_title"
#: Resources/templates/Localizable.strings:149
#: Resources/templates/Localizable.strings:154
#, no-wrap
msgid "1280x768x32"
msgstr "1280x768x32"
#. type: "1280x768x32_description"
#: Resources/templates/Localizable.strings:150
#: Resources/templates/Localizable.strings:155
#, no-wrap
msgid "Set Graphics Mode to 1280x768x32"
msgstr "Setta il Graphics Mode a 1280x768x32"
#. type: "1280x800x32_title"
#: Resources/templates/Localizable.strings:152
#: Resources/templates/Localizable.strings:157
#, no-wrap
msgid "1280x800x32"
msgstr "1280x800x32"
#. type: "1280x800x32_description"
#: Resources/templates/Localizable.strings:153
#: Resources/templates/Localizable.strings:158
#, no-wrap
msgid "Set Graphics Mode to 1280x800x32"
msgstr "Setta il Graphics Mode a 1280x800x32"
#. type: "1280x1024x32_title"
#: Resources/templates/Localizable.strings:155
#: Resources/templates/Localizable.strings:160
#, no-wrap
msgid "1280x1024x32"
msgstr "1280x1024x32"
#. type: "1280x1024x32_description"
#: Resources/templates/Localizable.strings:156
#: Resources/templates/Localizable.strings:161
#, no-wrap
msgid "Set Graphics Mode to 1280x1024x32"
msgstr "Setta il Graphics Mode a 1280x1024x32"
#. type: "1280x960x32_title"
#: Resources/templates/Localizable.strings:158
#: Resources/templates/Localizable.strings:163
#, no-wrap
msgid "1280x960x32"
msgstr "1280x960x32"
#. type: "1280x960x32_description"
#: Resources/templates/Localizable.strings:159
#: Resources/templates/Localizable.strings:164
#, no-wrap
msgid "Set Graphics Mode to 1280x960x32"
msgstr "Setta il Graphics Mode a 1280x960x32"
#. type: "1440x900x32_title"
#: Resources/templates/Localizable.strings:161
#: Resources/templates/Localizable.strings:166
#, no-wrap
msgid "1440x900x32"
msgstr "1440x900x32"
#. type: "1440x900x32_description"
#: Resources/templates/Localizable.strings:162
#: Resources/templates/Localizable.strings:167
#, no-wrap
msgid "Set Graphics Mode to 1440x900x32"
msgstr "Setta il Graphics Mode a 1440x900x32"
#. type: "1600x900x32_title"
#: Resources/templates/Localizable.strings:164
#: Resources/templates/Localizable.strings:169
#, no-wrap
msgid "1600x900x32"
msgstr "1600x900x32"
#. type: "1600x900x32_description"
#: Resources/templates/Localizable.strings:165
#: Resources/templates/Localizable.strings:170
#, no-wrap
msgid "Set Graphics Mode to 1600x900x32"
msgstr "Setta il Graphics Mode a 1600x900x32"
#. type: "1600x1200x32_title"
#: Resources/templates/Localizable.strings:167
#: Resources/templates/Localizable.strings:172
#, no-wrap
msgid "1600x1200x32"
msgstr "1600x1200x32"
#. type: "1600x1200x32_description"
#: Resources/templates/Localizable.strings:168
#: Resources/templates/Localizable.strings:173
#, no-wrap
msgid "Set Graphics Mode to 1600x1200x32"
msgstr "Setta il Graphics Mode a 1600x1200x32"
#. type: "1680x1050x32_title"
#: Resources/templates/Localizable.strings:170
#: Resources/templates/Localizable.strings:175
#, no-wrap
msgid "1680x1050x32"
msgstr "1680x1050x32"
#. type: "1680x1050x32_description"
#: Resources/templates/Localizable.strings:171
#: Resources/templates/Localizable.strings:176
#, no-wrap
msgid "Set Graphics Mode to 1680x1050x32"
msgstr "Setta il Graphics Mode a 1680x1050x32"
#. type: "1920x1080x32_title"
#: Resources/templates/Localizable.strings:173
#: Resources/templates/Localizable.strings:178
#, no-wrap
msgid "1920x1080x32"
msgstr "1920x1080x32"
#. type: "1920x1080x32_description"
#: Resources/templates/Localizable.strings:174
#: Resources/templates/Localizable.strings:179
#, no-wrap
msgid "Set Graphics Mode to 1920x1080x32"
msgstr "Setta il Graphics Mode a 1920x1080x32"
#. type: "1920x1200x32_title"
#: Resources/templates/Localizable.strings:176
#: Resources/templates/Localizable.strings:181
#, no-wrap
msgid "1920x1200x32"
msgstr "1920x1200x32"
#. type: "1920x1200x32_description"
#: Resources/templates/Localizable.strings:177
#: Resources/templates/Localizable.strings:182
#, no-wrap
msgid "Set Graphics Mode to 1920x1200x32"
msgstr "Setta il Graphics Mode a 1920x1200x32"
#. type: "GraphicsEnabler_title"
#: Resources/templates/Localizable.strings:181
#: Resources/templates/Localizable.strings:186
#, no-wrap
msgid "GraphicsEnabler=Yes"
msgstr "GraphicsEnabler=Yes"
#. type: "GraphicsEnabler_description"
#: Resources/templates/Localizable.strings:182
#: Resources/templates/Localizable.strings:187
#, no-wrap
msgid "Enables the option to autodetect NVIDIA based GPUs and inject the correct info."
msgstr "Aggiunge GraphicsEnabler=Yes al org.chameleon.Boot.plist, Questa opzione abilita il riconoscimento automatico delle schede grafiche iniettanto le informazioni corrette."
#. type: "EnableHDMIAudio_title"
#: Resources/templates/Localizable.strings:184
#: Resources/templates/Localizable.strings:189
#, no-wrap
msgid "EnableHDMIAudio=Yes"
msgstr "EnableHDMIAudio=Yes"
#. type: "EnableHDMIAudio_description"
#: Resources/templates/Localizable.strings:185
#: Resources/templates/Localizable.strings:190
#, no-wrap
msgid "Inject HDMi audio for NVIDIA or AMD/ATI."
msgstr "Aggiunge EnableHDMIAudio=Yes al org.chameleon.Boot.plist, Questa opzione abilita l'audio HDMi delle schede grafiche iniettanto le informazioni corrette."
#. type: "UseAtiROM_title"
#: Resources/templates/Localizable.strings:187
#: Resources/templates/Localizable.strings:192
#, no-wrap
msgid "UseAtiROM=Yes"
msgstr "UseAtiROM=Yes"
#. type: "UseAtiROM_description"
#: Resources/templates/Localizable.strings:188
#: Resources/templates/Localizable.strings:193
#, no-wrap
msgid "Enables UseAtiROM options."
msgstr "Attiva opzione UseAtiROM."
#. type: "UseNvidiaROM_title"
#: Resources/templates/Localizable.strings:190
#: Resources/templates/Localizable.strings:195
#, no-wrap
msgid "UseNvidiaROM=Yes"
msgstr "UseNvidiaROM=Yes"
#. type: "UseNvidiaROM_description"
#: Resources/templates/Localizable.strings:191
#: Resources/templates/Localizable.strings:196
#, no-wrap
msgid "Enables UseNvidiaROM options."
msgstr "Attiva opzione UseNvidiaROM."
#. type: "VBIOS_title"
#: Resources/templates/Localizable.strings:193
#: Resources/templates/Localizable.strings:198
#, no-wrap
msgid "VBIOS=Yes"
msgstr "VBIOS=Yes"
#. type: "VBIOS_description"
#: Resources/templates/Localizable.strings:194
#: Resources/templates/Localizable.strings:199
#, no-wrap
msgid "Enables VBIOS option"
msgstr "Attiva opzione VBIOS"
#. type: "Verbose_title"
#: Resources/templates/Localizable.strings:199
#: Resources/templates/Localizable.strings:204
#, no-wrap
msgid "Verbose Mode"
msgstr "Modalità Verbose (-v)"
#. type: "Verbose_description"
#: Resources/templates/Localizable.strings:200
#: Resources/templates/Localizable.strings:205
#, no-wrap
msgid "Turns on verbose logging and allows you to see messages from both Chameleon and the OS X kernel at boot time. Essential for troubleshooting."
msgstr "Attiva il registro dettagliato e permette di vedere i menssaggi sia di Chameleon che del Kernel, durante l'avvio. Essenziale per la soluzione di problemi."
#. type: "Singleusermode_title"
#: Resources/templates/Localizable.strings:202
#: Resources/templates/Localizable.strings:207
#, no-wrap
msgid "Single User Mode"
msgstr "Modalitá Single User (-s)"
#. type: "Singleusermode_description"
#: Resources/templates/Localizable.strings:203
#: Resources/templates/Localizable.strings:208
#, no-wrap
msgid "A troubleshooting option used for booting into OS X's BSD/Unix command line."
msgstr "È una opzione utilizzata per risolvere problemi utilizzata per avviare in command-line BSD/Unix di OS X."
#. type: "Ignorecaches_title"
#: Resources/templates/Localizable.strings:205
#: Resources/templates/Localizable.strings:210
#, no-wrap
msgid "Ignore Caches"
msgstr "Ignora Caches (-f)"
#. type: "Ignorecaches_description"
#: Resources/templates/Localizable.strings:206
#: Resources/templates/Localizable.strings:211
#, no-wrap
msgid "Not an option that's needed for everyday booting, but it can be useful if you want OS X to load all files from it's system folders, rather than relying on it's pre-built caches."
msgstr "Non è una opzione necessaria per avviare, ma può essere utile se si desidera che OS X carichi tutti i file della cartella di sistema, al posto di andare in conflitto con la cache precostruita."
#. type: "Npci_title"
#: Resources/templates/Localizable.strings:208
#: Resources/templates/Localizable.strings:213
#, no-wrap
msgid "npci=0x2000"
msgstr "npci=0x2000"
#. type: "Npci_description"
#: Resources/templates/Localizable.strings:209
#: Resources/templates/Localizable.strings:214
#, no-wrap
msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x2000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code."
msgstr "Imposta la flag npci=0x2000 per la key Kernel Flags."
#. type: "Npci3_title"
#: Resources/templates/Localizable.strings:211
#: Resources/templates/Localizable.strings:216
#, no-wrap
msgid "npci=0x3000"
msgstr "npci=0x3000"
#. type: "Npci3_description"
#: Resources/templates/Localizable.strings:212
#: Resources/templates/Localizable.strings:217
#, no-wrap
msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x3000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code."
msgstr "Imposta la flag npci=0x3000 per la key Kernel Flags."
#. type: "Darkwake_title"
#: Resources/templates/Localizable.strings:214
#: Resources/templates/Localizable.strings:219
#, no-wrap
msgid "darkwake=0"
msgstr "darkwake=0"
#. type: "Darkwake_description"
#: Resources/templates/Localizable.strings:215
#: Resources/templates/Localizable.strings:220
#, no-wrap
msgid "Lion only. Disables the 'low power wake' feature which can sometimes leave the screen black after wake from sleep."
msgstr "Solo per Lion. Disabilita il 'low power wake' che a volte lascia lo schermo nero dopo il risveglio dallo Sleep/Stop."
#. type: "mac-de_title"
#: Resources/templates/Localizable.strings:221
#: Resources/templates/Localizable.strings:226
#, no-wrap
msgid "German Mac Keyboard"
msgstr "Mappatura tastiera Tedesca Mac"
#. type: "mac-de_description"
#: Resources/templates/Localizable.strings:222
#: Resources/templates/Localizable.strings:227
#, no-wrap
msgid "Use the keyboard layout for a German Mac keyboard"
msgstr "Usa la mappatura della tastiera Tedesca per Mac"
#. type: "mac-es_title"
#: Resources/templates/Localizable.strings:224
#: Resources/templates/Localizable.strings:229
#, no-wrap
msgid "Spanish Mac Keyboard"
msgstr "Mappatura tastiera Spagnola Mac"
#. type: "mac-es_description"
#: Resources/templates/Localizable.strings:225
#: Resources/templates/Localizable.strings:230
#, no-wrap
msgid "Use the keyboard layout for a Spanish Mac keyboard"
msgstr "Usa la mappatura della tastiera Spagnola per Mac"
#. type: "mac-fr_title"
#: Resources/templates/Localizable.strings:227
#: Resources/templates/Localizable.strings:232
#, no-wrap
msgid "French Mac Keyboard"
msgstr "Mappatura tastiera Francese Mac"
#. type: "mac-fr_description"
#: Resources/templates/Localizable.strings:228
#: Resources/templates/Localizable.strings:233
#, no-wrap
msgid "Use the keyboard layout for a French Mac keyboard"
msgstr "Usa la mappatura della tastiera Francese per Mac"
#. type: "mac-it_title"
#: Resources/templates/Localizable.strings:230
#: Resources/templates/Localizable.strings:235
#, no-wrap
msgid "Italian Mac Keyboard"
msgstr "Mappatura tastiera Italiana Mac"
#. type: "mac-it_description"
#: Resources/templates/Localizable.strings:231
#: Resources/templates/Localizable.strings:236
#, no-wrap
msgid "Use the keyboard layout for an Italian Mac keyboard"
msgstr "Usa la mappatura della tastiera Italiana per Mac"
#. type: "mac-se_title"
#: Resources/templates/Localizable.strings:233
#: Resources/templates/Localizable.strings:238
#, no-wrap
msgid "Swedish Mac Keyboard"
msgstr "Mappatura tastiera Svedese Mac"
#. type: "mac-se_description"
#: Resources/templates/Localizable.strings:234
#: Resources/templates/Localizable.strings:239
#, no-wrap
msgid "Use the keyboard layout for a Swedish Mac keyboard"
msgstr "Usa la mappatura della tastiera Svedese per Mac"
#. type: "pc-fr_title"
#: Resources/templates/Localizable.strings:236
#: Resources/templates/Localizable.strings:241
#, no-wrap
msgid "French PC Keyboard"
msgstr "Mappatura tastiera Francese PC"
#. type: "pc-fr_description"
#: Resources/templates/Localizable.strings:237
#: Resources/templates/Localizable.strings:242
#, no-wrap
msgid "Use the keyboard layout for a French PC keyboard"
msgstr "Usa la mappatura della tastiera Francese per PC"
#. type: "Embed_title"
#: Resources/templates/Localizable.strings:243
#: Resources/templates/Localizable.strings:248
#, no-wrap
msgid "Embed"
msgstr "Embed"
#. type: "Embed_description"
#: Resources/templates/Localizable.strings:244
#: Resources/templates/Localizable.strings:249
#, no-wrap
msgid "A smaller simple version of the new default theme used when building a version of Chameleon which requires an embedded theme."
msgstr "Tema integrato in chameleon (Standard ridotto)."
#. type: "Legacy_title"
#: Resources/templates/Localizable.strings:246
#: Resources/templates/Localizable.strings:251
#, no-wrap
msgid "Legacy"
msgstr "Legacy"
#. type: "Legacy_description"
#: Resources/templates/Localizable.strings:247
#: Resources/templates/Localizable.strings:252
#, no-wrap
msgid "Chameleon's original default theme introduced for v2.0 RC1"
msgstr "Il vecchio tema Standard di chameleon"
#. type: "Default_description"
#: Resources/templates/Localizable.strings:250
#: Resources/templates/Localizable.strings:255
#, no-wrap
msgid "Chameleon default theme introduced for v2.0 RC5"
msgstr "Il tema standard usato dal bootloader, aggiunto qui per essere personalizzato."
#. type: "Bullet_title"
#: Resources/templates/Localizable.strings:252
#: Resources/templates/Localizable.strings:257
#, no-wrap
msgid "Bullet"
msgstr "Bullet"
#. type: "Bullet_description"
#: Resources/templates/Localizable.strings:253
#: Resources/templates/Localizable.strings:258
#, no-wrap
msgid "A lovely simple theme by NoSmokingBandit from April 2009."
msgstr "Un tema The Bullet by NoSmokingBandit."
#. type: "Control_title"
#: Resources/templates/Localizable.strings:261
#: Resources/templates/Localizable.strings:266
#, no-wrap
msgid "Control Options"
msgstr "Opzioni di Controllo"
#. type: "Control_description"
#: Resources/templates/Localizable.strings:262
#: Resources/templates/Localizable.strings:267
#, no-wrap
msgid "Settings to control how Chameleon works."
msgstr "Settaggi per controllare come Chameleon lavora."
#. type: "General_title"
#: Resources/templates/Localizable.strings:265
#: Resources/templates/Localizable.strings:270
#, no-wrap
msgid "General Options"
msgstr "Opzioni Generali"
#. type: "General_description"
#: Resources/templates/Localizable.strings:266
#: Resources/templates/Localizable.strings:271
#, no-wrap
msgid "Choose from a selection of base options."
msgstr "Seleziona una opzione base."
#. type: "KernelFlags_title"
#: Resources/templates/Localizable.strings:269
#: Resources/templates/Localizable.strings:274
#, no-wrap
msgid "Kernel Flags"
msgstr "Flags del Kernel"
#. type: "KernelFlags_description"
#: Resources/templates/Localizable.strings:270
#: Resources/templates/Localizable.strings:275
#, no-wrap
msgid "Choose from a selection of kernel flags."
msgstr "Scegli le possibili flag del kernel."
#. type: "PowerManagement_title"
#: Resources/templates/Localizable.strings:273
#: Resources/templates/Localizable.strings:278
#, no-wrap
msgid "Power Management"
msgstr "Gestione Energetica"
#. type: "PowerManagement_description"
#: Resources/templates/Localizable.strings:274
#: Resources/templates/Localizable.strings:279
#, no-wrap
msgid "A selection of options that deal with power management and speedstep."
msgstr "Selezione di opzioni pre la gestione energetica e speedstep."
#. type: "Resolution_description"
#: Resources/templates/Localizable.strings:278
#: Resources/templates/Localizable.strings:283
#, no-wrap
msgid "Set one resolution to use."
msgstr "Imposta la risoluzione del tuo monitor."
#. type: "Video_title"
#: Resources/templates/Localizable.strings:281
#: Resources/templates/Localizable.strings:286
#, no-wrap
msgid "Video"
msgstr "Video"
#. type: "Video_description"
#: Resources/templates/Localizable.strings:282
#: Resources/templates/Localizable.strings:287
#, no-wrap
msgid "A selection of options that deal with video."
msgstr "Selezione di opzioni per il video."
#. type: "Keymaps_title"
#: Resources/templates/Localizable.strings:285
#: Resources/templates/Localizable.strings:290
#, no-wrap
msgid "KeyLayout"
msgstr "Mappatura tastiera"
#. type: "Keymaps_description"
#: Resources/templates/Localizable.strings:286
#: Resources/templates/Localizable.strings:291
#, no-wrap
msgid "Select one keylayout to use. This will also install the Keylayout module and keymaps."
msgstr "Seleziona la mappatura da utilizzare, Verrá anche installato il modulo Keylayout e le mappature tastiera."
#. type: "Themes_title"
#: Resources/templates/Localizable.strings:289
#: Resources/templates/Localizable.strings:294
#, no-wrap
msgid "Themes"
msgstr "Temi"
#. type: "Themes_description"
#: Resources/templates/Localizable.strings:290
#: Resources/templates/Localizable.strings:295
#, no-wrap
msgid ""
"A collection of sample themes\n"
trunk/package/po/chameleon.pot
77
88
99
10
10
1111
1212
1313
......
248248
249249
250250
251
251
252252
253253
254254
......
305305
306306
307307
308
308
309309
310310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
311325
312326
313327
314328
315
329
316330
317331
318332
319333
320
334
335
321336
322337
323338
324
339
325340
326341
327342
328343
329344
330
345
331346
332347
333348
......
339354
340355
341356
342
357
343358
344359
345360
346361
347362
348
363
349364
350365
351366
......
357372
358373
359374
360
375
361376
362377
363378
364379
365380
366
381
367382
368383
369384
......
371386
372387
373388
374
389
375390
376391
377392
378393
379394
380
395
381396
382397
383398
......
385400
386401
387402
388
403
389404
390405
391406
392407
393408
394
409
395410
396411
397412
398413
399414
400
415
401416
402417
403418
404419
405420
406
421
407422
408423
409424
......
411426
412427
413428
414
429
415430
416431
417432
418433
419434
420
435
421436
422437
423438
......
427442
428443
429444
430
445
431446
432447
433448
434449
435450
436
451
437452
438453
439454
440455
441456
442
457
443458
444459
445460
446461
447462
448
463
449464
450465
451466
......
454469
455470
456471
457
472
458473
459474
460475
461476
462477
463
478
464479
465480
466481
......
469484
470485
471486
472
487
473488
474489
475490
476491
477492
478
493
479494
480495
481496
482497
483498
484
499
485500
486501
487502
488503
489504
490
505
491506
492507
493508
494509
495510
496
511
497512
498513
499514
500515
501516
502
517
503518
504519
505520
506521
507522
508
523
509524
510525
511526
512527
513528
514
529
515530
516531
517532
518533
519534
520
535
521536
522537
523538
524539
525540
526
541
527542
528543
529544
530545
531546
532
547
533548
534549
535550
536551
537552
538
553
539554
540555
541556
542557
543558
544
559
545560
546561
547562
548563
549564
550
565
551566
552567
553568
554569
555570
556
571
557572
558573
559574
560575
561576
562
577
563578
564579
565580
566581
567582
568
583
569584
570585
571586
572587
573588
574
589
575590
576591
577592
......
580595
581596
582597
583
598
584599
585600
586601
587602
588603
589
604
590605
591606
592607
593608
594609
595
610
596611
597612
598613
599614
600615
601
616
602617
603618
604619
......
606621
607622
608623
609
624
610625
611626
612627
613628
614629
615
630
616631
617632
618633
619634
620635
621
636
622637
623638
624639
625640
626641
627
642
628643
629644
630645
631646
632647
633
648
634649
635650
636651
637652
638653
639
654
640655
641656
642657
643658
644659
645
660
646661
647662
648663
649664
650665
651
666
652667
653668
654669
655670
656671
657
672
658673
659674
660675
661676
662677
663
678
664679
665680
666681
667682
668683
669
684
670685
671686
672687
673688
674689
675
690
676691
677692
678693
679694
680695
681
696
682697
683698
684699
685700
686701
687
702
688703
689704
690705
691706
692707
693
708
694709
695710
696711
697712
698713
699
714
700715
701716
702717
703718
704719
705
720
706721
707722
708723
709724
710725
711
726
712727
713728
714729
715730
716731
717
732
718733
719734
720735
721736
722737
723
738
724739
725740
726741
727742
728743
729
744
730745
731746
732747
733748
734749
735
750
736751
737752
738753
739754
740755
741
756
742757
743758
744759
745760
746761
747
762
748763
749764
750765
751766
752767
753
768
754769
755770
756771
757772
758773
759
774
760775
761776
762777
763778
764779
765
780
766781
767782
768783
769784
770785
771
786
772787
773788
774789
775790
776791
777
792
778793
779794
780795
781796
782797
783
798
784799
785800
786801
787802
788803
789
804
790805
791806
792807
793808
794809
795
810
796811
797812
798813
799814
800815
801
816
802817
803818
804819
805820
806821
807
822
808823
809824
810825
811826
812827
813
828
814829
815830
816831
817832
818833
819
834
820835
821836
822837
823838
824839
825
840
826841
827842
828843
829844
830845
831
846
832847
833848
834849
......
836851
837852
838853
839
854
840855
841856
842857
843858
844859
845
860
846861
847862
848863
849864
850865
851
866
852867
853868
854869
855870
856871
857
872
858873
859874
860875
861876
862877
863
878
864879
865880
866881
867882
868883
869
884
870885
871886
872887
873888
874889
875
890
876891
877892
878893
879894
880895
881
896
882897
883898
884899
885900
886901
887
902
888903
889904
890905
891906
892907
893
908
894909
895910
896911
......
898913
899914
900915
901
916
902917
903918
904919
905920
906921
907
922
908923
909924
910925
911926
912927
913
928
914929
915930
916931
917932
918933
919
934
920935
921936
922937
......
925940
926941
927942
928
943
929944
930945
931946
932947
933948
934
949
935950
936951
937952
......
939954
940955
941956
942
957
943958
944959
945960
946961
947962
948
963
949964
950965
951966
......
953968
954969
955970
956
971
957972
958973
959974
960975
961976
962
977
963978
964979
965980
......
967982
968983
969984
970
985
971986
972987
973988
974989
975990
976
991
977992
978993
979994
980995
981996
982
997
983998
984999
9851000
9861001
9871002
988
1003
9891004
9901005
9911006
9921007
9931008
994
1009
9951010
9961011
9971012
9981013
9991014
1000
1015
10011016
10021017
10031018
10041019
10051020
1006
1021
10071022
10081023
10091024
10101025
10111026
1012
1027
10131028
10141029
10151030
10161031
10171032
1018
1033
10191034
10201035
10211036
10221037
10231038
1024
1039
10251040
10261041
10271042
10281043
10291044
1030
1045
10311046
10321047
10331048
10341049
10351050
1036
1051
10371052
10381053
10391054
10401055
10411056
1042
1057
10431058
10441059
10451060
10461061
10471062
1048
1063
10491064
10501065
10511066
......
10531068
10541069
10551070
1056
1071
10571072
10581073
10591074
10601075
10611076
1062
1077
10631078
10641079
10651080
10661081
10671082
1068
1083
10691084
10701085
10711086
10721087
10731088
1074
1089
10751090
10761091
10771092
10781093
10791094
1080
1095
10811096
10821097
10831098
10841099
10851100
1086
1101
10871102
10881103
10891104
10901105
10911106
1092
1107
10931108
10941109
10951110
10961111
10971112
1098
1113
10991114
11001115
11011116
11021117
11031118
1104
1119
11051120
11061121
11071122
11081123
11091124
1110
1125
11111126
11121127
11131128
11141129
11151130
1116
1131
11171132
11181133
11191134
11201135
11211136
1122
1137
11231138
11241139
11251140
11261141
11271142
1128
1143
11291144
11301145
11311146
11321147
11331148
1134
1149
11351150
11361151
11371152
11381153
11391154
1140
1155
11411156
11421157
11431158
11441159
11451160
1146
1161
11471162
11481163
11491164
11501165
11511166
1152
1167
11531168
11541169
11551170
11561171
11571172
1158
1173
11591174
11601175
11611176
......
11631178
11641179
11651180
1166
1181
11671182
11681183
11691184
11701185
11711186
1172
1187
11731188
11741189
11751190
msgid ""
msgstr ""
"Project-Id-Version: Chameleon 2.1\n"
"POT-Creation-Date: 2012-05-22 20:31+0200\n"
"POT-Creation-Date: 2012-07-23 21:20+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgstr ""
#. type: "Default_title"
#: Resources/templates/Localizable.strings:25 Resources/templates/Localizable.strings:249
#: Resources/templates/Localizable.strings:25 Resources/templates/Localizable.strings:254
#, no-wrap
msgid "Standard"
msgstr ""
"Source: http://www.kernel.org/pub/linux/libs/klibc/"
msgstr ""
#. type: "Sata_title"
#. type: "ACPICodec_title"
#: Resources/templates/Localizable.strings:43
#, no-wrap
msgid "ACPICodec"
msgstr ""
#. type: "ACPICodec_description"
#: Resources/templates/Localizable.strings:44
#, no-wrap
msgid ""
"This module provides a substitute for the internal acpi patcher.\n"
"Dependencies: none"
msgstr ""
#. type: "Sata_title"
#: Resources/templates/Localizable.strings:47
#, no-wrap
msgid "Sata"
msgstr ""
#. type: "Sata_description"
#: Resources/templates/Localizable.strings:44
#: Resources/templates/Localizable.strings:48
#, no-wrap
msgid ""
"Sata module, known as YellowIconFixer in cparm's branch.\n"
"Useful to fix yellow icon issue (can also fix an issue with the Apple's dvd "
"player application in Mountain lion)."
"player application in Mountain lion).\n"
"Dependencies: none"
msgstr ""
#. type: "Resolution_title"
#: Resources/templates/Localizable.strings:47 Resources/templates/Localizable.strings:277
#: Resources/templates/Localizable.strings:52 Resources/templates/Localizable.strings:282
#, no-wrap
msgid "Resolution"
msgstr ""
#. type: "AutoReso_description"
#: Resources/templates/Localizable.strings:48
#: Resources/templates/Localizable.strings:53
#, no-wrap
msgid ""
"This module reads the edid information from the monitor attached to the main "
msgstr ""
#. type: "uClibc_title"
#: Resources/templates/Localizable.strings:52
#: Resources/templates/Localizable.strings:57
#, no-wrap
msgid "uClibc++"
msgstr ""
#. type: "uClibc_description"
#: Resources/templates/Localizable.strings:53
#: Resources/templates/Localizable.strings:58
#, no-wrap
msgid ""
"This module provides a minimalistic c++ runtime library for use in other "
msgstr ""
#. type: "Options_title"
#: Resources/templates/Localizable.strings:62
#: Resources/templates/Localizable.strings:67
#, no-wrap
msgid "Settings"
msgstr ""
#. type: "Options_description"
#: Resources/templates/Localizable.strings:63
#: Resources/templates/Localizable.strings:68
#, no-wrap
msgid ""
"Create an /Extra/org.chameleon.Boot.plist by selecting any of these boot "
msgstr ""
#. type: "BootBanner_title"
#: Resources/templates/Localizable.strings:65
#: Resources/templates/Localizable.strings:70
#, no-wrap
msgid "BootBanner=No"
msgstr ""
#. type: "BootBanner_description"
#: Resources/templates/Localizable.strings:66
#: Resources/templates/Localizable.strings:71
#, no-wrap
msgid ""
"Hides Chameleon's boot banner in GUI. This is the text that is drawn at the "
msgstr ""
#. type: "GUI_title"
#: Resources/templates/Localizable.strings:68
#: Resources/templates/Localizable.strings:73
#, no-wrap
msgid "GUI=No"
msgstr ""
#. type: "GUI_description"
#: Resources/templates/Localizable.strings:69
#: Resources/templates/Localizable.strings:74
#, no-wrap
msgid "Disables the default enabled graphic user interface."
msgstr ""
#. type: "LegacyLogo_title"
#: Resources/templates/Localizable.strings:71
#: Resources/templates/Localizable.strings:76
#, no-wrap
msgid "LegacyLogo=Yes"
msgstr ""
#. type: "LegacyLogo_description"
#: Resources/templates/Localizable.strings:72
#: Resources/templates/Localizable.strings:77
#, no-wrap
msgid ""
"Use the legacy 'dark grey' apple logo on the light grey screen for the boot "
msgstr ""
#. type: "InstantMenu_title"
#: Resources/templates/Localizable.strings:74
#: Resources/templates/Localizable.strings:79
#, no-wrap
msgid "InstantMenu=Yes"
msgstr ""
#. type: "InstantMenu_description"
#: Resources/templates/Localizable.strings:75
#: Resources/templates/Localizable.strings:80
#, no-wrap
msgid ""
"By default, when Chameleon loads you'll see the icon for the current default "
msgstr ""
#. type: "QuietBoot_title"
#: Resources/templates/Localizable.strings:77
#: Resources/templates/Localizable.strings:82
#, no-wrap
msgid "QuietBoot=Yes"
msgstr ""
#. type: "QuietBoot_description"
#: Resources/templates/Localizable.strings:78
#: Resources/templates/Localizable.strings:83
#, no-wrap
msgid "Enable quiet boot mode (no messages or prompt)."
msgstr ""
#. type: "ShowInfo_title"
#: Resources/templates/Localizable.strings:80
#: Resources/templates/Localizable.strings:85
#, no-wrap
msgid "ShowInfo=Yes"
msgstr ""
#. type: "ShowInfo_description"
#: Resources/templates/Localizable.strings:81
#: Resources/templates/Localizable.strings:86
#, no-wrap
msgid ""
"Enables display of partition and resolution details shown on the left side "
msgstr ""
#. type: "Wait_title"
#: Resources/templates/Localizable.strings:83
#: Resources/templates/Localizable.strings:88
#, no-wrap
msgid "Wait=Yes"
msgstr ""
#. type: "Wait_description"
#: Resources/templates/Localizable.strings:84
#: Resources/templates/Localizable.strings:89
#, no-wrap
msgid ""
"Pauses the boot process after Chameleon has finished it's setup then waits "
msgstr ""
#. type: "arch_title"
#: Resources/templates/Localizable.strings:88
#: Resources/templates/Localizable.strings:93
#, no-wrap
msgid "arch=i386"
msgstr ""
#. type: "arch_description"
#: Resources/templates/Localizable.strings:89
#: Resources/templates/Localizable.strings:94
#, no-wrap
msgid "Boots the kernel in 32bit mode rather than the default 64bit mode."
msgstr ""
#. type: "EHCIacquire_title"
#: Resources/templates/Localizable.strings:91
#: Resources/templates/Localizable.strings:96
#, no-wrap
msgid "EHCIacquire=Yes"
msgstr ""
#. type: "EHCIacquire_description"
#: Resources/templates/Localizable.strings:92
#: Resources/templates/Localizable.strings:97
#, no-wrap
msgid "Enables the option to fix any EHCI ownership issues due to bad bioses."
msgstr ""
#. type: "EthernetBuiltIn_title"
#: Resources/templates/Localizable.strings:94
#: Resources/templates/Localizable.strings:99
#, no-wrap
msgid "EthernetBuiltIn=Yes"
msgstr ""
#. type: "EthernetBuiltIn_description"
#: Resources/templates/Localizable.strings:95
#: Resources/templates/Localizable.strings:100
#, no-wrap
msgid "Enables the option of adding 'built-in' to your ethernet devices."
msgstr ""
#. type: "ForceHPET_title"
#: Resources/templates/Localizable.strings:97
#: Resources/templates/Localizable.strings:102
#, no-wrap
msgid "ForceHPET=Yes"
msgstr ""
#. type: "ForceHPET_description"
#: Resources/templates/Localizable.strings:98
#: Resources/templates/Localizable.strings:103
#, no-wrap
msgid "Enables HPET on intel chipsets, for bioses that dont include the option."
msgstr ""
#. type: "ForceWake_title"
#: Resources/templates/Localizable.strings:100
#: Resources/templates/Localizable.strings:105
#, no-wrap
msgid "ForceWake=Yes"
msgstr ""
#. type: "ForceWake_description"
#: Resources/templates/Localizable.strings:101
#: Resources/templates/Localizable.strings:106
#, no-wrap
msgid "This option enables you to bypass bad sleep images."
msgstr ""
#. type: "RestartFix_title"
#: Resources/templates/Localizable.strings:103
#: Resources/templates/Localizable.strings:108
#, no-wrap
msgid "RestartFix=No"
msgstr ""
#. type: "RestartFix_description"
#: Resources/templates/Localizable.strings:104
#: Resources/templates/Localizable.strings:109
#, no-wrap
msgid "Disables the automatically enabled restart fix."
msgstr ""
#. type: "UHCIreset_title"
#: Resources/templates/Localizable.strings:106
#: Resources/templates/Localizable.strings:111
#, no-wrap
msgid "UHCIreset=Yes"
msgstr ""
#. type: "UHCIreset_description"
#: Resources/templates/Localizable.strings:107
#: Resources/templates/Localizable.strings:112
#, no-wrap
msgid "Enables the option to reset UHCI controllers before starting OS X."
msgstr ""
#. type: "UseMemDetect_title"
#: Resources/templates/Localizable.strings:109
#: Resources/templates/Localizable.strings:114
#, no-wrap
msgid "UseMemDetect=No"
msgstr ""
#. type: "UseMemDetect_description"
#: Resources/templates/Localizable.strings:110
#: Resources/templates/Localizable.strings:115
#, no-wrap
msgid "Disables the automatically enabled RAM recognition."
msgstr ""
#. type: "UseKernelCache_title"
#: Resources/templates/Localizable.strings:112
#: Resources/templates/Localizable.strings:117
#, no-wrap
msgid "UseKernelCache=Yes"
msgstr ""
#. type: "UseKernelCache_description"
#: Resources/templates/Localizable.strings:113
#: Resources/templates/Localizable.strings:118
#, no-wrap
msgid ""
"For Lion only. Enables loading of the pre-linked kernel. This will ignore "
msgstr ""
#. type: "Wake_title"
#: Resources/templates/Localizable.strings:115
#: Resources/templates/Localizable.strings:120
#, no-wrap
msgid "Wake=Yes"
msgstr ""
#. type: "Wake_description"
#: Resources/templates/Localizable.strings:116
#: Resources/templates/Localizable.strings:121
#, no-wrap
msgid "Attempts to load the sleep image saved from last hibernation."
msgstr ""
#. type: "CSTUsingSystemIO_title"
#: Resources/templates/Localizable.strings:120
#: Resources/templates/Localizable.strings:125
#, no-wrap
msgid "CSTUsingSystemIO=Yes"
msgstr ""
#. type: "CSTUsingSystemIO_description"
#: Resources/templates/Localizable.strings:121
#: Resources/templates/Localizable.strings:126
#, no-wrap
msgid ""
"New C-State _CST generation method using SystemIO registers instead of "
msgstr ""
#. type: "DropSSDT_title"
#: Resources/templates/Localizable.strings:123
#: Resources/templates/Localizable.strings:128
#, no-wrap
msgid "DropSSDT=Yes"
msgstr ""
#. type: "DropSSDT_description"
#: Resources/templates/Localizable.strings:124
#: Resources/templates/Localizable.strings:129
#, no-wrap
msgid "Discard the motherboard's built-in SSDT tables."
msgstr ""
#. type: "EnableC2State_title"
#: Resources/templates/Localizable.strings:126
#: Resources/templates/Localizable.strings:131
#, no-wrap
msgid "EnableC2State=Yes"
msgstr ""
#. type: "EnableC2State_description"
#: Resources/templates/Localizable.strings:127
#: Resources/templates/Localizable.strings:132
#, no-wrap
msgid "Enable specific Processor power state, C2."
msgstr ""
#. type: "EnableC3State_title"
#: Resources/templates/Localizable.strings:129
#: Resources/templates/Localizable.strings:134
#, no-wrap
msgid "EnableC3State=Yes"
msgstr ""
#. type: "EnableC3State_description"
#: Resources/templates/Localizable.strings:130
#: Resources/templates/Localizable.strings:135
#, no-wrap
msgid "Enable specific Processor power state, C3."
msgstr ""
#. type: "EnableC4State_title"
#: Resources/templates/Localizable.strings:132
#: Resources/templates/Localizable.strings:137
#, no-wrap
msgid "EnableC4State=Yes"
msgstr ""
#. type: "EnableC4State_description"
#: Resources/templates/Localizable.strings:133
#: Resources/templates/Localizable.strings:138
#, no-wrap
msgid "Enable specific Processor power state, C4."
msgstr ""
#. type: "GenerateCStates_title"
#: Resources/templates/Localizable.strings:135
#: Resources/templates/Localizable.strings:140
#, no-wrap
msgid "GenerateCStates=Yes"
msgstr ""
#. type: "GenerateCStates_description"
#: Resources/templates/Localizable.strings:136
#: Resources/templates/Localizable.strings:141
#, no-wrap
msgid "Enable auto generation of processor idle sleep states (C-States)."
msgstr ""
#. type: "GeneratePStates_title"
#: Resources/templates/Localizable.strings:138
#: Resources/templates/Localizable.strings:143
#, no-wrap
msgid "GeneratePStates=Yes"
msgstr ""
#. type: "GeneratePStates_description"
#: Resources/templates/Localizable.strings:139
#: Resources/templates/Localizable.strings:144
#, no-wrap
msgid "Enable auto generation of processor power performance states (P-States)."
msgstr ""
#. type: "1024x600x32_title"
#: Resources/templates/Localizable.strings:143
#: Resources/templates/Localizable.strings:148
#, no-wrap
msgid "1024x600x32"
msgstr ""
#. type: "1024x600x32_description"
#: Resources/templates/Localizable.strings:144
#: Resources/templates/Localizable.strings:149
#, no-wrap
msgid "Set Graphics Mode to 1024x600x32"
msgstr ""
#. type: "1024x768x32_title"
#: Resources/templates/Localizable.strings:146
#: Resources/templates/Localizable.strings:151
#, no-wrap
msgid "1024x768x32"
msgstr ""
#. type: "1024x768x32_description"
#: Resources/templates/Localizable.strings:147
#: Resources/templates/Localizable.strings:152
#, no-wrap
msgid "Set Graphics Mode to 1024x768x32"
msgstr ""
#. type: "1280x768x32_title"
#: Resources/templates/Localizable.strings:149
#: Resources/templates/Localizable.strings:154
#, no-wrap
msgid "1280x768x32"
msgstr ""
#. type: "1280x768x32_description"
#: Resources/templates/Localizable.strings:150
#: Resources/templates/Localizable.strings:155
#, no-wrap
msgid "Set Graphics Mode to 1280x768x32"
msgstr ""
#. type: "1280x800x32_title"
#: Resources/templates/Localizable.strings:152
#: Resources/templates/Localizable.strings:157
#, no-wrap
msgid "1280x800x32"
msgstr ""
#. type: "1280x800x32_description"
#: Resources/templates/Localizable.strings:153
#: Resources/templates/Localizable.strings:158
#, no-wrap
msgid "Set Graphics Mode to 1280x800x32"
msgstr ""
#. type: "1280x1024x32_title"
#: Resources/templates/Localizable.strings:155
#: Resources/templates/Localizable.strings:160
#, no-wrap
msgid "1280x1024x32"
msgstr ""
#. type: "1280x1024x32_description"
#: Resources/templates/Localizable.strings:156
#: Resources/templates/Localizable.strings:161
#, no-wrap
msgid "Set Graphics Mode to 1280x1024x32"
msgstr ""
#. type: "1280x960x32_title"
#: Resources/templates/Localizable.strings:158
#: Resources/templates/Localizable.strings:163
#, no-wrap
msgid "1280x960x32"
msgstr ""
#. type: "1280x960x32_description"
#: Resources/templates/Localizable.strings:159
#: Resources/templates/Localizable.strings:164
#, no-wrap
msgid "Set Graphics Mode to 1280x960x32"
msgstr ""
#. type: "1440x900x32_title"
#: Resources/templates/Localizable.strings:161
#: Resources/templates/Localizable.strings:166
#, no-wrap
msgid "1440x900x32"
msgstr ""
#. type: "1440x900x32_description"
#: Resources/templates/Localizable.strings:162
#: Resources/templates/Localizable.strings:167
#, no-wrap
msgid "Set Graphics Mode to 1440x900x32"
msgstr ""
#. type: "1600x900x32_title"
#: Resources/templates/Localizable.strings:164
#: Resources/templates/Localizable.strings:169
#, no-wrap
msgid "1600x900x32"
msgstr ""
#. type: "1600x900x32_description"
#: Resources/templates/Localizable.strings:165
#: Resources/templates/Localizable.strings:170
#, no-wrap
msgid "Set Graphics Mode to 1600x900x32"
msgstr ""
#. type: "1600x1200x32_title"
#: Resources/templates/Localizable.strings:167
#: Resources/templates/Localizable.strings:172
#, no-wrap
msgid "1600x1200x32"
msgstr ""
#. type: "1600x1200x32_description"
#: Resources/templates/Localizable.strings:168
#: Resources/templates/Localizable.strings:173
#, no-wrap
msgid "Set Graphics Mode to 1600x1200x32"
msgstr ""
#. type: "1680x1050x32_title"
#: Resources/templates/Localizable.strings:170
#: Resources/templates/Localizable.strings:175
#, no-wrap
msgid "1680x1050x32"
msgstr ""
#. type: "1680x1050x32_description"
#: Resources/templates/Localizable.strings:171
#: Resources/templates/Localizable.strings:176
#, no-wrap
msgid "Set Graphics Mode to 1680x1050x32"
msgstr ""
#. type: "1920x1080x32_title"
#: Resources/templates/Localizable.strings:173
#: Resources/templates/Localizable.strings:178
#, no-wrap
msgid "1920x1080x32"
msgstr ""
#. type: "1920x1080x32_description"
#: Resources/templates/Localizable.strings:174
#: Resources/templates/Localizable.strings:179
#, no-wrap
msgid "Set Graphics Mode to 1920x1080x32"
msgstr ""
#. type: "1920x1200x32_title"
#: Resources/templates/Localizable.strings:176
#: Resources/templates/Localizable.strings:181
#, no-wrap
msgid "1920x1200x32"
msgstr ""
#. type: "1920x1200x32_description"
#: Resources/templates/Localizable.strings:177
#: Resources/templates/Localizable.strings:182
#, no-wrap
msgid "Set Graphics Mode to 1920x1200x32"
msgstr ""
#. type: "GraphicsEnabler_title"
#: Resources/templates/Localizable.strings:181
#: Resources/templates/Localizable.strings:186
#, no-wrap
msgid "GraphicsEnabler=Yes"
msgstr ""
#. type: "GraphicsEnabler_description"
#: Resources/templates/Localizable.strings:182
#: Resources/templates/Localizable.strings:187
#, no-wrap
msgid ""
"Enables the option to autodetect NVIDIA based GPUs and inject the correct "
msgstr ""
#. type: "EnableHDMIAudio_title"
#: Resources/templates/Localizable.strings:184
#: Resources/templates/Localizable.strings:189
#, no-wrap
msgid "EnableHDMIAudio=Yes"
msgstr ""
#. type: "EnableHDMIAudio_description"
#: Resources/templates/Localizable.strings:185
#: Resources/templates/Localizable.strings:190
#, no-wrap
msgid "Inject HDMi audio for NVIDIA or AMD/ATI."
msgstr ""
#. type: "UseAtiROM_title"
#: Resources/templates/Localizable.strings:187
#: Resources/templates/Localizable.strings:192
#, no-wrap
msgid "UseAtiROM=Yes"
msgstr ""
#. type: "UseAtiROM_description"
#: Resources/templates/Localizable.strings:188
#: Resources/templates/Localizable.strings:193
#, no-wrap
msgid "Enables UseAtiROM options."
msgstr ""
#. type: "UseNvidiaROM_title"
#: Resources/templates/Localizable.strings:190
#: Resources/templates/Localizable.strings:195
#, no-wrap
msgid "UseNvidiaROM=Yes"
msgstr ""
#. type: "UseNvidiaROM_description"
#: Resources/templates/Localizable.strings:191
#: Resources/templates/Localizable.strings:196
#, no-wrap
msgid "Enables UseNvidiaROM options."
msgstr ""
#. type: "VBIOS_title"
#: Resources/templates/Localizable.strings:193
#: Resources/templates/Localizable.strings:198
#, no-wrap
msgid "VBIOS=Yes"
msgstr ""
#. type: "VBIOS_description"
#: Resources/templates/Localizable.strings:194
#: Resources/templates/Localizable.strings:199
#, no-wrap
msgid "Enables VBIOS option"
msgstr ""
#. type: "Verbose_title"
#: Resources/templates/Localizable.strings:199
#: Resources/templates/Localizable.strings:204
#, no-wrap
msgid "Verbose Mode"
msgstr ""
#. type: "Verbose_description"
#: Resources/templates/Localizable.strings:200
#: Resources/templates/Localizable.strings:205
#, no-wrap
msgid ""
"Turns on verbose logging and allows you to see messages from both Chameleon "
msgstr ""
#. type: "Singleusermode_title"
#: Resources/templates/Localizable.strings:202
#: Resources/templates/Localizable.strings:207
#, no-wrap
msgid "Single User Mode"
msgstr ""
#. type: "Singleusermode_description"
#: Resources/templates/Localizable.strings:203
#: Resources/templates/Localizable.strings:208
#, no-wrap
msgid "A troubleshooting option used for booting into OS X's BSD/Unix command line."
msgstr ""
#. type: "Ignorecaches_title"
#: Resources/templates/Localizable.strings:205
#: Resources/templates/Localizable.strings:210
#, no-wrap
msgid "Ignore Caches"
msgstr ""
#. type: "Ignorecaches_description"
#: Resources/templates/Localizable.strings:206
#: Resources/templates/Localizable.strings:211
#, no-wrap
msgid ""
"Not an option that's needed for everyday booting, but it can be useful if "
msgstr ""
#. type: "Npci_title"
#: Resources/templates/Localizable.strings:208
#: Resources/templates/Localizable.strings:213
#, no-wrap
msgid "npci=0x2000"
msgstr ""
#. type: "Npci_description"
#: Resources/templates/Localizable.strings:209
#: Resources/templates/Localizable.strings:214
#, no-wrap
msgid ""
"For overcoming a hang at 'PCI configuration begin' on some systems. 0x2000 "
msgstr ""
#. type: "Npci3_title"
#: Resources/templates/Localizable.strings:211
#: Resources/templates/Localizable.strings:216
#, no-wrap
msgid "npci=0x3000"
msgstr ""
#. type: "Npci3_description"
#: Resources/templates/Localizable.strings:212
#: Resources/templates/Localizable.strings:217
#, no-wrap
msgid ""
"For overcoming a hang at 'PCI configuration begin' on some systems. 0x3000 "
msgstr ""
#. type: "Darkwake_title"
#: Resources/templates/Localizable.strings:214
#: Resources/templates/Localizable.strings:219
#, no-wrap
msgid "darkwake=0"
msgstr ""
#. type: "Darkwake_description"
#: Resources/templates/Localizable.strings:215
#: Resources/templates/Localizable.strings:220
#, no-wrap
msgid ""
"Lion only. Disables the 'low power wake' feature which can sometimes leave "
msgstr ""
#. type: "mac-de_title"
#: Resources/templates/Localizable.strings:221
#: Resources/templates/Localizable.strings:226
#, no-wrap
msgid "German Mac Keyboard"
msgstr ""
#. type: "mac-de_description"
#: Resources/templates/Localizable.strings:222
#: Resources/templates/Localizable.strings:227
#, no-wrap
msgid "Use the keyboard layout for a German Mac keyboard"
msgstr ""
#. type: "mac-es_title"
#: Resources/templates/Localizable.strings:224
#: Resources/templates/Localizable.strings:229
#, no-wrap
msgid "Spanish Mac Keyboard"
msgstr ""
#. type: "mac-es_description"
#: Resources/templates/Localizable.strings:225
#: Resources/templates/Localizable.strings:230
#, no-wrap
msgid "Use the keyboard layout for a Spanish Mac keyboard"
msgstr ""
#. type: "mac-fr_title"
#: Resources/templates/Localizable.strings:227
#: Resources/templates/Localizable.strings:232
#, no-wrap
msgid "French Mac Keyboard"
msgstr ""
#. type: "mac-fr_description"
#: Resources/templates/Localizable.strings:228
#: Resources/templates/Localizable.strings:233
#, no-wrap
msgid "Use the keyboard layout for a French Mac keyboard"
msgstr ""
#. type: "mac-it_title"
#: Resources/templates/Localizable.strings:230
#: Resources/templates/Localizable.strings:235
#, no-wrap
msgid "Italian Mac Keyboard"
msgstr ""
#. type: "mac-it_description"
#: Resources/templates/Localizable.strings:231
#: Resources/templates/Localizable.strings:236
#, no-wrap
msgid "Use the keyboard layout for an Italian Mac keyboard"
msgstr ""
#. type: "mac-se_title"
#: Resources/templates/Localizable.strings:233
#: Resources/templates/Localizable.strings:238
#, no-wrap
msgid "Swedish Mac Keyboard"
msgstr ""
#. type: "mac-se_description"
#: Resources/templates/Localizable.strings:234
#: Resources/templates/Localizable.strings:239
#, no-wrap
msgid "Use the keyboard layout for a Swedish Mac keyboard"
msgstr ""
#. type: "pc-fr_title"
#: Resources/templates/Localizable.strings:236
#: Resources/templates/Localizable.strings:241
#, no-wrap
msgid "French PC Keyboard"
msgstr ""
#. type: "pc-fr_description"
#: Resources/templates/Localizable.strings:237
#: Resources/templates/Localizable.strings:242
#, no-wrap
msgid "Use the keyboard layout for a French PC keyboard"
msgstr ""
#. type: "Embed_title"
#: Resources/templates/Localizable.strings:243
#: Resources/templates/Localizable.strings:248
#, no-wrap
msgid "Embed"
msgstr ""
#. type: "Embed_description"
#: Resources/templates/Localizable.strings:244
#: Resources/templates/Localizable.strings:249
#, no-wrap
msgid ""
"A smaller simple version of the new default theme used when building a "
msgstr ""
#. type: "Legacy_title"
#: Resources/templates/Localizable.strings:246
#: Resources/templates/Localizable.strings:251
#, no-wrap
msgid "Legacy"
msgstr ""
#. type: "Legacy_description"
#: Resources/templates/Localizable.strings:247
#: Resources/templates/Localizable.strings:252
#, no-wrap
msgid "Chameleon's original default theme introduced for v2.0 RC1"
msgstr ""
#. type: "Default_description"
#: Resources/templates/Localizable.strings:250
#: Resources/templates/Localizable.strings:255
#, no-wrap
msgid "Chameleon default theme introduced for v2.0 RC5"
msgstr ""
#. type: "Bullet_title"
#: Resources/templates/Localizable.strings:252
#: Resources/templates/Localizable.strings:257
#, no-wrap
msgid "Bullet"
msgstr ""
#. type: "Bullet_description"
#: Resources/templates/Localizable.strings:253
#: Resources/templates/Localizable.strings:258
#, no-wrap
msgid "A lovely simple theme by NoSmokingBandit from April 2009."
msgstr ""
#. type: "Control_title"
#: Resources/templates/Localizable.strings:261
#: Resources/templates/Localizable.strings:266
#, no-wrap
msgid "Control Options"
msgstr ""
#. type: "Control_description"
#: Resources/templates/Localizable.strings:262
#: Resources/templates/Localizable.strings:267
#, no-wrap
msgid "Settings to control how Chameleon works."
msgstr ""
#. type: "General_title"
#: Resources/templates/Localizable.strings:265
#: Resources/templates/Localizable.strings:270
#, no-wrap
msgid "General Options"
msgstr ""
#. type: "General_description"
#: Resources/templates/Localizable.strings:266
#: Resources/templates/Localizable.strings:271
#, no-wrap
msgid "Choose from a selection of base options."
msgstr ""
#. type: "KernelFlags_title"
#: Resources/templates/Localizable.strings:269
#: Resources/templates/Localizable.strings:274
#, no-wrap
msgid "Kernel Flags"
msgstr ""
#. type: "KernelFlags_description"
#: Resources/templates/Localizable.strings:270
#: Resources/templates/Localizable.strings:275
#, no-wrap
msgid "Choose from a selection of kernel flags."
msgstr ""
#. type: "PowerManagement_title"
#: Resources/templates/Localizable.strings:273
#: Resources/templates/Localizable.strings:278
#, no-wrap
msgid "Power Management"
msgstr ""
#. type: "PowerManagement_description"
#: Resources/templates/Localizable.strings:274
#: Resources/templates/Localizable.strings:279
#, no-wrap
msgid "A selection of options that deal with power management and speedstep."
msgstr ""
#. type: "Resolution_description"
#: Resources/templates/Localizable.strings:278
#: Resources/templates/Localizable.strings:283
#, no-wrap
msgid "Set one resolution to use."
msgstr ""
#. type: "Video_title"
#: Resources/templates/Localizable.strings:281
#: Resources/templates/Localizable.strings:286
#, no-wrap
msgid "Video"
msgstr ""
#. type: "Video_description"
#: Resources/templates/Localizable.strings:282
#: Resources/templates/Localizable.strings:287
#, no-wrap
msgid "A selection of options that deal with video."
msgstr ""
#. type: "Keymaps_title"
#: Resources/templates/Localizable.strings:285
#: Resources/templates/Localizable.strings:290
#, no-wrap
msgid "KeyLayout"
msgstr ""
#. type: "Keymaps_description"
#: Resources/templates/Localizable.strings:286
#: Resources/templates/Localizable.strings:291
#, no-wrap
msgid ""
"Select one keylayout to use. This will also install the Keylayout module and "
msgstr ""
#. type: "Themes_title"
#: Resources/templates/Localizable.strings:289
#: Resources/templates/Localizable.strings:294
#, no-wrap
msgid "Themes"
msgstr ""
#. type: "Themes_description"
#: Resources/templates/Localizable.strings:290
#: Resources/templates/Localizable.strings:295
#, no-wrap
msgid ""
"A collection of sample themes\n"

Archive Download the corresponding diff file

Revision: 2033