Index: trunk/package/Resources/templates/Localizable.strings =================================================================== --- trunk/package/Resources/templates/Localizable.strings (revision 2032) +++ trunk/package/Resources/templates/Localizable.strings (revision 2033) @@ -40,9 +40,14 @@ This is currently only used by the uClibc++ library. Source: http://www.kernel.org/pub/linux/libs/klibc/"; +"ACPICodec_title" = "ACPICodec"; +"ACPICodec_description" = "This module provides a substitute for the internal acpi patcher. +Dependencies: none"; + "Sata_title" = "Sata"; "Sata_description" = "Sata module, known as YellowIconFixer in cparm's branch. -Useful to fix yellow icon issue (can also fix an issue with the Apple's dvd player application in Mountain lion)."; +Useful to fix yellow icon issue (can also fix an issue with the Apple's dvd player application in Mountain lion). +Dependencies: none"; "AutoReso_title" = "Resolution"; "AutoReso_description" = "This module reads the edid information from the monitor attached to the main display. Index: trunk/package/buildpkg.sh =================================================================== --- trunk/package/buildpkg.sh (revision 2032) +++ trunk/package/buildpkg.sh (revision 2033) @@ -28,6 +28,7 @@ CONFIG_KLIBC_MODULE="" CONFIG_UCLIBCXX_MODULE="" CONFIG_SATA_MODULE="" +CONFIG_ACPICODEC_MODULE="" CONFIG_RESOLUTION_MODULE="" CONFIG_KEYLAYOUT_MODULE="" source "${SRCROOT}/auto.conf" @@ -524,6 +525,7 @@ # Resolution.dylib # # uClibcxx.dylib # # Sata.dylib # + # ACPICodec.dylib # # Keylayout.dylib # ############################### if [ "$(ls -A "${SYMROOT}/i386/modules")" ]; then @@ -616,7 +618,26 @@ fi # - - # Warning Keylayout module need additional files + if [[ "${CONFIG_ACPICODEC_MODULE}" == 'm' && -f "${SYMROOT}/i386/modules/ACPICodec.dylib" ]]; then + { + # Start build ACPICodec package module + choiceId="ACPICodec" + moduleFile="ACPICodec.dylib" + mkdir -p "${PKG_BUILD_DIR}/${choiceId}/Root" + ditto --noextattr --noqtn "${SYMROOT}/i386/modules/$moduleFile" "${PKG_BUILD_DIR}/${choiceId}/Root" + addTemplateScripts --pkg-rootdir="${PKG_BUILD_DIR}/${choiceId}" \ + --subst="moduleName=$choiceId" \ + --subst="moduleFile=$moduleFile" \ + InstallModule + + packageRefId=$(getPackageRefId "${modules_packages_identity}" "${choiceId}") + buildpackage "$packageRefId" "${choiceId}" "${PKG_BUILD_DIR}/${choiceId}" "/Extra/modules" + addChoice --group="Module" --start-selected="false" --pkg-refs="$packageRefId" "${choiceId}" + # End build ACPICodec package module + } + fi + +# - # Warning Keylayout module need additional files if [[ "${CONFIG_KEYLAYOUT_MODULE}" = 'm' && -f "${SYMROOT}/i386/modules/Keylayout.dylib" ]]; then { # Start build Keylayout package module Index: trunk/package/po/en.po =================================================================== --- trunk/package/po/en.po (revision 2032) +++ trunk/package/po/en.po (revision 2033) @@ -7,8 +7,8 @@ msgstr "" "Project-Id-Version: Chameleon 2.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-06 22:38+0000\n" -"PO-Revision-Date: 2012-03-07 00:07-0000\n" +"POT-Creation-Date: 2012-07-23 21:20+0200\n" +"PO-Revision-Date: 2012-07-23 21:28-0000\n" "Last-Translator: ErmaC\n" "Language-Team: en \n" "Language: en\n" @@ -252,7 +252,7 @@ #. type: "Default_title" #: Resources/templates/Localizable.strings:25 -#: Resources/templates/Localizable.strings:245 +#: Resources/templates/Localizable.strings:254 #, no-wrap msgid "Standard" msgstr "Standard" @@ -305,15 +305,49 @@ "This is currently only used by the uClibc++ library.\n" "Source: http://www.kernel.org/pub/linux/libs/klibc/" -#. type: "Resolution_title" +#. type: "ACPICodec_title" #: Resources/templates/Localizable.strings:43 -#: Resources/templates/Localizable.strings:273 #, no-wrap +msgid "ACPICodec" +msgstr "ACPICodec" + +#. type: "ACPICodec_description" +#: Resources/templates/Localizable.strings:44 +#, no-wrap +msgid "" +"This module provides a substitute for the internal acpi patcher.\n" +"Dependencies: none" +msgstr "" +"This module provides a substitute for the internal acpi patcher.\n" +"Dependencies: none" + +#. type: "Sata_title" +#: Resources/templates/Localizable.strings:47 +#, no-wrap +msgid "Sata" +msgstr "Sata" + +#. type: "Sata_description" +#: Resources/templates/Localizable.strings:48 +#, no-wrap +msgid "" +"Sata module, known as YellowIconFixer in cparm's branch.\n" +"Useful to fix yellow icon issue (can also fix an issue with the Apple's dvd player application in Mountain lion).\n" +"Dependencies: none" +msgstr "" +"Sata module, known as YellowIconFixer in cparm's branch.\n" +"Useful to fix yellow icon issue (can also fix an issue with the Apple's dvd player application in Mountain lion).\n" +"Dependencies: none" + +#. type: "Resolution_title" +#: Resources/templates/Localizable.strings:52 +#: Resources/templates/Localizable.strings:282 +#, no-wrap msgid "Resolution" msgstr "Resolution" #. type: "AutoReso_description" -#: Resources/templates/Localizable.strings:44 +#: Resources/templates/Localizable.strings:53 #, no-wrap msgid "" "This module reads the edid information from the monitor attached to the main display.\n" @@ -325,13 +359,13 @@ "Additionally, the module will patch the vesa modes available in pre intel hd graphics cards to provide proper resolution while booting." #. type: "uClibc_title" -#: Resources/templates/Localizable.strings:48 +#: Resources/templates/Localizable.strings:57 #, no-wrap msgid "uClibc++" msgstr "uClibc++" #. type: "uClibc_description" -#: Resources/templates/Localizable.strings:49 +#: Resources/templates/Localizable.strings:58 #, no-wrap msgid "" "This module provides a minimalistic c++ runtime library for use in other modules. This does not provide functionality by itself, instead it is used to allow for the c++ language to be used in other modules.\n" @@ -345,781 +379,781 @@ "Dependencies: klibc" #. type: "Options_title" -#: Resources/templates/Localizable.strings:58 +#: Resources/templates/Localizable.strings:67 #, no-wrap msgid "Settings" msgstr "Settings" #. type: "Options_description" -#: Resources/templates/Localizable.strings:59 +#: Resources/templates/Localizable.strings:68 #, no-wrap msgid "Create an /Extra/org.chameleon.Boot.plist by selecting any of these boot options and kernel flags." msgstr "Create an /Extra/org.chameleon.Boot.plist by selecting any of these boot options and kernel flags." #. type: "BootBanner_title" -#: Resources/templates/Localizable.strings:61 +#: Resources/templates/Localizable.strings:70 #, no-wrap msgid "BootBanner=No" msgstr "BootBanner=No" #. type: "BootBanner_description" -#: Resources/templates/Localizable.strings:62 +#: Resources/templates/Localizable.strings:71 #, no-wrap msgid "Hides Chameleon's boot banner in GUI. This is the text that is drawn at the top left corner of the screen displaying the release version etc." msgstr "Hides Chameleon's boot banner in GUI. This is the text that is drawn at the top left corner of the screen displaying the release version etc." #. type: "GUI_title" -#: Resources/templates/Localizable.strings:64 +#: Resources/templates/Localizable.strings:73 #, no-wrap msgid "GUI=No" msgstr "GUI=No" #. type: "GUI_description" -#: Resources/templates/Localizable.strings:65 +#: Resources/templates/Localizable.strings:74 #, no-wrap msgid "Disables the default enabled graphic user interface." msgstr "Disables the default enabled graphic user interface." #. type: "LegacyLogo_title" -#: Resources/templates/Localizable.strings:67 +#: Resources/templates/Localizable.strings:76 #, no-wrap msgid "LegacyLogo=Yes" msgstr "LegacyLogo=Yes" #. type: "LegacyLogo_description" -#: Resources/templates/Localizable.strings:68 +#: Resources/templates/Localizable.strings:77 #, no-wrap msgid "Use the legacy 'dark grey' apple logo on the light grey screen for the boot process rather than the boot.png in the theme." msgstr "Use the legacy 'dark grey' apple logo on the light grey screen for the boot process rather than the boot.png in the theme." #. type: "InstantMenu_title" -#: Resources/templates/Localizable.strings:70 +#: Resources/templates/Localizable.strings:79 #, no-wrap msgid "InstantMenu=Yes" msgstr "InstantMenu=Yes" #. type: "InstantMenu_description" -#: Resources/templates/Localizable.strings:71 +#: Resources/templates/Localizable.strings:80 #, no-wrap msgid "By default, when Chameleon loads you'll see the icon for the current default partition, along with a timeout progress bar which left alone will count down before Chameleon automatically boots that partition. This options skips that and takes you directly to the device selection screen." msgstr "By default, when Chameleon loads you'll see the icon for the current default partition, along with a timeout progress bar which left alone will count down before Chameleon automatically boots that partition. This options skips that and takes you directly to the device selection screen." #. type: "QuietBoot_title" -#: Resources/templates/Localizable.strings:73 +#: Resources/templates/Localizable.strings:82 #, no-wrap msgid "QuietBoot=Yes" msgstr "QuietBoot=Yes" #. type: "QuietBoot_description" -#: Resources/templates/Localizable.strings:74 +#: Resources/templates/Localizable.strings:83 #, no-wrap msgid "Enable quiet boot mode (no messages or prompt)." msgstr "Enable quiet boot mode (no messages or prompt)." #. type: "ShowInfo_title" -#: Resources/templates/Localizable.strings:76 +#: Resources/templates/Localizable.strings:85 #, no-wrap msgid "ShowInfo=Yes" msgstr "ShowInfo=Yes" #. type: "ShowInfo_description" -#: Resources/templates/Localizable.strings:77 +#: Resources/templates/Localizable.strings:86 #, no-wrap msgid "Enables display of partition and resolution details shown on the left side of the GUI under the boot banner. This is useful information for troubleshooting, though can clash with certain themes." msgstr "Enables display of partition and resolution details shown on the left side of the GUI under the boot banner. This is useful information for troubleshooting, though can clash with certain themes." #. type: "Wait_title" -#: Resources/templates/Localizable.strings:79 +#: Resources/templates/Localizable.strings:88 #, no-wrap msgid "Wait=Yes" msgstr "Wait=Yes" #. type: "Wait_description" -#: Resources/templates/Localizable.strings:80 +#: Resources/templates/Localizable.strings:89 #, no-wrap msgid "Pauses the boot process after Chameleon has finished it's setup then waits for a key press before it starts the mach kernel. Useful when combined with verbose boot for troubleshooting." msgstr "Pauses the boot process after Chameleon has finished it's setup then waits for a key press before it starts the mach kernel. Useful when combined with verbose boot for troubleshooting." #. type: "arch_title" -#: Resources/templates/Localizable.strings:84 +#: Resources/templates/Localizable.strings:93 #, no-wrap msgid "arch=i386" msgstr "arch=i386" #. type: "arch_description" -#: Resources/templates/Localizable.strings:85 +#: Resources/templates/Localizable.strings:94 #, no-wrap msgid "Boots the kernel in 32bit mode rather than the default 64bit mode." msgstr "Boots the kernel in 32bit mode rather than the default 64bit mode." #. type: "EHCIacquire_title" -#: Resources/templates/Localizable.strings:87 +#: Resources/templates/Localizable.strings:96 #, no-wrap msgid "EHCIacquire=Yes" msgstr "EHCIacquire=Yes" #. type: "EHCIacquire_description" -#: Resources/templates/Localizable.strings:88 +#: Resources/templates/Localizable.strings:97 #, no-wrap msgid "Enables the option to fix any EHCI ownership issues due to bad bioses." msgstr "Enables the option to fix any EHCI ownership issues due to bad bioses." #. type: "EthernetBuiltIn_title" -#: Resources/templates/Localizable.strings:90 +#: Resources/templates/Localizable.strings:99 #, no-wrap msgid "EthernetBuiltIn=Yes" msgstr "EthernetBuiltIn=Yes" #. type: "EthernetBuiltIn_description" -#: Resources/templates/Localizable.strings:91 +#: Resources/templates/Localizable.strings:100 #, no-wrap msgid "Enables the option of adding 'built-in' to your ethernet devices." msgstr "Enables the option of adding 'built-in' to your ethernet devices." #. type: "ForceHPET_title" -#: Resources/templates/Localizable.strings:93 +#: Resources/templates/Localizable.strings:102 #, no-wrap msgid "ForceHPET=Yes" msgstr "ForceHPET=Yes" #. type: "ForceHPET_description" -#: Resources/templates/Localizable.strings:94 +#: Resources/templates/Localizable.strings:103 #, no-wrap msgid "Enables HPET on intel chipsets, for bioses that dont include the option." msgstr "Enables HPET on intel chipsets, for bioses that dont include the option." #. type: "ForceWake_title" -#: Resources/templates/Localizable.strings:96 +#: Resources/templates/Localizable.strings:105 #, no-wrap msgid "ForceWake=Yes" msgstr "ForceWake=Yes" #. type: "ForceWake_description" -#: Resources/templates/Localizable.strings:97 +#: Resources/templates/Localizable.strings:106 #, no-wrap msgid "This option enables you to bypass bad sleep images." msgstr "This option enables you to bypass bad sleep images." #. type: "RestartFix_title" -#: Resources/templates/Localizable.strings:99 +#: Resources/templates/Localizable.strings:108 #, no-wrap msgid "RestartFix=No" msgstr "RestartFix=No" #. type: "RestartFix_description" -#: Resources/templates/Localizable.strings:100 +#: Resources/templates/Localizable.strings:109 #, no-wrap msgid "Disables the automatically enabled restart fix." msgstr "Disables the automatically enabled restart fix." #. type: "UHCIreset_title" -#: Resources/templates/Localizable.strings:102 +#: Resources/templates/Localizable.strings:111 #, no-wrap msgid "UHCIreset=Yes" msgstr "UHCIreset=Yes" #. type: "UHCIreset_description" -#: Resources/templates/Localizable.strings:103 +#: Resources/templates/Localizable.strings:112 #, no-wrap msgid "Enables the option to reset UHCI controllers before starting OS X." msgstr "Enables the option to reset UHCI controllers before starting OS X." #. type: "UseMemDetect_title" -#: Resources/templates/Localizable.strings:105 +#: Resources/templates/Localizable.strings:114 #, no-wrap msgid "UseMemDetect=No" msgstr "UseMemDetect=No" #. type: "UseMemDetect_description" -#: Resources/templates/Localizable.strings:106 +#: Resources/templates/Localizable.strings:115 #, no-wrap msgid "Disables the automatically enabled RAM recognition." msgstr "Disables the automatically enabled RAM recognition." #. type: "UseKernelCache_title" -#: Resources/templates/Localizable.strings:108 +#: Resources/templates/Localizable.strings:117 #, no-wrap msgid "UseKernelCache=Yes" msgstr "UseKernelCache=Yes" #. type: "UseKernelCache_description" -#: Resources/templates/Localizable.strings:109 +#: Resources/templates/Localizable.strings:118 #, no-wrap msgid "For Lion only. Enables loading of the pre-linked kernel. This will ignore /E/E and /S/L/E. ONLY use this is you have know it contains everything you need." msgstr "For Lion only. Enables loading of the pre-linked kernel. This will ignore /E/E and /S/L/E. ONLY use this is you have know it contains everything you need." #. type: "Wake_title" -#: Resources/templates/Localizable.strings:111 +#: Resources/templates/Localizable.strings:120 #, no-wrap msgid "Wake=Yes" msgstr "Wake=Yes" #. type: "Wake_description" -#: Resources/templates/Localizable.strings:112 +#: Resources/templates/Localizable.strings:121 #, no-wrap msgid "Attempts to load the sleep image saved from last hibernation." msgstr "Attempts to load the sleep image saved from last hibernation." #. type: "CSTUsingSystemIO_title" -#: Resources/templates/Localizable.strings:116 +#: Resources/templates/Localizable.strings:125 #, no-wrap msgid "CSTUsingSystemIO=Yes" msgstr "CSTUsingSystemIO=Yes" #. type: "CSTUsingSystemIO_description" -#: Resources/templates/Localizable.strings:117 +#: Resources/templates/Localizable.strings:126 #, no-wrap msgid "New C-State _CST generation method using SystemIO registers instead of FixedHW." msgstr "New C-State _CST generation method using SystemIO registers instead of FixedHW." #. type: "DropSSDT_title" -#: Resources/templates/Localizable.strings:119 +#: Resources/templates/Localizable.strings:128 #, no-wrap msgid "DropSSDT=Yes" msgstr "DropSSDT=Yes" #. type: "DropSSDT_description" -#: Resources/templates/Localizable.strings:120 +#: Resources/templates/Localizable.strings:129 #, no-wrap msgid "Discard the motherboard's built-in SSDT tables." msgstr "Discard the motherboard's built-in SSDT tables." #. type: "EnableC2State_title" -#: Resources/templates/Localizable.strings:122 +#: Resources/templates/Localizable.strings:131 #, no-wrap msgid "EnableC2State=Yes" msgstr "EnableC2State=Yes" #. type: "EnableC2State_description" -#: Resources/templates/Localizable.strings:123 +#: Resources/templates/Localizable.strings:132 #, no-wrap msgid "Enable specific Processor power state, C2." msgstr "Enable specific Processor power state, C2." #. type: "EnableC3State_title" -#: Resources/templates/Localizable.strings:125 +#: Resources/templates/Localizable.strings:134 #, no-wrap msgid "EnableC3State=Yes" msgstr "EnableC3State=Yes" #. type: "EnableC3State_description" -#: Resources/templates/Localizable.strings:126 +#: Resources/templates/Localizable.strings:135 #, no-wrap msgid "Enable specific Processor power state, C3." msgstr "Enable specific Processor power state, C3." #. type: "EnableC4State_title" -#: Resources/templates/Localizable.strings:128 +#: Resources/templates/Localizable.strings:137 #, no-wrap msgid "EnableC4State=Yes" msgstr "EnableC4State=Yes" #. type: "EnableC4State_description" -#: Resources/templates/Localizable.strings:129 +#: Resources/templates/Localizable.strings:138 #, no-wrap msgid "Enable specific Processor power state, C4." msgstr "Enable specific Processor power state, C4." #. type: "GenerateCStates_title" -#: Resources/templates/Localizable.strings:131 +#: Resources/templates/Localizable.strings:140 #, no-wrap msgid "GenerateCStates=Yes" msgstr "GenerateCStates=Yes" #. type: "GenerateCStates_description" -#: Resources/templates/Localizable.strings:132 +#: Resources/templates/Localizable.strings:141 #, no-wrap msgid "Enable auto generation of processor idle sleep states (C-States)." msgstr "Enable auto generation of processor idle sleep states (C-States)." #. type: "GeneratePStates_title" -#: Resources/templates/Localizable.strings:134 +#: Resources/templates/Localizable.strings:143 #, no-wrap msgid "GeneratePStates=Yes" msgstr "GeneratePStates=Yes" #. type: "GeneratePStates_description" -#: Resources/templates/Localizable.strings:135 +#: Resources/templates/Localizable.strings:144 #, no-wrap msgid "Enable auto generation of processor power performance states (P-States)." msgstr "Enable auto generation of processor power performance states (P-States)." #. type: "1024x600x32_title" -#: Resources/templates/Localizable.strings:139 +#: Resources/templates/Localizable.strings:148 #, no-wrap msgid "1024x600x32" msgstr "1024x600x32" #. type: "1024x600x32_description" -#: Resources/templates/Localizable.strings:140 +#: Resources/templates/Localizable.strings:149 #, no-wrap msgid "Set Graphics Mode to 1024x600x32" msgstr "Set Graphics Mode to 1024x600x32" #. type: "1024x768x32_title" -#: Resources/templates/Localizable.strings:142 +#: Resources/templates/Localizable.strings:151 #, no-wrap msgid "1024x768x32" msgstr "1024x768x32" #. type: "1024x768x32_description" -#: Resources/templates/Localizable.strings:143 +#: Resources/templates/Localizable.strings:152 #, no-wrap msgid "Set Graphics Mode to 1024x768x32" msgstr "Set Graphics Mode to 1024x768x32" #. type: "1280x768x32_title" -#: Resources/templates/Localizable.strings:145 +#: Resources/templates/Localizable.strings:154 #, no-wrap msgid "1280x768x32" msgstr "1280x768x32" #. type: "1280x768x32_description" -#: Resources/templates/Localizable.strings:146 +#: Resources/templates/Localizable.strings:155 #, no-wrap msgid "Set Graphics Mode to 1280x768x32" msgstr "Set Graphics Mode to 1280x768x32" #. type: "1280x800x32_title" -#: Resources/templates/Localizable.strings:148 +#: Resources/templates/Localizable.strings:157 #, no-wrap msgid "1280x800x32" msgstr "1280x800x32" #. type: "1280x800x32_description" -#: Resources/templates/Localizable.strings:149 +#: Resources/templates/Localizable.strings:158 #, no-wrap msgid "Set Graphics Mode to 1280x800x32" msgstr "Set Graphics Mode to 1280x800x32" #. type: "1280x1024x32_title" -#: Resources/templates/Localizable.strings:151 +#: Resources/templates/Localizable.strings:160 #, no-wrap msgid "1280x1024x32" msgstr "1280x1024x32" #. type: "1280x1024x32_description" -#: Resources/templates/Localizable.strings:152 +#: Resources/templates/Localizable.strings:161 #, no-wrap msgid "Set Graphics Mode to 1280x1024x32" msgstr "Set Graphics Mode to 1280x1024x32" #. type: "1280x960x32_title" -#: Resources/templates/Localizable.strings:154 +#: Resources/templates/Localizable.strings:163 #, no-wrap msgid "1280x960x32" msgstr "1280x960x32" #. type: "1280x960x32_description" -#: Resources/templates/Localizable.strings:155 +#: Resources/templates/Localizable.strings:164 #, no-wrap msgid "Set Graphics Mode to 1280x960x32" msgstr "Set Graphics Mode to 1280x960x32" #. type: "1440x900x32_title" -#: Resources/templates/Localizable.strings:157 +#: Resources/templates/Localizable.strings:166 #, no-wrap msgid "1440x900x32" msgstr "1440x900x32" #. type: "1440x900x32_description" -#: Resources/templates/Localizable.strings:158 +#: Resources/templates/Localizable.strings:167 #, no-wrap msgid "Set Graphics Mode to 1440x900x32" msgstr "Set Graphics Mode to 1440x900x32" #. type: "1600x900x32_title" -#: Resources/templates/Localizable.strings:160 +#: Resources/templates/Localizable.strings:169 #, no-wrap msgid "1600x900x32" msgstr "1600x900x32" #. type: "1600x900x32_description" -#: Resources/templates/Localizable.strings:161 +#: Resources/templates/Localizable.strings:170 #, no-wrap msgid "Set Graphics Mode to 1600x900x32" msgstr "Set Graphics Mode to 1600x900x32" #. type: "1600x1200x32_title" -#: Resources/templates/Localizable.strings:163 +#: Resources/templates/Localizable.strings:172 #, no-wrap msgid "1600x1200x32" msgstr "1600x1200x32" #. type: "1600x1200x32_description" -#: Resources/templates/Localizable.strings:164 +#: Resources/templates/Localizable.strings:173 #, no-wrap msgid "Set Graphics Mode to 1600x1200x32" msgstr "Set Graphics Mode to 1600x1200x32" #. type: "1680x1050x32_title" -#: Resources/templates/Localizable.strings:166 +#: Resources/templates/Localizable.strings:175 #, no-wrap msgid "1680x1050x32" msgstr "1680x1050x32" #. type: "1680x1050x32_description" -#: Resources/templates/Localizable.strings:167 +#: Resources/templates/Localizable.strings:176 #, no-wrap msgid "Set Graphics Mode to 1680x1050x32" msgstr "Set Graphics Mode to 1680x1050x32" #. type: "1920x1080x32_title" -#: Resources/templates/Localizable.strings:169 +#: Resources/templates/Localizable.strings:178 #, no-wrap msgid "1920x1080x32" msgstr "1920x1080x32" #. type: "1920x1080x32_description" -#: Resources/templates/Localizable.strings:170 +#: Resources/templates/Localizable.strings:179 #, no-wrap msgid "Set Graphics Mode to 1920x1080x32" msgstr "Set Graphics Mode to 1920x1080x32" #. type: "1920x1200x32_title" -#: Resources/templates/Localizable.strings:172 +#: Resources/templates/Localizable.strings:181 #, no-wrap msgid "1920x1200x32" msgstr "1920x1200x32" #. type: "1920x1200x32_description" -#: Resources/templates/Localizable.strings:173 +#: Resources/templates/Localizable.strings:182 #, no-wrap msgid "Set Graphics Mode to 1920x1200x32" msgstr "Set Graphics Mode to 1920x1200x32" #. type: "GraphicsEnabler_title" -#: Resources/templates/Localizable.strings:177 +#: Resources/templates/Localizable.strings:186 #, no-wrap msgid "GraphicsEnabler=Yes" msgstr "GraphicsEnabler=Yes" #. type: "GraphicsEnabler_description" -#: Resources/templates/Localizable.strings:178 +#: Resources/templates/Localizable.strings:187 #, no-wrap msgid "Enables the option to autodetect NVIDIA based GPUs and inject the correct info." msgstr "Enables the option to autodetect NVIDIA based GPUs and inject the correct info." #. type: "EnableHDMIAudio_title" -#: Resources/templates/Localizable.strings:180 +#: Resources/templates/Localizable.strings:189 #, no-wrap msgid "EnableHDMIAudio=Yes" msgstr "EnableHDMIAudio=Yes" #. type: "EnableHDMIAudio_description" -#: Resources/templates/Localizable.strings:181 +#: Resources/templates/Localizable.strings:190 #, no-wrap msgid "Inject HDMi audio for NVIDIA or AMD/ATI." msgstr "Inject HDMi audio for NVIDIA or AMD/ATI." #. type: "UseAtiROM_title" -#: Resources/templates/Localizable.strings:183 +#: Resources/templates/Localizable.strings:192 #, no-wrap msgid "UseAtiROM=Yes" msgstr "UseAtiROM=Yes" #. type: "UseAtiROM_description" -#: Resources/templates/Localizable.strings:184 +#: Resources/templates/Localizable.strings:193 #, no-wrap msgid "Enables UseAtiROM options." msgstr "Enables UseAtiROM options." #. type: "UseNvidiaROM_title" -#: Resources/templates/Localizable.strings:186 +#: Resources/templates/Localizable.strings:195 #, no-wrap msgid "UseNvidiaROM=Yes" msgstr "UseNvidiaROM=Yes" #. type: "UseNvidiaROM_description" -#: Resources/templates/Localizable.strings:187 +#: Resources/templates/Localizable.strings:196 #, no-wrap msgid "Enables UseNvidiaROM options." msgstr "Enables UseNvidiaROM options." #. type: "VBIOS_title" -#: Resources/templates/Localizable.strings:189 +#: Resources/templates/Localizable.strings:198 #, no-wrap msgid "VBIOS=Yes" msgstr "VBIOS=Yes" #. type: "VBIOS_description" -#: Resources/templates/Localizable.strings:190 +#: Resources/templates/Localizable.strings:199 #, no-wrap msgid "Enables VBIOS option" msgstr "Enables VBIOS option" #. type: "Verbose_title" -#: Resources/templates/Localizable.strings:195 +#: Resources/templates/Localizable.strings:204 #, no-wrap msgid "Verbose Mode" msgstr "Verbose Mode" #. type: "Verbose_description" -#: Resources/templates/Localizable.strings:196 +#: Resources/templates/Localizable.strings:205 #, no-wrap msgid "Turns on verbose logging and allows you to see messages from both Chameleon and the OS X kernel at boot time. Essential for troubleshooting." msgstr "Turns on verbose logging and allows you to see messages from both Chameleon and the OS X kernel at boot time. Essential for troubleshooting." #. type: "Singleusermode_title" -#: Resources/templates/Localizable.strings:198 +#: Resources/templates/Localizable.strings:207 #, no-wrap msgid "Single User Mode" msgstr "Single User Mode" #. type: "Singleusermode_description" -#: Resources/templates/Localizable.strings:199 +#: Resources/templates/Localizable.strings:208 #, no-wrap msgid "A troubleshooting option used for booting into OS X's BSD/Unix command line." msgstr "A troubleshooting option used for booting into OS X's BSD/Unix command line." #. type: "Ignorecaches_title" -#: Resources/templates/Localizable.strings:201 +#: Resources/templates/Localizable.strings:210 #, no-wrap msgid "Ignore Caches" msgstr "Ignore Caches" #. type: "Ignorecaches_description" -#: Resources/templates/Localizable.strings:202 +#: Resources/templates/Localizable.strings:211 #, no-wrap msgid "Not an option that's needed for everyday booting, but it can be useful if you want OS X to load all files from it's system folders, rather than relying on it's pre-built caches." msgstr "Not an option that's needed for everyday booting, but it can be useful if you want OS X to load all files from it's system folders, rather than relying on it's pre-built caches." #. type: "Npci_title" -#: Resources/templates/Localizable.strings:204 +#: Resources/templates/Localizable.strings:213 #, no-wrap msgid "npci=0x2000" msgstr "npci=0x2000" #. type: "Npci_description" -#: Resources/templates/Localizable.strings:205 +#: Resources/templates/Localizable.strings:214 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x2000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "For overcoming a hang at 'PCI configuration begin' on some systems. 0x2000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." #. type: "Npci3_title" -#: Resources/templates/Localizable.strings:207 +#: Resources/templates/Localizable.strings:216 #, no-wrap msgid "npci=0x3000" msgstr "npci=0x3000" #. type: "Npci3_description" -#: Resources/templates/Localizable.strings:208 +#: Resources/templates/Localizable.strings:217 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x3000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "For overcoming a hang at 'PCI configuration begin' on some systems. 0x3000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." #. type: "Darkwake_title" -#: Resources/templates/Localizable.strings:210 +#: Resources/templates/Localizable.strings:219 #, no-wrap msgid "darkwake=0" msgstr "darkwake=0" #. type: "Darkwake_description" -#: Resources/templates/Localizable.strings:211 +#: Resources/templates/Localizable.strings:220 #, no-wrap msgid "Lion only. Disables the 'low power wake' feature which can sometimes leave the screen black after wake from sleep." msgstr "Lion only. Disables the 'low power wake' feature which can sometimes leave the screen black after wake from sleep." #. type: "mac-de_title" -#: Resources/templates/Localizable.strings:217 +#: Resources/templates/Localizable.strings:226 #, no-wrap msgid "German Mac Keyboard" msgstr "German Mac Keyboard" #. type: "mac-de_description" -#: Resources/templates/Localizable.strings:218 +#: Resources/templates/Localizable.strings:227 #, no-wrap msgid "Use the keyboard layout for a German Mac keyboard" msgstr "Use the keyboard layout for a German Mac keyboard" #. type: "mac-es_title" -#: Resources/templates/Localizable.strings:220 +#: Resources/templates/Localizable.strings:229 #, no-wrap msgid "Spanish Mac Keyboard" msgstr "Spanish Mac Keyboard" #. type: "mac-es_description" -#: Resources/templates/Localizable.strings:221 +#: Resources/templates/Localizable.strings:230 #, no-wrap msgid "Use the keyboard layout for a Spanish Mac keyboard" msgstr "Use the keyboard layout for a Spanish Mac keyboard" #. type: "mac-fr_title" -#: Resources/templates/Localizable.strings:223 +#: Resources/templates/Localizable.strings:232 #, no-wrap msgid "French Mac Keyboard" msgstr "French Mac Keyboard" #. type: "mac-fr_description" -#: Resources/templates/Localizable.strings:224 +#: Resources/templates/Localizable.strings:233 #, no-wrap msgid "Use the keyboard layout for a French Mac keyboard" msgstr "Use the keyboard layout for a French Mac keyboard" #. type: "mac-it_title" -#: Resources/templates/Localizable.strings:226 +#: Resources/templates/Localizable.strings:235 #, no-wrap msgid "Italian Mac Keyboard" msgstr "Italian Mac Keyboard" #. type: "mac-it_description" -#: Resources/templates/Localizable.strings:227 +#: Resources/templates/Localizable.strings:236 #, no-wrap msgid "Use the keyboard layout for an Italian Mac keyboard" msgstr "Use the keyboard layout for an Italian Mac keyboard" #. type: "mac-se_title" -#: Resources/templates/Localizable.strings:229 +#: Resources/templates/Localizable.strings:238 #, no-wrap msgid "Swedish Mac Keyboard" msgstr "Swedish Mac Keyboard" #. type: "mac-se_description" -#: Resources/templates/Localizable.strings:230 +#: Resources/templates/Localizable.strings:239 #, no-wrap msgid "Use the keyboard layout for a Swedish Mac keyboard" msgstr "Use the keyboard layout for a Swedish Mac keyboard" #. type: "pc-fr_title" -#: Resources/templates/Localizable.strings:232 +#: Resources/templates/Localizable.strings:241 #, no-wrap msgid "French PC Keyboard" msgstr "French PC Keyboard" #. type: "pc-fr_description" -#: Resources/templates/Localizable.strings:233 +#: Resources/templates/Localizable.strings:242 #, no-wrap msgid "Use the keyboard layout for a French PC keyboard" msgstr "Use the keyboard layout for a French PC keyboard" #. type: "Embed_title" -#: Resources/templates/Localizable.strings:239 +#: Resources/templates/Localizable.strings:248 #, no-wrap msgid "Embed" msgstr "Embed" #. type: "Embed_description" -#: Resources/templates/Localizable.strings:240 +#: Resources/templates/Localizable.strings:249 #, no-wrap msgid "A smaller simple version of the new default theme used when building a version of Chameleon which requires an embedded theme." msgstr "A smaller simple version of the new default theme used when building a version of Chameleon which requires an embedded theme." #. type: "Legacy_title" -#: Resources/templates/Localizable.strings:242 +#: Resources/templates/Localizable.strings:251 #, no-wrap msgid "Legacy" msgstr "Legacy" #. type: "Legacy_description" -#: Resources/templates/Localizable.strings:243 +#: Resources/templates/Localizable.strings:252 #, no-wrap msgid "Chameleon's original default theme introduced for v2.0 RC1" msgstr "Chameleon's original default theme introduced for v2.0 RC1" #. type: "Default_description" -#: Resources/templates/Localizable.strings:246 +#: Resources/templates/Localizable.strings:255 #, no-wrap msgid "Chameleon default theme introduced for v2.0 RC5" msgstr "Chameleon default theme introduced for v2.0 RC5" #. type: "Bullet_title" -#: Resources/templates/Localizable.strings:248 +#: Resources/templates/Localizable.strings:257 #, no-wrap msgid "Bullet" msgstr "Bullet" #. type: "Bullet_description" -#: Resources/templates/Localizable.strings:249 +#: Resources/templates/Localizable.strings:258 #, no-wrap msgid "A lovely simple theme by NoSmokingBandit from April 2009." msgstr "A lovely simple theme by NoSmokingBandit from April 2009." #. type: "Control_title" -#: Resources/templates/Localizable.strings:257 +#: Resources/templates/Localizable.strings:266 #, no-wrap msgid "Control Options" msgstr "Control Options" #. type: "Control_description" -#: Resources/templates/Localizable.strings:258 +#: Resources/templates/Localizable.strings:267 #, no-wrap msgid "Settings to control how Chameleon works." msgstr "Settings to control how Chameleon works." #. type: "General_title" -#: Resources/templates/Localizable.strings:261 +#: Resources/templates/Localizable.strings:270 #, no-wrap msgid "General Options" msgstr "General Options" #. type: "General_description" -#: Resources/templates/Localizable.strings:262 +#: Resources/templates/Localizable.strings:271 #, no-wrap msgid "Choose from a selection of base options." msgstr "Choose from a selection of base options." #. type: "KernelFlags_title" -#: Resources/templates/Localizable.strings:265 +#: Resources/templates/Localizable.strings:274 #, no-wrap msgid "Kernel Flags" msgstr "Kernel Flags" #. type: "KernelFlags_description" -#: Resources/templates/Localizable.strings:266 +#: Resources/templates/Localizable.strings:275 #, no-wrap msgid "Choose from a selection of kernel flags." msgstr "Choose from a selection of kernel flags." #. type: "PowerManagement_title" -#: Resources/templates/Localizable.strings:269 +#: Resources/templates/Localizable.strings:278 #, no-wrap msgid "Power Management" msgstr "Power Management" #. type: "PowerManagement_description" -#: Resources/templates/Localizable.strings:270 +#: Resources/templates/Localizable.strings:279 #, no-wrap msgid "A selection of options that deal with power management and speedstep." msgstr "A selection of options that deal with power management and speedstep." #. type: "Resolution_description" -#: Resources/templates/Localizable.strings:274 +#: Resources/templates/Localizable.strings:283 #, no-wrap msgid "Set one resolution to use." msgstr "Set one resolution to use." #. type: "Video_title" -#: Resources/templates/Localizable.strings:277 +#: Resources/templates/Localizable.strings:286 #, no-wrap msgid "Video" msgstr "Video" #. type: "Video_description" -#: Resources/templates/Localizable.strings:278 +#: Resources/templates/Localizable.strings:287 #, no-wrap msgid "A selection of options that deal with video." msgstr "A selection of options that deal with video." #. type: "Keymaps_title" -#: Resources/templates/Localizable.strings:281 +#: Resources/templates/Localizable.strings:290 #, no-wrap msgid "KeyLayout" msgstr "KeyLayout" #. type: "Keymaps_description" -#: Resources/templates/Localizable.strings:282 +#: Resources/templates/Localizable.strings:291 #, no-wrap msgid "Select one keylayout to use. This will also install the Keylayout module and keymaps." msgstr "Select one keylayout to use. This will also install the Keylayout module and keymaps." #. type: "Themes_title" -#: Resources/templates/Localizable.strings:285 +#: Resources/templates/Localizable.strings:294 #, no-wrap msgid "Themes" msgstr "Themes" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:286 +#: Resources/templates/Localizable.strings:295 #, no-wrap msgid "" "A collection of sample themes\n" Index: trunk/package/po/it.po =================================================================== --- trunk/package/po/it.po (revision 2032) +++ trunk/package/po/it.po (revision 2033) @@ -7,8 +7,8 @@ msgstr "" "Project-Id-Version: Chameleon 2.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-06 22:38+0000\n" -"PO-Revision-Date: 2012-03-07 00:07-0000\n" +"POT-Creation-Date: 2012-07-23 21:20+0200\n" +"PO-Revision-Date: 2012-07-23 21:24-0000\n" "Last-Translator: ErmaC\n" "Language-Team: it \n" "Language: it\n" @@ -275,7 +275,7 @@ #. type: "Default_title" #: Resources/templates/Localizable.strings:25 -#: Resources/templates/Localizable.strings:249 +#: Resources/templates/Localizable.strings:254 #, no-wrap msgid "Standard" msgstr "Standard" @@ -328,32 +328,50 @@ "Questo è attualmente usato solo dalla libreria uClibc++.\n" "Fonte: http://www.kernel.org/pub/linux/libs/klibc/" -#. type: "Sata_title" +#. type: "ACPICodec_title" #: Resources/templates/Localizable.strings:43 #, no-wrap +msgid "ACPICodec" +msgstr "ACPICodec" + +#. type: "ACPICodec_description" +#: Resources/templates/Localizable.strings:44 +#, no-wrap +msgid "" +"This module provides a substitute for the internal acpi patcher.\n" +"Dependencies: none" +msgstr "" +"Questo modulo fornisce un sostituto per il patcher interno delle tabelle ACPI.\n" +"Dipendenze: nessuna" + +#. type: "Sata_title" +#: Resources/templates/Localizable.strings:47 +#, no-wrap msgid "Sata" msgstr "Sata" #. type: "Sata_description" -#: Resources/templates/Localizable.strings:44 +#: Resources/templates/Localizable.strings:48 #, no-wrap msgid "" "Sata module, known as YellowIconFixer in cparm's branch.\n" -"Useful to fix yellow icon issue (can also fix an issue with the Apple's dvd player application in Mountain lion)." +"Useful to fix yellow icon issue (can also fix an issue with the Apple's dvd player application in Mountain lion).\n" +"Dependencies: none" msgstr "" -"Modulo Sata, Conosciuto come YellowIconFixer nella branch di cparm.\n" +"Modulo Sata, Conosciuto come YellowIconFixer nella branch di cparm.\n" "Utile per aggirare le Icone gialle dei dischi rigidi\n" -"(anche utile per sistemare i problemi con il programma di lettura DVD della Apple in Moutain Lion)." +"(anche utile per sistemare i problemi con il programma di lettura DVD della Apple in Moutain Lion).\n" +"Dipendenze: nessuna" #. type: "Resolution_title" -#: Resources/templates/Localizable.strings:47 -#: Resources/templates/Localizable.strings:277 +#: Resources/templates/Localizable.strings:52 +#: Resources/templates/Localizable.strings:282 #, no-wrap msgid "Resolution" msgstr "Risoluzioni" #. type: "AutoReso_description" -#: Resources/templates/Localizable.strings:48 +#: Resources/templates/Localizable.strings:53 #, no-wrap msgid "" "This module reads the edid information from the monitor attached to the main display.\n" @@ -365,13 +383,13 @@ "Inoltre, il modulo modificherá la modalitá vesa disponibile nelle schede grafice (pre) Intel HD per fornire una corretta risoluzione durante l'avvio." #. type: "uClibc_title" -#: Resources/templates/Localizable.strings:52 +#: Resources/templates/Localizable.strings:57 #, no-wrap msgid "uClibc++" msgstr "uClibc++" #. type: "uClibc_description" -#: Resources/templates/Localizable.strings:53 +#: Resources/templates/Localizable.strings:58 #, no-wrap msgid "" "This module provides a minimalistic c++ runtime library for use in other modules. This does not provide functionality by itself, instead it is used to allow for the c++ language to be used in other modules.\n" @@ -386,781 +404,781 @@ "Dipendenze: klibc" #. type: "Options_title" -#: Resources/templates/Localizable.strings:62 +#: Resources/templates/Localizable.strings:67 #, no-wrap msgid "Settings" msgstr "Opzioni di avvio" #. type: "Options_description" -#: Resources/templates/Localizable.strings:63 +#: Resources/templates/Localizable.strings:68 #, no-wrap msgid "Create an /Extra/org.chameleon.Boot.plist by selecting any of these boot options and kernel flags." msgstr "Imposta opzioni predefinite di avvio." #. type: "BootBanner_title" -#: Resources/templates/Localizable.strings:65 +#: Resources/templates/Localizable.strings:70 #, no-wrap msgid "BootBanner=No" msgstr "BootBanner=No" #. type: "BootBanner_description" -#: Resources/templates/Localizable.strings:66 +#: Resources/templates/Localizable.strings:71 #, no-wrap msgid "Hides Chameleon's boot banner in GUI. This is the text that is drawn at the top left corner of the screen displaying the release version etc." msgstr "Nasconde il banner di chameleon la boot in modalità grafica." #. type: "GUI_title" -#: Resources/templates/Localizable.strings:68 +#: Resources/templates/Localizable.strings:73 #, no-wrap msgid "GUI=No" msgstr "GUI=No" #. type: "GUI_description" -#: Resources/templates/Localizable.strings:69 +#: Resources/templates/Localizable.strings:74 #, no-wrap msgid "Disables the default enabled graphic user interface." msgstr "Disabilita l'interfaccia grafica, aggiunge GUI=n al com.apple.Boot.plist" #. type: "LegacyLogo_title" -#: Resources/templates/Localizable.strings:71 +#: Resources/templates/Localizable.strings:76 #, no-wrap msgid "LegacyLogo=Yes" msgstr "LegacyLogo=Yes" #. type: "LegacyLogo_description" -#: Resources/templates/Localizable.strings:72 +#: Resources/templates/Localizable.strings:77 #, no-wrap msgid "Use the legacy 'dark grey' apple logo on the light grey screen for the boot process rather than the boot.png in the theme." msgstr "Utilizza mela aple originale (nera) al caricamento." #. type: "InstantMenu_title" -#: Resources/templates/Localizable.strings:74 +#: Resources/templates/Localizable.strings:79 #, no-wrap msgid "InstantMenu=Yes" msgstr "InstantMenu=Yes" #. type: "InstantMenu_description" -#: Resources/templates/Localizable.strings:75 +#: Resources/templates/Localizable.strings:80 #, no-wrap msgid "By default, when Chameleon loads you'll see the icon for the current default partition, along with a timeout progress bar which left alone will count down before Chameleon automatically boots that partition. This options skips that and takes you directly to the device selection screen." msgstr "Carica subito il menu di selezione dei dischi." #. type: "QuietBoot_title" -#: Resources/templates/Localizable.strings:77 +#: Resources/templates/Localizable.strings:82 #, no-wrap msgid "QuietBoot=Yes" msgstr "QuietBoot=Yes" #. type: "QuietBoot_description" -#: Resources/templates/Localizable.strings:78 +#: Resources/templates/Localizable.strings:83 #, no-wrap msgid "Enable quiet boot mode (no messages or prompt)." msgstr "Carica immediatamente il disco predefinito." #. type: "ShowInfo_title" -#: Resources/templates/Localizable.strings:80 +#: Resources/templates/Localizable.strings:85 #, no-wrap msgid "ShowInfo=Yes" msgstr "ShowInfo=Yes" #. type: "ShowInfo_description" -#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:86 #, no-wrap msgid "Enables display of partition and resolution details shown on the left side of the GUI under the boot banner. This is useful information for troubleshooting, though can clash with certain themes." msgstr "Abilita le informazioni all'avvio di partizioni e risoluzioni." #. type: "Wait_title" -#: Resources/templates/Localizable.strings:83 +#: Resources/templates/Localizable.strings:88 #, no-wrap msgid "Wait=Yes" msgstr "Wait=Yes" #. type: "Wait_description" -#: Resources/templates/Localizable.strings:84 +#: Resources/templates/Localizable.strings:89 #, no-wrap msgid "Pauses the boot process after Chameleon has finished it's setup then waits for a key press before it starts the mach kernel. Useful when combined with verbose boot for troubleshooting." msgstr "Attende la pressione di un tasto prima di caricare il kernel." #. type: "arch_title" -#: Resources/templates/Localizable.strings:88 +#: Resources/templates/Localizable.strings:93 #, no-wrap msgid "arch=i386" msgstr "Architettura (arch=i386)" #. type: "arch_description" -#: Resources/templates/Localizable.strings:89 +#: Resources/templates/Localizable.strings:94 #, no-wrap msgid "Boots the kernel in 32bit mode rather than the default 64bit mode." msgstr "Avvia il kernel in modalità 32bit (consigliato per sistemi con meno di 10GB di RAM)." #. type: "EHCIacquire_title" -#: Resources/templates/Localizable.strings:91 +#: Resources/templates/Localizable.strings:96 #, no-wrap msgid "EHCIacquire=Yes" msgstr "EHCIacquire=Yes" #. type: "EHCIacquire_description" -#: Resources/templates/Localizable.strings:92 +#: Resources/templates/Localizable.strings:97 #, no-wrap msgid "Enables the option to fix any EHCI ownership issues due to bad bioses." msgstr "Aggiunge EHCIacquire=y al org.chameleon.Boot.plist, Questa opzione sistema eventuali proprietà legati all'EHCI in alcuni BIOS." #. type: "EthernetBuiltIn_title" -#: Resources/templates/Localizable.strings:94 +#: Resources/templates/Localizable.strings:99 #, no-wrap msgid "EthernetBuiltIn=Yes" msgstr "EthernetBuiltIn=Yes" #. type: "EthernetBuiltIn_description" -#: Resources/templates/Localizable.strings:95 +#: Resources/templates/Localizable.strings:100 #, no-wrap msgid "Enables the option of adding 'built-in' to your ethernet devices." msgstr "Aggiunge EthernetBuiltIn=y al org.chameleon.Boot.plist, Questa opzione aggiungerà 'built-in' alle periferice di rete." #. type: "ForceHPET_title" -#: Resources/templates/Localizable.strings:97 +#: Resources/templates/Localizable.strings:102 #, no-wrap msgid "ForceHPET=Yes" msgstr "ForceHPET=Yes" #. type: "ForceHPET_description" -#: Resources/templates/Localizable.strings:98 +#: Resources/templates/Localizable.strings:103 #, no-wrap msgid "Enables HPET on intel chipsets, for bioses that dont include the option." msgstr "Aggiunge ForceHPET=y al org.chameleon.Boot.plist, Questa opzione abilita l'HPET sui chipset Intel, per BIOS che non includono questa opzione." #. type: "ForceWake_title" -#: Resources/templates/Localizable.strings:100 +#: Resources/templates/Localizable.strings:105 #, no-wrap msgid "ForceWake=Yes" msgstr "ForceWake=Yes" #. type: "ForceWake_description" -#: Resources/templates/Localizable.strings:101 +#: Resources/templates/Localizable.strings:106 #, no-wrap msgid "This option enables you to bypass bad sleep images." msgstr "Aggiunge ForceWake=y al org.chameleon.Boot.plist, Questa opzione abilita la possibilità di evitare errate sleep images." #. type: "RestartFix_title" -#: Resources/templates/Localizable.strings:103 +#: Resources/templates/Localizable.strings:108 #, no-wrap msgid "RestartFix=No" msgstr "RestartFix=No" #. type: "RestartFix_description" -#: Resources/templates/Localizable.strings:104 +#: Resources/templates/Localizable.strings:109 #, no-wrap msgid "Disables the automatically enabled restart fix." msgstr "Disabilita la correzione automatica per il riavvio." #. type: "UHCIreset_title" -#: Resources/templates/Localizable.strings:106 +#: Resources/templates/Localizable.strings:111 #, no-wrap msgid "UHCIreset=Yes" msgstr "UHCIreset=Yes" #. type: "UHCIreset_description" -#: Resources/templates/Localizable.strings:107 +#: Resources/templates/Localizable.strings:112 #, no-wrap msgid "Enables the option to reset UHCI controllers before starting OS X." msgstr "Aggiunge UHCIreset=y al org.chameleon.Boot.plist, Questa opzione resetterà i controller UHCI prima dell'avvio di OS X." #. type: "UseMemDetect_title" -#: Resources/templates/Localizable.strings:109 +#: Resources/templates/Localizable.strings:114 #, no-wrap msgid "UseMemDetect=No" msgstr "UseMemDetect=No" #. type: "UseMemDetect_description" -#: Resources/templates/Localizable.strings:110 +#: Resources/templates/Localizable.strings:115 #, no-wrap msgid "Disables the automatically enabled RAM recognition." msgstr "Disattiva il riconoscimento della RAM automatico." #. type: "UseKernelCache_title" -#: Resources/templates/Localizable.strings:112 +#: Resources/templates/Localizable.strings:117 #, no-wrap msgid "UseKernelCache=Yes" msgstr "UseKernelCache=Yes" #. type: "UseKernelCache_description" -#: Resources/templates/Localizable.strings:113 +#: Resources/templates/Localizable.strings:118 #, no-wrap msgid "For Lion only. Enables loading of the pre-linked kernel. This will ignore /E/E and /S/L/E. ONLY use this is you have know it contains everything you need." msgstr "Caricherà il pre-linked kernel e ignorerà Extensions.mkext per /Extra/Extensions e /System/Library/Extensions Di default è No. Da utilizzare (Yes) se utilizzi Lion su partizione Raid." #. type: "Wake_title" -#: Resources/templates/Localizable.strings:115 +#: Resources/templates/Localizable.strings:120 #, no-wrap msgid "Wake=Yes" msgstr "Wake=Yes" #. type: "Wake_description" -#: Resources/templates/Localizable.strings:116 +#: Resources/templates/Localizable.strings:121 #, no-wrap msgid "Attempts to load the sleep image saved from last hibernation." msgstr "Carica dall'immagine dell'ibernazione." #. type: "CSTUsingSystemIO_title" -#: Resources/templates/Localizable.strings:120 +#: Resources/templates/Localizable.strings:125 #, no-wrap msgid "CSTUsingSystemIO=Yes" msgstr "CSTUsingSystemIO=Yes" #. type: "CSTUsingSystemIO_description" -#: Resources/templates/Localizable.strings:121 +#: Resources/templates/Localizable.strings:126 #, no-wrap msgid "New C-State _CST generation method using SystemIO registers instead of FixedHW." msgstr "Nuovo generatore di C-State, usa il registro SystemIO invece del FixedHW." #. type: "DropSSDT_title" -#: Resources/templates/Localizable.strings:123 +#: Resources/templates/Localizable.strings:128 #, no-wrap msgid "DropSSDT=Yes" msgstr "DropSSDT=Yes" #. type: "DropSSDT_description" -#: Resources/templates/Localizable.strings:124 +#: Resources/templates/Localizable.strings:129 #, no-wrap msgid "Discard the motherboard's built-in SSDT tables." msgstr "Non carica le tabelle SSDT dal BIOS." #. type: "EnableC2State_title" -#: Resources/templates/Localizable.strings:126 +#: Resources/templates/Localizable.strings:131 #, no-wrap msgid "EnableC2State=Yes" msgstr "EnableC2State=Yes" #. type: "EnableC2State_description" -#: Resources/templates/Localizable.strings:127 +#: Resources/templates/Localizable.strings:132 #, no-wrap msgid "Enable specific Processor power state, C2." msgstr "Abilita i C2State." #. type: "EnableC3State_title" -#: Resources/templates/Localizable.strings:129 +#: Resources/templates/Localizable.strings:134 #, no-wrap msgid "EnableC3State=Yes" msgstr "EnableC3State=Yes" #. type: "EnableC3State_description" -#: Resources/templates/Localizable.strings:130 +#: Resources/templates/Localizable.strings:135 #, no-wrap msgid "Enable specific Processor power state, C3." msgstr "Abilita i C3State." #. type: "EnableC4State_title" -#: Resources/templates/Localizable.strings:132 +#: Resources/templates/Localizable.strings:137 #, no-wrap msgid "EnableC4State=Yes" msgstr "EnableC4State=Yes" #. type: "EnableC4State_description" -#: Resources/templates/Localizable.strings:133 +#: Resources/templates/Localizable.strings:138 #, no-wrap msgid "Enable specific Processor power state, C4." msgstr "Abilita i C4State." #. type: "GenerateCStates_title" -#: Resources/templates/Localizable.strings:135 +#: Resources/templates/Localizable.strings:140 #, no-wrap msgid "GenerateCStates=Yes" msgstr "GenerateCStates=Yes" #. type: "GenerateCStates_description" -#: Resources/templates/Localizable.strings:136 +#: Resources/templates/Localizable.strings:141 #, no-wrap msgid "Enable auto generation of processor idle sleep states (C-States)." msgstr "Attiva C-State automatici." #. type: "GeneratePStates_title" -#: Resources/templates/Localizable.strings:138 +#: Resources/templates/Localizable.strings:143 #, no-wrap msgid "GeneratePStates=Yes" msgstr "GeneratePStates=Yes" #. type: "GeneratePStates_description" -#: Resources/templates/Localizable.strings:139 +#: Resources/templates/Localizable.strings:144 #, no-wrap msgid "Enable auto generation of processor power performance states (P-States)." msgstr "Attiva P-State automatici." #. type: "1024x600x32_title" -#: Resources/templates/Localizable.strings:143 +#: Resources/templates/Localizable.strings:148 #, no-wrap msgid "1024x600x32" msgstr "1024x600x32" #. type: "1024x600x32_description" -#: Resources/templates/Localizable.strings:144 +#: Resources/templates/Localizable.strings:149 #, no-wrap msgid "Set Graphics Mode to 1024x600x32" msgstr "Setta il Graphics Mode a 1024x600x32" #. type: "1024x768x32_title" -#: Resources/templates/Localizable.strings:146 +#: Resources/templates/Localizable.strings:151 #, no-wrap msgid "1024x768x32" msgstr "1024x768x32" #. type: "1024x768x32_description" -#: Resources/templates/Localizable.strings:147 +#: Resources/templates/Localizable.strings:152 #, no-wrap msgid "Set Graphics Mode to 1024x768x32" msgstr "Setta il Graphics Mode a 1024x768x32" #. type: "1280x768x32_title" -#: Resources/templates/Localizable.strings:149 +#: Resources/templates/Localizable.strings:154 #, no-wrap msgid "1280x768x32" msgstr "1280x768x32" #. type: "1280x768x32_description" -#: Resources/templates/Localizable.strings:150 +#: Resources/templates/Localizable.strings:155 #, no-wrap msgid "Set Graphics Mode to 1280x768x32" msgstr "Setta il Graphics Mode a 1280x768x32" #. type: "1280x800x32_title" -#: Resources/templates/Localizable.strings:152 +#: Resources/templates/Localizable.strings:157 #, no-wrap msgid "1280x800x32" msgstr "1280x800x32" #. type: "1280x800x32_description" -#: Resources/templates/Localizable.strings:153 +#: Resources/templates/Localizable.strings:158 #, no-wrap msgid "Set Graphics Mode to 1280x800x32" msgstr "Setta il Graphics Mode a 1280x800x32" #. type: "1280x1024x32_title" -#: Resources/templates/Localizable.strings:155 +#: Resources/templates/Localizable.strings:160 #, no-wrap msgid "1280x1024x32" msgstr "1280x1024x32" #. type: "1280x1024x32_description" -#: Resources/templates/Localizable.strings:156 +#: Resources/templates/Localizable.strings:161 #, no-wrap msgid "Set Graphics Mode to 1280x1024x32" msgstr "Setta il Graphics Mode a 1280x1024x32" #. type: "1280x960x32_title" -#: Resources/templates/Localizable.strings:158 +#: Resources/templates/Localizable.strings:163 #, no-wrap msgid "1280x960x32" msgstr "1280x960x32" #. type: "1280x960x32_description" -#: Resources/templates/Localizable.strings:159 +#: Resources/templates/Localizable.strings:164 #, no-wrap msgid "Set Graphics Mode to 1280x960x32" msgstr "Setta il Graphics Mode a 1280x960x32" #. type: "1440x900x32_title" -#: Resources/templates/Localizable.strings:161 +#: Resources/templates/Localizable.strings:166 #, no-wrap msgid "1440x900x32" msgstr "1440x900x32" #. type: "1440x900x32_description" -#: Resources/templates/Localizable.strings:162 +#: Resources/templates/Localizable.strings:167 #, no-wrap msgid "Set Graphics Mode to 1440x900x32" msgstr "Setta il Graphics Mode a 1440x900x32" #. type: "1600x900x32_title" -#: Resources/templates/Localizable.strings:164 +#: Resources/templates/Localizable.strings:169 #, no-wrap msgid "1600x900x32" msgstr "1600x900x32" #. type: "1600x900x32_description" -#: Resources/templates/Localizable.strings:165 +#: Resources/templates/Localizable.strings:170 #, no-wrap msgid "Set Graphics Mode to 1600x900x32" msgstr "Setta il Graphics Mode a 1600x900x32" #. type: "1600x1200x32_title" -#: Resources/templates/Localizable.strings:167 +#: Resources/templates/Localizable.strings:172 #, no-wrap msgid "1600x1200x32" msgstr "1600x1200x32" #. type: "1600x1200x32_description" -#: Resources/templates/Localizable.strings:168 +#: Resources/templates/Localizable.strings:173 #, no-wrap msgid "Set Graphics Mode to 1600x1200x32" msgstr "Setta il Graphics Mode a 1600x1200x32" #. type: "1680x1050x32_title" -#: Resources/templates/Localizable.strings:170 +#: Resources/templates/Localizable.strings:175 #, no-wrap msgid "1680x1050x32" msgstr "1680x1050x32" #. type: "1680x1050x32_description" -#: Resources/templates/Localizable.strings:171 +#: Resources/templates/Localizable.strings:176 #, no-wrap msgid "Set Graphics Mode to 1680x1050x32" msgstr "Setta il Graphics Mode a 1680x1050x32" #. type: "1920x1080x32_title" -#: Resources/templates/Localizable.strings:173 +#: Resources/templates/Localizable.strings:178 #, no-wrap msgid "1920x1080x32" msgstr "1920x1080x32" #. type: "1920x1080x32_description" -#: Resources/templates/Localizable.strings:174 +#: Resources/templates/Localizable.strings:179 #, no-wrap msgid "Set Graphics Mode to 1920x1080x32" msgstr "Setta il Graphics Mode a 1920x1080x32" #. type: "1920x1200x32_title" -#: Resources/templates/Localizable.strings:176 +#: Resources/templates/Localizable.strings:181 #, no-wrap msgid "1920x1200x32" msgstr "1920x1200x32" #. type: "1920x1200x32_description" -#: Resources/templates/Localizable.strings:177 +#: Resources/templates/Localizable.strings:182 #, no-wrap msgid "Set Graphics Mode to 1920x1200x32" msgstr "Setta il Graphics Mode a 1920x1200x32" #. type: "GraphicsEnabler_title" -#: Resources/templates/Localizable.strings:181 +#: Resources/templates/Localizable.strings:186 #, no-wrap msgid "GraphicsEnabler=Yes" msgstr "GraphicsEnabler=Yes" #. type: "GraphicsEnabler_description" -#: Resources/templates/Localizable.strings:182 +#: Resources/templates/Localizable.strings:187 #, no-wrap msgid "Enables the option to autodetect NVIDIA based GPUs and inject the correct info." msgstr "Aggiunge GraphicsEnabler=Yes al org.chameleon.Boot.plist, Questa opzione abilita il riconoscimento automatico delle schede grafiche iniettanto le informazioni corrette." #. type: "EnableHDMIAudio_title" -#: Resources/templates/Localizable.strings:184 +#: Resources/templates/Localizable.strings:189 #, no-wrap msgid "EnableHDMIAudio=Yes" msgstr "EnableHDMIAudio=Yes" #. type: "EnableHDMIAudio_description" -#: Resources/templates/Localizable.strings:185 +#: Resources/templates/Localizable.strings:190 #, no-wrap msgid "Inject HDMi audio for NVIDIA or AMD/ATI." msgstr "Aggiunge EnableHDMIAudio=Yes al org.chameleon.Boot.plist, Questa opzione abilita l'audio HDMi delle schede grafiche iniettanto le informazioni corrette." #. type: "UseAtiROM_title" -#: Resources/templates/Localizable.strings:187 +#: Resources/templates/Localizable.strings:192 #, no-wrap msgid "UseAtiROM=Yes" msgstr "UseAtiROM=Yes" #. type: "UseAtiROM_description" -#: Resources/templates/Localizable.strings:188 +#: Resources/templates/Localizable.strings:193 #, no-wrap msgid "Enables UseAtiROM options." msgstr "Attiva opzione UseAtiROM." #. type: "UseNvidiaROM_title" -#: Resources/templates/Localizable.strings:190 +#: Resources/templates/Localizable.strings:195 #, no-wrap msgid "UseNvidiaROM=Yes" msgstr "UseNvidiaROM=Yes" #. type: "UseNvidiaROM_description" -#: Resources/templates/Localizable.strings:191 +#: Resources/templates/Localizable.strings:196 #, no-wrap msgid "Enables UseNvidiaROM options." msgstr "Attiva opzione UseNvidiaROM." #. type: "VBIOS_title" -#: Resources/templates/Localizable.strings:193 +#: Resources/templates/Localizable.strings:198 #, no-wrap msgid "VBIOS=Yes" msgstr "VBIOS=Yes" #. type: "VBIOS_description" -#: Resources/templates/Localizable.strings:194 +#: Resources/templates/Localizable.strings:199 #, no-wrap msgid "Enables VBIOS option" msgstr "Attiva opzione VBIOS" #. type: "Verbose_title" -#: Resources/templates/Localizable.strings:199 +#: Resources/templates/Localizable.strings:204 #, no-wrap msgid "Verbose Mode" msgstr "Modalità Verbose (-v)" #. type: "Verbose_description" -#: Resources/templates/Localizable.strings:200 +#: Resources/templates/Localizable.strings:205 #, no-wrap msgid "Turns on verbose logging and allows you to see messages from both Chameleon and the OS X kernel at boot time. Essential for troubleshooting." msgstr "Attiva il registro dettagliato e permette di vedere i menssaggi sia di Chameleon che del Kernel, durante l'avvio. Essenziale per la soluzione di problemi." #. type: "Singleusermode_title" -#: Resources/templates/Localizable.strings:202 +#: Resources/templates/Localizable.strings:207 #, no-wrap msgid "Single User Mode" msgstr "Modalitá Single User (-s)" #. type: "Singleusermode_description" -#: Resources/templates/Localizable.strings:203 +#: Resources/templates/Localizable.strings:208 #, no-wrap msgid "A troubleshooting option used for booting into OS X's BSD/Unix command line." msgstr "È una opzione utilizzata per risolvere problemi utilizzata per avviare in command-line BSD/Unix di OS X." #. type: "Ignorecaches_title" -#: Resources/templates/Localizable.strings:205 +#: Resources/templates/Localizable.strings:210 #, no-wrap msgid "Ignore Caches" msgstr "Ignora Caches (-f)" #. type: "Ignorecaches_description" -#: Resources/templates/Localizable.strings:206 +#: Resources/templates/Localizable.strings:211 #, no-wrap msgid "Not an option that's needed for everyday booting, but it can be useful if you want OS X to load all files from it's system folders, rather than relying on it's pre-built caches." msgstr "Non è una opzione necessaria per avviare, ma può essere utile se si desidera che OS X carichi tutti i file della cartella di sistema, al posto di andare in conflitto con la cache precostruita." #. type: "Npci_title" -#: Resources/templates/Localizable.strings:208 +#: Resources/templates/Localizable.strings:213 #, no-wrap msgid "npci=0x2000" msgstr "npci=0x2000" #. type: "Npci_description" -#: Resources/templates/Localizable.strings:209 +#: Resources/templates/Localizable.strings:214 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x2000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "Imposta la flag npci=0x2000 per la key Kernel Flags." #. type: "Npci3_title" -#: Resources/templates/Localizable.strings:211 +#: Resources/templates/Localizable.strings:216 #, no-wrap msgid "npci=0x3000" msgstr "npci=0x3000" #. type: "Npci3_description" -#: Resources/templates/Localizable.strings:212 +#: Resources/templates/Localizable.strings:217 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x3000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "Imposta la flag npci=0x3000 per la key Kernel Flags." #. type: "Darkwake_title" -#: Resources/templates/Localizable.strings:214 +#: Resources/templates/Localizable.strings:219 #, no-wrap msgid "darkwake=0" msgstr "darkwake=0" #. type: "Darkwake_description" -#: Resources/templates/Localizable.strings:215 +#: Resources/templates/Localizable.strings:220 #, no-wrap msgid "Lion only. Disables the 'low power wake' feature which can sometimes leave the screen black after wake from sleep." msgstr "Solo per Lion. Disabilita il 'low power wake' che a volte lascia lo schermo nero dopo il risveglio dallo Sleep/Stop." #. type: "mac-de_title" -#: Resources/templates/Localizable.strings:221 +#: Resources/templates/Localizable.strings:226 #, no-wrap msgid "German Mac Keyboard" msgstr "Mappatura tastiera Tedesca Mac" #. type: "mac-de_description" -#: Resources/templates/Localizable.strings:222 +#: Resources/templates/Localizable.strings:227 #, no-wrap msgid "Use the keyboard layout for a German Mac keyboard" msgstr "Usa la mappatura della tastiera Tedesca per Mac" #. type: "mac-es_title" -#: Resources/templates/Localizable.strings:224 +#: Resources/templates/Localizable.strings:229 #, no-wrap msgid "Spanish Mac Keyboard" msgstr "Mappatura tastiera Spagnola Mac" #. type: "mac-es_description" -#: Resources/templates/Localizable.strings:225 +#: Resources/templates/Localizable.strings:230 #, no-wrap msgid "Use the keyboard layout for a Spanish Mac keyboard" msgstr "Usa la mappatura della tastiera Spagnola per Mac" #. type: "mac-fr_title" -#: Resources/templates/Localizable.strings:227 +#: Resources/templates/Localizable.strings:232 #, no-wrap msgid "French Mac Keyboard" msgstr "Mappatura tastiera Francese Mac" #. type: "mac-fr_description" -#: Resources/templates/Localizable.strings:228 +#: Resources/templates/Localizable.strings:233 #, no-wrap msgid "Use the keyboard layout for a French Mac keyboard" msgstr "Usa la mappatura della tastiera Francese per Mac" #. type: "mac-it_title" -#: Resources/templates/Localizable.strings:230 +#: Resources/templates/Localizable.strings:235 #, no-wrap msgid "Italian Mac Keyboard" msgstr "Mappatura tastiera Italiana Mac" #. type: "mac-it_description" -#: Resources/templates/Localizable.strings:231 +#: Resources/templates/Localizable.strings:236 #, no-wrap msgid "Use the keyboard layout for an Italian Mac keyboard" msgstr "Usa la mappatura della tastiera Italiana per Mac" #. type: "mac-se_title" -#: Resources/templates/Localizable.strings:233 +#: Resources/templates/Localizable.strings:238 #, no-wrap msgid "Swedish Mac Keyboard" msgstr "Mappatura tastiera Svedese Mac" #. type: "mac-se_description" -#: Resources/templates/Localizable.strings:234 +#: Resources/templates/Localizable.strings:239 #, no-wrap msgid "Use the keyboard layout for a Swedish Mac keyboard" msgstr "Usa la mappatura della tastiera Svedese per Mac" #. type: "pc-fr_title" -#: Resources/templates/Localizable.strings:236 +#: Resources/templates/Localizable.strings:241 #, no-wrap msgid "French PC Keyboard" msgstr "Mappatura tastiera Francese PC" #. type: "pc-fr_description" -#: Resources/templates/Localizable.strings:237 +#: Resources/templates/Localizable.strings:242 #, no-wrap msgid "Use the keyboard layout for a French PC keyboard" msgstr "Usa la mappatura della tastiera Francese per PC" #. type: "Embed_title" -#: Resources/templates/Localizable.strings:243 +#: Resources/templates/Localizable.strings:248 #, no-wrap msgid "Embed" msgstr "Embed" #. type: "Embed_description" -#: Resources/templates/Localizable.strings:244 +#: Resources/templates/Localizable.strings:249 #, no-wrap msgid "A smaller simple version of the new default theme used when building a version of Chameleon which requires an embedded theme." msgstr "Tema integrato in chameleon (Standard ridotto)." #. type: "Legacy_title" -#: Resources/templates/Localizable.strings:246 +#: Resources/templates/Localizable.strings:251 #, no-wrap msgid "Legacy" msgstr "Legacy" #. type: "Legacy_description" -#: Resources/templates/Localizable.strings:247 +#: Resources/templates/Localizable.strings:252 #, no-wrap msgid "Chameleon's original default theme introduced for v2.0 RC1" msgstr "Il vecchio tema Standard di chameleon" #. type: "Default_description" -#: Resources/templates/Localizable.strings:250 +#: Resources/templates/Localizable.strings:255 #, no-wrap msgid "Chameleon default theme introduced for v2.0 RC5" msgstr "Il tema standard usato dal bootloader, aggiunto qui per essere personalizzato." #. type: "Bullet_title" -#: Resources/templates/Localizable.strings:252 +#: Resources/templates/Localizable.strings:257 #, no-wrap msgid "Bullet" msgstr "Bullet" #. type: "Bullet_description" -#: Resources/templates/Localizable.strings:253 +#: Resources/templates/Localizable.strings:258 #, no-wrap msgid "A lovely simple theme by NoSmokingBandit from April 2009." msgstr "Un tema The Bullet by NoSmokingBandit." #. type: "Control_title" -#: Resources/templates/Localizable.strings:261 +#: Resources/templates/Localizable.strings:266 #, no-wrap msgid "Control Options" msgstr "Opzioni di Controllo" #. type: "Control_description" -#: Resources/templates/Localizable.strings:262 +#: Resources/templates/Localizable.strings:267 #, no-wrap msgid "Settings to control how Chameleon works." msgstr "Settaggi per controllare come Chameleon lavora." #. type: "General_title" -#: Resources/templates/Localizable.strings:265 +#: Resources/templates/Localizable.strings:270 #, no-wrap msgid "General Options" msgstr "Opzioni Generali" #. type: "General_description" -#: Resources/templates/Localizable.strings:266 +#: Resources/templates/Localizable.strings:271 #, no-wrap msgid "Choose from a selection of base options." msgstr "Seleziona una opzione base." #. type: "KernelFlags_title" -#: Resources/templates/Localizable.strings:269 +#: Resources/templates/Localizable.strings:274 #, no-wrap msgid "Kernel Flags" msgstr "Flags del Kernel" #. type: "KernelFlags_description" -#: Resources/templates/Localizable.strings:270 +#: Resources/templates/Localizable.strings:275 #, no-wrap msgid "Choose from a selection of kernel flags." msgstr "Scegli le possibili flag del kernel." #. type: "PowerManagement_title" -#: Resources/templates/Localizable.strings:273 +#: Resources/templates/Localizable.strings:278 #, no-wrap msgid "Power Management" msgstr "Gestione Energetica" #. type: "PowerManagement_description" -#: Resources/templates/Localizable.strings:274 +#: Resources/templates/Localizable.strings:279 #, no-wrap msgid "A selection of options that deal with power management and speedstep." msgstr "Selezione di opzioni pre la gestione energetica e speedstep." #. type: "Resolution_description" -#: Resources/templates/Localizable.strings:278 +#: Resources/templates/Localizable.strings:283 #, no-wrap msgid "Set one resolution to use." msgstr "Imposta la risoluzione del tuo monitor." #. type: "Video_title" -#: Resources/templates/Localizable.strings:281 +#: Resources/templates/Localizable.strings:286 #, no-wrap msgid "Video" msgstr "Video" #. type: "Video_description" -#: Resources/templates/Localizable.strings:282 +#: Resources/templates/Localizable.strings:287 #, no-wrap msgid "A selection of options that deal with video." msgstr "Selezione di opzioni per il video." #. type: "Keymaps_title" -#: Resources/templates/Localizable.strings:285 +#: Resources/templates/Localizable.strings:290 #, no-wrap msgid "KeyLayout" msgstr "Mappatura tastiera" #. type: "Keymaps_description" -#: Resources/templates/Localizable.strings:286 +#: Resources/templates/Localizable.strings:291 #, no-wrap msgid "Select one keylayout to use. This will also install the Keylayout module and keymaps." msgstr "Seleziona la mappatura da utilizzare, Verrá anche installato il modulo Keylayout e le mappature tastiera." #. type: "Themes_title" -#: Resources/templates/Localizable.strings:289 +#: Resources/templates/Localizable.strings:294 #, no-wrap msgid "Themes" msgstr "Temi" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:290 +#: Resources/templates/Localizable.strings:295 #, no-wrap msgid "" "A collection of sample themes\n" Index: trunk/package/po/chameleon.pot =================================================================== --- trunk/package/po/chameleon.pot (revision 2032) +++ trunk/package/po/chameleon.pot (revision 2033) @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Chameleon 2.1\n" -"POT-Creation-Date: 2012-05-22 20:31+0200\n" +"POT-Creation-Date: 2012-07-23 21:20+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -248,7 +248,7 @@ msgstr "" #. type: "Default_title" -#: Resources/templates/Localizable.strings:25 Resources/templates/Localizable.strings:249 +#: Resources/templates/Localizable.strings:25 Resources/templates/Localizable.strings:254 #, no-wrap msgid "Standard" msgstr "" @@ -305,29 +305,44 @@ "Source: http://www.kernel.org/pub/linux/libs/klibc/" msgstr "" -#. type: "Sata_title" +#. type: "ACPICodec_title" #: Resources/templates/Localizable.strings:43 #, no-wrap +msgid "ACPICodec" +msgstr "" + +#. type: "ACPICodec_description" +#: Resources/templates/Localizable.strings:44 +#, no-wrap +msgid "" +"This module provides a substitute for the internal acpi patcher.\n" +"Dependencies: none" +msgstr "" + +#. type: "Sata_title" +#: Resources/templates/Localizable.strings:47 +#, no-wrap msgid "Sata" msgstr "" #. type: "Sata_description" -#: Resources/templates/Localizable.strings:44 +#: Resources/templates/Localizable.strings:48 #, no-wrap msgid "" "Sata module, known as YellowIconFixer in cparm's branch.\n" "Useful to fix yellow icon issue (can also fix an issue with the Apple's dvd " -"player application in Mountain lion)." +"player application in Mountain lion).\n" +"Dependencies: none" msgstr "" #. type: "Resolution_title" -#: Resources/templates/Localizable.strings:47 Resources/templates/Localizable.strings:277 +#: Resources/templates/Localizable.strings:52 Resources/templates/Localizable.strings:282 #, no-wrap msgid "Resolution" msgstr "" #. type: "AutoReso_description" -#: Resources/templates/Localizable.strings:48 +#: Resources/templates/Localizable.strings:53 #, no-wrap msgid "" "This module reads the edid information from the monitor attached to the main " @@ -339,13 +354,13 @@ msgstr "" #. type: "uClibc_title" -#: Resources/templates/Localizable.strings:52 +#: Resources/templates/Localizable.strings:57 #, no-wrap msgid "uClibc++" msgstr "" #. type: "uClibc_description" -#: Resources/templates/Localizable.strings:53 +#: Resources/templates/Localizable.strings:58 #, no-wrap msgid "" "This module provides a minimalistic c++ runtime library for use in other " @@ -357,13 +372,13 @@ msgstr "" #. type: "Options_title" -#: Resources/templates/Localizable.strings:62 +#: Resources/templates/Localizable.strings:67 #, no-wrap msgid "Settings" msgstr "" #. type: "Options_description" -#: Resources/templates/Localizable.strings:63 +#: Resources/templates/Localizable.strings:68 #, no-wrap msgid "" "Create an /Extra/org.chameleon.Boot.plist by selecting any of these boot " @@ -371,13 +386,13 @@ msgstr "" #. type: "BootBanner_title" -#: Resources/templates/Localizable.strings:65 +#: Resources/templates/Localizable.strings:70 #, no-wrap msgid "BootBanner=No" msgstr "" #. type: "BootBanner_description" -#: Resources/templates/Localizable.strings:66 +#: Resources/templates/Localizable.strings:71 #, no-wrap msgid "" "Hides Chameleon's boot banner in GUI. This is the text that is drawn at the " @@ -385,25 +400,25 @@ msgstr "" #. type: "GUI_title" -#: Resources/templates/Localizable.strings:68 +#: Resources/templates/Localizable.strings:73 #, no-wrap msgid "GUI=No" msgstr "" #. type: "GUI_description" -#: Resources/templates/Localizable.strings:69 +#: Resources/templates/Localizable.strings:74 #, no-wrap msgid "Disables the default enabled graphic user interface." msgstr "" #. type: "LegacyLogo_title" -#: Resources/templates/Localizable.strings:71 +#: Resources/templates/Localizable.strings:76 #, no-wrap msgid "LegacyLogo=Yes" msgstr "" #. type: "LegacyLogo_description" -#: Resources/templates/Localizable.strings:72 +#: Resources/templates/Localizable.strings:77 #, no-wrap msgid "" "Use the legacy 'dark grey' apple logo on the light grey screen for the boot " @@ -411,13 +426,13 @@ msgstr "" #. type: "InstantMenu_title" -#: Resources/templates/Localizable.strings:74 +#: Resources/templates/Localizable.strings:79 #, no-wrap msgid "InstantMenu=Yes" msgstr "" #. type: "InstantMenu_description" -#: Resources/templates/Localizable.strings:75 +#: Resources/templates/Localizable.strings:80 #, no-wrap msgid "" "By default, when Chameleon loads you'll see the icon for the current default " @@ -427,25 +442,25 @@ msgstr "" #. type: "QuietBoot_title" -#: Resources/templates/Localizable.strings:77 +#: Resources/templates/Localizable.strings:82 #, no-wrap msgid "QuietBoot=Yes" msgstr "" #. type: "QuietBoot_description" -#: Resources/templates/Localizable.strings:78 +#: Resources/templates/Localizable.strings:83 #, no-wrap msgid "Enable quiet boot mode (no messages or prompt)." msgstr "" #. type: "ShowInfo_title" -#: Resources/templates/Localizable.strings:80 +#: Resources/templates/Localizable.strings:85 #, no-wrap msgid "ShowInfo=Yes" msgstr "" #. type: "ShowInfo_description" -#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:86 #, no-wrap msgid "" "Enables display of partition and resolution details shown on the left side " @@ -454,13 +469,13 @@ msgstr "" #. type: "Wait_title" -#: Resources/templates/Localizable.strings:83 +#: Resources/templates/Localizable.strings:88 #, no-wrap msgid "Wait=Yes" msgstr "" #. type: "Wait_description" -#: Resources/templates/Localizable.strings:84 +#: Resources/templates/Localizable.strings:89 #, no-wrap msgid "" "Pauses the boot process after Chameleon has finished it's setup then waits " @@ -469,109 +484,109 @@ msgstr "" #. type: "arch_title" -#: Resources/templates/Localizable.strings:88 +#: Resources/templates/Localizable.strings:93 #, no-wrap msgid "arch=i386" msgstr "" #. type: "arch_description" -#: Resources/templates/Localizable.strings:89 +#: Resources/templates/Localizable.strings:94 #, no-wrap msgid "Boots the kernel in 32bit mode rather than the default 64bit mode." msgstr "" #. type: "EHCIacquire_title" -#: Resources/templates/Localizable.strings:91 +#: Resources/templates/Localizable.strings:96 #, no-wrap msgid "EHCIacquire=Yes" msgstr "" #. type: "EHCIacquire_description" -#: Resources/templates/Localizable.strings:92 +#: Resources/templates/Localizable.strings:97 #, no-wrap msgid "Enables the option to fix any EHCI ownership issues due to bad bioses." msgstr "" #. type: "EthernetBuiltIn_title" -#: Resources/templates/Localizable.strings:94 +#: Resources/templates/Localizable.strings:99 #, no-wrap msgid "EthernetBuiltIn=Yes" msgstr "" #. type: "EthernetBuiltIn_description" -#: Resources/templates/Localizable.strings:95 +#: Resources/templates/Localizable.strings:100 #, no-wrap msgid "Enables the option of adding 'built-in' to your ethernet devices." msgstr "" #. type: "ForceHPET_title" -#: Resources/templates/Localizable.strings:97 +#: Resources/templates/Localizable.strings:102 #, no-wrap msgid "ForceHPET=Yes" msgstr "" #. type: "ForceHPET_description" -#: Resources/templates/Localizable.strings:98 +#: Resources/templates/Localizable.strings:103 #, no-wrap msgid "Enables HPET on intel chipsets, for bioses that dont include the option." msgstr "" #. type: "ForceWake_title" -#: Resources/templates/Localizable.strings:100 +#: Resources/templates/Localizable.strings:105 #, no-wrap msgid "ForceWake=Yes" msgstr "" #. type: "ForceWake_description" -#: Resources/templates/Localizable.strings:101 +#: Resources/templates/Localizable.strings:106 #, no-wrap msgid "This option enables you to bypass bad sleep images." msgstr "" #. type: "RestartFix_title" -#: Resources/templates/Localizable.strings:103 +#: Resources/templates/Localizable.strings:108 #, no-wrap msgid "RestartFix=No" msgstr "" #. type: "RestartFix_description" -#: Resources/templates/Localizable.strings:104 +#: Resources/templates/Localizable.strings:109 #, no-wrap msgid "Disables the automatically enabled restart fix." msgstr "" #. type: "UHCIreset_title" -#: Resources/templates/Localizable.strings:106 +#: Resources/templates/Localizable.strings:111 #, no-wrap msgid "UHCIreset=Yes" msgstr "" #. type: "UHCIreset_description" -#: Resources/templates/Localizable.strings:107 +#: Resources/templates/Localizable.strings:112 #, no-wrap msgid "Enables the option to reset UHCI controllers before starting OS X." msgstr "" #. type: "UseMemDetect_title" -#: Resources/templates/Localizable.strings:109 +#: Resources/templates/Localizable.strings:114 #, no-wrap msgid "UseMemDetect=No" msgstr "" #. type: "UseMemDetect_description" -#: Resources/templates/Localizable.strings:110 +#: Resources/templates/Localizable.strings:115 #, no-wrap msgid "Disables the automatically enabled RAM recognition." msgstr "" #. type: "UseKernelCache_title" -#: Resources/templates/Localizable.strings:112 +#: Resources/templates/Localizable.strings:117 #, no-wrap msgid "UseKernelCache=Yes" msgstr "" #. type: "UseKernelCache_description" -#: Resources/templates/Localizable.strings:113 +#: Resources/templates/Localizable.strings:118 #, no-wrap msgid "" "For Lion only. Enables loading of the pre-linked kernel. This will ignore " @@ -580,25 +595,25 @@ msgstr "" #. type: "Wake_title" -#: Resources/templates/Localizable.strings:115 +#: Resources/templates/Localizable.strings:120 #, no-wrap msgid "Wake=Yes" msgstr "" #. type: "Wake_description" -#: Resources/templates/Localizable.strings:116 +#: Resources/templates/Localizable.strings:121 #, no-wrap msgid "Attempts to load the sleep image saved from last hibernation." msgstr "" #. type: "CSTUsingSystemIO_title" -#: Resources/templates/Localizable.strings:120 +#: Resources/templates/Localizable.strings:125 #, no-wrap msgid "CSTUsingSystemIO=Yes" msgstr "" #. type: "CSTUsingSystemIO_description" -#: Resources/templates/Localizable.strings:121 +#: Resources/templates/Localizable.strings:126 #, no-wrap msgid "" "New C-State _CST generation method using SystemIO registers instead of " @@ -606,229 +621,229 @@ msgstr "" #. type: "DropSSDT_title" -#: Resources/templates/Localizable.strings:123 +#: Resources/templates/Localizable.strings:128 #, no-wrap msgid "DropSSDT=Yes" msgstr "" #. type: "DropSSDT_description" -#: Resources/templates/Localizable.strings:124 +#: Resources/templates/Localizable.strings:129 #, no-wrap msgid "Discard the motherboard's built-in SSDT tables." msgstr "" #. type: "EnableC2State_title" -#: Resources/templates/Localizable.strings:126 +#: Resources/templates/Localizable.strings:131 #, no-wrap msgid "EnableC2State=Yes" msgstr "" #. type: "EnableC2State_description" -#: Resources/templates/Localizable.strings:127 +#: Resources/templates/Localizable.strings:132 #, no-wrap msgid "Enable specific Processor power state, C2." msgstr "" #. type: "EnableC3State_title" -#: Resources/templates/Localizable.strings:129 +#: Resources/templates/Localizable.strings:134 #, no-wrap msgid "EnableC3State=Yes" msgstr "" #. type: "EnableC3State_description" -#: Resources/templates/Localizable.strings:130 +#: Resources/templates/Localizable.strings:135 #, no-wrap msgid "Enable specific Processor power state, C3." msgstr "" #. type: "EnableC4State_title" -#: Resources/templates/Localizable.strings:132 +#: Resources/templates/Localizable.strings:137 #, no-wrap msgid "EnableC4State=Yes" msgstr "" #. type: "EnableC4State_description" -#: Resources/templates/Localizable.strings:133 +#: Resources/templates/Localizable.strings:138 #, no-wrap msgid "Enable specific Processor power state, C4." msgstr "" #. type: "GenerateCStates_title" -#: Resources/templates/Localizable.strings:135 +#: Resources/templates/Localizable.strings:140 #, no-wrap msgid "GenerateCStates=Yes" msgstr "" #. type: "GenerateCStates_description" -#: Resources/templates/Localizable.strings:136 +#: Resources/templates/Localizable.strings:141 #, no-wrap msgid "Enable auto generation of processor idle sleep states (C-States)." msgstr "" #. type: "GeneratePStates_title" -#: Resources/templates/Localizable.strings:138 +#: Resources/templates/Localizable.strings:143 #, no-wrap msgid "GeneratePStates=Yes" msgstr "" #. type: "GeneratePStates_description" -#: Resources/templates/Localizable.strings:139 +#: Resources/templates/Localizable.strings:144 #, no-wrap msgid "Enable auto generation of processor power performance states (P-States)." msgstr "" #. type: "1024x600x32_title" -#: Resources/templates/Localizable.strings:143 +#: Resources/templates/Localizable.strings:148 #, no-wrap msgid "1024x600x32" msgstr "" #. type: "1024x600x32_description" -#: Resources/templates/Localizable.strings:144 +#: Resources/templates/Localizable.strings:149 #, no-wrap msgid "Set Graphics Mode to 1024x600x32" msgstr "" #. type: "1024x768x32_title" -#: Resources/templates/Localizable.strings:146 +#: Resources/templates/Localizable.strings:151 #, no-wrap msgid "1024x768x32" msgstr "" #. type: "1024x768x32_description" -#: Resources/templates/Localizable.strings:147 +#: Resources/templates/Localizable.strings:152 #, no-wrap msgid "Set Graphics Mode to 1024x768x32" msgstr "" #. type: "1280x768x32_title" -#: Resources/templates/Localizable.strings:149 +#: Resources/templates/Localizable.strings:154 #, no-wrap msgid "1280x768x32" msgstr "" #. type: "1280x768x32_description" -#: Resources/templates/Localizable.strings:150 +#: Resources/templates/Localizable.strings:155 #, no-wrap msgid "Set Graphics Mode to 1280x768x32" msgstr "" #. type: "1280x800x32_title" -#: Resources/templates/Localizable.strings:152 +#: Resources/templates/Localizable.strings:157 #, no-wrap msgid "1280x800x32" msgstr "" #. type: "1280x800x32_description" -#: Resources/templates/Localizable.strings:153 +#: Resources/templates/Localizable.strings:158 #, no-wrap msgid "Set Graphics Mode to 1280x800x32" msgstr "" #. type: "1280x1024x32_title" -#: Resources/templates/Localizable.strings:155 +#: Resources/templates/Localizable.strings:160 #, no-wrap msgid "1280x1024x32" msgstr "" #. type: "1280x1024x32_description" -#: Resources/templates/Localizable.strings:156 +#: Resources/templates/Localizable.strings:161 #, no-wrap msgid "Set Graphics Mode to 1280x1024x32" msgstr "" #. type: "1280x960x32_title" -#: Resources/templates/Localizable.strings:158 +#: Resources/templates/Localizable.strings:163 #, no-wrap msgid "1280x960x32" msgstr "" #. type: "1280x960x32_description" -#: Resources/templates/Localizable.strings:159 +#: Resources/templates/Localizable.strings:164 #, no-wrap msgid "Set Graphics Mode to 1280x960x32" msgstr "" #. type: "1440x900x32_title" -#: Resources/templates/Localizable.strings:161 +#: Resources/templates/Localizable.strings:166 #, no-wrap msgid "1440x900x32" msgstr "" #. type: "1440x900x32_description" -#: Resources/templates/Localizable.strings:162 +#: Resources/templates/Localizable.strings:167 #, no-wrap msgid "Set Graphics Mode to 1440x900x32" msgstr "" #. type: "1600x900x32_title" -#: Resources/templates/Localizable.strings:164 +#: Resources/templates/Localizable.strings:169 #, no-wrap msgid "1600x900x32" msgstr "" #. type: "1600x900x32_description" -#: Resources/templates/Localizable.strings:165 +#: Resources/templates/Localizable.strings:170 #, no-wrap msgid "Set Graphics Mode to 1600x900x32" msgstr "" #. type: "1600x1200x32_title" -#: Resources/templates/Localizable.strings:167 +#: Resources/templates/Localizable.strings:172 #, no-wrap msgid "1600x1200x32" msgstr "" #. type: "1600x1200x32_description" -#: Resources/templates/Localizable.strings:168 +#: Resources/templates/Localizable.strings:173 #, no-wrap msgid "Set Graphics Mode to 1600x1200x32" msgstr "" #. type: "1680x1050x32_title" -#: Resources/templates/Localizable.strings:170 +#: Resources/templates/Localizable.strings:175 #, no-wrap msgid "1680x1050x32" msgstr "" #. type: "1680x1050x32_description" -#: Resources/templates/Localizable.strings:171 +#: Resources/templates/Localizable.strings:176 #, no-wrap msgid "Set Graphics Mode to 1680x1050x32" msgstr "" #. type: "1920x1080x32_title" -#: Resources/templates/Localizable.strings:173 +#: Resources/templates/Localizable.strings:178 #, no-wrap msgid "1920x1080x32" msgstr "" #. type: "1920x1080x32_description" -#: Resources/templates/Localizable.strings:174 +#: Resources/templates/Localizable.strings:179 #, no-wrap msgid "Set Graphics Mode to 1920x1080x32" msgstr "" #. type: "1920x1200x32_title" -#: Resources/templates/Localizable.strings:176 +#: Resources/templates/Localizable.strings:181 #, no-wrap msgid "1920x1200x32" msgstr "" #. type: "1920x1200x32_description" -#: Resources/templates/Localizable.strings:177 +#: Resources/templates/Localizable.strings:182 #, no-wrap msgid "Set Graphics Mode to 1920x1200x32" msgstr "" #. type: "GraphicsEnabler_title" -#: Resources/templates/Localizable.strings:181 +#: Resources/templates/Localizable.strings:186 #, no-wrap msgid "GraphicsEnabler=Yes" msgstr "" #. type: "GraphicsEnabler_description" -#: Resources/templates/Localizable.strings:182 +#: Resources/templates/Localizable.strings:187 #, no-wrap msgid "" "Enables the option to autodetect NVIDIA based GPUs and inject the correct " @@ -836,61 +851,61 @@ msgstr "" #. type: "EnableHDMIAudio_title" -#: Resources/templates/Localizable.strings:184 +#: Resources/templates/Localizable.strings:189 #, no-wrap msgid "EnableHDMIAudio=Yes" msgstr "" #. type: "EnableHDMIAudio_description" -#: Resources/templates/Localizable.strings:185 +#: Resources/templates/Localizable.strings:190 #, no-wrap msgid "Inject HDMi audio for NVIDIA or AMD/ATI." msgstr "" #. type: "UseAtiROM_title" -#: Resources/templates/Localizable.strings:187 +#: Resources/templates/Localizable.strings:192 #, no-wrap msgid "UseAtiROM=Yes" msgstr "" #. type: "UseAtiROM_description" -#: Resources/templates/Localizable.strings:188 +#: Resources/templates/Localizable.strings:193 #, no-wrap msgid "Enables UseAtiROM options." msgstr "" #. type: "UseNvidiaROM_title" -#: Resources/templates/Localizable.strings:190 +#: Resources/templates/Localizable.strings:195 #, no-wrap msgid "UseNvidiaROM=Yes" msgstr "" #. type: "UseNvidiaROM_description" -#: Resources/templates/Localizable.strings:191 +#: Resources/templates/Localizable.strings:196 #, no-wrap msgid "Enables UseNvidiaROM options." msgstr "" #. type: "VBIOS_title" -#: Resources/templates/Localizable.strings:193 +#: Resources/templates/Localizable.strings:198 #, no-wrap msgid "VBIOS=Yes" msgstr "" #. type: "VBIOS_description" -#: Resources/templates/Localizable.strings:194 +#: Resources/templates/Localizable.strings:199 #, no-wrap msgid "Enables VBIOS option" msgstr "" #. type: "Verbose_title" -#: Resources/templates/Localizable.strings:199 +#: Resources/templates/Localizable.strings:204 #, no-wrap msgid "Verbose Mode" msgstr "" #. type: "Verbose_description" -#: Resources/templates/Localizable.strings:200 +#: Resources/templates/Localizable.strings:205 #, no-wrap msgid "" "Turns on verbose logging and allows you to see messages from both Chameleon " @@ -898,25 +913,25 @@ msgstr "" #. type: "Singleusermode_title" -#: Resources/templates/Localizable.strings:202 +#: Resources/templates/Localizable.strings:207 #, no-wrap msgid "Single User Mode" msgstr "" #. type: "Singleusermode_description" -#: Resources/templates/Localizable.strings:203 +#: Resources/templates/Localizable.strings:208 #, no-wrap msgid "A troubleshooting option used for booting into OS X's BSD/Unix command line." msgstr "" #. type: "Ignorecaches_title" -#: Resources/templates/Localizable.strings:205 +#: Resources/templates/Localizable.strings:210 #, no-wrap msgid "Ignore Caches" msgstr "" #. type: "Ignorecaches_description" -#: Resources/templates/Localizable.strings:206 +#: Resources/templates/Localizable.strings:211 #, no-wrap msgid "" "Not an option that's needed for everyday booting, but it can be useful if " @@ -925,13 +940,13 @@ msgstr "" #. type: "Npci_title" -#: Resources/templates/Localizable.strings:208 +#: Resources/templates/Localizable.strings:213 #, no-wrap msgid "npci=0x2000" msgstr "" #. type: "Npci_description" -#: Resources/templates/Localizable.strings:209 +#: Resources/templates/Localizable.strings:214 #, no-wrap msgid "" "For overcoming a hang at 'PCI configuration begin' on some systems. 0x2000 " @@ -939,13 +954,13 @@ msgstr "" #. type: "Npci3_title" -#: Resources/templates/Localizable.strings:211 +#: Resources/templates/Localizable.strings:216 #, no-wrap msgid "npci=0x3000" msgstr "" #. type: "Npci3_description" -#: Resources/templates/Localizable.strings:212 +#: Resources/templates/Localizable.strings:217 #, no-wrap msgid "" "For overcoming a hang at 'PCI configuration begin' on some systems. 0x3000 " @@ -953,13 +968,13 @@ msgstr "" #. type: "Darkwake_title" -#: Resources/templates/Localizable.strings:214 +#: Resources/templates/Localizable.strings:219 #, no-wrap msgid "darkwake=0" msgstr "" #. type: "Darkwake_description" -#: Resources/templates/Localizable.strings:215 +#: Resources/templates/Localizable.strings:220 #, no-wrap msgid "" "Lion only. Disables the 'low power wake' feature which can sometimes leave " @@ -967,85 +982,85 @@ msgstr "" #. type: "mac-de_title" -#: Resources/templates/Localizable.strings:221 +#: Resources/templates/Localizable.strings:226 #, no-wrap msgid "German Mac Keyboard" msgstr "" #. type: "mac-de_description" -#: Resources/templates/Localizable.strings:222 +#: Resources/templates/Localizable.strings:227 #, no-wrap msgid "Use the keyboard layout for a German Mac keyboard" msgstr "" #. type: "mac-es_title" -#: Resources/templates/Localizable.strings:224 +#: Resources/templates/Localizable.strings:229 #, no-wrap msgid "Spanish Mac Keyboard" msgstr "" #. type: "mac-es_description" -#: Resources/templates/Localizable.strings:225 +#: Resources/templates/Localizable.strings:230 #, no-wrap msgid "Use the keyboard layout for a Spanish Mac keyboard" msgstr "" #. type: "mac-fr_title" -#: Resources/templates/Localizable.strings:227 +#: Resources/templates/Localizable.strings:232 #, no-wrap msgid "French Mac Keyboard" msgstr "" #. type: "mac-fr_description" -#: Resources/templates/Localizable.strings:228 +#: Resources/templates/Localizable.strings:233 #, no-wrap msgid "Use the keyboard layout for a French Mac keyboard" msgstr "" #. type: "mac-it_title" -#: Resources/templates/Localizable.strings:230 +#: Resources/templates/Localizable.strings:235 #, no-wrap msgid "Italian Mac Keyboard" msgstr "" #. type: "mac-it_description" -#: Resources/templates/Localizable.strings:231 +#: Resources/templates/Localizable.strings:236 #, no-wrap msgid "Use the keyboard layout for an Italian Mac keyboard" msgstr "" #. type: "mac-se_title" -#: Resources/templates/Localizable.strings:233 +#: Resources/templates/Localizable.strings:238 #, no-wrap msgid "Swedish Mac Keyboard" msgstr "" #. type: "mac-se_description" -#: Resources/templates/Localizable.strings:234 +#: Resources/templates/Localizable.strings:239 #, no-wrap msgid "Use the keyboard layout for a Swedish Mac keyboard" msgstr "" #. type: "pc-fr_title" -#: Resources/templates/Localizable.strings:236 +#: Resources/templates/Localizable.strings:241 #, no-wrap msgid "French PC Keyboard" msgstr "" #. type: "pc-fr_description" -#: Resources/templates/Localizable.strings:237 +#: Resources/templates/Localizable.strings:242 #, no-wrap msgid "Use the keyboard layout for a French PC keyboard" msgstr "" #. type: "Embed_title" -#: Resources/templates/Localizable.strings:243 +#: Resources/templates/Localizable.strings:248 #, no-wrap msgid "Embed" msgstr "" #. type: "Embed_description" -#: Resources/templates/Localizable.strings:244 +#: Resources/templates/Localizable.strings:249 #, no-wrap msgid "" "A smaller simple version of the new default theme used when building a " @@ -1053,109 +1068,109 @@ msgstr "" #. type: "Legacy_title" -#: Resources/templates/Localizable.strings:246 +#: Resources/templates/Localizable.strings:251 #, no-wrap msgid "Legacy" msgstr "" #. type: "Legacy_description" -#: Resources/templates/Localizable.strings:247 +#: Resources/templates/Localizable.strings:252 #, no-wrap msgid "Chameleon's original default theme introduced for v2.0 RC1" msgstr "" #. type: "Default_description" -#: Resources/templates/Localizable.strings:250 +#: Resources/templates/Localizable.strings:255 #, no-wrap msgid "Chameleon default theme introduced for v2.0 RC5" msgstr "" #. type: "Bullet_title" -#: Resources/templates/Localizable.strings:252 +#: Resources/templates/Localizable.strings:257 #, no-wrap msgid "Bullet" msgstr "" #. type: "Bullet_description" -#: Resources/templates/Localizable.strings:253 +#: Resources/templates/Localizable.strings:258 #, no-wrap msgid "A lovely simple theme by NoSmokingBandit from April 2009." msgstr "" #. type: "Control_title" -#: Resources/templates/Localizable.strings:261 +#: Resources/templates/Localizable.strings:266 #, no-wrap msgid "Control Options" msgstr "" #. type: "Control_description" -#: Resources/templates/Localizable.strings:262 +#: Resources/templates/Localizable.strings:267 #, no-wrap msgid "Settings to control how Chameleon works." msgstr "" #. type: "General_title" -#: Resources/templates/Localizable.strings:265 +#: Resources/templates/Localizable.strings:270 #, no-wrap msgid "General Options" msgstr "" #. type: "General_description" -#: Resources/templates/Localizable.strings:266 +#: Resources/templates/Localizable.strings:271 #, no-wrap msgid "Choose from a selection of base options." msgstr "" #. type: "KernelFlags_title" -#: Resources/templates/Localizable.strings:269 +#: Resources/templates/Localizable.strings:274 #, no-wrap msgid "Kernel Flags" msgstr "" #. type: "KernelFlags_description" -#: Resources/templates/Localizable.strings:270 +#: Resources/templates/Localizable.strings:275 #, no-wrap msgid "Choose from a selection of kernel flags." msgstr "" #. type: "PowerManagement_title" -#: Resources/templates/Localizable.strings:273 +#: Resources/templates/Localizable.strings:278 #, no-wrap msgid "Power Management" msgstr "" #. type: "PowerManagement_description" -#: Resources/templates/Localizable.strings:274 +#: Resources/templates/Localizable.strings:279 #, no-wrap msgid "A selection of options that deal with power management and speedstep." msgstr "" #. type: "Resolution_description" -#: Resources/templates/Localizable.strings:278 +#: Resources/templates/Localizable.strings:283 #, no-wrap msgid "Set one resolution to use." msgstr "" #. type: "Video_title" -#: Resources/templates/Localizable.strings:281 +#: Resources/templates/Localizable.strings:286 #, no-wrap msgid "Video" msgstr "" #. type: "Video_description" -#: Resources/templates/Localizable.strings:282 +#: Resources/templates/Localizable.strings:287 #, no-wrap msgid "A selection of options that deal with video." msgstr "" #. type: "Keymaps_title" -#: Resources/templates/Localizable.strings:285 +#: Resources/templates/Localizable.strings:290 #, no-wrap msgid "KeyLayout" msgstr "" #. type: "Keymaps_description" -#: Resources/templates/Localizable.strings:286 +#: Resources/templates/Localizable.strings:291 #, no-wrap msgid "" "Select one keylayout to use. This will also install the Keylayout module and " @@ -1163,13 +1178,13 @@ msgstr "" #. type: "Themes_title" -#: Resources/templates/Localizable.strings:289 +#: Resources/templates/Localizable.strings:294 #, no-wrap msgid "Themes" msgstr "" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:290 +#: Resources/templates/Localizable.strings:295 #, no-wrap msgid "" "A collection of sample themes\n"