Index: branches/ErmaC/Enoch/i386/libsaio/smbios.c =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/smbios.c (revision 2880) +++ branches/ErmaC/Enoch/i386/libsaio/smbios.c (revision 2881) @@ -495,8 +495,8 @@ #define kDefaultMacProFamily "MacPro" // MacPro's family = "MacPro" not "Mac Pro" #define kDefaultMacPro "MacPro3,1" -#define kDefaultMacProBIOSVersion " MP31.88Z.006C.B05.0903051113" -#define kDefaultMacProBIOSReleaseDate "08/03/2010" +#define kDefaultMacProBIOSVersion " MP31.88Z.006C.B05.0802291410" +#define kDefaultMacProBIOSReleaseDate "02/29/08" #define kDefaultMacProBoardProduct "Mac-F42C88C8" // Mac Pro 4,1 core i7/Xeon @@ -515,8 +515,8 @@ // Mac Pro 6,1 #define kDefaultMacProHaswell "MacPro6,1" -#define kDefaultMacProHaswellBIOSVersion "MP61.88Z.0116.B04.1312061508" -#define kDefaultMacProHaswellBIOSReleaseDate "12/06/2013" +#define kDefaultMacProHaswellBIOSVersion "MP61.88Z.0116.B25.1702171857" +#define kDefaultMacProHaswellBIOSReleaseDate "02/17/2017" #define kDefaultMacProHaswellBoardProduct "Mac-F60DEB81FF30ACF6" /* ============================================ */ Index: branches/ErmaC/Enoch/i386/libsaio/stringTable.c =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/stringTable.c (revision 2880) +++ branches/ErmaC/Enoch/i386/libsaio/stringTable.c (revision 2881) @@ -681,6 +681,8 @@ // Micky1979, the order is important char *dirspec[] = { "/com.apple.recovery.boot/com.apple.Boot.plist", // OS X Recovery + "/macOS Install Data/com.apple.Boot.plist", // macOS Upgrade (10.12) + "/macOS Install Data/Locked Files/Boot Files/com.apple.Boot.plist", // macOS Upgrade (10.12) "/OS X Install Data/com.apple.Boot.plist", // OS X Upgrade (10.8+) "/Mac OS X Install Data/com.apple.Boot.plist", // OS X Upgrade (Lion 10.7) "/.IABootFiles/com.apple.Boot.plist", // OS X Installer Index: branches/ErmaC/Enoch/package/OptionalSettings/CrsActiveConfig.txt =================================================================== --- branches/ErmaC/Enoch/package/OptionalSettings/CrsActiveConfig.txt (revision 2880) +++ branches/ErmaC/Enoch/package/OptionalSettings/CrsActiveConfig.txt (revision 2881) @@ -1,35 +0,0 @@ -# --------------------------------------------- -# Chameleon Optional Settings List. -# --------------------------------------------- -# Add boot options or kernel flags to the bottom of this file. -# They will appear under the package installer's Settings menu -# in a sub menu named with the filename of this file. -# Use one file or many files - it's flexible to make it easy -# to group different options under separate sub menus. -# --------------------------------------------- -# To add boot option: Structure is: -# type@name:key=value -# example1: Bool@InstantMenu:Instant Menu=Yes -# example2: Text@1024x600x32:Graphics Mode=1024x600x32 -# example3: List@Npci:Kernel Flags=npci=0x2000 -# --------------------------------------------- -# type can be: Bool, Text or List -# --------------------------------------------- -# The package installer has a setting which controls what -# the user is allowed to choose. -# A) User can select every option from the list. -# B) User can select only one of the options from the list. -# Set Exclusive=False for A, or Exclusive=True for B. -# -Exclusive=False -# --------------------------------------------- -# Note: There must be a carriage return at end of last line -# --------------------------------------------- -Text@Crs1:CrsActiveConfig=1 -Text@Crs2:CrsActiveConfig=2 -Text@Crs4:CrsActiveConfig=4 -Text@Crs8:CrsActiveConfig=8 -Text@Crs16:CrsActiveConfig=16 -Text@Crs32:CrsActiveConfig=32 -Text@Crs64:CrsActiveConfig=64 -Text@Crs128:CrsActiveConfig=128 Index: branches/ErmaC/Enoch/package/OptionalSettings/CsrActiveConfig.txt =================================================================== --- branches/ErmaC/Enoch/package/OptionalSettings/CsrActiveConfig.txt (revision 0) +++ branches/ErmaC/Enoch/package/OptionalSettings/CsrActiveConfig.txt (revision 2881) @@ -0,0 +1,35 @@ +# --------------------------------------------- +# Chameleon Optional Settings List. +# --------------------------------------------- +# Add boot options or kernel flags to the bottom of this file. +# They will appear under the package installer's Settings menu +# in a sub menu named with the filename of this file. +# Use one file or many files - it's flexible to make it easy +# to group different options under separate sub menus. +# --------------------------------------------- +# To add boot option: Structure is: +# type@name:key=value +# example1: Bool@InstantMenu:Instant Menu=Yes +# example2: Text@1024x600x32:Graphics Mode=1024x600x32 +# example3: List@Npci:Kernel Flags=npci=0x2000 +# --------------------------------------------- +# type can be: Bool, Text or List +# --------------------------------------------- +# The package installer has a setting which controls what +# the user is allowed to choose. +# A) User can select every option from the list. +# B) User can select only one of the options from the list. +# Set Exclusive=False for A, or Exclusive=True for B. +# +Exclusive=True +# --------------------------------------------- +# Note: There must be a carriage return at end of last line +# --------------------------------------------- +Text@Csr1:CsrActiveConfig=1 +Text@Csr2:CsrActiveConfig=2 +Text@Csr4:CsrActiveConfig=4 +Text@Csr8:CsrActiveConfig=8 +Text@Csr16:CsrActiveConfig=16 +Text@Csr32:CsrActiveConfig=32 +Text@Csr64:CsrActiveConfig=64 +Text@Csr128:CsrActiveConfig=128 Index: branches/ErmaC/Enoch/package/Resources/templates/Localizable.strings =================================================================== --- branches/ErmaC/Enoch/package/Resources/templates/Localizable.strings (revision 2880) +++ branches/ErmaC/Enoch/package/Resources/templates/Localizable.strings (revision 2881) @@ -295,29 +295,29 @@ // ---------------------------------------------------------------------------- -"Crs1_title" = "CRS_ALLOW_UNTRUSTED_KEXTS"; -"Crs1_description" = "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)."; +"Csr1_title" = "CSR_ALLOW_UNTRUSTED_KEXTS"; +"Csr1_description" = "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)."; -"Crs2_title" = "CRS_ALLOW_UNRESTRICTED_FS"; -"Crs2_description" = "Filesystem protection: Important system files are protected and cannot be modified."; +"Csr2_title" = "CSR_ALLOW_UNRESTRICTED_FS"; +"Csr2_description" = "Filesystem protection: Important system files are protected and cannot be modified."; -"Crs4_title" = "CRS_ALLOW_TASK_FOR_PID"; -"Crs4_description" = "Disable CRS_ALLOW_TASK_FOR_PID"; +"Csr4_title" = "CSR_ALLOW_TASK_FOR_PID"; +"Csr4_description" = "Disable CSR_ALLOW_TASK_FOR_PID"; -"Crs8_title" = "CRS_ALLOW_KERNEL_DEBUGGER"; -"Crs8_description" = "Disable CRS_ALLOW_KERNEL_DEBUGGER"; +"Csr8_title" = "CSR_ALLOW_KERNEL_DEBUGGER"; +"Csr8_description" = "Disable CSR_ALLOW_KERNEL_DEBUGGER"; -"Crs16_title" = "CRS_ALLOW_APPLE_INTERNAL"; -"Crs16_description" = "Disable CRS_ALLOW_APPLE_INTERNAL"; +"Csr16_title" = "CSR_ALLOW_APPLE_INTERNAL"; +"Csr16_description" = "Disable CSR_ALLOW_APPLE_INTERNAL"; -"Crs32_title" = "CRS_ALLOW_UNRESTRICTED_DTRACE"; -"Crs32_description" = "Disable CRS_ALLOW_UNRESTRICTED_DTRACE"; +"Csr32_title" = "CSR_ALLOW_UNRESTRICTED_DTRACE"; +"Csr32_description" = "Disable CSR_ALLOW_UNRESTRICTED_DTRACE"; -"Crs64_title" = "CRS_ALLOW_UNRESTRICTED_NVRAM"; -"Crs64_description" = "Disable CRS_ALLOW_UNRESTRICTED_NVRAM"; +"Csr64_title" = "CSR_ALLOW_UNRESTRICTED_NVRAM"; +"Csr64_description" = "Disable CSR_ALLOW_UNRESTRICTED_NVRAM"; -"Crs128_title" = "CRS_ALLOW_DEVICE_CONFIGURATION"; -"Crs128_description" = "Disable CRS_ALLOW_DEVICE_CONFIGURATION"; +"Csr128_title" = "CSR_ALLOW_DEVICE_CONFIGURATION"; +"Csr128_description" = "Disable CSR_ALLOW_DEVICE_CONFIGURATION"; // ---------------------------------------------------------------------------- @@ -879,9 +879,9 @@ "Control_title" = "Control Options"; "Control_description" = "Settings to control how Chameleon works."; -// CrsActiveConfig -"CrsActiveConfig_title" = "CrsActiveConfig"; -"CrsActiveConfig_description" = "System Integrity Protection (SIP)."; +// CsrActiveConfig +"CsrActiveConfig_title" = "CsrActiveConfig"; +"CsrActiveConfig_description" = "System Integrity Protection (SIP)."; // General "General_title" = "General Options"; Index: branches/ErmaC/Enoch/package/po/ar.po =================================================================== --- branches/ErmaC/Enoch/package/po/ar.po (revision 2880) +++ branches/ErmaC/Enoch/package/po/ar.po (revision 2881) @@ -7,8 +7,8 @@ msgstr "" "Project-Id-Version: Chameleon 2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-02 13:34+0000\n" -"PO-Revision-Date: 2015-02-13 19:44-0000\n" +"POT-Creation-Date: 2017-03-26 11:51+0100\n" +"PO-Revision-Date: 2017-05-11 21:08+0100\n" "Last-Translator: magnifico \n" "Language-Team: ar \n" "Language: ar\n" @@ -77,13 +77,8 @@ #. type: Content of:

#: Resources/templates/Description.html:18 -msgid "" -"Chameleon is a boot loader built using a combination of components which " -"evolved from the development of David Elliott's fake EFI implementation " -"added to Apple's boot-132 project." -msgstr "" -"الحرباء هو محمل تمهيد بنى بإستخدام مزيج من المكونات التى طورت من تطوير ديفيد " -"إليوت لتنفيذ إي إف آى وهمى مضاف لمشروع آبل تمهيد-132 ." +msgid "Chameleon is a boot loader built using a combination of components which evolved from the development of David Elliott's fake EFI implementation added to Apple's boot-132 project." +msgstr "الحرباء هو محمل تمهيد بنى بإستخدام مزيج من المكونات التى طورت من تطوير ديفيد إليوت لتنفيذ إي إف آى وهمى مضاف لمشروع آبل تمهيد-132 ." #. type: Content of:

#: Resources/templates/Description.html:20 @@ -93,14 +88,11 @@ #. type: Content of:

#: Resources/templates/Description.html:22 msgid "- Fully customizable GUI to bring some color to the Darwin Bootloader." -msgstr "" -"- واجهة إستخدام رسومية قابلة للتعديل بالكامل لإعطاء ألوان جديدة لمحمل تمهيد " -"داروين ." +msgstr "- واجهة إستخدام رسومية قابلة للتعديل بالكامل لإعطاء ألوان جديدة لمحمل تمهيد داروين ." #. type: Content of:

#: Resources/templates/Description.html:23 -msgid "" -"- Load a ramdisk to directly boot retail DVDs without additional programs." +msgid "- Load a ramdisk to directly boot retail DVDs without additional programs." msgstr "- تحميل قرص رام للتمهيد المباشر للدي في دي الأصلية بدون برامج إضافية ." #. type: Content of:

@@ -115,10 +107,8 @@ #. type: Content of:

#: Resources/templates/Description.html:26 -msgid "" -"- DSDT override to use a modified fixed DSDT which can solve several issues." -msgstr "" -"الكتابة فوق الجدول DSDT، تكون قادرة على تحديد محسنة أن يحل العديد من المشاكل." +msgid "- DSDT override to use a modified fixed DSDT which can solve several issues." +msgstr "الكتابة فوق الجدول DSDT، تكون قادرة على تحديد محسنة أن يحل العديد من المشاكل." #. type: Content of:

#: Resources/templates/Description.html:27 @@ -157,8 +147,7 @@ #. type: Content of:

#: Resources/templates/Description.html:34 -msgid "" -"- Automatic P-State & C-State generation for native power management." +msgid "- Automatic P-State & C-State generation for native power management." msgstr "--التلقائية جيل ف الدولة والدولة ج." #. type: Content of:

@@ -203,9 +192,7 @@ #. type: Content of:

#: Resources/templates/Conclusion.html:26 -msgid "" -" to find out if the installation was successful and keep it for a " -"record of what was done." +msgid " to find out if the installation was successful and keep it for a record of what was done." msgstr " لمعرفة ما إذا كان التنصيب تم بنجاح وأتركه كتسجيل لما تم ." #. type: Content of:

@@ -450,8 +437,7 @@ msgstr "" #. type: "Resolution_title" -#: Resources/templates/Localizable.strings:81 -#: Resources/templates/Localizable.strings:899 +#: Resources/templates/Localizable.strings:81 Resources/templates/Localizable.strings:899 #, no-wrap msgid "Resolution" msgstr "الدقة" @@ -491,10 +477,9 @@ #. type: "KernelPatcher_title" #: Resources/templates/Localizable.strings:92 -#, fuzzy, no-wrap -#| msgid "UseKernelCache=Yes" +#, no-wrap msgid "Kernel Patcher" -msgstr "UseKernelCache=Yes" +msgstr "‫Kernel Patcher" #. type: "KernelPatcher_description" #: Resources/templates/Localizable.strings:93 @@ -512,7 +497,7 @@ #: Resources/templates/Localizable.strings:100 #, no-wrap msgid "Kext Patcher" -msgstr "" +msgstr "‫Kext Patcher" #. type: "KextPatcher_description" #: Resources/templates/Localizable.strings:101 @@ -524,10 +509,9 @@ #. type: "NVIDIAGraphicsEnabler_title" #: Resources/templates/Localizable.strings:104 -#, fuzzy, no-wrap -#| msgid "GraphicsEnabler=Yes" +#, no-wrap msgid "NVIDIAGraphicsEnabler" -msgstr "GraphicsEnabler=Yes" +msgstr "‫NVIDIAGraphicsEnabler" #. type: "NVIDIAGraphicsEnabler_description" #: Resources/templates/Localizable.strings:105 @@ -539,10 +523,9 @@ #. type: "GraphicsEnablerModule_title" #: Resources/templates/Localizable.strings:108 -#, fuzzy, no-wrap -#| msgid "GraphicsEnabler=Yes" +#, no-wrap msgid "GraphicsEnabler" -msgstr "GraphicsEnabler=Yes" +msgstr "‫GraphicsEnabler" #. type: "GraphicsEnablerModule_description" #: Resources/templates/Localizable.strings:109 @@ -554,10 +537,9 @@ #. type: "AMDGraphicsEnabler_title" #: Resources/templates/Localizable.strings:112 -#, fuzzy, no-wrap -#| msgid "GraphicsEnabler=Yes" +#, no-wrap msgid "AMDGraphicsEnabler" -msgstr "GraphicsEnabler=Yes" +msgstr "‫AMDGraphicsEnabler" #. type: "AMDGraphicsEnabler_description" #: Resources/templates/Localizable.strings:113 @@ -569,10 +551,9 @@ #. type: "IntelGraphicsEnabler_title" #: Resources/templates/Localizable.strings:116 -#, fuzzy, no-wrap -#| msgid "GraphicsEnabler=Yes" +#, no-wrap msgid "IntelGraphicsEnabler" -msgstr "GraphicsEnabler=Yes" +msgstr "‫IntelGraphicsEnabler" #. type: "IntelGraphicsEnabler_description" #: Resources/templates/Localizable.strings:117 @@ -1242,105 +1223,104 @@ msgid "Set Graphics Mode to 1920x1200x32" msgstr "" -#. type: "Crs1_title" +#. type: "Csr1_title" #: Resources/templates/Localizable.strings:298 #, no-wrap -msgid "CRS_ALLOW_UNTRUSTED_KEXTS" +msgid "CSR_ALLOW_UNTRUSTED_KEXTS" msgstr "" -#. type: "Crs1_description" +#. type: "Csr1_description" #: Resources/templates/Localizable.strings:299 #, no-wrap msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)." msgstr "" -#. type: "Crs2_title" +#. type: "Csr2_title" #: Resources/templates/Localizable.strings:301 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_FS" +msgid "CSR_ALLOW_UNRESTRICTED_FS" msgstr "" -#. type: "Crs2_description" +#. type: "Csr2_description" #: Resources/templates/Localizable.strings:302 #, no-wrap msgid "Filesystem protection: Important system files are protected and cannot be modified." msgstr "" -#. type: "Crs4_title" +#. type: "Csr4_title" #: Resources/templates/Localizable.strings:304 #, no-wrap -msgid "CRS_ALLOW_TASK_FOR_PID" +msgid "CSR_ALLOW_TASK_FOR_PID" msgstr "" -#. type: "Crs4_description" +#. type: "Csr4_description" #: Resources/templates/Localizable.strings:305 #, no-wrap -msgid "Disable CRS_ALLOW_TASK_FOR_PID" +msgid "Disable CSR_ALLOW_TASK_FOR_PID" msgstr "" -#. type: "Crs8_title" +#. type: "Csr8_title" #: Resources/templates/Localizable.strings:307 #, no-wrap -msgid "CRS_ALLOW_KERNEL_DEBUGGER" +msgid "CSR_ALLOW_KERNEL_DEBUGGER" msgstr "" -#. type: "Crs8_description" +#. type: "Csr8_description" #: Resources/templates/Localizable.strings:308 #, no-wrap -msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER" +msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER" msgstr "" -#. type: "Crs16_title" +#. type: "Csr16_title" #: Resources/templates/Localizable.strings:310 #, no-wrap -msgid "CRS_ALLOW_APPLE_INTERNAL" +msgid "CSR_ALLOW_APPLE_INTERNAL" msgstr "" -#. type: "Crs16_description" +#. type: "Csr16_description" #: Resources/templates/Localizable.strings:311 #, no-wrap -msgid "Disable CRS_ALLOW_APPLE_INTERNAL" +msgid "Disable CSR_ALLOW_APPLE_INTERNAL" msgstr "" -#. type: "Crs32_title" +#. type: "Csr32_title" #: Resources/templates/Localizable.strings:313 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "CSR_ALLOW_UNRESTRICTED_DTRACE" msgstr "" -#. type: "Crs32_description" +#. type: "Csr32_description" #: Resources/templates/Localizable.strings:314 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE" msgstr "" -#. type: "Crs64_title" +#. type: "Csr64_title" #: Resources/templates/Localizable.strings:316 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "CSR_ALLOW_UNRESTRICTED_NVRAM" msgstr "" -#. type: "Crs64_description" +#. type: "Csr64_description" #: Resources/templates/Localizable.strings:317 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM" msgstr "" -#. type: "Crs128_title" +#. type: "Csr128_title" #: Resources/templates/Localizable.strings:319 #, no-wrap -msgid "CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "CSR_ALLOW_DEVICE_CONFIGURATION" msgstr "" -#. type: "Crs128_description" +#. type: "Csr128_description" #: Resources/templates/Localizable.strings:320 #, no-wrap -msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION" msgstr "" #. type: "HDAULayoutIDx01_title" -#: Resources/templates/Localizable.strings:324 -#: Resources/templates/Localizable.strings:430 +#: Resources/templates/Localizable.strings:324 Resources/templates/Localizable.strings:430 #, no-wrap msgid "LayoutID=1" msgstr "" @@ -1354,8 +1334,7 @@ msgstr "" #. type: "HDAULayoutIDx02_title" -#: Resources/templates/Localizable.strings:328 -#: Resources/templates/Localizable.strings:434 +#: Resources/templates/Localizable.strings:328 Resources/templates/Localizable.strings:434 #, no-wrap msgid "LayoutID=2" msgstr "" @@ -1369,8 +1348,7 @@ msgstr "" #. type: "HDAULayoutIDx03_title" -#: Resources/templates/Localizable.strings:332 -#: Resources/templates/Localizable.strings:438 +#: Resources/templates/Localizable.strings:332 Resources/templates/Localizable.strings:438 #, no-wrap msgid "LayoutID=3" msgstr "" @@ -1384,8 +1362,7 @@ msgstr "" #. type: "HDAULayoutIDx05_title" -#: Resources/templates/Localizable.strings:336 -#: Resources/templates/Localizable.strings:442 +#: Resources/templates/Localizable.strings:336 Resources/templates/Localizable.strings:442 #, no-wrap msgid "LayoutID=5" msgstr "" @@ -1399,8 +1376,7 @@ msgstr "" #. type: "HDAULayoutIDx07_title" -#: Resources/templates/Localizable.strings:340 -#: Resources/templates/Localizable.strings:446 +#: Resources/templates/Localizable.strings:340 Resources/templates/Localizable.strings:446 #, no-wrap msgid "LayoutID=7" msgstr "" @@ -1414,8 +1390,7 @@ msgstr "" #. type: "HDAULayoutIDx12_title" -#: Resources/templates/Localizable.strings:344 -#: Resources/templates/Localizable.strings:450 +#: Resources/templates/Localizable.strings:344 Resources/templates/Localizable.strings:450 #, no-wrap msgid "LayoutID=12" msgstr "" @@ -1429,8 +1404,7 @@ msgstr "" #. type: "HDAULayoutIDx32_title" -#: Resources/templates/Localizable.strings:348 -#: Resources/templates/Localizable.strings:454 +#: Resources/templates/Localizable.strings:348 Resources/templates/Localizable.strings:454 #, no-wrap msgid "LayoutID=32" msgstr "" @@ -1444,8 +1418,7 @@ msgstr "" #. type: "HDAULayoutIDx40_title" -#: Resources/templates/Localizable.strings:352 -#: Resources/templates/Localizable.strings:458 +#: Resources/templates/Localizable.strings:352 Resources/templates/Localizable.strings:458 #, no-wrap msgid "LayoutID=40" msgstr "" @@ -1459,8 +1432,7 @@ msgstr "" #. type: "HDAULayoutIDx65_title" -#: Resources/templates/Localizable.strings:356 -#: Resources/templates/Localizable.strings:462 +#: Resources/templates/Localizable.strings:356 Resources/templates/Localizable.strings:462 #, no-wrap msgid "LayoutID=65" msgstr "" @@ -1474,8 +1446,7 @@ msgstr "" #. type: "HDAULayoutIDx99_title" -#: Resources/templates/Localizable.strings:360 -#: Resources/templates/Localizable.strings:466 +#: Resources/templates/Localizable.strings:360 Resources/templates/Localizable.strings:466 #, no-wrap msgid "LayoutID=99" msgstr "" @@ -1489,8 +1460,7 @@ msgstr "" #. type: "HDAULayoutIDx269_title" -#: Resources/templates/Localizable.strings:364 -#: Resources/templates/Localizable.strings:470 +#: Resources/templates/Localizable.strings:364 Resources/templates/Localizable.strings:470 #, no-wrap msgid "LayoutID=269" msgstr "" @@ -1504,8 +1474,7 @@ msgstr "" #. type: "HDAULayoutIDx387_title" -#: Resources/templates/Localizable.strings:368 -#: Resources/templates/Localizable.strings:474 +#: Resources/templates/Localizable.strings:368 Resources/templates/Localizable.strings:474 #, no-wrap msgid "LayoutID=387" msgstr "" @@ -1519,8 +1488,7 @@ msgstr "" #. type: "HDAULayoutIDx388_title" -#: Resources/templates/Localizable.strings:372 -#: Resources/templates/Localizable.strings:478 +#: Resources/templates/Localizable.strings:372 Resources/templates/Localizable.strings:478 #, no-wrap msgid "LayoutID=388" msgstr "" @@ -1534,8 +1502,7 @@ msgstr "" #. type: "HDAULayoutIDx389_title" -#: Resources/templates/Localizable.strings:376 -#: Resources/templates/Localizable.strings:482 +#: Resources/templates/Localizable.strings:376 Resources/templates/Localizable.strings:482 #, no-wrap msgid "LayoutID=389" msgstr "" @@ -1549,8 +1516,7 @@ msgstr "" #. type: "HDAULayoutIDx392_title" -#: Resources/templates/Localizable.strings:380 -#: Resources/templates/Localizable.strings:486 +#: Resources/templates/Localizable.strings:380 Resources/templates/Localizable.strings:486 #, no-wrap msgid "LayoutID=392" msgstr "" @@ -1564,8 +1530,7 @@ msgstr "" #. type: "HDAULayoutIDx398_title" -#: Resources/templates/Localizable.strings:384 -#: Resources/templates/Localizable.strings:490 +#: Resources/templates/Localizable.strings:384 Resources/templates/Localizable.strings:490 #, no-wrap msgid "LayoutID=398" msgstr "" @@ -1579,8 +1544,7 @@ msgstr "" #. type: "HDAULayoutIDx662_title" -#: Resources/templates/Localizable.strings:388 -#: Resources/templates/Localizable.strings:494 +#: Resources/templates/Localizable.strings:388 Resources/templates/Localizable.strings:494 #, no-wrap msgid "LayoutID=662" msgstr "" @@ -1594,8 +1558,7 @@ msgstr "" #. type: "HDAULayoutIDx663_title" -#: Resources/templates/Localizable.strings:392 -#: Resources/templates/Localizable.strings:498 +#: Resources/templates/Localizable.strings:392 Resources/templates/Localizable.strings:498 #, no-wrap msgid "LayoutID=663" msgstr "" @@ -1609,8 +1572,7 @@ msgstr "" #. type: "HDAULayoutIDx664_title" -#: Resources/templates/Localizable.strings:396 -#: Resources/templates/Localizable.strings:502 +#: Resources/templates/Localizable.strings:396 Resources/templates/Localizable.strings:502 #, no-wrap msgid "LayoutID=664" msgstr "" @@ -1624,8 +1586,7 @@ msgstr "" #. type: "HDAULayoutIDx885_title" -#: Resources/templates/Localizable.strings:400 -#: Resources/templates/Localizable.strings:506 +#: Resources/templates/Localizable.strings:400 Resources/templates/Localizable.strings:506 #, no-wrap msgid "LayoutID=885" msgstr "" @@ -1639,8 +1600,7 @@ msgstr "" #. type: "HDAULayoutIDx887_title" -#: Resources/templates/Localizable.strings:404 -#: Resources/templates/Localizable.strings:510 +#: Resources/templates/Localizable.strings:404 Resources/templates/Localizable.strings:510 #, no-wrap msgid "LayoutID=887" msgstr "" @@ -1654,8 +1614,7 @@ msgstr "" #. type: "HDAULayoutIDx888_title" -#: Resources/templates/Localizable.strings:408 -#: Resources/templates/Localizable.strings:514 +#: Resources/templates/Localizable.strings:408 Resources/templates/Localizable.strings:514 #, no-wrap msgid "LayoutID=888" msgstr "" @@ -1669,8 +1628,7 @@ msgstr "" #. type: "HDAULayoutIDx889_title" -#: Resources/templates/Localizable.strings:412 -#: Resources/templates/Localizable.strings:518 +#: Resources/templates/Localizable.strings:412 Resources/templates/Localizable.strings:518 #, no-wrap msgid "LayoutID=889" msgstr "" @@ -1684,8 +1642,7 @@ msgstr "" #. type: "HDAULayoutIDx892_title" -#: Resources/templates/Localizable.strings:416 -#: Resources/templates/Localizable.strings:522 +#: Resources/templates/Localizable.strings:416 Resources/templates/Localizable.strings:522 #, no-wrap msgid "LayoutID=892" msgstr "" @@ -1699,8 +1656,7 @@ msgstr "" #. type: "HDAULayoutIDx898_title" -#: Resources/templates/Localizable.strings:420 -#: Resources/templates/Localizable.strings:526 +#: Resources/templates/Localizable.strings:420 Resources/templates/Localizable.strings:526 #, no-wrap msgid "LayoutID=898" msgstr "" @@ -1714,8 +1670,7 @@ msgstr "" #. type: "HDAULayoutIDxBD7_title" -#: Resources/templates/Localizable.strings:424 -#: Resources/templates/Localizable.strings:530 +#: Resources/templates/Localizable.strings:424 Resources/templates/Localizable.strings:530 #, no-wrap msgid "LayoutID=1981" msgstr "" @@ -3181,13 +3136,13 @@ msgid "Settings to control how Chameleon works." msgstr "" -#. type: "CrsActiveConfig_title" +#. type: "CsrActiveConfig_title" #: Resources/templates/Localizable.strings:883 #, no-wrap -msgid "CrsActiveConfig" +msgid "CsrActiveConfig" msgstr "" -#. type: "CrsActiveConfig_description" +#. type: "CsrActiveConfig_description" #: Resources/templates/Localizable.strings:884 #, no-wrap msgid "System Integrity Protection (SIP)." @@ -3346,154 +3301,219 @@ #. type: "Patches_title" #: Resources/templates/Localizable.strings:945 #, no-wrap -msgid "Patches" -msgstr "" +msgid "Embedded Patcher" +msgstr "‫Embedded Patcher" #. type: "Patches_description" #: Resources/templates/Localizable.strings:946 #, no-wrap -msgid "A selection of options to patch the kernel." +msgid "A selection of options to patch the Kernel and Kexts." msgstr "" #. type: "kernelPatcher_title" -#: Resources/templates/Localizable.strings:948 -#, fuzzy, no-wrap -#| msgid "UseKernelCache=Yes" -msgid "kernel Patcher" -msgstr "UseKernelCache=Yes" +#: Resources/templates/Localizable.strings:949 +#, no-wrap +msgid "Embedded Kernel Patch" +msgstr "‫Embedded Kernel Patch" #. type: "kernelPatcher_description" -#: Resources/templates/Localizable.strings:949 +#: Resources/templates/Localizable.strings:950 #, no-wrap msgid "Select one patch for your kernel." msgstr "" #. type: "KernelBooter_kexts_title" -#: Resources/templates/Localizable.strings:952 +#: Resources/templates/Localizable.strings:953 #, no-wrap msgid "KernelBooter_kexts" msgstr "" #. type: "KernelBooter_kexts_description" -#: Resources/templates/Localizable.strings:953 +#: Resources/templates/Localizable.strings:954 #, no-wrap msgid "Re-enable /Extra/Extensions kexts on newer OSes." msgstr "" #. type: "KernelPm_title" -#: Resources/templates/Localizable.strings:956 -#, fuzzy, no-wrap -#| msgid "UseKernelCache=Yes" +#: Resources/templates/Localizable.strings:957 +#, no-wrap msgid "KernelPm" -msgstr "UseKernelCache=Yes" +msgstr "‫KernelPm" #. type: "KernelPm_description" -#: Resources/templates/Localizable.strings:957 +#: Resources/templates/Localizable.strings:958 #, no-wrap msgid "Kernel Power Management patch." msgstr "" #. type: "KernelLapicError_title" -#: Resources/templates/Localizable.strings:960 -#, fuzzy, no-wrap -#| msgid "UseKernelCache=Yes" +#: Resources/templates/Localizable.strings:961 +#, no-wrap msgid "KernelLapicError" -msgstr "UseKernelCache=Yes" +msgstr "‫KernelLapicError" #. type: "KernelLapicError_description" -#: Resources/templates/Localizable.strings:961 +#: Resources/templates/Localizable.strings:962 #, no-wrap msgid "Remove the Local Apic Error panic." msgstr "" #. type: "KernelLapicVersion_title" -#: Resources/templates/Localizable.strings:964 -#, fuzzy, no-wrap -#| msgid "UseKernelCache=Yes" +#: Resources/templates/Localizable.strings:965 +#, no-wrap msgid "KernelLapicVersion" -msgstr "UseKernelCache=Yes" +msgstr "‫KernelLapicVersion" #. type: "KernelLapicVersion_description" -#: Resources/templates/Localizable.strings:965 +#: Resources/templates/Localizable.strings:966 #, no-wrap msgid "Remove the Local Apic Version panic." msgstr "" #. type: "KernelHaswell_title" -#: Resources/templates/Localizable.strings:968 +#: Resources/templates/Localizable.strings:969 #, no-wrap msgid "KernelHaswell" msgstr "" #. type: "KernelHaswell_description" -#: Resources/templates/Localizable.strings:969 +#: Resources/templates/Localizable.strings:970 #, no-wrap msgid "Patch for Haswell \\\"E\\\" and \\\"ULT\\\" support on older OSes." msgstr "" #. type: "KernelcpuFamily_title" -#: Resources/templates/Localizable.strings:972 +#: Resources/templates/Localizable.strings:973 #, no-wrap msgid "KernelcpuFamily" msgstr "" #. type: "KernelcpuFamily_description" -#: Resources/templates/Localizable.strings:973 +#: Resources/templates/Localizable.strings:974 #, no-wrap msgid "Patch the cpuid_family address to remove the _cpuid_set_info _panic and _tsc_init _panic. For unsupported CPUs" msgstr "" #. type: "KernelSSE3_title" -#: Resources/templates/Localizable.strings:976 +#: Resources/templates/Localizable.strings:977 #, no-wrap msgid "KernelSSE3" msgstr "" #. type: "KernelSSE3_description" -#: Resources/templates/Localizable.strings:977 +#: Resources/templates/Localizable.strings:978 #, no-wrap msgid "Patch to enable more SSE3 instructions on older CPUs to run newer OSes." msgstr "" +#. type: "kextsPatcher_title" +#: Resources/templates/Localizable.strings:987 +#, no-wrap +msgid "Embedded Kexts Patch" +msgstr "‫Embedded Kexts Patch" + +#. type: "kextsPatcher_description" +#: Resources/templates/Localizable.strings:988 +#, no-wrap +msgid "A selection of options to patch kexts." +msgstr "" + +#. type: "AppleRTCPatch_title" +#: Resources/templates/Localizable.strings:991 +#, no-wrap +msgid "AppleRTC Patch" +msgstr "" + +#. type: "AppleRTCPatch_description" +#: Resources/templates/Localizable.strings:992 +#, no-wrap +msgid "Patch AppleRTC." +msgstr "" + +#. type: "OrangeIconFixSata_title" +#: Resources/templates/Localizable.strings:995 +#, no-wrap +msgid "OrangeIcon Fix" +msgstr "" + +#. type: "OrangeIconFixSata_description" +#: Resources/templates/Localizable.strings:996 +#, no-wrap +msgid "Fix OrangeIcon." +msgstr "" + +#. type: "TrimEnablerSata_title" +#: Resources/templates/Localizable.strings:999 +#, no-wrap +msgid "TrimEnabler Sata" +msgstr "" + +#. type: "TrimEnablerSata_description" +#: Resources/templates/Localizable.strings:1000 +#, no-wrap +msgid "Sata TrimEnabler." +msgstr "" + +#. type: "AICPMPatch_title" +#: Resources/templates/Localizable.strings:1003 +#, no-wrap +msgid "AICPM Patch" +msgstr "" + +#. type: "AICPMPatch_description" +#: Resources/templates/Localizable.strings:1004 +#, no-wrap +msgid "Patch AICPM." +msgstr "" + #. type: "Themes_title" -#: Resources/templates/Localizable.strings:982 +#: Resources/templates/Localizable.strings:1010 #, no-wrap msgid "Themes" msgstr "" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:983 +#: Resources/templates/Localizable.strings:1011 #, no-wrap msgid "" "A collection of sample themes\n" "More themes can be found at http://forum.voodooprojects.org/index.php/board,7.0.html" msgstr "" +#, fuzzy +#~| msgid "UseKernelCache=Yes" +#~ msgid "Patches" +#~ msgstr "UseKernelCache=Yes" + +#, fuzzy +#~| msgid "UseKernelCache=Yes" +#~ msgid "kernel Patcher" +#~ msgstr "UseKernelCache=Yes" + +#, fuzzy +#~| msgid "UseKernelCache=Yes" +#~ msgid "Kexts Patcher" +#~ msgstr "UseKernelCache=Yes" + +#, fuzzy +#~| msgid "UseKernelCache=Yes" +#~ msgid "Kernel Patches" +#~ msgstr "UseKernelCache=Yes" + #~ msgid "Install Type" #~ msgstr "نوع التثبيت" -#~ msgid "" -#~ "Choose to perform a new installation or upgrade an existing installation." +#~ msgid "Choose to perform a new installation or upgrade an existing installation." #~ msgstr "اختار ما بين تثبيت جديد او تحديث القديم" #~ msgid "New Installation" #~ msgstr "تثبيت جديد" -#~ msgid "" -#~ "Backup an existing /Extra folder, if found on the target partition. A new " -#~ "one will be created if any options are chosen from the installer, other " -#~ "than the Bootloader." -#~ msgstr "" -#~ " خد نسخة احتياطية من مجلد الاكسترا ان وجد فى البارتشن المختار فسوف يتم " -#~ "انشاء واحد جديد لو قمت باختيار اى من الخيارات فى البرنامج غير البوت لودر" +#~ msgid "Backup an existing /Extra folder, if found on the target partition. A new one will be created if any options are chosen from the installer, other than the Bootloader." +#~ msgstr " خد نسخة احتياطية من مجلد الاكسترا ان وجد فى البارتشن المختار فسوف يتم انشاء واحد جديد لو قمت باختيار اى من الخيارات فى البرنامج غير البوت لودر" #~ msgid "Upgrade" #~ msgstr "تحديث" -#~ msgid "" -#~ "Merge an existing /Extra folder, if found on the target, with any options " -#~ "chosen from the installer, other than the Bootloader. The original /Extra " -#~ "folder will be backed up." -#~ msgstr "" -#~ "سوف يتم دمج اى خيار انت تختاره الى الخيارات المضافة بالفعل فى فولدر " -#~ "الاكسترا فى البارتشن المختار التثبيت عليه" +#~ msgid "Merge an existing /Extra folder, if found on the target, with any options chosen from the installer, other than the Bootloader. The original /Extra folder will be backed up." +#~ msgstr "سوف يتم دمج اى خيار انت تختاره الى الخيارات المضافة بالفعل فى فولدر الاكسترا فى البارتشن المختار التثبيت عليه" Index: branches/ErmaC/Enoch/package/po/en.po =================================================================== --- branches/ErmaC/Enoch/package/po/en.po (revision 2880) +++ branches/ErmaC/Enoch/package/po/en.po (revision 2881) @@ -7,8 +7,8 @@ msgstr "" "Project-Id-Version: Chameleon 2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-02 13:34+0000\n" -"PO-Revision-Date: 2015-11-02 15:30+0000\n" +"POT-Creation-Date: 2017-03-26 11:51+0100\n" +"PO-Revision-Date: 2017-05-12 12:20+0100\n" "Last-Translator: ErmaC \n" "Language-Team: en \n" "Language: en\n" @@ -1253,101 +1253,101 @@ msgid "Set Graphics Mode to 1920x1200x32" msgstr "Set Graphics Mode to 1920x1200x32" -#. type: "Crs1_title" +#. type: "Csr1_title" #: Resources/templates/Localizable.strings:298 #, no-wrap -msgid "CRS_ALLOW_UNTRUSTED_KEXTS" -msgstr "CRS_ALLOW_UNTRUSTED_KEXTS" +msgid "CSR_ALLOW_UNTRUSTED_KEXTS" +msgstr "CSR_ALLOW_UNTRUSTED_KEXTS" -#. type: "Crs1_description" +#. type: "Csr1_description" #: Resources/templates/Localizable.strings:299 #, no-wrap msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)." msgstr "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)." -#. type: "Crs2_title" +#. type: "Csr2_title" #: Resources/templates/Localizable.strings:301 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_FS" -msgstr "CRS_ALLOW_UNRESTRICTED_FS" +msgid "CSR_ALLOW_UNRESTRICTED_FS" +msgstr "CSR_ALLOW_UNRESTRICTED_FS" -#. type: "Crs2_description" +#. type: "Csr2_description" #: Resources/templates/Localizable.strings:302 #, no-wrap msgid "Filesystem protection: Important system files are protected and cannot be modified." msgstr "Filesystem protection: Important system files are protected and cannot be modified." -#. type: "Crs4_title" +#. type: "Csr4_title" #: Resources/templates/Localizable.strings:304 #, no-wrap -msgid "CRS_ALLOW_TASK_FOR_PID" -msgstr "CRS_ALLOW_TASK_FOR_PID" +msgid "CSR_ALLOW_TASK_FOR_PID" +msgstr "CSR_ALLOW_TASK_FOR_PID" -#. type: "Crs4_description" +#. type: "Csr4_description" #: Resources/templates/Localizable.strings:305 #, no-wrap -msgid "Disable CRS_ALLOW_TASK_FOR_PID" -msgstr "Disable CRS_ALLOW_TASK_FOR_PID" +msgid "Disable CSR_ALLOW_TASK_FOR_PID" +msgstr "Disable CSR_ALLOW_TASK_FOR_PID" -#. type: "Crs8_title" +#. type: "Csr8_title" #: Resources/templates/Localizable.strings:307 #, no-wrap -msgid "CRS_ALLOW_KERNEL_DEBUGGER" -msgstr "CRS_ALLOW_KERNEL_DEBUGGER" +msgid "CSR_ALLOW_KERNEL_DEBUGGER" +msgstr "CSR_ALLOW_KERNEL_DEBUGGER" -#. type: "Crs8_description" +#. type: "Csr8_description" #: Resources/templates/Localizable.strings:308 #, no-wrap -msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER" -msgstr "Disable CRS_ALLOW_KERNEL_DEBUGGER" +msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER" +msgstr "Disable CSR_ALLOW_KERNEL_DEBUGGER" -#. type: "Crs16_title" +#. type: "Csr16_title" #: Resources/templates/Localizable.strings:310 #, no-wrap -msgid "CRS_ALLOW_APPLE_INTERNAL" -msgstr "CRS_ALLOW_APPLE_INTERNAL" +msgid "CSR_ALLOW_APPLE_INTERNAL" +msgstr "CSR_ALLOW_APPLE_INTERNAL" -#. type: "Crs16_description" +#. type: "Csr16_description" #: Resources/templates/Localizable.strings:311 #, no-wrap -msgid "Disable CRS_ALLOW_APPLE_INTERNAL" -msgstr "Disable CRS_ALLOW_APPLE_INTERNAL" +msgid "Disable CSR_ALLOW_APPLE_INTERNAL" +msgstr "Disable CSR_ALLOW_APPLE_INTERNAL" -#. type: "Crs32_title" +#. type: "Csr32_title" #: Resources/templates/Localizable.strings:313 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_DTRACE" -msgstr "CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "CSR_ALLOW_UNRESTRICTED_DTRACE" +msgstr "CSR_ALLOW_UNRESTRICTED_DTRACE" -#. type: "Crs32_description" +#. type: "Csr32_description" #: Resources/templates/Localizable.strings:314 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE" -msgstr "Disable CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE" +msgstr "Disable CSR_ALLOW_UNRESTRICTED_DTRACE" -#. type: "Crs64_title" +#. type: "Csr64_title" #: Resources/templates/Localizable.strings:316 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_NVRAM" -msgstr "CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "CSR_ALLOW_UNRESTRICTED_NVRAM" +msgstr "CSR_ALLOW_UNRESTRICTED_NVRAM" -#. type: "Crs64_description" +#. type: "Csr64_description" #: Resources/templates/Localizable.strings:317 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM" -msgstr "Disable CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM" +msgstr "Disable CSR_ALLOW_UNRESTRICTED_NVRAM" -#. type: "Crs128_title" +#. type: "Csr128_title" #: Resources/templates/Localizable.strings:319 #, no-wrap -msgid "CRS_ALLOW_DEVICE_CONFIGURATION" -msgstr "CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "CSR_ALLOW_DEVICE_CONFIGURATION" +msgstr "CSR_ALLOW_DEVICE_CONFIGURATION" -#. type: "Crs128_description" +#. type: "Csr128_description" #: Resources/templates/Localizable.strings:320 #, no-wrap -msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION" -msgstr "Disable CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION" +msgstr "Disable CSR_ALLOW_DEVICE_CONFIGURATION" #. type: "HDAULayoutIDx01_title" #: Resources/templates/Localizable.strings:324 Resources/templates/Localizable.strings:430 @@ -3279,13 +3279,13 @@ msgid "Settings to control how Chameleon works." msgstr "Settings to control how Chameleon works." -#. type: "CrsActiveConfig_title" +#. type: "CsrActiveConfig_title" #: Resources/templates/Localizable.strings:883 #, no-wrap -msgid "CrsActiveConfig" -msgstr "CrsActiveConfig" +msgid "CsrActiveConfig" +msgstr "CsrActiveConfig" -#. type: "CrsActiveConfig_description" +#. type: "CsrActiveConfig_description" #: Resources/templates/Localizable.strings:884 #, no-wrap msgid "System Integrity Protection (SIP)." Index: branches/ErmaC/Enoch/package/po/bs.po =================================================================== --- branches/ErmaC/Enoch/package/po/bs.po (revision 2880) +++ branches/ErmaC/Enoch/package/po/bs.po (revision 2881) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Chameleon 2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-02 13:34+0000\n" +"POT-Creation-Date: 2017-03-26 11:51+0100\n" "PO-Revision-Date: 2015-02-13 18:17-0000\n" "Last-Translator: ErmaC\n" "Language-Team: bs \n" @@ -1250,100 +1250,100 @@ msgid "Set Graphics Mode to 1920x1200x32" msgstr "Postavite Grafički Mod na 1920x1200x32" -#. type: "Crs1_title" +#. type: "Csr1_title" #: Resources/templates/Localizable.strings:298 #, no-wrap -msgid "CRS_ALLOW_UNTRUSTED_KEXTS" +msgid "CSR_ALLOW_UNTRUSTED_KEXTS" msgstr "" -#. type: "Crs1_description" +#. type: "Csr1_description" #: Resources/templates/Localizable.strings:299 #, no-wrap msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)." msgstr "" -#. type: "Crs2_title" +#. type: "Csr2_title" #: Resources/templates/Localizable.strings:301 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_FS" +msgid "CSR_ALLOW_UNRESTRICTED_FS" msgstr "" -#. type: "Crs2_description" +#. type: "Csr2_description" #: Resources/templates/Localizable.strings:302 #, no-wrap msgid "Filesystem protection: Important system files are protected and cannot be modified." msgstr "" -#. type: "Crs4_title" +#. type: "Csr4_title" #: Resources/templates/Localizable.strings:304 #, no-wrap -msgid "CRS_ALLOW_TASK_FOR_PID" +msgid "CSR_ALLOW_TASK_FOR_PID" msgstr "" -#. type: "Crs4_description" +#. type: "Csr4_description" #: Resources/templates/Localizable.strings:305 #, no-wrap -msgid "Disable CRS_ALLOW_TASK_FOR_PID" +msgid "Disable CSR_ALLOW_TASK_FOR_PID" msgstr "" -#. type: "Crs8_title" +#. type: "Csr8_title" #: Resources/templates/Localizable.strings:307 #, no-wrap -msgid "CRS_ALLOW_KERNEL_DEBUGGER" +msgid "CSR_ALLOW_KERNEL_DEBUGGER" msgstr "" -#. type: "Crs8_description" +#. type: "Csr8_description" #: Resources/templates/Localizable.strings:308 #, no-wrap -msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER" +msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER" msgstr "" -#. type: "Crs16_title" +#. type: "Csr16_title" #: Resources/templates/Localizable.strings:310 #, no-wrap -msgid "CRS_ALLOW_APPLE_INTERNAL" +msgid "CSR_ALLOW_APPLE_INTERNAL" msgstr "" -#. type: "Crs16_description" +#. type: "Csr16_description" #: Resources/templates/Localizable.strings:311 #, no-wrap -msgid "Disable CRS_ALLOW_APPLE_INTERNAL" +msgid "Disable CSR_ALLOW_APPLE_INTERNAL" msgstr "" -#. type: "Crs32_title" +#. type: "Csr32_title" #: Resources/templates/Localizable.strings:313 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "CSR_ALLOW_UNRESTRICTED_DTRACE" msgstr "" -#. type: "Crs32_description" +#. type: "Csr32_description" #: Resources/templates/Localizable.strings:314 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE" msgstr "" -#. type: "Crs64_title" +#. type: "Csr64_title" #: Resources/templates/Localizable.strings:316 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "CSR_ALLOW_UNRESTRICTED_NVRAM" msgstr "" -#. type: "Crs64_description" +#. type: "Csr64_description" #: Resources/templates/Localizable.strings:317 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM" msgstr "" -#. type: "Crs128_title" +#. type: "Csr128_title" #: Resources/templates/Localizable.strings:319 #, no-wrap -msgid "CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "CSR_ALLOW_DEVICE_CONFIGURATION" msgstr "" -#. type: "Crs128_description" +#. type: "Csr128_description" #: Resources/templates/Localizable.strings:320 #, no-wrap -msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION" msgstr "" #. type: "HDAULayoutIDx01_title" @@ -3191,13 +3191,13 @@ msgid "Settings to control how Chameleon works." msgstr "Opcije za kontrolu rada Chameleona." -#. type: "CrsActiveConfig_title" +#. type: "CsrActiveConfig_title" #: Resources/templates/Localizable.strings:883 #, no-wrap -msgid "CrsActiveConfig" +msgid "CsrActiveConfig" msgstr "" -#. type: "CrsActiveConfig_description" +#. type: "CsrActiveConfig_description" #: Resources/templates/Localizable.strings:884 #, no-wrap msgid "System Integrity Protection (SIP)." @@ -3356,127 +3356,190 @@ #. type: "Patches_title" #: Resources/templates/Localizable.strings:945 -#, no-wrap -msgid "Patches" -msgstr "" +#, fuzzy, no-wrap +#| msgid "Kernel Patcher" +msgid "Embedded Patcher" +msgstr "Kernel Patcher" #. type: "Patches_description" #: Resources/templates/Localizable.strings:946 #, fuzzy, no-wrap #| msgid "A selection of options that deal with video." -msgid "A selection of options to patch the kernel." +msgid "A selection of options to patch the Kernel and Kexts." msgstr "Odabir opcija koje se bave s videom." #. type: "kernelPatcher_title" -#: Resources/templates/Localizable.strings:948 +#: Resources/templates/Localizable.strings:949 #, fuzzy, no-wrap #| msgid "Kernel Patcher" -msgid "kernel Patcher" +msgid "Embedded Kernel Patch" msgstr "Kernel Patcher" #. type: "kernelPatcher_description" -#: Resources/templates/Localizable.strings:949 +#: Resources/templates/Localizable.strings:950 #, no-wrap msgid "Select one patch for your kernel." msgstr "" #. type: "KernelBooter_kexts_title" -#: Resources/templates/Localizable.strings:952 +#: Resources/templates/Localizable.strings:953 #, no-wrap msgid "KernelBooter_kexts" msgstr "" #. type: "KernelBooter_kexts_description" -#: Resources/templates/Localizable.strings:953 +#: Resources/templates/Localizable.strings:954 #, no-wrap msgid "Re-enable /Extra/Extensions kexts on newer OSes." msgstr "" #. type: "KernelPm_title" -#: Resources/templates/Localizable.strings:956 +#: Resources/templates/Localizable.strings:957 #, fuzzy, no-wrap #| msgid "Kernel Patcher" msgid "KernelPm" msgstr "Kernel Patcher" #. type: "KernelPm_description" -#: Resources/templates/Localizable.strings:957 +#: Resources/templates/Localizable.strings:958 #, fuzzy, no-wrap #| msgid "Power Management" msgid "Kernel Power Management patch." msgstr "Power Management" #. type: "KernelLapicError_title" -#: Resources/templates/Localizable.strings:960 +#: Resources/templates/Localizable.strings:961 #, fuzzy, no-wrap #| msgid "Kernel Patcher" msgid "KernelLapicError" msgstr "Kernel Patcher" #. type: "KernelLapicError_description" -#: Resources/templates/Localizable.strings:961 +#: Resources/templates/Localizable.strings:962 #, no-wrap msgid "Remove the Local Apic Error panic." msgstr "" #. type: "KernelLapicVersion_title" -#: Resources/templates/Localizable.strings:964 +#: Resources/templates/Localizable.strings:965 #, fuzzy, no-wrap #| msgid "Kernel Patcher" msgid "KernelLapicVersion" msgstr "Kernel Patcher" #. type: "KernelLapicVersion_description" -#: Resources/templates/Localizable.strings:965 +#: Resources/templates/Localizable.strings:966 #, no-wrap msgid "Remove the Local Apic Version panic." msgstr "" #. type: "KernelHaswell_title" -#: Resources/templates/Localizable.strings:968 +#: Resources/templates/Localizable.strings:969 #, fuzzy, no-wrap #| msgid "Kernel Flags" msgid "KernelHaswell" msgstr "Kernel Flags" #. type: "KernelHaswell_description" -#: Resources/templates/Localizable.strings:969 +#: Resources/templates/Localizable.strings:970 #, no-wrap msgid "Patch for Haswell \\\"E\\\" and \\\"ULT\\\" support on older OSes." msgstr "" #. type: "KernelcpuFamily_title" -#: Resources/templates/Localizable.strings:972 +#: Resources/templates/Localizable.strings:973 #, no-wrap msgid "KernelcpuFamily" msgstr "" #. type: "KernelcpuFamily_description" -#: Resources/templates/Localizable.strings:973 +#: Resources/templates/Localizable.strings:974 #, no-wrap msgid "Patch the cpuid_family address to remove the _cpuid_set_info _panic and _tsc_init _panic. For unsupported CPUs" msgstr "" #. type: "KernelSSE3_title" -#: Resources/templates/Localizable.strings:976 +#: Resources/templates/Localizable.strings:977 #, no-wrap msgid "KernelSSE3" msgstr "" #. type: "KernelSSE3_description" -#: Resources/templates/Localizable.strings:977 +#: Resources/templates/Localizable.strings:978 #, no-wrap msgid "Patch to enable more SSE3 instructions on older CPUs to run newer OSes." msgstr "" +#. type: "kextsPatcher_title" +#: Resources/templates/Localizable.strings:987 +#, fuzzy, no-wrap +#| msgid "Kernel Patcher" +msgid "Embedded Kexts Patch" +msgstr "Kernel Patcher" + +#. type: "kextsPatcher_description" +#: Resources/templates/Localizable.strings:988 +#, fuzzy, no-wrap +#| msgid "A selection of options that deal with video." +msgid "A selection of options to patch kexts." +msgstr "Odabir opcija koje se bave s videom." + +#. type: "AppleRTCPatch_title" +#: Resources/templates/Localizable.strings:991 +#, no-wrap +msgid "AppleRTC Patch" +msgstr "" + +#. type: "AppleRTCPatch_description" +#: Resources/templates/Localizable.strings:992 +#, no-wrap +msgid "Patch AppleRTC." +msgstr "" + +#. type: "OrangeIconFixSata_title" +#: Resources/templates/Localizable.strings:995 +#, no-wrap +msgid "OrangeIcon Fix" +msgstr "" + +#. type: "OrangeIconFixSata_description" +#: Resources/templates/Localizable.strings:996 +#, no-wrap +msgid "Fix OrangeIcon." +msgstr "" + +#. type: "TrimEnablerSata_title" +#: Resources/templates/Localizable.strings:999 +#, no-wrap +msgid "TrimEnabler Sata" +msgstr "" + +#. type: "TrimEnablerSata_description" +#: Resources/templates/Localizable.strings:1000 +#, no-wrap +msgid "Sata TrimEnabler." +msgstr "" + +#. type: "AICPMPatch_title" +#: Resources/templates/Localizable.strings:1003 +#, no-wrap +msgid "AICPM Patch" +msgstr "" + +#. type: "AICPMPatch_description" +#: Resources/templates/Localizable.strings:1004 +#, no-wrap +msgid "Patch AICPM." +msgstr "" + #. type: "Themes_title" -#: Resources/templates/Localizable.strings:982 +#: Resources/templates/Localizable.strings:1010 #, no-wrap msgid "Themes" msgstr "Themes" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:983 +#: Resources/templates/Localizable.strings:1011 #, no-wrap msgid "" "A collection of sample themes\n" @@ -3485,6 +3548,26 @@ "Skup predloženih tema\n" "Više tema možete pronaći na http://forum.voodooprojects.org/index.php/board,7.0.html" +#, fuzzy +#~| msgid "Kernel Patcher" +#~ msgid "Patches" +#~ msgstr "Kernel Patcher" + +#, fuzzy +#~| msgid "Kernel Patcher" +#~ msgid "kernel Patcher" +#~ msgstr "Kernel Patcher" + +#, fuzzy +#~| msgid "Kernel Patcher" +#~ msgid "Kexts Patcher" +#~ msgstr "Kernel Patcher" + +#, fuzzy +#~| msgid "Kernel Patcher" +#~ msgid "Kernel Patches" +#~ msgstr "Kernel Patcher" + #~ msgid "Install Type" #~ msgstr "Tip instalacije" Index: branches/ErmaC/Enoch/package/po/cs.po =================================================================== --- branches/ErmaC/Enoch/package/po/cs.po (revision 2880) +++ branches/ErmaC/Enoch/package/po/cs.po (revision 2881) @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Chameleon 2.4\n" -"POT-Creation-Date: 2015-11-02 15:03+0000\n" +"POT-Creation-Date: 2017-03-26 11:51+0100\n" "PO-Revision-Date: 2015-02-13 18:19-0000\n" "Last-Translator: ErmaC \n" "Language-Team: cs \n" @@ -1261,100 +1261,100 @@ msgid "Set Graphics Mode to 1920x1200x32" msgstr "Nastavit rozlišení na 1920x1200x32" -#. type: "Crs1_title" +#. type: "Csr1_title" #: Resources/templates/Localizable.strings:298 #, no-wrap -msgid "CRS_ALLOW_UNTRUSTED_KEXTS" +msgid "CSR_ALLOW_UNTRUSTED_KEXTS" msgstr "" -#. type: "Crs1_description" +#. type: "Csr1_description" #: Resources/templates/Localizable.strings:299 #, no-wrap msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)." msgstr "" -#. type: "Crs2_title" +#. type: "Csr2_title" #: Resources/templates/Localizable.strings:301 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_FS" +msgid "CSR_ALLOW_UNRESTRICTED_FS" msgstr "" -#. type: "Crs2_description" +#. type: "Csr2_description" #: Resources/templates/Localizable.strings:302 #, no-wrap msgid "Filesystem protection: Important system files are protected and cannot be modified." msgstr "" -#. type: "Crs4_title" +#. type: "Csr4_title" #: Resources/templates/Localizable.strings:304 #, no-wrap -msgid "CRS_ALLOW_TASK_FOR_PID" +msgid "CSR_ALLOW_TASK_FOR_PID" msgstr "" -#. type: "Crs4_description" +#. type: "Csr4_description" #: Resources/templates/Localizable.strings:305 #, no-wrap -msgid "Disable CRS_ALLOW_TASK_FOR_PID" +msgid "Disable CSR_ALLOW_TASK_FOR_PID" msgstr "" -#. type: "Crs8_title" +#. type: "Csr8_title" #: Resources/templates/Localizable.strings:307 #, no-wrap -msgid "CRS_ALLOW_KERNEL_DEBUGGER" +msgid "CSR_ALLOW_KERNEL_DEBUGGER" msgstr "" -#. type: "Crs8_description" +#. type: "Csr8_description" #: Resources/templates/Localizable.strings:308 #, no-wrap -msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER" +msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER" msgstr "" -#. type: "Crs16_title" +#. type: "Csr16_title" #: Resources/templates/Localizable.strings:310 #, no-wrap -msgid "CRS_ALLOW_APPLE_INTERNAL" +msgid "CSR_ALLOW_APPLE_INTERNAL" msgstr "" -#. type: "Crs16_description" +#. type: "Csr16_description" #: Resources/templates/Localizable.strings:311 #, no-wrap -msgid "Disable CRS_ALLOW_APPLE_INTERNAL" +msgid "Disable CSR_ALLOW_APPLE_INTERNAL" msgstr "" -#. type: "Crs32_title" +#. type: "Csr32_title" #: Resources/templates/Localizable.strings:313 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "CSR_ALLOW_UNRESTRICTED_DTRACE" msgstr "" -#. type: "Crs32_description" +#. type: "Csr32_description" #: Resources/templates/Localizable.strings:314 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE" msgstr "" -#. type: "Crs64_title" +#. type: "Csr64_title" #: Resources/templates/Localizable.strings:316 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "CSR_ALLOW_UNRESTRICTED_NVRAM" msgstr "" -#. type: "Crs64_description" +#. type: "Csr64_description" #: Resources/templates/Localizable.strings:317 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM" msgstr "" -#. type: "Crs128_title" +#. type: "Csr128_title" #: Resources/templates/Localizable.strings:319 #, no-wrap -msgid "CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "CSR_ALLOW_DEVICE_CONFIGURATION" msgstr "" -#. type: "Crs128_description" +#. type: "Csr128_description" #: Resources/templates/Localizable.strings:320 #, no-wrap -msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION" msgstr "" #. type: "HDAULayoutIDx01_title" @@ -3364,13 +3364,13 @@ msgid "Settings to control how Chameleon works." msgstr "Nastavení určuje, jak Chameleon funguje." -#. type: "CrsActiveConfig_title" +#. type: "CsrActiveConfig_title" #: Resources/templates/Localizable.strings:883 #, no-wrap -msgid "CrsActiveConfig" +msgid "CsrActiveConfig" msgstr "" -#. type: "CrsActiveConfig_description" +#. type: "CsrActiveConfig_description" #: Resources/templates/Localizable.strings:884 #, no-wrap msgid "System Integrity Protection (SIP)." @@ -3535,126 +3535,188 @@ #: Resources/templates/Localizable.strings:945 #, fuzzy, no-wrap #| msgid "Kext Patcher" -msgid "Patches" +msgid "Embedded Patcher" msgstr "Kext Patcher" #. type: "Patches_description" #: Resources/templates/Localizable.strings:946 #, fuzzy, no-wrap #| msgid "A selection of options that deal with video." -msgid "A selection of options to patch the kernel." +msgid "A selection of options to patch the Kernel and Kexts." msgstr "Výběr možností, které se zabývají s videem." #. type: "kernelPatcher_title" -#: Resources/templates/Localizable.strings:948 +#: Resources/templates/Localizable.strings:949 #, fuzzy, no-wrap #| msgid "Kernel Patcher" -msgid "kernel Patcher" +msgid "Embedded Kernel Patch" msgstr "Kernel Patcher" #. type: "kernelPatcher_description" -#: Resources/templates/Localizable.strings:949 +#: Resources/templates/Localizable.strings:950 #, no-wrap msgid "Select one patch for your kernel." msgstr "" #. type: "KernelBooter_kexts_title" -#: Resources/templates/Localizable.strings:952 +#: Resources/templates/Localizable.strings:953 #, no-wrap msgid "KernelBooter_kexts" msgstr "" #. type: "KernelBooter_kexts_description" -#: Resources/templates/Localizable.strings:953 +#: Resources/templates/Localizable.strings:954 #, no-wrap msgid "Re-enable /Extra/Extensions kexts on newer OSes." msgstr "" #. type: "KernelPm_title" -#: Resources/templates/Localizable.strings:956 +#: Resources/templates/Localizable.strings:957 #, fuzzy, no-wrap #| msgid "Kernel Patcher" msgid "KernelPm" msgstr "Kernel Patcher" #. type: "KernelPm_description" -#: Resources/templates/Localizable.strings:957 +#: Resources/templates/Localizable.strings:958 #, fuzzy, no-wrap #| msgid "Power Management" msgid "Kernel Power Management patch." msgstr "Power Management" #. type: "KernelLapicError_title" -#: Resources/templates/Localizable.strings:960 +#: Resources/templates/Localizable.strings:961 #, fuzzy, no-wrap #| msgid "Kernel Patcher" msgid "KernelLapicError" msgstr "Kernel Patcher" #. type: "KernelLapicError_description" -#: Resources/templates/Localizable.strings:961 +#: Resources/templates/Localizable.strings:962 #, no-wrap msgid "Remove the Local Apic Error panic." msgstr "" #. type: "KernelLapicVersion_title" -#: Resources/templates/Localizable.strings:964 +#: Resources/templates/Localizable.strings:965 #, fuzzy, no-wrap #| msgid "Kernel Patcher" msgid "KernelLapicVersion" msgstr "Kernel Patcher" #. type: "KernelLapicVersion_description" -#: Resources/templates/Localizable.strings:965 +#: Resources/templates/Localizable.strings:966 #, no-wrap msgid "Remove the Local Apic Version panic." msgstr "" #. type: "KernelHaswell_title" -#: Resources/templates/Localizable.strings:968 +#: Resources/templates/Localizable.strings:969 #, fuzzy, no-wrap #| msgid "Kernel Flags" msgid "KernelHaswell" msgstr "Kernel Flags" #. type: "KernelHaswell_description" -#: Resources/templates/Localizable.strings:969 +#: Resources/templates/Localizable.strings:970 #, no-wrap msgid "Patch for Haswell \\\"E\\\" and \\\"ULT\\\" support on older OSes." msgstr "" #. type: "KernelcpuFamily_title" -#: Resources/templates/Localizable.strings:972 +#: Resources/templates/Localizable.strings:973 #, no-wrap msgid "KernelcpuFamily" msgstr "" #. type: "KernelcpuFamily_description" -#: Resources/templates/Localizable.strings:973 +#: Resources/templates/Localizable.strings:974 #, no-wrap msgid "Patch the cpuid_family address to remove the _cpuid_set_info _panic and _tsc_init _panic. For unsupported CPUs" msgstr "" #. type: "KernelSSE3_title" -#: Resources/templates/Localizable.strings:976 +#: Resources/templates/Localizable.strings:977 #, no-wrap msgid "KernelSSE3" msgstr "" #. type: "KernelSSE3_description" -#: Resources/templates/Localizable.strings:977 +#: Resources/templates/Localizable.strings:978 #, no-wrap msgid "Patch to enable more SSE3 instructions on older CPUs to run newer OSes." msgstr "" +#. type: "kextsPatcher_title" +#: Resources/templates/Localizable.strings:987 +#, fuzzy, no-wrap +#| msgid "Kext Patcher" +msgid "Embedded Kexts Patch" +msgstr "Kext Patcher" + +#. type: "kextsPatcher_description" +#: Resources/templates/Localizable.strings:988 +#, fuzzy, no-wrap +#| msgid "A selection of options that deal with video." +msgid "A selection of options to patch kexts." +msgstr "Výběr možností, které se zabývají s videem." + +#. type: "AppleRTCPatch_title" +#: Resources/templates/Localizable.strings:991 +#, no-wrap +msgid "AppleRTC Patch" +msgstr "" + +#. type: "AppleRTCPatch_description" +#: Resources/templates/Localizable.strings:992 +#, no-wrap +msgid "Patch AppleRTC." +msgstr "" + +#. type: "OrangeIconFixSata_title" +#: Resources/templates/Localizable.strings:995 +#, no-wrap +msgid "OrangeIcon Fix" +msgstr "" + +#. type: "OrangeIconFixSata_description" +#: Resources/templates/Localizable.strings:996 +#, no-wrap +msgid "Fix OrangeIcon." +msgstr "" + +#. type: "TrimEnablerSata_title" +#: Resources/templates/Localizable.strings:999 +#, no-wrap +msgid "TrimEnabler Sata" +msgstr "" + +#. type: "TrimEnablerSata_description" +#: Resources/templates/Localizable.strings:1000 +#, no-wrap +msgid "Sata TrimEnabler." +msgstr "" + +#. type: "AICPMPatch_title" +#: Resources/templates/Localizable.strings:1003 +#, no-wrap +msgid "AICPM Patch" +msgstr "" + +#. type: "AICPMPatch_description" +#: Resources/templates/Localizable.strings:1004 +#, no-wrap +msgid "Patch AICPM." +msgstr "" + #. type: "Themes_title" -#: Resources/templates/Localizable.strings:982 +#: Resources/templates/Localizable.strings:1010 #, no-wrap msgid "Themes" msgstr "Témata" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:983 +#: Resources/templates/Localizable.strings:1011 #, no-wrap msgid "" "A collection of sample themes\n" @@ -3662,6 +3724,26 @@ msgstr "Sbírka vzorku témata \\ nDalší styly lze nalézt na http://forum.voodooprojects.org/index.php/board,7.0.html" #, fuzzy +#~| msgid "Kext Patcher" +#~ msgid "Patches" +#~ msgstr "Kext Patcher" + +#, fuzzy +#~| msgid "Kernel Patcher" +#~ msgid "kernel Patcher" +#~ msgstr "Kernel Patcher" + +#, fuzzy +#~| msgid "Kext Patcher" +#~ msgid "Kexts Patcher" +#~ msgstr "Kext Patcher" + +#, fuzzy +#~| msgid "Kernel Patcher" +#~ msgid "Kernel Patches" +#~ msgstr "Kernel Patcher" + +#, fuzzy #~| msgid "Intel Azul AAPL,ig-platform-id" #~ msgid "Intel Bdw (Broadwell) AAPL,ig-platform-id" #~ msgstr "Intel Azul AAPL,ig-platform-id" Index: branches/ErmaC/Enoch/package/po/mk.po =================================================================== --- branches/ErmaC/Enoch/package/po/mk.po (revision 2880) +++ branches/ErmaC/Enoch/package/po/mk.po (revision 2881) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Chameleon 2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-02 13:34+0000\n" +"POT-Creation-Date: 2017-03-26 11:51+0100\n" "PO-Revision-Date: 2015-02-13 18:32-0000\n" "Last-Translator: ErmaC\n" "Language-Team: mk \n" @@ -1248,100 +1248,100 @@ msgid "Set Graphics Mode to 1920x1200x32" msgstr "Го поставува графичкиот режим на 1920x1200x32" -#. type: "Crs1_title" +#. type: "Csr1_title" #: Resources/templates/Localizable.strings:298 #, no-wrap -msgid "CRS_ALLOW_UNTRUSTED_KEXTS" +msgid "CSR_ALLOW_UNTRUSTED_KEXTS" msgstr "" -#. type: "Crs1_description" +#. type: "Csr1_description" #: Resources/templates/Localizable.strings:299 #, no-wrap msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)." msgstr "" -#. type: "Crs2_title" +#. type: "Csr2_title" #: Resources/templates/Localizable.strings:301 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_FS" +msgid "CSR_ALLOW_UNRESTRICTED_FS" msgstr "" -#. type: "Crs2_description" +#. type: "Csr2_description" #: Resources/templates/Localizable.strings:302 #, no-wrap msgid "Filesystem protection: Important system files are protected and cannot be modified." msgstr "" -#. type: "Crs4_title" +#. type: "Csr4_title" #: Resources/templates/Localizable.strings:304 #, no-wrap -msgid "CRS_ALLOW_TASK_FOR_PID" +msgid "CSR_ALLOW_TASK_FOR_PID" msgstr "" -#. type: "Crs4_description" +#. type: "Csr4_description" #: Resources/templates/Localizable.strings:305 #, no-wrap -msgid "Disable CRS_ALLOW_TASK_FOR_PID" +msgid "Disable CSR_ALLOW_TASK_FOR_PID" msgstr "" -#. type: "Crs8_title" +#. type: "Csr8_title" #: Resources/templates/Localizable.strings:307 #, no-wrap -msgid "CRS_ALLOW_KERNEL_DEBUGGER" +msgid "CSR_ALLOW_KERNEL_DEBUGGER" msgstr "" -#. type: "Crs8_description" +#. type: "Csr8_description" #: Resources/templates/Localizable.strings:308 #, no-wrap -msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER" +msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER" msgstr "" -#. type: "Crs16_title" +#. type: "Csr16_title" #: Resources/templates/Localizable.strings:310 #, no-wrap -msgid "CRS_ALLOW_APPLE_INTERNAL" +msgid "CSR_ALLOW_APPLE_INTERNAL" msgstr "" -#. type: "Crs16_description" +#. type: "Csr16_description" #: Resources/templates/Localizable.strings:311 #, no-wrap -msgid "Disable CRS_ALLOW_APPLE_INTERNAL" +msgid "Disable CSR_ALLOW_APPLE_INTERNAL" msgstr "" -#. type: "Crs32_title" +#. type: "Csr32_title" #: Resources/templates/Localizable.strings:313 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "CSR_ALLOW_UNRESTRICTED_DTRACE" msgstr "" -#. type: "Crs32_description" +#. type: "Csr32_description" #: Resources/templates/Localizable.strings:314 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE" msgstr "" -#. type: "Crs64_title" +#. type: "Csr64_title" #: Resources/templates/Localizable.strings:316 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "CSR_ALLOW_UNRESTRICTED_NVRAM" msgstr "" -#. type: "Crs64_description" +#. type: "Csr64_description" #: Resources/templates/Localizable.strings:317 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM" msgstr "" -#. type: "Crs128_title" +#. type: "Csr128_title" #: Resources/templates/Localizable.strings:319 #, no-wrap -msgid "CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "CSR_ALLOW_DEVICE_CONFIGURATION" msgstr "" -#. type: "Crs128_description" +#. type: "Csr128_description" #: Resources/templates/Localizable.strings:320 #, no-wrap -msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION" msgstr "" #. type: "HDAULayoutIDx01_title" @@ -3247,13 +3247,13 @@ msgid "Settings to control how Chameleon works." msgstr "Подесувања за контрола на работата на Chameleon." -#. type: "CrsActiveConfig_title" +#. type: "CsrActiveConfig_title" #: Resources/templates/Localizable.strings:883 #, no-wrap -msgid "CrsActiveConfig" +msgid "CsrActiveConfig" msgstr "" -#. type: "CrsActiveConfig_description" +#. type: "CsrActiveConfig_description" #: Resources/templates/Localizable.strings:884 #, no-wrap msgid "System Integrity Protection (SIP)." @@ -3415,126 +3415,188 @@ #: Resources/templates/Localizable.strings:945 #, fuzzy, no-wrap #| msgid "Kext Patcher" -msgid "Patches" +msgid "Embedded Patcher" msgstr "Kext Patcher" #. type: "Patches_description" #: Resources/templates/Localizable.strings:946 #, fuzzy, no-wrap #| msgid "A selection of options that deal with video." -msgid "A selection of options to patch the kernel." +msgid "A selection of options to patch the Kernel and Kexts." msgstr "Опции кои се однесуваат за графиката." #. type: "kernelPatcher_title" -#: Resources/templates/Localizable.strings:948 +#: Resources/templates/Localizable.strings:949 #, fuzzy, no-wrap #| msgid "Kernel Patcher" -msgid "kernel Patcher" +msgid "Embedded Kernel Patch" msgstr "Kernel Patcher" #. type: "kernelPatcher_description" -#: Resources/templates/Localizable.strings:949 +#: Resources/templates/Localizable.strings:950 #, no-wrap msgid "Select one patch for your kernel." msgstr "" #. type: "KernelBooter_kexts_title" -#: Resources/templates/Localizable.strings:952 +#: Resources/templates/Localizable.strings:953 #, no-wrap msgid "KernelBooter_kexts" msgstr "" #. type: "KernelBooter_kexts_description" -#: Resources/templates/Localizable.strings:953 +#: Resources/templates/Localizable.strings:954 #, no-wrap msgid "Re-enable /Extra/Extensions kexts on newer OSes." msgstr "" #. type: "KernelPm_title" -#: Resources/templates/Localizable.strings:956 +#: Resources/templates/Localizable.strings:957 #, fuzzy, no-wrap #| msgid "Kernel Patcher" msgid "KernelPm" msgstr "Kernel Patcher" #. type: "KernelPm_description" -#: Resources/templates/Localizable.strings:957 +#: Resources/templates/Localizable.strings:958 #, fuzzy, no-wrap #| msgid "Power Management" msgid "Kernel Power Management patch." msgstr "Менаџменат на напојување" #. type: "KernelLapicError_title" -#: Resources/templates/Localizable.strings:960 +#: Resources/templates/Localizable.strings:961 #, fuzzy, no-wrap #| msgid "Kernel Patcher" msgid "KernelLapicError" msgstr "Kernel Patcher" #. type: "KernelLapicError_description" -#: Resources/templates/Localizable.strings:961 +#: Resources/templates/Localizable.strings:962 #, no-wrap msgid "Remove the Local Apic Error panic." msgstr "" #. type: "KernelLapicVersion_title" -#: Resources/templates/Localizable.strings:964 +#: Resources/templates/Localizable.strings:965 #, fuzzy, no-wrap #| msgid "Kernel Patcher" msgid "KernelLapicVersion" msgstr "Kernel Patcher" #. type: "KernelLapicVersion_description" -#: Resources/templates/Localizable.strings:965 +#: Resources/templates/Localizable.strings:966 #, no-wrap msgid "Remove the Local Apic Version panic." msgstr "" #. type: "KernelHaswell_title" -#: Resources/templates/Localizable.strings:968 +#: Resources/templates/Localizable.strings:969 #, fuzzy, no-wrap #| msgid "Kernel Flags" msgid "KernelHaswell" msgstr "Kernel Ознаки" #. type: "KernelHaswell_description" -#: Resources/templates/Localizable.strings:969 +#: Resources/templates/Localizable.strings:970 #, no-wrap msgid "Patch for Haswell \\\"E\\\" and \\\"ULT\\\" support on older OSes." msgstr "" #. type: "KernelcpuFamily_title" -#: Resources/templates/Localizable.strings:972 +#: Resources/templates/Localizable.strings:973 #, no-wrap msgid "KernelcpuFamily" msgstr "" #. type: "KernelcpuFamily_description" -#: Resources/templates/Localizable.strings:973 +#: Resources/templates/Localizable.strings:974 #, no-wrap msgid "Patch the cpuid_family address to remove the _cpuid_set_info _panic and _tsc_init _panic. For unsupported CPUs" msgstr "" #. type: "KernelSSE3_title" -#: Resources/templates/Localizable.strings:976 +#: Resources/templates/Localizable.strings:977 #, no-wrap msgid "KernelSSE3" msgstr "" #. type: "KernelSSE3_description" -#: Resources/templates/Localizable.strings:977 +#: Resources/templates/Localizable.strings:978 #, no-wrap msgid "Patch to enable more SSE3 instructions on older CPUs to run newer OSes." msgstr "" +#. type: "kextsPatcher_title" +#: Resources/templates/Localizable.strings:987 +#, fuzzy, no-wrap +#| msgid "Kext Patcher" +msgid "Embedded Kexts Patch" +msgstr "Kext Patcher" + +#. type: "kextsPatcher_description" +#: Resources/templates/Localizable.strings:988 +#, fuzzy, no-wrap +#| msgid "A selection of options that deal with video." +msgid "A selection of options to patch kexts." +msgstr "Опции кои се однесуваат за графиката." + +#. type: "AppleRTCPatch_title" +#: Resources/templates/Localizable.strings:991 +#, no-wrap +msgid "AppleRTC Patch" +msgstr "" + +#. type: "AppleRTCPatch_description" +#: Resources/templates/Localizable.strings:992 +#, no-wrap +msgid "Patch AppleRTC." +msgstr "" + +#. type: "OrangeIconFixSata_title" +#: Resources/templates/Localizable.strings:995 +#, no-wrap +msgid "OrangeIcon Fix" +msgstr "" + +#. type: "OrangeIconFixSata_description" +#: Resources/templates/Localizable.strings:996 +#, no-wrap +msgid "Fix OrangeIcon." +msgstr "" + +#. type: "TrimEnablerSata_title" +#: Resources/templates/Localizable.strings:999 +#, no-wrap +msgid "TrimEnabler Sata" +msgstr "" + +#. type: "TrimEnablerSata_description" +#: Resources/templates/Localizable.strings:1000 +#, no-wrap +msgid "Sata TrimEnabler." +msgstr "" + +#. type: "AICPMPatch_title" +#: Resources/templates/Localizable.strings:1003 +#, no-wrap +msgid "AICPM Patch" +msgstr "" + +#. type: "AICPMPatch_description" +#: Resources/templates/Localizable.strings:1004 +#, no-wrap +msgid "Patch AICPM." +msgstr "" + #. type: "Themes_title" -#: Resources/templates/Localizable.strings:982 +#: Resources/templates/Localizable.strings:1010 #, no-wrap msgid "Themes" msgstr "Теми" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:983 +#: Resources/templates/Localizable.strings:1011 #, no-wrap msgid "" "A collection of sample themes\n" @@ -3544,6 +3606,26 @@ "Повеќе теми може да се најдат на http://forum.voodooprojects.org/index.php/board,7.0.html" #, fuzzy +#~| msgid "Kext Patcher" +#~ msgid "Patches" +#~ msgstr "Kext Patcher" + +#, fuzzy +#~| msgid "Kernel Patcher" +#~ msgid "kernel Patcher" +#~ msgstr "Kernel Patcher" + +#, fuzzy +#~| msgid "Kext Patcher" +#~ msgid "Kexts Patcher" +#~ msgstr "Kext Patcher" + +#, fuzzy +#~| msgid "Kernel Patcher" +#~ msgid "Kernel Patches" +#~ msgstr "Kernel Patcher" + +#, fuzzy #~| msgid "Intel Azul AAPL,ig-platform-id" #~ msgid "Intel Bdw (Broadwell) AAPL,ig-platform-id" #~ msgstr "Intel Azul AAPL,ig-platform-id" Index: branches/ErmaC/Enoch/package/po/es.po =================================================================== --- branches/ErmaC/Enoch/package/po/es.po (revision 2880) +++ branches/ErmaC/Enoch/package/po/es.po (revision 2881) @@ -7,8 +7,8 @@ msgstr "" "Project-Id-Version: Chameleon 2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-02 13:34+0000\n" -"PO-Revision-Date: 2015-07-12 00:00+0100\n" +"POT-Creation-Date: 2017-03-26 11:51+0100\n" +"PO-Revision-Date: 2017-05-12 12:31+0100\n" "Last-Translator: FurtiF \n" "Language-Team: es \n" "Language: es\n" @@ -26,10 +26,8 @@ #. type: Content of:

#: Resources/templates/Welcome.html:23 -#, fuzzy -#| msgid "Chameleon v%CHAMELEONVERSION% r%CHAMELEONREVISION%" msgid "ErmaC's Branch of Chameleon (%CHAMELEONREVISION%)" -msgstr "Chameleon v%CHAMELEONVERSION% r%CHAMELEONREVISION%" +msgstr "La rama personalizada de ErmaC basada en Chameleon (%CHAMELEONVERSION%)" #. type: Content of:

#: Resources/templates/Welcome.html:25 @@ -69,9 +67,7 @@ #. type: Content of:

#: Resources/templates/Welcome.html:36 Resources/templates/Conclusion.html:30 msgid "Package built by: %WHOBUILD%, language translated by: blackosx" -msgstr "" -"Paquete realizado por:% WHOBUILD%, el idioma traducido por: juanerson e " -"FurtiF" +msgstr "Paquete realizado por:% WHOBUILD%, el idioma traducido por: juanerson e FurtiF" #. type: Content of:

#: Resources/templates/Welcome.html:37 Resources/templates/Conclusion.html:31 @@ -80,42 +76,28 @@ #. type: Content of:

#: Resources/templates/Description.html:18 -msgid "" -"Chameleon is a boot loader built using a combination of components which " -"evolved from the development of David Elliott's fake EFI implementation " -"added to Apple's boot-132 project." -msgstr "" -"El Bootloader Chameleon es la combinación de varios componentes. Esta basado " -"en la implementación EFI falsa de David Elliott, incorporada al método " -"Boot-132, a partir del proyecto de código abierto Darwin de Apple" +msgid "Chameleon is a boot loader built using a combination of components which evolved from the development of David Elliott's fake EFI implementation added to Apple's boot-132 project." +msgstr "El Bootloader Chameleon es la combinación de varios componentes. Esta basado en la implementación EFI falsa de David Elliott, incorporada al método Boot-132, a partir del proyecto de código abierto Darwin de Apple" #. type: Content of:

#: Resources/templates/Description.html:20 msgid "Chameleon v2 is extended with many features. For example:" -msgstr "" -"Entre las Novedades en Chameleon v2 se encuentran muchas funciones " -"extendidas, por ejemplo:" +msgstr "Entre las Novedades en Chameleon v2 se encuentran muchas funciones extendidas, por ejemplo:" #. type: Content of:

#: Resources/templates/Description.html:22 msgid "- Fully customizable GUI to bring some color to the Darwin Bootloader." -msgstr "" -"- Interfaz GUI totalmente personalizada para brindarle más colorido al Dawin " -"Bootloader." +msgstr "- Interfaz GUI totalmente personalizada para brindarle más colorido al Dawin Bootloader." #. type: Content of:

#: Resources/templates/Description.html:23 -msgid "" -"- Load a ramdisk to directly boot retail DVDs without additional programs." -msgstr "" -"- Booteo de DVDs con simplemente cargar una imagen ramdisk sin la ayuda de " -"programas adicionales." +msgid "- Load a ramdisk to directly boot retail DVDs without additional programs." +msgstr "- Booteo de DVDs con simplemente cargar una imagen ramdisk sin la ayuda de programas adicionales." #. type: Content of:

#: Resources/templates/Description.html:24 msgid "- Hibernation. Enjoy resuming your Mac OS X with a preview image." -msgstr "" -"- Hibernación. Disfrute reanudar su MAC OS X con una imagen de muestra." +msgstr "- Hibernación. Disfrute reanudar su MAC OS X con una imagen de muestra." #. type: Content of:

#: Resources/templates/Description.html:25 @@ -124,11 +106,8 @@ #. type: Content of:

#: Resources/templates/Description.html:26 -msgid "" -"- DSDT override to use a modified fixed DSDT which can solve several issues." -msgstr "" -"- Anulación de DSDT, para usar un DSDT modificado y arreglado capaz de " -"resolver varios inconvenientes." +msgid "- DSDT override to use a modified fixed DSDT which can solve several issues." +msgstr "- Anulación de DSDT, para usar un DSDT modificado y arreglado capaz de resolver varios inconvenientes." #. type: Content of:

#: Resources/templates/Description.html:27 @@ -138,9 +117,7 @@ #. type: Content of:

#: Resources/templates/Description.html:28 msgid "- hybrid boot0 / boot1h for MBR and GPT partitioned disks." -msgstr "" -"- Permite el arranque de esquemas híbridos boot0 / boot1h, para discos " -"particionados en MBR y GPT." +msgstr "- Permite el arranque de esquemas híbridos boot0 / boot1h, para discos particionados en MBR y GPT." #. type: Content of:

#: Resources/templates/Description.html:29 @@ -169,11 +146,8 @@ #. type: Content of:

#: Resources/templates/Description.html:34 -msgid "" -"- Automatic P-State & C-State generation for native power management." -msgstr "" -"- Generación automática de P-States & C-States para gestión de energía " -"nativa." +msgid "- Automatic P-State & C-State generation for native power management." +msgstr "- Generación automática de P-States & C-States para gestión de energía nativa." #. type: Content of:

#: Resources/templates/Description.html:35 @@ -217,12 +191,8 @@ #. type: Content of:

#: Resources/templates/Conclusion.html:26 -msgid "" -" to find out if the installation was successful and keep it for a " -"record of what was done." -msgstr "" -" para saber si la instalación fue exitosa y mantener un registro de lo " -"que se hizo." +msgid " to find out if the installation was successful and keep it for a record of what was done." +msgstr " para saber si la instalación fue exitosa y mantener un registro de lo que se hizo." #. type: Content of:

#: Resources/templates/Conclusion.html:28 @@ -1285,100 +1255,100 @@ msgid "Set Graphics Mode to 1920x1200x32" msgstr "Establecer el Modo de Gráficos en 1920x1200x32" -#. type: "Crs1_title" +#. type: "Csr1_title" #: Resources/templates/Localizable.strings:298 #, no-wrap -msgid "CRS_ALLOW_UNTRUSTED_KEXTS" -msgstr "" +msgid "CSR_ALLOW_UNTRUSTED_KEXTS" +msgstr "CSR_ALLOW_UNTRUSTED_KEXTS" -#. type: "Crs1_description" +#. type: "Csr1_description" #: Resources/templates/Localizable.strings:299 #, no-wrap msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)." msgstr "" -#. type: "Crs2_title" +#. type: "Csr2_title" #: Resources/templates/Localizable.strings:301 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_FS" -msgstr "" +msgid "CSR_ALLOW_UNRESTRICTED_FS" +msgstr "CSR_ALLOW_UNRESTRICTED_FS" -#. type: "Crs2_description" +#. type: "Csr2_description" #: Resources/templates/Localizable.strings:302 #, no-wrap msgid "Filesystem protection: Important system files are protected and cannot be modified." msgstr "" -#. type: "Crs4_title" +#. type: "Csr4_title" #: Resources/templates/Localizable.strings:304 #, no-wrap -msgid "CRS_ALLOW_TASK_FOR_PID" -msgstr "" +msgid "CSR_ALLOW_TASK_FOR_PID" +msgstr "CSR_ALLOW_TASK_FOR_PID" -#. type: "Crs4_description" +#. type: "Csr4_description" #: Resources/templates/Localizable.strings:305 #, no-wrap -msgid "Disable CRS_ALLOW_TASK_FOR_PID" +msgid "Disable CSR_ALLOW_TASK_FOR_PID" msgstr "" -#. type: "Crs8_title" +#. type: "Csr8_title" #: Resources/templates/Localizable.strings:307 #, no-wrap -msgid "CRS_ALLOW_KERNEL_DEBUGGER" -msgstr "" +msgid "CSR_ALLOW_KERNEL_DEBUGGER" +msgstr "CSR_ALLOW_KERNEL_DEBUGGER" -#. type: "Crs8_description" +#. type: "Csr8_description" #: Resources/templates/Localizable.strings:308 #, no-wrap -msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER" +msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER" msgstr "" -#. type: "Crs16_title" +#. type: "Csr16_title" #: Resources/templates/Localizable.strings:310 #, no-wrap -msgid "CRS_ALLOW_APPLE_INTERNAL" -msgstr "" +msgid "CSR_ALLOW_APPLE_INTERNAL" +msgstr "CSR_ALLOW_APPLE_INTERNAL" -#. type: "Crs16_description" +#. type: "Csr16_description" #: Resources/templates/Localizable.strings:311 #, no-wrap -msgid "Disable CRS_ALLOW_APPLE_INTERNAL" +msgid "Disable CSR_ALLOW_APPLE_INTERNAL" msgstr "" -#. type: "Crs32_title" +#. type: "Csr32_title" #: Resources/templates/Localizable.strings:313 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_DTRACE" -msgstr "" +msgid "CSR_ALLOW_UNRESTRICTED_DTRACE" +msgstr "CSR_ALLOW_UNRESTRICTED_DTRACE" -#. type: "Crs32_description" +#. type: "Csr32_description" #: Resources/templates/Localizable.strings:314 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE" msgstr "" -#. type: "Crs64_title" +#. type: "Csr64_title" #: Resources/templates/Localizable.strings:316 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_NVRAM" -msgstr "" +msgid "CSR_ALLOW_UNRESTRICTED_NVRAM" +msgstr "CSR_ALLOW_UNRESTRICTED_NVRAM" -#. type: "Crs64_description" +#. type: "Csr64_description" #: Resources/templates/Localizable.strings:317 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM" msgstr "" -#. type: "Crs128_title" +#. type: "Csr128_title" #: Resources/templates/Localizable.strings:319 #, no-wrap -msgid "CRS_ALLOW_DEVICE_CONFIGURATION" -msgstr "" +msgid "CSR_ALLOW_DEVICE_CONFIGURATION" +msgstr "CSR_ALLOW_DEVICE_CONFIGURATION" -#. type: "Crs128_description" +#. type: "Csr128_description" #: Resources/templates/Localizable.strings:320 #, no-wrap -msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION" msgstr "" #. type: "HDAULayoutIDx01_title" @@ -2661,10 +2631,9 @@ #. type: "IntelBroadwellx19_title" #: Resources/templates/Localizable.strings:684 -#, fuzzy, no-wrap -#| msgid "00002216" +#, no-wrap msgid "07002216" -msgstr "00002216" +msgstr "07002216" #. type: "IntelBroadwellx19_description" #: Resources/templates/Localizable.strings:685 @@ -2675,10 +2644,9 @@ #. type: "IntelSkylakex00_title" #: Resources/templates/Localizable.strings:689 -#, fuzzy, no-wrap -#| msgid "00000e16" +#, no-wrap msgid "0000e019" -msgstr "00000e16" +msgstr "0000e019" #. type: "IntelSkylakex00_description" #: Resources/templates/Localizable.strings:690 @@ -2689,10 +2657,9 @@ #. type: "IntelSkylakex01_title" #: Resources/templates/Localizable.strings:692 -#, fuzzy, no-wrap -#| msgid "00001616" +#, no-wrap msgid "00001619" -msgstr "00001616" +msgstr "00001619" #. type: "IntelSkylakex01_description" #: Resources/templates/Localizable.strings:693 @@ -2703,10 +2670,9 @@ #. type: "IntelSkylakex02_title" #: Resources/templates/Localizable.strings:695 -#, fuzzy, no-wrap -#| msgid "00002616" +#, no-wrap msgid "00002619" -msgstr "00002616" +msgstr "00002619" #. type: "IntelSkylakex02_description" #: Resources/templates/Localizable.strings:696 @@ -2717,10 +2683,9 @@ #. type: "IntelSkylakex03_title" #: Resources/templates/Localizable.strings:698 -#, fuzzy, no-wrap -#| msgid "00001616" +#, no-wrap msgid "00001b19" -msgstr "00001616" +msgstr "00001b19" #. type: "IntelSkylakex03_description" #: Resources/templates/Localizable.strings:699 @@ -2731,10 +2696,9 @@ #. type: "IntelSkylakex04_title" #: Resources/templates/Localizable.strings:701 -#, fuzzy, no-wrap -#| msgid "00001616" +#, no-wrap msgid "00001219" -msgstr "00001616" +msgstr "00001219" #. type: "IntelSkylakex04_description" #: Resources/templates/Localizable.strings:702 @@ -2745,10 +2709,9 @@ #. type: "IntelSkylakex05_title" #: Resources/templates/Localizable.strings:704 -#, fuzzy, no-wrap -#| msgid "01000e16" +#, no-wrap msgid "01000219" -msgstr "01000e16" +msgstr "01000219" #. type: "IntelSkylakex05_description" #: Resources/templates/Localizable.strings:705 @@ -2759,10 +2722,9 @@ #. type: "IntelSkylakex06_title" #: Resources/templates/Localizable.strings:707 -#, fuzzy, no-wrap -#| msgid "01001e16" +#, no-wrap msgid "01001719" -msgstr "01001e16" +msgstr "01001719" #. type: "IntelSkylakex06_description" #: Resources/templates/Localizable.strings:708 @@ -2773,10 +2735,9 @@ #. type: "IntelSkylakex07_title" #: Resources/templates/Localizable.strings:710 -#, fuzzy, no-wrap -#| msgid "01001e16" +#, no-wrap msgid "01001219" -msgstr "01001e16" +msgstr "01001219" #. type: "IntelSkylakex07_description" #: Resources/templates/Localizable.strings:711 @@ -2787,10 +2748,9 @@ #. type: "IntelSkylakex08_title" #: Resources/templates/Localizable.strings:713 -#, fuzzy, no-wrap -#| msgid "01000e16" +#, no-wrap msgid "01003219" -msgstr "01000e16" +msgstr "01003219" #. type: "IntelSkylakex08_description" #: Resources/templates/Localizable.strings:714 @@ -2801,10 +2761,9 @@ #. type: "IntelSkylakex09_title" #: Resources/templates/Localizable.strings:716 -#, fuzzy, no-wrap -#| msgid "02001616" +#, no-wrap msgid "02001619" -msgstr "02001616" +msgstr "02001619" #. type: "IntelSkylakex09_description" #: Resources/templates/Localizable.strings:717 @@ -2815,10 +2774,9 @@ #. type: "IntelSkylakex10_title" #: Resources/templates/Localizable.strings:719 -#, fuzzy, no-wrap -#| msgid "02002616" +#, no-wrap msgid "02002619" -msgstr "02002616" +msgstr "02002619" #. type: "IntelSkylakex10_description" #: Resources/templates/Localizable.strings:720 @@ -2829,10 +2787,9 @@ #. type: "IntelSkylakex11_title" #: Resources/templates/Localizable.strings:722 -#, fuzzy, no-wrap -#| msgid "00001e16" +#, no-wrap msgid "03001e19" -msgstr "00001e16" +msgstr "03001e19" #. type: "IntelSkylakex11_description" #: Resources/templates/Localizable.strings:723 @@ -3363,13 +3320,13 @@ msgid "Settings to control how Chameleon works." msgstr "Ajustes para controlar cómo funciona Chameleon." -#. type: "CrsActiveConfig_title" +#. type: "CsrActiveConfig_title" #: Resources/templates/Localizable.strings:883 #, no-wrap -msgid "CrsActiveConfig" -msgstr "" +msgid "CsrActiveConfig" +msgstr "CsrActiveConfig" -#. type: "CrsActiveConfig_description" +#. type: "CsrActiveConfig_description" #: Resources/templates/Localizable.strings:884 #, no-wrap msgid "System Integrity Protection (SIP)." @@ -3531,126 +3488,184 @@ #: Resources/templates/Localizable.strings:945 #, fuzzy, no-wrap #| msgid "Kext Patcher" -msgid "Patches" +msgid "Embedded Patcher" msgstr "Kext Patcher" #. type: "Patches_description" #: Resources/templates/Localizable.strings:946 #, fuzzy, no-wrap #| msgid "A selection of options that deal with video." -msgid "A selection of options to patch the kernel." +msgid "A selection of options to patch the Kernel and Kexts." msgstr "Una selección de opciones relacionadas con el video." #. type: "kernelPatcher_title" -#: Resources/templates/Localizable.strings:948 +#: Resources/templates/Localizable.strings:949 #, fuzzy, no-wrap #| msgid "Kernel Patcher" -msgid "kernel Patcher" +msgid "Embedded Kernel Patch" msgstr "Kernel Patcher" #. type: "kernelPatcher_description" -#: Resources/templates/Localizable.strings:949 +#: Resources/templates/Localizable.strings:950 #, no-wrap msgid "Select one patch for your kernel." msgstr "" #. type: "KernelBooter_kexts_title" -#: Resources/templates/Localizable.strings:952 +#: Resources/templates/Localizable.strings:953 #, no-wrap msgid "KernelBooter_kexts" -msgstr "" +msgstr "KernelBooter_kexts" #. type: "KernelBooter_kexts_description" -#: Resources/templates/Localizable.strings:953 +#: Resources/templates/Localizable.strings:954 #, no-wrap msgid "Re-enable /Extra/Extensions kexts on newer OSes." msgstr "" #. type: "KernelPm_title" -#: Resources/templates/Localizable.strings:956 -#, fuzzy, no-wrap -#| msgid "Kernel Patcher" +#: Resources/templates/Localizable.strings:957 +#, no-wrap msgid "KernelPm" -msgstr "Kernel Patcher" +msgstr "KernelPm" #. type: "KernelPm_description" -#: Resources/templates/Localizable.strings:957 +#: Resources/templates/Localizable.strings:958 #, fuzzy, no-wrap #| msgid "Power Management" msgid "Kernel Power Management patch." msgstr "Gestión de Energía" #. type: "KernelLapicError_title" -#: Resources/templates/Localizable.strings:960 -#, fuzzy, no-wrap -#| msgid "Kernel Patcher" +#: Resources/templates/Localizable.strings:961 +#, no-wrap msgid "KernelLapicError" -msgstr "Kernel Patcher" +msgstr "KernelLapicError" #. type: "KernelLapicError_description" -#: Resources/templates/Localizable.strings:961 +#: Resources/templates/Localizable.strings:962 #, no-wrap msgid "Remove the Local Apic Error panic." msgstr "" #. type: "KernelLapicVersion_title" -#: Resources/templates/Localizable.strings:964 -#, fuzzy, no-wrap -#| msgid "Kernel Patcher" +#: Resources/templates/Localizable.strings:965 +#, no-wrap msgid "KernelLapicVersion" -msgstr "Kernel Patcher" +msgstr "KernelLapicVersion" #. type: "KernelLapicVersion_description" -#: Resources/templates/Localizable.strings:965 +#: Resources/templates/Localizable.strings:966 #, no-wrap msgid "Remove the Local Apic Version panic." msgstr "" #. type: "KernelHaswell_title" -#: Resources/templates/Localizable.strings:968 -#, fuzzy, no-wrap -#| msgid "Kernel Flags" +#: Resources/templates/Localizable.strings:969 +#, no-wrap msgid "KernelHaswell" -msgstr "Kernel Flags" +msgstr "KernelHaswell" #. type: "KernelHaswell_description" -#: Resources/templates/Localizable.strings:969 +#: Resources/templates/Localizable.strings:970 #, no-wrap msgid "Patch for Haswell \\\"E\\\" and \\\"ULT\\\" support on older OSes." msgstr "" #. type: "KernelcpuFamily_title" -#: Resources/templates/Localizable.strings:972 +#: Resources/templates/Localizable.strings:973 #, no-wrap msgid "KernelcpuFamily" -msgstr "" +msgstr "KernelcpuFamily" #. type: "KernelcpuFamily_description" -#: Resources/templates/Localizable.strings:973 +#: Resources/templates/Localizable.strings:974 #, no-wrap msgid "Patch the cpuid_family address to remove the _cpuid_set_info _panic and _tsc_init _panic. For unsupported CPUs" msgstr "" #. type: "KernelSSE3_title" -#: Resources/templates/Localizable.strings:976 +#: Resources/templates/Localizable.strings:977 #, no-wrap msgid "KernelSSE3" -msgstr "" +msgstr "KernelSSE3" #. type: "KernelSSE3_description" -#: Resources/templates/Localizable.strings:977 +#: Resources/templates/Localizable.strings:978 #, no-wrap msgid "Patch to enable more SSE3 instructions on older CPUs to run newer OSes." msgstr "" +#. type: "kextsPatcher_title" +#: Resources/templates/Localizable.strings:987 +#, fuzzy, no-wrap +#| msgid "Kext Patcher" +msgid "Embedded Kexts Patch" +msgstr "Kext Patcher" + +#. type: "kextsPatcher_description" +#: Resources/templates/Localizable.strings:988 +#, fuzzy, no-wrap +#| msgid "A selection of options that deal with video." +msgid "A selection of options to patch kexts." +msgstr "Una selección de opciones relacionadas con el video." + +#. type: "AppleRTCPatch_title" +#: Resources/templates/Localizable.strings:991 +#, no-wrap +msgid "AppleRTC Patch" +msgstr "AppleRTC Patch" + +#. type: "AppleRTCPatch_description" +#: Resources/templates/Localizable.strings:992 +#, no-wrap +msgid "Patch AppleRTC." +msgstr "" + +#. type: "OrangeIconFixSata_title" +#: Resources/templates/Localizable.strings:995 +#, no-wrap +msgid "OrangeIcon Fix" +msgstr "" + +#. type: "OrangeIconFixSata_description" +#: Resources/templates/Localizable.strings:996 +#, no-wrap +msgid "Fix OrangeIcon." +msgstr "" + +#. type: "TrimEnablerSata_title" +#: Resources/templates/Localizable.strings:999 +#, no-wrap +msgid "TrimEnabler Sata" +msgstr "" + +#. type: "TrimEnablerSata_description" +#: Resources/templates/Localizable.strings:1000 +#, no-wrap +msgid "Sata TrimEnabler." +msgstr "" + +#. type: "AICPMPatch_title" +#: Resources/templates/Localizable.strings:1003 +#, no-wrap +msgid "AICPM Patch" +msgstr "" + +#. type: "AICPMPatch_description" +#: Resources/templates/Localizable.strings:1004 +#, no-wrap +msgid "Patch AICPM." +msgstr "" + #. type: "Themes_title" -#: Resources/templates/Localizable.strings:982 +#: Resources/templates/Localizable.strings:1010 #, no-wrap msgid "Themes" msgstr "Temas" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:983 +#: Resources/templates/Localizable.strings:1011 #, no-wrap msgid "" "A collection of sample themes\n" @@ -3660,6 +3675,26 @@ "Puedes encontrar más temas en http://forum.voodooprojects.org/index.php/board,7.0.html" #, fuzzy +#~| msgid "Kext Patcher" +#~ msgid "Patches" +#~ msgstr "Kext Patcher" + +#, fuzzy +#~| msgid "Kernel Patcher" +#~ msgid "kernel Patcher" +#~ msgstr "Kernel Patcher" + +#, fuzzy +#~| msgid "Kext Patcher" +#~ msgid "Kexts Patcher" +#~ msgstr "Kext Patcher" + +#, fuzzy +#~| msgid "Kernel Patcher" +#~ msgid "Kernel Patches" +#~ msgstr "Kernel Patcher" + +#, fuzzy #~| msgid "Intel Azul AAPL,ig-platform-id" #~ msgid "Intel Bdw (Broadwell) AAPL,ig-platform-id" #~ msgstr "Intel Azul AAPL,ig-platform-id" @@ -3670,42 +3705,23 @@ #~ msgid "Install Type" #~ msgstr "Tipo de Instalación" -#~ msgid "" -#~ "Choose to perform a new installation or upgrade an existing installation." -#~ msgstr "" -#~ "Realizar una instalación nueva o actualizar una instalación existente del " -#~ "gestor de arranque (Bootloader)." +#~ msgid "Choose to perform a new installation or upgrade an existing installation." +#~ msgstr "Realizar una instalación nueva o actualizar una instalación existente del gestor de arranque (Bootloader)." #~ msgid "New Installation" #~ msgstr "Instalación Nueva" -#~ msgid "" -#~ "Backup an existing /Extra folder, if found on the target partition. A new " -#~ "one will be created if any options are chosen from the installer, other " -#~ "than the Bootloader." -#~ msgstr "" -#~ "Realizar Copia de seguridad de una carpeta existente /Extra, si es " -#~ "encontrada en la partición de destino. Una nueva será creada si se eligen " -#~ "opciones desde el instalador, aparte del Bootloader en si mismo." +#~ msgid "Backup an existing /Extra folder, if found on the target partition. A new one will be created if any options are chosen from the installer, other than the Bootloader." +#~ msgstr "Realizar Copia de seguridad de una carpeta existente /Extra, si es encontrada en la partición de destino. Una nueva será creada si se eligen opciones desde el instalador, aparte del Bootloader en si mismo." #~ msgid "Upgrade" #~ msgstr "Actualización" -#~ msgid "" -#~ "Merge an existing /Extra folder, if found on the target, with any options " -#~ "chosen from the installer, other than the Bootloader. The original /Extra " -#~ "folder will be backed up." -#~ msgstr "" -#~ "Combinar una carpeta existente /Extra, si se encuentra en el destino, con " -#~ "las opciones elegidas a partir de la instalación, aparte del Bootloader " -#~ "en si mismo." +#~ msgid "Merge an existing /Extra folder, if found on the target, with any options chosen from the installer, other than the Bootloader. The original /Extra folder will be backed up." +#~ msgstr "Combinar una carpeta existente /Extra, si se encuentra en el destino, con las opciones elegidas a partir de la instalación, aparte del Bootloader en si mismo." -#~ msgid "" -#~ "This module permits the user to define the keyboard key mappings. This " -#~ "module and associated keymaps are installed by default." -#~ msgstr "" -#~ "Este módulo permite al usuario definir las asignaciones de teclas del " -#~ "teclado." +#~ msgid "This module permits the user to define the keyboard key mappings. This module and associated keymaps are installed by default." +#~ msgstr "Este módulo permite al usuario definir las asignaciones de teclas del teclado." #~ msgid "Utilities" #~ msgstr "Utilidades" Index: branches/ErmaC/Enoch/package/po/fr.po =================================================================== --- branches/ErmaC/Enoch/package/po/fr.po (revision 2880) +++ branches/ErmaC/Enoch/package/po/fr.po (revision 2881) @@ -7,8 +7,8 @@ msgstr "" "Project-Id-Version: Chameleon 2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-02 13:34+0000\n" -"PO-Revision-Date: 2015-07-11 23:58+0100\n" +"POT-Creation-Date: 2017-03-26 11:51+0100\n" +"PO-Revision-Date: 2017-05-12 12:31+0100\n" "Last-Translator: FurtiF \n" "Language-Team: fr \n" "Language: fr\n" @@ -78,73 +78,48 @@ #. type: Content of:

#: Resources/templates/Description.html:18 -msgid "" -"Chameleon is a boot loader built using a combination of components which " -"evolved from the development of David Elliott's fake EFI implementation " -"added to Apple's boot-132 project." -msgstr "" -"Chameleon est un chargeur d'amorçage construit en utilisant une combinaison " -"de composants qui a elle même évoluée à partir du développement de " -"l'implémentation \"fake EFI\" de David Elliott, qui a été ajoutée au projet " -"boot-132 d'Apple." +msgid "Chameleon is a boot loader built using a combination of components which evolved from the development of David Elliott's fake EFI implementation added to Apple's boot-132 project." +msgstr "Chameleon est un chargeur d'amorçage construit en utilisant une combinaison de composants qui a elle même évoluée à partir du développement de l'implémentation \"fake EFI\" de David Elliott, qui a été ajoutée au projet boot-132 d'Apple." #. type: Content of:

#: Resources/templates/Description.html:20 msgid "Chameleon v2 is extended with many features. For example:" -msgstr "" -"Chameleon v2 a été, au fur et à mesure, mis à jour avec nombre de fonctions. " -"Par exemple:" +msgstr "Chameleon v2 a été, au fur et à mesure, mis à jour avec nombre de fonctions. Par exemple:" #. type: Content of:

#: Resources/templates/Description.html:22 msgid "- Fully customizable GUI to bring some color to the Darwin Bootloader." -msgstr "" -"- Interface utilisateur personnalisable, pour donner un peu de piment au " -"chargeur d'amorçage Darwin." +msgstr "- Interface utilisateur personnalisable, pour donner un peu de piment au chargeur d'amorçage Darwin." #. type: Content of:

#: Resources/templates/Description.html:23 -msgid "" -"- Load a ramdisk to directly boot retail DVDs without additional programs." -msgstr "" -"- Chargement possible d'un \"RAMDisk\" pour pouvoir démarrer un DVD officiel " -"de Mac OS X sans logiciels tiers." +msgid "- Load a ramdisk to directly boot retail DVDs without additional programs." +msgstr "- Chargement possible d'un \"RAMDisk\" pour pouvoir démarrer un DVD officiel de Mac OS X sans logiciels tiers." #. type: Content of:

#: Resources/templates/Description.html:24 msgid "- Hibernation. Enjoy resuming your Mac OS X with a preview image." -msgstr "" -"- Mise en veille prolongée. Permet de reprendre votre session de travail " -"instantanément via une image d'hibernation." +msgstr "- Mise en veille prolongée. Permet de reprendre votre session de travail instantanément via une image d'hibernation." #. type: Content of:

#: Resources/templates/Description.html:25 msgid "- SMBIOS override to modify the factory SMBIOS values." -msgstr "" -"- Prise en charge d'un SMBIOS modifié. Permet d'outrepasser le SMBIOS " -"d'origine de votre machine." +msgstr "- Prise en charge d'un SMBIOS modifié. Permet d'outrepasser le SMBIOS d'origine de votre machine." #. type: Content of:

#: Resources/templates/Description.html:26 -msgid "" -"- DSDT override to use a modified fixed DSDT which can solve several issues." -msgstr "" -"- Prise en charge d'un DSDT modifié. Permet d'appliquer un DSDT patché et " -"résoudre beaucoup de problèmes." +msgid "- DSDT override to use a modified fixed DSDT which can solve several issues." +msgstr "- Prise en charge d'un DSDT modifié. Permet d'appliquer un DSDT patché et résoudre beaucoup de problèmes." #. type: Content of:

#: Resources/templates/Description.html:27 msgid "- Device Property Injection via device-properties string." -msgstr "" -"- Injection des propriétés de périphériques via une chaîne de caractère " -"\"device-properties\"." +msgstr "- Injection des propriétés de périphériques via une chaîne de caractère \"device-properties\"." #. type: Content of:

#: Resources/templates/Description.html:28 msgid "- hybrid boot0 / boot1h for MBR and GPT partitioned disks." -msgstr "" -"- Fichiers boot0 et boot1h hybrides. Permet l'utilisation de disques " -"partitionés en MBR ou GPT." +msgstr "- Fichiers boot0 et boot1h hybrides. Permet l'utilisation de disques partitionés en MBR ou GPT." #. type: Content of:

#: Resources/templates/Description.html:29 @@ -173,11 +148,8 @@ #. type: Content of:

#: Resources/templates/Description.html:34 -msgid "" -"- Automatic P-State & C-State generation for native power management." -msgstr "" -"- Génération automatique des P-States & C-State pour une gestion de " -"l'alimentation native." +msgid "- Automatic P-State & C-State generation for native power management." +msgstr "- Génération automatique des P-States & C-State pour une gestion de l'alimentation native." #. type: Content of:

#: Resources/templates/Description.html:35 @@ -187,8 +159,7 @@ #. type: Content of:

#: Resources/templates/Description.html:37 msgid "The code is released under version 2 of the Gnu Public License." -msgstr "" -"Le code est publié sous la version 2 de la licence GPL (Gnu Public License)." +msgstr "Le code est publié sous la version 2 de la licence GPL (Gnu Public License)." #. type: Content of:

#: Resources/templates/Description.html:40 @@ -222,12 +193,8 @@ #. type: Content of:

#: Resources/templates/Conclusion.html:26 -msgid "" -" to find out if the installation was successful and keep it for a " -"record of what was done." -msgstr "" -" pour savoir si l'installation est un succés et garder un rapport de ce " -"qui a été fait." +msgid " to find out if the installation was successful and keep it for a record of what was done." +msgstr " pour savoir si l'installation est un succés et garder un rapport de ce qui a été fait." #. type: Content of:

#: Resources/templates/Conclusion.html:28 @@ -487,8 +454,7 @@ "Dépendances: aucune" #. type: "Resolution_title" -#: Resources/templates/Localizable.strings:81 -#: Resources/templates/Localizable.strings:899 +#: Resources/templates/Localizable.strings:81 Resources/templates/Localizable.strings:899 #, no-wrap msgid "Resolution" msgstr "Résolution graphique" @@ -1289,105 +1255,104 @@ msgid "Set Graphics Mode to 1920x1200x32" msgstr "Règle la résolution graphique à 1920x1200x32" -#. type: "Crs1_title" +#. type: "Csr1_title" #: Resources/templates/Localizable.strings:298 #, no-wrap -msgid "CRS_ALLOW_UNTRUSTED_KEXTS" -msgstr "CRS_ALLOW_UNTRUSTED_KEXTS" +msgid "CSR_ALLOW_UNTRUSTED_KEXTS" +msgstr "CSR_ALLOW_UNTRUSTED_KEXTS" -#. type: "Crs1_description" +#. type: "Csr1_description" #: Resources/templates/Localizable.strings:299 #, no-wrap msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)." msgstr "Kext signature: Introduit en 10.9, renforcée en 10.10 (signature kext requis pour tous les kexts), devenu maintenant partie de déracinés (SIP)." -#. type: "Crs2_title" +#. type: "Csr2_title" #: Resources/templates/Localizable.strings:301 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_FS" -msgstr "CRS_ALLOW_UNRESTRICTED_FS" +msgid "CSR_ALLOW_UNRESTRICTED_FS" +msgstr "CSR_ALLOW_UNRESTRICTED_FS" -#. type: "Crs2_description" +#. type: "Csr2_description" #: Resources/templates/Localizable.strings:302 #, no-wrap msgid "Filesystem protection: Important system files are protected and cannot be modified." msgstr "La protection de système de fichiers: fichiers système importants sont protégés et ne peuvent être modifiés." -#. type: "Crs4_title" +#. type: "Csr4_title" #: Resources/templates/Localizable.strings:304 #, no-wrap -msgid "CRS_ALLOW_TASK_FOR_PID" -msgstr "CRS_ALLOW_TASK_FOR_PID" +msgid "CSR_ALLOW_TASK_FOR_PID" +msgstr "CSR_ALLOW_TASK_FOR_PID" -#. type: "Crs4_description" +#. type: "Csr4_description" #: Resources/templates/Localizable.strings:305 #, no-wrap -msgid "Disable CRS_ALLOW_TASK_FOR_PID" -msgstr "Désactiver CRS_ALLOW_TASK_FOR_PID" +msgid "Disable CSR_ALLOW_TASK_FOR_PID" +msgstr "Désactiver CSR_ALLOW_TASK_FOR_PID" -#. type: "Crs8_title" +#. type: "Csr8_title" #: Resources/templates/Localizable.strings:307 #, no-wrap -msgid "CRS_ALLOW_KERNEL_DEBUGGER" -msgstr "CRS_ALLOW_KERNEL_DEBUGGER" +msgid "CSR_ALLOW_KERNEL_DEBUGGER" +msgstr "CSR_ALLOW_KERNEL_DEBUGGER" -#. type: "Crs8_description" +#. type: "Csr8_description" #: Resources/templates/Localizable.strings:308 #, no-wrap -msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER" -msgstr "Désactiver CRS_ALLOW_KERNEL_DEBUGGER" +msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER" +msgstr "Désactiver CSR_ALLOW_KERNEL_DEBUGGER" -#. type: "Crs16_title" +#. type: "Csr16_title" #: Resources/templates/Localizable.strings:310 #, no-wrap -msgid "CRS_ALLOW_APPLE_INTERNAL" -msgstr "CRS_ALLOW_APPLE_INTERNAL" +msgid "CSR_ALLOW_APPLE_INTERNAL" +msgstr "CSR_ALLOW_APPLE_INTERNAL" -#. type: "Crs16_description" +#. type: "Csr16_description" #: Resources/templates/Localizable.strings:311 #, no-wrap -msgid "Disable CRS_ALLOW_APPLE_INTERNAL" -msgstr "Désactiver CRS_ALLOW_APPLE_INTERNAL" +msgid "Disable CSR_ALLOW_APPLE_INTERNAL" +msgstr "Désactiver CSR_ALLOW_APPLE_INTERNAL" -#. type: "Crs32_title" +#. type: "Csr32_title" #: Resources/templates/Localizable.strings:313 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_DTRACE" -msgstr "CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "CSR_ALLOW_UNRESTRICTED_DTRACE" +msgstr "CSR_ALLOW_UNRESTRICTED_DTRACE" -#. type: "Crs32_description" +#. type: "Csr32_description" #: Resources/templates/Localizable.strings:314 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE" -msgstr "Désactiver CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE" +msgstr "Désactiver CSR_ALLOW_UNRESTRICTED_DTRACE" -#. type: "Crs64_title" +#. type: "Csr64_title" #: Resources/templates/Localizable.strings:316 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_NVRAM" -msgstr "CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "CSR_ALLOW_UNRESTRICTED_NVRAM" +msgstr "CSR_ALLOW_UNRESTRICTED_NVRAM" -#. type: "Crs64_description" +#. type: "Csr64_description" #: Resources/templates/Localizable.strings:317 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM" -msgstr "Désactiver CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM" +msgstr "Désactiver CSR_ALLOW_UNRESTRICTED_NVRAM" -#. type: "Crs128_title" +#. type: "Csr128_title" #: Resources/templates/Localizable.strings:319 #, no-wrap -msgid "CRS_ALLOW_DEVICE_CONFIGURATION" -msgstr "CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "CSR_ALLOW_DEVICE_CONFIGURATION" +msgstr "CSR_ALLOW_DEVICE_CONFIGURATION" -#. type: "Crs128_description" +#. type: "Csr128_description" #: Resources/templates/Localizable.strings:320 #, no-wrap -msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION" -msgstr "Désactiver CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION" +msgstr "Désactiver CSR_ALLOW_DEVICE_CONFIGURATION" #. type: "HDAULayoutIDx01_title" -#: Resources/templates/Localizable.strings:324 -#: Resources/templates/Localizable.strings:430 +#: Resources/templates/Localizable.strings:324 Resources/templates/Localizable.strings:430 #, no-wrap msgid "LayoutID=1" msgstr "LayoutID=1" @@ -1403,8 +1368,7 @@ "001 (0x01, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx02_title" -#: Resources/templates/Localizable.strings:328 -#: Resources/templates/Localizable.strings:434 +#: Resources/templates/Localizable.strings:328 Resources/templates/Localizable.strings:434 #, no-wrap msgid "LayoutID=2" msgstr "LayoutID=2" @@ -1420,8 +1384,7 @@ "002 (0x02, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx03_title" -#: Resources/templates/Localizable.strings:332 -#: Resources/templates/Localizable.strings:438 +#: Resources/templates/Localizable.strings:332 Resources/templates/Localizable.strings:438 #, no-wrap msgid "LayoutID=3" msgstr "LayoutID=3" @@ -1437,8 +1400,7 @@ "003 (0x03, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx05_title" -#: Resources/templates/Localizable.strings:336 -#: Resources/templates/Localizable.strings:442 +#: Resources/templates/Localizable.strings:336 Resources/templates/Localizable.strings:442 #, no-wrap msgid "LayoutID=5" msgstr "LayoutID=5" @@ -1454,8 +1416,7 @@ "005 (0x05, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx07_title" -#: Resources/templates/Localizable.strings:340 -#: Resources/templates/Localizable.strings:446 +#: Resources/templates/Localizable.strings:340 Resources/templates/Localizable.strings:446 #, no-wrap msgid "LayoutID=7" msgstr "LayoutID=7" @@ -1471,8 +1432,7 @@ "007 (0x07, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx12_title" -#: Resources/templates/Localizable.strings:344 -#: Resources/templates/Localizable.strings:450 +#: Resources/templates/Localizable.strings:344 Resources/templates/Localizable.strings:450 #, no-wrap msgid "LayoutID=12" msgstr "LayoutID=12" @@ -1488,8 +1448,7 @@ "00C (0x0C, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx32_title" -#: Resources/templates/Localizable.strings:348 -#: Resources/templates/Localizable.strings:454 +#: Resources/templates/Localizable.strings:348 Resources/templates/Localizable.strings:454 #, no-wrap msgid "LayoutID=32" msgstr "LayoutID=32" @@ -1505,8 +1464,7 @@ "020 (0x20, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx40_title" -#: Resources/templates/Localizable.strings:352 -#: Resources/templates/Localizable.strings:458 +#: Resources/templates/Localizable.strings:352 Resources/templates/Localizable.strings:458 #, no-wrap msgid "LayoutID=40" msgstr "LayoutID=40" @@ -1522,8 +1480,7 @@ "028 (0x28, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx65_title" -#: Resources/templates/Localizable.strings:356 -#: Resources/templates/Localizable.strings:462 +#: Resources/templates/Localizable.strings:356 Resources/templates/Localizable.strings:462 #, no-wrap msgid "LayoutID=65" msgstr "LayoutID=65" @@ -1539,8 +1496,7 @@ "041 (0x41, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx99_title" -#: Resources/templates/Localizable.strings:360 -#: Resources/templates/Localizable.strings:466 +#: Resources/templates/Localizable.strings:360 Resources/templates/Localizable.strings:466 #, no-wrap msgid "LayoutID=99" msgstr "LayoutID=99" @@ -1556,8 +1512,7 @@ "063 (0x63, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx269_title" -#: Resources/templates/Localizable.strings:364 -#: Resources/templates/Localizable.strings:470 +#: Resources/templates/Localizable.strings:364 Resources/templates/Localizable.strings:470 #, no-wrap msgid "LayoutID=269" msgstr "LayoutID=269" @@ -1573,8 +1528,7 @@ "10D (0x0D, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx387_title" -#: Resources/templates/Localizable.strings:368 -#: Resources/templates/Localizable.strings:474 +#: Resources/templates/Localizable.strings:368 Resources/templates/Localizable.strings:474 #, no-wrap msgid "LayoutID=387" msgstr "LayoutID=387" @@ -1590,8 +1544,7 @@ "183 (0x83, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx388_title" -#: Resources/templates/Localizable.strings:372 -#: Resources/templates/Localizable.strings:478 +#: Resources/templates/Localizable.strings:372 Resources/templates/Localizable.strings:478 #, no-wrap msgid "LayoutID=388" msgstr "LayoutID=388" @@ -1607,8 +1560,7 @@ "184 (0x84, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx389_title" -#: Resources/templates/Localizable.strings:376 -#: Resources/templates/Localizable.strings:482 +#: Resources/templates/Localizable.strings:376 Resources/templates/Localizable.strings:482 #, no-wrap msgid "LayoutID=389" msgstr "LayoutID=389" @@ -1624,8 +1576,7 @@ "185 (0x85, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx392_title" -#: Resources/templates/Localizable.strings:380 -#: Resources/templates/Localizable.strings:486 +#: Resources/templates/Localizable.strings:380 Resources/templates/Localizable.strings:486 #, no-wrap msgid "LayoutID=392" msgstr "LayoutID=392" @@ -1641,8 +1592,7 @@ "188 (0x88, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx398_title" -#: Resources/templates/Localizable.strings:384 -#: Resources/templates/Localizable.strings:490 +#: Resources/templates/Localizable.strings:384 Resources/templates/Localizable.strings:490 #, no-wrap msgid "LayoutID=398" msgstr "LayoutID=398" @@ -1658,8 +1608,7 @@ "18E (0x8E, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx662_title" -#: Resources/templates/Localizable.strings:388 -#: Resources/templates/Localizable.strings:494 +#: Resources/templates/Localizable.strings:388 Resources/templates/Localizable.strings:494 #, no-wrap msgid "LayoutID=662" msgstr "LayoutID=662" @@ -1675,8 +1624,7 @@ "296 (0x96, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx663_title" -#: Resources/templates/Localizable.strings:392 -#: Resources/templates/Localizable.strings:498 +#: Resources/templates/Localizable.strings:392 Resources/templates/Localizable.strings:498 #, no-wrap msgid "LayoutID=663" msgstr "LayoutID=663" @@ -1692,8 +1640,7 @@ "297 (0x97, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx664_title" -#: Resources/templates/Localizable.strings:396 -#: Resources/templates/Localizable.strings:502 +#: Resources/templates/Localizable.strings:396 Resources/templates/Localizable.strings:502 #, no-wrap msgid "LayoutID=664" msgstr "LayoutID=664" @@ -1709,8 +1656,7 @@ "298 (0x98, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx885_title" -#: Resources/templates/Localizable.strings:400 -#: Resources/templates/Localizable.strings:506 +#: Resources/templates/Localizable.strings:400 Resources/templates/Localizable.strings:506 #, no-wrap msgid "LayoutID=885" msgstr "LayoutID=885" @@ -1726,8 +1672,7 @@ "375 (0x75, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx887_title" -#: Resources/templates/Localizable.strings:404 -#: Resources/templates/Localizable.strings:510 +#: Resources/templates/Localizable.strings:404 Resources/templates/Localizable.strings:510 #, no-wrap msgid "LayoutID=887" msgstr "LayoutID=887" @@ -1743,8 +1688,7 @@ "377 (0x77, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx888_title" -#: Resources/templates/Localizable.strings:408 -#: Resources/templates/Localizable.strings:514 +#: Resources/templates/Localizable.strings:408 Resources/templates/Localizable.strings:514 #, no-wrap msgid "LayoutID=888" msgstr "LayoutID=888" @@ -1760,8 +1704,7 @@ "378 (0x78, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx889_title" -#: Resources/templates/Localizable.strings:412 -#: Resources/templates/Localizable.strings:518 +#: Resources/templates/Localizable.strings:412 Resources/templates/Localizable.strings:518 #, no-wrap msgid "LayoutID=889" msgstr "LayoutID=889" @@ -1777,8 +1720,7 @@ "379 (0x79, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx892_title" -#: Resources/templates/Localizable.strings:416 -#: Resources/templates/Localizable.strings:522 +#: Resources/templates/Localizable.strings:416 Resources/templates/Localizable.strings:522 #, no-wrap msgid "LayoutID=892" msgstr "LayoutID=892" @@ -1794,8 +1736,7 @@ "37C (0x7C, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx898_title" -#: Resources/templates/Localizable.strings:420 -#: Resources/templates/Localizable.strings:526 +#: Resources/templates/Localizable.strings:420 Resources/templates/Localizable.strings:526 #, no-wrap msgid "LayoutID=898" msgstr "LayoutID=898" @@ -1811,8 +1752,7 @@ "382 (0x82, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDxBD7_title" -#: Resources/templates/Localizable.strings:424 -#: Resources/templates/Localizable.strings:530 +#: Resources/templates/Localizable.strings:424 Resources/templates/Localizable.strings:530 #, no-wrap msgid "LayoutID=1981" msgstr "LayoutID=1981" @@ -3341,13 +3281,13 @@ msgid "Settings to control how Chameleon works." msgstr "Options pour controler le comportement de Chameleon." -#. type: "CrsActiveConfig_title" +#. type: "CsrActiveConfig_title" #: Resources/templates/Localizable.strings:883 #, no-wrap -msgid "CrsActiveConfig" -msgstr "CrsActiveConfig" +msgid "CsrActiveConfig" +msgstr "CsrActiveConfig" -#. type: "CrsActiveConfig_description" +#. type: "CsrActiveConfig_description" #: Resources/templates/Localizable.strings:884 #, no-wrap msgid "System Integrity Protection (SIP)." @@ -3507,120 +3447,185 @@ #. type: "Patches_title" #: Resources/templates/Localizable.strings:945 -#, no-wrap -msgid "Patches" -msgstr "Correctifs" +#, fuzzy, no-wrap +#| msgid "Kext Patcher" +msgid "Embedded Patcher" +msgstr "Kext Patcher" #. type: "Patches_description" #: Resources/templates/Localizable.strings:946 -#, no-wrap -msgid "A selection of options to patch the kernel." +#, fuzzy, no-wrap +#| msgid "A selection of options to patch the kernel." +msgid "A selection of options to patch the Kernel and Kexts." msgstr "Options concernant les correctifs." #. type: "kernelPatcher_title" -#: Resources/templates/Localizable.strings:948 -#, no-wrap -msgid "kernel Patcher" -msgstr "kernel Patcher" +#: Resources/templates/Localizable.strings:949 +#, fuzzy, no-wrap +#| msgid "Kernel Patcher" +msgid "Embedded Kernel Patch" +msgstr "Kernel Patcher" #. type: "kernelPatcher_description" -#: Resources/templates/Localizable.strings:949 +#: Resources/templates/Localizable.strings:950 #, no-wrap msgid "Select one patch for your kernel." msgstr "Sélectionnez un patch pour le noyau." #. type: "KernelBooter_kexts_title" -#: Resources/templates/Localizable.strings:952 +#: Resources/templates/Localizable.strings:953 #, no-wrap msgid "KernelBooter_kexts" msgstr "KernelBooter_kexts" #. type: "KernelBooter_kexts_description" -#: Resources/templates/Localizable.strings:953 +#: Resources/templates/Localizable.strings:954 #, no-wrap msgid "Re-enable /Extra/Extensions kexts on newer OSes." msgstr "Re-activer /Extra/ Extensions kexts sur les systèmes d’exploitation plus récents." #. type: "KernelPm_title" -#: Resources/templates/Localizable.strings:956 +#: Resources/templates/Localizable.strings:957 #, no-wrap msgid "KernelPm" msgstr "KernelPm" #. type: "KernelPm_description" -#: Resources/templates/Localizable.strings:957 +#: Resources/templates/Localizable.strings:958 #, no-wrap msgid "Kernel Power Management patch." msgstr "Kernel Power Management patch." #. type: "KernelLapicError_title" -#: Resources/templates/Localizable.strings:960 +#: Resources/templates/Localizable.strings:961 #, no-wrap msgid "KernelLapicError" msgstr "KernelLapicError" #. type: "KernelLapicError_description" -#: Resources/templates/Localizable.strings:961 +#: Resources/templates/Localizable.strings:962 #, no-wrap msgid "Remove the Local Apic Error panic." msgstr "Supprimer l’erreur panique Apic locale." #. type: "KernelLapicVersion_title" -#: Resources/templates/Localizable.strings:964 +#: Resources/templates/Localizable.strings:965 #, no-wrap msgid "KernelLapicVersion" msgstr "KernelLapicVersion" #. type: "KernelLapicVersion_description" -#: Resources/templates/Localizable.strings:965 +#: Resources/templates/Localizable.strings:966 #, no-wrap msgid "Remove the Local Apic Version panic." msgstr "Retirez la panique locale Apic Version." #. type: "KernelHaswell_title" -#: Resources/templates/Localizable.strings:968 +#: Resources/templates/Localizable.strings:969 #, no-wrap msgid "KernelHaswell" msgstr "KernelHaswell" #. type: "KernelHaswell_description" -#: Resources/templates/Localizable.strings:969 +#: Resources/templates/Localizable.strings:970 #, no-wrap msgid "Patch for Haswell \\\"E\\\" and \\\"ULT\\\" support on older OSes." msgstr "Patch pour Haswell \\\"E\\\" et support \\\"ULT\\\" sur les systèmes d’exploitation plus anciens." #. type: "KernelcpuFamily_title" -#: Resources/templates/Localizable.strings:972 +#: Resources/templates/Localizable.strings:973 #, no-wrap msgid "KernelcpuFamily" msgstr "KernelcpuFamily" #. type: "KernelcpuFamily_description" -#: Resources/templates/Localizable.strings:973 +#: Resources/templates/Localizable.strings:974 #, no-wrap msgid "Patch the cpuid_family address to remove the _cpuid_set_info _panic and _tsc_init _panic. For unsupported CPUs" msgstr "Patch l’adresse cpuid_family pour enlever le _cpuid_set_info _panic et _tsc_init _panic. Pour les CPU non pris en charge" #. type: "KernelSSE3_title" -#: Resources/templates/Localizable.strings:976 +#: Resources/templates/Localizable.strings:977 #, no-wrap msgid "KernelSSE3" msgstr "KernelSSE3" #. type: "KernelSSE3_description" -#: Resources/templates/Localizable.strings:977 +#: Resources/templates/Localizable.strings:978 #, no-wrap msgid "Patch to enable more SSE3 instructions on older CPUs to run newer OSes." msgstr "Patch pour permettre à plus d’instructions SSE3 sur les anciennes CPU pour exécuter les systèmes d’exploitation plus récents." +#. type: "kextsPatcher_title" +#: Resources/templates/Localizable.strings:987 +#, fuzzy, no-wrap +#| msgid "Kext Patcher" +msgid "Embedded Kexts Patch" +msgstr "Kext Patcher" + +#. type: "kextsPatcher_description" +#: Resources/templates/Localizable.strings:988 +#, fuzzy, no-wrap +#| msgid "A selection of options to patch the kernel." +msgid "A selection of options to patch kexts." +msgstr "Options concernant les correctifs." + +#. type: "AppleRTCPatch_title" +#: Resources/templates/Localizable.strings:991 +#, no-wrap +msgid "AppleRTC Patch" +msgstr "" + +#. type: "AppleRTCPatch_description" +#: Resources/templates/Localizable.strings:992 +#, no-wrap +msgid "Patch AppleRTC." +msgstr "" + +#. type: "OrangeIconFixSata_title" +#: Resources/templates/Localizable.strings:995 +#, no-wrap +msgid "OrangeIcon Fix" +msgstr "" + +#. type: "OrangeIconFixSata_description" +#: Resources/templates/Localizable.strings:996 +#, no-wrap +msgid "Fix OrangeIcon." +msgstr "" + +#. type: "TrimEnablerSata_title" +#: Resources/templates/Localizable.strings:999 +#, no-wrap +msgid "TrimEnabler Sata" +msgstr "" + +#. type: "TrimEnablerSata_description" +#: Resources/templates/Localizable.strings:1000 +#, no-wrap +msgid "Sata TrimEnabler." +msgstr "" + +#. type: "AICPMPatch_title" +#: Resources/templates/Localizable.strings:1003 +#, no-wrap +msgid "AICPM Patch" +msgstr "" + +#. type: "AICPMPatch_description" +#: Resources/templates/Localizable.strings:1004 +#, no-wrap +msgid "Patch AICPM." +msgstr "" + #. type: "Themes_title" -#: Resources/templates/Localizable.strings:982 +#: Resources/templates/Localizable.strings:1010 #, no-wrap msgid "Themes" msgstr "Thèmes" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:983 +#: Resources/templates/Localizable.strings:1011 #, no-wrap msgid "" "A collection of sample themes\n" @@ -3629,7 +3634,28 @@ "Une collection de thèmes\n" "Plus de thèmes peuvent être trouvés sur http://forum.voodooprojects.org/index.php/board,7.0.html" +#~ msgid "Patches" +#~ msgstr "Correctifs" + +#~ msgid "kernel Patcher" +#~ msgstr "kernel Patcher" + #, fuzzy +#~| msgid "Kext Patcher" +#~ msgid "Kexts Patcher" +#~ msgstr "Kext Patcher" + +#, fuzzy +#~| msgid "Select one patch for your kernel." +#~ msgid "Select patch for your kext." +#~ msgstr "Sélectionnez un patch pour le noyau." + +#, fuzzy +#~| msgid "Kernel Patcher" +#~ msgid "Kernel Patches" +#~ msgstr "Kernel Patcher" + +#, fuzzy #~| msgid "Intel Azul AAPL,ig-platform-id" #~ msgid "Intel Bdw (Broadwell) AAPL,ig-platform-id" #~ msgstr "Intel Azul AAPL,ig-platform-id" @@ -3637,34 +3663,20 @@ #~ msgid "Install Type" #~ msgstr "Type d'installation" -#~ msgid "" -#~ "Choose to perform a new installation or upgrade an existing installation." -#~ msgstr "" -#~ "Choisissez de faire une nouvelle installation ou d'en mettre à jour une " -#~ "existante." +#~ msgid "Choose to perform a new installation or upgrade an existing installation." +#~ msgstr "Choisissez de faire une nouvelle installation ou d'en mettre à jour une existante." #~ msgid "New Installation" #~ msgstr "Nouvelle installation" -#~ msgid "" -#~ "Backup an existing /Extra folder, if found on the target partition. A new " -#~ "one will be created if any options are chosen from the installer, other " -#~ "than the Bootloader." -#~ msgstr "" -#~ "Sauvegarde un dossier /Extra existant, si trouvé sur la partition cible. " -#~ "Un nouveau dossier sera crée si vous choisissez n'importe quelle option " -#~ "en plus de l'amorçeur de démarrage." +#~ msgid "Backup an existing /Extra folder, if found on the target partition. A new one will be created if any options are chosen from the installer, other than the Bootloader." +#~ msgstr "Sauvegarde un dossier /Extra existant, si trouvé sur la partition cible. Un nouveau dossier sera crée si vous choisissez n'importe quelle option en plus de l'amorçeur de démarrage." #~ msgid "Upgrade" #~ msgstr "Mise à jour" -#~ msgid "" -#~ "Merge an existing /Extra folder, if found on the target, with any options " -#~ "chosen from the installer, other than the Bootloader. The original /Extra " -#~ "folder will be backed up." -#~ msgstr "" -#~ "Fusionne un dossier /Extra existant, si trouvé sur la partition cible, " -#~ "avec n'importe quelle option choisie en plus de l'amorçeur de démarrage." +#~ msgid "Merge an existing /Extra folder, if found on the target, with any options chosen from the installer, other than the Bootloader. The original /Extra folder will be backed up." +#~ msgstr "Fusionne un dossier /Extra existant, si trouvé sur la partition cible, avec n'importe quelle option choisie en plus de l'amorçeur de démarrage." #~ msgid "EFI" #~ msgstr "EFI" @@ -3672,12 +3684,8 @@ #~ msgid "Keylayout" #~ msgstr "Keylayout" -#~ msgid "" -#~ "This module permits the user to define the keyboard key mappings. This " -#~ "module and associated keymaps are installed by default." -#~ msgstr "" -#~ "Ce module permet à l'utilisateur de définir le mappage des touches du " -#~ "clavier." +#~ msgid "This module permits the user to define the keyboard key mappings. This module and associated keymaps are installed by default." +#~ msgstr "Ce module permet à l'utilisateur de définir le mappage des touches du clavier." #~ msgid "Utilities" #~ msgstr "Utilitaires" Index: branches/ErmaC/Enoch/package/po/nl.po =================================================================== --- branches/ErmaC/Enoch/package/po/nl.po (revision 2880) +++ branches/ErmaC/Enoch/package/po/nl.po (revision 2881) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Chameleon 2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-02 13:34+0000\n" +"POT-Creation-Date: 2017-03-26 11:51+0100\n" "PO-Revision-Date: 2015-02-13 18:32-0000\n" "Last-Translator: beta992 \n" "Language-Team: nl \n" @@ -1280,101 +1280,101 @@ msgid "Set Graphics Mode to 1920x1200x32" msgstr "Zet de grafische resolutie op 1920x1200x32" -#. type: "Crs1_title" +#. type: "Csr1_title" #: Resources/templates/Localizable.strings:298 #, no-wrap -msgid "CRS_ALLOW_UNTRUSTED_KEXTS" -msgstr "CRS laat niet ondertekende kexts toe" +msgid "CSR_ALLOW_UNTRUSTED_KEXTS" +msgstr "CSR laat niet ondertekende kexts toe" -#. type: "Crs1_description" +#. type: "Csr1_description" #: Resources/templates/Localizable.strings:299 #, no-wrap msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)." msgstr "Kext ondertekening: geïntroduceerd in 10.9, uitgebreid in 10.10 (kext ondertekening is voor alle kexts vereist), is nu onderdeel van rootless (SIP)" -#. type: "Crs2_title" +#. type: "Csr2_title" #: Resources/templates/Localizable.strings:301 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_FS" -msgstr "CRS_ALLOW_UNRESTRICTED_FS" +msgid "CSR_ALLOW_UNRESTRICTED_FS" +msgstr "CSR_ALLOW_UNRESTRICTED_FS" -#. type: "Crs2_description" +#. type: "Csr2_description" #: Resources/templates/Localizable.strings:302 #, no-wrap msgid "Filesystem protection: Important system files are protected and cannot be modified." msgstr "Bestandssysteem beveiliging: belangrijke systeembestanden zijn beveiligd en kunnen niet gewijzigd worden." -#. type: "Crs4_title" +#. type: "Csr4_title" #: Resources/templates/Localizable.strings:304 #, no-wrap -msgid "CRS_ALLOW_TASK_FOR_PID" -msgstr "CRS_ALLOW_TASK_FOR_PID" +msgid "CSR_ALLOW_TASK_FOR_PID" +msgstr "CSR_ALLOW_TASK_FOR_PID" -#. type: "Crs4_description" +#. type: "Csr4_description" #: Resources/templates/Localizable.strings:305 #, no-wrap -msgid "Disable CRS_ALLOW_TASK_FOR_PID" -msgstr "Schakel CRS_ALLOW_TASK_FOR_PID uit" +msgid "Disable CSR_ALLOW_TASK_FOR_PID" +msgstr "Schakel CSR_ALLOW_TASK_FOR_PID uit" -#. type: "Crs8_title" +#. type: "Csr8_title" #: Resources/templates/Localizable.strings:307 #, no-wrap -msgid "CRS_ALLOW_KERNEL_DEBUGGER" -msgstr "CRS_ALLOW_KERNEL_DEBUGGER" +msgid "CSR_ALLOW_KERNEL_DEBUGGER" +msgstr "CSR_ALLOW_KERNEL_DEBUGGER" -#. type: "Crs8_description" +#. type: "Csr8_description" #: Resources/templates/Localizable.strings:308 #, no-wrap -msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER" -msgstr "Schakel CRS_ALLOW_KERNEL_DEBUGGER uit" +msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER" +msgstr "Schakel CSR_ALLOW_KERNEL_DEBUGGER uit" -#. type: "Crs16_title" +#. type: "Csr16_title" #: Resources/templates/Localizable.strings:310 #, no-wrap -msgid "CRS_ALLOW_APPLE_INTERNAL" -msgstr "CRS_ALLOW_APPLE_INTERNAL" +msgid "CSR_ALLOW_APPLE_INTERNAL" +msgstr "CSR_ALLOW_APPLE_INTERNAL" -#. type: "Crs16_description" +#. type: "Csr16_description" #: Resources/templates/Localizable.strings:311 #, no-wrap -msgid "Disable CRS_ALLOW_APPLE_INTERNAL" -msgstr "Schakel CRS_ALLOW_APPLE_INTERNAL uit" +msgid "Disable CSR_ALLOW_APPLE_INTERNAL" +msgstr "Schakel CSR_ALLOW_APPLE_INTERNAL uit" -#. type: "Crs32_title" +#. type: "Csr32_title" #: Resources/templates/Localizable.strings:313 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_DTRACE" -msgstr "CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "CSR_ALLOW_UNRESTRICTED_DTRACE" +msgstr "CSR_ALLOW_UNRESTRICTED_DTRACE" -#. type: "Crs32_description" +#. type: "Csr32_description" #: Resources/templates/Localizable.strings:314 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE" -msgstr "Schakel CRS_ALLOW_UNRESTRICTED_DTRACE uit" +msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE" +msgstr "Schakel CSR_ALLOW_UNRESTRICTED_DTRACE uit" -#. type: "Crs64_title" +#. type: "Csr64_title" #: Resources/templates/Localizable.strings:316 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_NVRAM" -msgstr "CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "CSR_ALLOW_UNRESTRICTED_NVRAM" +msgstr "CSR_ALLOW_UNRESTRICTED_NVRAM" -#. type: "Crs64_description" +#. type: "Csr64_description" #: Resources/templates/Localizable.strings:317 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM" -msgstr "Schakel CRS_ALLOW_UNRESTRICTED_NVRAM uit" +msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM" +msgstr "Schakel CSR_ALLOW_UNRESTRICTED_NVRAM uit" -#. type: "Crs128_title" +#. type: "Csr128_title" #: Resources/templates/Localizable.strings:319 #, no-wrap -msgid "CRS_ALLOW_DEVICE_CONFIGURATION" -msgstr "CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "CSR_ALLOW_DEVICE_CONFIGURATION" +msgstr "CSR_ALLOW_DEVICE_CONFIGURATION" -#. type: "Crs128_description" +#. type: "Csr128_description" #: Resources/templates/Localizable.strings:320 #, no-wrap -msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION" -msgstr "Schakel CRS_ALLOW_DEVICE_CONFIGURATION uit" +msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION" +msgstr "Schakel CSR_ALLOW_DEVICE_CONFIGURATION uit" #. type: "HDAULayoutIDx01_title" #: Resources/templates/Localizable.strings:324 @@ -3332,13 +3332,14 @@ msgid "Settings to control how Chameleon works." msgstr "Opties gerelateerd aan hoe Chameleon werkt." -#. type: "CrsActiveConfig_title" +#. type: "CsrActiveConfig_title" #: Resources/templates/Localizable.strings:883 -#, no-wrap -msgid "CrsActiveConfig" -msgstr "CrsActiveConfig" +#, fuzzy, no-wrap +#| msgid "CsrActiveConfig" +msgid "CsrActiveConfig" +msgstr "CsrActiveConfig" -#. type: "CrsActiveConfig_description" +#. type: "CsrActiveConfig_description" #: Resources/templates/Localizable.strings:884 #, no-wrap msgid "System Integrity Protection (SIP)." @@ -3496,120 +3497,185 @@ #. type: "Patches_title" #: Resources/templates/Localizable.strings:945 -#, no-wrap -msgid "Patches" -msgstr "Patches" +#, fuzzy, no-wrap +#| msgid "Kext Patcher" +msgid "Embedded Patcher" +msgstr "Kext Patcher" #. type: "Patches_description" #: Resources/templates/Localizable.strings:946 -#, no-wrap -msgid "A selection of options to patch the kernel." +#, fuzzy, no-wrap +#| msgid "A selection of options to patch the kernel." +msgid "A selection of options to patch the Kernel and Kexts." msgstr "Een selectie aan opties welke te maken hebben met de kernel." #. type: "kernelPatcher_title" -#: Resources/templates/Localizable.strings:948 -#, no-wrap -msgid "kernel Patcher" +#: Resources/templates/Localizable.strings:949 +#, fuzzy, no-wrap +#| msgid "Kernel Patcher" +msgid "Embedded Kernel Patch" msgstr "Kernel Patcher" #. type: "kernelPatcher_description" -#: Resources/templates/Localizable.strings:949 +#: Resources/templates/Localizable.strings:950 #, no-wrap msgid "Select one patch for your kernel." msgstr "Kies een patch voor je kernel." #. type: "KernelBooter_kexts_title" -#: Resources/templates/Localizable.strings:952 +#: Resources/templates/Localizable.strings:953 #, no-wrap msgid "KernelBooter_kexts" msgstr "KernelBooter_kexts" #. type: "KernelBooter_kexts_description" -#: Resources/templates/Localizable.strings:953 +#: Resources/templates/Localizable.strings:954 #, no-wrap msgid "Re-enable /Extra/Extensions kexts on newer OSes." msgstr "Re-enable /Extra/Extensions kexts voo nieuwere OSes." #. type: "KernelPm_title" -#: Resources/templates/Localizable.strings:956 +#: Resources/templates/Localizable.strings:957 #, no-wrap msgid "KernelPm" msgstr "KernelPM" #. type: "KernelPm_description" -#: Resources/templates/Localizable.strings:957 +#: Resources/templates/Localizable.strings:958 #, no-wrap msgid "Kernel Power Management patch." msgstr "Kernel Stroom Beheer patch." #. type: "KernelLapicError_title" -#: Resources/templates/Localizable.strings:960 +#: Resources/templates/Localizable.strings:961 #, no-wrap msgid "KernelLapicError" msgstr "KernelLapicError" #. type: "KernelLapicError_description" -#: Resources/templates/Localizable.strings:961 +#: Resources/templates/Localizable.strings:962 #, no-wrap msgid "Remove the Local Apic Error panic." msgstr "Verwijder de Local Apic Error panic." #. type: "KernelLapicVersion_title" -#: Resources/templates/Localizable.strings:964 +#: Resources/templates/Localizable.strings:965 #, no-wrap msgid "KernelLapicVersion" msgstr "KernelLapicVersion" #. type: "KernelLapicVersion_description" -#: Resources/templates/Localizable.strings:965 +#: Resources/templates/Localizable.strings:966 #, no-wrap msgid "Remove the Local Apic Version panic." msgstr "Verwijder de Local Apic Versie panic." #. type: "KernelHaswell_title" -#: Resources/templates/Localizable.strings:968 +#: Resources/templates/Localizable.strings:969 #, no-wrap msgid "KernelHaswell" msgstr "KernelHaswell" #. type: "KernelHaswell_description" -#: Resources/templates/Localizable.strings:969 +#: Resources/templates/Localizable.strings:970 #, no-wrap msgid "Patch for Haswell \\\"E\\\" and \\\"ULT\\\" support on older OSes." msgstr "Patch voor Haswell \\\"E\\\" en \\\"ULT\\\" support voor oudere OSen." #. type: "KernelcpuFamily_title" -#: Resources/templates/Localizable.strings:972 +#: Resources/templates/Localizable.strings:973 #, no-wrap msgid "KernelcpuFamily" msgstr "KernelcpuFamily" #. type: "KernelcpuFamily_description" -#: Resources/templates/Localizable.strings:973 +#: Resources/templates/Localizable.strings:974 #, no-wrap msgid "Patch the cpuid_family address to remove the _cpuid_set_info _panic and _tsc_init _panic. For unsupported CPUs" msgstr "Patch de cpuid_family adres voor het verwijderen van de _cpuid_set_info _panic en _tsc_init _panic. Voor niet ondersteunde CPUs" #. type: "KernelSSE3_title" -#: Resources/templates/Localizable.strings:976 +#: Resources/templates/Localizable.strings:977 #, no-wrap msgid "KernelSSE3" msgstr "KernelSSE3" #. type: "KernelSSE3_description" -#: Resources/templates/Localizable.strings:977 +#: Resources/templates/Localizable.strings:978 #, no-wrap msgid "Patch to enable more SSE3 instructions on older CPUs to run newer OSes." msgstr "Patch om meer SSE3 instructions aan te zetten op oudere CPUs om nieuwere OSen te kunnen draaien." +#. type: "kextsPatcher_title" +#: Resources/templates/Localizable.strings:987 +#, fuzzy, no-wrap +#| msgid "Kext Patcher" +msgid "Embedded Kexts Patch" +msgstr "Kext Patcher" + +#. type: "kextsPatcher_description" +#: Resources/templates/Localizable.strings:988 +#, fuzzy, no-wrap +#| msgid "A selection of options to patch the kernel." +msgid "A selection of options to patch kexts." +msgstr "Een selectie aan opties welke te maken hebben met de kernel." + +#. type: "AppleRTCPatch_title" +#: Resources/templates/Localizable.strings:991 +#, no-wrap +msgid "AppleRTC Patch" +msgstr "" + +#. type: "AppleRTCPatch_description" +#: Resources/templates/Localizable.strings:992 +#, no-wrap +msgid "Patch AppleRTC." +msgstr "" + +#. type: "OrangeIconFixSata_title" +#: Resources/templates/Localizable.strings:995 +#, no-wrap +msgid "OrangeIcon Fix" +msgstr "" + +#. type: "OrangeIconFixSata_description" +#: Resources/templates/Localizable.strings:996 +#, no-wrap +msgid "Fix OrangeIcon." +msgstr "" + +#. type: "TrimEnablerSata_title" +#: Resources/templates/Localizable.strings:999 +#, no-wrap +msgid "TrimEnabler Sata" +msgstr "" + +#. type: "TrimEnablerSata_description" +#: Resources/templates/Localizable.strings:1000 +#, no-wrap +msgid "Sata TrimEnabler." +msgstr "" + +#. type: "AICPMPatch_title" +#: Resources/templates/Localizable.strings:1003 +#, no-wrap +msgid "AICPM Patch" +msgstr "" + +#. type: "AICPMPatch_description" +#: Resources/templates/Localizable.strings:1004 +#, no-wrap +msgid "Patch AICPM." +msgstr "" + #. type: "Themes_title" -#: Resources/templates/Localizable.strings:982 +#: Resources/templates/Localizable.strings:1010 #, no-wrap msgid "Themes" msgstr "Thema's" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:983 +#: Resources/templates/Localizable.strings:1011 #, no-wrap msgid "" "A collection of sample themes\n" @@ -3618,7 +3684,28 @@ "Een Collectie van Voorbeeld Thema's\n" "Meer thema's kunnen worden gevonden op http://forum.voodooprojects.org/index.php/board,7.0.html" +#~ msgid "Patches" +#~ msgstr "Patches" + +#~ msgid "kernel Patcher" +#~ msgstr "Kernel Patcher" + #, fuzzy +#~| msgid "Kext Patcher" +#~ msgid "Kexts Patcher" +#~ msgstr "Kext Patcher" + +#, fuzzy +#~| msgid "Select one patch for your kernel." +#~ msgid "Select patch for your kext." +#~ msgstr "Kies een patch voor je kernel." + +#, fuzzy +#~| msgid "Kernel Patcher" +#~ msgid "Kernel Patches" +#~ msgstr "Kernel Patcher" + +#, fuzzy #~| msgid "Intel Azul AAPL,ig-platform-id" #~ msgid "Intel Bdw (Broadwell) AAPL,ig-platform-id" #~ msgstr "Intel Azul AAPL,ig-platform-id" Index: branches/ErmaC/Enoch/package/po/ko.po =================================================================== --- branches/ErmaC/Enoch/package/po/ko.po (revision 2880) +++ branches/ErmaC/Enoch/package/po/ko.po (revision 2881) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: Chameleon 2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-02 13:34+0000\n" +"POT-Creation-Date: 2017-03-26 11:51+0100\n" "PO-Revision-Date: 2015-02-13 18:31-0000\n" "Last-Translator: Mill \n" "Language-Team: ko \n" @@ -1270,100 +1270,100 @@ msgid "Set Graphics Mode to 1920x1200x32" msgstr "부팅 해상도를 1920x1200x32" -#. type: "Crs1_title" +#. type: "Csr1_title" #: Resources/templates/Localizable.strings:298 #, no-wrap -msgid "CRS_ALLOW_UNTRUSTED_KEXTS" +msgid "CSR_ALLOW_UNTRUSTED_KEXTS" msgstr "" -#. type: "Crs1_description" +#. type: "Csr1_description" #: Resources/templates/Localizable.strings:299 #, no-wrap msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)." msgstr "" -#. type: "Crs2_title" +#. type: "Csr2_title" #: Resources/templates/Localizable.strings:301 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_FS" +msgid "CSR_ALLOW_UNRESTRICTED_FS" msgstr "" -#. type: "Crs2_description" +#. type: "Csr2_description" #: Resources/templates/Localizable.strings:302 #, no-wrap msgid "Filesystem protection: Important system files are protected and cannot be modified." msgstr "" -#. type: "Crs4_title" +#. type: "Csr4_title" #: Resources/templates/Localizable.strings:304 #, no-wrap -msgid "CRS_ALLOW_TASK_FOR_PID" +msgid "CSR_ALLOW_TASK_FOR_PID" msgstr "" -#. type: "Crs4_description" +#. type: "Csr4_description" #: Resources/templates/Localizable.strings:305 #, no-wrap -msgid "Disable CRS_ALLOW_TASK_FOR_PID" +msgid "Disable CSR_ALLOW_TASK_FOR_PID" msgstr "" -#. type: "Crs8_title" +#. type: "Csr8_title" #: Resources/templates/Localizable.strings:307 #, no-wrap -msgid "CRS_ALLOW_KERNEL_DEBUGGER" +msgid "CSR_ALLOW_KERNEL_DEBUGGER" msgstr "" -#. type: "Crs8_description" +#. type: "Csr8_description" #: Resources/templates/Localizable.strings:308 #, no-wrap -msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER" +msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER" msgstr "" -#. type: "Crs16_title" +#. type: "Csr16_title" #: Resources/templates/Localizable.strings:310 #, no-wrap -msgid "CRS_ALLOW_APPLE_INTERNAL" +msgid "CSR_ALLOW_APPLE_INTERNAL" msgstr "" -#. type: "Crs16_description" +#. type: "Csr16_description" #: Resources/templates/Localizable.strings:311 #, no-wrap -msgid "Disable CRS_ALLOW_APPLE_INTERNAL" +msgid "Disable CSR_ALLOW_APPLE_INTERNAL" msgstr "" -#. type: "Crs32_title" +#. type: "Csr32_title" #: Resources/templates/Localizable.strings:313 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "CSR_ALLOW_UNRESTRICTED_DTRACE" msgstr "" -#. type: "Crs32_description" +#. type: "Csr32_description" #: Resources/templates/Localizable.strings:314 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE" msgstr "" -#. type: "Crs64_title" +#. type: "Csr64_title" #: Resources/templates/Localizable.strings:316 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "CSR_ALLOW_UNRESTRICTED_NVRAM" msgstr "" -#. type: "Crs64_description" +#. type: "Csr64_description" #: Resources/templates/Localizable.strings:317 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM" msgstr "" -#. type: "Crs128_title" +#. type: "Csr128_title" #: Resources/templates/Localizable.strings:319 #, no-wrap -msgid "CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "CSR_ALLOW_DEVICE_CONFIGURATION" msgstr "" -#. type: "Crs128_description" +#. type: "Csr128_description" #: Resources/templates/Localizable.strings:320 #, no-wrap -msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION" msgstr "" #. type: "HDAULayoutIDx01_title" @@ -3363,13 +3363,13 @@ msgid "Settings to control how Chameleon works." msgstr "전체적인 부팅 화면을 커스터마이징할 수 있습니다." -#. type: "CrsActiveConfig_title" +#. type: "CsrActiveConfig_title" #: Resources/templates/Localizable.strings:883 #, no-wrap -msgid "CrsActiveConfig" +msgid "CsrActiveConfig" msgstr "" -#. type: "CrsActiveConfig_description" +#. type: "CsrActiveConfig_description" #: Resources/templates/Localizable.strings:884 #, no-wrap msgid "System Integrity Protection (SIP)." @@ -3535,126 +3535,188 @@ #: Resources/templates/Localizable.strings:945 #, fuzzy, no-wrap #| msgid "Kext Patcher" -msgid "Patches" +msgid "Embedded Patcher" msgstr "Kext 패쳐" #. type: "Patches_description" #: Resources/templates/Localizable.strings:946 #, fuzzy, no-wrap #| msgid "A selection of options that deal with video." -msgid "A selection of options to patch the kernel." +msgid "A selection of options to patch the Kernel and Kexts." msgstr "그래픽 카드들과 관련된 옵션들입니다" #. type: "kernelPatcher_title" -#: Resources/templates/Localizable.strings:948 +#: Resources/templates/Localizable.strings:949 #, fuzzy, no-wrap #| msgid "Kernel Patcher" -msgid "kernel Patcher" +msgid "Embedded Kernel Patch" msgstr "Kernel Patcher(커널 패치)" #. type: "kernelPatcher_description" -#: Resources/templates/Localizable.strings:949 +#: Resources/templates/Localizable.strings:950 #, no-wrap msgid "Select one patch for your kernel." msgstr "" #. type: "KernelBooter_kexts_title" -#: Resources/templates/Localizable.strings:952 +#: Resources/templates/Localizable.strings:953 #, no-wrap msgid "KernelBooter_kexts" msgstr "" #. type: "KernelBooter_kexts_description" -#: Resources/templates/Localizable.strings:953 +#: Resources/templates/Localizable.strings:954 #, no-wrap msgid "Re-enable /Extra/Extensions kexts on newer OSes." msgstr "" #. type: "KernelPm_title" -#: Resources/templates/Localizable.strings:956 +#: Resources/templates/Localizable.strings:957 #, fuzzy, no-wrap #| msgid "Kernel Patcher" msgid "KernelPm" msgstr "Kernel Patcher(커널 패치)" #. type: "KernelPm_description" -#: Resources/templates/Localizable.strings:957 +#: Resources/templates/Localizable.strings:958 #, fuzzy, no-wrap #| msgid "Power Management" msgid "Kernel Power Management patch." msgstr "전원 관리" #. type: "KernelLapicError_title" -#: Resources/templates/Localizable.strings:960 +#: Resources/templates/Localizable.strings:961 #, fuzzy, no-wrap #| msgid "Kernel Patcher" msgid "KernelLapicError" msgstr "Kernel Patcher(커널 패치)" #. type: "KernelLapicError_description" -#: Resources/templates/Localizable.strings:961 +#: Resources/templates/Localizable.strings:962 #, no-wrap msgid "Remove the Local Apic Error panic." msgstr "" #. type: "KernelLapicVersion_title" -#: Resources/templates/Localizable.strings:964 +#: Resources/templates/Localizable.strings:965 #, fuzzy, no-wrap #| msgid "Kernel Patcher" msgid "KernelLapicVersion" msgstr "Kernel Patcher(커널 패치)" #. type: "KernelLapicVersion_description" -#: Resources/templates/Localizable.strings:965 +#: Resources/templates/Localizable.strings:966 #, no-wrap msgid "Remove the Local Apic Version panic." msgstr "" #. type: "KernelHaswell_title" -#: Resources/templates/Localizable.strings:968 +#: Resources/templates/Localizable.strings:969 #, fuzzy, no-wrap #| msgid "Kernel Flags" msgid "KernelHaswell" msgstr "커널 플래그(Kernel Flags)" #. type: "KernelHaswell_description" -#: Resources/templates/Localizable.strings:969 +#: Resources/templates/Localizable.strings:970 #, no-wrap msgid "Patch for Haswell \\\"E\\\" and \\\"ULT\\\" support on older OSes." msgstr "" #. type: "KernelcpuFamily_title" -#: Resources/templates/Localizable.strings:972 +#: Resources/templates/Localizable.strings:973 #, no-wrap msgid "KernelcpuFamily" msgstr "" #. type: "KernelcpuFamily_description" -#: Resources/templates/Localizable.strings:973 +#: Resources/templates/Localizable.strings:974 #, no-wrap msgid "Patch the cpuid_family address to remove the _cpuid_set_info _panic and _tsc_init _panic. For unsupported CPUs" msgstr "" #. type: "KernelSSE3_title" -#: Resources/templates/Localizable.strings:976 +#: Resources/templates/Localizable.strings:977 #, no-wrap msgid "KernelSSE3" msgstr "" #. type: "KernelSSE3_description" -#: Resources/templates/Localizable.strings:977 +#: Resources/templates/Localizable.strings:978 #, no-wrap msgid "Patch to enable more SSE3 instructions on older CPUs to run newer OSes." msgstr "" +#. type: "kextsPatcher_title" +#: Resources/templates/Localizable.strings:987 +#, fuzzy, no-wrap +#| msgid "Kext Patcher" +msgid "Embedded Kexts Patch" +msgstr "Kext 패쳐" + +#. type: "kextsPatcher_description" +#: Resources/templates/Localizable.strings:988 +#, fuzzy, no-wrap +#| msgid "A selection of options that deal with video." +msgid "A selection of options to patch kexts." +msgstr "그래픽 카드들과 관련된 옵션들입니다" + +#. type: "AppleRTCPatch_title" +#: Resources/templates/Localizable.strings:991 +#, no-wrap +msgid "AppleRTC Patch" +msgstr "" + +#. type: "AppleRTCPatch_description" +#: Resources/templates/Localizable.strings:992 +#, no-wrap +msgid "Patch AppleRTC." +msgstr "" + +#. type: "OrangeIconFixSata_title" +#: Resources/templates/Localizable.strings:995 +#, no-wrap +msgid "OrangeIcon Fix" +msgstr "" + +#. type: "OrangeIconFixSata_description" +#: Resources/templates/Localizable.strings:996 +#, no-wrap +msgid "Fix OrangeIcon." +msgstr "" + +#. type: "TrimEnablerSata_title" +#: Resources/templates/Localizable.strings:999 +#, no-wrap +msgid "TrimEnabler Sata" +msgstr "" + +#. type: "TrimEnablerSata_description" +#: Resources/templates/Localizable.strings:1000 +#, no-wrap +msgid "Sata TrimEnabler." +msgstr "" + +#. type: "AICPMPatch_title" +#: Resources/templates/Localizable.strings:1003 +#, no-wrap +msgid "AICPM Patch" +msgstr "" + +#. type: "AICPMPatch_description" +#: Resources/templates/Localizable.strings:1004 +#, no-wrap +msgid "Patch AICPM." +msgstr "" + #. type: "Themes_title" -#: Resources/templates/Localizable.strings:982 +#: Resources/templates/Localizable.strings:1010 #, no-wrap msgid "Themes" msgstr "테마" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:983 +#: Resources/templates/Localizable.strings:1011 #, no-wrap msgid "" "A collection of sample themes\n" @@ -3664,6 +3726,26 @@ "http://forum.voodooprojects.org/index.php/board,7.0.html" #, fuzzy +#~| msgid "Kext Patcher" +#~ msgid "Patches" +#~ msgstr "Kext 패쳐" + +#, fuzzy +#~| msgid "Kernel Patcher" +#~ msgid "kernel Patcher" +#~ msgstr "Kernel Patcher(커널 패치)" + +#, fuzzy +#~| msgid "Kext Patcher" +#~ msgid "Kexts Patcher" +#~ msgstr "Kext 패쳐" + +#, fuzzy +#~| msgid "Kernel Patcher" +#~ msgid "Kernel Patches" +#~ msgstr "Kernel Patcher(커널 패치)" + +#, fuzzy #~| msgid "Intel Azul AAPL,ig-platform-id" #~ msgid "Intel Bdw (Broadwell) AAPL,ig-platform-id" #~ msgstr "IIntel Azul AAPL,ig-platform-id" Index: branches/ErmaC/Enoch/package/po/hr.po =================================================================== --- branches/ErmaC/Enoch/package/po/hr.po (revision 2880) +++ branches/ErmaC/Enoch/package/po/hr.po (revision 2881) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Chameleon 2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-02 13:34+0000\n" +"POT-Creation-Date: 2017-03-26 11:51+0100\n" "PO-Revision-Date: 2015-02-13 18:29-0000\n" "Last-Translator: Xpam.AmAdEuS \n" "Language-Team: hr \n" @@ -1249,100 +1249,100 @@ msgid "Set Graphics Mode to 1920x1200x32" msgstr "Podesite Grafičku Rezoluciju na 1920x1200x32" -#. type: "Crs1_title" +#. type: "Csr1_title" #: Resources/templates/Localizable.strings:298 #, no-wrap -msgid "CRS_ALLOW_UNTRUSTED_KEXTS" +msgid "CSR_ALLOW_UNTRUSTED_KEXTS" msgstr "" -#. type: "Crs1_description" +#. type: "Csr1_description" #: Resources/templates/Localizable.strings:299 #, no-wrap msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)." msgstr "" -#. type: "Crs2_title" +#. type: "Csr2_title" #: Resources/templates/Localizable.strings:301 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_FS" +msgid "CSR_ALLOW_UNRESTRICTED_FS" msgstr "" -#. type: "Crs2_description" +#. type: "Csr2_description" #: Resources/templates/Localizable.strings:302 #, no-wrap msgid "Filesystem protection: Important system files are protected and cannot be modified." msgstr "" -#. type: "Crs4_title" +#. type: "Csr4_title" #: Resources/templates/Localizable.strings:304 #, no-wrap -msgid "CRS_ALLOW_TASK_FOR_PID" +msgid "CSR_ALLOW_TASK_FOR_PID" msgstr "" -#. type: "Crs4_description" +#. type: "Csr4_description" #: Resources/templates/Localizable.strings:305 #, no-wrap -msgid "Disable CRS_ALLOW_TASK_FOR_PID" +msgid "Disable CSR_ALLOW_TASK_FOR_PID" msgstr "" -#. type: "Crs8_title" +#. type: "Csr8_title" #: Resources/templates/Localizable.strings:307 #, no-wrap -msgid "CRS_ALLOW_KERNEL_DEBUGGER" +msgid "CSR_ALLOW_KERNEL_DEBUGGER" msgstr "" -#. type: "Crs8_description" +#. type: "Csr8_description" #: Resources/templates/Localizable.strings:308 #, no-wrap -msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER" +msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER" msgstr "" -#. type: "Crs16_title" +#. type: "Csr16_title" #: Resources/templates/Localizable.strings:310 #, no-wrap -msgid "CRS_ALLOW_APPLE_INTERNAL" +msgid "CSR_ALLOW_APPLE_INTERNAL" msgstr "" -#. type: "Crs16_description" +#. type: "Csr16_description" #: Resources/templates/Localizable.strings:311 #, no-wrap -msgid "Disable CRS_ALLOW_APPLE_INTERNAL" +msgid "Disable CSR_ALLOW_APPLE_INTERNAL" msgstr "" -#. type: "Crs32_title" +#. type: "Csr32_title" #: Resources/templates/Localizable.strings:313 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "CSR_ALLOW_UNRESTRICTED_DTRACE" msgstr "" -#. type: "Crs32_description" +#. type: "Csr32_description" #: Resources/templates/Localizable.strings:314 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE" msgstr "" -#. type: "Crs64_title" +#. type: "Csr64_title" #: Resources/templates/Localizable.strings:316 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "CSR_ALLOW_UNRESTRICTED_NVRAM" msgstr "" -#. type: "Crs64_description" +#. type: "Csr64_description" #: Resources/templates/Localizable.strings:317 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM" msgstr "" -#. type: "Crs128_title" +#. type: "Csr128_title" #: Resources/templates/Localizable.strings:319 #, no-wrap -msgid "CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "CSR_ALLOW_DEVICE_CONFIGURATION" msgstr "" -#. type: "Crs128_description" +#. type: "Csr128_description" #: Resources/templates/Localizable.strings:320 #, no-wrap -msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION" msgstr "" #. type: "HDAULayoutIDx01_title" @@ -3248,13 +3248,13 @@ msgid "Settings to control how Chameleon works." msgstr "Opcije za kontrolu rada Chameleona." -#. type: "CrsActiveConfig_title" +#. type: "CsrActiveConfig_title" #: Resources/templates/Localizable.strings:883 #, no-wrap -msgid "CrsActiveConfig" +msgid "CsrActiveConfig" msgstr "" -#. type: "CrsActiveConfig_description" +#. type: "CsrActiveConfig_description" #: Resources/templates/Localizable.strings:884 #, no-wrap msgid "System Integrity Protection (SIP)." @@ -3416,126 +3416,188 @@ #: Resources/templates/Localizable.strings:945 #, fuzzy, no-wrap #| msgid "Kext Patcher" -msgid "Patches" +msgid "Embedded Patcher" msgstr "Kext Patcher" #. type: "Patches_description" #: Resources/templates/Localizable.strings:946 #, fuzzy, no-wrap #| msgid "A selection of options that deal with video." -msgid "A selection of options to patch the kernel." +msgid "A selection of options to patch the Kernel and Kexts." msgstr "Odabir opcija koje se bave videom." #. type: "kernelPatcher_title" -#: Resources/templates/Localizable.strings:948 +#: Resources/templates/Localizable.strings:949 #, fuzzy, no-wrap #| msgid "Kernel Patcher" -msgid "kernel Patcher" +msgid "Embedded Kernel Patch" msgstr "Kernel Patcher" #. type: "kernelPatcher_description" -#: Resources/templates/Localizable.strings:949 +#: Resources/templates/Localizable.strings:950 #, no-wrap msgid "Select one patch for your kernel." msgstr "" #. type: "KernelBooter_kexts_title" -#: Resources/templates/Localizable.strings:952 +#: Resources/templates/Localizable.strings:953 #, no-wrap msgid "KernelBooter_kexts" msgstr "" #. type: "KernelBooter_kexts_description" -#: Resources/templates/Localizable.strings:953 +#: Resources/templates/Localizable.strings:954 #, no-wrap msgid "Re-enable /Extra/Extensions kexts on newer OSes." msgstr "" #. type: "KernelPm_title" -#: Resources/templates/Localizable.strings:956 +#: Resources/templates/Localizable.strings:957 #, fuzzy, no-wrap #| msgid "Kernel Patcher" msgid "KernelPm" msgstr "Kernel Patcher" #. type: "KernelPm_description" -#: Resources/templates/Localizable.strings:957 +#: Resources/templates/Localizable.strings:958 #, fuzzy, no-wrap #| msgid "Power Management" msgid "Kernel Power Management patch." msgstr "Power Management" #. type: "KernelLapicError_title" -#: Resources/templates/Localizable.strings:960 +#: Resources/templates/Localizable.strings:961 #, fuzzy, no-wrap #| msgid "Kernel Patcher" msgid "KernelLapicError" msgstr "Kernel Patcher" #. type: "KernelLapicError_description" -#: Resources/templates/Localizable.strings:961 +#: Resources/templates/Localizable.strings:962 #, no-wrap msgid "Remove the Local Apic Error panic." msgstr "" #. type: "KernelLapicVersion_title" -#: Resources/templates/Localizable.strings:964 +#: Resources/templates/Localizable.strings:965 #, fuzzy, no-wrap #| msgid "Kernel Patcher" msgid "KernelLapicVersion" msgstr "Kernel Patcher" #. type: "KernelLapicVersion_description" -#: Resources/templates/Localizable.strings:965 +#: Resources/templates/Localizable.strings:966 #, no-wrap msgid "Remove the Local Apic Version panic." msgstr "" #. type: "KernelHaswell_title" -#: Resources/templates/Localizable.strings:968 +#: Resources/templates/Localizable.strings:969 #, fuzzy, no-wrap #| msgid "Kernel Flags" msgid "KernelHaswell" msgstr "Kernel Flags" #. type: "KernelHaswell_description" -#: Resources/templates/Localizable.strings:969 +#: Resources/templates/Localizable.strings:970 #, no-wrap msgid "Patch for Haswell \\\"E\\\" and \\\"ULT\\\" support on older OSes." msgstr "" #. type: "KernelcpuFamily_title" -#: Resources/templates/Localizable.strings:972 +#: Resources/templates/Localizable.strings:973 #, no-wrap msgid "KernelcpuFamily" msgstr "" #. type: "KernelcpuFamily_description" -#: Resources/templates/Localizable.strings:973 +#: Resources/templates/Localizable.strings:974 #, no-wrap msgid "Patch the cpuid_family address to remove the _cpuid_set_info _panic and _tsc_init _panic. For unsupported CPUs" msgstr "" #. type: "KernelSSE3_title" -#: Resources/templates/Localizable.strings:976 +#: Resources/templates/Localizable.strings:977 #, no-wrap msgid "KernelSSE3" msgstr "" #. type: "KernelSSE3_description" -#: Resources/templates/Localizable.strings:977 +#: Resources/templates/Localizable.strings:978 #, no-wrap msgid "Patch to enable more SSE3 instructions on older CPUs to run newer OSes." msgstr "" +#. type: "kextsPatcher_title" +#: Resources/templates/Localizable.strings:987 +#, fuzzy, no-wrap +#| msgid "Kext Patcher" +msgid "Embedded Kexts Patch" +msgstr "Kext Patcher" + +#. type: "kextsPatcher_description" +#: Resources/templates/Localizable.strings:988 +#, fuzzy, no-wrap +#| msgid "A selection of options that deal with video." +msgid "A selection of options to patch kexts." +msgstr "Odabir opcija koje se bave videom." + +#. type: "AppleRTCPatch_title" +#: Resources/templates/Localizable.strings:991 +#, no-wrap +msgid "AppleRTC Patch" +msgstr "" + +#. type: "AppleRTCPatch_description" +#: Resources/templates/Localizable.strings:992 +#, no-wrap +msgid "Patch AppleRTC." +msgstr "" + +#. type: "OrangeIconFixSata_title" +#: Resources/templates/Localizable.strings:995 +#, no-wrap +msgid "OrangeIcon Fix" +msgstr "" + +#. type: "OrangeIconFixSata_description" +#: Resources/templates/Localizable.strings:996 +#, no-wrap +msgid "Fix OrangeIcon." +msgstr "" + +#. type: "TrimEnablerSata_title" +#: Resources/templates/Localizable.strings:999 +#, no-wrap +msgid "TrimEnabler Sata" +msgstr "" + +#. type: "TrimEnablerSata_description" +#: Resources/templates/Localizable.strings:1000 +#, no-wrap +msgid "Sata TrimEnabler." +msgstr "" + +#. type: "AICPMPatch_title" +#: Resources/templates/Localizable.strings:1003 +#, no-wrap +msgid "AICPM Patch" +msgstr "" + +#. type: "AICPMPatch_description" +#: Resources/templates/Localizable.strings:1004 +#, no-wrap +msgid "Patch AICPM." +msgstr "" + #. type: "Themes_title" -#: Resources/templates/Localizable.strings:982 +#: Resources/templates/Localizable.strings:1010 #, no-wrap msgid "Themes" msgstr "Themes" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:983 +#: Resources/templates/Localizable.strings:1011 #, no-wrap msgid "" "A collection of sample themes\n" @@ -3545,6 +3607,26 @@ "Više tema možete pronaći na http://forum.voodooprojects.org/index.php/board,7.0.html" #, fuzzy +#~| msgid "Kext Patcher" +#~ msgid "Patches" +#~ msgstr "Kext Patcher" + +#, fuzzy +#~| msgid "Kernel Patcher" +#~ msgid "kernel Patcher" +#~ msgstr "Kernel Patcher" + +#, fuzzy +#~| msgid "Kext Patcher" +#~ msgid "Kexts Patcher" +#~ msgstr "Kext Patcher" + +#, fuzzy +#~| msgid "Kernel Patcher" +#~ msgid "Kernel Patches" +#~ msgstr "Kernel Patcher" + +#, fuzzy #~| msgid "Intel Azul AAPL,ig-platform-id" #~ msgid "Intel Bdw (Broadwell) AAPL,ig-platform-id" #~ msgstr "Intel Azul AAPL,ig-platform-id" Index: branches/ErmaC/Enoch/package/po/pl.po =================================================================== --- branches/ErmaC/Enoch/package/po/pl.po (revision 2880) +++ branches/ErmaC/Enoch/package/po/pl.po (revision 2881) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Chameleon 2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-02 13:34+0000\n" +"POT-Creation-Date: 2017-03-26 11:51+0100\n" "PO-Revision-Date: 2015-02-13 18:32-0000\n" "Last-Translator: oswaldini \n" "Language-Team: pl \n" @@ -1253,100 +1253,100 @@ msgid "Set Graphics Mode to 1920x1200x32" msgstr "Ustawia tryb graficzny na 1920x1200x32" -#. type: "Crs1_title" +#. type: "Csr1_title" #: Resources/templates/Localizable.strings:298 #, no-wrap -msgid "CRS_ALLOW_UNTRUSTED_KEXTS" +msgid "CSR_ALLOW_UNTRUSTED_KEXTS" msgstr "" -#. type: "Crs1_description" +#. type: "Csr1_description" #: Resources/templates/Localizable.strings:299 #, no-wrap msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)." msgstr "" -#. type: "Crs2_title" +#. type: "Csr2_title" #: Resources/templates/Localizable.strings:301 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_FS" +msgid "CSR_ALLOW_UNRESTRICTED_FS" msgstr "" -#. type: "Crs2_description" +#. type: "Csr2_description" #: Resources/templates/Localizable.strings:302 #, no-wrap msgid "Filesystem protection: Important system files are protected and cannot be modified." msgstr "" -#. type: "Crs4_title" +#. type: "Csr4_title" #: Resources/templates/Localizable.strings:304 #, no-wrap -msgid "CRS_ALLOW_TASK_FOR_PID" +msgid "CSR_ALLOW_TASK_FOR_PID" msgstr "" -#. type: "Crs4_description" +#. type: "Csr4_description" #: Resources/templates/Localizable.strings:305 #, no-wrap -msgid "Disable CRS_ALLOW_TASK_FOR_PID" +msgid "Disable CSR_ALLOW_TASK_FOR_PID" msgstr "" -#. type: "Crs8_title" +#. type: "Csr8_title" #: Resources/templates/Localizable.strings:307 #, no-wrap -msgid "CRS_ALLOW_KERNEL_DEBUGGER" +msgid "CSR_ALLOW_KERNEL_DEBUGGER" msgstr "" -#. type: "Crs8_description" +#. type: "Csr8_description" #: Resources/templates/Localizable.strings:308 #, no-wrap -msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER" +msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER" msgstr "" -#. type: "Crs16_title" +#. type: "Csr16_title" #: Resources/templates/Localizable.strings:310 #, no-wrap -msgid "CRS_ALLOW_APPLE_INTERNAL" +msgid "CSR_ALLOW_APPLE_INTERNAL" msgstr "" -#. type: "Crs16_description" +#. type: "Csr16_description" #: Resources/templates/Localizable.strings:311 #, no-wrap -msgid "Disable CRS_ALLOW_APPLE_INTERNAL" +msgid "Disable CSR_ALLOW_APPLE_INTERNAL" msgstr "" -#. type: "Crs32_title" +#. type: "Csr32_title" #: Resources/templates/Localizable.strings:313 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "CSR_ALLOW_UNRESTRICTED_DTRACE" msgstr "" -#. type: "Crs32_description" +#. type: "Csr32_description" #: Resources/templates/Localizable.strings:314 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE" msgstr "" -#. type: "Crs64_title" +#. type: "Csr64_title" #: Resources/templates/Localizable.strings:316 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "CSR_ALLOW_UNRESTRICTED_NVRAM" msgstr "" -#. type: "Crs64_description" +#. type: "Csr64_description" #: Resources/templates/Localizable.strings:317 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM" msgstr "" -#. type: "Crs128_title" +#. type: "Csr128_title" #: Resources/templates/Localizable.strings:319 #, no-wrap -msgid "CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "CSR_ALLOW_DEVICE_CONFIGURATION" msgstr "" -#. type: "Crs128_description" +#. type: "Csr128_description" #: Resources/templates/Localizable.strings:320 #, no-wrap -msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION" msgstr "" #. type: "HDAULayoutIDx01_title" @@ -3252,13 +3252,13 @@ msgid "Settings to control how Chameleon works." msgstr "Ustawienia działania Chameleona." -#. type: "CrsActiveConfig_title" +#. type: "CsrActiveConfig_title" #: Resources/templates/Localizable.strings:883 #, no-wrap -msgid "CrsActiveConfig" +msgid "CsrActiveConfig" msgstr "" -#. type: "CrsActiveConfig_description" +#. type: "CsrActiveConfig_description" #: Resources/templates/Localizable.strings:884 #, no-wrap msgid "System Integrity Protection (SIP)." @@ -3420,126 +3420,188 @@ #: Resources/templates/Localizable.strings:945 #, fuzzy, no-wrap #| msgid "Kext Patcher" -msgid "Patches" +msgid "Embedded Patcher" msgstr "Kext Patcher" #. type: "Patches_description" #: Resources/templates/Localizable.strings:946 #, fuzzy, no-wrap #| msgid "A selection of options that deal with video." -msgid "A selection of options to patch the kernel." +msgid "A selection of options to patch the Kernel and Kexts." msgstr "Wybierz ustawienia związane z obsługą grafiki." #. type: "kernelPatcher_title" -#: Resources/templates/Localizable.strings:948 +#: Resources/templates/Localizable.strings:949 #, fuzzy, no-wrap #| msgid "Kernel Patcher" -msgid "kernel Patcher" +msgid "Embedded Kernel Patch" msgstr "Kernel Patcher" #. type: "kernelPatcher_description" -#: Resources/templates/Localizable.strings:949 +#: Resources/templates/Localizable.strings:950 #, no-wrap msgid "Select one patch for your kernel." msgstr "" #. type: "KernelBooter_kexts_title" -#: Resources/templates/Localizable.strings:952 +#: Resources/templates/Localizable.strings:953 #, no-wrap msgid "KernelBooter_kexts" msgstr "" #. type: "KernelBooter_kexts_description" -#: Resources/templates/Localizable.strings:953 +#: Resources/templates/Localizable.strings:954 #, no-wrap msgid "Re-enable /Extra/Extensions kexts on newer OSes." msgstr "" #. type: "KernelPm_title" -#: Resources/templates/Localizable.strings:956 +#: Resources/templates/Localizable.strings:957 #, fuzzy, no-wrap #| msgid "Kernel Patcher" msgid "KernelPm" msgstr "Kernel Patcher" #. type: "KernelPm_description" -#: Resources/templates/Localizable.strings:957 +#: Resources/templates/Localizable.strings:958 #, fuzzy, no-wrap #| msgid "Power Management" msgid "Kernel Power Management patch." msgstr "Zarządzanie energią" #. type: "KernelLapicError_title" -#: Resources/templates/Localizable.strings:960 +#: Resources/templates/Localizable.strings:961 #, fuzzy, no-wrap #| msgid "Kernel Patcher" msgid "KernelLapicError" msgstr "Kernel Patcher" #. type: "KernelLapicError_description" -#: Resources/templates/Localizable.strings:961 +#: Resources/templates/Localizable.strings:962 #, no-wrap msgid "Remove the Local Apic Error panic." msgstr "" #. type: "KernelLapicVersion_title" -#: Resources/templates/Localizable.strings:964 +#: Resources/templates/Localizable.strings:965 #, fuzzy, no-wrap #| msgid "Kernel Patcher" msgid "KernelLapicVersion" msgstr "Kernel Patcher" #. type: "KernelLapicVersion_description" -#: Resources/templates/Localizable.strings:965 +#: Resources/templates/Localizable.strings:966 #, no-wrap msgid "Remove the Local Apic Version panic." msgstr "" #. type: "KernelHaswell_title" -#: Resources/templates/Localizable.strings:968 +#: Resources/templates/Localizable.strings:969 #, fuzzy, no-wrap #| msgid "Kernel Flags" msgid "KernelHaswell" msgstr "Flagi kernela" #. type: "KernelHaswell_description" -#: Resources/templates/Localizable.strings:969 +#: Resources/templates/Localizable.strings:970 #, no-wrap msgid "Patch for Haswell \\\"E\\\" and \\\"ULT\\\" support on older OSes." msgstr "" #. type: "KernelcpuFamily_title" -#: Resources/templates/Localizable.strings:972 +#: Resources/templates/Localizable.strings:973 #, no-wrap msgid "KernelcpuFamily" msgstr "" #. type: "KernelcpuFamily_description" -#: Resources/templates/Localizable.strings:973 +#: Resources/templates/Localizable.strings:974 #, no-wrap msgid "Patch the cpuid_family address to remove the _cpuid_set_info _panic and _tsc_init _panic. For unsupported CPUs" msgstr "" #. type: "KernelSSE3_title" -#: Resources/templates/Localizable.strings:976 +#: Resources/templates/Localizable.strings:977 #, no-wrap msgid "KernelSSE3" msgstr "" #. type: "KernelSSE3_description" -#: Resources/templates/Localizable.strings:977 +#: Resources/templates/Localizable.strings:978 #, no-wrap msgid "Patch to enable more SSE3 instructions on older CPUs to run newer OSes." msgstr "" +#. type: "kextsPatcher_title" +#: Resources/templates/Localizable.strings:987 +#, fuzzy, no-wrap +#| msgid "Kext Patcher" +msgid "Embedded Kexts Patch" +msgstr "Kext Patcher" + +#. type: "kextsPatcher_description" +#: Resources/templates/Localizable.strings:988 +#, fuzzy, no-wrap +#| msgid "A selection of options that deal with video." +msgid "A selection of options to patch kexts." +msgstr "Wybierz ustawienia związane z obsługą grafiki." + +#. type: "AppleRTCPatch_title" +#: Resources/templates/Localizable.strings:991 +#, no-wrap +msgid "AppleRTC Patch" +msgstr "" + +#. type: "AppleRTCPatch_description" +#: Resources/templates/Localizable.strings:992 +#, no-wrap +msgid "Patch AppleRTC." +msgstr "" + +#. type: "OrangeIconFixSata_title" +#: Resources/templates/Localizable.strings:995 +#, no-wrap +msgid "OrangeIcon Fix" +msgstr "" + +#. type: "OrangeIconFixSata_description" +#: Resources/templates/Localizable.strings:996 +#, no-wrap +msgid "Fix OrangeIcon." +msgstr "" + +#. type: "TrimEnablerSata_title" +#: Resources/templates/Localizable.strings:999 +#, no-wrap +msgid "TrimEnabler Sata" +msgstr "" + +#. type: "TrimEnablerSata_description" +#: Resources/templates/Localizable.strings:1000 +#, no-wrap +msgid "Sata TrimEnabler." +msgstr "" + +#. type: "AICPMPatch_title" +#: Resources/templates/Localizable.strings:1003 +#, no-wrap +msgid "AICPM Patch" +msgstr "" + +#. type: "AICPMPatch_description" +#: Resources/templates/Localizable.strings:1004 +#, no-wrap +msgid "Patch AICPM." +msgstr "" + #. type: "Themes_title" -#: Resources/templates/Localizable.strings:982 +#: Resources/templates/Localizable.strings:1010 #, no-wrap msgid "Themes" msgstr "Tematy" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:983 +#: Resources/templates/Localizable.strings:1011 #, no-wrap msgid "" "A collection of sample themes\n" @@ -3549,6 +3611,26 @@ "Więcej tematów znajdziesz na http://forum.voodooprojects.org/index.php/board,7.0.html" #, fuzzy +#~| msgid "Kext Patcher" +#~ msgid "Patches" +#~ msgstr "Kext Patcher" + +#, fuzzy +#~| msgid "Kernel Patcher" +#~ msgid "kernel Patcher" +#~ msgstr "Kernel Patcher" + +#, fuzzy +#~| msgid "Kext Patcher" +#~ msgid "Kexts Patcher" +#~ msgstr "Kext Patcher" + +#, fuzzy +#~| msgid "Kernel Patcher" +#~ msgid "Kernel Patches" +#~ msgstr "Kernel Patcher" + +#, fuzzy #~| msgid "Intel Azul AAPL,ig-platform-id" #~ msgid "Intel Bdw (Broadwell) AAPL,ig-platform-id" #~ msgstr "Intel Azul AAPL,ig-platform-id" Index: branches/ErmaC/Enoch/package/po/it.po =================================================================== --- branches/ErmaC/Enoch/package/po/it.po (revision 2880) +++ branches/ErmaC/Enoch/package/po/it.po (revision 2881) @@ -6,8 +6,8 @@ msgstr "" "Project-Id-Version: Chameleon 2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-02 13:34+0000\n" -"PO-Revision-Date: 2015-10-16 19:48+0100\n" +"POT-Creation-Date: 2017-03-26 11:51+0100\n" +"PO-Revision-Date: 2017-05-12 12:19+0100\n" "Last-Translator: Gianfranco \n" "Language-Team: it \n" "Language: it\n" @@ -1256,101 +1256,101 @@ msgid "Set Graphics Mode to 1920x1200x32" msgstr "Setta il Graphics Mode a 1920x1200x32" -#. type: "Crs1_title" +#. type: "Csr1_title" #: Resources/templates/Localizable.strings:298 #, no-wrap -msgid "CRS_ALLOW_UNTRUSTED_KEXTS" -msgstr "CRS_ALLOW_UNTRUSTED_KEXTS" +msgid "CSR_ALLOW_UNTRUSTED_KEXTS" +msgstr "CSR_ALLOW_UNTRUSTED_KEXTS" -#. type: "Crs1_description" +#. type: "Csr1_description" #: Resources/templates/Localizable.strings:299 #, no-wrap msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)." msgstr "Firma per gli Kext: introdotta in 10.9, migliorato in 10.10 (la firma per gli kext é necessaria per tutti gli kexts), ora diventato parte del rootless(SIP)." -#. type: "Crs2_title" +#. type: "Csr2_title" #: Resources/templates/Localizable.strings:301 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_FS" -msgstr "CRS_ALLOW_UNRESTRICTED_FS" +msgid "CSR_ALLOW_UNRESTRICTED_FS" +msgstr "CSR_ALLOW_UNRESTRICTED_FS" -#. type: "Crs2_description" +#. type: "Csr2_description" #: Resources/templates/Localizable.strings:302 #, no-wrap msgid "Filesystem protection: Important system files are protected and cannot be modified." msgstr "Protezione del file System: i file di sistema importanti sono protetti e non possono essere modificati." -#. type: "Crs4_title" +#. type: "Csr4_title" #: Resources/templates/Localizable.strings:304 #, no-wrap -msgid "CRS_ALLOW_TASK_FOR_PID" -msgstr "CRS_ALLOW_TASK_FOR_PID" +msgid "CSR_ALLOW_TASK_FOR_PID" +msgstr "CSR_ALLOW_TASK_FOR_PID" -#. type: "Crs4_description" +#. type: "Csr4_description" #: Resources/templates/Localizable.strings:305 #, no-wrap -msgid "Disable CRS_ALLOW_TASK_FOR_PID" -msgstr "Disattiva CRS_ALLOW_TASK_FOR_PID" +msgid "Disable CSR_ALLOW_TASK_FOR_PID" +msgstr "Disattiva CSR_ALLOW_TASK_FOR_PID" -#. type: "Crs8_title" +#. type: "Csr8_title" #: Resources/templates/Localizable.strings:307 #, no-wrap -msgid "CRS_ALLOW_KERNEL_DEBUGGER" -msgstr "CRS_ALLOW_KERNEL_DEBUGGER" +msgid "CSR_ALLOW_KERNEL_DEBUGGER" +msgstr "CSR_ALLOW_KERNEL_DEBUGGER" -#. type: "Crs8_description" +#. type: "Csr8_description" #: Resources/templates/Localizable.strings:308 #, no-wrap -msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER" -msgstr "Disattiva CRS_ALLOW_KERNEL_DEBUGGER" +msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER" +msgstr "Disattiva CSR_ALLOW_KERNEL_DEBUGGER" -#. type: "Crs16_title" +#. type: "Csr16_title" #: Resources/templates/Localizable.strings:310 #, no-wrap -msgid "CRS_ALLOW_APPLE_INTERNAL" -msgstr "CRS_ALLOW_APPLE_INTERNAL" +msgid "CSR_ALLOW_APPLE_INTERNAL" +msgstr "CSR_ALLOW_APPLE_INTERNAL" -#. type: "Crs16_description" +#. type: "Csr16_description" #: Resources/templates/Localizable.strings:311 #, no-wrap -msgid "Disable CRS_ALLOW_APPLE_INTERNAL" -msgstr "Disattiva CRS_ALLOW_APPLE_INTERNAL" +msgid "Disable CSR_ALLOW_APPLE_INTERNAL" +msgstr "Disattiva CSR_ALLOW_APPLE_INTERNAL" -#. type: "Crs32_title" +#. type: "Csr32_title" #: Resources/templates/Localizable.strings:313 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_DTRACE" -msgstr "CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "CSR_ALLOW_UNRESTRICTED_DTRACE" +msgstr "CSR_ALLOW_UNRESTRICTED_DTRACE" -#. type: "Crs32_description" +#. type: "Csr32_description" #: Resources/templates/Localizable.strings:314 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE" -msgstr "Disattiva CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE" +msgstr "Disattiva CSR_ALLOW_UNRESTRICTED_DTRACE" -#. type: "Crs64_title" +#. type: "Csr64_title" #: Resources/templates/Localizable.strings:316 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_NVRAM" -msgstr "CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "CSR_ALLOW_UNRESTRICTED_NVRAM" +msgstr "CSR_ALLOW_UNRESTRICTED_NVRAM" -#. type: "Crs64_description" +#. type: "Csr64_description" #: Resources/templates/Localizable.strings:317 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM" -msgstr "Disattiva CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM" +msgstr "Disattiva CSR_ALLOW_UNRESTRICTED_NVRAM" -#. type: "Crs128_title" +#. type: "Csr128_title" #: Resources/templates/Localizable.strings:319 #, no-wrap -msgid "CRS_ALLOW_DEVICE_CONFIGURATION" -msgstr "CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "CSR_ALLOW_DEVICE_CONFIGURATION" +msgstr "CSR_ALLOW_DEVICE_CONFIGURATION" -#. type: "Crs128_description" +#. type: "Csr128_description" #: Resources/templates/Localizable.strings:320 #, no-wrap -msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION" -msgstr "Disattiva CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION" +msgstr "Disattiva CSR_ALLOW_DEVICE_CONFIGURATION" #. type: "HDAULayoutIDx01_title" #: Resources/templates/Localizable.strings:324 @@ -3308,13 +3308,13 @@ msgid "Settings to control how Chameleon works." msgstr "Settaggi per controllare come Chameleon lavora." -#. type: "CrsActiveConfig_title" +#. type: "CsrActiveConfig_title" #: Resources/templates/Localizable.strings:883 #, no-wrap -msgid "CrsActiveConfig" -msgstr "CrsActiveConfig" +msgid "CsrActiveConfig" +msgstr "CsrActiveConfig" -#. type: "CrsActiveConfig_description" +#. type: "CsrActiveConfig_description" #: Resources/templates/Localizable.strings:884 #, no-wrap msgid "System Integrity Protection (SIP)." @@ -3473,119 +3473,179 @@ #. type: "Patches_title" #: Resources/templates/Localizable.strings:945 #, no-wrap -msgid "Patches" -msgstr "Patch" +msgid "Embedded Patcher" +msgstr "Patcher incorporati" #. type: "Patches_description" #: Resources/templates/Localizable.strings:946 #, no-wrap -msgid "A selection of options to patch the kernel." -msgstr "Una scelta di opzioni per patchare il Kernel." +msgid "A selection of options to patch the Kernel and Kexts." +msgstr "Una scelta di opzioni per patchare il Kernel e gli Kext." #. type: "kernelPatcher_title" -#: Resources/templates/Localizable.strings:948 +#: Resources/templates/Localizable.strings:949 #, no-wrap -msgid "kernel Patcher" -msgstr "Kernel Patcher" +msgid "Embedded Kernel Patch" +msgstr "Kernel Patcher Integrato" #. type: "kernelPatcher_description" -#: Resources/templates/Localizable.strings:949 +#: Resources/templates/Localizable.strings:950 #, no-wrap msgid "Select one patch for your kernel." msgstr "Seleziona una o più patch da applicare al Kernel." #. type: "KernelBooter_kexts_title" -#: Resources/templates/Localizable.strings:952 +#: Resources/templates/Localizable.strings:953 #, no-wrap msgid "KernelBooter_kexts" msgstr "KernelBooter_kexts" #. type: "KernelBooter_kexts_description" -#: Resources/templates/Localizable.strings:953 +#: Resources/templates/Localizable.strings:954 #, no-wrap msgid "Re-enable /Extra/Extensions kexts on newer OSes." msgstr "Riattiva il caricamento degli Kext in /Extra/Extensions per le nuove versioni di OSX." #. type: "KernelPm_title" -#: Resources/templates/Localizable.strings:956 +#: Resources/templates/Localizable.strings:957 #, no-wrap msgid "KernelPm" msgstr "KernelPm" #. type: "KernelPm_description" -#: Resources/templates/Localizable.strings:957 +#: Resources/templates/Localizable.strings:958 #, no-wrap msgid "Kernel Power Management patch." msgstr "Patch del Kernel per la gestione energetica." #. type: "KernelLapicError_title" -#: Resources/templates/Localizable.strings:960 +#: Resources/templates/Localizable.strings:961 #, no-wrap msgid "KernelLapicError" msgstr "KernelLapicError" #. type: "KernelLapicError_description" -#: Resources/templates/Localizable.strings:961 +#: Resources/templates/Localizable.strings:962 #, no-wrap msgid "Remove the Local Apic Error panic." msgstr "Rimuove il Local Apic Error panic." #. type: "KernelLapicVersion_title" -#: Resources/templates/Localizable.strings:964 +#: Resources/templates/Localizable.strings:965 #, no-wrap msgid "KernelLapicVersion" msgstr "KernelLapicVersion" #. type: "KernelLapicVersion_description" -#: Resources/templates/Localizable.strings:965 +#: Resources/templates/Localizable.strings:966 #, no-wrap msgid "Remove the Local Apic Version panic." msgstr "Rimuove il Local Apic Version panic." #. type: "KernelHaswell_title" -#: Resources/templates/Localizable.strings:968 +#: Resources/templates/Localizable.strings:969 #, no-wrap msgid "KernelHaswell" msgstr "KernelHaswell" #. type: "KernelHaswell_description" -#: Resources/templates/Localizable.strings:969 +#: Resources/templates/Localizable.strings:970 #, no-wrap msgid "Patch for Haswell \\\"E\\\" and \\\"ULT\\\" support on older OSes." msgstr "Patch per utilizzare i processori Haswell \\\"E\\\" o \\\"ULT\\\" su vecchie versioni di OSX." #. type: "KernelcpuFamily_title" -#: Resources/templates/Localizable.strings:972 +#: Resources/templates/Localizable.strings:973 #, no-wrap msgid "KernelcpuFamily" msgstr "KernelcpuFamily" #. type: "KernelcpuFamily_description" -#: Resources/templates/Localizable.strings:973 +#: Resources/templates/Localizable.strings:974 #, no-wrap msgid "Patch the cpuid_family address to remove the _cpuid_set_info _panic and _tsc_init _panic. For unsupported CPUs" msgstr "Patch per l'indirizzo cpuid_family per rimuovere _cpuid_set_info _panic e _tsc_init _panic. Per le CPU non supportate" #. type: "KernelSSE3_title" -#: Resources/templates/Localizable.strings:976 +#: Resources/templates/Localizable.strings:977 #, no-wrap msgid "KernelSSE3" msgstr "KernelSSE3" #. type: "KernelSSE3_description" -#: Resources/templates/Localizable.strings:977 +#: Resources/templates/Localizable.strings:978 #, no-wrap msgid "Patch to enable more SSE3 instructions on older CPUs to run newer OSes." msgstr "Patch per abilitare ulteriori istruzioni SSE3 sulle vecchie CPU per funzionare su sistemi operativi più recenti." +#. type: "kextsPatcher_title" +#: Resources/templates/Localizable.strings:987 +#, no-wrap +msgid "Embedded Kexts Patch" +msgstr "Kext Patcher Integrato" + +#. type: "kextsPatcher_description" +#: Resources/templates/Localizable.strings:988 +#, no-wrap +msgid "A selection of options to patch kexts." +msgstr "Una scelta di opzioni per patchare gli Kext." + +#. type: "AppleRTCPatch_title" +#: Resources/templates/Localizable.strings:991 +#, no-wrap +msgid "AppleRTC Patch" +msgstr "AppleRTC" + +#. type: "AppleRTCPatch_description" +#: Resources/templates/Localizable.strings:992 +#, no-wrap +msgid "Patch AppleRTC." +msgstr "Patch per l’AppleRTC." + +#. type: "OrangeIconFixSata_title" +#: Resources/templates/Localizable.strings:995 +#, no-wrap +msgid "OrangeIcon Fix" +msgstr "OrangeIcon" + +#. type: "OrangeIconFixSata_description" +#: Resources/templates/Localizable.strings:996 +#, no-wrap +msgid "Fix OrangeIcon." +msgstr "Patch per le Icone arancioni." + +#. type: "TrimEnablerSata_title" +#: Resources/templates/Localizable.strings:999 +#, no-wrap +msgid "TrimEnabler Sata" +msgstr "TrimEnabler" + +#. type: "TrimEnablerSata_description" +#: Resources/templates/Localizable.strings:1000 +#, no-wrap +msgid "Sata TrimEnabler." +msgstr "Patch per il TrimEnabler." + +#. type: "AICPMPatch_title" +#: Resources/templates/Localizable.strings:1003 +#, no-wrap +msgid "AICPM Patch" +msgstr "AICPM" + +#. type: "AICPMPatch_description" +#: Resources/templates/Localizable.strings:1004 +#, no-wrap +msgid "Patch AICPM." +msgstr "Patch per l’AICPM." + #. type: "Themes_title" -#: Resources/templates/Localizable.strings:982 +#: Resources/templates/Localizable.strings:1010 #, no-wrap msgid "Themes" msgstr "Temi" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:983 +#: Resources/templates/Localizable.strings:1011 #, no-wrap msgid "" "A collection of sample themes\n" Index: branches/ErmaC/Enoch/package/po/hu.po =================================================================== --- branches/ErmaC/Enoch/package/po/hu.po (revision 2880) +++ branches/ErmaC/Enoch/package/po/hu.po (revision 2881) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Chameleon 2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-02 13:34+0000\n" +"POT-Creation-Date: 2017-03-26 11:51+0100\n" "PO-Revision-Date: 2015-02-13 18:30-0000\n" "Last-Translator: ErmaC\n" "Language-Team: hu \n" @@ -1242,100 +1242,100 @@ msgid "Set Graphics Mode to 1920x1200x32" msgstr "A felbontást a következőre állítja: 1920x1200x32" -#. type: "Crs1_title" +#. type: "Csr1_title" #: Resources/templates/Localizable.strings:298 #, no-wrap -msgid "CRS_ALLOW_UNTRUSTED_KEXTS" +msgid "CSR_ALLOW_UNTRUSTED_KEXTS" msgstr "" -#. type: "Crs1_description" +#. type: "Csr1_description" #: Resources/templates/Localizable.strings:299 #, no-wrap msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)." msgstr "" -#. type: "Crs2_title" +#. type: "Csr2_title" #: Resources/templates/Localizable.strings:301 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_FS" +msgid "CSR_ALLOW_UNRESTRICTED_FS" msgstr "" -#. type: "Crs2_description" +#. type: "Csr2_description" #: Resources/templates/Localizable.strings:302 #, no-wrap msgid "Filesystem protection: Important system files are protected and cannot be modified." msgstr "" -#. type: "Crs4_title" +#. type: "Csr4_title" #: Resources/templates/Localizable.strings:304 #, no-wrap -msgid "CRS_ALLOW_TASK_FOR_PID" +msgid "CSR_ALLOW_TASK_FOR_PID" msgstr "" -#. type: "Crs4_description" +#. type: "Csr4_description" #: Resources/templates/Localizable.strings:305 #, no-wrap -msgid "Disable CRS_ALLOW_TASK_FOR_PID" +msgid "Disable CSR_ALLOW_TASK_FOR_PID" msgstr "" -#. type: "Crs8_title" +#. type: "Csr8_title" #: Resources/templates/Localizable.strings:307 #, no-wrap -msgid "CRS_ALLOW_KERNEL_DEBUGGER" +msgid "CSR_ALLOW_KERNEL_DEBUGGER" msgstr "" -#. type: "Crs8_description" +#. type: "Csr8_description" #: Resources/templates/Localizable.strings:308 #, no-wrap -msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER" +msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER" msgstr "" -#. type: "Crs16_title" +#. type: "Csr16_title" #: Resources/templates/Localizable.strings:310 #, no-wrap -msgid "CRS_ALLOW_APPLE_INTERNAL" +msgid "CSR_ALLOW_APPLE_INTERNAL" msgstr "" -#. type: "Crs16_description" +#. type: "Csr16_description" #: Resources/templates/Localizable.strings:311 #, no-wrap -msgid "Disable CRS_ALLOW_APPLE_INTERNAL" +msgid "Disable CSR_ALLOW_APPLE_INTERNAL" msgstr "" -#. type: "Crs32_title" +#. type: "Csr32_title" #: Resources/templates/Localizable.strings:313 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "CSR_ALLOW_UNRESTRICTED_DTRACE" msgstr "" -#. type: "Crs32_description" +#. type: "Csr32_description" #: Resources/templates/Localizable.strings:314 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE" msgstr "" -#. type: "Crs64_title" +#. type: "Csr64_title" #: Resources/templates/Localizable.strings:316 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "CSR_ALLOW_UNRESTRICTED_NVRAM" msgstr "" -#. type: "Crs64_description" +#. type: "Csr64_description" #: Resources/templates/Localizable.strings:317 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM" msgstr "" -#. type: "Crs128_title" +#. type: "Csr128_title" #: Resources/templates/Localizable.strings:319 #, no-wrap -msgid "CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "CSR_ALLOW_DEVICE_CONFIGURATION" msgstr "" -#. type: "Crs128_description" +#. type: "Csr128_description" #: Resources/templates/Localizable.strings:320 #, no-wrap -msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION" msgstr "" #. type: "HDAULayoutIDx01_title" @@ -3241,13 +3241,13 @@ msgid "Settings to control how Chameleon works." msgstr "Beállítások a Chameleon vezerléséhez." -#. type: "CrsActiveConfig_title" +#. type: "CsrActiveConfig_title" #: Resources/templates/Localizable.strings:883 #, no-wrap -msgid "CrsActiveConfig" +msgid "CsrActiveConfig" msgstr "" -#. type: "CrsActiveConfig_description" +#. type: "CsrActiveConfig_description" #: Resources/templates/Localizable.strings:884 #, no-wrap msgid "System Integrity Protection (SIP)." @@ -3409,126 +3409,188 @@ #: Resources/templates/Localizable.strings:945 #, fuzzy, no-wrap #| msgid "Kext Patcher" -msgid "Patches" +msgid "Embedded Patcher" msgstr "Kext Patcher" #. type: "Patches_description" #: Resources/templates/Localizable.strings:946 #, fuzzy, no-wrap #| msgid "A selection of options that deal with video." -msgid "A selection of options to patch the kernel." +msgid "A selection of options to patch the Kernel and Kexts." msgstr "Videóhoz kapcsolódó beállítások." #. type: "kernelPatcher_title" -#: Resources/templates/Localizable.strings:948 +#: Resources/templates/Localizable.strings:949 #, fuzzy, no-wrap #| msgid "Kernel Patcher" -msgid "kernel Patcher" +msgid "Embedded Kernel Patch" msgstr "Kernel Patcher" #. type: "kernelPatcher_description" -#: Resources/templates/Localizable.strings:949 +#: Resources/templates/Localizable.strings:950 #, no-wrap msgid "Select one patch for your kernel." msgstr "" #. type: "KernelBooter_kexts_title" -#: Resources/templates/Localizable.strings:952 +#: Resources/templates/Localizable.strings:953 #, no-wrap msgid "KernelBooter_kexts" msgstr "" #. type: "KernelBooter_kexts_description" -#: Resources/templates/Localizable.strings:953 +#: Resources/templates/Localizable.strings:954 #, no-wrap msgid "Re-enable /Extra/Extensions kexts on newer OSes." msgstr "" #. type: "KernelPm_title" -#: Resources/templates/Localizable.strings:956 +#: Resources/templates/Localizable.strings:957 #, fuzzy, no-wrap #| msgid "Kernel Patcher" msgid "KernelPm" msgstr "Kernel Patcher" #. type: "KernelPm_description" -#: Resources/templates/Localizable.strings:957 +#: Resources/templates/Localizable.strings:958 #, fuzzy, no-wrap #| msgid "Power Management" msgid "Kernel Power Management patch." msgstr "Energiagazdálkodás" #. type: "KernelLapicError_title" -#: Resources/templates/Localizable.strings:960 +#: Resources/templates/Localizable.strings:961 #, fuzzy, no-wrap #| msgid "Kernel Patcher" msgid "KernelLapicError" msgstr "Kernel Patcher" #. type: "KernelLapicError_description" -#: Resources/templates/Localizable.strings:961 +#: Resources/templates/Localizable.strings:962 #, no-wrap msgid "Remove the Local Apic Error panic." msgstr "" #. type: "KernelLapicVersion_title" -#: Resources/templates/Localizable.strings:964 +#: Resources/templates/Localizable.strings:965 #, fuzzy, no-wrap #| msgid "Kernel Patcher" msgid "KernelLapicVersion" msgstr "Kernel Patcher" #. type: "KernelLapicVersion_description" -#: Resources/templates/Localizable.strings:965 +#: Resources/templates/Localizable.strings:966 #, no-wrap msgid "Remove the Local Apic Version panic." msgstr "" #. type: "KernelHaswell_title" -#: Resources/templates/Localizable.strings:968 +#: Resources/templates/Localizable.strings:969 #, fuzzy, no-wrap #| msgid "Kernel Flags" msgid "KernelHaswell" msgstr "Kernel paraméterek" #. type: "KernelHaswell_description" -#: Resources/templates/Localizable.strings:969 +#: Resources/templates/Localizable.strings:970 #, no-wrap msgid "Patch for Haswell \\\"E\\\" and \\\"ULT\\\" support on older OSes." msgstr "" #. type: "KernelcpuFamily_title" -#: Resources/templates/Localizable.strings:972 +#: Resources/templates/Localizable.strings:973 #, no-wrap msgid "KernelcpuFamily" msgstr "" #. type: "KernelcpuFamily_description" -#: Resources/templates/Localizable.strings:973 +#: Resources/templates/Localizable.strings:974 #, no-wrap msgid "Patch the cpuid_family address to remove the _cpuid_set_info _panic and _tsc_init _panic. For unsupported CPUs" msgstr "" #. type: "KernelSSE3_title" -#: Resources/templates/Localizable.strings:976 +#: Resources/templates/Localizable.strings:977 #, no-wrap msgid "KernelSSE3" msgstr "" #. type: "KernelSSE3_description" -#: Resources/templates/Localizable.strings:977 +#: Resources/templates/Localizable.strings:978 #, no-wrap msgid "Patch to enable more SSE3 instructions on older CPUs to run newer OSes." msgstr "" +#. type: "kextsPatcher_title" +#: Resources/templates/Localizable.strings:987 +#, fuzzy, no-wrap +#| msgid "Kext Patcher" +msgid "Embedded Kexts Patch" +msgstr "Kext Patcher" + +#. type: "kextsPatcher_description" +#: Resources/templates/Localizable.strings:988 +#, fuzzy, no-wrap +#| msgid "A selection of options that deal with video." +msgid "A selection of options to patch kexts." +msgstr "Videóhoz kapcsolódó beállítások." + +#. type: "AppleRTCPatch_title" +#: Resources/templates/Localizable.strings:991 +#, no-wrap +msgid "AppleRTC Patch" +msgstr "" + +#. type: "AppleRTCPatch_description" +#: Resources/templates/Localizable.strings:992 +#, no-wrap +msgid "Patch AppleRTC." +msgstr "" + +#. type: "OrangeIconFixSata_title" +#: Resources/templates/Localizable.strings:995 +#, no-wrap +msgid "OrangeIcon Fix" +msgstr "" + +#. type: "OrangeIconFixSata_description" +#: Resources/templates/Localizable.strings:996 +#, no-wrap +msgid "Fix OrangeIcon." +msgstr "" + +#. type: "TrimEnablerSata_title" +#: Resources/templates/Localizable.strings:999 +#, no-wrap +msgid "TrimEnabler Sata" +msgstr "" + +#. type: "TrimEnablerSata_description" +#: Resources/templates/Localizable.strings:1000 +#, no-wrap +msgid "Sata TrimEnabler." +msgstr "" + +#. type: "AICPMPatch_title" +#: Resources/templates/Localizable.strings:1003 +#, no-wrap +msgid "AICPM Patch" +msgstr "" + +#. type: "AICPMPatch_description" +#: Resources/templates/Localizable.strings:1004 +#, no-wrap +msgid "Patch AICPM." +msgstr "" + #. type: "Themes_title" -#: Resources/templates/Localizable.strings:982 +#: Resources/templates/Localizable.strings:1010 #, no-wrap msgid "Themes" msgstr "Témák" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:983 +#: Resources/templates/Localizable.strings:1011 #, no-wrap msgid "" "A collection of sample themes\n" @@ -3538,6 +3600,26 @@ "http://forum.voodooprojects.org/index.php/board,7.0.html címen érheted el." #, fuzzy +#~| msgid "Kext Patcher" +#~ msgid "Patches" +#~ msgstr "Kext Patcher" + +#, fuzzy +#~| msgid "Kernel Patcher" +#~ msgid "kernel Patcher" +#~ msgstr "Kernel Patcher" + +#, fuzzy +#~| msgid "Kext Patcher" +#~ msgid "Kexts Patcher" +#~ msgstr "Kext Patcher" + +#, fuzzy +#~| msgid "Kernel Patcher" +#~ msgid "Kernel Patches" +#~ msgstr "Kernel Patcher" + +#, fuzzy #~| msgid "Intel Azul AAPL,ig-platform-id" #~ msgid "Intel Bdw (Broadwell) AAPL,ig-platform-id" #~ msgstr "Intel Azul AAPL,ig-platform-id" Index: branches/ErmaC/Enoch/package/po/chameleon.pot =================================================================== --- branches/ErmaC/Enoch/package/po/chameleon.pot (revision 2880) +++ branches/ErmaC/Enoch/package/po/chameleon.pot (revision 2881) @@ -6,8 +6,8 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: Chameleon 2.4\n" -"POT-Creation-Date: 2016-04-26 18:46+0100\n" +"Project-Id-Version: Chameleon 2.4svn-r2880\n" +"POT-Creation-Date: 2017-05-12 12:15+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1252,13 +1252,13 @@ msgid "Set Graphics Mode to 1920x1200x32" msgstr "" -#. type: "Crs1_title" +#. type: "Csr1_title" #: Resources/templates/Localizable.strings:298 #, no-wrap -msgid "CRS_ALLOW_UNTRUSTED_KEXTS" +msgid "CSR_ALLOW_UNTRUSTED_KEXTS" msgstr "" -#. type: "Crs1_description" +#. type: "Csr1_description" #: Resources/templates/Localizable.strings:299 #, no-wrap msgid "" @@ -1266,13 +1266,13 @@ "for all kexts), now become part of rootless(SIP)." msgstr "" -#. type: "Crs2_title" +#. type: "Csr2_title" #: Resources/templates/Localizable.strings:301 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_FS" +msgid "CSR_ALLOW_UNRESTRICTED_FS" msgstr "" -#. type: "Crs2_description" +#. type: "Csr2_description" #: Resources/templates/Localizable.strings:302 #, no-wrap msgid "" @@ -1280,76 +1280,76 @@ "modified." msgstr "" -#. type: "Crs4_title" +#. type: "Csr4_title" #: Resources/templates/Localizable.strings:304 #, no-wrap -msgid "CRS_ALLOW_TASK_FOR_PID" +msgid "CSR_ALLOW_TASK_FOR_PID" msgstr "" -#. type: "Crs4_description" +#. type: "Csr4_description" #: Resources/templates/Localizable.strings:305 #, no-wrap -msgid "Disable CRS_ALLOW_TASK_FOR_PID" +msgid "Disable CSR_ALLOW_TASK_FOR_PID" msgstr "" -#. type: "Crs8_title" +#. type: "Csr8_title" #: Resources/templates/Localizable.strings:307 #, no-wrap -msgid "CRS_ALLOW_KERNEL_DEBUGGER" +msgid "CSR_ALLOW_KERNEL_DEBUGGER" msgstr "" -#. type: "Crs8_description" +#. type: "Csr8_description" #: Resources/templates/Localizable.strings:308 #, no-wrap -msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER" +msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER" msgstr "" -#. type: "Crs16_title" +#. type: "Csr16_title" #: Resources/templates/Localizable.strings:310 #, no-wrap -msgid "CRS_ALLOW_APPLE_INTERNAL" +msgid "CSR_ALLOW_APPLE_INTERNAL" msgstr "" -#. type: "Crs16_description" +#. type: "Csr16_description" #: Resources/templates/Localizable.strings:311 #, no-wrap -msgid "Disable CRS_ALLOW_APPLE_INTERNAL" +msgid "Disable CSR_ALLOW_APPLE_INTERNAL" msgstr "" -#. type: "Crs32_title" +#. type: "Csr32_title" #: Resources/templates/Localizable.strings:313 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "CSR_ALLOW_UNRESTRICTED_DTRACE" msgstr "" -#. type: "Crs32_description" +#. type: "Csr32_description" #: Resources/templates/Localizable.strings:314 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE" msgstr "" -#. type: "Crs64_title" +#. type: "Csr64_title" #: Resources/templates/Localizable.strings:316 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "CSR_ALLOW_UNRESTRICTED_NVRAM" msgstr "" -#. type: "Crs64_description" +#. type: "Csr64_description" #: Resources/templates/Localizable.strings:317 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM" msgstr "" -#. type: "Crs128_title" +#. type: "Csr128_title" #: Resources/templates/Localizable.strings:319 #, no-wrap -msgid "CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "CSR_ALLOW_DEVICE_CONFIGURATION" msgstr "" -#. type: "Crs128_description" +#. type: "Csr128_description" #: Resources/templates/Localizable.strings:320 #, no-wrap -msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION" msgstr "" #. type: "HDAULayoutIDx01_title" @@ -3201,13 +3201,13 @@ msgid "Settings to control how Chameleon works." msgstr "" -#. type: "CrsActiveConfig_title" +#. type: "CsrActiveConfig_title" #: Resources/templates/Localizable.strings:883 #, no-wrap -msgid "CrsActiveConfig" +msgid "CsrActiveConfig" msgstr "" -#. type: "CrsActiveConfig_description" +#. type: "CsrActiveConfig_description" #: Resources/templates/Localizable.strings:884 #, no-wrap msgid "System Integrity Protection (SIP)." Index: branches/ErmaC/Enoch/package/po/ro.po =================================================================== --- branches/ErmaC/Enoch/package/po/ro.po (revision 2880) +++ branches/ErmaC/Enoch/package/po/ro.po (revision 2881) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Chameleon 2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-02 13:34+0000\n" +"POT-Creation-Date: 2017-03-26 11:51+0100\n" "PO-Revision-Date: 2015-11-02 15:22+0000\n" "Last-Translator: arsradu \n" "Language-Team: ro \n" @@ -1276,100 +1276,100 @@ msgid "Set Graphics Mode to 1920x1200x32" msgstr "Setarea rezolutiei la 1920x1200x32" -#. type: "Crs1_title" +#. type: "Csr1_title" #: Resources/templates/Localizable.strings:298 #, no-wrap -msgid "CRS_ALLOW_UNTRUSTED_KEXTS" +msgid "CSR_ALLOW_UNTRUSTED_KEXTS" msgstr "" -#. type: "Crs1_description" +#. type: "Csr1_description" #: Resources/templates/Localizable.strings:299 #, no-wrap msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)." msgstr "" -#. type: "Crs2_title" +#. type: "Csr2_title" #: Resources/templates/Localizable.strings:301 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_FS" +msgid "CSR_ALLOW_UNRESTRICTED_FS" msgstr "" -#. type: "Crs2_description" +#. type: "Csr2_description" #: Resources/templates/Localizable.strings:302 #, no-wrap msgid "Filesystem protection: Important system files are protected and cannot be modified." msgstr "" -#. type: "Crs4_title" +#. type: "Csr4_title" #: Resources/templates/Localizable.strings:304 #, no-wrap -msgid "CRS_ALLOW_TASK_FOR_PID" +msgid "CSR_ALLOW_TASK_FOR_PID" msgstr "" -#. type: "Crs4_description" +#. type: "Csr4_description" #: Resources/templates/Localizable.strings:305 #, no-wrap -msgid "Disable CRS_ALLOW_TASK_FOR_PID" +msgid "Disable CSR_ALLOW_TASK_FOR_PID" msgstr "" -#. type: "Crs8_title" +#. type: "Csr8_title" #: Resources/templates/Localizable.strings:307 #, no-wrap -msgid "CRS_ALLOW_KERNEL_DEBUGGER" +msgid "CSR_ALLOW_KERNEL_DEBUGGER" msgstr "" -#. type: "Crs8_description" +#. type: "Csr8_description" #: Resources/templates/Localizable.strings:308 #, no-wrap -msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER" +msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER" msgstr "" -#. type: "Crs16_title" +#. type: "Csr16_title" #: Resources/templates/Localizable.strings:310 #, no-wrap -msgid "CRS_ALLOW_APPLE_INTERNAL" +msgid "CSR_ALLOW_APPLE_INTERNAL" msgstr "" -#. type: "Crs16_description" +#. type: "Csr16_description" #: Resources/templates/Localizable.strings:311 #, no-wrap -msgid "Disable CRS_ALLOW_APPLE_INTERNAL" +msgid "Disable CSR_ALLOW_APPLE_INTERNAL" msgstr "" -#. type: "Crs32_title" +#. type: "Csr32_title" #: Resources/templates/Localizable.strings:313 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "CSR_ALLOW_UNRESTRICTED_DTRACE" msgstr "" -#. type: "Crs32_description" +#. type: "Csr32_description" #: Resources/templates/Localizable.strings:314 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE" msgstr "" -#. type: "Crs64_title" +#. type: "Csr64_title" #: Resources/templates/Localizable.strings:316 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "CSR_ALLOW_UNRESTRICTED_NVRAM" msgstr "" -#. type: "Crs64_description" +#. type: "Csr64_description" #: Resources/templates/Localizable.strings:317 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM" msgstr "" -#. type: "Crs128_title" +#. type: "Csr128_title" #: Resources/templates/Localizable.strings:319 #, no-wrap -msgid "CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "CSR_ALLOW_DEVICE_CONFIGURATION" msgstr "" -#. type: "Crs128_description" +#. type: "Csr128_description" #: Resources/templates/Localizable.strings:320 #, no-wrap -msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION" msgstr "" #. type: "HDAULayoutIDx01_title" @@ -3354,13 +3354,13 @@ msgid "Settings to control how Chameleon works." msgstr "Optiuni pentru a controla modul de functionare a bootloaderului Chameleon." -#. type: "CrsActiveConfig_title" +#. type: "CsrActiveConfig_title" #: Resources/templates/Localizable.strings:883 #, no-wrap -msgid "CrsActiveConfig" +msgid "CsrActiveConfig" msgstr "" -#. type: "CrsActiveConfig_description" +#. type: "CsrActiveConfig_description" #: Resources/templates/Localizable.strings:884 #, no-wrap msgid "System Integrity Protection (SIP)." @@ -3520,133 +3520,215 @@ #. type: "Patches_title" #: Resources/templates/Localizable.strings:945 -#, no-wrap -msgid "Patches" -msgstr "Patch-uri" +#, fuzzy, no-wrap +#| msgid "Kext Patcher" +msgid "Embedded Patcher" +msgstr "Kext Patcher" #. type: "Patches_description" #: Resources/templates/Localizable.strings:946 -#, no-wrap -msgid "A selection of options to patch the kernel." +#, fuzzy, no-wrap +#| msgid "A selection of options to patch the kernel." +msgid "A selection of options to patch the Kernel and Kexts." msgstr "O selectie de optiuni pentru a petici kernel-ul." #. type: "kernelPatcher_title" -#: Resources/templates/Localizable.strings:948 +#: Resources/templates/Localizable.strings:949 #, fuzzy, no-wrap #| msgid "Kernel Patcher" -msgid "kernel Patcher" +msgid "Embedded Kernel Patch" msgstr "Kernel Patcher" #. type: "kernelPatcher_description" -#: Resources/templates/Localizable.strings:949 +#: Resources/templates/Localizable.strings:950 #, no-wrap msgid "Select one patch for your kernel." msgstr "" #. type: "KernelBooter_kexts_title" -#: Resources/templates/Localizable.strings:952 +#: Resources/templates/Localizable.strings:953 #, no-wrap msgid "KernelBooter_kexts" msgstr "" #. type: "KernelBooter_kexts_description" -#: Resources/templates/Localizable.strings:953 +#: Resources/templates/Localizable.strings:954 #, no-wrap msgid "Re-enable /Extra/Extensions kexts on newer OSes." msgstr "" #. type: "KernelPm_title" -#: Resources/templates/Localizable.strings:956 +#: Resources/templates/Localizable.strings:957 #, fuzzy, no-wrap #| msgid "Kernel Patcher" msgid "KernelPm" msgstr "Kernel Patcher" #. type: "KernelPm_description" -#: Resources/templates/Localizable.strings:957 +#: Resources/templates/Localizable.strings:958 #, fuzzy, no-wrap #| msgid "Power Management" msgid "Kernel Power Management patch." msgstr "Management al energiei" #. type: "KernelLapicError_title" -#: Resources/templates/Localizable.strings:960 +#: Resources/templates/Localizable.strings:961 #, fuzzy, no-wrap #| msgid "Kernel Patcher" msgid "KernelLapicError" msgstr "Kernel Patcher" #. type: "KernelLapicError_description" -#: Resources/templates/Localizable.strings:961 +#: Resources/templates/Localizable.strings:962 #, no-wrap msgid "Remove the Local Apic Error panic." msgstr "" #. type: "KernelLapicVersion_title" -#: Resources/templates/Localizable.strings:964 +#: Resources/templates/Localizable.strings:965 #, fuzzy, no-wrap #| msgid "Kernel Patcher" msgid "KernelLapicVersion" msgstr "Kernel Patcher" #. type: "KernelLapicVersion_description" -#: Resources/templates/Localizable.strings:965 +#: Resources/templates/Localizable.strings:966 #, no-wrap msgid "Remove the Local Apic Version panic." msgstr "" #. type: "KernelHaswell_title" -#: Resources/templates/Localizable.strings:968 +#: Resources/templates/Localizable.strings:969 #, fuzzy, no-wrap #| msgid "Kernel Flags" msgid "KernelHaswell" msgstr "Flag-uri pentru kernel" #. type: "KernelHaswell_description" -#: Resources/templates/Localizable.strings:969 +#: Resources/templates/Localizable.strings:970 #, no-wrap msgid "Patch for Haswell \\\"E\\\" and \\\"ULT\\\" support on older OSes." msgstr "" #. type: "KernelcpuFamily_title" -#: Resources/templates/Localizable.strings:972 +#: Resources/templates/Localizable.strings:973 #, no-wrap msgid "KernelcpuFamily" msgstr "" #. type: "KernelcpuFamily_description" -#: Resources/templates/Localizable.strings:973 +#: Resources/templates/Localizable.strings:974 #, no-wrap msgid "Patch the cpuid_family address to remove the _cpuid_set_info _panic and _tsc_init _panic. For unsupported CPUs" msgstr "" #. type: "KernelSSE3_title" -#: Resources/templates/Localizable.strings:976 +#: Resources/templates/Localizable.strings:977 #, no-wrap msgid "KernelSSE3" msgstr "" #. type: "KernelSSE3_description" -#: Resources/templates/Localizable.strings:977 +#: Resources/templates/Localizable.strings:978 #, no-wrap msgid "Patch to enable more SSE3 instructions on older CPUs to run newer OSes." msgstr "" +#. type: "kextsPatcher_title" +#: Resources/templates/Localizable.strings:987 +#, fuzzy, no-wrap +#| msgid "Kext Patcher" +msgid "Embedded Kexts Patch" +msgstr "Kext Patcher" + +#. type: "kextsPatcher_description" +#: Resources/templates/Localizable.strings:988 +#, fuzzy, no-wrap +#| msgid "A selection of options to patch the kernel." +msgid "A selection of options to patch kexts." +msgstr "O selectie de optiuni pentru a petici kernel-ul." + +#. type: "AppleRTCPatch_title" +#: Resources/templates/Localizable.strings:991 +#, no-wrap +msgid "AppleRTC Patch" +msgstr "" + +#. type: "AppleRTCPatch_description" +#: Resources/templates/Localizable.strings:992 +#, no-wrap +msgid "Patch AppleRTC." +msgstr "" + +#. type: "OrangeIconFixSata_title" +#: Resources/templates/Localizable.strings:995 +#, no-wrap +msgid "OrangeIcon Fix" +msgstr "" + +#. type: "OrangeIconFixSata_description" +#: Resources/templates/Localizable.strings:996 +#, no-wrap +msgid "Fix OrangeIcon." +msgstr "" + +#. type: "TrimEnablerSata_title" +#: Resources/templates/Localizable.strings:999 +#, no-wrap +msgid "TrimEnabler Sata" +msgstr "" + +#. type: "TrimEnablerSata_description" +#: Resources/templates/Localizable.strings:1000 +#, no-wrap +msgid "Sata TrimEnabler." +msgstr "" + +#. type: "AICPMPatch_title" +#: Resources/templates/Localizable.strings:1003 +#, no-wrap +msgid "AICPM Patch" +msgstr "" + +#. type: "AICPMPatch_description" +#: Resources/templates/Localizable.strings:1004 +#, no-wrap +msgid "Patch AICPM." +msgstr "" + #. type: "Themes_title" -#: Resources/templates/Localizable.strings:982 +#: Resources/templates/Localizable.strings:1010 #, no-wrap msgid "Themes" msgstr "Teme" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:983 +#: Resources/templates/Localizable.strings:1011 #, no-wrap msgid "" "A collection of sample themes\n" "More themes can be found at http://forum.voodooprojects.org/index.php/board,7.0.html" msgstr "O colectie de teme exemplu, pentru mai multe teme vizitati adresa: http://forum.voodooprojects.org/index.php/board,7.0.html" +#~ msgid "Patches" +#~ msgstr "Patch-uri" + #, fuzzy +#~| msgid "Kernel Patcher" +#~ msgid "kernel Patcher" +#~ msgstr "Kernel Patcher" + +#, fuzzy +#~| msgid "Kext Patcher" +#~ msgid "Kexts Patcher" +#~ msgstr "Kext Patcher" + +#, fuzzy +#~| msgid "Kernel Patcher" +#~ msgid "Kernel Patches" +#~ msgstr "Kernel Patcher" + +#, fuzzy #~| msgid "Intel Azul AAPL,ig-platform-id" #~ msgid "Intel Bdw (Broadwell) AAPL,ig-platform-id" #~ msgstr "Intel Azul AAPL,ig-platform-id" Index: branches/ErmaC/Enoch/package/po/ca.po =================================================================== --- branches/ErmaC/Enoch/package/po/ca.po (revision 2880) +++ branches/ErmaC/Enoch/package/po/ca.po (revision 2881) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Chameleon 2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-02 13:34+0000\n" +"POT-Creation-Date: 2017-03-26 11:51+0100\n" "PO-Revision-Date: 2015-02-13 18:18-0000\n" "Last-Translator: ErmaC \n" "Language-Team: ca \n" @@ -1251,100 +1251,100 @@ msgid "Set Graphics Mode to 1920x1200x32" msgstr "Fixar resolució en 1920x1200x32" -#. type: "Crs1_title" +#. type: "Csr1_title" #: Resources/templates/Localizable.strings:298 #, no-wrap -msgid "CRS_ALLOW_UNTRUSTED_KEXTS" +msgid "CSR_ALLOW_UNTRUSTED_KEXTS" msgstr "" -#. type: "Crs1_description" +#. type: "Csr1_description" #: Resources/templates/Localizable.strings:299 #, no-wrap msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)." msgstr "" -#. type: "Crs2_title" +#. type: "Csr2_title" #: Resources/templates/Localizable.strings:301 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_FS" +msgid "CSR_ALLOW_UNRESTRICTED_FS" msgstr "" -#. type: "Crs2_description" +#. type: "Csr2_description" #: Resources/templates/Localizable.strings:302 #, no-wrap msgid "Filesystem protection: Important system files are protected and cannot be modified." msgstr "" -#. type: "Crs4_title" +#. type: "Csr4_title" #: Resources/templates/Localizable.strings:304 #, no-wrap -msgid "CRS_ALLOW_TASK_FOR_PID" +msgid "CSR_ALLOW_TASK_FOR_PID" msgstr "" -#. type: "Crs4_description" +#. type: "Csr4_description" #: Resources/templates/Localizable.strings:305 #, no-wrap -msgid "Disable CRS_ALLOW_TASK_FOR_PID" +msgid "Disable CSR_ALLOW_TASK_FOR_PID" msgstr "" -#. type: "Crs8_title" +#. type: "Csr8_title" #: Resources/templates/Localizable.strings:307 #, no-wrap -msgid "CRS_ALLOW_KERNEL_DEBUGGER" +msgid "CSR_ALLOW_KERNEL_DEBUGGER" msgstr "" -#. type: "Crs8_description" +#. type: "Csr8_description" #: Resources/templates/Localizable.strings:308 #, no-wrap -msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER" +msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER" msgstr "" -#. type: "Crs16_title" +#. type: "Csr16_title" #: Resources/templates/Localizable.strings:310 #, no-wrap -msgid "CRS_ALLOW_APPLE_INTERNAL" +msgid "CSR_ALLOW_APPLE_INTERNAL" msgstr "" -#. type: "Crs16_description" +#. type: "Csr16_description" #: Resources/templates/Localizable.strings:311 #, no-wrap -msgid "Disable CRS_ALLOW_APPLE_INTERNAL" +msgid "Disable CSR_ALLOW_APPLE_INTERNAL" msgstr "" -#. type: "Crs32_title" +#. type: "Csr32_title" #: Resources/templates/Localizable.strings:313 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "CSR_ALLOW_UNRESTRICTED_DTRACE" msgstr "" -#. type: "Crs32_description" +#. type: "Csr32_description" #: Resources/templates/Localizable.strings:314 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE" msgstr "" -#. type: "Crs64_title" +#. type: "Csr64_title" #: Resources/templates/Localizable.strings:316 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "CSR_ALLOW_UNRESTRICTED_NVRAM" msgstr "" -#. type: "Crs64_description" +#. type: "Csr64_description" #: Resources/templates/Localizable.strings:317 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM" msgstr "" -#. type: "Crs128_title" +#. type: "Csr128_title" #: Resources/templates/Localizable.strings:319 #, no-wrap -msgid "CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "CSR_ALLOW_DEVICE_CONFIGURATION" msgstr "" -#. type: "Crs128_description" +#. type: "Csr128_description" #: Resources/templates/Localizable.strings:320 #, no-wrap -msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION" msgstr "" #. type: "HDAULayoutIDx01_title" @@ -3250,13 +3250,13 @@ msgid "Settings to control how Chameleon works." msgstr "Ajustos de control sobre el funcionament de Chameleon." -#. type: "CrsActiveConfig_title" +#. type: "CsrActiveConfig_title" #: Resources/templates/Localizable.strings:883 #, no-wrap -msgid "CrsActiveConfig" +msgid "CsrActiveConfig" msgstr "" -#. type: "CrsActiveConfig_description" +#. type: "CsrActiveConfig_description" #: Resources/templates/Localizable.strings:884 #, no-wrap msgid "System Integrity Protection (SIP)." @@ -3418,126 +3418,188 @@ #: Resources/templates/Localizable.strings:945 #, fuzzy, no-wrap #| msgid "Kext Patcher" -msgid "Patches" +msgid "Embedded Patcher" msgstr "Kext Patcher" #. type: "Patches_description" #: Resources/templates/Localizable.strings:946 #, fuzzy, no-wrap #| msgid "A selection of options that deal with video." -msgid "A selection of options to patch the kernel." +msgid "A selection of options to patch the Kernel and Kexts." msgstr "Una selecció d'opcions relatives al video." #. type: "kernelPatcher_title" -#: Resources/templates/Localizable.strings:948 +#: Resources/templates/Localizable.strings:949 #, fuzzy, no-wrap #| msgid "Kernel Patcher" -msgid "kernel Patcher" +msgid "Embedded Kernel Patch" msgstr "Kernel Patcher" #. type: "kernelPatcher_description" -#: Resources/templates/Localizable.strings:949 +#: Resources/templates/Localizable.strings:950 #, no-wrap msgid "Select one patch for your kernel." msgstr "" #. type: "KernelBooter_kexts_title" -#: Resources/templates/Localizable.strings:952 +#: Resources/templates/Localizable.strings:953 #, no-wrap msgid "KernelBooter_kexts" msgstr "" #. type: "KernelBooter_kexts_description" -#: Resources/templates/Localizable.strings:953 +#: Resources/templates/Localizable.strings:954 #, no-wrap msgid "Re-enable /Extra/Extensions kexts on newer OSes." msgstr "" #. type: "KernelPm_title" -#: Resources/templates/Localizable.strings:956 +#: Resources/templates/Localizable.strings:957 #, fuzzy, no-wrap #| msgid "Kernel Patcher" msgid "KernelPm" msgstr "Kernel Patcher" #. type: "KernelPm_description" -#: Resources/templates/Localizable.strings:957 +#: Resources/templates/Localizable.strings:958 #, fuzzy, no-wrap #| msgid "Power Management" msgid "Kernel Power Management patch." msgstr "Gestió d'energia" #. type: "KernelLapicError_title" -#: Resources/templates/Localizable.strings:960 +#: Resources/templates/Localizable.strings:961 #, fuzzy, no-wrap #| msgid "Kernel Patcher" msgid "KernelLapicError" msgstr "Kernel Patcher" #. type: "KernelLapicError_description" -#: Resources/templates/Localizable.strings:961 +#: Resources/templates/Localizable.strings:962 #, no-wrap msgid "Remove the Local Apic Error panic." msgstr "" #. type: "KernelLapicVersion_title" -#: Resources/templates/Localizable.strings:964 +#: Resources/templates/Localizable.strings:965 #, fuzzy, no-wrap #| msgid "Kernel Patcher" msgid "KernelLapicVersion" msgstr "Kernel Patcher" #. type: "KernelLapicVersion_description" -#: Resources/templates/Localizable.strings:965 +#: Resources/templates/Localizable.strings:966 #, no-wrap msgid "Remove the Local Apic Version panic." msgstr "" #. type: "KernelHaswell_title" -#: Resources/templates/Localizable.strings:968 +#: Resources/templates/Localizable.strings:969 #, fuzzy, no-wrap #| msgid "Kernel Flags" msgid "KernelHaswell" msgstr "Kernel Flags" #. type: "KernelHaswell_description" -#: Resources/templates/Localizable.strings:969 +#: Resources/templates/Localizable.strings:970 #, no-wrap msgid "Patch for Haswell \\\"E\\\" and \\\"ULT\\\" support on older OSes." msgstr "" #. type: "KernelcpuFamily_title" -#: Resources/templates/Localizable.strings:972 +#: Resources/templates/Localizable.strings:973 #, no-wrap msgid "KernelcpuFamily" msgstr "" #. type: "KernelcpuFamily_description" -#: Resources/templates/Localizable.strings:973 +#: Resources/templates/Localizable.strings:974 #, no-wrap msgid "Patch the cpuid_family address to remove the _cpuid_set_info _panic and _tsc_init _panic. For unsupported CPUs" msgstr "" #. type: "KernelSSE3_title" -#: Resources/templates/Localizable.strings:976 +#: Resources/templates/Localizable.strings:977 #, no-wrap msgid "KernelSSE3" msgstr "" #. type: "KernelSSE3_description" -#: Resources/templates/Localizable.strings:977 +#: Resources/templates/Localizable.strings:978 #, no-wrap msgid "Patch to enable more SSE3 instructions on older CPUs to run newer OSes." msgstr "" +#. type: "kextsPatcher_title" +#: Resources/templates/Localizable.strings:987 +#, fuzzy, no-wrap +#| msgid "Kext Patcher" +msgid "Embedded Kexts Patch" +msgstr "Kext Patcher" + +#. type: "kextsPatcher_description" +#: Resources/templates/Localizable.strings:988 +#, fuzzy, no-wrap +#| msgid "A selection of options that deal with video." +msgid "A selection of options to patch kexts." +msgstr "Una selecció d'opcions relatives al video." + +#. type: "AppleRTCPatch_title" +#: Resources/templates/Localizable.strings:991 +#, no-wrap +msgid "AppleRTC Patch" +msgstr "" + +#. type: "AppleRTCPatch_description" +#: Resources/templates/Localizable.strings:992 +#, no-wrap +msgid "Patch AppleRTC." +msgstr "" + +#. type: "OrangeIconFixSata_title" +#: Resources/templates/Localizable.strings:995 +#, no-wrap +msgid "OrangeIcon Fix" +msgstr "" + +#. type: "OrangeIconFixSata_description" +#: Resources/templates/Localizable.strings:996 +#, no-wrap +msgid "Fix OrangeIcon." +msgstr "" + +#. type: "TrimEnablerSata_title" +#: Resources/templates/Localizable.strings:999 +#, no-wrap +msgid "TrimEnabler Sata" +msgstr "" + +#. type: "TrimEnablerSata_description" +#: Resources/templates/Localizable.strings:1000 +#, no-wrap +msgid "Sata TrimEnabler." +msgstr "" + +#. type: "AICPMPatch_title" +#: Resources/templates/Localizable.strings:1003 +#, no-wrap +msgid "AICPM Patch" +msgstr "" + +#. type: "AICPMPatch_description" +#: Resources/templates/Localizable.strings:1004 +#, no-wrap +msgid "Patch AICPM." +msgstr "" + #. type: "Themes_title" -#: Resources/templates/Localizable.strings:982 +#: Resources/templates/Localizable.strings:1010 #, no-wrap msgid "Themes" msgstr "Themes" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:983 +#: Resources/templates/Localizable.strings:1011 #, no-wrap msgid "" "A collection of sample themes\n" @@ -3547,6 +3609,26 @@ "Pots trobar més themes en: http://forum.voodooprojects.org/index.php/board,7.0.html" #, fuzzy +#~| msgid "Kext Patcher" +#~ msgid "Patches" +#~ msgstr "Kext Patcher" + +#, fuzzy +#~| msgid "Kernel Patcher" +#~ msgid "kernel Patcher" +#~ msgstr "Kernel Patcher" + +#, fuzzy +#~| msgid "Kext Patcher" +#~ msgid "Kexts Patcher" +#~ msgstr "Kext Patcher" + +#, fuzzy +#~| msgid "Kernel Patcher" +#~ msgid "Kernel Patches" +#~ msgstr "Kernel Patcher" + +#, fuzzy #~| msgid "Intel Azul AAPL,ig-platform-id" #~ msgid "Intel Bdw (Broadwell) AAPL,ig-platform-id" #~ msgstr "Intel Azul AAPL,ig-platform-id" Index: branches/ErmaC/Enoch/package/po/pt.po =================================================================== --- branches/ErmaC/Enoch/package/po/pt.po (revision 2880) +++ branches/ErmaC/Enoch/package/po/pt.po (revision 2881) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Chameleon 2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-02 13:34+0000\n" +"POT-Creation-Date: 2017-03-26 11:51+0100\n" "PO-Revision-Date: 2015-07-12 00:01+0100\n" "Last-Translator: FurtiF \n" "Language-Team: pt-PT \n" @@ -1285,106 +1285,101 @@ msgid "Set Graphics Mode to 1920x1200x32" msgstr "Seleciona Modo Gráfico 1920x1200x32" -#. type: "Crs1_title" +#. type: "Csr1_title" #: Resources/templates/Localizable.strings:298 #, no-wrap -msgid "CRS_ALLOW_UNTRUSTED_KEXTS" -msgstr "CRS_ALLOW_UNTRUSTED_KEXTS" +msgid "CSR_ALLOW_UNTRUSTED_KEXTS" +msgstr "CSR_ALLOW_UNTRUSTED_KEXTS" -#. type: "Crs1_description" +#. type: "Csr1_description" #: Resources/templates/Localizable.strings:299 #, no-wrap msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)." -msgstr "" -"Kext assinatura: Introduzido em 10,9, reforçada em 10,10 (assinatura kext " -"necessária para todas as kexts), agora se tornou parte de desenraizada " -"(SIP)." +msgstr "Kext assinatura: Introduzido em 10,9, reforçada em 10,10 (assinatura kext necessária para todas as kexts), agora se tornou parte de desenraizada (SIP)." -#. type: "Crs2_title" +#. type: "Csr2_title" #: Resources/templates/Localizable.strings:301 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_FS" -msgstr "CRS_ALLOW_UNRESTRICTED_FS" +msgid "CSR_ALLOW_UNRESTRICTED_FS" +msgstr "CSR_ALLOW_UNRESTRICTED_FS" -#. type: "Crs2_description" +#. type: "Csr2_description" #: Resources/templates/Localizable.strings:302 #, no-wrap msgid "Filesystem protection: Important system files are protected and cannot be modified." -msgstr "" -"Proteção do sistema de arquivos: arquivos de sistema importantes são " -"protegidos e não pode ser modificado." +msgstr "Proteção do sistema de arquivos: arquivos de sistema importantes são protegidos e não pode ser modificado." -#. type: "Crs4_title" +#. type: "Csr4_title" #: Resources/templates/Localizable.strings:304 #, no-wrap -msgid "CRS_ALLOW_TASK_FOR_PID" -msgstr "CRS_ALLOW_TASK_FOR_PID" +msgid "CSR_ALLOW_TASK_FOR_PID" +msgstr "CSR_ALLOW_TASK_FOR_PID" -#. type: "Crs4_description" +#. type: "Csr4_description" #: Resources/templates/Localizable.strings:305 #, no-wrap -msgid "Disable CRS_ALLOW_TASK_FOR_PID" -msgstr "Desativar CRS_ALLOW_TASK_FOR_PID" +msgid "Disable CSR_ALLOW_TASK_FOR_PID" +msgstr "Desativar CSR_ALLOW_TASK_FOR_PID" -#. type: "Crs8_title" +#. type: "Csr8_title" #: Resources/templates/Localizable.strings:307 #, no-wrap -msgid "CRS_ALLOW_KERNEL_DEBUGGER" -msgstr "CRS_ALLOW_KERNEL_DEBUGGER" +msgid "CSR_ALLOW_KERNEL_DEBUGGER" +msgstr "CSR_ALLOW_KERNEL_DEBUGGER" -#. type: "Crs8_description" +#. type: "Csr8_description" #: Resources/templates/Localizable.strings:308 #, no-wrap -msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER" -msgstr "Desativar CRS_ALLOW_KERNEL_DEBUGGER" +msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER" +msgstr "Desativar CSR_ALLOW_KERNEL_DEBUGGER" -#. type: "Crs16_title" +#. type: "Csr16_title" #: Resources/templates/Localizable.strings:310 #, no-wrap -msgid "CRS_ALLOW_APPLE_INTERNAL" -msgstr "CRS_ALLOW_APPLE_INTERNAL" +msgid "CSR_ALLOW_APPLE_INTERNAL" +msgstr "CSR_ALLOW_APPLE_INTERNAL" -#. type: "Crs16_description" +#. type: "Csr16_description" #: Resources/templates/Localizable.strings:311 #, no-wrap -msgid "Disable CRS_ALLOW_APPLE_INTERNAL" -msgstr "Desativar CRS_ALLOW_APPLE_INTERNAL" +msgid "Disable CSR_ALLOW_APPLE_INTERNAL" +msgstr "Desativar CSR_ALLOW_APPLE_INTERNAL" -#. type: "Crs32_title" +#. type: "Csr32_title" #: Resources/templates/Localizable.strings:313 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_DTRACE" -msgstr "CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "CSR_ALLOW_UNRESTRICTED_DTRACE" +msgstr "CSR_ALLOW_UNRESTRICTED_DTRACE" -#. type: "Crs32_description" +#. type: "Csr32_description" #: Resources/templates/Localizable.strings:314 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE" -msgstr "Desactivar CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE" +msgstr "Desactivar CSR_ALLOW_UNRESTRICTED_DTRACE" -#. type: "Crs64_title" +#. type: "Csr64_title" #: Resources/templates/Localizable.strings:316 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_NVRAM" -msgstr "CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "CSR_ALLOW_UNRESTRICTED_NVRAM" +msgstr "CSR_ALLOW_UNRESTRICTED_NVRAM" -#. type: "Crs64_description" +#. type: "Csr64_description" #: Resources/templates/Localizable.strings:317 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM" -msgstr "Desactivar CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM" +msgstr "Desactivar CSR_ALLOW_UNRESTRICTED_NVRAM" -#. type: "Crs128_title" +#. type: "Csr128_title" #: Resources/templates/Localizable.strings:319 #, no-wrap -msgid "CRS_ALLOW_DEVICE_CONFIGURATION" -msgstr "CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "CSR_ALLOW_DEVICE_CONFIGURATION" +msgstr "CSR_ALLOW_DEVICE_CONFIGURATION" -#. type: "Crs128_description" +#. type: "Csr128_description" #: Resources/templates/Localizable.strings:320 #, no-wrap -msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION" -msgstr "Desactivar CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION" +msgstr "Desactivar CSR_ALLOW_DEVICE_CONFIGURATION" #. type: "HDAULayoutIDx01_title" #: Resources/templates/Localizable.strings:324 @@ -3342,13 +3337,14 @@ msgid "Settings to control how Chameleon works." msgstr "Preferências de controle do Chameleon." -#. type: "CrsActiveConfig_title" +#. type: "CsrActiveConfig_title" #: Resources/templates/Localizable.strings:883 -#, no-wrap -msgid "CrsActiveConfig" -msgstr "CrsActiveConfig" +#, fuzzy, no-wrap +#| msgid "CsrActiveConfig" +msgid "CsrActiveConfig" +msgstr "CsrActiveConfig" -#. type: "CrsActiveConfig_description" +#. type: "CsrActiveConfig_description" #: Resources/templates/Localizable.strings:884 #, no-wrap msgid "System Integrity Protection (SIP)." @@ -3506,126 +3502,185 @@ #. type: "Patches_title" #: Resources/templates/Localizable.strings:945 -#, no-wrap -msgid "Patches" -msgstr "Patches" +#, fuzzy, no-wrap +#| msgid "Kext Patcher" +msgid "Embedded Patcher" +msgstr "Kext Patcher" #. type: "Patches_description" #: Resources/templates/Localizable.strings:946 -#, no-wrap -msgid "A selection of options to patch the kernel." +#, fuzzy, no-wrap +#| msgid "A selection of options to patch the kernel." +msgid "A selection of options to patch the Kernel and Kexts." msgstr "Selecione um patch para o kernel." #. type: "kernelPatcher_title" -#: Resources/templates/Localizable.strings:948 -#, no-wrap -msgid "kernel Patcher" -msgstr "kernel Patcher" +#: Resources/templates/Localizable.strings:949 +#, fuzzy, no-wrap +#| msgid "Kernel Patcher" +msgid "Embedded Kernel Patch" +msgstr "Kernel Patcher" #. type: "kernelPatcher_description" -#: Resources/templates/Localizable.strings:949 +#: Resources/templates/Localizable.strings:950 #, no-wrap msgid "Select one patch for your kernel." msgstr "Selecione um patch para o kernel." #. type: "KernelBooter_kexts_title" -#: Resources/templates/Localizable.strings:952 +#: Resources/templates/Localizable.strings:953 #, no-wrap msgid "KernelBooter_kexts" msgstr "KernelBooter_kexts" #. type: "KernelBooter_kexts_description" -#: Resources/templates/Localizable.strings:953 +#: Resources/templates/Localizable.strings:954 #, no-wrap msgid "Re-enable /Extra/Extensions kexts on newer OSes." msgstr "Reativa /Extra/Extensions kexts em sistemas operacionais mais recentes." #. type: "KernelPm_title" -#: Resources/templates/Localizable.strings:956 +#: Resources/templates/Localizable.strings:957 #, no-wrap msgid "KernelPm" msgstr "KernelPm" #. type: "KernelPm_description" -#: Resources/templates/Localizable.strings:957 +#: Resources/templates/Localizable.strings:958 #, no-wrap msgid "Kernel Power Management patch." msgstr "Kernel Power Management patch." #. type: "KernelLapicError_title" -#: Resources/templates/Localizable.strings:960 +#: Resources/templates/Localizable.strings:961 #, no-wrap msgid "KernelLapicError" msgstr "KernelLapicError" #. type: "KernelLapicError_description" -#: Resources/templates/Localizable.strings:961 +#: Resources/templates/Localizable.strings:962 #, no-wrap msgid "Remove the Local Apic Error panic." msgstr "Remova a APIC Local Erro pânico." #. type: "KernelLapicVersion_title" -#: Resources/templates/Localizable.strings:964 +#: Resources/templates/Localizable.strings:965 #, no-wrap msgid "KernelLapicVersion" msgstr "KernelLapicVersion" #. type: "KernelLapicVersion_description" -#: Resources/templates/Localizable.strings:965 +#: Resources/templates/Localizable.strings:966 #, no-wrap msgid "Remove the Local Apic Version panic." msgstr "Retire o local pânico Apic Version." #. type: "KernelHaswell_title" -#: Resources/templates/Localizable.strings:968 +#: Resources/templates/Localizable.strings:969 #, no-wrap msgid "KernelHaswell" msgstr "KernelHaswell" #. type: "KernelHaswell_description" -#: Resources/templates/Localizable.strings:969 +#: Resources/templates/Localizable.strings:970 #, no-wrap msgid "Patch for Haswell \\\"E\\\" and \\\"ULT\\\" support on older OSes." -msgstr "" -"Patch para Haswell \\\"E\\\" e support \\\"ULT\\ em sistemas operacionais mais " -"antigos." +msgstr "Patch para Haswell \\\"E\\\" e support \\\"ULT\\ em sistemas operacionais mais antigos." #. type: "KernelcpuFamily_title" -#: Resources/templates/Localizable.strings:972 +#: Resources/templates/Localizable.strings:973 #, no-wrap msgid "KernelcpuFamily" msgstr "KernelcpuFamily" #. type: "KernelcpuFamily_description" -#: Resources/templates/Localizable.strings:973 +#: Resources/templates/Localizable.strings:974 #, no-wrap msgid "Patch the cpuid_family address to remove the _cpuid_set_info _panic and _tsc_init _panic. For unsupported CPUs" -msgstr "" -"Corrigir o endereço cpuid_family para remover o _cpuid_set_info _panic e " -"_tsc_init _panic. Para CPUs sem suporte" +msgstr "Corrigir o endereço cpuid_family para remover o _cpuid_set_info _panic e _tsc_init _panic. Para CPUs sem suporte" #. type: "KernelSSE3_title" -#: Resources/templates/Localizable.strings:976 +#: Resources/templates/Localizable.strings:977 #, no-wrap msgid "KernelSSE3" msgstr "KernelSSE3" #. type: "KernelSSE3_description" -#: Resources/templates/Localizable.strings:977 +#: Resources/templates/Localizable.strings:978 #, no-wrap msgid "Patch to enable more SSE3 instructions on older CPUs to run newer OSes." +msgstr "Patch para permitir mais instruções SSE3 em CPUs mais velhos para executar sistemas operacionais mais recentes." + +#. type: "kextsPatcher_title" +#: Resources/templates/Localizable.strings:987 +#, fuzzy, no-wrap +#| msgid "Kext Patcher" +msgid "Embedded Kexts Patch" +msgstr "Kext Patcher" + +#. type: "kextsPatcher_description" +#: Resources/templates/Localizable.strings:988 +#, fuzzy, no-wrap +#| msgid "A selection of options to patch the kernel." +msgid "A selection of options to patch kexts." +msgstr "Selecione um patch para o kernel." + +#. type: "AppleRTCPatch_title" +#: Resources/templates/Localizable.strings:991 +#, no-wrap +msgid "AppleRTC Patch" msgstr "" -"Patch para permitir mais instruções SSE3 em CPUs mais velhos para executar " -"sistemas operacionais mais recentes." +#. type: "AppleRTCPatch_description" +#: Resources/templates/Localizable.strings:992 +#, no-wrap +msgid "Patch AppleRTC." +msgstr "" + +#. type: "OrangeIconFixSata_title" +#: Resources/templates/Localizable.strings:995 +#, no-wrap +msgid "OrangeIcon Fix" +msgstr "" + +#. type: "OrangeIconFixSata_description" +#: Resources/templates/Localizable.strings:996 +#, no-wrap +msgid "Fix OrangeIcon." +msgstr "" + +#. type: "TrimEnablerSata_title" +#: Resources/templates/Localizable.strings:999 +#, no-wrap +msgid "TrimEnabler Sata" +msgstr "" + +#. type: "TrimEnablerSata_description" +#: Resources/templates/Localizable.strings:1000 +#, no-wrap +msgid "Sata TrimEnabler." +msgstr "" + +#. type: "AICPMPatch_title" +#: Resources/templates/Localizable.strings:1003 +#, no-wrap +msgid "AICPM Patch" +msgstr "" + +#. type: "AICPMPatch_description" +#: Resources/templates/Localizable.strings:1004 +#, no-wrap +msgid "Patch AICPM." +msgstr "" + #. type: "Themes_title" -#: Resources/templates/Localizable.strings:982 +#: Resources/templates/Localizable.strings:1010 #, no-wrap msgid "Themes" msgstr "Temas" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:983 +#: Resources/templates/Localizable.strings:1011 #, no-wrap msgid "" "A collection of sample themes\n" @@ -3634,7 +3689,28 @@ "Alguns exemplos de tema.\n" "Mais temas podem ser encontrados em http://forum.voodooprojects.org/index.php/board,7.0.html" +#~ msgid "Patches" +#~ msgstr "Patches" + +#~ msgid "kernel Patcher" +#~ msgstr "kernel Patcher" + #, fuzzy +#~| msgid "Kext Patcher" +#~ msgid "Kexts Patcher" +#~ msgstr "Kext Patcher" + +#, fuzzy +#~| msgid "Select one patch for your kernel." +#~ msgid "Select patch for your kext." +#~ msgstr "Selecione um patch para o kernel." + +#, fuzzy +#~| msgid "Kernel Patcher" +#~ msgid "Kernel Patches" +#~ msgstr "Kernel Patcher" + +#, fuzzy #~| msgid "Intel Azul AAPL,ig-platform-id" #~ msgid "Intel Bdw (Broadwell) AAPL,ig-platform-id" #~ msgstr "Intel Azul AAPL,ig-platform-id" Index: branches/ErmaC/Enoch/package/po/pt-BR.po =================================================================== --- branches/ErmaC/Enoch/package/po/pt-BR.po (revision 2880) +++ branches/ErmaC/Enoch/package/po/pt-BR.po (revision 2881) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Chameleon 2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-02 13:34+0000\n" +"POT-Creation-Date: 2017-03-26 11:51+0100\n" "PO-Revision-Date: 2015-07-12 00:02+0100\n" "Last-Translator: FurtiF \n" "Language-Team: pt-BR \n" @@ -1286,106 +1286,101 @@ msgid "Set Graphics Mode to 1920x1200x32" msgstr "Seleciona Modo Gráfico 1920x1200x32" -#. type: "Crs1_title" +#. type: "Csr1_title" #: Resources/templates/Localizable.strings:298 #, no-wrap -msgid "CRS_ALLOW_UNTRUSTED_KEXTS" -msgstr "CRS_ALLOW_UNTRUSTED_KEXTS" +msgid "CSR_ALLOW_UNTRUSTED_KEXTS" +msgstr "CSR_ALLOW_UNTRUSTED_KEXTS" -#. type: "Crs1_description" +#. type: "Csr1_description" #: Resources/templates/Localizable.strings:299 #, no-wrap msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)." -msgstr "" -"Kext assinatura: Introduzido em 10,9, reforçada em 10,10 (assinatura kext " -"necessária para todas as kexts), agora se tornou parte de desenraizada " -"(SIP)." +msgstr "Kext assinatura: Introduzido em 10,9, reforçada em 10,10 (assinatura kext necessária para todas as kexts), agora se tornou parte de desenraizada (SIP)." -#. type: "Crs2_title" +#. type: "Csr2_title" #: Resources/templates/Localizable.strings:301 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_FS" -msgstr "CRS_ALLOW_UNRESTRICTED_FS" +msgid "CSR_ALLOW_UNRESTRICTED_FS" +msgstr "CSR_ALLOW_UNRESTRICTED_FS" -#. type: "Crs2_description" +#. type: "Csr2_description" #: Resources/templates/Localizable.strings:302 #, no-wrap msgid "Filesystem protection: Important system files are protected and cannot be modified." -msgstr "" -"Proteção do sistema de arquivos: arquivos de sistema importantes são " -"protegidos e não pode ser modificado." +msgstr "Proteção do sistema de arquivos: arquivos de sistema importantes são protegidos e não pode ser modificado." -#. type: "Crs4_title" +#. type: "Csr4_title" #: Resources/templates/Localizable.strings:304 #, no-wrap -msgid "CRS_ALLOW_TASK_FOR_PID" -msgstr "CRS_ALLOW_TASK_FOR_PID" +msgid "CSR_ALLOW_TASK_FOR_PID" +msgstr "CSR_ALLOW_TASK_FOR_PID" -#. type: "Crs4_description" +#. type: "Csr4_description" #: Resources/templates/Localizable.strings:305 #, no-wrap -msgid "Disable CRS_ALLOW_TASK_FOR_PID" -msgstr "Desativar CRS_ALLOW_TASK_FOR_PID" +msgid "Disable CSR_ALLOW_TASK_FOR_PID" +msgstr "Desativar CSR_ALLOW_TASK_FOR_PID" -#. type: "Crs8_title" +#. type: "Csr8_title" #: Resources/templates/Localizable.strings:307 #, no-wrap -msgid "CRS_ALLOW_KERNEL_DEBUGGER" -msgstr "CRS_ALLOW_KERNEL_DEBUGGER" +msgid "CSR_ALLOW_KERNEL_DEBUGGER" +msgstr "CSR_ALLOW_KERNEL_DEBUGGER" -#. type: "Crs8_description" +#. type: "Csr8_description" #: Resources/templates/Localizable.strings:308 #, no-wrap -msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER" -msgstr "Desativar CRS_ALLOW_KERNEL_DEBUGGER" +msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER" +msgstr "Desativar CSR_ALLOW_KERNEL_DEBUGGER" -#. type: "Crs16_title" +#. type: "Csr16_title" #: Resources/templates/Localizable.strings:310 #, no-wrap -msgid "CRS_ALLOW_APPLE_INTERNAL" -msgstr "CRS_ALLOW_APPLE_INTERNAL" +msgid "CSR_ALLOW_APPLE_INTERNAL" +msgstr "CSR_ALLOW_APPLE_INTERNAL" -#. type: "Crs16_description" +#. type: "Csr16_description" #: Resources/templates/Localizable.strings:311 #, no-wrap -msgid "Disable CRS_ALLOW_APPLE_INTERNAL" -msgstr "Desativar CRS_ALLOW_APPLE_INTERNAL" +msgid "Disable CSR_ALLOW_APPLE_INTERNAL" +msgstr "Desativar CSR_ALLOW_APPLE_INTERNAL" -#. type: "Crs32_title" +#. type: "Csr32_title" #: Resources/templates/Localizable.strings:313 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_DTRACE" -msgstr "CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "CSR_ALLOW_UNRESTRICTED_DTRACE" +msgstr "CSR_ALLOW_UNRESTRICTED_DTRACE" -#. type: "Crs32_description" +#. type: "Csr32_description" #: Resources/templates/Localizable.strings:314 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE" -msgstr "Desactivar CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE" +msgstr "Desactivar CSR_ALLOW_UNRESTRICTED_DTRACE" -#. type: "Crs64_title" +#. type: "Csr64_title" #: Resources/templates/Localizable.strings:316 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_NVRAM" -msgstr "CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "CSR_ALLOW_UNRESTRICTED_NVRAM" +msgstr "CSR_ALLOW_UNRESTRICTED_NVRAM" -#. type: "Crs64_description" +#. type: "Csr64_description" #: Resources/templates/Localizable.strings:317 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM" -msgstr "Desactivar CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM" +msgstr "Desactivar CSR_ALLOW_UNRESTRICTED_NVRAM" -#. type: "Crs128_title" +#. type: "Csr128_title" #: Resources/templates/Localizable.strings:319 #, no-wrap -msgid "CRS_ALLOW_DEVICE_CONFIGURATION" -msgstr "CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "CSR_ALLOW_DEVICE_CONFIGURATION" +msgstr "CSR_ALLOW_DEVICE_CONFIGURATION" -#. type: "Crs128_description" +#. type: "Csr128_description" #: Resources/templates/Localizable.strings:320 #, no-wrap -msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION" -msgstr "Desactivar CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION" +msgstr "Desactivar CSR_ALLOW_DEVICE_CONFIGURATION" #. type: "HDAULayoutIDx01_title" #: Resources/templates/Localizable.strings:324 @@ -3181,11 +3176,7 @@ #: Resources/templates/Localizable.strings:823 #, no-wrap msgid "Rootless is a new feature introduced in OS X 10.11 (El Capitan), and it disallows modifying system files. To by-passing this restriction, this strict feature can be disabled by adding a 'rootless=0' boot arg. ('rootless=1' enable it)" -msgstr "" -"Rootless é um novo recurso introduzido no OS X 10.11 (El Capitan), e ele não " -"permite modificações nos arquivos do sistema. Para contornar esta " -"restrição, esse recurso pode ser desativado adicionando um 'rootless = 0' " -"boot arg. ('rootless = 1' habilitá-lo)" +msgstr "Rootless é um novo recurso introduzido no OS X 10.11 (El Capitan), e ele não permite modificações nos arquivos do sistema. Para contornar esta restrição, esse recurso pode ser desativado adicionando um 'rootless = 0' boot arg. ('rootless = 1' habilitá-lo)" #. type: "Dart0_title" #: Resources/templates/Localizable.strings:825 @@ -3347,13 +3338,14 @@ msgid "Settings to control how Chameleon works." msgstr "Preferências de controle do Chameleon." -#. type: "CrsActiveConfig_title" +#. type: "CsrActiveConfig_title" #: Resources/templates/Localizable.strings:883 -#, no-wrap -msgid "CrsActiveConfig" -msgstr "CrsActiveConfig" +#, fuzzy, no-wrap +#| msgid "CsrActiveConfig" +msgid "CsrActiveConfig" +msgstr "CsrActiveConfig" -#. type: "CrsActiveConfig_description" +#. type: "CsrActiveConfig_description" #: Resources/templates/Localizable.strings:884 #, no-wrap msgid "System Integrity Protection (SIP)." @@ -3511,126 +3503,185 @@ #. type: "Patches_title" #: Resources/templates/Localizable.strings:945 -#, no-wrap -msgid "Patches" -msgstr "Patches" +#, fuzzy, no-wrap +#| msgid "Kext Patcher" +msgid "Embedded Patcher" +msgstr "Kext Patcher" #. type: "Patches_description" #: Resources/templates/Localizable.strings:946 -#, no-wrap -msgid "A selection of options to patch the kernel." +#, fuzzy, no-wrap +#| msgid "A selection of options to patch the kernel." +msgid "A selection of options to patch the Kernel and Kexts." msgstr "Selecione um patch para o kernel." #. type: "kernelPatcher_title" -#: Resources/templates/Localizable.strings:948 -#, no-wrap -msgid "kernel Patcher" -msgstr "kernel Patcher" +#: Resources/templates/Localizable.strings:949 +#, fuzzy, no-wrap +#| msgid "Kernel Patcher" +msgid "Embedded Kernel Patch" +msgstr "Kernel Patcher" #. type: "kernelPatcher_description" -#: Resources/templates/Localizable.strings:949 +#: Resources/templates/Localizable.strings:950 #, no-wrap msgid "Select one patch for your kernel." msgstr "Selecione um patch para o kernel." #. type: "KernelBooter_kexts_title" -#: Resources/templates/Localizable.strings:952 +#: Resources/templates/Localizable.strings:953 #, no-wrap msgid "KernelBooter_kexts" msgstr "KernelBooter_kexts" #. type: "KernelBooter_kexts_description" -#: Resources/templates/Localizable.strings:953 +#: Resources/templates/Localizable.strings:954 #, no-wrap msgid "Re-enable /Extra/Extensions kexts on newer OSes." msgstr "Reativa /Extra/Extensions kexts em sistemas operacionais mais recentes." #. type: "KernelPm_title" -#: Resources/templates/Localizable.strings:956 +#: Resources/templates/Localizable.strings:957 #, no-wrap msgid "KernelPm" msgstr "KernelPm" #. type: "KernelPm_description" -#: Resources/templates/Localizable.strings:957 +#: Resources/templates/Localizable.strings:958 #, no-wrap msgid "Kernel Power Management patch." msgstr "Kernel Power Management patch." #. type: "KernelLapicError_title" -#: Resources/templates/Localizable.strings:960 +#: Resources/templates/Localizable.strings:961 #, no-wrap msgid "KernelLapicError" msgstr "KernelLapicError" #. type: "KernelLapicError_description" -#: Resources/templates/Localizable.strings:961 +#: Resources/templates/Localizable.strings:962 #, no-wrap msgid "Remove the Local Apic Error panic." msgstr "Remova a APIC Local Erro pânico." #. type: "KernelLapicVersion_title" -#: Resources/templates/Localizable.strings:964 +#: Resources/templates/Localizable.strings:965 #, no-wrap msgid "KernelLapicVersion" msgstr "KernelLapicVersion" #. type: "KernelLapicVersion_description" -#: Resources/templates/Localizable.strings:965 +#: Resources/templates/Localizable.strings:966 #, no-wrap msgid "Remove the Local Apic Version panic." msgstr "Retire o local pânico Apic Version." #. type: "KernelHaswell_title" -#: Resources/templates/Localizable.strings:968 +#: Resources/templates/Localizable.strings:969 #, no-wrap msgid "KernelHaswell" msgstr "KernelHaswell" #. type: "KernelHaswell_description" -#: Resources/templates/Localizable.strings:969 +#: Resources/templates/Localizable.strings:970 #, no-wrap msgid "Patch for Haswell \\\"E\\\" and \\\"ULT\\\" support on older OSes." -msgstr "" -"Patch para Haswell \\\"E\\\" e support \\\"ULT\\ em sistemas operacionais mais " -"antigos." +msgstr "Patch para Haswell \\\"E\\\" e support \\\"ULT\\ em sistemas operacionais mais antigos." #. type: "KernelcpuFamily_title" -#: Resources/templates/Localizable.strings:972 +#: Resources/templates/Localizable.strings:973 #, no-wrap msgid "KernelcpuFamily" msgstr "KernelcpuFamily" #. type: "KernelcpuFamily_description" -#: Resources/templates/Localizable.strings:973 +#: Resources/templates/Localizable.strings:974 #, no-wrap msgid "Patch the cpuid_family address to remove the _cpuid_set_info _panic and _tsc_init _panic. For unsupported CPUs" -msgstr "" -"Corrigir o endereço cpuid_family para remover o _cpuid_set_info _panic e " -"_tsc_init _panic. Para CPUs sem suporte" +msgstr "Corrigir o endereço cpuid_family para remover o _cpuid_set_info _panic e _tsc_init _panic. Para CPUs sem suporte" #. type: "KernelSSE3_title" -#: Resources/templates/Localizable.strings:976 +#: Resources/templates/Localizable.strings:977 #, no-wrap msgid "KernelSSE3" msgstr "KernelSSE3" #. type: "KernelSSE3_description" -#: Resources/templates/Localizable.strings:977 +#: Resources/templates/Localizable.strings:978 #, no-wrap msgid "Patch to enable more SSE3 instructions on older CPUs to run newer OSes." +msgstr "Patch para permitir mais instruções SSE3 em CPUs mais velhos para executar sistemas operacionais mais recentes." + +#. type: "kextsPatcher_title" +#: Resources/templates/Localizable.strings:987 +#, fuzzy, no-wrap +#| msgid "Kext Patcher" +msgid "Embedded Kexts Patch" +msgstr "Kext Patcher" + +#. type: "kextsPatcher_description" +#: Resources/templates/Localizable.strings:988 +#, fuzzy, no-wrap +#| msgid "A selection of options to patch the kernel." +msgid "A selection of options to patch kexts." +msgstr "Selecione um patch para o kernel." + +#. type: "AppleRTCPatch_title" +#: Resources/templates/Localizable.strings:991 +#, no-wrap +msgid "AppleRTC Patch" msgstr "" -"Patch para permitir mais instruções SSE3 em CPUs mais velhos para executar " -"sistemas operacionais mais recentes." +#. type: "AppleRTCPatch_description" +#: Resources/templates/Localizable.strings:992 +#, no-wrap +msgid "Patch AppleRTC." +msgstr "" + +#. type: "OrangeIconFixSata_title" +#: Resources/templates/Localizable.strings:995 +#, no-wrap +msgid "OrangeIcon Fix" +msgstr "" + +#. type: "OrangeIconFixSata_description" +#: Resources/templates/Localizable.strings:996 +#, no-wrap +msgid "Fix OrangeIcon." +msgstr "" + +#. type: "TrimEnablerSata_title" +#: Resources/templates/Localizable.strings:999 +#, no-wrap +msgid "TrimEnabler Sata" +msgstr "" + +#. type: "TrimEnablerSata_description" +#: Resources/templates/Localizable.strings:1000 +#, no-wrap +msgid "Sata TrimEnabler." +msgstr "" + +#. type: "AICPMPatch_title" +#: Resources/templates/Localizable.strings:1003 +#, no-wrap +msgid "AICPM Patch" +msgstr "" + +#. type: "AICPMPatch_description" +#: Resources/templates/Localizable.strings:1004 +#, no-wrap +msgid "Patch AICPM." +msgstr "" + #. type: "Themes_title" -#: Resources/templates/Localizable.strings:982 +#: Resources/templates/Localizable.strings:1010 #, no-wrap msgid "Themes" msgstr "Temas" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:983 +#: Resources/templates/Localizable.strings:1011 #, no-wrap msgid "" "A collection of sample themes\n" @@ -3639,7 +3690,28 @@ "Alguns exemplos de tema.\n" "Mais temas podem ser encontrados em http://forum.voodooprojects.org/index.php/board,7.0.html" +#~ msgid "Patches" +#~ msgstr "Patches" + +#~ msgid "kernel Patcher" +#~ msgstr "kernel Patcher" + #, fuzzy +#~| msgid "Kext Patcher" +#~ msgid "Kexts Patcher" +#~ msgstr "Kext Patcher" + +#, fuzzy +#~| msgid "Select one patch for your kernel." +#~ msgid "Select patch for your kext." +#~ msgstr "Selecione um patch para o kernel." + +#, fuzzy +#~| msgid "Kernel Patcher" +#~ msgid "Kernel Patches" +#~ msgstr "Kernel Patcher" + +#, fuzzy #~| msgid "Intel Azul AAPL,ig-platform-id" #~ msgid "Intel Bdw (Broadwell) AAPL,ig-platform-id" #~ msgstr "Intel Azul AAPL,ig-platform-id" Index: branches/ErmaC/Enoch/package/po/sr.po =================================================================== --- branches/ErmaC/Enoch/package/po/sr.po (revision 2880) +++ branches/ErmaC/Enoch/package/po/sr.po (revision 2881) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Chameleon 2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-02 13:34+0000\n" +"POT-Creation-Date: 2017-03-26 11:51+0100\n" "PO-Revision-Date: 2015-02-13 18:36-0000\n" "Last-Translator: ErmaC\n" "Language-Team: sr \n" @@ -1245,100 +1245,100 @@ msgid "Set Graphics Mode to 1920x1200x32" msgstr "Podesite Grafičku Rezoluciju na 1920x1200x32" -#. type: "Crs1_title" +#. type: "Csr1_title" #: Resources/templates/Localizable.strings:298 #, no-wrap -msgid "CRS_ALLOW_UNTRUSTED_KEXTS" +msgid "CSR_ALLOW_UNTRUSTED_KEXTS" msgstr "" -#. type: "Crs1_description" +#. type: "Csr1_description" #: Resources/templates/Localizable.strings:299 #, no-wrap msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)." msgstr "" -#. type: "Crs2_title" +#. type: "Csr2_title" #: Resources/templates/Localizable.strings:301 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_FS" +msgid "CSR_ALLOW_UNRESTRICTED_FS" msgstr "" -#. type: "Crs2_description" +#. type: "Csr2_description" #: Resources/templates/Localizable.strings:302 #, no-wrap msgid "Filesystem protection: Important system files are protected and cannot be modified." msgstr "" -#. type: "Crs4_title" +#. type: "Csr4_title" #: Resources/templates/Localizable.strings:304 #, no-wrap -msgid "CRS_ALLOW_TASK_FOR_PID" +msgid "CSR_ALLOW_TASK_FOR_PID" msgstr "" -#. type: "Crs4_description" +#. type: "Csr4_description" #: Resources/templates/Localizable.strings:305 #, no-wrap -msgid "Disable CRS_ALLOW_TASK_FOR_PID" +msgid "Disable CSR_ALLOW_TASK_FOR_PID" msgstr "" -#. type: "Crs8_title" +#. type: "Csr8_title" #: Resources/templates/Localizable.strings:307 #, no-wrap -msgid "CRS_ALLOW_KERNEL_DEBUGGER" +msgid "CSR_ALLOW_KERNEL_DEBUGGER" msgstr "" -#. type: "Crs8_description" +#. type: "Csr8_description" #: Resources/templates/Localizable.strings:308 #, no-wrap -msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER" +msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER" msgstr "" -#. type: "Crs16_title" +#. type: "Csr16_title" #: Resources/templates/Localizable.strings:310 #, no-wrap -msgid "CRS_ALLOW_APPLE_INTERNAL" +msgid "CSR_ALLOW_APPLE_INTERNAL" msgstr "" -#. type: "Crs16_description" +#. type: "Csr16_description" #: Resources/templates/Localizable.strings:311 #, no-wrap -msgid "Disable CRS_ALLOW_APPLE_INTERNAL" +msgid "Disable CSR_ALLOW_APPLE_INTERNAL" msgstr "" -#. type: "Crs32_title" +#. type: "Csr32_title" #: Resources/templates/Localizable.strings:313 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "CSR_ALLOW_UNRESTRICTED_DTRACE" msgstr "" -#. type: "Crs32_description" +#. type: "Csr32_description" #: Resources/templates/Localizable.strings:314 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE" msgstr "" -#. type: "Crs64_title" +#. type: "Csr64_title" #: Resources/templates/Localizable.strings:316 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "CSR_ALLOW_UNRESTRICTED_NVRAM" msgstr "" -#. type: "Crs64_description" +#. type: "Csr64_description" #: Resources/templates/Localizable.strings:317 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM" msgstr "" -#. type: "Crs128_title" +#. type: "Csr128_title" #: Resources/templates/Localizable.strings:319 #, no-wrap -msgid "CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "CSR_ALLOW_DEVICE_CONFIGURATION" msgstr "" -#. type: "Crs128_description" +#. type: "Csr128_description" #: Resources/templates/Localizable.strings:320 #, no-wrap -msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION" msgstr "" #. type: "HDAULayoutIDx01_title" @@ -3202,13 +3202,13 @@ msgid "Settings to control how Chameleon works." msgstr "Opcije za kontrolu rada Chameleona." -#. type: "CrsActiveConfig_title" +#. type: "CsrActiveConfig_title" #: Resources/templates/Localizable.strings:883 #, no-wrap -msgid "CrsActiveConfig" +msgid "CsrActiveConfig" msgstr "" -#. type: "CrsActiveConfig_description" +#. type: "CsrActiveConfig_description" #: Resources/templates/Localizable.strings:884 #, no-wrap msgid "System Integrity Protection (SIP)." @@ -3368,126 +3368,188 @@ #: Resources/templates/Localizable.strings:945 #, fuzzy, no-wrap #| msgid "Kext Patcher" -msgid "Patches" +msgid "Embedded Patcher" msgstr "Kext Patcher" #. type: "Patches_description" #: Resources/templates/Localizable.strings:946 #, fuzzy, no-wrap #| msgid "A selection of options that deal with video." -msgid "A selection of options to patch the kernel." +msgid "A selection of options to patch the Kernel and Kexts." msgstr "Izbor opcija koje se bave videom." #. type: "kernelPatcher_title" -#: Resources/templates/Localizable.strings:948 +#: Resources/templates/Localizable.strings:949 #, fuzzy, no-wrap #| msgid "Kernel Patcher" -msgid "kernel Patcher" +msgid "Embedded Kernel Patch" msgstr "Kernel Patcher" #. type: "kernelPatcher_description" -#: Resources/templates/Localizable.strings:949 +#: Resources/templates/Localizable.strings:950 #, no-wrap msgid "Select one patch for your kernel." msgstr "" #. type: "KernelBooter_kexts_title" -#: Resources/templates/Localizable.strings:952 +#: Resources/templates/Localizable.strings:953 #, no-wrap msgid "KernelBooter_kexts" msgstr "" #. type: "KernelBooter_kexts_description" -#: Resources/templates/Localizable.strings:953 +#: Resources/templates/Localizable.strings:954 #, no-wrap msgid "Re-enable /Extra/Extensions kexts on newer OSes." msgstr "" #. type: "KernelPm_title" -#: Resources/templates/Localizable.strings:956 +#: Resources/templates/Localizable.strings:957 #, fuzzy, no-wrap #| msgid "Kernel Patcher" msgid "KernelPm" msgstr "Kernel Patcher" #. type: "KernelPm_description" -#: Resources/templates/Localizable.strings:957 +#: Resources/templates/Localizable.strings:958 #, fuzzy, no-wrap #| msgid "Power Management" msgid "Kernel Power Management patch." msgstr "Power Management" #. type: "KernelLapicError_title" -#: Resources/templates/Localizable.strings:960 +#: Resources/templates/Localizable.strings:961 #, fuzzy, no-wrap #| msgid "Kernel Patcher" msgid "KernelLapicError" msgstr "Kernel Patcher" #. type: "KernelLapicError_description" -#: Resources/templates/Localizable.strings:961 +#: Resources/templates/Localizable.strings:962 #, no-wrap msgid "Remove the Local Apic Error panic." msgstr "" #. type: "KernelLapicVersion_title" -#: Resources/templates/Localizable.strings:964 +#: Resources/templates/Localizable.strings:965 #, fuzzy, no-wrap #| msgid "Kernel Patcher" msgid "KernelLapicVersion" msgstr "Kernel Patcher" #. type: "KernelLapicVersion_description" -#: Resources/templates/Localizable.strings:965 +#: Resources/templates/Localizable.strings:966 #, no-wrap msgid "Remove the Local Apic Version panic." msgstr "" #. type: "KernelHaswell_title" -#: Resources/templates/Localizable.strings:968 +#: Resources/templates/Localizable.strings:969 #, fuzzy, no-wrap #| msgid "Kernel Flags" msgid "KernelHaswell" msgstr "Kernel Flags" #. type: "KernelHaswell_description" -#: Resources/templates/Localizable.strings:969 +#: Resources/templates/Localizable.strings:970 #, no-wrap msgid "Patch for Haswell \\\"E\\\" and \\\"ULT\\\" support on older OSes." msgstr "" #. type: "KernelcpuFamily_title" -#: Resources/templates/Localizable.strings:972 +#: Resources/templates/Localizable.strings:973 #, no-wrap msgid "KernelcpuFamily" msgstr "" #. type: "KernelcpuFamily_description" -#: Resources/templates/Localizable.strings:973 +#: Resources/templates/Localizable.strings:974 #, no-wrap msgid "Patch the cpuid_family address to remove the _cpuid_set_info _panic and _tsc_init _panic. For unsupported CPUs" msgstr "" #. type: "KernelSSE3_title" -#: Resources/templates/Localizable.strings:976 +#: Resources/templates/Localizable.strings:977 #, no-wrap msgid "KernelSSE3" msgstr "" #. type: "KernelSSE3_description" -#: Resources/templates/Localizable.strings:977 +#: Resources/templates/Localizable.strings:978 #, no-wrap msgid "Patch to enable more SSE3 instructions on older CPUs to run newer OSes." msgstr "" +#. type: "kextsPatcher_title" +#: Resources/templates/Localizable.strings:987 +#, fuzzy, no-wrap +#| msgid "Kext Patcher" +msgid "Embedded Kexts Patch" +msgstr "Kext Patcher" + +#. type: "kextsPatcher_description" +#: Resources/templates/Localizable.strings:988 +#, fuzzy, no-wrap +#| msgid "A selection of options that deal with video." +msgid "A selection of options to patch kexts." +msgstr "Izbor opcija koje se bave videom." + +#. type: "AppleRTCPatch_title" +#: Resources/templates/Localizable.strings:991 +#, no-wrap +msgid "AppleRTC Patch" +msgstr "" + +#. type: "AppleRTCPatch_description" +#: Resources/templates/Localizable.strings:992 +#, no-wrap +msgid "Patch AppleRTC." +msgstr "" + +#. type: "OrangeIconFixSata_title" +#: Resources/templates/Localizable.strings:995 +#, no-wrap +msgid "OrangeIcon Fix" +msgstr "" + +#. type: "OrangeIconFixSata_description" +#: Resources/templates/Localizable.strings:996 +#, no-wrap +msgid "Fix OrangeIcon." +msgstr "" + +#. type: "TrimEnablerSata_title" +#: Resources/templates/Localizable.strings:999 +#, no-wrap +msgid "TrimEnabler Sata" +msgstr "" + +#. type: "TrimEnablerSata_description" +#: Resources/templates/Localizable.strings:1000 +#, no-wrap +msgid "Sata TrimEnabler." +msgstr "" + +#. type: "AICPMPatch_title" +#: Resources/templates/Localizable.strings:1003 +#, no-wrap +msgid "AICPM Patch" +msgstr "" + +#. type: "AICPMPatch_description" +#: Resources/templates/Localizable.strings:1004 +#, no-wrap +msgid "Patch AICPM." +msgstr "" + #. type: "Themes_title" -#: Resources/templates/Localizable.strings:982 +#: Resources/templates/Localizable.strings:1010 #, no-wrap msgid "Themes" msgstr "Themes" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:983 +#: Resources/templates/Localizable.strings:1011 #, no-wrap msgid "" "A collection of sample themes\n" @@ -3496,6 +3558,26 @@ "Skup predloženih tema\n" "Više tema možete pronaći na http://forum.voodooprojects.org/index.php/board,7.0.html" +#, fuzzy +#~| msgid "Kext Patcher" +#~ msgid "Patches" +#~ msgstr "Kext Patcher" + +#, fuzzy +#~| msgid "Kernel Patcher" +#~ msgid "kernel Patcher" +#~ msgstr "Kernel Patcher" + +#, fuzzy +#~| msgid "Kext Patcher" +#~ msgid "Kexts Patcher" +#~ msgstr "Kext Patcher" + +#, fuzzy +#~| msgid "Kernel Patcher" +#~ msgid "Kernel Patches" +#~ msgstr "Kernel Patcher" + #~ msgid "Install Type" #~ msgstr "Vrsta instalacije" Index: branches/ErmaC/Enoch/package/po/fa.po =================================================================== --- branches/ErmaC/Enoch/package/po/fa.po (revision 2880) +++ branches/ErmaC/Enoch/package/po/fa.po (revision 2881) @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Chameleon 2.4\n" -"POT-Creation-Date: 2015-11-02 15:03+0000\n" +"POT-Creation-Date: 2017-03-26 11:51+0100\n" "PO-Revision-Date: 2015-02-13 18:28-0000\n" "Last-Translator: minlite \n" "Language-Team: LANGUAGE \n" @@ -1240,100 +1240,100 @@ msgid "Set Graphics Mode to 1920x1200x32" msgstr "" -#. type: "Crs1_title" +#. type: "Csr1_title" #: Resources/templates/Localizable.strings:298 #, no-wrap -msgid "CRS_ALLOW_UNTRUSTED_KEXTS" +msgid "CSR_ALLOW_UNTRUSTED_KEXTS" msgstr "" -#. type: "Crs1_description" +#. type: "Csr1_description" #: Resources/templates/Localizable.strings:299 #, no-wrap msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)." msgstr "" -#. type: "Crs2_title" +#. type: "Csr2_title" #: Resources/templates/Localizable.strings:301 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_FS" +msgid "CSR_ALLOW_UNRESTRICTED_FS" msgstr "" -#. type: "Crs2_description" +#. type: "Csr2_description" #: Resources/templates/Localizable.strings:302 #, no-wrap msgid "Filesystem protection: Important system files are protected and cannot be modified." msgstr "" -#. type: "Crs4_title" +#. type: "Csr4_title" #: Resources/templates/Localizable.strings:304 #, no-wrap -msgid "CRS_ALLOW_TASK_FOR_PID" +msgid "CSR_ALLOW_TASK_FOR_PID" msgstr "" -#. type: "Crs4_description" +#. type: "Csr4_description" #: Resources/templates/Localizable.strings:305 #, no-wrap -msgid "Disable CRS_ALLOW_TASK_FOR_PID" +msgid "Disable CSR_ALLOW_TASK_FOR_PID" msgstr "" -#. type: "Crs8_title" +#. type: "Csr8_title" #: Resources/templates/Localizable.strings:307 #, no-wrap -msgid "CRS_ALLOW_KERNEL_DEBUGGER" +msgid "CSR_ALLOW_KERNEL_DEBUGGER" msgstr "" -#. type: "Crs8_description" +#. type: "Csr8_description" #: Resources/templates/Localizable.strings:308 #, no-wrap -msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER" +msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER" msgstr "" -#. type: "Crs16_title" +#. type: "Csr16_title" #: Resources/templates/Localizable.strings:310 #, no-wrap -msgid "CRS_ALLOW_APPLE_INTERNAL" +msgid "CSR_ALLOW_APPLE_INTERNAL" msgstr "" -#. type: "Crs16_description" +#. type: "Csr16_description" #: Resources/templates/Localizable.strings:311 #, no-wrap -msgid "Disable CRS_ALLOW_APPLE_INTERNAL" +msgid "Disable CSR_ALLOW_APPLE_INTERNAL" msgstr "" -#. type: "Crs32_title" +#. type: "Csr32_title" #: Resources/templates/Localizable.strings:313 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "CSR_ALLOW_UNRESTRICTED_DTRACE" msgstr "" -#. type: "Crs32_description" +#. type: "Csr32_description" #: Resources/templates/Localizable.strings:314 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE" msgstr "" -#. type: "Crs64_title" +#. type: "Csr64_title" #: Resources/templates/Localizable.strings:316 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "CSR_ALLOW_UNRESTRICTED_NVRAM" msgstr "" -#. type: "Crs64_description" +#. type: "Csr64_description" #: Resources/templates/Localizable.strings:317 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM" msgstr "" -#. type: "Crs128_title" +#. type: "Csr128_title" #: Resources/templates/Localizable.strings:319 #, no-wrap -msgid "CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "CSR_ALLOW_DEVICE_CONFIGURATION" msgstr "" -#. type: "Crs128_description" +#. type: "Csr128_description" #: Resources/templates/Localizable.strings:320 #, no-wrap -msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION" msgstr "" #. type: "HDAULayoutIDx01_title" @@ -3179,13 +3179,13 @@ msgid "Settings to control how Chameleon works." msgstr "" -#. type: "CrsActiveConfig_title" +#. type: "CsrActiveConfig_title" #: Resources/templates/Localizable.strings:883 #, no-wrap -msgid "CrsActiveConfig" +msgid "CsrActiveConfig" msgstr "" -#. type: "CrsActiveConfig_description" +#. type: "CsrActiveConfig_description" #: Resources/templates/Localizable.strings:884 #, no-wrap msgid "System Integrity Protection (SIP)." @@ -3345,125 +3345,206 @@ #: Resources/templates/Localizable.strings:945 #, fuzzy, no-wrap #| msgid "Kext Patcher" -msgid "Patches" +msgid "Embedded Patcher" msgstr "‏Kext Patcher" #. type: "Patches_description" #: Resources/templates/Localizable.strings:946 #, no-wrap -msgid "A selection of options to patch the kernel." +msgid "A selection of options to patch the Kernel and Kexts." msgstr "" #. type: "kernelPatcher_title" -#: Resources/templates/Localizable.strings:948 +#: Resources/templates/Localizable.strings:949 #, fuzzy, no-wrap #| msgid "Kernel Patcher" -msgid "kernel Patcher" +msgid "Embedded Kernel Patch" msgstr "‏Kernel Patcher" #. type: "kernelPatcher_description" -#: Resources/templates/Localizable.strings:949 +#: Resources/templates/Localizable.strings:950 #, no-wrap msgid "Select one patch for your kernel." msgstr "" #. type: "KernelBooter_kexts_title" -#: Resources/templates/Localizable.strings:952 +#: Resources/templates/Localizable.strings:953 #, no-wrap msgid "KernelBooter_kexts" msgstr "" #. type: "KernelBooter_kexts_description" -#: Resources/templates/Localizable.strings:953 +#: Resources/templates/Localizable.strings:954 #, no-wrap msgid "Re-enable /Extra/Extensions kexts on newer OSes." msgstr "" #. type: "KernelPm_title" -#: Resources/templates/Localizable.strings:956 +#: Resources/templates/Localizable.strings:957 #, fuzzy, no-wrap #| msgid "Kernel Patcher" msgid "KernelPm" msgstr "‏Kernel Patcher" #. type: "KernelPm_description" -#: Resources/templates/Localizable.strings:957 +#: Resources/templates/Localizable.strings:958 #, no-wrap msgid "Kernel Power Management patch." msgstr "" #. type: "KernelLapicError_title" -#: Resources/templates/Localizable.strings:960 +#: Resources/templates/Localizable.strings:961 #, fuzzy, no-wrap #| msgid "Kernel Patcher" msgid "KernelLapicError" msgstr "‏Kernel Patcher" #. type: "KernelLapicError_description" -#: Resources/templates/Localizable.strings:961 +#: Resources/templates/Localizable.strings:962 #, no-wrap msgid "Remove the Local Apic Error panic." msgstr "" #. type: "KernelLapicVersion_title" -#: Resources/templates/Localizable.strings:964 +#: Resources/templates/Localizable.strings:965 #, fuzzy, no-wrap #| msgid "Kernel Patcher" msgid "KernelLapicVersion" msgstr "‏Kernel Patcher" #. type: "KernelLapicVersion_description" -#: Resources/templates/Localizable.strings:965 +#: Resources/templates/Localizable.strings:966 #, no-wrap msgid "Remove the Local Apic Version panic." msgstr "" #. type: "KernelHaswell_title" -#: Resources/templates/Localizable.strings:968 +#: Resources/templates/Localizable.strings:969 #, no-wrap msgid "KernelHaswell" msgstr "" #. type: "KernelHaswell_description" -#: Resources/templates/Localizable.strings:969 +#: Resources/templates/Localizable.strings:970 #, no-wrap msgid "Patch for Haswell \\\"E\\\" and \\\"ULT\\\" support on older OSes." msgstr "" #. type: "KernelcpuFamily_title" -#: Resources/templates/Localizable.strings:972 +#: Resources/templates/Localizable.strings:973 #, no-wrap msgid "KernelcpuFamily" msgstr "" #. type: "KernelcpuFamily_description" -#: Resources/templates/Localizable.strings:973 +#: Resources/templates/Localizable.strings:974 #, no-wrap msgid "Patch the cpuid_family address to remove the _cpuid_set_info _panic and _tsc_init _panic. For unsupported CPUs" msgstr "" #. type: "KernelSSE3_title" -#: Resources/templates/Localizable.strings:976 +#: Resources/templates/Localizable.strings:977 #, no-wrap msgid "KernelSSE3" msgstr "" #. type: "KernelSSE3_description" -#: Resources/templates/Localizable.strings:977 +#: Resources/templates/Localizable.strings:978 #, no-wrap msgid "Patch to enable more SSE3 instructions on older CPUs to run newer OSes." msgstr "" +#. type: "kextsPatcher_title" +#: Resources/templates/Localizable.strings:987 +#, fuzzy, no-wrap +#| msgid "Kext Patcher" +msgid "Embedded Kexts Patch" +msgstr "‏Kext Patcher" + +#. type: "kextsPatcher_description" +#: Resources/templates/Localizable.strings:988 +#, no-wrap +msgid "A selection of options to patch kexts." +msgstr "" + +#. type: "AppleRTCPatch_title" +#: Resources/templates/Localizable.strings:991 +#, no-wrap +msgid "AppleRTC Patch" +msgstr "" + +#. type: "AppleRTCPatch_description" +#: Resources/templates/Localizable.strings:992 +#, no-wrap +msgid "Patch AppleRTC." +msgstr "" + +#. type: "OrangeIconFixSata_title" +#: Resources/templates/Localizable.strings:995 +#, no-wrap +msgid "OrangeIcon Fix" +msgstr "" + +#. type: "OrangeIconFixSata_description" +#: Resources/templates/Localizable.strings:996 +#, no-wrap +msgid "Fix OrangeIcon." +msgstr "" + +#. type: "TrimEnablerSata_title" +#: Resources/templates/Localizable.strings:999 +#, no-wrap +msgid "TrimEnabler Sata" +msgstr "" + +#. type: "TrimEnablerSata_description" +#: Resources/templates/Localizable.strings:1000 +#, no-wrap +msgid "Sata TrimEnabler." +msgstr "" + +#. type: "AICPMPatch_title" +#: Resources/templates/Localizable.strings:1003 +#, no-wrap +msgid "AICPM Patch" +msgstr "" + +#. type: "AICPMPatch_description" +#: Resources/templates/Localizable.strings:1004 +#, no-wrap +msgid "Patch AICPM." +msgstr "" + #. type: "Themes_title" -#: Resources/templates/Localizable.strings:982 +#: Resources/templates/Localizable.strings:1010 #, no-wrap msgid "Themes" msgstr "" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:983 +#: Resources/templates/Localizable.strings:1011 #, no-wrap msgid "" "A collection of sample themes\n" "More themes can be found at http://forum.voodooprojects.org/index.php/board,7.0.html" msgstr "" + +#, fuzzy +#~| msgid "Kext Patcher" +#~ msgid "Patches" +#~ msgstr "‏Kext Patcher" + +#, fuzzy +#~| msgid "Kernel Patcher" +#~ msgid "kernel Patcher" +#~ msgstr "‏Kernel Patcher" + +#, fuzzy +#~| msgid "Kext Patcher" +#~ msgid "Kexts Patcher" +#~ msgstr "‏Kext Patcher" + +#, fuzzy +#~| msgid "Kernel Patcher" +#~ msgid "Kernel Patches" +#~ msgstr "‏Kernel Patcher" Index: branches/ErmaC/Enoch/package/po/ru.po =================================================================== --- branches/ErmaC/Enoch/package/po/ru.po (revision 2880) +++ branches/ErmaC/Enoch/package/po/ru.po (revision 2881) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Chameleon 2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-02 13:34+0000\n" +"POT-Creation-Date: 2017-03-26 11:51+0100\n" "PO-Revision-Date: 2015-11-02 15:28+0000\n" "Last-Translator: SergeNu \n" "Language-Team: ru \n" @@ -1258,100 +1258,100 @@ msgid "Set Graphics Mode to 1920x1200x32" msgstr "Установить графический режим экрана загрузки ОС в 1920x1200x32." -#. type: "Crs1_title" +#. type: "Csr1_title" #: Resources/templates/Localizable.strings:298 #, no-wrap -msgid "CRS_ALLOW_UNTRUSTED_KEXTS" -msgstr "CRS_ALLOW_UNTRUSTED_KEXTS" +msgid "CSR_ALLOW_UNTRUSTED_KEXTS" +msgstr "CSR_ALLOW_UNTRUSTED_KEXTS" -#. type: "Crs1_description" +#. type: "Csr1_description" #: Resources/templates/Localizable.strings:299 #, no-wrap msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)." msgstr "" -#. type: "Crs2_title" +#. type: "Csr2_title" #: Resources/templates/Localizable.strings:301 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_FS" -msgstr "CRS_ALLOW_UNRESTRICTED_FS" +msgid "CSR_ALLOW_UNRESTRICTED_FS" +msgstr "CSR_ALLOW_UNRESTRICTED_FS" -#. type: "Crs2_description" +#. type: "Csr2_description" #: Resources/templates/Localizable.strings:302 #, no-wrap msgid "Filesystem protection: Important system files are protected and cannot be modified." msgstr "" -#. type: "Crs4_title" +#. type: "Csr4_title" #: Resources/templates/Localizable.strings:304 #, no-wrap -msgid "CRS_ALLOW_TASK_FOR_PID" -msgstr "CRS_ALLOW_TASK_FOR_PID" +msgid "CSR_ALLOW_TASK_FOR_PID" +msgstr "CSR_ALLOW_TASK_FOR_PID" -#. type: "Crs4_description" +#. type: "Csr4_description" #: Resources/templates/Localizable.strings:305 #, no-wrap -msgid "Disable CRS_ALLOW_TASK_FOR_PID" +msgid "Disable CSR_ALLOW_TASK_FOR_PID" msgstr "" -#. type: "Crs8_title" +#. type: "Csr8_title" #: Resources/templates/Localizable.strings:307 #, no-wrap -msgid "CRS_ALLOW_KERNEL_DEBUGGER" -msgstr "CRS_ALLOW_KERNEL_DEBUGGER" +msgid "CSR_ALLOW_KERNEL_DEBUGGER" +msgstr "CSR_ALLOW_KERNEL_DEBUGGER" -#. type: "Crs8_description" +#. type: "Csr8_description" #: Resources/templates/Localizable.strings:308 #, no-wrap -msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER" +msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER" msgstr "" -#. type: "Crs16_title" +#. type: "Csr16_title" #: Resources/templates/Localizable.strings:310 #, no-wrap -msgid "CRS_ALLOW_APPLE_INTERNAL" -msgstr "CRS_ALLOW_APPLE_INTERNAL" +msgid "CSR_ALLOW_APPLE_INTERNAL" +msgstr "CSR_ALLOW_APPLE_INTERNAL" -#. type: "Crs16_description" +#. type: "Csr16_description" #: Resources/templates/Localizable.strings:311 #, no-wrap -msgid "Disable CRS_ALLOW_APPLE_INTERNAL" +msgid "Disable CSR_ALLOW_APPLE_INTERNAL" msgstr "" -#. type: "Crs32_title" +#. type: "Csr32_title" #: Resources/templates/Localizable.strings:313 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_DTRACE" -msgstr "CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "CSR_ALLOW_UNRESTRICTED_DTRACE" +msgstr "CSR_ALLOW_UNRESTRICTED_DTRACE" -#. type: "Crs32_description" +#. type: "Csr32_description" #: Resources/templates/Localizable.strings:314 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE" msgstr "" -#. type: "Crs64_title" +#. type: "Csr64_title" #: Resources/templates/Localizable.strings:316 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_NVRAM" -msgstr "CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "CSR_ALLOW_UNRESTRICTED_NVRAM" +msgstr "CSR_ALLOW_UNRESTRICTED_NVRAM" -#. type: "Crs64_description" +#. type: "Csr64_description" #: Resources/templates/Localizable.strings:317 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM" msgstr "" -#. type: "Crs128_title" +#. type: "Csr128_title" #: Resources/templates/Localizable.strings:319 #, no-wrap -msgid "CRS_ALLOW_DEVICE_CONFIGURATION" -msgstr "CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "CSR_ALLOW_DEVICE_CONFIGURATION" +msgstr "CSR_ALLOW_DEVICE_CONFIGURATION" -#. type: "Crs128_description" +#. type: "Csr128_description" #: Resources/templates/Localizable.strings:320 #, no-wrap -msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION" msgstr "" #. type: "HDAULayoutIDx01_title" @@ -3243,13 +3243,14 @@ msgid "Settings to control how Chameleon works." msgstr "Настройки поведения Chameleon." -#. type: "CrsActiveConfig_title" +#. type: "CsrActiveConfig_title" #: Resources/templates/Localizable.strings:883 -#, no-wrap -msgid "CrsActiveConfig" -msgstr "CrsActiveConfig" +#, fuzzy, no-wrap +#| msgid "CsrActiveConfig" +msgid "CsrActiveConfig" +msgstr "CsrActiveConfig" -#. type: "CrsActiveConfig_description" +#. type: "CsrActiveConfig_description" #: Resources/templates/Localizable.strings:884 #, no-wrap msgid "System Integrity Protection (SIP)." @@ -3407,120 +3408,185 @@ #. type: "Patches_title" #: Resources/templates/Localizable.strings:945 -#, no-wrap -msgid "Patches" -msgstr "Патчи" +#, fuzzy, no-wrap +#| msgid "Kext Patcher" +msgid "Embedded Patcher" +msgstr "Kext Patcher" #. type: "Patches_description" #: Resources/templates/Localizable.strings:946 -#, no-wrap -msgid "A selection of options to patch the kernel." +#, fuzzy, no-wrap +#| msgid "A selection of options to patch the kernel." +msgid "A selection of options to patch the Kernel and Kexts." msgstr "Выбор параметров патча ядра." #. type: "kernelPatcher_title" -#: Resources/templates/Localizable.strings:948 -#, no-wrap -msgid "kernel Patcher" -msgstr "Патч ядра" +#: Resources/templates/Localizable.strings:949 +#, fuzzy, no-wrap +#| msgid "Kernel Patcher" +msgid "Embedded Kernel Patch" +msgstr "Kernel Patcher" #. type: "kernelPatcher_description" -#: Resources/templates/Localizable.strings:949 +#: Resources/templates/Localizable.strings:950 #, no-wrap msgid "Select one patch for your kernel." msgstr "Выберите один патч для вашего ядра." #. type: "KernelBooter_kexts_title" -#: Resources/templates/Localizable.strings:952 +#: Resources/templates/Localizable.strings:953 #, no-wrap msgid "KernelBooter_kexts" msgstr "KernelBooter_kexts" #. type: "KernelBooter_kexts_description" -#: Resources/templates/Localizable.strings:953 +#: Resources/templates/Localizable.strings:954 #, no-wrap msgid "Re-enable /Extra/Extensions kexts on newer OSes." msgstr "Заново включить кексты /Extra/Extensions на новых OS." #. type: "KernelPm_title" -#: Resources/templates/Localizable.strings:956 +#: Resources/templates/Localizable.strings:957 #, no-wrap msgid "KernelPm" msgstr "KernelPm" #. type: "KernelPm_description" -#: Resources/templates/Localizable.strings:957 +#: Resources/templates/Localizable.strings:958 #, no-wrap msgid "Kernel Power Management patch." msgstr "Патч ядра управления питанием." #. type: "KernelLapicError_title" -#: Resources/templates/Localizable.strings:960 +#: Resources/templates/Localizable.strings:961 #, no-wrap msgid "KernelLapicError" msgstr "KernelLapicError" #. type: "KernelLapicError_description" -#: Resources/templates/Localizable.strings:961 +#: Resources/templates/Localizable.strings:962 #, no-wrap msgid "Remove the Local Apic Error panic." msgstr "Убрать панику Local Apic Error." #. type: "KernelLapicVersion_title" -#: Resources/templates/Localizable.strings:964 +#: Resources/templates/Localizable.strings:965 #, no-wrap msgid "KernelLapicVersion" msgstr "KernelLapicVersion" #. type: "KernelLapicVersion_description" -#: Resources/templates/Localizable.strings:965 +#: Resources/templates/Localizable.strings:966 #, no-wrap msgid "Remove the Local Apic Version panic." msgstr "Убрать панику Local Apic Version." #. type: "KernelHaswell_title" -#: Resources/templates/Localizable.strings:968 +#: Resources/templates/Localizable.strings:969 #, no-wrap msgid "KernelHaswell" msgstr "KernelHaswell" #. type: "KernelHaswell_description" -#: Resources/templates/Localizable.strings:969 +#: Resources/templates/Localizable.strings:970 #, no-wrap msgid "Patch for Haswell \\\"E\\\" and \\\"ULT\\\" support on older OSes." msgstr "Патч для поддержки Haswell \\\"E\\\" и \\\"ULT\\\" на старых OS." #. type: "KernelcpuFamily_title" -#: Resources/templates/Localizable.strings:972 +#: Resources/templates/Localizable.strings:973 #, no-wrap msgid "KernelcpuFamily" msgstr "KernelcpuFamily" #. type: "KernelcpuFamily_description" -#: Resources/templates/Localizable.strings:973 +#: Resources/templates/Localizable.strings:974 #, no-wrap msgid "Patch the cpuid_family address to remove the _cpuid_set_info _panic and _tsc_init _panic. For unsupported CPUs" msgstr "Патч cpuid_family, что убрать паники the _cpuid_set_info _panic и _tsc_init _panic. Для неподдерживаемых CPU." #. type: "KernelSSE3_title" -#: Resources/templates/Localizable.strings:976 +#: Resources/templates/Localizable.strings:977 #, no-wrap msgid "KernelSSE3" msgstr "KernelSSE3" #. type: "KernelSSE3_description" -#: Resources/templates/Localizable.strings:977 +#: Resources/templates/Localizable.strings:978 #, no-wrap msgid "Patch to enable more SSE3 instructions on older CPUs to run newer OSes." msgstr "Патч для включения дополнительных инструкций SSE3 на старых CPU для запуска новых OS." +#. type: "kextsPatcher_title" +#: Resources/templates/Localizable.strings:987 +#, fuzzy, no-wrap +#| msgid "Kext Patcher" +msgid "Embedded Kexts Patch" +msgstr "Kext Patcher" + +#. type: "kextsPatcher_description" +#: Resources/templates/Localizable.strings:988 +#, fuzzy, no-wrap +#| msgid "A selection of options to patch the kernel." +msgid "A selection of options to patch kexts." +msgstr "Выбор параметров патча ядра." + +#. type: "AppleRTCPatch_title" +#: Resources/templates/Localizable.strings:991 +#, no-wrap +msgid "AppleRTC Patch" +msgstr "" + +#. type: "AppleRTCPatch_description" +#: Resources/templates/Localizable.strings:992 +#, no-wrap +msgid "Patch AppleRTC." +msgstr "" + +#. type: "OrangeIconFixSata_title" +#: Resources/templates/Localizable.strings:995 +#, no-wrap +msgid "OrangeIcon Fix" +msgstr "" + +#. type: "OrangeIconFixSata_description" +#: Resources/templates/Localizable.strings:996 +#, no-wrap +msgid "Fix OrangeIcon." +msgstr "" + +#. type: "TrimEnablerSata_title" +#: Resources/templates/Localizable.strings:999 +#, no-wrap +msgid "TrimEnabler Sata" +msgstr "" + +#. type: "TrimEnablerSata_description" +#: Resources/templates/Localizable.strings:1000 +#, no-wrap +msgid "Sata TrimEnabler." +msgstr "" + +#. type: "AICPMPatch_title" +#: Resources/templates/Localizable.strings:1003 +#, no-wrap +msgid "AICPM Patch" +msgstr "" + +#. type: "AICPMPatch_description" +#: Resources/templates/Localizable.strings:1004 +#, no-wrap +msgid "Patch AICPM." +msgstr "" + #. type: "Themes_title" -#: Resources/templates/Localizable.strings:982 +#: Resources/templates/Localizable.strings:1010 #, no-wrap msgid "Themes" msgstr "Темы" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:983 +#: Resources/templates/Localizable.strings:1011 #, no-wrap msgid "" "A collection of sample themes\n" @@ -3529,7 +3595,28 @@ "Коллекция тем\n" "Дополнительные темы можно найти по адресу: http://forum.voodooprojects.org/index.php/board,7.0.html" +#~ msgid "Patches" +#~ msgstr "Патчи" + +#~ msgid "kernel Patcher" +#~ msgstr "Патч ядра" + #, fuzzy +#~| msgid "Kext Patcher" +#~ msgid "Kexts Patcher" +#~ msgstr "Kext Patcher" + +#, fuzzy +#~| msgid "Select one patch for your kernel." +#~ msgid "Select patch for your kext." +#~ msgstr "Выберите один патч для вашего ядра." + +#, fuzzy +#~| msgid "Kernel Patcher" +#~ msgid "Kernel Patches" +#~ msgstr "Kernel Patcher" + +#, fuzzy #~| msgid "Intel Azul AAPL,ig-platform-id" #~ msgid "Intel Bdw (Broadwell) AAPL,ig-platform-id" #~ msgstr "Intel Azul AAPL,ig-platform-id" Index: branches/ErmaC/Enoch/package/po/de.po =================================================================== --- branches/ErmaC/Enoch/package/po/de.po (revision 2880) +++ branches/ErmaC/Enoch/package/po/de.po (revision 2881) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Chameleon 2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-02 13:34+0000\n" +"POT-Creation-Date: 2017-03-26 11:51+0100\n" "PO-Revision-Date: 2015-02-13 18:21-0000\n" "Last-Translator: ErmaC \n" "Language-Team: de \n" @@ -1276,100 +1276,100 @@ msgid "Set Graphics Mode to 1920x1200x32" msgstr "Setzt die Bildschirmauflösung auf 1920x1200x32" -#. type: "Crs1_title" +#. type: "Csr1_title" #: Resources/templates/Localizable.strings:298 #, no-wrap -msgid "CRS_ALLOW_UNTRUSTED_KEXTS" +msgid "CSR_ALLOW_UNTRUSTED_KEXTS" msgstr "" -#. type: "Crs1_description" +#. type: "Csr1_description" #: Resources/templates/Localizable.strings:299 #, no-wrap msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)." msgstr "" -#. type: "Crs2_title" +#. type: "Csr2_title" #: Resources/templates/Localizable.strings:301 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_FS" +msgid "CSR_ALLOW_UNRESTRICTED_FS" msgstr "" -#. type: "Crs2_description" +#. type: "Csr2_description" #: Resources/templates/Localizable.strings:302 #, no-wrap msgid "Filesystem protection: Important system files are protected and cannot be modified." msgstr "" -#. type: "Crs4_title" +#. type: "Csr4_title" #: Resources/templates/Localizable.strings:304 #, no-wrap -msgid "CRS_ALLOW_TASK_FOR_PID" +msgid "CSR_ALLOW_TASK_FOR_PID" msgstr "" -#. type: "Crs4_description" +#. type: "Csr4_description" #: Resources/templates/Localizable.strings:305 #, no-wrap -msgid "Disable CRS_ALLOW_TASK_FOR_PID" +msgid "Disable CSR_ALLOW_TASK_FOR_PID" msgstr "" -#. type: "Crs8_title" +#. type: "Csr8_title" #: Resources/templates/Localizable.strings:307 #, no-wrap -msgid "CRS_ALLOW_KERNEL_DEBUGGER" +msgid "CSR_ALLOW_KERNEL_DEBUGGER" msgstr "" -#. type: "Crs8_description" +#. type: "Csr8_description" #: Resources/templates/Localizable.strings:308 #, no-wrap -msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER" +msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER" msgstr "" -#. type: "Crs16_title" +#. type: "Csr16_title" #: Resources/templates/Localizable.strings:310 #, no-wrap -msgid "CRS_ALLOW_APPLE_INTERNAL" +msgid "CSR_ALLOW_APPLE_INTERNAL" msgstr "" -#. type: "Crs16_description" +#. type: "Csr16_description" #: Resources/templates/Localizable.strings:311 #, no-wrap -msgid "Disable CRS_ALLOW_APPLE_INTERNAL" +msgid "Disable CSR_ALLOW_APPLE_INTERNAL" msgstr "" -#. type: "Crs32_title" +#. type: "Csr32_title" #: Resources/templates/Localizable.strings:313 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "CSR_ALLOW_UNRESTRICTED_DTRACE" msgstr "" -#. type: "Crs32_description" +#. type: "Csr32_description" #: Resources/templates/Localizable.strings:314 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE" msgstr "" -#. type: "Crs64_title" +#. type: "Csr64_title" #: Resources/templates/Localizable.strings:316 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "CSR_ALLOW_UNRESTRICTED_NVRAM" msgstr "" -#. type: "Crs64_description" +#. type: "Csr64_description" #: Resources/templates/Localizable.strings:317 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM" msgstr "" -#. type: "Crs128_title" +#. type: "Csr128_title" #: Resources/templates/Localizable.strings:319 #, no-wrap -msgid "CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "CSR_ALLOW_DEVICE_CONFIGURATION" msgstr "" -#. type: "Crs128_description" +#. type: "Csr128_description" #: Resources/templates/Localizable.strings:320 #, no-wrap -msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION" msgstr "" #. type: "HDAULayoutIDx01_title" @@ -3379,13 +3379,13 @@ msgid "Settings to control how Chameleon works." msgstr "Einstellungen zur Kontrolle von Chameleon." -#. type: "CrsActiveConfig_title" +#. type: "CsrActiveConfig_title" #: Resources/templates/Localizable.strings:883 #, no-wrap -msgid "CrsActiveConfig" +msgid "CsrActiveConfig" msgstr "" -#. type: "CrsActiveConfig_description" +#. type: "CsrActiveConfig_description" #: Resources/templates/Localizable.strings:884 #, no-wrap msgid "System Integrity Protection (SIP)." @@ -3550,126 +3550,188 @@ #: Resources/templates/Localizable.strings:945 #, fuzzy, no-wrap #| msgid "Kext Patcher" -msgid "Patches" +msgid "Embedded Patcher" msgstr "Kext Patcher" #. type: "Patches_description" #: Resources/templates/Localizable.strings:946 #, fuzzy, no-wrap #| msgid "A selection of options that deal with video." -msgid "A selection of options to patch the kernel." +msgid "A selection of options to patch the Kernel and Kexts." msgstr "Optionen zur Grafik." #. type: "kernelPatcher_title" -#: Resources/templates/Localizable.strings:948 +#: Resources/templates/Localizable.strings:949 #, fuzzy, no-wrap #| msgid "Kernel Patcher" -msgid "kernel Patcher" +msgid "Embedded Kernel Patch" msgstr "Kernel Patcher" #. type: "kernelPatcher_description" -#: Resources/templates/Localizable.strings:949 +#: Resources/templates/Localizable.strings:950 #, no-wrap msgid "Select one patch for your kernel." msgstr "" #. type: "KernelBooter_kexts_title" -#: Resources/templates/Localizable.strings:952 +#: Resources/templates/Localizable.strings:953 #, no-wrap msgid "KernelBooter_kexts" msgstr "" #. type: "KernelBooter_kexts_description" -#: Resources/templates/Localizable.strings:953 +#: Resources/templates/Localizable.strings:954 #, no-wrap msgid "Re-enable /Extra/Extensions kexts on newer OSes." msgstr "" #. type: "KernelPm_title" -#: Resources/templates/Localizable.strings:956 +#: Resources/templates/Localizable.strings:957 #, fuzzy, no-wrap #| msgid "Kernel Patcher" msgid "KernelPm" msgstr "Kernel Patcher" #. type: "KernelPm_description" -#: Resources/templates/Localizable.strings:957 +#: Resources/templates/Localizable.strings:958 #, fuzzy, no-wrap #| msgid "Power Management" msgid "Kernel Power Management patch." msgstr "Energieverwaltung" #. type: "KernelLapicError_title" -#: Resources/templates/Localizable.strings:960 +#: Resources/templates/Localizable.strings:961 #, fuzzy, no-wrap #| msgid "Kernel Patcher" msgid "KernelLapicError" msgstr "Kernel Patcher" #. type: "KernelLapicError_description" -#: Resources/templates/Localizable.strings:961 +#: Resources/templates/Localizable.strings:962 #, no-wrap msgid "Remove the Local Apic Error panic." msgstr "" #. type: "KernelLapicVersion_title" -#: Resources/templates/Localizable.strings:964 +#: Resources/templates/Localizable.strings:965 #, fuzzy, no-wrap #| msgid "Kernel Patcher" msgid "KernelLapicVersion" msgstr "Kernel Patcher" #. type: "KernelLapicVersion_description" -#: Resources/templates/Localizable.strings:965 +#: Resources/templates/Localizable.strings:966 #, no-wrap msgid "Remove the Local Apic Version panic." msgstr "" #. type: "KernelHaswell_title" -#: Resources/templates/Localizable.strings:968 +#: Resources/templates/Localizable.strings:969 #, fuzzy, no-wrap #| msgid "Kernel Flags" msgid "KernelHaswell" msgstr "Kernel Flags" #. type: "KernelHaswell_description" -#: Resources/templates/Localizable.strings:969 +#: Resources/templates/Localizable.strings:970 #, no-wrap msgid "Patch for Haswell \\\"E\\\" and \\\"ULT\\\" support on older OSes." msgstr "" #. type: "KernelcpuFamily_title" -#: Resources/templates/Localizable.strings:972 +#: Resources/templates/Localizable.strings:973 #, no-wrap msgid "KernelcpuFamily" msgstr "" #. type: "KernelcpuFamily_description" -#: Resources/templates/Localizable.strings:973 +#: Resources/templates/Localizable.strings:974 #, no-wrap msgid "Patch the cpuid_family address to remove the _cpuid_set_info _panic and _tsc_init _panic. For unsupported CPUs" msgstr "" #. type: "KernelSSE3_title" -#: Resources/templates/Localizable.strings:976 +#: Resources/templates/Localizable.strings:977 #, no-wrap msgid "KernelSSE3" msgstr "" #. type: "KernelSSE3_description" -#: Resources/templates/Localizable.strings:977 +#: Resources/templates/Localizable.strings:978 #, no-wrap msgid "Patch to enable more SSE3 instructions on older CPUs to run newer OSes." msgstr "" +#. type: "kextsPatcher_title" +#: Resources/templates/Localizable.strings:987 +#, fuzzy, no-wrap +#| msgid "Kext Patcher" +msgid "Embedded Kexts Patch" +msgstr "Kext Patcher" + +#. type: "kextsPatcher_description" +#: Resources/templates/Localizable.strings:988 +#, fuzzy, no-wrap +#| msgid "A selection of options that deal with video." +msgid "A selection of options to patch kexts." +msgstr "Optionen zur Grafik." + +#. type: "AppleRTCPatch_title" +#: Resources/templates/Localizable.strings:991 +#, no-wrap +msgid "AppleRTC Patch" +msgstr "" + +#. type: "AppleRTCPatch_description" +#: Resources/templates/Localizable.strings:992 +#, no-wrap +msgid "Patch AppleRTC." +msgstr "" + +#. type: "OrangeIconFixSata_title" +#: Resources/templates/Localizable.strings:995 +#, no-wrap +msgid "OrangeIcon Fix" +msgstr "" + +#. type: "OrangeIconFixSata_description" +#: Resources/templates/Localizable.strings:996 +#, no-wrap +msgid "Fix OrangeIcon." +msgstr "" + +#. type: "TrimEnablerSata_title" +#: Resources/templates/Localizable.strings:999 +#, no-wrap +msgid "TrimEnabler Sata" +msgstr "" + +#. type: "TrimEnablerSata_description" +#: Resources/templates/Localizable.strings:1000 +#, no-wrap +msgid "Sata TrimEnabler." +msgstr "" + +#. type: "AICPMPatch_title" +#: Resources/templates/Localizable.strings:1003 +#, no-wrap +msgid "AICPM Patch" +msgstr "" + +#. type: "AICPMPatch_description" +#: Resources/templates/Localizable.strings:1004 +#, no-wrap +msgid "Patch AICPM." +msgstr "" + #. type: "Themes_title" -#: Resources/templates/Localizable.strings:982 +#: Resources/templates/Localizable.strings:1010 #, no-wrap msgid "Themes" msgstr "Erscheinungsbild" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:983 +#: Resources/templates/Localizable.strings:1011 #, no-wrap msgid "" "A collection of sample themes\n" @@ -3679,6 +3741,26 @@ "Weitere Themen gibt es hier: http://forum.voodooprojects.org/index.php/board,7.0.html" #, fuzzy +#~| msgid "Kext Patcher" +#~ msgid "Patches" +#~ msgstr "Kext Patcher" + +#, fuzzy +#~| msgid "Kernel Patcher" +#~ msgid "kernel Patcher" +#~ msgstr "Kernel Patcher" + +#, fuzzy +#~| msgid "Kext Patcher" +#~ msgid "Kexts Patcher" +#~ msgstr "Kext Patcher" + +#, fuzzy +#~| msgid "Kernel Patcher" +#~ msgid "Kernel Patches" +#~ msgstr "Kernel Patcher" + +#, fuzzy #~| msgid "Intel Azul AAPL,ig-platform-id" #~ msgid "Intel Bdw (Broadwell) AAPL,ig-platform-id" #~ msgstr "Intel Azul AAPL,ig-platform-id" Index: branches/ErmaC/Enoch/package/po/bg.po =================================================================== --- branches/ErmaC/Enoch/package/po/bg.po (revision 2880) +++ branches/ErmaC/Enoch/package/po/bg.po (revision 2881) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Chameleon 2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-02 13:34+0000\n" +"POT-Creation-Date: 2017-03-26 11:51+0100\n" "PO-Revision-Date: 2014-11-24 20:12-0000\n" "Last-Translator: Желязко \n" "Language-Team: bg \n" @@ -1246,100 +1246,100 @@ msgid "Set Graphics Mode to 1920x1200x32" msgstr "Задайте Графичен режим 1920x1200x32" -#. type: "Crs1_title" +#. type: "Csr1_title" #: Resources/templates/Localizable.strings:298 #, no-wrap -msgid "CRS_ALLOW_UNTRUSTED_KEXTS" +msgid "CSR_ALLOW_UNTRUSTED_KEXTS" msgstr "" -#. type: "Crs1_description" +#. type: "Csr1_description" #: Resources/templates/Localizable.strings:299 #, no-wrap msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)." msgstr "" -#. type: "Crs2_title" +#. type: "Csr2_title" #: Resources/templates/Localizable.strings:301 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_FS" +msgid "CSR_ALLOW_UNRESTRICTED_FS" msgstr "" -#. type: "Crs2_description" +#. type: "Csr2_description" #: Resources/templates/Localizable.strings:302 #, no-wrap msgid "Filesystem protection: Important system files are protected and cannot be modified." msgstr "" -#. type: "Crs4_title" +#. type: "Csr4_title" #: Resources/templates/Localizable.strings:304 #, no-wrap -msgid "CRS_ALLOW_TASK_FOR_PID" +msgid "CSR_ALLOW_TASK_FOR_PID" msgstr "" -#. type: "Crs4_description" +#. type: "Csr4_description" #: Resources/templates/Localizable.strings:305 #, no-wrap -msgid "Disable CRS_ALLOW_TASK_FOR_PID" +msgid "Disable CSR_ALLOW_TASK_FOR_PID" msgstr "" -#. type: "Crs8_title" +#. type: "Csr8_title" #: Resources/templates/Localizable.strings:307 #, no-wrap -msgid "CRS_ALLOW_KERNEL_DEBUGGER" +msgid "CSR_ALLOW_KERNEL_DEBUGGER" msgstr "" -#. type: "Crs8_description" +#. type: "Csr8_description" #: Resources/templates/Localizable.strings:308 #, no-wrap -msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER" +msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER" msgstr "" -#. type: "Crs16_title" +#. type: "Csr16_title" #: Resources/templates/Localizable.strings:310 #, no-wrap -msgid "CRS_ALLOW_APPLE_INTERNAL" +msgid "CSR_ALLOW_APPLE_INTERNAL" msgstr "" -#. type: "Crs16_description" +#. type: "Csr16_description" #: Resources/templates/Localizable.strings:311 #, no-wrap -msgid "Disable CRS_ALLOW_APPLE_INTERNAL" +msgid "Disable CSR_ALLOW_APPLE_INTERNAL" msgstr "" -#. type: "Crs32_title" +#. type: "Csr32_title" #: Resources/templates/Localizable.strings:313 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "CSR_ALLOW_UNRESTRICTED_DTRACE" msgstr "" -#. type: "Crs32_description" +#. type: "Csr32_description" #: Resources/templates/Localizable.strings:314 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE" msgstr "" -#. type: "Crs64_title" +#. type: "Csr64_title" #: Resources/templates/Localizable.strings:316 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "CSR_ALLOW_UNRESTRICTED_NVRAM" msgstr "" -#. type: "Crs64_description" +#. type: "Csr64_description" #: Resources/templates/Localizable.strings:317 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM" msgstr "" -#. type: "Crs128_title" +#. type: "Csr128_title" #: Resources/templates/Localizable.strings:319 #, no-wrap -msgid "CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "CSR_ALLOW_DEVICE_CONFIGURATION" msgstr "" -#. type: "Crs128_description" +#. type: "Csr128_description" #: Resources/templates/Localizable.strings:320 #, no-wrap -msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION" msgstr "" #. type: "HDAULayoutIDx01_title" @@ -3187,13 +3187,13 @@ msgid "Settings to control how Chameleon works." msgstr "Настройки, за да контролирате как работи Хамелеон." -#. type: "CrsActiveConfig_title" +#. type: "CsrActiveConfig_title" #: Resources/templates/Localizable.strings:883 #, no-wrap -msgid "CrsActiveConfig" +msgid "CsrActiveConfig" msgstr "" -#. type: "CrsActiveConfig_description" +#. type: "CsrActiveConfig_description" #: Resources/templates/Localizable.strings:884 #, no-wrap msgid "System Integrity Protection (SIP)." @@ -3352,127 +3352,190 @@ #. type: "Patches_title" #: Resources/templates/Localizable.strings:945 -#, no-wrap -msgid "Patches" -msgstr "" +#, fuzzy, no-wrap +#| msgid "Kernel Patcher" +msgid "Embedded Patcher" +msgstr "Kernel Patcher" #. type: "Patches_description" #: Resources/templates/Localizable.strings:946 #, fuzzy, no-wrap #| msgid "A selection of options that deal with video." -msgid "A selection of options to patch the kernel." +msgid "A selection of options to patch the Kernel and Kexts." msgstr "А изборът на опции, които се занимават с видеото." #. type: "kernelPatcher_title" -#: Resources/templates/Localizable.strings:948 +#: Resources/templates/Localizable.strings:949 #, fuzzy, no-wrap #| msgid "Kernel Patcher" -msgid "kernel Patcher" +msgid "Embedded Kernel Patch" msgstr "Kernel Patcher" #. type: "kernelPatcher_description" -#: Resources/templates/Localizable.strings:949 +#: Resources/templates/Localizable.strings:950 #, no-wrap msgid "Select one patch for your kernel." msgstr "" #. type: "KernelBooter_kexts_title" -#: Resources/templates/Localizable.strings:952 +#: Resources/templates/Localizable.strings:953 #, no-wrap msgid "KernelBooter_kexts" msgstr "" #. type: "KernelBooter_kexts_description" -#: Resources/templates/Localizable.strings:953 +#: Resources/templates/Localizable.strings:954 #, no-wrap msgid "Re-enable /Extra/Extensions kexts on newer OSes." msgstr "" #. type: "KernelPm_title" -#: Resources/templates/Localizable.strings:956 +#: Resources/templates/Localizable.strings:957 #, fuzzy, no-wrap #| msgid "Kernel Patcher" msgid "KernelPm" msgstr "Kernel Patcher" #. type: "KernelPm_description" -#: Resources/templates/Localizable.strings:957 +#: Resources/templates/Localizable.strings:958 #, fuzzy, no-wrap #| msgid "Power Management" msgid "Kernel Power Management patch." msgstr "Опции на захранването" #. type: "KernelLapicError_title" -#: Resources/templates/Localizable.strings:960 +#: Resources/templates/Localizable.strings:961 #, fuzzy, no-wrap #| msgid "Kernel Patcher" msgid "KernelLapicError" msgstr "Kernel Patcher" #. type: "KernelLapicError_description" -#: Resources/templates/Localizable.strings:961 +#: Resources/templates/Localizable.strings:962 #, no-wrap msgid "Remove the Local Apic Error panic." msgstr "" #. type: "KernelLapicVersion_title" -#: Resources/templates/Localizable.strings:964 +#: Resources/templates/Localizable.strings:965 #, fuzzy, no-wrap #| msgid "Kernel Patcher" msgid "KernelLapicVersion" msgstr "Kernel Patcher" #. type: "KernelLapicVersion_description" -#: Resources/templates/Localizable.strings:965 +#: Resources/templates/Localizable.strings:966 #, no-wrap msgid "Remove the Local Apic Version panic." msgstr "" #. type: "KernelHaswell_title" -#: Resources/templates/Localizable.strings:968 +#: Resources/templates/Localizable.strings:969 #, fuzzy, no-wrap #| msgid "Kernel Flags" msgid "KernelHaswell" msgstr "Ядрото опции /Kernel Flags/" #. type: "KernelHaswell_description" -#: Resources/templates/Localizable.strings:969 +#: Resources/templates/Localizable.strings:970 #, no-wrap msgid "Patch for Haswell \\\"E\\\" and \\\"ULT\\\" support on older OSes." msgstr "" #. type: "KernelcpuFamily_title" -#: Resources/templates/Localizable.strings:972 +#: Resources/templates/Localizable.strings:973 #, no-wrap msgid "KernelcpuFamily" msgstr "" #. type: "KernelcpuFamily_description" -#: Resources/templates/Localizable.strings:973 +#: Resources/templates/Localizable.strings:974 #, no-wrap msgid "Patch the cpuid_family address to remove the _cpuid_set_info _panic and _tsc_init _panic. For unsupported CPUs" msgstr "" #. type: "KernelSSE3_title" -#: Resources/templates/Localizable.strings:976 +#: Resources/templates/Localizable.strings:977 #, no-wrap msgid "KernelSSE3" msgstr "" #. type: "KernelSSE3_description" -#: Resources/templates/Localizable.strings:977 +#: Resources/templates/Localizable.strings:978 #, no-wrap msgid "Patch to enable more SSE3 instructions on older CPUs to run newer OSes." msgstr "" +#. type: "kextsPatcher_title" +#: Resources/templates/Localizable.strings:987 +#, fuzzy, no-wrap +#| msgid "Kernel Patcher" +msgid "Embedded Kexts Patch" +msgstr "Kernel Patcher" + +#. type: "kextsPatcher_description" +#: Resources/templates/Localizable.strings:988 +#, fuzzy, no-wrap +#| msgid "A selection of options that deal with video." +msgid "A selection of options to patch kexts." +msgstr "А изборът на опции, които се занимават с видеото." + +#. type: "AppleRTCPatch_title" +#: Resources/templates/Localizable.strings:991 +#, no-wrap +msgid "AppleRTC Patch" +msgstr "" + +#. type: "AppleRTCPatch_description" +#: Resources/templates/Localizable.strings:992 +#, no-wrap +msgid "Patch AppleRTC." +msgstr "" + +#. type: "OrangeIconFixSata_title" +#: Resources/templates/Localizable.strings:995 +#, no-wrap +msgid "OrangeIcon Fix" +msgstr "" + +#. type: "OrangeIconFixSata_description" +#: Resources/templates/Localizable.strings:996 +#, no-wrap +msgid "Fix OrangeIcon." +msgstr "" + +#. type: "TrimEnablerSata_title" +#: Resources/templates/Localizable.strings:999 +#, no-wrap +msgid "TrimEnabler Sata" +msgstr "" + +#. type: "TrimEnablerSata_description" +#: Resources/templates/Localizable.strings:1000 +#, no-wrap +msgid "Sata TrimEnabler." +msgstr "" + +#. type: "AICPMPatch_title" +#: Resources/templates/Localizable.strings:1003 +#, no-wrap +msgid "AICPM Patch" +msgstr "" + +#. type: "AICPMPatch_description" +#: Resources/templates/Localizable.strings:1004 +#, no-wrap +msgid "Patch AICPM." +msgstr "" + #. type: "Themes_title" -#: Resources/templates/Localizable.strings:982 +#: Resources/templates/Localizable.strings:1010 #, no-wrap msgid "Themes" msgstr "Теми" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:983 +#: Resources/templates/Localizable.strings:1011 #, no-wrap msgid "" "A collection of sample themes\n" @@ -3481,6 +3544,26 @@ "Колекция от теми\n" "http://forum.voodooprojects.org/index.php/board,7.0.html" +#, fuzzy +#~| msgid "Kernel Patcher" +#~ msgid "Patches" +#~ msgstr "Kernel Patcher" + +#, fuzzy +#~| msgid "Kernel Patcher" +#~ msgid "kernel Patcher" +#~ msgstr "Kernel Patcher" + +#, fuzzy +#~| msgid "Kernel Patcher" +#~ msgid "Kexts Patcher" +#~ msgstr "Kernel Patcher" + +#, fuzzy +#~| msgid "Kernel Patcher" +#~ msgid "Kernel Patches" +#~ msgstr "Kernel Patcher" + #~ msgid "" #~ "Merge an existing /Extra folder, if found on the target, with any options " #~ "chosen from the installer, other than the Bootloader. The original /Extra " Index: branches/ErmaC/Enoch/package/po/ja.po =================================================================== --- branches/ErmaC/Enoch/package/po/ja.po (revision 2880) +++ branches/ErmaC/Enoch/package/po/ja.po (revision 2881) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-02 13:34+0000\n" +"POT-Creation-Date: 2017-03-26 11:51+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1210,100 +1210,100 @@ msgid "Set Graphics Mode to 1920x1200x32" msgstr "" -#. type: "Crs1_title" +#. type: "Csr1_title" #: Resources/templates/Localizable.strings:298 #, no-wrap -msgid "CRS_ALLOW_UNTRUSTED_KEXTS" +msgid "CSR_ALLOW_UNTRUSTED_KEXTS" msgstr "" -#. type: "Crs1_description" +#. type: "Csr1_description" #: Resources/templates/Localizable.strings:299 #, no-wrap msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)." msgstr "" -#. type: "Crs2_title" +#. type: "Csr2_title" #: Resources/templates/Localizable.strings:301 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_FS" +msgid "CSR_ALLOW_UNRESTRICTED_FS" msgstr "" -#. type: "Crs2_description" +#. type: "Csr2_description" #: Resources/templates/Localizable.strings:302 #, no-wrap msgid "Filesystem protection: Important system files are protected and cannot be modified." msgstr "" -#. type: "Crs4_title" +#. type: "Csr4_title" #: Resources/templates/Localizable.strings:304 #, no-wrap -msgid "CRS_ALLOW_TASK_FOR_PID" +msgid "CSR_ALLOW_TASK_FOR_PID" msgstr "" -#. type: "Crs4_description" +#. type: "Csr4_description" #: Resources/templates/Localizable.strings:305 #, no-wrap -msgid "Disable CRS_ALLOW_TASK_FOR_PID" +msgid "Disable CSR_ALLOW_TASK_FOR_PID" msgstr "" -#. type: "Crs8_title" +#. type: "Csr8_title" #: Resources/templates/Localizable.strings:307 #, no-wrap -msgid "CRS_ALLOW_KERNEL_DEBUGGER" +msgid "CSR_ALLOW_KERNEL_DEBUGGER" msgstr "" -#. type: "Crs8_description" +#. type: "Csr8_description" #: Resources/templates/Localizable.strings:308 #, no-wrap -msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER" +msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER" msgstr "" -#. type: "Crs16_title" +#. type: "Csr16_title" #: Resources/templates/Localizable.strings:310 #, no-wrap -msgid "CRS_ALLOW_APPLE_INTERNAL" +msgid "CSR_ALLOW_APPLE_INTERNAL" msgstr "" -#. type: "Crs16_description" +#. type: "Csr16_description" #: Resources/templates/Localizable.strings:311 #, no-wrap -msgid "Disable CRS_ALLOW_APPLE_INTERNAL" +msgid "Disable CSR_ALLOW_APPLE_INTERNAL" msgstr "" -#. type: "Crs32_title" +#. type: "Csr32_title" #: Resources/templates/Localizable.strings:313 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "CSR_ALLOW_UNRESTRICTED_DTRACE" msgstr "" -#. type: "Crs32_description" +#. type: "Csr32_description" #: Resources/templates/Localizable.strings:314 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE" msgstr "" -#. type: "Crs64_title" +#. type: "Csr64_title" #: Resources/templates/Localizable.strings:316 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "CSR_ALLOW_UNRESTRICTED_NVRAM" msgstr "" -#. type: "Crs64_description" +#. type: "Csr64_description" #: Resources/templates/Localizable.strings:317 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM" msgstr "" -#. type: "Crs128_title" +#. type: "Csr128_title" #: Resources/templates/Localizable.strings:319 #, no-wrap -msgid "CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "CSR_ALLOW_DEVICE_CONFIGURATION" msgstr "" -#. type: "Crs128_description" +#. type: "Csr128_description" #: Resources/templates/Localizable.strings:320 #, no-wrap -msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION" msgstr "" #. type: "HDAULayoutIDx01_title" @@ -3149,13 +3149,13 @@ msgid "Settings to control how Chameleon works." msgstr "" -#. type: "CrsActiveConfig_title" +#. type: "CsrActiveConfig_title" #: Resources/templates/Localizable.strings:883 #, no-wrap -msgid "CrsActiveConfig" +msgid "CsrActiveConfig" msgstr "" -#. type: "CrsActiveConfig_description" +#. type: "CsrActiveConfig_description" #: Resources/templates/Localizable.strings:884 #, no-wrap msgid "System Integrity Protection (SIP)." @@ -3314,119 +3314,179 @@ #. type: "Patches_title" #: Resources/templates/Localizable.strings:945 #, no-wrap -msgid "Patches" +msgid "Embedded Patcher" msgstr "" #. type: "Patches_description" #: Resources/templates/Localizable.strings:946 #, no-wrap -msgid "A selection of options to patch the kernel." +msgid "A selection of options to patch the Kernel and Kexts." msgstr "" #. type: "kernelPatcher_title" -#: Resources/templates/Localizable.strings:948 +#: Resources/templates/Localizable.strings:949 #, no-wrap -msgid "kernel Patcher" +msgid "Embedded Kernel Patch" msgstr "" #. type: "kernelPatcher_description" -#: Resources/templates/Localizable.strings:949 +#: Resources/templates/Localizable.strings:950 #, no-wrap msgid "Select one patch for your kernel." msgstr "" #. type: "KernelBooter_kexts_title" -#: Resources/templates/Localizable.strings:952 +#: Resources/templates/Localizable.strings:953 #, no-wrap msgid "KernelBooter_kexts" msgstr "" #. type: "KernelBooter_kexts_description" -#: Resources/templates/Localizable.strings:953 +#: Resources/templates/Localizable.strings:954 #, no-wrap msgid "Re-enable /Extra/Extensions kexts on newer OSes." msgstr "" #. type: "KernelPm_title" -#: Resources/templates/Localizable.strings:956 +#: Resources/templates/Localizable.strings:957 #, no-wrap msgid "KernelPm" msgstr "" #. type: "KernelPm_description" -#: Resources/templates/Localizable.strings:957 +#: Resources/templates/Localizable.strings:958 #, no-wrap msgid "Kernel Power Management patch." msgstr "" #. type: "KernelLapicError_title" -#: Resources/templates/Localizable.strings:960 +#: Resources/templates/Localizable.strings:961 #, no-wrap msgid "KernelLapicError" msgstr "" #. type: "KernelLapicError_description" -#: Resources/templates/Localizable.strings:961 +#: Resources/templates/Localizable.strings:962 #, no-wrap msgid "Remove the Local Apic Error panic." msgstr "" #. type: "KernelLapicVersion_title" -#: Resources/templates/Localizable.strings:964 +#: Resources/templates/Localizable.strings:965 #, no-wrap msgid "KernelLapicVersion" msgstr "" #. type: "KernelLapicVersion_description" -#: Resources/templates/Localizable.strings:965 +#: Resources/templates/Localizable.strings:966 #, no-wrap msgid "Remove the Local Apic Version panic." msgstr "" #. type: "KernelHaswell_title" -#: Resources/templates/Localizable.strings:968 +#: Resources/templates/Localizable.strings:969 #, no-wrap msgid "KernelHaswell" msgstr "" #. type: "KernelHaswell_description" -#: Resources/templates/Localizable.strings:969 +#: Resources/templates/Localizable.strings:970 #, no-wrap msgid "Patch for Haswell \\\"E\\\" and \\\"ULT\\\" support on older OSes." msgstr "" #. type: "KernelcpuFamily_title" -#: Resources/templates/Localizable.strings:972 +#: Resources/templates/Localizable.strings:973 #, no-wrap msgid "KernelcpuFamily" msgstr "" #. type: "KernelcpuFamily_description" -#: Resources/templates/Localizable.strings:973 +#: Resources/templates/Localizable.strings:974 #, no-wrap msgid "Patch the cpuid_family address to remove the _cpuid_set_info _panic and _tsc_init _panic. For unsupported CPUs" msgstr "" #. type: "KernelSSE3_title" -#: Resources/templates/Localizable.strings:976 +#: Resources/templates/Localizable.strings:977 #, no-wrap msgid "KernelSSE3" msgstr "" #. type: "KernelSSE3_description" -#: Resources/templates/Localizable.strings:977 +#: Resources/templates/Localizable.strings:978 #, no-wrap msgid "Patch to enable more SSE3 instructions on older CPUs to run newer OSes." msgstr "" +#. type: "kextsPatcher_title" +#: Resources/templates/Localizable.strings:987 +#, no-wrap +msgid "Embedded Kexts Patch" +msgstr "" + +#. type: "kextsPatcher_description" +#: Resources/templates/Localizable.strings:988 +#, no-wrap +msgid "A selection of options to patch kexts." +msgstr "" + +#. type: "AppleRTCPatch_title" +#: Resources/templates/Localizable.strings:991 +#, no-wrap +msgid "AppleRTC Patch" +msgstr "" + +#. type: "AppleRTCPatch_description" +#: Resources/templates/Localizable.strings:992 +#, no-wrap +msgid "Patch AppleRTC." +msgstr "" + +#. type: "OrangeIconFixSata_title" +#: Resources/templates/Localizable.strings:995 +#, no-wrap +msgid "OrangeIcon Fix" +msgstr "" + +#. type: "OrangeIconFixSata_description" +#: Resources/templates/Localizable.strings:996 +#, no-wrap +msgid "Fix OrangeIcon." +msgstr "" + +#. type: "TrimEnablerSata_title" +#: Resources/templates/Localizable.strings:999 +#, no-wrap +msgid "TrimEnabler Sata" +msgstr "" + +#. type: "TrimEnablerSata_description" +#: Resources/templates/Localizable.strings:1000 +#, no-wrap +msgid "Sata TrimEnabler." +msgstr "" + +#. type: "AICPMPatch_title" +#: Resources/templates/Localizable.strings:1003 +#, no-wrap +msgid "AICPM Patch" +msgstr "" + +#. type: "AICPMPatch_description" +#: Resources/templates/Localizable.strings:1004 +#, no-wrap +msgid "Patch AICPM." +msgstr "" + #. type: "Themes_title" -#: Resources/templates/Localizable.strings:982 +#: Resources/templates/Localizable.strings:1010 #, no-wrap msgid "Themes" msgstr "" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:983 +#: Resources/templates/Localizable.strings:1011 #, no-wrap msgid "" "A collection of sample themes\n" Index: branches/ErmaC/Enoch/package/po/zh_TW.po =================================================================== --- branches/ErmaC/Enoch/package/po/zh_TW.po (revision 2880) +++ branches/ErmaC/Enoch/package/po/zh_TW.po (revision 2881) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Chameleon 2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-02 13:34+0000\n" +"POT-Creation-Date: 2017-03-26 11:51+0100\n" "PO-Revision-Date: 2015-02-13 18:38-0000\n" "Last-Translator: crazybirdy <>\n" "Language-Team: zh_TW \n" @@ -1278,100 +1278,100 @@ msgid "Set Graphics Mode to 1920x1200x32" msgstr "設定螢幕解析度為 1920x1200x32" -#. type: "Crs1_title" +#. type: "Csr1_title" #: Resources/templates/Localizable.strings:298 #, no-wrap -msgid "CRS_ALLOW_UNTRUSTED_KEXTS" +msgid "CSR_ALLOW_UNTRUSTED_KEXTS" msgstr "" -#. type: "Crs1_description" +#. type: "Csr1_description" #: Resources/templates/Localizable.strings:299 #, no-wrap msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)." msgstr "" -#. type: "Crs2_title" +#. type: "Csr2_title" #: Resources/templates/Localizable.strings:301 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_FS" +msgid "CSR_ALLOW_UNRESTRICTED_FS" msgstr "" -#. type: "Crs2_description" +#. type: "Csr2_description" #: Resources/templates/Localizable.strings:302 #, no-wrap msgid "Filesystem protection: Important system files are protected and cannot be modified." msgstr "" -#. type: "Crs4_title" +#. type: "Csr4_title" #: Resources/templates/Localizable.strings:304 #, no-wrap -msgid "CRS_ALLOW_TASK_FOR_PID" +msgid "CSR_ALLOW_TASK_FOR_PID" msgstr "" -#. type: "Crs4_description" +#. type: "Csr4_description" #: Resources/templates/Localizable.strings:305 #, no-wrap -msgid "Disable CRS_ALLOW_TASK_FOR_PID" +msgid "Disable CSR_ALLOW_TASK_FOR_PID" msgstr "" -#. type: "Crs8_title" +#. type: "Csr8_title" #: Resources/templates/Localizable.strings:307 #, no-wrap -msgid "CRS_ALLOW_KERNEL_DEBUGGER" +msgid "CSR_ALLOW_KERNEL_DEBUGGER" msgstr "" -#. type: "Crs8_description" +#. type: "Csr8_description" #: Resources/templates/Localizable.strings:308 #, no-wrap -msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER" +msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER" msgstr "" -#. type: "Crs16_title" +#. type: "Csr16_title" #: Resources/templates/Localizable.strings:310 #, no-wrap -msgid "CRS_ALLOW_APPLE_INTERNAL" +msgid "CSR_ALLOW_APPLE_INTERNAL" msgstr "" -#. type: "Crs16_description" +#. type: "Csr16_description" #: Resources/templates/Localizable.strings:311 #, no-wrap -msgid "Disable CRS_ALLOW_APPLE_INTERNAL" +msgid "Disable CSR_ALLOW_APPLE_INTERNAL" msgstr "" -#. type: "Crs32_title" +#. type: "Csr32_title" #: Resources/templates/Localizable.strings:313 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "CSR_ALLOW_UNRESTRICTED_DTRACE" msgstr "" -#. type: "Crs32_description" +#. type: "Csr32_description" #: Resources/templates/Localizable.strings:314 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE" msgstr "" -#. type: "Crs64_title" +#. type: "Csr64_title" #: Resources/templates/Localizable.strings:316 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "CSR_ALLOW_UNRESTRICTED_NVRAM" msgstr "" -#. type: "Crs64_description" +#. type: "Csr64_description" #: Resources/templates/Localizable.strings:317 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM" msgstr "" -#. type: "Crs128_title" +#. type: "Csr128_title" #: Resources/templates/Localizable.strings:319 #, no-wrap -msgid "CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "CSR_ALLOW_DEVICE_CONFIGURATION" msgstr "" -#. type: "Crs128_description" +#. type: "Csr128_description" #: Resources/templates/Localizable.strings:320 #, no-wrap -msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION" msgstr "" #. type: "HDAULayoutIDx01_title" @@ -3356,13 +3356,13 @@ msgid "Settings to control how Chameleon works." msgstr "設定控制 Chameleon 的運作方式。" -#. type: "CrsActiveConfig_title" +#. type: "CsrActiveConfig_title" #: Resources/templates/Localizable.strings:883 #, no-wrap -msgid "CrsActiveConfig" +msgid "CsrActiveConfig" msgstr "" -#. type: "CrsActiveConfig_description" +#. type: "CsrActiveConfig_description" #: Resources/templates/Localizable.strings:884 #, no-wrap msgid "System Integrity Protection (SIP)." Index: branches/ErmaC/Enoch/package/po/id.po =================================================================== --- branches/ErmaC/Enoch/package/po/id.po (revision 2880) +++ branches/ErmaC/Enoch/package/po/id.po (revision 2881) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Chameleon 2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-02 13:34+0000\n" +"POT-Creation-Date: 2017-03-26 11:51+0100\n" "PO-Revision-Date: 2015-02-13 18:30-0000\n" "Last-Translator: level9 \n" "Language-Team: id \n" @@ -1272,100 +1272,100 @@ msgid "Set Graphics Mode to 1920x1200x32" msgstr "Menset resolusi ke 1920x1200x32" -#. type: "Crs1_title" +#. type: "Csr1_title" #: Resources/templates/Localizable.strings:298 #, no-wrap -msgid "CRS_ALLOW_UNTRUSTED_KEXTS" +msgid "CSR_ALLOW_UNTRUSTED_KEXTS" msgstr "" -#. type: "Crs1_description" +#. type: "Csr1_description" #: Resources/templates/Localizable.strings:299 #, no-wrap msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)." msgstr "" -#. type: "Crs2_title" +#. type: "Csr2_title" #: Resources/templates/Localizable.strings:301 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_FS" +msgid "CSR_ALLOW_UNRESTRICTED_FS" msgstr "" -#. type: "Crs2_description" +#. type: "Csr2_description" #: Resources/templates/Localizable.strings:302 #, no-wrap msgid "Filesystem protection: Important system files are protected and cannot be modified." msgstr "" -#. type: "Crs4_title" +#. type: "Csr4_title" #: Resources/templates/Localizable.strings:304 #, no-wrap -msgid "CRS_ALLOW_TASK_FOR_PID" +msgid "CSR_ALLOW_TASK_FOR_PID" msgstr "" -#. type: "Crs4_description" +#. type: "Csr4_description" #: Resources/templates/Localizable.strings:305 #, no-wrap -msgid "Disable CRS_ALLOW_TASK_FOR_PID" +msgid "Disable CSR_ALLOW_TASK_FOR_PID" msgstr "" -#. type: "Crs8_title" +#. type: "Csr8_title" #: Resources/templates/Localizable.strings:307 #, no-wrap -msgid "CRS_ALLOW_KERNEL_DEBUGGER" +msgid "CSR_ALLOW_KERNEL_DEBUGGER" msgstr "" -#. type: "Crs8_description" +#. type: "Csr8_description" #: Resources/templates/Localizable.strings:308 #, no-wrap -msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER" +msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER" msgstr "" -#. type: "Crs16_title" +#. type: "Csr16_title" #: Resources/templates/Localizable.strings:310 #, no-wrap -msgid "CRS_ALLOW_APPLE_INTERNAL" +msgid "CSR_ALLOW_APPLE_INTERNAL" msgstr "" -#. type: "Crs16_description" +#. type: "Csr16_description" #: Resources/templates/Localizable.strings:311 #, no-wrap -msgid "Disable CRS_ALLOW_APPLE_INTERNAL" +msgid "Disable CSR_ALLOW_APPLE_INTERNAL" msgstr "" -#. type: "Crs32_title" +#. type: "Csr32_title" #: Resources/templates/Localizable.strings:313 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "CSR_ALLOW_UNRESTRICTED_DTRACE" msgstr "" -#. type: "Crs32_description" +#. type: "Csr32_description" #: Resources/templates/Localizable.strings:314 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE" msgstr "" -#. type: "Crs64_title" +#. type: "Csr64_title" #: Resources/templates/Localizable.strings:316 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "CSR_ALLOW_UNRESTRICTED_NVRAM" msgstr "" -#. type: "Crs64_description" +#. type: "Csr64_description" #: Resources/templates/Localizable.strings:317 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM" msgstr "" -#. type: "Crs128_title" +#. type: "Csr128_title" #: Resources/templates/Localizable.strings:319 #, no-wrap -msgid "CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "CSR_ALLOW_DEVICE_CONFIGURATION" msgstr "" -#. type: "Crs128_description" +#. type: "Csr128_description" #: Resources/templates/Localizable.strings:320 #, no-wrap -msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION" msgstr "" #. type: "HDAULayoutIDx01_title" @@ -3520,13 +3520,13 @@ msgid "Settings to control how Chameleon works." msgstr "Setting untuk mengotrol kerja Chameleon." -#. type: "CrsActiveConfig_title" +#. type: "CsrActiveConfig_title" #: Resources/templates/Localizable.strings:883 #, no-wrap -msgid "CrsActiveConfig" +msgid "CsrActiveConfig" msgstr "" -#. type: "CrsActiveConfig_description" +#. type: "CsrActiveConfig_description" #: Resources/templates/Localizable.strings:884 #, no-wrap msgid "System Integrity Protection (SIP)." @@ -3687,126 +3687,188 @@ #: Resources/templates/Localizable.strings:945 #, fuzzy, no-wrap #| msgid "Kext Patcher" -msgid "Patches" +msgid "Embedded Patcher" msgstr "Kext Patcher" #. type: "Patches_description" #: Resources/templates/Localizable.strings:946 #, fuzzy, no-wrap #| msgid "A selection of options that deal with video." -msgid "A selection of options to patch the kernel." +msgid "A selection of options to patch the Kernel and Kexts." msgstr "Opsi seleksi untuk video." #. type: "kernelPatcher_title" -#: Resources/templates/Localizable.strings:948 +#: Resources/templates/Localizable.strings:949 #, fuzzy, no-wrap #| msgid "Kernel Patcher" -msgid "kernel Patcher" +msgid "Embedded Kernel Patch" msgstr "Kernel Patcher" #. type: "kernelPatcher_description" -#: Resources/templates/Localizable.strings:949 +#: Resources/templates/Localizable.strings:950 #, no-wrap msgid "Select one patch for your kernel." msgstr "" #. type: "KernelBooter_kexts_title" -#: Resources/templates/Localizable.strings:952 +#: Resources/templates/Localizable.strings:953 #, no-wrap msgid "KernelBooter_kexts" msgstr "" #. type: "KernelBooter_kexts_description" -#: Resources/templates/Localizable.strings:953 +#: Resources/templates/Localizable.strings:954 #, no-wrap msgid "Re-enable /Extra/Extensions kexts on newer OSes." msgstr "" #. type: "KernelPm_title" -#: Resources/templates/Localizable.strings:956 +#: Resources/templates/Localizable.strings:957 #, fuzzy, no-wrap #| msgid "Kernel Patcher" msgid "KernelPm" msgstr "Kernel Patcher" #. type: "KernelPm_description" -#: Resources/templates/Localizable.strings:957 +#: Resources/templates/Localizable.strings:958 #, fuzzy, no-wrap #| msgid "Power Management" msgid "Kernel Power Management patch." msgstr "Manajemen Daya" #. type: "KernelLapicError_title" -#: Resources/templates/Localizable.strings:960 +#: Resources/templates/Localizable.strings:961 #, fuzzy, no-wrap #| msgid "Kernel Patcher" msgid "KernelLapicError" msgstr "Kernel Patcher" #. type: "KernelLapicError_description" -#: Resources/templates/Localizable.strings:961 +#: Resources/templates/Localizable.strings:962 #, no-wrap msgid "Remove the Local Apic Error panic." msgstr "" #. type: "KernelLapicVersion_title" -#: Resources/templates/Localizable.strings:964 +#: Resources/templates/Localizable.strings:965 #, fuzzy, no-wrap #| msgid "Kernel Patcher" msgid "KernelLapicVersion" msgstr "Kernel Patcher" #. type: "KernelLapicVersion_description" -#: Resources/templates/Localizable.strings:965 +#: Resources/templates/Localizable.strings:966 #, no-wrap msgid "Remove the Local Apic Version panic." msgstr "" #. type: "KernelHaswell_title" -#: Resources/templates/Localizable.strings:968 +#: Resources/templates/Localizable.strings:969 #, fuzzy, no-wrap #| msgid "Kernel Flags" msgid "KernelHaswell" msgstr "Opsi Kernel" #. type: "KernelHaswell_description" -#: Resources/templates/Localizable.strings:969 +#: Resources/templates/Localizable.strings:970 #, no-wrap msgid "Patch for Haswell \\\"E\\\" and \\\"ULT\\\" support on older OSes." msgstr "" #. type: "KernelcpuFamily_title" -#: Resources/templates/Localizable.strings:972 +#: Resources/templates/Localizable.strings:973 #, no-wrap msgid "KernelcpuFamily" msgstr "" #. type: "KernelcpuFamily_description" -#: Resources/templates/Localizable.strings:973 +#: Resources/templates/Localizable.strings:974 #, no-wrap msgid "Patch the cpuid_family address to remove the _cpuid_set_info _panic and _tsc_init _panic. For unsupported CPUs" msgstr "" #. type: "KernelSSE3_title" -#: Resources/templates/Localizable.strings:976 +#: Resources/templates/Localizable.strings:977 #, no-wrap msgid "KernelSSE3" msgstr "" #. type: "KernelSSE3_description" -#: Resources/templates/Localizable.strings:977 +#: Resources/templates/Localizable.strings:978 #, no-wrap msgid "Patch to enable more SSE3 instructions on older CPUs to run newer OSes." msgstr "" +#. type: "kextsPatcher_title" +#: Resources/templates/Localizable.strings:987 +#, fuzzy, no-wrap +#| msgid "Kext Patcher" +msgid "Embedded Kexts Patch" +msgstr "Kext Patcher" + +#. type: "kextsPatcher_description" +#: Resources/templates/Localizable.strings:988 +#, fuzzy, no-wrap +#| msgid "A selection of options that deal with video." +msgid "A selection of options to patch kexts." +msgstr "Opsi seleksi untuk video." + +#. type: "AppleRTCPatch_title" +#: Resources/templates/Localizable.strings:991 +#, no-wrap +msgid "AppleRTC Patch" +msgstr "" + +#. type: "AppleRTCPatch_description" +#: Resources/templates/Localizable.strings:992 +#, no-wrap +msgid "Patch AppleRTC." +msgstr "" + +#. type: "OrangeIconFixSata_title" +#: Resources/templates/Localizable.strings:995 +#, no-wrap +msgid "OrangeIcon Fix" +msgstr "" + +#. type: "OrangeIconFixSata_description" +#: Resources/templates/Localizable.strings:996 +#, no-wrap +msgid "Fix OrangeIcon." +msgstr "" + +#. type: "TrimEnablerSata_title" +#: Resources/templates/Localizable.strings:999 +#, no-wrap +msgid "TrimEnabler Sata" +msgstr "" + +#. type: "TrimEnablerSata_description" +#: Resources/templates/Localizable.strings:1000 +#, no-wrap +msgid "Sata TrimEnabler." +msgstr "" + +#. type: "AICPMPatch_title" +#: Resources/templates/Localizable.strings:1003 +#, no-wrap +msgid "AICPM Patch" +msgstr "" + +#. type: "AICPMPatch_description" +#: Resources/templates/Localizable.strings:1004 +#, no-wrap +msgid "Patch AICPM." +msgstr "" + #. type: "Themes_title" -#: Resources/templates/Localizable.strings:982 +#: Resources/templates/Localizable.strings:1010 #, no-wrap msgid "Themes" msgstr "Tema" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:983 +#: Resources/templates/Localizable.strings:1011 #, no-wrap msgid "" "A collection of sample themes\n" @@ -3816,6 +3878,26 @@ "More themes can be found at http://forum.voodooprojects.org/index.php/board,7.0.html" #, fuzzy +#~| msgid "Kext Patcher" +#~ msgid "Patches" +#~ msgstr "Kext Patcher" + +#, fuzzy +#~| msgid "Kernel Patcher" +#~ msgid "kernel Patcher" +#~ msgstr "Kernel Patcher" + +#, fuzzy +#~| msgid "Kext Patcher" +#~ msgid "Kexts Patcher" +#~ msgstr "Kext Patcher" + +#, fuzzy +#~| msgid "Kernel Patcher" +#~ msgid "Kernel Patches" +#~ msgstr "Kernel Patcher" + +#, fuzzy #~| msgid "Intel Azul AAPL,ig-platform-id" #~ msgid "Intel Bdw (Broadwell) AAPL,ig-platform-id" #~ msgstr "Intel Azul AAPL,ig-platform-id" Index: branches/ErmaC/Enoch/package/po/he.po =================================================================== --- branches/ErmaC/Enoch/package/po/he.po (revision 2880) +++ branches/ErmaC/Enoch/package/po/he.po (revision 2881) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Chameleon 2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-02 13:34+0000\n" +"POT-Creation-Date: 2017-03-26 11:51+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: he \n" @@ -1223,100 +1223,100 @@ msgid "Set Graphics Mode to 1920x1200x32" msgstr "" -#. type: "Crs1_title" +#. type: "Csr1_title" #: Resources/templates/Localizable.strings:298 #, no-wrap -msgid "CRS_ALLOW_UNTRUSTED_KEXTS" +msgid "CSR_ALLOW_UNTRUSTED_KEXTS" msgstr "" -#. type: "Crs1_description" +#. type: "Csr1_description" #: Resources/templates/Localizable.strings:299 #, no-wrap msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)." msgstr "" -#. type: "Crs2_title" +#. type: "Csr2_title" #: Resources/templates/Localizable.strings:301 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_FS" +msgid "CSR_ALLOW_UNRESTRICTED_FS" msgstr "" -#. type: "Crs2_description" +#. type: "Csr2_description" #: Resources/templates/Localizable.strings:302 #, no-wrap msgid "Filesystem protection: Important system files are protected and cannot be modified." msgstr "" -#. type: "Crs4_title" +#. type: "Csr4_title" #: Resources/templates/Localizable.strings:304 #, no-wrap -msgid "CRS_ALLOW_TASK_FOR_PID" +msgid "CSR_ALLOW_TASK_FOR_PID" msgstr "" -#. type: "Crs4_description" +#. type: "Csr4_description" #: Resources/templates/Localizable.strings:305 #, no-wrap -msgid "Disable CRS_ALLOW_TASK_FOR_PID" +msgid "Disable CSR_ALLOW_TASK_FOR_PID" msgstr "" -#. type: "Crs8_title" +#. type: "Csr8_title" #: Resources/templates/Localizable.strings:307 #, no-wrap -msgid "CRS_ALLOW_KERNEL_DEBUGGER" +msgid "CSR_ALLOW_KERNEL_DEBUGGER" msgstr "" -#. type: "Crs8_description" +#. type: "Csr8_description" #: Resources/templates/Localizable.strings:308 #, no-wrap -msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER" +msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER" msgstr "" -#. type: "Crs16_title" +#. type: "Csr16_title" #: Resources/templates/Localizable.strings:310 #, no-wrap -msgid "CRS_ALLOW_APPLE_INTERNAL" +msgid "CSR_ALLOW_APPLE_INTERNAL" msgstr "" -#. type: "Crs16_description" +#. type: "Csr16_description" #: Resources/templates/Localizable.strings:311 #, no-wrap -msgid "Disable CRS_ALLOW_APPLE_INTERNAL" +msgid "Disable CSR_ALLOW_APPLE_INTERNAL" msgstr "" -#. type: "Crs32_title" +#. type: "Csr32_title" #: Resources/templates/Localizable.strings:313 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "CSR_ALLOW_UNRESTRICTED_DTRACE" msgstr "" -#. type: "Crs32_description" +#. type: "Csr32_description" #: Resources/templates/Localizable.strings:314 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE" msgstr "" -#. type: "Crs64_title" +#. type: "Csr64_title" #: Resources/templates/Localizable.strings:316 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "CSR_ALLOW_UNRESTRICTED_NVRAM" msgstr "" -#. type: "Crs64_description" +#. type: "Csr64_description" #: Resources/templates/Localizable.strings:317 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM" msgstr "" -#. type: "Crs128_title" +#. type: "Csr128_title" #: Resources/templates/Localizable.strings:319 #, no-wrap -msgid "CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "CSR_ALLOW_DEVICE_CONFIGURATION" msgstr "" -#. type: "Crs128_description" +#. type: "Csr128_description" #: Resources/templates/Localizable.strings:320 #, no-wrap -msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION" msgstr "" #. type: "HDAULayoutIDx01_title" @@ -3163,13 +3163,13 @@ msgid "Settings to control how Chameleon works." msgstr "" -#. type: "CrsActiveConfig_title" +#. type: "CsrActiveConfig_title" #: Resources/templates/Localizable.strings:883 #, no-wrap -msgid "CrsActiveConfig" +msgid "CsrActiveConfig" msgstr "" -#. type: "CrsActiveConfig_description" +#. type: "CsrActiveConfig_description" #: Resources/templates/Localizable.strings:884 #, no-wrap msgid "System Integrity Protection (SIP)." @@ -3328,119 +3328,179 @@ #. type: "Patches_title" #: Resources/templates/Localizable.strings:945 #, no-wrap -msgid "Patches" +msgid "Embedded Patcher" msgstr "" #. type: "Patches_description" #: Resources/templates/Localizable.strings:946 #, no-wrap -msgid "A selection of options to patch the kernel." +msgid "A selection of options to patch the Kernel and Kexts." msgstr "" #. type: "kernelPatcher_title" -#: Resources/templates/Localizable.strings:948 +#: Resources/templates/Localizable.strings:949 #, no-wrap -msgid "kernel Patcher" +msgid "Embedded Kernel Patch" msgstr "" #. type: "kernelPatcher_description" -#: Resources/templates/Localizable.strings:949 +#: Resources/templates/Localizable.strings:950 #, no-wrap msgid "Select one patch for your kernel." msgstr "" #. type: "KernelBooter_kexts_title" -#: Resources/templates/Localizable.strings:952 +#: Resources/templates/Localizable.strings:953 #, no-wrap msgid "KernelBooter_kexts" msgstr "" #. type: "KernelBooter_kexts_description" -#: Resources/templates/Localizable.strings:953 +#: Resources/templates/Localizable.strings:954 #, no-wrap msgid "Re-enable /Extra/Extensions kexts on newer OSes." msgstr "" #. type: "KernelPm_title" -#: Resources/templates/Localizable.strings:956 +#: Resources/templates/Localizable.strings:957 #, no-wrap msgid "KernelPm" msgstr "" #. type: "KernelPm_description" -#: Resources/templates/Localizable.strings:957 +#: Resources/templates/Localizable.strings:958 #, no-wrap msgid "Kernel Power Management patch." msgstr "" #. type: "KernelLapicError_title" -#: Resources/templates/Localizable.strings:960 +#: Resources/templates/Localizable.strings:961 #, no-wrap msgid "KernelLapicError" msgstr "" #. type: "KernelLapicError_description" -#: Resources/templates/Localizable.strings:961 +#: Resources/templates/Localizable.strings:962 #, no-wrap msgid "Remove the Local Apic Error panic." msgstr "" #. type: "KernelLapicVersion_title" -#: Resources/templates/Localizable.strings:964 +#: Resources/templates/Localizable.strings:965 #, no-wrap msgid "KernelLapicVersion" msgstr "" #. type: "KernelLapicVersion_description" -#: Resources/templates/Localizable.strings:965 +#: Resources/templates/Localizable.strings:966 #, no-wrap msgid "Remove the Local Apic Version panic." msgstr "" #. type: "KernelHaswell_title" -#: Resources/templates/Localizable.strings:968 +#: Resources/templates/Localizable.strings:969 #, no-wrap msgid "KernelHaswell" msgstr "" #. type: "KernelHaswell_description" -#: Resources/templates/Localizable.strings:969 +#: Resources/templates/Localizable.strings:970 #, no-wrap msgid "Patch for Haswell \\\"E\\\" and \\\"ULT\\\" support on older OSes." msgstr "" #. type: "KernelcpuFamily_title" -#: Resources/templates/Localizable.strings:972 +#: Resources/templates/Localizable.strings:973 #, no-wrap msgid "KernelcpuFamily" msgstr "" #. type: "KernelcpuFamily_description" -#: Resources/templates/Localizable.strings:973 +#: Resources/templates/Localizable.strings:974 #, no-wrap msgid "Patch the cpuid_family address to remove the _cpuid_set_info _panic and _tsc_init _panic. For unsupported CPUs" msgstr "" #. type: "KernelSSE3_title" -#: Resources/templates/Localizable.strings:976 +#: Resources/templates/Localizable.strings:977 #, no-wrap msgid "KernelSSE3" msgstr "" #. type: "KernelSSE3_description" -#: Resources/templates/Localizable.strings:977 +#: Resources/templates/Localizable.strings:978 #, no-wrap msgid "Patch to enable more SSE3 instructions on older CPUs to run newer OSes." msgstr "" +#. type: "kextsPatcher_title" +#: Resources/templates/Localizable.strings:987 +#, no-wrap +msgid "Embedded Kexts Patch" +msgstr "" + +#. type: "kextsPatcher_description" +#: Resources/templates/Localizable.strings:988 +#, no-wrap +msgid "A selection of options to patch kexts." +msgstr "" + +#. type: "AppleRTCPatch_title" +#: Resources/templates/Localizable.strings:991 +#, no-wrap +msgid "AppleRTC Patch" +msgstr "" + +#. type: "AppleRTCPatch_description" +#: Resources/templates/Localizable.strings:992 +#, no-wrap +msgid "Patch AppleRTC." +msgstr "" + +#. type: "OrangeIconFixSata_title" +#: Resources/templates/Localizable.strings:995 +#, no-wrap +msgid "OrangeIcon Fix" +msgstr "" + +#. type: "OrangeIconFixSata_description" +#: Resources/templates/Localizable.strings:996 +#, no-wrap +msgid "Fix OrangeIcon." +msgstr "" + +#. type: "TrimEnablerSata_title" +#: Resources/templates/Localizable.strings:999 +#, no-wrap +msgid "TrimEnabler Sata" +msgstr "" + +#. type: "TrimEnablerSata_description" +#: Resources/templates/Localizable.strings:1000 +#, no-wrap +msgid "Sata TrimEnabler." +msgstr "" + +#. type: "AICPMPatch_title" +#: Resources/templates/Localizable.strings:1003 +#, no-wrap +msgid "AICPM Patch" +msgstr "" + +#. type: "AICPMPatch_description" +#: Resources/templates/Localizable.strings:1004 +#, no-wrap +msgid "Patch AICPM." +msgstr "" + #. type: "Themes_title" -#: Resources/templates/Localizable.strings:982 +#: Resources/templates/Localizable.strings:1010 #, no-wrap msgid "Themes" msgstr "" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:983 +#: Resources/templates/Localizable.strings:1011 #, no-wrap msgid "" "A collection of sample themes\n" Index: branches/ErmaC/Enoch/package/po/el.po =================================================================== --- branches/ErmaC/Enoch/package/po/el.po (revision 2880) +++ branches/ErmaC/Enoch/package/po/el.po (revision 2881) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Chameleon 2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-02 13:34+0000\n" +"POT-Creation-Date: 2017-03-26 11:51+0100\n" "PO-Revision-Date: 2015-02-13 19:49-0000\n" "Last-Translator: FULL NAME \n" "Language-Team: el \n" @@ -1213,100 +1213,100 @@ msgid "Set Graphics Mode to 1920x1200x32" msgstr "" -#. type: "Crs1_title" +#. type: "Csr1_title" #: Resources/templates/Localizable.strings:298 #, no-wrap -msgid "CRS_ALLOW_UNTRUSTED_KEXTS" +msgid "CSR_ALLOW_UNTRUSTED_KEXTS" msgstr "" -#. type: "Crs1_description" +#. type: "Csr1_description" #: Resources/templates/Localizable.strings:299 #, no-wrap msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)." msgstr "" -#. type: "Crs2_title" +#. type: "Csr2_title" #: Resources/templates/Localizable.strings:301 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_FS" +msgid "CSR_ALLOW_UNRESTRICTED_FS" msgstr "" -#. type: "Crs2_description" +#. type: "Csr2_description" #: Resources/templates/Localizable.strings:302 #, no-wrap msgid "Filesystem protection: Important system files are protected and cannot be modified." msgstr "" -#. type: "Crs4_title" +#. type: "Csr4_title" #: Resources/templates/Localizable.strings:304 #, no-wrap -msgid "CRS_ALLOW_TASK_FOR_PID" +msgid "CSR_ALLOW_TASK_FOR_PID" msgstr "" -#. type: "Crs4_description" +#. type: "Csr4_description" #: Resources/templates/Localizable.strings:305 #, no-wrap -msgid "Disable CRS_ALLOW_TASK_FOR_PID" +msgid "Disable CSR_ALLOW_TASK_FOR_PID" msgstr "" -#. type: "Crs8_title" +#. type: "Csr8_title" #: Resources/templates/Localizable.strings:307 #, no-wrap -msgid "CRS_ALLOW_KERNEL_DEBUGGER" +msgid "CSR_ALLOW_KERNEL_DEBUGGER" msgstr "" -#. type: "Crs8_description" +#. type: "Csr8_description" #: Resources/templates/Localizable.strings:308 #, no-wrap -msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER" +msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER" msgstr "" -#. type: "Crs16_title" +#. type: "Csr16_title" #: Resources/templates/Localizable.strings:310 #, no-wrap -msgid "CRS_ALLOW_APPLE_INTERNAL" +msgid "CSR_ALLOW_APPLE_INTERNAL" msgstr "" -#. type: "Crs16_description" +#. type: "Csr16_description" #: Resources/templates/Localizable.strings:311 #, no-wrap -msgid "Disable CRS_ALLOW_APPLE_INTERNAL" +msgid "Disable CSR_ALLOW_APPLE_INTERNAL" msgstr "" -#. type: "Crs32_title" +#. type: "Csr32_title" #: Resources/templates/Localizable.strings:313 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "CSR_ALLOW_UNRESTRICTED_DTRACE" msgstr "" -#. type: "Crs32_description" +#. type: "Csr32_description" #: Resources/templates/Localizable.strings:314 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE" msgstr "" -#. type: "Crs64_title" +#. type: "Csr64_title" #: Resources/templates/Localizable.strings:316 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "CSR_ALLOW_UNRESTRICTED_NVRAM" msgstr "" -#. type: "Crs64_description" +#. type: "Csr64_description" #: Resources/templates/Localizable.strings:317 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM" msgstr "" -#. type: "Crs128_title" +#. type: "Csr128_title" #: Resources/templates/Localizable.strings:319 #, no-wrap -msgid "CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "CSR_ALLOW_DEVICE_CONFIGURATION" msgstr "" -#. type: "Crs128_description" +#. type: "Csr128_description" #: Resources/templates/Localizable.strings:320 #, no-wrap -msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION" msgstr "" #. type: "HDAULayoutIDx01_title" @@ -3152,13 +3152,13 @@ msgid "Settings to control how Chameleon works." msgstr "" -#. type: "CrsActiveConfig_title" +#. type: "CsrActiveConfig_title" #: Resources/templates/Localizable.strings:883 #, no-wrap -msgid "CrsActiveConfig" +msgid "CsrActiveConfig" msgstr "" -#. type: "CrsActiveConfig_description" +#. type: "CsrActiveConfig_description" #: Resources/templates/Localizable.strings:884 #, no-wrap msgid "System Integrity Protection (SIP)." @@ -3317,119 +3317,179 @@ #. type: "Patches_title" #: Resources/templates/Localizable.strings:945 #, no-wrap -msgid "Patches" +msgid "Embedded Patcher" msgstr "" #. type: "Patches_description" #: Resources/templates/Localizable.strings:946 #, no-wrap -msgid "A selection of options to patch the kernel." +msgid "A selection of options to patch the Kernel and Kexts." msgstr "" #. type: "kernelPatcher_title" -#: Resources/templates/Localizable.strings:948 +#: Resources/templates/Localizable.strings:949 #, no-wrap -msgid "kernel Patcher" +msgid "Embedded Kernel Patch" msgstr "" #. type: "kernelPatcher_description" -#: Resources/templates/Localizable.strings:949 +#: Resources/templates/Localizable.strings:950 #, no-wrap msgid "Select one patch for your kernel." msgstr "" #. type: "KernelBooter_kexts_title" -#: Resources/templates/Localizable.strings:952 +#: Resources/templates/Localizable.strings:953 #, no-wrap msgid "KernelBooter_kexts" msgstr "" #. type: "KernelBooter_kexts_description" -#: Resources/templates/Localizable.strings:953 +#: Resources/templates/Localizable.strings:954 #, no-wrap msgid "Re-enable /Extra/Extensions kexts on newer OSes." msgstr "" #. type: "KernelPm_title" -#: Resources/templates/Localizable.strings:956 +#: Resources/templates/Localizable.strings:957 #, no-wrap msgid "KernelPm" msgstr "" #. type: "KernelPm_description" -#: Resources/templates/Localizable.strings:957 +#: Resources/templates/Localizable.strings:958 #, no-wrap msgid "Kernel Power Management patch." msgstr "" #. type: "KernelLapicError_title" -#: Resources/templates/Localizable.strings:960 +#: Resources/templates/Localizable.strings:961 #, no-wrap msgid "KernelLapicError" msgstr "" #. type: "KernelLapicError_description" -#: Resources/templates/Localizable.strings:961 +#: Resources/templates/Localizable.strings:962 #, no-wrap msgid "Remove the Local Apic Error panic." msgstr "" #. type: "KernelLapicVersion_title" -#: Resources/templates/Localizable.strings:964 +#: Resources/templates/Localizable.strings:965 #, no-wrap msgid "KernelLapicVersion" msgstr "" #. type: "KernelLapicVersion_description" -#: Resources/templates/Localizable.strings:965 +#: Resources/templates/Localizable.strings:966 #, no-wrap msgid "Remove the Local Apic Version panic." msgstr "" #. type: "KernelHaswell_title" -#: Resources/templates/Localizable.strings:968 +#: Resources/templates/Localizable.strings:969 #, no-wrap msgid "KernelHaswell" msgstr "" #. type: "KernelHaswell_description" -#: Resources/templates/Localizable.strings:969 +#: Resources/templates/Localizable.strings:970 #, no-wrap msgid "Patch for Haswell \\\"E\\\" and \\\"ULT\\\" support on older OSes." msgstr "" #. type: "KernelcpuFamily_title" -#: Resources/templates/Localizable.strings:972 +#: Resources/templates/Localizable.strings:973 #, no-wrap msgid "KernelcpuFamily" msgstr "" #. type: "KernelcpuFamily_description" -#: Resources/templates/Localizable.strings:973 +#: Resources/templates/Localizable.strings:974 #, no-wrap msgid "Patch the cpuid_family address to remove the _cpuid_set_info _panic and _tsc_init _panic. For unsupported CPUs" msgstr "" #. type: "KernelSSE3_title" -#: Resources/templates/Localizable.strings:976 +#: Resources/templates/Localizable.strings:977 #, no-wrap msgid "KernelSSE3" msgstr "" #. type: "KernelSSE3_description" -#: Resources/templates/Localizable.strings:977 +#: Resources/templates/Localizable.strings:978 #, no-wrap msgid "Patch to enable more SSE3 instructions on older CPUs to run newer OSes." msgstr "" +#. type: "kextsPatcher_title" +#: Resources/templates/Localizable.strings:987 +#, no-wrap +msgid "Embedded Kexts Patch" +msgstr "" + +#. type: "kextsPatcher_description" +#: Resources/templates/Localizable.strings:988 +#, no-wrap +msgid "A selection of options to patch kexts." +msgstr "" + +#. type: "AppleRTCPatch_title" +#: Resources/templates/Localizable.strings:991 +#, no-wrap +msgid "AppleRTC Patch" +msgstr "" + +#. type: "AppleRTCPatch_description" +#: Resources/templates/Localizable.strings:992 +#, no-wrap +msgid "Patch AppleRTC." +msgstr "" + +#. type: "OrangeIconFixSata_title" +#: Resources/templates/Localizable.strings:995 +#, no-wrap +msgid "OrangeIcon Fix" +msgstr "" + +#. type: "OrangeIconFixSata_description" +#: Resources/templates/Localizable.strings:996 +#, no-wrap +msgid "Fix OrangeIcon." +msgstr "" + +#. type: "TrimEnablerSata_title" +#: Resources/templates/Localizable.strings:999 +#, no-wrap +msgid "TrimEnabler Sata" +msgstr "" + +#. type: "TrimEnablerSata_description" +#: Resources/templates/Localizable.strings:1000 +#, no-wrap +msgid "Sata TrimEnabler." +msgstr "" + +#. type: "AICPMPatch_title" +#: Resources/templates/Localizable.strings:1003 +#, no-wrap +msgid "AICPM Patch" +msgstr "" + +#. type: "AICPMPatch_description" +#: Resources/templates/Localizable.strings:1004 +#, no-wrap +msgid "Patch AICPM." +msgstr "" + #. type: "Themes_title" -#: Resources/templates/Localizable.strings:982 +#: Resources/templates/Localizable.strings:1010 #, no-wrap msgid "Themes" msgstr "Θέματα" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:983 +#: Resources/templates/Localizable.strings:1011 #, no-wrap msgid "" "A collection of sample themes\n" @@ -3439,6 +3499,11 @@ "More themes can be found at http://forum.voodooprojects.org/index.php/board,7.0.html" #, fuzzy +#~| msgid "UseKernelCache=Yes" +#~ msgid "Patches" +#~ msgstr "UseKernelCache=Yes" + +#, fuzzy #~| msgid "" #~| "A collection of sample themes\n" #~| "More themes can be found at http://forum.voodooprojects.org/index.php/" Index: branches/ErmaC/Enoch/package/po/zh_CN.po =================================================================== --- branches/ErmaC/Enoch/package/po/zh_CN.po (revision 2880) +++ branches/ErmaC/Enoch/package/po/zh_CN.po (revision 2881) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Chameleon 2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-02 13:34+0000\n" +"POT-Creation-Date: 2017-03-26 11:51+0100\n" "PO-Revision-Date: 2015-02-13 18:37-0000\n" "Last-Translator: crazybirdy <>\n" "Language-Team: zh_CN \n" @@ -1276,100 +1276,100 @@ msgid "Set Graphics Mode to 1920x1200x32" msgstr "设置显示器分辨率为 1920x1200x32" -#. type: "Crs1_title" +#. type: "Csr1_title" #: Resources/templates/Localizable.strings:298 #, no-wrap -msgid "CRS_ALLOW_UNTRUSTED_KEXTS" +msgid "CSR_ALLOW_UNTRUSTED_KEXTS" msgstr "" -#. type: "Crs1_description" +#. type: "Csr1_description" #: Resources/templates/Localizable.strings:299 #, no-wrap msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)." msgstr "" -#. type: "Crs2_title" +#. type: "Csr2_title" #: Resources/templates/Localizable.strings:301 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_FS" +msgid "CSR_ALLOW_UNRESTRICTED_FS" msgstr "" -#. type: "Crs2_description" +#. type: "Csr2_description" #: Resources/templates/Localizable.strings:302 #, no-wrap msgid "Filesystem protection: Important system files are protected and cannot be modified." msgstr "" -#. type: "Crs4_title" +#. type: "Csr4_title" #: Resources/templates/Localizable.strings:304 #, no-wrap -msgid "CRS_ALLOW_TASK_FOR_PID" +msgid "CSR_ALLOW_TASK_FOR_PID" msgstr "" -#. type: "Crs4_description" +#. type: "Csr4_description" #: Resources/templates/Localizable.strings:305 #, no-wrap -msgid "Disable CRS_ALLOW_TASK_FOR_PID" +msgid "Disable CSR_ALLOW_TASK_FOR_PID" msgstr "" -#. type: "Crs8_title" +#. type: "Csr8_title" #: Resources/templates/Localizable.strings:307 #, no-wrap -msgid "CRS_ALLOW_KERNEL_DEBUGGER" +msgid "CSR_ALLOW_KERNEL_DEBUGGER" msgstr "" -#. type: "Crs8_description" +#. type: "Csr8_description" #: Resources/templates/Localizable.strings:308 #, no-wrap -msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER" +msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER" msgstr "" -#. type: "Crs16_title" +#. type: "Csr16_title" #: Resources/templates/Localizable.strings:310 #, no-wrap -msgid "CRS_ALLOW_APPLE_INTERNAL" +msgid "CSR_ALLOW_APPLE_INTERNAL" msgstr "" -#. type: "Crs16_description" +#. type: "Csr16_description" #: Resources/templates/Localizable.strings:311 #, no-wrap -msgid "Disable CRS_ALLOW_APPLE_INTERNAL" +msgid "Disable CSR_ALLOW_APPLE_INTERNAL" msgstr "" -#. type: "Crs32_title" +#. type: "Csr32_title" #: Resources/templates/Localizable.strings:313 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "CSR_ALLOW_UNRESTRICTED_DTRACE" msgstr "" -#. type: "Crs32_description" +#. type: "Csr32_description" #: Resources/templates/Localizable.strings:314 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE" +msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE" msgstr "" -#. type: "Crs64_title" +#. type: "Csr64_title" #: Resources/templates/Localizable.strings:316 #, no-wrap -msgid "CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "CSR_ALLOW_UNRESTRICTED_NVRAM" msgstr "" -#. type: "Crs64_description" +#. type: "Csr64_description" #: Resources/templates/Localizable.strings:317 #, no-wrap -msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM" +msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM" msgstr "" -#. type: "Crs128_title" +#. type: "Csr128_title" #: Resources/templates/Localizable.strings:319 #, no-wrap -msgid "CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "CSR_ALLOW_DEVICE_CONFIGURATION" msgstr "" -#. type: "Crs128_description" +#. type: "Csr128_description" #: Resources/templates/Localizable.strings:320 #, no-wrap -msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION" +msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION" msgstr "" #. type: "HDAULayoutIDx01_title" @@ -3354,13 +3354,13 @@ msgid "Settings to control how Chameleon works." msgstr "设置控制 Chameleon 的运作方式。" -#. type: "CrsActiveConfig_title" +#. type: "CsrActiveConfig_title" #: Resources/templates/Localizable.strings:883 #, no-wrap -msgid "CrsActiveConfig" +msgid "CsrActiveConfig" msgstr "" -#. type: "CrsActiveConfig_description" +#. type: "CsrActiveConfig_description" #: Resources/templates/Localizable.strings:884 #, no-wrap msgid "System Integrity Protection (SIP)."