Chameleon

Chameleon Commit Details

Date:2013-01-22 19:30:35 (11 years 2 months ago)
Author:ErmaC
Commit:2171
Parents: 2170
Message:Add pkg support for FileNVRAM module.
Changes:
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
4444
4545
4646
47
48
49
50
51
52
53
54
4755
4856
4957
......
279287
280288
281289
290
291
292
293
282294
283295
284296
"ACPICodec_description" = "This module provides a substitute for the internal acpi patcher.
Dependencies: none";
"HDAEnabler_title" = "HDAEnabler";
"HDAEnabler_description" = "HDAEnabler module, this module provides a substitute for the Hight Definition Audio DSDT Edits.
Dependencies: none";
"FileNVRAM_title" = "FileNVRAM";
"FileNVRAM_description" = "FileNVRAM module for preloading NVRAM values.
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).
// The filenames from OptionalSettings text files' become sub menu headings.
// These sub menu headings need titles and descriptions.
// ----------------------------------------------------------------------------
// Audio
"Audio_title" = "Audio";
"Audio_description" = "A selection of options that deal with audio.";
// Control
"Control_title" = "Control Options";
"Control_description" = "Settings to control how Chameleon works.";
trunk/package/buildpkg.sh
3636
3737
3838
39
40
3941
4042
4143
......
534536
535537
536538
539
540
537541
538542
539543
......
672676
673677
674678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
675717
676718
677719
CONFIG_KEYLAYOUT_MODULE=""
CONFIG_KLIBC_MODULE=""
CONFIG_RESOLUTION_MODULE=""
CONFIG_HDAENABLER_MODULE=""
CONFIG_FILENVRAM_MODULE=""
CONFIG_SATA_MODULE=""
CONFIG_UCLIBCXX_MODULE=""
source "${SRCROOT}/auto.conf"
# Keylayout.dylib #
# klibc.dylib #
# Resolution.dylib #
# HDAEnabler.dylib #
# FileNVRAM.dylib #
# Sata.dylib #
# uClibcxx.dylib #
###############################
}
fi
# -
if [[ "${CONFIG_HDAENABLER_MODULE}" == 'm' && -f "${SYMROOT}/i386/modules/HDAEnabler.dylib" ]]; then
{
# Start build HDAEnabler package module
choiceId="HDAEnabler"
moduleFile="HDAEnabler.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 HDAEnabler package module
}
fi
# -
if [[ "${CONFIG_FILENVRAM_MODULE}" == 'y' && -f "${SYMROOT}/i386/modules/FileNVRAM.dylib" ]]; then
{
# Start build FileNVRAM package module
choiceId="FileNVRAM"
moduleFile="FileNVRAM.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 FileNVRAM package module
}
fi
# -
if [[ "${CONFIG_SATA_MODULE}" == 'm' && -f "${SYMROOT}/i386/modules/Sata.dylib" ]]; then
{
# Start build Sata package module
trunk/package/po/chameleon.pot
66
77
88
9
10
9
10
1111
1212
1313
......
248248
249249
250250
251
251
252252
253253
254254
......
319319
320320
321321
322
322
323323
324324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
325354
326355
327356
328357
329
358
330359
331360
332361
......
336365
337366
338367
339
368
340369
341370
342371
343372
344373
345
374
346375
347376
348377
......
354383
355384
356385
357
386
358387
359388
360389
361390
362391
363
392
364393
365394
366395
......
371400
372401
373402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
374436
375
437
376438
377439
378440
379441
380442
381
443
382444
383445
384446
......
386448
387449
388450
389
451
390452
391453
392454
393455
394456
395
457
396458
397459
398460
......
400462
401463
402464
403
465
404466
405467
406468
407469
408470
409
471
410472
411473
412474
413475
414476
415
477
416478
417479
418480
419481
420482
421
483
422484
423485
424486
......
426488
427489
428490
429
491
430492
431493
432494
433495
434496
435
497
436498
437499
438500
......
442504
443505
444506
445
507
446508
447509
448510
449511
450512
451
513
452514
453515
454516
455517
456518
457
519
458520
459521
460522
461523
462524
463
525
464526
465527
466528
......
469531
470532
471533
472
534
473535
474536
475537
476538
477539
478
540
479541
480542
481543
......
484546
485547
486548
487
549
488550
489551
490552
491553
492554
493
555
494556
495557
496558
497559
498560
499
561
500562
501563
502564
503565
504566
505
567
506568
507569
508570
509571
510572
511
573
512574
513575
514576
515577
516578
517
579
518580
519581
520582
521583
522584
523
585
524586
525587
526588
527589
528590
529
591
530592
531593
532594
533595
534596
535
597
536598
537599
538600
539601
540602
541
603
542604
543605
544606
545607
546608
547
609
548610
549611
550612
551613
552614
553
615
554616
555617
556618
557619
558620
559
621
560622
561623
562624
563625
564626
565
627
566628
567629
568630
569631
570632
571
633
572634
573635
574636
575637
576638
577
639
578640
579641
580642
581643
582644
583
645
584646
585647
586648
587649
588650
589
651
590652
591653
592654
......
595657
596658
597659
598
660
599661
600662
601663
602664
603665
604
666
605667
606668
607669
608670
609671
610
672
611673
612674
613675
614676
615677
616
678
617679
618680
619681
......
621683
622684
623685
624
686
625687
626688
627689
628690
629691
630
692
631693
632694
633695
634696
635697
636
698
637699
638700
639701
640702
641703
642
704
643705
644706
645707
646708
647709
648
710
649711
650712
651713
652714
653715
654
716
655717
656718
657719
658720
659721
660
722
661723
662724
663725
664726
665727
666
728
667729
668730
669731
670732
671733
672
734
673735
674736
675737
676738
677739
678
740
679741
680742
681743
682744
683745
684
746
685747
686748
687749
688750
689751
690
752
691753
692754
693755
694756
695757
696
758
697759
698760
699761
700762
701763
702
764
703765
704766
705767
706768
707769
708
770
709771
710772
711773
712774
713775
714
776
715777
716778
717779
718780
719781
720
782
721783
722784
723785
724786
725787
726
788
727789
728790
729791
730792
731793
732
794
733795
734796
735797
736798
737799
738
800
739801
740802
741803
742804
743805
744
806
745807
746808
747809
748810
749811
750
812
751813
752814
753815
754816
755817
756
818
757819
758820
759821
760822
761823
762
824
763825
764826
765827
766828
767829
768
830
769831
770832
771833
772834
773835
774
836
775837
776838
777839
778840
779841
780
842
781843
782844
783845
784846
785847
786
848
787849
788850
789851
790852
791853
792
854
793855
794856
795857
796858
797859
798
860
799861
800862
801863
802864
803865
804
866
805867
806868
807869
808870
809871
810
872
811873
812874
813875
814876
815877
816
878
817879
818880
819881
820882
821883
822
884
823885
824886
825887
826888
827889
828
890
829891
830892
831893
832894
833895
834
896
835897
836898
837899
838900
839901
840
902
841903
842904
843905
844906
845907
846
908
847909
848910
849911
......
851913
852914
853915
854
916
855917
856918
857919
858920
859921
860
922
861923
862924
863925
864926
865927
866
928
867929
868930
869931
870932
871933
872
934
873935
874936
875937
876938
877939
878
940
879941
880942
881943
882944
883945
884
946
885947
886948
887949
888950
889951
890
952
891953
892954
893955
894956
895957
896
958
897959
898960
899961
900962
901963
902
964
903965
904966
905967
906968
907969
908
970
909971
910972
911973
......
913975
914976
915977
916
978
917979
918980
919981
920982
921983
922
984
923985
924986
925987
926988
927989
928
990
929991
930992
931993
932994
933995
934
996
935997
936998
937999
......
9401002
9411003
9421004
943
1005
9441006
9451007
9461008
9471009
9481010
949
1011
9501012
9511013
9521014
......
9541016
9551017
9561018
957
1019
9581020
9591021
9601022
9611023
9621024
963
1025
9641026
9651027
9661028
9671029
9681030
9691031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
9701048
971
1049
9721050
9731051
9741052
9751053
9761054
977
1055
9781056
9791057
9801058
......
9821060
9831061
9841062
985
1063
9861064
9871065
9881066
9891067
9901068
991
1069
9921070
9931071
9941072
9951073
9961074
997
1075
9981076
9991077
10001078
10011079
10021080
1003
1081
10041082
10051083
10061084
10071085
10081086
1009
1087
10101088
10111089
10121090
10131091
10141092
1015
1093
10161094
10171095
10181096
10191097
10201098
1021
1099
10221100
10231101
10241102
10251103
10261104
1027
1105
10281106
10291107
10301108
10311109
10321110
1033
1111
10341112
10351113
10361114
10371115
10381116
1039
1117
10401118
10411119
10421120
10431121
10441122
1045
1123
10461124
10471125
10481126
10491127
10501128
1051
1129
10521130
10531131
10541132
10551133
10561134
1057
1135
10581136
10591137
10601138
10611139
10621140
1063
1141
10641142
10651143
10661144
......
10681146
10691147
10701148
1071
1149
10721150
10731151
10741152
10751153
10761154
1077
1155
10781156
10791157
10801158
10811159
10821160
1083
1161
10841162
10851163
10861164
10871165
10881166
1089
1167
10901168
10911169
10921170
10931171
10941172
1095
1173
10961174
10971175
10981176
10991177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
11001190
1101
1191
11021192
11031193
11041194
11051195
11061196
1107
1197
11081198
11091199
11101200
11111201
11121202
1113
1203
11141204
11151205
11161206
11171207
11181208
1119
1209
11201210
11211211
11221212
11231213
11241214
1125
1215
11261216
11271217
11281218
11291219
11301220
1131
1221
11321222
11331223
11341224
11351225
11361226
1137
1227
11381228
11391229
11401230
11411231
11421232
1143
1233
11441234
11451235
11461236
11471237
11481238
1149
1239
11501240
11511241
11521242
11531243
11541244
1155
1245
11561246
11571247
11581248
11591249
11601250
1161
1251
11621252
11631253
11641254
11651255
11661256
1167
1257
11681258
11691259
11701260
11711261
11721262
1173
1263
11741264
11751265
11761266
......
11781268
11791269
11801270
1181
1271
11821272
11831273
11841274
11851275
11861276
1187
1277
11881278
11891279
11901280
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Chameleon 2.1\n"
"POT-Creation-Date: 2012-07-23 21:20+0200\n"
"Project-Id-Version: Chameleon 2.2\n"
"POT-Creation-Date: 2013-01-22 18:24+0000\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:254
#: Resources/templates/Localizable.strings:25 Resources/templates/Localizable.strings:279
#, no-wrap
msgid "Standard"
msgstr ""
"Dependencies: none"
msgstr ""
#. type: "Sata_title"
#. type: "HDAEnabler_title"
#: Resources/templates/Localizable.strings:47
#, no-wrap
msgid "HDAEnabler"
msgstr ""
#. type: "HDAEnabler_description"
#: Resources/templates/Localizable.strings:48
#, no-wrap
msgid ""
"HDAEnabler module, this module provides a substitute for the Hight "
"Definition Audio DSDT Edits.\n"
"Dependencies: none"
msgstr ""
#. type: "FileNVRAM_title"
#: Resources/templates/Localizable.strings:51
#, no-wrap
msgid "FileNVRAM"
msgstr ""
#. type: "FileNVRAM_description"
#: Resources/templates/Localizable.strings:52
#, no-wrap
msgid ""
"FileNVRAM module for preloading NVRAM values.\n"
"Dependencies: none"
msgstr ""
#. type: "Sata_title"
#: Resources/templates/Localizable.strings:55
#, no-wrap
msgid "Sata"
msgstr ""
#. type: "Sata_description"
#: Resources/templates/Localizable.strings:48
#: Resources/templates/Localizable.strings:56
#, no-wrap
msgid ""
"Sata module, known as YellowIconFixer in cparm's branch.\n"
msgstr ""
#. type: "Resolution_title"
#: Resources/templates/Localizable.strings:52 Resources/templates/Localizable.strings:282
#: Resources/templates/Localizable.strings:60 Resources/templates/Localizable.strings:311
#, no-wrap
msgid "Resolution"
msgstr ""
#. type: "AutoReso_description"
#: Resources/templates/Localizable.strings:53
#: Resources/templates/Localizable.strings:61
#, no-wrap
msgid ""
"This module reads the edid information from the monitor attached to the main "
msgstr ""
#. type: "uClibc_title"
#: Resources/templates/Localizable.strings:57
#: Resources/templates/Localizable.strings:65
#, no-wrap
msgid "uClibc++"
msgstr ""
#. type: "uClibc_description"
#: Resources/templates/Localizable.strings:58
#: Resources/templates/Localizable.strings:66
#, no-wrap
msgid ""
"This module provides a minimalistic c++ runtime library for use in other "
"Dependencies: klibc"
msgstr ""
#. type: "KernelPatcher_title"
#: Resources/templates/Localizable.strings:71
#, no-wrap
msgid "Kernel Patcher"
msgstr ""
#. type: "KernelPatcher_description"
#: Resources/templates/Localizable.strings:72
#, no-wrap
msgid ""
"The KernelPatcher module provides patches for the following:\n"
"*Enables the use of the kernelcache with /Extra/Extensions and "
"/Extra/Extensions.mkext\n"
"*Removed the CPUID check\n"
"*Removes an LAPIC panic\n"
"*Removes a panic in commpage_stuff_routine\n"
"Dependencies: none"
msgstr ""
#. type: "KextPatcher_title"
#: Resources/templates/Localizable.strings:79
#, no-wrap
msgid "Kext Patcher"
msgstr ""
#. type: "KextPatcher_description"
#: Resources/templates/Localizable.strings:80
#, no-wrap
msgid ""
"The KextPatcher module provides patches for the following:\n"
"Dependencies: none"
msgstr ""
#. type: "Options_title"
#: Resources/templates/Localizable.strings:67
#: Resources/templates/Localizable.strings:87
#, no-wrap
msgid "Settings"
msgstr ""
#. type: "Options_description"
#: Resources/templates/Localizable.strings:68
#: Resources/templates/Localizable.strings:88
#, no-wrap
msgid ""
"Create an /Extra/org.chameleon.Boot.plist by selecting any of these boot "
msgstr ""
#. type: "BootBanner_title"
#: Resources/templates/Localizable.strings:70
#: Resources/templates/Localizable.strings:90
#, no-wrap
msgid "BootBanner=No"
msgstr ""
#. type: "BootBanner_description"
#: Resources/templates/Localizable.strings:71
#: Resources/templates/Localizable.strings:91
#, 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:73
#: Resources/templates/Localizable.strings:93
#, no-wrap
msgid "GUI=No"
msgstr ""
#. type: "GUI_description"
#: Resources/templates/Localizable.strings:74
#: Resources/templates/Localizable.strings:94
#, no-wrap
msgid "Disables the default enabled graphic user interface."
msgstr ""
#. type: "LegacyLogo_title"
#: Resources/templates/Localizable.strings:76
#: Resources/templates/Localizable.strings:96
#, no-wrap
msgid "LegacyLogo=Yes"
msgstr ""
#. type: "LegacyLogo_description"
#: Resources/templates/Localizable.strings:77
#: Resources/templates/Localizable.strings:97
#, 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:79
#: Resources/templates/Localizable.strings:99
#, no-wrap
msgid "InstantMenu=Yes"
msgstr ""
#. type: "InstantMenu_description"
#: Resources/templates/Localizable.strings:80
#: Resources/templates/Localizable.strings:100
#, 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:82
#: Resources/templates/Localizable.strings:102
#, no-wrap
msgid "QuietBoot=Yes"
msgstr ""
#. type: "QuietBoot_description"
#: Resources/templates/Localizable.strings:83
#: Resources/templates/Localizable.strings:103
#, no-wrap
msgid "Enable quiet boot mode (no messages or prompt)."
msgstr ""
#. type: "ShowInfo_title"
#: Resources/templates/Localizable.strings:85
#: Resources/templates/Localizable.strings:105
#, no-wrap
msgid "ShowInfo=Yes"
msgstr ""
#. type: "ShowInfo_description"
#: Resources/templates/Localizable.strings:86
#: Resources/templates/Localizable.strings:106
#, no-wrap
msgid ""
"Enables display of partition and resolution details shown on the left side "
msgstr ""
#. type: "Wait_title"
#: Resources/templates/Localizable.strings:88
#: Resources/templates/Localizable.strings:108
#, no-wrap
msgid "Wait=Yes"
msgstr ""
#. type: "Wait_description"
#: Resources/templates/Localizable.strings:89
#: Resources/templates/Localizable.strings:109
#, no-wrap
msgid ""
"Pauses the boot process after Chameleon has finished it's setup then waits "
msgstr ""
#. type: "arch_title"
#: Resources/templates/Localizable.strings:93
#: Resources/templates/Localizable.strings:113
#, no-wrap
msgid "arch=i386"
msgstr ""
#. type: "arch_description"
#: Resources/templates/Localizable.strings:94
#: Resources/templates/Localizable.strings:114
#, no-wrap
msgid "Boots the kernel in 32bit mode rather than the default 64bit mode."
msgstr ""
#. type: "EHCIacquire_title"
#: Resources/templates/Localizable.strings:96
#: Resources/templates/Localizable.strings:116
#, no-wrap
msgid "EHCIacquire=Yes"
msgstr ""
#. type: "EHCIacquire_description"
#: Resources/templates/Localizable.strings:97
#: Resources/templates/Localizable.strings:117
#, no-wrap
msgid "Enables the option to fix any EHCI ownership issues due to bad bioses."
msgstr ""
#. type: "EthernetBuiltIn_title"
#: Resources/templates/Localizable.strings:99
#: Resources/templates/Localizable.strings:119
#, no-wrap
msgid "EthernetBuiltIn=Yes"
msgstr ""
#. type: "EthernetBuiltIn_description"
#: Resources/templates/Localizable.strings:100
#: Resources/templates/Localizable.strings:120
#, no-wrap
msgid "Enables the option of adding 'built-in' to your ethernet devices."
msgstr ""
#. type: "ForceHPET_title"
#: Resources/templates/Localizable.strings:102
#: Resources/templates/Localizable.strings:122
#, no-wrap
msgid "ForceHPET=Yes"
msgstr ""
#. type: "ForceHPET_description"
#: Resources/templates/Localizable.strings:103
#: Resources/templates/Localizable.strings:123
#, no-wrap
msgid "Enables HPET on intel chipsets, for bioses that dont include the option."
msgstr ""
#. type: "ForceWake_title"
#: Resources/templates/Localizable.strings:105
#: Resources/templates/Localizable.strings:125
#, no-wrap
msgid "ForceWake=Yes"
msgstr ""
#. type: "ForceWake_description"
#: Resources/templates/Localizable.strings:106
#: Resources/templates/Localizable.strings:126
#, no-wrap
msgid "This option enables you to bypass bad sleep images."
msgstr ""
#. type: "RestartFix_title"
#: Resources/templates/Localizable.strings:108
#: Resources/templates/Localizable.strings:128
#, no-wrap
msgid "RestartFix=No"
msgstr ""
#. type: "RestartFix_description"
#: Resources/templates/Localizable.strings:109
#: Resources/templates/Localizable.strings:129
#, no-wrap
msgid "Disables the automatically enabled restart fix."
msgstr ""
#. type: "UHCIreset_title"
#: Resources/templates/Localizable.strings:111
#: Resources/templates/Localizable.strings:131
#, no-wrap
msgid "UHCIreset=Yes"
msgstr ""
#. type: "UHCIreset_description"
#: Resources/templates/Localizable.strings:112
#: Resources/templates/Localizable.strings:132
#, no-wrap
msgid "Enables the option to reset UHCI controllers before starting OS X."
msgstr ""
#. type: "UseMemDetect_title"
#: Resources/templates/Localizable.strings:114
#: Resources/templates/Localizable.strings:134
#, no-wrap
msgid "UseMemDetect=No"
msgstr ""
#. type: "UseMemDetect_description"
#: Resources/templates/Localizable.strings:115
#: Resources/templates/Localizable.strings:135
#, no-wrap
msgid "Disables the automatically enabled RAM recognition."
msgstr ""
#. type: "UseKernelCache_title"
#: Resources/templates/Localizable.strings:117
#: Resources/templates/Localizable.strings:137
#, no-wrap
msgid "UseKernelCache=Yes"
msgstr ""
#. type: "UseKernelCache_description"
#: Resources/templates/Localizable.strings:118
#: Resources/templates/Localizable.strings:138
#, no-wrap
msgid ""
"For Lion only. Enables loading of the pre-linked kernel. This will ignore "
msgstr ""
#. type: "Wake_title"
#: Resources/templates/Localizable.strings:120
#: Resources/templates/Localizable.strings:140
#, no-wrap
msgid "Wake=Yes"
msgstr ""
#. type: "Wake_description"
#: Resources/templates/Localizable.strings:121
#: Resources/templates/Localizable.strings:141
#, no-wrap
msgid "Attempts to load the sleep image saved from last hibernation."
msgstr ""
#. type: "CSTUsingSystemIO_title"
#: Resources/templates/Localizable.strings:125
#: Resources/templates/Localizable.strings:145
#, no-wrap
msgid "CSTUsingSystemIO=Yes"
msgstr ""
#. type: "CSTUsingSystemIO_description"
#: Resources/templates/Localizable.strings:126
#: Resources/templates/Localizable.strings:146
#, no-wrap
msgid ""
"New C-State _CST generation method using SystemIO registers instead of "
msgstr ""
#. type: "DropSSDT_title"
#: Resources/templates/Localizable.strings:128
#: Resources/templates/Localizable.strings:148
#, no-wrap
msgid "DropSSDT=Yes"
msgstr ""
#. type: "DropSSDT_description"
#: Resources/templates/Localizable.strings:129
#: Resources/templates/Localizable.strings:149
#, no-wrap
msgid "Discard the motherboard's built-in SSDT tables."
msgstr ""
#. type: "EnableC2State_title"
#: Resources/templates/Localizable.strings:131
#: Resources/templates/Localizable.strings:151
#, no-wrap
msgid "EnableC2State=Yes"
msgstr ""
#. type: "EnableC2State_description"
#: Resources/templates/Localizable.strings:132
#: Resources/templates/Localizable.strings:152
#, no-wrap
msgid "Enable specific Processor power state, C2."
msgstr ""
#. type: "EnableC3State_title"
#: Resources/templates/Localizable.strings:134
#: Resources/templates/Localizable.strings:154
#, no-wrap
msgid "EnableC3State=Yes"
msgstr ""
#. type: "EnableC3State_description"
#: Resources/templates/Localizable.strings:135
#: Resources/templates/Localizable.strings:155
#, no-wrap
msgid "Enable specific Processor power state, C3."
msgstr ""
#. type: "EnableC4State_title"
#: Resources/templates/Localizable.strings:137
#: Resources/templates/Localizable.strings:157
#, no-wrap
msgid "EnableC4State=Yes"
msgstr ""
#. type: "EnableC4State_description"
#: Resources/templates/Localizable.strings:138
#: Resources/templates/Localizable.strings:158
#, no-wrap
msgid "Enable specific Processor power state, C4."
msgstr ""
#. type: "GenerateCStates_title"
#: Resources/templates/Localizable.strings:140
#: Resources/templates/Localizable.strings:160
#, no-wrap
msgid "GenerateCStates=Yes"
msgstr ""
#. type: "GenerateCStates_description"
#: Resources/templates/Localizable.strings:141
#: Resources/templates/Localizable.strings:161
#, no-wrap
msgid "Enable auto generation of processor idle sleep states (C-States)."
msgstr ""
#. type: "GeneratePStates_title"
#: Resources/templates/Localizable.strings:143
#: Resources/templates/Localizable.strings:163
#, no-wrap
msgid "GeneratePStates=Yes"
msgstr ""
#. type: "GeneratePStates_description"
#: Resources/templates/Localizable.strings:144
#: Resources/templates/Localizable.strings:164
#, no-wrap
msgid "Enable auto generation of processor power performance states (P-States)."
msgstr ""
#. type: "1024x600x32_title"
#: Resources/templates/Localizable.strings:148
#: Resources/templates/Localizable.strings:168
#, no-wrap
msgid "1024x600x32"
msgstr ""
#. type: "1024x600x32_description"
#: Resources/templates/Localizable.strings:149
#: Resources/templates/Localizable.strings:169
#, no-wrap
msgid "Set Graphics Mode to 1024x600x32"
msgstr ""
#. type: "1024x768x32_title"
#: Resources/templates/Localizable.strings:151
#: Resources/templates/Localizable.strings:171
#, no-wrap
msgid "1024x768x32"
msgstr ""
#. type: "1024x768x32_description"
#: Resources/templates/Localizable.strings:152
#: Resources/templates/Localizable.strings:172
#, no-wrap
msgid "Set Graphics Mode to 1024x768x32"
msgstr ""
#. type: "1280x768x32_title"
#: Resources/templates/Localizable.strings:154
#: Resources/templates/Localizable.strings:174
#, no-wrap
msgid "1280x768x32"
msgstr ""
#. type: "1280x768x32_description"
#: Resources/templates/Localizable.strings:155
#: Resources/templates/Localizable.strings:175
#, no-wrap
msgid "Set Graphics Mode to 1280x768x32"
msgstr ""
#. type: "1280x800x32_title"
#: Resources/templates/Localizable.strings:157
#: Resources/templates/Localizable.strings:177
#, no-wrap
msgid "1280x800x32"
msgstr ""
#. type: "1280x800x32_description"
#: Resources/templates/Localizable.strings:158
#: Resources/templates/Localizable.strings:178
#, no-wrap
msgid "Set Graphics Mode to 1280x800x32"
msgstr ""
#. type: "1280x1024x32_title"
#: Resources/templates/Localizable.strings:160
#: Resources/templates/Localizable.strings:180
#, no-wrap
msgid "1280x1024x32"
msgstr ""
#. type: "1280x1024x32_description"
#: Resources/templates/Localizable.strings:161
#: Resources/templates/Localizable.strings:181
#, no-wrap
msgid "Set Graphics Mode to 1280x1024x32"
msgstr ""
#. type: "1280x960x32_title"
#: Resources/templates/Localizable.strings:163
#: Resources/templates/Localizable.strings:183
#, no-wrap
msgid "1280x960x32"
msgstr ""
#. type: "1280x960x32_description"
#: Resources/templates/Localizable.strings:164
#: Resources/templates/Localizable.strings:184
#, no-wrap
msgid "Set Graphics Mode to 1280x960x32"
msgstr ""
#. type: "1440x900x32_title"
#: Resources/templates/Localizable.strings:166
#: Resources/templates/Localizable.strings:186
#, no-wrap
msgid "1440x900x32"
msgstr ""
#. type: "1440x900x32_description"
#: Resources/templates/Localizable.strings:167
#: Resources/templates/Localizable.strings:187
#, no-wrap
msgid "Set Graphics Mode to 1440x900x32"
msgstr ""
#. type: "1600x900x32_title"
#: Resources/templates/Localizable.strings:169
#: Resources/templates/Localizable.strings:189
#, no-wrap
msgid "1600x900x32"
msgstr ""
#. type: "1600x900x32_description"
#: Resources/templates/Localizable.strings:170
#: Resources/templates/Localizable.strings:190
#, no-wrap
msgid "Set Graphics Mode to 1600x900x32"
msgstr ""
#. type: "1600x1200x32_title"
#: Resources/templates/Localizable.strings:172
#: Resources/templates/Localizable.strings:192
#, no-wrap
msgid "1600x1200x32"
msgstr ""
#. type: "1600x1200x32_description"
#: Resources/templates/Localizable.strings:173
#: Resources/templates/Localizable.strings:193
#, no-wrap
msgid "Set Graphics Mode to 1600x1200x32"
msgstr ""
#. type: "1680x1050x32_title"
#: Resources/templates/Localizable.strings:175
#: Resources/templates/Localizable.strings:195
#, no-wrap
msgid "1680x1050x32"
msgstr ""
#. type: "1680x1050x32_description"
#: Resources/templates/Localizable.strings:176
#: Resources/templates/Localizable.strings:196
#, no-wrap
msgid "Set Graphics Mode to 1680x1050x32"
msgstr ""
#. type: "1920x1080x32_title"
#: Resources/templates/Localizable.strings:178
#: Resources/templates/Localizable.strings:198
#, no-wrap
msgid "1920x1080x32"
msgstr ""
#. type: "1920x1080x32_description"
#: Resources/templates/Localizable.strings:179
#: Resources/templates/Localizable.strings:199
#, no-wrap
msgid "Set Graphics Mode to 1920x1080x32"
msgstr ""
#. type: "1920x1200x32_title"
#: Resources/templates/Localizable.strings:181
#: Resources/templates/Localizable.strings:201
#, no-wrap
msgid "1920x1200x32"
msgstr ""
#. type: "1920x1200x32_description"
#: Resources/templates/Localizable.strings:182
#: Resources/templates/Localizable.strings:202
#, no-wrap
msgid "Set Graphics Mode to 1920x1200x32"
msgstr ""
#. type: "GraphicsEnabler_title"
#: Resources/templates/Localizable.strings:186
#: Resources/templates/Localizable.strings:206
#, no-wrap
msgid "GraphicsEnabler=Yes"
msgstr ""
#. type: "GraphicsEnabler_description"
#: Resources/templates/Localizable.strings:187
#: Resources/templates/Localizable.strings:207
#, no-wrap
msgid ""
"Enables the option to autodetect NVIDIA based GPUs and inject the correct "
msgstr ""
#. type: "EnableHDMIAudio_title"
#: Resources/templates/Localizable.strings:189
#: Resources/templates/Localizable.strings:209
#, no-wrap
msgid "EnableHDMIAudio=Yes"
msgstr ""
#. type: "EnableHDMIAudio_description"
#: Resources/templates/Localizable.strings:190
#: Resources/templates/Localizable.strings:210
#, no-wrap
msgid "Inject HDMi audio for NVIDIA or AMD/ATI."
msgstr ""
#. type: "UseAtiROM_title"
#: Resources/templates/Localizable.strings:192
#: Resources/templates/Localizable.strings:212
#, no-wrap
msgid "UseAtiROM=Yes"
msgstr ""
#. type: "UseAtiROM_description"
#: Resources/templates/Localizable.strings:193
#: Resources/templates/Localizable.strings:213
#, no-wrap
msgid "Enables UseAtiROM options."
msgstr ""
#. type: "UseNvidiaROM_title"
#: Resources/templates/Localizable.strings:195
#: Resources/templates/Localizable.strings:215
#, no-wrap
msgid "UseNvidiaROM=Yes"
msgstr ""
#. type: "UseNvidiaROM_description"
#: Resources/templates/Localizable.strings:196
#: Resources/templates/Localizable.strings:216
#, no-wrap
msgid "Enables UseNvidiaROM options."
msgstr ""
#. type: "VBIOS_title"
#: Resources/templates/Localizable.strings:198
#: Resources/templates/Localizable.strings:218
#, no-wrap
msgid "VBIOS=Yes"
msgstr ""
#. type: "VBIOS_description"
#: Resources/templates/Localizable.strings:199
#: Resources/templates/Localizable.strings:219
#, no-wrap
msgid "Enables VBIOS option"
msgstr ""
#. type: "Verbose_title"
#: Resources/templates/Localizable.strings:204
#: Resources/templates/Localizable.strings:224
#, no-wrap
msgid "Verbose Mode"
msgstr ""
#. type: "Verbose_description"
#: Resources/templates/Localizable.strings:205
#: Resources/templates/Localizable.strings:225
#, no-wrap
msgid ""
"Turns on verbose logging and allows you to see messages from both Chameleon "
msgstr ""
#. type: "Singleusermode_title"
#: Resources/templates/Localizable.strings:207
#: Resources/templates/Localizable.strings:227
#, no-wrap
msgid "Single User Mode"
msgstr ""
#. type: "Singleusermode_description"
#: Resources/templates/Localizable.strings:208
#: Resources/templates/Localizable.strings:228
#, 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:210
#: Resources/templates/Localizable.strings:230
#, no-wrap
msgid "Ignore Caches"
msgstr ""
#. type: "Ignorecaches_description"
#: Resources/templates/Localizable.strings:211
#: Resources/templates/Localizable.strings:231
#, 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:213
#: Resources/templates/Localizable.strings:233
#, no-wrap
msgid "npci=0x2000"
msgstr ""
#. type: "Npci_description"
#: Resources/templates/Localizable.strings:214
#: Resources/templates/Localizable.strings:234
#, no-wrap
msgid ""
"For overcoming a hang at 'PCI configuration begin' on some systems. 0x2000 "
msgstr ""
#. type: "Npci3_title"
#: Resources/templates/Localizable.strings:216
#: Resources/templates/Localizable.strings:236
#, no-wrap
msgid "npci=0x3000"
msgstr ""
#. type: "Npci3_description"
#: Resources/templates/Localizable.strings:217
#: Resources/templates/Localizable.strings:237
#, 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 ""
#. type: "WaitingRootDevice_title"
#: Resources/templates/Localizable.strings:239
#, no-wrap
msgid "ahcidisk=1 debug=8"
msgstr ""
#. type: "WaitingRootDevice_description"
#: Resources/templates/Localizable.strings:240
#, no-wrap
msgid ""
"Info here: Waiting for root device when kernel cache used only with some "
"disks +FIX\n"
"http://www.insanelymac.com/forum/topic/280062-waiting-for-root-device-when-kernel-cache-used-only-with-some-disks-fix/\n"
"Findings credits to bcc9."
msgstr ""
#. type: "Darkwake_title"
#: Resources/templates/Localizable.strings:219
#: Resources/templates/Localizable.strings:244
#, no-wrap
msgid "darkwake=0"
msgstr ""
#. type: "Darkwake_description"
#: Resources/templates/Localizable.strings:220
#: Resources/templates/Localizable.strings:245
#, no-wrap
msgid ""
"Lion only. Disables the 'low power wake' feature which can sometimes leave "
msgstr ""
#. type: "mac-de_title"
#: Resources/templates/Localizable.strings:226
#: Resources/templates/Localizable.strings:251
#, no-wrap
msgid "German Mac Keyboard"
msgstr ""
#. type: "mac-de_description"
#: Resources/templates/Localizable.strings:227
#: Resources/templates/Localizable.strings:252
#, no-wrap
msgid "Use the keyboard layout for a German Mac keyboard"
msgstr ""
#. type: "mac-es_title"
#: Resources/templates/Localizable.strings:229
#: Resources/templates/Localizable.strings:254
#, no-wrap
msgid "Spanish Mac Keyboard"
msgstr ""
#. type: "mac-es_description"
#: Resources/templates/Localizable.strings:230
#: Resources/templates/Localizable.strings:255
#, no-wrap
msgid "Use the keyboard layout for a Spanish Mac keyboard"
msgstr ""
#. type: "mac-fr_title"
#: Resources/templates/Localizable.strings:232
#: Resources/templates/Localizable.strings:257
#, no-wrap
msgid "French Mac Keyboard"
msgstr ""
#. type: "mac-fr_description"
#: Resources/templates/Localizable.strings:233
#: Resources/templates/Localizable.strings:258
#, no-wrap
msgid "Use the keyboard layout for a French Mac keyboard"
msgstr ""
#. type: "mac-it_title"
#: Resources/templates/Localizable.strings:235
#: Resources/templates/Localizable.strings:260
#, no-wrap
msgid "Italian Mac Keyboard"
msgstr ""
#. type: "mac-it_description"
#: Resources/templates/Localizable.strings:236
#: Resources/templates/Localizable.strings:261
#, no-wrap
msgid "Use the keyboard layout for an Italian Mac keyboard"
msgstr ""
#. type: "mac-se_title"
#: Resources/templates/Localizable.strings:238
#: Resources/templates/Localizable.strings:263
#, no-wrap
msgid "Swedish Mac Keyboard"
msgstr ""
#. type: "mac-se_description"
#: Resources/templates/Localizable.strings:239
#: Resources/templates/Localizable.strings:264
#, no-wrap
msgid "Use the keyboard layout for a Swedish Mac keyboard"
msgstr ""
#. type: "pc-fr_title"
#: Resources/templates/Localizable.strings:241
#: Resources/templates/Localizable.strings:266
#, no-wrap
msgid "French PC Keyboard"
msgstr ""
#. type: "pc-fr_description"
#: Resources/templates/Localizable.strings:242
#: Resources/templates/Localizable.strings:267
#, no-wrap
msgid "Use the keyboard layout for a French PC keyboard"
msgstr ""
#. type: "Embed_title"
#: Resources/templates/Localizable.strings:248
#: Resources/templates/Localizable.strings:273
#, no-wrap
msgid "Embed"
msgstr ""
#. type: "Embed_description"
#: Resources/templates/Localizable.strings:249
#: Resources/templates/Localizable.strings:274
#, no-wrap
msgid ""
"A smaller simple version of the new default theme used when building a "
msgstr ""
#. type: "Legacy_title"
#: Resources/templates/Localizable.strings:251
#: Resources/templates/Localizable.strings:276
#, no-wrap
msgid "Legacy"
msgstr ""
#. type: "Legacy_description"
#: Resources/templates/Localizable.strings:252
#: Resources/templates/Localizable.strings:277
#, no-wrap
msgid "Chameleon's original default theme introduced for v2.0 RC1"
msgstr ""
#. type: "Default_description"
#: Resources/templates/Localizable.strings:255
#: Resources/templates/Localizable.strings:280
#, no-wrap
msgid "Chameleon default theme introduced for v2.0 RC5"
msgstr ""
#. type: "Bullet_title"
#: Resources/templates/Localizable.strings:257
#: Resources/templates/Localizable.strings:282
#, no-wrap
msgid "Bullet"
msgstr ""
#. type: "Bullet_description"
#: Resources/templates/Localizable.strings:258
#: Resources/templates/Localizable.strings:283
#, no-wrap
msgid "A lovely simple theme by NoSmokingBandit from April 2009."
msgstr ""
#. type: "Audio_title"
#: Resources/templates/Localizable.strings:291
#, no-wrap
msgid "Audio"
msgstr ""
#. type: "Audio_description"
#: Resources/templates/Localizable.strings:292
#, no-wrap
msgid "A selection of options that deal with audio."
msgstr ""
#. type: "Control_title"
#: Resources/templates/Localizable.strings:266
#: Resources/templates/Localizable.strings:295
#, no-wrap
msgid "Control Options"
msgstr ""
#. type: "Control_description"
#: Resources/templates/Localizable.strings:267
#: Resources/templates/Localizable.strings:296
#, no-wrap
msgid "Settings to control how Chameleon works."
msgstr ""
#. type: "General_title"
#: Resources/templates/Localizable.strings:270
#: Resources/templates/Localizable.strings:299
#, no-wrap
msgid "General Options"
msgstr ""
#. type: "General_description"
#: Resources/templates/Localizable.strings:271
#: Resources/templates/Localizable.strings:300
#, no-wrap
msgid "Choose from a selection of base options."
msgstr ""
#. type: "KernelFlags_title"
#: Resources/templates/Localizable.strings:274
#: Resources/templates/Localizable.strings:303
#, no-wrap
msgid "Kernel Flags"
msgstr ""
#. type: "KernelFlags_description"
#: Resources/templates/Localizable.strings:275
#: Resources/templates/Localizable.strings:304
#, no-wrap
msgid "Choose from a selection of kernel flags."
msgstr ""
#. type: "PowerManagement_title"
#: Resources/templates/Localizable.strings:278
#: Resources/templates/Localizable.strings:307
#, no-wrap
msgid "Power Management"
msgstr ""
#. type: "PowerManagement_description"
#: Resources/templates/Localizable.strings:279
#: Resources/templates/Localizable.strings:308
#, no-wrap
msgid "A selection of options that deal with power management and speedstep."
msgstr ""
#. type: "Resolution_description"
#: Resources/templates/Localizable.strings:283
#: Resources/templates/Localizable.strings:312
#, no-wrap
msgid "Set one resolution to use."
msgstr ""
#. type: "Video_title"
#: Resources/templates/Localizable.strings:286
#: Resources/templates/Localizable.strings:315
#, no-wrap
msgid "Video"
msgstr ""
#. type: "Video_description"
#: Resources/templates/Localizable.strings:287
#: Resources/templates/Localizable.strings:316
#, no-wrap
msgid "A selection of options that deal with video."
msgstr ""
#. type: "Keymaps_title"
#: Resources/templates/Localizable.strings:290
#: Resources/templates/Localizable.strings:319
#, no-wrap
msgid "KeyLayout"
msgstr ""
#. type: "Keymaps_description"
#: Resources/templates/Localizable.strings:291
#: Resources/templates/Localizable.strings:320
#, no-wrap
msgid ""
"Select one keylayout to use. This will also install the Keylayout module and "
msgstr ""
#. type: "Themes_title"
#: Resources/templates/Localizable.strings:294
#: Resources/templates/Localizable.strings:323
#, no-wrap
msgid "Themes"
msgstr ""
#. type: "Themes_description"
#: Resources/templates/Localizable.strings:295
#: Resources/templates/Localizable.strings:324
#, no-wrap
msgid ""
"A collection of sample themes\n"

Archive Download the corresponding diff file

Revision: 2171