Chameleon

Chameleon Commit Details

Date:2012-07-22 23:40:11 (11 years 8 months ago)
Author:ErmaC
Commit:2028
Parents: 2027
Message:Package: Add choice support for the Sata Module.
Changes:
M/trunk/package/po/it.po
M/trunk/package/buildpkg.sh
M/trunk/package/po/chameleon.pot
M/trunk/package/Resources/templates/Localizable.strings

File differences

trunk/package/Resources/templates/Localizable.strings
4040
4141
4242
43
44
45
46
4347
4448
4549
This is currently only used by the uClibc++ library.
Source: http://www.kernel.org/pub/linux/libs/klibc/";
"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).";
"AutoReso_title" = "Resolution";
"AutoReso_description" = "This module reads the edid information from the monitor attached to the main display.
The module is currently not integrated into trunk and has minimal uses as it stands.
trunk/package/buildpkg.sh
2727
2828
2929
30
3031
3132
3233
......
522523
523524
524525
526
525527
526528
527529
......
593595
594596
595597
598
599
600
601
602
603
604
605
606
607
608
609
596610
611
612
613
614
615
616
617
597618
598619
599620
CONFIG_MODULES=""
CONFIG_KLIBC_MODULE=""
CONFIG_UCLIBCXX_MODULE=""
CONFIG_SATA_MODULE=""
CONFIG_RESOLUTION_MODULE=""
CONFIG_KEYLAYOUT_MODULE=""
source "${SRCROOT}/auto.conf"
# klibc.dylib #
# Resolution.dylib #
# uClibcxx.dylib #
# Sata.dylib #
# Keylayout.dylib #
###############################
if [ "$(ls -A "${SYMROOT}/i386/modules")" ]; then
# End build uClibc package module
}
fi
# -
if [[ "${CONFIG_SATA_MODULE}" == 'm' && -f "${SYMROOT}/i386/modules/Sata.dylib" ]]; then
{
# Start build Sata package module
choiceId="Sata"
moduleFile="Sata.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 Sata package module
}
fi
# -
# Warning Keylayout module need additional files
if [[ "${CONFIG_KEYLAYOUT_MODULE}" = 'm' && -f "${SYMROOT}/i386/modules/Keylayout.dylib" ]]; then
trunk/package/po/it.po
6363
6464
6565
66
67
66
6867
69
68
69
7070
7171
72
73
72
7473
7574
7675
7776
7877
79
80
78
79
80
81
82
83
84
85
8186
8287
8388
......
8792
8893
8994
90
95
96
97
9198
9299
93100
94
95
101
102
103
104
105
96106
97107
98108
99109
100
110
111
112
101113
102114
103115
......
106118
107119
108120
109
110
121
122
123
124
125
111126
112127
113128
114129
115
130
131
132
116133
117134
118135
......
122139
123140
124141
125
142
143
126144
127145
128146
......
146164
147165
148166
149
167
168
150169
151170
152171
......
191210
192211
193212
194
195
213
214
215
216
217
218
196219
197220
198221
......
252275
253276
254277
255
278
256279
257280
258281
......
305328
306329
307330
308
331
309332
310
311333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
312352
313353
314354
315355
316
356
317357
318358
319359
......
325365
326366
327367
328
368
329369
330370
331371
332372
333373
334
374
335375
336376
337377
......
346386
347387
348388
349
389
350390
351391
352392
353393
354394
355
395
356396
357397
358398
359399
360400
361
401
362402
363403
364404
365405
366406
367
407
368408
369409
370410
371411
372412
373
413
374414
375415
376416
377417
378418
379
419
380420
381421
382422
383423
384424
385
425
386426
387427
388428
389429
390430
391
431
392432
393433
394434
395435
396436
397
437
398438
399439
400440
401441
402442
403
443
404444
405445
406446
407447
408448
409
449
410450
411451
412452
413453
414454
415
455
416456
417457
418458
419459
420460
421
461
422462
423463
424464
425465
426466
427
467
428468
429469
430470
431471
432472
433
473
434474
435475
436476
437477
438478
439
479
440480
441481
442482
443483
444484
445
485
446486
447487
448488
449489
450490
451
491
452492
453493
454494
455495
456496
457
497
458498
459499
460500
461501
462502
463
503
464504
465505
466506
467507
468508
469
509
470510
471511
472512
473513
474514
475
515
476516
477517
478518
479519
480520
481
521
482522
483523
484524
485525
486526
487
527
488528
489529
490530
491531
492532
493
533
494534
495535
496536
497537
498538
499
539
500540
501541
502542
503543
504544
505
545
506546
507547
508548
509549
510550
511
551
512552
513553
514554
515555
516556
517
557
518558
519559
520560
521561
522562
523
563
524564
525565
526566
527567
528568
529
569
530570
531571
532572
533573
534574
535
575
536576
537577
538578
539579
540580
541
581
542582
543583
544584
545585
546586
547
587
548588
549589
550590
551591
552592
553
593
554594
555595
556596
557597
558598
559
599
560600
561601
562602
563603
564604
565
605
566606
567607
568608
569609
570610
571
611
572612
573613
574614
575615
576616
577
617
578618
579619
580620
581621
582622
583
623
584624
585625
586626
587627
588628
589
629
590630
591631
592632
593633
594634
595
635
596636
597637
598638
599639
600640
601
641
602642
603643
604644
605645
606646
607
647
608648
609649
610650
611651
612652
613
653
614654
615655
616656
617657
618658
619
659
620660
621661
622662
623663
624664
625
665
626666
627667
628668
629669
630670
631
671
632672
633673
634674
635675
636676
637
677
638678
639679
640680
641681
642682
643
683
644684
645685
646686
647687
648688
649
689
650690
651691
652692
653693
654694
655
695
656696
657697
658698
659699
660700
661
701
662702
663703
664704
665705
666706
667
707
668708
669709
670710
671711
672712
673
713
674714
675715
676716
677717
678718
679
719
680720
681721
682722
683723
684724
685
725
686726
687727
688728
689729
690730
691
731
692732
693733
694734
695735
696736
697
737
698738
699739
700740
701741
702742
703
743
704744
705745
706746
707747
708748
709
749
710750
711751
712752
713753
714754
715
755
716756
717757
718758
719759
720760
721
761
722762
723763
724764
725765
726766
727
767
728768
729769
730770
731771
732772
733
773
734774
735775
736776
737777
738778
739
779
740780
741781
742782
743783
744784
745
785
746786
747787
748788
749789
750790
751
791
752792
753793
754794
755795
756796
757
797
758798
759799
760800
761801
762802
763
803
764804
765805
766806
767807
768808
769
809
770810
771811
772812
773813
774814
775
815
776816
777817
778818
779819
780820
781
821
782822
783823
784824
785825
786826
787
827
788828
789829
790830
791831
792832
793
833
794834
795835
796836
797837
798838
799
839
800840
801841
802842
803843
804844
805
845
806846
807847
808848
809849
810850
811
851
812852
813853
814854
815855
816856
817
857
818858
819859
820860
821861
822862
823
863
824864
825865
826866
827867
828868
829
869
830870
831871
832872
833873
834874
835
875
836876
837877
838878
839879
840880
841
881
842882
843883
844884
845885
846886
847
887
848888
849889
850890
851891
852892
853
893
854894
855895
856896
857897
858898
859
899
860900
861901
862902
863903
864904
865
905
866906
867907
868908
869909
870910
871
911
872912
873913
874914
875915
876916
877
917
878918
879919
880920
881921
882922
883
923
884924
885925
886926
887927
888928
889
929
890930
891931
892932
893933
894934
895
935
896936
897937
898938
899939
900940
901
941
902942
903943
904944
905945
906946
907
947
908948
909949
910950
911951
912952
913
953
914954
915955
916956
917957
918958
919
959
920960
921961
922962
923963
924964
925
965
926966
927967
928968
929969
930970
931
971
932972
933973
934974
935975
936976
937
977
938978
939979
940980
941981
942982
943
983
944984
945985
946986
947987
948988
949
989
950990
951991
952992
953993
954994
955
995
956996
957997
958998
959999
9601000
961
1001
9621002
9631003
9641004
9651005
9661006
967
1007
9681008
9691009
9701010
9711011
9721012
973
1013
9741014
9751015
9761016
9771017
9781018
979
1019
9801020
9811021
9821022
9831023
9841024
985
1025
9861026
9871027
9881028
9891029
9901030
991
1031
9921032
9931033
9941034
9951035
9961036
997
1037
9981038
9991039
10001040
10011041
10021042
1003
1043
10041044
10051045
10061046
10071047
10081048
1009
1049
10101050
10111051
10121052
10131053
10141054
1015
1055
10161056
10171057
10181058
10191059
10201060
1021
1061
10221062
10231063
10241064
10251065
10261066
1027
1067
10281068
10291069
10301070
10311071
10321072
1033
1073
10341074
10351075
10361076
10371077
10381078
1039
1079
10401080
10411081
10421082
10431083
10441084
1045
1085
10461086
10471087
10481088
10491089
10501090
1051
1091
10521092
10531093
10541094
10551095
10561096
1057
1097
10581098
10591099
10601100
10611101
10621102
1063
1103
10641104
10651105
10661106
10671107
10681108
1069
1109
10701110
10711111
10721112
10731113
10741114
1075
1115
10761116
10771117
10781118
10791119
10801120
1081
1121
10821122
10831123
10841124
10851125
10861126
1087
1127
10881128
10891129
10901130
10911131
10921132
1093
1133
10941134
10951135
10961136
10971137
10981138
1099
1139
11001140
11011141
11021142
11031143
11041144
1105
1145
11061146
11071147
11081148
11091149
11101150
1111
1151
11121152
11131153
11141154
11151155
11161156
1117
1157
11181158
11191159
11201160
11211161
11221162
1123
1163
11241164
11251165
11261166
msgstr "%PKGDEV%"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Welcome.html:36
#: Resources/templates/Conclusion.html:30
#: Resources/templates/Welcome.html:36 Resources/templates/Conclusion.html:30
msgid "Package built by: %WHOBUILD%, language translated by: blackosx"
msgstr "Pacchetto compilato da: %WHOBUILD%, tradotto in Italiano da: ErmaC e scrax"
msgstr ""
"Pacchetto compilato da: %WHOBUILD%, tradotto in Italiano da: ErmaC e scrax"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Welcome.html:37
#: Resources/templates/Conclusion.html:31
#: Resources/templates/Welcome.html:37 Resources/templates/Conclusion.html:31
msgid "Copyright © %CPRYEAR%"
msgstr "Copyright © %CPRYEAR%"
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:18
msgid "Chameleon is a boot loader built using a combination of components which evolved from the development of David Elliott's fake EFI implementation added to Apple's boot-132 project."
msgstr "Chameleon è la combinazione di diverse parti del boot loader.È basato sulle modifiche di David Elliott sull'implementazione \"EFI\" al progetto della Apple sul boot-132."
msgid ""
"Chameleon is a boot loader built using a combination of components which "
"evolved from the development of David Elliott's fake EFI implementation "
"added to Apple's boot-132 project."
msgstr ""
"Chameleon è la combinazione di diverse parti del boot loader.È basato sulle "
"modifiche di David Elliott sull'implementazione \"EFI\" al progetto della "
"Apple sul boot-132."
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:20
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:22
msgid "- Fully customizable GUI to bring some color to the Darwin Bootloader."
msgstr "- Interfaccia grafica completamente personalizzabile per dare maggiori colori al Darwin Bootloader."
msgstr ""
"- Interfaccia grafica completamente personalizzabile per dare maggiori "
"colori al Darwin Bootloader."
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:23
msgid "- Load a ramdisk to directly boot retail DVDs without additional programs."
msgstr "- Avviare DVD retail semplicemente caricando una immagine ramdisk senza l'utilizzo di programmi aggiuntivi."
msgid ""
"- Load a ramdisk to directly boot retail DVDs without additional programs."
msgstr ""
"- Avviare DVD retail semplicemente caricando una immagine ramdisk senza "
"l'utilizzo di programmi aggiuntivi."
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:24
msgid "- Hibernation. Enjoy resuming your Mac OS X with a preview image."
msgstr "- Ibernazione. Godetevi nel risvegliare il vostro Mac OS X con un'immagine di anteprima."
msgstr ""
"- Ibernazione. Godetevi nel risvegliare il vostro Mac OS X con un'immagine "
"di anteprima."
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:25
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:26
msgid "- DSDT override to use a modified fixed DSDT which can solve several issues."
msgstr "- Sovrascrittura della tabella DSDT, potendo selezionare una ottimizzata che risolve svariate problematiche."
msgid ""
"- DSDT override to use a modified fixed DSDT which can solve several issues."
msgstr ""
"- Sovrascrittura della tabella DSDT, potendo selezionare una ottimizzata che "
"risolve svariate problematiche."
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:27
msgid "- Device Property Injection via device-properties string."
msgstr "- Iniezione delle Proprità delle Periferiche con stringhe EFI in device-properties."
msgstr ""
"- Iniezione delle Proprità delle Periferiche con stringhe EFI in device-"
"properties."
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:28
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:29
msgid "- Automatic FSB detection code even for recent AMD CPUs."
msgstr "- Riconoscimento automatico della frequenza anche sui recenti processori AMD."
msgstr ""
"- Riconoscimento automatico della frequenza anche sui recenti processori AMD."
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:30
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:34
msgid "- Automatic P-State &amp; C-State generation for native power management."
msgid ""
"- Automatic P-State &amp; C-State generation for native power management."
msgstr "- Generazione automatica dei P-State e C-State."
#. type: Content of: <html><body><p>
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:26
msgid "&nbsp;to find out if the installation was successful and keep it for a record of what was done."
msgstr "&nbspper vedere se l'installazione é avvenuta con successo e vedere le operazioni che sono state eseguite."
msgid ""
"&nbsp;to find out if the installation was successful and keep it for a "
"record of what was done."
msgstr ""
"&nbspper vedere se l'installazione é avvenuta con successo e vedere le "
"operazioni che sono state eseguite."
# 80%
#. type: Content of: <html><body><div><p>
#. type: "Default_title"
#: Resources/templates/Localizable.strings:25
#: Resources/templates/Localizable.strings:245
#: Resources/templates/Localizable.strings:249
#, no-wrap
msgid "Standard"
msgstr "Standard"
"Questo è attualmente usato solo dalla libreria uClibc++.\n"
"Fonte: http://www.kernel.org/pub/linux/libs/klibc/"
#. type: "Resolution_title"
#. type: "Sata_title"
#: Resources/templates/Localizable.strings:43
#: Resources/templates/Localizable.strings:273
#, no-wrap
msgid "Sata"
msgstr "Sata"
#. type: "Sata_description"
#: Resources/templates/Localizable.strings:44
#, 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)."
msgstr ""
"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)."
#. type: "Resolution_title"
#: Resources/templates/Localizable.strings:47
#: Resources/templates/Localizable.strings:277
#, no-wrap
msgid "Resolution"
msgstr "Risoluzioni"
#. type: "AutoReso_description"
#: Resources/templates/Localizable.strings:44
#: Resources/templates/Localizable.strings:48
#, 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:48
#: Resources/templates/Localizable.strings:52
#, no-wrap
msgid "uClibc++"
msgstr "uClibc++"
#. type: "uClibc_description"
#: Resources/templates/Localizable.strings:49
#: Resources/templates/Localizable.strings:53
#, 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:58
#: Resources/templates/Localizable.strings:62
#, no-wrap
msgid "Settings"
msgstr "Opzioni di avvio"
#. type: "Options_description"
#: Resources/templates/Localizable.strings:59
#: Resources/templates/Localizable.strings:63
#, 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:61
#: Resources/templates/Localizable.strings:65
#, no-wrap
msgid "BootBanner=No"
msgstr "BootBanner=No"
#. type: "BootBanner_description"
#: Resources/templates/Localizable.strings:62
#: Resources/templates/Localizable.strings:66
#, 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:64
#: Resources/templates/Localizable.strings:68
#, no-wrap
msgid "GUI=No"
msgstr "GUI=No"
#. type: "GUI_description"
#: Resources/templates/Localizable.strings:65
#: Resources/templates/Localizable.strings:69
#, 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:67
#: Resources/templates/Localizable.strings:71
#, no-wrap
msgid "LegacyLogo=Yes"
msgstr "LegacyLogo=Yes"
#. type: "LegacyLogo_description"
#: Resources/templates/Localizable.strings:68
#: Resources/templates/Localizable.strings:72
#, 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:70
#: Resources/templates/Localizable.strings:74
#, no-wrap
msgid "InstantMenu=Yes"
msgstr "InstantMenu=Yes"
#. type: "InstantMenu_description"
#: Resources/templates/Localizable.strings:71
#: Resources/templates/Localizable.strings:75
#, 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:73
#: Resources/templates/Localizable.strings:77
#, no-wrap
msgid "QuietBoot=Yes"
msgstr "QuietBoot=Yes"
#. type: "QuietBoot_description"
#: Resources/templates/Localizable.strings:74
#: Resources/templates/Localizable.strings:78
#, no-wrap
msgid "Enable quiet boot mode (no messages or prompt)."
msgstr "Carica immediatamente il disco predefinito."
#. type: "ShowInfo_title"
#: Resources/templates/Localizable.strings:76
#: Resources/templates/Localizable.strings:80
#, no-wrap
msgid "ShowInfo=Yes"
msgstr "ShowInfo=Yes"
#. type: "ShowInfo_description"
#: Resources/templates/Localizable.strings:77
#: Resources/templates/Localizable.strings:81
#, 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:79
#: Resources/templates/Localizable.strings:83
#, no-wrap
msgid "Wait=Yes"
msgstr "Wait=Yes"
#. type: "Wait_description"
#: Resources/templates/Localizable.strings:80
#: Resources/templates/Localizable.strings:84
#, 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:84
#: Resources/templates/Localizable.strings:88
#, no-wrap
msgid "arch=i386"
msgstr "Architettura (arch=i386)"
#. type: "arch_description"
#: Resources/templates/Localizable.strings:85
#: Resources/templates/Localizable.strings:89
#, 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:87
#: Resources/templates/Localizable.strings:91
#, no-wrap
msgid "EHCIacquire=Yes"
msgstr "EHCIacquire=Yes"
#. type: "EHCIacquire_description"
#: Resources/templates/Localizable.strings:88
#: Resources/templates/Localizable.strings:92
#, 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:90
#: Resources/templates/Localizable.strings:94
#, no-wrap
msgid "EthernetBuiltIn=Yes"
msgstr "EthernetBuiltIn=Yes"
#. type: "EthernetBuiltIn_description"
#: Resources/templates/Localizable.strings:91
#: Resources/templates/Localizable.strings:95
#, 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:93
#: Resources/templates/Localizable.strings:97
#, no-wrap
msgid "ForceHPET=Yes"
msgstr "ForceHPET=Yes"
#. type: "ForceHPET_description"
#: Resources/templates/Localizable.strings:94
#: Resources/templates/Localizable.strings:98
#, 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:96
#: Resources/templates/Localizable.strings:100
#, no-wrap
msgid "ForceWake=Yes"
msgstr "ForceWake=Yes"
#. type: "ForceWake_description"
#: Resources/templates/Localizable.strings:97
#: Resources/templates/Localizable.strings:101
#, 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:99
#: Resources/templates/Localizable.strings:103
#, no-wrap
msgid "RestartFix=No"
msgstr "RestartFix=No"
#. type: "RestartFix_description"
#: Resources/templates/Localizable.strings:100
#: Resources/templates/Localizable.strings:104
#, no-wrap
msgid "Disables the automatically enabled restart fix."
msgstr "Disabilita la correzione automatica per il riavvio."
#. type: "UHCIreset_title"
#: Resources/templates/Localizable.strings:102
#: Resources/templates/Localizable.strings:106
#, no-wrap
msgid "UHCIreset=Yes"
msgstr "UHCIreset=Yes"
#. type: "UHCIreset_description"
#: Resources/templates/Localizable.strings:103
#: Resources/templates/Localizable.strings:107
#, 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:105
#: Resources/templates/Localizable.strings:109
#, no-wrap
msgid "UseMemDetect=No"
msgstr "UseMemDetect=No"
#. type: "UseMemDetect_description"
#: Resources/templates/Localizable.strings:106
#: Resources/templates/Localizable.strings:110
#, no-wrap
msgid "Disables the automatically enabled RAM recognition."
msgstr "Disattiva il riconoscimento della RAM automatico."
#. type: "UseKernelCache_title"
#: Resources/templates/Localizable.strings:108
#: Resources/templates/Localizable.strings:112
#, no-wrap
msgid "UseKernelCache=Yes"
msgstr "UseKernelCache=Yes"
#. type: "UseKernelCache_description"
#: Resources/templates/Localizable.strings:109
#: Resources/templates/Localizable.strings:113
#, 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:111
#: Resources/templates/Localizable.strings:115
#, no-wrap
msgid "Wake=Yes"
msgstr "Wake=Yes"
#. type: "Wake_description"
#: Resources/templates/Localizable.strings:112
#: Resources/templates/Localizable.strings:116
#, 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:116
#: Resources/templates/Localizable.strings:120
#, no-wrap
msgid "CSTUsingSystemIO=Yes"
msgstr "CSTUsingSystemIO=Yes"
#. type: "CSTUsingSystemIO_description"
#: Resources/templates/Localizable.strings:117
#: Resources/templates/Localizable.strings:121
#, 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:119
#: Resources/templates/Localizable.strings:123
#, no-wrap
msgid "DropSSDT=Yes"
msgstr "DropSSDT=Yes"
#. type: "DropSSDT_description"
#: Resources/templates/Localizable.strings:120
#: Resources/templates/Localizable.strings:124
#, 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:122
#: Resources/templates/Localizable.strings:126
#, no-wrap
msgid "EnableC2State=Yes"
msgstr "EnableC2State=Yes"
#. type: "EnableC2State_description"
#: Resources/templates/Localizable.strings:123
#: Resources/templates/Localizable.strings:127
#, no-wrap
msgid "Enable specific Processor power state, C2."
msgstr "Abilita i C2State."
#. type: "EnableC3State_title"
#: Resources/templates/Localizable.strings:125
#: Resources/templates/Localizable.strings:129
#, no-wrap
msgid "EnableC3State=Yes"
msgstr "EnableC3State=Yes"
#. type: "EnableC3State_description"
#: Resources/templates/Localizable.strings:126
#: Resources/templates/Localizable.strings:130
#, no-wrap
msgid "Enable specific Processor power state, C3."
msgstr "Abilita i C3State."
#. type: "EnableC4State_title"
#: Resources/templates/Localizable.strings:128
#: Resources/templates/Localizable.strings:132
#, no-wrap
msgid "EnableC4State=Yes"
msgstr "EnableC4State=Yes"
#. type: "EnableC4State_description"
#: Resources/templates/Localizable.strings:129
#: Resources/templates/Localizable.strings:133
#, no-wrap
msgid "Enable specific Processor power state, C4."
msgstr "Abilita i C4State."
#. type: "GenerateCStates_title"
#: Resources/templates/Localizable.strings:131
#: Resources/templates/Localizable.strings:135
#, no-wrap
msgid "GenerateCStates=Yes"
msgstr "GenerateCStates=Yes"
#. type: "GenerateCStates_description"
#: Resources/templates/Localizable.strings:132
#: Resources/templates/Localizable.strings:136
#, 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:134
#: Resources/templates/Localizable.strings:138
#, no-wrap
msgid "GeneratePStates=Yes"
msgstr "GeneratePStates=Yes"
#. type: "GeneratePStates_description"
#: Resources/templates/Localizable.strings:135
#: Resources/templates/Localizable.strings:139
#, 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:139
#: Resources/templates/Localizable.strings:143
#, no-wrap
msgid "1024x600x32"
msgstr "1024x600x32"
#. type: "1024x600x32_description"
#: Resources/templates/Localizable.strings:140
#: Resources/templates/Localizable.strings:144
#, no-wrap
msgid "Set Graphics Mode to 1024x600x32"
msgstr "Setta il Graphics Mode a 1024x600x32"
#. type: "1024x768x32_title"
#: Resources/templates/Localizable.strings:142
#: Resources/templates/Localizable.strings:146
#, no-wrap
msgid "1024x768x32"
msgstr "1024x768x32"
#. type: "1024x768x32_description"
#: Resources/templates/Localizable.strings:143
#: Resources/templates/Localizable.strings:147
#, no-wrap
msgid "Set Graphics Mode to 1024x768x32"
msgstr "Setta il Graphics Mode a 1024x768x32"
#. type: "1280x768x32_title"
#: Resources/templates/Localizable.strings:145
#: Resources/templates/Localizable.strings:149
#, no-wrap
msgid "1280x768x32"
msgstr "1280x768x32"
#. type: "1280x768x32_description"
#: Resources/templates/Localizable.strings:146
#: Resources/templates/Localizable.strings:150
#, no-wrap
msgid "Set Graphics Mode to 1280x768x32"
msgstr "Setta il Graphics Mode a 1280x768x32"
#. type: "1280x800x32_title"
#: Resources/templates/Localizable.strings:148
#: Resources/templates/Localizable.strings:152
#, no-wrap
msgid "1280x800x32"
msgstr "1280x800x32"
#. type: "1280x800x32_description"
#: Resources/templates/Localizable.strings:149
#: Resources/templates/Localizable.strings:153
#, no-wrap
msgid "Set Graphics Mode to 1280x800x32"
msgstr "Setta il Graphics Mode a 1280x800x32"
#. type: "1280x1024x32_title"
#: Resources/templates/Localizable.strings:151
#: Resources/templates/Localizable.strings:155
#, no-wrap
msgid "1280x1024x32"
msgstr "1280x1024x32"
#. type: "1280x1024x32_description"
#: Resources/templates/Localizable.strings:152
#: Resources/templates/Localizable.strings:156
#, no-wrap
msgid "Set Graphics Mode to 1280x1024x32"
msgstr "Setta il Graphics Mode a 1280x1024x32"
#. type: "1280x960x32_title"
#: Resources/templates/Localizable.strings:154
#: Resources/templates/Localizable.strings:158
#, no-wrap
msgid "1280x960x32"
msgstr "1280x960x32"
#. type: "1280x960x32_description"
#: Resources/templates/Localizable.strings:155
#: Resources/templates/Localizable.strings:159
#, no-wrap
msgid "Set Graphics Mode to 1280x960x32"
msgstr "Setta il Graphics Mode a 1280x960x32"
#. type: "1440x900x32_title"
#: Resources/templates/Localizable.strings:157
#: Resources/templates/Localizable.strings:161
#, no-wrap
msgid "1440x900x32"
msgstr "1440x900x32"
#. type: "1440x900x32_description"
#: Resources/templates/Localizable.strings:158
#: Resources/templates/Localizable.strings:162
#, no-wrap
msgid "Set Graphics Mode to 1440x900x32"
msgstr "Setta il Graphics Mode a 1440x900x32"
#. type: "1600x900x32_title"
#: Resources/templates/Localizable.strings:160
#: Resources/templates/Localizable.strings:164
#, no-wrap
msgid "1600x900x32"
msgstr "1600x900x32"
#. type: "1600x900x32_description"
#: Resources/templates/Localizable.strings:161
#: Resources/templates/Localizable.strings:165
#, no-wrap
msgid "Set Graphics Mode to 1600x900x32"
msgstr "Setta il Graphics Mode a 1600x900x32"
#. type: "1600x1200x32_title"
#: Resources/templates/Localizable.strings:163
#: Resources/templates/Localizable.strings:167
#, no-wrap
msgid "1600x1200x32"
msgstr "1600x1200x32"
#. type: "1600x1200x32_description"
#: Resources/templates/Localizable.strings:164
#: Resources/templates/Localizable.strings:168
#, no-wrap
msgid "Set Graphics Mode to 1600x1200x32"
msgstr "Setta il Graphics Mode a 1600x1200x32"
#. type: "1680x1050x32_title"
#: Resources/templates/Localizable.strings:166
#: Resources/templates/Localizable.strings:170
#, no-wrap
msgid "1680x1050x32"
msgstr "1680x1050x32"
#. type: "1680x1050x32_description"
#: Resources/templates/Localizable.strings:167
#: Resources/templates/Localizable.strings:171
#, no-wrap
msgid "Set Graphics Mode to 1680x1050x32"
msgstr "Setta il Graphics Mode a 1680x1050x32"
#. type: "1920x1080x32_title"
#: Resources/templates/Localizable.strings:169
#: Resources/templates/Localizable.strings:173
#, no-wrap
msgid "1920x1080x32"
msgstr "1920x1080x32"
#. type: "1920x1080x32_description"
#: Resources/templates/Localizable.strings:170
#: Resources/templates/Localizable.strings:174
#, no-wrap
msgid "Set Graphics Mode to 1920x1080x32"
msgstr "Setta il Graphics Mode a 1920x1080x32"
#. type: "1920x1200x32_title"
#: Resources/templates/Localizable.strings:172
#: Resources/templates/Localizable.strings:176
#, no-wrap
msgid "1920x1200x32"
msgstr "1920x1200x32"
#. type: "1920x1200x32_description"
#: Resources/templates/Localizable.strings:173
#: Resources/templates/Localizable.strings:177
#, no-wrap
msgid "Set Graphics Mode to 1920x1200x32"
msgstr "Setta il Graphics Mode a 1920x1200x32"
#. type: "GraphicsEnabler_title"
#: Resources/templates/Localizable.strings:177
#: Resources/templates/Localizable.strings:181
#, no-wrap
msgid "GraphicsEnabler=Yes"
msgstr "GraphicsEnabler=Yes"
#. type: "GraphicsEnabler_description"
#: Resources/templates/Localizable.strings:178
#: Resources/templates/Localizable.strings:182
#, 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:180
#: Resources/templates/Localizable.strings:184
#, no-wrap
msgid "EnableHDMIAudio=Yes"
msgstr "EnableHDMIAudio=Yes"
#. type: "EnableHDMIAudio_description"
#: Resources/templates/Localizable.strings:181
#: Resources/templates/Localizable.strings:185
#, 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:183
#: Resources/templates/Localizable.strings:187
#, no-wrap
msgid "UseAtiROM=Yes"
msgstr "UseAtiROM=Yes"
#. type: "UseAtiROM_description"
#: Resources/templates/Localizable.strings:184
#: Resources/templates/Localizable.strings:188
#, no-wrap
msgid "Enables UseAtiROM options."
msgstr "Attiva opzione UseAtiROM."
#. type: "UseNvidiaROM_title"
#: Resources/templates/Localizable.strings:186
#: Resources/templates/Localizable.strings:190
#, no-wrap
msgid "UseNvidiaROM=Yes"
msgstr "UseNvidiaROM=Yes"
#. type: "UseNvidiaROM_description"
#: Resources/templates/Localizable.strings:187
#: Resources/templates/Localizable.strings:191
#, no-wrap
msgid "Enables UseNvidiaROM options."
msgstr "Attiva opzione UseNvidiaROM."
#. type: "VBIOS_title"
#: Resources/templates/Localizable.strings:189
#: Resources/templates/Localizable.strings:193
#, no-wrap
msgid "VBIOS=Yes"
msgstr "VBIOS=Yes"
#. type: "VBIOS_description"
#: Resources/templates/Localizable.strings:190
#: Resources/templates/Localizable.strings:194
#, no-wrap
msgid "Enables VBIOS option"
msgstr "Attiva opzione VBIOS"
#. type: "Verbose_title"
#: Resources/templates/Localizable.strings:195
#: Resources/templates/Localizable.strings:199
#, no-wrap
msgid "Verbose Mode"
msgstr "Modalità Verbose (-v)"
#. type: "Verbose_description"
#: Resources/templates/Localizable.strings:196
#: Resources/templates/Localizable.strings:200
#, 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:198
#: Resources/templates/Localizable.strings:202
#, no-wrap
msgid "Single User Mode"
msgstr "Modalitá Single User (-s)"
#. type: "Singleusermode_description"
#: Resources/templates/Localizable.strings:199
#: Resources/templates/Localizable.strings:203
#, 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:201
#: Resources/templates/Localizable.strings:205
#, no-wrap
msgid "Ignore Caches"
msgstr "Ignora Caches (-f)"
#. type: "Ignorecaches_description"
#: Resources/templates/Localizable.strings:202
#: Resources/templates/Localizable.strings:206
#, 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:204
#: Resources/templates/Localizable.strings:208
#, no-wrap
msgid "npci=0x2000"
msgstr "npci=0x2000"
#. type: "Npci_description"
#: Resources/templates/Localizable.strings:205
#: Resources/templates/Localizable.strings:209
#, 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:207
#: Resources/templates/Localizable.strings:211
#, no-wrap
msgid "npci=0x3000"
msgstr "npci=0x3000"
#. type: "Npci3_description"
#: Resources/templates/Localizable.strings:208
#: Resources/templates/Localizable.strings:212
#, 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:210
#: Resources/templates/Localizable.strings:214
#, no-wrap
msgid "darkwake=0"
msgstr "darkwake=0"
#. type: "Darkwake_description"
#: Resources/templates/Localizable.strings:211
#: Resources/templates/Localizable.strings:215
#, 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:217
#: Resources/templates/Localizable.strings:221
#, no-wrap
msgid "German Mac Keyboard"
msgstr "Mappatura tastiera Tedesca Mac"
#. type: "mac-de_description"
#: Resources/templates/Localizable.strings:218
#: Resources/templates/Localizable.strings:222
#, 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:220
#: Resources/templates/Localizable.strings:224
#, no-wrap
msgid "Spanish Mac Keyboard"
msgstr "Mappatura tastiera Spagnola Mac"
#. type: "mac-es_description"
#: Resources/templates/Localizable.strings:221
#: Resources/templates/Localizable.strings:225
#, 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:223
#: Resources/templates/Localizable.strings:227
#, no-wrap
msgid "French Mac Keyboard"
msgstr "Mappatura tastiera Francese Mac"
#. type: "mac-fr_description"
#: Resources/templates/Localizable.strings:224
#: Resources/templates/Localizable.strings:228
#, 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:226
#: Resources/templates/Localizable.strings:230
#, no-wrap
msgid "Italian Mac Keyboard"
msgstr "Mappatura tastiera Italiana Mac"
#. type: "mac-it_description"
#: Resources/templates/Localizable.strings:227
#: Resources/templates/Localizable.strings:231
#, 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:229
#: Resources/templates/Localizable.strings:233
#, no-wrap
msgid "Swedish Mac Keyboard"
msgstr "Mappatura tastiera Svedese Mac"
#. type: "mac-se_description"
#: Resources/templates/Localizable.strings:230
#: Resources/templates/Localizable.strings:234
#, 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:232
#: Resources/templates/Localizable.strings:236
#, no-wrap
msgid "French PC Keyboard"
msgstr "Mappatura tastiera Francese PC"
#. type: "pc-fr_description"
#: Resources/templates/Localizable.strings:233
#: Resources/templates/Localizable.strings:237
#, 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:239
#: Resources/templates/Localizable.strings:243
#, no-wrap
msgid "Embed"
msgstr "Embed"
#. type: "Embed_description"
#: Resources/templates/Localizable.strings:240
#: Resources/templates/Localizable.strings:244
#, 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:242
#: Resources/templates/Localizable.strings:246
#, no-wrap
msgid "Legacy"
msgstr "Legacy"
#. type: "Legacy_description"
#: Resources/templates/Localizable.strings:243
#: Resources/templates/Localizable.strings:247
#, 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:246
#: Resources/templates/Localizable.strings:250
#, 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:248
#: Resources/templates/Localizable.strings:252
#, no-wrap
msgid "Bullet"
msgstr "Bullet"
#. type: "Bullet_description"
#: Resources/templates/Localizable.strings:249
#: Resources/templates/Localizable.strings:253
#, 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:257
#: Resources/templates/Localizable.strings:261
#, no-wrap
msgid "Control Options"
msgstr "Opzioni di Controllo"
#. type: "Control_description"
#: Resources/templates/Localizable.strings:258
#: Resources/templates/Localizable.strings:262
#, no-wrap
msgid "Settings to control how Chameleon works."
msgstr "Settaggi per controllare come Chameleon lavora."
#. type: "General_title"
#: Resources/templates/Localizable.strings:261
#: Resources/templates/Localizable.strings:265
#, no-wrap
msgid "General Options"
msgstr "Opzioni Generali"
#. type: "General_description"
#: Resources/templates/Localizable.strings:262
#: Resources/templates/Localizable.strings:266
#, no-wrap
msgid "Choose from a selection of base options."
msgstr "Seleziona una opzione base."
#. type: "KernelFlags_title"
#: Resources/templates/Localizable.strings:265
#: Resources/templates/Localizable.strings:269
#, no-wrap
msgid "Kernel Flags"
msgstr "Flags del Kernel"
#. type: "KernelFlags_description"
#: Resources/templates/Localizable.strings:266
#: Resources/templates/Localizable.strings:270
#, no-wrap
msgid "Choose from a selection of kernel flags."
msgstr "Scegli le possibili flag del kernel."
#. type: "PowerManagement_title"
#: Resources/templates/Localizable.strings:269
#: Resources/templates/Localizable.strings:273
#, no-wrap
msgid "Power Management"
msgstr "Gestione Energetica"
#. type: "PowerManagement_description"
#: Resources/templates/Localizable.strings:270
#: Resources/templates/Localizable.strings:274
#, 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:274
#: Resources/templates/Localizable.strings:278
#, no-wrap
msgid "Set one resolution to use."
msgstr "Imposta la risoluzione del tuo monitor."
#. type: "Video_title"
#: Resources/templates/Localizable.strings:277
#: Resources/templates/Localizable.strings:281
#, no-wrap
msgid "Video"
msgstr "Video"
#. type: "Video_description"
#: Resources/templates/Localizable.strings:278
#: Resources/templates/Localizable.strings:282
#, 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:281
#: Resources/templates/Localizable.strings:285
#, no-wrap
msgid "KeyLayout"
msgstr "Mappatura tastiera"
#. type: "Keymaps_description"
#: Resources/templates/Localizable.strings:282
#: Resources/templates/Localizable.strings:286
#, 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:285
#: Resources/templates/Localizable.strings:289
#, no-wrap
msgid "Themes"
msgstr "Temi"
#. type: "Themes_description"
#: Resources/templates/Localizable.strings:286
#: Resources/templates/Localizable.strings:290
#, no-wrap
msgid ""
"A collection of sample themes\n"
trunk/package/po/chameleon.pot
248248
249249
250250
251
251
252252
253253
254254
......
305305
306306
307307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
308323
309
324
310325
311326
312327
313328
314329
315
330
316331
317332
318333
......
324339
325340
326341
327
342
328343
329344
330345
331346
332347
333
348
334349
335350
336351
......
342357
343358
344359
345
360
346361
347362
348363
349364
350365
351
366
352367
353368
354369
......
356371
357372
358373
359
374
360375
361376
362377
363378
364379
365
380
366381
367382
368383
......
370385
371386
372387
373
388
374389
375390
376391
377392
378393
379
394
380395
381396
382397
383398
384399
385
400
386401
387402
388403
389404
390405
391
406
392407
393408
394409
......
396411
397412
398413
399
414
400415
401416
402417
403418
404419
405
420
406421
407422
408423
......
412427
413428
414429
415
430
416431
417432
418433
419434
420435
421
436
422437
423438
424439
425440
426441
427
442
428443
429444
430445
431446
432447
433
448
434449
435450
436451
......
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
467482
468483
469
484
470485
471486
472487
473488
474489
475
490
476491
477492
478493
479494
480495
481
496
482497
483498
484499
485500
486501
487
502
488503
489504
490505
491506
492507
493
508
494509
495510
496511
497512
498513
499
514
500515
501516
502517
503518
504519
505
520
506521
507522
508523
509524
510525
511
526
512527
513528
514529
515530
516531
517
532
518533
519534
520535
521536
522537
523
538
524539
525540
526541
527542
528543
529
544
530545
531546
532547
533548
534549
535
550
536551
537552
538553
539554
540555
541
556
542557
543558
544559
545560
546561
547
562
548563
549564
550565
551566
552567
553
568
554569
555570
556571
557572
558573
559
574
560575
561576
562577
......
565580
566581
567582
568
583
569584
570585
571586
572587
573588
574
589
575590
576591
577592
578593
579594
580
595
581596
582597
583598
584599
585600
586
601
587602
588603
589604
......
591606
592607
593608
594
609
595610
596611
597612
598613
599614
600
615
601616
602617
603618
604619
605620
606
621
607622
608623
609624
610625
611626
612
627
613628
614629
615630
616631
617632
618
633
619634
620635
621636
622637
623638
624
639
625640
626641
627642
628643
629644
630
645
631646
632647
633648
634649
635650
636
651
637652
638653
639654
640655
641656
642
657
643658
644659
645660
646661
647662
648
663
649664
650665
651666
652667
653668
654
669
655670
656671
657672
658673
659674
660
675
661676
662677
663678
664679
665680
666
681
667682
668683
669684
670685
671686
672
687
673688
674689
675690
676691
677692
678
693
679694
680695
681696
682697
683698
684
699
685700
686701
687702
688703
689704
690
705
691706
692707
693708
694709
695710
696
711
697712
698713
699714
700715
701716
702
717
703718
704719
705720
706721
707722
708
723
709724
710725
711726
712727
713728
714
729
715730
716731
717732
718733
719734
720
735
721736
722737
723738
724739
725740
726
741
727742
728743
729744
730745
731746
732
747
733748
734749
735750
736751
737752
738
753
739754
740755
741756
742757
743758
744
759
745760
746761
747762
748763
749764
750
765
751766
752767
753768
754769
755770
756
771
757772
758773
759774
760775
761776
762
777
763778
764779
765780
766781
767782
768
783
769784
770785
771786
772787
773788
774
789
775790
776791
777792
778793
779794
780
795
781796
782797
783798
784799
785800
786
801
787802
788803
789804
790805
791806
792
807
793808
794809
795810
796811
797812
798
813
799814
800815
801816
802817
803818
804
819
805820
806821
807822
808823
809824
810
825
811826
812827
813828
814829
815830
816
831
817832
818833
819834
......
821836
822837
823838
824
839
825840
826841
827842
828843
829844
830
845
831846
832847
833848
834849
835850
836
851
837852
838853
839854
840855
841856
842
857
843858
844859
845860
846861
847862
848
863
849864
850865
851866
852867
853868
854
869
855870
856871
857872
858873
859874
860
875
861876
862877
863878
864879
865880
866
881
867882
868883
869884
870885
871886
872
887
873888
874889
875890
876891
877892
878
893
879894
880895
881896
......
883898
884899
885900
886
901
887902
888903
889904
890905
891906
892
907
893908
894909
895910
896911
897912
898
913
899914
900915
901916
902917
903918
904
919
905920
906921
907922
......
910925
911926
912927
913
928
914929
915930
916931
917932
918933
919
934
920935
921936
922937
......
924939
925940
926941
927
942
928943
929944
930945
931946
932947
933
948
934949
935950
936951
......
938953
939954
940955
941
956
942957
943958
944959
945960
946961
947
962
948963
949964
950965
......
952967
953968
954969
955
970
956971
957972
958973
959974
960975
961
976
962977
963978
964979
965980
966981
967
982
968983
969984
970985
971986
972987
973
988
974989
975990
976991
977992
978993
979
994
980995
981996
982997
983998
984999
985
1000
9861001
9871002
9881003
9891004
9901005
991
1006
9921007
9931008
9941009
9951010
9961011
997
1012
9981013
9991014
10001015
10011016
10021017
1003
1018
10041019
10051020
10061021
10071022
10081023
1009
1024
10101025
10111026
10121027
10131028
10141029
1015
1030
10161031
10171032
10181033
10191034
10201035
1021
1036
10221037
10231038
10241039
10251040
10261041
1027
1042
10281043
10291044
10301045
10311046
10321047
1033
1048
10341049
10351050
10361051
......
10381053
10391054
10401055
1041
1056
10421057
10431058
10441059
10451060
10461061
1047
1062
10481063
10491064
10501065
10511066
10521067
1053
1068
10541069
10551070
10561071
10571072
10581073
1059
1074
10601075
10611076
10621077
10631078
10641079
1065
1080
10661081
10671082
10681083
10691084
10701085
1071
1086
10721087
10731088
10741089
10751090
10761091
1077
1092
10781093
10791094
10801095
10811096
10821097
1083
1098
10841099
10851100
10861101
10871102
10881103
1089
1104
10901105
10911106
10921107
10931108
10941109
1095
1110
10961111
10971112
10981113
10991114
11001115
1101
1116
11021117
11031118
11041119
11051120
11061121
1107
1122
11081123
11091124
11101125
11111126
11121127
1113
1128
11141129
11151130
11161131
11171132
11181133
1119
1134
11201135
11211136
11221137
11231138
11241139
1125
1140
11261141
11271142
11281143
11291144
11301145
1131
1146
11321147
11331148
11341149
11351150
11361151
1137
1152
11381153
11391154
11401155
11411156
11421157
1143
1158
11441159
11451160
11461161
......
11481163
11491164
11501165
1151
1166
11521167
11531168
11541169
11551170
11561171
1157
1172
11581173
11591174
11601175
msgstr ""
#. type: "Default_title"
#: Resources/templates/Localizable.strings:25 Resources/templates/Localizable.strings:245
#: Resources/templates/Localizable.strings:25 Resources/templates/Localizable.strings:249
#, no-wrap
msgid "Standard"
msgstr ""
"Source: http://www.kernel.org/pub/linux/libs/klibc/"
msgstr ""
#. type: "Sata_title"
#: Resources/templates/Localizable.strings:43
#, no-wrap
msgid "Sata"
msgstr ""
#. type: "Sata_description"
#: Resources/templates/Localizable.strings:44
#, 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)."
msgstr ""
#. type: "Resolution_title"
#: Resources/templates/Localizable.strings:43 Resources/templates/Localizable.strings:273
#: Resources/templates/Localizable.strings:47 Resources/templates/Localizable.strings:277
#, no-wrap
msgid "Resolution"
msgstr ""
#. type: "AutoReso_description"
#: Resources/templates/Localizable.strings:44
#: Resources/templates/Localizable.strings:48
#, no-wrap
msgid ""
"This module reads the edid information from the monitor attached to the main "
msgstr ""
#. type: "uClibc_title"
#: Resources/templates/Localizable.strings:48
#: Resources/templates/Localizable.strings:52
#, no-wrap
msgid "uClibc++"
msgstr ""
#. type: "uClibc_description"
#: Resources/templates/Localizable.strings:49
#: Resources/templates/Localizable.strings:53
#, no-wrap
msgid ""
"This module provides a minimalistic c++ runtime library for use in other "
msgstr ""
#. type: "Options_title"
#: Resources/templates/Localizable.strings:58
#: Resources/templates/Localizable.strings:62
#, no-wrap
msgid "Settings"
msgstr ""
#. type: "Options_description"
#: Resources/templates/Localizable.strings:59
#: Resources/templates/Localizable.strings:63
#, no-wrap
msgid ""
"Create an /Extra/org.chameleon.Boot.plist by selecting any of these boot "
msgstr ""
#. type: "BootBanner_title"
#: Resources/templates/Localizable.strings:61
#: Resources/templates/Localizable.strings:65
#, no-wrap
msgid "BootBanner=No"
msgstr ""
#. type: "BootBanner_description"
#: Resources/templates/Localizable.strings:62
#: Resources/templates/Localizable.strings:66
#, 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:64
#: Resources/templates/Localizable.strings:68
#, no-wrap
msgid "GUI=No"
msgstr ""
#. type: "GUI_description"
#: Resources/templates/Localizable.strings:65
#: Resources/templates/Localizable.strings:69
#, no-wrap
msgid "Disables the default enabled graphic user interface."
msgstr ""
#. type: "LegacyLogo_title"
#: Resources/templates/Localizable.strings:67
#: Resources/templates/Localizable.strings:71
#, no-wrap
msgid "LegacyLogo=Yes"
msgstr ""
#. type: "LegacyLogo_description"
#: Resources/templates/Localizable.strings:68
#: Resources/templates/Localizable.strings:72
#, 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:70
#: Resources/templates/Localizable.strings:74
#, no-wrap
msgid "InstantMenu=Yes"
msgstr ""
#. type: "InstantMenu_description"
#: Resources/templates/Localizable.strings:71
#: Resources/templates/Localizable.strings:75
#, 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:73
#: Resources/templates/Localizable.strings:77
#, no-wrap
msgid "QuietBoot=Yes"
msgstr ""
#. type: "QuietBoot_description"
#: Resources/templates/Localizable.strings:74
#: Resources/templates/Localizable.strings:78
#, no-wrap
msgid "Enable quiet boot mode (no messages or prompt)."
msgstr ""
#. type: "ShowInfo_title"
#: Resources/templates/Localizable.strings:76
#: Resources/templates/Localizable.strings:80
#, no-wrap
msgid "ShowInfo=Yes"
msgstr ""
#. type: "ShowInfo_description"
#: Resources/templates/Localizable.strings:77
#: Resources/templates/Localizable.strings:81
#, no-wrap
msgid ""
"Enables display of partition and resolution details shown on the left side "
msgstr ""
#. type: "Wait_title"
#: Resources/templates/Localizable.strings:79
#: Resources/templates/Localizable.strings:83
#, no-wrap
msgid "Wait=Yes"
msgstr ""
#. type: "Wait_description"
#: Resources/templates/Localizable.strings:80
#: Resources/templates/Localizable.strings:84
#, no-wrap
msgid ""
"Pauses the boot process after Chameleon has finished it's setup then waits "
msgstr ""
#. type: "arch_title"
#: Resources/templates/Localizable.strings:84
#: Resources/templates/Localizable.strings:88
#, no-wrap
msgid "arch=i386"
msgstr ""
#. type: "arch_description"
#: Resources/templates/Localizable.strings:85
#: Resources/templates/Localizable.strings:89
#, no-wrap
msgid "Boots the kernel in 32bit mode rather than the default 64bit mode."
msgstr ""
#. type: "EHCIacquire_title"
#: Resources/templates/Localizable.strings:87
#: Resources/templates/Localizable.strings:91
#, no-wrap
msgid "EHCIacquire=Yes"
msgstr ""
#. type: "EHCIacquire_description"
#: Resources/templates/Localizable.strings:88
#: Resources/templates/Localizable.strings:92
#, no-wrap
msgid "Enables the option to fix any EHCI ownership issues due to bad bioses."
msgstr ""
#. type: "EthernetBuiltIn_title"
#: Resources/templates/Localizable.strings:90
#: Resources/templates/Localizable.strings:94
#, no-wrap
msgid "EthernetBuiltIn=Yes"
msgstr ""
#. type: "EthernetBuiltIn_description"
#: Resources/templates/Localizable.strings:91
#: Resources/templates/Localizable.strings:95
#, no-wrap
msgid "Enables the option of adding 'built-in' to your ethernet devices."
msgstr ""
#. type: "ForceHPET_title"
#: Resources/templates/Localizable.strings:93
#: Resources/templates/Localizable.strings:97
#, no-wrap
msgid "ForceHPET=Yes"
msgstr ""
#. type: "ForceHPET_description"
#: Resources/templates/Localizable.strings:94
#: Resources/templates/Localizable.strings:98
#, no-wrap
msgid "Enables HPET on intel chipsets, for bioses that dont include the option."
msgstr ""
#. type: "ForceWake_title"
#: Resources/templates/Localizable.strings:96
#: Resources/templates/Localizable.strings:100
#, no-wrap
msgid "ForceWake=Yes"
msgstr ""
#. type: "ForceWake_description"
#: Resources/templates/Localizable.strings:97
#: Resources/templates/Localizable.strings:101
#, no-wrap
msgid "This option enables you to bypass bad sleep images."
msgstr ""
#. type: "RestartFix_title"
#: Resources/templates/Localizable.strings:99
#: Resources/templates/Localizable.strings:103
#, no-wrap
msgid "RestartFix=No"
msgstr ""
#. type: "RestartFix_description"
#: Resources/templates/Localizable.strings:100
#: Resources/templates/Localizable.strings:104
#, no-wrap
msgid "Disables the automatically enabled restart fix."
msgstr ""
#. type: "UHCIreset_title"
#: Resources/templates/Localizable.strings:102
#: Resources/templates/Localizable.strings:106
#, no-wrap
msgid "UHCIreset=Yes"
msgstr ""
#. type: "UHCIreset_description"
#: Resources/templates/Localizable.strings:103
#: Resources/templates/Localizable.strings:107
#, no-wrap
msgid "Enables the option to reset UHCI controllers before starting OS X."
msgstr ""
#. type: "UseMemDetect_title"
#: Resources/templates/Localizable.strings:105
#: Resources/templates/Localizable.strings:109
#, no-wrap
msgid "UseMemDetect=No"
msgstr ""
#. type: "UseMemDetect_description"
#: Resources/templates/Localizable.strings:106
#: Resources/templates/Localizable.strings:110
#, no-wrap
msgid "Disables the automatically enabled RAM recognition."
msgstr ""
#. type: "UseKernelCache_title"
#: Resources/templates/Localizable.strings:108
#: Resources/templates/Localizable.strings:112
#, no-wrap
msgid "UseKernelCache=Yes"
msgstr ""
#. type: "UseKernelCache_description"
#: Resources/templates/Localizable.strings:109
#: Resources/templates/Localizable.strings:113
#, no-wrap
msgid ""
"For Lion only. Enables loading of the pre-linked kernel. This will ignore "
msgstr ""
#. type: "Wake_title"
#: Resources/templates/Localizable.strings:111
#: Resources/templates/Localizable.strings:115
#, no-wrap
msgid "Wake=Yes"
msgstr ""
#. type: "Wake_description"
#: Resources/templates/Localizable.strings:112
#: Resources/templates/Localizable.strings:116
#, no-wrap
msgid "Attempts to load the sleep image saved from last hibernation."
msgstr ""
#. type: "CSTUsingSystemIO_title"
#: Resources/templates/Localizable.strings:116
#: Resources/templates/Localizable.strings:120
#, no-wrap
msgid "CSTUsingSystemIO=Yes"
msgstr ""
#. type: "CSTUsingSystemIO_description"
#: Resources/templates/Localizable.strings:117
#: Resources/templates/Localizable.strings:121
#, no-wrap
msgid ""
"New C-State _CST generation method using SystemIO registers instead of "
msgstr ""
#. type: "DropSSDT_title"
#: Resources/templates/Localizable.strings:119
#: Resources/templates/Localizable.strings:123
#, no-wrap
msgid "DropSSDT=Yes"
msgstr ""
#. type: "DropSSDT_description"
#: Resources/templates/Localizable.strings:120
#: Resources/templates/Localizable.strings:124
#, no-wrap
msgid "Discard the motherboard's built-in SSDT tables."
msgstr ""
#. type: "EnableC2State_title"
#: Resources/templates/Localizable.strings:122
#: Resources/templates/Localizable.strings:126
#, no-wrap
msgid "EnableC2State=Yes"
msgstr ""
#. type: "EnableC2State_description"
#: Resources/templates/Localizable.strings:123
#: Resources/templates/Localizable.strings:127
#, no-wrap
msgid "Enable specific Processor power state, C2."
msgstr ""
#. type: "EnableC3State_title"
#: Resources/templates/Localizable.strings:125
#: Resources/templates/Localizable.strings:129
#, no-wrap
msgid "EnableC3State=Yes"
msgstr ""
#. type: "EnableC3State_description"
#: Resources/templates/Localizable.strings:126
#: Resources/templates/Localizable.strings:130
#, no-wrap
msgid "Enable specific Processor power state, C3."
msgstr ""
#. type: "EnableC4State_title"
#: Resources/templates/Localizable.strings:128
#: Resources/templates/Localizable.strings:132
#, no-wrap
msgid "EnableC4State=Yes"
msgstr ""
#. type: "EnableC4State_description"
#: Resources/templates/Localizable.strings:129
#: Resources/templates/Localizable.strings:133
#, no-wrap
msgid "Enable specific Processor power state, C4."
msgstr ""
#. type: "GenerateCStates_title"
#: Resources/templates/Localizable.strings:131
#: Resources/templates/Localizable.strings:135
#, no-wrap
msgid "GenerateCStates=Yes"
msgstr ""
#. type: "GenerateCStates_description"
#: Resources/templates/Localizable.strings:132
#: Resources/templates/Localizable.strings:136
#, no-wrap
msgid "Enable auto generation of processor idle sleep states (C-States)."
msgstr ""
#. type: "GeneratePStates_title"
#: Resources/templates/Localizable.strings:134
#: Resources/templates/Localizable.strings:138
#, no-wrap
msgid "GeneratePStates=Yes"
msgstr ""
#. type: "GeneratePStates_description"
#: Resources/templates/Localizable.strings:135
#: Resources/templates/Localizable.strings:139
#, no-wrap
msgid "Enable auto generation of processor power performance states (P-States)."
msgstr ""
#. type: "1024x600x32_title"
#: Resources/templates/Localizable.strings:139
#: Resources/templates/Localizable.strings:143
#, no-wrap
msgid "1024x600x32"
msgstr ""
#. type: "1024x600x32_description"
#: Resources/templates/Localizable.strings:140
#: Resources/templates/Localizable.strings:144
#, no-wrap
msgid "Set Graphics Mode to 1024x600x32"
msgstr ""
#. type: "1024x768x32_title"
#: Resources/templates/Localizable.strings:142
#: Resources/templates/Localizable.strings:146
#, no-wrap
msgid "1024x768x32"
msgstr ""
#. type: "1024x768x32_description"
#: Resources/templates/Localizable.strings:143
#: Resources/templates/Localizable.strings:147
#, no-wrap
msgid "Set Graphics Mode to 1024x768x32"
msgstr ""
#. type: "1280x768x32_title"
#: Resources/templates/Localizable.strings:145
#: Resources/templates/Localizable.strings:149
#, no-wrap
msgid "1280x768x32"
msgstr ""
#. type: "1280x768x32_description"
#: Resources/templates/Localizable.strings:146
#: Resources/templates/Localizable.strings:150
#, no-wrap
msgid "Set Graphics Mode to 1280x768x32"
msgstr ""
#. type: "1280x800x32_title"
#: Resources/templates/Localizable.strings:148
#: Resources/templates/Localizable.strings:152
#, no-wrap
msgid "1280x800x32"
msgstr ""
#. type: "1280x800x32_description"
#: Resources/templates/Localizable.strings:149
#: Resources/templates/Localizable.strings:153
#, no-wrap
msgid "Set Graphics Mode to 1280x800x32"
msgstr ""
#. type: "1280x1024x32_title"
#: Resources/templates/Localizable.strings:151
#: Resources/templates/Localizable.strings:155
#, no-wrap
msgid "1280x1024x32"
msgstr ""
#. type: "1280x1024x32_description"
#: Resources/templates/Localizable.strings:152
#: Resources/templates/Localizable.strings:156
#, no-wrap
msgid "Set Graphics Mode to 1280x1024x32"
msgstr ""
#. type: "1280x960x32_title"
#: Resources/templates/Localizable.strings:154
#: Resources/templates/Localizable.strings:158
#, no-wrap
msgid "1280x960x32"
msgstr ""
#. type: "1280x960x32_description"
#: Resources/templates/Localizable.strings:155
#: Resources/templates/Localizable.strings:159
#, no-wrap
msgid "Set Graphics Mode to 1280x960x32"
msgstr ""
#. type: "1440x900x32_title"
#: Resources/templates/Localizable.strings:157
#: Resources/templates/Localizable.strings:161
#, no-wrap
msgid "1440x900x32"
msgstr ""
#. type: "1440x900x32_description"
#: Resources/templates/Localizable.strings:158
#: Resources/templates/Localizable.strings:162
#, no-wrap
msgid "Set Graphics Mode to 1440x900x32"
msgstr ""
#. type: "1600x900x32_title"
#: Resources/templates/Localizable.strings:160
#: Resources/templates/Localizable.strings:164
#, no-wrap
msgid "1600x900x32"
msgstr ""
#. type: "1600x900x32_description"
#: Resources/templates/Localizable.strings:161
#: Resources/templates/Localizable.strings:165
#, no-wrap
msgid "Set Graphics Mode to 1600x900x32"
msgstr ""
#. type: "1600x1200x32_title"
#: Resources/templates/Localizable.strings:163
#: Resources/templates/Localizable.strings:167
#, no-wrap
msgid "1600x1200x32"
msgstr ""
#. type: "1600x1200x32_description"
#: Resources/templates/Localizable.strings:164
#: Resources/templates/Localizable.strings:168
#, no-wrap
msgid "Set Graphics Mode to 1600x1200x32"
msgstr ""
#. type: "1680x1050x32_title"
#: Resources/templates/Localizable.strings:166
#: Resources/templates/Localizable.strings:170
#, no-wrap
msgid "1680x1050x32"
msgstr ""
#. type: "1680x1050x32_description"
#: Resources/templates/Localizable.strings:167
#: Resources/templates/Localizable.strings:171
#, no-wrap
msgid "Set Graphics Mode to 1680x1050x32"
msgstr ""
#. type: "1920x1080x32_title"
#: Resources/templates/Localizable.strings:169
#: Resources/templates/Localizable.strings:173
#, no-wrap
msgid "1920x1080x32"
msgstr ""
#. type: "1920x1080x32_description"
#: Resources/templates/Localizable.strings:170
#: Resources/templates/Localizable.strings:174
#, no-wrap
msgid "Set Graphics Mode to 1920x1080x32"
msgstr ""
#. type: "1920x1200x32_title"
#: Resources/templates/Localizable.strings:172
#: Resources/templates/Localizable.strings:176
#, no-wrap
msgid "1920x1200x32"
msgstr ""
#. type: "1920x1200x32_description"
#: Resources/templates/Localizable.strings:173
#: Resources/templates/Localizable.strings:177
#, no-wrap
msgid "Set Graphics Mode to 1920x1200x32"
msgstr ""
#. type: "GraphicsEnabler_title"
#: Resources/templates/Localizable.strings:177
#: Resources/templates/Localizable.strings:181
#, no-wrap
msgid "GraphicsEnabler=Yes"
msgstr ""
#. type: "GraphicsEnabler_description"
#: Resources/templates/Localizable.strings:178
#: Resources/templates/Localizable.strings:182
#, no-wrap
msgid ""
"Enables the option to autodetect NVIDIA based GPUs and inject the correct "
msgstr ""
#. type: "EnableHDMIAudio_title"
#: Resources/templates/Localizable.strings:180
#: Resources/templates/Localizable.strings:184
#, no-wrap
msgid "EnableHDMIAudio=Yes"
msgstr ""
#. type: "EnableHDMIAudio_description"
#: Resources/templates/Localizable.strings:181
#: Resources/templates/Localizable.strings:185
#, no-wrap
msgid "Inject HDMi audio for NVIDIA or AMD/ATI."
msgstr ""
#. type: "UseAtiROM_title"
#: Resources/templates/Localizable.strings:183
#: Resources/templates/Localizable.strings:187
#, no-wrap
msgid "UseAtiROM=Yes"
msgstr ""
#. type: "UseAtiROM_description"
#: Resources/templates/Localizable.strings:184
#: Resources/templates/Localizable.strings:188
#, no-wrap
msgid "Enables UseAtiROM options."
msgstr ""
#. type: "UseNvidiaROM_title"
#: Resources/templates/Localizable.strings:186
#: Resources/templates/Localizable.strings:190
#, no-wrap
msgid "UseNvidiaROM=Yes"
msgstr ""
#. type: "UseNvidiaROM_description"
#: Resources/templates/Localizable.strings:187
#: Resources/templates/Localizable.strings:191
#, no-wrap
msgid "Enables UseNvidiaROM options."
msgstr ""
#. type: "VBIOS_title"
#: Resources/templates/Localizable.strings:189
#: Resources/templates/Localizable.strings:193
#, no-wrap
msgid "VBIOS=Yes"
msgstr ""
#. type: "VBIOS_description"
#: Resources/templates/Localizable.strings:190
#: Resources/templates/Localizable.strings:194
#, no-wrap
msgid "Enables VBIOS option"
msgstr ""
#. type: "Verbose_title"
#: Resources/templates/Localizable.strings:195
#: Resources/templates/Localizable.strings:199
#, no-wrap
msgid "Verbose Mode"
msgstr ""
#. type: "Verbose_description"
#: Resources/templates/Localizable.strings:196
#: Resources/templates/Localizable.strings:200
#, no-wrap
msgid ""
"Turns on verbose logging and allows you to see messages from both Chameleon "
msgstr ""
#. type: "Singleusermode_title"
#: Resources/templates/Localizable.strings:198
#: Resources/templates/Localizable.strings:202
#, no-wrap
msgid "Single User Mode"
msgstr ""
#. type: "Singleusermode_description"
#: Resources/templates/Localizable.strings:199
#: Resources/templates/Localizable.strings:203
#, 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:201
#: Resources/templates/Localizable.strings:205
#, no-wrap
msgid "Ignore Caches"
msgstr ""
#. type: "Ignorecaches_description"
#: Resources/templates/Localizable.strings:202
#: Resources/templates/Localizable.strings:206
#, 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:204
#: Resources/templates/Localizable.strings:208
#, no-wrap
msgid "npci=0x2000"
msgstr ""
#. type: "Npci_description"
#: Resources/templates/Localizable.strings:205
#: Resources/templates/Localizable.strings:209
#, no-wrap
msgid ""
"For overcoming a hang at 'PCI configuration begin' on some systems. 0x2000 "
msgstr ""
#. type: "Npci3_title"
#: Resources/templates/Localizable.strings:207
#: Resources/templates/Localizable.strings:211
#, no-wrap
msgid "npci=0x3000"
msgstr ""
#. type: "Npci3_description"
#: Resources/templates/Localizable.strings:208
#: Resources/templates/Localizable.strings:212
#, no-wrap
msgid ""
"For overcoming a hang at 'PCI configuration begin' on some systems. 0x3000 "
msgstr ""
#. type: "Darkwake_title"
#: Resources/templates/Localizable.strings:210
#: Resources/templates/Localizable.strings:214
#, no-wrap
msgid "darkwake=0"
msgstr ""
#. type: "Darkwake_description"
#: Resources/templates/Localizable.strings:211
#: Resources/templates/Localizable.strings:215
#, no-wrap
msgid ""
"Lion only. Disables the 'low power wake' feature which can sometimes leave "
msgstr ""
#. type: "mac-de_title"
#: Resources/templates/Localizable.strings:217
#: Resources/templates/Localizable.strings:221
#, no-wrap
msgid "German Mac Keyboard"
msgstr ""
#. type: "mac-de_description"
#: Resources/templates/Localizable.strings:218
#: Resources/templates/Localizable.strings:222
#, no-wrap
msgid "Use the keyboard layout for a German Mac keyboard"
msgstr ""
#. type: "mac-es_title"
#: Resources/templates/Localizable.strings:220
#: Resources/templates/Localizable.strings:224
#, no-wrap
msgid "Spanish Mac Keyboard"
msgstr ""
#. type: "mac-es_description"
#: Resources/templates/Localizable.strings:221
#: Resources/templates/Localizable.strings:225
#, no-wrap
msgid "Use the keyboard layout for a Spanish Mac keyboard"
msgstr ""
#. type: "mac-fr_title"
#: Resources/templates/Localizable.strings:223
#: Resources/templates/Localizable.strings:227
#, no-wrap
msgid "French Mac Keyboard"
msgstr ""
#. type: "mac-fr_description"
#: Resources/templates/Localizable.strings:224
#: Resources/templates/Localizable.strings:228
#, no-wrap
msgid "Use the keyboard layout for a French Mac keyboard"
msgstr ""
#. type: "mac-it_title"
#: Resources/templates/Localizable.strings:226
#: Resources/templates/Localizable.strings:230
#, no-wrap
msgid "Italian Mac Keyboard"
msgstr ""
#. type: "mac-it_description"
#: Resources/templates/Localizable.strings:227
#: Resources/templates/Localizable.strings:231
#, no-wrap
msgid "Use the keyboard layout for an Italian Mac keyboard"
msgstr ""
#. type: "mac-se_title"
#: Resources/templates/Localizable.strings:229
#: Resources/templates/Localizable.strings:233
#, no-wrap
msgid "Swedish Mac Keyboard"
msgstr ""
#. type: "mac-se_description"
#: Resources/templates/Localizable.strings:230
#: Resources/templates/Localizable.strings:234
#, no-wrap
msgid "Use the keyboard layout for a Swedish Mac keyboard"
msgstr ""
#. type: "pc-fr_title"
#: Resources/templates/Localizable.strings:232
#: Resources/templates/Localizable.strings:236
#, no-wrap
msgid "French PC Keyboard"
msgstr ""
#. type: "pc-fr_description"
#: Resources/templates/Localizable.strings:233
#: Resources/templates/Localizable.strings:237
#, no-wrap
msgid "Use the keyboard layout for a French PC keyboard"
msgstr ""
#. type: "Embed_title"
#: Resources/templates/Localizable.strings:239
#: Resources/templates/Localizable.strings:243
#, no-wrap
msgid "Embed"
msgstr ""
#. type: "Embed_description"
#: Resources/templates/Localizable.strings:240
#: Resources/templates/Localizable.strings:244
#, no-wrap
msgid ""
"A smaller simple version of the new default theme used when building a "
msgstr ""
#. type: "Legacy_title"
#: Resources/templates/Localizable.strings:242
#: Resources/templates/Localizable.strings:246
#, no-wrap
msgid "Legacy"
msgstr ""
#. type: "Legacy_description"
#: Resources/templates/Localizable.strings:243
#: Resources/templates/Localizable.strings:247
#, no-wrap
msgid "Chameleon's original default theme introduced for v2.0 RC1"
msgstr ""
#. type: "Default_description"
#: Resources/templates/Localizable.strings:246
#: Resources/templates/Localizable.strings:250
#, no-wrap
msgid "Chameleon default theme introduced for v2.0 RC5"
msgstr ""
#. type: "Bullet_title"
#: Resources/templates/Localizable.strings:248
#: Resources/templates/Localizable.strings:252
#, no-wrap
msgid "Bullet"
msgstr ""
#. type: "Bullet_description"
#: Resources/templates/Localizable.strings:249
#: Resources/templates/Localizable.strings:253
#, no-wrap
msgid "A lovely simple theme by NoSmokingBandit from April 2009."
msgstr ""
#. type: "Control_title"
#: Resources/templates/Localizable.strings:257
#: Resources/templates/Localizable.strings:261
#, no-wrap
msgid "Control Options"
msgstr ""
#. type: "Control_description"
#: Resources/templates/Localizable.strings:258
#: Resources/templates/Localizable.strings:262
#, no-wrap
msgid "Settings to control how Chameleon works."
msgstr ""
#. type: "General_title"
#: Resources/templates/Localizable.strings:261
#: Resources/templates/Localizable.strings:265
#, no-wrap
msgid "General Options"
msgstr ""
#. type: "General_description"
#: Resources/templates/Localizable.strings:262
#: Resources/templates/Localizable.strings:266
#, no-wrap
msgid "Choose from a selection of base options."
msgstr ""
#. type: "KernelFlags_title"
#: Resources/templates/Localizable.strings:265
#: Resources/templates/Localizable.strings:269
#, no-wrap
msgid "Kernel Flags"
msgstr ""
#. type: "KernelFlags_description"
#: Resources/templates/Localizable.strings:266
#: Resources/templates/Localizable.strings:270
#, no-wrap
msgid "Choose from a selection of kernel flags."
msgstr ""
#. type: "PowerManagement_title"
#: Resources/templates/Localizable.strings:269
#: Resources/templates/Localizable.strings:273
#, no-wrap
msgid "Power Management"
msgstr ""
#. type: "PowerManagement_description"
#: Resources/templates/Localizable.strings:270
#: Resources/templates/Localizable.strings:274
#, no-wrap
msgid "A selection of options that deal with power management and speedstep."
msgstr ""
#. type: "Resolution_description"
#: Resources/templates/Localizable.strings:274
#: Resources/templates/Localizable.strings:278
#, no-wrap
msgid "Set one resolution to use."
msgstr ""
#. type: "Video_title"
#: Resources/templates/Localizable.strings:277
#: Resources/templates/Localizable.strings:281
#, no-wrap
msgid "Video"
msgstr ""
#. type: "Video_description"
#: Resources/templates/Localizable.strings:278
#: Resources/templates/Localizable.strings:282
#, no-wrap
msgid "A selection of options that deal with video."
msgstr ""
#. type: "Keymaps_title"
#: Resources/templates/Localizable.strings:281
#: Resources/templates/Localizable.strings:285
#, no-wrap
msgid "KeyLayout"
msgstr ""
#. type: "Keymaps_description"
#: Resources/templates/Localizable.strings:282
#: Resources/templates/Localizable.strings:286
#, no-wrap
msgid ""
"Select one keylayout to use. This will also install the Keylayout module and "
msgstr ""
#. type: "Themes_title"
#: Resources/templates/Localizable.strings:285
#: Resources/templates/Localizable.strings:289
#, no-wrap
msgid "Themes"
msgstr ""
#. type: "Themes_description"
#: Resources/templates/Localizable.strings:286
#: Resources/templates/Localizable.strings:290
#, no-wrap
msgid ""
"A collection of sample themes\n"

Archive Download the corresponding diff file

Revision: 2028