Index: branches/ErmaC/Enoch/Chameleon.xcodeproj/project.pbxproj =================================================================== --- branches/ErmaC/Enoch/Chameleon.xcodeproj/project.pbxproj (revision 2678) +++ branches/ErmaC/Enoch/Chameleon.xcodeproj/project.pbxproj (revision 2679) @@ -51,6 +51,7 @@ 361BC70B14BD97C800236488 /* pkg.zip */ = {isa = PBXFileReference; lastKnownFileType = archive.zip; name = pkg.zip; path = Icons/pkg.zip; sourceTree = ""; }; 361BC70C14BD97C800236488 /* tm.zip */ = {isa = PBXFileReference; lastKnownFileType = archive.zip; name = tm.zip; path = Icons/tm.zip; sourceTree = ""; }; 361DAA8F177D152200CFBF68 /* IntelAzul.txt */ = {isa = PBXFileReference; lastKnownFileType = text; name = IntelAzul.txt; path = OptionalSettings/IntelAzul.txt; sourceTree = ""; }; + 361EE41A1A96706600AE9455 /* interrupts.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = interrupts.c; sourceTree = ""; }; 362317A617510EB900A25D5D /* br */ = {isa = PBXFileReference; lastKnownFileType = wrapper.rtfd; name = br; path = package/Resources/br.lproj/Conclusion.rtfd; sourceTree = SOURCE_ROOT; }; 362317A817510EB900A25D5D /* br */ = {isa = PBXFileReference; lastKnownFileType = wrapper.rtfd; name = br; path = package/Resources/br.lproj/Welcome.rtfd; sourceTree = SOURCE_ROOT; }; 362317AA17510ECE00A25D5D /* pt */ = {isa = PBXFileReference; lastKnownFileType = wrapper.rtfd; name = pt; path = package/Resources/pt.lproj/Conclusion.rtfd; sourceTree = SOURCE_ROOT; }; @@ -980,7 +981,7 @@ A354B631149514DE00D81AA5 /* CheckProceed.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = CheckProceed.sh; sourceTree = ""; }; A354B632149514DE00D81AA5 /* CheckWindowsDiskSignature.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = CheckWindowsDiskSignature.sh; sourceTree = ""; }; A354B634149514DE00D81AA5 /* MountESP.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = MountESP.sh; sourceTree = ""; }; - A354B635149514DE00D81AA5 /* patch */ = {isa = PBXFileReference; lastKnownFileType = file; path = patch; sourceTree = ""; }; + A354B635149514DE00D81AA5 /* patch */ = {isa = PBXFileReference; lastKnownFileType = text; path = patch; sourceTree = ""; }; A354B636149514DE00D81AA5 /* SetActivePartition.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = SetActivePartition.sh; sourceTree = ""; }; A354B637149514DE00D81AA5 /* UnMountEFIvolumes.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = UnMountEFIvolumes.sh; sourceTree = ""; }; A354B638149514DE00D81AA5 /* WriteChameleonStage0.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = WriteChameleonStage0.sh; sourceTree = ""; }; @@ -3344,6 +3345,7 @@ 3696B23A1A1D2DD1004272A6 /* efi_tables.c */, 3696B23B1A1D2DD1004272A6 /* efi_tables.h */, 3696B23C1A1D2DD1004272A6 /* error.c */, + 361EE41A1A96706600AE9455 /* interrupts.c */, 3696B23D1A1D2DD1004272A6 /* libsa.h */, 3696B23E1A1D2DD1004272A6 /* Makefile */, 3696B23F1A1D2DD1004272A6 /* memory.h */, @@ -4100,7 +4102,7 @@ 08FB7793FE84155DC02AAC07 /* Project object */ = { isa = PBXProject; attributes = { - LastUpgradeCheck = 0440; + LastUpgradeCheck = 0620; }; buildConfigurationList = 1DEB919308733D9F0010E9CD /* Build configuration list for PBXProject "Chameleon" */; compatibilityVersion = "Xcode 3.2"; @@ -4782,7 +4784,6 @@ 1DEB919408733D9F0010E9CD /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_BIT)"; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; ONLY_ACTIVE_ARCH = YES; @@ -4793,7 +4794,6 @@ 1DEB919508733D9F0010E9CD /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_BIT)"; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; SDKROOT = macosx; Index: branches/ErmaC/Enoch/i386/libsaio/smbios_getters.h =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/smbios_getters.h (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/smbios_getters.h (revision 2679) @@ -33,6 +33,7 @@ extern bool getProcessorInformationExternalClock(returnType *value); extern bool getProcessorInformationMaximumClock(returnType *value); extern bool getSMBOemProcessorBusSpeed(returnType *value); +//extern bool getSMBOemPlatformFeature(returnType *value); extern bool getSMBOemProcessorType(returnType *value); extern bool getSMBMemoryDeviceMemoryType(returnType *value); extern bool getSMBMemoryDeviceMemoryErrorHandle(returnType *value); Index: branches/ErmaC/Enoch/i386/libsaio/xml.c =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/xml.c (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/xml.c (revision 2679) @@ -28,13 +28,13 @@ #include "xml.h" #ifndef DEBUG_XML -#define DEBUG_XML 0 + #define DEBUG_XML 0 #endif #if DEBUG_XML -#define DBG(x...) printf(x) + #define DBG(x...) printf(x) #else -#define DBG(x...) + #define DBG(x...) #endif string_ref *ref_strings = NULL; @@ -51,15 +51,15 @@ if(tmp->id == id) { tmp->string = malloc(strlen(string)+1); - sprintf(tmp->string, "%s", string); + strncpy(tmp->string, string, strlen(string)+1); return; } tmp = tmp->next; } - string_ref* new_ref = malloc(sizeof(string_ref)); + string_ref *new_ref = malloc(sizeof(string_ref)); new_ref->string = malloc(strlen(string)+1); - snprintf(new_ref->string, (strlen(string)+1)* sizeof(char),"%s", string); + strncpy(new_ref->string, string, (strlen(string)+1)* sizeof(char)); new_ref->id = id; new_ref->next = ref_strings; ref_strings = new_ref; @@ -74,7 +74,7 @@ tmp = tmp->next; } //verbose("Unable to locate Ref String %d\n", id); - return ""; + return "Unknown"; } struct Module { @@ -265,7 +265,6 @@ return tmp; } -/* Function for basic XML character entities parsing */ typedef const struct XMLEntity { const char *name; size_t nameLen; @@ -273,7 +272,7 @@ } XMLEntity; /* This is ugly, but better than specifying the lengths by hand */ -// + #define _e(str,c) {str,sizeof(str)-1,c} const XMLEntity ents[] = { _e("quot;",'"'), // double quotation mark @@ -283,6 +282,7 @@ _e("amp;", '&') // greater-than sign }; +/* Function for basic XML character entities parsing */ char *XMLDecode(const char *src) { size_t len; @@ -379,7 +379,7 @@ //========================================================================== // ParseNextTag - +// TODO: cleanup long XMLParseNextTag( char *buffer, TagPtr *tag ) { long length = 0; Index: branches/ErmaC/Enoch/i386/libsaio/asm.s =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/asm.s (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/asm.s (revision 2679) @@ -124,9 +124,6 @@ #include #include "memory.h" -#define data32 .byte 0x66 -#define addr32 .byte 0x67 - .file "asm.s" CR0_PE_ON = 0x1 @@ -150,7 +147,7 @@ .globl _Gdtr //.data .section __INIT,__data // turbo - Data that must be in the first segment - .align 2, 0x90 + .align 2 _Gdtr: .word GDTLIMIT .long vtop(_Gdt) @@ -161,7 +158,6 @@ .section __INIT,__data // turbo - Data that must be in the first segment // Real mode IDT .align 2 -.globl _Idtr_real _Idtr_real: .word 0x03ff .long 0x00000000 @@ -181,11 +177,12 @@ // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // Data area for __switch_stack. // + .align 2 save_sp: .long STACK_OFS -save_ss: .long STACK_SEG +save_ss: .word STACK_SEG //.text - .section __INIT,__text // turbo - This code must reside within the first segment + .section __INIT,__text,regular,pure_instructions // turbo - This code must reside within the first segment // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // real_to_prot() // @@ -194,34 +191,34 @@ // LABEL(__real_to_prot) + .code16 + // Interrupts are disabled in protected mode. cli // Load the Global Descriptor Table Register (GDTR). - addr32 - data32 - lgdt OFFSET16(_Gdtr) + lgdtl OFFSET16(_Gdtr) // Enter protected mode by setting the PE bit in CR0. mov %cr0, %eax - data32 - or $CR0_PE_ON, %eax + or $CR0_PE_ON, %ax mov %eax, %cr0 // Make intrasegment jump to flush the processor pipeline and // reload CS register. - data32 - ljmp $0x08, $xprot + ljmpl $0x08, $xprot + .code32 + xprot: // we are in USE32 mode now // set up the protected mode segment registers : DS, SS, ES, FS, GS - mov $0x10, %eax + movw $0x10, %ax movw %ax, %ds movw %ax, %ss movw %ax, %es @@ -248,10 +245,8 @@ popl %eax addl $CODE32_BASE, %eax - pushl %eax + jmp *%eax - ret - // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // prot_to_real() // @@ -276,16 +271,17 @@ ljmp $0x18, $x16 // change to USE16 mode x16: + + .code16 + mov %cr0, %eax // clear the PE bit of CR0 - data32 and $CR0_PE_OFF, %eax mov %eax, %cr0 // make intersegment jmp to flush the processor pipeline // and reload CS register - data32 - ljmp $CODE16_SEG, $xreal - CODE32_BASE + ljmp $CODE16_SEG, $xreal xreal: // we are in real mode now @@ -299,34 +295,25 @@ // load stack segment register SS. - data32 - movl $STACK16_SEG, %eax + movw $STACK16_SEG, %ax movw %ax, %ss // clear top 16-bits of ESP and EBP. - data32 movzwl %sp, %esp - data32 movzwl %bp, %ebp - // Modify caller's return address on the stack - // from linear address to segment offset. - - data32 - popl %eax - data32 - movzwl %ax, %eax - data32 - pushl %eax - // Reenable maskable interrupts. sti - data32 - ret + // Modify caller's return address on the stack + // from linear address to segment offset. + ret $2 + + .code32 + // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // halt() // @@ -370,20 +357,20 @@ // Passes arg to the program in %eax. // LABEL(_startprog) - call _disableIRQs // Taking care of a ACPI bug. (Azi: calling the above) + call _disableIRQs // Taking care of a ACPI bug. (Azi: calling the above) + cli + xor %eax, %eax + mov %eax, _Idtr_prot + movw %ax, _Idtr_prot + 4 + lidt _Idtr_prot - push %ebp - mov %esp, %ebp + add $4, %esp // discard return address + mov $0x28, %eax // segment + xchg 4(%esp), %eax // argument to program - bootargs to mach_kernel - mov 0xc(%ebp), %eax // argument to program - bootargs to mach_kernel - mov 0x8(%ebp), %ecx // entry offset - mov $0x28, %ebx // segment - push %ebx - push %ecx - // set up %ds and %es - mov $0x20, %ebx + movw $0x20, %bx movw %bx, %ds movw %bx, %es @@ -413,37 +400,35 @@ // AX, DI, and SI are clobbered. // LABEL(__switch_stack) - popl %eax # save return address - popl %edi # discard upper 16-bit - data32 - addr32 - movl OFFSET16(save_ss), %esi # new SS to SI + .code16 - data32 - addr32 + pop %ax # save return address + pop %di # discard upper 16-bit + + movw OFFSET16(save_ss), %si # new SS to SI + movl OFFSET16(save_sp), %edi # new SP to DI - addr32 - mov %ss, OFFSET16(save_ss) # save current SS to memory + movw %ss, OFFSET16(save_ss) # save current SS to memory - data32 - addr32 movl %esp, OFFSET16(save_sp) # save current SP to memory cli mov %si, %ss # switch stack - mov %di, %sp + mov %edi, %esp sti - pushl %eax # push IP of caller onto the new stack + push %ax # push IP of caller onto the new stack - xorl %eax, %eax - xorl %esi, %esi - xorl %edi, %edi + xor %ax, %ax + xor %si, %si + xor %di, %di ret + .code32 + #ifndef BOOT1 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // loader() @@ -452,6 +437,8 @@ // LABEL(_loader) enter $0, $0 + pushfl + cli pushal # @@ -469,20 +456,22 @@ ###### Real Mode Begin ###### - data32 - call __switch_stack # Switch to NBP stack + .code16 + calll __switch_stack # Switch to NBP stack + int $0x2b # Call NBP - data32 - call __switch_stack # Restore stack + calll __switch_stack # Restore stack - data32 - call __real_to_prot # Back to protected mode + calll __real_to_prot # Back to protected mode + .code32 + ###### Real Mode End ###### popal + popfl leave ret #endif Index: branches/ErmaC/Enoch/i386/libsaio/console.c =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/console.c (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/console.c (revision 2679) @@ -130,7 +130,7 @@ cursor = msgbuf; msglog("%s\n", "Enoch (r" I386BOOT_CHAMELEONREVISION ")" " [" I386BOOT_BUILDDATE "]"); getRTCdatetime(); - verbose("Logging started: %04d/%02d/%02d, %02d:%02d:%02d\n", datetime.year, datetime.mon, datetime.day, datetime.hour, datetime.mins, datetime.secs); + msglog("Logging started: %04d/%02d/%02d, %02d:%02d:%02d\n", datetime.year, datetime.mon, datetime.day, datetime.hour, datetime.mins, datetime.secs); } int msglog(const char * fmt, ...) Index: branches/ErmaC/Enoch/i386/libsaio/bootstruct.c =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/bootstruct.c (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/bootstruct.c (revision 2679) @@ -72,7 +72,7 @@ // Get system memory map. Also update the size of the // conventional/extended memory for backwards compatibility. - + bootInfo->memoryMapCount = getMemoryMap( bootInfo->memoryMap, kMemoryMapCountMax, (unsigned long *) &bootInfo->convmem, @@ -98,7 +98,7 @@ stop("Couldn't create root node"); } - getPlatformName(platformName); + getPlatformName(platformName, sizeof(platformName)); nameLen = strlen(platformName) + 1; DT__AddProperty(node, "compatible", nameLen, platformName); DT__AddProperty(node, "model", nameLen, platformName); @@ -119,20 +119,20 @@ void reserveKernBootStruct(void) { - if ( MacOSVerCurrent >= MacOSVer2Int("10.7") ) // OS X 10.7 and newer + if ( TIGER || LEOPARD || SNOW_LEOPARD ) { - // for 10.7 10.8 10.9 10.10 - void *oldAddr = bootArgs; - bootArgs = (boot_args *)AllocateKernelMemory(sizeof(boot_args)); - bcopy(oldAddr, bootArgs, sizeof(boot_args)); - } - else - { // for 10.4 10.5 10.6 void *oldAddr = bootArgsPreLion; bootArgsPreLion = (boot_args_pre_lion *)AllocateKernelMemory(sizeof(boot_args_pre_lion)); bcopy(oldAddr, bootArgsPreLion, sizeof(boot_args_pre_lion)); } + else + { + // for 10.7 10.8 10.9 10.10 10.11 + void *oldAddr = bootArgs; + bootArgs = (boot_args *)AllocateKernelMemory(sizeof(boot_args)); + bcopy(oldAddr, bootArgs, sizeof(boot_args)); + } } //============================================================================== @@ -219,7 +219,7 @@ bootArgsPreLion->MemoryMapSize = bootArgs->MemoryMapSize; bootArgsPreLion->MemoryMapDescriptorSize = bootArgs->MemoryMapDescriptorSize; bootArgsPreLion->MemoryMapDescriptorVersion = bootArgs->MemoryMapDescriptorVersion; - + bootArgsPreLion->deviceTreeP = bootArgs->deviceTreeP; bootArgsPreLion->deviceTreeLength = bootArgs->deviceTreeLength; Index: branches/ErmaC/Enoch/i386/libsaio/efi.h =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/efi.h (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/efi.h (revision 2679) @@ -140,11 +140,20 @@ } EFI_GUID; #define APPLE_VENDOR_GUID \ - {0xAC39C713, 0x7E50, 0x423D, {0x88, 0x9D, 0x27,0x8F, 0xCC, 0x34, 0x22, 0xB6} } + {0xAC39C713, 0x7E50, 0x423D, {0x88, 0x9D, 0x27, 0x8F, 0xCC, 0x34, 0x22, 0xB6} } #define EFI_GLOBAL_VARIABLE_GUID \ {0x8BE4DF61, 0x93CA, 0x11D2, {0xAA, 0x0D, 0x00, 0xE0, 0x98, 0x03, 0x2B, 0x8C} } +#define SMBIOS_TABLE_GUID \ + {0xEB9D2D31, 0x2D88, 0x11D3, {0x9A, 0x16, 0x0, 0x90, 0x27, 0x3F, 0xC1, 0x4D} } + +#define ACPI_TABLE_GUID \ + {0xEB9D2D30, 0x2D88, 0x11D3, {0x9A, 0x16, 0x0, 0x90, 0x27, 0x3F, 0xC1, 0x4D} } + +#define ACPI_20_TABLE_GUID \ + {0x8868E871, 0xE4f1, 0x11D3, {0xBC, 0x22, 0x0, 0x80, 0xC7, 0x3C, 0x88, 0x81} } + typedef union { EFI_GUID Guid; EFI_UINT8 Raw[16]; @@ -187,7 +196,7 @@ #define EFI_UNSPECIFIED_TIMEZONE 0x07FF typedef enum { - EfiReservedMemoryType, + EfiReservedMemoryType, // 0 EfiLoaderCode, EfiLoaderData, EfiBootServicesCode, @@ -201,7 +210,7 @@ EfiMemoryMappedIO, EfiMemoryMappedIOPortSpace, EfiPalCode, - EfiMaxMemoryType + EfiMaxMemoryType // 14 } EFI_MEMORY_TYPE; typedef struct { @@ -213,21 +222,18 @@ } __attribute__((aligned(8))) EFI_TABLE_HEADER; // possible caching types for the memory range +#define EFI_MEMORY_UC 0x0000000000000001ULL /* uncached */ +#define EFI_MEMORY_WC 0x0000000000000002ULL /* write-coalescing */ +#define EFI_MEMORY_WT 0x0000000000000004ULL /* write-through */ +#define EFI_MEMORY_WB 0x0000000000000008ULL /* write-back */ +#define EFI_MEMORY_UCE 0x0000000000000010ULL /* uncached, exported */ -#define EFI_MEMORY_UC 0x0000000000000001ULL -#define EFI_MEMORY_WC 0x0000000000000002ULL -#define EFI_MEMORY_WT 0x0000000000000004ULL -#define EFI_MEMORY_WB 0x0000000000000008ULL -#define EFI_MEMORY_UCE 0x0000000000000010ULL - - // physical memory protection on range -#define EFI_MEMORY_WP 0x0000000000001000ULL -#define EFI_MEMORY_RP 0x0000000000002000ULL -#define EFI_MEMORY_XP 0x0000000000004000ULL +#define EFI_MEMORY_WP 0x0000000000001000ULL /* write-protect */ +#define EFI_MEMORY_RP 0x0000000000002000ULL /* read-protect */ +#define EFI_MEMORY_XP 0x0000000000004000ULL /* execute-protect */ - // range requires a runtime mapping #define EFI_MEMORY_RUNTIME 0x8000000000000000ULL @@ -491,9 +497,12 @@ #define EFI_SYSTEM_TABLE_SIGNATURE 0x5453595320494249ULL #define EFI_SYSTEM_TABLE_REVISION ((EFI_SPECIFICATION_MAJOR_REVISION << 16) | (EFI_SPECIFICATION_MINOR_REVISION)) -#define EFI_2_00_SYSTEM_TABLE_REVISION ((2 << 16) | 00) -#define EFI_1_02_SYSTEM_TABLE_REVISION ((1 << 16) | 02) -#define EFI_1_10_SYSTEM_TABLE_REVISION ((1 << 16) | 10) +#define EFI_2_30_SYSTEM_TABLE_REVISION ((2 << 16) | (30)) +#define EFI_2_20_SYSTEM_TABLE_REVISION ((2 << 16) | (20)) +#define EFI_2_10_SYSTEM_TABLE_REVISION ((2 << 16) | (10)) +#define EFI_2_00_SYSTEM_TABLE_REVISION ((2 << 16) | (00)) +#define EFI_1_10_SYSTEM_TABLE_REVISION ((1 << 16) | (10)) +#define EFI_1_02_SYSTEM_TABLE_REVISION ((1 << 16) | (02)) typedef struct EFI_SYSTEM_TABLE_32 { EFI_TABLE_HEADER Hdr; Index: branches/ErmaC/Enoch/i386/libsaio/device_tree.c =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/device_tree.c (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/device_tree.c (revision 2679) @@ -353,6 +353,11 @@ { buf = *buffer_p; } + if (!buf) + { + *length = 0; + return; + } bzero(buf, totalSize); @@ -379,7 +384,7 @@ for (prop = node->properties; prop; prop = prop->next) { //DPRINTF("Prop '%s'\n", prop->name); - if (strcmp(prop->name, "name") == 0) + if (strncmp(prop->name, "name", sizeof("name")) == 0) { return prop->value; } @@ -497,7 +502,7 @@ for (prop = node->properties; prop; prop = prop->next) { char c = *((char *)prop->value); - if (prop->length < 64 && (strcmp(prop->name, "name") == 0 || (c >= '0' && c <= '9') || (c >= 'a' && c <= 'z') || (c >= 'A' && c <= 'Z') || c == '_')) + if (prop->length < 64 && (strncmp(prop->name, "name", sizeof("name") ) == 0 || (c >= '0' && c <= '9') || (c >= 'a' && c <= 'z') || (c >= 'A' && c <= 'Z') || c == '_')) { printf("%s Property '%s' [%d] = '%s'\n", spaces, prop->name, prop->length, prop->value); } Index: branches/ErmaC/Enoch/i386/libsaio/hfs.c =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/hfs.c (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/hfs.c (revision 2679) @@ -568,7 +568,7 @@ if (offset > fileLength) { - printf("ReadFile(HFS%c): Offset is too large.\n", gIsHFSPlus ? "+" : ""); + printf("ReadFile(HFS%s): Offset is too large.\n", gIsHFSPlus ? "+" : ""); return -1; } @@ -727,7 +727,7 @@ if ((SWAP_BE32(hfsPlusFile->userInfo.fdType) == kHardLinkFileType) && (SWAP_BE32(hfsPlusFile->userInfo.fdCreator) == kHFSPlusCreator)) { - sprintf(gLinkTemp, "%s/%s%ld", HFSPLUSMETADATAFOLDER, HFS_INODE_PREFIX, SWAP_BE32(hfsPlusFile->bsdInfo.special.iNodeNum)); + sprintf(gLinkTemp, "%s/%s%d", HFSPLUSMETADATAFOLDER, HFS_INODE_PREFIX, SWAP_BE32(hfsPlusFile->bsdInfo.special.iNodeNum)); result = ResolvePathToCatalogEntry(gLinkTemp, flags, entry, kHFSRootFolderID, &tmpDirIndex); } } Index: branches/ErmaC/Enoch/i386/libsaio/vbe.h =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/vbe.h (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/vbe.h (revision 2679) @@ -69,7 +69,6 @@ funcGetSetPaletteData = 0x4F09, funcGetProtModeInterdace = 0x4F0A, funcGetSetPixelClock = 0x4F0B -// funcGetEDID = 0x4F15 }; enum { @@ -278,7 +277,6 @@ extern int setVBEMode(unsigned short mode, const VBECRTCInfoBlock *timing); extern int getVBECurrentMode(unsigned short *mode); extern int getVBEPixelClock(unsigned short mode, unsigned long *pixelClock); -//extern unsigned long getResolutionFromEDID(void); extern int generateCRTCTiming(unsigned short width, unsigned short height, unsigned long paramValue, Index: branches/ErmaC/Enoch/i386/libsaio/acpi_patcher.c =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/acpi_patcher.c (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/acpi_patcher.c (revision 2679) @@ -33,7 +33,7 @@ int i; for (i = 0; i < 4; i++) { - if ((table[i] &~0x20) != (sgn[i] &~0x20)) + if ((table[i] & ~0x20) != (sgn[i] & ~0x20)) { return false; } @@ -53,7 +53,7 @@ if(*(uint64_t *)acpi_addr == ACPI_SIGNATURE_UINT64_LE) { uint8_t csum = checksum8(acpi_addr, 20); - if(csum == 0) + if (csum == 0) { // Only return the table if it is a true version 1.0 table (Revision 0) if(((struct acpi_2_rsdp*)acpi_addr)->Revision == 0) @@ -104,7 +104,7 @@ // Try finding 'filename' in the usual places // Start searching any potential location for ACPI Table - snprintf(dirSpec, sizeof(dirSpec), "%s", filename); + strncpy(dirSpec, filename, sizeof(dirSpec) ); fd = open(dirSpec, 0); if (fd < 0) { @@ -135,12 +135,12 @@ if (fd >= 0) { - void *tableAddr = (void*)AllocateKernelMemory(file_size(fd)); + void *tableAddr = (void *)AllocateKernelMemory(file_size(fd)); if (tableAddr) { if (read(fd, tableAddr, file_size(fd)) != file_size(fd)) { - DBG("Couldn't read table %s\n",dirspec); + DBG("Couldn't read table %s\n", dirspec); free(tableAddr); close(fd); return NULL; @@ -151,70 +151,12 @@ return tableAddr; } close(fd); - DBG("Couldn't allocate memory for table \n", dirspec); - } + DBG("Couldn't allocate memory for table: %s.\n", dirspec); + } //printf("Couldn't find table %s\n", filename); return NULL; } -uint8_t acpi_cpu_count = 0; -uint32_t acpi_cpu_p_blk = 0; -char *acpi_cpu_name[32]; - -void get_acpi_cpu_names(unsigned char *dsdt, uint32_t length) -{ - uint32_t i; - - DBG("ACPIpatcher: start finding cpu names. Length %d\n", length); - - for (i=0; i> 6); - - bool add_name = true; - - uint8_t j; - - for (j=0; j<4; j++) - { - char c = dsdt[offset+j]; - - if (!aml_isvalidchar(c)) - { - add_name = false; - DBG("ACPIpatcher: invalid character found in ProcessorOP '0x%X'!\n", c); - break; - } - } - - if (add_name) - { - acpi_cpu_name[acpi_cpu_count] = malloc(4); - memcpy(acpi_cpu_name[acpi_cpu_count], dsdt+offset, 4); - i = offset + 5; - - if (acpi_cpu_count == 0) - { - acpi_cpu_p_blk = dsdt[i] | (dsdt[i+1] << 8); - } - - DBG("ACPIpatcher: found ACPI CPU [%c%c%c%c]\n", acpi_cpu_name[acpi_cpu_count][0], acpi_cpu_name[acpi_cpu_count][1], acpi_cpu_name[acpi_cpu_count][2], acpi_cpu_name[acpi_cpu_count][3]); - - if (++acpi_cpu_count == 32) - { - return; - } - } - } - } - - DBG("ACPIpatcher: finished finding cpu names. Found: %d.\n", acpi_cpu_count); -} - struct acpi_2_fadt *patch_fadt(struct acpi_2_fadt *fadt, struct acpi_2_dsdt *new_dsdt) { extern void setupSystemType(); @@ -241,7 +183,7 @@ } else { - DBG("Not an Intel platform: Restart Fix not applied !!!\n"); + DBG("\tNot an Intel platform, FACP Restart Fix will not be applied!\n"); fix_restart = false; } @@ -251,12 +193,12 @@ } // Allocate new fadt table - if (fadt->Length < 0x84 && fadt_rev2_needed) + if ((fadt->Length < 0x84) && fadt_rev2_needed) { fadt_mod = (struct acpi_2_fadt *)AllocateKernelMemory(0x84); memcpy(fadt_mod, fadt, fadt->Length); fadt_mod->Length = 0x84; - fadt_mod->Revision = 0x02; // FADT rev 2 (ACPI 1.0B MS extensions) + fadt_mod->Revision = 0x02; // FACP rev 2 (ACPI 1.0B MS extensions) } else { @@ -302,7 +244,7 @@ // because we need to take care of FACP original content, if it is correct. setupSystemType(); - // Patch FADT to fix restart + // Patch FACP to fix restart if (fix_restart) { if (fix_restart_ps2) @@ -314,7 +256,7 @@ fadt_mod->Reset_AccessWidth = 0x01; // Byte access fadt_mod->Reset_Address = 0x64; // Address of the register fadt_mod->Reset_Value = 0xfe; // Value to write to reset the system - DBG("FADT: PS2 Restart Fix applied!\n"); + DBG("\tFACP PS2 Restart Fix applied!\n"); } else { @@ -325,20 +267,32 @@ fadt_mod->Reset_AccessWidth = 0x01; // Byte access fadt_mod->Reset_Address = 0x0cf9; // Address of the register fadt_mod->Reset_Value = 0x06; // Value to write to reset the system - DBG("FADT: ACPI Restart Fix applied!\n"); + DBG("\tFACP Restart Fix applied!\n"); } } - // Patch DSDT Address if we have loaded DSDT.aml - if(new_dsdt) + // Bungo: Save Hardware Signature (machine-signature) + if ((fadt_mod->FACS > 0) && (fadt_mod->FACS < 0xFFFFFFFF) && (((struct acpi_2_facs *)fadt_mod->FACS)->Length >= 64)) { + Platform.HWSignature = ((struct acpi_2_facs *)fadt_mod->FACS)->HWSignature; + DBG("\tHardware Signature=0x%08X: using.\n", Platform.HWSignature); + } + else + { + Platform.HWSignature = 0; + DBG("\tFixing Hardware Signature=0x%08X.\n", Platform.HWSignature); + } + + // Patch DSDT address if we have loaded DSDT.aml + if (new_dsdt) + { DBG("DSDT: Old @%x,%x, ",fadt_mod->DSDT,fadt_mod->X_DSDT); - fadt_mod->DSDT=(uint32_t)new_dsdt; - if ((uint32_t)(&(fadt_mod->X_DSDT))-(uint32_t)fadt_mod+8<=fadt_mod->Length) + fadt_mod->DSDT = (uint32_t)new_dsdt; + if ((uint32_t)(&(fadt_mod->X_DSDT)) - (uint32_t)fadt_mod + 8<=fadt_mod->Length) { - fadt_mod->X_DSDT=(uint32_t)new_dsdt; + fadt_mod->X_DSDT = (uint32_t)new_dsdt; } DBG("New @%x,%x\n",fadt_mod->DSDT,fadt_mod->X_DSDT); @@ -377,24 +331,9 @@ int setupAcpi(void) { int version; + void *new_dsdt = NULL; - // ACPI Tables - bool drop_dmar = getBoolForKey(kDropDMAR, &drop_dmar, &bootInfo->chameleonConfig); - bool drop_hpet = getBoolForKey(kDropHPET, &drop_hpet, &bootInfo->chameleonConfig); - bool drop_slic = getBoolForKey(kDropSLIC, &drop_slic, &bootInfo->chameleonConfig); - bool drop_sbst = getBoolForKey(kDropSBST, &drop_sbst, &bootInfo->chameleonConfig); - bool drop_ecdt = getBoolForKey(kDropECDT, &drop_ecdt, &bootInfo->chameleonConfig); - bool drop_asft = getBoolForKey(kDropASFT, &drop_asft, &bootInfo->chameleonConfig); - void *new_dsdt = NULL; // DSDT.aml DSDT - void *new_hpet = NULL; // HPET.aml HPET - void *new_sbst = NULL; // SBST.aml SBST - void *new_ecdt = NULL; // ECDT.aml ECDT - void *new_asft = NULL; // ASFT.aml ASF! - void *new_dmar = NULL; // DMAR.aml DMAR - void *new_apic = NULL; // APIC.aml APIC - void *new_mcfg = NULL; // MCFG.aml MCFG - const char *filename; char dirSpec[128]; int len = 0; @@ -405,101 +344,17 @@ /* Try using the file specified with the DSDT option */ if (getValueForKey(kDSDT, &filename, &len, &bootInfo->chameleonConfig)) { - snprintf(dirSpec, sizeof(dirSpec), filename); + strncpy(dirSpec, filename, sizeof(dirSpec) ); } else { - sprintf(dirSpec, "DSDT.aml"); + strcpy(dirSpec, "DSDT.aml"); //verbose("dirSpec, DSDT.aml"); } // Load replacement DSDT new_dsdt = loadACPITable(dirSpec); - /* Try using the file specified with the HPET option */ - if (getValueForKey(kHPET, &filename, &len, &bootInfo->chameleonConfig)) - { - snprintf(dirSpec, sizeof(dirSpec), filename); - } - else - { - sprintf(dirSpec, "HPET.aml"); - } - // Load replacement HPET - new_hpet = loadACPITable(dirSpec); - - /* Try using the file specified with the SBST option */ - if (getValueForKey(kSBST, &filename, &len, &bootInfo->chameleonConfig)) - { - snprintf(dirSpec, sizeof(dirSpec), filename); - } - else - { - sprintf(dirSpec, "SBST.aml"); - } - // Load replacement SBST - new_sbst = loadACPITable(dirSpec); - - /* Try using the file specified with the ECDT option */ - if (getValueForKey(kECDT, &filename, &len, &bootInfo->chameleonConfig)) - { - snprintf(dirSpec, sizeof(dirSpec), filename); - } - else - { - sprintf(dirSpec, "ECDT.aml"); - } - // Load replacement ECDT - new_ecdt = loadACPITable(dirSpec); - - /* Try using the file specified with the ASF! option */ - if (getValueForKey(kASFT, &filename, &len, &bootInfo->chameleonConfig)) - { - snprintf(dirSpec, sizeof(dirSpec), filename); - } - else - { - sprintf(dirSpec, "ASFT.aml"); - } - // Load replacement ASF! - new_asft = loadACPITable(dirSpec); - - /* Try using the file specified with the DMAR option */ - if (getValueForKey(kDMAR, &filename, &len, &bootInfo->chameleonConfig)) - { - snprintf(dirSpec, sizeof(dirSpec), filename); - } - else - { - sprintf(dirSpec, "DMAR.aml"); - } - // Load replacement DMAR - new_dmar = loadACPITable(dirSpec); - - /* Try using the file specified with the APIC option */ - if (getValueForKey(kAPIC, &filename, &len, &bootInfo->chameleonConfig)) - { - snprintf(dirSpec, sizeof(dirSpec), filename); - } - else - { - sprintf(dirSpec, "APIC.aml"); - } - // Load replacement APIC - new_apic = loadACPITable(dirSpec); - - // Try using the file specified with the MCFG option */ - if (getValueForKey(kMCFG, &filename, &len, &bootInfo->chameleonConfig)) - { - snprintf(dirSpec, sizeof(dirSpec), filename); - } - else - { - sprintf(dirSpec, "MCFG.aml"); - } - // Load replacement MCFG - new_mcfg = loadACPITable(dirSpec); - // Mozodojo: going to patch FACP and load SSDT's even if DSDT.aml is not present /*if (!new_dsdt) { @@ -529,7 +384,14 @@ { char filename[512]; - sprintf(filename, i > 0 ? "SSDT-%d.aml" : "SSDT.aml", i); + if (i > 0) + { + sprintf(filename, "SSDT-%d.aml", i); + } + else + { + strcpy(filename, "SSDT.aml"); + } if ( (new_ssdt[ssdt_count] = loadACPITable(filename)) ) { @@ -584,7 +446,7 @@ { uint32_t *rsdt_entries; int rsdt_entries_num; - int dropoffset=0, i; + int dropoffset = 0, i; // mozo: using malloc cos I didn't found how to free already allocated kernel memory rsdt_mod = (struct acpi_2_rsdt *)malloc(rsdt->Length); @@ -592,7 +454,7 @@ rsdp_mod->RsdtAddress = (uint32_t)rsdt_mod; rsdt_entries_num = (rsdt_mod->Length - sizeof(struct acpi_2_rsdt)) / 4; rsdt_entries = (uint32_t *)(rsdt_mod + 1); - for (i = 0;i < rsdt_entries_num;i++) + for (i = 0; i < rsdt_entries_num; i++) { char *table=(char *)(rsdt_entries[i]); if (!table) @@ -611,132 +473,13 @@ continue; } - if (drop_hpet && tableSign(table, "HPET")) - { - DBG("OEM HPET table was dropped\n"); - dropoffset++; - continue; - } - - if (drop_slic && tableSign(table, "SLIC")) - { - DBG("OEM SLIC table was dropped\n"); - dropoffset++; - continue; - } - - if (drop_sbst && tableSign(table, "SBST")) - { - DBG("OEM SBST table was dropped\n"); - dropoffset++; - continue; - } - - if (drop_ecdt && tableSign(table, "ECDT")) - { - DBG("OEM ECDT table was dropped\n"); - dropoffset++; - continue; - } - - if (drop_asft && tableSign(table, "ASF!")) - { - DBG("OEM ASF! table was dropped\n"); - dropoffset++; - continue; - } - - if (drop_dmar && tableSign(table, "DMAR")) - { - DBG("OEM DMAR table was dropped\n"); - dropoffset++; - continue; - } - - if (tableSign(table, "HPET")) - { - DBG("HPET found\n"); - DBG("Custom HPET table was found\n"); - if(new_hpet) - { - rsdt_entries[i-dropoffset]=(uint32_t)new_hpet; - } - continue; - } - - if (tableSign(table, "SBST")) - { - DBG("SBST found\n"); - DBG("Custom SBST table was found\n"); - if(new_sbst) - { - rsdt_entries[i-dropoffset]=(uint32_t)new_sbst; - } - continue; - } - - if (tableSign(table, "ECDT")) - { - DBG("ECDT found\n"); - DBG("Custom ECDT table was found\n"); - if(new_ecdt) - { - rsdt_entries[i-dropoffset]=(uint32_t)new_ecdt; - } - continue; - } - - if (tableSign(table, "ASF!")) - { - DBG("ASF! found\n"); - DBG("Custom ASF! table was found\n"); - if(new_asft) - { - rsdt_entries[i-dropoffset]=(uint32_t)new_asft; - } - continue; - } - - if (tableSign(table, "DMAR")) - { - DBG("DMAR found\n"); - DBG("Custom DMAR table was found\n"); - if(new_dmar) - { - rsdt_entries[i-dropoffset]=(uint32_t)new_dmar; - } - continue; - } - - if (tableSign(table, "APIC")) - { - DBG("APIC found\n"); - DBG("Custom APIC table was found\n"); - if(new_apic) - { - rsdt_entries[i-dropoffset]=(uint32_t)new_apic; - } - continue; - } - - if (tableSign(table, "MCFG")) - { - DBG("MCFG found\n"); - DBG("Custom MCFG table was found\n"); - if(new_mcfg) - { - rsdt_entries[i-dropoffset]=(uint32_t)new_mcfg; - } - - continue; - } if (tableSign(table, "DSDT")) { DBG("DSDT found\n"); DBG("Custom DSDT table was found\n"); if(new_dsdt) { - rsdt_entries[i-dropoffset]=(uint32_t)new_dsdt; + rsdt_entries[i-dropoffset] = (uint32_t)new_dsdt; } continue; @@ -761,7 +504,7 @@ // Generate _CST SSDT if (generate_cstates && (new_ssdt[ssdt_count] = generate_cst_ssdt(fadt_mod))) { - DBG("C-States generated\n"); + DBG("\tC-States generated.\n"); generate_cstates = false; // Generate SSDT only once! ssdt_count++; } @@ -769,7 +512,7 @@ // Generating _PSS SSDT if (generate_pstates && (new_ssdt[ssdt_count] = generate_pss_ssdt((void*)fadt_mod->DSDT))) { - DBG("P-States generated\n"); + DBG("\tP-States generated.\n"); generate_pstates = false; // Generate SSDT only once! ssdt_count++; } @@ -795,7 +538,7 @@ for (j=0; jXsdtAddress); - DBG("XSDT @%x;%x, Length=%d Sign=%c%c%c%c\n", (uint32_t)(rsdp->XsdtAddress>>32), - (uint32_t)rsdp->XsdtAddress, xsdt->Length, xsdt[0], xsdt[1], xsdt[2], xsdt[3]); + DBG("XSDT @%x;%x, Length=%d\n", (uint32_t)(rsdp->XsdtAddress>>32),(uint32_t)rsdp->XsdtAddress, xsdt->Length); + if (xsdt && (uint64_t)rsdp->XsdtAddress<0xffffffff && xsdt->Length<0x10000) { uint64_t *xsdt_entries; int xsdt_entries_num, i; - int dropoffset=0; + int dropoffset = 0; // mozo: using malloc cos I didn't found how to free already allocated kernel memory - xsdt_mod=(struct acpi_2_xsdt*)malloc(xsdt->Length); + xsdt_mod = (struct acpi_2_xsdt *)malloc(xsdt->Length); memcpy(xsdt_mod, xsdt, xsdt->Length); rsdp_mod->XsdtAddress = (uint32_t)xsdt_mod; xsdt_entries_num = (xsdt_mod->Length - sizeof(struct acpi_2_xsdt)) / 8; xsdt_entries = (uint64_t *)(xsdt_mod + 1); - for (i = 0;i < xsdt_entries_num;i++) + for (i = 0;i < xsdt_entries_num; i++) { char *table = (char *)((uint32_t)(xsdt_entries[i])); if (!table) @@ -850,165 +593,24 @@ if (drop_ssdt && tableSign(table, "SSDT")) { - verbose("OEM SSDT tables was dropped\n"); + DBG("OEM SSDT tables was dropped\n"); dropoffset++; continue; } - - if (drop_hpet && tableSign(table, "HPET")) - { - verbose("OEM HPET table was dropped\n"); - dropoffset++; - continue; - } - - if (drop_slic && tableSign(table, "SLIC")) - { - verbose("OEM SLIC table was dropped\n"); - dropoffset++; - continue; - } - - if (drop_sbst && tableSign(table, "SBST")) - { - verbose("OEM SBST table was dropped\n"); - dropoffset++; - continue; - } - - if (drop_ecdt && tableSign(table, "ECDT")) - { - verbose("OEM ECDT table was dropped\n"); - dropoffset++; - continue; - } - - if (drop_asft && tableSign(table, "ASF!")) - { - verbose("OEM ASF! table was dropped\n"); - dropoffset++; - continue; - } - - if (drop_dmar && tableSign(table, "DMAR")) - { - verbose("OEM DMAR table was dropped\n"); - dropoffset++; - continue; - } - if (tableSign(table, "DSDT")) { DBG("DSDT found\n"); if (new_dsdt) { - xsdt_entries[i-dropoffset]=(uint32_t)new_dsdt; + xsdt_entries[i-dropoffset] = (uint32_t)new_dsdt; + DBG("custom table added.\n"); } DBG("TABLE %c%c%c%c@%x \n", table[0],table[1],table[2],table[3],xsdt_entries[i]); continue; } - - if (tableSign(table, "HPET")) - { - DBG("HPET found\n"); - - if (new_hpet) - { - xsdt_entries[i-dropoffset]=(uint32_t)new_hpet; - } - - DBG("TABLE %c%c%c%c@%x \n", table[0],table[1],table[2],table[3],xsdt_entries[i]); - - continue; - } - - if (tableSign(table, "SBST")) - { - DBG("SBST found\n"); - - if (new_sbst) - { - xsdt_entries[i-dropoffset]=(uint32_t)new_sbst; - } - - DBG("TABLE %c%c%c%c@%x \n", table[0],table[1],table[2],table[3],xsdt_entries[i]); - - continue; - } - - if (tableSign(table, "ECDT")) - { - DBG("ECDT found\n"); - - if (new_ecdt) - { - xsdt_entries[i-dropoffset]=(uint32_t)new_ecdt; - } - - DBG("TABLE %c%c%c%c@%x \n", table[0],table[1],table[2],table[3],xsdt_entries[i]); - - continue; - } - - if (tableSign(table, "ASF!")) - { - DBG("ASF! found\n"); - - if (new_asft) - { - xsdt_entries[i-dropoffset]=(uint32_t)new_asft; - } - - DBG("TABLE %c%c%c%c@%x \n", table[0],table[1],table[2],table[3],xsdt_entries[i]); - - continue; - } - - if (tableSign(table, "DMAR")) - { - DBG("DMAR found\n"); - - if (new_dmar) - { - xsdt_entries[i-dropoffset]=(uint32_t)new_dmar; - } - - DBG("TABLE %c%c%c%c@%x \n", table[0],table[1],table[2],table[3],xsdt_entries[i]); - - continue; - } - - if (tableSign(table, "APIC")) - { - DBG("APIC found\n"); - - if (new_apic) - { - xsdt_entries[i-dropoffset]=(uint32_t)new_apic; - } - - DBG("TABLE %c%c%c%c@%x \n", table[0],table[1],table[2],table[3],xsdt_entries[i]); - - continue; - } - - if (tableSign(table, "MCFG")) - { - DBG("MCFG found\n"); - - if (new_mcfg) - { - xsdt_entries[i-dropoffset]=(uint32_t)new_mcfg; - } - - DBG("TABLE %c%c%c%c@%x \n", table[0],table[1],table[2],table[3],xsdt_entries[i]); - - continue; - } - if (tableSign(table, "FACP")) { struct acpi_2_fadt *fadt, *fadt_mod; @@ -1024,14 +626,14 @@ } fadt_mod = patch_fadt(fadt, new_dsdt); - xsdt_entries[i-dropoffset]=(uint32_t)fadt_mod; + xsdt_entries[i - dropoffset] = (uint32_t)fadt_mod; // DBG("TABLE %c%c%c%c@%x \n", table[0],table[1],table[2],table[3],xsdt_entries[i]); // Generate _CST SSDT if (generate_cstates && (new_ssdt[ssdt_count] = generate_cst_ssdt(fadt_mod))) { - DBG("C-States generated\n"); + DBG("\tC-States generated.\n"); generate_cstates = false; // Generate SSDT only once! ssdt_count++; } @@ -1039,7 +641,7 @@ // Generating _PSS SSDT if (generate_pstates && (new_ssdt[ssdt_count] = generate_pss_ssdt((void*)fadt_mod->DSDT))) { - DBG("P-States generated\n"); + DBG("\tP-States generated.\n"); generate_pstates = false; // Generate SSDT only once! ssdt_count++; } @@ -1052,9 +654,8 @@ }*/ continue; } - - DBG("TABLE %c%c%c%c@%x \n", table[0],table[1],table[2],table[3],xsdt_entries[i]); - + DBG("copied (OEM)\n"); + // DBG("TABLE %c%c%c%c@%x \n", table[0],table[1],table[2],table[3],xsdt_entries[i]); } // Allocate xsdt in Kernel memory area @@ -1074,7 +675,7 @@ for (j=0; jspd; + uint8_t *spd = (uint8_t *) slot->spd; if (spd[SPD_MEMORY_TYPE]==SPD_MEMORY_TYPE_SDRAM_DDR3) // DDR3 { @@ -246,7 +247,7 @@ } else { - sprintf(asciiSerial, "0000000000000000"); + strcpy(asciiSerial, "0000000000000000"); } return strdup(asciiSerial); @@ -301,7 +302,9 @@ RamSlotInfo_t *slot; cmd = pci_config_read16(smbus_dev->dev.addr, 0x04); + DBG("SMBus CmdReg: 0x%x\n", cmd); + pci_config_write16(smbus_dev->dev.addr, 0x04, cmd | 1); mmio = pci_config_read32(smbus_dev->dev.addr, 0x10);// & ~0x0f; @@ -398,9 +401,10 @@ case 99: freq++; break; } slot->Frequency = freq; + DBG("RAM speed %dMHz \n", freq); } - verbose("Slot: %d Type %d %dMB (%s) %dMHz Vendor=%s\n PartNo=%s SerialNo=%s\n", + verbose("Slot: %d Type %d %dMB (%s) %dMHz Vendor=%s PartNo=%s SerialNo=%s\n", i, (int)slot->Type, slot->ModuleSize, @@ -409,7 +413,7 @@ slot->Vendor, slot->PartNo, slot->SerialNo); - slot->InUse = true; + slot->InUse = true; } // laptops sometimes show slot 0 and 2 with slot 1 empty when only 2 slots are presents so: @@ -423,35 +427,40 @@ static struct smbus_controllers_t smbus_controllers[] = { - {0x8086, 0x1C22, "P67", read_smb_intel }, // Z68, Q67 - {0x8086, 0x1D22, "X79", read_smb_intel }, - {0x8086, 0x1D70, "X79", read_smb_intel }, - {0x8086, 0x1D71, "X79", read_smb_intel }, - {0x8086, 0x1D72, "C608", read_smb_intel }, - {0x8086, 0x1E22, "Z77", read_smb_intel }, // H77, Q77 - {0x8086, 0x2330, "DH89xxCC", read_smb_intel }, - {0x8086, 0x2413, "82801AA", read_smb_intel }, - {0x8086, 0x2423, "BAM", read_smb_intel }, - {0x8086, 0x2443, "BAM", read_smb_intel }, - {0x8086, 0x2483, "CAM", read_smb_intel }, - {0x8086, 0x24C3, "ICH4", read_smb_intel }, - {0x8086, 0x24D3, "ICH5", read_smb_intel }, - {0x8086, 0x25A4, "6300ESB", read_smb_intel }, - {0x8086, 0x266A, "ICH6", read_smb_intel }, - {0x8086, 0x269B, "ESB", read_smb_intel }, - {0x8086, 0x27DA, "ICH7", read_smb_intel }, - {0x8086, 0x283E, "ICH8", read_smb_intel }, - {0x8086, 0x2930, "ICH9", read_smb_intel }, - {0x8086, 0x3A30, "ICH10", read_smb_intel }, - {0x8086, 0x3A60, "ICH10", read_smb_intel }, - {0x8086, 0x3B30, "P55", read_smb_intel }, - {0x8086, 0x5032, "EP80579", read_smb_intel }, - {0x8086, 0x8119, "US15W", read_smb_intel }, - {0x8086, 0x8C22, "HSW", read_smb_intel }, // Z87, H87, Q87, H81 - {0x8086, 0x8CA2, "Z97/H97", read_smb_intel }, // new - {0x8086, 0x8D22, "X99", read_smb_intel }, // new - {0x8086, 0x9C22, "HSW-ULT", read_smb_intel } + // Intel + {0x8086, 0x1C22, "P67", read_smb_intel }, + {0x8086, 0x1D22, "X79", read_smb_intel }, + {0x8086, 0x1D70, "X79", read_smb_intel }, + {0x8086, 0x1D71, "X79", read_smb_intel }, + {0x8086, 0x1D72, "C608", read_smb_intel }, + {0x8086, 0x1E22, "Z77", read_smb_intel }, + {0x8086, 0x2330, "DH89xxCC", read_smb_intel }, + {0x8086, 0x2413, "82801AA", read_smb_intel }, + {0x8086, 0x2423, "BAM", read_smb_intel }, + {0x8086, 0x2443, "BAM", read_smb_intel }, + {0x8086, 0x2483, "CAM", read_smb_intel }, + {0x8086, 0x24C3, "ICH4", read_smb_intel }, + {0x8086, 0x24D3, "ICH5", read_smb_intel }, + {0x8086, 0x25A4, "6300ESB", read_smb_intel }, + {0x8086, 0x266A, "ICH6", read_smb_intel }, + {0x8086, 0x269B, "ESB", read_smb_intel }, + {0x8086, 0x27DA, "ICH7", read_smb_intel }, + {0x8086, 0x283E, "ICH8", read_smb_intel }, + {0x8086, 0x2930, "ICH9", read_smb_intel }, + {0x8086, 0x3A30, "ICH10", read_smb_intel }, + {0x8086, 0x3A60, "ICH10", read_smb_intel }, + {0x8086, 0x3B30, "P55", read_smb_intel }, + {0x8086, 0x5032, "EP80579", read_smb_intel }, + {0x8086, 0x8119, "US15W", read_smb_intel }, + {0x8086, 0x8C22, "HSW", read_smb_intel }, + {0x8086, 0x8CA2, "Z97/H97", read_smb_intel }, + {0x8086, 0x8D22, "X99", read_smb_intel }, + {0x8086, 0x9C22, "HSW-ULT", read_smb_intel } + // AMD +// {0x1002, 0x4385, "AMD SB600/700", ... }, +// {0x1022, 0x780B, "AMD SB800/900", ... } + }; // initial call : pci_dt = root_pci_dev; Index: branches/ErmaC/Enoch/i386/libsaio/networking.c =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/networking.c (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/networking.c (revision 2679) @@ -44,7 +44,7 @@ return 0; } - if(!devprop_add_value(device, "device_type", (uint8_t *)"Ethernet Controller", 20)) + if(!devprop_add_value(device, "device_type", (uint8_t *)"ethernet", 9)) { return 0; } @@ -169,7 +169,7 @@ devprop_add_network_template(device, eth_dev->vendor_id); devprop_add_value(device, "model", (uint8_t *)name_model, (strlen(name_model) + 1)); - devprop_add_value(device, "device_type", (uint8_t *)"Ethernet Controller", 20); + devprop_add_value(device, "device_type", (uint8_t *)"ethernet", 9); stringdata = (uint8_t*)malloc(sizeof(uint8_t) * string->length); if(stringdata) Index: branches/ErmaC/Enoch/i386/libsaio/spd.h =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/spd.h (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/spd.h (revision 2679) @@ -121,7 +121,9 @@ #define SPD_MEMORY_TYPE_SDRAM_FB_DDR2 9 #define SPD_MEMORY_TYPE_SDRAM_FBP_DDR2 0xa #define SPD_MEMORY_TYPE_SDRAM_DDR3 0xb +#define SPD_MEMORY_TYPE_SDRAM_DDR4 0xc + /* SPD_MODULE_VOLTAGE values. */ #define SPD_VOLTAGE_TTL 0 /* 5.0 Volt/TTL */ #define SPD_VOLTAGE_LVTTL 1 /* LVTTL */ Index: branches/ErmaC/Enoch/i386/libsaio/bios.h =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/bios.h (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/bios.h (revision 2679) @@ -72,11 +72,6 @@ machineFlags_t flags; } biosBuf_t; - -/* - * Used in biosfn.c and disk.c - */ - #define EBIOS_FIXED_DISK_ACCESS 0x01 #define EBIOS_LOCKING_ACCESS 0x02 #define EBIOS_ENHANCED_DRIVE_INFO 0x04 Index: branches/ErmaC/Enoch/i386/libsaio/gma.c =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/gma.c (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/gma.c (revision 2679) @@ -29,7 +29,7 @@ http://forum.voodooprojects.org/index.php/topic,1029.0.html Original Intel HDx000 code from valv - Intel Ivy Bridge and Haswell code from ErmaC: + Intel Ivy Bridge, Haswell and Broadwell code from ErmaC: - http://www.insanelymac.com/forum/topic/288241-intel-hd4000-inject-aaplig-platform-id/ */ @@ -39,26 +39,41 @@ #include "pci.h" #include "platform.h" #include "device_inject.h" +#include "convert.h" #include "gma.h" #include "vbe.h" #include "graphics.h" #ifndef DEBUG_GMA -#define DEBUG_GMA 0 + #define DEBUG_GMA 0 #endif +#ifndef DEBUG_BDW + #define DEBUG_BDW 1 +#endif + #if DEBUG_GMA -#define DBG(x...) printf(x) + #define DBG(x...) printf(x) #else -#define DBG(x...) + #define DBG(x...) #endif static bool doit = false; + +static uint8_t default_aapl_snb[] = { 0x00,0x03,0x00,0x01 }; +#define AAPL_LEN_SNB ( sizeof(default_aapl_snb) / sizeof(uint8_t) ) + static uint8_t default_aapl_ivy[] = { 0x05,0x00,0x62,0x01 }; // ivy_bridge_ig_vals[5] #define AAPL_LEN_IVY ( sizeof(default_aapl_ivy) / sizeof(uint8_t) ) + static uint8_t default_aapl_haswell[] = { 0x00,0x00,0x26,0x0c }; // haswell_ig_vals[7] #define AAPL_LEN_HSW ( sizeof(default_aapl_haswell) / sizeof(uint8_t) ) +#if DEBUG_BDW +static uint8_t default_aapl_broadwell[] = { 0x00,0x00,0x1e,0x16 }; // broadwell_ig_vals[2] +#define AAPL_LEN_BDW ( sizeof(default_aapl_broadwell) / sizeof(uint8_t) ) +#endif + uint8_t GMAX3100_vals[23][4] = { { 0x01,0x00,0x00,0x00 }, //0 "AAPL,HasPanel" { 0x01,0x00,0x00,0x00 }, //1 "AAPL,SelfRefreshSupported" @@ -100,7 +115,7 @@ { 0x0b,0x00,0x66,0x01 } //11 "AAPL,ig-platform-id" //FB: 32MB, Pipes: 2, Ports: 3, FBMem: 2 }; -uint8_t haswell_ig_vals[16][4] = { /* - TESTING DATA --*/ +uint8_t haswell_ig_vals[17][4] = { { 0x00,0x00,0x06,0x04 }, // 0 "AAPL,ig-platform-id" //FB: 64MB, Pipes: 3, Ports: 3, FBMem: 3 - mobile GT1 { 0x00,0x00,0x06,0x0c }, // 1 "AAPL,ig-platform-id" //FB: 64MB, Pipes: 3, Ports: 3, FBMem: 3 - SDV mobile GT1 { 0x00,0x00,0x16,0x04 }, // 2 "AAPL,ig-platform-id" //FB: 64MB, Pipes: 3, Ports: 3, FBMem: 3 - mobile GT2 @@ -112,14 +127,38 @@ { 0x00,0x00,0x26,0x0d }, // 8 "AAPL,ig-platform-id" //FB: 64MB, Pipes: 3, Ports: 3, FBMem: 3 - CRW mobile GT3 { 0x02,0x00,0x16,0x04 }, // 9 "AAPL,ig-platform-id" //FB: 64MB, Pipes: 1, Ports: 1, FBMem: 1 - mobile GT2 { 0x03,0x00,0x22,0x0d }, // 10 "AAPL,ig-platform-id" //FB: 0MB, Pipes: 0, Ports: 0, FBMem: 0 - CRW Desktop GT3 -// { 0x04,0x00,0x12,0x04 }, // ?? "AAPL,ig-platform-id" //FB: 32MB, Pipes: 3, Ports: 3, FBMem: 3 - ULT mobile GT3 { 0x05,0x00,0x26,0x0a }, // 11 "AAPL,ig-platform-id" //FB: 32MB, Pipes: 3, Ports: 3, FBMem: 3 - ULT mobile GT3 { 0x06,0x00,0x26,0x0a }, // 12 "AAPL,ig-platform-id" //FB: 32MB, Pipes: 3, Ports: 3, FBMem: 3 - ULT mobile GT3 { 0x07,0x00,0x26,0x0d }, // 13 "AAPL,ig-platform-id" //FB: 64MB, Pipes: 3, Ports: 4, FBMem: 3 - CRW mobile GT3 { 0x08,0x00,0x26,0x0a }, // 14 "AAPL,ig-platform-id" //FB: 64MB, Pipes: 3, Ports: 3, FBMem: 3 - ULT mobile GT3 { 0x08,0x00,0x2e,0x0a }, // 15 "AAPL,ig-platform-id" //FB: 64MB, Pipes: 3, Ports: 3, FBMem: 3 - ULT reserved GT3 + { 0x04,0x00,0x12,0x04 } // 16 "AAPL,ig-platform-id" //FB: 32MB, Pipes: 3, Ports: 3, FBMem: 3 - ULT mobile GT3 }; +#if DEBUG_BDW +uint8_t broadwell_ig_vals[19][4] = { + { 0x00,0x00,0x06,0x16 }, // 0 - 16060000 Broadwell GT1 (Intel HD Graphics) + { 0x00,0x00,0x0e,0x16 }, // 1 - 160e0000 Broadwell GT1 (Intel HD Graphics) + { 0x00,0x00,0x16,0x16 }, // 2 - 16160000 Broadwell GT2 (Intel HD Graphics 5500) + { 0x00,0x00,0x1e,0x16 }, // 3 - 161e0000 Broadwell GT2 (MacBook) (Intel HD Graphics 5300) + { 0x00,0x00,0x26,0x16 }, // 4 - 16260000 Broadwell GT3 (MacBook Air) (Intel HD Graphics 6000) + { 0x00,0x00,0x2b,0x16 }, // 5 - 162b0000 Broadwell GT3 (MacBook Pro) (Intel Iris Graphics 6100) + { 0x00,0x00,0x22,0x16 }, // 6 - 16220000 Broadwell GT3 (Intel Iris Pro Graphics 6200) + { 0x01,0x00,0x0e,0x16 }, // 7 - 160e0001 Broadwell GT1 (Intel HD Graphics) + { 0x01,0x00,0x1e,0x16 }, // 8 - 161e0001 Broadwell GT2 (MacBook) (Intel HD Graphics 5300) + { 0x02,0x00,0x06,0x16 }, // 9 - 16060002 Broadwell GT1 (Intel HD Graphics) + { 0x02,0x00,0x16,0x16 }, // 10 - 16160002 Broadwell GT2 (Intel HD Graphics 5500) + { 0x02,0x00,0x26,0x16 }, // 11 - 16260002 Broadwell GT3 (MacBook Air) (Intel HD Graphics 6000) + { 0x02,0x00,0x22,0x16 }, // 12 - 16220002 Broadwell GT3 (Intel Iris Pro Graphics 6200) + { 0x02,0x00,0x2b,0x16 }, // 13 - 162b0002 Broadwell GT3 (MacBook Pro) (Intel Iris Graphics 6100) + { 0x03,0x00,0x12,0x16 }, // 14 - 16120003 Broadwell GT2 (Intel HD Graphics 5600) + { 0x04,0x00,0x2b,0x16 }, // 15 - 162b0004 Broadwell GT3 (MacBook Pro) (Intel Iris Graphics 6100) + { 0x04,0x00,0x26,0x16 }, // 16 - 16260004 Broadwell GT3 (MacBook Air) (Intel HD Graphics 6000) + { 0x05,0x00,0x26,0x16 }, // 17 - 16260005 Broadwell GT3 (MacBook Air) (Intel HD Graphics 6000) + { 0x06,0x00,0x26,0x16 } // 18 - 16260006 Broadwell GT3 (MacBook Air) (Intel HD Graphics 6000) +}; +#endif + uint8_t HD2000_vals[16][4] = { { 0x00,0x00,0x00,0x00 }, //0 "AAPL00,PixelFormat" { 0x00,0x00,0x00,0x00 }, //1 "AAPL00,T1" @@ -272,51 +311,51 @@ // 010E /* ??? */ /* Ivy */ - {GMA_IVYBRIDGE_M_GT1, HD_GRAPHICS_2500 }, - {GMA_IVYBRIDGE_M_GT2, HD_GRAPHICS_4000 }, - {GMA_IVYBRIDGE_D_GT1, HD_GRAPHICS_2500 }, - {GMA_IVYBRIDGE_D_GT2, HD_GRAPHICS_4000 }, - {GMA_IVYBRIDGE_S_GT1, HD_GRAPHICS }, - {GMA_IVYBRIDGE_S_GT2, "HD Graphics P4000" }, - {GMA_IVYBRIDGE_S_GT3, HD_GRAPHICS }, // 015e - {GMA_IVYBRIDGE_S_GT4, HD_GRAPHICS_2500 }, // 0172 /* HD Graphics 2500 Mobile */ - {GMA_IVYBRIDGE_S_GT5, HD_GRAPHICS_2500 }, // 0176 /* HD Graphics 2500 Mobile */ + {GMA_IVYBRIDGE_M_GT1, HD_GRAPHICS_2500 }, /* 0156 */ + {GMA_IVYBRIDGE_M_GT2, HD_GRAPHICS_4000 }, /* 0166 */ + {GMA_IVYBRIDGE_D_GT1, HD_GRAPHICS_2500 }, /* 0152 */ + {GMA_IVYBRIDGE_D_GT2, HD_GRAPHICS_4000 }, /* 0162 */ + {GMA_IVYBRIDGE_S_GT1, HD_GRAPHICS }, /* 015a */ + {GMA_IVYBRIDGE_S_GT2, "HD Graphics P4000" }, /* 016a */ + {GMA_IVYBRIDGE_S_GT3, HD_GRAPHICS }, /* 015e */ + {GMA_IVYBRIDGE_S_GT4, HD_GRAPHICS_2500 }, /* 0172 */ + {GMA_IVYBRIDGE_S_GT5, HD_GRAPHICS_2500 }, /* 0176 */ /* Haswell */ // 0090 /* ??? */ // 0091 /* ??? */ // 0092 /* ??? */ - {GMA_HASWELL_D_GT1, HD_GRAPHICS }, + {GMA_HASWELL_D_GT1, HD_GRAPHICS }, /* 0422 */ {GMA_HASWELL_D_GT2, HD_GRAPHICS_4600 }, /* 0412 */ - {GMA_HASWELL_D_GT3, HD_GRAPHICS_5000 }, /* ??? */ - {GMA_HASWELL_M_GT1, HD_GRAPHICS }, + {GMA_HASWELL_D_GT3, HD_GRAPHICS_5000 }, /* 0422 */ + {GMA_HASWELL_M_GT1, HD_GRAPHICS }, /* 0426 */ {GMA_HASWELL_M_GT2, HD_GRAPHICS_4600 }, /* 0416 */ - {GMA_HASWELL_M_GT3, HD_GRAPHICS_5000 }, /* ??? */ - {GMA_HASWELL_S_GT1, HD_GRAPHICS }, - {GMA_HASWELL_S_GT2, "HD Graphics P4600/P4700" }, - {GMA_HASWELL_S_GT3, HD_GRAPHICS_5000 }, /* ??? */ - {GMA_HASWELL_B_GT1, HD_GRAPHICS }, /* ??? */ - {GMA_HASWELL_B_GT2, HD_GRAPHICS }, /* ??? */ - {GMA_HASWELL_B_GT3, HD_GRAPHICS }, /* ??? */ - {GMA_HASWELL_E_GT1, HD_GRAPHICS }, + {GMA_HASWELL_M_GT3, HD_GRAPHICS_5000 }, /* 0426 */ + {GMA_HASWELL_S_GT1, HD_GRAPHICS }, /* 040a */ + {GMA_HASWELL_S_GT2, "HD Graphics P4600/P4700" }, /* 041a */ + {GMA_HASWELL_S_GT3, HD_GRAPHICS_5000 }, /* 042a */ + {GMA_HASWELL_B_GT1, HD_GRAPHICS }, /* 040b */ + {GMA_HASWELL_B_GT2, HD_GRAPHICS }, /* 041b */ + {GMA_HASWELL_B_GT3, HD_GRAPHICS }, /* 042b */ + {GMA_HASWELL_E_GT1, HD_GRAPHICS }, /* 040e */ {GMA_HASWELL_E_GT2, HD_GRAPHICS_4400 }, /* 041e */ - {GMA_HASWELL_E_GT3, HD_GRAPHICS }, /* ??? */ - {GMA_HASWELL_ULT_D_GT1, HD_GRAPHICS }, /* ??? */ - {GMA_HASWELL_ULT_D_GT2, HD_GRAPHICS }, /* ??? */ - {GMA_HASWELL_ULT_D_GT3, IRIS_5100 }, - {GMA_HASWELL_ULT_M_GT1, HD_GRAPHICS }, + {GMA_HASWELL_E_GT3, HD_GRAPHICS }, /* 042e */ + {GMA_HASWELL_ULT_D_GT1, HD_GRAPHICS }, /* 0a02 */ + {GMA_HASWELL_ULT_D_GT2, HD_GRAPHICS }, /* 0a12 */ + {GMA_HASWELL_ULT_D_GT3, IRIS_5100 }, /* 0a22 */ + {GMA_HASWELL_ULT_M_GT1, HD_GRAPHICS }, /* 0a06 */ {GMA_HASWELL_ULT_M_GT2, HD_GRAPHICS_4400 }, /* 0a16 */ {GMA_HASWELL_ULT_M_GT3, HD_GRAPHICS_5000 }, /* 0a26 */ - {GMA_HASWELL_ULT_S_GT1, HD_GRAPHICS }, /* ??? */ - {GMA_HASWELL_ULT_S_GT2, HD_GRAPHICS }, /* ??? */ - {GMA_HASWELL_ULT_S_GT3, IRIS_5100 }, - {GMA_HASWELL_ULT_B_GT1, HD_GRAPHICS }, /* ??? */ - {GMA_HASWELL_ULT_B_GT2, HD_GRAPHICS }, /* ??? */ - {GMA_HASWELL_ULT_B_GT3, IRIS_5100 }, + {GMA_HASWELL_ULT_S_GT1, HD_GRAPHICS }, /* 0a0a */ + {GMA_HASWELL_ULT_S_GT2, HD_GRAPHICS }, /* 0a1a */ + {GMA_HASWELL_ULT_S_GT3, IRIS_5100 }, /* 0a2a */ + {GMA_HASWELL_ULT_B_GT1, HD_GRAPHICS }, /* 0a0b */ + {GMA_HASWELL_ULT_B_GT2, HD_GRAPHICS }, /* 0a1b */ + {GMA_HASWELL_ULT_B_GT3, IRIS_5100 }, /* 0a2b */ {GMA_HASWELL_ULT_E_GT1, HD_GRAPHICS_4400 }, /* 0a0e */ {GMA_HASWELL_ULT_E_GT2, HD_GRAPHICS_4200 }, /* 0a1e */ // 0A2A /* ??? */ - {GMA_HASWELL_ULT_E_GT3, IRIS_5100 }, + {GMA_HASWELL_ULT_E_GT3, IRIS_5100 }, /* 0a2e */ {GMA_HASWELL_SDV_D_GT1_IG, HD_GRAPHICS }, // 0C02 /* Intel Haswell HD Graphics - GTL */ // 0C04 /* DRAM Controller */ {GMA_HASWELL_SDV_M_GT1_IG, HD_GRAPHICS }, // 0C06 /* Intel Haswell HD Graphics - GTL */ @@ -324,22 +363,61 @@ {GMA_HASWELL_SDV_M_GT2_IG, HD_GRAPHICS }, // 0C16 /* Intel Haswell HD Graphics - GTH */ {GMA_HASWELL_SDV_D_GT2_PLUS_IG, HD_GRAPHICS }, // 0C22 /* Intel Haswell HD Graphics - GTH */ {GMA_HASWELL_SDV_M_GT2_PLUS_IG, HD_GRAPHICS }, // 0C26 /* Intel Haswell HD Graphics - GTH */ + +// {GMA_HASWELL_SDV_S_GT1_IG, HD_GRAPHICS }, /* 0c0a */ +// {GMA_HASWELL_SDV_S_GT2_IG, HD_GRAPHICS }, /* 0c1a */ +// {GMA_HASWELL_SDV_S_GT2_PLUS_IG, HD_GRAPHICS }, /* 0c2a */ + {GMA_HASWELL_CRW_D_GT1, HD_GRAPHICS }, /* 0d02 */ - {GMA_HASWELL_CRW_D_GT2, HD_GRAPHICS_4600 }, + {GMA_HASWELL_CRW_D_GT2, HD_GRAPHICS_4600 }, /* 0d12 */ {GMA_HASWELL_CRW_D_GT3, IRIS_5200 }, /* 0d22 */ +// {GMA_HASWELL_CRW_D_GT2_PLUS_IG, HD_GRAPHICS }, /* 0d32 */ {GMA_HASWELL_CRW_M_GT1, HD_GRAPHICS }, /* 0d06 */ {GMA_HASWELL_CRW_M_GT2, HD_GRAPHICS_4600 }, /* 0d16 */ {GMA_HASWELL_CRW_M_GT3, IRIS_5200 }, /* 0d26 */ {GMA_HASWELL_CRW_S_GT1, HD_GRAPHICS }, /* 0d0a */ {GMA_HASWELL_CRW_S_GT2, HD_GRAPHICS }, /* 0d1a */ - {GMA_HASWELL_CRW_S_GT3, IRIS_5200 }, + {GMA_HASWELL_CRW_S_GT3, IRIS_5200 }, /* 0d2a */ {GMA_HASWELL_CRW_B_GT1, HD_GRAPHICS }, /* 0d0b */ {GMA_HASWELL_CRW_B_GT2, HD_GRAPHICS }, /* 0d1b */ - {GMA_HASWELL_CRW_B_GT3, IRIS_5200 }, + {GMA_HASWELL_CRW_B_GT3, IRIS_5200 }, /* 0d2b */ {GMA_HASWELL_CRW_E_GT1, HD_GRAPHICS }, /* 0d0e */ {GMA_HASWELL_CRW_E_GT2, HD_GRAPHICS }, /* od1e */ - {GMA_HASWELL_CRW_E_GT3, IRIS_5200 }, - {GMA_HASWELL_CRW_M_GT2_PLUS_IG, HD_GRAPHICS } + {GMA_HASWELL_CRW_E_GT3, IRIS_5200 }, /* 0d2e */ + {GMA_HASWELL_CRW_M_GT2_PLUS_IG, HD_GRAPHICS }, /* 0d36 */ + {GMA_HASWELL_CRW_S_GT2_PLUS_IG, HD_GRAPHICS }, /* 0d3a */ + + /* Broadwell */ + {GMA_BROADWELL_BDW_0bd0, HD_GRAPHICS }, /* 0bd0 */ + {GMA_BROADWELL_BDW_0bd1, HD_GRAPHICS }, /* 0bd1 */ + {GMA_BROADWELL_BDW_0bd2, HD_GRAPHICS }, /* 0bd2 */ + {GMA_BROADWELL_BDW_0bd3, HD_GRAPHICS }, /* 0bd3 */ + {GMA_BROADWELL_BDW_0bd4, HD_GRAPHICS }, /* 0bd4 */ + + {GMA_BROADWELL_BDW_1602, HD_GRAPHICS }, /* 1602 */ + {GMA_BROADWELL_BDW_U_GT1, HD_GRAPHICS }, /* 1606 */ + {GMA_BROADWELL_BDW_160B, HD_GRAPHICS }, /* 160b */ + {GMA_BROADWELL_BDW_160A, HD_GRAPHICS }, /* 160a */ + {GMA_BROADWELL_BDW_160D, HD_GRAPHICS }, /* 160d */ + {GMA_BROADWELL_BDW_160E, HD_GRAPHICS }, /* 160e */ + {GMA_BROADWELL_BDW_1612, HD_GRAPHICS_5600}, /* 1612 */ + {GMA_BROADWELL_BDW_U_GT2, HD_GRAPHICS_5500 }, /* 1616 */ + {GMA_BROADWELL_BDW_161B, HD_GRAPHICS }, /* 161b */ + {GMA_BROADWELL_BDW_161A, HD_GRAPHICS }, /* 161a */ + {GMA_BROADWELL_BDW_161D, HD_GRAPHICS }, /* 161d */ + {GMA_BROADWELL_BDW_Y_GT2, HD_GRAPHICS_5300 }, /* 161e */ + {GMA_BROADWELL_BDW_1622, IRIS_6200}, /* 1622 */ + {GMA_BROADWELL_BDW_U_GT3, HD_GRAPHICS_6000 }, /* 1626 */ + {GMA_BROADWELL_BDW_162A, IRIS_6300}, /* 162a */ + {GMA_BROADWELL_BDW_U_GT3_2, IRIS_6100 }, /* 162b */ + {GMA_BROADWELL_BDW_162D, IRIS_6300 }, /* 162d */ + {GMA_BROADWELL_BDW_162E, HD_GRAPHICS }, /* 162e */ + {GMA_BROADWELL_BDW_1632, HD_GRAPHICS }, /* 1632 */ + {GMA_BROADWELL_BDW_1636, HD_GRAPHICS }, /* 1636 */ + {GMA_BROADWELL_BDW_163B, HD_GRAPHICS }, /* 163b */ + {GMA_BROADWELL_BDW_163A, HD_GRAPHICS }, /* 163a */ + {GMA_BROADWELL_BDW_163D, HD_GRAPHICS }, /* 163d */ + {GMA_BROADWELL_BDW_163E, HD_GRAPHICS } /* 163e */ }; #define GFX_DEVICES_LEN (sizeof(intel_gfx_chipsets) / sizeof(intel_gfx_chipsets[0])) @@ -421,7 +499,6 @@ case GMA_IRONLAKE_M_G: // 0046 devprop_add_value(device, "built-in", &BuiltIn, 1); devprop_add_value(device, "class-code", ClassFix, 4); - //devprop_add_value(device, "hda-gfx", (uint8_t *)"onboard-1", 10); devprop_add_value(device, "AAPL,os-info", HDx000_os_info, 20); break; /* 27A2, 27AE, 27A6, A001, A011, A012, */ @@ -479,8 +556,7 @@ /* 0106 */ case GMA_SANDYBRIDGE_M_GT1: // HD Graphics 2000 Mobile - devprop_add_value(device, "class-code", ClassFix, 4); - //devprop_add_value(device, "hda-gfx", (uint8_t *)"onboard-1", 10); + devprop_add_value(device, "class-code", ClassFix, 4); devprop_add_value(device, "AAPL00,PixelFormat", HD2000_vals[0], 4); devprop_add_value(device, "AAPL00,T1", HD2000_vals[1], 4); devprop_add_value(device, "AAPL00,T2", HD2000_vals[2], 4); @@ -497,13 +573,31 @@ devprop_add_value(device, "graphic-options", HD2000_vals[13], 4); devprop_add_value(device, "AAPL,tbl-info", HD2000_tbl_info, 18); devprop_add_value(device, "AAPL,os-info", HD2000_os_info, 20); + if (getValueForKey(kAAPLCustomIG, &value, &len, &bootInfo->chameleonConfig) && len == AAPL_LEN_SNB * 2) + { + uint8_t new_aapl0[AAPL_LEN_SNB]; + + if (hex2bin(value, new_aapl0, AAPL_LEN_SNB) == 0) + { + memcpy(default_aapl_snb, new_aapl0, AAPL_LEN_SNB); + + verbose("Using user supplied AAPL,snb-platform-id\n"); + verbose("AAPL,snb-platform-id: %02x%02x%02x%02x\n", + default_aapl_snb[0], default_aapl_snb[1], default_aapl_snb[2], default_aapl_snb[3]); + } + devprop_add_value(device, "AAPL,snb-platform-id", default_aapl_snb, AAPL_LEN_SNB); + } + else + { + uint32_t ig_platform_id = 0x00030010; // set the default platform ig + devprop_add_value(device, "AAPL,snb-platform-id", (uint8_t *)&ig_platform_id, 4); + } break; /* 0116, 0126 */ case GMA_SANDYBRIDGE_M_GT2: // HD Graphics 3000 Mobile case GMA_SANDYBRIDGE_M_GT2_PLUS: devprop_add_value(device, "class-code", ClassFix, 4); - //devprop_add_value(device, "hda-gfx", (uint8_t *)"onboard-1", 10); devprop_add_value(device, "AAPL00,PixelFormat", HD3000_vals[0], 4); devprop_add_value(device, "AAPL00,T1", HD3000_vals[1], 4); devprop_add_value(device, "AAPL00,T2", HD3000_vals[2], 4); @@ -520,9 +614,29 @@ devprop_add_value(device, "graphic-options", HD3000_vals[13], 4); devprop_add_value(device, "AAPL,tbl-info", HD3000_tbl_info, 18); devprop_add_value(device, "AAPL,os-info", HD3000_os_info, 20); - devprop_add_value(device, "AAPL,snb-platform-id", HD3000_vals[16], 4);// previusly commented - break; + if (getValueForKey(kAAPLCustomIG, &value, &len, &bootInfo->chameleonConfig) && len == AAPL_LEN_SNB * 2) + { + uint8_t new_aapl0[AAPL_LEN_SNB]; + + if (hex2bin(value, new_aapl0, AAPL_LEN_SNB) == 0) + { + memcpy(default_aapl_snb, new_aapl0, AAPL_LEN_SNB); + + verbose("Using user supplied AAPL,snb-platform-id\n"); + verbose("AAPL,snb-platform-id: %02x%02x%02x%02x\n", + default_aapl_snb[0], default_aapl_snb[1], default_aapl_snb[2], default_aapl_snb[3]); + } + devprop_add_value(device, "AAPL,snb-platform-id", default_aapl_snb, AAPL_LEN_SNB); + } + else + { + uint32_t ig_platform_id = 0x00010000; // set the default platform ig + devprop_add_value(device, "AAPL,snb-platform-id", (uint8_t *)&ig_platform_id, 4); + } + + break; + /* 0102 */ /* HD Graphics 2000 */ case GMA_SANDYBRIDGE_GT1: // 0102 @@ -530,9 +644,29 @@ devprop_add_value(device, "built-in", &BuiltIn, 1); devprop_add_value(device, "class-code", ClassFix, 4); devprop_add_value(device, "device-id", (uint8_t *)&device_id, sizeof(device_id)); - //devprop_add_value(device, "hda-gfx", (uint8_t *)"onboard-1", 10); - devprop_add_value(device, "AAPL,tbl-info", HD2000_tbl_info, 18); - devprop_add_value(device, "AAPL,os-info", HD2000_os_info, 20); + devprop_add_value(device, "AAPL,tbl-info", HD2000_tbl_info, 18); + devprop_add_value(device, "AAPL,os-info", HD2000_os_info, 20); + + if (getValueForKey(kAAPLCustomIG, &value, &len, &bootInfo->chameleonConfig) && len == AAPL_LEN_SNB * 2) + { + uint8_t new_aapl0[AAPL_LEN_SNB]; + + if (hex2bin(value, new_aapl0, AAPL_LEN_SNB) == 0) + { + memcpy(default_aapl_snb, new_aapl0, AAPL_LEN_SNB); + + verbose("Using user supplied AAPL,snb-platform-id\n"); + verbose("AAPL,snb-platform-id: %02x%02x%02x%02x\n", + default_aapl_snb[0], default_aapl_snb[1], default_aapl_snb[2], default_aapl_snb[3]); + } + devprop_add_value(device, "AAPL,snb-platform-id", default_aapl_snb, AAPL_LEN_SNB); + } + else + { + uint32_t ig_platform_id = 0x00030010; // set the default platform ig + devprop_add_value(device, "AAPL,snb-platform-id", (uint8_t *)&ig_platform_id, 4); + } + break; /* Sandy Bridge */ @@ -541,11 +675,33 @@ case GMA_SANDYBRIDGE_GT2_PLUS: // 0122 devprop_add_value(device, "built-in", &BuiltIn, 1); devprop_add_value(device, "class-code", ClassFix, 4); - device_id = 0x00000126; // Inject a valid mobile GPU device id instead of patching kexts - devprop_add_value(device, "device-id", (uint8_t *)&device_id, sizeof(device_id)); - //devprop_add_value(device, "hda-gfx", (uint8_t *)"onboard-1", 10); - devprop_add_value(device, "AAPL,tbl-info", HD3000_tbl_info, 18); - devprop_add_value(device, "AAPL,os-info", HD3000_os_info, 20); + + devprop_add_value(device, "vendor-id", (uint8_t *)INTEL_VENDORID, 4); + + + devprop_add_value(device, "AAPL,tbl-info", HD3000_tbl_info, 18); + devprop_add_value(device, "AAPL,os-info", HD3000_os_info, 20); + + if (getValueForKey(kAAPLCustomIG, &value, &len, &bootInfo->chameleonConfig) && len == AAPL_LEN_SNB * 2) + { + uint8_t new_aapl0[AAPL_LEN_SNB]; + + if (hex2bin(value, new_aapl0, AAPL_LEN_SNB) == 0) + { + memcpy(default_aapl_snb, new_aapl0, AAPL_LEN_SNB); + + verbose("Using user supplied AAPL,snb-platform-id\n"); + verbose("AAPL,snb-platform-id: %02x%02x%02x%02x\n", + default_aapl_snb[0], default_aapl_snb[1], default_aapl_snb[2], default_aapl_snb[3]); + } + devprop_add_value(device, "AAPL,snb-platform-id", default_aapl_snb, AAPL_LEN_SNB); + } + else + { + uint32_t ig_platform_id = 0x00030010; // set the default platform ig + devprop_add_value(device, "AAPL,snb-platform-id", (uint8_t *)&ig_platform_id, 4); + } + break; /* Ivy Bridge */ @@ -617,7 +773,7 @@ devprop_add_value(device, "AAPL00,DualLink", HD4000_vals[10], 4); devprop_add_value(device, "built-in", &BuiltIn, 1); devprop_add_value(device, "class-code", ClassFix, 4); - //devprop_add_value(device, "hda-gfx", (uint8_t *)"onboard-1", 10); + break; /* Haswell */ @@ -629,13 +785,11 @@ case GMA_HASWELL_E_GT2: // 041e case GMA_HASWELL_ULT_M_GT2: // 0a16 case GMA_HASWELL_ULT_E_GT2: // 0a1e + verbose("Injecting a valid desktop GPU device id (0x0412) instead of patching kexts.\n"); device_id = 0x00000412; // Inject a valid desktop GPU device id (0x0412) instead of patching kexts devprop_add_value(device, "vendor-id", (uint8_t *)INTEL_VENDORID, 4); devprop_add_value(device, "device-id", (uint8_t *)&device_id, sizeof(device_id)); - devprop_add_value(device, "compatible", (uint8_t *)"pci8086,0412", 13); // GT2 Desktop -// devprop_add_value(device, "IOName", (uint8_t *)"pci8086,0412", 13); // GT2 Desktop - devprop_add_value(device, "name", (uint8_t *)"pci8086,0412", 13); // GT2 Desktop verbose("Injeting done: was [%04x:%04x] now is [%04x:%04x]\n", gma_dev->vendor_id, gma_dev->device_id, gma_dev->vendor_id, device_id); case GMA_HASWELL_D_GT1: // 0402 @@ -676,6 +830,7 @@ case GMA_HASWELL_CRW_E_GT2: // 0d1e case GMA_HASWELL_CRW_E_GT3: // 0d2e case GMA_HASWELL_CRW_M_GT2_PLUS_IG: // 0d36 + case GMA_HASWELL_CRW_S_GT2_PLUS_IG: // 0d3a if (getValueForKey(kAAPLCustomIG, &value, &len, &bootInfo->chameleonConfig) && len == AAPL_LEN_HSW * 2) { @@ -693,14 +848,14 @@ } else if (getIntForKey(kIntelAzulFB, &n_igs, &bootInfo->chameleonConfig)) { - if ((n_igs >= 0) || (n_igs <= 15)) + if ((n_igs >= 0) || (n_igs <= 16)) { verbose("AAPL,ig-platform-id was set in org.chameleon.Boot.plist with value %d\n", n_igs); devprop_add_value(device, "AAPL,ig-platform-id", haswell_ig_vals[n_igs], 4); } else { - verbose("AAPL,ig-platform-id was set in org.chameleon.Boot.plist with bad value please choose a number between 0 and 15.\n"); + verbose("AAPL,ig-platform-id was set in org.chameleon.Boot.plist with bad value please choose a number between 0 and 16.\n"); } } else @@ -712,9 +867,80 @@ devprop_add_value(device, "AAPL00,DualLink", HD4000_vals[10], 4); devprop_add_value(device, "built-in", &BuiltIn, 1); devprop_add_value(device, "class-code", ClassFix, 4); - //devprop_add_value(device, "hda-gfx", (uint8_t *)"onboard-1", 10); + break; +#if DEBUG_BDW + /* Broadwell */ + /* HD Graphics 5300 Mobile, HD Graphics 6000 Mobile, HD Graphics 6100 Mobile */ + case GMA_BROADWELL_BDW_0bd0: // 0bd0 + case GMA_BROADWELL_BDW_0bd1: // 0bd1 + case GMA_BROADWELL_BDW_0bd2: // 0bd2 + case GMA_BROADWELL_BDW_0bd3: // 0bd3 + case GMA_BROADWELL_BDW_0bd4: // 0bd4 + case GMA_BROADWELL_BDW_1602: // 1602 + case GMA_BROADWELL_BDW_U_GT1: // 1606 + case GMA_BROADWELL_BDW_160B: // 160b + case GMA_BROADWELL_BDW_160A: // 160a + case GMA_BROADWELL_BDW_160D: // 160d + case GMA_BROADWELL_BDW_160E: // 160e + case GMA_BROADWELL_BDW_1612: // 1612 + case GMA_BROADWELL_BDW_U_GT2: // 1616 + case GMA_BROADWELL_BDW_161B: // 161b + case GMA_BROADWELL_BDW_161A: // 161a + case GMA_BROADWELL_BDW_161D: // 161d + case GMA_BROADWELL_BDW_Y_GT2: // 161e (MacBook) Intel HD Graphics 5300 + case GMA_BROADWELL_BDW_1622: // 1622 + case GMA_BROADWELL_BDW_U_GT3: // 1626 (MacBook Air) Intel HD Graphics 6000 + case GMA_BROADWELL_BDW_162A: // 162a + case GMA_BROADWELL_BDW_U_GT3_2: // 162b (MacBook Pro) Intel Iris Graphics 6100 + case GMA_BROADWELL_BDW_162D: // 162d + case GMA_BROADWELL_BDW_162E: // 162e + case GMA_BROADWELL_BDW_1632: // 1632 + case GMA_BROADWELL_BDW_1636: // 1636 + case GMA_BROADWELL_BDW_163B: // 163b + case GMA_BROADWELL_BDW_163A: // 163a + case GMA_BROADWELL_BDW_163D: // 163d + case GMA_BROADWELL_BDW_163E: // 163e + + if (getValueForKey(kAAPLCustomIG, &value, &len, &bootInfo->chameleonConfig) && len == AAPL_LEN_BDW * 2) + { + uint8_t new_aapl0[AAPL_LEN_BDW]; + + if (hex2bin(value, new_aapl0, AAPL_LEN_BDW) == 0) + { + memcpy(default_aapl_broadwell, new_aapl0, AAPL_LEN_BDW); + + verbose("Using user supplied AAPL,ig-platform-id\n"); + verbose("AAPL,ig-platform-id: %02x%02x%02x%02x\n", + default_aapl_broadwell[0], default_aapl_broadwell[1], default_aapl_broadwell[2], default_aapl_broadwell[3]); + } + devprop_add_value(device, "AAPL,ig-platform-id", default_aapl_broadwell, AAPL_LEN_BDW); + } + else if (getIntForKey(kIntelBdwFB, &n_igs, &bootInfo->chameleonConfig)) + { + if ((n_igs >= 0) || (n_igs <= 19)) + { + verbose("AAPL,ig-platform-id was set in org.chameleon.Boot.plist with value %d\n", n_igs); + devprop_add_value(device, "AAPL,ig-platform-id", broadwell_ig_vals[n_igs], 4); + } + else + { + verbose("AAPL,ig-platform-id was set in org.chameleon.Boot.plist with bad value please choose a number between 0 and 18.\n"); + } + } + else + { + uint32_t ig_platform_id = 0x16160000; // set the default platform ig + devprop_add_value(device, "AAPL,ig-platform-id", (uint8_t *)&ig_platform_id, 4); + } + + devprop_add_value(device, "AAPL00,DualLink", HD4000_vals[10], 4); + devprop_add_value(device, "built-in", &BuiltIn, 1); + devprop_add_value(device, "class-code", ClassFix, 4); + + break; +#endif // DEBUG_BDW default: break; } Index: branches/ErmaC/Enoch/i386/libsaio/gma.h =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/gma.h (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/gma.h (revision 2679) @@ -24,13 +24,14 @@ */ /* - Original patch by Nawcom - http://forum.voodooprojects.org/index.php/topic,1029.0.html - - Original Intel HDx000 code from valv - Intel HD4xx and HD5xx code by ErmaC http://www.insanelymac.com/forum/topic/288241-intel-hd4000-inject-aaplig-platform-id/ - */ + Original patch by Nawcom + http://forum.voodooprojects.org/index.php/topic,1029.0.html + Original Intel HDx000 code from valv + Intel Ivy Bridge, Haswell and Broadwell code from ErmaC: + - http://www.insanelymac.com/forum/topic/288241-intel-hd4000-inject-aaplig-platform-id/ +*/ + #ifndef __LIBSAIO_GMA_H #define __LIBSAIO_GMA_H @@ -70,10 +71,10 @@ #define HD_GRAPHICS_5500 "HD Graphics 5500" #define HD_GRAPHICS_5600 "HD Graphics 5600" #define HD_GRAPHICS_6000 "HD Graphics 6000" -#define IRIS_6100 "Iris(TM) Pro Graphics 6100" -#define IRIS_6200 "Iris(TM) Pro Graphics 6200" -#define IRIS_6300 "Iris(TM) Pro Graphics 6300P" -#define INTEL_VENDORID 0x8086 +#define IRIS_6100 "Iris Graphics 6100" +#define IRIS_6200 "Iris Pro Graphics 6200" +#define IRIS_6300 "Iris Pro Graphics P6300" +#define INTEL_VENDORID 0x8086 /* http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/tree/src/intel_driver.h */ /* http://people.redhat.com/agk/patches/linux/patches-3.6/git-update1.patch */ @@ -95,12 +96,12 @@ #define GMA_I915_GM GFX_MODEL_CONSTRUCT(INTEL, 0x2592) // GMA 915 #define GMA_E7221_G GFX_MODEL_CONSTRUCT(INTEL, 0x258A) #define GMA_I945_G GFX_MODEL_CONSTRUCT(INTEL, 0x2772) // Desktop GMA950 -//#define GMA_82945G GFX_MODEL_CONSTRUCT(INTEL, 2776) // Desktop GMA950 -//#define GMA_82915G GFX_MODEL_CONSTRUCT(INTEL, 2782) // GMA 915 -//#define GMA_038000 GFX_MODEL_CONSTRUCT(INTEL, 2792) // Mobile GMA915 +//#define GMA_82945G GFX_MODEL_CONSTRUCT(INTEL, 0x2776) // Desktop GMA950 +//#define GMA_82915G GFX_MODEL_CONSTRUCT(INTEL, 0x2782) // GMA 915 +//#define GMA_038000 GFX_MODEL_CONSTRUCT(INTEL, 0x2792) // Mobile GMA915 #define GMA_I945_GM GFX_MODEL_CONSTRUCT(INTEL, 0x27A2) // Mobile GMA950 #define GMA_I945_GME GFX_MODEL_CONSTRUCT(INTEL, 0x27AE) // Mobile GMA950 -//#define GMA_945GM GFX_MODEL_CONSTRUCT(INTEL, 27A6) // Mobile GMA950 +//#define GMA_945GM GFX_MODEL_CONSTRUCT(INTEL, 0x27A6) // Mobile GMA950 //#define GMA_PINEVIEW_M_HB GFX_MODEL_CONSTRUCT(INTEL, 0xA010) #define GMA_PINEVIEW_M GFX_MODEL_CONSTRUCT(INTEL, 0xA011) // Mobile GMA3150 #define GMA_GMA3150_M GFX_MODEL_CONSTRUCT(INTEL, 0xA012) // Mobile GMA3150 @@ -170,8 +171,16 @@ #define GMA_IVYBRIDGE_S_GT5 GFX_MODEL_CONSTRUCT(INTEL, 0x0176) // HD Graphics 2500 Mobile // 3rd Gen Core processor Graphics Controller /* ==================================== */ +/* ====== Valleyview (Baytail) ======= */ + //#define GMA_VALLEYVIEW_HB GFX_MODEL_CONSTRUCT(INTEL, 0x0F00) /* VLV1 */ -//#define GMA_VALLEYVIEW_IG GFX_MODEL_CONSTRUCT(INTEL, 0x0F30) +//#define GMA_VALLEYVIEW_IG GFX_MODEL_CONSTRUCT(INTEL, 0x0F30) /* "HD Graphics" */ +//#define GMA_VALLEYVIEW_?? GFX_MODEL_CONSTRUCT(INTEL, 0x0F31) /* "HD Graphics" */ +//#define GMA_VALLEYVIEW_?? GFX_MODEL_CONSTRUCT(INTEL, 0x0F32) /* "HD Graphics" */ +//#define GMA_VALLEYVIEW_?? GFX_MODEL_CONSTRUCT(INTEL, 0x0F33) /* "HD Graphics" */ +//#define GMA_VALLEYVIEW_?? GFX_MODEL_CONSTRUCT(INTEL, 0x0155) /* "HD Graphics" */ +//#define GMA_VALLEYVIEW_?? GFX_MODEL_CONSTRUCT(INTEL, 0x0157) /* "HD Graphics" */ +/* ==================================== */ /* ============ Haswell =============== */ // 0090 // AppleIntelHD5000Graphics.kext @@ -208,6 +217,7 @@ #define GMA_HASWELL_ULT_B_GT1 GFX_MODEL_CONSTRUCT(INTEL, 0x0A0B) #define GMA_HASWELL_ULT_B_GT2 GFX_MODEL_CONSTRUCT(INTEL, 0x0A1B) #define GMA_HASWELL_ULT_B_GT3 GFX_MODEL_CONSTRUCT(INTEL, 0x0A2B) + #define GMA_HASWELL_ULT_E_GT1 GFX_MODEL_CONSTRUCT(INTEL, 0x0A0E) // Intel(R) HD Graphics #define GMA_HASWELL_ULT_E_GT2 GFX_MODEL_CONSTRUCT(INTEL, 0x0A1E) // Intel(R) HD Graphics 4400 #define GMA_HASWELL_ULT_E_GT3 GFX_MODEL_CONSTRUCT(INTEL, 0x0A2E) // Haswell ULT E GT3 @@ -239,27 +249,40 @@ #define GMA_HASWELL_CRW_E_GT1 GFX_MODEL_CONSTRUCT(INTEL, 0x0D0E) #define GMA_HASWELL_CRW_E_GT2 GFX_MODEL_CONSTRUCT(INTEL, 0x0D1E) #define GMA_HASWELL_CRW_E_GT3 GFX_MODEL_CONSTRUCT(INTEL, 0x0D2E) -#define GMA_HASWELL_CRW_M_GT2_PLUS_IG GFX_MODEL_CONSTRUCT(INTEL, 0x0D36) -//#define GMA_HASWELL_CRW_S_GT2_PLUS_IG GFX_MODEL_CONSTRUCT(INTEL, 0x0D3A) +#define GMA_HASWELL_CRW_M_GT2_PLUS_IG GFX_MODEL_CONSTRUCT(INTEL, 0x0D36) // Crystal Well Integrated Graphics Controller +#define GMA_HASWELL_CRW_S_GT2_PLUS_IG GFX_MODEL_CONSTRUCT(INTEL, 0x0D3A) -#define GMA_BRODWELLL_BDW_U_GT1 GFX_MODEL_CONSTRUCT(INTEL, 0x1606) // BDW U GT1 -#define GMA_BRODWELLL_BDW_U_GT2 GFX_MODEL_CONSTRUCT(INTEL, 0x1616) // BDW U GT2 Intel(R) HD Graphics 5500 Drivers -#define GMA_BRODWELLL_BDW_U_GT3 GFX_MODEL_CONSTRUCT(INTEL, 0x1626) // BDW U GT3 15W Intel(R) HD Graphics 6000 Drivers -#define GMA_BRODWELLL_BDW_U_GT3_2 GFX_MODEL_CONSTRUCT(INTEL, 0x162B) // BDW U GT3 28W Intel(R) Iris(TM) Pro Graphics 6100 Drivers -#define GMA_BRODWELLL_BDW_Y_GT2 GFX_MODEL_CONSTRUCT(INTEL, 0x161E) // BDW Y GT2 Intel(R) HD Graphics 5300 Drivers +/* Broadwell */ +#define GMA_BROADWELL_BDW_0bd0 GFX_MODEL_CONSTRUCT(INTEL, 0x0bd0) // Intel Broadwell HD Graphics HAS GT0 Drivers // AppleIntelBDWGraphics.kext +#define GMA_BROADWELL_BDW_0bd1 GFX_MODEL_CONSTRUCT(INTEL, 0x0bd1) // Intel Broadwell HD Graphics HAS GT1 Drivers // AppleIntelBDWGraphics.kext +#define GMA_BROADWELL_BDW_0bd2 GFX_MODEL_CONSTRUCT(INTEL, 0x0bd2) // Intel Broadwell HD Graphics HAS GT2 Drivers // AppleIntelBDWGraphics.kext +#define GMA_BROADWELL_BDW_0bd3 GFX_MODEL_CONSTRUCT(INTEL, 0x0bd3) // Intel Broadwell HD Graphics HAS GT3 Drivers +#define GMA_BROADWELL_BDW_0bd4 GFX_MODEL_CONSTRUCT(INTEL, 0x0bd4) // Intel Broadwell HD Graphics HAS GT4 Drivers +#define GMA_BROADWELL_BDW_1602 GFX_MODEL_CONSTRUCT(INTEL, 0x1602) // Intel(R) HD Graphics Drivers // Halo // AppleIntelBDWGraphics.kext +#define GMA_BROADWELL_BDW_U_GT1 GFX_MODEL_CONSTRUCT(INTEL, 0x1606) // BDW U GT1 // ULT // AppleIntelBDWGraphics.kext +#define GMA_BROADWELL_BDW_160A GFX_MODEL_CONSTRUCT(INTEL, 0x160A) // Broadwell-U Integrated Graphics // Server // AppleIntelBDWGraphics.kext +#define GMA_BROADWELL_BDW_160B GFX_MODEL_CONSTRUCT(INTEL, 0x160B) // Broadwell-U Integrated Graphics // ULT // AppleIntelBDWGraphics.kext +#define GMA_BROADWELL_BDW_160D GFX_MODEL_CONSTRUCT(INTEL, 0x160D) // Broadwell-U Integrated Graphics // Workstation // AppleIntelBDWGraphics.kext +#define GMA_BROADWELL_BDW_160E GFX_MODEL_CONSTRUCT(INTEL, 0x160E) // Intel(R) HD Graphics Drivers // ULX // AppleIntelBDWGraphics.kext +#define GMA_BROADWELL_BDW_1612 GFX_MODEL_CONSTRUCT(INTEL, 0x1612) // Intel(R) HD Graphics 5600 Drivers // AppleIntelBDWGraphics.kext +#define GMA_BROADWELL_BDW_U_GT2 GFX_MODEL_CONSTRUCT(INTEL, 0x1616) // BDW U GT2 Intel(R) HD Graphics 5500 Drivers // AppleIntelBDWGraphics.kext +#define GMA_BROADWELL_BDW_161B GFX_MODEL_CONSTRUCT(INTEL, 0x161B) // Broadwell-U Integrated Graphics // AppleIntelBDWGraphics.kext +#define GMA_BROADWELL_BDW_161A GFX_MODEL_CONSTRUCT(INTEL, 0x161A) // Broadwell-U Integrated Graphics // AppleIntelBDWGraphics.kext +#define GMA_BROADWELL_BDW_161D GFX_MODEL_CONSTRUCT(INTEL, 0x161D) // Broadwell-U Integrated Graphics // AppleIntelBDWGraphics.kext +#define GMA_BROADWELL_BDW_Y_GT2 GFX_MODEL_CONSTRUCT(INTEL, 0x161E) // BDW Y GT2 Intel(R) HD Graphics 5300 Drivers // AppleIntelBDWGraphics.kext +#define GMA_BROADWELL_BDW_1622 GFX_MODEL_CONSTRUCT(INTEL, 0x1622) // Intel(R) Iris(TM) Pro Graphics 6200 Drivers // AppleIntelBDWGraphics.kext +#define GMA_BROADWELL_BDW_162A GFX_MODEL_CONSTRUCT(INTEL, 0x162A) // Intel(R) Iris(TM) Pro Graphics 6300P Drivers // AppleIntelBDWGraphics.kext +#define GMA_BROADWELL_BDW_U_GT3 GFX_MODEL_CONSTRUCT(INTEL, 0x1626) // BDW U GT3 15W Intel(R) HD Graphics 6000 Drivers // AppleIntelBDWGraphics.kext +#define GMA_BROADWELL_BDW_U_GT3_2 GFX_MODEL_CONSTRUCT(INTEL, 0x162B) // BDW U GT3 28W Intel(R) Iris(TM) Pro Graphics 6100 Drivers // AppleIntelBDWGraphics.kext +#define GMA_BROADWELL_BDW_162D GFX_MODEL_CONSTRUCT(INTEL, 0x162D) // Intel(R) Iris(TM) Pro Graphics 6300P Drivers // AppleIntelBDWGraphics.kext +#define GMA_BROADWELL_BDW_162E GFX_MODEL_CONSTRUCT(INTEL, 0x162E) // Broadwell-U Integrated Graphics // AppleIntelBDWGraphics.kext +#define GMA_BROADWELL_BDW_1632 GFX_MODEL_CONSTRUCT(INTEL, 0x1632) // Broadwell-U Integrated Graphics // AppleIntelBDWGraphics.kext +#define GMA_BROADWELL_BDW_1636 GFX_MODEL_CONSTRUCT(INTEL, 0x1636) // Broadwell-U Integrated Graphics // AppleIntelBDWGraphics.kext +#define GMA_BROADWELL_BDW_163A GFX_MODEL_CONSTRUCT(INTEL, 0x163A) // Broadwell-U Integrated Graphics // AppleIntelBDWGraphics.kext +#define GMA_BROADWELL_BDW_163B GFX_MODEL_CONSTRUCT(INTEL, 0x163B) // Broadwell-U Integrated Graphics // AppleIntelBDWGraphics.kext +#define GMA_BROADWELL_BDW_163D GFX_MODEL_CONSTRUCT(INTEL, 0x163D) // Broadwell-U Integrated Graphics // AppleIntelBDWGraphics.kext +#define GMA_BROADWELL_BDW_163E GFX_MODEL_CONSTRUCT(INTEL, 0x163E) // Broadwell-U Integrated Graphics // AppleIntelBDWGraphics.kext -// 0x1602 Intel(R) HD Graphics Drivers -// 0x160e Intel(R) HD Graphics Drivers -// 0x1612 Intel(R) HD Graphics 5600 Drivers -// 0x1622 Intel(R) Iris(TM) Pro Graphics 6200 Drivers -// 0x162a Intel(R) Iris(TM) Pro Graphics 6300P Drivers -// 0x162b Intel(R) Iris(TM) Pro Graphics 6100 Drivers -// 0x0bd0 Intel Broadwell HD Graphics HAS GT0 Drivers -// 0x0bd1 Intel Broadwell HD Graphics HAS GT1 Drivers -// 0x0bd2 Intel Broadwell HD Graphics HAS GT2 Drivers -// 0x0bd3 Intel Broadwell HD Graphics HAS GT3 Drivers -// 0x0bd4 Intel Broadwell HD Graphics HAS GT4 Drivers - /* END */ #endif /* !__LIBSAIO_GMA_H */ Index: branches/ErmaC/Enoch/i386/libsaio/bios.s =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/bios.s (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/bios.s (revision 2679) @@ -37,9 +37,6 @@ #include #include "memory.h" -#define data32 .byte 0x66 -#define addr32 .byte 0x67 - #define O_INT 0 #define O_EAX 4 #define O_EBX 8 @@ -80,24 +77,17 @@ bits of code and data within the first 63.5k and modify the loaders to be able to load more than 63.5k. */ - .align 4 + .align 2 save_eax: .space 4 - .align 4 save_edx: .space 4 - .align 2 save_es: .space 2 - .align 2 save_flag: .space 2 - .align 4 new_eax: .space 4 - .align 4 new_edx: .space 4 - .align 2 new_es: .space 2 - .align 2 new_ds: .space 2 - .section __INIT,__text // turbo - This code must reside within the first segment + .section __INIT,__text,regular,pure_instructions // turbo - This code must reside within the first segment /*============================================================================ @@ -131,39 +121,30 @@ call __prot_to_real - data32 - addr32 - mov OFFSET16(new_eax), %eax - data32 - addr32 + .code16 + + mov new_eax, %eax // OFFSET16 not needed due to special opcode for ax/eax mov OFFSET16(new_edx), %edx - data32 - addr32 - mov OFFSET16(new_es), %es + movw OFFSET16(new_es), %es push %ds // Save DS // Replace DS. WARNING: Don't access data until it's restored! - addr32 - data32 - mov OFFSET16(new_ds), %ds + movw OFFSET16(new_ds), %ds do_int: int $0x00 pop %ds // Restore DS before we do anything else pushf - data32 - addr32 - movl %eax, OFFSET16(save_eax) - popl %eax // actually pop %ax - addr32 - movl %eax, OFFSET16(save_flag) // actually movw + mov %eax, save_eax + pop %ax + mov %ax, save_flag mov %es, %ax - addr32 - movl %eax, OFFSET16(save_es) // actually movw - data32 - call __real_to_prot + mov %ax, save_es + calll __real_to_prot + .code32 + movl %edx, new_edx // save new edx before clobbering movl save_edx, %edx movl new_edx, %eax // now move it into buffer Index: branches/ErmaC/Enoch/i386/libsaio/pci_root.c =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/pci_root.c (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/pci_root.c (revision 2679) @@ -94,11 +94,11 @@ // Try using the file specified with the DSDT option if (getValueForKey(kDSDT, &dsdt_filename, &len, &bootInfo->chameleonConfig)) { - snprintf(dsdt_dirSpec, sizeof(dsdt_dirSpec), dsdt_filename); + strncpy(dsdt_dirSpec, dsdt_filename, sizeof(dsdt_dirSpec) ); } else { - sprintf(dsdt_dirSpec, "DSDT.aml"); + strcpy(dsdt_dirSpec, "DSDT.aml"); } int fd = search_and_get_acpi_fd(dsdt_dirSpec, &dsdt_filename); Index: branches/ErmaC/Enoch/i386/libsaio/table.c =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/table.c (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/table.c (revision 2679) @@ -70,7 +70,7 @@ }; // turbo - GDT must be in first 64k segment -struct seg_desc __attribute__ ((section("__INIT,__data"))) Gdt[ NGDTENT ] = { +struct seg_desc __attribute__ ((section("__INIT,__data"), aligned(8))) Gdt[ NGDTENT ] = { /* 0x0 : null */ {0x0000, 0x0000, 0x00, 0x00, 0x00, 0x00}, @@ -78,7 +78,7 @@ byte granularity, 1MB limit, MEMBASE offset */ //{0xFFFF, MEMBASE, 0x00, 0x9E, 0x4F, 0x00}, {0xFFFF, 0x0000, 0x00, 0x9E, 0xCF, 0x00}, - + /* 0x10 : boot protected mode data segment page granularity, 4GB limit, MEMBASE offset */ {0xFFFF, MEMBASE, 0x00, 0x92, 0xCF, 0x00}, Index: branches/ErmaC/Enoch/i386/libsaio/device_inject.c =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/device_inject.c (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/device_inject.c (revision 2679) @@ -14,13 +14,13 @@ #include "convert.h" #ifndef DEBUG_INJECT -#define DEBUG_INJECT 0 + #define DEBUG_INJECT 0 #endif #if DEBUG_INJECT -#define DBG(x...) printf(x) + #define DBG(x...) printf(x) #else -#define DBG(x...) msglog(x) + #define DBG(x...) msglog(x) #endif uint32_t devices_number = 1; @@ -73,14 +73,14 @@ DevPropString *devprop_create_string(void) { - string = (struct DevPropString *)malloc(sizeof(struct DevPropString)); + string = (DevPropString *)malloc(sizeof(DevPropString)); if(string == NULL) { return NULL; } - memset(string, 0, sizeof(struct DevPropString)); + memset(string, 0, sizeof(DevPropString)); string->length = 12; string->WHAT2 = 0x01000000; return string; @@ -174,7 +174,7 @@ device->acpi_dev_path.length = 0x0c; device->acpi_dev_path.type = 0x02; device->acpi_dev_path.subtype = 0x01; - device->acpi_dev_path._HID = 0xd041030a; + device->acpi_dev_path._HID = 0xd041030a; // 0x0a0341d0 device->num_pci_devpaths = numpaths; device->length = 24 + (6*numpaths); @@ -273,7 +273,7 @@ if(!device->data) { - device->data = (uint8_t*)malloc(sizeof(uint8_t)); + device->data = (uint8_t *)malloc(sizeof(uint8_t)); } else { @@ -399,41 +399,4 @@ /* ======================================================= */ - -/******************************************************************* - * Decodes a sequence of 'len' hexadecimal chars from 'hex' into * - * a binary. returns -1 in case of error (i.e. badly formed chars) * - *******************************************************************/ -int hex2bin(const char *hex, uint8_t *bin, int len) -{ - char *p; - int i; - char buf[3]; - - if (hex == NULL || bin == NULL || len <= 0 || strlen(hex) != len * 2) - { - printf("[ERROR] bin2hex input error\n"); - return -1; - } - - buf[2] = '\0'; - p = (char *) hex; - - for (i = 0; i < len; i++) - { - if (p[0] == '\0' || p[1] == '\0' || !isxdigit(p[0]) || !isxdigit(p[1])) - { - printf("[ERROR] bin2hex '%s' syntax error\n", hex); - return -2; - } - buf[0] = *p++; - buf[1] = *p++; - bin[i] = (unsigned char) strtoul(buf, NULL, 16); - } - return 0; -} - -/* ======================================================= */ - /* a fine place for this code */ - Index: branches/ErmaC/Enoch/i386/libsaio/hda.c =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/hda.c (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/hda.c (revision 2679) @@ -66,17 +66,18 @@ #include "pci_root.h" #include "platform.h" #include "device_inject.h" +#include "convert.h" #include "hda.h" //#include "aml_generator.h" #ifndef DEBUG_HDA -#define DEBUG_HDA 0 + #define DEBUG_HDA 0 #endif #if DEBUG_HDA -#define DBG(x...) verbose(x) + #define DBG(x...) verbose(x) #else -#define DBG(x...) + #define DBG(x...) #endif extern uint32_t devices_number; @@ -93,31 +94,38 @@ static hda_controller_devices know_hda_controller[] = { //8086 Intel Corporation - { HDA_INTEL_OAK, "Oaktrail" /*, 0, 0 */ }, - { HDA_INTEL_BAY, "BayTrail" /*, 0, 0 */ }, - { HDA_INTEL_HSW1, "Haswell" /*, 0, 0 */ }, - { HDA_INTEL_HSW2, "Haswell" /*, 0, 0 */ }, - { HDA_INTEL_HSW3, "Haswell" /*, 0, 0 */ }, - { HDA_INTEL_CPT, "Cougar Point" /*, 0, 0 */ }, - { HDA_INTEL_PATSBURG, "Patsburg" /*, 0, 0 */ }, - { HDA_INTEL_PPT1, "Panther Point" /*, 0, 0 */ }, - { HDA_INTEL_LPT1, "Lynx Point" /*, 0, 0 */ }, - { HDA_INTEL_LPT2, "Lynx Point" /*, 0, 0 */ }, - { HDA_INTEL_WCPT, "Wildcat Point" /*, 0, 0 */ }, - { HDA_INTEL_WELLS1, "Wellsburg" /*, 0, 0 */ }, - { HDA_INTEL_WELLS2, "Wellsburg" /*, 0, 0 */ }, - { HDA_INTEL_LPTLP1, "Lynx Point-LP" /*, 0, 0 */ }, - { HDA_INTEL_LPTLP2, "Lynx Point-LP" /*, 0, 0 */ }, - { HDA_INTEL_82801F, "82801F" /*, 0, 0 */ }, - { HDA_INTEL_63XXESB, "631x/632xESB" /*, 0, 0 */ }, - { HDA_INTEL_82801G, "82801G" /*, 0, 0 */ }, - { HDA_INTEL_82801H, "82801H" /*, 0, 0 */ }, - { HDA_INTEL_82801I, "82801I" /*, 0, 0 */ }, - { HDA_INTEL_82801JI, "82801JI" /*, 0, 0 */ }, - { HDA_INTEL_82801JD, "82801JD" /*, 0, 0 */ }, - { HDA_INTEL_PCH, "5 Series/3400 Series" /*, 0, 0 */ }, - { HDA_INTEL_PCH2, "5 Series/3400 Series" /*, 0, 0 */ }, - { HDA_INTEL_SCH, "SCH" /*, 0, 0 */ }, + { HDA_INTEL_OAK, "Oaktrail" /*, 0, 0 */ }, + { HDA_INTEL_BAY, "BayTrail" /*, 0, 0 */ }, + { HDA_INTEL_HSW1, "Haswell" /*, 0, 0 */ }, + { HDA_INTEL_HSW2, "Haswell" /*, 0, 0 */ }, + { HDA_INTEL_HSW3, "Haswell" /*, 0, 0 */ }, + { HDA_INTEL_BDW, "Broadwell" /*, 0, 0 */ }, + { HDA_INTEL_CPT, "Cougar Point" /*, 0, 0 */ }, + { HDA_INTEL_PATSBURG, "Patsburg" /*, 0, 0 */ }, + { HDA_INTEL_PPT1, "Panther Point" /*, 0, 0 */ }, + { HDA_INTEL_BRASWELL, "Braswell" /*, 0, 0 */ }, + { HDA_INTEL_82801F, "82801F" /*, 0, 0 */ }, + { HDA_INTEL_63XXESB, "631x/632xESB" /*, 0, 0 */ }, + { HDA_INTEL_82801G, "82801G" /*, 0, 0 */ }, + { HDA_INTEL_82801H, "82801H" /*, 0, 0 */ }, + { HDA_INTEL_82801I, "82801I" /*, 0, 0 */ }, + { HDA_INTEL_ICH9, "ICH9" /*, 0, 0 */ }, + { HDA_INTEL_82801JI, "82801JI" /*, 0, 0 */ }, + { HDA_INTEL_82801JD, "82801JD" /*, 0, 0 */ }, + { HDA_INTEL_PCH, "5 Series/3400 Series" /*, 0, 0 */ }, + { HDA_INTEL_PCH2, "5 Series/3400 Series" /*, 0, 0 */ }, + { HDA_INTEL_SCH, "SCH" /*, 0, 0 */ }, + { HDA_INTEL_LPT1, "Lynx Point" /*, 0, 0 */ }, + { HDA_INTEL_LPT2, "Lynx Point" /*, 0, 0 */ }, + { HDA_INTEL_WCPT, "Wildcat Point" /*, 0, 0 */ }, + { HDA_INTEL_WELLS1, "Wellsburg" /*, 0, 0 */ }, + { HDA_INTEL_WELLS2, "Wellsburg" /*, 0, 0 */ }, + { HDA_INTEL_WCPTLP, "Wildcat Point-LP" /*, 0, 0 */ }, + { HDA_INTEL_LPTLP1, "Lynx Point-LP" /*, 0, 0 */ }, + { HDA_INTEL_LPTLP2, "Lynx Point-LP" /*, 0, 0 */ }, + { HDA_INTEL_SRSPLP, "Sunrise Point-LP" /*, 0, 0 */ }, + { HDA_INTEL_SRSP, "Sunrise Point" /*, 0, 0 */ }, + //10de NVIDIA Corporation { HDA_NVIDIA_MCP51, "MCP51" /*, 0, HDAC_QUIRK_MSI */ }, { HDA_NVIDIA_MCP55, "MCP55" /*, 0, HDAC_QUIRK_MSI */ }, @@ -160,6 +168,7 @@ { HDA_ATI_SB450, "SB4x0" /*, 0, 0 */ }, { HDA_ATI_SB600, "SB600" /*, 0, 0 */ }, { HDA_ATI_RS600, "RS600" /*, 0, 0 */ }, + { HDA_ATI_HUDSON, "Hudson" /*, 0, 0 */ }, { HDA_ATI_RS690, "RS690" /*, 0, 0 */ }, { HDA_ATI_RS780, "RS780" /*, 0, 0 */ }, { HDA_ATI_RS880, "RS880" /*, 0, 0 */ }, @@ -182,6 +191,7 @@ { HDA_ATI_RV940, "RV940" /*, 0, 0 */ }, { HDA_ATI_RV970, "RV970" /*, 0, 0 */ }, { HDA_ATI_R1000, "R1000" /*, 0, 0 */ }, // HDMi + { HDA_ATI_SI, "SI" /*, 0, 0 */ }, { HDA_ATI_VERDE, "Cape Verde" /*, 0, ? */ }, // HDMi //17f3 RDC Semiconductor, Inc. { HDA_RDC_M3010, "M3010" /*, 0, 0 */ }, @@ -209,7 +219,13 @@ { HDA_CODEC_CS4206, 0, "Cirrus Logic CS4206" }, { HDA_CODEC_CS4207, 0, "Cirrus Logic CS4207" }, { HDA_CODEC_CS4210, 0, "Cirrus Logic CS4210" }, + { HDA_CODEC_ALC221, 0, "Realtek ALC221" }, + { HDA_CODEC_ALC231, 0, "Realtek ALC231" }, + { HDA_CODEC_ALC233, 0, "Realtek ALC233" }, + { HDA_CODEC_ALC235, 0, "Realtek ALC235" }, + { HDA_CODEC_ALC255, 0, "Realtek ALC255" }, + { HDA_CODEC_ALC256, 0, "Realtek ALC256" }, { HDA_CODEC_ALC260, 0, "Realtek ALC260" }, { HDA_CODEC_ALC262, 0, "Realtek ALC262" }, { HDA_CODEC_ALC267, 0, "Realtek ALC267" }, @@ -220,24 +236,41 @@ { HDA_CODEC_ALC273, 0, "Realtek ALC273" }, { HDA_CODEC_ALC275, 0, "Realtek ALC275" }, { HDA_CODEC_ALC276, 0, "Realtek ALC276" }, + { HDA_CODEC_ALC280, 0, "Realtek ALC280" }, + { HDA_CODEC_ALC282, 0, "Realtek ALC282" }, + { HDA_CODEC_ALC283, 0, "Realtek ALC283" }, + { HDA_CODEC_ALC284, 0, "Realtek ALC284" }, + { HDA_CODEC_ALC285, 0, "Realtek ALC285" }, + { HDA_CODEC_ALC286, 0, "Realtek ALC286" }, + { HDA_CODEC_ALC288, 0, "Realtek ALC288" }, + { HDA_CODEC_ALC290, 0, "Realtek ALC290" }, + { HDA_CODEC_ALC292, 0, "Realtek ALC292" }, + { HDA_CODEC_ALC293, 0, "Realtek ALC293" }, + { HDA_CODEC_ALC298, 0, "Realtek ALC298" }, { HDA_CODEC_ALC660, 0, "Realtek ALC660-VD" }, - { HDA_CODEC_ALC662, 0x0002, "Realtek ALC662 rev2" }, { HDA_CODEC_ALC662, 0, "Realtek ALC662" }, + { HDA_CODEC_ALC662, 0x100101, "Realtek ALC662 rev1" }, + { HDA_CODEC_ALC662, 0x100002, "Realtek ALC662 rev2" }, + { HDA_CODEC_ALC662, 0x100300, "Realtek ALC662 rev3" }, { HDA_CODEC_ALC663, 0, "Realtek ALC663" }, { HDA_CODEC_ALC665, 0, "Realtek ALC665" }, + { HDA_CODEC_ALC667, 0, "Realtek ALC667" }, + { HDA_CODEC_ALC668, 0, "Realtek ALC668" }, { HDA_CODEC_ALC670, 0, "Realtek ALC670" }, + { HDA_CODEC_ALC671, 0, "Realtek ALC671" }, { HDA_CODEC_ALC680, 0, "Realtek ALC680" }, - { HDA_CODEC_ALC861, 0x0340, "Realtek ALC660" }, + { HDA_CODEC_ALC861, 0x100340, "Realtek ALC660" }, { HDA_CODEC_ALC861, 0, "Realtek ALC861" }, { HDA_CODEC_ALC861VD, 0, "Realtek ALC861-VD" }, + { HDA_CODEC_ALC867, 0, "Realtek ALC891" }, { HDA_CODEC_ALC880, 0, "Realtek ALC880" }, { HDA_CODEC_ALC882, 0, "Realtek ALC882" }, { HDA_CODEC_ALC883, 0, "Realtek ALC883" }, - { HDA_CODEC_ALC885, 0x0101, "Realtek ALC889A" }, - { HDA_CODEC_ALC885, 0x0103, "Realtek ALC889A" }, + { HDA_CODEC_ALC885, 0x100101, "Realtek ALC889A" }, + { HDA_CODEC_ALC885, 0x100103, "Realtek ALC889A" }, { HDA_CODEC_ALC885, 0, "Realtek ALC885" }, { HDA_CODEC_ALC887, 0, "Realtek ALC887" }, - { HDA_CODEC_ALC888, 0x0101, "Realtek ALC1200" }, + { HDA_CODEC_ALC888, 0x100101, "Realtek ALC1200" }, { HDA_CODEC_ALC888, 0, "Realtek ALC888" }, { HDA_CODEC_ALC889, 0, "Realtek ALC889" }, { HDA_CODEC_ALC892, 0, "Realtek ALC892" }, @@ -245,8 +278,8 @@ { HDA_CODEC_ALC899, 0, "Realtek ALC899" }, { HDA_CODEC_ALC900, 0, "Realtek ALC1150" }, - { HDA_CODEC_AD1882, 0, "Analog Devices AD1882" }, - { HDA_CODEC_AD1882A, 0, "Analog Devices AD1882A" }, + { HDA_CODEC_AD1882, 0, "Analog Devices AD1882" }, + { HDA_CODEC_AD1882A, 0, "Analog Devices AD1882A" }, { HDA_CODEC_AD1883, 0, "Analog Devices AD1883" }, { HDA_CODEC_AD1884, 0, "Analog Devices AD1884" }, { HDA_CODEC_AD1884A, 0, "Analog Devices AD1884A" }, @@ -261,12 +294,14 @@ { HDA_CODEC_AD1988B, 0, "Analog Devices AD1988B" }, { HDA_CODEC_AD1989A, 0, "Analog Devices AD1989A" }, { HDA_CODEC_AD1989B, 0, "Analog Devices AD1989B" }, - { HDA_CODEC_CA0110, 0, "Creative CA0110-IBG" }, - { HDA_CODEC_CA0110_2, 0, "Creative CA0110-IBG" }, + + { HDA_CODEC_XFIEA, 0, "Creative X-Fi Extreme A" }, + { HDA_CODEC_XFIED, 0, "Creative X-Fi Extreme D" }, { HDA_CODEC_CA0132, 0, "Creative CA0132" }, { HDA_CODEC_SB0880, 0, "Creative SB0880 X-Fi" }, { HDA_CODEC_CMI9880, 0, "CMedia CMI9880" }, { HDA_CODEC_CMI98802, 0, "CMedia CMI9880" }, + { HDA_CODEC_CXD9872RDK, 0, "Sigmatel CXD9872RD/K" }, { HDA_CODEC_CXD9872AKD, 0, "Sigmatel CXD9872AKD" }, { HDA_CODEC_STAC9200D, 0, "Sigmatel STAC9200D" }, @@ -306,6 +341,7 @@ { HDA_CODEC_STAC9274X5NH, 0, "Sigmatel STAC9274X5NH" }, { HDA_CODEC_STAC9274D5NH, 0, "Sigmatel STAC9274D5NH" }, { HDA_CODEC_STAC9872AK, 0, "Sigmatel STAC9872AK" }, + { HDA_CODEC_IDT92HD005, 0, "IDT 92HD005" }, { HDA_CODEC_IDT92HD005D, 0, "IDT 92HD005D" }, { HDA_CODEC_IDT92HD206X, 0, "IDT 92HD206X" }, @@ -363,6 +399,7 @@ { HDA_CODEC_IDT92HD93BXX, 0, "IDT 92HD93BXX" }, { HDA_CODEC_IDT92HD98BXX, 0, "IDT 92HD98BXX" }, { HDA_CODEC_IDT92HD99BXX, 0, "IDT 92HD99BXX" }, + { HDA_CODEC_CX20549, 0, "Conexant CX20549 (Venice)" }, { HDA_CODEC_CX20551, 0, "Conexant CX20551 (Waikiki)" }, { HDA_CODEC_CX20561, 0, "Conexant CX20561 (Hermosa)" }, @@ -380,6 +417,7 @@ { HDA_CODEC_CX20652, 0, "Conexant CX20652" }, { HDA_CODEC_CX20664, 0, "Conexant CX20664" }, { HDA_CODEC_CX20665, 0, "Conexant CX20665" }, + { HDA_CODEC_VT1708_8, 0, "VIA VT1708_8" }, { HDA_CODEC_VT1708_9, 0, "VIA VT1708_9" }, { HDA_CODEC_VT1708_A, 0, "VIA VT1708_A" }, @@ -428,10 +466,12 @@ { HDA_CODEC_VT2002P_0, 0, "VIA VT2002P_0" }, { HDA_CODEC_VT2002P_1, 0, "VIA VT2002P_1" }, { HDA_CODEC_VT2020, 0, "VIA VT2020" }, + { HDA_CODEC_ATIRS600_1, 0, "ATI RS600" }, { HDA_CODEC_ATIRS600_2, 0, "ATI RS600" }, { HDA_CODEC_ATIRS690, 0, "ATI RS690/780" }, { HDA_CODEC_ATIR6XX, 0, "ATI R6xx" }, + { HDA_CODEC_NVIDIAMCP67, 0, "NVIDIA MCP67" }, { HDA_CODEC_NVIDIAMCP73, 0, "NVIDIA MCP73" }, { HDA_CODEC_NVIDIAMCP78, 0, "NVIDIA MCP78" }, @@ -447,6 +487,7 @@ { HDA_CODEC_NVIDIAGT440, 0, "NVIDIA GT440" }, { HDA_CODEC_NVIDIAGTX550, 0, "NVIDIA GTX550" }, { HDA_CODEC_NVIDIAGTX570, 0, "NVIDIA GTX570" }, + { HDA_CODEC_INTELIP, 0, "Intel Ibex Peak" }, { HDA_CODEC_INTELBL, 0, "Intel Bearlake" }, { HDA_CODEC_INTELCA, 0, "Intel Cantiga" }, @@ -454,10 +495,10 @@ { HDA_CODEC_INTELIP2, 0, "Intel Ibex Peak" }, { HDA_CODEC_INTELCPT, 0, "Intel Cougar Point" }, { HDA_CODEC_INTELPPT, 0, "Intel Panther Point" }, - { HDA_CODEC_INTELHSW, 0, "Intel Haswell" }, + { HDA_CODEC_INTELLLP, 0, "Intel Lynx Point" }, { HDA_CODEC_INTELCL, 0, "Intel Crestline" }, - { HDA_CODEC_SII1390, 0, "Silicon Image SiI1390" }, - { HDA_CODEC_SII1392, 0, "Silicon Image SiI1392" }, + { HDA_CODEC_SII1390, 0, "Silicon Image SiI1390 HDMi" }, + { HDA_CODEC_SII1392, 0, "Silicon Image SiI1392 HDMi" }, // Unknown CODECs { HDA_CODEC_ADXXXX, 0, "Analog Devices" }, { HDA_CODEC_AGEREXXXX, 0, "Lucent/Agere Systems" }, @@ -599,26 +640,32 @@ case HDA_INTEL_HSW1: case HDA_INTEL_HSW2: case HDA_INTEL_HSW3: + case HDA_INTEL_BDW: case HDA_INTEL_CPT: case HDA_INTEL_PATSBURG: case HDA_INTEL_PPT1: - case HDA_INTEL_LPT1: - case HDA_INTEL_LPT2: - case HDA_INTEL_WCPT: - case HDA_INTEL_WELLS1: - case HDA_INTEL_WELLS2: - case HDA_INTEL_LPTLP1: - case HDA_INTEL_LPTLP2: + case HDA_INTEL_BRASWELL: case HDA_INTEL_82801F: case HDA_INTEL_63XXESB: case HDA_INTEL_82801G: case HDA_INTEL_82801H: case HDA_INTEL_82801I: + case HDA_INTEL_ICH9: case HDA_INTEL_82801JI: case HDA_INTEL_82801JD: case HDA_INTEL_PCH: case HDA_INTEL_PCH2: case HDA_INTEL_SCH: + case HDA_INTEL_LPT1: + case HDA_INTEL_LPT2: + case HDA_INTEL_WCPT: + case HDA_INTEL_WELLS1: + case HDA_INTEL_WELLS2: + case HDA_INTEL_WCPTLP: + case HDA_INTEL_LPTLP1: + case HDA_INTEL_LPTLP2: + case HDA_INTEL_SRSPLP: + case HDA_INTEL_SRSP: /* if the key value kHDEFLayoutID as a value set that value, if not will assign a default layout */ if (getValueForKey(kHDEFLayoutID, &value, &len, &bootInfo->chameleonConfig) && len == HDEF_LEN * 2) @@ -692,6 +739,7 @@ *************************************************************************************************************/ case HDA_ATI_SB450: case HDA_ATI_SB600: + case HDA_ATI_HUDSON: case HDA_ATI_RS600: case HDA_ATI_RS690: case HDA_ATI_RS780: @@ -714,6 +762,7 @@ case HDA_ATI_RV930: case HDA_ATI_RV910: case HDA_ATI_R1000: + case HDA_ATI_SI: case HDA_ATI_VERDE: /* if the key value kHDAULayoutID as a value set that value, if not will assign a default layout */ Index: branches/ErmaC/Enoch/i386/libsaio/device_inject.h =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/device_inject.h (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/device_inject.h (revision 2679) @@ -52,7 +52,7 @@ // ------------------------ uint8_t num_pci_devpaths; struct DevPropString *string; - // ------------------------ + // ------------------------ }; typedef struct DevPropDevice DevPropDevice; @@ -79,6 +79,5 @@ void devprop_free_string(DevPropString *string); int devprop_add_network_template(DevPropDevice *device, uint16_t vendor_id); -int hex2bin(const char *hex, uint8_t *bin, int len); #endif /* !__LIBSAIO_DEVICE_INJECT_H */ Index: branches/ErmaC/Enoch/i386/libsaio/hda.h =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/hda.h (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/hda.h (revision 2679) @@ -92,32 +92,38 @@ /* Intel */ #define INTEL_VENDORID 0x8086 -#define HDA_INTEL_OAK HDA_MODEL_CONSTRUCT(INTEL, 0x080a) // NEW -#define HDA_INTEL_BAY HDA_MODEL_CONSTRUCT(INTEL, 0x0f04) // NEW +#define HDA_INTEL_OAK HDA_MODEL_CONSTRUCT(INTEL, 0x080a) +#define HDA_INTEL_BAY HDA_MODEL_CONSTRUCT(INTEL, 0x0f04) #define HDA_INTEL_HSW1 HDA_MODEL_CONSTRUCT(INTEL, 0x0a0c) #define HDA_INTEL_HSW2 HDA_MODEL_CONSTRUCT(INTEL, 0x0c0c) #define HDA_INTEL_HSW3 HDA_MODEL_CONSTRUCT(INTEL, 0x0d0c) +#define HDA_INTEL_BDW HDA_MODEL_CONSTRUCT(INTEL, 0x160c) #define HDA_INTEL_CPT HDA_MODEL_CONSTRUCT(INTEL, 0x1c20) #define HDA_INTEL_PATSBURG HDA_MODEL_CONSTRUCT(INTEL, 0x1d20) #define HDA_INTEL_PPT1 HDA_MODEL_CONSTRUCT(INTEL, 0x1e20) // Macmini6,2 +#define HDA_INTEL_BRASWELL HDA_MODEL_CONSTRUCT(INTEL, 0x2284) #define HDA_INTEL_82801F HDA_MODEL_CONSTRUCT(INTEL, 0x2668) #define HDA_INTEL_63XXESB HDA_MODEL_CONSTRUCT(INTEL, 0x269a) #define HDA_INTEL_82801G HDA_MODEL_CONSTRUCT(INTEL, 0x27d8) #define HDA_INTEL_82801H HDA_MODEL_CONSTRUCT(INTEL, 0x284b) #define HDA_INTEL_82801I HDA_MODEL_CONSTRUCT(INTEL, 0x293e) +#define HDA_INTEL_ICH9 HDA_MODEL_CONSTRUCT(INTEL, 0x293f) #define HDA_INTEL_82801JI HDA_MODEL_CONSTRUCT(INTEL, 0x3a3e) #define HDA_INTEL_82801JD HDA_MODEL_CONSTRUCT(INTEL, 0x3a6e) #define HDA_INTEL_PCH HDA_MODEL_CONSTRUCT(INTEL, 0x3b56) #define HDA_INTEL_PCH2 HDA_MODEL_CONSTRUCT(INTEL, 0x3b57) -#define HDA_INTEL_MACBOOKPRO92 HDA_MODEL_CONSTRUCT(INTEL, 0x7270) // NEW +#define HDA_INTEL_MACBOOKPRO92 HDA_MODEL_CONSTRUCT(INTEL, 0x7270) #define HDA_INTEL_SCH HDA_MODEL_CONSTRUCT(INTEL, 0x811b) -#define HDA_INTEL_LPT1 HDA_MODEL_CONSTRUCT(INTEL, 0x8c20) // NEW -#define HDA_INTEL_LPT2 HDA_MODEL_CONSTRUCT(INTEL, 0x8c21) // NEW +#define HDA_INTEL_LPT1 HDA_MODEL_CONSTRUCT(INTEL, 0x8c20) +#define HDA_INTEL_LPT2 HDA_MODEL_CONSTRUCT(INTEL, 0x8c21) #define HDA_INTEL_WCPT HDA_MODEL_CONSTRUCT(INTEL, 0x8ca0) #define HDA_INTEL_WELLS1 HDA_MODEL_CONSTRUCT(INTEL, 0x8d20) #define HDA_INTEL_WELLS2 HDA_MODEL_CONSTRUCT(INTEL, 0x8d21) +#define HDA_INTEL_WCPTLP HDA_MODEL_CONSTRUCT(INTEL, 0x9ca0) #define HDA_INTEL_LPTLP1 HDA_MODEL_CONSTRUCT(INTEL, 0x9c20) #define HDA_INTEL_LPTLP2 HDA_MODEL_CONSTRUCT(INTEL, 0x9c21) +#define HDA_INTEL_SRSPLP HDA_MODEL_CONSTRUCT(INTEL, 0x9d70) +#define HDA_INTEL_SRSP HDA_MODEL_CONSTRUCT(INTEL, 0xa170) #define HDA_INTEL_ALL HDA_MODEL_CONSTRUCT(INTEL, 0xffff) /* Nvidia */ @@ -167,6 +173,7 @@ #define ATI_VENDORID 0x1002 #define HDA_ATI_SB450 HDA_MODEL_CONSTRUCT(ATI, 0x437b) #define HDA_ATI_SB600 HDA_MODEL_CONSTRUCT(ATI, 0x4383) +#define HDA_ATI_HUDSON HDA_MODEL_CONSTRUCT(ATI, 0x780d) #define HDA_ATI_RS600 HDA_MODEL_CONSTRUCT(ATI, 0x793b) #define HDA_ATI_RS690 HDA_MODEL_CONSTRUCT(ATI, 0x7919) #define HDA_ATI_RS780 HDA_MODEL_CONSTRUCT(ATI, 0x960f) @@ -191,6 +198,7 @@ #define HDA_ATI_RV930 HDA_MODEL_CONSTRUCT(ATI, 0xaa90) #define HDA_ATI_RV910 HDA_MODEL_CONSTRUCT(ATI, 0xaa98) #define HDA_ATI_R1000 HDA_MODEL_CONSTRUCT(ATI, 0xaaa0) +#define HDA_ATI_SI HDA_MODEL_CONSTRUCT(ATI, 0xaaa8) #define HDA_ATI_VERDE HDA_MODEL_CONSTRUCT(ATI, 0xaab0) #define HDA_ATI_ALL HDA_MODEL_CONSTRUCT(ATI, 0xffff) @@ -326,8 +334,10 @@ * instead of their own, which is beyond my comprehension * (see HDA_CODEC_STAC9221 below). */ -#define APPLE_INTEL_MAC 0x76808384 -#define APPLE_MACBOOKPRO55 0xcb7910de +#define APPLE_INTEL_MAC 0x76808384 +#define APPLE_MACBOOKAIR31 0x0d9410de +#define APPLE_MACBOOKPRO55 0xcb7910de +#define APPLE_MACBOOKPRO71 0xcb8910de /* LG Electronics */ #define LG_VENDORID 0x1854 @@ -373,7 +383,8 @@ #define HDA0_LEN ( sizeof(default_HDEF_layout_id) / sizeof(uint8_t) ) #define HDA1_LEN ( sizeof(default_HDAU_layout_id) / sizeof(uint8_t) ) -/* codec information */ +/* =================== C O D E C I N F O R M A T I O N ===================== */ + #define HDA_CODEC_CONSTRUCT(vendor, id) (((uint32_t)(vendor##_VENDORID) << 16) | ((id) & 0xffff)) /* Cirrus Logic */ @@ -681,7 +692,7 @@ #define HDA_CODEC_INTELIP2 HDA_CODEC_CONSTRUCT(INTEL, 0x2804) #define HDA_CODEC_INTELCPT HDA_CODEC_CONSTRUCT(INTEL, 0x2805) #define HDA_CODEC_INTELPPT HDA_CODEC_CONSTRUCT(INTEL, 0x2806) -#define HDA_CODEC_INTELHSW HDA_CODEC_CONSTRUCT(INTEL, 0x2807) +#define HDA_CODEC_INTELLLP HDA_CODEC_CONSTRUCT(INTEL, 0x2807) #define HDA_CODEC_INTELCL HDA_CODEC_CONSTRUCT(INTEL, 0x29fb) #define HDA_CODEC_INTELXXXX HDA_CODEC_CONSTRUCT(INTEL, 0xffff) Index: branches/ErmaC/Enoch/i386/libsaio/dram_controllers.c =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/dram_controllers.c (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/dram_controllers.c (revision 2679) @@ -222,8 +222,7 @@ // Compute RAM Frequency Platform.RAM.Frequency = (Platform.CPU.FSBFrequency * mch_ratio) / 100000; - - DBG("ram_fsb %d\n", Platform.RAM.Frequency); + // DBG("ram_fsb %d\n", Platform.RAM.Frequency); } @@ -238,7 +237,7 @@ // Compute RAM Frequency Platform.RAM.Frequency = Platform.CPU.FSBFrequency * mch_ratio / 2; - DBG("ram_fsb %d\n", Platform.RAM.Frequency); + // DBG("ram_fsb %d\n", Platform.RAM.Frequency); } /* @@ -488,79 +487,57 @@ static struct mem_controller_t dram_controllers[] = { // Default unknown chipset - { 0, 0, "", NULL, NULL, NULL }, + { 0, 0, "", NULL, NULL, NULL }, // Intel -// { 0x8086, 0x0100, "2rd Gen Core processor", NULL, NULL, NULL }, -// { 0x8086, 0x0104, "2rd Gen Core processor", NULL, NULL, NULL }, -// { 0x8086, 0x010C, "Xeon E3-1200/2rd Gen Core processor", NULL, NULL, NULL }, -// { 0x8086, 0x0150, "Xeon E3-1200 v2/3rd Gen Core processor", NULL, NULL, NULL }, -// { 0x8086, 0x0154, "3rd Gen Core processor", NULL, NULL, NULL }, -// { 0x8086, 0x0158, "Xeon E3-1200 v2/Ivy Bridge", NULL, NULL, NULL }, -// { 0x8086, 0x015C, "Xeon E3-1200 v2/3rd Gen Core processor", NULL, NULL, NULL }, + { 0x8086, 0x7190, "VMWare", NULL, NULL, NULL }, -// { 0x8086, 0x0BF0, "Atom Processor D2xxx/N2xxx", NULL, NULL, NULL }, -// { 0x8086, 0x0BF1, "Atom Processor D2xxx/N2xxx", NULL, NULL, NULL }, -// { 0x8086, 0x0BF2, "Atom Processor D2xxx/N2xxx", NULL, NULL, NULL }, -// { 0x8086, 0x0BF3, "Atom Processor D2xxx/N2xxx", NULL, NULL, NULL }, -// { 0x8086, 0x0BF4, "Atom Processor D2xxx/N2xxx", NULL, NULL, NULL }, -// { 0x8086, 0x0BF5, "Atom Processor D2xxx/N2xxx", NULL, NULL, NULL }, -// { 0x8086, 0x0BF6, "Atom Processor D2xxx/N2xxx", NULL, NULL, NULL }, -// { 0x8086, 0x0BF7, "Atom Processor D2xxx/N2xxx", NULL, NULL, NULL }, - -// { 0x8086, 0x0C00, "Haswell", NULL, NULL, NULL }, -// { 0x8086, 0x0C04, "Haswell", NULL, NULL, NULL }, -// { 0x8086, 0x0C08, "Haswell", NULL, NULL, NULL }, - - { 0x8086, 0x7190, "VMWare", NULL, NULL, NULL }, - { 0x8086, 0x1A30, "82845 845 [Brookdale]", NULL, NULL, NULL }, { 0x8086, 0x2970, "82946GZ/PL/GL", setup_p35, get_fsb_i965, get_timings_i965 }, { 0x8086, 0x2990, "82Q963/Q965", setup_p35, get_fsb_i965, get_timings_i965 }, - { 0x8086, 0x29A0, "P965/G965", setup_p35, get_fsb_i965, get_timings_i965 }, + { 0x8086, 0x29A0, "P965/G965", setup_p35, get_fsb_i965, get_timings_i965 }, - { 0x8086, 0x2A00, "GM965/GL960", setup_p35, get_fsb_im965, get_timings_im965 }, - { 0x8086, 0x2A10, "GME965/GLE960", setup_p35, get_fsb_im965, get_timings_im965 }, - { 0x8086, 0x2A40, "PM/GM45/47", setup_p35, get_fsb_im965, get_timings_im965 }, + { 0x8086, 0x2A00, "GM965/GL960", setup_p35, get_fsb_im965, get_timings_im965 }, + { 0x8086, 0x2A10, "GME965/GLE960", setup_p35, get_fsb_im965, get_timings_im965 }, + { 0x8086, 0x2A40, "PM/GM45/47", setup_p35, get_fsb_im965, get_timings_im965 }, - { 0x8086, 0x29B0, "82Q35 Express", setup_p35, get_fsb_i965, get_timings_p35 }, - { 0x8086, 0x29C0, "82G33/G31/P35/P31", setup_p35, get_fsb_i965, get_timings_p35 }, - { 0x8086, 0x29D0, "82Q33 Express", setup_p35, get_fsb_i965, get_timings_p35 }, - { 0x8086, 0x29E0, "82X38/X48 Express", setup_p35, get_fsb_i965, get_timings_p35 }, + { 0x8086, 0x29B0, "Q35", setup_p35, get_fsb_i965, get_timings_p35 }, + { 0x8086, 0x29C0, "P35/G33", setup_p35, get_fsb_i965, get_timings_p35 }, + { 0x8086, 0x29D0, "Q33", setup_p35, get_fsb_i965, get_timings_p35 }, + { 0x8086, 0x29E0, "X38/X48", setup_p35, get_fsb_i965, get_timings_p35 }, { 0x8086, 0x29F0, "3200/3210", setup_p35, get_fsb_i965, get_timings_p35 }, - { 0x8086, 0x2E00, "Eaglelake", setup_p35, get_fsb_i965, get_timings_p35 }, - { 0x8086, 0x2E10, "Q45/Q43", setup_p35, get_fsb_i965, get_timings_p35 }, - { 0x8086, 0x2E20, "P45/G45", setup_p35, get_fsb_i965, get_timings_p35 }, - { 0x8086, 0x2E30, "G41", setup_p35, get_fsb_i965, get_timings_p35 }, -// { 0x8086, 0x2E40, "4 Series Chipset", NULL, NULL, NULL }, -// { 0x8086, 0x2E90, "4 Series Chipset", NULL, NULL, NULL }, + { 0x8086, 0x2E00, "Eaglelake", setup_p35, get_fsb_i965, get_timings_p35 }, + { 0x8086, 0x2E10, "Q45/Q43", setup_p35, get_fsb_i965, get_timings_p35 }, + { 0x8086, 0x2E20, "P45/G45", setup_p35, get_fsb_i965, get_timings_p35 }, + { 0x8086, 0x2E30, "G41", setup_p35, get_fsb_i965, get_timings_p35 }, - { 0x8086, 0xD131, "NHM IMC", setup_nhm, get_fsb_nhm, get_timings_nhm }, - { 0x8086, 0xD132, "NHM IMC", setup_nhm, get_fsb_nhm, get_timings_nhm }, + { 0x8086, 0xD131, "NHM IMC", setup_nhm, get_fsb_nhm, get_timings_nhm }, + { 0x8086, 0xD132, "NHM IMC", setup_nhm, get_fsb_nhm, get_timings_nhm }, { 0x8086, 0x3400, "5520/5500/X58", setup_nhm, get_fsb_nhm, get_timings_nhm }, { 0x8086, 0x3401, "5520/5500/X58", setup_nhm, get_fsb_nhm, get_timings_nhm }, { 0x8086, 0x3402, "5520/5500/X58", setup_nhm, get_fsb_nhm, get_timings_nhm }, - { 0x8086, 0x3403, "5500", setup_nhm, get_fsb_nhm, get_timings_nhm }, - { 0x8086, 0x3404, "5520/5500/X58", setup_nhm, get_fsb_nhm, get_timings_nhm }, - { 0x8086, 0x3405, "5520/5500/X58", setup_nhm, get_fsb_nhm, get_timings_nhm }, - { 0x8086, 0x3406, "5520", setup_nhm, get_fsb_nhm, get_timings_nhm }, - { 0x8086, 0x3407, "5520/5500/X58", setup_nhm, get_fsb_nhm, get_timings_nhm }, + { 0x8086, 0x3403, "5500", setup_nhm, get_fsb_nhm, get_timings_nhm }, + { 0x8086, 0x3404, "X58", setup_nhm, get_fsb_nhm, get_timings_nhm }, + { 0x8086, 0x3405, "X58", setup_nhm, get_fsb_nhm, get_timings_nhm }, + { 0x8086, 0x3406, "5520", setup_nhm, get_fsb_nhm, get_timings_nhm }, + { 0x8086, 0x3407, "X58", setup_nhm, get_fsb_nhm, get_timings_nhm }, }; static const char *memory_channel_types[] = { - "Unknown", "Single", "Dual", "Triple" + "Unknown", "Single", "Dual", "Triple" /*, "Quad" */ }; void scan_dram_controller(pci_dt_t *dram_dev) { int i; - for(i = 1; i < sizeof(dram_controllers) / sizeof(dram_controllers[0]); i++) { + for(i = 1; i < sizeof(dram_controllers) / sizeof(dram_controllers[0]); i++) + { if ((dram_controllers[i].vendor == dram_dev->vendor_id) && (dram_controllers[i].device == dram_dev->device_id)) { verbose("%s%s DRAM Controller [%4x:%4x] at %02x:%02x.%x\n", - (dram_dev->vendor_id == 0x8086) ? "Intel Corporation " : "" , + (dram_dev->vendor_id == 0x8086) ? "Intel " : "" , dram_controllers[i].name, dram_dev->vendor_id, dram_dev->device_id, dram_dev->dev.bits.bus, dram_dev->dev.bits.dev, dram_dev->dev.bits.func); Index: branches/ErmaC/Enoch/i386/libsaio/nvidia.c =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/nvidia.c (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/nvidia.c (revision 2679) @@ -52,17 +52,18 @@ #include "pci.h" #include "platform.h" #include "device_inject.h" +#include "convert.h" #include "nvidia.h" #include "nvidia_helper.h" #ifndef DEBUG_NVIDIA -#define DEBUG_NVIDIA 0 + #define DEBUG_NVIDIA 0 #endif #if DEBUG_NVIDIA -#define DBG(x...) printf(x) + #define DBG(x...) printf(x) #else -#define DBG(x...) + #define DBG(x...) #endif #define NVIDIA_ROM_SIZE 0x20000 @@ -93,8 +94,8 @@ const char *nvidia_slot_name[] = { "AAPL,slot-name", "Slot-1" }; static uint8_t default_NVCAP[]= { - 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0d, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0a, + 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, + 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00 }; @@ -172,7 +173,8 @@ static nvidia_pci_info_t nvidia_card_generic[] = { // 0000 - 0040 { 0x10DE0000, "Unknown" }, - // 0040 - 004F + // 0040 - 004F +/* { 0x10DE0040, "GeForce 6800 Ultra" }, { 0x10DE0041, "GeForce 6800" }, { 0x10DE0042, "GeForce 6800 LE" }, @@ -185,6 +187,7 @@ { 0x10DE0049, "NV40GL" }, { 0x10DE004D, "Quadro FX 3400" }, { 0x10DE004E, "Quadro FX 4000" }, +*/ // 0050 - 005F // 0060 - 006F // 0070 - 007F @@ -199,9 +202,10 @@ { 0x10DE0098, "GeForce Go 7800" }, { 0x10DE0099, "GeForce Go 7800 GTX" }, { 0x10DE009D, "Quadro FX 4500" }, - // 00A0 - 00AF - // 00B0 - 00BF - // 00C0 - 00CF + // 00A0 - 00AF + // 00B0 - 00BF + // 00C0 - 00CF +/* { 0x10DE00C0, "GeForce 6800 GS" }, { 0x10DE00C1, "GeForce 6800" }, { 0x10DE00C2, "GeForce 6800 LE" }, @@ -222,11 +226,13 @@ { 0x10DE00F6, "GeForce 6800 GS/XT" }, { 0x10DE00F8, "Quadro FX 3400/4400" }, { 0x10DE00F9, "GeForce 6800 Series GPU" }, +*/ // 0100 - 010F // 0110 - 011F // 0120 - 012F // 0130 - 013F // 0140 - 014F +/* { 0x10DE0140, "GeForce 6600 GT" }, { 0x10DE0141, "GeForce 6600" }, { 0x10DE0142, "GeForce 6600 LE" }, @@ -258,6 +264,7 @@ { 0x10DE016A, "GeForce 7100 GS" }, { 0x10DE016C, "NVIDIA NV44GLM" }, { 0x10DE016D, "NVIDIA NV44GLM" }, +*/ // 0170 - 017F // 0180 - 018F // 0190 - 019F @@ -289,6 +296,7 @@ { 0x10DE01DF, "GeForce 7300 GS" }, // 01E0 - 01EF // 01F0 - 01FF +/* { 0x10DE01F0, "GeForce4 MX" }, // 0200 - 020F // 0210 - 021F @@ -311,6 +319,7 @@ { 0x10DE0247, "GeForce Go 6100" }, // 0250 - 025F { 0x10DE025B, "Quadro4 700 XGL" }, +*/ // 0260 - 026F // 0270 - 027F // 0280 - 028F @@ -343,6 +352,7 @@ { 0x10DE02E4, "GeForce 7950 GT" }, // 02F0 - 02FF // 0300 - 030F +/* { 0x10DE0301, "GeForce FX 5800 Ultra" }, { 0x10DE0302, "GeForce FX 5800" }, { 0x10DE0308, "Quadro FX 2000" }, @@ -390,6 +400,7 @@ { 0x10DE034C, "Quadro FX Go1000" }, { 0x10DE034E, "Quadro FX 1100" }, { 0x10DE034F, "NV36GL" }, +*/ // 0350 - 035F // 0360 - 036F // 0370 - 037F @@ -1082,8 +1093,12 @@ { 0x10DE1020, "Tesla K20X" }, { 0x10DE1021, "Tesla K20Xm" }, { 0x10DE1022, "Tesla K20c" }, + { 0x10DE1023, "Tesla K40m" }, // GK110BGL + { 0x10DE1024, "Tesla K40c" }, // GK110BGL { 0x10DE1026, "Tesla K20s" }, + { 0x10DE1027, "Tesla K40st" }, // GK110BGL { 0x10DE1028, "Tesla K20m" }, + { 0x10DE1029, "Tesla K40s" }, // GK110BGL { 0x10DE102A, "Tesla K40t" }, // GK110BGL // { 0x10DE102B, "Graphics Device" }, // GK110BGL // { 0x10DE102C, "Graphics Device" }, // GK110BGL @@ -1092,6 +1107,8 @@ { 0x10DE102F, "Tesla Stella Solo" }, // GK110BGL // 1030 - 103F // { 0x10DE1030, "" }, // GK110 + { 0x10DE103a, "Quadro K6000" }, // GK110GL + { 0x10DE103c, "Quadro K5200" }, // GK110GL { 0x10DE103F, "Tesla Stella SXM" }, // GK110 // 1040 - 104F { 0x10DE1040, "GeForce GT 520" }, @@ -1182,6 +1199,8 @@ { 0x10DE1189, "GeForce GTX 670" }, { 0x10DE118A, "GRID K520" }, { 0x10DE118B, "GRID K200" }, // GRID K2 GeForce USM + { 0x10DE118C, "GRID K2 NVS USM" }, // GK104 + { 0x10DE118D, "GRID K200 vGPU" }, // GK104GL { 0x10DE118E, "GeForce GTX 760 (192-bit)" }, { 0x10DE118F, "Tesla K10" }, // 1190 - 119F @@ -1215,7 +1234,7 @@ { 0x10DE11BC, "Quadro K5000M" }, { 0x10DE11BD, "Quadro K4000M" }, { 0x10DE11BE, "Quadro K3000M" }, - { 0x10DE11BF, "GRID K2" }, + { 0x10DE11BF, "GRID K2" }, // GK104GL // 11C0 - 11CF { 0x10DE11C0, "GeForce GTX 660" }, { 0x10DE11C2, "GeForce GTX 650 Ti BOOST" }, @@ -1231,6 +1250,7 @@ { 0x10DE11E1, "GeForce GTX 765M" }, { 0x10DE11E2, "GeForce GTX 765M" }, { 0x10DE11E3, "GeForce GTX 760M" }, +// { 0x10DE11E7, "GeForce " }, // GK106M // 11F0 - 11FF { 0x10DE11FA, "Quadro K4000" }, { 0x10DE11FC, "Quadro 2100M" }, @@ -1271,6 +1291,7 @@ { 0x10DE1284, "GeForce GT 630" }, { 0x10DE1286, "GeForce GT 720" }, { 0x10DE1287, "GeForce GT 730" }, // GK208 + { 0x10DE1288, "GeForce GT 720" }, // GK208 // 1290 - 129F { 0x10DE1290, "GeForce GT 730M" }, { 0x10DE1291, "GeForce GT 735M" }, @@ -1280,6 +1301,7 @@ { 0x10DE1295, "GeForce GT 710M" }, { 0x10DE1296, "GeForce 825M" }, // GK208M { 0x10DE1298, "GeForce GT 720M" }, + { 0x10DE1299, "GeForce 920M" }, // GK208M // 12A0 - 12AF { 0x10DE12A0, "GK208" }, { 0x10DE12AF, "GK208-INT" }, @@ -1293,6 +1315,8 @@ // 12F0 - 12FF { 0x10DE1340, "GeForce 830M" }, { 0x10DE1341, "GeForce 840M" }, + { 0x10DE1346, "GeForce 930M" }, // GM108M + { 0x10DE1347, "GeForce 940M" }, // GM108M { 0x10DE1380, "GeForce GTX 750 Ti" }, { 0x10DE1381, "GeForce GTX 750" }, { 0x10DE1382, "GeForce GTX 745" }, @@ -1303,12 +1327,15 @@ { 0x10DE1392, "GeForce GTX 860M" }, { 0x10DE1393, "GeForce 840M" }, { 0x10DE1398, "GeForce 845M" }, // + { 0x10DE139A, "GeForce GTX 950M" }, // GM107 + { 0x10DE139B, "GeForce GTX 960M" }, // GM107 { 0x10DE13AD, "GM107 INT52" }, // { 0x10DE13AE, "GM107 CS1" }, // // { 0x10DE13AF, "Graphics Device" }, // GM107GLM { 0x10DE13B3, "Quadro K2200M" }, // { 0x10DE13BA, "Quadro K2200" }, { 0x10DE13BB, "Quadro K620" }, + { 0x10DE13BC, "Quadro K1200" }, { 0x10DE13BD, "Tesla M40" }, // GM107GLM { 0x10DE13BE, "GM107 CS1" }, // { 0x10DE13BF, "GM107 INT52" }, // @@ -1322,7 +1349,7 @@ { 0x10DE13D9, "GeForce GTX 965M" }, // { 0x10DE13F0, "Graphics Device" }, // GM107GLM // { 0x10DE13F1, "Graphics Device" }, // GM107GLM -// { 0x10DE1401, "Graphics Device" }, // + { 0x10DE1401, "GeForce GTX 960" }, // // { 0x10DE1402, "Graphics Device" }, // // { 0x10DE143F, "Graphics Device" }, // // { 0x10DE1600, "Graphics Device" }, // @@ -1818,7 +1845,7 @@ int i, j; // First check in the plist, (for e.g this can override any hardcoded devices) - cardList_t * nvcard = FindCardWithIds(device_id, subsys_id); + cardList_t *nvcard = FindCardWithIds(device_id, subsys_id); if (nvcard) { if (nvcard->model) @@ -1877,35 +1904,16 @@ return nvidia_card_generic[0].name; } -static uint32_t load_nvidia_bios_file(const char *filename, uint8_t **buf) +static int devprop_add_nvidia_template(DevPropDevice *device) { - int fd; - int size; + char tmp[16]; + DBG("devprop_add_nvidia_template\n"); - if ((fd = open_bvdev("bt(0,0)", filename, 0)) < 0) + if (!device) { return 0; } - size = file_size(fd); - - if (size) - { - *buf = malloc(size); - size = read(fd, (char *)buf, size); - } - close(fd); - - return size > 0 ? size : 0; -} - -static int devprop_add_nvidia_template(struct DevPropDevice *device) -{ - char tmp[16]; - - if (!device) - return 0; - if (!DP_ADD_TEMP_VAL(device, nvidia_compatible_0)) { return 0; @@ -1954,18 +1962,40 @@ // Rek : Dont use sprintf return, it does not WORK !! our custom sprintf() always return 0! // len = sprintf(tmp, "Slot-%x", devices_number); snprintf(tmp, sizeof(tmp), "Slot-%x",devices_number); - devprop_add_value(device, "AAPL,slot-name", (uint8_t *) tmp, strlen(tmp)); + devprop_add_value(device, "AAPL,slot-name", (uint8_t *) tmp, (uint32_t)strlen(tmp)); devices_number++; return 1; } -unsigned long long mem_detect(volatile uint8_t *regs, uint8_t nvCardType, pci_dt_t *nvda_dev, uint32_t device_id, uint32_t subsys_id) +static uint32_t load_nvidia_bios_file(const char *filename, uint8_t **buf) { + int fd; + int size; + + if ((fd = open_bvdev("bt(0,0)", filename, 0)) < 0) + { + return 0; + } + + size = file_size(fd); + + if (size) + { + *buf = malloc(size); + size = read(fd, (char *)buf, size); + } + close(fd); + + return size > 0 ? size : 0; +} + +uint64_t mem_detect(volatile uint8_t *regs, uint16_t nvCardType, pci_dt_t *nvda_dev, uint32_t device_id, uint32_t subsys_id) +{ uint64_t vram_size = 0; // First check if any value exist in the plist - cardList_t * nvcard = FindCardWithIds(device_id, subsys_id); + cardList_t *nvcard = FindCardWithIds(device_id, subsys_id); if (nvcard) { if (nvcard->videoRam > 0) @@ -1976,6 +2006,24 @@ } } + // Finally, if vram_size still not set do the calculation with our own method + if (nvCardType < NV_ARCH_50) + { + vram_size = (uint64_t)(REG32( NV04_PFB_FIFO_DATA )); + vram_size &= NV10_PFB_FIFO_DATA_RAM_AMOUNT_MB_MASK; + } + else if (nvCardType < NV_ARCH_C0) + { + vram_size = (uint64_t)(REG32( NV04_PFB_FIFO_DATA )); + vram_size |= (vram_size & 0xff) << 32; + vram_size &= 0xffffffff00ll; + } + else + { // >= NV_ARCH_C0 + vram_size = REG32( NVC0_MEM_CTRLR_RAM_AMOUNT ) << 20; + vram_size *= REG32( NVC0_MEM_CTRLR_COUNT ); + } + // Then, Workaround for 9600M GT, GT 210/420/430/440/525M/540M & GTX 560M switch (nvda_dev->device_id) { @@ -2028,26 +2076,6 @@ break; } - if (!vram_size) - { - // Finally, if vram_size still not set do the calculation with our own method - if (nvCardType < NV_ARCH_50) - { - vram_size = (uint64_t)(REG32(NV04_PFB_FIFO_DATA)); - vram_size &= NV10_PFB_FIFO_DATA_RAM_AMOUNT_MB_MASK; - } - else if (nvCardType < NV_ARCH_C0) - { - vram_size = (uint64_t)(REG32(NV04_PFB_FIFO_DATA)); - vram_size |= (vram_size & 0xff) << 32; - vram_size &= 0xffffffff00ll; - } - else - { // >= NV_ARCH_C0 - vram_size = REG32(NVC0_MEM_CTRLR_RAM_AMOUNT) << 20; - vram_size *= REG32(NVC0_MEM_CTRLR_COUNT); - } - } DBG("mem_detected %ld\n", vram_size); return vram_size; } @@ -2061,22 +2089,22 @@ bool setup_nvidia_devprop(pci_dt_t *nvda_dev) { - struct DevPropDevice *device = NULL; - char *devicepath = NULL; + DevPropDevice *device = NULL; + char *devicepath = NULL; + uint8_t *rom = NULL; + uint16_t nvCardType = 0; + uint64_t videoRam = 0; + uint32_t bar[7]; + uint32_t boot_display = 0; + int nvPatch = 0; + char *model = NULL; + char nvFilename[64]; option_rom_pci_header_t *rom_pci_header; volatile uint8_t *regs; - uint8_t *rom = NULL; - uint8_t nvCardType = 0; - uint64_t videoRam = 0; uint32_t nvBiosOveride; - uint32_t bar[7]; - uint32_t boot_display = 0; - int nvPatch = 0; int len; char biosVersion[64]; - char nvFilename[64]; char kNVCAP[12]; - char *model = NULL; const char *value; fill_card_list(); @@ -2268,7 +2296,7 @@ } } - snprintf(biosVersion, sizeof(biosVersion), "%s", (nvBiosOveride > 0) ? nvFilename : version_str); + strncpy(biosVersion, (nvBiosOveride > 0) ? nvFilename : version_str, sizeof(biosVersion) ); snprintf(kNVCAP, sizeof(kNVCAP), "NVCAP_%04x", nvda_dev->device_id); if (getValueForKey(kNVCAP, &value, &len, &bootInfo->chameleonConfig) && len == NVCAP_LEN * 2) @@ -2321,10 +2349,12 @@ devprop_add_nvidia_template(device); devprop_add_value(device, "NVCAP", default_NVCAP, NVCAP_LEN); + devprop_add_value(device, "NVPM", default_NVPM, NVPM_LEN); devprop_add_value(device, "VRAM,totalsize", (uint8_t *)&videoRam, 4); devprop_add_value(device, "model", (uint8_t *)model, strlen(model) + 1); devprop_add_value(device, "rom-revision", (uint8_t *)biosVersion, strlen(biosVersion) + 1); + devprop_add_value(device, "@0,display-cfg", (uint8_t *)&default_dcfg_0, DCFG0_LEN); devprop_add_value(device, "@1,display-cfg", (uint8_t *)&default_dcfg_1, DCFG1_LEN); Index: branches/ErmaC/Enoch/i386/libsaio/ati.c =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/ati.c (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/ati.c (revision 2679) @@ -6,13 +6,26 @@ */ #include "ati.h" +#include "convert.h" +#ifndef DEBUG_ATI + #define DEBUG_ATI 0 +#endif + +#if DEBUG_ATI + #define DBG(x...) printf(x) +#else + #define DBG(x...) msglog(x) +#endif + +/* vals */ static value_t aty_name; static value_t aty_nameparent; -static bool doit = false; card_t *card; -card_config_t card_configs[] = { +static bool doit = false; + +static card_config_t card_configs[] = { {NULL, 0}, /* OLDController */ {"Wormy", 2}, @@ -52,10 +65,10 @@ {"Galago", 2}, {"Colobus", 2}, {"Mangabey", 2}, - {"Nomascus", 5}, + {"Nomascus", 4}, // 5 {"Orangutan", 2}, /* AMD6000Controller */ - {"Pithecia", 3}, + {"Pithecia", 2}, // 3 {"Bulrushes", 6}, {"Cattail", 4}, {"Hydrilla", 5}, @@ -73,6 +86,7 @@ {"Spikerush", 4}, {"Typha", 5}, /* AMD7000Controller */ + {"Namako", 4}, {"Aji", 4}, {"Buri", 4}, {"Chutoro", 5}, @@ -82,16 +96,23 @@ {"Futomaki", 5}, {"Hamachi", 4}, {"OPM", 6}, - {"Ikura", 6}, - {"IkuraS", 1}, + {"Ikura", 1}, + {"IkuraS", 6}, + {"Junsai", 6}, + {"Kani", 1}, + {"KaniS", 6}, + {"DashimakiS", 4}, + {"Maguro", 1}, + {"MaguroS", 6}, /* AMD8000Controller */ - {"Baladi", 5}, //desktop - {"Exmoor", 4}, //mobile - {"Basset", 4} - + {"Baladi", 6}, + /* AMD9000Controller */ + {"Exmoor", 4}, + {"Basset", 4}, + {"Greyhound", 6} }; -radeon_card_info_t radeon_cards[] = { +static radeon_card_info_t radeon_cards[] = { // Earlier cards are not supported // @@ -99,7 +120,29 @@ // Cards are grouped by device id and vendor id then sorted by subsystem id to make it easier to add new cards // - /* Old series */ + // KAVERI +// { 0x1304, 0x00000000, CHIP_FAMILY_KAVERI, "AMD Radeon", kNull }, // Mobile +// { 0x1305, 0x00000000, CHIP_FAMILY_KAVERI, "AMD Radeon", kNull }, +// { 0x1306, 0x00000000, CHIP_FAMILY_KAVERI, "AMD Radeon", kNull }, // Mobile +// { 0x1307, 0x00000000, CHIP_FAMILY_KAVERI, "AMD Radeon", kNull }, +// { 0x1309, 0x00000000, CHIP_FAMILY_KAVERI, "AMD Radeon", kNull }, // Mobile +// { 0x130A, 0x00000000, CHIP_FAMILY_KAVERI, "AMD Radeon", kNull }, // Mobile +// { 0x130B, 0x00000000, CHIP_FAMILY_KAVERI, "AMD Radeon", kNull }, // Mobile +// { 0x130C, 0x00000000, CHIP_FAMILY_KAVERI, "AMD Radeon", kNull }, // Mobile +// { 0x130D, 0x00000000, CHIP_FAMILY_KAVERI, "AMD Radeon", kNull }, // Mobile +// { 0x130E, 0x00000000, CHIP_FAMILY_KAVERI, "AMD Radeon", kNull }, // Mobile + { 0x130F, 0x00000000, CHIP_FAMILY_KAVERI, "AMD Radeon R7", kNull }, +// { 0x1310, 0x00000000, CHIP_FAMILY_KAVERI, "AMD Radeon", kNull }, +// { 0x1311, 0x00000000, CHIP_FAMILY_KAVERI, "AMD Radeon", kNull }, +// { 0x1312, 0x00000000, CHIP_FAMILY_KAVERI, "AMD Radeon", kNull }, + { 0x1313, 0x00000000, CHIP_FAMILY_KAVERI, "AMD Radeon R7", kNull }, +// { 0x1315, 0x00000000, CHIP_FAMILY_KAVERI, "AMD Radeon", kNull }, + { 0x1316, 0x00000000, CHIP_FAMILY_KAVERI, "AMD Radeon R5", kNull }, +// { 0x1317, 0x00000000, CHIP_FAMILY_KAVERI, "AMD Radeon", kNull }, // Mobile + { 0x1318, 0x00000000, CHIP_FAMILY_KAVERI, "AMD Radeon R5", kNull }, // Mobile +// { 0x131B, 0x00000000, CHIP_FAMILY_KAVERI, "AMD Radeon", kNull }, +// { 0x131C, 0x00000000, CHIP_FAMILY_KAVERI, "AMD Radeon", kNull }, +// { 0x131D, 0x00000000, CHIP_FAMILY_KAVERI, "AMD Radeon", kNull }, // R423 { 0x5D48, 0x00000000, CHIP_FAMILY_R423, "ATI Radeon HD Mobile ", kNull }, @@ -121,6 +164,236 @@ { 0x5E4D, 0x00000000, CHIP_FAMILY_RV410, "ATI Radeon HD Desktop ", kNull }, { 0x5E4F, 0x00000000, CHIP_FAMILY_RV410, "ATI Radeon HD Desktop ", kNull }, + // OLAND + { 0x6600, 0x00000000, CHIP_FAMILY_OLAND, "AMD Radeon HD 8600/8700M", kNull }, // Mobile + { 0x6601, 0x00000000, CHIP_FAMILY_OLAND, "AMD Radeon HD 8500/8700M", kNull }, // Mobile +// { 0x6602, 0x00000000, CHIP_FAMILY_OLAND, "AMD Radeon", kNull }, // Mobile +// { 0x6603, 0x00000000, CHIP_FAMILY_OLAND, "AMD Radeon", kNull }, // Mobile + { 0x6604, 0x00000000, CHIP_FAMILY_OLAND, "AMD Radeon R7 M265", kNull }, // Mobile + { 0x6605, 0x00000000, CHIP_FAMILY_OLAND, "AMD Radeon R7 M260", kNull }, // Mobile + { 0x6606, 0x00000000, CHIP_FAMILY_OLAND, "AMD Radeon HD 8790M", kNull }, // Mobile + { 0x6607, 0x00000000, CHIP_FAMILY_OLAND, "AMD Radeon R5 M240", kNull }, // Mobile + { 0x6608, 0x00000000, CHIP_FAMILY_OLAND, "AMD FirePro W2100", kNull }, + { 0x6610, 0x00000000, CHIP_FAMILY_OLAND, "AMD Radeon R7 250", kFutomaki }, + { 0x6611, 0x00000000, CHIP_FAMILY_OLAND, "AMD Radeon R7 200 Series", kNull }, + { 0x6613, 0x00000000, CHIP_FAMILY_OLAND, "AMD Radeon R7 240", kFutomaki }, +// { 0x6620, 0x00000000, CHIP_FAMILY_OLAND, "AMD Radeon", kNull }, // Mobile +// { 0x6621, 0x00000000, CHIP_FAMILY_OLAND, "AMD Radeon", kNull }, // Mobile +// { 0x6623, 0x00000000, CHIP_FAMILY_OLAND, "AMD Radeon", kNull }, // Mobile +// { 0x6631, 0x00000000, CHIP_FAMILY_OLAND, "AMD Radeon", kNull }, + + // BONAIRE + { 0x6640, 0x00000000, CHIP_FAMILY_BONAIRE, "AMD Radeon HD 8950", kNull }, // Mobile +// { 0x6641, 0x00000000, CHIP_FAMILY_BONAIRE, "AMD Radeon", kNull }, // Mobile + { 0x6646, 0x00000000, CHIP_FAMILY_BONAIRE, "AMD Radeon R9 M280X", kNull }, // Mobile + { 0x6647, 0x00000000, CHIP_FAMILY_BONAIRE, "AMD Radeon R9 M270X", kNull }, // Mobile + { 0x6649, 0x00000000, CHIP_FAMILY_BONAIRE, "AMD FirePro W5100", kNull }, +// { 0x6650, 0x00000000, CHIP_FAMILY_BONAIRE, "AMD Radeon", kNull }, +// { 0x6651, 0x00000000, CHIP_FAMILY_BONAIRE, "AMD Radeon", kNull }, + { 0x6658, 0x00000000, CHIP_FAMILY_BONAIRE, "AMD Radeon R7 200", kNull }, + { 0x665C, 0x00000000, CHIP_FAMILY_BONAIRE, "AMD Radeon HD 7790", kFutomaki }, + { 0x665D, 0x00000000, CHIP_FAMILY_BONAIRE, "AMD Radeon R9 260", kFutomaki }, + + // HAINAN + { 0x6660, 0x00000000, CHIP_FAMILY_HAINAN, "AMD Radeon HD 8600M", kNull }, // Mobile + { 0x6663, 0x00000000, CHIP_FAMILY_HAINAN, "AMD Radeon HD 8500M", kNull }, // Mobile + { 0x6664, 0x00000000, CHIP_FAMILY_HAINAN, "AMD Radeon R5 M200", kNull }, // Mobile + { 0x6665, 0x00000000, CHIP_FAMILY_HAINAN, "AMD Radeon R5 M200", kNull }, // Mobile + { 0x6667, 0x00000000, CHIP_FAMILY_HAINAN, "AMD Radeon R5 M200", kNull }, // Mobile + { 0x666F, 0x00000000, CHIP_FAMILY_HAINAN, "AMD Radeon HD 8500M", kNull }, // Mobile + + // CAYMAN + { 0x6701, 0x00000000, CHIP_FAMILY_CAYMAN, "AMD Radeon HD 6xxx Series", kLotus }, + { 0x6702, 0x00000000, CHIP_FAMILY_CAYMAN, "AMD Radeon HD 6xxx Series", kLotus }, + { 0x6703, 0x00000000, CHIP_FAMILY_CAYMAN, "AMD Radeon HD 6xxx Series", kLotus }, + { 0x6704, 0x00000000, CHIP_FAMILY_CAYMAN, "AMD FirePro V7900", kLotus }, + { 0x6705, 0x00000000, CHIP_FAMILY_CAYMAN, "AMD Radeon HD 6xxx Series", kLotus }, + { 0x6706, 0x00000000, CHIP_FAMILY_CAYMAN, "AMD Radeon HD 6xxx Series", kLotus }, + { 0x6707, 0x00000000, CHIP_FAMILY_CAYMAN, "AMD Radeon HD 6xxx Series", kLotus }, + { 0x6708, 0x00000000, CHIP_FAMILY_CAYMAN, "AMD FirePro V5900", kLotus }, + { 0x6709, 0x00000000, CHIP_FAMILY_CAYMAN, "AMD Radeon HD 6xxx Series", kLotus }, + { 0x6718, 0x00000000, CHIP_FAMILY_CAYMAN, "AMD Radeon HD 6970 Series", kLotus }, + { 0x6719, 0x00000000, CHIP_FAMILY_CAYMAN, "AMD Radeon HD 6950 Series", kLotus }, + { 0x671C, 0x00000000, CHIP_FAMILY_CAYMAN, "AMD Radeon HD 6970 Series", kLotus }, + { 0x671D, 0x00000000, CHIP_FAMILY_CAYMAN, "AMD Radeon HD 6950 Series", kLotus }, + { 0x671F, 0x00000000, CHIP_FAMILY_CAYMAN, "AMD Radeon HD 6930 Series", kLotus }, + + // BARTS + { 0x6720, 0x00000000, CHIP_FAMILY_BARTS, "AMD Radeon HD 6900M Series", kFanwort }, + { 0x6722, 0x00000000, CHIP_FAMILY_BARTS, "AMD Radeon HD 6900M Series", kFanwort }, + { 0x6729, 0x00000000, CHIP_FAMILY_BARTS, "AMD Radeon HD 6900M Series", kFanwort }, + { 0x6738, 0x00000000, CHIP_FAMILY_BARTS, "AMD Radeon HD 6870 Series", kDuckweed }, + { 0x6739, 0x00000000, CHIP_FAMILY_BARTS, "AMD Radeon HD 6850 X2", kDuckweed }, + { 0x673E, 0x00000000, CHIP_FAMILY_BARTS, "AMD Radeon HD 6790 Series", kDuckweed }, + + // TURKS + { 0x6740, 0x00000000, CHIP_FAMILY_TURKS, "AMD Radeon HD 6770M Series", kCattail }, + { 0x6741, 0x00000000, CHIP_FAMILY_TURKS, "AMD Radeon HD 6750M", kCattail }, + { 0x6742, 0x00000000, CHIP_FAMILY_TURKS, "AMD Radeon HD 7500/7600 Series", kCattail }, + { 0x6745, 0x00000000, CHIP_FAMILY_TURKS, "AMD Radeon HD 6600M Series", kCattail }, + { 0x6749, 0x00000000, CHIP_FAMILY_TURKS, "ATI Radeon FirePro V4900", kPithecia }, + { 0x674A, 0x00000000, CHIP_FAMILY_TURKS, "AMD FirePro V3900", kPithecia }, + { 0x6750, 0x00000000, CHIP_FAMILY_TURKS, "AMD Radeon HD 6670 Series", kPithecia }, + { 0x6758, 0x00000000, CHIP_FAMILY_TURKS, "AMD Radeon HD 6670 Series", kPithecia }, + { 0x6759, 0x00000000, CHIP_FAMILY_TURKS, "AMD Radeon HD 6570 Series", kPithecia }, + { 0x675B, 0x00000000, CHIP_FAMILY_TURKS, "AMD Radeon HD 7600 Series", kPithecia }, + { 0x675D, 0x00000000, CHIP_FAMILY_TURKS, "AMD Radeon HD 7570M Series", kCattail }, + { 0x675F, 0x00000000, CHIP_FAMILY_TURKS, "AMD Radeon HD 6510 Series", kPithecia }, + + // CAICOS + { 0x6760, 0x00000000, CHIP_FAMILY_CAICOS, "AMD Radeon HD 6470M Series", kHydrilla }, + { 0x6761, 0x00000000, CHIP_FAMILY_CAICOS, "AMD Radeon HD 6430M Series", kHydrilla }, + { 0x6763, 0x00000000, CHIP_FAMILY_CAICOS, "AMD Radeon E6460 Series", kHydrilla }, + { 0x6768, 0x00000000, CHIP_FAMILY_CAICOS, "AMD Radeon HD 6400M Series", kHydrilla }, + { 0x6770, 0x00000000, CHIP_FAMILY_CAICOS, "AMD Radeon HD 6400 Series", kBulrushes }, + { 0x6772, 0x00000000, CHIP_FAMILY_CAICOS, "AMD Radeon HD 7400A Series", kBulrushes }, + { 0x6778, 0x00000000, CHIP_FAMILY_CAICOS, "AMD Radeon HD 7000 Series", kBulrushes }, + { 0x6779, 0x00000000, CHIP_FAMILY_CAICOS, "AMD Radeon HD 6450/7450/8450/R5 230", kBulrushes }, + { 0x677B, 0x00000000, CHIP_FAMILY_CAICOS, "AMD Radeon HD 7400 Series", kBulrushes }, + + // TAHITI + //Framebuffers: Aji - 4 Desktop, Buri - 4 Mobile, Chutoro - 5 Mobile, Dashimaki - 4, IkuraS - HMDI + // Ebi - 5 Mobile, Gari - 5 M, Futomaki - 4 D, Hamachi - 4 D, OPM - 6 Server, Ikura - 6 + { 0x6780, 0x00000000, CHIP_FAMILY_TAHITI, "AMD Radeon HD 7900 Series", kFutomaki }, + { 0x6784, 0x00000000, CHIP_FAMILY_TAHITI, "AMD Radeon HD 7900 Series", kFutomaki }, + { 0x6788, 0x00000000, CHIP_FAMILY_TAHITI, "AMD Radeon HD 7900 Series", kFutomaki }, + { 0x678A, 0x00000000, CHIP_FAMILY_TAHITI, "AMD Radeon HD 7900 Series", kFutomaki }, + { 0x6790, 0x00000000, CHIP_FAMILY_TAHITI, "AMD Radeon HD 7900 Series", kFutomaki }, + { 0x6791, 0x00000000, CHIP_FAMILY_TAHITI, "AMD Radeon HD 7900 Series", kFutomaki }, + { 0x6792, 0x00000000, CHIP_FAMILY_TAHITI, "AMD Radeon HD 7900 Series", kFutomaki }, + { 0x6798, 0x00000000, CHIP_FAMILY_TAHITI, "AMD Radeon HD 7970X/8970/R9 280X", kFutomaki }, + { 0x6799, 0x00000000, CHIP_FAMILY_TAHITI, "AMD Radeon HD 7990 Series", kAji }, + { 0x679A, 0x00000000, CHIP_FAMILY_TAHITI, "AMD Radeon HD 7950/8950/R9 280", kFutomaki }, + { 0x679B, 0x00000000, CHIP_FAMILY_TAHITI, "AMD Radeon HD 7990 Series", kFutomaki }, + { 0x679E, 0x00000000, CHIP_FAMILY_TAHITI, "AMD Radeon HD 7870 XT", kFutomaki }, + { 0x679F, 0x00000000, CHIP_FAMILY_TAHITI, "AMD Radeon HD 7950 Series", kFutomaki }, + + // HAWAII +// { 0x67A0, 0x00000000, CHIP_FAMILY_HAWAII, "AMD Radeon", kFutomaki }, +// { 0x67A1, 0x00000000, CHIP_FAMILY_HAWAII, "AMD Radeon", kFutomaki }, +// { 0x67A2, 0x00000000, CHIP_FAMILY_HAWAII, "AMD Radeon", kFutomaki }, +// { 0x67A8, 0x00000000, CHIP_FAMILY_HAWAII, "AMD Radeon", kFutomaki }, +// { 0x67A9, 0x00000000, CHIP_FAMILY_HAWAII, "AMD Radeon", kFutomaki }, +// { 0x67AA, 0x00000000, CHIP_FAMILY_HAWAII, "AMD Radeon", kFutomaki }, + { 0x67B0, 0x00000000, CHIP_FAMILY_HAWAII, "AMD Radeon R9 290X", kBaladi }, + { 0x67B1, 0x00000000, CHIP_FAMILY_HAWAII, "AMD Radeon R9 290", kBaladi }, +// { 0x67B8, 0x00000000, CHIP_FAMILY_HAWAII, "AMD Radeon", kFutomaki }, + { 0x67B9, 0x00000000, CHIP_FAMILY_HAWAII, "AMD Radeon R9 200", kFutomaki }, +// { 0x67BA, 0x00000000, CHIP_FAMILY_HAWAII, "AMD Radeon", kFutomaki }, +// { 0x67BE, 0x00000000, CHIP_FAMILY_HAWAII, "AMD Radeon", kFutomaki }, + + // PITCAIRN + { 0x6800, 0x00000000, CHIP_FAMILY_PITCAIRN, "AMD Radeon HD 7970M", kBuri }, // Mobile + { 0x6801, 0x00000000, CHIP_FAMILY_PITCAIRN, "AMD Radeon HD 8970M Series", kFutomaki }, // Mobile +// { 0x6802, 0x00000000, CHIP_FAMILY_PITCAIRN, "AMD Radeon HD ???M Series", kFutomaki }, // Mobile + { 0x6806, 0x00000000, CHIP_FAMILY_PITCAIRN, "AMD Radeon HD 7600 Series", kFutomaki }, + { 0x6808, 0x00000000, CHIP_FAMILY_PITCAIRN, "AMD Radeon HD 7600 Series", kFutomaki }, + { 0x6809, 0x00000000, CHIP_FAMILY_PITCAIRN, "ATI FirePro V", kNull }, + { 0x6810, 0x00000000, CHIP_FAMILY_PITCAIRN, "AMD Radeon R9 270X", kFutomaki }, + { 0x6811, 0x00000000, CHIP_FAMILY_PITCAIRN, "AMD Radeon R9 270", kFutomaki }, +// { 0x6816, 0x00000000, CHIP_FAMILY_PITCAIRN, "AMD Radeon", kFutomaki }, +// { 0x6817, 0x00000000, CHIP_FAMILY_PITCAIRN, "AMD Radeon", kFutomaki }, + { 0x6818, 0x00000000, CHIP_FAMILY_PITCAIRN, "AMD Radeon HD 7870 Series", kFutomaki }, + { 0x6819, 0x00000000, CHIP_FAMILY_PITCAIRN, "AMD Radeon HD 7850 Series", kFutomaki }, + + // VERDE + { 0x6820, 0x00000000, CHIP_FAMILY_VERDE, "AMD Radeon HD 7700 Series", kBuri }, // Mobile + { 0x6821, 0x00000000, CHIP_FAMILY_VERDE, "AMD Radeon HD 7700 Series", kBuri }, // Mobile + { 0x6822, 0x00000000, CHIP_FAMILY_VERDE, "AMD Radeon E8860", kBuri }, // Mobile + { 0x6823, 0x00000000, CHIP_FAMILY_VERDE, "AMD Radeon HD 8800M Series", kBuri }, // Mobile +// { 0x6824, 0x00000000, CHIP_FAMILY_VERDE, "AMD Radeon HD 7700M Series", kBuri }, // Mobile + { 0x6825, 0x00000000, CHIP_FAMILY_VERDE, "AMD Radeon HD 7800M Series", kPondweed }, // Mobile + { 0x6826, 0x00000000, CHIP_FAMILY_VERDE, "AMD Radeon HD 7700 Series", kBuri }, // Mobile + { 0x6827, 0x00000000, CHIP_FAMILY_VERDE, "AMD Radeon HD 7800M Series", kPondweed }, // Mobile + { 0x6828, 0x00000000, CHIP_FAMILY_VERDE, "ATI FirePro V", kBuri }, +// { 0x6829, 0x00000000, CHIP_FAMILY_VERDE, "AMD Radeon HD ??? Series", kBuri }, +// { 0x682A, 0x00000000, CHIP_FAMILY_VERDE, "AMD Radeon HD", kBuri }, // Mobile + { 0x682B, 0x00000000, CHIP_FAMILY_VERDE, "AMD Radeon HD 8800M Series", kBuri }, // Mobile + { 0x682D, 0x00000000, CHIP_FAMILY_VERDE, "AMD Radeon HD 7700 Series", kBuri }, // Mobile + { 0x682F, 0x00000000, CHIP_FAMILY_VERDE, "AMD Radeon HD 7730 Series", kBuri }, // Mobile + { 0x6830, 0x00000000, CHIP_FAMILY_VERDE, "AMD Radeon HD 7800M Series", kBuri }, // Mobile + { 0x6831, 0x00000000, CHIP_FAMILY_VERDE, "AMD Radeon HD 7700 Series", kBuri }, // Mobile + { 0x6835, 0x00000000, CHIP_FAMILY_VERDE, "AMD Radeon HD R7 Series", kBuri }, + { 0x6837, 0x00000000, CHIP_FAMILY_VERDE, "AMD Radeon HD 7700 Series", kBuri }, + { 0x6838, 0x00000000, CHIP_FAMILY_VERDE, "AMD Radeon HD 7700 Series", kBuri }, + { 0x6839, 0x00000000, CHIP_FAMILY_VERDE, "AMD Radeon HD 7700 Series", kBuri }, + { 0x683B, 0x00000000, CHIP_FAMILY_VERDE, "AMD Radeon HD 7700 Series", kBuri }, + { 0x683D, 0x00000000, CHIP_FAMILY_VERDE, "AMD Radeon HD 7770 Series", kBuri }, + { 0x683F, 0x00000000, CHIP_FAMILY_VERDE, "AMD Radeon HD 7750 Series", kBuri }, + + // TURKS + { 0x6840, 0x00000000, CHIP_FAMILY_TURKS, "AMD Radeon HD 7670M Series", kPondweed }, // Mobile + { 0x6841, 0x00000000, CHIP_FAMILY_TURKS, "AMD Radeon HD 7650M Series", kPondweed }, // Mobile + { 0x6842, 0x00000000, CHIP_FAMILY_TURKS, "AMD Radeon HD 7600M Series", kPondweed }, // Mobile + { 0x6843, 0x00000000, CHIP_FAMILY_TURKS, "AMD Radeon HD 7670M Series", kPondweed }, // Mobile + { 0x6849, 0x00000000, CHIP_FAMILY_TURKS, "AMD Radeon HD 7600M Series", kPondweed }, + + // PITCAIRN +// { 0x684C, 0x00000000, CHIP_FAMILY_PITCAIRN, "AMD Radeon HD", kNull }, + + // TURKS + { 0x6850, 0x00000000, CHIP_FAMILY_TURKS, "AMD Radeon HD 7600M Series", kPondweed }, + { 0x6858, 0x00000000, CHIP_FAMILY_TURKS, "AMD Radeon HD 7400 Series", kPondweed }, + { 0x6859, 0x00000000, CHIP_FAMILY_TURKS, "AMD Radeon HD 7600M Series", kPondweed }, + + // CYPRESS +// { 0x6880, 0x00000000, CHIP_FAMILY_CYPRESS, "ATI Radeon HD", kNull }, // Mobile + { 0x6888, 0x00000000, CHIP_FAMILY_CYPRESS, "ATI FirePro V8800", kNull }, + { 0x6889, 0x00000000, CHIP_FAMILY_CYPRESS, "ATI FirePro V7800", kNull }, + { 0x688A, 0x00000000, CHIP_FAMILY_CYPRESS, "ATI FirePro V9800", kNull }, + { 0x688C, 0x00000000, CHIP_FAMILY_CYPRESS, "AMD FireStream 9370", kZonalis }, + { 0x688D, 0x00000000, CHIP_FAMILY_CYPRESS, "AMD FireStream 9350", kZonalis }, + { 0x6898, 0x00000000, CHIP_FAMILY_CYPRESS, "ATI Radeon HD 5870 Series", kUakari }, + { 0x6899, 0x00000000, CHIP_FAMILY_CYPRESS, "ATI Radeon HD 5850 Series", kUakari }, + { 0x689B, 0x00000000, CHIP_FAMILY_CYPRESS, "AMD Radeon HD 6800 Series", kNull }, + + // HEMLOCK + { 0x689C, 0x00000000, CHIP_FAMILY_HEMLOCK, "ATI Radeon HD 5970 Series", kUakari }, + { 0x689D, 0x00000000, CHIP_FAMILY_HEMLOCK, "ATI Radeon HD 5900 Series", kUakari }, + + // CYPRESS + { 0x689E, 0x00000000, CHIP_FAMILY_CYPRESS, "ATI Radeon HD 5800 Series", kUakari }, + + // JUNIPER + { 0x68A0, 0x00000000, CHIP_FAMILY_JUNIPER, "ATI Radeon HD 5770 Series", kHoolock }, // Mobile + { 0x68A1, 0x00000000, CHIP_FAMILY_JUNIPER, "ATI Radeon HD 5850 Series", kHoolock }, // Mobile + { 0x68A8, 0x00000000, CHIP_FAMILY_JUNIPER, "ATI Radeon HD 6850M", kHoolock }, + { 0x68A9, 0x00000000, CHIP_FAMILY_JUNIPER, "ATI FirePro V5800 (FireGL)", kHoolock }, + { 0x68B0, 0x00000000, CHIP_FAMILY_JUNIPER, "ATI Radeon HD 5770 Series", kHoolock }, // Mobile + { 0x68B1, 0x00000000, CHIP_FAMILY_JUNIPER, "ATI Radeon HD 5770 Series", kHoolock }, + { 0x68B8, 0x00000000, CHIP_FAMILY_JUNIPER, "ATI Radeon HD 5770 Series", kVervet }, + { 0x68B9, 0x00000000, CHIP_FAMILY_JUNIPER, "ATI Radeon HD 5700 Series", kHoolock }, + { 0x68BA, 0x00000000, CHIP_FAMILY_JUNIPER, "ATI Radeon HD 6770 Series", kHoolock }, + { 0x68BC, 0x00000000, CHIP_FAMILY_JUNIPER, "AMD FireStream 9370", kHoolock }, + { 0x68BD, 0x00000000, CHIP_FAMILY_JUNIPER, "AMD FireStream 9350", kHoolock }, + { 0x68BE, 0x00000000, CHIP_FAMILY_JUNIPER, "ATI Radeon HD 5750 Series", kHoolock }, + { 0x68BF, 0x00000000, CHIP_FAMILY_JUNIPER, "ATI Radeon HD 6750 Series", kHoolock }, + + // REDWOOD + { 0x68C0, 0x00000000, CHIP_FAMILY_REDWOOD, "ATI Radeon HD 5730 Series", kBaboon }, // Mobile + { 0x68C1, 0x00000000, CHIP_FAMILY_REDWOOD, "ATI Radeon HD 5650 Series", kBaboon }, // Mobile + { 0x68C7, 0x00000000, CHIP_FAMILY_REDWOOD, "ATI Mobility Radeon HD 5570", kEulemur }, // Mobile + { 0x68C8, 0x00000000, CHIP_FAMILY_REDWOOD, "ATI FirePro v4800", kBaboon }, + { 0x68C9, 0x00000000, CHIP_FAMILY_REDWOOD, "FirePro 3D V3800", kBaboon }, + { 0x68D8, 0x00000000, CHIP_FAMILY_REDWOOD, "ATI Radeon HD 5670 Series", kBaboon }, + { 0x68D9, 0x00000000, CHIP_FAMILY_REDWOOD, "ATI Radeon HD 5570 Series", kBaboon }, + { 0x68DA, 0x00000000, CHIP_FAMILY_REDWOOD, "ATI Radeon HD 5500 Series", kBaboon }, + { 0x68DE, 0x00000000, CHIP_FAMILY_REDWOOD, "ATI Radeon HD 5000 Series", kNull }, + + // CEDAR + { 0x68E0, 0x00000000, CHIP_FAMILY_CEDAR, "ATI Radeon HD 5470 Series", kEulemur }, + { 0x68E1, 0x00000000, CHIP_FAMILY_CEDAR, "AMD Radeon HD 6230", kEulemur }, + { 0x68E4, 0x00000000, CHIP_FAMILY_CEDAR, "ATI Radeon HD 6370M Series", kEulemur }, + { 0x68E5, 0x00000000, CHIP_FAMILY_CEDAR, "ATI Radeon HD 6300M Series", kEulemur }, +// { 0x68E8, 0x00000000, CHIP_FAMILY_CEDAR, "ATI Radeon HD ??? Series", kNull }, +// { 0x68E9, 0x00000000, CHIP_FAMILY_CEDAR, "ATI Radeon HD ??? Series", kNull }, + { 0x68F1, 0x00000000, CHIP_FAMILY_CEDAR, "AMD FirePro 2460", kEulemur }, + { 0x68F2, 0x00000000, CHIP_FAMILY_CEDAR, "AMD FirePro 2270", kEulemur }, +// { 0x68F8, 0x00000000, CHIP_FAMILY_CEDAR, "ATI Radeon HD ??? Series", kNull }, + { 0x68F9, 0x00000000, CHIP_FAMILY_CEDAR, "ATI Radeon HD 5450 Series", kEulemur }, + { 0x68FA, 0x00000000, CHIP_FAMILY_CEDAR, "ATI Radeon HD 7300 Series", kEulemur }, +// { 0x68FE, 0x00000000, CHIP_FAMILY_CEDAR, "ATI Radeon HD ??? Series", kNull }, + // R520 { 0x7100, 0x00000000, CHIP_FAMILY_R520, "ATI Radeon HD Desktop ", kNull }, { 0x7101, 0x00000000, CHIP_FAMILY_R520, "ATI Radeon HD Mobile ", kNull }, @@ -238,8 +511,6 @@ { 0x7293, 0x00000000, CHIP_FAMILY_RV560, "ATI Radeon HD Desktop ", kAlopias }, { 0x7297, 0x00000000, CHIP_FAMILY_RV560, "ATI Radeon HD Desktop ", kAlopias }, - /* IGP */ - // RS690 { 0x791E, 0x00000000, CHIP_FAMILY_RS690, "ATI Radeon IGP ", kNull }, { 0x791F, 0x00000000, CHIP_FAMILY_RS690, "ATI Radeon IGP ", kNull }, @@ -247,16 +518,13 @@ { 0x7941, 0x00000000, CHIP_FAMILY_RS690, "ATI Radeon IGP ", kNull }, { 0x7942, 0x00000000, CHIP_FAMILY_RS690, "ATI Radeon IGP ", kNull }, - // RS740 { 0x796C, 0x00000000, CHIP_FAMILY_RS740, "ATI Radeon IGP ", kNull }, { 0x796D, 0x00000000, CHIP_FAMILY_RS740, "ATI Radeon IGP ", kNull }, { 0x796E, 0x00000000, CHIP_FAMILY_RS740, "ATI Radeon IGP ", kNull }, { 0x796F, 0x00000000, CHIP_FAMILY_RS740, "ATI Radeon IGP ", kNull }, - /* standard/default models */ - - // RS600 + // RS600 { 0x9400, 0x00000000, CHIP_FAMILY_R600, "ATI Radeon HD 2900 XT", kNull }, { 0x9401, 0x00000000, CHIP_FAMILY_R600, "ATI Radeon HD 2900 GT", kNull }, { 0x9402, 0x00000000, CHIP_FAMILY_R600, "ATI Radeon HD 2900 GT", kNull }, @@ -300,9 +568,9 @@ // { 0x947B, 0x00000000, CHIP_FAMILY_RV770, "ATI Mobility Radeon", kMotmot }, // RV730 - { 0x9480, 0x00000000, CHIP_FAMILY_RV730, "ATI Mobility Radeon HD 550v", kGliff }, + { 0x9480, 0x00000000, CHIP_FAMILY_RV730, "ATI Mobility Radeon HD 550v", kGliff }, { 0x9487, 0x00000000, CHIP_FAMILY_RV730, "ATI Radeon HD Series", kGliff }, - { 0x9488, 0x00000000, CHIP_FAMILY_RV730, "ATI Radeon HD 4650 Series", kGliff }, + { 0x9488, 0x00000000, CHIP_FAMILY_RV730, "ATI Radeon HD 4650 Series", kGliff }, { 0x9489, 0x00000000, CHIP_FAMILY_RV730, "ATI Radeon HD Series", kGliff }, { 0x948A, 0x00000000, CHIP_FAMILY_RV730, "ATI Radeon HD Series", kGliff }, { 0x948F, 0x00000000, CHIP_FAMILY_RV730, "ATI Radeon HD Series", kGliff }, @@ -316,16 +584,16 @@ // RV610 { 0x94C0, 0x00000000, CHIP_FAMILY_RV610, "ATI Radeon HD Series", kIago }, - { 0x94C1, 0x00000000, CHIP_FAMILY_RV610, "ATI Radeon HD 2400 Series", kIago }, - { 0x94C3, 0x00000000, CHIP_FAMILY_RV610, "ATI Radeon HD 2350 Series", kIago }, - { 0x94C4, 0x00000000, CHIP_FAMILY_RV610, "ATI Radeon HD 2400 Series", kIago }, - { 0x94C5, 0x00000000, CHIP_FAMILY_RV610, "ATI Radeon HD 2400 Series", kIago }, - { 0x94C6, 0x00000000, CHIP_FAMILY_RV610, "ATI Radeon HD 2400 Series", kIago }, - { 0x94C7, 0x00000000, CHIP_FAMILY_RV610, "ATI Radeon HD 2350", kIago }, - { 0x94C8, 0x00000000, CHIP_FAMILY_RV610, "ATI Radeon HD 2400 Series", kIago }, - { 0x94C9, 0x00000000, CHIP_FAMILY_RV610, "ATI Radeon HD 2400 Series", kIago }, - { 0x94CB, 0x00000000, CHIP_FAMILY_RV610, "ATI Radeon HD 2400 Series", kIago }, - { 0x94CC, 0x00000000, CHIP_FAMILY_RV610, "ATI Radeon HD 2400 Series", kIago }, + { 0x94C1, 0x00000000, CHIP_FAMILY_RV610, "ATI Radeon HD 2400 Series", kIago }, + { 0x94C3, 0x00000000, CHIP_FAMILY_RV610, "ATI Radeon HD 2350 Series", kIago }, + { 0x94C4, 0x00000000, CHIP_FAMILY_RV610, "ATI Radeon HD 2400 Series", kIago }, + { 0x94C5, 0x00000000, CHIP_FAMILY_RV610, "ATI Radeon HD 2400 Series", kIago }, + { 0x94C6, 0x00000000, CHIP_FAMILY_RV610, "ATI Radeon HD 2400 Series", kIago }, + { 0x94C7, 0x00000000, CHIP_FAMILY_RV610, "ATI Radeon HD 2350", kIago }, + { 0x94C8, 0x00000000, CHIP_FAMILY_RV610, "ATI Radeon HD 2400 Series", kIago }, + { 0x94C9, 0x00000000, CHIP_FAMILY_RV610, "ATI Radeon HD 2400 Series", kIago }, + { 0x94CB, 0x00000000, CHIP_FAMILY_RV610, "ATI Radeon HD 2400 Series", kIago }, + { 0x94CC, 0x00000000, CHIP_FAMILY_RV610, "ATI Radeon HD 2400 Series", kIago }, { 0x94CD, 0x00000000, CHIP_FAMILY_RV610, "ATI Radeon HD 2400 PRO Series", kIago }, // RV670 @@ -395,8 +663,6 @@ // { 0x95CE, 0x00000000, CHIP_FAMILY_RV620, "ATI Radeon HD", kIago }, { 0x95CF, 0x00000000, CHIP_FAMILY_RV620, "ATI FirePro 2260", kIago }, - /* IGP */ - // RS780 { 0x9610, 0x00000000, CHIP_FAMILY_RS780, "ATI Radeon HD 3200 Graphics", kNull }, { 0x9611, 0x00000000, CHIP_FAMILY_RS780, "ATI Radeon HD 3100 Graphics", kNull }, @@ -410,20 +676,20 @@ { 0x9640, 0x00000000, CHIP_FAMILY_SUMO, "AMD Radeon HD 6550D", kNull }, { 0x9641, 0x00000000, CHIP_FAMILY_SUMO, "AMD Radeon HD 6620G", kNull }, // Mobile - // SUMO2 + // SUMO2 { 0x9642, 0x00000000, CHIP_FAMILY_SUMO2, "AMD Radeon HD 6370D", kNull }, { 0x9643, 0x00000000, CHIP_FAMILY_SUMO2, "AMD Radeon HD 6380G", kNull }, // Mobile { 0x9644, 0x00000000, CHIP_FAMILY_SUMO2, "AMD Radeon HD 6410D", kNull }, { 0x9645, 0x00000000, CHIP_FAMILY_SUMO2, "AMD Radeon HD 6410D", kNull }, // Mobile - // SUMO + // SUMO { 0x9647, 0x00000000, CHIP_FAMILY_SUMO, "AMD Radeon HD 6520G", kNull }, // Mobile { 0x9648, 0x00000000, CHIP_FAMILY_SUMO, "AMD Radeon HD 6480G", kNull }, // Mobile - // SUMO2 + // SUMO2 { 0x9649, 0x00000000, CHIP_FAMILY_SUMO2, "AMD Radeon(TM) HD 6480G", kNull }, // Mobile - // SUMO + // SUMO { 0x964A, 0x00000000, CHIP_FAMILY_SUMO, "AMD Radeon HD 6530D", kNull }, // { 0x964B, 0x00000000, CHIP_FAMILY_SUMO, "AMD Radeon HD", kNull }, // { 0x964C, 0x00000000, CHIP_FAMILY_SUMO, "AMD Radeon HD", kNull }, @@ -448,23 +714,23 @@ { 0x9807, 0x00000000, CHIP_FAMILY_PALM, "AMD Radeon HD 6290 Graphics", kNull }, { 0x9808, 0x00000000, CHIP_FAMILY_PALM, "AMD Radeon HD 7340 Graphics", kNull }, { 0x9809, 0x00000000, CHIP_FAMILY_PALM, "AMD Radeon HD 7310 Graphics", kNull }, -// { 0x980A, 0x00000000, CHIP_FAMILY_PALM, "AMD Radeon HD", kNull }, + { 0x980A, 0x00000000, CHIP_FAMILY_PALM, "AMD Radeon HD 7290 Graphics", kNull }, // KABINI -// { 0x9830, 0x00000000, CHIP_FAMILY_KABINI, "AMD Radeon HD", kNull }, // Mobile -// { 0x9831, 0x00000000, CHIP_FAMILY_KABINI, "AMD Radeon HD", kNull }, -// { 0x9832, 0x00000000, CHIP_FAMILY_KABINI, "AMD Radeon HD", kNull }, // Mobile -// { 0x9833, 0x00000000, CHIP_FAMILY_KABINI, "AMD Radeon HD", kNull }, -// { 0x9834, 0x00000000, CHIP_FAMILY_KABINI, "AMD Radeon HD", kNull }, // Mobile -// { 0x9835, 0x00000000, CHIP_FAMILY_KABINI, "AMD Radeon HD", kNull }, -// { 0x9836, 0x00000000, CHIP_FAMILY_KABINI, "AMD Radeon HD", kNull }, // Mobile -// { 0x9837, 0x00000000, CHIP_FAMILY_KABINI, "AMD Radeon HD", kNull }, -// { 0x9838, 0x00000000, CHIP_FAMILY_KABINI, "AMD Radeon HD", kNull }, // Mobile -// { 0x9839, 0x00000000, CHIP_FAMILY_KABINI, "AMD Radeon HD", kNull }, // Mobile + { 0x9830, 0x00000000, CHIP_FAMILY_KABINI, "AMD Radeon HD 8400", kNull }, // Mobile + { 0x9831, 0x00000000, CHIP_FAMILY_KABINI, "AMD Radeon HD 8400E", kNull }, + { 0x9832, 0x00000000, CHIP_FAMILY_KABINI, "AMD Radeon HD 8330", kNull }, // Mobile + { 0x9833, 0x00000000, CHIP_FAMILY_KABINI, "AMD Radeon HD 8330E", kNull }, + { 0x9834, 0x00000000, CHIP_FAMILY_KABINI, "AMD Radeon HD 8210", kNull }, // Mobile + { 0x9835, 0x00000000, CHIP_FAMILY_KABINI, "AMD Radeon HD 8210E", kNull }, + { 0x9836, 0x00000000, CHIP_FAMILY_KABINI, "AMD Radeon HD 8280", kNull }, // Mobile + { 0x9837, 0x00000000, CHIP_FAMILY_KABINI, "AMD Radeon HD 8280E", kNull }, + { 0x9838, 0x00000000, CHIP_FAMILY_KABINI, "AMD Radeon HD 8240", kNull }, // Mobile + { 0x9839, 0x00000000, CHIP_FAMILY_KABINI, "AMD Radeon HD 8180", kNull }, // Mobile // { 0x983A, 0x00000000, CHIP_FAMILY_KABINI, "AMD Radeon HD", kNull }, // { 0x983B, 0x00000000, CHIP_FAMILY_KABINI, "AMD Radeon HD", kNull }, // Mobile // { 0x983C, 0x00000000, CHIP_FAMILY_KABINI, "AMD Radeon HD", kNull }, -// { 0x983D, 0x00000000, CHIP_FAMILY_KABINI, "AMD Radeon HD", kNull }, + { 0x983D, 0x00000000, CHIP_FAMILY_KABINI, "AMD Radeon HD 8250", kNull }, // { 0x983E, 0x00000000, CHIP_FAMILY_KABINI, "AMD Radeon HD", kNull }, // { 0x983F, 0x00000000, CHIP_FAMILY_KABINI, "AMD Radeon HD", kNull }, @@ -496,244 +762,42 @@ { 0x9907, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon HD 7620G", kNull }, // Mobile { 0x9908, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon HD 7600G", kNull }, // Mobile // { 0x9909, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon HD", kNull }, // Mobile -// { 0x990A, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon HD", kNull }, // Mobile -// { 0x990B, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon HD", kNull }, // Mobile -// { 0x990C, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon HD", kNull }, -// { 0x990D, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon HD", kNull }, // Mobile -// { 0x990E, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon HD", kNull }, -// { 0x990F, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon HD", kNull }, // Mobile + { 0x990A, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon HD 7500G", kNull }, // Mobile + { 0x990B, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon HD 8650G", kNull }, // Mobile + { 0x990C, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon HD 8670D", kNull }, + { 0x990D, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon HD 8550G", kNull }, // Mobile + { 0x990E, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon HD 8570D", kNull }, + { 0x990F, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon HD 8610G", kNull }, // Mobile { 0x9910, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon HD 7660G", kNull }, // Mobile { 0x9913, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon HD 7640G", kNull }, // Mobile -// { 0x9917, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon", kNull }, -// { 0x9918, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon", kNull }, -// { 0x9919, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon", kNull }, + { 0x9917, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon HD 7620G", kNull }, + { 0x9918, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon HD 7600G", kNull }, + { 0x9919, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon HD 7500G", kNull }, { 0x9990, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon HD 7520G", kNull }, // Mobile { 0x9991, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon HD 7540D", kNull }, { 0x9992, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon HD 7420G", kNull }, // Mobile -// { 0x9993, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon HD", kNull }, + { 0x9993, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon HD 7480D", kNull }, { 0x9994, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon HD 7400G", kNull }, // Mobile -// { 0x9995, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon HD", kNull }, // Mobile -// { 0x9996, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon HD", kNull }, -// { 0x9997, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon HD", kNull }, // Mobile -// { 0x9998, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon HD", kNull }, -// { 0x9999, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon HD", kNull }, // Mobile -// { 0x999A, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon HD", kNull }, // Mobile -// { 0x999B, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon HD", kNull }, // Mobile -// { 0x999C, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon HD", kNull }, -// { 0x999D, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon HD", kNull }, -// { 0x99A0, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon HD", kNull }, // Mobile -// { 0x99A2, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon HD", kNull }, // Mobile -// { 0x99A4, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon HD", kNull }, + { 0x9995, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon HD 8450G", kNull }, // Mobile + { 0x9996, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon HD 8470D", kNull }, + { 0x9997, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon HD 8350G", kNull }, // Mobile + { 0x9998, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon HD 8370D", kNull }, + { 0x9999, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon HD 8510G", kNull }, // Mobile + { 0x999A, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon HD 8410G", kNull }, // Mobile + { 0x999B, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon HD 8310G", kNull }, // Mobile + { 0x999C, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon HD 8650D", kNull }, + { 0x999D, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon HD 8550D", kNull }, + { 0x99A0, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon HD 7520G", kNull }, // Mobile + { 0x99A2, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon HD 7420G", kNull }, // Mobile + { 0x99A4, 0x00000000, CHIP_FAMILY_ARUBA, "AMD Radeon HD 7400G", kNull }, - { 0x6610, 0x00000000, CHIP_FAMILY_OLAND, "AMD Radeon R7 250", kFutomaki }, - { 0x6613, 0x00000000, CHIP_FAMILY_OLAND, "AMD Radeon R7 240", kFutomaki }, - { 0x665C, 0x00000000, CHIP_FAMILY_BONAIRE, "AMD Radeon HD 7790", kFutomaki }, - { 0x665D, 0x00000000, CHIP_FAMILY_BONAIRE, "AMD Radeon R9 260", kFutomaki }, - - /* Evergreen */ - - // CYPRESS -// { 0x6880, 0x00000000, CHIP_FAMILY_CYPRESS, "ATI Radeon HD", kNull }, // Mobile -// { 0x6888, 0x00000000, CHIP_FAMILY_CYPRESS, "ATI Radeon HD", kNull }, -// { 0x6889, 0x00000000, CHIP_FAMILY_CYPRESS, "ATI Radeon HD", kNull }, -// { 0x688A, 0x00000000, CHIP_FAMILY_CYPRESS, "ATI Radeon HD", kNull }, -// { 0x688C, 0x00000000, CHIP_FAMILY_CYPRESS, "ATI Radeon HD", kNull }, - { 0x688D, 0x00000000, CHIP_FAMILY_CYPRESS, "AMD FireStream 9350", kZonalis }, - { 0x6898, 0x00000000, CHIP_FAMILY_CYPRESS, "ATI Radeon HD 5870 Series", kUakari }, - { 0x6899, 0x00000000, CHIP_FAMILY_CYPRESS, "ATI Radeon HD 5850 Series", kUakari }, - { 0x689B, 0x00000000, CHIP_FAMILY_CYPRESS, "AMD Radeon HD 6800 Series", kNull }, - - // HEMLOCK - { 0x689C, 0x00000000, CHIP_FAMILY_HEMLOCK, "ATI Radeon HD 5970 Series", kUakari }, - { 0x689D, 0x00000000, CHIP_FAMILY_HEMLOCK, "ATI Radeon HD 5900 Series", kUakari }, - - // CYPRESS - { 0x689E, 0x00000000, CHIP_FAMILY_CYPRESS, "ATI Radeon HD 5800 Series", kUakari }, - - // JUNIPER - { 0x68A0, 0x00000000, CHIP_FAMILY_JUNIPER, "ATI Radeon HD 5770 Series", kHoolock }, // Mobile - { 0x68A1, 0x00000000, CHIP_FAMILY_JUNIPER, "ATI Radeon HD 5850 Series", kHoolock }, // Mobile - { 0x68A8, 0x00000000, CHIP_FAMILY_JUNIPER, "ATI Radeon HD 6850M", kHoolock }, - { 0x68A9, 0x00000000, CHIP_FAMILY_JUNIPER, "ATI FirePro V5800 (FireGL)", kHoolock }, - { 0x68B0, 0x00000000, CHIP_FAMILY_JUNIPER, "ATI Radeon HD 5770 Series", kHoolock }, // Mobile - { 0x68B1, 0x00000000, CHIP_FAMILY_JUNIPER, "ATI Radeon HD 5770 Series", kHoolock }, - { 0x68B8, 0x00000000, CHIP_FAMILY_JUNIPER, "ATI Radeon HD 5770 Series", kVervet }, - { 0x68B9, 0x00000000, CHIP_FAMILY_JUNIPER, "ATI Radeon HD 5700 Series", kHoolock }, - { 0x68BA, 0x00000000, CHIP_FAMILY_JUNIPER, "ATI Radeon HD 6770 Series", kHoolock }, - { 0x68BC, 0x00000000, CHIP_FAMILY_JUNIPER, "AMD FireStream 9370", kHoolock }, - { 0x68BD, 0x00000000, CHIP_FAMILY_JUNIPER, "AMD FireStream 9350", kHoolock }, - { 0x68BE, 0x00000000, CHIP_FAMILY_JUNIPER, "ATI Radeon HD 5750 Series", kHoolock }, - { 0x68BF, 0x00000000, CHIP_FAMILY_JUNIPER, "ATI Radeon HD 6750 Series", kHoolock }, - - // REDWOOD - { 0x68C0, 0x00000000, CHIP_FAMILY_REDWOOD, "ATI Radeon HD 5730 Series", kBaboon }, // Mobile - { 0x68C1, 0x00000000, CHIP_FAMILY_REDWOOD, "ATI Radeon HD 5650 Series", kBaboon }, // Mobile - { 0x68C7, 0x00000000, CHIP_FAMILY_REDWOOD, "ATI Mobility Radeon HD 5570", kEulemur }, // Mobile - { 0x68C8, 0x00000000, CHIP_FAMILY_REDWOOD, "ATI FirePro v4800", kBaboon }, - { 0x68C9, 0x00000000, CHIP_FAMILY_REDWOOD, "FirePro 3D V3800", kBaboon }, - { 0x68D8, 0x00000000, CHIP_FAMILY_REDWOOD, "ATI Radeon HD 5670 Series", kBaboon }, - { 0x68D9, 0x00000000, CHIP_FAMILY_REDWOOD, "ATI Radeon HD 5570 Series", kBaboon }, - { 0x68DA, 0x00000000, CHIP_FAMILY_REDWOOD, "ATI Radeon HD 5500 Series", kBaboon }, - { 0x68DE, 0x00000000, CHIP_FAMILY_REDWOOD, "ATI Radeon HD 5000 Series", kNull }, - - // CEDAR - { 0x68E0, 0x00000000, CHIP_FAMILY_CEDAR, "ATI Radeon HD 5470 Series", kEulemur }, - { 0x68E1, 0x00000000, CHIP_FAMILY_CEDAR, "AMD Radeon HD 6230", kEulemur }, - { 0x68E4, 0x00000000, CHIP_FAMILY_CEDAR, "ATI Radeon HD 6370M Series", kEulemur }, - { 0x68E5, 0x00000000, CHIP_FAMILY_CEDAR, "ATI Radeon HD 6300M Series", kEulemur }, -// { 0x68E8, 0x00000000, CHIP_FAMILY_CEDAR, "ATI Radeon HD ??? Series", kNull }, -// { 0x68E9, 0x00000000, CHIP_FAMILY_CEDAR, "ATI Radeon HD ??? Series", kNull }, - { 0x68F1, 0x00000000, CHIP_FAMILY_CEDAR, "AMD FirePro 2460", kEulemur }, - { 0x68F2, 0x00000000, CHIP_FAMILY_CEDAR, "AMD FirePro 2270", kEulemur }, -// { 0x68F8, 0x00000000, CHIP_FAMILY_CEDAR, "ATI Radeon HD ??? Series", kNull }, - { 0x68F9, 0x00000000, CHIP_FAMILY_CEDAR, "ATI Radeon HD 5450 Series", kEulemur }, - { 0x68FA, 0x00000000, CHIP_FAMILY_CEDAR, "ATI Radeon HD 7300 Series", kEulemur }, -// { 0x68FE, 0x00000000, CHIP_FAMILY_CEDAR, "ATI Radeon HD ??? Series", kNull }, - - /* Northen Islands */ - - // CAYMAN - { 0x6701, 0x00000000, CHIP_FAMILY_CAYMAN, "AMD Radeon HD 6xxx Series", kLotus }, - { 0x6702, 0x00000000, CHIP_FAMILY_CAYMAN, "AMD Radeon HD 6xxx Series", kLotus }, - { 0x6703, 0x00000000, CHIP_FAMILY_CAYMAN, "AMD Radeon HD 6xxx Series", kLotus }, - { 0x6704, 0x00000000, CHIP_FAMILY_CAYMAN, "AMD FirePro V7900", kLotus }, - { 0x6705, 0x00000000, CHIP_FAMILY_CAYMAN, "AMD Radeon HD 6xxx Series", kLotus }, - { 0x6706, 0x00000000, CHIP_FAMILY_CAYMAN, "AMD Radeon HD 6xxx Series", kLotus }, - { 0x6707, 0x00000000, CHIP_FAMILY_CAYMAN, "AMD Radeon HD 6xxx Series", kLotus }, - { 0x6708, 0x00000000, CHIP_FAMILY_CAYMAN, "AMD FirePro V5900", kLotus }, - { 0x6709, 0x00000000, CHIP_FAMILY_CAYMAN, "AMD Radeon HD 6xxx Series", kLotus }, - { 0x6718, 0x00000000, CHIP_FAMILY_CAYMAN, "AMD Radeon HD 6970 Series", kLotus }, - { 0x6719, 0x00000000, CHIP_FAMILY_CAYMAN, "AMD Radeon HD 6950 Series", kLotus }, - { 0x671C, 0x00000000, CHIP_FAMILY_CAYMAN, "AMD Radeon HD 6970 Series", kLotus }, - { 0x671D, 0x00000000, CHIP_FAMILY_CAYMAN, "AMD Radeon HD 6950 Series", kLotus }, - { 0x671F, 0x00000000, CHIP_FAMILY_CAYMAN, "AMD Radeon HD 6930 Series", kLotus }, - - // BARTS - { 0x6720, 0x00000000, CHIP_FAMILY_BARTS, "AMD Radeon HD 6900M Series", kFanwort }, - { 0x6722, 0x00000000, CHIP_FAMILY_BARTS, "AMD Radeon HD 6900M Series", kFanwort }, - { 0x6729, 0x00000000, CHIP_FAMILY_BARTS, "AMD Radeon HD 6900M Series", kFanwort }, - { 0x6738, 0x00000000, CHIP_FAMILY_BARTS, "AMD Radeon HD 6870 Series", kDuckweed }, - { 0x6739, 0x00000000, CHIP_FAMILY_BARTS, "AMD Radeon HD 6850 X2", kDuckweed }, - { 0x673E, 0x00000000, CHIP_FAMILY_BARTS, "AMD Radeon HD 6790 Series", kDuckweed }, - - // TURKS - { 0x6740, 0x00000000, CHIP_FAMILY_TURKS, "AMD Radeon HD 6770M Series", kCattail }, - { 0x6741, 0x00000000, CHIP_FAMILY_TURKS, "AMD Radeon HD 6750M", kCattail }, - { 0x6742, 0x00000000, CHIP_FAMILY_TURKS, "AMD Radeon HD 7500/7600 Series", kCattail }, - { 0x6745, 0x00000000, CHIP_FAMILY_TURKS, "AMD Radeon HD 6600M Series", kCattail }, - { 0x6749, 0x00000000, CHIP_FAMILY_TURKS, "ATI Radeon FirePro V4900", kPithecia }, - { 0x674A, 0x00000000, CHIP_FAMILY_TURKS, "AMD FirePro V3900", kPithecia }, - { 0x6750, 0x00000000, CHIP_FAMILY_TURKS, "AMD Radeon HD 6670 Series", kPithecia }, - { 0x6758, 0x00000000, CHIP_FAMILY_TURKS, "AMD Radeon HD 6670 Series", kPithecia }, - { 0x6759, 0x00000000, CHIP_FAMILY_TURKS, "AMD Radeon HD 6570 Series", kPithecia }, - { 0x675B, 0x00000000, CHIP_FAMILY_TURKS, "AMD Radeon HD 7600 Series", kPithecia }, - { 0x675D, 0x00000000, CHIP_FAMILY_TURKS, "AMD Radeon HD 7570M Series", kCattail }, - { 0x675F, 0x00000000, CHIP_FAMILY_TURKS, "AMD Radeon HD 6510 Series", kPithecia }, - - // CAICOS - { 0x6760, 0x00000000, CHIP_FAMILY_CAICOS, "AMD Radeon HD 6470M Series", kHydrilla }, - { 0x6761, 0x00000000, CHIP_FAMILY_CAICOS, "AMD Radeon HD 6430M Series", kHydrilla }, - { 0x6763, 0x00000000, CHIP_FAMILY_CAICOS, "AMD Radeon E6460 Series", kHydrilla }, - { 0x6768, 0x00000000, CHIP_FAMILY_CAICOS, "AMD Radeon HD 6400M Series", kHydrilla }, - { 0x6770, 0x00000000, CHIP_FAMILY_CAICOS, "AMD Radeon HD 6400 Series", kBulrushes }, - { 0x6772, 0x00000000, CHIP_FAMILY_CAICOS, "AMD Radeon HD 7400A Series", kBulrushes }, - { 0x6778, 0x00000000, CHIP_FAMILY_CAICOS, "AMD Radeon HD 7000 Series", kBulrushes }, - { 0x6779, 0x00000000, CHIP_FAMILY_CAICOS, "AMD Radeon HD 6450/7450/8450/R5 230", kBulrushes }, - { 0x677B, 0x00000000, CHIP_FAMILY_CAICOS, "AMD Radeon HD 7400 Series", kBulrushes }, - - /* Southen Islands */ - - // TAHITI - //Framebuffers: Aji - 4 Desktop, Buri - 4 Mobile, Chutoro - 5 Mobile, Dashimaki - 4, IkuraS - HMDI - // Ebi - 5 Mobile, Gari - 5 M, Futomaki - 4 D, Hamachi - 4 D, OPM - 6 Server, Ikura - 6 - { 0x6780, 0x00000000, CHIP_FAMILY_TAHITI, "AMD Radeon HD 7900 Series", kFutomaki }, - { 0x6784, 0x00000000, CHIP_FAMILY_TAHITI, "AMD Radeon HD 7900 Series", kFutomaki }, - { 0x6788, 0x00000000, CHIP_FAMILY_TAHITI, "AMD Radeon HD 7900 Series", kFutomaki }, - { 0x678A, 0x00000000, CHIP_FAMILY_TAHITI, "AMD Radeon HD 7900 Series", kFutomaki }, - { 0x6790, 0x00000000, CHIP_FAMILY_TAHITI, "AMD Radeon HD 7900 Series", kFutomaki }, - { 0x6791, 0x00000000, CHIP_FAMILY_TAHITI, "AMD Radeon HD 7900 Series", kFutomaki }, - { 0x6792, 0x00000000, CHIP_FAMILY_TAHITI, "AMD Radeon HD 7900 Series", kFutomaki }, - { 0x6798, 0x00000000, CHIP_FAMILY_TAHITI, "AMD Radeon HD 7970X/8970/R9 280X", kFutomaki }, - { 0x6799, 0x00000000, CHIP_FAMILY_TAHITI, "AMD Radeon HD 7990 Series", kAji }, - { 0x679A, 0x00000000, CHIP_FAMILY_TAHITI, "AMD Radeon HD 7950/8950/R9 280", kFutomaki }, - { 0x679B, 0x00000000, CHIP_FAMILY_TAHITI, "AMD Radeon HD 7900 Series", kFutomaki }, - { 0x679E, 0x00000000, CHIP_FAMILY_TAHITI, "AMD Radeon HD 7870 XT", kFutomaki }, - { 0x679F, 0x00000000, CHIP_FAMILY_TAHITI, "AMD Radeon HD 7950 Series", kFutomaki }, - - // HAWAII -// { 0x67A0, 0x00000000, CHIP_FAMILY_HAWAII, "AMD Radeon", kFutomaki }, -// { 0x67A1, 0x00000000, CHIP_FAMILY_HAWAII, "AMD Radeon", kFutomaki }, -// { 0x67A2, 0x00000000, CHIP_FAMILY_HAWAII, "AMD Radeon", kFutomaki }, -// { 0x67A8, 0x00000000, CHIP_FAMILY_HAWAII, "AMD Radeon", kFutomaki }, -// { 0x67A9, 0x00000000, CHIP_FAMILY_HAWAII, "AMD Radeon", kFutomaki }, -// { 0x67AA, 0x00000000, CHIP_FAMILY_HAWAII, "AMD Radeon", kFutomaki }, - { 0x67B0, 0x00000000, CHIP_FAMILY_HAWAII, "AMD Radeon R9 290X", kBaladi }, - { 0x67B1, 0x00000000, CHIP_FAMILY_HAWAII, "AMD Radeon R9 290", kBaladi }, // CHIP_FAMILY_HAWAII -// { 0x67B8, 0x00000000, CHIP_FAMILY_HAWAII, "AMD Radeon", kFutomaki }, -// { 0x67B9, 0x00000000, CHIP_FAMILY_HAWAII, "AMD Radeon", kFutomaki }, -// { 0x67BA, 0x00000000, CHIP_FAMILY_HAWAII, "AMD Radeon", kFutomaki }, -// { 0x67BE, 0x00000000, CHIP_FAMILY_HAWAII, "AMD Radeon", kFutomaki }, - - // PITCAIRN - { 0x6800, 0x00000000, CHIP_FAMILY_PITCAIRN, "AMD Radeon HD 7970M", kBuri }, // Mobile -// { 0x6801, 0x00000000, CHIP_FAMILY_PITCAIRN, "AMD Radeon HD 8970M Series", kFutomaki }, // Mobile -// { 0x6802, 0x00000000, CHIP_FAMILY_PITCAIRN, "AMD Radeon HD ???M Series", kFutomaki }, // Mobile - { 0x6806, 0x00000000, CHIP_FAMILY_PITCAIRN, "AMD Radeon HD 7600 Series", kFutomaki }, - { 0x6808, 0x00000000, CHIP_FAMILY_PITCAIRN, "AMD Radeon HD 7600 Series", kFutomaki }, -// { 0x6809, 0x00000000, CHIP_FAMILY_PITCAIRN, "AMD Radeon HD ??? Series", kNull }, - { 0x6810, 0x00000000, CHIP_FAMILY_PITCAIRN, "AMD Radeon R9 270X", kFutomaki }, - { 0x6811, 0x00000000, CHIP_FAMILY_PITCAIRN, "AMD Radeon R9 270", kFutomaki }, -// { 0x6816, 0x00000000, CHIP_FAMILY_PITCAIRN, "AMD Radeon", kFutomaki }, -// { 0x6817, 0x00000000, CHIP_FAMILY_PITCAIRN, "AMD Radeon", kFutomaki }, - { 0x6818, 0x00000000, CHIP_FAMILY_PITCAIRN, "AMD Radeon HD 7870 Series", kFutomaki }, - { 0x6819, 0x00000000, CHIP_FAMILY_PITCAIRN, "AMD Radeon HD 7850 Series", kFutomaki }, - - // VERDE - { 0x6820, 0x00000000, CHIP_FAMILY_VERDE, "AMD Radeon HD 7700 Series", kBuri }, // Mobile - { 0x6821, 0x00000000, CHIP_FAMILY_VERDE, "AMD Radeon HD 7700 Series", kBuri }, // Mobile -// { 0x6822, 0x00000000, CHIP_FAMILY_VERDE, "AMD Radeon HD", kBuri }, // Mobile -// { 0x6823, 0x00000000, CHIP_FAMILY_VERDE, "AMD Radeon HD 8800M Series", kBuri }, // Mobile -// { 0x6824, 0x00000000, CHIP_FAMILY_VERDE, "AMD Radeon HD 7700M Series", kBuri }, // Mobile - { 0x6825, 0x00000000, CHIP_FAMILY_VERDE, "AMD Radeon HD 7800M Series", kPondweed }, // Mobile - { 0x6826, 0x00000000, CHIP_FAMILY_VERDE, "AMD Radeon HD 7700 Series", kBuri }, // Mobile - { 0x6827, 0x00000000, CHIP_FAMILY_VERDE, "AMD Radeon HD 7800M Series", kPondweed }, // Mobile -// { 0x6828, 0x00000000, CHIP_FAMILY_VERDE, "AMD Radeon HD ??? Series", kBuri }, -// { 0x6829, 0x00000000, CHIP_FAMILY_VERDE, "AMD Radeon HD ??? Series", kBuri }, -// { 0x682A, 0x00000000, CHIP_FAMILY_VERDE, "AMD Radeon HD", kBuri }, // Mobile - { 0x682B, 0x00000000, CHIP_FAMILY_VERDE, "AMD Radeon HD 8800M Series", kBuri }, // Mobile - { 0x682D, 0x00000000, CHIP_FAMILY_VERDE, "AMD Radeon HD 7700 Series", kBuri }, // Mobile - { 0x682F, 0x00000000, CHIP_FAMILY_VERDE, "AMD Radeon HD 7730 Series", kBuri }, // Mobile - { 0x6830, 0x00000000, CHIP_FAMILY_VERDE, "AMD Radeon HD 7800M Series", kBuri }, // Mobile - { 0x6831, 0x00000000, CHIP_FAMILY_VERDE, "AMD Radeon HD 7700 Series", kBuri }, // Mobile -// { 0x6835, 0x00000000, CHIP_FAMILY_VERDE, "AMD Radeon HD", kBuri }, - { 0x6837, 0x00000000, CHIP_FAMILY_VERDE, "AMD Radeon HD 7700 Series", kBuri }, - { 0x6838, 0x00000000, CHIP_FAMILY_VERDE, "AMD Radeon HD 7700 Series", kBuri }, - { 0x6839, 0x00000000, CHIP_FAMILY_VERDE, "AMD Radeon HD 7700 Series", kBuri }, - { 0x683B, 0x00000000, CHIP_FAMILY_VERDE, "AMD Radeon HD 7700 Series", kBuri }, - { 0x683D, 0x00000000, CHIP_FAMILY_VERDE, "AMD Radeon HD 7770 Series", kBuri }, - { 0x683F, 0x00000000, CHIP_FAMILY_VERDE, "AMD Radeon HD 7750 Series", kBuri }, - - // TURKS - { 0x6840, 0x00000000, CHIP_FAMILY_TURKS, "AMD Radeon HD 7670M Series", kPondweed }, // Mobile - { 0x6841, 0x00000000, CHIP_FAMILY_TURKS, "AMD Radeon HD 7650M Series", kPondweed }, // Mobile - { 0x6842, 0x00000000, CHIP_FAMILY_TURKS, "AMD Radeon HD 7600M Series", kPondweed }, // Mobile - { 0x6843, 0x00000000, CHIP_FAMILY_TURKS, "AMD Radeon HD 7670M Series", kPondweed }, // Mobile - { 0x6849, 0x00000000, CHIP_FAMILY_TURKS, "AMD Radeon HD 7600M Series", kPondweed }, - - // PITCAIRN -// { 0x684C, 0x00000000, CHIP_FAMILY_PITCAIRN, "AMD Radeon HD", kNull }, - - // TURKS - { 0x6850, 0x00000000, CHIP_FAMILY_TURKS, "AMD Radeon HD 7600M Series", kPondweed }, - { 0x6858, 0x00000000, CHIP_FAMILY_TURKS, "AMD Radeon HD 7400 Series", kPondweed }, - { 0x6859, 0x00000000, CHIP_FAMILY_TURKS, "AMD Radeon HD 7600M Series", kPondweed }, - { 0x0000, 0x00000000, CHIP_FAMILY_UNKNOW, "AMD Unknown", kNull } }; -const char *chip_family_name[] = { +static const char *chip_family_name[] = { "UNKNOW", "R420", + "R423", "RV410", "RV515", "R520", @@ -758,8 +822,8 @@ "RV710", "RV730", "RV740", + "RV770", "RV772", - "RV770", "RV790", /* Evergreen */ "Cedar", @@ -767,13 +831,16 @@ "Hemlock", "Juniper", "Redwood", - "Broadway", /* Northern Islands */ "Barts", "Caicos", "Cayman", "Turks", /* Southern Islands */ + "Palm", + "Sumo", + "Sumo2", + "Aruba", "Tahiti", "Pitcairn", "Verde", @@ -781,7 +848,7 @@ "Hainan", "Bonaire", "Kaveri", - "Abini", + "Kabini", "Hawaii", /* ... */ "Mullins", @@ -793,7 +860,7 @@ // {FLAGTRUE, false, "@0,ATY,EFIDisplay", NULL, STRVAL("TMDSA") }, // {FLAGTRUE, true, "@0,AAPL,vram-memory", get_vrammemory_val, NULVAL }, - {FLAGTRUE, true, "@0,compatible", get_name_val, NULVAL }, + {FLAGNOTFAKE, true, "@0,compatible", get_name_val, NULVAL }, {FLAGTRUE, true, "@0,connector-type", get_conntype_val, NULVAL }, {FLAGTRUE, true, "@0,device_type", NULL, STRVAL("display") }, // {FLAGTRUE, false, "@0,display-connect-flags", NULL, DWRVAL(0) }, @@ -813,15 +880,16 @@ {FLAGTRUE, false, "ATY,EFIVersion", NULL, STRVAL("01.00.3180") }, {FLAGTRUE, false, "ATY,Card#", get_romrevision_val, NULVAL }, // {FLAGTRUE, false, "ATY,Rom#", NULL, STRVAL("www.amd.com") }, - {FLAGTRUE, false, "ATY,VendorID", NULL, WRDVAL(0x1002) }, - {FLAGTRUE, false, "ATY,DeviceID", get_deviceid_val, NULVAL }, + {FLAGNOTFAKE, false, "ATY,VendorID", NULL, WRDVAL(0x1002) }, + {FLAGNOTFAKE, false, "ATY,DeviceID", get_deviceid_val, NULVAL }, + // {FLAGTRUE, false, "ATY,MCLK", get_mclk_val, NULVAL }, // {FLAGTRUE, false, "ATY,SCLK", get_sclk_val, NULVAL }, {FLAGTRUE, false, "ATY,RefCLK", get_refclk_val, DWRVAL(0x0a8c) }, {FLAGTRUE, false, "ATY,PlatformInfo", get_platforminfo_val, NULVAL }, - +// {FLAGOLD, FALSE, "compatible", get_name_pci_val, NULVAL }, {FLAGTRUE, false, "name", get_nameparent_val, NULVAL }, {FLAGTRUE, false, "device_type", get_nameparent_val, NULVAL }, {FLAGTRUE, false, "model", get_model_val, STRVAL("ATI Radeon") }, @@ -919,6 +987,7 @@ return true; } + bool get_model_val(value_t *val) { if (!card->info->model_name) @@ -997,7 +1066,8 @@ val->type = kPtr; val->size = (uint32_t)strlen((char *)rev); - if ((val->size < 3) || (val->size > 30)) { //fool proof. Real value 13 + if ((val->size < 3) || (val->size > 30)) //fool proof. Real value 13 + { rev = (uint8_t *)cRev; val->size = 13; } @@ -1214,11 +1284,19 @@ // XXX watch for overflow!!! card->vram_size = RegRead32(R600_CONFIG_MEMSIZE) * 1024 * 1024; } + else if (chip_family >= CHIP_FAMILY_R600) + { + card->vram_size = RegRead32(R600_CONFIG_MEMSIZE); + } else { - if (chip_family >= CHIP_FAMILY_R600) + card->vram_size = RegRead32(RADEON_CONFIG_MEMSIZE); + if (card->vram_size == 0) { - card->vram_size = RegRead32(R600_CONFIG_MEMSIZE); + card->vram_size = RegRead32(RADEON_CONFIG_APER_SIZE); + //Slice - previously I successfully made Radeon9000 working + //by writing this register + RegWrite32(RADEON_CONFIG_MEMSIZE, (uint32_t)card->vram_size); } } } @@ -1230,7 +1308,7 @@ if (from_pci) { rom_addr = (option_rom_header_t *)(pci_config_read32(card->pci_dev->dev.addr, PCI_ROM_ADDRESS) & ~0x7ff); - verbose(" @0x%x\n", rom_addr); + verbose(" @0x%x\n", (unsigned) rom_addr); } else { @@ -1239,7 +1317,7 @@ if (!validate_rom(rom_addr, card->pci_dev)) { - verbose("There is no ROM @0x%x\n", rom_addr); + verbose("There is no ROM @0x%x\n", (unsigned) rom_addr); return false; } card->rom_size = rom_addr->rom_size * 512; @@ -1456,32 +1534,32 @@ if (card->info == NULL) // Jief { - verbose("Unsupported ATI card! Device ID: [%04x:%04x] Subsystem ID: [%04x:%04x] \n", + DBG("Unsupported ATI card! Device ID: [%04x:%04x] Subsystem ID: [%04x:%04x] \n", pci_dev->vendor_id, pci_dev->device_id, pci_dev->subsys_id.subsys.vendor_id, pci_dev->subsys_id.subsys.device_id); return false; } - verbose("Found ATI card! Device ID:[%04x:%04x] Subsystem ID:[%08x] - Radeon [%04x:%08x] %s\n", - pci_dev->vendor_id, pci_dev->device_id, pci_dev->subsys_id, card->info->device_id, card->info->subsys_id, card->info->model_name); + DBG("Found ATI card! Device ID:[%04X:%04X] Subsystem ID:[%08X] - Radeon [%04X:%08X] %s\n", + pci_dev->vendor_id, pci_dev->device_id, pci_dev->subsys_id.subsys_id, card->info->device_id, card->info->subsys_id, card->info->model_name); card->fb = (uint8_t *)(pci_config_read32(pci_dev->dev.addr, PCI_BASE_ADDRESS_0) & ~0x0f); card->mmio = (uint8_t *)(pci_config_read32(pci_dev->dev.addr, PCI_BASE_ADDRESS_2) & ~0x0f); card->io = (uint8_t *)(pci_config_read32(pci_dev->dev.addr, PCI_BASE_ADDRESS_4) & ~0x03); - verbose("Framebuffer @0x%08X MMIO @0x%08X I/O Port @0x%08X ROM Addr @0x%08X\n", - card->fb, card->mmio, card->io, pci_config_read32(pci_dev->dev.addr, PCI_ROM_ADDRESS)); + DBG("Framebuffer @0x%08X MMIO @0x%08X I/O Port @0x%08X ROM Addr @0x%08X\n", + (unsigned) card->fb, (unsigned) card->mmio, (unsigned) card->io, pci_config_read32(pci_dev->dev.addr, PCI_ROM_ADDRESS)); card->posted = radeon_card_posted(); - verbose("ATI card %s, ", card->posted ? "POSTed" : "non-POSTed"); - verbose("\n"); + DBG("ATI card %s, ", card->posted ? "POSTed" : "non-POSTed"); + DBG("\n"); get_vram_size(); getBoolForKey(kATYbinimage, &add_vbios, &bootInfo->chameleonConfig); - + if (add_vbios) { if (!load_vbios_file(kUseAtiROM, pci_dev->vendor_id, pci_dev->device_id, pci_dev->subsys_id.subsys_id)) { - verbose("reading Video BIOS from %s", card->posted ? "legacy space" : "PCI ROM"); + DBG("reading Video BIOS from %s", card->posted ? "legacy space" : "PCI ROM"); if (card->posted) { read_vbios(false); @@ -1497,11 +1575,18 @@ if (card->info->chip_family >= CHIP_FAMILY_CEDAR) { - verbose("ATI Radeon EVERGREEN family\n"); + DBG("ATI Radeon EVERGREEN family\n"); card->flags |= EVERGREEN; } + if (card->info->chip_family >= CHIP_FAMILY_RV670) + { + DBG("ATI Radeon Old family\n"); + card->flags |= FLAGOLD; + } + card->flags |= FLAGNOTFAKE; + // Check AtiConfig key for a framebuffer name, card->cfg_name = getStringForKey(kAtiConfig, &bootInfo->chameleonConfig); @@ -1512,7 +1597,7 @@ card->cfg_name = card_configs[card->info->cfg_name].name; // which means one of the fb's or kNull - verbose("Framebuffer set to device's default: %s\n", card->cfg_name); + DBG("Framebuffer set to device's default: %s\n", card->cfg_name); } else { @@ -1526,7 +1611,7 @@ if (n_ports > 0) { card->ports = (uint8_t)n_ports; // use it. - verbose("(AtiPorts) # of ports set to: %d\n", card->ports); + DBG("(AtiPorts) Nr of ports set to: %d\n", card->ports); } else { @@ -1539,7 +1624,7 @@ } } - verbose("# of ports set to framebuffer's default: %d\n", card->ports); + DBG("Nr of ports set to framebuffer's default: %d\n", card->ports); } @@ -1558,6 +1643,7 @@ bool setup_ati_devprop(pci_dt_t *ati_dev) { +// static char compatible[64]; char *devicepath; if (!init_card(ati_dev)) @@ -1607,7 +1693,7 @@ stringlength = string->length; // ------------------------------------------------- - verbose("ATI %s %s %dMB (%s) [%04x:%04x] (subsys [%04x:%04x]):: %s\n", + DBG("ATI %s %s %dMB (%s) [%04x:%04x] (subsys [%04x:%04x]):: %s\n", chip_family_name[card->info->chip_family], card->info->model_name, (uint32_t)(card->vram_size / (1024 * 1024)), card->cfg_name, ati_dev->vendor_id, ati_dev->device_id, Index: branches/ErmaC/Enoch/i386/libsaio/sys.c =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/sys.c (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/sys.c (revision 2679) @@ -72,12 +72,20 @@ static unsigned char kFSUUIDNamespaceSHA1[] = {0xB3,0xE2,0x0F,0x39,0xF2,0x92,0x11,0xD6,0x97,0xA4,0x00,0x30,0x65,0x43,0xEC,0xAC}; #endif -#if DEBUG -#define DBG(x...) printf(x) +#ifndef DEBUG_SYS + #define DEBUG_SYS 0 +#endif + +#if DEBUG_SYS + #define DBG(x...) printf(x) #else -#define DBG(x...) msglog(x) + #define DBG(x...) msglog(x) #endif +#ifndef DEBUG_FEATURE_LAST_BOOT + #define DEBUG_FEATURE_LAST_BOOT 0 // AllocateKernelMemory error with feature from 2562 +#endif + extern int multiboot_partition; extern int multiboot_partition_set; extern int multiboot_skip_partition; @@ -955,15 +963,22 @@ BVRef selectBootVolume(BVRef chain) { - bool filteredChain = false; - bool foundPrimary = false; - BVRef bvr = NULL; - BVRef bvr1 = NULL; - BVRef bvr2 = NULL; - char dirSpec[] = "hd(%d,%d)/", fileSpec[] = "Volumes", *label; - u_int32_t time, lasttime = 0; + bool filteredChain = false; + bool foundPrimary = false; + + BVRef bvr = NULL; + BVRef bvr1 = NULL; + BVRef bvr2 = NULL; + +#if DEBUG_FEATURE_LAST_BOOT + char dirSpec[] = "hd(%d,%d)/"; + char fileSpec[] = "Volumes"; + char *label; + u_int32_t time; + u_int32_t lasttime = 0; long flags; - +#endif + if (chain->filtered) { filteredChain = true; @@ -980,13 +995,22 @@ if ( (bvr->part_no == multiboot_partition) && (bvr->biosdev == gBIOSDev) ) { +#if DEBUG_FEATURE_LAST_BOOT label = bvr->label[0] ? bvr->label : (bvr->altlabel[0] ? bvr->altlabel : (bvr->name[0] ? bvr->name : "Untitled")); DBG("Multiboot partition set: hd(%d,%d) '%s'\n", BIOS_DEV_UNIT(bvr), bvr->part_no, label); +#endif return bvr; } } } +#if 0 + DBG("multiboot_partition_set = %d\n", multiboot_partition_set); + DBG("multiboot_partition = %d\n", multiboot_partition); + DBG("multiboot_skip_partition_set = %d\n", multiboot_skip_partition_set); + DBG("multiboot_skip_partition = %d\n", multiboot_skip_partition); +#endif + /* * Checking "Default Partition" key in system configuration - use format: hd(x,y), the volume UUID or label - * to override the default selection. @@ -1005,17 +1029,21 @@ if (matchVolumeToString(bvr, val, false)) { free(val); +#if DEBUG_FEATURE_LAST_BOOT label = bvr->label[0] ? bvr->label : (bvr->altlabel[0] ? bvr->altlabel : (bvr->name[0] ? bvr->name : "Untitled")); DBG("User default partition set: hd(%d,%d) '%s'\n", BIOS_DEV_UNIT(bvr), bvr->part_no, label); +#endif return bvr; } } free(val); } +#if DEBUG_FEATURE_LAST_BOOT // the above code cause "AllocateKernelMemory error" // Bungo: select last booted partition as the boot volume // TODO: support other OSes (foreign boot) - for (bvr = chain; bvr; bvr = bvr->next) { + for (bvr = chain; bvr; bvr = bvr->next) + { if (bvr->flags & (kBVFlagSystemVolume | kBVFlagForeignBoot)) { time = 0; @@ -1041,6 +1069,8 @@ // Bungo: code below selects first partition in the chain (last partition on disk), // in my case Recovery HD, as boot volume, so I would prefer last booted partition // as default boot volume - see the code above +#endif + /* * Scannig the volume chain backwards and trying to find * a HFS+ volume with valid boot record signature. @@ -1111,8 +1141,10 @@ } bvr = bvr2 ? bvr2 : (bvr1 ? bvr1 : chain); +#if DEBUG_FEATURE_LAST_BOOT label = bvr->label[0] ? bvr->label : (bvr->altlabel[0] ? bvr->altlabel : (bvr->name[0] ? bvr->name : "Untitled")); DBG("Default partition set: hd(%d,%d) '%s'\n", BIOS_DEV_UNIT(bvr), bvr->part_no, label); +#endif return bvr; } Index: branches/ErmaC/Enoch/i386/libsaio/nbp.c =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/nbp.c (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/nbp.c (revision 2679) @@ -107,7 +107,7 @@ static void NBPGetDescription(CICell ih, char * str, long strMaxLen) { - sprintf( str, "Ethernet PXE Client" ); + snprintf( str, strMaxLen, "Ethernet PXE Client" ); } //========================================================================== Index: branches/ErmaC/Enoch/i386/libsaio/acpi.h =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/acpi.h (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/acpi.h (revision 2679) @@ -3,6 +3,9 @@ #define ACPI_RANGE_START (0x0E0000) #define ACPI_RANGE_END (0x0FFFFF) +#define EBDA_RANGE_MIN (0x080000) +#define EBDA_RANGE_END (0x09FFFF) +#define BDA_EBDA_START (0x00040E) #define UINT64_LE_FROM_CHARS(a,b,c,d,e,f,g,h) \ ( ((uint64_t)h << 56) \ @@ -17,6 +20,14 @@ #define ACPI_SIGNATURE_UINT64_LE UINT64_LE_FROM_CHARS('R','S','D',' ','P','T','R',' ') +#define swapUint16(x) ((((uint16_t)x & 0xFF00) >> 8) | \ + (((uint16_t)x & 0x00FF) << 8)) + +#define swapUint32(x) ((((uint32_t)x & 0xFF000000) >> 24) | \ + (((uint32_t)x & 0x00FF0000) >> 16) | \ + (((uint32_t)x & 0x0000FF00) >> 8) | \ + (((uint32_t)x & 0x000000FF) << 24)) + /* Per ACPI 3.0a spec */ // TODO Migrate @@ -35,6 +46,19 @@ char Reserved[3]; } __attribute__((packed)); +struct acpi_2_header +{ + char Signature[4]; + uint32_t Length; + uint8_t Revision; + uint8_t Checksum; + char OEMID[6]; + char OEMTableId[8]; + uint32_t OEMRevision; + uint32_t CreatorId; + uint32_t CreatorRevision; +} __attribute__((packed)); + // TODO Migrate struct acpi_2_rsdt { @@ -77,6 +101,16 @@ uint32_t CreatorRevision; } __attribute__((packed)); +struct ssdt_pmref +{ + char oemTabID[9]; + char byte1; + uint32_t addr; + char byte2; + uint32_t length; + char byte3; +} __attribute__((packed)); + // TODO Migrate struct acpi_2_dsdt { @@ -103,7 +137,7 @@ uint32_t OEMRevision; uint32_t CreatorId; uint32_t CreatorRevision; - uint32_t FIRMWARE_CTRL; + uint32_t FACS; uint32_t DSDT; uint8_t Model; // JrCs uint8_t PM_Profile; // JrCs @@ -152,11 +186,24 @@ uint8_t Reset_Value; uint8_t Reserved[3]; - uint64_t X_FIRMWARE_CTRL; + uint64_t X_FACS; uint64_t X_DSDT; /* End Asere */ /*We absolutely don't care about theese fields*/ uint8_t notimp2[96]; } __attribute__((packed)); +struct acpi_2_facs +{ + char Signature[4]; + uint32_t Length; + uint32_t HWSignature; + uint32_t FWWakingVector32; + uint32_t GlobalLock; + uint32_t Flags; + uint64_t FWWakingVector64; + uint8_t Version; + uint8_t Reserved[31]; +} __attribute__((packed)); + #endif /* !__LIBSAIO_ACPI_H */ Index: branches/ErmaC/Enoch/i386/libsaio/ati.h =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/ati.h (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/ati.h (revision 2679) @@ -102,6 +102,7 @@ CHIP_FAMILY_LAST } ati_chip_family_t; +//card to #ports typedef struct { const char *name; uint8_t ports; @@ -168,24 +169,34 @@ kSpikerush, kTypha, /* AMD7000Controller */ - kAji, //4 - kBuri, //4 M - kChutoro, //5 M - kDashimaki, //4 - kEbi, //5 M - kGari, //5 M - kFutomaki, //5 - kHamachi, //4 + kNamako, + kAji, + kBuri, + kChutoro, + kDashimaki, + kEbi, + kGari, + kFutomaki, + kHamachi, kOPM, kIkura, kIkuraS, + kJunsai, + kKani, + kKaniS, + kDashimakiS, + kMaguro, + kMaguroS, /* AMD8000Controller */ kBaladi, + /* AMD9000Controller */ kExmoor, kBasset, + kGreyhound, kCfgEnd } config_name_t; +//radeon card (includes the AtiConfig) typedef struct { uint16_t device_id; uint32_t subsys_id; @@ -236,9 +247,9 @@ /* Typedefs STRUCTS */ typedef struct { - type_t type; - uint32_t size; - uint8_t *data; + type_t type; + uint32_t size; + uint8_t *data; } value_t; // dev_tree representation @@ -269,5 +280,4 @@ bool get_dual_link_val(value_t *val); bool get_hdmiaudio(value_t * val); - #endif Index: branches/ErmaC/Enoch/i386/libsaio/cpu.c =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/cpu.c (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/cpu.c (revision 2679) @@ -1,6 +1,7 @@ /* * Copyright 2008 Islam Ahmed Zaid. All rights reserved. * AsereBLN: 2009: cleanup and bugfix + * Bronya: 2015 Improve AMD support, cleanup and bugfix */ #include "libsaio.h" @@ -10,85 +11,25 @@ #include "boot.h" #ifndef DEBUG_CPU -#define DEBUG_CPU 0 + #define DEBUG_CPU 0 #endif #if DEBUG_CPU -#define DBG(x...) printf(x) + #define DBG(x...) printf(x) #else -#define DBG(x...) msglog(x) + #define DBG(x...) #endif -/* - * DFE: Measures the TSC frequency in Hz (64-bit) using the ACPI PM timer - */ -static uint64_t measure_tsc_frequency(void) -{ - uint64_t tscStart; - uint64_t tscEnd; - uint64_t tscDelta = 0xffffffffffffffffULL; - unsigned long pollCount; - uint64_t retval = 0; - int i; - /* Time how many TSC ticks elapse in 30 msec using the 8254 PIT - * counter 2. We run this loop 3 times to make sure the cache - * is hot and we take the minimum delta from all of the runs. - * That is to say that we're biased towards measuring the minimum - * number of TSC ticks that occur while waiting for the timer to - * expire. That theoretically helps avoid inconsistencies when - * running under a VM if the TSC is not virtualized and the host - * steals time. The TSC is normally virtualized for VMware. - */ - for(i = 0; i < 10; ++i) - { - enable_PIT2(); - set_PIT2_mode0(CALIBRATE_LATCH); - tscStart = rdtsc64(); - pollCount = poll_PIT2_gate(); - tscEnd = rdtsc64(); - /* The poll loop must have run at least a few times for accuracy */ - if (pollCount <= 1) - { - continue; - } - /* The TSC must increment at LEAST once every millisecond. - * We should have waited exactly 30 msec so the TSC delta should - * be >= 30. Anything less and the processor is way too slow. - */ - if ((tscEnd - tscStart) <= CALIBRATE_TIME_MSEC) - { - continue; - } - // tscDelta = MIN(tscDelta, (tscEnd - tscStart)) - if ( (tscEnd - tscStart) < tscDelta ) - { - tscDelta = tscEnd - tscStart; - } - } - /* tscDelta is now the least number of TSC ticks the processor made in - * a timespan of 0.03 s (e.g. 30 milliseconds) - * Linux thus divides by 30 which gives the answer in kiloHertz because - * 1 / ms = kHz. But we're xnu and most of the rest of the code uses - * Hz so we need to convert our milliseconds to seconds. Since we're - * dividing by the milliseconds, we simply multiply by 1000. - */ +#define UI_CPUFREQ_ROUNDING_FACTOR 10000000 - /* Unlike linux, we're not limited to 32-bit, but we do need to take care - * that we're going to multiply by 1000 first so we do need at least some - * arithmetic headroom. For now, 32-bit should be enough. - * Also unlike Linux, our compiler can do 64-bit integer arithmetic. - */ - if (tscDelta > (1ULL<<32)) - { - retval = 0; - } - else - { - retval = tscDelta * 1000 / 30; - } - disable_PIT2(); - return retval; +clock_frequency_info_t gPEClockFrequencyInfo; + +static __unused uint64_t rdtsc32(void) +{ + unsigned int lo,hi; + __asm__ __volatile__ ("rdtsc" : "=a" (lo), "=d" (hi)); + return ((uint64_t)hi << 32) | lo; } /* @@ -100,9 +41,9 @@ static uint64_t timeRDTSC(void) { int attempts = 0; - uint64_t latchTime; + uint32_t latchTime; uint64_t saveTime,intermediate; - unsigned int timerValue, lastValue; + unsigned int timerValue, lastValue; //boolean_t int_enabled; /* * Table of correction factors to account for @@ -123,21 +64,21 @@ ROUND64(SAMPLE_MULTIPLIER/(double)(SAMPLE_CLKS_INT-5)) }; - //int_enabled = ml_set_interrupts_enabled(FALSE); + //int_enabled = ml_set_interrupts_enabled(false); restart: - if (attempts >= 9) // increase to up to 9 attempts. + if (attempts >= 3) // increase to up to 9 attempts. { - // This will flash-reboot. TODO: Use tscPanic instead. - printf("Timestamp counter calibation failed with %d attempts\n", attempts); + // This will flash-reboot. TODO: Use tscPanic instead. + //printf("Timestamp counter calibation failed with %d attempts\n", attempts); } attempts++; enable_PIT2(); // turn on PIT2 set_PIT2(0); // reset timer 2 to be zero - latchTime = rdtsc64(); // get the time stamp to time + latchTime = rdtsc32(); // get the time stamp to time latchTime = get_PIT2(&timerValue) - latchTime; // time how long this takes set_PIT2(SAMPLE_CLKS_INT); // set up the timer for (almost) 1/20th a second - saveTime = rdtsc64(); // now time how long a 20th a second is... + saveTime = rdtsc32(); // now time how long a 20th a second is... get_PIT2(&lastValue); get_PIT2(&lastValue); // read twice, first value may be unreliable do { @@ -151,9 +92,9 @@ } lastValue = timerValue; } while (timerValue > 5); - printf("timerValue %d\n",timerValue); - printf("intermediate 0x%016llX\n",intermediate); - printf("saveTime 0x%016llX\n",saveTime); + //printf("timerValue %d\n",timerValue); + //printf("intermediate 0x%016llX\n",intermediate); + //printf("saveTime 0x%016llX\n",saveTime); intermediate -= saveTime; // raw count for about 1/20 second intermediate *= scale[timerValue]; // rescale measured time spent @@ -168,160 +109,180 @@ } /* - * Original comment/code: - * "DFE: Measures the Max Performance Frequency in Hz (64-bit)" - * - * Measures the Actual Performance Frequency in Hz (64-bit) - * (just a naming change, mperf --> aperf ) + * DFE: Measures the TSC frequency in Hz (64-bit) using the ACPI PM timer */ -static uint64_t measure_aperf_frequency(void) +static uint64_t __unused measure_tsc_frequency(void) { - uint64_t aperfStart; - uint64_t aperfEnd; - uint64_t aperfDelta = 0xffffffffffffffffULL; + uint64_t tscStart; + uint64_t tscEnd; + uint64_t tscDelta = 0xffffffffffffffffULL; unsigned long pollCount; uint64_t retval = 0; int i; - /* Time how many APERF ticks elapse in 30 msec using the 8254 PIT + /* Time how many TSC ticks elapse in 30 msec using the 8254 PIT * counter 2. We run this loop 3 times to make sure the cache * is hot and we take the minimum delta from all of the runs. * That is to say that we're biased towards measuring the minimum - * number of APERF ticks that occur while waiting for the timer to - * expire. + * number of TSC ticks that occur while waiting for the timer to + * expire. That theoretically helps avoid inconsistencies when + * running under a VM if the TSC is not virtualized and the host + * steals time. The TSC is normally virtualized for VMware. */ for(i = 0; i < 10; ++i) { enable_PIT2(); set_PIT2_mode0(CALIBRATE_LATCH); - aperfStart = rdmsr64(MSR_AMD_APERF); + tscStart = rdtsc64(); pollCount = poll_PIT2_gate(); - aperfEnd = rdmsr64(MSR_AMD_APERF); + tscEnd = rdtsc64(); /* The poll loop must have run at least a few times for accuracy */ if (pollCount <= 1) { continue; } /* The TSC must increment at LEAST once every millisecond. - * We should have waited exactly 30 msec so the APERF delta should + * We should have waited exactly 30 msec so the TSC delta should * be >= 30. Anything less and the processor is way too slow. */ - if ((aperfEnd - aperfStart) <= CALIBRATE_TIME_MSEC) + if ((tscEnd - tscStart) <= CALIBRATE_TIME_MSEC) { continue; } // tscDelta = MIN(tscDelta, (tscEnd - tscStart)) - if ( (aperfEnd - aperfStart) < aperfDelta ) + if ( (tscEnd - tscStart) < tscDelta ) { - aperfDelta = aperfEnd - aperfStart; + tscDelta = tscEnd - tscStart; } } - /* mperfDelta is now the least number of MPERF ticks the processor made in + /* tscDelta is now the least number of TSC ticks the processor made in * a timespan of 0.03 s (e.g. 30 milliseconds) + * Linux thus divides by 30 which gives the answer in kiloHertz because + * 1 / ms = kHz. But we're xnu and most of the rest of the code uses + * Hz so we need to convert our milliseconds to seconds. Since we're + * dividing by the milliseconds, we simply multiply by 1000. */ - if (aperfDelta > (1ULL<<32)) + /* Unlike linux, we're not limited to 32-bit, but we do need to take care + * that we're going to multiply by 1000 first so we do need at least some + * arithmetic headroom. For now, 32-bit should be enough. + * Also unlike Linux, our compiler can do 64-bit integer arithmetic. + */ + if (tscDelta > (1ULL<<32)) { retval = 0; } else { - retval = aperfDelta * 1000 / 30; + retval = tscDelta * 1000 / 30; } disable_PIT2(); return retval; } -/* - * Calculates the FSB and CPU frequencies using specific MSRs for each CPU - * - multi. is read from a specific MSR. In the case of Intel, there is: - * a max multi. (used to calculate the FSB freq.), - * and a current multi. (used to calculate the CPU freq.) - * - fsbFrequency = tscFrequency / multi - * - cpuFrequency = fsbFrequency * multi - */ -void scan_cpu(PlatformInfo_t *p) +static uint64_t rtc_set_cyc_per_sec(uint64_t cycles); +#define RTC_FAST_DENOM 0xFFFFFFFF + +inline static uint32_t +create_mul_quant_GHZ(int shift, uint32_t quant) { - uint64_t tscFrequency = 0; - uint64_t fsbFrequency = 0; - uint64_t cpuFrequency = 0; - uint64_t msr = 0; - uint64_t flex_ratio = 0; + return (uint32_t)((((uint64_t)NSEC_PER_SEC/20) << shift) / quant); +} - uint32_t max_ratio = 0; - uint32_t min_ratio = 0; - uint32_t reg[4]; // = {0, 0, 0, 0}; - uint32_t cores_per_package = 0; - uint32_t logical_per_package = 1; - uint32_t threads_per_core = 1; +struct { + mach_timespec_t calend_offset; + boolean_t calend_is_set; - uint8_t bus_ratio_max = 0; - uint8_t bus_ratio_min = 0; - uint8_t currdiv = 0; - uint8_t currcoef = 0; - uint8_t maxdiv = 0; - uint8_t maxcoef = 0; + int64_t calend_adjtotal; + int32_t calend_adjdelta; - const char *newratio; - char str[128]; - char *s = 0; + uint32_t boottime; - int len = 0; - int myfsb = 0; - int i = 0; + mach_timebase_info_data_t timebase_const; - /* get cpuid values */ - do_cpuid(0x00000000, p->CPU.CPUID[CPUID_0]); // MaxFn, Vendor - p->CPU.Vendor = p->CPU.CPUID[CPUID_0][ebx]; + decl_simple_lock_data(,lock) /* real-time clock device lock */ +} rtclock; - do_cpuid(0x00000001, p->CPU.CPUID[CPUID_1]); // Signature, stepping, features +uint32_t rtc_quant_shift; /* clock to nanos right shift */ +uint32_t rtc_quant_scale; /* clock to nanos multiplier */ +uint64_t rtc_cyc_per_sec; /* processor cycles per sec */ +uint64_t rtc_cycle_count; /* clocks in 1/20th second */ - if ((p->CPU.Vendor == CPUID_VENDOR_INTEL) && ((bit(28) & p->CPU.CPUID[CPUID_1][edx]) != 0)) // Intel && HTT/Multicore - { - logical_per_package = bitfield(p->CPU.CPUID[CPUID_1][ebx], 23, 16); - } +static uint64_t rtc_set_cyc_per_sec(uint64_t cycles) +{ - do_cpuid(0x00000002, p->CPU.CPUID[CPUID_2]); // TLB/Cache/Prefetch - - do_cpuid(0x00000003, p->CPU.CPUID[CPUID_3]); // S/N - - /* Based on Apple's XNU cpuid.c - Deterministic cache parameters */ - if ((p->CPU.CPUID[CPUID_0][eax] > 3) && (p->CPU.CPUID[CPUID_0][eax] < 0x80000000)) + if (cycles > (NSEC_PER_SEC/20)) { - for (i = 0; i < 0xFF; i++) // safe loop - { - do_cpuid2(0x00000004, i, reg); // AX=4: Fn, CX=i: cache index - if (bitfield(reg[eax], 4, 0) == 0) - { - break; - } - //cores_per_package = bitfield(reg[eax], 31, 26) + 1; - } + // we can use just a "fast" multiply to get nanos + rtc_quant_shift = 32; + rtc_quant_scale = create_mul_quant_GHZ(rtc_quant_shift, (uint32_t)cycles); + rtclock.timebase_const.numer = rtc_quant_scale; // timeRDTSC is 1/20 + rtclock.timebase_const.denom = (uint32_t)RTC_FAST_DENOM; } - - do_cpuid2(0x00000004, 0, p->CPU.CPUID[CPUID_4]); - - if (i > 0) + else { - cores_per_package = bitfield(p->CPU.CPUID[CPUID_4][eax], 31, 26) + 1; // i = cache index - threads_per_core = bitfield(p->CPU.CPUID[CPUID_4][eax], 25, 14) + 1; + rtc_quant_shift = 26; + rtc_quant_scale = create_mul_quant_GHZ(rtc_quant_shift, (uint32_t)cycles); + rtclock.timebase_const.numer = NSEC_PER_SEC/20; // timeRDTSC is 1/20 + rtclock.timebase_const.denom = (uint32_t)cycles; } + rtc_cyc_per_sec = cycles*20; // multiply it by 20 and we are done.. + // BUT we also want to calculate... - if (cores_per_package == 0) - { - cores_per_package = 1; - } + cycles = ((rtc_cyc_per_sec + (UI_CPUFREQ_ROUNDING_FACTOR/2)) + / UI_CPUFREQ_ROUNDING_FACTOR) + * UI_CPUFREQ_ROUNDING_FACTOR; - if (p->CPU.CPUID[CPUID_0][0] >= 0x5) // Monitor/Mwait + /* + * Set current measured speed. + */ + if (cycles >= 0x100000000ULL) { - do_cpuid(5, p->CPU.CPUID[CPUID_5]); + gPEClockFrequencyInfo.cpu_clock_rate_hz = 0xFFFFFFFFUL; } - if (p->CPU.CPUID[CPUID_0][0] >= 6) // Thermal/Power + else { - do_cpuid(6, p->CPU.CPUID[CPUID_6]); + gPEClockFrequencyInfo.cpu_clock_rate_hz = (unsigned long)cycles; } + gPEClockFrequencyInfo.cpu_frequency_hz = cycles; - do_cpuid(0x80000000, p->CPU.CPUID[CPUID_80]); + //printf("[RTCLOCK_1] frequency %llu (%llu) %llu\n", cycles, rtc_cyc_per_sec,timeRDTSC() * 20); + return(rtc_cyc_per_sec); +} + +/* + * Calculates the FSB and CPU frequencies using specific MSRs for each CPU + * - multi. is read from a specific MSR. In the case of Intel, there is: + * a max multi. (used to calculate the FSB freq.), + * and a current multi. (used to calculate the CPU freq.) + * - busFrequency = tscFrequency / multi + * - cpuFrequency = busFrequency * multi + */ + +/* Decimal powers: */ +#define kilo (1000ULL) +#define Mega (kilo * kilo) +#define Giga (kilo * Mega) +#define Tera (kilo * Giga) +#define Peta (kilo * Tera) + +#define quad(hi,lo) (((uint64_t)(hi)) << 32 | (lo)) + +void get_cpuid(PlatformInfo_t *p) +{ + + char str[128]; + uint32_t reg[4]; + char *s = 0; + + + do_cpuid(0x00000000, p->CPU.CPUID[CPUID_0]); // MaxFn, Vendor + do_cpuid(0x00000001, p->CPU.CPUID[CPUID_1]); // Signature, stepping, features + do_cpuid(0x00000002, p->CPU.CPUID[CPUID_2]); // TLB/Cache/Prefetch + + do_cpuid(0x00000003, p->CPU.CPUID[CPUID_3]); // S/N + do_cpuid(0x80000000, p->CPU.CPUID[CPUID_80]); // Get the max extended cpuid + if ((p->CPU.CPUID[CPUID_80][0] & 0x0000000f) >= 8) { do_cpuid(0x80000008, p->CPU.CPUID[CPUID_88]); @@ -332,31 +293,8 @@ do_cpuid(0x80000001, p->CPU.CPUID[CPUID_81]); } -/* http://www.flounder.com/cpuid_explorer2.htm - EAX (Intel): - 31 28 27 20 19 16 1514 1312 11 8 7 4 3 0 - +--------+----------------+--------+----+----+--------+--------+--------+ - |########|Extended family |Extmodel|####|type|familyid| model |stepping| - +--------+----------------+--------+----+----+--------+--------+--------+ +// ============================================================== - EAX (AMD): - 31 28 27 20 19 16 1514 1312 11 8 7 4 3 0 - +--------+----------------+--------+----+----+--------+--------+--------+ - |########|Extended family |Extmodel|####|####|familyid| model |stepping| - +--------+----------------+--------+----+----+--------+--------+--------+ -*/ - p->CPU.MCodeVersion = (uint32_t)(rdmsr64(MSR_IA32_BIOS_SIGN_ID) >> 32); - p->CPU.Vendor = p->CPU.CPUID[CPUID_0][1]; - p->CPU.Signature = p->CPU.CPUID[CPUID_1][0]; - p->CPU.Stepping = (uint8_t)bitfield(p->CPU.CPUID[CPUID_1][0], 3, 0); // stepping = cpu_feat_eax & 0xF; - p->CPU.Model = (uint8_t)bitfield(p->CPU.CPUID[CPUID_1][0], 7, 4); // model = (cpu_feat_eax >> 4) & 0xF; - p->CPU.Family = (uint8_t)bitfield(p->CPU.CPUID[CPUID_1][0], 11, 8); // family = (cpu_feat_eax >> 8) & 0xF; - //p->CPU.Type = (uint8_t)bitfield(p->CPU.CPUID[CPUID_1][0], 13, 12); // type = (cpu_feat_eax >> 12) & 0x3; - p->CPU.ExtModel = (uint8_t)bitfield(p->CPU.CPUID[CPUID_1][0], 19, 16); // ext_model = (cpu_feat_eax >> 16) & 0xF; - p->CPU.ExtFamily = (uint8_t)bitfield(p->CPU.CPUID[CPUID_1][0], 27, 20); // ext_family = (cpu_feat_eax >> 20) & 0xFF; - - p->CPU.Model += (p->CPU.ExtModel << 4); - /* get BrandString (if supported) */ /* Copyright: from Apple's XNU cpuid.c */ if (p->CPU.CPUID[CPUID_80][0] > 0x80000004) @@ -393,36 +331,175 @@ // DBG("Brandstring = %s\n", p->CPU.BrandString); } - /* - * Find the number of enabled cores and threads - * (which determines whether SMT/Hyperthreading is active). - */ +// ============================================================== + + switch(p->CPU.BrandString[0]) + { + case 'A': + /* AMD Processors */ + // The cache information is only in ecx and edx so only save + // those registers + + do_cpuid(5, p->CPU.CPUID[CPUID_5]); // Monitor/Mwait + + do_cpuid(0x80000005, p->CPU.CPUID[CPUID_85]); // TLB/Cache/Prefetch + do_cpuid(0x80000006, p->CPU.CPUID[CPUID_86]); // TLB/Cache/Prefetch + do_cpuid(0x80000008, p->CPU.CPUID[CPUID_88]); + + break; + + case 'G': + /* Intel Processors */ + do_cpuid2(0x00000004, 0, p->CPU.CPUID[CPUID_4]); // Cache Index for Inte + + if (p->CPU.CPUID[CPUID_0][0] >= 0x5) // Monitor/Mwait + { + do_cpuid(5, p->CPU.CPUID[CPUID_5]); + } + + if (p->CPU.CPUID[CPUID_0][0] >= 6) // Thermal/Power + { + do_cpuid(6, p->CPU.CPUID[CPUID_6]); + } + + break; + } +} +void scan_cpu(PlatformInfo_t *p) +{ + + get_cpuid(p); + + uint64_t busFCvtt2n; + uint64_t tscFCvtt2n; + uint64_t tscFreq = 0; + uint64_t busFrequency = 0; + uint64_t cpuFrequency = 0; + uint64_t msr = 0; + uint64_t flex_ratio = 0; + uint64_t cpuid_features; + + uint32_t max_ratio = 0; + uint32_t min_ratio = 0; + uint32_t reg[4]; + uint32_t cores_per_package = 0; + uint32_t logical_per_package = 1; + uint32_t threads_per_core = 1; + + uint8_t bus_ratio_max = 0; + uint8_t bus_ratio_min = 0; + uint8_t currdiv = 0; + uint8_t currcoef = 0; + uint8_t maxdiv = 0; + uint8_t maxcoef = 0; + uint8_t pic0_mask; + uint8_t cpuMultN2 = 0; + + const char *newratio; + + int len = 0; + int myfsb = 0; + int i = 0; + + +/* http://www.flounder.com/cpuid_explorer2.htm + EAX (Intel): + 31 28 27 20 19 16 1514 1312 11 8 7 4 3 0 + +--------+----------------+--------+----+----+--------+--------+--------+ + |########|Extended family |Extmodel|####|type|familyid| model |stepping| + +--------+----------------+--------+----+----+--------+--------+--------+ + + EAX (AMD): + 31 28 27 20 19 16 1514 1312 11 8 7 4 3 0 + +--------+----------------+--------+----+----+--------+--------+--------+ + |########|Extended family |Extmodel|####|####|familyid| model |stepping| + +--------+----------------+--------+----+----+--------+--------+--------+ +*/ + ///////////////////-- MaxFn,Vendor --//////////////////////// + p->CPU.Vendor = p->CPU.CPUID[CPUID_0][1]; + + ///////////////////-- Signature, stepping, features -- ////// + cpuid_features = quad(p->CPU.CPUID[CPUID_1][ecx], p->CPU.CPUID[CPUID_1][edx]); + if (bit(28) & p->CPU.CPUID[CPUID_1][edx]) // HTT/Multicore + { + logical_per_package = bitfield(p->CPU.CPUID[CPUID_1][ebx], 23, 16); + } + else + { + logical_per_package = 1; + } + + p->CPU.Signature = p->CPU.CPUID[CPUID_1][0]; + p->CPU.Stepping = (uint8_t)bitfield(p->CPU.CPUID[CPUID_1][0], 3, 0); // stepping = cpu_feat_eax & 0xF; + p->CPU.Model = (uint8_t)bitfield(p->CPU.CPUID[CPUID_1][0], 7, 4); // model = (cpu_feat_eax >> 4) & 0xF; + p->CPU.Family = (uint8_t)bitfield(p->CPU.CPUID[CPUID_1][0], 11, 8); // family = (cpu_feat_eax >> 8) & 0xF; + //p->CPU.Type = (uint8_t)bitfield(p->CPU.CPUID[CPUID_1][0], 13, 12); // type = (cpu_feat_eax >> 12) & 0x3; + p->CPU.ExtModel = (uint8_t)bitfield(p->CPU.CPUID[CPUID_1][0], 19, 16); // ext_model = (cpu_feat_eax >> 16) & 0xF; + p->CPU.ExtFamily = (uint8_t)bitfield(p->CPU.CPUID[CPUID_1][0], 27, 20); // ext_family = (cpu_feat_eax >> 20) & 0xFF; + + if (p->CPU.Family == 0x0f) + { + p->CPU.Family += p->CPU.ExtFamily; + } + + if (p->CPU.Family == 0x0f || p->CPU.Family == 0x06) + { + p->CPU.Model += (p->CPU.ExtModel << 4); + } + switch (p->CPU.Vendor) { case CPUID_VENDOR_INTEL: + { + /* Based on Apple's XNU cpuid.c - Deterministic cache parameters */ + if ((p->CPU.CPUID[CPUID_0][eax] > 3) && (p->CPU.CPUID[CPUID_0][eax] < 0x80000000)) + { + for (i = 0; i < 0xFF; i++) // safe loop + { + do_cpuid2(0x00000004, i, reg); // AX=4: Fn, CX=i: cache index + if (bitfield(reg[eax], 4, 0) == 0) + { + break; + } + cores_per_package = bitfield(reg[eax], 31, 26) + 1; + } + } + + if (i > 0) + { + cores_per_package = bitfield(p->CPU.CPUID[CPUID_4][eax], 31, 26) + 1; // i = cache index + threads_per_core = bitfield(p->CPU.CPUID[CPUID_4][eax], 25, 14) + 1; + } + + if (cores_per_package == 0) + { + cores_per_package = 1; + } + switch (p->CPU.Model) { case CPUID_MODEL_NEHALEM: case CPUID_MODEL_FIELDS: - case CPUID_MODEL_DALES: + case CPUID_MODEL_CLARKDALE: case CPUID_MODEL_NEHALEM_EX: case CPUID_MODEL_JAKETOWN: case CPUID_MODEL_SANDYBRIDGE: case CPUID_MODEL_IVYBRIDGE: - + case CPUID_MODEL_HASWELL_U5: + case CPUID_MODEL_ATOM_3700: case CPUID_MODEL_HASWELL: case CPUID_MODEL_HASWELL_SVR: //case CPUID_MODEL_HASWELL_H: case CPUID_MODEL_HASWELL_ULT: - case CPUID_MODEL_CRYSTALWELL: + case CPUID_MODEL_HASWELL_ULX: //case CPUID_MODEL_: - msr = rdmsr64(MSR_CORE_THREAD_COUNT); + msr = rdmsr64(MSR_CORE_THREAD_COUNT); // 0x35 p->CPU.NoCores = (uint32_t)bitfield((uint32_t)msr, 31, 16); p->CPU.NoThreads = (uint32_t)bitfield((uint32_t)msr, 15, 0); break; - case CPUID_MODEL_DALES_32NM: - case CPUID_MODEL_WESTMERE: + case CPUID_MODEL_DALES: + case CPUID_MODEL_WESTMERE: // Intel Core i7 LGA1366 (32nm) 6 Core case CPUID_MODEL_WESTMERE_EX: msr = rdmsr64(MSR_CORE_THREAD_COUNT); p->CPU.NoCores = (uint32_t)bitfield((uint32_t)msr, 19, 16); @@ -435,35 +512,51 @@ p->CPU.NoCores = cores_per_package; p->CPU.NoThreads = logical_per_package; } - break; + // MSR is *NOT* available on the Intel Atom CPU + //workaround for N270. I don't know why it detected wrong + if ((p->CPU.Model == CPUID_MODEL_ATOM) && (strstr(p->CPU.BrandString, "270"))) + { + p->CPU.NoCores = 1; + p->CPU.NoThreads = 2; + } + + //workaround for Quad + if ( strstr(p->CPU.BrandString, "Quad") ) + { + p->CPU.NoCores = 4; + p->CPU.NoThreads = 4; + } + } + + break; + case CPUID_VENDOR_AMD: - p->CPU.NoCores = (uint32_t)bitfield(p->CPU.CPUID[CPUID_88][2], 7, 0) + 1; - p->CPU.NoThreads = (uint32_t)bitfield(p->CPU.CPUID[CPUID_1][1], 23, 16); - if (p->CPU.NoCores == 0) + { + + cores_per_package = bitfield(p->CPU.CPUID[CPUID_88][ecx], 7, 0) + 1; + threads_per_core = cores_per_package; + + if (cores_per_package == 0) { - p->CPU.NoCores = 1; + cores_per_package = 1; } - if (p->CPU.NoThreads < p->CPU.NoCores) + p->CPU.NoCores = cores_per_package; + p->CPU.NoThreads = logical_per_package; + + if (p->CPU.NoCores == 0) { - p->CPU.NoThreads = p->CPU.NoCores; + p->CPU.NoCores = 1; + p->CPU.NoThreads = 1; } + } + break; - break; - - default: + default : stop("Unsupported CPU detected! System halted."); } - //workaround for N270. I don't know why it detected wrong - // MSR is *NOT* available on the Intel Atom CPU - if ((p->CPU.Model == CPUID_MODEL_ATOM) && (strstr(p->CPU.BrandString, "270"))) - { - p->CPU.NoCores = 1; - p->CPU.NoThreads = 2; - } - /* setup features */ if ((bit(23) & p->CPU.CPUID[CPUID_1][3]) != 0) { @@ -505,28 +598,26 @@ p->CPU.Features |= CPU_FEATURE_MSR; } - if ((p->CPU.Vendor == CPUID_VENDOR_INTEL) && (p->CPU.NoThreads > p->CPU.NoCores)) + if ((p->CPU.NoThreads > p->CPU.NoCores)) { p->CPU.Features |= CPU_FEATURE_HTT; } - tscFrequency = measure_tsc_frequency(); - DBG("cpu freq classic = 0x%016llx\n", tscFrequency); - /* if usual method failed */ - if ( tscFrequency < 1000 ) //TEST + pic0_mask = inb(0x21U); + outb(0x21U, 0xFFU); // mask PIC0 interrupts for duration of timing tests + + uint64_t cycles; + cycles = timeRDTSC(); + tscFreq = rtc_set_cyc_per_sec(cycles); + DBG("cpu freq classic = 0x%016llx\n", tscFreq); + // if usual method failed + if ( tscFreq < 1000 ) //TEST { - tscFrequency = timeRDTSC() * 20;//measure_tsc_frequency(); + tscFreq = measure_tsc_frequency();//timeRDTSC() * 20;//measure_tsc_frequency(); // DBG("cpu freq timeRDTSC = 0x%016llx\n", tscFrequency); } - else - { - // DBG("cpu freq timeRDTSC = 0x%016llxn", timeRDTSC() * 20); - } - fsbFrequency = 0; - cpuFrequency = 0; - - if (p->CPU.Vendor == CPUID_VENDOR_INTEL && ((p->CPU.Family == 0x06 && p->CPU.Model >= 0x0c) || (p->CPU.Family == 0x0f && p->CPU.Model >= 0x03))) + if (p->CPU.Vendor==CPUID_VENDOR_INTEL && ((p->CPU.Family == 0x06 && p->CPU.Model >= 0x0c) || (p->CPU.Family == 0x0f && p->CPU.Model >= 0x03))) { int intelCPU = p->CPU.Model; if (p->CPU.Family == 0x06) @@ -536,8 +627,8 @@ { case CPUID_MODEL_NEHALEM: case CPUID_MODEL_FIELDS: + case CPUID_MODEL_CLARKDALE: case CPUID_MODEL_DALES: - case CPUID_MODEL_DALES_32NM: case CPUID_MODEL_WESTMERE: case CPUID_MODEL_NEHALEM_EX: case CPUID_MODEL_WESTMERE_EX: @@ -546,11 +637,13 @@ case CPUID_MODEL_JAKETOWN: case CPUID_MODEL_IVYBRIDGE_XEON: case CPUID_MODEL_IVYBRIDGE: + case CPUID_MODEL_ATOM_3700: case CPUID_MODEL_HASWELL: + case CPUID_MODEL_HASWELL_U5: case CPUID_MODEL_HASWELL_SVR: case CPUID_MODEL_HASWELL_ULT: - case CPUID_MODEL_CRYSTALWELL: + case CPUID_MODEL_HASWELL_ULX: /* --------------------------------------------------------- */ msr = rdmsr64(MSR_PLATFORM_INFO); DBG("msr(%d): platform_info %08x\n", __LINE__, bitfield(msr, 31, 0)); @@ -587,7 +680,7 @@ if (bus_ratio_max) { - fsbFrequency = (tscFrequency / bus_ratio_max); + busFrequency = (tscFreq / bus_ratio_max); } //valv: Turbo Ratio Limit @@ -595,13 +688,14 @@ { msr = rdmsr64(MSR_TURBO_RATIO_LIMIT); - cpuFrequency = bus_ratio_max * fsbFrequency; + cpuFrequency = bus_ratio_max * busFrequency; max_ratio = bus_ratio_max * 10; } else { - cpuFrequency = tscFrequency; + cpuFrequency = tscFreq; } + if ((getValueForKey(kbusratio, &newratio, &len, &bootInfo->chameleonConfig)) && (len <= 4)) { max_ratio = atoi(newratio); @@ -616,7 +710,7 @@ // extreme overclockers may love 320 ;) if ((max_ratio >= min_ratio) && (max_ratio <= 320)) { - cpuFrequency = (fsbFrequency * max_ratio) / 10; + cpuFrequency = (busFrequency * max_ratio) / 10; if (len >= 3) { maxdiv = 1; @@ -636,7 +730,7 @@ p->CPU.MaxRatio = max_ratio; p->CPU.MinRatio = min_ratio; - myfsb = fsbFrequency / 1000000; + myfsb = busFrequency / 1000000; verbose("Sticking with [BCLK: %dMhz, Bus-Ratio: %d]\n", myfsb, max_ratio/10); // Bungo: fixed wrong Bus-Ratio readout currcoef = bus_ratio_max; @@ -673,20 +767,20 @@ { if (maxdiv) { - fsbFrequency = ((tscFrequency * 2) / ((maxcoef * 2) + 1)); + busFrequency = ((tscFreq * 2) / ((maxcoef * 2) + 1)); } else { - fsbFrequency = (tscFrequency / maxcoef); + busFrequency = (tscFreq / maxcoef); } if (currdiv) { - cpuFrequency = (fsbFrequency * ((currcoef * 2) + 1) / 2); + cpuFrequency = (busFrequency * ((currcoef * 2) + 1) / 2); } else { - cpuFrequency = (fsbFrequency * currcoef); + cpuFrequency = (busFrequency * currcoef); } DBG("max: %d%s current: %d%s\n", maxcoef, maxdiv ? ".5" : "",currcoef, currdiv ? ".5" : ""); @@ -700,113 +794,251 @@ p->CPU.Features |= CPU_FEATURE_MOBILE; } } - else if ((p->CPU.Vendor == CPUID_VENDOR_AMD) && (p->CPU.Family == 0x0f)) + + else if (p->CPU.Vendor==CPUID_VENDOR_AMD) { - switch(p->CPU.ExtFamily) + switch(p->CPU.Family) { - case 0x00: //* K8 *// - msr = rdmsr64(K8_FIDVID_STATUS); - maxcoef = bitfield(msr, 21, 16) / 2 + 4; - currcoef = bitfield(msr, 5, 0) / 2 + 4; + case 0xF: /* K8 */ + { + uint64_t fidvid = 0; + uint64_t cpuMult; + uint64_t fid; + + fidvid = rdmsr64(K8_FIDVID_STATUS); + fid = bitfield(fidvid, 5, 0); + + cpuMult = (fid + 8) / 2; + currcoef = cpuMult; + + cpuMultN2 = (fidvid & (uint64_t)bit(0)); + currdiv = cpuMultN2; + /****** Addon END ******/ + } break; - case 0x01: //* K10 *// - msr = rdmsr64(K10_COFVID_STATUS); - do_cpuid2(0x00000006, 0, p->CPU.CPUID[CPUID_6]); - // EffFreq: effective frequency interface - if (bitfield(p->CPU.CPUID[CPUID_6][2], 0, 0) == 1) + case 0x10: /*** AMD Family 10h ***/ + { + uint64_t cofvid = 0; + uint64_t cpuMult; + uint64_t divisor = 0; + uint64_t did; + uint64_t fid; + + cofvid = rdmsr64(K10_COFVID_STATUS); + did = bitfield(cofvid, 8, 6); + fid = bitfield(cofvid, 5, 0); + if (did == 0) divisor = 2; + else if (did == 1) divisor = 4; + else if (did == 2) divisor = 8; + else if (did == 3) divisor = 16; + else if (did == 4) divisor = 32; + + cpuMult = (fid + 16) / divisor; + currcoef = cpuMult; + + cpuMultN2 = (cofvid & (uint64_t)bit(0)); + currdiv = cpuMultN2; + + /****** Addon END ******/ + } + break; + + case 0x11: /*** AMD Family 11h ***/ + { + uint64_t cofvid = 0; + uint64_t cpuMult; + uint64_t divisor = 0; + uint64_t did; + uint64_t fid; + + cofvid = rdmsr64(K10_COFVID_STATUS); + did = bitfield(cofvid, 8, 6); + fid = bitfield(cofvid, 5, 0); + if (did == 0) divisor = 2; + else if (did == 1) divisor = 4; + else if (did == 2) divisor = 8; + else if (did == 3) divisor = 16; + else if (did == 4) divisor = 32; + + cpuMult = (fid + 8) / divisor; + currcoef = cpuMult; + + cpuMultN2 = (cofvid & (uint64_t)bit(0)); + currdiv = cpuMultN2; + + /****** Addon END ******/ + } + break; + + case 0x12: /*** AMD Family 12h ***/ + { + // 8:4 CpuFid: current CPU core frequency ID + // 3:0 CpuDid: current CPU core divisor ID + uint64_t prfsts,CpuFid,CpuDid; + prfsts = rdmsr64(K10_COFVID_STATUS); + + CpuDid = bitfield(prfsts, 3, 0) ; + CpuFid = bitfield(prfsts, 8, 4) ; + uint64_t divisor; + switch (CpuDid) { - //uint64_t mperf = measure_mperf_frequency(); - uint64_t aperf = measure_aperf_frequency(); - cpuFrequency = aperf; + case 0: divisor = 1; break; + case 1: divisor = (3/2); break; + case 2: divisor = 2; break; + case 3: divisor = 3; break; + case 4: divisor = 4; break; + case 5: divisor = 6; break; + case 6: divisor = 8; break; + case 7: divisor = 12; break; + case 8: divisor = 16; break; + default: divisor = 1; break; } - // NOTE: tsc runs at the maccoeff (non turbo) - // *not* at the turbo frequency. - maxcoef = bitfield(msr, 54, 49) / 2 + 4; - currcoef = bitfield(msr, 5, 0) + 0x10; - currdiv = 2 << bitfield(msr, 8, 6); + currcoef = (CpuFid + 0x10) / divisor; + cpuMultN2 = (prfsts & (uint64_t)bit(0)); + currdiv = cpuMultN2; + + } break; - case 0x05: //* K14 *// - msr = rdmsr64(K10_COFVID_STATUS); - currcoef = (bitfield(msr, 54, 49) + 0x10) << 2; - currdiv = (bitfield(msr, 8, 4) + 1) << 2; + case 0x14: /* K14 */ + + { + // 8:4: current CPU core divisor ID most significant digit + // 3:0: current CPU core divisor ID least significant digit + uint64_t prfsts; + prfsts = rdmsr64(K10_COFVID_STATUS); + + uint64_t CpuDidMSD,CpuDidLSD; + CpuDidMSD = bitfield(prfsts, 8, 4) ; + CpuDidLSD = bitfield(prfsts, 3, 0) ; + + uint64_t frequencyId = 0x10; + currcoef = (frequencyId + 0x10) / + (CpuDidMSD + (CpuDidLSD * 0.25) + 1); + currdiv = ((CpuDidMSD) + 1) << 2; currdiv += bitfield(msr, 3, 0); + cpuMultN2 = (prfsts & (uint64_t)bit(0)); + currdiv = cpuMultN2; + } + break; - case 0x02: //* K11 *// - // not implimented + case 0x15: /*** AMD Family 15h ***/ + case 0x06: /*** AMD Family 06h ***/ + { + + uint64_t cofvid = 0; + uint64_t cpuMult; + uint64_t divisor = 0; + uint64_t did; + uint64_t fid; + + cofvid = rdmsr64(K10_COFVID_STATUS); + did = bitfield(cofvid, 8, 6); + fid = bitfield(cofvid, 5, 0); + if (did == 0) divisor = 2; + else if (did == 1) divisor = 4; + else if (did == 2) divisor = 8; + else if (did == 3) divisor = 16; + else if (did == 4) divisor = 32; + + cpuMult = (fid + 16) / divisor; + currcoef = cpuMult; + + cpuMultN2 = (cofvid & (uint64_t)bit(0)); + currdiv = cpuMultN2; + } break; - } - if (maxcoef) - { - if (currdiv) + case 0x16: /*** AMD Family 16h kabini ***/ { - if (!currcoef) - { - currcoef = maxcoef; - } + uint64_t cofvid = 0; + uint64_t cpuMult; + uint64_t divisor = 0; + uint64_t did; + uint64_t fid; - if (!cpuFrequency) - { - fsbFrequency = ((tscFrequency * currdiv) / currcoef); - } - else - { - fsbFrequency = ((cpuFrequency * currdiv) / currcoef); - } - DBG("%d.%d\n", currcoef / currdiv, ((currcoef % currdiv) * 100) / currdiv); + cofvid = rdmsr64(K10_COFVID_STATUS); + did = bitfield(cofvid, 8, 6); + fid = bitfield(cofvid, 5, 0); + if (did == 0) divisor = 1; + else if (did == 1) divisor = 2; + else if (did == 2) divisor = 4; + else if (did == 3) divisor = 8; + else if (did == 4) divisor = 16; + + cpuMult = (fid + 16) / divisor; + currcoef = cpuMult; + + cpuMultN2 = (cofvid & (uint64_t)bit(0)); + currdiv = cpuMultN2; + /****** Addon END ******/ } - else + break; + + default: { - if (!cpuFrequency) - { - fsbFrequency = (tscFrequency / maxcoef); - } - else - { - fsbFrequency = (cpuFrequency / maxcoef); - } - DBG("%d\n", currcoef); + typedef unsigned long long vlong; + uint64_t prfsts; + prfsts = rdmsr64(K10_COFVID_STATUS); + uint64_t r; + vlong hz; + r = (prfsts>>6) & 0x07; + hz = (((prfsts & 0x3f)+0x10)*100000000ll)/(1<CPU.MaxCoef = maxcoef; - p->CPU.MaxDiv = maxdiv; + outb(0x21U, pic0_mask); // restore PIC0 interrupts + + p->CPU.MaxCoef = maxcoef = currcoef; + p->CPU.MaxDiv = maxdiv = currdiv; p->CPU.CurrCoef = currcoef; p->CPU.CurrDiv = currdiv; - p->CPU.TSCFrequency = tscFrequency; - p->CPU.FSBFrequency = fsbFrequency; + p->CPU.TSCFrequency = tscFreq; + p->CPU.FSBFrequency = busFrequency; p->CPU.CPUFrequency = cpuFrequency; // keep formatted with spaces instead of tabs @@ -854,7 +1086,7 @@ DBG("Cores: %d\n", p->CPU.NoCores); // Cores DBG("Logical processor: %d\n", p->CPU.NoThreads); // Logical procesor DBG("Features: 0x%08x\n", p->CPU.Features); - DBG("Microcode version: %d\n", p->CPU.MCodeVersion); // CPU microcode version +// DBG("Microcode version: %d\n", p->CPU.MCodeVersion); // CPU microcode version DBG("\n---------------------------------------------\n"); #if DEBUG_CPU pause(); Index: branches/ErmaC/Enoch/i386/libsaio/platform.h =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/platform.h (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/platform.h (revision 2679) @@ -23,8 +23,11 @@ #define CPUID_6 6 #define CPUID_80 7 #define CPUID_81 8 -#define CPUID_88 9 -#define CPUID_MAX 10 +#define CPUID_85 9 +#define CPUID_86 10 +#define CPUID_87 11 +#define CPUID_88 12 +#define CPUID_MAX 13 #define CPUID_MODEL_ANY 0x00 #define CPUID_MODEL_UNKNOWN 0x01 @@ -43,8 +46,8 @@ #define CPUID_MODEL_ATOM 0x1C // Pineview, Bonnell #define CPUID_MODEL_XEON_MP 0x1D // MP 7400 #define CPUID_MODEL_FIELDS 0x1E // Lynnfield, Clarksfield, Jasper Forest -#define CPUID_MODEL_DALES 0x1F // Havendale, Auburndale -#define CPUID_MODEL_DALES_32NM 0x25 // Clarkdale, Arrandale +#define CPUID_MODEL_CLARKDALE 0x1F // Havendale, Auburndale +#define CPUID_MODEL_DALES 0x25 // Clarkdale, Arrandale #define CPUID_MODEL_ATOM_SAN 0x26 // Lincroft #define CPUID_MODEL_LINCROFT 0x27 // Bonnell #define CPUID_MODEL_SANDYBRIDGE 0x2A // Sandy Bridge @@ -54,15 +57,15 @@ #define CPUID_MODEL_WESTMERE_EX 0x2F // Westmere-EX //#define CPUID_MODEL_BONNELL_ATOM 0x35 // Atom Family Bonnell #define CPUID_MODEL_ATOM_2000 0x36 // Cedarview / Saltwell -#define CPUID_MODEL_SILVERMONT 0x37 // Atom E3000, Z3000 Atom Silvermont +#define CPUID_MODEL_ATOM_3700 0x37 // Atom E3000, Z3000 Atom Silvermont #define CPUID_MODEL_IVYBRIDGE 0x3A // Ivy Bridge #define CPUID_MODEL_HASWELL 0x3C // Haswell DT -#define CPUID_MODEL_BROADWELL 0x3D // Core M, Broadwell / Core-AVX2 +#define CPUID_MODEL_HASWELL_U5 0x3D // Haswell U5 5th generation Broadwell, Core M / Core-AVX2 #define CPUID_MODEL_IVYBRIDGE_XEON 0x3E // Ivy Bridge Xeon #define CPUID_MODEL_HASWELL_SVR 0x3F // Haswell Server, Xeon E5-2600/1600 v3 (Haswell-E) //#define CPUID_MODEL_HASWELL_H 0x?? // Haswell H #define CPUID_MODEL_HASWELL_ULT 0x45 // Haswell ULT, 4th gen Core, Xeon E3-12xx v3 -#define CPUID_MODEL_CRYSTALWELL 0x46 // Crystal Well, 4th gen Core, Xeon E3-12xx v3 +#define CPUID_MODEL_HASWELL_ULX 0x46 // Crystal Well, 4th gen Core, Xeon E3-12xx v3 //#define CPUID_MODEL_ 0x4A // Future Atom E3000, Z3000 silvermont / atom #define CPUID_MODEL_AVOTON 0x4D // Silvermont/Avoton Atom C2000 //#define CPUID_MODEL_ 0x4E // Future Core @@ -77,8 +80,17 @@ #define CPUID_VENDOR_INTEL 0x756E6547 #define CPUID_VENDOR_AMD 0x68747541 + +/* This spells out "GenuineIntel". */ +//#define is_intel \ +// ebx == 0x756e6547 && ecx == 0x6c65746e && edx == 0x49656e69 + +/* This spells out "AuthenticAMD". */ +//#define is_amd \ +// ebx == 0x68747541 && ecx == 0x444d4163 && edx == 0x69746e65 + /* Unknown CPU */ -#define CPU_STRING_UNKNOWN "Unknown CPU Type" +#define CPU_STRING_UNKNOWN "Unknown CPU Typ" //definitions from Apple XNU @@ -185,7 +197,6 @@ #define CPUID_EXTFEATURE_EM64T bit(29) /* Extended Mem 64 Technology */ - #define CPUID_EXTFEATURE_LAHF hbit(0) /* LAFH/SAHF instructions */ /* @@ -277,7 +288,21 @@ #define MSR_CONFIG_TDP_CONTROL 0x64B // write once to lock #define MSR_TURBO_ACTIVATION_RATIO 0x64C -//AMD +/* AMD Defined MSRs */ +#define MSR_K6_EFER 0xC0000080 +#define MSR_K6_STAR 0xC0000081 +#define MSR_K6_WHCR 0xC0000082 +#define MSR_K6_UWCCR 0xC0000085 +#define MSR_K6_EPMR 0xC0000086 +#define MSR_K6_PSOR 0xC0000087 +#define MSR_K6_PFIR 0xC0000088 + +#define MSR_K7_EVNTSEL0 0xC0010000 +#define MSR_K7_PERFCTR0 0xC0010004 +#define MSR_K7_HWCR 0xC0010015 +#define MSR_K7_CLK_CTL 0xC001001b +#define MSR_K7_FID_VID_CTL 0xC0010041 + #define K8_FIDVID_STATUS 0xC0010042 #define K10_COFVID_LIMIT 0xC0010061 // max enabled p-state (msr >> 4) & 7 #define K10_COFVID_CONTROL 0xC0010062 // switch to p-state @@ -365,30 +390,19 @@ typedef struct _PlatformInfo_t { struct CPU { - uint32_t Vendor; // Vendor - char Vendor[16]; - char BrandString[48]; // 48 Byte Branding String + uint32_t Features; // CPU Features like MMX, SSE2, VT, MobileCPU + uint32_t Vendor; // Vendor + uint32_t CoresPerPackage; + uint32_t LogicalPerPackage; + uint32_t Signature; // Processor Signature + uint32_t Stepping; // Stepping //uint16_t Type; // Type - uint32_t Family; // Family uint32_t Model; // Model uint32_t ExtModel; // Extended Model + uint32_t Family; // Family uint32_t ExtFamily; // Extended Family - uint32_t Stepping; // Stepping - uint64_t Features; // CPU Features like MMX, SSE2, VT, MobileCPU - uint64_t ExtFeatures; - //uint32_t CoresPerPackage; - //uint32_t LogicalPerPackage; - uint32_t Signature; // Processor Signature - //uint8_t Brand; - //uint8_t ProcessorFlag; - uint32_t NoCores; // No Cores per Package uint32_t NoThreads; // Threads per Package - - //uint32_t CacheSize[LCACHE_MAX]; - //uint32_t CacheLineSize; - - //uint8_t cache_info[64]; // list of cache descriptors - uint8_t MaxCoef; // Max Multiplier uint8_t MaxDiv; // Min Multiplier uint8_t CurrCoef; // Current Multiplier @@ -398,19 +412,19 @@ uint64_t CPUFrequency; // CPU Frequency Hz uint32_t MaxRatio; // Max Bus Ratio uint32_t MinRatio; // Min Bus Ratio + char BrandString[48]; // 48 Byte Branding String uint32_t CPUID[CPUID_MAX][4]; // CPUID 0..4, 80..81 Raw Values - uint32_t MCodeVersion; // CPU Microcode version } CPU; struct RAM { uint64_t Frequency; // Ram Frequency uint32_t Divider; // Memory divider uint8_t CAS; // CAS 1/2/2.5/3/4/5/6/7 - uint8_t TRC; + uint8_t TRC; uint8_t TRP; uint8_t RAS; - uint8_t Channels; // Channel Configuration Single,Dual or Triple + uint8_t Channels; // Channel Configuration Single,Dual, Triple or Quad uint8_t NoSlots; // Maximum no of slots available uint8_t Type; // Standard SMBIOS v2.5 Memory Type RamSlotInfo_t DIMM[MAX_RAM_SLOTS]; // Information about each slot @@ -425,7 +439,7 @@ uint8_t Type; // system-type: 1=Desktop, 2=Portable, 3=Workstation... according ACPI2.0 (FACP: PM_Profile) uint8_t *UUID; // system-id (SMBIOS Table 1: system uuid) -// uint32_t HWSignature; // machine-signature (FACS: Hardware Signature) + uint32_t HWSignature; // machine-signature (FACS: Hardware Signature) } PlatformInfo_t; extern PlatformInfo_t Platform; Index: branches/ErmaC/Enoch/i386/libsaio/disk.c =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/disk.c (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/disk.c (revision 2679) @@ -126,8 +126,8 @@ * biosbuf points to a sector within the track cache, and is * updated by Biosread(). */ -static char * const trackbuf = (char *) ptov(BIOS_ADDR); -static char * biosbuf; +static char *const trackbuf = (char *) ptov(BIOS_ADDR); +static char *biosbuf; static struct DiskBVMap *gDiskBVMap = NULL; static struct disk_blk0 *gBootSector = NULL; @@ -233,7 +233,7 @@ //========================================================================== -static const char * getNameForValue( const struct NamedValue * nameTable, +static const char *getNameForValue( const struct NamedValue *nameTable, unsigned char value ) { const struct NamedValue *np; @@ -742,7 +742,7 @@ //============================================================================== -BVRef newAPMBVRef( int biosdev, int partno, unsigned int blkoff, +static BVRef newAPMBVRef( int biosdev, int partno, unsigned int blkoff, const DPME * part, FSInit initFunc, FSLoadFile loadFunc, FSReadFile readFunc, @@ -1331,7 +1331,7 @@ dpme.dpme_boot_block); */ - if (strncmp(dpme_p->dpme_type, "Apple_HFS",sizeof("Apple_HFS")) == 0) + if (strncmp(dpme_p->dpme_type, "Apple_HFS", sizeof("Apple_HFS")) == 0) { bvr = newAPMBVRef(biosdev, i, @@ -1537,7 +1537,7 @@ { char stringuuid[100]; efi_guid_unparse_upper((EFI_GUID*)gptMap->ent_type, stringuuid); - verbose("Reading GPT partition %d, type %s\n", gptID, stringuuid); + verbose("Reading GPT partition %d, type %s\n", (unsigned) gptID, stringuuid); // Getting fdisk like partition type. fsType = probeFileSystem(biosdev, gptMap->ent_lba_start); @@ -1729,7 +1729,7 @@ if (!loadConfigFile(dirSpec, &systemVersion)) { - bvr->OSisInstaller = true; + bvr->OSisInstaller = false; valid = true; } else @@ -1739,7 +1739,7 @@ if (!loadConfigFile(dirSpec, &systemVersion)) { - bvr->OSisServer = true; + bvr->OSisServer = false; valid = true; } /* else @@ -1753,49 +1753,31 @@ } */ } - } - if (valid) - { - const char *val; - int len; + if ( LION ) + { + int fh = -1; + snprintf(dirSpec, sizeof(dirSpec), "hd(%d,%d)/.PhysicalMediaInstall", BIOS_DEV_UNIT(bvr), bvr->part_no); + fh = open(dirSpec, 0); - if (getValueForKey(kProductVersion, &val, &len, &systemVersion)) - { - // getValueForKey uses const char for val - // so copy it and trim - *str = '\0'; - // crazybirdy - if (len > 4 && (val[3] == '1')) + if (fh >= 0) { - strncat(str, val, MIN(len, 5)); + valid = true; + bvr->OSisInstaller = true; + strcpy(bvr->OSVersion, "10.7"); // 10.7 + + close(fh); } else { - strncat(str, val, MIN(len, 4)); + close(fh); } } - else - { - valid = false; - } - } - - if(!valid) - { - int fh = -1; - snprintf(dirSpec, sizeof(dirSpec), "hd(%d,%d)/.PhysicalMediaInstall", BIOS_DEV_UNIT(bvr), bvr->part_no); - fh = open(dirSpec, 0); - if (fh >= 0) +// if ( MOUNTAIN_LION ){} + + if ( MAVERICKS ) { - valid = true; - bvr->OSisInstaller = true; - strcpy(bvr->OSVersion, "10.7"); // 10.7 + - close(fh); - } - else - { + int fh = -1; snprintf(dirSpec, sizeof(dirSpec), "hd(%d,%d)/.IAPhysicalMedia", BIOS_DEV_UNIT(bvr), bvr->part_no); fh = open(dirSpec, 0); @@ -1810,7 +1792,35 @@ close(fh); } } + +// if ( YOSEMITE ){} + +// if ( GALA ){} + } + + if (valid) + { + const char *val; + int len; + + if (getValueForKey(kProductVersion, &val, &len, &systemVersion)) + { + // getValueForKey uses const char for val + // so copy it and trim + *str = '\0'; + strncat(str, val, MIN(len, 5)); + if(str[4] == '.') + { + str[4] = '\0'; + } + } + else + { + valid = false; + } + } + return valid; } @@ -2193,7 +2203,7 @@ } // Try to match hd(x,y) first. - snprintf(testStr, sizeof(testStr),"hd(%d,%d)", BIOS_DEV_UNIT(bvr), bvr->part_no); + snprintf(testStr, sizeof(testStr), "hd(%d,%d)", BIOS_DEV_UNIT(bvr), bvr->part_no); if ( matchLen ? !strncmp(match, testStr, matchLen) : !strcmp(match, testStr) ) { return true; @@ -2283,7 +2293,7 @@ //============================================================================== -void getBootVolumeDescription( BVRef bvr, char * str, long strMaxLen, bool useDeviceDescription ) +void getBootVolumeDescription( BVRef bvr, char *str, long strMaxLen, bool useDeviceDescription ) { unsigned char type; char *p = str; @@ -2303,8 +2313,13 @@ return; } - strcpy(str + len, bvr->OSisInstaller ? " (Installer) " : " "); - len += bvr->OSisInstaller ? 13 : 1; + strcpy(str + len, bvr->OSisInstaller ? " (Installer " : " ("); + len += bvr->OSisInstaller ? 12 : 2; + strcpy(str + len, bvr->OSVersion); + len += strlen(bvr->OSVersion); + strcpy(str + len, ") "); + len += 2; + strMaxLen -= len; p += len; } @@ -2347,7 +2362,7 @@ } // Set the devices label - snprintf(bvr->label, sizeof(bvr->label), p); + strncpy(bvr->label, p, sizeof(bvr->label) ); } Index: branches/ErmaC/Enoch/i386/libsaio/pci_setup.c =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/pci_setup.c (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/pci_setup.c (revision 2679) @@ -5,13 +5,13 @@ #include "modules.h" #ifndef DEBUG_PCI_SETUP -#define DEBUG_PCI_SETUP 0 + #define DEBUG_PCI_SETUP 0 #endif #if DEBUG_PCI_SETUP -#define DBG(x...) printf(x) + #define DBG(x...) printf(x) #else -#define DBG(x...) + #define DBG(x...) #endif extern bool setup_ati_devprop(pci_dt_t *ati_dev); Index: branches/ErmaC/Enoch/i386/libsaio/cpu.h =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/cpu.h (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/cpu.h (revision 2679) @@ -10,6 +10,85 @@ extern void scan_cpu(PlatformInfo_t *); +struct clock_frequency_info_t +{ + unsigned long bus_clock_rate_hz; + unsigned long cpu_clock_rate_hz; + unsigned long dec_clock_rate_hz; + unsigned long bus_clock_rate_num; + unsigned long bus_clock_rate_den; + unsigned long bus_to_cpu_rate_num; + unsigned long bus_to_cpu_rate_den; + unsigned long bus_to_dec_rate_num; + unsigned long bus_to_dec_rate_den; + unsigned long timebase_frequency_hz; + unsigned long timebase_frequency_num; + unsigned long timebase_frequency_den; + unsigned long long bus_frequency_hz; + unsigned long long bus_frequency_min_hz; + unsigned long long bus_frequency_max_hz; + unsigned long long cpu_frequency_hz; + unsigned long long cpu_frequency_min_hz; + unsigned long long cpu_frequency_max_hz; + unsigned long long prf_frequency_hz; + unsigned long long prf_frequency_min_hz; + unsigned long long prf_frequency_max_hz; + unsigned long long mem_frequency_hz; + unsigned long long mem_frequency_min_hz; + unsigned long long mem_frequency_max_hz; + unsigned long long fix_frequency_hz; +}; + +typedef struct clock_frequency_info_t clock_frequency_info_t; + +extern clock_frequency_info_t gPEClockFrequencyInfo; + + +struct mach_timebase_info +{ + uint32_t numer; + uint32_t denom; +}; + +struct hslock +{ + int lock_data; +}; +typedef struct hslock hw_lock_data_t, *hw_lock_t; + +#define hw_lock_addr(hwl) (&((hwl).lock_data)) + +typedef struct uslock_debug +{ + void *lock_pc; /* pc where lock operation began */ + void *lock_thread; /* thread that acquired lock */ + unsigned long duration[2]; + unsigned short state; + unsigned char lock_cpu; + void *unlock_thread; /* last thread to release lock */ + unsigned char unlock_cpu; + void *unlock_pc; /* pc where lock operation ended */ +} uslock_debug; + +typedef struct slock +{ + hw_lock_data_t interlock; /* must be first... see lock.c */ + unsigned short lock_type; /* must be second... see lock.c */ +#define USLOCK_TAG 0x5353 + uslock_debug debug; +} usimple_lock_data_t, *usimple_lock_t; + +#if !defined(decl_simple_lock_data) +typedef usimple_lock_data_t *simple_lock_t; +typedef usimple_lock_data_t simple_lock_data_t; + +#define decl_simple_lock_data(class,name) \ +class simple_lock_data_t name; +#endif /* !defined(decl_simple_lock_data) */ + +typedef struct mach_timebase_info *mach_timebase_info_t; +typedef struct mach_timebase_info mach_timebase_info_data_t; + // DFE: These two constants come from Linux except CLOCK_TICK_RATE replaced with CLKNUM #define CALIBRATE_TIME_MSEC 30 /* 30 msecs */ #define CALIBRATE_LATCH ((CLKNUM * CALIBRATE_TIME_MSEC + 1000/2)/1000) Index: branches/ErmaC/Enoch/i386/libsaio/smbios.c =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/smbios.c (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/smbios.c (revision 2679) @@ -562,7 +562,7 @@ //=========== MacPro =========== #define kDefaultMacProFamily "MacPro" // MacPro's family = "MacPro" not "Mac Pro" //#define KDefauktMacProBoardAssetTagNumber "Pro-Enclosure" -//#define kDefaultMacProBoardType "0xB" // 11 +//#define kDefaultMacProBoardType "0x0B" // 11 #define kDefaultMacPro "MacPro3,1" #define kDefaultMacProBIOSVersion " MP31.88Z.006C.B05.0903051113" @@ -696,8 +696,8 @@ switch (Platform.CPU.Model) { case CPUID_MODEL_FIELDS: // Intel Core i5, i7, Xeon X34xx LGA1156 (45nm) - case CPUID_MODEL_DALES: - case CPUID_MODEL_DALES_32NM: // Intel Core i3, i5 LGA1156 (32nm) + case CPUID_MODEL_CLARKDALE: + case CPUID_MODEL_DALES: // Intel Core i3, i5 LGA1156 (32nm) defaultBIOSInfo.version = kDefaultiMacNehalemBIOSVersion; defaultBIOSInfo.releaseDate = kDefaultiMacNehalemBIOSReleaseDate; defaultSystemInfo.productName = kDefaultiMacNehalem; @@ -1042,8 +1042,8 @@ { case 0x19: // Intel Core i5 650 @3.20 Ghz case CPUID_MODEL_FIELDS: // Intel Core i5, i7, Xeon X34xx LGA1156 (45nm) - case CPUID_MODEL_DALES: - case CPUID_MODEL_DALES_32NM: // Intel Core i3, i5 LGA1156 (32nm) + case CPUID_MODEL_CLARKDALE: + case CPUID_MODEL_DALES: // Intel Core i3, i5 LGA1156 (32nm) case CPUID_MODEL_NEHALEM: // Intel Core i7, Xeon W35xx, Xeon X55xx, Xeon E55xx LGA1366 (45nm) case CPUID_MODEL_NEHALEM_EX: // Intel Xeon X75xx, Xeon X65xx, Xeon E75xx, Xeon E65x case CPUID_MODEL_WESTMERE: // Intel Core i7, Xeon X56xx, Xeon E56xx, Xeon W36xx LGA1366 (32nm) 6 Core @@ -1055,7 +1055,7 @@ case CPUID_MODEL_HASWELL: case CPUID_MODEL_HASWELL_SVR: case CPUID_MODEL_HASWELL_ULT: - case CPUID_MODEL_CRYSTALWELL: + case CPUID_MODEL_HASWELL_ULX: break; @@ -1096,9 +1096,10 @@ } */ -//------------------------------------------------------------------------------------------------------------------------- -// EndOfTable -//------------------------------------------------------------------------------------------------------------------------- + +/* ============================================== + EndOfTable + ================================================ */ void addSMBEndOfTable(SMBStructPtrs *structPtr) { structPtr->new->type = kSMBTypeEndOfTable; @@ -1238,6 +1239,7 @@ case kSMBTypeMemorySPD: case kSMBTypeOemProcessorType: case kSMBTypeOemProcessorBusSpeed: +// case kSMBTypeOemPlatformFeature: /* And this one too, to be added at the end */ case kSMBTypeEndOfTable: break; @@ -1265,7 +1267,7 @@ addSMBMemorySPD(structPtr); addSMBOemProcessorType(structPtr); addSMBOemProcessorBusSpeed(structPtr); - +// addSMBOemPlatformFeature(structPtr); addSMBEndOfTable(structPtr); } Index: branches/ErmaC/Enoch/i386/libsaio/disk.h =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/disk.h (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/disk.h (revision 2679) @@ -9,6 +9,6 @@ #ifndef __LIBSAIO_DISK_H #define __LIBSAIO_DISK_H -bool matchVolumeToString( BVRef bvr, const char* match, long strMaxLen); +bool matchVolumeToString( BVRef bvr, const char *match, long strMaxLen); -#endif /* __LIBSAIO_DISK_H */ \ No newline at end of file +#endif /* __LIBSAIO_DISK_H */ Index: branches/ErmaC/Enoch/i386/libsaio/smbios_decode.c =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/smbios_decode.c (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/smbios_decode.c (revision 2679) @@ -659,7 +659,7 @@ decodeOemProcessorBusSpeed(structHeader); break; - //kSMBTypeOemPlatformFeature: // Type 133 + //case kSMBTypeOemPlatformFeature: // Type 133 // decodeOemPlatformFeature(structHeader); // break; Index: branches/ErmaC/Enoch/i386/libsaio/hpet.c =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/hpet.c (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/hpet.c (revision 2679) @@ -11,13 +11,13 @@ #include "hpet.h" #ifndef DEBUG_HPET -#define DEBUG_HPET 0 + #define DEBUG_HPET 0 #endif #if DEBUG_HPET -#define DBG(x...) printf(x) + #define DBG(x...) printf(x) #else -#define DBG(x...) + #define DBG(x...) #endif void force_enable_hpet_intel(pci_dt_t *lpc_dev); @@ -36,19 +36,119 @@ { 0, 0, "" }, // Intel - { 0x8086, 0x24dc, "ICH5" }, - { 0x8086, 0x2640, "ICH6" }, - { 0x8086, 0x2641, "ICH6M" }, - { 0x8086, 0x2670, "631xESB" }, + { 0x8086, 0x0f1c, "Bay Trail SoC" }, - { 0x8086, 0x27b0, "ICH7 DH" }, - { 0x8086, 0x27b8, "ICH7" }, - { 0x8086, 0x27b9, "ICH7M" }, - { 0x8086, 0x27bd, "ICH7M DH" }, + { 0x8086, 0x1c41, "Cougar Point" }, + { 0x8086, 0x1c42, "Cougar Point Desktop" }, + { 0x8086, 0x1c43, "Cougar Point Mobile" }, + { 0x8086, 0x1c44, "Cougar Point" }, + { 0x8086, 0x1c45, "Cougar Point" }, + { 0x8086, 0x1c46, "Cougar Point" }, + { 0x8086, 0x1c47, "Cougar Point" }, + { 0x8086, 0x1c48, "Cougar Point" }, + { 0x8086, 0x1c49, "Cougar Point" }, + { 0x8086, 0x1c4a, "Cougar Point" }, + { 0x8086, 0x1c4b, "Cougar Point" }, + { 0x8086, 0x1c4c, "Cougar Point" }, + { 0x8086, 0x1c4d, "Cougar Point" }, + { 0x8086, 0x1c4e, "Cougar Point" }, + { 0x8086, 0x1c4f, "Cougar Point" }, + { 0x8086, 0x1c50, "Cougar Point" }, + { 0x8086, 0x1c51, "Cougar Point" }, + { 0x8086, 0x1c52, "Cougar Point" }, + { 0x8086, 0x1c53, "Cougar Point" }, + { 0x8086, 0x1c54, "Cougar Point" }, + { 0x8086, 0x1c55, "Cougar Point" }, + { 0x8086, 0x1c56, "Cougar Point" }, + { 0x8086, 0x1c57, "Cougar Point" }, + { 0x8086, 0x1c58, "Cougar Point" }, + { 0x8086, 0x1c59, "Cougar Point" }, + { 0x8086, 0x1c5a, "Cougar Point" }, + { 0x8086, 0x1c5b, "Cougar Point" }, + { 0x8086, 0x1c5c, "Cougar Point" }, + { 0x8086, 0x1c5d, "Cougar Point" }, + { 0x8086, 0x1c5e, "Cougar Point" }, + { 0x8086, 0x1c5f, "Cougar Point" }, + { 0x8086, 0x1d40, "Patsburg" }, + { 0x8086, 0x1d41, "Patsburg" }, + { 0x8086, 0x1e40, "Panther Point" }, + { 0x8086, 0x1e41, "Panther Point" }, + { 0x8086, 0x1e42, "Panther Point" }, + { 0x8086, 0x1e43, "Panther Point" }, + { 0x8086, 0x1e44, "Panther Point" }, + { 0x8086, 0x1e45, "Panther Point" }, + { 0x8086, 0x1e46, "Panther Point" }, + { 0x8086, 0x1e47, "Panther Point" }, + { 0x8086, 0x1e48, "Panther Point" }, + { 0x8086, 0x1e49, "Panther Point" }, + { 0x8086, 0x1e4a, "Panther Point" }, + { 0x8086, 0x1e4b, "Panther Point" }, + { 0x8086, 0x1e4c, "Panther Point" }, + { 0x8086, 0x1e4d, "Panther Point" }, + { 0x8086, 0x1e4e, "Panther Point" }, + { 0x8086, 0x1e4f, "Panther Point" }, + { 0x8086, 0x1e50, "Panther Point" }, + { 0x8086, 0x1e51, "Panther Point" }, + { 0x8086, 0x1e52, "Panther Point" }, + { 0x8086, 0x1e53, "Panther Point" }, + { 0x8086, 0x1e54, "Panther Point" }, + { 0x8086, 0x1e55, "Panther Point" }, + { 0x8086, 0x1e56, "Panther Point" }, + { 0x8086, 0x1e57, "Panther Point" }, + { 0x8086, 0x1e58, "Panther Point" }, + { 0x8086, 0x1e59, "Panther Point" }, + { 0x8086, 0x1e5a, "Panther Point" }, + { 0x8086, 0x1e5b, "Panther Point" }, + { 0x8086, 0x1e5c, "Panther Point" }, + { 0x8086, 0x1e5d, "Panther Point" }, + { 0x8086, 0x1e5e, "Panther Point" }, + { 0x8086, 0x1e5f, "Panther Point" }, + { 0x8086, 0x1f38, "Avoton SoC" }, + { 0x8086, 0x1f39, "Avoton SoC" }, + { 0x8086, 0x1f3a, "Avoton SoC" }, + { 0x8086, 0x1f3b, "Avoton SoC" }, + { 0x8086, 0x229c, "Braswell SoC" }, + { 0x8086, 0x2390, "Coleto Creek" }, + { 0x8086, 0x2310, "DH89xxCC" }, + { 0x8086, 0x2410, "ICH" }, + { 0x8086, 0x2420, "ICH0" }, + { 0x8086, 0x2440, "ICH2" }, + { 0x8086, 0x244c, "ICH2-M" }, + { 0x8086, 0x2480, "ICH3-S" }, + { 0x8086, 0x248c, "ICH3-M" }, + { 0x8086, 0x24c0, "ICH4" }, + { 0x8086, 0x24cc, "ICH4-M" }, + { 0x8086, 0x2450, "C-ICH" }, + { 0x8086, 0x24d0, "ICH5/ICH5R" }, + { 0x8086, 0x25a1, "6300ESB" }, + { 0x8086, 0x2640, "ICH6/ICH6R" }, + { 0x8086, 0x2641, "ICH6-M" }, + { 0x8086, 0x2642, "ICH6W/ICH6RW" }, + { 0x8086, 0x2670, "631xESB/632xESB" }, + { 0x8086, 0x2671, "631xESB/632xESB" }, + { 0x8086, 0x2672, "631xESB/632xESB" }, + { 0x8086, 0x2673, "631xESB/632xESB" }, + { 0x8086, 0x2674, "631xESB/632xESB" }, + { 0x8086, 0x2675, "631xESB/632xESB" }, + { 0x8086, 0x2676, "631xESB/632xESB" }, + { 0x8086, 0x2677, "631xESB/632xESB" }, + { 0x8086, 0x2678, "631xESB/632xESB" }, + { 0x8086, 0x2679, "631xESB/632xESB" }, + { 0x8086, 0x267a, "631xESB/632xESB" }, + { 0x8086, 0x267b, "631xESB/632xESB" }, + { 0x8086, 0x267c, "631xESB/632xESB" }, + { 0x8086, 0x267d, "631xESB/632xESB" }, + { 0x8086, 0x267e, "631xESB/632xESB" }, + { 0x8086, 0x267f, "631xESB/632xESB" }, + { 0x8086, 0x27b0, "ICH7DH" }, + { 0x8086, 0x27b8, "ICH7/ICH7R" }, + { 0x8086, 0x27b9, "ICH7-M/ICH7-U" }, { 0x8086, 0x27bc, "NM10" }, + { 0x8086, 0x27bd, "ICH7-M DH" }, - { 0x8086, 0x2810, "ICH8R" }, + + { 0x8086, 0x2810, "ICH8/ICH8R" }, { 0x8086, 0x2811, "ICH8M-E" }, { 0x8086, 0x2812, "ICH8DH" }, { 0x8086, 0x2814, "ICH8DO" }, @@ -65,50 +165,110 @@ { 0x8086, 0x3a16, "ICH10R" }, { 0x8086, 0x3a18, "ICH10" }, { 0x8086, 0x3a1a, "ICH10D" }, - { 0x8086, 0x3b00, "5 Series" }, - { 0x8086, 0x3b01, "Mobile 5 Series" }, - { 0x8086, 0x3b02, "5 Series" }, - { 0x8086, 0x3b09, "Mobile 5 Series" }, + { 0x8086, 0x3b00, "PCH Desktop Full Featured" }, + { 0x8086, 0x3b01, "PCH Mobile Full Featured" }, + { 0x8086, 0x3b02, "P55" }, + { 0x8086, 0x3b03, "PM55" }, + { 0x8086, 0x3b06, "H55" }, + { 0x8086, 0x3b07, "QM57" }, + { 0x8086, 0x3b08, "H57" }, + { 0x8086, 0x3b09, "HM55" }, + { 0x8086, 0x3b0a, "Q57" }, + { 0x8086, 0x3b0b, "HM57" }, + { 0x8086, 0x3b0d, "PCH Mobile SFF Full Featured" }, + { 0x8086, 0x3b0f, "QS57" }, + { 0x8086, 0x3b12, "3400" }, + { 0x8086, 0x3b14, "3420" }, + { 0x8086, 0x3b16, "3450" }, - { 0x8086, 0x1c41, "Mobile SFF 6 Series" }, - { 0x8086, 0x1c42, "6 Series" }, - { 0x8086, 0x1c43, "Mobile 6 Series" }, - { 0x8086, 0x1c44, "Z68" }, - { 0x8086, 0x1c46, "UM67" }, - { 0x8086, 0x1c47, "UM67" }, - { 0x8086, 0x1c49, "HM65" }, - { 0x8086, 0x1c4a, "H67" }, - { 0x8086, 0x1c4b, "HM67" }, - { 0x8086, 0x1c4c, "Q65" }, - { 0x8086, 0x1c4d, "QS67" }, - { 0x8086, 0x1c4e, "Q67" }, - { 0x8086, 0x1c4f, "QM67" }, - { 0x8086, 0x1c50, "B65" }, - { 0x8086, 0x1c52, "C202" }, - { 0x8086, 0x1c54, "C204" }, - { 0x8086, 0x1c56, "C206" }, - { 0x8086, 0x1c5c, "H61" }, + { 0x8086, 0x5031, "EP80579" }, - { 0x8086, 0x1c58, "B65" }, - { 0x8086, 0x1c59, "HM67" }, - { 0x8086, 0x1c5a, "Q67" }, + { 0x8086, 0x8c40, "Lynx Point" }, + { 0x8086, 0x8c41, "Lynx Point" }, + { 0x8086, 0x8c42, "Lynx Point" }, + { 0x8086, 0x8c43, "Lynx Point" }, + { 0x8086, 0x8c44, "Lynx Point" }, + { 0x8086, 0x8c45, "Lynx Point" }, + { 0x8086, 0x8c46, "Lynx Point" }, + { 0x8086, 0x8c47, "Lynx Point" }, + { 0x8086, 0x8c48, "Lynx Point" }, + { 0x8086, 0x8c49, "Lynx Point" }, + { 0x8086, 0x8c4a, "Lynx Point" }, + { 0x8086, 0x8c4b, "Lynx Point" }, + { 0x8086, 0x8c4c, "Lynx Point" }, + { 0x8086, 0x8c4d, "Lynx Point" }, + { 0x8086, 0x8c4e, "Lynx Point" }, + { 0x8086, 0x8c4f, "Lynx Point" }, + { 0x8086, 0x8c50, "Lynx Point" }, + { 0x8086, 0x8c51, "Lynx Point" }, + { 0x8086, 0x8c52, "Lynx Point" }, + { 0x8086, 0x8c53, "Lynx Point" }, + { 0x8086, 0x8c54, "Lynx Point" }, + { 0x8086, 0x8c55, "Lynx Point" }, + { 0x8086, 0x8c56, "Lynx Point" }, + { 0x8086, 0x8c57, "Lynx Point" }, + { 0x8086, 0x8c58, "Lynx Point" }, + { 0x8086, 0x8c59, "Lynx Point" }, + { 0x8086, 0x8c5a, "Lynx Point" }, + { 0x8086, 0x8c5b, "Lynx Point" }, + { 0x8086, 0x8c5c, "Lynx Point" }, + { 0x8086, 0x8c5d, "Lynx Point" }, + { 0x8086, 0x8c5e, "Lynx Point" }, + { 0x8086, 0x8c5f, "Lynx Point" }, + { 0x8086, 0x8cc1, "9 Series" }, + { 0x8086, 0x8cc2, "9 Series" }, + { 0x8086, 0x8cc3, "9 Series" }, + { 0x8086, 0x8cc4, "9 Series" }, + { 0x8086, 0x8cc6, "9 Series" }, + { 0x8086, 0x8d40, "Wellsburg" }, + { 0x8086, 0x8d41, "Wellsburg" }, + { 0x8086, 0x8d42, "Wellsburg" }, + { 0x8086, 0x8d43, "Wellsburg" }, + { 0x8086, 0x8d44, "Wellsburg" }, + { 0x8086, 0x8d45, "Wellsburg" }, + { 0x8086, 0x8d46, "Wellsburg" }, + { 0x8086, 0x8d47, "Wellsburg" }, + { 0x8086, 0x8d48, "Wellsburg" }, + { 0x8086, 0x8d49, "Wellsburg" }, + { 0x8086, 0x8d4a, "Wellsburg" }, + { 0x8086, 0x8d4b, "Wellsburg" }, + { 0x8086, 0x8d4c, "Wellsburg" }, + { 0x8086, 0x8d4d, "Wellsburg" }, + { 0x8086, 0x8d4e, "Wellsburg" }, + { 0x8086, 0x8d4f, "Wellsburg" }, + { 0x8086, 0x8d50, "Wellsburg" }, + { 0x8086, 0x8d51, "Wellsburg" }, + { 0x8086, 0x8d52, "Wellsburg" }, + { 0x8086, 0x8d53, "Wellsburg" }, + { 0x8086, 0x8d54, "Wellsburg" }, + { 0x8086, 0x8d55, "Wellsburg" }, + { 0x8086, 0x8d56, "Wellsburg" }, + { 0x8086, 0x8d57, "Wellsburg" }, + { 0x8086, 0x8d58, "Wellsburg" }, + { 0x8086, 0x8d59, "Wellsburg" }, + { 0x8086, 0x8d5a, "Wellsburg" }, + { 0x8086, 0x8d5b, "Wellsburg" }, + { 0x8086, 0x8d5c, "Wellsburg" }, + { 0x8086, 0x8d5d, "Wellsburg" }, + { 0x8086, 0x8d5e, "Wellsburg" }, + { 0x8086, 0x8d5f, "Wellsburg" }, -// { 0x8086, 0x1dc1, "PATSBURG" }, + { 0x8086, 0x9c40, "Lynx Point_LP" }, + { 0x8086, 0x9c41, "Lynx Point_LP" }, + { 0x8086, 0x9c42, "Lynx Point_LP" }, + { 0x8086, 0x9c43, "Lynx Point_LP" }, + { 0x8086, 0x9c44, "Lynx Point_LP" }, + { 0x8086, 0x9c45, "Lynx Point_LP" }, + { 0x8086, 0x9c46, "Lynx Point_LP" }, + { 0x8086, 0x9c47, "Lynx Point_LP" }, + { 0x8086, 0x9cc1, "Wildcat Point_LP" }, + { 0x8086, 0x9cc2, "Wildcat Point_LP" }, + { 0x8086, 0x9cc3, "Wildcat Point_LP" }, + { 0x8086, 0x9cc5, "Wildcat Point_LP" }, + { 0x8086, 0x9cc6, "Wildcat Point_LP" }, + { 0x8086, 0x9cc7, "Wildcat Point_LP" }, + { 0x8086, 0x9cc9, "Wildcat Point_LP" }, - { 0x8086, 0x1e41, "Mobile C216/7 Series" }, - { 0x8086, 0x1e42, "Mobile 7 Series" }, - { 0x8086, 0x1e43, "Mobile 7 Series" }, - { 0x8086, 0x1e44, "Z77" }, - { 0x8086, 0x1e45, "H71" }, - { 0x8086, 0x1e46, "Z75" }, - { 0x8086, 0x1e47, "Q77" }, - { 0x8086, 0x1e48, "Q75" }, - { 0x8086, 0x1e49, "B75" }, - { 0x8086, 0x1e4a, "H77" }, - { 0x8086, 0x1e4b, "B75" }, - - { 0x8086, 0x8119, "SCH 8119" }, - }; static struct lpc_controller_t lpc_controllers_nvidia[] = { @@ -130,8 +290,19 @@ static struct lpc_controller_t lpc_controllers_via[] = { // Default unknown chipset { 0, 0, "" }, - + { 0x1106, 0x3050, "VT82C596A" }, + { 0x1106, 0x3051, "VT82C596B" }, + { 0x1106, 0x8235, "VT8231" }, + { 0x1106, 0x3074, "VT8233" }, + { 0x1106, 0x3147, "VT8233A" }, + { 0x1106, 0x3177, "VT8235" }, + { 0x1106, 0x3227, "VT8237R" }, + { 0x1106, 0x3337, "VT8237A" }, { 0x1106, 0x3372, "VT8237S" }, + { 0x1106, 0x3287, "VT8251" }, + { 0x1106, 0x8324, "CX700" }, + { 0x1106, 0x8353, "VX800/VX820" }, + { 0x1106, 0x8409, "VX855/VX875" }, }; /* ErmaC add lpc for nVidia */ Index: branches/ErmaC/Enoch/i386/libsaio/smbios.h =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/smbios.h (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/smbios.h (revision 2679) @@ -849,10 +849,6 @@ //---------------------------------------------------------------------------------------------------------- -/* From Foundation/Efi/Guid/Smbios/SmBios.h */ -/* Modified to wrap Data4 array init with {} */ -#define EFI_SMBIOS_TABLE_GUID {0xeb9d2d31, 0x2d88, 0x11d3, {0x9a, 0x16, 0x0, 0x90, 0x27, 0x3f, 0xc1, 0x4d}} - #define SMBIOS_ORIGINAL 0 #define SMBIOS_PATCHED 1 Index: branches/ErmaC/Enoch/i386/libsaio/nvidia_helper.c =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/nvidia_helper.c (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/nvidia_helper.c (revision 2679) @@ -48,7 +48,7 @@ . . . - + */ Index: branches/ErmaC/Enoch/i386/libsaio/nvidia_helper.h =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/nvidia_helper.h (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/nvidia_helper.h (revision 2679) @@ -9,15 +9,15 @@ typedef struct cardList_t { - char* model; - uint32_t id; - uint32_t subid; - uint64_t videoRam; - struct cardList_t* next; + char *model; + uint32_t id; + uint32_t subid; + uint64_t videoRam; + struct cardList_t *next; } cardList_t; -void add_card(char* model, uint32_t id, uint32_t subid, uint64_t videoRam); +void add_card(char *model, uint32_t id, uint32_t subid, uint64_t videoRam); void fill_card_list(void); -cardList_t* FindCardWithIds(uint32_t id, uint32_t subid); +cardList_t *FindCardWithIds(uint32_t id, uint32_t subid); -#endif //__LIBSAIO_NVIDIA_HELPER_H \ No newline at end of file +#endif //__LIBSAIO_NVIDIA_HELPER_H Index: branches/ErmaC/Enoch/i386/libsaio/biosfn.c =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/biosfn.c (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/biosfn.c (revision 2679) @@ -44,6 +44,16 @@ #include "libsaio.h" +#ifndef DEBUG_MEMRANGE + #define DEBUG_MEMRANGE 1 +#endif + +#if DEBUG_MEMRANGE + #define DBG(x...) printf(x) +#else + #define DBG(x...) msglog(x) +#endif + #define MAX_DRIVES 8 static biosBuf_t bb; @@ -126,7 +136,9 @@ #endif } -//#if 0 /* COMMENTED */ +#if DEBUG_MEMRANGE + +static unsigned long rerangeMemoryMap(unsigned long count); static unsigned long rerangeMemoryMap(unsigned long count) { int i, still_changing, newcount = count; @@ -183,7 +195,7 @@ return newcount; } -//#endif /* COMMENTED */ +#endif unsigned long getMemoryMap( MemoryRange * rangeArray, unsigned long maxRangeCount, @@ -195,7 +207,9 @@ MemoryRange * range = (MemoryRange *)BIOS_ADDR; unsigned long count = 0; +#if DEBUG_MEMRANGE unsigned long rerangedCount; +#endif unsigned long long conMemSize = 0; unsigned long long extMemSize = 0; @@ -265,10 +279,10 @@ *conMemSizePtr = conMemSize / 1024; // size in KB *extMemSizePtr = extMemSize / 1024; // size in KB -//#if 0 /* COMMENTED */ +#if DEBUG_MEMRANGE rerangedCount = rerangeMemoryMap(count); range += rerangedCount - count; -//#endif /* COMMENTED */ +#endif // Copy out data bcopy((char *)BIOS_ADDR, rangeArray, ((char *)range - (char *)BIOS_ADDR)); @@ -590,7 +604,7 @@ /* * BIOS drive information. */ -void print_drive_info(boot_drive_info_t *dp) +static void print_drive_info(boot_drive_info_t *dp) { // printf("buf_size = %x\n", dp->params.buf_size); printf("info_flags = %x\n", dp->params.info_flags); @@ -821,7 +835,7 @@ #if DEBUG -int terminateDiskEmulation() +static int terminateDiskEmulation() { static char cd_spec[0x13]; @@ -834,7 +848,7 @@ return bb.eax.r.h; } -int readDriveParameters(int drive, struct driveParameters *dp) +static int readDriveParameters(int drive, struct driveParameters *dp) { bb.intno = 0x13; bb.edx.r.l = drive; @@ -1016,16 +1030,15 @@ void sleep(int n) { - // FIXME: doesn't handle midnight wraparound - unsigned int endtime = (time18() + 18*n); -#ifdef __i386__ - while (time18() < endtime) + while (n >= 2048) { - __asm__ volatile ("rep; nop"); + delay(2048000000); + n -= 2048; } -#else - while (time18() < endtime); -#endif + if (n > 0) + { + delay(n * 1000000); + } } @@ -1039,4 +1052,12 @@ bb.edx.rr = us & 0xFFFF; bios(&bb); } - +/* // reverted from commit 2602 +void enableA20(void) +{ + bzero(&bb, sizeof bb); // Note: may be called before BSS section is initialized + bb.intno = 0x15; + bb.eax.rr = 0x2401; + bios(&bb); +} +*/ Index: branches/ErmaC/Enoch/i386/libsaio/convert.c =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/convert.c (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/convert.c (revision 2679) @@ -8,12 +8,12 @@ #include "convert.h" /** Transform a 16 bytes hexadecimal value UUID to a string */ -const char * getStringFromUUID(const EFI_CHAR8* eUUID) +const char *getStringFromUUID(const EFI_CHAR8 *eUUID) { static char msg[UUID_LEN*2 + 8] = ""; if (!eUUID) return ""; - const unsigned char * uuid = (unsigned char*) eUUID; - sprintf(msg, "%02x%02x%02x%02x-%02x%02x-%02x%02x-%02x%02x-%02x%02x%02x%02x%02x%02x", + const unsigned char *uuid = (unsigned char *) eUUID; + snprintf(msg, sizeof(msg), "%02x%02x%02x%02x-%02x%02x-%02x%02x-%02x%02x-%02x%02x%02x%02x%02x%02x", uuid[0], uuid[1], uuid[2], uuid[3], uuid[4], uuid[5], uuid[6], uuid[7], uuid[8], uuid[9], uuid[10],uuid[11], @@ -21,8 +21,10 @@ return msg ; } -/** Parse an UUID string into an (EFI_CHAR8*) buffer */ -EFI_CHAR8* getUUIDFromString(const char *source) +/* ======================================================= */ + +/** Parse an UUID string into an (EFI_CHAR8 *) buffer */ +EFI_CHAR8 *getUUIDFromString(const char *source) { if (!source) { @@ -66,6 +68,8 @@ return uuid; } +/* ======================================================= */ + /** XXX AsereBLN replace by strtoul */ uint32_t ascii_hex_to_int(char *buff) { @@ -86,6 +90,8 @@ return value; } +/* ======================================================= */ + void *convertHexStr2Binary(const char *hexStr, int *outLength) { int len; @@ -100,6 +106,12 @@ { // the resulting binary will be the half size of the input hex string binStr = malloc(len / 2); + if (!binStr) + { + *outLength = 0; + return NULL; + } + bzero(binStr,len / 2 ); binStrIdx = 0; hexNibbleIdx = 0; @@ -119,7 +131,7 @@ { binChar = 0; - for (hexNibbleIdx = 0; hexNibbleIdx < sizeof(hexByte); hexNibbleIdx++) + for (hexNibbleIdx = 0; (unsigned)hexNibbleIdx < sizeof(hexByte); hexNibbleIdx++) { if (hexNibbleIdx > 0) { @@ -146,10 +158,47 @@ } } +/* ======================================================= */ + +/******************************************************************* + * Decodes a sequence of 'len' hexadecimal chars from 'hex' into * + * a binary. returns -1 in case of error (i.e. badly formed chars) * + *******************************************************************/ +int hex2bin( const char *hex, uint8_t *bin, int len ) +{ + char *p; + int i; + char buf[3]; + + if (hex == NULL || bin == NULL || len <= 0 || strlen(hex) != len * 2) + { + printf("[ERROR] bin2hex input error\n"); + return -1; + } + + buf[2] = '\0'; + p = (char *) hex; + + for (i = 0; i < len; i++) + { + if (p[0] == '\0' || p[1] == '\0' || !isxdigit(p[0]) || !isxdigit(p[1])) + { + printf("[ERROR] bin2hex '%s' syntax error\n", hex); + return -2; + } + buf[0] = *p++; + buf[1] = *p++; + bin[i] = (unsigned char) strtoul(buf, NULL, 16); + } + return 0; +} + +/* ======================================================= */ + // FIXME: can't use my original code here, // Ironically, trying to reuse convertHexStr2Binary() would RESET the system! /* -static EFI_CHAR8* getUUIDFromString2(const char * szInUUID) +static EFI_CHAR8 *getUUIDFromString2(const char * szInUUID) { char szUUID[UUID_LEN+1], *p=szUUID; int size=0; @@ -165,6 +214,6 @@ verbose("UUID: cannot convert string <%s> to valid UUID.\n", szUUID); return (EFI_CHAR8*) 0; } - return (EFI_CHAR8*) ret; // new allocated buffer containing the converted string to bin + return (EFI_CHAR8 *) ret; // new allocated buffer containing the converted string to bin } */ Index: branches/ErmaC/Enoch/i386/libsaio/pci.h =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/pci.h (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/pci.h (revision 2679) @@ -889,7 +889,7 @@ // values for the class_sub field for class_base = 0x0c (serial bus controller) #define PCI_BASE_CLASS_SERIAL 0x0c #define PCI_CLASS_SERIAL_FIREWIRE 0x0c00 /* FireWire (IEEE 1394) */ -#define PCI_CLASS_SERIAL_FIREWIRE_OHCI 0x0c10 +#define PCI_CLASS_SERIAL_FIREWIRE_OHCI 0x0c0010 #define PCI_CLASS_SERIAL_ACCESS 0x0c01 #define PCI_CLASS_SERIAL_SSA 0x0c02 #define PCI_CLASS_SERIAL_USB 0x0c03 /* Universal Serial Bus */ Index: branches/ErmaC/Enoch/i386/libsaio/convert.h =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/convert.h (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/convert.h (revision 2679) @@ -11,10 +11,11 @@ #define UUID_LEN 16 -const char * getStringFromUUID(const EFI_CHAR8* uuid); -EFI_CHAR8* getUUIDFromString(const char *source); -void *convertHexStr2Binary(const char *hexStr, int *outLength); -uint32_t ascii_hex_to_int(char *buff); +const char *getStringFromUUID(const EFI_CHAR8* uuid); +EFI_CHAR8 *getUUIDFromString(const char *source); +void *convertHexStr2Binary(const char *hexStr, int *outLength); +uint32_t ascii_hex_to_int(char *buff); +int hex2bin( const char *hex, uint8_t *bin, int len ); static inline uint16_t dp_swap16(uint16_t toswap) { Index: branches/ErmaC/Enoch/i386/libsaio/state_generator.c =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/state_generator.c (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/state_generator.c (revision 2679) @@ -33,10 +33,64 @@ #define DBG(x...) msglog(x) #endif -extern uint8_t acpi_cpu_count; -extern uint32_t acpi_cpu_p_blk; -extern char* acpi_cpu_name[32]; +uint8_t acpi_cpu_count = 0; +uint32_t acpi_cpu_p_blk = 0; +char *acpi_cpu_name[32]; +void get_acpi_cpu_names(unsigned char *dsdt, uint32_t length) +{ + uint32_t i; + + DBG("ACPIpatcher: start finding cpu names. Length %d\n", length); + + for (i=0; i> 6); + + bool add_name = true; + + uint8_t j; + + for (j=0; j<4; j++) + { + char c = dsdt[offset+j]; + + if (!aml_isvalidchar(c)) + { + add_name = false; + DBG("ACPIpatcher: invalid character found in ProcessorOP '0x%X'!\n", c); + break; + } + } + + if (add_name) + { + acpi_cpu_name[acpi_cpu_count] = malloc(4); + memcpy(acpi_cpu_name[acpi_cpu_count], dsdt+offset, 4); + i = offset + 5; + + if (acpi_cpu_count == 0) + { + acpi_cpu_p_blk = dsdt[i] | (dsdt[i+1] << 8); + } + + DBG("ACPIpatcher: found ACPI CPU [%c%c%c%c]\n", acpi_cpu_name[acpi_cpu_count][0], acpi_cpu_name[acpi_cpu_count][1], acpi_cpu_name[acpi_cpu_count][2], acpi_cpu_name[acpi_cpu_count][3]); + + if (++acpi_cpu_count == 32) + { + return; + } + } + } + } + + DBG("ACPIpatcher: finished finding cpu names. Found: %d.\n", acpi_cpu_count); +} + static char const pss_ssdt_header[] = { 0x53, 0x53, 0x44, 0x54, 0x7E, 0x00, 0x00, 0x00, /* SSDT.... */ @@ -227,8 +281,8 @@ break; } case CPUID_MODEL_FIELDS: // Intel Core i5, i7, Xeon X34xx LGA1156 (45nm) - case CPUID_MODEL_DALES: // - case CPUID_MODEL_DALES_32NM: // Intel Core i3, i5 LGA1156 (32nm) + case CPUID_MODEL_CLARKDALE: // + case CPUID_MODEL_DALES: // Intel Core i3, i5 LGA1156 (32nm) case CPUID_MODEL_NEHALEM: // Intel Core i7, Xeon W35xx, Xeon X55xx, Xeon E55xx LGA1366 (45nm) case CPUID_MODEL_NEHALEM_EX: // Intel Xeon X75xx, Xeon X65xx, Xeon E75xx, Xeon E65xx case CPUID_MODEL_WESTMERE: // Intel Core i7, Xeon X56xx, Xeon E56xx, Xeon W36xx LGA1366 (32nm) 6 Core @@ -241,7 +295,7 @@ //case CPUID_MODEL_HASWELL_H: // case CPUID_MODEL_HASWELL_SVR: // case CPUID_MODEL_HASWELL_ULT: // - case CPUID_MODEL_CRYSTALWELL: // + case CPUID_MODEL_HASWELL_ULX: // { if ( (Platform.CPU.Model == CPUID_MODEL_SANDYBRIDGE) || @@ -251,7 +305,7 @@ (Platform.CPU.Model == CPUID_MODEL_IVYBRIDGE_XEON) || (Platform.CPU.Model == CPUID_MODEL_HASWELL_SVR) || (Platform.CPU.Model == CPUID_MODEL_HASWELL_ULT) || - (Platform.CPU.Model == CPUID_MODEL_CRYSTALWELL) ) + (Platform.CPU.Model == CPUID_MODEL_HASWELL_ULX) ) { maximum.Control = (rdmsr64(MSR_IA32_PERF_STATUS) >> 8) & 0xff; } Index: branches/ErmaC/Enoch/i386/libsaio/fake_efi.c =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/fake_efi.c (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/fake_efi.c (revision 2679) @@ -18,6 +18,16 @@ #include "pci.h" #include "sl.h" +#ifndef DEBUG_EFI + #define DEBUG_EFI 0 +#endif + +#if DEBUG_EFI + #define DBG(x...) printf(x) +#else + #define DBG(x...) +#endif + extern void setup_pci_devs(pci_dt_t *pci_dt); /* @@ -69,13 +79,19 @@ } // ========================================================================== -// ErmaC -static inline uint64_t getCPUTick(void) + +EFI_UINT32 getCPUTick(void) { - uint32_t lowest; - uint32_t highest; - __asm__ volatile ("rdtsc" : "=a" (lowest), "=d" (highest)); - return (uint64_t) highest << 32 | lowest; + uint32_t out; + __asm__ volatile ( + "rdtsc\n" + "shl $32,%%edx\n" + "or %%edx,%%eax\n" + : "=a" (out) + : + : "%edx" + ); + return out; } /*========================================================================== @@ -84,10 +100,9 @@ /* Identify ourselves as the EFI firmware vendor */ static EFI_CHAR16 const FIRMWARE_VENDOR[] = {'E','n','o','c','h', 0}; -// Bungo -//static EFI_UINT32 const FIRMWARE_REVISION = 132; /* FIXME: Find a constant for this. */ + static EFI_UINT32 const FIRMWARE_REVISION = 0x0001000a; // got from real MBP6,1 -// Bungo + /* Default platform system_id (fix by IntVar) static EFI_CHAR8 const SYSTEM_ID[] = "0123456789ABCDEF"; //random value gen by uuidgen */ @@ -145,12 +160,12 @@ DT__AddProperty(tableNode, "guid", sizeof(EFI_GUID), (void *)pGuid); // The "table" property is the 32-bit (in our implementation) physical address of the table - DT__AddProperty(tableNode, "table", sizeof(void*) * 2, table); + DT__AddProperty(tableNode, "table", sizeof(void *) * 2, table); // Assume the alias pointer is a global or static piece of data if (alias != NULL) { - DT__AddProperty(tableNode, "alias", strlen(alias)+1, (char*)alias); + DT__AddProperty(tableNode, "alias", strlen(alias)+1, (char *)alias); } return EFI_SUCCESS; @@ -192,9 +207,9 @@ uint8_t voidret_instructions[sizeof(VOIDRET_INSTRUCTIONS)/sizeof(uint8_t)]; uint8_t unsupportedret_instructions[sizeof(UNSUPPORTEDRET_INSTRUCTIONS_32)/sizeof(uint8_t)]; }; - - struct fake_efi_pages *fakeEfiPages = (struct fake_efi_pages*)AllocateKernelMemory(sizeof(struct fake_efi_pages)); - + + struct fake_efi_pages *fakeEfiPages = (struct fake_efi_pages *)AllocateKernelMemory(sizeof(struct fake_efi_pages)); + // Zero out all the tables in case fields are added later //bzero(fakeEfiPages, sizeof(struct fake_efi_pages)); @@ -262,8 +277,8 @@ // but it is nice if we can at least prevent a complete crash by // at least providing some sort of implementation until one can be provided // nicely in a kext. - void (*voidret_fp)() = (void*)fakeEfiPages->voidret_instructions; - void (*unsupportedret_fp)() = (void*)fakeEfiPages->unsupportedret_instructions; + void (*voidret_fp)() = (void *)fakeEfiPages->voidret_instructions; + void (*unsupportedret_fp)() = (void *)fakeEfiPages->unsupportedret_instructions; efiRuntimeServices->GetTime = (EFI_PTR32)unsupportedret_fp; efiRuntimeServices->SetTime = (EFI_PTR32)unsupportedret_fp; efiRuntimeServices->GetWakeupTime = (EFI_PTR32)unsupportedret_fp; @@ -303,7 +318,7 @@ uint8_t unsupportedret_instructions[sizeof(UNSUPPORTEDRET_INSTRUCTIONS_64)/sizeof(uint8_t)]; }; - struct fake_efi_pages *fakeEfiPages = (struct fake_efi_pages*)AllocateKernelMemory(sizeof(struct fake_efi_pages)); + struct fake_efi_pages *fakeEfiPages = (struct fake_efi_pages *)AllocateKernelMemory(sizeof(struct fake_efi_pages)); // Zero out all the tables in case fields are added later //bzero(fakeEfiPages, sizeof(struct fake_efi_pages)); @@ -371,8 +386,8 @@ // at least providing some sort of implementation until one can be provided // nicely in a kext. - void (*voidret_fp)() = (void*)fakeEfiPages->voidret_instructions; - void (*unsupportedret_fp)() = (void*)fakeEfiPages->unsupportedret_instructions; + void (*voidret_fp)() = (void *)fakeEfiPages->voidret_instructions; + void (*unsupportedret_fp)() = (void *)fakeEfiPages->unsupportedret_instructions; efiRuntimeServices->GetTime = ptov64((EFI_PTR32)unsupportedret_fp); efiRuntimeServices->SetTime = ptov64((EFI_PTR32)unsupportedret_fp); efiRuntimeServices->GetWakeupTime = ptov64((EFI_PTR32)unsupportedret_fp); @@ -421,7 +436,7 @@ */ /* From Foundation/Efi/Guid/Smbios/SmBios.c */ -EFI_GUID const gEfiSmbiosTableGuid = EFI_SMBIOS_TABLE_GUID; +EFI_GUID const gEfiSmbiosTableGuid = SMBIOS_TABLE_GUID; #define SMBIOS_RANGE_START 0x000F0000 #define SMBIOS_RANGE_END 0x000FFFFF @@ -429,20 +444,10 @@ /* '_SM_' in little endian: */ #define SMBIOS_ANCHOR_UINT32_LE 0x5f4d535f -#define EFI_ACPI_TABLE_GUID \ -{ \ - 0xeb9d2d30, 0x2d88, 0x11d3, { 0x9a, 0x16, 0x0, 0x90, 0x27, 0x3f, 0xc1, 0x4d } \ -} +EFI_GUID gEfiAcpiTableGuid = ACPI_TABLE_GUID; +EFI_GUID gEfiAcpi20TableGuid = ACPI_20_TABLE_GUID; -#define EFI_ACPI_20_TABLE_GUID \ -{ \ - 0x8868e871, 0xe4f1, 0x11d3, { 0xbc, 0x22, 0x0, 0x80, 0xc7, 0x3c, 0x88, 0x81 } \ -} -EFI_GUID gEfiAcpiTableGuid = EFI_ACPI_TABLE_GUID; -EFI_GUID gEfiAcpi20TableGuid = EFI_ACPI_20_TABLE_GUID; - - /*========================================================================== * Fake EFI implementation */ @@ -451,7 +456,7 @@ static const char FIRMWARE_REVISION_PROP[] = "firmware-revision"; static const char FIRMWARE_ABI_PROP[] = "firmware-abi"; static const char FIRMWARE_VENDOR_PROP[] = "firmware-vendor"; -//static const char FIRMWARE_ABI_32_PROP_VALUE[] = "EFI32"; +static const char FIRMWARE_ABI_32_PROP_VALUE[] = "EFI32"; static const char FIRMWARE_ABI_64_PROP_VALUE[] = "EFI64"; static const char EFI_MODE_PROP[] = "efi-mode"; //Bungo static const char SYSTEM_ID_PROP[] = "system-id"; @@ -460,15 +465,19 @@ static const char MODEL_PROP[] = "Model"; static const char BOARDID_PROP[] = "board-id"; static const char DEV_PATH_SUP[] = "DevicePathsSupported"; -static EFI_UINT32 DevPathSup = 1; -static EFI_UINT32 MachineSig = 0; //Bungo +static const char START_POWER_EV[] = "StartupPowerEvents"; +static const char MACHINE_SIG_PROP[] = "machine-signature"; +static EFI_UINT8 const DEVICE_PATHS_SUPPORTED[] = { 0x01, 0x00, 0x00, 0x00 }; +static EFI_UINT8 const STARTUP_POWER_EVENTS[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; +static EFI_UINT8 const COMPAT_MODE[] = { 0x01, 0x00, 0x00, 0x00 }; + /* * Get an smbios option string option to convert to EFI_CHAR16 string */ -static EFI_CHAR16* getSmbiosChar16(const char * key, size_t* len) +static EFI_CHAR16 *getSmbiosChar16(const char *key, size_t *len) { const char *src = getStringForKey(key, &bootInfo->smbiosConfig); - EFI_CHAR16* dst = 0; + EFI_CHAR16 *dst = 0; size_t i = 0; if (!key || !(*key) || !len || !src) @@ -477,7 +486,7 @@ } *len = strlen(src); - dst = (EFI_CHAR16*) malloc( ((*len)+1) * 2 ); + dst = (EFI_CHAR16 *) malloc( ((*len)+1) * 2 ); for (; i < (*len); i++) { dst[i] = src[i]; @@ -491,13 +500,15 @@ /* * Get the SystemID from the bios dmi info -static EFI_CHAR8* getSmbiosUUID() +static EFI_CHAR8 *getSmbiosUUID() { - static EFI_CHAR8 uuid[UUID_LEN]; - int i, isZero, isOnes; - SMBByte *p; + static EFI_CHAR8 uuid[UUID_LEN]; + int i; + int isZero; + int isOnes; + SMBByte *p; - p = (SMBByte*)Platform.UUID; + p = (SMBByte *)Platform.UUID; for (i=0, isZero=1, isOnes=1; iefiMode); @@ -626,47 +636,63 @@ // New node: /efi/kernel-compatibility Node *efiKernelComNode = DT__AddChild(node, "kernel-compatibility"); - len = 1; - DT__AddProperty(efiKernelComNode, "x86_64", sizeof(uint32_t), (EFI_UINT32 *)&len); + if (MacOSVerCurrent >= MacOSVer2Int("10.9")) + { + DT__AddProperty(efiKernelComNode, "x86_64", sizeof(COMPAT_MODE), (EFI_UINT8 *) &COMPAT_MODE); + } + else + { + DT__AddProperty(efiKernelComNode, "i386", sizeof(COMPAT_MODE), (EFI_UINT8 *) &COMPAT_MODE); + DT__AddProperty(efiKernelComNode, "x86_64", sizeof(COMPAT_MODE), (EFI_UINT8 *) &COMPAT_MODE); + } + // Now fill in the /efi/platform Node - Node *efiPlatformNode = DT__AddChild(node, "platform"); + Node *efiPlatformNode = DT__AddChild(node, "platform"); // "/efi/platform" // NOTE WELL: If you do add FSB Frequency detection, make sure to store // the value in the fsbFrequency global and not an malloc'd pointer // because the DT_AddProperty function does not copy its args. - if (Platform.CPU.FSBFrequency != 0) { + if (Platform.CPU.FSBFrequency != 0) + { DT__AddProperty(efiPlatformNode, FSB_Frequency_prop, sizeof(uint64_t), &Platform.CPU.FSBFrequency); } // Export TSC and CPU frequencies for use by the kernel or KEXTs - if (Platform.CPU.TSCFrequency != 0) { + if (Platform.CPU.TSCFrequency != 0) + { DT__AddProperty(efiPlatformNode, TSC_Frequency_prop, sizeof(uint64_t), &Platform.CPU.TSCFrequency); } - if (Platform.CPU.CPUFrequency != 0) { + if (Platform.CPU.CPUFrequency != 0) + { DT__AddProperty(efiPlatformNode, CPU_Frequency_prop, sizeof(uint64_t), &Platform.CPU.CPUFrequency); } - DT__AddProperty(efiPlatformNode,DEV_PATH_SUP, sizeof(EFI_UINT32), &DevPathSup); + DT__AddProperty(efiPlatformNode,START_POWER_EV, sizeof(STARTUP_POWER_EVENTS), (EFI_UINT8 *) &STARTUP_POWER_EVENTS); + DT__AddProperty(efiPlatformNode,DEV_PATH_SUP, sizeof(DEVICE_PATHS_SUPPORTED), (EFI_UINT8 *) &DEVICE_PATHS_SUPPORTED); + // Bungo /* Export system-id. Can be disabled with SystemId=No in com.apple.Boot.plist - if ((ret=getSystemID())) { - DT__AddProperty(efiPlatformNode, SYSTEM_ID_PROP, UUID_LEN, (EFI_UINT32*) ret); + if ((ret=getSystemID())) + { + DT__AddProperty(efiPlatformNode, SYSTEM_ID_PROP, UUID_LEN, (EFI_UINT32 *) ret); } */ DT__AddProperty(efiPlatformNode, SYSTEM_ID_PROP, UUID_LEN, (EFI_UINT32 *)Platform.UUID); // Export SystemSerialNumber if present - if ((ret16=getSmbiosChar16("SMserial", &len))) { + if ((ret16=getSmbiosChar16("SMserial", &len))) + { DT__AddProperty(efiPlatformNode, SYSTEM_SERIAL_PROP, len, ret16); } // Export Model if present - if ((ret16=getSmbiosChar16("SMproductname", &len))) { + if ((ret16=getSmbiosChar16("SMproductname", &len))) + { DT__AddProperty(efiPlatformNode, MODEL_PROP, len, ret16); } @@ -705,24 +731,24 @@ stop("setupChosenNode: Couldn't get '/chosen' node"); } - int length = strlen(gBootUUIDString); - if (length) + // Only accept a UUID with the correct length. + if (strlen(gBootUUIDString) == 36) { - DT__AddProperty(chosenNode, "boot-uuid", length + 1, gBootUUIDString); + DT__AddProperty(chosenNode, "boot-uuid", 37, gBootUUIDString); } - length = strlen(bootArgs->CommandLine); - DT__AddProperty(chosenNode, "boot-args", length + 1, bootArgs->CommandLine); + DT__AddProperty(chosenNode, "boot-args", sizeof(bootArgs->CommandLine), (EFI_UINT8 *)bootArgs->CommandLine); - length = strlen(bootInfo->bootFile); - DT__AddProperty(chosenNode, "boot-file", length + 1, bootInfo->bootFile); + // Adding the default kernel name (mach_kernel) for kextcache. + DT__AddProperty(chosenNode, "boot-file", sizeof(bootInfo->bootFile), bootInfo->bootFile); + // DT__AddProperty(chosenNode, "boot-device-path", bootDPsize, gBootDP); // DT__AddProperty(chosenNode, "boot-file-path", bootFPsize, gBootFP); // DT__AddProperty(chosenNode, "boot-kernelcache-adler32", sizeof(adler32), adler32); - DT__AddProperty(chosenNode, "machine-signature", sizeof(EFI_UINT32), (EFI_UINT32 *)&MachineSig); + DT__AddProperty(chosenNode, MACHINE_SIG_PROP, sizeof(Platform.HWSignature), (EFI_UINT32 *)&Platform.HWSignature); if (MacOSVerCurrent >= MacOSVer2Int("10.10")) { @@ -731,13 +757,9 @@ // UInt8 index = 0; EFI_UINT16 PMTimerValue = 0; - EFI_UINT32 randomValue, tempValue, cpuTick; - EFI_UINT32 ecx, esi, edi = 0; - EFI_UINT32 rcx, rdx, rsi, rdi; + EFI_UINT32 randomValue = 0, cpuTick = 0; + EFI_UINT32 ecx = 0, edx = 0, esi = 0, edi = 0; - randomValue = tempValue = ecx = esi = edi = 0; // xor %ecx, %ecx - cpuTick = rcx = rdx = rsi = rdi = 0; - // LEAF_1 - Feature Information (Function 01h). if (Platform.CPU.CPUID[CPUID_1][2] & 0x40000000) // Checking ecx:bit-30 { @@ -746,17 +768,17 @@ // EFI_UINT32 seedBuffer[16] = {0}; // - // Main loop to get 16 qwords (four bytes each). + // Main loop to get 16 dwords (four bytes each). // for (index = 0; index < 16; index++) // 0x17e12: { randomValue = computeRand(); // callq 0x18e20 - cpuTick = getCPUTick(); // callq 0x121a7 + cpuTick = (EFI_UINT32) getCPUTick(); // callq 0x121a7 randomValue = (randomValue ^ cpuTick); // xor %rdi, %rax seedBuffer[index] = randomValue; // mov %rax,(%r15,%rsi,8) } // jb 0x17e12 - DT__AddProperty(chosenNode, "random-seed", sizeof(seedBuffer), (EFI_UINT32*) &seedBuffer); + DT__AddProperty(chosenNode, "random-seed", sizeof(seedBuffer), (EFI_UINT32 *) &seedBuffer); } else { @@ -769,6 +791,11 @@ // do // 0x17e55: { + // + // FIXME: PM Timer is usually @ 0x408, but its position is relocatable + // via PCI-to-ISA bridge. The location is reported in ACPI FADT, + // PM Timer Block address - zenith432 + // PMTimerValue = inw(0x408); // in (%dx), %ax esi = PMTimerValue; // movzwl %ax, %esi @@ -777,18 +804,18 @@ continue; // jb 0x17e55 (retry) } - cpuTick = getCPUTick(); // callq 0x121a7 -// printf("value: 0x%llx\n", getCPUTick()); - rcx = (cpuTick >> 8); // mov %rax, %rcx + cpuTick = (EFI_UINT32) getCPUTick(); // callq 0x121a7 +// printf("value: 0x%x\n", getCPUTick()); + ecx = (cpuTick >> 8); // mov %rax, %rcx // shr $0x8, %rcx - rdx = (cpuTick >> 10); // mov %rax, %rdx + edx = (cpuTick >> 0x10); // mov %rax, %rdx // shr $0x10, %rdx - rdi = rsi; // mov %rsi, %rdi - rdi = (rdi ^ cpuTick); // xor %rax, %rdi - rdi = (rdi ^ rcx); // xor %rcx, %rdi - rdi = (rdi ^ rdx); // xor %rdx, %rdi + edi = esi; // mov %rsi, %rdi + edi = (edi ^ cpuTick); // xor %rax, %rdi + edi = (edi ^ ecx); // xor %rcx, %rdi + edi = (edi ^ edx); // xor %rdx, %rdi - seedBuffer[index] = (rdi & 0xff); // mov %dil, (%r15,%r12,1) + seedBuffer[index] = (edi & 0xff); // mov %dil, (%r15,%r12,1) edi = (edi & 0x2f); // and $0x2f, %edi edi = (edi + esi); // add %esi, %edi @@ -798,7 +825,7 @@ } while (index < 64); // cmp %r14d, %r12d // jne 0x17e55 (next) - DT__AddProperty(chosenNode, "random-seed", sizeof(seedBuffer), (EFI_UINT8*) &seedBuffer); + DT__AddProperty(chosenNode, "random-seed", sizeof(seedBuffer), (EFI_UINT8 *) &seedBuffer); } } @@ -818,7 +845,7 @@ if (getValueForKey(kSMBIOSKey, &override_pathname, &len, &bootInfo->chameleonConfig) && len > 0) { // Specify a path to a file, e.g. SMBIOS=/Extra/macProXY.plist - sprintf(dirSpecSMBIOS, override_pathname); + strcpy(dirSpecSMBIOS, override_pathname); err = loadConfigFile(dirSpecSMBIOS, &bootInfo->smbiosConfig); } else @@ -877,19 +904,21 @@ node = DT__FindNode("/efi/platform", false); if (!node) { - verbose("/efi/platform node not found\n"); + DBG("saveOriginalSMBIOS: '/efi/platform' node not found\n"); return; } origeps = getSmbios(SMBIOS_ORIGINAL); if (!origeps) { + DBG("saveOriginalSMBIOS: original SMBIOS not found\n"); return; } tableAddress = (void *)AllocateKernelMemory(origeps->dmi.tableLength); if (!tableAddress) { + DBG("saveOriginalSMBIOS: can not allocate memory for original SMBIOS\n"); return; } Index: branches/ErmaC/Enoch/i386/libsaio/smbios_getters.c =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/smbios_getters.c (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/smbios_getters.c (revision 2679) @@ -9,13 +9,13 @@ #include "bootstruct.h" #ifndef DEBUG_SMBIOS -#define DEBUG_SMBIOS 0 + #define DEBUG_SMBIOS 0 #endif #if DEBUG_SMBIOS -#define DBG(x...) printf(x) + #define DBG(x...) printf(x) #else -#define DBG(x...) + #define DBG(x...) #endif #define XEON "Xeon" @@ -23,7 +23,6 @@ #define CORE_I5 "Core(TM) i5" #define CORE_I7 "Core(TM) i7" - bool getProcessorInformationExternalClock(returnType *value) { if (Platform.CPU.Vendor == CPUID_VENDOR_INTEL) // Intel @@ -42,7 +41,7 @@ case CPUID_MODEL_HASWELL: case CPUID_MODEL_HASWELL_SVR: case CPUID_MODEL_HASWELL_ULT: - case CPUID_MODEL_CRYSTALWELL: + case CPUID_MODEL_HASWELL_ULX: value->word = 0; break; @@ -91,8 +90,8 @@ case 0x19: case CPUID_MODEL_NEHALEM: // Intel Core i7, Xeon W35xx, Xeon X55xx, Xeon E55xx LGA1366 (45nm) case CPUID_MODEL_FIELDS: // Intel Core i5, i7, Xeon X34xx LGA1156 (45nm) - case CPUID_MODEL_DALES: - case CPUID_MODEL_DALES_32NM: // Intel Core i3, i5 LGA1156 (32nm) + case CPUID_MODEL_CLARKDALE: + case CPUID_MODEL_DALES: // Intel Core i3, i5 LGA1156 (32nm) case CPUID_MODEL_WESTMERE: // Intel Core i7, Xeon X56xx, Xeon E56xx, Xeon W36xx LGA1366 (32nm) 6 Core case CPUID_MODEL_NEHALEM_EX: // Intel Xeon X75xx, Xeon X65xx, Xeon E75xx, Xeon E65x case CPUID_MODEL_WESTMERE_EX: // Intel Xeon E7 @@ -101,6 +100,7 @@ case CPUID_MODEL_IVYBRIDGE: // Intel Core i3, i5, i7 LGA1155 (22nm) case CPUID_MODEL_IVYBRIDGE_XEON: case CPUID_MODEL_HASWELL: + case CPUID_MODEL_HASWELL_U5: { // thanks to dgobe for i3/i5/i7 bus speed detection int nhm_bus = 0x3F; @@ -152,11 +152,17 @@ return false; //Unsupported CPU type } +//bool getSMBOemPlatformFeature(returnType *value) +//{ +// value->word = (uint64_t)(0x0000000000000001); +// return true; +//} + uint16_t simpleGetSMBOemProcessorType(void) { if (Platform.CPU.NoCores >= 4) { - return 0x501; // 1281 - Quad-Core Xeon + return 0x402; // 1026 - Quad-Core Xeon } else if (Platform.CPU.NoCores == 1) { @@ -179,7 +185,7 @@ verbose("CPU is %s, family 0x%x, model 0x%x\n", Platform.CPU.BrandString, (uint32_t)Platform.CPU.Family, (uint32_t)Platform.CPU.Model); done = true; } - // Bungo: fixes Oem Processor Type - better matching IMHO, needs testing + switch (Platform.CPU.Family) { case 0x0F: @@ -191,10 +197,13 @@ case CPUID_MODEL_DOTHAN: // 0x0D - Intel Pentium M model D case CPUID_MODEL_PRESCOTT: case CPUID_MODEL_NOCONA: + if (strstr(Platform.CPU.BrandString, XEON)) { value->word = 0x402; // 1026 - Xeon + return true; } + return true; case CPUID_MODEL_PRESLER: @@ -206,147 +215,189 @@ case CPUID_MODEL_MEROM: // 0x0F - Intel Mobile Core 2 Solo, Duo, Xeon 30xx, Xeon 51xx, Xeon X53xx, Xeon E53xx, Xeon X32xx case CPUID_MODEL_XEON_MP: // 0x1D - Six-Core Xeon 7400, "Dunnington", 45nm case CPUID_MODEL_PENRYN: // 0x17 - Intel Core 2 Solo, Duo, Quad, Extreme, Xeon X54xx, Xeon X33xx + if (strstr(Platform.CPU.BrandString, XEON)) { value->word = 0x402; // 1026 - Xeon return true; } + if (Platform.CPU.NoCores <= 2) { value->word = 0x301; // 769 - Core 2 Duo + return true; } else { value->word = 0x402; // 1026 - Core 2 Quad as Xeon + return true; } + return true; case CPUID_MODEL_LINCROFT: // 0x27 - Intel Atom, "Lincroft", 45nm case CPUID_MODEL_ATOM: // 0x1C - Intel Atom (45nm) + return true; case CPUID_MODEL_NEHALEM_EX: // 0x2E - Nehalem-ex, "Beckton", 45nm case CPUID_MODEL_NEHALEM: // 0x1A - Intel Core i7, Xeon W35xx, Xeon X55xx, Xeon E55xx LGA1366 (45nm) case CPUID_MODEL_FIELDS: // 0x1E - Intel Core i5, i7, Xeon X34xx LGA1156 (45nm) - case CPUID_MODEL_DALES: // 0x1F - Intel Core i5, i7 LGA1156 (45nm) (Havendale, Auburndale) + case CPUID_MODEL_CLARKDALE: // 0x1F - Intel Core i5, i7 LGA1156 (45nm) (Havendale, Auburndale) + if (strstr(Platform.CPU.BrandString, XEON)) { value->word = 0x501; // 1281 - Lynnfiled Quad-Core Xeon return true; } + if (strstr(Platform.CPU.BrandString, CORE_I3)) { value->word = 0x901; // 2305 - Core i3 return true; } + if (strstr(Platform.CPU.BrandString, CORE_I5)) { value->word = 0x601; // Core i5 return true; } + if (strstr(Platform.CPU.BrandString, CORE_I7)) { value->word = 0x701; // 1793 - Core i7 return true; } + if (Platform.CPU.NoCores <= 2) { value->word = 0x901; // - Core i3 + return true; } + return true; - case CPUID_MODEL_DALES_32NM: // 0x25 - Intel Core i3, i5 LGA1156 (32nm) (Clarkdale, Arrandale) + case CPUID_MODEL_DALES: // 0x25 - Intel Core i3, i5 LGA1156 (32nm) (Clarkdale, Arrandale) case CPUID_MODEL_WESTMERE: // 0x2C - Intel Core i7, Xeon X56xx, Xeon E56xx, Xeon W36xx LGA1366 (32nm) 6 Core case CPUID_MODEL_WESTMERE_EX: // 0x2F - Intel Xeon E7 + if (strstr(Platform.CPU.BrandString, XEON)) { value->word = 0x501; // 1281 - Xeon return true; } + if (strstr(Platform.CPU.BrandString, CORE_I3)) { value->word = 0x901; // 2305 - Core i3 return true; } + if (strstr(Platform.CPU.BrandString, CORE_I5)) { value->word = 0x602; // 1538 - Core i5 return true; } + if (strstr(Platform.CPU.BrandString, CORE_I7)) { value->word = 0x702; // 1794 -Core i7 return true; } + if (Platform.CPU.NoCores <= 2) { value->word = 0x901; // - Core i3 + return true; } + return true; case CPUID_MODEL_JAKETOWN: // 0x2D - Intel Core i7, Xeon E5-xxxx LGA2011 (32nm) case CPUID_MODEL_SANDYBRIDGE: // 0x2A - Intel Core i3, i5, i7 LGA1155 (32nm) + if (strstr(Platform.CPU.BrandString, XEON)) { value->word = 0x501; // 1281 - Xeon return true; } + if (strstr(Platform.CPU.BrandString, CORE_I3)) { value->word = 0x902; // 2306 -Core i3 return true; } + if (strstr(Platform.CPU.BrandString, CORE_I5)) { value->word = 0x603; // 1539 - Core i5 return true; } + if (strstr(Platform.CPU.BrandString, CORE_I7)) { value->word = 0x703; // 1795 - Core i7 return true; } + if (Platform.CPU.NoCores <= 2) { value->word = 0x902; // - Core i5 + return true; } + return true; case CPUID_MODEL_IVYBRIDGE: // 0x3A - Intel Core i3, i5, i7 LGA1155 (22nm) + if (strstr(Platform.CPU.BrandString, XEON)) { value->word = 0xA01; // 2561 - Xeon return true; } + if (strstr(Platform.CPU.BrandString, CORE_I3)) { value->word = 0x903; // 2307 - Core i3 - Apple doesn't use it return true; } + if (strstr(Platform.CPU.BrandString, CORE_I5)) { value->word = 0x604; // 1540 - Core i5 return true; } + if (strstr(Platform.CPU.BrandString, CORE_I7)) { value->word = 0x704; // 1796 - Core i7 return true; } + if (Platform.CPU.NoCores <= 2) { value->word = 0x903; // - Core i5 + return true; } + return true; + case CPUID_MODEL_HASWELL_U5: // 0x3D - + + value->word = 0x606; // 1542 + return true; + case CPUID_MODEL_IVYBRIDGE_XEON: // 0x3E - Mac Pro 6,1 + value->word = 0xA01; // 2561 - Xeon return true; + case CPUID_MODEL_ATOM_3700: // 0x37 - case CPUID_MODEL_HASWELL: // 0x3C - case CPUID_MODEL_HASWELL_SVR: // 0x3F - case CPUID_MODEL_HASWELL_ULT: // 0x45 - - case CPUID_MODEL_CRYSTALWELL: // 0x46 + case CPUID_MODEL_HASWELL_ULX: // 0x46 - + if (strstr(Platform.CPU.BrandString, XEON)) { value->word = 0xA01; // 2561 - Xeon @@ -357,31 +408,41 @@ value->word = 0x904; // 2308 - Core i3 - Apple doesn't use it - but we yes:-) return true; } + if (strstr(Platform.CPU.BrandString, CORE_I5)) { value->word = 0x605; // 1541 - Core i5 return true; } + if (strstr(Platform.CPU.BrandString, CORE_I7)) { value->word = 0x705; // 1797 - Core i7 return true; } + if (Platform.CPU.NoCores <= 2) { value->word = 0x904; // - Core i3 + return true; } + return true; case 0x15: // EP80579 integrated processor + value->word = 0x301; // 769 return true; case 0x13: // Core i5, Xeon MP, "Havendale", "Auburndale", 45nm case 0x19: // Intel Core i5 650 @3.20 Ghz + value->word = 0x601; // 1537 - Core i5 return true; + default: + + return true; break; // Unsupported CPU type } break; @@ -390,7 +451,13 @@ break; } } - +/* + if (Platform.CPU.Vendor == CPUID_VENDOR_AMD) // AMD + { + value->word = simpleGetSMBOemProcessorType(); + return true; + } +*/ return false; } Index: branches/ErmaC/Enoch/i386/libsaio/misc.c =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/misc.c (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/misc.c (revision 2679) @@ -70,7 +70,7 @@ //========================================================================== // Enable A20 gate to be able to access memory above 1MB - +static inline void flushKeyboardInputBuffer(); static inline void flushKeyboardInputBuffer() { unsigned char ret; @@ -113,8 +113,8 @@ // #ifndef BOOT1 void -getPlatformName(char *nameBuf) +getPlatformName(char *nameBuf, int size) { - strcpy(nameBuf, "ACPI"); + strlcpy(nameBuf, "ACPI", size); } #endif Index: branches/ErmaC/Enoch/i386/libsaio/state_generator.h =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/state_generator.h (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/state_generator.h (revision 2679) @@ -15,6 +15,10 @@ #include "aml_generator.h" #include "libsaio.h" +extern uint8_t acpi_cpu_count; +extern uint32_t acpi_cpu_p_blk; +extern char *acpi_cpu_name[32]; + void get_acpi_cpu_names(uint8_t *dsdt, uint32_t length); struct acpi_2_ssdt *generate_cst_ssdt(struct acpi_2_fadt *fadt); struct acpi_2_ssdt *generate_pss_ssdt(struct acpi_2_dsdt *dsdt); Index: branches/ErmaC/Enoch/i386/libsaio/saio_internal.h =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/saio_internal.h (revision 2678) +++ branches/ErmaC/Enoch/i386/libsaio/saio_internal.h (revision 2679) @@ -30,10 +30,10 @@ /* asm.s */ extern void real_to_prot(void); extern void prot_to_real(void); -extern void halt(void); -extern void startprog(unsigned int address, void *arg); +extern void halt(void) __attribute__((noreturn)); +extern void startprog(unsigned int address, void *arg) __attribute__((noreturn)); extern void loader(UInt32 code, UInt32 cmdptr); -extern uint64_t computeRand(void); +extern uint32_t computeRand(void); /* bios.s */ extern void bios(biosBuf_t *bb); @@ -72,6 +72,7 @@ extern unsigned long getExtendedMemorySize(); extern unsigned long getConventionalMemorySize(); extern void sleep(int n); +extern void enableA20(void); /* bootstruct.c */ extern void initKernBootStruct(void); @@ -94,8 +95,8 @@ extern int getchar(void); extern int printf(const char *format, ...); extern int error(const char *format, ...); -extern int verbose(const char *format, ...); -extern void stop(const char *format, ...) __attribute__ ((noreturn)); +extern int verbose(const char *format, ...) __attribute__((format(printf,1,2))); +extern void stop(const char *format, ...) __attribute__ ((noreturn, format(printf,1,2))); //Azi: replace getc/getchar with ? console.c extern void pause(); extern uint64_t getRTCdatetime(); @@ -134,13 +135,12 @@ /* memory.c */ long AllocateKernelMemory( long inSize ); -long AllocateMemoryRange(char * rangeName, long start, long length, long type); +long AllocateMemoryRange(char *rangeName, long start, long length, long type); /* misc.c */ -extern void enableA20(void); extern int checkForSupportedHardware(); extern int isLaptop(); -extern void getPlatformName(char *nameBuf); +extern void getPlatformName(char *nameBuf, int size); /* nbp.c */ extern UInt32 nbpUnloadBaseCode(); Index: branches/ErmaC/Enoch/i386/boot2/drivers.c =================================================================== --- branches/ErmaC/Enoch/i386/boot2/drivers.c (revision 2678) +++ branches/ErmaC/Enoch/i386/boot2/drivers.c (revision 2679) @@ -41,9 +41,9 @@ #include "modules.h" #if DEBUG -#define DBG(x...) printf(x) + #define DBG(x...) printf(x) #else -#define DBG(x...) msglog(x) + #define DBG(x...) msglog(x) #endif // extern char gMacOSVersion[8]; @@ -203,7 +203,7 @@ } // Next try to load Extra extensions from the selected root partition. - strcpy(dirSpecExtra, "/Extra/"); + strlcpy(dirSpecExtra, "/Extra/", sizeof(dirSpecExtra)); if (FileLoadDrivers(dirSpecExtra, 0) != 0) { // If failed, then try to load Extra extensions from the boot partition @@ -212,10 +212,10 @@ || (gRAMDiskVolume && gRAMDiskBTAliased) ) { // Next try a specfic OS version folder ie 10.5 - sprintf(dirSpecExtra, "bt(0,0)/Extra/%s/", &gMacOSVersion); + sprintf(dirSpecExtra, "bt(0,0)/Extra/%s/", &gMacOSVersion[0]); if (FileLoadDrivers(dirSpecExtra, 0) != 0) { // Next we'll try the base - strcpy(dirSpecExtra, "bt(0,0)/Extra/"); + strlcpy(dirSpecExtra, "bt(0,0)/Extra/", sizeof(dirSpecExtra)); FileLoadDrivers(dirSpecExtra, 0); } } @@ -228,12 +228,15 @@ // The /Extra code is not disabled in this case due to a kernel patch that allows for this to happen. // Also try to load Extensions from boot helper partitions. - if (gBootVolume->flags & kBVFlagBooter) { - strcpy(dirSpecExtra, "/com.apple.boot.P/System/Library/"); - if (FileLoadDrivers(dirSpecExtra, 0) != 0) { - strcpy(dirSpecExtra, "/com.apple.boot.R/System/Library/"); - if (FileLoadDrivers(dirSpecExtra, 0) != 0) { - strcpy(dirSpecExtra, "/com.apple.boot.S/System/Library/"); + if (gBootVolume->flags & kBVFlagBooter) + { + strlcpy(dirSpecExtra, "/com.apple.boot.P/System/Library/", sizeof(dirSpecExtra)); + if (FileLoadDrivers(dirSpecExtra, 0) != 0) + { + strlcpy(dirSpecExtra, "/com.apple.boot.R/System/Library/", sizeof(dirSpecExtra)); + if (FileLoadDrivers(dirSpecExtra, 0) != 0) + { + strlcpy(dirSpecExtra, "/com.apple.boot.S/System/Library/", sizeof(dirSpecExtra)); FileLoadDrivers(dirSpecExtra, 0); } } @@ -250,7 +253,7 @@ } else { - if (MacOSVerCurrent >= MacOSVer2Int("10.9")) // issue 352 + if ( MAVERICKS || YOSEMITE ) // ( MAVERICKS || YOSEMITE || GALA ) // issue 352 { strlcpy(gExtensionsSpec, dirSpec, 4087); /* 4096 - sizeof("Library/") */ strcat(gExtensionsSpec, "Library/"); @@ -352,7 +355,7 @@ // Make sure this is a kext. length = strlen(name); - if (strcmp(name + length - 5, ".kext")) + if (strncmp(name + length - 5, ".kext", sizeof(".kext") )) { continue; } @@ -514,7 +517,7 @@ if (tmpExecutablePath == 0) { break; } - strcpy(tmpExecutablePath, gFileSpec); + strlcpy(tmpExecutablePath, gFileSpec, executablePathLength); if(name) { @@ -522,7 +525,7 @@ } else { - snprintf(gFileSpec, 4096, "%s", dirSpec); + strncpy(gFileSpec, dirSpec, 4096); } bundlePathLength = strlen(gFileSpec) + 1; @@ -532,7 +535,7 @@ break; } - strcpy(tmpBundlePath, gFileSpec); + strlcpy(tmpBundlePath, gFileSpec, bundlePathLength); // Construct the file spec to the plist, then load it. @@ -546,16 +549,20 @@ } length = LoadFile(gFileSpec); + if (length == -1) { break; } + length = length + 1; buffer = malloc(length); + if (buffer == 0) { break; } + strlcpy(buffer, (char *)kLoadAddr, length); // Parse the plist. @@ -708,12 +715,12 @@ driver->bundlePathLength = module->bundlePathLength; // Save the plist, module and bundle. - strcpy(driver->plistAddr, module->plistAddr); + strlcpy(driver->plistAddr, module->plistAddr, driver->plistLength); if (length != 0) { memcpy(driver->executableAddr, executableAddr, length); } - strcpy(driver->bundlePathAddr, module->bundlePath); + strlcpy(driver->bundlePathAddr, module->bundlePath, module->bundlePathLength); // Add an entry to the memory map. snprintf(segName, sizeof(segName), "Driver-%lx", (unsigned long)driver); @@ -1013,6 +1020,12 @@ // Notify modules that the kernel has been decompressed, thinned and is about to be decoded execute_hook("DecodeKernel", (void *)binary, NULL, NULL, NULL); +/* ================================================================ */ + + // Entry point + +/* ================================================================ */ + ret = DecodeMachO(binary, rentry, raddr, rsize); if (ret < 0 && archCpuType == CPU_TYPE_X86_64) { Index: branches/ErmaC/Enoch/i386/boot2/mboot.c =================================================================== --- branches/ErmaC/Enoch/i386/boot2/mboot.c (revision 2678) +++ branches/ErmaC/Enoch/i386/boot2/mboot.c (revision 2679) @@ -15,8 +15,6 @@ int multiboot_skip_partition=0; int multiboot_skip_partition_set=0; -void boot(int biosdev); - // Global multiboot info, if using multiboot. struct multiboot_info *gMI; @@ -27,7 +25,7 @@ // We don't want it inlined because we specifically want the stack frame // pointer to be as high as possible and the hi_multiboot function // copies multiboot_info onto its stack. -uint32_t hi_multiboot(int multiboot_magic, struct multiboot_info *mi_orig); +uint64_t hi_multiboot(int multiboot_magic, struct multiboot_info *mi_orig); // prototype dochainload for the same reason. void dochainload(); @@ -43,7 +41,7 @@ #define FIX_RETURN_ADDRESS_USING_FIRST_ARG(arg) \ RETURN_ADDRESS_USING_FIRST_ARG(arg) -= OFFSET_1MEG -extern void jump_to_chainbooter(); +extern void jump_to_chainbooter() __attribute__((noreturn)); extern unsigned char chainbootdev; extern unsigned char chainbootflag; @@ -56,16 +54,6 @@ int multiboot_get_ramdisk_info(int biosdev, struct driveInfo *dip); static long multiboot_LoadExtraDrivers(FileLoadDrivers_t FileLoadDrivers_p); -// Starts off in the multiboot context 1 MB high but eventually gets into low memory -// and winds up with a bootdevice in eax which is all that boot() wants -// This lets the stack pointer remain very high. -// If we were to call boot directly from multiboot then the whole multiboot_info -// would be on the stack which would possibly be using way too much stack. -void multiboot_to_boot(int multiboot_magic, struct multiboot_info *mi_orig) -{ - hi_multiboot(multiboot_magic, mi_orig); -} - void chainLoad() { /* TODO: We ought to load the appropriate partition table, for example @@ -265,95 +253,6 @@ return mi_copy; } -// When we enter, we're actually 1 MB high. -// Fortunately, memcpy is position independent, and it's all we need -uint32_t hi_multiboot(int multiboot_magic, struct multiboot_info *mi_orig) -{ - // Copy the multiboot info out of the way. - // We can't bitch about the magic yet because printf won't work - // because it contains an absolute location of putchar which - // contains absolute locations to other things which eventually - // makes a BIOS call from real mode which of course won't work - // because we're stuck in extended memory at this point. - struct multiboot_info *mi_p = copyMultibootInfo(multiboot_magic, mi_orig); - - // Get us in to low memory so we can run everything - - // We cannot possibly be more than 447k and copying extra won't really hurt anything - // We use the address of the assembly entrypoint to get our starting location. - memcpy(&boot2_sym, (char*)&boot2_sym + OFFSET_1MEG, BOOT2_MAX_LENGTH /* 447k */); - - // This is a little assembler routine that returns to us in the correct selector - // instead of the kernel selector we're running in now and at the correct - // instruction pointer ( current minus 1 MB ). It does not fix our return - // address nor does it fix the return address of our caller. - continue_at_low_address(); - - // Now fix our return address. - // JrCs: this macro should be rewritten because the code generated by XCode 4.x - // change the value of the argument passed as parameter (multiboot_magic) - // FIX_RETURN_ADDRESS_USING_FIRST_ARG(multiboot_magic); - - // We can now do just about anything, including return to our caller correctly. - // However, our caller must fix his return address if he wishes to return to - // his caller and so on and so forth. - - /* Zero the BSS and initialize malloc */ - initialize_runtime(); - - gMI = mi_p; - - /* Set up a temporary bootArgs so we can call console output routines - like printf that check the v_display. Note that we purposefully - do not initialize anything else at this early stage. - - We are reasonably sure we're already in text mode if GRUB booted us. - This is the same assumption that initKernBootStruct makes. - We could check the multiboot info I guess, but why bother? - */ - boot_args temporaryBootArgsData; - bzero(&temporaryBootArgsData, sizeof(boot_args)); - bootArgs = &temporaryBootArgsData; - bootArgs->Video.v_display = VGA_TEXT_MODE; - - // Install ramdisk and extra driver hooks - p_get_ramdisk_info = &multiboot_get_ramdisk_info; - p_ramdiskReadBytes = &multibootRamdiskReadBytes; - LoadExtraDrivers_p = &multiboot_LoadExtraDrivers; - - // Since we call multiboot ourselves, its return address will be correct. - // That is unless it's inlined in which case it does not matter. - uint32_t bootdevice = multiboot(multiboot_magic, mi_p); - - if(bootdevice != BAD_BOOT_DEVICE) - { - // boot only returns to do a chain load. - for(;;) - { // NOTE: boot only uses the last byte (the drive number) - boot(bootdevice); - if(chainbootflag) - chainLoad(); - else - waitThenReload(); - } - } - - // Avoid returning to high-memory address which isn't valid in the segment - // we are now in. - // Calling sleep() ensures the user ought to be able to use Ctrl+Alt+Del - // because the BIOS will have interrupts on. - for(;;) - sleep(10); - // NOTE: *IF* we needed to return we'd have to fix up our return address to - // be in low memory using the same trick as below. - // However, there doesn't seem to be any point in returning to assembly - // particularly when the remaining code merely halts the processor. - - // We're about to exit and temporaryBootArgs will no longer be valid - bootArgs = NULL; - return bootdevice; -} - // This is the meat of our implementation. It grabs the boot device from // the multiboot_info and returns it as is. If it fails it returns // BAD_BOOT_DEVICE. We can call an awful lot of libsa and libsaio but @@ -449,6 +348,106 @@ return bootdevice; } +// When we enter, we're actually 1 MB high. +// Fortunately, memcpy is position independent, and it's all we need +uint64_t hi_multiboot(int multiboot_magic, struct multiboot_info *mi_orig) +{ + // Copy the multiboot info out of the way. + // We can't bitch about the magic yet because printf won't work + // because it contains an absolute location of putchar which + // contains absolute locations to other things which eventually + // makes a BIOS call from real mode which of course won't work + // because we're stuck in extended memory at this point. + struct multiboot_info *mi_p = copyMultibootInfo(multiboot_magic, mi_orig); + + // Get us in to low memory so we can run everything + + // We cannot possibly be more than 447k and copying extra won't really hurt anything + // We use the address of the assembly entrypoint to get our starting location. + memcpy(&boot2_sym, (char*)&boot2_sym + OFFSET_1MEG, BOOT2_MAX_LENGTH /* 447k */); + + // This is a little assembler routine that returns to us in the correct selector + // instead of the kernel selector we're running in now and at the correct + // instruction pointer ( current minus 1 MB ). It does not fix our return + // address nor does it fix the return address of our caller. + continue_at_low_address(); + + // Now fix our return address. + // JrCs: this macro should be rewritten because the code generated by XCode 4.x + // change the value of the argument passed as parameter (multiboot_magic) + // FIX_RETURN_ADDRESS_USING_FIRST_ARG(multiboot_magic); + + // We can now do just about anything, including return to our caller correctly. + // However, our caller must fix his return address if he wishes to return to + // his caller and so on and so forth. + + /* Zero the BSS and initialize malloc */ + initialize_runtime(); + + gMI = mi_p; + + /* Set up a temporary bootArgs so we can call console output routines + like printf that check the v_display. Note that we purposefully + do not initialize anything else at this early stage. + + We are reasonably sure we're already in text mode if GRUB booted us. + This is the same assumption that initKernBootStruct makes. + We could check the multiboot info I guess, but why bother? + */ + boot_args temporaryBootArgsData; + bzero(&temporaryBootArgsData, sizeof(boot_args)); + bootArgs = &temporaryBootArgsData; + bootArgs->Video.v_display = VGA_TEXT_MODE; + + // Install ramdisk and extra driver hooks + p_get_ramdisk_info = &multiboot_get_ramdisk_info; + p_ramdiskReadBytes = &multibootRamdiskReadBytes; + LoadExtraDrivers_p = &multiboot_LoadExtraDrivers; + + // Since we call multiboot ourselves, its return address will be correct. + // That is unless it's inlined in which case it does not matter. + uint64_t bootdevice = multiboot( multiboot_magic, mi_orig); // mi_p); + + if(bootdevice != BAD_BOOT_DEVICE) + { + // boot only returns to do a chain load. + for(;;) + { // NOTE: boot only uses the last byte (the drive number) + common_boot(bootdevice); + if(chainbootflag) + chainLoad(); + else + waitThenReload(); + } + } + + // We're about to exit and temporaryBootArgs will no longer be valid + bootArgs = NULL; + return bootdevice; +} + +// Starts off in the multiboot context 1 MB high but eventually gets into low memory +// and winds up with a bootdevice in eax which is all that boot() wants +// This lets the stack pointer remain very high. +// If we were to call boot directly from multiboot then the whole multiboot_info +// would be on the stack which would possibly be using way too much stack. +void multiboot_to_boot(int multiboot_magic, struct multiboot_info *mi_orig) +{ + hi_multiboot(multiboot_magic, mi_orig); + + // Avoid returning to high-memory address which isn't valid in the segment + // we are now in. + // Calling sleep() ensures the user ought to be able to use Ctrl+Alt+Del + // because the BIOS will have interrupts on. + for(;;) + sleep(10); + // NOTE: *IF* we needed to return we'd have to fix up our return address to + // be in low memory using the same trick as below. + // However, there doesn't seem to be any point in returning to assembly + // particularly when the remaining code merely halts the processor. + +} + /////////////////////////////////////////////////////////////////////////// // Ramdisk and extra drivers code Index: branches/ErmaC/Enoch/i386/boot2/boot.c =================================================================== --- branches/ErmaC/Enoch/i386/boot2/boot.c (revision 2678) +++ branches/ErmaC/Enoch/i386/boot2/boot.c (revision 2679) @@ -57,13 +57,17 @@ #include "device_tree.h" #ifndef DEBUG_BOOT2 -#define DEBUG_BOOT2 0 + #define DEBUG_BOOT2 0 #endif +#ifndef DEBUG_INTERRUPTS + #define DEBUG_INTERRUPTS 0 +#endif + #if DEBUG_BOOT2 -#define DBG(x...) printf(x) + #define DBG(x...) printf(x) #else -#define DBG(x...) msglog(x) + #define DBG(x...) msglog(x) #endif /* @@ -77,7 +81,9 @@ bool gScanSingleDrive; bool useGUI; -static int interruptsAvailable = 0; +#if DEBUG_INTERRUPTS + static int interruptsAvailable = 0; +#endif static bool gUnloadPXEOnExit = false; @@ -152,6 +158,8 @@ if ( ret != 0 ) { + printf("Decoding kernel failed.\n"); + pause(); return ret; } @@ -225,42 +233,29 @@ finalizeBootStruct(); // Jump to kernel's entry point. There's no going back now. - if (MacOSVerCurrent >= MacOSVer2Int("10.7")) + if ( TIGER || LEOPARD || SNOW_LEOPARD ) { // Notify modules that the kernel is about to be started - execute_hook("Kernel Start", (void *)kernelEntry, (void *)bootArgs, NULL, NULL); + execute_hook("Kernel Start", (void *)kernelEntry, (void *)bootArgsPreLion, NULL, NULL); - if (interruptsAvailable) - { - DisableInterrupts(); - } - - // Masking out so that Lion doesn't doublefault - - startprog( kernelEntry, bootArgs ); + startprog( kernelEntry, bootArgsPreLion ); } else { // Notify modules that the kernel is about to be started - execute_hook("Kernel Start", (void*)kernelEntry, (void*)bootArgsPreLion, NULL, NULL); + execute_hook("Kernel Start", (void *)kernelEntry, (void *)bootArgs, NULL, NULL); - if (interruptsAvailable) - { - DisableInterrupts(); - } - - startprog( kernelEntry, bootArgsPreLion ); + startprog( kernelEntry, bootArgs ); } // Not reached __builtin_unreachable(); } - //========================================================================== // LoadKernelCache - Try to load Kernel Cache. // return the length of the loaded cache file or -1 on error -long LoadKernelCache(const char* cacheFile, void **binary) +long LoadKernelCache(const char *cacheFile, void **binary) { char kernelCacheFile[512]; char kernelCachePath[512]; @@ -282,53 +277,53 @@ } else { - // Lion, Mountain Lion, Mavericks and Yosemite prelink kernel cache file - if (MacOSVerCurrent >= MacOSVer2Int("10.7")) // OSX is Lion (10.7) or newer + // Leopard prelink kernel cache file + if ( TIGER || LEOPARD ) // OSX is 10.4 or 10.5 { - snprintf(kernelCacheFile, sizeof(kernelCacheFile), "%skernelcache", kDefaultCachePathSnow); - verbose("Kernel Cache file path (Mac OS X 10.7 and newer): %s\n", kernelCacheFile); + // Reset cache name. + bzero(gCacheNameAdler + 64, sizeof(gCacheNameAdler) - 64); + snprintf(gCacheNameAdler + 64, sizeof(gCacheNameAdler) - 64, "%s,%s", gRootDevice, bootInfo->bootFile); + adler32 = Adler32((unsigned char *)gCacheNameAdler, sizeof(gCacheNameAdler)); + snprintf(kernelCacheFile, sizeof(kernelCacheFile), "%s.%08lX", kDefaultCachePathLeo, adler32); + verbose("Reseted kernel cache file path: %s\n", kernelCacheFile); + } // Snow Leopard prelink kernel cache file - else + else if ( SNOW_LEOPARD ) { - if (MacOSVerCurrent >= MacOSVer2Int("10.6")) // OSX is Snow (10.6) - { - snprintf(kernelCacheFile, sizeof(kernelCacheFile), "kernelcache_%s", - (archCpuType == CPU_TYPE_I386) ? "i386" : "x86_64"); + snprintf(kernelCacheFile, sizeof(kernelCacheFile), "kernelcache_%s", + (archCpuType == CPU_TYPE_I386) ? "i386" : "x86_64"); - int lnam = strlen(kernelCacheFile) + 9; //with adler32 - char *name; - u_int32_t prev_time = 0; + int lnam = strlen(kernelCacheFile) + 9; //with adler32 + char *name; + u_int32_t prev_time = 0; - struct dirstuff* cacheDir = opendir(kDefaultCachePathSnow); + struct dirstuff *cacheDir = opendir(kDefaultCachePathSnow); - /* TODO: handle error? */ - if (cacheDir) + /* TODO: handle error? */ + if (cacheDir) + { + while(readdir(cacheDir, (const char**)&name, &flags, &time) >= 0) { - while(readdir(cacheDir, (const char**)&name, &flags, &time) >= 0) + if (((flags & kFileTypeMask) != kFileTypeDirectory) && time > prev_time + && strstr(name, kernelCacheFile) && (name[lnam] != '.')) { - if (((flags & kFileTypeMask) != kFileTypeDirectory) && time > prev_time - && strstr(name, kernelCacheFile) && (name[lnam] != '.')) - { - snprintf(kernelCacheFile, sizeof(kernelCacheFile), "%s%s", kDefaultCachePathSnow, name); - prev_time = time; - } + snprintf(kernelCacheFile, sizeof(kernelCacheFile), "%s%s", kDefaultCachePathSnow, name); + prev_time = time; } - verbose("Kernel Cache file path (Mac OS X 10.6.X): %s\n", kernelCacheFile); } - closedir(cacheDir); + verbose("Kernel Cache file path (Mac OS X 10.6.X): %s\n", kernelCacheFile); } - else - { - // Leopard prelink kernel cache file - // Reset cache name. - bzero(gCacheNameAdler + 64, sizeof(gCacheNameAdler) - 64); - snprintf(gCacheNameAdler + 64, sizeof(gCacheNameAdler) - 64, "%s,%s", gRootDevice, bootInfo->bootFile); - adler32 = Adler32((unsigned char *)gCacheNameAdler, sizeof(gCacheNameAdler)); - snprintf(kernelCacheFile, sizeof(kernelCacheFile), "%s.%08lX", kDefaultCachePathLeo, adler32); - verbose("Reseted kernel cache file path: %s\n", kernelCacheFile); - } + closedir(cacheDir); } + else + { + // Lion, Mountain Lion, Mavericks and Yosemite prelink kernel cache file + // for 10.7 10.8 10.9 10.10 10.11 + snprintf(kernelCacheFile, sizeof(kernelCacheFile), "%skernelcache", kDefaultCachePathSnow); + verbose("Kernel Cache file path (Mac OS X 10.7 and newer): %s\n", kernelCacheFile); + + } } // Check if the kernel cache file exists @@ -352,7 +347,7 @@ if ((ret == -1) || ((flags & kFileTypeMask) != kFileTypeFlat)) { - snprintf(kernelCachePath, sizeof(kernelCachePath), "/com.apple.recovery.boot/kernelcache", kernelCacheFile); + strncpy(kernelCachePath, "/com.apple.recovery.boot/kernelcache", sizeof(kernelCachePath) ); ret = GetFileInfo(NULL, kernelCachePath, &flags, &cachetime); if ((flags & kFileTypeMask) != kFileTypeFlat) @@ -453,12 +448,14 @@ // Initialize boot-log initBooterLog(); +#if DEBUG_INTERRUPTS // Enable interrupts interruptsAvailable = SetupInterrupts(); if (interruptsAvailable) { EnableInterrupts(); } +#endif // Initialize boot info structure. initKernBootStruct(); @@ -629,11 +626,11 @@ if (getValueForKey(karch, &val, &len, &bootInfo->chameleonConfig)) { - if (strncmp(val, "x86_64", 4) == 0) + if (strncmp(val, "x86_64", sizeof("x86_64") ) == 0) { archCpuType = CPU_TYPE_X86_64; } - else if (strncmp(val, "i386", 4) == 0) + else if (strncmp(val, "i386", sizeof("i386") ) == 0) { archCpuType = CPU_TYPE_I386; } @@ -644,7 +641,7 @@ } if (getValueForKey(kKernelArchKey, &val, &len, &bootInfo->chameleonConfig)) { - if (strncmp(val, "i386", 4) == 0) + if (strncmp(val, "i386", sizeof("i386") ) == 0) { archCpuType = CPU_TYPE_I386; } @@ -766,21 +763,21 @@ bool bootFileWithDevice = false; // Check if bootFile start with a device ex: bt(0,0)/Extra/mach_kernel - if (strncmp(bootInfo->bootFile,"bt(",3) == 0 || - strncmp(bootInfo->bootFile,"hd(",3) == 0 || - strncmp(bootInfo->bootFile,"rd(",3) == 0) + if (strncmp(bootInfo->bootFile, "bt(", sizeof("bt(") ) == 0 || + strncmp(bootInfo->bootFile, "hd(", sizeof("hd(") ) == 0 || + strncmp(bootInfo->bootFile, "rd(", sizeof("rd(") ) == 0) bootFileWithDevice = true; // bootFile must start with a / if it not start with a device name if (!bootFileWithDevice && (bootInfo->bootFile)[0] != '/') { - if (MacOSVerCurrent >= MacOSVer2Int("10.10")) // OSX is 10.10 or newer + if ( !YOSEMITE ) // ( !YOSEMITE || !GALA ) Is not Yosemite 10.10 or Gala 10.11 { - snprintf(bootFile, sizeof(bootFile), kDefaultKernelPathForYos "%s", bootInfo->bootFile); // Yosemite + snprintf(bootFile, sizeof(bootFile), "/%s", bootInfo->bootFile); // append a leading / } else { - snprintf(bootFile, sizeof(bootFile), "/%s", bootInfo->bootFile); // append a leading '/' + snprintf(bootFile, sizeof(bootFile), kDefaultKernelPathForYos"%s", bootInfo->bootFile); // Yosemite } } else @@ -863,10 +860,13 @@ nbpUnloadBaseCode(); } +#if DEBUG_INTERRUPTS if (interruptsAvailable) { DisableInterrupts(); } +#endif + } /*! @@ -903,6 +903,7 @@ return ((gMacOSVersion[0] == version[0]) && (gMacOSVersion[1] == version[1]) && (gMacOSVersion[2] == version[2]) && (gMacOSVersion[3] == version[3])); } + } uint32_t getMacOSVerCurrent() Index: branches/ErmaC/Enoch/i386/boot2/boot2.s =================================================================== --- branches/ErmaC/Enoch/i386/boot2/boot2.s (revision 2678) +++ branches/ErmaC/Enoch/i386/boot2/boot2.s (revision 2679) @@ -40,11 +40,8 @@ #include "memory.h" #include "mboot.h" -#define data32 .byte 0x66 -#define retf .byte 0xcb - .file "boot2.s" - .section __INIT,__text // turbo - This initialization code must reside within the first segment + .section __INIT,__text,regular,pure_instructions // turbo - This initialization code must reside within the first segment //.data .section __INIT,__data // turbo - Data that must be in the first segment @@ -65,11 +62,14 @@ # Returns: # LABEL(boot2) # Entry point at 0:BOOTER_ADDR (will be called by boot1) - pushl %ecx # Save general purpose registers - pushl %ebx - pushl %ebp - pushl %esi - pushl %edi + + .code16 + + push %cx # Save general purpose registers + push %bx + push %bp + push %si + push %di push %ds # Save DS, ES push %es @@ -77,12 +77,12 @@ mov %ax, %ds # Set DS and ES to match CS mov %ax, %es - data32 - call __switch_stack # Switch to new stack + calll __switch_stack # Switch to new stack - data32 - call __real_to_prot # Enter protected mode. + calll __real_to_prot # Enter protected mode. + .code32 + fninit # FPU init # We are now in 32-bit protected mode. @@ -96,39 +96,43 @@ call __prot_to_real # Back to real mode. - data32 - call __switch_stack # Restore original stack - + .code16 + + calll __switch_stack # Restore original stack + pop %es # Restore original ES and DS pop %ds - popl %edi # Restore all general purpose registers - popl %esi # except EAX. - popl %ebp - popl %ebx - popl %ecx + pop %di # Restore all general purpose registers + pop %si # except AX. + pop %bp + pop %bx + pop %cx - retf # Hardcode a far return + lret # Far return + .code32 + start_chain_boot: xorl %edx, %edx movb _chainbootdev, %dl # Setup DL with the BIOS device number call __prot_to_real # Back to real mode. - data32 - call __switch_stack # Restore original stack - + .code16 + + calll __switch_stack # Restore original stack + pop %es # Restore original ES and DS pop %ds - popl %edi # Restore all general purpose registers - popl %esi # except EAX. - popl %ebp - popl %ebx - popl %ecx + pop %di # Restore all general purpose registers + pop %si # except AX. + pop %bp + pop %bx + pop %cx - data32 ljmp $0, $0x7c00 # Jump to boot code already in memory + .code32 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Multiboot support added by David F. Elliott on 2007/06/26 @@ -153,7 +157,11 @@ # cannot do that and have GRUB find it because GRUB only searches the first # 8k of the binary. Since __TEXT,__const follows __TEXT,__text (the code # section) and since the code is well over 8k long, it doesn't work. -.align 4, 0x90 # Make sure we're on a 4-byte boundary. Required by Multiboot. + + //.data - the entire __INIT segment is less than 1k + .section __INIT,__data // turbo + + .align 2 # Make sure we're on a 4-byte boundary. Required by Multiboot. _multiboot_header: # magic (NOTE: this shows up as 02b0 ad1b in a hex dump) .long MULTIBOOT_HEADER_MAGIC @@ -172,12 +180,11 @@ # entry_addr .long (_multiboot_entry + OFFSET_1MEG) -# Stick a couple of nop here so that we hopefully make disassemblers realize we have instructions again - nop - nop - nop -.align 8, 0x90 # Align to 8 byte boundary which should be enough nops + //.text + .section __INIT,__text // turbo + .align 3, 0x90 # Align to 8 byte boundary + # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - _multiboot_entry: # First thing's first, let's get ourselves a usable GDT. @@ -210,7 +217,7 @@ # The desired offset in this case is exactly 1 MB higher than the # assembler/linker thinks it is. As mentioned above, we use the kernel # init code selector instead of the boot code selector. - jmp $0x28,$(Lpost_gdt_switch+OFFSET_1MEG) + ljmp $0x28,$(Lpost_gdt_switch+OFFSET_1MEG) Lpost_gdt_switch: # Now that we have the right code selector we also want the rest of the @@ -276,7 +283,7 @@ # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # _continue_at_low_address does some trickery to get the caller running from the low address with the right selector .globl _continue_at_low_address - .align 4, 0x90 + .align 2, 0x90 _continue_at_low_address: # Our stack frame has been set up with the return address on top # First, fix that to be 1 MB lower @@ -286,7 +293,7 @@ lgdt _Gdtr # Now jump to GDT selector 8 using the low address of this function # This finally puts us in low memory in the right selector (0x08) - jmpl $0x08,$L_continue_at_low_address_next + ljmp $0x08,$L_continue_at_low_address_next L_continue_at_low_address_next: # We don't need to set ss,ds,es,fs, or gs because they are already 0x10 # and the old GDT had the same information for selector 0x10 as the new @@ -309,6 +316,8 @@ call __prot_to_real # Back to real mode. + .code16 + # TODO: Set SS:SP to something reasonable? For instance, Microsoft MBR # code starts out by setting up the stack at 0:7c00 for itself and leaves # that intact. Thus the stack by default will grow down from the code @@ -316,19 +325,20 @@ # 0:fff0 and it seems that most boot code doesn't care and simply sets # SS:SP itself as one of the first things it does. - data32 ljmp $0, $0x7c00 # Jump to boot code already in memory + .code32 + # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # _cause_crash jumps to offset 0 of a selector we know is not in our GDT # This causes Parallels to output all sorts of nice debugging information # We aren't using it right now so it's in an if 0 block. #if 0 .globl _cause_crash - .align 4, 0x90 + .align 2, 0x90 _cause_crash: # Cause a crash, there is no GDT selector f0 - jmp $0xf0,$0 + ljmp $0xf0,$0 hlt jmp _cause_crash #endif @@ -338,8 +348,7 @@ # See the comments above as to why we have OFFSET_1MEG. //.data .section __INIT,__data // turbo - .align 4, 0x90 + .align 2 _Gdtr_high: .word GDTLIMIT .long vtop(_Gdt + OFFSET_1MEG) - Index: branches/ErmaC/Enoch/i386/boot2/boot.h =================================================================== --- branches/ErmaC/Enoch/i386/boot2/boot.h (revision 2678) +++ branches/ErmaC/Enoch/i386/boot2/boot.h (revision 2679) @@ -28,6 +28,17 @@ #define __BOOT2_BOOT_H #include "libsaio.h" + +// OS X Versions +//#define GALA checkOSVersion("10.11") // Gala +#define YOSEMITE checkOSVersion("10.10") // Yosemite +#define MAVERICKS checkOSVersion("10.9") // Mavericks +#define MOUNTAIN_LION checkOSVersion("10.8") // Mountain Lion +#define LION checkOSVersion("10.7") // Lion +#define SNOW_LEOPARD checkOSVersion("10.6") // Snow Leopard +#define LEOPARD checkOSVersion("10.5") // Leopard +#define TIGER checkOSVersion("10.4") // Tiger + /* * Paths used by chameleon */ @@ -117,8 +128,6 @@ /* Slice: added these keys */ #define kPS2RestartFix "PS2RestartFix" /* acpi_patcher.c */ -//#define kInjectEDID "InjectEDID" /* ati.c */ -//#define kCustomEDID "CustomEDID" /* ati.c */ #define kUseIntelHDMI "UseIntelHDMI" /* ati.c && nvidia.c && gma.c */ /* Signal64: added this key */ @@ -174,8 +183,6 @@ #define kEnableHDMIAudio "EnableHDMIAudio" /* ati.c && nvidia.c */ /* cparm: added these keys */ -//#define kRebootOnPanic "RebootOnPanic" -//#define kEnableHiDPI "EnableHiDPI" /* enable High resolution display (aka Retina) */ /* ErmaC: added these keys */ #define kEnableDualLink "EnableDualLink" /* ati.c && nvidia.c && gma.c*/ @@ -183,9 +190,9 @@ #define kSkipIntelGfx "SkipIntelGfx" /* pci_setup.c */ #define kSkipNvidiaGfx "SkipNvidiaGfx" /* pci_setup.c */ #define kSkipAtiGfx "SkipAtiGfx" /* pci_setup.c */ -//#define kUsbInject "USBInject" /* usb.c */ #define kIntelCapriFB "IntelCapriFB" /* gma.c was HD4K-ig */ #define kIntelAzulFB "IntelAzulFB" /* gma.c was HD5K-ig */ +#define kIntelBdwFB "IntelBDWFB" /* gma.c */ #define kAAPLCustomIG "InjectIntel-ig" /* gma.c */ #define kHDAEnabler "HDAEnabler" /* pci_setup.c */ #define kHDEFLayoutID "HDEFLayoutID" /* hda.c */ Index: branches/ErmaC/Enoch/i386/boot2/modules.c =================================================================== --- branches/ErmaC/Enoch/i386/boot2/modules.c (revision 2678) +++ branches/ErmaC/Enoch/i386/boot2/modules.c (revision 2679) @@ -528,7 +528,7 @@ // = dylibCommand->dylib.compatibility_version; if(dylib_loader) { - char* name = malloc(strlen(module) + strlen(".dylib") + 1); + char *name = malloc(strlen(module) + strlen(".dylib") + 1); sprintf(name, "%s.dylib", module); if (!dylib_loader(name)) @@ -1069,7 +1069,6 @@ return 0; } - /* * execute_hook( const char* name ) * name - Name of the module hook @@ -1106,8 +1105,6 @@ } } - - /* * register_hook_callback( const char* name, void(*callback)()) * name - Name of the module hook to attach to. Index: branches/ErmaC/Enoch/i386/boot2/bmdecompress.c =================================================================== --- branches/ErmaC/Enoch/i386/boot2/bmdecompress.c (revision 2678) +++ branches/ErmaC/Enoch/i386/boot2/bmdecompress.c (revision 2679) @@ -264,10 +264,9 @@ free(sc0); } -void * -DecompressData(void *srcbase, int *dw, int *dh, int *bitsPerPixel) +void *DecompressData(void *srcbase, int *dw, int *dh, int *bitsPerPixel) { - uint32_t * src = (uint32_t *) srcbase, size; + uint32_t *src = (uint32_t *) srcbase, size; void * ret; *bitsPerPixel = 8 * ((int) src[0]); Index: branches/ErmaC/Enoch/i386/boot2/gui.c =================================================================== --- branches/ErmaC/Enoch/i386/boot2/gui.c (revision 2678) +++ branches/ErmaC/Enoch/i386/boot2/gui.c (revision 2679) @@ -14,13 +14,13 @@ #include "vers.h" #ifndef DEBUG_GUI -#define DEBUG_GUI 0 + #define DEBUG_GUI 0 #endif #if DEBUG_GUI -#define DBG(x...) printf(x) + #define DBG(x...) printf(x) #else -#define DBG(x...) + #define DBG(x...) #endif #define IMG_REQUIRED -1 @@ -54,6 +54,8 @@ iDeviceGeneric_o, iDeviceHFS, iDeviceHFS_o, +// iDeviceHFS_gala, +// iDeviceHFS_gala_o, iDeviceHFS_yos, iDeviceHFS_yos_o, iDeviceHFS_mav, @@ -71,6 +73,8 @@ iDeviceHFSRAID, iDeviceHFSRAID_o, +// iDeviceHFSRAID_gala, +// iDeviceHFSRAID_gala_o, iDeviceHFSRAID_yos, iDeviceHFSRAID_yos_o, iDeviceHFSRAID_mav, @@ -91,6 +95,8 @@ iDeviceHFSFUSION, iDeviceHFSFUSION_o, +// iDeviceHFSFUSION_gala, +// iDeviceHFSFUSION_gala_o, iDeviceHFSFUSION_yos, iDeviceHFSFUSION_yos_o, iDeviceHFSFUSION_mav, @@ -153,6 +159,8 @@ {.name = "device_generic_o", .image = NULL}, {.name = "device_hfsplus", .image = NULL}, {.name = "device_hfsplus_o", .image = NULL}, +// {.name = "device_hfsplus_gala", .image = NULL}, +// {.name = "device_hfsplus_gala_o", .image = NULL}, {.name = "device_hfsplus_yos", .image = NULL}, {.name = "device_hfsplus_yos_o", .image = NULL}, {.name = "device_hfsplus_mav", .image = NULL}, @@ -170,6 +178,8 @@ {.name = "device_hfsraid", .image = NULL}, {.name = "device_hfsraid_o", .image = NULL}, +// {.name = "device_hfsraid_gala", .image = NULL}, +// {.name = "device_hfsraid_gala_o", .image = NULL}, {.name = "device_hfsraid_yos", .image = NULL}, {.name = "device_hfsraid_yos_o", .image = NULL}, {.name = "device_hfsraid_mav", .image = NULL}, @@ -190,6 +200,8 @@ {.name = "device_hfsfusion", .image = NULL}, {.name = "device_hfsfusion_o", .image = NULL}, +// {.name = "device_hfsfusion_gala", .image = NULL}, +// {.name = "device_hfsfusion_gala_o", .image = NULL}, {.name = "device_hfsfusion_yos", .image = NULL}, {.name = "device_hfsfusion_yos_o", .image = NULL}, {.name = "device_hfsfusion_mav", .image = NULL}, @@ -283,8 +295,10 @@ static int getImageIndexByName(const char *name) { int i; - for (i = 0; i < sizeof(images) / sizeof(images[0]); i++) { - if (strcmp(name, images[i].name) == 0) { + for (i = 0; i < sizeof(images) / sizeof(images[0]); i++) + { + if (strncmp(name, images[i].name, sizeof(images[i].name)) == 0) + { return i; // found the name } } @@ -302,7 +316,7 @@ // NOTE: This algorithm assumes that the embedded images are sorted. // This is currently done using the make file. If the array is // generated manualy, this *will* fail to work properly. - while((result = strcmp(name, embeddedImages[compareIndex].name)) != 0) + while((result = strncmp(name, embeddedImages[compareIndex].name, sizeof(embeddedImages[compareIndex].name))) != 0) { if (result > 0) { // We need to search a HIGHER index if (compareIndex != lowerLimit) { @@ -402,6 +416,8 @@ LOADPNG(device_generic_o, iDeviceGeneric); LOADPNG(device_hfsplus, iDeviceGeneric); LOADPNG(device_hfsplus_o, iDeviceHFS); +// LOADPNG(device_hfsplus_gala, iDeviceHFS); +// LOADPNG(device_hfsplus_gala_o, iDeviceHFS_gala); LOADPNG(device_hfsplus_yos, iDeviceHFS); LOADPNG(device_hfsplus_yos_o, iDeviceHFS_yos); LOADPNG(device_hfsplus_mav, iDeviceHFS); @@ -419,6 +435,8 @@ LOADPNG(device_hfsraid, iDeviceHFS); LOADPNG(device_hfsraid_o, iDeviceHFSRAID); +// LOADPNG(device_hfsraid_gala, iDeviceHFSRAID); +// LOADPNG(device_hfsraid_gala_o, iDeviceHFSRAID_gala); LOADPNG(device_hfsraid_yos, iDeviceHFSRAID); LOADPNG(device_hfsraid_yos_o, iDeviceHFSRAID_yos); LOADPNG(device_hfsraid_mav, iDeviceHFSRAID); @@ -439,6 +457,8 @@ LOADPNG(device_hfsfusion, iDeviceHFS); LOADPNG(device_hfsfusion_o, iDeviceHFSFUSION); +// LOADPNG(device_hfsfusion_gala, iDeviceHFSFUSION); +// LOADPNG(device_hfsfusion_gala_o, iDeviceHFSFUSION_gala); LOADPNG(device_hfsfusion_yos, iDeviceHFSFUSION); LOADPNG(device_hfsfusion_yos_o, iDeviceHFSFUSION_yos); LOADPNG(device_hfsfusion_mav, iDeviceHFSFUSION); @@ -565,7 +585,7 @@ gui.backbuffer = malloc(sizeof(pixmap_t)); if(!gui.backbuffer) { -// DBG("Unable to allocate memory for gui.backbuffer"); + DBG("Unable to allocate memory for gui.backbuffer"); return 1; } @@ -574,7 +594,7 @@ { free(gui.backbuffer); gui.backbuffer = 0; -// DBG("Unable to allocate memory for gui.backbuffer->pixels"); + DBG("Unable to allocate memory for gui.backbuffer->pixels"); return 1; } @@ -591,7 +611,7 @@ window->pixmap = malloc(sizeof(pixmap_t)); if(!window->pixmap) { -// DBG("Unable to allocate memory for window->pixmap"); + DBG("Unable to allocate memory for window->pixmap"); return 1; } @@ -600,7 +620,7 @@ { free(window->pixmap); window->pixmap = 0; -// DBG("Unable to allocate memory for window->pixmap->pixels"); + DBG("Unable to allocate memory for window->pixmap->pixels"); return 1; } @@ -957,12 +977,13 @@ config_file_t *config; config = &bootInfo->themeConfig; - if (ParseXMLFile((char *)__theme_plist, &config->dictionary) != 0) { - return 1; + if (ParseXMLFile((char *)__theme_plist, &config->dictionary) != 0) + { + return 1; } #else -// DBG("Unable to load %s theme plist.\n",theme_name); + DBG("Unable to load %s theme plist.\n",theme_name); return 1; @@ -1106,10 +1127,6 @@ break; } - //case kPartitionTypeOSXBoot: - // devicetype = iDeviceHFSRECOVERY; // Use Recovery icon - // break; - case kPartitionTypeHPFS: devicetype = iDeviceNTFS; // Use HPFS / NTFS icon break; @@ -2125,6 +2142,7 @@ } } #endif + // ==================================================================== void drawProgressBar(pixmap_t *blendInto, uint16_t width, position_t p, uint8_t progress) Index: branches/ErmaC/Enoch/i386/boot2/gui.h =================================================================== --- branches/ErmaC/Enoch/i386/boot2/gui.h (revision 2678) +++ branches/ErmaC/Enoch/i386/boot2/gui.h (revision 2679) @@ -143,8 +143,8 @@ void showInfoBox(char *title, char *text); -int dprintf( window_t * window, const char * fmt, ...); -int gprintf( window_t * window, const char * fmt, ...); +int dprintf( window_t * window, const char * fmt, ...) __attribute__((format(printf,2,3))); +int gprintf( window_t * window, const char * fmt, ...) __attribute__((format(printf,2,3))); int vprf(const char * fmt, va_list ap); int drawInfoMenu(); Index: branches/ErmaC/Enoch/i386/boot2/ramdisk.c =================================================================== --- branches/ErmaC/Enoch/i386/boot2/ramdisk.c (revision 2678) +++ branches/ErmaC/Enoch/i386/boot2/ramdisk.c (revision 2679) @@ -29,7 +29,7 @@ &bootInfo->chameleonConfig)) { // Use user specified md0 file - snprintf(filename, sizeof(filename), "%s", override_filename); + strncpy(filename, override_filename, sizeof(filename) ); fh = open(filename, 0); if(fh < 0) @@ -47,12 +47,12 @@ if(fh < 0) { - sprintf(filename, "rd(0,0)/Extra/Postboot.img"); + strcpy(filename, "rd(0,0)/Extra/Postboot.img"); fh = open(filename, 0); if(fh < 0) { - sprintf(filename, "/Extra/Postboot.img"); // Check /Extra if not in rd(0,0) + strcpy(filename, "/Extra/Postboot.img"); // Check /Extra if not in rd(0,0) fh = open(filename, 0); } } Index: branches/ErmaC/Enoch/i386/boot2/options.c =================================================================== --- branches/ErmaC/Enoch/i386/boot2/options.c (revision 2678) +++ branches/ErmaC/Enoch/i386/boot2/options.c (revision 2679) @@ -266,12 +266,12 @@ execute_hook("ClearArgs", NULL, NULL, NULL, NULL); } -void addBootArg(const char * argStr) +void addBootArg(const char *argStr) { if ( (gBootArgsPtr + strlen(argStr) + 1) < gBootArgsEnd) { if(gBootArgsPtr != gBootArgs) *gBootArgsPtr++ = ' '; - strcat(gBootArgs, argStr); + strlcat(gBootArgs, argStr, BOOT_STRING_LEN); gBootArgsPtr += strlen(argStr); } } @@ -752,12 +752,12 @@ (i < bootInfo->memoryMapCount) && (bufflen < 1024); /* prevent buffer overflow */ i++) { bufflen += snprintf(buff+bufflen, 1024-bufflen, "Base 0x%08x%08x, ", - (unsigned long)(mp->base >> 32), - (unsigned long)(mp->base)); + (unsigned)(mp->base >> 32), + (unsigned)(mp->base)); bufflen += snprintf(buff+bufflen, 1024-bufflen, "length 0x%08x%08x, type %d\n", - (unsigned long)(mp->length >> 32), - (unsigned long)(mp->length), - mp->type); + (unsigned)(mp->length >> 32), + (unsigned)(mp->length), + (int) mp->type); mp++; } return buff; @@ -875,7 +875,7 @@ printf(getVBEInfoString()); } changeCursor(0, kMenuTopRow, kCursorTypeUnderline, 0); - verbose("Scanning device %x...", gBIOSDev); + verbose("Scanning device %x...\n", gBIOSDev); } // When booting from CD, default to hard drive boot when possible. @@ -1424,7 +1424,7 @@ gBootVolume->fs_getuuid(gBootVolume, gBootUUIDString); } } - DBG("Boot UUID [%s (%s), %s]: %s\n", gBootVolume->label, gBootVolume->altlabel, gBootVolume->type_name, gBootUUIDString); + DBG("Boot UUID of '%s' %s (%s): %s\n", gBootVolume->label, gBootVolume->altlabel, gBootVolume->type_name, gBootUUIDString); if (!processBootArgument(kRootDeviceKey, cp, configKernelFlags, bootInfo->config, &argP, &cntRemaining, gRootDevice, ROOT_DEVICE_SIZE)) Index: branches/ErmaC/Enoch/i386/config/symbol.c =================================================================== --- branches/ErmaC/Enoch/i386/config/symbol.c (revision 2678) +++ branches/ErmaC/Enoch/i386/config/symbol.c (revision 2679) @@ -180,9 +180,13 @@ return; } if (sym->type == S_INT) + { sprintf(str, "%d", val2); + } else + { sprintf(str, "0x%x", val2); + } sym->curr.val = strdup(str); } Index: branches/ErmaC/Enoch/i386/modules/Resolution/915resolution.c =================================================================== --- branches/ErmaC/Enoch/i386/modules/Resolution/915resolution.c (revision 2678) +++ branches/ErmaC/Enoch/i386/modules/Resolution/915resolution.c (revision 2679) @@ -8,6 +8,7 @@ * Copyright 2009. All rights reserved. * */ + #ifndef _RESOLUTION_H_ #define _RESOLUTION_H_ @@ -193,6 +194,15 @@ case 0x01548086: // 3rd Generation Core Processor Family DRAM Controller case 0x01588086: // 3rd Generation Core Processor Family DRAM Controller case 0x015c8086: // 3rd Generation Core Processor Family DRAM Controller + + case 0x01608086: // 3rd Generation Core Processor Family DRAM Controller + case 0x01648086: // 3rd Generation Core Processor Family DRAM Controller + + case 0x0C008086: // 4rd Generation Core Processor Family DRAM Controller + case 0x0C048086: // 4rd Generation M-Processor Series + case 0x0A048086: // 4rd Generation U-Processor Series + case 0x0D048086: // 4rd Generation H-Processor Series (BGA) with GT3 Graphics + case 0x16048086: // 5th Generation Core Processor Family DRAM Controller verbose(" core proc identified\n"); type = CT_CORE_PROC; break; @@ -296,13 +306,13 @@ if (map->chipset == CT_UNKNOWN) { - verbose(" Unknown chipset type: %08x.\n", map->chipset_id); + verbose(" Unknown chipset type: %08x.\n", (unsigned) map->chipset_id); //verbose("915resolution only works with Intel 800/900 series graphic chipsets.\n"); //verbose("Chipset Id: %x\n", map->chipset_id); close_vbios(map); return 0; } else { - verbose(" Detected chipset/proc id (DRAM controller): %08x\n", map->chipset_id); + verbose(" Detected chipset/proc id (DRAM controller): %08x\n", (unsigned) map->chipset_id); } @@ -922,7 +932,7 @@ /*if (mode.pixel_clock && (mode.h_active == x) && (mode.v_active == y) && !force) {*/ if (!getMode(&mode)) { - verbose("\n Edid detailed timing descriptor found: %dx%d\n vbios mode %d patched!\n", mode.h_active, mode.v_active, i); + verbose("\n Edid detailed timing descriptor found: %dx%d\n vbios mode %d patched!\n", mode.h_active, mode.v_active, (int) i); mode_timing[i].usH_Total = mode.h_active + mode.h_blanking; mode_timing[i].usH_Active = mode.h_active; mode_timing[i].usH_SyncStart = mode.h_active + mode.h_sync_offset; Index: branches/ErmaC/Enoch/i386/modules/Keylayout/Keylayout.c =================================================================== --- branches/ErmaC/Enoch/i386/modules/Keylayout/Keylayout.c (revision 2678) +++ branches/ErmaC/Enoch/i386/modules/Keylayout/Keylayout.c (revision 2679) @@ -145,8 +145,7 @@ if (!load_keyboard_layout_file(layoutPath)) { - DBG("Can't load %s keyboard layout file. Keylayout will not be used !\n", - layoutPath); + DBG("Can't load %s keyboard layout file. Keylayout will not be used !\n", layoutPath); sleep(2); } else if (!replace_function("_getchar", &getchar_replacement)) Index: branches/ErmaC/Enoch/i386/modules/AcpiCodec/acpi_codec.c =================================================================== --- branches/ErmaC/Enoch/i386/modules/AcpiCodec/acpi_codec.c (revision 2678) +++ branches/ErmaC/Enoch/i386/modules/AcpiCodec/acpi_codec.c (revision 2679) @@ -52,6 +52,52 @@ #include "pci.h" #include "pci_root.h" +boolean_t ForceAmdCpu = false; + +/* For AMD CPU's */ +boolean_t IsAmdCPU(void) +{ + if (ForceAmdCpu) + { + return true; + } + + uint32_t ourcpuid[4]; + do_cpuid(0, ourcpuid); + if ( + /* This spells out "AuthenticAMD". */ + ourcpuid[ebx] == 0x68747541 && // Auth + ourcpuid[ecx] == 0x444D4163 && // cAMD + ourcpuid[edx] == 0x69746E65) // enti + { + return true; + } + + return false; +}; + +/* For Intel CPU's */ +boolean_t IsIntelCPU(void) +{ + uint32_t ourcpuid[4]; + do_cpuid(0, ourcpuid); + if ( + /* This spells out "GenuineIntel". */ + ourcpuid[ebx] == 0x756E6547 && // Genu + ourcpuid[ecx] == 0x6C65746E && // ntel + ourcpuid[edx] == 0x49656E69) // ineI + { + return true; + } + + if (!IsAmdCPU()) + { + return true; + } + + return false; +} + U64 rsd_p; ACPI_TABLES acpi_tables; U32 uuid32; @@ -635,7 +681,7 @@ if (GetChecksum(header, header->Length) == 0) { DBG("Found valid AML file : %s ", filename); - verbose("[ %s ] read and stored at: %x", acpi_file, tableAddr); + verbose("[ %s ] read and stored at: 0x%x", acpi_file, (unsigned) tableAddr); printf("\n"); return tableAddr; } @@ -1005,172 +1051,176 @@ boolean_t fine_grain_clock_mod = 0; #if BUILD_ACPI_TSS || pstate_power_support - if (Platform.CPU.CPUID[CPUID_0][0] >= 0x5) { - /* - * Extract the Monitor/Mwait Leaf info: - */ - sub_Cstates = Platform.CPU.CPUID[CPUID_5][3]; - extensions = Platform.CPU.CPUID[CPUID_5][2]; - } - - if (Platform.CPU.CPUID[CPUID_0][0] >= 6) { - dynamic_acceleration = bitfield(Platform.CPU.CPUID[CPUID_6][0], 1, 1); // "Dynamic Acceleration Technology (Turbo Mode)" - invariant_APIC_timer = bitfield(Platform.CPU.CPUID[CPUID_6][0], 2, 2); // "Invariant APIC Timer" - fine_grain_clock_mod = bitfield(Platform.CPU.CPUID[CPUID_6][0], 4, 4); - } - cpu->turbo_available = (U32)dynamic_acceleration; - + if(IsIntelCPU()) { - U32 temp32 = 0; - U64 temp64= 0; - int tdp; - if (getIntForKey("TDP", &tdp, &bootInfo->chameleonConfig)) + if (Platform.CPU.CPUID[CPUID_0][0] >= 0x5) { - temp32 = (U32) (tdp*8) ; - - int tdc; - if (getIntForKey("TDC", &tdc, &bootInfo->chameleonConfig)) + /* + * Extract the Monitor/Mwait Leaf info: + */ + sub_Cstates = Platform.CPU.CPUID[CPUID_5][3]; + extensions = Platform.CPU.CPUID[CPUID_5][2]; + } + + if (Platform.CPU.CPUID[CPUID_0][0] >= 6) + { + dynamic_acceleration = bitfield(Platform.CPU.CPUID[CPUID_6][0], 1, 1); // "Dynamic Acceleration Technology (Turbo Mode)" + invariant_APIC_timer = bitfield(Platform.CPU.CPUID[CPUID_6][0], 2, 2); // "Invariant APIC Timer" + fine_grain_clock_mod = bitfield(Platform.CPU.CPUID[CPUID_6][0], 4, 4); + } + cpu->turbo_available = (U32)dynamic_acceleration; + + { + U32 temp32 = 0; + U64 temp64= 0; + int tdp; + if (getIntForKey("TDP", &tdp, &bootInfo->chameleonConfig)) { - temp32 = (U32) (temp32) | tdc<<16 ; - + temp32 = (U32) (tdp*8) ; + + int tdc; + if (getIntForKey("TDC", &tdc, &bootInfo->chameleonConfig)) + { + temp32 = (U32) (temp32) | tdc<<16 ; + } + else if (tdp) + { + temp32 = (U32) (temp32) | ((tdp)*8)<<16 ; + } } - else if (tdp) + else if (!is_sandybridge() && !is_jaketown()) { - temp32 = (U32) (temp32) | ((tdp)*8)<<16 ; + if (turbo_enabled && cpu->turbo_available) + { + temp64 = rdmsr64(MSR_TURBO_POWER_CURRENT_LIMIT); + temp32 = (U32)temp64; + } + else + { + // Unfortunately, Intel don't provide a better method for non turbo processors + // and it will give a TDP of 95w (for ex. mine is 65w) , to fix this issue, + // you can set this value by simply adding the option TDP = XX (XX is an integer) + // in your boot.plist + temp32 = (U32)0x02a802f8; + } + } - - } - else if (!is_sandybridge() && !is_jaketown()) - { - if (turbo_enabled && cpu->turbo_available) + if (temp32) { - temp64 = rdmsr64(MSR_TURBO_POWER_CURRENT_LIMIT); - temp32 = (U32)temp64; - } - else - { - // Unfortunately, Intel don't provide a better method for non turbo processors - // and it will give a TDP of 95w (for ex. mine is 65w) , to fix this issue, - // you can set this value by simply adding the option TDP = XX (XX is an integer) - // in your boot.plist - temp32 = (U32)0x02a802f8; + cpu->tdp_limit = ( temp32 & 0x7fff ); + cpu->tdc_limit = ( (temp32 >> 16) & 0x7fff ); } - - } - if (temp32) { - cpu->tdp_limit = ( temp32 & 0x7fff ); - cpu->tdc_limit = ( (temp32 >> 16) & 0x7fff ); - } - } - + } + #endif - - switch (Platform.CPU.Family) - { - case 0x06: + + switch (Platform.CPU.Family) { - switch (Platform.CPU.Model) + case 0x06: { - case CPUID_MODEL_DOTHAN: - case CPUID_MODEL_YONAH: // Yonah - case CPUID_MODEL_MEROM: // Merom - case CPUID_MODEL_PENRYN: // Penryn - case CPUID_MODEL_ATOM: // Intel Atom (45nm) + switch (Platform.CPU.Model) { - - cpu->core_c1_supported = ((sub_Cstates >> 4) & 0xf) ? 1 : 0; - cpu->core_c4_supported = ((sub_Cstates >> 16) & 0xf) ? 1 : 0; - - if (Platform.CPU.Model == CPUID_MODEL_ATOM) + case CPUID_MODEL_DOTHAN: + case CPUID_MODEL_YONAH: // Yonah + case CPUID_MODEL_MEROM: // Merom + case CPUID_MODEL_PENRYN: // Penryn + case CPUID_MODEL_ATOM: // Intel Atom (45nm) { - cpu->core_c2_supported = cpu->core_c3_supported = ((sub_Cstates >> 8) & 0xf) ? 1 : 0; - cpu->core_c6_supported = ((sub_Cstates >> 12) & 0xf) ? 1 : 0; - - } - else - { - cpu->core_c3_supported = ((sub_Cstates >> 12) & 0xf) ? 1 : 0; - cpu->core_c2_supported = ((sub_Cstates >> 8) & 0xf) ? 1 : 0; - cpu->core_c6_supported = 0; - - } - - cpu->core_c7_supported = 0; - + + cpu->core_c1_supported = ((sub_Cstates >> 4) & 0xf) ? 1 : 0; + cpu->core_c4_supported = ((sub_Cstates >> 16) & 0xf) ? 1 : 0; + + if (Platform.CPU.Model == CPUID_MODEL_ATOM) + { + cpu->core_c2_supported = cpu->core_c3_supported = ((sub_Cstates >> 8) & 0xf) ? 1 : 0; + cpu->core_c6_supported = ((sub_Cstates >> 12) & 0xf) ? 1 : 0; + + } + else + { + cpu->core_c3_supported = ((sub_Cstates >> 12) & 0xf) ? 1 : 0; + cpu->core_c2_supported = ((sub_Cstates >> 8) & 0xf) ? 1 : 0; + cpu->core_c6_supported = 0; + + } + + cpu->core_c7_supported = 0; + #if BETA - GetMaxRatio(&cpu->max_ratio_as_mfg); - U64 msr = rdmsr64(MSR_IA32_PERF_STATUS); - U16 idlo = (msr >> 48) & 0xffff; - U16 idhi = (msr >> 32) & 0xffff; - cpu->min_ratio = (U32) (idlo >> 8) & 0xff; - cpu->max_ratio_as_cfg = (U32) (idhi >> 8) & 0xff; - + GetMaxRatio(&cpu->max_ratio_as_mfg); + U64 msr = rdmsr64(MSR_IA32_PERF_STATUS); + U16 idlo = (msr >> 48) & 0xffff; + U16 idhi = (msr >> 32) & 0xffff; + cpu->min_ratio = (U32) (idlo >> 8) & 0xff; + cpu->max_ratio_as_cfg = (U32) (idhi >> 8) & 0xff; + #else - if (Platform.CPU.MaxCoef) - { - if (Platform.CPU.MaxDiv) + if (Platform.CPU.MaxCoef) { - cpu->max_ratio_as_cfg = cpu->max_ratio_as_mfg = (U32) (Platform.CPU.MaxCoef * 10) + 5; + if (Platform.CPU.MaxDiv) + { + cpu->max_ratio_as_cfg = cpu->max_ratio_as_mfg = (U32) (Platform.CPU.MaxCoef * 10) + 5; + } + else + { + cpu->max_ratio_as_cfg = cpu->max_ratio_as_mfg = (U32) Platform.CPU.MaxCoef * 10; + } } - else +#endif + break; + } + case CPUID_MODEL_FIELDS: + case CPUID_MODEL_CLARKDALE: + case CPUID_MODEL_DALES: + case CPUID_MODEL_NEHALEM: + case CPUID_MODEL_NEHALEM_EX: + case CPUID_MODEL_WESTMERE: + case CPUID_MODEL_WESTMERE_EX: + case CPUID_MODEL_SANDYBRIDGE: + case CPUID_MODEL_JAKETOWN: + { + cpu->core_c1_supported = ((sub_Cstates >> 4) & 0xf) ? 1 : 0; + cpu->core_c3_supported = ((sub_Cstates >> 8) & 0xf) ? 1 : 0; + cpu->core_c6_supported = ((sub_Cstates >> 12) & 0xf) ? 1 : 0; + cpu->core_c7_supported = ((sub_Cstates >> 16) & 0xf) ? 1 : 0; + cpu->core_c2_supported = 0; + cpu->core_c4_supported = 0; + + GetMaxRatio(&cpu->max_ratio_as_mfg); + U64 platform_info = rdmsr64(MSR_PLATFORM_INFO); + cpu->max_ratio_as_cfg = (U32) ((U32)platform_info >> 8) & 0xff; + cpu->min_ratio = (U32) ((platform_info >> 40) & 0xff); + + cpu->tdc_tdp_limits_for_turbo_flag = (platform_info & (1ULL << 29)) ? 1 : 0; + cpu->ratio_limits_for_turbo_flag = (platform_info & (1ULL << 28)) ? 1 : 0; + cpu->xe_available = cpu->tdc_tdp_limits_for_turbo_flag | cpu->ratio_limits_for_turbo_flag; + + if (is_sandybridge() || is_jaketown()) { - cpu->max_ratio_as_cfg = cpu->max_ratio_as_mfg = (U32) Platform.CPU.MaxCoef * 10; + cpu->package_power_limit = rdmsr64(MSR_PKG_RAPL_POWER_LIMIT); + cpu->package_power_sku_unit = rdmsr64(MSR_RAPL_POWER_UNIT); } + break; } -#endif - - break; - } - case CPUID_MODEL_FIELDS: - case CPUID_MODEL_DALES: - case CPUID_MODEL_DALES_32NM: - case CPUID_MODEL_NEHALEM: - case CPUID_MODEL_NEHALEM_EX: - case CPUID_MODEL_WESTMERE: - case CPUID_MODEL_WESTMERE_EX: - case CPUID_MODEL_SANDYBRIDGE: - case CPUID_MODEL_JAKETOWN: - { - - cpu->core_c1_supported = ((sub_Cstates >> 4) & 0xf) ? 1 : 0; - cpu->core_c3_supported = ((sub_Cstates >> 8) & 0xf) ? 1 : 0; - cpu->core_c6_supported = ((sub_Cstates >> 12) & 0xf) ? 1 : 0; - cpu->core_c7_supported = ((sub_Cstates >> 16) & 0xf) ? 1 : 0; - cpu->core_c2_supported = 0; - cpu->core_c4_supported = 0; - - GetMaxRatio(&cpu->max_ratio_as_mfg); - U64 platform_info = rdmsr64(MSR_PLATFORM_INFO); - cpu->max_ratio_as_cfg = (U32) ((U32)platform_info >> 8) & 0xff; - cpu->min_ratio = (U32) ((platform_info >> 40) & 0xff); - - cpu->tdc_tdp_limits_for_turbo_flag = (platform_info & (1ULL << 29)) ? 1 : 0; - cpu->ratio_limits_for_turbo_flag = (platform_info & (1ULL << 28)) ? 1 : 0; - cpu->xe_available = cpu->tdc_tdp_limits_for_turbo_flag | cpu->ratio_limits_for_turbo_flag; - - - - if (is_sandybridge() || is_jaketown()) - { - cpu->package_power_limit = rdmsr64(MSR_PKG_RAPL_POWER_LIMIT); - cpu->package_power_sku_unit = rdmsr64(MSR_RAPL_POWER_UNIT); - } - break; + default: + verbose ("Unsupported CPU\n"); + return /*(0)*/; + break; } - default: - verbose ("Unsupported CPU\n"); - return /*(0)*/; - break; } + default: + break; } - default: - break; } - + else + { + extensions = Platform.CPU.CPUID[CPUID_5][2]; + } + cpu->mwait_supported = (extensions & (1UL << 0)) ? 1 : 0; + + cpu->invariant_apic_timer_flag = (U32)invariant_APIC_timer; - cpu->invariant_apic_timer_flag = (U32)invariant_APIC_timer; - #if DEBUG_ACPI printf("CPU INFO : \n"); #if BETA @@ -1178,29 +1228,25 @@ #endif printf("max_ratio_as_cfg : %d\n", cpu->max_ratio_as_cfg); printf("max_ratio_as_mfg : %d\n", cpu->max_ratio_as_mfg); - + printf("turbo_available : %d\n",cpu->turbo_available); - + printf("core_c1_supported : %d\n",cpu->core_c1_supported); printf("core_c2_supported : %d\n",cpu->core_c1_supported); printf("core_c3_supported : %d\n",cpu->core_c3_supported); printf("core_c6_supported : %d\n",cpu->core_c6_supported); printf("core_c7_supported : %d\n",cpu->core_c7_supported); printf("mwait_supported : %d\n",cpu->mwait_supported); - + #if BUILD_ACPI_TSS || pstate_power_support if (is_sandybridge() || is_jaketown()) { - printf("package_power_limit : %d\n",cpu->package_power_limit); printf("package_power_sku_unit : %d\n",cpu->package_power_sku_unit); - } #endif - DBG("invariant_apic_timer_flag : %d\n",cpu->invariant_apic_timer_flag); - - + #endif } @@ -1225,21 +1271,26 @@ U32 index; for (index=0; index < cpu->pkg_pstates.num_pstates; index ++) { - PSTATE * pstate = &cpu->pkg_pstates.pstate[index]; + PSTATE *pstate = &cpu->pkg_pstates.pstate[index]; // Set ratio pstate->ratio = computePstateRatio(cpu->max_ratio_as_cfg, cpu->min_ratio, cpu->turbo_available, cpu->pkg_pstates.num_pstates, index); // Compute frequency based on ratio if ((index != 0) || (cpu->turbo_available == 0)) + { pstate->frequency = pstate->ratio * get_bclk(); + } else + { pstate->frequency = ((pstate->ratio - 1) * get_bclk()) + 1; - + } // Compute power based on ratio and other data if (pstate->ratio >= cpu->max_ratio_as_mfg) + { // Use max power in mW pstate->power = TDP * 1000; + } else { pstate->power = compute_pstate_power(cpu, pstate->ratio, TDP); @@ -1311,19 +1362,19 @@ //----------------------------------------------------------------------------- static U32 BuildPstateInfo(CPU_DETAILS * cpu) { - struct p_state p_states[32]; U8 p_states_count = 0; - - if (!cpu) - { - return (0); - } - + + if (!cpu) { + return (0); + } + + if(IsIntelCPU()) + { #if UNUSED struct p_state initial; -#endif +#endif struct p_state maximum, minimum; // Retrieving P-States, ported from code by superhai (c) switch (Platform.CPU.Family) @@ -1456,8 +1507,8 @@ break; } case CPUID_MODEL_FIELDS: + case CPUID_MODEL_CLARKDALE: case CPUID_MODEL_DALES: - case CPUID_MODEL_DALES_32NM: case CPUID_MODEL_NEHALEM: case CPUID_MODEL_NEHALEM_EX: case CPUID_MODEL_WESTMERE: @@ -4162,7 +4213,7 @@ memcpy(fadt_mod, fadt, fadt->Header.Length); fadt_mod->Header.Length = 0x74; fadt_mod->Header.Revision = 0x01; - verbose("Warning: ACPI FADT length was < 0x74 which is the minimum for the ACPI FADT V1 specification, \n", fadt->Header.Revision ); + verbose("Warning: ACPI FADT length was < 0x74 which is the minimum for the ACPI FADT V1 specification, \n" /*, fadt->Header.Revision */ ); verbose(" trying to convert it to Version 1. \n"); } @@ -4755,7 +4806,7 @@ ret = GetFileInfo("rd(0,0)/Extra/", "Acpi", &flags, &time); if ((ret == 0) && ((flags & kFileTypeMask) == kFileTypeDirectory)) { - sprintf(dirspec, "rd(0,0)/Extra/Acpi/"); + strcpy(dirspec, "rd(0,0)/Extra/Acpi/"); acpidir_found = true; } @@ -4765,7 +4816,7 @@ ret = GetFileInfo("/Extra/", "Acpi", &flags, &time); if ((ret == 0) && ((flags & kFileTypeMask) == kFileTypeDirectory)) { - sprintf(dirspec, "/Extra/Acpi/"); + strcpy(dirspec, "/Extra/Acpi/"); acpidir_found = true; } @@ -4774,7 +4825,7 @@ ret = GetFileInfo("bt(0,0)/Extra/", "Acpi", &flags, &time); if ((ret == 0) && ((flags & kFileTypeMask) == kFileTypeDirectory)) { - sprintf(dirspec, "bt(0,0)/Extra/Acpi/"); + strcpy(dirspec, "bt(0,0)/Extra/Acpi/"); acpidir_found = true; } Index: branches/ErmaC/Enoch/i386/libsa/interrupts.c =================================================================== --- branches/ErmaC/Enoch/i386/libsa/interrupts.c (revision 2678) +++ branches/ErmaC/Enoch/i386/libsa/interrupts.c (revision 2679) @@ -107,6 +107,7 @@ "addl $4, %%esp\n\t" "iretl" :); + __builtin_unreachable(); } static @@ -131,6 +132,7 @@ "addl $8, %%esp\n\t" "iretl" :); + __builtin_unreachable(); } /* Index: branches/ErmaC/Enoch/i386/libsa/libsa.h =================================================================== --- branches/ErmaC/Enoch/i386/libsa/libsa.h (revision 2678) +++ branches/ErmaC/Enoch/i386/libsa/libsa.h (revision 2679) @@ -138,8 +138,8 @@ /* * printf.c */ -extern int sprintf(char *s, const char *format, ...); -extern int snprintf(char *s, size_t size, const char *format, ...); +extern int sprintf(char *s, const char *format, ...) __attribute__((format(printf,2,3))); +extern int snprintf(char *s, size_t size, const char *format, ...) __attribute__((format(printf,3,4))); extern int slvprintf(char *buffer, int len, const char *fmt, va_list arg); /* Index: branches/ErmaC/Enoch/i386/libsa/prf.c =================================================================== --- branches/ErmaC/Enoch/i386/libsa/prf.c (revision 2678) +++ branches/ErmaC/Enoch/i386/libsa/prf.c (revision 2679) @@ -143,7 +143,7 @@ minwidth *= 10; minwidth += c - '0'; goto again; - case 'X': + case 'X': flag |= UCASE; /* fall through */ case 'x': Index: branches/ErmaC/Enoch/i386/libsa/efi_tables.c =================================================================== --- branches/ErmaC/Enoch/i386/libsa/efi_tables.c (revision 2678) +++ branches/ErmaC/Enoch/i386/libsa/efi_tables.c (revision 2679) @@ -117,14 +117,14 @@ void efi_guid_unparse_upper(EFI_GUID const *pGuid, char *out) { - sprintf(out, "%08X-%04X-%04X-%02X%02X-%02X%02X%02X%02X%02X%02X", - pGuid->Data1, /* - */ - pGuid->Data2, /* - */ - pGuid->Data3, /* - */ - pGuid->Data4[0], pGuid->Data4[1], /* - */ - pGuid->Data4[2], pGuid->Data4[3], - pGuid->Data4[4], pGuid->Data4[5], - pGuid->Data4[6], pGuid->Data4[7]); + sprintf(out, "%08X-%04X-%04X-%02X%02X-%02X%02X%02X%02X%02X%02X", + pGuid->Data1, /* - */ + pGuid->Data2, /* - */ + pGuid->Data3, /* - */ + pGuid->Data4[0], pGuid->Data4[1], /* - */ + pGuid->Data4[2], pGuid->Data4[3], + pGuid->Data4[4], pGuid->Data4[5], + pGuid->Data4[6], pGuid->Data4[7]); } bool efi_guid_is_null(EFI_GUID const *pGuid) Index: branches/ErmaC/Enoch/i386/libsa/memory.h =================================================================== --- branches/ErmaC/Enoch/i386/libsa/memory.h (revision 2678) +++ branches/ErmaC/Enoch/i386/libsa/memory.h (revision 2679) @@ -91,7 +91,7 @@ #define ZALLOC_ADDR 0x08100000 // 256M zalloc area -#define ZALLOC_LEN 0x10000000 // Reverted from commit 2554 was 0x14000000 +#define ZALLOC_LEN 0x10000000 #define LOAD_ADDR 0x18100000 // 64M File load buffer #define LOAD_LEN 0x04000000 Index: branches/ErmaC/Enoch/i386/util/fdisk/fdisk.c =================================================================== --- branches/ErmaC/Enoch/i386/util/fdisk/fdisk.c (revision 2678) +++ branches/ErmaC/Enoch/i386/util/fdisk/fdisk.c (revision 2679) @@ -239,6 +239,8 @@ } mbr_binary = (char *)malloc(MBR_CODE_SIZE); + if (!mbr_binary) errx(1, "out of memory"); + if ((fd = open(mbrfile, O_RDONLY)) == -1) { warn("could not open MBR file %s", mbrfile); bzero(mbr_binary, MBR_CODE_SIZE); @@ -259,6 +261,7 @@ } else if (i_flag) { /* If they didn't specify -a, they'll get the default auto style */ mp = MBR_alloc(NULL); + if (!mp) errx(1, "out of memory"); if (AUTO_init(&disk, auto_style, mp) != AUTO_OK) { errx(1, "error initializing disk"); } Index: branches/ErmaC/Enoch/i386/util/fdisk/part.c =================================================================== --- branches/ErmaC/Enoch/i386/util/fdisk/part.c (revision 2678) +++ branches/ErmaC/Enoch/i386/util/fdisk/part.c (revision 2679) @@ -241,7 +241,7 @@ /* Zero out entry if not used */ if (partn->id == DOSPTYP_UNUSED ) { - memset(partn, 0, sizeof(*partn)); + memset(partn, 0, sizeof(prt_t)); } } @@ -353,7 +353,7 @@ /* Zero out entry if not used */ if (part->id == DOSPTYP_UNUSED ) { - memset(part, 0, sizeof(*part)); + memset(part, 0, sizeof(prt_t)); return; } @@ -390,7 +390,7 @@ /* Zero out entry if not used */ if (part->id == DOSPTYP_UNUSED ) { - memset(part, 0, sizeof(*part)); + memset(part, 0, sizeof(prt_t)); return; } Index: branches/ErmaC/Enoch/i386/util/fdisk/user.c =================================================================== --- branches/ErmaC/Enoch/i386/util/fdisk/user.c (revision 2678) +++ branches/ErmaC/Enoch/i386/util/fdisk/user.c (revision 2679) @@ -145,7 +145,7 @@ static int editlevel; mbr_t *mbr; cmd_t cmd; - int i, st, fd; + int i, st = CMD_EXIT, fd; int modified = 0; /* One level deeper */ @@ -156,7 +156,10 @@ /* Read MBR & partition */ mbr = MBR_alloc(NULL); + if (!mbr) errx(1, "out of memory"); fd = DISK_open(disk->name, O_RDONLY); + if (fd == -1) + err(1, "Could not open %s", disk->name); MBR_read(disk, fd, offset, mbr); DISK_close(fd); @@ -166,9 +169,9 @@ if (mbr->signature != MBR_SIGNATURE) { int yn = ask_yn("The signature for this MBR is invalid.\nWould you like to initialize the partition table?", 1); if (yn) { - strcpy(cmd.cmd, "erase"); + strlcpy(cmd.cmd, "erase", sizeof(cmd.cmd)); cmd.args[0] = '\0'; - st = Xerase(&cmd, disk, mbr, tt, offset); + Xerase(&cmd, disk, mbr, tt, offset); modified = 1; } } @@ -189,7 +192,7 @@ break; /* Quick hack to put in '?' == 'help' */ - if (!strcmp(cmd.cmd, "?")) + if (!strncmp(cmd.cmd, "?", sizeof("?"))) i = 0; /* Check for valid command */ @@ -197,7 +200,7 @@ printf("Invalid command '%s'. Try 'help'.\n", cmd.cmd); continue; } else - strcpy(cmd.cmd, cmd_table[i].cmd); + strlcpy(cmd.cmd, cmd_table[i].cmd, sizeof(cmd.cmd)); /* Call function */ st = cmd_table[i].fcn(&cmd, disk, mbr, tt, offset); @@ -252,11 +255,13 @@ disk_t *disk; int do_dump; { - int fd, offset, firstoff; + int fd /*, offset, firstoff*/; mbr_t *mbr; fd = DISK_open(disk->name, O_RDONLY); - offset = firstoff = 0; + if (fd == -1) + err(1, "Could not open %s", disk->name); + /*offset = firstoff = 0;*/ if (!do_dump) DISK_printmetrics(disk); Index: branches/ErmaC/Enoch/i386/util/fdisk/mbr.c =================================================================== --- branches/ErmaC/Enoch/i386/util/fdisk/mbr.c (revision 2678) +++ branches/ErmaC/Enoch/i386/util/fdisk/mbr.c (revision 2679) @@ -237,7 +237,10 @@ mbr_t *mbrd; mbrd = MBR_alloc(NULL); + if (!mbr) errx(1, "out of memory"); fd = DISK_open(disk->name, O_RDONLY); + if (fd == -1) + err(1, "Could not open %s", disk->name); MBR_read(disk, fd, offset, mbrd); DISK_close(fd); MBR_parse(disk, offset, reloff, mbrd); @@ -393,6 +396,7 @@ if (mbr == NULL) { mbr = MBR_alloc(prev_mbr); + if (!mbr) errx(1, "out of memory"); if (head == NULL) head = mbr; } @@ -446,6 +450,7 @@ MBR_alloc(mbr_t *parent) { mbr_t *mbr = (mbr_t *)malloc(sizeof(mbr_t)); + if (!mbr) return NULL; bzero(mbr, sizeof(mbr_t)); if (parent) { parent->next = mbr; @@ -475,9 +480,12 @@ int i, fd, offset, firstoff; fd = DISK_open(disk->name, O_RDONLY); + if (fd == -1) + err(1, "Could not open %s", disk->name); firstoff = offset = 0; do { mbr = MBR_alloc(mbr); + if (!mbr) errx(1, "out of memory"); if (head == NULL) { head = mbr; } @@ -511,6 +519,8 @@ int fd; fd = DISK_open(disk->name, O_RDWR); + if (fd == -1) + err(1, "Could not open %s", disk->name); while (mbr) { MBR_make(mbr); result = MBR_write(disk, fd, mbr); Index: branches/ErmaC/Enoch/i386/util/fdisk/disk.c =================================================================== --- branches/ErmaC/Enoch/i386/util/fdisk/disk.c (revision 2678) +++ branches/ErmaC/Enoch/i386/util/fdisk/disk.c (revision 2679) @@ -167,7 +167,10 @@ /* Get label metrics */ if ((fd = DISK_open(name, O_RDONLY)) != -1) { lm = malloc(sizeof(DISK_metrics)); - + if (!lm) { + err(1, "DISK_getlabelmetrics: Could not allocate memory"); + return NULL; + } if (fstat(fd, &st) == -1) err(1, "%s", name); if (!S_ISREG(st.st_mode) || S_ISBLK(st.st_mode)) { @@ -265,13 +268,12 @@ disk_t *disk; DISK_metrics *user; { - int ret; + int ret = 1; int fd; uint32_t sector_size; /* Default to 512 bytes per sector, in case of failure. */ user->sector_size = 512; - ret = 1; fd = DISK_open(disk->name, O_RDONLY); if (fd == -1) { Index: branches/ErmaC/Enoch/i386/util/dyldsymboltool.c =================================================================== --- branches/ErmaC/Enoch/i386/util/dyldsymboltool.c (revision 2678) +++ branches/ErmaC/Enoch/i386/util/dyldsymboltool.c (revision 2679) @@ -144,7 +144,7 @@ //dylib.dylib_info.cmdsize += offset; //dylib.header.sizeofcmds += offset; - sprintf(dylib.module_name, "%s", DYLIB_NAME); + strcpy(dylib.module_name, DYLIB_NAME); /* Load Commands - Symtable */ dylib.symtab.cmd = LC_SYMTAB; @@ -155,13 +155,13 @@ dylib.symtab.cmdsize = sizeof(struct symtab_command); - FILE* outfile = fopen(argv[argc-1], "w"); + FILE *outfile = fopen(argv[argc-1], "w"); fwrite(&dylib, sizeof(dylib) /* Sizeof header + module name */ , 1, outfile); - char* symtab = malloc(dylib.symtab.stroff + dylib.symtab.strsize - sizeof(dylib) + 1); // Add extra 1 for last symbol + char *symtab = malloc(dylib.symtab.stroff + dylib.symtab.strsize - sizeof(dylib) + 1); // Add extra 1 for last symbol bzero(symtab, dylib.symtab.nsyms * sizeof(struct nlist) + dylib.symtab.strsize + 1); - char* orig = symtab; + char *orig = symtab; //symtab += offset; Index: branches/ErmaC/Enoch/i386/util/boot1-install/boot1-install.c =================================================================== --- branches/ErmaC/Enoch/i386/util/boot1-install/boot1-install.c (revision 2678) +++ branches/ErmaC/Enoch/i386/util/boot1-install/boot1-install.c (revision 2679) @@ -546,9 +546,6 @@ else *pKind = _other; break; - case _ntfs: - rc = 0; - break; default: break; } @@ -743,7 +740,6 @@ case _exfat: case _hfs: case _msdos: - case _ntfs: break; default: unsupported(); Index: branches/ErmaC/Enoch/i386/util/sectorsize.c =================================================================== --- branches/ErmaC/Enoch/i386/util/sectorsize.c (revision 2678) +++ branches/ErmaC/Enoch/i386/util/sectorsize.c (revision 2679) @@ -119,10 +119,10 @@ if (ioctl(diskdevice, DKIOCGETPHYSICALBLOCKSIZE, &size) != -1) { printf("Physical %u", size); - } else if (!ioctl(diskdevice, DKIOCGETBLOCKSIZE, &size) != -1) { + } else if (ioctl(diskdevice, DKIOCGETBLOCKSIZE, &size) != -1) { printf("Locical %u\n", size); } else { printf("Standard 512"); } return 0; -} \ No newline at end of file +} Index: branches/ErmaC/Enoch/i386/util/machOconv.c =================================================================== --- branches/ErmaC/Enoch/i386/util/machOconv.c (revision 2678) +++ branches/ErmaC/Enoch/i386/util/machOconv.c (revision 2679) @@ -21,6 +21,7 @@ * * @APPLE_LICENSE_HEADER_END@ */ + #include #include #include @@ -33,54 +34,79 @@ int infile, outfile; +void *cmds; + struct mach_header mh; -void * cmds; static bool swap_ends; +//============================================================================== + static unsigned long swap(unsigned long x) { - if (swap_ends) - return OSSwapInt32(x); - else - return x; + if (swap_ends) + { + return OSSwapInt32(x); + } + else + { + return x; + } } -int -main(int argc, char *argv[]) + +//============================================================================== + +int main(int argc, char *argv[]) { - kern_return_t result; - vm_address_t data; - int nc, ncmds; - char * cp; - + kern_return_t result; + vm_address_t data; + int nc, ncmds; + char * cp; + if (argc == 2) { infile = open(argv[1], O_RDONLY); + if (infile < 0) { - goto usage; + goto filenotfound; } + outfile = fileno(stdout); } else if (argc == 3) { infile = open(argv[1], O_RDONLY); - if (infile < 0){ - goto usage; + + if (infile < 0) + { + goto filenotfound; } - outfile = open(argv[2], O_WRONLY|O_CREAT|O_TRUNC, 0644); + + outfile = open(argv[2], O_WRONLY | O_CREAT | O_TRUNC, 0644); + if (outfile < 0) { - goto usage; + goto openerror; } - } else { -usage: - fprintf(stderr, "usage: machOconv inputfile [outputfile]\n"); + } + else + { + fprintf(stderr, "Usage: machOconv inputfile [outputfile]\n"); exit(1); + + filenotfound: + fprintf(stderr, "Error: File Not Found\n"); + exit(1); + + openerror: + fprintf(stderr, "Error: Open Failed\n"); + exit(1); } - + nc = read(infile, &mh, sizeof (mh)); + if (nc < 0) { perror("read mach header"); @@ -89,7 +115,7 @@ if (nc < (int)sizeof (mh)) { - fprintf(stderr, "read mach header: premature EOF %d\n", nc); + fprintf(stderr, "Error: read mach header: premature EOF %d\n", nc); exit(1); } @@ -100,31 +126,36 @@ else if (mh.magic == MH_CIGAM) { swap_ends = true; - } else { - fprintf(stderr, "bad magic number %lx\n", (unsigned long)mh.magic); + } + else + { + fprintf(stderr, "Error: bad magic number %lx\n", (unsigned long)mh.magic); exit(1); } cmds = calloc(swap(mh.sizeofcmds), sizeof (char)); + if (cmds == 0) { - fprintf(stderr, "alloc load commands: no memory\n"); + fprintf(stderr, "Error: alloc load commands: no memory\n"); exit(1); } nc = read(infile, cmds, swap(mh.sizeofcmds)); - if (nc < 0) + + if (nc < 0) { perror("read load commands"); exit(1); } + if (nc < (int)swap(mh.sizeofcmds)) { - fprintf(stderr, "read load commands: premature EOF %d\n", nc); + fprintf(stderr, "Error: read load commands: premature EOF %d\n", nc); exit(1); } - unsigned long vmstart = (unsigned long)-1; + unsigned long vmstart = (unsigned long) -1; // First pass: determine actual load address for (ncmds = swap(mh.ncmds), cp = cmds; ncmds > 0; ncmds--) @@ -135,7 +166,7 @@ switch(swap(lcp->cmd)) { case LC_SEGMENT: - if(vmstart > swap(scp->vmaddr)) + if (vmstart > swap(scp->vmaddr)) { vmstart = swap(scp->vmaddr); } @@ -156,15 +187,19 @@ switch(swap(lcp->cmd)) { case LC_SEGMENT: - isDATA = (strcmp(scp->segname, "__DATA") == 0); + isDATA = (strncmp(scp->segname, "__DATA", sizeof("__DATA")) == 0); + if (isDATA) { vmsize = swap(scp->filesize); - } else { + } + else + { vmsize = swap(scp->vmsize); } result = vm_allocate(mach_task_self(), &data, vmsize, true); + if (result != KERN_SUCCESS) { mach_error("vm_allocate segment data", result); @@ -173,10 +208,13 @@ lseek(infile, swap(scp->fileoff), L_SET); nc = read(infile, (void *)data, swap(scp->filesize)); - if (nc < 0) { + + if (nc < 0) + { perror("read segment data"); exit(1); } + if (nc < (int)swap(scp->filesize)) { fprintf(stderr, "read segment data: premature EOF %d\n", nc); @@ -185,6 +223,7 @@ lseek(outfile, swap(scp->vmaddr) - vmstart, L_SET); nc = write(outfile, (void *)data, vmsize); + if (nc < (int)vmsize) { perror("write segment data"); Index: branches/ErmaC/Enoch/package/Scripts/Main/ESPpostinstall =================================================================== --- branches/ErmaC/Enoch/package/Scripts/Main/ESPpostinstall (revision 2678) +++ branches/ErmaC/Enoch/package/Scripts/Main/ESPpostinstall (revision 2679) @@ -1,7 +1,7 @@ #!/bin/bash # -------------------------------------------------------------------------------------------------------- -# Install.sh v1.5, script to install Chameleon +# Install.sh v1.6, script to install Chameleon # Created by Miky1979 on December 8th, 2014 # -------------------------------------------------------------------------------------------------------- targetVolume="${3}" @@ -187,8 +187,12 @@ echo "${targetDiskRaw#/dev/r}, slice "${targetSlice}" is already set active. No need to change it." else echo "Setting ${choicedVolume} partition active." - # BadAxe requires EFI partition to be flagged active. - # but it doesn't' hurt to do it for any non-windows partition. + if [[ $( /usr/libexec/PlistBuddy -c "Print SkipActivePartition" ${configFile} 2> /dev/null ) == "true" ]];then + # Skip writing Stage 0 (user wants this) + echo "user chose to skip activation, partition not activated!" + else + # BadAxe requires EFI partition to be flagged active. + # but it doesn't' hurt to do it for any non-windows partition. # leave left aligned the follow code: fdisk -e ${targetDiskRaw} <<-MAKEACTIVE @@ -198,6 +202,7 @@ y quit MAKEACTIVE + fi fi else echo "Partition will not activate when Windows is detected or stage 0 is boot0hfs" @@ -220,8 +225,13 @@ WRITE_STAGE0() { if [ $InstallBootloader = "1" ];then echo -e "${mainLine}\nWRITING STAGE 0:" - "${usrLocalBin}/fdisk440" -u -f "${i386Dir}/${stage0Loader}" -y ${targetDisk} - echo "${stage0Loader} writed to ${targetDisk}" + if [[ $( /usr/libexec/PlistBuddy -c "Print SkipStage0" ${configFile} 2> /dev/null ) == "true" ]];then + # Skip writing Stage 0 (user wants this) + echo "user chose to skip stage0, not written!" + else + "${usrLocalBin}/fdisk440" -u -f "${i386Dir}/${1}" -y ${targetDisk} + echo "${1} written to ${targetDisk}" + fi fi } # -------------------------------------------------------------------------------------------------------- @@ -229,10 +239,15 @@ WRITE_STAGE1() { if [ $InstallBootloader = "1" ];then echo -e "${mainLine}\nWRITING STAGE 1 ${2}:" - cp -R "${usrLocalBin}/boot1-install" "${v_mntpt}"/ - cp -R "${i386Dir}/${1}" "${v_mntpt}"/ - "${v_mntpt}/boot1-install" -y "-${3}" -f "${v_mntpt}/${1}" ${targetDeviceRaw} - echo "${stage1Loader} (${2}) writed to ${targetDeviceRaw}." + if [[ $( /usr/libexec/PlistBuddy -c "Print SkipStage1" ${configFile} 2> /dev/null ) == "true" ]];then + # Skip writing Stage 0 (user wants this) + echo "user chose to skip stage1, not written!" + else + cp -R "${usrLocalBin}/boot1-install" "${v_mntpt}"/ + cp -R "${i386Dir}/${1}" "${v_mntpt}"/ + "${v_mntpt}/boot1-install" -y "-${3}" -f "${v_mntpt}/${1}" ${targetDeviceRaw} + echo "${stage1Loader} (${2}) written to ${targetDeviceRaw}." + fi fi } # -------------------------------------------------------------------------------------------------------- @@ -242,7 +257,7 @@ echo -e "${mainLine}\nWRITING STAGE 2:" cp -R "${i386Dir}/${stage2Loader}" "${choicedVolume}/" chflags hidden "${choicedVolume}/${stage2Loader}" - echo "Stage 2 (boot) writed to ${choicedVolume}." + echo "Stage 2 (${stage2Loader}) written to ${choicedVolume}." fi } # -------------------------------------------------------------------------------------------------------- Index: branches/ErmaC/Enoch/package/Scripts/Main/SkipStage0 =================================================================== --- branches/ErmaC/Enoch/package/Scripts/Main/SkipStage0 (revision 0) +++ branches/ErmaC/Enoch/package/Scripts/Main/SkipStage0 (revision 2679) @@ -0,0 +1,8 @@ +#!/bin/bash + +configFile="/private/tmp/InstallConfig.plist" + +# adding option to declare that we are installing the bootloader w/o writing the Stage0 +/usr/libexec/PlistBuddy -c "Add :SkipStage0 bool true" ${configFile} + +exit 0 \ No newline at end of file Property changes on: branches/ErmaC/Enoch/package/Scripts/Main/SkipStage0 ___________________________________________________________________ Added: svn:executable + * Index: branches/ErmaC/Enoch/package/Scripts/Main/SkipStage1 =================================================================== --- branches/ErmaC/Enoch/package/Scripts/Main/SkipStage1 (revision 0) +++ branches/ErmaC/Enoch/package/Scripts/Main/SkipStage1 (revision 2679) @@ -0,0 +1,8 @@ +#!/bin/bash + +configFile="/private/tmp/InstallConfig.plist" + +# adding option to declare that we are installing the bootloader w/o writing the Stage1 +/usr/libexec/PlistBuddy -c "Add :SkipStage1 bool true" ${configFile} + +exit 0 \ No newline at end of file Property changes on: branches/ErmaC/Enoch/package/Scripts/Main/SkipStage1 ___________________________________________________________________ Added: svn:executable + * Index: branches/ErmaC/Enoch/package/Scripts/Main/SkipActivePartition =================================================================== --- branches/ErmaC/Enoch/package/Scripts/Main/SkipActivePartition (revision 0) +++ branches/ErmaC/Enoch/package/Scripts/Main/SkipActivePartition (revision 2679) @@ -0,0 +1,8 @@ +#!/bin/bash + +configFile="/private/tmp/InstallConfig.plist" + +# adding option to declare that we are installing the bootloader w/o activate the partition +/usr/libexec/PlistBuddy -c "Add :SkipActivePartition bool true" ${configFile} + +exit 0 \ No newline at end of file Property changes on: branches/ErmaC/Enoch/package/Scripts/Main/SkipActivePartition ___________________________________________________________________ Added: svn:executable + * Index: branches/ErmaC/Enoch/package/Scripts/Main/Standardpostinstall =================================================================== --- branches/ErmaC/Enoch/package/Scripts/Main/Standardpostinstall (revision 2678) +++ branches/ErmaC/Enoch/package/Scripts/Main/Standardpostinstall (revision 2679) @@ -1,7 +1,7 @@ #!/bin/bash # -------------------------------------------------------------------------------------------------------- -# Install.sh v1.5, script to install Chameleon +# Install.sh v1.6, script to install Chameleon # Created by Miky1979 on December 8th, 2014 # -------------------------------------------------------------------------------------------------------- targetVolume="${3}" @@ -87,7 +87,7 @@ echo "DEBUG: bootDevice: Current Volume device is ${bootDevice}" echo "DEBUG: versionToInstall: version to install is ${versionToInstall}" echo "DEBUG: IOContent: partition scheme is ${IOContent}" - echo "DEBUG: FS: file System is ${FS}" + echo "DEBUG: FS: file System is ${FS}" if [ $InstallBootloader = "1" ];then echo "DEBUG: blocksize: block size detected = ${blocksize}-bytes" fi @@ -187,8 +187,12 @@ echo "${targetDiskRaw#/dev/r}, slice "${targetSlice}" is already set active. No need to change it." else echo "Setting ${choicedVolume} partition active." - # BadAxe requires EFI partition to be flagged active. - # but it doesn't' hurt to do it for any non-windows partition. + if [[ $( /usr/libexec/PlistBuddy -c "Print SkipActivePartition" ${configFile} 2> /dev/null ) == "true" ]];then + # Skip writing Stage 0 (user wants this) + echo "user chose to skip activation, partition not activated!" + else + # BadAxe requires EFI partition to be flagged active. + # but it doesn't' hurt to do it for any non-windows partition. # leave left aligned the follow code: fdisk -e ${targetDiskRaw} <<-MAKEACTIVE @@ -198,6 +202,7 @@ y quit MAKEACTIVE + fi fi else echo "Partition will not activate when Windows is detected or stage 0 is boot0hfs" @@ -220,8 +225,13 @@ WRITE_STAGE0() { if [ $InstallBootloader = "1" ];then echo -e "${mainLine}\nWRITING STAGE 0:" - "${usrLocalBin}/fdisk440" -u -f "${i386Dir}/${stage0Loader}" -y ${targetDisk} - echo "${stage0Loader} writed to ${targetDisk}" + if [[ $( /usr/libexec/PlistBuddy -c "Print SkipStage0" ${configFile} 2> /dev/null ) == "true" ]];then + # Skip writing Stage 0 (user wants this) + echo "user chose to skip stage0, not written!" + else + "${usrLocalBin}/fdisk440" -u -f "${i386Dir}/${1}" -y ${targetDisk} + echo "${1} written to ${targetDisk}" + fi fi } # -------------------------------------------------------------------------------------------------------- @@ -229,10 +239,15 @@ WRITE_STAGE1() { if [ $InstallBootloader = "1" ];then echo -e "${mainLine}\nWRITING STAGE 1 ${2}:" - cp -R "${usrLocalBin}/boot1-install" "${v_mntpt}"/ - cp -R "${i386Dir}/${1}" "${v_mntpt}"/ - "${v_mntpt}/boot1-install" -y "-${3}" -f "${v_mntpt}/${1}" ${targetDeviceRaw} - echo "${stage1Loader} (${2}) writed to ${targetDeviceRaw}." + if [[ $( /usr/libexec/PlistBuddy -c "Print SkipStage1" ${configFile} 2> /dev/null ) == "true" ]];then + # Skip writing Stage 0 (user wants this) + echo "user chose to skip stage1, not written!" + else + cp -R "${usrLocalBin}/boot1-install" "${v_mntpt}"/ + cp -R "${i386Dir}/${1}" "${v_mntpt}"/ + "${v_mntpt}/boot1-install" -y "-${3}" -f "${v_mntpt}/${1}" ${targetDeviceRaw} + echo "${stage1Loader} (${2}) written to ${targetDeviceRaw}." + fi fi } # -------------------------------------------------------------------------------------------------------- @@ -242,7 +257,7 @@ echo -e "${mainLine}\nWRITING STAGE 2:" cp -R "${i386Dir}/${stage2Loader}" "${choicedVolume}/" chflags hidden "${choicedVolume}/${stage2Loader}" - echo "Stage 2 (boot) writed to ${choicedVolume}." + echo "Stage 2 (${stage2Loader}) written to ${choicedVolume}." fi } # -------------------------------------------------------------------------------------------------------- Index: branches/ErmaC/Enoch/package/Resources/templates/Localizable.strings =================================================================== --- branches/ErmaC/Enoch/package/Resources/templates/Localizable.strings (revision 2678) +++ branches/ErmaC/Enoch/package/Resources/templates/Localizable.strings (revision 2679) @@ -22,14 +22,33 @@ boot1 (On the partition's boot-sector) to finding boot2. boot2 (On the partition's root directory) for loading kernel etc."; -"Standard_title" = "Standard"; -"Standard_description" = "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one."; +"BootNo_title" = "Don't install the Bootloader"; +"BootNo_description" = "Useful if you only want to install the extra's."; -"noboot_title" = "Don't install the Bootloader"; -"noboot_description" = "Useful if you only want to install the extra's."; +"Stages_title" = "Bootloader Stages"; +"Stages_description" = "Here you can chose to skip the bootloader installation completely or partially. +This can be usefull if you want to write Extra's, or skip some stage (0,1 and activation of the target partition). +Skipping all stages permit you to leave as is already working boot sectors, especially usefull with 4k drives. +boot is always copied to the target partition when you are skipping one or more stages."; +"SkipStage0_title" = "Skip Stage 0"; +"SkipStage0_description" = "Avoid writing stage 0 to the target disk. +Stage 2 is always copied/replaced."; + +"SkipStage1_title" = "Skip Stage 1"; +"SkipStage1_description" = "Avoid writing stage 1 to the partition boot sector. +Stage 2 is always copied/replaced."; + +"SkipActivePartition_title" = "Skip Activation"; +"SkipActivePartition_description" = "Prevents activation of the target partition. +Some old motherboards have a bad implementation of GPT in bios and they can not find partitions if marked active unger Guid Partition Table. +Stage 2 is always copied/replaced."; + +"Standard_title" = "Install Chameleon in the chosen partition."; +"Standard_description" = "Install Chameleon's files to the root of the selected partition using either boot0, boot0md or boot0hfs depending on your system without destroying any existing Windows installation if you have one."; + "EFI_title" = "Install Chameleon in the ESP"; -"EFI_description" = "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system."; +"EFI_description" = "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0, boot0md or boot0hfs depending on your system."; // ============================================================================ // Modules Index: branches/ErmaC/Enoch/package/Resources/templates/Welcome.html =================================================================== --- branches/ErmaC/Enoch/package/Resources/templates/Welcome.html (revision 2678) +++ branches/ErmaC/Enoch/package/Resources/templates/Welcome.html (revision 2679) @@ -19,8 +19,8 @@


-

Chameleon

-

v%CHAMELEONVERSION% r%CHAMELEONREVISION%

+

Enoch

+

ErmaC's Branch of Chameleon (%CHAMELEONREVISION%)


Do not install to an Apple Macintosh computer


@@ -37,4 +37,4 @@

Copyright © %CPRYEAR%

- \ No newline at end of file + Index: branches/ErmaC/Enoch/package/buildpkg.sh =================================================================== --- branches/ErmaC/Enoch/package/buildpkg.sh (revision 2678) +++ branches/ErmaC/Enoch/package/buildpkg.sh (revision 2679) @@ -11,6 +11,9 @@ declare -r PKG_BUILD_DIR="$3" declare -r SCPT_TPL_DIR="${PKGROOT}/Scripts.templates" +# Add by FurtiF fix patch of brew gettext +export PATH=${PATH}:/usr/local/opt/gettext/bin + if [[ $# -lt 3 ]];then echo "Too few arguments. Aborting..." >&2 && exit 1 fi @@ -110,6 +113,8 @@ declare -r chameleon_package_identity="org.chameleon" declare -r modules_packages_identity="${chameleon_package_identity}.modules" +# Stages sub group name (contain options to skip installing one or all the bootloader stages) +stages="Stages" # ====== FUNCTIONS ====== trim () { local result="${1#"${1%%[![:space:]]*}"}" # remove leading whitespace characters @@ -501,7 +506,7 @@ packageRefId=$(getPackageRefId "${packagesidentity}" "${choiceId}") buildpackage "$packageRefId" "${choiceId}" "${PKG_BUILD_DIR}/${choiceId}" "/" - addChoice --start-visible="false" --selected="!choices['noboot'].selected" \ + addChoice --start-visible="false" --selected="!choices['BootNo'].selected" \ --pkg-refs="$packageRefId" "${choiceId}" # End build boot choice package @@ -509,18 +514,54 @@ echo "================= Chameleon =================" addGroupChoices "Chameleon" - # build noboot choice package - choiceId="noboot" + # build BootNo choice package + choiceId="BootNo" mkdir -p ${PKG_BUILD_DIR}/${choiceId}/Root mkdir -p ${PKG_BUILD_DIR}/${choiceId}/Scripts - cp -f ${PKGROOT}/Scripts/Main/BootNO ${PKG_BUILD_DIR}/${choiceId}/Scripts/postinstall + cp -f ${PKGROOT}/Scripts/Main/${choiceId} ${PKG_BUILD_DIR}/${choiceId}/Scripts/postinstall packageRefId=$(getPackageRefId "${packagesidentity}" "${choiceId}") buildpackage "$packageRefId" "${choiceId}" "${PKG_BUILD_DIR}/${choiceId}" "/" - addChoice --group="Chameleon" --selected="!choices['boot'].selected" \ + addChoice --group="Chameleon" --start-selected="false" --selected="!(choices['boot'].selected || choices['SkipStage0'].selected || choices['SkipStage1'].selected || choices['SkipActivePartition'].selected)" \ --pkg-refs="$packageRefId" "${choiceId}" -# End build noboot choice package +# End build BootNo choice package +# build SkipStage0 choice package + choiceId="SkipStage0" + mkdir -p ${PKG_BUILD_DIR}/${choiceId}/Root + mkdir -p ${PKG_BUILD_DIR}/${choiceId}/Scripts + cp -f ${PKGROOT}/Scripts/Main/${choiceId} ${PKG_BUILD_DIR}/${choiceId}/Scripts/postinstall + + packageRefId=$(getPackageRefId "${packagesidentity}" "${choiceId}") + buildpackage "$packageRefId" "${choiceId}" "${PKG_BUILD_DIR}/${choiceId}" "/" + addChoice --group="Chameleon" --start-selected="false" --selected="!choices['BootNo'].selected && choices['SkipStage0'].selected" \ + --pkg-refs="$packageRefId" "${choiceId}" +# End build SkipStage0 choice package + +# build SkipStage1 choice package + choiceId="SkipStage1" + mkdir -p ${PKG_BUILD_DIR}/${choiceId}/Root + mkdir -p ${PKG_BUILD_DIR}/${choiceId}/Scripts + cp -f ${PKGROOT}/Scripts/Main/${choiceId} ${PKG_BUILD_DIR}/${choiceId}/Scripts/postinstall + + packageRefId=$(getPackageRefId "${packagesidentity}" "${choiceId}") + buildpackage "$packageRefId" "${choiceId}" "${PKG_BUILD_DIR}/${choiceId}" "/" + addChoice --group="Chameleon" --start-selected="false" --selected="!choices['BootNo'].selected && choices['SkipStage10'].selected" \ + --pkg-refs="$packageRefId" "${choiceId}" +# End build SkipStage1 choice package + +# build SkipActivePartition choice package + choiceId="SkipActivePartition" + mkdir -p ${PKG_BUILD_DIR}/${choiceId}/Root + mkdir -p ${PKG_BUILD_DIR}/${choiceId}/Scripts + cp -f ${PKGROOT}/Scripts/Main/${choiceId} ${PKG_BUILD_DIR}/${choiceId}/Scripts/postinstall + + packageRefId=$(getPackageRefId "${packagesidentity}" "${choiceId}") + buildpackage "$packageRefId" "${choiceId}" "${PKG_BUILD_DIR}/${choiceId}" "/" + addChoice --group="Chameleon" --start-selected="false" --selected="!choices['BootNo'].selected && choices['SkipActivePartition'].selected" \ + --pkg-refs="$packageRefId" "${choiceId}" +# End build SkipActivePartition choice package + # End build Chameleon package if [[ "${CONFIG_MODULES}" == 'y' ]];then @@ -1141,9 +1182,17 @@ if [[ -n "${subChoices}" ]]; then # Sub choices exists echo -e "$indentString" - for subChoice in $subChoices;do - generateOutlineChoices $subChoice $(($indentLevel+1)) - done + for subChoice in $subChoices;do + case "$subChoice" in + BootNo) + echo -e "$indentString" + ;; + Standard) + echo -e "$indentString" + ;; + esac + generateOutlineChoices $subChoice $(($indentLevel+1)) + done echo -e "$indentString" else echo -e "$indentString" @@ -1188,6 +1237,10 @@ # Close the node choiceNode="${choiceNode}\n\t\n" + # Adding Stages subgroup + if [[ "${choiceId}" = "Chameleon" ]];then + choiceNode="${choiceNode}\t\n\t\n\n" + fi echo -e "$choiceNode" done Index: branches/ErmaC/Enoch/package/po/ar.po =================================================================== --- branches/ErmaC/Enoch/package/po/ar.po (revision 2678) +++ branches/ErmaC/Enoch/package/po/ar.po (revision 2679) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Chameleon 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-13 19:42+0000\n" +"POT-Creation-Date: 2015-05-10 14:42+0200\n" "PO-Revision-Date: 2015-02-13 19:44-0000\n" "Last-Translator: magnifico \n" "Language-Team: ar \n" @@ -20,13 +20,15 @@ #. type: Content of:

#: Resources/templates/Welcome.html:22 -msgid "Chameleon" -msgstr "الحرباء" +msgid "Enoch" +msgstr "" #. type: Content of:

#: Resources/templates/Welcome.html:23 -msgid "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" -msgstr "ص%CHAMELEONVERSION% ر%CHAMELEONREVISION%" +#, fuzzy +#| msgid "Chameleon v%CHAMELEONVERSION% r%CHAMELEONREVISION%" +msgid "ErmaC's Branch of Chameleon (%CHAMELEONREVISION%)" +msgstr "الحرباء ص%CHAMELEONVERSION% ر%CHAMELEONREVISION%" #. type: Content of:

#: Resources/templates/Welcome.html:25 @@ -261,63 +263,125 @@ "boot1 (على الـ boot-sector الخاص بالوحدة التخزينية) لإيجاد boot2.\n" "boot2 (على مسار الجذر الخاص بالوحدة التخزينية) لتحميل النواة إلخ ." -#. type: "Default_title" +#. type: "BootNo_title" #: Resources/templates/Localizable.strings:25 -#: Resources/templates/Localizable.strings:699 #, no-wrap -msgid "Standard" -msgstr "قياسى" +msgid "Don't install the Bootloader" +msgstr "لا تقم بتنصيب محمل التشغيل" -#. type: "Standard_description" +#. type: "BootNo_description" #: Resources/templates/Localizable.strings:26 #, no-wrap -msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." -msgstr "تنصيب ملفات الحرباء لجذر الوحدة التخزينية المختارة بإستخدام إما boot0 أو boot0md متوقفة على نظامك بدون تدمير أى نسخة ويندوز منصبة موجودة إذا كنت تملك واحدة ." +msgid "Useful if you only want to install the extra's." +msgstr "مفيد إذا كنت تريد تتبيت الزوائد فقط ." -#. type: "noboot_title" +#. type: "Stages_title" #: Resources/templates/Localizable.strings:28 -#, no-wrap -msgid "Don't install the Bootloader" -msgstr "لا تقم بتنصيب محمل التشغيل" +#, fuzzy, no-wrap +#| msgid "Chameleon Bootloader Package" +msgid "Bootloader Stages" +msgstr "حزمة محمل تمهيد الحرباء" -#. type: "noboot_description" +#. type: "Stages_description" #: Resources/templates/Localizable.strings:29 #, no-wrap -msgid "Useful if you only want to install the extra's." -msgstr "مفيد إذا كنت تريد تتبيت الزوائد فقط ." +msgid "" +"Here you can chose to skip the bootloader installation completely or partially.\n" +"This can be usefull if you want to write Extra's, or skip some stage (0,1 and activation of the target partition).\n" +"Skipping all stages permit you to leave as is already working boot sectors, especially usefull with 4k drives.\n" +"boot is always copied to the target partition when you are skipping one or more stages." +msgstr "" +#. type: "SkipStage0_title" +#: Resources/templates/Localizable.strings:34 +#, no-wrap +msgid "Skip Stage 0" +msgstr "" + +#. type: "SkipStage0_description" +#: Resources/templates/Localizable.strings:35 +#, no-wrap +msgid "" +"Avoid writing stage 0 to the target disk.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipStage1_title" +#: Resources/templates/Localizable.strings:38 +#, no-wrap +msgid "Skip Stage 1" +msgstr "" + +#. type: "SkipStage1_description" +#: Resources/templates/Localizable.strings:39 +#, no-wrap +msgid "" +"Avoid writing stage 1 to the partition boot sector.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipActivePartition_title" +#: Resources/templates/Localizable.strings:42 +#, no-wrap +msgid "Skip Activation" +msgstr "" + +#. type: "SkipActivePartition_description" +#: Resources/templates/Localizable.strings:43 +#, no-wrap +msgid "" +"Prevents activation of the target partition.\n" +"Some old motherboards have a bad implementation of GPT in bios and they can not find partitions if marked active unger Guid Partition Table.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "Standard_title" +#: Resources/templates/Localizable.strings:47 +#, fuzzy, no-wrap +#| msgid " has been written to the root of your chosen partition." +msgid "Install Chameleon in the chosen partition." +msgstr " تم كتابته لجذر القسم المختار ." + +#. type: "Standard_description" +#: Resources/templates/Localizable.strings:48 +#, fuzzy, no-wrap +#| msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." +msgid "Install Chameleon's files to the root of the selected partition using either boot0, boot0md or boot0hfs depending on your system without destroying any existing Windows installation if you have one." +msgstr "تنصيب ملفات الحرباء لجذر الوحدة التخزينية المختارة بإستخدام إما boot0 أو boot0md متوقفة على نظامك بدون تدمير أى نسخة ويندوز منصبة موجودة إذا كنت تملك واحدة ." + #. type: "EFI_title" -#: Resources/templates/Localizable.strings:31 +#: Resources/templates/Localizable.strings:50 #, no-wrap msgid "Install Chameleon in the ESP" msgstr "" #. type: "EFI_description" -#: Resources/templates/Localizable.strings:32 -#, no-wrap -msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +#: Resources/templates/Localizable.strings:51 +#, fuzzy, no-wrap +#| msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0, boot0md or boot0hfs depending on your system." msgstr "تنصيب ملفات الحرباء لجذر الوحدة التخزينية المختارة بإستخدام إما boot0 أو boot0md متوقفة على نظامك بدون تدمير أى نسخة ويندوز منصبة موجودة إذا كنت تملك واحدة ." #. type: "Module_title" -#: Resources/templates/Localizable.strings:37 +#: Resources/templates/Localizable.strings:56 #, no-wrap msgid "Modules" msgstr "الوحدات" #. type: "Module_description" -#: Resources/templates/Localizable.strings:38 +#: Resources/templates/Localizable.strings:57 #, no-wrap msgid "The modules system incorporated in chameleon allows for a user or developer to extend the core functionality of chameleon without replacing the main boot file." msgstr "نظام الوحدات المؤسس بداخل الحرباء يتيح للمستخدمين والمطورين بتوسيع وظائف النواة الأساسية للحرباء بدون إستبدال ملف التمهيد الرئيسى ." #. type: "klibc_title" -#: Resources/templates/Localizable.strings:40 +#: Resources/templates/Localizable.strings:59 #, no-wrap msgid "klibc" msgstr "klibc" #. type: "klibc_description" -#: Resources/templates/Localizable.strings:41 +#: Resources/templates/Localizable.strings:60 #, no-wrap msgid "" "This module provides a standard c library for modules to link to if the library provided by chameleon is insufficient.\n" @@ -329,13 +393,13 @@ "المصدر : http://www.kernel.org/pub/linux/libs/klibc/" #. type: "ACPICodec_title" -#: Resources/templates/Localizable.strings:45 +#: Resources/templates/Localizable.strings:64 #, no-wrap msgid "ACPICodec" msgstr "" #. type: "ACPICodec_description" -#: Resources/templates/Localizable.strings:46 +#: Resources/templates/Localizable.strings:65 #, no-wrap msgid "" "This module provides a substitute for the internal acpi patcher.\n" @@ -343,13 +407,13 @@ msgstr "" #. type: "HDAEnabler_title" -#: Resources/templates/Localizable.strings:49 +#: Resources/templates/Localizable.strings:68 #, no-wrap msgid "HDAEnabler" msgstr "" #. type: "HDAEnabler_description" -#: Resources/templates/Localizable.strings:50 +#: Resources/templates/Localizable.strings:69 #, no-wrap msgid "" "HDAEnabler module, this module provides a substitute for the Hight Definition Audio DSDT Edits.\n" @@ -357,13 +421,13 @@ msgstr "" #. type: "FileNVRAM_title" -#: Resources/templates/Localizable.strings:53 +#: Resources/templates/Localizable.strings:72 #, no-wrap msgid "FileNVRAM" msgstr "" #. type: "FileNVRAM_description" -#: Resources/templates/Localizable.strings:54 +#: Resources/templates/Localizable.strings:73 #, no-wrap msgid "" "FileNVRAM module for preloading NVRAM values.\n" @@ -371,13 +435,13 @@ msgstr "" #. type: "Sata_title" -#: Resources/templates/Localizable.strings:57 +#: Resources/templates/Localizable.strings:76 #, no-wrap msgid "Sata" msgstr "" #. type: "Sata_description" -#: Resources/templates/Localizable.strings:58 +#: Resources/templates/Localizable.strings:77 #, no-wrap msgid "" "Sata module, known as YellowIconFixer in cparm's branch.\n" @@ -386,14 +450,14 @@ msgstr "" #. type: "Resolution_title" -#: Resources/templates/Localizable.strings:62 -#: Resources/templates/Localizable.strings:732 +#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:751 #, no-wrap msgid "Resolution" msgstr "الدقة" #. type: "AutoReso_description" -#: Resources/templates/Localizable.strings:63 +#: Resources/templates/Localizable.strings:82 #, no-wrap msgid "" "This module reads the edid information from the monitor attached to the main display.\n" @@ -405,13 +469,13 @@ "بالإضافة فانها تقوم بالتعديل على وضع الـ vesa لكروت شاشة إنتل لتحصل على دقة شاشتك أثناء الإقلاع ." #. type: "uClibc_title" -#: Resources/templates/Localizable.strings:67 +#: Resources/templates/Localizable.strings:86 #, no-wrap msgid "uClibc++" msgstr "uClibc++" #. type: "uClibc_description" -#: Resources/templates/Localizable.strings:68 +#: Resources/templates/Localizable.strings:87 #, no-wrap msgid "" "This module provides a minimalistic c++ runtime library for use in other modules. This does not provide functionality by itself, instead it is used to allow for the c++ language to be used in other modules.\n" @@ -426,14 +490,14 @@ "Dependencies: klibc" #. type: "KernelPatcher_title" -#: Resources/templates/Localizable.strings:73 +#: Resources/templates/Localizable.strings:92 #, fuzzy, no-wrap #| msgid "UseKernelCache=Yes" msgid "Kernel Patcher" msgstr "UseKernelCache=Yes" #. type: "KernelPatcher_description" -#: Resources/templates/Localizable.strings:74 +#: Resources/templates/Localizable.strings:93 #, no-wrap msgid "" "The KernelPatcher module provides patches for the following:\n" @@ -445,13 +509,13 @@ msgstr "" #. type: "KextPatcher_title" -#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:100 #, no-wrap msgid "Kext Patcher" msgstr "" #. type: "KextPatcher_description" -#: Resources/templates/Localizable.strings:82 +#: Resources/templates/Localizable.strings:101 #, no-wrap msgid "" "The KextPatcher module provides patches for the following:\n" @@ -459,14 +523,14 @@ msgstr "" #. type: "NVIDIAGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:85 +#: Resources/templates/Localizable.strings:104 #, fuzzy, no-wrap #| msgid "GraphicsEnabler=Yes" msgid "NVIDIAGraphicsEnabler" msgstr "GraphicsEnabler=Yes" #. type: "NVIDIAGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:86 +#: Resources/templates/Localizable.strings:105 #, no-wrap msgid "" "The GraphicsEnabler nVidia code ported to a module.\n" @@ -474,14 +538,14 @@ msgstr "" #. type: "GraphicsEnablerModule_title" -#: Resources/templates/Localizable.strings:89 +#: Resources/templates/Localizable.strings:108 #, fuzzy, no-wrap #| msgid "GraphicsEnabler=Yes" msgid "GraphicsEnabler" msgstr "GraphicsEnabler=Yes" #. type: "GraphicsEnablerModule_description" -#: Resources/templates/Localizable.strings:90 +#: Resources/templates/Localizable.strings:109 #, no-wrap msgid "" "The GraphicsEnabler code ported to a module.\n" @@ -489,14 +553,14 @@ msgstr "" #. type: "AMDGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:93 +#: Resources/templates/Localizable.strings:112 #, fuzzy, no-wrap #| msgid "GraphicsEnabler=Yes" msgid "AMDGraphicsEnabler" msgstr "GraphicsEnabler=Yes" #. type: "AMDGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:94 +#: Resources/templates/Localizable.strings:113 #, no-wrap msgid "" "The GraphicsEnabler AMD/ATi code ported to a module.\n" @@ -504,14 +568,14 @@ msgstr "" #. type: "IntelGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:97 +#: Resources/templates/Localizable.strings:116 #, fuzzy, no-wrap #| msgid "GraphicsEnabler=Yes" msgid "IntelGraphicsEnabler" msgstr "GraphicsEnabler=Yes" #. type: "IntelGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:98 +#: Resources/templates/Localizable.strings:117 #, no-wrap msgid "" "The GraphicsEnabler gma(Intel) code ported to a module.\n" @@ -519,640 +583,640 @@ msgstr "" #. type: "Options_title" -#: Resources/templates/Localizable.strings:106 +#: Resources/templates/Localizable.strings:125 #, no-wrap msgid "Settings" msgstr "الإعدادات" #. type: "Options_description" -#: Resources/templates/Localizable.strings:107 +#: Resources/templates/Localizable.strings:126 #, no-wrap msgid "Create an /Extra/org.chameleon.Boot.plist by selecting any of these boot options and kernel flags." msgstr "إنشاء /Extra/org.chameleon.Boot.plist بإختيار أياً من هذه الخيارات وعلامات النواة ." #. type: "BootBanner_title" -#: Resources/templates/Localizable.strings:109 +#: Resources/templates/Localizable.strings:128 #, no-wrap msgid "BootBanner=No" msgstr "BootBanner=No" #. type: "BootBanner_description" -#: Resources/templates/Localizable.strings:110 +#: Resources/templates/Localizable.strings:129 #, no-wrap msgid "Hides Chameleon's boot banner in GUI. This is the text that is drawn at the top left corner of the screen displaying the release version etc." msgstr "العاء اى كتبات تظهر فى واجهه البوت مثل رقم نسخة البوت" #. type: "GUI_title" -#: Resources/templates/Localizable.strings:112 +#: Resources/templates/Localizable.strings:131 #, no-wrap msgid "GUI=No" msgstr "GUI=No" #. type: "GUI_description" -#: Resources/templates/Localizable.strings:113 +#: Resources/templates/Localizable.strings:132 #, no-wrap msgid "Disables the default enabled graphic user interface." msgstr "تعطيل واجهة الإستخدام الرسومية الخاصة بالإقلاع ." #. type: "LegacyLogo_title" -#: Resources/templates/Localizable.strings:115 +#: Resources/templates/Localizable.strings:134 #, no-wrap msgid "LegacyLogo=Yes" msgstr "LegacyLogo=Yes" #. type: "LegacyLogo_description" -#: Resources/templates/Localizable.strings:116 +#: Resources/templates/Localizable.strings:135 #, no-wrap msgid "Use the legacy 'dark grey' apple logo on the light grey screen for the boot process rather than the boot.png in the theme." msgstr "إستخدام شعار آبل الأصلى أثناء الإقلاع بدلاً من الشعار المعدل الذى يآتى مع الثيم ." #. type: "InstantMenu_title" -#: Resources/templates/Localizable.strings:118 +#: Resources/templates/Localizable.strings:137 #, no-wrap msgid "InstantMenu=Yes" msgstr "InstantMenu=Yes" #. type: "InstantMenu_description" -#: Resources/templates/Localizable.strings:119 +#: Resources/templates/Localizable.strings:138 #, no-wrap msgid "By default, when Chameleon loads you'll see the icon for the current default partition, along with a timeout progress bar which left alone will count down before Chameleon automatically boots that partition. This options skips that and takes you directly to the device selection screen." msgstr "تحميل قائمة اختيار القرص الخاص بك." #. type: "QuietBoot_title" -#: Resources/templates/Localizable.strings:121 +#: Resources/templates/Localizable.strings:140 #, no-wrap msgid "QuietBoot=Yes" msgstr "QuietBoot=Yes" #. type: "QuietBoot_description" -#: Resources/templates/Localizable.strings:122 +#: Resources/templates/Localizable.strings:141 #, no-wrap msgid "Enable quiet boot mode (no messages or prompt)." msgstr "تفعيل وضع الإقلاع الهادئ (إلغاء الرسائل والمطالبات) ." #. type: "ShowInfo_title" -#: Resources/templates/Localizable.strings:124 +#: Resources/templates/Localizable.strings:143 #, no-wrap msgid "ShowInfo=Yes" msgstr "ShowInfo=Yes" #. type: "ShowInfo_description" -#: Resources/templates/Localizable.strings:125 +#: Resources/templates/Localizable.strings:144 #, no-wrap msgid "Enables display of partition and resolution details shown on the left side of the GUI under the boot banner. This is useful information for troubleshooting, though can clash with certain themes." msgstr "تمكين قسم التمهيد المعلومات والقرارات." #. type: "Wait_title" -#: Resources/templates/Localizable.strings:127 +#: Resources/templates/Localizable.strings:146 #, no-wrap msgid "Wait=Yes" msgstr "Wait=Yes" #. type: "Wait_description" -#: Resources/templates/Localizable.strings:128 +#: Resources/templates/Localizable.strings:147 #, no-wrap msgid "Pauses the boot process after Chameleon has finished it's setup then waits for a key press before it starts the mach kernel. Useful when combined with verbose boot for troubleshooting." msgstr "إيقاف الإقلاع بعد إنتهاء الحرباء من عملياته . مفيد إذا واجهتك مشاكل من محمل الإقلاع ." #. type: "PrivateData_title" -#: Resources/templates/Localizable.strings:130 +#: Resources/templates/Localizable.strings:149 #, no-wrap msgid "PrivateData=No" msgstr "" #. type: "PrivateData_description" -#: Resources/templates/Localizable.strings:131 +#: Resources/templates/Localizable.strings:150 #, no-wrap msgid "Show masked data (serial number) in bdmesg log (enbaled by default)." msgstr "" #. type: "USBBusFix_title" -#: Resources/templates/Localizable.strings:135 +#: Resources/templates/Localizable.strings:154 #, no-wrap msgid "USBBusFix=Yes" msgstr "" #. type: "USBBusFix_description" -#: Resources/templates/Localizable.strings:136 +#: Resources/templates/Localizable.strings:155 #, no-wrap msgid "Enable the XHCI, EHCI and UHCI fixes (disabled by default)." msgstr "" #. type: "USBLegacyOff_title" -#: Resources/templates/Localizable.strings:138 +#: Resources/templates/Localizable.strings:157 #, fuzzy, no-wrap #| msgid "LegacyLogo=Yes" msgid "USBLegacyOff=Yes" msgstr "LegacyLogo=Yes" #. type: "USBLegacyOff_description" -#: Resources/templates/Localizable.strings:139 +#: Resources/templates/Localizable.strings:158 #, no-wrap msgid "Force USB Legacy off for XHCI and EHCI (disabled by default)." msgstr "" #. type: "XHCILegacyOff_title" -#: Resources/templates/Localizable.strings:141 +#: Resources/templates/Localizable.strings:160 #, fuzzy, no-wrap #| msgid "LegacyLogo=Yes" msgid "XHCILegacyOff=Yes" msgstr "LegacyLogo=Yes" #. type: "XHCILegacyOff_description" -#: Resources/templates/Localizable.strings:142 +#: Resources/templates/Localizable.strings:161 #, no-wrap msgid "Force USB Legacy off for XHCI (disabled by default)." msgstr "" #. type: "UHCIreset_title" -#: Resources/templates/Localizable.strings:144 +#: Resources/templates/Localizable.strings:163 #, no-wrap msgid "UHCIreset=Yes" msgstr "UHCIreset=Yes" #. type: "UHCIreset_description" -#: Resources/templates/Localizable.strings:145 +#: Resources/templates/Localizable.strings:164 #, no-wrap msgid "Enables the option to reset UHCI controllers before starting OS X." msgstr "" #. type: "EHCIacquire_title" -#: Resources/templates/Localizable.strings:147 +#: Resources/templates/Localizable.strings:166 #, no-wrap msgid "EHCIacquire=Yes" msgstr "EHCIacquire=Yes" #. type: "EHCIacquire_description" -#: Resources/templates/Localizable.strings:148 +#: Resources/templates/Localizable.strings:167 #, no-wrap msgid "Enables the option to fix any EHCI ownership issues due to bad bioses." msgstr "إضافة اهسياككويري = y لملف التمهيد الحرباء org.، هذا الخيار أي الممتلكات المتصلة بالنظام في بعض السير EHCI." #. type: "arch_title" -#: Resources/templates/Localizable.strings:150 +#: Resources/templates/Localizable.strings:169 #, no-wrap msgid "arch=i386" msgstr "arch=i386" #. type: "arch_description" -#: Resources/templates/Localizable.strings:151 +#: Resources/templates/Localizable.strings:170 #, no-wrap msgid "Boots the kernel in 32bit mode rather than the default 64bit mode." msgstr "يقوم بالإقلاع فى وضع الـ 32bit بدلاً من الوضع الإفتراضى 64bit ." #. type: "EthernetBuiltIn_title" -#: Resources/templates/Localizable.strings:153 +#: Resources/templates/Localizable.strings:172 #, no-wrap msgid "EthernetBuiltIn=Yes" msgstr "EthernetBuiltIn=Yes" #. type: "EthernetBuiltIn_description" -#: Resources/templates/Localizable.strings:154 +#: Resources/templates/Localizable.strings:173 #, no-wrap msgid "Enables the option of adding 'built-in' to your ethernet devices." msgstr "" #. type: "EnableWifi_title" -#: Resources/templates/Localizable.strings:156 +#: Resources/templates/Localizable.strings:175 #, no-wrap msgid "EnableWifi=Yes" msgstr "‏EnableWifi=Yes" #. type: "EnableWifi_description" -#: Resources/templates/Localizable.strings:157 +#: Resources/templates/Localizable.strings:176 #, no-wrap msgid "Enables the option of adding AirPort values to your wireless device." msgstr "" #. type: "ForceHPET_title" -#: Resources/templates/Localizable.strings:159 +#: Resources/templates/Localizable.strings:178 #, no-wrap msgid "ForceHPET=Yes" msgstr "ForceHPET=Yes" #. type: "ForceHPET_description" -#: Resources/templates/Localizable.strings:160 +#: Resources/templates/Localizable.strings:179 #, no-wrap msgid "Enables HPET on intel chipsets, for bioses that dont include the option." msgstr "" #. type: "ForceWake_title" -#: Resources/templates/Localizable.strings:162 +#: Resources/templates/Localizable.strings:181 #, no-wrap msgid "ForceWake=Yes" msgstr "ForceWake=Yes" #. type: "ForceWake_description" -#: Resources/templates/Localizable.strings:163 +#: Resources/templates/Localizable.strings:182 #, no-wrap msgid "This option enables you to bypass bad sleep images." msgstr "" #. type: "ForceFullMemInfo_title" -#: Resources/templates/Localizable.strings:165 +#: Resources/templates/Localizable.strings:184 #, no-wrap msgid "ForceFullMemInfo=Yes" msgstr "‏ForceFullMemInfo=Yes" #. type: "ForceFullMemInfo_description" -#: Resources/templates/Localizable.strings:166 +#: Resources/templates/Localizable.strings:185 #, no-wrap msgid "Force SMBIOS Table 17 to be 27 bytes long." msgstr "" #. type: "RestartFix_title" -#: Resources/templates/Localizable.strings:168 +#: Resources/templates/Localizable.strings:187 #, no-wrap msgid "RestartFix=No" msgstr "RestartFix=No" #. type: "RestartFix_description" -#: Resources/templates/Localizable.strings:169 +#: Resources/templates/Localizable.strings:188 #, no-wrap msgid "Disables the automatically enabled restart fix." msgstr "" #. type: "UseMemDetect_title" -#: Resources/templates/Localizable.strings:171 +#: Resources/templates/Localizable.strings:190 #, no-wrap msgid "UseMemDetect=No" msgstr "UseMemDetect=No" #. type: "UseMemDetect_description" -#: Resources/templates/Localizable.strings:172 +#: Resources/templates/Localizable.strings:191 #, no-wrap msgid "Disables the automatically enabled RAM recognition." msgstr "" #. type: "UseKernelCache_title" -#: Resources/templates/Localizable.strings:174 +#: Resources/templates/Localizable.strings:193 #, no-wrap msgid "UseKernelCache=Yes" msgstr "UseKernelCache=Yes" #. type: "UseKernelCache_description" -#: Resources/templates/Localizable.strings:175 +#: Resources/templates/Localizable.strings:194 #, no-wrap msgid "For Lion only. Enables loading of the pre-linked kernel. This will ignore /E/E and /S/L/E. ONLY use this is you have know it contains everything you need." msgstr "" #. type: "Wake_title" -#: Resources/templates/Localizable.strings:177 +#: Resources/templates/Localizable.strings:196 #, no-wrap msgid "Wake=Yes" msgstr "Wake=Yes" #. type: "Wake_description" -#: Resources/templates/Localizable.strings:178 +#: Resources/templates/Localizable.strings:197 #, no-wrap msgid "Attempts to load the sleep image saved from last hibernation." msgstr "" #. type: "CSTUsingSystemIO_title" -#: Resources/templates/Localizable.strings:182 +#: Resources/templates/Localizable.strings:201 #, no-wrap msgid "CSTUsingSystemIO=Yes" msgstr "CSTUsingSystemIO=Yes" #. type: "CSTUsingSystemIO_description" -#: Resources/templates/Localizable.strings:183 +#: Resources/templates/Localizable.strings:202 #, no-wrap msgid "New C-State _CST generation method using SystemIO registers instead of FixedHW." msgstr "" #. type: "DropSSDT_title" -#: Resources/templates/Localizable.strings:185 +#: Resources/templates/Localizable.strings:204 #, no-wrap msgid "DropSSDT=Yes" msgstr "DropSSDT=Yes" #. type: "DropSSDT_description" -#: Resources/templates/Localizable.strings:186 +#: Resources/templates/Localizable.strings:205 #, no-wrap msgid "Discard the motherboard's built-in SSDT tables." msgstr "" #. type: "DropHPET_title" -#: Resources/templates/Localizable.strings:188 +#: Resources/templates/Localizable.strings:207 #, no-wrap msgid "DropHPET=Yes" msgstr "‏DropHPET=Yes" #. type: "DropHPET_description" -#: Resources/templates/Localizable.strings:189 +#: Resources/templates/Localizable.strings:208 #, no-wrap msgid "Discard the motherboard's built-in HPET table." msgstr "" #. type: "DropSBST_title" -#: Resources/templates/Localizable.strings:191 +#: Resources/templates/Localizable.strings:210 #, no-wrap msgid "DropSBST=Yes" msgstr "‏DropSBST=Yes" #. type: "DropSBST_description" -#: Resources/templates/Localizable.strings:192 +#: Resources/templates/Localizable.strings:211 #, no-wrap msgid "Discard the motherboard's built-in SBST table." msgstr "" #. type: "DropECDT_title" -#: Resources/templates/Localizable.strings:194 +#: Resources/templates/Localizable.strings:213 #, no-wrap msgid "DropECDT=Yes" msgstr "‏DropECDT=Yes" #. type: "DropECDT_description" -#: Resources/templates/Localizable.strings:195 +#: Resources/templates/Localizable.strings:214 #, no-wrap msgid "Discard the motherboard's built-in ECDT table." msgstr "" #. type: "DropASFT_title" -#: Resources/templates/Localizable.strings:197 +#: Resources/templates/Localizable.strings:216 #, no-wrap msgid "DropASFT=Yes" msgstr "‏DropASFT=Yes" #. type: "DropASFT_description" -#: Resources/templates/Localizable.strings:198 +#: Resources/templates/Localizable.strings:217 #, no-wrap msgid "Discard the motherboard's built-in ASF! table." msgstr "" #. type: "DropDMAR_title" -#: Resources/templates/Localizable.strings:200 +#: Resources/templates/Localizable.strings:219 #, no-wrap msgid "DropDMAR=Yes" msgstr "‏DropDMAR=Yes" #. type: "DropDMAR_description" -#: Resources/templates/Localizable.strings:201 +#: Resources/templates/Localizable.strings:220 #, no-wrap msgid "Discard the motherboard's built-in DMAR table, this key action resolve the problem with VT-d panics." msgstr "" #. type: "EnableC2State_title" -#: Resources/templates/Localizable.strings:203 +#: Resources/templates/Localizable.strings:222 #, no-wrap msgid "EnableC2State=Yes" msgstr "EnableC2State=Yes" #. type: "EnableC2State_description" -#: Resources/templates/Localizable.strings:204 +#: Resources/templates/Localizable.strings:223 #, no-wrap msgid "Enable specific Processor power state, C2." msgstr "" #. type: "EnableC3State_title" -#: Resources/templates/Localizable.strings:206 +#: Resources/templates/Localizable.strings:225 #, no-wrap msgid "EnableC3State=Yes" msgstr "EnableC3State=Yes" #. type: "EnableC3State_description" -#: Resources/templates/Localizable.strings:207 +#: Resources/templates/Localizable.strings:226 #, no-wrap msgid "Enable specific Processor power state, C3." msgstr "" #. type: "EnableC4State_title" -#: Resources/templates/Localizable.strings:209 +#: Resources/templates/Localizable.strings:228 #, no-wrap msgid "EnableC4State=Yes" msgstr "EnableC4State=Yes" #. type: "EnableC4State_description" -#: Resources/templates/Localizable.strings:210 +#: Resources/templates/Localizable.strings:229 #, no-wrap msgid "Enable specific Processor power state, C4." msgstr "" #. type: "EnableC6State_title" -#: Resources/templates/Localizable.strings:212 +#: Resources/templates/Localizable.strings:231 #, no-wrap msgid "EnableC6State=Yes" msgstr "‏EnableC6State=Yes" #. type: "EnableC6State_description" -#: Resources/templates/Localizable.strings:213 +#: Resources/templates/Localizable.strings:232 #, no-wrap msgid "Enable specific Processor power state, C6." msgstr "" #. type: "EnableC7State_title" -#: Resources/templates/Localizable.strings:215 +#: Resources/templates/Localizable.strings:234 #, no-wrap msgid "EnableC7State=Yes" msgstr "‏EnableC7State=Yes" #. type: "EnableC7State_description" -#: Resources/templates/Localizable.strings:216 +#: Resources/templates/Localizable.strings:235 #, no-wrap msgid "Enable specific Processor power state, C7." msgstr "" #. type: "GenerateCStates_title" -#: Resources/templates/Localizable.strings:218 +#: Resources/templates/Localizable.strings:237 #, no-wrap msgid "GenerateCStates=Yes" msgstr "GenerateCStates=Yes" #. type: "GenerateCStates_description" -#: Resources/templates/Localizable.strings:219 +#: Resources/templates/Localizable.strings:238 #, no-wrap msgid "Enable auto generation of processor idle sleep states (C-States)." msgstr "" #. type: "GeneratePStates_title" -#: Resources/templates/Localizable.strings:221 +#: Resources/templates/Localizable.strings:240 #, no-wrap msgid "GeneratePStates=Yes" msgstr "GeneratePStates=Yes" #. type: "GeneratePStates_description" -#: Resources/templates/Localizable.strings:222 +#: Resources/templates/Localizable.strings:241 #, no-wrap msgid "Enable auto generation of processor power performance states (P-States)." msgstr "" #. type: "GenerateTStates_title" -#: Resources/templates/Localizable.strings:224 +#: Resources/templates/Localizable.strings:243 #, no-wrap msgid "GenerateTStates=Yes" msgstr "‏GenerateTStates=Yes" #. type: "GenerateTStates_description" -#: Resources/templates/Localizable.strings:225 +#: Resources/templates/Localizable.strings:244 #, no-wrap msgid "Enable auto generation of processor power performance states (T-States)." msgstr "" #. type: "1024x600x32_title" -#: Resources/templates/Localizable.strings:229 +#: Resources/templates/Localizable.strings:248 #, no-wrap msgid "1024x600x32" msgstr "1024x600x32" #. type: "1024x600x32_description" -#: Resources/templates/Localizable.strings:230 +#: Resources/templates/Localizable.strings:249 #, no-wrap msgid "Set Graphics Mode to 1024x600x32" msgstr "" #. type: "1024x768x32_title" -#: Resources/templates/Localizable.strings:232 +#: Resources/templates/Localizable.strings:251 #, no-wrap msgid "1024x768x32" msgstr "1024x768x32" #. type: "1024x768x32_description" -#: Resources/templates/Localizable.strings:233 +#: Resources/templates/Localizable.strings:252 #, no-wrap msgid "Set Graphics Mode to 1024x768x32" msgstr "" #. type: "1280x768x32_title" -#: Resources/templates/Localizable.strings:235 +#: Resources/templates/Localizable.strings:254 #, no-wrap msgid "1280x768x32" msgstr "1280x768x32" #. type: "1280x768x32_description" -#: Resources/templates/Localizable.strings:236 +#: Resources/templates/Localizable.strings:255 #, no-wrap msgid "Set Graphics Mode to 1280x768x32" msgstr "" #. type: "1280x800x32_title" -#: Resources/templates/Localizable.strings:238 +#: Resources/templates/Localizable.strings:257 #, no-wrap msgid "1280x800x32" msgstr "1280x800x32" #. type: "1280x800x32_description" -#: Resources/templates/Localizable.strings:239 +#: Resources/templates/Localizable.strings:258 #, no-wrap msgid "Set Graphics Mode to 1280x800x32" msgstr "" #. type: "1280x1024x32_title" -#: Resources/templates/Localizable.strings:241 +#: Resources/templates/Localizable.strings:260 #, no-wrap msgid "1280x1024x32" msgstr "1280x1024x32" #. type: "1280x1024x32_description" -#: Resources/templates/Localizable.strings:242 +#: Resources/templates/Localizable.strings:261 #, no-wrap msgid "Set Graphics Mode to 1280x1024x32" msgstr "" #. type: "1280x960x32_title" -#: Resources/templates/Localizable.strings:244 +#: Resources/templates/Localizable.strings:263 #, no-wrap msgid "1280x960x32" msgstr "1280x960x32" #. type: "1280x960x32_description" -#: Resources/templates/Localizable.strings:245 +#: Resources/templates/Localizable.strings:264 #, no-wrap msgid "Set Graphics Mode to 1280x960x32" msgstr "" #. type: "1366x768x32_title" -#: Resources/templates/Localizable.strings:247 +#: Resources/templates/Localizable.strings:266 #, no-wrap msgid "1366x768x32" msgstr "‏1366x768x32" #. type: "1366x768x32_description" -#: Resources/templates/Localizable.strings:248 +#: Resources/templates/Localizable.strings:267 #, no-wrap msgid "Set Graphics Mode to 1366x768x32" msgstr "" #. type: "1440x900x32_title" -#: Resources/templates/Localizable.strings:250 +#: Resources/templates/Localizable.strings:269 #, no-wrap msgid "1440x900x32" msgstr "1440x900x32" #. type: "1440x900x32_description" -#: Resources/templates/Localizable.strings:251 +#: Resources/templates/Localizable.strings:270 #, no-wrap msgid "Set Graphics Mode to 1440x900x32" msgstr "" #. type: "1600x900x32_title" -#: Resources/templates/Localizable.strings:253 +#: Resources/templates/Localizable.strings:272 #, no-wrap msgid "1600x900x32" msgstr "1600x900x32" #. type: "1600x900x32_description" -#: Resources/templates/Localizable.strings:254 +#: Resources/templates/Localizable.strings:273 #, no-wrap msgid "Set Graphics Mode to 1600x900x32" msgstr "" #. type: "1600x1200x32_title" -#: Resources/templates/Localizable.strings:256 +#: Resources/templates/Localizable.strings:275 #, no-wrap msgid "1600x1200x32" msgstr "1600x1200x32" #. type: "1600x1200x32_description" -#: Resources/templates/Localizable.strings:257 +#: Resources/templates/Localizable.strings:276 #, no-wrap msgid "Set Graphics Mode to 1600x1200x32" msgstr "" #. type: "1680x1050x32_title" -#: Resources/templates/Localizable.strings:259 +#: Resources/templates/Localizable.strings:278 #, no-wrap msgid "1680x1050x32" msgstr "1680x1050x32" #. type: "1680x1050x32_description" -#: Resources/templates/Localizable.strings:260 +#: Resources/templates/Localizable.strings:279 #, no-wrap msgid "Set Graphics Mode to 1680x1050x32" msgstr "" #. type: "1920x1080x32_title" -#: Resources/templates/Localizable.strings:262 +#: Resources/templates/Localizable.strings:281 #, no-wrap msgid "1920x1080x32" msgstr "1920x1080x32" #. type: "1920x1080x32_description" -#: Resources/templates/Localizable.strings:263 +#: Resources/templates/Localizable.strings:282 #, no-wrap msgid "Set Graphics Mode to 1920x1080x32" msgstr "" #. type: "1920x1200x32_title" -#: Resources/templates/Localizable.strings:265 +#: Resources/templates/Localizable.strings:284 #, no-wrap msgid "1920x1200x32" msgstr "1920x1200x32" #. type: "1920x1200x32_description" -#: Resources/templates/Localizable.strings:266 +#: Resources/templates/Localizable.strings:285 #, no-wrap msgid "Set Graphics Mode to 1920x1200x32" msgstr "" #. type: "HDAULayoutIDx01_title" -#: Resources/templates/Localizable.strings:270 -#: Resources/templates/Localizable.strings:376 +#: Resources/templates/Localizable.strings:289 +#: Resources/templates/Localizable.strings:395 #, no-wrap msgid "LayoutID=1" msgstr "" #. type: "HDEFLayoutIDx01_description" -#: Resources/templates/Localizable.strings:271 +#: Resources/templates/Localizable.strings:290 #, no-wrap msgid "" "Set HDEF layout-it to 1:\n" @@ -1160,14 +1224,14 @@ msgstr "" #. type: "HDAULayoutIDx02_title" -#: Resources/templates/Localizable.strings:274 -#: Resources/templates/Localizable.strings:380 +#: Resources/templates/Localizable.strings:293 +#: Resources/templates/Localizable.strings:399 #, no-wrap msgid "LayoutID=2" msgstr "" #. type: "HDEFLayoutIDx02_description" -#: Resources/templates/Localizable.strings:275 +#: Resources/templates/Localizable.strings:294 #, no-wrap msgid "" "Set HDEF layout-it to 2:\n" @@ -1175,14 +1239,14 @@ msgstr "" #. type: "HDAULayoutIDx03_title" -#: Resources/templates/Localizable.strings:278 -#: Resources/templates/Localizable.strings:384 +#: Resources/templates/Localizable.strings:297 +#: Resources/templates/Localizable.strings:403 #, no-wrap msgid "LayoutID=3" msgstr "" #. type: "HDEFLayoutIDx03_description" -#: Resources/templates/Localizable.strings:279 +#: Resources/templates/Localizable.strings:298 #, no-wrap msgid "" "Set HDEF layout-it to 3:\n" @@ -1190,14 +1254,14 @@ msgstr "" #. type: "HDAULayoutIDx05_title" -#: Resources/templates/Localizable.strings:282 -#: Resources/templates/Localizable.strings:388 +#: Resources/templates/Localizable.strings:301 +#: Resources/templates/Localizable.strings:407 #, no-wrap msgid "LayoutID=5" msgstr "" #. type: "HDEFLayoutIDx05_description" -#: Resources/templates/Localizable.strings:283 +#: Resources/templates/Localizable.strings:302 #, no-wrap msgid "" "Set HDEF layout-it to 5:\n" @@ -1205,14 +1269,14 @@ msgstr "" #. type: "HDAULayoutIDx07_title" -#: Resources/templates/Localizable.strings:286 -#: Resources/templates/Localizable.strings:392 +#: Resources/templates/Localizable.strings:305 +#: Resources/templates/Localizable.strings:411 #, no-wrap msgid "LayoutID=7" msgstr "" #. type: "HDEFLayoutIDx07_description" -#: Resources/templates/Localizable.strings:287 +#: Resources/templates/Localizable.strings:306 #, no-wrap msgid "" "Set HDEF layout-it to 7:\n" @@ -1220,14 +1284,14 @@ msgstr "" #. type: "HDAULayoutIDx12_title" -#: Resources/templates/Localizable.strings:290 -#: Resources/templates/Localizable.strings:396 +#: Resources/templates/Localizable.strings:309 +#: Resources/templates/Localizable.strings:415 #, no-wrap msgid "LayoutID=12" msgstr "" #. type: "HDEFLayoutIDx12_description" -#: Resources/templates/Localizable.strings:291 +#: Resources/templates/Localizable.strings:310 #, no-wrap msgid "" "Set HDEF layout-it to 12:\n" @@ -1235,14 +1299,14 @@ msgstr "" #. type: "HDAULayoutIDx32_title" -#: Resources/templates/Localizable.strings:294 -#: Resources/templates/Localizable.strings:400 +#: Resources/templates/Localizable.strings:313 +#: Resources/templates/Localizable.strings:419 #, no-wrap msgid "LayoutID=32" msgstr "" #. type: "HDEFLayoutIDx32_description" -#: Resources/templates/Localizable.strings:295 +#: Resources/templates/Localizable.strings:314 #, no-wrap msgid "" "Set HDEF layout-it to 32:\n" @@ -1250,14 +1314,14 @@ msgstr "" #. type: "HDAULayoutIDx40_title" -#: Resources/templates/Localizable.strings:298 -#: Resources/templates/Localizable.strings:404 +#: Resources/templates/Localizable.strings:317 +#: Resources/templates/Localizable.strings:423 #, no-wrap msgid "LayoutID=40" msgstr "" #. type: "HDEFLayoutIDx40_description" -#: Resources/templates/Localizable.strings:299 +#: Resources/templates/Localizable.strings:318 #, no-wrap msgid "" "Set HDEF layout-it to 40:\n" @@ -1265,14 +1329,14 @@ msgstr "" #. type: "HDAULayoutIDx65_title" -#: Resources/templates/Localizable.strings:302 -#: Resources/templates/Localizable.strings:408 +#: Resources/templates/Localizable.strings:321 +#: Resources/templates/Localizable.strings:427 #, no-wrap msgid "LayoutID=65" msgstr "" #. type: "HDEFLayoutIDx65_description" -#: Resources/templates/Localizable.strings:303 +#: Resources/templates/Localizable.strings:322 #, no-wrap msgid "" "Set HDEF layout-it to 65:\n" @@ -1280,14 +1344,14 @@ msgstr "" #. type: "HDAULayoutIDx99_title" -#: Resources/templates/Localizable.strings:306 -#: Resources/templates/Localizable.strings:412 +#: Resources/templates/Localizable.strings:325 +#: Resources/templates/Localizable.strings:431 #, no-wrap msgid "LayoutID=99" msgstr "" #. type: "HDEFLayoutIDx99_description" -#: Resources/templates/Localizable.strings:307 +#: Resources/templates/Localizable.strings:326 #, no-wrap msgid "" "Set HDEF layout-it to 99:\n" @@ -1295,14 +1359,14 @@ msgstr "" #. type: "HDAULayoutIDx269_title" -#: Resources/templates/Localizable.strings:310 -#: Resources/templates/Localizable.strings:416 +#: Resources/templates/Localizable.strings:329 +#: Resources/templates/Localizable.strings:435 #, no-wrap msgid "LayoutID=269" msgstr "" #. type: "HDEFLayoutIDx269_description" -#: Resources/templates/Localizable.strings:311 +#: Resources/templates/Localizable.strings:330 #, no-wrap msgid "" "Set HDEF layout-it to 269:\n" @@ -1310,14 +1374,14 @@ msgstr "" #. type: "HDAULayoutIDx387_title" -#: Resources/templates/Localizable.strings:314 -#: Resources/templates/Localizable.strings:420 +#: Resources/templates/Localizable.strings:333 +#: Resources/templates/Localizable.strings:439 #, no-wrap msgid "LayoutID=387" msgstr "" #. type: "HDEFLayoutIDx387_description" -#: Resources/templates/Localizable.strings:315 +#: Resources/templates/Localizable.strings:334 #, no-wrap msgid "" "Set HDEF layout-it to 387:\n" @@ -1325,14 +1389,14 @@ msgstr "" #. type: "HDAULayoutIDx388_title" -#: Resources/templates/Localizable.strings:318 -#: Resources/templates/Localizable.strings:424 +#: Resources/templates/Localizable.strings:337 +#: Resources/templates/Localizable.strings:443 #, no-wrap msgid "LayoutID=388" msgstr "" #. type: "HDEFLayoutIDx388_description" -#: Resources/templates/Localizable.strings:319 +#: Resources/templates/Localizable.strings:338 #, no-wrap msgid "" "Set HDEF layout-it to 388:\n" @@ -1340,14 +1404,14 @@ msgstr "" #. type: "HDAULayoutIDx389_title" -#: Resources/templates/Localizable.strings:322 -#: Resources/templates/Localizable.strings:428 +#: Resources/templates/Localizable.strings:341 +#: Resources/templates/Localizable.strings:447 #, no-wrap msgid "LayoutID=389" msgstr "" #. type: "HDEFLayoutIDx389_description" -#: Resources/templates/Localizable.strings:323 +#: Resources/templates/Localizable.strings:342 #, no-wrap msgid "" "Set HDEF layout-it to 389:\n" @@ -1355,14 +1419,14 @@ msgstr "" #. type: "HDAULayoutIDx392_title" -#: Resources/templates/Localizable.strings:326 -#: Resources/templates/Localizable.strings:432 +#: Resources/templates/Localizable.strings:345 +#: Resources/templates/Localizable.strings:451 #, no-wrap msgid "LayoutID=392" msgstr "" #. type: "HDEFLayoutIDx392_description" -#: Resources/templates/Localizable.strings:327 +#: Resources/templates/Localizable.strings:346 #, no-wrap msgid "" "Set HDEF layout-it to 392:\n" @@ -1370,14 +1434,14 @@ msgstr "" #. type: "HDAULayoutIDx398_title" -#: Resources/templates/Localizable.strings:330 -#: Resources/templates/Localizable.strings:436 +#: Resources/templates/Localizable.strings:349 +#: Resources/templates/Localizable.strings:455 #, no-wrap msgid "LayoutID=398" msgstr "" #. type: "HDEFLayoutIDx398_description" -#: Resources/templates/Localizable.strings:331 +#: Resources/templates/Localizable.strings:350 #, no-wrap msgid "" "Set HDEF layout-it to 398:\n" @@ -1385,14 +1449,14 @@ msgstr "" #. type: "HDAULayoutIDx662_title" -#: Resources/templates/Localizable.strings:334 -#: Resources/templates/Localizable.strings:440 +#: Resources/templates/Localizable.strings:353 +#: Resources/templates/Localizable.strings:459 #, no-wrap msgid "LayoutID=662" msgstr "" #. type: "HDEFLayoutIDx662_description" -#: Resources/templates/Localizable.strings:335 +#: Resources/templates/Localizable.strings:354 #, no-wrap msgid "" "Set HDEF layout-it to 662:\n" @@ -1400,14 +1464,14 @@ msgstr "" #. type: "HDAULayoutIDx663_title" -#: Resources/templates/Localizable.strings:338 -#: Resources/templates/Localizable.strings:444 +#: Resources/templates/Localizable.strings:357 +#: Resources/templates/Localizable.strings:463 #, no-wrap msgid "LayoutID=663" msgstr "" #. type: "HDEFLayoutIDx663_description" -#: Resources/templates/Localizable.strings:339 +#: Resources/templates/Localizable.strings:358 #, no-wrap msgid "" "Set HDEF layout-it to 663:\n" @@ -1415,14 +1479,14 @@ msgstr "" #. type: "HDAULayoutIDx664_title" -#: Resources/templates/Localizable.strings:342 -#: Resources/templates/Localizable.strings:448 +#: Resources/templates/Localizable.strings:361 +#: Resources/templates/Localizable.strings:467 #, no-wrap msgid "LayoutID=664" msgstr "" #. type: "HDEFLayoutIDx664_description" -#: Resources/templates/Localizable.strings:343 +#: Resources/templates/Localizable.strings:362 #, no-wrap msgid "" "Set HDEF layout-it to 664:\n" @@ -1430,14 +1494,14 @@ msgstr "" #. type: "HDAULayoutIDx885_title" -#: Resources/templates/Localizable.strings:346 -#: Resources/templates/Localizable.strings:452 +#: Resources/templates/Localizable.strings:365 +#: Resources/templates/Localizable.strings:471 #, no-wrap msgid "LayoutID=885" msgstr "" #. type: "HDEFLayoutIDx885_description" -#: Resources/templates/Localizable.strings:347 +#: Resources/templates/Localizable.strings:366 #, no-wrap msgid "" "Set HDEF layout-it to 885:\n" @@ -1445,14 +1509,14 @@ msgstr "" #. type: "HDAULayoutIDx887_title" -#: Resources/templates/Localizable.strings:350 -#: Resources/templates/Localizable.strings:456 +#: Resources/templates/Localizable.strings:369 +#: Resources/templates/Localizable.strings:475 #, no-wrap msgid "LayoutID=887" msgstr "" #. type: "HDEFLayoutIDx887_description" -#: Resources/templates/Localizable.strings:351 +#: Resources/templates/Localizable.strings:370 #, no-wrap msgid "" "Set HDEF layout-it to 887:\n" @@ -1460,14 +1524,14 @@ msgstr "" #. type: "HDAULayoutIDx888_title" -#: Resources/templates/Localizable.strings:354 -#: Resources/templates/Localizable.strings:460 +#: Resources/templates/Localizable.strings:373 +#: Resources/templates/Localizable.strings:479 #, no-wrap msgid "LayoutID=888" msgstr "" #. type: "HDEFLayoutIDx888_description" -#: Resources/templates/Localizable.strings:355 +#: Resources/templates/Localizable.strings:374 #, no-wrap msgid "" "Set HDEF layout-it to 888:\n" @@ -1475,14 +1539,14 @@ msgstr "" #. type: "HDAULayoutIDx889_title" -#: Resources/templates/Localizable.strings:358 -#: Resources/templates/Localizable.strings:464 +#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:483 #, no-wrap msgid "LayoutID=889" msgstr "" #. type: "HDEFLayoutIDx889_description" -#: Resources/templates/Localizable.strings:359 +#: Resources/templates/Localizable.strings:378 #, no-wrap msgid "" "Set HDEF layout-it to 889:\n" @@ -1490,14 +1554,14 @@ msgstr "" #. type: "HDAULayoutIDx892_title" -#: Resources/templates/Localizable.strings:362 -#: Resources/templates/Localizable.strings:468 +#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:487 #, no-wrap msgid "LayoutID=892" msgstr "" #. type: "HDEFLayoutIDx892_description" -#: Resources/templates/Localizable.strings:363 +#: Resources/templates/Localizable.strings:382 #, no-wrap msgid "" "Set HDEF layout-it to 892:\n" @@ -1505,14 +1569,14 @@ msgstr "" #. type: "HDAULayoutIDx898_title" -#: Resources/templates/Localizable.strings:366 -#: Resources/templates/Localizable.strings:472 +#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:491 #, no-wrap msgid "LayoutID=898" msgstr "" #. type: "HDEFLayoutIDx898_description" -#: Resources/templates/Localizable.strings:367 +#: Resources/templates/Localizable.strings:386 #, no-wrap msgid "" "Set HDEF layout-it to 898:\n" @@ -1520,14 +1584,14 @@ msgstr "" #. type: "HDAULayoutIDxBD7_title" -#: Resources/templates/Localizable.strings:370 -#: Resources/templates/Localizable.strings:476 +#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:495 #, no-wrap msgid "LayoutID=1981" msgstr "" #. type: "HDEFLayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:371 +#: Resources/templates/Localizable.strings:390 #, no-wrap msgid "" "Set HDEF layout-it to 1981:\n" @@ -1535,7 +1599,7 @@ msgstr "" #. type: "HDAULayoutIDx01_description" -#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:396 #, no-wrap msgid "" "Set HDAU layout-it to 1:\n" @@ -1543,7 +1607,7 @@ msgstr "" #. type: "HDAULayoutIDx02_description" -#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:400 #, no-wrap msgid "" "Set HDAU layout-it to 2:\n" @@ -1551,7 +1615,7 @@ msgstr "" #. type: "HDAULayoutIDx03_description" -#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:404 #, no-wrap msgid "" "Set HDAU layout-it to 3:\n" @@ -1559,7 +1623,7 @@ msgstr "" #. type: "HDAULayoutIDx05_description" -#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:408 #, no-wrap msgid "" "Set HDAU layout-it to 5:\n" @@ -1567,7 +1631,7 @@ msgstr "" #. type: "HDAULayoutIDx07_description" -#: Resources/templates/Localizable.strings:393 +#: Resources/templates/Localizable.strings:412 #, no-wrap msgid "" "Set HDAU layout-it to 7:\n" @@ -1575,7 +1639,7 @@ msgstr "" #. type: "HDAULayoutIDx12_description" -#: Resources/templates/Localizable.strings:397 +#: Resources/templates/Localizable.strings:416 #, no-wrap msgid "" "Set HDAU layout-it to 12:\n" @@ -1583,7 +1647,7 @@ msgstr "" #. type: "HDAULayoutIDx32_description" -#: Resources/templates/Localizable.strings:401 +#: Resources/templates/Localizable.strings:420 #, no-wrap msgid "" "Set HDAU layout-it to 32:\n" @@ -1591,7 +1655,7 @@ msgstr "" #. type: "HDAULayoutIDx40_description" -#: Resources/templates/Localizable.strings:405 +#: Resources/templates/Localizable.strings:424 #, no-wrap msgid "" "Set HDAU layout-it to 40:\n" @@ -1599,7 +1663,7 @@ msgstr "" #. type: "HDAULayoutIDx65_description" -#: Resources/templates/Localizable.strings:409 +#: Resources/templates/Localizable.strings:428 #, no-wrap msgid "" "Set HDAU layout-it to 65:\n" @@ -1607,7 +1671,7 @@ msgstr "" #. type: "HDAULayoutIDx99_description" -#: Resources/templates/Localizable.strings:413 +#: Resources/templates/Localizable.strings:432 #, no-wrap msgid "" "Set HDAU layout-it to 99:\n" @@ -1615,7 +1679,7 @@ msgstr "" #. type: "HDAULayoutIDx269_description" -#: Resources/templates/Localizable.strings:417 +#: Resources/templates/Localizable.strings:436 #, no-wrap msgid "" "Set HDAU layout-it to 269:\n" @@ -1623,7 +1687,7 @@ msgstr "" #. type: "HDAULayoutIDx387_description" -#: Resources/templates/Localizable.strings:421 +#: Resources/templates/Localizable.strings:440 #, no-wrap msgid "" "Set HDAU layout-it to 387:\n" @@ -1631,7 +1695,7 @@ msgstr "" #. type: "HDAULayoutIDx388_description" -#: Resources/templates/Localizable.strings:425 +#: Resources/templates/Localizable.strings:444 #, no-wrap msgid "" "Set HDAU layout-it to 388:\n" @@ -1639,7 +1703,7 @@ msgstr "" #. type: "HDAULayoutIDx389_description" -#: Resources/templates/Localizable.strings:429 +#: Resources/templates/Localizable.strings:448 #, no-wrap msgid "" "Set HDAU layout-it to 389:\n" @@ -1647,7 +1711,7 @@ msgstr "" #. type: "HDAULayoutIDx392_description" -#: Resources/templates/Localizable.strings:433 +#: Resources/templates/Localizable.strings:452 #, no-wrap msgid "" "Set HDAU layout-it to 392:\n" @@ -1655,7 +1719,7 @@ msgstr "" #. type: "HDAULayoutIDx398_description" -#: Resources/templates/Localizable.strings:437 +#: Resources/templates/Localizable.strings:456 #, no-wrap msgid "" "Set HDAU layout-it to 398:\n" @@ -1663,7 +1727,7 @@ msgstr "" #. type: "HDAULayoutIDx662_description" -#: Resources/templates/Localizable.strings:441 +#: Resources/templates/Localizable.strings:460 #, no-wrap msgid "" "Set HDAU layout-it to 662:\n" @@ -1671,7 +1735,7 @@ msgstr "" #. type: "HDAULayoutIDx663_description" -#: Resources/templates/Localizable.strings:445 +#: Resources/templates/Localizable.strings:464 #, no-wrap msgid "" "Set HDAU layout-it to 663:\n" @@ -1679,7 +1743,7 @@ msgstr "" #. type: "HDAULayoutIDx664_description" -#: Resources/templates/Localizable.strings:449 +#: Resources/templates/Localizable.strings:468 #, no-wrap msgid "" "Set HDAU layout-it to 664:\n" @@ -1687,7 +1751,7 @@ msgstr "" #. type: "HDAULayoutIDx885_description" -#: Resources/templates/Localizable.strings:453 +#: Resources/templates/Localizable.strings:472 #, no-wrap msgid "" "Set HDAU layout-it to 885:\n" @@ -1695,7 +1759,7 @@ msgstr "" #. type: "HDAULayoutIDx887_description" -#: Resources/templates/Localizable.strings:457 +#: Resources/templates/Localizable.strings:476 #, no-wrap msgid "" "Set HDAU layout-it to 887:\n" @@ -1703,7 +1767,7 @@ msgstr "" #. type: "HDAULayoutIDx888_description" -#: Resources/templates/Localizable.strings:461 +#: Resources/templates/Localizable.strings:480 #, no-wrap msgid "" "Set HDAU layout-it to 888:\n" @@ -1711,7 +1775,7 @@ msgstr "" #. type: "HDAULayoutIDx889_description" -#: Resources/templates/Localizable.strings:465 +#: Resources/templates/Localizable.strings:484 #, no-wrap msgid "" "Set HDAU layout-it to 889:\n" @@ -1719,7 +1783,7 @@ msgstr "" #. type: "HDAULayoutIDx892_description" -#: Resources/templates/Localizable.strings:469 +#: Resources/templates/Localizable.strings:488 #, no-wrap msgid "" "Set HDAU layout-it to 892:\n" @@ -1727,7 +1791,7 @@ msgstr "" #. type: "HDAULayoutIDx898_description" -#: Resources/templates/Localizable.strings:473 +#: Resources/templates/Localizable.strings:492 #, no-wrap msgid "" "Set HDAU layout-it to 898:\n" @@ -1735,7 +1799,7 @@ msgstr "" #. type: "HDAULayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:477 +#: Resources/templates/Localizable.strings:496 #, no-wrap msgid "" "Set HDAU layout-it to 1981:\n" @@ -1743,625 +1807,625 @@ msgstr "" #. type: "IntelCaprix00_title" -#: Resources/templates/Localizable.strings:482 +#: Resources/templates/Localizable.strings:501 #, no-wrap msgid "01660000" msgstr "" #. type: "IntelCaprix00_description" -#: Resources/templates/Localizable.strings:483 +#: Resources/templates/Localizable.strings:502 #, no-wrap msgid "Set 01660000 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix01_title" -#: Resources/templates/Localizable.strings:485 +#: Resources/templates/Localizable.strings:504 #, no-wrap msgid "01660001" msgstr "" #. type: "IntelCaprix01_description" -#: Resources/templates/Localizable.strings:486 +#: Resources/templates/Localizable.strings:505 #, no-wrap msgid "Set 01660001 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix02_title" -#: Resources/templates/Localizable.strings:488 +#: Resources/templates/Localizable.strings:507 #, no-wrap msgid "01660002" msgstr "" #. type: "IntelCaprix02_description" -#: Resources/templates/Localizable.strings:489 +#: Resources/templates/Localizable.strings:508 #, no-wrap msgid "Set 01660002 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix03_title" -#: Resources/templates/Localizable.strings:491 +#: Resources/templates/Localizable.strings:510 #, no-wrap msgid "01660003" msgstr "" #. type: "IntelCaprix03_description" -#: Resources/templates/Localizable.strings:492 +#: Resources/templates/Localizable.strings:511 #, no-wrap msgid "Set 01660003 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix04_title" -#: Resources/templates/Localizable.strings:494 +#: Resources/templates/Localizable.strings:513 #, no-wrap msgid "01660004" msgstr "" #. type: "IntelCaprix04_description" -#: Resources/templates/Localizable.strings:495 +#: Resources/templates/Localizable.strings:514 #, no-wrap msgid "Set 01660004 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix05_title" -#: Resources/templates/Localizable.strings:497 +#: Resources/templates/Localizable.strings:516 #, no-wrap msgid "01620005" msgstr "" #. type: "IntelCaprix05_description" -#: Resources/templates/Localizable.strings:498 +#: Resources/templates/Localizable.strings:517 #, no-wrap msgid "Set 01620005 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix06_title" -#: Resources/templates/Localizable.strings:500 +#: Resources/templates/Localizable.strings:519 #, no-wrap msgid "01620006" msgstr "" #. type: "IntelCaprix06_description" -#: Resources/templates/Localizable.strings:501 +#: Resources/templates/Localizable.strings:520 #, no-wrap msgid "Set 01620006 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix07_title" -#: Resources/templates/Localizable.strings:503 +#: Resources/templates/Localizable.strings:522 #, no-wrap msgid "01620007" msgstr "" #. type: "IntelCaprix07_description" -#: Resources/templates/Localizable.strings:504 +#: Resources/templates/Localizable.strings:523 #, no-wrap msgid "Set 01620007 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix08_title" -#: Resources/templates/Localizable.strings:506 +#: Resources/templates/Localizable.strings:525 #, no-wrap msgid "01660008" msgstr "" #. type: "IntelCaprix08_description" -#: Resources/templates/Localizable.strings:507 +#: Resources/templates/Localizable.strings:526 #, no-wrap msgid "Set 01660008 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix09_title" -#: Resources/templates/Localizable.strings:509 +#: Resources/templates/Localizable.strings:528 #, no-wrap msgid "01660009" msgstr "" #. type: "IntelCaprix09_description" -#: Resources/templates/Localizable.strings:510 +#: Resources/templates/Localizable.strings:529 #, no-wrap msgid "Set 01660009 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix10_title" -#: Resources/templates/Localizable.strings:512 +#: Resources/templates/Localizable.strings:531 #, no-wrap msgid "0166000a" msgstr "" #. type: "IntelCaprix10_description" -#: Resources/templates/Localizable.strings:513 +#: Resources/templates/Localizable.strings:532 #, no-wrap msgid "Set 0166000a for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix11_title" -#: Resources/templates/Localizable.strings:515 +#: Resources/templates/Localizable.strings:534 #, no-wrap msgid "0166000b" msgstr "" #. type: "IntelCaprix11_description" -#: Resources/templates/Localizable.strings:516 +#: Resources/templates/Localizable.strings:535 #, no-wrap msgid "Set 0166000b for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelAzulx00_title" -#: Resources/templates/Localizable.strings:520 +#: Resources/templates/Localizable.strings:539 #, no-wrap msgid "00000604" msgstr "" #. type: "IntelAzulx00_description" -#: Resources/templates/Localizable.strings:521 +#: Resources/templates/Localizable.strings:540 #, no-wrap msgid "Set 00000604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx01_title" -#: Resources/templates/Localizable.strings:523 +#: Resources/templates/Localizable.strings:542 #, no-wrap msgid "0000060c" msgstr "" #. type: "IntelAzulx01_description" -#: Resources/templates/Localizable.strings:524 +#: Resources/templates/Localizable.strings:543 #, no-wrap msgid "Set 0000060c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx02_title" -#: Resources/templates/Localizable.strings:526 +#: Resources/templates/Localizable.strings:545 #, no-wrap msgid "00001604" msgstr "" #. type: "IntelAzulx02_description" -#: Resources/templates/Localizable.strings:527 +#: Resources/templates/Localizable.strings:546 #, no-wrap msgid "Set 00001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx03_title" -#: Resources/templates/Localizable.strings:529 +#: Resources/templates/Localizable.strings:548 #, no-wrap msgid "0000160a" msgstr "" #. type: "IntelAzulx03_description" -#: Resources/templates/Localizable.strings:530 +#: Resources/templates/Localizable.strings:549 #, no-wrap msgid "Set 0000160a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx04_title" -#: Resources/templates/Localizable.strings:532 +#: Resources/templates/Localizable.strings:551 #, no-wrap msgid "0000160c" msgstr "" #. type: "IntelAzulx04_description" -#: Resources/templates/Localizable.strings:533 +#: Resources/templates/Localizable.strings:552 #, no-wrap msgid "Set 0000160c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx05_title" -#: Resources/templates/Localizable.strings:535 +#: Resources/templates/Localizable.strings:554 #, no-wrap msgid "00002604" msgstr "" #. type: "IntelAzulx05_description" -#: Resources/templates/Localizable.strings:536 +#: Resources/templates/Localizable.strings:555 #, no-wrap msgid "Set 00002604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx06_title" -#: Resources/templates/Localizable.strings:538 +#: Resources/templates/Localizable.strings:557 #, no-wrap msgid "0000260a" msgstr "" #. type: "IntelAzulx06_description" -#: Resources/templates/Localizable.strings:539 +#: Resources/templates/Localizable.strings:558 #, no-wrap msgid "Set 0000260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx07_title" -#: Resources/templates/Localizable.strings:541 +#: Resources/templates/Localizable.strings:560 #, no-wrap msgid "0000260c" msgstr "" #. type: "IntelAzulx07_description" -#: Resources/templates/Localizable.strings:542 +#: Resources/templates/Localizable.strings:561 #, no-wrap msgid "Set 0600260c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx08_title" -#: Resources/templates/Localizable.strings:544 +#: Resources/templates/Localizable.strings:563 #, no-wrap msgid "0000260d" msgstr "" #. type: "IntelAzulx08_description" -#: Resources/templates/Localizable.strings:545 +#: Resources/templates/Localizable.strings:564 #, no-wrap msgid "Set 0000260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx09_title" -#: Resources/templates/Localizable.strings:547 +#: Resources/templates/Localizable.strings:566 #, no-wrap msgid "02001604" msgstr "" #. type: "IntelAzulx09_description" -#: Resources/templates/Localizable.strings:548 +#: Resources/templates/Localizable.strings:567 #, no-wrap msgid "Set 02001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx10_title" -#: Resources/templates/Localizable.strings:550 +#: Resources/templates/Localizable.strings:569 #, no-wrap msgid "0300220d" msgstr "" #. type: "IntelAzulx10_description" -#: Resources/templates/Localizable.strings:551 +#: Resources/templates/Localizable.strings:570 #, no-wrap msgid "Set 0300220d for Intel Haswell (Desktop) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx11_title" -#: Resources/templates/Localizable.strings:553 +#: Resources/templates/Localizable.strings:572 #, no-wrap msgid "0500260a" msgstr "" #. type: "IntelAzulx11_description" -#: Resources/templates/Localizable.strings:554 +#: Resources/templates/Localizable.strings:573 #, no-wrap msgid "Set 0500260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx12_title" -#: Resources/templates/Localizable.strings:556 +#: Resources/templates/Localizable.strings:575 #, no-wrap msgid "0600260a" msgstr "" #. type: "IntelAzulx12_description" -#: Resources/templates/Localizable.strings:557 +#: Resources/templates/Localizable.strings:576 #, no-wrap msgid "Set 0600260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx13_title" -#: Resources/templates/Localizable.strings:559 +#: Resources/templates/Localizable.strings:578 #, no-wrap msgid "0700260d" msgstr "" #. type: "IntelAzulx13_description" -#: Resources/templates/Localizable.strings:560 +#: Resources/templates/Localizable.strings:579 #, no-wrap msgid "Set 0700260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx14_title" -#: Resources/templates/Localizable.strings:562 +#: Resources/templates/Localizable.strings:581 #, no-wrap msgid "0800260a" msgstr "" #. type: "IntelAzulx14_description" -#: Resources/templates/Localizable.strings:563 +#: Resources/templates/Localizable.strings:582 #, no-wrap msgid "Set 0800260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx15_title" -#: Resources/templates/Localizable.strings:565 +#: Resources/templates/Localizable.strings:584 #, no-wrap msgid "08002e0a" msgstr "" #. type: "IntelAzulx15_description" -#: Resources/templates/Localizable.strings:566 +#: Resources/templates/Localizable.strings:585 #, no-wrap msgid "Set 08002e0a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "AD2000B_PinConf_title" -#: Resources/templates/Localizable.strings:570 +#: Resources/templates/Localizable.strings:589 #, no-wrap msgid "AD2000b" msgstr "" #. type: "AD2000B_PinConf_description" -#: Resources/templates/Localizable.strings:571 +#: Resources/templates/Localizable.strings:590 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD2000b." msgstr "" #. type: "AD1981HD_PinConf_title" -#: Resources/templates/Localizable.strings:573 +#: Resources/templates/Localizable.strings:592 #, no-wrap msgid "AD1981HD" msgstr "" #. type: "AD1981HD_PinConf_description" -#: Resources/templates/Localizable.strings:574 +#: Resources/templates/Localizable.strings:593 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1981HD." msgstr "" #. type: "AD1988B_PinConf_title" -#: Resources/templates/Localizable.strings:576 +#: Resources/templates/Localizable.strings:595 #, no-wrap msgid "AD1988b" msgstr "" #. type: "AD1988B_PinConf_description" -#: Resources/templates/Localizable.strings:577 +#: Resources/templates/Localizable.strings:596 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1988b." msgstr "" #. type: "ALC888_PinConf_title" -#: Resources/templates/Localizable.strings:579 +#: Resources/templates/Localizable.strings:598 #, no-wrap msgid "ALC888" msgstr "" #. type: "ALC888_PinConf_description" -#: Resources/templates/Localizable.strings:580 +#: Resources/templates/Localizable.strings:599 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC888." msgstr "" #. type: "ALC1200_PinConf_title" -#: Resources/templates/Localizable.strings:582 +#: Resources/templates/Localizable.strings:601 #, no-wrap msgid "ALC1200" msgstr "" #. type: "ALC1200_PinConf_description" -#: Resources/templates/Localizable.strings:583 +#: Resources/templates/Localizable.strings:602 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC1200." msgstr "" #. type: "00_PinConf_title" -#: Resources/templates/Localizable.strings:585 +#: Resources/templates/Localizable.strings:604 #, no-wrap msgid "00" msgstr "" #. type: "00_PinConf_description" -#: Resources/templates/Localizable.strings:586 +#: Resources/templates/Localizable.strings:605 #, no-wrap msgid "Set HDEF PinConfiguration for ???." msgstr "" #. type: "GraphicsEnabler_title" -#: Resources/templates/Localizable.strings:590 +#: Resources/templates/Localizable.strings:609 #, no-wrap msgid "GraphicsEnabler=Yes" msgstr "GraphicsEnabler=Yes" #. type: "GraphicsEnabler_description" -#: Resources/templates/Localizable.strings:591 +#: Resources/templates/Localizable.strings:610 #, no-wrap msgid "Enables the option to autodetect NVIDIA, AMD/ATI or Intel based GPUs and inject the correct info." msgstr "" #. type: "EnableHDMIAudio_title" -#: Resources/templates/Localizable.strings:593 +#: Resources/templates/Localizable.strings:612 #, no-wrap msgid "EnableHDMIAudio=Yes" msgstr "" #. type: "EnableHDMIAudio_description" -#: Resources/templates/Localizable.strings:594 +#: Resources/templates/Localizable.strings:613 #, no-wrap msgid "Inject HDMi audio for NVIDIA or AMD/ATI." msgstr "" #. type: "UseIntelHDMI_title" -#: Resources/templates/Localizable.strings:596 +#: Resources/templates/Localizable.strings:615 #, no-wrap msgid "UseIntelHDMI=Yes" msgstr "" #. type: "UseIntelHDMI_description" -#: Resources/templates/Localizable.strings:597 +#: Resources/templates/Localizable.strings:616 #, no-wrap msgid "If YES, hda-gfx=onboard-1 will be injected into the GFX0 and HDEF devices. Also, if an ATI or Nvidia HDMI device is present, they'll be assigned to onboard-2. If NO, then ATI or Nvidia devices will get onboard-1 as well as the HDAU device if present." msgstr "" #. type: "UseAtiROM_title" -#: Resources/templates/Localizable.strings:599 +#: Resources/templates/Localizable.strings:618 #, no-wrap msgid "UseAtiROM=Yes" msgstr "" #. type: "UseAtiROM_description" -#: Resources/templates/Localizable.strings:600 +#: Resources/templates/Localizable.strings:619 #, no-wrap msgid "Enables UseAtiROM options." msgstr "" #. type: "UseNvidiaROM_title" -#: Resources/templates/Localizable.strings:602 +#: Resources/templates/Localizable.strings:621 #, no-wrap msgid "UseNvidiaROM=Yes" msgstr "" #. type: "UseNvidiaROM_description" -#: Resources/templates/Localizable.strings:603 +#: Resources/templates/Localizable.strings:622 #, no-wrap msgid "Enables UseNvidiaROM options." msgstr "" #. type: "VBIOS_title" -#: Resources/templates/Localizable.strings:605 +#: Resources/templates/Localizable.strings:624 #, no-wrap msgid "VBIOS=Yes" msgstr "" #. type: "VBIOS_description" -#: Resources/templates/Localizable.strings:606 +#: Resources/templates/Localizable.strings:625 #, no-wrap msgid "Enables VBIOS option" msgstr "" #. type: "SkipIntelGfx_title" -#: Resources/templates/Localizable.strings:608 +#: Resources/templates/Localizable.strings:627 #, no-wrap msgid "SkipIntelGfx=Yes" msgstr "" #. type: "SkipIntelGfx_description" -#: Resources/templates/Localizable.strings:609 +#: Resources/templates/Localizable.strings:628 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for Intel based GPUs." msgstr "" #. type: "SkipNvidiaGfx_title" -#: Resources/templates/Localizable.strings:611 +#: Resources/templates/Localizable.strings:630 #, no-wrap msgid "SkipNvidiaGfx=Yes" msgstr "" #. type: "SkipNvidiaGfx_description" -#: Resources/templates/Localizable.strings:612 +#: Resources/templates/Localizable.strings:631 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for NVIDIA based GPUs." msgstr "" #. type: "SkipAtiGfx_title" -#: Resources/templates/Localizable.strings:614 +#: Resources/templates/Localizable.strings:633 #, no-wrap msgid "SkipAtiGfx=Yes" msgstr "" #. type: "SkipAtiGfx_description" -#: Resources/templates/Localizable.strings:615 +#: Resources/templates/Localizable.strings:634 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for AMD/ATI based GPUs." msgstr "" #. type: "EnableBacklight_title" -#: Resources/templates/Localizable.strings:617 +#: Resources/templates/Localizable.strings:636 #, no-wrap msgid "EnableBacklight=Yes" msgstr "‏EnableBacklight=Yes" #. type: "EnableBacklight_description" -#: Resources/templates/Localizable.strings:618 +#: Resources/templates/Localizable.strings:637 #, no-wrap msgid "Enables Backlight options for laptop with nVidia cards." msgstr "" #. type: "EnableDualLink_title" -#: Resources/templates/Localizable.strings:620 +#: Resources/templates/Localizable.strings:639 #, no-wrap msgid "EnableDualLink=Yes" msgstr "‏EnableDualLink=Yes" #. type: "EnableDualLink_description" -#: Resources/templates/Localizable.strings:621 +#: Resources/templates/Localizable.strings:640 #, no-wrap msgid "Enables DualLink options for nVidia and ATi cards." msgstr "" #. type: "NvidiaGeneric_title" -#: Resources/templates/Localizable.strings:623 +#: Resources/templates/Localizable.strings:642 #, no-wrap msgid "NvidiaGeneric=Yes" msgstr "" #. type: "NvidiaGeneric_description" -#: Resources/templates/Localizable.strings:624 +#: Resources/templates/Localizable.strings:643 #, no-wrap msgid "Use the classic Nvidia name for the SystemProfiler (disabled by default)." msgstr "" #. type: "Verbose_title" -#: Resources/templates/Localizable.strings:630 +#: Resources/templates/Localizable.strings:649 #, no-wrap msgid "Verbose Mode" msgstr "" #. type: "Verbose_description" -#: Resources/templates/Localizable.strings:631 +#: Resources/templates/Localizable.strings:650 #, no-wrap msgid "Turns on verbose logging and allows you to see messages from both Chameleon and the OS X kernel at boot time. Essential for troubleshooting." msgstr "" #. type: "Singleusermode_title" -#: Resources/templates/Localizable.strings:633 +#: Resources/templates/Localizable.strings:652 #, no-wrap msgid "Single User Mode" msgstr "" #. type: "Singleusermode_description" -#: Resources/templates/Localizable.strings:634 +#: Resources/templates/Localizable.strings:653 #, no-wrap msgid "A troubleshooting option used for booting into OS X's BSD/Unix command line." msgstr "" #. type: "Ignorecaches_title" -#: Resources/templates/Localizable.strings:636 +#: Resources/templates/Localizable.strings:655 #, no-wrap msgid "Ignore Caches" msgstr "" #. type: "Ignorecaches_description" -#: Resources/templates/Localizable.strings:637 +#: Resources/templates/Localizable.strings:656 #, no-wrap msgid "Not an option that's needed for everyday booting, but it can be useful if you want OS X to load all files from it's system folders, rather than relying on it's pre-built caches." msgstr "" #. type: "Npci_title" -#: Resources/templates/Localizable.strings:639 +#: Resources/templates/Localizable.strings:658 #, no-wrap msgid "npci=0x2000" msgstr "" #. type: "Npci_description" -#: Resources/templates/Localizable.strings:640 +#: Resources/templates/Localizable.strings:659 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x2000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "" #. type: "Npci3_title" -#: Resources/templates/Localizable.strings:642 +#: Resources/templates/Localizable.strings:661 #, no-wrap msgid "npci=0x3000" msgstr "" #. type: "Npci3_description" -#: Resources/templates/Localizable.strings:643 +#: Resources/templates/Localizable.strings:662 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x3000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "" #. type: "WaitingRootDevice_title" -#: Resources/templates/Localizable.strings:645 +#: Resources/templates/Localizable.strings:664 #, no-wrap msgid "ahcidisk=1 debug=8" msgstr "" #. type: "WaitingRootDevice_description" -#: Resources/templates/Localizable.strings:646 +#: Resources/templates/Localizable.strings:665 #, no-wrap msgid "" "Info here: Waiting for root device when kernel cache used only with some disks +FIX\n" @@ -2370,25 +2434,25 @@ msgstr "" #. type: "Darkwake_title" -#: Resources/templates/Localizable.strings:650 +#: Resources/templates/Localizable.strings:669 #, no-wrap msgid "darkwake=0" msgstr "" #. type: "Darkwake_description" -#: Resources/templates/Localizable.strings:651 +#: Resources/templates/Localizable.strings:670 #, no-wrap msgid "Lion only. Disables the 'low power wake' feature which can sometimes leave the screen black after wake from sleep." msgstr "" #. type: "NvdaDrv1_title" -#: Resources/templates/Localizable.strings:653 +#: Resources/templates/Localizable.strings:672 #, no-wrap msgid "nvda_drv=1" msgstr "" #. type: "NvdaDrv1_description" -#: Resources/templates/Localizable.strings:654 +#: Resources/templates/Localizable.strings:673 #, no-wrap msgid "" "It introduces a new Preference Pane under System Preferences that allows you to enable the Nvidia Web Driver.\n" @@ -2398,25 +2462,25 @@ msgstr "" #. type: "kext-dev-mode1_title" -#: Resources/templates/Localizable.strings:659 +#: Resources/templates/Localizable.strings:678 #, no-wrap msgid "kext-dev-mode=1" msgstr "" #. type: "kext-dev-mode1_description" -#: Resources/templates/Localizable.strings:660 +#: Resources/templates/Localizable.strings:679 #, no-wrap msgid "In Yosemite Developer Previews, unsigned or improperly signed kexts will not be loaded. To use unsigned kexts during development, this strict check can be disabled by adding a 'kext-dev-mode=1' boot arg." msgstr "" #. type: "Dart0_title" -#: Resources/templates/Localizable.strings:662 +#: Resources/templates/Localizable.strings:681 #, no-wrap msgid "dart=0" msgstr "" #. type: "Dart0_description" -#: Resources/templates/Localizable.strings:663 +#: Resources/templates/Localizable.strings:682 #, no-wrap msgid "" "Avoiding the DMAR processing causing by VT-d function in Osx (Virtualization).\n" @@ -2424,283 +2488,295 @@ msgstr "" #. type: "mac-de_title" -#: Resources/templates/Localizable.strings:670 +#: Resources/templates/Localizable.strings:689 #, no-wrap msgid "German Mac Keyboard" msgstr "" #. type: "mac-de_description" -#: Resources/templates/Localizable.strings:671 +#: Resources/templates/Localizable.strings:690 #, no-wrap msgid "Use the keyboard layout for a German Mac keyboard" msgstr "" #. type: "mac-es_title" -#: Resources/templates/Localizable.strings:673 +#: Resources/templates/Localizable.strings:692 #, no-wrap msgid "Spanish Mac Keyboard" msgstr "" #. type: "mac-es_description" -#: Resources/templates/Localizable.strings:674 +#: Resources/templates/Localizable.strings:693 #, no-wrap msgid "Use the keyboard layout for a Spanish Mac keyboard" msgstr "" #. type: "mac-fr_title" -#: Resources/templates/Localizable.strings:676 +#: Resources/templates/Localizable.strings:695 #, no-wrap msgid "French Mac Keyboard" msgstr "" #. type: "mac-fr_description" -#: Resources/templates/Localizable.strings:677 +#: Resources/templates/Localizable.strings:696 #, no-wrap msgid "Use the keyboard layout for a French Mac keyboard" msgstr "" #. type: "mac-it_title" -#: Resources/templates/Localizable.strings:679 +#: Resources/templates/Localizable.strings:698 #, no-wrap msgid "Italian Mac Keyboard" msgstr "" #. type: "mac-it_description" -#: Resources/templates/Localizable.strings:680 +#: Resources/templates/Localizable.strings:699 #, no-wrap msgid "Use the keyboard layout for an Italian Mac keyboard" msgstr "" #. type: "mac-se_title" -#: Resources/templates/Localizable.strings:682 +#: Resources/templates/Localizable.strings:701 #, no-wrap msgid "Swedish Mac Keyboard" msgstr "" #. type: "mac-se_description" -#: Resources/templates/Localizable.strings:683 +#: Resources/templates/Localizable.strings:702 #, no-wrap msgid "Use the keyboard layout for a Swedish Mac keyboard" msgstr "" #. type: "pc-fr_title" -#: Resources/templates/Localizable.strings:685 +#: Resources/templates/Localizable.strings:704 #, no-wrap msgid "French PC Keyboard" msgstr "" #. type: "pc-fr_description" -#: Resources/templates/Localizable.strings:686 +#: Resources/templates/Localizable.strings:705 #, no-wrap msgid "Use the keyboard layout for a French PC keyboard" msgstr "" #. type: "Embed_title" -#: Resources/templates/Localizable.strings:693 +#: Resources/templates/Localizable.strings:712 #, no-wrap msgid "Embed" msgstr "" #. type: "Embed_description" -#: Resources/templates/Localizable.strings:694 +#: Resources/templates/Localizable.strings:713 #, no-wrap msgid "A smaller simple version of the new default theme used when building a version of Chameleon which requires an embedded theme." msgstr "" #. type: "Legacy_title" -#: Resources/templates/Localizable.strings:696 +#: Resources/templates/Localizable.strings:715 #, no-wrap msgid "Legacy" msgstr "" #. type: "Legacy_description" -#: Resources/templates/Localizable.strings:697 +#: Resources/templates/Localizable.strings:716 #, no-wrap msgid "Chameleon's original default theme introduced for v2.0 RC1" msgstr "" +#. type: "Default_title" +#: Resources/templates/Localizable.strings:718 +#, no-wrap +msgid "Standard" +msgstr "قياسى" + #. type: "Default_description" -#: Resources/templates/Localizable.strings:700 +#: Resources/templates/Localizable.strings:719 #, no-wrap msgid "Chameleon default theme introduced for v2.0 RC5" msgstr "" #. type: "Bullet_title" -#: Resources/templates/Localizable.strings:702 +#: Resources/templates/Localizable.strings:721 #, no-wrap msgid "Bullet" msgstr "" #. type: "Bullet_description" -#: Resources/templates/Localizable.strings:703 +#: Resources/templates/Localizable.strings:722 #, no-wrap msgid "A lovely simple theme by NoSmokingBandit from April 2009." msgstr "" #. type: "Audio_title" -#: Resources/templates/Localizable.strings:712 +#: Resources/templates/Localizable.strings:731 #, no-wrap msgid "Audio" msgstr "" #. type: "Audio_description" -#: Resources/templates/Localizable.strings:713 +#: Resources/templates/Localizable.strings:732 #, no-wrap msgid "A selection of options that deal with audio." msgstr "" #. type: "Control_title" -#: Resources/templates/Localizable.strings:716 +#: Resources/templates/Localizable.strings:735 #, no-wrap msgid "Control Options" msgstr "" #. type: "Control_description" -#: Resources/templates/Localizable.strings:717 +#: Resources/templates/Localizable.strings:736 #, no-wrap msgid "Settings to control how Chameleon works." msgstr "" #. type: "General_title" -#: Resources/templates/Localizable.strings:720 +#: Resources/templates/Localizable.strings:739 #, no-wrap msgid "General Options" msgstr "" #. type: "General_description" -#: Resources/templates/Localizable.strings:721 +#: Resources/templates/Localizable.strings:740 #, no-wrap msgid "Choose from a selection of base options." msgstr "" #. type: "KernelFlags_title" -#: Resources/templates/Localizable.strings:724 +#: Resources/templates/Localizable.strings:743 #, no-wrap msgid "Kernel Flags" msgstr "" #. type: "KernelFlags_description" -#: Resources/templates/Localizable.strings:725 +#: Resources/templates/Localizable.strings:744 #, no-wrap msgid "Choose from a selection of kernel flags." msgstr "" #. type: "PowerManagement_title" -#: Resources/templates/Localizable.strings:728 +#: Resources/templates/Localizable.strings:747 #, no-wrap msgid "Power Management" msgstr "" #. type: "PowerManagement_description" -#: Resources/templates/Localizable.strings:729 +#: Resources/templates/Localizable.strings:748 #, no-wrap msgid "A selection of options that deal with power management and speedstep." msgstr "" #. type: "Resolution_description" -#: Resources/templates/Localizable.strings:733 +#: Resources/templates/Localizable.strings:752 #, no-wrap msgid "Set one resolution to use." msgstr "" #. type: "HDEFLayout_title" -#: Resources/templates/Localizable.strings:736 +#: Resources/templates/Localizable.strings:755 #, no-wrap msgid "HDEF Layout" msgstr "" #. type: "HDEFLayout_description" -#: Resources/templates/Localizable.strings:737 +#: Resources/templates/Localizable.strings:756 #, no-wrap msgid "Set one HDEF Layout ID to use for your HDA controller." msgstr "" #. type: "HDAULayout_title" -#: Resources/templates/Localizable.strings:740 +#: Resources/templates/Localizable.strings:759 #, no-wrap msgid "HDAU Layout" msgstr "" #. type: "HDAULayout_description" -#: Resources/templates/Localizable.strings:741 +#: Resources/templates/Localizable.strings:760 #, no-wrap msgid "Set one HDAU Layout ID to use for your HDMi controller." msgstr "" #. type: "IntelCapri_title" -#: Resources/templates/Localizable.strings:744 +#: Resources/templates/Localizable.strings:763 #, no-wrap msgid "Intel Capri AAPL,ig-platform-id" msgstr "" #. type: "IntelCapri_description" -#: Resources/templates/Localizable.strings:745 +#: Resources/templates/Localizable.strings:764 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD4000." msgstr "" #. type: "IntelAzul_title" -#: Resources/templates/Localizable.strings:748 +#: Resources/templates/Localizable.strings:767 #, no-wrap msgid "Intel Azul AAPL,ig-platform-id" msgstr "" #. type: "IntelAzul_description" -#: Resources/templates/Localizable.strings:749 +#: Resources/templates/Localizable.strings:768 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD5000." msgstr "" #. type: "HDEFPinConfiguration_title" -#: Resources/templates/Localizable.strings:752 +#: Resources/templates/Localizable.strings:771 #, no-wrap msgid "HDEF PinConfiguration" msgstr "" #. type: "HDEFPinConfiguration_description" -#: Resources/templates/Localizable.strings:753 +#: Resources/templates/Localizable.strings:772 #, no-wrap msgid "Set one HDEF PinConfiguration to use." msgstr "" #. type: "Video_title" -#: Resources/templates/Localizable.strings:756 +#: Resources/templates/Localizable.strings:775 #, no-wrap msgid "Video" msgstr "" #. type: "Video_description" -#: Resources/templates/Localizable.strings:757 +#: Resources/templates/Localizable.strings:776 #, no-wrap msgid "A selection of options that deal with video." msgstr "" #. type: "Keymaps_title" -#: Resources/templates/Localizable.strings:760 +#: Resources/templates/Localizable.strings:779 #, no-wrap msgid "KeyLayout" msgstr "" #. type: "Keymaps_description" -#: Resources/templates/Localizable.strings:761 +#: Resources/templates/Localizable.strings:780 #, no-wrap msgid "Select one keylayout to use. This will also install the Keylayout module and keymaps." msgstr "" #. type: "Themes_title" -#: Resources/templates/Localizable.strings:767 +#: Resources/templates/Localizable.strings:786 #, no-wrap msgid "Themes" msgstr "" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:768 +#: Resources/templates/Localizable.strings:787 #, 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 "" +#~ msgid "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" +#~ msgstr "ص%CHAMELEONVERSION% ر%CHAMELEONREVISION%" + +#~ msgid "Chameleon" +#~ msgstr "الحرباء" + #~ msgid "Install Type" #~ msgstr "نوع التثبيت" Index: branches/ErmaC/Enoch/package/po/en.po =================================================================== --- branches/ErmaC/Enoch/package/po/en.po (revision 2678) +++ branches/ErmaC/Enoch/package/po/en.po (revision 2679) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Chameleon 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-13 18:09+0000\n" +"POT-Creation-Date: 2015-05-10 14:42+0200\n" "PO-Revision-Date: 2015-02-13 18:22-0000\n" "Last-Translator: ErmaC \n" "Language-Team: en \n" @@ -21,13 +21,15 @@ #. type: Content of:

#: Resources/templates/Welcome.html:22 -msgid "Chameleon" -msgstr "Chameleon" +msgid "Enoch" +msgstr "" #. type: Content of:

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

#: Resources/templates/Welcome.html:25 @@ -265,63 +267,125 @@ "boot1 (On the partition's boot-sector) to finding boot2.\n" "boot2 (On the partition's root directory) for loading kernel etc." -#. type: "Default_title" +#. type: "BootNo_title" #: Resources/templates/Localizable.strings:25 -#: Resources/templates/Localizable.strings:699 #, no-wrap -msgid "Standard" -msgstr "Standard" +msgid "Don't install the Bootloader" +msgstr "Don't install the Bootloader" -#. type: "Standard_description" +#. type: "BootNo_description" #: Resources/templates/Localizable.strings:26 #, no-wrap -msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." -msgstr "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." +msgid "Useful if you only want to install the extra's." +msgstr "Useful if you only want to install the extra's." -#. type: "noboot_title" +#. type: "Stages_title" #: Resources/templates/Localizable.strings:28 -#, no-wrap -msgid "Don't install the Bootloader" -msgstr "Don't install the Bootloader" +#, fuzzy, no-wrap +#| msgid "Chameleon Bootloader Package" +msgid "Bootloader Stages" +msgstr "Chameleon Bootloader" -#. type: "noboot_description" +#. type: "Stages_description" #: Resources/templates/Localizable.strings:29 #, no-wrap -msgid "Useful if you only want to install the extra's." -msgstr "Useful if you only want to install the extra's." +msgid "" +"Here you can chose to skip the bootloader installation completely or partially.\n" +"This can be usefull if you want to write Extra's, or skip some stage (0,1 and activation of the target partition).\n" +"Skipping all stages permit you to leave as is already working boot sectors, especially usefull with 4k drives.\n" +"boot is always copied to the target partition when you are skipping one or more stages." +msgstr "" +#. type: "SkipStage0_title" +#: Resources/templates/Localizable.strings:34 +#, no-wrap +msgid "Skip Stage 0" +msgstr "" + +#. type: "SkipStage0_description" +#: Resources/templates/Localizable.strings:35 +#, no-wrap +msgid "" +"Avoid writing stage 0 to the target disk.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipStage1_title" +#: Resources/templates/Localizable.strings:38 +#, no-wrap +msgid "Skip Stage 1" +msgstr "" + +#. type: "SkipStage1_description" +#: Resources/templates/Localizable.strings:39 +#, no-wrap +msgid "" +"Avoid writing stage 1 to the partition boot sector.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipActivePartition_title" +#: Resources/templates/Localizable.strings:42 +#, no-wrap +msgid "Skip Activation" +msgstr "" + +#. type: "SkipActivePartition_description" +#: Resources/templates/Localizable.strings:43 +#, no-wrap +msgid "" +"Prevents activation of the target partition.\n" +"Some old motherboards have a bad implementation of GPT in bios and they can not find partitions if marked active unger Guid Partition Table.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "Standard_title" +#: Resources/templates/Localizable.strings:47 +#, fuzzy, no-wrap +#| msgid "Install Chameleon in the ESP" +msgid "Install Chameleon in the chosen partition." +msgstr "Install Chameleon in the ESP" + +#. type: "Standard_description" +#: Resources/templates/Localizable.strings:48 +#, fuzzy, no-wrap +#| msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." +msgid "Install Chameleon's files to the root of the selected partition using either boot0, boot0md or boot0hfs depending on your system without destroying any existing Windows installation if you have one." +msgstr "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." + #. type: "EFI_title" -#: Resources/templates/Localizable.strings:31 +#: Resources/templates/Localizable.strings:50 #, no-wrap msgid "Install Chameleon in the ESP" msgstr "Install Chameleon in the ESP" #. type: "EFI_description" -#: Resources/templates/Localizable.strings:32 -#, no-wrap -msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +#: Resources/templates/Localizable.strings:51 +#, fuzzy, no-wrap +#| msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0, boot0md or boot0hfs depending on your system." msgstr "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." #. type: "Module_title" -#: Resources/templates/Localizable.strings:37 +#: Resources/templates/Localizable.strings:56 #, no-wrap msgid "Modules" msgstr "Modules" #. type: "Module_description" -#: Resources/templates/Localizable.strings:38 +#: Resources/templates/Localizable.strings:57 #, no-wrap msgid "The modules system incorporated in chameleon allows for a user or developer to extend the core functionality of chameleon without replacing the main boot file." msgstr "The modules system incorporated in chameleon allows for a user or developer to extend the core functionality of chameleon without replacing the main boot file." #. type: "klibc_title" -#: Resources/templates/Localizable.strings:40 +#: Resources/templates/Localizable.strings:59 #, no-wrap msgid "klibc" msgstr "klibc" #. type: "klibc_description" -#: Resources/templates/Localizable.strings:41 +#: Resources/templates/Localizable.strings:60 #, no-wrap msgid "" "This module provides a standard c library for modules to link to if the library provided by chameleon is insufficient.\n" @@ -333,13 +397,13 @@ "Source: http://www.kernel.org/pub/linux/libs/klibc/" #. type: "ACPICodec_title" -#: Resources/templates/Localizable.strings:45 +#: Resources/templates/Localizable.strings:64 #, no-wrap msgid "ACPICodec" msgstr "ACPICodec" #. type: "ACPICodec_description" -#: Resources/templates/Localizable.strings:46 +#: Resources/templates/Localizable.strings:65 #, no-wrap msgid "" "This module provides a substitute for the internal acpi patcher.\n" @@ -349,13 +413,13 @@ "Dependencies: none" #. type: "HDAEnabler_title" -#: Resources/templates/Localizable.strings:49 +#: Resources/templates/Localizable.strings:68 #, no-wrap msgid "HDAEnabler" msgstr "HDAEnabler" #. type: "HDAEnabler_description" -#: Resources/templates/Localizable.strings:50 +#: Resources/templates/Localizable.strings:69 #, no-wrap msgid "" "HDAEnabler module, this module provides a substitute for the Hight Definition Audio DSDT Edits.\n" @@ -365,13 +429,13 @@ "Dependencies: none" #. type: "FileNVRAM_title" -#: Resources/templates/Localizable.strings:53 +#: Resources/templates/Localizable.strings:72 #, no-wrap msgid "FileNVRAM" msgstr "FileNVRAM" #. type: "FileNVRAM_description" -#: Resources/templates/Localizable.strings:54 +#: Resources/templates/Localizable.strings:73 #, no-wrap msgid "" "FileNVRAM module for preloading NVRAM values.\n" @@ -381,13 +445,13 @@ "Dependencies: none" #. type: "Sata_title" -#: Resources/templates/Localizable.strings:57 +#: Resources/templates/Localizable.strings:76 #, no-wrap msgid "Sata" msgstr "Sata" #. type: "Sata_description" -#: Resources/templates/Localizable.strings:58 +#: Resources/templates/Localizable.strings:77 #, no-wrap msgid "" "Sata module, known as YellowIconFixer in cparm's branch.\n" @@ -399,14 +463,14 @@ "Dependencies: none" #. type: "Resolution_title" -#: Resources/templates/Localizable.strings:62 -#: Resources/templates/Localizable.strings:732 +#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:751 #, no-wrap msgid "Resolution" msgstr "Resolution" #. type: "AutoReso_description" -#: Resources/templates/Localizable.strings:63 +#: Resources/templates/Localizable.strings:82 #, no-wrap msgid "" "This module reads the edid information from the monitor attached to the main display.\n" @@ -418,13 +482,13 @@ "Additionally, the module will patch the vesa modes available in pre intel hd graphics cards to provide proper resolution while booting." #. type: "uClibc_title" -#: Resources/templates/Localizable.strings:67 +#: Resources/templates/Localizable.strings:86 #, no-wrap msgid "uClibc++" msgstr "uClibc++" #. type: "uClibc_description" -#: Resources/templates/Localizable.strings:68 +#: Resources/templates/Localizable.strings:87 #, no-wrap msgid "" "This module provides a minimalistic c++ runtime library for use in other modules. This does not provide functionality by itself, instead it is used to allow for the c++ language to be used in other modules.\n" @@ -438,13 +502,13 @@ "Dependencies: klibc" #. type: "KernelPatcher_title" -#: Resources/templates/Localizable.strings:73 +#: Resources/templates/Localizable.strings:92 #, no-wrap msgid "Kernel Patcher" msgstr "Kernel Patcher" #. type: "KernelPatcher_description" -#: Resources/templates/Localizable.strings:74 +#: Resources/templates/Localizable.strings:93 #, no-wrap msgid "" "The KernelPatcher module provides patches for the following:\n" @@ -462,13 +526,13 @@ "Dependencies: none" #. type: "KextPatcher_title" -#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:100 #, no-wrap msgid "Kext Patcher" msgstr "Kext Patcher" #. type: "KextPatcher_description" -#: Resources/templates/Localizable.strings:82 +#: Resources/templates/Localizable.strings:101 #, no-wrap msgid "" "The KextPatcher module provides patches for the following:\n" @@ -478,13 +542,13 @@ "Dependencies: none" #. type: "NVIDIAGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:85 +#: Resources/templates/Localizable.strings:104 #, no-wrap msgid "NVIDIAGraphicsEnabler" msgstr "NVIDIAGraphicsEnabler" #. type: "NVIDIAGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:86 +#: Resources/templates/Localizable.strings:105 #, no-wrap msgid "" "The GraphicsEnabler nVidia code ported to a module.\n" @@ -494,13 +558,13 @@ "Dependencies: none" #. type: "GraphicsEnablerModule_title" -#: Resources/templates/Localizable.strings:89 +#: Resources/templates/Localizable.strings:108 #, no-wrap msgid "GraphicsEnabler" msgstr "GraphicsEnabler" #. type: "GraphicsEnablerModule_description" -#: Resources/templates/Localizable.strings:90 +#: Resources/templates/Localizable.strings:109 #, no-wrap msgid "" "The GraphicsEnabler code ported to a module.\n" @@ -510,13 +574,13 @@ "Dependencies: none" #. type: "AMDGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:93 +#: Resources/templates/Localizable.strings:112 #, no-wrap msgid "AMDGraphicsEnabler" msgstr "AMDGraphicsEnabler" #. type: "AMDGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:94 +#: Resources/templates/Localizable.strings:113 #, no-wrap msgid "" "The GraphicsEnabler AMD/ATi code ported to a module.\n" @@ -526,13 +590,13 @@ "Dependencies: none" #. type: "IntelGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:97 +#: Resources/templates/Localizable.strings:116 #, no-wrap msgid "IntelGraphicsEnabler" msgstr "IntelGraphicsEnabler" #. type: "IntelGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:98 +#: Resources/templates/Localizable.strings:117 #, no-wrap msgid "" "The GraphicsEnabler gma(Intel) code ported to a module.\n" @@ -542,638 +606,638 @@ "Dependencies: none" #. type: "Options_title" -#: Resources/templates/Localizable.strings:106 +#: Resources/templates/Localizable.strings:125 #, no-wrap msgid "Settings" msgstr "Settings" #. type: "Options_description" -#: Resources/templates/Localizable.strings:107 +#: Resources/templates/Localizable.strings:126 #, no-wrap msgid "Create an /Extra/org.chameleon.Boot.plist by selecting any of these boot options and kernel flags." msgstr "Create an /Extra/org.chameleon.Boot.plist by selecting any of these boot options and kernel flags." #. type: "BootBanner_title" -#: Resources/templates/Localizable.strings:109 +#: Resources/templates/Localizable.strings:128 #, no-wrap msgid "BootBanner=No" msgstr "BootBanner=No" #. type: "BootBanner_description" -#: Resources/templates/Localizable.strings:110 +#: Resources/templates/Localizable.strings:129 #, no-wrap msgid "Hides Chameleon's boot banner in GUI. This is the text that is drawn at the top left corner of the screen displaying the release version etc." msgstr "Hides Chameleon's boot banner in GUI. This is the text that is drawn at the top left corner of the screen displaying the release version etc." #. type: "GUI_title" -#: Resources/templates/Localizable.strings:112 +#: Resources/templates/Localizable.strings:131 #, no-wrap msgid "GUI=No" msgstr "GUI=No" #. type: "GUI_description" -#: Resources/templates/Localizable.strings:113 +#: Resources/templates/Localizable.strings:132 #, no-wrap msgid "Disables the default enabled graphic user interface." msgstr "Disables the default enabled graphic user interface." #. type: "LegacyLogo_title" -#: Resources/templates/Localizable.strings:115 +#: Resources/templates/Localizable.strings:134 #, no-wrap msgid "LegacyLogo=Yes" msgstr "LegacyLogo=Yes" #. type: "LegacyLogo_description" -#: Resources/templates/Localizable.strings:116 +#: Resources/templates/Localizable.strings:135 #, no-wrap msgid "Use the legacy 'dark grey' apple logo on the light grey screen for the boot process rather than the boot.png in the theme." msgstr "Use the legacy 'dark grey' apple logo on the light grey screen for the boot process rather than the boot.png in the theme." #. type: "InstantMenu_title" -#: Resources/templates/Localizable.strings:118 +#: Resources/templates/Localizable.strings:137 #, no-wrap msgid "InstantMenu=Yes" msgstr "InstantMenu=Yes" #. type: "InstantMenu_description" -#: Resources/templates/Localizable.strings:119 +#: Resources/templates/Localizable.strings:138 #, no-wrap msgid "By default, when Chameleon loads you'll see the icon for the current default partition, along with a timeout progress bar which left alone will count down before Chameleon automatically boots that partition. This options skips that and takes you directly to the device selection screen." msgstr "By default, when Chameleon loads you'll see the icon for the current default partition, along with a timeout progress bar which left alone will count down before Chameleon automatically boots that partition. This options skips that and takes you directly to the device selection screen." #. type: "QuietBoot_title" -#: Resources/templates/Localizable.strings:121 +#: Resources/templates/Localizable.strings:140 #, no-wrap msgid "QuietBoot=Yes" msgstr "QuietBoot=Yes" #. type: "QuietBoot_description" -#: Resources/templates/Localizable.strings:122 +#: Resources/templates/Localizable.strings:141 #, no-wrap msgid "Enable quiet boot mode (no messages or prompt)." msgstr "Enable quiet boot mode (no messages or prompt)." #. type: "ShowInfo_title" -#: Resources/templates/Localizable.strings:124 +#: Resources/templates/Localizable.strings:143 #, no-wrap msgid "ShowInfo=Yes" msgstr "ShowInfo=Yes" #. type: "ShowInfo_description" -#: Resources/templates/Localizable.strings:125 +#: Resources/templates/Localizable.strings:144 #, no-wrap msgid "Enables display of partition and resolution details shown on the left side of the GUI under the boot banner. This is useful information for troubleshooting, though can clash with certain themes." msgstr "Enables display of partition and resolution details shown on the left side of the GUI under the boot banner. This is useful information for troubleshooting, though can clash with certain themes." #. type: "Wait_title" -#: Resources/templates/Localizable.strings:127 +#: Resources/templates/Localizable.strings:146 #, no-wrap msgid "Wait=Yes" msgstr "Wait=Yes" #. type: "Wait_description" -#: Resources/templates/Localizable.strings:128 +#: Resources/templates/Localizable.strings:147 #, no-wrap msgid "Pauses the boot process after Chameleon has finished it's setup then waits for a key press before it starts the mach kernel. Useful when combined with verbose boot for troubleshooting." msgstr "Pauses the boot process after Chameleon has finished it's setup then waits for a key press before it starts the mach kernel. Useful when combined with verbose boot for troubleshooting." #. type: "PrivateData_title" -#: Resources/templates/Localizable.strings:130 +#: Resources/templates/Localizable.strings:149 #, no-wrap msgid "PrivateData=No" msgstr "PrivateData=No" #. type: "PrivateData_description" -#: Resources/templates/Localizable.strings:131 +#: Resources/templates/Localizable.strings:150 #, no-wrap msgid "Show masked data (serial number) in bdmesg log (enbaled by default)." msgstr "Show masked data (serial number) in bdmesg log (enbaled by default)." #. type: "USBBusFix_title" -#: Resources/templates/Localizable.strings:135 +#: Resources/templates/Localizable.strings:154 #, no-wrap msgid "USBBusFix=Yes" msgstr "USBBusFix=Yes" #. type: "USBBusFix_description" -#: Resources/templates/Localizable.strings:136 +#: Resources/templates/Localizable.strings:155 #, no-wrap msgid "Enable the XHCI, EHCI and UHCI fixes (disabled by default)." msgstr "Enable the XHCI, EHCI and UHCI fixes (disabled by default)." #. type: "USBLegacyOff_title" -#: Resources/templates/Localizable.strings:138 +#: Resources/templates/Localizable.strings:157 #, no-wrap msgid "USBLegacyOff=Yes" msgstr "USBLegacyOff=Yes" #. type: "USBLegacyOff_description" -#: Resources/templates/Localizable.strings:139 +#: Resources/templates/Localizable.strings:158 #, no-wrap msgid "Force USB Legacy off for XHCI and EHCI (disabled by default)." msgstr "Force USB Legacy off for XHCI and EHCI (disabled by default)." #. type: "XHCILegacyOff_title" -#: Resources/templates/Localizable.strings:141 +#: Resources/templates/Localizable.strings:160 #, no-wrap msgid "XHCILegacyOff=Yes" msgstr "XHCILegacyOff=Yes" #. type: "XHCILegacyOff_description" -#: Resources/templates/Localizable.strings:142 +#: Resources/templates/Localizable.strings:161 #, no-wrap msgid "Force USB Legacy off for XHCI (disabled by default)." msgstr "Force USB Legacy off for XHCI (disabled by default)." #. type: "UHCIreset_title" -#: Resources/templates/Localizable.strings:144 +#: Resources/templates/Localizable.strings:163 #, no-wrap msgid "UHCIreset=Yes" msgstr "UHCIreset=Yes" #. type: "UHCIreset_description" -#: Resources/templates/Localizable.strings:145 +#: Resources/templates/Localizable.strings:164 #, no-wrap msgid "Enables the option to reset UHCI controllers before starting OS X." msgstr "Enables the option to reset UHCI controllers before starting OS X." #. type: "EHCIacquire_title" -#: Resources/templates/Localizable.strings:147 +#: Resources/templates/Localizable.strings:166 #, no-wrap msgid "EHCIacquire=Yes" msgstr "EHCIacquire=Yes" #. type: "EHCIacquire_description" -#: Resources/templates/Localizable.strings:148 +#: Resources/templates/Localizable.strings:167 #, no-wrap msgid "Enables the option to fix any EHCI ownership issues due to bad bioses." msgstr "Enables the option to fix any EHCI ownership issues due to bad bioses." #. type: "arch_title" -#: Resources/templates/Localizable.strings:150 +#: Resources/templates/Localizable.strings:169 #, no-wrap msgid "arch=i386" msgstr "arch=i386" #. type: "arch_description" -#: Resources/templates/Localizable.strings:151 +#: Resources/templates/Localizable.strings:170 #, no-wrap msgid "Boots the kernel in 32bit mode rather than the default 64bit mode." msgstr "Boots the kernel in 32bit mode rather than the default 64bit mode." #. type: "EthernetBuiltIn_title" -#: Resources/templates/Localizable.strings:153 +#: Resources/templates/Localizable.strings:172 #, no-wrap msgid "EthernetBuiltIn=Yes" msgstr "EthernetBuiltIn=Yes" #. type: "EthernetBuiltIn_description" -#: Resources/templates/Localizable.strings:154 +#: Resources/templates/Localizable.strings:173 #, no-wrap msgid "Enables the option of adding 'built-in' to your ethernet devices." msgstr "Enables the option of adding 'built-in' to your ethernet devices." #. type: "EnableWifi_title" -#: Resources/templates/Localizable.strings:156 +#: Resources/templates/Localizable.strings:175 #, no-wrap msgid "EnableWifi=Yes" msgstr "EnableWifi=Yes" #. type: "EnableWifi_description" -#: Resources/templates/Localizable.strings:157 +#: Resources/templates/Localizable.strings:176 #, no-wrap msgid "Enables the option of adding AirPort values to your wireless device." msgstr "Enables the option of adding AirPort values to your wireless device." #. type: "ForceHPET_title" -#: Resources/templates/Localizable.strings:159 +#: Resources/templates/Localizable.strings:178 #, no-wrap msgid "ForceHPET=Yes" msgstr "ForceHPET=Yes" #. type: "ForceHPET_description" -#: Resources/templates/Localizable.strings:160 +#: Resources/templates/Localizable.strings:179 #, no-wrap msgid "Enables HPET on intel chipsets, for bioses that dont include the option." msgstr "Enables HPET on intel chipsets, for bioses that dont include the option." #. type: "ForceWake_title" -#: Resources/templates/Localizable.strings:162 +#: Resources/templates/Localizable.strings:181 #, no-wrap msgid "ForceWake=Yes" msgstr "ForceWake=Yes" #. type: "ForceWake_description" -#: Resources/templates/Localizable.strings:163 +#: Resources/templates/Localizable.strings:182 #, no-wrap msgid "This option enables you to bypass bad sleep images." msgstr "This option enables you to bypass bad sleep images." #. type: "ForceFullMemInfo_title" -#: Resources/templates/Localizable.strings:165 +#: Resources/templates/Localizable.strings:184 #, no-wrap msgid "ForceFullMemInfo=Yes" msgstr "ForceFullMemInfo=Yes" #. type: "ForceFullMemInfo_description" -#: Resources/templates/Localizable.strings:166 +#: Resources/templates/Localizable.strings:185 #, no-wrap msgid "Force SMBIOS Table 17 to be 27 bytes long." msgstr "Force SMBIOS Table 17 to be 27 bytes long." #. type: "RestartFix_title" -#: Resources/templates/Localizable.strings:168 +#: Resources/templates/Localizable.strings:187 #, no-wrap msgid "RestartFix=No" msgstr "RestartFix=No" #. type: "RestartFix_description" -#: Resources/templates/Localizable.strings:169 +#: Resources/templates/Localizable.strings:188 #, no-wrap msgid "Disables the automatically enabled restart fix." msgstr "Disables the automatically enabled restart fix." #. type: "UseMemDetect_title" -#: Resources/templates/Localizable.strings:171 +#: Resources/templates/Localizable.strings:190 #, no-wrap msgid "UseMemDetect=No" msgstr "UseMemDetect=No" #. type: "UseMemDetect_description" -#: Resources/templates/Localizable.strings:172 +#: Resources/templates/Localizable.strings:191 #, no-wrap msgid "Disables the automatically enabled RAM recognition." msgstr "Disables the automatically enabled RAM recognition." #. type: "UseKernelCache_title" -#: Resources/templates/Localizable.strings:174 +#: Resources/templates/Localizable.strings:193 #, no-wrap msgid "UseKernelCache=Yes" msgstr "UseKernelCache=Yes" #. type: "UseKernelCache_description" -#: Resources/templates/Localizable.strings:175 +#: Resources/templates/Localizable.strings:194 #, no-wrap msgid "For Lion only. Enables loading of the pre-linked kernel. This will ignore /E/E and /S/L/E. ONLY use this is you have know it contains everything you need." msgstr "For Lion only. Enables loading of the pre-linked kernel. This will ignore /E/E and /S/L/E. ONLY use this is you have know it contains everything you need." #. type: "Wake_title" -#: Resources/templates/Localizable.strings:177 +#: Resources/templates/Localizable.strings:196 #, no-wrap msgid "Wake=Yes" msgstr "Wake=Yes" #. type: "Wake_description" -#: Resources/templates/Localizable.strings:178 +#: Resources/templates/Localizable.strings:197 #, no-wrap msgid "Attempts to load the sleep image saved from last hibernation." msgstr "Attempts to load the sleep image saved from last hibernation." #. type: "CSTUsingSystemIO_title" -#: Resources/templates/Localizable.strings:182 +#: Resources/templates/Localizable.strings:201 #, no-wrap msgid "CSTUsingSystemIO=Yes" msgstr "CSTUsingSystemIO=Yes" #. type: "CSTUsingSystemIO_description" -#: Resources/templates/Localizable.strings:183 +#: Resources/templates/Localizable.strings:202 #, no-wrap msgid "New C-State _CST generation method using SystemIO registers instead of FixedHW." msgstr "New C-State _CST generation method using SystemIO registers instead of FixedHW." #. type: "DropSSDT_title" -#: Resources/templates/Localizable.strings:185 +#: Resources/templates/Localizable.strings:204 #, no-wrap msgid "DropSSDT=Yes" msgstr "DropSSDT=Yes" #. type: "DropSSDT_description" -#: Resources/templates/Localizable.strings:186 +#: Resources/templates/Localizable.strings:205 #, no-wrap msgid "Discard the motherboard's built-in SSDT tables." msgstr "Discard the motherboard's built-in SSDT tables." #. type: "DropHPET_title" -#: Resources/templates/Localizable.strings:188 +#: Resources/templates/Localizable.strings:207 #, no-wrap msgid "DropHPET=Yes" msgstr "DropHPET=Yes" #. type: "DropHPET_description" -#: Resources/templates/Localizable.strings:189 +#: Resources/templates/Localizable.strings:208 #, no-wrap msgid "Discard the motherboard's built-in HPET table." msgstr "Discard the motherboard's built-in HPET table." #. type: "DropSBST_title" -#: Resources/templates/Localizable.strings:191 +#: Resources/templates/Localizable.strings:210 #, no-wrap msgid "DropSBST=Yes" msgstr "DropSBST=Yes" #. type: "DropSBST_description" -#: Resources/templates/Localizable.strings:192 +#: Resources/templates/Localizable.strings:211 #, no-wrap msgid "Discard the motherboard's built-in SBST table." msgstr "Discard the motherboard's built-in SBST table." #. type: "DropECDT_title" -#: Resources/templates/Localizable.strings:194 +#: Resources/templates/Localizable.strings:213 #, no-wrap msgid "DropECDT=Yes" msgstr "DropECDT=Yes" #. type: "DropECDT_description" -#: Resources/templates/Localizable.strings:195 +#: Resources/templates/Localizable.strings:214 #, no-wrap msgid "Discard the motherboard's built-in ECDT table." msgstr "Discard the motherboard's built-in ECDT table." #. type: "DropASFT_title" -#: Resources/templates/Localizable.strings:197 +#: Resources/templates/Localizable.strings:216 #, no-wrap msgid "DropASFT=Yes" msgstr "DropASFT=Yes" #. type: "DropASFT_description" -#: Resources/templates/Localizable.strings:198 +#: Resources/templates/Localizable.strings:217 #, no-wrap msgid "Discard the motherboard's built-in ASF! table." msgstr "Discard the motherboard's built-in ASF! table." #. type: "DropDMAR_title" -#: Resources/templates/Localizable.strings:200 +#: Resources/templates/Localizable.strings:219 #, no-wrap msgid "DropDMAR=Yes" msgstr "DropDMAR=Yes" #. type: "DropDMAR_description" -#: Resources/templates/Localizable.strings:201 +#: Resources/templates/Localizable.strings:220 #, no-wrap msgid "Discard the motherboard's built-in DMAR table, this key action resolve the problem with VT-d panics." msgstr "Discard the motherboard's built-in DMAR table, this key action resolve the problem with VT-d panics." #. type: "EnableC2State_title" -#: Resources/templates/Localizable.strings:203 +#: Resources/templates/Localizable.strings:222 #, no-wrap msgid "EnableC2State=Yes" msgstr "EnableC2State=Yes" #. type: "EnableC2State_description" -#: Resources/templates/Localizable.strings:204 +#: Resources/templates/Localizable.strings:223 #, no-wrap msgid "Enable specific Processor power state, C2." msgstr "Enable specific Processor power state, C2." #. type: "EnableC3State_title" -#: Resources/templates/Localizable.strings:206 +#: Resources/templates/Localizable.strings:225 #, no-wrap msgid "EnableC3State=Yes" msgstr "EnableC3State=Yes" #. type: "EnableC3State_description" -#: Resources/templates/Localizable.strings:207 +#: Resources/templates/Localizable.strings:226 #, no-wrap msgid "Enable specific Processor power state, C3." msgstr "Enable specific Processor power state, C3." #. type: "EnableC4State_title" -#: Resources/templates/Localizable.strings:209 +#: Resources/templates/Localizable.strings:228 #, no-wrap msgid "EnableC4State=Yes" msgstr "EnableC4State=Yes" #. type: "EnableC4State_description" -#: Resources/templates/Localizable.strings:210 +#: Resources/templates/Localizable.strings:229 #, no-wrap msgid "Enable specific Processor power state, C4." msgstr "Enable specific Processor power state, C4." #. type: "EnableC6State_title" -#: Resources/templates/Localizable.strings:212 +#: Resources/templates/Localizable.strings:231 #, no-wrap msgid "EnableC6State=Yes" msgstr "EnableC6State=Yes" #. type: "EnableC6State_description" -#: Resources/templates/Localizable.strings:213 +#: Resources/templates/Localizable.strings:232 #, no-wrap msgid "Enable specific Processor power state, C6." msgstr "Enable specific Processor power state, C6." #. type: "EnableC7State_title" -#: Resources/templates/Localizable.strings:215 +#: Resources/templates/Localizable.strings:234 #, no-wrap msgid "EnableC7State=Yes" msgstr "EnableC7State=Yes" #. type: "EnableC7State_description" -#: Resources/templates/Localizable.strings:216 +#: Resources/templates/Localizable.strings:235 #, no-wrap msgid "Enable specific Processor power state, C7." msgstr "Enable specific Processor power state, C7." #. type: "GenerateCStates_title" -#: Resources/templates/Localizable.strings:218 +#: Resources/templates/Localizable.strings:237 #, no-wrap msgid "GenerateCStates=Yes" msgstr "GenerateCStates=Yes" #. type: "GenerateCStates_description" -#: Resources/templates/Localizable.strings:219 +#: Resources/templates/Localizable.strings:238 #, no-wrap msgid "Enable auto generation of processor idle sleep states (C-States)." msgstr "Enable auto generation of processor idle sleep states (C-States)." #. type: "GeneratePStates_title" -#: Resources/templates/Localizable.strings:221 +#: Resources/templates/Localizable.strings:240 #, no-wrap msgid "GeneratePStates=Yes" msgstr "GeneratePStates=Yes" #. type: "GeneratePStates_description" -#: Resources/templates/Localizable.strings:222 +#: Resources/templates/Localizable.strings:241 #, no-wrap msgid "Enable auto generation of processor power performance states (P-States)." msgstr "Enable auto generation of processor power performance states (P-States)." #. type: "GenerateTStates_title" -#: Resources/templates/Localizable.strings:224 +#: Resources/templates/Localizable.strings:243 #, no-wrap msgid "GenerateTStates=Yes" msgstr "GenerateTStates=Yes" #. type: "GenerateTStates_description" -#: Resources/templates/Localizable.strings:225 +#: Resources/templates/Localizable.strings:244 #, no-wrap msgid "Enable auto generation of processor power performance states (T-States)." msgstr "Enable auto generation of processor power termal states (T-States)." #. type: "1024x600x32_title" -#: Resources/templates/Localizable.strings:229 +#: Resources/templates/Localizable.strings:248 #, no-wrap msgid "1024x600x32" msgstr "1024x600x32" #. type: "1024x600x32_description" -#: Resources/templates/Localizable.strings:230 +#: Resources/templates/Localizable.strings:249 #, no-wrap msgid "Set Graphics Mode to 1024x600x32" msgstr "Set Graphics Mode to 1024x600x32" #. type: "1024x768x32_title" -#: Resources/templates/Localizable.strings:232 +#: Resources/templates/Localizable.strings:251 #, no-wrap msgid "1024x768x32" msgstr "1024x768x32" #. type: "1024x768x32_description" -#: Resources/templates/Localizable.strings:233 +#: Resources/templates/Localizable.strings:252 #, no-wrap msgid "Set Graphics Mode to 1024x768x32" msgstr "Set Graphics Mode to 1024x768x32" #. type: "1280x768x32_title" -#: Resources/templates/Localizable.strings:235 +#: Resources/templates/Localizable.strings:254 #, no-wrap msgid "1280x768x32" msgstr "1280x768x32" #. type: "1280x768x32_description" -#: Resources/templates/Localizable.strings:236 +#: Resources/templates/Localizable.strings:255 #, no-wrap msgid "Set Graphics Mode to 1280x768x32" msgstr "Set Graphics Mode to 1280x768x32" #. type: "1280x800x32_title" -#: Resources/templates/Localizable.strings:238 +#: Resources/templates/Localizable.strings:257 #, no-wrap msgid "1280x800x32" msgstr "1280x800x32" #. type: "1280x800x32_description" -#: Resources/templates/Localizable.strings:239 +#: Resources/templates/Localizable.strings:258 #, no-wrap msgid "Set Graphics Mode to 1280x800x32" msgstr "Set Graphics Mode to 1280x800x32" #. type: "1280x1024x32_title" -#: Resources/templates/Localizable.strings:241 +#: Resources/templates/Localizable.strings:260 #, no-wrap msgid "1280x1024x32" msgstr "1280x1024x32" #. type: "1280x1024x32_description" -#: Resources/templates/Localizable.strings:242 +#: Resources/templates/Localizable.strings:261 #, no-wrap msgid "Set Graphics Mode to 1280x1024x32" msgstr "Set Graphics Mode to 1280x1024x32" #. type: "1280x960x32_title" -#: Resources/templates/Localizable.strings:244 +#: Resources/templates/Localizable.strings:263 #, no-wrap msgid "1280x960x32" msgstr "1280x960x32" #. type: "1280x960x32_description" -#: Resources/templates/Localizable.strings:245 +#: Resources/templates/Localizable.strings:264 #, no-wrap msgid "Set Graphics Mode to 1280x960x32" msgstr "Set Graphics Mode to 1280x960x32" #. type: "1366x768x32_title" -#: Resources/templates/Localizable.strings:247 +#: Resources/templates/Localizable.strings:266 #, no-wrap msgid "1366x768x32" msgstr "1366x768x32" #. type: "1366x768x32_description" -#: Resources/templates/Localizable.strings:248 +#: Resources/templates/Localizable.strings:267 #, no-wrap msgid "Set Graphics Mode to 1366x768x32" msgstr "Set Graphics Mode to 1366x768x32" #. type: "1440x900x32_title" -#: Resources/templates/Localizable.strings:250 +#: Resources/templates/Localizable.strings:269 #, no-wrap msgid "1440x900x32" msgstr "1440x900x32" #. type: "1440x900x32_description" -#: Resources/templates/Localizable.strings:251 +#: Resources/templates/Localizable.strings:270 #, no-wrap msgid "Set Graphics Mode to 1440x900x32" msgstr "Set Graphics Mode to 1440x900x32" #. type: "1600x900x32_title" -#: Resources/templates/Localizable.strings:253 +#: Resources/templates/Localizable.strings:272 #, no-wrap msgid "1600x900x32" msgstr "1600x900x32" #. type: "1600x900x32_description" -#: Resources/templates/Localizable.strings:254 +#: Resources/templates/Localizable.strings:273 #, no-wrap msgid "Set Graphics Mode to 1600x900x32" msgstr "Set Graphics Mode to 1600x900x32" #. type: "1600x1200x32_title" -#: Resources/templates/Localizable.strings:256 +#: Resources/templates/Localizable.strings:275 #, no-wrap msgid "1600x1200x32" msgstr "1600x1200x32" #. type: "1600x1200x32_description" -#: Resources/templates/Localizable.strings:257 +#: Resources/templates/Localizable.strings:276 #, no-wrap msgid "Set Graphics Mode to 1600x1200x32" msgstr "Set Graphics Mode to 1600x1200x32" #. type: "1680x1050x32_title" -#: Resources/templates/Localizable.strings:259 +#: Resources/templates/Localizable.strings:278 #, no-wrap msgid "1680x1050x32" msgstr "1680x1050x32" #. type: "1680x1050x32_description" -#: Resources/templates/Localizable.strings:260 +#: Resources/templates/Localizable.strings:279 #, no-wrap msgid "Set Graphics Mode to 1680x1050x32" msgstr "Set Graphics Mode to 1680x1050x32" #. type: "1920x1080x32_title" -#: Resources/templates/Localizable.strings:262 +#: Resources/templates/Localizable.strings:281 #, no-wrap msgid "1920x1080x32" msgstr "1920x1080x32" #. type: "1920x1080x32_description" -#: Resources/templates/Localizable.strings:263 +#: Resources/templates/Localizable.strings:282 #, no-wrap msgid "Set Graphics Mode to 1920x1080x32" msgstr "Set Graphics Mode to 1920x1080x32" #. type: "1920x1200x32_title" -#: Resources/templates/Localizable.strings:265 +#: Resources/templates/Localizable.strings:284 #, no-wrap msgid "1920x1200x32" msgstr "1920x1200x32" #. type: "1920x1200x32_description" -#: Resources/templates/Localizable.strings:266 +#: Resources/templates/Localizable.strings:285 #, no-wrap msgid "Set Graphics Mode to 1920x1200x32" msgstr "Set Graphics Mode to 1920x1200x32" #. type: "HDAULayoutIDx01_title" -#: Resources/templates/Localizable.strings:270 -#: Resources/templates/Localizable.strings:376 +#: Resources/templates/Localizable.strings:289 +#: Resources/templates/Localizable.strings:395 #, no-wrap msgid "LayoutID=1" msgstr "LayoutID=1" #. type: "HDEFLayoutIDx01_description" -#: Resources/templates/Localizable.strings:271 +#: Resources/templates/Localizable.strings:290 #, no-wrap msgid "" "Set HDEF layout-it to 1:\n" @@ -1183,14 +1247,14 @@ "001 (0x01, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx02_title" -#: Resources/templates/Localizable.strings:274 -#: Resources/templates/Localizable.strings:380 +#: Resources/templates/Localizable.strings:293 +#: Resources/templates/Localizable.strings:399 #, no-wrap msgid "LayoutID=2" msgstr "LayoutID=2" #. type: "HDEFLayoutIDx02_description" -#: Resources/templates/Localizable.strings:275 +#: Resources/templates/Localizable.strings:294 #, no-wrap msgid "" "Set HDEF layout-it to 2:\n" @@ -1200,14 +1264,14 @@ "002 (0x02, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx03_title" -#: Resources/templates/Localizable.strings:278 -#: Resources/templates/Localizable.strings:384 +#: Resources/templates/Localizable.strings:297 +#: Resources/templates/Localizable.strings:403 #, no-wrap msgid "LayoutID=3" msgstr "LayoutID=3" #. type: "HDEFLayoutIDx03_description" -#: Resources/templates/Localizable.strings:279 +#: Resources/templates/Localizable.strings:298 #, no-wrap msgid "" "Set HDEF layout-it to 3:\n" @@ -1217,14 +1281,14 @@ "003 (0x03, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx05_title" -#: Resources/templates/Localizable.strings:282 -#: Resources/templates/Localizable.strings:388 +#: Resources/templates/Localizable.strings:301 +#: Resources/templates/Localizable.strings:407 #, no-wrap msgid "LayoutID=5" msgstr "LayoutID=5" #. type: "HDEFLayoutIDx05_description" -#: Resources/templates/Localizable.strings:283 +#: Resources/templates/Localizable.strings:302 #, no-wrap msgid "" "Set HDEF layout-it to 5:\n" @@ -1234,14 +1298,14 @@ "005 (0x05, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx07_title" -#: Resources/templates/Localizable.strings:286 -#: Resources/templates/Localizable.strings:392 +#: Resources/templates/Localizable.strings:305 +#: Resources/templates/Localizable.strings:411 #, no-wrap msgid "LayoutID=7" msgstr "LayoutID=7" #. type: "HDEFLayoutIDx07_description" -#: Resources/templates/Localizable.strings:287 +#: Resources/templates/Localizable.strings:306 #, no-wrap msgid "" "Set HDEF layout-it to 7:\n" @@ -1251,14 +1315,14 @@ "007 (0x07, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx12_title" -#: Resources/templates/Localizable.strings:290 -#: Resources/templates/Localizable.strings:396 +#: Resources/templates/Localizable.strings:309 +#: Resources/templates/Localizable.strings:415 #, no-wrap msgid "LayoutID=12" msgstr "LayoutID=12" #. type: "HDEFLayoutIDx12_description" -#: Resources/templates/Localizable.strings:291 +#: Resources/templates/Localizable.strings:310 #, no-wrap msgid "" "Set HDEF layout-it to 12:\n" @@ -1268,14 +1332,14 @@ "00C (0x0C, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx32_title" -#: Resources/templates/Localizable.strings:294 -#: Resources/templates/Localizable.strings:400 +#: Resources/templates/Localizable.strings:313 +#: Resources/templates/Localizable.strings:419 #, no-wrap msgid "LayoutID=32" msgstr "LayoutID=32" #. type: "HDEFLayoutIDx32_description" -#: Resources/templates/Localizable.strings:295 +#: Resources/templates/Localizable.strings:314 #, no-wrap msgid "" "Set HDEF layout-it to 32:\n" @@ -1285,14 +1349,14 @@ "020 (0x20, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx40_title" -#: Resources/templates/Localizable.strings:298 -#: Resources/templates/Localizable.strings:404 +#: Resources/templates/Localizable.strings:317 +#: Resources/templates/Localizable.strings:423 #, no-wrap msgid "LayoutID=40" msgstr "LayoutID=40" #. type: "HDEFLayoutIDx40_description" -#: Resources/templates/Localizable.strings:299 +#: Resources/templates/Localizable.strings:318 #, no-wrap msgid "" "Set HDEF layout-it to 40:\n" @@ -1302,14 +1366,14 @@ "028 (0x28, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx65_title" -#: Resources/templates/Localizable.strings:302 -#: Resources/templates/Localizable.strings:408 +#: Resources/templates/Localizable.strings:321 +#: Resources/templates/Localizable.strings:427 #, no-wrap msgid "LayoutID=65" msgstr "LayoutID=65" #. type: "HDEFLayoutIDx65_description" -#: Resources/templates/Localizable.strings:303 +#: Resources/templates/Localizable.strings:322 #, no-wrap msgid "" "Set HDEF layout-it to 65:\n" @@ -1319,14 +1383,14 @@ "041 (0x41, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx99_title" -#: Resources/templates/Localizable.strings:306 -#: Resources/templates/Localizable.strings:412 +#: Resources/templates/Localizable.strings:325 +#: Resources/templates/Localizable.strings:431 #, no-wrap msgid "LayoutID=99" msgstr "LayoutID=99" #. type: "HDEFLayoutIDx99_description" -#: Resources/templates/Localizable.strings:307 +#: Resources/templates/Localizable.strings:326 #, no-wrap msgid "" "Set HDEF layout-it to 99:\n" @@ -1336,14 +1400,14 @@ "063 (0x63, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx269_title" -#: Resources/templates/Localizable.strings:310 -#: Resources/templates/Localizable.strings:416 +#: Resources/templates/Localizable.strings:329 +#: Resources/templates/Localizable.strings:435 #, no-wrap msgid "LayoutID=269" msgstr "LayoutID=269" #. type: "HDEFLayoutIDx269_description" -#: Resources/templates/Localizable.strings:311 +#: Resources/templates/Localizable.strings:330 #, no-wrap msgid "" "Set HDEF layout-it to 269:\n" @@ -1353,14 +1417,14 @@ "10D (0x0D, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx387_title" -#: Resources/templates/Localizable.strings:314 -#: Resources/templates/Localizable.strings:420 +#: Resources/templates/Localizable.strings:333 +#: Resources/templates/Localizable.strings:439 #, no-wrap msgid "LayoutID=387" msgstr "LayoutID=387" #. type: "HDEFLayoutIDx387_description" -#: Resources/templates/Localizable.strings:315 +#: Resources/templates/Localizable.strings:334 #, no-wrap msgid "" "Set HDEF layout-it to 387:\n" @@ -1370,14 +1434,14 @@ "183 (0x83, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx388_title" -#: Resources/templates/Localizable.strings:318 -#: Resources/templates/Localizable.strings:424 +#: Resources/templates/Localizable.strings:337 +#: Resources/templates/Localizable.strings:443 #, no-wrap msgid "LayoutID=388" msgstr "LayoutID=388" #. type: "HDEFLayoutIDx388_description" -#: Resources/templates/Localizable.strings:319 +#: Resources/templates/Localizable.strings:338 #, no-wrap msgid "" "Set HDEF layout-it to 388:\n" @@ -1387,14 +1451,14 @@ "184 (0x84, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx389_title" -#: Resources/templates/Localizable.strings:322 -#: Resources/templates/Localizable.strings:428 +#: Resources/templates/Localizable.strings:341 +#: Resources/templates/Localizable.strings:447 #, no-wrap msgid "LayoutID=389" msgstr "LayoutID=389" #. type: "HDEFLayoutIDx389_description" -#: Resources/templates/Localizable.strings:323 +#: Resources/templates/Localizable.strings:342 #, no-wrap msgid "" "Set HDEF layout-it to 389:\n" @@ -1404,14 +1468,14 @@ "185 (0x85, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx392_title" -#: Resources/templates/Localizable.strings:326 -#: Resources/templates/Localizable.strings:432 +#: Resources/templates/Localizable.strings:345 +#: Resources/templates/Localizable.strings:451 #, no-wrap msgid "LayoutID=392" msgstr "LayoutID=392" #. type: "HDEFLayoutIDx392_description" -#: Resources/templates/Localizable.strings:327 +#: Resources/templates/Localizable.strings:346 #, no-wrap msgid "" "Set HDEF layout-it to 392:\n" @@ -1421,14 +1485,14 @@ "188 (0x88, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx398_title" -#: Resources/templates/Localizable.strings:330 -#: Resources/templates/Localizable.strings:436 +#: Resources/templates/Localizable.strings:349 +#: Resources/templates/Localizable.strings:455 #, no-wrap msgid "LayoutID=398" msgstr "LayoutID=398" #. type: "HDEFLayoutIDx398_description" -#: Resources/templates/Localizable.strings:331 +#: Resources/templates/Localizable.strings:350 #, no-wrap msgid "" "Set HDEF layout-it to 398:\n" @@ -1438,14 +1502,14 @@ "18E (0x8E, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx662_title" -#: Resources/templates/Localizable.strings:334 -#: Resources/templates/Localizable.strings:440 +#: Resources/templates/Localizable.strings:353 +#: Resources/templates/Localizable.strings:459 #, no-wrap msgid "LayoutID=662" msgstr "LayoutID=662" #. type: "HDEFLayoutIDx662_description" -#: Resources/templates/Localizable.strings:335 +#: Resources/templates/Localizable.strings:354 #, no-wrap msgid "" "Set HDEF layout-it to 662:\n" @@ -1455,14 +1519,14 @@ "296 (0x96, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx663_title" -#: Resources/templates/Localizable.strings:338 -#: Resources/templates/Localizable.strings:444 +#: Resources/templates/Localizable.strings:357 +#: Resources/templates/Localizable.strings:463 #, no-wrap msgid "LayoutID=663" msgstr "LayoutID=663" #. type: "HDEFLayoutIDx663_description" -#: Resources/templates/Localizable.strings:339 +#: Resources/templates/Localizable.strings:358 #, no-wrap msgid "" "Set HDEF layout-it to 663:\n" @@ -1472,14 +1536,14 @@ "297 (0x97, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx664_title" -#: Resources/templates/Localizable.strings:342 -#: Resources/templates/Localizable.strings:448 +#: Resources/templates/Localizable.strings:361 +#: Resources/templates/Localizable.strings:467 #, no-wrap msgid "LayoutID=664" msgstr "LayoutID=664" #. type: "HDEFLayoutIDx664_description" -#: Resources/templates/Localizable.strings:343 +#: Resources/templates/Localizable.strings:362 #, no-wrap msgid "" "Set HDEF layout-it to 664:\n" @@ -1489,14 +1553,14 @@ "298 (0x98, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx885_title" -#: Resources/templates/Localizable.strings:346 -#: Resources/templates/Localizable.strings:452 +#: Resources/templates/Localizable.strings:365 +#: Resources/templates/Localizable.strings:471 #, no-wrap msgid "LayoutID=885" msgstr "LayoutID=885" #. type: "HDEFLayoutIDx885_description" -#: Resources/templates/Localizable.strings:347 +#: Resources/templates/Localizable.strings:366 #, no-wrap msgid "" "Set HDEF layout-it to 885:\n" @@ -1506,14 +1570,14 @@ "375 (0x75, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx887_title" -#: Resources/templates/Localizable.strings:350 -#: Resources/templates/Localizable.strings:456 +#: Resources/templates/Localizable.strings:369 +#: Resources/templates/Localizable.strings:475 #, no-wrap msgid "LayoutID=887" msgstr "LayoutID=887" #. type: "HDEFLayoutIDx887_description" -#: Resources/templates/Localizable.strings:351 +#: Resources/templates/Localizable.strings:370 #, no-wrap msgid "" "Set HDEF layout-it to 887:\n" @@ -1523,14 +1587,14 @@ "377 (0x77, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx888_title" -#: Resources/templates/Localizable.strings:354 -#: Resources/templates/Localizable.strings:460 +#: Resources/templates/Localizable.strings:373 +#: Resources/templates/Localizable.strings:479 #, no-wrap msgid "LayoutID=888" msgstr "LayoutID=888" #. type: "HDEFLayoutIDx888_description" -#: Resources/templates/Localizable.strings:355 +#: Resources/templates/Localizable.strings:374 #, no-wrap msgid "" "Set HDEF layout-it to 888:\n" @@ -1540,14 +1604,14 @@ "378 (0x78, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx889_title" -#: Resources/templates/Localizable.strings:358 -#: Resources/templates/Localizable.strings:464 +#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:483 #, no-wrap msgid "LayoutID=889" msgstr "LayoutID=889" #. type: "HDEFLayoutIDx889_description" -#: Resources/templates/Localizable.strings:359 +#: Resources/templates/Localizable.strings:378 #, no-wrap msgid "" "Set HDEF layout-it to 889:\n" @@ -1557,14 +1621,14 @@ "379 (0x79, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx892_title" -#: Resources/templates/Localizable.strings:362 -#: Resources/templates/Localizable.strings:468 +#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:487 #, no-wrap msgid "LayoutID=892" msgstr "LayoutID=892" #. type: "HDEFLayoutIDx892_description" -#: Resources/templates/Localizable.strings:363 +#: Resources/templates/Localizable.strings:382 #, no-wrap msgid "" "Set HDEF layout-it to 892:\n" @@ -1574,14 +1638,14 @@ "37C (0x7C, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx898_title" -#: Resources/templates/Localizable.strings:366 -#: Resources/templates/Localizable.strings:472 +#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:491 #, no-wrap msgid "LayoutID=898" msgstr "LayoutID=898" #. type: "HDEFLayoutIDx898_description" -#: Resources/templates/Localizable.strings:367 +#: Resources/templates/Localizable.strings:386 #, no-wrap msgid "" "Set HDEF layout-it to 898:\n" @@ -1591,14 +1655,14 @@ "382 (0x82, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDxBD7_title" -#: Resources/templates/Localizable.strings:370 -#: Resources/templates/Localizable.strings:476 +#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:495 #, no-wrap msgid "LayoutID=1981" msgstr "LayoutID=1981" #. type: "HDEFLayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:371 +#: Resources/templates/Localizable.strings:390 #, no-wrap msgid "" "Set HDEF layout-it to 1981:\n" @@ -1608,7 +1672,7 @@ "7BD (0xBD, 0x07, 0x00, 0x00)." #. type: "HDAULayoutIDx01_description" -#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:396 #, no-wrap msgid "" "Set HDAU layout-it to 1:\n" @@ -1618,7 +1682,7 @@ "001 (0x01, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx02_description" -#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:400 #, no-wrap msgid "" "Set HDAU layout-it to 2:\n" @@ -1628,7 +1692,7 @@ "002 (0x02, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx03_description" -#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:404 #, no-wrap msgid "" "Set HDAU layout-it to 3:\n" @@ -1638,7 +1702,7 @@ "003 (0x03, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx05_description" -#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:408 #, no-wrap msgid "" "Set HDAU layout-it to 5:\n" @@ -1648,7 +1712,7 @@ "005 (0x05, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx07_description" -#: Resources/templates/Localizable.strings:393 +#: Resources/templates/Localizable.strings:412 #, no-wrap msgid "" "Set HDAU layout-it to 7:\n" @@ -1658,7 +1722,7 @@ "007 (0x07, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx12_description" -#: Resources/templates/Localizable.strings:397 +#: Resources/templates/Localizable.strings:416 #, no-wrap msgid "" "Set HDAU layout-it to 12:\n" @@ -1668,7 +1732,7 @@ "00C (0x0C, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx32_description" -#: Resources/templates/Localizable.strings:401 +#: Resources/templates/Localizable.strings:420 #, no-wrap msgid "" "Set HDAU layout-it to 32:\n" @@ -1678,7 +1742,7 @@ "020 (0x20, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx40_description" -#: Resources/templates/Localizable.strings:405 +#: Resources/templates/Localizable.strings:424 #, no-wrap msgid "" "Set HDAU layout-it to 40:\n" @@ -1688,7 +1752,7 @@ "028 (0x28, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx65_description" -#: Resources/templates/Localizable.strings:409 +#: Resources/templates/Localizable.strings:428 #, no-wrap msgid "" "Set HDAU layout-it to 65:\n" @@ -1698,7 +1762,7 @@ "041 (0x41, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx99_description" -#: Resources/templates/Localizable.strings:413 +#: Resources/templates/Localizable.strings:432 #, no-wrap msgid "" "Set HDAU layout-it to 99:\n" @@ -1708,7 +1772,7 @@ "063 (0x63, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx269_description" -#: Resources/templates/Localizable.strings:417 +#: Resources/templates/Localizable.strings:436 #, no-wrap msgid "" "Set HDAU layout-it to 269:\n" @@ -1718,7 +1782,7 @@ "10D (0x0D, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx387_description" -#: Resources/templates/Localizable.strings:421 +#: Resources/templates/Localizable.strings:440 #, no-wrap msgid "" "Set HDAU layout-it to 387:\n" @@ -1728,7 +1792,7 @@ "183 (0x83, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx388_description" -#: Resources/templates/Localizable.strings:425 +#: Resources/templates/Localizable.strings:444 #, no-wrap msgid "" "Set HDAU layout-it to 388:\n" @@ -1738,7 +1802,7 @@ "184 (0x84, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx389_description" -#: Resources/templates/Localizable.strings:429 +#: Resources/templates/Localizable.strings:448 #, no-wrap msgid "" "Set HDAU layout-it to 389:\n" @@ -1748,7 +1812,7 @@ "185 (0x85, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx392_description" -#: Resources/templates/Localizable.strings:433 +#: Resources/templates/Localizable.strings:452 #, no-wrap msgid "" "Set HDAU layout-it to 392:\n" @@ -1758,7 +1822,7 @@ "188 (0x88, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx398_description" -#: Resources/templates/Localizable.strings:437 +#: Resources/templates/Localizable.strings:456 #, no-wrap msgid "" "Set HDAU layout-it to 398:\n" @@ -1768,7 +1832,7 @@ "18E (0x8E, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx662_description" -#: Resources/templates/Localizable.strings:441 +#: Resources/templates/Localizable.strings:460 #, no-wrap msgid "" "Set HDAU layout-it to 662:\n" @@ -1778,7 +1842,7 @@ "296 (0x96, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx663_description" -#: Resources/templates/Localizable.strings:445 +#: Resources/templates/Localizable.strings:464 #, no-wrap msgid "" "Set HDAU layout-it to 663:\n" @@ -1788,7 +1852,7 @@ "297 (0x97, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx664_description" -#: Resources/templates/Localizable.strings:449 +#: Resources/templates/Localizable.strings:468 #, no-wrap msgid "" "Set HDAU layout-it to 664:\n" @@ -1798,7 +1862,7 @@ "298 (0x98, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx885_description" -#: Resources/templates/Localizable.strings:453 +#: Resources/templates/Localizable.strings:472 #, no-wrap msgid "" "Set HDAU layout-it to 885:\n" @@ -1808,7 +1872,7 @@ "375 (0x75, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx887_description" -#: Resources/templates/Localizable.strings:457 +#: Resources/templates/Localizable.strings:476 #, no-wrap msgid "" "Set HDAU layout-it to 887:\n" @@ -1818,7 +1882,7 @@ "377 (0x77, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx888_description" -#: Resources/templates/Localizable.strings:461 +#: Resources/templates/Localizable.strings:480 #, no-wrap msgid "" "Set HDAU layout-it to 888:\n" @@ -1828,7 +1892,7 @@ "378 (0x78, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx889_description" -#: Resources/templates/Localizable.strings:465 +#: Resources/templates/Localizable.strings:484 #, no-wrap msgid "" "Set HDAU layout-it to 889:\n" @@ -1838,7 +1902,7 @@ "379 (0x79, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx892_description" -#: Resources/templates/Localizable.strings:469 +#: Resources/templates/Localizable.strings:488 #, no-wrap msgid "" "Set HDAU layout-it to 892:\n" @@ -1848,7 +1912,7 @@ "37C (0x7C, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx898_description" -#: Resources/templates/Localizable.strings:473 +#: Resources/templates/Localizable.strings:492 #, no-wrap msgid "" "Set HDAU layout-it to 898:\n" @@ -1858,7 +1922,7 @@ "382 (0x82, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:477 +#: Resources/templates/Localizable.strings:496 #, no-wrap msgid "" "Set HDAU layout-it to 1981:\n" @@ -1868,625 +1932,625 @@ "7BD (0xBD, 0x07, 0x00, 0x00)." #. type: "IntelCaprix00_title" -#: Resources/templates/Localizable.strings:482 +#: Resources/templates/Localizable.strings:501 #, no-wrap msgid "01660000" msgstr "01660000" #. type: "IntelCaprix00_description" -#: Resources/templates/Localizable.strings:483 +#: Resources/templates/Localizable.strings:502 #, no-wrap msgid "Set 01660000 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Set 01660000 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." #. type: "IntelCaprix01_title" -#: Resources/templates/Localizable.strings:485 +#: Resources/templates/Localizable.strings:504 #, no-wrap msgid "01660001" msgstr "01660001" #. type: "IntelCaprix01_description" -#: Resources/templates/Localizable.strings:486 +#: Resources/templates/Localizable.strings:505 #, no-wrap msgid "Set 01660001 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Set 01660001 for Intel HD4000 (Mobile) AAPL,ig-platform-id." #. type: "IntelCaprix02_title" -#: Resources/templates/Localizable.strings:488 +#: Resources/templates/Localizable.strings:507 #, no-wrap msgid "01660002" msgstr "01660002" #. type: "IntelCaprix02_description" -#: Resources/templates/Localizable.strings:489 +#: Resources/templates/Localizable.strings:508 #, no-wrap msgid "Set 01660002 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Set 01660002 for Intel HD4000 (Mobile) AAPL,ig-platform-id." #. type: "IntelCaprix03_title" -#: Resources/templates/Localizable.strings:491 +#: Resources/templates/Localizable.strings:510 #, no-wrap msgid "01660003" msgstr "01660003" #. type: "IntelCaprix03_description" -#: Resources/templates/Localizable.strings:492 +#: Resources/templates/Localizable.strings:511 #, no-wrap msgid "Set 01660003 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Set 01660003 for Intel HD4000 (Mobile) AAPL,ig-platform-id." #. type: "IntelCaprix04_title" -#: Resources/templates/Localizable.strings:494 +#: Resources/templates/Localizable.strings:513 #, no-wrap msgid "01660004" msgstr "01660004" #. type: "IntelCaprix04_description" -#: Resources/templates/Localizable.strings:495 +#: Resources/templates/Localizable.strings:514 #, no-wrap msgid "Set 01660004 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Set 01660004 for Intel HD4000 (Mobile) AAPL,ig-platform-id." #. type: "IntelCaprix05_title" -#: Resources/templates/Localizable.strings:497 +#: Resources/templates/Localizable.strings:516 #, no-wrap msgid "01620005" msgstr "01620005" #. type: "IntelCaprix05_description" -#: Resources/templates/Localizable.strings:498 +#: Resources/templates/Localizable.strings:517 #, no-wrap msgid "Set 01620005 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "Set 01620005 for Intel HD4000 (Desktop) AAPL,ig-platform-id." #. type: "IntelCaprix06_title" -#: Resources/templates/Localizable.strings:500 +#: Resources/templates/Localizable.strings:519 #, no-wrap msgid "01620006" msgstr "01620006" #. type: "IntelCaprix06_description" -#: Resources/templates/Localizable.strings:501 +#: Resources/templates/Localizable.strings:520 #, no-wrap msgid "Set 01620006 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "Set 01620006 for Intel HD4000 (Desktop) AAPL,ig-platform-id." #. type: "IntelCaprix07_title" -#: Resources/templates/Localizable.strings:503 +#: Resources/templates/Localizable.strings:522 #, no-wrap msgid "01620007" msgstr "01620007" #. type: "IntelCaprix07_description" -#: Resources/templates/Localizable.strings:504 +#: Resources/templates/Localizable.strings:523 #, no-wrap msgid "Set 01620007 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "Set 01620007 for Intel HD4000 (Desktop) AAPL,ig-platform-id." #. type: "IntelCaprix08_title" -#: Resources/templates/Localizable.strings:506 +#: Resources/templates/Localizable.strings:525 #, no-wrap msgid "01660008" msgstr "01660008" #. type: "IntelCaprix08_description" -#: Resources/templates/Localizable.strings:507 +#: Resources/templates/Localizable.strings:526 #, no-wrap msgid "Set 01660008 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Set 01660008 for Intel HD4000 (Mobile) AAPL,ig-platform-id." #. type: "IntelCaprix09_title" -#: Resources/templates/Localizable.strings:509 +#: Resources/templates/Localizable.strings:528 #, no-wrap msgid "01660009" msgstr "01660009" #. type: "IntelCaprix09_description" -#: Resources/templates/Localizable.strings:510 +#: Resources/templates/Localizable.strings:529 #, no-wrap msgid "Set 01660009 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Set 01660009 for Intel HD4000 (Mobile) AAPL,ig-platform-id." #. type: "IntelCaprix10_title" -#: Resources/templates/Localizable.strings:512 +#: Resources/templates/Localizable.strings:531 #, no-wrap msgid "0166000a" msgstr "0166000a" #. type: "IntelCaprix10_description" -#: Resources/templates/Localizable.strings:513 +#: Resources/templates/Localizable.strings:532 #, no-wrap msgid "Set 0166000a for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Set 0166000a for Intel HD4000 (Mobile) AAPL,ig-platform-id ." #. type: "IntelCaprix11_title" -#: Resources/templates/Localizable.strings:515 +#: Resources/templates/Localizable.strings:534 #, no-wrap msgid "0166000b" msgstr "0166000b" #. type: "IntelCaprix11_description" -#: Resources/templates/Localizable.strings:516 +#: Resources/templates/Localizable.strings:535 #, no-wrap msgid "Set 0166000b for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Set 0166000b for Intel HD4000 (Mobile) AAPL,ig-platform-id ." #. type: "IntelAzulx00_title" -#: Resources/templates/Localizable.strings:520 +#: Resources/templates/Localizable.strings:539 #, no-wrap msgid "00000604" msgstr "00000604" #. type: "IntelAzulx00_description" -#: Resources/templates/Localizable.strings:521 +#: Resources/templates/Localizable.strings:540 #, no-wrap msgid "Set 00000604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Set 00000604 for Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx01_title" -#: Resources/templates/Localizable.strings:523 +#: Resources/templates/Localizable.strings:542 #, no-wrap msgid "0000060c" msgstr "0000060c" #. type: "IntelAzulx01_description" -#: Resources/templates/Localizable.strings:524 +#: Resources/templates/Localizable.strings:543 #, no-wrap msgid "Set 0000060c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Set 0000060c for Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx02_title" -#: Resources/templates/Localizable.strings:526 +#: Resources/templates/Localizable.strings:545 #, no-wrap msgid "00001604" msgstr "00001604" #. type: "IntelAzulx02_description" -#: Resources/templates/Localizable.strings:527 +#: Resources/templates/Localizable.strings:546 #, no-wrap msgid "Set 00001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Set 00001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx03_title" -#: Resources/templates/Localizable.strings:529 +#: Resources/templates/Localizable.strings:548 #, no-wrap msgid "0000160a" msgstr "0000160a" #. type: "IntelAzulx03_description" -#: Resources/templates/Localizable.strings:530 +#: Resources/templates/Localizable.strings:549 #, no-wrap msgid "Set 0000160a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Set 0000160a for Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx04_title" -#: Resources/templates/Localizable.strings:532 +#: Resources/templates/Localizable.strings:551 #, no-wrap msgid "0000160c" msgstr "0000160c" #. type: "IntelAzulx04_description" -#: Resources/templates/Localizable.strings:533 +#: Resources/templates/Localizable.strings:552 #, no-wrap msgid "Set 0000160c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Set 0000160c for Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx05_title" -#: Resources/templates/Localizable.strings:535 +#: Resources/templates/Localizable.strings:554 #, no-wrap msgid "00002604" msgstr "00002604" #. type: "IntelAzulx05_description" -#: Resources/templates/Localizable.strings:536 +#: Resources/templates/Localizable.strings:555 #, no-wrap msgid "Set 00002604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Set 00002604 for Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx06_title" -#: Resources/templates/Localizable.strings:538 +#: Resources/templates/Localizable.strings:557 #, no-wrap msgid "0000260a" msgstr "0000260a" #. type: "IntelAzulx06_description" -#: Resources/templates/Localizable.strings:539 +#: Resources/templates/Localizable.strings:558 #, no-wrap msgid "Set 0000260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Set 0000260a for Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx07_title" -#: Resources/templates/Localizable.strings:541 +#: Resources/templates/Localizable.strings:560 #, no-wrap msgid "0000260c" msgstr "0000260c" #. type: "IntelAzulx07_description" -#: Resources/templates/Localizable.strings:542 +#: Resources/templates/Localizable.strings:561 #, no-wrap msgid "Set 0600260c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Set 0600260c for Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx08_title" -#: Resources/templates/Localizable.strings:544 +#: Resources/templates/Localizable.strings:563 #, no-wrap msgid "0000260d" msgstr "0000260d" #. type: "IntelAzulx08_description" -#: Resources/templates/Localizable.strings:545 +#: Resources/templates/Localizable.strings:564 #, no-wrap msgid "Set 0000260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Set 0000260d for Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx09_title" -#: Resources/templates/Localizable.strings:547 +#: Resources/templates/Localizable.strings:566 #, no-wrap msgid "02001604" msgstr "02001604" #. type: "IntelAzulx09_description" -#: Resources/templates/Localizable.strings:548 +#: Resources/templates/Localizable.strings:567 #, no-wrap msgid "Set 02001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Set 02001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx10_title" -#: Resources/templates/Localizable.strings:550 +#: Resources/templates/Localizable.strings:569 #, no-wrap msgid "0300220d" msgstr "0300220d" #. type: "IntelAzulx10_description" -#: Resources/templates/Localizable.strings:551 +#: Resources/templates/Localizable.strings:570 #, no-wrap msgid "Set 0300220d for Intel Haswell (Desktop) AAPL,ig-platform-id." msgstr "Set 0300220d for Intel Haswell (Desktop) AAPL,ig-platform-id." #. type: "IntelAzulx11_title" -#: Resources/templates/Localizable.strings:553 +#: Resources/templates/Localizable.strings:572 #, no-wrap msgid "0500260a" msgstr "0500260a" #. type: "IntelAzulx11_description" -#: Resources/templates/Localizable.strings:554 +#: Resources/templates/Localizable.strings:573 #, no-wrap msgid "Set 0500260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Set 0500260a for Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx12_title" -#: Resources/templates/Localizable.strings:556 +#: Resources/templates/Localizable.strings:575 #, no-wrap msgid "0600260a" msgstr "0600260a" #. type: "IntelAzulx12_description" -#: Resources/templates/Localizable.strings:557 +#: Resources/templates/Localizable.strings:576 #, no-wrap msgid "Set 0600260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Set 0600260a for Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx13_title" -#: Resources/templates/Localizable.strings:559 +#: Resources/templates/Localizable.strings:578 #, no-wrap msgid "0700260d" msgstr "0700260d" #. type: "IntelAzulx13_description" -#: Resources/templates/Localizable.strings:560 +#: Resources/templates/Localizable.strings:579 #, no-wrap msgid "Set 0700260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Set 0700260d for Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx14_title" -#: Resources/templates/Localizable.strings:562 +#: Resources/templates/Localizable.strings:581 #, no-wrap msgid "0800260a" msgstr "0800260a" #. type: "IntelAzulx14_description" -#: Resources/templates/Localizable.strings:563 +#: Resources/templates/Localizable.strings:582 #, no-wrap msgid "Set 0800260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Set 0800260a for Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx15_title" -#: Resources/templates/Localizable.strings:565 +#: Resources/templates/Localizable.strings:584 #, no-wrap msgid "08002e0a" msgstr "08002e0a" #. type: "IntelAzulx15_description" -#: Resources/templates/Localizable.strings:566 +#: Resources/templates/Localizable.strings:585 #, no-wrap msgid "Set 08002e0a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Set 08002e0a for Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "AD2000B_PinConf_title" -#: Resources/templates/Localizable.strings:570 +#: Resources/templates/Localizable.strings:589 #, no-wrap msgid "AD2000b" msgstr "AD2000b" #. type: "AD2000B_PinConf_description" -#: Resources/templates/Localizable.strings:571 +#: Resources/templates/Localizable.strings:590 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD2000b." msgstr "Set HDEF PinConfiguration for Analog Devices AD2000b." #. type: "AD1981HD_PinConf_title" -#: Resources/templates/Localizable.strings:573 +#: Resources/templates/Localizable.strings:592 #, no-wrap msgid "AD1981HD" msgstr "AD1981HD" #. type: "AD1981HD_PinConf_description" -#: Resources/templates/Localizable.strings:574 +#: Resources/templates/Localizable.strings:593 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1981HD." msgstr "Set HDEF PinConfiguration for Analog Devices AD1981HD." #. type: "AD1988B_PinConf_title" -#: Resources/templates/Localizable.strings:576 +#: Resources/templates/Localizable.strings:595 #, no-wrap msgid "AD1988b" msgstr "AD1988b" #. type: "AD1988B_PinConf_description" -#: Resources/templates/Localizable.strings:577 +#: Resources/templates/Localizable.strings:596 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1988b." msgstr "Set HDEF PinConfiguration for Analog Devices AD1988b." #. type: "ALC888_PinConf_title" -#: Resources/templates/Localizable.strings:579 +#: Resources/templates/Localizable.strings:598 #, no-wrap msgid "ALC888" msgstr "ALC888" #. type: "ALC888_PinConf_description" -#: Resources/templates/Localizable.strings:580 +#: Resources/templates/Localizable.strings:599 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC888." msgstr "Set HDEF PinConfiguration for Realtek ALC888." #. type: "ALC1200_PinConf_title" -#: Resources/templates/Localizable.strings:582 +#: Resources/templates/Localizable.strings:601 #, no-wrap msgid "ALC1200" msgstr "ALC1200" #. type: "ALC1200_PinConf_description" -#: Resources/templates/Localizable.strings:583 +#: Resources/templates/Localizable.strings:602 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC1200." msgstr "Set HDEF PinConfiguration for Realtek ALC1200." #. type: "00_PinConf_title" -#: Resources/templates/Localizable.strings:585 +#: Resources/templates/Localizable.strings:604 #, no-wrap msgid "00" msgstr "00" #. type: "00_PinConf_description" -#: Resources/templates/Localizable.strings:586 +#: Resources/templates/Localizable.strings:605 #, no-wrap msgid "Set HDEF PinConfiguration for ???." msgstr "Set HDEF PinConfiguration for ???." #. type: "GraphicsEnabler_title" -#: Resources/templates/Localizable.strings:590 +#: Resources/templates/Localizable.strings:609 #, no-wrap msgid "GraphicsEnabler=Yes" msgstr "GraphicsEnabler=Yes" #. type: "GraphicsEnabler_description" -#: Resources/templates/Localizable.strings:591 +#: Resources/templates/Localizable.strings:610 #, no-wrap msgid "Enables the option to autodetect NVIDIA, AMD/ATI or Intel based GPUs and inject the correct info." msgstr "Enables the option to auto detect NVIDIA, AMD/ATI or Intel based GPUs and inject the correct info." #. type: "EnableHDMIAudio_title" -#: Resources/templates/Localizable.strings:593 +#: Resources/templates/Localizable.strings:612 #, no-wrap msgid "EnableHDMIAudio=Yes" msgstr "EnableHDMIAudio=Yes" #. type: "EnableHDMIAudio_description" -#: Resources/templates/Localizable.strings:594 +#: Resources/templates/Localizable.strings:613 #, no-wrap msgid "Inject HDMi audio for NVIDIA or AMD/ATI." msgstr "Inject HDMi audio for NVIDIA or AMD/ATI." #. type: "UseIntelHDMI_title" -#: Resources/templates/Localizable.strings:596 +#: Resources/templates/Localizable.strings:615 #, no-wrap msgid "UseIntelHDMI=Yes" msgstr "UseIntelHDMI=Yes" #. type: "UseIntelHDMI_description" -#: Resources/templates/Localizable.strings:597 +#: Resources/templates/Localizable.strings:616 #, no-wrap msgid "If YES, hda-gfx=onboard-1 will be injected into the GFX0 and HDEF devices. Also, if an ATI or Nvidia HDMI device is present, they'll be assigned to onboard-2. If NO, then ATI or Nvidia devices will get onboard-1 as well as the HDAU device if present." msgstr "If YES, hda-gfx=onboard-1 will be injected into the GFX0 and HDEF devices. Also, if an ATI or Nvidia HDMI device is present, they'll be assigned to onboard-2. If NO, then ATI or Nvidia devices will get onboard-1 as well as the HDAU device if present." #. type: "UseAtiROM_title" -#: Resources/templates/Localizable.strings:599 +#: Resources/templates/Localizable.strings:618 #, no-wrap msgid "UseAtiROM=Yes" msgstr "UseAtiROM=Yes" #. type: "UseAtiROM_description" -#: Resources/templates/Localizable.strings:600 +#: Resources/templates/Localizable.strings:619 #, no-wrap msgid "Enables UseAtiROM options." msgstr "Enables UseAtiROM options." #. type: "UseNvidiaROM_title" -#: Resources/templates/Localizable.strings:602 +#: Resources/templates/Localizable.strings:621 #, no-wrap msgid "UseNvidiaROM=Yes" msgstr "UseNvidiaROM=Yes" #. type: "UseNvidiaROM_description" -#: Resources/templates/Localizable.strings:603 +#: Resources/templates/Localizable.strings:622 #, no-wrap msgid "Enables UseNvidiaROM options." msgstr "Enables UseNvidiaROM options." #. type: "VBIOS_title" -#: Resources/templates/Localizable.strings:605 +#: Resources/templates/Localizable.strings:624 #, no-wrap msgid "VBIOS=Yes" msgstr "VBIOS=Yes" #. type: "VBIOS_description" -#: Resources/templates/Localizable.strings:606 +#: Resources/templates/Localizable.strings:625 #, no-wrap msgid "Enables VBIOS option" msgstr "Enables VBIOS option" #. type: "SkipIntelGfx_title" -#: Resources/templates/Localizable.strings:608 +#: Resources/templates/Localizable.strings:627 #, no-wrap msgid "SkipIntelGfx=Yes" msgstr "SkipIntelGfx=Yes" #. type: "SkipIntelGfx_description" -#: Resources/templates/Localizable.strings:609 +#: Resources/templates/Localizable.strings:628 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for Intel based GPUs." msgstr "Skip the GraphicsEnbaler autodetect for Intel based GPUs." #. type: "SkipNvidiaGfx_title" -#: Resources/templates/Localizable.strings:611 +#: Resources/templates/Localizable.strings:630 #, no-wrap msgid "SkipNvidiaGfx=Yes" msgstr "SkipNvidiaGfx=Yes" #. type: "SkipNvidiaGfx_description" -#: Resources/templates/Localizable.strings:612 +#: Resources/templates/Localizable.strings:631 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for NVIDIA based GPUs." msgstr "Skip the GraphicsEnbaler autodetect for NVIDIA based GPUs." #. type: "SkipAtiGfx_title" -#: Resources/templates/Localizable.strings:614 +#: Resources/templates/Localizable.strings:633 #, no-wrap msgid "SkipAtiGfx=Yes" msgstr "SkipAtiGfx=Yes" #. type: "SkipAtiGfx_description" -#: Resources/templates/Localizable.strings:615 +#: Resources/templates/Localizable.strings:634 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for AMD/ATI based GPUs." msgstr "Skip the GraphicsEnbaler autodetect for AMD/ATI based GPUs." #. type: "EnableBacklight_title" -#: Resources/templates/Localizable.strings:617 +#: Resources/templates/Localizable.strings:636 #, no-wrap msgid "EnableBacklight=Yes" msgstr "EnableBacklight=Yes" #. type: "EnableBacklight_description" -#: Resources/templates/Localizable.strings:618 +#: Resources/templates/Localizable.strings:637 #, no-wrap msgid "Enables Backlight options for laptop with nVidia cards." msgstr "Enables Backlight options for laptop with nVidia cards." #. type: "EnableDualLink_title" -#: Resources/templates/Localizable.strings:620 +#: Resources/templates/Localizable.strings:639 #, no-wrap msgid "EnableDualLink=Yes" msgstr "EnableDualLink=Yes" #. type: "EnableDualLink_description" -#: Resources/templates/Localizable.strings:621 +#: Resources/templates/Localizable.strings:640 #, no-wrap msgid "Enables DualLink options for nVidia and ATi cards." msgstr "Enables DualLink options for nVidia and ATi cards." #. type: "NvidiaGeneric_title" -#: Resources/templates/Localizable.strings:623 +#: Resources/templates/Localizable.strings:642 #, no-wrap msgid "NvidiaGeneric=Yes" msgstr "NvidiaGeneric=Yes" #. type: "NvidiaGeneric_description" -#: Resources/templates/Localizable.strings:624 +#: Resources/templates/Localizable.strings:643 #, no-wrap msgid "Use the classic Nvidia name for the SystemProfiler (disabled by default)." msgstr "Use the classic Nvidia name for the SystemProfiler (disabled by default)." #. type: "Verbose_title" -#: Resources/templates/Localizable.strings:630 +#: Resources/templates/Localizable.strings:649 #, no-wrap msgid "Verbose Mode" msgstr "Verbose Mode" #. type: "Verbose_description" -#: Resources/templates/Localizable.strings:631 +#: Resources/templates/Localizable.strings:650 #, no-wrap msgid "Turns on verbose logging and allows you to see messages from both Chameleon and the OS X kernel at boot time. Essential for troubleshooting." msgstr "Turns on verbose logging and allows you to see messages from both Chameleon and the OS X kernel at boot time. Essential for troubleshooting." #. type: "Singleusermode_title" -#: Resources/templates/Localizable.strings:633 +#: Resources/templates/Localizable.strings:652 #, no-wrap msgid "Single User Mode" msgstr "Single User Mode" #. type: "Singleusermode_description" -#: Resources/templates/Localizable.strings:634 +#: Resources/templates/Localizable.strings:653 #, no-wrap msgid "A troubleshooting option used for booting into OS X's BSD/Unix command line." msgstr "A troubleshooting option used for booting into OS X's BSD/Unix command line." #. type: "Ignorecaches_title" -#: Resources/templates/Localizable.strings:636 +#: Resources/templates/Localizable.strings:655 #, no-wrap msgid "Ignore Caches" msgstr "Ignore Caches" #. type: "Ignorecaches_description" -#: Resources/templates/Localizable.strings:637 +#: Resources/templates/Localizable.strings:656 #, no-wrap msgid "Not an option that's needed for everyday booting, but it can be useful if you want OS X to load all files from it's system folders, rather than relying on it's pre-built caches." msgstr "Not an option that's needed for everyday booting, but it can be useful if you want OS X to load all files from it's system folders, rather than relying on it's pre-built caches." #. type: "Npci_title" -#: Resources/templates/Localizable.strings:639 +#: Resources/templates/Localizable.strings:658 #, no-wrap msgid "npci=0x2000" msgstr "npci=0x2000" #. type: "Npci_description" -#: Resources/templates/Localizable.strings:640 +#: Resources/templates/Localizable.strings:659 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x2000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "For overcoming a hang at 'PCI configuration begin' on some systems. 0x2000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." #. type: "Npci3_title" -#: Resources/templates/Localizable.strings:642 +#: Resources/templates/Localizable.strings:661 #, no-wrap msgid "npci=0x3000" msgstr "npci=0x3000" #. type: "Npci3_description" -#: Resources/templates/Localizable.strings:643 +#: Resources/templates/Localizable.strings:662 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x3000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "For overcoming a hang at 'PCI configuration begin' on some systems. 0x3000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." #. type: "WaitingRootDevice_title" -#: Resources/templates/Localizable.strings:645 +#: Resources/templates/Localizable.strings:664 #, no-wrap msgid "ahcidisk=1 debug=8" msgstr "ahcidisk=1 debug=8" #. type: "WaitingRootDevice_description" -#: Resources/templates/Localizable.strings:646 +#: Resources/templates/Localizable.strings:665 #, no-wrap msgid "" "Info here: Waiting for root device when kernel cache used only with some disks +FIX\n" @@ -2498,25 +2562,25 @@ "Findings credits to bcc9." #. type: "Darkwake_title" -#: Resources/templates/Localizable.strings:650 +#: Resources/templates/Localizable.strings:669 #, no-wrap msgid "darkwake=0" msgstr "darkwake=0" #. type: "Darkwake_description" -#: Resources/templates/Localizable.strings:651 +#: Resources/templates/Localizable.strings:670 #, no-wrap msgid "Lion only. Disables the 'low power wake' feature which can sometimes leave the screen black after wake from sleep." msgstr "Lion only. Disables the 'low power wake' feature which can sometimes leave the screen black after wake from sleep." #. type: "NvdaDrv1_title" -#: Resources/templates/Localizable.strings:653 +#: Resources/templates/Localizable.strings:672 #, no-wrap msgid "nvda_drv=1" msgstr "nvda_drv=1" #. type: "NvdaDrv1_description" -#: Resources/templates/Localizable.strings:654 +#: Resources/templates/Localizable.strings:673 #, no-wrap msgid "" "It introduces a new Preference Pane under System Preferences that allows you to enable the Nvidia Web Driver.\n" @@ -2530,25 +2594,25 @@ "Findings credits to meklort and Rampage Dev." #. type: "kext-dev-mode1_title" -#: Resources/templates/Localizable.strings:659 +#: Resources/templates/Localizable.strings:678 #, no-wrap msgid "kext-dev-mode=1" msgstr "kext-dev-mode=1" #. type: "kext-dev-mode1_description" -#: Resources/templates/Localizable.strings:660 +#: Resources/templates/Localizable.strings:679 #, no-wrap msgid "In Yosemite Developer Previews, unsigned or improperly signed kexts will not be loaded. To use unsigned kexts during development, this strict check can be disabled by adding a 'kext-dev-mode=1' boot arg." msgstr "In Yosemite Developer Previews, unsigned or improperly signed kexts will not be loaded. To use unsigned kexts during development, this strict check can be disabled by adding a 'kext-dev-mode=1' boot arg." #. type: "Dart0_title" -#: Resources/templates/Localizable.strings:662 +#: Resources/templates/Localizable.strings:681 #, no-wrap msgid "dart=0" msgstr "dart=0" #. type: "Dart0_description" -#: Resources/templates/Localizable.strings:663 +#: Resources/templates/Localizable.strings:682 #, no-wrap msgid "" "Avoiding the DMAR processing causing by VT-d function in Osx (Virtualization).\n" @@ -2558,277 +2622,283 @@ "More information by bcc9 here: http://www.insanelymac.com/forum/topic/282989-vtd0-fault-after-1082-google-hasnt-heard-of-it-any-help/#entry1867000" #. type: "mac-de_title" -#: Resources/templates/Localizable.strings:670 +#: Resources/templates/Localizable.strings:689 #, no-wrap msgid "German Mac Keyboard" msgstr "German Mac Keyboard" #. type: "mac-de_description" -#: Resources/templates/Localizable.strings:671 +#: Resources/templates/Localizable.strings:690 #, no-wrap msgid "Use the keyboard layout for a German Mac keyboard" msgstr "Use the keyboard layout for a German Mac keyboard" #. type: "mac-es_title" -#: Resources/templates/Localizable.strings:673 +#: Resources/templates/Localizable.strings:692 #, no-wrap msgid "Spanish Mac Keyboard" msgstr "Spanish Mac Keyboard" #. type: "mac-es_description" -#: Resources/templates/Localizable.strings:674 +#: Resources/templates/Localizable.strings:693 #, no-wrap msgid "Use the keyboard layout for a Spanish Mac keyboard" msgstr "Use the keyboard layout for a Spanish Mac keyboard" #. type: "mac-fr_title" -#: Resources/templates/Localizable.strings:676 +#: Resources/templates/Localizable.strings:695 #, no-wrap msgid "French Mac Keyboard" msgstr "French Mac Keyboard" #. type: "mac-fr_description" -#: Resources/templates/Localizable.strings:677 +#: Resources/templates/Localizable.strings:696 #, no-wrap msgid "Use the keyboard layout for a French Mac keyboard" msgstr "Use the keyboard layout for a French Mac keyboard" #. type: "mac-it_title" -#: Resources/templates/Localizable.strings:679 +#: Resources/templates/Localizable.strings:698 #, no-wrap msgid "Italian Mac Keyboard" msgstr "Italian Mac Keyboard" #. type: "mac-it_description" -#: Resources/templates/Localizable.strings:680 +#: Resources/templates/Localizable.strings:699 #, no-wrap msgid "Use the keyboard layout for an Italian Mac keyboard" msgstr "Use the keyboard layout for an Italian Mac keyboard" #. type: "mac-se_title" -#: Resources/templates/Localizable.strings:682 +#: Resources/templates/Localizable.strings:701 #, no-wrap msgid "Swedish Mac Keyboard" msgstr "Swedish Mac Keyboard" #. type: "mac-se_description" -#: Resources/templates/Localizable.strings:683 +#: Resources/templates/Localizable.strings:702 #, no-wrap msgid "Use the keyboard layout for a Swedish Mac keyboard" msgstr "Use the keyboard layout for a Swedish Mac keyboard" #. type: "pc-fr_title" -#: Resources/templates/Localizable.strings:685 +#: Resources/templates/Localizable.strings:704 #, no-wrap msgid "French PC Keyboard" msgstr "French PC Keyboard" #. type: "pc-fr_description" -#: Resources/templates/Localizable.strings:686 +#: Resources/templates/Localizable.strings:705 #, no-wrap msgid "Use the keyboard layout for a French PC keyboard" msgstr "Use the keyboard layout for a French PC keyboard" #. type: "Embed_title" -#: Resources/templates/Localizable.strings:693 +#: Resources/templates/Localizable.strings:712 #, no-wrap msgid "Embed" msgstr "Embed" #. type: "Embed_description" -#: Resources/templates/Localizable.strings:694 +#: Resources/templates/Localizable.strings:713 #, no-wrap msgid "A smaller simple version of the new default theme used when building a version of Chameleon which requires an embedded theme." msgstr "A smaller simple version of the new default theme used when building a version of Chameleon which requires an embedded theme." #. type: "Legacy_title" -#: Resources/templates/Localizable.strings:696 +#: Resources/templates/Localizable.strings:715 #, no-wrap msgid "Legacy" msgstr "Legacy" #. type: "Legacy_description" -#: Resources/templates/Localizable.strings:697 +#: Resources/templates/Localizable.strings:716 #, no-wrap msgid "Chameleon's original default theme introduced for v2.0 RC1" msgstr "Chameleon's original default theme introduced for v2.0 RC1" +#. type: "Default_title" +#: Resources/templates/Localizable.strings:718 +#, no-wrap +msgid "Standard" +msgstr "Standard" + #. type: "Default_description" -#: Resources/templates/Localizable.strings:700 +#: Resources/templates/Localizable.strings:719 #, no-wrap msgid "Chameleon default theme introduced for v2.0 RC5" msgstr "Chameleon default theme introduced for v2.0 RC5" #. type: "Bullet_title" -#: Resources/templates/Localizable.strings:702 +#: Resources/templates/Localizable.strings:721 #, no-wrap msgid "Bullet" msgstr "Bullet" #. type: "Bullet_description" -#: Resources/templates/Localizable.strings:703 +#: Resources/templates/Localizable.strings:722 #, no-wrap msgid "A lovely simple theme by NoSmokingBandit from April 2009." msgstr "A lovely simple theme by NoSmokingBandit from April 2009." #. type: "Audio_title" -#: Resources/templates/Localizable.strings:712 +#: Resources/templates/Localizable.strings:731 #, no-wrap msgid "Audio" msgstr "Audio" #. type: "Audio_description" -#: Resources/templates/Localizable.strings:713 +#: Resources/templates/Localizable.strings:732 #, no-wrap msgid "A selection of options that deal with audio." msgstr "A selection of options that deal with audio." #. type: "Control_title" -#: Resources/templates/Localizable.strings:716 +#: Resources/templates/Localizable.strings:735 #, no-wrap msgid "Control Options" msgstr "Control Options" #. type: "Control_description" -#: Resources/templates/Localizable.strings:717 +#: Resources/templates/Localizable.strings:736 #, no-wrap msgid "Settings to control how Chameleon works." msgstr "Settings to control how Chameleon works." #. type: "General_title" -#: Resources/templates/Localizable.strings:720 +#: Resources/templates/Localizable.strings:739 #, no-wrap msgid "General Options" msgstr "General Options" #. type: "General_description" -#: Resources/templates/Localizable.strings:721 +#: Resources/templates/Localizable.strings:740 #, no-wrap msgid "Choose from a selection of base options." msgstr "Choose from a selection of base options." #. type: "KernelFlags_title" -#: Resources/templates/Localizable.strings:724 +#: Resources/templates/Localizable.strings:743 #, no-wrap msgid "Kernel Flags" msgstr "Kernel Flags" #. type: "KernelFlags_description" -#: Resources/templates/Localizable.strings:725 +#: Resources/templates/Localizable.strings:744 #, no-wrap msgid "Choose from a selection of kernel flags." msgstr "Choose from a selection of kernel flags." #. type: "PowerManagement_title" -#: Resources/templates/Localizable.strings:728 +#: Resources/templates/Localizable.strings:747 #, no-wrap msgid "Power Management" msgstr "Power Management" #. type: "PowerManagement_description" -#: Resources/templates/Localizable.strings:729 +#: Resources/templates/Localizable.strings:748 #, no-wrap msgid "A selection of options that deal with power management and speedstep." msgstr "A selection of options that deal with power management and speedstep." #. type: "Resolution_description" -#: Resources/templates/Localizable.strings:733 +#: Resources/templates/Localizable.strings:752 #, no-wrap msgid "Set one resolution to use." msgstr "Set one resolution to use." #. type: "HDEFLayout_title" -#: Resources/templates/Localizable.strings:736 +#: Resources/templates/Localizable.strings:755 #, no-wrap msgid "HDEF Layout" msgstr "HDEF Layout" #. type: "HDEFLayout_description" -#: Resources/templates/Localizable.strings:737 +#: Resources/templates/Localizable.strings:756 #, no-wrap msgid "Set one HDEF Layout ID to use for your HDA controller." msgstr "Set one HDEF Layout ID to use for your HDA controller." #. type: "HDAULayout_title" -#: Resources/templates/Localizable.strings:740 +#: Resources/templates/Localizable.strings:759 #, no-wrap msgid "HDAU Layout" msgstr "HDAU Layout" #. type: "HDAULayout_description" -#: Resources/templates/Localizable.strings:741 +#: Resources/templates/Localizable.strings:760 #, no-wrap msgid "Set one HDAU Layout ID to use for your HDMi controller." msgstr "Set one HDAU Layout ID to use for your HDMi controller." #. type: "IntelCapri_title" -#: Resources/templates/Localizable.strings:744 +#: Resources/templates/Localizable.strings:763 #, no-wrap msgid "Intel Capri AAPL,ig-platform-id" msgstr "Intel Capri AAPL,ig-platform-id" #. type: "IntelCapri_description" -#: Resources/templates/Localizable.strings:745 +#: Resources/templates/Localizable.strings:764 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD4000." msgstr "Set one AAPL,ig-platform-id to use for your Intel HD4000." #. type: "IntelAzul_title" -#: Resources/templates/Localizable.strings:748 +#: Resources/templates/Localizable.strings:767 #, no-wrap msgid "Intel Azul AAPL,ig-platform-id" msgstr "Intel Azul AAPL,ig-platform-id" #. type: "IntelAzul_description" -#: Resources/templates/Localizable.strings:749 +#: Resources/templates/Localizable.strings:768 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD5000." msgstr "Set one AAPL,ig-platform-id to use for your Intel HD5000." #. type: "HDEFPinConfiguration_title" -#: Resources/templates/Localizable.strings:752 +#: Resources/templates/Localizable.strings:771 #, no-wrap msgid "HDEF PinConfiguration" msgstr "HDEF PinConfiguration" #. type: "HDEFPinConfiguration_description" -#: Resources/templates/Localizable.strings:753 +#: Resources/templates/Localizable.strings:772 #, no-wrap msgid "Set one HDEF PinConfiguration to use." msgstr "Set one HDEF PinConfiguration to use." #. type: "Video_title" -#: Resources/templates/Localizable.strings:756 +#: Resources/templates/Localizable.strings:775 #, no-wrap msgid "Video" msgstr "Video" #. type: "Video_description" -#: Resources/templates/Localizable.strings:757 +#: Resources/templates/Localizable.strings:776 #, no-wrap msgid "A selection of options that deal with video." msgstr "A selection of options that deal with video." #. type: "Keymaps_title" -#: Resources/templates/Localizable.strings:760 +#: Resources/templates/Localizable.strings:779 #, no-wrap msgid "KeyLayout" msgstr "KeyLayout" #. type: "Keymaps_description" -#: Resources/templates/Localizable.strings:761 +#: Resources/templates/Localizable.strings:780 #, no-wrap msgid "Select one keylayout to use. This will also install the Keylayout module and keymaps." msgstr "Select one keylayout to use. This will also install the Keylayout module and keymaps." #. type: "Themes_title" -#: Resources/templates/Localizable.strings:767 +#: Resources/templates/Localizable.strings:786 #, no-wrap msgid "Themes" msgstr "Themes" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:768 +#: Resources/templates/Localizable.strings:787 #, no-wrap msgid "" "A collection of sample themes\n" @@ -2837,5 +2907,11 @@ "A collection of sample themes\n" "More themes can be found at http://forum.voodooprojects.org/index.php/board,7.0.html" +#~ msgid "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" +#~ msgstr "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" + +#~ msgid "Chameleon" +#~ msgstr "Chameleon" + #~ msgid "Set 0000260c for Intel HD5000 (Mobile) AAPL,ig-platform-id." #~ msgstr "Set 0000260c for Intel HD5000 (Mobile) AAPL,ig-platform-id." Index: branches/ErmaC/Enoch/package/po/bs.po =================================================================== --- branches/ErmaC/Enoch/package/po/bs.po (revision 2678) +++ branches/ErmaC/Enoch/package/po/bs.po (revision 2679) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Chameleon 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-13 18:09+0000\n" +"POT-Creation-Date: 2015-05-10 14:42+0200\n" "PO-Revision-Date: 2015-02-13 18:17-0000\n" "Last-Translator: ErmaC\n" "Language-Team: bs \n" @@ -18,13 +18,15 @@ #. type: Content of:

#: Resources/templates/Welcome.html:22 -msgid "Chameleon" -msgstr "Chameleon" +msgid "Enoch" +msgstr "" #. type: Content of:

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

#: Resources/templates/Welcome.html:25 @@ -267,64 +269,125 @@ "boot1 (Na particiju za boot-sektor) za pronalaženje boot2.\n" "boot2 (Na particiju za root direktorij) za učitavanje Kernela itd." -#. type: "Default_title" +#. type: "BootNo_title" #: Resources/templates/Localizable.strings:25 -#: Resources/templates/Localizable.strings:699 #, no-wrap -msgid "Standard" -msgstr "Standard" +msgid "Don't install the Bootloader" +msgstr "Ne instaliraj Bootloader" -#. type: "Standard_description" +#. type: "BootNo_description" #: Resources/templates/Localizable.strings:26 #, no-wrap -msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." -msgstr "instalira Chameleon fajlove u početnu datoteku diska (root) odabrane particije koristeći bilo boot0 ili boot0md u zavisnosti od vašeg sistema ne uništavajući bilo kakvu Winodws instalaciju ukoliko je imate instaliranu." +msgid "Useful if you only want to install the extra's." +msgstr "Korisno ukoliko želite instalirati samo extra." -#. type: "noboot_title" +#. type: "Stages_title" #: Resources/templates/Localizable.strings:28 -#, no-wrap -msgid "Don't install the Bootloader" -msgstr "Ne instaliraj Bootloader" +#, fuzzy, no-wrap +#| msgid "Chameleon Bootloader Package" +msgid "Bootloader Stages" +msgstr "Chameleon" -#. type: "noboot_description" +#. type: "Stages_description" #: Resources/templates/Localizable.strings:29 #, no-wrap -msgid "Useful if you only want to install the extra's." -msgstr "Korisno ukoliko želite instalirati samo extra." +msgid "" +"Here you can chose to skip the bootloader installation completely or partially.\n" +"This can be usefull if you want to write Extra's, or skip some stage (0,1 and activation of the target partition).\n" +"Skipping all stages permit you to leave as is already working boot sectors, especially usefull with 4k drives.\n" +"boot is always copied to the target partition when you are skipping one or more stages." +msgstr "" +#. type: "SkipStage0_title" +#: Resources/templates/Localizable.strings:34 +#, no-wrap +msgid "Skip Stage 0" +msgstr "" + +#. type: "SkipStage0_description" +#: Resources/templates/Localizable.strings:35 +#, no-wrap +msgid "" +"Avoid writing stage 0 to the target disk.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipStage1_title" +#: Resources/templates/Localizable.strings:38 +#, no-wrap +msgid "Skip Stage 1" +msgstr "" + +#. type: "SkipStage1_description" +#: Resources/templates/Localizable.strings:39 +#, no-wrap +msgid "" +"Avoid writing stage 1 to the partition boot sector.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipActivePartition_title" +#: Resources/templates/Localizable.strings:42 +#, no-wrap +msgid "Skip Activation" +msgstr "" + +#. type: "SkipActivePartition_description" +#: Resources/templates/Localizable.strings:43 +#, no-wrap +msgid "" +"Prevents activation of the target partition.\n" +"Some old motherboards have a bad implementation of GPT in bios and they can not find partitions if marked active unger Guid Partition Table.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "Standard_title" +#: Resources/templates/Localizable.strings:47 +#, fuzzy, no-wrap +#| msgid " has been written to the root of your chosen partition." +msgid "Install Chameleon in the chosen partition." +msgstr " je snimljena na root particije diska koje ste odabrali." + +#. type: "Standard_description" +#: Resources/templates/Localizable.strings:48 +#, fuzzy, no-wrap +#| msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." +msgid "Install Chameleon's files to the root of the selected partition using either boot0, boot0md or boot0hfs depending on your system without destroying any existing Windows installation if you have one." +msgstr "instalira Chameleon fajlove u početnu datoteku diska (root) odabrane particije koristeći bilo boot0 ili boot0md u zavisnosti od vašeg sistema ne uništavajući bilo kakvu Winodws instalaciju ukoliko je imate instaliranu." + #. type: "EFI_title" -#: Resources/templates/Localizable.strings:31 +#: Resources/templates/Localizable.strings:50 #, no-wrap msgid "Install Chameleon in the ESP" msgstr "" #. type: "EFI_description" -#: Resources/templates/Localizable.strings:32 +#: Resources/templates/Localizable.strings:51 #, fuzzy, no-wrap #| msgid "Install Chameleon's files to the normally hidden EFI system partition using either boot0 or boot0md depending on your system and without destroying any existing Windows installation if you have one." -msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0, boot0md or boot0hfs depending on your system." msgstr "Instalira Chameleon fajlove za normalno skrivenu particiju EFI koristeći bilo boot0 ili boot0md u zavisnosti od vašeg sistema ne uništavajući bilo kakvu Winodws instalaciju ukoliko je imate instaliranu." #. type: "Module_title" -#: Resources/templates/Localizable.strings:37 +#: Resources/templates/Localizable.strings:56 #, no-wrap msgid "Modules" msgstr "Chameleon Moduli" #. type: "Module_description" -#: Resources/templates/Localizable.strings:38 +#: Resources/templates/Localizable.strings:57 #, no-wrap msgid "The modules system incorporated in chameleon allows for a user or developer to extend the core functionality of chameleon without replacing the main boot file." msgstr "Moduli ugrađeni u sistem Cameleona omogućavaju korisniku ili programeru proširenje funkcionalnosti Chameleon jezgre bez zamijene glavnog boot fajla. " #. type: "klibc_title" -#: Resources/templates/Localizable.strings:40 +#: Resources/templates/Localizable.strings:59 #, no-wrap msgid "klibc" msgstr "klibc" #. type: "klibc_description" -#: Resources/templates/Localizable.strings:41 +#: Resources/templates/Localizable.strings:60 #, no-wrap msgid "" "This module provides a standard c library for modules to link to if the library provided by chameleon is insufficient.\n" @@ -336,13 +399,13 @@ "Izvor: http://www.kernel.org/pub/linux/libs/klibc/" #. type: "ACPICodec_title" -#: Resources/templates/Localizable.strings:45 +#: Resources/templates/Localizable.strings:64 #, no-wrap msgid "ACPICodec" msgstr "" #. type: "ACPICodec_description" -#: Resources/templates/Localizable.strings:46 +#: Resources/templates/Localizable.strings:65 #, no-wrap msgid "" "This module provides a substitute for the internal acpi patcher.\n" @@ -350,13 +413,13 @@ msgstr "" #. type: "HDAEnabler_title" -#: Resources/templates/Localizable.strings:49 +#: Resources/templates/Localizable.strings:68 #, no-wrap msgid "HDAEnabler" msgstr "" #. type: "HDAEnabler_description" -#: Resources/templates/Localizable.strings:50 +#: Resources/templates/Localizable.strings:69 #, no-wrap msgid "" "HDAEnabler module, this module provides a substitute for the Hight Definition Audio DSDT Edits.\n" @@ -364,13 +427,13 @@ msgstr "" #. type: "FileNVRAM_title" -#: Resources/templates/Localizable.strings:53 +#: Resources/templates/Localizable.strings:72 #, no-wrap msgid "FileNVRAM" msgstr "" #. type: "FileNVRAM_description" -#: Resources/templates/Localizable.strings:54 +#: Resources/templates/Localizable.strings:73 #, no-wrap msgid "" "FileNVRAM module for preloading NVRAM values.\n" @@ -378,13 +441,13 @@ msgstr "" #. type: "Sata_title" -#: Resources/templates/Localizable.strings:57 +#: Resources/templates/Localizable.strings:76 #, no-wrap msgid "Sata" msgstr "" #. type: "Sata_description" -#: Resources/templates/Localizable.strings:58 +#: Resources/templates/Localizable.strings:77 #, no-wrap msgid "" "Sata module, known as YellowIconFixer in cparm's branch.\n" @@ -393,14 +456,14 @@ msgstr "" #. type: "Resolution_title" -#: Resources/templates/Localizable.strings:62 -#: Resources/templates/Localizable.strings:732 +#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:751 #, no-wrap msgid "Resolution" msgstr "Resolution" #. type: "AutoReso_description" -#: Resources/templates/Localizable.strings:63 +#: Resources/templates/Localizable.strings:82 #, no-wrap msgid "" "This module reads the edid information from the monitor attached to the main display.\n" @@ -412,13 +475,13 @@ "Osim toga, modul će zakrpati VESA modove koji su prisutni u pred Intelovim HD grafičkim karticama kako bi osigurale odgovarajuću rezoluciju ekrana prilikom podizanja." #. type: "uClibc_title" -#: Resources/templates/Localizable.strings:67 +#: Resources/templates/Localizable.strings:86 #, no-wrap msgid "uClibc++" msgstr "uClibc++" #. type: "uClibc_description" -#: Resources/templates/Localizable.strings:68 +#: Resources/templates/Localizable.strings:87 #, no-wrap msgid "" "This module provides a minimalistic c++ runtime library for use in other modules. This does not provide functionality by itself, instead it is used to allow for the c++ language to be used in other modules.\n" @@ -433,13 +496,13 @@ "Dependencies: klibc" #. type: "KernelPatcher_title" -#: Resources/templates/Localizable.strings:73 +#: Resources/templates/Localizable.strings:92 #, no-wrap msgid "Kernel Patcher" msgstr "Kernel Patcher" #. type: "KernelPatcher_description" -#: Resources/templates/Localizable.strings:74 +#: Resources/templates/Localizable.strings:93 #, no-wrap msgid "" "The KernelPatcher module provides patches for the following:\n" @@ -451,13 +514,13 @@ msgstr "" #. type: "KextPatcher_title" -#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:100 #, no-wrap msgid "Kext Patcher" msgstr "" #. type: "KextPatcher_description" -#: Resources/templates/Localizable.strings:82 +#: Resources/templates/Localizable.strings:101 #, no-wrap msgid "" "The KextPatcher module provides patches for the following:\n" @@ -465,13 +528,13 @@ msgstr "" #. type: "NVIDIAGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:85 +#: Resources/templates/Localizable.strings:104 #, no-wrap msgid "NVIDIAGraphicsEnabler" msgstr "NVIDIAGraphicsEnabler" #. type: "NVIDIAGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:86 +#: Resources/templates/Localizable.strings:105 #, no-wrap msgid "" "The GraphicsEnabler nVidia code ported to a module.\n" @@ -479,13 +542,13 @@ msgstr "" #. type: "GraphicsEnablerModule_title" -#: Resources/templates/Localizable.strings:89 +#: Resources/templates/Localizable.strings:108 #, no-wrap msgid "GraphicsEnabler" msgstr "GraphicsEnabler" #. type: "GraphicsEnablerModule_description" -#: Resources/templates/Localizable.strings:90 +#: Resources/templates/Localizable.strings:109 #, no-wrap msgid "" "The GraphicsEnabler code ported to a module.\n" @@ -493,13 +556,13 @@ msgstr "" #. type: "AMDGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:93 +#: Resources/templates/Localizable.strings:112 #, no-wrap msgid "AMDGraphicsEnabler" msgstr "AMDGraphicsEnabler" #. type: "AMDGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:94 +#: Resources/templates/Localizable.strings:113 #, no-wrap msgid "" "The GraphicsEnabler AMD/ATi code ported to a module.\n" @@ -507,13 +570,13 @@ msgstr "" #. type: "IntelGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:97 +#: Resources/templates/Localizable.strings:116 #, no-wrap msgid "IntelGraphicsEnabler" msgstr "IntelGraphicsEnabler" #. type: "IntelGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:98 +#: Resources/templates/Localizable.strings:117 #, no-wrap msgid "" "The GraphicsEnabler gma(Intel) code ported to a module.\n" @@ -521,643 +584,643 @@ msgstr "" #. type: "Options_title" -#: Resources/templates/Localizable.strings:106 +#: Resources/templates/Localizable.strings:125 #, no-wrap msgid "Settings" msgstr "Boot Opcije" #. type: "Options_description" -#: Resources/templates/Localizable.strings:107 +#: Resources/templates/Localizable.strings:126 #, no-wrap msgid "Create an /Extra/org.chameleon.Boot.plist by selecting any of these boot options and kernel flags." msgstr "Kreira /Extra/org.chameleon.Boot.plist i omogučava izbor željene opcije za kontrolu Chameleon postavki." #. type: "BootBanner_title" -#: Resources/templates/Localizable.strings:109 +#: Resources/templates/Localizable.strings:128 #, no-wrap msgid "BootBanner=No" msgstr "BootBanner=No" #. type: "BootBanner_description" -#: Resources/templates/Localizable.strings:110 +#: Resources/templates/Localizable.strings:129 #, no-wrap msgid "Hides Chameleon's boot banner in GUI. This is the text that is drawn at the top left corner of the screen displaying the release version etc." msgstr "Skriva Cameleon boot banner u grafičkom korisničkom inferfejsu (GUI)." #. type: "GUI_title" -#: Resources/templates/Localizable.strings:112 +#: Resources/templates/Localizable.strings:131 #, no-wrap msgid "GUI=No" msgstr "GUI=No" #. type: "GUI_description" -#: Resources/templates/Localizable.strings:113 +#: Resources/templates/Localizable.strings:132 #, no-wrap msgid "Disables the default enabled graphic user interface." msgstr "Onemogućava uključeni zadani korisnički grafički interfejs." #. type: "LegacyLogo_title" -#: Resources/templates/Localizable.strings:115 +#: Resources/templates/Localizable.strings:134 #, no-wrap msgid "LegacyLogo=Yes" msgstr "LegacyLogo=Yes" #. type: "LegacyLogo_description" -#: Resources/templates/Localizable.strings:116 +#: Resources/templates/Localizable.strings:135 #, no-wrap msgid "Use the legacy 'dark grey' apple logo on the light grey screen for the boot process rather than the boot.png in the theme." msgstr "Koristite legacy (sivi i bijeli) apple logo prilikom podizanja radije nego boot.png sliku iz teme" #. type: "InstantMenu_title" -#: Resources/templates/Localizable.strings:118 +#: Resources/templates/Localizable.strings:137 #, no-wrap msgid "InstantMenu=Yes" msgstr "InstantMenu=Yes" #. type: "InstantMenu_description" -#: Resources/templates/Localizable.strings:119 +#: Resources/templates/Localizable.strings:138 #, no-wrap msgid "By default, when Chameleon loads you'll see the icon for the current default partition, along with a timeout progress bar which left alone will count down before Chameleon automatically boots that partition. This options skips that and takes you directly to the device selection screen." msgstr "Prikaz zaslona za odabir particije bez prikazivanja timeout ekrana." #. type: "QuietBoot_title" -#: Resources/templates/Localizable.strings:121 +#: Resources/templates/Localizable.strings:140 #, no-wrap msgid "QuietBoot=Yes" msgstr "QuietBoot=Yes" #. type: "QuietBoot_description" -#: Resources/templates/Localizable.strings:122 +#: Resources/templates/Localizable.strings:141 #, no-wrap msgid "Enable quiet boot mode (no messages or prompt)." msgstr "Omogućava mod mirnog pokretanja (bez poruka ili redaka)." #. type: "ShowInfo_title" -#: Resources/templates/Localizable.strings:124 +#: Resources/templates/Localizable.strings:143 #, no-wrap msgid "ShowInfo=Yes" msgstr "ShowInfo=Yes" #. type: "ShowInfo_description" -#: Resources/templates/Localizable.strings:125 +#: Resources/templates/Localizable.strings:144 #, no-wrap msgid "Enables display of partition and resolution details shown on the left side of the GUI under the boot banner. This is useful information for troubleshooting, though can clash with certain themes." msgstr "Onemogućava prikaz detalja o particiji i rezoluciji." #. type: "Wait_title" -#: Resources/templates/Localizable.strings:127 +#: Resources/templates/Localizable.strings:146 #, no-wrap msgid "Wait=Yes" msgstr "Wait=Yes" #. type: "Wait_description" -#: Resources/templates/Localizable.strings:128 +#: Resources/templates/Localizable.strings:147 #, no-wrap msgid "Pauses the boot process after Chameleon has finished it's setup then waits for a key press before it starts the mach kernel. Useful when combined with verbose boot for troubleshooting." msgstr "Pauzira boot proces nakon što je Cameleon završio postavljanje, onda čeka na pritisak tipke prije nego se pokrene mach kernel. Korisno u kombinaciji sa verbose podizanjem za riješavanje problema." #. type: "PrivateData_title" -#: Resources/templates/Localizable.strings:130 +#: Resources/templates/Localizable.strings:149 #, no-wrap msgid "PrivateData=No" msgstr "" #. type: "PrivateData_description" -#: Resources/templates/Localizable.strings:131 +#: Resources/templates/Localizable.strings:150 #, no-wrap msgid "Show masked data (serial number) in bdmesg log (enbaled by default)." msgstr "" #. type: "USBBusFix_title" -#: Resources/templates/Localizable.strings:135 +#: Resources/templates/Localizable.strings:154 #, no-wrap msgid "USBBusFix=Yes" msgstr "" #. type: "USBBusFix_description" -#: Resources/templates/Localizable.strings:136 +#: Resources/templates/Localizable.strings:155 #, no-wrap msgid "Enable the XHCI, EHCI and UHCI fixes (disabled by default)." msgstr "" #. type: "USBLegacyOff_title" -#: Resources/templates/Localizable.strings:138 +#: Resources/templates/Localizable.strings:157 #, no-wrap msgid "USBLegacyOff=Yes" msgstr "USBLegacyOff=Yes" #. type: "USBLegacyOff_description" -#: Resources/templates/Localizable.strings:139 +#: Resources/templates/Localizable.strings:158 #, no-wrap msgid "Force USB Legacy off for XHCI and EHCI (disabled by default)." msgstr "" #. type: "XHCILegacyOff_title" -#: Resources/templates/Localizable.strings:141 +#: Resources/templates/Localizable.strings:160 #, no-wrap msgid "XHCILegacyOff=Yes" msgstr "XHCILegacyOff=Yes" #. type: "XHCILegacyOff_description" -#: Resources/templates/Localizable.strings:142 +#: Resources/templates/Localizable.strings:161 #, no-wrap msgid "Force USB Legacy off for XHCI (disabled by default)." msgstr "" #. type: "UHCIreset_title" -#: Resources/templates/Localizable.strings:144 +#: Resources/templates/Localizable.strings:163 #, no-wrap msgid "UHCIreset=Yes" msgstr "UHCIreset=Yes" #. type: "UHCIreset_description" -#: Resources/templates/Localizable.strings:145 +#: Resources/templates/Localizable.strings:164 #, no-wrap msgid "Enables the option to reset UHCI controllers before starting OS X." msgstr "Omogućava opciju za reset UHCI kontrolera prije početka podizanja. " #. type: "EHCIacquire_title" -#: Resources/templates/Localizable.strings:147 +#: Resources/templates/Localizable.strings:166 #, no-wrap msgid "EHCIacquire=Yes" msgstr "EHCIacquire=Yes" #. type: "EHCIacquire_description" -#: Resources/templates/Localizable.strings:148 +#: Resources/templates/Localizable.strings:167 #, no-wrap msgid "Enables the option to fix any EHCI ownership issues due to bad bioses." msgstr "Omogućava opciju za popravak bilo kojih EHCI vlasničkih prava zbog lošeg biosa." #. type: "arch_title" -#: Resources/templates/Localizable.strings:150 +#: Resources/templates/Localizable.strings:169 #, no-wrap msgid "arch=i386" msgstr "arch=i386" #. type: "arch_description" -#: Resources/templates/Localizable.strings:151 +#: Resources/templates/Localizable.strings:170 #, no-wrap msgid "Boots the kernel in 32bit mode rather than the default 64bit mode." msgstr "Pokreće jezgru (kernel) u 32bitnom modu radije nego u zadanom 64bitnom modu." #. type: "EthernetBuiltIn_title" -#: Resources/templates/Localizable.strings:153 +#: Resources/templates/Localizable.strings:172 #, no-wrap msgid "EthernetBuiltIn=Yes" msgstr "EthernetBuiltIn=Yes" #. type: "EthernetBuiltIn_description" -#: Resources/templates/Localizable.strings:154 +#: Resources/templates/Localizable.strings:173 #, no-wrap msgid "Enables the option of adding 'built-in' to your ethernet devices." msgstr "Omogućava mogućnost dodavanja \"ugrađeno\" na vaše Ethernet uređaje." #. type: "EnableWifi_title" -#: Resources/templates/Localizable.strings:156 +#: Resources/templates/Localizable.strings:175 #, no-wrap msgid "EnableWifi=Yes" msgstr "EnableWifi=Yes" #. type: "EnableWifi_description" -#: Resources/templates/Localizable.strings:157 +#: Resources/templates/Localizable.strings:176 #, fuzzy, no-wrap #| msgid "Enables the option of adding 'built-in' to your ethernet devices." msgid "Enables the option of adding AirPort values to your wireless device." msgstr "Omogućava mogućnost dodavanja \"ugrađeno\" na vaše Ethernet uređaje." #. type: "ForceHPET_title" -#: Resources/templates/Localizable.strings:159 +#: Resources/templates/Localizable.strings:178 #, no-wrap msgid "ForceHPET=Yes" msgstr "ForceHPET=Yes" #. type: "ForceHPET_description" -#: Resources/templates/Localizable.strings:160 +#: Resources/templates/Localizable.strings:179 #, no-wrap msgid "Enables HPET on intel chipsets, for bioses that dont include the option." msgstr "Omogućava HPET na Intel čipsetima, za biose koje ne uključuju ovu opciju." #. type: "ForceWake_title" -#: Resources/templates/Localizable.strings:162 +#: Resources/templates/Localizable.strings:181 #, no-wrap msgid "ForceWake=Yes" msgstr "ForceWake=Yes" #. type: "ForceWake_description" -#: Resources/templates/Localizable.strings:163 +#: Resources/templates/Localizable.strings:182 #, no-wrap msgid "This option enables you to bypass bad sleep images." msgstr "Ova opcija omogućava vam da zaobiđete loše uspavane slike (sleep images)." #. type: "ForceFullMemInfo_title" -#: Resources/templates/Localizable.strings:165 +#: Resources/templates/Localizable.strings:184 #, no-wrap msgid "ForceFullMemInfo=Yes" msgstr "ForceFullMemInfo=Yes" #. type: "ForceFullMemInfo_description" -#: Resources/templates/Localizable.strings:166 +#: Resources/templates/Localizable.strings:185 #, no-wrap msgid "Force SMBIOS Table 17 to be 27 bytes long." msgstr "" #. type: "RestartFix_title" -#: Resources/templates/Localizable.strings:168 +#: Resources/templates/Localizable.strings:187 #, no-wrap msgid "RestartFix=No" msgstr "RestartFix=No" #. type: "RestartFix_description" -#: Resources/templates/Localizable.strings:169 +#: Resources/templates/Localizable.strings:188 #, no-wrap msgid "Disables the automatically enabled restart fix." msgstr "Isključuje automatsko omogućavanje restart fix opcije" #. type: "UseMemDetect_title" -#: Resources/templates/Localizable.strings:171 +#: Resources/templates/Localizable.strings:190 #, no-wrap msgid "UseMemDetect=No" msgstr "UseMemDetect=No" #. type: "UseMemDetect_description" -#: Resources/templates/Localizable.strings:172 +#: Resources/templates/Localizable.strings:191 #, no-wrap msgid "Disables the automatically enabled RAM recognition." msgstr "Isključuje omogućeno automatsko RAM prepoznavanje." #. type: "UseKernelCache_title" -#: Resources/templates/Localizable.strings:174 +#: Resources/templates/Localizable.strings:193 #, no-wrap msgid "UseKernelCache=Yes" msgstr "UseKernelCache=Yes" #. type: "UseKernelCache_description" -#: Resources/templates/Localizable.strings:175 +#: Resources/templates/Localizable.strings:194 #, no-wrap msgid "For Lion only. Enables loading of the pre-linked kernel. This will ignore /E/E and /S/L/E. ONLY use this is you have know it contains everything you need." msgstr "Samo za Lion. Omogućava učitavanje prethodno povezanog kernela. Ovo će ignorisati /E/E i /S/L/E. Ovo koristiti samo ako morate znati da sadrži sve što vam je potrebno." #. type: "Wake_title" -#: Resources/templates/Localizable.strings:177 +#: Resources/templates/Localizable.strings:196 #, no-wrap msgid "Wake=Yes" msgstr "Wake=Yes" #. type: "Wake_description" -#: Resources/templates/Localizable.strings:178 +#: Resources/templates/Localizable.strings:197 #, no-wrap msgid "Attempts to load the sleep image saved from last hibernation." msgstr "Pokušava da učita uspavanu sliku snimljenu iz prethodne hibernacije" #. type: "CSTUsingSystemIO_title" -#: Resources/templates/Localizable.strings:182 +#: Resources/templates/Localizable.strings:201 #, no-wrap msgid "CSTUsingSystemIO=Yes" msgstr "CSTUsingSystemIO=Yes" #. type: "CSTUsingSystemIO_description" -#: Resources/templates/Localizable.strings:183 +#: Resources/templates/Localizable.strings:202 #, no-wrap msgid "New C-State _CST generation method using SystemIO registers instead of FixedHW." msgstr "Nova C-state _CST generacija metodom SystemIO registracije umjesto FixedHW." #. type: "DropSSDT_title" -#: Resources/templates/Localizable.strings:185 +#: Resources/templates/Localizable.strings:204 #, no-wrap msgid "DropSSDT=Yes" msgstr "DropSSDT=Yes" #. type: "DropSSDT_description" -#: Resources/templates/Localizable.strings:186 +#: Resources/templates/Localizable.strings:205 #, no-wrap msgid "Discard the motherboard's built-in SSDT tables." msgstr "Odbacuje SSDT tablice ugrađene na matičnoj ploči." #. type: "DropHPET_title" -#: Resources/templates/Localizable.strings:188 +#: Resources/templates/Localizable.strings:207 #, no-wrap msgid "DropHPET=Yes" msgstr "DropHPET=Yes" #. type: "DropHPET_description" -#: Resources/templates/Localizable.strings:189 +#: Resources/templates/Localizable.strings:208 #, fuzzy, no-wrap #| msgid "Discard the motherboard's built-in SSDT tables." msgid "Discard the motherboard's built-in HPET table." msgstr "Odbacuje SSDT tablice ugrađene na matičnoj ploči." #. type: "DropSBST_title" -#: Resources/templates/Localizable.strings:191 +#: Resources/templates/Localizable.strings:210 #, no-wrap msgid "DropSBST=Yes" msgstr "DropSBST=Yes" #. type: "DropSBST_description" -#: Resources/templates/Localizable.strings:192 +#: Resources/templates/Localizable.strings:211 #, fuzzy, no-wrap #| msgid "Discard the motherboard's built-in SSDT tables." msgid "Discard the motherboard's built-in SBST table." msgstr "Odbacuje SSDT tablice ugrađene na matičnoj ploči." #. type: "DropECDT_title" -#: Resources/templates/Localizable.strings:194 +#: Resources/templates/Localizable.strings:213 #, no-wrap msgid "DropECDT=Yes" msgstr "DropECDT=Yes" #. type: "DropECDT_description" -#: Resources/templates/Localizable.strings:195 +#: Resources/templates/Localizable.strings:214 #, fuzzy, no-wrap #| msgid "Discard the motherboard's built-in SSDT tables." msgid "Discard the motherboard's built-in ECDT table." msgstr "Odbacuje SSDT tablice ugrađene na matičnoj ploči." #. type: "DropASFT_title" -#: Resources/templates/Localizable.strings:197 +#: Resources/templates/Localizable.strings:216 #, no-wrap msgid "DropASFT=Yes" msgstr "DropASFT=Yes" #. type: "DropASFT_description" -#: Resources/templates/Localizable.strings:198 +#: Resources/templates/Localizable.strings:217 #, fuzzy, no-wrap #| msgid "Discard the motherboard's built-in SSDT tables." msgid "Discard the motherboard's built-in ASF! table." msgstr "Odbacuje SSDT tablice ugrađene na matičnoj ploči." #. type: "DropDMAR_title" -#: Resources/templates/Localizable.strings:200 +#: Resources/templates/Localizable.strings:219 #, no-wrap msgid "DropDMAR=Yes" msgstr "DropDMAR=Yes" #. type: "DropDMAR_description" -#: Resources/templates/Localizable.strings:201 +#: Resources/templates/Localizable.strings:220 #, no-wrap msgid "Discard the motherboard's built-in DMAR table, this key action resolve the problem with VT-d panics." msgstr "" #. type: "EnableC2State_title" -#: Resources/templates/Localizable.strings:203 +#: Resources/templates/Localizable.strings:222 #, no-wrap msgid "EnableC2State=Yes" msgstr "EnableC2State=Yes" #. type: "EnableC2State_description" -#: Resources/templates/Localizable.strings:204 +#: Resources/templates/Localizable.strings:223 #, no-wrap msgid "Enable specific Processor power state, C2." msgstr "Uključuje posebno Processorsko stanje napajanja, C2." #. type: "EnableC3State_title" -#: Resources/templates/Localizable.strings:206 +#: Resources/templates/Localizable.strings:225 #, no-wrap msgid "EnableC3State=Yes" msgstr "EnableC3State=Yes" #. type: "EnableC3State_description" -#: Resources/templates/Localizable.strings:207 +#: Resources/templates/Localizable.strings:226 #, no-wrap msgid "Enable specific Processor power state, C3." msgstr "Uključuje posebno Processorsko stanje napajanja, C3." #. type: "EnableC4State_title" -#: Resources/templates/Localizable.strings:209 +#: Resources/templates/Localizable.strings:228 #, no-wrap msgid "EnableC4State=Yes" msgstr "EnableC4State=Yes" #. type: "EnableC4State_description" -#: Resources/templates/Localizable.strings:210 +#: Resources/templates/Localizable.strings:229 #, no-wrap msgid "Enable specific Processor power state, C4." msgstr "Uključuje posebno Processorsko stanje napajanja, C4." #. type: "EnableC6State_title" -#: Resources/templates/Localizable.strings:212 +#: Resources/templates/Localizable.strings:231 #, no-wrap msgid "EnableC6State=Yes" msgstr "EnableC6State=Yes" #. type: "EnableC6State_description" -#: Resources/templates/Localizable.strings:213 +#: Resources/templates/Localizable.strings:232 #, no-wrap msgid "Enable specific Processor power state, C6." msgstr "Uključuje posebno Processorsko stanje napajanja, C6." #. type: "EnableC7State_title" -#: Resources/templates/Localizable.strings:215 +#: Resources/templates/Localizable.strings:234 #, no-wrap msgid "EnableC7State=Yes" msgstr "EnableC7State=Yes" #. type: "EnableC7State_description" -#: Resources/templates/Localizable.strings:216 +#: Resources/templates/Localizable.strings:235 #, no-wrap msgid "Enable specific Processor power state, C7." msgstr "Uključuje posebno Processorsko stanje napajanja, C7." #. type: "GenerateCStates_title" -#: Resources/templates/Localizable.strings:218 +#: Resources/templates/Localizable.strings:237 #, no-wrap msgid "GenerateCStates=Yes" msgstr "GenerateCStates=Yes" #. type: "GenerateCStates_description" -#: Resources/templates/Localizable.strings:219 +#: Resources/templates/Localizable.strings:238 #, no-wrap msgid "Enable auto generation of processor idle sleep states (C-States)." msgstr "Uključuje automatsko generisanje procesora u stanju mirovanja (C-States)." #. type: "GeneratePStates_title" -#: Resources/templates/Localizable.strings:221 +#: Resources/templates/Localizable.strings:240 #, no-wrap msgid "GeneratePStates=Yes" msgstr "GeneratePStates=Yes" #. type: "GeneratePStates_description" -#: Resources/templates/Localizable.strings:222 +#: Resources/templates/Localizable.strings:241 #, no-wrap msgid "Enable auto generation of processor power performance states (P-States)." msgstr "Omogućava automatsko generisanje snage procesora stanja performansi (P-States)." #. type: "GenerateTStates_title" -#: Resources/templates/Localizable.strings:224 +#: Resources/templates/Localizable.strings:243 #, no-wrap msgid "GenerateTStates=Yes" msgstr "GenerateTStates=Yes" #. type: "GenerateTStates_description" -#: Resources/templates/Localizable.strings:225 +#: Resources/templates/Localizable.strings:244 #, no-wrap msgid "Enable auto generation of processor power performance states (T-States)." msgstr "Omogućava automatsko generisanje snage procesora stanja performansi (T-States)." #. type: "1024x600x32_title" -#: Resources/templates/Localizable.strings:229 +#: Resources/templates/Localizable.strings:248 #, no-wrap msgid "1024x600x32" msgstr "1024x600x32" #. type: "1024x600x32_description" -#: Resources/templates/Localizable.strings:230 +#: Resources/templates/Localizable.strings:249 #, no-wrap msgid "Set Graphics Mode to 1024x600x32" msgstr "Postavite Grafički Mod na 1024x600x32" #. type: "1024x768x32_title" -#: Resources/templates/Localizable.strings:232 +#: Resources/templates/Localizable.strings:251 #, no-wrap msgid "1024x768x32" msgstr "1024x768x32" #. type: "1024x768x32_description" -#: Resources/templates/Localizable.strings:233 +#: Resources/templates/Localizable.strings:252 #, no-wrap msgid "Set Graphics Mode to 1024x768x32" msgstr "Postavite Grafički Mod na 1024x768x32" #. type: "1280x768x32_title" -#: Resources/templates/Localizable.strings:235 +#: Resources/templates/Localizable.strings:254 #, no-wrap msgid "1280x768x32" msgstr "1280x768x32" #. type: "1280x768x32_description" -#: Resources/templates/Localizable.strings:236 +#: Resources/templates/Localizable.strings:255 #, no-wrap msgid "Set Graphics Mode to 1280x768x32" msgstr "Postavite Grafički Mod na 1280x768x32" #. type: "1280x800x32_title" -#: Resources/templates/Localizable.strings:238 +#: Resources/templates/Localizable.strings:257 #, no-wrap msgid "1280x800x32" msgstr "1280x800x32" #. type: "1280x800x32_description" -#: Resources/templates/Localizable.strings:239 +#: Resources/templates/Localizable.strings:258 #, no-wrap msgid "Set Graphics Mode to 1280x800x32" msgstr "Postavite Grafički Mod na 1280x800x32" #. type: "1280x1024x32_title" -#: Resources/templates/Localizable.strings:241 +#: Resources/templates/Localizable.strings:260 #, no-wrap msgid "1280x1024x32" msgstr "1280x1024x32" #. type: "1280x1024x32_description" -#: Resources/templates/Localizable.strings:242 +#: Resources/templates/Localizable.strings:261 #, no-wrap msgid "Set Graphics Mode to 1280x1024x32" msgstr "Postavite Grafički Mod na 1280x1024x32" #. type: "1280x960x32_title" -#: Resources/templates/Localizable.strings:244 +#: Resources/templates/Localizable.strings:263 #, no-wrap msgid "1280x960x32" msgstr "1280x960x32" #. type: "1280x960x32_description" -#: Resources/templates/Localizable.strings:245 +#: Resources/templates/Localizable.strings:264 #, no-wrap msgid "Set Graphics Mode to 1280x960x32" msgstr "Postavite Grafički Mod na 1280x960x32" #. type: "1366x768x32_title" -#: Resources/templates/Localizable.strings:247 +#: Resources/templates/Localizable.strings:266 #, no-wrap msgid "1366x768x32" msgstr "1366x768x32" #. type: "1366x768x32_description" -#: Resources/templates/Localizable.strings:248 +#: Resources/templates/Localizable.strings:267 #, no-wrap msgid "Set Graphics Mode to 1366x768x32" msgstr "Postavite Grafički Mod na 1366x768x32" #. type: "1440x900x32_title" -#: Resources/templates/Localizable.strings:250 +#: Resources/templates/Localizable.strings:269 #, no-wrap msgid "1440x900x32" msgstr "1440x900x32" #. type: "1440x900x32_description" -#: Resources/templates/Localizable.strings:251 +#: Resources/templates/Localizable.strings:270 #, no-wrap msgid "Set Graphics Mode to 1440x900x32" msgstr "Postavite Grafički Mod na 1440x900x32" #. type: "1600x900x32_title" -#: Resources/templates/Localizable.strings:253 +#: Resources/templates/Localizable.strings:272 #, no-wrap msgid "1600x900x32" msgstr "1600x900x32" #. type: "1600x900x32_description" -#: Resources/templates/Localizable.strings:254 +#: Resources/templates/Localizable.strings:273 #, no-wrap msgid "Set Graphics Mode to 1600x900x32" msgstr "Postavite Grafički Mod na 1600x900x32" #. type: "1600x1200x32_title" -#: Resources/templates/Localizable.strings:256 +#: Resources/templates/Localizable.strings:275 #, no-wrap msgid "1600x1200x32" msgstr "1600x1200x32" #. type: "1600x1200x32_description" -#: Resources/templates/Localizable.strings:257 +#: Resources/templates/Localizable.strings:276 #, no-wrap msgid "Set Graphics Mode to 1600x1200x32" msgstr "Postavite Grafički Mod na 1600x1200x32" #. type: "1680x1050x32_title" -#: Resources/templates/Localizable.strings:259 +#: Resources/templates/Localizable.strings:278 #, no-wrap msgid "1680x1050x32" msgstr "1680x1050x32" #. type: "1680x1050x32_description" -#: Resources/templates/Localizable.strings:260 +#: Resources/templates/Localizable.strings:279 #, no-wrap msgid "Set Graphics Mode to 1680x1050x32" msgstr "Postavite Grafički Mod na 1680x1050x32" #. type: "1920x1080x32_title" -#: Resources/templates/Localizable.strings:262 +#: Resources/templates/Localizable.strings:281 #, no-wrap msgid "1920x1080x32" msgstr "1920x1080x32" #. type: "1920x1080x32_description" -#: Resources/templates/Localizable.strings:263 +#: Resources/templates/Localizable.strings:282 #, no-wrap msgid "Set Graphics Mode to 1920x1080x32" msgstr "Postavite Grafički Mod na 1920x1080x32" #. type: "1920x1200x32_title" -#: Resources/templates/Localizable.strings:265 +#: Resources/templates/Localizable.strings:284 #, no-wrap msgid "1920x1200x32" msgstr "1920x1200x32" #. type: "1920x1200x32_description" -#: Resources/templates/Localizable.strings:266 +#: Resources/templates/Localizable.strings:285 #, no-wrap msgid "Set Graphics Mode to 1920x1200x32" msgstr "Postavite Grafički Mod na 1920x1200x32" #. type: "HDAULayoutIDx01_title" -#: Resources/templates/Localizable.strings:270 -#: Resources/templates/Localizable.strings:376 +#: Resources/templates/Localizable.strings:289 +#: Resources/templates/Localizable.strings:395 #, no-wrap msgid "LayoutID=1" msgstr "LayoutID=1" #. type: "HDEFLayoutIDx01_description" -#: Resources/templates/Localizable.strings:271 +#: Resources/templates/Localizable.strings:290 #, no-wrap msgid "" "Set HDEF layout-it to 1:\n" @@ -1165,14 +1228,14 @@ msgstr "" #. type: "HDAULayoutIDx02_title" -#: Resources/templates/Localizable.strings:274 -#: Resources/templates/Localizable.strings:380 +#: Resources/templates/Localizable.strings:293 +#: Resources/templates/Localizable.strings:399 #, no-wrap msgid "LayoutID=2" msgstr "LayoutID=2" #. type: "HDEFLayoutIDx02_description" -#: Resources/templates/Localizable.strings:275 +#: Resources/templates/Localizable.strings:294 #, no-wrap msgid "" "Set HDEF layout-it to 2:\n" @@ -1180,14 +1243,14 @@ msgstr "" #. type: "HDAULayoutIDx03_title" -#: Resources/templates/Localizable.strings:278 -#: Resources/templates/Localizable.strings:384 +#: Resources/templates/Localizable.strings:297 +#: Resources/templates/Localizable.strings:403 #, no-wrap msgid "LayoutID=3" msgstr "LayoutID=3" #. type: "HDEFLayoutIDx03_description" -#: Resources/templates/Localizable.strings:279 +#: Resources/templates/Localizable.strings:298 #, no-wrap msgid "" "Set HDEF layout-it to 3:\n" @@ -1195,14 +1258,14 @@ msgstr "" #. type: "HDAULayoutIDx05_title" -#: Resources/templates/Localizable.strings:282 -#: Resources/templates/Localizable.strings:388 +#: Resources/templates/Localizable.strings:301 +#: Resources/templates/Localizable.strings:407 #, no-wrap msgid "LayoutID=5" msgstr "LayoutID=5" #. type: "HDEFLayoutIDx05_description" -#: Resources/templates/Localizable.strings:283 +#: Resources/templates/Localizable.strings:302 #, no-wrap msgid "" "Set HDEF layout-it to 5:\n" @@ -1210,14 +1273,14 @@ msgstr "" #. type: "HDAULayoutIDx07_title" -#: Resources/templates/Localizable.strings:286 -#: Resources/templates/Localizable.strings:392 +#: Resources/templates/Localizable.strings:305 +#: Resources/templates/Localizable.strings:411 #, no-wrap msgid "LayoutID=7" msgstr "LayoutID=7" #. type: "HDEFLayoutIDx07_description" -#: Resources/templates/Localizable.strings:287 +#: Resources/templates/Localizable.strings:306 #, no-wrap msgid "" "Set HDEF layout-it to 7:\n" @@ -1225,14 +1288,14 @@ msgstr "" #. type: "HDAULayoutIDx12_title" -#: Resources/templates/Localizable.strings:290 -#: Resources/templates/Localizable.strings:396 +#: Resources/templates/Localizable.strings:309 +#: Resources/templates/Localizable.strings:415 #, no-wrap msgid "LayoutID=12" msgstr "LayoutID=12" #. type: "HDEFLayoutIDx12_description" -#: Resources/templates/Localizable.strings:291 +#: Resources/templates/Localizable.strings:310 #, no-wrap msgid "" "Set HDEF layout-it to 12:\n" @@ -1240,14 +1303,14 @@ msgstr "" #. type: "HDAULayoutIDx32_title" -#: Resources/templates/Localizable.strings:294 -#: Resources/templates/Localizable.strings:400 +#: Resources/templates/Localizable.strings:313 +#: Resources/templates/Localizable.strings:419 #, no-wrap msgid "LayoutID=32" msgstr "LayoutID=32" #. type: "HDEFLayoutIDx32_description" -#: Resources/templates/Localizable.strings:295 +#: Resources/templates/Localizable.strings:314 #, no-wrap msgid "" "Set HDEF layout-it to 32:\n" @@ -1255,14 +1318,14 @@ msgstr "" #. type: "HDAULayoutIDx40_title" -#: Resources/templates/Localizable.strings:298 -#: Resources/templates/Localizable.strings:404 +#: Resources/templates/Localizable.strings:317 +#: Resources/templates/Localizable.strings:423 #, no-wrap msgid "LayoutID=40" msgstr "LayoutID=40" #. type: "HDEFLayoutIDx40_description" -#: Resources/templates/Localizable.strings:299 +#: Resources/templates/Localizable.strings:318 #, no-wrap msgid "" "Set HDEF layout-it to 40:\n" @@ -1270,14 +1333,14 @@ msgstr "" #. type: "HDAULayoutIDx65_title" -#: Resources/templates/Localizable.strings:302 -#: Resources/templates/Localizable.strings:408 +#: Resources/templates/Localizable.strings:321 +#: Resources/templates/Localizable.strings:427 #, no-wrap msgid "LayoutID=65" msgstr "LayoutID=65" #. type: "HDEFLayoutIDx65_description" -#: Resources/templates/Localizable.strings:303 +#: Resources/templates/Localizable.strings:322 #, no-wrap msgid "" "Set HDEF layout-it to 65:\n" @@ -1285,14 +1348,14 @@ msgstr "" #. type: "HDAULayoutIDx99_title" -#: Resources/templates/Localizable.strings:306 -#: Resources/templates/Localizable.strings:412 +#: Resources/templates/Localizable.strings:325 +#: Resources/templates/Localizable.strings:431 #, no-wrap msgid "LayoutID=99" msgstr "LayoutID=99" #. type: "HDEFLayoutIDx99_description" -#: Resources/templates/Localizable.strings:307 +#: Resources/templates/Localizable.strings:326 #, no-wrap msgid "" "Set HDEF layout-it to 99:\n" @@ -1300,14 +1363,14 @@ msgstr "" #. type: "HDAULayoutIDx269_title" -#: Resources/templates/Localizable.strings:310 -#: Resources/templates/Localizable.strings:416 +#: Resources/templates/Localizable.strings:329 +#: Resources/templates/Localizable.strings:435 #, no-wrap msgid "LayoutID=269" msgstr "" #. type: "HDEFLayoutIDx269_description" -#: Resources/templates/Localizable.strings:311 +#: Resources/templates/Localizable.strings:330 #, no-wrap msgid "" "Set HDEF layout-it to 269:\n" @@ -1315,14 +1378,14 @@ msgstr "" #. type: "HDAULayoutIDx387_title" -#: Resources/templates/Localizable.strings:314 -#: Resources/templates/Localizable.strings:420 +#: Resources/templates/Localizable.strings:333 +#: Resources/templates/Localizable.strings:439 #, no-wrap msgid "LayoutID=387" msgstr "" #. type: "HDEFLayoutIDx387_description" -#: Resources/templates/Localizable.strings:315 +#: Resources/templates/Localizable.strings:334 #, no-wrap msgid "" "Set HDEF layout-it to 387:\n" @@ -1330,14 +1393,14 @@ msgstr "" #. type: "HDAULayoutIDx388_title" -#: Resources/templates/Localizable.strings:318 -#: Resources/templates/Localizable.strings:424 +#: Resources/templates/Localizable.strings:337 +#: Resources/templates/Localizable.strings:443 #, no-wrap msgid "LayoutID=388" msgstr "" #. type: "HDEFLayoutIDx388_description" -#: Resources/templates/Localizable.strings:319 +#: Resources/templates/Localizable.strings:338 #, no-wrap msgid "" "Set HDEF layout-it to 388:\n" @@ -1345,14 +1408,14 @@ msgstr "" #. type: "HDAULayoutIDx389_title" -#: Resources/templates/Localizable.strings:322 -#: Resources/templates/Localizable.strings:428 +#: Resources/templates/Localizable.strings:341 +#: Resources/templates/Localizable.strings:447 #, no-wrap msgid "LayoutID=389" msgstr "" #. type: "HDEFLayoutIDx389_description" -#: Resources/templates/Localizable.strings:323 +#: Resources/templates/Localizable.strings:342 #, no-wrap msgid "" "Set HDEF layout-it to 389:\n" @@ -1360,14 +1423,14 @@ msgstr "" #. type: "HDAULayoutIDx392_title" -#: Resources/templates/Localizable.strings:326 -#: Resources/templates/Localizable.strings:432 +#: Resources/templates/Localizable.strings:345 +#: Resources/templates/Localizable.strings:451 #, no-wrap msgid "LayoutID=392" msgstr "" #. type: "HDEFLayoutIDx392_description" -#: Resources/templates/Localizable.strings:327 +#: Resources/templates/Localizable.strings:346 #, no-wrap msgid "" "Set HDEF layout-it to 392:\n" @@ -1375,14 +1438,14 @@ msgstr "" #. type: "HDAULayoutIDx398_title" -#: Resources/templates/Localizable.strings:330 -#: Resources/templates/Localizable.strings:436 +#: Resources/templates/Localizable.strings:349 +#: Resources/templates/Localizable.strings:455 #, no-wrap msgid "LayoutID=398" msgstr "" #. type: "HDEFLayoutIDx398_description" -#: Resources/templates/Localizable.strings:331 +#: Resources/templates/Localizable.strings:350 #, no-wrap msgid "" "Set HDEF layout-it to 398:\n" @@ -1390,14 +1453,14 @@ msgstr "" #. type: "HDAULayoutIDx662_title" -#: Resources/templates/Localizable.strings:334 -#: Resources/templates/Localizable.strings:440 +#: Resources/templates/Localizable.strings:353 +#: Resources/templates/Localizable.strings:459 #, no-wrap msgid "LayoutID=662" msgstr "" #. type: "HDEFLayoutIDx662_description" -#: Resources/templates/Localizable.strings:335 +#: Resources/templates/Localizable.strings:354 #, no-wrap msgid "" "Set HDEF layout-it to 662:\n" @@ -1405,14 +1468,14 @@ msgstr "" #. type: "HDAULayoutIDx663_title" -#: Resources/templates/Localizable.strings:338 -#: Resources/templates/Localizable.strings:444 +#: Resources/templates/Localizable.strings:357 +#: Resources/templates/Localizable.strings:463 #, no-wrap msgid "LayoutID=663" msgstr "" #. type: "HDEFLayoutIDx663_description" -#: Resources/templates/Localizable.strings:339 +#: Resources/templates/Localizable.strings:358 #, no-wrap msgid "" "Set HDEF layout-it to 663:\n" @@ -1420,14 +1483,14 @@ msgstr "" #. type: "HDAULayoutIDx664_title" -#: Resources/templates/Localizable.strings:342 -#: Resources/templates/Localizable.strings:448 +#: Resources/templates/Localizable.strings:361 +#: Resources/templates/Localizable.strings:467 #, no-wrap msgid "LayoutID=664" msgstr "" #. type: "HDEFLayoutIDx664_description" -#: Resources/templates/Localizable.strings:343 +#: Resources/templates/Localizable.strings:362 #, no-wrap msgid "" "Set HDEF layout-it to 664:\n" @@ -1435,14 +1498,14 @@ msgstr "" #. type: "HDAULayoutIDx885_title" -#: Resources/templates/Localizable.strings:346 -#: Resources/templates/Localizable.strings:452 +#: Resources/templates/Localizable.strings:365 +#: Resources/templates/Localizable.strings:471 #, no-wrap msgid "LayoutID=885" msgstr "" #. type: "HDEFLayoutIDx885_description" -#: Resources/templates/Localizable.strings:347 +#: Resources/templates/Localizable.strings:366 #, no-wrap msgid "" "Set HDEF layout-it to 885:\n" @@ -1450,14 +1513,14 @@ msgstr "" #. type: "HDAULayoutIDx887_title" -#: Resources/templates/Localizable.strings:350 -#: Resources/templates/Localizable.strings:456 +#: Resources/templates/Localizable.strings:369 +#: Resources/templates/Localizable.strings:475 #, no-wrap msgid "LayoutID=887" msgstr "" #. type: "HDEFLayoutIDx887_description" -#: Resources/templates/Localizable.strings:351 +#: Resources/templates/Localizable.strings:370 #, no-wrap msgid "" "Set HDEF layout-it to 887:\n" @@ -1465,14 +1528,14 @@ msgstr "" #. type: "HDAULayoutIDx888_title" -#: Resources/templates/Localizable.strings:354 -#: Resources/templates/Localizable.strings:460 +#: Resources/templates/Localizable.strings:373 +#: Resources/templates/Localizable.strings:479 #, no-wrap msgid "LayoutID=888" msgstr "" #. type: "HDEFLayoutIDx888_description" -#: Resources/templates/Localizable.strings:355 +#: Resources/templates/Localizable.strings:374 #, no-wrap msgid "" "Set HDEF layout-it to 888:\n" @@ -1480,14 +1543,14 @@ msgstr "" #. type: "HDAULayoutIDx889_title" -#: Resources/templates/Localizable.strings:358 -#: Resources/templates/Localizable.strings:464 +#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:483 #, no-wrap msgid "LayoutID=889" msgstr "" #. type: "HDEFLayoutIDx889_description" -#: Resources/templates/Localizable.strings:359 +#: Resources/templates/Localizable.strings:378 #, no-wrap msgid "" "Set HDEF layout-it to 889:\n" @@ -1495,14 +1558,14 @@ msgstr "" #. type: "HDAULayoutIDx892_title" -#: Resources/templates/Localizable.strings:362 -#: Resources/templates/Localizable.strings:468 +#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:487 #, no-wrap msgid "LayoutID=892" msgstr "" #. type: "HDEFLayoutIDx892_description" -#: Resources/templates/Localizable.strings:363 +#: Resources/templates/Localizable.strings:382 #, no-wrap msgid "" "Set HDEF layout-it to 892:\n" @@ -1510,14 +1573,14 @@ msgstr "" #. type: "HDAULayoutIDx898_title" -#: Resources/templates/Localizable.strings:366 -#: Resources/templates/Localizable.strings:472 +#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:491 #, no-wrap msgid "LayoutID=898" msgstr "" #. type: "HDEFLayoutIDx898_description" -#: Resources/templates/Localizable.strings:367 +#: Resources/templates/Localizable.strings:386 #, no-wrap msgid "" "Set HDEF layout-it to 898:\n" @@ -1525,14 +1588,14 @@ msgstr "" #. type: "HDAULayoutIDxBD7_title" -#: Resources/templates/Localizable.strings:370 -#: Resources/templates/Localizable.strings:476 +#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:495 #, no-wrap msgid "LayoutID=1981" msgstr "" #. type: "HDEFLayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:371 +#: Resources/templates/Localizable.strings:390 #, no-wrap msgid "" "Set HDEF layout-it to 1981:\n" @@ -1540,7 +1603,7 @@ msgstr "" #. type: "HDAULayoutIDx01_description" -#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:396 #, no-wrap msgid "" "Set HDAU layout-it to 1:\n" @@ -1548,7 +1611,7 @@ msgstr "" #. type: "HDAULayoutIDx02_description" -#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:400 #, no-wrap msgid "" "Set HDAU layout-it to 2:\n" @@ -1556,7 +1619,7 @@ msgstr "" #. type: "HDAULayoutIDx03_description" -#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:404 #, no-wrap msgid "" "Set HDAU layout-it to 3:\n" @@ -1564,7 +1627,7 @@ msgstr "" #. type: "HDAULayoutIDx05_description" -#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:408 #, no-wrap msgid "" "Set HDAU layout-it to 5:\n" @@ -1572,7 +1635,7 @@ msgstr "" #. type: "HDAULayoutIDx07_description" -#: Resources/templates/Localizable.strings:393 +#: Resources/templates/Localizable.strings:412 #, no-wrap msgid "" "Set HDAU layout-it to 7:\n" @@ -1580,7 +1643,7 @@ msgstr "" #. type: "HDAULayoutIDx12_description" -#: Resources/templates/Localizable.strings:397 +#: Resources/templates/Localizable.strings:416 #, no-wrap msgid "" "Set HDAU layout-it to 12:\n" @@ -1588,7 +1651,7 @@ msgstr "" #. type: "HDAULayoutIDx32_description" -#: Resources/templates/Localizable.strings:401 +#: Resources/templates/Localizable.strings:420 #, no-wrap msgid "" "Set HDAU layout-it to 32:\n" @@ -1596,7 +1659,7 @@ msgstr "" #. type: "HDAULayoutIDx40_description" -#: Resources/templates/Localizable.strings:405 +#: Resources/templates/Localizable.strings:424 #, no-wrap msgid "" "Set HDAU layout-it to 40:\n" @@ -1604,7 +1667,7 @@ msgstr "" #. type: "HDAULayoutIDx65_description" -#: Resources/templates/Localizable.strings:409 +#: Resources/templates/Localizable.strings:428 #, no-wrap msgid "" "Set HDAU layout-it to 65:\n" @@ -1612,7 +1675,7 @@ msgstr "" #. type: "HDAULayoutIDx99_description" -#: Resources/templates/Localizable.strings:413 +#: Resources/templates/Localizable.strings:432 #, no-wrap msgid "" "Set HDAU layout-it to 99:\n" @@ -1620,7 +1683,7 @@ msgstr "" #. type: "HDAULayoutIDx269_description" -#: Resources/templates/Localizable.strings:417 +#: Resources/templates/Localizable.strings:436 #, no-wrap msgid "" "Set HDAU layout-it to 269:\n" @@ -1628,7 +1691,7 @@ msgstr "" #. type: "HDAULayoutIDx387_description" -#: Resources/templates/Localizable.strings:421 +#: Resources/templates/Localizable.strings:440 #, no-wrap msgid "" "Set HDAU layout-it to 387:\n" @@ -1636,7 +1699,7 @@ msgstr "" #. type: "HDAULayoutIDx388_description" -#: Resources/templates/Localizable.strings:425 +#: Resources/templates/Localizable.strings:444 #, no-wrap msgid "" "Set HDAU layout-it to 388:\n" @@ -1644,7 +1707,7 @@ msgstr "" #. type: "HDAULayoutIDx389_description" -#: Resources/templates/Localizable.strings:429 +#: Resources/templates/Localizable.strings:448 #, no-wrap msgid "" "Set HDAU layout-it to 389:\n" @@ -1652,7 +1715,7 @@ msgstr "" #. type: "HDAULayoutIDx392_description" -#: Resources/templates/Localizable.strings:433 +#: Resources/templates/Localizable.strings:452 #, no-wrap msgid "" "Set HDAU layout-it to 392:\n" @@ -1660,7 +1723,7 @@ msgstr "" #. type: "HDAULayoutIDx398_description" -#: Resources/templates/Localizable.strings:437 +#: Resources/templates/Localizable.strings:456 #, no-wrap msgid "" "Set HDAU layout-it to 398:\n" @@ -1668,7 +1731,7 @@ msgstr "" #. type: "HDAULayoutIDx662_description" -#: Resources/templates/Localizable.strings:441 +#: Resources/templates/Localizable.strings:460 #, no-wrap msgid "" "Set HDAU layout-it to 662:\n" @@ -1676,7 +1739,7 @@ msgstr "" #. type: "HDAULayoutIDx663_description" -#: Resources/templates/Localizable.strings:445 +#: Resources/templates/Localizable.strings:464 #, no-wrap msgid "" "Set HDAU layout-it to 663:\n" @@ -1684,7 +1747,7 @@ msgstr "" #. type: "HDAULayoutIDx664_description" -#: Resources/templates/Localizable.strings:449 +#: Resources/templates/Localizable.strings:468 #, no-wrap msgid "" "Set HDAU layout-it to 664:\n" @@ -1692,7 +1755,7 @@ msgstr "" #. type: "HDAULayoutIDx885_description" -#: Resources/templates/Localizable.strings:453 +#: Resources/templates/Localizable.strings:472 #, no-wrap msgid "" "Set HDAU layout-it to 885:\n" @@ -1700,7 +1763,7 @@ msgstr "" #. type: "HDAULayoutIDx887_description" -#: Resources/templates/Localizable.strings:457 +#: Resources/templates/Localizable.strings:476 #, no-wrap msgid "" "Set HDAU layout-it to 887:\n" @@ -1708,7 +1771,7 @@ msgstr "" #. type: "HDAULayoutIDx888_description" -#: Resources/templates/Localizable.strings:461 +#: Resources/templates/Localizable.strings:480 #, no-wrap msgid "" "Set HDAU layout-it to 888:\n" @@ -1716,7 +1779,7 @@ msgstr "" #. type: "HDAULayoutIDx889_description" -#: Resources/templates/Localizable.strings:465 +#: Resources/templates/Localizable.strings:484 #, no-wrap msgid "" "Set HDAU layout-it to 889:\n" @@ -1724,7 +1787,7 @@ msgstr "" #. type: "HDAULayoutIDx892_description" -#: Resources/templates/Localizable.strings:469 +#: Resources/templates/Localizable.strings:488 #, no-wrap msgid "" "Set HDAU layout-it to 892:\n" @@ -1732,7 +1795,7 @@ msgstr "" #. type: "HDAULayoutIDx898_description" -#: Resources/templates/Localizable.strings:473 +#: Resources/templates/Localizable.strings:492 #, no-wrap msgid "" "Set HDAU layout-it to 898:\n" @@ -1740,7 +1803,7 @@ msgstr "" #. type: "HDAULayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:477 +#: Resources/templates/Localizable.strings:496 #, no-wrap msgid "" "Set HDAU layout-it to 1981:\n" @@ -1748,626 +1811,626 @@ msgstr "" #. type: "IntelCaprix00_title" -#: Resources/templates/Localizable.strings:482 +#: Resources/templates/Localizable.strings:501 #, no-wrap msgid "01660000" msgstr "" #. type: "IntelCaprix00_description" -#: Resources/templates/Localizable.strings:483 +#: Resources/templates/Localizable.strings:502 #, no-wrap msgid "Set 01660000 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix01_title" -#: Resources/templates/Localizable.strings:485 +#: Resources/templates/Localizable.strings:504 #, no-wrap msgid "01660001" msgstr "" #. type: "IntelCaprix01_description" -#: Resources/templates/Localizable.strings:486 +#: Resources/templates/Localizable.strings:505 #, no-wrap msgid "Set 01660001 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix02_title" -#: Resources/templates/Localizable.strings:488 +#: Resources/templates/Localizable.strings:507 #, no-wrap msgid "01660002" msgstr "" #. type: "IntelCaprix02_description" -#: Resources/templates/Localizable.strings:489 +#: Resources/templates/Localizable.strings:508 #, no-wrap msgid "Set 01660002 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix03_title" -#: Resources/templates/Localizable.strings:491 +#: Resources/templates/Localizable.strings:510 #, no-wrap msgid "01660003" msgstr "" #. type: "IntelCaprix03_description" -#: Resources/templates/Localizable.strings:492 +#: Resources/templates/Localizable.strings:511 #, no-wrap msgid "Set 01660003 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix04_title" -#: Resources/templates/Localizable.strings:494 +#: Resources/templates/Localizable.strings:513 #, no-wrap msgid "01660004" msgstr "" #. type: "IntelCaprix04_description" -#: Resources/templates/Localizable.strings:495 +#: Resources/templates/Localizable.strings:514 #, no-wrap msgid "Set 01660004 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix05_title" -#: Resources/templates/Localizable.strings:497 +#: Resources/templates/Localizable.strings:516 #, no-wrap msgid "01620005" msgstr "" #. type: "IntelCaprix05_description" -#: Resources/templates/Localizable.strings:498 +#: Resources/templates/Localizable.strings:517 #, no-wrap msgid "Set 01620005 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix06_title" -#: Resources/templates/Localizable.strings:500 +#: Resources/templates/Localizable.strings:519 #, no-wrap msgid "01620006" msgstr "" #. type: "IntelCaprix06_description" -#: Resources/templates/Localizable.strings:501 +#: Resources/templates/Localizable.strings:520 #, no-wrap msgid "Set 01620006 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix07_title" -#: Resources/templates/Localizable.strings:503 +#: Resources/templates/Localizable.strings:522 #, no-wrap msgid "01620007" msgstr "" #. type: "IntelCaprix07_description" -#: Resources/templates/Localizable.strings:504 +#: Resources/templates/Localizable.strings:523 #, no-wrap msgid "Set 01620007 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix08_title" -#: Resources/templates/Localizable.strings:506 +#: Resources/templates/Localizable.strings:525 #, no-wrap msgid "01660008" msgstr "" #. type: "IntelCaprix08_description" -#: Resources/templates/Localizable.strings:507 +#: Resources/templates/Localizable.strings:526 #, no-wrap msgid "Set 01660008 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix09_title" -#: Resources/templates/Localizable.strings:509 +#: Resources/templates/Localizable.strings:528 #, no-wrap msgid "01660009" msgstr "" #. type: "IntelCaprix09_description" -#: Resources/templates/Localizable.strings:510 +#: Resources/templates/Localizable.strings:529 #, no-wrap msgid "Set 01660009 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix10_title" -#: Resources/templates/Localizable.strings:512 +#: Resources/templates/Localizable.strings:531 #, no-wrap msgid "0166000a" msgstr "" #. type: "IntelCaprix10_description" -#: Resources/templates/Localizable.strings:513 +#: Resources/templates/Localizable.strings:532 #, no-wrap msgid "Set 0166000a for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix11_title" -#: Resources/templates/Localizable.strings:515 +#: Resources/templates/Localizable.strings:534 #, no-wrap msgid "0166000b" msgstr "" #. type: "IntelCaprix11_description" -#: Resources/templates/Localizable.strings:516 +#: Resources/templates/Localizable.strings:535 #, no-wrap msgid "Set 0166000b for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelAzulx00_title" -#: Resources/templates/Localizable.strings:520 +#: Resources/templates/Localizable.strings:539 #, no-wrap msgid "00000604" msgstr "" #. type: "IntelAzulx00_description" -#: Resources/templates/Localizable.strings:521 +#: Resources/templates/Localizable.strings:540 #, no-wrap msgid "Set 00000604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx01_title" -#: Resources/templates/Localizable.strings:523 +#: Resources/templates/Localizable.strings:542 #, no-wrap msgid "0000060c" msgstr "" #. type: "IntelAzulx01_description" -#: Resources/templates/Localizable.strings:524 +#: Resources/templates/Localizable.strings:543 #, no-wrap msgid "Set 0000060c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx02_title" -#: Resources/templates/Localizable.strings:526 +#: Resources/templates/Localizable.strings:545 #, no-wrap msgid "00001604" msgstr "" #. type: "IntelAzulx02_description" -#: Resources/templates/Localizable.strings:527 +#: Resources/templates/Localizable.strings:546 #, no-wrap msgid "Set 00001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx03_title" -#: Resources/templates/Localizable.strings:529 +#: Resources/templates/Localizable.strings:548 #, no-wrap msgid "0000160a" msgstr "" #. type: "IntelAzulx03_description" -#: Resources/templates/Localizable.strings:530 +#: Resources/templates/Localizable.strings:549 #, no-wrap msgid "Set 0000160a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx04_title" -#: Resources/templates/Localizable.strings:532 +#: Resources/templates/Localizable.strings:551 #, no-wrap msgid "0000160c" msgstr "" #. type: "IntelAzulx04_description" -#: Resources/templates/Localizable.strings:533 +#: Resources/templates/Localizable.strings:552 #, no-wrap msgid "Set 0000160c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx05_title" -#: Resources/templates/Localizable.strings:535 +#: Resources/templates/Localizable.strings:554 #, no-wrap msgid "00002604" msgstr "" #. type: "IntelAzulx05_description" -#: Resources/templates/Localizable.strings:536 +#: Resources/templates/Localizable.strings:555 #, no-wrap msgid "Set 00002604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx06_title" -#: Resources/templates/Localizable.strings:538 +#: Resources/templates/Localizable.strings:557 #, no-wrap msgid "0000260a" msgstr "" #. type: "IntelAzulx06_description" -#: Resources/templates/Localizable.strings:539 +#: Resources/templates/Localizable.strings:558 #, no-wrap msgid "Set 0000260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx07_title" -#: Resources/templates/Localizable.strings:541 +#: Resources/templates/Localizable.strings:560 #, no-wrap msgid "0000260c" msgstr "" #. type: "IntelAzulx07_description" -#: Resources/templates/Localizable.strings:542 +#: Resources/templates/Localizable.strings:561 #, no-wrap msgid "Set 0600260c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx08_title" -#: Resources/templates/Localizable.strings:544 +#: Resources/templates/Localizable.strings:563 #, no-wrap msgid "0000260d" msgstr "" #. type: "IntelAzulx08_description" -#: Resources/templates/Localizable.strings:545 +#: Resources/templates/Localizable.strings:564 #, no-wrap msgid "Set 0000260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx09_title" -#: Resources/templates/Localizable.strings:547 +#: Resources/templates/Localizable.strings:566 #, no-wrap msgid "02001604" msgstr "" #. type: "IntelAzulx09_description" -#: Resources/templates/Localizable.strings:548 +#: Resources/templates/Localizable.strings:567 #, no-wrap msgid "Set 02001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx10_title" -#: Resources/templates/Localizable.strings:550 +#: Resources/templates/Localizable.strings:569 #, no-wrap msgid "0300220d" msgstr "" #. type: "IntelAzulx10_description" -#: Resources/templates/Localizable.strings:551 +#: Resources/templates/Localizable.strings:570 #, no-wrap msgid "Set 0300220d for Intel Haswell (Desktop) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx11_title" -#: Resources/templates/Localizable.strings:553 +#: Resources/templates/Localizable.strings:572 #, no-wrap msgid "0500260a" msgstr "" #. type: "IntelAzulx11_description" -#: Resources/templates/Localizable.strings:554 +#: Resources/templates/Localizable.strings:573 #, no-wrap msgid "Set 0500260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx12_title" -#: Resources/templates/Localizable.strings:556 +#: Resources/templates/Localizable.strings:575 #, no-wrap msgid "0600260a" msgstr "" #. type: "IntelAzulx12_description" -#: Resources/templates/Localizable.strings:557 +#: Resources/templates/Localizable.strings:576 #, no-wrap msgid "Set 0600260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx13_title" -#: Resources/templates/Localizable.strings:559 +#: Resources/templates/Localizable.strings:578 #, no-wrap msgid "0700260d" msgstr "" #. type: "IntelAzulx13_description" -#: Resources/templates/Localizable.strings:560 +#: Resources/templates/Localizable.strings:579 #, no-wrap msgid "Set 0700260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx14_title" -#: Resources/templates/Localizable.strings:562 +#: Resources/templates/Localizable.strings:581 #, no-wrap msgid "0800260a" msgstr "" #. type: "IntelAzulx14_description" -#: Resources/templates/Localizable.strings:563 +#: Resources/templates/Localizable.strings:582 #, no-wrap msgid "Set 0800260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx15_title" -#: Resources/templates/Localizable.strings:565 +#: Resources/templates/Localizable.strings:584 #, no-wrap msgid "08002e0a" msgstr "" #. type: "IntelAzulx15_description" -#: Resources/templates/Localizable.strings:566 +#: Resources/templates/Localizable.strings:585 #, no-wrap msgid "Set 08002e0a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "AD2000B_PinConf_title" -#: Resources/templates/Localizable.strings:570 +#: Resources/templates/Localizable.strings:589 #, no-wrap msgid "AD2000b" msgstr "" #. type: "AD2000B_PinConf_description" -#: Resources/templates/Localizable.strings:571 +#: Resources/templates/Localizable.strings:590 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD2000b." msgstr "" #. type: "AD1981HD_PinConf_title" -#: Resources/templates/Localizable.strings:573 +#: Resources/templates/Localizable.strings:592 #, no-wrap msgid "AD1981HD" msgstr "AD1981HD" #. type: "AD1981HD_PinConf_description" -#: Resources/templates/Localizable.strings:574 +#: Resources/templates/Localizable.strings:593 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1981HD." msgstr "" #. type: "AD1988B_PinConf_title" -#: Resources/templates/Localizable.strings:576 +#: Resources/templates/Localizable.strings:595 #, no-wrap msgid "AD1988b" msgstr "AD1988b" #. type: "AD1988B_PinConf_description" -#: Resources/templates/Localizable.strings:577 +#: Resources/templates/Localizable.strings:596 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1988b." msgstr "" #. type: "ALC888_PinConf_title" -#: Resources/templates/Localizable.strings:579 +#: Resources/templates/Localizable.strings:598 #, no-wrap msgid "ALC888" msgstr "ALC888" #. type: "ALC888_PinConf_description" -#: Resources/templates/Localizable.strings:580 +#: Resources/templates/Localizable.strings:599 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC888." msgstr "" #. type: "ALC1200_PinConf_title" -#: Resources/templates/Localizable.strings:582 +#: Resources/templates/Localizable.strings:601 #, no-wrap msgid "ALC1200" msgstr "ALC1200" #. type: "ALC1200_PinConf_description" -#: Resources/templates/Localizable.strings:583 +#: Resources/templates/Localizable.strings:602 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC1200." msgstr "" #. type: "00_PinConf_title" -#: Resources/templates/Localizable.strings:585 +#: Resources/templates/Localizable.strings:604 #, no-wrap msgid "00" msgstr "00" #. type: "00_PinConf_description" -#: Resources/templates/Localizable.strings:586 +#: Resources/templates/Localizable.strings:605 #, no-wrap msgid "Set HDEF PinConfiguration for ???." msgstr "" #. type: "GraphicsEnabler_title" -#: Resources/templates/Localizable.strings:590 +#: Resources/templates/Localizable.strings:609 #, no-wrap msgid "GraphicsEnabler=Yes" msgstr "GraphicsEnabler=Yes" #. type: "GraphicsEnabler_description" -#: Resources/templates/Localizable.strings:591 +#: Resources/templates/Localizable.strings:610 #, fuzzy, no-wrap #| msgid "Enables the option to autodetect NVIDIA based GPUs and inject the correct info." msgid "Enables the option to autodetect NVIDIA, AMD/ATI or Intel based GPUs and inject the correct info." msgstr "Omogućava opciju auto prepoznavanja NVIDIA baziranih grafičkih video kartica i upisuje pravilne informacije o istoj." #. type: "EnableHDMIAudio_title" -#: Resources/templates/Localizable.strings:593 +#: Resources/templates/Localizable.strings:612 #, no-wrap msgid "EnableHDMIAudio=Yes" msgstr "EnableHDMIAudio=Yes" #. type: "EnableHDMIAudio_description" -#: Resources/templates/Localizable.strings:594 +#: Resources/templates/Localizable.strings:613 #, no-wrap msgid "Inject HDMi audio for NVIDIA or AMD/ATI." msgstr "" #. type: "UseIntelHDMI_title" -#: Resources/templates/Localizable.strings:596 +#: Resources/templates/Localizable.strings:615 #, no-wrap msgid "UseIntelHDMI=Yes" msgstr "UseIntelHDMI=Yes" #. type: "UseIntelHDMI_description" -#: Resources/templates/Localizable.strings:597 +#: Resources/templates/Localizable.strings:616 #, no-wrap msgid "If YES, hda-gfx=onboard-1 will be injected into the GFX0 and HDEF devices. Also, if an ATI or Nvidia HDMI device is present, they'll be assigned to onboard-2. If NO, then ATI or Nvidia devices will get onboard-1 as well as the HDAU device if present." msgstr "" #. type: "UseAtiROM_title" -#: Resources/templates/Localizable.strings:599 +#: Resources/templates/Localizable.strings:618 #, no-wrap msgid "UseAtiROM=Yes" msgstr "UseAtiROM=Yes" #. type: "UseAtiROM_description" -#: Resources/templates/Localizable.strings:600 +#: Resources/templates/Localizable.strings:619 #, no-wrap msgid "Enables UseAtiROM options." msgstr "Uključuje UseAtiROM opciju." #. type: "UseNvidiaROM_title" -#: Resources/templates/Localizable.strings:602 +#: Resources/templates/Localizable.strings:621 #, no-wrap msgid "UseNvidiaROM=Yes" msgstr "UseNvidiaROM=Yes" #. type: "UseNvidiaROM_description" -#: Resources/templates/Localizable.strings:603 +#: Resources/templates/Localizable.strings:622 #, no-wrap msgid "Enables UseNvidiaROM options." msgstr "Uključuje UseNvidiaROM opciju." #. type: "VBIOS_title" -#: Resources/templates/Localizable.strings:605 +#: Resources/templates/Localizable.strings:624 #, no-wrap msgid "VBIOS=Yes" msgstr "VBIOS=Yes" #. type: "VBIOS_description" -#: Resources/templates/Localizable.strings:606 +#: Resources/templates/Localizable.strings:625 #, no-wrap msgid "Enables VBIOS option" msgstr "Uključuje VBIOS opciju" #. type: "SkipIntelGfx_title" -#: Resources/templates/Localizable.strings:608 +#: Resources/templates/Localizable.strings:627 #, no-wrap msgid "SkipIntelGfx=Yes" msgstr "SkipIntelGfx=Yes" #. type: "SkipIntelGfx_description" -#: Resources/templates/Localizable.strings:609 +#: Resources/templates/Localizable.strings:628 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for Intel based GPUs." msgstr "" #. type: "SkipNvidiaGfx_title" -#: Resources/templates/Localizable.strings:611 +#: Resources/templates/Localizable.strings:630 #, no-wrap msgid "SkipNvidiaGfx=Yes" msgstr "SkipNvidiaGfx=Yes" #. type: "SkipNvidiaGfx_description" -#: Resources/templates/Localizable.strings:612 +#: Resources/templates/Localizable.strings:631 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for NVIDIA based GPUs." msgstr "" #. type: "SkipAtiGfx_title" -#: Resources/templates/Localizable.strings:614 +#: Resources/templates/Localizable.strings:633 #, no-wrap msgid "SkipAtiGfx=Yes" msgstr "SkipAtiGfx=Yes" #. type: "SkipAtiGfx_description" -#: Resources/templates/Localizable.strings:615 +#: Resources/templates/Localizable.strings:634 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for AMD/ATI based GPUs." msgstr "" #. type: "EnableBacklight_title" -#: Resources/templates/Localizable.strings:617 +#: Resources/templates/Localizable.strings:636 #, no-wrap msgid "EnableBacklight=Yes" msgstr "EnableBacklight=Yes" #. type: "EnableBacklight_description" -#: Resources/templates/Localizable.strings:618 +#: Resources/templates/Localizable.strings:637 #, no-wrap msgid "Enables Backlight options for laptop with nVidia cards." msgstr "" #. type: "EnableDualLink_title" -#: Resources/templates/Localizable.strings:620 +#: Resources/templates/Localizable.strings:639 #, no-wrap msgid "EnableDualLink=Yes" msgstr "EnableDualLink=Yes" #. type: "EnableDualLink_description" -#: Resources/templates/Localizable.strings:621 +#: Resources/templates/Localizable.strings:640 #, no-wrap msgid "Enables DualLink options for nVidia and ATi cards." msgstr "" #. type: "NvidiaGeneric_title" -#: Resources/templates/Localizable.strings:623 +#: Resources/templates/Localizable.strings:642 #, no-wrap msgid "NvidiaGeneric=Yes" msgstr "NvidiaGeneric=Yes" #. type: "NvidiaGeneric_description" -#: Resources/templates/Localizable.strings:624 +#: Resources/templates/Localizable.strings:643 #, no-wrap msgid "Use the classic Nvidia name for the SystemProfiler (disabled by default)." msgstr "" #. type: "Verbose_title" -#: Resources/templates/Localizable.strings:630 +#: Resources/templates/Localizable.strings:649 #, no-wrap msgid "Verbose Mode" msgstr "Verbose Mode" #. type: "Verbose_description" -#: Resources/templates/Localizable.strings:631 +#: Resources/templates/Localizable.strings:650 #, no-wrap msgid "Turns on verbose logging and allows you to see messages from both Chameleon and the OS X kernel at boot time. Essential for troubleshooting." msgstr "Uključuje verbose prijavu i omogućava vam da vidite poruke iz oba Chameleon i kernel OS X prilikom pokretanja. Osnova za rješavanje problema." #. type: "Singleusermode_title" -#: Resources/templates/Localizable.strings:633 +#: Resources/templates/Localizable.strings:652 #, no-wrap msgid "Single User Mode" msgstr "Single User Mode" #. type: "Singleusermode_description" -#: Resources/templates/Localizable.strings:634 +#: Resources/templates/Localizable.strings:653 #, no-wrap msgid "A troubleshooting option used for booting into OS X's BSD/Unix command line." msgstr "Opcija za rješavanje problema koja se koristi za dizanje OS X BSD / Unix komandnog reda." #. type: "Ignorecaches_title" -#: Resources/templates/Localizable.strings:636 +#: Resources/templates/Localizable.strings:655 #, no-wrap msgid "Ignore Caches" msgstr "Ignore Caches" #. type: "Ignorecaches_description" -#: Resources/templates/Localizable.strings:637 +#: Resources/templates/Localizable.strings:656 #, no-wrap msgid "Not an option that's needed for everyday booting, but it can be useful if you want OS X to load all files from it's system folders, rather than relying on it's pre-built caches." msgstr "Opcija koja nije potrebna za svakodnevno podizanje, ali može biti korisna ako želite da OS X učita sve fajlove iz sistemskog direktorija, radije nego se oslanjajući na pre-izgrađenu predmemoriju." #. type: "Npci_title" -#: Resources/templates/Localizable.strings:639 +#: Resources/templates/Localizable.strings:658 #, no-wrap msgid "npci=0x2000" msgstr "npci=0x2000" #. type: "Npci_description" -#: Resources/templates/Localizable.strings:640 +#: Resources/templates/Localizable.strings:659 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x2000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "Postavlja zastave npci = 0x2000 za Kernel Zastave" #. type: "Npci3_title" -#: Resources/templates/Localizable.strings:642 +#: Resources/templates/Localizable.strings:661 #, no-wrap msgid "npci=0x3000" msgstr "npci=0x3000" #. type: "Npci3_description" -#: Resources/templates/Localizable.strings:643 +#: Resources/templates/Localizable.strings:662 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x3000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "Postavlja zastave npci = 0x3000 za Kernel Zastave" #. type: "WaitingRootDevice_title" -#: Resources/templates/Localizable.strings:645 +#: Resources/templates/Localizable.strings:664 #, no-wrap msgid "ahcidisk=1 debug=8" msgstr "ahcidisk=1 debug=8" #. type: "WaitingRootDevice_description" -#: Resources/templates/Localizable.strings:646 +#: Resources/templates/Localizable.strings:665 #, no-wrap msgid "" "Info here: Waiting for root device when kernel cache used only with some disks +FIX\n" @@ -2376,25 +2439,25 @@ msgstr "" #. type: "Darkwake_title" -#: Resources/templates/Localizable.strings:650 +#: Resources/templates/Localizable.strings:669 #, no-wrap msgid "darkwake=0" msgstr "darkwake=0" #. type: "Darkwake_description" -#: Resources/templates/Localizable.strings:651 +#: Resources/templates/Localizable.strings:670 #, no-wrap msgid "Lion only. Disables the 'low power wake' feature which can sometimes leave the screen black after wake from sleep." msgstr "Samo Lion. Isključuje 'low power wake' opciju koja ponekad ostavi crni ekran poslije buđenja iz spavanja." #. type: "NvdaDrv1_title" -#: Resources/templates/Localizable.strings:653 +#: Resources/templates/Localizable.strings:672 #, no-wrap msgid "nvda_drv=1" msgstr "nvda_drv=1" #. type: "NvdaDrv1_description" -#: Resources/templates/Localizable.strings:654 +#: Resources/templates/Localizable.strings:673 #, no-wrap msgid "" "It introduces a new Preference Pane under System Preferences that allows you to enable the Nvidia Web Driver.\n" @@ -2404,25 +2467,25 @@ msgstr "" #. type: "kext-dev-mode1_title" -#: Resources/templates/Localizable.strings:659 +#: Resources/templates/Localizable.strings:678 #, no-wrap msgid "kext-dev-mode=1" msgstr "kext-dev-mode=1" #. type: "kext-dev-mode1_description" -#: Resources/templates/Localizable.strings:660 +#: Resources/templates/Localizable.strings:679 #, no-wrap msgid "In Yosemite Developer Previews, unsigned or improperly signed kexts will not be loaded. To use unsigned kexts during development, this strict check can be disabled by adding a 'kext-dev-mode=1' boot arg." msgstr "" #. type: "Dart0_title" -#: Resources/templates/Localizable.strings:662 +#: Resources/templates/Localizable.strings:681 #, no-wrap msgid "dart=0" msgstr "dart=0" #. type: "Dart0_description" -#: Resources/templates/Localizable.strings:663 +#: Resources/templates/Localizable.strings:682 #, no-wrap msgid "" "Avoiding the DMAR processing causing by VT-d function in Osx (Virtualization).\n" @@ -2430,279 +2493,285 @@ msgstr "" #. type: "mac-de_title" -#: Resources/templates/Localizable.strings:670 +#: Resources/templates/Localizable.strings:689 #, no-wrap msgid "German Mac Keyboard" msgstr "German Mac Keyboard" #. type: "mac-de_description" -#: Resources/templates/Localizable.strings:671 +#: Resources/templates/Localizable.strings:690 #, no-wrap msgid "Use the keyboard layout for a German Mac keyboard" msgstr "Korištenje tastature za Njemačku Mac tastaturu" #. type: "mac-es_title" -#: Resources/templates/Localizable.strings:673 +#: Resources/templates/Localizable.strings:692 #, no-wrap msgid "Spanish Mac Keyboard" msgstr "Spanish Mac Keyboard" #. type: "mac-es_description" -#: Resources/templates/Localizable.strings:674 +#: Resources/templates/Localizable.strings:693 #, no-wrap msgid "Use the keyboard layout for a Spanish Mac keyboard" msgstr "Korištenje tastature za Španjolsku Mac tastaturu" #. type: "mac-fr_title" -#: Resources/templates/Localizable.strings:676 +#: Resources/templates/Localizable.strings:695 #, no-wrap msgid "French Mac Keyboard" msgstr "French Mac Keyboard" #. type: "mac-fr_description" -#: Resources/templates/Localizable.strings:677 +#: Resources/templates/Localizable.strings:696 #, no-wrap msgid "Use the keyboard layout for a French Mac keyboard" msgstr "Korištenje tastature za Francusku Mac tastaturu" #. type: "mac-it_title" -#: Resources/templates/Localizable.strings:679 +#: Resources/templates/Localizable.strings:698 #, no-wrap msgid "Italian Mac Keyboard" msgstr "Italian Mac Keyboard" #. type: "mac-it_description" -#: Resources/templates/Localizable.strings:680 +#: Resources/templates/Localizable.strings:699 #, no-wrap msgid "Use the keyboard layout for an Italian Mac keyboard" msgstr "Korištenje tastature za Italijansku Mac tastaturu" #. type: "mac-se_title" -#: Resources/templates/Localizable.strings:682 +#: Resources/templates/Localizable.strings:701 #, no-wrap msgid "Swedish Mac Keyboard" msgstr "Swedish Mac Keyboard" #. type: "mac-se_description" -#: Resources/templates/Localizable.strings:683 +#: Resources/templates/Localizable.strings:702 #, no-wrap msgid "Use the keyboard layout for a Swedish Mac keyboard" msgstr "Korištenje tastature za Svedsku Mac tastaturu" #. type: "pc-fr_title" -#: Resources/templates/Localizable.strings:685 +#: Resources/templates/Localizable.strings:704 #, no-wrap msgid "French PC Keyboard" msgstr "French PC Keyboard" #. type: "pc-fr_description" -#: Resources/templates/Localizable.strings:686 +#: Resources/templates/Localizable.strings:705 #, no-wrap msgid "Use the keyboard layout for a French PC keyboard" msgstr "Korištenje tastature za Francusku PC tastaturu" #. type: "Embed_title" -#: Resources/templates/Localizable.strings:693 +#: Resources/templates/Localizable.strings:712 #, no-wrap msgid "Embed" msgstr "Embed" #. type: "Embed_description" -#: Resources/templates/Localizable.strings:694 +#: Resources/templates/Localizable.strings:713 #, no-wrap msgid "A smaller simple version of the new default theme used when building a version of Chameleon which requires an embedded theme." msgstr "Manja, jednostavnija verzija nove zadane teme koja se koristi prilikom izgradnje Chameleon-a koji zahtjeva ugrađenu temu. " #. type: "Legacy_title" -#: Resources/templates/Localizable.strings:696 +#: Resources/templates/Localizable.strings:715 #, no-wrap msgid "Legacy" msgstr "Legacy" #. type: "Legacy_description" -#: Resources/templates/Localizable.strings:697 +#: Resources/templates/Localizable.strings:716 #, no-wrap msgid "Chameleon's original default theme introduced for v2.0 RC1" msgstr "Chameleonova prethodno zadana tema." +#. type: "Default_title" +#: Resources/templates/Localizable.strings:718 +#, no-wrap +msgid "Standard" +msgstr "Standard" + #. type: "Default_description" -#: Resources/templates/Localizable.strings:700 +#: Resources/templates/Localizable.strings:719 #, no-wrap msgid "Chameleon default theme introduced for v2.0 RC5" msgstr "Chameleonova trenutno zadana tema." #. type: "Bullet_title" -#: Resources/templates/Localizable.strings:702 +#: Resources/templates/Localizable.strings:721 #, no-wrap msgid "Bullet" msgstr "Bullet" #. type: "Bullet_description" -#: Resources/templates/Localizable.strings:703 +#: Resources/templates/Localizable.strings:722 #, no-wrap msgid "A lovely simple theme by NoSmokingBandit from April 2009." msgstr "Predivna jednostavna tema od NoSmokingBandit iz Aprila 2009." #. type: "Audio_title" -#: Resources/templates/Localizable.strings:712 +#: Resources/templates/Localizable.strings:731 #, no-wrap msgid "Audio" msgstr "" #. type: "Audio_description" -#: Resources/templates/Localizable.strings:713 +#: Resources/templates/Localizable.strings:732 #, fuzzy, no-wrap #| msgid "A selection of options that deal with video." msgid "A selection of options that deal with audio." msgstr "Odabir opcija koje se bave s videom." #. type: "Control_title" -#: Resources/templates/Localizable.strings:716 +#: Resources/templates/Localizable.strings:735 #, no-wrap msgid "Control Options" msgstr "Control Options" #. type: "Control_description" -#: Resources/templates/Localizable.strings:717 +#: Resources/templates/Localizable.strings:736 #, no-wrap msgid "Settings to control how Chameleon works." msgstr "Opcije za kontrolu rada Chameleona." #. type: "General_title" -#: Resources/templates/Localizable.strings:720 +#: Resources/templates/Localizable.strings:739 #, no-wrap msgid "General Options" msgstr "General Options" #. type: "General_description" -#: Resources/templates/Localizable.strings:721 +#: Resources/templates/Localizable.strings:740 #, no-wrap msgid "Choose from a selection of base options." msgstr "Izaberite od selekcije iz baze opcija." #. type: "KernelFlags_title" -#: Resources/templates/Localizable.strings:724 +#: Resources/templates/Localizable.strings:743 #, no-wrap msgid "Kernel Flags" msgstr "Kernel Flags" #. type: "KernelFlags_description" -#: Resources/templates/Localizable.strings:725 +#: Resources/templates/Localizable.strings:744 #, no-wrap msgid "Choose from a selection of kernel flags." msgstr "Izaberite od selekcije iz kernel zastava." #. type: "PowerManagement_title" -#: Resources/templates/Localizable.strings:728 +#: Resources/templates/Localizable.strings:747 #, no-wrap msgid "Power Management" msgstr "Power Management" #. type: "PowerManagement_description" -#: Resources/templates/Localizable.strings:729 +#: Resources/templates/Localizable.strings:748 #, no-wrap msgid "A selection of options that deal with power management and speedstep." msgstr "Odabir opcija koje se bave upravljanjem potrošnjom energije i SpeedStepom." #. type: "Resolution_description" -#: Resources/templates/Localizable.strings:733 +#: Resources/templates/Localizable.strings:752 #, no-wrap msgid "Set one resolution to use." msgstr "Postavlja rezoluciju ekrana za vaš monitor" #. type: "HDEFLayout_title" -#: Resources/templates/Localizable.strings:736 +#: Resources/templates/Localizable.strings:755 #, no-wrap msgid "HDEF Layout" msgstr "HDEF Layout" #. type: "HDEFLayout_description" -#: Resources/templates/Localizable.strings:737 +#: Resources/templates/Localizable.strings:756 #, no-wrap msgid "Set one HDEF Layout ID to use for your HDA controller." msgstr "" #. type: "HDAULayout_title" -#: Resources/templates/Localizable.strings:740 +#: Resources/templates/Localizable.strings:759 #, no-wrap msgid "HDAU Layout" msgstr "HDAU Layout" #. type: "HDAULayout_description" -#: Resources/templates/Localizable.strings:741 +#: Resources/templates/Localizable.strings:760 #, no-wrap msgid "Set one HDAU Layout ID to use for your HDMi controller." msgstr "" #. type: "IntelCapri_title" -#: Resources/templates/Localizable.strings:744 +#: Resources/templates/Localizable.strings:763 #, no-wrap msgid "Intel Capri AAPL,ig-platform-id" msgstr "" #. type: "IntelCapri_description" -#: Resources/templates/Localizable.strings:745 +#: Resources/templates/Localizable.strings:764 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD4000." msgstr "" #. type: "IntelAzul_title" -#: Resources/templates/Localizable.strings:748 +#: Resources/templates/Localizable.strings:767 #, no-wrap msgid "Intel Azul AAPL,ig-platform-id" msgstr "" #. type: "IntelAzul_description" -#: Resources/templates/Localizable.strings:749 +#: Resources/templates/Localizable.strings:768 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD5000." msgstr "" #. type: "HDEFPinConfiguration_title" -#: Resources/templates/Localizable.strings:752 +#: Resources/templates/Localizable.strings:771 #, no-wrap msgid "HDEF PinConfiguration" msgstr "" #. type: "HDEFPinConfiguration_description" -#: Resources/templates/Localizable.strings:753 +#: Resources/templates/Localizable.strings:772 #, fuzzy, no-wrap #| msgid "Set one resolution to use." msgid "Set one HDEF PinConfiguration to use." msgstr "Postavlja rezoluciju ekrana za vaš monitor" #. type: "Video_title" -#: Resources/templates/Localizable.strings:756 +#: Resources/templates/Localizable.strings:775 #, no-wrap msgid "Video" msgstr "Video" #. type: "Video_description" -#: Resources/templates/Localizable.strings:757 +#: Resources/templates/Localizable.strings:776 #, no-wrap msgid "A selection of options that deal with video." msgstr "Odabir opcija koje se bave s videom." #. type: "Keymaps_title" -#: Resources/templates/Localizable.strings:760 +#: Resources/templates/Localizable.strings:779 #, no-wrap msgid "KeyLayout" msgstr "KeyLayout" #. type: "Keymaps_description" -#: Resources/templates/Localizable.strings:761 +#: Resources/templates/Localizable.strings:780 #, no-wrap msgid "Select one keylayout to use. This will also install the Keylayout module and keymaps." msgstr "Select one keylayout to use. This will also install the Keylayout module and keymaps." #. type: "Themes_title" -#: Resources/templates/Localizable.strings:767 +#: Resources/templates/Localizable.strings:786 #, no-wrap msgid "Themes" msgstr "Themes" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:768 +#: Resources/templates/Localizable.strings:787 #, no-wrap msgid "" "A collection of sample themes\n" @@ -2711,6 +2780,12 @@ "Skup predloženih tema\n" "Više tema možete pronaći na http://forum.voodooprojects.org/index.php/board,7.0.html" +#~ msgid "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" +#~ msgstr "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" + +#~ msgid "Chameleon" +#~ msgstr "Chameleon" + #~ msgid "Install Type" #~ msgstr "Tip instalacije" Index: branches/ErmaC/Enoch/package/po/cs.po =================================================================== --- branches/ErmaC/Enoch/package/po/cs.po (revision 2678) +++ branches/ErmaC/Enoch/package/po/cs.po (revision 2679) @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Chameleon 2.3\n" -"POT-Creation-Date: 2015-02-13 18:09+0000\n" +"POT-Creation-Date: 2015-05-10 14:42+0200\n" "PO-Revision-Date: 2015-02-13 18:19-0000\n" "Last-Translator: ErmaC \n" "Language-Team: cs \n" @@ -20,13 +20,15 @@ #. type: Content of:

#: Resources/templates/Welcome.html:22 -msgid "Chameleon" -msgstr "Chameleon" +msgid "Enoch" +msgstr "" #. type: Content of:

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

#: Resources/templates/Welcome.html:25 @@ -267,63 +269,125 @@ "boot1 (v boot-sektoru diskového oddílu) k nalezení boot2.\n" "boot2 (v kořenovém adresáři diskového oddílu) k načtení kernelu atd." -#. type: "Default_title" +#. type: "BootNo_title" #: Resources/templates/Localizable.strings:25 -#: Resources/templates/Localizable.strings:699 #, no-wrap -msgid "Standard" -msgstr "Standartní" +msgid "Don't install the Bootloader" +msgstr "Neinstalovat zavaděč" -#. type: "Standard_description" +#. type: "BootNo_description" #: Resources/templates/Localizable.strings:26 #, no-wrap -msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." -msgstr "Nainstaluje soubory Chameleona do kořenového adresáře zvoleného oddílu za použití buď boot0 nebo boot0md, v závislosti na vašem systému, aniž by zničil existující instalaci Windows, pokud nějakou máte." +msgid "Useful if you only want to install the extra's." +msgstr "Užitečné pokud chcete instalovat pouze doplňky." -#. type: "noboot_title" +#. type: "Stages_title" #: Resources/templates/Localizable.strings:28 -#, no-wrap -msgid "Don't install the Bootloader" -msgstr "Neinstalovat zavaděč" +#, fuzzy, no-wrap +#| msgid "Chameleon Bootloader Package" +msgid "Bootloader Stages" +msgstr "Zavaděč systému Chameleon" -#. type: "noboot_description" +#. type: "Stages_description" #: Resources/templates/Localizable.strings:29 #, no-wrap -msgid "Useful if you only want to install the extra's." -msgstr "Užitečné pokud chcete instalovat pouze doplňky." +msgid "" +"Here you can chose to skip the bootloader installation completely or partially.\n" +"This can be usefull if you want to write Extra's, or skip some stage (0,1 and activation of the target partition).\n" +"Skipping all stages permit you to leave as is already working boot sectors, especially usefull with 4k drives.\n" +"boot is always copied to the target partition when you are skipping one or more stages." +msgstr "" +#. type: "SkipStage0_title" +#: Resources/templates/Localizable.strings:34 +#, no-wrap +msgid "Skip Stage 0" +msgstr "" + +#. type: "SkipStage0_description" +#: Resources/templates/Localizable.strings:35 +#, no-wrap +msgid "" +"Avoid writing stage 0 to the target disk.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipStage1_title" +#: Resources/templates/Localizable.strings:38 +#, no-wrap +msgid "Skip Stage 1" +msgstr "" + +#. type: "SkipStage1_description" +#: Resources/templates/Localizable.strings:39 +#, no-wrap +msgid "" +"Avoid writing stage 1 to the partition boot sector.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipActivePartition_title" +#: Resources/templates/Localizable.strings:42 +#, no-wrap +msgid "Skip Activation" +msgstr "" + +#. type: "SkipActivePartition_description" +#: Resources/templates/Localizable.strings:43 +#, no-wrap +msgid "" +"Prevents activation of the target partition.\n" +"Some old motherboards have a bad implementation of GPT in bios and they can not find partitions if marked active unger Guid Partition Table.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "Standard_title" +#: Resources/templates/Localizable.strings:47 +#, fuzzy, no-wrap +#| msgid " has been written to the root of your chosen partition." +msgid "Install Chameleon in the chosen partition." +msgstr " byl zapsán do kořenového adresáře zvolené diskové oblasti." + +#. type: "Standard_description" +#: Resources/templates/Localizable.strings:48 +#, fuzzy, no-wrap +#| msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." +msgid "Install Chameleon's files to the root of the selected partition using either boot0, boot0md or boot0hfs depending on your system without destroying any existing Windows installation if you have one." +msgstr "Nainstaluje soubory Chameleona do kořenového adresáře zvoleného oddílu za použití buď boot0 nebo boot0md, v závislosti na vašem systému, aniž by zničil existující instalaci Windows, pokud nějakou máte." + #. type: "EFI_title" -#: Resources/templates/Localizable.strings:31 +#: Resources/templates/Localizable.strings:50 #, no-wrap msgid "Install Chameleon in the ESP" msgstr "" #. type: "EFI_description" -#: Resources/templates/Localizable.strings:32 -#, no-wrap -msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +#: Resources/templates/Localizable.strings:51 +#, fuzzy, no-wrap +#| msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0, boot0md or boot0hfs depending on your system." msgstr "Nainstaluje soubory Chameleona do kořenového adresáře zvoleného oddílu za použití buď boot0 nebo boot0md, v závislosti na vašem systému, aniž by zničil existující instalaci Windows, pokud nějakou máte." #. type: "Module_title" -#: Resources/templates/Localizable.strings:37 +#: Resources/templates/Localizable.strings:56 #, no-wrap msgid "Modules" msgstr "Moduly" #. type: "Module_description" -#: Resources/templates/Localizable.strings:38 +#: Resources/templates/Localizable.strings:57 #, no-wrap msgid "The modules system incorporated in chameleon allows for a user or developer to extend the core functionality of chameleon without replacing the main boot file." msgstr "Systém modulů, začleněný v Chameleonu, dovoluje uživateli či vývojáři rozšířit primární funkce zavaděče, bez nutnosti měnit základní boot soubor." #. type: "klibc_title" -#: Resources/templates/Localizable.strings:40 +#: Resources/templates/Localizable.strings:59 #, no-wrap msgid "klibc" msgstr "klibc" #. type: "klibc_description" -#: Resources/templates/Localizable.strings:41 +#: Resources/templates/Localizable.strings:60 #, no-wrap msgid "" "This module provides a standard c library for modules to link to if the library provided by chameleon is insufficient.\n" @@ -335,13 +399,13 @@ "Zdroj: http://www.kernel.org/pub/linux/libs/klibc/" #. type: "ACPICodec_title" -#: Resources/templates/Localizable.strings:45 +#: Resources/templates/Localizable.strings:64 #, no-wrap msgid "ACPICodec" msgstr "ACPICodec" #. type: "ACPICodec_description" -#: Resources/templates/Localizable.strings:46 +#: Resources/templates/Localizable.strings:65 #, no-wrap msgid "" "This module provides a substitute for the internal acpi patcher.\n" @@ -351,13 +415,13 @@ "Závislosti: žádná" #. type: "HDAEnabler_title" -#: Resources/templates/Localizable.strings:49 +#: Resources/templates/Localizable.strings:68 #, no-wrap msgid "HDAEnabler" msgstr "HDAEnabler" #. type: "HDAEnabler_description" -#: Resources/templates/Localizable.strings:50 +#: Resources/templates/Localizable.strings:69 #, no-wrap msgid "" "HDAEnabler module, this module provides a substitute for the Hight Definition Audio DSDT Edits.\n" @@ -367,13 +431,13 @@ "Závislosti: žiadne" #. type: "FileNVRAM_title" -#: Resources/templates/Localizable.strings:53 +#: Resources/templates/Localizable.strings:72 #, no-wrap msgid "FileNVRAM" msgstr "FileNVRAM" #. type: "FileNVRAM_description" -#: Resources/templates/Localizable.strings:54 +#: Resources/templates/Localizable.strings:73 #, no-wrap msgid "" "FileNVRAM module for preloading NVRAM values.\n" @@ -381,13 +445,13 @@ msgstr "" #. type: "Sata_title" -#: Resources/templates/Localizable.strings:57 +#: Resources/templates/Localizable.strings:76 #, no-wrap msgid "Sata" msgstr "Sata" #. type: "Sata_description" -#: Resources/templates/Localizable.strings:58 +#: Resources/templates/Localizable.strings:77 #, no-wrap msgid "" "Sata module, known as YellowIconFixer in cparm's branch.\n" @@ -396,14 +460,14 @@ msgstr "" #. type: "Resolution_title" -#: Resources/templates/Localizable.strings:62 -#: Resources/templates/Localizable.strings:732 +#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:751 #, no-wrap msgid "Resolution" msgstr "Rozlíšení" #. type: "AutoReso_description" -#: Resources/templates/Localizable.strings:63 +#: Resources/templates/Localizable.strings:82 #, no-wrap msgid "" "This module reads the edid information from the monitor attached to the main display.\n" @@ -415,13 +479,13 @@ "Kromě toho modul zpřístupní vesa módy dostupné v grafických kartách předcházejících éře intel hd a poskytne tak korektní rozlišení obrazu během bootování." #. type: "uClibc_title" -#: Resources/templates/Localizable.strings:67 +#: Resources/templates/Localizable.strings:86 #, no-wrap msgid "uClibc++" msgstr "uClibc++" #. type: "uClibc_description" -#: Resources/templates/Localizable.strings:68 +#: Resources/templates/Localizable.strings:87 #, no-wrap msgid "" "This module provides a minimalistic c++ runtime library for use in other modules. This does not provide functionality by itself, instead it is used to allow for the c++ language to be used in other modules.\n" @@ -435,13 +499,13 @@ "Závislosti: klibc" #. type: "KernelPatcher_title" -#: Resources/templates/Localizable.strings:73 +#: Resources/templates/Localizable.strings:92 #, no-wrap msgid "Kernel Patcher" msgstr "Kernel Patcher" #. type: "KernelPatcher_description" -#: Resources/templates/Localizable.strings:74 +#: Resources/templates/Localizable.strings:93 #, no-wrap msgid "" "The KernelPatcher module provides patches for the following:\n" @@ -459,13 +523,13 @@ "Závislosti: žádná" #. type: "KextPatcher_title" -#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:100 #, no-wrap msgid "Kext Patcher" msgstr "Kext Patcher" #. type: "KextPatcher_description" -#: Resources/templates/Localizable.strings:82 +#: Resources/templates/Localizable.strings:101 #, no-wrap msgid "" "The KextPatcher module provides patches for the following:\n" @@ -475,13 +539,13 @@ "Závislosti: žádná" #. type: "NVIDIAGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:85 +#: Resources/templates/Localizable.strings:104 #, no-wrap msgid "NVIDIAGraphicsEnabler" msgstr "NVIDIAGraphicsEnabler" #. type: "NVIDIAGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:86 +#: Resources/templates/Localizable.strings:105 #, no-wrap msgid "" "The GraphicsEnabler nVidia code ported to a module.\n" @@ -489,13 +553,13 @@ msgstr "" #. type: "GraphicsEnablerModule_title" -#: Resources/templates/Localizable.strings:89 +#: Resources/templates/Localizable.strings:108 #, no-wrap msgid "GraphicsEnabler" msgstr "GraphicsEnabler" #. type: "GraphicsEnablerModule_description" -#: Resources/templates/Localizable.strings:90 +#: Resources/templates/Localizable.strings:109 #, fuzzy, no-wrap #| msgid "" #| "The KextPatcher module provides patches for the following:\n" @@ -508,13 +572,13 @@ "Závislosti: žádná" #. type: "AMDGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:93 +#: Resources/templates/Localizable.strings:112 #, no-wrap msgid "AMDGraphicsEnabler" msgstr "AMDGraphicsEnabler" #. type: "AMDGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:94 +#: Resources/templates/Localizable.strings:113 #, no-wrap msgid "" "The GraphicsEnabler AMD/ATi code ported to a module.\n" @@ -522,13 +586,13 @@ msgstr "" #. type: "IntelGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:97 +#: Resources/templates/Localizable.strings:116 #, no-wrap msgid "IntelGraphicsEnabler" msgstr "IntelGraphicsEnabler" #. type: "IntelGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:98 +#: Resources/templates/Localizable.strings:117 #, no-wrap msgid "" "The GraphicsEnabler gma(Intel) code ported to a module.\n" @@ -536,638 +600,638 @@ msgstr "" #. type: "Options_title" -#: Resources/templates/Localizable.strings:106 +#: Resources/templates/Localizable.strings:125 #, no-wrap msgid "Settings" msgstr "Nastavení" #. type: "Options_description" -#: Resources/templates/Localizable.strings:107 +#: Resources/templates/Localizable.strings:126 #, no-wrap msgid "Create an /Extra/org.chameleon.Boot.plist by selecting any of these boot options and kernel flags." msgstr "Soubor /Extra/org.chameleon.Boot.plist se vytvoří zvolením kterékoliv z těchto boot a kernel možností." #. type: "BootBanner_title" -#: Resources/templates/Localizable.strings:109 +#: Resources/templates/Localizable.strings:128 #, no-wrap msgid "BootBanner=No" msgstr "BootBanner=No" #. type: "BootBanner_description" -#: Resources/templates/Localizable.strings:110 +#: Resources/templates/Localizable.strings:129 #, no-wrap msgid "Hides Chameleon's boot banner in GUI. This is the text that is drawn at the top left corner of the screen displaying the release version etc." msgstr "Schová Chameleonův boot banner v GUI. To je text který je vykreslen v horním levém rohu obrazovky zobrazující verzi release atd." #. type: "GUI_title" -#: Resources/templates/Localizable.strings:112 +#: Resources/templates/Localizable.strings:131 #, no-wrap msgid "GUI=No" msgstr "GUI=No" #. type: "GUI_description" -#: Resources/templates/Localizable.strings:113 +#: Resources/templates/Localizable.strings:132 #, no-wrap msgid "Disables the default enabled graphic user interface." msgstr "Vypne standartně zapnuté grafické uživatelské rohraní." #. type: "LegacyLogo_title" -#: Resources/templates/Localizable.strings:115 +#: Resources/templates/Localizable.strings:134 #, no-wrap msgid "LegacyLogo=Yes" msgstr "LegacyLogo=Yes" #. type: "LegacyLogo_description" -#: Resources/templates/Localizable.strings:116 +#: Resources/templates/Localizable.strings:135 #, no-wrap msgid "Use the legacy 'dark grey' apple logo on the light grey screen for the boot process rather than the boot.png in the theme." msgstr "Použije pro bootování původní 'tmavošedé' apple logo na světlešedém pozadí namísto souboru boot.png ze zvoleného téma." #. type: "InstantMenu_title" -#: Resources/templates/Localizable.strings:118 +#: Resources/templates/Localizable.strings:137 #, no-wrap msgid "InstantMenu=Yes" msgstr "InstantMenu=Yes" #. type: "InstantMenu_description" -#: Resources/templates/Localizable.strings:119 +#: Resources/templates/Localizable.strings:138 #, no-wrap msgid "By default, when Chameleon loads you'll see the icon for the current default partition, along with a timeout progress bar which left alone will count down before Chameleon automatically boots that partition. This options skips that and takes you directly to the device selection screen." msgstr "Ve výchozím nastavení, když se Chameleon spustí, uvidíte ikonu výchozího oddílu spolu s ukazatelem zbývajícího času, který, pokud nevyvoláte žádnou akci, bude odpočítávat než Chameleon automaticky začne bootovat tento oddíl. Tato volba to zruší a zobrazí se přímo obrazovka s výběrem oddílů." #. type: "QuietBoot_title" -#: Resources/templates/Localizable.strings:121 +#: Resources/templates/Localizable.strings:140 #, no-wrap msgid "QuietBoot=Yes" msgstr "QuietBoot=Yes" #. type: "QuietBoot_description" -#: Resources/templates/Localizable.strings:122 +#: Resources/templates/Localizable.strings:141 #, no-wrap msgid "Enable quiet boot mode (no messages or prompt)." msgstr "Zapne tichý boot mód (žádné výpisy nebo nápověda)." #. type: "ShowInfo_title" -#: Resources/templates/Localizable.strings:124 +#: Resources/templates/Localizable.strings:143 #, no-wrap msgid "ShowInfo=Yes" msgstr "ShowInfo=Yes" #. type: "ShowInfo_description" -#: Resources/templates/Localizable.strings:125 +#: Resources/templates/Localizable.strings:144 #, no-wrap msgid "Enables display of partition and resolution details shown on the left side of the GUI under the boot banner. This is useful information for troubleshooting, though can clash with certain themes." msgstr "Zapne zobrazení detailů o oddílu a rozlišení obrazu na levé straně GUI pod boot bannerem. To je užitečné při řešení problémů, ale nemusí fungovat správně s některými tématy." #. type: "Wait_title" -#: Resources/templates/Localizable.strings:127 +#: Resources/templates/Localizable.strings:146 #, no-wrap msgid "Wait=Yes" msgstr "Wait=Yes" #. type: "Wait_description" -#: Resources/templates/Localizable.strings:128 +#: Resources/templates/Localizable.strings:147 #, no-wrap msgid "Pauses the boot process after Chameleon has finished it's setup then waits for a key press before it starts the mach kernel. Useful when combined with verbose boot for troubleshooting." msgstr "Pozastaví proces zavádění po té co Chameleon dokončí své nastavení a pak čeká na stisk klávesy než spustí mach kernel. Užitečné v kombinaci s verbose boot při řešení problémů." #. type: "PrivateData_title" -#: Resources/templates/Localizable.strings:130 +#: Resources/templates/Localizable.strings:149 #, no-wrap msgid "PrivateData=No" msgstr "PrivateData=No" #. type: "PrivateData_description" -#: Resources/templates/Localizable.strings:131 +#: Resources/templates/Localizable.strings:150 #, no-wrap msgid "Show masked data (serial number) in bdmesg log (enbaled by default)." msgstr "" #. type: "USBBusFix_title" -#: Resources/templates/Localizable.strings:135 +#: Resources/templates/Localizable.strings:154 #, no-wrap msgid "USBBusFix=Yes" msgstr "USBBusFix=Yes" #. type: "USBBusFix_description" -#: Resources/templates/Localizable.strings:136 +#: Resources/templates/Localizable.strings:155 #, no-wrap msgid "Enable the XHCI, EHCI and UHCI fixes (disabled by default)." msgstr "" #. type: "USBLegacyOff_title" -#: Resources/templates/Localizable.strings:138 +#: Resources/templates/Localizable.strings:157 #, no-wrap msgid "USBLegacyOff=Yes" msgstr "USBLegacyOff=Yes" #. type: "USBLegacyOff_description" -#: Resources/templates/Localizable.strings:139 +#: Resources/templates/Localizable.strings:158 #, no-wrap msgid "Force USB Legacy off for XHCI and EHCI (disabled by default)." msgstr "" #. type: "XHCILegacyOff_title" -#: Resources/templates/Localizable.strings:141 +#: Resources/templates/Localizable.strings:160 #, no-wrap msgid "XHCILegacyOff=Yes" msgstr "XHCILegacyOff=Yes" #. type: "XHCILegacyOff_description" -#: Resources/templates/Localizable.strings:142 +#: Resources/templates/Localizable.strings:161 #, no-wrap msgid "Force USB Legacy off for XHCI (disabled by default)." msgstr "" #. type: "UHCIreset_title" -#: Resources/templates/Localizable.strings:144 +#: Resources/templates/Localizable.strings:163 #, no-wrap msgid "UHCIreset=Yes" msgstr "UHCIreset=Yes" #. type: "UHCIreset_description" -#: Resources/templates/Localizable.strings:145 +#: Resources/templates/Localizable.strings:164 #, no-wrap msgid "Enables the option to reset UHCI controllers before starting OS X." msgstr "Povolí možnost resetu UHCI řadiče před startem OS X." #. type: "EHCIacquire_title" -#: Resources/templates/Localizable.strings:147 +#: Resources/templates/Localizable.strings:166 #, no-wrap msgid "EHCIacquire=Yes" msgstr "EHCIacquire=Yes" #. type: "EHCIacquire_description" -#: Resources/templates/Localizable.strings:148 +#: Resources/templates/Localizable.strings:167 #, no-wrap msgid "Enables the option to fix any EHCI ownership issues due to bad bioses." msgstr "Povolí možnost opravit problémy týkající se vlastnických práv v EHCI způsobené vadnými BIOSy." #. type: "arch_title" -#: Resources/templates/Localizable.strings:150 +#: Resources/templates/Localizable.strings:169 #, no-wrap msgid "arch=i386" msgstr "arch=i386" #. type: "arch_description" -#: Resources/templates/Localizable.strings:151 +#: Resources/templates/Localizable.strings:170 #, no-wrap msgid "Boots the kernel in 32bit mode rather than the default 64bit mode." msgstr "Spustí kernel ve 32bit módu namísto výchozího 64bit módu." #. type: "EthernetBuiltIn_title" -#: Resources/templates/Localizable.strings:153 +#: Resources/templates/Localizable.strings:172 #, no-wrap msgid "EthernetBuiltIn=Yes" msgstr "EthernetBuiltIn=Yes" #. type: "EthernetBuiltIn_description" -#: Resources/templates/Localizable.strings:154 +#: Resources/templates/Localizable.strings:173 #, no-wrap msgid "Enables the option of adding 'built-in' to your ethernet devices." msgstr "Povolí možnost přidání 'built-in' do vašich síťových karet." #. type: "EnableWifi_title" -#: Resources/templates/Localizable.strings:156 +#: Resources/templates/Localizable.strings:175 #, no-wrap msgid "EnableWifi=Yes" msgstr "EnableWifi=Yes" #. type: "EnableWifi_description" -#: Resources/templates/Localizable.strings:157 +#: Resources/templates/Localizable.strings:176 #, no-wrap msgid "Enables the option of adding AirPort values to your wireless device." msgstr "Povolí možnost přidání AirPort hodnoty do vašeho bezdrátového zažízení." #. type: "ForceHPET_title" -#: Resources/templates/Localizable.strings:159 +#: Resources/templates/Localizable.strings:178 #, no-wrap msgid "ForceHPET=Yes" msgstr "ForceHPET=Yes" #. type: "ForceHPET_description" -#: Resources/templates/Localizable.strings:160 +#: Resources/templates/Localizable.strings:179 #, no-wrap msgid "Enables HPET on intel chipsets, for bioses that dont include the option." msgstr "Povolí HPET na intel chipsetech, pro BIOSy které tuto možnost neobsahují." #. type: "ForceWake_title" -#: Resources/templates/Localizable.strings:162 +#: Resources/templates/Localizable.strings:181 #, no-wrap msgid "ForceWake=Yes" msgstr "ForceWake=Yes" #. type: "ForceWake_description" -#: Resources/templates/Localizable.strings:163 +#: Resources/templates/Localizable.strings:182 #, no-wrap msgid "This option enables you to bypass bad sleep images." msgstr "Tato možnost vám dovolí obejít vadné sleep images." #. type: "ForceFullMemInfo_title" -#: Resources/templates/Localizable.strings:165 +#: Resources/templates/Localizable.strings:184 #, no-wrap msgid "ForceFullMemInfo=Yes" msgstr "ForceFullMemInfo=Yes" #. type: "ForceFullMemInfo_description" -#: Resources/templates/Localizable.strings:166 +#: Resources/templates/Localizable.strings:185 #, no-wrap msgid "Force SMBIOS Table 17 to be 27 bytes long." msgstr "" #. type: "RestartFix_title" -#: Resources/templates/Localizable.strings:168 +#: Resources/templates/Localizable.strings:187 #, no-wrap msgid "RestartFix=No" msgstr "RestartFix=No" #. type: "RestartFix_description" -#: Resources/templates/Localizable.strings:169 +#: Resources/templates/Localizable.strings:188 #, no-wrap msgid "Disables the automatically enabled restart fix." msgstr "Vypne automaticky povolenou opravu restartu." #. type: "UseMemDetect_title" -#: Resources/templates/Localizable.strings:171 +#: Resources/templates/Localizable.strings:190 #, no-wrap msgid "UseMemDetect=No" msgstr "UseMemDetect=No" #. type: "UseMemDetect_description" -#: Resources/templates/Localizable.strings:172 +#: Resources/templates/Localizable.strings:191 #, no-wrap msgid "Disables the automatically enabled RAM recognition." msgstr "Vypne automaticky povolené rozpoznávání RAM." #. type: "UseKernelCache_title" -#: Resources/templates/Localizable.strings:174 +#: Resources/templates/Localizable.strings:193 #, no-wrap msgid "UseKernelCache=Yes" msgstr "UseKernelCache=Yes" #. type: "UseKernelCache_description" -#: Resources/templates/Localizable.strings:175 +#: Resources/templates/Localizable.strings:194 #, no-wrap msgid "For Lion only. Enables loading of the pre-linked kernel. This will ignore /E/E and /S/L/E. ONLY use this is you have know it contains everything you need." msgstr "Pouze pro Lion. Povolí načtení pre-linked kernelu. Ignoruje /E/E a /S/L/E. NEPOUŽÍVEJTE pokud nevíte zda obsahuje vše co potřebujete." #. type: "Wake_title" -#: Resources/templates/Localizable.strings:177 +#: Resources/templates/Localizable.strings:196 #, no-wrap msgid "Wake=Yes" msgstr "Wake=Yes" #. type: "Wake_description" -#: Resources/templates/Localizable.strings:178 +#: Resources/templates/Localizable.strings:197 #, no-wrap msgid "Attempts to load the sleep image saved from last hibernation." msgstr "Pokusí se načíst sleep image uložený z poslední hibernace." #. type: "CSTUsingSystemIO_title" -#: Resources/templates/Localizable.strings:182 +#: Resources/templates/Localizable.strings:201 #, no-wrap msgid "CSTUsingSystemIO=Yes" msgstr "CSTUsingSystemIO=Yes" #. type: "CSTUsingSystemIO_description" -#: Resources/templates/Localizable.strings:183 +#: Resources/templates/Localizable.strings:202 #, no-wrap msgid "New C-State _CST generation method using SystemIO registers instead of FixedHW." msgstr "Nová metoda generování C-State _CST za použití SystemIO registrů namísto FixedHW." #. type: "DropSSDT_title" -#: Resources/templates/Localizable.strings:185 +#: Resources/templates/Localizable.strings:204 #, no-wrap msgid "DropSSDT=Yes" msgstr "DropSSDT=Yes" #. type: "DropSSDT_description" -#: Resources/templates/Localizable.strings:186 +#: Resources/templates/Localizable.strings:205 #, no-wrap msgid "Discard the motherboard's built-in SSDT tables." msgstr "Vyřadí SSDT tabulky obsažené v základní desce." #. type: "DropHPET_title" -#: Resources/templates/Localizable.strings:188 +#: Resources/templates/Localizable.strings:207 #, no-wrap msgid "DropHPET=Yes" msgstr "DropHPET=Yes" #. type: "DropHPET_description" -#: Resources/templates/Localizable.strings:189 +#: Resources/templates/Localizable.strings:208 #, no-wrap msgid "Discard the motherboard's built-in HPET table." msgstr "Vyřadí HPET tabulky obsažené v základní desce." #. type: "DropSBST_title" -#: Resources/templates/Localizable.strings:191 +#: Resources/templates/Localizable.strings:210 #, no-wrap msgid "DropSBST=Yes" msgstr "DropSBST=Yes" #. type: "DropSBST_description" -#: Resources/templates/Localizable.strings:192 +#: Resources/templates/Localizable.strings:211 #, no-wrap msgid "Discard the motherboard's built-in SBST table." msgstr "Vyřadí SBST tabulky obsažené v základní desce." #. type: "DropECDT_title" -#: Resources/templates/Localizable.strings:194 +#: Resources/templates/Localizable.strings:213 #, no-wrap msgid "DropECDT=Yes" msgstr "DropECDT=Yes" #. type: "DropECDT_description" -#: Resources/templates/Localizable.strings:195 +#: Resources/templates/Localizable.strings:214 #, no-wrap msgid "Discard the motherboard's built-in ECDT table." msgstr "Vyřadí ECDT tabulky obsažené v základní desce." #. type: "DropASFT_title" -#: Resources/templates/Localizable.strings:197 +#: Resources/templates/Localizable.strings:216 #, no-wrap msgid "DropASFT=Yes" msgstr "DropASFT=Yes" #. type: "DropASFT_description" -#: Resources/templates/Localizable.strings:198 +#: Resources/templates/Localizable.strings:217 #, no-wrap msgid "Discard the motherboard's built-in ASF! table." msgstr "Vyřadí ASF! tabulky obsažené v základní desce." #. type: "DropDMAR_title" -#: Resources/templates/Localizable.strings:200 +#: Resources/templates/Localizable.strings:219 #, no-wrap msgid "DropDMAR=Yes" msgstr "DropDMAR=Yes" #. type: "DropDMAR_description" -#: Resources/templates/Localizable.strings:201 +#: Resources/templates/Localizable.strings:220 #, no-wrap msgid "Discard the motherboard's built-in DMAR table, this key action resolve the problem with VT-d panics." msgstr "" #. type: "EnableC2State_title" -#: Resources/templates/Localizable.strings:203 +#: Resources/templates/Localizable.strings:222 #, no-wrap msgid "EnableC2State=Yes" msgstr "EnableC2State=Yes" #. type: "EnableC2State_description" -#: Resources/templates/Localizable.strings:204 +#: Resources/templates/Localizable.strings:223 #, no-wrap msgid "Enable specific Processor power state, C2." msgstr "Povolí specifický stav napájení procesoru, C2." #. type: "EnableC3State_title" -#: Resources/templates/Localizable.strings:206 +#: Resources/templates/Localizable.strings:225 #, no-wrap msgid "EnableC3State=Yes" msgstr "EnableC3State=Yes" #. type: "EnableC3State_description" -#: Resources/templates/Localizable.strings:207 +#: Resources/templates/Localizable.strings:226 #, no-wrap msgid "Enable specific Processor power state, C3." msgstr "Povolí specifický stav napájení procesoru, C3." #. type: "EnableC4State_title" -#: Resources/templates/Localizable.strings:209 +#: Resources/templates/Localizable.strings:228 #, no-wrap msgid "EnableC4State=Yes" msgstr "EnableC4State=Yes" #. type: "EnableC4State_description" -#: Resources/templates/Localizable.strings:210 +#: Resources/templates/Localizable.strings:229 #, no-wrap msgid "Enable specific Processor power state, C4." msgstr "Povolí specifický stav napájení procesoru, C4." #. type: "EnableC6State_title" -#: Resources/templates/Localizable.strings:212 +#: Resources/templates/Localizable.strings:231 #, no-wrap msgid "EnableC6State=Yes" msgstr "EnableC6State=Yes" #. type: "EnableC6State_description" -#: Resources/templates/Localizable.strings:213 +#: Resources/templates/Localizable.strings:232 #, no-wrap msgid "Enable specific Processor power state, C6." msgstr "Povolí specifický stav napájení procesoru, C6." #. type: "EnableC7State_title" -#: Resources/templates/Localizable.strings:215 +#: Resources/templates/Localizable.strings:234 #, no-wrap msgid "EnableC7State=Yes" msgstr "EnableC7State=Yes" #. type: "EnableC7State_description" -#: Resources/templates/Localizable.strings:216 +#: Resources/templates/Localizable.strings:235 #, no-wrap msgid "Enable specific Processor power state, C7." msgstr "Povolí specifický stav napájení procesoru, C7." #. type: "GenerateCStates_title" -#: Resources/templates/Localizable.strings:218 +#: Resources/templates/Localizable.strings:237 #, no-wrap msgid "GenerateCStates=Yes" msgstr "GenerateCStates=Yes" #. type: "GenerateCStates_description" -#: Resources/templates/Localizable.strings:219 +#: Resources/templates/Localizable.strings:238 #, no-wrap msgid "Enable auto generation of processor idle sleep states (C-States)." msgstr "Zapne automatické generování procesorových idle sleep stavů (C-States)." #. type: "GeneratePStates_title" -#: Resources/templates/Localizable.strings:221 +#: Resources/templates/Localizable.strings:240 #, no-wrap msgid "GeneratePStates=Yes" msgstr "GeneratePStates=Yes" #. type: "GeneratePStates_description" -#: Resources/templates/Localizable.strings:222 +#: Resources/templates/Localizable.strings:241 #, no-wrap msgid "Enable auto generation of processor power performance states (P-States)." msgstr "Zapne automatické generování procesorových power performance stavů (P-States)." #. type: "GenerateTStates_title" -#: Resources/templates/Localizable.strings:224 +#: Resources/templates/Localizable.strings:243 #, no-wrap msgid "GenerateTStates=Yes" msgstr "GenerateTStates=Yes" #. type: "GenerateTStates_description" -#: Resources/templates/Localizable.strings:225 +#: Resources/templates/Localizable.strings:244 #, no-wrap msgid "Enable auto generation of processor power performance states (T-States)." msgstr "Zapne automatické generování procesorových power performance stavů (T-States)." #. type: "1024x600x32_title" -#: Resources/templates/Localizable.strings:229 +#: Resources/templates/Localizable.strings:248 #, no-wrap msgid "1024x600x32" msgstr "1024x600x32" #. type: "1024x600x32_description" -#: Resources/templates/Localizable.strings:230 +#: Resources/templates/Localizable.strings:249 #, no-wrap msgid "Set Graphics Mode to 1024x600x32" msgstr "Nastavit rozlišení na 1024x600x32" #. type: "1024x768x32_title" -#: Resources/templates/Localizable.strings:232 +#: Resources/templates/Localizable.strings:251 #, no-wrap msgid "1024x768x32" msgstr "1024x768x32" #. type: "1024x768x32_description" -#: Resources/templates/Localizable.strings:233 +#: Resources/templates/Localizable.strings:252 #, no-wrap msgid "Set Graphics Mode to 1024x768x32" msgstr "Nastavit rozlišení na 1024x768x32" #. type: "1280x768x32_title" -#: Resources/templates/Localizable.strings:235 +#: Resources/templates/Localizable.strings:254 #, no-wrap msgid "1280x768x32" msgstr "1280x768x32" #. type: "1280x768x32_description" -#: Resources/templates/Localizable.strings:236 +#: Resources/templates/Localizable.strings:255 #, no-wrap msgid "Set Graphics Mode to 1280x768x32" msgstr "Nastavit rozlišení na 1280x768x32" #. type: "1280x800x32_title" -#: Resources/templates/Localizable.strings:238 +#: Resources/templates/Localizable.strings:257 #, no-wrap msgid "1280x800x32" msgstr "1280x800x32" #. type: "1280x800x32_description" -#: Resources/templates/Localizable.strings:239 +#: Resources/templates/Localizable.strings:258 #, no-wrap msgid "Set Graphics Mode to 1280x800x32" msgstr "Nastavit rozlišení na 1280x800x32" #. type: "1280x1024x32_title" -#: Resources/templates/Localizable.strings:241 +#: Resources/templates/Localizable.strings:260 #, no-wrap msgid "1280x1024x32" msgstr "1280x1024x32" #. type: "1280x1024x32_description" -#: Resources/templates/Localizable.strings:242 +#: Resources/templates/Localizable.strings:261 #, no-wrap msgid "Set Graphics Mode to 1280x1024x32" msgstr "Nastavit rozlišení na 1280x1024x32" #. type: "1280x960x32_title" -#: Resources/templates/Localizable.strings:244 +#: Resources/templates/Localizable.strings:263 #, no-wrap msgid "1280x960x32" msgstr "1280x960x32" #. type: "1280x960x32_description" -#: Resources/templates/Localizable.strings:245 +#: Resources/templates/Localizable.strings:264 #, no-wrap msgid "Set Graphics Mode to 1280x960x32" msgstr "Nastavit rozlišení na 1280x960x32" #. type: "1366x768x32_title" -#: Resources/templates/Localizable.strings:247 +#: Resources/templates/Localizable.strings:266 #, no-wrap msgid "1366x768x32" msgstr "1366x768x32" #. type: "1366x768x32_description" -#: Resources/templates/Localizable.strings:248 +#: Resources/templates/Localizable.strings:267 #, no-wrap msgid "Set Graphics Mode to 1366x768x32" msgstr "Nastavit rozlišení na 1366x768x32" #. type: "1440x900x32_title" -#: Resources/templates/Localizable.strings:250 +#: Resources/templates/Localizable.strings:269 #, no-wrap msgid "1440x900x32" msgstr "1440x900x32" #. type: "1440x900x32_description" -#: Resources/templates/Localizable.strings:251 +#: Resources/templates/Localizable.strings:270 #, no-wrap msgid "Set Graphics Mode to 1440x900x32" msgstr "Nastavit rozlišení na 1440x900x32" #. type: "1600x900x32_title" -#: Resources/templates/Localizable.strings:253 +#: Resources/templates/Localizable.strings:272 #, no-wrap msgid "1600x900x32" msgstr "1600x900x32" #. type: "1600x900x32_description" -#: Resources/templates/Localizable.strings:254 +#: Resources/templates/Localizable.strings:273 #, no-wrap msgid "Set Graphics Mode to 1600x900x32" msgstr "Nastavit rozlišení na 1600x900x32" #. type: "1600x1200x32_title" -#: Resources/templates/Localizable.strings:256 +#: Resources/templates/Localizable.strings:275 #, no-wrap msgid "1600x1200x32" msgstr "1600x1200x32" #. type: "1600x1200x32_description" -#: Resources/templates/Localizable.strings:257 +#: Resources/templates/Localizable.strings:276 #, no-wrap msgid "Set Graphics Mode to 1600x1200x32" msgstr "Nastavit rozlišení na 1600x1200x32" #. type: "1680x1050x32_title" -#: Resources/templates/Localizable.strings:259 +#: Resources/templates/Localizable.strings:278 #, no-wrap msgid "1680x1050x32" msgstr "1680x1050x32" #. type: "1680x1050x32_description" -#: Resources/templates/Localizable.strings:260 +#: Resources/templates/Localizable.strings:279 #, no-wrap msgid "Set Graphics Mode to 1680x1050x32" msgstr "Nastavit rozlišení na 1680x1050x32" #. type: "1920x1080x32_title" -#: Resources/templates/Localizable.strings:262 +#: Resources/templates/Localizable.strings:281 #, no-wrap msgid "1920x1080x32" msgstr "1920x1080x32" #. type: "1920x1080x32_description" -#: Resources/templates/Localizable.strings:263 +#: Resources/templates/Localizable.strings:282 #, no-wrap msgid "Set Graphics Mode to 1920x1080x32" msgstr "Nastavit rozlišení na 1920x1080x32" #. type: "1920x1200x32_title" -#: Resources/templates/Localizable.strings:265 +#: Resources/templates/Localizable.strings:284 #, no-wrap msgid "1920x1200x32" msgstr "1920x1200x32" #. type: "1920x1200x32_description" -#: Resources/templates/Localizable.strings:266 +#: Resources/templates/Localizable.strings:285 #, no-wrap msgid "Set Graphics Mode to 1920x1200x32" msgstr "Nastavit rozlišení na 1920x1200x32" #. type: "HDAULayoutIDx01_title" -#: Resources/templates/Localizable.strings:270 -#: Resources/templates/Localizable.strings:376 +#: Resources/templates/Localizable.strings:289 +#: Resources/templates/Localizable.strings:395 #, no-wrap msgid "LayoutID=1" msgstr "LayoutID=1" #. type: "HDEFLayoutIDx01_description" -#: Resources/templates/Localizable.strings:271 +#: Resources/templates/Localizable.strings:290 #, no-wrap msgid "" "Set HDEF layout-it to 1:\n" @@ -1177,14 +1241,14 @@ "001 (0x01, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx02_title" -#: Resources/templates/Localizable.strings:274 -#: Resources/templates/Localizable.strings:380 +#: Resources/templates/Localizable.strings:293 +#: Resources/templates/Localizable.strings:399 #, no-wrap msgid "LayoutID=2" msgstr "LayoutID=2" #. type: "HDEFLayoutIDx02_description" -#: Resources/templates/Localizable.strings:275 +#: Resources/templates/Localizable.strings:294 #, no-wrap msgid "" "Set HDEF layout-it to 2:\n" @@ -1194,14 +1258,14 @@ "002 (0x02, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx03_title" -#: Resources/templates/Localizable.strings:278 -#: Resources/templates/Localizable.strings:384 +#: Resources/templates/Localizable.strings:297 +#: Resources/templates/Localizable.strings:403 #, no-wrap msgid "LayoutID=3" msgstr "LayoutID=3" #. type: "HDEFLayoutIDx03_description" -#: Resources/templates/Localizable.strings:279 +#: Resources/templates/Localizable.strings:298 #, no-wrap msgid "" "Set HDEF layout-it to 3:\n" @@ -1211,14 +1275,14 @@ "003 (0x03, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx05_title" -#: Resources/templates/Localizable.strings:282 -#: Resources/templates/Localizable.strings:388 +#: Resources/templates/Localizable.strings:301 +#: Resources/templates/Localizable.strings:407 #, no-wrap msgid "LayoutID=5" msgstr "LayoutID=5" #. type: "HDEFLayoutIDx05_description" -#: Resources/templates/Localizable.strings:283 +#: Resources/templates/Localizable.strings:302 #, no-wrap msgid "" "Set HDEF layout-it to 5:\n" @@ -1228,14 +1292,14 @@ "005 (0x05, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx07_title" -#: Resources/templates/Localizable.strings:286 -#: Resources/templates/Localizable.strings:392 +#: Resources/templates/Localizable.strings:305 +#: Resources/templates/Localizable.strings:411 #, no-wrap msgid "LayoutID=7" msgstr "LayoutID=7" #. type: "HDEFLayoutIDx07_description" -#: Resources/templates/Localizable.strings:287 +#: Resources/templates/Localizable.strings:306 #, no-wrap msgid "" "Set HDEF layout-it to 7:\n" @@ -1245,14 +1309,14 @@ "007 (0x07, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx12_title" -#: Resources/templates/Localizable.strings:290 -#: Resources/templates/Localizable.strings:396 +#: Resources/templates/Localizable.strings:309 +#: Resources/templates/Localizable.strings:415 #, no-wrap msgid "LayoutID=12" msgstr "LayoutID=12" #. type: "HDEFLayoutIDx12_description" -#: Resources/templates/Localizable.strings:291 +#: Resources/templates/Localizable.strings:310 #, no-wrap msgid "" "Set HDEF layout-it to 12:\n" @@ -1262,14 +1326,14 @@ "00C (0x0C, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx32_title" -#: Resources/templates/Localizable.strings:294 -#: Resources/templates/Localizable.strings:400 +#: Resources/templates/Localizable.strings:313 +#: Resources/templates/Localizable.strings:419 #, no-wrap msgid "LayoutID=32" msgstr "LayoutID=32" #. type: "HDEFLayoutIDx32_description" -#: Resources/templates/Localizable.strings:295 +#: Resources/templates/Localizable.strings:314 #, no-wrap msgid "" "Set HDEF layout-it to 32:\n" @@ -1279,14 +1343,14 @@ "020 (0x20, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx40_title" -#: Resources/templates/Localizable.strings:298 -#: Resources/templates/Localizable.strings:404 +#: Resources/templates/Localizable.strings:317 +#: Resources/templates/Localizable.strings:423 #, no-wrap msgid "LayoutID=40" msgstr "LayoutID=40" #. type: "HDEFLayoutIDx40_description" -#: Resources/templates/Localizable.strings:299 +#: Resources/templates/Localizable.strings:318 #, no-wrap msgid "" "Set HDEF layout-it to 40:\n" @@ -1296,14 +1360,14 @@ "028 (0x28, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx65_title" -#: Resources/templates/Localizable.strings:302 -#: Resources/templates/Localizable.strings:408 +#: Resources/templates/Localizable.strings:321 +#: Resources/templates/Localizable.strings:427 #, no-wrap msgid "LayoutID=65" msgstr "LayoutID=65" #. type: "HDEFLayoutIDx65_description" -#: Resources/templates/Localizable.strings:303 +#: Resources/templates/Localizable.strings:322 #, no-wrap msgid "" "Set HDEF layout-it to 65:\n" @@ -1313,14 +1377,14 @@ "041 (0x41, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx99_title" -#: Resources/templates/Localizable.strings:306 -#: Resources/templates/Localizable.strings:412 +#: Resources/templates/Localizable.strings:325 +#: Resources/templates/Localizable.strings:431 #, no-wrap msgid "LayoutID=99" msgstr "LayoutID=99" #. type: "HDEFLayoutIDx99_description" -#: Resources/templates/Localizable.strings:307 +#: Resources/templates/Localizable.strings:326 #, no-wrap msgid "" "Set HDEF layout-it to 99:\n" @@ -1330,14 +1394,14 @@ "063 (0x63, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx269_title" -#: Resources/templates/Localizable.strings:310 -#: Resources/templates/Localizable.strings:416 +#: Resources/templates/Localizable.strings:329 +#: Resources/templates/Localizable.strings:435 #, no-wrap msgid "LayoutID=269" msgstr "LayoutID=269" #. type: "HDEFLayoutIDx269_description" -#: Resources/templates/Localizable.strings:311 +#: Resources/templates/Localizable.strings:330 #, no-wrap msgid "" "Set HDEF layout-it to 269:\n" @@ -1347,14 +1411,14 @@ "10D (0x0D, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx387_title" -#: Resources/templates/Localizable.strings:314 -#: Resources/templates/Localizable.strings:420 +#: Resources/templates/Localizable.strings:333 +#: Resources/templates/Localizable.strings:439 #, no-wrap msgid "LayoutID=387" msgstr "LayoutID=387" #. type: "HDEFLayoutIDx387_description" -#: Resources/templates/Localizable.strings:315 +#: Resources/templates/Localizable.strings:334 #, no-wrap msgid "" "Set HDEF layout-it to 387:\n" @@ -1364,14 +1428,14 @@ "183 (0x83, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx388_title" -#: Resources/templates/Localizable.strings:318 -#: Resources/templates/Localizable.strings:424 +#: Resources/templates/Localizable.strings:337 +#: Resources/templates/Localizable.strings:443 #, no-wrap msgid "LayoutID=388" msgstr "LayoutID=388" #. type: "HDEFLayoutIDx388_description" -#: Resources/templates/Localizable.strings:319 +#: Resources/templates/Localizable.strings:338 #, no-wrap msgid "" "Set HDEF layout-it to 388:\n" @@ -1381,14 +1445,14 @@ "184 (0x84, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx389_title" -#: Resources/templates/Localizable.strings:322 -#: Resources/templates/Localizable.strings:428 +#: Resources/templates/Localizable.strings:341 +#: Resources/templates/Localizable.strings:447 #, no-wrap msgid "LayoutID=389" msgstr "LayoutID=389" #. type: "HDEFLayoutIDx389_description" -#: Resources/templates/Localizable.strings:323 +#: Resources/templates/Localizable.strings:342 #, no-wrap msgid "" "Set HDEF layout-it to 389:\n" @@ -1398,14 +1462,14 @@ "185 (0x85, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx392_title" -#: Resources/templates/Localizable.strings:326 -#: Resources/templates/Localizable.strings:432 +#: Resources/templates/Localizable.strings:345 +#: Resources/templates/Localizable.strings:451 #, no-wrap msgid "LayoutID=392" msgstr "LayoutID=392" #. type: "HDEFLayoutIDx392_description" -#: Resources/templates/Localizable.strings:327 +#: Resources/templates/Localizable.strings:346 #, no-wrap msgid "" "Set HDEF layout-it to 392:\n" @@ -1415,14 +1479,14 @@ "188 (0x88, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx398_title" -#: Resources/templates/Localizable.strings:330 -#: Resources/templates/Localizable.strings:436 +#: Resources/templates/Localizable.strings:349 +#: Resources/templates/Localizable.strings:455 #, no-wrap msgid "LayoutID=398" msgstr "LayoutID=398" #. type: "HDEFLayoutIDx398_description" -#: Resources/templates/Localizable.strings:331 +#: Resources/templates/Localizable.strings:350 #, no-wrap msgid "" "Set HDEF layout-it to 398:\n" @@ -1432,14 +1496,14 @@ "18E (0x8E, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx662_title" -#: Resources/templates/Localizable.strings:334 -#: Resources/templates/Localizable.strings:440 +#: Resources/templates/Localizable.strings:353 +#: Resources/templates/Localizable.strings:459 #, no-wrap msgid "LayoutID=662" msgstr "LayoutID=662" #. type: "HDEFLayoutIDx662_description" -#: Resources/templates/Localizable.strings:335 +#: Resources/templates/Localizable.strings:354 #, no-wrap msgid "" "Set HDEF layout-it to 662:\n" @@ -1449,14 +1513,14 @@ "296 (0x96, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx663_title" -#: Resources/templates/Localizable.strings:338 -#: Resources/templates/Localizable.strings:444 +#: Resources/templates/Localizable.strings:357 +#: Resources/templates/Localizable.strings:463 #, no-wrap msgid "LayoutID=663" msgstr "LayoutID=663" #. type: "HDEFLayoutIDx663_description" -#: Resources/templates/Localizable.strings:339 +#: Resources/templates/Localizable.strings:358 #, no-wrap msgid "" "Set HDEF layout-it to 663:\n" @@ -1466,14 +1530,14 @@ "297 (0x97, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx664_title" -#: Resources/templates/Localizable.strings:342 -#: Resources/templates/Localizable.strings:448 +#: Resources/templates/Localizable.strings:361 +#: Resources/templates/Localizable.strings:467 #, no-wrap msgid "LayoutID=664" msgstr "LayoutID=664" #. type: "HDEFLayoutIDx664_description" -#: Resources/templates/Localizable.strings:343 +#: Resources/templates/Localizable.strings:362 #, no-wrap msgid "" "Set HDEF layout-it to 664:\n" @@ -1483,14 +1547,14 @@ "298 (0x98, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx885_title" -#: Resources/templates/Localizable.strings:346 -#: Resources/templates/Localizable.strings:452 +#: Resources/templates/Localizable.strings:365 +#: Resources/templates/Localizable.strings:471 #, no-wrap msgid "LayoutID=885" msgstr "LayoutID=885" #. type: "HDEFLayoutIDx885_description" -#: Resources/templates/Localizable.strings:347 +#: Resources/templates/Localizable.strings:366 #, no-wrap msgid "" "Set HDEF layout-it to 885:\n" @@ -1500,14 +1564,14 @@ "375 (0x75, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx887_title" -#: Resources/templates/Localizable.strings:350 -#: Resources/templates/Localizable.strings:456 +#: Resources/templates/Localizable.strings:369 +#: Resources/templates/Localizable.strings:475 #, no-wrap msgid "LayoutID=887" msgstr "LayoutID=887" #. type: "HDEFLayoutIDx887_description" -#: Resources/templates/Localizable.strings:351 +#: Resources/templates/Localizable.strings:370 #, no-wrap msgid "" "Set HDEF layout-it to 887:\n" @@ -1517,14 +1581,14 @@ "377 (0x77, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx888_title" -#: Resources/templates/Localizable.strings:354 -#: Resources/templates/Localizable.strings:460 +#: Resources/templates/Localizable.strings:373 +#: Resources/templates/Localizable.strings:479 #, no-wrap msgid "LayoutID=888" msgstr "LayoutID=888" #. type: "HDEFLayoutIDx888_description" -#: Resources/templates/Localizable.strings:355 +#: Resources/templates/Localizable.strings:374 #, no-wrap msgid "" "Set HDEF layout-it to 888:\n" @@ -1534,14 +1598,14 @@ "378 (0x78, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx889_title" -#: Resources/templates/Localizable.strings:358 -#: Resources/templates/Localizable.strings:464 +#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:483 #, no-wrap msgid "LayoutID=889" msgstr "LayoutID=889" #. type: "HDEFLayoutIDx889_description" -#: Resources/templates/Localizable.strings:359 +#: Resources/templates/Localizable.strings:378 #, no-wrap msgid "" "Set HDEF layout-it to 889:\n" @@ -1551,14 +1615,14 @@ "379 (0x79, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx892_title" -#: Resources/templates/Localizable.strings:362 -#: Resources/templates/Localizable.strings:468 +#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:487 #, no-wrap msgid "LayoutID=892" msgstr "LayoutID=892" #. type: "HDEFLayoutIDx892_description" -#: Resources/templates/Localizable.strings:363 +#: Resources/templates/Localizable.strings:382 #, no-wrap msgid "" "Set HDEF layout-it to 892:\n" @@ -1568,14 +1632,14 @@ "37C (0x7C, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx898_title" -#: Resources/templates/Localizable.strings:366 -#: Resources/templates/Localizable.strings:472 +#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:491 #, no-wrap msgid "LayoutID=898" msgstr "LayoutID=898" #. type: "HDEFLayoutIDx898_description" -#: Resources/templates/Localizable.strings:367 +#: Resources/templates/Localizable.strings:386 #, no-wrap msgid "" "Set HDEF layout-it to 898:\n" @@ -1585,14 +1649,14 @@ "382 (0x82, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDxBD7_title" -#: Resources/templates/Localizable.strings:370 -#: Resources/templates/Localizable.strings:476 +#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:495 #, no-wrap msgid "LayoutID=1981" msgstr "LayoutID=1981" #. type: "HDEFLayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:371 +#: Resources/templates/Localizable.strings:390 #, no-wrap msgid "" "Set HDEF layout-it to 1981:\n" @@ -1602,7 +1666,7 @@ "7BD (0xBD, 0x07, 0x00, 0x00)." #. type: "HDAULayoutIDx01_description" -#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:396 #, no-wrap msgid "" "Set HDAU layout-it to 1:\n" @@ -1612,7 +1676,7 @@ "001 (0x01, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx02_description" -#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:400 #, no-wrap msgid "" "Set HDAU layout-it to 2:\n" @@ -1622,7 +1686,7 @@ "002 (0x02, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx03_description" -#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:404 #, no-wrap msgid "" "Set HDAU layout-it to 3:\n" @@ -1632,7 +1696,7 @@ "003 (0x03, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx05_description" -#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:408 #, no-wrap msgid "" "Set HDAU layout-it to 5:\n" @@ -1642,7 +1706,7 @@ "005 (0x05, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx07_description" -#: Resources/templates/Localizable.strings:393 +#: Resources/templates/Localizable.strings:412 #, no-wrap msgid "" "Set HDAU layout-it to 7:\n" @@ -1652,7 +1716,7 @@ "007 (0x07, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx12_description" -#: Resources/templates/Localizable.strings:397 +#: Resources/templates/Localizable.strings:416 #, no-wrap msgid "" "Set HDAU layout-it to 12:\n" @@ -1662,7 +1726,7 @@ "00C (0x0C, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx32_description" -#: Resources/templates/Localizable.strings:401 +#: Resources/templates/Localizable.strings:420 #, no-wrap msgid "" "Set HDAU layout-it to 32:\n" @@ -1672,7 +1736,7 @@ "020 (0x20, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx40_description" -#: Resources/templates/Localizable.strings:405 +#: Resources/templates/Localizable.strings:424 #, no-wrap msgid "" "Set HDAU layout-it to 40:\n" @@ -1682,7 +1746,7 @@ "028 (0x28, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx65_description" -#: Resources/templates/Localizable.strings:409 +#: Resources/templates/Localizable.strings:428 #, no-wrap msgid "" "Set HDAU layout-it to 65:\n" @@ -1692,7 +1756,7 @@ "041 (0x41, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx99_description" -#: Resources/templates/Localizable.strings:413 +#: Resources/templates/Localizable.strings:432 #, no-wrap msgid "" "Set HDAU layout-it to 99:\n" @@ -1702,7 +1766,7 @@ "063 (0x63, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx269_description" -#: Resources/templates/Localizable.strings:417 +#: Resources/templates/Localizable.strings:436 #, no-wrap msgid "" "Set HDAU layout-it to 269:\n" @@ -1712,7 +1776,7 @@ "10D (0x0D, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx387_description" -#: Resources/templates/Localizable.strings:421 +#: Resources/templates/Localizable.strings:440 #, no-wrap msgid "" "Set HDAU layout-it to 387:\n" @@ -1722,7 +1786,7 @@ "183 (0x83, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx388_description" -#: Resources/templates/Localizable.strings:425 +#: Resources/templates/Localizable.strings:444 #, no-wrap msgid "" "Set HDAU layout-it to 388:\n" @@ -1732,7 +1796,7 @@ "184 (0x84, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx389_description" -#: Resources/templates/Localizable.strings:429 +#: Resources/templates/Localizable.strings:448 #, no-wrap msgid "" "Set HDAU layout-it to 389:\n" @@ -1742,7 +1806,7 @@ "185 (0x85, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx392_description" -#: Resources/templates/Localizable.strings:433 +#: Resources/templates/Localizable.strings:452 #, no-wrap msgid "" "Set HDAU layout-it to 392:\n" @@ -1752,7 +1816,7 @@ "188 (0x88, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx398_description" -#: Resources/templates/Localizable.strings:437 +#: Resources/templates/Localizable.strings:456 #, no-wrap msgid "" "Set HDAU layout-it to 398:\n" @@ -1762,7 +1826,7 @@ "18E (0x8E, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx662_description" -#: Resources/templates/Localizable.strings:441 +#: Resources/templates/Localizable.strings:460 #, no-wrap msgid "" "Set HDAU layout-it to 662:\n" @@ -1772,7 +1836,7 @@ "296 (0x96, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx663_description" -#: Resources/templates/Localizable.strings:445 +#: Resources/templates/Localizable.strings:464 #, no-wrap msgid "" "Set HDAU layout-it to 663:\n" @@ -1782,7 +1846,7 @@ "297 (0x97, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx664_description" -#: Resources/templates/Localizable.strings:449 +#: Resources/templates/Localizable.strings:468 #, no-wrap msgid "" "Set HDAU layout-it to 664:\n" @@ -1792,7 +1856,7 @@ "298 (0x98, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx885_description" -#: Resources/templates/Localizable.strings:453 +#: Resources/templates/Localizable.strings:472 #, no-wrap msgid "" "Set HDAU layout-it to 885:\n" @@ -1802,7 +1866,7 @@ "375 (0x75, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx887_description" -#: Resources/templates/Localizable.strings:457 +#: Resources/templates/Localizable.strings:476 #, no-wrap msgid "" "Set HDAU layout-it to 887:\n" @@ -1812,7 +1876,7 @@ "377 (0x77, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx888_description" -#: Resources/templates/Localizable.strings:461 +#: Resources/templates/Localizable.strings:480 #, no-wrap msgid "" "Set HDAU layout-it to 888:\n" @@ -1822,7 +1886,7 @@ "378 (0x78, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx889_description" -#: Resources/templates/Localizable.strings:465 +#: Resources/templates/Localizable.strings:484 #, no-wrap msgid "" "Set HDAU layout-it to 889:\n" @@ -1832,7 +1896,7 @@ "379 (0x79, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx892_description" -#: Resources/templates/Localizable.strings:469 +#: Resources/templates/Localizable.strings:488 #, no-wrap msgid "" "Set HDAU layout-it to 892:\n" @@ -1842,7 +1906,7 @@ "37C (0x7C, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx898_description" -#: Resources/templates/Localizable.strings:473 +#: Resources/templates/Localizable.strings:492 #, no-wrap msgid "" "Set HDAU layout-it to 898:\n" @@ -1852,7 +1916,7 @@ "382 (0x82, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:477 +#: Resources/templates/Localizable.strings:496 #, no-wrap msgid "" "Set HDAU layout-it to 1981:\n" @@ -1862,625 +1926,625 @@ "7BD (0xBD, 0x07, 0x00, 0x00)." #. type: "IntelCaprix00_title" -#: Resources/templates/Localizable.strings:482 +#: Resources/templates/Localizable.strings:501 #, no-wrap msgid "01660000" msgstr "01660000" #. type: "IntelCaprix00_description" -#: Resources/templates/Localizable.strings:483 +#: Resources/templates/Localizable.strings:502 #, no-wrap msgid "Set 01660000 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Nastavit 01660000 pro Intel HD4000 (Mobile) AAPL,ig-platform-id." #. type: "IntelCaprix01_title" -#: Resources/templates/Localizable.strings:485 +#: Resources/templates/Localizable.strings:504 #, no-wrap msgid "01660001" msgstr "01660001" #. type: "IntelCaprix01_description" -#: Resources/templates/Localizable.strings:486 +#: Resources/templates/Localizable.strings:505 #, no-wrap msgid "Set 01660001 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Nastavit 01660001 pro Intel HD4000 (Mobile) AAPL, ig-platform-id." #. type: "IntelCaprix02_title" -#: Resources/templates/Localizable.strings:488 +#: Resources/templates/Localizable.strings:507 #, no-wrap msgid "01660002" msgstr "01660002" #. type: "IntelCaprix02_description" -#: Resources/templates/Localizable.strings:489 +#: Resources/templates/Localizable.strings:508 #, no-wrap msgid "Set 01660002 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Nastavit 01660002 pro Intel HD4000 (Mobile) AAPL, ig-platform-id." #. type: "IntelCaprix03_title" -#: Resources/templates/Localizable.strings:491 +#: Resources/templates/Localizable.strings:510 #, no-wrap msgid "01660003" msgstr "01660003" #. type: "IntelCaprix03_description" -#: Resources/templates/Localizable.strings:492 +#: Resources/templates/Localizable.strings:511 #, no-wrap msgid "Set 01660003 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Nastavit 01660003 pro Intel HD4000 (Mobile) AAPL, ig-platform-id." #. type: "IntelCaprix04_title" -#: Resources/templates/Localizable.strings:494 +#: Resources/templates/Localizable.strings:513 #, no-wrap msgid "01660004" msgstr "01660004" #. type: "IntelCaprix04_description" -#: Resources/templates/Localizable.strings:495 +#: Resources/templates/Localizable.strings:514 #, no-wrap msgid "Set 01660004 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Nastavit 01660004 pro Intel HD4000 (Mobile) AAPL, ig-platform-id." #. type: "IntelCaprix05_title" -#: Resources/templates/Localizable.strings:497 +#: Resources/templates/Localizable.strings:516 #, no-wrap msgid "01620005" msgstr "01620005" #. type: "IntelCaprix05_description" -#: Resources/templates/Localizable.strings:498 +#: Resources/templates/Localizable.strings:517 #, no-wrap msgid "Set 01620005 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "Nastavit 01620005 pro Intel HD4000 (Desktop) AAPL, ig-platform-id." #. type: "IntelCaprix06_title" -#: Resources/templates/Localizable.strings:500 +#: Resources/templates/Localizable.strings:519 #, no-wrap msgid "01620006" msgstr "01620006" #. type: "IntelCaprix06_description" -#: Resources/templates/Localizable.strings:501 +#: Resources/templates/Localizable.strings:520 #, no-wrap msgid "Set 01620006 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "Nastavit 01620006 pro Intel HD4000 (Desktop) AAPL, ig-platform-id." #. type: "IntelCaprix07_title" -#: Resources/templates/Localizable.strings:503 +#: Resources/templates/Localizable.strings:522 #, no-wrap msgid "01620007" msgstr "01620007" #. type: "IntelCaprix07_description" -#: Resources/templates/Localizable.strings:504 +#: Resources/templates/Localizable.strings:523 #, no-wrap msgid "Set 01620007 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "Nastavit 01620007 pro Intel HD4000 (Desktop) AAPL, ig-platform-id." #. type: "IntelCaprix08_title" -#: Resources/templates/Localizable.strings:506 +#: Resources/templates/Localizable.strings:525 #, no-wrap msgid "01660008" msgstr "01660008" #. type: "IntelCaprix08_description" -#: Resources/templates/Localizable.strings:507 +#: Resources/templates/Localizable.strings:526 #, no-wrap msgid "Set 01660008 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Nastavit 01660008 pro Intel HD4000 (Mobile) AAPL, ig-platform-id." #. type: "IntelCaprix09_title" -#: Resources/templates/Localizable.strings:509 +#: Resources/templates/Localizable.strings:528 #, no-wrap msgid "01660009" msgstr "01660009" #. type: "IntelCaprix09_description" -#: Resources/templates/Localizable.strings:510 +#: Resources/templates/Localizable.strings:529 #, no-wrap msgid "Set 01660009 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Nastavit 01660009 pro Intel HD4000 (Mobile) AAPL, ig-platform-id." #. type: "IntelCaprix10_title" -#: Resources/templates/Localizable.strings:512 +#: Resources/templates/Localizable.strings:531 #, no-wrap msgid "0166000a" msgstr "0166000a" #. type: "IntelCaprix10_description" -#: Resources/templates/Localizable.strings:513 +#: Resources/templates/Localizable.strings:532 #, no-wrap msgid "Set 0166000a for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Nastavit 0166000a pro Intel HD4000 (Mobile) AAPL, ig-platform-id." #. type: "IntelCaprix11_title" -#: Resources/templates/Localizable.strings:515 +#: Resources/templates/Localizable.strings:534 #, no-wrap msgid "0166000b" msgstr "0166000b" #. type: "IntelCaprix11_description" -#: Resources/templates/Localizable.strings:516 +#: Resources/templates/Localizable.strings:535 #, no-wrap msgid "Set 0166000b for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Nastavit 0166000b pro Intel HD4000 (Mobile) AAPL, ig-platform-id." #. type: "IntelAzulx00_title" -#: Resources/templates/Localizable.strings:520 +#: Resources/templates/Localizable.strings:539 #, no-wrap msgid "00000604" msgstr "00000604" #. type: "IntelAzulx00_description" -#: Resources/templates/Localizable.strings:521 +#: Resources/templates/Localizable.strings:540 #, no-wrap msgid "Set 00000604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Nastavit 00000604 pro Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx01_title" -#: Resources/templates/Localizable.strings:523 +#: Resources/templates/Localizable.strings:542 #, no-wrap msgid "0000060c" msgstr "0000060c" #. type: "IntelAzulx01_description" -#: Resources/templates/Localizable.strings:524 +#: Resources/templates/Localizable.strings:543 #, no-wrap msgid "Set 0000060c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Nastavit 0000060c pro Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx02_title" -#: Resources/templates/Localizable.strings:526 +#: Resources/templates/Localizable.strings:545 #, no-wrap msgid "00001604" msgstr "00001604" #. type: "IntelAzulx02_description" -#: Resources/templates/Localizable.strings:527 +#: Resources/templates/Localizable.strings:546 #, no-wrap msgid "Set 00001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Nastavit 01660004 pro Intel Haswell (Mobile) AAPL, ig-platform-id." #. type: "IntelAzulx03_title" -#: Resources/templates/Localizable.strings:529 +#: Resources/templates/Localizable.strings:548 #, no-wrap msgid "0000160a" msgstr "0000160a" #. type: "IntelAzulx03_description" -#: Resources/templates/Localizable.strings:530 +#: Resources/templates/Localizable.strings:549 #, no-wrap msgid "Set 0000160a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Nastavit 0000160a pro Intel Haswell (Mobile) AAPL, ig-platform-id." #. type: "IntelAzulx04_title" -#: Resources/templates/Localizable.strings:532 +#: Resources/templates/Localizable.strings:551 #, no-wrap msgid "0000160c" msgstr "0000160c" #. type: "IntelAzulx04_description" -#: Resources/templates/Localizable.strings:533 +#: Resources/templates/Localizable.strings:552 #, no-wrap msgid "Set 0000160c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Nastavit 0000160c pro Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx05_title" -#: Resources/templates/Localizable.strings:535 +#: Resources/templates/Localizable.strings:554 #, no-wrap msgid "00002604" msgstr "00002604" #. type: "IntelAzulx05_description" -#: Resources/templates/Localizable.strings:536 +#: Resources/templates/Localizable.strings:555 #, no-wrap msgid "Set 00002604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Nastavit 00002604 pro Intel Haswell (Mobile) AAPL, ig-platform-id." #. type: "IntelAzulx06_title" -#: Resources/templates/Localizable.strings:538 +#: Resources/templates/Localizable.strings:557 #, no-wrap msgid "0000260a" msgstr "0000260a" #. type: "IntelAzulx06_description" -#: Resources/templates/Localizable.strings:539 +#: Resources/templates/Localizable.strings:558 #, no-wrap msgid "Set 0000260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Nastavit 0000260a pro Intel Haswell (Mobile) AAPL, ig-platform-id." #. type: "IntelAzulx07_title" -#: Resources/templates/Localizable.strings:541 +#: Resources/templates/Localizable.strings:560 #, no-wrap msgid "0000260c" msgstr "0000260c" #. type: "IntelAzulx07_description" -#: Resources/templates/Localizable.strings:542 +#: Resources/templates/Localizable.strings:561 #, no-wrap msgid "Set 0600260c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Nastavit 0600260c pro Intel Haswell (Mobile) AAPL, ig-platform-id." #. type: "IntelAzulx08_title" -#: Resources/templates/Localizable.strings:544 +#: Resources/templates/Localizable.strings:563 #, no-wrap msgid "0000260d" msgstr "0000260d" #. type: "IntelAzulx08_description" -#: Resources/templates/Localizable.strings:545 +#: Resources/templates/Localizable.strings:564 #, no-wrap msgid "Set 0000260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Nastavit 0000260d pro Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx09_title" -#: Resources/templates/Localizable.strings:547 +#: Resources/templates/Localizable.strings:566 #, no-wrap msgid "02001604" msgstr "02001604" #. type: "IntelAzulx09_description" -#: Resources/templates/Localizable.strings:548 +#: Resources/templates/Localizable.strings:567 #, no-wrap msgid "Set 02001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Nastavit 02001604 pro Intel Haswell (Mobile) AAPL, ig-platform-id." #. type: "IntelAzulx10_title" -#: Resources/templates/Localizable.strings:550 +#: Resources/templates/Localizable.strings:569 #, no-wrap msgid "0300220d" msgstr "0300220d" #. type: "IntelAzulx10_description" -#: Resources/templates/Localizable.strings:551 +#: Resources/templates/Localizable.strings:570 #, no-wrap msgid "Set 0300220d for Intel Haswell (Desktop) AAPL,ig-platform-id." msgstr "Nastavit 0300220d pro Intel Haswell (Desktop) AAPL, ig-platform-id." #. type: "IntelAzulx11_title" -#: Resources/templates/Localizable.strings:553 +#: Resources/templates/Localizable.strings:572 #, no-wrap msgid "0500260a" msgstr "0500260a" #. type: "IntelAzulx11_description" -#: Resources/templates/Localizable.strings:554 +#: Resources/templates/Localizable.strings:573 #, no-wrap msgid "Set 0500260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Nastavit 0500260a pro Intel Haswell (Mobile) AAPL, ig-platform-id." #. type: "IntelAzulx12_title" -#: Resources/templates/Localizable.strings:556 +#: Resources/templates/Localizable.strings:575 #, no-wrap msgid "0600260a" msgstr "0600260a" #. type: "IntelAzulx12_description" -#: Resources/templates/Localizable.strings:557 +#: Resources/templates/Localizable.strings:576 #, no-wrap msgid "Set 0600260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Nastavit 0600260a pro Intel Haswell (Mobile) AAPL, ig-platform-id." #. type: "IntelAzulx13_title" -#: Resources/templates/Localizable.strings:559 +#: Resources/templates/Localizable.strings:578 #, no-wrap msgid "0700260d" msgstr "0700260d" #. type: "IntelAzulx13_description" -#: Resources/templates/Localizable.strings:560 +#: Resources/templates/Localizable.strings:579 #, no-wrap msgid "Set 0700260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Nastavit 0700260d pro Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx14_title" -#: Resources/templates/Localizable.strings:562 +#: Resources/templates/Localizable.strings:581 #, no-wrap msgid "0800260a" msgstr "0800260a" #. type: "IntelAzulx14_description" -#: Resources/templates/Localizable.strings:563 +#: Resources/templates/Localizable.strings:582 #, no-wrap msgid "Set 0800260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Nastavit 0800260a pro Intel Haswell (Mobile) AAPL, ig-platform-id." #. type: "IntelAzulx15_title" -#: Resources/templates/Localizable.strings:565 +#: Resources/templates/Localizable.strings:584 #, no-wrap msgid "08002e0a" msgstr "08002e0a" #. type: "IntelAzulx15_description" -#: Resources/templates/Localizable.strings:566 +#: Resources/templates/Localizable.strings:585 #, no-wrap msgid "Set 08002e0a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Nastavit 08002e0a pro Intel Haswell (Mobile) AAPL, ig-platform-id." #. type: "AD2000B_PinConf_title" -#: Resources/templates/Localizable.strings:570 +#: Resources/templates/Localizable.strings:589 #, no-wrap msgid "AD2000b" msgstr "AD2000b" #. type: "AD2000B_PinConf_description" -#: Resources/templates/Localizable.strings:571 +#: Resources/templates/Localizable.strings:590 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD2000b." msgstr "Nastavit HDEF PinConfiguration pro Analog Devices AD2000b." #. type: "AD1981HD_PinConf_title" -#: Resources/templates/Localizable.strings:573 +#: Resources/templates/Localizable.strings:592 #, no-wrap msgid "AD1981HD" msgstr "AD1981HD" #. type: "AD1981HD_PinConf_description" -#: Resources/templates/Localizable.strings:574 +#: Resources/templates/Localizable.strings:593 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1981HD." msgstr "Nastavit HDEF PinConfiguration pro Analog Devices AD1981HD." #. type: "AD1988B_PinConf_title" -#: Resources/templates/Localizable.strings:576 +#: Resources/templates/Localizable.strings:595 #, no-wrap msgid "AD1988b" msgstr "AD1988b" #. type: "AD1988B_PinConf_description" -#: Resources/templates/Localizable.strings:577 +#: Resources/templates/Localizable.strings:596 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1988b." msgstr "Nastavit HDEF PinConfiguration pro Analog Devices AD1988b." #. type: "ALC888_PinConf_title" -#: Resources/templates/Localizable.strings:579 +#: Resources/templates/Localizable.strings:598 #, no-wrap msgid "ALC888" msgstr "ALC888" #. type: "ALC888_PinConf_description" -#: Resources/templates/Localizable.strings:580 +#: Resources/templates/Localizable.strings:599 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC888." msgstr "Nastavit HDEF PinConfiguration pro Realtek ALC888." #. type: "ALC1200_PinConf_title" -#: Resources/templates/Localizable.strings:582 +#: Resources/templates/Localizable.strings:601 #, no-wrap msgid "ALC1200" msgstr "ALC1200" #. type: "ALC1200_PinConf_description" -#: Resources/templates/Localizable.strings:583 +#: Resources/templates/Localizable.strings:602 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC1200." msgstr "Nastavit HDEF PinConfiguration pro Realtek ALC1200." #. type: "00_PinConf_title" -#: Resources/templates/Localizable.strings:585 +#: Resources/templates/Localizable.strings:604 #, no-wrap msgid "00" msgstr "00" #. type: "00_PinConf_description" -#: Resources/templates/Localizable.strings:586 +#: Resources/templates/Localizable.strings:605 #, no-wrap msgid "Set HDEF PinConfiguration for ???." msgstr "Nastavit HDEF PinConfiguration pro ???." #. type: "GraphicsEnabler_title" -#: Resources/templates/Localizable.strings:590 +#: Resources/templates/Localizable.strings:609 #, no-wrap msgid "GraphicsEnabler=Yes" msgstr "GraphicsEnabler=Yes" #. type: "GraphicsEnabler_description" -#: Resources/templates/Localizable.strings:591 +#: Resources/templates/Localizable.strings:610 #, no-wrap msgid "Enables the option to autodetect NVIDIA, AMD/ATI or Intel based GPUs and inject the correct info." msgstr "Povolí možnost autodetekce graf. karet NVIDIA, AMD/ATI nebo Intel a vloží o ní korektní informace." #. type: "EnableHDMIAudio_title" -#: Resources/templates/Localizable.strings:593 +#: Resources/templates/Localizable.strings:612 #, no-wrap msgid "EnableHDMIAudio=Yes" msgstr "EnableHDMIAudio=Yes" #. type: "EnableHDMIAudio_description" -#: Resources/templates/Localizable.strings:594 +#: Resources/templates/Localizable.strings:613 #, no-wrap msgid "Inject HDMi audio for NVIDIA or AMD/ATI." msgstr "Aplikujte HDMI pro NVIDIA nebo AMD / ATI." #. type: "UseIntelHDMI_title" -#: Resources/templates/Localizable.strings:596 +#: Resources/templates/Localizable.strings:615 #, no-wrap msgid "UseIntelHDMI=Yes" msgstr "UseIntelHDMI=Yes" #. type: "UseIntelHDMI_description" -#: Resources/templates/Localizable.strings:597 +#: Resources/templates/Localizable.strings:616 #, no-wrap msgid "If YES, hda-gfx=onboard-1 will be injected into the GFX0 and HDEF devices. Also, if an ATI or Nvidia HDMI device is present, they'll be assigned to onboard-2. If NO, then ATI or Nvidia devices will get onboard-1 as well as the HDAU device if present." msgstr "" #. type: "UseAtiROM_title" -#: Resources/templates/Localizable.strings:599 +#: Resources/templates/Localizable.strings:618 #, no-wrap msgid "UseAtiROM=Yes" msgstr "UseAtiROM=Yes" #. type: "UseAtiROM_description" -#: Resources/templates/Localizable.strings:600 +#: Resources/templates/Localizable.strings:619 #, no-wrap msgid "Enables UseAtiROM options." msgstr "Zapnout UseAtiROM nastavení" #. type: "UseNvidiaROM_title" -#: Resources/templates/Localizable.strings:602 +#: Resources/templates/Localizable.strings:621 #, no-wrap msgid "UseNvidiaROM=Yes" msgstr "UseNvidiaROM=Yes" #. type: "UseNvidiaROM_description" -#: Resources/templates/Localizable.strings:603 +#: Resources/templates/Localizable.strings:622 #, no-wrap msgid "Enables UseNvidiaROM options." msgstr "Zapnout UseNvidiaROM nastavení" #. type: "VBIOS_title" -#: Resources/templates/Localizable.strings:605 +#: Resources/templates/Localizable.strings:624 #, no-wrap msgid "VBIOS=Yes" msgstr "VBIOS=Yes" #. type: "VBIOS_description" -#: Resources/templates/Localizable.strings:606 +#: Resources/templates/Localizable.strings:625 #, no-wrap msgid "Enables VBIOS option" msgstr "Zapnout VBIOS nastavení" #. type: "SkipIntelGfx_title" -#: Resources/templates/Localizable.strings:608 +#: Resources/templates/Localizable.strings:627 #, no-wrap msgid "SkipIntelGfx=Yes" msgstr "SkipIntelGfx=Yes" #. type: "SkipIntelGfx_description" -#: Resources/templates/Localizable.strings:609 +#: Resources/templates/Localizable.strings:628 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for Intel based GPUs." msgstr "Přeskočit GraphicsEnbaler autodetekci pro graf. karty Intel." #. type: "SkipNvidiaGfx_title" -#: Resources/templates/Localizable.strings:611 +#: Resources/templates/Localizable.strings:630 #, no-wrap msgid "SkipNvidiaGfx=Yes" msgstr "SkipNvidiaGfx=Yes" #. type: "SkipNvidiaGfx_description" -#: Resources/templates/Localizable.strings:612 +#: Resources/templates/Localizable.strings:631 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for NVIDIA based GPUs." msgstr "Přeskočit GraphicsEnbaler autodetekci pro graf. karty NVIDIA." #. type: "SkipAtiGfx_title" -#: Resources/templates/Localizable.strings:614 +#: Resources/templates/Localizable.strings:633 #, no-wrap msgid "SkipAtiGfx=Yes" msgstr "SkipAtiGfx=Yes" #. type: "SkipAtiGfx_description" -#: Resources/templates/Localizable.strings:615 +#: Resources/templates/Localizable.strings:634 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for AMD/ATI based GPUs." msgstr "Přeskočit GraphicsEnbaler autodetekci pro graf. karty AMD/ATI." #. type: "EnableBacklight_title" -#: Resources/templates/Localizable.strings:617 +#: Resources/templates/Localizable.strings:636 #, no-wrap msgid "EnableBacklight=Yes" msgstr "EnableBacklight=Yes" #. type: "EnableBacklight_description" -#: Resources/templates/Localizable.strings:618 +#: Resources/templates/Localizable.strings:637 #, no-wrap msgid "Enables Backlight options for laptop with nVidia cards." msgstr "Povolí nastavení podsvícení pro notebook s graf. kartou nVidia." #. type: "EnableDualLink_title" -#: Resources/templates/Localizable.strings:620 +#: Resources/templates/Localizable.strings:639 #, no-wrap msgid "EnableDualLink=Yes" msgstr "EnableDualLink=Yes" #. type: "EnableDualLink_description" -#: Resources/templates/Localizable.strings:621 +#: Resources/templates/Localizable.strings:640 #, no-wrap msgid "Enables DualLink options for nVidia and ATi cards." msgstr "Povolí nastavení DualLink pro graf. karty nVidia a ATI." #. type: "NvidiaGeneric_title" -#: Resources/templates/Localizable.strings:623 +#: Resources/templates/Localizable.strings:642 #, no-wrap msgid "NvidiaGeneric=Yes" msgstr "NvidiaGeneric=Yes" #. type: "NvidiaGeneric_description" -#: Resources/templates/Localizable.strings:624 +#: Resources/templates/Localizable.strings:643 #, no-wrap msgid "Use the classic Nvidia name for the SystemProfiler (disabled by default)." msgstr "" #. type: "Verbose_title" -#: Resources/templates/Localizable.strings:630 +#: Resources/templates/Localizable.strings:649 #, no-wrap msgid "Verbose Mode" msgstr "Podrobný režim" #. type: "Verbose_description" -#: Resources/templates/Localizable.strings:631 +#: Resources/templates/Localizable.strings:650 #, no-wrap msgid "Turns on verbose logging and allows you to see messages from both Chameleon and the OS X kernel at boot time. Essential for troubleshooting." msgstr "" #. type: "Singleusermode_title" -#: Resources/templates/Localizable.strings:633 +#: Resources/templates/Localizable.strings:652 #, no-wrap msgid "Single User Mode" msgstr "Jeden uživatelský režim" #. type: "Singleusermode_description" -#: Resources/templates/Localizable.strings:634 +#: Resources/templates/Localizable.strings:653 #, no-wrap msgid "A troubleshooting option used for booting into OS X's BSD/Unix command line." msgstr "" #. type: "Ignorecaches_title" -#: Resources/templates/Localizable.strings:636 +#: Resources/templates/Localizable.strings:655 #, no-wrap msgid "Ignore Caches" msgstr "Ignorovat Caches" #. type: "Ignorecaches_description" -#: Resources/templates/Localizable.strings:637 +#: Resources/templates/Localizable.strings:656 #, no-wrap msgid "Not an option that's needed for everyday booting, but it can be useful if you want OS X to load all files from it's system folders, rather than relying on it's pre-built caches." msgstr "" #. type: "Npci_title" -#: Resources/templates/Localizable.strings:639 +#: Resources/templates/Localizable.strings:658 #, no-wrap msgid "npci=0x2000" msgstr "npci=0x2000" #. type: "Npci_description" -#: Resources/templates/Localizable.strings:640 +#: Resources/templates/Localizable.strings:659 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x2000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "" #. type: "Npci3_title" -#: Resources/templates/Localizable.strings:642 +#: Resources/templates/Localizable.strings:661 #, no-wrap msgid "npci=0x3000" msgstr "npci=0x3000" #. type: "Npci3_description" -#: Resources/templates/Localizable.strings:643 +#: Resources/templates/Localizable.strings:662 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x3000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "" #. type: "WaitingRootDevice_title" -#: Resources/templates/Localizable.strings:645 +#: Resources/templates/Localizable.strings:664 #, no-wrap msgid "ahcidisk=1 debug=8" msgstr "ahcidisk=1 debug=8" #. type: "WaitingRootDevice_description" -#: Resources/templates/Localizable.strings:646 +#: Resources/templates/Localizable.strings:665 #, no-wrap msgid "" "Info here: Waiting for root device when kernel cache used only with some disks +FIX\n" @@ -2489,25 +2553,25 @@ msgstr "" #. type: "Darkwake_title" -#: Resources/templates/Localizable.strings:650 +#: Resources/templates/Localizable.strings:669 #, no-wrap msgid "darkwake=0" msgstr "darkwake=0" #. type: "Darkwake_description" -#: Resources/templates/Localizable.strings:651 +#: Resources/templates/Localizable.strings:670 #, no-wrap msgid "Lion only. Disables the 'low power wake' feature which can sometimes leave the screen black after wake from sleep." msgstr "" #. type: "NvdaDrv1_title" -#: Resources/templates/Localizable.strings:653 +#: Resources/templates/Localizable.strings:672 #, no-wrap msgid "nvda_drv=1" msgstr "nvda_drv=1" #. type: "NvdaDrv1_description" -#: Resources/templates/Localizable.strings:654 +#: Resources/templates/Localizable.strings:673 #, no-wrap msgid "" "It introduces a new Preference Pane under System Preferences that allows you to enable the Nvidia Web Driver.\n" @@ -2517,25 +2581,25 @@ msgstr "" #. type: "kext-dev-mode1_title" -#: Resources/templates/Localizable.strings:659 +#: Resources/templates/Localizable.strings:678 #, no-wrap msgid "kext-dev-mode=1" msgstr "kext-dev-mode=1" #. type: "kext-dev-mode1_description" -#: Resources/templates/Localizable.strings:660 +#: Resources/templates/Localizable.strings:679 #, no-wrap msgid "In Yosemite Developer Previews, unsigned or improperly signed kexts will not be loaded. To use unsigned kexts during development, this strict check can be disabled by adding a 'kext-dev-mode=1' boot arg." msgstr "" #. type: "Dart0_title" -#: Resources/templates/Localizable.strings:662 +#: Resources/templates/Localizable.strings:681 #, no-wrap msgid "dart=0" msgstr "dart=0" #. type: "Dart0_description" -#: Resources/templates/Localizable.strings:663 +#: Resources/templates/Localizable.strings:682 #, no-wrap msgid "" "Avoiding the DMAR processing causing by VT-d function in Osx (Virtualization).\n" @@ -2543,283 +2607,295 @@ msgstr "" #. type: "mac-de_title" -#: Resources/templates/Localizable.strings:670 +#: Resources/templates/Localizable.strings:689 #, no-wrap msgid "German Mac Keyboard" msgstr "Německý Mac klávesnice" #. type: "mac-de_description" -#: Resources/templates/Localizable.strings:671 +#: Resources/templates/Localizable.strings:690 #, no-wrap msgid "Use the keyboard layout for a German Mac keyboard" msgstr "Použití rozložení klávesnice pro německou klávesnici Mac" #. type: "mac-es_title" -#: Resources/templates/Localizable.strings:673 +#: Resources/templates/Localizable.strings:692 #, no-wrap msgid "Spanish Mac Keyboard" msgstr "Španělská Mac klávesnice" #. type: "mac-es_description" -#: Resources/templates/Localizable.strings:674 +#: Resources/templates/Localizable.strings:693 #, no-wrap msgid "Use the keyboard layout for a Spanish Mac keyboard" msgstr "Použití rozložení klávesnice pro španělskou klávesnici Mac" #. type: "mac-fr_title" -#: Resources/templates/Localizable.strings:676 +#: Resources/templates/Localizable.strings:695 #, no-wrap msgid "French Mac Keyboard" msgstr "Francouzsky Mac klávesnice" #. type: "mac-fr_description" -#: Resources/templates/Localizable.strings:677 +#: Resources/templates/Localizable.strings:696 #, no-wrap msgid "Use the keyboard layout for a French Mac keyboard" msgstr "Použití rozložení klávesnice pro francouzskou klávesnici Mac" #. type: "mac-it_title" -#: Resources/templates/Localizable.strings:679 +#: Resources/templates/Localizable.strings:698 #, no-wrap msgid "Italian Mac Keyboard" msgstr "Italská Mac klávesnice" #. type: "mac-it_description" -#: Resources/templates/Localizable.strings:680 +#: Resources/templates/Localizable.strings:699 #, no-wrap msgid "Use the keyboard layout for an Italian Mac keyboard" msgstr "Použití rozložení klávesnice pro italskou klávesnici Mac" #. type: "mac-se_title" -#: Resources/templates/Localizable.strings:682 +#: Resources/templates/Localizable.strings:701 #, no-wrap msgid "Swedish Mac Keyboard" msgstr "Švédská Mac klávesnice" #. type: "mac-se_description" -#: Resources/templates/Localizable.strings:683 +#: Resources/templates/Localizable.strings:702 #, no-wrap msgid "Use the keyboard layout for a Swedish Mac keyboard" msgstr "Použití rozložení klávesnice pro švédskou klávesnici Mac" #. type: "pc-fr_title" -#: Resources/templates/Localizable.strings:685 +#: Resources/templates/Localizable.strings:704 #, no-wrap msgid "French PC Keyboard" msgstr "Francouzsky PC klávesnice" #. type: "pc-fr_description" -#: Resources/templates/Localizable.strings:686 +#: Resources/templates/Localizable.strings:705 #, no-wrap msgid "Use the keyboard layout for a French PC keyboard" msgstr "Použití rozložení klávesnice pro francouzskou klávesnici Mac" #. type: "Embed_title" -#: Resources/templates/Localizable.strings:693 +#: Resources/templates/Localizable.strings:712 #, no-wrap msgid "Embed" msgstr "Embed" #. type: "Embed_description" -#: Resources/templates/Localizable.strings:694 +#: Resources/templates/Localizable.strings:713 #, no-wrap msgid "A smaller simple version of the new default theme used when building a version of Chameleon which requires an embedded theme." msgstr "" #. type: "Legacy_title" -#: Resources/templates/Localizable.strings:696 +#: Resources/templates/Localizable.strings:715 #, no-wrap msgid "Legacy" msgstr "Legacy" #. type: "Legacy_description" -#: Resources/templates/Localizable.strings:697 +#: Resources/templates/Localizable.strings:716 #, no-wrap msgid "Chameleon's original default theme introduced for v2.0 RC1" msgstr "Púvodní Chameleon téma navedena pro v2.0 RC1" +#. type: "Default_title" +#: Resources/templates/Localizable.strings:718 +#, no-wrap +msgid "Standard" +msgstr "Standartní" + #. type: "Default_description" -#: Resources/templates/Localizable.strings:700 +#: Resources/templates/Localizable.strings:719 #, no-wrap msgid "Chameleon default theme introduced for v2.0 RC5" msgstr "Púvodní Chameleon téma navedena pro v2.0 RC5" #. type: "Bullet_title" -#: Resources/templates/Localizable.strings:702 +#: Resources/templates/Localizable.strings:721 #, no-wrap msgid "Bullet" msgstr "Bullet" #. type: "Bullet_description" -#: Resources/templates/Localizable.strings:703 +#: Resources/templates/Localizable.strings:722 #, no-wrap msgid "A lovely simple theme by NoSmokingBandit from April 2009." msgstr "Krásná jednoduchá téma NoSmokingBandit z dubna 2009." #. type: "Audio_title" -#: Resources/templates/Localizable.strings:712 +#: Resources/templates/Localizable.strings:731 #, no-wrap msgid "Audio" msgstr "Audio" #. type: "Audio_description" -#: Resources/templates/Localizable.strings:713 +#: Resources/templates/Localizable.strings:732 #, no-wrap msgid "A selection of options that deal with audio." msgstr "Výběr možností, které se zabývají zvukem." #. type: "Control_title" -#: Resources/templates/Localizable.strings:716 +#: Resources/templates/Localizable.strings:735 #, no-wrap msgid "Control Options" msgstr "Možnosti ovládání" #. type: "Control_description" -#: Resources/templates/Localizable.strings:717 +#: Resources/templates/Localizable.strings:736 #, no-wrap msgid "Settings to control how Chameleon works." msgstr "Nastavení určuje, jak Chameleon funguje." #. type: "General_title" -#: Resources/templates/Localizable.strings:720 +#: Resources/templates/Localizable.strings:739 #, no-wrap msgid "General Options" msgstr "Obecné možnosti" #. type: "General_description" -#: Resources/templates/Localizable.strings:721 +#: Resources/templates/Localizable.strings:740 #, no-wrap msgid "Choose from a selection of base options." msgstr "Vyberte si z nabídky základních možností." #. type: "KernelFlags_title" -#: Resources/templates/Localizable.strings:724 +#: Resources/templates/Localizable.strings:743 #, no-wrap msgid "Kernel Flags" msgstr "Kernel Flags" #. type: "KernelFlags_description" -#: Resources/templates/Localizable.strings:725 +#: Resources/templates/Localizable.strings:744 #, no-wrap msgid "Choose from a selection of kernel flags." msgstr "Vyberte si z nabídky kernel flags." #. type: "PowerManagement_title" -#: Resources/templates/Localizable.strings:728 +#: Resources/templates/Localizable.strings:747 #, no-wrap msgid "Power Management" msgstr "Power Management" #. type: "PowerManagement_description" -#: Resources/templates/Localizable.strings:729 +#: Resources/templates/Localizable.strings:748 #, no-wrap msgid "A selection of options that deal with power management and speedstep." msgstr "Výběr možností, které se zabývají správou napájení a SpeedStep." #. type: "Resolution_description" -#: Resources/templates/Localizable.strings:733 +#: Resources/templates/Localizable.strings:752 #, no-wrap msgid "Set one resolution to use." msgstr "Nastavit jedno použitelné rozlišení." #. type: "HDEFLayout_title" -#: Resources/templates/Localizable.strings:736 +#: Resources/templates/Localizable.strings:755 #, no-wrap msgid "HDEF Layout" msgstr "HDEF Layout" #. type: "HDEFLayout_description" -#: Resources/templates/Localizable.strings:737 +#: Resources/templates/Localizable.strings:756 #, no-wrap msgid "Set one HDEF Layout ID to use for your HDA controller." msgstr "Nastavit jednu HDEF Layout ID pužitelný pro váš řadič HDA." #. type: "HDAULayout_title" -#: Resources/templates/Localizable.strings:740 +#: Resources/templates/Localizable.strings:759 #, no-wrap msgid "HDAU Layout" msgstr "HDAU Layout" #. type: "HDAULayout_description" -#: Resources/templates/Localizable.strings:741 +#: Resources/templates/Localizable.strings:760 #, no-wrap msgid "Set one HDAU Layout ID to use for your HDMi controller." msgstr "Nastavit jednu HDAU Layout ID použitelný pro váš řadič HDMI." #. type: "IntelCapri_title" -#: Resources/templates/Localizable.strings:744 +#: Resources/templates/Localizable.strings:763 #, no-wrap msgid "Intel Capri AAPL,ig-platform-id" msgstr "Intel Capri AAPL,ig-platform-id" #. type: "IntelCapri_description" -#: Resources/templates/Localizable.strings:745 +#: Resources/templates/Localizable.strings:764 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD4000." msgstr "Nastavit jednu AAPL,ig-platform-id požitelnú pro vaši Intel HD4000." #. type: "IntelAzul_title" -#: Resources/templates/Localizable.strings:748 +#: Resources/templates/Localizable.strings:767 #, no-wrap msgid "Intel Azul AAPL,ig-platform-id" msgstr "Intel Azul AAPL,ig-platform-id" #. type: "IntelAzul_description" -#: Resources/templates/Localizable.strings:749 +#: Resources/templates/Localizable.strings:768 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD5000." msgstr "Nastavit jednu AAPL,ig-platform-id požitelnú pro vaši Intel HD5000." #. type: "HDEFPinConfiguration_title" -#: Resources/templates/Localizable.strings:752 +#: Resources/templates/Localizable.strings:771 #, no-wrap msgid "HDEF PinConfiguration" msgstr "HDEF PinConfiguration" #. type: "HDEFPinConfiguration_description" -#: Resources/templates/Localizable.strings:753 +#: Resources/templates/Localizable.strings:772 #, no-wrap msgid "Set one HDEF PinConfiguration to use." msgstr "" #. type: "Video_title" -#: Resources/templates/Localizable.strings:756 +#: Resources/templates/Localizable.strings:775 #, no-wrap msgid "Video" msgstr "Video" #. type: "Video_description" -#: Resources/templates/Localizable.strings:757 +#: Resources/templates/Localizable.strings:776 #, no-wrap msgid "A selection of options that deal with video." msgstr "Výběr možností, které se zabývají s videem." #. type: "Keymaps_title" -#: Resources/templates/Localizable.strings:760 +#: Resources/templates/Localizable.strings:779 #, no-wrap msgid "KeyLayout" msgstr "KeyLayout" #. type: "Keymaps_description" -#: Resources/templates/Localizable.strings:761 +#: Resources/templates/Localizable.strings:780 #, no-wrap msgid "Select one keylayout to use. This will also install the Keylayout module and keymaps." msgstr "" #. type: "Themes_title" -#: Resources/templates/Localizable.strings:767 +#: Resources/templates/Localizable.strings:786 #, no-wrap msgid "Themes" msgstr "Témata" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:768 +#: Resources/templates/Localizable.strings:787 #, 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 "Sbírka vzorku témata \\ nDalší styly lze nalézt na http://forum.voodooprojects.org/index.php/board,7.0.html" +#~ msgid "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" +#~ msgstr "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" + +#~ msgid "Chameleon" +#~ msgstr "Chameleon" + #, fuzzy #~| msgid "Set 01660000 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." #~ msgid "Set 0000260c for Intel HD5000 (Mobile) AAPL,ig-platform-id." Index: branches/ErmaC/Enoch/package/po/mk.po =================================================================== --- branches/ErmaC/Enoch/package/po/mk.po (revision 2678) +++ branches/ErmaC/Enoch/package/po/mk.po (revision 2679) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Chameleon 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-13 18:09+0000\n" +"POT-Creation-Date: 2015-05-10 14:42+0200\n" "PO-Revision-Date: 2015-02-13 18:32-0000\n" "Last-Translator: ErmaC\n" "Language-Team: mk \n" @@ -18,13 +18,15 @@ #. type: Content of:

#: Resources/templates/Welcome.html:22 -msgid "Chameleon" -msgstr "Chameleon" +msgid "Enoch" +msgstr "" #. type: Content of:

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

#: Resources/templates/Welcome.html:25 @@ -270,63 +272,125 @@ "boot1 (Во boot-секторот на партицијата) за пронаоѓање на boot2.\n" "boot2 (Во root папката на партицијата) за вчитување на kernel-от итн." -#. type: "Default_title" +#. type: "BootNo_title" #: Resources/templates/Localizable.strings:25 -#: Resources/templates/Localizable.strings:699 #, no-wrap -msgid "Standard" -msgstr "Стандардна" +msgid "Don't install the Bootloader" +msgstr "Ништо" -#. type: "Standard_description" +#. type: "BootNo_description" #: Resources/templates/Localizable.strings:26 #, no-wrap -msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." -msgstr "Стандардна инсталација на Chameleon" +msgid "Useful if you only want to install the extra's." +msgstr "Не инсталирај Chameleon (корисно за инсталација само на Extra компоненти)" -#. type: "noboot_title" +#. type: "Stages_title" #: Resources/templates/Localizable.strings:28 -#, no-wrap -msgid "Don't install the Bootloader" -msgstr "Ништо" +#, fuzzy, no-wrap +#| msgid "Chameleon Bootloader Package" +msgid "Bootloader Stages" +msgstr "Chameleon" -#. type: "noboot_description" +#. type: "Stages_description" #: Resources/templates/Localizable.strings:29 #, no-wrap -msgid "Useful if you only want to install the extra's." -msgstr "Не инсталирај Chameleon (корисно за инсталација само на Extra компоненти)" +msgid "" +"Here you can chose to skip the bootloader installation completely or partially.\n" +"This can be usefull if you want to write Extra's, or skip some stage (0,1 and activation of the target partition).\n" +"Skipping all stages permit you to leave as is already working boot sectors, especially usefull with 4k drives.\n" +"boot is always copied to the target partition when you are skipping one or more stages." +msgstr "" +#. type: "SkipStage0_title" +#: Resources/templates/Localizable.strings:34 +#, no-wrap +msgid "Skip Stage 0" +msgstr "" + +#. type: "SkipStage0_description" +#: Resources/templates/Localizable.strings:35 +#, no-wrap +msgid "" +"Avoid writing stage 0 to the target disk.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipStage1_title" +#: Resources/templates/Localizable.strings:38 +#, no-wrap +msgid "Skip Stage 1" +msgstr "" + +#. type: "SkipStage1_description" +#: Resources/templates/Localizable.strings:39 +#, no-wrap +msgid "" +"Avoid writing stage 1 to the partition boot sector.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipActivePartition_title" +#: Resources/templates/Localizable.strings:42 +#, no-wrap +msgid "Skip Activation" +msgstr "" + +#. type: "SkipActivePartition_description" +#: Resources/templates/Localizable.strings:43 +#, no-wrap +msgid "" +"Prevents activation of the target partition.\n" +"Some old motherboards have a bad implementation of GPT in bios and they can not find partitions if marked active unger Guid Partition Table.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "Standard_title" +#: Resources/templates/Localizable.strings:47 +#, fuzzy, no-wrap +#| msgid " has been written to the root of your chosen partition." +msgid "Install Chameleon in the chosen partition." +msgstr " е запишана во root на избраната партиција." + +#. type: "Standard_description" +#: Resources/templates/Localizable.strings:48 +#, fuzzy, no-wrap +#| msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." +msgid "Install Chameleon's files to the root of the selected partition using either boot0, boot0md or boot0hfs depending on your system without destroying any existing Windows installation if you have one." +msgstr "Стандардна инсталација на Chameleon" + #. type: "EFI_title" -#: Resources/templates/Localizable.strings:31 +#: Resources/templates/Localizable.strings:50 #, no-wrap msgid "Install Chameleon in the ESP" msgstr "" #. type: "EFI_description" -#: Resources/templates/Localizable.strings:32 -#, no-wrap -msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +#: Resources/templates/Localizable.strings:51 +#, fuzzy, no-wrap +#| msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0, boot0md or boot0hfs depending on your system." msgstr "Инсталација на Chameleon/овите датотеки во обично скриената EFI партиција користејќи boot0 или boot0md во зависност од вашиот систем и без уништување на било која постоечка Windows инсталација што ја имате." #. type: "Module_title" -#: Resources/templates/Localizable.strings:37 +#: Resources/templates/Localizable.strings:56 #, no-wrap msgid "Modules" msgstr "Moдули" #. type: "Module_description" -#: Resources/templates/Localizable.strings:38 +#: Resources/templates/Localizable.strings:57 #, no-wrap msgid "The modules system incorporated in chameleon allows for a user or developer to extend the core functionality of chameleon without replacing the main boot file." msgstr "The modules system incorporated in chameleon allows for a user or developer to extend the core functionality of chameleon without replacing the main boot file." #. type: "klibc_title" -#: Resources/templates/Localizable.strings:40 +#: Resources/templates/Localizable.strings:59 #, no-wrap msgid "klibc" msgstr "klibc" #. type: "klibc_description" -#: Resources/templates/Localizable.strings:41 +#: Resources/templates/Localizable.strings:60 #, no-wrap msgid "" "This module provides a standard c library for modules to link to if the library provided by chameleon is insufficient.\n" @@ -338,13 +402,13 @@ "Извор: http://www.kernel.org/pub/linux/libs/klibc/" #. type: "ACPICodec_title" -#: Resources/templates/Localizable.strings:45 +#: Resources/templates/Localizable.strings:64 #, no-wrap msgid "ACPICodec" msgstr "ACPICodec" #. type: "ACPICodec_description" -#: Resources/templates/Localizable.strings:46 +#: Resources/templates/Localizable.strings:65 #, no-wrap msgid "" "This module provides a substitute for the internal acpi patcher.\n" @@ -352,13 +416,13 @@ msgstr "" #. type: "HDAEnabler_title" -#: Resources/templates/Localizable.strings:49 +#: Resources/templates/Localizable.strings:68 #, no-wrap msgid "HDAEnabler" msgstr "HDAEnabler" #. type: "HDAEnabler_description" -#: Resources/templates/Localizable.strings:50 +#: Resources/templates/Localizable.strings:69 #, no-wrap msgid "" "HDAEnabler module, this module provides a substitute for the Hight Definition Audio DSDT Edits.\n" @@ -366,13 +430,13 @@ msgstr "" #. type: "FileNVRAM_title" -#: Resources/templates/Localizable.strings:53 +#: Resources/templates/Localizable.strings:72 #, no-wrap msgid "FileNVRAM" msgstr "FileNVRAM" #. type: "FileNVRAM_description" -#: Resources/templates/Localizable.strings:54 +#: Resources/templates/Localizable.strings:73 #, no-wrap msgid "" "FileNVRAM module for preloading NVRAM values.\n" @@ -380,13 +444,13 @@ msgstr "" #. type: "Sata_title" -#: Resources/templates/Localizable.strings:57 +#: Resources/templates/Localizable.strings:76 #, no-wrap msgid "Sata" msgstr "Sata" #. type: "Sata_description" -#: Resources/templates/Localizable.strings:58 +#: Resources/templates/Localizable.strings:77 #, no-wrap msgid "" "Sata module, known as YellowIconFixer in cparm's branch.\n" @@ -395,14 +459,14 @@ msgstr "" #. type: "Resolution_title" -#: Resources/templates/Localizable.strings:62 -#: Resources/templates/Localizable.strings:732 +#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:751 #, no-wrap msgid "Resolution" msgstr "Резолуција" #. type: "AutoReso_description" -#: Resources/templates/Localizable.strings:63 +#: Resources/templates/Localizable.strings:82 #, no-wrap msgid "" "This module reads the edid information from the monitor attached to the main display.\n" @@ -414,13 +478,13 @@ "Покрај тоа, модулот ќе ги преработипеч на VESA модовите достапни пред Intel HD графичките картички да обезбеди соодветна резолуција, при подигнување." #. type: "uClibc_title" -#: Resources/templates/Localizable.strings:67 +#: Resources/templates/Localizable.strings:86 #, no-wrap msgid "uClibc++" msgstr "uClibc++" #. type: "uClibc_description" -#: Resources/templates/Localizable.strings:68 +#: Resources/templates/Localizable.strings:87 #, no-wrap msgid "" "This module provides a minimalistic c++ runtime library for use in other modules. This does not provide functionality by itself, instead it is used to allow for the c++ language to be used in other modules.\n" @@ -435,13 +499,13 @@ "Зависности: klibc " #. type: "KernelPatcher_title" -#: Resources/templates/Localizable.strings:73 +#: Resources/templates/Localizable.strings:92 #, no-wrap msgid "Kernel Patcher" msgstr "Kernel Patcher" #. type: "KernelPatcher_description" -#: Resources/templates/Localizable.strings:74 +#: Resources/templates/Localizable.strings:93 #, no-wrap msgid "" "The KernelPatcher module provides patches for the following:\n" @@ -453,13 +517,13 @@ msgstr "" #. type: "KextPatcher_title" -#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:100 #, no-wrap msgid "Kext Patcher" msgstr "Kext Patcher" #. type: "KextPatcher_description" -#: Resources/templates/Localizable.strings:82 +#: Resources/templates/Localizable.strings:101 #, no-wrap msgid "" "The KextPatcher module provides patches for the following:\n" @@ -467,13 +531,13 @@ msgstr "" #. type: "NVIDIAGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:85 +#: Resources/templates/Localizable.strings:104 #, no-wrap msgid "NVIDIAGraphicsEnabler" msgstr "NVIDIAGraphicsEnabler" #. type: "NVIDIAGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:86 +#: Resources/templates/Localizable.strings:105 #, no-wrap msgid "" "The GraphicsEnabler nVidia code ported to a module.\n" @@ -481,13 +545,13 @@ msgstr "" #. type: "GraphicsEnablerModule_title" -#: Resources/templates/Localizable.strings:89 +#: Resources/templates/Localizable.strings:108 #, no-wrap msgid "GraphicsEnabler" msgstr "GraphicsEnabler" #. type: "GraphicsEnablerModule_description" -#: Resources/templates/Localizable.strings:90 +#: Resources/templates/Localizable.strings:109 #, no-wrap msgid "" "The GraphicsEnabler code ported to a module.\n" @@ -495,13 +559,13 @@ msgstr "" #. type: "AMDGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:93 +#: Resources/templates/Localizable.strings:112 #, no-wrap msgid "AMDGraphicsEnabler" msgstr "AMDGraphicsEnabler" #. type: "AMDGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:94 +#: Resources/templates/Localizable.strings:113 #, no-wrap msgid "" "The GraphicsEnabler AMD/ATi code ported to a module.\n" @@ -509,13 +573,13 @@ msgstr "" #. type: "IntelGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:97 +#: Resources/templates/Localizable.strings:116 #, no-wrap msgid "IntelGraphicsEnabler" msgstr "IntelGraphicsEnabler" #. type: "IntelGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:98 +#: Resources/templates/Localizable.strings:117 #, no-wrap msgid "" "The GraphicsEnabler gma(Intel) code ported to a module.\n" @@ -523,638 +587,638 @@ msgstr "" #. type: "Options_title" -#: Resources/templates/Localizable.strings:106 +#: Resources/templates/Localizable.strings:125 #, no-wrap msgid "Settings" msgstr "Опции" #. type: "Options_description" -#: Resources/templates/Localizable.strings:107 +#: Resources/templates/Localizable.strings:126 #, no-wrap msgid "Create an /Extra/org.chameleon.Boot.plist by selecting any of these boot options and kernel flags." msgstr "Подразбирани опции" #. type: "BootBanner_title" -#: Resources/templates/Localizable.strings:109 +#: Resources/templates/Localizable.strings:128 #, no-wrap msgid "BootBanner=No" msgstr "BootBanner=No" #. type: "BootBanner_description" -#: Resources/templates/Localizable.strings:110 +#: Resources/templates/Localizable.strings:129 #, no-wrap msgid "Hides Chameleon's boot banner in GUI. This is the text that is drawn at the top left corner of the screen displaying the release version etc." msgstr "Не го прикажува Chameleon's boot лого во графичкиот интерфејс." #. type: "GUI_title" -#: Resources/templates/Localizable.strings:112 +#: Resources/templates/Localizable.strings:131 #, no-wrap msgid "GUI=No" msgstr "GUI" #. type: "GUI_description" -#: Resources/templates/Localizable.strings:113 +#: Resources/templates/Localizable.strings:132 #, no-wrap msgid "Disables the default enabled graphic user interface." msgstr "Исклучува графички интерфејс со додавање на GUI=n во org.chameleon.Boot.plist" #. type: "LegacyLogo_title" -#: Resources/templates/Localizable.strings:115 +#: Resources/templates/Localizable.strings:134 #, no-wrap msgid "LegacyLogo=Yes" msgstr "LegacyLogo=Yes" #. type: "LegacyLogo_description" -#: Resources/templates/Localizable.strings:116 +#: Resources/templates/Localizable.strings:135 #, no-wrap msgid "Use the legacy 'dark grey' apple logo on the light grey screen for the boot process rather than the boot.png in the theme." msgstr "Користете го оригиналното (сиво на бело) apple лого наместо boot.png во темата." #. type: "InstantMenu_title" -#: Resources/templates/Localizable.strings:118 +#: Resources/templates/Localizable.strings:137 #, no-wrap msgid "InstantMenu=Yes" msgstr "InstantMenu=Yes" #. type: "InstantMenu_description" -#: Resources/templates/Localizable.strings:119 +#: Resources/templates/Localizable.strings:138 #, no-wrap msgid "By default, when Chameleon loads you'll see the icon for the current default partition, along with a timeout progress bar which left alone will count down before Chameleon automatically boots that partition. This options skips that and takes you directly to the device selection screen." msgstr "Приказ на екранот за избор на партиција." #. type: "QuietBoot_title" -#: Resources/templates/Localizable.strings:121 +#: Resources/templates/Localizable.strings:140 #, no-wrap msgid "QuietBoot=Yes" msgstr "QuietBoot=Yes" #. type: "QuietBoot_description" -#: Resources/templates/Localizable.strings:122 +#: Resources/templates/Localizable.strings:141 #, no-wrap msgid "Enable quiet boot mode (no messages or prompt)." msgstr "Вклучува тивок boot мод (без пораки и прашања)." #. type: "ShowInfo_title" -#: Resources/templates/Localizable.strings:124 +#: Resources/templates/Localizable.strings:143 #, no-wrap msgid "ShowInfo=Yes" msgstr "ShowInfo=Yes" #. type: "ShowInfo_description" -#: Resources/templates/Localizable.strings:125 +#: Resources/templates/Localizable.strings:144 #, no-wrap msgid "Enables display of partition and resolution details shown on the left side of the GUI under the boot banner. This is useful information for troubleshooting, though can clash with certain themes." msgstr "Вклучува приказ на детали за партициите и резолуцијата." #. type: "Wait_title" -#: Resources/templates/Localizable.strings:127 +#: Resources/templates/Localizable.strings:146 #, no-wrap msgid "Wait=Yes" msgstr "Wait=Yes" #. type: "Wait_description" -#: Resources/templates/Localizable.strings:128 +#: Resources/templates/Localizable.strings:147 #, no-wrap msgid "Pauses the boot process after Chameleon has finished it's setup then waits for a key press before it starts the mach kernel. Useful when combined with verbose boot for troubleshooting." msgstr "Прави пауза на boot процесот на Chameleon и чека на притистање на некој тастер пред на стартува mach kernel. Корисно во комбинација со verbose boot за отклонување на проблеми." #. type: "PrivateData_title" -#: Resources/templates/Localizable.strings:130 +#: Resources/templates/Localizable.strings:149 #, no-wrap msgid "PrivateData=No" msgstr "PrivateData=No" #. type: "PrivateData_description" -#: Resources/templates/Localizable.strings:131 +#: Resources/templates/Localizable.strings:150 #, no-wrap msgid "Show masked data (serial number) in bdmesg log (enbaled by default)." msgstr "" #. type: "USBBusFix_title" -#: Resources/templates/Localizable.strings:135 +#: Resources/templates/Localizable.strings:154 #, no-wrap msgid "USBBusFix=Yes" msgstr "USBBusFix=Yes" #. type: "USBBusFix_description" -#: Resources/templates/Localizable.strings:136 +#: Resources/templates/Localizable.strings:155 #, no-wrap msgid "Enable the XHCI, EHCI and UHCI fixes (disabled by default)." msgstr "" #. type: "USBLegacyOff_title" -#: Resources/templates/Localizable.strings:138 +#: Resources/templates/Localizable.strings:157 #, no-wrap msgid "USBLegacyOff=Yes" msgstr "USBLegacyOff=Yes" #. type: "USBLegacyOff_description" -#: Resources/templates/Localizable.strings:139 +#: Resources/templates/Localizable.strings:158 #, no-wrap msgid "Force USB Legacy off for XHCI and EHCI (disabled by default)." msgstr "" #. type: "XHCILegacyOff_title" -#: Resources/templates/Localizable.strings:141 +#: Resources/templates/Localizable.strings:160 #, no-wrap msgid "XHCILegacyOff=Yes" msgstr "XHCILegacyOff=Yes" #. type: "XHCILegacyOff_description" -#: Resources/templates/Localizable.strings:142 +#: Resources/templates/Localizable.strings:161 #, no-wrap msgid "Force USB Legacy off for XHCI (disabled by default)." msgstr "" #. type: "UHCIreset_title" -#: Resources/templates/Localizable.strings:144 +#: Resources/templates/Localizable.strings:163 #, no-wrap msgid "UHCIreset=Yes" msgstr "UHCIreset" #. type: "UHCIreset_description" -#: Resources/templates/Localizable.strings:145 +#: Resources/templates/Localizable.strings:164 #, no-wrap msgid "Enables the option to reset UHCI controllers before starting OS X." msgstr "Додава UHCIreset=y во org.chameleon.Boot.plist. Инициализација UHCI (USB 2.0) контролерите пред стартување на OS X." #. type: "EHCIacquire_title" -#: Resources/templates/Localizable.strings:147 +#: Resources/templates/Localizable.strings:166 #, no-wrap msgid "EHCIacquire=Yes" msgstr "EHCIacquire" #. type: "EHCIacquire_description" -#: Resources/templates/Localizable.strings:148 +#: Resources/templates/Localizable.strings:167 #, no-wrap msgid "Enables the option to fix any EHCI ownership issues due to bad bioses." msgstr "Додава EHCIacquire=y во org.chameleon.Boot.plist. Оваа опција поправа секакви EHCI (USB 1.0) проблеми поради некоректно напишани BIOS-и." #. type: "arch_title" -#: Resources/templates/Localizable.strings:150 +#: Resources/templates/Localizable.strings:169 #, no-wrap msgid "arch=i386" msgstr "arch=i386" #. type: "arch_description" -#: Resources/templates/Localizable.strings:151 +#: Resources/templates/Localizable.strings:170 #, no-wrap msgid "Boots the kernel in 32bit mode rather than the default 64bit mode." msgstr "Користење на 32 битниот мод наместо подразбираниот 64 битен." #. type: "EthernetBuiltIn_title" -#: Resources/templates/Localizable.strings:153 +#: Resources/templates/Localizable.strings:172 #, no-wrap msgid "EthernetBuiltIn=Yes" msgstr "EthernetBuiltIn" #. type: "EthernetBuiltIn_description" -#: Resources/templates/Localizable.strings:154 +#: Resources/templates/Localizable.strings:173 #, no-wrap msgid "Enables the option of adding 'built-in' to your ethernet devices." msgstr "Додава EthernetBuiltIn=y во org.chameleon.Boot.plist. Оваа опција ќе ги направи 'вградени' вашите мрежни картички." #. type: "EnableWifi_title" -#: Resources/templates/Localizable.strings:156 +#: Resources/templates/Localizable.strings:175 #, no-wrap msgid "EnableWifi=Yes" msgstr "EnableWifi=Yes" #. type: "EnableWifi_description" -#: Resources/templates/Localizable.strings:157 +#: Resources/templates/Localizable.strings:176 #, no-wrap msgid "Enables the option of adding AirPort values to your wireless device." msgstr "Додава EnableWifi=Yes во org.chameleon.Boot.plist. Оваа опција ќе ги направи 'вградени' вашите мрежни картички." #. type: "ForceHPET_title" -#: Resources/templates/Localizable.strings:159 +#: Resources/templates/Localizable.strings:178 #, no-wrap msgid "ForceHPET=Yes" msgstr "ForceHPET" #. type: "ForceHPET_description" -#: Resources/templates/Localizable.strings:160 +#: Resources/templates/Localizable.strings:179 #, no-wrap msgid "Enables HPET on intel chipsets, for bioses that dont include the option." msgstr "Добива ForceHPET=y во org.chameleon.Boot.plist. Вклучува HPET при Intel чипсети за BIOS-и, кој не располагаат со HPET." #. type: "ForceWake_title" -#: Resources/templates/Localizable.strings:162 +#: Resources/templates/Localizable.strings:181 #, no-wrap msgid "ForceWake=Yes" msgstr "ForceWake" #. type: "ForceWake_description" -#: Resources/templates/Localizable.strings:163 +#: Resources/templates/Localizable.strings:182 #, no-wrap msgid "This option enables you to bypass bad sleep images." msgstr "Додава ForceWake=y во org.chameleon.Boot.plist. Опцијата дозволува да прескокнете некоректни исклучувања на оперативниот систем." #. type: "ForceFullMemInfo_title" -#: Resources/templates/Localizable.strings:165 +#: Resources/templates/Localizable.strings:184 #, no-wrap msgid "ForceFullMemInfo=Yes" msgstr "ForceFullMemInfo=Yes" #. type: "ForceFullMemInfo_description" -#: Resources/templates/Localizable.strings:166 +#: Resources/templates/Localizable.strings:185 #, no-wrap msgid "Force SMBIOS Table 17 to be 27 bytes long." msgstr "" #. type: "RestartFix_title" -#: Resources/templates/Localizable.strings:168 +#: Resources/templates/Localizable.strings:187 #, no-wrap msgid "RestartFix=No" msgstr "RestartFix=No" #. type: "RestartFix_description" -#: Resources/templates/Localizable.strings:169 +#: Resources/templates/Localizable.strings:188 #, no-wrap msgid "Disables the automatically enabled restart fix." msgstr "Ја исклучува автоматски вклучената корекција за рестарт." #. type: "UseMemDetect_title" -#: Resources/templates/Localizable.strings:171 +#: Resources/templates/Localizable.strings:190 #, no-wrap msgid "UseMemDetect=No" msgstr "UseMemDetect=No" #. type: "UseMemDetect_description" -#: Resources/templates/Localizable.strings:172 +#: Resources/templates/Localizable.strings:191 #, no-wrap msgid "Disables the automatically enabled RAM recognition." msgstr "Исклучува автоматско препознавање на RAM меморијата." #. type: "UseKernelCache_title" -#: Resources/templates/Localizable.strings:174 +#: Resources/templates/Localizable.strings:193 #, no-wrap msgid "UseKernelCache=Yes" msgstr "UseKernelCache=Yes" #. type: "UseKernelCache_description" -#: Resources/templates/Localizable.strings:175 +#: Resources/templates/Localizable.strings:194 #, no-wrap msgid "For Lion only. Enables loading of the pre-linked kernel. This will ignore /E/E and /S/L/E. ONLY use this is you have know it contains everything you need." msgstr "Само за Lion. Вклучува учитување на pre-linked kernel-от. Ова ке ги игнорира /E/E и /S/L/E. Користете го ова само ако сте сигурни дека имате се што ви е потребно." #. type: "Wake_title" -#: Resources/templates/Localizable.strings:177 +#: Resources/templates/Localizable.strings:196 #, no-wrap msgid "Wake=Yes" msgstr "Wake=Yes" #. type: "Wake_description" -#: Resources/templates/Localizable.strings:178 +#: Resources/templates/Localizable.strings:197 #, no-wrap msgid "Attempts to load the sleep image saved from last hibernation." msgstr "Пробува да вчита sleep image креиран при последната хибернација." #. type: "CSTUsingSystemIO_title" -#: Resources/templates/Localizable.strings:182 +#: Resources/templates/Localizable.strings:201 #, no-wrap msgid "CSTUsingSystemIO=Yes" msgstr "CSTUsingSystemIO=Yes" #. type: "CSTUsingSystemIO_description" -#: Resources/templates/Localizable.strings:183 +#: Resources/templates/Localizable.strings:202 #, no-wrap msgid "New C-State _CST generation method using SystemIO registers instead of FixedHW." msgstr "Нов метод на генерирање на C-State користејќи ги SystemIO регистрите наместо FixedHW." #. type: "DropSSDT_title" -#: Resources/templates/Localizable.strings:185 +#: Resources/templates/Localizable.strings:204 #, no-wrap msgid "DropSSDT=Yes" msgstr "DropSSDT=Yes" #. type: "DropSSDT_description" -#: Resources/templates/Localizable.strings:186 +#: Resources/templates/Localizable.strings:205 #, no-wrap msgid "Discard the motherboard's built-in SSDT tables." msgstr "Ги отфрла вградените SSDT табели од матичната плоча." #. type: "DropHPET_title" -#: Resources/templates/Localizable.strings:188 +#: Resources/templates/Localizable.strings:207 #, no-wrap msgid "DropHPET=Yes" msgstr "DropHPET=Yes" #. type: "DropHPET_description" -#: Resources/templates/Localizable.strings:189 +#: Resources/templates/Localizable.strings:208 #, no-wrap msgid "Discard the motherboard's built-in HPET table." msgstr "Ги отфрла вградените HPET табели од матичната плоча." #. type: "DropSBST_title" -#: Resources/templates/Localizable.strings:191 +#: Resources/templates/Localizable.strings:210 #, no-wrap msgid "DropSBST=Yes" msgstr "DropSBST=Yes" #. type: "DropSBST_description" -#: Resources/templates/Localizable.strings:192 +#: Resources/templates/Localizable.strings:211 #, no-wrap msgid "Discard the motherboard's built-in SBST table." msgstr "Ги отфрла вградените SBST табели од матичната плоча." #. type: "DropECDT_title" -#: Resources/templates/Localizable.strings:194 +#: Resources/templates/Localizable.strings:213 #, no-wrap msgid "DropECDT=Yes" msgstr "DropECDT=Yes" #. type: "DropECDT_description" -#: Resources/templates/Localizable.strings:195 +#: Resources/templates/Localizable.strings:214 #, no-wrap msgid "Discard the motherboard's built-in ECDT table." msgstr "Ги отфрла вградените ECDT табели од матичната плоча." #. type: "DropASFT_title" -#: Resources/templates/Localizable.strings:197 +#: Resources/templates/Localizable.strings:216 #, no-wrap msgid "DropASFT=Yes" msgstr "DropASFT=Yes" #. type: "DropASFT_description" -#: Resources/templates/Localizable.strings:198 +#: Resources/templates/Localizable.strings:217 #, no-wrap msgid "Discard the motherboard's built-in ASF! table." msgstr "Ги отфрла вградените ASF! табели од матичната плоча." #. type: "DropDMAR_title" -#: Resources/templates/Localizable.strings:200 +#: Resources/templates/Localizable.strings:219 #, no-wrap msgid "DropDMAR=Yes" msgstr "DropDMAR=Yes" #. type: "DropDMAR_description" -#: Resources/templates/Localizable.strings:201 +#: Resources/templates/Localizable.strings:220 #, no-wrap msgid "Discard the motherboard's built-in DMAR table, this key action resolve the problem with VT-d panics." msgstr "" #. type: "EnableC2State_title" -#: Resources/templates/Localizable.strings:203 +#: Resources/templates/Localizable.strings:222 #, no-wrap msgid "EnableC2State=Yes" msgstr "EnableC2State=Yes" #. type: "EnableC2State_description" -#: Resources/templates/Localizable.strings:204 +#: Resources/templates/Localizable.strings:223 #, no-wrap msgid "Enable specific Processor power state, C2." msgstr "Вклучува специфичена состојба на напојување на процесорот, C2." #. type: "EnableC3State_title" -#: Resources/templates/Localizable.strings:206 +#: Resources/templates/Localizable.strings:225 #, no-wrap msgid "EnableC3State=Yes" msgstr "EnableC3State=Yes" #. type: "EnableC3State_description" -#: Resources/templates/Localizable.strings:207 +#: Resources/templates/Localizable.strings:226 #, no-wrap msgid "Enable specific Processor power state, C3." msgstr "Вклучува специфичена состојба на напојување на процесорот, C3." #. type: "EnableC4State_title" -#: Resources/templates/Localizable.strings:209 +#: Resources/templates/Localizable.strings:228 #, no-wrap msgid "EnableC4State=Yes" msgstr "EnableC4State=Yes" #. type: "EnableC4State_description" -#: Resources/templates/Localizable.strings:210 +#: Resources/templates/Localizable.strings:229 #, no-wrap msgid "Enable specific Processor power state, C4." msgstr "Вклучува специфичена состојба на напојување на процесорот, C4." #. type: "EnableC6State_title" -#: Resources/templates/Localizable.strings:212 +#: Resources/templates/Localizable.strings:231 #, no-wrap msgid "EnableC6State=Yes" msgstr "EnableC6State=Yes" #. type: "EnableC6State_description" -#: Resources/templates/Localizable.strings:213 +#: Resources/templates/Localizable.strings:232 #, no-wrap msgid "Enable specific Processor power state, C6." msgstr "Вклучува специфичена состојба на напојување на процесорот, C6." #. type: "EnableC7State_title" -#: Resources/templates/Localizable.strings:215 +#: Resources/templates/Localizable.strings:234 #, no-wrap msgid "EnableC7State=Yes" msgstr "EnableC7State=Yes" #. type: "EnableC7State_description" -#: Resources/templates/Localizable.strings:216 +#: Resources/templates/Localizable.strings:235 #, no-wrap msgid "Enable specific Processor power state, C7." msgstr "Вклучува специфичена состојба на напојување на процесорот, C7." #. type: "GenerateCStates_title" -#: Resources/templates/Localizable.strings:218 +#: Resources/templates/Localizable.strings:237 #, no-wrap msgid "GenerateCStates=Yes" msgstr "GenerateCStates=Yes" #. type: "GenerateCStates_description" -#: Resources/templates/Localizable.strings:219 +#: Resources/templates/Localizable.strings:238 #, no-wrap msgid "Enable auto generation of processor idle sleep states (C-States)." msgstr "Вклучува автоматско генерирање на C-States за процесорот." #. type: "GeneratePStates_title" -#: Resources/templates/Localizable.strings:221 +#: Resources/templates/Localizable.strings:240 #, no-wrap msgid "GeneratePStates=Yes" msgstr "GeneratePStates=Yes" #. type: "GeneratePStates_description" -#: Resources/templates/Localizable.strings:222 +#: Resources/templates/Localizable.strings:241 #, no-wrap msgid "Enable auto generation of processor power performance states (P-States)." msgstr "Вклучува автоматско генерирање на P-States за процесорот." #. type: "GenerateTStates_title" -#: Resources/templates/Localizable.strings:224 +#: Resources/templates/Localizable.strings:243 #, no-wrap msgid "GenerateTStates=Yes" msgstr "GenerateTStates=Yes" #. type: "GenerateTStates_description" -#: Resources/templates/Localizable.strings:225 +#: Resources/templates/Localizable.strings:244 #, no-wrap msgid "Enable auto generation of processor power performance states (T-States)." msgstr "Вклучува автоматско генерирање на T-States за процесорот." #. type: "1024x600x32_title" -#: Resources/templates/Localizable.strings:229 +#: Resources/templates/Localizable.strings:248 #, no-wrap msgid "1024x600x32" msgstr "1024x600x32" #. type: "1024x600x32_description" -#: Resources/templates/Localizable.strings:230 +#: Resources/templates/Localizable.strings:249 #, no-wrap msgid "Set Graphics Mode to 1024x600x32" msgstr "Го поставува графичкиот режим на 1024x600x32" #. type: "1024x768x32_title" -#: Resources/templates/Localizable.strings:232 +#: Resources/templates/Localizable.strings:251 #, no-wrap msgid "1024x768x32" msgstr "1024x768x32" #. type: "1024x768x32_description" -#: Resources/templates/Localizable.strings:233 +#: Resources/templates/Localizable.strings:252 #, no-wrap msgid "Set Graphics Mode to 1024x768x32" msgstr "Го поставува графичкиот режим на 1024x768x32" #. type: "1280x768x32_title" -#: Resources/templates/Localizable.strings:235 +#: Resources/templates/Localizable.strings:254 #, no-wrap msgid "1280x768x32" msgstr "1280x768x32" #. type: "1280x768x32_description" -#: Resources/templates/Localizable.strings:236 +#: Resources/templates/Localizable.strings:255 #, no-wrap msgid "Set Graphics Mode to 1280x768x32" msgstr "Го поставува графичкиот режим на 1280x768x32" #. type: "1280x800x32_title" -#: Resources/templates/Localizable.strings:238 +#: Resources/templates/Localizable.strings:257 #, no-wrap msgid "1280x800x32" msgstr "1280x800x32" #. type: "1280x800x32_description" -#: Resources/templates/Localizable.strings:239 +#: Resources/templates/Localizable.strings:258 #, no-wrap msgid "Set Graphics Mode to 1280x800x32" msgstr "Го поставува графичкиот режим на 1280x800x32" #. type: "1280x1024x32_title" -#: Resources/templates/Localizable.strings:241 +#: Resources/templates/Localizable.strings:260 #, no-wrap msgid "1280x1024x32" msgstr "1280x1024x32" #. type: "1280x1024x32_description" -#: Resources/templates/Localizable.strings:242 +#: Resources/templates/Localizable.strings:261 #, no-wrap msgid "Set Graphics Mode to 1280x1024x32" msgstr "Го поставува графичкиот режим на 1280x1024x32" #. type: "1280x960x32_title" -#: Resources/templates/Localizable.strings:244 +#: Resources/templates/Localizable.strings:263 #, no-wrap msgid "1280x960x32" msgstr "1280x960x32" #. type: "1280x960x32_description" -#: Resources/templates/Localizable.strings:245 +#: Resources/templates/Localizable.strings:264 #, no-wrap msgid "Set Graphics Mode to 1280x960x32" msgstr "Го поставува графичкиот режим на 1280x960x32" #. type: "1366x768x32_title" -#: Resources/templates/Localizable.strings:247 +#: Resources/templates/Localizable.strings:266 #, no-wrap msgid "1366x768x32" msgstr "1366x768x32" #. type: "1366x768x32_description" -#: Resources/templates/Localizable.strings:248 +#: Resources/templates/Localizable.strings:267 #, no-wrap msgid "Set Graphics Mode to 1366x768x32" msgstr "Го поставува графичкиот режим на 1366x768x32" #. type: "1440x900x32_title" -#: Resources/templates/Localizable.strings:250 +#: Resources/templates/Localizable.strings:269 #, no-wrap msgid "1440x900x32" msgstr "1440x900x32" #. type: "1440x900x32_description" -#: Resources/templates/Localizable.strings:251 +#: Resources/templates/Localizable.strings:270 #, no-wrap msgid "Set Graphics Mode to 1440x900x32" msgstr "Го поставува графичкиот режим на 1440x900x32" #. type: "1600x900x32_title" -#: Resources/templates/Localizable.strings:253 +#: Resources/templates/Localizable.strings:272 #, no-wrap msgid "1600x900x32" msgstr "1600x900x32" #. type: "1600x900x32_description" -#: Resources/templates/Localizable.strings:254 +#: Resources/templates/Localizable.strings:273 #, no-wrap msgid "Set Graphics Mode to 1600x900x32" msgstr "Го поставува графичкиот режим на 1600x900x32" #. type: "1600x1200x32_title" -#: Resources/templates/Localizable.strings:256 +#: Resources/templates/Localizable.strings:275 #, no-wrap msgid "1600x1200x32" msgstr "1600x1200x32" #. type: "1600x1200x32_description" -#: Resources/templates/Localizable.strings:257 +#: Resources/templates/Localizable.strings:276 #, no-wrap msgid "Set Graphics Mode to 1600x1200x32" msgstr "Го поставува графичкиот режим на 1600x1200x32" #. type: "1680x1050x32_title" -#: Resources/templates/Localizable.strings:259 +#: Resources/templates/Localizable.strings:278 #, no-wrap msgid "1680x1050x32" msgstr "1680x1050x32" #. type: "1680x1050x32_description" -#: Resources/templates/Localizable.strings:260 +#: Resources/templates/Localizable.strings:279 #, no-wrap msgid "Set Graphics Mode to 1680x1050x32" msgstr "Го поставува графичкиот режим на 1680x1050x32" #. type: "1920x1080x32_title" -#: Resources/templates/Localizable.strings:262 +#: Resources/templates/Localizable.strings:281 #, no-wrap msgid "1920x1080x32" msgstr "1920x1080x32" #. type: "1920x1080x32_description" -#: Resources/templates/Localizable.strings:263 +#: Resources/templates/Localizable.strings:282 #, no-wrap msgid "Set Graphics Mode to 1920x1080x32" msgstr "Го поставува графичкиот режим на 1920x1080x32" #. type: "1920x1200x32_title" -#: Resources/templates/Localizable.strings:265 +#: Resources/templates/Localizable.strings:284 #, no-wrap msgid "1920x1200x32" msgstr "1920x1200x32" #. type: "1920x1200x32_description" -#: Resources/templates/Localizable.strings:266 +#: Resources/templates/Localizable.strings:285 #, no-wrap msgid "Set Graphics Mode to 1920x1200x32" msgstr "Го поставува графичкиот режим на 1920x1200x32" #. type: "HDAULayoutIDx01_title" -#: Resources/templates/Localizable.strings:270 -#: Resources/templates/Localizable.strings:376 +#: Resources/templates/Localizable.strings:289 +#: Resources/templates/Localizable.strings:395 #, no-wrap msgid "LayoutID=1" msgstr "LayoutID=1" #. type: "HDEFLayoutIDx01_description" -#: Resources/templates/Localizable.strings:271 +#: Resources/templates/Localizable.strings:290 #, no-wrap msgid "" "Set HDEF layout-it to 1:\n" @@ -1162,14 +1226,14 @@ msgstr "" #. type: "HDAULayoutIDx02_title" -#: Resources/templates/Localizable.strings:274 -#: Resources/templates/Localizable.strings:380 +#: Resources/templates/Localizable.strings:293 +#: Resources/templates/Localizable.strings:399 #, no-wrap msgid "LayoutID=2" msgstr "LayoutID=2" #. type: "HDEFLayoutIDx02_description" -#: Resources/templates/Localizable.strings:275 +#: Resources/templates/Localizable.strings:294 #, no-wrap msgid "" "Set HDEF layout-it to 2:\n" @@ -1177,14 +1241,14 @@ msgstr "" #. type: "HDAULayoutIDx03_title" -#: Resources/templates/Localizable.strings:278 -#: Resources/templates/Localizable.strings:384 +#: Resources/templates/Localizable.strings:297 +#: Resources/templates/Localizable.strings:403 #, no-wrap msgid "LayoutID=3" msgstr "LayoutID=3" #. type: "HDEFLayoutIDx03_description" -#: Resources/templates/Localizable.strings:279 +#: Resources/templates/Localizable.strings:298 #, no-wrap msgid "" "Set HDEF layout-it to 3:\n" @@ -1192,14 +1256,14 @@ msgstr "" #. type: "HDAULayoutIDx05_title" -#: Resources/templates/Localizable.strings:282 -#: Resources/templates/Localizable.strings:388 +#: Resources/templates/Localizable.strings:301 +#: Resources/templates/Localizable.strings:407 #, no-wrap msgid "LayoutID=5" msgstr "LayoutID=5" #. type: "HDEFLayoutIDx05_description" -#: Resources/templates/Localizable.strings:283 +#: Resources/templates/Localizable.strings:302 #, no-wrap msgid "" "Set HDEF layout-it to 5:\n" @@ -1207,14 +1271,14 @@ msgstr "" #. type: "HDAULayoutIDx07_title" -#: Resources/templates/Localizable.strings:286 -#: Resources/templates/Localizable.strings:392 +#: Resources/templates/Localizable.strings:305 +#: Resources/templates/Localizable.strings:411 #, no-wrap msgid "LayoutID=7" msgstr "LayoutID=7" #. type: "HDEFLayoutIDx07_description" -#: Resources/templates/Localizable.strings:287 +#: Resources/templates/Localizable.strings:306 #, no-wrap msgid "" "Set HDEF layout-it to 7:\n" @@ -1222,14 +1286,14 @@ msgstr "" #. type: "HDAULayoutIDx12_title" -#: Resources/templates/Localizable.strings:290 -#: Resources/templates/Localizable.strings:396 +#: Resources/templates/Localizable.strings:309 +#: Resources/templates/Localizable.strings:415 #, no-wrap msgid "LayoutID=12" msgstr "LayoutID=12" #. type: "HDEFLayoutIDx12_description" -#: Resources/templates/Localizable.strings:291 +#: Resources/templates/Localizable.strings:310 #, no-wrap msgid "" "Set HDEF layout-it to 12:\n" @@ -1237,14 +1301,14 @@ msgstr "" #. type: "HDAULayoutIDx32_title" -#: Resources/templates/Localizable.strings:294 -#: Resources/templates/Localizable.strings:400 +#: Resources/templates/Localizable.strings:313 +#: Resources/templates/Localizable.strings:419 #, no-wrap msgid "LayoutID=32" msgstr "LayoutID=32" #. type: "HDEFLayoutIDx32_description" -#: Resources/templates/Localizable.strings:295 +#: Resources/templates/Localizable.strings:314 #, no-wrap msgid "" "Set HDEF layout-it to 32:\n" @@ -1252,14 +1316,14 @@ msgstr "" #. type: "HDAULayoutIDx40_title" -#: Resources/templates/Localizable.strings:298 -#: Resources/templates/Localizable.strings:404 +#: Resources/templates/Localizable.strings:317 +#: Resources/templates/Localizable.strings:423 #, no-wrap msgid "LayoutID=40" msgstr "LayoutID=40" #. type: "HDEFLayoutIDx40_description" -#: Resources/templates/Localizable.strings:299 +#: Resources/templates/Localizable.strings:318 #, no-wrap msgid "" "Set HDEF layout-it to 40:\n" @@ -1267,14 +1331,14 @@ msgstr "" #. type: "HDAULayoutIDx65_title" -#: Resources/templates/Localizable.strings:302 -#: Resources/templates/Localizable.strings:408 +#: Resources/templates/Localizable.strings:321 +#: Resources/templates/Localizable.strings:427 #, no-wrap msgid "LayoutID=65" msgstr "LayoutID=65" #. type: "HDEFLayoutIDx65_description" -#: Resources/templates/Localizable.strings:303 +#: Resources/templates/Localizable.strings:322 #, no-wrap msgid "" "Set HDEF layout-it to 65:\n" @@ -1282,14 +1346,14 @@ msgstr "" #. type: "HDAULayoutIDx99_title" -#: Resources/templates/Localizable.strings:306 -#: Resources/templates/Localizable.strings:412 +#: Resources/templates/Localizable.strings:325 +#: Resources/templates/Localizable.strings:431 #, no-wrap msgid "LayoutID=99" msgstr "LayoutID=99" #. type: "HDEFLayoutIDx99_description" -#: Resources/templates/Localizable.strings:307 +#: Resources/templates/Localizable.strings:326 #, no-wrap msgid "" "Set HDEF layout-it to 99:\n" @@ -1297,14 +1361,14 @@ msgstr "" #. type: "HDAULayoutIDx269_title" -#: Resources/templates/Localizable.strings:310 -#: Resources/templates/Localizable.strings:416 +#: Resources/templates/Localizable.strings:329 +#: Resources/templates/Localizable.strings:435 #, no-wrap msgid "LayoutID=269" msgstr "LayoutID=269" #. type: "HDEFLayoutIDx269_description" -#: Resources/templates/Localizable.strings:311 +#: Resources/templates/Localizable.strings:330 #, no-wrap msgid "" "Set HDEF layout-it to 269:\n" @@ -1312,14 +1376,14 @@ msgstr "" #. type: "HDAULayoutIDx387_title" -#: Resources/templates/Localizable.strings:314 -#: Resources/templates/Localizable.strings:420 +#: Resources/templates/Localizable.strings:333 +#: Resources/templates/Localizable.strings:439 #, no-wrap msgid "LayoutID=387" msgstr "LayoutID=387" #. type: "HDEFLayoutIDx387_description" -#: Resources/templates/Localizable.strings:315 +#: Resources/templates/Localizable.strings:334 #, no-wrap msgid "" "Set HDEF layout-it to 387:\n" @@ -1327,14 +1391,14 @@ msgstr "" #. type: "HDAULayoutIDx388_title" -#: Resources/templates/Localizable.strings:318 -#: Resources/templates/Localizable.strings:424 +#: Resources/templates/Localizable.strings:337 +#: Resources/templates/Localizable.strings:443 #, no-wrap msgid "LayoutID=388" msgstr "LayoutID=388" #. type: "HDEFLayoutIDx388_description" -#: Resources/templates/Localizable.strings:319 +#: Resources/templates/Localizable.strings:338 #, no-wrap msgid "" "Set HDEF layout-it to 388:\n" @@ -1342,14 +1406,14 @@ msgstr "" #. type: "HDAULayoutIDx389_title" -#: Resources/templates/Localizable.strings:322 -#: Resources/templates/Localizable.strings:428 +#: Resources/templates/Localizable.strings:341 +#: Resources/templates/Localizable.strings:447 #, no-wrap msgid "LayoutID=389" msgstr "LayoutID=389" #. type: "HDEFLayoutIDx389_description" -#: Resources/templates/Localizable.strings:323 +#: Resources/templates/Localizable.strings:342 #, no-wrap msgid "" "Set HDEF layout-it to 389:\n" @@ -1357,14 +1421,14 @@ msgstr "" #. type: "HDAULayoutIDx392_title" -#: Resources/templates/Localizable.strings:326 -#: Resources/templates/Localizable.strings:432 +#: Resources/templates/Localizable.strings:345 +#: Resources/templates/Localizable.strings:451 #, no-wrap msgid "LayoutID=392" msgstr "LayoutID=392" #. type: "HDEFLayoutIDx392_description" -#: Resources/templates/Localizable.strings:327 +#: Resources/templates/Localizable.strings:346 #, no-wrap msgid "" "Set HDEF layout-it to 392:\n" @@ -1372,14 +1436,14 @@ msgstr "" #. type: "HDAULayoutIDx398_title" -#: Resources/templates/Localizable.strings:330 -#: Resources/templates/Localizable.strings:436 +#: Resources/templates/Localizable.strings:349 +#: Resources/templates/Localizable.strings:455 #, no-wrap msgid "LayoutID=398" msgstr "LayoutID=398" #. type: "HDEFLayoutIDx398_description" -#: Resources/templates/Localizable.strings:331 +#: Resources/templates/Localizable.strings:350 #, no-wrap msgid "" "Set HDEF layout-it to 398:\n" @@ -1387,14 +1451,14 @@ msgstr "" #. type: "HDAULayoutIDx662_title" -#: Resources/templates/Localizable.strings:334 -#: Resources/templates/Localizable.strings:440 +#: Resources/templates/Localizable.strings:353 +#: Resources/templates/Localizable.strings:459 #, no-wrap msgid "LayoutID=662" msgstr "LayoutID=662" #. type: "HDEFLayoutIDx662_description" -#: Resources/templates/Localizable.strings:335 +#: Resources/templates/Localizable.strings:354 #, no-wrap msgid "" "Set HDEF layout-it to 662:\n" @@ -1402,14 +1466,14 @@ msgstr "" #. type: "HDAULayoutIDx663_title" -#: Resources/templates/Localizable.strings:338 -#: Resources/templates/Localizable.strings:444 +#: Resources/templates/Localizable.strings:357 +#: Resources/templates/Localizable.strings:463 #, no-wrap msgid "LayoutID=663" msgstr "LayoutID=663" #. type: "HDEFLayoutIDx663_description" -#: Resources/templates/Localizable.strings:339 +#: Resources/templates/Localizable.strings:358 #, no-wrap msgid "" "Set HDEF layout-it to 663:\n" @@ -1417,14 +1481,14 @@ msgstr "" #. type: "HDAULayoutIDx664_title" -#: Resources/templates/Localizable.strings:342 -#: Resources/templates/Localizable.strings:448 +#: Resources/templates/Localizable.strings:361 +#: Resources/templates/Localizable.strings:467 #, no-wrap msgid "LayoutID=664" msgstr "LayoutID=664" #. type: "HDEFLayoutIDx664_description" -#: Resources/templates/Localizable.strings:343 +#: Resources/templates/Localizable.strings:362 #, no-wrap msgid "" "Set HDEF layout-it to 664:\n" @@ -1432,14 +1496,14 @@ msgstr "" #. type: "HDAULayoutIDx885_title" -#: Resources/templates/Localizable.strings:346 -#: Resources/templates/Localizable.strings:452 +#: Resources/templates/Localizable.strings:365 +#: Resources/templates/Localizable.strings:471 #, no-wrap msgid "LayoutID=885" msgstr "LayoutID=885" #. type: "HDEFLayoutIDx885_description" -#: Resources/templates/Localizable.strings:347 +#: Resources/templates/Localizable.strings:366 #, no-wrap msgid "" "Set HDEF layout-it to 885:\n" @@ -1447,14 +1511,14 @@ msgstr "" #. type: "HDAULayoutIDx887_title" -#: Resources/templates/Localizable.strings:350 -#: Resources/templates/Localizable.strings:456 +#: Resources/templates/Localizable.strings:369 +#: Resources/templates/Localizable.strings:475 #, no-wrap msgid "LayoutID=887" msgstr "LayoutID=887" #. type: "HDEFLayoutIDx887_description" -#: Resources/templates/Localizable.strings:351 +#: Resources/templates/Localizable.strings:370 #, no-wrap msgid "" "Set HDEF layout-it to 887:\n" @@ -1462,14 +1526,14 @@ msgstr "" #. type: "HDAULayoutIDx888_title" -#: Resources/templates/Localizable.strings:354 -#: Resources/templates/Localizable.strings:460 +#: Resources/templates/Localizable.strings:373 +#: Resources/templates/Localizable.strings:479 #, no-wrap msgid "LayoutID=888" msgstr "LayoutID=888" #. type: "HDEFLayoutIDx888_description" -#: Resources/templates/Localizable.strings:355 +#: Resources/templates/Localizable.strings:374 #, no-wrap msgid "" "Set HDEF layout-it to 888:\n" @@ -1477,14 +1541,14 @@ msgstr "" #. type: "HDAULayoutIDx889_title" -#: Resources/templates/Localizable.strings:358 -#: Resources/templates/Localizable.strings:464 +#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:483 #, no-wrap msgid "LayoutID=889" msgstr "LayoutID=889" #. type: "HDEFLayoutIDx889_description" -#: Resources/templates/Localizable.strings:359 +#: Resources/templates/Localizable.strings:378 #, no-wrap msgid "" "Set HDEF layout-it to 889:\n" @@ -1492,14 +1556,14 @@ msgstr "" #. type: "HDAULayoutIDx892_title" -#: Resources/templates/Localizable.strings:362 -#: Resources/templates/Localizable.strings:468 +#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:487 #, no-wrap msgid "LayoutID=892" msgstr "LayoutID=892" #. type: "HDEFLayoutIDx892_description" -#: Resources/templates/Localizable.strings:363 +#: Resources/templates/Localizable.strings:382 #, no-wrap msgid "" "Set HDEF layout-it to 892:\n" @@ -1507,14 +1571,14 @@ msgstr "" #. type: "HDAULayoutIDx898_title" -#: Resources/templates/Localizable.strings:366 -#: Resources/templates/Localizable.strings:472 +#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:491 #, no-wrap msgid "LayoutID=898" msgstr "LayoutID=898" #. type: "HDEFLayoutIDx898_description" -#: Resources/templates/Localizable.strings:367 +#: Resources/templates/Localizable.strings:386 #, no-wrap msgid "" "Set HDEF layout-it to 898:\n" @@ -1522,14 +1586,14 @@ msgstr "" #. type: "HDAULayoutIDxBD7_title" -#: Resources/templates/Localizable.strings:370 -#: Resources/templates/Localizable.strings:476 +#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:495 #, no-wrap msgid "LayoutID=1981" msgstr "LayoutID=1981" #. type: "HDEFLayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:371 +#: Resources/templates/Localizable.strings:390 #, no-wrap msgid "" "Set HDEF layout-it to 1981:\n" @@ -1537,7 +1601,7 @@ msgstr "" #. type: "HDAULayoutIDx01_description" -#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:396 #, no-wrap msgid "" "Set HDAU layout-it to 1:\n" @@ -1545,7 +1609,7 @@ msgstr "" #. type: "HDAULayoutIDx02_description" -#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:400 #, no-wrap msgid "" "Set HDAU layout-it to 2:\n" @@ -1553,7 +1617,7 @@ msgstr "" #. type: "HDAULayoutIDx03_description" -#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:404 #, no-wrap msgid "" "Set HDAU layout-it to 3:\n" @@ -1561,7 +1625,7 @@ msgstr "" #. type: "HDAULayoutIDx05_description" -#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:408 #, no-wrap msgid "" "Set HDAU layout-it to 5:\n" @@ -1569,7 +1633,7 @@ msgstr "" #. type: "HDAULayoutIDx07_description" -#: Resources/templates/Localizable.strings:393 +#: Resources/templates/Localizable.strings:412 #, no-wrap msgid "" "Set HDAU layout-it to 7:\n" @@ -1577,7 +1641,7 @@ msgstr "" #. type: "HDAULayoutIDx12_description" -#: Resources/templates/Localizable.strings:397 +#: Resources/templates/Localizable.strings:416 #, no-wrap msgid "" "Set HDAU layout-it to 12:\n" @@ -1585,7 +1649,7 @@ msgstr "" #. type: "HDAULayoutIDx32_description" -#: Resources/templates/Localizable.strings:401 +#: Resources/templates/Localizable.strings:420 #, no-wrap msgid "" "Set HDAU layout-it to 32:\n" @@ -1593,7 +1657,7 @@ msgstr "" #. type: "HDAULayoutIDx40_description" -#: Resources/templates/Localizable.strings:405 +#: Resources/templates/Localizable.strings:424 #, no-wrap msgid "" "Set HDAU layout-it to 40:\n" @@ -1601,7 +1665,7 @@ msgstr "" #. type: "HDAULayoutIDx65_description" -#: Resources/templates/Localizable.strings:409 +#: Resources/templates/Localizable.strings:428 #, no-wrap msgid "" "Set HDAU layout-it to 65:\n" @@ -1609,7 +1673,7 @@ msgstr "" #. type: "HDAULayoutIDx99_description" -#: Resources/templates/Localizable.strings:413 +#: Resources/templates/Localizable.strings:432 #, no-wrap msgid "" "Set HDAU layout-it to 99:\n" @@ -1617,7 +1681,7 @@ msgstr "" #. type: "HDAULayoutIDx269_description" -#: Resources/templates/Localizable.strings:417 +#: Resources/templates/Localizable.strings:436 #, no-wrap msgid "" "Set HDAU layout-it to 269:\n" @@ -1625,7 +1689,7 @@ msgstr "" #. type: "HDAULayoutIDx387_description" -#: Resources/templates/Localizable.strings:421 +#: Resources/templates/Localizable.strings:440 #, no-wrap msgid "" "Set HDAU layout-it to 387:\n" @@ -1633,7 +1697,7 @@ msgstr "" #. type: "HDAULayoutIDx388_description" -#: Resources/templates/Localizable.strings:425 +#: Resources/templates/Localizable.strings:444 #, no-wrap msgid "" "Set HDAU layout-it to 388:\n" @@ -1641,7 +1705,7 @@ msgstr "" #. type: "HDAULayoutIDx389_description" -#: Resources/templates/Localizable.strings:429 +#: Resources/templates/Localizable.strings:448 #, no-wrap msgid "" "Set HDAU layout-it to 389:\n" @@ -1649,7 +1713,7 @@ msgstr "" #. type: "HDAULayoutIDx392_description" -#: Resources/templates/Localizable.strings:433 +#: Resources/templates/Localizable.strings:452 #, no-wrap msgid "" "Set HDAU layout-it to 392:\n" @@ -1657,7 +1721,7 @@ msgstr "" #. type: "HDAULayoutIDx398_description" -#: Resources/templates/Localizable.strings:437 +#: Resources/templates/Localizable.strings:456 #, no-wrap msgid "" "Set HDAU layout-it to 398:\n" @@ -1665,7 +1729,7 @@ msgstr "" #. type: "HDAULayoutIDx662_description" -#: Resources/templates/Localizable.strings:441 +#: Resources/templates/Localizable.strings:460 #, no-wrap msgid "" "Set HDAU layout-it to 662:\n" @@ -1673,7 +1737,7 @@ msgstr "" #. type: "HDAULayoutIDx663_description" -#: Resources/templates/Localizable.strings:445 +#: Resources/templates/Localizable.strings:464 #, no-wrap msgid "" "Set HDAU layout-it to 663:\n" @@ -1681,7 +1745,7 @@ msgstr "" #. type: "HDAULayoutIDx664_description" -#: Resources/templates/Localizable.strings:449 +#: Resources/templates/Localizable.strings:468 #, no-wrap msgid "" "Set HDAU layout-it to 664:\n" @@ -1689,7 +1753,7 @@ msgstr "" #. type: "HDAULayoutIDx885_description" -#: Resources/templates/Localizable.strings:453 +#: Resources/templates/Localizable.strings:472 #, no-wrap msgid "" "Set HDAU layout-it to 885:\n" @@ -1697,7 +1761,7 @@ msgstr "" #. type: "HDAULayoutIDx887_description" -#: Resources/templates/Localizable.strings:457 +#: Resources/templates/Localizable.strings:476 #, no-wrap msgid "" "Set HDAU layout-it to 887:\n" @@ -1705,7 +1769,7 @@ msgstr "" #. type: "HDAULayoutIDx888_description" -#: Resources/templates/Localizable.strings:461 +#: Resources/templates/Localizable.strings:480 #, no-wrap msgid "" "Set HDAU layout-it to 888:\n" @@ -1713,7 +1777,7 @@ msgstr "" #. type: "HDAULayoutIDx889_description" -#: Resources/templates/Localizable.strings:465 +#: Resources/templates/Localizable.strings:484 #, no-wrap msgid "" "Set HDAU layout-it to 889:\n" @@ -1721,7 +1785,7 @@ msgstr "" #. type: "HDAULayoutIDx892_description" -#: Resources/templates/Localizable.strings:469 +#: Resources/templates/Localizable.strings:488 #, no-wrap msgid "" "Set HDAU layout-it to 892:\n" @@ -1729,7 +1793,7 @@ msgstr "" #. type: "HDAULayoutIDx898_description" -#: Resources/templates/Localizable.strings:473 +#: Resources/templates/Localizable.strings:492 #, no-wrap msgid "" "Set HDAU layout-it to 898:\n" @@ -1737,7 +1801,7 @@ msgstr "" #. type: "HDAULayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:477 +#: Resources/templates/Localizable.strings:496 #, no-wrap msgid "" "Set HDAU layout-it to 1981:\n" @@ -1745,625 +1809,625 @@ msgstr "" #. type: "IntelCaprix00_title" -#: Resources/templates/Localizable.strings:482 +#: Resources/templates/Localizable.strings:501 #, no-wrap msgid "01660000" msgstr "01660000" #. type: "IntelCaprix00_description" -#: Resources/templates/Localizable.strings:483 +#: Resources/templates/Localizable.strings:502 #, no-wrap msgid "Set 01660000 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix01_title" -#: Resources/templates/Localizable.strings:485 +#: Resources/templates/Localizable.strings:504 #, no-wrap msgid "01660001" msgstr "01660001" #. type: "IntelCaprix01_description" -#: Resources/templates/Localizable.strings:486 +#: Resources/templates/Localizable.strings:505 #, no-wrap msgid "Set 01660001 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix02_title" -#: Resources/templates/Localizable.strings:488 +#: Resources/templates/Localizable.strings:507 #, no-wrap msgid "01660002" msgstr "01660002" #. type: "IntelCaprix02_description" -#: Resources/templates/Localizable.strings:489 +#: Resources/templates/Localizable.strings:508 #, no-wrap msgid "Set 01660002 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix03_title" -#: Resources/templates/Localizable.strings:491 +#: Resources/templates/Localizable.strings:510 #, no-wrap msgid "01660003" msgstr "01660003" #. type: "IntelCaprix03_description" -#: Resources/templates/Localizable.strings:492 +#: Resources/templates/Localizable.strings:511 #, no-wrap msgid "Set 01660003 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix04_title" -#: Resources/templates/Localizable.strings:494 +#: Resources/templates/Localizable.strings:513 #, no-wrap msgid "01660004" msgstr "01660004" #. type: "IntelCaprix04_description" -#: Resources/templates/Localizable.strings:495 +#: Resources/templates/Localizable.strings:514 #, no-wrap msgid "Set 01660004 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix05_title" -#: Resources/templates/Localizable.strings:497 +#: Resources/templates/Localizable.strings:516 #, no-wrap msgid "01620005" msgstr "01620005" #. type: "IntelCaprix05_description" -#: Resources/templates/Localizable.strings:498 +#: Resources/templates/Localizable.strings:517 #, no-wrap msgid "Set 01620005 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix06_title" -#: Resources/templates/Localizable.strings:500 +#: Resources/templates/Localizable.strings:519 #, no-wrap msgid "01620006" msgstr "01620006" #. type: "IntelCaprix06_description" -#: Resources/templates/Localizable.strings:501 +#: Resources/templates/Localizable.strings:520 #, no-wrap msgid "Set 01620006 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix07_title" -#: Resources/templates/Localizable.strings:503 +#: Resources/templates/Localizable.strings:522 #, no-wrap msgid "01620007" msgstr "01620007" #. type: "IntelCaprix07_description" -#: Resources/templates/Localizable.strings:504 +#: Resources/templates/Localizable.strings:523 #, no-wrap msgid "Set 01620007 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix08_title" -#: Resources/templates/Localizable.strings:506 +#: Resources/templates/Localizable.strings:525 #, no-wrap msgid "01660008" msgstr "01660008" #. type: "IntelCaprix08_description" -#: Resources/templates/Localizable.strings:507 +#: Resources/templates/Localizable.strings:526 #, no-wrap msgid "Set 01660008 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix09_title" -#: Resources/templates/Localizable.strings:509 +#: Resources/templates/Localizable.strings:528 #, no-wrap msgid "01660009" msgstr "01660009" #. type: "IntelCaprix09_description" -#: Resources/templates/Localizable.strings:510 +#: Resources/templates/Localizable.strings:529 #, no-wrap msgid "Set 01660009 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix10_title" -#: Resources/templates/Localizable.strings:512 +#: Resources/templates/Localizable.strings:531 #, no-wrap msgid "0166000a" msgstr "0166000a" #. type: "IntelCaprix10_description" -#: Resources/templates/Localizable.strings:513 +#: Resources/templates/Localizable.strings:532 #, no-wrap msgid "Set 0166000a for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix11_title" -#: Resources/templates/Localizable.strings:515 +#: Resources/templates/Localizable.strings:534 #, no-wrap msgid "0166000b" msgstr "0166000b" #. type: "IntelCaprix11_description" -#: Resources/templates/Localizable.strings:516 +#: Resources/templates/Localizable.strings:535 #, no-wrap msgid "Set 0166000b for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelAzulx00_title" -#: Resources/templates/Localizable.strings:520 +#: Resources/templates/Localizable.strings:539 #, no-wrap msgid "00000604" msgstr "00000604" #. type: "IntelAzulx00_description" -#: Resources/templates/Localizable.strings:521 +#: Resources/templates/Localizable.strings:540 #, no-wrap msgid "Set 00000604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx01_title" -#: Resources/templates/Localizable.strings:523 +#: Resources/templates/Localizable.strings:542 #, no-wrap msgid "0000060c" msgstr "0000060c" #. type: "IntelAzulx01_description" -#: Resources/templates/Localizable.strings:524 +#: Resources/templates/Localizable.strings:543 #, no-wrap msgid "Set 0000060c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx02_title" -#: Resources/templates/Localizable.strings:526 +#: Resources/templates/Localizable.strings:545 #, no-wrap msgid "00001604" msgstr "00001604" #. type: "IntelAzulx02_description" -#: Resources/templates/Localizable.strings:527 +#: Resources/templates/Localizable.strings:546 #, no-wrap msgid "Set 00001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx03_title" -#: Resources/templates/Localizable.strings:529 +#: Resources/templates/Localizable.strings:548 #, no-wrap msgid "0000160a" msgstr "0000160a" #. type: "IntelAzulx03_description" -#: Resources/templates/Localizable.strings:530 +#: Resources/templates/Localizable.strings:549 #, no-wrap msgid "Set 0000160a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx04_title" -#: Resources/templates/Localizable.strings:532 +#: Resources/templates/Localizable.strings:551 #, no-wrap msgid "0000160c" msgstr "0000160c" #. type: "IntelAzulx04_description" -#: Resources/templates/Localizable.strings:533 +#: Resources/templates/Localizable.strings:552 #, no-wrap msgid "Set 0000160c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx05_title" -#: Resources/templates/Localizable.strings:535 +#: Resources/templates/Localizable.strings:554 #, no-wrap msgid "00002604" msgstr "00002604" #. type: "IntelAzulx05_description" -#: Resources/templates/Localizable.strings:536 +#: Resources/templates/Localizable.strings:555 #, no-wrap msgid "Set 00002604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx06_title" -#: Resources/templates/Localizable.strings:538 +#: Resources/templates/Localizable.strings:557 #, no-wrap msgid "0000260a" msgstr "0000260a" #. type: "IntelAzulx06_description" -#: Resources/templates/Localizable.strings:539 +#: Resources/templates/Localizable.strings:558 #, no-wrap msgid "Set 0000260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx07_title" -#: Resources/templates/Localizable.strings:541 +#: Resources/templates/Localizable.strings:560 #, no-wrap msgid "0000260c" msgstr "0000260c" #. type: "IntelAzulx07_description" -#: Resources/templates/Localizable.strings:542 +#: Resources/templates/Localizable.strings:561 #, no-wrap msgid "Set 0600260c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx08_title" -#: Resources/templates/Localizable.strings:544 +#: Resources/templates/Localizable.strings:563 #, no-wrap msgid "0000260d" msgstr "0000260d" #. type: "IntelAzulx08_description" -#: Resources/templates/Localizable.strings:545 +#: Resources/templates/Localizable.strings:564 #, no-wrap msgid "Set 0000260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx09_title" -#: Resources/templates/Localizable.strings:547 +#: Resources/templates/Localizable.strings:566 #, no-wrap msgid "02001604" msgstr "02001604" #. type: "IntelAzulx09_description" -#: Resources/templates/Localizable.strings:548 +#: Resources/templates/Localizable.strings:567 #, no-wrap msgid "Set 02001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx10_title" -#: Resources/templates/Localizable.strings:550 +#: Resources/templates/Localizable.strings:569 #, no-wrap msgid "0300220d" msgstr "0300220d" #. type: "IntelAzulx10_description" -#: Resources/templates/Localizable.strings:551 +#: Resources/templates/Localizable.strings:570 #, no-wrap msgid "Set 0300220d for Intel Haswell (Desktop) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx11_title" -#: Resources/templates/Localizable.strings:553 +#: Resources/templates/Localizable.strings:572 #, no-wrap msgid "0500260a" msgstr "0500260a" #. type: "IntelAzulx11_description" -#: Resources/templates/Localizable.strings:554 +#: Resources/templates/Localizable.strings:573 #, no-wrap msgid "Set 0500260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx12_title" -#: Resources/templates/Localizable.strings:556 +#: Resources/templates/Localizable.strings:575 #, no-wrap msgid "0600260a" msgstr "0600260a" #. type: "IntelAzulx12_description" -#: Resources/templates/Localizable.strings:557 +#: Resources/templates/Localizable.strings:576 #, no-wrap msgid "Set 0600260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx13_title" -#: Resources/templates/Localizable.strings:559 +#: Resources/templates/Localizable.strings:578 #, no-wrap msgid "0700260d" msgstr "0700260d" #. type: "IntelAzulx13_description" -#: Resources/templates/Localizable.strings:560 +#: Resources/templates/Localizable.strings:579 #, no-wrap msgid "Set 0700260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx14_title" -#: Resources/templates/Localizable.strings:562 +#: Resources/templates/Localizable.strings:581 #, no-wrap msgid "0800260a" msgstr "0800260a" #. type: "IntelAzulx14_description" -#: Resources/templates/Localizable.strings:563 +#: Resources/templates/Localizable.strings:582 #, no-wrap msgid "Set 0800260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx15_title" -#: Resources/templates/Localizable.strings:565 +#: Resources/templates/Localizable.strings:584 #, no-wrap msgid "08002e0a" msgstr "08002e0a" #. type: "IntelAzulx15_description" -#: Resources/templates/Localizable.strings:566 +#: Resources/templates/Localizable.strings:585 #, no-wrap msgid "Set 08002e0a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "AD2000B_PinConf_title" -#: Resources/templates/Localizable.strings:570 +#: Resources/templates/Localizable.strings:589 #, no-wrap msgid "AD2000b" msgstr "AD2000b" #. type: "AD2000B_PinConf_description" -#: Resources/templates/Localizable.strings:571 +#: Resources/templates/Localizable.strings:590 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD2000b." msgstr "" #. type: "AD1981HD_PinConf_title" -#: Resources/templates/Localizable.strings:573 +#: Resources/templates/Localizable.strings:592 #, no-wrap msgid "AD1981HD" msgstr "AD1981HD" #. type: "AD1981HD_PinConf_description" -#: Resources/templates/Localizable.strings:574 +#: Resources/templates/Localizable.strings:593 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1981HD." msgstr "" #. type: "AD1988B_PinConf_title" -#: Resources/templates/Localizable.strings:576 +#: Resources/templates/Localizable.strings:595 #, no-wrap msgid "AD1988b" msgstr "AD1988b" #. type: "AD1988B_PinConf_description" -#: Resources/templates/Localizable.strings:577 +#: Resources/templates/Localizable.strings:596 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1988b." msgstr "" #. type: "ALC888_PinConf_title" -#: Resources/templates/Localizable.strings:579 +#: Resources/templates/Localizable.strings:598 #, no-wrap msgid "ALC888" msgstr "ALC888" #. type: "ALC888_PinConf_description" -#: Resources/templates/Localizable.strings:580 +#: Resources/templates/Localizable.strings:599 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC888." msgstr "" #. type: "ALC1200_PinConf_title" -#: Resources/templates/Localizable.strings:582 +#: Resources/templates/Localizable.strings:601 #, no-wrap msgid "ALC1200" msgstr "ALC1200" #. type: "ALC1200_PinConf_description" -#: Resources/templates/Localizable.strings:583 +#: Resources/templates/Localizable.strings:602 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC1200." msgstr "" #. type: "00_PinConf_title" -#: Resources/templates/Localizable.strings:585 +#: Resources/templates/Localizable.strings:604 #, no-wrap msgid "00" msgstr "00" #. type: "00_PinConf_description" -#: Resources/templates/Localizable.strings:586 +#: Resources/templates/Localizable.strings:605 #, no-wrap msgid "Set HDEF PinConfiguration for ???." msgstr "" #. type: "GraphicsEnabler_title" -#: Resources/templates/Localizable.strings:590 +#: Resources/templates/Localizable.strings:609 #, no-wrap msgid "GraphicsEnabler=Yes" msgstr "GraphicsEnabler" #. type: "GraphicsEnabler_description" -#: Resources/templates/Localizable.strings:591 +#: Resources/templates/Localizable.strings:610 #, no-wrap msgid "Enables the option to autodetect NVIDIA, AMD/ATI or Intel based GPUs and inject the correct info." msgstr "Додава GraphicsEnabler=Yes во org.chameleon.Boot.plist. Автоматско препознавање на графички карти со nVidia чипсети." #. type: "EnableHDMIAudio_title" -#: Resources/templates/Localizable.strings:593 +#: Resources/templates/Localizable.strings:612 #, no-wrap msgid "EnableHDMIAudio=Yes" msgstr "EnableHDMIAudio=Yes" #. type: "EnableHDMIAudio_description" -#: Resources/templates/Localizable.strings:594 +#: Resources/templates/Localizable.strings:613 #, no-wrap msgid "Inject HDMi audio for NVIDIA or AMD/ATI." msgstr "" #. type: "UseIntelHDMI_title" -#: Resources/templates/Localizable.strings:596 +#: Resources/templates/Localizable.strings:615 #, no-wrap msgid "UseIntelHDMI=Yes" msgstr "UseIntelHDMI=Yes" #. type: "UseIntelHDMI_description" -#: Resources/templates/Localizable.strings:597 +#: Resources/templates/Localizable.strings:616 #, no-wrap msgid "If YES, hda-gfx=onboard-1 will be injected into the GFX0 and HDEF devices. Also, if an ATI or Nvidia HDMI device is present, they'll be assigned to onboard-2. If NO, then ATI or Nvidia devices will get onboard-1 as well as the HDAU device if present." msgstr "" #. type: "UseAtiROM_title" -#: Resources/templates/Localizable.strings:599 +#: Resources/templates/Localizable.strings:618 #, no-wrap msgid "UseAtiROM=Yes" msgstr "UseAtiROM=Yes" #. type: "UseAtiROM_description" -#: Resources/templates/Localizable.strings:600 +#: Resources/templates/Localizable.strings:619 #, no-wrap msgid "Enables UseAtiROM options." msgstr "Вклучува UseAtiROM опции." #. type: "UseNvidiaROM_title" -#: Resources/templates/Localizable.strings:602 +#: Resources/templates/Localizable.strings:621 #, no-wrap msgid "UseNvidiaROM=Yes" msgstr "UseNvidiaROM=Yes" #. type: "UseNvidiaROM_description" -#: Resources/templates/Localizable.strings:603 +#: Resources/templates/Localizable.strings:622 #, no-wrap msgid "Enables UseNvidiaROM options." msgstr "Вклучува UseNvidiaROM опции." #. type: "VBIOS_title" -#: Resources/templates/Localizable.strings:605 +#: Resources/templates/Localizable.strings:624 #, no-wrap msgid "VBIOS=Yes" msgstr "VBIOS=Yes" #. type: "VBIOS_description" -#: Resources/templates/Localizable.strings:606 +#: Resources/templates/Localizable.strings:625 #, no-wrap msgid "Enables VBIOS option" msgstr "Вклучува VBIOS oпција" #. type: "SkipIntelGfx_title" -#: Resources/templates/Localizable.strings:608 +#: Resources/templates/Localizable.strings:627 #, no-wrap msgid "SkipIntelGfx=Yes" msgstr "SkipIntelGfx=Yes" #. type: "SkipIntelGfx_description" -#: Resources/templates/Localizable.strings:609 +#: Resources/templates/Localizable.strings:628 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for Intel based GPUs." msgstr "" #. type: "SkipNvidiaGfx_title" -#: Resources/templates/Localizable.strings:611 +#: Resources/templates/Localizable.strings:630 #, no-wrap msgid "SkipNvidiaGfx=Yes" msgstr "SkipNvidiaGfx=Yes" #. type: "SkipNvidiaGfx_description" -#: Resources/templates/Localizable.strings:612 +#: Resources/templates/Localizable.strings:631 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for NVIDIA based GPUs." msgstr "" #. type: "SkipAtiGfx_title" -#: Resources/templates/Localizable.strings:614 +#: Resources/templates/Localizable.strings:633 #, no-wrap msgid "SkipAtiGfx=Yes" msgstr "SkipAtiGfx=Yes" #. type: "SkipAtiGfx_description" -#: Resources/templates/Localizable.strings:615 +#: Resources/templates/Localizable.strings:634 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for AMD/ATI based GPUs." msgstr "" #. type: "EnableBacklight_title" -#: Resources/templates/Localizable.strings:617 +#: Resources/templates/Localizable.strings:636 #, no-wrap msgid "EnableBacklight=Yes" msgstr "EnableBacklight=Yes" #. type: "EnableBacklight_description" -#: Resources/templates/Localizable.strings:618 +#: Resources/templates/Localizable.strings:637 #, no-wrap msgid "Enables Backlight options for laptop with nVidia cards." msgstr "" #. type: "EnableDualLink_title" -#: Resources/templates/Localizable.strings:620 +#: Resources/templates/Localizable.strings:639 #, no-wrap msgid "EnableDualLink=Yes" msgstr "EnableDualLink=Yes" #. type: "EnableDualLink_description" -#: Resources/templates/Localizable.strings:621 +#: Resources/templates/Localizable.strings:640 #, no-wrap msgid "Enables DualLink options for nVidia and ATi cards." msgstr "" #. type: "NvidiaGeneric_title" -#: Resources/templates/Localizable.strings:623 +#: Resources/templates/Localizable.strings:642 #, no-wrap msgid "NvidiaGeneric=Yes" msgstr "NvidiaGeneric=Yes" #. type: "NvidiaGeneric_description" -#: Resources/templates/Localizable.strings:624 +#: Resources/templates/Localizable.strings:643 #, no-wrap msgid "Use the classic Nvidia name for the SystemProfiler (disabled by default)." msgstr "" #. type: "Verbose_title" -#: Resources/templates/Localizable.strings:630 +#: Resources/templates/Localizable.strings:649 #, no-wrap msgid "Verbose Mode" msgstr "Verbose Mode" #. type: "Verbose_description" -#: Resources/templates/Localizable.strings:631 +#: Resources/templates/Localizable.strings:650 #, no-wrap msgid "Turns on verbose logging and allows you to see messages from both Chameleon and the OS X kernel at boot time. Essential for troubleshooting." msgstr "Го вклучува опширното логирање и ви овозможува да ги видите пораките од Chameleon и OS X kernel-от при вчитување. Ова е од суштинско значење за решавање на проблеми." #. type: "Singleusermode_title" -#: Resources/templates/Localizable.strings:633 +#: Resources/templates/Localizable.strings:652 #, no-wrap msgid "Single User Mode" msgstr "Single User Mode" #. type: "Singleusermode_description" -#: Resources/templates/Localizable.strings:634 +#: Resources/templates/Localizable.strings:653 #, no-wrap msgid "A troubleshooting option used for booting into OS X's BSD/Unix command line." msgstr "Опција за вчитување на OS X во BSD/Unix командна линија." #. type: "Ignorecaches_title" -#: Resources/templates/Localizable.strings:636 +#: Resources/templates/Localizable.strings:655 #, no-wrap msgid "Ignore Caches" msgstr "Ignore Caches" #. type: "Ignorecaches_description" -#: Resources/templates/Localizable.strings:637 +#: Resources/templates/Localizable.strings:656 #, no-wrap msgid "Not an option that's needed for everyday booting, but it can be useful if you want OS X to load all files from it's system folders, rather than relying on it's pre-built caches." msgstr "Не е опција што е потребна за секојдневна подигнување, но тоа може да биде корисно ако сакате OS X да ги вчита сите датотеки од системските папки, наместо да се потпира на вградените кеш датотеки." #. type: "Npci_title" -#: Resources/templates/Localizable.strings:639 +#: Resources/templates/Localizable.strings:658 #, no-wrap msgid "npci=0x2000" msgstr "npci=0x2000" #. type: "Npci_description" -#: Resources/templates/Localizable.strings:640 +#: Resources/templates/Localizable.strings:659 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x2000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "За надминување на закочувањето на 'PCI configuration begin' на некои системи. 0x2000 е kIOPCIConfiguratorPFM64 ознака, како што се гледа во изворниот код на IOPCIFamily." #. type: "Npci3_title" -#: Resources/templates/Localizable.strings:642 +#: Resources/templates/Localizable.strings:661 #, no-wrap msgid "npci=0x3000" msgstr "npci=0x3000" #. type: "Npci3_description" -#: Resources/templates/Localizable.strings:643 +#: Resources/templates/Localizable.strings:662 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x3000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "За надминување на закочувањето на 'PCI configuration begin' на некои системи. 0x3000 е kIOPCIConfiguratorPFM64 ознака, како што се гледа во изворниот код на IOPCIFamily." #. type: "WaitingRootDevice_title" -#: Resources/templates/Localizable.strings:645 +#: Resources/templates/Localizable.strings:664 #, no-wrap msgid "ahcidisk=1 debug=8" msgstr "ahcidisk=1 debug=8" #. type: "WaitingRootDevice_description" -#: Resources/templates/Localizable.strings:646 +#: Resources/templates/Localizable.strings:665 #, no-wrap msgid "" "Info here: Waiting for root device when kernel cache used only with some disks +FIX\n" @@ -2372,25 +2436,25 @@ msgstr "" #. type: "Darkwake_title" -#: Resources/templates/Localizable.strings:650 +#: Resources/templates/Localizable.strings:669 #, no-wrap msgid "darkwake=0" msgstr "darkwake=0" #. type: "Darkwake_description" -#: Resources/templates/Localizable.strings:651 +#: Resources/templates/Localizable.strings:670 #, no-wrap msgid "Lion only. Disables the 'low power wake' feature which can sometimes leave the screen black after wake from sleep." msgstr "Само за Lion. Ја исклучува можноста 'low power wake' која што понекогаш остава црн екран после будењето од заспивање." #. type: "NvdaDrv1_title" -#: Resources/templates/Localizable.strings:653 +#: Resources/templates/Localizable.strings:672 #, no-wrap msgid "nvda_drv=1" msgstr "nvda_drv=1" #. type: "NvdaDrv1_description" -#: Resources/templates/Localizable.strings:654 +#: Resources/templates/Localizable.strings:673 #, no-wrap msgid "" "It introduces a new Preference Pane under System Preferences that allows you to enable the Nvidia Web Driver.\n" @@ -2400,25 +2464,25 @@ msgstr "" #. type: "kext-dev-mode1_title" -#: Resources/templates/Localizable.strings:659 +#: Resources/templates/Localizable.strings:678 #, no-wrap msgid "kext-dev-mode=1" msgstr "kext-dev-mode=1" #. type: "kext-dev-mode1_description" -#: Resources/templates/Localizable.strings:660 +#: Resources/templates/Localizable.strings:679 #, no-wrap msgid "In Yosemite Developer Previews, unsigned or improperly signed kexts will not be loaded. To use unsigned kexts during development, this strict check can be disabled by adding a 'kext-dev-mode=1' boot arg." msgstr "" #. type: "Dart0_title" -#: Resources/templates/Localizable.strings:662 +#: Resources/templates/Localizable.strings:681 #, no-wrap msgid "dart=0" msgstr "dart=0" #. type: "Dart0_description" -#: Resources/templates/Localizable.strings:663 +#: Resources/templates/Localizable.strings:682 #, no-wrap msgid "" "Avoiding the DMAR processing causing by VT-d function in Osx (Virtualization).\n" @@ -2426,277 +2490,283 @@ msgstr "" #. type: "mac-de_title" -#: Resources/templates/Localizable.strings:670 +#: Resources/templates/Localizable.strings:689 #, no-wrap msgid "German Mac Keyboard" msgstr "German Mac Keyboard" #. type: "mac-de_description" -#: Resources/templates/Localizable.strings:671 +#: Resources/templates/Localizable.strings:690 #, no-wrap msgid "Use the keyboard layout for a German Mac keyboard" msgstr "Користете распоред на тастатура за Германска Mac тастатура" #. type: "mac-es_title" -#: Resources/templates/Localizable.strings:673 +#: Resources/templates/Localizable.strings:692 #, no-wrap msgid "Spanish Mac Keyboard" msgstr "Spanish Mac Keyboard" #. type: "mac-es_description" -#: Resources/templates/Localizable.strings:674 +#: Resources/templates/Localizable.strings:693 #, no-wrap msgid "Use the keyboard layout for a Spanish Mac keyboard" msgstr "Користете распоред на тастатура за Шпанска Mac тастатура" #. type: "mac-fr_title" -#: Resources/templates/Localizable.strings:676 +#: Resources/templates/Localizable.strings:695 #, no-wrap msgid "French Mac Keyboard" msgstr "French Mac Keyboard" #. type: "mac-fr_description" -#: Resources/templates/Localizable.strings:677 +#: Resources/templates/Localizable.strings:696 #, no-wrap msgid "Use the keyboard layout for a French Mac keyboard" msgstr "Користете распоред на тастатура за Француска Mac тастатура" #. type: "mac-it_title" -#: Resources/templates/Localizable.strings:679 +#: Resources/templates/Localizable.strings:698 #, no-wrap msgid "Italian Mac Keyboard" msgstr "Italian Mac Keyboard" #. type: "mac-it_description" -#: Resources/templates/Localizable.strings:680 +#: Resources/templates/Localizable.strings:699 #, no-wrap msgid "Use the keyboard layout for an Italian Mac keyboard" msgstr "Користете распоред на тастатура за Италијанска Mac тастатура" #. type: "mac-se_title" -#: Resources/templates/Localizable.strings:682 +#: Resources/templates/Localizable.strings:701 #, no-wrap msgid "Swedish Mac Keyboard" msgstr "Swedish Mac Keyboard" #. type: "mac-se_description" -#: Resources/templates/Localizable.strings:683 +#: Resources/templates/Localizable.strings:702 #, no-wrap msgid "Use the keyboard layout for a Swedish Mac keyboard" msgstr "Користете распоред на тастатура за Шведска Mac тастатура" #. type: "pc-fr_title" -#: Resources/templates/Localizable.strings:685 +#: Resources/templates/Localizable.strings:704 #, no-wrap msgid "French PC Keyboard" msgstr "French PC Keyboard" #. type: "pc-fr_description" -#: Resources/templates/Localizable.strings:686 +#: Resources/templates/Localizable.strings:705 #, no-wrap msgid "Use the keyboard layout for a French PC keyboard" msgstr "Користете распоред на тастатура за Француска PC тастатура" #. type: "Embed_title" -#: Resources/templates/Localizable.strings:693 +#: Resources/templates/Localizable.strings:712 #, no-wrap msgid "Embed" msgstr "Embed" #. type: "Embed_description" -#: Resources/templates/Localizable.strings:694 +#: Resources/templates/Localizable.strings:713 #, no-wrap msgid "A smaller simple version of the new default theme used when building a version of Chameleon which requires an embedded theme." msgstr "Мала едноставна верзија од новата примарна тема што се користи при креирање на верзија од Chameleon што бара вградена тема. " #. type: "Legacy_title" -#: Resources/templates/Localizable.strings:696 +#: Resources/templates/Localizable.strings:715 #, no-wrap msgid "Legacy" msgstr "Legacy" #. type: "Legacy_description" -#: Resources/templates/Localizable.strings:697 +#: Resources/templates/Localizable.strings:716 #, no-wrap msgid "Chameleon's original default theme introduced for v2.0 RC1" msgstr "Претходната вградена тена на Chameleon" +#. type: "Default_title" +#: Resources/templates/Localizable.strings:718 +#, no-wrap +msgid "Standard" +msgstr "Стандардна" + #. type: "Default_description" -#: Resources/templates/Localizable.strings:700 +#: Resources/templates/Localizable.strings:719 #, no-wrap msgid "Chameleon default theme introduced for v2.0 RC5" msgstr "Вградената тема во Chameleon." #. type: "Bullet_title" -#: Resources/templates/Localizable.strings:702 +#: Resources/templates/Localizable.strings:721 #, no-wrap msgid "Bullet" msgstr "Bullet" #. type: "Bullet_description" -#: Resources/templates/Localizable.strings:703 +#: Resources/templates/Localizable.strings:722 #, no-wrap msgid "A lovely simple theme by NoSmokingBandit from April 2009." msgstr "The Bullet тема од NoSmokingBandit" #. type: "Audio_title" -#: Resources/templates/Localizable.strings:712 +#: Resources/templates/Localizable.strings:731 #, no-wrap msgid "Audio" msgstr "Audio" #. type: "Audio_description" -#: Resources/templates/Localizable.strings:713 +#: Resources/templates/Localizable.strings:732 #, no-wrap msgid "A selection of options that deal with audio." msgstr "" #. type: "Control_title" -#: Resources/templates/Localizable.strings:716 +#: Resources/templates/Localizable.strings:735 #, no-wrap msgid "Control Options" msgstr "Опции за контрола" #. type: "Control_description" -#: Resources/templates/Localizable.strings:717 +#: Resources/templates/Localizable.strings:736 #, no-wrap msgid "Settings to control how Chameleon works." msgstr "Подесувања за контрола на работата на Chameleon." #. type: "General_title" -#: Resources/templates/Localizable.strings:720 +#: Resources/templates/Localizable.strings:739 #, no-wrap msgid "General Options" msgstr "Основни опции" #. type: "General_description" -#: Resources/templates/Localizable.strings:721 +#: Resources/templates/Localizable.strings:740 #, no-wrap msgid "Choose from a selection of base options." msgstr "Избор од секцијата на основни опции." #. type: "KernelFlags_title" -#: Resources/templates/Localizable.strings:724 +#: Resources/templates/Localizable.strings:743 #, no-wrap msgid "Kernel Flags" msgstr "Kernel Ознаки" #. type: "KernelFlags_description" -#: Resources/templates/Localizable.strings:725 +#: Resources/templates/Localizable.strings:744 #, no-wrap msgid "Choose from a selection of kernel flags." msgstr "Избор од секцијата на ознаките на kernel-от." #. type: "PowerManagement_title" -#: Resources/templates/Localizable.strings:728 +#: Resources/templates/Localizable.strings:747 #, no-wrap msgid "Power Management" msgstr "Менаџменат на напојување" #. type: "PowerManagement_description" -#: Resources/templates/Localizable.strings:729 +#: Resources/templates/Localizable.strings:748 #, no-wrap msgid "A selection of options that deal with power management and speedstep." msgstr "Избор од секцијата на менаџирање на напојувањето." #. type: "Resolution_description" -#: Resources/templates/Localizable.strings:733 +#: Resources/templates/Localizable.strings:752 #, no-wrap msgid "Set one resolution to use." msgstr "Set one resolution to use." #. type: "HDEFLayout_title" -#: Resources/templates/Localizable.strings:736 +#: Resources/templates/Localizable.strings:755 #, no-wrap msgid "HDEF Layout" msgstr "HDEF Layout" #. type: "HDEFLayout_description" -#: Resources/templates/Localizable.strings:737 +#: Resources/templates/Localizable.strings:756 #, no-wrap msgid "Set one HDEF Layout ID to use for your HDA controller." msgstr "" #. type: "HDAULayout_title" -#: Resources/templates/Localizable.strings:740 +#: Resources/templates/Localizable.strings:759 #, no-wrap msgid "HDAU Layout" msgstr "HDAU Layout" #. type: "HDAULayout_description" -#: Resources/templates/Localizable.strings:741 +#: Resources/templates/Localizable.strings:760 #, no-wrap msgid "Set one HDAU Layout ID to use for your HDMi controller." msgstr "" #. type: "IntelCapri_title" -#: Resources/templates/Localizable.strings:744 +#: Resources/templates/Localizable.strings:763 #, no-wrap msgid "Intel Capri AAPL,ig-platform-id" msgstr "Intel Capri AAPL,ig-platform-id" #. type: "IntelCapri_description" -#: Resources/templates/Localizable.strings:745 +#: Resources/templates/Localizable.strings:764 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD4000." msgstr "" #. type: "IntelAzul_title" -#: Resources/templates/Localizable.strings:748 +#: Resources/templates/Localizable.strings:767 #, no-wrap msgid "Intel Azul AAPL,ig-platform-id" msgstr "Intel Azul AAPL,ig-platform-id" #. type: "IntelAzul_description" -#: Resources/templates/Localizable.strings:749 +#: Resources/templates/Localizable.strings:768 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD5000." msgstr "" #. type: "HDEFPinConfiguration_title" -#: Resources/templates/Localizable.strings:752 +#: Resources/templates/Localizable.strings:771 #, no-wrap msgid "HDEF PinConfiguration" msgstr "" #. type: "HDEFPinConfiguration_description" -#: Resources/templates/Localizable.strings:753 +#: Resources/templates/Localizable.strings:772 #, no-wrap msgid "Set one HDEF PinConfiguration to use." msgstr "" #. type: "Video_title" -#: Resources/templates/Localizable.strings:756 +#: Resources/templates/Localizable.strings:775 #, no-wrap msgid "Video" msgstr "Видео" #. type: "Video_description" -#: Resources/templates/Localizable.strings:757 +#: Resources/templates/Localizable.strings:776 #, no-wrap msgid "A selection of options that deal with video." msgstr "Опции кои се однесуваат за графиката." #. type: "Keymaps_title" -#: Resources/templates/Localizable.strings:760 +#: Resources/templates/Localizable.strings:779 #, no-wrap msgid "KeyLayout" msgstr "Распоред на тастатура" #. type: "Keymaps_description" -#: Resources/templates/Localizable.strings:761 +#: Resources/templates/Localizable.strings:780 #, no-wrap msgid "Select one keylayout to use. This will also install the Keylayout module and keymaps." msgstr "Select one keylayout to use. This will also install the Keylayout module and keymaps." #. type: "Themes_title" -#: Resources/templates/Localizable.strings:767 +#: Resources/templates/Localizable.strings:786 #, no-wrap msgid "Themes" msgstr "Теми" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:768 +#: Resources/templates/Localizable.strings:787 #, no-wrap msgid "" "A collection of sample themes\n" @@ -2705,6 +2775,12 @@ "Колекција од теми\n" "Повеќе теми може да се најдат на http://forum.voodooprojects.org/index.php/board,7.0.html" +#~ msgid "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" +#~ msgstr "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" + +#~ msgid "Chameleon" +#~ msgstr "Chameleon" + #~ msgid "Install Type" #~ msgstr "Тип на инсталација" Index: branches/ErmaC/Enoch/package/po/es.po =================================================================== --- branches/ErmaC/Enoch/package/po/es.po (revision 2678) +++ branches/ErmaC/Enoch/package/po/es.po (revision 2679) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Chameleon 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-13 18:09+0000\n" +"POT-Creation-Date: 2015-05-10 14:42+0200\n" "PO-Revision-Date: 2015-02-13 18:23-0000\n" "Last-Translator: Yllelder \n" "Language-Team: es \n" @@ -21,13 +21,15 @@ #. type: Content of:

#: Resources/templates/Welcome.html:22 -msgid "Chameleon" -msgstr "Chameleon" +msgid "Enoch" +msgstr "" #. type: Content of:

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

#: Resources/templates/Welcome.html:25 @@ -275,63 +277,125 @@ "boot1 (En el sector de arranque de la partición) para colocar boot2.\n" "boot2 (En el directorio raíz de la partición) para cargar el kernel, etc." -#. type: "Default_title" +#. type: "BootNo_title" #: Resources/templates/Localizable.strings:25 -#: Resources/templates/Localizable.strings:699 #, no-wrap -msgid "Standard" -msgstr "Estándar" +msgid "Don't install the Bootloader" +msgstr "No instalar el Bootloader" -#. type: "Standard_description" +#. type: "BootNo_description" #: Resources/templates/Localizable.strings:26 #, no-wrap -msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." -msgstr "Instalar los archivos de Chameleon al directorio raíz de la partición seleccionada, usando boot0 o boot0md dependiendo de su sistema, sin destruir ninguna instalación de Windows, si usted la tiene." +msgid "Useful if you only want to install the extra's." +msgstr "Útil si usted desea instalar solamente los componentes Extras del paquete." -#. type: "noboot_title" +#. type: "Stages_title" #: Resources/templates/Localizable.strings:28 -#, no-wrap -msgid "Don't install the Bootloader" -msgstr "No instalar el Bootloader" +#, fuzzy, no-wrap +#| msgid "Chameleon Bootloader Package" +msgid "Bootloader Stages" +msgstr "Bootloader Chameleon" -#. type: "noboot_description" +#. type: "Stages_description" #: Resources/templates/Localizable.strings:29 #, no-wrap -msgid "Useful if you only want to install the extra's." -msgstr "Útil si usted desea instalar solamente los componentes Extras del paquete." +msgid "" +"Here you can chose to skip the bootloader installation completely or partially.\n" +"This can be usefull if you want to write Extra's, or skip some stage (0,1 and activation of the target partition).\n" +"Skipping all stages permit you to leave as is already working boot sectors, especially usefull with 4k drives.\n" +"boot is always copied to the target partition when you are skipping one or more stages." +msgstr "" +#. type: "SkipStage0_title" +#: Resources/templates/Localizable.strings:34 +#, no-wrap +msgid "Skip Stage 0" +msgstr "" + +#. type: "SkipStage0_description" +#: Resources/templates/Localizable.strings:35 +#, no-wrap +msgid "" +"Avoid writing stage 0 to the target disk.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipStage1_title" +#: Resources/templates/Localizable.strings:38 +#, no-wrap +msgid "Skip Stage 1" +msgstr "" + +#. type: "SkipStage1_description" +#: Resources/templates/Localizable.strings:39 +#, no-wrap +msgid "" +"Avoid writing stage 1 to the partition boot sector.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipActivePartition_title" +#: Resources/templates/Localizable.strings:42 +#, no-wrap +msgid "Skip Activation" +msgstr "" + +#. type: "SkipActivePartition_description" +#: Resources/templates/Localizable.strings:43 +#, no-wrap +msgid "" +"Prevents activation of the target partition.\n" +"Some old motherboards have a bad implementation of GPT in bios and they can not find partitions if marked active unger Guid Partition Table.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "Standard_title" +#: Resources/templates/Localizable.strings:47 +#, fuzzy, no-wrap +#| msgid " has been written to the root of your chosen partition." +msgid "Install Chameleon in the chosen partition." +msgstr " ha sido escrito en la raíz de la partición seleccionada." + +#. type: "Standard_description" +#: Resources/templates/Localizable.strings:48 +#, fuzzy, no-wrap +#| msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." +msgid "Install Chameleon's files to the root of the selected partition using either boot0, boot0md or boot0hfs depending on your system without destroying any existing Windows installation if you have one." +msgstr "Instalar los archivos de Chameleon al directorio raíz de la partición seleccionada, usando boot0 o boot0md dependiendo de su sistema, sin destruir ninguna instalación de Windows, si usted la tiene." + #. type: "EFI_title" -#: Resources/templates/Localizable.strings:31 +#: Resources/templates/Localizable.strings:50 #, no-wrap msgid "Install Chameleon in the ESP" msgstr "" #. type: "EFI_description" -#: Resources/templates/Localizable.strings:32 -#, no-wrap -msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +#: Resources/templates/Localizable.strings:51 +#, fuzzy, no-wrap +#| msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0, boot0md or boot0hfs depending on your system." msgstr "Instalar los archivos de Chameleon a la partición EFI, normalmente oculta, usando boot0 o boot0md dependiendo de su sistema, sin destruir ninguna instalación de Windows, si usted la tiene." #. type: "Module_title" -#: Resources/templates/Localizable.strings:37 +#: Resources/templates/Localizable.strings:56 #, no-wrap msgid "Modules" msgstr "Módulos de Chameleon" #. type: "Module_description" -#: Resources/templates/Localizable.strings:38 +#: Resources/templates/Localizable.strings:57 #, no-wrap msgid "The modules system incorporated in chameleon allows for a user or developer to extend the core functionality of chameleon without replacing the main boot file." msgstr "El sistema de módulos incorporado en Chameleon permite al usuario o desarrollador extender las funcionalidades principales del Bootloader, sin reempalzar el binario principal boot." #. type: "klibc_title" -#: Resources/templates/Localizable.strings:40 +#: Resources/templates/Localizable.strings:59 #, no-wrap msgid "klibc" msgstr "klibc" #. type: "klibc_description" -#: Resources/templates/Localizable.strings:41 +#: Resources/templates/Localizable.strings:60 #, no-wrap msgid "" "This module provides a standard c library for modules to link to if the library provided by chameleon is insufficient.\n" @@ -343,13 +407,13 @@ "Recurso: http://www.kernel.org/pub/linux/libs/klibc/" #. type: "ACPICodec_title" -#: Resources/templates/Localizable.strings:45 +#: Resources/templates/Localizable.strings:64 #, no-wrap msgid "ACPICodec" msgstr "ACPICodec" #. type: "ACPICodec_description" -#: Resources/templates/Localizable.strings:46 +#: Resources/templates/Localizable.strings:65 #, no-wrap msgid "" "This module provides a substitute for the internal acpi patcher.\n" @@ -359,13 +423,13 @@ "Dependencias: ninguna" #. type: "HDAEnabler_title" -#: Resources/templates/Localizable.strings:49 +#: Resources/templates/Localizable.strings:68 #, no-wrap msgid "HDAEnabler" msgstr "HDAEnabler" #. type: "HDAEnabler_description" -#: Resources/templates/Localizable.strings:50 +#: Resources/templates/Localizable.strings:69 #, no-wrap msgid "" "HDAEnabler module, this module provides a substitute for the Hight Definition Audio DSDT Edits.\n" @@ -375,13 +439,13 @@ "Dependencias: ninguna" #. type: "FileNVRAM_title" -#: Resources/templates/Localizable.strings:53 +#: Resources/templates/Localizable.strings:72 #, no-wrap msgid "FileNVRAM" msgstr "FileNVRAM" #. type: "FileNVRAM_description" -#: Resources/templates/Localizable.strings:54 +#: Resources/templates/Localizable.strings:73 #, no-wrap msgid "" "FileNVRAM module for preloading NVRAM values.\n" @@ -391,13 +455,13 @@ "Dependencias: ninguna" #. type: "Sata_title" -#: Resources/templates/Localizable.strings:57 +#: Resources/templates/Localizable.strings:76 #, no-wrap msgid "Sata" msgstr "Sata" #. type: "Sata_description" -#: Resources/templates/Localizable.strings:58 +#: Resources/templates/Localizable.strings:77 #, no-wrap msgid "" "Sata module, known as YellowIconFixer in cparm's branch.\n" @@ -409,14 +473,14 @@ "Dependencias: ninguna" #. type: "Resolution_title" -#: Resources/templates/Localizable.strings:62 -#: Resources/templates/Localizable.strings:732 +#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:751 #, no-wrap msgid "Resolution" msgstr "Resolución" #. type: "AutoReso_description" -#: Resources/templates/Localizable.strings:63 +#: Resources/templates/Localizable.strings:82 #, no-wrap msgid "" "This module reads the edid information from the monitor attached to the main display.\n" @@ -428,13 +492,13 @@ "Adicionalmente, el módulo parcheará los modos VESA disponibles en tarjetas gráficas pre HD de INTEL, lo cual proveerá una resolución apropiada durante el arranque." #. type: "uClibc_title" -#: Resources/templates/Localizable.strings:67 +#: Resources/templates/Localizable.strings:86 #, no-wrap msgid "uClibc++" msgstr "uClibc++" #. type: "uClibc_description" -#: Resources/templates/Localizable.strings:68 +#: Resources/templates/Localizable.strings:87 #, no-wrap msgid "" "This module provides a minimalistic c++ runtime library for use in other modules. This does not provide functionality by itself, instead it is used to allow for the c++ language to be used in other modules.\n" @@ -449,13 +513,13 @@ "Dependencias: klibc" #. type: "KernelPatcher_title" -#: Resources/templates/Localizable.strings:73 +#: Resources/templates/Localizable.strings:92 #, no-wrap msgid "Kernel Patcher" msgstr "Kernel Patcher" #. type: "KernelPatcher_description" -#: Resources/templates/Localizable.strings:74 +#: Resources/templates/Localizable.strings:93 #, no-wrap msgid "" "The KernelPatcher module provides patches for the following:\n" @@ -473,13 +537,13 @@ "Dependencias: ninguna" #. type: "KextPatcher_title" -#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:100 #, no-wrap msgid "Kext Patcher" msgstr "Kext Patcher" #. type: "KextPatcher_description" -#: Resources/templates/Localizable.strings:82 +#: Resources/templates/Localizable.strings:101 #, no-wrap msgid "" "The KextPatcher module provides patches for the following:\n" @@ -489,13 +553,13 @@ "Dependencias: ninguna" #. type: "NVIDIAGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:85 +#: Resources/templates/Localizable.strings:104 #, no-wrap msgid "NVIDIAGraphicsEnabler" msgstr "NVIDIAGraphicsEnabler" #. type: "NVIDIAGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:86 +#: Resources/templates/Localizable.strings:105 #, no-wrap msgid "" "The GraphicsEnabler nVidia code ported to a module.\n" @@ -505,13 +569,13 @@ "Dependencias: ninguna" #. type: "GraphicsEnablerModule_title" -#: Resources/templates/Localizable.strings:89 +#: Resources/templates/Localizable.strings:108 #, no-wrap msgid "GraphicsEnabler" msgstr "GraphicsEnabler" #. type: "GraphicsEnablerModule_description" -#: Resources/templates/Localizable.strings:90 +#: Resources/templates/Localizable.strings:109 #, no-wrap msgid "" "The GraphicsEnabler code ported to a module.\n" @@ -521,13 +585,13 @@ "Dependencias: ninguna" #. type: "AMDGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:93 +#: Resources/templates/Localizable.strings:112 #, no-wrap msgid "AMDGraphicsEnabler" msgstr "AMDGraphicsEnabler" #. type: "AMDGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:94 +#: Resources/templates/Localizable.strings:113 #, no-wrap msgid "" "The GraphicsEnabler AMD/ATi code ported to a module.\n" @@ -537,13 +601,13 @@ "Dependencias: ninguna" #. type: "IntelGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:97 +#: Resources/templates/Localizable.strings:116 #, no-wrap msgid "IntelGraphicsEnabler" msgstr "IntelGraphicsEnabler" #. type: "IntelGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:98 +#: Resources/templates/Localizable.strings:117 #, no-wrap msgid "" "The GraphicsEnabler gma(Intel) code ported to a module.\n" @@ -553,638 +617,638 @@ "Dependencias: ninguna" #. type: "Options_title" -#: Resources/templates/Localizable.strings:106 +#: Resources/templates/Localizable.strings:125 #, no-wrap msgid "Settings" msgstr "Opciones de Arranque" #. type: "Options_description" -#: Resources/templates/Localizable.strings:107 +#: Resources/templates/Localizable.strings:126 #, no-wrap msgid "Create an /Extra/org.chameleon.Boot.plist by selecting any of these boot options and kernel flags." msgstr "Crear un archivo /Extra/org.chameleon.Boot.plist y seleccionar las opciones deseadas para configurar los parámetros de Chameleon." #. type: "BootBanner_title" -#: Resources/templates/Localizable.strings:109 +#: Resources/templates/Localizable.strings:128 #, no-wrap msgid "BootBanner=No" msgstr "BootBanner=No" #. type: "BootBanner_description" -#: Resources/templates/Localizable.strings:110 +#: Resources/templates/Localizable.strings:129 #, no-wrap msgid "Hides Chameleon's boot banner in GUI. This is the text that is drawn at the top left corner of the screen displaying the release version etc." msgstr "Oculta la interfaz gráfica de Chameleon." #. type: "GUI_title" -#: Resources/templates/Localizable.strings:112 +#: Resources/templates/Localizable.strings:131 #, no-wrap msgid "GUI=No" msgstr "GUI=No" #. type: "GUI_description" -#: Resources/templates/Localizable.strings:113 +#: Resources/templates/Localizable.strings:132 #, no-wrap msgid "Disables the default enabled graphic user interface." msgstr "Desactiva la interfaz gráfica desde el org.chameleon.Boot.plist" #. type: "LegacyLogo_title" -#: Resources/templates/Localizable.strings:115 +#: Resources/templates/Localizable.strings:134 #, no-wrap msgid "LegacyLogo=Yes" msgstr "LegacyLogo=Yes" #. type: "LegacyLogo_description" -#: Resources/templates/Localizable.strings:116 +#: Resources/templates/Localizable.strings:135 #, no-wrap msgid "Use the legacy 'dark grey' apple logo on the light grey screen for the boot process rather than the boot.png in the theme." msgstr "Usar el tradicional logo de Apple (gris sobre blanco) durante el arranque en pantalla, en vez de la imagen boot.png del tema." #. type: "InstantMenu_title" -#: Resources/templates/Localizable.strings:118 +#: Resources/templates/Localizable.strings:137 #, no-wrap msgid "InstantMenu=Yes" msgstr "InstantMenu=Yes" #. type: "InstantMenu_description" -#: Resources/templates/Localizable.strings:119 +#: Resources/templates/Localizable.strings:138 #, no-wrap msgid "By default, when Chameleon loads you'll see the icon for the current default partition, along with a timeout progress bar which left alone will count down before Chameleon automatically boots that partition. This options skips that and takes you directly to the device selection screen." msgstr "Muestra la pantalla de selección de particiones sin el tiempo de espera." #. type: "QuietBoot_title" -#: Resources/templates/Localizable.strings:121 +#: Resources/templates/Localizable.strings:140 #, no-wrap msgid "QuietBoot=Yes" msgstr "QuietBoot=Yes" #. type: "QuietBoot_description" -#: Resources/templates/Localizable.strings:122 +#: Resources/templates/Localizable.strings:141 #, no-wrap msgid "Enable quiet boot mode (no messages or prompt)." msgstr "Habilita el modo de arranque silencioso (sin mensajes o cursor)." #. type: "ShowInfo_title" -#: Resources/templates/Localizable.strings:124 +#: Resources/templates/Localizable.strings:143 #, no-wrap msgid "ShowInfo=Yes" msgstr "ShowInfo=Yes" #. type: "ShowInfo_description" -#: Resources/templates/Localizable.strings:125 +#: Resources/templates/Localizable.strings:144 #, no-wrap msgid "Enables display of partition and resolution details shown on the left side of the GUI under the boot banner. This is useful information for troubleshooting, though can clash with certain themes." msgstr "Habilita el texto en pantalla sobre las particiones y detalles de resolución." #. type: "Wait_title" -#: Resources/templates/Localizable.strings:127 +#: Resources/templates/Localizable.strings:146 #, no-wrap msgid "Wait=Yes" msgstr "Wait=Yes" #. type: "Wait_description" -#: Resources/templates/Localizable.strings:128 +#: Resources/templates/Localizable.strings:147 #, no-wrap msgid "Pauses the boot process after Chameleon has finished it's setup then waits for a key press before it starts the mach kernel. Useful when combined with verbose boot for troubleshooting." msgstr "Pausa el proceso de arranque después de que Chameleon ha finalizado de configurar, en espera de presionar una tecla para cargar el kernel. Útil al ser combinado con el modo verbose (-v) para diagnosticar problemas." #. type: "PrivateData_title" -#: Resources/templates/Localizable.strings:130 +#: Resources/templates/Localizable.strings:149 #, no-wrap msgid "PrivateData=No" msgstr "PrivateData=No" #. type: "PrivateData_description" -#: Resources/templates/Localizable.strings:131 +#: Resources/templates/Localizable.strings:150 #, no-wrap msgid "Show masked data (serial number) in bdmesg log (enbaled by default)." msgstr "" #. type: "USBBusFix_title" -#: Resources/templates/Localizable.strings:135 +#: Resources/templates/Localizable.strings:154 #, no-wrap msgid "USBBusFix=Yes" msgstr "USBBusFix=Yes" #. type: "USBBusFix_description" -#: Resources/templates/Localizable.strings:136 +#: Resources/templates/Localizable.strings:155 #, no-wrap msgid "Enable the XHCI, EHCI and UHCI fixes (disabled by default)." msgstr "" #. type: "USBLegacyOff_title" -#: Resources/templates/Localizable.strings:138 +#: Resources/templates/Localizable.strings:157 #, no-wrap msgid "USBLegacyOff=Yes" msgstr "USBLegacyOff=Yes" #. type: "USBLegacyOff_description" -#: Resources/templates/Localizable.strings:139 +#: Resources/templates/Localizable.strings:158 #, no-wrap msgid "Force USB Legacy off for XHCI and EHCI (disabled by default)." msgstr "" #. type: "XHCILegacyOff_title" -#: Resources/templates/Localizable.strings:141 +#: Resources/templates/Localizable.strings:160 #, no-wrap msgid "XHCILegacyOff=Yes" msgstr "XHCILegacyOff=Yes" #. type: "XHCILegacyOff_description" -#: Resources/templates/Localizable.strings:142 +#: Resources/templates/Localizable.strings:161 #, no-wrap msgid "Force USB Legacy off for XHCI (disabled by default)." msgstr "" #. type: "UHCIreset_title" -#: Resources/templates/Localizable.strings:144 +#: Resources/templates/Localizable.strings:163 #, no-wrap msgid "UHCIreset=Yes" msgstr "UHCIreset=Yes" #. type: "UHCIreset_description" -#: Resources/templates/Localizable.strings:145 +#: Resources/templates/Localizable.strings:164 #, no-wrap msgid "Enables the option to reset UHCI controllers before starting OS X." msgstr "Reconfigura los controladores UHCI (USB 1.0) antes de iniciar OS X." #. type: "EHCIacquire_title" -#: Resources/templates/Localizable.strings:147 +#: Resources/templates/Localizable.strings:166 #, no-wrap msgid "EHCIacquire=Yes" msgstr "EHCIacquire=Yes" #. type: "EHCIacquire_description" -#: Resources/templates/Localizable.strings:148 +#: Resources/templates/Localizable.strings:167 #, no-wrap msgid "Enables the option to fix any EHCI ownership issues due to bad bioses." msgstr "Esta opción corrige cualquier problema de los puertos EHCI (USB 2.0) debido a malas BIOS." #. type: "arch_title" -#: Resources/templates/Localizable.strings:150 +#: Resources/templates/Localizable.strings:169 #, no-wrap msgid "arch=i386" msgstr "arch=i386" #. type: "arch_description" -#: Resources/templates/Localizable.strings:151 +#: Resources/templates/Localizable.strings:170 #, no-wrap msgid "Boots the kernel in 32bit mode rather than the default 64bit mode." msgstr "Carga el kernel en modo 32bit, en vez de usar el modo por defecto de 64bit." #. type: "EthernetBuiltIn_title" -#: Resources/templates/Localizable.strings:153 +#: Resources/templates/Localizable.strings:172 #, no-wrap msgid "EthernetBuiltIn=Yes" msgstr "EthernetBuiltIn=Yes" #. type: "EthernetBuiltIn_description" -#: Resources/templates/Localizable.strings:154 +#: Resources/templates/Localizable.strings:173 #, no-wrap msgid "Enables the option of adding 'built-in' to your ethernet devices." msgstr "Agrega el flag al org.chameleon.Boot.plist para la integración con el dispositivo Ethernet para Time Machine, App Store, iCloud, etc." #. type: "EnableWifi_title" -#: Resources/templates/Localizable.strings:156 +#: Resources/templates/Localizable.strings:175 #, no-wrap msgid "EnableWifi=Yes" msgstr "EnableWifi=Yes" #. type: "EnableWifi_description" -#: Resources/templates/Localizable.strings:157 +#: Resources/templates/Localizable.strings:176 #, no-wrap msgid "Enables the option of adding AirPort values to your wireless device." msgstr "Agrega el flan al org.chameleon.Boot.plist para la integración con el dispositivo Wireless para AirPort." #. type: "ForceHPET_title" -#: Resources/templates/Localizable.strings:159 +#: Resources/templates/Localizable.strings:178 #, no-wrap msgid "ForceHPET=Yes" msgstr "ForceHPET=Yes" #. type: "ForceHPET_description" -#: Resources/templates/Localizable.strings:160 +#: Resources/templates/Localizable.strings:179 #, no-wrap msgid "Enables HPET on intel chipsets, for bioses that dont include the option." msgstr "Habilita el HPET en chipsets intel, para aquellas BIOS que no incluyen dicha opción." #. type: "ForceWake_title" -#: Resources/templates/Localizable.strings:162 +#: Resources/templates/Localizable.strings:181 #, no-wrap msgid "ForceWake=Yes" msgstr "ForceWake=Yes" #. type: "ForceWake_description" -#: Resources/templates/Localizable.strings:163 +#: Resources/templates/Localizable.strings:182 #, no-wrap msgid "This option enables you to bypass bad sleep images." msgstr "Habilita la opción de ignorar imágenes de reposo o hibernación defectuosas." #. type: "ForceFullMemInfo_title" -#: Resources/templates/Localizable.strings:165 +#: Resources/templates/Localizable.strings:184 #, no-wrap msgid "ForceFullMemInfo=Yes" msgstr "ForceFullMemInfo=Yes" #. type: "ForceFullMemInfo_description" -#: Resources/templates/Localizable.strings:166 +#: Resources/templates/Localizable.strings:185 #, no-wrap msgid "Force SMBIOS Table 17 to be 27 bytes long." msgstr "Fuerza a SMBIOS Table 17 a ser de 27 bytes de largo." #. type: "RestartFix_title" -#: Resources/templates/Localizable.strings:168 +#: Resources/templates/Localizable.strings:187 #, no-wrap msgid "RestartFix=No" msgstr "RestartFix=No" #. type: "RestartFix_description" -#: Resources/templates/Localizable.strings:169 +#: Resources/templates/Localizable.strings:188 #, no-wrap msgid "Disables the automatically enabled restart fix." msgstr "Deshabilita la opción predeterminada de arreglo del Reinicio." #. type: "UseMemDetect_title" -#: Resources/templates/Localizable.strings:171 +#: Resources/templates/Localizable.strings:190 #, no-wrap msgid "UseMemDetect=No" msgstr "UseMemDetect=No" #. type: "UseMemDetect_description" -#: Resources/templates/Localizable.strings:172 +#: Resources/templates/Localizable.strings:191 #, no-wrap msgid "Disables the automatically enabled RAM recognition." msgstr "Deshabilita el reconocimiento automático de memoria RAM predeterminado." #. type: "UseKernelCache_title" -#: Resources/templates/Localizable.strings:174 +#: Resources/templates/Localizable.strings:193 #, no-wrap msgid "UseKernelCache=Yes" msgstr "UseKernelCache=Yes" #. type: "UseKernelCache_description" -#: Resources/templates/Localizable.strings:175 +#: Resources/templates/Localizable.strings:194 #, no-wrap msgid "For Lion only. Enables loading of the pre-linked kernel. This will ignore /E/E and /S/L/E. ONLY use this is you have know it contains everything you need." msgstr "Para Lion solamente. Permite la carga del pre-linked kernel. Esto ignorará /E/E y /S/L/E desde su caché tradicional Extensions.mkext. SÓLO utilice esta opción sabiendo que contiene todo lo necesario." #. type: "Wake_title" -#: Resources/templates/Localizable.strings:177 +#: Resources/templates/Localizable.strings:196 #, no-wrap msgid "Wake=Yes" msgstr "Wake=Yes" #. type: "Wake_description" -#: Resources/templates/Localizable.strings:178 +#: Resources/templates/Localizable.strings:197 #, no-wrap msgid "Attempts to load the sleep image saved from last hibernation." msgstr "Intenta cargar la imagen de reposo salvada desde la última hibernación." #. type: "CSTUsingSystemIO_title" -#: Resources/templates/Localizable.strings:182 +#: Resources/templates/Localizable.strings:201 #, no-wrap msgid "CSTUsingSystemIO=Yes" msgstr "CSTUsingSystemIO=Yes" #. type: "CSTUsingSystemIO_description" -#: Resources/templates/Localizable.strings:183 +#: Resources/templates/Localizable.strings:202 #, no-wrap msgid "New C-State _CST generation method using SystemIO registers instead of FixedHW." msgstr "Nuevo flag para generar C-States usando los registros SystemIO en lugar de FixedHW." #. type: "DropSSDT_title" -#: Resources/templates/Localizable.strings:185 +#: Resources/templates/Localizable.strings:204 #, no-wrap msgid "DropSSDT=Yes" msgstr "DropSSDT=Yes" #. type: "DropSSDT_description" -#: Resources/templates/Localizable.strings:186 +#: Resources/templates/Localizable.strings:205 #, no-wrap msgid "Discard the motherboard's built-in SSDT tables." msgstr "Descarta las tablas SSDT anexas a la placa base." #. type: "DropHPET_title" -#: Resources/templates/Localizable.strings:188 +#: Resources/templates/Localizable.strings:207 #, no-wrap msgid "DropHPET=Yes" msgstr "DropHPET=Yes" #. type: "DropHPET_description" -#: Resources/templates/Localizable.strings:189 +#: Resources/templates/Localizable.strings:208 #, no-wrap msgid "Discard the motherboard's built-in HPET table." msgstr "Descarta la tabla HPET anexa a la placa base." #. type: "DropSBST_title" -#: Resources/templates/Localizable.strings:191 +#: Resources/templates/Localizable.strings:210 #, no-wrap msgid "DropSBST=Yes" msgstr "DropSBST=Yes" #. type: "DropSBST_description" -#: Resources/templates/Localizable.strings:192 +#: Resources/templates/Localizable.strings:211 #, no-wrap msgid "Discard the motherboard's built-in SBST table." msgstr "Descarta la tabla SBST anexa a la placa base." #. type: "DropECDT_title" -#: Resources/templates/Localizable.strings:194 +#: Resources/templates/Localizable.strings:213 #, no-wrap msgid "DropECDT=Yes" msgstr "DropECDT=Yes" #. type: "DropECDT_description" -#: Resources/templates/Localizable.strings:195 +#: Resources/templates/Localizable.strings:214 #, no-wrap msgid "Discard the motherboard's built-in ECDT table." msgstr "Descarta la tabla ECDT anexa a la placa base." #. type: "DropASFT_title" -#: Resources/templates/Localizable.strings:197 +#: Resources/templates/Localizable.strings:216 #, no-wrap msgid "DropASFT=Yes" msgstr "DropASFT=Yes" #. type: "DropASFT_description" -#: Resources/templates/Localizable.strings:198 +#: Resources/templates/Localizable.strings:217 #, no-wrap msgid "Discard the motherboard's built-in ASF! table." msgstr "Descarta la tabla ASF! anexa a la placa base." #. type: "DropDMAR_title" -#: Resources/templates/Localizable.strings:200 +#: Resources/templates/Localizable.strings:219 #, no-wrap msgid "DropDMAR=Yes" msgstr "DropDMAR=Yes" #. type: "DropDMAR_description" -#: Resources/templates/Localizable.strings:201 +#: Resources/templates/Localizable.strings:220 #, no-wrap msgid "Discard the motherboard's built-in DMAR table, this key action resolve the problem with VT-d panics." msgstr "Descarta la tabla DMAR integrada en la placa base, esta acción clave resuelve el problema con VT-d panics." #. type: "EnableC2State_title" -#: Resources/templates/Localizable.strings:203 +#: Resources/templates/Localizable.strings:222 #, no-wrap msgid "EnableC2State=Yes" msgstr "EnableC2State=Yes" #. type: "EnableC2State_description" -#: Resources/templates/Localizable.strings:204 +#: Resources/templates/Localizable.strings:223 #, no-wrap msgid "Enable specific Processor power state, C2." msgstr "Habilita el estado específico del Procesador, C2." #. type: "EnableC3State_title" -#: Resources/templates/Localizable.strings:206 +#: Resources/templates/Localizable.strings:225 #, no-wrap msgid "EnableC3State=Yes" msgstr "EnableC3State=Yes" #. type: "EnableC3State_description" -#: Resources/templates/Localizable.strings:207 +#: Resources/templates/Localizable.strings:226 #, no-wrap msgid "Enable specific Processor power state, C3." msgstr "Habilita el estado específico del Procesador, C3." #. type: "EnableC4State_title" -#: Resources/templates/Localizable.strings:209 +#: Resources/templates/Localizable.strings:228 #, no-wrap msgid "EnableC4State=Yes" msgstr "EnableC4State=Yes" #. type: "EnableC4State_description" -#: Resources/templates/Localizable.strings:210 +#: Resources/templates/Localizable.strings:229 #, no-wrap msgid "Enable specific Processor power state, C4." msgstr "Habilita el estado específico del Procesador, C4." #. type: "EnableC6State_title" -#: Resources/templates/Localizable.strings:212 +#: Resources/templates/Localizable.strings:231 #, no-wrap msgid "EnableC6State=Yes" msgstr "EnableC6State=Yes" #. type: "EnableC6State_description" -#: Resources/templates/Localizable.strings:213 +#: Resources/templates/Localizable.strings:232 #, no-wrap msgid "Enable specific Processor power state, C6." msgstr "Habilita el estado específico del Procesador, C6." #. type: "EnableC7State_title" -#: Resources/templates/Localizable.strings:215 +#: Resources/templates/Localizable.strings:234 #, no-wrap msgid "EnableC7State=Yes" msgstr "EnableC7State=Yes" #. type: "EnableC7State_description" -#: Resources/templates/Localizable.strings:216 +#: Resources/templates/Localizable.strings:235 #, no-wrap msgid "Enable specific Processor power state, C7." msgstr "Habilita el estado específico del Procesador, C7." #. type: "GenerateCStates_title" -#: Resources/templates/Localizable.strings:218 +#: Resources/templates/Localizable.strings:237 #, no-wrap msgid "GenerateCStates=Yes" msgstr "GenerateCStates=Yes" #. type: "GenerateCStates_description" -#: Resources/templates/Localizable.strings:219 +#: Resources/templates/Localizable.strings:238 #, no-wrap msgid "Enable auto generation of processor idle sleep states (C-States)." msgstr "Habilita la generación automática de estados de reposo o C-States del procesador." #. type: "GeneratePStates_title" -#: Resources/templates/Localizable.strings:221 +#: Resources/templates/Localizable.strings:240 #, no-wrap msgid "GeneratePStates=Yes" msgstr "GeneratePStates=Yes" #. type: "GeneratePStates_description" -#: Resources/templates/Localizable.strings:222 +#: Resources/templates/Localizable.strings:241 #, no-wrap msgid "Enable auto generation of processor power performance states (P-States)." msgstr "Habilita la generación automática de estados de carga o P-States del procesador." #. type: "GenerateTStates_title" -#: Resources/templates/Localizable.strings:224 +#: Resources/templates/Localizable.strings:243 #, no-wrap msgid "GenerateTStates=Yes" msgstr "GenerateTStates=Yes" #. type: "GenerateTStates_description" -#: Resources/templates/Localizable.strings:225 +#: Resources/templates/Localizable.strings:244 #, no-wrap msgid "Enable auto generation of processor power performance states (T-States)." msgstr "Habilita la generación automática de estados de carga o T-States del procesador." #. type: "1024x600x32_title" -#: Resources/templates/Localizable.strings:229 +#: Resources/templates/Localizable.strings:248 #, no-wrap msgid "1024x600x32" msgstr "1024x600x32" #. type: "1024x600x32_description" -#: Resources/templates/Localizable.strings:230 +#: Resources/templates/Localizable.strings:249 #, no-wrap msgid "Set Graphics Mode to 1024x600x32" msgstr "Establecer el Modo de Gráficos en 1024x600x32" #. type: "1024x768x32_title" -#: Resources/templates/Localizable.strings:232 +#: Resources/templates/Localizable.strings:251 #, no-wrap msgid "1024x768x32" msgstr "1024x768x32" #. type: "1024x768x32_description" -#: Resources/templates/Localizable.strings:233 +#: Resources/templates/Localizable.strings:252 #, no-wrap msgid "Set Graphics Mode to 1024x768x32" msgstr "Establecer el Modo de Gráficos en 1024x768x32" #. type: "1280x768x32_title" -#: Resources/templates/Localizable.strings:235 +#: Resources/templates/Localizable.strings:254 #, no-wrap msgid "1280x768x32" msgstr "1280x768x32" #. type: "1280x768x32_description" -#: Resources/templates/Localizable.strings:236 +#: Resources/templates/Localizable.strings:255 #, no-wrap msgid "Set Graphics Mode to 1280x768x32" msgstr "Establecer el Modo de Gráficos en 1280x768x32" #. type: "1280x800x32_title" -#: Resources/templates/Localizable.strings:238 +#: Resources/templates/Localizable.strings:257 #, no-wrap msgid "1280x800x32" msgstr "1280x800x32" #. type: "1280x800x32_description" -#: Resources/templates/Localizable.strings:239 +#: Resources/templates/Localizable.strings:258 #, no-wrap msgid "Set Graphics Mode to 1280x800x32" msgstr "Establecer el Modo de Gráficos en 1280x800x32" #. type: "1280x1024x32_title" -#: Resources/templates/Localizable.strings:241 +#: Resources/templates/Localizable.strings:260 #, no-wrap msgid "1280x1024x32" msgstr "1280x1024x32" #. type: "1280x1024x32_description" -#: Resources/templates/Localizable.strings:242 +#: Resources/templates/Localizable.strings:261 #, no-wrap msgid "Set Graphics Mode to 1280x1024x32" msgstr "Establecer el Modo de Gráficos en 1280x1024x32" #. type: "1280x960x32_title" -#: Resources/templates/Localizable.strings:244 +#: Resources/templates/Localizable.strings:263 #, no-wrap msgid "1280x960x32" msgstr "1280x960x32" #. type: "1280x960x32_description" -#: Resources/templates/Localizable.strings:245 +#: Resources/templates/Localizable.strings:264 #, no-wrap msgid "Set Graphics Mode to 1280x960x32" msgstr "Establecer el Modo de Gráficos en 1280x960x32" #. type: "1366x768x32_title" -#: Resources/templates/Localizable.strings:247 +#: Resources/templates/Localizable.strings:266 #, no-wrap msgid "1366x768x32" msgstr "1366x768x32" #. type: "1366x768x32_description" -#: Resources/templates/Localizable.strings:248 +#: Resources/templates/Localizable.strings:267 #, no-wrap msgid "Set Graphics Mode to 1366x768x32" msgstr "Establecer el Modo de Gráficos en 1366x768x32" #. type: "1440x900x32_title" -#: Resources/templates/Localizable.strings:250 +#: Resources/templates/Localizable.strings:269 #, no-wrap msgid "1440x900x32" msgstr "1440x900x32" #. type: "1440x900x32_description" -#: Resources/templates/Localizable.strings:251 +#: Resources/templates/Localizable.strings:270 #, no-wrap msgid "Set Graphics Mode to 1440x900x32" msgstr "Establecer el Modo de Gráficos en 1440x900x32" #. type: "1600x900x32_title" -#: Resources/templates/Localizable.strings:253 +#: Resources/templates/Localizable.strings:272 #, no-wrap msgid "1600x900x32" msgstr "1600x900x32" #. type: "1600x900x32_description" -#: Resources/templates/Localizable.strings:254 +#: Resources/templates/Localizable.strings:273 #, no-wrap msgid "Set Graphics Mode to 1600x900x32" msgstr "Establecer el Modo de Gráficos en 1600x900x32" #. type: "1600x1200x32_title" -#: Resources/templates/Localizable.strings:256 +#: Resources/templates/Localizable.strings:275 #, no-wrap msgid "1600x1200x32" msgstr "1600x1200x32" #. type: "1600x1200x32_description" -#: Resources/templates/Localizable.strings:257 +#: Resources/templates/Localizable.strings:276 #, no-wrap msgid "Set Graphics Mode to 1600x1200x32" msgstr "Establecer el Modo de Gráficos en 1600x1200x32" #. type: "1680x1050x32_title" -#: Resources/templates/Localizable.strings:259 +#: Resources/templates/Localizable.strings:278 #, no-wrap msgid "1680x1050x32" msgstr "1680x1050x32" #. type: "1680x1050x32_description" -#: Resources/templates/Localizable.strings:260 +#: Resources/templates/Localizable.strings:279 #, no-wrap msgid "Set Graphics Mode to 1680x1050x32" msgstr "Establecer el Modo de Gráficos en 1680x1050x32" #. type: "1920x1080x32_title" -#: Resources/templates/Localizable.strings:262 +#: Resources/templates/Localizable.strings:281 #, no-wrap msgid "1920x1080x32" msgstr "1920x1080x32" #. type: "1920x1080x32_description" -#: Resources/templates/Localizable.strings:263 +#: Resources/templates/Localizable.strings:282 #, no-wrap msgid "Set Graphics Mode to 1920x1080x32" msgstr "Establecer el Modo de Gráficos en 1920x1080x32" #. type: "1920x1200x32_title" -#: Resources/templates/Localizable.strings:265 +#: Resources/templates/Localizable.strings:284 #, no-wrap msgid "1920x1200x32" msgstr "1920x1200x32" #. type: "1920x1200x32_description" -#: Resources/templates/Localizable.strings:266 +#: Resources/templates/Localizable.strings:285 #, no-wrap msgid "Set Graphics Mode to 1920x1200x32" msgstr "Establecer el Modo de Gráficos en 1920x1200x32" #. type: "HDAULayoutIDx01_title" -#: Resources/templates/Localizable.strings:270 -#: Resources/templates/Localizable.strings:376 +#: Resources/templates/Localizable.strings:289 +#: Resources/templates/Localizable.strings:395 #, no-wrap msgid "LayoutID=1" msgstr "LayoutID=1" #. type: "HDEFLayoutIDx01_description" -#: Resources/templates/Localizable.strings:271 +#: Resources/templates/Localizable.strings:290 #, no-wrap msgid "" "Set HDEF layout-it to 1:\n" @@ -1194,14 +1258,14 @@ "001 (0x01, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx02_title" -#: Resources/templates/Localizable.strings:274 -#: Resources/templates/Localizable.strings:380 +#: Resources/templates/Localizable.strings:293 +#: Resources/templates/Localizable.strings:399 #, no-wrap msgid "LayoutID=2" msgstr "LayoutID=2" #. type: "HDEFLayoutIDx02_description" -#: Resources/templates/Localizable.strings:275 +#: Resources/templates/Localizable.strings:294 #, no-wrap msgid "" "Set HDEF layout-it to 2:\n" @@ -1211,14 +1275,14 @@ "002 (0x02, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx03_title" -#: Resources/templates/Localizable.strings:278 -#: Resources/templates/Localizable.strings:384 +#: Resources/templates/Localizable.strings:297 +#: Resources/templates/Localizable.strings:403 #, no-wrap msgid "LayoutID=3" msgstr "LayoutID=3" #. type: "HDEFLayoutIDx03_description" -#: Resources/templates/Localizable.strings:279 +#: Resources/templates/Localizable.strings:298 #, no-wrap msgid "" "Set HDEF layout-it to 3:\n" @@ -1228,14 +1292,14 @@ "003 (0x03, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx05_title" -#: Resources/templates/Localizable.strings:282 -#: Resources/templates/Localizable.strings:388 +#: Resources/templates/Localizable.strings:301 +#: Resources/templates/Localizable.strings:407 #, no-wrap msgid "LayoutID=5" msgstr "LayoutID=5" #. type: "HDEFLayoutIDx05_description" -#: Resources/templates/Localizable.strings:283 +#: Resources/templates/Localizable.strings:302 #, no-wrap msgid "" "Set HDEF layout-it to 5:\n" @@ -1245,14 +1309,14 @@ "005 (0x05, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx07_title" -#: Resources/templates/Localizable.strings:286 -#: Resources/templates/Localizable.strings:392 +#: Resources/templates/Localizable.strings:305 +#: Resources/templates/Localizable.strings:411 #, no-wrap msgid "LayoutID=7" msgstr "LayoutID=7" #. type: "HDEFLayoutIDx07_description" -#: Resources/templates/Localizable.strings:287 +#: Resources/templates/Localizable.strings:306 #, no-wrap msgid "" "Set HDEF layout-it to 7:\n" @@ -1262,14 +1326,14 @@ "007 (0x07, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx12_title" -#: Resources/templates/Localizable.strings:290 -#: Resources/templates/Localizable.strings:396 +#: Resources/templates/Localizable.strings:309 +#: Resources/templates/Localizable.strings:415 #, no-wrap msgid "LayoutID=12" msgstr "LayoutID=12" #. type: "HDEFLayoutIDx12_description" -#: Resources/templates/Localizable.strings:291 +#: Resources/templates/Localizable.strings:310 #, no-wrap msgid "" "Set HDEF layout-it to 12:\n" @@ -1279,14 +1343,14 @@ "00C (0x0C, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx32_title" -#: Resources/templates/Localizable.strings:294 -#: Resources/templates/Localizable.strings:400 +#: Resources/templates/Localizable.strings:313 +#: Resources/templates/Localizable.strings:419 #, no-wrap msgid "LayoutID=32" msgstr "LayoutID=32" #. type: "HDEFLayoutIDx32_description" -#: Resources/templates/Localizable.strings:295 +#: Resources/templates/Localizable.strings:314 #, no-wrap msgid "" "Set HDEF layout-it to 32:\n" @@ -1296,14 +1360,14 @@ "020 (0x20, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx40_title" -#: Resources/templates/Localizable.strings:298 -#: Resources/templates/Localizable.strings:404 +#: Resources/templates/Localizable.strings:317 +#: Resources/templates/Localizable.strings:423 #, no-wrap msgid "LayoutID=40" msgstr "LayoutID=40" #. type: "HDEFLayoutIDx40_description" -#: Resources/templates/Localizable.strings:299 +#: Resources/templates/Localizable.strings:318 #, no-wrap msgid "" "Set HDEF layout-it to 40:\n" @@ -1313,14 +1377,14 @@ "028 (0x28, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx65_title" -#: Resources/templates/Localizable.strings:302 -#: Resources/templates/Localizable.strings:408 +#: Resources/templates/Localizable.strings:321 +#: Resources/templates/Localizable.strings:427 #, no-wrap msgid "LayoutID=65" msgstr "LayoutID=65" #. type: "HDEFLayoutIDx65_description" -#: Resources/templates/Localizable.strings:303 +#: Resources/templates/Localizable.strings:322 #, no-wrap msgid "" "Set HDEF layout-it to 65:\n" @@ -1330,14 +1394,14 @@ "041 (0x41, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx99_title" -#: Resources/templates/Localizable.strings:306 -#: Resources/templates/Localizable.strings:412 +#: Resources/templates/Localizable.strings:325 +#: Resources/templates/Localizable.strings:431 #, no-wrap msgid "LayoutID=99" msgstr "LayoutID=99" #. type: "HDEFLayoutIDx99_description" -#: Resources/templates/Localizable.strings:307 +#: Resources/templates/Localizable.strings:326 #, no-wrap msgid "" "Set HDEF layout-it to 99:\n" @@ -1347,14 +1411,14 @@ "063 (0x63, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx269_title" -#: Resources/templates/Localizable.strings:310 -#: Resources/templates/Localizable.strings:416 +#: Resources/templates/Localizable.strings:329 +#: Resources/templates/Localizable.strings:435 #, no-wrap msgid "LayoutID=269" msgstr "LayoutID=269" #. type: "HDEFLayoutIDx269_description" -#: Resources/templates/Localizable.strings:311 +#: Resources/templates/Localizable.strings:330 #, no-wrap msgid "" "Set HDEF layout-it to 269:\n" @@ -1364,14 +1428,14 @@ "10D (0x0D, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx387_title" -#: Resources/templates/Localizable.strings:314 -#: Resources/templates/Localizable.strings:420 +#: Resources/templates/Localizable.strings:333 +#: Resources/templates/Localizable.strings:439 #, no-wrap msgid "LayoutID=387" msgstr "LayoutID=387" #. type: "HDEFLayoutIDx387_description" -#: Resources/templates/Localizable.strings:315 +#: Resources/templates/Localizable.strings:334 #, no-wrap msgid "" "Set HDEF layout-it to 387:\n" @@ -1381,14 +1445,14 @@ "183 (0x83, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx388_title" -#: Resources/templates/Localizable.strings:318 -#: Resources/templates/Localizable.strings:424 +#: Resources/templates/Localizable.strings:337 +#: Resources/templates/Localizable.strings:443 #, no-wrap msgid "LayoutID=388" msgstr "LayoutID=388" #. type: "HDEFLayoutIDx388_description" -#: Resources/templates/Localizable.strings:319 +#: Resources/templates/Localizable.strings:338 #, no-wrap msgid "" "Set HDEF layout-it to 388:\n" @@ -1398,14 +1462,14 @@ "184 (0x84, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx389_title" -#: Resources/templates/Localizable.strings:322 -#: Resources/templates/Localizable.strings:428 +#: Resources/templates/Localizable.strings:341 +#: Resources/templates/Localizable.strings:447 #, no-wrap msgid "LayoutID=389" msgstr "LayoutID=389" #. type: "HDEFLayoutIDx389_description" -#: Resources/templates/Localizable.strings:323 +#: Resources/templates/Localizable.strings:342 #, no-wrap msgid "" "Set HDEF layout-it to 389:\n" @@ -1415,14 +1479,14 @@ "185 (0x85, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx392_title" -#: Resources/templates/Localizable.strings:326 -#: Resources/templates/Localizable.strings:432 +#: Resources/templates/Localizable.strings:345 +#: Resources/templates/Localizable.strings:451 #, no-wrap msgid "LayoutID=392" msgstr "LayoutID=392" #. type: "HDEFLayoutIDx392_description" -#: Resources/templates/Localizable.strings:327 +#: Resources/templates/Localizable.strings:346 #, no-wrap msgid "" "Set HDEF layout-it to 392:\n" @@ -1432,14 +1496,14 @@ "188 (0x88, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx398_title" -#: Resources/templates/Localizable.strings:330 -#: Resources/templates/Localizable.strings:436 +#: Resources/templates/Localizable.strings:349 +#: Resources/templates/Localizable.strings:455 #, no-wrap msgid "LayoutID=398" msgstr "LayoutID=398" #. type: "HDEFLayoutIDx398_description" -#: Resources/templates/Localizable.strings:331 +#: Resources/templates/Localizable.strings:350 #, no-wrap msgid "" "Set HDEF layout-it to 398:\n" @@ -1449,14 +1513,14 @@ "18E (0x8E, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx662_title" -#: Resources/templates/Localizable.strings:334 -#: Resources/templates/Localizable.strings:440 +#: Resources/templates/Localizable.strings:353 +#: Resources/templates/Localizable.strings:459 #, no-wrap msgid "LayoutID=662" msgstr "LayoutID=662" #. type: "HDEFLayoutIDx662_description" -#: Resources/templates/Localizable.strings:335 +#: Resources/templates/Localizable.strings:354 #, no-wrap msgid "" "Set HDEF layout-it to 662:\n" @@ -1466,14 +1530,14 @@ "296 (0x96, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx663_title" -#: Resources/templates/Localizable.strings:338 -#: Resources/templates/Localizable.strings:444 +#: Resources/templates/Localizable.strings:357 +#: Resources/templates/Localizable.strings:463 #, no-wrap msgid "LayoutID=663" msgstr "LayoutID=663" #. type: "HDEFLayoutIDx663_description" -#: Resources/templates/Localizable.strings:339 +#: Resources/templates/Localizable.strings:358 #, no-wrap msgid "" "Set HDEF layout-it to 663:\n" @@ -1483,14 +1547,14 @@ "297 (0x97, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx664_title" -#: Resources/templates/Localizable.strings:342 -#: Resources/templates/Localizable.strings:448 +#: Resources/templates/Localizable.strings:361 +#: Resources/templates/Localizable.strings:467 #, no-wrap msgid "LayoutID=664" msgstr "LayoutID=664" #. type: "HDEFLayoutIDx664_description" -#: Resources/templates/Localizable.strings:343 +#: Resources/templates/Localizable.strings:362 #, no-wrap msgid "" "Set HDEF layout-it to 664:\n" @@ -1500,14 +1564,14 @@ "298 (0x98, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx885_title" -#: Resources/templates/Localizable.strings:346 -#: Resources/templates/Localizable.strings:452 +#: Resources/templates/Localizable.strings:365 +#: Resources/templates/Localizable.strings:471 #, no-wrap msgid "LayoutID=885" msgstr "LayoutID=885" #. type: "HDEFLayoutIDx885_description" -#: Resources/templates/Localizable.strings:347 +#: Resources/templates/Localizable.strings:366 #, no-wrap msgid "" "Set HDEF layout-it to 885:\n" @@ -1517,14 +1581,14 @@ "375 (0x75, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx887_title" -#: Resources/templates/Localizable.strings:350 -#: Resources/templates/Localizable.strings:456 +#: Resources/templates/Localizable.strings:369 +#: Resources/templates/Localizable.strings:475 #, no-wrap msgid "LayoutID=887" msgstr "LayoutID=887" #. type: "HDEFLayoutIDx887_description" -#: Resources/templates/Localizable.strings:351 +#: Resources/templates/Localizable.strings:370 #, no-wrap msgid "" "Set HDEF layout-it to 887:\n" @@ -1534,14 +1598,14 @@ "377 (0x77, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx888_title" -#: Resources/templates/Localizable.strings:354 -#: Resources/templates/Localizable.strings:460 +#: Resources/templates/Localizable.strings:373 +#: Resources/templates/Localizable.strings:479 #, no-wrap msgid "LayoutID=888" msgstr "LayoutID=888" #. type: "HDEFLayoutIDx888_description" -#: Resources/templates/Localizable.strings:355 +#: Resources/templates/Localizable.strings:374 #, no-wrap msgid "" "Set HDEF layout-it to 888:\n" @@ -1551,14 +1615,14 @@ "378 (0x78, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx889_title" -#: Resources/templates/Localizable.strings:358 -#: Resources/templates/Localizable.strings:464 +#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:483 #, no-wrap msgid "LayoutID=889" msgstr "LayoutID=889" #. type: "HDEFLayoutIDx889_description" -#: Resources/templates/Localizable.strings:359 +#: Resources/templates/Localizable.strings:378 #, no-wrap msgid "" "Set HDEF layout-it to 889:\n" @@ -1568,14 +1632,14 @@ "379 (0x79, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx892_title" -#: Resources/templates/Localizable.strings:362 -#: Resources/templates/Localizable.strings:468 +#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:487 #, no-wrap msgid "LayoutID=892" msgstr "LayoutID=892" #. type: "HDEFLayoutIDx892_description" -#: Resources/templates/Localizable.strings:363 +#: Resources/templates/Localizable.strings:382 #, no-wrap msgid "" "Set HDEF layout-it to 892:\n" @@ -1585,14 +1649,14 @@ "37C (0x7C, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx898_title" -#: Resources/templates/Localizable.strings:366 -#: Resources/templates/Localizable.strings:472 +#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:491 #, no-wrap msgid "LayoutID=898" msgstr "LayoutID=898" #. type: "HDEFLayoutIDx898_description" -#: Resources/templates/Localizable.strings:367 +#: Resources/templates/Localizable.strings:386 #, no-wrap msgid "" "Set HDEF layout-it to 898:\n" @@ -1602,14 +1666,14 @@ "382 (0x82, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDxBD7_title" -#: Resources/templates/Localizable.strings:370 -#: Resources/templates/Localizable.strings:476 +#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:495 #, no-wrap msgid "LayoutID=1981" msgstr "LayoutID=1981" #. type: "HDEFLayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:371 +#: Resources/templates/Localizable.strings:390 #, no-wrap msgid "" "Set HDEF layout-it to 1981:\n" @@ -1619,7 +1683,7 @@ "7BD (0xBD, 0x07, 0x00, 0x00)." #. type: "HDAULayoutIDx01_description" -#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:396 #, no-wrap msgid "" "Set HDAU layout-it to 1:\n" @@ -1629,7 +1693,7 @@ "001 (0x01, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx02_description" -#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:400 #, no-wrap msgid "" "Set HDAU layout-it to 2:\n" @@ -1639,7 +1703,7 @@ "002 (0x02, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx03_description" -#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:404 #, no-wrap msgid "" "Set HDAU layout-it to 3:\n" @@ -1649,7 +1713,7 @@ "003 (0x03, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx05_description" -#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:408 #, no-wrap msgid "" "Set HDAU layout-it to 5:\n" @@ -1659,7 +1723,7 @@ "005 (0x05, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx07_description" -#: Resources/templates/Localizable.strings:393 +#: Resources/templates/Localizable.strings:412 #, no-wrap msgid "" "Set HDAU layout-it to 7:\n" @@ -1669,7 +1733,7 @@ "007 (0x07, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx12_description" -#: Resources/templates/Localizable.strings:397 +#: Resources/templates/Localizable.strings:416 #, no-wrap msgid "" "Set HDAU layout-it to 12:\n" @@ -1679,7 +1743,7 @@ "00C (0x0C, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx32_description" -#: Resources/templates/Localizable.strings:401 +#: Resources/templates/Localizable.strings:420 #, no-wrap msgid "" "Set HDAU layout-it to 32:\n" @@ -1689,7 +1753,7 @@ "020 (0x20, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx40_description" -#: Resources/templates/Localizable.strings:405 +#: Resources/templates/Localizable.strings:424 #, no-wrap msgid "" "Set HDAU layout-it to 40:\n" @@ -1699,7 +1763,7 @@ "028 (0x28, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx65_description" -#: Resources/templates/Localizable.strings:409 +#: Resources/templates/Localizable.strings:428 #, no-wrap msgid "" "Set HDAU layout-it to 65:\n" @@ -1709,7 +1773,7 @@ "041 (0x41, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx99_description" -#: Resources/templates/Localizable.strings:413 +#: Resources/templates/Localizable.strings:432 #, no-wrap msgid "" "Set HDAU layout-it to 99:\n" @@ -1719,7 +1783,7 @@ "063 (0x63, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx269_description" -#: Resources/templates/Localizable.strings:417 +#: Resources/templates/Localizable.strings:436 #, no-wrap msgid "" "Set HDAU layout-it to 269:\n" @@ -1729,7 +1793,7 @@ "10D (0x0D, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx387_description" -#: Resources/templates/Localizable.strings:421 +#: Resources/templates/Localizable.strings:440 #, no-wrap msgid "" "Set HDAU layout-it to 387:\n" @@ -1739,7 +1803,7 @@ "183 (0x83, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx388_description" -#: Resources/templates/Localizable.strings:425 +#: Resources/templates/Localizable.strings:444 #, no-wrap msgid "" "Set HDAU layout-it to 388:\n" @@ -1749,7 +1813,7 @@ "184 (0x84, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx389_description" -#: Resources/templates/Localizable.strings:429 +#: Resources/templates/Localizable.strings:448 #, no-wrap msgid "" "Set HDAU layout-it to 389:\n" @@ -1759,7 +1823,7 @@ "185 (0x85, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx392_description" -#: Resources/templates/Localizable.strings:433 +#: Resources/templates/Localizable.strings:452 #, no-wrap msgid "" "Set HDAU layout-it to 392:\n" @@ -1769,7 +1833,7 @@ "188 (0x88, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx398_description" -#: Resources/templates/Localizable.strings:437 +#: Resources/templates/Localizable.strings:456 #, no-wrap msgid "" "Set HDAU layout-it to 398:\n" @@ -1779,7 +1843,7 @@ "18E (0x8E, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx662_description" -#: Resources/templates/Localizable.strings:441 +#: Resources/templates/Localizable.strings:460 #, no-wrap msgid "" "Set HDAU layout-it to 662:\n" @@ -1789,7 +1853,7 @@ "296 (0x96, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx663_description" -#: Resources/templates/Localizable.strings:445 +#: Resources/templates/Localizable.strings:464 #, no-wrap msgid "" "Set HDAU layout-it to 663:\n" @@ -1799,7 +1863,7 @@ "297 (0x97, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx664_description" -#: Resources/templates/Localizable.strings:449 +#: Resources/templates/Localizable.strings:468 #, no-wrap msgid "" "Set HDAU layout-it to 664:\n" @@ -1809,7 +1873,7 @@ "298 (0x98, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx885_description" -#: Resources/templates/Localizable.strings:453 +#: Resources/templates/Localizable.strings:472 #, no-wrap msgid "" "Set HDAU layout-it to 885:\n" @@ -1819,7 +1883,7 @@ "375 (0x75, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx887_description" -#: Resources/templates/Localizable.strings:457 +#: Resources/templates/Localizable.strings:476 #, no-wrap msgid "" "Set HDAU layout-it to 887:\n" @@ -1829,7 +1893,7 @@ "377 (0x77, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx888_description" -#: Resources/templates/Localizable.strings:461 +#: Resources/templates/Localizable.strings:480 #, no-wrap msgid "" "Set HDAU layout-it to 888:\n" @@ -1839,7 +1903,7 @@ "378 (0x78, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx889_description" -#: Resources/templates/Localizable.strings:465 +#: Resources/templates/Localizable.strings:484 #, no-wrap msgid "" "Set HDAU layout-it to 889:\n" @@ -1849,7 +1913,7 @@ "379 (0x79, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx892_description" -#: Resources/templates/Localizable.strings:469 +#: Resources/templates/Localizable.strings:488 #, no-wrap msgid "" "Set HDAU layout-it to 892:\n" @@ -1859,7 +1923,7 @@ "37C (0x7C, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx898_description" -#: Resources/templates/Localizable.strings:473 +#: Resources/templates/Localizable.strings:492 #, no-wrap msgid "" "Set HDAU layout-it to 898:\n" @@ -1869,7 +1933,7 @@ "382 (0x82, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:477 +#: Resources/templates/Localizable.strings:496 #, no-wrap msgid "" "Set HDAU layout-it to 1981:\n" @@ -1879,625 +1943,625 @@ "7BD (0xBD, 0x07, 0x00, 0x00)." #. type: "IntelCaprix00_title" -#: Resources/templates/Localizable.strings:482 +#: Resources/templates/Localizable.strings:501 #, no-wrap msgid "01660000" msgstr "01660000" #. type: "IntelCaprix00_description" -#: Resources/templates/Localizable.strings:483 +#: Resources/templates/Localizable.strings:502 #, no-wrap msgid "Set 01660000 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Establece 01660000 para Intel HD4000 (Mobile) AAPL,ig-platform-id ." #. type: "IntelCaprix01_title" -#: Resources/templates/Localizable.strings:485 +#: Resources/templates/Localizable.strings:504 #, no-wrap msgid "01660001" msgstr "01660001" #. type: "IntelCaprix01_description" -#: Resources/templates/Localizable.strings:486 +#: Resources/templates/Localizable.strings:505 #, no-wrap msgid "Set 01660001 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Establece 01660001 para Intel HD4000 (Mobile) AAPL,ig-platform-id ." #. type: "IntelCaprix02_title" -#: Resources/templates/Localizable.strings:488 +#: Resources/templates/Localizable.strings:507 #, no-wrap msgid "01660002" msgstr "01660002" #. type: "IntelCaprix02_description" -#: Resources/templates/Localizable.strings:489 +#: Resources/templates/Localizable.strings:508 #, no-wrap msgid "Set 01660002 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Establece 01660002 para Intel HD4000 (Mobile) AAPL,ig-platform-id ." #. type: "IntelCaprix03_title" -#: Resources/templates/Localizable.strings:491 +#: Resources/templates/Localizable.strings:510 #, no-wrap msgid "01660003" msgstr "01660003" #. type: "IntelCaprix03_description" -#: Resources/templates/Localizable.strings:492 +#: Resources/templates/Localizable.strings:511 #, no-wrap msgid "Set 01660003 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Establece 01660003 para Intel HD4000 (Mobile) AAPL,ig-platform-id ." #. type: "IntelCaprix04_title" -#: Resources/templates/Localizable.strings:494 +#: Resources/templates/Localizable.strings:513 #, no-wrap msgid "01660004" msgstr "01660004" #. type: "IntelCaprix04_description" -#: Resources/templates/Localizable.strings:495 +#: Resources/templates/Localizable.strings:514 #, no-wrap msgid "Set 01660004 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Establece 01660004 para Intel HD4000 (Mobile) AAPL,ig-platform-id ." #. type: "IntelCaprix05_title" -#: Resources/templates/Localizable.strings:497 +#: Resources/templates/Localizable.strings:516 #, no-wrap msgid "01620005" msgstr "01620005" #. type: "IntelCaprix05_description" -#: Resources/templates/Localizable.strings:498 +#: Resources/templates/Localizable.strings:517 #, no-wrap msgid "Set 01620005 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "Establece 01620005 para Intel HD4000 (Desktop) AAPL,ig-platform-id ." #. type: "IntelCaprix06_title" -#: Resources/templates/Localizable.strings:500 +#: Resources/templates/Localizable.strings:519 #, no-wrap msgid "01620006" msgstr "01620006" #. type: "IntelCaprix06_description" -#: Resources/templates/Localizable.strings:501 +#: Resources/templates/Localizable.strings:520 #, no-wrap msgid "Set 01620006 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "Establece 01620006 para Intel HD4000 (Desktop) AAPL,ig-platform-id ." #. type: "IntelCaprix07_title" -#: Resources/templates/Localizable.strings:503 +#: Resources/templates/Localizable.strings:522 #, no-wrap msgid "01620007" msgstr "01620007" #. type: "IntelCaprix07_description" -#: Resources/templates/Localizable.strings:504 +#: Resources/templates/Localizable.strings:523 #, no-wrap msgid "Set 01620007 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "Establece 01620007 para Intel HD4000 (Desktop) AAPL,ig-platform-id ." #. type: "IntelCaprix08_title" -#: Resources/templates/Localizable.strings:506 +#: Resources/templates/Localizable.strings:525 #, no-wrap msgid "01660008" msgstr "01660008" #. type: "IntelCaprix08_description" -#: Resources/templates/Localizable.strings:507 +#: Resources/templates/Localizable.strings:526 #, no-wrap msgid "Set 01660008 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Establece 01660008 para Intel HD4000 (Mobile) AAPL,ig-platform-id ." #. type: "IntelCaprix09_title" -#: Resources/templates/Localizable.strings:509 +#: Resources/templates/Localizable.strings:528 #, no-wrap msgid "01660009" msgstr "01660009" #. type: "IntelCaprix09_description" -#: Resources/templates/Localizable.strings:510 +#: Resources/templates/Localizable.strings:529 #, no-wrap msgid "Set 01660009 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Establece 01660009 para Intel HD4000 (Mobile) AAPL,ig-platform-id ." #. type: "IntelCaprix10_title" -#: Resources/templates/Localizable.strings:512 +#: Resources/templates/Localizable.strings:531 #, no-wrap msgid "0166000a" msgstr "0166000a" #. type: "IntelCaprix10_description" -#: Resources/templates/Localizable.strings:513 +#: Resources/templates/Localizable.strings:532 #, no-wrap msgid "Set 0166000a for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Establece 0166000a para Intel HD4000 (Mobile) AAPL,ig-platform-id ." #. type: "IntelCaprix11_title" -#: Resources/templates/Localizable.strings:515 +#: Resources/templates/Localizable.strings:534 #, no-wrap msgid "0166000b" msgstr "0166000b" #. type: "IntelCaprix11_description" -#: Resources/templates/Localizable.strings:516 +#: Resources/templates/Localizable.strings:535 #, no-wrap msgid "Set 0166000b for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Establece 0166000b para Intel HD4000 (Mobile) AAPL,ig-platform-id ." #. type: "IntelAzulx00_title" -#: Resources/templates/Localizable.strings:520 +#: Resources/templates/Localizable.strings:539 #, no-wrap msgid "00000604" msgstr "00000604" #. type: "IntelAzulx00_description" -#: Resources/templates/Localizable.strings:521 +#: Resources/templates/Localizable.strings:540 #, no-wrap msgid "Set 00000604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Establece 00000604 para Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx01_title" -#: Resources/templates/Localizable.strings:523 +#: Resources/templates/Localizable.strings:542 #, no-wrap msgid "0000060c" msgstr "0000060c" #. type: "IntelAzulx01_description" -#: Resources/templates/Localizable.strings:524 +#: Resources/templates/Localizable.strings:543 #, no-wrap msgid "Set 0000060c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Establece 0000060c para Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx02_title" -#: Resources/templates/Localizable.strings:526 +#: Resources/templates/Localizable.strings:545 #, no-wrap msgid "00001604" msgstr "00001604" #. type: "IntelAzulx02_description" -#: Resources/templates/Localizable.strings:527 +#: Resources/templates/Localizable.strings:546 #, no-wrap msgid "Set 00001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Establece 00001604 para Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx03_title" -#: Resources/templates/Localizable.strings:529 +#: Resources/templates/Localizable.strings:548 #, no-wrap msgid "0000160a" msgstr "0000160a" #. type: "IntelAzulx03_description" -#: Resources/templates/Localizable.strings:530 +#: Resources/templates/Localizable.strings:549 #, no-wrap msgid "Set 0000160a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Establece 0000160a para Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx04_title" -#: Resources/templates/Localizable.strings:532 +#: Resources/templates/Localizable.strings:551 #, no-wrap msgid "0000160c" msgstr "0000160c" #. type: "IntelAzulx04_description" -#: Resources/templates/Localizable.strings:533 +#: Resources/templates/Localizable.strings:552 #, no-wrap msgid "Set 0000160c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Establece 0000160c para Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx05_title" -#: Resources/templates/Localizable.strings:535 +#: Resources/templates/Localizable.strings:554 #, no-wrap msgid "00002604" msgstr "00002604" #. type: "IntelAzulx05_description" -#: Resources/templates/Localizable.strings:536 +#: Resources/templates/Localizable.strings:555 #, no-wrap msgid "Set 00002604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Establece 00002604 para Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx06_title" -#: Resources/templates/Localizable.strings:538 +#: Resources/templates/Localizable.strings:557 #, no-wrap msgid "0000260a" msgstr "0000260a" #. type: "IntelAzulx06_description" -#: Resources/templates/Localizable.strings:539 +#: Resources/templates/Localizable.strings:558 #, no-wrap msgid "Set 0000260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Establece 0000260a para Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx07_title" -#: Resources/templates/Localizable.strings:541 +#: Resources/templates/Localizable.strings:560 #, no-wrap msgid "0000260c" msgstr "0000260c" #. type: "IntelAzulx07_description" -#: Resources/templates/Localizable.strings:542 +#: Resources/templates/Localizable.strings:561 #, no-wrap msgid "Set 0600260c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Establece 0600260c para Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx08_title" -#: Resources/templates/Localizable.strings:544 +#: Resources/templates/Localizable.strings:563 #, no-wrap msgid "0000260d" msgstr "0000260d" #. type: "IntelAzulx08_description" -#: Resources/templates/Localizable.strings:545 +#: Resources/templates/Localizable.strings:564 #, no-wrap msgid "Set 0000260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Establece 0000260d para Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx09_title" -#: Resources/templates/Localizable.strings:547 +#: Resources/templates/Localizable.strings:566 #, no-wrap msgid "02001604" msgstr "02001604" #. type: "IntelAzulx09_description" -#: Resources/templates/Localizable.strings:548 +#: Resources/templates/Localizable.strings:567 #, no-wrap msgid "Set 02001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Establece 02001604 para Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx10_title" -#: Resources/templates/Localizable.strings:550 +#: Resources/templates/Localizable.strings:569 #, no-wrap msgid "0300220d" msgstr "0300220d" #. type: "IntelAzulx10_description" -#: Resources/templates/Localizable.strings:551 +#: Resources/templates/Localizable.strings:570 #, no-wrap msgid "Set 0300220d for Intel Haswell (Desktop) AAPL,ig-platform-id." msgstr "Establece 0300220d para Intel Haswell (Desktop) AAPL,ig-platform-id." #. type: "IntelAzulx11_title" -#: Resources/templates/Localizable.strings:553 +#: Resources/templates/Localizable.strings:572 #, no-wrap msgid "0500260a" msgstr "0500260a" #. type: "IntelAzulx11_description" -#: Resources/templates/Localizable.strings:554 +#: Resources/templates/Localizable.strings:573 #, no-wrap msgid "Set 0500260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Establece 0500260a para Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx12_title" -#: Resources/templates/Localizable.strings:556 +#: Resources/templates/Localizable.strings:575 #, no-wrap msgid "0600260a" msgstr "0600260a" #. type: "IntelAzulx12_description" -#: Resources/templates/Localizable.strings:557 +#: Resources/templates/Localizable.strings:576 #, no-wrap msgid "Set 0600260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Establece 0600260a para Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx13_title" -#: Resources/templates/Localizable.strings:559 +#: Resources/templates/Localizable.strings:578 #, no-wrap msgid "0700260d" msgstr "0700260d" #. type: "IntelAzulx13_description" -#: Resources/templates/Localizable.strings:560 +#: Resources/templates/Localizable.strings:579 #, no-wrap msgid "Set 0700260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Establece 0700260d para Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx14_title" -#: Resources/templates/Localizable.strings:562 +#: Resources/templates/Localizable.strings:581 #, no-wrap msgid "0800260a" msgstr "0800260a" #. type: "IntelAzulx14_description" -#: Resources/templates/Localizable.strings:563 +#: Resources/templates/Localizable.strings:582 #, no-wrap msgid "Set 0800260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Establece 0800260a para Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx15_title" -#: Resources/templates/Localizable.strings:565 +#: Resources/templates/Localizable.strings:584 #, no-wrap msgid "08002e0a" msgstr "08002e0a" #. type: "IntelAzulx15_description" -#: Resources/templates/Localizable.strings:566 +#: Resources/templates/Localizable.strings:585 #, no-wrap msgid "Set 08002e0a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Establece 08002e0a para Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "AD2000B_PinConf_title" -#: Resources/templates/Localizable.strings:570 +#: Resources/templates/Localizable.strings:589 #, no-wrap msgid "AD2000b" msgstr "AD2000b" #. type: "AD2000B_PinConf_description" -#: Resources/templates/Localizable.strings:571 +#: Resources/templates/Localizable.strings:590 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD2000b." msgstr "" #. type: "AD1981HD_PinConf_title" -#: Resources/templates/Localizable.strings:573 +#: Resources/templates/Localizable.strings:592 #, no-wrap msgid "AD1981HD" msgstr "AD1981HD" #. type: "AD1981HD_PinConf_description" -#: Resources/templates/Localizable.strings:574 +#: Resources/templates/Localizable.strings:593 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1981HD." msgstr "" #. type: "AD1988B_PinConf_title" -#: Resources/templates/Localizable.strings:576 +#: Resources/templates/Localizable.strings:595 #, no-wrap msgid "AD1988b" msgstr "AD1988b" #. type: "AD1988B_PinConf_description" -#: Resources/templates/Localizable.strings:577 +#: Resources/templates/Localizable.strings:596 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1988b." msgstr "" #. type: "ALC888_PinConf_title" -#: Resources/templates/Localizable.strings:579 +#: Resources/templates/Localizable.strings:598 #, no-wrap msgid "ALC888" msgstr "ALC888" #. type: "ALC888_PinConf_description" -#: Resources/templates/Localizable.strings:580 +#: Resources/templates/Localizable.strings:599 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC888." msgstr "" #. type: "ALC1200_PinConf_title" -#: Resources/templates/Localizable.strings:582 +#: Resources/templates/Localizable.strings:601 #, no-wrap msgid "ALC1200" msgstr "ALC1200" #. type: "ALC1200_PinConf_description" -#: Resources/templates/Localizable.strings:583 +#: Resources/templates/Localizable.strings:602 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC1200." msgstr "" #. type: "00_PinConf_title" -#: Resources/templates/Localizable.strings:585 +#: Resources/templates/Localizable.strings:604 #, no-wrap msgid "00" msgstr "00" #. type: "00_PinConf_description" -#: Resources/templates/Localizable.strings:586 +#: Resources/templates/Localizable.strings:605 #, no-wrap msgid "Set HDEF PinConfiguration for ???." msgstr "" #. type: "GraphicsEnabler_title" -#: Resources/templates/Localizable.strings:590 +#: Resources/templates/Localizable.strings:609 #, no-wrap msgid "GraphicsEnabler=Yes" msgstr "GraphicsEnabler=Yes" #. type: "GraphicsEnabler_description" -#: Resources/templates/Localizable.strings:591 +#: Resources/templates/Localizable.strings:610 #, no-wrap msgid "Enables the option to autodetect NVIDIA, AMD/ATI or Intel based GPUs and inject the correct info." msgstr "Habilita la autodetección de GPUs NVIDIA, AMD/ATI u Intel e inyecta la información correcta." #. type: "EnableHDMIAudio_title" -#: Resources/templates/Localizable.strings:593 +#: Resources/templates/Localizable.strings:612 #, no-wrap msgid "EnableHDMIAudio=Yes" msgstr "EnableHDMIAudio=Yes" #. type: "EnableHDMIAudio_description" -#: Resources/templates/Localizable.strings:594 +#: Resources/templates/Localizable.strings:613 #, no-wrap msgid "Inject HDMi audio for NVIDIA or AMD/ATI." msgstr "Habilita la autodetección de audio HDMi (nVidia/AMD/ATI) e inyecta la información correcta." #. type: "UseIntelHDMI_title" -#: Resources/templates/Localizable.strings:596 +#: Resources/templates/Localizable.strings:615 #, no-wrap msgid "UseIntelHDMI=Yes" msgstr "UseIntelHDMI=Yes" #. type: "UseIntelHDMI_description" -#: Resources/templates/Localizable.strings:597 +#: Resources/templates/Localizable.strings:616 #, no-wrap msgid "If YES, hda-gfx=onboard-1 will be injected into the GFX0 and HDEF devices. Also, if an ATI or Nvidia HDMI device is present, they'll be assigned to onboard-2. If NO, then ATI or Nvidia devices will get onboard-1 as well as the HDAU device if present." msgstr "Al activar esta clave, se inyectará hda-gfx=onboard-1 en los dispositivos GFX0 y HDEF. Al mismo tiempo, si también posee un dispositivo HDMI de ATI o Nvidia, estos serán inyectados como hda-gfx=onboard-2. Si mantiene la clave deshabilitada, entonces los dispositivos HDMI de ATI o Nvidia al igual que HDAU (si esta presente) serán inyectados como hda-gfx=onboard-1." #. type: "UseAtiROM_title" -#: Resources/templates/Localizable.strings:599 +#: Resources/templates/Localizable.strings:618 #, no-wrap msgid "UseAtiROM=Yes" msgstr "UseAtiROM=Yes" #. type: "UseAtiROM_description" -#: Resources/templates/Localizable.strings:600 +#: Resources/templates/Localizable.strings:619 #, no-wrap msgid "Enables UseAtiROM options." msgstr "Habilita las opciones AtiROM." #. type: "UseNvidiaROM_title" -#: Resources/templates/Localizable.strings:602 +#: Resources/templates/Localizable.strings:621 #, no-wrap msgid "UseNvidiaROM=Yes" msgstr "UseNvidiaROM=Yes" #. type: "UseNvidiaROM_description" -#: Resources/templates/Localizable.strings:603 +#: Resources/templates/Localizable.strings:622 #, no-wrap msgid "Enables UseNvidiaROM options." msgstr "Habilita las opciones NvidiaROM." #. type: "VBIOS_title" -#: Resources/templates/Localizable.strings:605 +#: Resources/templates/Localizable.strings:624 #, no-wrap msgid "VBIOS=Yes" msgstr "VBIOS=Yes" #. type: "VBIOS_description" -#: Resources/templates/Localizable.strings:606 +#: Resources/templates/Localizable.strings:625 #, no-wrap msgid "Enables VBIOS option" msgstr "En gráficas NVIDIA habilita la opción VBIOS" #. type: "SkipIntelGfx_title" -#: Resources/templates/Localizable.strings:608 +#: Resources/templates/Localizable.strings:627 #, no-wrap msgid "SkipIntelGfx=Yes" msgstr "SkipIntelGfx=Yes" #. type: "SkipIntelGfx_description" -#: Resources/templates/Localizable.strings:609 +#: Resources/templates/Localizable.strings:628 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for Intel based GPUs." msgstr "Saltar la detección automática de GraphicsEnabler para GPUs basados ​​en Intel." #. type: "SkipNvidiaGfx_title" -#: Resources/templates/Localizable.strings:611 +#: Resources/templates/Localizable.strings:630 #, no-wrap msgid "SkipNvidiaGfx=Yes" msgstr "SkipNvidiaGfx=Yes" #. type: "SkipNvidiaGfx_description" -#: Resources/templates/Localizable.strings:612 +#: Resources/templates/Localizable.strings:631 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for NVIDIA based GPUs." msgstr "Saltar la detección automática de GraphicsEnabler para GPUs basados ​​en nVIDIA." #. type: "SkipAtiGfx_title" -#: Resources/templates/Localizable.strings:614 +#: Resources/templates/Localizable.strings:633 #, no-wrap msgid "SkipAtiGfx=Yes" msgstr "SkipAtiGfx=Yes" #. type: "SkipAtiGfx_description" -#: Resources/templates/Localizable.strings:615 +#: Resources/templates/Localizable.strings:634 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for AMD/ATI based GPUs." msgstr "Saltar la detección automática de GraphicsEnabler para GPUs basados ​​en AMD/ATI." #. type: "EnableBacklight_title" -#: Resources/templates/Localizable.strings:617 +#: Resources/templates/Localizable.strings:636 #, no-wrap msgid "EnableBacklight=Yes" msgstr "EnableBacklight=Yes" #. type: "EnableBacklight_description" -#: Resources/templates/Localizable.strings:618 +#: Resources/templates/Localizable.strings:637 #, no-wrap msgid "Enables Backlight options for laptop with nVidia cards." msgstr "Habilita la iluminación de fondo para portátiles con tarjetas nVIDIA." #. type: "EnableDualLink_title" -#: Resources/templates/Localizable.strings:620 +#: Resources/templates/Localizable.strings:639 #, no-wrap msgid "EnableDualLink=Yes" msgstr "EnableDualLink=Yes" #. type: "EnableDualLink_description" -#: Resources/templates/Localizable.strings:621 +#: Resources/templates/Localizable.strings:640 #, no-wrap msgid "Enables DualLink options for nVidia and ATi cards." msgstr "Habilitar las opciones de DualLink para tarjetas nVIDIA y ATi." #. type: "NvidiaGeneric_title" -#: Resources/templates/Localizable.strings:623 +#: Resources/templates/Localizable.strings:642 #, no-wrap msgid "NvidiaGeneric=Yes" msgstr "NvidiaGeneric=Yes" #. type: "NvidiaGeneric_description" -#: Resources/templates/Localizable.strings:624 +#: Resources/templates/Localizable.strings:643 #, no-wrap msgid "Use the classic Nvidia name for the SystemProfiler (disabled by default)." msgstr "" #. type: "Verbose_title" -#: Resources/templates/Localizable.strings:630 +#: Resources/templates/Localizable.strings:649 #, no-wrap msgid "Verbose Mode" msgstr "Modo Verbose (-v)" #. type: "Verbose_description" -#: Resources/templates/Localizable.strings:631 +#: Resources/templates/Localizable.strings:650 #, no-wrap msgid "Turns on verbose logging and allows you to see messages from both Chameleon and the OS X kernel at boot time. Essential for troubleshooting." msgstr "Activa el registro detallado y le permite ver los mensajes desde ambos Chameleon y el kernel, durante el arranque. Esencial para la solución de problemas." #. type: "Singleusermode_title" -#: Resources/templates/Localizable.strings:633 +#: Resources/templates/Localizable.strings:652 #, no-wrap msgid "Single User Mode" msgstr "Modo Single User (-s)" #. type: "Singleusermode_description" -#: Resources/templates/Localizable.strings:634 +#: Resources/templates/Localizable.strings:653 #, no-wrap msgid "A troubleshooting option used for booting into OS X's BSD/Unix command line." msgstr "Es una opción de solución de problemas utilizada para arrancar en la línea de comandos BSD/Unix de OS X." #. type: "Ignorecaches_title" -#: Resources/templates/Localizable.strings:636 +#: Resources/templates/Localizable.strings:655 #, no-wrap msgid "Ignore Caches" msgstr "Ignore Caches (-f)" #. type: "Ignorecaches_description" -#: Resources/templates/Localizable.strings:637 +#: Resources/templates/Localizable.strings:656 #, no-wrap msgid "Not an option that's needed for everyday booting, but it can be useful if you want OS X to load all files from it's system folders, rather than relying on it's pre-built caches." msgstr "No es una opción común que se necesita para arrancar, pero puede ser útil si desea que OS X cargue todos los archivos de las carpetas del sistema, en lugar de confiar en la caché preconstruida." #. type: "Npci_title" -#: Resources/templates/Localizable.strings:639 +#: Resources/templates/Localizable.strings:658 #, no-wrap msgid "npci=0x2000" msgstr "npci=0x2000" #. type: "Npci_description" -#: Resources/templates/Localizable.strings:640 +#: Resources/templates/Localizable.strings:659 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x2000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "Colocar el flag npci=0x2000 en Kernel Flags. Útil desde la 10.6.8 para el problema PCI Configuration Begin." #. type: "Npci3_title" -#: Resources/templates/Localizable.strings:642 +#: Resources/templates/Localizable.strings:661 #, no-wrap msgid "npci=0x3000" msgstr "npci=0x3000" #. type: "Npci3_description" -#: Resources/templates/Localizable.strings:643 +#: Resources/templates/Localizable.strings:662 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x3000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "Colocar el flag npci=0x3000 en Kernel Flags. Útil desde la 10.6.8 para el problema PCI Configuration Begin." #. type: "WaitingRootDevice_title" -#: Resources/templates/Localizable.strings:645 +#: Resources/templates/Localizable.strings:664 #, no-wrap msgid "ahcidisk=1 debug=8" msgstr "ahcidisk=1 debug=8" #. type: "WaitingRootDevice_description" -#: Resources/templates/Localizable.strings:646 +#: Resources/templates/Localizable.strings:665 #, no-wrap msgid "" "Info here: Waiting for root device when kernel cache used only with some disks +FIX\n" @@ -2509,25 +2573,25 @@ "Agradecimientos a bcc9." #. type: "Darkwake_title" -#: Resources/templates/Localizable.strings:650 +#: Resources/templates/Localizable.strings:669 #, no-wrap msgid "darkwake=0" msgstr "darkwake=0" #. type: "Darkwake_description" -#: Resources/templates/Localizable.strings:651 +#: Resources/templates/Localizable.strings:670 #, no-wrap msgid "Lion only. Disables the 'low power wake' feature which can sometimes leave the screen black after wake from sleep." msgstr "Lion solamente. Desactiva la función 'low power wake', que a veces puede dejar la pantalla en negro después de despertar del reposo." #. type: "NvdaDrv1_title" -#: Resources/templates/Localizable.strings:653 +#: Resources/templates/Localizable.strings:672 #, no-wrap msgid "nvda_drv=1" msgstr "nvda_drv=1" #. type: "NvdaDrv1_description" -#: Resources/templates/Localizable.strings:654 +#: Resources/templates/Localizable.strings:673 #, no-wrap msgid "" "It introduces a new Preference Pane under System Preferences that allows you to enable the Nvidia Web Driver.\n" @@ -2541,25 +2605,25 @@ "Agradecimientos a meklort y a Rampage Dev." #. type: "kext-dev-mode1_title" -#: Resources/templates/Localizable.strings:659 +#: Resources/templates/Localizable.strings:678 #, no-wrap msgid "kext-dev-mode=1" msgstr "kext-dev-mode=1" #. type: "kext-dev-mode1_description" -#: Resources/templates/Localizable.strings:660 +#: Resources/templates/Localizable.strings:679 #, no-wrap msgid "In Yosemite Developer Previews, unsigned or improperly signed kexts will not be loaded. To use unsigned kexts during development, this strict check can be disabled by adding a 'kext-dev-mode=1' boot arg." msgstr "" #. type: "Dart0_title" -#: Resources/templates/Localizable.strings:662 +#: Resources/templates/Localizable.strings:681 #, no-wrap msgid "dart=0" msgstr "dart=0" #. type: "Dart0_description" -#: Resources/templates/Localizable.strings:663 +#: Resources/templates/Localizable.strings:682 #, no-wrap msgid "" "Avoiding the DMAR processing causing by VT-d function in Osx (Virtualization).\n" @@ -2569,277 +2633,283 @@ "Más información por bcc9 aquí: http://www.insanelymac.com/forum/topic/282989-vtd0-fault-after-1082-google-hasnt-heard-of-it-any-help/#entry1867000" #. type: "mac-de_title" -#: Resources/templates/Localizable.strings:670 +#: Resources/templates/Localizable.strings:689 #, no-wrap msgid "German Mac Keyboard" msgstr "Teclado Mac Alemán" #. type: "mac-de_description" -#: Resources/templates/Localizable.strings:671 +#: Resources/templates/Localizable.strings:690 #, no-wrap msgid "Use the keyboard layout for a German Mac keyboard" msgstr "Use una disposición para un teclado Mac en Alemán" #. type: "mac-es_title" -#: Resources/templates/Localizable.strings:673 +#: Resources/templates/Localizable.strings:692 #, no-wrap msgid "Spanish Mac Keyboard" msgstr "Teclado Mac Español" #. type: "mac-es_description" -#: Resources/templates/Localizable.strings:674 +#: Resources/templates/Localizable.strings:693 #, no-wrap msgid "Use the keyboard layout for a Spanish Mac keyboard" msgstr "Use una disposición para un teclado Mac en Español" #. type: "mac-fr_title" -#: Resources/templates/Localizable.strings:676 +#: Resources/templates/Localizable.strings:695 #, no-wrap msgid "French Mac Keyboard" msgstr "Teclado Mac Francés" #. type: "mac-fr_description" -#: Resources/templates/Localizable.strings:677 +#: Resources/templates/Localizable.strings:696 #, no-wrap msgid "Use the keyboard layout for a French Mac keyboard" msgstr "Use una disposición para un teclado Mac en Francés" #. type: "mac-it_title" -#: Resources/templates/Localizable.strings:679 +#: Resources/templates/Localizable.strings:698 #, no-wrap msgid "Italian Mac Keyboard" msgstr "Teclado Mac Italiano" #. type: "mac-it_description" -#: Resources/templates/Localizable.strings:680 +#: Resources/templates/Localizable.strings:699 #, no-wrap msgid "Use the keyboard layout for an Italian Mac keyboard" msgstr "Use una disposición para un teclado Mac en Italiano" #. type: "mac-se_title" -#: Resources/templates/Localizable.strings:682 +#: Resources/templates/Localizable.strings:701 #, no-wrap msgid "Swedish Mac Keyboard" msgstr "Teclado Mac Sueco" #. type: "mac-se_description" -#: Resources/templates/Localizable.strings:683 +#: Resources/templates/Localizable.strings:702 #, no-wrap msgid "Use the keyboard layout for a Swedish Mac keyboard" msgstr "Use una disposición para un teclado Mac en Sueco" #. type: "pc-fr_title" -#: Resources/templates/Localizable.strings:685 +#: Resources/templates/Localizable.strings:704 #, no-wrap msgid "French PC Keyboard" msgstr "Teclado de PC Francés" #. type: "pc-fr_description" -#: Resources/templates/Localizable.strings:686 +#: Resources/templates/Localizable.strings:705 #, no-wrap msgid "Use the keyboard layout for a French PC keyboard" msgstr "Use una disposición para un teclado de PC en Francés" #. type: "Embed_title" -#: Resources/templates/Localizable.strings:693 +#: Resources/templates/Localizable.strings:712 #, no-wrap msgid "Embed" msgstr "Embed" #. type: "Embed_description" -#: Resources/templates/Localizable.strings:694 +#: Resources/templates/Localizable.strings:713 #, no-wrap msgid "A smaller simple version of the new default theme used when building a version of Chameleon which requires an embedded theme." msgstr "Versión simplificada del nuevo tema por defecto, esto se acostumbra cada vez que se crean nuevas versiones de Chameleon, es requerido." #. type: "Legacy_title" -#: Resources/templates/Localizable.strings:696 +#: Resources/templates/Localizable.strings:715 #, no-wrap msgid "Legacy" msgstr "Legacy" #. type: "Legacy_description" -#: Resources/templates/Localizable.strings:697 +#: Resources/templates/Localizable.strings:716 #, no-wrap msgid "Chameleon's original default theme introduced for v2.0 RC1" msgstr "El tema anterior por defecto de Chameleon" +#. type: "Default_title" +#: Resources/templates/Localizable.strings:718 +#, no-wrap +msgid "Standard" +msgstr "Estándar" + #. type: "Default_description" -#: Resources/templates/Localizable.strings:700 +#: Resources/templates/Localizable.strings:719 #, no-wrap msgid "Chameleon default theme introduced for v2.0 RC5" msgstr "El nuevo tema predeterminado de Chameleon" #. type: "Bullet_title" -#: Resources/templates/Localizable.strings:702 +#: Resources/templates/Localizable.strings:721 #, no-wrap msgid "Bullet" msgstr "Bullet" #. type: "Bullet_description" -#: Resources/templates/Localizable.strings:703 +#: Resources/templates/Localizable.strings:722 #, no-wrap msgid "A lovely simple theme by NoSmokingBandit from April 2009." msgstr "El tema Bullet de Nosmokingbandit" #. type: "Audio_title" -#: Resources/templates/Localizable.strings:712 +#: Resources/templates/Localizable.strings:731 #, no-wrap msgid "Audio" msgstr "Sonido" #. type: "Audio_description" -#: Resources/templates/Localizable.strings:713 +#: Resources/templates/Localizable.strings:732 #, no-wrap msgid "A selection of options that deal with audio." msgstr "Una selección de opciones relacionadas con el sonido." #. type: "Control_title" -#: Resources/templates/Localizable.strings:716 +#: Resources/templates/Localizable.strings:735 #, no-wrap msgid "Control Options" msgstr "Opciones de Control" #. type: "Control_description" -#: Resources/templates/Localizable.strings:717 +#: Resources/templates/Localizable.strings:736 #, no-wrap msgid "Settings to control how Chameleon works." msgstr "Ajustes para controlar cómo funciona Chameleon." #. type: "General_title" -#: Resources/templates/Localizable.strings:720 +#: Resources/templates/Localizable.strings:739 #, no-wrap msgid "General Options" msgstr "Opciones Generales" #. type: "General_description" -#: Resources/templates/Localizable.strings:721 +#: Resources/templates/Localizable.strings:740 #, no-wrap msgid "Choose from a selection of base options." msgstr "Elige entre una selección de opciones de básicas." #. type: "KernelFlags_title" -#: Resources/templates/Localizable.strings:724 +#: Resources/templates/Localizable.strings:743 #, no-wrap msgid "Kernel Flags" msgstr "Kernel Flags" #. type: "KernelFlags_description" -#: Resources/templates/Localizable.strings:725 +#: Resources/templates/Localizable.strings:744 #, no-wrap msgid "Choose from a selection of kernel flags." msgstr "Elige entre una selección de kernel flags." #. type: "PowerManagement_title" -#: Resources/templates/Localizable.strings:728 +#: Resources/templates/Localizable.strings:747 #, no-wrap msgid "Power Management" msgstr "Gestión de Energía" #. type: "PowerManagement_description" -#: Resources/templates/Localizable.strings:729 +#: Resources/templates/Localizable.strings:748 #, no-wrap msgid "A selection of options that deal with power management and speedstep." msgstr "Una selección de las opciones relacionadas con la administración de energía y speedstep." #. type: "Resolution_description" -#: Resources/templates/Localizable.strings:733 +#: Resources/templates/Localizable.strings:752 #, no-wrap msgid "Set one resolution to use." msgstr "Permite fijar la resolución de pantalla para nuestro monitor" #. type: "HDEFLayout_title" -#: Resources/templates/Localizable.strings:736 +#: Resources/templates/Localizable.strings:755 #, no-wrap msgid "HDEF Layout" msgstr "HDEF Layout" #. type: "HDEFLayout_description" -#: Resources/templates/Localizable.strings:737 +#: Resources/templates/Localizable.strings:756 #, no-wrap msgid "Set one HDEF Layout ID to use for your HDA controller." msgstr "Establece un HDEF Layout ID a usar por tu controlador HDA." #. type: "HDAULayout_title" -#: Resources/templates/Localizable.strings:740 +#: Resources/templates/Localizable.strings:759 #, no-wrap msgid "HDAU Layout" msgstr "HDAU Layout" #. type: "HDAULayout_description" -#: Resources/templates/Localizable.strings:741 +#: Resources/templates/Localizable.strings:760 #, no-wrap msgid "Set one HDAU Layout ID to use for your HDMi controller." msgstr "Set one HDAU Layout ID to use for your HDMi controller." #. type: "IntelCapri_title" -#: Resources/templates/Localizable.strings:744 +#: Resources/templates/Localizable.strings:763 #, no-wrap msgid "Intel Capri AAPL,ig-platform-id" msgstr "Intel Capri AAPL,ig-platform-id" #. type: "IntelCapri_description" -#: Resources/templates/Localizable.strings:745 +#: Resources/templates/Localizable.strings:764 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD4000." msgstr "Set one AAPL,ig-platform-id to use for your Intel HD4000." #. type: "IntelAzul_title" -#: Resources/templates/Localizable.strings:748 +#: Resources/templates/Localizable.strings:767 #, no-wrap msgid "Intel Azul AAPL,ig-platform-id" msgstr "Intel Azul AAPL,ig-platform-id" #. type: "IntelAzul_description" -#: Resources/templates/Localizable.strings:749 +#: Resources/templates/Localizable.strings:768 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD5000." msgstr "Establecer un AAPL,ig-platform-id a usar por tu Intel Haswell." #. type: "HDEFPinConfiguration_title" -#: Resources/templates/Localizable.strings:752 +#: Resources/templates/Localizable.strings:771 #, no-wrap msgid "HDEF PinConfiguration" msgstr "HDEF PinConfiguration" #. type: "HDEFPinConfiguration_description" -#: Resources/templates/Localizable.strings:753 +#: Resources/templates/Localizable.strings:772 #, no-wrap msgid "Set one HDEF PinConfiguration to use." msgstr "Establecer un HDEF PinConfiguration a usar." #. type: "Video_title" -#: Resources/templates/Localizable.strings:756 +#: Resources/templates/Localizable.strings:775 #, no-wrap msgid "Video" msgstr "Video" #. type: "Video_description" -#: Resources/templates/Localizable.strings:757 +#: Resources/templates/Localizable.strings:776 #, no-wrap msgid "A selection of options that deal with video." msgstr "Una selección de opciones relacionadas con el video." #. type: "Keymaps_title" -#: Resources/templates/Localizable.strings:760 +#: Resources/templates/Localizable.strings:779 #, no-wrap msgid "KeyLayout" msgstr "KeyLayout" #. type: "Keymaps_description" -#: Resources/templates/Localizable.strings:761 +#: Resources/templates/Localizable.strings:780 #, no-wrap msgid "Select one keylayout to use. This will also install the Keylayout module and keymaps." msgstr "Selecciona una asignaciones de teclas. Esto también instalará el módulo keylayout y asignaciones del teclado." #. type: "Themes_title" -#: Resources/templates/Localizable.strings:767 +#: Resources/templates/Localizable.strings:786 #, no-wrap msgid "Themes" msgstr "Temas" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:768 +#: Resources/templates/Localizable.strings:787 #, no-wrap msgid "" "A collection of sample themes\n" @@ -2848,6 +2918,12 @@ "Una colección de Temas de muestra.\n" "Puedes encontrar más temas en http://forum.voodooprojects.org/index.php/board,7.0.html" +#~ msgid "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" +#~ msgstr "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" + +#~ msgid "Chameleon" +#~ msgstr "Chameleon" + #~ msgid "Install Type" #~ msgstr "Tipo de Instalación" Index: branches/ErmaC/Enoch/package/po/fr.po =================================================================== --- branches/ErmaC/Enoch/package/po/fr.po (revision 2678) +++ branches/ErmaC/Enoch/package/po/fr.po (revision 2679) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Chameleon 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-13 18:09+0000\n" +"POT-Creation-Date: 2015-05-10 14:42+0200\n" "PO-Revision-Date: 2015-02-13 18:29-0000\n" "Last-Translator: JrCs \n" "Language-Team: fr \n" @@ -21,13 +21,15 @@ #. type: Content of:

#: Resources/templates/Welcome.html:22 -msgid "Chameleon" -msgstr "Chameleon" +msgid "Enoch" +msgstr "" #. type: Content of:

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

#: Resources/templates/Welcome.html:25 @@ -282,63 +284,125 @@ "boot1 (Sur le secteur d'amorçage de la partition) qui cherche boot2.\n" "boot2 (A la racine de la partition) qui charge le noyau, etc." -#. type: "Default_title" +#. type: "BootNo_title" #: Resources/templates/Localizable.strings:25 -#: Resources/templates/Localizable.strings:699 #, no-wrap -msgid "Standard" -msgstr "Standard" +msgid "Don't install the Bootloader" +msgstr "Ne pas installer le chargeur de démarrage" -#. type: "Standard_description" +#. type: "BootNo_description" #: Resources/templates/Localizable.strings:26 #, no-wrap -msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." -msgstr "Installe les fichiers de Chameleon sur la racine de la partition sélectionnée en utilisant soit boot0, soit boot0md, selon votre système, sans détruire aucune installation Windows existante, si il y en a une." +msgid "Useful if you only want to install the extra's." +msgstr "Utile si vous souhaitez installer seulement les extra (options)." -#. type: "noboot_title" +#. type: "Stages_title" #: Resources/templates/Localizable.strings:28 -#, no-wrap -msgid "Don't install the Bootloader" -msgstr "Ne pas installer le chargeur de démarrage" +#, fuzzy, no-wrap +#| msgid "Chameleon Bootloader Package" +msgid "Bootloader Stages" +msgstr "Chargeur de Démarrage Chameleon" -#. type: "noboot_description" +#. type: "Stages_description" #: Resources/templates/Localizable.strings:29 #, no-wrap -msgid "Useful if you only want to install the extra's." -msgstr "Utile si vous souhaitez installer seulement les extra (options)." +msgid "" +"Here you can chose to skip the bootloader installation completely or partially.\n" +"This can be usefull if you want to write Extra's, or skip some stage (0,1 and activation of the target partition).\n" +"Skipping all stages permit you to leave as is already working boot sectors, especially usefull with 4k drives.\n" +"boot is always copied to the target partition when you are skipping one or more stages." +msgstr "" +#. type: "SkipStage0_title" +#: Resources/templates/Localizable.strings:34 +#, no-wrap +msgid "Skip Stage 0" +msgstr "" + +#. type: "SkipStage0_description" +#: Resources/templates/Localizable.strings:35 +#, no-wrap +msgid "" +"Avoid writing stage 0 to the target disk.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipStage1_title" +#: Resources/templates/Localizable.strings:38 +#, no-wrap +msgid "Skip Stage 1" +msgstr "" + +#. type: "SkipStage1_description" +#: Resources/templates/Localizable.strings:39 +#, no-wrap +msgid "" +"Avoid writing stage 1 to the partition boot sector.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipActivePartition_title" +#: Resources/templates/Localizable.strings:42 +#, no-wrap +msgid "Skip Activation" +msgstr "" + +#. type: "SkipActivePartition_description" +#: Resources/templates/Localizable.strings:43 +#, no-wrap +msgid "" +"Prevents activation of the target partition.\n" +"Some old motherboards have a bad implementation of GPT in bios and they can not find partitions if marked active unger Guid Partition Table.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "Standard_title" +#: Resources/templates/Localizable.strings:47 +#, fuzzy, no-wrap +#| msgid " has been written to the root of your chosen partition." +msgid "Install Chameleon in the chosen partition." +msgstr " a été écrit à la racine de la partition choisie." + +#. type: "Standard_description" +#: Resources/templates/Localizable.strings:48 +#, fuzzy, no-wrap +#| msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." +msgid "Install Chameleon's files to the root of the selected partition using either boot0, boot0md or boot0hfs depending on your system without destroying any existing Windows installation if you have one." +msgstr "Installe les fichiers de Chameleon sur la racine de la partition sélectionnée en utilisant soit boot0, soit boot0md, selon votre système, sans détruire aucune installation Windows existante, si il y en a une." + #. type: "EFI_title" -#: Resources/templates/Localizable.strings:31 +#: Resources/templates/Localizable.strings:50 #, no-wrap msgid "Install Chameleon in the ESP" msgstr "" #. type: "EFI_description" -#: Resources/templates/Localizable.strings:32 -#, no-wrap -msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +#: Resources/templates/Localizable.strings:51 +#, fuzzy, no-wrap +#| msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0, boot0md or boot0hfs depending on your system." msgstr "Installe les fichiers de Chameleon sur la partition système cachée 'EFI' en utilisant soit boot0, soit boot0md, selon votre système, sans détruire aucune installation Windows existante, si il y en a une." #. type: "Module_title" -#: Resources/templates/Localizable.strings:37 +#: Resources/templates/Localizable.strings:56 #, no-wrap msgid "Modules" msgstr "Modules" #. type: "Module_description" -#: Resources/templates/Localizable.strings:38 +#: Resources/templates/Localizable.strings:57 #, no-wrap msgid "The modules system incorporated in chameleon allows for a user or developer to extend the core functionality of chameleon without replacing the main boot file." msgstr "Le système de modules inclus dans Chameleon permet à l'utilisateur ou au développeur d'étendre les fonctionnalités de Chameleon sans remplacer le fichier de démarrage principal." #. type: "klibc_title" -#: Resources/templates/Localizable.strings:40 +#: Resources/templates/Localizable.strings:59 #, no-wrap msgid "klibc" msgstr "klibc" #. type: "klibc_description" -#: Resources/templates/Localizable.strings:41 +#: Resources/templates/Localizable.strings:60 #, no-wrap msgid "" "This module provides a standard c library for modules to link to if the library provided by chameleon is insufficient.\n" @@ -350,13 +414,13 @@ "Source: http://www.kernel.org/pub/linux/libs/klibc/" #. type: "ACPICodec_title" -#: Resources/templates/Localizable.strings:45 +#: Resources/templates/Localizable.strings:64 #, no-wrap msgid "ACPICodec" msgstr "ACPICodec" #. type: "ACPICodec_description" -#: Resources/templates/Localizable.strings:46 +#: Resources/templates/Localizable.strings:65 #, no-wrap msgid "" "This module provides a substitute for the internal acpi patcher.\n" @@ -366,13 +430,13 @@ "Dépendances: aucune" #. type: "HDAEnabler_title" -#: Resources/templates/Localizable.strings:49 +#: Resources/templates/Localizable.strings:68 #, no-wrap msgid "HDAEnabler" msgstr "HDAEnabler" #. type: "HDAEnabler_description" -#: Resources/templates/Localizable.strings:50 +#: Resources/templates/Localizable.strings:69 #, no-wrap msgid "" "HDAEnabler module, this module provides a substitute for the Hight Definition Audio DSDT Edits.\n" @@ -382,13 +446,13 @@ "Dépendances: aucune" #. type: "FileNVRAM_title" -#: Resources/templates/Localizable.strings:53 +#: Resources/templates/Localizable.strings:72 #, no-wrap msgid "FileNVRAM" msgstr "FileNVRAM" #. type: "FileNVRAM_description" -#: Resources/templates/Localizable.strings:54 +#: Resources/templates/Localizable.strings:73 #, no-wrap msgid "" "FileNVRAM module for preloading NVRAM values.\n" @@ -398,13 +462,13 @@ "Dépendances: aucune" #. type: "Sata_title" -#: Resources/templates/Localizable.strings:57 +#: Resources/templates/Localizable.strings:76 #, no-wrap msgid "Sata" msgstr "Sata" #. type: "Sata_description" -#: Resources/templates/Localizable.strings:58 +#: Resources/templates/Localizable.strings:77 #, no-wrap msgid "" "Sata module, known as YellowIconFixer in cparm's branch.\n" @@ -416,14 +480,14 @@ "Dépendances: aucune" #. type: "Resolution_title" -#: Resources/templates/Localizable.strings:62 -#: Resources/templates/Localizable.strings:732 +#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:751 #, no-wrap msgid "Resolution" msgstr "Résolution graphique" #. type: "AutoReso_description" -#: Resources/templates/Localizable.strings:63 +#: Resources/templates/Localizable.strings:82 #, no-wrap msgid "" "This module reads the edid information from the monitor attached to the main display.\n" @@ -435,13 +499,13 @@ "Additionnellement, ce module va patcher les modes VESA disponibles dans les cartes pre-Intel HD Graphics pour obtenir une résolution correcte lors du démarrage." #. type: "uClibc_title" -#: Resources/templates/Localizable.strings:67 +#: Resources/templates/Localizable.strings:86 #, no-wrap msgid "uClibc++" msgstr "uClibc++" #. type: "uClibc_description" -#: Resources/templates/Localizable.strings:68 +#: Resources/templates/Localizable.strings:87 #, no-wrap msgid "" "This module provides a minimalistic c++ runtime library for use in other modules. This does not provide functionality by itself, instead it is used to allow for the c++ language to be used in other modules.\n" @@ -455,13 +519,13 @@ "Dépendances : klibc" #. type: "KernelPatcher_title" -#: Resources/templates/Localizable.strings:73 +#: Resources/templates/Localizable.strings:92 #, no-wrap msgid "Kernel Patcher" msgstr "Kernel Patcher" #. type: "KernelPatcher_description" -#: Resources/templates/Localizable.strings:74 +#: Resources/templates/Localizable.strings:93 #, no-wrap msgid "" "The KernelPatcher module provides patches for the following:\n" @@ -479,13 +543,13 @@ "Dépendances: aucun" #. type: "KextPatcher_title" -#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:100 #, no-wrap msgid "Kext Patcher" msgstr "Kext Patcher" #. type: "KextPatcher_description" -#: Resources/templates/Localizable.strings:82 +#: Resources/templates/Localizable.strings:101 #, no-wrap msgid "" "The KextPatcher module provides patches for the following:\n" @@ -495,13 +559,13 @@ "Dépendances: aucune" #. type: "NVIDIAGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:85 +#: Resources/templates/Localizable.strings:104 #, no-wrap msgid "NVIDIAGraphicsEnabler" msgstr "NVIDIAGraphicsEnabler" #. type: "NVIDIAGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:86 +#: Resources/templates/Localizable.strings:105 #, no-wrap msgid "" "The GraphicsEnabler nVidia code ported to a module.\n" @@ -511,13 +575,13 @@ "Dépendances: aucun" #. type: "GraphicsEnablerModule_title" -#: Resources/templates/Localizable.strings:89 +#: Resources/templates/Localizable.strings:108 #, no-wrap msgid "GraphicsEnabler" msgstr "GraphicsEnabler" #. type: "GraphicsEnablerModule_description" -#: Resources/templates/Localizable.strings:90 +#: Resources/templates/Localizable.strings:109 #, no-wrap msgid "" "The GraphicsEnabler code ported to a module.\n" @@ -527,13 +591,13 @@ "Dépendances: aucun" #. type: "AMDGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:93 +#: Resources/templates/Localizable.strings:112 #, no-wrap msgid "AMDGraphicsEnabler" msgstr "AMDGraphicsEnabler" #. type: "AMDGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:94 +#: Resources/templates/Localizable.strings:113 #, no-wrap msgid "" "The GraphicsEnabler AMD/ATi code ported to a module.\n" @@ -543,13 +607,13 @@ "Dépendances: aucun" #. type: "IntelGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:97 +#: Resources/templates/Localizable.strings:116 #, no-wrap msgid "IntelGraphicsEnabler" msgstr "IntelGraphicsEnabler" #. type: "IntelGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:98 +#: Resources/templates/Localizable.strings:117 #, no-wrap msgid "" "The GraphicsEnabler gma(Intel) code ported to a module.\n" @@ -559,638 +623,638 @@ "Dépendances: aucun" #. type: "Options_title" -#: Resources/templates/Localizable.strings:106 +#: Resources/templates/Localizable.strings:125 #, no-wrap msgid "Settings" msgstr "Options" #. type: "Options_description" -#: Resources/templates/Localizable.strings:107 +#: Resources/templates/Localizable.strings:126 #, no-wrap msgid "Create an /Extra/org.chameleon.Boot.plist by selecting any of these boot options and kernel flags." msgstr "Crée un fichier /Extra/org.chameleon.Boot.plist en sélectionnant n'importe quelle option de démarrage ou argument de noyau." #. type: "BootBanner_title" -#: Resources/templates/Localizable.strings:109 +#: Resources/templates/Localizable.strings:128 #, no-wrap msgid "BootBanner=No" msgstr "BootBanner=No" #. type: "BootBanner_description" -#: Resources/templates/Localizable.strings:110 +#: Resources/templates/Localizable.strings:129 #, no-wrap msgid "Hides Chameleon's boot banner in GUI. This is the text that is drawn at the top left corner of the screen displaying the release version etc." msgstr "Cache la bannière de démarrage de l'interface utilisateur. C'est le texte en haut à gauche qui indique la version de Chameleon, etc." #. type: "GUI_title" -#: Resources/templates/Localizable.strings:112 +#: Resources/templates/Localizable.strings:131 #, no-wrap msgid "GUI=No" msgstr "GUI=No" #. type: "GUI_description" -#: Resources/templates/Localizable.strings:113 +#: Resources/templates/Localizable.strings:132 #, no-wrap msgid "Disables the default enabled graphic user interface." msgstr "Désactive l'interface utilisateur activée par défaut." #. type: "LegacyLogo_title" -#: Resources/templates/Localizable.strings:115 +#: Resources/templates/Localizable.strings:134 #, no-wrap msgid "LegacyLogo=Yes" msgstr "LegacyLogo=Yes" #. type: "LegacyLogo_description" -#: Resources/templates/Localizable.strings:116 +#: Resources/templates/Localizable.strings:135 #, no-wrap msgid "Use the legacy 'dark grey' apple logo on the light grey screen for the boot process rather than the boot.png in the theme." msgstr "Utilise le logo Apple original (gris foncé) et l'écran gris clair lors du démarrage, au lieu du boot.png fourni dans le theme." #. type: "InstantMenu_title" -#: Resources/templates/Localizable.strings:118 +#: Resources/templates/Localizable.strings:137 #, no-wrap msgid "InstantMenu=Yes" msgstr "InstantMenu=Yes" #. type: "InstantMenu_description" -#: Resources/templates/Localizable.strings:119 +#: Resources/templates/Localizable.strings:138 #, no-wrap msgid "By default, when Chameleon loads you'll see the icon for the current default partition, along with a timeout progress bar which left alone will count down before Chameleon automatically boots that partition. This options skips that and takes you directly to the device selection screen." msgstr "Vous emmène directement à l'écran de sélection des partitions. Passe l'écran de décompte du temps (petite barre qui décompte le temps et démarre directement sur la partition par défaut à sa fin)." #. type: "QuietBoot_title" -#: Resources/templates/Localizable.strings:121 +#: Resources/templates/Localizable.strings:140 #, no-wrap msgid "QuietBoot=Yes" msgstr "QuietBoot=Yes" #. type: "QuietBoot_description" -#: Resources/templates/Localizable.strings:122 +#: Resources/templates/Localizable.strings:141 #, no-wrap msgid "Enable quiet boot mode (no messages or prompt)." msgstr "Active le mode de démarrage silencieux (aucun messages ou invite de commandes)." #. type: "ShowInfo_title" -#: Resources/templates/Localizable.strings:124 +#: Resources/templates/Localizable.strings:143 #, no-wrap msgid "ShowInfo=Yes" msgstr "ShowInfo=Yes" #. type: "ShowInfo_description" -#: Resources/templates/Localizable.strings:125 +#: Resources/templates/Localizable.strings:144 #, no-wrap msgid "Enables display of partition and resolution details shown on the left side of the GUI under the boot banner. This is useful information for troubleshooting, though can clash with certain themes." msgstr "Active l'affichage des détails de la partition et des résolutions en dessous de la bannière de démarrage (en haut à gauche). Utile pour le débogage mais peut nuire à certains themes." #. type: "Wait_title" -#: Resources/templates/Localizable.strings:127 +#: Resources/templates/Localizable.strings:146 #, no-wrap msgid "Wait=Yes" msgstr "Wait=Yes" #. type: "Wait_description" -#: Resources/templates/Localizable.strings:128 +#: Resources/templates/Localizable.strings:147 #, no-wrap msgid "Pauses the boot process after Chameleon has finished it's setup then waits for a key press before it starts the mach kernel. Useful when combined with verbose boot for troubleshooting." msgstr "Met le processus de démarrage en pause après les actions de Chameleon. Attends qu'une touche soit préssée pour démarrer le noyau. Utile pour le débogage quand combiné avec le mode de démarrage diagnostic." #. type: "PrivateData_title" -#: Resources/templates/Localizable.strings:130 +#: Resources/templates/Localizable.strings:149 #, no-wrap msgid "PrivateData=No" msgstr "PrivateData=No" #. type: "PrivateData_description" -#: Resources/templates/Localizable.strings:131 +#: Resources/templates/Localizable.strings:150 #, no-wrap msgid "Show masked data (serial number) in bdmesg log (enbaled by default)." msgstr "" #. type: "USBBusFix_title" -#: Resources/templates/Localizable.strings:135 +#: Resources/templates/Localizable.strings:154 #, no-wrap msgid "USBBusFix=Yes" msgstr "USBBusFix=Yes" #. type: "USBBusFix_description" -#: Resources/templates/Localizable.strings:136 +#: Resources/templates/Localizable.strings:155 #, no-wrap msgid "Enable the XHCI, EHCI and UHCI fixes (disabled by default)." msgstr "" #. type: "USBLegacyOff_title" -#: Resources/templates/Localizable.strings:138 +#: Resources/templates/Localizable.strings:157 #, no-wrap msgid "USBLegacyOff=Yes" msgstr "USBLegacyOff=Yes" #. type: "USBLegacyOff_description" -#: Resources/templates/Localizable.strings:139 +#: Resources/templates/Localizable.strings:158 #, no-wrap msgid "Force USB Legacy off for XHCI and EHCI (disabled by default)." msgstr "" #. type: "XHCILegacyOff_title" -#: Resources/templates/Localizable.strings:141 +#: Resources/templates/Localizable.strings:160 #, no-wrap msgid "XHCILegacyOff=Yes" msgstr "XHCILegacyOff=Yes" #. type: "XHCILegacyOff_description" -#: Resources/templates/Localizable.strings:142 +#: Resources/templates/Localizable.strings:161 #, no-wrap msgid "Force USB Legacy off for XHCI (disabled by default)." msgstr "" #. type: "UHCIreset_title" -#: Resources/templates/Localizable.strings:144 +#: Resources/templates/Localizable.strings:163 #, no-wrap msgid "UHCIreset=Yes" msgstr "UHCIreset=Yes" #. type: "UHCIreset_description" -#: Resources/templates/Localizable.strings:145 +#: Resources/templates/Localizable.strings:164 #, no-wrap msgid "Enables the option to reset UHCI controllers before starting OS X." msgstr "Réinitialise les controlleurs UHCI avant le démarrage de Mac OS X." #. type: "EHCIacquire_title" -#: Resources/templates/Localizable.strings:147 +#: Resources/templates/Localizable.strings:166 #, no-wrap msgid "EHCIacquire=Yes" msgstr "EHCIacquire=Yes" #. type: "EHCIacquire_description" -#: Resources/templates/Localizable.strings:148 +#: Resources/templates/Localizable.strings:167 #, no-wrap msgid "Enables the option to fix any EHCI ownership issues due to bad bioses." msgstr "Règle les problèmes de propriétaire EHCI causés par de mauvais BIOS." #. type: "arch_title" -#: Resources/templates/Localizable.strings:150 +#: Resources/templates/Localizable.strings:169 #, no-wrap msgid "arch=i386" msgstr "arch=i386" #. type: "arch_description" -#: Resources/templates/Localizable.strings:151 +#: Resources/templates/Localizable.strings:170 #, no-wrap msgid "Boots the kernel in 32bit mode rather than the default 64bit mode." msgstr "Démarre le noyau en mode 32-bit au lieu de 64-bit (par défaut)." #. type: "EthernetBuiltIn_title" -#: Resources/templates/Localizable.strings:153 +#: Resources/templates/Localizable.strings:172 #, no-wrap msgid "EthernetBuiltIn=Yes" msgstr "EthernetBuiltIn=Yes" #. type: "EthernetBuiltIn_description" -#: Resources/templates/Localizable.strings:154 +#: Resources/templates/Localizable.strings:173 #, no-wrap msgid "Enables the option of adding 'built-in' to your ethernet devices." msgstr "Ajoute la chaine 'built-in' aux périphériques ethernet." #. type: "EnableWifi_title" -#: Resources/templates/Localizable.strings:156 +#: Resources/templates/Localizable.strings:175 #, no-wrap msgid "EnableWifi=Yes" msgstr "EnableWifi=Yes" #. type: "EnableWifi_description" -#: Resources/templates/Localizable.strings:157 +#: Resources/templates/Localizable.strings:176 #, no-wrap msgid "Enables the option of adding AirPort values to your wireless device." msgstr "Active l'option pour ajouter les valeurs AirPort à votre périphérique sans fil." #. type: "ForceHPET_title" -#: Resources/templates/Localizable.strings:159 +#: Resources/templates/Localizable.strings:178 #, no-wrap msgid "ForceHPET=Yes" msgstr "ForceHPET=Yes" #. type: "ForceHPET_description" -#: Resources/templates/Localizable.strings:160 +#: Resources/templates/Localizable.strings:179 #, no-wrap msgid "Enables HPET on intel chipsets, for bioses that dont include the option." msgstr "Active HPET sur les jeux de composants Intel, pour les BIOS qui n'incluent pas cette option." #. type: "ForceWake_title" -#: Resources/templates/Localizable.strings:162 +#: Resources/templates/Localizable.strings:181 #, no-wrap msgid "ForceWake=Yes" msgstr "ForceWake=Yes" #. type: "ForceWake_description" -#: Resources/templates/Localizable.strings:163 +#: Resources/templates/Localizable.strings:182 #, no-wrap msgid "This option enables you to bypass bad sleep images." msgstr "Permet d'outrepasser les mauvaises images d'hibernation." #. type: "ForceFullMemInfo_title" -#: Resources/templates/Localizable.strings:165 +#: Resources/templates/Localizable.strings:184 #, no-wrap msgid "ForceFullMemInfo=Yes" msgstr "ForceFullMemInfo=Yes" #. type: "ForceFullMemInfo_description" -#: Resources/templates/Localizable.strings:166 +#: Resources/templates/Localizable.strings:185 #, no-wrap msgid "Force SMBIOS Table 17 to be 27 bytes long." msgstr "" #. type: "RestartFix_title" -#: Resources/templates/Localizable.strings:168 +#: Resources/templates/Localizable.strings:187 #, no-wrap msgid "RestartFix=No" msgstr "RestartFix=No" #. type: "RestartFix_description" -#: Resources/templates/Localizable.strings:169 +#: Resources/templates/Localizable.strings:188 #, no-wrap msgid "Disables the automatically enabled restart fix." msgstr "Désactive le patch de redémarrage automatiquement appliqué." #. type: "UseMemDetect_title" -#: Resources/templates/Localizable.strings:171 +#: Resources/templates/Localizable.strings:190 #, no-wrap msgid "UseMemDetect=No" msgstr "UseMemDetect=No" #. type: "UseMemDetect_description" -#: Resources/templates/Localizable.strings:172 +#: Resources/templates/Localizable.strings:191 #, no-wrap msgid "Disables the automatically enabled RAM recognition." msgstr "Désactive la détection mémoire (RAM) automatique." #. type: "UseKernelCache_title" -#: Resources/templates/Localizable.strings:174 +#: Resources/templates/Localizable.strings:193 #, no-wrap msgid "UseKernelCache=Yes" msgstr "UseKernelCache=Yes" #. type: "UseKernelCache_description" -#: Resources/templates/Localizable.strings:175 +#: Resources/templates/Localizable.strings:194 #, no-wrap msgid "For Lion only. Enables loading of the pre-linked kernel. This will ignore /E/E and /S/L/E. ONLY use this is you have know it contains everything you need." msgstr "Pour Lion seulement. Active le chargement du kernel pré-linké. Cela ignorera /E/E et /S/L/E. AVANT UTILISATION, assurez vous que le cache contient tout ce que vous avez besoin." #. type: "Wake_title" -#: Resources/templates/Localizable.strings:177 +#: Resources/templates/Localizable.strings:196 #, no-wrap msgid "Wake=Yes" msgstr "Wake=Yes" #. type: "Wake_description" -#: Resources/templates/Localizable.strings:178 +#: Resources/templates/Localizable.strings:197 #, no-wrap msgid "Attempts to load the sleep image saved from last hibernation." msgstr "Essaye de charger une image d'hibernation sauvegardée lors de la précédente mise en veille." #. type: "CSTUsingSystemIO_title" -#: Resources/templates/Localizable.strings:182 +#: Resources/templates/Localizable.strings:201 #, no-wrap msgid "CSTUsingSystemIO=Yes" msgstr "CSTUsingSystemIO=Yes" #. type: "CSTUsingSystemIO_description" -#: Resources/templates/Localizable.strings:183 +#: Resources/templates/Localizable.strings:202 #, no-wrap msgid "New C-State _CST generation method using SystemIO registers instead of FixedHW." msgstr "Nouvelle méthode de génétation des C-State _CST en utilisant les registres SystemIO au lieu de FixedHW." #. type: "DropSSDT_title" -#: Resources/templates/Localizable.strings:185 +#: Resources/templates/Localizable.strings:204 #, no-wrap msgid "DropSSDT=Yes" msgstr "DropSSDT=Yes" #. type: "DropSSDT_description" -#: Resources/templates/Localizable.strings:186 +#: Resources/templates/Localizable.strings:205 #, no-wrap msgid "Discard the motherboard's built-in SSDT tables." msgstr "Ignore les tables SSDT de la carte mère." #. type: "DropHPET_title" -#: Resources/templates/Localizable.strings:188 +#: Resources/templates/Localizable.strings:207 #, no-wrap msgid "DropHPET=Yes" msgstr "DropHPET=Yes" #. type: "DropHPET_description" -#: Resources/templates/Localizable.strings:189 +#: Resources/templates/Localizable.strings:208 #, no-wrap msgid "Discard the motherboard's built-in HPET table." msgstr "Ignore les tables HPET de la carte mère." #. type: "DropSBST_title" -#: Resources/templates/Localizable.strings:191 +#: Resources/templates/Localizable.strings:210 #, no-wrap msgid "DropSBST=Yes" msgstr "DropSBST=Yes" #. type: "DropSBST_description" -#: Resources/templates/Localizable.strings:192 +#: Resources/templates/Localizable.strings:211 #, no-wrap msgid "Discard the motherboard's built-in SBST table." msgstr "Ignore les tables SBST de la carte mère." #. type: "DropECDT_title" -#: Resources/templates/Localizable.strings:194 +#: Resources/templates/Localizable.strings:213 #, no-wrap msgid "DropECDT=Yes" msgstr "DropSBST=Yes" #. type: "DropECDT_description" -#: Resources/templates/Localizable.strings:195 +#: Resources/templates/Localizable.strings:214 #, no-wrap msgid "Discard the motherboard's built-in ECDT table." msgstr "Ignore les tables ECDT de la carte mère." #. type: "DropASFT_title" -#: Resources/templates/Localizable.strings:197 +#: Resources/templates/Localizable.strings:216 #, no-wrap msgid "DropASFT=Yes" msgstr "DropASFT=Yes" #. type: "DropASFT_description" -#: Resources/templates/Localizable.strings:198 +#: Resources/templates/Localizable.strings:217 #, no-wrap msgid "Discard the motherboard's built-in ASF! table." msgstr "Ignore les tables ASF! de la carte mère." #. type: "DropDMAR_title" -#: Resources/templates/Localizable.strings:200 +#: Resources/templates/Localizable.strings:219 #, no-wrap msgid "DropDMAR=Yes" msgstr "DropDMAR=Yes" #. type: "DropDMAR_description" -#: Resources/templates/Localizable.strings:201 +#: Resources/templates/Localizable.strings:220 #, no-wrap msgid "Discard the motherboard's built-in DMAR table, this key action resolve the problem with VT-d panics." msgstr "Ignore les tables DMAR de la carte mère, cette action clé régler le problème avec les erreurs VT-d" #. type: "EnableC2State_title" -#: Resources/templates/Localizable.strings:203 +#: Resources/templates/Localizable.strings:222 #, no-wrap msgid "EnableC2State=Yes" msgstr "EnableC2State=Yes" #. type: "EnableC2State_description" -#: Resources/templates/Localizable.strings:204 +#: Resources/templates/Localizable.strings:223 #, no-wrap msgid "Enable specific Processor power state, C2." msgstr "Active l'état d'alimentation spécial C2 du processeur." #. type: "EnableC3State_title" -#: Resources/templates/Localizable.strings:206 +#: Resources/templates/Localizable.strings:225 #, no-wrap msgid "EnableC3State=Yes" msgstr "EnableC3State=Yes" #. type: "EnableC3State_description" -#: Resources/templates/Localizable.strings:207 +#: Resources/templates/Localizable.strings:226 #, no-wrap msgid "Enable specific Processor power state, C3." msgstr "Active l'état d'alimentation spécial C3 du processeur." #. type: "EnableC4State_title" -#: Resources/templates/Localizable.strings:209 +#: Resources/templates/Localizable.strings:228 #, no-wrap msgid "EnableC4State=Yes" msgstr "EnableC4State=Yes" #. type: "EnableC4State_description" -#: Resources/templates/Localizable.strings:210 +#: Resources/templates/Localizable.strings:229 #, no-wrap msgid "Enable specific Processor power state, C4." msgstr "Active l'état d'alimentation spécial C4 du processeur." #. type: "EnableC6State_title" -#: Resources/templates/Localizable.strings:212 +#: Resources/templates/Localizable.strings:231 #, no-wrap msgid "EnableC6State=Yes" msgstr "EnableC6State=Yes" #. type: "EnableC6State_description" -#: Resources/templates/Localizable.strings:213 +#: Resources/templates/Localizable.strings:232 #, no-wrap msgid "Enable specific Processor power state, C6." msgstr "Active l'état d'alimentation spécial C6 du processeur." #. type: "EnableC7State_title" -#: Resources/templates/Localizable.strings:215 +#: Resources/templates/Localizable.strings:234 #, no-wrap msgid "EnableC7State=Yes" msgstr "EnableC7State=Yes" #. type: "EnableC7State_description" -#: Resources/templates/Localizable.strings:216 +#: Resources/templates/Localizable.strings:235 #, no-wrap msgid "Enable specific Processor power state, C7." msgstr "Active l'état d'alimentation spécial C7 du processeur." #. type: "GenerateCStates_title" -#: Resources/templates/Localizable.strings:218 +#: Resources/templates/Localizable.strings:237 #, no-wrap msgid "GenerateCStates=Yes" msgstr "GenerateCStates=Yes" #. type: "GenerateCStates_description" -#: Resources/templates/Localizable.strings:219 +#: Resources/templates/Localizable.strings:238 #, no-wrap msgid "Enable auto generation of processor idle sleep states (C-States)." msgstr "Active la génération automatique des états de repos et de veille du processeur (C-States)." #. type: "GeneratePStates_title" -#: Resources/templates/Localizable.strings:221 +#: Resources/templates/Localizable.strings:240 #, no-wrap msgid "GeneratePStates=Yes" msgstr "GeneratePStates=Yes" #. type: "GeneratePStates_description" -#: Resources/templates/Localizable.strings:222 +#: Resources/templates/Localizable.strings:241 #, no-wrap msgid "Enable auto generation of processor power performance states (P-States)." msgstr "Active la génération automatique des états d'alimentation de performance du processeur (P-States)." #. type: "GenerateTStates_title" -#: Resources/templates/Localizable.strings:224 +#: Resources/templates/Localizable.strings:243 #, no-wrap msgid "GenerateTStates=Yes" msgstr "GenerateTStates=Yes" #. type: "GenerateTStates_description" -#: Resources/templates/Localizable.strings:225 +#: Resources/templates/Localizable.strings:244 #, no-wrap msgid "Enable auto generation of processor power performance states (T-States)." msgstr "Active la génération automatique des états d'alimentation de performance du processeur (T-States)." #. type: "1024x600x32_title" -#: Resources/templates/Localizable.strings:229 +#: Resources/templates/Localizable.strings:248 #, no-wrap msgid "1024x600x32" msgstr "1024x600x32" #. type: "1024x600x32_description" -#: Resources/templates/Localizable.strings:230 +#: Resources/templates/Localizable.strings:249 #, no-wrap msgid "Set Graphics Mode to 1024x600x32" msgstr "Règle la résolution graphique à 1024x600x32" #. type: "1024x768x32_title" -#: Resources/templates/Localizable.strings:232 +#: Resources/templates/Localizable.strings:251 #, no-wrap msgid "1024x768x32" msgstr "1024x768x32" #. type: "1024x768x32_description" -#: Resources/templates/Localizable.strings:233 +#: Resources/templates/Localizable.strings:252 #, no-wrap msgid "Set Graphics Mode to 1024x768x32" msgstr "Règle la résolution graphique à 1024x768x32" #. type: "1280x768x32_title" -#: Resources/templates/Localizable.strings:235 +#: Resources/templates/Localizable.strings:254 #, no-wrap msgid "1280x768x32" msgstr "1280x768x32" #. type: "1280x768x32_description" -#: Resources/templates/Localizable.strings:236 +#: Resources/templates/Localizable.strings:255 #, no-wrap msgid "Set Graphics Mode to 1280x768x32" msgstr "Règle la résolution graphique à 1280x768x32" #. type: "1280x800x32_title" -#: Resources/templates/Localizable.strings:238 +#: Resources/templates/Localizable.strings:257 #, no-wrap msgid "1280x800x32" msgstr "1280x800x32" #. type: "1280x800x32_description" -#: Resources/templates/Localizable.strings:239 +#: Resources/templates/Localizable.strings:258 #, no-wrap msgid "Set Graphics Mode to 1280x800x32" msgstr "Règle la résolution graphique à 1280x800x32" #. type: "1280x1024x32_title" -#: Resources/templates/Localizable.strings:241 +#: Resources/templates/Localizable.strings:260 #, no-wrap msgid "1280x1024x32" msgstr "1280x1024x32" #. type: "1280x1024x32_description" -#: Resources/templates/Localizable.strings:242 +#: Resources/templates/Localizable.strings:261 #, no-wrap msgid "Set Graphics Mode to 1280x1024x32" msgstr "Règle la résolution graphique à 1280x1024x32" #. type: "1280x960x32_title" -#: Resources/templates/Localizable.strings:244 +#: Resources/templates/Localizable.strings:263 #, no-wrap msgid "1280x960x32" msgstr "1280x960x32" #. type: "1280x960x32_description" -#: Resources/templates/Localizable.strings:245 +#: Resources/templates/Localizable.strings:264 #, no-wrap msgid "Set Graphics Mode to 1280x960x32" msgstr "Règle la résolution graphique à 1280x960x32" #. type: "1366x768x32_title" -#: Resources/templates/Localizable.strings:247 +#: Resources/templates/Localizable.strings:266 #, no-wrap msgid "1366x768x32" msgstr "1366x768x32" #. type: "1366x768x32_description" -#: Resources/templates/Localizable.strings:248 +#: Resources/templates/Localizable.strings:267 #, no-wrap msgid "Set Graphics Mode to 1366x768x32" msgstr "Règle la résolution graphique à 1366x768x32" #. type: "1440x900x32_title" -#: Resources/templates/Localizable.strings:250 +#: Resources/templates/Localizable.strings:269 #, no-wrap msgid "1440x900x32" msgstr "1440x900x32" #. type: "1440x900x32_description" -#: Resources/templates/Localizable.strings:251 +#: Resources/templates/Localizable.strings:270 #, no-wrap msgid "Set Graphics Mode to 1440x900x32" msgstr "Règle la résolution graphique à 1440x900x32" #. type: "1600x900x32_title" -#: Resources/templates/Localizable.strings:253 +#: Resources/templates/Localizable.strings:272 #, no-wrap msgid "1600x900x32" msgstr "1600x900x32" #. type: "1600x900x32_description" -#: Resources/templates/Localizable.strings:254 +#: Resources/templates/Localizable.strings:273 #, no-wrap msgid "Set Graphics Mode to 1600x900x32" msgstr "Règle la résolution graphique à 1600x900x32" #. type: "1600x1200x32_title" -#: Resources/templates/Localizable.strings:256 +#: Resources/templates/Localizable.strings:275 #, no-wrap msgid "1600x1200x32" msgstr "1600x1200x32" #. type: "1600x1200x32_description" -#: Resources/templates/Localizable.strings:257 +#: Resources/templates/Localizable.strings:276 #, no-wrap msgid "Set Graphics Mode to 1600x1200x32" msgstr "Règle la résolution graphique à 1600x1200x32" #. type: "1680x1050x32_title" -#: Resources/templates/Localizable.strings:259 +#: Resources/templates/Localizable.strings:278 #, no-wrap msgid "1680x1050x32" msgstr "1680x1050x32" #. type: "1680x1050x32_description" -#: Resources/templates/Localizable.strings:260 +#: Resources/templates/Localizable.strings:279 #, no-wrap msgid "Set Graphics Mode to 1680x1050x32" msgstr "Règle la résolution graphique à 1680x1050x32" #. type: "1920x1080x32_title" -#: Resources/templates/Localizable.strings:262 +#: Resources/templates/Localizable.strings:281 #, no-wrap msgid "1920x1080x32" msgstr "1920x1080x32" #. type: "1920x1080x32_description" -#: Resources/templates/Localizable.strings:263 +#: Resources/templates/Localizable.strings:282 #, no-wrap msgid "Set Graphics Mode to 1920x1080x32" msgstr "Règle la résolution graphique à 1920x1080x32" #. type: "1920x1200x32_title" -#: Resources/templates/Localizable.strings:265 +#: Resources/templates/Localizable.strings:284 #, no-wrap msgid "1920x1200x32" msgstr "1920x1200x32" #. type: "1920x1200x32_description" -#: Resources/templates/Localizable.strings:266 +#: Resources/templates/Localizable.strings:285 #, no-wrap msgid "Set Graphics Mode to 1920x1200x32" msgstr "Règle la résolution graphique à 1920x1200x32" #. type: "HDAULayoutIDx01_title" -#: Resources/templates/Localizable.strings:270 -#: Resources/templates/Localizable.strings:376 +#: Resources/templates/Localizable.strings:289 +#: Resources/templates/Localizable.strings:395 #, no-wrap msgid "LayoutID=1" msgstr "LayoutID=1" #. type: "HDEFLayoutIDx01_description" -#: Resources/templates/Localizable.strings:271 +#: Resources/templates/Localizable.strings:290 #, no-wrap msgid "" "Set HDEF layout-it to 1:\n" @@ -1200,14 +1264,14 @@ "001 (0x01, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx02_title" -#: Resources/templates/Localizable.strings:274 -#: Resources/templates/Localizable.strings:380 +#: Resources/templates/Localizable.strings:293 +#: Resources/templates/Localizable.strings:399 #, no-wrap msgid "LayoutID=2" msgstr "LayoutID=2" #. type: "HDEFLayoutIDx02_description" -#: Resources/templates/Localizable.strings:275 +#: Resources/templates/Localizable.strings:294 #, no-wrap msgid "" "Set HDEF layout-it to 2:\n" @@ -1217,14 +1281,14 @@ "002 (0x02, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx03_title" -#: Resources/templates/Localizable.strings:278 -#: Resources/templates/Localizable.strings:384 +#: Resources/templates/Localizable.strings:297 +#: Resources/templates/Localizable.strings:403 #, no-wrap msgid "LayoutID=3" msgstr "LayoutID=3" #. type: "HDEFLayoutIDx03_description" -#: Resources/templates/Localizable.strings:279 +#: Resources/templates/Localizable.strings:298 #, no-wrap msgid "" "Set HDEF layout-it to 3:\n" @@ -1234,14 +1298,14 @@ "003 (0x03, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx05_title" -#: Resources/templates/Localizable.strings:282 -#: Resources/templates/Localizable.strings:388 +#: Resources/templates/Localizable.strings:301 +#: Resources/templates/Localizable.strings:407 #, no-wrap msgid "LayoutID=5" msgstr "LayoutID=5" #. type: "HDEFLayoutIDx05_description" -#: Resources/templates/Localizable.strings:283 +#: Resources/templates/Localizable.strings:302 #, no-wrap msgid "" "Set HDEF layout-it to 5:\n" @@ -1251,14 +1315,14 @@ "005 (0x05, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx07_title" -#: Resources/templates/Localizable.strings:286 -#: Resources/templates/Localizable.strings:392 +#: Resources/templates/Localizable.strings:305 +#: Resources/templates/Localizable.strings:411 #, no-wrap msgid "LayoutID=7" msgstr "LayoutID=7" #. type: "HDEFLayoutIDx07_description" -#: Resources/templates/Localizable.strings:287 +#: Resources/templates/Localizable.strings:306 #, no-wrap msgid "" "Set HDEF layout-it to 7:\n" @@ -1268,14 +1332,14 @@ "007 (0x07, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx12_title" -#: Resources/templates/Localizable.strings:290 -#: Resources/templates/Localizable.strings:396 +#: Resources/templates/Localizable.strings:309 +#: Resources/templates/Localizable.strings:415 #, no-wrap msgid "LayoutID=12" msgstr "LayoutID=12" #. type: "HDEFLayoutIDx12_description" -#: Resources/templates/Localizable.strings:291 +#: Resources/templates/Localizable.strings:310 #, no-wrap msgid "" "Set HDEF layout-it to 12:\n" @@ -1285,14 +1349,14 @@ "00C (0x0C, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx32_title" -#: Resources/templates/Localizable.strings:294 -#: Resources/templates/Localizable.strings:400 +#: Resources/templates/Localizable.strings:313 +#: Resources/templates/Localizable.strings:419 #, no-wrap msgid "LayoutID=32" msgstr "LayoutID=32" #. type: "HDEFLayoutIDx32_description" -#: Resources/templates/Localizable.strings:295 +#: Resources/templates/Localizable.strings:314 #, no-wrap msgid "" "Set HDEF layout-it to 32:\n" @@ -1300,14 +1364,14 @@ msgstr "" #. type: "HDAULayoutIDx40_title" -#: Resources/templates/Localizable.strings:298 -#: Resources/templates/Localizable.strings:404 +#: Resources/templates/Localizable.strings:317 +#: Resources/templates/Localizable.strings:423 #, no-wrap msgid "LayoutID=40" msgstr "LayoutID=40" #. type: "HDEFLayoutIDx40_description" -#: Resources/templates/Localizable.strings:299 +#: Resources/templates/Localizable.strings:318 #, no-wrap msgid "" "Set HDEF layout-it to 40:\n" @@ -1317,14 +1381,14 @@ "028 (0x28, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx65_title" -#: Resources/templates/Localizable.strings:302 -#: Resources/templates/Localizable.strings:408 +#: Resources/templates/Localizable.strings:321 +#: Resources/templates/Localizable.strings:427 #, no-wrap msgid "LayoutID=65" msgstr "LayoutID=65" #. type: "HDEFLayoutIDx65_description" -#: Resources/templates/Localizable.strings:303 +#: Resources/templates/Localizable.strings:322 #, no-wrap msgid "" "Set HDEF layout-it to 65:\n" @@ -1334,14 +1398,14 @@ "041 (0x41, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx99_title" -#: Resources/templates/Localizable.strings:306 -#: Resources/templates/Localizable.strings:412 +#: Resources/templates/Localizable.strings:325 +#: Resources/templates/Localizable.strings:431 #, no-wrap msgid "LayoutID=99" msgstr "LayoutID=99" #. type: "HDEFLayoutIDx99_description" -#: Resources/templates/Localizable.strings:307 +#: Resources/templates/Localizable.strings:326 #, no-wrap msgid "" "Set HDEF layout-it to 99:\n" @@ -1351,14 +1415,14 @@ "063 (0x63, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx269_title" -#: Resources/templates/Localizable.strings:310 -#: Resources/templates/Localizable.strings:416 +#: Resources/templates/Localizable.strings:329 +#: Resources/templates/Localizable.strings:435 #, no-wrap msgid "LayoutID=269" msgstr "LayoutID=269" #. type: "HDEFLayoutIDx269_description" -#: Resources/templates/Localizable.strings:311 +#: Resources/templates/Localizable.strings:330 #, no-wrap msgid "" "Set HDEF layout-it to 269:\n" @@ -1368,14 +1432,14 @@ "10D (0x0D, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx387_title" -#: Resources/templates/Localizable.strings:314 -#: Resources/templates/Localizable.strings:420 +#: Resources/templates/Localizable.strings:333 +#: Resources/templates/Localizable.strings:439 #, no-wrap msgid "LayoutID=387" msgstr "LayoutID=387" #. type: "HDEFLayoutIDx387_description" -#: Resources/templates/Localizable.strings:315 +#: Resources/templates/Localizable.strings:334 #, no-wrap msgid "" "Set HDEF layout-it to 387:\n" @@ -1385,14 +1449,14 @@ "183 (0x83, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx388_title" -#: Resources/templates/Localizable.strings:318 -#: Resources/templates/Localizable.strings:424 +#: Resources/templates/Localizable.strings:337 +#: Resources/templates/Localizable.strings:443 #, no-wrap msgid "LayoutID=388" msgstr "LayoutID=388" #. type: "HDEFLayoutIDx388_description" -#: Resources/templates/Localizable.strings:319 +#: Resources/templates/Localizable.strings:338 #, no-wrap msgid "" "Set HDEF layout-it to 388:\n" @@ -1402,14 +1466,14 @@ "184 (0x84, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx389_title" -#: Resources/templates/Localizable.strings:322 -#: Resources/templates/Localizable.strings:428 +#: Resources/templates/Localizable.strings:341 +#: Resources/templates/Localizable.strings:447 #, no-wrap msgid "LayoutID=389" msgstr "LayoutID=389" #. type: "HDEFLayoutIDx389_description" -#: Resources/templates/Localizable.strings:323 +#: Resources/templates/Localizable.strings:342 #, no-wrap msgid "" "Set HDEF layout-it to 389:\n" @@ -1419,14 +1483,14 @@ "185 (0x85, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx392_title" -#: Resources/templates/Localizable.strings:326 -#: Resources/templates/Localizable.strings:432 +#: Resources/templates/Localizable.strings:345 +#: Resources/templates/Localizable.strings:451 #, no-wrap msgid "LayoutID=392" msgstr "LayoutID=392" #. type: "HDEFLayoutIDx392_description" -#: Resources/templates/Localizable.strings:327 +#: Resources/templates/Localizable.strings:346 #, no-wrap msgid "" "Set HDEF layout-it to 392:\n" @@ -1436,14 +1500,14 @@ "188 (0x88, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx398_title" -#: Resources/templates/Localizable.strings:330 -#: Resources/templates/Localizable.strings:436 +#: Resources/templates/Localizable.strings:349 +#: Resources/templates/Localizable.strings:455 #, no-wrap msgid "LayoutID=398" msgstr "LayoutID=398" #. type: "HDEFLayoutIDx398_description" -#: Resources/templates/Localizable.strings:331 +#: Resources/templates/Localizable.strings:350 #, no-wrap msgid "" "Set HDEF layout-it to 398:\n" @@ -1453,14 +1517,14 @@ "18E (0x8E, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx662_title" -#: Resources/templates/Localizable.strings:334 -#: Resources/templates/Localizable.strings:440 +#: Resources/templates/Localizable.strings:353 +#: Resources/templates/Localizable.strings:459 #, no-wrap msgid "LayoutID=662" msgstr "LayoutID=662" #. type: "HDEFLayoutIDx662_description" -#: Resources/templates/Localizable.strings:335 +#: Resources/templates/Localizable.strings:354 #, no-wrap msgid "" "Set HDEF layout-it to 662:\n" @@ -1470,14 +1534,14 @@ "296 (0x96, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx663_title" -#: Resources/templates/Localizable.strings:338 -#: Resources/templates/Localizable.strings:444 +#: Resources/templates/Localizable.strings:357 +#: Resources/templates/Localizable.strings:463 #, no-wrap msgid "LayoutID=663" msgstr "LayoutID=663" #. type: "HDEFLayoutIDx663_description" -#: Resources/templates/Localizable.strings:339 +#: Resources/templates/Localizable.strings:358 #, no-wrap msgid "" "Set HDEF layout-it to 663:\n" @@ -1487,14 +1551,14 @@ "297 (0x97, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx664_title" -#: Resources/templates/Localizable.strings:342 -#: Resources/templates/Localizable.strings:448 +#: Resources/templates/Localizable.strings:361 +#: Resources/templates/Localizable.strings:467 #, no-wrap msgid "LayoutID=664" msgstr "LayoutID=664" #. type: "HDEFLayoutIDx664_description" -#: Resources/templates/Localizable.strings:343 +#: Resources/templates/Localizable.strings:362 #, no-wrap msgid "" "Set HDEF layout-it to 664:\n" @@ -1504,14 +1568,14 @@ "298 (0x98, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx885_title" -#: Resources/templates/Localizable.strings:346 -#: Resources/templates/Localizable.strings:452 +#: Resources/templates/Localizable.strings:365 +#: Resources/templates/Localizable.strings:471 #, no-wrap msgid "LayoutID=885" msgstr "LayoutID=885" #. type: "HDEFLayoutIDx885_description" -#: Resources/templates/Localizable.strings:347 +#: Resources/templates/Localizable.strings:366 #, no-wrap msgid "" "Set HDEF layout-it to 885:\n" @@ -1521,14 +1585,14 @@ "375 (0x75, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx887_title" -#: Resources/templates/Localizable.strings:350 -#: Resources/templates/Localizable.strings:456 +#: Resources/templates/Localizable.strings:369 +#: Resources/templates/Localizable.strings:475 #, no-wrap msgid "LayoutID=887" msgstr "LayoutID=887" #. type: "HDEFLayoutIDx887_description" -#: Resources/templates/Localizable.strings:351 +#: Resources/templates/Localizable.strings:370 #, no-wrap msgid "" "Set HDEF layout-it to 887:\n" @@ -1538,14 +1602,14 @@ "377 (0x77, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx888_title" -#: Resources/templates/Localizable.strings:354 -#: Resources/templates/Localizable.strings:460 +#: Resources/templates/Localizable.strings:373 +#: Resources/templates/Localizable.strings:479 #, no-wrap msgid "LayoutID=888" msgstr "LayoutID=888" #. type: "HDEFLayoutIDx888_description" -#: Resources/templates/Localizable.strings:355 +#: Resources/templates/Localizable.strings:374 #, no-wrap msgid "" "Set HDEF layout-it to 888:\n" @@ -1555,14 +1619,14 @@ "378 (0x78, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx889_title" -#: Resources/templates/Localizable.strings:358 -#: Resources/templates/Localizable.strings:464 +#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:483 #, no-wrap msgid "LayoutID=889" msgstr "LayoutID=889" #. type: "HDEFLayoutIDx889_description" -#: Resources/templates/Localizable.strings:359 +#: Resources/templates/Localizable.strings:378 #, no-wrap msgid "" "Set HDEF layout-it to 889:\n" @@ -1572,14 +1636,14 @@ "379 (0x79, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx892_title" -#: Resources/templates/Localizable.strings:362 -#: Resources/templates/Localizable.strings:468 +#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:487 #, no-wrap msgid "LayoutID=892" msgstr "LayoutID=892" #. type: "HDEFLayoutIDx892_description" -#: Resources/templates/Localizable.strings:363 +#: Resources/templates/Localizable.strings:382 #, no-wrap msgid "" "Set HDEF layout-it to 892:\n" @@ -1589,14 +1653,14 @@ "37C (0x7C, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx898_title" -#: Resources/templates/Localizable.strings:366 -#: Resources/templates/Localizable.strings:472 +#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:491 #, no-wrap msgid "LayoutID=898" msgstr "LayoutID=898" #. type: "HDEFLayoutIDx898_description" -#: Resources/templates/Localizable.strings:367 +#: Resources/templates/Localizable.strings:386 #, no-wrap msgid "" "Set HDEF layout-it to 898:\n" @@ -1606,14 +1670,14 @@ "382 (0x82, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDxBD7_title" -#: Resources/templates/Localizable.strings:370 -#: Resources/templates/Localizable.strings:476 +#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:495 #, no-wrap msgid "LayoutID=1981" msgstr "LayoutID=1981" #. type: "HDEFLayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:371 +#: Resources/templates/Localizable.strings:390 #, no-wrap msgid "" "Set HDEF layout-it to 1981:\n" @@ -1623,7 +1687,7 @@ "7BD (0xBD, 0x07, 0x00, 0x00)." #. type: "HDAULayoutIDx01_description" -#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:396 #, no-wrap msgid "" "Set HDAU layout-it to 1:\n" @@ -1633,7 +1697,7 @@ "001 (0x01, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx02_description" -#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:400 #, no-wrap msgid "" "Set HDAU layout-it to 2:\n" @@ -1643,7 +1707,7 @@ "002 (0x02, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx03_description" -#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:404 #, no-wrap msgid "" "Set HDAU layout-it to 3:\n" @@ -1653,7 +1717,7 @@ "003 (0x03, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx05_description" -#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:408 #, no-wrap msgid "" "Set HDAU layout-it to 5:\n" @@ -1663,7 +1727,7 @@ "005 (0x05, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx07_description" -#: Resources/templates/Localizable.strings:393 +#: Resources/templates/Localizable.strings:412 #, no-wrap msgid "" "Set HDAU layout-it to 7:\n" @@ -1673,7 +1737,7 @@ "007 (0x07, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx12_description" -#: Resources/templates/Localizable.strings:397 +#: Resources/templates/Localizable.strings:416 #, no-wrap msgid "" "Set HDAU layout-it to 12:\n" @@ -1683,7 +1747,7 @@ "00C (0x0C, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx32_description" -#: Resources/templates/Localizable.strings:401 +#: Resources/templates/Localizable.strings:420 #, no-wrap msgid "" "Set HDAU layout-it to 32:\n" @@ -1691,7 +1755,7 @@ msgstr "" #. type: "HDAULayoutIDx40_description" -#: Resources/templates/Localizable.strings:405 +#: Resources/templates/Localizable.strings:424 #, no-wrap msgid "" "Set HDAU layout-it to 40:\n" @@ -1701,7 +1765,7 @@ "028 (0x28, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx65_description" -#: Resources/templates/Localizable.strings:409 +#: Resources/templates/Localizable.strings:428 #, no-wrap msgid "" "Set HDAU layout-it to 65:\n" @@ -1711,7 +1775,7 @@ "041 (0x41, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx99_description" -#: Resources/templates/Localizable.strings:413 +#: Resources/templates/Localizable.strings:432 #, no-wrap msgid "" "Set HDAU layout-it to 99:\n" @@ -1721,7 +1785,7 @@ "063 (0x63, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx269_description" -#: Resources/templates/Localizable.strings:417 +#: Resources/templates/Localizable.strings:436 #, no-wrap msgid "" "Set HDAU layout-it to 269:\n" @@ -1731,7 +1795,7 @@ "10D (0x0D, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx387_description" -#: Resources/templates/Localizable.strings:421 +#: Resources/templates/Localizable.strings:440 #, no-wrap msgid "" "Set HDAU layout-it to 387:\n" @@ -1741,7 +1805,7 @@ "183 (0x83, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx388_description" -#: Resources/templates/Localizable.strings:425 +#: Resources/templates/Localizable.strings:444 #, no-wrap msgid "" "Set HDAU layout-it to 388:\n" @@ -1751,7 +1815,7 @@ "184 (0x84, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx389_description" -#: Resources/templates/Localizable.strings:429 +#: Resources/templates/Localizable.strings:448 #, no-wrap msgid "" "Set HDAU layout-it to 389:\n" @@ -1761,7 +1825,7 @@ "185 (0x85, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx392_description" -#: Resources/templates/Localizable.strings:433 +#: Resources/templates/Localizable.strings:452 #, no-wrap msgid "" "Set HDAU layout-it to 392:\n" @@ -1771,7 +1835,7 @@ "188 (0x88, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx398_description" -#: Resources/templates/Localizable.strings:437 +#: Resources/templates/Localizable.strings:456 #, no-wrap msgid "" "Set HDAU layout-it to 398:\n" @@ -1781,7 +1845,7 @@ "18E (0x8E, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx662_description" -#: Resources/templates/Localizable.strings:441 +#: Resources/templates/Localizable.strings:460 #, no-wrap msgid "" "Set HDAU layout-it to 662:\n" @@ -1791,7 +1855,7 @@ "296 (0x96, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx663_description" -#: Resources/templates/Localizable.strings:445 +#: Resources/templates/Localizable.strings:464 #, no-wrap msgid "" "Set HDAU layout-it to 663:\n" @@ -1801,7 +1865,7 @@ "297 (0x97, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx664_description" -#: Resources/templates/Localizable.strings:449 +#: Resources/templates/Localizable.strings:468 #, no-wrap msgid "" "Set HDAU layout-it to 664:\n" @@ -1811,7 +1875,7 @@ "298 (0x98, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx885_description" -#: Resources/templates/Localizable.strings:453 +#: Resources/templates/Localizable.strings:472 #, no-wrap msgid "" "Set HDAU layout-it to 885:\n" @@ -1821,7 +1885,7 @@ "375 (0x75, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx887_description" -#: Resources/templates/Localizable.strings:457 +#: Resources/templates/Localizable.strings:476 #, no-wrap msgid "" "Set HDAU layout-it to 887:\n" @@ -1831,7 +1895,7 @@ "377 (0x77, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx888_description" -#: Resources/templates/Localizable.strings:461 +#: Resources/templates/Localizable.strings:480 #, no-wrap msgid "" "Set HDAU layout-it to 888:\n" @@ -1841,7 +1905,7 @@ "378 (0x78, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx889_description" -#: Resources/templates/Localizable.strings:465 +#: Resources/templates/Localizable.strings:484 #, no-wrap msgid "" "Set HDAU layout-it to 889:\n" @@ -1851,7 +1915,7 @@ "379 (0x79, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx892_description" -#: Resources/templates/Localizable.strings:469 +#: Resources/templates/Localizable.strings:488 #, no-wrap msgid "" "Set HDAU layout-it to 892:\n" @@ -1861,7 +1925,7 @@ "37C (0x7C, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx898_description" -#: Resources/templates/Localizable.strings:473 +#: Resources/templates/Localizable.strings:492 #, no-wrap msgid "" "Set HDAU layout-it to 898:\n" @@ -1871,7 +1935,7 @@ "382 (0x82, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:477 +#: Resources/templates/Localizable.strings:496 #, no-wrap msgid "" "Set HDAU layout-it to 1981:\n" @@ -1881,625 +1945,625 @@ "7BD (0xBD, 0x07, 0x00, 0x00)." #. type: "IntelCaprix00_title" -#: Resources/templates/Localizable.strings:482 +#: Resources/templates/Localizable.strings:501 #, no-wrap msgid "01660000" msgstr "01660000" #. type: "IntelCaprix00_description" -#: Resources/templates/Localizable.strings:483 +#: Resources/templates/Localizable.strings:502 #, no-wrap msgid "Set 01660000 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Set 01660000 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." #. type: "IntelCaprix01_title" -#: Resources/templates/Localizable.strings:485 +#: Resources/templates/Localizable.strings:504 #, no-wrap msgid "01660001" msgstr "01660001" #. type: "IntelCaprix01_description" -#: Resources/templates/Localizable.strings:486 +#: Resources/templates/Localizable.strings:505 #, no-wrap msgid "Set 01660001 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Set 01660001 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." #. type: "IntelCaprix02_title" -#: Resources/templates/Localizable.strings:488 +#: Resources/templates/Localizable.strings:507 #, no-wrap msgid "01660002" msgstr "01660002" #. type: "IntelCaprix02_description" -#: Resources/templates/Localizable.strings:489 +#: Resources/templates/Localizable.strings:508 #, no-wrap msgid "Set 01660002 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Set 01660002 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." #. type: "IntelCaprix03_title" -#: Resources/templates/Localizable.strings:491 +#: Resources/templates/Localizable.strings:510 #, no-wrap msgid "01660003" msgstr "01660003" #. type: "IntelCaprix03_description" -#: Resources/templates/Localizable.strings:492 +#: Resources/templates/Localizable.strings:511 #, no-wrap msgid "Set 01660003 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Set 01660003 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." #. type: "IntelCaprix04_title" -#: Resources/templates/Localizable.strings:494 +#: Resources/templates/Localizable.strings:513 #, no-wrap msgid "01660004" msgstr "01660004" #. type: "IntelCaprix04_description" -#: Resources/templates/Localizable.strings:495 +#: Resources/templates/Localizable.strings:514 #, no-wrap msgid "Set 01660004 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Set 01660004 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." #. type: "IntelCaprix05_title" -#: Resources/templates/Localizable.strings:497 +#: Resources/templates/Localizable.strings:516 #, no-wrap msgid "01620005" msgstr "01620005" #. type: "IntelCaprix05_description" -#: Resources/templates/Localizable.strings:498 +#: Resources/templates/Localizable.strings:517 #, no-wrap msgid "Set 01620005 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "Set 01620005 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." #. type: "IntelCaprix06_title" -#: Resources/templates/Localizable.strings:500 +#: Resources/templates/Localizable.strings:519 #, no-wrap msgid "01620006" msgstr "01620006" #. type: "IntelCaprix06_description" -#: Resources/templates/Localizable.strings:501 +#: Resources/templates/Localizable.strings:520 #, no-wrap msgid "Set 01620006 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "Set 01620006 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." #. type: "IntelCaprix07_title" -#: Resources/templates/Localizable.strings:503 +#: Resources/templates/Localizable.strings:522 #, no-wrap msgid "01620007" msgstr "01620007" #. type: "IntelCaprix07_description" -#: Resources/templates/Localizable.strings:504 +#: Resources/templates/Localizable.strings:523 #, no-wrap msgid "Set 01620007 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "Set 01620007 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." #. type: "IntelCaprix08_title" -#: Resources/templates/Localizable.strings:506 +#: Resources/templates/Localizable.strings:525 #, no-wrap msgid "01660008" msgstr "01660008" #. type: "IntelCaprix08_description" -#: Resources/templates/Localizable.strings:507 +#: Resources/templates/Localizable.strings:526 #, no-wrap msgid "Set 01660008 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Set 01660008 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." #. type: "IntelCaprix09_title" -#: Resources/templates/Localizable.strings:509 +#: Resources/templates/Localizable.strings:528 #, no-wrap msgid "01660009" msgstr "01660009" #. type: "IntelCaprix09_description" -#: Resources/templates/Localizable.strings:510 +#: Resources/templates/Localizable.strings:529 #, no-wrap msgid "Set 01660009 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Set 01660009 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." #. type: "IntelCaprix10_title" -#: Resources/templates/Localizable.strings:512 +#: Resources/templates/Localizable.strings:531 #, no-wrap msgid "0166000a" msgstr "0166000a" #. type: "IntelCaprix10_description" -#: Resources/templates/Localizable.strings:513 +#: Resources/templates/Localizable.strings:532 #, no-wrap msgid "Set 0166000a for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Set 0166000a for Intel HD4000 (Mobile) AAPL,ig-platform-id ." #. type: "IntelCaprix11_title" -#: Resources/templates/Localizable.strings:515 +#: Resources/templates/Localizable.strings:534 #, no-wrap msgid "0166000b" msgstr "0166000b" #. type: "IntelCaprix11_description" -#: Resources/templates/Localizable.strings:516 +#: Resources/templates/Localizable.strings:535 #, no-wrap msgid "Set 0166000b for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Set 0166000b for Intel HD4000 (Mobile) AAPL,ig-platform-id ." #. type: "IntelAzulx00_title" -#: Resources/templates/Localizable.strings:520 +#: Resources/templates/Localizable.strings:539 #, no-wrap msgid "00000604" msgstr "00000604" #. type: "IntelAzulx00_description" -#: Resources/templates/Localizable.strings:521 +#: Resources/templates/Localizable.strings:540 #, no-wrap msgid "Set 00000604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx01_title" -#: Resources/templates/Localizable.strings:523 +#: Resources/templates/Localizable.strings:542 #, no-wrap msgid "0000060c" msgstr "0000060c" #. type: "IntelAzulx01_description" -#: Resources/templates/Localizable.strings:524 +#: Resources/templates/Localizable.strings:543 #, no-wrap msgid "Set 0000060c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx02_title" -#: Resources/templates/Localizable.strings:526 +#: Resources/templates/Localizable.strings:545 #, no-wrap msgid "00001604" msgstr "00001604" #. type: "IntelAzulx02_description" -#: Resources/templates/Localizable.strings:527 +#: Resources/templates/Localizable.strings:546 #, no-wrap msgid "Set 00001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx03_title" -#: Resources/templates/Localizable.strings:529 +#: Resources/templates/Localizable.strings:548 #, no-wrap msgid "0000160a" msgstr "0000160a" #. type: "IntelAzulx03_description" -#: Resources/templates/Localizable.strings:530 +#: Resources/templates/Localizable.strings:549 #, no-wrap msgid "Set 0000160a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx04_title" -#: Resources/templates/Localizable.strings:532 +#: Resources/templates/Localizable.strings:551 #, no-wrap msgid "0000160c" msgstr "0000160c" #. type: "IntelAzulx04_description" -#: Resources/templates/Localizable.strings:533 +#: Resources/templates/Localizable.strings:552 #, no-wrap msgid "Set 0000160c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx05_title" -#: Resources/templates/Localizable.strings:535 +#: Resources/templates/Localizable.strings:554 #, no-wrap msgid "00002604" msgstr "00002604" #. type: "IntelAzulx05_description" -#: Resources/templates/Localizable.strings:536 +#: Resources/templates/Localizable.strings:555 #, no-wrap msgid "Set 00002604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx06_title" -#: Resources/templates/Localizable.strings:538 +#: Resources/templates/Localizable.strings:557 #, no-wrap msgid "0000260a" msgstr "0000260a" #. type: "IntelAzulx06_description" -#: Resources/templates/Localizable.strings:539 +#: Resources/templates/Localizable.strings:558 #, no-wrap msgid "Set 0000260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx07_title" -#: Resources/templates/Localizable.strings:541 +#: Resources/templates/Localizable.strings:560 #, no-wrap msgid "0000260c" msgstr "0000260c" #. type: "IntelAzulx07_description" -#: Resources/templates/Localizable.strings:542 +#: Resources/templates/Localizable.strings:561 #, no-wrap msgid "Set 0600260c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx08_title" -#: Resources/templates/Localizable.strings:544 +#: Resources/templates/Localizable.strings:563 #, no-wrap msgid "0000260d" msgstr "0000260d" #. type: "IntelAzulx08_description" -#: Resources/templates/Localizable.strings:545 +#: Resources/templates/Localizable.strings:564 #, no-wrap msgid "Set 0000260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx09_title" -#: Resources/templates/Localizable.strings:547 +#: Resources/templates/Localizable.strings:566 #, no-wrap msgid "02001604" msgstr "02001604" #. type: "IntelAzulx09_description" -#: Resources/templates/Localizable.strings:548 +#: Resources/templates/Localizable.strings:567 #, no-wrap msgid "Set 02001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx10_title" -#: Resources/templates/Localizable.strings:550 +#: Resources/templates/Localizable.strings:569 #, no-wrap msgid "0300220d" msgstr "0300220d" #. type: "IntelAzulx10_description" -#: Resources/templates/Localizable.strings:551 +#: Resources/templates/Localizable.strings:570 #, no-wrap msgid "Set 0300220d for Intel Haswell (Desktop) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx11_title" -#: Resources/templates/Localizable.strings:553 +#: Resources/templates/Localizable.strings:572 #, no-wrap msgid "0500260a" msgstr "0500260a" #. type: "IntelAzulx11_description" -#: Resources/templates/Localizable.strings:554 +#: Resources/templates/Localizable.strings:573 #, no-wrap msgid "Set 0500260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx12_title" -#: Resources/templates/Localizable.strings:556 +#: Resources/templates/Localizable.strings:575 #, no-wrap msgid "0600260a" msgstr "0600260a" #. type: "IntelAzulx12_description" -#: Resources/templates/Localizable.strings:557 +#: Resources/templates/Localizable.strings:576 #, no-wrap msgid "Set 0600260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx13_title" -#: Resources/templates/Localizable.strings:559 +#: Resources/templates/Localizable.strings:578 #, no-wrap msgid "0700260d" msgstr "0700260d" #. type: "IntelAzulx13_description" -#: Resources/templates/Localizable.strings:560 +#: Resources/templates/Localizable.strings:579 #, no-wrap msgid "Set 0700260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx14_title" -#: Resources/templates/Localizable.strings:562 +#: Resources/templates/Localizable.strings:581 #, no-wrap msgid "0800260a" msgstr "0800260a" #. type: "IntelAzulx14_description" -#: Resources/templates/Localizable.strings:563 +#: Resources/templates/Localizable.strings:582 #, no-wrap msgid "Set 0800260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx15_title" -#: Resources/templates/Localizable.strings:565 +#: Resources/templates/Localizable.strings:584 #, no-wrap msgid "08002e0a" msgstr "08002e0a" #. type: "IntelAzulx15_description" -#: Resources/templates/Localizable.strings:566 +#: Resources/templates/Localizable.strings:585 #, no-wrap msgid "Set 08002e0a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "AD2000B_PinConf_title" -#: Resources/templates/Localizable.strings:570 +#: Resources/templates/Localizable.strings:589 #, no-wrap msgid "AD2000b" msgstr "AD2000b" #. type: "AD2000B_PinConf_description" -#: Resources/templates/Localizable.strings:571 +#: Resources/templates/Localizable.strings:590 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD2000b." msgstr "Set HDEF PinConfiguration for Analog Devices AD2000b." #. type: "AD1981HD_PinConf_title" -#: Resources/templates/Localizable.strings:573 +#: Resources/templates/Localizable.strings:592 #, no-wrap msgid "AD1981HD" msgstr "AD1981HD" #. type: "AD1981HD_PinConf_description" -#: Resources/templates/Localizable.strings:574 +#: Resources/templates/Localizable.strings:593 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1981HD." msgstr "Set HDEF PinConfiguration for Analog Devices AD1981HD." #. type: "AD1988B_PinConf_title" -#: Resources/templates/Localizable.strings:576 +#: Resources/templates/Localizable.strings:595 #, no-wrap msgid "AD1988b" msgstr "AD1988b" #. type: "AD1988B_PinConf_description" -#: Resources/templates/Localizable.strings:577 +#: Resources/templates/Localizable.strings:596 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1988b." msgstr "Set HDEF PinConfiguration for Analog Devices AD1988b." #. type: "ALC888_PinConf_title" -#: Resources/templates/Localizable.strings:579 +#: Resources/templates/Localizable.strings:598 #, no-wrap msgid "ALC888" msgstr "ALC888" #. type: "ALC888_PinConf_description" -#: Resources/templates/Localizable.strings:580 +#: Resources/templates/Localizable.strings:599 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC888." msgstr "Définir la configuration Broche HREF pour Realtek ALC888." #. type: "ALC1200_PinConf_title" -#: Resources/templates/Localizable.strings:582 +#: Resources/templates/Localizable.strings:601 #, no-wrap msgid "ALC1200" msgstr "ALC1200" #. type: "ALC1200_PinConf_description" -#: Resources/templates/Localizable.strings:583 +#: Resources/templates/Localizable.strings:602 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC1200." msgstr "Définir la configuration Broche HREF pour Realtek ALC1200." #. type: "00_PinConf_title" -#: Resources/templates/Localizable.strings:585 +#: Resources/templates/Localizable.strings:604 #, no-wrap msgid "00" msgstr "00" #. type: "00_PinConf_description" -#: Resources/templates/Localizable.strings:586 +#: Resources/templates/Localizable.strings:605 #, no-wrap msgid "Set HDEF PinConfiguration for ???." msgstr "Définir la configuration Broche HREF pour ???." #. type: "GraphicsEnabler_title" -#: Resources/templates/Localizable.strings:590 +#: Resources/templates/Localizable.strings:609 #, no-wrap msgid "GraphicsEnabler=Yes" msgstr "GraphicsEnabler=Yes" #. type: "GraphicsEnabler_description" -#: Resources/templates/Localizable.strings:591 +#: Resources/templates/Localizable.strings:610 #, no-wrap msgid "Enables the option to autodetect NVIDIA, AMD/ATI or Intel based GPUs and inject the correct info." msgstr "Active l'autodétection des GPU NVIDIA, AMD/ATI ou Intel et Injecte les informations correctes." #. type: "EnableHDMIAudio_title" -#: Resources/templates/Localizable.strings:593 +#: Resources/templates/Localizable.strings:612 #, no-wrap msgid "EnableHDMIAudio=Yes" msgstr "EnableHDMIAudio=Yes" #. type: "EnableHDMIAudio_description" -#: Resources/templates/Localizable.strings:594 +#: Resources/templates/Localizable.strings:613 #, no-wrap msgid "Inject HDMi audio for NVIDIA or AMD/ATI." msgstr "Injection pour avoir l'audio via le câble HDMI pour les cartes nVidia ou AMD/ATI." #. type: "UseIntelHDMI_title" -#: Resources/templates/Localizable.strings:596 +#: Resources/templates/Localizable.strings:615 #, no-wrap msgid "UseIntelHDMI=Yes" msgstr "UseIntelHDMI=Yes" #. type: "UseIntelHDMI_description" -#: Resources/templates/Localizable.strings:597 +#: Resources/templates/Localizable.strings:616 #, no-wrap msgid "If YES, hda-gfx=onboard-1 will be injected into the GFX0 and HDEF devices. Also, if an ATI or Nvidia HDMI device is present, they'll be assigned to onboard-2. If NO, then ATI or Nvidia devices will get onboard-1 as well as the HDAU device if present." msgstr "" #. type: "UseAtiROM_title" -#: Resources/templates/Localizable.strings:599 +#: Resources/templates/Localizable.strings:618 #, no-wrap msgid "UseAtiROM=Yes" msgstr "UseAtiROM=Yes" #. type: "UseAtiROM_description" -#: Resources/templates/Localizable.strings:600 +#: Resources/templates/Localizable.strings:619 #, no-wrap msgid "Enables UseAtiROM options." msgstr "Active l'utilisation d'une ROM ATI fournie par l'utilisateur." #. type: "UseNvidiaROM_title" -#: Resources/templates/Localizable.strings:602 +#: Resources/templates/Localizable.strings:621 #, no-wrap msgid "UseNvidiaROM=Yes" msgstr "UseNvidiaROM=Yes" #. type: "UseNvidiaROM_description" -#: Resources/templates/Localizable.strings:603 +#: Resources/templates/Localizable.strings:622 #, no-wrap msgid "Enables UseNvidiaROM options." msgstr "Active l'utilisation d'une ROM NVIDIA fournie par l'utilisateur." #. type: "VBIOS_title" -#: Resources/templates/Localizable.strings:605 +#: Resources/templates/Localizable.strings:624 #, no-wrap msgid "VBIOS=Yes" msgstr "VBIOS=Yes" #. type: "VBIOS_description" -#: Resources/templates/Localizable.strings:606 +#: Resources/templates/Localizable.strings:625 #, no-wrap msgid "Enables VBIOS option" msgstr "Active l'option VBIOS" #. type: "SkipIntelGfx_title" -#: Resources/templates/Localizable.strings:608 +#: Resources/templates/Localizable.strings:627 #, no-wrap msgid "SkipIntelGfx=Yes" msgstr "SkipIntelGfx=Yes" #. type: "SkipIntelGfx_description" -#: Resources/templates/Localizable.strings:609 +#: Resources/templates/Localizable.strings:628 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for Intel based GPUs." msgstr "Passer détecter la automatique pour l'activation des graphiques pour les GPU Intel." #. type: "SkipNvidiaGfx_title" -#: Resources/templates/Localizable.strings:611 +#: Resources/templates/Localizable.strings:630 #, no-wrap msgid "SkipNvidiaGfx=Yes" msgstr "SkipNvidiaGfx=Yes" #. type: "SkipNvidiaGfx_description" -#: Resources/templates/Localizable.strings:612 +#: Resources/templates/Localizable.strings:631 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for NVIDIA based GPUs." msgstr "Passer détecter la automatique pour l'activation des graphiques pour les GPU NVIDIA." #. type: "SkipAtiGfx_title" -#: Resources/templates/Localizable.strings:614 +#: Resources/templates/Localizable.strings:633 #, no-wrap msgid "SkipAtiGfx=Yes" msgstr "SkipAtiGfx=Yes" #. type: "SkipAtiGfx_description" -#: Resources/templates/Localizable.strings:615 +#: Resources/templates/Localizable.strings:634 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for AMD/ATI based GPUs." msgstr "Passer détecter la automatique pour l'activation des graphiques pour les GPU AMD/ATi." #. type: "EnableBacklight_title" -#: Resources/templates/Localizable.strings:617 +#: Resources/templates/Localizable.strings:636 #, no-wrap msgid "EnableBacklight=Yes" msgstr "EnableBacklight=Yes" #. type: "EnableBacklight_description" -#: Resources/templates/Localizable.strings:618 +#: Resources/templates/Localizable.strings:637 #, no-wrap msgid "Enables Backlight options for laptop with nVidia cards." msgstr "Active les options Backlight pour les portables possédant des cartes nVidia." #. type: "EnableDualLink_title" -#: Resources/templates/Localizable.strings:620 +#: Resources/templates/Localizable.strings:639 #, no-wrap msgid "EnableDualLink=Yes" msgstr "EnableDualLink=Yes" #. type: "EnableDualLink_description" -#: Resources/templates/Localizable.strings:621 +#: Resources/templates/Localizable.strings:640 #, no-wrap msgid "Enables DualLink options for nVidia and ATi cards." msgstr "Active les options DualLink pour les cartes nVidia et ATi." #. type: "NvidiaGeneric_title" -#: Resources/templates/Localizable.strings:623 +#: Resources/templates/Localizable.strings:642 #, no-wrap msgid "NvidiaGeneric=Yes" msgstr "NvidiaGeneric=Yes" #. type: "NvidiaGeneric_description" -#: Resources/templates/Localizable.strings:624 +#: Resources/templates/Localizable.strings:643 #, no-wrap msgid "Use the classic Nvidia name for the SystemProfiler (disabled by default)." msgstr "" #. type: "Verbose_title" -#: Resources/templates/Localizable.strings:630 +#: Resources/templates/Localizable.strings:649 #, no-wrap msgid "Verbose Mode" msgstr "Mode de Diagnostic" #. type: "Verbose_description" -#: Resources/templates/Localizable.strings:631 +#: Resources/templates/Localizable.strings:650 #, no-wrap msgid "Turns on verbose logging and allows you to see messages from both Chameleon and the OS X kernel at boot time. Essential for troubleshooting." msgstr "Active le mode de diagnostic, permet de voir des messages provenant de Chameleon et du noyau Mac OS X. Essentiel pour le débogage." #. type: "Singleusermode_title" -#: Resources/templates/Localizable.strings:633 +#: Resources/templates/Localizable.strings:652 #, no-wrap msgid "Single User Mode" msgstr "Mode Simple Utilisateur" #. type: "Singleusermode_description" -#: Resources/templates/Localizable.strings:634 +#: Resources/templates/Localizable.strings:653 #, no-wrap msgid "A troubleshooting option used for booting into OS X's BSD/Unix command line." msgstr "Une option de débogage utilisée pour démarrer sur l'invite de commande BSD/Unix de Mac OS X." #. type: "Ignorecaches_title" -#: Resources/templates/Localizable.strings:636 +#: Resources/templates/Localizable.strings:655 #, no-wrap msgid "Ignore Caches" msgstr "Ignorer les Caches" #. type: "Ignorecaches_description" -#: Resources/templates/Localizable.strings:637 +#: Resources/templates/Localizable.strings:656 #, no-wrap msgid "Not an option that's needed for everyday booting, but it can be useful if you want OS X to load all files from it's system folders, rather than relying on it's pre-built caches." msgstr "Permet d'ignorer les caches pré-construits et forcer Mac OS X de charger tous les fichiers de ses dossiers système." #. type: "Npci_title" -#: Resources/templates/Localizable.strings:639 +#: Resources/templates/Localizable.strings:658 #, no-wrap msgid "npci=0x2000" msgstr "npci=0x2000" #. type: "Npci_description" -#: Resources/templates/Localizable.strings:640 +#: Resources/templates/Localizable.strings:659 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x2000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "Pour passer un blocage sur 'PCI configuration begin' sur certains systèmes. 0x2000 est l'argument de kIOPCIConfiguratorPFM64, comme marqué dans le code sourde de IOPCIFamily." #. type: "Npci3_title" -#: Resources/templates/Localizable.strings:642 +#: Resources/templates/Localizable.strings:661 #, no-wrap msgid "npci=0x3000" msgstr "npci=0x3000" #. type: "Npci3_description" -#: Resources/templates/Localizable.strings:643 +#: Resources/templates/Localizable.strings:662 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x3000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "Pour passer un blocage sur 'PCI configuration begin' sur certains systèmes. 0x3000 est l'argument de kIOPCIConfiguratorPFM64, comme marqué dans le code sourde de IOPCIFamily." #. type: "WaitingRootDevice_title" -#: Resources/templates/Localizable.strings:645 +#: Resources/templates/Localizable.strings:664 #, no-wrap msgid "ahcidisk=1 debug=8" msgstr "ahcidisk=1 debug=8" #. type: "WaitingRootDevice_description" -#: Resources/templates/Localizable.strings:646 +#: Resources/templates/Localizable.strings:665 #, no-wrap msgid "" "Info here: Waiting for root device when kernel cache used only with some disks +FIX\n" @@ -2511,25 +2575,25 @@ "Merci à bcc9." #. type: "Darkwake_title" -#: Resources/templates/Localizable.strings:650 +#: Resources/templates/Localizable.strings:669 #, no-wrap msgid "darkwake=0" msgstr "darkwake=0" #. type: "Darkwake_description" -#: Resources/templates/Localizable.strings:651 +#: Resources/templates/Localizable.strings:670 #, no-wrap msgid "Lion only. Disables the 'low power wake' feature which can sometimes leave the screen black after wake from sleep." msgstr "Lion seulement. Désactive la fonctionnalité 'réveil basse consommation' qui peut laisser un écran noir après une sortie de veille." #. type: "NvdaDrv1_title" -#: Resources/templates/Localizable.strings:653 +#: Resources/templates/Localizable.strings:672 #, no-wrap msgid "nvda_drv=1" msgstr "nvda_drv=1" #. type: "NvdaDrv1_description" -#: Resources/templates/Localizable.strings:654 +#: Resources/templates/Localizable.strings:673 #, no-wrap msgid "" "It introduces a new Preference Pane under System Preferences that allows you to enable the Nvidia Web Driver.\n" @@ -2541,25 +2605,25 @@ "Merci à meklort et Rampage Dev." #. type: "kext-dev-mode1_title" -#: Resources/templates/Localizable.strings:659 +#: Resources/templates/Localizable.strings:678 #, no-wrap msgid "kext-dev-mode=1" msgstr "kext-dev-mode=1" #. type: "kext-dev-mode1_description" -#: Resources/templates/Localizable.strings:660 +#: Resources/templates/Localizable.strings:679 #, no-wrap msgid "In Yosemite Developer Previews, unsigned or improperly signed kexts will not be loaded. To use unsigned kexts during development, this strict check can be disabled by adding a 'kext-dev-mode=1' boot arg." msgstr "" #. type: "Dart0_title" -#: Resources/templates/Localizable.strings:662 +#: Resources/templates/Localizable.strings:681 #, no-wrap msgid "dart=0" msgstr "dart=0" #. type: "Dart0_description" -#: Resources/templates/Localizable.strings:663 +#: Resources/templates/Localizable.strings:682 #, no-wrap msgid "" "Avoiding the DMAR processing causing by VT-d function in Osx (Virtualization).\n" @@ -2567,265 +2631,271 @@ msgstr "Éviter le traitement DMAR causer par les fonctions VT-d dans OSX (virtualisation). \\ NPlus d'informations grâce à BCC9 ici: http://www.insanelymac.com/forum/topic/282989-vtd0-fault-after-1082-google-hasnt-heard-of-it-any-help/#entry1867000" #. type: "mac-de_title" -#: Resources/templates/Localizable.strings:670 +#: Resources/templates/Localizable.strings:689 #, no-wrap msgid "German Mac Keyboard" msgstr "Clavier Mac Allemand" #. type: "mac-de_description" -#: Resources/templates/Localizable.strings:671 +#: Resources/templates/Localizable.strings:690 #, no-wrap msgid "Use the keyboard layout for a German Mac keyboard" msgstr "Utiliser le mappage clavier Mac Allemand" #. type: "mac-es_title" -#: Resources/templates/Localizable.strings:673 +#: Resources/templates/Localizable.strings:692 #, no-wrap msgid "Spanish Mac Keyboard" msgstr "Clavier Mac Espagnol" #. type: "mac-es_description" -#: Resources/templates/Localizable.strings:674 +#: Resources/templates/Localizable.strings:693 #, no-wrap msgid "Use the keyboard layout for a Spanish Mac keyboard" msgstr "Utiliser le mappage clavier Mac Espagnol" #. type: "mac-fr_title" -#: Resources/templates/Localizable.strings:676 +#: Resources/templates/Localizable.strings:695 #, no-wrap msgid "French Mac Keyboard" msgstr "Clavier Mac Français" #. type: "mac-fr_description" -#: Resources/templates/Localizable.strings:677 +#: Resources/templates/Localizable.strings:696 #, no-wrap msgid "Use the keyboard layout for a French Mac keyboard" msgstr "Utiliser le mappage clavier Mac Français" #. type: "mac-it_title" -#: Resources/templates/Localizable.strings:679 +#: Resources/templates/Localizable.strings:698 #, no-wrap msgid "Italian Mac Keyboard" msgstr "Clavier Mac Italien" #. type: "mac-it_description" -#: Resources/templates/Localizable.strings:680 +#: Resources/templates/Localizable.strings:699 #, no-wrap msgid "Use the keyboard layout for an Italian Mac keyboard" msgstr "Utiliser le mappage clavier Mac Italien" #. type: "mac-se_title" -#: Resources/templates/Localizable.strings:682 +#: Resources/templates/Localizable.strings:701 #, no-wrap msgid "Swedish Mac Keyboard" msgstr "Clavier Mac Suédois" #. type: "mac-se_description" -#: Resources/templates/Localizable.strings:683 +#: Resources/templates/Localizable.strings:702 #, no-wrap msgid "Use the keyboard layout for a Swedish Mac keyboard" msgstr "Utiliser le mappage clavier Mac Suédois" #. type: "pc-fr_title" -#: Resources/templates/Localizable.strings:685 +#: Resources/templates/Localizable.strings:704 #, no-wrap msgid "French PC Keyboard" msgstr "Clavier PC Français" #. type: "pc-fr_description" -#: Resources/templates/Localizable.strings:686 +#: Resources/templates/Localizable.strings:705 #, no-wrap msgid "Use the keyboard layout for a French PC keyboard" msgstr "Utiliser le mappage clavier PC Français" #. type: "Embed_title" -#: Resources/templates/Localizable.strings:693 +#: Resources/templates/Localizable.strings:712 #, no-wrap msgid "Embed" msgstr "Embed" #. type: "Embed_description" -#: Resources/templates/Localizable.strings:694 +#: Resources/templates/Localizable.strings:713 #, no-wrap msgid "A smaller simple version of the new default theme used when building a version of Chameleon which requires an embedded theme." msgstr "Un version plus petite et plus simple du thème par défaut utilisée quand une version de Chameleon requiert un thème intégré." #. type: "Legacy_title" -#: Resources/templates/Localizable.strings:696 +#: Resources/templates/Localizable.strings:715 #, no-wrap msgid "Legacy" msgstr "Legacy" #. type: "Legacy_description" -#: Resources/templates/Localizable.strings:697 +#: Resources/templates/Localizable.strings:716 #, no-wrap msgid "Chameleon's original default theme introduced for v2.0 RC1" msgstr "Thème original de Chameleon introduit lors de la version 2.0 RC1" +#. type: "Default_title" +#: Resources/templates/Localizable.strings:718 +#, no-wrap +msgid "Standard" +msgstr "Standard" + #. type: "Default_description" -#: Resources/templates/Localizable.strings:700 +#: Resources/templates/Localizable.strings:719 #, no-wrap msgid "Chameleon default theme introduced for v2.0 RC5" msgstr "Thème par défaut de Chameleon depuis la version 2.0 RC5" #. type: "Bullet_title" -#: Resources/templates/Localizable.strings:702 +#: Resources/templates/Localizable.strings:721 #, no-wrap msgid "Bullet" msgstr "Bullet" #. type: "Bullet_description" -#: Resources/templates/Localizable.strings:703 +#: Resources/templates/Localizable.strings:722 #, no-wrap msgid "A lovely simple theme by NoSmokingBandit from April 2009." msgstr "Un thème simple et sympa crée par NoSmokingBandit (Avril 2009)." #. type: "Audio_title" -#: Resources/templates/Localizable.strings:712 +#: Resources/templates/Localizable.strings:731 #, no-wrap msgid "Audio" msgstr "Audio" #. type: "Audio_description" -#: Resources/templates/Localizable.strings:713 +#: Resources/templates/Localizable.strings:732 #, no-wrap msgid "A selection of options that deal with audio." msgstr "Options concernant la partie audio du système." #. type: "Control_title" -#: Resources/templates/Localizable.strings:716 +#: Resources/templates/Localizable.strings:735 #, no-wrap msgid "Control Options" msgstr "Comportement de Chameleon" #. type: "Control_description" -#: Resources/templates/Localizable.strings:717 +#: Resources/templates/Localizable.strings:736 #, no-wrap msgid "Settings to control how Chameleon works." msgstr "Options pour controler le comportement de Chameleon." #. type: "General_title" -#: Resources/templates/Localizable.strings:720 +#: Resources/templates/Localizable.strings:739 #, no-wrap msgid "General Options" msgstr "Options Générales" #. type: "General_description" -#: Resources/templates/Localizable.strings:721 +#: Resources/templates/Localizable.strings:740 #, no-wrap msgid "Choose from a selection of base options." msgstr "Une sélection d'options de base." #. type: "KernelFlags_title" -#: Resources/templates/Localizable.strings:724 +#: Resources/templates/Localizable.strings:743 #, no-wrap msgid "Kernel Flags" msgstr "Arguments de démarrage" #. type: "KernelFlags_description" -#: Resources/templates/Localizable.strings:725 +#: Resources/templates/Localizable.strings:744 #, no-wrap msgid "Choose from a selection of kernel flags." msgstr "Gerez le démarrage du système via les arguments de démarrage." #. type: "PowerManagement_title" -#: Resources/templates/Localizable.strings:728 +#: Resources/templates/Localizable.strings:747 #, no-wrap msgid "Power Management" msgstr "Gestion de l'alimentation" #. type: "PowerManagement_description" -#: Resources/templates/Localizable.strings:729 +#: Resources/templates/Localizable.strings:748 #, no-wrap msgid "A selection of options that deal with power management and speedstep." msgstr "Une sélection d'options qui gèrent l'alimentation et le SpeedStep." #. type: "Resolution_description" -#: Resources/templates/Localizable.strings:733 +#: Resources/templates/Localizable.strings:752 #, no-wrap msgid "Set one resolution to use." msgstr "Sélectionnez une résolution graphique a utiliser." #. type: "HDEFLayout_title" -#: Resources/templates/Localizable.strings:736 +#: Resources/templates/Localizable.strings:755 #, no-wrap msgid "HDEF Layout" msgstr "HDEF Layout" #. type: "HDEFLayout_description" -#: Resources/templates/Localizable.strings:737 +#: Resources/templates/Localizable.strings:756 #, no-wrap msgid "Set one HDEF Layout ID to use for your HDA controller." msgstr "Définissez une HDEF Layout ID à utiliser pour votre contrôleur HDA." #. type: "HDAULayout_title" -#: Resources/templates/Localizable.strings:740 +#: Resources/templates/Localizable.strings:759 #, no-wrap msgid "HDAU Layout" msgstr "HDAU Layout" #. type: "HDAULayout_description" -#: Resources/templates/Localizable.strings:741 +#: Resources/templates/Localizable.strings:760 #, no-wrap msgid "Set one HDAU Layout ID to use for your HDMi controller." msgstr "Définissez une HDAU Layout ID à utiliser pour votre contrôleur HDMi." #. type: "IntelCapri_title" -#: Resources/templates/Localizable.strings:744 +#: Resources/templates/Localizable.strings:763 #, no-wrap msgid "Intel Capri AAPL,ig-platform-id" msgstr "Intel Capri AAPL,ig-platform-id" #. type: "IntelCapri_description" -#: Resources/templates/Localizable.strings:745 +#: Resources/templates/Localizable.strings:764 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD4000." msgstr "Set one AAPL,ig-platform-id to use for your Intel HD4000." #. type: "IntelAzul_title" -#: Resources/templates/Localizable.strings:748 +#: Resources/templates/Localizable.strings:767 #, no-wrap msgid "Intel Azul AAPL,ig-platform-id" msgstr "Intel Azul AAPL,ig-platform-id" #. type: "IntelAzul_description" -#: Resources/templates/Localizable.strings:749 +#: Resources/templates/Localizable.strings:768 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD5000." msgstr "" #. type: "HDEFPinConfiguration_title" -#: Resources/templates/Localizable.strings:752 +#: Resources/templates/Localizable.strings:771 #, no-wrap msgid "HDEF PinConfiguration" msgstr "HDEF PinConfiguration" #. type: "HDEFPinConfiguration_description" -#: Resources/templates/Localizable.strings:753 +#: Resources/templates/Localizable.strings:772 #, no-wrap msgid "Set one HDEF PinConfiguration to use." msgstr "Sélectionnez une PinConfiguration HDEF à utiliser." #. type: "Video_title" -#: Resources/templates/Localizable.strings:756 +#: Resources/templates/Localizable.strings:775 #, no-wrap msgid "Video" msgstr "Vidéo" #. type: "Video_description" -#: Resources/templates/Localizable.strings:757 +#: Resources/templates/Localizable.strings:776 #, no-wrap msgid "A selection of options that deal with video." msgstr "Options concernant la partie vidéo du système." #. type: "Keymaps_title" -#: Resources/templates/Localizable.strings:760 +#: Resources/templates/Localizable.strings:779 #, no-wrap msgid "KeyLayout" msgstr "Mappage de clavier" #. type: "Keymaps_description" -#: Resources/templates/Localizable.strings:761 +#: Resources/templates/Localizable.strings:780 #, no-wrap msgid "Select one keylayout to use. This will also install the Keylayout module and keymaps." msgstr "" @@ -2833,13 +2903,13 @@ "Cela installera aussi le module Keylayout ainsi que les différentes configurations de clavier." #. type: "Themes_title" -#: Resources/templates/Localizable.strings:767 +#: Resources/templates/Localizable.strings:786 #, no-wrap msgid "Themes" msgstr "Thèmes" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:768 +#: Resources/templates/Localizable.strings:787 #, no-wrap msgid "" "A collection of sample themes\n" @@ -2848,6 +2918,12 @@ "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 "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" +#~ msgstr "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" + +#~ msgid "Chameleon" +#~ msgstr "Chameleon" + #~ msgid "Install Type" #~ msgstr "Type d'installation" Index: branches/ErmaC/Enoch/package/po/nl.po =================================================================== --- branches/ErmaC/Enoch/package/po/nl.po (revision 2678) +++ branches/ErmaC/Enoch/package/po/nl.po (revision 2679) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Chameleon 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-13 18:09+0000\n" +"POT-Creation-Date: 2015-05-10 14:42+0200\n" "PO-Revision-Date: 2015-02-13 18:32-0000\n" "Last-Translator: beta992 \n" "Language-Team: nl \n" @@ -21,13 +21,15 @@ #. type: Content of:

#: Resources/templates/Welcome.html:22 -msgid "Chameleon" -msgstr "Chameleon" +msgid "Enoch" +msgstr "" #. type: Content of:

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

#: Resources/templates/Welcome.html:25 @@ -274,63 +276,125 @@ "boot1 (Op de boot-sector van de partitie) Om boot2 te vinden.\n" "boot2 (In de root van de partitie) Om de kernel, etc. te laden ." -#. type: "Default_title" +#. type: "BootNo_title" #: Resources/templates/Localizable.strings:25 -#: Resources/templates/Localizable.strings:699 #, no-wrap -msgid "Standard" -msgstr "Standaard" +msgid "Don't install the Bootloader" +msgstr "Geen" -#. type: "Standard_description" +#. type: "BootNo_description" #: Resources/templates/Localizable.strings:26 #, no-wrap -msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." -msgstr "Installeer Chameleon" +msgid "Useful if you only want to install the extra's." +msgstr "Installeer Chameleon niet. (Geschikt voor alleen /Extra aan te maken)" -#. type: "noboot_title" +#. type: "Stages_title" #: Resources/templates/Localizable.strings:28 -#, no-wrap -msgid "Don't install the Bootloader" -msgstr "Geen" +#, fuzzy, no-wrap +#| msgid "Chameleon Bootloader Package" +msgid "Bootloader Stages" +msgstr "Chameleon Bootloader Package" -#. type: "noboot_description" +#. type: "Stages_description" #: Resources/templates/Localizable.strings:29 #, no-wrap -msgid "Useful if you only want to install the extra's." -msgstr "Installeer Chameleon niet. (Geschikt voor alleen /Extra aan te maken)" +msgid "" +"Here you can chose to skip the bootloader installation completely or partially.\n" +"This can be usefull if you want to write Extra's, or skip some stage (0,1 and activation of the target partition).\n" +"Skipping all stages permit you to leave as is already working boot sectors, especially usefull with 4k drives.\n" +"boot is always copied to the target partition when you are skipping one or more stages." +msgstr "" +#. type: "SkipStage0_title" +#: Resources/templates/Localizable.strings:34 +#, no-wrap +msgid "Skip Stage 0" +msgstr "" + +#. type: "SkipStage0_description" +#: Resources/templates/Localizable.strings:35 +#, no-wrap +msgid "" +"Avoid writing stage 0 to the target disk.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipStage1_title" +#: Resources/templates/Localizable.strings:38 +#, no-wrap +msgid "Skip Stage 1" +msgstr "" + +#. type: "SkipStage1_description" +#: Resources/templates/Localizable.strings:39 +#, no-wrap +msgid "" +"Avoid writing stage 1 to the partition boot sector.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipActivePartition_title" +#: Resources/templates/Localizable.strings:42 +#, no-wrap +msgid "Skip Activation" +msgstr "" + +#. type: "SkipActivePartition_description" +#: Resources/templates/Localizable.strings:43 +#, no-wrap +msgid "" +"Prevents activation of the target partition.\n" +"Some old motherboards have a bad implementation of GPT in bios and they can not find partitions if marked active unger Guid Partition Table.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "Standard_title" +#: Resources/templates/Localizable.strings:47 +#, fuzzy, no-wrap +#| msgid " has been written to the root of your chosen partition." +msgid "Install Chameleon in the chosen partition." +msgstr " is geschreven naar de root van de door u gekozen partitie." + +#. type: "Standard_description" +#: Resources/templates/Localizable.strings:48 +#, fuzzy, no-wrap +#| msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." +msgid "Install Chameleon's files to the root of the selected partition using either boot0, boot0md or boot0hfs depending on your system without destroying any existing Windows installation if you have one." +msgstr "Installeer Chameleon" + #. type: "EFI_title" -#: Resources/templates/Localizable.strings:31 +#: Resources/templates/Localizable.strings:50 #, no-wrap msgid "Install Chameleon in the ESP" msgstr "" #. type: "EFI_description" -#: Resources/templates/Localizable.strings:32 -#, no-wrap -msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +#: Resources/templates/Localizable.strings:51 +#, fuzzy, no-wrap +#| msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0, boot0md or boot0hfs depending on your system." msgstr "Installeer Chameleon's bestanden naar de verborgen EFI partitie gebruikmakend van boot0 of boot0md afhankelijk van het systeem en zonder het vernietigen van een eventuele windows installatie." #. type: "Module_title" -#: Resources/templates/Localizable.strings:37 +#: Resources/templates/Localizable.strings:56 #, no-wrap msgid "Modules" msgstr "Modules" #. type: "Module_description" -#: Resources/templates/Localizable.strings:38 +#: Resources/templates/Localizable.strings:57 #, no-wrap msgid "The modules system incorporated in chameleon allows for a user or developer to extend the core functionality of chameleon without replacing the main boot file." msgstr "Het ingebouwde modulaire systeem in chameleon staat de gebruiker of ontwikkelaar toe de basis functionaliteit van chameleon uit te breiden zonder het vervangen van de boot bestanden." #. type: "klibc_title" -#: Resources/templates/Localizable.strings:40 +#: Resources/templates/Localizable.strings:59 #, no-wrap msgid "klibc" msgstr "klibc" #. type: "klibc_description" -#: Resources/templates/Localizable.strings:41 +#: Resources/templates/Localizable.strings:60 #, no-wrap msgid "" "This module provides a standard c library for modules to link to if the library provided by chameleon is insufficient.\n" @@ -342,13 +406,13 @@ "Bron: http://www.kernel.org/pub/linux/libs/klibc/" #. type: "ACPICodec_title" -#: Resources/templates/Localizable.strings:45 +#: Resources/templates/Localizable.strings:64 #, no-wrap msgid "ACPICodec" msgstr "ACPICodec" #. type: "ACPICodec_description" -#: Resources/templates/Localizable.strings:46 +#: Resources/templates/Localizable.strings:65 #, no-wrap msgid "" "This module provides a substitute for the internal acpi patcher.\n" @@ -358,13 +422,13 @@ "Afhankelijkheden: geen" #. type: "HDAEnabler_title" -#: Resources/templates/Localizable.strings:49 +#: Resources/templates/Localizable.strings:68 #, no-wrap msgid "HDAEnabler" msgstr "HDAEnabler" #. type: "HDAEnabler_description" -#: Resources/templates/Localizable.strings:50 +#: Resources/templates/Localizable.strings:69 #, no-wrap msgid "" "HDAEnabler module, this module provides a substitute for the Hight Definition Audio DSDT Edits.\n" @@ -374,13 +438,13 @@ "Afhankelijkheden: geen" #. type: "FileNVRAM_title" -#: Resources/templates/Localizable.strings:53 +#: Resources/templates/Localizable.strings:72 #, no-wrap msgid "FileNVRAM" msgstr "FileNVRAM" #. type: "FileNVRAM_description" -#: Resources/templates/Localizable.strings:54 +#: Resources/templates/Localizable.strings:73 #, no-wrap msgid "" "FileNVRAM module for preloading NVRAM values.\n" @@ -390,13 +454,13 @@ "Afhankelijkheden: geen" #. type: "Sata_title" -#: Resources/templates/Localizable.strings:57 +#: Resources/templates/Localizable.strings:76 #, no-wrap msgid "Sata" msgstr "Sata" #. type: "Sata_description" -#: Resources/templates/Localizable.strings:58 +#: Resources/templates/Localizable.strings:77 #, no-wrap msgid "" "Sata module, known as YellowIconFixer in cparm's branch.\n" @@ -408,14 +472,14 @@ "Afhankelijkheden: geen" #. type: "Resolution_title" -#: Resources/templates/Localizable.strings:62 -#: Resources/templates/Localizable.strings:732 +#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:751 #, no-wrap msgid "Resolution" msgstr "Resolutie" #. type: "AutoReso_description" -#: Resources/templates/Localizable.strings:63 +#: Resources/templates/Localizable.strings:82 #, no-wrap msgid "" "This module reads the edid information from the monitor attached to the main display.\n" @@ -427,13 +491,13 @@ "Verder past de module de vesa modes aan welke beschikbaar zijn in pre intel hd graphische chipsets om de juiste resolutie tijdens starten weer te geven." #. type: "uClibc_title" -#: Resources/templates/Localizable.strings:67 +#: Resources/templates/Localizable.strings:86 #, no-wrap msgid "uClibc++" msgstr "uClibc++" #. type: "uClibc_description" -#: Resources/templates/Localizable.strings:68 +#: Resources/templates/Localizable.strings:87 #, no-wrap msgid "" "This module provides a minimalistic c++ runtime library for use in other modules. This does not provide functionality by itself, instead it is used to allow for the c++ language to be used in other modules.\n" @@ -448,13 +512,13 @@ "Afhankelijkheden: klibc" #. type: "KernelPatcher_title" -#: Resources/templates/Localizable.strings:73 +#: Resources/templates/Localizable.strings:92 #, no-wrap msgid "Kernel Patcher" msgstr "Kernel Patcher" #. type: "KernelPatcher_description" -#: Resources/templates/Localizable.strings:74 +#: Resources/templates/Localizable.strings:93 #, no-wrap msgid "" "The KernelPatcher module provides patches for the following:\n" @@ -472,13 +536,13 @@ "Afhankelijkheden: geen" #. type: "KextPatcher_title" -#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:100 #, no-wrap msgid "Kext Patcher" msgstr "Kext Patcher" #. type: "KextPatcher_description" -#: Resources/templates/Localizable.strings:82 +#: Resources/templates/Localizable.strings:101 #, no-wrap msgid "" "The KextPatcher module provides patches for the following:\n" @@ -486,13 +550,13 @@ msgstr "" #. type: "NVIDIAGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:85 +#: Resources/templates/Localizable.strings:104 #, no-wrap msgid "NVIDIAGraphicsEnabler" msgstr "NVIDIAGraphicsEnabler" #. type: "NVIDIAGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:86 +#: Resources/templates/Localizable.strings:105 #, no-wrap msgid "" "The GraphicsEnabler nVidia code ported to a module.\n" @@ -500,13 +564,13 @@ msgstr "" #. type: "GraphicsEnablerModule_title" -#: Resources/templates/Localizable.strings:89 +#: Resources/templates/Localizable.strings:108 #, no-wrap msgid "GraphicsEnabler" msgstr "GraphicsEnabler" #. type: "GraphicsEnablerModule_description" -#: Resources/templates/Localizable.strings:90 +#: Resources/templates/Localizable.strings:109 #, no-wrap msgid "" "The GraphicsEnabler code ported to a module.\n" @@ -514,13 +578,13 @@ msgstr "" #. type: "AMDGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:93 +#: Resources/templates/Localizable.strings:112 #, no-wrap msgid "AMDGraphicsEnabler" msgstr "AMDGraphicsEnabler" #. type: "AMDGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:94 +#: Resources/templates/Localizable.strings:113 #, no-wrap msgid "" "The GraphicsEnabler AMD/ATi code ported to a module.\n" @@ -528,13 +592,13 @@ msgstr "" #. type: "IntelGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:97 +#: Resources/templates/Localizable.strings:116 #, no-wrap msgid "IntelGraphicsEnabler" msgstr "IntelGraphicsEnabler" #. type: "IntelGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:98 +#: Resources/templates/Localizable.strings:117 #, no-wrap msgid "" "The GraphicsEnabler gma(Intel) code ported to a module.\n" @@ -542,638 +606,638 @@ msgstr "" #. type: "Options_title" -#: Resources/templates/Localizable.strings:106 +#: Resources/templates/Localizable.strings:125 #, no-wrap msgid "Settings" msgstr "Opties" #. type: "Options_description" -#: Resources/templates/Localizable.strings:107 +#: Resources/templates/Localizable.strings:126 #, no-wrap msgid "Create an /Extra/org.chameleon.Boot.plist by selecting any of these boot options and kernel flags." msgstr "Stel standaard opties in" #. type: "BootBanner_title" -#: Resources/templates/Localizable.strings:109 +#: Resources/templates/Localizable.strings:128 #, no-wrap msgid "BootBanner=No" msgstr "BootBanner=No" #. type: "BootBanner_description" -#: Resources/templates/Localizable.strings:110 +#: Resources/templates/Localizable.strings:129 #, no-wrap msgid "Hides Chameleon's boot banner in GUI. This is the text that is drawn at the top left corner of the screen displaying the release version etc." msgstr "Verbergt Chameleon's boot banner in de GUI." #. type: "GUI_title" -#: Resources/templates/Localizable.strings:112 +#: Resources/templates/Localizable.strings:131 #, no-wrap msgid "GUI=No" msgstr "GUI=No" #. type: "GUI_description" -#: Resources/templates/Localizable.strings:113 +#: Resources/templates/Localizable.strings:132 #, no-wrap msgid "Disables the default enabled graphic user interface." msgstr "Om de grafische interface uit te zetten, moet er GUI=NO aan com.apple.Boot.plist toegevoegd worden." #. type: "LegacyLogo_title" -#: Resources/templates/Localizable.strings:115 +#: Resources/templates/Localizable.strings:134 #, no-wrap msgid "LegacyLogo=Yes" msgstr "LegacyLogo=Yes" #. type: "LegacyLogo_description" -#: Resources/templates/Localizable.strings:116 +#: Resources/templates/Localizable.strings:135 #, no-wrap msgid "Use the legacy 'dark grey' apple logo on the light grey screen for the boot process rather than the boot.png in the theme." msgstr "Gebruik het standaard logo (grijs op wit) op het bootscherm in plaats van het boot.png logo van het thema." #. type: "InstantMenu_title" -#: Resources/templates/Localizable.strings:118 +#: Resources/templates/Localizable.strings:137 #, no-wrap msgid "InstantMenu=Yes" msgstr "InstantMenu=Yes" #. type: "InstantMenu_description" -#: Resources/templates/Localizable.strings:119 +#: Resources/templates/Localizable.strings:138 #, no-wrap msgid "By default, when Chameleon loads you'll see the icon for the current default partition, along with a timeout progress bar which left alone will count down before Chameleon automatically boots that partition. This options skips that and takes you directly to the device selection screen." msgstr "Geef het partitie selectie scherm weer, zonder het timeout scherm weer te geven." #. type: "QuietBoot_title" -#: Resources/templates/Localizable.strings:121 +#: Resources/templates/Localizable.strings:140 #, no-wrap msgid "QuietBoot=Yes" msgstr "QuietBoot=Yes" #. type: "QuietBoot_description" -#: Resources/templates/Localizable.strings:122 +#: Resources/templates/Localizable.strings:141 #, no-wrap msgid "Enable quiet boot mode (no messages or prompt)." msgstr "Schakelt quit boot mode in(geen berichten of prompt)." #. type: "ShowInfo_title" -#: Resources/templates/Localizable.strings:124 +#: Resources/templates/Localizable.strings:143 #, no-wrap msgid "ShowInfo=Yes" msgstr "ShowInfo=Yes" #. type: "ShowInfo_description" -#: Resources/templates/Localizable.strings:125 +#: Resources/templates/Localizable.strings:144 #, no-wrap msgid "Enables display of partition and resolution details shown on the left side of the GUI under the boot banner. This is useful information for troubleshooting, though can clash with certain themes." msgstr "Schakelt scherm of partitie en resolutie details zoals aangegeven aan de linker zijde van de GUI onder het boot menu. Dit geeft handige informatie voor storing opsporing, maar kan botsen met bepaalde thema's." #. type: "Wait_title" -#: Resources/templates/Localizable.strings:127 +#: Resources/templates/Localizable.strings:146 #, no-wrap msgid "Wait=Yes" msgstr "Wait=Yes" #. type: "Wait_description" -#: Resources/templates/Localizable.strings:128 +#: Resources/templates/Localizable.strings:147 #, no-wrap msgid "Pauses the boot process after Chameleon has finished it's setup then waits for a key press before it starts the mach kernel. Useful when combined with verbose boot for troubleshooting." msgstr "Pauzeert het boot proces nadat Chameleon's installatie voltooid is, hierna wacht het tot er op een toets gedrukt wordt voor het de mach kernel start. Bruikbaar wanneer het gecombineerd wordt met de verbose boot voor probleemoplossing." #. type: "PrivateData_title" -#: Resources/templates/Localizable.strings:130 +#: Resources/templates/Localizable.strings:149 #, no-wrap msgid "PrivateData=No" msgstr "PrivateData=No" #. type: "PrivateData_description" -#: Resources/templates/Localizable.strings:131 +#: Resources/templates/Localizable.strings:150 #, no-wrap msgid "Show masked data (serial number) in bdmesg log (enbaled by default)." msgstr "" #. type: "USBBusFix_title" -#: Resources/templates/Localizable.strings:135 +#: Resources/templates/Localizable.strings:154 #, no-wrap msgid "USBBusFix=Yes" msgstr "USBBusFix=Yes" #. type: "USBBusFix_description" -#: Resources/templates/Localizable.strings:136 +#: Resources/templates/Localizable.strings:155 #, no-wrap msgid "Enable the XHCI, EHCI and UHCI fixes (disabled by default)." msgstr "" #. type: "USBLegacyOff_title" -#: Resources/templates/Localizable.strings:138 +#: Resources/templates/Localizable.strings:157 #, no-wrap msgid "USBLegacyOff=Yes" msgstr "USBLegacyOff=Yes" #. type: "USBLegacyOff_description" -#: Resources/templates/Localizable.strings:139 +#: Resources/templates/Localizable.strings:158 #, no-wrap msgid "Force USB Legacy off for XHCI and EHCI (disabled by default)." msgstr "" #. type: "XHCILegacyOff_title" -#: Resources/templates/Localizable.strings:141 +#: Resources/templates/Localizable.strings:160 #, no-wrap msgid "XHCILegacyOff=Yes" msgstr "XHCILegacyOff=Yes" #. type: "XHCILegacyOff_description" -#: Resources/templates/Localizable.strings:142 +#: Resources/templates/Localizable.strings:161 #, no-wrap msgid "Force USB Legacy off for XHCI (disabled by default)." msgstr "" #. type: "UHCIreset_title" -#: Resources/templates/Localizable.strings:144 +#: Resources/templates/Localizable.strings:163 #, no-wrap msgid "UHCIreset=Yes" msgstr "UHCIreset=Yes" #. type: "UHCIreset_description" -#: Resources/templates/Localizable.strings:145 +#: Resources/templates/Localizable.strings:164 #, no-wrap msgid "Enables the option to reset UHCI controllers before starting OS X." msgstr "Voeg UHCIreset=Yes toe aan org.chameleon.Boot.plist, Deze optie zal UHCI controllers resetten voor dat OS X gestart wordt." #. type: "EHCIacquire_title" -#: Resources/templates/Localizable.strings:147 +#: Resources/templates/Localizable.strings:166 #, no-wrap msgid "EHCIacquire=Yes" msgstr "EHCIacquire=Yes" #. type: "EHCIacquire_description" -#: Resources/templates/Localizable.strings:148 +#: Resources/templates/Localizable.strings:167 #, no-wrap msgid "Enables the option to fix any EHCI ownership issues due to bad bioses." msgstr "Voeg EHCIacquire=Yes toe aan org.chameleon.Boot.plist, Deze optie repareert alle EHCI ownership problemen die worden veroorzaakt door slechte biossen." #. type: "arch_title" -#: Resources/templates/Localizable.strings:150 +#: Resources/templates/Localizable.strings:169 #, no-wrap msgid "arch=i386" msgstr "arch=i386" #. type: "arch_description" -#: Resources/templates/Localizable.strings:151 +#: Resources/templates/Localizable.strings:170 #, no-wrap msgid "Boots the kernel in 32bit mode rather than the default 64bit mode." msgstr "Boot de kernel in 32bit mode in plaats van de standaard 64bit mode." #. type: "EthernetBuiltIn_title" -#: Resources/templates/Localizable.strings:153 +#: Resources/templates/Localizable.strings:172 #, no-wrap msgid "EthernetBuiltIn=Yes" msgstr "EthernetBuiltIn=Yes" #. type: "EthernetBuiltIn_description" -#: Resources/templates/Localizable.strings:154 +#: Resources/templates/Localizable.strings:173 #, no-wrap msgid "Enables the option of adding 'built-in' to your ethernet devices." msgstr "Hiermee schakelt u de optie van het toevoegen van 'ingebouwde' om uw Ethernet-apparaten." #. type: "EnableWifi_title" -#: Resources/templates/Localizable.strings:156 +#: Resources/templates/Localizable.strings:175 #, no-wrap msgid "EnableWifi=Yes" msgstr "EnableWifi=Yes" #. type: "EnableWifi_description" -#: Resources/templates/Localizable.strings:157 +#: Resources/templates/Localizable.strings:176 #, no-wrap msgid "Enables the option of adding AirPort values to your wireless device." msgstr "Schakelt de optie voor het toevoegen van AirPort eigenschappen aan je draadloze apparaten in." #. type: "ForceHPET_title" -#: Resources/templates/Localizable.strings:159 +#: Resources/templates/Localizable.strings:178 #, no-wrap msgid "ForceHPET=Yes" msgstr "ForceHPET=Yes" #. type: "ForceHPET_description" -#: Resources/templates/Localizable.strings:160 +#: Resources/templates/Localizable.strings:179 #, no-wrap msgid "Enables HPET on intel chipsets, for bioses that dont include the option." msgstr "Voeg ForceHPET=Yes toe aan org.chameleon.Boot.plist, Deze optie zorgt ervoor dat HPET aangezet wordt op intel chipsets en is voor biossen die die optie niet ondersteunen." #. type: "ForceWake_title" -#: Resources/templates/Localizable.strings:162 +#: Resources/templates/Localizable.strings:181 #, no-wrap msgid "ForceWake=Yes" msgstr "ForceWake=Yes" #. type: "ForceWake_description" -#: Resources/templates/Localizable.strings:163 +#: Resources/templates/Localizable.strings:182 #, no-wrap msgid "This option enables you to bypass bad sleep images." msgstr "Voeg ForceWake=Yes toe aan org.chameleon.Boot.plist, deze optie zorgt ervoor dat je corrupte sleep images kan voorbijgaan." #. type: "ForceFullMemInfo_title" -#: Resources/templates/Localizable.strings:165 +#: Resources/templates/Localizable.strings:184 #, no-wrap msgid "ForceFullMemInfo=Yes" msgstr "ForceFullMemInfo=Yes" #. type: "ForceFullMemInfo_description" -#: Resources/templates/Localizable.strings:166 +#: Resources/templates/Localizable.strings:185 #, no-wrap msgid "Force SMBIOS Table 17 to be 27 bytes long." msgstr "" #. type: "RestartFix_title" -#: Resources/templates/Localizable.strings:168 +#: Resources/templates/Localizable.strings:187 #, no-wrap msgid "RestartFix=No" msgstr "RestartFix=No" #. type: "RestartFix_description" -#: Resources/templates/Localizable.strings:169 +#: Resources/templates/Localizable.strings:188 #, no-wrap msgid "Disables the automatically enabled restart fix." msgstr "Schakelt de automatisch ingeschakelde restart fix uit." #. type: "UseMemDetect_title" -#: Resources/templates/Localizable.strings:171 +#: Resources/templates/Localizable.strings:190 #, no-wrap msgid "UseMemDetect=No" msgstr "UseMemDetect=No" #. type: "UseMemDetect_description" -#: Resources/templates/Localizable.strings:172 +#: Resources/templates/Localizable.strings:191 #, no-wrap msgid "Disables the automatically enabled RAM recognition." msgstr "Schakelt de automatisch ingeschakelde RAM geheugen herkenning uit." #. type: "UseKernelCache_title" -#: Resources/templates/Localizable.strings:174 +#: Resources/templates/Localizable.strings:193 #, no-wrap msgid "UseKernelCache=Yes" msgstr "UseKernelCache=Yes" #. type: "UseKernelCache_description" -#: Resources/templates/Localizable.strings:175 +#: Resources/templates/Localizable.strings:194 #, no-wrap msgid "For Lion only. Enables loading of the pre-linked kernel. This will ignore /E/E and /S/L/E. ONLY use this is you have know it contains everything you need." msgstr "Alleen voor Lion. Schakelt het laden van een pre-linked kernel. Dit negeert /E/E en /S/L/E. Gebruik dit ALLEEN als je weet wat je doet en het alles bevat wat nodig is om te booten." #. type: "Wake_title" -#: Resources/templates/Localizable.strings:177 +#: Resources/templates/Localizable.strings:196 #, no-wrap msgid "Wake=Yes" msgstr "Wake=Yes" #. type: "Wake_description" -#: Resources/templates/Localizable.strings:178 +#: Resources/templates/Localizable.strings:197 #, no-wrap msgid "Attempts to load the sleep image saved from last hibernation." msgstr "Probeert de sleep image te laden die opgeslagen is van de laatste keer dat de pc in hibernatie is gezet." #. type: "CSTUsingSystemIO_title" -#: Resources/templates/Localizable.strings:182 +#: Resources/templates/Localizable.strings:201 #, no-wrap msgid "CSTUsingSystemIO=Yes" msgstr "CSTUsingSystemIO=Yes" #. type: "CSTUsingSystemIO_description" -#: Resources/templates/Localizable.strings:183 +#: Resources/templates/Localizable.strings:202 #, no-wrap msgid "New C-State _CST generation method using SystemIO registers instead of FixedHW." msgstr "Nieuww C-State _CST aanmaak methode gebruikmakend van SystemIO registers in plaats van FixedHW." #. type: "DropSSDT_title" -#: Resources/templates/Localizable.strings:185 +#: Resources/templates/Localizable.strings:204 #, no-wrap msgid "DropSSDT=Yes" msgstr "DropSSDT=Yes" #. type: "DropSSDT_description" -#: Resources/templates/Localizable.strings:186 +#: Resources/templates/Localizable.strings:205 #, no-wrap msgid "Discard the motherboard's built-in SSDT tables." msgstr "Negeert de SSDT tables die ingebouwd zitten in het moederbord." #. type: "DropHPET_title" -#: Resources/templates/Localizable.strings:188 +#: Resources/templates/Localizable.strings:207 #, no-wrap msgid "DropHPET=Yes" msgstr "DropHPET=Yes" #. type: "DropHPET_description" -#: Resources/templates/Localizable.strings:189 +#: Resources/templates/Localizable.strings:208 #, no-wrap msgid "Discard the motherboard's built-in HPET table." msgstr "Negeert de HPET table die ingebouwd zitten in het moederbord." #. type: "DropSBST_title" -#: Resources/templates/Localizable.strings:191 +#: Resources/templates/Localizable.strings:210 #, no-wrap msgid "DropSBST=Yes" msgstr "DropSSDT=Yes" #. type: "DropSBST_description" -#: Resources/templates/Localizable.strings:192 +#: Resources/templates/Localizable.strings:211 #, no-wrap msgid "Discard the motherboard's built-in SBST table." msgstr "Negeert de SBST table die ingebouwd zitten in het moederbord." #. type: "DropECDT_title" -#: Resources/templates/Localizable.strings:194 +#: Resources/templates/Localizable.strings:213 #, no-wrap msgid "DropECDT=Yes" msgstr "DropECDT=Yes" #. type: "DropECDT_description" -#: Resources/templates/Localizable.strings:195 +#: Resources/templates/Localizable.strings:214 #, no-wrap msgid "Discard the motherboard's built-in ECDT table." msgstr "Negeert de ECDT table die ingebouwd zitten in het moederbord." #. type: "DropASFT_title" -#: Resources/templates/Localizable.strings:197 +#: Resources/templates/Localizable.strings:216 #, no-wrap msgid "DropASFT=Yes" msgstr "DropASFT=Yes" #. type: "DropASFT_description" -#: Resources/templates/Localizable.strings:198 +#: Resources/templates/Localizable.strings:217 #, no-wrap msgid "Discard the motherboard's built-in ASF! table." msgstr "Negeert de ASF! table die ingebouwd zitten in het moederbord." #. type: "DropDMAR_title" -#: Resources/templates/Localizable.strings:200 +#: Resources/templates/Localizable.strings:219 #, no-wrap msgid "DropDMAR=Yes" msgstr "DropDMAR=Yes" #. type: "DropDMAR_description" -#: Resources/templates/Localizable.strings:201 +#: Resources/templates/Localizable.strings:220 #, no-wrap msgid "Discard the motherboard's built-in DMAR table, this key action resolve the problem with VT-d panics." msgstr "" #. type: "EnableC2State_title" -#: Resources/templates/Localizable.strings:203 +#: Resources/templates/Localizable.strings:222 #, no-wrap msgid "EnableC2State=Yes" msgstr "EnableC2State=Yes" #. type: "EnableC2State_description" -#: Resources/templates/Localizable.strings:204 +#: Resources/templates/Localizable.strings:223 #, no-wrap msgid "Enable specific Processor power state, C2." msgstr "Schakelt de Processor stroom staat C2 in." #. type: "EnableC3State_title" -#: Resources/templates/Localizable.strings:206 +#: Resources/templates/Localizable.strings:225 #, no-wrap msgid "EnableC3State=Yes" msgstr "EnableC3State=Yes" #. type: "EnableC3State_description" -#: Resources/templates/Localizable.strings:207 +#: Resources/templates/Localizable.strings:226 #, no-wrap msgid "Enable specific Processor power state, C3." msgstr "Schakelt de Processor stroom staat C3 in." #. type: "EnableC4State_title" -#: Resources/templates/Localizable.strings:209 +#: Resources/templates/Localizable.strings:228 #, no-wrap msgid "EnableC4State=Yes" msgstr "EnableC4State=Yes" #. type: "EnableC4State_description" -#: Resources/templates/Localizable.strings:210 +#: Resources/templates/Localizable.strings:229 #, no-wrap msgid "Enable specific Processor power state, C4." msgstr "Schakelt de Processor stroom staat C4 in." #. type: "EnableC6State_title" -#: Resources/templates/Localizable.strings:212 +#: Resources/templates/Localizable.strings:231 #, no-wrap msgid "EnableC6State=Yes" msgstr "EnableC6State=Yes" #. type: "EnableC6State_description" -#: Resources/templates/Localizable.strings:213 +#: Resources/templates/Localizable.strings:232 #, no-wrap msgid "Enable specific Processor power state, C6." msgstr "Schakelt de Processor stroom staat C6 in." #. type: "EnableC7State_title" -#: Resources/templates/Localizable.strings:215 +#: Resources/templates/Localizable.strings:234 #, no-wrap msgid "EnableC7State=Yes" msgstr "EnableC7State=Yes" #. type: "EnableC7State_description" -#: Resources/templates/Localizable.strings:216 +#: Resources/templates/Localizable.strings:235 #, no-wrap msgid "Enable specific Processor power state, C7." msgstr "Schakelt de Processor stroom staat C7 in." #. type: "GenerateCStates_title" -#: Resources/templates/Localizable.strings:218 +#: Resources/templates/Localizable.strings:237 #, no-wrap msgid "GenerateCStates=Yes" msgstr "GenerateCStates=Yes" #. type: "GenerateCStates_description" -#: Resources/templates/Localizable.strings:219 +#: Resources/templates/Localizable.strings:238 #, no-wrap msgid "Enable auto generation of processor idle sleep states (C-States)." msgstr "Schakel automatisch gegenereerde processor C-States in." #. type: "GeneratePStates_title" -#: Resources/templates/Localizable.strings:221 +#: Resources/templates/Localizable.strings:240 #, no-wrap msgid "GeneratePStates=Yes" msgstr "GeneratePStates=Yes" #. type: "GeneratePStates_description" -#: Resources/templates/Localizable.strings:222 +#: Resources/templates/Localizable.strings:241 #, no-wrap msgid "Enable auto generation of processor power performance states (P-States)." msgstr "Schakel automatisch gegenereerde processor P-States in." #. type: "GenerateTStates_title" -#: Resources/templates/Localizable.strings:224 +#: Resources/templates/Localizable.strings:243 #, no-wrap msgid "GenerateTStates=Yes" msgstr "GenerateTStates=Yes" #. type: "GenerateTStates_description" -#: Resources/templates/Localizable.strings:225 +#: Resources/templates/Localizable.strings:244 #, no-wrap msgid "Enable auto generation of processor power performance states (T-States)." msgstr "Schakel automatisch gegenereerde processor T-States in." #. type: "1024x600x32_title" -#: Resources/templates/Localizable.strings:229 +#: Resources/templates/Localizable.strings:248 #, no-wrap msgid "1024x600x32" msgstr "1024x600x32" #. type: "1024x600x32_description" -#: Resources/templates/Localizable.strings:230 +#: Resources/templates/Localizable.strings:249 #, no-wrap msgid "Set Graphics Mode to 1024x600x32" msgstr "Zet de grafische resolutie op 1024x600x32" #. type: "1024x768x32_title" -#: Resources/templates/Localizable.strings:232 +#: Resources/templates/Localizable.strings:251 #, no-wrap msgid "1024x768x32" msgstr "1024x768x32" #. type: "1024x768x32_description" -#: Resources/templates/Localizable.strings:233 +#: Resources/templates/Localizable.strings:252 #, no-wrap msgid "Set Graphics Mode to 1024x768x32" msgstr "Zet de grafische resolutie op 1024x768x32" #. type: "1280x768x32_title" -#: Resources/templates/Localizable.strings:235 +#: Resources/templates/Localizable.strings:254 #, no-wrap msgid "1280x768x32" msgstr "1280x768x32" #. type: "1280x768x32_description" -#: Resources/templates/Localizable.strings:236 +#: Resources/templates/Localizable.strings:255 #, no-wrap msgid "Set Graphics Mode to 1280x768x32" msgstr "Zet de grafische resolutie op 1280x768x32" #. type: "1280x800x32_title" -#: Resources/templates/Localizable.strings:238 +#: Resources/templates/Localizable.strings:257 #, no-wrap msgid "1280x800x32" msgstr "1280x800x32" #. type: "1280x800x32_description" -#: Resources/templates/Localizable.strings:239 +#: Resources/templates/Localizable.strings:258 #, no-wrap msgid "Set Graphics Mode to 1280x800x32" msgstr "Zet de grafische resolutie op 1280x800x32" #. type: "1280x1024x32_title" -#: Resources/templates/Localizable.strings:241 +#: Resources/templates/Localizable.strings:260 #, no-wrap msgid "1280x1024x32" msgstr "1280x1024x32" #. type: "1280x1024x32_description" -#: Resources/templates/Localizable.strings:242 +#: Resources/templates/Localizable.strings:261 #, no-wrap msgid "Set Graphics Mode to 1280x1024x32" msgstr "Zet de grafische resolutie op 1280x1024x32" #. type: "1280x960x32_title" -#: Resources/templates/Localizable.strings:244 +#: Resources/templates/Localizable.strings:263 #, no-wrap msgid "1280x960x32" msgstr "1280x960x32" #. type: "1280x960x32_description" -#: Resources/templates/Localizable.strings:245 +#: Resources/templates/Localizable.strings:264 #, no-wrap msgid "Set Graphics Mode to 1280x960x32" msgstr "Zet de grafische resolutie op 1280x960x32" #. type: "1366x768x32_title" -#: Resources/templates/Localizable.strings:247 +#: Resources/templates/Localizable.strings:266 #, no-wrap msgid "1366x768x32" msgstr "1366x768x32" #. type: "1366x768x32_description" -#: Resources/templates/Localizable.strings:248 +#: Resources/templates/Localizable.strings:267 #, no-wrap msgid "Set Graphics Mode to 1366x768x32" msgstr "Zet de grafische resolutie op 1366x768x32" #. type: "1440x900x32_title" -#: Resources/templates/Localizable.strings:250 +#: Resources/templates/Localizable.strings:269 #, no-wrap msgid "1440x900x32" msgstr "1440x900x32" #. type: "1440x900x32_description" -#: Resources/templates/Localizable.strings:251 +#: Resources/templates/Localizable.strings:270 #, no-wrap msgid "Set Graphics Mode to 1440x900x32" msgstr "Zet de grafische resolutie op 1440x900x32" #. type: "1600x900x32_title" -#: Resources/templates/Localizable.strings:253 +#: Resources/templates/Localizable.strings:272 #, no-wrap msgid "1600x900x32" msgstr "1600x900x32" #. type: "1600x900x32_description" -#: Resources/templates/Localizable.strings:254 +#: Resources/templates/Localizable.strings:273 #, no-wrap msgid "Set Graphics Mode to 1600x900x32" msgstr "Zet de grafische resolutie op 1600x900x32" #. type: "1600x1200x32_title" -#: Resources/templates/Localizable.strings:256 +#: Resources/templates/Localizable.strings:275 #, no-wrap msgid "1600x1200x32" msgstr "1600x1200x32" #. type: "1600x1200x32_description" -#: Resources/templates/Localizable.strings:257 +#: Resources/templates/Localizable.strings:276 #, no-wrap msgid "Set Graphics Mode to 1600x1200x32" msgstr "Zet de grafische resolutie op 1600x1200x32" #. type: "1680x1050x32_title" -#: Resources/templates/Localizable.strings:259 +#: Resources/templates/Localizable.strings:278 #, no-wrap msgid "1680x1050x32" msgstr "1680x1050x32" #. type: "1680x1050x32_description" -#: Resources/templates/Localizable.strings:260 +#: Resources/templates/Localizable.strings:279 #, no-wrap msgid "Set Graphics Mode to 1680x1050x32" msgstr "Zet de grafische resolutie op 1680x1050x32" #. type: "1920x1080x32_title" -#: Resources/templates/Localizable.strings:262 +#: Resources/templates/Localizable.strings:281 #, no-wrap msgid "1920x1080x32" msgstr "1920x1080x32" #. type: "1920x1080x32_description" -#: Resources/templates/Localizable.strings:263 +#: Resources/templates/Localizable.strings:282 #, no-wrap msgid "Set Graphics Mode to 1920x1080x32" msgstr "Zet de grafische resolutie op 1920x1080x32" #. type: "1920x1200x32_title" -#: Resources/templates/Localizable.strings:265 +#: Resources/templates/Localizable.strings:284 #, no-wrap msgid "1920x1200x32" msgstr "1920x1200x32" #. type: "1920x1200x32_description" -#: Resources/templates/Localizable.strings:266 +#: Resources/templates/Localizable.strings:285 #, no-wrap msgid "Set Graphics Mode to 1920x1200x32" msgstr "Zet de grafische resolutie op 1920x1200x32" #. type: "HDAULayoutIDx01_title" -#: Resources/templates/Localizable.strings:270 -#: Resources/templates/Localizable.strings:376 +#: Resources/templates/Localizable.strings:289 +#: Resources/templates/Localizable.strings:395 #, no-wrap msgid "LayoutID=1" msgstr "LayoutID=1" #. type: "HDEFLayoutIDx01_description" -#: Resources/templates/Localizable.strings:271 +#: Resources/templates/Localizable.strings:290 #, no-wrap msgid "" "Set HDEF layout-it to 1:\n" @@ -1181,14 +1245,14 @@ msgstr "" #. type: "HDAULayoutIDx02_title" -#: Resources/templates/Localizable.strings:274 -#: Resources/templates/Localizable.strings:380 +#: Resources/templates/Localizable.strings:293 +#: Resources/templates/Localizable.strings:399 #, no-wrap msgid "LayoutID=2" msgstr "LayoutID=2" #. type: "HDEFLayoutIDx02_description" -#: Resources/templates/Localizable.strings:275 +#: Resources/templates/Localizable.strings:294 #, no-wrap msgid "" "Set HDEF layout-it to 2:\n" @@ -1196,14 +1260,14 @@ msgstr "" #. type: "HDAULayoutIDx03_title" -#: Resources/templates/Localizable.strings:278 -#: Resources/templates/Localizable.strings:384 +#: Resources/templates/Localizable.strings:297 +#: Resources/templates/Localizable.strings:403 #, no-wrap msgid "LayoutID=3" msgstr "LayoutID=3" #. type: "HDEFLayoutIDx03_description" -#: Resources/templates/Localizable.strings:279 +#: Resources/templates/Localizable.strings:298 #, no-wrap msgid "" "Set HDEF layout-it to 3:\n" @@ -1211,14 +1275,14 @@ msgstr "" #. type: "HDAULayoutIDx05_title" -#: Resources/templates/Localizable.strings:282 -#: Resources/templates/Localizable.strings:388 +#: Resources/templates/Localizable.strings:301 +#: Resources/templates/Localizable.strings:407 #, no-wrap msgid "LayoutID=5" msgstr "LayoutID=5" #. type: "HDEFLayoutIDx05_description" -#: Resources/templates/Localizable.strings:283 +#: Resources/templates/Localizable.strings:302 #, no-wrap msgid "" "Set HDEF layout-it to 5:\n" @@ -1226,14 +1290,14 @@ msgstr "" #. type: "HDAULayoutIDx07_title" -#: Resources/templates/Localizable.strings:286 -#: Resources/templates/Localizable.strings:392 +#: Resources/templates/Localizable.strings:305 +#: Resources/templates/Localizable.strings:411 #, no-wrap msgid "LayoutID=7" msgstr "LayoutID=7" #. type: "HDEFLayoutIDx07_description" -#: Resources/templates/Localizable.strings:287 +#: Resources/templates/Localizable.strings:306 #, no-wrap msgid "" "Set HDEF layout-it to 7:\n" @@ -1241,14 +1305,14 @@ msgstr "" #. type: "HDAULayoutIDx12_title" -#: Resources/templates/Localizable.strings:290 -#: Resources/templates/Localizable.strings:396 +#: Resources/templates/Localizable.strings:309 +#: Resources/templates/Localizable.strings:415 #, no-wrap msgid "LayoutID=12" msgstr "LayoutID=12" #. type: "HDEFLayoutIDx12_description" -#: Resources/templates/Localizable.strings:291 +#: Resources/templates/Localizable.strings:310 #, no-wrap msgid "" "Set HDEF layout-it to 12:\n" @@ -1256,14 +1320,14 @@ msgstr "" #. type: "HDAULayoutIDx32_title" -#: Resources/templates/Localizable.strings:294 -#: Resources/templates/Localizable.strings:400 +#: Resources/templates/Localizable.strings:313 +#: Resources/templates/Localizable.strings:419 #, no-wrap msgid "LayoutID=32" msgstr "LayoutID=32" #. type: "HDEFLayoutIDx32_description" -#: Resources/templates/Localizable.strings:295 +#: Resources/templates/Localizable.strings:314 #, no-wrap msgid "" "Set HDEF layout-it to 32:\n" @@ -1271,14 +1335,14 @@ msgstr "" #. type: "HDAULayoutIDx40_title" -#: Resources/templates/Localizable.strings:298 -#: Resources/templates/Localizable.strings:404 +#: Resources/templates/Localizable.strings:317 +#: Resources/templates/Localizable.strings:423 #, no-wrap msgid "LayoutID=40" msgstr "LayoutID=40" #. type: "HDEFLayoutIDx40_description" -#: Resources/templates/Localizable.strings:299 +#: Resources/templates/Localizable.strings:318 #, no-wrap msgid "" "Set HDEF layout-it to 40:\n" @@ -1286,14 +1350,14 @@ msgstr "" #. type: "HDAULayoutIDx65_title" -#: Resources/templates/Localizable.strings:302 -#: Resources/templates/Localizable.strings:408 +#: Resources/templates/Localizable.strings:321 +#: Resources/templates/Localizable.strings:427 #, no-wrap msgid "LayoutID=65" msgstr "LayoutID=65" #. type: "HDEFLayoutIDx65_description" -#: Resources/templates/Localizable.strings:303 +#: Resources/templates/Localizable.strings:322 #, no-wrap msgid "" "Set HDEF layout-it to 65:\n" @@ -1301,14 +1365,14 @@ msgstr "" #. type: "HDAULayoutIDx99_title" -#: Resources/templates/Localizable.strings:306 -#: Resources/templates/Localizable.strings:412 +#: Resources/templates/Localizable.strings:325 +#: Resources/templates/Localizable.strings:431 #, no-wrap msgid "LayoutID=99" msgstr "LayoutID=99" #. type: "HDEFLayoutIDx99_description" -#: Resources/templates/Localizable.strings:307 +#: Resources/templates/Localizable.strings:326 #, no-wrap msgid "" "Set HDEF layout-it to 99:\n" @@ -1316,14 +1380,14 @@ msgstr "" #. type: "HDAULayoutIDx269_title" -#: Resources/templates/Localizable.strings:310 -#: Resources/templates/Localizable.strings:416 +#: Resources/templates/Localizable.strings:329 +#: Resources/templates/Localizable.strings:435 #, no-wrap msgid "LayoutID=269" msgstr "LayoutID=269" #. type: "HDEFLayoutIDx269_description" -#: Resources/templates/Localizable.strings:311 +#: Resources/templates/Localizable.strings:330 #, no-wrap msgid "" "Set HDEF layout-it to 269:\n" @@ -1331,14 +1395,14 @@ msgstr "" #. type: "HDAULayoutIDx387_title" -#: Resources/templates/Localizable.strings:314 -#: Resources/templates/Localizable.strings:420 +#: Resources/templates/Localizable.strings:333 +#: Resources/templates/Localizable.strings:439 #, no-wrap msgid "LayoutID=387" msgstr "LayoutID=387" #. type: "HDEFLayoutIDx387_description" -#: Resources/templates/Localizable.strings:315 +#: Resources/templates/Localizable.strings:334 #, no-wrap msgid "" "Set HDEF layout-it to 387:\n" @@ -1346,14 +1410,14 @@ msgstr "" #. type: "HDAULayoutIDx388_title" -#: Resources/templates/Localizable.strings:318 -#: Resources/templates/Localizable.strings:424 +#: Resources/templates/Localizable.strings:337 +#: Resources/templates/Localizable.strings:443 #, no-wrap msgid "LayoutID=388" msgstr "LayoutID=388" #. type: "HDEFLayoutIDx388_description" -#: Resources/templates/Localizable.strings:319 +#: Resources/templates/Localizable.strings:338 #, no-wrap msgid "" "Set HDEF layout-it to 388:\n" @@ -1361,14 +1425,14 @@ msgstr "" #. type: "HDAULayoutIDx389_title" -#: Resources/templates/Localizable.strings:322 -#: Resources/templates/Localizable.strings:428 +#: Resources/templates/Localizable.strings:341 +#: Resources/templates/Localizable.strings:447 #, no-wrap msgid "LayoutID=389" msgstr "LayoutID=389" #. type: "HDEFLayoutIDx389_description" -#: Resources/templates/Localizable.strings:323 +#: Resources/templates/Localizable.strings:342 #, no-wrap msgid "" "Set HDEF layout-it to 389:\n" @@ -1376,14 +1440,14 @@ msgstr "" #. type: "HDAULayoutIDx392_title" -#: Resources/templates/Localizable.strings:326 -#: Resources/templates/Localizable.strings:432 +#: Resources/templates/Localizable.strings:345 +#: Resources/templates/Localizable.strings:451 #, no-wrap msgid "LayoutID=392" msgstr "LayoutID=392" #. type: "HDEFLayoutIDx392_description" -#: Resources/templates/Localizable.strings:327 +#: Resources/templates/Localizable.strings:346 #, no-wrap msgid "" "Set HDEF layout-it to 392:\n" @@ -1391,14 +1455,14 @@ msgstr "" #. type: "HDAULayoutIDx398_title" -#: Resources/templates/Localizable.strings:330 -#: Resources/templates/Localizable.strings:436 +#: Resources/templates/Localizable.strings:349 +#: Resources/templates/Localizable.strings:455 #, no-wrap msgid "LayoutID=398" msgstr "LayoutID=398" #. type: "HDEFLayoutIDx398_description" -#: Resources/templates/Localizable.strings:331 +#: Resources/templates/Localizable.strings:350 #, no-wrap msgid "" "Set HDEF layout-it to 398:\n" @@ -1406,14 +1470,14 @@ msgstr "" #. type: "HDAULayoutIDx662_title" -#: Resources/templates/Localizable.strings:334 -#: Resources/templates/Localizable.strings:440 +#: Resources/templates/Localizable.strings:353 +#: Resources/templates/Localizable.strings:459 #, no-wrap msgid "LayoutID=662" msgstr "LayoutID=662" #. type: "HDEFLayoutIDx662_description" -#: Resources/templates/Localizable.strings:335 +#: Resources/templates/Localizable.strings:354 #, no-wrap msgid "" "Set HDEF layout-it to 662:\n" @@ -1421,14 +1485,14 @@ msgstr "" #. type: "HDAULayoutIDx663_title" -#: Resources/templates/Localizable.strings:338 -#: Resources/templates/Localizable.strings:444 +#: Resources/templates/Localizable.strings:357 +#: Resources/templates/Localizable.strings:463 #, no-wrap msgid "LayoutID=663" msgstr "LayoutID=663" #. type: "HDEFLayoutIDx663_description" -#: Resources/templates/Localizable.strings:339 +#: Resources/templates/Localizable.strings:358 #, no-wrap msgid "" "Set HDEF layout-it to 663:\n" @@ -1436,14 +1500,14 @@ msgstr "" #. type: "HDAULayoutIDx664_title" -#: Resources/templates/Localizable.strings:342 -#: Resources/templates/Localizable.strings:448 +#: Resources/templates/Localizable.strings:361 +#: Resources/templates/Localizable.strings:467 #, no-wrap msgid "LayoutID=664" msgstr "LayoutID=664" #. type: "HDEFLayoutIDx664_description" -#: Resources/templates/Localizable.strings:343 +#: Resources/templates/Localizable.strings:362 #, no-wrap msgid "" "Set HDEF layout-it to 664:\n" @@ -1451,14 +1515,14 @@ msgstr "" #. type: "HDAULayoutIDx885_title" -#: Resources/templates/Localizable.strings:346 -#: Resources/templates/Localizable.strings:452 +#: Resources/templates/Localizable.strings:365 +#: Resources/templates/Localizable.strings:471 #, no-wrap msgid "LayoutID=885" msgstr "LayoutID=885" #. type: "HDEFLayoutIDx885_description" -#: Resources/templates/Localizable.strings:347 +#: Resources/templates/Localizable.strings:366 #, no-wrap msgid "" "Set HDEF layout-it to 885:\n" @@ -1466,14 +1530,14 @@ msgstr "" #. type: "HDAULayoutIDx887_title" -#: Resources/templates/Localizable.strings:350 -#: Resources/templates/Localizable.strings:456 +#: Resources/templates/Localizable.strings:369 +#: Resources/templates/Localizable.strings:475 #, no-wrap msgid "LayoutID=887" msgstr "LayoutID=887" #. type: "HDEFLayoutIDx887_description" -#: Resources/templates/Localizable.strings:351 +#: Resources/templates/Localizable.strings:370 #, no-wrap msgid "" "Set HDEF layout-it to 887:\n" @@ -1481,14 +1545,14 @@ msgstr "" #. type: "HDAULayoutIDx888_title" -#: Resources/templates/Localizable.strings:354 -#: Resources/templates/Localizable.strings:460 +#: Resources/templates/Localizable.strings:373 +#: Resources/templates/Localizable.strings:479 #, no-wrap msgid "LayoutID=888" msgstr "LayoutID=888" #. type: "HDEFLayoutIDx888_description" -#: Resources/templates/Localizable.strings:355 +#: Resources/templates/Localizable.strings:374 #, no-wrap msgid "" "Set HDEF layout-it to 888:\n" @@ -1496,14 +1560,14 @@ msgstr "" #. type: "HDAULayoutIDx889_title" -#: Resources/templates/Localizable.strings:358 -#: Resources/templates/Localizable.strings:464 +#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:483 #, no-wrap msgid "LayoutID=889" msgstr "LayoutID=889" #. type: "HDEFLayoutIDx889_description" -#: Resources/templates/Localizable.strings:359 +#: Resources/templates/Localizable.strings:378 #, no-wrap msgid "" "Set HDEF layout-it to 889:\n" @@ -1511,14 +1575,14 @@ msgstr "" #. type: "HDAULayoutIDx892_title" -#: Resources/templates/Localizable.strings:362 -#: Resources/templates/Localizable.strings:468 +#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:487 #, no-wrap msgid "LayoutID=892" msgstr "LayoutID=892" #. type: "HDEFLayoutIDx892_description" -#: Resources/templates/Localizable.strings:363 +#: Resources/templates/Localizable.strings:382 #, no-wrap msgid "" "Set HDEF layout-it to 892:\n" @@ -1526,14 +1590,14 @@ msgstr "" #. type: "HDAULayoutIDx898_title" -#: Resources/templates/Localizable.strings:366 -#: Resources/templates/Localizable.strings:472 +#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:491 #, no-wrap msgid "LayoutID=898" msgstr "LayoutID=898" #. type: "HDEFLayoutIDx898_description" -#: Resources/templates/Localizable.strings:367 +#: Resources/templates/Localizable.strings:386 #, no-wrap msgid "" "Set HDEF layout-it to 898:\n" @@ -1541,14 +1605,14 @@ msgstr "" #. type: "HDAULayoutIDxBD7_title" -#: Resources/templates/Localizable.strings:370 -#: Resources/templates/Localizable.strings:476 +#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:495 #, no-wrap msgid "LayoutID=1981" msgstr "LayoutID=1981" #. type: "HDEFLayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:371 +#: Resources/templates/Localizable.strings:390 #, no-wrap msgid "" "Set HDEF layout-it to 1981:\n" @@ -1556,7 +1620,7 @@ msgstr "" #. type: "HDAULayoutIDx01_description" -#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:396 #, no-wrap msgid "" "Set HDAU layout-it to 1:\n" @@ -1564,7 +1628,7 @@ msgstr "" #. type: "HDAULayoutIDx02_description" -#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:400 #, no-wrap msgid "" "Set HDAU layout-it to 2:\n" @@ -1572,7 +1636,7 @@ msgstr "" #. type: "HDAULayoutIDx03_description" -#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:404 #, no-wrap msgid "" "Set HDAU layout-it to 3:\n" @@ -1580,7 +1644,7 @@ msgstr "" #. type: "HDAULayoutIDx05_description" -#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:408 #, no-wrap msgid "" "Set HDAU layout-it to 5:\n" @@ -1588,7 +1652,7 @@ msgstr "" #. type: "HDAULayoutIDx07_description" -#: Resources/templates/Localizable.strings:393 +#: Resources/templates/Localizable.strings:412 #, no-wrap msgid "" "Set HDAU layout-it to 7:\n" @@ -1596,7 +1660,7 @@ msgstr "" #. type: "HDAULayoutIDx12_description" -#: Resources/templates/Localizable.strings:397 +#: Resources/templates/Localizable.strings:416 #, no-wrap msgid "" "Set HDAU layout-it to 12:\n" @@ -1604,7 +1668,7 @@ msgstr "" #. type: "HDAULayoutIDx32_description" -#: Resources/templates/Localizable.strings:401 +#: Resources/templates/Localizable.strings:420 #, no-wrap msgid "" "Set HDAU layout-it to 32:\n" @@ -1612,7 +1676,7 @@ msgstr "" #. type: "HDAULayoutIDx40_description" -#: Resources/templates/Localizable.strings:405 +#: Resources/templates/Localizable.strings:424 #, no-wrap msgid "" "Set HDAU layout-it to 40:\n" @@ -1620,7 +1684,7 @@ msgstr "" #. type: "HDAULayoutIDx65_description" -#: Resources/templates/Localizable.strings:409 +#: Resources/templates/Localizable.strings:428 #, no-wrap msgid "" "Set HDAU layout-it to 65:\n" @@ -1628,7 +1692,7 @@ msgstr "" #. type: "HDAULayoutIDx99_description" -#: Resources/templates/Localizable.strings:413 +#: Resources/templates/Localizable.strings:432 #, no-wrap msgid "" "Set HDAU layout-it to 99:\n" @@ -1636,7 +1700,7 @@ msgstr "" #. type: "HDAULayoutIDx269_description" -#: Resources/templates/Localizable.strings:417 +#: Resources/templates/Localizable.strings:436 #, no-wrap msgid "" "Set HDAU layout-it to 269:\n" @@ -1644,7 +1708,7 @@ msgstr "" #. type: "HDAULayoutIDx387_description" -#: Resources/templates/Localizable.strings:421 +#: Resources/templates/Localizable.strings:440 #, no-wrap msgid "" "Set HDAU layout-it to 387:\n" @@ -1652,7 +1716,7 @@ msgstr "" #. type: "HDAULayoutIDx388_description" -#: Resources/templates/Localizable.strings:425 +#: Resources/templates/Localizable.strings:444 #, no-wrap msgid "" "Set HDAU layout-it to 388:\n" @@ -1660,7 +1724,7 @@ msgstr "" #. type: "HDAULayoutIDx389_description" -#: Resources/templates/Localizable.strings:429 +#: Resources/templates/Localizable.strings:448 #, no-wrap msgid "" "Set HDAU layout-it to 389:\n" @@ -1668,7 +1732,7 @@ msgstr "" #. type: "HDAULayoutIDx392_description" -#: Resources/templates/Localizable.strings:433 +#: Resources/templates/Localizable.strings:452 #, no-wrap msgid "" "Set HDAU layout-it to 392:\n" @@ -1676,7 +1740,7 @@ msgstr "" #. type: "HDAULayoutIDx398_description" -#: Resources/templates/Localizable.strings:437 +#: Resources/templates/Localizable.strings:456 #, no-wrap msgid "" "Set HDAU layout-it to 398:\n" @@ -1684,7 +1748,7 @@ msgstr "" #. type: "HDAULayoutIDx662_description" -#: Resources/templates/Localizable.strings:441 +#: Resources/templates/Localizable.strings:460 #, no-wrap msgid "" "Set HDAU layout-it to 662:\n" @@ -1692,7 +1756,7 @@ msgstr "" #. type: "HDAULayoutIDx663_description" -#: Resources/templates/Localizable.strings:445 +#: Resources/templates/Localizable.strings:464 #, no-wrap msgid "" "Set HDAU layout-it to 663:\n" @@ -1700,7 +1764,7 @@ msgstr "" #. type: "HDAULayoutIDx664_description" -#: Resources/templates/Localizable.strings:449 +#: Resources/templates/Localizable.strings:468 #, no-wrap msgid "" "Set HDAU layout-it to 664:\n" @@ -1708,7 +1772,7 @@ msgstr "" #. type: "HDAULayoutIDx885_description" -#: Resources/templates/Localizable.strings:453 +#: Resources/templates/Localizable.strings:472 #, no-wrap msgid "" "Set HDAU layout-it to 885:\n" @@ -1716,7 +1780,7 @@ msgstr "" #. type: "HDAULayoutIDx887_description" -#: Resources/templates/Localizable.strings:457 +#: Resources/templates/Localizable.strings:476 #, no-wrap msgid "" "Set HDAU layout-it to 887:\n" @@ -1724,7 +1788,7 @@ msgstr "" #. type: "HDAULayoutIDx888_description" -#: Resources/templates/Localizable.strings:461 +#: Resources/templates/Localizable.strings:480 #, no-wrap msgid "" "Set HDAU layout-it to 888:\n" @@ -1732,7 +1796,7 @@ msgstr "" #. type: "HDAULayoutIDx889_description" -#: Resources/templates/Localizable.strings:465 +#: Resources/templates/Localizable.strings:484 #, no-wrap msgid "" "Set HDAU layout-it to 889:\n" @@ -1740,7 +1804,7 @@ msgstr "" #. type: "HDAULayoutIDx892_description" -#: Resources/templates/Localizable.strings:469 +#: Resources/templates/Localizable.strings:488 #, no-wrap msgid "" "Set HDAU layout-it to 892:\n" @@ -1748,7 +1812,7 @@ msgstr "" #. type: "HDAULayoutIDx898_description" -#: Resources/templates/Localizable.strings:473 +#: Resources/templates/Localizable.strings:492 #, no-wrap msgid "" "Set HDAU layout-it to 898:\n" @@ -1756,7 +1820,7 @@ msgstr "" #. type: "HDAULayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:477 +#: Resources/templates/Localizable.strings:496 #, no-wrap msgid "" "Set HDAU layout-it to 1981:\n" @@ -1764,625 +1828,625 @@ msgstr "" #. type: "IntelCaprix00_title" -#: Resources/templates/Localizable.strings:482 +#: Resources/templates/Localizable.strings:501 #, no-wrap msgid "01660000" msgstr "01660000" #. type: "IntelCaprix00_description" -#: Resources/templates/Localizable.strings:483 +#: Resources/templates/Localizable.strings:502 #, no-wrap msgid "Set 01660000 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix01_title" -#: Resources/templates/Localizable.strings:485 +#: Resources/templates/Localizable.strings:504 #, no-wrap msgid "01660001" msgstr "01660001" #. type: "IntelCaprix01_description" -#: Resources/templates/Localizable.strings:486 +#: Resources/templates/Localizable.strings:505 #, no-wrap msgid "Set 01660001 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix02_title" -#: Resources/templates/Localizable.strings:488 +#: Resources/templates/Localizable.strings:507 #, no-wrap msgid "01660002" msgstr "01660002" #. type: "IntelCaprix02_description" -#: Resources/templates/Localizable.strings:489 +#: Resources/templates/Localizable.strings:508 #, no-wrap msgid "Set 01660002 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix03_title" -#: Resources/templates/Localizable.strings:491 +#: Resources/templates/Localizable.strings:510 #, no-wrap msgid "01660003" msgstr "01660003" #. type: "IntelCaprix03_description" -#: Resources/templates/Localizable.strings:492 +#: Resources/templates/Localizable.strings:511 #, no-wrap msgid "Set 01660003 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix04_title" -#: Resources/templates/Localizable.strings:494 +#: Resources/templates/Localizable.strings:513 #, no-wrap msgid "01660004" msgstr "01660004" #. type: "IntelCaprix04_description" -#: Resources/templates/Localizable.strings:495 +#: Resources/templates/Localizable.strings:514 #, no-wrap msgid "Set 01660004 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix05_title" -#: Resources/templates/Localizable.strings:497 +#: Resources/templates/Localizable.strings:516 #, no-wrap msgid "01620005" msgstr "01620005" #. type: "IntelCaprix05_description" -#: Resources/templates/Localizable.strings:498 +#: Resources/templates/Localizable.strings:517 #, no-wrap msgid "Set 01620005 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix06_title" -#: Resources/templates/Localizable.strings:500 +#: Resources/templates/Localizable.strings:519 #, no-wrap msgid "01620006" msgstr "01620006" #. type: "IntelCaprix06_description" -#: Resources/templates/Localizable.strings:501 +#: Resources/templates/Localizable.strings:520 #, no-wrap msgid "Set 01620006 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix07_title" -#: Resources/templates/Localizable.strings:503 +#: Resources/templates/Localizable.strings:522 #, no-wrap msgid "01620007" msgstr "01620007" #. type: "IntelCaprix07_description" -#: Resources/templates/Localizable.strings:504 +#: Resources/templates/Localizable.strings:523 #, no-wrap msgid "Set 01620007 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix08_title" -#: Resources/templates/Localizable.strings:506 +#: Resources/templates/Localizable.strings:525 #, no-wrap msgid "01660008" msgstr "01660008" #. type: "IntelCaprix08_description" -#: Resources/templates/Localizable.strings:507 +#: Resources/templates/Localizable.strings:526 #, no-wrap msgid "Set 01660008 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix09_title" -#: Resources/templates/Localizable.strings:509 +#: Resources/templates/Localizable.strings:528 #, no-wrap msgid "01660009" msgstr "01660009" #. type: "IntelCaprix09_description" -#: Resources/templates/Localizable.strings:510 +#: Resources/templates/Localizable.strings:529 #, no-wrap msgid "Set 01660009 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix10_title" -#: Resources/templates/Localizable.strings:512 +#: Resources/templates/Localizable.strings:531 #, no-wrap msgid "0166000a" msgstr "0166000a" #. type: "IntelCaprix10_description" -#: Resources/templates/Localizable.strings:513 +#: Resources/templates/Localizable.strings:532 #, no-wrap msgid "Set 0166000a for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix11_title" -#: Resources/templates/Localizable.strings:515 +#: Resources/templates/Localizable.strings:534 #, no-wrap msgid "0166000b" msgstr "0166000b" #. type: "IntelCaprix11_description" -#: Resources/templates/Localizable.strings:516 +#: Resources/templates/Localizable.strings:535 #, no-wrap msgid "Set 0166000b for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelAzulx00_title" -#: Resources/templates/Localizable.strings:520 +#: Resources/templates/Localizable.strings:539 #, no-wrap msgid "00000604" msgstr "00000604" #. type: "IntelAzulx00_description" -#: Resources/templates/Localizable.strings:521 +#: Resources/templates/Localizable.strings:540 #, no-wrap msgid "Set 00000604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx01_title" -#: Resources/templates/Localizable.strings:523 +#: Resources/templates/Localizable.strings:542 #, no-wrap msgid "0000060c" msgstr "0000060c" #. type: "IntelAzulx01_description" -#: Resources/templates/Localizable.strings:524 +#: Resources/templates/Localizable.strings:543 #, no-wrap msgid "Set 0000060c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx02_title" -#: Resources/templates/Localizable.strings:526 +#: Resources/templates/Localizable.strings:545 #, no-wrap msgid "00001604" msgstr "00001604" #. type: "IntelAzulx02_description" -#: Resources/templates/Localizable.strings:527 +#: Resources/templates/Localizable.strings:546 #, no-wrap msgid "Set 00001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx03_title" -#: Resources/templates/Localizable.strings:529 +#: Resources/templates/Localizable.strings:548 #, no-wrap msgid "0000160a" msgstr "0000160a" #. type: "IntelAzulx03_description" -#: Resources/templates/Localizable.strings:530 +#: Resources/templates/Localizable.strings:549 #, no-wrap msgid "Set 0000160a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx04_title" -#: Resources/templates/Localizable.strings:532 +#: Resources/templates/Localizable.strings:551 #, no-wrap msgid "0000160c" msgstr "0000160c" #. type: "IntelAzulx04_description" -#: Resources/templates/Localizable.strings:533 +#: Resources/templates/Localizable.strings:552 #, no-wrap msgid "Set 0000160c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx05_title" -#: Resources/templates/Localizable.strings:535 +#: Resources/templates/Localizable.strings:554 #, no-wrap msgid "00002604" msgstr "00002604" #. type: "IntelAzulx05_description" -#: Resources/templates/Localizable.strings:536 +#: Resources/templates/Localizable.strings:555 #, no-wrap msgid "Set 00002604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx06_title" -#: Resources/templates/Localizable.strings:538 +#: Resources/templates/Localizable.strings:557 #, no-wrap msgid "0000260a" msgstr "0000260a" #. type: "IntelAzulx06_description" -#: Resources/templates/Localizable.strings:539 +#: Resources/templates/Localizable.strings:558 #, no-wrap msgid "Set 0000260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx07_title" -#: Resources/templates/Localizable.strings:541 +#: Resources/templates/Localizable.strings:560 #, no-wrap msgid "0000260c" msgstr "0000260c" #. type: "IntelAzulx07_description" -#: Resources/templates/Localizable.strings:542 +#: Resources/templates/Localizable.strings:561 #, no-wrap msgid "Set 0600260c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx08_title" -#: Resources/templates/Localizable.strings:544 +#: Resources/templates/Localizable.strings:563 #, no-wrap msgid "0000260d" msgstr "0000260d" #. type: "IntelAzulx08_description" -#: Resources/templates/Localizable.strings:545 +#: Resources/templates/Localizable.strings:564 #, no-wrap msgid "Set 0000260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx09_title" -#: Resources/templates/Localizable.strings:547 +#: Resources/templates/Localizable.strings:566 #, no-wrap msgid "02001604" msgstr "02001604" #. type: "IntelAzulx09_description" -#: Resources/templates/Localizable.strings:548 +#: Resources/templates/Localizable.strings:567 #, no-wrap msgid "Set 02001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx10_title" -#: Resources/templates/Localizable.strings:550 +#: Resources/templates/Localizable.strings:569 #, no-wrap msgid "0300220d" msgstr "0300220d" #. type: "IntelAzulx10_description" -#: Resources/templates/Localizable.strings:551 +#: Resources/templates/Localizable.strings:570 #, no-wrap msgid "Set 0300220d for Intel Haswell (Desktop) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx11_title" -#: Resources/templates/Localizable.strings:553 +#: Resources/templates/Localizable.strings:572 #, no-wrap msgid "0500260a" msgstr "0500260a" #. type: "IntelAzulx11_description" -#: Resources/templates/Localizable.strings:554 +#: Resources/templates/Localizable.strings:573 #, no-wrap msgid "Set 0500260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx12_title" -#: Resources/templates/Localizable.strings:556 +#: Resources/templates/Localizable.strings:575 #, no-wrap msgid "0600260a" msgstr "0600260a" #. type: "IntelAzulx12_description" -#: Resources/templates/Localizable.strings:557 +#: Resources/templates/Localizable.strings:576 #, no-wrap msgid "Set 0600260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx13_title" -#: Resources/templates/Localizable.strings:559 +#: Resources/templates/Localizable.strings:578 #, no-wrap msgid "0700260d" msgstr "0700260d" #. type: "IntelAzulx13_description" -#: Resources/templates/Localizable.strings:560 +#: Resources/templates/Localizable.strings:579 #, no-wrap msgid "Set 0700260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx14_title" -#: Resources/templates/Localizable.strings:562 +#: Resources/templates/Localizable.strings:581 #, no-wrap msgid "0800260a" msgstr "0800260a" #. type: "IntelAzulx14_description" -#: Resources/templates/Localizable.strings:563 +#: Resources/templates/Localizable.strings:582 #, no-wrap msgid "Set 0800260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx15_title" -#: Resources/templates/Localizable.strings:565 +#: Resources/templates/Localizable.strings:584 #, no-wrap msgid "08002e0a" msgstr "08002e0a" #. type: "IntelAzulx15_description" -#: Resources/templates/Localizable.strings:566 +#: Resources/templates/Localizable.strings:585 #, no-wrap msgid "Set 08002e0a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "AD2000B_PinConf_title" -#: Resources/templates/Localizable.strings:570 +#: Resources/templates/Localizable.strings:589 #, no-wrap msgid "AD2000b" msgstr "AD2000b" #. type: "AD2000B_PinConf_description" -#: Resources/templates/Localizable.strings:571 +#: Resources/templates/Localizable.strings:590 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD2000b." msgstr "" #. type: "AD1981HD_PinConf_title" -#: Resources/templates/Localizable.strings:573 +#: Resources/templates/Localizable.strings:592 #, no-wrap msgid "AD1981HD" msgstr "AD1981HD" #. type: "AD1981HD_PinConf_description" -#: Resources/templates/Localizable.strings:574 +#: Resources/templates/Localizable.strings:593 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1981HD." msgstr "" #. type: "AD1988B_PinConf_title" -#: Resources/templates/Localizable.strings:576 +#: Resources/templates/Localizable.strings:595 #, no-wrap msgid "AD1988b" msgstr "AD1988b" #. type: "AD1988B_PinConf_description" -#: Resources/templates/Localizable.strings:577 +#: Resources/templates/Localizable.strings:596 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1988b." msgstr "" #. type: "ALC888_PinConf_title" -#: Resources/templates/Localizable.strings:579 +#: Resources/templates/Localizable.strings:598 #, no-wrap msgid "ALC888" msgstr "ALC888" #. type: "ALC888_PinConf_description" -#: Resources/templates/Localizable.strings:580 +#: Resources/templates/Localizable.strings:599 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC888." msgstr "Zet HDEF PinConfiguratie voor Realtek ALC888." #. type: "ALC1200_PinConf_title" -#: Resources/templates/Localizable.strings:582 +#: Resources/templates/Localizable.strings:601 #, no-wrap msgid "ALC1200" msgstr "ALC1200" #. type: "ALC1200_PinConf_description" -#: Resources/templates/Localizable.strings:583 +#: Resources/templates/Localizable.strings:602 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC1200." msgstr "Zet HDEF PinConfiguratie voor Realtek ALC1200." #. type: "00_PinConf_title" -#: Resources/templates/Localizable.strings:585 +#: Resources/templates/Localizable.strings:604 #, no-wrap msgid "00" msgstr "00" #. type: "00_PinConf_description" -#: Resources/templates/Localizable.strings:586 +#: Resources/templates/Localizable.strings:605 #, no-wrap msgid "Set HDEF PinConfiguration for ???." msgstr "Zet HDEF PinConfiguratie voor ???." #. type: "GraphicsEnabler_title" -#: Resources/templates/Localizable.strings:590 +#: Resources/templates/Localizable.strings:609 #, no-wrap msgid "GraphicsEnabler=Yes" msgstr "GraphicsEnabler=Yes" #. type: "GraphicsEnabler_description" -#: Resources/templates/Localizable.strings:591 +#: Resources/templates/Localizable.strings:610 #, no-wrap msgid "Enables the option to autodetect NVIDIA, AMD/ATI or Intel based GPUs and inject the correct info." msgstr "Schakelt de optie in om op NVIDIA, AMD/ATI of Intel gebaseerde GPU's te detecteren en de correcte info te injecteren." #. type: "EnableHDMIAudio_title" -#: Resources/templates/Localizable.strings:593 +#: Resources/templates/Localizable.strings:612 #, no-wrap msgid "EnableHDMIAudio=Yes" msgstr "EnableHDMIAudio=Yes" #. type: "EnableHDMIAudio_description" -#: Resources/templates/Localizable.strings:594 +#: Resources/templates/Localizable.strings:613 #, no-wrap msgid "Inject HDMi audio for NVIDIA or AMD/ATI." msgstr "Injecteer HDMI geluid voor NVIDIA of AMD/ATI." #. type: "UseIntelHDMI_title" -#: Resources/templates/Localizable.strings:596 +#: Resources/templates/Localizable.strings:615 #, no-wrap msgid "UseIntelHDMI=Yes" msgstr "UseIntelHDMI=Yes" #. type: "UseIntelHDMI_description" -#: Resources/templates/Localizable.strings:597 +#: Resources/templates/Localizable.strings:616 #, no-wrap msgid "If YES, hda-gfx=onboard-1 will be injected into the GFX0 and HDEF devices. Also, if an ATI or Nvidia HDMI device is present, they'll be assigned to onboard-2. If NO, then ATI or Nvidia devices will get onboard-1 as well as the HDAU device if present." msgstr "" #. type: "UseAtiROM_title" -#: Resources/templates/Localizable.strings:599 +#: Resources/templates/Localizable.strings:618 #, no-wrap msgid "UseAtiROM=Yes" msgstr "UseAtiROM=Yes" #. type: "UseAtiROM_description" -#: Resources/templates/Localizable.strings:600 +#: Resources/templates/Localizable.strings:619 #, no-wrap msgid "Enables UseAtiROM options." msgstr "Schakelt UseAtiROM opties in." #. type: "UseNvidiaROM_title" -#: Resources/templates/Localizable.strings:602 +#: Resources/templates/Localizable.strings:621 #, no-wrap msgid "UseNvidiaROM=Yes" msgstr "UseNvidiaROM=Yes" #. type: "UseNvidiaROM_description" -#: Resources/templates/Localizable.strings:603 +#: Resources/templates/Localizable.strings:622 #, no-wrap msgid "Enables UseNvidiaROM options." msgstr "Schakelt UseNvidiaROM opties in." #. type: "VBIOS_title" -#: Resources/templates/Localizable.strings:605 +#: Resources/templates/Localizable.strings:624 #, no-wrap msgid "VBIOS=Yes" msgstr "VBIOS=Yes" #. type: "VBIOS_description" -#: Resources/templates/Localizable.strings:606 +#: Resources/templates/Localizable.strings:625 #, no-wrap msgid "Enables VBIOS option" msgstr "Schakelt VBIOS optie in." #. type: "SkipIntelGfx_title" -#: Resources/templates/Localizable.strings:608 +#: Resources/templates/Localizable.strings:627 #, no-wrap msgid "SkipIntelGfx=Yes" msgstr "SkipIntelGfx=Yes" #. type: "SkipIntelGfx_description" -#: Resources/templates/Localizable.strings:609 +#: Resources/templates/Localizable.strings:628 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for Intel based GPUs." msgstr "Overslaan van de GraphicsEnabler detectie voor Intel gebaseerde GPUs." #. type: "SkipNvidiaGfx_title" -#: Resources/templates/Localizable.strings:611 +#: Resources/templates/Localizable.strings:630 #, no-wrap msgid "SkipNvidiaGfx=Yes" msgstr "SkipNvidiaGfx=Yes" #. type: "SkipNvidiaGfx_description" -#: Resources/templates/Localizable.strings:612 +#: Resources/templates/Localizable.strings:631 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for NVIDIA based GPUs." msgstr "Overslaan van de GraphicsEnabler detectie voor NVIDIA gebaseerde GPUs." #. type: "SkipAtiGfx_title" -#: Resources/templates/Localizable.strings:614 +#: Resources/templates/Localizable.strings:633 #, no-wrap msgid "SkipAtiGfx=Yes" msgstr "SkipAtiGfx=Yes" #. type: "SkipAtiGfx_description" -#: Resources/templates/Localizable.strings:615 +#: Resources/templates/Localizable.strings:634 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for AMD/ATI based GPUs." msgstr "Overslaan van de GraphicsEnabler detectie voor AMD/ATI gebaseerde GPUs." #. type: "EnableBacklight_title" -#: Resources/templates/Localizable.strings:617 +#: Resources/templates/Localizable.strings:636 #, no-wrap msgid "EnableBacklight=Yes" msgstr "EnableBacklight=Yes" #. type: "EnableBacklight_description" -#: Resources/templates/Localizable.strings:618 +#: Resources/templates/Localizable.strings:637 #, no-wrap msgid "Enables Backlight options for laptop with nVidia cards." msgstr "Schakelt Achtergrondlicht opties voor laptop met nVidia kaarten in." #. type: "EnableDualLink_title" -#: Resources/templates/Localizable.strings:620 +#: Resources/templates/Localizable.strings:639 #, no-wrap msgid "EnableDualLink=Yes" msgstr "EnableDualLink=Yes" #. type: "EnableDualLink_description" -#: Resources/templates/Localizable.strings:621 +#: Resources/templates/Localizable.strings:640 #, no-wrap msgid "Enables DualLink options for nVidia and ATi cards." msgstr "Schakelt DualLink opties in voor nVidia en ATI kaarten." #. type: "NvidiaGeneric_title" -#: Resources/templates/Localizable.strings:623 +#: Resources/templates/Localizable.strings:642 #, no-wrap msgid "NvidiaGeneric=Yes" msgstr "NvidiaGeneric=Yes" #. type: "NvidiaGeneric_description" -#: Resources/templates/Localizable.strings:624 +#: Resources/templates/Localizable.strings:643 #, no-wrap msgid "Use the classic Nvidia name for the SystemProfiler (disabled by default)." msgstr "" #. type: "Verbose_title" -#: Resources/templates/Localizable.strings:630 +#: Resources/templates/Localizable.strings:649 #, no-wrap msgid "Verbose Mode" msgstr "Verbose Mode" #. type: "Verbose_description" -#: Resources/templates/Localizable.strings:631 +#: Resources/templates/Localizable.strings:650 #, no-wrap msgid "Turns on verbose logging and allows you to see messages from both Chameleon and the OS X kernel at boot time. Essential for troubleshooting." msgstr "Schakelt verbose logging aan en geeft de berichten van zowel Chameleon en de OS X kernel weer tijdens booten. Essentieel voor foutoplossing." #. type: "Singleusermode_title" -#: Resources/templates/Localizable.strings:633 +#: Resources/templates/Localizable.strings:652 #, no-wrap msgid "Single User Mode" msgstr "Single User Mode" #. type: "Singleusermode_description" -#: Resources/templates/Localizable.strings:634 +#: Resources/templates/Localizable.strings:653 #, no-wrap msgid "A troubleshooting option used for booting into OS X's BSD/Unix command line." msgstr "Een foutoplossings optie om te booten in de OS X's BSD/Unix command line interface." #. type: "Ignorecaches_title" -#: Resources/templates/Localizable.strings:636 +#: Resources/templates/Localizable.strings:655 #, no-wrap msgid "Ignore Caches" msgstr "Negeer Cache" #. type: "Ignorecaches_description" -#: Resources/templates/Localizable.strings:637 +#: Resources/templates/Localizable.strings:656 #, no-wrap msgid "Not an option that's needed for everyday booting, but it can be useful if you want OS X to load all files from it's system folders, rather than relying on it's pre-built caches." msgstr "Niet een optie welke benodigd is voor dagelijks gebruik, maar het kan handig zijn wanneer u wilt dat OS X alle bestanden laadt uit de system mappen, anders dan steunen op de pre-built cache." #. type: "Npci_title" -#: Resources/templates/Localizable.strings:639 +#: Resources/templates/Localizable.strings:658 #, no-wrap msgid "npci=0x2000" msgstr "npci=0x2000" #. type: "Npci_description" -#: Resources/templates/Localizable.strings:640 +#: Resources/templates/Localizable.strings:659 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x2000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "Lost het 'PCI configuration begin'-probleem op enkele systemen op. 0x2000 is de kIOPCIConfiguratorPFM64 flag, zoals beschreven in de IOPCIFamily broncode." #. type: "Npci3_title" -#: Resources/templates/Localizable.strings:642 +#: Resources/templates/Localizable.strings:661 #, no-wrap msgid "npci=0x3000" msgstr "npci=0x3000" #. type: "Npci3_description" -#: Resources/templates/Localizable.strings:643 +#: Resources/templates/Localizable.strings:662 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x3000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "Lost het 'PCI configuration begin'-probleem op enkele systemen op. 0x3000 is de kIOPCIConfiguratorPFM64 flag, zoals beschreven in de IOPCIFamily broncode." #. type: "WaitingRootDevice_title" -#: Resources/templates/Localizable.strings:645 +#: Resources/templates/Localizable.strings:664 #, no-wrap msgid "ahcidisk=1 debug=8" msgstr "ahcidisk=1 debug=8" #. type: "WaitingRootDevice_description" -#: Resources/templates/Localizable.strings:646 +#: Resources/templates/Localizable.strings:665 #, no-wrap msgid "" "Info here: Waiting for root device when kernel cache used only with some disks +FIX\n" @@ -2391,25 +2455,25 @@ msgstr "" #. type: "Darkwake_title" -#: Resources/templates/Localizable.strings:650 +#: Resources/templates/Localizable.strings:669 #, no-wrap msgid "darkwake=0" msgstr "darkwake=0" #. type: "Darkwake_description" -#: Resources/templates/Localizable.strings:651 +#: Resources/templates/Localizable.strings:670 #, no-wrap msgid "Lion only. Disables the 'low power wake' feature which can sometimes leave the screen black after wake from sleep." msgstr "Alleen voor Lion. Deselecteerd de 'lage spanning' functionaliteit welke soms een zwart scherm veroorzaakt na terugkeer uit de slaapstand." #. type: "NvdaDrv1_title" -#: Resources/templates/Localizable.strings:653 +#: Resources/templates/Localizable.strings:672 #, no-wrap msgid "nvda_drv=1" msgstr "nvda_drv=1" #. type: "NvdaDrv1_description" -#: Resources/templates/Localizable.strings:654 +#: Resources/templates/Localizable.strings:673 #, no-wrap msgid "" "It introduces a new Preference Pane under System Preferences that allows you to enable the Nvidia Web Driver.\n" @@ -2419,25 +2483,25 @@ msgstr "" #. type: "kext-dev-mode1_title" -#: Resources/templates/Localizable.strings:659 +#: Resources/templates/Localizable.strings:678 #, no-wrap msgid "kext-dev-mode=1" msgstr "kext-dev-mode=1" #. type: "kext-dev-mode1_description" -#: Resources/templates/Localizable.strings:660 +#: Resources/templates/Localizable.strings:679 #, no-wrap msgid "In Yosemite Developer Previews, unsigned or improperly signed kexts will not be loaded. To use unsigned kexts during development, this strict check can be disabled by adding a 'kext-dev-mode=1' boot arg." msgstr "" #. type: "Dart0_title" -#: Resources/templates/Localizable.strings:662 +#: Resources/templates/Localizable.strings:681 #, no-wrap msgid "dart=0" msgstr "dart=0" #. type: "Dart0_description" -#: Resources/templates/Localizable.strings:663 +#: Resources/templates/Localizable.strings:682 #, no-wrap msgid "" "Avoiding the DMAR processing causing by VT-d function in Osx (Virtualization).\n" @@ -2445,277 +2509,283 @@ msgstr "" #. type: "mac-de_title" -#: Resources/templates/Localizable.strings:670 +#: Resources/templates/Localizable.strings:689 #, no-wrap msgid "German Mac Keyboard" msgstr "Duits Mac Keyboard" #. type: "mac-de_description" -#: Resources/templates/Localizable.strings:671 +#: Resources/templates/Localizable.strings:690 #, no-wrap msgid "Use the keyboard layout for a German Mac keyboard" msgstr "Gebruik de toetsenbord indeling voor een Duits Mac toetsenbord" #. type: "mac-es_title" -#: Resources/templates/Localizable.strings:673 +#: Resources/templates/Localizable.strings:692 #, no-wrap msgid "Spanish Mac Keyboard" msgstr "Spaans Mac Keyboard" #. type: "mac-es_description" -#: Resources/templates/Localizable.strings:674 +#: Resources/templates/Localizable.strings:693 #, no-wrap msgid "Use the keyboard layout for a Spanish Mac keyboard" msgstr "Gebruik de toetsenbord indeling voor een Spaans Mac toetsenbord" #. type: "mac-fr_title" -#: Resources/templates/Localizable.strings:676 +#: Resources/templates/Localizable.strings:695 #, no-wrap msgid "French Mac Keyboard" msgstr "Frans Mac Keyboard" #. type: "mac-fr_description" -#: Resources/templates/Localizable.strings:677 +#: Resources/templates/Localizable.strings:696 #, no-wrap msgid "Use the keyboard layout for a French Mac keyboard" msgstr "Gebruik de toetsenbord indeling voor een Frans Mac toetsenbord" #. type: "mac-it_title" -#: Resources/templates/Localizable.strings:679 +#: Resources/templates/Localizable.strings:698 #, no-wrap msgid "Italian Mac Keyboard" msgstr "Italiaans Mac Keyboard" #. type: "mac-it_description" -#: Resources/templates/Localizable.strings:680 +#: Resources/templates/Localizable.strings:699 #, no-wrap msgid "Use the keyboard layout for an Italian Mac keyboard" msgstr "Gebruik de toetsenbord indeling voor een Italiaans Mac toetsenbord" #. type: "mac-se_title" -#: Resources/templates/Localizable.strings:682 +#: Resources/templates/Localizable.strings:701 #, no-wrap msgid "Swedish Mac Keyboard" msgstr "Zweeds Mac Keyboard" #. type: "mac-se_description" -#: Resources/templates/Localizable.strings:683 +#: Resources/templates/Localizable.strings:702 #, no-wrap msgid "Use the keyboard layout for a Swedish Mac keyboard" msgstr "Gebruik de toetsenbord indeling voor een Zweeds Mac toetsenbord" #. type: "pc-fr_title" -#: Resources/templates/Localizable.strings:685 +#: Resources/templates/Localizable.strings:704 #, no-wrap msgid "French PC Keyboard" msgstr "Frans PC Keyboard" #. type: "pc-fr_description" -#: Resources/templates/Localizable.strings:686 +#: Resources/templates/Localizable.strings:705 #, no-wrap msgid "Use the keyboard layout for a French PC keyboard" msgstr "Gebruik de toetsenbord indeling voor een Frans PC toetsenbord" #. type: "Embed_title" -#: Resources/templates/Localizable.strings:693 +#: Resources/templates/Localizable.strings:712 #, no-wrap msgid "Embed" msgstr "Embed" #. type: "Embed_description" -#: Resources/templates/Localizable.strings:694 +#: Resources/templates/Localizable.strings:713 #, no-wrap msgid "A smaller simple version of the new default theme used when building a version of Chameleon which requires an embedded theme." msgstr "Een kleinere simpelere versie van het nieuwe standaard thema dat gebruikt wordt, wanneer er een versie van Chameleon gebouwd wordt die een ingebouwd thema nodig heeft." #. type: "Legacy_title" -#: Resources/templates/Localizable.strings:696 +#: Resources/templates/Localizable.strings:715 #, no-wrap msgid "Legacy" msgstr "Legacy" #. type: "Legacy_description" -#: Resources/templates/Localizable.strings:697 +#: Resources/templates/Localizable.strings:716 #, no-wrap msgid "Chameleon's original default theme introduced for v2.0 RC1" msgstr "Chameleon's vorige default thema" +#. type: "Default_title" +#: Resources/templates/Localizable.strings:718 +#, no-wrap +msgid "Standard" +msgstr "Standaard" + #. type: "Default_description" -#: Resources/templates/Localizable.strings:700 +#: Resources/templates/Localizable.strings:719 #, no-wrap msgid "Chameleon default theme introduced for v2.0 RC5" msgstr "Het thema wat meegeleverd is met de booter, zodat deze aangepast kan worden." #. type: "Bullet_title" -#: Resources/templates/Localizable.strings:702 +#: Resources/templates/Localizable.strings:721 #, no-wrap msgid "Bullet" msgstr "Bullet" #. type: "Bullet_description" -#: Resources/templates/Localizable.strings:703 +#: Resources/templates/Localizable.strings:722 #, no-wrap msgid "A lovely simple theme by NoSmokingBandit from April 2009." msgstr "Het Bullet thema door NoSmokingBandit" #. type: "Audio_title" -#: Resources/templates/Localizable.strings:712 +#: Resources/templates/Localizable.strings:731 #, no-wrap msgid "Audio" msgstr "Geluid" #. type: "Audio_description" -#: Resources/templates/Localizable.strings:713 +#: Resources/templates/Localizable.strings:732 #, no-wrap msgid "A selection of options that deal with audio." msgstr "Een selectie aan opties welke te maken hebben met geluid." #. type: "Control_title" -#: Resources/templates/Localizable.strings:716 +#: Resources/templates/Localizable.strings:735 #, no-wrap msgid "Control Options" msgstr "Controle Opties" #. type: "Control_description" -#: Resources/templates/Localizable.strings:717 +#: Resources/templates/Localizable.strings:736 #, no-wrap msgid "Settings to control how Chameleon works." msgstr "Opties gerelateerd aan hoe Chameleon werkt." #. type: "General_title" -#: Resources/templates/Localizable.strings:720 +#: Resources/templates/Localizable.strings:739 #, no-wrap msgid "General Options" msgstr "Standaard Opties" #. type: "General_description" -#: Resources/templates/Localizable.strings:721 +#: Resources/templates/Localizable.strings:740 #, no-wrap msgid "Choose from a selection of base options." msgstr "Kies uit een selectie van standaard opties." #. type: "KernelFlags_title" -#: Resources/templates/Localizable.strings:724 +#: Resources/templates/Localizable.strings:743 #, no-wrap msgid "Kernel Flags" msgstr "Kernel Vlaggen" #. type: "KernelFlags_description" -#: Resources/templates/Localizable.strings:725 +#: Resources/templates/Localizable.strings:744 #, no-wrap msgid "Choose from a selection of kernel flags." msgstr "Kies uit een selectie aan kernel vlaggen." #. type: "PowerManagement_title" -#: Resources/templates/Localizable.strings:728 +#: Resources/templates/Localizable.strings:747 #, no-wrap msgid "Power Management" msgstr "Stroom Beheer" #. type: "PowerManagement_description" -#: Resources/templates/Localizable.strings:729 +#: Resources/templates/Localizable.strings:748 #, no-wrap msgid "A selection of options that deal with power management and speedstep." msgstr "Een selectie aan opties welke stroom beheer en snelheidstrappen regelen." #. type: "Resolution_description" -#: Resources/templates/Localizable.strings:733 +#: Resources/templates/Localizable.strings:752 #, no-wrap msgid "Set one resolution to use." msgstr "Selecteer een resolutie voor gebruik." #. type: "HDEFLayout_title" -#: Resources/templates/Localizable.strings:736 +#: Resources/templates/Localizable.strings:755 #, no-wrap msgid "HDEF Layout" msgstr "HDEF Layout" #. type: "HDEFLayout_description" -#: Resources/templates/Localizable.strings:737 +#: Resources/templates/Localizable.strings:756 #, no-wrap msgid "Set one HDEF Layout ID to use for your HDA controller." msgstr "" #. type: "HDAULayout_title" -#: Resources/templates/Localizable.strings:740 +#: Resources/templates/Localizable.strings:759 #, no-wrap msgid "HDAU Layout" msgstr "HDAU Layout" #. type: "HDAULayout_description" -#: Resources/templates/Localizable.strings:741 +#: Resources/templates/Localizable.strings:760 #, no-wrap msgid "Set one HDAU Layout ID to use for your HDMi controller." msgstr "" #. type: "IntelCapri_title" -#: Resources/templates/Localizable.strings:744 +#: Resources/templates/Localizable.strings:763 #, no-wrap msgid "Intel Capri AAPL,ig-platform-id" msgstr "Intel Capri AAPL,ig-platform-id" #. type: "IntelCapri_description" -#: Resources/templates/Localizable.strings:745 +#: Resources/templates/Localizable.strings:764 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD4000." msgstr "" #. type: "IntelAzul_title" -#: Resources/templates/Localizable.strings:748 +#: Resources/templates/Localizable.strings:767 #, no-wrap msgid "Intel Azul AAPL,ig-platform-id" msgstr "Intel Azul AAPL,ig-platform-id" #. type: "IntelAzul_description" -#: Resources/templates/Localizable.strings:749 +#: Resources/templates/Localizable.strings:768 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD5000." msgstr "" #. type: "HDEFPinConfiguration_title" -#: Resources/templates/Localizable.strings:752 +#: Resources/templates/Localizable.strings:771 #, no-wrap msgid "HDEF PinConfiguration" msgstr "HDEF PinConfiguratie" #. type: "HDEFPinConfiguration_description" -#: Resources/templates/Localizable.strings:753 +#: Resources/templates/Localizable.strings:772 #, no-wrap msgid "Set one HDEF PinConfiguration to use." msgstr "Selecteer een HDEF PinConfiguratie voor gebruik." #. type: "Video_title" -#: Resources/templates/Localizable.strings:756 +#: Resources/templates/Localizable.strings:775 #, no-wrap msgid "Video" msgstr "Beeld" #. type: "Video_description" -#: Resources/templates/Localizable.strings:757 +#: Resources/templates/Localizable.strings:776 #, no-wrap msgid "A selection of options that deal with video." msgstr "Een selectie aan opties welke te maken hebben met beeld." #. type: "Keymaps_title" -#: Resources/templates/Localizable.strings:760 +#: Resources/templates/Localizable.strings:779 #, no-wrap msgid "KeyLayout" msgstr "Toetsenbord Indeling" #. type: "Keymaps_description" -#: Resources/templates/Localizable.strings:761 +#: Resources/templates/Localizable.strings:780 #, no-wrap msgid "Select one keylayout to use. This will also install the Keylayout module and keymaps." msgstr "Selecteer een keylayout voor gebruik. Dit installeert ook de Keylayout module en keymaps." #. type: "Themes_title" -#: Resources/templates/Localizable.strings:767 +#: Resources/templates/Localizable.strings:786 #, no-wrap msgid "Themes" msgstr "Thema's" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:768 +#: Resources/templates/Localizable.strings:787 #, no-wrap msgid "" "A collection of sample themes\n" @@ -2724,6 +2794,12 @@ "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 "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" +#~ msgstr "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" + +#~ msgid "Chameleon" +#~ msgstr "Chameleon" + #~ msgid "Install Type" #~ msgstr "Installatie Type" Index: branches/ErmaC/Enoch/package/po/ko.po =================================================================== --- branches/ErmaC/Enoch/package/po/ko.po (revision 2678) +++ branches/ErmaC/Enoch/package/po/ko.po (revision 2679) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: Chameleon 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-13 18:09+0000\n" +"POT-Creation-Date: 2015-05-10 14:42+0200\n" "PO-Revision-Date: 2015-02-13 18:31-0000\n" "Last-Translator: Mill \n" "Language-Team: ko \n" @@ -20,13 +20,15 @@ #. type: Content of:

#: Resources/templates/Welcome.html:22 -msgid "Chameleon" -msgstr "카멜레온 부트로더" +msgid "Enoch" +msgstr "" #. type: Content of:

#: Resources/templates/Welcome.html:23 -msgid "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" -msgstr "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" +#, fuzzy +#| msgid "Chameleon v%CHAMELEONVERSION% r%CHAMELEONREVISION%" +msgid "ErmaC's Branch of Chameleon (%CHAMELEONREVISION%)" +msgstr "카멜레온 v%CHAMELEONVERSION% r%CHAMELEONREVISION% " #. type: Content of:

#: Resources/templates/Welcome.html:25 @@ -263,63 +265,125 @@ "boot1 (파티션의 부트 섹터에 있음) boot2의 위치를 알려줌.\n" "boot2 (드라이브의 루트 디렉토리에 있음) 커널 로딩 등 기타 담당." -#. type: "Default_title" +#. type: "BootNo_title" #: Resources/templates/Localizable.strings:25 -#: Resources/templates/Localizable.strings:699 #, no-wrap -msgid "Standard" -msgstr "일반" +msgid "Don't install the Bootloader" +msgstr "부트로더를 설치하지 않음" -#. type: "Standard_description" +#. type: "BootNo_description" #: Resources/templates/Localizable.strings:26 #, no-wrap -msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." -msgstr "선택된 파티션의 루트 디렉토리에 카멜레온에 필요한 파일들을 사용자의 시스템에 따라 boot0 또는 boot0md를 이용하여 설치합니다. 윈도우가 설치되있더라도 영향을 주지 않습니다." +msgid "Useful if you only want to install the extra's." +msgstr "이미 부트로더가 설치되있을 경우 사용자가 기타 옵션들을 설치하고자 할 때 유용합니다." -#. type: "noboot_title" +#. type: "Stages_title" #: Resources/templates/Localizable.strings:28 -#, no-wrap -msgid "Don't install the Bootloader" -msgstr "부트로더를 설치하지 않음" +#, fuzzy, no-wrap +#| msgid "Chameleon Bootloader Package" +msgid "Bootloader Stages" +msgstr "카멜레온 부트로더" -#. type: "noboot_description" +#. type: "Stages_description" #: Resources/templates/Localizable.strings:29 #, no-wrap -msgid "Useful if you only want to install the extra's." -msgstr "이미 부트로더가 설치되있을 경우 사용자가 기타 옵션들을 설치하고자 할 때 유용합니다." +msgid "" +"Here you can chose to skip the bootloader installation completely or partially.\n" +"This can be usefull if you want to write Extra's, or skip some stage (0,1 and activation of the target partition).\n" +"Skipping all stages permit you to leave as is already working boot sectors, especially usefull with 4k drives.\n" +"boot is always copied to the target partition when you are skipping one or more stages." +msgstr "" +#. type: "SkipStage0_title" +#: Resources/templates/Localizable.strings:34 +#, no-wrap +msgid "Skip Stage 0" +msgstr "" + +#. type: "SkipStage0_description" +#: Resources/templates/Localizable.strings:35 +#, no-wrap +msgid "" +"Avoid writing stage 0 to the target disk.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipStage1_title" +#: Resources/templates/Localizable.strings:38 +#, no-wrap +msgid "Skip Stage 1" +msgstr "" + +#. type: "SkipStage1_description" +#: Resources/templates/Localizable.strings:39 +#, no-wrap +msgid "" +"Avoid writing stage 1 to the partition boot sector.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipActivePartition_title" +#: Resources/templates/Localizable.strings:42 +#, no-wrap +msgid "Skip Activation" +msgstr "" + +#. type: "SkipActivePartition_description" +#: Resources/templates/Localizable.strings:43 +#, no-wrap +msgid "" +"Prevents activation of the target partition.\n" +"Some old motherboards have a bad implementation of GPT in bios and they can not find partitions if marked active unger Guid Partition Table.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "Standard_title" +#: Resources/templates/Localizable.strings:47 +#, fuzzy, no-wrap +#| msgid " has been written to the root of your chosen partition." +msgid "Install Chameleon in the chosen partition." +msgstr " 를 생성하였습니다." + +#. type: "Standard_description" +#: Resources/templates/Localizable.strings:48 +#, fuzzy, no-wrap +#| msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." +msgid "Install Chameleon's files to the root of the selected partition using either boot0, boot0md or boot0hfs depending on your system without destroying any existing Windows installation if you have one." +msgstr "선택된 파티션의 루트 디렉토리에 카멜레온에 필요한 파일들을 사용자의 시스템에 따라 boot0 또는 boot0md를 이용하여 설치합니다. 윈도우가 설치되있더라도 영향을 주지 않습니다." + #. type: "EFI_title" -#: Resources/templates/Localizable.strings:31 +#: Resources/templates/Localizable.strings:50 #, no-wrap msgid "Install Chameleon in the ESP" msgstr "" #. type: "EFI_description" -#: Resources/templates/Localizable.strings:32 -#, no-wrap -msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +#: Resources/templates/Localizable.strings:51 +#, fuzzy, no-wrap +#| msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0, boot0md or boot0hfs depending on your system." msgstr "평상 시 숨겨져있는 EFI 시스템 파티션에 카멜레온에 필요한 파일들을 사용자의 시스템에 따라 boot0 또는 boot0md를 이용하여 설치합니다. 윈도우가 설치되있더라도 영향을 주지 않습니다." #. type: "Module_title" -#: Resources/templates/Localizable.strings:37 +#: Resources/templates/Localizable.strings:56 #, no-wrap msgid "Modules" msgstr "모듈" #. type: "Module_description" -#: Resources/templates/Localizable.strings:38 +#: Resources/templates/Localizable.strings:57 #, no-wrap msgid "The modules system incorporated in chameleon allows for a user or developer to extend the core functionality of chameleon without replacing the main boot file." msgstr "카멜레온에 통합된 모듈 시스템은 사용자나 개발자가 메인 부트 파일을 바꾸지 않고 카멜레온의 핵심 기능을 연장할 수 있게 해줍니다." #. type: "klibc_title" -#: Resources/templates/Localizable.strings:40 +#: Resources/templates/Localizable.strings:59 #, no-wrap msgid "klibc" msgstr "klibc" #. type: "klibc_description" -#: Resources/templates/Localizable.strings:41 +#: Resources/templates/Localizable.strings:60 #, no-wrap msgid "" "This module provides a standard c library for modules to link to if the library provided by chameleon is insufficient.\n" @@ -331,13 +395,13 @@ "소스: (영문)http://www.kernel.org/pub/linux/libs/klibc/" #. type: "ACPICodec_title" -#: Resources/templates/Localizable.strings:45 +#: Resources/templates/Localizable.strings:64 #, no-wrap msgid "ACPICodec" msgstr "ACPICodec" #. type: "ACPICodec_description" -#: Resources/templates/Localizable.strings:46 +#: Resources/templates/Localizable.strings:65 #, no-wrap msgid "" "This module provides a substitute for the internal acpi patcher.\n" @@ -345,13 +409,13 @@ msgstr "내부 ACPI Patcher를 대체하는 모듈을 제공합니다.종속성 : 없음" #. type: "HDAEnabler_title" -#: Resources/templates/Localizable.strings:49 +#: Resources/templates/Localizable.strings:68 #, no-wrap msgid "HDAEnabler" msgstr "HDAEnabler" #. type: "HDAEnabler_description" -#: Resources/templates/Localizable.strings:50 +#: Resources/templates/Localizable.strings:69 #, no-wrap msgid "" "HDAEnabler module, this module provides a substitute for the Hight Definition Audio DSDT Edits.\n" @@ -361,13 +425,13 @@ "종속성: 없음" #. type: "FileNVRAM_title" -#: Resources/templates/Localizable.strings:53 +#: Resources/templates/Localizable.strings:72 #, no-wrap msgid "FileNVRAM" msgstr "FileNVRAM" #. type: "FileNVRAM_description" -#: Resources/templates/Localizable.strings:54 +#: Resources/templates/Localizable.strings:73 #, no-wrap msgid "" "FileNVRAM module for preloading NVRAM values.\n" @@ -375,13 +439,13 @@ msgstr "NVRAM 값을 미리 로드(preload)하기 위한 모듈입니다.종속성: 없음" #. type: "Sata_title" -#: Resources/templates/Localizable.strings:57 +#: Resources/templates/Localizable.strings:76 #, no-wrap msgid "Sata" msgstr "SATA" #. type: "Sata_description" -#: Resources/templates/Localizable.strings:58 +#: Resources/templates/Localizable.strings:77 #, no-wrap msgid "" "Sata module, known as YellowIconFixer in cparm's branch.\n" @@ -393,14 +457,14 @@ "종속성: 없음" #. type: "Resolution_title" -#: Resources/templates/Localizable.strings:62 -#: Resources/templates/Localizable.strings:732 +#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:751 #, no-wrap msgid "Resolution" msgstr "화면 해상도" #. type: "AutoReso_description" -#: Resources/templates/Localizable.strings:63 +#: Resources/templates/Localizable.strings:82 #, no-wrap msgid "" "This module reads the edid information from the monitor attached to the main display.\n" @@ -412,13 +476,13 @@ "추가로, Intel사의 HD 시리즈 전 그래픽카드들이 사용할 수 있는 VESA 모드를 패치하여 부팅 중 올바른 해상도를 가질 수 있게 해줍니다." #. type: "uClibc_title" -#: Resources/templates/Localizable.strings:67 +#: Resources/templates/Localizable.strings:86 #, no-wrap msgid "uClibc++" msgstr "uClibc++" #. type: "uClibc_description" -#: Resources/templates/Localizable.strings:68 +#: Resources/templates/Localizable.strings:87 #, no-wrap msgid "" "This module provides a minimalistic c++ runtime library for use in other modules. This does not provide functionality by itself, instead it is used to allow for the c++ language to be used in other modules.\n" @@ -433,13 +497,13 @@ "의존 관계(Dependencies): klibc" #. type: "KernelPatcher_title" -#: Resources/templates/Localizable.strings:73 +#: Resources/templates/Localizable.strings:92 #, no-wrap msgid "Kernel Patcher" msgstr "Kernel Patcher(커널 패치)" #. type: "KernelPatcher_description" -#: Resources/templates/Localizable.strings:74 +#: Resources/templates/Localizable.strings:93 #, no-wrap msgid "" "The KernelPatcher module provides patches for the following:\n" @@ -457,13 +521,13 @@ "종속성: 없음" #. type: "KextPatcher_title" -#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:100 #, no-wrap msgid "Kext Patcher" msgstr "Kext 패쳐" #. type: "KextPatcher_description" -#: Resources/templates/Localizable.strings:82 +#: Resources/templates/Localizable.strings:101 #, no-wrap msgid "" "The KextPatcher module provides patches for the following:\n" @@ -473,13 +537,13 @@ "종속성: 없음" #. type: "NVIDIAGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:85 +#: Resources/templates/Localizable.strings:104 #, no-wrap msgid "NVIDIAGraphicsEnabler" msgstr "NVIDIA그래픽활성화" #. type: "NVIDIAGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:86 +#: Resources/templates/Localizable.strings:105 #, no-wrap msgid "" "The GraphicsEnabler nVidia code ported to a module.\n" @@ -489,13 +553,13 @@ "의존성: 없음" #. type: "GraphicsEnablerModule_title" -#: Resources/templates/Localizable.strings:89 +#: Resources/templates/Localizable.strings:108 #, no-wrap msgid "GraphicsEnabler" msgstr "그래픽활성화" #. type: "GraphicsEnablerModule_description" -#: Resources/templates/Localizable.strings:90 +#: Resources/templates/Localizable.strings:109 #, no-wrap msgid "" "The GraphicsEnabler code ported to a module.\n" @@ -505,13 +569,13 @@ "의존성: 없음" #. type: "AMDGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:93 +#: Resources/templates/Localizable.strings:112 #, no-wrap msgid "AMDGraphicsEnabler" msgstr "AMD 그래픽활성화" #. type: "AMDGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:94 +#: Resources/templates/Localizable.strings:113 #, no-wrap msgid "" "The GraphicsEnabler AMD/ATi code ported to a module.\n" @@ -521,13 +585,13 @@ "의존성: 없음" #. type: "IntelGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:97 +#: Resources/templates/Localizable.strings:116 #, no-wrap msgid "IntelGraphicsEnabler" msgstr "Intel 그래픽활성화" #. type: "IntelGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:98 +#: Resources/templates/Localizable.strings:117 #, no-wrap msgid "" "The GraphicsEnabler gma(Intel) code ported to a module.\n" @@ -537,640 +601,640 @@ "의존성: 없음" #. type: "Options_title" -#: Resources/templates/Localizable.strings:106 +#: Resources/templates/Localizable.strings:125 #, no-wrap msgid "Settings" msgstr "환경 설정" #. type: "Options_description" -#: Resources/templates/Localizable.strings:107 +#: Resources/templates/Localizable.strings:126 #, no-wrap msgid "Create an /Extra/org.chameleon.Boot.plist by selecting any of these boot options and kernel flags." msgstr "/Extra 폴더안에 드롭다운 메뉴에서 선택한 항목들을 포함한 org.chameleon.Boot.plist 파일을 생성합니다." #. type: "BootBanner_title" -#: Resources/templates/Localizable.strings:109 +#: Resources/templates/Localizable.strings:128 #, no-wrap msgid "BootBanner=No" msgstr "배너 사용안함(BootBanner=No)" #. type: "BootBanner_description" -#: Resources/templates/Localizable.strings:110 +#: Resources/templates/Localizable.strings:129 #, no-wrap msgid "Hides Chameleon's boot banner in GUI. This is the text that is drawn at the top left corner of the screen displaying the release version etc." msgstr "선택 시 GUI에 표시되는 카멜레온 부트로더 배너를 숨깁니다. 좌측 상단 모서리에 위치한 배너는 릴리스 버전 등을 텍스트로 보여줍니다." #. type: "GUI_title" -#: Resources/templates/Localizable.strings:112 +#: Resources/templates/Localizable.strings:131 #, no-wrap msgid "GUI=No" msgstr "명령어 모드(GUI=No)" #. type: "GUI_description" -#: Resources/templates/Localizable.strings:113 +#: Resources/templates/Localizable.strings:132 #, no-wrap msgid "Disables the default enabled graphic user interface." msgstr "선택 시 카멜레온에 원래 사용되는 그래픽 유저 인터페이스를 끕니다. 비선택 시에는 파티션 선택 화면에서 Tab키로 전환이 가능합니다." #. type: "LegacyLogo_title" -#: Resources/templates/Localizable.strings:115 +#: Resources/templates/Localizable.strings:134 #, no-wrap msgid "LegacyLogo=Yes" msgstr "맥 부팅 스크린(LegacyLogo=Yes)" #. type: "LegacyLogo_description" -#: Resources/templates/Localizable.strings:116 +#: Resources/templates/Localizable.strings:135 #, no-wrap msgid "Use the legacy 'dark grey' apple logo on the light grey screen for the boot process rather than the boot.png in the theme." msgstr "선택 시 오리지널 맥과 같은 짙은 회색 애플 로고밑에 돌아가는 휠과 밝은 회색 배경을 부팅 스크린으로 사용합니다. 비선택 시 /Extra/Theme 폴더 안의 boot.png 사진을 사용" #. type: "InstantMenu_title" -#: Resources/templates/Localizable.strings:118 +#: Resources/templates/Localizable.strings:137 #, no-wrap msgid "InstantMenu=Yes" msgstr "자동 부팅 사용 안함(InstantMenu=Yes)" #. type: "InstantMenu_description" -#: Resources/templates/Localizable.strings:119 +#: Resources/templates/Localizable.strings:138 #, no-wrap msgid "By default, when Chameleon loads you'll see the icon for the current default partition, along with a timeout progress bar which left alone will count down before Chameleon automatically boots that partition. This options skips that and takes you directly to the device selection screen." msgstr "선택 시 매번 사용자가 직접 부팅할 파티션을 고릅니다. 고르고 엔터를 누르기 전까지 OS부팅을 하지 않습니다. 비선택 시 카멜레온이 로딩 중 기본 파티션 아이콘과 자동 부팅까지 남은 시간을 막대기로 보여 줍니다. 이때 멀티 부팅을 위해 아무키나 입력해 자동 부팅을 취소할 수 있습니다." #. type: "QuietBoot_title" -#: Resources/templates/Localizable.strings:121 +#: Resources/templates/Localizable.strings:140 #, no-wrap msgid "QuietBoot=Yes" msgstr "부팅과정 숨김(QuietBoot=Yes)" #. type: "QuietBoot_description" -#: Resources/templates/Localizable.strings:122 +#: Resources/templates/Localizable.strings:141 #, no-wrap msgid "Enable quiet boot mode (no messages or prompt)." msgstr "선택 시 오리지널 맥과 같이 부팅 스크린으로 바로 부팅합니다. 주의 할 점은 파티션 선택이나 명령어(Kernel Flag)입력이 불가능하며 오직 org.chameleon.Boot.plist 파일 안에 지정된 기본 파티션과 Kernel Flag가 적용됩니다. 참고로, 기본 파티션이 윈도우로 설정될 경우 맥 부팅으로 수정이 어렵고 맥OS 상에서 선택한 시동 볼륨은 부트로더에 전달이 되지않으며 무시됩니다." #. type: "ShowInfo_title" -#: Resources/templates/Localizable.strings:124 +#: Resources/templates/Localizable.strings:143 #, no-wrap msgid "ShowInfo=Yes" msgstr "카멜레온 정보 표시(ShowInfo=Yes)" #. type: "ShowInfo_description" -#: Resources/templates/Localizable.strings:125 +#: Resources/templates/Localizable.strings:144 #, no-wrap msgid "Enables display of partition and resolution details shown on the left side of the GUI under the boot banner. This is useful information for troubleshooting, though can clash with certain themes." msgstr "선택 시 파티션, 화면 해상도 상세정보를 부트로더 배너 아래에 표시합니다. 문제 해결할 때 유용한 정보를 보여주지만 특정 테마들과 겹칠 수 있습니다." #. type: "Wait_title" -#: Resources/templates/Localizable.strings:127 +#: Resources/templates/Localizable.strings:146 #, no-wrap msgid "Wait=Yes" msgstr "부트로더 로그 보기(Wait=Yes)" #. type: "Wait_description" -#: Resources/templates/Localizable.strings:128 +#: Resources/templates/Localizable.strings:147 #, no-wrap msgid "Pauses the boot process after Chameleon has finished it's setup then waits for a key press before it starts the mach kernel. Useful when combined with verbose boot for troubleshooting." msgstr "선택 시 맥 커널을 로딩하기 직전에 부팅 과정을 일시 정지하고 자세한 로그를 보여줍니다. q키 입력으로 부팅을 계속 진행할 수 있습니다." #. type: "PrivateData_title" -#: Resources/templates/Localizable.strings:130 +#: Resources/templates/Localizable.strings:149 #, no-wrap msgid "PrivateData=No" msgstr "" #. type: "PrivateData_description" -#: Resources/templates/Localizable.strings:131 +#: Resources/templates/Localizable.strings:150 #, no-wrap msgid "Show masked data (serial number) in bdmesg log (enbaled by default)." msgstr "" #. type: "USBBusFix_title" -#: Resources/templates/Localizable.strings:135 +#: Resources/templates/Localizable.strings:154 #, no-wrap msgid "USBBusFix=Yes" msgstr "" #. type: "USBBusFix_description" -#: Resources/templates/Localizable.strings:136 +#: Resources/templates/Localizable.strings:155 #, no-wrap msgid "Enable the XHCI, EHCI and UHCI fixes (disabled by default)." msgstr "" #. type: "USBLegacyOff_title" -#: Resources/templates/Localizable.strings:138 +#: Resources/templates/Localizable.strings:157 #, fuzzy, no-wrap #| msgid "LegacyLogo=Yes" msgid "USBLegacyOff=Yes" msgstr "맥 부팅 스크린(LegacyLogo=Yes)" #. type: "USBLegacyOff_description" -#: Resources/templates/Localizable.strings:139 +#: Resources/templates/Localizable.strings:158 #, no-wrap msgid "Force USB Legacy off for XHCI and EHCI (disabled by default)." msgstr "" #. type: "XHCILegacyOff_title" -#: Resources/templates/Localizable.strings:141 +#: Resources/templates/Localizable.strings:160 #, fuzzy, no-wrap #| msgid "LegacyLogo=Yes" msgid "XHCILegacyOff=Yes" msgstr "맥 부팅 스크린(LegacyLogo=Yes)" #. type: "XHCILegacyOff_description" -#: Resources/templates/Localizable.strings:142 +#: Resources/templates/Localizable.strings:161 #, no-wrap msgid "Force USB Legacy off for XHCI (disabled by default)." msgstr "" #. type: "UHCIreset_title" -#: Resources/templates/Localizable.strings:144 +#: Resources/templates/Localizable.strings:163 #, no-wrap msgid "UHCIreset=Yes" msgstr "UHCI 리셋함(UHCIreset=Yes)" #. type: "UHCIreset_description" -#: Resources/templates/Localizable.strings:145 +#: Resources/templates/Localizable.strings:164 #, no-wrap msgid "Enables the option to reset UHCI controllers before starting OS X." msgstr "선택 시 OS X를 시작하기 전에 UHCI 컨트롤러들을 리셋합니다." #. type: "EHCIacquire_title" -#: Resources/templates/Localizable.strings:147 +#: Resources/templates/Localizable.strings:166 #, no-wrap msgid "EHCIacquire=Yes" msgstr "EHCI확보(EHCIacquire=Yes)" #. type: "EHCIacquire_description" -#: Resources/templates/Localizable.strings:148 +#: Resources/templates/Localizable.strings:167 #, no-wrap msgid "Enables the option to fix any EHCI ownership issues due to bad bioses." msgstr "선택 시 에러가 있는 바이오스로 인한 어떠한 EHCI 권한 오류라도 고칩니다." #. type: "arch_title" -#: Resources/templates/Localizable.strings:150 +#: Resources/templates/Localizable.strings:169 #, no-wrap msgid "arch=i386" msgstr "32비트 모드(arch=i386)" #. type: "arch_description" -#: Resources/templates/Localizable.strings:151 +#: Resources/templates/Localizable.strings:170 #, no-wrap msgid "Boots the kernel in 32bit mode rather than the default 64bit mode." msgstr "선택 시 커널이 32비트 모드로 부팅합니다. 비선택 시 64비트 모드." #. type: "EthernetBuiltIn_title" -#: Resources/templates/Localizable.strings:153 +#: Resources/templates/Localizable.strings:172 #, no-wrap msgid "EthernetBuiltIn=Yes" msgstr "내장형 이더넷(EthernetBuiltIn=Yes)" #. type: "EthernetBuiltIn_description" -#: Resources/templates/Localizable.strings:154 +#: Resources/templates/Localizable.strings:173 #, no-wrap msgid "Enables the option of adding 'built-in' to your ethernet devices." msgstr "선택 시 네트워크 카드들을 '내장형'으로 만듭니다." #. type: "EnableWifi_title" -#: Resources/templates/Localizable.strings:156 +#: Resources/templates/Localizable.strings:175 #, no-wrap msgid "EnableWifi=Yes" msgstr "와이파이 활성화=예" #. type: "EnableWifi_description" -#: Resources/templates/Localizable.strings:157 +#: Resources/templates/Localizable.strings:176 #, no-wrap msgid "Enables the option of adding AirPort values to your wireless device." msgstr "AirPort 값들을 무선 장치로 등록하는 옵션을 활성화 시킵니다." #. type: "ForceHPET_title" -#: Resources/templates/Localizable.strings:159 +#: Resources/templates/Localizable.strings:178 #, no-wrap msgid "ForceHPET=Yes" msgstr "강제HPET(ForceHPET=Yes)" #. type: "ForceHPET_description" -#: Resources/templates/Localizable.strings:160 +#: Resources/templates/Localizable.strings:179 #, no-wrap msgid "Enables HPET on intel chipsets, for bioses that dont include the option." msgstr "선택 시 바이오스가 지원하지 않더라도 Intel 칩셋에서 HPET를 사용하게 합니다." #. type: "ForceWake_title" -#: Resources/templates/Localizable.strings:162 +#: Resources/templates/Localizable.strings:181 #, no-wrap msgid "ForceWake=Yes" msgstr "강제 깨우기(ForceWake=Yes)" #. type: "ForceWake_description" -#: Resources/templates/Localizable.strings:163 +#: Resources/templates/Localizable.strings:182 #, no-wrap msgid "This option enables you to bypass bad sleep images." msgstr "선택 시 잠자기때 저장한 이미지가 에러난 경우 우회합니다." #. type: "ForceFullMemInfo_title" -#: Resources/templates/Localizable.strings:165 +#: Resources/templates/Localizable.strings:184 #, no-wrap msgid "ForceFullMemInfo=Yes" msgstr "ForceFullMemInfo=Yes" #. type: "ForceFullMemInfo_description" -#: Resources/templates/Localizable.strings:166 +#: Resources/templates/Localizable.strings:185 #, no-wrap msgid "Force SMBIOS Table 17 to be 27 bytes long." msgstr "SMBIOS Table 17을 27바이트 길이로 강제 설정" #. type: "RestartFix_title" -#: Resources/templates/Localizable.strings:168 +#: Resources/templates/Localizable.strings:187 #, no-wrap msgid "RestartFix=No" msgstr "재시동 안고침(RestartFix=No)" #. type: "RestartFix_description" -#: Resources/templates/Localizable.strings:169 +#: Resources/templates/Localizable.strings:188 #, no-wrap msgid "Disables the automatically enabled restart fix." msgstr "선택 시 카멜레온이 재시동 에러를 고치지 않습니다." #. type: "UseMemDetect_title" -#: Resources/templates/Localizable.strings:171 +#: Resources/templates/Localizable.strings:190 #, no-wrap msgid "UseMemDetect=No" msgstr "자동 메모리 인식 안함(UseMemDetect=No)" #. type: "UseMemDetect_description" -#: Resources/templates/Localizable.strings:172 +#: Resources/templates/Localizable.strings:191 #, no-wrap msgid "Disables the automatically enabled RAM recognition." msgstr "선택 시 자동 RAM인식을 끕니다" #. type: "UseKernelCache_title" -#: Resources/templates/Localizable.strings:174 +#: Resources/templates/Localizable.strings:193 #, no-wrap msgid "UseKernelCache=Yes" msgstr "커널 캐시 사용(UseKernelCache=Yes)" #. type: "UseKernelCache_description" -#: Resources/templates/Localizable.strings:175 +#: Resources/templates/Localizable.strings:194 #, no-wrap msgid "For Lion only. Enables loading of the pre-linked kernel. This will ignore /E/E and /S/L/E. ONLY use this is you have know it contains everything you need." msgstr "Lion 전용. 선택 시 이전에 저장된 커널 로딩을 사용합니다. /E/E와 /S/L/E를 우회하기 때문에 필요한 모든 것을 캐시에 저장 후에 사용하세요." #. type: "Wake_title" -#: Resources/templates/Localizable.strings:177 +#: Resources/templates/Localizable.strings:196 #, no-wrap msgid "Wake=Yes" msgstr "깨우기 시도함(Wake=Yes)" #. type: "Wake_description" -#: Resources/templates/Localizable.strings:178 +#: Resources/templates/Localizable.strings:197 #, no-wrap msgid "Attempts to load the sleep image saved from last hibernation." msgstr "선택 시 마지막 최대 절전 모드 이미지를 로딩 시도합니다." #. type: "CSTUsingSystemIO_title" -#: Resources/templates/Localizable.strings:182 +#: Resources/templates/Localizable.strings:201 #, no-wrap msgid "CSTUsingSystemIO=Yes" msgstr "SystemIO를 이용한 CST생성(CSTUsingSystemIO=Yes)" #. type: "CSTUsingSystemIO_description" -#: Resources/templates/Localizable.strings:183 +#: Resources/templates/Localizable.strings:202 #, no-wrap msgid "New C-State _CST generation method using SystemIO registers instead of FixedHW." msgstr "새로운 C-State _CST 생성 방법으로, 선택 시 기존의 FixedHW대신 SystemIO registers를 사용합니다." #. type: "DropSSDT_title" -#: Resources/templates/Localizable.strings:185 +#: Resources/templates/Localizable.strings:204 #, no-wrap msgid "DropSSDT=Yes" msgstr "마더보드 SSDT 버림(DropSSDT=Yes)" #. type: "DropSSDT_description" -#: Resources/templates/Localizable.strings:186 +#: Resources/templates/Localizable.strings:205 #, no-wrap msgid "Discard the motherboard's built-in SSDT tables." msgstr "선택 시 마더보드에 포함된 SSDT 표를 버립니다." #. type: "DropHPET_title" -#: Resources/templates/Localizable.strings:188 +#: Resources/templates/Localizable.strings:207 #, no-wrap msgid "DropHPET=Yes" msgstr "마더보드 HPET 버림(DropHPET=Yes)" #. type: "DropHPET_description" -#: Resources/templates/Localizable.strings:189 +#: Resources/templates/Localizable.strings:208 #, no-wrap msgid "Discard the motherboard's built-in HPET table." msgstr "선택 시 마더보드에 포함된 HPET 표를 버립니다." #. type: "DropSBST_title" -#: Resources/templates/Localizable.strings:191 +#: Resources/templates/Localizable.strings:210 #, no-wrap msgid "DropSBST=Yes" msgstr "마더보드 SBST 버림(DropSBST=Yes)" #. type: "DropSBST_description" -#: Resources/templates/Localizable.strings:192 +#: Resources/templates/Localizable.strings:211 #, no-wrap msgid "Discard the motherboard's built-in SBST table." msgstr "선택 시 마더보드에 포함된 SBST 표를 버립니다." #. type: "DropECDT_title" -#: Resources/templates/Localizable.strings:194 +#: Resources/templates/Localizable.strings:213 #, no-wrap msgid "DropECDT=Yes" msgstr "마더보드 ECDT 버림(DropECDT=Yes)" #. type: "DropECDT_description" -#: Resources/templates/Localizable.strings:195 +#: Resources/templates/Localizable.strings:214 #, no-wrap msgid "Discard the motherboard's built-in ECDT table." msgstr "선택 시 마더보드에 포함된 ECDT 표를 버립니다." #. type: "DropASFT_title" -#: Resources/templates/Localizable.strings:197 +#: Resources/templates/Localizable.strings:216 #, no-wrap msgid "DropASFT=Yes" msgstr "마더보드 ASFT 버림(DropASFT=Yes)" #. type: "DropASFT_description" -#: Resources/templates/Localizable.strings:198 +#: Resources/templates/Localizable.strings:217 #, no-wrap msgid "Discard the motherboard's built-in ASF! table." msgstr "선택 시 마더보드에 포함된 ASF! 표를 버립니다." #. type: "DropDMAR_title" -#: Resources/templates/Localizable.strings:200 +#: Resources/templates/Localizable.strings:219 #, no-wrap msgid "DropDMAR=Yes" msgstr "마더보드 DMAR 버림(DropDMAR=Yes)" #. type: "DropDMAR_description" -#: Resources/templates/Localizable.strings:201 +#: Resources/templates/Localizable.strings:220 #, no-wrap msgid "Discard the motherboard's built-in DMAR table, this key action resolve the problem with VT-d panics." msgstr "메인보드 내장 DMAR 테이블을 무시합니다. 이 키는 VT-d 패닉과 관련된 문제를 해결합니다." #. type: "EnableC2State_title" -#: Resources/templates/Localizable.strings:203 +#: Resources/templates/Localizable.strings:222 #, no-wrap msgid "EnableC2State=Yes" msgstr "C2단계 사용(EnableC2State=Yes)" #. type: "EnableC2State_description" -#: Resources/templates/Localizable.strings:204 +#: Resources/templates/Localizable.strings:223 #, no-wrap msgid "Enable specific Processor power state, C2." msgstr "선택 시 특정한 CPU 파워 단계 C2를 사용." #. type: "EnableC3State_title" -#: Resources/templates/Localizable.strings:206 +#: Resources/templates/Localizable.strings:225 #, no-wrap msgid "EnableC3State=Yes" msgstr "C3단계 사용(EnableC3State=Yes)" #. type: "EnableC3State_description" -#: Resources/templates/Localizable.strings:207 +#: Resources/templates/Localizable.strings:226 #, no-wrap msgid "Enable specific Processor power state, C3." msgstr "선택 시 특정한 CPU 파워 단계 C3를 사용." #. type: "EnableC4State_title" -#: Resources/templates/Localizable.strings:209 +#: Resources/templates/Localizable.strings:228 #, no-wrap msgid "EnableC4State=Yes" msgstr "C4단계 사용(EnableC4State=Yes)" #. type: "EnableC4State_description" -#: Resources/templates/Localizable.strings:210 +#: Resources/templates/Localizable.strings:229 #, no-wrap msgid "Enable specific Processor power state, C4." msgstr "선택 시 특정한 CPU 파워 단계 C4를 사용." #. type: "EnableC6State_title" -#: Resources/templates/Localizable.strings:212 +#: Resources/templates/Localizable.strings:231 #, no-wrap msgid "EnableC6State=Yes" msgstr "C6단계 사용(EnableC6State=Yes)" #. type: "EnableC6State_description" -#: Resources/templates/Localizable.strings:213 +#: Resources/templates/Localizable.strings:232 #, no-wrap msgid "Enable specific Processor power state, C6." msgstr "선택 시 특정한 CPU 파워 단계 C6를 사용." #. type: "EnableC7State_title" -#: Resources/templates/Localizable.strings:215 +#: Resources/templates/Localizable.strings:234 #, no-wrap msgid "EnableC7State=Yes" msgstr "C7단계 사용(EnableC7State=Yes)" #. type: "EnableC7State_description" -#: Resources/templates/Localizable.strings:216 +#: Resources/templates/Localizable.strings:235 #, no-wrap msgid "Enable specific Processor power state, C7." msgstr "선택 시 특정한 CPU 파워 단계 C7를 사용." #. type: "GenerateCStates_title" -#: Resources/templates/Localizable.strings:218 +#: Resources/templates/Localizable.strings:237 #, no-wrap msgid "GenerateCStates=Yes" msgstr "C-State 생성(Generate C-States=Yes)" #. type: "GenerateCStates_description" -#: Resources/templates/Localizable.strings:219 +#: Resources/templates/Localizable.strings:238 #, no-wrap msgid "Enable auto generation of processor idle sleep states (C-States)." msgstr "선택 시 유휴 상태 CPU단계들(C-States)을 자동 활성화 합니다." #. type: "GeneratePStates_title" -#: Resources/templates/Localizable.strings:221 +#: Resources/templates/Localizable.strings:240 #, no-wrap msgid "GeneratePStates=Yes" msgstr "P-State 생성(Generate P-States=Yes)" #. type: "GeneratePStates_description" -#: Resources/templates/Localizable.strings:222 +#: Resources/templates/Localizable.strings:241 #, no-wrap msgid "Enable auto generation of processor power performance states (P-States)." msgstr "선택 시 활동 상태 CPU단계들(P-States)을 자동 활성화 합니다." #. type: "GenerateTStates_title" -#: Resources/templates/Localizable.strings:224 +#: Resources/templates/Localizable.strings:243 #, no-wrap msgid "GenerateTStates=Yes" msgstr "TState 생성(Generate TStates=Yes)" #. type: "GenerateTStates_description" -#: Resources/templates/Localizable.strings:225 +#: Resources/templates/Localizable.strings:244 #, no-wrap msgid "Enable auto generation of processor power performance states (T-States)." msgstr "선택 시 활동 상태 CPU단계들(T-States)을 자동 활성화 합니다." #. type: "1024x600x32_title" -#: Resources/templates/Localizable.strings:229 +#: Resources/templates/Localizable.strings:248 #, no-wrap msgid "1024x600x32" msgstr "1024x600x32" #. type: "1024x600x32_description" -#: Resources/templates/Localizable.strings:230 +#: Resources/templates/Localizable.strings:249 #, no-wrap msgid "Set Graphics Mode to 1024x600x32" msgstr "부팅 해상도 및 색심도를 1024x600x32로" #. type: "1024x768x32_title" -#: Resources/templates/Localizable.strings:232 +#: Resources/templates/Localizable.strings:251 #, no-wrap msgid "1024x768x32" msgstr "1024x768x32" #. type: "1024x768x32_description" -#: Resources/templates/Localizable.strings:233 +#: Resources/templates/Localizable.strings:252 #, no-wrap msgid "Set Graphics Mode to 1024x768x32" msgstr "부팅 해상도 및 색심도를 1024x768x32" #. type: "1280x768x32_title" -#: Resources/templates/Localizable.strings:235 +#: Resources/templates/Localizable.strings:254 #, no-wrap msgid "1280x768x32" msgstr "1280x768x32" #. type: "1280x768x32_description" -#: Resources/templates/Localizable.strings:236 +#: Resources/templates/Localizable.strings:255 #, no-wrap msgid "Set Graphics Mode to 1280x768x32" msgstr "부팅 해상도 및 색심도를 1280x768x32" #. type: "1280x800x32_title" -#: Resources/templates/Localizable.strings:238 +#: Resources/templates/Localizable.strings:257 #, no-wrap msgid "1280x800x32" msgstr "1280x800x32" #. type: "1280x800x32_description" -#: Resources/templates/Localizable.strings:239 +#: Resources/templates/Localizable.strings:258 #, no-wrap msgid "Set Graphics Mode to 1280x800x32" msgstr "부팅 해상도 및 색심도를 1280x800x32" #. type: "1280x1024x32_title" -#: Resources/templates/Localizable.strings:241 +#: Resources/templates/Localizable.strings:260 #, no-wrap msgid "1280x1024x32" msgstr "1280x1024x32" #. type: "1280x1024x32_description" -#: Resources/templates/Localizable.strings:242 +#: Resources/templates/Localizable.strings:261 #, no-wrap msgid "Set Graphics Mode to 1280x1024x32" msgstr "부팅 해상도 및 색심도를 1280x1024x32" #. type: "1280x960x32_title" -#: Resources/templates/Localizable.strings:244 +#: Resources/templates/Localizable.strings:263 #, no-wrap msgid "1280x960x32" msgstr "1280x960x32" #. type: "1280x960x32_description" -#: Resources/templates/Localizable.strings:245 +#: Resources/templates/Localizable.strings:264 #, no-wrap msgid "Set Graphics Mode to 1280x960x32" msgstr "부팅 해상도 및 색심도를 1280x960x32" #. type: "1366x768x32_title" -#: Resources/templates/Localizable.strings:247 +#: Resources/templates/Localizable.strings:266 #, no-wrap msgid "1366x768x32" msgstr "1366x768x32" #. type: "1366x768x32_description" -#: Resources/templates/Localizable.strings:248 +#: Resources/templates/Localizable.strings:267 #, no-wrap msgid "Set Graphics Mode to 1366x768x32" msgstr "부팅 해상도 및 색심도를 1366x768x32" #. type: "1440x900x32_title" -#: Resources/templates/Localizable.strings:250 +#: Resources/templates/Localizable.strings:269 #, no-wrap msgid "1440x900x32" msgstr "1440x900x32" #. type: "1440x900x32_description" -#: Resources/templates/Localizable.strings:251 +#: Resources/templates/Localizable.strings:270 #, no-wrap msgid "Set Graphics Mode to 1440x900x32" msgstr "부팅 해상도 및 색심도를 1440x900x32" #. type: "1600x900x32_title" -#: Resources/templates/Localizable.strings:253 +#: Resources/templates/Localizable.strings:272 #, no-wrap msgid "1600x900x32" msgstr "1600x900x32" #. type: "1600x900x32_description" -#: Resources/templates/Localizable.strings:254 +#: Resources/templates/Localizable.strings:273 #, no-wrap msgid "Set Graphics Mode to 1600x900x32" msgstr "부팅 해상도 및 색심도를 1600x900x32" #. type: "1600x1200x32_title" -#: Resources/templates/Localizable.strings:256 +#: Resources/templates/Localizable.strings:275 #, no-wrap msgid "1600x1200x32" msgstr "1600x1200x32" #. type: "1600x1200x32_description" -#: Resources/templates/Localizable.strings:257 +#: Resources/templates/Localizable.strings:276 #, no-wrap msgid "Set Graphics Mode to 1600x1200x32" msgstr "부팅 해상도 및 색심도를 1600x1200x32" #. type: "1680x1050x32_title" -#: Resources/templates/Localizable.strings:259 +#: Resources/templates/Localizable.strings:278 #, no-wrap msgid "1680x1050x32" msgstr "1680x1050x32" #. type: "1680x1050x32_description" -#: Resources/templates/Localizable.strings:260 +#: Resources/templates/Localizable.strings:279 #, no-wrap msgid "Set Graphics Mode to 1680x1050x32" msgstr "부팅 해상도 및 색심도를 1680x1050x32" #. type: "1920x1080x32_title" -#: Resources/templates/Localizable.strings:262 +#: Resources/templates/Localizable.strings:281 #, no-wrap msgid "1920x1080x32" msgstr "1920x1080x32" #. type: "1920x1080x32_description" -#: Resources/templates/Localizable.strings:263 +#: Resources/templates/Localizable.strings:282 #, no-wrap msgid "Set Graphics Mode to 1920x1080x32" msgstr "부팅 해상도를 1920x1080x32" #. type: "1920x1200x32_title" -#: Resources/templates/Localizable.strings:265 +#: Resources/templates/Localizable.strings:284 #, no-wrap msgid "1920x1200x32" msgstr "1920x1200x32" #. type: "1920x1200x32_description" -#: Resources/templates/Localizable.strings:266 +#: Resources/templates/Localizable.strings:285 #, no-wrap msgid "Set Graphics Mode to 1920x1200x32" msgstr "부팅 해상도를 1920x1200x32" #. type: "HDAULayoutIDx01_title" -#: Resources/templates/Localizable.strings:270 -#: Resources/templates/Localizable.strings:376 +#: Resources/templates/Localizable.strings:289 +#: Resources/templates/Localizable.strings:395 #, no-wrap msgid "LayoutID=1" msgstr "LayoutID=1" #. type: "HDEFLayoutIDx01_description" -#: Resources/templates/Localizable.strings:271 +#: Resources/templates/Localizable.strings:290 #, no-wrap msgid "" "Set HDEF layout-it to 1:\n" @@ -1180,14 +1244,14 @@ "001 (0x01, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx02_title" -#: Resources/templates/Localizable.strings:274 -#: Resources/templates/Localizable.strings:380 +#: Resources/templates/Localizable.strings:293 +#: Resources/templates/Localizable.strings:399 #, no-wrap msgid "LayoutID=2" msgstr "LayoutID=2" #. type: "HDEFLayoutIDx02_description" -#: Resources/templates/Localizable.strings:275 +#: Resources/templates/Localizable.strings:294 #, no-wrap msgid "" "Set HDEF layout-it to 2:\n" @@ -1197,14 +1261,14 @@ "002 (0x02, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx03_title" -#: Resources/templates/Localizable.strings:278 -#: Resources/templates/Localizable.strings:384 +#: Resources/templates/Localizable.strings:297 +#: Resources/templates/Localizable.strings:403 #, no-wrap msgid "LayoutID=3" msgstr "LayoutID=3" #. type: "HDEFLayoutIDx03_description" -#: Resources/templates/Localizable.strings:279 +#: Resources/templates/Localizable.strings:298 #, no-wrap msgid "" "Set HDEF layout-it to 3:\n" @@ -1214,14 +1278,14 @@ "003 (0x03, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx05_title" -#: Resources/templates/Localizable.strings:282 -#: Resources/templates/Localizable.strings:388 +#: Resources/templates/Localizable.strings:301 +#: Resources/templates/Localizable.strings:407 #, no-wrap msgid "LayoutID=5" msgstr "LayoutID=5" #. type: "HDEFLayoutIDx05_description" -#: Resources/templates/Localizable.strings:283 +#: Resources/templates/Localizable.strings:302 #, no-wrap msgid "" "Set HDEF layout-it to 5:\n" @@ -1231,14 +1295,14 @@ "005 (0x05, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx07_title" -#: Resources/templates/Localizable.strings:286 -#: Resources/templates/Localizable.strings:392 +#: Resources/templates/Localizable.strings:305 +#: Resources/templates/Localizable.strings:411 #, no-wrap msgid "LayoutID=7" msgstr "LayoutID=7" #. type: "HDEFLayoutIDx07_description" -#: Resources/templates/Localizable.strings:287 +#: Resources/templates/Localizable.strings:306 #, no-wrap msgid "" "Set HDEF layout-it to 7:\n" @@ -1248,14 +1312,14 @@ "007 (0x07, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx12_title" -#: Resources/templates/Localizable.strings:290 -#: Resources/templates/Localizable.strings:396 +#: Resources/templates/Localizable.strings:309 +#: Resources/templates/Localizable.strings:415 #, no-wrap msgid "LayoutID=12" msgstr "LayoutID=12" #. type: "HDEFLayoutIDx12_description" -#: Resources/templates/Localizable.strings:291 +#: Resources/templates/Localizable.strings:310 #, no-wrap msgid "" "Set HDEF layout-it to 12:\n" @@ -1265,14 +1329,14 @@ "00C (0x0C, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx32_title" -#: Resources/templates/Localizable.strings:294 -#: Resources/templates/Localizable.strings:400 +#: Resources/templates/Localizable.strings:313 +#: Resources/templates/Localizable.strings:419 #, no-wrap msgid "LayoutID=32" msgstr "LayoutID=32" #. type: "HDEFLayoutIDx32_description" -#: Resources/templates/Localizable.strings:295 +#: Resources/templates/Localizable.strings:314 #, no-wrap msgid "" "Set HDEF layout-it to 32:\n" @@ -1282,14 +1346,14 @@ "020 (0x20, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx40_title" -#: Resources/templates/Localizable.strings:298 -#: Resources/templates/Localizable.strings:404 +#: Resources/templates/Localizable.strings:317 +#: Resources/templates/Localizable.strings:423 #, no-wrap msgid "LayoutID=40" msgstr "LayoutID=40" #. type: "HDEFLayoutIDx40_description" -#: Resources/templates/Localizable.strings:299 +#: Resources/templates/Localizable.strings:318 #, no-wrap msgid "" "Set HDEF layout-it to 40:\n" @@ -1299,14 +1363,14 @@ "028 (0x28, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx65_title" -#: Resources/templates/Localizable.strings:302 -#: Resources/templates/Localizable.strings:408 +#: Resources/templates/Localizable.strings:321 +#: Resources/templates/Localizable.strings:427 #, no-wrap msgid "LayoutID=65" msgstr "LayoutID=65" #. type: "HDEFLayoutIDx65_description" -#: Resources/templates/Localizable.strings:303 +#: Resources/templates/Localizable.strings:322 #, no-wrap msgid "" "Set HDEF layout-it to 65:\n" @@ -1316,14 +1380,14 @@ "041 (0x41, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx99_title" -#: Resources/templates/Localizable.strings:306 -#: Resources/templates/Localizable.strings:412 +#: Resources/templates/Localizable.strings:325 +#: Resources/templates/Localizable.strings:431 #, no-wrap msgid "LayoutID=99" msgstr "LayoutID=99" #. type: "HDEFLayoutIDx99_description" -#: Resources/templates/Localizable.strings:307 +#: Resources/templates/Localizable.strings:326 #, no-wrap msgid "" "Set HDEF layout-it to 99:\n" @@ -1333,14 +1397,14 @@ "063 (0x63, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx269_title" -#: Resources/templates/Localizable.strings:310 -#: Resources/templates/Localizable.strings:416 +#: Resources/templates/Localizable.strings:329 +#: Resources/templates/Localizable.strings:435 #, no-wrap msgid "LayoutID=269" msgstr "LayoutID=269" #. type: "HDEFLayoutIDx269_description" -#: Resources/templates/Localizable.strings:311 +#: Resources/templates/Localizable.strings:330 #, no-wrap msgid "" "Set HDEF layout-it to 269:\n" @@ -1350,14 +1414,14 @@ "10D (0x0D, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx387_title" -#: Resources/templates/Localizable.strings:314 -#: Resources/templates/Localizable.strings:420 +#: Resources/templates/Localizable.strings:333 +#: Resources/templates/Localizable.strings:439 #, no-wrap msgid "LayoutID=387" msgstr "LayoutID=387" #. type: "HDEFLayoutIDx387_description" -#: Resources/templates/Localizable.strings:315 +#: Resources/templates/Localizable.strings:334 #, no-wrap msgid "" "Set HDEF layout-it to 387:\n" @@ -1367,14 +1431,14 @@ "183 (0x83, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx388_title" -#: Resources/templates/Localizable.strings:318 -#: Resources/templates/Localizable.strings:424 +#: Resources/templates/Localizable.strings:337 +#: Resources/templates/Localizable.strings:443 #, no-wrap msgid "LayoutID=388" msgstr "LayoutID=388" #. type: "HDEFLayoutIDx388_description" -#: Resources/templates/Localizable.strings:319 +#: Resources/templates/Localizable.strings:338 #, no-wrap msgid "" "Set HDEF layout-it to 388:\n" @@ -1384,14 +1448,14 @@ "184 (0x84, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx389_title" -#: Resources/templates/Localizable.strings:322 -#: Resources/templates/Localizable.strings:428 +#: Resources/templates/Localizable.strings:341 +#: Resources/templates/Localizable.strings:447 #, no-wrap msgid "LayoutID=389" msgstr "LayoutID=389" #. type: "HDEFLayoutIDx389_description" -#: Resources/templates/Localizable.strings:323 +#: Resources/templates/Localizable.strings:342 #, no-wrap msgid "" "Set HDEF layout-it to 389:\n" @@ -1401,14 +1465,14 @@ "185 (0x85, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx392_title" -#: Resources/templates/Localizable.strings:326 -#: Resources/templates/Localizable.strings:432 +#: Resources/templates/Localizable.strings:345 +#: Resources/templates/Localizable.strings:451 #, no-wrap msgid "LayoutID=392" msgstr "LayoutID=392" #. type: "HDEFLayoutIDx392_description" -#: Resources/templates/Localizable.strings:327 +#: Resources/templates/Localizable.strings:346 #, no-wrap msgid "" "Set HDEF layout-it to 392:\n" @@ -1418,14 +1482,14 @@ "188 (0x88, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx398_title" -#: Resources/templates/Localizable.strings:330 -#: Resources/templates/Localizable.strings:436 +#: Resources/templates/Localizable.strings:349 +#: Resources/templates/Localizable.strings:455 #, no-wrap msgid "LayoutID=398" msgstr "LayoutID=398" #. type: "HDEFLayoutIDx398_description" -#: Resources/templates/Localizable.strings:331 +#: Resources/templates/Localizable.strings:350 #, no-wrap msgid "" "Set HDEF layout-it to 398:\n" @@ -1435,14 +1499,14 @@ "18E (0x8E, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx662_title" -#: Resources/templates/Localizable.strings:334 -#: Resources/templates/Localizable.strings:440 +#: Resources/templates/Localizable.strings:353 +#: Resources/templates/Localizable.strings:459 #, no-wrap msgid "LayoutID=662" msgstr "LayoutID=662" #. type: "HDEFLayoutIDx662_description" -#: Resources/templates/Localizable.strings:335 +#: Resources/templates/Localizable.strings:354 #, no-wrap msgid "" "Set HDEF layout-it to 662:\n" @@ -1452,14 +1516,14 @@ "296 (0x96, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx663_title" -#: Resources/templates/Localizable.strings:338 -#: Resources/templates/Localizable.strings:444 +#: Resources/templates/Localizable.strings:357 +#: Resources/templates/Localizable.strings:463 #, no-wrap msgid "LayoutID=663" msgstr "LayoutID=663" #. type: "HDEFLayoutIDx663_description" -#: Resources/templates/Localizable.strings:339 +#: Resources/templates/Localizable.strings:358 #, no-wrap msgid "" "Set HDEF layout-it to 663:\n" @@ -1469,14 +1533,14 @@ "297 (0x97, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx664_title" -#: Resources/templates/Localizable.strings:342 -#: Resources/templates/Localizable.strings:448 +#: Resources/templates/Localizable.strings:361 +#: Resources/templates/Localizable.strings:467 #, no-wrap msgid "LayoutID=664" msgstr "LayoutID=664" #. type: "HDEFLayoutIDx664_description" -#: Resources/templates/Localizable.strings:343 +#: Resources/templates/Localizable.strings:362 #, no-wrap msgid "" "Set HDEF layout-it to 664:\n" @@ -1486,14 +1550,14 @@ "298 (0x98, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx885_title" -#: Resources/templates/Localizable.strings:346 -#: Resources/templates/Localizable.strings:452 +#: Resources/templates/Localizable.strings:365 +#: Resources/templates/Localizable.strings:471 #, no-wrap msgid "LayoutID=885" msgstr "LayoutID=885" #. type: "HDEFLayoutIDx885_description" -#: Resources/templates/Localizable.strings:347 +#: Resources/templates/Localizable.strings:366 #, no-wrap msgid "" "Set HDEF layout-it to 885:\n" @@ -1503,14 +1567,14 @@ "375 (0x75, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx887_title" -#: Resources/templates/Localizable.strings:350 -#: Resources/templates/Localizable.strings:456 +#: Resources/templates/Localizable.strings:369 +#: Resources/templates/Localizable.strings:475 #, no-wrap msgid "LayoutID=887" msgstr "LayoutID=887" #. type: "HDEFLayoutIDx887_description" -#: Resources/templates/Localizable.strings:351 +#: Resources/templates/Localizable.strings:370 #, no-wrap msgid "" "Set HDEF layout-it to 887:\n" @@ -1520,14 +1584,14 @@ "377 (0x77, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx888_title" -#: Resources/templates/Localizable.strings:354 -#: Resources/templates/Localizable.strings:460 +#: Resources/templates/Localizable.strings:373 +#: Resources/templates/Localizable.strings:479 #, no-wrap msgid "LayoutID=888" msgstr "LayoutID=888" #. type: "HDEFLayoutIDx888_description" -#: Resources/templates/Localizable.strings:355 +#: Resources/templates/Localizable.strings:374 #, no-wrap msgid "" "Set HDEF layout-it to 888:\n" @@ -1537,14 +1601,14 @@ "378 (0x78, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx889_title" -#: Resources/templates/Localizable.strings:358 -#: Resources/templates/Localizable.strings:464 +#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:483 #, no-wrap msgid "LayoutID=889" msgstr "LayoutID=889" #. type: "HDEFLayoutIDx889_description" -#: Resources/templates/Localizable.strings:359 +#: Resources/templates/Localizable.strings:378 #, no-wrap msgid "" "Set HDEF layout-it to 889:\n" @@ -1554,14 +1618,14 @@ "379 (0x79, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx892_title" -#: Resources/templates/Localizable.strings:362 -#: Resources/templates/Localizable.strings:468 +#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:487 #, no-wrap msgid "LayoutID=892" msgstr "LayoutID=892" #. type: "HDEFLayoutIDx892_description" -#: Resources/templates/Localizable.strings:363 +#: Resources/templates/Localizable.strings:382 #, no-wrap msgid "" "Set HDEF layout-it to 892:\n" @@ -1571,14 +1635,14 @@ "37C (0x7C, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx898_title" -#: Resources/templates/Localizable.strings:366 -#: Resources/templates/Localizable.strings:472 +#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:491 #, no-wrap msgid "LayoutID=898" msgstr "LayoutID=898" #. type: "HDEFLayoutIDx898_description" -#: Resources/templates/Localizable.strings:367 +#: Resources/templates/Localizable.strings:386 #, no-wrap msgid "" "Set HDEF layout-it to 898:\n" @@ -1588,14 +1652,14 @@ "382 (0x82, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDxBD7_title" -#: Resources/templates/Localizable.strings:370 -#: Resources/templates/Localizable.strings:476 +#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:495 #, no-wrap msgid "LayoutID=1981" msgstr "LayoutID=1981" #. type: "HDEFLayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:371 +#: Resources/templates/Localizable.strings:390 #, no-wrap msgid "" "Set HDEF layout-it to 1981:\n" @@ -1605,7 +1669,7 @@ "7BD (0xBD, 0x07, 0x00, 0x00)." #. type: "HDAULayoutIDx01_description" -#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:396 #, no-wrap msgid "" "Set HDAU layout-it to 1:\n" @@ -1615,7 +1679,7 @@ "001 (0x01, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx02_description" -#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:400 #, no-wrap msgid "" "Set HDAU layout-it to 2:\n" @@ -1625,7 +1689,7 @@ "002 (0x02, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx03_description" -#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:404 #, no-wrap msgid "" "Set HDAU layout-it to 3:\n" @@ -1635,7 +1699,7 @@ "003 (0x03, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx05_description" -#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:408 #, no-wrap msgid "" "Set HDAU layout-it to 5:\n" @@ -1645,7 +1709,7 @@ "005 (0x05, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx07_description" -#: Resources/templates/Localizable.strings:393 +#: Resources/templates/Localizable.strings:412 #, no-wrap msgid "" "Set HDAU layout-it to 7:\n" @@ -1655,7 +1719,7 @@ "007 (0x07, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx12_description" -#: Resources/templates/Localizable.strings:397 +#: Resources/templates/Localizable.strings:416 #, no-wrap msgid "" "Set HDAU layout-it to 12:\n" @@ -1665,7 +1729,7 @@ "00C (0x0C, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx32_description" -#: Resources/templates/Localizable.strings:401 +#: Resources/templates/Localizable.strings:420 #, no-wrap msgid "" "Set HDAU layout-it to 32:\n" @@ -1675,7 +1739,7 @@ "020 (0x20, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx40_description" -#: Resources/templates/Localizable.strings:405 +#: Resources/templates/Localizable.strings:424 #, no-wrap msgid "" "Set HDAU layout-it to 40:\n" @@ -1685,7 +1749,7 @@ "028 (0x28, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx65_description" -#: Resources/templates/Localizable.strings:409 +#: Resources/templates/Localizable.strings:428 #, no-wrap msgid "" "Set HDAU layout-it to 65:\n" @@ -1695,7 +1759,7 @@ "041 (0x41, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx99_description" -#: Resources/templates/Localizable.strings:413 +#: Resources/templates/Localizable.strings:432 #, no-wrap msgid "" "Set HDAU layout-it to 99:\n" @@ -1705,7 +1769,7 @@ "063 (0x63, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx269_description" -#: Resources/templates/Localizable.strings:417 +#: Resources/templates/Localizable.strings:436 #, no-wrap msgid "" "Set HDAU layout-it to 269:\n" @@ -1715,7 +1779,7 @@ "10D (0x0D, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx387_description" -#: Resources/templates/Localizable.strings:421 +#: Resources/templates/Localizable.strings:440 #, no-wrap msgid "" "Set HDAU layout-it to 387:\n" @@ -1725,7 +1789,7 @@ "183 (0x83, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx388_description" -#: Resources/templates/Localizable.strings:425 +#: Resources/templates/Localizable.strings:444 #, no-wrap msgid "" "Set HDAU layout-it to 388:\n" @@ -1735,7 +1799,7 @@ "184 (0x84, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx389_description" -#: Resources/templates/Localizable.strings:429 +#: Resources/templates/Localizable.strings:448 #, no-wrap msgid "" "Set HDAU layout-it to 389:\n" @@ -1745,7 +1809,7 @@ "185 (0x85, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx392_description" -#: Resources/templates/Localizable.strings:433 +#: Resources/templates/Localizable.strings:452 #, no-wrap msgid "" "Set HDAU layout-it to 392:\n" @@ -1755,7 +1819,7 @@ "188 (0x88, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx398_description" -#: Resources/templates/Localizable.strings:437 +#: Resources/templates/Localizable.strings:456 #, no-wrap msgid "" "Set HDAU layout-it to 398:\n" @@ -1765,7 +1829,7 @@ "18E (0x8E, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx662_description" -#: Resources/templates/Localizable.strings:441 +#: Resources/templates/Localizable.strings:460 #, no-wrap msgid "" "Set HDAU layout-it to 662:\n" @@ -1775,7 +1839,7 @@ "296 (0x96, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx663_description" -#: Resources/templates/Localizable.strings:445 +#: Resources/templates/Localizable.strings:464 #, no-wrap msgid "" "Set HDAU layout-it to 663:\n" @@ -1785,7 +1849,7 @@ "297 (0x97, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx664_description" -#: Resources/templates/Localizable.strings:449 +#: Resources/templates/Localizable.strings:468 #, no-wrap msgid "" "Set HDAU layout-it to 664:\n" @@ -1795,7 +1859,7 @@ "298 (0x98, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx885_description" -#: Resources/templates/Localizable.strings:453 +#: Resources/templates/Localizable.strings:472 #, no-wrap msgid "" "Set HDAU layout-it to 885:\n" @@ -1805,7 +1869,7 @@ "885 (0x75, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx887_description" -#: Resources/templates/Localizable.strings:457 +#: Resources/templates/Localizable.strings:476 #, no-wrap msgid "" "Set HDAU layout-it to 887:\n" @@ -1815,7 +1879,7 @@ "377 (0x77, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx888_description" -#: Resources/templates/Localizable.strings:461 +#: Resources/templates/Localizable.strings:480 #, no-wrap msgid "" "Set HDAU layout-it to 888:\n" @@ -1825,7 +1889,7 @@ "378 (0x78, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx889_description" -#: Resources/templates/Localizable.strings:465 +#: Resources/templates/Localizable.strings:484 #, no-wrap msgid "" "Set HDAU layout-it to 889:\n" @@ -1835,7 +1899,7 @@ "379 (0x79, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx892_description" -#: Resources/templates/Localizable.strings:469 +#: Resources/templates/Localizable.strings:488 #, no-wrap msgid "" "Set HDAU layout-it to 892:\n" @@ -1845,7 +1909,7 @@ "37C (0x7C, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx898_description" -#: Resources/templates/Localizable.strings:473 +#: Resources/templates/Localizable.strings:492 #, no-wrap msgid "" "Set HDAU layout-it to 898:\n" @@ -1855,7 +1919,7 @@ "382 (0x82, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:477 +#: Resources/templates/Localizable.strings:496 #, no-wrap msgid "" "Set HDAU layout-it to 1981:\n" @@ -1865,613 +1929,613 @@ "07BD (0xBD, 0x07, 0x00, 0x00)." #. type: "IntelCaprix00_title" -#: Resources/templates/Localizable.strings:482 +#: Resources/templates/Localizable.strings:501 #, no-wrap msgid "01660000" msgstr "01660000" #. type: "IntelCaprix00_description" -#: Resources/templates/Localizable.strings:483 +#: Resources/templates/Localizable.strings:502 #, no-wrap msgid "Set 01660000 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Intel HD4000 (모바일) 의 AAPL,ig-platform-id로 01660000 설정." #. type: "IntelCaprix01_title" -#: Resources/templates/Localizable.strings:485 +#: Resources/templates/Localizable.strings:504 #, no-wrap msgid "01660001" msgstr "01660001" #. type: "IntelCaprix01_description" -#: Resources/templates/Localizable.strings:486 +#: Resources/templates/Localizable.strings:505 #, no-wrap msgid "Set 01660001 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Intel HD4000 (모바일) 의 AAPL,ig-platform-id로 01660001 설정." #. type: "IntelCaprix02_title" -#: Resources/templates/Localizable.strings:488 +#: Resources/templates/Localizable.strings:507 #, no-wrap msgid "01660002" msgstr "01660002" #. type: "IntelCaprix02_description" -#: Resources/templates/Localizable.strings:489 +#: Resources/templates/Localizable.strings:508 #, no-wrap msgid "Set 01660002 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Intel HD4000 (Mobile) AAPL 를 위해 ig-platform-id를 01660002로 설정." #. type: "IntelCaprix03_title" -#: Resources/templates/Localizable.strings:491 +#: Resources/templates/Localizable.strings:510 #, no-wrap msgid "01660003" msgstr "01660003" #. type: "IntelCaprix03_description" -#: Resources/templates/Localizable.strings:492 +#: Resources/templates/Localizable.strings:511 #, no-wrap msgid "Set 01660003 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Intel HD4000 (Mobile) AAPL 를 위해 ig-platform-id를 01660003로 설정." #. type: "IntelCaprix04_title" -#: Resources/templates/Localizable.strings:494 +#: Resources/templates/Localizable.strings:513 #, no-wrap msgid "01660004" msgstr "01660004" #. type: "IntelCaprix04_description" -#: Resources/templates/Localizable.strings:495 +#: Resources/templates/Localizable.strings:514 #, no-wrap msgid "Set 01660004 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Intel HD4000 (Mobile) AAPL 를 위해 ig-platform-id를 01660004로 설정." #. type: "IntelCaprix05_title" -#: Resources/templates/Localizable.strings:497 +#: Resources/templates/Localizable.strings:516 #, no-wrap msgid "01620005" msgstr "01620005" #. type: "IntelCaprix05_description" -#: Resources/templates/Localizable.strings:498 +#: Resources/templates/Localizable.strings:517 #, no-wrap msgid "Set 01620005 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "Intel HD4000 (모바일) 의 AAPL,ig-platform-id로 01620005 설정." #. type: "IntelCaprix06_title" -#: Resources/templates/Localizable.strings:500 +#: Resources/templates/Localizable.strings:519 #, no-wrap msgid "01620006" msgstr "01620006" #. type: "IntelCaprix06_description" -#: Resources/templates/Localizable.strings:501 +#: Resources/templates/Localizable.strings:520 #, no-wrap msgid "Set 01620006 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "Intel HD4000 (모바일) 의 AAPL,ig-platform-id로 01620006 설정." #. type: "IntelCaprix07_title" -#: Resources/templates/Localizable.strings:503 +#: Resources/templates/Localizable.strings:522 #, no-wrap msgid "01620007" msgstr "01620007" #. type: "IntelCaprix07_description" -#: Resources/templates/Localizable.strings:504 +#: Resources/templates/Localizable.strings:523 #, no-wrap msgid "Set 01620007 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "Intel HD4000 (데스크톱) 의 AAPL,ig-platform-id로 01620007 설정." #. type: "IntelCaprix08_title" -#: Resources/templates/Localizable.strings:506 +#: Resources/templates/Localizable.strings:525 #, no-wrap msgid "01660008" msgstr "01660008" #. type: "IntelCaprix08_description" -#: Resources/templates/Localizable.strings:507 +#: Resources/templates/Localizable.strings:526 #, no-wrap msgid "Set 01660008 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Intel HD4000 (모바일) 의 AAPL,ig-platform-id로 01660008 설정." #. type: "IntelCaprix09_title" -#: Resources/templates/Localizable.strings:509 +#: Resources/templates/Localizable.strings:528 #, no-wrap msgid "01660009" msgstr "01660009" #. type: "IntelCaprix09_description" -#: Resources/templates/Localizable.strings:510 +#: Resources/templates/Localizable.strings:529 #, no-wrap msgid "Set 01660009 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Intel HD4000 (Mobile) AAPL 를 위해 ig-platform-id를 01660009로 설정." #. type: "IntelCaprix10_title" -#: Resources/templates/Localizable.strings:512 +#: Resources/templates/Localizable.strings:531 #, no-wrap msgid "0166000a" msgstr "0166000a" #. type: "IntelCaprix10_description" -#: Resources/templates/Localizable.strings:513 +#: Resources/templates/Localizable.strings:532 #, no-wrap msgid "Set 0166000a for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Intel HD4000 (Mobile) AAPL 를 위해 ig-platform-id를 0166000a로 설정." #. type: "IntelCaprix11_title" -#: Resources/templates/Localizable.strings:515 +#: Resources/templates/Localizable.strings:534 #, no-wrap msgid "0166000b" msgstr "0166000b" #. type: "IntelCaprix11_description" -#: Resources/templates/Localizable.strings:516 +#: Resources/templates/Localizable.strings:535 #, no-wrap msgid "Set 0166000b for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Intel HD4000 (모바일) 의 AAPL,ig-platform-id로 0166000b 설정." #. type: "IntelAzulx00_title" -#: Resources/templates/Localizable.strings:520 +#: Resources/templates/Localizable.strings:539 #, no-wrap msgid "00000604" msgstr "00000604" #. type: "IntelAzulx00_description" -#: Resources/templates/Localizable.strings:521 +#: Resources/templates/Localizable.strings:540 #, no-wrap msgid "Set 00000604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Intel Haswell (모바일) 의 AAPL,ig-platform-id로 00000604설정." #. type: "IntelAzulx01_title" -#: Resources/templates/Localizable.strings:523 +#: Resources/templates/Localizable.strings:542 #, no-wrap msgid "0000060c" msgstr "0000060c" #. type: "IntelAzulx01_description" -#: Resources/templates/Localizable.strings:524 +#: Resources/templates/Localizable.strings:543 #, no-wrap msgid "Set 0000060c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Intel Haswell (모바일) 의 AAPL,ig-platform-id로 0000060c 설정." #. type: "IntelAzulx02_title" -#: Resources/templates/Localizable.strings:526 +#: Resources/templates/Localizable.strings:545 #, no-wrap msgid "00001604" msgstr "00001604" #. type: "IntelAzulx02_description" -#: Resources/templates/Localizable.strings:527 +#: Resources/templates/Localizable.strings:546 #, no-wrap msgid "Set 00001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Intel Haswell (Mobile) AAPL, ig-platform-id를 00001604 로 설정." #. type: "IntelAzulx03_title" -#: Resources/templates/Localizable.strings:529 +#: Resources/templates/Localizable.strings:548 #, no-wrap msgid "0000160a" msgstr "0000160a" #. type: "IntelAzulx03_description" -#: Resources/templates/Localizable.strings:530 +#: Resources/templates/Localizable.strings:549 #, no-wrap msgid "Set 0000160a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Intel Haswell (Mobile) AAPL 를 위해 ig-platform-id를 0000160a로 설정." #. type: "IntelAzulx04_title" -#: Resources/templates/Localizable.strings:532 +#: Resources/templates/Localizable.strings:551 #, no-wrap msgid "0000160c" msgstr "0000160c" #. type: "IntelAzulx04_description" -#: Resources/templates/Localizable.strings:533 +#: Resources/templates/Localizable.strings:552 #, no-wrap msgid "Set 0000160c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Intel Haswell (모바일) 의 AAPL,ig-platform-id로 0000160c 설정." #. type: "IntelAzulx05_title" -#: Resources/templates/Localizable.strings:535 +#: Resources/templates/Localizable.strings:554 #, no-wrap msgid "00002604" msgstr "00002604" #. type: "IntelAzulx05_description" -#: Resources/templates/Localizable.strings:536 +#: Resources/templates/Localizable.strings:555 #, no-wrap msgid "Set 00002604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Intel Haswell (Mobile) AAPL 를 위해 ig-platform-id를 00002604 로 설정." #. type: "IntelAzulx06_title" -#: Resources/templates/Localizable.strings:538 +#: Resources/templates/Localizable.strings:557 #, no-wrap msgid "0000260a" msgstr "0000260a" #. type: "IntelAzulx06_description" -#: Resources/templates/Localizable.strings:539 +#: Resources/templates/Localizable.strings:558 #, no-wrap msgid "Set 0000260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Intel Haswell (Mobile) AAPL 를 위해 ig-platform-id를 0000260a 로 설정." #. type: "IntelAzulx07_title" -#: Resources/templates/Localizable.strings:541 +#: Resources/templates/Localizable.strings:560 #, no-wrap msgid "0000260c" msgstr "0000260c" #. type: "IntelAzulx07_description" -#: Resources/templates/Localizable.strings:542 +#: Resources/templates/Localizable.strings:561 #, no-wrap msgid "Set 0600260c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Intel Haswell (Mobile) AAPL 를 위해 ig-platform-id를 0600260c 로 설정." #. type: "IntelAzulx08_title" -#: Resources/templates/Localizable.strings:544 +#: Resources/templates/Localizable.strings:563 #, no-wrap msgid "0000260d" msgstr "0000260d" #. type: "IntelAzulx08_description" -#: Resources/templates/Localizable.strings:545 +#: Resources/templates/Localizable.strings:564 #, no-wrap msgid "Set 0000260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Intel Haswell (모바일) 의 AAPL,ig-platform-id로 0000260d 설정." #. type: "IntelAzulx09_title" -#: Resources/templates/Localizable.strings:547 +#: Resources/templates/Localizable.strings:566 #, no-wrap msgid "02001604" msgstr "02001604" #. type: "IntelAzulx09_description" -#: Resources/templates/Localizable.strings:548 +#: Resources/templates/Localizable.strings:567 #, no-wrap msgid "Set 02001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Intel Haswell (Mobile) AAPL 를 위해 ig-platform-id를 02001604 로 설정." #. type: "IntelAzulx10_title" -#: Resources/templates/Localizable.strings:550 +#: Resources/templates/Localizable.strings:569 #, no-wrap msgid "0300220d" msgstr "0300220d" #. type: "IntelAzulx10_description" -#: Resources/templates/Localizable.strings:551 +#: Resources/templates/Localizable.strings:570 #, no-wrap msgid "Set 0300220d for Intel Haswell (Desktop) AAPL,ig-platform-id." msgstr "Intel Haswell (데스크톱) 의 AAPL,ig-platform-id로 0300220d 설정." #. type: "IntelAzulx11_title" -#: Resources/templates/Localizable.strings:553 +#: Resources/templates/Localizable.strings:572 #, no-wrap msgid "0500260a" msgstr "0500260a" #. type: "IntelAzulx11_description" -#: Resources/templates/Localizable.strings:554 +#: Resources/templates/Localizable.strings:573 #, no-wrap msgid "Set 0500260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Intel Haswell (모바일) AAPL 를 위해 ig-platform-id를 0500260a 로 설정." #. type: "IntelAzulx12_title" -#: Resources/templates/Localizable.strings:556 +#: Resources/templates/Localizable.strings:575 #, no-wrap msgid "0600260a" msgstr "0600260a" #. type: "IntelAzulx12_description" -#: Resources/templates/Localizable.strings:557 +#: Resources/templates/Localizable.strings:576 #, no-wrap msgid "Set 0600260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Intel Haswell (Mobile) AAPL 를 위해 ig-platform-id를 0600260a 로 설정." #. type: "IntelAzulx13_title" -#: Resources/templates/Localizable.strings:559 +#: Resources/templates/Localizable.strings:578 #, no-wrap msgid "0700260d" msgstr "0700260d" #. type: "IntelAzulx13_description" -#: Resources/templates/Localizable.strings:560 +#: Resources/templates/Localizable.strings:579 #, no-wrap msgid "Set 0700260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Intel Haswell (모바일) 의 AAPL,ig-platform-id로 0700260d설정." #. type: "IntelAzulx14_title" -#: Resources/templates/Localizable.strings:562 +#: Resources/templates/Localizable.strings:581 #, no-wrap msgid "0800260a" msgstr "0800260a" #. type: "IntelAzulx14_description" -#: Resources/templates/Localizable.strings:563 +#: Resources/templates/Localizable.strings:582 #, no-wrap msgid "Set 0800260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Intel Haswell (Mobile) AAPL 를 위해 ig-platform-id를 0800260a로 설정." #. type: "IntelAzulx15_title" -#: Resources/templates/Localizable.strings:565 +#: Resources/templates/Localizable.strings:584 #, no-wrap msgid "08002e0a" msgstr "08002e0a" #. type: "IntelAzulx15_description" -#: Resources/templates/Localizable.strings:566 +#: Resources/templates/Localizable.strings:585 #, no-wrap msgid "Set 08002e0a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Intel Haswell (Mobile) AAPL 를 위해 ig-platform-id를 08002e0a 로 설정." #. type: "AD2000B_PinConf_title" -#: Resources/templates/Localizable.strings:570 +#: Resources/templates/Localizable.strings:589 #, no-wrap msgid "AD2000b" msgstr "AD2000b" #. type: "AD2000B_PinConf_description" -#: Resources/templates/Localizable.strings:571 +#: Resources/templates/Localizable.strings:590 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD2000b." msgstr "아날로그 장치 AD2000b 를 위해 HDEF PinConfiguration 설정." #. type: "AD1981HD_PinConf_title" -#: Resources/templates/Localizable.strings:573 +#: Resources/templates/Localizable.strings:592 #, no-wrap msgid "AD1981HD" msgstr "AD1981HD" #. type: "AD1981HD_PinConf_description" -#: Resources/templates/Localizable.strings:574 +#: Resources/templates/Localizable.strings:593 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1981HD." msgstr "아날로그 장치 AD1981HD 를 위해 HDEF PinConfiguration 설정." #. type: "AD1988B_PinConf_title" -#: Resources/templates/Localizable.strings:576 +#: Resources/templates/Localizable.strings:595 #, no-wrap msgid "AD1988b" msgstr "AD1988b" #. type: "AD1988B_PinConf_description" -#: Resources/templates/Localizable.strings:577 +#: Resources/templates/Localizable.strings:596 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1988b." msgstr "아날로그 장치 AD1988b 를 위해 HDEF PinConfiguration 설정." #. type: "ALC888_PinConf_title" -#: Resources/templates/Localizable.strings:579 +#: Resources/templates/Localizable.strings:598 #, no-wrap msgid "ALC888" msgstr "ALC888" #. type: "ALC888_PinConf_description" -#: Resources/templates/Localizable.strings:580 +#: Resources/templates/Localizable.strings:599 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC888." msgstr "Realtek ALC888 을 위해 HDEF PinConfiguration 설정." #. type: "ALC1200_PinConf_title" -#: Resources/templates/Localizable.strings:582 +#: Resources/templates/Localizable.strings:601 #, no-wrap msgid "ALC1200" msgstr "ALC1200" #. type: "ALC1200_PinConf_description" -#: Resources/templates/Localizable.strings:583 +#: Resources/templates/Localizable.strings:602 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC1200." msgstr "Realtek ALC1200 를 위해 HDEF PinConfiguration 설정." #. type: "00_PinConf_title" -#: Resources/templates/Localizable.strings:585 +#: Resources/templates/Localizable.strings:604 #, no-wrap msgid "00" msgstr "00" #. type: "00_PinConf_description" -#: Resources/templates/Localizable.strings:586 +#: Resources/templates/Localizable.strings:605 #, no-wrap msgid "Set HDEF PinConfiguration for ???." msgstr "???를 위한 HDEF PinConfiguration 설정." #. type: "GraphicsEnabler_title" -#: Resources/templates/Localizable.strings:590 +#: Resources/templates/Localizable.strings:609 #, no-wrap msgid "GraphicsEnabler=Yes" msgstr "그래픽활성화(GraphicsEnabler=Yes)" #. type: "GraphicsEnabler_description" -#: Resources/templates/Localizable.strings:591 +#: Resources/templates/Localizable.strings:610 #, no-wrap msgid "Enables the option to autodetect NVIDIA, AMD/ATI or Intel based GPUs and inject the correct info." msgstr "NVIDIA, AMD/ATI 또는 Intel GPU 기반의 그래픽카드를 자동 탐색하여 OS X에서 인식할 수 있게 잡아줍니다." #. type: "EnableHDMIAudio_title" -#: Resources/templates/Localizable.strings:593 +#: Resources/templates/Localizable.strings:612 #, no-wrap msgid "EnableHDMIAudio=Yes" msgstr "HDMIAudio활성화(EnableHDMIAudio=Yes)" #. type: "EnableHDMIAudio_description" -#: Resources/templates/Localizable.strings:594 +#: Resources/templates/Localizable.strings:613 #, no-wrap msgid "Inject HDMi audio for NVIDIA or AMD/ATI." msgstr "NVIDIA 또는 AMD/ATI를 위한 HDMI 오디오 Inject" #. type: "UseIntelHDMI_title" -#: Resources/templates/Localizable.strings:596 +#: Resources/templates/Localizable.strings:615 #, no-wrap msgid "UseIntelHDMI=Yes" msgstr "" #. type: "UseIntelHDMI_description" -#: Resources/templates/Localizable.strings:597 +#: Resources/templates/Localizable.strings:616 #, no-wrap msgid "If YES, hda-gfx=onboard-1 will be injected into the GFX0 and HDEF devices. Also, if an ATI or Nvidia HDMI device is present, they'll be assigned to onboard-2. If NO, then ATI or Nvidia devices will get onboard-1 as well as the HDAU device if present." msgstr "" #. type: "UseAtiROM_title" -#: Resources/templates/Localizable.strings:599 +#: Resources/templates/Localizable.strings:618 #, no-wrap msgid "UseAtiROM=Yes" msgstr "커스텀ATi롬 사용(UseAtiROM=Yes)" #. type: "UseAtiROM_description" -#: Resources/templates/Localizable.strings:600 +#: Resources/templates/Localizable.strings:619 #, no-wrap msgid "Enables UseAtiROM options." msgstr "Extra폴더안에 있는 ATi롬 파일을 그래픽 카드 롬 대신 사용합니다." #. type: "UseNvidiaROM_title" -#: Resources/templates/Localizable.strings:602 +#: Resources/templates/Localizable.strings:621 #, no-wrap msgid "UseNvidiaROM=Yes" msgstr "커스텀Nvidia롬 사용(UseNvidiaROM=Yes)" #. type: "UseNvidiaROM_description" -#: Resources/templates/Localizable.strings:603 +#: Resources/templates/Localizable.strings:622 #, no-wrap msgid "Enables UseNvidiaROM options." msgstr "Extra폴더안에 있는 Nvidia롬 파일을 그래픽 카드 롬 대신 사용합니다." #. type: "VBIOS_title" -#: Resources/templates/Localizable.strings:605 +#: Resources/templates/Localizable.strings:624 #, no-wrap msgid "VBIOS=Yes" msgstr "VBIOS 인식(VBIOS=Yes)" #. type: "VBIOS_description" -#: Resources/templates/Localizable.strings:606 +#: Resources/templates/Localizable.strings:625 #, no-wrap msgid "Enables VBIOS option" msgstr "VBIOS를 device-properties에 넣어줌" #. type: "SkipIntelGfx_title" -#: Resources/templates/Localizable.strings:608 +#: Resources/templates/Localizable.strings:627 #, no-wrap msgid "SkipIntelGfx=Yes" msgstr "SkipIntelGfx=Yes" #. type: "SkipIntelGfx_description" -#: Resources/templates/Localizable.strings:609 +#: Resources/templates/Localizable.strings:628 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for Intel based GPUs." msgstr "인텔 GPU를 위한 GraphicsEnabler 자동 인식을 건너뜁니다." #. type: "SkipNvidiaGfx_title" -#: Resources/templates/Localizable.strings:611 +#: Resources/templates/Localizable.strings:630 #, no-wrap msgid "SkipNvidiaGfx=Yes" msgstr "SkipNvidiaGfx=Yes" #. type: "SkipNvidiaGfx_description" -#: Resources/templates/Localizable.strings:612 +#: Resources/templates/Localizable.strings:631 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for NVIDIA based GPUs." msgstr "NVIDIA 기반의 GPUs GraphicsEnabler 자동 인식을 건너뜁니다." #. type: "SkipAtiGfx_title" -#: Resources/templates/Localizable.strings:614 +#: Resources/templates/Localizable.strings:633 #, no-wrap msgid "SkipAtiGfx=Yes" msgstr "SkipAtiGfx=Yes" #. type: "SkipAtiGfx_description" -#: Resources/templates/Localizable.strings:615 +#: Resources/templates/Localizable.strings:634 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for AMD/ATI based GPUs." msgstr "AMD/ATI 기반의 GPUs GraphicsEnabler 자동 인식을 건너뜁니다." #. type: "EnableBacklight_title" -#: Resources/templates/Localizable.strings:617 +#: Resources/templates/Localizable.strings:636 #, no-wrap msgid "EnableBacklight=Yes" msgstr "EnableBacklight=Yes" #. type: "EnableBacklight_description" -#: Resources/templates/Localizable.strings:618 +#: Resources/templates/Localizable.strings:637 #, no-wrap msgid "Enables Backlight options for laptop with nVidia cards." msgstr "nVidia 카드 기반 노트북에 백라이트 옵션을 활성화합니다." #. type: "EnableDualLink_title" -#: Resources/templates/Localizable.strings:620 +#: Resources/templates/Localizable.strings:639 #, no-wrap msgid "EnableDualLink=Yes" msgstr "EnableDualLink=Yes" #. type: "EnableDualLink_description" -#: Resources/templates/Localizable.strings:621 +#: Resources/templates/Localizable.strings:640 #, no-wrap msgid "Enables DualLink options for nVidia and ATi cards." msgstr "nVidia 또는 ATi 카드용 DualLink 옵션 활성화" #. type: "NvidiaGeneric_title" -#: Resources/templates/Localizable.strings:623 +#: Resources/templates/Localizable.strings:642 #, no-wrap msgid "NvidiaGeneric=Yes" msgstr "NvidiaGeneric=Yes" #. type: "NvidiaGeneric_description" -#: Resources/templates/Localizable.strings:624 +#: Resources/templates/Localizable.strings:643 #, no-wrap msgid "Use the classic Nvidia name for the SystemProfiler (disabled by default)." msgstr "SystemProfiler에 기존 nVidia 이름 사용(기본적으로 비활성화되어있음)." #. type: "Verbose_title" -#: Resources/templates/Localizable.strings:630 +#: Resources/templates/Localizable.strings:649 #, no-wrap msgid "Verbose Mode" msgstr "부팅 로그 표시(상세 모드 aka, verbose mode)" #. type: "Verbose_description" -#: Resources/templates/Localizable.strings:631 +#: Resources/templates/Localizable.strings:650 #, no-wrap msgid "Turns on verbose logging and allows you to see messages from both Chameleon and the OS X kernel at boot time. Essential for troubleshooting." msgstr "선택 시 사용자가 카멜레온과 OS X 커널 메세지를 실시간으로 보게 합니다. 부팅 스크린이 비활성화되며 콘솔에 커널 로그를 남깁니다. 문제 해결에 필수 요소." #. type: "Singleusermode_title" -#: Resources/templates/Localizable.strings:633 +#: Resources/templates/Localizable.strings:652 #, no-wrap msgid "Single User Mode" msgstr "단일 사용자 모드" #. type: "Singleusermode_description" -#: Resources/templates/Localizable.strings:634 +#: Resources/templates/Localizable.strings:653 #, no-wrap msgid "A troubleshooting option used for booting into OS X's BSD/Unix command line." msgstr "문제 해결을 위한 옵션으로, 선택 시 OS X의 BSD/UNIX 커맨드 라인으로 부팅합니다." #. type: "Ignorecaches_title" -#: Resources/templates/Localizable.strings:636 +#: Resources/templates/Localizable.strings:655 #, no-wrap msgid "Ignore Caches" msgstr "캐시 무시" #. type: "Ignorecaches_description" -#: Resources/templates/Localizable.strings:637 +#: Resources/templates/Localizable.strings:656 #, no-wrap msgid "Not an option that's needed for everyday booting, but it can be useful if you want OS X to load all files from it's system folders, rather than relying on it's pre-built caches." msgstr "선택 시 커널이 이전에 저장된 캐시를 무시하고 모든 파일들을 시스템 폴더로부터 로드 합니다." #. type: "Npci_title" -#: Resources/templates/Localizable.strings:639 +#: Resources/templates/Localizable.strings:658 #, no-wrap msgid "npci=0x2000" msgstr "npci=0x2000" #. type: "Npci_description" -#: Resources/templates/Localizable.strings:640 +#: Resources/templates/Localizable.strings:659 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x2000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "몇몇 시스템에서 볼 수 있는 'PCI configurationbegin'과 함께 나타나는 멈춤 현상을 고치는 대 쓰입니다. IOPCIFamily 소스 코드에서 볼 수 있는 0x2000은 kIOPCIConfiguratorPFM64 플래그입니다." #. type: "Npci3_title" -#: Resources/templates/Localizable.strings:642 +#: Resources/templates/Localizable.strings:661 #, no-wrap msgid "npci=0x3000" msgstr "npci=0x3000" #. type: "Npci3_description" -#: Resources/templates/Localizable.strings:643 +#: Resources/templates/Localizable.strings:662 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x3000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "" @@ -2480,13 +2544,13 @@ "bcc9님이 찾아주셨습니다." #. type: "WaitingRootDevice_title" -#: Resources/templates/Localizable.strings:645 +#: Resources/templates/Localizable.strings:664 #, no-wrap msgid "ahcidisk=1 debug=8" msgstr "ahcidisk=1 debug=8" #. type: "WaitingRootDevice_description" -#: Resources/templates/Localizable.strings:646 +#: Resources/templates/Localizable.strings:665 #, no-wrap msgid "" "Info here: Waiting for root device when kernel cache used only with some disks +FIX\n" @@ -2498,25 +2562,25 @@ "bcc9님이 찾아주셨니다." #. type: "Darkwake_title" -#: Resources/templates/Localizable.strings:650 +#: Resources/templates/Localizable.strings:669 #, no-wrap msgid "darkwake=0" msgstr "저전력 깨우기 끔(darkwake=0)" #. type: "Darkwake_description" -#: Resources/templates/Localizable.strings:651 +#: Resources/templates/Localizable.strings:670 #, no-wrap msgid "Lion only. Disables the 'low power wake' feature which can sometimes leave the screen black after wake from sleep." msgstr "Lion전용. 선택 시 잠자기 모드에서 깨어난 후 가끔 화면이 안 켜질 수 있는 '저전력 깨우기' 기능을 끕니다." #. type: "NvdaDrv1_title" -#: Resources/templates/Localizable.strings:653 +#: Resources/templates/Localizable.strings:672 #, no-wrap msgid "nvda_drv=1" msgstr "nvda_drv=1" #. type: "NvdaDrv1_description" -#: Resources/templates/Localizable.strings:654 +#: Resources/templates/Localizable.strings:673 #, no-wrap msgid "" "It introduces a new Preference Pane under System Preferences that allows you to enable the Nvidia Web Driver.\n" @@ -2530,25 +2594,25 @@ "기여: merklort, Rampage Dev." #. type: "kext-dev-mode1_title" -#: Resources/templates/Localizable.strings:659 +#: Resources/templates/Localizable.strings:678 #, no-wrap msgid "kext-dev-mode=1" msgstr "kext-dev-mode=1" #. type: "kext-dev-mode1_description" -#: Resources/templates/Localizable.strings:660 +#: Resources/templates/Localizable.strings:679 #, no-wrap msgid "In Yosemite Developer Previews, unsigned or improperly signed kexts will not be loaded. To use unsigned kexts during development, this strict check can be disabled by adding a 'kext-dev-mode=1' boot arg." msgstr "Yosemite DP에서는, 서명되지 않거나 부적절하게 서명되지 않은 kext는 로드되지 않습니다. 개발 중에 이러한 kext를 사용하고자 한다면, 이러한 강제적 확인은 'kext-dev-mode=1' 부트 아규먼트로 비활성화 될 수 있습니다." #. type: "Dart0_title" -#: Resources/templates/Localizable.strings:662 +#: Resources/templates/Localizable.strings:681 #, no-wrap msgid "dart=0" msgstr "dart=0" #. type: "Dart0_description" -#: Resources/templates/Localizable.strings:663 +#: Resources/templates/Localizable.strings:682 #, no-wrap msgid "" "Avoiding the DMAR processing causing by VT-d function in Osx (Virtualization).\n" @@ -2558,265 +2622,271 @@ "bcc9가 게제한 글 참조(영문): http://www.insanelymac.com/forum/topic/282989-vtd0-fault-after-1082-google-hasnt-heard-of-it-any-help/#entry1867000" #. type: "mac-de_title" -#: Resources/templates/Localizable.strings:670 +#: Resources/templates/Localizable.strings:689 #, no-wrap msgid "German Mac Keyboard" msgstr "독일어 맥 키보드" #. type: "mac-de_description" -#: Resources/templates/Localizable.strings:671 +#: Resources/templates/Localizable.strings:690 #, no-wrap msgid "Use the keyboard layout for a German Mac keyboard" msgstr "독일어 맥 키보드를 위한 키보드 레이아웃을 사용합니다." #. type: "mac-es_title" -#: Resources/templates/Localizable.strings:673 +#: Resources/templates/Localizable.strings:692 #, no-wrap msgid "Spanish Mac Keyboard" msgstr "스페인어 맥 키보드" #. type: "mac-es_description" -#: Resources/templates/Localizable.strings:674 +#: Resources/templates/Localizable.strings:693 #, no-wrap msgid "Use the keyboard layout for a Spanish Mac keyboard" msgstr "스페인어 맥 키보드를 위한 키보드 레이아웃을 사용합니다." #. type: "mac-fr_title" -#: Resources/templates/Localizable.strings:676 +#: Resources/templates/Localizable.strings:695 #, no-wrap msgid "French Mac Keyboard" msgstr "불어 맥 키보드" #. type: "mac-fr_description" -#: Resources/templates/Localizable.strings:677 +#: Resources/templates/Localizable.strings:696 #, no-wrap msgid "Use the keyboard layout for a French Mac keyboard" msgstr "불어 맥 키보드를 위한 키보드 레이아웃을 사용합니다." #. type: "mac-it_title" -#: Resources/templates/Localizable.strings:679 +#: Resources/templates/Localizable.strings:698 #, no-wrap msgid "Italian Mac Keyboard" msgstr "이탈리아어 맥 키보드" #. type: "mac-it_description" -#: Resources/templates/Localizable.strings:680 +#: Resources/templates/Localizable.strings:699 #, no-wrap msgid "Use the keyboard layout for an Italian Mac keyboard" msgstr "이탈리아어 맥 키보드를 위한 키보드 레이아웃을 사용합니다." #. type: "mac-se_title" -#: Resources/templates/Localizable.strings:682 +#: Resources/templates/Localizable.strings:701 #, no-wrap msgid "Swedish Mac Keyboard" msgstr "스웨덴어 맥 키보드" #. type: "mac-se_description" -#: Resources/templates/Localizable.strings:683 +#: Resources/templates/Localizable.strings:702 #, no-wrap msgid "Use the keyboard layout for a Swedish Mac keyboard" msgstr "스웨덴어 맥 키보드를 위한 키보드 레이아웃을 사용합니다." #. type: "pc-fr_title" -#: Resources/templates/Localizable.strings:685 +#: Resources/templates/Localizable.strings:704 #, no-wrap msgid "French PC Keyboard" msgstr "불어 PC 키보드" #. type: "pc-fr_description" -#: Resources/templates/Localizable.strings:686 +#: Resources/templates/Localizable.strings:705 #, no-wrap msgid "Use the keyboard layout for a French PC keyboard" msgstr "불어 PC 키보드를 위한 키보드 레이아웃을 사용합니다." #. type: "Embed_title" -#: Resources/templates/Localizable.strings:693 +#: Resources/templates/Localizable.strings:712 #, no-wrap msgid "Embed" msgstr "Embed" #. type: "Embed_description" -#: Resources/templates/Localizable.strings:694 +#: Resources/templates/Localizable.strings:713 #, no-wrap msgid "A smaller simple version of the new default theme used when building a version of Chameleon which requires an embedded theme." msgstr "Embedded 테마를 요구하는 카멜레온 버전을 제작할 때 사용되었던 새 기본 테마의 작고 심플한 버전입니다." #. type: "Legacy_title" -#: Resources/templates/Localizable.strings:696 +#: Resources/templates/Localizable.strings:715 #, no-wrap msgid "Legacy" msgstr "Legacy" #. type: "Legacy_description" -#: Resources/templates/Localizable.strings:697 +#: Resources/templates/Localizable.strings:716 #, no-wrap msgid "Chameleon's original default theme introduced for v2.0 RC1" msgstr "카멜레온 v2.0 RC1에서 소개된 오리지널 기본 테마입니다." +#. type: "Default_title" +#: Resources/templates/Localizable.strings:718 +#, no-wrap +msgid "Standard" +msgstr "일반" + #. type: "Default_description" -#: Resources/templates/Localizable.strings:700 +#: Resources/templates/Localizable.strings:719 #, no-wrap msgid "Chameleon default theme introduced for v2.0 RC5" msgstr "카멜레온 v2.0 RC5에서 소개된 오리지널 기본 테마입니다." #. type: "Bullet_title" -#: Resources/templates/Localizable.strings:702 +#: Resources/templates/Localizable.strings:721 #, no-wrap msgid "Bullet" msgstr "Bullet" #. type: "Bullet_description" -#: Resources/templates/Localizable.strings:703 +#: Resources/templates/Localizable.strings:722 #, no-wrap msgid "A lovely simple theme by NoSmokingBandit from April 2009." msgstr "보기좋고 심플한 NoSmokingBandit님의 테마, 2009년 4월 작품." #. type: "Audio_title" -#: Resources/templates/Localizable.strings:712 +#: Resources/templates/Localizable.strings:731 #, no-wrap msgid "Audio" msgstr "오디오" #. type: "Audio_description" -#: Resources/templates/Localizable.strings:713 +#: Resources/templates/Localizable.strings:732 #, no-wrap msgid "A selection of options that deal with audio." msgstr "오디오와 관련된 선택 옵션들입니다." #. type: "Control_title" -#: Resources/templates/Localizable.strings:716 +#: Resources/templates/Localizable.strings:735 #, no-wrap msgid "Control Options" msgstr "부팅 화면 조정" #. type: "Control_description" -#: Resources/templates/Localizable.strings:717 +#: Resources/templates/Localizable.strings:736 #, no-wrap msgid "Settings to control how Chameleon works." msgstr "전체적인 부팅 화면을 커스터마이징할 수 있습니다." #. type: "General_title" -#: Resources/templates/Localizable.strings:720 +#: Resources/templates/Localizable.strings:739 #, no-wrap msgid "General Options" msgstr "기본 기능 조정" #. type: "General_description" -#: Resources/templates/Localizable.strings:721 +#: Resources/templates/Localizable.strings:740 #, no-wrap msgid "Choose from a selection of base options." msgstr "부트로더에 포함된 기본 기능들을 켜고 끌 수 있습니다." #. type: "KernelFlags_title" -#: Resources/templates/Localizable.strings:724 +#: Resources/templates/Localizable.strings:743 #, no-wrap msgid "Kernel Flags" msgstr "커널 플래그(Kernel Flags)" #. type: "KernelFlags_description" -#: Resources/templates/Localizable.strings:725 +#: Resources/templates/Localizable.strings:744 #, no-wrap msgid "Choose from a selection of kernel flags." msgstr "OS X 부팅 시 사용되는 커널 플래그를 정합니다." #. type: "PowerManagement_title" -#: Resources/templates/Localizable.strings:728 +#: Resources/templates/Localizable.strings:747 #, no-wrap msgid "Power Management" msgstr "전원 관리" #. type: "PowerManagement_description" -#: Resources/templates/Localizable.strings:729 +#: Resources/templates/Localizable.strings:748 #, no-wrap msgid "A selection of options that deal with power management and speedstep." msgstr "Intel SpeedStep과 전원 관리에 사용되는 데이터를 부트로더가 자동으로 찾아주는 옵션들입니다." #. type: "Resolution_description" -#: Resources/templates/Localizable.strings:733 +#: Resources/templates/Localizable.strings:752 #, no-wrap msgid "Set one resolution to use." msgstr "부팅 시 사용될 한 해상도를 선택하거나 고르지 않으려면 선택 안함을 선택하세요." #. type: "HDEFLayout_title" -#: Resources/templates/Localizable.strings:736 +#: Resources/templates/Localizable.strings:755 #, no-wrap msgid "HDEF Layout" msgstr "HDEF Layout" #. type: "HDEFLayout_description" -#: Resources/templates/Localizable.strings:737 +#: Resources/templates/Localizable.strings:756 #, no-wrap msgid "Set one HDEF Layout ID to use for your HDA controller." msgstr "HDA 컨트롤러 사용을 위한 HDEF Layout ID 설정." #. type: "HDAULayout_title" -#: Resources/templates/Localizable.strings:740 +#: Resources/templates/Localizable.strings:759 #, no-wrap msgid "HDAU Layout" msgstr "HDAU Layout" #. type: "HDAULayout_description" -#: Resources/templates/Localizable.strings:741 +#: Resources/templates/Localizable.strings:760 #, no-wrap msgid "Set one HDAU Layout ID to use for your HDMi controller." msgstr "HDMi 컨트롤러 사용을 위한 HDAU Layout ID 설정." #. type: "IntelCapri_title" -#: Resources/templates/Localizable.strings:744 +#: Resources/templates/Localizable.strings:763 #, no-wrap msgid "Intel Capri AAPL,ig-platform-id" msgstr "Intel Capri AAPL,ig-platform-id" #. type: "IntelCapri_description" -#: Resources/templates/Localizable.strings:745 +#: Resources/templates/Localizable.strings:764 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD4000." msgstr "Intel HD4000 을 위한 one AAPL,ig-platform-id 설정" #. type: "IntelAzul_title" -#: Resources/templates/Localizable.strings:748 +#: Resources/templates/Localizable.strings:767 #, no-wrap msgid "Intel Azul AAPL,ig-platform-id" msgstr "IIntel Azul AAPL,ig-platform-id" #. type: "IntelAzul_description" -#: Resources/templates/Localizable.strings:749 +#: Resources/templates/Localizable.strings:768 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD5000." msgstr "Intel HD5000 사용을 위해 AAPL,ig-platform-id 하나 설정" #. type: "HDEFPinConfiguration_title" -#: Resources/templates/Localizable.strings:752 +#: Resources/templates/Localizable.strings:771 #, no-wrap msgid "HDEF PinConfiguration" msgstr "HDEF PinConfiguration" #. type: "HDEFPinConfiguration_description" -#: Resources/templates/Localizable.strings:753 +#: Resources/templates/Localizable.strings:772 #, no-wrap msgid "Set one HDEF PinConfiguration to use." msgstr "사용할 HDEF PinConfiguration 설정" #. type: "Video_title" -#: Resources/templates/Localizable.strings:756 +#: Resources/templates/Localizable.strings:775 #, no-wrap msgid "Video" msgstr "그래픽" #. type: "Video_description" -#: Resources/templates/Localizable.strings:757 +#: Resources/templates/Localizable.strings:776 #, no-wrap msgid "A selection of options that deal with video." msgstr "그래픽 카드들과 관련된 옵션들입니다" #. type: "Keymaps_title" -#: Resources/templates/Localizable.strings:760 +#: Resources/templates/Localizable.strings:779 #, no-wrap msgid "KeyLayout" msgstr "키 레이아웃" #. type: "Keymaps_description" -#: Resources/templates/Localizable.strings:761 +#: Resources/templates/Localizable.strings:780 #, no-wrap msgid "Select one keylayout to use. This will also install the Keylayout module and keymaps." msgstr "" @@ -2824,13 +2894,13 @@ "선택 시 필요한 키 레이아웃 모듈과 키 맵을 추가로 설치합니다." #. type: "Themes_title" -#: Resources/templates/Localizable.strings:767 +#: Resources/templates/Localizable.strings:786 #, no-wrap msgid "Themes" msgstr "테마" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:768 +#: Resources/templates/Localizable.strings:787 #, no-wrap msgid "" "A collection of sample themes\n" @@ -2839,6 +2909,12 @@ "샘플 테마들을 모아놓았습니다. 더 많은 테마는 다음 주소에서 찾으실 수 있습니다: \n" "http://forum.voodooprojects.org/index.php/board,7.0.html" +#~ msgid "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" +#~ msgstr "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" + +#~ msgid "Chameleon" +#~ msgstr "카멜레온 부트로더" + #, fuzzy #~| msgid "Set 01660000 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." #~ msgid "Set 0000260c for Intel HD5000 (Mobile) AAPL,ig-platform-id." Index: branches/ErmaC/Enoch/package/po/hr.po =================================================================== --- branches/ErmaC/Enoch/package/po/hr.po (revision 2678) +++ branches/ErmaC/Enoch/package/po/hr.po (revision 2679) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Chameleon 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-13 18:09+0000\n" +"POT-Creation-Date: 2015-05-10 14:42+0200\n" "PO-Revision-Date: 2015-02-13 18:29-0000\n" "Last-Translator: Xpam.AmAdEuS \n" "Language-Team: hr \n" @@ -20,13 +20,15 @@ #. type: Content of:

#: Resources/templates/Welcome.html:22 -msgid "Chameleon" -msgstr "Chameleon" +msgid "Enoch" +msgstr "" #. type: Content of:

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

#: Resources/templates/Welcome.html:25 @@ -269,63 +271,125 @@ "boot1 (Na particiju za boot-sektor) za pronalaženje boot2.\n" "boot2 (Na particiju za root direktorij) za učitavanje Kernela itd." -#. type: "Default_title" +#. type: "BootNo_title" #: Resources/templates/Localizable.strings:25 -#: Resources/templates/Localizable.strings:699 #, no-wrap -msgid "Standard" -msgstr "Standard" +msgid "Don't install the Bootloader" +msgstr "Ne instaliraj Bootloader" -#. type: "Standard_description" +#. type: "BootNo_description" #: Resources/templates/Localizable.strings:26 #, no-wrap -msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." -msgstr "instalira Chameleon fajlove u početnu mapu diska (root) odabrane particije koristeći bilo boot0 ili boot0md u ovisnosti od vašeg sustava ne uništavajući bilo kakvu Winodws instalaciju ukoliko je imate instaliranu." +msgid "Useful if you only want to install the extra's." +msgstr "Korisno ukoliko želite instalirati samo extra." -#. type: "noboot_title" +#. type: "Stages_title" #: Resources/templates/Localizable.strings:28 -#, no-wrap -msgid "Don't install the Bootloader" -msgstr "Ne instaliraj Bootloader" +#, fuzzy, no-wrap +#| msgid "Chameleon Bootloader Package" +msgid "Bootloader Stages" +msgstr "Chameleon Bootloader Package" -#. type: "noboot_description" +#. type: "Stages_description" #: Resources/templates/Localizable.strings:29 #, no-wrap -msgid "Useful if you only want to install the extra's." -msgstr "Korisno ukoliko želite instalirati samo extra." +msgid "" +"Here you can chose to skip the bootloader installation completely or partially.\n" +"This can be usefull if you want to write Extra's, or skip some stage (0,1 and activation of the target partition).\n" +"Skipping all stages permit you to leave as is already working boot sectors, especially usefull with 4k drives.\n" +"boot is always copied to the target partition when you are skipping one or more stages." +msgstr "" +#. type: "SkipStage0_title" +#: Resources/templates/Localizable.strings:34 +#, no-wrap +msgid "Skip Stage 0" +msgstr "" + +#. type: "SkipStage0_description" +#: Resources/templates/Localizable.strings:35 +#, no-wrap +msgid "" +"Avoid writing stage 0 to the target disk.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipStage1_title" +#: Resources/templates/Localizable.strings:38 +#, no-wrap +msgid "Skip Stage 1" +msgstr "" + +#. type: "SkipStage1_description" +#: Resources/templates/Localizable.strings:39 +#, no-wrap +msgid "" +"Avoid writing stage 1 to the partition boot sector.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipActivePartition_title" +#: Resources/templates/Localizable.strings:42 +#, no-wrap +msgid "Skip Activation" +msgstr "" + +#. type: "SkipActivePartition_description" +#: Resources/templates/Localizable.strings:43 +#, no-wrap +msgid "" +"Prevents activation of the target partition.\n" +"Some old motherboards have a bad implementation of GPT in bios and they can not find partitions if marked active unger Guid Partition Table.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "Standard_title" +#: Resources/templates/Localizable.strings:47 +#, fuzzy, no-wrap +#| msgid " has been written to the root of your chosen partition." +msgid "Install Chameleon in the chosen partition." +msgstr " je snimljena u korijen particije diska koje ste odabrali." + +#. type: "Standard_description" +#: Resources/templates/Localizable.strings:48 +#, fuzzy, no-wrap +#| msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." +msgid "Install Chameleon's files to the root of the selected partition using either boot0, boot0md or boot0hfs depending on your system without destroying any existing Windows installation if you have one." +msgstr "instalira Chameleon fajlove u početnu mapu diska (root) odabrane particije koristeći bilo boot0 ili boot0md u ovisnosti od vašeg sustava ne uništavajući bilo kakvu Winodws instalaciju ukoliko je imate instaliranu." + #. type: "EFI_title" -#: Resources/templates/Localizable.strings:31 +#: Resources/templates/Localizable.strings:50 #, no-wrap msgid "Install Chameleon in the ESP" msgstr "" #. type: "EFI_description" -#: Resources/templates/Localizable.strings:32 -#, no-wrap -msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +#: Resources/templates/Localizable.strings:51 +#, fuzzy, no-wrap +#| msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0, boot0md or boot0hfs depending on your system." msgstr "Instalira Chameleon fajlove za normalno skrivenu particiju EFI koristeći bilo boot0 ili boot0md u ovisnosti od vašeg sustava ne uništavajući bilo kakvu Winodws instalaciju ukoliko je imate instaliranu." #. type: "Module_title" -#: Resources/templates/Localizable.strings:37 +#: Resources/templates/Localizable.strings:56 #, no-wrap msgid "Modules" msgstr "Chameleon Moduli" #. type: "Module_description" -#: Resources/templates/Localizable.strings:38 +#: Resources/templates/Localizable.strings:57 #, no-wrap msgid "The modules system incorporated in chameleon allows for a user or developer to extend the core functionality of chameleon without replacing the main boot file." msgstr "Moduli ugrađeni u sustav kameleona omogućuje korisniku ili programer o produljenju osnovnu funkcionalnost kameleona bez zamjene glavnu datoteku za pokretanje." #. type: "klibc_title" -#: Resources/templates/Localizable.strings:40 +#: Resources/templates/Localizable.strings:59 #, no-wrap msgid "klibc" msgstr "klibc" #. type: "klibc_description" -#: Resources/templates/Localizable.strings:41 +#: Resources/templates/Localizable.strings:60 #, no-wrap msgid "" "This module provides a standard c library for modules to link to if the library provided by chameleon is insufficient.\n" @@ -337,13 +401,13 @@ "Izvor: http://www.kernel.org/pub/linux/libs/klibc/" #. type: "ACPICodec_title" -#: Resources/templates/Localizable.strings:45 +#: Resources/templates/Localizable.strings:64 #, no-wrap msgid "ACPICodec" msgstr "ACPIKodek" #. type: "ACPICodec_description" -#: Resources/templates/Localizable.strings:46 +#: Resources/templates/Localizable.strings:65 #, no-wrap msgid "" "This module provides a substitute for the internal acpi patcher.\n" @@ -353,13 +417,13 @@ "Dependencies: none" #. type: "HDAEnabler_title" -#: Resources/templates/Localizable.strings:49 +#: Resources/templates/Localizable.strings:68 #, no-wrap msgid "HDAEnabler" msgstr "HDAEnabler" #. type: "HDAEnabler_description" -#: Resources/templates/Localizable.strings:50 +#: Resources/templates/Localizable.strings:69 #, no-wrap msgid "" "HDAEnabler module, this module provides a substitute for the Hight Definition Audio DSDT Edits.\n" @@ -367,13 +431,13 @@ msgstr "" #. type: "FileNVRAM_title" -#: Resources/templates/Localizable.strings:53 +#: Resources/templates/Localizable.strings:72 #, no-wrap msgid "FileNVRAM" msgstr "FileNVRAM" #. type: "FileNVRAM_description" -#: Resources/templates/Localizable.strings:54 +#: Resources/templates/Localizable.strings:73 #, no-wrap msgid "" "FileNVRAM module for preloading NVRAM values.\n" @@ -381,13 +445,13 @@ msgstr "" #. type: "Sata_title" -#: Resources/templates/Localizable.strings:57 +#: Resources/templates/Localizable.strings:76 #, no-wrap msgid "Sata" msgstr "Sata" #. type: "Sata_description" -#: Resources/templates/Localizable.strings:58 +#: Resources/templates/Localizable.strings:77 #, no-wrap msgid "" "Sata module, known as YellowIconFixer in cparm's branch.\n" @@ -396,14 +460,14 @@ msgstr "" #. type: "Resolution_title" -#: Resources/templates/Localizable.strings:62 -#: Resources/templates/Localizable.strings:732 +#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:751 #, no-wrap msgid "Resolution" msgstr "Resolution" #. type: "AutoReso_description" -#: Resources/templates/Localizable.strings:63 +#: Resources/templates/Localizable.strings:82 #, no-wrap msgid "" "This module reads the edid information from the monitor attached to the main display.\n" @@ -415,13 +479,13 @@ "Osim toga, modul će zakrpati VESA modove koji su prisutni u pred Intelovim HD grafičkim karticama kako bi osigurale odgovarajuću rezoluciju zaslona prilikom podizanja." #. type: "uClibc_title" -#: Resources/templates/Localizable.strings:67 +#: Resources/templates/Localizable.strings:86 #, no-wrap msgid "uClibc++" msgstr "uClibc++" #. type: "uClibc_description" -#: Resources/templates/Localizable.strings:68 +#: Resources/templates/Localizable.strings:87 #, no-wrap msgid "" "This module provides a minimalistic c++ runtime library for use in other modules. This does not provide functionality by itself, instead it is used to allow for the c++ language to be used in other modules.\n" @@ -436,13 +500,13 @@ "Dependencies: klibc" #. type: "KernelPatcher_title" -#: Resources/templates/Localizable.strings:73 +#: Resources/templates/Localizable.strings:92 #, no-wrap msgid "Kernel Patcher" msgstr "Kernel Patcher" #. type: "KernelPatcher_description" -#: Resources/templates/Localizable.strings:74 +#: Resources/templates/Localizable.strings:93 #, no-wrap msgid "" "The KernelPatcher module provides patches for the following:\n" @@ -454,13 +518,13 @@ msgstr "" #. type: "KextPatcher_title" -#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:100 #, no-wrap msgid "Kext Patcher" msgstr "Kext Patcher" #. type: "KextPatcher_description" -#: Resources/templates/Localizable.strings:82 +#: Resources/templates/Localizable.strings:101 #, no-wrap msgid "" "The KextPatcher module provides patches for the following:\n" @@ -468,13 +532,13 @@ msgstr "" #. type: "NVIDIAGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:85 +#: Resources/templates/Localizable.strings:104 #, no-wrap msgid "NVIDIAGraphicsEnabler" msgstr "NVIDIAGraphicsEnabler" #. type: "NVIDIAGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:86 +#: Resources/templates/Localizable.strings:105 #, no-wrap msgid "" "The GraphicsEnabler nVidia code ported to a module.\n" @@ -482,13 +546,13 @@ msgstr "" #. type: "GraphicsEnablerModule_title" -#: Resources/templates/Localizable.strings:89 +#: Resources/templates/Localizable.strings:108 #, no-wrap msgid "GraphicsEnabler" msgstr "GraphicsEnabler" #. type: "GraphicsEnablerModule_description" -#: Resources/templates/Localizable.strings:90 +#: Resources/templates/Localizable.strings:109 #, no-wrap msgid "" "The GraphicsEnabler code ported to a module.\n" @@ -496,13 +560,13 @@ msgstr "" #. type: "AMDGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:93 +#: Resources/templates/Localizable.strings:112 #, no-wrap msgid "AMDGraphicsEnabler" msgstr "AMDGraphicsEnabler" #. type: "AMDGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:94 +#: Resources/templates/Localizable.strings:113 #, no-wrap msgid "" "The GraphicsEnabler AMD/ATi code ported to a module.\n" @@ -510,13 +574,13 @@ msgstr "" #. type: "IntelGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:97 +#: Resources/templates/Localizable.strings:116 #, no-wrap msgid "IntelGraphicsEnabler" msgstr "IntelGraphicsEnabler" #. type: "IntelGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:98 +#: Resources/templates/Localizable.strings:117 #, no-wrap msgid "" "The GraphicsEnabler gma(Intel) code ported to a module.\n" @@ -524,638 +588,638 @@ msgstr "" #. type: "Options_title" -#: Resources/templates/Localizable.strings:106 +#: Resources/templates/Localizable.strings:125 #, no-wrap msgid "Settings" msgstr "Boot Opcije" #. type: "Options_description" -#: Resources/templates/Localizable.strings:107 +#: Resources/templates/Localizable.strings:126 #, no-wrap msgid "Create an /Extra/org.chameleon.Boot.plist by selecting any of these boot options and kernel flags." msgstr "Kreira /Extra/org.chameleon.Boot.plist i omogučuje izbor željene opcije za kontrolu Chameleon postavki." #. type: "BootBanner_title" -#: Resources/templates/Localizable.strings:109 +#: Resources/templates/Localizable.strings:128 #, no-wrap msgid "BootBanner=No" msgstr "BootBanner=No" #. type: "BootBanner_description" -#: Resources/templates/Localizable.strings:110 +#: Resources/templates/Localizable.strings:129 #, no-wrap msgid "Hides Chameleon's boot banner in GUI. This is the text that is drawn at the top left corner of the screen displaying the release version etc." msgstr "Skriva Cameleon boot banner u grafičkom korisničkom inferfejsu (GUI)." #. type: "GUI_title" -#: Resources/templates/Localizable.strings:112 +#: Resources/templates/Localizable.strings:131 #, no-wrap msgid "GUI=No" msgstr "GUI=No" #. type: "GUI_description" -#: Resources/templates/Localizable.strings:113 +#: Resources/templates/Localizable.strings:132 #, no-wrap msgid "Disables the default enabled graphic user interface." msgstr "Onemogućava uključeni zadani korisnički grafički interfejs." #. type: "LegacyLogo_title" -#: Resources/templates/Localizable.strings:115 +#: Resources/templates/Localizable.strings:134 #, no-wrap msgid "LegacyLogo=Yes" msgstr "LegacyLogo=Yes" #. type: "LegacyLogo_description" -#: Resources/templates/Localizable.strings:116 +#: Resources/templates/Localizable.strings:135 #, no-wrap msgid "Use the legacy 'dark grey' apple logo on the light grey screen for the boot process rather than the boot.png in the theme." msgstr "Koristite legacy (sivi i bijeli) apple logo prilikom podizanja radije nego boot.png sliku iz teme" #. type: "InstantMenu_title" -#: Resources/templates/Localizable.strings:118 +#: Resources/templates/Localizable.strings:137 #, no-wrap msgid "InstantMenu=Yes" msgstr "InstantMenu=Yes" #. type: "InstantMenu_description" -#: Resources/templates/Localizable.strings:119 +#: Resources/templates/Localizable.strings:138 #, no-wrap msgid "By default, when Chameleon loads you'll see the icon for the current default partition, along with a timeout progress bar which left alone will count down before Chameleon automatically boots that partition. This options skips that and takes you directly to the device selection screen." msgstr "Prikaz zaslona za odabir particije bez prikazivanja timeout zaslona." #. type: "QuietBoot_title" -#: Resources/templates/Localizable.strings:121 +#: Resources/templates/Localizable.strings:140 #, no-wrap msgid "QuietBoot=Yes" msgstr "QuietBoot=Yes" #. type: "QuietBoot_description" -#: Resources/templates/Localizable.strings:122 +#: Resources/templates/Localizable.strings:141 #, no-wrap msgid "Enable quiet boot mode (no messages or prompt)." msgstr "Omogućava mod mirnog pokretanja (bez poruka ili redaka)." #. type: "ShowInfo_title" -#: Resources/templates/Localizable.strings:124 +#: Resources/templates/Localizable.strings:143 #, no-wrap msgid "ShowInfo=Yes" msgstr "ShowInfo=Yes" #. type: "ShowInfo_description" -#: Resources/templates/Localizable.strings:125 +#: Resources/templates/Localizable.strings:144 #, no-wrap msgid "Enables display of partition and resolution details shown on the left side of the GUI under the boot banner. This is useful information for troubleshooting, though can clash with certain themes." msgstr "Onemogućava prikaz detalja o particiji i rezoluciji." #. type: "Wait_title" -#: Resources/templates/Localizable.strings:127 +#: Resources/templates/Localizable.strings:146 #, no-wrap msgid "Wait=Yes" msgstr "Wait=Yes" #. type: "Wait_description" -#: Resources/templates/Localizable.strings:128 +#: Resources/templates/Localizable.strings:147 #, no-wrap msgid "Pauses the boot process after Chameleon has finished it's setup then waits for a key press before it starts the mach kernel. Useful when combined with verbose boot for troubleshooting." msgstr "Pauzira boot proces nakon što je Cameleon završio postavljanje, onda čeka na pritisak tipke prije nego se pokrene mach kernel. Korisno u kombinaciji sa verbose podizanjem za riješavanje problema." #. type: "PrivateData_title" -#: Resources/templates/Localizable.strings:130 +#: Resources/templates/Localizable.strings:149 #, no-wrap msgid "PrivateData=No" msgstr "PrivateData=No" #. type: "PrivateData_description" -#: Resources/templates/Localizable.strings:131 +#: Resources/templates/Localizable.strings:150 #, no-wrap msgid "Show masked data (serial number) in bdmesg log (enbaled by default)." msgstr "" #. type: "USBBusFix_title" -#: Resources/templates/Localizable.strings:135 +#: Resources/templates/Localizable.strings:154 #, no-wrap msgid "USBBusFix=Yes" msgstr "USBBusFix=Yes" #. type: "USBBusFix_description" -#: Resources/templates/Localizable.strings:136 +#: Resources/templates/Localizable.strings:155 #, no-wrap msgid "Enable the XHCI, EHCI and UHCI fixes (disabled by default)." msgstr "" #. type: "USBLegacyOff_title" -#: Resources/templates/Localizable.strings:138 +#: Resources/templates/Localizable.strings:157 #, no-wrap msgid "USBLegacyOff=Yes" msgstr "USBLegacyOff=Yes" #. type: "USBLegacyOff_description" -#: Resources/templates/Localizable.strings:139 +#: Resources/templates/Localizable.strings:158 #, no-wrap msgid "Force USB Legacy off for XHCI and EHCI (disabled by default)." msgstr "" #. type: "XHCILegacyOff_title" -#: Resources/templates/Localizable.strings:141 +#: Resources/templates/Localizable.strings:160 #, no-wrap msgid "XHCILegacyOff=Yes" msgstr "XHCILegacyOff=Yes" #. type: "XHCILegacyOff_description" -#: Resources/templates/Localizable.strings:142 +#: Resources/templates/Localizable.strings:161 #, no-wrap msgid "Force USB Legacy off for XHCI (disabled by default)." msgstr "" #. type: "UHCIreset_title" -#: Resources/templates/Localizable.strings:144 +#: Resources/templates/Localizable.strings:163 #, no-wrap msgid "UHCIreset=Yes" msgstr "UHCIreset=Yes" #. type: "UHCIreset_description" -#: Resources/templates/Localizable.strings:145 +#: Resources/templates/Localizable.strings:164 #, no-wrap msgid "Enables the option to reset UHCI controllers before starting OS X." msgstr "Omogućuje opciju za reset UHCI kontrolera prije početka podizanja. " #. type: "EHCIacquire_title" -#: Resources/templates/Localizable.strings:147 +#: Resources/templates/Localizable.strings:166 #, no-wrap msgid "EHCIacquire=Yes" msgstr "EHCIacquire=Yes" #. type: "EHCIacquire_description" -#: Resources/templates/Localizable.strings:148 +#: Resources/templates/Localizable.strings:167 #, no-wrap msgid "Enables the option to fix any EHCI ownership issues due to bad bioses." msgstr "Omogućuje opciju za popravak bilo kojih EHCI vlasničkih prava zbog lošeg biosa." #. type: "arch_title" -#: Resources/templates/Localizable.strings:150 +#: Resources/templates/Localizable.strings:169 #, no-wrap msgid "arch=i386" msgstr "arch=i386" #. type: "arch_description" -#: Resources/templates/Localizable.strings:151 +#: Resources/templates/Localizable.strings:170 #, no-wrap msgid "Boots the kernel in 32bit mode rather than the default 64bit mode." msgstr "Pokreće jezgru (kernel) u 32bitnom modu radije nego u zadanom 64bitnom modu." #. type: "EthernetBuiltIn_title" -#: Resources/templates/Localizable.strings:153 +#: Resources/templates/Localizable.strings:172 #, no-wrap msgid "EthernetBuiltIn=Yes" msgstr "EthernetBuiltIn=Yes" #. type: "EthernetBuiltIn_description" -#: Resources/templates/Localizable.strings:154 +#: Resources/templates/Localizable.strings:173 #, no-wrap msgid "Enables the option of adding 'built-in' to your ethernet devices." msgstr "Omogućuje mogućnost dodavanja \"ugrađeno\" na vaše Ethernet uređaje." #. type: "EnableWifi_title" -#: Resources/templates/Localizable.strings:156 +#: Resources/templates/Localizable.strings:175 #, no-wrap msgid "EnableWifi=Yes" msgstr "EnableWifi=Yes" #. type: "EnableWifi_description" -#: Resources/templates/Localizable.strings:157 +#: Resources/templates/Localizable.strings:176 #, no-wrap msgid "Enables the option of adding AirPort values to your wireless device." msgstr "" #. type: "ForceHPET_title" -#: Resources/templates/Localizable.strings:159 +#: Resources/templates/Localizable.strings:178 #, no-wrap msgid "ForceHPET=Yes" msgstr "ForceHPET=Yes" #. type: "ForceHPET_description" -#: Resources/templates/Localizable.strings:160 +#: Resources/templates/Localizable.strings:179 #, no-wrap msgid "Enables HPET on intel chipsets, for bioses that dont include the option." msgstr "Omogućuje HPET na Intel čipsetima, za biose koje ne uključuju ovu opciju." #. type: "ForceWake_title" -#: Resources/templates/Localizable.strings:162 +#: Resources/templates/Localizable.strings:181 #, no-wrap msgid "ForceWake=Yes" msgstr "ForceWake=Yes" #. type: "ForceWake_description" -#: Resources/templates/Localizable.strings:163 +#: Resources/templates/Localizable.strings:182 #, no-wrap msgid "This option enables you to bypass bad sleep images." msgstr "Ova opcija Omogućuje vam da zaobiđete loše uspavane slike (sleep images)." #. type: "ForceFullMemInfo_title" -#: Resources/templates/Localizable.strings:165 +#: Resources/templates/Localizable.strings:184 #, no-wrap msgid "ForceFullMemInfo=Yes" msgstr "ForceFullMemInfo=Yes" #. type: "ForceFullMemInfo_description" -#: Resources/templates/Localizable.strings:166 +#: Resources/templates/Localizable.strings:185 #, no-wrap msgid "Force SMBIOS Table 17 to be 27 bytes long." msgstr "" #. type: "RestartFix_title" -#: Resources/templates/Localizable.strings:168 +#: Resources/templates/Localizable.strings:187 #, no-wrap msgid "RestartFix=No" msgstr "RestartFix=No" #. type: "RestartFix_description" -#: Resources/templates/Localizable.strings:169 +#: Resources/templates/Localizable.strings:188 #, no-wrap msgid "Disables the automatically enabled restart fix." msgstr "Isključuje automatsko omogućavanje restart fix opcije" #. type: "UseMemDetect_title" -#: Resources/templates/Localizable.strings:171 +#: Resources/templates/Localizable.strings:190 #, no-wrap msgid "UseMemDetect=No" msgstr "UseMemDetect=No" #. type: "UseMemDetect_description" -#: Resources/templates/Localizable.strings:172 +#: Resources/templates/Localizable.strings:191 #, no-wrap msgid "Disables the automatically enabled RAM recognition." msgstr "Isključuje omogućeno automatsko RAM prepoznavanje." #. type: "UseKernelCache_title" -#: Resources/templates/Localizable.strings:174 +#: Resources/templates/Localizable.strings:193 #, no-wrap msgid "UseKernelCache=Yes" msgstr "UseKernelCache=Yes" #. type: "UseKernelCache_description" -#: Resources/templates/Localizable.strings:175 +#: Resources/templates/Localizable.strings:194 #, no-wrap msgid "For Lion only. Enables loading of the pre-linked kernel. This will ignore /E/E and /S/L/E. ONLY use this is you have know it contains everything you need." msgstr "Samo za Lion. Omogućuje učitavanje prethodno povezanog kernela. Ovo će ignorirati /E/E i /S/L/E. Ovo koristiti samo ako morate znati da sadrži sve što vam je potrebno." #. type: "Wake_title" -#: Resources/templates/Localizable.strings:177 +#: Resources/templates/Localizable.strings:196 #, no-wrap msgid "Wake=Yes" msgstr "Wake=Yes" #. type: "Wake_description" -#: Resources/templates/Localizable.strings:178 +#: Resources/templates/Localizable.strings:197 #, no-wrap msgid "Attempts to load the sleep image saved from last hibernation." msgstr "Pokušava da učita uspavanu sliku snimljenu iz prethodne hibernacije" #. type: "CSTUsingSystemIO_title" -#: Resources/templates/Localizable.strings:182 +#: Resources/templates/Localizable.strings:201 #, no-wrap msgid "CSTUsingSystemIO=Yes" msgstr "CSTUsingSystemIO=Yes" #. type: "CSTUsingSystemIO_description" -#: Resources/templates/Localizable.strings:183 +#: Resources/templates/Localizable.strings:202 #, no-wrap msgid "New C-State _CST generation method using SystemIO registers instead of FixedHW." msgstr "Nova C-state _CST generacija metodom SystemIO registracije umjesto FixedHW." #. type: "DropSSDT_title" -#: Resources/templates/Localizable.strings:185 +#: Resources/templates/Localizable.strings:204 #, no-wrap msgid "DropSSDT=Yes" msgstr "DropSSDT=Yes" #. type: "DropSSDT_description" -#: Resources/templates/Localizable.strings:186 +#: Resources/templates/Localizable.strings:205 #, no-wrap msgid "Discard the motherboard's built-in SSDT tables." msgstr "Odbacuje SSDT tablice ugrađene na matičnoj ploči." #. type: "DropHPET_title" -#: Resources/templates/Localizable.strings:188 +#: Resources/templates/Localizable.strings:207 #, no-wrap msgid "DropHPET=Yes" msgstr "DropHPET=Yes" #. type: "DropHPET_description" -#: Resources/templates/Localizable.strings:189 +#: Resources/templates/Localizable.strings:208 #, no-wrap msgid "Discard the motherboard's built-in HPET table." msgstr "Odbacuje HPET tablice ugrađene na matičnoj ploči." #. type: "DropSBST_title" -#: Resources/templates/Localizable.strings:191 +#: Resources/templates/Localizable.strings:210 #, no-wrap msgid "DropSBST=Yes" msgstr "DropSBST=Yes" #. type: "DropSBST_description" -#: Resources/templates/Localizable.strings:192 +#: Resources/templates/Localizable.strings:211 #, no-wrap msgid "Discard the motherboard's built-in SBST table." msgstr "Odbacuje SBST tablice ugrađene na matičnoj ploči." #. type: "DropECDT_title" -#: Resources/templates/Localizable.strings:194 +#: Resources/templates/Localizable.strings:213 #, no-wrap msgid "DropECDT=Yes" msgstr "DropECDT=Yes" #. type: "DropECDT_description" -#: Resources/templates/Localizable.strings:195 +#: Resources/templates/Localizable.strings:214 #, no-wrap msgid "Discard the motherboard's built-in ECDT table." msgstr "Odbacuje ECDT tablice ugrađene na matičnoj ploči." #. type: "DropASFT_title" -#: Resources/templates/Localizable.strings:197 +#: Resources/templates/Localizable.strings:216 #, no-wrap msgid "DropASFT=Yes" msgstr "DropASFT=Yes" #. type: "DropASFT_description" -#: Resources/templates/Localizable.strings:198 +#: Resources/templates/Localizable.strings:217 #, no-wrap msgid "Discard the motherboard's built-in ASF! table." msgstr "Odbacuje ASF! tablice ugrađene na matičnoj ploči." #. type: "DropDMAR_title" -#: Resources/templates/Localizable.strings:200 +#: Resources/templates/Localizable.strings:219 #, no-wrap msgid "DropDMAR=Yes" msgstr "DropDMAR=Yes" #. type: "DropDMAR_description" -#: Resources/templates/Localizable.strings:201 +#: Resources/templates/Localizable.strings:220 #, no-wrap msgid "Discard the motherboard's built-in DMAR table, this key action resolve the problem with VT-d panics." msgstr "" #. type: "EnableC2State_title" -#: Resources/templates/Localizable.strings:203 +#: Resources/templates/Localizable.strings:222 #, no-wrap msgid "EnableC2State=Yes" msgstr "EnableC2State=Yes" #. type: "EnableC2State_description" -#: Resources/templates/Localizable.strings:204 +#: Resources/templates/Localizable.strings:223 #, no-wrap msgid "Enable specific Processor power state, C2." msgstr "Uključuje posebno Processorsko stanje napajanja, C2." #. type: "EnableC3State_title" -#: Resources/templates/Localizable.strings:206 +#: Resources/templates/Localizable.strings:225 #, no-wrap msgid "EnableC3State=Yes" msgstr "EnableC3State=Yes" #. type: "EnableC3State_description" -#: Resources/templates/Localizable.strings:207 +#: Resources/templates/Localizable.strings:226 #, no-wrap msgid "Enable specific Processor power state, C3." msgstr "Uključuje posebno Processorsko stanje napajanja, C3." #. type: "EnableC4State_title" -#: Resources/templates/Localizable.strings:209 +#: Resources/templates/Localizable.strings:228 #, no-wrap msgid "EnableC4State=Yes" msgstr "EnableC4State=Yes" #. type: "EnableC4State_description" -#: Resources/templates/Localizable.strings:210 +#: Resources/templates/Localizable.strings:229 #, no-wrap msgid "Enable specific Processor power state, C4." msgstr "Uključuje posebno Processorsko stanje napajanja, C4." #. type: "EnableC6State_title" -#: Resources/templates/Localizable.strings:212 +#: Resources/templates/Localizable.strings:231 #, no-wrap msgid "EnableC6State=Yes" msgstr "EnableC6State=Yes" #. type: "EnableC6State_description" -#: Resources/templates/Localizable.strings:213 +#: Resources/templates/Localizable.strings:232 #, no-wrap msgid "Enable specific Processor power state, C6." msgstr "Uključuje posebno Processorsko stanje napajanja, C6." #. type: "EnableC7State_title" -#: Resources/templates/Localizable.strings:215 +#: Resources/templates/Localizable.strings:234 #, no-wrap msgid "EnableC7State=Yes" msgstr "EnableC7State=Yes" #. type: "EnableC7State_description" -#: Resources/templates/Localizable.strings:216 +#: Resources/templates/Localizable.strings:235 #, no-wrap msgid "Enable specific Processor power state, C7." msgstr "Uključuje posebno Processorsko stanje napajanja, C7." #. type: "GenerateCStates_title" -#: Resources/templates/Localizable.strings:218 +#: Resources/templates/Localizable.strings:237 #, no-wrap msgid "GenerateCStates=Yes" msgstr "GenerateCStates=Yes" #. type: "GenerateCStates_description" -#: Resources/templates/Localizable.strings:219 +#: Resources/templates/Localizable.strings:238 #, no-wrap msgid "Enable auto generation of processor idle sleep states (C-States)." msgstr "Uključuje automatsko generiranje procesora u stanju mirovanja (C-States)." #. type: "GeneratePStates_title" -#: Resources/templates/Localizable.strings:221 +#: Resources/templates/Localizable.strings:240 #, no-wrap msgid "GeneratePStates=Yes" msgstr "GeneratePStates=Yes" #. type: "GeneratePStates_description" -#: Resources/templates/Localizable.strings:222 +#: Resources/templates/Localizable.strings:241 #, no-wrap msgid "Enable auto generation of processor power performance states (P-States)." msgstr "Omogućava automatsko generiranje snage procesora stanja performansi (P-States)." #. type: "GenerateTStates_title" -#: Resources/templates/Localizable.strings:224 +#: Resources/templates/Localizable.strings:243 #, no-wrap msgid "GenerateTStates=Yes" msgstr "GenerateTStates=Yes" #. type: "GenerateTStates_description" -#: Resources/templates/Localizable.strings:225 +#: Resources/templates/Localizable.strings:244 #, no-wrap msgid "Enable auto generation of processor power performance states (T-States)." msgstr "Omogućava automatsko generiranje snage procesora stanja performansi (T-States)." #. type: "1024x600x32_title" -#: Resources/templates/Localizable.strings:229 +#: Resources/templates/Localizable.strings:248 #, no-wrap msgid "1024x600x32" msgstr "1024x600x32" #. type: "1024x600x32_description" -#: Resources/templates/Localizable.strings:230 +#: Resources/templates/Localizable.strings:249 #, no-wrap msgid "Set Graphics Mode to 1024x600x32" msgstr "Podesite Grafičku Rezoluciju na 1024x600x32" #. type: "1024x768x32_title" -#: Resources/templates/Localizable.strings:232 +#: Resources/templates/Localizable.strings:251 #, no-wrap msgid "1024x768x32" msgstr "1024x768x32" #. type: "1024x768x32_description" -#: Resources/templates/Localizable.strings:233 +#: Resources/templates/Localizable.strings:252 #, no-wrap msgid "Set Graphics Mode to 1024x768x32" msgstr "Podesite Grafičku Rezoluciju na 1024x768x32" #. type: "1280x768x32_title" -#: Resources/templates/Localizable.strings:235 +#: Resources/templates/Localizable.strings:254 #, no-wrap msgid "1280x768x32" msgstr "1280x768x32" #. type: "1280x768x32_description" -#: Resources/templates/Localizable.strings:236 +#: Resources/templates/Localizable.strings:255 #, no-wrap msgid "Set Graphics Mode to 1280x768x32" msgstr "Podesite Grafičku Rezoluciju na 1280x768x32" #. type: "1280x800x32_title" -#: Resources/templates/Localizable.strings:238 +#: Resources/templates/Localizable.strings:257 #, no-wrap msgid "1280x800x32" msgstr "1280x800x32" #. type: "1280x800x32_description" -#: Resources/templates/Localizable.strings:239 +#: Resources/templates/Localizable.strings:258 #, no-wrap msgid "Set Graphics Mode to 1280x800x32" msgstr "Podesite Grafičku Rezoluciju na 1280x800x32" #. type: "1280x1024x32_title" -#: Resources/templates/Localizable.strings:241 +#: Resources/templates/Localizable.strings:260 #, no-wrap msgid "1280x1024x32" msgstr "1280x1024x32" #. type: "1280x1024x32_description" -#: Resources/templates/Localizable.strings:242 +#: Resources/templates/Localizable.strings:261 #, no-wrap msgid "Set Graphics Mode to 1280x1024x32" msgstr "Podesite Grafičku Rezoluciju na 1280x1024x32" #. type: "1280x960x32_title" -#: Resources/templates/Localizable.strings:244 +#: Resources/templates/Localizable.strings:263 #, no-wrap msgid "1280x960x32" msgstr "1280x960x32" #. type: "1280x960x32_description" -#: Resources/templates/Localizable.strings:245 +#: Resources/templates/Localizable.strings:264 #, no-wrap msgid "Set Graphics Mode to 1280x960x32" msgstr "Podesite Grafičku Rezoluciju na 1280x960x32" #. type: "1366x768x32_title" -#: Resources/templates/Localizable.strings:247 +#: Resources/templates/Localizable.strings:266 #, no-wrap msgid "1366x768x32" msgstr "1366x768x32" #. type: "1366x768x32_description" -#: Resources/templates/Localizable.strings:248 +#: Resources/templates/Localizable.strings:267 #, no-wrap msgid "Set Graphics Mode to 1366x768x32" msgstr "Podesite Grafičku Rezoluciju na 1366x768x32" #. type: "1440x900x32_title" -#: Resources/templates/Localizable.strings:250 +#: Resources/templates/Localizable.strings:269 #, no-wrap msgid "1440x900x32" msgstr "1440x900x32" #. type: "1440x900x32_description" -#: Resources/templates/Localizable.strings:251 +#: Resources/templates/Localizable.strings:270 #, no-wrap msgid "Set Graphics Mode to 1440x900x32" msgstr "Podesite Grafičku Rezoluciju na 1440x900x32" #. type: "1600x900x32_title" -#: Resources/templates/Localizable.strings:253 +#: Resources/templates/Localizable.strings:272 #, no-wrap msgid "1600x900x32" msgstr "1600x900x32" #. type: "1600x900x32_description" -#: Resources/templates/Localizable.strings:254 +#: Resources/templates/Localizable.strings:273 #, no-wrap msgid "Set Graphics Mode to 1600x900x32" msgstr "Podesite Grafičku Rezoluciju na 1600x900x32" #. type: "1600x1200x32_title" -#: Resources/templates/Localizable.strings:256 +#: Resources/templates/Localizable.strings:275 #, no-wrap msgid "1600x1200x32" msgstr "1600x1200x32" #. type: "1600x1200x32_description" -#: Resources/templates/Localizable.strings:257 +#: Resources/templates/Localizable.strings:276 #, no-wrap msgid "Set Graphics Mode to 1600x1200x32" msgstr "Podesite Grafičku Rezoluciju na 1600x1200x32" #. type: "1680x1050x32_title" -#: Resources/templates/Localizable.strings:259 +#: Resources/templates/Localizable.strings:278 #, no-wrap msgid "1680x1050x32" msgstr "1680x1050x32" #. type: "1680x1050x32_description" -#: Resources/templates/Localizable.strings:260 +#: Resources/templates/Localizable.strings:279 #, no-wrap msgid "Set Graphics Mode to 1680x1050x32" msgstr "Podesite Grafičku Rezoluciju na 1680x1050x32" #. type: "1920x1080x32_title" -#: Resources/templates/Localizable.strings:262 +#: Resources/templates/Localizable.strings:281 #, no-wrap msgid "1920x1080x32" msgstr "1920x1080x32" #. type: "1920x1080x32_description" -#: Resources/templates/Localizable.strings:263 +#: Resources/templates/Localizable.strings:282 #, no-wrap msgid "Set Graphics Mode to 1920x1080x32" msgstr "Podesite Grafičku Rezoluciju na 1920x1080x32" #. type: "1920x1200x32_title" -#: Resources/templates/Localizable.strings:265 +#: Resources/templates/Localizable.strings:284 #, no-wrap msgid "1920x1200x32" msgstr "1920x1200x32" #. type: "1920x1200x32_description" -#: Resources/templates/Localizable.strings:266 +#: Resources/templates/Localizable.strings:285 #, no-wrap msgid "Set Graphics Mode to 1920x1200x32" msgstr "Podesite Grafičku Rezoluciju na 1920x1200x32" #. type: "HDAULayoutIDx01_title" -#: Resources/templates/Localizable.strings:270 -#: Resources/templates/Localizable.strings:376 +#: Resources/templates/Localizable.strings:289 +#: Resources/templates/Localizable.strings:395 #, no-wrap msgid "LayoutID=1" msgstr "LayoutID=1" #. type: "HDEFLayoutIDx01_description" -#: Resources/templates/Localizable.strings:271 +#: Resources/templates/Localizable.strings:290 #, no-wrap msgid "" "Set HDEF layout-it to 1:\n" @@ -1163,14 +1227,14 @@ msgstr "" #. type: "HDAULayoutIDx02_title" -#: Resources/templates/Localizable.strings:274 -#: Resources/templates/Localizable.strings:380 +#: Resources/templates/Localizable.strings:293 +#: Resources/templates/Localizable.strings:399 #, no-wrap msgid "LayoutID=2" msgstr "LayoutID=2" #. type: "HDEFLayoutIDx02_description" -#: Resources/templates/Localizable.strings:275 +#: Resources/templates/Localizable.strings:294 #, no-wrap msgid "" "Set HDEF layout-it to 2:\n" @@ -1178,14 +1242,14 @@ msgstr "" #. type: "HDAULayoutIDx03_title" -#: Resources/templates/Localizable.strings:278 -#: Resources/templates/Localizable.strings:384 +#: Resources/templates/Localizable.strings:297 +#: Resources/templates/Localizable.strings:403 #, no-wrap msgid "LayoutID=3" msgstr "LayoutID=3" #. type: "HDEFLayoutIDx03_description" -#: Resources/templates/Localizable.strings:279 +#: Resources/templates/Localizable.strings:298 #, no-wrap msgid "" "Set HDEF layout-it to 3:\n" @@ -1193,14 +1257,14 @@ msgstr "" #. type: "HDAULayoutIDx05_title" -#: Resources/templates/Localizable.strings:282 -#: Resources/templates/Localizable.strings:388 +#: Resources/templates/Localizable.strings:301 +#: Resources/templates/Localizable.strings:407 #, no-wrap msgid "LayoutID=5" msgstr "LayoutID=5" #. type: "HDEFLayoutIDx05_description" -#: Resources/templates/Localizable.strings:283 +#: Resources/templates/Localizable.strings:302 #, no-wrap msgid "" "Set HDEF layout-it to 5:\n" @@ -1208,14 +1272,14 @@ msgstr "" #. type: "HDAULayoutIDx07_title" -#: Resources/templates/Localizable.strings:286 -#: Resources/templates/Localizable.strings:392 +#: Resources/templates/Localizable.strings:305 +#: Resources/templates/Localizable.strings:411 #, no-wrap msgid "LayoutID=7" msgstr "LayoutID=7" #. type: "HDEFLayoutIDx07_description" -#: Resources/templates/Localizable.strings:287 +#: Resources/templates/Localizable.strings:306 #, no-wrap msgid "" "Set HDEF layout-it to 7:\n" @@ -1223,14 +1287,14 @@ msgstr "" #. type: "HDAULayoutIDx12_title" -#: Resources/templates/Localizable.strings:290 -#: Resources/templates/Localizable.strings:396 +#: Resources/templates/Localizable.strings:309 +#: Resources/templates/Localizable.strings:415 #, no-wrap msgid "LayoutID=12" msgstr "LayoutID=12" #. type: "HDEFLayoutIDx12_description" -#: Resources/templates/Localizable.strings:291 +#: Resources/templates/Localizable.strings:310 #, no-wrap msgid "" "Set HDEF layout-it to 12:\n" @@ -1238,14 +1302,14 @@ msgstr "" #. type: "HDAULayoutIDx32_title" -#: Resources/templates/Localizable.strings:294 -#: Resources/templates/Localizable.strings:400 +#: Resources/templates/Localizable.strings:313 +#: Resources/templates/Localizable.strings:419 #, no-wrap msgid "LayoutID=32" msgstr "LayoutID=32" #. type: "HDEFLayoutIDx32_description" -#: Resources/templates/Localizable.strings:295 +#: Resources/templates/Localizable.strings:314 #, no-wrap msgid "" "Set HDEF layout-it to 32:\n" @@ -1253,14 +1317,14 @@ msgstr "" #. type: "HDAULayoutIDx40_title" -#: Resources/templates/Localizable.strings:298 -#: Resources/templates/Localizable.strings:404 +#: Resources/templates/Localizable.strings:317 +#: Resources/templates/Localizable.strings:423 #, no-wrap msgid "LayoutID=40" msgstr "LayoutID=40" #. type: "HDEFLayoutIDx40_description" -#: Resources/templates/Localizable.strings:299 +#: Resources/templates/Localizable.strings:318 #, no-wrap msgid "" "Set HDEF layout-it to 40:\n" @@ -1268,14 +1332,14 @@ msgstr "" #. type: "HDAULayoutIDx65_title" -#: Resources/templates/Localizable.strings:302 -#: Resources/templates/Localizable.strings:408 +#: Resources/templates/Localizable.strings:321 +#: Resources/templates/Localizable.strings:427 #, no-wrap msgid "LayoutID=65" msgstr "LayoutID=65" #. type: "HDEFLayoutIDx65_description" -#: Resources/templates/Localizable.strings:303 +#: Resources/templates/Localizable.strings:322 #, no-wrap msgid "" "Set HDEF layout-it to 65:\n" @@ -1283,14 +1347,14 @@ msgstr "" #. type: "HDAULayoutIDx99_title" -#: Resources/templates/Localizable.strings:306 -#: Resources/templates/Localizable.strings:412 +#: Resources/templates/Localizable.strings:325 +#: Resources/templates/Localizable.strings:431 #, no-wrap msgid "LayoutID=99" msgstr "LayoutID=99" #. type: "HDEFLayoutIDx99_description" -#: Resources/templates/Localizable.strings:307 +#: Resources/templates/Localizable.strings:326 #, no-wrap msgid "" "Set HDEF layout-it to 99:\n" @@ -1298,14 +1362,14 @@ msgstr "" #. type: "HDAULayoutIDx269_title" -#: Resources/templates/Localizable.strings:310 -#: Resources/templates/Localizable.strings:416 +#: Resources/templates/Localizable.strings:329 +#: Resources/templates/Localizable.strings:435 #, no-wrap msgid "LayoutID=269" msgstr "LayoutID=269" #. type: "HDEFLayoutIDx269_description" -#: Resources/templates/Localizable.strings:311 +#: Resources/templates/Localizable.strings:330 #, no-wrap msgid "" "Set HDEF layout-it to 269:\n" @@ -1313,14 +1377,14 @@ msgstr "" #. type: "HDAULayoutIDx387_title" -#: Resources/templates/Localizable.strings:314 -#: Resources/templates/Localizable.strings:420 +#: Resources/templates/Localizable.strings:333 +#: Resources/templates/Localizable.strings:439 #, no-wrap msgid "LayoutID=387" msgstr "LayoutID=387" #. type: "HDEFLayoutIDx387_description" -#: Resources/templates/Localizable.strings:315 +#: Resources/templates/Localizable.strings:334 #, no-wrap msgid "" "Set HDEF layout-it to 387:\n" @@ -1328,14 +1392,14 @@ msgstr "" #. type: "HDAULayoutIDx388_title" -#: Resources/templates/Localizable.strings:318 -#: Resources/templates/Localizable.strings:424 +#: Resources/templates/Localizable.strings:337 +#: Resources/templates/Localizable.strings:443 #, no-wrap msgid "LayoutID=388" msgstr "LayoutID=388" #. type: "HDEFLayoutIDx388_description" -#: Resources/templates/Localizable.strings:319 +#: Resources/templates/Localizable.strings:338 #, no-wrap msgid "" "Set HDEF layout-it to 388:\n" @@ -1343,14 +1407,14 @@ msgstr "" #. type: "HDAULayoutIDx389_title" -#: Resources/templates/Localizable.strings:322 -#: Resources/templates/Localizable.strings:428 +#: Resources/templates/Localizable.strings:341 +#: Resources/templates/Localizable.strings:447 #, no-wrap msgid "LayoutID=389" msgstr "LayoutID=389" #. type: "HDEFLayoutIDx389_description" -#: Resources/templates/Localizable.strings:323 +#: Resources/templates/Localizable.strings:342 #, no-wrap msgid "" "Set HDEF layout-it to 389:\n" @@ -1358,14 +1422,14 @@ msgstr "" #. type: "HDAULayoutIDx392_title" -#: Resources/templates/Localizable.strings:326 -#: Resources/templates/Localizable.strings:432 +#: Resources/templates/Localizable.strings:345 +#: Resources/templates/Localizable.strings:451 #, no-wrap msgid "LayoutID=392" msgstr "LayoutID=392" #. type: "HDEFLayoutIDx392_description" -#: Resources/templates/Localizable.strings:327 +#: Resources/templates/Localizable.strings:346 #, no-wrap msgid "" "Set HDEF layout-it to 392:\n" @@ -1373,14 +1437,14 @@ msgstr "" #. type: "HDAULayoutIDx398_title" -#: Resources/templates/Localizable.strings:330 -#: Resources/templates/Localizable.strings:436 +#: Resources/templates/Localizable.strings:349 +#: Resources/templates/Localizable.strings:455 #, no-wrap msgid "LayoutID=398" msgstr "LayoutID=398" #. type: "HDEFLayoutIDx398_description" -#: Resources/templates/Localizable.strings:331 +#: Resources/templates/Localizable.strings:350 #, no-wrap msgid "" "Set HDEF layout-it to 398:\n" @@ -1388,14 +1452,14 @@ msgstr "" #. type: "HDAULayoutIDx662_title" -#: Resources/templates/Localizable.strings:334 -#: Resources/templates/Localizable.strings:440 +#: Resources/templates/Localizable.strings:353 +#: Resources/templates/Localizable.strings:459 #, no-wrap msgid "LayoutID=662" msgstr "LayoutID=662" #. type: "HDEFLayoutIDx662_description" -#: Resources/templates/Localizable.strings:335 +#: Resources/templates/Localizable.strings:354 #, no-wrap msgid "" "Set HDEF layout-it to 662:\n" @@ -1403,14 +1467,14 @@ msgstr "" #. type: "HDAULayoutIDx663_title" -#: Resources/templates/Localizable.strings:338 -#: Resources/templates/Localizable.strings:444 +#: Resources/templates/Localizable.strings:357 +#: Resources/templates/Localizable.strings:463 #, no-wrap msgid "LayoutID=663" msgstr "LayoutID=663" #. type: "HDEFLayoutIDx663_description" -#: Resources/templates/Localizable.strings:339 +#: Resources/templates/Localizable.strings:358 #, no-wrap msgid "" "Set HDEF layout-it to 663:\n" @@ -1418,14 +1482,14 @@ msgstr "" #. type: "HDAULayoutIDx664_title" -#: Resources/templates/Localizable.strings:342 -#: Resources/templates/Localizable.strings:448 +#: Resources/templates/Localizable.strings:361 +#: Resources/templates/Localizable.strings:467 #, no-wrap msgid "LayoutID=664" msgstr "LayoutID=664" #. type: "HDEFLayoutIDx664_description" -#: Resources/templates/Localizable.strings:343 +#: Resources/templates/Localizable.strings:362 #, no-wrap msgid "" "Set HDEF layout-it to 664:\n" @@ -1433,14 +1497,14 @@ msgstr "" #. type: "HDAULayoutIDx885_title" -#: Resources/templates/Localizable.strings:346 -#: Resources/templates/Localizable.strings:452 +#: Resources/templates/Localizable.strings:365 +#: Resources/templates/Localizable.strings:471 #, no-wrap msgid "LayoutID=885" msgstr "LayoutID=885" #. type: "HDEFLayoutIDx885_description" -#: Resources/templates/Localizable.strings:347 +#: Resources/templates/Localizable.strings:366 #, no-wrap msgid "" "Set HDEF layout-it to 885:\n" @@ -1448,14 +1512,14 @@ msgstr "" #. type: "HDAULayoutIDx887_title" -#: Resources/templates/Localizable.strings:350 -#: Resources/templates/Localizable.strings:456 +#: Resources/templates/Localizable.strings:369 +#: Resources/templates/Localizable.strings:475 #, no-wrap msgid "LayoutID=887" msgstr "LayoutID=887" #. type: "HDEFLayoutIDx887_description" -#: Resources/templates/Localizable.strings:351 +#: Resources/templates/Localizable.strings:370 #, no-wrap msgid "" "Set HDEF layout-it to 887:\n" @@ -1463,14 +1527,14 @@ msgstr "" #. type: "HDAULayoutIDx888_title" -#: Resources/templates/Localizable.strings:354 -#: Resources/templates/Localizable.strings:460 +#: Resources/templates/Localizable.strings:373 +#: Resources/templates/Localizable.strings:479 #, no-wrap msgid "LayoutID=888" msgstr "LayoutID=888" #. type: "HDEFLayoutIDx888_description" -#: Resources/templates/Localizable.strings:355 +#: Resources/templates/Localizable.strings:374 #, no-wrap msgid "" "Set HDEF layout-it to 888:\n" @@ -1478,14 +1542,14 @@ msgstr "" #. type: "HDAULayoutIDx889_title" -#: Resources/templates/Localizable.strings:358 -#: Resources/templates/Localizable.strings:464 +#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:483 #, no-wrap msgid "LayoutID=889" msgstr "LayoutID=889" #. type: "HDEFLayoutIDx889_description" -#: Resources/templates/Localizable.strings:359 +#: Resources/templates/Localizable.strings:378 #, no-wrap msgid "" "Set HDEF layout-it to 889:\n" @@ -1493,14 +1557,14 @@ msgstr "" #. type: "HDAULayoutIDx892_title" -#: Resources/templates/Localizable.strings:362 -#: Resources/templates/Localizable.strings:468 +#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:487 #, no-wrap msgid "LayoutID=892" msgstr "LayoutID=892" #. type: "HDEFLayoutIDx892_description" -#: Resources/templates/Localizable.strings:363 +#: Resources/templates/Localizable.strings:382 #, no-wrap msgid "" "Set HDEF layout-it to 892:\n" @@ -1508,14 +1572,14 @@ msgstr "" #. type: "HDAULayoutIDx898_title" -#: Resources/templates/Localizable.strings:366 -#: Resources/templates/Localizable.strings:472 +#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:491 #, no-wrap msgid "LayoutID=898" msgstr "LayoutID=898" #. type: "HDEFLayoutIDx898_description" -#: Resources/templates/Localizable.strings:367 +#: Resources/templates/Localizable.strings:386 #, no-wrap msgid "" "Set HDEF layout-it to 898:\n" @@ -1523,14 +1587,14 @@ msgstr "" #. type: "HDAULayoutIDxBD7_title" -#: Resources/templates/Localizable.strings:370 -#: Resources/templates/Localizable.strings:476 +#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:495 #, no-wrap msgid "LayoutID=1981" msgstr "LayoutID=1981" #. type: "HDEFLayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:371 +#: Resources/templates/Localizable.strings:390 #, no-wrap msgid "" "Set HDEF layout-it to 1981:\n" @@ -1538,7 +1602,7 @@ msgstr "" #. type: "HDAULayoutIDx01_description" -#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:396 #, no-wrap msgid "" "Set HDAU layout-it to 1:\n" @@ -1546,7 +1610,7 @@ msgstr "" #. type: "HDAULayoutIDx02_description" -#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:400 #, no-wrap msgid "" "Set HDAU layout-it to 2:\n" @@ -1554,7 +1618,7 @@ msgstr "" #. type: "HDAULayoutIDx03_description" -#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:404 #, no-wrap msgid "" "Set HDAU layout-it to 3:\n" @@ -1562,7 +1626,7 @@ msgstr "" #. type: "HDAULayoutIDx05_description" -#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:408 #, no-wrap msgid "" "Set HDAU layout-it to 5:\n" @@ -1570,7 +1634,7 @@ msgstr "" #. type: "HDAULayoutIDx07_description" -#: Resources/templates/Localizable.strings:393 +#: Resources/templates/Localizable.strings:412 #, no-wrap msgid "" "Set HDAU layout-it to 7:\n" @@ -1578,7 +1642,7 @@ msgstr "" #. type: "HDAULayoutIDx12_description" -#: Resources/templates/Localizable.strings:397 +#: Resources/templates/Localizable.strings:416 #, no-wrap msgid "" "Set HDAU layout-it to 12:\n" @@ -1586,7 +1650,7 @@ msgstr "" #. type: "HDAULayoutIDx32_description" -#: Resources/templates/Localizable.strings:401 +#: Resources/templates/Localizable.strings:420 #, no-wrap msgid "" "Set HDAU layout-it to 32:\n" @@ -1594,7 +1658,7 @@ msgstr "" #. type: "HDAULayoutIDx40_description" -#: Resources/templates/Localizable.strings:405 +#: Resources/templates/Localizable.strings:424 #, no-wrap msgid "" "Set HDAU layout-it to 40:\n" @@ -1602,7 +1666,7 @@ msgstr "" #. type: "HDAULayoutIDx65_description" -#: Resources/templates/Localizable.strings:409 +#: Resources/templates/Localizable.strings:428 #, no-wrap msgid "" "Set HDAU layout-it to 65:\n" @@ -1610,7 +1674,7 @@ msgstr "" #. type: "HDAULayoutIDx99_description" -#: Resources/templates/Localizable.strings:413 +#: Resources/templates/Localizable.strings:432 #, no-wrap msgid "" "Set HDAU layout-it to 99:\n" @@ -1618,7 +1682,7 @@ msgstr "" #. type: "HDAULayoutIDx269_description" -#: Resources/templates/Localizable.strings:417 +#: Resources/templates/Localizable.strings:436 #, no-wrap msgid "" "Set HDAU layout-it to 269:\n" @@ -1626,7 +1690,7 @@ msgstr "" #. type: "HDAULayoutIDx387_description" -#: Resources/templates/Localizable.strings:421 +#: Resources/templates/Localizable.strings:440 #, no-wrap msgid "" "Set HDAU layout-it to 387:\n" @@ -1634,7 +1698,7 @@ msgstr "" #. type: "HDAULayoutIDx388_description" -#: Resources/templates/Localizable.strings:425 +#: Resources/templates/Localizable.strings:444 #, no-wrap msgid "" "Set HDAU layout-it to 388:\n" @@ -1642,7 +1706,7 @@ msgstr "" #. type: "HDAULayoutIDx389_description" -#: Resources/templates/Localizable.strings:429 +#: Resources/templates/Localizable.strings:448 #, no-wrap msgid "" "Set HDAU layout-it to 389:\n" @@ -1650,7 +1714,7 @@ msgstr "" #. type: "HDAULayoutIDx392_description" -#: Resources/templates/Localizable.strings:433 +#: Resources/templates/Localizable.strings:452 #, no-wrap msgid "" "Set HDAU layout-it to 392:\n" @@ -1658,7 +1722,7 @@ msgstr "" #. type: "HDAULayoutIDx398_description" -#: Resources/templates/Localizable.strings:437 +#: Resources/templates/Localizable.strings:456 #, no-wrap msgid "" "Set HDAU layout-it to 398:\n" @@ -1666,7 +1730,7 @@ msgstr "" #. type: "HDAULayoutIDx662_description" -#: Resources/templates/Localizable.strings:441 +#: Resources/templates/Localizable.strings:460 #, no-wrap msgid "" "Set HDAU layout-it to 662:\n" @@ -1674,7 +1738,7 @@ msgstr "" #. type: "HDAULayoutIDx663_description" -#: Resources/templates/Localizable.strings:445 +#: Resources/templates/Localizable.strings:464 #, no-wrap msgid "" "Set HDAU layout-it to 663:\n" @@ -1682,7 +1746,7 @@ msgstr "" #. type: "HDAULayoutIDx664_description" -#: Resources/templates/Localizable.strings:449 +#: Resources/templates/Localizable.strings:468 #, no-wrap msgid "" "Set HDAU layout-it to 664:\n" @@ -1690,7 +1754,7 @@ msgstr "" #. type: "HDAULayoutIDx885_description" -#: Resources/templates/Localizable.strings:453 +#: Resources/templates/Localizable.strings:472 #, no-wrap msgid "" "Set HDAU layout-it to 885:\n" @@ -1698,7 +1762,7 @@ msgstr "" #. type: "HDAULayoutIDx887_description" -#: Resources/templates/Localizable.strings:457 +#: Resources/templates/Localizable.strings:476 #, no-wrap msgid "" "Set HDAU layout-it to 887:\n" @@ -1706,7 +1770,7 @@ msgstr "" #. type: "HDAULayoutIDx888_description" -#: Resources/templates/Localizable.strings:461 +#: Resources/templates/Localizable.strings:480 #, no-wrap msgid "" "Set HDAU layout-it to 888:\n" @@ -1714,7 +1778,7 @@ msgstr "" #. type: "HDAULayoutIDx889_description" -#: Resources/templates/Localizable.strings:465 +#: Resources/templates/Localizable.strings:484 #, no-wrap msgid "" "Set HDAU layout-it to 889:\n" @@ -1722,7 +1786,7 @@ msgstr "" #. type: "HDAULayoutIDx892_description" -#: Resources/templates/Localizable.strings:469 +#: Resources/templates/Localizable.strings:488 #, no-wrap msgid "" "Set HDAU layout-it to 892:\n" @@ -1730,7 +1794,7 @@ msgstr "" #. type: "HDAULayoutIDx898_description" -#: Resources/templates/Localizable.strings:473 +#: Resources/templates/Localizable.strings:492 #, no-wrap msgid "" "Set HDAU layout-it to 898:\n" @@ -1738,7 +1802,7 @@ msgstr "" #. type: "HDAULayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:477 +#: Resources/templates/Localizable.strings:496 #, no-wrap msgid "" "Set HDAU layout-it to 1981:\n" @@ -1746,625 +1810,625 @@ msgstr "" #. type: "IntelCaprix00_title" -#: Resources/templates/Localizable.strings:482 +#: Resources/templates/Localizable.strings:501 #, no-wrap msgid "01660000" msgstr "01660000" #. type: "IntelCaprix00_description" -#: Resources/templates/Localizable.strings:483 +#: Resources/templates/Localizable.strings:502 #, no-wrap msgid "Set 01660000 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix01_title" -#: Resources/templates/Localizable.strings:485 +#: Resources/templates/Localizable.strings:504 #, no-wrap msgid "01660001" msgstr "01660001" #. type: "IntelCaprix01_description" -#: Resources/templates/Localizable.strings:486 +#: Resources/templates/Localizable.strings:505 #, no-wrap msgid "Set 01660001 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix02_title" -#: Resources/templates/Localizable.strings:488 +#: Resources/templates/Localizable.strings:507 #, no-wrap msgid "01660002" msgstr "01660002" #. type: "IntelCaprix02_description" -#: Resources/templates/Localizable.strings:489 +#: Resources/templates/Localizable.strings:508 #, no-wrap msgid "Set 01660002 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix03_title" -#: Resources/templates/Localizable.strings:491 +#: Resources/templates/Localizable.strings:510 #, no-wrap msgid "01660003" msgstr "01660003" #. type: "IntelCaprix03_description" -#: Resources/templates/Localizable.strings:492 +#: Resources/templates/Localizable.strings:511 #, no-wrap msgid "Set 01660003 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix04_title" -#: Resources/templates/Localizable.strings:494 +#: Resources/templates/Localizable.strings:513 #, no-wrap msgid "01660004" msgstr "01660004" #. type: "IntelCaprix04_description" -#: Resources/templates/Localizable.strings:495 +#: Resources/templates/Localizable.strings:514 #, no-wrap msgid "Set 01660004 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix05_title" -#: Resources/templates/Localizable.strings:497 +#: Resources/templates/Localizable.strings:516 #, no-wrap msgid "01620005" msgstr "01620005" #. type: "IntelCaprix05_description" -#: Resources/templates/Localizable.strings:498 +#: Resources/templates/Localizable.strings:517 #, no-wrap msgid "Set 01620005 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix06_title" -#: Resources/templates/Localizable.strings:500 +#: Resources/templates/Localizable.strings:519 #, no-wrap msgid "01620006" msgstr "01620006" #. type: "IntelCaprix06_description" -#: Resources/templates/Localizable.strings:501 +#: Resources/templates/Localizable.strings:520 #, no-wrap msgid "Set 01620006 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix07_title" -#: Resources/templates/Localizable.strings:503 +#: Resources/templates/Localizable.strings:522 #, no-wrap msgid "01620007" msgstr "01620007" #. type: "IntelCaprix07_description" -#: Resources/templates/Localizable.strings:504 +#: Resources/templates/Localizable.strings:523 #, no-wrap msgid "Set 01620007 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix08_title" -#: Resources/templates/Localizable.strings:506 +#: Resources/templates/Localizable.strings:525 #, no-wrap msgid "01660008" msgstr "01660008" #. type: "IntelCaprix08_description" -#: Resources/templates/Localizable.strings:507 +#: Resources/templates/Localizable.strings:526 #, no-wrap msgid "Set 01660008 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix09_title" -#: Resources/templates/Localizable.strings:509 +#: Resources/templates/Localizable.strings:528 #, no-wrap msgid "01660009" msgstr "01660009" #. type: "IntelCaprix09_description" -#: Resources/templates/Localizable.strings:510 +#: Resources/templates/Localizable.strings:529 #, no-wrap msgid "Set 01660009 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix10_title" -#: Resources/templates/Localizable.strings:512 +#: Resources/templates/Localizable.strings:531 #, no-wrap msgid "0166000a" msgstr "0166000a" #. type: "IntelCaprix10_description" -#: Resources/templates/Localizable.strings:513 +#: Resources/templates/Localizable.strings:532 #, no-wrap msgid "Set 0166000a for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix11_title" -#: Resources/templates/Localizable.strings:515 +#: Resources/templates/Localizable.strings:534 #, no-wrap msgid "0166000b" msgstr "0166000b" #. type: "IntelCaprix11_description" -#: Resources/templates/Localizable.strings:516 +#: Resources/templates/Localizable.strings:535 #, no-wrap msgid "Set 0166000b for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelAzulx00_title" -#: Resources/templates/Localizable.strings:520 +#: Resources/templates/Localizable.strings:539 #, no-wrap msgid "00000604" msgstr "00000604" #. type: "IntelAzulx00_description" -#: Resources/templates/Localizable.strings:521 +#: Resources/templates/Localizable.strings:540 #, no-wrap msgid "Set 00000604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx01_title" -#: Resources/templates/Localizable.strings:523 +#: Resources/templates/Localizable.strings:542 #, no-wrap msgid "0000060c" msgstr "0000060c" #. type: "IntelAzulx01_description" -#: Resources/templates/Localizable.strings:524 +#: Resources/templates/Localizable.strings:543 #, no-wrap msgid "Set 0000060c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx02_title" -#: Resources/templates/Localizable.strings:526 +#: Resources/templates/Localizable.strings:545 #, no-wrap msgid "00001604" msgstr "00001604" #. type: "IntelAzulx02_description" -#: Resources/templates/Localizable.strings:527 +#: Resources/templates/Localizable.strings:546 #, no-wrap msgid "Set 00001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx03_title" -#: Resources/templates/Localizable.strings:529 +#: Resources/templates/Localizable.strings:548 #, no-wrap msgid "0000160a" msgstr "0000160a" #. type: "IntelAzulx03_description" -#: Resources/templates/Localizable.strings:530 +#: Resources/templates/Localizable.strings:549 #, no-wrap msgid "Set 0000160a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx04_title" -#: Resources/templates/Localizable.strings:532 +#: Resources/templates/Localizable.strings:551 #, no-wrap msgid "0000160c" msgstr "0000160c" #. type: "IntelAzulx04_description" -#: Resources/templates/Localizable.strings:533 +#: Resources/templates/Localizable.strings:552 #, no-wrap msgid "Set 0000160c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx05_title" -#: Resources/templates/Localizable.strings:535 +#: Resources/templates/Localizable.strings:554 #, no-wrap msgid "00002604" msgstr "00002604" #. type: "IntelAzulx05_description" -#: Resources/templates/Localizable.strings:536 +#: Resources/templates/Localizable.strings:555 #, no-wrap msgid "Set 00002604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx06_title" -#: Resources/templates/Localizable.strings:538 +#: Resources/templates/Localizable.strings:557 #, no-wrap msgid "0000260a" msgstr "0000260a" #. type: "IntelAzulx06_description" -#: Resources/templates/Localizable.strings:539 +#: Resources/templates/Localizable.strings:558 #, no-wrap msgid "Set 0000260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx07_title" -#: Resources/templates/Localizable.strings:541 +#: Resources/templates/Localizable.strings:560 #, no-wrap msgid "0000260c" msgstr "0000260c" #. type: "IntelAzulx07_description" -#: Resources/templates/Localizable.strings:542 +#: Resources/templates/Localizable.strings:561 #, no-wrap msgid "Set 0600260c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx08_title" -#: Resources/templates/Localizable.strings:544 +#: Resources/templates/Localizable.strings:563 #, no-wrap msgid "0000260d" msgstr "0000260d" #. type: "IntelAzulx08_description" -#: Resources/templates/Localizable.strings:545 +#: Resources/templates/Localizable.strings:564 #, no-wrap msgid "Set 0000260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx09_title" -#: Resources/templates/Localizable.strings:547 +#: Resources/templates/Localizable.strings:566 #, no-wrap msgid "02001604" msgstr "02001604" #. type: "IntelAzulx09_description" -#: Resources/templates/Localizable.strings:548 +#: Resources/templates/Localizable.strings:567 #, no-wrap msgid "Set 02001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx10_title" -#: Resources/templates/Localizable.strings:550 +#: Resources/templates/Localizable.strings:569 #, no-wrap msgid "0300220d" msgstr "0300220d" #. type: "IntelAzulx10_description" -#: Resources/templates/Localizable.strings:551 +#: Resources/templates/Localizable.strings:570 #, no-wrap msgid "Set 0300220d for Intel Haswell (Desktop) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx11_title" -#: Resources/templates/Localizable.strings:553 +#: Resources/templates/Localizable.strings:572 #, no-wrap msgid "0500260a" msgstr "0500260a" #. type: "IntelAzulx11_description" -#: Resources/templates/Localizable.strings:554 +#: Resources/templates/Localizable.strings:573 #, no-wrap msgid "Set 0500260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx12_title" -#: Resources/templates/Localizable.strings:556 +#: Resources/templates/Localizable.strings:575 #, no-wrap msgid "0600260a" msgstr "0600260a" #. type: "IntelAzulx12_description" -#: Resources/templates/Localizable.strings:557 +#: Resources/templates/Localizable.strings:576 #, no-wrap msgid "Set 0600260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx13_title" -#: Resources/templates/Localizable.strings:559 +#: Resources/templates/Localizable.strings:578 #, no-wrap msgid "0700260d" msgstr "0700260d" #. type: "IntelAzulx13_description" -#: Resources/templates/Localizable.strings:560 +#: Resources/templates/Localizable.strings:579 #, no-wrap msgid "Set 0700260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx14_title" -#: Resources/templates/Localizable.strings:562 +#: Resources/templates/Localizable.strings:581 #, no-wrap msgid "0800260a" msgstr "0800260a" #. type: "IntelAzulx14_description" -#: Resources/templates/Localizable.strings:563 +#: Resources/templates/Localizable.strings:582 #, no-wrap msgid "Set 0800260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx15_title" -#: Resources/templates/Localizable.strings:565 +#: Resources/templates/Localizable.strings:584 #, no-wrap msgid "08002e0a" msgstr "08002e0a" #. type: "IntelAzulx15_description" -#: Resources/templates/Localizable.strings:566 +#: Resources/templates/Localizable.strings:585 #, no-wrap msgid "Set 08002e0a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "AD2000B_PinConf_title" -#: Resources/templates/Localizable.strings:570 +#: Resources/templates/Localizable.strings:589 #, no-wrap msgid "AD2000b" msgstr "AD2000b" #. type: "AD2000B_PinConf_description" -#: Resources/templates/Localizable.strings:571 +#: Resources/templates/Localizable.strings:590 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD2000b." msgstr "" #. type: "AD1981HD_PinConf_title" -#: Resources/templates/Localizable.strings:573 +#: Resources/templates/Localizable.strings:592 #, no-wrap msgid "AD1981HD" msgstr "AD1981HD" #. type: "AD1981HD_PinConf_description" -#: Resources/templates/Localizable.strings:574 +#: Resources/templates/Localizable.strings:593 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1981HD." msgstr "" #. type: "AD1988B_PinConf_title" -#: Resources/templates/Localizable.strings:576 +#: Resources/templates/Localizable.strings:595 #, no-wrap msgid "AD1988b" msgstr "AD1988b" #. type: "AD1988B_PinConf_description" -#: Resources/templates/Localizable.strings:577 +#: Resources/templates/Localizable.strings:596 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1988b." msgstr "" #. type: "ALC888_PinConf_title" -#: Resources/templates/Localizable.strings:579 +#: Resources/templates/Localizable.strings:598 #, no-wrap msgid "ALC888" msgstr "ALC888" #. type: "ALC888_PinConf_description" -#: Resources/templates/Localizable.strings:580 +#: Resources/templates/Localizable.strings:599 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC888." msgstr "" #. type: "ALC1200_PinConf_title" -#: Resources/templates/Localizable.strings:582 +#: Resources/templates/Localizable.strings:601 #, no-wrap msgid "ALC1200" msgstr "ALC1200" #. type: "ALC1200_PinConf_description" -#: Resources/templates/Localizable.strings:583 +#: Resources/templates/Localizable.strings:602 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC1200." msgstr "" #. type: "00_PinConf_title" -#: Resources/templates/Localizable.strings:585 +#: Resources/templates/Localizable.strings:604 #, no-wrap msgid "00" msgstr "00" #. type: "00_PinConf_description" -#: Resources/templates/Localizable.strings:586 +#: Resources/templates/Localizable.strings:605 #, no-wrap msgid "Set HDEF PinConfiguration for ???." msgstr "" #. type: "GraphicsEnabler_title" -#: Resources/templates/Localizable.strings:590 +#: Resources/templates/Localizable.strings:609 #, no-wrap msgid "GraphicsEnabler=Yes" msgstr "GraphicsEnabler=Yes" #. type: "GraphicsEnabler_description" -#: Resources/templates/Localizable.strings:591 +#: Resources/templates/Localizable.strings:610 #, no-wrap msgid "Enables the option to autodetect NVIDIA, AMD/ATI or Intel based GPUs and inject the correct info." msgstr "Omogućuje opciju auto prepoznavanja NVIDIA/ATI/Intel baziranih grafičkih video kartica i upisuje pravilne informacije o istoj." #. type: "EnableHDMIAudio_title" -#: Resources/templates/Localizable.strings:593 +#: Resources/templates/Localizable.strings:612 #, no-wrap msgid "EnableHDMIAudio=Yes" msgstr "EnableHDMIAudio=Yes" #. type: "EnableHDMIAudio_description" -#: Resources/templates/Localizable.strings:594 +#: Resources/templates/Localizable.strings:613 #, no-wrap msgid "Inject HDMi audio for NVIDIA or AMD/ATI." msgstr "" #. type: "UseIntelHDMI_title" -#: Resources/templates/Localizable.strings:596 +#: Resources/templates/Localizable.strings:615 #, no-wrap msgid "UseIntelHDMI=Yes" msgstr "UseIntelHDMI=Yes" #. type: "UseIntelHDMI_description" -#: Resources/templates/Localizable.strings:597 +#: Resources/templates/Localizable.strings:616 #, no-wrap msgid "If YES, hda-gfx=onboard-1 will be injected into the GFX0 and HDEF devices. Also, if an ATI or Nvidia HDMI device is present, they'll be assigned to onboard-2. If NO, then ATI or Nvidia devices will get onboard-1 as well as the HDAU device if present." msgstr "" #. type: "UseAtiROM_title" -#: Resources/templates/Localizable.strings:599 +#: Resources/templates/Localizable.strings:618 #, no-wrap msgid "UseAtiROM=Yes" msgstr "UseAtiROM=Yes" #. type: "UseAtiROM_description" -#: Resources/templates/Localizable.strings:600 +#: Resources/templates/Localizable.strings:619 #, no-wrap msgid "Enables UseAtiROM options." msgstr "Uključuje UseAtiROM opciju." #. type: "UseNvidiaROM_title" -#: Resources/templates/Localizable.strings:602 +#: Resources/templates/Localizable.strings:621 #, no-wrap msgid "UseNvidiaROM=Yes" msgstr "UseNvidiaROM=Yes" #. type: "UseNvidiaROM_description" -#: Resources/templates/Localizable.strings:603 +#: Resources/templates/Localizable.strings:622 #, no-wrap msgid "Enables UseNvidiaROM options." msgstr "Uključuje UseNvidiaROM opciju." #. type: "VBIOS_title" -#: Resources/templates/Localizable.strings:605 +#: Resources/templates/Localizable.strings:624 #, no-wrap msgid "VBIOS=Yes" msgstr "VBIOS=Yes" #. type: "VBIOS_description" -#: Resources/templates/Localizable.strings:606 +#: Resources/templates/Localizable.strings:625 #, no-wrap msgid "Enables VBIOS option" msgstr "Uključuje VBIOS opciju" #. type: "SkipIntelGfx_title" -#: Resources/templates/Localizable.strings:608 +#: Resources/templates/Localizable.strings:627 #, no-wrap msgid "SkipIntelGfx=Yes" msgstr "SkipIntelGfx=Yes" #. type: "SkipIntelGfx_description" -#: Resources/templates/Localizable.strings:609 +#: Resources/templates/Localizable.strings:628 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for Intel based GPUs." msgstr "" #. type: "SkipNvidiaGfx_title" -#: Resources/templates/Localizable.strings:611 +#: Resources/templates/Localizable.strings:630 #, no-wrap msgid "SkipNvidiaGfx=Yes" msgstr "SkipNvidiaGfx=Yes" #. type: "SkipNvidiaGfx_description" -#: Resources/templates/Localizable.strings:612 +#: Resources/templates/Localizable.strings:631 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for NVIDIA based GPUs." msgstr "" #. type: "SkipAtiGfx_title" -#: Resources/templates/Localizable.strings:614 +#: Resources/templates/Localizable.strings:633 #, no-wrap msgid "SkipAtiGfx=Yes" msgstr "SkipAtiGfx=Yes" #. type: "SkipAtiGfx_description" -#: Resources/templates/Localizable.strings:615 +#: Resources/templates/Localizable.strings:634 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for AMD/ATI based GPUs." msgstr "" #. type: "EnableBacklight_title" -#: Resources/templates/Localizable.strings:617 +#: Resources/templates/Localizable.strings:636 #, no-wrap msgid "EnableBacklight=Yes" msgstr "EnableBacklight=Yes" #. type: "EnableBacklight_description" -#: Resources/templates/Localizable.strings:618 +#: Resources/templates/Localizable.strings:637 #, no-wrap msgid "Enables Backlight options for laptop with nVidia cards." msgstr "" #. type: "EnableDualLink_title" -#: Resources/templates/Localizable.strings:620 +#: Resources/templates/Localizable.strings:639 #, no-wrap msgid "EnableDualLink=Yes" msgstr "EnableDualLink=Yes" #. type: "EnableDualLink_description" -#: Resources/templates/Localizable.strings:621 +#: Resources/templates/Localizable.strings:640 #, no-wrap msgid "Enables DualLink options for nVidia and ATi cards." msgstr "" #. type: "NvidiaGeneric_title" -#: Resources/templates/Localizable.strings:623 +#: Resources/templates/Localizable.strings:642 #, no-wrap msgid "NvidiaGeneric=Yes" msgstr "NvidiaGeneric=Yes" #. type: "NvidiaGeneric_description" -#: Resources/templates/Localizable.strings:624 +#: Resources/templates/Localizable.strings:643 #, no-wrap msgid "Use the classic Nvidia name for the SystemProfiler (disabled by default)." msgstr "" #. type: "Verbose_title" -#: Resources/templates/Localizable.strings:630 +#: Resources/templates/Localizable.strings:649 #, no-wrap msgid "Verbose Mode" msgstr "Verbose Mode" #. type: "Verbose_description" -#: Resources/templates/Localizable.strings:631 +#: Resources/templates/Localizable.strings:650 #, no-wrap msgid "Turns on verbose logging and allows you to see messages from both Chameleon and the OS X kernel at boot time. Essential for troubleshooting." msgstr "Uključuje verbose prijavu i omogućuje vam da vidite poruke iz oba Chameleon i kernel OS X prilikom pokretanja. Osnova za rješavanje problema." #. type: "Singleusermode_title" -#: Resources/templates/Localizable.strings:633 +#: Resources/templates/Localizable.strings:652 #, no-wrap msgid "Single User Mode" msgstr "Single User Mode" #. type: "Singleusermode_description" -#: Resources/templates/Localizable.strings:634 +#: Resources/templates/Localizable.strings:653 #, no-wrap msgid "A troubleshooting option used for booting into OS X's BSD/Unix command line." msgstr "Opcija za rješavanje problema koja se koristi za podizanje OS X BSD / Unix komandnog reda." #. type: "Ignorecaches_title" -#: Resources/templates/Localizable.strings:636 +#: Resources/templates/Localizable.strings:655 #, no-wrap msgid "Ignore Caches" msgstr "Ignore Caches" #. type: "Ignorecaches_description" -#: Resources/templates/Localizable.strings:637 +#: Resources/templates/Localizable.strings:656 #, no-wrap msgid "Not an option that's needed for everyday booting, but it can be useful if you want OS X to load all files from it's system folders, rather than relying on it's pre-built caches." msgstr "Opcija koja nije potrebna za svakodnevno podizanje, ali može biti korisna ukoliko želite da OS X učita sve fajlove iz sustavnog direktorija, radije nego se oslanjajući na pre-izgrađenu predmemoriju." #. type: "Npci_title" -#: Resources/templates/Localizable.strings:639 +#: Resources/templates/Localizable.strings:658 #, no-wrap msgid "npci=0x2000" msgstr "npci=0x2000" #. type: "Npci_description" -#: Resources/templates/Localizable.strings:640 +#: Resources/templates/Localizable.strings:659 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x2000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "Postavlja zastave npci = 0x2000 za Kernel Zastave" #. type: "Npci3_title" -#: Resources/templates/Localizable.strings:642 +#: Resources/templates/Localizable.strings:661 #, no-wrap msgid "npci=0x3000" msgstr "npci=0x3000" #. type: "Npci3_description" -#: Resources/templates/Localizable.strings:643 +#: Resources/templates/Localizable.strings:662 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x3000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "Postavlja zastave npci = 0x3000 za Kernel Zastave" #. type: "WaitingRootDevice_title" -#: Resources/templates/Localizable.strings:645 +#: Resources/templates/Localizable.strings:664 #, no-wrap msgid "ahcidisk=1 debug=8" msgstr "ahcidisk=1 debug=8" #. type: "WaitingRootDevice_description" -#: Resources/templates/Localizable.strings:646 +#: Resources/templates/Localizable.strings:665 #, no-wrap msgid "" "Info here: Waiting for root device when kernel cache used only with some disks +FIX\n" @@ -2373,25 +2437,25 @@ msgstr "" #. type: "Darkwake_title" -#: Resources/templates/Localizable.strings:650 +#: Resources/templates/Localizable.strings:669 #, no-wrap msgid "darkwake=0" msgstr "darkwake=0" #. type: "Darkwake_description" -#: Resources/templates/Localizable.strings:651 +#: Resources/templates/Localizable.strings:670 #, no-wrap msgid "Lion only. Disables the 'low power wake' feature which can sometimes leave the screen black after wake from sleep." msgstr "Samo Lion. Isključuje 'low power wake' opciju koja ponekad ostavi crni zaslon poslije buđenja iz spavanja." #. type: "NvdaDrv1_title" -#: Resources/templates/Localizable.strings:653 +#: Resources/templates/Localizable.strings:672 #, no-wrap msgid "nvda_drv=1" msgstr "nvda_drv=1" #. type: "NvdaDrv1_description" -#: Resources/templates/Localizable.strings:654 +#: Resources/templates/Localizable.strings:673 #, no-wrap msgid "" "It introduces a new Preference Pane under System Preferences that allows you to enable the Nvidia Web Driver.\n" @@ -2401,25 +2465,25 @@ msgstr "" #. type: "kext-dev-mode1_title" -#: Resources/templates/Localizable.strings:659 +#: Resources/templates/Localizable.strings:678 #, no-wrap msgid "kext-dev-mode=1" msgstr "kext-dev-mode=1" #. type: "kext-dev-mode1_description" -#: Resources/templates/Localizable.strings:660 +#: Resources/templates/Localizable.strings:679 #, no-wrap msgid "In Yosemite Developer Previews, unsigned or improperly signed kexts will not be loaded. To use unsigned kexts during development, this strict check can be disabled by adding a 'kext-dev-mode=1' boot arg." msgstr "" #. type: "Dart0_title" -#: Resources/templates/Localizable.strings:662 +#: Resources/templates/Localizable.strings:681 #, no-wrap msgid "dart=0" msgstr "dart=0" #. type: "Dart0_description" -#: Resources/templates/Localizable.strings:663 +#: Resources/templates/Localizable.strings:682 #, no-wrap msgid "" "Avoiding the DMAR processing causing by VT-d function in Osx (Virtualization).\n" @@ -2427,277 +2491,283 @@ msgstr "" #. type: "mac-de_title" -#: Resources/templates/Localizable.strings:670 +#: Resources/templates/Localizable.strings:689 #, no-wrap msgid "German Mac Keyboard" msgstr "German Mac Keyboard" #. type: "mac-de_description" -#: Resources/templates/Localizable.strings:671 +#: Resources/templates/Localizable.strings:690 #, no-wrap msgid "Use the keyboard layout for a German Mac keyboard" msgstr "Korištenje tipkovnice za Njemačku Mac tipkovnicu" #. type: "mac-es_title" -#: Resources/templates/Localizable.strings:673 +#: Resources/templates/Localizable.strings:692 #, no-wrap msgid "Spanish Mac Keyboard" msgstr "Spanish Mac Keyboard" #. type: "mac-es_description" -#: Resources/templates/Localizable.strings:674 +#: Resources/templates/Localizable.strings:693 #, no-wrap msgid "Use the keyboard layout for a Spanish Mac keyboard" msgstr "Korištenje tipkovnice za Španjolsku Mac tipkovnicu" #. type: "mac-fr_title" -#: Resources/templates/Localizable.strings:676 +#: Resources/templates/Localizable.strings:695 #, no-wrap msgid "French Mac Keyboard" msgstr "French Mac Keyboard" #. type: "mac-fr_description" -#: Resources/templates/Localizable.strings:677 +#: Resources/templates/Localizable.strings:696 #, no-wrap msgid "Use the keyboard layout for a French Mac keyboard" msgstr "Korištenje tipkovnice za Francusku Mac tipkovnicu" #. type: "mac-it_title" -#: Resources/templates/Localizable.strings:679 +#: Resources/templates/Localizable.strings:698 #, no-wrap msgid "Italian Mac Keyboard" msgstr "Italian Mac Keyboard" #. type: "mac-it_description" -#: Resources/templates/Localizable.strings:680 +#: Resources/templates/Localizable.strings:699 #, no-wrap msgid "Use the keyboard layout for an Italian Mac keyboard" msgstr "Korištenje tipkovnice za Italijansku Mac tipkovnicu" #. type: "mac-se_title" -#: Resources/templates/Localizable.strings:682 +#: Resources/templates/Localizable.strings:701 #, no-wrap msgid "Swedish Mac Keyboard" msgstr "Swedish Mac Keyboard" #. type: "mac-se_description" -#: Resources/templates/Localizable.strings:683 +#: Resources/templates/Localizable.strings:702 #, no-wrap msgid "Use the keyboard layout for a Swedish Mac keyboard" msgstr "Korištenje tipkovnice za Svedsku Mac tipkovnicu" #. type: "pc-fr_title" -#: Resources/templates/Localizable.strings:685 +#: Resources/templates/Localizable.strings:704 #, no-wrap msgid "French PC Keyboard" msgstr "French PC Keyboard" #. type: "pc-fr_description" -#: Resources/templates/Localizable.strings:686 +#: Resources/templates/Localizable.strings:705 #, no-wrap msgid "Use the keyboard layout for a French PC keyboard" msgstr "Korištenje tipkovnice za Francusku PC tipkovnicu" #. type: "Embed_title" -#: Resources/templates/Localizable.strings:693 +#: Resources/templates/Localizable.strings:712 #, no-wrap msgid "Embed" msgstr "French PC Keyboard" #. type: "Embed_description" -#: Resources/templates/Localizable.strings:694 +#: Resources/templates/Localizable.strings:713 #, no-wrap msgid "A smaller simple version of the new default theme used when building a version of Chameleon which requires an embedded theme." msgstr "Manja, jednostavnija verzija nove zadane teme koja se koristi prilikom izgradnje Chameleon-a koji zahtjeva ugrađenu temu. " #. type: "Legacy_title" -#: Resources/templates/Localizable.strings:696 +#: Resources/templates/Localizable.strings:715 #, no-wrap msgid "Legacy" msgstr "Legacy" #. type: "Legacy_description" -#: Resources/templates/Localizable.strings:697 +#: Resources/templates/Localizable.strings:716 #, no-wrap msgid "Chameleon's original default theme introduced for v2.0 RC1" msgstr "Chameleonova prethodno zadana tema." +#. type: "Default_title" +#: Resources/templates/Localizable.strings:718 +#, no-wrap +msgid "Standard" +msgstr "Standard" + #. type: "Default_description" -#: Resources/templates/Localizable.strings:700 +#: Resources/templates/Localizable.strings:719 #, no-wrap msgid "Chameleon default theme introduced for v2.0 RC5" msgstr "Chameleonova trenutno zadana tema." #. type: "Bullet_title" -#: Resources/templates/Localizable.strings:702 +#: Resources/templates/Localizable.strings:721 #, no-wrap msgid "Bullet" msgstr "Bullet" #. type: "Bullet_description" -#: Resources/templates/Localizable.strings:703 +#: Resources/templates/Localizable.strings:722 #, no-wrap msgid "A lovely simple theme by NoSmokingBandit from April 2009." msgstr "Predivna jednostavna tema od NoSmokingBandit iz Aprila 2009." #. type: "Audio_title" -#: Resources/templates/Localizable.strings:712 +#: Resources/templates/Localizable.strings:731 #, no-wrap msgid "Audio" msgstr "Audio" #. type: "Audio_description" -#: Resources/templates/Localizable.strings:713 +#: Resources/templates/Localizable.strings:732 #, no-wrap msgid "A selection of options that deal with audio." msgstr "" #. type: "Control_title" -#: Resources/templates/Localizable.strings:716 +#: Resources/templates/Localizable.strings:735 #, no-wrap msgid "Control Options" msgstr "Control Options" #. type: "Control_description" -#: Resources/templates/Localizable.strings:717 +#: Resources/templates/Localizable.strings:736 #, no-wrap msgid "Settings to control how Chameleon works." msgstr "Opcije za kontrolu rada Chameleona." #. type: "General_title" -#: Resources/templates/Localizable.strings:720 +#: Resources/templates/Localizable.strings:739 #, no-wrap msgid "General Options" msgstr "General Options" #. type: "General_description" -#: Resources/templates/Localizable.strings:721 +#: Resources/templates/Localizable.strings:740 #, no-wrap msgid "Choose from a selection of base options." msgstr "Izaberite od selekcije iz baze opcija." #. type: "KernelFlags_title" -#: Resources/templates/Localizable.strings:724 +#: Resources/templates/Localizable.strings:743 #, no-wrap msgid "Kernel Flags" msgstr "Kernel Flags" #. type: "KernelFlags_description" -#: Resources/templates/Localizable.strings:725 +#: Resources/templates/Localizable.strings:744 #, no-wrap msgid "Choose from a selection of kernel flags." msgstr "Izaberite od selekcije iz kernel zastava." #. type: "PowerManagement_title" -#: Resources/templates/Localizable.strings:728 +#: Resources/templates/Localizable.strings:747 #, no-wrap msgid "Power Management" msgstr "Power Management" #. type: "PowerManagement_description" -#: Resources/templates/Localizable.strings:729 +#: Resources/templates/Localizable.strings:748 #, no-wrap msgid "A selection of options that deal with power management and speedstep." msgstr "Odabir opcija koje se bave upravljanjem potrošnjom energije i SpeedStep-om." #. type: "Resolution_description" -#: Resources/templates/Localizable.strings:733 +#: Resources/templates/Localizable.strings:752 #, no-wrap msgid "Set one resolution to use." msgstr "Postavite jednu odluku za korištenje." #. type: "HDEFLayout_title" -#: Resources/templates/Localizable.strings:736 +#: Resources/templates/Localizable.strings:755 #, no-wrap msgid "HDEF Layout" msgstr "HDEF Layout" #. type: "HDEFLayout_description" -#: Resources/templates/Localizable.strings:737 +#: Resources/templates/Localizable.strings:756 #, no-wrap msgid "Set one HDEF Layout ID to use for your HDA controller." msgstr "" #. type: "HDAULayout_title" -#: Resources/templates/Localizable.strings:740 +#: Resources/templates/Localizable.strings:759 #, no-wrap msgid "HDAU Layout" msgstr "HDAU Layout" #. type: "HDAULayout_description" -#: Resources/templates/Localizable.strings:741 +#: Resources/templates/Localizable.strings:760 #, no-wrap msgid "Set one HDAU Layout ID to use for your HDMi controller." msgstr "" #. type: "IntelCapri_title" -#: Resources/templates/Localizable.strings:744 +#: Resources/templates/Localizable.strings:763 #, no-wrap msgid "Intel Capri AAPL,ig-platform-id" msgstr "Intel Capri AAPL,ig-platform-id" #. type: "IntelCapri_description" -#: Resources/templates/Localizable.strings:745 +#: Resources/templates/Localizable.strings:764 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD4000." msgstr "" #. type: "IntelAzul_title" -#: Resources/templates/Localizable.strings:748 +#: Resources/templates/Localizable.strings:767 #, no-wrap msgid "Intel Azul AAPL,ig-platform-id" msgstr "Intel Azul AAPL,ig-platform-id" #. type: "IntelAzul_description" -#: Resources/templates/Localizable.strings:749 +#: Resources/templates/Localizable.strings:768 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD5000." msgstr "" #. type: "HDEFPinConfiguration_title" -#: Resources/templates/Localizable.strings:752 +#: Resources/templates/Localizable.strings:771 #, no-wrap msgid "HDEF PinConfiguration" msgstr "HDEF PinConfiguration" #. type: "HDEFPinConfiguration_description" -#: Resources/templates/Localizable.strings:753 +#: Resources/templates/Localizable.strings:772 #, no-wrap msgid "Set one HDEF PinConfiguration to use." msgstr "" #. type: "Video_title" -#: Resources/templates/Localizable.strings:756 +#: Resources/templates/Localizable.strings:775 #, no-wrap msgid "Video" msgstr "Video" #. type: "Video_description" -#: Resources/templates/Localizable.strings:757 +#: Resources/templates/Localizable.strings:776 #, no-wrap msgid "A selection of options that deal with video." msgstr "Odabir opcija koje se bave videom." #. type: "Keymaps_title" -#: Resources/templates/Localizable.strings:760 +#: Resources/templates/Localizable.strings:779 #, no-wrap msgid "KeyLayout" msgstr "KeyLayout" #. type: "Keymaps_description" -#: Resources/templates/Localizable.strings:761 +#: Resources/templates/Localizable.strings:780 #, no-wrap msgid "Select one keylayout to use. This will also install the Keylayout module and keymaps." msgstr "Odaberite jednu keylayout koristiti. To će također instalirati Keylayout modul i mapa tipki." #. type: "Themes_title" -#: Resources/templates/Localizable.strings:767 +#: Resources/templates/Localizable.strings:786 #, no-wrap msgid "Themes" msgstr "Themes" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:768 +#: Resources/templates/Localizable.strings:787 #, no-wrap msgid "" "A collection of sample themes\n" @@ -2706,6 +2776,12 @@ "Skup predloženih tema\n" "Više tema možete pronaći na http://forum.voodooprojects.org/index.php/board,7.0.html" +#~ msgid "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" +#~ msgstr "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" + +#~ msgid "Chameleon" +#~ msgstr "Chameleon" + #~ msgid "Install Type" #~ msgstr "Vrsta instalacije" Index: branches/ErmaC/Enoch/package/po/pl.po =================================================================== --- branches/ErmaC/Enoch/package/po/pl.po (revision 2678) +++ branches/ErmaC/Enoch/package/po/pl.po (revision 2679) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Chameleon 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-13 18:09+0000\n" +"POT-Creation-Date: 2015-05-10 14:42+0200\n" "PO-Revision-Date: 2015-02-13 18:32-0000\n" "Last-Translator: oswaldini \n" "Language-Team: pl \n" @@ -20,13 +20,15 @@ #. type: Content of:

#: Resources/templates/Welcome.html:22 -msgid "Chameleon" -msgstr "Chameleon" +msgid "Enoch" +msgstr "" #. type: Content of:

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

#: Resources/templates/Welcome.html:25 @@ -273,65 +275,127 @@ "boot1 (Na boot-sektorze partycji) za znalezienie boot2.\n" "boot2 (W gównym katalogu partycji) za ładowanie kernela itp." -#. type: "Default_title" +#. type: "BootNo_title" #: Resources/templates/Localizable.strings:25 -#: Resources/templates/Localizable.strings:699 #, no-wrap -msgid "Standard" -msgstr "Chameleon Standard" +msgid "Don't install the Bootloader" +msgstr "Nic" -#. type: "Standard_description" +#. type: "BootNo_description" #: Resources/templates/Localizable.strings:26 #, no-wrap -msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." -msgstr "" -"Ta opcja Instaluje trzy podstawowe pliki i zapisuje boot0 na pierwszych 440 bajtach MBR tak, aby nie zniszczyć istniejącego kodu Windows. Następnie boot0 szuka boot1h na pierwszej aktywnej partycji.\n" -"* Ta metoda instalacji ustawia zaznaczoną partycję jako aktywną." +msgid "Useful if you only want to install the extra's." +msgstr "Nie instaluj Chameleona (Przydatne podczas instalacji tylko komponentów Extra)" -#. type: "noboot_title" +#. type: "Stages_title" #: Resources/templates/Localizable.strings:28 -#, no-wrap -msgid "Don't install the Bootloader" -msgstr "Nic" +#, fuzzy, no-wrap +#| msgid "Chameleon Bootloader Package" +msgid "Bootloader Stages" +msgstr "Chameleon Bootloader" -#. type: "noboot_description" +#. type: "Stages_description" #: Resources/templates/Localizable.strings:29 #, no-wrap -msgid "Useful if you only want to install the extra's." -msgstr "Nie instaluj Chameleona (Przydatne podczas instalacji tylko komponentów Extra)" +msgid "" +"Here you can chose to skip the bootloader installation completely or partially.\n" +"This can be usefull if you want to write Extra's, or skip some stage (0,1 and activation of the target partition).\n" +"Skipping all stages permit you to leave as is already working boot sectors, especially usefull with 4k drives.\n" +"boot is always copied to the target partition when you are skipping one or more stages." +msgstr "" +#. type: "SkipStage0_title" +#: Resources/templates/Localizable.strings:34 +#, no-wrap +msgid "Skip Stage 0" +msgstr "" + +#. type: "SkipStage0_description" +#: Resources/templates/Localizable.strings:35 +#, no-wrap +msgid "" +"Avoid writing stage 0 to the target disk.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipStage1_title" +#: Resources/templates/Localizable.strings:38 +#, no-wrap +msgid "Skip Stage 1" +msgstr "" + +#. type: "SkipStage1_description" +#: Resources/templates/Localizable.strings:39 +#, no-wrap +msgid "" +"Avoid writing stage 1 to the partition boot sector.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipActivePartition_title" +#: Resources/templates/Localizable.strings:42 +#, no-wrap +msgid "Skip Activation" +msgstr "" + +#. type: "SkipActivePartition_description" +#: Resources/templates/Localizable.strings:43 +#, no-wrap +msgid "" +"Prevents activation of the target partition.\n" +"Some old motherboards have a bad implementation of GPT in bios and they can not find partitions if marked active unger Guid Partition Table.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "Standard_title" +#: Resources/templates/Localizable.strings:47 +#, fuzzy, no-wrap +#| msgid " has been written to the root of your chosen partition." +msgid "Install Chameleon in the chosen partition." +msgstr " został zapisany na głównym katalogu wybranej partycji." + +#. type: "Standard_description" +#: Resources/templates/Localizable.strings:48 +#, fuzzy, no-wrap +#| msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." +msgid "Install Chameleon's files to the root of the selected partition using either boot0, boot0md or boot0hfs depending on your system without destroying any existing Windows installation if you have one." +msgstr "" +"Ta opcja Instaluje trzy podstawowe pliki i zapisuje boot0 na pierwszych 440 bajtach MBR tak, aby nie zniszczyć istniejącego kodu Windows. Następnie boot0 szuka boot1h na pierwszej aktywnej partycji.\n" +"* Ta metoda instalacji ustawia zaznaczoną partycję jako aktywną." + #. type: "EFI_title" -#: Resources/templates/Localizable.strings:31 +#: Resources/templates/Localizable.strings:50 #, no-wrap msgid "Install Chameleon in the ESP" msgstr "" #. type: "EFI_description" -#: Resources/templates/Localizable.strings:32 -#, no-wrap -msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +#: Resources/templates/Localizable.strings:51 +#, fuzzy, no-wrap +#| msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0, boot0md or boot0hfs depending on your system." msgstr "Instaluj pliki Chameleona na domyślnie ukrytej partycji EFI, używając boot0 lub boot0md zależnie od Twojego systemu, bez niszczenia instalacji Windowsa, jeśli taką posiadasz." #. type: "Module_title" -#: Resources/templates/Localizable.strings:37 +#: Resources/templates/Localizable.strings:56 #, no-wrap msgid "Modules" msgstr "Moduły" #. type: "Module_description" -#: Resources/templates/Localizable.strings:38 +#: Resources/templates/Localizable.strings:57 #, no-wrap msgid "The modules system incorporated in chameleon allows for a user or developer to extend the core functionality of chameleon without replacing the main boot file." msgstr "The modules system incorporated in chameleon allows for a user or developer to extend the core functionality of chameleon without replacing the main boot file." #. type: "klibc_title" -#: Resources/templates/Localizable.strings:40 +#: Resources/templates/Localizable.strings:59 #, no-wrap msgid "klibc" msgstr "klibc" #. type: "klibc_description" -#: Resources/templates/Localizable.strings:41 +#: Resources/templates/Localizable.strings:60 #, no-wrap msgid "" "This module provides a standard c library for modules to link to if the library provided by chameleon is insufficient.\n" @@ -343,13 +407,13 @@ "Source: http://www.kernel.org/pub/linux/libs/klibc/" #. type: "ACPICodec_title" -#: Resources/templates/Localizable.strings:45 +#: Resources/templates/Localizable.strings:64 #, no-wrap msgid "ACPICodec" msgstr "ACPICodec" #. type: "ACPICodec_description" -#: Resources/templates/Localizable.strings:46 +#: Resources/templates/Localizable.strings:65 #, no-wrap msgid "" "This module provides a substitute for the internal acpi patcher.\n" @@ -357,13 +421,13 @@ msgstr "" #. type: "HDAEnabler_title" -#: Resources/templates/Localizable.strings:49 +#: Resources/templates/Localizable.strings:68 #, no-wrap msgid "HDAEnabler" msgstr "HDAEnabler" #. type: "HDAEnabler_description" -#: Resources/templates/Localizable.strings:50 +#: Resources/templates/Localizable.strings:69 #, no-wrap msgid "" "HDAEnabler module, this module provides a substitute for the Hight Definition Audio DSDT Edits.\n" @@ -371,13 +435,13 @@ msgstr "" #. type: "FileNVRAM_title" -#: Resources/templates/Localizable.strings:53 +#: Resources/templates/Localizable.strings:72 #, no-wrap msgid "FileNVRAM" msgstr "FileNVRAM" #. type: "FileNVRAM_description" -#: Resources/templates/Localizable.strings:54 +#: Resources/templates/Localizable.strings:73 #, no-wrap msgid "" "FileNVRAM module for preloading NVRAM values.\n" @@ -385,13 +449,13 @@ msgstr "" #. type: "Sata_title" -#: Resources/templates/Localizable.strings:57 +#: Resources/templates/Localizable.strings:76 #, no-wrap msgid "Sata" msgstr "Sata" #. type: "Sata_description" -#: Resources/templates/Localizable.strings:58 +#: Resources/templates/Localizable.strings:77 #, no-wrap msgid "" "Sata module, known as YellowIconFixer in cparm's branch.\n" @@ -400,14 +464,14 @@ msgstr "" #. type: "Resolution_title" -#: Resources/templates/Localizable.strings:62 -#: Resources/templates/Localizable.strings:732 +#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:751 #, no-wrap msgid "Resolution" msgstr "Rozdzielczość" #. type: "AutoReso_description" -#: Resources/templates/Localizable.strings:63 +#: Resources/templates/Localizable.strings:82 #, no-wrap msgid "" "This module reads the edid information from the monitor attached to the main display.\n" @@ -419,13 +483,13 @@ "Dodatkowo, moduł zmodyfikuje tryby VESA na kartach Intela starszych niż HD, by umożliwić bootoowanie systemu z wyższą rozdzielczością." #. type: "uClibc_title" -#: Resources/templates/Localizable.strings:67 +#: Resources/templates/Localizable.strings:86 #, no-wrap msgid "uClibc++" msgstr "uClibc++" #. type: "uClibc_description" -#: Resources/templates/Localizable.strings:68 +#: Resources/templates/Localizable.strings:87 #, no-wrap msgid "" "This module provides a minimalistic c++ runtime library for use in other modules. This does not provide functionality by itself, instead it is used to allow for the c++ language to be used in other modules.\n" @@ -440,13 +504,13 @@ "Zależności: klibc" #. type: "KernelPatcher_title" -#: Resources/templates/Localizable.strings:73 +#: Resources/templates/Localizable.strings:92 #, no-wrap msgid "Kernel Patcher" msgstr "Kernel Patcher" #. type: "KernelPatcher_description" -#: Resources/templates/Localizable.strings:74 +#: Resources/templates/Localizable.strings:93 #, no-wrap msgid "" "The KernelPatcher module provides patches for the following:\n" @@ -458,13 +522,13 @@ msgstr "" #. type: "KextPatcher_title" -#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:100 #, no-wrap msgid "Kext Patcher" msgstr "Kext Patcher" #. type: "KextPatcher_description" -#: Resources/templates/Localizable.strings:82 +#: Resources/templates/Localizable.strings:101 #, no-wrap msgid "" "The KextPatcher module provides patches for the following:\n" @@ -472,13 +536,13 @@ msgstr "" #. type: "NVIDIAGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:85 +#: Resources/templates/Localizable.strings:104 #, no-wrap msgid "NVIDIAGraphicsEnabler" msgstr "NVIDIAGraphicsEnabler" #. type: "NVIDIAGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:86 +#: Resources/templates/Localizable.strings:105 #, no-wrap msgid "" "The GraphicsEnabler nVidia code ported to a module.\n" @@ -486,13 +550,13 @@ msgstr "" #. type: "GraphicsEnablerModule_title" -#: Resources/templates/Localizable.strings:89 +#: Resources/templates/Localizable.strings:108 #, no-wrap msgid "GraphicsEnabler" msgstr "GraphicsEnabler" #. type: "GraphicsEnablerModule_description" -#: Resources/templates/Localizable.strings:90 +#: Resources/templates/Localizable.strings:109 #, no-wrap msgid "" "The GraphicsEnabler code ported to a module.\n" @@ -500,13 +564,13 @@ msgstr "" #. type: "AMDGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:93 +#: Resources/templates/Localizable.strings:112 #, no-wrap msgid "AMDGraphicsEnabler" msgstr "AMDGraphicsEnabler" #. type: "AMDGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:94 +#: Resources/templates/Localizable.strings:113 #, no-wrap msgid "" "The GraphicsEnabler AMD/ATi code ported to a module.\n" @@ -514,13 +578,13 @@ msgstr "" #. type: "IntelGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:97 +#: Resources/templates/Localizable.strings:116 #, no-wrap msgid "IntelGraphicsEnabler" msgstr "IntelGraphicsEnabler" #. type: "IntelGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:98 +#: Resources/templates/Localizable.strings:117 #, no-wrap msgid "" "The GraphicsEnabler gma(Intel) code ported to a module.\n" @@ -528,638 +592,638 @@ msgstr "" #. type: "Options_title" -#: Resources/templates/Localizable.strings:106 +#: Resources/templates/Localizable.strings:125 #, no-wrap msgid "Settings" msgstr "Opcje Bootowania" #. type: "Options_description" -#: Resources/templates/Localizable.strings:107 +#: Resources/templates/Localizable.strings:126 #, no-wrap msgid "Create an /Extra/org.chameleon.Boot.plist by selecting any of these boot options and kernel flags." msgstr "Utwórz /Extra/com.apple.Boot.plist i wybierz swoje żądane opcje by kontrolować ustawienia Chameleona." #. type: "BootBanner_title" -#: Resources/templates/Localizable.strings:109 +#: Resources/templates/Localizable.strings:128 #, no-wrap msgid "BootBanner=No" msgstr "BootBanner=No" #. type: "BootBanner_description" -#: Resources/templates/Localizable.strings:110 +#: Resources/templates/Localizable.strings:129 #, no-wrap msgid "Hides Chameleon's boot banner in GUI. This is the text that is drawn at the top left corner of the screen displaying the release version etc." msgstr "Ukrywa boot banner Chameleona w GUI." #. type: "GUI_title" -#: Resources/templates/Localizable.strings:112 +#: Resources/templates/Localizable.strings:131 #, no-wrap msgid "GUI=No" msgstr "GUI=No" #. type: "GUI_description" -#: Resources/templates/Localizable.strings:113 +#: Resources/templates/Localizable.strings:132 #, no-wrap msgid "Disables the default enabled graphic user interface." msgstr "Wyłącza domyślnie włączony Graficzny Interfejs Użytkownika." #. type: "LegacyLogo_title" -#: Resources/templates/Localizable.strings:115 +#: Resources/templates/Localizable.strings:134 #, no-wrap msgid "LegacyLogo=Yes" msgstr "LegacyLogo=Yes" #. type: "LegacyLogo_description" -#: Resources/templates/Localizable.strings:116 +#: Resources/templates/Localizable.strings:135 #, no-wrap msgid "Use the legacy 'dark grey' apple logo on the light grey screen for the boot process rather than the boot.png in the theme." msgstr "Używa oryginalnego logo Apple (szare na białym) w ekranie ładowania, zamiast boot.png." #. type: "InstantMenu_title" -#: Resources/templates/Localizable.strings:118 +#: Resources/templates/Localizable.strings:137 #, no-wrap msgid "InstantMenu=Yes" msgstr "InstantMenu=Yes" #. type: "InstantMenu_description" -#: Resources/templates/Localizable.strings:119 +#: Resources/templates/Localizable.strings:138 #, no-wrap msgid "By default, when Chameleon loads you'll see the icon for the current default partition, along with a timeout progress bar which left alone will count down before Chameleon automatically boots that partition. This options skips that and takes you directly to the device selection screen." msgstr "Wyświetla ekran wyboru partycji od razu, bez pokazywania odliczania." #. type: "QuietBoot_title" -#: Resources/templates/Localizable.strings:121 +#: Resources/templates/Localizable.strings:140 #, no-wrap msgid "QuietBoot=Yes" msgstr "QuietBoot=Yes" #. type: "QuietBoot_description" -#: Resources/templates/Localizable.strings:122 +#: Resources/templates/Localizable.strings:141 #, no-wrap msgid "Enable quiet boot mode (no messages or prompt)." msgstr "Włącza cichy tryb uruchamiania (brak komunikatów i potwierdzeń)." #. type: "ShowInfo_title" -#: Resources/templates/Localizable.strings:124 +#: Resources/templates/Localizable.strings:143 #, no-wrap msgid "ShowInfo=Yes" msgstr "ShowInfo=Yes" #. type: "ShowInfo_description" -#: Resources/templates/Localizable.strings:125 +#: Resources/templates/Localizable.strings:144 #, no-wrap msgid "Enables display of partition and resolution details shown on the left side of the GUI under the boot banner. This is useful information for troubleshooting, though can clash with certain themes." msgstr "Enables display of partition and resolution details." #. type: "Wait_title" -#: Resources/templates/Localizable.strings:127 +#: Resources/templates/Localizable.strings:146 #, no-wrap msgid "Wait=Yes" msgstr "Wait=Yes" #. type: "Wait_description" -#: Resources/templates/Localizable.strings:128 +#: Resources/templates/Localizable.strings:147 #, no-wrap msgid "Pauses the boot process after Chameleon has finished it's setup then waits for a key press before it starts the mach kernel. Useful when combined with verbose boot for troubleshooting." msgstr "Wstrzymuje proces uruchamiania. Gdy Chameleon zakończy przygotowanie do uruchomienia kernela, będzie czekał na naciśnięcie klawisza zanim go uruchomi. Przydatne z opcją Verbose do wyszukiwania błędów." #. type: "PrivateData_title" -#: Resources/templates/Localizable.strings:130 +#: Resources/templates/Localizable.strings:149 #, no-wrap msgid "PrivateData=No" msgstr "PrivateData=No" #. type: "PrivateData_description" -#: Resources/templates/Localizable.strings:131 +#: Resources/templates/Localizable.strings:150 #, no-wrap msgid "Show masked data (serial number) in bdmesg log (enbaled by default)." msgstr "" #. type: "USBBusFix_title" -#: Resources/templates/Localizable.strings:135 +#: Resources/templates/Localizable.strings:154 #, no-wrap msgid "USBBusFix=Yes" msgstr "USBBusFix=Yes" #. type: "USBBusFix_description" -#: Resources/templates/Localizable.strings:136 +#: Resources/templates/Localizable.strings:155 #, no-wrap msgid "Enable the XHCI, EHCI and UHCI fixes (disabled by default)." msgstr "" #. type: "USBLegacyOff_title" -#: Resources/templates/Localizable.strings:138 +#: Resources/templates/Localizable.strings:157 #, no-wrap msgid "USBLegacyOff=Yes" msgstr "USBLegacyOff=Yes" #. type: "USBLegacyOff_description" -#: Resources/templates/Localizable.strings:139 +#: Resources/templates/Localizable.strings:158 #, no-wrap msgid "Force USB Legacy off for XHCI and EHCI (disabled by default)." msgstr "" #. type: "XHCILegacyOff_title" -#: Resources/templates/Localizable.strings:141 +#: Resources/templates/Localizable.strings:160 #, no-wrap msgid "XHCILegacyOff=Yes" msgstr "XHCILegacyOff=Yes" #. type: "XHCILegacyOff_description" -#: Resources/templates/Localizable.strings:142 +#: Resources/templates/Localizable.strings:161 #, no-wrap msgid "Force USB Legacy off for XHCI (disabled by default)." msgstr "" #. type: "UHCIreset_title" -#: Resources/templates/Localizable.strings:144 +#: Resources/templates/Localizable.strings:163 #, no-wrap msgid "UHCIreset=Yes" msgstr "UHCIreset=Yes" #. type: "UHCIreset_description" -#: Resources/templates/Localizable.strings:145 +#: Resources/templates/Localizable.strings:164 #, no-wrap msgid "Enables the option to reset UHCI controllers before starting OS X." msgstr "Włącza opcję resetu kontrolerów UHCI przed uruchomieniem OS X." #. type: "EHCIacquire_title" -#: Resources/templates/Localizable.strings:147 +#: Resources/templates/Localizable.strings:166 #, no-wrap msgid "EHCIacquire=Yes" msgstr "EHCIacquire=Yes" #. type: "EHCIacquire_description" -#: Resources/templates/Localizable.strings:148 +#: Resources/templates/Localizable.strings:167 #, no-wrap msgid "Enables the option to fix any EHCI ownership issues due to bad bioses." msgstr "Włącza opcję naprawy problemów własności EHCI na niepoprawnych biosach." #. type: "arch_title" -#: Resources/templates/Localizable.strings:150 +#: Resources/templates/Localizable.strings:169 #, no-wrap msgid "arch=i386" msgstr "arch=i386" #. type: "arch_description" -#: Resources/templates/Localizable.strings:151 +#: Resources/templates/Localizable.strings:170 #, no-wrap msgid "Boots the kernel in 32bit mode rather than the default 64bit mode." msgstr "Uruchamia kernela w trybie 32 bitowym zamiast domyślnego 64 bitowego." #. type: "EthernetBuiltIn_title" -#: Resources/templates/Localizable.strings:153 +#: Resources/templates/Localizable.strings:172 #, no-wrap msgid "EthernetBuiltIn=Yes" msgstr "EthernetBuiltIn=Yes" #. type: "EthernetBuiltIn_description" -#: Resources/templates/Localizable.strings:154 +#: Resources/templates/Localizable.strings:173 #, no-wrap msgid "Enables the option of adding 'built-in' to your ethernet devices." msgstr "Włącza opcję dodania: 'wbudowany' ('built-in') do twoich urządzeń Ethernetowych." #. type: "EnableWifi_title" -#: Resources/templates/Localizable.strings:156 +#: Resources/templates/Localizable.strings:175 #, no-wrap msgid "EnableWifi=Yes" msgstr "EnableWifi=Yes" #. type: "EnableWifi_description" -#: Resources/templates/Localizable.strings:157 +#: Resources/templates/Localizable.strings:176 #, no-wrap msgid "Enables the option of adding AirPort values to your wireless device." msgstr "" #. type: "ForceHPET_title" -#: Resources/templates/Localizable.strings:159 +#: Resources/templates/Localizable.strings:178 #, no-wrap msgid "ForceHPET=Yes" msgstr "ForceHPET=Yes" #. type: "ForceHPET_description" -#: Resources/templates/Localizable.strings:160 +#: Resources/templates/Localizable.strings:179 #, no-wrap msgid "Enables HPET on intel chipsets, for bioses that dont include the option." msgstr "Włącza HPET na chipsetach Intela, dla biosów, które nie zawierają tej opcji." #. type: "ForceWake_title" -#: Resources/templates/Localizable.strings:162 +#: Resources/templates/Localizable.strings:181 #, no-wrap msgid "ForceWake=Yes" msgstr "ForceWake=Yes" #. type: "ForceWake_description" -#: Resources/templates/Localizable.strings:163 +#: Resources/templates/Localizable.strings:182 #, no-wrap msgid "This option enables you to bypass bad sleep images." msgstr "Ta opcja pozwala obejść złe zrzuty pamięci hibernacji (sleep images)." #. type: "ForceFullMemInfo_title" -#: Resources/templates/Localizable.strings:165 +#: Resources/templates/Localizable.strings:184 #, no-wrap msgid "ForceFullMemInfo=Yes" msgstr "ForceFullMemInfo=Yes" #. type: "ForceFullMemInfo_description" -#: Resources/templates/Localizable.strings:166 +#: Resources/templates/Localizable.strings:185 #, no-wrap msgid "Force SMBIOS Table 17 to be 27 bytes long." msgstr "" #. type: "RestartFix_title" -#: Resources/templates/Localizable.strings:168 +#: Resources/templates/Localizable.strings:187 #, no-wrap msgid "RestartFix=No" msgstr "RestartFix=No" #. type: "RestartFix_description" -#: Resources/templates/Localizable.strings:169 +#: Resources/templates/Localizable.strings:188 #, no-wrap msgid "Disables the automatically enabled restart fix." msgstr "Wyłącza domyślnie włączoną poprawkę restartu." #. type: "UseMemDetect_title" -#: Resources/templates/Localizable.strings:171 +#: Resources/templates/Localizable.strings:190 #, no-wrap msgid "UseMemDetect=No" msgstr "UseMemDetect=No" #. type: "UseMemDetect_description" -#: Resources/templates/Localizable.strings:172 +#: Resources/templates/Localizable.strings:191 #, no-wrap msgid "Disables the automatically enabled RAM recognition." msgstr "Wyłącza domyślnie włączone rozpoznawanie pamięci RAM." #. type: "UseKernelCache_title" -#: Resources/templates/Localizable.strings:174 +#: Resources/templates/Localizable.strings:193 #, no-wrap msgid "UseKernelCache=Yes" msgstr "UseKernelCache=Yes" #. type: "UseKernelCache_description" -#: Resources/templates/Localizable.strings:175 +#: Resources/templates/Localizable.strings:194 #, no-wrap msgid "For Lion only. Enables loading of the pre-linked kernel. This will ignore /E/E and /S/L/E. ONLY use this is you have know it contains everything you need." msgstr "Tylko dla OS X Lion. Włącza ładowanie pre-linkownego kernela. Będzie ignorować zawartość /E/E i /S/L/E. Używaj TYLKO, jeśli wiesz gdzie i co masz." #. type: "Wake_title" -#: Resources/templates/Localizable.strings:177 +#: Resources/templates/Localizable.strings:196 #, no-wrap msgid "Wake=Yes" msgstr "Wake=Yes" #. type: "Wake_description" -#: Resources/templates/Localizable.strings:178 +#: Resources/templates/Localizable.strings:197 #, no-wrap msgid "Attempts to load the sleep image saved from last hibernation." msgstr "Próbuje wczytać zrzut pamięci (sleep image) zapisany podczas ostatniej hibernacji." #. type: "CSTUsingSystemIO_title" -#: Resources/templates/Localizable.strings:182 +#: Resources/templates/Localizable.strings:201 #, no-wrap msgid "CSTUsingSystemIO=Yes" msgstr "CSTUsingSystemIO=Yes" #. type: "CSTUsingSystemIO_description" -#: Resources/templates/Localizable.strings:183 +#: Resources/templates/Localizable.strings:202 #, no-wrap msgid "New C-State _CST generation method using SystemIO registers instead of FixedHW." msgstr "Nowa metoda generowania _CST C-State przy użyciu rejestrów SystemIO zamiast FixedHW." #. type: "DropSSDT_title" -#: Resources/templates/Localizable.strings:185 +#: Resources/templates/Localizable.strings:204 #, no-wrap msgid "DropSSDT=Yes" msgstr "DropSSDT=Yes" #. type: "DropSSDT_description" -#: Resources/templates/Localizable.strings:186 +#: Resources/templates/Localizable.strings:205 #, no-wrap msgid "Discard the motherboard's built-in SSDT tables." msgstr "Odrzuca wbudowane tablice SSDT płyty głównej." #. type: "DropHPET_title" -#: Resources/templates/Localizable.strings:188 +#: Resources/templates/Localizable.strings:207 #, no-wrap msgid "DropHPET=Yes" msgstr "DropHPET=Yes" #. type: "DropHPET_description" -#: Resources/templates/Localizable.strings:189 +#: Resources/templates/Localizable.strings:208 #, no-wrap msgid "Discard the motherboard's built-in HPET table." msgstr "Odrzuca wbudowane tablice HPET płyty głównej." #. type: "DropSBST_title" -#: Resources/templates/Localizable.strings:191 +#: Resources/templates/Localizable.strings:210 #, no-wrap msgid "DropSBST=Yes" msgstr "DropSBST=Yes" #. type: "DropSBST_description" -#: Resources/templates/Localizable.strings:192 +#: Resources/templates/Localizable.strings:211 #, no-wrap msgid "Discard the motherboard's built-in SBST table." msgstr "Odrzuca wbudowane tablice SBST płyty głównej." #. type: "DropECDT_title" -#: Resources/templates/Localizable.strings:194 +#: Resources/templates/Localizable.strings:213 #, no-wrap msgid "DropECDT=Yes" msgstr "DropECDT=Yes" #. type: "DropECDT_description" -#: Resources/templates/Localizable.strings:195 +#: Resources/templates/Localizable.strings:214 #, no-wrap msgid "Discard the motherboard's built-in ECDT table." msgstr "Odrzuca wbudowane tablice ECDT płyty głównej." #. type: "DropASFT_title" -#: Resources/templates/Localizable.strings:197 +#: Resources/templates/Localizable.strings:216 #, no-wrap msgid "DropASFT=Yes" msgstr "DropASFT=Yes" #. type: "DropASFT_description" -#: Resources/templates/Localizable.strings:198 +#: Resources/templates/Localizable.strings:217 #, no-wrap msgid "Discard the motherboard's built-in ASF! table." msgstr "Odrzuca wbudowane tablice ASF! płyty głównej." #. type: "DropDMAR_title" -#: Resources/templates/Localizable.strings:200 +#: Resources/templates/Localizable.strings:219 #, no-wrap msgid "DropDMAR=Yes" msgstr "DropDMAR=Yes" #. type: "DropDMAR_description" -#: Resources/templates/Localizable.strings:201 +#: Resources/templates/Localizable.strings:220 #, no-wrap msgid "Discard the motherboard's built-in DMAR table, this key action resolve the problem with VT-d panics." msgstr "Odrzuca wbudowane tablice DMAR płyty głównej." #. type: "EnableC2State_title" -#: Resources/templates/Localizable.strings:203 +#: Resources/templates/Localizable.strings:222 #, no-wrap msgid "EnableC2State=Yes" msgstr "EnableC2State=Yes" #. type: "EnableC2State_description" -#: Resources/templates/Localizable.strings:204 +#: Resources/templates/Localizable.strings:223 #, no-wrap msgid "Enable specific Processor power state, C2." msgstr "Włącza określony stan wydajności CPU, C2" #. type: "EnableC3State_title" -#: Resources/templates/Localizable.strings:206 +#: Resources/templates/Localizable.strings:225 #, no-wrap msgid "EnableC3State=Yes" msgstr "EnableC3State=Yes" #. type: "EnableC3State_description" -#: Resources/templates/Localizable.strings:207 +#: Resources/templates/Localizable.strings:226 #, no-wrap msgid "Enable specific Processor power state, C3." msgstr "Włącza określony stan wydajności CPU, C3" #. type: "EnableC4State_title" -#: Resources/templates/Localizable.strings:209 +#: Resources/templates/Localizable.strings:228 #, no-wrap msgid "EnableC4State=Yes" msgstr "EnableC4State=Yes" #. type: "EnableC4State_description" -#: Resources/templates/Localizable.strings:210 +#: Resources/templates/Localizable.strings:229 #, no-wrap msgid "Enable specific Processor power state, C4." msgstr "Włącza określony stan wydajności CPU, C4" #. type: "EnableC6State_title" -#: Resources/templates/Localizable.strings:212 +#: Resources/templates/Localizable.strings:231 #, no-wrap msgid "EnableC6State=Yes" msgstr "EnableC6State=Yes" #. type: "EnableC6State_description" -#: Resources/templates/Localizable.strings:213 +#: Resources/templates/Localizable.strings:232 #, no-wrap msgid "Enable specific Processor power state, C6." msgstr "Włącza określony stan wydajności CPU, C6" #. type: "EnableC7State_title" -#: Resources/templates/Localizable.strings:215 +#: Resources/templates/Localizable.strings:234 #, no-wrap msgid "EnableC7State=Yes" msgstr "EnableC7State=Yes" #. type: "EnableC7State_description" -#: Resources/templates/Localizable.strings:216 +#: Resources/templates/Localizable.strings:235 #, no-wrap msgid "Enable specific Processor power state, C7." msgstr "Włącza określony stan wydajności CPU, C7" #. type: "GenerateCStates_title" -#: Resources/templates/Localizable.strings:218 +#: Resources/templates/Localizable.strings:237 #, no-wrap msgid "GenerateCStates=Yes" msgstr "GenerateCStates=Yes" #. type: "GenerateCStates_description" -#: Resources/templates/Localizable.strings:219 +#: Resources/templates/Localizable.strings:238 #, no-wrap msgid "Enable auto generation of processor idle sleep states (C-States)." msgstr "Włącza automatyczne generowanie stanów C-States procesora." #. type: "GeneratePStates_title" -#: Resources/templates/Localizable.strings:221 +#: Resources/templates/Localizable.strings:240 #, no-wrap msgid "GeneratePStates=Yes" msgstr "GeneratePStates=Yes" #. type: "GeneratePStates_description" -#: Resources/templates/Localizable.strings:222 +#: Resources/templates/Localizable.strings:241 #, no-wrap msgid "Enable auto generation of processor power performance states (P-States)." msgstr "Włącza automatyczne generowanie stanów P-States procesora." #. type: "GenerateTStates_title" -#: Resources/templates/Localizable.strings:224 +#: Resources/templates/Localizable.strings:243 #, no-wrap msgid "GenerateTStates=Yes" msgstr "GenerateTStates=Yes" #. type: "GenerateTStates_description" -#: Resources/templates/Localizable.strings:225 +#: Resources/templates/Localizable.strings:244 #, no-wrap msgid "Enable auto generation of processor power performance states (T-States)." msgstr "Włącza automatyczne generowanie stanów T-States procesora." #. type: "1024x600x32_title" -#: Resources/templates/Localizable.strings:229 +#: Resources/templates/Localizable.strings:248 #, no-wrap msgid "1024x600x32" msgstr "1024x600x32" #. type: "1024x600x32_description" -#: Resources/templates/Localizable.strings:230 +#: Resources/templates/Localizable.strings:249 #, no-wrap msgid "Set Graphics Mode to 1024x600x32" msgstr "Ustawia tryb graficzny na 1024x600x32" #. type: "1024x768x32_title" -#: Resources/templates/Localizable.strings:232 +#: Resources/templates/Localizable.strings:251 #, no-wrap msgid "1024x768x32" msgstr "1024x768x32" #. type: "1024x768x32_description" -#: Resources/templates/Localizable.strings:233 +#: Resources/templates/Localizable.strings:252 #, no-wrap msgid "Set Graphics Mode to 1024x768x32" msgstr "Ustawia tryb graficzny na 1024x768x32" #. type: "1280x768x32_title" -#: Resources/templates/Localizable.strings:235 +#: Resources/templates/Localizable.strings:254 #, no-wrap msgid "1280x768x32" msgstr "1280x768x32" #. type: "1280x768x32_description" -#: Resources/templates/Localizable.strings:236 +#: Resources/templates/Localizable.strings:255 #, no-wrap msgid "Set Graphics Mode to 1280x768x32" msgstr "Ustawia tryb graficzny na 1280x768x32" #. type: "1280x800x32_title" -#: Resources/templates/Localizable.strings:238 +#: Resources/templates/Localizable.strings:257 #, no-wrap msgid "1280x800x32" msgstr "1280x800x32" #. type: "1280x800x32_description" -#: Resources/templates/Localizable.strings:239 +#: Resources/templates/Localizable.strings:258 #, no-wrap msgid "Set Graphics Mode to 1280x800x32" msgstr "Ustawia tryb graficzny na 1280x800x32" #. type: "1280x1024x32_title" -#: Resources/templates/Localizable.strings:241 +#: Resources/templates/Localizable.strings:260 #, no-wrap msgid "1280x1024x32" msgstr "1280x1024x32" #. type: "1280x1024x32_description" -#: Resources/templates/Localizable.strings:242 +#: Resources/templates/Localizable.strings:261 #, no-wrap msgid "Set Graphics Mode to 1280x1024x32" msgstr "Ustawia tryb graficzny na 1280x1024x32" #. type: "1280x960x32_title" -#: Resources/templates/Localizable.strings:244 +#: Resources/templates/Localizable.strings:263 #, no-wrap msgid "1280x960x32" msgstr "1280x960x32" #. type: "1280x960x32_description" -#: Resources/templates/Localizable.strings:245 +#: Resources/templates/Localizable.strings:264 #, no-wrap msgid "Set Graphics Mode to 1280x960x32" msgstr "Ustawia tryb graficzny na 1280x960x32" #. type: "1366x768x32_title" -#: Resources/templates/Localizable.strings:247 +#: Resources/templates/Localizable.strings:266 #, no-wrap msgid "1366x768x32" msgstr "1366x768x32" #. type: "1366x768x32_description" -#: Resources/templates/Localizable.strings:248 +#: Resources/templates/Localizable.strings:267 #, no-wrap msgid "Set Graphics Mode to 1366x768x32" msgstr "Ustawia tryb graficzny na 1366x768x32" #. type: "1440x900x32_title" -#: Resources/templates/Localizable.strings:250 +#: Resources/templates/Localizable.strings:269 #, no-wrap msgid "1440x900x32" msgstr "1440x900x32" #. type: "1440x900x32_description" -#: Resources/templates/Localizable.strings:251 +#: Resources/templates/Localizable.strings:270 #, no-wrap msgid "Set Graphics Mode to 1440x900x32" msgstr "Ustawia tryb graficzny na 1440x900x32" #. type: "1600x900x32_title" -#: Resources/templates/Localizable.strings:253 +#: Resources/templates/Localizable.strings:272 #, no-wrap msgid "1600x900x32" msgstr "1600x900x32" #. type: "1600x900x32_description" -#: Resources/templates/Localizable.strings:254 +#: Resources/templates/Localizable.strings:273 #, no-wrap msgid "Set Graphics Mode to 1600x900x32" msgstr "Ustawia tryb graficzny na 1600x900x32" #. type: "1600x1200x32_title" -#: Resources/templates/Localizable.strings:256 +#: Resources/templates/Localizable.strings:275 #, no-wrap msgid "1600x1200x32" msgstr "1600x1200x32" #. type: "1600x1200x32_description" -#: Resources/templates/Localizable.strings:257 +#: Resources/templates/Localizable.strings:276 #, no-wrap msgid "Set Graphics Mode to 1600x1200x32" msgstr "Ustawia tryb graficzny na 1600x1200x32" #. type: "1680x1050x32_title" -#: Resources/templates/Localizable.strings:259 +#: Resources/templates/Localizable.strings:278 #, no-wrap msgid "1680x1050x32" msgstr "1680x1050x32" #. type: "1680x1050x32_description" -#: Resources/templates/Localizable.strings:260 +#: Resources/templates/Localizable.strings:279 #, no-wrap msgid "Set Graphics Mode to 1680x1050x32" msgstr "Ustawia tryb graficzny na 1680x1050x32" #. type: "1920x1080x32_title" -#: Resources/templates/Localizable.strings:262 +#: Resources/templates/Localizable.strings:281 #, no-wrap msgid "1920x1080x32" msgstr "1920x1080x32" #. type: "1920x1080x32_description" -#: Resources/templates/Localizable.strings:263 +#: Resources/templates/Localizable.strings:282 #, no-wrap msgid "Set Graphics Mode to 1920x1080x32" msgstr "Ustawia tryb graficzny na 1920x1080x32" #. type: "1920x1200x32_title" -#: Resources/templates/Localizable.strings:265 +#: Resources/templates/Localizable.strings:284 #, no-wrap msgid "1920x1200x32" msgstr "1920x1200x32" #. type: "1920x1200x32_description" -#: Resources/templates/Localizable.strings:266 +#: Resources/templates/Localizable.strings:285 #, no-wrap msgid "Set Graphics Mode to 1920x1200x32" msgstr "Ustawia tryb graficzny na 1920x1200x32" #. type: "HDAULayoutIDx01_title" -#: Resources/templates/Localizable.strings:270 -#: Resources/templates/Localizable.strings:376 +#: Resources/templates/Localizable.strings:289 +#: Resources/templates/Localizable.strings:395 #, no-wrap msgid "LayoutID=1" msgstr "LayoutID=1" #. type: "HDEFLayoutIDx01_description" -#: Resources/templates/Localizable.strings:271 +#: Resources/templates/Localizable.strings:290 #, no-wrap msgid "" "Set HDEF layout-it to 1:\n" @@ -1167,14 +1231,14 @@ msgstr "" #. type: "HDAULayoutIDx02_title" -#: Resources/templates/Localizable.strings:274 -#: Resources/templates/Localizable.strings:380 +#: Resources/templates/Localizable.strings:293 +#: Resources/templates/Localizable.strings:399 #, no-wrap msgid "LayoutID=2" msgstr "LayoutID=2" #. type: "HDEFLayoutIDx02_description" -#: Resources/templates/Localizable.strings:275 +#: Resources/templates/Localizable.strings:294 #, no-wrap msgid "" "Set HDEF layout-it to 2:\n" @@ -1182,14 +1246,14 @@ msgstr "" #. type: "HDAULayoutIDx03_title" -#: Resources/templates/Localizable.strings:278 -#: Resources/templates/Localizable.strings:384 +#: Resources/templates/Localizable.strings:297 +#: Resources/templates/Localizable.strings:403 #, no-wrap msgid "LayoutID=3" msgstr "LayoutID=3" #. type: "HDEFLayoutIDx03_description" -#: Resources/templates/Localizable.strings:279 +#: Resources/templates/Localizable.strings:298 #, no-wrap msgid "" "Set HDEF layout-it to 3:\n" @@ -1197,14 +1261,14 @@ msgstr "" #. type: "HDAULayoutIDx05_title" -#: Resources/templates/Localizable.strings:282 -#: Resources/templates/Localizable.strings:388 +#: Resources/templates/Localizable.strings:301 +#: Resources/templates/Localizable.strings:407 #, no-wrap msgid "LayoutID=5" msgstr "LayoutID=5" #. type: "HDEFLayoutIDx05_description" -#: Resources/templates/Localizable.strings:283 +#: Resources/templates/Localizable.strings:302 #, no-wrap msgid "" "Set HDEF layout-it to 5:\n" @@ -1212,14 +1276,14 @@ msgstr "" #. type: "HDAULayoutIDx07_title" -#: Resources/templates/Localizable.strings:286 -#: Resources/templates/Localizable.strings:392 +#: Resources/templates/Localizable.strings:305 +#: Resources/templates/Localizable.strings:411 #, no-wrap msgid "LayoutID=7" msgstr "LayoutID=7" #. type: "HDEFLayoutIDx07_description" -#: Resources/templates/Localizable.strings:287 +#: Resources/templates/Localizable.strings:306 #, no-wrap msgid "" "Set HDEF layout-it to 7:\n" @@ -1227,14 +1291,14 @@ msgstr "" #. type: "HDAULayoutIDx12_title" -#: Resources/templates/Localizable.strings:290 -#: Resources/templates/Localizable.strings:396 +#: Resources/templates/Localizable.strings:309 +#: Resources/templates/Localizable.strings:415 #, no-wrap msgid "LayoutID=12" msgstr "LayoutID=12" #. type: "HDEFLayoutIDx12_description" -#: Resources/templates/Localizable.strings:291 +#: Resources/templates/Localizable.strings:310 #, no-wrap msgid "" "Set HDEF layout-it to 12:\n" @@ -1242,14 +1306,14 @@ msgstr "" #. type: "HDAULayoutIDx32_title" -#: Resources/templates/Localizable.strings:294 -#: Resources/templates/Localizable.strings:400 +#: Resources/templates/Localizable.strings:313 +#: Resources/templates/Localizable.strings:419 #, no-wrap msgid "LayoutID=32" msgstr "LayoutID=32" #. type: "HDEFLayoutIDx32_description" -#: Resources/templates/Localizable.strings:295 +#: Resources/templates/Localizable.strings:314 #, no-wrap msgid "" "Set HDEF layout-it to 32:\n" @@ -1257,14 +1321,14 @@ msgstr "" #. type: "HDAULayoutIDx40_title" -#: Resources/templates/Localizable.strings:298 -#: Resources/templates/Localizable.strings:404 +#: Resources/templates/Localizable.strings:317 +#: Resources/templates/Localizable.strings:423 #, no-wrap msgid "LayoutID=40" msgstr "LayoutID=40" #. type: "HDEFLayoutIDx40_description" -#: Resources/templates/Localizable.strings:299 +#: Resources/templates/Localizable.strings:318 #, no-wrap msgid "" "Set HDEF layout-it to 40:\n" @@ -1272,14 +1336,14 @@ msgstr "" #. type: "HDAULayoutIDx65_title" -#: Resources/templates/Localizable.strings:302 -#: Resources/templates/Localizable.strings:408 +#: Resources/templates/Localizable.strings:321 +#: Resources/templates/Localizable.strings:427 #, no-wrap msgid "LayoutID=65" msgstr "LayoutID=65" #. type: "HDEFLayoutIDx65_description" -#: Resources/templates/Localizable.strings:303 +#: Resources/templates/Localizable.strings:322 #, no-wrap msgid "" "Set HDEF layout-it to 65:\n" @@ -1287,14 +1351,14 @@ msgstr "" #. type: "HDAULayoutIDx99_title" -#: Resources/templates/Localizable.strings:306 -#: Resources/templates/Localizable.strings:412 +#: Resources/templates/Localizable.strings:325 +#: Resources/templates/Localizable.strings:431 #, no-wrap msgid "LayoutID=99" msgstr "LayoutID=99" #. type: "HDEFLayoutIDx99_description" -#: Resources/templates/Localizable.strings:307 +#: Resources/templates/Localizable.strings:326 #, no-wrap msgid "" "Set HDEF layout-it to 99:\n" @@ -1302,14 +1366,14 @@ msgstr "" #. type: "HDAULayoutIDx269_title" -#: Resources/templates/Localizable.strings:310 -#: Resources/templates/Localizable.strings:416 +#: Resources/templates/Localizable.strings:329 +#: Resources/templates/Localizable.strings:435 #, no-wrap msgid "LayoutID=269" msgstr "LayoutID=269" #. type: "HDEFLayoutIDx269_description" -#: Resources/templates/Localizable.strings:311 +#: Resources/templates/Localizable.strings:330 #, no-wrap msgid "" "Set HDEF layout-it to 269:\n" @@ -1317,14 +1381,14 @@ msgstr "" #. type: "HDAULayoutIDx387_title" -#: Resources/templates/Localizable.strings:314 -#: Resources/templates/Localizable.strings:420 +#: Resources/templates/Localizable.strings:333 +#: Resources/templates/Localizable.strings:439 #, no-wrap msgid "LayoutID=387" msgstr "LayoutID=387" #. type: "HDEFLayoutIDx387_description" -#: Resources/templates/Localizable.strings:315 +#: Resources/templates/Localizable.strings:334 #, no-wrap msgid "" "Set HDEF layout-it to 387:\n" @@ -1332,14 +1396,14 @@ msgstr "" #. type: "HDAULayoutIDx388_title" -#: Resources/templates/Localizable.strings:318 -#: Resources/templates/Localizable.strings:424 +#: Resources/templates/Localizable.strings:337 +#: Resources/templates/Localizable.strings:443 #, no-wrap msgid "LayoutID=388" msgstr "LayoutID=388" #. type: "HDEFLayoutIDx388_description" -#: Resources/templates/Localizable.strings:319 +#: Resources/templates/Localizable.strings:338 #, no-wrap msgid "" "Set HDEF layout-it to 388:\n" @@ -1347,14 +1411,14 @@ msgstr "" #. type: "HDAULayoutIDx389_title" -#: Resources/templates/Localizable.strings:322 -#: Resources/templates/Localizable.strings:428 +#: Resources/templates/Localizable.strings:341 +#: Resources/templates/Localizable.strings:447 #, no-wrap msgid "LayoutID=389" msgstr "LayoutID=389" #. type: "HDEFLayoutIDx389_description" -#: Resources/templates/Localizable.strings:323 +#: Resources/templates/Localizable.strings:342 #, no-wrap msgid "" "Set HDEF layout-it to 389:\n" @@ -1362,14 +1426,14 @@ msgstr "" #. type: "HDAULayoutIDx392_title" -#: Resources/templates/Localizable.strings:326 -#: Resources/templates/Localizable.strings:432 +#: Resources/templates/Localizable.strings:345 +#: Resources/templates/Localizable.strings:451 #, no-wrap msgid "LayoutID=392" msgstr "LayoutID=392" #. type: "HDEFLayoutIDx392_description" -#: Resources/templates/Localizable.strings:327 +#: Resources/templates/Localizable.strings:346 #, no-wrap msgid "" "Set HDEF layout-it to 392:\n" @@ -1377,14 +1441,14 @@ msgstr "" #. type: "HDAULayoutIDx398_title" -#: Resources/templates/Localizable.strings:330 -#: Resources/templates/Localizable.strings:436 +#: Resources/templates/Localizable.strings:349 +#: Resources/templates/Localizable.strings:455 #, no-wrap msgid "LayoutID=398" msgstr "LayoutID=398" #. type: "HDEFLayoutIDx398_description" -#: Resources/templates/Localizable.strings:331 +#: Resources/templates/Localizable.strings:350 #, no-wrap msgid "" "Set HDEF layout-it to 398:\n" @@ -1392,14 +1456,14 @@ msgstr "" #. type: "HDAULayoutIDx662_title" -#: Resources/templates/Localizable.strings:334 -#: Resources/templates/Localizable.strings:440 +#: Resources/templates/Localizable.strings:353 +#: Resources/templates/Localizable.strings:459 #, no-wrap msgid "LayoutID=662" msgstr "LayoutID=662" #. type: "HDEFLayoutIDx662_description" -#: Resources/templates/Localizable.strings:335 +#: Resources/templates/Localizable.strings:354 #, no-wrap msgid "" "Set HDEF layout-it to 662:\n" @@ -1407,14 +1471,14 @@ msgstr "" #. type: "HDAULayoutIDx663_title" -#: Resources/templates/Localizable.strings:338 -#: Resources/templates/Localizable.strings:444 +#: Resources/templates/Localizable.strings:357 +#: Resources/templates/Localizable.strings:463 #, no-wrap msgid "LayoutID=663" msgstr "LayoutID=663" #. type: "HDEFLayoutIDx663_description" -#: Resources/templates/Localizable.strings:339 +#: Resources/templates/Localizable.strings:358 #, no-wrap msgid "" "Set HDEF layout-it to 663:\n" @@ -1422,14 +1486,14 @@ msgstr "" #. type: "HDAULayoutIDx664_title" -#: Resources/templates/Localizable.strings:342 -#: Resources/templates/Localizable.strings:448 +#: Resources/templates/Localizable.strings:361 +#: Resources/templates/Localizable.strings:467 #, no-wrap msgid "LayoutID=664" msgstr "LayoutID=664" #. type: "HDEFLayoutIDx664_description" -#: Resources/templates/Localizable.strings:343 +#: Resources/templates/Localizable.strings:362 #, no-wrap msgid "" "Set HDEF layout-it to 664:\n" @@ -1437,14 +1501,14 @@ msgstr "" #. type: "HDAULayoutIDx885_title" -#: Resources/templates/Localizable.strings:346 -#: Resources/templates/Localizable.strings:452 +#: Resources/templates/Localizable.strings:365 +#: Resources/templates/Localizable.strings:471 #, no-wrap msgid "LayoutID=885" msgstr "LayoutID=885" #. type: "HDEFLayoutIDx885_description" -#: Resources/templates/Localizable.strings:347 +#: Resources/templates/Localizable.strings:366 #, no-wrap msgid "" "Set HDEF layout-it to 885:\n" @@ -1452,14 +1516,14 @@ msgstr "" #. type: "HDAULayoutIDx887_title" -#: Resources/templates/Localizable.strings:350 -#: Resources/templates/Localizable.strings:456 +#: Resources/templates/Localizable.strings:369 +#: Resources/templates/Localizable.strings:475 #, no-wrap msgid "LayoutID=887" msgstr "LayoutID=887" #. type: "HDEFLayoutIDx887_description" -#: Resources/templates/Localizable.strings:351 +#: Resources/templates/Localizable.strings:370 #, no-wrap msgid "" "Set HDEF layout-it to 887:\n" @@ -1467,14 +1531,14 @@ msgstr "" #. type: "HDAULayoutIDx888_title" -#: Resources/templates/Localizable.strings:354 -#: Resources/templates/Localizable.strings:460 +#: Resources/templates/Localizable.strings:373 +#: Resources/templates/Localizable.strings:479 #, no-wrap msgid "LayoutID=888" msgstr "LayoutID=888" #. type: "HDEFLayoutIDx888_description" -#: Resources/templates/Localizable.strings:355 +#: Resources/templates/Localizable.strings:374 #, no-wrap msgid "" "Set HDEF layout-it to 888:\n" @@ -1482,14 +1546,14 @@ msgstr "" #. type: "HDAULayoutIDx889_title" -#: Resources/templates/Localizable.strings:358 -#: Resources/templates/Localizable.strings:464 +#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:483 #, no-wrap msgid "LayoutID=889" msgstr "LayoutID=889" #. type: "HDEFLayoutIDx889_description" -#: Resources/templates/Localizable.strings:359 +#: Resources/templates/Localizable.strings:378 #, no-wrap msgid "" "Set HDEF layout-it to 889:\n" @@ -1497,14 +1561,14 @@ msgstr "" #. type: "HDAULayoutIDx892_title" -#: Resources/templates/Localizable.strings:362 -#: Resources/templates/Localizable.strings:468 +#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:487 #, no-wrap msgid "LayoutID=892" msgstr "LayoutID=892" #. type: "HDEFLayoutIDx892_description" -#: Resources/templates/Localizable.strings:363 +#: Resources/templates/Localizable.strings:382 #, no-wrap msgid "" "Set HDEF layout-it to 892:\n" @@ -1512,14 +1576,14 @@ msgstr "" #. type: "HDAULayoutIDx898_title" -#: Resources/templates/Localizable.strings:366 -#: Resources/templates/Localizable.strings:472 +#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:491 #, no-wrap msgid "LayoutID=898" msgstr "LayoutID=898" #. type: "HDEFLayoutIDx898_description" -#: Resources/templates/Localizable.strings:367 +#: Resources/templates/Localizable.strings:386 #, no-wrap msgid "" "Set HDEF layout-it to 898:\n" @@ -1527,14 +1591,14 @@ msgstr "" #. type: "HDAULayoutIDxBD7_title" -#: Resources/templates/Localizable.strings:370 -#: Resources/templates/Localizable.strings:476 +#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:495 #, no-wrap msgid "LayoutID=1981" msgstr "LayoutID=1981" #. type: "HDEFLayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:371 +#: Resources/templates/Localizable.strings:390 #, no-wrap msgid "" "Set HDEF layout-it to 1981:\n" @@ -1542,7 +1606,7 @@ msgstr "" #. type: "HDAULayoutIDx01_description" -#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:396 #, no-wrap msgid "" "Set HDAU layout-it to 1:\n" @@ -1550,7 +1614,7 @@ msgstr "" #. type: "HDAULayoutIDx02_description" -#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:400 #, no-wrap msgid "" "Set HDAU layout-it to 2:\n" @@ -1558,7 +1622,7 @@ msgstr "" #. type: "HDAULayoutIDx03_description" -#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:404 #, no-wrap msgid "" "Set HDAU layout-it to 3:\n" @@ -1566,7 +1630,7 @@ msgstr "" #. type: "HDAULayoutIDx05_description" -#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:408 #, no-wrap msgid "" "Set HDAU layout-it to 5:\n" @@ -1574,7 +1638,7 @@ msgstr "" #. type: "HDAULayoutIDx07_description" -#: Resources/templates/Localizable.strings:393 +#: Resources/templates/Localizable.strings:412 #, no-wrap msgid "" "Set HDAU layout-it to 7:\n" @@ -1582,7 +1646,7 @@ msgstr "" #. type: "HDAULayoutIDx12_description" -#: Resources/templates/Localizable.strings:397 +#: Resources/templates/Localizable.strings:416 #, no-wrap msgid "" "Set HDAU layout-it to 12:\n" @@ -1590,7 +1654,7 @@ msgstr "" #. type: "HDAULayoutIDx32_description" -#: Resources/templates/Localizable.strings:401 +#: Resources/templates/Localizable.strings:420 #, no-wrap msgid "" "Set HDAU layout-it to 32:\n" @@ -1598,7 +1662,7 @@ msgstr "" #. type: "HDAULayoutIDx40_description" -#: Resources/templates/Localizable.strings:405 +#: Resources/templates/Localizable.strings:424 #, no-wrap msgid "" "Set HDAU layout-it to 40:\n" @@ -1606,7 +1670,7 @@ msgstr "" #. type: "HDAULayoutIDx65_description" -#: Resources/templates/Localizable.strings:409 +#: Resources/templates/Localizable.strings:428 #, no-wrap msgid "" "Set HDAU layout-it to 65:\n" @@ -1614,7 +1678,7 @@ msgstr "" #. type: "HDAULayoutIDx99_description" -#: Resources/templates/Localizable.strings:413 +#: Resources/templates/Localizable.strings:432 #, no-wrap msgid "" "Set HDAU layout-it to 99:\n" @@ -1622,7 +1686,7 @@ msgstr "" #. type: "HDAULayoutIDx269_description" -#: Resources/templates/Localizable.strings:417 +#: Resources/templates/Localizable.strings:436 #, no-wrap msgid "" "Set HDAU layout-it to 269:\n" @@ -1630,7 +1694,7 @@ msgstr "" #. type: "HDAULayoutIDx387_description" -#: Resources/templates/Localizable.strings:421 +#: Resources/templates/Localizable.strings:440 #, no-wrap msgid "" "Set HDAU layout-it to 387:\n" @@ -1638,7 +1702,7 @@ msgstr "" #. type: "HDAULayoutIDx388_description" -#: Resources/templates/Localizable.strings:425 +#: Resources/templates/Localizable.strings:444 #, no-wrap msgid "" "Set HDAU layout-it to 388:\n" @@ -1646,7 +1710,7 @@ msgstr "" #. type: "HDAULayoutIDx389_description" -#: Resources/templates/Localizable.strings:429 +#: Resources/templates/Localizable.strings:448 #, no-wrap msgid "" "Set HDAU layout-it to 389:\n" @@ -1654,7 +1718,7 @@ msgstr "" #. type: "HDAULayoutIDx392_description" -#: Resources/templates/Localizable.strings:433 +#: Resources/templates/Localizable.strings:452 #, no-wrap msgid "" "Set HDAU layout-it to 392:\n" @@ -1662,7 +1726,7 @@ msgstr "" #. type: "HDAULayoutIDx398_description" -#: Resources/templates/Localizable.strings:437 +#: Resources/templates/Localizable.strings:456 #, no-wrap msgid "" "Set HDAU layout-it to 398:\n" @@ -1670,7 +1734,7 @@ msgstr "" #. type: "HDAULayoutIDx662_description" -#: Resources/templates/Localizable.strings:441 +#: Resources/templates/Localizable.strings:460 #, no-wrap msgid "" "Set HDAU layout-it to 662:\n" @@ -1678,7 +1742,7 @@ msgstr "" #. type: "HDAULayoutIDx663_description" -#: Resources/templates/Localizable.strings:445 +#: Resources/templates/Localizable.strings:464 #, no-wrap msgid "" "Set HDAU layout-it to 663:\n" @@ -1686,7 +1750,7 @@ msgstr "" #. type: "HDAULayoutIDx664_description" -#: Resources/templates/Localizable.strings:449 +#: Resources/templates/Localizable.strings:468 #, no-wrap msgid "" "Set HDAU layout-it to 664:\n" @@ -1694,7 +1758,7 @@ msgstr "" #. type: "HDAULayoutIDx885_description" -#: Resources/templates/Localizable.strings:453 +#: Resources/templates/Localizable.strings:472 #, no-wrap msgid "" "Set HDAU layout-it to 885:\n" @@ -1702,7 +1766,7 @@ msgstr "" #. type: "HDAULayoutIDx887_description" -#: Resources/templates/Localizable.strings:457 +#: Resources/templates/Localizable.strings:476 #, no-wrap msgid "" "Set HDAU layout-it to 887:\n" @@ -1710,7 +1774,7 @@ msgstr "" #. type: "HDAULayoutIDx888_description" -#: Resources/templates/Localizable.strings:461 +#: Resources/templates/Localizable.strings:480 #, no-wrap msgid "" "Set HDAU layout-it to 888:\n" @@ -1718,7 +1782,7 @@ msgstr "" #. type: "HDAULayoutIDx889_description" -#: Resources/templates/Localizable.strings:465 +#: Resources/templates/Localizable.strings:484 #, no-wrap msgid "" "Set HDAU layout-it to 889:\n" @@ -1726,7 +1790,7 @@ msgstr "" #. type: "HDAULayoutIDx892_description" -#: Resources/templates/Localizable.strings:469 +#: Resources/templates/Localizable.strings:488 #, no-wrap msgid "" "Set HDAU layout-it to 892:\n" @@ -1734,7 +1798,7 @@ msgstr "" #. type: "HDAULayoutIDx898_description" -#: Resources/templates/Localizable.strings:473 +#: Resources/templates/Localizable.strings:492 #, no-wrap msgid "" "Set HDAU layout-it to 898:\n" @@ -1742,7 +1806,7 @@ msgstr "" #. type: "HDAULayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:477 +#: Resources/templates/Localizable.strings:496 #, no-wrap msgid "" "Set HDAU layout-it to 1981:\n" @@ -1750,625 +1814,625 @@ msgstr "" #. type: "IntelCaprix00_title" -#: Resources/templates/Localizable.strings:482 +#: Resources/templates/Localizable.strings:501 #, no-wrap msgid "01660000" msgstr "01660000" #. type: "IntelCaprix00_description" -#: Resources/templates/Localizable.strings:483 +#: Resources/templates/Localizable.strings:502 #, no-wrap msgid "Set 01660000 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix01_title" -#: Resources/templates/Localizable.strings:485 +#: Resources/templates/Localizable.strings:504 #, no-wrap msgid "01660001" msgstr "01660001" #. type: "IntelCaprix01_description" -#: Resources/templates/Localizable.strings:486 +#: Resources/templates/Localizable.strings:505 #, no-wrap msgid "Set 01660001 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix02_title" -#: Resources/templates/Localizable.strings:488 +#: Resources/templates/Localizable.strings:507 #, no-wrap msgid "01660002" msgstr "01660002" #. type: "IntelCaprix02_description" -#: Resources/templates/Localizable.strings:489 +#: Resources/templates/Localizable.strings:508 #, no-wrap msgid "Set 01660002 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix03_title" -#: Resources/templates/Localizable.strings:491 +#: Resources/templates/Localizable.strings:510 #, no-wrap msgid "01660003" msgstr "01660003" #. type: "IntelCaprix03_description" -#: Resources/templates/Localizable.strings:492 +#: Resources/templates/Localizable.strings:511 #, no-wrap msgid "Set 01660003 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix04_title" -#: Resources/templates/Localizable.strings:494 +#: Resources/templates/Localizable.strings:513 #, no-wrap msgid "01660004" msgstr "01660004" #. type: "IntelCaprix04_description" -#: Resources/templates/Localizable.strings:495 +#: Resources/templates/Localizable.strings:514 #, no-wrap msgid "Set 01660004 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix05_title" -#: Resources/templates/Localizable.strings:497 +#: Resources/templates/Localizable.strings:516 #, no-wrap msgid "01620005" msgstr "01620005" #. type: "IntelCaprix05_description" -#: Resources/templates/Localizable.strings:498 +#: Resources/templates/Localizable.strings:517 #, no-wrap msgid "Set 01620005 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix06_title" -#: Resources/templates/Localizable.strings:500 +#: Resources/templates/Localizable.strings:519 #, no-wrap msgid "01620006" msgstr "01620006" #. type: "IntelCaprix06_description" -#: Resources/templates/Localizable.strings:501 +#: Resources/templates/Localizable.strings:520 #, no-wrap msgid "Set 01620006 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix07_title" -#: Resources/templates/Localizable.strings:503 +#: Resources/templates/Localizable.strings:522 #, no-wrap msgid "01620007" msgstr "01620007" #. type: "IntelCaprix07_description" -#: Resources/templates/Localizable.strings:504 +#: Resources/templates/Localizable.strings:523 #, no-wrap msgid "Set 01620007 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix08_title" -#: Resources/templates/Localizable.strings:506 +#: Resources/templates/Localizable.strings:525 #, no-wrap msgid "01660008" msgstr "01660008" #. type: "IntelCaprix08_description" -#: Resources/templates/Localizable.strings:507 +#: Resources/templates/Localizable.strings:526 #, no-wrap msgid "Set 01660008 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix09_title" -#: Resources/templates/Localizable.strings:509 +#: Resources/templates/Localizable.strings:528 #, no-wrap msgid "01660009" msgstr "01660009" #. type: "IntelCaprix09_description" -#: Resources/templates/Localizable.strings:510 +#: Resources/templates/Localizable.strings:529 #, no-wrap msgid "Set 01660009 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix10_title" -#: Resources/templates/Localizable.strings:512 +#: Resources/templates/Localizable.strings:531 #, no-wrap msgid "0166000a" msgstr "0166000a" #. type: "IntelCaprix10_description" -#: Resources/templates/Localizable.strings:513 +#: Resources/templates/Localizable.strings:532 #, no-wrap msgid "Set 0166000a for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix11_title" -#: Resources/templates/Localizable.strings:515 +#: Resources/templates/Localizable.strings:534 #, no-wrap msgid "0166000b" msgstr "0166000b" #. type: "IntelCaprix11_description" -#: Resources/templates/Localizable.strings:516 +#: Resources/templates/Localizable.strings:535 #, no-wrap msgid "Set 0166000b for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelAzulx00_title" -#: Resources/templates/Localizable.strings:520 +#: Resources/templates/Localizable.strings:539 #, no-wrap msgid "00000604" msgstr "00000604" #. type: "IntelAzulx00_description" -#: Resources/templates/Localizable.strings:521 +#: Resources/templates/Localizable.strings:540 #, no-wrap msgid "Set 00000604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx01_title" -#: Resources/templates/Localizable.strings:523 +#: Resources/templates/Localizable.strings:542 #, no-wrap msgid "0000060c" msgstr "0000060c" #. type: "IntelAzulx01_description" -#: Resources/templates/Localizable.strings:524 +#: Resources/templates/Localizable.strings:543 #, no-wrap msgid "Set 0000060c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx02_title" -#: Resources/templates/Localizable.strings:526 +#: Resources/templates/Localizable.strings:545 #, no-wrap msgid "00001604" msgstr "00001604" #. type: "IntelAzulx02_description" -#: Resources/templates/Localizable.strings:527 +#: Resources/templates/Localizable.strings:546 #, no-wrap msgid "Set 00001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx03_title" -#: Resources/templates/Localizable.strings:529 +#: Resources/templates/Localizable.strings:548 #, no-wrap msgid "0000160a" msgstr "0000160a" #. type: "IntelAzulx03_description" -#: Resources/templates/Localizable.strings:530 +#: Resources/templates/Localizable.strings:549 #, no-wrap msgid "Set 0000160a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx04_title" -#: Resources/templates/Localizable.strings:532 +#: Resources/templates/Localizable.strings:551 #, no-wrap msgid "0000160c" msgstr "0000160c" #. type: "IntelAzulx04_description" -#: Resources/templates/Localizable.strings:533 +#: Resources/templates/Localizable.strings:552 #, no-wrap msgid "Set 0000160c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx05_title" -#: Resources/templates/Localizable.strings:535 +#: Resources/templates/Localizable.strings:554 #, no-wrap msgid "00002604" msgstr "00002604" #. type: "IntelAzulx05_description" -#: Resources/templates/Localizable.strings:536 +#: Resources/templates/Localizable.strings:555 #, no-wrap msgid "Set 00002604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx06_title" -#: Resources/templates/Localizable.strings:538 +#: Resources/templates/Localizable.strings:557 #, no-wrap msgid "0000260a" msgstr "0000260a" #. type: "IntelAzulx06_description" -#: Resources/templates/Localizable.strings:539 +#: Resources/templates/Localizable.strings:558 #, no-wrap msgid "Set 0000260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx07_title" -#: Resources/templates/Localizable.strings:541 +#: Resources/templates/Localizable.strings:560 #, no-wrap msgid "0000260c" msgstr "0000260c" #. type: "IntelAzulx07_description" -#: Resources/templates/Localizable.strings:542 +#: Resources/templates/Localizable.strings:561 #, no-wrap msgid "Set 0600260c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx08_title" -#: Resources/templates/Localizable.strings:544 +#: Resources/templates/Localizable.strings:563 #, no-wrap msgid "0000260d" msgstr "0000260d" #. type: "IntelAzulx08_description" -#: Resources/templates/Localizable.strings:545 +#: Resources/templates/Localizable.strings:564 #, no-wrap msgid "Set 0000260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx09_title" -#: Resources/templates/Localizable.strings:547 +#: Resources/templates/Localizable.strings:566 #, no-wrap msgid "02001604" msgstr "02001604" #. type: "IntelAzulx09_description" -#: Resources/templates/Localizable.strings:548 +#: Resources/templates/Localizable.strings:567 #, no-wrap msgid "Set 02001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx10_title" -#: Resources/templates/Localizable.strings:550 +#: Resources/templates/Localizable.strings:569 #, no-wrap msgid "0300220d" msgstr "0300220d" #. type: "IntelAzulx10_description" -#: Resources/templates/Localizable.strings:551 +#: Resources/templates/Localizable.strings:570 #, no-wrap msgid "Set 0300220d for Intel Haswell (Desktop) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx11_title" -#: Resources/templates/Localizable.strings:553 +#: Resources/templates/Localizable.strings:572 #, no-wrap msgid "0500260a" msgstr "0500260a" #. type: "IntelAzulx11_description" -#: Resources/templates/Localizable.strings:554 +#: Resources/templates/Localizable.strings:573 #, no-wrap msgid "Set 0500260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx12_title" -#: Resources/templates/Localizable.strings:556 +#: Resources/templates/Localizable.strings:575 #, no-wrap msgid "0600260a" msgstr "0600260a" #. type: "IntelAzulx12_description" -#: Resources/templates/Localizable.strings:557 +#: Resources/templates/Localizable.strings:576 #, no-wrap msgid "Set 0600260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx13_title" -#: Resources/templates/Localizable.strings:559 +#: Resources/templates/Localizable.strings:578 #, no-wrap msgid "0700260d" msgstr "0700260d" #. type: "IntelAzulx13_description" -#: Resources/templates/Localizable.strings:560 +#: Resources/templates/Localizable.strings:579 #, no-wrap msgid "Set 0700260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx14_title" -#: Resources/templates/Localizable.strings:562 +#: Resources/templates/Localizable.strings:581 #, no-wrap msgid "0800260a" msgstr "0800260a" #. type: "IntelAzulx14_description" -#: Resources/templates/Localizable.strings:563 +#: Resources/templates/Localizable.strings:582 #, no-wrap msgid "Set 0800260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx15_title" -#: Resources/templates/Localizable.strings:565 +#: Resources/templates/Localizable.strings:584 #, no-wrap msgid "08002e0a" msgstr "08002e0a" #. type: "IntelAzulx15_description" -#: Resources/templates/Localizable.strings:566 +#: Resources/templates/Localizable.strings:585 #, no-wrap msgid "Set 08002e0a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "AD2000B_PinConf_title" -#: Resources/templates/Localizable.strings:570 +#: Resources/templates/Localizable.strings:589 #, no-wrap msgid "AD2000b" msgstr "AD2000b" #. type: "AD2000B_PinConf_description" -#: Resources/templates/Localizable.strings:571 +#: Resources/templates/Localizable.strings:590 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD2000b." msgstr "" #. type: "AD1981HD_PinConf_title" -#: Resources/templates/Localizable.strings:573 +#: Resources/templates/Localizable.strings:592 #, no-wrap msgid "AD1981HD" msgstr "AD1981HD" #. type: "AD1981HD_PinConf_description" -#: Resources/templates/Localizable.strings:574 +#: Resources/templates/Localizable.strings:593 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1981HD." msgstr "" #. type: "AD1988B_PinConf_title" -#: Resources/templates/Localizable.strings:576 +#: Resources/templates/Localizable.strings:595 #, no-wrap msgid "AD1988b" msgstr "AD1988b" #. type: "AD1988B_PinConf_description" -#: Resources/templates/Localizable.strings:577 +#: Resources/templates/Localizable.strings:596 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1988b." msgstr "" #. type: "ALC888_PinConf_title" -#: Resources/templates/Localizable.strings:579 +#: Resources/templates/Localizable.strings:598 #, no-wrap msgid "ALC888" msgstr "ALC888" #. type: "ALC888_PinConf_description" -#: Resources/templates/Localizable.strings:580 +#: Resources/templates/Localizable.strings:599 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC888." msgstr "" #. type: "ALC1200_PinConf_title" -#: Resources/templates/Localizable.strings:582 +#: Resources/templates/Localizable.strings:601 #, no-wrap msgid "ALC1200" msgstr "ALC1200" #. type: "ALC1200_PinConf_description" -#: Resources/templates/Localizable.strings:583 +#: Resources/templates/Localizable.strings:602 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC1200." msgstr "" #. type: "00_PinConf_title" -#: Resources/templates/Localizable.strings:585 +#: Resources/templates/Localizable.strings:604 #, no-wrap msgid "00" msgstr "00" #. type: "00_PinConf_description" -#: Resources/templates/Localizable.strings:586 +#: Resources/templates/Localizable.strings:605 #, no-wrap msgid "Set HDEF PinConfiguration for ???." msgstr "" #. type: "GraphicsEnabler_title" -#: Resources/templates/Localizable.strings:590 +#: Resources/templates/Localizable.strings:609 #, no-wrap msgid "GraphicsEnabler=Yes" msgstr "GraphicsEnabler=Yes" #. type: "GraphicsEnabler_description" -#: Resources/templates/Localizable.strings:591 +#: Resources/templates/Localizable.strings:610 #, no-wrap msgid "Enables the option to autodetect NVIDIA, AMD/ATI or Intel based GPUs and inject the correct info." msgstr "Włącza opcję automatycznego wykrywania GPU NVIDII i umieszczania odpowiednich informacji." #. type: "EnableHDMIAudio_title" -#: Resources/templates/Localizable.strings:593 +#: Resources/templates/Localizable.strings:612 #, no-wrap msgid "EnableHDMIAudio=Yes" msgstr "EnableHDMIAudio=Yes" #. type: "EnableHDMIAudio_description" -#: Resources/templates/Localizable.strings:594 +#: Resources/templates/Localizable.strings:613 #, no-wrap msgid "Inject HDMi audio for NVIDIA or AMD/ATI." msgstr "Włącz dźwięk po HDMI dla kart NVIDIA oraz AMD/ATI" #. type: "UseIntelHDMI_title" -#: Resources/templates/Localizable.strings:596 +#: Resources/templates/Localizable.strings:615 #, no-wrap msgid "UseIntelHDMI=Yes" msgstr "UseIntelHDMI=Yes" #. type: "UseIntelHDMI_description" -#: Resources/templates/Localizable.strings:597 +#: Resources/templates/Localizable.strings:616 #, no-wrap msgid "If YES, hda-gfx=onboard-1 will be injected into the GFX0 and HDEF devices. Also, if an ATI or Nvidia HDMI device is present, they'll be assigned to onboard-2. If NO, then ATI or Nvidia devices will get onboard-1 as well as the HDAU device if present." msgstr "" #. type: "UseAtiROM_title" -#: Resources/templates/Localizable.strings:599 +#: Resources/templates/Localizable.strings:618 #, no-wrap msgid "UseAtiROM=Yes" msgstr "UseAtiROM=Yes" #. type: "UseAtiROM_description" -#: Resources/templates/Localizable.strings:600 +#: Resources/templates/Localizable.strings:619 #, no-wrap msgid "Enables UseAtiROM options." msgstr "Włącza opcję UseAtiROM." #. type: "UseNvidiaROM_title" -#: Resources/templates/Localizable.strings:602 +#: Resources/templates/Localizable.strings:621 #, no-wrap msgid "UseNvidiaROM=Yes" msgstr "UseNvidiaROM=Yes" #. type: "UseNvidiaROM_description" -#: Resources/templates/Localizable.strings:603 +#: Resources/templates/Localizable.strings:622 #, no-wrap msgid "Enables UseNvidiaROM options." msgstr "Włącza opcję UseNvidiaROM." #. type: "VBIOS_title" -#: Resources/templates/Localizable.strings:605 +#: Resources/templates/Localizable.strings:624 #, no-wrap msgid "VBIOS=Yes" msgstr "VBIOS=Yes" #. type: "VBIOS_description" -#: Resources/templates/Localizable.strings:606 +#: Resources/templates/Localizable.strings:625 #, no-wrap msgid "Enables VBIOS option" msgstr "Włącza opcję VBIOS." #. type: "SkipIntelGfx_title" -#: Resources/templates/Localizable.strings:608 +#: Resources/templates/Localizable.strings:627 #, no-wrap msgid "SkipIntelGfx=Yes" msgstr "SkipIntelGfx=Yes" #. type: "SkipIntelGfx_description" -#: Resources/templates/Localizable.strings:609 +#: Resources/templates/Localizable.strings:628 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for Intel based GPUs." msgstr "" #. type: "SkipNvidiaGfx_title" -#: Resources/templates/Localizable.strings:611 +#: Resources/templates/Localizable.strings:630 #, no-wrap msgid "SkipNvidiaGfx=Yes" msgstr "SkipNvidiaGfx=Yes" #. type: "SkipNvidiaGfx_description" -#: Resources/templates/Localizable.strings:612 +#: Resources/templates/Localizable.strings:631 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for NVIDIA based GPUs." msgstr "" #. type: "SkipAtiGfx_title" -#: Resources/templates/Localizable.strings:614 +#: Resources/templates/Localizable.strings:633 #, no-wrap msgid "SkipAtiGfx=Yes" msgstr "SkipAtiGfx=Yes" #. type: "SkipAtiGfx_description" -#: Resources/templates/Localizable.strings:615 +#: Resources/templates/Localizable.strings:634 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for AMD/ATI based GPUs." msgstr "" #. type: "EnableBacklight_title" -#: Resources/templates/Localizable.strings:617 +#: Resources/templates/Localizable.strings:636 #, no-wrap msgid "EnableBacklight=Yes" msgstr "EnableBacklight=Yes" #. type: "EnableBacklight_description" -#: Resources/templates/Localizable.strings:618 +#: Resources/templates/Localizable.strings:637 #, no-wrap msgid "Enables Backlight options for laptop with nVidia cards." msgstr "" #. type: "EnableDualLink_title" -#: Resources/templates/Localizable.strings:620 +#: Resources/templates/Localizable.strings:639 #, no-wrap msgid "EnableDualLink=Yes" msgstr "EnableDualLink=Yes" #. type: "EnableDualLink_description" -#: Resources/templates/Localizable.strings:621 +#: Resources/templates/Localizable.strings:640 #, no-wrap msgid "Enables DualLink options for nVidia and ATi cards." msgstr "" #. type: "NvidiaGeneric_title" -#: Resources/templates/Localizable.strings:623 +#: Resources/templates/Localizable.strings:642 #, no-wrap msgid "NvidiaGeneric=Yes" msgstr "NvidiaGeneric=Yes" #. type: "NvidiaGeneric_description" -#: Resources/templates/Localizable.strings:624 +#: Resources/templates/Localizable.strings:643 #, no-wrap msgid "Use the classic Nvidia name for the SystemProfiler (disabled by default)." msgstr "" #. type: "Verbose_title" -#: Resources/templates/Localizable.strings:630 +#: Resources/templates/Localizable.strings:649 #, no-wrap msgid "Verbose Mode" msgstr "Verbose Mode (-v)" #. type: "Verbose_description" -#: Resources/templates/Localizable.strings:631 +#: Resources/templates/Localizable.strings:650 #, no-wrap msgid "Turns on verbose logging and allows you to see messages from both Chameleon and the OS X kernel at boot time. Essential for troubleshooting." msgstr "Włącza komunikaty diagnostyczne z kernela OS X oraz bootlodera. Niezbędne przy szukaniu problemów." #. type: "Singleusermode_title" -#: Resources/templates/Localizable.strings:633 +#: Resources/templates/Localizable.strings:652 #, no-wrap msgid "Single User Mode" msgstr "Single User Mode (-s)" #. type: "Singleusermode_description" -#: Resources/templates/Localizable.strings:634 +#: Resources/templates/Localizable.strings:653 #, no-wrap msgid "A troubleshooting option used for booting into OS X's BSD/Unix command line." msgstr "Opcja wykorzystywana przy naprawianiu problemów, Uruchamia system w trybie poleceń BSD/Unix." #. type: "Ignorecaches_title" -#: Resources/templates/Localizable.strings:636 +#: Resources/templates/Localizable.strings:655 #, no-wrap msgid "Ignore Caches" msgstr "Ignore Caches (-f)" #. type: "Ignorecaches_description" -#: Resources/templates/Localizable.strings:637 +#: Resources/templates/Localizable.strings:656 #, no-wrap msgid "Not an option that's needed for everyday booting, but it can be useful if you want OS X to load all files from it's system folders, rather than relying on it's pre-built caches." msgstr "Nie przydaje się przy każdym uruchamianiu, ale może być użyteczne jeśli chcesz, by system przeładował wszystkie pliki, zamiast ładowania cache." #. type: "Npci_title" -#: Resources/templates/Localizable.strings:639 +#: Resources/templates/Localizable.strings:658 #, no-wrap msgid "npci=0x2000" msgstr "npci=0x2000" #. type: "Npci_description" -#: Resources/templates/Localizable.strings:640 +#: Resources/templates/Localizable.strings:659 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x2000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "Czasem naprawia błąd PCI Configuration Begin" #. type: "Npci3_title" -#: Resources/templates/Localizable.strings:642 +#: Resources/templates/Localizable.strings:661 #, no-wrap msgid "npci=0x3000" msgstr "npci=0x3000" #. type: "Npci3_description" -#: Resources/templates/Localizable.strings:643 +#: Resources/templates/Localizable.strings:662 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x3000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "Czasem naprawia błąd PCI Configuration Begin" #. type: "WaitingRootDevice_title" -#: Resources/templates/Localizable.strings:645 +#: Resources/templates/Localizable.strings:664 #, no-wrap msgid "ahcidisk=1 debug=8" msgstr "ahcidisk=1 debug=8" #. type: "WaitingRootDevice_description" -#: Resources/templates/Localizable.strings:646 +#: Resources/templates/Localizable.strings:665 #, no-wrap msgid "" "Info here: Waiting for root device when kernel cache used only with some disks +FIX\n" @@ -2377,25 +2441,25 @@ msgstr "" #. type: "Darkwake_title" -#: Resources/templates/Localizable.strings:650 +#: Resources/templates/Localizable.strings:669 #, no-wrap msgid "darkwake=0" msgstr "darkwake=0" #. type: "Darkwake_description" -#: Resources/templates/Localizable.strings:651 +#: Resources/templates/Localizable.strings:670 #, no-wrap msgid "Lion only. Disables the 'low power wake' feature which can sometimes leave the screen black after wake from sleep." msgstr "Tylko dla OSX Lion. Wyłącza budzenie z niskim użyciem energii 'low power wake', które czasem zostawia czarny ekran po uśpieniu." #. type: "NvdaDrv1_title" -#: Resources/templates/Localizable.strings:653 +#: Resources/templates/Localizable.strings:672 #, no-wrap msgid "nvda_drv=1" msgstr "nvda_drv=1" #. type: "NvdaDrv1_description" -#: Resources/templates/Localizable.strings:654 +#: Resources/templates/Localizable.strings:673 #, no-wrap msgid "" "It introduces a new Preference Pane under System Preferences that allows you to enable the Nvidia Web Driver.\n" @@ -2405,25 +2469,25 @@ msgstr "" #. type: "kext-dev-mode1_title" -#: Resources/templates/Localizable.strings:659 +#: Resources/templates/Localizable.strings:678 #, no-wrap msgid "kext-dev-mode=1" msgstr "kext-dev-mode=1" #. type: "kext-dev-mode1_description" -#: Resources/templates/Localizable.strings:660 +#: Resources/templates/Localizable.strings:679 #, no-wrap msgid "In Yosemite Developer Previews, unsigned or improperly signed kexts will not be loaded. To use unsigned kexts during development, this strict check can be disabled by adding a 'kext-dev-mode=1' boot arg." msgstr "" #. type: "Dart0_title" -#: Resources/templates/Localizable.strings:662 +#: Resources/templates/Localizable.strings:681 #, no-wrap msgid "dart=0" msgstr "dart=0" #. type: "Dart0_description" -#: Resources/templates/Localizable.strings:663 +#: Resources/templates/Localizable.strings:682 #, no-wrap msgid "" "Avoiding the DMAR processing causing by VT-d function in Osx (Virtualization).\n" @@ -2431,277 +2495,283 @@ msgstr "" #. type: "mac-de_title" -#: Resources/templates/Localizable.strings:670 +#: Resources/templates/Localizable.strings:689 #, no-wrap msgid "German Mac Keyboard" msgstr "German Mac Keyboard" #. type: "mac-de_description" -#: Resources/templates/Localizable.strings:671 +#: Resources/templates/Localizable.strings:690 #, no-wrap msgid "Use the keyboard layout for a German Mac keyboard" msgstr "Użyj układu klawiatury: German Mac" #. type: "mac-es_title" -#: Resources/templates/Localizable.strings:673 +#: Resources/templates/Localizable.strings:692 #, no-wrap msgid "Spanish Mac Keyboard" msgstr "Spanish Mac Keyboard" #. type: "mac-es_description" -#: Resources/templates/Localizable.strings:674 +#: Resources/templates/Localizable.strings:693 #, no-wrap msgid "Use the keyboard layout for a Spanish Mac keyboard" msgstr "Użyj układu klawiatury: Spanish Mac" #. type: "mac-fr_title" -#: Resources/templates/Localizable.strings:676 +#: Resources/templates/Localizable.strings:695 #, no-wrap msgid "French Mac Keyboard" msgstr "French Mac Keyboard" #. type: "mac-fr_description" -#: Resources/templates/Localizable.strings:677 +#: Resources/templates/Localizable.strings:696 #, no-wrap msgid "Use the keyboard layout for a French Mac keyboard" msgstr "Użyj układu klawiatury: French Mac" #. type: "mac-it_title" -#: Resources/templates/Localizable.strings:679 +#: Resources/templates/Localizable.strings:698 #, no-wrap msgid "Italian Mac Keyboard" msgstr "Italian Mac Keyboard" #. type: "mac-it_description" -#: Resources/templates/Localizable.strings:680 +#: Resources/templates/Localizable.strings:699 #, no-wrap msgid "Use the keyboard layout for an Italian Mac keyboard" msgstr "Użyj układu klawiatury: Italian Mac" #. type: "mac-se_title" -#: Resources/templates/Localizable.strings:682 +#: Resources/templates/Localizable.strings:701 #, no-wrap msgid "Swedish Mac Keyboard" msgstr "Swedish Mac Keyboard" #. type: "mac-se_description" -#: Resources/templates/Localizable.strings:683 +#: Resources/templates/Localizable.strings:702 #, no-wrap msgid "Use the keyboard layout for a Swedish Mac keyboard" msgstr "Użyj układu klawiatury: Swedish Mac" #. type: "pc-fr_title" -#: Resources/templates/Localizable.strings:685 +#: Resources/templates/Localizable.strings:704 #, no-wrap msgid "French PC Keyboard" msgstr "French PC Keyboard" #. type: "pc-fr_description" -#: Resources/templates/Localizable.strings:686 +#: Resources/templates/Localizable.strings:705 #, no-wrap msgid "Use the keyboard layout for a French PC keyboard" msgstr "Użyj układu klawiatury: French PC" #. type: "Embed_title" -#: Resources/templates/Localizable.strings:693 +#: Resources/templates/Localizable.strings:712 #, no-wrap msgid "Embed" msgstr "Embed" #. type: "Embed_description" -#: Resources/templates/Localizable.strings:694 +#: Resources/templates/Localizable.strings:713 #, no-wrap msgid "A smaller simple version of the new default theme used when building a version of Chameleon which requires an embedded theme." msgstr "Mniejsza, prosta wersja nowego tematu, domyślnie używana podczas tworzenia wersji Chameleona, który wymaga osadzonych tematów. " #. type: "Legacy_title" -#: Resources/templates/Localizable.strings:696 +#: Resources/templates/Localizable.strings:715 #, no-wrap msgid "Legacy" msgstr "Legacy" #. type: "Legacy_description" -#: Resources/templates/Localizable.strings:697 +#: Resources/templates/Localizable.strings:716 #, no-wrap msgid "Chameleon's original default theme introduced for v2.0 RC1" msgstr "Poprzedni domyślny temat Chameleona." +#. type: "Default_title" +#: Resources/templates/Localizable.strings:718 +#, no-wrap +msgid "Standard" +msgstr "Chameleon Standard" + #. type: "Default_description" -#: Resources/templates/Localizable.strings:700 +#: Resources/templates/Localizable.strings:719 #, no-wrap msgid "Chameleon default theme introduced for v2.0 RC5" msgstr "Nowy domyślny temat Chameleona." #. type: "Bullet_title" -#: Resources/templates/Localizable.strings:702 +#: Resources/templates/Localizable.strings:721 #, no-wrap msgid "Bullet" msgstr "Bullet" #. type: "Bullet_description" -#: Resources/templates/Localizable.strings:703 +#: Resources/templates/Localizable.strings:722 #, no-wrap msgid "A lovely simple theme by NoSmokingBandit from April 2009." msgstr "Piękny, prosty temat autorstwa NoSmokingBandit z kwietnia 2009." #. type: "Audio_title" -#: Resources/templates/Localizable.strings:712 +#: Resources/templates/Localizable.strings:731 #, no-wrap msgid "Audio" msgstr "Audio" #. type: "Audio_description" -#: Resources/templates/Localizable.strings:713 +#: Resources/templates/Localizable.strings:732 #, no-wrap msgid "A selection of options that deal with audio." msgstr "" #. type: "Control_title" -#: Resources/templates/Localizable.strings:716 +#: Resources/templates/Localizable.strings:735 #, no-wrap msgid "Control Options" msgstr "Kontrola chameleona" #. type: "Control_description" -#: Resources/templates/Localizable.strings:717 +#: Resources/templates/Localizable.strings:736 #, no-wrap msgid "Settings to control how Chameleon works." msgstr "Ustawienia działania Chameleona." #. type: "General_title" -#: Resources/templates/Localizable.strings:720 +#: Resources/templates/Localizable.strings:739 #, no-wrap msgid "General Options" msgstr "Ogólne opcje" #. type: "General_description" -#: Resources/templates/Localizable.strings:721 +#: Resources/templates/Localizable.strings:740 #, no-wrap msgid "Choose from a selection of base options." msgstr "Wybierz ogólne opcje." #. type: "KernelFlags_title" -#: Resources/templates/Localizable.strings:724 +#: Resources/templates/Localizable.strings:743 #, no-wrap msgid "Kernel Flags" msgstr "Flagi kernela" #. type: "KernelFlags_description" -#: Resources/templates/Localizable.strings:725 +#: Resources/templates/Localizable.strings:744 #, no-wrap msgid "Choose from a selection of kernel flags." msgstr "Wybierz flagi kernela." #. type: "PowerManagement_title" -#: Resources/templates/Localizable.strings:728 +#: Resources/templates/Localizable.strings:747 #, no-wrap msgid "Power Management" msgstr "Zarządzanie energią" #. type: "PowerManagement_description" -#: Resources/templates/Localizable.strings:729 +#: Resources/templates/Localizable.strings:748 #, no-wrap msgid "A selection of options that deal with power management and speedstep." msgstr "Wybierz ustawienia związane z zarządzaniem energią i SpeedSteepem." #. type: "Resolution_description" -#: Resources/templates/Localizable.strings:733 +#: Resources/templates/Localizable.strings:752 #, no-wrap msgid "Set one resolution to use." msgstr "Set one resolution to use." #. type: "HDEFLayout_title" -#: Resources/templates/Localizable.strings:736 +#: Resources/templates/Localizable.strings:755 #, no-wrap msgid "HDEF Layout" msgstr "HDEF Layout" #. type: "HDEFLayout_description" -#: Resources/templates/Localizable.strings:737 +#: Resources/templates/Localizable.strings:756 #, no-wrap msgid "Set one HDEF Layout ID to use for your HDA controller." msgstr "" #. type: "HDAULayout_title" -#: Resources/templates/Localizable.strings:740 +#: Resources/templates/Localizable.strings:759 #, no-wrap msgid "HDAU Layout" msgstr "HDAU Layout" #. type: "HDAULayout_description" -#: Resources/templates/Localizable.strings:741 +#: Resources/templates/Localizable.strings:760 #, no-wrap msgid "Set one HDAU Layout ID to use for your HDMi controller." msgstr "" #. type: "IntelCapri_title" -#: Resources/templates/Localizable.strings:744 +#: Resources/templates/Localizable.strings:763 #, no-wrap msgid "Intel Capri AAPL,ig-platform-id" msgstr "Intel Capri AAPL,ig-platform-id" #. type: "IntelCapri_description" -#: Resources/templates/Localizable.strings:745 +#: Resources/templates/Localizable.strings:764 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD4000." msgstr "" #. type: "IntelAzul_title" -#: Resources/templates/Localizable.strings:748 +#: Resources/templates/Localizable.strings:767 #, no-wrap msgid "Intel Azul AAPL,ig-platform-id" msgstr "Intel Azul AAPL,ig-platform-id" #. type: "IntelAzul_description" -#: Resources/templates/Localizable.strings:749 +#: Resources/templates/Localizable.strings:768 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD5000." msgstr "" #. type: "HDEFPinConfiguration_title" -#: Resources/templates/Localizable.strings:752 +#: Resources/templates/Localizable.strings:771 #, no-wrap msgid "HDEF PinConfiguration" msgstr "HDEF PinConfiguration" #. type: "HDEFPinConfiguration_description" -#: Resources/templates/Localizable.strings:753 +#: Resources/templates/Localizable.strings:772 #, no-wrap msgid "Set one HDEF PinConfiguration to use." msgstr "" #. type: "Video_title" -#: Resources/templates/Localizable.strings:756 +#: Resources/templates/Localizable.strings:775 #, no-wrap msgid "Video" msgstr "Grafika" #. type: "Video_description" -#: Resources/templates/Localizable.strings:757 +#: Resources/templates/Localizable.strings:776 #, no-wrap msgid "A selection of options that deal with video." msgstr "Wybierz ustawienia związane z obsługą grafiki." #. type: "Keymaps_title" -#: Resources/templates/Localizable.strings:760 +#: Resources/templates/Localizable.strings:779 #, no-wrap msgid "KeyLayout" msgstr "KeyLayout" #. type: "Keymaps_description" -#: Resources/templates/Localizable.strings:761 +#: Resources/templates/Localizable.strings:780 #, no-wrap msgid "Select one keylayout to use. This will also install the Keylayout module and keymaps." msgstr "Select one keylayout to use. This will also install the Keylayout module and keymaps." #. type: "Themes_title" -#: Resources/templates/Localizable.strings:767 +#: Resources/templates/Localizable.strings:786 #, no-wrap msgid "Themes" msgstr "Tematy" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:768 +#: Resources/templates/Localizable.strings:787 #, no-wrap msgid "" "A collection of sample themes\n" @@ -2710,6 +2780,12 @@ "Kolekcja przykładowych tematów graficznych.\n" "Więcej tematów znajdziesz na http://forum.voodooprojects.org/index.php/board,7.0.html" +#~ msgid "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" +#~ msgstr "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" + +#~ msgid "Chameleon" +#~ msgstr "Chameleon" + #~ msgid "Install Type" #~ msgstr "Typ Instalacji" Index: branches/ErmaC/Enoch/package/po/it.po =================================================================== --- branches/ErmaC/Enoch/package/po/it.po (revision 2678) +++ branches/ErmaC/Enoch/package/po/it.po (revision 2679) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: Chameleon 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-13 18:09+0000\n" +"POT-Creation-Date: 2015-05-10 14:42+0200\n" "PO-Revision-Date: 2015-02-13 18:15-0000\n" "Last-Translator: Gianfranco \n" "Language-Team: it \n" @@ -20,13 +20,16 @@ #. type: Content of:

#: Resources/templates/Welcome.html:22 -msgid "Chameleon" -msgstr "Chameleon" +msgid "Enoch" +msgstr "" +# 80% #. type: Content of:

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

#: Resources/templates/Welcome.html:25 @@ -275,63 +278,125 @@ "boot1 (Settore di avvio della partizione) per trovare il boot2.\n" "boot2 (Nella cartella principale della partizione) per caricare il kernel etc." -#. type: "Default_title" +#. type: "BootNo_title" #: Resources/templates/Localizable.strings:25 -#: Resources/templates/Localizable.strings:699 #, no-wrap -msgid "Standard" -msgstr "Standard" +msgid "Don't install the Bootloader" +msgstr "Non installare il Bootloader" -#. type: "Standard_description" +#. type: "BootNo_description" #: Resources/templates/Localizable.strings:26 #, no-wrap -msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." -msgstr "Installare Chameleon." +msgid "Useful if you only want to install the extra's." +msgstr "Utile se vuoi solo installare i componenti aggiuntivi." -#. type: "noboot_title" +#. type: "Stages_title" #: Resources/templates/Localizable.strings:28 -#, no-wrap -msgid "Don't install the Bootloader" -msgstr "Non installare il Bootloader" +#, fuzzy, no-wrap +#| msgid "Chameleon Bootloader Package" +msgid "Bootloader Stages" +msgstr "Chameleon" -#. type: "noboot_description" +#. type: "Stages_description" #: Resources/templates/Localizable.strings:29 #, no-wrap -msgid "Useful if you only want to install the extra's." -msgstr "Utile se vuoi solo installare i componenti aggiuntivi." +msgid "" +"Here you can chose to skip the bootloader installation completely or partially.\n" +"This can be usefull if you want to write Extra's, or skip some stage (0,1 and activation of the target partition).\n" +"Skipping all stages permit you to leave as is already working boot sectors, especially usefull with 4k drives.\n" +"boot is always copied to the target partition when you are skipping one or more stages." +msgstr "" +#. type: "SkipStage0_title" +#: Resources/templates/Localizable.strings:34 +#, no-wrap +msgid "Skip Stage 0" +msgstr "" + +#. type: "SkipStage0_description" +#: Resources/templates/Localizable.strings:35 +#, no-wrap +msgid "" +"Avoid writing stage 0 to the target disk.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipStage1_title" +#: Resources/templates/Localizable.strings:38 +#, no-wrap +msgid "Skip Stage 1" +msgstr "" + +#. type: "SkipStage1_description" +#: Resources/templates/Localizable.strings:39 +#, no-wrap +msgid "" +"Avoid writing stage 1 to the partition boot sector.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipActivePartition_title" +#: Resources/templates/Localizable.strings:42 +#, no-wrap +msgid "Skip Activation" +msgstr "" + +#. type: "SkipActivePartition_description" +#: Resources/templates/Localizable.strings:43 +#, no-wrap +msgid "" +"Prevents activation of the target partition.\n" +"Some old motherboards have a bad implementation of GPT in bios and they can not find partitions if marked active unger Guid Partition Table.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "Standard_title" +#: Resources/templates/Localizable.strings:47 +#, fuzzy, no-wrap +#| msgid "Install Chameleon in the ESP" +msgid "Install Chameleon in the chosen partition." +msgstr "Installa Chameleon nella ESP" + +#. type: "Standard_description" +#: Resources/templates/Localizable.strings:48 +#, fuzzy, no-wrap +#| msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." +msgid "Install Chameleon's files to the root of the selected partition using either boot0, boot0md or boot0hfs depending on your system without destroying any existing Windows installation if you have one." +msgstr "Installare Chameleon." + #. type: "EFI_title" -#: Resources/templates/Localizable.strings:31 +#: Resources/templates/Localizable.strings:50 #, no-wrap msgid "Install Chameleon in the ESP" msgstr "Installa Chameleon nella ESP" #. type: "EFI_description" -#: Resources/templates/Localizable.strings:32 -#, no-wrap -msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +#: Resources/templates/Localizable.strings:51 +#, fuzzy, no-wrap +#| msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0, boot0md or boot0hfs depending on your system." msgstr "Installare Chameleon nella partizione ESP (EFI System Partition)." #. type: "Module_title" -#: Resources/templates/Localizable.strings:37 +#: Resources/templates/Localizable.strings:56 #, no-wrap msgid "Modules" msgstr "Moduli per Chameleon" #. type: "Module_description" -#: Resources/templates/Localizable.strings:38 +#: Resources/templates/Localizable.strings:57 #, no-wrap msgid "The modules system incorporated in chameleon allows for a user or developer to extend the core functionality of chameleon without replacing the main boot file." msgstr "Il sistema di moduli integrati in chameleon permette ad un utente o programmatore di estendere le funzionalitá di base di chameleon senza bisogno di sostituire il file principale di avvio. " #. type: "klibc_title" -#: Resources/templates/Localizable.strings:40 +#: Resources/templates/Localizable.strings:59 #, no-wrap msgid "klibc" msgstr "klibc" #. type: "klibc_description" -#: Resources/templates/Localizable.strings:41 +#: Resources/templates/Localizable.strings:60 #, no-wrap msgid "" "This module provides a standard c library for modules to link to if the library provided by chameleon is insufficient.\n" @@ -343,13 +408,13 @@ "Fonte: http://www.kernel.org/pub/linux/libs/klibc/" #. type: "ACPICodec_title" -#: Resources/templates/Localizable.strings:45 +#: Resources/templates/Localizable.strings:64 #, no-wrap msgid "ACPICodec" msgstr "ACPICodec" #. type: "ACPICodec_description" -#: Resources/templates/Localizable.strings:46 +#: Resources/templates/Localizable.strings:65 #, no-wrap msgid "" "This module provides a substitute for the internal acpi patcher.\n" @@ -359,13 +424,13 @@ "Dipendenze: nessuna" #. type: "HDAEnabler_title" -#: Resources/templates/Localizable.strings:49 +#: Resources/templates/Localizable.strings:68 #, no-wrap msgid "HDAEnabler" msgstr "HDAEnabler" #. type: "HDAEnabler_description" -#: Resources/templates/Localizable.strings:50 +#: Resources/templates/Localizable.strings:69 #, no-wrap msgid "" "HDAEnabler module, this module provides a substitute for the Hight Definition Audio DSDT Edits.\n" @@ -375,13 +440,13 @@ "Dipendenze: nessuna" #. type: "FileNVRAM_title" -#: Resources/templates/Localizable.strings:53 +#: Resources/templates/Localizable.strings:72 #, no-wrap msgid "FileNVRAM" msgstr "FileNVRAM" #. type: "FileNVRAM_description" -#: Resources/templates/Localizable.strings:54 +#: Resources/templates/Localizable.strings:73 #, no-wrap msgid "" "FileNVRAM module for preloading NVRAM values.\n" @@ -391,13 +456,13 @@ "Dipendenze: nessuna" #. type: "Sata_title" -#: Resources/templates/Localizable.strings:57 +#: Resources/templates/Localizable.strings:76 #, no-wrap msgid "Sata" msgstr "Sata" #. type: "Sata_description" -#: Resources/templates/Localizable.strings:58 +#: Resources/templates/Localizable.strings:77 #, no-wrap msgid "" "Sata module, known as YellowIconFixer in cparm's branch.\n" @@ -410,14 +475,14 @@ "Dipendenze: nessuna" #. type: "Resolution_title" -#: Resources/templates/Localizable.strings:62 -#: Resources/templates/Localizable.strings:732 +#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:751 #, no-wrap msgid "Resolution" msgstr "Risoluzioni" #. type: "AutoReso_description" -#: Resources/templates/Localizable.strings:63 +#: Resources/templates/Localizable.strings:82 #, no-wrap msgid "" "This module reads the edid information from the monitor attached to the main display.\n" @@ -429,13 +494,13 @@ "Inoltre, il modulo modificherá la modalitá vesa disponibile nelle schede grafice (pre) Intel HD per fornire una corretta risoluzione durante l'avvio." #. type: "uClibc_title" -#: Resources/templates/Localizable.strings:67 +#: Resources/templates/Localizable.strings:86 #, no-wrap msgid "uClibc++" msgstr "uClibc++" #. type: "uClibc_description" -#: Resources/templates/Localizable.strings:68 +#: Resources/templates/Localizable.strings:87 #, no-wrap msgid "" "This module provides a minimalistic c++ runtime library for use in other modules. This does not provide functionality by itself, instead it is used to allow for the c++ language to be used in other modules.\n" @@ -450,13 +515,13 @@ "Dipendenze: klibc" #. type: "KernelPatcher_title" -#: Resources/templates/Localizable.strings:73 +#: Resources/templates/Localizable.strings:92 #, no-wrap msgid "Kernel Patcher" msgstr "Kernel Patcher" #. type: "KernelPatcher_description" -#: Resources/templates/Localizable.strings:74 +#: Resources/templates/Localizable.strings:93 #, no-wrap msgid "" "The KernelPatcher module provides patches for the following:\n" @@ -474,13 +539,13 @@ "Dipendenze: nessuna" #. type: "KextPatcher_title" -#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:100 #, no-wrap msgid "Kext Patcher" msgstr "Kext Patcher" #. type: "KextPatcher_description" -#: Resources/templates/Localizable.strings:82 +#: Resources/templates/Localizable.strings:101 #, no-wrap msgid "" "The KextPatcher module provides patches for the following:\n" @@ -490,13 +555,13 @@ "Dipendenze: nessuna" #. type: "NVIDIAGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:85 +#: Resources/templates/Localizable.strings:104 #, no-wrap msgid "NVIDIAGraphicsEnabler" msgstr "NVIDIAGraphicsEnabler" #. type: "NVIDIAGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:86 +#: Resources/templates/Localizable.strings:105 #, no-wrap msgid "" "The GraphicsEnabler nVidia code ported to a module.\n" @@ -506,13 +571,13 @@ "Dipendenze: nessuna" #. type: "GraphicsEnablerModule_title" -#: Resources/templates/Localizable.strings:89 +#: Resources/templates/Localizable.strings:108 #, no-wrap msgid "GraphicsEnabler" msgstr "GraphicsEnabler" #. type: "GraphicsEnablerModule_description" -#: Resources/templates/Localizable.strings:90 +#: Resources/templates/Localizable.strings:109 #, no-wrap msgid "" "The GraphicsEnabler code ported to a module.\n" @@ -522,13 +587,13 @@ "Dipendenze: nessuna" #. type: "AMDGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:93 +#: Resources/templates/Localizable.strings:112 #, no-wrap msgid "AMDGraphicsEnabler" msgstr "AMDGraphicsEnabler" #. type: "AMDGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:94 +#: Resources/templates/Localizable.strings:113 #, no-wrap msgid "" "The GraphicsEnabler AMD/ATi code ported to a module.\n" @@ -538,13 +603,13 @@ "Dipendenze: nessuna" #. type: "IntelGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:97 +#: Resources/templates/Localizable.strings:116 #, no-wrap msgid "IntelGraphicsEnabler" msgstr "IntelGraphicsEnabler" #. type: "IntelGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:98 +#: Resources/templates/Localizable.strings:117 #, no-wrap msgid "" "The GraphicsEnabler gma(Intel) code ported to a module.\n" @@ -554,638 +619,638 @@ "Dipendenze: nessuna" #. type: "Options_title" -#: Resources/templates/Localizable.strings:106 +#: Resources/templates/Localizable.strings:125 #, no-wrap msgid "Settings" msgstr "Opzioni di avvio" #. type: "Options_description" -#: Resources/templates/Localizable.strings:107 +#: Resources/templates/Localizable.strings:126 #, no-wrap msgid "Create an /Extra/org.chameleon.Boot.plist by selecting any of these boot options and kernel flags." msgstr "Imposta opzioni predefinite di avvio." #. type: "BootBanner_title" -#: Resources/templates/Localizable.strings:109 +#: Resources/templates/Localizable.strings:128 #, no-wrap msgid "BootBanner=No" msgstr "BootBanner=No" #. type: "BootBanner_description" -#: Resources/templates/Localizable.strings:110 +#: Resources/templates/Localizable.strings:129 #, no-wrap msgid "Hides Chameleon's boot banner in GUI. This is the text that is drawn at the top left corner of the screen displaying the release version etc." msgstr "Nasconde il banner di chameleon la boot in modalità grafica." #. type: "GUI_title" -#: Resources/templates/Localizable.strings:112 +#: Resources/templates/Localizable.strings:131 #, no-wrap msgid "GUI=No" msgstr "GUI=No" #. type: "GUI_description" -#: Resources/templates/Localizable.strings:113 +#: Resources/templates/Localizable.strings:132 #, no-wrap msgid "Disables the default enabled graphic user interface." msgstr "Disabilita l'interfaccia grafica, aggiunge GUI=n al com.apple.Boot.plist" #. type: "LegacyLogo_title" -#: Resources/templates/Localizable.strings:115 +#: Resources/templates/Localizable.strings:134 #, no-wrap msgid "LegacyLogo=Yes" msgstr "LegacyLogo=Yes" #. type: "LegacyLogo_description" -#: Resources/templates/Localizable.strings:116 +#: Resources/templates/Localizable.strings:135 #, no-wrap msgid "Use the legacy 'dark grey' apple logo on the light grey screen for the boot process rather than the boot.png in the theme." msgstr "Utilizza mela aple originale (nera) al caricamento." #. type: "InstantMenu_title" -#: Resources/templates/Localizable.strings:118 +#: Resources/templates/Localizable.strings:137 #, no-wrap msgid "InstantMenu=Yes" msgstr "InstantMenu=Yes" #. type: "InstantMenu_description" -#: Resources/templates/Localizable.strings:119 +#: Resources/templates/Localizable.strings:138 #, no-wrap msgid "By default, when Chameleon loads you'll see the icon for the current default partition, along with a timeout progress bar which left alone will count down before Chameleon automatically boots that partition. This options skips that and takes you directly to the device selection screen." msgstr "Carica subito il menu di selezione dei dischi." #. type: "QuietBoot_title" -#: Resources/templates/Localizable.strings:121 +#: Resources/templates/Localizable.strings:140 #, no-wrap msgid "QuietBoot=Yes" msgstr "QuietBoot=Yes" #. type: "QuietBoot_description" -#: Resources/templates/Localizable.strings:122 +#: Resources/templates/Localizable.strings:141 #, no-wrap msgid "Enable quiet boot mode (no messages or prompt)." msgstr "Carica immediatamente il disco predefinito." #. type: "ShowInfo_title" -#: Resources/templates/Localizable.strings:124 +#: Resources/templates/Localizable.strings:143 #, no-wrap msgid "ShowInfo=Yes" msgstr "ShowInfo=Yes" #. type: "ShowInfo_description" -#: Resources/templates/Localizable.strings:125 +#: Resources/templates/Localizable.strings:144 #, no-wrap msgid "Enables display of partition and resolution details shown on the left side of the GUI under the boot banner. This is useful information for troubleshooting, though can clash with certain themes." msgstr "Mostra i dettagli delle partizioni e delle risoluzioni sul lato sinistro della GUI, sotto il banner. Queste informazioni sono utili per la risoluzione dei problemi, sebbene possano entrare in conflitto con alcuni temi." #. type: "Wait_title" -#: Resources/templates/Localizable.strings:127 +#: Resources/templates/Localizable.strings:146 #, no-wrap msgid "Wait=Yes" msgstr "Wait=Yes" #. type: "Wait_description" -#: Resources/templates/Localizable.strings:128 +#: Resources/templates/Localizable.strings:147 #, no-wrap msgid "Pauses the boot process after Chameleon has finished it's setup then waits for a key press before it starts the mach kernel. Useful when combined with verbose boot for troubleshooting." msgstr "Attende la pressione di un tasto prima di caricare il kernel." #. type: "PrivateData_title" -#: Resources/templates/Localizable.strings:130 +#: Resources/templates/Localizable.strings:149 #, no-wrap msgid "PrivateData=No" msgstr "PrivateData=No" #. type: "PrivateData_description" -#: Resources/templates/Localizable.strings:131 +#: Resources/templates/Localizable.strings:150 #, no-wrap msgid "Show masked data (serial number) in bdmesg log (enbaled by default)." msgstr "Mostra dati nascosti (numero seriale) nel log bdmesg (attivato di default)." #. type: "USBBusFix_title" -#: Resources/templates/Localizable.strings:135 +#: Resources/templates/Localizable.strings:154 #, no-wrap msgid "USBBusFix=Yes" msgstr "USBBusFix=Yes" #. type: "USBBusFix_description" -#: Resources/templates/Localizable.strings:136 +#: Resources/templates/Localizable.strings:155 #, no-wrap msgid "Enable the XHCI, EHCI and UHCI fixes (disabled by default)." msgstr "Attiva i fix XHCI, EHCI e UHCI (disattivato di default)." #. type: "USBLegacyOff_title" -#: Resources/templates/Localizable.strings:138 +#: Resources/templates/Localizable.strings:157 #, no-wrap msgid "USBLegacyOff=Yes" msgstr "USBLegacyOff=Yes" #. type: "USBLegacyOff_description" -#: Resources/templates/Localizable.strings:139 +#: Resources/templates/Localizable.strings:158 #, no-wrap msgid "Force USB Legacy off for XHCI and EHCI (disabled by default)." msgstr "Forza disattivazione USB Legacy per XHCI e EHCI (disattivato di default)." #. type: "XHCILegacyOff_title" -#: Resources/templates/Localizable.strings:141 +#: Resources/templates/Localizable.strings:160 #, no-wrap msgid "XHCILegacyOff=Yes" msgstr "XHCILegacyOff=Yes" #. type: "XHCILegacyOff_description" -#: Resources/templates/Localizable.strings:142 +#: Resources/templates/Localizable.strings:161 #, no-wrap msgid "Force USB Legacy off for XHCI (disabled by default)." msgstr "Forza disattivazione USB Legacy per XHCI (disattivato di default)." #. type: "UHCIreset_title" -#: Resources/templates/Localizable.strings:144 +#: Resources/templates/Localizable.strings:163 #, no-wrap msgid "UHCIreset=Yes" msgstr "UHCIreset=Yes" #. type: "UHCIreset_description" -#: Resources/templates/Localizable.strings:145 +#: Resources/templates/Localizable.strings:164 #, no-wrap msgid "Enables the option to reset UHCI controllers before starting OS X." msgstr "Aggiunge UHCIreset=YES al org.chameleon.Boot.plist, Questa opzione resetterà i controller UHCI prima dell'avvio di OS X." #. type: "EHCIacquire_title" -#: Resources/templates/Localizable.strings:147 +#: Resources/templates/Localizable.strings:166 #, no-wrap msgid "EHCIacquire=Yes" msgstr "EHCIacquire=Yes" #. type: "EHCIacquire_description" -#: Resources/templates/Localizable.strings:148 +#: Resources/templates/Localizable.strings:167 #, no-wrap msgid "Enables the option to fix any EHCI ownership issues due to bad bioses." msgstr "Aggiunge EHCIacquire=y al org.chameleon.Boot.plist, Questa opzione sistema eventuali proprietà legati all'EHCI in alcuni BIOS." #. type: "arch_title" -#: Resources/templates/Localizable.strings:150 +#: Resources/templates/Localizable.strings:169 #, no-wrap msgid "arch=i386" msgstr "Architettura (arch=i386)" #. type: "arch_description" -#: Resources/templates/Localizable.strings:151 +#: Resources/templates/Localizable.strings:170 #, no-wrap msgid "Boots the kernel in 32bit mode rather than the default 64bit mode." msgstr "Avvia il kernel in modalità 32bit (consigliato per sistemi con meno di 10GB di RAM)." #. type: "EthernetBuiltIn_title" -#: Resources/templates/Localizable.strings:153 +#: Resources/templates/Localizable.strings:172 #, no-wrap msgid "EthernetBuiltIn=Yes" msgstr "EthernetBuiltIn=Yes" #. type: "EthernetBuiltIn_description" -#: Resources/templates/Localizable.strings:154 +#: Resources/templates/Localizable.strings:173 #, no-wrap msgid "Enables the option of adding 'built-in' to your ethernet devices." msgstr "Aggiunge EthernetBuiltIn=y al org.chameleon.Boot.plist, Questa opzione aggiungerà 'built-in' alle periferice di rete." #. type: "EnableWifi_title" -#: Resources/templates/Localizable.strings:156 +#: Resources/templates/Localizable.strings:175 #, no-wrap msgid "EnableWifi=Yes" msgstr "EnableWifi=Yes" #. type: "EnableWifi_description" -#: Resources/templates/Localizable.strings:157 +#: Resources/templates/Localizable.strings:176 #, no-wrap msgid "Enables the option of adding AirPort values to your wireless device." msgstr "Aggiunge EnableWiFi=Yes al org.chameleon.Boot.plist, Questa opzione aggiungerà valori AirPort alle periferiche Wireless." #. type: "ForceHPET_title" -#: Resources/templates/Localizable.strings:159 +#: Resources/templates/Localizable.strings:178 #, no-wrap msgid "ForceHPET=Yes" msgstr "ForceHPET=Yes" #. type: "ForceHPET_description" -#: Resources/templates/Localizable.strings:160 +#: Resources/templates/Localizable.strings:179 #, no-wrap msgid "Enables HPET on intel chipsets, for bioses that dont include the option." msgstr "Aggiunge ForceHPET=y al org.chameleon.Boot.plist, Questa opzione abilita l'HPET sui chipset Intel, per BIOS che non includono questa opzione." #. type: "ForceWake_title" -#: Resources/templates/Localizable.strings:162 +#: Resources/templates/Localizable.strings:181 #, no-wrap msgid "ForceWake=Yes" msgstr "ForceWake=Yes" #. type: "ForceWake_description" -#: Resources/templates/Localizable.strings:163 +#: Resources/templates/Localizable.strings:182 #, no-wrap msgid "This option enables you to bypass bad sleep images." msgstr "Aggiunge ForceWake=y al org.chameleon.Boot.plist, Questa opzione abilita la possibilità di evitare errate sleep images." #. type: "ForceFullMemInfo_title" -#: Resources/templates/Localizable.strings:165 +#: Resources/templates/Localizable.strings:184 #, no-wrap msgid "ForceFullMemInfo=Yes" msgstr "ForceFullMemInfo=Yes" #. type: "ForceFullMemInfo_description" -#: Resources/templates/Localizable.strings:166 +#: Resources/templates/Localizable.strings:185 #, no-wrap msgid "Force SMBIOS Table 17 to be 27 bytes long." msgstr "Aggiunge ForceFullMemInfo=Yes al org.chameleon.Boot.plist, Questa opzione forza la lunghezza della tabella 17 (SMBIOS) a 27 byte." #. type: "RestartFix_title" -#: Resources/templates/Localizable.strings:168 +#: Resources/templates/Localizable.strings:187 #, no-wrap msgid "RestartFix=No" msgstr "RestartFix=No" #. type: "RestartFix_description" -#: Resources/templates/Localizable.strings:169 +#: Resources/templates/Localizable.strings:188 #, no-wrap msgid "Disables the automatically enabled restart fix." msgstr "Disabilita la correzione automatica per il riavvio." #. type: "UseMemDetect_title" -#: Resources/templates/Localizable.strings:171 +#: Resources/templates/Localizable.strings:190 #, no-wrap msgid "UseMemDetect=No" msgstr "UseMemDetect=No" #. type: "UseMemDetect_description" -#: Resources/templates/Localizable.strings:172 +#: Resources/templates/Localizable.strings:191 #, no-wrap msgid "Disables the automatically enabled RAM recognition." msgstr "Disattiva il riconoscimento della RAM automatico." #. type: "UseKernelCache_title" -#: Resources/templates/Localizable.strings:174 +#: Resources/templates/Localizable.strings:193 #, no-wrap msgid "UseKernelCache=Yes" msgstr "UseKernelCache=Yes" #. type: "UseKernelCache_description" -#: Resources/templates/Localizable.strings:175 +#: Resources/templates/Localizable.strings:194 #, no-wrap msgid "For Lion only. Enables loading of the pre-linked kernel. This will ignore /E/E and /S/L/E. ONLY use this is you have know it contains everything you need." msgstr "Caricherà il pre-linked kernel e ignorerà Extensions.mkext per /Extra/Extensions e /System/Library/Extensions Di default è No. Da utilizzare (Yes) se utilizzi Lion o Mountain Lion su partizione Raid." #. type: "Wake_title" -#: Resources/templates/Localizable.strings:177 +#: Resources/templates/Localizable.strings:196 #, no-wrap msgid "Wake=Yes" msgstr "Wake=Yes" #. type: "Wake_description" -#: Resources/templates/Localizable.strings:178 +#: Resources/templates/Localizable.strings:197 #, no-wrap msgid "Attempts to load the sleep image saved from last hibernation." msgstr "Carica dall'immagine dell'ibernazione." #. type: "CSTUsingSystemIO_title" -#: Resources/templates/Localizable.strings:182 +#: Resources/templates/Localizable.strings:201 #, no-wrap msgid "CSTUsingSystemIO=Yes" msgstr "CSTUsingSystemIO=Yes" #. type: "CSTUsingSystemIO_description" -#: Resources/templates/Localizable.strings:183 +#: Resources/templates/Localizable.strings:202 #, no-wrap msgid "New C-State _CST generation method using SystemIO registers instead of FixedHW." msgstr "Nuovo generatore di C-State, usa il registro SystemIO invece del FixedHW." #. type: "DropSSDT_title" -#: Resources/templates/Localizable.strings:185 +#: Resources/templates/Localizable.strings:204 #, no-wrap msgid "DropSSDT=Yes" msgstr "DropSSDT=Yes" #. type: "DropSSDT_description" -#: Resources/templates/Localizable.strings:186 +#: Resources/templates/Localizable.strings:205 #, no-wrap msgid "Discard the motherboard's built-in SSDT tables." msgstr "Non carica le tabelle SSDT dal BIOS." #. type: "DropHPET_title" -#: Resources/templates/Localizable.strings:188 +#: Resources/templates/Localizable.strings:207 #, no-wrap msgid "DropHPET=Yes" msgstr "DropHPET=Yes" #. type: "DropHPET_description" -#: Resources/templates/Localizable.strings:189 +#: Resources/templates/Localizable.strings:208 #, no-wrap msgid "Discard the motherboard's built-in HPET table." msgstr "Non carica la tabelle HPET dal BIOS." #. type: "DropSBST_title" -#: Resources/templates/Localizable.strings:191 +#: Resources/templates/Localizable.strings:210 #, no-wrap msgid "DropSBST=Yes" msgstr "DropSBST=Yes" #. type: "DropSBST_description" -#: Resources/templates/Localizable.strings:192 +#: Resources/templates/Localizable.strings:211 #, no-wrap msgid "Discard the motherboard's built-in SBST table." msgstr "Non carica la tabelle SBST dal BIOS." #. type: "DropECDT_title" -#: Resources/templates/Localizable.strings:194 +#: Resources/templates/Localizable.strings:213 #, no-wrap msgid "DropECDT=Yes" msgstr "DropECDT=Yes" #. type: "DropECDT_description" -#: Resources/templates/Localizable.strings:195 +#: Resources/templates/Localizable.strings:214 #, no-wrap msgid "Discard the motherboard's built-in ECDT table." msgstr "Non carica la tabelle ECDT dal BIOS." #. type: "DropASFT_title" -#: Resources/templates/Localizable.strings:197 +#: Resources/templates/Localizable.strings:216 #, no-wrap msgid "DropASFT=Yes" msgstr "DropASFT=Yes" #. type: "DropASFT_description" -#: Resources/templates/Localizable.strings:198 +#: Resources/templates/Localizable.strings:217 #, no-wrap msgid "Discard the motherboard's built-in ASF! table." msgstr "Non carica la tabelle ASF! dal BIOS." #. type: "DropDMAR_title" -#: Resources/templates/Localizable.strings:200 +#: Resources/templates/Localizable.strings:219 #, no-wrap msgid "DropDMAR=Yes" msgstr "DropDMAR=Yes" #. type: "DropDMAR_description" -#: Resources/templates/Localizable.strings:201 +#: Resources/templates/Localizable.strings:220 #, no-wrap msgid "Discard the motherboard's built-in DMAR table, this key action resolve the problem with VT-d panics." msgstr "Non carica la tabelle DMAR dal BIOS, in alcuni casi può risolvere problemi con la virtualizzazione (VT-d)." #. type: "EnableC2State_title" -#: Resources/templates/Localizable.strings:203 +#: Resources/templates/Localizable.strings:222 #, no-wrap msgid "EnableC2State=Yes" msgstr "EnableC2State=Yes" #. type: "EnableC2State_description" -#: Resources/templates/Localizable.strings:204 +#: Resources/templates/Localizable.strings:223 #, no-wrap msgid "Enable specific Processor power state, C2." msgstr "Abilita i C2State." #. type: "EnableC3State_title" -#: Resources/templates/Localizable.strings:206 +#: Resources/templates/Localizable.strings:225 #, no-wrap msgid "EnableC3State=Yes" msgstr "EnableC3State=Yes" #. type: "EnableC3State_description" -#: Resources/templates/Localizable.strings:207 +#: Resources/templates/Localizable.strings:226 #, no-wrap msgid "Enable specific Processor power state, C3." msgstr "Abilita i C3State." #. type: "EnableC4State_title" -#: Resources/templates/Localizable.strings:209 +#: Resources/templates/Localizable.strings:228 #, no-wrap msgid "EnableC4State=Yes" msgstr "EnableC4State=Yes" #. type: "EnableC4State_description" -#: Resources/templates/Localizable.strings:210 +#: Resources/templates/Localizable.strings:229 #, no-wrap msgid "Enable specific Processor power state, C4." msgstr "Abilita i C4State." #. type: "EnableC6State_title" -#: Resources/templates/Localizable.strings:212 +#: Resources/templates/Localizable.strings:231 #, no-wrap msgid "EnableC6State=Yes" msgstr "EnableC6State=Yes" #. type: "EnableC6State_description" -#: Resources/templates/Localizable.strings:213 +#: Resources/templates/Localizable.strings:232 #, no-wrap msgid "Enable specific Processor power state, C6." msgstr "Abilita i C6State." #. type: "EnableC7State_title" -#: Resources/templates/Localizable.strings:215 +#: Resources/templates/Localizable.strings:234 #, no-wrap msgid "EnableC7State=Yes" msgstr "EnableC7State=Yes" #. type: "EnableC7State_description" -#: Resources/templates/Localizable.strings:216 +#: Resources/templates/Localizable.strings:235 #, no-wrap msgid "Enable specific Processor power state, C7." msgstr "Abilita i C7State." #. type: "GenerateCStates_title" -#: Resources/templates/Localizable.strings:218 +#: Resources/templates/Localizable.strings:237 #, no-wrap msgid "GenerateCStates=Yes" msgstr "GenerateCStates=Yes" #. type: "GenerateCStates_description" -#: Resources/templates/Localizable.strings:219 +#: Resources/templates/Localizable.strings:238 #, no-wrap msgid "Enable auto generation of processor idle sleep states (C-States)." msgstr "Attiva C-State automatici." #. type: "GeneratePStates_title" -#: Resources/templates/Localizable.strings:221 +#: Resources/templates/Localizable.strings:240 #, no-wrap msgid "GeneratePStates=Yes" msgstr "GeneratePStates=Yes" #. type: "GeneratePStates_description" -#: Resources/templates/Localizable.strings:222 +#: Resources/templates/Localizable.strings:241 #, no-wrap msgid "Enable auto generation of processor power performance states (P-States)." msgstr "Attiva P-State automatici." #. type: "GenerateTStates_title" -#: Resources/templates/Localizable.strings:224 +#: Resources/templates/Localizable.strings:243 #, no-wrap msgid "GenerateTStates=Yes" msgstr "GenerateTStates=Yes" #. type: "GenerateTStates_description" -#: Resources/templates/Localizable.strings:225 +#: Resources/templates/Localizable.strings:244 #, no-wrap msgid "Enable auto generation of processor power performance states (T-States)." msgstr "Attiva T-State automatici." #. type: "1024x600x32_title" -#: Resources/templates/Localizable.strings:229 +#: Resources/templates/Localizable.strings:248 #, no-wrap msgid "1024x600x32" msgstr "1024x600x32" #. type: "1024x600x32_description" -#: Resources/templates/Localizable.strings:230 +#: Resources/templates/Localizable.strings:249 #, no-wrap msgid "Set Graphics Mode to 1024x600x32" msgstr "Setta il Graphics Mode a 1024x600x32" #. type: "1024x768x32_title" -#: Resources/templates/Localizable.strings:232 +#: Resources/templates/Localizable.strings:251 #, no-wrap msgid "1024x768x32" msgstr "1024x768x32" #. type: "1024x768x32_description" -#: Resources/templates/Localizable.strings:233 +#: Resources/templates/Localizable.strings:252 #, no-wrap msgid "Set Graphics Mode to 1024x768x32" msgstr "Setta il Graphics Mode a 1024x768x32" #. type: "1280x768x32_title" -#: Resources/templates/Localizable.strings:235 +#: Resources/templates/Localizable.strings:254 #, no-wrap msgid "1280x768x32" msgstr "1280x768x32" #. type: "1280x768x32_description" -#: Resources/templates/Localizable.strings:236 +#: Resources/templates/Localizable.strings:255 #, no-wrap msgid "Set Graphics Mode to 1280x768x32" msgstr "Setta il Graphics Mode a 1280x768x32" #. type: "1280x800x32_title" -#: Resources/templates/Localizable.strings:238 +#: Resources/templates/Localizable.strings:257 #, no-wrap msgid "1280x800x32" msgstr "1280x800x32" #. type: "1280x800x32_description" -#: Resources/templates/Localizable.strings:239 +#: Resources/templates/Localizable.strings:258 #, no-wrap msgid "Set Graphics Mode to 1280x800x32" msgstr "Setta il Graphics Mode a 1280x800x32" #. type: "1280x1024x32_title" -#: Resources/templates/Localizable.strings:241 +#: Resources/templates/Localizable.strings:260 #, no-wrap msgid "1280x1024x32" msgstr "1280x1024x32" #. type: "1280x1024x32_description" -#: Resources/templates/Localizable.strings:242 +#: Resources/templates/Localizable.strings:261 #, no-wrap msgid "Set Graphics Mode to 1280x1024x32" msgstr "Setta il Graphics Mode a 1280x1024x32" #. type: "1280x960x32_title" -#: Resources/templates/Localizable.strings:244 +#: Resources/templates/Localizable.strings:263 #, no-wrap msgid "1280x960x32" msgstr "1280x960x32" #. type: "1280x960x32_description" -#: Resources/templates/Localizable.strings:245 +#: Resources/templates/Localizable.strings:264 #, no-wrap msgid "Set Graphics Mode to 1280x960x32" msgstr "Setta il Graphics Mode a 1280x960x32" #. type: "1366x768x32_title" -#: Resources/templates/Localizable.strings:247 +#: Resources/templates/Localizable.strings:266 #, no-wrap msgid "1366x768x32" msgstr "1366x768x32" #. type: "1366x768x32_description" -#: Resources/templates/Localizable.strings:248 +#: Resources/templates/Localizable.strings:267 #, no-wrap msgid "Set Graphics Mode to 1366x768x32" msgstr "Setta il Graphics Mode a 1366x768x32" #. type: "1440x900x32_title" -#: Resources/templates/Localizable.strings:250 +#: Resources/templates/Localizable.strings:269 #, no-wrap msgid "1440x900x32" msgstr "1440x900x32" #. type: "1440x900x32_description" -#: Resources/templates/Localizable.strings:251 +#: Resources/templates/Localizable.strings:270 #, no-wrap msgid "Set Graphics Mode to 1440x900x32" msgstr "Setta il Graphics Mode a 1440x900x32" #. type: "1600x900x32_title" -#: Resources/templates/Localizable.strings:253 +#: Resources/templates/Localizable.strings:272 #, no-wrap msgid "1600x900x32" msgstr "1600x900x32" #. type: "1600x900x32_description" -#: Resources/templates/Localizable.strings:254 +#: Resources/templates/Localizable.strings:273 #, no-wrap msgid "Set Graphics Mode to 1600x900x32" msgstr "Setta il Graphics Mode a 1600x900x32" #. type: "1600x1200x32_title" -#: Resources/templates/Localizable.strings:256 +#: Resources/templates/Localizable.strings:275 #, no-wrap msgid "1600x1200x32" msgstr "1600x1200x32" #. type: "1600x1200x32_description" -#: Resources/templates/Localizable.strings:257 +#: Resources/templates/Localizable.strings:276 #, no-wrap msgid "Set Graphics Mode to 1600x1200x32" msgstr "Setta il Graphics Mode a 1600x1200x32" #. type: "1680x1050x32_title" -#: Resources/templates/Localizable.strings:259 +#: Resources/templates/Localizable.strings:278 #, no-wrap msgid "1680x1050x32" msgstr "1680x1050x32" #. type: "1680x1050x32_description" -#: Resources/templates/Localizable.strings:260 +#: Resources/templates/Localizable.strings:279 #, no-wrap msgid "Set Graphics Mode to 1680x1050x32" msgstr "Setta il Graphics Mode a 1680x1050x32" #. type: "1920x1080x32_title" -#: Resources/templates/Localizable.strings:262 +#: Resources/templates/Localizable.strings:281 #, no-wrap msgid "1920x1080x32" msgstr "1920x1080x32" #. type: "1920x1080x32_description" -#: Resources/templates/Localizable.strings:263 +#: Resources/templates/Localizable.strings:282 #, no-wrap msgid "Set Graphics Mode to 1920x1080x32" msgstr "Setta il Graphics Mode a 1920x1080x32" #. type: "1920x1200x32_title" -#: Resources/templates/Localizable.strings:265 +#: Resources/templates/Localizable.strings:284 #, no-wrap msgid "1920x1200x32" msgstr "1920x1200x32" #. type: "1920x1200x32_description" -#: Resources/templates/Localizable.strings:266 +#: Resources/templates/Localizable.strings:285 #, no-wrap msgid "Set Graphics Mode to 1920x1200x32" msgstr "Setta il Graphics Mode a 1920x1200x32" #. type: "HDAULayoutIDx01_title" -#: Resources/templates/Localizable.strings:270 -#: Resources/templates/Localizable.strings:376 +#: Resources/templates/Localizable.strings:289 +#: Resources/templates/Localizable.strings:395 #, no-wrap msgid "LayoutID=1" msgstr "LayoutID=1" #. type: "HDEFLayoutIDx01_description" -#: Resources/templates/Localizable.strings:271 +#: Resources/templates/Localizable.strings:290 #, no-wrap msgid "" "Set HDEF layout-it to 1:\n" @@ -1195,14 +1260,14 @@ "001 (0x01, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx02_title" -#: Resources/templates/Localizable.strings:274 -#: Resources/templates/Localizable.strings:380 +#: Resources/templates/Localizable.strings:293 +#: Resources/templates/Localizable.strings:399 #, no-wrap msgid "LayoutID=2" msgstr "LayoutID=2" #. type: "HDEFLayoutIDx02_description" -#: Resources/templates/Localizable.strings:275 +#: Resources/templates/Localizable.strings:294 #, no-wrap msgid "" "Set HDEF layout-it to 2:\n" @@ -1212,14 +1277,14 @@ "002 (0x02, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx03_title" -#: Resources/templates/Localizable.strings:278 -#: Resources/templates/Localizable.strings:384 +#: Resources/templates/Localizable.strings:297 +#: Resources/templates/Localizable.strings:403 #, no-wrap msgid "LayoutID=3" msgstr "LayoutID=3" #. type: "HDEFLayoutIDx03_description" -#: Resources/templates/Localizable.strings:279 +#: Resources/templates/Localizable.strings:298 #, no-wrap msgid "" "Set HDEF layout-it to 3:\n" @@ -1229,14 +1294,14 @@ "003 (0x03, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx05_title" -#: Resources/templates/Localizable.strings:282 -#: Resources/templates/Localizable.strings:388 +#: Resources/templates/Localizable.strings:301 +#: Resources/templates/Localizable.strings:407 #, no-wrap msgid "LayoutID=5" msgstr "LayoutID=5" #. type: "HDEFLayoutIDx05_description" -#: Resources/templates/Localizable.strings:283 +#: Resources/templates/Localizable.strings:302 #, no-wrap msgid "" "Set HDEF layout-it to 5:\n" @@ -1246,14 +1311,14 @@ "005 (0x05, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx07_title" -#: Resources/templates/Localizable.strings:286 -#: Resources/templates/Localizable.strings:392 +#: Resources/templates/Localizable.strings:305 +#: Resources/templates/Localizable.strings:411 #, no-wrap msgid "LayoutID=7" msgstr "LayoutID=7" #. type: "HDEFLayoutIDx07_description" -#: Resources/templates/Localizable.strings:287 +#: Resources/templates/Localizable.strings:306 #, no-wrap msgid "" "Set HDEF layout-it to 7:\n" @@ -1263,14 +1328,14 @@ "007 (0x07, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx12_title" -#: Resources/templates/Localizable.strings:290 -#: Resources/templates/Localizable.strings:396 +#: Resources/templates/Localizable.strings:309 +#: Resources/templates/Localizable.strings:415 #, no-wrap msgid "LayoutID=12" msgstr "LayoutID=12" #. type: "HDEFLayoutIDx12_description" -#: Resources/templates/Localizable.strings:291 +#: Resources/templates/Localizable.strings:310 #, no-wrap msgid "" "Set HDEF layout-it to 12:\n" @@ -1280,14 +1345,14 @@ "00C (0x0C, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx32_title" -#: Resources/templates/Localizable.strings:294 -#: Resources/templates/Localizable.strings:400 +#: Resources/templates/Localizable.strings:313 +#: Resources/templates/Localizable.strings:419 #, no-wrap msgid "LayoutID=32" msgstr "LayoutID=32" #. type: "HDEFLayoutIDx32_description" -#: Resources/templates/Localizable.strings:295 +#: Resources/templates/Localizable.strings:314 #, no-wrap msgid "" "Set HDEF layout-it to 32:\n" @@ -1297,14 +1362,14 @@ "020 (0x20, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx40_title" -#: Resources/templates/Localizable.strings:298 -#: Resources/templates/Localizable.strings:404 +#: Resources/templates/Localizable.strings:317 +#: Resources/templates/Localizable.strings:423 #, no-wrap msgid "LayoutID=40" msgstr "LayoutID=40" #. type: "HDEFLayoutIDx40_description" -#: Resources/templates/Localizable.strings:299 +#: Resources/templates/Localizable.strings:318 #, no-wrap msgid "" "Set HDEF layout-it to 40:\n" @@ -1314,14 +1379,14 @@ "028 (0x28, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx65_title" -#: Resources/templates/Localizable.strings:302 -#: Resources/templates/Localizable.strings:408 +#: Resources/templates/Localizable.strings:321 +#: Resources/templates/Localizable.strings:427 #, no-wrap msgid "LayoutID=65" msgstr "LayoutID=65" #. type: "HDEFLayoutIDx65_description" -#: Resources/templates/Localizable.strings:303 +#: Resources/templates/Localizable.strings:322 #, no-wrap msgid "" "Set HDEF layout-it to 65:\n" @@ -1331,14 +1396,14 @@ "041 (0x41, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx99_title" -#: Resources/templates/Localizable.strings:306 -#: Resources/templates/Localizable.strings:412 +#: Resources/templates/Localizable.strings:325 +#: Resources/templates/Localizable.strings:431 #, no-wrap msgid "LayoutID=99" msgstr "LayoutID=99" #. type: "HDEFLayoutIDx99_description" -#: Resources/templates/Localizable.strings:307 +#: Resources/templates/Localizable.strings:326 #, no-wrap msgid "" "Set HDEF layout-it to 99:\n" @@ -1348,14 +1413,14 @@ "063 (0x63, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx269_title" -#: Resources/templates/Localizable.strings:310 -#: Resources/templates/Localizable.strings:416 +#: Resources/templates/Localizable.strings:329 +#: Resources/templates/Localizable.strings:435 #, no-wrap msgid "LayoutID=269" msgstr "LayoutID=269" #. type: "HDEFLayoutIDx269_description" -#: Resources/templates/Localizable.strings:311 +#: Resources/templates/Localizable.strings:330 #, no-wrap msgid "" "Set HDEF layout-it to 269:\n" @@ -1365,14 +1430,14 @@ "10D (0x0D, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx387_title" -#: Resources/templates/Localizable.strings:314 -#: Resources/templates/Localizable.strings:420 +#: Resources/templates/Localizable.strings:333 +#: Resources/templates/Localizable.strings:439 #, no-wrap msgid "LayoutID=387" msgstr "LayoutID=387" #. type: "HDEFLayoutIDx387_description" -#: Resources/templates/Localizable.strings:315 +#: Resources/templates/Localizable.strings:334 #, no-wrap msgid "" "Set HDEF layout-it to 387:\n" @@ -1382,14 +1447,14 @@ "183 (0x83, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx388_title" -#: Resources/templates/Localizable.strings:318 -#: Resources/templates/Localizable.strings:424 +#: Resources/templates/Localizable.strings:337 +#: Resources/templates/Localizable.strings:443 #, no-wrap msgid "LayoutID=388" msgstr "LayoutID=388" #. type: "HDEFLayoutIDx388_description" -#: Resources/templates/Localizable.strings:319 +#: Resources/templates/Localizable.strings:338 #, no-wrap msgid "" "Set HDEF layout-it to 388:\n" @@ -1399,14 +1464,14 @@ "184 (0x84, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx389_title" -#: Resources/templates/Localizable.strings:322 -#: Resources/templates/Localizable.strings:428 +#: Resources/templates/Localizable.strings:341 +#: Resources/templates/Localizable.strings:447 #, no-wrap msgid "LayoutID=389" msgstr "LayoutID=389" #. type: "HDEFLayoutIDx389_description" -#: Resources/templates/Localizable.strings:323 +#: Resources/templates/Localizable.strings:342 #, no-wrap msgid "" "Set HDEF layout-it to 389:\n" @@ -1416,14 +1481,14 @@ "185 (0x85, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx392_title" -#: Resources/templates/Localizable.strings:326 -#: Resources/templates/Localizable.strings:432 +#: Resources/templates/Localizable.strings:345 +#: Resources/templates/Localizable.strings:451 #, no-wrap msgid "LayoutID=392" msgstr "LayoutID=392" #. type: "HDEFLayoutIDx392_description" -#: Resources/templates/Localizable.strings:327 +#: Resources/templates/Localizable.strings:346 #, no-wrap msgid "" "Set HDEF layout-it to 392:\n" @@ -1433,14 +1498,14 @@ "188 (0x88, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx398_title" -#: Resources/templates/Localizable.strings:330 -#: Resources/templates/Localizable.strings:436 +#: Resources/templates/Localizable.strings:349 +#: Resources/templates/Localizable.strings:455 #, no-wrap msgid "LayoutID=398" msgstr "LayoutID=398" #. type: "HDEFLayoutIDx398_description" -#: Resources/templates/Localizable.strings:331 +#: Resources/templates/Localizable.strings:350 #, no-wrap msgid "" "Set HDEF layout-it to 398:\n" @@ -1450,14 +1515,14 @@ "18E (0x8E, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx662_title" -#: Resources/templates/Localizable.strings:334 -#: Resources/templates/Localizable.strings:440 +#: Resources/templates/Localizable.strings:353 +#: Resources/templates/Localizable.strings:459 #, no-wrap msgid "LayoutID=662" msgstr "LayoutID=662" #. type: "HDEFLayoutIDx662_description" -#: Resources/templates/Localizable.strings:335 +#: Resources/templates/Localizable.strings:354 #, no-wrap msgid "" "Set HDEF layout-it to 662:\n" @@ -1467,14 +1532,14 @@ "296 (0x96, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx663_title" -#: Resources/templates/Localizable.strings:338 -#: Resources/templates/Localizable.strings:444 +#: Resources/templates/Localizable.strings:357 +#: Resources/templates/Localizable.strings:463 #, no-wrap msgid "LayoutID=663" msgstr "LayoutID=663" #. type: "HDEFLayoutIDx663_description" -#: Resources/templates/Localizable.strings:339 +#: Resources/templates/Localizable.strings:358 #, no-wrap msgid "" "Set HDEF layout-it to 663:\n" @@ -1484,14 +1549,14 @@ "297 (0x97, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx664_title" -#: Resources/templates/Localizable.strings:342 -#: Resources/templates/Localizable.strings:448 +#: Resources/templates/Localizable.strings:361 +#: Resources/templates/Localizable.strings:467 #, no-wrap msgid "LayoutID=664" msgstr "LayoutID=664" #. type: "HDEFLayoutIDx664_description" -#: Resources/templates/Localizable.strings:343 +#: Resources/templates/Localizable.strings:362 #, no-wrap msgid "" "Set HDEF layout-it to 664:\n" @@ -1501,14 +1566,14 @@ "298 (0x98, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx885_title" -#: Resources/templates/Localizable.strings:346 -#: Resources/templates/Localizable.strings:452 +#: Resources/templates/Localizable.strings:365 +#: Resources/templates/Localizable.strings:471 #, no-wrap msgid "LayoutID=885" msgstr "LayoutID=885" #. type: "HDEFLayoutIDx885_description" -#: Resources/templates/Localizable.strings:347 +#: Resources/templates/Localizable.strings:366 #, no-wrap msgid "" "Set HDEF layout-it to 885:\n" @@ -1518,14 +1583,14 @@ "375 (0x75, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx887_title" -#: Resources/templates/Localizable.strings:350 -#: Resources/templates/Localizable.strings:456 +#: Resources/templates/Localizable.strings:369 +#: Resources/templates/Localizable.strings:475 #, no-wrap msgid "LayoutID=887" msgstr "LayoutID=887" #. type: "HDEFLayoutIDx887_description" -#: Resources/templates/Localizable.strings:351 +#: Resources/templates/Localizable.strings:370 #, no-wrap msgid "" "Set HDEF layout-it to 887:\n" @@ -1535,14 +1600,14 @@ "377 (0x77, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx888_title" -#: Resources/templates/Localizable.strings:354 -#: Resources/templates/Localizable.strings:460 +#: Resources/templates/Localizable.strings:373 +#: Resources/templates/Localizable.strings:479 #, no-wrap msgid "LayoutID=888" msgstr "LayoutID=888" #. type: "HDEFLayoutIDx888_description" -#: Resources/templates/Localizable.strings:355 +#: Resources/templates/Localizable.strings:374 #, no-wrap msgid "" "Set HDEF layout-it to 888:\n" @@ -1552,14 +1617,14 @@ "378 (0x78, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx889_title" -#: Resources/templates/Localizable.strings:358 -#: Resources/templates/Localizable.strings:464 +#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:483 #, no-wrap msgid "LayoutID=889" msgstr "LayoutID=889" #. type: "HDEFLayoutIDx889_description" -#: Resources/templates/Localizable.strings:359 +#: Resources/templates/Localizable.strings:378 #, no-wrap msgid "" "Set HDEF layout-it to 889:\n" @@ -1569,14 +1634,14 @@ "379 (0x79, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx892_title" -#: Resources/templates/Localizable.strings:362 -#: Resources/templates/Localizable.strings:468 +#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:487 #, no-wrap msgid "LayoutID=892" msgstr "LayoutID=892" #. type: "HDEFLayoutIDx892_description" -#: Resources/templates/Localizable.strings:363 +#: Resources/templates/Localizable.strings:382 #, no-wrap msgid "" "Set HDEF layout-it to 892:\n" @@ -1586,14 +1651,14 @@ "37C (0x7C, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx898_title" -#: Resources/templates/Localizable.strings:366 -#: Resources/templates/Localizable.strings:472 +#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:491 #, no-wrap msgid "LayoutID=898" msgstr "LayoutID=898" #. type: "HDEFLayoutIDx898_description" -#: Resources/templates/Localizable.strings:367 +#: Resources/templates/Localizable.strings:386 #, no-wrap msgid "" "Set HDEF layout-it to 898:\n" @@ -1603,14 +1668,14 @@ "382 (0x82, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDxBD7_title" -#: Resources/templates/Localizable.strings:370 -#: Resources/templates/Localizable.strings:476 +#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:495 #, no-wrap msgid "LayoutID=1981" msgstr "LayoutID=1981" #. type: "HDEFLayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:371 +#: Resources/templates/Localizable.strings:390 #, no-wrap msgid "" "Set HDEF layout-it to 1981:\n" @@ -1620,7 +1685,7 @@ "7BD (0xBD, 0x07, 0x00, 0x00)." #. type: "HDAULayoutIDx01_description" -#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:396 #, no-wrap msgid "" "Set HDAU layout-it to 1:\n" @@ -1630,7 +1695,7 @@ "001 (0x01, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx02_description" -#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:400 #, no-wrap msgid "" "Set HDAU layout-it to 2:\n" @@ -1640,7 +1705,7 @@ "002 (0x02, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx03_description" -#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:404 #, no-wrap msgid "" "Set HDAU layout-it to 3:\n" @@ -1650,7 +1715,7 @@ "003 (0x03, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx05_description" -#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:408 #, no-wrap msgid "" "Set HDAU layout-it to 5:\n" @@ -1660,7 +1725,7 @@ "005 (0x05, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx07_description" -#: Resources/templates/Localizable.strings:393 +#: Resources/templates/Localizable.strings:412 #, no-wrap msgid "" "Set HDAU layout-it to 7:\n" @@ -1670,7 +1735,7 @@ "007 (0x07, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx12_description" -#: Resources/templates/Localizable.strings:397 +#: Resources/templates/Localizable.strings:416 #, no-wrap msgid "" "Set HDAU layout-it to 12:\n" @@ -1680,7 +1745,7 @@ "00C (0x0C, 0x00, 0x00, 0x00)" #. type: "HDAULayoutIDx32_description" -#: Resources/templates/Localizable.strings:401 +#: Resources/templates/Localizable.strings:420 #, no-wrap msgid "" "Set HDAU layout-it to 32:\n" @@ -1690,7 +1755,7 @@ "020 (0x20, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx40_description" -#: Resources/templates/Localizable.strings:405 +#: Resources/templates/Localizable.strings:424 #, no-wrap msgid "" "Set HDAU layout-it to 40:\n" @@ -1700,7 +1765,7 @@ "028 (0x28, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx65_description" -#: Resources/templates/Localizable.strings:409 +#: Resources/templates/Localizable.strings:428 #, no-wrap msgid "" "Set HDAU layout-it to 65:\n" @@ -1710,7 +1775,7 @@ "041 (0x41, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx99_description" -#: Resources/templates/Localizable.strings:413 +#: Resources/templates/Localizable.strings:432 #, no-wrap msgid "" "Set HDAU layout-it to 99:\n" @@ -1720,7 +1785,7 @@ "063 (0x63, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx269_description" -#: Resources/templates/Localizable.strings:417 +#: Resources/templates/Localizable.strings:436 #, no-wrap msgid "" "Set HDAU layout-it to 269:\n" @@ -1730,7 +1795,7 @@ "10D (0x0D, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx387_description" -#: Resources/templates/Localizable.strings:421 +#: Resources/templates/Localizable.strings:440 #, no-wrap msgid "" "Set HDAU layout-it to 387:\n" @@ -1740,7 +1805,7 @@ "183 (0x83, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx388_description" -#: Resources/templates/Localizable.strings:425 +#: Resources/templates/Localizable.strings:444 #, no-wrap msgid "" "Set HDAU layout-it to 388:\n" @@ -1750,7 +1815,7 @@ "184 (0x84, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx389_description" -#: Resources/templates/Localizable.strings:429 +#: Resources/templates/Localizable.strings:448 #, no-wrap msgid "" "Set HDAU layout-it to 389:\n" @@ -1760,7 +1825,7 @@ "185 (0x85, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx392_description" -#: Resources/templates/Localizable.strings:433 +#: Resources/templates/Localizable.strings:452 #, no-wrap msgid "" "Set HDAU layout-it to 392:\n" @@ -1770,7 +1835,7 @@ "188 (0x88, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx398_description" -#: Resources/templates/Localizable.strings:437 +#: Resources/templates/Localizable.strings:456 #, no-wrap msgid "" "Set HDAU layout-it to 398:\n" @@ -1780,7 +1845,7 @@ "18E (0x8E, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx662_description" -#: Resources/templates/Localizable.strings:441 +#: Resources/templates/Localizable.strings:460 #, no-wrap msgid "" "Set HDAU layout-it to 662:\n" @@ -1790,7 +1855,7 @@ "296 (0x96, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx663_description" -#: Resources/templates/Localizable.strings:445 +#: Resources/templates/Localizable.strings:464 #, no-wrap msgid "" "Set HDAU layout-it to 663:\n" @@ -1800,7 +1865,7 @@ "297 (0x97, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx664_description" -#: Resources/templates/Localizable.strings:449 +#: Resources/templates/Localizable.strings:468 #, no-wrap msgid "" "Set HDAU layout-it to 664:\n" @@ -1810,7 +1875,7 @@ "298 (0x98, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx885_description" -#: Resources/templates/Localizable.strings:453 +#: Resources/templates/Localizable.strings:472 #, no-wrap msgid "" "Set HDAU layout-it to 885:\n" @@ -1820,7 +1885,7 @@ "375 (0x75, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx887_description" -#: Resources/templates/Localizable.strings:457 +#: Resources/templates/Localizable.strings:476 #, no-wrap msgid "" "Set HDAU layout-it to 887:\n" @@ -1830,7 +1895,7 @@ "377 (0x77, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx888_description" -#: Resources/templates/Localizable.strings:461 +#: Resources/templates/Localizable.strings:480 #, no-wrap msgid "" "Set HDAU layout-it to 888:\n" @@ -1840,7 +1905,7 @@ "378 (0x78, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx889_description" -#: Resources/templates/Localizable.strings:465 +#: Resources/templates/Localizable.strings:484 #, no-wrap msgid "" "Set HDAU layout-it to 889:\n" @@ -1850,7 +1915,7 @@ "379 (0x79, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx892_description" -#: Resources/templates/Localizable.strings:469 +#: Resources/templates/Localizable.strings:488 #, no-wrap msgid "" "Set HDAU layout-it to 892:\n" @@ -1860,7 +1925,7 @@ "37C (0x7C, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx898_description" -#: Resources/templates/Localizable.strings:473 +#: Resources/templates/Localizable.strings:492 #, no-wrap msgid "" "Set HDAU layout-it to 898:\n" @@ -1870,7 +1935,7 @@ "382 (0x82, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:477 +#: Resources/templates/Localizable.strings:496 #, no-wrap msgid "" "Set HDAU layout-it to 1981:\n" @@ -1880,625 +1945,625 @@ "7BD (0xBD, 0x07, 0x00, 0x00)." #. type: "IntelCaprix00_title" -#: Resources/templates/Localizable.strings:482 +#: Resources/templates/Localizable.strings:501 #, no-wrap msgid "01660000" msgstr "01660000" #. type: "IntelCaprix00_description" -#: Resources/templates/Localizable.strings:483 +#: Resources/templates/Localizable.strings:502 #, no-wrap msgid "Set 01660000 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Imposta l'AAPL,ig-platform-id a 01660000 per schede grafiche Intel HD4000 (Mobile)." #. type: "IntelCaprix01_title" -#: Resources/templates/Localizable.strings:485 +#: Resources/templates/Localizable.strings:504 #, no-wrap msgid "01660001" msgstr "01660001" #. type: "IntelCaprix01_description" -#: Resources/templates/Localizable.strings:486 +#: Resources/templates/Localizable.strings:505 #, no-wrap msgid "Set 01660001 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Imposta l'AAPL,ig-platform-id a 01660001 per schede grafiche Intel HD4000 (Mobile)." #. type: "IntelCaprix02_title" -#: Resources/templates/Localizable.strings:488 +#: Resources/templates/Localizable.strings:507 #, no-wrap msgid "01660002" msgstr "01660002" #. type: "IntelCaprix02_description" -#: Resources/templates/Localizable.strings:489 +#: Resources/templates/Localizable.strings:508 #, no-wrap msgid "Set 01660002 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Imposta l'AAPL,ig-platform-id a 01660002 per schede grafiche Intel HD4000 (Mobile)." #. type: "IntelCaprix03_title" -#: Resources/templates/Localizable.strings:491 +#: Resources/templates/Localizable.strings:510 #, no-wrap msgid "01660003" msgstr "01660003" #. type: "IntelCaprix03_description" -#: Resources/templates/Localizable.strings:492 +#: Resources/templates/Localizable.strings:511 #, no-wrap msgid "Set 01660003 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Imposta l'AAPL,ig-platform-id a 01660003 per schede grafiche Intel HD4000 (Mobile)." #. type: "IntelCaprix04_title" -#: Resources/templates/Localizable.strings:494 +#: Resources/templates/Localizable.strings:513 #, no-wrap msgid "01660004" msgstr "01660004" #. type: "IntelCaprix04_description" -#: Resources/templates/Localizable.strings:495 +#: Resources/templates/Localizable.strings:514 #, no-wrap msgid "Set 01660004 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Imposta l'AAPL,ig-platform-id a 01660004 per schede grafiche Intel HD4000 (Mobile)." #. type: "IntelCaprix05_title" -#: Resources/templates/Localizable.strings:497 +#: Resources/templates/Localizable.strings:516 #, no-wrap msgid "01620005" msgstr "01620005" #. type: "IntelCaprix05_description" -#: Resources/templates/Localizable.strings:498 +#: Resources/templates/Localizable.strings:517 #, no-wrap msgid "Set 01620005 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "Imposta l'AAPL,ig-platform-id a 01620005 per schede grafiche Intel HD4000 (Desktop)." #. type: "IntelCaprix06_title" -#: Resources/templates/Localizable.strings:500 +#: Resources/templates/Localizable.strings:519 #, no-wrap msgid "01620006" msgstr "01620006" #. type: "IntelCaprix06_description" -#: Resources/templates/Localizable.strings:501 +#: Resources/templates/Localizable.strings:520 #, no-wrap msgid "Set 01620006 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "Imposta l'AAPL,ig-platform-id a 01620006 per schede grafiche Intel HD4000 (Desktop)." #. type: "IntelCaprix07_title" -#: Resources/templates/Localizable.strings:503 +#: Resources/templates/Localizable.strings:522 #, no-wrap msgid "01620007" msgstr "01620007" #. type: "IntelCaprix07_description" -#: Resources/templates/Localizable.strings:504 +#: Resources/templates/Localizable.strings:523 #, no-wrap msgid "Set 01620007 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "Imposta l'AAPL,ig-platform-id a 01620007 per schede grafiche Intel HD4000 (Desktop)." #. type: "IntelCaprix08_title" -#: Resources/templates/Localizable.strings:506 +#: Resources/templates/Localizable.strings:525 #, no-wrap msgid "01660008" msgstr "01660008" #. type: "IntelCaprix08_description" -#: Resources/templates/Localizable.strings:507 +#: Resources/templates/Localizable.strings:526 #, no-wrap msgid "Set 01660008 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Imposta l'AAPL,ig-platform-id a 01660008 per schede grafiche Intel HD4000 (Mobile)." #. type: "IntelCaprix09_title" -#: Resources/templates/Localizable.strings:509 +#: Resources/templates/Localizable.strings:528 #, no-wrap msgid "01660009" msgstr "01660009" #. type: "IntelCaprix09_description" -#: Resources/templates/Localizable.strings:510 +#: Resources/templates/Localizable.strings:529 #, no-wrap msgid "Set 01660009 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Imposta l'AAPL,ig-platform-id a 01660009 per schede grafiche Intel HD4000 (Mobile)." #. type: "IntelCaprix10_title" -#: Resources/templates/Localizable.strings:512 +#: Resources/templates/Localizable.strings:531 #, no-wrap msgid "0166000a" msgstr "0166000a" #. type: "IntelCaprix10_description" -#: Resources/templates/Localizable.strings:513 +#: Resources/templates/Localizable.strings:532 #, no-wrap msgid "Set 0166000a for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Imposta l'AAPL,ig-platform-id a 0166000a per schede grafiche Intel HD4000 (Mobile)." #. type: "IntelCaprix11_title" -#: Resources/templates/Localizable.strings:515 +#: Resources/templates/Localizable.strings:534 #, no-wrap msgid "0166000b" msgstr "0166000b" #. type: "IntelCaprix11_description" -#: Resources/templates/Localizable.strings:516 +#: Resources/templates/Localizable.strings:535 #, no-wrap msgid "Set 0166000b for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Imposta l'AAPL,ig-platform-id a 0166000b per schede grafiche Intel HD4000 (Mobile)." #. type: "IntelAzulx00_title" -#: Resources/templates/Localizable.strings:520 +#: Resources/templates/Localizable.strings:539 #, no-wrap msgid "00000604" msgstr "00000604" #. type: "IntelAzulx00_description" -#: Resources/templates/Localizable.strings:521 +#: Resources/templates/Localizable.strings:540 #, no-wrap msgid "Set 00000604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Imposta l'AAPL,ig-platform-id a 00000604 per schede grafiche Intel Haswell (Mobile)." #. type: "IntelAzulx01_title" -#: Resources/templates/Localizable.strings:523 +#: Resources/templates/Localizable.strings:542 #, no-wrap msgid "0000060c" msgstr "0000060c" #. type: "IntelAzulx01_description" -#: Resources/templates/Localizable.strings:524 +#: Resources/templates/Localizable.strings:543 #, no-wrap msgid "Set 0000060c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Imposta l'AAPL,ig-platform-id a 0000060c per schede grafiche Intel Haswell (Mobile)." #. type: "IntelAzulx02_title" -#: Resources/templates/Localizable.strings:526 +#: Resources/templates/Localizable.strings:545 #, no-wrap msgid "00001604" msgstr "00001604" #. type: "IntelAzulx02_description" -#: Resources/templates/Localizable.strings:527 +#: Resources/templates/Localizable.strings:546 #, no-wrap msgid "Set 00001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Imposta l'AAPL,ig-platform-id a 00001604 per schede grafiche Intel Haswell (Mobile)." #. type: "IntelAzulx03_title" -#: Resources/templates/Localizable.strings:529 +#: Resources/templates/Localizable.strings:548 #, no-wrap msgid "0000160a" msgstr "0000160a" #. type: "IntelAzulx03_description" -#: Resources/templates/Localizable.strings:530 +#: Resources/templates/Localizable.strings:549 #, no-wrap msgid "Set 0000160a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Imposta l'AAPL,ig-platform-id a 0000160a per schede grafiche Intel Haswell (Mobile)." #. type: "IntelAzulx04_title" -#: Resources/templates/Localizable.strings:532 +#: Resources/templates/Localizable.strings:551 #, no-wrap msgid "0000160c" msgstr "0000160c" #. type: "IntelAzulx04_description" -#: Resources/templates/Localizable.strings:533 +#: Resources/templates/Localizable.strings:552 #, no-wrap msgid "Set 0000160c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Imposta l'AAPL,ig-platform-id a 0000160c per schede grafiche Intel Haswell (Mobile)." #. type: "IntelAzulx05_title" -#: Resources/templates/Localizable.strings:535 +#: Resources/templates/Localizable.strings:554 #, no-wrap msgid "00002604" msgstr "00002604" #. type: "IntelAzulx05_description" -#: Resources/templates/Localizable.strings:536 +#: Resources/templates/Localizable.strings:555 #, no-wrap msgid "Set 00002604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Imposta l'AAPL,ig-platform-id a 00002604 per schede grafiche Intel Haswell (Mobile)." #. type: "IntelAzulx06_title" -#: Resources/templates/Localizable.strings:538 +#: Resources/templates/Localizable.strings:557 #, no-wrap msgid "0000260a" msgstr "0000260a" #. type: "IntelAzulx06_description" -#: Resources/templates/Localizable.strings:539 +#: Resources/templates/Localizable.strings:558 #, no-wrap msgid "Set 0000260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Imposta l'AAPL,ig-platform-id a 0000260a per schede grafiche Intel Haswell (Mobile)." #. type: "IntelAzulx07_title" -#: Resources/templates/Localizable.strings:541 +#: Resources/templates/Localizable.strings:560 #, no-wrap msgid "0000260c" msgstr "0000260c" #. type: "IntelAzulx07_description" -#: Resources/templates/Localizable.strings:542 +#: Resources/templates/Localizable.strings:561 #, no-wrap msgid "Set 0600260c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Imposta l'AAPL,ig-platform-id a 0600260c per schede grafiche Intel Haswell (Mobile)." #. type: "IntelAzulx08_title" -#: Resources/templates/Localizable.strings:544 +#: Resources/templates/Localizable.strings:563 #, no-wrap msgid "0000260d" msgstr "0000260d" #. type: "IntelAzulx08_description" -#: Resources/templates/Localizable.strings:545 +#: Resources/templates/Localizable.strings:564 #, no-wrap msgid "Set 0000260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Imposta l'AAPL,ig-platform-id a 0000260d per schede grafiche Intel Haswell (Mobile)." #. type: "IntelAzulx09_title" -#: Resources/templates/Localizable.strings:547 +#: Resources/templates/Localizable.strings:566 #, no-wrap msgid "02001604" msgstr "02001604" #. type: "IntelAzulx09_description" -#: Resources/templates/Localizable.strings:548 +#: Resources/templates/Localizable.strings:567 #, no-wrap msgid "Set 02001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Imposta l'AAPL,ig-platform-id a 02001604 per schede grafiche Intel Haswell (Mobile)." #. type: "IntelAzulx10_title" -#: Resources/templates/Localizable.strings:550 +#: Resources/templates/Localizable.strings:569 #, no-wrap msgid "0300220d" msgstr "0300220d" #. type: "IntelAzulx10_description" -#: Resources/templates/Localizable.strings:551 +#: Resources/templates/Localizable.strings:570 #, no-wrap msgid "Set 0300220d for Intel Haswell (Desktop) AAPL,ig-platform-id." msgstr "Imposta l'AAPL,ig-platform-id a 0300220d per schede grafiche Intel Haswell (Desktop)." #. type: "IntelAzulx11_title" -#: Resources/templates/Localizable.strings:553 +#: Resources/templates/Localizable.strings:572 #, no-wrap msgid "0500260a" msgstr "0500260a" #. type: "IntelAzulx11_description" -#: Resources/templates/Localizable.strings:554 +#: Resources/templates/Localizable.strings:573 #, no-wrap msgid "Set 0500260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Imposta l'AAPL,ig-platform-id a 0500260a per schede grafiche Intel Haswell (Mobile)." #. type: "IntelAzulx12_title" -#: Resources/templates/Localizable.strings:556 +#: Resources/templates/Localizable.strings:575 #, no-wrap msgid "0600260a" msgstr "0600260a" #. type: "IntelAzulx12_description" -#: Resources/templates/Localizable.strings:557 +#: Resources/templates/Localizable.strings:576 #, no-wrap msgid "Set 0600260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Imposta l'AAPL,ig-platform-id a 0600260a per schede grafiche Intel Haswell (Mobile)." #. type: "IntelAzulx13_title" -#: Resources/templates/Localizable.strings:559 +#: Resources/templates/Localizable.strings:578 #, no-wrap msgid "0700260d" msgstr "0700260d" #. type: "IntelAzulx13_description" -#: Resources/templates/Localizable.strings:560 +#: Resources/templates/Localizable.strings:579 #, no-wrap msgid "Set 0700260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Imposta l'AAPL,ig-platform-id a 0700260d per schede grafiche Intel Haswell (Mobile)." #. type: "IntelAzulx14_title" -#: Resources/templates/Localizable.strings:562 +#: Resources/templates/Localizable.strings:581 #, no-wrap msgid "0800260a" msgstr "0800260a" #. type: "IntelAzulx14_description" -#: Resources/templates/Localizable.strings:563 +#: Resources/templates/Localizable.strings:582 #, no-wrap msgid "Set 0800260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Imposta l'AAPL,ig-platform-id a 0800260a per schede grafiche Intel Haswell (Mobile)." #. type: "IntelAzulx15_title" -#: Resources/templates/Localizable.strings:565 +#: Resources/templates/Localizable.strings:584 #, no-wrap msgid "08002e0a" msgstr "08002e0a" #. type: "IntelAzulx15_description" -#: Resources/templates/Localizable.strings:566 +#: Resources/templates/Localizable.strings:585 #, no-wrap msgid "Set 08002e0a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Imposta l'AAPL,ig-platform-id a 08002e0a per schede grafiche Intel Haswell (Mobile)." #. type: "AD2000B_PinConf_title" -#: Resources/templates/Localizable.strings:570 +#: Resources/templates/Localizable.strings:589 #, no-wrap msgid "AD2000b" msgstr "AD2000b" #. type: "AD2000B_PinConf_description" -#: Resources/templates/Localizable.strings:571 +#: Resources/templates/Localizable.strings:590 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD2000b." msgstr "Imposta il PinConfiguration (HDEF) per l'Analog Devices AD2000b." #. type: "AD1981HD_PinConf_title" -#: Resources/templates/Localizable.strings:573 +#: Resources/templates/Localizable.strings:592 #, no-wrap msgid "AD1981HD" msgstr "AD1981HD" #. type: "AD1981HD_PinConf_description" -#: Resources/templates/Localizable.strings:574 +#: Resources/templates/Localizable.strings:593 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1981HD." msgstr "Imposta il PinConfiguration (HDEF) per l'Analog Devices AD1981HD." #. type: "AD1988B_PinConf_title" -#: Resources/templates/Localizable.strings:576 +#: Resources/templates/Localizable.strings:595 #, no-wrap msgid "AD1988b" msgstr "AD1988b" #. type: "AD1988B_PinConf_description" -#: Resources/templates/Localizable.strings:577 +#: Resources/templates/Localizable.strings:596 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1988b." msgstr "Imposta il PinConfiguration (HDEF) per l'Analog Devices AD1988b." #. type: "ALC888_PinConf_title" -#: Resources/templates/Localizable.strings:579 +#: Resources/templates/Localizable.strings:598 #, no-wrap msgid "ALC888" msgstr "ALC888" #. type: "ALC888_PinConf_description" -#: Resources/templates/Localizable.strings:580 +#: Resources/templates/Localizable.strings:599 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC888." msgstr "Imposta il PinConfiguration (HDEF) per Realtek ALC888." #. type: "ALC1200_PinConf_title" -#: Resources/templates/Localizable.strings:582 +#: Resources/templates/Localizable.strings:601 #, no-wrap msgid "ALC1200" msgstr "ALC1200" #. type: "ALC1200_PinConf_description" -#: Resources/templates/Localizable.strings:583 +#: Resources/templates/Localizable.strings:602 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC1200." msgstr "Imposta il PinConfiguration (HDEF) per Realtek ALC1200." #. type: "00_PinConf_title" -#: Resources/templates/Localizable.strings:585 +#: Resources/templates/Localizable.strings:604 #, no-wrap msgid "00" msgstr "00" #. type: "00_PinConf_description" -#: Resources/templates/Localizable.strings:586 +#: Resources/templates/Localizable.strings:605 #, no-wrap msgid "Set HDEF PinConfiguration for ???." msgstr "Imposta il PinConfiguration HDEF per ???." #. type: "GraphicsEnabler_title" -#: Resources/templates/Localizable.strings:590 +#: Resources/templates/Localizable.strings:609 #, no-wrap msgid "GraphicsEnabler=Yes" msgstr "GraphicsEnabler=Yes" #. type: "GraphicsEnabler_description" -#: Resources/templates/Localizable.strings:591 +#: Resources/templates/Localizable.strings:610 #, no-wrap msgid "Enables the option to autodetect NVIDIA, AMD/ATI or Intel based GPUs and inject the correct info." msgstr "Aggiunge GraphicsEnabler=Yes al org.chameleon.Boot.plist, Questa opzione abilita il riconoscimento automatico delle schede grafiche Nvidia, AMD/ATI o Intel, iniettando le informazioni corrette." #. type: "EnableHDMIAudio_title" -#: Resources/templates/Localizable.strings:593 +#: Resources/templates/Localizable.strings:612 #, no-wrap msgid "EnableHDMIAudio=Yes" msgstr "EnableHDMIAudio=Yes" #. type: "EnableHDMIAudio_description" -#: Resources/templates/Localizable.strings:594 +#: Resources/templates/Localizable.strings:613 #, no-wrap msgid "Inject HDMi audio for NVIDIA or AMD/ATI." msgstr "Aggiunge EnableHDMIAudio=Yes al org.chameleon.Boot.plist, Questa opzione abilita l'audio HDMi delle schede grafiche iniettando le informazioni corrette." #. type: "UseIntelHDMI_title" -#: Resources/templates/Localizable.strings:596 +#: Resources/templates/Localizable.strings:615 #, no-wrap msgid "UseIntelHDMI=Yes" msgstr "UseIntelHDMI=Yes" #. type: "UseIntelHDMI_description" -#: Resources/templates/Localizable.strings:597 +#: Resources/templates/Localizable.strings:616 #, no-wrap msgid "If YES, hda-gfx=onboard-1 will be injected into the GFX0 and HDEF devices. Also, if an ATI or Nvidia HDMI device is present, they'll be assigned to onboard-2. If NO, then ATI or Nvidia devices will get onboard-1 as well as the HDAU device if present." msgstr "Attivando questa chiave, verrà iniettato hda-gfx=onboard-1 nei dispositivi GFX0 e HDEF. Allo stesso tempo, se possiedi un dispositivo HDMI ATI o Nvidia, questi saranno iniettati come hda-gfx=onboard-2. Se si mantiene la chiave disattivata, allora i dispositivi HDMI ATI o Nvidia allo stesso modo che HDAU (se è presente) saranno iniettati come hda-gfx=onboard-1." #. type: "UseAtiROM_title" -#: Resources/templates/Localizable.strings:599 +#: Resources/templates/Localizable.strings:618 #, no-wrap msgid "UseAtiROM=Yes" msgstr "UseAtiROM=Yes" #. type: "UseAtiROM_description" -#: Resources/templates/Localizable.strings:600 +#: Resources/templates/Localizable.strings:619 #, no-wrap msgid "Enables UseAtiROM options." msgstr "Attiva opzione UseAtiROM." #. type: "UseNvidiaROM_title" -#: Resources/templates/Localizable.strings:602 +#: Resources/templates/Localizable.strings:621 #, no-wrap msgid "UseNvidiaROM=Yes" msgstr "UseNvidiaROM=Yes" #. type: "UseNvidiaROM_description" -#: Resources/templates/Localizable.strings:603 +#: Resources/templates/Localizable.strings:622 #, no-wrap msgid "Enables UseNvidiaROM options." msgstr "Attiva opzione UseNvidiaROM." #. type: "VBIOS_title" -#: Resources/templates/Localizable.strings:605 +#: Resources/templates/Localizable.strings:624 #, no-wrap msgid "VBIOS=Yes" msgstr "VBIOS=Yes" #. type: "VBIOS_description" -#: Resources/templates/Localizable.strings:606 +#: Resources/templates/Localizable.strings:625 #, no-wrap msgid "Enables VBIOS option" msgstr "Attiva opzione VBIOS" #. type: "SkipIntelGfx_title" -#: Resources/templates/Localizable.strings:608 +#: Resources/templates/Localizable.strings:627 #, no-wrap msgid "SkipIntelGfx=Yes" msgstr "SkipIntelGfx=Yes" #. type: "SkipIntelGfx_description" -#: Resources/templates/Localizable.strings:609 +#: Resources/templates/Localizable.strings:628 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for Intel based GPUs." msgstr "Salta il riconoscimento da perte del GraphicsEnabler per le schede Intel." #. type: "SkipNvidiaGfx_title" -#: Resources/templates/Localizable.strings:611 +#: Resources/templates/Localizable.strings:630 #, no-wrap msgid "SkipNvidiaGfx=Yes" msgstr "SkipNvidiaGfx=Yes" #. type: "SkipNvidiaGfx_description" -#: Resources/templates/Localizable.strings:612 +#: Resources/templates/Localizable.strings:631 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for NVIDIA based GPUs." msgstr "Salta il riconoscimento da parte del GraphicsEnabler per le schede nVidia." #. type: "SkipAtiGfx_title" -#: Resources/templates/Localizable.strings:614 +#: Resources/templates/Localizable.strings:633 #, no-wrap msgid "SkipAtiGfx=Yes" msgstr "SkipAtiGfx=Yes" #. type: "SkipAtiGfx_description" -#: Resources/templates/Localizable.strings:615 +#: Resources/templates/Localizable.strings:634 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for AMD/ATI based GPUs." msgstr "Salta il riconoscimento da perte del GraphicsEnabler per le schede AMD/ATi." #. type: "EnableBacklight_title" -#: Resources/templates/Localizable.strings:617 +#: Resources/templates/Localizable.strings:636 #, no-wrap msgid "EnableBacklight=Yes" msgstr "EnableBacklight=Yes" #. type: "EnableBacklight_description" -#: Resources/templates/Localizable.strings:618 +#: Resources/templates/Localizable.strings:637 #, no-wrap msgid "Enables Backlight options for laptop with nVidia cards." msgstr "Abilita l'opzione Backlight per i laptop con schede nVidia." #. type: "EnableDualLink_title" -#: Resources/templates/Localizable.strings:620 +#: Resources/templates/Localizable.strings:639 #, no-wrap msgid "EnableDualLink=Yes" msgstr "EnableDualLink=Yes" #. type: "EnableDualLink_description" -#: Resources/templates/Localizable.strings:621 +#: Resources/templates/Localizable.strings:640 #, no-wrap msgid "Enables DualLink options for nVidia and ATi cards." msgstr "Abilita l'opzione DualLink per schede nVidia e ATi." #. type: "NvidiaGeneric_title" -#: Resources/templates/Localizable.strings:623 +#: Resources/templates/Localizable.strings:642 #, no-wrap msgid "NvidiaGeneric=Yes" msgstr "NvidiaGeneric=Yes" #. type: "NvidiaGeneric_description" -#: Resources/templates/Localizable.strings:624 +#: Resources/templates/Localizable.strings:643 #, no-wrap msgid "Use the classic Nvidia name for the SystemProfiler (disabled by default)." msgstr "Utilizza il nome classico per le schede nVidia che verrà visualizzato nel SystemProfiler (disabilitato di default)." #. type: "Verbose_title" -#: Resources/templates/Localizable.strings:630 +#: Resources/templates/Localizable.strings:649 #, no-wrap msgid "Verbose Mode" msgstr "Modalità Verbose (-v)" #. type: "Verbose_description" -#: Resources/templates/Localizable.strings:631 +#: Resources/templates/Localizable.strings:650 #, no-wrap msgid "Turns on verbose logging and allows you to see messages from both Chameleon and the OS X kernel at boot time. Essential for troubleshooting." msgstr "Attiva il registro dettagliato e permette di vedere i messaggi sia di Chameleon che del Kernel, durante l'avvio. Essenziale per la soluzione di problemi." #. type: "Singleusermode_title" -#: Resources/templates/Localizable.strings:633 +#: Resources/templates/Localizable.strings:652 #, no-wrap msgid "Single User Mode" msgstr "Modalitá Single User (-s)" #. type: "Singleusermode_description" -#: Resources/templates/Localizable.strings:634 +#: Resources/templates/Localizable.strings:653 #, no-wrap msgid "A troubleshooting option used for booting into OS X's BSD/Unix command line." msgstr "È una opzione utilizzata per risolvere problemi utilizzata per avviare in command-line BSD/Unix di OS X." #. type: "Ignorecaches_title" -#: Resources/templates/Localizable.strings:636 +#: Resources/templates/Localizable.strings:655 #, no-wrap msgid "Ignore Caches" msgstr "Ignora Caches (-f)" #. type: "Ignorecaches_description" -#: Resources/templates/Localizable.strings:637 +#: Resources/templates/Localizable.strings:656 #, no-wrap msgid "Not an option that's needed for everyday booting, but it can be useful if you want OS X to load all files from it's system folders, rather than relying on it's pre-built caches." msgstr "Non è una opzione necessaria per avviare, ma può essere utile se si desidera che OS X carichi tutti i file della cartella di sistema, al posto di andare in conflitto con la cache precostruita." #. type: "Npci_title" -#: Resources/templates/Localizable.strings:639 +#: Resources/templates/Localizable.strings:658 #, no-wrap msgid "npci=0x2000" msgstr "npci=0x2000" #. type: "Npci_description" -#: Resources/templates/Localizable.strings:640 +#: Resources/templates/Localizable.strings:659 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x2000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "Imposta la flag npci=0x2000 per la key Kernel Flags. Risolve il blocco su 'PCI configuration begin' su alcuni sistemi." #. type: "Npci3_title" -#: Resources/templates/Localizable.strings:642 +#: Resources/templates/Localizable.strings:661 #, no-wrap msgid "npci=0x3000" msgstr "npci=0x3000" #. type: "Npci3_description" -#: Resources/templates/Localizable.strings:643 +#: Resources/templates/Localizable.strings:662 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x3000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "Imposta la flag npci=0x3000 per la key Kernel Flags. Risolve il blocco su 'PCI configuration begin' su alcuni sistemi." #. type: "WaitingRootDevice_title" -#: Resources/templates/Localizable.strings:645 +#: Resources/templates/Localizable.strings:664 #, no-wrap msgid "ahcidisk=1 debug=8" msgstr "ahcidisk=1 debug=8" #. type: "WaitingRootDevice_description" -#: Resources/templates/Localizable.strings:646 +#: Resources/templates/Localizable.strings:665 #, no-wrap msgid "" "Info here: Waiting for root device when kernel cache used only with some disks +FIX\n" @@ -2510,25 +2575,25 @@ "Ringraziamenti a bcc9." #. type: "Darkwake_title" -#: Resources/templates/Localizable.strings:650 +#: Resources/templates/Localizable.strings:669 #, no-wrap msgid "darkwake=0" msgstr "darkwake=0" #. type: "Darkwake_description" -#: Resources/templates/Localizable.strings:651 +#: Resources/templates/Localizable.strings:670 #, no-wrap msgid "Lion only. Disables the 'low power wake' feature which can sometimes leave the screen black after wake from sleep." msgstr "Solo per Lion e superiori. Disabilita il 'low power wake' che a volte lascia lo schermo nero dopo il risveglio dallo Sleep/Stop." #. type: "NvdaDrv1_title" -#: Resources/templates/Localizable.strings:653 +#: Resources/templates/Localizable.strings:672 #, no-wrap msgid "nvda_drv=1" msgstr "nvda_drv=1" #. type: "NvdaDrv1_description" -#: Resources/templates/Localizable.strings:654 +#: Resources/templates/Localizable.strings:673 #, no-wrap msgid "" "It introduces a new Preference Pane under System Preferences that allows you to enable the Nvidia Web Driver.\n" @@ -2542,25 +2607,25 @@ "Crediti a meklort e Rampage Dev." #. type: "kext-dev-mode1_title" -#: Resources/templates/Localizable.strings:659 +#: Resources/templates/Localizable.strings:678 #, no-wrap msgid "kext-dev-mode=1" msgstr "kext-dev-mode=1" #. type: "kext-dev-mode1_description" -#: Resources/templates/Localizable.strings:660 +#: Resources/templates/Localizable.strings:679 #, no-wrap msgid "In Yosemite Developer Previews, unsigned or improperly signed kexts will not be loaded. To use unsigned kexts during development, this strict check can be disabled by adding a 'kext-dev-mode=1' boot arg." msgstr "Nella versione di anteprima per sviluppatori di Yosemite, i kext non opportunamente firmati non verranno caricati. Per poter usare tali kext durante lo sviluppo, questo controllo può essere disabilitato aggiungendo 'kext-dev-mode=1' come argomento per il boot." #. type: "Dart0_title" -#: Resources/templates/Localizable.strings:662 +#: Resources/templates/Localizable.strings:681 #, no-wrap msgid "dart=0" msgstr "dart=0" #. type: "Dart0_description" -#: Resources/templates/Localizable.strings:663 +#: Resources/templates/Localizable.strings:682 #, no-wrap msgid "" "Avoiding the DMAR processing causing by VT-d function in Osx (Virtualization).\n" @@ -2570,277 +2635,283 @@ "Maggiori informaazioni (credit a bcc9) qui: http://www.insanelymac.com/forum/topic/282989-vtd0-fault-after-1082-google-hasnt-heard-of-it-any-help/#entry1867000" #. type: "mac-de_title" -#: Resources/templates/Localizable.strings:670 +#: Resources/templates/Localizable.strings:689 #, no-wrap msgid "German Mac Keyboard" msgstr "Mappatura tastiera Tedesca Mac" #. type: "mac-de_description" -#: Resources/templates/Localizable.strings:671 +#: Resources/templates/Localizable.strings:690 #, no-wrap msgid "Use the keyboard layout for a German Mac keyboard" msgstr "Usa la mappatura della tastiera Tedesca per Mac" #. type: "mac-es_title" -#: Resources/templates/Localizable.strings:673 +#: Resources/templates/Localizable.strings:692 #, no-wrap msgid "Spanish Mac Keyboard" msgstr "Mappatura tastiera Spagnola Mac" #. type: "mac-es_description" -#: Resources/templates/Localizable.strings:674 +#: Resources/templates/Localizable.strings:693 #, no-wrap msgid "Use the keyboard layout for a Spanish Mac keyboard" msgstr "Usa la mappatura della tastiera Spagnola per Mac" #. type: "mac-fr_title" -#: Resources/templates/Localizable.strings:676 +#: Resources/templates/Localizable.strings:695 #, no-wrap msgid "French Mac Keyboard" msgstr "Mappatura tastiera Francese Mac" #. type: "mac-fr_description" -#: Resources/templates/Localizable.strings:677 +#: Resources/templates/Localizable.strings:696 #, no-wrap msgid "Use the keyboard layout for a French Mac keyboard" msgstr "Usa la mappatura della tastiera Francese per Mac" #. type: "mac-it_title" -#: Resources/templates/Localizable.strings:679 +#: Resources/templates/Localizable.strings:698 #, no-wrap msgid "Italian Mac Keyboard" msgstr "Mappatura tastiera Italiana Mac" #. type: "mac-it_description" -#: Resources/templates/Localizable.strings:680 +#: Resources/templates/Localizable.strings:699 #, no-wrap msgid "Use the keyboard layout for an Italian Mac keyboard" msgstr "Usa la mappatura della tastiera Italiana per Mac" #. type: "mac-se_title" -#: Resources/templates/Localizable.strings:682 +#: Resources/templates/Localizable.strings:701 #, no-wrap msgid "Swedish Mac Keyboard" msgstr "Mappatura tastiera Svedese Mac" #. type: "mac-se_description" -#: Resources/templates/Localizable.strings:683 +#: Resources/templates/Localizable.strings:702 #, no-wrap msgid "Use the keyboard layout for a Swedish Mac keyboard" msgstr "Usa la mappatura della tastiera Svedese per Mac" #. type: "pc-fr_title" -#: Resources/templates/Localizable.strings:685 +#: Resources/templates/Localizable.strings:704 #, no-wrap msgid "French PC Keyboard" msgstr "Mappatura tastiera Francese PC" #. type: "pc-fr_description" -#: Resources/templates/Localizable.strings:686 +#: Resources/templates/Localizable.strings:705 #, no-wrap msgid "Use the keyboard layout for a French PC keyboard" msgstr "Usa la mappatura della tastiera Francese per PC" #. type: "Embed_title" -#: Resources/templates/Localizable.strings:693 +#: Resources/templates/Localizable.strings:712 #, no-wrap msgid "Embed" msgstr "Embed" #. type: "Embed_description" -#: Resources/templates/Localizable.strings:694 +#: Resources/templates/Localizable.strings:713 #, no-wrap msgid "A smaller simple version of the new default theme used when building a version of Chameleon which requires an embedded theme." msgstr "Tema integrato in chameleon (Standard ridotto)." #. type: "Legacy_title" -#: Resources/templates/Localizable.strings:696 +#: Resources/templates/Localizable.strings:715 #, no-wrap msgid "Legacy" msgstr "Legacy" #. type: "Legacy_description" -#: Resources/templates/Localizable.strings:697 +#: Resources/templates/Localizable.strings:716 #, no-wrap msgid "Chameleon's original default theme introduced for v2.0 RC1" msgstr "Il vecchio tema Standard di chameleon" +#. type: "Default_title" +#: Resources/templates/Localizable.strings:718 +#, no-wrap +msgid "Standard" +msgstr "Standard" + #. type: "Default_description" -#: Resources/templates/Localizable.strings:700 +#: Resources/templates/Localizable.strings:719 #, no-wrap msgid "Chameleon default theme introduced for v2.0 RC5" msgstr "Il tema standard usato dal bootloader, aggiunto qui per essere personalizzato." #. type: "Bullet_title" -#: Resources/templates/Localizable.strings:702 +#: Resources/templates/Localizable.strings:721 #, no-wrap msgid "Bullet" msgstr "Bullet" #. type: "Bullet_description" -#: Resources/templates/Localizable.strings:703 +#: Resources/templates/Localizable.strings:722 #, no-wrap msgid "A lovely simple theme by NoSmokingBandit from April 2009." msgstr "Un tema The Bullet by NoSmokingBandit." #. type: "Audio_title" -#: Resources/templates/Localizable.strings:712 +#: Resources/templates/Localizable.strings:731 #, no-wrap msgid "Audio" msgstr "Audio" #. type: "Audio_description" -#: Resources/templates/Localizable.strings:713 +#: Resources/templates/Localizable.strings:732 #, no-wrap msgid "A selection of options that deal with audio." msgstr "Selezione di opzioni per l'audio." #. type: "Control_title" -#: Resources/templates/Localizable.strings:716 +#: Resources/templates/Localizable.strings:735 #, no-wrap msgid "Control Options" msgstr "Opzioni di Controllo" #. type: "Control_description" -#: Resources/templates/Localizable.strings:717 +#: Resources/templates/Localizable.strings:736 #, no-wrap msgid "Settings to control how Chameleon works." msgstr "Settaggi per controllare come Chameleon lavora." #. type: "General_title" -#: Resources/templates/Localizable.strings:720 +#: Resources/templates/Localizable.strings:739 #, no-wrap msgid "General Options" msgstr "Opzioni Generali" #. type: "General_description" -#: Resources/templates/Localizable.strings:721 +#: Resources/templates/Localizable.strings:740 #, no-wrap msgid "Choose from a selection of base options." msgstr "Seleziona una opzione base." #. type: "KernelFlags_title" -#: Resources/templates/Localizable.strings:724 +#: Resources/templates/Localizable.strings:743 #, no-wrap msgid "Kernel Flags" msgstr "Flags del Kernel" #. type: "KernelFlags_description" -#: Resources/templates/Localizable.strings:725 +#: Resources/templates/Localizable.strings:744 #, no-wrap msgid "Choose from a selection of kernel flags." msgstr "Scegli le possibili flag del kernel." #. type: "PowerManagement_title" -#: Resources/templates/Localizable.strings:728 +#: Resources/templates/Localizable.strings:747 #, no-wrap msgid "Power Management" msgstr "Gestione Energetica" #. type: "PowerManagement_description" -#: Resources/templates/Localizable.strings:729 +#: Resources/templates/Localizable.strings:748 #, no-wrap msgid "A selection of options that deal with power management and speedstep." msgstr "Selezione di opzioni pre la gestione energetica e speedstep." #. type: "Resolution_description" -#: Resources/templates/Localizable.strings:733 +#: Resources/templates/Localizable.strings:752 #, no-wrap msgid "Set one resolution to use." msgstr "Imposta la risoluzione del tuo monitor." #. type: "HDEFLayout_title" -#: Resources/templates/Localizable.strings:736 +#: Resources/templates/Localizable.strings:755 #, no-wrap msgid "HDEF Layout" msgstr "HDEF Layout" #. type: "HDEFLayout_description" -#: Resources/templates/Localizable.strings:737 +#: Resources/templates/Localizable.strings:756 #, no-wrap msgid "Set one HDEF Layout ID to use for your HDA controller." msgstr "Scegli un layout-id dell'HDEF da usare per il controller HDA." #. type: "HDAULayout_title" -#: Resources/templates/Localizable.strings:740 +#: Resources/templates/Localizable.strings:759 #, no-wrap msgid "HDAU Layout" msgstr "HDAU Layout" #. type: "HDAULayout_description" -#: Resources/templates/Localizable.strings:741 +#: Resources/templates/Localizable.strings:760 #, no-wrap msgid "Set one HDAU Layout ID to use for your HDMi controller." msgstr "Scegli un layout-id dell'HDAU da usare per il controller HDMi." #. type: "IntelCapri_title" -#: Resources/templates/Localizable.strings:744 +#: Resources/templates/Localizable.strings:763 #, no-wrap msgid "Intel Capri AAPL,ig-platform-id" msgstr "Intel Capri AAPL,ig-platform-id" #. type: "IntelCapri_description" -#: Resources/templates/Localizable.strings:745 +#: Resources/templates/Localizable.strings:764 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD4000." msgstr "Scegli un AAPL,ig-platform-id da usare per la tua Intel HD 4000." #. type: "IntelAzul_title" -#: Resources/templates/Localizable.strings:748 +#: Resources/templates/Localizable.strings:767 #, no-wrap msgid "Intel Azul AAPL,ig-platform-id" msgstr "Intel Azul AAPL,ig-platform-id" #. type: "IntelAzul_description" -#: Resources/templates/Localizable.strings:749 +#: Resources/templates/Localizable.strings:768 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD5000." msgstr "Scegli un AAPL,ig-platform-id da usare per la tua Intel HD 5000." #. type: "HDEFPinConfiguration_title" -#: Resources/templates/Localizable.strings:752 +#: Resources/templates/Localizable.strings:771 #, no-wrap msgid "HDEF PinConfiguration" msgstr "HDEF PinConfiguration" #. type: "HDEFPinConfiguration_description" -#: Resources/templates/Localizable.strings:753 +#: Resources/templates/Localizable.strings:772 #, no-wrap msgid "Set one HDEF PinConfiguration to use." msgstr "Setta il PinConfiguration per l'HDEF." #. type: "Video_title" -#: Resources/templates/Localizable.strings:756 +#: Resources/templates/Localizable.strings:775 #, no-wrap msgid "Video" msgstr "Video" #. type: "Video_description" -#: Resources/templates/Localizable.strings:757 +#: Resources/templates/Localizable.strings:776 #, no-wrap msgid "A selection of options that deal with video." msgstr "Selezione di opzioni per il video." #. type: "Keymaps_title" -#: Resources/templates/Localizable.strings:760 +#: Resources/templates/Localizable.strings:779 #, no-wrap msgid "KeyLayout" msgstr "Mappatura tastiera" #. type: "Keymaps_description" -#: Resources/templates/Localizable.strings:761 +#: Resources/templates/Localizable.strings:780 #, no-wrap msgid "Select one keylayout to use. This will also install the Keylayout module and keymaps." msgstr "Seleziona la mappatura da utilizzare, Verrá anche installato il modulo Keylayout e le mappature tastiera." #. type: "Themes_title" -#: Resources/templates/Localizable.strings:767 +#: Resources/templates/Localizable.strings:786 #, no-wrap msgid "Themes" msgstr "Temi" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:768 +#: Resources/templates/Localizable.strings:787 #, no-wrap msgid "" "A collection of sample themes\n" @@ -2849,6 +2920,12 @@ "Una raccolta di temi campione.\n" "Molti altri temi sono reperibili su http://forum.voodooprojects.org/index.php/board,7.0.html" +#~ msgid "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" +#~ msgstr "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" + +#~ msgid "Chameleon" +#~ msgstr "Chameleon" + #~ msgid "Set 0000260c for Intel HD5000 (Mobile) AAPL,ig-platform-id." #~ msgstr "" #~ "Imposta l'AAPL,ig-platform-id a 0000260c per schede grafiche Intel HD5000 " Index: branches/ErmaC/Enoch/package/po/hu.po =================================================================== --- branches/ErmaC/Enoch/package/po/hu.po (revision 2678) +++ branches/ErmaC/Enoch/package/po/hu.po (revision 2679) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Chameleon 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-13 18:09+0000\n" +"POT-Creation-Date: 2015-05-10 14:42+0200\n" "PO-Revision-Date: 2015-02-13 18:30-0000\n" "Last-Translator: ErmaC\n" "Language-Team: hu \n" @@ -18,13 +18,15 @@ #. type: Content of:

#: Resources/templates/Welcome.html:22 -msgid "Chameleon" -msgstr "Chameleon" +msgid "Enoch" +msgstr "" #. type: Content of:

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

#: Resources/templates/Welcome.html:25 @@ -265,63 +267,125 @@ "boot1 (A partíció elején a boot-sector-ban) megkeresi és betölti a 'boot2'-t.\n" "boot2 (A partíció gyökér könyvtárában), betölti a kernelt és kiegészítőit." -#. type: "Default_title" +#. type: "BootNo_title" #: Resources/templates/Localizable.strings:25 -#: Resources/templates/Localizable.strings:699 #, no-wrap -msgid "Standard" -msgstr "Alapértelmezett" +msgid "Don't install the Bootloader" +msgstr "Nem telepíti a Chameleon-t." -#. type: "Standard_description" +#. type: "BootNo_description" #: Resources/templates/Localizable.strings:26 #, no-wrap -msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." -msgstr "Telepíti a Chameleon a kijelölt partícióra, a rendswzeredtől függően boot0-t vagy boot0md-t, valamint megtartja a telepített Windows rendszereid indíthatóságát is." +msgid "Useful if you only want to install the extra's." +msgstr "Akkor hasznos ha csak '.kext'-eket szeretnél telepíteni" -#. type: "noboot_title" +#. type: "Stages_title" #: Resources/templates/Localizable.strings:28 -#, no-wrap -msgid "Don't install the Bootloader" -msgstr "Nem telepíti a Chameleon-t." +#, fuzzy, no-wrap +#| msgid "Chameleon Bootloader Package" +msgid "Bootloader Stages" +msgstr "Chameleon Rendszerbetöltő" -#. type: "noboot_description" +#. type: "Stages_description" #: Resources/templates/Localizable.strings:29 #, no-wrap -msgid "Useful if you only want to install the extra's." -msgstr "Akkor hasznos ha csak '.kext'-eket szeretnél telepíteni" +msgid "" +"Here you can chose to skip the bootloader installation completely or partially.\n" +"This can be usefull if you want to write Extra's, or skip some stage (0,1 and activation of the target partition).\n" +"Skipping all stages permit you to leave as is already working boot sectors, especially usefull with 4k drives.\n" +"boot is always copied to the target partition when you are skipping one or more stages." +msgstr "" +#. type: "SkipStage0_title" +#: Resources/templates/Localizable.strings:34 +#, no-wrap +msgid "Skip Stage 0" +msgstr "" + +#. type: "SkipStage0_description" +#: Resources/templates/Localizable.strings:35 +#, no-wrap +msgid "" +"Avoid writing stage 0 to the target disk.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipStage1_title" +#: Resources/templates/Localizable.strings:38 +#, no-wrap +msgid "Skip Stage 1" +msgstr "" + +#. type: "SkipStage1_description" +#: Resources/templates/Localizable.strings:39 +#, no-wrap +msgid "" +"Avoid writing stage 1 to the partition boot sector.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipActivePartition_title" +#: Resources/templates/Localizable.strings:42 +#, no-wrap +msgid "Skip Activation" +msgstr "" + +#. type: "SkipActivePartition_description" +#: Resources/templates/Localizable.strings:43 +#, no-wrap +msgid "" +"Prevents activation of the target partition.\n" +"Some old motherboards have a bad implementation of GPT in bios and they can not find partitions if marked active unger Guid Partition Table.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "Standard_title" +#: Resources/templates/Localizable.strings:47 +#, fuzzy, no-wrap +#| msgid " has been written to the root of your chosen partition." +msgid "Install Chameleon in the chosen partition." +msgstr " nevű log sikeresen kiírva, az általad választott partíció gyökerébe." + +#. type: "Standard_description" +#: Resources/templates/Localizable.strings:48 +#, fuzzy, no-wrap +#| msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." +msgid "Install Chameleon's files to the root of the selected partition using either boot0, boot0md or boot0hfs depending on your system without destroying any existing Windows installation if you have one." +msgstr "Telepíti a Chameleon a kijelölt partícióra, a rendswzeredtől függően boot0-t vagy boot0md-t, valamint megtartja a telepített Windows rendszereid indíthatóságát is." + #. type: "EFI_title" -#: Resources/templates/Localizable.strings:31 +#: Resources/templates/Localizable.strings:50 #, no-wrap msgid "Install Chameleon in the ESP" msgstr "" #. type: "EFI_description" -#: Resources/templates/Localizable.strings:32 -#, no-wrap -msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +#: Resources/templates/Localizable.strings:51 +#, fuzzy, no-wrap +#| msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0, boot0md or boot0hfs depending on your system." msgstr "Telepíti a Chameleon a kijelölt partícióra, a rendswzeredtől függően boot0-t vagy boot0md-t, valamint megtartja a telepített Windows rendszereid indíthatóságát is." #. type: "Module_title" -#: Resources/templates/Localizable.strings:37 +#: Resources/templates/Localizable.strings:56 #, no-wrap msgid "Modules" msgstr "Modulok" #. type: "Module_description" -#: Resources/templates/Localizable.strings:38 +#: Resources/templates/Localizable.strings:57 #, no-wrap msgid "The modules system incorporated in chameleon allows for a user or developer to extend the core functionality of chameleon without replacing the main boot file." msgstr "A modulok segítségével újabb funkciókat adhatsz a Chameleon-hoz, amelyeket alapból nem tartalmaz. Csak haladó felhasználók számára lehet hasznos." #. type: "klibc_title" -#: Resources/templates/Localizable.strings:40 +#: Resources/templates/Localizable.strings:59 #, no-wrap msgid "klibc" msgstr "klibc" #. type: "klibc_description" -#: Resources/templates/Localizable.strings:41 +#: Resources/templates/Localizable.strings:60 #, no-wrap msgid "" "This module provides a standard c library for modules to link to if the library provided by chameleon is insufficient.\n" @@ -333,13 +397,13 @@ "Forrás: http://www.kernel.org/pub/linux/libs/klibc/" #. type: "ACPICodec_title" -#: Resources/templates/Localizable.strings:45 +#: Resources/templates/Localizable.strings:64 #, no-wrap msgid "ACPICodec" msgstr "ACPICodec" #. type: "ACPICodec_description" -#: Resources/templates/Localizable.strings:46 +#: Resources/templates/Localizable.strings:65 #, no-wrap msgid "" "This module provides a substitute for the internal acpi patcher.\n" @@ -347,13 +411,13 @@ msgstr "" #. type: "HDAEnabler_title" -#: Resources/templates/Localizable.strings:49 +#: Resources/templates/Localizable.strings:68 #, no-wrap msgid "HDAEnabler" msgstr "HDAEnabler" #. type: "HDAEnabler_description" -#: Resources/templates/Localizable.strings:50 +#: Resources/templates/Localizable.strings:69 #, no-wrap msgid "" "HDAEnabler module, this module provides a substitute for the Hight Definition Audio DSDT Edits.\n" @@ -361,13 +425,13 @@ msgstr "" #. type: "FileNVRAM_title" -#: Resources/templates/Localizable.strings:53 +#: Resources/templates/Localizable.strings:72 #, no-wrap msgid "FileNVRAM" msgstr "FileNVRAM" #. type: "FileNVRAM_description" -#: Resources/templates/Localizable.strings:54 +#: Resources/templates/Localizable.strings:73 #, no-wrap msgid "" "FileNVRAM module for preloading NVRAM values.\n" @@ -375,13 +439,13 @@ msgstr "" #. type: "Sata_title" -#: Resources/templates/Localizable.strings:57 +#: Resources/templates/Localizable.strings:76 #, no-wrap msgid "Sata" msgstr "Sata" #. type: "Sata_description" -#: Resources/templates/Localizable.strings:58 +#: Resources/templates/Localizable.strings:77 #, no-wrap msgid "" "Sata module, known as YellowIconFixer in cparm's branch.\n" @@ -390,14 +454,14 @@ msgstr "" #. type: "Resolution_title" -#: Resources/templates/Localizable.strings:62 -#: Resources/templates/Localizable.strings:732 +#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:751 #, no-wrap msgid "Resolution" msgstr "Felbontás" #. type: "AutoReso_description" -#: Resources/templates/Localizable.strings:63 +#: Resources/templates/Localizable.strings:82 #, no-wrap msgid "" "This module reads the edid information from the monitor attached to the main display.\n" @@ -409,13 +473,13 @@ "Továbbá, a modul kijavítja az elérhető VESA módokat a korai Intel HD videokártyákon, hogy a megfelelő felbontással indíthasd a rendszered." #. type: "uClibc_title" -#: Resources/templates/Localizable.strings:67 +#: Resources/templates/Localizable.strings:86 #, no-wrap msgid "uClibc++" msgstr "uClibc++" #. type: "uClibc_description" -#: Resources/templates/Localizable.strings:68 +#: Resources/templates/Localizable.strings:87 #, no-wrap msgid "" "This module provides a minimalistic c++ runtime library for use in other modules. This does not provide functionality by itself, instead it is used to allow for the c++ language to be used in other modules.\n" @@ -429,13 +493,13 @@ "Függőségek: klibc" #. type: "KernelPatcher_title" -#: Resources/templates/Localizable.strings:73 +#: Resources/templates/Localizable.strings:92 #, no-wrap msgid "Kernel Patcher" msgstr "Kernel Patcher" #. type: "KernelPatcher_description" -#: Resources/templates/Localizable.strings:74 +#: Resources/templates/Localizable.strings:93 #, no-wrap msgid "" "The KernelPatcher module provides patches for the following:\n" @@ -447,13 +511,13 @@ msgstr "" #. type: "KextPatcher_title" -#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:100 #, no-wrap msgid "Kext Patcher" msgstr "Kext Patcher" #. type: "KextPatcher_description" -#: Resources/templates/Localizable.strings:82 +#: Resources/templates/Localizable.strings:101 #, no-wrap msgid "" "The KextPatcher module provides patches for the following:\n" @@ -461,13 +525,13 @@ msgstr "" #. type: "NVIDIAGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:85 +#: Resources/templates/Localizable.strings:104 #, no-wrap msgid "NVIDIAGraphicsEnabler" msgstr "NVIDIAGraphicsEnabler" #. type: "NVIDIAGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:86 +#: Resources/templates/Localizable.strings:105 #, no-wrap msgid "" "The GraphicsEnabler nVidia code ported to a module.\n" @@ -475,13 +539,13 @@ msgstr "" #. type: "GraphicsEnablerModule_title" -#: Resources/templates/Localizable.strings:89 +#: Resources/templates/Localizable.strings:108 #, no-wrap msgid "GraphicsEnabler" msgstr "GraphicsEnabler" #. type: "GraphicsEnablerModule_description" -#: Resources/templates/Localizable.strings:90 +#: Resources/templates/Localizable.strings:109 #, no-wrap msgid "" "The GraphicsEnabler code ported to a module.\n" @@ -489,13 +553,13 @@ msgstr "" #. type: "AMDGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:93 +#: Resources/templates/Localizable.strings:112 #, no-wrap msgid "AMDGraphicsEnabler" msgstr "AMDGraphicsEnabler" #. type: "AMDGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:94 +#: Resources/templates/Localizable.strings:113 #, no-wrap msgid "" "The GraphicsEnabler AMD/ATi code ported to a module.\n" @@ -503,13 +567,13 @@ msgstr "" #. type: "IntelGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:97 +#: Resources/templates/Localizable.strings:116 #, no-wrap msgid "IntelGraphicsEnabler" msgstr "IntelGraphicsEnabler" #. type: "IntelGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:98 +#: Resources/templates/Localizable.strings:117 #, no-wrap msgid "" "The GraphicsEnabler gma(Intel) code ported to a module.\n" @@ -517,638 +581,638 @@ msgstr "" #. type: "Options_title" -#: Resources/templates/Localizable.strings:106 +#: Resources/templates/Localizable.strings:125 #, no-wrap msgid "Settings" msgstr "Beállítások" #. type: "Options_description" -#: Resources/templates/Localizable.strings:107 +#: Resources/templates/Localizable.strings:126 #, no-wrap msgid "Create an /Extra/org.chameleon.Boot.plist by selecting any of these boot options and kernel flags." msgstr "Létrehozza az '/Extra/org.chameleon.Boot.plist'-et az alábbiakban megadott beállításokkal." #. type: "BootBanner_title" -#: Resources/templates/Localizable.strings:109 +#: Resources/templates/Localizable.strings:128 #, no-wrap msgid "BootBanner=No" msgstr "BootBanner=No" #. type: "BootBanner_description" -#: Resources/templates/Localizable.strings:110 +#: Resources/templates/Localizable.strings:129 #, no-wrap msgid "Hides Chameleon's boot banner in GUI. This is the text that is drawn at the top left corner of the screen displaying the release version etc." msgstr "Eltünteti a Chameleon képernyőjéről a verziószámot" #. type: "GUI_title" -#: Resources/templates/Localizable.strings:112 +#: Resources/templates/Localizable.strings:131 #, no-wrap msgid "GUI=No" msgstr "GUI=No" #. type: "GUI_description" -#: Resources/templates/Localizable.strings:113 +#: Resources/templates/Localizable.strings:132 #, no-wrap msgid "Disables the default enabled graphic user interface." msgstr "Lecseréli az amúgy alapértelmezett grafikus Chameleon felületet a karakteres módra. (Fordító: Ajánlott beállítás, ha szeretnéd, hogy gyorsabban induljon a Chameleon.)" #. type: "LegacyLogo_title" -#: Resources/templates/Localizable.strings:115 +#: Resources/templates/Localizable.strings:134 #, no-wrap msgid "LegacyLogo=Yes" msgstr "LegacyLogo=Yes" #. type: "LegacyLogo_description" -#: Resources/templates/Localizable.strings:116 +#: Resources/templates/Localizable.strings:135 #, no-wrap msgid "Use the legacy 'dark grey' apple logo on the light grey screen for the boot process rather than the boot.png in the theme." msgstr "Jelöld be, ha a témában lévő helyett, az eredeti almát szeretnéd látni a boot képernyőn." #. type: "InstantMenu_title" -#: Resources/templates/Localizable.strings:118 +#: Resources/templates/Localizable.strings:137 #, no-wrap msgid "InstantMenu=Yes" msgstr "InstantMenu=Yes" #. type: "InstantMenu_description" -#: Resources/templates/Localizable.strings:119 +#: Resources/templates/Localizable.strings:138 #, no-wrap msgid "By default, when Chameleon loads you'll see the icon for the current default partition, along with a timeout progress bar which left alone will count down before Chameleon automatically boots that partition. This options skips that and takes you directly to the device selection screen." msgstr "A Chameleon nem számol vissza, és nem indítja az alapértelmezett rendszert. Helyette azonnal az indítható rendszerek listáját mutatja" #. type: "QuietBoot_title" -#: Resources/templates/Localizable.strings:121 +#: Resources/templates/Localizable.strings:140 #, no-wrap msgid "QuietBoot=Yes" msgstr "QuietBoot=Yes" #. type: "QuietBoot_description" -#: Resources/templates/Localizable.strings:122 +#: Resources/templates/Localizable.strings:141 #, no-wrap msgid "Enable quiet boot mode (no messages or prompt)." msgstr "Mindenféle információ vagy várakozás nélkül indítja a rendszert." #. type: "ShowInfo_title" -#: Resources/templates/Localizable.strings:124 +#: Resources/templates/Localizable.strings:143 #, no-wrap msgid "ShowInfo=Yes" msgstr "ShowInfo=Yes" #. type: "ShowInfo_description" -#: Resources/templates/Localizable.strings:125 +#: Resources/templates/Localizable.strings:144 #, no-wrap msgid "Enables display of partition and resolution details shown on the left side of the GUI under the boot banner. This is useful information for troubleshooting, though can clash with certain themes." msgstr "Kiírja a partició és a felbontás infóit a GUI bal oldalára a Chameleon logó alá. Hasznos témák készítésénél." #. type: "Wait_title" -#: Resources/templates/Localizable.strings:127 +#: Resources/templates/Localizable.strings:146 #, no-wrap msgid "Wait=Yes" msgstr "Wait=Yes" #. type: "Wait_description" -#: Resources/templates/Localizable.strings:128 +#: Resources/templates/Localizable.strings:147 #, no-wrap msgid "Pauses the boot process after Chameleon has finished it's setup then waits for a key press before it starts the mach kernel. Useful when combined with verbose boot for troubleshooting." msgstr "Mikor a Chameleon befejezte a rendszer előtöltését (kernel, driverek, stb.) egy billentyű lenyomásáig megáll, ha ezt a beállítást bepipálod." #. type: "PrivateData_title" -#: Resources/templates/Localizable.strings:130 +#: Resources/templates/Localizable.strings:149 #, no-wrap msgid "PrivateData=No" msgstr "PrivateData=No" #. type: "PrivateData_description" -#: Resources/templates/Localizable.strings:131 +#: Resources/templates/Localizable.strings:150 #, no-wrap msgid "Show masked data (serial number) in bdmesg log (enbaled by default)." msgstr "" #. type: "USBBusFix_title" -#: Resources/templates/Localizable.strings:135 +#: Resources/templates/Localizable.strings:154 #, no-wrap msgid "USBBusFix=Yes" msgstr "USBBusFix=Yes" #. type: "USBBusFix_description" -#: Resources/templates/Localizable.strings:136 +#: Resources/templates/Localizable.strings:155 #, no-wrap msgid "Enable the XHCI, EHCI and UHCI fixes (disabled by default)." msgstr "" #. type: "USBLegacyOff_title" -#: Resources/templates/Localizable.strings:138 +#: Resources/templates/Localizable.strings:157 #, no-wrap msgid "USBLegacyOff=Yes" msgstr "USBLegacyOff=Yes" #. type: "USBLegacyOff_description" -#: Resources/templates/Localizable.strings:139 +#: Resources/templates/Localizable.strings:158 #, no-wrap msgid "Force USB Legacy off for XHCI and EHCI (disabled by default)." msgstr "" #. type: "XHCILegacyOff_title" -#: Resources/templates/Localizable.strings:141 +#: Resources/templates/Localizable.strings:160 #, no-wrap msgid "XHCILegacyOff=Yes" msgstr "XHCILegacyOff=Yes" #. type: "XHCILegacyOff_description" -#: Resources/templates/Localizable.strings:142 +#: Resources/templates/Localizable.strings:161 #, no-wrap msgid "Force USB Legacy off for XHCI (disabled by default)." msgstr "" #. type: "UHCIreset_title" -#: Resources/templates/Localizable.strings:144 +#: Resources/templates/Localizable.strings:163 #, no-wrap msgid "UHCIreset=Yes" msgstr "UHCIreset=Yes" #. type: "UHCIreset_description" -#: Resources/templates/Localizable.strings:145 +#: Resources/templates/Localizable.strings:164 #, no-wrap msgid "Enables the option to reset UHCI controllers before starting OS X." msgstr "Újraindítja az UHCI kontollereket a Mac OS X indítása előtt. Hasznos, ha problémáid vannak az alvó móddal." #. type: "EHCIacquire_title" -#: Resources/templates/Localizable.strings:147 +#: Resources/templates/Localizable.strings:166 #, no-wrap msgid "EHCIacquire=Yes" msgstr "EHCIacquire=Yes" #. type: "EHCIacquire_description" -#: Resources/templates/Localizable.strings:148 +#: Resources/templates/Localizable.strings:167 #, no-wrap msgid "Enables the option to fix any EHCI ownership issues due to bad bioses." msgstr "Kijavítja az EHCI jogokat. Hasznos, ha problémáid vannak az USB-vel, vagy az alvó móddal." #. type: "arch_title" -#: Resources/templates/Localizable.strings:150 +#: Resources/templates/Localizable.strings:169 #, no-wrap msgid "arch=i386" msgstr "arch=i386" #. type: "arch_description" -#: Resources/templates/Localizable.strings:151 +#: Resources/templates/Localizable.strings:170 #, no-wrap msgid "Boots the kernel in 32bit mode rather than the default 64bit mode." msgstr "A 32bites kernelt tölti be, az alapértelmezett 64bites helyett." #. type: "EthernetBuiltIn_title" -#: Resources/templates/Localizable.strings:153 +#: Resources/templates/Localizable.strings:172 #, no-wrap msgid "EthernetBuiltIn=Yes" msgstr "EthernetBuiltIn=Yes" #. type: "EthernetBuiltIn_description" -#: Resources/templates/Localizable.strings:154 +#: Resources/templates/Localizable.strings:173 #, no-wrap msgid "Enables the option of adding 'built-in' to your ethernet devices." msgstr "A hálózati kártyát beépítettként segít betöltetni." #. type: "EnableWifi_title" -#: Resources/templates/Localizable.strings:156 +#: Resources/templates/Localizable.strings:175 #, no-wrap msgid "EnableWifi=Yes" msgstr "EnableWifi=Yes" #. type: "EnableWifi_description" -#: Resources/templates/Localizable.strings:157 +#: Resources/templates/Localizable.strings:176 #, no-wrap msgid "Enables the option of adding AirPort values to your wireless device." msgstr "" #. type: "ForceHPET_title" -#: Resources/templates/Localizable.strings:159 +#: Resources/templates/Localizable.strings:178 #, no-wrap msgid "ForceHPET=Yes" msgstr "ForceHPET=Yes" #. type: "ForceHPET_description" -#: Resources/templates/Localizable.strings:160 +#: Resources/templates/Localizable.strings:179 #, no-wrap msgid "Enables HPET on intel chipsets, for bioses that dont include the option." msgstr "Engedélyezi a 'HPET'-et azokon az intel lapokon, amelyeken nincs lehetőség ezt bekapcsolni." #. type: "ForceWake_title" -#: Resources/templates/Localizable.strings:162 +#: Resources/templates/Localizable.strings:181 #, no-wrap msgid "ForceWake=Yes" msgstr "ForceWake=Yes" #. type: "ForceWake_description" -#: Resources/templates/Localizable.strings:163 +#: Resources/templates/Localizable.strings:182 #, no-wrap msgid "This option enables you to bypass bad sleep images." msgstr "Ez a beállítás engedi, hogy betölthesd a hibás sleep képeket." #. type: "ForceFullMemInfo_title" -#: Resources/templates/Localizable.strings:165 +#: Resources/templates/Localizable.strings:184 #, no-wrap msgid "ForceFullMemInfo=Yes" msgstr "ForceFullMemInfo=Yes" #. type: "ForceFullMemInfo_description" -#: Resources/templates/Localizable.strings:166 +#: Resources/templates/Localizable.strings:185 #, no-wrap msgid "Force SMBIOS Table 17 to be 27 bytes long." msgstr "" #. type: "RestartFix_title" -#: Resources/templates/Localizable.strings:168 +#: Resources/templates/Localizable.strings:187 #, no-wrap msgid "RestartFix=No" msgstr "RestartFix=No" #. type: "RestartFix_description" -#: Resources/templates/Localizable.strings:169 +#: Resources/templates/Localizable.strings:188 #, no-wrap msgid "Disables the automatically enabled restart fix." msgstr "Letiltja az alapértelmezetten engedélyezett, 'újraindítás javítása' funkciót" #. type: "UseMemDetect_title" -#: Resources/templates/Localizable.strings:171 +#: Resources/templates/Localizable.strings:190 #, no-wrap msgid "UseMemDetect=No" msgstr "UseMemDetect=No" #. type: "UseMemDetect_description" -#: Resources/templates/Localizable.strings:172 +#: Resources/templates/Localizable.strings:191 #, no-wrap msgid "Disables the automatically enabled RAM recognition." msgstr "Kikapcsolja az alapértelmezett memória észlelést." #. type: "UseKernelCache_title" -#: Resources/templates/Localizable.strings:174 +#: Resources/templates/Localizable.strings:193 #, no-wrap msgid "UseKernelCache=Yes" msgstr "UseKernelCache=Yes" #. type: "UseKernelCache_description" -#: Resources/templates/Localizable.strings:175 +#: Resources/templates/Localizable.strings:194 #, no-wrap msgid "For Lion only. Enables loading of the pre-linked kernel. This will ignore /E/E and /S/L/E. ONLY use this is you have know it contains everything you need." msgstr "Csak Lion-hoz. Engedélyezi a gyorsítótárazott kernel betöltését. Nem tölti be a következő mappákat: /E/E és /S/L/E. CSAK akkor endegélyezd ha úgy érzed minden a helyén van!" #. type: "Wake_title" -#: Resources/templates/Localizable.strings:177 +#: Resources/templates/Localizable.strings:196 #, no-wrap msgid "Wake=Yes" msgstr "Wake=Yes" #. type: "Wake_description" -#: Resources/templates/Localizable.strings:178 +#: Resources/templates/Localizable.strings:197 #, no-wrap msgid "Attempts to load the sleep image saved from last hibernation." msgstr "Engedélyezi a hibernációs fájl betöltését." #. type: "CSTUsingSystemIO_title" -#: Resources/templates/Localizable.strings:182 +#: Resources/templates/Localizable.strings:201 #, no-wrap msgid "CSTUsingSystemIO=Yes" msgstr "CSTUsingSystemIO=Yes" #. type: "CSTUsingSystemIO_description" -#: Resources/templates/Localizable.strings:183 +#: Resources/templates/Localizable.strings:202 #, no-wrap msgid "New C-State _CST generation method using SystemIO registers instead of FixedHW." msgstr "Új C-State _CST generálás a SystemIO regiszterek használatával, a fix hardveres helyett" #. type: "DropSSDT_title" -#: Resources/templates/Localizable.strings:185 +#: Resources/templates/Localizable.strings:204 #, no-wrap msgid "DropSSDT=Yes" msgstr "DropSSDT=Yes" #. type: "DropSSDT_description" -#: Resources/templates/Localizable.strings:186 +#: Resources/templates/Localizable.strings:205 #, no-wrap msgid "Discard the motherboard's built-in SSDT tables." msgstr "Eldobja az alaplap SSDT tábláját." #. type: "DropHPET_title" -#: Resources/templates/Localizable.strings:188 +#: Resources/templates/Localizable.strings:207 #, no-wrap msgid "DropHPET=Yes" msgstr "DropHPET=Yes" #. type: "DropHPET_description" -#: Resources/templates/Localizable.strings:189 +#: Resources/templates/Localizable.strings:208 #, no-wrap msgid "Discard the motherboard's built-in HPET table." msgstr "" #. type: "DropSBST_title" -#: Resources/templates/Localizable.strings:191 +#: Resources/templates/Localizable.strings:210 #, no-wrap msgid "DropSBST=Yes" msgstr "DropSBST=Yes" #. type: "DropSBST_description" -#: Resources/templates/Localizable.strings:192 +#: Resources/templates/Localizable.strings:211 #, no-wrap msgid "Discard the motherboard's built-in SBST table." msgstr "" #. type: "DropECDT_title" -#: Resources/templates/Localizable.strings:194 +#: Resources/templates/Localizable.strings:213 #, no-wrap msgid "DropECDT=Yes" msgstr "DropECDT=Yes" #. type: "DropECDT_description" -#: Resources/templates/Localizable.strings:195 +#: Resources/templates/Localizable.strings:214 #, no-wrap msgid "Discard the motherboard's built-in ECDT table." msgstr "" #. type: "DropASFT_title" -#: Resources/templates/Localizable.strings:197 +#: Resources/templates/Localizable.strings:216 #, no-wrap msgid "DropASFT=Yes" msgstr "DropASFT=Yes" #. type: "DropASFT_description" -#: Resources/templates/Localizable.strings:198 +#: Resources/templates/Localizable.strings:217 #, no-wrap msgid "Discard the motherboard's built-in ASF! table." msgstr "" #. type: "DropDMAR_title" -#: Resources/templates/Localizable.strings:200 +#: Resources/templates/Localizable.strings:219 #, no-wrap msgid "DropDMAR=Yes" msgstr "DropDMAR=Yes" #. type: "DropDMAR_description" -#: Resources/templates/Localizable.strings:201 +#: Resources/templates/Localizable.strings:220 #, no-wrap msgid "Discard the motherboard's built-in DMAR table, this key action resolve the problem with VT-d panics." msgstr "" #. type: "EnableC2State_title" -#: Resources/templates/Localizable.strings:203 +#: Resources/templates/Localizable.strings:222 #, no-wrap msgid "EnableC2State=Yes" msgstr "EnableC2State=Yes" #. type: "EnableC2State_description" -#: Resources/templates/Localizable.strings:204 +#: Resources/templates/Localizable.strings:223 #, no-wrap msgid "Enable specific Processor power state, C2." msgstr "Lehetővé teszi a processzor C2-es módba való kapcsolását" #. type: "EnableC3State_title" -#: Resources/templates/Localizable.strings:206 +#: Resources/templates/Localizable.strings:225 #, no-wrap msgid "EnableC3State=Yes" msgstr "EnableC3State=Yes" #. type: "EnableC3State_description" -#: Resources/templates/Localizable.strings:207 +#: Resources/templates/Localizable.strings:226 #, no-wrap msgid "Enable specific Processor power state, C3." msgstr "Lehetővé teszi a processzor C3-es módba való kapcsolását" #. type: "EnableC4State_title" -#: Resources/templates/Localizable.strings:209 +#: Resources/templates/Localizable.strings:228 #, no-wrap msgid "EnableC4State=Yes" msgstr "EnableC4State=Yes" #. type: "EnableC4State_description" -#: Resources/templates/Localizable.strings:210 +#: Resources/templates/Localizable.strings:229 #, no-wrap msgid "Enable specific Processor power state, C4." msgstr "Lehetővé teszi a processzor C4-es módba való kapcsolását" #. type: "EnableC6State_title" -#: Resources/templates/Localizable.strings:212 +#: Resources/templates/Localizable.strings:231 #, no-wrap msgid "EnableC6State=Yes" msgstr "EnableC6State=Yes" #. type: "EnableC6State_description" -#: Resources/templates/Localizable.strings:213 +#: Resources/templates/Localizable.strings:232 #, no-wrap msgid "Enable specific Processor power state, C6." msgstr "" #. type: "EnableC7State_title" -#: Resources/templates/Localizable.strings:215 +#: Resources/templates/Localizable.strings:234 #, no-wrap msgid "EnableC7State=Yes" msgstr "EnableC7State=Yes" #. type: "EnableC7State_description" -#: Resources/templates/Localizable.strings:216 +#: Resources/templates/Localizable.strings:235 #, no-wrap msgid "Enable specific Processor power state, C7." msgstr "Lehetővé teszi a processzor C7-es módba való kapcsolását" #. type: "GenerateCStates_title" -#: Resources/templates/Localizable.strings:218 +#: Resources/templates/Localizable.strings:237 #, no-wrap msgid "GenerateCStates=Yes" msgstr "GenerateCStates=Yes" #. type: "GenerateCStates_description" -#: Resources/templates/Localizable.strings:219 +#: Resources/templates/Localizable.strings:238 #, no-wrap msgid "Enable auto generation of processor idle sleep states (C-States)." msgstr "Automatikusan létrehozza a processzor C módjait (energiatakarékossági-lépcsők)." #. type: "GeneratePStates_title" -#: Resources/templates/Localizable.strings:221 +#: Resources/templates/Localizable.strings:240 #, no-wrap msgid "GeneratePStates=Yes" msgstr "GeneratePStates=Yes" #. type: "GeneratePStates_description" -#: Resources/templates/Localizable.strings:222 +#: Resources/templates/Localizable.strings:241 #, no-wrap msgid "Enable auto generation of processor power performance states (P-States)." msgstr "Automatikusan létrehozza a processzor P módjait (sebesség-lépcsők)." #. type: "GenerateTStates_title" -#: Resources/templates/Localizable.strings:224 +#: Resources/templates/Localizable.strings:243 #, no-wrap msgid "GenerateTStates=Yes" msgstr "GenerateTStates=Yes" #. type: "GenerateTStates_description" -#: Resources/templates/Localizable.strings:225 +#: Resources/templates/Localizable.strings:244 #, no-wrap msgid "Enable auto generation of processor power performance states (T-States)." msgstr "" #. type: "1024x600x32_title" -#: Resources/templates/Localizable.strings:229 +#: Resources/templates/Localizable.strings:248 #, no-wrap msgid "1024x600x32" msgstr "1024x600x32" #. type: "1024x600x32_description" -#: Resources/templates/Localizable.strings:230 +#: Resources/templates/Localizable.strings:249 #, no-wrap msgid "Set Graphics Mode to 1024x600x32" msgstr "A felbontást a következőre állítja: 1024x600x32" #. type: "1024x768x32_title" -#: Resources/templates/Localizable.strings:232 +#: Resources/templates/Localizable.strings:251 #, no-wrap msgid "1024x768x32" msgstr "1024x768x32" #. type: "1024x768x32_description" -#: Resources/templates/Localizable.strings:233 +#: Resources/templates/Localizable.strings:252 #, no-wrap msgid "Set Graphics Mode to 1024x768x32" msgstr "A felbontást a következőre állítja: 1024x768x32" #. type: "1280x768x32_title" -#: Resources/templates/Localizable.strings:235 +#: Resources/templates/Localizable.strings:254 #, no-wrap msgid "1280x768x32" msgstr "1280x768x32" #. type: "1280x768x32_description" -#: Resources/templates/Localizable.strings:236 +#: Resources/templates/Localizable.strings:255 #, no-wrap msgid "Set Graphics Mode to 1280x768x32" msgstr "A felbontást a következőre állítja: 1280x768x32" #. type: "1280x800x32_title" -#: Resources/templates/Localizable.strings:238 +#: Resources/templates/Localizable.strings:257 #, no-wrap msgid "1280x800x32" msgstr "1280x800x32" #. type: "1280x800x32_description" -#: Resources/templates/Localizable.strings:239 +#: Resources/templates/Localizable.strings:258 #, no-wrap msgid "Set Graphics Mode to 1280x800x32" msgstr "A felbontást a következőre állítja: 1280x800x32" #. type: "1280x1024x32_title" -#: Resources/templates/Localizable.strings:241 +#: Resources/templates/Localizable.strings:260 #, no-wrap msgid "1280x1024x32" msgstr "1280x1024x32" #. type: "1280x1024x32_description" -#: Resources/templates/Localizable.strings:242 +#: Resources/templates/Localizable.strings:261 #, no-wrap msgid "Set Graphics Mode to 1280x1024x32" msgstr "A felbontást a következőre állítja: 1280x1024x32" #. type: "1280x960x32_title" -#: Resources/templates/Localizable.strings:244 +#: Resources/templates/Localizable.strings:263 #, no-wrap msgid "1280x960x32" msgstr "1280x960x32" #. type: "1280x960x32_description" -#: Resources/templates/Localizable.strings:245 +#: Resources/templates/Localizable.strings:264 #, no-wrap msgid "Set Graphics Mode to 1280x960x32" msgstr "A felbontást a következőre állítja: 1280x960x32" #. type: "1366x768x32_title" -#: Resources/templates/Localizable.strings:247 +#: Resources/templates/Localizable.strings:266 #, no-wrap msgid "1366x768x32" msgstr "1366x768x32" #. type: "1366x768x32_description" -#: Resources/templates/Localizable.strings:248 +#: Resources/templates/Localizable.strings:267 #, no-wrap msgid "Set Graphics Mode to 1366x768x32" msgstr "A felbontást a következőre állítja: 1366x768x32" #. type: "1440x900x32_title" -#: Resources/templates/Localizable.strings:250 +#: Resources/templates/Localizable.strings:269 #, no-wrap msgid "1440x900x32" msgstr "1440x900x32" #. type: "1440x900x32_description" -#: Resources/templates/Localizable.strings:251 +#: Resources/templates/Localizable.strings:270 #, no-wrap msgid "Set Graphics Mode to 1440x900x32" msgstr "A felbontást a következőre állítja: 1440x900x32" #. type: "1600x900x32_title" -#: Resources/templates/Localizable.strings:253 +#: Resources/templates/Localizable.strings:272 #, no-wrap msgid "1600x900x32" msgstr "1600x900x32" #. type: "1600x900x32_description" -#: Resources/templates/Localizable.strings:254 +#: Resources/templates/Localizable.strings:273 #, no-wrap msgid "Set Graphics Mode to 1600x900x32" msgstr "A felbontást a következőre állítja: 1600x900x32" #. type: "1600x1200x32_title" -#: Resources/templates/Localizable.strings:256 +#: Resources/templates/Localizable.strings:275 #, no-wrap msgid "1600x1200x32" msgstr "1600x1200x32" #. type: "1600x1200x32_description" -#: Resources/templates/Localizable.strings:257 +#: Resources/templates/Localizable.strings:276 #, no-wrap msgid "Set Graphics Mode to 1600x1200x32" msgstr "A felbontást a következőre állítja: 1600x1200x32" #. type: "1680x1050x32_title" -#: Resources/templates/Localizable.strings:259 +#: Resources/templates/Localizable.strings:278 #, no-wrap msgid "1680x1050x32" msgstr "1680x1050x32" #. type: "1680x1050x32_description" -#: Resources/templates/Localizable.strings:260 +#: Resources/templates/Localizable.strings:279 #, no-wrap msgid "Set Graphics Mode to 1680x1050x32" msgstr "A felbontást a következőre állítja: 1680x1050x32" #. type: "1920x1080x32_title" -#: Resources/templates/Localizable.strings:262 +#: Resources/templates/Localizable.strings:281 #, no-wrap msgid "1920x1080x32" msgstr "1920x1080x32" #. type: "1920x1080x32_description" -#: Resources/templates/Localizable.strings:263 +#: Resources/templates/Localizable.strings:282 #, no-wrap msgid "Set Graphics Mode to 1920x1080x32" msgstr "A felbontást a következőre állítja: 1920x1080x32" #. type: "1920x1200x32_title" -#: Resources/templates/Localizable.strings:265 +#: Resources/templates/Localizable.strings:284 #, no-wrap msgid "1920x1200x32" msgstr "1920x1200x32" #. type: "1920x1200x32_description" -#: Resources/templates/Localizable.strings:266 +#: Resources/templates/Localizable.strings:285 #, no-wrap msgid "Set Graphics Mode to 1920x1200x32" msgstr "A felbontást a következőre állítja: 1920x1200x32" #. type: "HDAULayoutIDx01_title" -#: Resources/templates/Localizable.strings:270 -#: Resources/templates/Localizable.strings:376 +#: Resources/templates/Localizable.strings:289 +#: Resources/templates/Localizable.strings:395 #, no-wrap msgid "LayoutID=1" msgstr "LayoutID=1" #. type: "HDEFLayoutIDx01_description" -#: Resources/templates/Localizable.strings:271 +#: Resources/templates/Localizable.strings:290 #, no-wrap msgid "" "Set HDEF layout-it to 1:\n" @@ -1156,14 +1220,14 @@ msgstr "" #. type: "HDAULayoutIDx02_title" -#: Resources/templates/Localizable.strings:274 -#: Resources/templates/Localizable.strings:380 +#: Resources/templates/Localizable.strings:293 +#: Resources/templates/Localizable.strings:399 #, no-wrap msgid "LayoutID=2" msgstr "LayoutID=2" #. type: "HDEFLayoutIDx02_description" -#: Resources/templates/Localizable.strings:275 +#: Resources/templates/Localizable.strings:294 #, no-wrap msgid "" "Set HDEF layout-it to 2:\n" @@ -1171,14 +1235,14 @@ msgstr "" #. type: "HDAULayoutIDx03_title" -#: Resources/templates/Localizable.strings:278 -#: Resources/templates/Localizable.strings:384 +#: Resources/templates/Localizable.strings:297 +#: Resources/templates/Localizable.strings:403 #, no-wrap msgid "LayoutID=3" msgstr "LayoutID=3" #. type: "HDEFLayoutIDx03_description" -#: Resources/templates/Localizable.strings:279 +#: Resources/templates/Localizable.strings:298 #, no-wrap msgid "" "Set HDEF layout-it to 3:\n" @@ -1186,14 +1250,14 @@ msgstr "" #. type: "HDAULayoutIDx05_title" -#: Resources/templates/Localizable.strings:282 -#: Resources/templates/Localizable.strings:388 +#: Resources/templates/Localizable.strings:301 +#: Resources/templates/Localizable.strings:407 #, no-wrap msgid "LayoutID=5" msgstr "LayoutID=5" #. type: "HDEFLayoutIDx05_description" -#: Resources/templates/Localizable.strings:283 +#: Resources/templates/Localizable.strings:302 #, no-wrap msgid "" "Set HDEF layout-it to 5:\n" @@ -1201,14 +1265,14 @@ msgstr "" #. type: "HDAULayoutIDx07_title" -#: Resources/templates/Localizable.strings:286 -#: Resources/templates/Localizable.strings:392 +#: Resources/templates/Localizable.strings:305 +#: Resources/templates/Localizable.strings:411 #, no-wrap msgid "LayoutID=7" msgstr "LayoutID=7" #. type: "HDEFLayoutIDx07_description" -#: Resources/templates/Localizable.strings:287 +#: Resources/templates/Localizable.strings:306 #, no-wrap msgid "" "Set HDEF layout-it to 7:\n" @@ -1216,14 +1280,14 @@ msgstr "" #. type: "HDAULayoutIDx12_title" -#: Resources/templates/Localizable.strings:290 -#: Resources/templates/Localizable.strings:396 +#: Resources/templates/Localizable.strings:309 +#: Resources/templates/Localizable.strings:415 #, no-wrap msgid "LayoutID=12" msgstr "LayoutID=12" #. type: "HDEFLayoutIDx12_description" -#: Resources/templates/Localizable.strings:291 +#: Resources/templates/Localizable.strings:310 #, no-wrap msgid "" "Set HDEF layout-it to 12:\n" @@ -1231,14 +1295,14 @@ msgstr "" #. type: "HDAULayoutIDx32_title" -#: Resources/templates/Localizable.strings:294 -#: Resources/templates/Localizable.strings:400 +#: Resources/templates/Localizable.strings:313 +#: Resources/templates/Localizable.strings:419 #, no-wrap msgid "LayoutID=32" msgstr "LayoutID=32" #. type: "HDEFLayoutIDx32_description" -#: Resources/templates/Localizable.strings:295 +#: Resources/templates/Localizable.strings:314 #, no-wrap msgid "" "Set HDEF layout-it to 32:\n" @@ -1246,14 +1310,14 @@ msgstr "" #. type: "HDAULayoutIDx40_title" -#: Resources/templates/Localizable.strings:298 -#: Resources/templates/Localizable.strings:404 +#: Resources/templates/Localizable.strings:317 +#: Resources/templates/Localizable.strings:423 #, no-wrap msgid "LayoutID=40" msgstr "LayoutID=40" #. type: "HDEFLayoutIDx40_description" -#: Resources/templates/Localizable.strings:299 +#: Resources/templates/Localizable.strings:318 #, no-wrap msgid "" "Set HDEF layout-it to 40:\n" @@ -1261,14 +1325,14 @@ msgstr "" #. type: "HDAULayoutIDx65_title" -#: Resources/templates/Localizable.strings:302 -#: Resources/templates/Localizable.strings:408 +#: Resources/templates/Localizable.strings:321 +#: Resources/templates/Localizable.strings:427 #, no-wrap msgid "LayoutID=65" msgstr "LayoutID=65" #. type: "HDEFLayoutIDx65_description" -#: Resources/templates/Localizable.strings:303 +#: Resources/templates/Localizable.strings:322 #, no-wrap msgid "" "Set HDEF layout-it to 65:\n" @@ -1276,14 +1340,14 @@ msgstr "" #. type: "HDAULayoutIDx99_title" -#: Resources/templates/Localizable.strings:306 -#: Resources/templates/Localizable.strings:412 +#: Resources/templates/Localizable.strings:325 +#: Resources/templates/Localizable.strings:431 #, no-wrap msgid "LayoutID=99" msgstr "LayoutID=99" #. type: "HDEFLayoutIDx99_description" -#: Resources/templates/Localizable.strings:307 +#: Resources/templates/Localizable.strings:326 #, no-wrap msgid "" "Set HDEF layout-it to 99:\n" @@ -1291,14 +1355,14 @@ msgstr "" #. type: "HDAULayoutIDx269_title" -#: Resources/templates/Localizable.strings:310 -#: Resources/templates/Localizable.strings:416 +#: Resources/templates/Localizable.strings:329 +#: Resources/templates/Localizable.strings:435 #, no-wrap msgid "LayoutID=269" msgstr "LayoutID=269" #. type: "HDEFLayoutIDx269_description" -#: Resources/templates/Localizable.strings:311 +#: Resources/templates/Localizable.strings:330 #, no-wrap msgid "" "Set HDEF layout-it to 269:\n" @@ -1306,14 +1370,14 @@ msgstr "" #. type: "HDAULayoutIDx387_title" -#: Resources/templates/Localizable.strings:314 -#: Resources/templates/Localizable.strings:420 +#: Resources/templates/Localizable.strings:333 +#: Resources/templates/Localizable.strings:439 #, no-wrap msgid "LayoutID=387" msgstr "LayoutID=387" #. type: "HDEFLayoutIDx387_description" -#: Resources/templates/Localizable.strings:315 +#: Resources/templates/Localizable.strings:334 #, no-wrap msgid "" "Set HDEF layout-it to 387:\n" @@ -1321,14 +1385,14 @@ msgstr "" #. type: "HDAULayoutIDx388_title" -#: Resources/templates/Localizable.strings:318 -#: Resources/templates/Localizable.strings:424 +#: Resources/templates/Localizable.strings:337 +#: Resources/templates/Localizable.strings:443 #, no-wrap msgid "LayoutID=388" msgstr "LayoutID=388" #. type: "HDEFLayoutIDx388_description" -#: Resources/templates/Localizable.strings:319 +#: Resources/templates/Localizable.strings:338 #, no-wrap msgid "" "Set HDEF layout-it to 388:\n" @@ -1336,14 +1400,14 @@ msgstr "" #. type: "HDAULayoutIDx389_title" -#: Resources/templates/Localizable.strings:322 -#: Resources/templates/Localizable.strings:428 +#: Resources/templates/Localizable.strings:341 +#: Resources/templates/Localizable.strings:447 #, no-wrap msgid "LayoutID=389" msgstr "LayoutID=389" #. type: "HDEFLayoutIDx389_description" -#: Resources/templates/Localizable.strings:323 +#: Resources/templates/Localizable.strings:342 #, no-wrap msgid "" "Set HDEF layout-it to 389:\n" @@ -1351,14 +1415,14 @@ msgstr "" #. type: "HDAULayoutIDx392_title" -#: Resources/templates/Localizable.strings:326 -#: Resources/templates/Localizable.strings:432 +#: Resources/templates/Localizable.strings:345 +#: Resources/templates/Localizable.strings:451 #, no-wrap msgid "LayoutID=392" msgstr "LayoutID=392" #. type: "HDEFLayoutIDx392_description" -#: Resources/templates/Localizable.strings:327 +#: Resources/templates/Localizable.strings:346 #, no-wrap msgid "" "Set HDEF layout-it to 392:\n" @@ -1366,14 +1430,14 @@ msgstr "" #. type: "HDAULayoutIDx398_title" -#: Resources/templates/Localizable.strings:330 -#: Resources/templates/Localizable.strings:436 +#: Resources/templates/Localizable.strings:349 +#: Resources/templates/Localizable.strings:455 #, no-wrap msgid "LayoutID=398" msgstr "LayoutID=398" #. type: "HDEFLayoutIDx398_description" -#: Resources/templates/Localizable.strings:331 +#: Resources/templates/Localizable.strings:350 #, no-wrap msgid "" "Set HDEF layout-it to 398:\n" @@ -1381,14 +1445,14 @@ msgstr "" #. type: "HDAULayoutIDx662_title" -#: Resources/templates/Localizable.strings:334 -#: Resources/templates/Localizable.strings:440 +#: Resources/templates/Localizable.strings:353 +#: Resources/templates/Localizable.strings:459 #, no-wrap msgid "LayoutID=662" msgstr "LayoutID=662" #. type: "HDEFLayoutIDx662_description" -#: Resources/templates/Localizable.strings:335 +#: Resources/templates/Localizable.strings:354 #, no-wrap msgid "" "Set HDEF layout-it to 662:\n" @@ -1396,14 +1460,14 @@ msgstr "" #. type: "HDAULayoutIDx663_title" -#: Resources/templates/Localizable.strings:338 -#: Resources/templates/Localizable.strings:444 +#: Resources/templates/Localizable.strings:357 +#: Resources/templates/Localizable.strings:463 #, no-wrap msgid "LayoutID=663" msgstr "LayoutID=663" #. type: "HDEFLayoutIDx663_description" -#: Resources/templates/Localizable.strings:339 +#: Resources/templates/Localizable.strings:358 #, no-wrap msgid "" "Set HDEF layout-it to 663:\n" @@ -1411,14 +1475,14 @@ msgstr "" #. type: "HDAULayoutIDx664_title" -#: Resources/templates/Localizable.strings:342 -#: Resources/templates/Localizable.strings:448 +#: Resources/templates/Localizable.strings:361 +#: Resources/templates/Localizable.strings:467 #, no-wrap msgid "LayoutID=664" msgstr "LayoutID=664" #. type: "HDEFLayoutIDx664_description" -#: Resources/templates/Localizable.strings:343 +#: Resources/templates/Localizable.strings:362 #, no-wrap msgid "" "Set HDEF layout-it to 664:\n" @@ -1426,14 +1490,14 @@ msgstr "" #. type: "HDAULayoutIDx885_title" -#: Resources/templates/Localizable.strings:346 -#: Resources/templates/Localizable.strings:452 +#: Resources/templates/Localizable.strings:365 +#: Resources/templates/Localizable.strings:471 #, no-wrap msgid "LayoutID=885" msgstr "LayoutID=885" #. type: "HDEFLayoutIDx885_description" -#: Resources/templates/Localizable.strings:347 +#: Resources/templates/Localizable.strings:366 #, no-wrap msgid "" "Set HDEF layout-it to 885:\n" @@ -1441,14 +1505,14 @@ msgstr "" #. type: "HDAULayoutIDx887_title" -#: Resources/templates/Localizable.strings:350 -#: Resources/templates/Localizable.strings:456 +#: Resources/templates/Localizable.strings:369 +#: Resources/templates/Localizable.strings:475 #, no-wrap msgid "LayoutID=887" msgstr "LayoutID=887" #. type: "HDEFLayoutIDx887_description" -#: Resources/templates/Localizable.strings:351 +#: Resources/templates/Localizable.strings:370 #, no-wrap msgid "" "Set HDEF layout-it to 887:\n" @@ -1456,14 +1520,14 @@ msgstr "" #. type: "HDAULayoutIDx888_title" -#: Resources/templates/Localizable.strings:354 -#: Resources/templates/Localizable.strings:460 +#: Resources/templates/Localizable.strings:373 +#: Resources/templates/Localizable.strings:479 #, no-wrap msgid "LayoutID=888" msgstr "LayoutID=888" #. type: "HDEFLayoutIDx888_description" -#: Resources/templates/Localizable.strings:355 +#: Resources/templates/Localizable.strings:374 #, no-wrap msgid "" "Set HDEF layout-it to 888:\n" @@ -1471,14 +1535,14 @@ msgstr "" #. type: "HDAULayoutIDx889_title" -#: Resources/templates/Localizable.strings:358 -#: Resources/templates/Localizable.strings:464 +#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:483 #, no-wrap msgid "LayoutID=889" msgstr "LayoutID=889" #. type: "HDEFLayoutIDx889_description" -#: Resources/templates/Localizable.strings:359 +#: Resources/templates/Localizable.strings:378 #, no-wrap msgid "" "Set HDEF layout-it to 889:\n" @@ -1486,14 +1550,14 @@ msgstr "" #. type: "HDAULayoutIDx892_title" -#: Resources/templates/Localizable.strings:362 -#: Resources/templates/Localizable.strings:468 +#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:487 #, no-wrap msgid "LayoutID=892" msgstr "LayoutID=892" #. type: "HDEFLayoutIDx892_description" -#: Resources/templates/Localizable.strings:363 +#: Resources/templates/Localizable.strings:382 #, no-wrap msgid "" "Set HDEF layout-it to 892:\n" @@ -1501,14 +1565,14 @@ msgstr "" #. type: "HDAULayoutIDx898_title" -#: Resources/templates/Localizable.strings:366 -#: Resources/templates/Localizable.strings:472 +#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:491 #, no-wrap msgid "LayoutID=898" msgstr "LayoutID=898" #. type: "HDEFLayoutIDx898_description" -#: Resources/templates/Localizable.strings:367 +#: Resources/templates/Localizable.strings:386 #, no-wrap msgid "" "Set HDEF layout-it to 898:\n" @@ -1516,14 +1580,14 @@ msgstr "" #. type: "HDAULayoutIDxBD7_title" -#: Resources/templates/Localizable.strings:370 -#: Resources/templates/Localizable.strings:476 +#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:495 #, no-wrap msgid "LayoutID=1981" msgstr "LayoutID=1981" #. type: "HDEFLayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:371 +#: Resources/templates/Localizable.strings:390 #, no-wrap msgid "" "Set HDEF layout-it to 1981:\n" @@ -1531,7 +1595,7 @@ msgstr "" #. type: "HDAULayoutIDx01_description" -#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:396 #, no-wrap msgid "" "Set HDAU layout-it to 1:\n" @@ -1539,7 +1603,7 @@ msgstr "" #. type: "HDAULayoutIDx02_description" -#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:400 #, no-wrap msgid "" "Set HDAU layout-it to 2:\n" @@ -1547,7 +1611,7 @@ msgstr "" #. type: "HDAULayoutIDx03_description" -#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:404 #, no-wrap msgid "" "Set HDAU layout-it to 3:\n" @@ -1555,7 +1619,7 @@ msgstr "" #. type: "HDAULayoutIDx05_description" -#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:408 #, no-wrap msgid "" "Set HDAU layout-it to 5:\n" @@ -1563,7 +1627,7 @@ msgstr "" #. type: "HDAULayoutIDx07_description" -#: Resources/templates/Localizable.strings:393 +#: Resources/templates/Localizable.strings:412 #, no-wrap msgid "" "Set HDAU layout-it to 7:\n" @@ -1571,7 +1635,7 @@ msgstr "" #. type: "HDAULayoutIDx12_description" -#: Resources/templates/Localizable.strings:397 +#: Resources/templates/Localizable.strings:416 #, no-wrap msgid "" "Set HDAU layout-it to 12:\n" @@ -1579,7 +1643,7 @@ msgstr "" #. type: "HDAULayoutIDx32_description" -#: Resources/templates/Localizable.strings:401 +#: Resources/templates/Localizable.strings:420 #, no-wrap msgid "" "Set HDAU layout-it to 32:\n" @@ -1587,7 +1651,7 @@ msgstr "" #. type: "HDAULayoutIDx40_description" -#: Resources/templates/Localizable.strings:405 +#: Resources/templates/Localizable.strings:424 #, no-wrap msgid "" "Set HDAU layout-it to 40:\n" @@ -1595,7 +1659,7 @@ msgstr "" #. type: "HDAULayoutIDx65_description" -#: Resources/templates/Localizable.strings:409 +#: Resources/templates/Localizable.strings:428 #, no-wrap msgid "" "Set HDAU layout-it to 65:\n" @@ -1603,7 +1667,7 @@ msgstr "" #. type: "HDAULayoutIDx99_description" -#: Resources/templates/Localizable.strings:413 +#: Resources/templates/Localizable.strings:432 #, no-wrap msgid "" "Set HDAU layout-it to 99:\n" @@ -1611,7 +1675,7 @@ msgstr "" #. type: "HDAULayoutIDx269_description" -#: Resources/templates/Localizable.strings:417 +#: Resources/templates/Localizable.strings:436 #, no-wrap msgid "" "Set HDAU layout-it to 269:\n" @@ -1619,7 +1683,7 @@ msgstr "" #. type: "HDAULayoutIDx387_description" -#: Resources/templates/Localizable.strings:421 +#: Resources/templates/Localizable.strings:440 #, no-wrap msgid "" "Set HDAU layout-it to 387:\n" @@ -1627,7 +1691,7 @@ msgstr "" #. type: "HDAULayoutIDx388_description" -#: Resources/templates/Localizable.strings:425 +#: Resources/templates/Localizable.strings:444 #, no-wrap msgid "" "Set HDAU layout-it to 388:\n" @@ -1635,7 +1699,7 @@ msgstr "" #. type: "HDAULayoutIDx389_description" -#: Resources/templates/Localizable.strings:429 +#: Resources/templates/Localizable.strings:448 #, no-wrap msgid "" "Set HDAU layout-it to 389:\n" @@ -1643,7 +1707,7 @@ msgstr "" #. type: "HDAULayoutIDx392_description" -#: Resources/templates/Localizable.strings:433 +#: Resources/templates/Localizable.strings:452 #, no-wrap msgid "" "Set HDAU layout-it to 392:\n" @@ -1651,7 +1715,7 @@ msgstr "" #. type: "HDAULayoutIDx398_description" -#: Resources/templates/Localizable.strings:437 +#: Resources/templates/Localizable.strings:456 #, no-wrap msgid "" "Set HDAU layout-it to 398:\n" @@ -1659,7 +1723,7 @@ msgstr "" #. type: "HDAULayoutIDx662_description" -#: Resources/templates/Localizable.strings:441 +#: Resources/templates/Localizable.strings:460 #, no-wrap msgid "" "Set HDAU layout-it to 662:\n" @@ -1667,7 +1731,7 @@ msgstr "" #. type: "HDAULayoutIDx663_description" -#: Resources/templates/Localizable.strings:445 +#: Resources/templates/Localizable.strings:464 #, no-wrap msgid "" "Set HDAU layout-it to 663:\n" @@ -1675,7 +1739,7 @@ msgstr "" #. type: "HDAULayoutIDx664_description" -#: Resources/templates/Localizable.strings:449 +#: Resources/templates/Localizable.strings:468 #, no-wrap msgid "" "Set HDAU layout-it to 664:\n" @@ -1683,7 +1747,7 @@ msgstr "" #. type: "HDAULayoutIDx885_description" -#: Resources/templates/Localizable.strings:453 +#: Resources/templates/Localizable.strings:472 #, no-wrap msgid "" "Set HDAU layout-it to 885:\n" @@ -1691,7 +1755,7 @@ msgstr "" #. type: "HDAULayoutIDx887_description" -#: Resources/templates/Localizable.strings:457 +#: Resources/templates/Localizable.strings:476 #, no-wrap msgid "" "Set HDAU layout-it to 887:\n" @@ -1699,7 +1763,7 @@ msgstr "" #. type: "HDAULayoutIDx888_description" -#: Resources/templates/Localizable.strings:461 +#: Resources/templates/Localizable.strings:480 #, no-wrap msgid "" "Set HDAU layout-it to 888:\n" @@ -1707,7 +1771,7 @@ msgstr "" #. type: "HDAULayoutIDx889_description" -#: Resources/templates/Localizable.strings:465 +#: Resources/templates/Localizable.strings:484 #, no-wrap msgid "" "Set HDAU layout-it to 889:\n" @@ -1715,7 +1779,7 @@ msgstr "" #. type: "HDAULayoutIDx892_description" -#: Resources/templates/Localizable.strings:469 +#: Resources/templates/Localizable.strings:488 #, no-wrap msgid "" "Set HDAU layout-it to 892:\n" @@ -1723,7 +1787,7 @@ msgstr "" #. type: "HDAULayoutIDx898_description" -#: Resources/templates/Localizable.strings:473 +#: Resources/templates/Localizable.strings:492 #, no-wrap msgid "" "Set HDAU layout-it to 898:\n" @@ -1731,7 +1795,7 @@ msgstr "" #. type: "HDAULayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:477 +#: Resources/templates/Localizable.strings:496 #, no-wrap msgid "" "Set HDAU layout-it to 1981:\n" @@ -1739,625 +1803,625 @@ msgstr "" #. type: "IntelCaprix00_title" -#: Resources/templates/Localizable.strings:482 +#: Resources/templates/Localizable.strings:501 #, no-wrap msgid "01660000" msgstr "01660000" #. type: "IntelCaprix00_description" -#: Resources/templates/Localizable.strings:483 +#: Resources/templates/Localizable.strings:502 #, no-wrap msgid "Set 01660000 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix01_title" -#: Resources/templates/Localizable.strings:485 +#: Resources/templates/Localizable.strings:504 #, no-wrap msgid "01660001" msgstr "01660001" #. type: "IntelCaprix01_description" -#: Resources/templates/Localizable.strings:486 +#: Resources/templates/Localizable.strings:505 #, no-wrap msgid "Set 01660001 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix02_title" -#: Resources/templates/Localizable.strings:488 +#: Resources/templates/Localizable.strings:507 #, no-wrap msgid "01660002" msgstr "01660002" #. type: "IntelCaprix02_description" -#: Resources/templates/Localizable.strings:489 +#: Resources/templates/Localizable.strings:508 #, no-wrap msgid "Set 01660002 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix03_title" -#: Resources/templates/Localizable.strings:491 +#: Resources/templates/Localizable.strings:510 #, no-wrap msgid "01660003" msgstr "01660003" #. type: "IntelCaprix03_description" -#: Resources/templates/Localizable.strings:492 +#: Resources/templates/Localizable.strings:511 #, no-wrap msgid "Set 01660003 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix04_title" -#: Resources/templates/Localizable.strings:494 +#: Resources/templates/Localizable.strings:513 #, no-wrap msgid "01660004" msgstr "01660004" #. type: "IntelCaprix04_description" -#: Resources/templates/Localizable.strings:495 +#: Resources/templates/Localizable.strings:514 #, no-wrap msgid "Set 01660004 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix05_title" -#: Resources/templates/Localizable.strings:497 +#: Resources/templates/Localizable.strings:516 #, no-wrap msgid "01620005" msgstr "01620005" #. type: "IntelCaprix05_description" -#: Resources/templates/Localizable.strings:498 +#: Resources/templates/Localizable.strings:517 #, no-wrap msgid "Set 01620005 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix06_title" -#: Resources/templates/Localizable.strings:500 +#: Resources/templates/Localizable.strings:519 #, no-wrap msgid "01620006" msgstr "01620006" #. type: "IntelCaprix06_description" -#: Resources/templates/Localizable.strings:501 +#: Resources/templates/Localizable.strings:520 #, no-wrap msgid "Set 01620006 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix07_title" -#: Resources/templates/Localizable.strings:503 +#: Resources/templates/Localizable.strings:522 #, no-wrap msgid "01620007" msgstr "01620007" #. type: "IntelCaprix07_description" -#: Resources/templates/Localizable.strings:504 +#: Resources/templates/Localizable.strings:523 #, no-wrap msgid "Set 01620007 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix08_title" -#: Resources/templates/Localizable.strings:506 +#: Resources/templates/Localizable.strings:525 #, no-wrap msgid "01660008" msgstr "01660008" #. type: "IntelCaprix08_description" -#: Resources/templates/Localizable.strings:507 +#: Resources/templates/Localizable.strings:526 #, no-wrap msgid "Set 01660008 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix09_title" -#: Resources/templates/Localizable.strings:509 +#: Resources/templates/Localizable.strings:528 #, no-wrap msgid "01660009" msgstr "01660009" #. type: "IntelCaprix09_description" -#: Resources/templates/Localizable.strings:510 +#: Resources/templates/Localizable.strings:529 #, no-wrap msgid "Set 01660009 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix10_title" -#: Resources/templates/Localizable.strings:512 +#: Resources/templates/Localizable.strings:531 #, no-wrap msgid "0166000a" msgstr "0166000a" #. type: "IntelCaprix10_description" -#: Resources/templates/Localizable.strings:513 +#: Resources/templates/Localizable.strings:532 #, no-wrap msgid "Set 0166000a for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix11_title" -#: Resources/templates/Localizable.strings:515 +#: Resources/templates/Localizable.strings:534 #, no-wrap msgid "0166000b" msgstr "0166000b" #. type: "IntelCaprix11_description" -#: Resources/templates/Localizable.strings:516 +#: Resources/templates/Localizable.strings:535 #, no-wrap msgid "Set 0166000b for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelAzulx00_title" -#: Resources/templates/Localizable.strings:520 +#: Resources/templates/Localizable.strings:539 #, no-wrap msgid "00000604" msgstr "00000604" #. type: "IntelAzulx00_description" -#: Resources/templates/Localizable.strings:521 +#: Resources/templates/Localizable.strings:540 #, no-wrap msgid "Set 00000604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx01_title" -#: Resources/templates/Localizable.strings:523 +#: Resources/templates/Localizable.strings:542 #, no-wrap msgid "0000060c" msgstr "0000060c" #. type: "IntelAzulx01_description" -#: Resources/templates/Localizable.strings:524 +#: Resources/templates/Localizable.strings:543 #, no-wrap msgid "Set 0000060c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx02_title" -#: Resources/templates/Localizable.strings:526 +#: Resources/templates/Localizable.strings:545 #, no-wrap msgid "00001604" msgstr "00001604" #. type: "IntelAzulx02_description" -#: Resources/templates/Localizable.strings:527 +#: Resources/templates/Localizable.strings:546 #, no-wrap msgid "Set 00001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx03_title" -#: Resources/templates/Localizable.strings:529 +#: Resources/templates/Localizable.strings:548 #, no-wrap msgid "0000160a" msgstr "0000160a" #. type: "IntelAzulx03_description" -#: Resources/templates/Localizable.strings:530 +#: Resources/templates/Localizable.strings:549 #, no-wrap msgid "Set 0000160a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx04_title" -#: Resources/templates/Localizable.strings:532 +#: Resources/templates/Localizable.strings:551 #, no-wrap msgid "0000160c" msgstr "0000160c" #. type: "IntelAzulx04_description" -#: Resources/templates/Localizable.strings:533 +#: Resources/templates/Localizable.strings:552 #, no-wrap msgid "Set 0000160c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx05_title" -#: Resources/templates/Localizable.strings:535 +#: Resources/templates/Localizable.strings:554 #, no-wrap msgid "00002604" msgstr "00002604" #. type: "IntelAzulx05_description" -#: Resources/templates/Localizable.strings:536 +#: Resources/templates/Localizable.strings:555 #, no-wrap msgid "Set 00002604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx06_title" -#: Resources/templates/Localizable.strings:538 +#: Resources/templates/Localizable.strings:557 #, no-wrap msgid "0000260a" msgstr "0000260a" #. type: "IntelAzulx06_description" -#: Resources/templates/Localizable.strings:539 +#: Resources/templates/Localizable.strings:558 #, no-wrap msgid "Set 0000260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx07_title" -#: Resources/templates/Localizable.strings:541 +#: Resources/templates/Localizable.strings:560 #, no-wrap msgid "0000260c" msgstr "0000260c" #. type: "IntelAzulx07_description" -#: Resources/templates/Localizable.strings:542 +#: Resources/templates/Localizable.strings:561 #, no-wrap msgid "Set 0600260c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx08_title" -#: Resources/templates/Localizable.strings:544 +#: Resources/templates/Localizable.strings:563 #, no-wrap msgid "0000260d" msgstr "0000260d" #. type: "IntelAzulx08_description" -#: Resources/templates/Localizable.strings:545 +#: Resources/templates/Localizable.strings:564 #, no-wrap msgid "Set 0000260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx09_title" -#: Resources/templates/Localizable.strings:547 +#: Resources/templates/Localizable.strings:566 #, no-wrap msgid "02001604" msgstr "02001604" #. type: "IntelAzulx09_description" -#: Resources/templates/Localizable.strings:548 +#: Resources/templates/Localizable.strings:567 #, no-wrap msgid "Set 02001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx10_title" -#: Resources/templates/Localizable.strings:550 +#: Resources/templates/Localizable.strings:569 #, no-wrap msgid "0300220d" msgstr "0300220d" #. type: "IntelAzulx10_description" -#: Resources/templates/Localizable.strings:551 +#: Resources/templates/Localizable.strings:570 #, no-wrap msgid "Set 0300220d for Intel Haswell (Desktop) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx11_title" -#: Resources/templates/Localizable.strings:553 +#: Resources/templates/Localizable.strings:572 #, no-wrap msgid "0500260a" msgstr "0500260a" #. type: "IntelAzulx11_description" -#: Resources/templates/Localizable.strings:554 +#: Resources/templates/Localizable.strings:573 #, no-wrap msgid "Set 0500260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx12_title" -#: Resources/templates/Localizable.strings:556 +#: Resources/templates/Localizable.strings:575 #, no-wrap msgid "0600260a" msgstr "0600260a" #. type: "IntelAzulx12_description" -#: Resources/templates/Localizable.strings:557 +#: Resources/templates/Localizable.strings:576 #, no-wrap msgid "Set 0600260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx13_title" -#: Resources/templates/Localizable.strings:559 +#: Resources/templates/Localizable.strings:578 #, no-wrap msgid "0700260d" msgstr "0700260d" #. type: "IntelAzulx13_description" -#: Resources/templates/Localizable.strings:560 +#: Resources/templates/Localizable.strings:579 #, no-wrap msgid "Set 0700260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx14_title" -#: Resources/templates/Localizable.strings:562 +#: Resources/templates/Localizable.strings:581 #, no-wrap msgid "0800260a" msgstr "0800260a" #. type: "IntelAzulx14_description" -#: Resources/templates/Localizable.strings:563 +#: Resources/templates/Localizable.strings:582 #, no-wrap msgid "Set 0800260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx15_title" -#: Resources/templates/Localizable.strings:565 +#: Resources/templates/Localizable.strings:584 #, no-wrap msgid "08002e0a" msgstr "08002e0a" #. type: "IntelAzulx15_description" -#: Resources/templates/Localizable.strings:566 +#: Resources/templates/Localizable.strings:585 #, no-wrap msgid "Set 08002e0a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "AD2000B_PinConf_title" -#: Resources/templates/Localizable.strings:570 +#: Resources/templates/Localizable.strings:589 #, no-wrap msgid "AD2000b" msgstr "AD2000b" #. type: "AD2000B_PinConf_description" -#: Resources/templates/Localizable.strings:571 +#: Resources/templates/Localizable.strings:590 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD2000b." msgstr "" #. type: "AD1981HD_PinConf_title" -#: Resources/templates/Localizable.strings:573 +#: Resources/templates/Localizable.strings:592 #, no-wrap msgid "AD1981HD" msgstr "AD1981HD" #. type: "AD1981HD_PinConf_description" -#: Resources/templates/Localizable.strings:574 +#: Resources/templates/Localizable.strings:593 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1981HD." msgstr "" #. type: "AD1988B_PinConf_title" -#: Resources/templates/Localizable.strings:576 +#: Resources/templates/Localizable.strings:595 #, no-wrap msgid "AD1988b" msgstr "AD1988b" #. type: "AD1988B_PinConf_description" -#: Resources/templates/Localizable.strings:577 +#: Resources/templates/Localizable.strings:596 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1988b." msgstr "" #. type: "ALC888_PinConf_title" -#: Resources/templates/Localizable.strings:579 +#: Resources/templates/Localizable.strings:598 #, no-wrap msgid "ALC888" msgstr "ALC888" #. type: "ALC888_PinConf_description" -#: Resources/templates/Localizable.strings:580 +#: Resources/templates/Localizable.strings:599 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC888." msgstr "" #. type: "ALC1200_PinConf_title" -#: Resources/templates/Localizable.strings:582 +#: Resources/templates/Localizable.strings:601 #, no-wrap msgid "ALC1200" msgstr "ALC1200" #. type: "ALC1200_PinConf_description" -#: Resources/templates/Localizable.strings:583 +#: Resources/templates/Localizable.strings:602 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC1200." msgstr "" #. type: "00_PinConf_title" -#: Resources/templates/Localizable.strings:585 +#: Resources/templates/Localizable.strings:604 #, no-wrap msgid "00" msgstr "00" #. type: "00_PinConf_description" -#: Resources/templates/Localizable.strings:586 +#: Resources/templates/Localizable.strings:605 #, no-wrap msgid "Set HDEF PinConfiguration for ???." msgstr "" #. type: "GraphicsEnabler_title" -#: Resources/templates/Localizable.strings:590 +#: Resources/templates/Localizable.strings:609 #, no-wrap msgid "GraphicsEnabler=Yes" msgstr "GraphicsEnabler=Yes" #. type: "GraphicsEnabler_description" -#: Resources/templates/Localizable.strings:591 +#: Resources/templates/Localizable.strings:610 #, no-wrap msgid "Enables the option to autodetect NVIDIA, AMD/ATI or Intel based GPUs and inject the correct info." msgstr "" #. type: "EnableHDMIAudio_title" -#: Resources/templates/Localizable.strings:593 +#: Resources/templates/Localizable.strings:612 #, no-wrap msgid "EnableHDMIAudio=Yes" msgstr "EnableHDMIAudio=Yes" #. type: "EnableHDMIAudio_description" -#: Resources/templates/Localizable.strings:594 +#: Resources/templates/Localizable.strings:613 #, no-wrap msgid "Inject HDMi audio for NVIDIA or AMD/ATI." msgstr "" #. type: "UseIntelHDMI_title" -#: Resources/templates/Localizable.strings:596 +#: Resources/templates/Localizable.strings:615 #, no-wrap msgid "UseIntelHDMI=Yes" msgstr "UseIntelHDMI=Yes" #. type: "UseIntelHDMI_description" -#: Resources/templates/Localizable.strings:597 +#: Resources/templates/Localizable.strings:616 #, no-wrap msgid "If YES, hda-gfx=onboard-1 will be injected into the GFX0 and HDEF devices. Also, if an ATI or Nvidia HDMI device is present, they'll be assigned to onboard-2. If NO, then ATI or Nvidia devices will get onboard-1 as well as the HDAU device if present." msgstr "" #. type: "UseAtiROM_title" -#: Resources/templates/Localizable.strings:599 +#: Resources/templates/Localizable.strings:618 #, no-wrap msgid "UseAtiROM=Yes" msgstr "UseAtiROM=Yes" #. type: "UseAtiROM_description" -#: Resources/templates/Localizable.strings:600 +#: Resources/templates/Localizable.strings:619 #, no-wrap msgid "Enables UseAtiROM options." msgstr "Engedélyezi a UseAtiROM opciót." #. type: "UseNvidiaROM_title" -#: Resources/templates/Localizable.strings:602 +#: Resources/templates/Localizable.strings:621 #, no-wrap msgid "UseNvidiaROM=Yes" msgstr "UseNvidiaROM=Yes" #. type: "UseNvidiaROM_description" -#: Resources/templates/Localizable.strings:603 +#: Resources/templates/Localizable.strings:622 #, no-wrap msgid "Enables UseNvidiaROM options." msgstr "Engedélyezi a UseNvidiaROM opciót." #. type: "VBIOS_title" -#: Resources/templates/Localizable.strings:605 +#: Resources/templates/Localizable.strings:624 #, no-wrap msgid "VBIOS=Yes" msgstr "VBIOS=Yes" #. type: "VBIOS_description" -#: Resources/templates/Localizable.strings:606 +#: Resources/templates/Localizable.strings:625 #, no-wrap msgid "Enables VBIOS option" msgstr "Engedélyezi a VBIOS opciót." #. type: "SkipIntelGfx_title" -#: Resources/templates/Localizable.strings:608 +#: Resources/templates/Localizable.strings:627 #, no-wrap msgid "SkipIntelGfx=Yes" msgstr "SkipIntelGfx=Yes" #. type: "SkipIntelGfx_description" -#: Resources/templates/Localizable.strings:609 +#: Resources/templates/Localizable.strings:628 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for Intel based GPUs." msgstr "" #. type: "SkipNvidiaGfx_title" -#: Resources/templates/Localizable.strings:611 +#: Resources/templates/Localizable.strings:630 #, no-wrap msgid "SkipNvidiaGfx=Yes" msgstr "SkipNvidiaGfx=Yes" #. type: "SkipNvidiaGfx_description" -#: Resources/templates/Localizable.strings:612 +#: Resources/templates/Localizable.strings:631 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for NVIDIA based GPUs." msgstr "" #. type: "SkipAtiGfx_title" -#: Resources/templates/Localizable.strings:614 +#: Resources/templates/Localizable.strings:633 #, no-wrap msgid "SkipAtiGfx=Yes" msgstr "SkipAtiGfx=Yes" #. type: "SkipAtiGfx_description" -#: Resources/templates/Localizable.strings:615 +#: Resources/templates/Localizable.strings:634 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for AMD/ATI based GPUs." msgstr "" #. type: "EnableBacklight_title" -#: Resources/templates/Localizable.strings:617 +#: Resources/templates/Localizable.strings:636 #, no-wrap msgid "EnableBacklight=Yes" msgstr "EnableBacklight=Yes" #. type: "EnableBacklight_description" -#: Resources/templates/Localizable.strings:618 +#: Resources/templates/Localizable.strings:637 #, no-wrap msgid "Enables Backlight options for laptop with nVidia cards." msgstr "" #. type: "EnableDualLink_title" -#: Resources/templates/Localizable.strings:620 +#: Resources/templates/Localizable.strings:639 #, no-wrap msgid "EnableDualLink=Yes" msgstr "EnableDualLink=Yes" #. type: "EnableDualLink_description" -#: Resources/templates/Localizable.strings:621 +#: Resources/templates/Localizable.strings:640 #, no-wrap msgid "Enables DualLink options for nVidia and ATi cards." msgstr "" #. type: "NvidiaGeneric_title" -#: Resources/templates/Localizable.strings:623 +#: Resources/templates/Localizable.strings:642 #, no-wrap msgid "NvidiaGeneric=Yes" msgstr "NvidiaGeneric=Yes" #. type: "NvidiaGeneric_description" -#: Resources/templates/Localizable.strings:624 +#: Resources/templates/Localizable.strings:643 #, no-wrap msgid "Use the classic Nvidia name for the SystemProfiler (disabled by default)." msgstr "" #. type: "Verbose_title" -#: Resources/templates/Localizable.strings:630 +#: Resources/templates/Localizable.strings:649 #, no-wrap msgid "Verbose Mode" msgstr "Verbose Mode" #. type: "Verbose_description" -#: Resources/templates/Localizable.strings:631 +#: Resources/templates/Localizable.strings:650 #, no-wrap msgid "Turns on verbose logging and allows you to see messages from both Chameleon and the OS X kernel at boot time. Essential for troubleshooting." msgstr "A rendszert az alma logó helyett, karakteres módban indítja így figyelemmel kísérheted a rendszer betöltődését. Hibaelhárításnál hasznos." #. type: "Singleusermode_title" -#: Resources/templates/Localizable.strings:633 +#: Resources/templates/Localizable.strings:652 #, no-wrap msgid "Single User Mode" msgstr "Single User mód" #. type: "Singleusermode_description" -#: Resources/templates/Localizable.strings:634 +#: Resources/templates/Localizable.strings:653 #, no-wrap msgid "A troubleshooting option used for booting into OS X's BSD/Unix command line." msgstr "A rendszert parancssoros módban indítja." #. type: "Ignorecaches_title" -#: Resources/templates/Localizable.strings:636 +#: Resources/templates/Localizable.strings:655 #, no-wrap msgid "Ignore Caches" msgstr "Gyorsítótárak kihagyása" #. type: "Ignorecaches_description" -#: Resources/templates/Localizable.strings:637 +#: Resources/templates/Localizable.strings:656 #, no-wrap msgid "Not an option that's needed for everyday booting, but it can be useful if you want OS X to load all files from it's system folders, rather than relying on it's pre-built caches." msgstr "Ez egy nem mindennaposan használandó mód. A rendszer az összes rendszerfájlt úrjatölti. Akkor használd ha a géped nem indulna megfelelően." #. type: "Npci_title" -#: Resources/templates/Localizable.strings:639 +#: Resources/templates/Localizable.strings:658 #, no-wrap msgid "npci=0x2000" msgstr "npci=0x2000" #. type: "Npci_description" -#: Resources/templates/Localizable.strings:640 +#: Resources/templates/Localizable.strings:659 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x2000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "Orvosolja néhány gépen a 'PCI configuration begin'-nél történő lefagyást. 0x2000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." #. type: "Npci3_title" -#: Resources/templates/Localizable.strings:642 +#: Resources/templates/Localizable.strings:661 #, no-wrap msgid "npci=0x3000" msgstr "npci=0x3000" #. type: "Npci3_description" -#: Resources/templates/Localizable.strings:643 +#: Resources/templates/Localizable.strings:662 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x3000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "Orvosolja néhány gépen a 'PCI configuration begin'-nél történő lefagyást. 0x3000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." #. type: "WaitingRootDevice_title" -#: Resources/templates/Localizable.strings:645 +#: Resources/templates/Localizable.strings:664 #, no-wrap msgid "ahcidisk=1 debug=8" msgstr "ahcidisk=1 debug=8" #. type: "WaitingRootDevice_description" -#: Resources/templates/Localizable.strings:646 +#: Resources/templates/Localizable.strings:665 #, no-wrap msgid "" "Info here: Waiting for root device when kernel cache used only with some disks +FIX\n" @@ -2366,25 +2430,25 @@ msgstr "" #. type: "Darkwake_title" -#: Resources/templates/Localizable.strings:650 +#: Resources/templates/Localizable.strings:669 #, no-wrap msgid "darkwake=0" msgstr "darkwake=0" #. type: "Darkwake_description" -#: Resources/templates/Localizable.strings:651 +#: Resources/templates/Localizable.strings:670 #, no-wrap msgid "Lion only. Disables the 'low power wake' feature which can sometimes leave the screen black after wake from sleep." msgstr "Csak Lion-hoz. Kikapcsolja a 'low power wake' funkciót, ami néha üres, vagy fekete képernyőt okoz alvó módból való ébresztés után." #. type: "NvdaDrv1_title" -#: Resources/templates/Localizable.strings:653 +#: Resources/templates/Localizable.strings:672 #, no-wrap msgid "nvda_drv=1" msgstr "nvda_drv=1" #. type: "NvdaDrv1_description" -#: Resources/templates/Localizable.strings:654 +#: Resources/templates/Localizable.strings:673 #, no-wrap msgid "" "It introduces a new Preference Pane under System Preferences that allows you to enable the Nvidia Web Driver.\n" @@ -2394,25 +2458,25 @@ msgstr "" #. type: "kext-dev-mode1_title" -#: Resources/templates/Localizable.strings:659 +#: Resources/templates/Localizable.strings:678 #, no-wrap msgid "kext-dev-mode=1" msgstr "kext-dev-mode=1" #. type: "kext-dev-mode1_description" -#: Resources/templates/Localizable.strings:660 +#: Resources/templates/Localizable.strings:679 #, no-wrap msgid "In Yosemite Developer Previews, unsigned or improperly signed kexts will not be loaded. To use unsigned kexts during development, this strict check can be disabled by adding a 'kext-dev-mode=1' boot arg." msgstr "" #. type: "Dart0_title" -#: Resources/templates/Localizable.strings:662 +#: Resources/templates/Localizable.strings:681 #, no-wrap msgid "dart=0" msgstr "dart=0" #. type: "Dart0_description" -#: Resources/templates/Localizable.strings:663 +#: Resources/templates/Localizable.strings:682 #, no-wrap msgid "" "Avoiding the DMAR processing causing by VT-d function in Osx (Virtualization).\n" @@ -2420,277 +2484,283 @@ msgstr "" #. type: "mac-de_title" -#: Resources/templates/Localizable.strings:670 +#: Resources/templates/Localizable.strings:689 #, no-wrap msgid "German Mac Keyboard" msgstr "Német Mac kiosztás" #. type: "mac-de_description" -#: Resources/templates/Localizable.strings:671 +#: Resources/templates/Localizable.strings:690 #, no-wrap msgid "Use the keyboard layout for a German Mac keyboard" msgstr "Használd ezt a kiosztást a német Mac billentyűzetekhez" #. type: "mac-es_title" -#: Resources/templates/Localizable.strings:673 +#: Resources/templates/Localizable.strings:692 #, no-wrap msgid "Spanish Mac Keyboard" msgstr "Spanyol Mac kiosztás" #. type: "mac-es_description" -#: Resources/templates/Localizable.strings:674 +#: Resources/templates/Localizable.strings:693 #, no-wrap msgid "Use the keyboard layout for a Spanish Mac keyboard" msgstr "Használd ezt a kiosztást a spanyol Mac billentyűzetekhez." #. type: "mac-fr_title" -#: Resources/templates/Localizable.strings:676 +#: Resources/templates/Localizable.strings:695 #, no-wrap msgid "French Mac Keyboard" msgstr "Francia Mac kiosztás" #. type: "mac-fr_description" -#: Resources/templates/Localizable.strings:677 +#: Resources/templates/Localizable.strings:696 #, no-wrap msgid "Use the keyboard layout for a French Mac keyboard" msgstr "Használd ezt a kiosztást a francia Mac billentyűzetekhez." #. type: "mac-it_title" -#: Resources/templates/Localizable.strings:679 +#: Resources/templates/Localizable.strings:698 #, no-wrap msgid "Italian Mac Keyboard" msgstr "Olasz Mac kiosztás" #. type: "mac-it_description" -#: Resources/templates/Localizable.strings:680 +#: Resources/templates/Localizable.strings:699 #, no-wrap msgid "Use the keyboard layout for an Italian Mac keyboard" msgstr "Használd ezt a kiosztást a olasz Mac billentyűzetekhez." #. type: "mac-se_title" -#: Resources/templates/Localizable.strings:682 +#: Resources/templates/Localizable.strings:701 #, no-wrap msgid "Swedish Mac Keyboard" msgstr "Svéd Mac kiosztás" #. type: "mac-se_description" -#: Resources/templates/Localizable.strings:683 +#: Resources/templates/Localizable.strings:702 #, no-wrap msgid "Use the keyboard layout for a Swedish Mac keyboard" msgstr "Használd ezt a kiosztást a svéd Mac billentyűzetekhez" #. type: "pc-fr_title" -#: Resources/templates/Localizable.strings:685 +#: Resources/templates/Localizable.strings:704 #, no-wrap msgid "French PC Keyboard" msgstr "Francia PC kiosztás" #. type: "pc-fr_description" -#: Resources/templates/Localizable.strings:686 +#: Resources/templates/Localizable.strings:705 #, no-wrap msgid "Use the keyboard layout for a French PC keyboard" msgstr "Használd ezt a kiosztást a francia PC billentyűzetekhez." #. type: "Embed_title" -#: Resources/templates/Localizable.strings:693 +#: Resources/templates/Localizable.strings:712 #, no-wrap msgid "Embed" msgstr "Embed" #. type: "Embed_description" -#: Resources/templates/Localizable.strings:694 +#: Resources/templates/Localizable.strings:713 #, no-wrap msgid "A smaller simple version of the new default theme used when building a version of Chameleon which requires an embedded theme." msgstr "" #. type: "Legacy_title" -#: Resources/templates/Localizable.strings:696 +#: Resources/templates/Localizable.strings:715 #, no-wrap msgid "Legacy" msgstr "Örökölt" #. type: "Legacy_description" -#: Resources/templates/Localizable.strings:697 +#: Resources/templates/Localizable.strings:716 #, no-wrap msgid "Chameleon's original default theme introduced for v2.0 RC1" msgstr "Chameleon's eredeti témája a v2.0 RC1 verzióból" +#. type: "Default_title" +#: Resources/templates/Localizable.strings:718 +#, no-wrap +msgid "Standard" +msgstr "Alapértelmezett" + #. type: "Default_description" -#: Resources/templates/Localizable.strings:700 +#: Resources/templates/Localizable.strings:719 #, no-wrap msgid "Chameleon default theme introduced for v2.0 RC5" msgstr "Az alapértelmezett téma a v2.0 RC5 verzióhoz" #. type: "Bullet_title" -#: Resources/templates/Localizable.strings:702 +#: Resources/templates/Localizable.strings:721 #, no-wrap msgid "Bullet" msgstr "Bullet" #. type: "Bullet_description" -#: Resources/templates/Localizable.strings:703 +#: Resources/templates/Localizable.strings:722 #, no-wrap msgid "A lovely simple theme by NoSmokingBandit from April 2009." msgstr "Egy egyszerű téma NoSmokingBandit-tól" #. type: "Audio_title" -#: Resources/templates/Localizable.strings:712 +#: Resources/templates/Localizable.strings:731 #, no-wrap msgid "Audio" msgstr "Audio" #. type: "Audio_description" -#: Resources/templates/Localizable.strings:713 +#: Resources/templates/Localizable.strings:732 #, no-wrap msgid "A selection of options that deal with audio." msgstr "" #. type: "Control_title" -#: Resources/templates/Localizable.strings:716 +#: Resources/templates/Localizable.strings:735 #, no-wrap msgid "Control Options" msgstr "Vezérlés" #. type: "Control_description" -#: Resources/templates/Localizable.strings:717 +#: Resources/templates/Localizable.strings:736 #, no-wrap msgid "Settings to control how Chameleon works." msgstr "Beállítások a Chameleon vezerléséhez." #. type: "General_title" -#: Resources/templates/Localizable.strings:720 +#: Resources/templates/Localizable.strings:739 #, no-wrap msgid "General Options" msgstr "Általános beállítások" #. type: "General_description" -#: Resources/templates/Localizable.strings:721 +#: Resources/templates/Localizable.strings:740 #, no-wrap msgid "Choose from a selection of base options." msgstr "Válaszd ki a szükségek alapbeállításokat." #. type: "KernelFlags_title" -#: Resources/templates/Localizable.strings:724 +#: Resources/templates/Localizable.strings:743 #, no-wrap msgid "Kernel Flags" msgstr "Kernel paraméterek" #. type: "KernelFlags_description" -#: Resources/templates/Localizable.strings:725 +#: Resources/templates/Localizable.strings:744 #, no-wrap msgid "Choose from a selection of kernel flags." msgstr "Válaszd ki milyen paraméterekkel induljon a kernel" #. type: "PowerManagement_title" -#: Resources/templates/Localizable.strings:728 +#: Resources/templates/Localizable.strings:747 #, no-wrap msgid "Power Management" msgstr "Energiagazdálkodás" #. type: "PowerManagement_description" -#: Resources/templates/Localizable.strings:729 +#: Resources/templates/Localizable.strings:748 #, no-wrap msgid "A selection of options that deal with power management and speedstep." msgstr "Beállítások az energiagazdálkodáshoz és a sebesség-lépcsőkhöz." #. type: "Resolution_description" -#: Resources/templates/Localizable.strings:733 +#: Resources/templates/Localizable.strings:752 #, no-wrap msgid "Set one resolution to use." msgstr "Jelölj ki egy a monitorodnak leginkább megfelelő felbontást." #. type: "HDEFLayout_title" -#: Resources/templates/Localizable.strings:736 +#: Resources/templates/Localizable.strings:755 #, no-wrap msgid "HDEF Layout" msgstr "HDEF Layout" #. type: "HDEFLayout_description" -#: Resources/templates/Localizable.strings:737 +#: Resources/templates/Localizable.strings:756 #, no-wrap msgid "Set one HDEF Layout ID to use for your HDA controller." msgstr "" #. type: "HDAULayout_title" -#: Resources/templates/Localizable.strings:740 +#: Resources/templates/Localizable.strings:759 #, no-wrap msgid "HDAU Layout" msgstr "HDAU Layout" #. type: "HDAULayout_description" -#: Resources/templates/Localizable.strings:741 +#: Resources/templates/Localizable.strings:760 #, no-wrap msgid "Set one HDAU Layout ID to use for your HDMi controller." msgstr "" #. type: "IntelCapri_title" -#: Resources/templates/Localizable.strings:744 +#: Resources/templates/Localizable.strings:763 #, no-wrap msgid "Intel Capri AAPL,ig-platform-id" msgstr "Intel Capri AAPL,ig-platform-id" #. type: "IntelCapri_description" -#: Resources/templates/Localizable.strings:745 +#: Resources/templates/Localizable.strings:764 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD4000." msgstr "" #. type: "IntelAzul_title" -#: Resources/templates/Localizable.strings:748 +#: Resources/templates/Localizable.strings:767 #, no-wrap msgid "Intel Azul AAPL,ig-platform-id" msgstr "Intel Azul AAPL,ig-platform-id" #. type: "IntelAzul_description" -#: Resources/templates/Localizable.strings:749 +#: Resources/templates/Localizable.strings:768 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD5000." msgstr "" #. type: "HDEFPinConfiguration_title" -#: Resources/templates/Localizable.strings:752 +#: Resources/templates/Localizable.strings:771 #, no-wrap msgid "HDEF PinConfiguration" msgstr "HDEF PinConfiguration" #. type: "HDEFPinConfiguration_description" -#: Resources/templates/Localizable.strings:753 +#: Resources/templates/Localizable.strings:772 #, no-wrap msgid "Set one HDEF PinConfiguration to use." msgstr "" #. type: "Video_title" -#: Resources/templates/Localizable.strings:756 +#: Resources/templates/Localizable.strings:775 #, no-wrap msgid "Video" msgstr "Video" #. type: "Video_description" -#: Resources/templates/Localizable.strings:757 +#: Resources/templates/Localizable.strings:776 #, no-wrap msgid "A selection of options that deal with video." msgstr "Videóhoz kapcsolódó beállítások." #. type: "Keymaps_title" -#: Resources/templates/Localizable.strings:760 +#: Resources/templates/Localizable.strings:779 #, no-wrap msgid "KeyLayout" msgstr "Billentyűzet kiosztás" #. type: "Keymaps_description" -#: Resources/templates/Localizable.strings:761 +#: Resources/templates/Localizable.strings:780 #, no-wrap msgid "Select one keylayout to use. This will also install the Keylayout module and keymaps." msgstr "Válassz ki egy kiosztást a használatához. Ez egyúttal telepíti a billentyűzet kiosztás modult is" #. type: "Themes_title" -#: Resources/templates/Localizable.strings:767 +#: Resources/templates/Localizable.strings:786 #, no-wrap msgid "Themes" msgstr "Témák" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:768 +#: Resources/templates/Localizable.strings:787 #, no-wrap msgid "" "A collection of sample themes\n" @@ -2698,3 +2768,9 @@ msgstr "" "Az alapértelmezett témákat itt találod, a többit a\n" "http://forum.voodooprojects.org/index.php/board,7.0.html címen érheted el." + +#~ msgid "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" +#~ msgstr "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" + +#~ msgid "Chameleon" +#~ msgstr "Chameleon" Index: branches/ErmaC/Enoch/package/po/chameleon.pot =================================================================== --- branches/ErmaC/Enoch/package/po/chameleon.pot (revision 2678) +++ branches/ErmaC/Enoch/package/po/chameleon.pot (revision 2679) @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Chameleon 2.3\n" -"POT-Creation-Date: 2015-02-13 18:09+0000\n" +"POT-Creation-Date: 2015-04-14 16:40+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,12 +18,12 @@ #. type: Content of:

#: Resources/templates/Welcome.html:22 -msgid "Chameleon" +msgid "Enoch" msgstr "" #. type: Content of:

#: Resources/templates/Welcome.html:23 -msgid "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" +msgid "ErmaC's Branch of Chameleon (%CHAMELEONREVISION%)" msgstr "" #. type: Content of:

@@ -247,55 +247,119 @@ "boot2 (On the partition's root directory) for loading kernel etc." msgstr "" -#. type: "Default_title" -#: Resources/templates/Localizable.strings:25 Resources/templates/Localizable.strings:699 +#. type: "BootNo_title" +#: Resources/templates/Localizable.strings:25 #, no-wrap -msgid "Standard" +msgid "Don't install the Bootloader" msgstr "" -#. type: "Standard_description" +#. type: "BootNo_description" #: Resources/templates/Localizable.strings:26 #, no-wrap -msgid "" -"Install Chameleon's files to the root of the selected partition using either " -"boot0 or boot0md depending on your system without destroying any existing " -"Windows installation if you have one." +msgid "Useful if you only want to install the extra's." msgstr "" -#. type: "noboot_title" +#. type: "Stages_title" #: Resources/templates/Localizable.strings:28 #, no-wrap -msgid "Don't install the Bootloader" +msgid "Bootloader Stages" msgstr "" -#. type: "noboot_description" +#. type: "Stages_description" #: Resources/templates/Localizable.strings:29 #, no-wrap -msgid "Useful if you only want to install the extra's." +msgid "" +"Here you can chose to skip the bootloader installation completely or " +"partially.\n" +"This can be usefull if you want to write Extra's, or skip some stage (0,1 " +"and activation of the target partition).\n" +"Skipping all stages permit you to leave as is already working boot sectors, " +"especially usefull with 4k drives.\n" +"boot is always copied to the target partition when you are skipping one or " +"more stages." msgstr "" +#. type: "SkipStage0_title" +#: Resources/templates/Localizable.strings:34 +#, no-wrap +msgid "Skip Stage 0" +msgstr "" + +#. type: "SkipStage0_description" +#: Resources/templates/Localizable.strings:35 +#, no-wrap +msgid "" +"Avoid writing stage 0 to the target disk.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipStage1_title" +#: Resources/templates/Localizable.strings:38 +#, no-wrap +msgid "Skip Stage 1" +msgstr "" + +#. type: "SkipStage1_description" +#: Resources/templates/Localizable.strings:39 +#, no-wrap +msgid "" +"Avoid writing stage 1 to the partition boot sector.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipActivePartition_title" +#: Resources/templates/Localizable.strings:42 +#, no-wrap +msgid "Skip Activation" +msgstr "" + +#. type: "SkipActivePartition_description" +#: Resources/templates/Localizable.strings:43 +#, no-wrap +msgid "" +"Prevents activation of the target partition.\n" +"Some old motherboards have a bad implementation of GPT in bios and they can " +"not find partitions if marked active unger Guid Partition Table.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "Standard_title" +#: Resources/templates/Localizable.strings:47 +#, no-wrap +msgid "Install Chameleon in the chosen partition." +msgstr "" + +#. type: "Standard_description" +#: Resources/templates/Localizable.strings:48 +#, no-wrap +msgid "" +"Install Chameleon's files to the root of the selected partition using either " +"boot0, boot0md or boot0hfs depending on your system without destroying any " +"existing Windows installation if you have one." +msgstr "" + #. type: "EFI_title" -#: Resources/templates/Localizable.strings:31 +#: Resources/templates/Localizable.strings:50 #, no-wrap msgid "Install Chameleon in the ESP" msgstr "" #. type: "EFI_description" -#: Resources/templates/Localizable.strings:32 +#: Resources/templates/Localizable.strings:51 #, no-wrap msgid "" "Install Chameleon's files in the ESP (EFI System Partition) of the target " -"volume using either boot0 or boot0md depending on your system." +"volume using either boot0, boot0md or boot0hfs depending on your system." msgstr "" #. type: "Module_title" -#: Resources/templates/Localizable.strings:37 +#: Resources/templates/Localizable.strings:56 #, no-wrap msgid "Modules" msgstr "" #. type: "Module_description" -#: Resources/templates/Localizable.strings:38 +#: Resources/templates/Localizable.strings:57 #, no-wrap msgid "" "The modules system incorporated in chameleon allows for a user or developer " @@ -304,13 +368,13 @@ msgstr "" #. type: "klibc_title" -#: Resources/templates/Localizable.strings:40 +#: Resources/templates/Localizable.strings:59 #, no-wrap msgid "klibc" msgstr "" #. type: "klibc_description" -#: Resources/templates/Localizable.strings:41 +#: Resources/templates/Localizable.strings:60 #, no-wrap msgid "" "This module provides a standard c library for modules to link to if the " @@ -320,13 +384,13 @@ msgstr "" #. type: "ACPICodec_title" -#: Resources/templates/Localizable.strings:45 +#: Resources/templates/Localizable.strings:64 #, no-wrap msgid "ACPICodec" msgstr "" #. type: "ACPICodec_description" -#: Resources/templates/Localizable.strings:46 +#: Resources/templates/Localizable.strings:65 #, no-wrap msgid "" "This module provides a substitute for the internal acpi patcher.\n" @@ -334,13 +398,13 @@ msgstr "" #. type: "HDAEnabler_title" -#: Resources/templates/Localizable.strings:49 +#: Resources/templates/Localizable.strings:68 #, no-wrap msgid "HDAEnabler" msgstr "" #. type: "HDAEnabler_description" -#: Resources/templates/Localizable.strings:50 +#: Resources/templates/Localizable.strings:69 #, no-wrap msgid "" "HDAEnabler module, this module provides a substitute for the Hight " @@ -349,13 +413,13 @@ msgstr "" #. type: "FileNVRAM_title" -#: Resources/templates/Localizable.strings:53 +#: Resources/templates/Localizable.strings:72 #, no-wrap msgid "FileNVRAM" msgstr "" #. type: "FileNVRAM_description" -#: Resources/templates/Localizable.strings:54 +#: Resources/templates/Localizable.strings:73 #, no-wrap msgid "" "FileNVRAM module for preloading NVRAM values.\n" @@ -363,13 +427,13 @@ msgstr "" #. type: "Sata_title" -#: Resources/templates/Localizable.strings:57 +#: Resources/templates/Localizable.strings:76 #, no-wrap msgid "Sata" msgstr "" #. type: "Sata_description" -#: Resources/templates/Localizable.strings:58 +#: Resources/templates/Localizable.strings:77 #, no-wrap msgid "" "Sata module, known as YellowIconFixer in cparm's branch.\n" @@ -379,13 +443,13 @@ msgstr "" #. type: "Resolution_title" -#: Resources/templates/Localizable.strings:62 Resources/templates/Localizable.strings:732 +#: Resources/templates/Localizable.strings:81 Resources/templates/Localizable.strings:751 #, no-wrap msgid "Resolution" msgstr "" #. type: "AutoReso_description" -#: Resources/templates/Localizable.strings:63 +#: Resources/templates/Localizable.strings:82 #, no-wrap msgid "" "This module reads the edid information from the monitor attached to the main " @@ -397,13 +461,13 @@ msgstr "" #. type: "uClibc_title" -#: Resources/templates/Localizable.strings:67 +#: Resources/templates/Localizable.strings:86 #, no-wrap msgid "uClibc++" msgstr "" #. type: "uClibc_description" -#: Resources/templates/Localizable.strings:68 +#: Resources/templates/Localizable.strings:87 #, no-wrap msgid "" "This module provides a minimalistic c++ runtime library for use in other " @@ -415,13 +479,13 @@ msgstr "" #. type: "KernelPatcher_title" -#: Resources/templates/Localizable.strings:73 +#: Resources/templates/Localizable.strings:92 #, no-wrap msgid "Kernel Patcher" msgstr "" #. type: "KernelPatcher_description" -#: Resources/templates/Localizable.strings:74 +#: Resources/templates/Localizable.strings:93 #, no-wrap msgid "" "The KernelPatcher module provides patches for the following:\n" @@ -434,13 +498,13 @@ msgstr "" #. type: "KextPatcher_title" -#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:100 #, no-wrap msgid "Kext Patcher" msgstr "" #. type: "KextPatcher_description" -#: Resources/templates/Localizable.strings:82 +#: Resources/templates/Localizable.strings:101 #, no-wrap msgid "" "The KextPatcher module provides patches for the following:\n" @@ -448,13 +512,13 @@ msgstr "" #. type: "NVIDIAGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:85 +#: Resources/templates/Localizable.strings:104 #, no-wrap msgid "NVIDIAGraphicsEnabler" msgstr "" #. type: "NVIDIAGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:86 +#: Resources/templates/Localizable.strings:105 #, no-wrap msgid "" "The GraphicsEnabler nVidia code ported to a module.\n" @@ -462,13 +526,13 @@ msgstr "" #. type: "GraphicsEnablerModule_title" -#: Resources/templates/Localizable.strings:89 +#: Resources/templates/Localizable.strings:108 #, no-wrap msgid "GraphicsEnabler" msgstr "" #. type: "GraphicsEnablerModule_description" -#: Resources/templates/Localizable.strings:90 +#: Resources/templates/Localizable.strings:109 #, no-wrap msgid "" "The GraphicsEnabler code ported to a module.\n" @@ -476,13 +540,13 @@ msgstr "" #. type: "AMDGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:93 +#: Resources/templates/Localizable.strings:112 #, no-wrap msgid "AMDGraphicsEnabler" msgstr "" #. type: "AMDGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:94 +#: Resources/templates/Localizable.strings:113 #, no-wrap msgid "" "The GraphicsEnabler AMD/ATi code ported to a module.\n" @@ -490,13 +554,13 @@ msgstr "" #. type: "IntelGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:97 +#: Resources/templates/Localizable.strings:116 #, no-wrap msgid "IntelGraphicsEnabler" msgstr "" #. type: "IntelGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:98 +#: Resources/templates/Localizable.strings:117 #, no-wrap msgid "" "The GraphicsEnabler gma(Intel) code ported to a module.\n" @@ -504,13 +568,13 @@ msgstr "" #. type: "Options_title" -#: Resources/templates/Localizable.strings:106 +#: Resources/templates/Localizable.strings:125 #, no-wrap msgid "Settings" msgstr "" #. type: "Options_description" -#: Resources/templates/Localizable.strings:107 +#: Resources/templates/Localizable.strings:126 #, no-wrap msgid "" "Create an /Extra/org.chameleon.Boot.plist by selecting any of these boot " @@ -518,13 +582,13 @@ msgstr "" #. type: "BootBanner_title" -#: Resources/templates/Localizable.strings:109 +#: Resources/templates/Localizable.strings:128 #, no-wrap msgid "BootBanner=No" msgstr "" #. type: "BootBanner_description" -#: Resources/templates/Localizable.strings:110 +#: Resources/templates/Localizable.strings:129 #, no-wrap msgid "" "Hides Chameleon's boot banner in GUI. This is the text that is drawn at the " @@ -532,25 +596,25 @@ msgstr "" #. type: "GUI_title" -#: Resources/templates/Localizable.strings:112 +#: Resources/templates/Localizable.strings:131 #, no-wrap msgid "GUI=No" msgstr "" #. type: "GUI_description" -#: Resources/templates/Localizable.strings:113 +#: Resources/templates/Localizable.strings:132 #, no-wrap msgid "Disables the default enabled graphic user interface." msgstr "" #. type: "LegacyLogo_title" -#: Resources/templates/Localizable.strings:115 +#: Resources/templates/Localizable.strings:134 #, no-wrap msgid "LegacyLogo=Yes" msgstr "" #. type: "LegacyLogo_description" -#: Resources/templates/Localizable.strings:116 +#: Resources/templates/Localizable.strings:135 #, no-wrap msgid "" "Use the legacy 'dark grey' apple logo on the light grey screen for the boot " @@ -558,13 +622,13 @@ msgstr "" #. type: "InstantMenu_title" -#: Resources/templates/Localizable.strings:118 +#: Resources/templates/Localizable.strings:137 #, no-wrap msgid "InstantMenu=Yes" msgstr "" #. type: "InstantMenu_description" -#: Resources/templates/Localizable.strings:119 +#: Resources/templates/Localizable.strings:138 #, no-wrap msgid "" "By default, when Chameleon loads you'll see the icon for the current default " @@ -574,25 +638,25 @@ msgstr "" #. type: "QuietBoot_title" -#: Resources/templates/Localizable.strings:121 +#: Resources/templates/Localizable.strings:140 #, no-wrap msgid "QuietBoot=Yes" msgstr "" #. type: "QuietBoot_description" -#: Resources/templates/Localizable.strings:122 +#: Resources/templates/Localizable.strings:141 #, no-wrap msgid "Enable quiet boot mode (no messages or prompt)." msgstr "" #. type: "ShowInfo_title" -#: Resources/templates/Localizable.strings:124 +#: Resources/templates/Localizable.strings:143 #, no-wrap msgid "ShowInfo=Yes" msgstr "" #. type: "ShowInfo_description" -#: Resources/templates/Localizable.strings:125 +#: Resources/templates/Localizable.strings:144 #, no-wrap msgid "" "Enables display of partition and resolution details shown on the left side " @@ -601,13 +665,13 @@ msgstr "" #. type: "Wait_title" -#: Resources/templates/Localizable.strings:127 +#: Resources/templates/Localizable.strings:146 #, no-wrap msgid "Wait=Yes" msgstr "" #. type: "Wait_description" -#: Resources/templates/Localizable.strings:128 +#: Resources/templates/Localizable.strings:147 #, no-wrap msgid "" "Pauses the boot process after Chameleon has finished it's setup then waits " @@ -616,181 +680,181 @@ msgstr "" #. type: "PrivateData_title" -#: Resources/templates/Localizable.strings:130 +#: Resources/templates/Localizable.strings:149 #, no-wrap msgid "PrivateData=No" msgstr "" #. type: "PrivateData_description" -#: Resources/templates/Localizable.strings:131 +#: Resources/templates/Localizable.strings:150 #, no-wrap msgid "Show masked data (serial number) in bdmesg log (enbaled by default)." msgstr "" #. type: "USBBusFix_title" -#: Resources/templates/Localizable.strings:135 +#: Resources/templates/Localizable.strings:154 #, no-wrap msgid "USBBusFix=Yes" msgstr "" #. type: "USBBusFix_description" -#: Resources/templates/Localizable.strings:136 +#: Resources/templates/Localizable.strings:155 #, no-wrap msgid "Enable the XHCI, EHCI and UHCI fixes (disabled by default)." msgstr "" #. type: "USBLegacyOff_title" -#: Resources/templates/Localizable.strings:138 +#: Resources/templates/Localizable.strings:157 #, no-wrap msgid "USBLegacyOff=Yes" msgstr "" #. type: "USBLegacyOff_description" -#: Resources/templates/Localizable.strings:139 +#: Resources/templates/Localizable.strings:158 #, no-wrap msgid "Force USB Legacy off for XHCI and EHCI (disabled by default)." msgstr "" #. type: "XHCILegacyOff_title" -#: Resources/templates/Localizable.strings:141 +#: Resources/templates/Localizable.strings:160 #, no-wrap msgid "XHCILegacyOff=Yes" msgstr "" #. type: "XHCILegacyOff_description" -#: Resources/templates/Localizable.strings:142 +#: Resources/templates/Localizable.strings:161 #, no-wrap msgid "Force USB Legacy off for XHCI (disabled by default)." msgstr "" #. type: "UHCIreset_title" -#: Resources/templates/Localizable.strings:144 +#: Resources/templates/Localizable.strings:163 #, no-wrap msgid "UHCIreset=Yes" msgstr "" #. type: "UHCIreset_description" -#: Resources/templates/Localizable.strings:145 +#: Resources/templates/Localizable.strings:164 #, no-wrap msgid "Enables the option to reset UHCI controllers before starting OS X." msgstr "" #. type: "EHCIacquire_title" -#: Resources/templates/Localizable.strings:147 +#: Resources/templates/Localizable.strings:166 #, no-wrap msgid "EHCIacquire=Yes" msgstr "" #. type: "EHCIacquire_description" -#: Resources/templates/Localizable.strings:148 +#: Resources/templates/Localizable.strings:167 #, no-wrap msgid "Enables the option to fix any EHCI ownership issues due to bad bioses." msgstr "" #. type: "arch_title" -#: Resources/templates/Localizable.strings:150 +#: Resources/templates/Localizable.strings:169 #, no-wrap msgid "arch=i386" msgstr "" #. type: "arch_description" -#: Resources/templates/Localizable.strings:151 +#: Resources/templates/Localizable.strings:170 #, no-wrap msgid "Boots the kernel in 32bit mode rather than the default 64bit mode." msgstr "" #. type: "EthernetBuiltIn_title" -#: Resources/templates/Localizable.strings:153 +#: Resources/templates/Localizable.strings:172 #, no-wrap msgid "EthernetBuiltIn=Yes" msgstr "" #. type: "EthernetBuiltIn_description" -#: Resources/templates/Localizable.strings:154 +#: Resources/templates/Localizable.strings:173 #, no-wrap msgid "Enables the option of adding 'built-in' to your ethernet devices." msgstr "" #. type: "EnableWifi_title" -#: Resources/templates/Localizable.strings:156 +#: Resources/templates/Localizable.strings:175 #, no-wrap msgid "EnableWifi=Yes" msgstr "" #. type: "EnableWifi_description" -#: Resources/templates/Localizable.strings:157 +#: Resources/templates/Localizable.strings:176 #, no-wrap msgid "Enables the option of adding AirPort values to your wireless device." msgstr "" #. type: "ForceHPET_title" -#: Resources/templates/Localizable.strings:159 +#: Resources/templates/Localizable.strings:178 #, no-wrap msgid "ForceHPET=Yes" msgstr "" #. type: "ForceHPET_description" -#: Resources/templates/Localizable.strings:160 +#: Resources/templates/Localizable.strings:179 #, no-wrap msgid "Enables HPET on intel chipsets, for bioses that dont include the option." msgstr "" #. type: "ForceWake_title" -#: Resources/templates/Localizable.strings:162 +#: Resources/templates/Localizable.strings:181 #, no-wrap msgid "ForceWake=Yes" msgstr "" #. type: "ForceWake_description" -#: Resources/templates/Localizable.strings:163 +#: Resources/templates/Localizable.strings:182 #, no-wrap msgid "This option enables you to bypass bad sleep images." msgstr "" #. type: "ForceFullMemInfo_title" -#: Resources/templates/Localizable.strings:165 +#: Resources/templates/Localizable.strings:184 #, no-wrap msgid "ForceFullMemInfo=Yes" msgstr "" #. type: "ForceFullMemInfo_description" -#: Resources/templates/Localizable.strings:166 +#: Resources/templates/Localizable.strings:185 #, no-wrap msgid "Force SMBIOS Table 17 to be 27 bytes long." msgstr "" #. type: "RestartFix_title" -#: Resources/templates/Localizable.strings:168 +#: Resources/templates/Localizable.strings:187 #, no-wrap msgid "RestartFix=No" msgstr "" #. type: "RestartFix_description" -#: Resources/templates/Localizable.strings:169 +#: Resources/templates/Localizable.strings:188 #, no-wrap msgid "Disables the automatically enabled restart fix." msgstr "" #. type: "UseMemDetect_title" -#: Resources/templates/Localizable.strings:171 +#: Resources/templates/Localizable.strings:190 #, no-wrap msgid "UseMemDetect=No" msgstr "" #. type: "UseMemDetect_description" -#: Resources/templates/Localizable.strings:172 +#: Resources/templates/Localizable.strings:191 #, no-wrap msgid "Disables the automatically enabled RAM recognition." msgstr "" #. type: "UseKernelCache_title" -#: Resources/templates/Localizable.strings:174 +#: Resources/templates/Localizable.strings:193 #, no-wrap msgid "UseKernelCache=Yes" msgstr "" #. type: "UseKernelCache_description" -#: Resources/templates/Localizable.strings:175 +#: Resources/templates/Localizable.strings:194 #, no-wrap msgid "" "For Lion only. Enables loading of the pre-linked kernel. This will ignore " @@ -799,25 +863,25 @@ msgstr "" #. type: "Wake_title" -#: Resources/templates/Localizable.strings:177 +#: Resources/templates/Localizable.strings:196 #, no-wrap msgid "Wake=Yes" msgstr "" #. type: "Wake_description" -#: Resources/templates/Localizable.strings:178 +#: Resources/templates/Localizable.strings:197 #, no-wrap msgid "Attempts to load the sleep image saved from last hibernation." msgstr "" #. type: "CSTUsingSystemIO_title" -#: Resources/templates/Localizable.strings:182 +#: Resources/templates/Localizable.strings:201 #, no-wrap msgid "CSTUsingSystemIO=Yes" msgstr "" #. type: "CSTUsingSystemIO_description" -#: Resources/templates/Localizable.strings:183 +#: Resources/templates/Localizable.strings:202 #, no-wrap msgid "" "New C-State _CST generation method using SystemIO registers instead of " @@ -825,73 +889,73 @@ msgstr "" #. type: "DropSSDT_title" -#: Resources/templates/Localizable.strings:185 +#: Resources/templates/Localizable.strings:204 #, no-wrap msgid "DropSSDT=Yes" msgstr "" #. type: "DropSSDT_description" -#: Resources/templates/Localizable.strings:186 +#: Resources/templates/Localizable.strings:205 #, no-wrap msgid "Discard the motherboard's built-in SSDT tables." msgstr "" #. type: "DropHPET_title" -#: Resources/templates/Localizable.strings:188 +#: Resources/templates/Localizable.strings:207 #, no-wrap msgid "DropHPET=Yes" msgstr "" #. type: "DropHPET_description" -#: Resources/templates/Localizable.strings:189 +#: Resources/templates/Localizable.strings:208 #, no-wrap msgid "Discard the motherboard's built-in HPET table." msgstr "" #. type: "DropSBST_title" -#: Resources/templates/Localizable.strings:191 +#: Resources/templates/Localizable.strings:210 #, no-wrap msgid "DropSBST=Yes" msgstr "" #. type: "DropSBST_description" -#: Resources/templates/Localizable.strings:192 +#: Resources/templates/Localizable.strings:211 #, no-wrap msgid "Discard the motherboard's built-in SBST table." msgstr "" #. type: "DropECDT_title" -#: Resources/templates/Localizable.strings:194 +#: Resources/templates/Localizable.strings:213 #, no-wrap msgid "DropECDT=Yes" msgstr "" #. type: "DropECDT_description" -#: Resources/templates/Localizable.strings:195 +#: Resources/templates/Localizable.strings:214 #, no-wrap msgid "Discard the motherboard's built-in ECDT table." msgstr "" #. type: "DropASFT_title" -#: Resources/templates/Localizable.strings:197 +#: Resources/templates/Localizable.strings:216 #, no-wrap msgid "DropASFT=Yes" msgstr "" #. type: "DropASFT_description" -#: Resources/templates/Localizable.strings:198 +#: Resources/templates/Localizable.strings:217 #, no-wrap msgid "Discard the motherboard's built-in ASF! table." msgstr "" #. type: "DropDMAR_title" -#: Resources/templates/Localizable.strings:200 +#: Resources/templates/Localizable.strings:219 #, no-wrap msgid "DropDMAR=Yes" msgstr "" #. type: "DropDMAR_description" -#: Resources/templates/Localizable.strings:201 +#: Resources/templates/Localizable.strings:220 #, no-wrap msgid "" "Discard the motherboard's built-in DMAR table, this key action resolve the " @@ -899,265 +963,265 @@ msgstr "" #. type: "EnableC2State_title" -#: Resources/templates/Localizable.strings:203 +#: Resources/templates/Localizable.strings:222 #, no-wrap msgid "EnableC2State=Yes" msgstr "" #. type: "EnableC2State_description" -#: Resources/templates/Localizable.strings:204 +#: Resources/templates/Localizable.strings:223 #, no-wrap msgid "Enable specific Processor power state, C2." msgstr "" #. type: "EnableC3State_title" -#: Resources/templates/Localizable.strings:206 +#: Resources/templates/Localizable.strings:225 #, no-wrap msgid "EnableC3State=Yes" msgstr "" #. type: "EnableC3State_description" -#: Resources/templates/Localizable.strings:207 +#: Resources/templates/Localizable.strings:226 #, no-wrap msgid "Enable specific Processor power state, C3." msgstr "" #. type: "EnableC4State_title" -#: Resources/templates/Localizable.strings:209 +#: Resources/templates/Localizable.strings:228 #, no-wrap msgid "EnableC4State=Yes" msgstr "" #. type: "EnableC4State_description" -#: Resources/templates/Localizable.strings:210 +#: Resources/templates/Localizable.strings:229 #, no-wrap msgid "Enable specific Processor power state, C4." msgstr "" #. type: "EnableC6State_title" -#: Resources/templates/Localizable.strings:212 +#: Resources/templates/Localizable.strings:231 #, no-wrap msgid "EnableC6State=Yes" msgstr "" #. type: "EnableC6State_description" -#: Resources/templates/Localizable.strings:213 +#: Resources/templates/Localizable.strings:232 #, no-wrap msgid "Enable specific Processor power state, C6." msgstr "" #. type: "EnableC7State_title" -#: Resources/templates/Localizable.strings:215 +#: Resources/templates/Localizable.strings:234 #, no-wrap msgid "EnableC7State=Yes" msgstr "" #. type: "EnableC7State_description" -#: Resources/templates/Localizable.strings:216 +#: Resources/templates/Localizable.strings:235 #, no-wrap msgid "Enable specific Processor power state, C7." msgstr "" #. type: "GenerateCStates_title" -#: Resources/templates/Localizable.strings:218 +#: Resources/templates/Localizable.strings:237 #, no-wrap msgid "GenerateCStates=Yes" msgstr "" #. type: "GenerateCStates_description" -#: Resources/templates/Localizable.strings:219 +#: Resources/templates/Localizable.strings:238 #, no-wrap msgid "Enable auto generation of processor idle sleep states (C-States)." msgstr "" #. type: "GeneratePStates_title" -#: Resources/templates/Localizable.strings:221 +#: Resources/templates/Localizable.strings:240 #, no-wrap msgid "GeneratePStates=Yes" msgstr "" #. type: "GeneratePStates_description" -#: Resources/templates/Localizable.strings:222 +#: Resources/templates/Localizable.strings:241 #, no-wrap msgid "Enable auto generation of processor power performance states (P-States)." msgstr "" #. type: "GenerateTStates_title" -#: Resources/templates/Localizable.strings:224 +#: Resources/templates/Localizable.strings:243 #, no-wrap msgid "GenerateTStates=Yes" msgstr "" #. type: "GenerateTStates_description" -#: Resources/templates/Localizable.strings:225 +#: Resources/templates/Localizable.strings:244 #, no-wrap msgid "Enable auto generation of processor power performance states (T-States)." msgstr "" #. type: "1024x600x32_title" -#: Resources/templates/Localizable.strings:229 +#: Resources/templates/Localizable.strings:248 #, no-wrap msgid "1024x600x32" msgstr "" #. type: "1024x600x32_description" -#: Resources/templates/Localizable.strings:230 +#: Resources/templates/Localizable.strings:249 #, no-wrap msgid "Set Graphics Mode to 1024x600x32" msgstr "" #. type: "1024x768x32_title" -#: Resources/templates/Localizable.strings:232 +#: Resources/templates/Localizable.strings:251 #, no-wrap msgid "1024x768x32" msgstr "" #. type: "1024x768x32_description" -#: Resources/templates/Localizable.strings:233 +#: Resources/templates/Localizable.strings:252 #, no-wrap msgid "Set Graphics Mode to 1024x768x32" msgstr "" #. type: "1280x768x32_title" -#: Resources/templates/Localizable.strings:235 +#: Resources/templates/Localizable.strings:254 #, no-wrap msgid "1280x768x32" msgstr "" #. type: "1280x768x32_description" -#: Resources/templates/Localizable.strings:236 +#: Resources/templates/Localizable.strings:255 #, no-wrap msgid "Set Graphics Mode to 1280x768x32" msgstr "" #. type: "1280x800x32_title" -#: Resources/templates/Localizable.strings:238 +#: Resources/templates/Localizable.strings:257 #, no-wrap msgid "1280x800x32" msgstr "" #. type: "1280x800x32_description" -#: Resources/templates/Localizable.strings:239 +#: Resources/templates/Localizable.strings:258 #, no-wrap msgid "Set Graphics Mode to 1280x800x32" msgstr "" #. type: "1280x1024x32_title" -#: Resources/templates/Localizable.strings:241 +#: Resources/templates/Localizable.strings:260 #, no-wrap msgid "1280x1024x32" msgstr "" #. type: "1280x1024x32_description" -#: Resources/templates/Localizable.strings:242 +#: Resources/templates/Localizable.strings:261 #, no-wrap msgid "Set Graphics Mode to 1280x1024x32" msgstr "" #. type: "1280x960x32_title" -#: Resources/templates/Localizable.strings:244 +#: Resources/templates/Localizable.strings:263 #, no-wrap msgid "1280x960x32" msgstr "" #. type: "1280x960x32_description" -#: Resources/templates/Localizable.strings:245 +#: Resources/templates/Localizable.strings:264 #, no-wrap msgid "Set Graphics Mode to 1280x960x32" msgstr "" #. type: "1366x768x32_title" -#: Resources/templates/Localizable.strings:247 +#: Resources/templates/Localizable.strings:266 #, no-wrap msgid "1366x768x32" msgstr "" #. type: "1366x768x32_description" -#: Resources/templates/Localizable.strings:248 +#: Resources/templates/Localizable.strings:267 #, no-wrap msgid "Set Graphics Mode to 1366x768x32" msgstr "" #. type: "1440x900x32_title" -#: Resources/templates/Localizable.strings:250 +#: Resources/templates/Localizable.strings:269 #, no-wrap msgid "1440x900x32" msgstr "" #. type: "1440x900x32_description" -#: Resources/templates/Localizable.strings:251 +#: Resources/templates/Localizable.strings:270 #, no-wrap msgid "Set Graphics Mode to 1440x900x32" msgstr "" #. type: "1600x900x32_title" -#: Resources/templates/Localizable.strings:253 +#: Resources/templates/Localizable.strings:272 #, no-wrap msgid "1600x900x32" msgstr "" #. type: "1600x900x32_description" -#: Resources/templates/Localizable.strings:254 +#: Resources/templates/Localizable.strings:273 #, no-wrap msgid "Set Graphics Mode to 1600x900x32" msgstr "" #. type: "1600x1200x32_title" -#: Resources/templates/Localizable.strings:256 +#: Resources/templates/Localizable.strings:275 #, no-wrap msgid "1600x1200x32" msgstr "" #. type: "1600x1200x32_description" -#: Resources/templates/Localizable.strings:257 +#: Resources/templates/Localizable.strings:276 #, no-wrap msgid "Set Graphics Mode to 1600x1200x32" msgstr "" #. type: "1680x1050x32_title" -#: Resources/templates/Localizable.strings:259 +#: Resources/templates/Localizable.strings:278 #, no-wrap msgid "1680x1050x32" msgstr "" #. type: "1680x1050x32_description" -#: Resources/templates/Localizable.strings:260 +#: Resources/templates/Localizable.strings:279 #, no-wrap msgid "Set Graphics Mode to 1680x1050x32" msgstr "" #. type: "1920x1080x32_title" -#: Resources/templates/Localizable.strings:262 +#: Resources/templates/Localizable.strings:281 #, no-wrap msgid "1920x1080x32" msgstr "" #. type: "1920x1080x32_description" -#: Resources/templates/Localizable.strings:263 +#: Resources/templates/Localizable.strings:282 #, no-wrap msgid "Set Graphics Mode to 1920x1080x32" msgstr "" #. type: "1920x1200x32_title" -#: Resources/templates/Localizable.strings:265 +#: Resources/templates/Localizable.strings:284 #, no-wrap msgid "1920x1200x32" msgstr "" #. type: "1920x1200x32_description" -#: Resources/templates/Localizable.strings:266 +#: Resources/templates/Localizable.strings:285 #, no-wrap msgid "Set Graphics Mode to 1920x1200x32" msgstr "" #. type: "HDAULayoutIDx01_title" -#: Resources/templates/Localizable.strings:270 Resources/templates/Localizable.strings:376 +#: Resources/templates/Localizable.strings:289 Resources/templates/Localizable.strings:395 #, no-wrap msgid "LayoutID=1" msgstr "" #. type: "HDEFLayoutIDx01_description" -#: Resources/templates/Localizable.strings:271 +#: Resources/templates/Localizable.strings:290 #, no-wrap msgid "" "Set HDEF layout-it to 1:\n" @@ -1165,13 +1229,13 @@ msgstr "" #. type: "HDAULayoutIDx02_title" -#: Resources/templates/Localizable.strings:274 Resources/templates/Localizable.strings:380 +#: Resources/templates/Localizable.strings:293 Resources/templates/Localizable.strings:399 #, no-wrap msgid "LayoutID=2" msgstr "" #. type: "HDEFLayoutIDx02_description" -#: Resources/templates/Localizable.strings:275 +#: Resources/templates/Localizable.strings:294 #, no-wrap msgid "" "Set HDEF layout-it to 2:\n" @@ -1179,13 +1243,13 @@ msgstr "" #. type: "HDAULayoutIDx03_title" -#: Resources/templates/Localizable.strings:278 Resources/templates/Localizable.strings:384 +#: Resources/templates/Localizable.strings:297 Resources/templates/Localizable.strings:403 #, no-wrap msgid "LayoutID=3" msgstr "" #. type: "HDEFLayoutIDx03_description" -#: Resources/templates/Localizable.strings:279 +#: Resources/templates/Localizable.strings:298 #, no-wrap msgid "" "Set HDEF layout-it to 3:\n" @@ -1193,13 +1257,13 @@ msgstr "" #. type: "HDAULayoutIDx05_title" -#: Resources/templates/Localizable.strings:282 Resources/templates/Localizable.strings:388 +#: Resources/templates/Localizable.strings:301 Resources/templates/Localizable.strings:407 #, no-wrap msgid "LayoutID=5" msgstr "" #. type: "HDEFLayoutIDx05_description" -#: Resources/templates/Localizable.strings:283 +#: Resources/templates/Localizable.strings:302 #, no-wrap msgid "" "Set HDEF layout-it to 5:\n" @@ -1207,13 +1271,13 @@ msgstr "" #. type: "HDAULayoutIDx07_title" -#: Resources/templates/Localizable.strings:286 Resources/templates/Localizable.strings:392 +#: Resources/templates/Localizable.strings:305 Resources/templates/Localizable.strings:411 #, no-wrap msgid "LayoutID=7" msgstr "" #. type: "HDEFLayoutIDx07_description" -#: Resources/templates/Localizable.strings:287 +#: Resources/templates/Localizable.strings:306 #, no-wrap msgid "" "Set HDEF layout-it to 7:\n" @@ -1221,13 +1285,13 @@ msgstr "" #. type: "HDAULayoutIDx12_title" -#: Resources/templates/Localizable.strings:290 Resources/templates/Localizable.strings:396 +#: Resources/templates/Localizable.strings:309 Resources/templates/Localizable.strings:415 #, no-wrap msgid "LayoutID=12" msgstr "" #. type: "HDEFLayoutIDx12_description" -#: Resources/templates/Localizable.strings:291 +#: Resources/templates/Localizable.strings:310 #, no-wrap msgid "" "Set HDEF layout-it to 12:\n" @@ -1235,13 +1299,13 @@ msgstr "" #. type: "HDAULayoutIDx32_title" -#: Resources/templates/Localizable.strings:294 Resources/templates/Localizable.strings:400 +#: Resources/templates/Localizable.strings:313 Resources/templates/Localizable.strings:419 #, no-wrap msgid "LayoutID=32" msgstr "" #. type: "HDEFLayoutIDx32_description" -#: Resources/templates/Localizable.strings:295 +#: Resources/templates/Localizable.strings:314 #, no-wrap msgid "" "Set HDEF layout-it to 32:\n" @@ -1249,13 +1313,13 @@ msgstr "" #. type: "HDAULayoutIDx40_title" -#: Resources/templates/Localizable.strings:298 Resources/templates/Localizable.strings:404 +#: Resources/templates/Localizable.strings:317 Resources/templates/Localizable.strings:423 #, no-wrap msgid "LayoutID=40" msgstr "" #. type: "HDEFLayoutIDx40_description" -#: Resources/templates/Localizable.strings:299 +#: Resources/templates/Localizable.strings:318 #, no-wrap msgid "" "Set HDEF layout-it to 40:\n" @@ -1263,13 +1327,13 @@ msgstr "" #. type: "HDAULayoutIDx65_title" -#: Resources/templates/Localizable.strings:302 Resources/templates/Localizable.strings:408 +#: Resources/templates/Localizable.strings:321 Resources/templates/Localizable.strings:427 #, no-wrap msgid "LayoutID=65" msgstr "" #. type: "HDEFLayoutIDx65_description" -#: Resources/templates/Localizable.strings:303 +#: Resources/templates/Localizable.strings:322 #, no-wrap msgid "" "Set HDEF layout-it to 65:\n" @@ -1277,13 +1341,13 @@ msgstr "" #. type: "HDAULayoutIDx99_title" -#: Resources/templates/Localizable.strings:306 Resources/templates/Localizable.strings:412 +#: Resources/templates/Localizable.strings:325 Resources/templates/Localizable.strings:431 #, no-wrap msgid "LayoutID=99" msgstr "" #. type: "HDEFLayoutIDx99_description" -#: Resources/templates/Localizable.strings:307 +#: Resources/templates/Localizable.strings:326 #, no-wrap msgid "" "Set HDEF layout-it to 99:\n" @@ -1291,13 +1355,13 @@ msgstr "" #. type: "HDAULayoutIDx269_title" -#: Resources/templates/Localizable.strings:310 Resources/templates/Localizable.strings:416 +#: Resources/templates/Localizable.strings:329 Resources/templates/Localizable.strings:435 #, no-wrap msgid "LayoutID=269" msgstr "" #. type: "HDEFLayoutIDx269_description" -#: Resources/templates/Localizable.strings:311 +#: Resources/templates/Localizable.strings:330 #, no-wrap msgid "" "Set HDEF layout-it to 269:\n" @@ -1305,13 +1369,13 @@ msgstr "" #. type: "HDAULayoutIDx387_title" -#: Resources/templates/Localizable.strings:314 Resources/templates/Localizable.strings:420 +#: Resources/templates/Localizable.strings:333 Resources/templates/Localizable.strings:439 #, no-wrap msgid "LayoutID=387" msgstr "" #. type: "HDEFLayoutIDx387_description" -#: Resources/templates/Localizable.strings:315 +#: Resources/templates/Localizable.strings:334 #, no-wrap msgid "" "Set HDEF layout-it to 387:\n" @@ -1319,13 +1383,13 @@ msgstr "" #. type: "HDAULayoutIDx388_title" -#: Resources/templates/Localizable.strings:318 Resources/templates/Localizable.strings:424 +#: Resources/templates/Localizable.strings:337 Resources/templates/Localizable.strings:443 #, no-wrap msgid "LayoutID=388" msgstr "" #. type: "HDEFLayoutIDx388_description" -#: Resources/templates/Localizable.strings:319 +#: Resources/templates/Localizable.strings:338 #, no-wrap msgid "" "Set HDEF layout-it to 388:\n" @@ -1333,13 +1397,13 @@ msgstr "" #. type: "HDAULayoutIDx389_title" -#: Resources/templates/Localizable.strings:322 Resources/templates/Localizable.strings:428 +#: Resources/templates/Localizable.strings:341 Resources/templates/Localizable.strings:447 #, no-wrap msgid "LayoutID=389" msgstr "" #. type: "HDEFLayoutIDx389_description" -#: Resources/templates/Localizable.strings:323 +#: Resources/templates/Localizable.strings:342 #, no-wrap msgid "" "Set HDEF layout-it to 389:\n" @@ -1347,13 +1411,13 @@ msgstr "" #. type: "HDAULayoutIDx392_title" -#: Resources/templates/Localizable.strings:326 Resources/templates/Localizable.strings:432 +#: Resources/templates/Localizable.strings:345 Resources/templates/Localizable.strings:451 #, no-wrap msgid "LayoutID=392" msgstr "" #. type: "HDEFLayoutIDx392_description" -#: Resources/templates/Localizable.strings:327 +#: Resources/templates/Localizable.strings:346 #, no-wrap msgid "" "Set HDEF layout-it to 392:\n" @@ -1361,13 +1425,13 @@ msgstr "" #. type: "HDAULayoutIDx398_title" -#: Resources/templates/Localizable.strings:330 Resources/templates/Localizable.strings:436 +#: Resources/templates/Localizable.strings:349 Resources/templates/Localizable.strings:455 #, no-wrap msgid "LayoutID=398" msgstr "" #. type: "HDEFLayoutIDx398_description" -#: Resources/templates/Localizable.strings:331 +#: Resources/templates/Localizable.strings:350 #, no-wrap msgid "" "Set HDEF layout-it to 398:\n" @@ -1375,13 +1439,13 @@ msgstr "" #. type: "HDAULayoutIDx662_title" -#: Resources/templates/Localizable.strings:334 Resources/templates/Localizable.strings:440 +#: Resources/templates/Localizable.strings:353 Resources/templates/Localizable.strings:459 #, no-wrap msgid "LayoutID=662" msgstr "" #. type: "HDEFLayoutIDx662_description" -#: Resources/templates/Localizable.strings:335 +#: Resources/templates/Localizable.strings:354 #, no-wrap msgid "" "Set HDEF layout-it to 662:\n" @@ -1389,13 +1453,13 @@ msgstr "" #. type: "HDAULayoutIDx663_title" -#: Resources/templates/Localizable.strings:338 Resources/templates/Localizable.strings:444 +#: Resources/templates/Localizable.strings:357 Resources/templates/Localizable.strings:463 #, no-wrap msgid "LayoutID=663" msgstr "" #. type: "HDEFLayoutIDx663_description" -#: Resources/templates/Localizable.strings:339 +#: Resources/templates/Localizable.strings:358 #, no-wrap msgid "" "Set HDEF layout-it to 663:\n" @@ -1403,13 +1467,13 @@ msgstr "" #. type: "HDAULayoutIDx664_title" -#: Resources/templates/Localizable.strings:342 Resources/templates/Localizable.strings:448 +#: Resources/templates/Localizable.strings:361 Resources/templates/Localizable.strings:467 #, no-wrap msgid "LayoutID=664" msgstr "" #. type: "HDEFLayoutIDx664_description" -#: Resources/templates/Localizable.strings:343 +#: Resources/templates/Localizable.strings:362 #, no-wrap msgid "" "Set HDEF layout-it to 664:\n" @@ -1417,13 +1481,13 @@ msgstr "" #. type: "HDAULayoutIDx885_title" -#: Resources/templates/Localizable.strings:346 Resources/templates/Localizable.strings:452 +#: Resources/templates/Localizable.strings:365 Resources/templates/Localizable.strings:471 #, no-wrap msgid "LayoutID=885" msgstr "" #. type: "HDEFLayoutIDx885_description" -#: Resources/templates/Localizable.strings:347 +#: Resources/templates/Localizable.strings:366 #, no-wrap msgid "" "Set HDEF layout-it to 885:\n" @@ -1431,13 +1495,13 @@ msgstr "" #. type: "HDAULayoutIDx887_title" -#: Resources/templates/Localizable.strings:350 Resources/templates/Localizable.strings:456 +#: Resources/templates/Localizable.strings:369 Resources/templates/Localizable.strings:475 #, no-wrap msgid "LayoutID=887" msgstr "" #. type: "HDEFLayoutIDx887_description" -#: Resources/templates/Localizable.strings:351 +#: Resources/templates/Localizable.strings:370 #, no-wrap msgid "" "Set HDEF layout-it to 887:\n" @@ -1445,13 +1509,13 @@ msgstr "" #. type: "HDAULayoutIDx888_title" -#: Resources/templates/Localizable.strings:354 Resources/templates/Localizable.strings:460 +#: Resources/templates/Localizable.strings:373 Resources/templates/Localizable.strings:479 #, no-wrap msgid "LayoutID=888" msgstr "" #. type: "HDEFLayoutIDx888_description" -#: Resources/templates/Localizable.strings:355 +#: Resources/templates/Localizable.strings:374 #, no-wrap msgid "" "Set HDEF layout-it to 888:\n" @@ -1459,13 +1523,13 @@ msgstr "" #. type: "HDAULayoutIDx889_title" -#: Resources/templates/Localizable.strings:358 Resources/templates/Localizable.strings:464 +#: Resources/templates/Localizable.strings:377 Resources/templates/Localizable.strings:483 #, no-wrap msgid "LayoutID=889" msgstr "" #. type: "HDEFLayoutIDx889_description" -#: Resources/templates/Localizable.strings:359 +#: Resources/templates/Localizable.strings:378 #, no-wrap msgid "" "Set HDEF layout-it to 889:\n" @@ -1473,13 +1537,13 @@ msgstr "" #. type: "HDAULayoutIDx892_title" -#: Resources/templates/Localizable.strings:362 Resources/templates/Localizable.strings:468 +#: Resources/templates/Localizable.strings:381 Resources/templates/Localizable.strings:487 #, no-wrap msgid "LayoutID=892" msgstr "" #. type: "HDEFLayoutIDx892_description" -#: Resources/templates/Localizable.strings:363 +#: Resources/templates/Localizable.strings:382 #, no-wrap msgid "" "Set HDEF layout-it to 892:\n" @@ -1487,13 +1551,13 @@ msgstr "" #. type: "HDAULayoutIDx898_title" -#: Resources/templates/Localizable.strings:366 Resources/templates/Localizable.strings:472 +#: Resources/templates/Localizable.strings:385 Resources/templates/Localizable.strings:491 #, no-wrap msgid "LayoutID=898" msgstr "" #. type: "HDEFLayoutIDx898_description" -#: Resources/templates/Localizable.strings:367 +#: Resources/templates/Localizable.strings:386 #, no-wrap msgid "" "Set HDEF layout-it to 898:\n" @@ -1501,13 +1565,13 @@ msgstr "" #. type: "HDAULayoutIDxBD7_title" -#: Resources/templates/Localizable.strings:370 Resources/templates/Localizable.strings:476 +#: Resources/templates/Localizable.strings:389 Resources/templates/Localizable.strings:495 #, no-wrap msgid "LayoutID=1981" msgstr "" #. type: "HDEFLayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:371 +#: Resources/templates/Localizable.strings:390 #, no-wrap msgid "" "Set HDEF layout-it to 1981:\n" @@ -1515,7 +1579,7 @@ msgstr "" #. type: "HDAULayoutIDx01_description" -#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:396 #, no-wrap msgid "" "Set HDAU layout-it to 1:\n" @@ -1523,7 +1587,7 @@ msgstr "" #. type: "HDAULayoutIDx02_description" -#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:400 #, no-wrap msgid "" "Set HDAU layout-it to 2:\n" @@ -1531,7 +1595,7 @@ msgstr "" #. type: "HDAULayoutIDx03_description" -#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:404 #, no-wrap msgid "" "Set HDAU layout-it to 3:\n" @@ -1539,7 +1603,7 @@ msgstr "" #. type: "HDAULayoutIDx05_description" -#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:408 #, no-wrap msgid "" "Set HDAU layout-it to 5:\n" @@ -1547,7 +1611,7 @@ msgstr "" #. type: "HDAULayoutIDx07_description" -#: Resources/templates/Localizable.strings:393 +#: Resources/templates/Localizable.strings:412 #, no-wrap msgid "" "Set HDAU layout-it to 7:\n" @@ -1555,7 +1619,7 @@ msgstr "" #. type: "HDAULayoutIDx12_description" -#: Resources/templates/Localizable.strings:397 +#: Resources/templates/Localizable.strings:416 #, no-wrap msgid "" "Set HDAU layout-it to 12:\n" @@ -1563,7 +1627,7 @@ msgstr "" #. type: "HDAULayoutIDx32_description" -#: Resources/templates/Localizable.strings:401 +#: Resources/templates/Localizable.strings:420 #, no-wrap msgid "" "Set HDAU layout-it to 32:\n" @@ -1571,7 +1635,7 @@ msgstr "" #. type: "HDAULayoutIDx40_description" -#: Resources/templates/Localizable.strings:405 +#: Resources/templates/Localizable.strings:424 #, no-wrap msgid "" "Set HDAU layout-it to 40:\n" @@ -1579,7 +1643,7 @@ msgstr "" #. type: "HDAULayoutIDx65_description" -#: Resources/templates/Localizable.strings:409 +#: Resources/templates/Localizable.strings:428 #, no-wrap msgid "" "Set HDAU layout-it to 65:\n" @@ -1587,7 +1651,7 @@ msgstr "" #. type: "HDAULayoutIDx99_description" -#: Resources/templates/Localizable.strings:413 +#: Resources/templates/Localizable.strings:432 #, no-wrap msgid "" "Set HDAU layout-it to 99:\n" @@ -1595,7 +1659,7 @@ msgstr "" #. type: "HDAULayoutIDx269_description" -#: Resources/templates/Localizable.strings:417 +#: Resources/templates/Localizable.strings:436 #, no-wrap msgid "" "Set HDAU layout-it to 269:\n" @@ -1603,7 +1667,7 @@ msgstr "" #. type: "HDAULayoutIDx387_description" -#: Resources/templates/Localizable.strings:421 +#: Resources/templates/Localizable.strings:440 #, no-wrap msgid "" "Set HDAU layout-it to 387:\n" @@ -1611,7 +1675,7 @@ msgstr "" #. type: "HDAULayoutIDx388_description" -#: Resources/templates/Localizable.strings:425 +#: Resources/templates/Localizable.strings:444 #, no-wrap msgid "" "Set HDAU layout-it to 388:\n" @@ -1619,7 +1683,7 @@ msgstr "" #. type: "HDAULayoutIDx389_description" -#: Resources/templates/Localizable.strings:429 +#: Resources/templates/Localizable.strings:448 #, no-wrap msgid "" "Set HDAU layout-it to 389:\n" @@ -1627,7 +1691,7 @@ msgstr "" #. type: "HDAULayoutIDx392_description" -#: Resources/templates/Localizable.strings:433 +#: Resources/templates/Localizable.strings:452 #, no-wrap msgid "" "Set HDAU layout-it to 392:\n" @@ -1635,7 +1699,7 @@ msgstr "" #. type: "HDAULayoutIDx398_description" -#: Resources/templates/Localizable.strings:437 +#: Resources/templates/Localizable.strings:456 #, no-wrap msgid "" "Set HDAU layout-it to 398:\n" @@ -1643,7 +1707,7 @@ msgstr "" #. type: "HDAULayoutIDx662_description" -#: Resources/templates/Localizable.strings:441 +#: Resources/templates/Localizable.strings:460 #, no-wrap msgid "" "Set HDAU layout-it to 662:\n" @@ -1651,7 +1715,7 @@ msgstr "" #. type: "HDAULayoutIDx663_description" -#: Resources/templates/Localizable.strings:445 +#: Resources/templates/Localizable.strings:464 #, no-wrap msgid "" "Set HDAU layout-it to 663:\n" @@ -1659,7 +1723,7 @@ msgstr "" #. type: "HDAULayoutIDx664_description" -#: Resources/templates/Localizable.strings:449 +#: Resources/templates/Localizable.strings:468 #, no-wrap msgid "" "Set HDAU layout-it to 664:\n" @@ -1667,7 +1731,7 @@ msgstr "" #. type: "HDAULayoutIDx885_description" -#: Resources/templates/Localizable.strings:453 +#: Resources/templates/Localizable.strings:472 #, no-wrap msgid "" "Set HDAU layout-it to 885:\n" @@ -1675,7 +1739,7 @@ msgstr "" #. type: "HDAULayoutIDx887_description" -#: Resources/templates/Localizable.strings:457 +#: Resources/templates/Localizable.strings:476 #, no-wrap msgid "" "Set HDAU layout-it to 887:\n" @@ -1683,7 +1747,7 @@ msgstr "" #. type: "HDAULayoutIDx888_description" -#: Resources/templates/Localizable.strings:461 +#: Resources/templates/Localizable.strings:480 #, no-wrap msgid "" "Set HDAU layout-it to 888:\n" @@ -1691,7 +1755,7 @@ msgstr "" #. type: "HDAULayoutIDx889_description" -#: Resources/templates/Localizable.strings:465 +#: Resources/templates/Localizable.strings:484 #, no-wrap msgid "" "Set HDAU layout-it to 889:\n" @@ -1699,7 +1763,7 @@ msgstr "" #. type: "HDAULayoutIDx892_description" -#: Resources/templates/Localizable.strings:469 +#: Resources/templates/Localizable.strings:488 #, no-wrap msgid "" "Set HDAU layout-it to 892:\n" @@ -1707,7 +1771,7 @@ msgstr "" #. type: "HDAULayoutIDx898_description" -#: Resources/templates/Localizable.strings:473 +#: Resources/templates/Localizable.strings:492 #, no-wrap msgid "" "Set HDAU layout-it to 898:\n" @@ -1715,7 +1779,7 @@ msgstr "" #. type: "HDAULayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:477 +#: Resources/templates/Localizable.strings:496 #, no-wrap msgid "" "Set HDAU layout-it to 1981:\n" @@ -1723,421 +1787,421 @@ msgstr "" #. type: "IntelCaprix00_title" -#: Resources/templates/Localizable.strings:482 +#: Resources/templates/Localizable.strings:501 #, no-wrap msgid "01660000" msgstr "" #. type: "IntelCaprix00_description" -#: Resources/templates/Localizable.strings:483 +#: Resources/templates/Localizable.strings:502 #, no-wrap msgid "Set 01660000 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix01_title" -#: Resources/templates/Localizable.strings:485 +#: Resources/templates/Localizable.strings:504 #, no-wrap msgid "01660001" msgstr "" #. type: "IntelCaprix01_description" -#: Resources/templates/Localizable.strings:486 +#: Resources/templates/Localizable.strings:505 #, no-wrap msgid "Set 01660001 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix02_title" -#: Resources/templates/Localizable.strings:488 +#: Resources/templates/Localizable.strings:507 #, no-wrap msgid "01660002" msgstr "" #. type: "IntelCaprix02_description" -#: Resources/templates/Localizable.strings:489 +#: Resources/templates/Localizable.strings:508 #, no-wrap msgid "Set 01660002 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix03_title" -#: Resources/templates/Localizable.strings:491 +#: Resources/templates/Localizable.strings:510 #, no-wrap msgid "01660003" msgstr "" #. type: "IntelCaprix03_description" -#: Resources/templates/Localizable.strings:492 +#: Resources/templates/Localizable.strings:511 #, no-wrap msgid "Set 01660003 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix04_title" -#: Resources/templates/Localizable.strings:494 +#: Resources/templates/Localizable.strings:513 #, no-wrap msgid "01660004" msgstr "" #. type: "IntelCaprix04_description" -#: Resources/templates/Localizable.strings:495 +#: Resources/templates/Localizable.strings:514 #, no-wrap msgid "Set 01660004 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix05_title" -#: Resources/templates/Localizable.strings:497 +#: Resources/templates/Localizable.strings:516 #, no-wrap msgid "01620005" msgstr "" #. type: "IntelCaprix05_description" -#: Resources/templates/Localizable.strings:498 +#: Resources/templates/Localizable.strings:517 #, no-wrap msgid "Set 01620005 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix06_title" -#: Resources/templates/Localizable.strings:500 +#: Resources/templates/Localizable.strings:519 #, no-wrap msgid "01620006" msgstr "" #. type: "IntelCaprix06_description" -#: Resources/templates/Localizable.strings:501 +#: Resources/templates/Localizable.strings:520 #, no-wrap msgid "Set 01620006 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix07_title" -#: Resources/templates/Localizable.strings:503 +#: Resources/templates/Localizable.strings:522 #, no-wrap msgid "01620007" msgstr "" #. type: "IntelCaprix07_description" -#: Resources/templates/Localizable.strings:504 +#: Resources/templates/Localizable.strings:523 #, no-wrap msgid "Set 01620007 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix08_title" -#: Resources/templates/Localizable.strings:506 +#: Resources/templates/Localizable.strings:525 #, no-wrap msgid "01660008" msgstr "" #. type: "IntelCaprix08_description" -#: Resources/templates/Localizable.strings:507 +#: Resources/templates/Localizable.strings:526 #, no-wrap msgid "Set 01660008 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix09_title" -#: Resources/templates/Localizable.strings:509 +#: Resources/templates/Localizable.strings:528 #, no-wrap msgid "01660009" msgstr "" #. type: "IntelCaprix09_description" -#: Resources/templates/Localizable.strings:510 +#: Resources/templates/Localizable.strings:529 #, no-wrap msgid "Set 01660009 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix10_title" -#: Resources/templates/Localizable.strings:512 +#: Resources/templates/Localizable.strings:531 #, no-wrap msgid "0166000a" msgstr "" #. type: "IntelCaprix10_description" -#: Resources/templates/Localizable.strings:513 +#: Resources/templates/Localizable.strings:532 #, no-wrap msgid "Set 0166000a for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix11_title" -#: Resources/templates/Localizable.strings:515 +#: Resources/templates/Localizable.strings:534 #, no-wrap msgid "0166000b" msgstr "" #. type: "IntelCaprix11_description" -#: Resources/templates/Localizable.strings:516 +#: Resources/templates/Localizable.strings:535 #, no-wrap msgid "Set 0166000b for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelAzulx00_title" -#: Resources/templates/Localizable.strings:520 +#: Resources/templates/Localizable.strings:539 #, no-wrap msgid "00000604" msgstr "" #. type: "IntelAzulx00_description" -#: Resources/templates/Localizable.strings:521 +#: Resources/templates/Localizable.strings:540 #, no-wrap msgid "Set 00000604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx01_title" -#: Resources/templates/Localizable.strings:523 +#: Resources/templates/Localizable.strings:542 #, no-wrap msgid "0000060c" msgstr "" #. type: "IntelAzulx01_description" -#: Resources/templates/Localizable.strings:524 +#: Resources/templates/Localizable.strings:543 #, no-wrap msgid "Set 0000060c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx02_title" -#: Resources/templates/Localizable.strings:526 +#: Resources/templates/Localizable.strings:545 #, no-wrap msgid "00001604" msgstr "" #. type: "IntelAzulx02_description" -#: Resources/templates/Localizable.strings:527 +#: Resources/templates/Localizable.strings:546 #, no-wrap msgid "Set 00001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx03_title" -#: Resources/templates/Localizable.strings:529 +#: Resources/templates/Localizable.strings:548 #, no-wrap msgid "0000160a" msgstr "" #. type: "IntelAzulx03_description" -#: Resources/templates/Localizable.strings:530 +#: Resources/templates/Localizable.strings:549 #, no-wrap msgid "Set 0000160a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx04_title" -#: Resources/templates/Localizable.strings:532 +#: Resources/templates/Localizable.strings:551 #, no-wrap msgid "0000160c" msgstr "" #. type: "IntelAzulx04_description" -#: Resources/templates/Localizable.strings:533 +#: Resources/templates/Localizable.strings:552 #, no-wrap msgid "Set 0000160c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx05_title" -#: Resources/templates/Localizable.strings:535 +#: Resources/templates/Localizable.strings:554 #, no-wrap msgid "00002604" msgstr "" #. type: "IntelAzulx05_description" -#: Resources/templates/Localizable.strings:536 +#: Resources/templates/Localizable.strings:555 #, no-wrap msgid "Set 00002604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx06_title" -#: Resources/templates/Localizable.strings:538 +#: Resources/templates/Localizable.strings:557 #, no-wrap msgid "0000260a" msgstr "" #. type: "IntelAzulx06_description" -#: Resources/templates/Localizable.strings:539 +#: Resources/templates/Localizable.strings:558 #, no-wrap msgid "Set 0000260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx07_title" -#: Resources/templates/Localizable.strings:541 +#: Resources/templates/Localizable.strings:560 #, no-wrap msgid "0000260c" msgstr "" #. type: "IntelAzulx07_description" -#: Resources/templates/Localizable.strings:542 +#: Resources/templates/Localizable.strings:561 #, no-wrap msgid "Set 0600260c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx08_title" -#: Resources/templates/Localizable.strings:544 +#: Resources/templates/Localizable.strings:563 #, no-wrap msgid "0000260d" msgstr "" #. type: "IntelAzulx08_description" -#: Resources/templates/Localizable.strings:545 +#: Resources/templates/Localizable.strings:564 #, no-wrap msgid "Set 0000260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx09_title" -#: Resources/templates/Localizable.strings:547 +#: Resources/templates/Localizable.strings:566 #, no-wrap msgid "02001604" msgstr "" #. type: "IntelAzulx09_description" -#: Resources/templates/Localizable.strings:548 +#: Resources/templates/Localizable.strings:567 #, no-wrap msgid "Set 02001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx10_title" -#: Resources/templates/Localizable.strings:550 +#: Resources/templates/Localizable.strings:569 #, no-wrap msgid "0300220d" msgstr "" #. type: "IntelAzulx10_description" -#: Resources/templates/Localizable.strings:551 +#: Resources/templates/Localizable.strings:570 #, no-wrap msgid "Set 0300220d for Intel Haswell (Desktop) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx11_title" -#: Resources/templates/Localizable.strings:553 +#: Resources/templates/Localizable.strings:572 #, no-wrap msgid "0500260a" msgstr "" #. type: "IntelAzulx11_description" -#: Resources/templates/Localizable.strings:554 +#: Resources/templates/Localizable.strings:573 #, no-wrap msgid "Set 0500260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx12_title" -#: Resources/templates/Localizable.strings:556 +#: Resources/templates/Localizable.strings:575 #, no-wrap msgid "0600260a" msgstr "" #. type: "IntelAzulx12_description" -#: Resources/templates/Localizable.strings:557 +#: Resources/templates/Localizable.strings:576 #, no-wrap msgid "Set 0600260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx13_title" -#: Resources/templates/Localizable.strings:559 +#: Resources/templates/Localizable.strings:578 #, no-wrap msgid "0700260d" msgstr "" #. type: "IntelAzulx13_description" -#: Resources/templates/Localizable.strings:560 +#: Resources/templates/Localizable.strings:579 #, no-wrap msgid "Set 0700260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx14_title" -#: Resources/templates/Localizable.strings:562 +#: Resources/templates/Localizable.strings:581 #, no-wrap msgid "0800260a" msgstr "" #. type: "IntelAzulx14_description" -#: Resources/templates/Localizable.strings:563 +#: Resources/templates/Localizable.strings:582 #, no-wrap msgid "Set 0800260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx15_title" -#: Resources/templates/Localizable.strings:565 +#: Resources/templates/Localizable.strings:584 #, no-wrap msgid "08002e0a" msgstr "" #. type: "IntelAzulx15_description" -#: Resources/templates/Localizable.strings:566 +#: Resources/templates/Localizable.strings:585 #, no-wrap msgid "Set 08002e0a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "AD2000B_PinConf_title" -#: Resources/templates/Localizable.strings:570 +#: Resources/templates/Localizable.strings:589 #, no-wrap msgid "AD2000b" msgstr "" #. type: "AD2000B_PinConf_description" -#: Resources/templates/Localizable.strings:571 +#: Resources/templates/Localizable.strings:590 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD2000b." msgstr "" #. type: "AD1981HD_PinConf_title" -#: Resources/templates/Localizable.strings:573 +#: Resources/templates/Localizable.strings:592 #, no-wrap msgid "AD1981HD" msgstr "" #. type: "AD1981HD_PinConf_description" -#: Resources/templates/Localizable.strings:574 +#: Resources/templates/Localizable.strings:593 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1981HD." msgstr "" #. type: "AD1988B_PinConf_title" -#: Resources/templates/Localizable.strings:576 +#: Resources/templates/Localizable.strings:595 #, no-wrap msgid "AD1988b" msgstr "" #. type: "AD1988B_PinConf_description" -#: Resources/templates/Localizable.strings:577 +#: Resources/templates/Localizable.strings:596 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1988b." msgstr "" #. type: "ALC888_PinConf_title" -#: Resources/templates/Localizable.strings:579 +#: Resources/templates/Localizable.strings:598 #, no-wrap msgid "ALC888" msgstr "" #. type: "ALC888_PinConf_description" -#: Resources/templates/Localizable.strings:580 +#: Resources/templates/Localizable.strings:599 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC888." msgstr "" #. type: "ALC1200_PinConf_title" -#: Resources/templates/Localizable.strings:582 +#: Resources/templates/Localizable.strings:601 #, no-wrap msgid "ALC1200" msgstr "" #. type: "ALC1200_PinConf_description" -#: Resources/templates/Localizable.strings:583 +#: Resources/templates/Localizable.strings:602 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC1200." msgstr "" #. type: "00_PinConf_title" -#: Resources/templates/Localizable.strings:585 +#: Resources/templates/Localizable.strings:604 #, no-wrap msgid "00" msgstr "" #. type: "00_PinConf_description" -#: Resources/templates/Localizable.strings:586 +#: Resources/templates/Localizable.strings:605 #, no-wrap msgid "Set HDEF PinConfiguration for ???." msgstr "" #. type: "GraphicsEnabler_title" -#: Resources/templates/Localizable.strings:590 +#: Resources/templates/Localizable.strings:609 #, no-wrap msgid "GraphicsEnabler=Yes" msgstr "" #. type: "GraphicsEnabler_description" -#: Resources/templates/Localizable.strings:591 +#: Resources/templates/Localizable.strings:610 #, no-wrap msgid "" "Enables the option to autodetect NVIDIA, AMD/ATI or Intel based GPUs and " @@ -2145,25 +2209,25 @@ msgstr "" #. type: "EnableHDMIAudio_title" -#: Resources/templates/Localizable.strings:593 +#: Resources/templates/Localizable.strings:612 #, no-wrap msgid "EnableHDMIAudio=Yes" msgstr "" #. type: "EnableHDMIAudio_description" -#: Resources/templates/Localizable.strings:594 +#: Resources/templates/Localizable.strings:613 #, no-wrap msgid "Inject HDMi audio for NVIDIA or AMD/ATI." msgstr "" #. type: "UseIntelHDMI_title" -#: Resources/templates/Localizable.strings:596 +#: Resources/templates/Localizable.strings:615 #, no-wrap msgid "UseIntelHDMI=Yes" msgstr "" #. type: "UseIntelHDMI_description" -#: Resources/templates/Localizable.strings:597 +#: Resources/templates/Localizable.strings:616 #, no-wrap msgid "" "If YES, hda-gfx=onboard-1 will be injected into the GFX0 and HDEF " @@ -2173,121 +2237,121 @@ msgstr "" #. type: "UseAtiROM_title" -#: Resources/templates/Localizable.strings:599 +#: Resources/templates/Localizable.strings:618 #, no-wrap msgid "UseAtiROM=Yes" msgstr "" #. type: "UseAtiROM_description" -#: Resources/templates/Localizable.strings:600 +#: Resources/templates/Localizable.strings:619 #, no-wrap msgid "Enables UseAtiROM options." msgstr "" #. type: "UseNvidiaROM_title" -#: Resources/templates/Localizable.strings:602 +#: Resources/templates/Localizable.strings:621 #, no-wrap msgid "UseNvidiaROM=Yes" msgstr "" #. type: "UseNvidiaROM_description" -#: Resources/templates/Localizable.strings:603 +#: Resources/templates/Localizable.strings:622 #, no-wrap msgid "Enables UseNvidiaROM options." msgstr "" #. type: "VBIOS_title" -#: Resources/templates/Localizable.strings:605 +#: Resources/templates/Localizable.strings:624 #, no-wrap msgid "VBIOS=Yes" msgstr "" #. type: "VBIOS_description" -#: Resources/templates/Localizable.strings:606 +#: Resources/templates/Localizable.strings:625 #, no-wrap msgid "Enables VBIOS option" msgstr "" #. type: "SkipIntelGfx_title" -#: Resources/templates/Localizable.strings:608 +#: Resources/templates/Localizable.strings:627 #, no-wrap msgid "SkipIntelGfx=Yes" msgstr "" #. type: "SkipIntelGfx_description" -#: Resources/templates/Localizable.strings:609 +#: Resources/templates/Localizable.strings:628 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for Intel based GPUs." msgstr "" #. type: "SkipNvidiaGfx_title" -#: Resources/templates/Localizable.strings:611 +#: Resources/templates/Localizable.strings:630 #, no-wrap msgid "SkipNvidiaGfx=Yes" msgstr "" #. type: "SkipNvidiaGfx_description" -#: Resources/templates/Localizable.strings:612 +#: Resources/templates/Localizable.strings:631 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for NVIDIA based GPUs." msgstr "" #. type: "SkipAtiGfx_title" -#: Resources/templates/Localizable.strings:614 +#: Resources/templates/Localizable.strings:633 #, no-wrap msgid "SkipAtiGfx=Yes" msgstr "" #. type: "SkipAtiGfx_description" -#: Resources/templates/Localizable.strings:615 +#: Resources/templates/Localizable.strings:634 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for AMD/ATI based GPUs." msgstr "" #. type: "EnableBacklight_title" -#: Resources/templates/Localizable.strings:617 +#: Resources/templates/Localizable.strings:636 #, no-wrap msgid "EnableBacklight=Yes" msgstr "" #. type: "EnableBacklight_description" -#: Resources/templates/Localizable.strings:618 +#: Resources/templates/Localizable.strings:637 #, no-wrap msgid "Enables Backlight options for laptop with nVidia cards." msgstr "" #. type: "EnableDualLink_title" -#: Resources/templates/Localizable.strings:620 +#: Resources/templates/Localizable.strings:639 #, no-wrap msgid "EnableDualLink=Yes" msgstr "" #. type: "EnableDualLink_description" -#: Resources/templates/Localizable.strings:621 +#: Resources/templates/Localizable.strings:640 #, no-wrap msgid "Enables DualLink options for nVidia and ATi cards." msgstr "" #. type: "NvidiaGeneric_title" -#: Resources/templates/Localizable.strings:623 +#: Resources/templates/Localizable.strings:642 #, no-wrap msgid "NvidiaGeneric=Yes" msgstr "" #. type: "NvidiaGeneric_description" -#: Resources/templates/Localizable.strings:624 +#: Resources/templates/Localizable.strings:643 #, no-wrap msgid "Use the classic Nvidia name for the SystemProfiler (disabled by default)." msgstr "" #. type: "Verbose_title" -#: Resources/templates/Localizable.strings:630 +#: Resources/templates/Localizable.strings:649 #, no-wrap msgid "Verbose Mode" msgstr "" #. type: "Verbose_description" -#: Resources/templates/Localizable.strings:631 +#: Resources/templates/Localizable.strings:650 #, no-wrap msgid "" "Turns on verbose logging and allows you to see messages from both Chameleon " @@ -2295,25 +2359,25 @@ msgstr "" #. type: "Singleusermode_title" -#: Resources/templates/Localizable.strings:633 +#: Resources/templates/Localizable.strings:652 #, no-wrap msgid "Single User Mode" msgstr "" #. type: "Singleusermode_description" -#: Resources/templates/Localizable.strings:634 +#: Resources/templates/Localizable.strings:653 #, no-wrap msgid "A troubleshooting option used for booting into OS X's BSD/Unix command line." msgstr "" #. type: "Ignorecaches_title" -#: Resources/templates/Localizable.strings:636 +#: Resources/templates/Localizable.strings:655 #, no-wrap msgid "Ignore Caches" msgstr "" #. type: "Ignorecaches_description" -#: Resources/templates/Localizable.strings:637 +#: Resources/templates/Localizable.strings:656 #, no-wrap msgid "" "Not an option that's needed for everyday booting, but it can be useful if " @@ -2322,13 +2386,13 @@ msgstr "" #. type: "Npci_title" -#: Resources/templates/Localizable.strings:639 +#: Resources/templates/Localizable.strings:658 #, no-wrap msgid "npci=0x2000" msgstr "" #. type: "Npci_description" -#: Resources/templates/Localizable.strings:640 +#: Resources/templates/Localizable.strings:659 #, no-wrap msgid "" "For overcoming a hang at 'PCI configuration begin' on some systems. 0x2000 " @@ -2336,13 +2400,13 @@ msgstr "" #. type: "Npci3_title" -#: Resources/templates/Localizable.strings:642 +#: Resources/templates/Localizable.strings:661 #, no-wrap msgid "npci=0x3000" msgstr "" #. type: "Npci3_description" -#: Resources/templates/Localizable.strings:643 +#: Resources/templates/Localizable.strings:662 #, no-wrap msgid "" "For overcoming a hang at 'PCI configuration begin' on some systems. 0x3000 " @@ -2350,13 +2414,13 @@ msgstr "" #. type: "WaitingRootDevice_title" -#: Resources/templates/Localizable.strings:645 +#: Resources/templates/Localizable.strings:664 #, no-wrap msgid "ahcidisk=1 debug=8" msgstr "" #. type: "WaitingRootDevice_description" -#: Resources/templates/Localizable.strings:646 +#: Resources/templates/Localizable.strings:665 #, no-wrap msgid "" "Info here: Waiting for root device when kernel cache used only with some " @@ -2366,13 +2430,13 @@ msgstr "" #. type: "Darkwake_title" -#: Resources/templates/Localizable.strings:650 +#: Resources/templates/Localizable.strings:669 #, no-wrap msgid "darkwake=0" msgstr "" #. type: "Darkwake_description" -#: Resources/templates/Localizable.strings:651 +#: Resources/templates/Localizable.strings:670 #, no-wrap msgid "" "Lion only. Disables the 'low power wake' feature which can sometimes leave " @@ -2380,13 +2444,13 @@ msgstr "" #. type: "NvdaDrv1_title" -#: Resources/templates/Localizable.strings:653 +#: Resources/templates/Localizable.strings:672 #, no-wrap msgid "nvda_drv=1" msgstr "" #. type: "NvdaDrv1_description" -#: Resources/templates/Localizable.strings:654 +#: Resources/templates/Localizable.strings:673 #, no-wrap msgid "" "It introduces a new Preference Pane under System Preferences that allows you " @@ -2397,13 +2461,13 @@ msgstr "" #. type: "kext-dev-mode1_title" -#: Resources/templates/Localizable.strings:659 +#: Resources/templates/Localizable.strings:678 #, no-wrap msgid "kext-dev-mode=1" msgstr "" #. type: "kext-dev-mode1_description" -#: Resources/templates/Localizable.strings:660 +#: Resources/templates/Localizable.strings:679 #, no-wrap msgid "" "In Yosemite Developer Previews, unsigned or improperly signed kexts will not " @@ -2412,13 +2476,13 @@ msgstr "" #. type: "Dart0_title" -#: Resources/templates/Localizable.strings:662 +#: Resources/templates/Localizable.strings:681 #, no-wrap msgid "dart=0" msgstr "" #. type: "Dart0_description" -#: Resources/templates/Localizable.strings:663 +#: Resources/templates/Localizable.strings:682 #, no-wrap msgid "" "Avoiding the DMAR processing causing by VT-d function in Osx " @@ -2428,85 +2492,85 @@ msgstr "" #. type: "mac-de_title" -#: Resources/templates/Localizable.strings:670 +#: Resources/templates/Localizable.strings:689 #, no-wrap msgid "German Mac Keyboard" msgstr "" #. type: "mac-de_description" -#: Resources/templates/Localizable.strings:671 +#: Resources/templates/Localizable.strings:690 #, no-wrap msgid "Use the keyboard layout for a German Mac keyboard" msgstr "" #. type: "mac-es_title" -#: Resources/templates/Localizable.strings:673 +#: Resources/templates/Localizable.strings:692 #, no-wrap msgid "Spanish Mac Keyboard" msgstr "" #. type: "mac-es_description" -#: Resources/templates/Localizable.strings:674 +#: Resources/templates/Localizable.strings:693 #, no-wrap msgid "Use the keyboard layout for a Spanish Mac keyboard" msgstr "" #. type: "mac-fr_title" -#: Resources/templates/Localizable.strings:676 +#: Resources/templates/Localizable.strings:695 #, no-wrap msgid "French Mac Keyboard" msgstr "" #. type: "mac-fr_description" -#: Resources/templates/Localizable.strings:677 +#: Resources/templates/Localizable.strings:696 #, no-wrap msgid "Use the keyboard layout for a French Mac keyboard" msgstr "" #. type: "mac-it_title" -#: Resources/templates/Localizable.strings:679 +#: Resources/templates/Localizable.strings:698 #, no-wrap msgid "Italian Mac Keyboard" msgstr "" #. type: "mac-it_description" -#: Resources/templates/Localizable.strings:680 +#: Resources/templates/Localizable.strings:699 #, no-wrap msgid "Use the keyboard layout for an Italian Mac keyboard" msgstr "" #. type: "mac-se_title" -#: Resources/templates/Localizable.strings:682 +#: Resources/templates/Localizable.strings:701 #, no-wrap msgid "Swedish Mac Keyboard" msgstr "" #. type: "mac-se_description" -#: Resources/templates/Localizable.strings:683 +#: Resources/templates/Localizable.strings:702 #, no-wrap msgid "Use the keyboard layout for a Swedish Mac keyboard" msgstr "" #. type: "pc-fr_title" -#: Resources/templates/Localizable.strings:685 +#: Resources/templates/Localizable.strings:704 #, no-wrap msgid "French PC Keyboard" msgstr "" #. type: "pc-fr_description" -#: Resources/templates/Localizable.strings:686 +#: Resources/templates/Localizable.strings:705 #, no-wrap msgid "Use the keyboard layout for a French PC keyboard" msgstr "" #. type: "Embed_title" -#: Resources/templates/Localizable.strings:693 +#: Resources/templates/Localizable.strings:712 #, no-wrap msgid "Embed" msgstr "" #. type: "Embed_description" -#: Resources/templates/Localizable.strings:694 +#: Resources/templates/Localizable.strings:713 #, no-wrap msgid "" "A smaller simple version of the new default theme used when building a " @@ -2514,181 +2578,187 @@ msgstr "" #. type: "Legacy_title" -#: Resources/templates/Localizable.strings:696 +#: Resources/templates/Localizable.strings:715 #, no-wrap msgid "Legacy" msgstr "" #. type: "Legacy_description" -#: Resources/templates/Localizable.strings:697 +#: Resources/templates/Localizable.strings:716 #, no-wrap msgid "Chameleon's original default theme introduced for v2.0 RC1" msgstr "" +#. type: "Default_title" +#: Resources/templates/Localizable.strings:718 +#, no-wrap +msgid "Standard" +msgstr "" + #. type: "Default_description" -#: Resources/templates/Localizable.strings:700 +#: Resources/templates/Localizable.strings:719 #, no-wrap msgid "Chameleon default theme introduced for v2.0 RC5" msgstr "" #. type: "Bullet_title" -#: Resources/templates/Localizable.strings:702 +#: Resources/templates/Localizable.strings:721 #, no-wrap msgid "Bullet" msgstr "" #. type: "Bullet_description" -#: Resources/templates/Localizable.strings:703 +#: Resources/templates/Localizable.strings:722 #, no-wrap msgid "A lovely simple theme by NoSmokingBandit from April 2009." msgstr "" #. type: "Audio_title" -#: Resources/templates/Localizable.strings:712 +#: Resources/templates/Localizable.strings:731 #, no-wrap msgid "Audio" msgstr "" #. type: "Audio_description" -#: Resources/templates/Localizable.strings:713 +#: Resources/templates/Localizable.strings:732 #, no-wrap msgid "A selection of options that deal with audio." msgstr "" #. type: "Control_title" -#: Resources/templates/Localizable.strings:716 +#: Resources/templates/Localizable.strings:735 #, no-wrap msgid "Control Options" msgstr "" #. type: "Control_description" -#: Resources/templates/Localizable.strings:717 +#: Resources/templates/Localizable.strings:736 #, no-wrap msgid "Settings to control how Chameleon works." msgstr "" #. type: "General_title" -#: Resources/templates/Localizable.strings:720 +#: Resources/templates/Localizable.strings:739 #, no-wrap msgid "General Options" msgstr "" #. type: "General_description" -#: Resources/templates/Localizable.strings:721 +#: Resources/templates/Localizable.strings:740 #, no-wrap msgid "Choose from a selection of base options." msgstr "" #. type: "KernelFlags_title" -#: Resources/templates/Localizable.strings:724 +#: Resources/templates/Localizable.strings:743 #, no-wrap msgid "Kernel Flags" msgstr "" #. type: "KernelFlags_description" -#: Resources/templates/Localizable.strings:725 +#: Resources/templates/Localizable.strings:744 #, no-wrap msgid "Choose from a selection of kernel flags." msgstr "" #. type: "PowerManagement_title" -#: Resources/templates/Localizable.strings:728 +#: Resources/templates/Localizable.strings:747 #, no-wrap msgid "Power Management" msgstr "" #. type: "PowerManagement_description" -#: Resources/templates/Localizable.strings:729 +#: Resources/templates/Localizable.strings:748 #, no-wrap msgid "A selection of options that deal with power management and speedstep." msgstr "" #. type: "Resolution_description" -#: Resources/templates/Localizable.strings:733 +#: Resources/templates/Localizable.strings:752 #, no-wrap msgid "Set one resolution to use." msgstr "" #. type: "HDEFLayout_title" -#: Resources/templates/Localizable.strings:736 +#: Resources/templates/Localizable.strings:755 #, no-wrap msgid "HDEF Layout" msgstr "" #. type: "HDEFLayout_description" -#: Resources/templates/Localizable.strings:737 +#: Resources/templates/Localizable.strings:756 #, no-wrap msgid "Set one HDEF Layout ID to use for your HDA controller." msgstr "" #. type: "HDAULayout_title" -#: Resources/templates/Localizable.strings:740 +#: Resources/templates/Localizable.strings:759 #, no-wrap msgid "HDAU Layout" msgstr "" #. type: "HDAULayout_description" -#: Resources/templates/Localizable.strings:741 +#: Resources/templates/Localizable.strings:760 #, no-wrap msgid "Set one HDAU Layout ID to use for your HDMi controller." msgstr "" #. type: "IntelCapri_title" -#: Resources/templates/Localizable.strings:744 +#: Resources/templates/Localizable.strings:763 #, no-wrap msgid "Intel Capri AAPL,ig-platform-id" msgstr "" #. type: "IntelCapri_description" -#: Resources/templates/Localizable.strings:745 +#: Resources/templates/Localizable.strings:764 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD4000." msgstr "" #. type: "IntelAzul_title" -#: Resources/templates/Localizable.strings:748 +#: Resources/templates/Localizable.strings:767 #, no-wrap msgid "Intel Azul AAPL,ig-platform-id" msgstr "" #. type: "IntelAzul_description" -#: Resources/templates/Localizable.strings:749 +#: Resources/templates/Localizable.strings:768 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD5000." msgstr "" #. type: "HDEFPinConfiguration_title" -#: Resources/templates/Localizable.strings:752 +#: Resources/templates/Localizable.strings:771 #, no-wrap msgid "HDEF PinConfiguration" msgstr "" #. type: "HDEFPinConfiguration_description" -#: Resources/templates/Localizable.strings:753 +#: Resources/templates/Localizable.strings:772 #, no-wrap msgid "Set one HDEF PinConfiguration to use." msgstr "" #. type: "Video_title" -#: Resources/templates/Localizable.strings:756 +#: Resources/templates/Localizable.strings:775 #, no-wrap msgid "Video" msgstr "" #. type: "Video_description" -#: Resources/templates/Localizable.strings:757 +#: Resources/templates/Localizable.strings:776 #, no-wrap msgid "A selection of options that deal with video." msgstr "" #. type: "Keymaps_title" -#: Resources/templates/Localizable.strings:760 +#: Resources/templates/Localizable.strings:779 #, no-wrap msgid "KeyLayout" msgstr "" #. type: "Keymaps_description" -#: Resources/templates/Localizable.strings:761 +#: Resources/templates/Localizable.strings:780 #, no-wrap msgid "" "Select one keylayout to use. This will also install the Keylayout module and " @@ -2696,13 +2766,13 @@ msgstr "" #. type: "Themes_title" -#: Resources/templates/Localizable.strings:767 +#: Resources/templates/Localizable.strings:786 #, no-wrap msgid "Themes" msgstr "" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:768 +#: Resources/templates/Localizable.strings:787 #, no-wrap msgid "" "A collection of sample themes\n" Index: branches/ErmaC/Enoch/package/po/ro.po =================================================================== --- branches/ErmaC/Enoch/package/po/ro.po (revision 2678) +++ branches/ErmaC/Enoch/package/po/ro.po (revision 2679) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Chameleon 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-13 18:09+0000\n" +"POT-Creation-Date: 2015-05-10 14:42+0200\n" "PO-Revision-Date: 2015-02-13 18:35-0000\n" "Last-Translator: arsradu \n" "Language-Team: ro \n" @@ -20,13 +20,15 @@ #. type: Content of:

#: Resources/templates/Welcome.html:22 -msgid "Chameleon" -msgstr "Bootloaderul Chameleon" +msgid "Enoch" +msgstr "" #. type: Content of:

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

#: Resources/templates/Welcome.html:25 @@ -264,63 +266,125 @@ "boot1 (Pe sectorul de boot al partitiei) pentru a gasi boot2.\n" "boot2 (In directorul principal al partitiei) pentru incarcarea kernelului, etc." -#. type: "Default_title" +#. type: "BootNo_title" #: Resources/templates/Localizable.strings:25 -#: Resources/templates/Localizable.strings:699 #, no-wrap -msgid "Standard" -msgstr "Standard" +msgid "Don't install the Bootloader" +msgstr "Fara instalarea Bootloaderului" -#. type: "Standard_description" +#. type: "BootNo_description" #: Resources/templates/Localizable.strings:26 #, no-wrap -msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." -msgstr "Instalarea Chameleon in directorul principal al partitiei selectate, folosind boot0 sau boot0md in functie de configuratia sistemului, fara a distruge o instalare de Windows daca aceasta e prezenta." +msgid "Useful if you only want to install the extra's." +msgstr "Folositor in cazul in care se doreste instalarea extra-uriilor doar." -#. type: "noboot_title" +#. type: "Stages_title" #: Resources/templates/Localizable.strings:28 -#, no-wrap -msgid "Don't install the Bootloader" -msgstr "Fara instalarea Bootloaderului" +#, fuzzy, no-wrap +#| msgid "Chameleon Bootloader Package" +msgid "Bootloader Stages" +msgstr "Bootloaderul Chameleon" -#. type: "noboot_description" +#. type: "Stages_description" #: Resources/templates/Localizable.strings:29 #, no-wrap -msgid "Useful if you only want to install the extra's." -msgstr "Folositor in cazul in care se doreste instalarea extra-uriilor doar." +msgid "" +"Here you can chose to skip the bootloader installation completely or partially.\n" +"This can be usefull if you want to write Extra's, or skip some stage (0,1 and activation of the target partition).\n" +"Skipping all stages permit you to leave as is already working boot sectors, especially usefull with 4k drives.\n" +"boot is always copied to the target partition when you are skipping one or more stages." +msgstr "" +#. type: "SkipStage0_title" +#: Resources/templates/Localizable.strings:34 +#, no-wrap +msgid "Skip Stage 0" +msgstr "" + +#. type: "SkipStage0_description" +#: Resources/templates/Localizable.strings:35 +#, no-wrap +msgid "" +"Avoid writing stage 0 to the target disk.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipStage1_title" +#: Resources/templates/Localizable.strings:38 +#, no-wrap +msgid "Skip Stage 1" +msgstr "" + +#. type: "SkipStage1_description" +#: Resources/templates/Localizable.strings:39 +#, no-wrap +msgid "" +"Avoid writing stage 1 to the partition boot sector.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipActivePartition_title" +#: Resources/templates/Localizable.strings:42 +#, no-wrap +msgid "Skip Activation" +msgstr "" + +#. type: "SkipActivePartition_description" +#: Resources/templates/Localizable.strings:43 +#, no-wrap +msgid "" +"Prevents activation of the target partition.\n" +"Some old motherboards have a bad implementation of GPT in bios and they can not find partitions if marked active unger Guid Partition Table.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "Standard_title" +#: Resources/templates/Localizable.strings:47 +#, fuzzy, no-wrap +#| msgid " has been written to the root of your chosen partition." +msgid "Install Chameleon in the chosen partition." +msgstr " a fost salvat in directorul principal al partitiei selectate." + +#. type: "Standard_description" +#: Resources/templates/Localizable.strings:48 +#, fuzzy, no-wrap +#| msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." +msgid "Install Chameleon's files to the root of the selected partition using either boot0, boot0md or boot0hfs depending on your system without destroying any existing Windows installation if you have one." +msgstr "Instalarea Chameleon in directorul principal al partitiei selectate, folosind boot0 sau boot0md in functie de configuratia sistemului, fara a distruge o instalare de Windows daca aceasta e prezenta." + #. type: "EFI_title" -#: Resources/templates/Localizable.strings:31 +#: Resources/templates/Localizable.strings:50 #, no-wrap msgid "Install Chameleon in the ESP" msgstr "" #. type: "EFI_description" -#: Resources/templates/Localizable.strings:32 -#, no-wrap -msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +#: Resources/templates/Localizable.strings:51 +#, fuzzy, no-wrap +#| msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0, boot0md or boot0hfs depending on your system." msgstr "Instalarea Chameleon in partitia EFI (de obicei ascunsa) folosind boot0 sau boot0md in functie de configuratia sistemului, fara a distruge o instalare de Windows daca aceasta e prezenta." #. type: "Module_title" -#: Resources/templates/Localizable.strings:37 +#: Resources/templates/Localizable.strings:56 #, no-wrap msgid "Modules" msgstr "Module" #. type: "Module_description" -#: Resources/templates/Localizable.strings:38 +#: Resources/templates/Localizable.strings:57 #, no-wrap msgid "The modules system incorporated in chameleon allows for a user or developer to extend the core functionality of chameleon without replacing the main boot file." msgstr "Sistemul modular al bootloaderului Chameleon permite developeriilor sa extinda functionalitatea de baza fara a modifica fisierul principal de boot." #. type: "klibc_title" -#: Resources/templates/Localizable.strings:40 +#: Resources/templates/Localizable.strings:59 #, no-wrap msgid "klibc" msgstr "klibc" #. type: "klibc_description" -#: Resources/templates/Localizable.strings:41 +#: Resources/templates/Localizable.strings:60 #, no-wrap msgid "" "This module provides a standard c library for modules to link to if the library provided by chameleon is insufficient.\n" @@ -332,13 +396,13 @@ "Sursa: http://www.kernel.org/pub/linux/libs/klibc/" #. type: "ACPICodec_title" -#: Resources/templates/Localizable.strings:45 +#: Resources/templates/Localizable.strings:64 #, no-wrap msgid "ACPICodec" msgstr "ACPICodec" #. type: "ACPICodec_description" -#: Resources/templates/Localizable.strings:46 +#: Resources/templates/Localizable.strings:65 #, no-wrap msgid "" "This module provides a substitute for the internal acpi patcher.\n" @@ -348,13 +412,13 @@ "Dependinte: niciuna" #. type: "HDAEnabler_title" -#: Resources/templates/Localizable.strings:49 +#: Resources/templates/Localizable.strings:68 #, no-wrap msgid "HDAEnabler" msgstr "HDAEnabler" #. type: "HDAEnabler_description" -#: Resources/templates/Localizable.strings:50 +#: Resources/templates/Localizable.strings:69 #, no-wrap msgid "" "HDAEnabler module, this module provides a substitute for the Hight Definition Audio DSDT Edits.\n" @@ -364,13 +428,13 @@ "Dependinte: niciuna" #. type: "FileNVRAM_title" -#: Resources/templates/Localizable.strings:53 +#: Resources/templates/Localizable.strings:72 #, no-wrap msgid "FileNVRAM" msgstr "FileNVRAM" #. type: "FileNVRAM_description" -#: Resources/templates/Localizable.strings:54 +#: Resources/templates/Localizable.strings:73 #, no-wrap msgid "" "FileNVRAM module for preloading NVRAM values.\n" @@ -380,13 +444,13 @@ "Dependinte: niciuna" #. type: "Sata_title" -#: Resources/templates/Localizable.strings:57 +#: Resources/templates/Localizable.strings:76 #, no-wrap msgid "Sata" msgstr "Sata" #. type: "Sata_description" -#: Resources/templates/Localizable.strings:58 +#: Resources/templates/Localizable.strings:77 #, no-wrap msgid "" "Sata module, known as YellowIconFixer in cparm's branch.\n" @@ -398,14 +462,14 @@ "Dependinte: niciuna" #. type: "Resolution_title" -#: Resources/templates/Localizable.strings:62 -#: Resources/templates/Localizable.strings:732 +#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:751 #, no-wrap msgid "Resolution" msgstr "Rezolutie" #. type: "AutoReso_description" -#: Resources/templates/Localizable.strings:63 +#: Resources/templates/Localizable.strings:82 #, no-wrap msgid "" "This module reads the edid information from the monitor attached to the main display.\n" @@ -416,13 +480,13 @@ "De asemenea la cazul placiilor pre-Intel HD, acest modul corecteaza moduriile VESA, setand o rezolutie corecta in timpul procesului de boot." #. type: "uClibc_title" -#: Resources/templates/Localizable.strings:67 +#: Resources/templates/Localizable.strings:86 #, no-wrap msgid "uClibc++" msgstr "uClibc++" #. type: "uClibc_description" -#: Resources/templates/Localizable.strings:68 +#: Resources/templates/Localizable.strings:87 #, no-wrap msgid "" "This module provides a minimalistic c++ runtime library for use in other modules. This does not provide functionality by itself, instead it is used to allow for the c++ language to be used in other modules.\n" @@ -436,13 +500,13 @@ "Dependente: klibc" #. type: "KernelPatcher_title" -#: Resources/templates/Localizable.strings:73 +#: Resources/templates/Localizable.strings:92 #, no-wrap msgid "Kernel Patcher" msgstr "Kernel Patcher" #. type: "KernelPatcher_description" -#: Resources/templates/Localizable.strings:74 +#: Resources/templates/Localizable.strings:93 #, no-wrap msgid "" "The KernelPatcher module provides patches for the following:\n" @@ -460,13 +524,13 @@ "Dependinte: niciuna" #. type: "KextPatcher_title" -#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:100 #, no-wrap msgid "Kext Patcher" msgstr "Kext Patcher" #. type: "KextPatcher_description" -#: Resources/templates/Localizable.strings:82 +#: Resources/templates/Localizable.strings:101 #, no-wrap msgid "" "The KextPatcher module provides patches for the following:\n" @@ -476,13 +540,13 @@ "Dependinte: niciuna" #. type: "NVIDIAGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:85 +#: Resources/templates/Localizable.strings:104 #, no-wrap msgid "NVIDIAGraphicsEnabler" msgstr "NVIDIAGraphicsEnabler" #. type: "NVIDIAGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:86 +#: Resources/templates/Localizable.strings:105 #, no-wrap msgid "" "The GraphicsEnabler nVidia code ported to a module.\n" @@ -492,13 +556,13 @@ "Dependinte: niciuna" #. type: "GraphicsEnablerModule_title" -#: Resources/templates/Localizable.strings:89 +#: Resources/templates/Localizable.strings:108 #, no-wrap msgid "GraphicsEnabler" msgstr "GraphicsEnabler" #. type: "GraphicsEnablerModule_description" -#: Resources/templates/Localizable.strings:90 +#: Resources/templates/Localizable.strings:109 #, no-wrap msgid "" "The GraphicsEnabler code ported to a module.\n" @@ -508,13 +572,13 @@ "Dependinte: niciuna" #. type: "AMDGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:93 +#: Resources/templates/Localizable.strings:112 #, no-wrap msgid "AMDGraphicsEnabler" msgstr "AMDGraphicsEnabler" #. type: "AMDGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:94 +#: Resources/templates/Localizable.strings:113 #, no-wrap msgid "" "The GraphicsEnabler AMD/ATi code ported to a module.\n" @@ -524,13 +588,13 @@ "Dependinte: niciuna" #. type: "IntelGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:97 +#: Resources/templates/Localizable.strings:116 #, no-wrap msgid "IntelGraphicsEnabler" msgstr "IntelGraphicsEnabler" #. type: "IntelGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:98 +#: Resources/templates/Localizable.strings:117 #, no-wrap msgid "" "The GraphicsEnabler gma(Intel) code ported to a module.\n" @@ -540,61 +604,61 @@ "Dependinte: niciuna" #. type: "Options_title" -#: Resources/templates/Localizable.strings:106 +#: Resources/templates/Localizable.strings:125 #, no-wrap msgid "Settings" msgstr "Setari" #. type: "Options_description" -#: Resources/templates/Localizable.strings:107 +#: Resources/templates/Localizable.strings:126 #, no-wrap msgid "Create an /Extra/org.chameleon.Boot.plist by selecting any of these boot options and kernel flags." msgstr "Creaza un fisier /Extra/org.chameleon.Boot.plist prin selelectarea oricarei optiuni sau flag pentru kernel." #. type: "BootBanner_title" -#: Resources/templates/Localizable.strings:109 +#: Resources/templates/Localizable.strings:128 #, no-wrap msgid "BootBanner=No" msgstr "BootBanner=No" #. type: "BootBanner_description" -#: Resources/templates/Localizable.strings:110 +#: Resources/templates/Localizable.strings:129 #, no-wrap msgid "Hides Chameleon's boot banner in GUI. This is the text that is drawn at the top left corner of the screen displaying the release version etc." msgstr "Ascunde informatiile din partea stranga sus, precum ar fi versiunea Chameleon, etc." #. type: "GUI_title" -#: Resources/templates/Localizable.strings:112 +#: Resources/templates/Localizable.strings:131 #, no-wrap msgid "GUI=No" msgstr "GUI=No" #. type: "GUI_description" -#: Resources/templates/Localizable.strings:113 +#: Resources/templates/Localizable.strings:132 #, no-wrap msgid "Disables the default enabled graphic user interface." msgstr "Dezactiveaza interfata grafica implicit activa." #. type: "LegacyLogo_title" -#: Resources/templates/Localizable.strings:115 +#: Resources/templates/Localizable.strings:134 #, no-wrap msgid "LegacyLogo=Yes" msgstr "LegacyLogo=Yes" #. type: "LegacyLogo_description" -#: Resources/templates/Localizable.strings:116 +#: Resources/templates/Localizable.strings:135 #, no-wrap msgid "Use the legacy 'dark grey' apple logo on the light grey screen for the boot process rather than the boot.png in the theme." msgstr "Folosirea logoului apple normal, gri pe fundal gri deschis, in loc de cel inclus in tema 'boot.png'." #. type: "InstantMenu_title" -#: Resources/templates/Localizable.strings:118 +#: Resources/templates/Localizable.strings:137 #, no-wrap msgid "InstantMenu=Yes" msgstr "InstantMenu=Yes" #. type: "InstantMenu_description" -#: Resources/templates/Localizable.strings:119 +#: Resources/templates/Localizable.strings:138 #, no-wrap msgid "By default, when Chameleon loads you'll see the icon for the current default partition, along with a timeout progress bar which left alone will count down before Chameleon automatically boots that partition. This options skips that and takes you directly to the device selection screen." msgstr "" @@ -602,37 +666,37 @@ "Aceasta setare obliga Chameleon sa afiseze toata lista de partitii direct." #. type: "QuietBoot_title" -#: Resources/templates/Localizable.strings:121 +#: Resources/templates/Localizable.strings:140 #, no-wrap msgid "QuietBoot=Yes" msgstr "QuietBoot=Yes" #. type: "QuietBoot_description" -#: Resources/templates/Localizable.strings:122 +#: Resources/templates/Localizable.strings:141 #, no-wrap msgid "Enable quiet boot mode (no messages or prompt)." msgstr "Activeaza modul silentios de boot (nici un mesaj sau notificare)." #. type: "ShowInfo_title" -#: Resources/templates/Localizable.strings:124 +#: Resources/templates/Localizable.strings:143 #, no-wrap msgid "ShowInfo=Yes" msgstr "ShowInfo=Yes" #. type: "ShowInfo_description" -#: Resources/templates/Localizable.strings:125 +#: Resources/templates/Localizable.strings:144 #, no-wrap msgid "Enables display of partition and resolution details shown on the left side of the GUI under the boot banner. This is useful information for troubleshooting, though can clash with certain themes." msgstr "Activeaza afisarea de informatii in partea stanga sub boot banner, cum ar fi rezolutia, discul de boot, partitia, etc. Aceasta setare este recomandata pentru depistarea problemelor." #. type: "Wait_title" -#: Resources/templates/Localizable.strings:127 +#: Resources/templates/Localizable.strings:146 #, no-wrap msgid "Wait=Yes" msgstr "Wait=Yes" #. type: "Wait_description" -#: Resources/templates/Localizable.strings:128 +#: Resources/templates/Localizable.strings:147 #, no-wrap msgid "Pauses the boot process after Chameleon has finished it's setup then waits for a key press before it starts the mach kernel. Useful when combined with verbose boot for troubleshooting." msgstr "" @@ -640,542 +704,542 @@ "Optiune de asemenea recomandata pentru depistarea problemelor, in combinatie cu modul verbose." #. type: "PrivateData_title" -#: Resources/templates/Localizable.strings:130 +#: Resources/templates/Localizable.strings:149 #, no-wrap msgid "PrivateData=No" msgstr "PrivateData=No" #. type: "PrivateData_description" -#: Resources/templates/Localizable.strings:131 +#: Resources/templates/Localizable.strings:150 #, no-wrap msgid "Show masked data (serial number) in bdmesg log (enbaled by default)." msgstr "" #. type: "USBBusFix_title" -#: Resources/templates/Localizable.strings:135 +#: Resources/templates/Localizable.strings:154 #, no-wrap msgid "USBBusFix=Yes" msgstr "USBBusFix=Yes" #. type: "USBBusFix_description" -#: Resources/templates/Localizable.strings:136 +#: Resources/templates/Localizable.strings:155 #, no-wrap msgid "Enable the XHCI, EHCI and UHCI fixes (disabled by default)." msgstr "" #. type: "USBLegacyOff_title" -#: Resources/templates/Localizable.strings:138 +#: Resources/templates/Localizable.strings:157 #, no-wrap msgid "USBLegacyOff=Yes" msgstr "USBLegacyOff=Yes" #. type: "USBLegacyOff_description" -#: Resources/templates/Localizable.strings:139 +#: Resources/templates/Localizable.strings:158 #, no-wrap msgid "Force USB Legacy off for XHCI and EHCI (disabled by default)." msgstr "" #. type: "XHCILegacyOff_title" -#: Resources/templates/Localizable.strings:141 +#: Resources/templates/Localizable.strings:160 #, no-wrap msgid "XHCILegacyOff=Yes" msgstr "XHCILegacyOff=Yes" #. type: "XHCILegacyOff_description" -#: Resources/templates/Localizable.strings:142 +#: Resources/templates/Localizable.strings:161 #, no-wrap msgid "Force USB Legacy off for XHCI (disabled by default)." msgstr "" #. type: "UHCIreset_title" -#: Resources/templates/Localizable.strings:144 +#: Resources/templates/Localizable.strings:163 #, no-wrap msgid "UHCIreset=Yes" msgstr "UHCIreset=Yes" #. type: "UHCIreset_description" -#: Resources/templates/Localizable.strings:145 +#: Resources/templates/Localizable.strings:164 #, no-wrap msgid "Enables the option to reset UHCI controllers before starting OS X." msgstr "Activati optiunea pentru a reseta controlerele UHCI inainte de pornirea sistemului OS X." #. type: "EHCIacquire_title" -#: Resources/templates/Localizable.strings:147 +#: Resources/templates/Localizable.strings:166 #, no-wrap msgid "EHCIacquire=Yes" msgstr "EHCIacquire=Yes" #. type: "EHCIacquire_description" -#: Resources/templates/Localizable.strings:148 +#: Resources/templates/Localizable.strings:167 #, no-wrap msgid "Enables the option to fix any EHCI ownership issues due to bad bioses." msgstr "Activati optiunea pentru a repara orice problema de access EHCI in cazul biosuriilor cu defecte." #. type: "arch_title" -#: Resources/templates/Localizable.strings:150 +#: Resources/templates/Localizable.strings:169 #, no-wrap msgid "arch=i386" msgstr "arch=i386" #. type: "arch_description" -#: Resources/templates/Localizable.strings:151 +#: Resources/templates/Localizable.strings:170 #, no-wrap msgid "Boots the kernel in 32bit mode rather than the default 64bit mode." msgstr "Porneste kernelul in modul 32 bit in loc de modul natural 64bit." #. type: "EthernetBuiltIn_title" -#: Resources/templates/Localizable.strings:153 +#: Resources/templates/Localizable.strings:172 #, no-wrap msgid "EthernetBuiltIn=Yes" msgstr "EthernetBuiltIn=Yes" #. type: "EthernetBuiltIn_description" -#: Resources/templates/Localizable.strings:154 +#: Resources/templates/Localizable.strings:173 #, no-wrap msgid "Enables the option of adding 'built-in' to your ethernet devices." msgstr "Activati aceasta optiune pentru a seta modul integrat al placiilor de retea." #. type: "EnableWifi_title" -#: Resources/templates/Localizable.strings:156 +#: Resources/templates/Localizable.strings:175 #, no-wrap msgid "EnableWifi=Yes" msgstr "EnableWifi=Yes" #. type: "EnableWifi_description" -#: Resources/templates/Localizable.strings:157 +#: Resources/templates/Localizable.strings:176 #, no-wrap msgid "Enables the option of adding AirPort values to your wireless device." msgstr "Permite posibilitatea de a adauga valori AirPort la dispozitivul dvs wireless." #. type: "ForceHPET_title" -#: Resources/templates/Localizable.strings:159 +#: Resources/templates/Localizable.strings:178 #, no-wrap msgid "ForceHPET=Yes" msgstr "ForceHPET=Yes" #. type: "ForceHPET_description" -#: Resources/templates/Localizable.strings:160 +#: Resources/templates/Localizable.strings:179 #, no-wrap msgid "Enables HPET on intel chipsets, for bioses that dont include the option." msgstr "Activeaza modul HPET pe chipseturi Intel care nu au optiunea HPET in bios." #. type: "ForceWake_title" -#: Resources/templates/Localizable.strings:162 +#: Resources/templates/Localizable.strings:181 #, no-wrap msgid "ForceWake=Yes" msgstr "ForceWake=Yes" #. type: "ForceWake_description" -#: Resources/templates/Localizable.strings:163 +#: Resources/templates/Localizable.strings:182 #, no-wrap msgid "This option enables you to bypass bad sleep images." msgstr "Aceasta optiune permite sistemului sa ignore imaginiie de sleep defecte." #. type: "ForceFullMemInfo_title" -#: Resources/templates/Localizable.strings:165 +#: Resources/templates/Localizable.strings:184 #, no-wrap msgid "ForceFullMemInfo=Yes" msgstr "ForceFullMemInfo=Yes" #. type: "ForceFullMemInfo_description" -#: Resources/templates/Localizable.strings:166 +#: Resources/templates/Localizable.strings:185 #, no-wrap msgid "Force SMBIOS Table 17 to be 27 bytes long." msgstr "Forteaza SMBIOS Table 17 sa aiba o lungime de 27 de bytes." #. type: "RestartFix_title" -#: Resources/templates/Localizable.strings:168 +#: Resources/templates/Localizable.strings:187 #, no-wrap msgid "RestartFix=No" msgstr "RestartFix=No" #. type: "RestartFix_description" -#: Resources/templates/Localizable.strings:169 +#: Resources/templates/Localizable.strings:188 #, no-wrap msgid "Disables the automatically enabled restart fix." msgstr "Dezactiveaza patchul pentru restart prezent implicit." #. type: "UseMemDetect_title" -#: Resources/templates/Localizable.strings:171 +#: Resources/templates/Localizable.strings:190 #, no-wrap msgid "UseMemDetect=No" msgstr "UseMemDetect=No" #. type: "UseMemDetect_description" -#: Resources/templates/Localizable.strings:172 +#: Resources/templates/Localizable.strings:191 #, no-wrap msgid "Disables the automatically enabled RAM recognition." msgstr "Dezactiveaza auto-detectarea memoriei RAM." #. type: "UseKernelCache_title" -#: Resources/templates/Localizable.strings:174 +#: Resources/templates/Localizable.strings:193 #, no-wrap msgid "UseKernelCache=Yes" msgstr "UseKernelCache=Yes" #. type: "UseKernelCache_description" -#: Resources/templates/Localizable.strings:175 +#: Resources/templates/Localizable.strings:194 #, no-wrap msgid "For Lion only. Enables loading of the pre-linked kernel. This will ignore /E/E and /S/L/E. ONLY use this is you have know it contains everything you need." msgstr "Pentru Lion doar, sistemul va incarca kernelul deja configurat cu extensii, ignorand /E/E si /S/L/E. Folositi aceasta optiune DOAR daca stiti ca in cache-ul kernelului sunt incluse toate extensiile de care are nevoie sistemul." #. type: "Wake_title" -#: Resources/templates/Localizable.strings:177 +#: Resources/templates/Localizable.strings:196 #, no-wrap msgid "Wake=Yes" msgstr "Wake=Yes" #. type: "Wake_description" -#: Resources/templates/Localizable.strings:178 +#: Resources/templates/Localizable.strings:197 #, no-wrap msgid "Attempts to load the sleep image saved from last hibernation." msgstr "Incercare de a incarca imaginea salvata la ultima hibernare." #. type: "CSTUsingSystemIO_title" -#: Resources/templates/Localizable.strings:182 +#: Resources/templates/Localizable.strings:201 #, no-wrap msgid "CSTUsingSystemIO=Yes" msgstr "CSTUsingSystemIO=Yes" #. type: "CSTUsingSystemIO_description" -#: Resources/templates/Localizable.strings:183 +#: Resources/templates/Localizable.strings:202 #, no-wrap msgid "New C-State _CST generation method using SystemIO registers instead of FixedHW." msgstr "Noul mod de generare C-State _CST folosind registrele SystemIO in loc de FixedHW." #. type: "DropSSDT_title" -#: Resources/templates/Localizable.strings:185 +#: Resources/templates/Localizable.strings:204 #, no-wrap msgid "DropSSDT=Yes" msgstr "DropSSDT=Yes" #. type: "DropSSDT_description" -#: Resources/templates/Localizable.strings:186 +#: Resources/templates/Localizable.strings:205 #, no-wrap msgid "Discard the motherboard's built-in SSDT tables." msgstr "Ingorarea tabelelor SSDT incluse in biosul placii de baza." #. type: "DropHPET_title" -#: Resources/templates/Localizable.strings:188 +#: Resources/templates/Localizable.strings:207 #, no-wrap msgid "DropHPET=Yes" msgstr "DropHPET=Yes" #. type: "DropHPET_description" -#: Resources/templates/Localizable.strings:189 +#: Resources/templates/Localizable.strings:208 #, no-wrap msgid "Discard the motherboard's built-in HPET table." msgstr "Ingorarea tabelelor HPET incluse in biosul placii de baza." #. type: "DropSBST_title" -#: Resources/templates/Localizable.strings:191 +#: Resources/templates/Localizable.strings:210 #, no-wrap msgid "DropSBST=Yes" msgstr "DropSBST=Yes" #. type: "DropSBST_description" -#: Resources/templates/Localizable.strings:192 +#: Resources/templates/Localizable.strings:211 #, no-wrap msgid "Discard the motherboard's built-in SBST table." msgstr "Ingorarea tabelelor SBST incluse in biosul placii de baza." #. type: "DropECDT_title" -#: Resources/templates/Localizable.strings:194 +#: Resources/templates/Localizable.strings:213 #, no-wrap msgid "DropECDT=Yes" msgstr "DropECDT=Yes" #. type: "DropECDT_description" -#: Resources/templates/Localizable.strings:195 +#: Resources/templates/Localizable.strings:214 #, no-wrap msgid "Discard the motherboard's built-in ECDT table." msgstr "Ingorarea tabelelor ECDT incluse in biosul placii de baza." #. type: "DropASFT_title" -#: Resources/templates/Localizable.strings:197 +#: Resources/templates/Localizable.strings:216 #, no-wrap msgid "DropASFT=Yes" msgstr "DropASFT=Yes" #. type: "DropASFT_description" -#: Resources/templates/Localizable.strings:198 +#: Resources/templates/Localizable.strings:217 #, no-wrap msgid "Discard the motherboard's built-in ASF! table." msgstr "Ingorarea tabelelor ASF! incluse in biosul placii de baza." #. type: "DropDMAR_title" -#: Resources/templates/Localizable.strings:200 +#: Resources/templates/Localizable.strings:219 #, no-wrap msgid "DropDMAR=Yes" msgstr "DropDMAR=Yes" #. type: "DropDMAR_description" -#: Resources/templates/Localizable.strings:201 +#: Resources/templates/Localizable.strings:220 #, no-wrap msgid "Discard the motherboard's built-in DMAR table, this key action resolve the problem with VT-d panics." msgstr "Inlatura tabela DMAR preinstalata a placii de baza, aceast lucru rezolvand problema de VT-d panics." #. type: "EnableC2State_title" -#: Resources/templates/Localizable.strings:203 +#: Resources/templates/Localizable.strings:222 #, no-wrap msgid "EnableC2State=Yes" msgstr "EnableC2State=Yes" #. type: "EnableC2State_description" -#: Resources/templates/Localizable.strings:204 +#: Resources/templates/Localizable.strings:223 #, no-wrap msgid "Enable specific Processor power state, C2." msgstr "Activeaza modul de energie al procesorului, C2." #. type: "EnableC3State_title" -#: Resources/templates/Localizable.strings:206 +#: Resources/templates/Localizable.strings:225 #, no-wrap msgid "EnableC3State=Yes" msgstr "EnableC3State=Yes" #. type: "EnableC3State_description" -#: Resources/templates/Localizable.strings:207 +#: Resources/templates/Localizable.strings:226 #, no-wrap msgid "Enable specific Processor power state, C3." msgstr "Activeaza modul de energie al procesorului, C3." #. type: "EnableC4State_title" -#: Resources/templates/Localizable.strings:209 +#: Resources/templates/Localizable.strings:228 #, no-wrap msgid "EnableC4State=Yes" msgstr "EnableC4State=Yes" #. type: "EnableC4State_description" -#: Resources/templates/Localizable.strings:210 +#: Resources/templates/Localizable.strings:229 #, no-wrap msgid "Enable specific Processor power state, C4." msgstr "Activeaza modul de energie al procesorului, C4." #. type: "EnableC6State_title" -#: Resources/templates/Localizable.strings:212 +#: Resources/templates/Localizable.strings:231 #, no-wrap msgid "EnableC6State=Yes" msgstr "EnableC6State=Yes" #. type: "EnableC6State_description" -#: Resources/templates/Localizable.strings:213 +#: Resources/templates/Localizable.strings:232 #, no-wrap msgid "Enable specific Processor power state, C6." msgstr "Activeaza modul de energie al procesorului, C6." #. type: "EnableC7State_title" -#: Resources/templates/Localizable.strings:215 +#: Resources/templates/Localizable.strings:234 #, no-wrap msgid "EnableC7State=Yes" msgstr "EnableC7State=Yes" #. type: "EnableC7State_description" -#: Resources/templates/Localizable.strings:216 +#: Resources/templates/Localizable.strings:235 #, no-wrap msgid "Enable specific Processor power state, C7." msgstr "Activeaza modul de energie al procesorului, C7." #. type: "GenerateCStates_title" -#: Resources/templates/Localizable.strings:218 +#: Resources/templates/Localizable.strings:237 #, no-wrap msgid "GenerateCStates=Yes" msgstr "GenerateCStates=Yes" #. type: "GenerateCStates_description" -#: Resources/templates/Localizable.strings:219 +#: Resources/templates/Localizable.strings:238 #, no-wrap msgid "Enable auto generation of processor idle sleep states (C-States)." msgstr "Activeaza timpii 'idle' ai procesorului (C-States)." #. type: "GeneratePStates_title" -#: Resources/templates/Localizable.strings:221 +#: Resources/templates/Localizable.strings:240 #, no-wrap msgid "GeneratePStates=Yes" msgstr "GeneratePStates=Yes" #. type: "GeneratePStates_description" -#: Resources/templates/Localizable.strings:222 +#: Resources/templates/Localizable.strings:241 #, no-wrap msgid "Enable auto generation of processor power performance states (P-States)." msgstr "Activeaza auto-generarea moduriilor de energie ale procesorului (P-States)." #. type: "GenerateTStates_title" -#: Resources/templates/Localizable.strings:224 +#: Resources/templates/Localizable.strings:243 #, no-wrap msgid "GenerateTStates=Yes" msgstr "GenerateTStates=Yes" #. type: "GenerateTStates_description" -#: Resources/templates/Localizable.strings:225 +#: Resources/templates/Localizable.strings:244 #, no-wrap msgid "Enable auto generation of processor power performance states (T-States)." msgstr "Activeaza auto-generarea moduriilor de energie ale procesorului (T-States)." #. type: "1024x600x32_title" -#: Resources/templates/Localizable.strings:229 +#: Resources/templates/Localizable.strings:248 #, no-wrap msgid "1024x600x32" msgstr "1024x600x32" #. type: "1024x600x32_description" -#: Resources/templates/Localizable.strings:230 +#: Resources/templates/Localizable.strings:249 #, no-wrap msgid "Set Graphics Mode to 1024x600x32" msgstr "Setarea rezolutiei la 1024x600x32" #. type: "1024x768x32_title" -#: Resources/templates/Localizable.strings:232 +#: Resources/templates/Localizable.strings:251 #, no-wrap msgid "1024x768x32" msgstr "1024x768x32" #. type: "1024x768x32_description" -#: Resources/templates/Localizable.strings:233 +#: Resources/templates/Localizable.strings:252 #, no-wrap msgid "Set Graphics Mode to 1024x768x32" msgstr "Setarea rezolutiei la 1024x768x32" #. type: "1280x768x32_title" -#: Resources/templates/Localizable.strings:235 +#: Resources/templates/Localizable.strings:254 #, no-wrap msgid "1280x768x32" msgstr "1280x768x32" #. type: "1280x768x32_description" -#: Resources/templates/Localizable.strings:236 +#: Resources/templates/Localizable.strings:255 #, no-wrap msgid "Set Graphics Mode to 1280x768x32" msgstr "Setarea rezolutiei la 1280x768x32" #. type: "1280x800x32_title" -#: Resources/templates/Localizable.strings:238 +#: Resources/templates/Localizable.strings:257 #, no-wrap msgid "1280x800x32" msgstr "1280x800x32" #. type: "1280x800x32_description" -#: Resources/templates/Localizable.strings:239 +#: Resources/templates/Localizable.strings:258 #, no-wrap msgid "Set Graphics Mode to 1280x800x32" msgstr "Setarea rezolutiei la 1280x800x32" #. type: "1280x1024x32_title" -#: Resources/templates/Localizable.strings:241 +#: Resources/templates/Localizable.strings:260 #, no-wrap msgid "1280x1024x32" msgstr "1280x1024x32" #. type: "1280x1024x32_description" -#: Resources/templates/Localizable.strings:242 +#: Resources/templates/Localizable.strings:261 #, no-wrap msgid "Set Graphics Mode to 1280x1024x32" msgstr "Setarea rezolutiei la 1280x1024x32" #. type: "1280x960x32_title" -#: Resources/templates/Localizable.strings:244 +#: Resources/templates/Localizable.strings:263 #, no-wrap msgid "1280x960x32" msgstr "1280x960x32" #. type: "1280x960x32_description" -#: Resources/templates/Localizable.strings:245 +#: Resources/templates/Localizable.strings:264 #, no-wrap msgid "Set Graphics Mode to 1280x960x32" msgstr "Setarea rezolutiei la 1280x960x32" #. type: "1366x768x32_title" -#: Resources/templates/Localizable.strings:247 +#: Resources/templates/Localizable.strings:266 #, no-wrap msgid "1366x768x32" msgstr "1366x768x32" #. type: "1366x768x32_description" -#: Resources/templates/Localizable.strings:248 +#: Resources/templates/Localizable.strings:267 #, no-wrap msgid "Set Graphics Mode to 1366x768x32" msgstr "Setarea rezolutiei la 1366x768x32" #. type: "1440x900x32_title" -#: Resources/templates/Localizable.strings:250 +#: Resources/templates/Localizable.strings:269 #, no-wrap msgid "1440x900x32" msgstr "1440x900x32" #. type: "1440x900x32_description" -#: Resources/templates/Localizable.strings:251 +#: Resources/templates/Localizable.strings:270 #, no-wrap msgid "Set Graphics Mode to 1440x900x32" msgstr "Setarea rezolutiei la 1440x900x32" #. type: "1600x900x32_title" -#: Resources/templates/Localizable.strings:253 +#: Resources/templates/Localizable.strings:272 #, no-wrap msgid "1600x900x32" msgstr "1600x900x32" #. type: "1600x900x32_description" -#: Resources/templates/Localizable.strings:254 +#: Resources/templates/Localizable.strings:273 #, no-wrap msgid "Set Graphics Mode to 1600x900x32" msgstr "Setarea rezolutiei la 1600x900x32" #. type: "1600x1200x32_title" -#: Resources/templates/Localizable.strings:256 +#: Resources/templates/Localizable.strings:275 #, no-wrap msgid "1600x1200x32" msgstr "1600x1200x32" #. type: "1600x1200x32_description" -#: Resources/templates/Localizable.strings:257 +#: Resources/templates/Localizable.strings:276 #, no-wrap msgid "Set Graphics Mode to 1600x1200x32" msgstr "Setarea rezolutiei la 1600x1200x32" #. type: "1680x1050x32_title" -#: Resources/templates/Localizable.strings:259 +#: Resources/templates/Localizable.strings:278 #, no-wrap msgid "1680x1050x32" msgstr "1680x1050x32" #. type: "1680x1050x32_description" -#: Resources/templates/Localizable.strings:260 +#: Resources/templates/Localizable.strings:279 #, no-wrap msgid "Set Graphics Mode to 1680x1050x32" msgstr "Setarea rezolutiei la 1680x1050x32" #. type: "1920x1080x32_title" -#: Resources/templates/Localizable.strings:262 +#: Resources/templates/Localizable.strings:281 #, no-wrap msgid "1920x1080x32" msgstr "1920x1080x32" #. type: "1920x1080x32_description" -#: Resources/templates/Localizable.strings:263 +#: Resources/templates/Localizable.strings:282 #, no-wrap msgid "Set Graphics Mode to 1920x1080x32" msgstr "Setarea rezolutiei la1920x1080x32" #. type: "1920x1200x32_title" -#: Resources/templates/Localizable.strings:265 +#: Resources/templates/Localizable.strings:284 #, no-wrap msgid "1920x1200x32" msgstr "1920x1200x32" #. type: "1920x1200x32_description" -#: Resources/templates/Localizable.strings:266 +#: Resources/templates/Localizable.strings:285 #, no-wrap msgid "Set Graphics Mode to 1920x1200x32" msgstr "Setarea rezolutiei la 1920x1200x32" #. type: "HDAULayoutIDx01_title" -#: Resources/templates/Localizable.strings:270 -#: Resources/templates/Localizable.strings:376 +#: Resources/templates/Localizable.strings:289 +#: Resources/templates/Localizable.strings:395 #, no-wrap msgid "LayoutID=1" msgstr "LayoutID=1" #. type: "HDEFLayoutIDx01_description" -#: Resources/templates/Localizable.strings:271 +#: Resources/templates/Localizable.strings:290 #, no-wrap msgid "" "Set HDEF layout-it to 1:\n" @@ -1185,14 +1249,14 @@ "001 (0x01, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx02_title" -#: Resources/templates/Localizable.strings:274 -#: Resources/templates/Localizable.strings:380 +#: Resources/templates/Localizable.strings:293 +#: Resources/templates/Localizable.strings:399 #, no-wrap msgid "LayoutID=2" msgstr "LayoutID=2" #. type: "HDEFLayoutIDx02_description" -#: Resources/templates/Localizable.strings:275 +#: Resources/templates/Localizable.strings:294 #, no-wrap msgid "" "Set HDEF layout-it to 2:\n" @@ -1202,14 +1266,14 @@ "002 (0x02, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx03_title" -#: Resources/templates/Localizable.strings:278 -#: Resources/templates/Localizable.strings:384 +#: Resources/templates/Localizable.strings:297 +#: Resources/templates/Localizable.strings:403 #, no-wrap msgid "LayoutID=3" msgstr "LayoutID=3" #. type: "HDEFLayoutIDx03_description" -#: Resources/templates/Localizable.strings:279 +#: Resources/templates/Localizable.strings:298 #, no-wrap msgid "" "Set HDEF layout-it to 3:\n" @@ -1219,14 +1283,14 @@ "003 (0x03, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx05_title" -#: Resources/templates/Localizable.strings:282 -#: Resources/templates/Localizable.strings:388 +#: Resources/templates/Localizable.strings:301 +#: Resources/templates/Localizable.strings:407 #, no-wrap msgid "LayoutID=5" msgstr "LayoutID=5" #. type: "HDEFLayoutIDx05_description" -#: Resources/templates/Localizable.strings:283 +#: Resources/templates/Localizable.strings:302 #, no-wrap msgid "" "Set HDEF layout-it to 5:\n" @@ -1236,14 +1300,14 @@ "005 (0x05, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx07_title" -#: Resources/templates/Localizable.strings:286 -#: Resources/templates/Localizable.strings:392 +#: Resources/templates/Localizable.strings:305 +#: Resources/templates/Localizable.strings:411 #, no-wrap msgid "LayoutID=7" msgstr "LayoutID=7" #. type: "HDEFLayoutIDx07_description" -#: Resources/templates/Localizable.strings:287 +#: Resources/templates/Localizable.strings:306 #, no-wrap msgid "" "Set HDEF layout-it to 7:\n" @@ -1253,14 +1317,14 @@ "007 (0x07, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx12_title" -#: Resources/templates/Localizable.strings:290 -#: Resources/templates/Localizable.strings:396 +#: Resources/templates/Localizable.strings:309 +#: Resources/templates/Localizable.strings:415 #, no-wrap msgid "LayoutID=12" msgstr "LayoutID=12" #. type: "HDEFLayoutIDx12_description" -#: Resources/templates/Localizable.strings:291 +#: Resources/templates/Localizable.strings:310 #, no-wrap msgid "" "Set HDEF layout-it to 12:\n" @@ -1270,14 +1334,14 @@ "00C (0x0C, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx32_title" -#: Resources/templates/Localizable.strings:294 -#: Resources/templates/Localizable.strings:400 +#: Resources/templates/Localizable.strings:313 +#: Resources/templates/Localizable.strings:419 #, no-wrap msgid "LayoutID=32" msgstr "LayoutID=32" #. type: "HDEFLayoutIDx32_description" -#: Resources/templates/Localizable.strings:295 +#: Resources/templates/Localizable.strings:314 #, no-wrap msgid "" "Set HDEF layout-it to 32:\n" @@ -1287,14 +1351,14 @@ "020 (0x20, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx40_title" -#: Resources/templates/Localizable.strings:298 -#: Resources/templates/Localizable.strings:404 +#: Resources/templates/Localizable.strings:317 +#: Resources/templates/Localizable.strings:423 #, no-wrap msgid "LayoutID=40" msgstr "LayoutID=40" #. type: "HDEFLayoutIDx40_description" -#: Resources/templates/Localizable.strings:299 +#: Resources/templates/Localizable.strings:318 #, no-wrap msgid "" "Set HDEF layout-it to 40:\n" @@ -1304,14 +1368,14 @@ "028 (0x28, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx65_title" -#: Resources/templates/Localizable.strings:302 -#: Resources/templates/Localizable.strings:408 +#: Resources/templates/Localizable.strings:321 +#: Resources/templates/Localizable.strings:427 #, no-wrap msgid "LayoutID=65" msgstr "LayoutID=65" #. type: "HDEFLayoutIDx65_description" -#: Resources/templates/Localizable.strings:303 +#: Resources/templates/Localizable.strings:322 #, no-wrap msgid "" "Set HDEF layout-it to 65:\n" @@ -1321,14 +1385,14 @@ "041 (0x41, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx99_title" -#: Resources/templates/Localizable.strings:306 -#: Resources/templates/Localizable.strings:412 +#: Resources/templates/Localizable.strings:325 +#: Resources/templates/Localizable.strings:431 #, no-wrap msgid "LayoutID=99" msgstr "LayoutID=99" #. type: "HDEFLayoutIDx99_description" -#: Resources/templates/Localizable.strings:307 +#: Resources/templates/Localizable.strings:326 #, no-wrap msgid "" "Set HDEF layout-it to 99:\n" @@ -1338,14 +1402,14 @@ "063 (0x63, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx269_title" -#: Resources/templates/Localizable.strings:310 -#: Resources/templates/Localizable.strings:416 +#: Resources/templates/Localizable.strings:329 +#: Resources/templates/Localizable.strings:435 #, no-wrap msgid "LayoutID=269" msgstr "LayoutID=269" #. type: "HDEFLayoutIDx269_description" -#: Resources/templates/Localizable.strings:311 +#: Resources/templates/Localizable.strings:330 #, no-wrap msgid "" "Set HDEF layout-it to 269:\n" @@ -1355,14 +1419,14 @@ "10D (0x0D, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx387_title" -#: Resources/templates/Localizable.strings:314 -#: Resources/templates/Localizable.strings:420 +#: Resources/templates/Localizable.strings:333 +#: Resources/templates/Localizable.strings:439 #, no-wrap msgid "LayoutID=387" msgstr "LayoutID=387" #. type: "HDEFLayoutIDx387_description" -#: Resources/templates/Localizable.strings:315 +#: Resources/templates/Localizable.strings:334 #, no-wrap msgid "" "Set HDEF layout-it to 387:\n" @@ -1372,14 +1436,14 @@ "183 (0x83, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx388_title" -#: Resources/templates/Localizable.strings:318 -#: Resources/templates/Localizable.strings:424 +#: Resources/templates/Localizable.strings:337 +#: Resources/templates/Localizable.strings:443 #, no-wrap msgid "LayoutID=388" msgstr "LayoutID=388" #. type: "HDEFLayoutIDx388_description" -#: Resources/templates/Localizable.strings:319 +#: Resources/templates/Localizable.strings:338 #, no-wrap msgid "" "Set HDEF layout-it to 388:\n" @@ -1389,14 +1453,14 @@ "184 (0x84, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx389_title" -#: Resources/templates/Localizable.strings:322 -#: Resources/templates/Localizable.strings:428 +#: Resources/templates/Localizable.strings:341 +#: Resources/templates/Localizable.strings:447 #, no-wrap msgid "LayoutID=389" msgstr "LayoutID=389" #. type: "HDEFLayoutIDx389_description" -#: Resources/templates/Localizable.strings:323 +#: Resources/templates/Localizable.strings:342 #, no-wrap msgid "" "Set HDEF layout-it to 389:\n" @@ -1406,14 +1470,14 @@ "185 (0x85, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx392_title" -#: Resources/templates/Localizable.strings:326 -#: Resources/templates/Localizable.strings:432 +#: Resources/templates/Localizable.strings:345 +#: Resources/templates/Localizable.strings:451 #, no-wrap msgid "LayoutID=392" msgstr "LayoutID=392" #. type: "HDEFLayoutIDx392_description" -#: Resources/templates/Localizable.strings:327 +#: Resources/templates/Localizable.strings:346 #, no-wrap msgid "" "Set HDEF layout-it to 392:\n" @@ -1423,14 +1487,14 @@ "188 (0x88, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx398_title" -#: Resources/templates/Localizable.strings:330 -#: Resources/templates/Localizable.strings:436 +#: Resources/templates/Localizable.strings:349 +#: Resources/templates/Localizable.strings:455 #, no-wrap msgid "LayoutID=398" msgstr "LayoutID=398" #. type: "HDEFLayoutIDx398_description" -#: Resources/templates/Localizable.strings:331 +#: Resources/templates/Localizable.strings:350 #, no-wrap msgid "" "Set HDEF layout-it to 398:\n" @@ -1440,14 +1504,14 @@ "18E (0x8E, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx662_title" -#: Resources/templates/Localizable.strings:334 -#: Resources/templates/Localizable.strings:440 +#: Resources/templates/Localizable.strings:353 +#: Resources/templates/Localizable.strings:459 #, no-wrap msgid "LayoutID=662" msgstr "LayoutID=662" #. type: "HDEFLayoutIDx662_description" -#: Resources/templates/Localizable.strings:335 +#: Resources/templates/Localizable.strings:354 #, no-wrap msgid "" "Set HDEF layout-it to 662:\n" @@ -1457,14 +1521,14 @@ "296 (0x96, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx663_title" -#: Resources/templates/Localizable.strings:338 -#: Resources/templates/Localizable.strings:444 +#: Resources/templates/Localizable.strings:357 +#: Resources/templates/Localizable.strings:463 #, no-wrap msgid "LayoutID=663" msgstr "LayoutID=663" #. type: "HDEFLayoutIDx663_description" -#: Resources/templates/Localizable.strings:339 +#: Resources/templates/Localizable.strings:358 #, no-wrap msgid "" "Set HDEF layout-it to 663:\n" @@ -1474,14 +1538,14 @@ "297 (0x97, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx664_title" -#: Resources/templates/Localizable.strings:342 -#: Resources/templates/Localizable.strings:448 +#: Resources/templates/Localizable.strings:361 +#: Resources/templates/Localizable.strings:467 #, no-wrap msgid "LayoutID=664" msgstr "LayoutID=664" #. type: "HDEFLayoutIDx664_description" -#: Resources/templates/Localizable.strings:343 +#: Resources/templates/Localizable.strings:362 #, no-wrap msgid "" "Set HDEF layout-it to 664:\n" @@ -1491,14 +1555,14 @@ "298 (0x98, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx885_title" -#: Resources/templates/Localizable.strings:346 -#: Resources/templates/Localizable.strings:452 +#: Resources/templates/Localizable.strings:365 +#: Resources/templates/Localizable.strings:471 #, no-wrap msgid "LayoutID=885" msgstr "LayoutID=885" #. type: "HDEFLayoutIDx885_description" -#: Resources/templates/Localizable.strings:347 +#: Resources/templates/Localizable.strings:366 #, no-wrap msgid "" "Set HDEF layout-it to 885:\n" @@ -1508,14 +1572,14 @@ "375 (0x75, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx887_title" -#: Resources/templates/Localizable.strings:350 -#: Resources/templates/Localizable.strings:456 +#: Resources/templates/Localizable.strings:369 +#: Resources/templates/Localizable.strings:475 #, no-wrap msgid "LayoutID=887" msgstr "LayoutID=887" #. type: "HDEFLayoutIDx887_description" -#: Resources/templates/Localizable.strings:351 +#: Resources/templates/Localizable.strings:370 #, no-wrap msgid "" "Set HDEF layout-it to 887:\n" @@ -1525,14 +1589,14 @@ "377 (0x77, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx888_title" -#: Resources/templates/Localizable.strings:354 -#: Resources/templates/Localizable.strings:460 +#: Resources/templates/Localizable.strings:373 +#: Resources/templates/Localizable.strings:479 #, no-wrap msgid "LayoutID=888" msgstr "LayoutID=888" #. type: "HDEFLayoutIDx888_description" -#: Resources/templates/Localizable.strings:355 +#: Resources/templates/Localizable.strings:374 #, no-wrap msgid "" "Set HDEF layout-it to 888:\n" @@ -1542,14 +1606,14 @@ "378 (0x78, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx889_title" -#: Resources/templates/Localizable.strings:358 -#: Resources/templates/Localizable.strings:464 +#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:483 #, no-wrap msgid "LayoutID=889" msgstr "LayoutID=889" #. type: "HDEFLayoutIDx889_description" -#: Resources/templates/Localizable.strings:359 +#: Resources/templates/Localizable.strings:378 #, no-wrap msgid "" "Set HDEF layout-it to 889:\n" @@ -1559,14 +1623,14 @@ "379 (0x79, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx892_title" -#: Resources/templates/Localizable.strings:362 -#: Resources/templates/Localizable.strings:468 +#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:487 #, no-wrap msgid "LayoutID=892" msgstr "LayoutID=892" #. type: "HDEFLayoutIDx892_description" -#: Resources/templates/Localizable.strings:363 +#: Resources/templates/Localizable.strings:382 #, no-wrap msgid "" "Set HDEF layout-it to 892:\n" @@ -1576,14 +1640,14 @@ "37C (0x7C, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx898_title" -#: Resources/templates/Localizable.strings:366 -#: Resources/templates/Localizable.strings:472 +#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:491 #, no-wrap msgid "LayoutID=898" msgstr "LayoutID=898" #. type: "HDEFLayoutIDx898_description" -#: Resources/templates/Localizable.strings:367 +#: Resources/templates/Localizable.strings:386 #, no-wrap msgid "" "Set HDEF layout-it to 898:\n" @@ -1593,14 +1657,14 @@ "382 (0x82, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDxBD7_title" -#: Resources/templates/Localizable.strings:370 -#: Resources/templates/Localizable.strings:476 +#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:495 #, no-wrap msgid "LayoutID=1981" msgstr "LayoutID=1981" #. type: "HDEFLayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:371 +#: Resources/templates/Localizable.strings:390 #, no-wrap msgid "" "Set HDEF layout-it to 1981:\n" @@ -1610,7 +1674,7 @@ "7BD (0xBD, 0x07, 0x00, 0x00)." #. type: "HDAULayoutIDx01_description" -#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:396 #, no-wrap msgid "" "Set HDAU layout-it to 1:\n" @@ -1620,7 +1684,7 @@ "001 (0x01, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx02_description" -#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:400 #, no-wrap msgid "" "Set HDAU layout-it to 2:\n" @@ -1630,7 +1694,7 @@ "002 (0x02, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx03_description" -#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:404 #, no-wrap msgid "" "Set HDAU layout-it to 3:\n" @@ -1640,7 +1704,7 @@ "003 (0x03, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx05_description" -#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:408 #, no-wrap msgid "" "Set HDAU layout-it to 5:\n" @@ -1650,7 +1714,7 @@ "005 (0x05, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx07_description" -#: Resources/templates/Localizable.strings:393 +#: Resources/templates/Localizable.strings:412 #, no-wrap msgid "" "Set HDAU layout-it to 7:\n" @@ -1660,7 +1724,7 @@ "007 (0x07, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx12_description" -#: Resources/templates/Localizable.strings:397 +#: Resources/templates/Localizable.strings:416 #, no-wrap msgid "" "Set HDAU layout-it to 12:\n" @@ -1670,7 +1734,7 @@ "00C (0x0C, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx32_description" -#: Resources/templates/Localizable.strings:401 +#: Resources/templates/Localizable.strings:420 #, no-wrap msgid "" "Set HDAU layout-it to 32:\n" @@ -1680,7 +1744,7 @@ "020 (0x20, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx40_description" -#: Resources/templates/Localizable.strings:405 +#: Resources/templates/Localizable.strings:424 #, no-wrap msgid "" "Set HDAU layout-it to 40:\n" @@ -1690,7 +1754,7 @@ "028 (0x28, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx65_description" -#: Resources/templates/Localizable.strings:409 +#: Resources/templates/Localizable.strings:428 #, no-wrap msgid "" "Set HDAU layout-it to 65:\n" @@ -1700,7 +1764,7 @@ "041 (0x41, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx99_description" -#: Resources/templates/Localizable.strings:413 +#: Resources/templates/Localizable.strings:432 #, no-wrap msgid "" "Set HDAU layout-it to 99:\n" @@ -1710,7 +1774,7 @@ "063 (0x63, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx269_description" -#: Resources/templates/Localizable.strings:417 +#: Resources/templates/Localizable.strings:436 #, no-wrap msgid "" "Set HDAU layout-it to 269:\n" @@ -1720,7 +1784,7 @@ "10D (0x0D, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx387_description" -#: Resources/templates/Localizable.strings:421 +#: Resources/templates/Localizable.strings:440 #, no-wrap msgid "" "Set HDAU layout-it to 387:\n" @@ -1730,7 +1794,7 @@ "183 (0x83, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx388_description" -#: Resources/templates/Localizable.strings:425 +#: Resources/templates/Localizable.strings:444 #, no-wrap msgid "" "Set HDAU layout-it to 388:\n" @@ -1740,7 +1804,7 @@ "184 (0x84, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx389_description" -#: Resources/templates/Localizable.strings:429 +#: Resources/templates/Localizable.strings:448 #, no-wrap msgid "" "Set HDAU layout-it to 389:\n" @@ -1750,7 +1814,7 @@ "185 (0x85, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx392_description" -#: Resources/templates/Localizable.strings:433 +#: Resources/templates/Localizable.strings:452 #, no-wrap msgid "" "Set HDAU layout-it to 392:\n" @@ -1760,7 +1824,7 @@ "188 (0x88, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx398_description" -#: Resources/templates/Localizable.strings:437 +#: Resources/templates/Localizable.strings:456 #, no-wrap msgid "" "Set HDAU layout-it to 398:\n" @@ -1770,7 +1834,7 @@ "18E (0x8E, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx662_description" -#: Resources/templates/Localizable.strings:441 +#: Resources/templates/Localizable.strings:460 #, no-wrap msgid "" "Set HDAU layout-it to 662:\n" @@ -1780,7 +1844,7 @@ "296 (0x96, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx663_description" -#: Resources/templates/Localizable.strings:445 +#: Resources/templates/Localizable.strings:464 #, no-wrap msgid "" "Set HDAU layout-it to 663:\n" @@ -1790,7 +1854,7 @@ "297 (0x97, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx664_description" -#: Resources/templates/Localizable.strings:449 +#: Resources/templates/Localizable.strings:468 #, no-wrap msgid "" "Set HDAU layout-it to 664:\n" @@ -1800,7 +1864,7 @@ "298 (0x98, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx885_description" -#: Resources/templates/Localizable.strings:453 +#: Resources/templates/Localizable.strings:472 #, no-wrap msgid "" "Set HDAU layout-it to 885:\n" @@ -1810,7 +1874,7 @@ "375 (0x75, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx887_description" -#: Resources/templates/Localizable.strings:457 +#: Resources/templates/Localizable.strings:476 #, no-wrap msgid "" "Set HDAU layout-it to 887:\n" @@ -1820,7 +1884,7 @@ "377 (0x77, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx888_description" -#: Resources/templates/Localizable.strings:461 +#: Resources/templates/Localizable.strings:480 #, no-wrap msgid "" "Set HDAU layout-it to 888:\n" @@ -1830,7 +1894,7 @@ "378 (0x78, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx889_description" -#: Resources/templates/Localizable.strings:465 +#: Resources/templates/Localizable.strings:484 #, no-wrap msgid "" "Set HDAU layout-it to 889:\n" @@ -1840,7 +1904,7 @@ "379 (0x79, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx892_description" -#: Resources/templates/Localizable.strings:469 +#: Resources/templates/Localizable.strings:488 #, no-wrap msgid "" "Set HDAU layout-it to 892:\n" @@ -1850,7 +1914,7 @@ "37C (0x7C, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx898_description" -#: Resources/templates/Localizable.strings:473 +#: Resources/templates/Localizable.strings:492 #, no-wrap msgid "" "Set HDAU layout-it to 898:\n" @@ -1860,7 +1924,7 @@ "382 (0x82, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:477 +#: Resources/templates/Localizable.strings:496 #, no-wrap msgid "" "Set HDAU layout-it to 1981:\n" @@ -1870,625 +1934,625 @@ "7BD (0xBD, 0x07, 0x00, 0x00)." #. type: "IntelCaprix00_title" -#: Resources/templates/Localizable.strings:482 +#: Resources/templates/Localizable.strings:501 #, no-wrap msgid "01660000" msgstr "01660000" #. type: "IntelCaprix00_description" -#: Resources/templates/Localizable.strings:483 +#: Resources/templates/Localizable.strings:502 #, no-wrap msgid "Set 01660000 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Seteaza 01660000 pentru Intel HD4000 (Mobile) AAPL,ig-platform-id ." #. type: "IntelCaprix01_title" -#: Resources/templates/Localizable.strings:485 +#: Resources/templates/Localizable.strings:504 #, no-wrap msgid "01660001" msgstr "01660001" #. type: "IntelCaprix01_description" -#: Resources/templates/Localizable.strings:486 +#: Resources/templates/Localizable.strings:505 #, no-wrap msgid "Set 01660001 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Seteaza 01660001 pentru Intel HD4000 (Mobile) AAPL,ig-platform-id ." #. type: "IntelCaprix02_title" -#: Resources/templates/Localizable.strings:488 +#: Resources/templates/Localizable.strings:507 #, no-wrap msgid "01660002" msgstr "01660002" #. type: "IntelCaprix02_description" -#: Resources/templates/Localizable.strings:489 +#: Resources/templates/Localizable.strings:508 #, no-wrap msgid "Set 01660002 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Seteaza 01660002 pentru Intel HD4000 (Mobile) AAPL,ig-platform-id." #. type: "IntelCaprix03_title" -#: Resources/templates/Localizable.strings:491 +#: Resources/templates/Localizable.strings:510 #, no-wrap msgid "01660003" msgstr "01660003" #. type: "IntelCaprix03_description" -#: Resources/templates/Localizable.strings:492 +#: Resources/templates/Localizable.strings:511 #, no-wrap msgid "Set 01660003 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Seteaza 01660003 pentru Intel HD4000 (Mobile) AAPL,ig-platform-id." #. type: "IntelCaprix04_title" -#: Resources/templates/Localizable.strings:494 +#: Resources/templates/Localizable.strings:513 #, no-wrap msgid "01660004" msgstr "01660004" #. type: "IntelCaprix04_description" -#: Resources/templates/Localizable.strings:495 +#: Resources/templates/Localizable.strings:514 #, no-wrap msgid "Set 01660004 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Seteaza 01660004 pentru Intel HD4000 (Mobile) AAPL,ig-platform-id." #. type: "IntelCaprix05_title" -#: Resources/templates/Localizable.strings:497 +#: Resources/templates/Localizable.strings:516 #, no-wrap msgid "01620005" msgstr "01620005" #. type: "IntelCaprix05_description" -#: Resources/templates/Localizable.strings:498 +#: Resources/templates/Localizable.strings:517 #, no-wrap msgid "Set 01620005 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "Seteaza 01620005 pentru Intel HD4000 (Desktop) AAPL,ig-platform-id." #. type: "IntelCaprix06_title" -#: Resources/templates/Localizable.strings:500 +#: Resources/templates/Localizable.strings:519 #, no-wrap msgid "01620006" msgstr "01620006" #. type: "IntelCaprix06_description" -#: Resources/templates/Localizable.strings:501 +#: Resources/templates/Localizable.strings:520 #, no-wrap msgid "Set 01620006 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "Seteaza 01620006 pentru Intel HD4000 (Desktop) AAPL,ig-platform-id." #. type: "IntelCaprix07_title" -#: Resources/templates/Localizable.strings:503 +#: Resources/templates/Localizable.strings:522 #, no-wrap msgid "01620007" msgstr "01620007" #. type: "IntelCaprix07_description" -#: Resources/templates/Localizable.strings:504 +#: Resources/templates/Localizable.strings:523 #, no-wrap msgid "Set 01620007 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "Seteaza 01620007 pentru Intel HD4000 (Desktop) AAPL,ig-platform-id." #. type: "IntelCaprix08_title" -#: Resources/templates/Localizable.strings:506 +#: Resources/templates/Localizable.strings:525 #, no-wrap msgid "01660008" msgstr "01660008" #. type: "IntelCaprix08_description" -#: Resources/templates/Localizable.strings:507 +#: Resources/templates/Localizable.strings:526 #, no-wrap msgid "Set 01660008 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Seteaza 01660008 pentru Intel HD4000 (Mobile) AAPL,ig-platform-id." #. type: "IntelCaprix09_title" -#: Resources/templates/Localizable.strings:509 +#: Resources/templates/Localizable.strings:528 #, no-wrap msgid "01660009" msgstr "01660009" #. type: "IntelCaprix09_description" -#: Resources/templates/Localizable.strings:510 +#: Resources/templates/Localizable.strings:529 #, no-wrap msgid "Set 01660009 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Seteaza 01660009 pentru Intel HD4000 (Mobile) AAPL,ig-platform-id." #. type: "IntelCaprix10_title" -#: Resources/templates/Localizable.strings:512 +#: Resources/templates/Localizable.strings:531 #, no-wrap msgid "0166000a" msgstr "0166000a" #. type: "IntelCaprix10_description" -#: Resources/templates/Localizable.strings:513 +#: Resources/templates/Localizable.strings:532 #, no-wrap msgid "Set 0166000a for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Seteaza 0166000a pentru Intel HD4000 (Mobile) AAPL,ig-platform-id." #. type: "IntelCaprix11_title" -#: Resources/templates/Localizable.strings:515 +#: Resources/templates/Localizable.strings:534 #, no-wrap msgid "0166000b" msgstr "0166000b" #. type: "IntelCaprix11_description" -#: Resources/templates/Localizable.strings:516 +#: Resources/templates/Localizable.strings:535 #, no-wrap msgid "Set 0166000b for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Seteaza 0166000b pentru Intel HD4000 (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx00_title" -#: Resources/templates/Localizable.strings:520 +#: Resources/templates/Localizable.strings:539 #, no-wrap msgid "00000604" msgstr "00000604" #. type: "IntelAzulx00_description" -#: Resources/templates/Localizable.strings:521 +#: Resources/templates/Localizable.strings:540 #, no-wrap msgid "Set 00000604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Seteaza 00000604 pentru Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx01_title" -#: Resources/templates/Localizable.strings:523 +#: Resources/templates/Localizable.strings:542 #, no-wrap msgid "0000060c" msgstr "0000060c" #. type: "IntelAzulx01_description" -#: Resources/templates/Localizable.strings:524 +#: Resources/templates/Localizable.strings:543 #, no-wrap msgid "Set 0000060c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Seteaza 0000060c pentru Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx02_title" -#: Resources/templates/Localizable.strings:526 +#: Resources/templates/Localizable.strings:545 #, no-wrap msgid "00001604" msgstr "00001604" #. type: "IntelAzulx02_description" -#: Resources/templates/Localizable.strings:527 +#: Resources/templates/Localizable.strings:546 #, no-wrap msgid "Set 00001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Seteaza 00001604 pentru Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx03_title" -#: Resources/templates/Localizable.strings:529 +#: Resources/templates/Localizable.strings:548 #, no-wrap msgid "0000160a" msgstr "0000160a" #. type: "IntelAzulx03_description" -#: Resources/templates/Localizable.strings:530 +#: Resources/templates/Localizable.strings:549 #, no-wrap msgid "Set 0000160a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Seteaza 0000160a pentru Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx04_title" -#: Resources/templates/Localizable.strings:532 +#: Resources/templates/Localizable.strings:551 #, no-wrap msgid "0000160c" msgstr "0000160c" #. type: "IntelAzulx04_description" -#: Resources/templates/Localizable.strings:533 +#: Resources/templates/Localizable.strings:552 #, no-wrap msgid "Set 0000160c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Seteaza 0000160c pentru Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx05_title" -#: Resources/templates/Localizable.strings:535 +#: Resources/templates/Localizable.strings:554 #, no-wrap msgid "00002604" msgstr "00002604" #. type: "IntelAzulx05_description" -#: Resources/templates/Localizable.strings:536 +#: Resources/templates/Localizable.strings:555 #, no-wrap msgid "Set 00002604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Seteaza 00002604 pentru Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx06_title" -#: Resources/templates/Localizable.strings:538 +#: Resources/templates/Localizable.strings:557 #, no-wrap msgid "0000260a" msgstr "0000260a" #. type: "IntelAzulx06_description" -#: Resources/templates/Localizable.strings:539 +#: Resources/templates/Localizable.strings:558 #, no-wrap msgid "Set 0000260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Seteaza 0000260a pentru Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx07_title" -#: Resources/templates/Localizable.strings:541 +#: Resources/templates/Localizable.strings:560 #, no-wrap msgid "0000260c" msgstr "0000260c" #. type: "IntelAzulx07_description" -#: Resources/templates/Localizable.strings:542 +#: Resources/templates/Localizable.strings:561 #, no-wrap msgid "Set 0600260c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Seteaza 0600260c pentru Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx08_title" -#: Resources/templates/Localizable.strings:544 +#: Resources/templates/Localizable.strings:563 #, no-wrap msgid "0000260d" msgstr "0000260d" #. type: "IntelAzulx08_description" -#: Resources/templates/Localizable.strings:545 +#: Resources/templates/Localizable.strings:564 #, no-wrap msgid "Set 0000260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Seteaza 0000260d pentru Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx09_title" -#: Resources/templates/Localizable.strings:547 +#: Resources/templates/Localizable.strings:566 #, no-wrap msgid "02001604" msgstr "02001604" #. type: "IntelAzulx09_description" -#: Resources/templates/Localizable.strings:548 +#: Resources/templates/Localizable.strings:567 #, no-wrap msgid "Set 02001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Seteaza 02001604 pentru Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx10_title" -#: Resources/templates/Localizable.strings:550 +#: Resources/templates/Localizable.strings:569 #, no-wrap msgid "0300220d" msgstr "0300220d" #. type: "IntelAzulx10_description" -#: Resources/templates/Localizable.strings:551 +#: Resources/templates/Localizable.strings:570 #, no-wrap msgid "Set 0300220d for Intel Haswell (Desktop) AAPL,ig-platform-id." msgstr "Seteaza 0300220d pentru Intel Haswell (Desktop) AAPL,ig-platform-id." #. type: "IntelAzulx11_title" -#: Resources/templates/Localizable.strings:553 +#: Resources/templates/Localizable.strings:572 #, no-wrap msgid "0500260a" msgstr "0500260a" #. type: "IntelAzulx11_description" -#: Resources/templates/Localizable.strings:554 +#: Resources/templates/Localizable.strings:573 #, no-wrap msgid "Set 0500260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Seteaza 0500260a pentru Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx12_title" -#: Resources/templates/Localizable.strings:556 +#: Resources/templates/Localizable.strings:575 #, no-wrap msgid "0600260a" msgstr "0600260a" #. type: "IntelAzulx12_description" -#: Resources/templates/Localizable.strings:557 +#: Resources/templates/Localizable.strings:576 #, no-wrap msgid "Set 0600260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Seteaza 0600260a pentru Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx13_title" -#: Resources/templates/Localizable.strings:559 +#: Resources/templates/Localizable.strings:578 #, no-wrap msgid "0700260d" msgstr "0700260d" #. type: "IntelAzulx13_description" -#: Resources/templates/Localizable.strings:560 +#: Resources/templates/Localizable.strings:579 #, no-wrap msgid "Set 0700260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Seteaza 0700260d pentru Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx14_title" -#: Resources/templates/Localizable.strings:562 +#: Resources/templates/Localizable.strings:581 #, no-wrap msgid "0800260a" msgstr "0800260a" #. type: "IntelAzulx14_description" -#: Resources/templates/Localizable.strings:563 +#: Resources/templates/Localizable.strings:582 #, no-wrap msgid "Set 0800260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Seteaza 0800260a pentru Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx15_title" -#: Resources/templates/Localizable.strings:565 +#: Resources/templates/Localizable.strings:584 #, no-wrap msgid "08002e0a" msgstr "08002e0a" #. type: "IntelAzulx15_description" -#: Resources/templates/Localizable.strings:566 +#: Resources/templates/Localizable.strings:585 #, no-wrap msgid "Set 08002e0a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Seteaza 08002e0a pentru Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "AD2000B_PinConf_title" -#: Resources/templates/Localizable.strings:570 +#: Resources/templates/Localizable.strings:589 #, no-wrap msgid "AD2000b" msgstr "AD2000b" #. type: "AD2000B_PinConf_description" -#: Resources/templates/Localizable.strings:571 +#: Resources/templates/Localizable.strings:590 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD2000b." msgstr "Seteaza HDEF PinConfiguration pentru Analog Devices AD2000b." #. type: "AD1981HD_PinConf_title" -#: Resources/templates/Localizable.strings:573 +#: Resources/templates/Localizable.strings:592 #, no-wrap msgid "AD1981HD" msgstr "AD1981HD" #. type: "AD1981HD_PinConf_description" -#: Resources/templates/Localizable.strings:574 +#: Resources/templates/Localizable.strings:593 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1981HD." msgstr "Seteaza HDEF PinConfiguration pentru Analog Devices AD1981HD." #. type: "AD1988B_PinConf_title" -#: Resources/templates/Localizable.strings:576 +#: Resources/templates/Localizable.strings:595 #, no-wrap msgid "AD1988b" msgstr "AD1988b" #. type: "AD1988B_PinConf_description" -#: Resources/templates/Localizable.strings:577 +#: Resources/templates/Localizable.strings:596 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1988b." msgstr "Seteaza HDEF PinConfiguration pentru Analog Devices AD1988b." #. type: "ALC888_PinConf_title" -#: Resources/templates/Localizable.strings:579 +#: Resources/templates/Localizable.strings:598 #, no-wrap msgid "ALC888" msgstr "ALC888" #. type: "ALC888_PinConf_description" -#: Resources/templates/Localizable.strings:580 +#: Resources/templates/Localizable.strings:599 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC888." msgstr "Seteaza HDEF PinConfiguration pentru Realtek ALC888." #. type: "ALC1200_PinConf_title" -#: Resources/templates/Localizable.strings:582 +#: Resources/templates/Localizable.strings:601 #, no-wrap msgid "ALC1200" msgstr "ALC1200" #. type: "ALC1200_PinConf_description" -#: Resources/templates/Localizable.strings:583 +#: Resources/templates/Localizable.strings:602 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC1200." msgstr "Seteaza HDEF PinConfiguration pentru Realtek ALC1200." #. type: "00_PinConf_title" -#: Resources/templates/Localizable.strings:585 +#: Resources/templates/Localizable.strings:604 #, no-wrap msgid "00" msgstr "00" #. type: "00_PinConf_description" -#: Resources/templates/Localizable.strings:586 +#: Resources/templates/Localizable.strings:605 #, no-wrap msgid "Set HDEF PinConfiguration for ???." msgstr "Seteaza HDEF PinConfiguration pentru ???." #. type: "GraphicsEnabler_title" -#: Resources/templates/Localizable.strings:590 +#: Resources/templates/Localizable.strings:609 #, no-wrap msgid "GraphicsEnabler=Yes" msgstr "GraphicsEnabler=Yes" #. type: "GraphicsEnabler_description" -#: Resources/templates/Localizable.strings:591 +#: Resources/templates/Localizable.strings:610 #, no-wrap msgid "Enables the option to autodetect NVIDIA, AMD/ATI or Intel based GPUs and inject the correct info." msgstr "Activeaza auto-detectarea placii video nVidia, AMD/ATI pe Intel și injectarea proprietatiilor." #. type: "EnableHDMIAudio_title" -#: Resources/templates/Localizable.strings:593 +#: Resources/templates/Localizable.strings:612 #, no-wrap msgid "EnableHDMIAudio=Yes" msgstr "EnableHDMIAudio=Yes" #. type: "EnableHDMIAudio_description" -#: Resources/templates/Localizable.strings:594 +#: Resources/templates/Localizable.strings:613 #, no-wrap msgid "Inject HDMi audio for NVIDIA or AMD/ATI." msgstr "Injecteaza HDMi audio pentru NVIDIA sau AMD/ATI." #. type: "UseIntelHDMI_title" -#: Resources/templates/Localizable.strings:596 +#: Resources/templates/Localizable.strings:615 #, no-wrap msgid "UseIntelHDMI=Yes" msgstr "UseIntelHDMI=Yes" #. type: "UseIntelHDMI_description" -#: Resources/templates/Localizable.strings:597 +#: Resources/templates/Localizable.strings:616 #, no-wrap msgid "If YES, hda-gfx=onboard-1 will be injected into the GFX0 and HDEF devices. Also, if an ATI or Nvidia HDMI device is present, they'll be assigned to onboard-2. If NO, then ATI or Nvidia devices will get onboard-1 as well as the HDAU device if present." msgstr "" #. type: "UseAtiROM_title" -#: Resources/templates/Localizable.strings:599 +#: Resources/templates/Localizable.strings:618 #, no-wrap msgid "UseAtiROM=Yes" msgstr "UseAtiROM=Yes" #. type: "UseAtiROM_description" -#: Resources/templates/Localizable.strings:600 +#: Resources/templates/Localizable.strings:619 #, no-wrap msgid "Enables UseAtiROM options." msgstr "Activeaza optiuniile UseAtiROM." #. type: "UseNvidiaROM_title" -#: Resources/templates/Localizable.strings:602 +#: Resources/templates/Localizable.strings:621 #, no-wrap msgid "UseNvidiaROM=Yes" msgstr "UseNvidiaROM=Yes" #. type: "UseNvidiaROM_description" -#: Resources/templates/Localizable.strings:603 +#: Resources/templates/Localizable.strings:622 #, no-wrap msgid "Enables UseNvidiaROM options." msgstr "Activeaza optiuniile UseNvidiaROM." #. type: "VBIOS_title" -#: Resources/templates/Localizable.strings:605 +#: Resources/templates/Localizable.strings:624 #, no-wrap msgid "VBIOS=Yes" msgstr "VBIOS=Yes" #. type: "VBIOS_description" -#: Resources/templates/Localizable.strings:606 +#: Resources/templates/Localizable.strings:625 #, no-wrap msgid "Enables VBIOS option" msgstr "Activeaza optiunea VBIOS" #. type: "SkipIntelGfx_title" -#: Resources/templates/Localizable.strings:608 +#: Resources/templates/Localizable.strings:627 #, no-wrap msgid "SkipIntelGfx=Yes" msgstr "SkipIntelGfx=Yes" #. type: "SkipIntelGfx_description" -#: Resources/templates/Localizable.strings:609 +#: Resources/templates/Localizable.strings:628 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for Intel based GPUs." msgstr "Sare peste auto-detectia GraphicsEnabler pentru placile video bazate pe chipset Intel." #. type: "SkipNvidiaGfx_title" -#: Resources/templates/Localizable.strings:611 +#: Resources/templates/Localizable.strings:630 #, no-wrap msgid "SkipNvidiaGfx=Yes" msgstr "SkipNvidiaGfx=Yes" #. type: "SkipNvidiaGfx_description" -#: Resources/templates/Localizable.strings:612 +#: Resources/templates/Localizable.strings:631 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for NVIDIA based GPUs." msgstr "Sare peste auto-detectia GraphicsEnabler pentru placile video bazate pe chipset NVIDIA." #. type: "SkipAtiGfx_title" -#: Resources/templates/Localizable.strings:614 +#: Resources/templates/Localizable.strings:633 #, no-wrap msgid "SkipAtiGfx=Yes" msgstr "SkipAtiGfx=Yes" #. type: "SkipAtiGfx_description" -#: Resources/templates/Localizable.strings:615 +#: Resources/templates/Localizable.strings:634 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for AMD/ATI based GPUs." msgstr "Sare peste auto-detectia GraphicsEnabler pentru placile video bazate pe chipset AMD/ATI." #. type: "EnableBacklight_title" -#: Resources/templates/Localizable.strings:617 +#: Resources/templates/Localizable.strings:636 #, no-wrap msgid "EnableBacklight=Yes" msgstr "EnableBacklight=Yes" #. type: "EnableBacklight_description" -#: Resources/templates/Localizable.strings:618 +#: Resources/templates/Localizable.strings:637 #, no-wrap msgid "Enables Backlight options for laptop with nVidia cards." msgstr "Permite optiuni de iluminare pentru laptop-uri cu placi video nVidia." #. type: "EnableDualLink_title" -#: Resources/templates/Localizable.strings:620 +#: Resources/templates/Localizable.strings:639 #, no-wrap msgid "EnableDualLink=Yes" msgstr "EnableDualLink=Yes" #. type: "EnableDualLink_description" -#: Resources/templates/Localizable.strings:621 +#: Resources/templates/Localizable.strings:640 #, no-wrap msgid "Enables DualLink options for nVidia and ATi cards." msgstr "Permite optiuni DualLink pentru placile video nVidia si ATI." #. type: "NvidiaGeneric_title" -#: Resources/templates/Localizable.strings:623 +#: Resources/templates/Localizable.strings:642 #, no-wrap msgid "NvidiaGeneric=Yes" msgstr "NvidiaGeneric=Yes" #. type: "NvidiaGeneric_description" -#: Resources/templates/Localizable.strings:624 +#: Resources/templates/Localizable.strings:643 #, no-wrap msgid "Use the classic Nvidia name for the SystemProfiler (disabled by default)." msgstr "" #. type: "Verbose_title" -#: Resources/templates/Localizable.strings:630 +#: Resources/templates/Localizable.strings:649 #, no-wrap msgid "Verbose Mode" msgstr "Modul Verbose" #. type: "Verbose_description" -#: Resources/templates/Localizable.strings:631 +#: Resources/templates/Localizable.strings:650 #, no-wrap msgid "Turns on verbose logging and allows you to see messages from both Chameleon and the OS X kernel at boot time. Essential for troubleshooting." msgstr "Activeaza afisarea de informatii detalitate in timpul procesului de boot, optiune vitala pentru depistarea problemelor." #. type: "Singleusermode_title" -#: Resources/templates/Localizable.strings:633 +#: Resources/templates/Localizable.strings:652 #, no-wrap msgid "Single User Mode" msgstr "Single User Mode" #. type: "Singleusermode_description" -#: Resources/templates/Localizable.strings:634 +#: Resources/templates/Localizable.strings:653 #, no-wrap msgid "A troubleshooting option used for booting into OS X's BSD/Unix command line." msgstr "Optiune pentru depistare a problemelor, care porneste direct in consola BSD/UNIX a sistemului OS X." #. type: "Ignorecaches_title" -#: Resources/templates/Localizable.strings:636 +#: Resources/templates/Localizable.strings:655 #, no-wrap msgid "Ignore Caches" msgstr "Ignore Caches" #. type: "Ignorecaches_description" -#: Resources/templates/Localizable.strings:637 +#: Resources/templates/Localizable.strings:656 #, no-wrap msgid "Not an option that's needed for everyday booting, but it can be useful if you want OS X to load all files from it's system folders, rather than relying on it's pre-built caches." msgstr "O optiune rar folosita, dar practica in cazul in care se doreste pornirea sistemului cu toate fisierele si ignorand cache-uriile prezente." #. type: "Npci_title" -#: Resources/templates/Localizable.strings:639 +#: Resources/templates/Localizable.strings:658 #, no-wrap msgid "npci=0x2000" msgstr "npci=0x2000" #. type: "Npci_description" -#: Resources/templates/Localizable.strings:640 +#: Resources/templates/Localizable.strings:659 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x2000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "Pentru rezolvarea blocarii la 'PCI configuration begin' pe unele sisteme. 0x2000 este flagul kIOPCIConfiguratorPFM64, precum este prezentat in codul sursa IOPCIFamily." #. type: "Npci3_title" -#: Resources/templates/Localizable.strings:642 +#: Resources/templates/Localizable.strings:661 #, no-wrap msgid "npci=0x3000" msgstr "npci=0x3000" #. type: "Npci3_description" -#: Resources/templates/Localizable.strings:643 +#: Resources/templates/Localizable.strings:662 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x3000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "Pentru rezolvarea blocarii la 'PCI configuration begin' pe unele sisteme. 0x3000 este flagul kIOPCIConfiguratorPFM64, precum este prezentat in codul sursa IOPCIFamily." #. type: "WaitingRootDevice_title" -#: Resources/templates/Localizable.strings:645 +#: Resources/templates/Localizable.strings:664 #, no-wrap msgid "ahcidisk=1 debug=8" msgstr "ahcidisk=1 debug=8" #. type: "WaitingRootDevice_description" -#: Resources/templates/Localizable.strings:646 +#: Resources/templates/Localizable.strings:665 #, no-wrap msgid "" "Info here: Waiting for root device when kernel cache used only with some disks +FIX\n" @@ -2500,25 +2564,25 @@ "Credite lui bcc9." #. type: "Darkwake_title" -#: Resources/templates/Localizable.strings:650 +#: Resources/templates/Localizable.strings:669 #, no-wrap msgid "darkwake=0" msgstr "darkwake=0" #. type: "Darkwake_description" -#: Resources/templates/Localizable.strings:651 +#: Resources/templates/Localizable.strings:670 #, no-wrap msgid "Lion only. Disables the 'low power wake' feature which can sometimes leave the screen black after wake from sleep." msgstr "Pentru Lion doar, dezactiveaza modul de revenire 'low power' care uneori lasa ecranul negru." #. type: "NvdaDrv1_title" -#: Resources/templates/Localizable.strings:653 +#: Resources/templates/Localizable.strings:672 #, no-wrap msgid "nvda_drv=1" msgstr "nvda_drv=1" #. type: "NvdaDrv1_description" -#: Resources/templates/Localizable.strings:654 +#: Resources/templates/Localizable.strings:673 #, no-wrap msgid "" "It introduces a new Preference Pane under System Preferences that allows you to enable the Nvidia Web Driver.\n" @@ -2532,25 +2596,25 @@ "Credite lui meklort si Rampage Dev." #. type: "kext-dev-mode1_title" -#: Resources/templates/Localizable.strings:659 +#: Resources/templates/Localizable.strings:678 #, no-wrap msgid "kext-dev-mode=1" msgstr "kext-dev-mode=1" #. type: "kext-dev-mode1_description" -#: Resources/templates/Localizable.strings:660 +#: Resources/templates/Localizable.strings:679 #, no-wrap msgid "In Yosemite Developer Previews, unsigned or improperly signed kexts will not be loaded. To use unsigned kexts during development, this strict check can be disabled by adding a 'kext-dev-mode=1' boot arg." msgstr "" #. type: "Dart0_title" -#: Resources/templates/Localizable.strings:662 +#: Resources/templates/Localizable.strings:681 #, no-wrap msgid "dart=0" msgstr "dart=0" #. type: "Dart0_description" -#: Resources/templates/Localizable.strings:663 +#: Resources/templates/Localizable.strings:682 #, no-wrap msgid "" "Avoiding the DMAR processing causing by VT-d function in Osx (Virtualization).\n" @@ -2558,283 +2622,295 @@ msgstr "" #. type: "mac-de_title" -#: Resources/templates/Localizable.strings:670 +#: Resources/templates/Localizable.strings:689 #, no-wrap msgid "German Mac Keyboard" msgstr "German Mac Keyboard" #. type: "mac-de_description" -#: Resources/templates/Localizable.strings:671 +#: Resources/templates/Localizable.strings:690 #, no-wrap msgid "Use the keyboard layout for a German Mac keyboard" msgstr "Tastatura MAC in limba Germana" #. type: "mac-es_title" -#: Resources/templates/Localizable.strings:673 +#: Resources/templates/Localizable.strings:692 #, no-wrap msgid "Spanish Mac Keyboard" msgstr "Spanish Mac Keyboard" #. type: "mac-es_description" -#: Resources/templates/Localizable.strings:674 +#: Resources/templates/Localizable.strings:693 #, no-wrap msgid "Use the keyboard layout for a Spanish Mac keyboard" msgstr "Tastatura MAC in limba Spaniola" #. type: "mac-fr_title" -#: Resources/templates/Localizable.strings:676 +#: Resources/templates/Localizable.strings:695 #, no-wrap msgid "French Mac Keyboard" msgstr "French Mac Keyboard" #. type: "mac-fr_description" -#: Resources/templates/Localizable.strings:677 +#: Resources/templates/Localizable.strings:696 #, no-wrap msgid "Use the keyboard layout for a French Mac keyboard" msgstr "Tastatura MAC in limba Franceza" #. type: "mac-it_title" -#: Resources/templates/Localizable.strings:679 +#: Resources/templates/Localizable.strings:698 #, no-wrap msgid "Italian Mac Keyboard" msgstr "Italian Mac Keyboard" #. type: "mac-it_description" -#: Resources/templates/Localizable.strings:680 +#: Resources/templates/Localizable.strings:699 #, no-wrap msgid "Use the keyboard layout for an Italian Mac keyboard" msgstr "Tastatura MAC in limba Italiana" #. type: "mac-se_title" -#: Resources/templates/Localizable.strings:682 +#: Resources/templates/Localizable.strings:701 #, no-wrap msgid "Swedish Mac Keyboard" msgstr "Swedish Mac Keyboard" #. type: "mac-se_description" -#: Resources/templates/Localizable.strings:683 +#: Resources/templates/Localizable.strings:702 #, no-wrap msgid "Use the keyboard layout for a Swedish Mac keyboard" msgstr "Tastatura MAC in limba Suedeza" #. type: "pc-fr_title" -#: Resources/templates/Localizable.strings:685 +#: Resources/templates/Localizable.strings:704 #, no-wrap msgid "French PC Keyboard" msgstr "French PC Keyboard" #. type: "pc-fr_description" -#: Resources/templates/Localizable.strings:686 +#: Resources/templates/Localizable.strings:705 #, no-wrap msgid "Use the keyboard layout for a French PC keyboard" msgstr "Tastatura PC in limba Franceza" #. type: "Embed_title" -#: Resources/templates/Localizable.strings:693 +#: Resources/templates/Localizable.strings:712 #, no-wrap msgid "Embed" msgstr "Embed" #. type: "Embed_description" -#: Resources/templates/Localizable.strings:694 +#: Resources/templates/Localizable.strings:713 #, no-wrap msgid "A smaller simple version of the new default theme used when building a version of Chameleon which requires an embedded theme." msgstr "O versiune minimala a temei inregrate in chameleon." #. type: "Legacy_title" -#: Resources/templates/Localizable.strings:696 +#: Resources/templates/Localizable.strings:715 #, no-wrap msgid "Legacy" msgstr "Legacy" #. type: "Legacy_description" -#: Resources/templates/Localizable.strings:697 +#: Resources/templates/Localizable.strings:716 #, no-wrap msgid "Chameleon's original default theme introduced for v2.0 RC1" msgstr "Tema originala Chameleon introdusa in versiunea v2.0 RC1" +#. type: "Default_title" +#: Resources/templates/Localizable.strings:718 +#, no-wrap +msgid "Standard" +msgstr "Standard" + #. type: "Default_description" -#: Resources/templates/Localizable.strings:700 +#: Resources/templates/Localizable.strings:719 #, no-wrap msgid "Chameleon default theme introduced for v2.0 RC5" msgstr "Tema originala Chameleon introdusa in versiunea v2.0 RC5" #. type: "Bullet_title" -#: Resources/templates/Localizable.strings:702 +#: Resources/templates/Localizable.strings:721 #, no-wrap msgid "Bullet" msgstr "Bullet" #. type: "Bullet_description" -#: Resources/templates/Localizable.strings:703 +#: Resources/templates/Localizable.strings:722 #, no-wrap msgid "A lovely simple theme by NoSmokingBandit from April 2009." msgstr "O tema simpla creata de NoSmokingBandit din Aprilie 2009." #. type: "Audio_title" -#: Resources/templates/Localizable.strings:712 +#: Resources/templates/Localizable.strings:731 #, no-wrap msgid "Audio" msgstr "Audio" #. type: "Audio_description" -#: Resources/templates/Localizable.strings:713 +#: Resources/templates/Localizable.strings:732 #, no-wrap msgid "A selection of options that deal with audio." msgstr "O selectie de optiuni care au de aface cu functionarea audio." #. type: "Control_title" -#: Resources/templates/Localizable.strings:716 +#: Resources/templates/Localizable.strings:735 #, no-wrap msgid "Control Options" msgstr "Optiuni pentru control" #. type: "Control_description" -#: Resources/templates/Localizable.strings:717 +#: Resources/templates/Localizable.strings:736 #, no-wrap msgid "Settings to control how Chameleon works." msgstr "Optiuni pentru a controla modul de functionare a bootloaderului Chameleon." #. type: "General_title" -#: Resources/templates/Localizable.strings:720 +#: Resources/templates/Localizable.strings:739 #, no-wrap msgid "General Options" msgstr "Optiuni Generale" #. type: "General_description" -#: Resources/templates/Localizable.strings:721 +#: Resources/templates/Localizable.strings:740 #, no-wrap msgid "Choose from a selection of base options." msgstr "Alegeti din o gama de optiuni de baza." #. type: "KernelFlags_title" -#: Resources/templates/Localizable.strings:724 +#: Resources/templates/Localizable.strings:743 #, no-wrap msgid "Kernel Flags" msgstr "Flag-uri pentru kernel" #. type: "KernelFlags_description" -#: Resources/templates/Localizable.strings:725 +#: Resources/templates/Localizable.strings:744 #, no-wrap msgid "Choose from a selection of kernel flags." msgstr "Alegeti din o gama de flag-uri pentru kernel." #. type: "PowerManagement_title" -#: Resources/templates/Localizable.strings:728 +#: Resources/templates/Localizable.strings:747 #, no-wrap msgid "Power Management" msgstr "Management al energiei" #. type: "PowerManagement_description" -#: Resources/templates/Localizable.strings:729 +#: Resources/templates/Localizable.strings:748 #, no-wrap msgid "A selection of options that deal with power management and speedstep." msgstr "O selectie de optiuni care au de aface cu speedstep si consumul de energie." #. type: "Resolution_description" -#: Resources/templates/Localizable.strings:733 +#: Resources/templates/Localizable.strings:752 #, no-wrap msgid "Set one resolution to use." msgstr "Setati o rezolutie implicita." #. type: "HDEFLayout_title" -#: Resources/templates/Localizable.strings:736 +#: Resources/templates/Localizable.strings:755 #, no-wrap msgid "HDEF Layout" msgstr "HDEF Layout" #. type: "HDEFLayout_description" -#: Resources/templates/Localizable.strings:737 +#: Resources/templates/Localizable.strings:756 #, no-wrap msgid "Set one HDEF Layout ID to use for your HDA controller." msgstr "" #. type: "HDAULayout_title" -#: Resources/templates/Localizable.strings:740 +#: Resources/templates/Localizable.strings:759 #, no-wrap msgid "HDAU Layout" msgstr "HDAU Layout" #. type: "HDAULayout_description" -#: Resources/templates/Localizable.strings:741 +#: Resources/templates/Localizable.strings:760 #, no-wrap msgid "Set one HDAU Layout ID to use for your HDMi controller." msgstr "" #. type: "IntelCapri_title" -#: Resources/templates/Localizable.strings:744 +#: Resources/templates/Localizable.strings:763 #, no-wrap msgid "Intel Capri AAPL,ig-platform-id" msgstr "Intel Capri AAPL,ig-platform-id" #. type: "IntelCapri_description" -#: Resources/templates/Localizable.strings:745 +#: Resources/templates/Localizable.strings:764 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD4000." msgstr "" #. type: "IntelAzul_title" -#: Resources/templates/Localizable.strings:748 +#: Resources/templates/Localizable.strings:767 #, no-wrap msgid "Intel Azul AAPL,ig-platform-id" msgstr "Intel Azul AAPL,ig-platform-id" #. type: "IntelAzul_description" -#: Resources/templates/Localizable.strings:749 +#: Resources/templates/Localizable.strings:768 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD5000." msgstr "" #. type: "HDEFPinConfiguration_title" -#: Resources/templates/Localizable.strings:752 +#: Resources/templates/Localizable.strings:771 #, no-wrap msgid "HDEF PinConfiguration" msgstr "HDEF PinConfiguration" #. type: "HDEFPinConfiguration_description" -#: Resources/templates/Localizable.strings:753 +#: Resources/templates/Localizable.strings:772 #, no-wrap msgid "Set one HDEF PinConfiguration to use." msgstr "Setati o rezolutie implicita." #. type: "Video_title" -#: Resources/templates/Localizable.strings:756 +#: Resources/templates/Localizable.strings:775 #, no-wrap msgid "Video" msgstr "Video" #. type: "Video_description" -#: Resources/templates/Localizable.strings:757 +#: Resources/templates/Localizable.strings:776 #, no-wrap msgid "A selection of options that deal with video." msgstr "O selectie de optiuni care au de aface cu functionarea video." #. type: "Keymaps_title" -#: Resources/templates/Localizable.strings:760 +#: Resources/templates/Localizable.strings:779 #, no-wrap msgid "KeyLayout" msgstr "Tastatura" #. type: "Keymaps_description" -#: Resources/templates/Localizable.strings:761 +#: Resources/templates/Localizable.strings:780 #, no-wrap msgid "Select one keylayout to use. This will also install the Keylayout module and keymaps." msgstr "Selectati o limba a tastaturii, aceasta va instala si modulul pentru diverse limbi." #. type: "Themes_title" -#: Resources/templates/Localizable.strings:767 +#: Resources/templates/Localizable.strings:786 #, no-wrap msgid "Themes" msgstr "Teme" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:768 +#: Resources/templates/Localizable.strings:787 #, 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 "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" +#~ msgstr "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" + +#~ msgid "Chameleon" +#~ msgstr "Bootloaderul Chameleon" + #~ msgid "Install Type" #~ msgstr "Tipul Instalarii" Index: branches/ErmaC/Enoch/package/po/ca.po =================================================================== --- branches/ErmaC/Enoch/package/po/ca.po (revision 2678) +++ branches/ErmaC/Enoch/package/po/ca.po (revision 2679) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Chameleon 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-13 18:09+0000\n" +"POT-Creation-Date: 2015-05-10 14:42+0200\n" "PO-Revision-Date: 2015-02-13 18:18-0000\n" "Last-Translator: ErmaC \n" "Language-Team: ca \n" @@ -21,13 +21,15 @@ #. type: Content of:

#: Resources/templates/Welcome.html:22 -msgid "Chameleon" -msgstr "Chameleon" +msgid "Enoch" +msgstr "" #. type: Content of:

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

#: Resources/templates/Welcome.html:25 @@ -275,63 +277,125 @@ "boot1 (En el boot-sector de la partició) per trobar el boot2.\n" "boot2 (En el directori arrel de la partició) Per carregar el Kernel, etc" -#. type: "Default_title" +#. type: "BootNo_title" #: Resources/templates/Localizable.strings:25 -#: Resources/templates/Localizable.strings:699 #, no-wrap -msgid "Standard" -msgstr "Standard" +msgid "Don't install the Bootloader" +msgstr "No instal·lar el Bootloader" -#. type: "Standard_description" +#. type: "BootNo_description" #: Resources/templates/Localizable.strings:26 #, no-wrap -msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." -msgstr "Instal·lar els arxius de Chameleon en l´arrel de la partició seleccionada utilitzant boot0 o boot0md depenent del teu sistema sense destruir la instal·lació de Windows, si existeix." +msgid "Useful if you only want to install the extra's." +msgstr "Útil si tan sols vols instal·lar els extres." -#. type: "noboot_title" +#. type: "Stages_title" #: Resources/templates/Localizable.strings:28 -#, no-wrap -msgid "Don't install the Bootloader" -msgstr "No instal·lar el Bootloader" +#, fuzzy, no-wrap +#| msgid "Chameleon Bootloader Package" +msgid "Bootloader Stages" +msgstr "Chameleon Bootloader Package" -#. type: "noboot_description" +#. type: "Stages_description" #: Resources/templates/Localizable.strings:29 #, no-wrap -msgid "Useful if you only want to install the extra's." -msgstr "Útil si tan sols vols instal·lar els extres." +msgid "" +"Here you can chose to skip the bootloader installation completely or partially.\n" +"This can be usefull if you want to write Extra's, or skip some stage (0,1 and activation of the target partition).\n" +"Skipping all stages permit you to leave as is already working boot sectors, especially usefull with 4k drives.\n" +"boot is always copied to the target partition when you are skipping one or more stages." +msgstr "" +#. type: "SkipStage0_title" +#: Resources/templates/Localizable.strings:34 +#, no-wrap +msgid "Skip Stage 0" +msgstr "" + +#. type: "SkipStage0_description" +#: Resources/templates/Localizable.strings:35 +#, no-wrap +msgid "" +"Avoid writing stage 0 to the target disk.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipStage1_title" +#: Resources/templates/Localizable.strings:38 +#, no-wrap +msgid "Skip Stage 1" +msgstr "" + +#. type: "SkipStage1_description" +#: Resources/templates/Localizable.strings:39 +#, no-wrap +msgid "" +"Avoid writing stage 1 to the partition boot sector.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipActivePartition_title" +#: Resources/templates/Localizable.strings:42 +#, no-wrap +msgid "Skip Activation" +msgstr "" + +#. type: "SkipActivePartition_description" +#: Resources/templates/Localizable.strings:43 +#, no-wrap +msgid "" +"Prevents activation of the target partition.\n" +"Some old motherboards have a bad implementation of GPT in bios and they can not find partitions if marked active unger Guid Partition Table.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "Standard_title" +#: Resources/templates/Localizable.strings:47 +#, fuzzy, no-wrap +#| msgid " has been written to the root of your chosen partition." +msgid "Install Chameleon in the chosen partition." +msgstr " ha estat escrit en l'arrel de la partició seleccionada." + +#. type: "Standard_description" +#: Resources/templates/Localizable.strings:48 +#, fuzzy, no-wrap +#| msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." +msgid "Install Chameleon's files to the root of the selected partition using either boot0, boot0md or boot0hfs depending on your system without destroying any existing Windows installation if you have one." +msgstr "Instal·lar els arxius de Chameleon en l´arrel de la partició seleccionada utilitzant boot0 o boot0md depenent del teu sistema sense destruir la instal·lació de Windows, si existeix." + #. type: "EFI_title" -#: Resources/templates/Localizable.strings:31 +#: Resources/templates/Localizable.strings:50 #, no-wrap msgid "Install Chameleon in the ESP" msgstr "" #. type: "EFI_description" -#: Resources/templates/Localizable.strings:32 -#, no-wrap -msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +#: Resources/templates/Localizable.strings:51 +#, fuzzy, no-wrap +#| msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0, boot0md or boot0hfs depending on your system." msgstr "Instal·lar els arxius de Chameleons a la partició de sistema EFI (normalment oculta) utilitzant boot0 o boot0md en funció del teu sistema, i sense destruir la partició de windows, si existeix." #. type: "Module_title" -#: Resources/templates/Localizable.strings:37 +#: Resources/templates/Localizable.strings:56 #, no-wrap msgid "Modules" msgstr "Mòduls." #. type: "Module_description" -#: Resources/templates/Localizable.strings:38 +#: Resources/templates/Localizable.strings:57 #, no-wrap msgid "The modules system incorporated in chameleon allows for a user or developer to extend the core functionality of chameleon without replacing the main boot file." msgstr "Els mòduls de sistema incorporats a Chameleon permeten a l'usuari o al programador ampliar les funcions principals de chameleon sense reemplaçar l'arxiu d'arrencada." #. type: "klibc_title" -#: Resources/templates/Localizable.strings:40 +#: Resources/templates/Localizable.strings:59 #, no-wrap msgid "klibc" msgstr "klibc" #. type: "klibc_description" -#: Resources/templates/Localizable.strings:41 +#: Resources/templates/Localizable.strings:60 #, no-wrap msgid "" "This module provides a standard c library for modules to link to if the library provided by chameleon is insufficient.\n" @@ -343,13 +407,13 @@ "Font: http://www.kernel.org/pub/linux/libs/klibc/" #. type: "ACPICodec_title" -#: Resources/templates/Localizable.strings:45 +#: Resources/templates/Localizable.strings:64 #, no-wrap msgid "ACPICodec" msgstr "ACPICodec" #. type: "ACPICodec_description" -#: Resources/templates/Localizable.strings:46 +#: Resources/templates/Localizable.strings:65 #, no-wrap msgid "" "This module provides a substitute for the internal acpi patcher.\n" @@ -357,13 +421,13 @@ msgstr "" #. type: "HDAEnabler_title" -#: Resources/templates/Localizable.strings:49 +#: Resources/templates/Localizable.strings:68 #, no-wrap msgid "HDAEnabler" msgstr "HDAEnabler" #. type: "HDAEnabler_description" -#: Resources/templates/Localizable.strings:50 +#: Resources/templates/Localizable.strings:69 #, no-wrap msgid "" "HDAEnabler module, this module provides a substitute for the Hight Definition Audio DSDT Edits.\n" @@ -371,13 +435,13 @@ msgstr "" #. type: "FileNVRAM_title" -#: Resources/templates/Localizable.strings:53 +#: Resources/templates/Localizable.strings:72 #, no-wrap msgid "FileNVRAM" msgstr "FileNVRAM" #. type: "FileNVRAM_description" -#: Resources/templates/Localizable.strings:54 +#: Resources/templates/Localizable.strings:73 #, no-wrap msgid "" "FileNVRAM module for preloading NVRAM values.\n" @@ -385,13 +449,13 @@ msgstr "" #. type: "Sata_title" -#: Resources/templates/Localizable.strings:57 +#: Resources/templates/Localizable.strings:76 #, no-wrap msgid "Sata" msgstr "Sata" #. type: "Sata_description" -#: Resources/templates/Localizable.strings:58 +#: Resources/templates/Localizable.strings:77 #, no-wrap msgid "" "Sata module, known as YellowIconFixer in cparm's branch.\n" @@ -400,14 +464,14 @@ msgstr "" #. type: "Resolution_title" -#: Resources/templates/Localizable.strings:62 -#: Resources/templates/Localizable.strings:732 +#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:751 #, no-wrap msgid "Resolution" msgstr "Resolució" #. type: "AutoReso_description" -#: Resources/templates/Localizable.strings:63 +#: Resources/templates/Localizable.strings:82 #, no-wrap msgid "" "This module reads the edid information from the monitor attached to the main display.\n" @@ -419,13 +483,13 @@ "A més, el mòdul aplica patches per els modes vesa disponibles en les gràfiques de intel anteriors als models HD per ajustar la resolució adequada durant l'arrencada." #. type: "uClibc_title" -#: Resources/templates/Localizable.strings:67 +#: Resources/templates/Localizable.strings:86 #, no-wrap msgid "uClibc++" msgstr "uClibc++" #. type: "uClibc_description" -#: Resources/templates/Localizable.strings:68 +#: Resources/templates/Localizable.strings:87 #, no-wrap msgid "" "This module provides a minimalistic c++ runtime library for use in other modules. This does not provide functionality by itself, instead it is used to allow for the c++ language to be used in other modules.\n" @@ -438,13 +502,13 @@ "Dependències: klibc" #. type: "KernelPatcher_title" -#: Resources/templates/Localizable.strings:73 +#: Resources/templates/Localizable.strings:92 #, no-wrap msgid "Kernel Patcher" msgstr "Kernel Patcher" #. type: "KernelPatcher_description" -#: Resources/templates/Localizable.strings:74 +#: Resources/templates/Localizable.strings:93 #, no-wrap msgid "" "The KernelPatcher module provides patches for the following:\n" @@ -456,13 +520,13 @@ msgstr "" #. type: "KextPatcher_title" -#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:100 #, no-wrap msgid "Kext Patcher" msgstr "Kext Patcher" #. type: "KextPatcher_description" -#: Resources/templates/Localizable.strings:82 +#: Resources/templates/Localizable.strings:101 #, no-wrap msgid "" "The KextPatcher module provides patches for the following:\n" @@ -470,13 +534,13 @@ msgstr "" #. type: "NVIDIAGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:85 +#: Resources/templates/Localizable.strings:104 #, no-wrap msgid "NVIDIAGraphicsEnabler" msgstr "NVIDIAGraphicsEnabler" #. type: "NVIDIAGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:86 +#: Resources/templates/Localizable.strings:105 #, no-wrap msgid "" "The GraphicsEnabler nVidia code ported to a module.\n" @@ -484,13 +548,13 @@ msgstr "" #. type: "GraphicsEnablerModule_title" -#: Resources/templates/Localizable.strings:89 +#: Resources/templates/Localizable.strings:108 #, no-wrap msgid "GraphicsEnabler" msgstr "GraphicsEnabler" #. type: "GraphicsEnablerModule_description" -#: Resources/templates/Localizable.strings:90 +#: Resources/templates/Localizable.strings:109 #, no-wrap msgid "" "The GraphicsEnabler code ported to a module.\n" @@ -498,13 +562,13 @@ msgstr "" #. type: "AMDGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:93 +#: Resources/templates/Localizable.strings:112 #, no-wrap msgid "AMDGraphicsEnabler" msgstr "AMDGraphicsEnabler" #. type: "AMDGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:94 +#: Resources/templates/Localizable.strings:113 #, no-wrap msgid "" "The GraphicsEnabler AMD/ATi code ported to a module.\n" @@ -512,13 +576,13 @@ msgstr "" #. type: "IntelGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:97 +#: Resources/templates/Localizable.strings:116 #, no-wrap msgid "IntelGraphicsEnabler" msgstr "IntelGraphicsEnabler" #. type: "IntelGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:98 +#: Resources/templates/Localizable.strings:117 #, no-wrap msgid "" "The GraphicsEnabler gma(Intel) code ported to a module.\n" @@ -526,638 +590,638 @@ msgstr "" #. type: "Options_title" -#: Resources/templates/Localizable.strings:106 +#: Resources/templates/Localizable.strings:125 #, no-wrap msgid "Settings" msgstr "opcions d'arrencada" #. type: "Options_description" -#: Resources/templates/Localizable.strings:107 +#: Resources/templates/Localizable.strings:126 #, no-wrap msgid "Create an /Extra/org.chameleon.Boot.plist by selecting any of these boot options and kernel flags." msgstr "Crea l'arxiu /Extra/org.chameleon.Boot.plist seleccionant qualsevol opció d'arrencada i kernel flags." #. type: "BootBanner_title" -#: Resources/templates/Localizable.strings:109 +#: Resources/templates/Localizable.strings:128 #, no-wrap msgid "BootBanner=No" msgstr "BootBanner=No" #. type: "BootBanner_description" -#: Resources/templates/Localizable.strings:110 +#: Resources/templates/Localizable.strings:129 #, no-wrap msgid "Hides Chameleon's boot banner in GUI. This is the text that is drawn at the top left corner of the screen displaying the release version etc." msgstr "Ocultar els textos de Chameleon en la interfície gràfica. És el text que apareix en la cantonada superior esquerra mostrant la versió, etc." #. type: "GUI_title" -#: Resources/templates/Localizable.strings:112 +#: Resources/templates/Localizable.strings:131 #, no-wrap msgid "GUI=No" msgstr "GUI=No" #. type: "GUI_description" -#: Resources/templates/Localizable.strings:113 +#: Resources/templates/Localizable.strings:132 #, no-wrap msgid "Disables the default enabled graphic user interface." msgstr "Desactiva la interfície gràfica de chameleon." #. type: "LegacyLogo_title" -#: Resources/templates/Localizable.strings:115 +#: Resources/templates/Localizable.strings:134 #, no-wrap msgid "LegacyLogo=Yes" msgstr "LegacyLogo=Yes" #. type: "LegacyLogo_description" -#: Resources/templates/Localizable.strings:116 +#: Resources/templates/Localizable.strings:135 #, no-wrap msgid "Use the legacy 'dark grey' apple logo on the light grey screen for the boot process rather than the boot.png in the theme." msgstr "Usar el logo habitual sobre fons gris d'Apple 'dark grey' com a imatge d'arrencada en lloc de l'arxiu boot.png del tema" #. type: "InstantMenu_title" -#: Resources/templates/Localizable.strings:118 +#: Resources/templates/Localizable.strings:137 #, no-wrap msgid "InstantMenu=Yes" msgstr "InstantMenu=Yes" #. type: "InstantMenu_description" -#: Resources/templates/Localizable.strings:119 +#: Resources/templates/Localizable.strings:138 #, no-wrap msgid "By default, when Chameleon loads you'll see the icon for the current default partition, along with a timeout progress bar which left alone will count down before Chameleon automatically boots that partition. This options skips that and takes you directly to the device selection screen." msgstr "Aquesta opció porta directament a la selecció d'unitats d'arrencada, en lloc de mostrar la barra decreixent de temps d'espera." #. type: "QuietBoot_title" -#: Resources/templates/Localizable.strings:121 +#: Resources/templates/Localizable.strings:140 #, no-wrap msgid "QuietBoot=Yes" msgstr "QuietBoot=Yes" #. type: "QuietBoot_description" -#: Resources/templates/Localizable.strings:122 +#: Resources/templates/Localizable.strings:141 #, no-wrap msgid "Enable quiet boot mode (no messages or prompt)." msgstr "Activa el mode quiet boot (Arrencada sense mostrar la interfície o el cursor de chameleon)." #. type: "ShowInfo_title" -#: Resources/templates/Localizable.strings:124 +#: Resources/templates/Localizable.strings:143 #, no-wrap msgid "ShowInfo=Yes" msgstr "ShowInfo=Yes" #. type: "ShowInfo_description" -#: Resources/templates/Localizable.strings:125 +#: Resources/templates/Localizable.strings:144 #, no-wrap msgid "Enables display of partition and resolution details shown on the left side of the GUI under the boot banner. This is useful information for troubleshooting, though can clash with certain themes." msgstr "Mostrar informació sobre la resolució i les particions en la part esquerra de la imatge del bootloader. Aquesta informació pot ser útil, però pot ser que no quedi bé amb tots els themes." #. type: "Wait_title" -#: Resources/templates/Localizable.strings:127 +#: Resources/templates/Localizable.strings:146 #, no-wrap msgid "Wait=Yes" msgstr "Wait=Yes" #. type: "Wait_description" -#: Resources/templates/Localizable.strings:128 +#: Resources/templates/Localizable.strings:147 #, no-wrap msgid "Pauses the boot process after Chameleon has finished it's setup then waits for a key press before it starts the mach kernel. Useful when combined with verbose boot for troubleshooting." msgstr "Pausar el procés d'arrencada després de la càrrega de Chameleon, i esperar fins que es pressioni una tecla abans de carregar el kernel. Útil quan es combina amb el mode verbose, per resoldre problemes." #. type: "PrivateData_title" -#: Resources/templates/Localizable.strings:130 +#: Resources/templates/Localizable.strings:149 #, no-wrap msgid "PrivateData=No" msgstr "PrivateData=No" #. type: "PrivateData_description" -#: Resources/templates/Localizable.strings:131 +#: Resources/templates/Localizable.strings:150 #, no-wrap msgid "Show masked data (serial number) in bdmesg log (enbaled by default)." msgstr "" #. type: "USBBusFix_title" -#: Resources/templates/Localizable.strings:135 +#: Resources/templates/Localizable.strings:154 #, no-wrap msgid "USBBusFix=Yes" msgstr "USBBusFix=Yes" #. type: "USBBusFix_description" -#: Resources/templates/Localizable.strings:136 +#: Resources/templates/Localizable.strings:155 #, no-wrap msgid "Enable the XHCI, EHCI and UHCI fixes (disabled by default)." msgstr "" #. type: "USBLegacyOff_title" -#: Resources/templates/Localizable.strings:138 +#: Resources/templates/Localizable.strings:157 #, no-wrap msgid "USBLegacyOff=Yes" msgstr "USBLegacyOff=Yes" #. type: "USBLegacyOff_description" -#: Resources/templates/Localizable.strings:139 +#: Resources/templates/Localizable.strings:158 #, no-wrap msgid "Force USB Legacy off for XHCI and EHCI (disabled by default)." msgstr "" #. type: "XHCILegacyOff_title" -#: Resources/templates/Localizable.strings:141 +#: Resources/templates/Localizable.strings:160 #, no-wrap msgid "XHCILegacyOff=Yes" msgstr "XHCILegacyOff=Yes" #. type: "XHCILegacyOff_description" -#: Resources/templates/Localizable.strings:142 +#: Resources/templates/Localizable.strings:161 #, no-wrap msgid "Force USB Legacy off for XHCI (disabled by default)." msgstr "" #. type: "UHCIreset_title" -#: Resources/templates/Localizable.strings:144 +#: Resources/templates/Localizable.strings:163 #, no-wrap msgid "UHCIreset=Yes" msgstr "UHCIreset=Yes" #. type: "UHCIreset_description" -#: Resources/templates/Localizable.strings:145 +#: Resources/templates/Localizable.strings:164 #, no-wrap msgid "Enables the option to reset UHCI controllers before starting OS X." msgstr "Activa l'opció per resetejar els controladors UHCI (USB) abans de l'arrencada d'OS X." #. type: "EHCIacquire_title" -#: Resources/templates/Localizable.strings:147 +#: Resources/templates/Localizable.strings:166 #, no-wrap msgid "EHCIacquire=Yes" msgstr "EHCIacquire=Yes" #. type: "EHCIacquire_description" -#: Resources/templates/Localizable.strings:148 +#: Resources/templates/Localizable.strings:167 #, no-wrap msgid "Enables the option to fix any EHCI ownership issues due to bad bioses." msgstr "Habilita l'opció per corregir qualsevol problema de EHCI ownership (relatius a USB 2.0) a causa de BIOS dolentes ." #. type: "arch_title" -#: Resources/templates/Localizable.strings:150 +#: Resources/templates/Localizable.strings:169 #, no-wrap msgid "arch=i386" msgstr "arch=i386" #. type: "arch_description" -#: Resources/templates/Localizable.strings:151 +#: Resources/templates/Localizable.strings:170 #, no-wrap msgid "Boots the kernel in 32bit mode rather than the default 64bit mode." msgstr "Carrega el kernel a 32bit en lloc del kernel 64bit per defecte." #. type: "EthernetBuiltIn_title" -#: Resources/templates/Localizable.strings:153 +#: Resources/templates/Localizable.strings:172 #, no-wrap msgid "EthernetBuiltIn=Yes" msgstr "EthernetBuiltIn=Yes" #. type: "EthernetBuiltIn_description" -#: Resources/templates/Localizable.strings:154 +#: Resources/templates/Localizable.strings:173 #, no-wrap msgid "Enables the option of adding 'built-in' to your ethernet devices." msgstr "Habilita l'opció perquè els dispositius Ethernet siguin reconeguts correctament. Necessari per a diverses aplicacions, com ara lapp store." #. type: "EnableWifi_title" -#: Resources/templates/Localizable.strings:156 +#: Resources/templates/Localizable.strings:175 #, no-wrap msgid "EnableWifi=Yes" msgstr "EnableWifi=Yes" #. type: "EnableWifi_description" -#: Resources/templates/Localizable.strings:157 +#: Resources/templates/Localizable.strings:176 #, no-wrap msgid "Enables the option of adding AirPort values to your wireless device." msgstr "Habilita l'opció perquè els dispositius Wireless siguin reconeguts correctament." #. type: "ForceHPET_title" -#: Resources/templates/Localizable.strings:159 +#: Resources/templates/Localizable.strings:178 #, no-wrap msgid "ForceHPET=Yes" msgstr "ForceHPET=Yes" #. type: "ForceHPET_description" -#: Resources/templates/Localizable.strings:160 +#: Resources/templates/Localizable.strings:179 #, no-wrap msgid "Enables HPET on intel chipsets, for bioses that dont include the option." msgstr "Habilita el HPET en chipsets Intel, per BIOS que no incloguin aquesta opció." #. type: "ForceWake_title" -#: Resources/templates/Localizable.strings:162 +#: Resources/templates/Localizable.strings:181 #, no-wrap msgid "ForceWake=Yes" msgstr "ForceWake=Yes" #. type: "ForceWake_description" -#: Resources/templates/Localizable.strings:163 +#: Resources/templates/Localizable.strings:182 #, no-wrap msgid "This option enables you to bypass bad sleep images." msgstr "Aquesta opció permet ignorar imatges de repòs defectuoses." #. type: "ForceFullMemInfo_title" -#: Resources/templates/Localizable.strings:165 +#: Resources/templates/Localizable.strings:184 #, no-wrap msgid "ForceFullMemInfo=Yes" msgstr "ForceFullMemInfo=Yes" #. type: "ForceFullMemInfo_description" -#: Resources/templates/Localizable.strings:166 +#: Resources/templates/Localizable.strings:185 #, no-wrap msgid "Force SMBIOS Table 17 to be 27 bytes long." msgstr "" #. type: "RestartFix_title" -#: Resources/templates/Localizable.strings:168 +#: Resources/templates/Localizable.strings:187 #, no-wrap msgid "RestartFix=No" msgstr "RestartFix=No" #. type: "RestartFix_description" -#: Resources/templates/Localizable.strings:169 +#: Resources/templates/Localizable.strings:188 #, no-wrap msgid "Disables the automatically enabled restart fix." msgstr "Desactiva l'opció \"restart fix\", activada per defecte." #. type: "UseMemDetect_title" -#: Resources/templates/Localizable.strings:171 +#: Resources/templates/Localizable.strings:190 #, no-wrap msgid "UseMemDetect=No" msgstr "UseMemDetect=No" #. type: "UseMemDetect_description" -#: Resources/templates/Localizable.strings:172 +#: Resources/templates/Localizable.strings:191 #, no-wrap msgid "Disables the automatically enabled RAM recognition." msgstr "Deshabilita l'opció predeterminada de reconeixement de RAM." #. type: "UseKernelCache_title" -#: Resources/templates/Localizable.strings:174 +#: Resources/templates/Localizable.strings:193 #, no-wrap msgid "UseKernelCache=Yes" msgstr "UseKernelCache=Yes" #. type: "UseKernelCache_description" -#: Resources/templates/Localizable.strings:175 +#: Resources/templates/Localizable.strings:194 #, no-wrap msgid "For Lion only. Enables loading of the pre-linked kernel. This will ignore /E/E and /S/L/E. ONLY use this is you have know it contains everything you need." msgstr "Només per Lion. Activa la càrrega del pre-linked kernel. Ignorarà /E/E i /S/L/E. Utilitza aquesta opció tan sols en cas de que contingui tot el que necessites." #. type: "Wake_title" -#: Resources/templates/Localizable.strings:177 +#: Resources/templates/Localizable.strings:196 #, no-wrap msgid "Wake=Yes" msgstr "Wake=Yes" #. type: "Wake_description" -#: Resources/templates/Localizable.strings:178 +#: Resources/templates/Localizable.strings:197 #, no-wrap msgid "Attempts to load the sleep image saved from last hibernation." msgstr "Intentar carregar la imatge de repòs de l'última hibernació." #. type: "CSTUsingSystemIO_title" -#: Resources/templates/Localizable.strings:182 +#: Resources/templates/Localizable.strings:201 #, no-wrap msgid "CSTUsingSystemIO=Yes" msgstr "CSTUsingSystemIO=Yes" #. type: "CSTUsingSystemIO_description" -#: Resources/templates/Localizable.strings:183 +#: Resources/templates/Localizable.strings:202 #, no-wrap msgid "New C-State _CST generation method using SystemIO registers instead of FixedHW." msgstr "Nou mètode de generació de C-States _CST utilitzant els registres SystemIO en lloc de FixedHW." #. type: "DropSSDT_title" -#: Resources/templates/Localizable.strings:185 +#: Resources/templates/Localizable.strings:204 #, no-wrap msgid "DropSSDT=Yes" msgstr "DropSSDT=Yes" #. type: "DropSSDT_description" -#: Resources/templates/Localizable.strings:186 +#: Resources/templates/Localizable.strings:205 #, no-wrap msgid "Discard the motherboard's built-in SSDT tables." msgstr "Descartar les taules SSDT incloses en la placa mare" #. type: "DropHPET_title" -#: Resources/templates/Localizable.strings:188 +#: Resources/templates/Localizable.strings:207 #, no-wrap msgid "DropHPET=Yes" msgstr "DropHPET=Yes" #. type: "DropHPET_description" -#: Resources/templates/Localizable.strings:189 +#: Resources/templates/Localizable.strings:208 #, no-wrap msgid "Discard the motherboard's built-in HPET table." msgstr "Descartar les taules HPET incloses en la placa mare" #. type: "DropSBST_title" -#: Resources/templates/Localizable.strings:191 +#: Resources/templates/Localizable.strings:210 #, no-wrap msgid "DropSBST=Yes" msgstr "DropSBST=Yes" #. type: "DropSBST_description" -#: Resources/templates/Localizable.strings:192 +#: Resources/templates/Localizable.strings:211 #, no-wrap msgid "Discard the motherboard's built-in SBST table." msgstr "Descartar les taules SBST incloses en la placa mare" #. type: "DropECDT_title" -#: Resources/templates/Localizable.strings:194 +#: Resources/templates/Localizable.strings:213 #, no-wrap msgid "DropECDT=Yes" msgstr "DropECDT=Yes" #. type: "DropECDT_description" -#: Resources/templates/Localizable.strings:195 +#: Resources/templates/Localizable.strings:214 #, no-wrap msgid "Discard the motherboard's built-in ECDT table." msgstr "Descartar les taules ECDT incloses en la placa mare" #. type: "DropASFT_title" -#: Resources/templates/Localizable.strings:197 +#: Resources/templates/Localizable.strings:216 #, no-wrap msgid "DropASFT=Yes" msgstr "DropASFT=Yes" #. type: "DropASFT_description" -#: Resources/templates/Localizable.strings:198 +#: Resources/templates/Localizable.strings:217 #, no-wrap msgid "Discard the motherboard's built-in ASF! table." msgstr "Descartar les taules ASF! incloses en la placa mare" #. type: "DropDMAR_title" -#: Resources/templates/Localizable.strings:200 +#: Resources/templates/Localizable.strings:219 #, no-wrap msgid "DropDMAR=Yes" msgstr "DropDMAR=Yes" #. type: "DropDMAR_description" -#: Resources/templates/Localizable.strings:201 +#: Resources/templates/Localizable.strings:220 #, no-wrap msgid "Discard the motherboard's built-in DMAR table, this key action resolve the problem with VT-d panics." msgstr "Descartar les taules DMAR incloses en la placa mare" #. type: "EnableC2State_title" -#: Resources/templates/Localizable.strings:203 +#: Resources/templates/Localizable.strings:222 #, no-wrap msgid "EnableC2State=Yes" msgstr "EnableC2State=Yes" #. type: "EnableC2State_description" -#: Resources/templates/Localizable.strings:204 +#: Resources/templates/Localizable.strings:223 #, no-wrap msgid "Enable specific Processor power state, C2." msgstr "Activar el powerstate específic del processador, C2." #. type: "EnableC3State_title" -#: Resources/templates/Localizable.strings:206 +#: Resources/templates/Localizable.strings:225 #, no-wrap msgid "EnableC3State=Yes" msgstr "EnableC3State=Yes" #. type: "EnableC3State_description" -#: Resources/templates/Localizable.strings:207 +#: Resources/templates/Localizable.strings:226 #, no-wrap msgid "Enable specific Processor power state, C3." msgstr "Activar el powerstate específic del processador, C3." #. type: "EnableC4State_title" -#: Resources/templates/Localizable.strings:209 +#: Resources/templates/Localizable.strings:228 #, no-wrap msgid "EnableC4State=Yes" msgstr "EnableC4State=Yes" #. type: "EnableC4State_description" -#: Resources/templates/Localizable.strings:210 +#: Resources/templates/Localizable.strings:229 #, no-wrap msgid "Enable specific Processor power state, C4." msgstr "Activar el powerstate específic del processador, C4." #. type: "EnableC6State_title" -#: Resources/templates/Localizable.strings:212 +#: Resources/templates/Localizable.strings:231 #, no-wrap msgid "EnableC6State=Yes" msgstr "EnableC6State=Yes" #. type: "EnableC6State_description" -#: Resources/templates/Localizable.strings:213 +#: Resources/templates/Localizable.strings:232 #, no-wrap msgid "Enable specific Processor power state, C6." msgstr "Activar el powerstate específic del processador, C6." #. type: "EnableC7State_title" -#: Resources/templates/Localizable.strings:215 +#: Resources/templates/Localizable.strings:234 #, no-wrap msgid "EnableC7State=Yes" msgstr "EnableC7State=Yes" #. type: "EnableC7State_description" -#: Resources/templates/Localizable.strings:216 +#: Resources/templates/Localizable.strings:235 #, no-wrap msgid "Enable specific Processor power state, C7." msgstr "Activar el powerstate específic del processador, C7." #. type: "GenerateCStates_title" -#: Resources/templates/Localizable.strings:218 +#: Resources/templates/Localizable.strings:237 #, no-wrap msgid "GenerateCStates=Yes" msgstr "GenerateCStates=Yes" #. type: "GenerateCStates_description" -#: Resources/templates/Localizable.strings:219 +#: Resources/templates/Localizable.strings:238 #, no-wrap msgid "Enable auto generation of processor idle sleep states (C-States)." msgstr "Activar la generació automàtica d'estats de repòs del processador (C-states)." #. type: "GeneratePStates_title" -#: Resources/templates/Localizable.strings:221 +#: Resources/templates/Localizable.strings:240 #, no-wrap msgid "GeneratePStates=Yes" msgstr "GeneratePStates=Yes" #. type: "GeneratePStates_description" -#: Resources/templates/Localizable.strings:222 +#: Resources/templates/Localizable.strings:241 #, no-wrap msgid "Enable auto generation of processor power performance states (P-States)." msgstr "Activar la generació automàtica d'estats de càrrega del processador (P-States)." #. type: "GenerateTStates_title" -#: Resources/templates/Localizable.strings:224 +#: Resources/templates/Localizable.strings:243 #, no-wrap msgid "GenerateTStates=Yes" msgstr "GenerateTStates=Yes" #. type: "GenerateTStates_description" -#: Resources/templates/Localizable.strings:225 +#: Resources/templates/Localizable.strings:244 #, no-wrap msgid "Enable auto generation of processor power performance states (T-States)." msgstr "Activar la generació automàtica d'estats de càrrega del processador (T-States)." #. type: "1024x600x32_title" -#: Resources/templates/Localizable.strings:229 +#: Resources/templates/Localizable.strings:248 #, no-wrap msgid "1024x600x32" msgstr "1024x600x32" #. type: "1024x600x32_description" -#: Resources/templates/Localizable.strings:230 +#: Resources/templates/Localizable.strings:249 #, no-wrap msgid "Set Graphics Mode to 1024x600x32" msgstr "Fixar resolució en 1024x600x32" #. type: "1024x768x32_title" -#: Resources/templates/Localizable.strings:232 +#: Resources/templates/Localizable.strings:251 #, no-wrap msgid "1024x768x32" msgstr "1024x768x32" #. type: "1024x768x32_description" -#: Resources/templates/Localizable.strings:233 +#: Resources/templates/Localizable.strings:252 #, no-wrap msgid "Set Graphics Mode to 1024x768x32" msgstr "Fixar resolució en 1024x768x32" #. type: "1280x768x32_title" -#: Resources/templates/Localizable.strings:235 +#: Resources/templates/Localizable.strings:254 #, no-wrap msgid "1280x768x32" msgstr "1280x768x32" #. type: "1280x768x32_description" -#: Resources/templates/Localizable.strings:236 +#: Resources/templates/Localizable.strings:255 #, no-wrap msgid "Set Graphics Mode to 1280x768x32" msgstr "Fixar resolució en 1280x768x32" #. type: "1280x800x32_title" -#: Resources/templates/Localizable.strings:238 +#: Resources/templates/Localizable.strings:257 #, no-wrap msgid "1280x800x32" msgstr "1280x800x32" #. type: "1280x800x32_description" -#: Resources/templates/Localizable.strings:239 +#: Resources/templates/Localizable.strings:258 #, no-wrap msgid "Set Graphics Mode to 1280x800x32" msgstr "Fixar resolució en 1280x800x32" #. type: "1280x1024x32_title" -#: Resources/templates/Localizable.strings:241 +#: Resources/templates/Localizable.strings:260 #, no-wrap msgid "1280x1024x32" msgstr "1280x1024x32" #. type: "1280x1024x32_description" -#: Resources/templates/Localizable.strings:242 +#: Resources/templates/Localizable.strings:261 #, no-wrap msgid "Set Graphics Mode to 1280x1024x32" msgstr "Fixar resolució en 1280x1024x32" #. type: "1280x960x32_title" -#: Resources/templates/Localizable.strings:244 +#: Resources/templates/Localizable.strings:263 #, no-wrap msgid "1280x960x32" msgstr "1280x960x32" #. type: "1280x960x32_description" -#: Resources/templates/Localizable.strings:245 +#: Resources/templates/Localizable.strings:264 #, no-wrap msgid "Set Graphics Mode to 1280x960x32" msgstr "Fixar resolució en 1280x960x32" #. type: "1366x768x32_title" -#: Resources/templates/Localizable.strings:247 +#: Resources/templates/Localizable.strings:266 #, no-wrap msgid "1366x768x32" msgstr "1366x768x32" #. type: "1366x768x32_description" -#: Resources/templates/Localizable.strings:248 +#: Resources/templates/Localizable.strings:267 #, no-wrap msgid "Set Graphics Mode to 1366x768x32" msgstr "Fixar resolució en 1366x768x32" #. type: "1440x900x32_title" -#: Resources/templates/Localizable.strings:250 +#: Resources/templates/Localizable.strings:269 #, no-wrap msgid "1440x900x32" msgstr "1440x900x32" #. type: "1440x900x32_description" -#: Resources/templates/Localizable.strings:251 +#: Resources/templates/Localizable.strings:270 #, no-wrap msgid "Set Graphics Mode to 1440x900x32" msgstr "Fixar resolució en 1440x900x32" #. type: "1600x900x32_title" -#: Resources/templates/Localizable.strings:253 +#: Resources/templates/Localizable.strings:272 #, no-wrap msgid "1600x900x32" msgstr "1600x900x32" #. type: "1600x900x32_description" -#: Resources/templates/Localizable.strings:254 +#: Resources/templates/Localizable.strings:273 #, no-wrap msgid "Set Graphics Mode to 1600x900x32" msgstr "Fixar resolució en 1600x900x32" #. type: "1600x1200x32_title" -#: Resources/templates/Localizable.strings:256 +#: Resources/templates/Localizable.strings:275 #, no-wrap msgid "1600x1200x32" msgstr "1600x1200x32" #. type: "1600x1200x32_description" -#: Resources/templates/Localizable.strings:257 +#: Resources/templates/Localizable.strings:276 #, no-wrap msgid "Set Graphics Mode to 1600x1200x32" msgstr "Fixar resolució en 1600x1200x32" #. type: "1680x1050x32_title" -#: Resources/templates/Localizable.strings:259 +#: Resources/templates/Localizable.strings:278 #, no-wrap msgid "1680x1050x32" msgstr "1680x1050x32" #. type: "1680x1050x32_description" -#: Resources/templates/Localizable.strings:260 +#: Resources/templates/Localizable.strings:279 #, no-wrap msgid "Set Graphics Mode to 1680x1050x32" msgstr "Fixar resolució en 1680x1050x32" #. type: "1920x1080x32_title" -#: Resources/templates/Localizable.strings:262 +#: Resources/templates/Localizable.strings:281 #, no-wrap msgid "1920x1080x32" msgstr "1920x1080x32" #. type: "1920x1080x32_description" -#: Resources/templates/Localizable.strings:263 +#: Resources/templates/Localizable.strings:282 #, no-wrap msgid "Set Graphics Mode to 1920x1080x32" msgstr "Fixar resolució en 1920x1080x32" #. type: "1920x1200x32_title" -#: Resources/templates/Localizable.strings:265 +#: Resources/templates/Localizable.strings:284 #, no-wrap msgid "1920x1200x32" msgstr "1920x1200x32" #. type: "1920x1200x32_description" -#: Resources/templates/Localizable.strings:266 +#: Resources/templates/Localizable.strings:285 #, no-wrap msgid "Set Graphics Mode to 1920x1200x32" msgstr "Fixar resolució en 1920x1200x32" #. type: "HDAULayoutIDx01_title" -#: Resources/templates/Localizable.strings:270 -#: Resources/templates/Localizable.strings:376 +#: Resources/templates/Localizable.strings:289 +#: Resources/templates/Localizable.strings:395 #, no-wrap msgid "LayoutID=1" msgstr "LayoutID=1" #. type: "HDEFLayoutIDx01_description" -#: Resources/templates/Localizable.strings:271 +#: Resources/templates/Localizable.strings:290 #, no-wrap msgid "" "Set HDEF layout-it to 1:\n" @@ -1165,14 +1229,14 @@ msgstr "" #. type: "HDAULayoutIDx02_title" -#: Resources/templates/Localizable.strings:274 -#: Resources/templates/Localizable.strings:380 +#: Resources/templates/Localizable.strings:293 +#: Resources/templates/Localizable.strings:399 #, no-wrap msgid "LayoutID=2" msgstr "LayoutID=2" #. type: "HDEFLayoutIDx02_description" -#: Resources/templates/Localizable.strings:275 +#: Resources/templates/Localizable.strings:294 #, no-wrap msgid "" "Set HDEF layout-it to 2:\n" @@ -1180,14 +1244,14 @@ msgstr "" #. type: "HDAULayoutIDx03_title" -#: Resources/templates/Localizable.strings:278 -#: Resources/templates/Localizable.strings:384 +#: Resources/templates/Localizable.strings:297 +#: Resources/templates/Localizable.strings:403 #, no-wrap msgid "LayoutID=3" msgstr "LayoutID=3" #. type: "HDEFLayoutIDx03_description" -#: Resources/templates/Localizable.strings:279 +#: Resources/templates/Localizable.strings:298 #, no-wrap msgid "" "Set HDEF layout-it to 3:\n" @@ -1195,14 +1259,14 @@ msgstr "" #. type: "HDAULayoutIDx05_title" -#: Resources/templates/Localizable.strings:282 -#: Resources/templates/Localizable.strings:388 +#: Resources/templates/Localizable.strings:301 +#: Resources/templates/Localizable.strings:407 #, no-wrap msgid "LayoutID=5" msgstr "LayoutID=5" #. type: "HDEFLayoutIDx05_description" -#: Resources/templates/Localizable.strings:283 +#: Resources/templates/Localizable.strings:302 #, no-wrap msgid "" "Set HDEF layout-it to 5:\n" @@ -1210,14 +1274,14 @@ msgstr "" #. type: "HDAULayoutIDx07_title" -#: Resources/templates/Localizable.strings:286 -#: Resources/templates/Localizable.strings:392 +#: Resources/templates/Localizable.strings:305 +#: Resources/templates/Localizable.strings:411 #, no-wrap msgid "LayoutID=7" msgstr "LayoutID=7" #. type: "HDEFLayoutIDx07_description" -#: Resources/templates/Localizable.strings:287 +#: Resources/templates/Localizable.strings:306 #, no-wrap msgid "" "Set HDEF layout-it to 7:\n" @@ -1225,14 +1289,14 @@ msgstr "" #. type: "HDAULayoutIDx12_title" -#: Resources/templates/Localizable.strings:290 -#: Resources/templates/Localizable.strings:396 +#: Resources/templates/Localizable.strings:309 +#: Resources/templates/Localizable.strings:415 #, no-wrap msgid "LayoutID=12" msgstr "LayoutID=12" #. type: "HDEFLayoutIDx12_description" -#: Resources/templates/Localizable.strings:291 +#: Resources/templates/Localizable.strings:310 #, no-wrap msgid "" "Set HDEF layout-it to 12:\n" @@ -1240,14 +1304,14 @@ msgstr "" #. type: "HDAULayoutIDx32_title" -#: Resources/templates/Localizable.strings:294 -#: Resources/templates/Localizable.strings:400 +#: Resources/templates/Localizable.strings:313 +#: Resources/templates/Localizable.strings:419 #, no-wrap msgid "LayoutID=32" msgstr "LayoutID=32" #. type: "HDEFLayoutIDx32_description" -#: Resources/templates/Localizable.strings:295 +#: Resources/templates/Localizable.strings:314 #, no-wrap msgid "" "Set HDEF layout-it to 32:\n" @@ -1255,14 +1319,14 @@ msgstr "" #. type: "HDAULayoutIDx40_title" -#: Resources/templates/Localizable.strings:298 -#: Resources/templates/Localizable.strings:404 +#: Resources/templates/Localizable.strings:317 +#: Resources/templates/Localizable.strings:423 #, no-wrap msgid "LayoutID=40" msgstr "LayoutID=40" #. type: "HDEFLayoutIDx40_description" -#: Resources/templates/Localizable.strings:299 +#: Resources/templates/Localizable.strings:318 #, no-wrap msgid "" "Set HDEF layout-it to 40:\n" @@ -1270,14 +1334,14 @@ msgstr "" #. type: "HDAULayoutIDx65_title" -#: Resources/templates/Localizable.strings:302 -#: Resources/templates/Localizable.strings:408 +#: Resources/templates/Localizable.strings:321 +#: Resources/templates/Localizable.strings:427 #, no-wrap msgid "LayoutID=65" msgstr "LayoutID=65" #. type: "HDEFLayoutIDx65_description" -#: Resources/templates/Localizable.strings:303 +#: Resources/templates/Localizable.strings:322 #, no-wrap msgid "" "Set HDEF layout-it to 65:\n" @@ -1285,14 +1349,14 @@ msgstr "" #. type: "HDAULayoutIDx99_title" -#: Resources/templates/Localizable.strings:306 -#: Resources/templates/Localizable.strings:412 +#: Resources/templates/Localizable.strings:325 +#: Resources/templates/Localizable.strings:431 #, no-wrap msgid "LayoutID=99" msgstr "LayoutID=99" #. type: "HDEFLayoutIDx99_description" -#: Resources/templates/Localizable.strings:307 +#: Resources/templates/Localizable.strings:326 #, no-wrap msgid "" "Set HDEF layout-it to 99:\n" @@ -1300,14 +1364,14 @@ msgstr "" #. type: "HDAULayoutIDx269_title" -#: Resources/templates/Localizable.strings:310 -#: Resources/templates/Localizable.strings:416 +#: Resources/templates/Localizable.strings:329 +#: Resources/templates/Localizable.strings:435 #, no-wrap msgid "LayoutID=269" msgstr "LayoutID=269" #. type: "HDEFLayoutIDx269_description" -#: Resources/templates/Localizable.strings:311 +#: Resources/templates/Localizable.strings:330 #, no-wrap msgid "" "Set HDEF layout-it to 269:\n" @@ -1315,14 +1379,14 @@ msgstr "" #. type: "HDAULayoutIDx387_title" -#: Resources/templates/Localizable.strings:314 -#: Resources/templates/Localizable.strings:420 +#: Resources/templates/Localizable.strings:333 +#: Resources/templates/Localizable.strings:439 #, no-wrap msgid "LayoutID=387" msgstr "LayoutID=387" #. type: "HDEFLayoutIDx387_description" -#: Resources/templates/Localizable.strings:315 +#: Resources/templates/Localizable.strings:334 #, no-wrap msgid "" "Set HDEF layout-it to 387:\n" @@ -1330,14 +1394,14 @@ msgstr "" #. type: "HDAULayoutIDx388_title" -#: Resources/templates/Localizable.strings:318 -#: Resources/templates/Localizable.strings:424 +#: Resources/templates/Localizable.strings:337 +#: Resources/templates/Localizable.strings:443 #, no-wrap msgid "LayoutID=388" msgstr "LayoutID=388" #. type: "HDEFLayoutIDx388_description" -#: Resources/templates/Localizable.strings:319 +#: Resources/templates/Localizable.strings:338 #, no-wrap msgid "" "Set HDEF layout-it to 388:\n" @@ -1345,14 +1409,14 @@ msgstr "" #. type: "HDAULayoutIDx389_title" -#: Resources/templates/Localizable.strings:322 -#: Resources/templates/Localizable.strings:428 +#: Resources/templates/Localizable.strings:341 +#: Resources/templates/Localizable.strings:447 #, no-wrap msgid "LayoutID=389" msgstr "LayoutID=389" #. type: "HDEFLayoutIDx389_description" -#: Resources/templates/Localizable.strings:323 +#: Resources/templates/Localizable.strings:342 #, no-wrap msgid "" "Set HDEF layout-it to 389:\n" @@ -1360,14 +1424,14 @@ msgstr "" #. type: "HDAULayoutIDx392_title" -#: Resources/templates/Localizable.strings:326 -#: Resources/templates/Localizable.strings:432 +#: Resources/templates/Localizable.strings:345 +#: Resources/templates/Localizable.strings:451 #, no-wrap msgid "LayoutID=392" msgstr "LayoutID=392" #. type: "HDEFLayoutIDx392_description" -#: Resources/templates/Localizable.strings:327 +#: Resources/templates/Localizable.strings:346 #, no-wrap msgid "" "Set HDEF layout-it to 392:\n" @@ -1375,14 +1439,14 @@ msgstr "" #. type: "HDAULayoutIDx398_title" -#: Resources/templates/Localizable.strings:330 -#: Resources/templates/Localizable.strings:436 +#: Resources/templates/Localizable.strings:349 +#: Resources/templates/Localizable.strings:455 #, no-wrap msgid "LayoutID=398" msgstr "LayoutID=398" #. type: "HDEFLayoutIDx398_description" -#: Resources/templates/Localizable.strings:331 +#: Resources/templates/Localizable.strings:350 #, no-wrap msgid "" "Set HDEF layout-it to 398:\n" @@ -1390,14 +1454,14 @@ msgstr "" #. type: "HDAULayoutIDx662_title" -#: Resources/templates/Localizable.strings:334 -#: Resources/templates/Localizable.strings:440 +#: Resources/templates/Localizable.strings:353 +#: Resources/templates/Localizable.strings:459 #, no-wrap msgid "LayoutID=662" msgstr "LayoutID=662" #. type: "HDEFLayoutIDx662_description" -#: Resources/templates/Localizable.strings:335 +#: Resources/templates/Localizable.strings:354 #, no-wrap msgid "" "Set HDEF layout-it to 662:\n" @@ -1405,14 +1469,14 @@ msgstr "" #. type: "HDAULayoutIDx663_title" -#: Resources/templates/Localizable.strings:338 -#: Resources/templates/Localizable.strings:444 +#: Resources/templates/Localizable.strings:357 +#: Resources/templates/Localizable.strings:463 #, no-wrap msgid "LayoutID=663" msgstr "LayoutID=663" #. type: "HDEFLayoutIDx663_description" -#: Resources/templates/Localizable.strings:339 +#: Resources/templates/Localizable.strings:358 #, no-wrap msgid "" "Set HDEF layout-it to 663:\n" @@ -1420,14 +1484,14 @@ msgstr "" #. type: "HDAULayoutIDx664_title" -#: Resources/templates/Localizable.strings:342 -#: Resources/templates/Localizable.strings:448 +#: Resources/templates/Localizable.strings:361 +#: Resources/templates/Localizable.strings:467 #, no-wrap msgid "LayoutID=664" msgstr "LayoutID=664" #. type: "HDEFLayoutIDx664_description" -#: Resources/templates/Localizable.strings:343 +#: Resources/templates/Localizable.strings:362 #, no-wrap msgid "" "Set HDEF layout-it to 664:\n" @@ -1435,14 +1499,14 @@ msgstr "" #. type: "HDAULayoutIDx885_title" -#: Resources/templates/Localizable.strings:346 -#: Resources/templates/Localizable.strings:452 +#: Resources/templates/Localizable.strings:365 +#: Resources/templates/Localizable.strings:471 #, no-wrap msgid "LayoutID=885" msgstr "LayoutID=885" #. type: "HDEFLayoutIDx885_description" -#: Resources/templates/Localizable.strings:347 +#: Resources/templates/Localizable.strings:366 #, no-wrap msgid "" "Set HDEF layout-it to 885:\n" @@ -1450,14 +1514,14 @@ msgstr "" #. type: "HDAULayoutIDx887_title" -#: Resources/templates/Localizable.strings:350 -#: Resources/templates/Localizable.strings:456 +#: Resources/templates/Localizable.strings:369 +#: Resources/templates/Localizable.strings:475 #, no-wrap msgid "LayoutID=887" msgstr "LayoutID=887" #. type: "HDEFLayoutIDx887_description" -#: Resources/templates/Localizable.strings:351 +#: Resources/templates/Localizable.strings:370 #, no-wrap msgid "" "Set HDEF layout-it to 887:\n" @@ -1465,14 +1529,14 @@ msgstr "" #. type: "HDAULayoutIDx888_title" -#: Resources/templates/Localizable.strings:354 -#: Resources/templates/Localizable.strings:460 +#: Resources/templates/Localizable.strings:373 +#: Resources/templates/Localizable.strings:479 #, no-wrap msgid "LayoutID=888" msgstr "LayoutID=888" #. type: "HDEFLayoutIDx888_description" -#: Resources/templates/Localizable.strings:355 +#: Resources/templates/Localizable.strings:374 #, no-wrap msgid "" "Set HDEF layout-it to 888:\n" @@ -1480,14 +1544,14 @@ msgstr "" #. type: "HDAULayoutIDx889_title" -#: Resources/templates/Localizable.strings:358 -#: Resources/templates/Localizable.strings:464 +#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:483 #, no-wrap msgid "LayoutID=889" msgstr "LayoutID=889" #. type: "HDEFLayoutIDx889_description" -#: Resources/templates/Localizable.strings:359 +#: Resources/templates/Localizable.strings:378 #, no-wrap msgid "" "Set HDEF layout-it to 889:\n" @@ -1495,14 +1559,14 @@ msgstr "" #. type: "HDAULayoutIDx892_title" -#: Resources/templates/Localizable.strings:362 -#: Resources/templates/Localizable.strings:468 +#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:487 #, no-wrap msgid "LayoutID=892" msgstr "LayoutID=892" #. type: "HDEFLayoutIDx892_description" -#: Resources/templates/Localizable.strings:363 +#: Resources/templates/Localizable.strings:382 #, no-wrap msgid "" "Set HDEF layout-it to 892:\n" @@ -1510,14 +1574,14 @@ msgstr "" #. type: "HDAULayoutIDx898_title" -#: Resources/templates/Localizable.strings:366 -#: Resources/templates/Localizable.strings:472 +#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:491 #, no-wrap msgid "LayoutID=898" msgstr "LayoutID=898" #. type: "HDEFLayoutIDx898_description" -#: Resources/templates/Localizable.strings:367 +#: Resources/templates/Localizable.strings:386 #, no-wrap msgid "" "Set HDEF layout-it to 898:\n" @@ -1525,14 +1589,14 @@ msgstr "" #. type: "HDAULayoutIDxBD7_title" -#: Resources/templates/Localizable.strings:370 -#: Resources/templates/Localizable.strings:476 +#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:495 #, no-wrap msgid "LayoutID=1981" msgstr "LayoutID=1981" #. type: "HDEFLayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:371 +#: Resources/templates/Localizable.strings:390 #, no-wrap msgid "" "Set HDEF layout-it to 1981:\n" @@ -1540,7 +1604,7 @@ msgstr "" #. type: "HDAULayoutIDx01_description" -#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:396 #, no-wrap msgid "" "Set HDAU layout-it to 1:\n" @@ -1548,7 +1612,7 @@ msgstr "" #. type: "HDAULayoutIDx02_description" -#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:400 #, no-wrap msgid "" "Set HDAU layout-it to 2:\n" @@ -1556,7 +1620,7 @@ msgstr "" #. type: "HDAULayoutIDx03_description" -#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:404 #, no-wrap msgid "" "Set HDAU layout-it to 3:\n" @@ -1564,7 +1628,7 @@ msgstr "" #. type: "HDAULayoutIDx05_description" -#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:408 #, no-wrap msgid "" "Set HDAU layout-it to 5:\n" @@ -1572,7 +1636,7 @@ msgstr "" #. type: "HDAULayoutIDx07_description" -#: Resources/templates/Localizable.strings:393 +#: Resources/templates/Localizable.strings:412 #, no-wrap msgid "" "Set HDAU layout-it to 7:\n" @@ -1580,7 +1644,7 @@ msgstr "" #. type: "HDAULayoutIDx12_description" -#: Resources/templates/Localizable.strings:397 +#: Resources/templates/Localizable.strings:416 #, no-wrap msgid "" "Set HDAU layout-it to 12:\n" @@ -1588,7 +1652,7 @@ msgstr "" #. type: "HDAULayoutIDx32_description" -#: Resources/templates/Localizable.strings:401 +#: Resources/templates/Localizable.strings:420 #, no-wrap msgid "" "Set HDAU layout-it to 32:\n" @@ -1596,7 +1660,7 @@ msgstr "" #. type: "HDAULayoutIDx40_description" -#: Resources/templates/Localizable.strings:405 +#: Resources/templates/Localizable.strings:424 #, no-wrap msgid "" "Set HDAU layout-it to 40:\n" @@ -1604,7 +1668,7 @@ msgstr "" #. type: "HDAULayoutIDx65_description" -#: Resources/templates/Localizable.strings:409 +#: Resources/templates/Localizable.strings:428 #, no-wrap msgid "" "Set HDAU layout-it to 65:\n" @@ -1612,7 +1676,7 @@ msgstr "" #. type: "HDAULayoutIDx99_description" -#: Resources/templates/Localizable.strings:413 +#: Resources/templates/Localizable.strings:432 #, no-wrap msgid "" "Set HDAU layout-it to 99:\n" @@ -1620,7 +1684,7 @@ msgstr "" #. type: "HDAULayoutIDx269_description" -#: Resources/templates/Localizable.strings:417 +#: Resources/templates/Localizable.strings:436 #, no-wrap msgid "" "Set HDAU layout-it to 269:\n" @@ -1628,7 +1692,7 @@ msgstr "" #. type: "HDAULayoutIDx387_description" -#: Resources/templates/Localizable.strings:421 +#: Resources/templates/Localizable.strings:440 #, no-wrap msgid "" "Set HDAU layout-it to 387:\n" @@ -1636,7 +1700,7 @@ msgstr "" #. type: "HDAULayoutIDx388_description" -#: Resources/templates/Localizable.strings:425 +#: Resources/templates/Localizable.strings:444 #, no-wrap msgid "" "Set HDAU layout-it to 388:\n" @@ -1644,7 +1708,7 @@ msgstr "" #. type: "HDAULayoutIDx389_description" -#: Resources/templates/Localizable.strings:429 +#: Resources/templates/Localizable.strings:448 #, no-wrap msgid "" "Set HDAU layout-it to 389:\n" @@ -1652,7 +1716,7 @@ msgstr "" #. type: "HDAULayoutIDx392_description" -#: Resources/templates/Localizable.strings:433 +#: Resources/templates/Localizable.strings:452 #, no-wrap msgid "" "Set HDAU layout-it to 392:\n" @@ -1660,7 +1724,7 @@ msgstr "" #. type: "HDAULayoutIDx398_description" -#: Resources/templates/Localizable.strings:437 +#: Resources/templates/Localizable.strings:456 #, no-wrap msgid "" "Set HDAU layout-it to 398:\n" @@ -1668,7 +1732,7 @@ msgstr "" #. type: "HDAULayoutIDx662_description" -#: Resources/templates/Localizable.strings:441 +#: Resources/templates/Localizable.strings:460 #, no-wrap msgid "" "Set HDAU layout-it to 662:\n" @@ -1676,7 +1740,7 @@ msgstr "" #. type: "HDAULayoutIDx663_description" -#: Resources/templates/Localizable.strings:445 +#: Resources/templates/Localizable.strings:464 #, no-wrap msgid "" "Set HDAU layout-it to 663:\n" @@ -1684,7 +1748,7 @@ msgstr "" #. type: "HDAULayoutIDx664_description" -#: Resources/templates/Localizable.strings:449 +#: Resources/templates/Localizable.strings:468 #, no-wrap msgid "" "Set HDAU layout-it to 664:\n" @@ -1692,7 +1756,7 @@ msgstr "" #. type: "HDAULayoutIDx885_description" -#: Resources/templates/Localizable.strings:453 +#: Resources/templates/Localizable.strings:472 #, no-wrap msgid "" "Set HDAU layout-it to 885:\n" @@ -1700,7 +1764,7 @@ msgstr "" #. type: "HDAULayoutIDx887_description" -#: Resources/templates/Localizable.strings:457 +#: Resources/templates/Localizable.strings:476 #, no-wrap msgid "" "Set HDAU layout-it to 887:\n" @@ -1708,7 +1772,7 @@ msgstr "" #. type: "HDAULayoutIDx888_description" -#: Resources/templates/Localizable.strings:461 +#: Resources/templates/Localizable.strings:480 #, no-wrap msgid "" "Set HDAU layout-it to 888:\n" @@ -1716,7 +1780,7 @@ msgstr "" #. type: "HDAULayoutIDx889_description" -#: Resources/templates/Localizable.strings:465 +#: Resources/templates/Localizable.strings:484 #, no-wrap msgid "" "Set HDAU layout-it to 889:\n" @@ -1724,7 +1788,7 @@ msgstr "" #. type: "HDAULayoutIDx892_description" -#: Resources/templates/Localizable.strings:469 +#: Resources/templates/Localizable.strings:488 #, no-wrap msgid "" "Set HDAU layout-it to 892:\n" @@ -1732,7 +1796,7 @@ msgstr "" #. type: "HDAULayoutIDx898_description" -#: Resources/templates/Localizable.strings:473 +#: Resources/templates/Localizable.strings:492 #, no-wrap msgid "" "Set HDAU layout-it to 898:\n" @@ -1740,7 +1804,7 @@ msgstr "" #. type: "HDAULayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:477 +#: Resources/templates/Localizable.strings:496 #, no-wrap msgid "" "Set HDAU layout-it to 1981:\n" @@ -1748,625 +1812,625 @@ msgstr "" #. type: "IntelCaprix00_title" -#: Resources/templates/Localizable.strings:482 +#: Resources/templates/Localizable.strings:501 #, no-wrap msgid "01660000" msgstr "01660000" #. type: "IntelCaprix00_description" -#: Resources/templates/Localizable.strings:483 +#: Resources/templates/Localizable.strings:502 #, no-wrap msgid "Set 01660000 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix01_title" -#: Resources/templates/Localizable.strings:485 +#: Resources/templates/Localizable.strings:504 #, no-wrap msgid "01660001" msgstr "01660001" #. type: "IntelCaprix01_description" -#: Resources/templates/Localizable.strings:486 +#: Resources/templates/Localizable.strings:505 #, no-wrap msgid "Set 01660001 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix02_title" -#: Resources/templates/Localizable.strings:488 +#: Resources/templates/Localizable.strings:507 #, no-wrap msgid "01660002" msgstr "01660002" #. type: "IntelCaprix02_description" -#: Resources/templates/Localizable.strings:489 +#: Resources/templates/Localizable.strings:508 #, no-wrap msgid "Set 01660002 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix03_title" -#: Resources/templates/Localizable.strings:491 +#: Resources/templates/Localizable.strings:510 #, no-wrap msgid "01660003" msgstr "01660003" #. type: "IntelCaprix03_description" -#: Resources/templates/Localizable.strings:492 +#: Resources/templates/Localizable.strings:511 #, no-wrap msgid "Set 01660003 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix04_title" -#: Resources/templates/Localizable.strings:494 +#: Resources/templates/Localizable.strings:513 #, no-wrap msgid "01660004" msgstr "01660004" #. type: "IntelCaprix04_description" -#: Resources/templates/Localizable.strings:495 +#: Resources/templates/Localizable.strings:514 #, no-wrap msgid "Set 01660004 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix05_title" -#: Resources/templates/Localizable.strings:497 +#: Resources/templates/Localizable.strings:516 #, no-wrap msgid "01620005" msgstr "01620005" #. type: "IntelCaprix05_description" -#: Resources/templates/Localizable.strings:498 +#: Resources/templates/Localizable.strings:517 #, no-wrap msgid "Set 01620005 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix06_title" -#: Resources/templates/Localizable.strings:500 +#: Resources/templates/Localizable.strings:519 #, no-wrap msgid "01620006" msgstr "01620006" #. type: "IntelCaprix06_description" -#: Resources/templates/Localizable.strings:501 +#: Resources/templates/Localizable.strings:520 #, no-wrap msgid "Set 01620006 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix07_title" -#: Resources/templates/Localizable.strings:503 +#: Resources/templates/Localizable.strings:522 #, no-wrap msgid "01620007" msgstr "01620007" #. type: "IntelCaprix07_description" -#: Resources/templates/Localizable.strings:504 +#: Resources/templates/Localizable.strings:523 #, no-wrap msgid "Set 01620007 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix08_title" -#: Resources/templates/Localizable.strings:506 +#: Resources/templates/Localizable.strings:525 #, no-wrap msgid "01660008" msgstr "01660008" #. type: "IntelCaprix08_description" -#: Resources/templates/Localizable.strings:507 +#: Resources/templates/Localizable.strings:526 #, no-wrap msgid "Set 01660008 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix09_title" -#: Resources/templates/Localizable.strings:509 +#: Resources/templates/Localizable.strings:528 #, no-wrap msgid "01660009" msgstr "01660009" #. type: "IntelCaprix09_description" -#: Resources/templates/Localizable.strings:510 +#: Resources/templates/Localizable.strings:529 #, no-wrap msgid "Set 01660009 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix10_title" -#: Resources/templates/Localizable.strings:512 +#: Resources/templates/Localizable.strings:531 #, no-wrap msgid "0166000a" msgstr "0166000a" #. type: "IntelCaprix10_description" -#: Resources/templates/Localizable.strings:513 +#: Resources/templates/Localizable.strings:532 #, no-wrap msgid "Set 0166000a for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix11_title" -#: Resources/templates/Localizable.strings:515 +#: Resources/templates/Localizable.strings:534 #, no-wrap msgid "0166000b" msgstr "0166000b" #. type: "IntelCaprix11_description" -#: Resources/templates/Localizable.strings:516 +#: Resources/templates/Localizable.strings:535 #, no-wrap msgid "Set 0166000b for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelAzulx00_title" -#: Resources/templates/Localizable.strings:520 +#: Resources/templates/Localizable.strings:539 #, no-wrap msgid "00000604" msgstr "00000604" #. type: "IntelAzulx00_description" -#: Resources/templates/Localizable.strings:521 +#: Resources/templates/Localizable.strings:540 #, no-wrap msgid "Set 00000604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx01_title" -#: Resources/templates/Localizable.strings:523 +#: Resources/templates/Localizable.strings:542 #, no-wrap msgid "0000060c" msgstr "0000060c" #. type: "IntelAzulx01_description" -#: Resources/templates/Localizable.strings:524 +#: Resources/templates/Localizable.strings:543 #, no-wrap msgid "Set 0000060c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx02_title" -#: Resources/templates/Localizable.strings:526 +#: Resources/templates/Localizable.strings:545 #, no-wrap msgid "00001604" msgstr "00001604" #. type: "IntelAzulx02_description" -#: Resources/templates/Localizable.strings:527 +#: Resources/templates/Localizable.strings:546 #, no-wrap msgid "Set 00001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx03_title" -#: Resources/templates/Localizable.strings:529 +#: Resources/templates/Localizable.strings:548 #, no-wrap msgid "0000160a" msgstr "0000160a" #. type: "IntelAzulx03_description" -#: Resources/templates/Localizable.strings:530 +#: Resources/templates/Localizable.strings:549 #, no-wrap msgid "Set 0000160a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx04_title" -#: Resources/templates/Localizable.strings:532 +#: Resources/templates/Localizable.strings:551 #, no-wrap msgid "0000160c" msgstr "0000160c" #. type: "IntelAzulx04_description" -#: Resources/templates/Localizable.strings:533 +#: Resources/templates/Localizable.strings:552 #, no-wrap msgid "Set 0000160c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx05_title" -#: Resources/templates/Localizable.strings:535 +#: Resources/templates/Localizable.strings:554 #, no-wrap msgid "00002604" msgstr "00002604" #. type: "IntelAzulx05_description" -#: Resources/templates/Localizable.strings:536 +#: Resources/templates/Localizable.strings:555 #, no-wrap msgid "Set 00002604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx06_title" -#: Resources/templates/Localizable.strings:538 +#: Resources/templates/Localizable.strings:557 #, no-wrap msgid "0000260a" msgstr "0000260a" #. type: "IntelAzulx06_description" -#: Resources/templates/Localizable.strings:539 +#: Resources/templates/Localizable.strings:558 #, no-wrap msgid "Set 0000260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx07_title" -#: Resources/templates/Localizable.strings:541 +#: Resources/templates/Localizable.strings:560 #, no-wrap msgid "0000260c" msgstr "0000260c" #. type: "IntelAzulx07_description" -#: Resources/templates/Localizable.strings:542 +#: Resources/templates/Localizable.strings:561 #, no-wrap msgid "Set 0600260c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx08_title" -#: Resources/templates/Localizable.strings:544 +#: Resources/templates/Localizable.strings:563 #, no-wrap msgid "0000260d" msgstr "0000260d" #. type: "IntelAzulx08_description" -#: Resources/templates/Localizable.strings:545 +#: Resources/templates/Localizable.strings:564 #, no-wrap msgid "Set 0000260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx09_title" -#: Resources/templates/Localizable.strings:547 +#: Resources/templates/Localizable.strings:566 #, no-wrap msgid "02001604" msgstr "02001604" #. type: "IntelAzulx09_description" -#: Resources/templates/Localizable.strings:548 +#: Resources/templates/Localizable.strings:567 #, no-wrap msgid "Set 02001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx10_title" -#: Resources/templates/Localizable.strings:550 +#: Resources/templates/Localizable.strings:569 #, no-wrap msgid "0300220d" msgstr "0300220d" #. type: "IntelAzulx10_description" -#: Resources/templates/Localizable.strings:551 +#: Resources/templates/Localizable.strings:570 #, no-wrap msgid "Set 0300220d for Intel Haswell (Desktop) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx11_title" -#: Resources/templates/Localizable.strings:553 +#: Resources/templates/Localizable.strings:572 #, no-wrap msgid "0500260a" msgstr "0500260a" #. type: "IntelAzulx11_description" -#: Resources/templates/Localizable.strings:554 +#: Resources/templates/Localizable.strings:573 #, no-wrap msgid "Set 0500260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx12_title" -#: Resources/templates/Localizable.strings:556 +#: Resources/templates/Localizable.strings:575 #, no-wrap msgid "0600260a" msgstr "0600260a" #. type: "IntelAzulx12_description" -#: Resources/templates/Localizable.strings:557 +#: Resources/templates/Localizable.strings:576 #, no-wrap msgid "Set 0600260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx13_title" -#: Resources/templates/Localizable.strings:559 +#: Resources/templates/Localizable.strings:578 #, no-wrap msgid "0700260d" msgstr "0700260d" #. type: "IntelAzulx13_description" -#: Resources/templates/Localizable.strings:560 +#: Resources/templates/Localizable.strings:579 #, no-wrap msgid "Set 0700260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx14_title" -#: Resources/templates/Localizable.strings:562 +#: Resources/templates/Localizable.strings:581 #, no-wrap msgid "0800260a" msgstr "0800260a" #. type: "IntelAzulx14_description" -#: Resources/templates/Localizable.strings:563 +#: Resources/templates/Localizable.strings:582 #, no-wrap msgid "Set 0800260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx15_title" -#: Resources/templates/Localizable.strings:565 +#: Resources/templates/Localizable.strings:584 #, no-wrap msgid "08002e0a" msgstr "08002e0a" #. type: "IntelAzulx15_description" -#: Resources/templates/Localizable.strings:566 +#: Resources/templates/Localizable.strings:585 #, no-wrap msgid "Set 08002e0a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "AD2000B_PinConf_title" -#: Resources/templates/Localizable.strings:570 +#: Resources/templates/Localizable.strings:589 #, no-wrap msgid "AD2000b" msgstr "AD2000b" #. type: "AD2000B_PinConf_description" -#: Resources/templates/Localizable.strings:571 +#: Resources/templates/Localizable.strings:590 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD2000b." msgstr "" #. type: "AD1981HD_PinConf_title" -#: Resources/templates/Localizable.strings:573 +#: Resources/templates/Localizable.strings:592 #, no-wrap msgid "AD1981HD" msgstr "AD1981HD" #. type: "AD1981HD_PinConf_description" -#: Resources/templates/Localizable.strings:574 +#: Resources/templates/Localizable.strings:593 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1981HD." msgstr "" #. type: "AD1988B_PinConf_title" -#: Resources/templates/Localizable.strings:576 +#: Resources/templates/Localizable.strings:595 #, no-wrap msgid "AD1988b" msgstr "AD1988b" #. type: "AD1988B_PinConf_description" -#: Resources/templates/Localizable.strings:577 +#: Resources/templates/Localizable.strings:596 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1988b." msgstr "" #. type: "ALC888_PinConf_title" -#: Resources/templates/Localizable.strings:579 +#: Resources/templates/Localizable.strings:598 #, no-wrap msgid "ALC888" msgstr "ALC888" #. type: "ALC888_PinConf_description" -#: Resources/templates/Localizable.strings:580 +#: Resources/templates/Localizable.strings:599 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC888." msgstr "" #. type: "ALC1200_PinConf_title" -#: Resources/templates/Localizable.strings:582 +#: Resources/templates/Localizable.strings:601 #, no-wrap msgid "ALC1200" msgstr "ALC1200" #. type: "ALC1200_PinConf_description" -#: Resources/templates/Localizable.strings:583 +#: Resources/templates/Localizable.strings:602 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC1200." msgstr "" #. type: "00_PinConf_title" -#: Resources/templates/Localizable.strings:585 +#: Resources/templates/Localizable.strings:604 #, no-wrap msgid "00" msgstr "00" #. type: "00_PinConf_description" -#: Resources/templates/Localizable.strings:586 +#: Resources/templates/Localizable.strings:605 #, no-wrap msgid "Set HDEF PinConfiguration for ???." msgstr "" #. type: "GraphicsEnabler_title" -#: Resources/templates/Localizable.strings:590 +#: Resources/templates/Localizable.strings:609 #, no-wrap msgid "GraphicsEnabler=Yes" msgstr "GraphicsEnabler=Yes" #. type: "GraphicsEnabler_description" -#: Resources/templates/Localizable.strings:591 +#: Resources/templates/Localizable.strings:610 #, no-wrap msgid "Enables the option to autodetect NVIDIA, AMD/ATI or Intel based GPUs and inject the correct info." msgstr "Activa l'opció per autodetectar targetes gràfiques NVIDIA/ATI/Intel i injectar l´informació correcta." #. type: "EnableHDMIAudio_title" -#: Resources/templates/Localizable.strings:593 +#: Resources/templates/Localizable.strings:612 #, no-wrap msgid "EnableHDMIAudio=Yes" msgstr "EnableHDMIAudio=Yes" #. type: "EnableHDMIAudio_description" -#: Resources/templates/Localizable.strings:594 +#: Resources/templates/Localizable.strings:613 #, no-wrap msgid "Inject HDMi audio for NVIDIA or AMD/ATI." msgstr "" #. type: "UseIntelHDMI_title" -#: Resources/templates/Localizable.strings:596 +#: Resources/templates/Localizable.strings:615 #, no-wrap msgid "UseIntelHDMI=Yes" msgstr "UseIntelHDMI=Yes" #. type: "UseIntelHDMI_description" -#: Resources/templates/Localizable.strings:597 +#: Resources/templates/Localizable.strings:616 #, no-wrap msgid "If YES, hda-gfx=onboard-1 will be injected into the GFX0 and HDEF devices. Also, if an ATI or Nvidia HDMI device is present, they'll be assigned to onboard-2. If NO, then ATI or Nvidia devices will get onboard-1 as well as the HDAU device if present." msgstr "" #. type: "UseAtiROM_title" -#: Resources/templates/Localizable.strings:599 +#: Resources/templates/Localizable.strings:618 #, no-wrap msgid "UseAtiROM=Yes" msgstr "UseAtiROM=Yes" #. type: "UseAtiROM_description" -#: Resources/templates/Localizable.strings:600 +#: Resources/templates/Localizable.strings:619 #, no-wrap msgid "Enables UseAtiROM options." msgstr "Activa les opcions UseAtiROM." #. type: "UseNvidiaROM_title" -#: Resources/templates/Localizable.strings:602 +#: Resources/templates/Localizable.strings:621 #, no-wrap msgid "UseNvidiaROM=Yes" msgstr "UseNvidiaROM=Yes" #. type: "UseNvidiaROM_description" -#: Resources/templates/Localizable.strings:603 +#: Resources/templates/Localizable.strings:622 #, no-wrap msgid "Enables UseNvidiaROM options." msgstr "Activa les opcions UseNvidiaROM." #. type: "VBIOS_title" -#: Resources/templates/Localizable.strings:605 +#: Resources/templates/Localizable.strings:624 #, no-wrap msgid "VBIOS=Yes" msgstr "VBIOS=Yes" #. type: "VBIOS_description" -#: Resources/templates/Localizable.strings:606 +#: Resources/templates/Localizable.strings:625 #, no-wrap msgid "Enables VBIOS option" msgstr "Activa les opcions VBIOS." #. type: "SkipIntelGfx_title" -#: Resources/templates/Localizable.strings:608 +#: Resources/templates/Localizable.strings:627 #, no-wrap msgid "SkipIntelGfx=Yes" msgstr "SkipIntelGfx=Yes" #. type: "SkipIntelGfx_description" -#: Resources/templates/Localizable.strings:609 +#: Resources/templates/Localizable.strings:628 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for Intel based GPUs." msgstr "" #. type: "SkipNvidiaGfx_title" -#: Resources/templates/Localizable.strings:611 +#: Resources/templates/Localizable.strings:630 #, no-wrap msgid "SkipNvidiaGfx=Yes" msgstr "SkipNvidiaGfx=Yes" #. type: "SkipNvidiaGfx_description" -#: Resources/templates/Localizable.strings:612 +#: Resources/templates/Localizable.strings:631 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for NVIDIA based GPUs." msgstr "" #. type: "SkipAtiGfx_title" -#: Resources/templates/Localizable.strings:614 +#: Resources/templates/Localizable.strings:633 #, no-wrap msgid "SkipAtiGfx=Yes" msgstr "SkipAtiGfx=Yes" #. type: "SkipAtiGfx_description" -#: Resources/templates/Localizable.strings:615 +#: Resources/templates/Localizable.strings:634 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for AMD/ATI based GPUs." msgstr "" #. type: "EnableBacklight_title" -#: Resources/templates/Localizable.strings:617 +#: Resources/templates/Localizable.strings:636 #, no-wrap msgid "EnableBacklight=Yes" msgstr "EnableBacklight=Yes" #. type: "EnableBacklight_description" -#: Resources/templates/Localizable.strings:618 +#: Resources/templates/Localizable.strings:637 #, no-wrap msgid "Enables Backlight options for laptop with nVidia cards." msgstr "" #. type: "EnableDualLink_title" -#: Resources/templates/Localizable.strings:620 +#: Resources/templates/Localizable.strings:639 #, no-wrap msgid "EnableDualLink=Yes" msgstr "EnableDualLink=Yes" #. type: "EnableDualLink_description" -#: Resources/templates/Localizable.strings:621 +#: Resources/templates/Localizable.strings:640 #, no-wrap msgid "Enables DualLink options for nVidia and ATi cards." msgstr "" #. type: "NvidiaGeneric_title" -#: Resources/templates/Localizable.strings:623 +#: Resources/templates/Localizable.strings:642 #, no-wrap msgid "NvidiaGeneric=Yes" msgstr "NvidiaGeneric=Yes" #. type: "NvidiaGeneric_description" -#: Resources/templates/Localizable.strings:624 +#: Resources/templates/Localizable.strings:643 #, no-wrap msgid "Use the classic Nvidia name for the SystemProfiler (disabled by default)." msgstr "" #. type: "Verbose_title" -#: Resources/templates/Localizable.strings:630 +#: Resources/templates/Localizable.strings:649 #, no-wrap msgid "Verbose Mode" msgstr "Verbose Mode" #. type: "Verbose_description" -#: Resources/templates/Localizable.strings:631 +#: Resources/templates/Localizable.strings:650 #, no-wrap msgid "Turns on verbose logging and allows you to see messages from both Chameleon and the OS X kernel at boot time. Essential for troubleshooting." msgstr "Activa l'arrencada en manera verbose, que permet llegir els missatges que tant chameleon com el kernel d'OS X mostren durant el procés d'arrencada. Funció essencial per resoldre problemes." #. type: "Singleusermode_title" -#: Resources/templates/Localizable.strings:633 +#: Resources/templates/Localizable.strings:652 #, no-wrap msgid "Single User Mode" msgstr "Single User Mode" #. type: "Singleusermode_description" -#: Resources/templates/Localizable.strings:634 +#: Resources/templates/Localizable.strings:653 #, no-wrap msgid "A troubleshooting option used for booting into OS X's BSD/Unix command line." msgstr "Una opció usada per arrencar en la manera CLI (línia de comandos) BSD/Unix d'OS X." #. type: "Ignorecaches_title" -#: Resources/templates/Localizable.strings:636 +#: Resources/templates/Localizable.strings:655 #, no-wrap msgid "Ignore Caches" msgstr "Ignore Caches" #. type: "Ignorecaches_description" -#: Resources/templates/Localizable.strings:637 +#: Resources/templates/Localizable.strings:656 #, no-wrap msgid "Not an option that's needed for everyday booting, but it can be useful if you want OS X to load all files from it's system folders, rather than relying on it's pre-built caches." msgstr "Aquesta no és una opció que es faci servir tots els dies, però pot ser útil perquè OS X carregui tots els arxius des de les seves carpetes de sistema, en lloc de recolzar-se en els seus cachés." #. type: "Npci_title" -#: Resources/templates/Localizable.strings:639 +#: Resources/templates/Localizable.strings:658 #, no-wrap msgid "npci=0x2000" msgstr "npci=0x2000" #. type: "Npci_description" -#: Resources/templates/Localizable.strings:640 +#: Resources/templates/Localizable.strings:659 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x2000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "Per evitar que el sistema es quedi parat mostrant 'PCI configuration begin' en alguns sistemes. 0x2000 és el flag kIOPCIConfiguratorPFM64, com es pot veure en el codi font de IOPCIFamily." #. type: "Npci3_title" -#: Resources/templates/Localizable.strings:642 +#: Resources/templates/Localizable.strings:661 #, no-wrap msgid "npci=0x3000" msgstr "npci=0x3000" #. type: "Npci3_description" -#: Resources/templates/Localizable.strings:643 +#: Resources/templates/Localizable.strings:662 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x3000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "Per evitar que el sistema es quedi parat mostrant 'PCI configuration begin' en alguns sistemes. 0x3000 és el flag kIOPCIConfiguratorPFM64, com es pot veure en el codi font de IOPCIFamily." #. type: "WaitingRootDevice_title" -#: Resources/templates/Localizable.strings:645 +#: Resources/templates/Localizable.strings:664 #, no-wrap msgid "ahcidisk=1 debug=8" msgstr "ahcidisk=1 debug=8" #. type: "WaitingRootDevice_description" -#: Resources/templates/Localizable.strings:646 +#: Resources/templates/Localizable.strings:665 #, no-wrap msgid "" "Info here: Waiting for root device when kernel cache used only with some disks +FIX\n" @@ -2375,25 +2439,25 @@ msgstr "" #. type: "Darkwake_title" -#: Resources/templates/Localizable.strings:650 +#: Resources/templates/Localizable.strings:669 #, no-wrap msgid "darkwake=0" msgstr "darkwake=0" #. type: "Darkwake_description" -#: Resources/templates/Localizable.strings:651 +#: Resources/templates/Localizable.strings:670 #, no-wrap msgid "Lion only. Disables the 'low power wake' feature which can sometimes leave the screen black after wake from sleep." msgstr "Només per Lion. Desactiva la característica 'low power wake' que en ocasions fa que el monitor es quedi en negre després de despertar del repòs." #. type: "NvdaDrv1_title" -#: Resources/templates/Localizable.strings:653 +#: Resources/templates/Localizable.strings:672 #, no-wrap msgid "nvda_drv=1" msgstr "nvda_drv=1" #. type: "NvdaDrv1_description" -#: Resources/templates/Localizable.strings:654 +#: Resources/templates/Localizable.strings:673 #, no-wrap msgid "" "It introduces a new Preference Pane under System Preferences that allows you to enable the Nvidia Web Driver.\n" @@ -2403,25 +2467,25 @@ msgstr "" #. type: "kext-dev-mode1_title" -#: Resources/templates/Localizable.strings:659 +#: Resources/templates/Localizable.strings:678 #, no-wrap msgid "kext-dev-mode=1" msgstr "kext-dev-mode=1" #. type: "kext-dev-mode1_description" -#: Resources/templates/Localizable.strings:660 +#: Resources/templates/Localizable.strings:679 #, no-wrap msgid "In Yosemite Developer Previews, unsigned or improperly signed kexts will not be loaded. To use unsigned kexts during development, this strict check can be disabled by adding a 'kext-dev-mode=1' boot arg." msgstr "" #. type: "Dart0_title" -#: Resources/templates/Localizable.strings:662 +#: Resources/templates/Localizable.strings:681 #, no-wrap msgid "dart=0" msgstr "dart=0" #. type: "Dart0_description" -#: Resources/templates/Localizable.strings:663 +#: Resources/templates/Localizable.strings:682 #, no-wrap msgid "" "Avoiding the DMAR processing causing by VT-d function in Osx (Virtualization).\n" @@ -2429,277 +2493,283 @@ msgstr "" #. type: "mac-de_title" -#: Resources/templates/Localizable.strings:670 +#: Resources/templates/Localizable.strings:689 #, no-wrap msgid "German Mac Keyboard" msgstr "German Mac Keyboard" #. type: "mac-de_description" -#: Resources/templates/Localizable.strings:671 +#: Resources/templates/Localizable.strings:690 #, no-wrap msgid "Use the keyboard layout for a German Mac keyboard" msgstr "Fer servir el mapa de teclat per a un teclat Mac Alemany" #. type: "mac-es_title" -#: Resources/templates/Localizable.strings:673 +#: Resources/templates/Localizable.strings:692 #, no-wrap msgid "Spanish Mac Keyboard" msgstr "Spanish Mac Keyboard" #. type: "mac-es_description" -#: Resources/templates/Localizable.strings:674 +#: Resources/templates/Localizable.strings:693 #, no-wrap msgid "Use the keyboard layout for a Spanish Mac keyboard" msgstr "Fer servir el mapa de teclat per a un teclat Mac espanyol" #. type: "mac-fr_title" -#: Resources/templates/Localizable.strings:676 +#: Resources/templates/Localizable.strings:695 #, no-wrap msgid "French Mac Keyboard" msgstr "French Mac Keyboard" #. type: "mac-fr_description" -#: Resources/templates/Localizable.strings:677 +#: Resources/templates/Localizable.strings:696 #, no-wrap msgid "Use the keyboard layout for a French Mac keyboard" msgstr "Fer servir el mapa de teclat per a un teclat Mac francès" #. type: "mac-it_title" -#: Resources/templates/Localizable.strings:679 +#: Resources/templates/Localizable.strings:698 #, no-wrap msgid "Italian Mac Keyboard" msgstr "Italian Mac Keyboard" #. type: "mac-it_description" -#: Resources/templates/Localizable.strings:680 +#: Resources/templates/Localizable.strings:699 #, no-wrap msgid "Use the keyboard layout for an Italian Mac keyboard" msgstr "Fer servir el mapa de teclat per a un teclat Mac italià" #. type: "mac-se_title" -#: Resources/templates/Localizable.strings:682 +#: Resources/templates/Localizable.strings:701 #, no-wrap msgid "Swedish Mac Keyboard" msgstr "Swedish Mac Keyboard" #. type: "mac-se_description" -#: Resources/templates/Localizable.strings:683 +#: Resources/templates/Localizable.strings:702 #, no-wrap msgid "Use the keyboard layout for a Swedish Mac keyboard" msgstr "Fer servir el mapa de teclat per a un teclat Mac suec" #. type: "pc-fr_title" -#: Resources/templates/Localizable.strings:685 +#: Resources/templates/Localizable.strings:704 #, no-wrap msgid "French PC Keyboard" msgstr "French PC Keyboard" #. type: "pc-fr_description" -#: Resources/templates/Localizable.strings:686 +#: Resources/templates/Localizable.strings:705 #, no-wrap msgid "Use the keyboard layout for a French PC keyboard" msgstr "Fer servir el mapa de teclat per a un teclat PC francès" #. type: "Embed_title" -#: Resources/templates/Localizable.strings:693 +#: Resources/templates/Localizable.strings:712 #, no-wrap msgid "Embed" msgstr "Embed" #. type: "Embed_description" -#: Resources/templates/Localizable.strings:694 +#: Resources/templates/Localizable.strings:713 #, no-wrap msgid "A smaller simple version of the new default theme used when building a version of Chameleon which requires an embedded theme." msgstr "Una versió reduïda i simplificada del nou theme per defecte, utilitzat com a theme embegut." #. type: "Legacy_title" -#: Resources/templates/Localizable.strings:696 +#: Resources/templates/Localizable.strings:715 #, no-wrap msgid "Legacy" msgstr "Legacy" #. type: "Legacy_description" -#: Resources/templates/Localizable.strings:697 +#: Resources/templates/Localizable.strings:716 #, no-wrap msgid "Chameleon's original default theme introduced for v2.0 RC1" msgstr "Theme original predeterminat, utilitzat en la versió v2.0 RC1" +#. type: "Default_title" +#: Resources/templates/Localizable.strings:718 +#, no-wrap +msgid "Standard" +msgstr "Standard" + #. type: "Default_description" -#: Resources/templates/Localizable.strings:700 +#: Resources/templates/Localizable.strings:719 #, no-wrap msgid "Chameleon default theme introduced for v2.0 RC5" msgstr "Theme original predeterminat, utilitzat en la versió v2.0 RC5" #. type: "Bullet_title" -#: Resources/templates/Localizable.strings:702 +#: Resources/templates/Localizable.strings:721 #, no-wrap msgid "Bullet" msgstr "Bullet" #. type: "Bullet_description" -#: Resources/templates/Localizable.strings:703 +#: Resources/templates/Localizable.strings:722 #, no-wrap msgid "A lovely simple theme by NoSmokingBandit from April 2009." msgstr "Un theme deliciosament simple creat per NoSmokingBandit a l´Abril de 2009." #. type: "Audio_title" -#: Resources/templates/Localizable.strings:712 +#: Resources/templates/Localizable.strings:731 #, no-wrap msgid "Audio" msgstr "Audio" #. type: "Audio_description" -#: Resources/templates/Localizable.strings:713 +#: Resources/templates/Localizable.strings:732 #, no-wrap msgid "A selection of options that deal with audio." msgstr "Una selecció d'opcions relatives al audio." #. type: "Control_title" -#: Resources/templates/Localizable.strings:716 +#: Resources/templates/Localizable.strings:735 #, no-wrap msgid "Control Options" msgstr "Opcions de Control" #. type: "Control_description" -#: Resources/templates/Localizable.strings:717 +#: Resources/templates/Localizable.strings:736 #, no-wrap msgid "Settings to control how Chameleon works." msgstr "Ajustos de control sobre el funcionament de Chameleon." #. type: "General_title" -#: Resources/templates/Localizable.strings:720 +#: Resources/templates/Localizable.strings:739 #, no-wrap msgid "General Options" msgstr "General Options" #. type: "General_description" -#: Resources/templates/Localizable.strings:721 +#: Resources/templates/Localizable.strings:740 #, no-wrap msgid "Choose from a selection of base options." msgstr "Tria a partir d'una selecció d'opcions." #. type: "KernelFlags_title" -#: Resources/templates/Localizable.strings:724 +#: Resources/templates/Localizable.strings:743 #, no-wrap msgid "Kernel Flags" msgstr "Kernel Flags" #. type: "KernelFlags_description" -#: Resources/templates/Localizable.strings:725 +#: Resources/templates/Localizable.strings:744 #, no-wrap msgid "Choose from a selection of kernel flags." msgstr "Tria els kernel flags per a l'arrencada." #. type: "PowerManagement_title" -#: Resources/templates/Localizable.strings:728 +#: Resources/templates/Localizable.strings:747 #, no-wrap msgid "Power Management" msgstr "Gestió d'energia" #. type: "PowerManagement_description" -#: Resources/templates/Localizable.strings:729 +#: Resources/templates/Localizable.strings:748 #, no-wrap msgid "A selection of options that deal with power management and speedstep." msgstr "Opcions relatives a la gestió d'energia i el speedstep." #. type: "Resolution_description" -#: Resources/templates/Localizable.strings:733 +#: Resources/templates/Localizable.strings:752 #, no-wrap msgid "Set one resolution to use." msgstr "Estableix la resolució del teu monitor" #. type: "HDEFLayout_title" -#: Resources/templates/Localizable.strings:736 +#: Resources/templates/Localizable.strings:755 #, no-wrap msgid "HDEF Layout" msgstr "HDEF Layout" #. type: "HDEFLayout_description" -#: Resources/templates/Localizable.strings:737 +#: Resources/templates/Localizable.strings:756 #, no-wrap msgid "Set one HDEF Layout ID to use for your HDA controller." msgstr "" #. type: "HDAULayout_title" -#: Resources/templates/Localizable.strings:740 +#: Resources/templates/Localizable.strings:759 #, no-wrap msgid "HDAU Layout" msgstr "HDAU Layout" #. type: "HDAULayout_description" -#: Resources/templates/Localizable.strings:741 +#: Resources/templates/Localizable.strings:760 #, no-wrap msgid "Set one HDAU Layout ID to use for your HDMi controller." msgstr "" #. type: "IntelCapri_title" -#: Resources/templates/Localizable.strings:744 +#: Resources/templates/Localizable.strings:763 #, no-wrap msgid "Intel Capri AAPL,ig-platform-id" msgstr "Intel Capri AAPL,ig-platform-id" #. type: "IntelCapri_description" -#: Resources/templates/Localizable.strings:745 +#: Resources/templates/Localizable.strings:764 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD4000." msgstr "" #. type: "IntelAzul_title" -#: Resources/templates/Localizable.strings:748 +#: Resources/templates/Localizable.strings:767 #, no-wrap msgid "Intel Azul AAPL,ig-platform-id" msgstr "Intel Azul AAPL,ig-platform-id" #. type: "IntelAzul_description" -#: Resources/templates/Localizable.strings:749 +#: Resources/templates/Localizable.strings:768 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD5000." msgstr "" #. type: "HDEFPinConfiguration_title" -#: Resources/templates/Localizable.strings:752 +#: Resources/templates/Localizable.strings:771 #, no-wrap msgid "HDEF PinConfiguration" msgstr "HDEF PinConfiguration" #. type: "HDEFPinConfiguration_description" -#: Resources/templates/Localizable.strings:753 +#: Resources/templates/Localizable.strings:772 #, no-wrap msgid "Set one HDEF PinConfiguration to use." msgstr "" #. type: "Video_title" -#: Resources/templates/Localizable.strings:756 +#: Resources/templates/Localizable.strings:775 #, no-wrap msgid "Video" msgstr "Video" #. type: "Video_description" -#: Resources/templates/Localizable.strings:757 +#: Resources/templates/Localizable.strings:776 #, no-wrap msgid "A selection of options that deal with video." msgstr "Una selecció d'opcions relatives al video." #. type: "Keymaps_title" -#: Resources/templates/Localizable.strings:760 +#: Resources/templates/Localizable.strings:779 #, no-wrap msgid "KeyLayout" msgstr "KeyLayout" #. type: "Keymaps_description" -#: Resources/templates/Localizable.strings:761 +#: Resources/templates/Localizable.strings:780 #, no-wrap msgid "Select one keylayout to use. This will also install the Keylayout module and keymaps." msgstr "Selecciona un mapa de teclat, en funció de l'idioma." #. type: "Themes_title" -#: Resources/templates/Localizable.strings:767 +#: Resources/templates/Localizable.strings:786 #, no-wrap msgid "Themes" msgstr "Themes" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:768 +#: Resources/templates/Localizable.strings:787 #, no-wrap msgid "" "A collection of sample themes\n" @@ -2708,6 +2778,12 @@ "Una selecció de Themes de mostra\n" "Pots trobar més themes en: http://forum.voodooprojects.org/index.php/board,7.0.html" +#~ msgid "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" +#~ msgstr "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" + +#~ msgid "Chameleon" +#~ msgstr "Chameleon" + #~ msgid "Install Type" #~ msgstr "Tipus d'instal·lació" Index: branches/ErmaC/Enoch/package/po/pt.po =================================================================== --- branches/ErmaC/Enoch/package/po/pt.po (revision 2678) +++ branches/ErmaC/Enoch/package/po/pt.po (revision 2679) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Chameleon 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-13 18:09+0000\n" +"POT-Creation-Date: 2015-05-10 14:42+0200\n" "PO-Revision-Date: 2015-02-13 18:34-0000\n" "Last-Translator: artur_pt \n" "Language-Team: pt-PT \n" @@ -21,13 +21,15 @@ #. type: Content of:

#: Resources/templates/Welcome.html:22 -msgid "Chameleon" -msgstr "Chameleon" +msgid "Enoch" +msgstr "" #. type: Content of:

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

#: Resources/templates/Welcome.html:25 @@ -276,63 +278,125 @@ "boot1 (no setor de boot da partição) para encontrar o boot2.\n" "boot2 (no directório raiz da partição) para carregar o kernel etc." -#. type: "Default_title" +#. type: "BootNo_title" #: Resources/templates/Localizable.strings:25 -#: Resources/templates/Localizable.strings:699 #, no-wrap -msgid "Standard" -msgstr "Padrão" +msgid "Don't install the Bootloader" +msgstr "Não instalar o boot loader" -#. type: "Standard_description" +#. type: "BootNo_description" #: Resources/templates/Localizable.strings:26 #, no-wrap -msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." -msgstr "Instalar os arquivos do Chameleon na raiz da partição selecionada usando boot0 ou boot0md dependendo do seu sistema, sem danificar nenhuma instalação do Windows, se existir." +msgid "Useful if you only want to install the extra's." +msgstr "Útil se você quer instalar apenas os extras." -#. type: "noboot_title" +#. type: "Stages_title" #: Resources/templates/Localizable.strings:28 -#, no-wrap -msgid "Don't install the Bootloader" -msgstr "Não instalar o boot loader" +#, fuzzy, no-wrap +#| msgid "Chameleon Bootloader Package" +msgid "Bootloader Stages" +msgstr "Chameleon Bootloader" -#. type: "noboot_description" +#. type: "Stages_description" #: Resources/templates/Localizable.strings:29 #, no-wrap -msgid "Useful if you only want to install the extra's." -msgstr "Útil se você quer instalar apenas os extras." +msgid "" +"Here you can chose to skip the bootloader installation completely or partially.\n" +"This can be usefull if you want to write Extra's, or skip some stage (0,1 and activation of the target partition).\n" +"Skipping all stages permit you to leave as is already working boot sectors, especially usefull with 4k drives.\n" +"boot is always copied to the target partition when you are skipping one or more stages." +msgstr "" +#. type: "SkipStage0_title" +#: Resources/templates/Localizable.strings:34 +#, no-wrap +msgid "Skip Stage 0" +msgstr "" + +#. type: "SkipStage0_description" +#: Resources/templates/Localizable.strings:35 +#, no-wrap +msgid "" +"Avoid writing stage 0 to the target disk.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipStage1_title" +#: Resources/templates/Localizable.strings:38 +#, no-wrap +msgid "Skip Stage 1" +msgstr "" + +#. type: "SkipStage1_description" +#: Resources/templates/Localizable.strings:39 +#, no-wrap +msgid "" +"Avoid writing stage 1 to the partition boot sector.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipActivePartition_title" +#: Resources/templates/Localizable.strings:42 +#, no-wrap +msgid "Skip Activation" +msgstr "" + +#. type: "SkipActivePartition_description" +#: Resources/templates/Localizable.strings:43 +#, no-wrap +msgid "" +"Prevents activation of the target partition.\n" +"Some old motherboards have a bad implementation of GPT in bios and they can not find partitions if marked active unger Guid Partition Table.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "Standard_title" +#: Resources/templates/Localizable.strings:47 +#, fuzzy, no-wrap +#| msgid " has been written to the root of your chosen partition." +msgid "Install Chameleon in the chosen partition." +msgstr " que se encontra na raiz da partição selecionada." + +#. type: "Standard_description" +#: Resources/templates/Localizable.strings:48 +#, fuzzy, no-wrap +#| msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." +msgid "Install Chameleon's files to the root of the selected partition using either boot0, boot0md or boot0hfs depending on your system without destroying any existing Windows installation if you have one." +msgstr "Instalar os arquivos do Chameleon na raiz da partição selecionada usando boot0 ou boot0md dependendo do seu sistema, sem danificar nenhuma instalação do Windows, se existir." + #. type: "EFI_title" -#: Resources/templates/Localizable.strings:31 +#: Resources/templates/Localizable.strings:50 #, no-wrap msgid "Install Chameleon in the ESP" msgstr "" #. type: "EFI_description" -#: Resources/templates/Localizable.strings:32 -#, no-wrap -msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +#: Resources/templates/Localizable.strings:51 +#, fuzzy, no-wrap +#| msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0, boot0md or boot0hfs depending on your system." msgstr "Instalar os arquivos do Chameleon na partição EFI (normalmente oculta) usando boot0 ou boot0md dependendo do seu sistema, sem danificar nenhuma instalação do Windows, se existir." #. type: "Module_title" -#: Resources/templates/Localizable.strings:37 +#: Resources/templates/Localizable.strings:56 #, no-wrap msgid "Modules" msgstr "Módulos do Chameleon" #. type: "Module_description" -#: Resources/templates/Localizable.strings:38 +#: Resources/templates/Localizable.strings:57 #, no-wrap msgid "The modules system incorporated in chameleon allows for a user or developer to extend the core functionality of chameleon without replacing the main boot file." msgstr "O sistema de módulos incorporados ao Chameleon permite que um utilizador ou desenvolvedor estenda a funcionalidade básica sem precisar substituir o arquivo boot principal." #. type: "klibc_title" -#: Resources/templates/Localizable.strings:40 +#: Resources/templates/Localizable.strings:59 #, no-wrap msgid "klibc" msgstr "klibc" #. type: "klibc_description" -#: Resources/templates/Localizable.strings:41 +#: Resources/templates/Localizable.strings:60 #, no-wrap msgid "" "This module provides a standard c library for modules to link to if the library provided by chameleon is insufficient.\n" @@ -344,13 +408,13 @@ "Fonte: http://www.kernel.org/pub/linux/libs/klibc/" #. type: "ACPICodec_title" -#: Resources/templates/Localizable.strings:45 +#: Resources/templates/Localizable.strings:64 #, no-wrap msgid "ACPICodec" msgstr "ACPICodec" #. type: "ACPICodec_description" -#: Resources/templates/Localizable.strings:46 +#: Resources/templates/Localizable.strings:65 #, no-wrap msgid "" "This module provides a substitute for the internal acpi patcher.\n" @@ -360,13 +424,13 @@ "Dependências: nenhumas" #. type: "HDAEnabler_title" -#: Resources/templates/Localizable.strings:49 +#: Resources/templates/Localizable.strings:68 #, no-wrap msgid "HDAEnabler" msgstr "HDAEnabler" #. type: "HDAEnabler_description" -#: Resources/templates/Localizable.strings:50 +#: Resources/templates/Localizable.strings:69 #, no-wrap msgid "" "HDAEnabler module, this module provides a substitute for the Hight Definition Audio DSDT Edits.\n" @@ -376,13 +440,13 @@ "Dependências: nenhumas" #. type: "FileNVRAM_title" -#: Resources/templates/Localizable.strings:53 +#: Resources/templates/Localizable.strings:72 #, no-wrap msgid "FileNVRAM" msgstr "FileNVRAM" #. type: "FileNVRAM_description" -#: Resources/templates/Localizable.strings:54 +#: Resources/templates/Localizable.strings:73 #, no-wrap msgid "" "FileNVRAM module for preloading NVRAM values.\n" @@ -392,13 +456,13 @@ "Dependências: nenhumas" #. type: "Sata_title" -#: Resources/templates/Localizable.strings:57 +#: Resources/templates/Localizable.strings:76 #, no-wrap msgid "Sata" msgstr "Sata" #. type: "Sata_description" -#: Resources/templates/Localizable.strings:58 +#: Resources/templates/Localizable.strings:77 #, no-wrap msgid "" "Sata module, known as YellowIconFixer in cparm's branch.\n" @@ -410,14 +474,14 @@ "Dependências: nenhuma" #. type: "Resolution_title" -#: Resources/templates/Localizable.strings:62 -#: Resources/templates/Localizable.strings:732 +#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:751 #, no-wrap msgid "Resolution" msgstr "Resolução" #. type: "AutoReso_description" -#: Resources/templates/Localizable.strings:63 +#: Resources/templates/Localizable.strings:82 #, no-wrap msgid "" "This module reads the edid information from the monitor attached to the main display.\n" @@ -429,13 +493,13 @@ "Adicionalmente o módulo ajusta os modos VESA disponíveis nas placas de vídeo pré Intel HD para proporcionar resolução adequada no boot." #. type: "uClibc_title" -#: Resources/templates/Localizable.strings:67 +#: Resources/templates/Localizable.strings:86 #, no-wrap msgid "uClibc++" msgstr "uClibc++" #. type: "uClibc_description" -#: Resources/templates/Localizable.strings:68 +#: Resources/templates/Localizable.strings:87 #, no-wrap msgid "" "This module provides a minimalistic c++ runtime library for use in other modules. This does not provide functionality by itself, instead it is used to allow for the c++ language to be used in other modules.\n" @@ -450,13 +514,13 @@ "Dependências: klibc" #. type: "KernelPatcher_title" -#: Resources/templates/Localizable.strings:73 +#: Resources/templates/Localizable.strings:92 #, no-wrap msgid "Kernel Patcher" msgstr "Kernel Patcher" #. type: "KernelPatcher_description" -#: Resources/templates/Localizable.strings:74 +#: Resources/templates/Localizable.strings:93 #, no-wrap msgid "" "The KernelPatcher module provides patches for the following:\n" @@ -474,13 +538,13 @@ "Dependências: nenhuma" #. type: "KextPatcher_title" -#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:100 #, no-wrap msgid "Kext Patcher" msgstr "Kext Patcher" #. type: "KextPatcher_description" -#: Resources/templates/Localizable.strings:82 +#: Resources/templates/Localizable.strings:101 #, no-wrap msgid "" "The KextPatcher module provides patches for the following:\n" @@ -490,13 +554,13 @@ "Dependências: nenhuma" #. type: "NVIDIAGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:85 +#: Resources/templates/Localizable.strings:104 #, no-wrap msgid "NVIDIAGraphicsEnabler" msgstr "NVIDIAGraphicsEnabler" #. type: "NVIDIAGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:86 +#: Resources/templates/Localizable.strings:105 #, no-wrap msgid "" "The GraphicsEnabler nVidia code ported to a module.\n" @@ -506,13 +570,13 @@ "Dependências: nenhumas" #. type: "GraphicsEnablerModule_title" -#: Resources/templates/Localizable.strings:89 +#: Resources/templates/Localizable.strings:108 #, no-wrap msgid "GraphicsEnabler" msgstr "GraphicsEnabler" #. type: "GraphicsEnablerModule_description" -#: Resources/templates/Localizable.strings:90 +#: Resources/templates/Localizable.strings:109 #, no-wrap msgid "" "The GraphicsEnabler code ported to a module.\n" @@ -522,13 +586,13 @@ "Dependências: nenhumas" #. type: "AMDGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:93 +#: Resources/templates/Localizable.strings:112 #, no-wrap msgid "AMDGraphicsEnabler" msgstr "AMDGraphicsEnabler" #. type: "AMDGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:94 +#: Resources/templates/Localizable.strings:113 #, no-wrap msgid "" "The GraphicsEnabler AMD/ATi code ported to a module.\n" @@ -538,13 +602,13 @@ "Dependências: nenhumas" #. type: "IntelGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:97 +#: Resources/templates/Localizable.strings:116 #, no-wrap msgid "IntelGraphicsEnabler" msgstr "IntelGraphicsEnabler" #. type: "IntelGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:98 +#: Resources/templates/Localizable.strings:117 #, no-wrap msgid "" "The GraphicsEnabler gma(Intel) code ported to a module.\n" @@ -554,638 +618,638 @@ "Dependências: nenhumas" #. type: "Options_title" -#: Resources/templates/Localizable.strings:106 +#: Resources/templates/Localizable.strings:125 #, no-wrap msgid "Settings" msgstr "Opções de boot" #. type: "Options_description" -#: Resources/templates/Localizable.strings:107 +#: Resources/templates/Localizable.strings:126 #, no-wrap msgid "Create an /Extra/org.chameleon.Boot.plist by selecting any of these boot options and kernel flags." msgstr "Cria um arquivo /Extra/org.chameleon.Boot.plist e seleciona suas preferências de configuração do Chameleon." #. type: "BootBanner_title" -#: Resources/templates/Localizable.strings:109 +#: Resources/templates/Localizable.strings:128 #, no-wrap msgid "BootBanner=No" msgstr "BootBanner=No" #. type: "BootBanner_description" -#: Resources/templates/Localizable.strings:110 +#: Resources/templates/Localizable.strings:129 #, no-wrap msgid "Hides Chameleon's boot banner in GUI. This is the text that is drawn at the top left corner of the screen displaying the release version etc." msgstr "Oculta o banner do Chameleon na interface gráfica." #. type: "GUI_title" -#: Resources/templates/Localizable.strings:112 +#: Resources/templates/Localizable.strings:131 #, no-wrap msgid "GUI=No" msgstr "GUI=No" #. type: "GUI_description" -#: Resources/templates/Localizable.strings:113 +#: Resources/templates/Localizable.strings:132 #, no-wrap msgid "Disables the default enabled graphic user interface." msgstr "Desabilita a interface gráfica, ativada por padrão." #. type: "LegacyLogo_title" -#: Resources/templates/Localizable.strings:115 +#: Resources/templates/Localizable.strings:134 #, no-wrap msgid "LegacyLogo=Yes" msgstr "LegacyLogo=Yes" #. type: "LegacyLogo_description" -#: Resources/templates/Localizable.strings:116 +#: Resources/templates/Localizable.strings:135 #, no-wrap msgid "Use the legacy 'dark grey' apple logo on the light grey screen for the boot process rather than the boot.png in the theme." msgstr "Usa o logotipo legado da Apple (cinza e branco) no écran de boot, e não o do boot.png do tema." #. type: "InstantMenu_title" -#: Resources/templates/Localizable.strings:118 +#: Resources/templates/Localizable.strings:137 #, no-wrap msgid "InstantMenu=Yes" msgstr "InstantMenu=Yes" #. type: "InstantMenu_description" -#: Resources/templates/Localizable.strings:119 +#: Resources/templates/Localizable.strings:138 #, no-wrap msgid "By default, when Chameleon loads you'll see the icon for the current default partition, along with a timeout progress bar which left alone will count down before Chameleon automatically boots that partition. This options skips that and takes you directly to the device selection screen." msgstr "Exibe o écran de seleção de partição sem mostrar a contagem regressiva." #. type: "QuietBoot_title" -#: Resources/templates/Localizable.strings:121 +#: Resources/templates/Localizable.strings:140 #, no-wrap msgid "QuietBoot=Yes" msgstr "QuietBoot=Yes" #. type: "QuietBoot_description" -#: Resources/templates/Localizable.strings:122 +#: Resources/templates/Localizable.strings:141 #, no-wrap msgid "Enable quiet boot mode (no messages or prompt)." msgstr "Ativa o boot silencioso (sem mensagens ou opções)." #. type: "ShowInfo_title" -#: Resources/templates/Localizable.strings:124 +#: Resources/templates/Localizable.strings:143 #, no-wrap msgid "ShowInfo=Yes" msgstr "ShowInfo=Yes" #. type: "ShowInfo_description" -#: Resources/templates/Localizable.strings:125 +#: Resources/templates/Localizable.strings:144 #, no-wrap msgid "Enables display of partition and resolution details shown on the left side of the GUI under the boot banner. This is useful information for troubleshooting, though can clash with certain themes." msgstr "Ativa a exibição de detalhes sobre partições e resolução do écran." #. type: "Wait_title" -#: Resources/templates/Localizable.strings:127 +#: Resources/templates/Localizable.strings:146 #, no-wrap msgid "Wait=Yes" msgstr "Wait=Yes" #. type: "Wait_description" -#: Resources/templates/Localizable.strings:128 +#: Resources/templates/Localizable.strings:147 #, no-wrap msgid "Pauses the boot process after Chameleon has finished it's setup then waits for a key press before it starts the mach kernel. Useful when combined with verbose boot for troubleshooting." msgstr "Pausa o processo de boot após os ajustes do Chameleon e aguarda que uma tecla seja pressionada antes de iniciar o kernel. Útil para solução de problemas quando usado em conjunto com o boot verbose." #. type: "PrivateData_title" -#: Resources/templates/Localizable.strings:130 +#: Resources/templates/Localizable.strings:149 #, no-wrap msgid "PrivateData=No" msgstr "PrivateData=No" #. type: "PrivateData_description" -#: Resources/templates/Localizable.strings:131 +#: Resources/templates/Localizable.strings:150 #, no-wrap msgid "Show masked data (serial number) in bdmesg log (enbaled by default)." msgstr "" #. type: "USBBusFix_title" -#: Resources/templates/Localizable.strings:135 +#: Resources/templates/Localizable.strings:154 #, no-wrap msgid "USBBusFix=Yes" msgstr "USBBusFix=Yes" #. type: "USBBusFix_description" -#: Resources/templates/Localizable.strings:136 +#: Resources/templates/Localizable.strings:155 #, no-wrap msgid "Enable the XHCI, EHCI and UHCI fixes (disabled by default)." msgstr "" #. type: "USBLegacyOff_title" -#: Resources/templates/Localizable.strings:138 +#: Resources/templates/Localizable.strings:157 #, no-wrap msgid "USBLegacyOff=Yes" msgstr "USBLegacyOff=Yes" #. type: "USBLegacyOff_description" -#: Resources/templates/Localizable.strings:139 +#: Resources/templates/Localizable.strings:158 #, no-wrap msgid "Force USB Legacy off for XHCI and EHCI (disabled by default)." msgstr "" #. type: "XHCILegacyOff_title" -#: Resources/templates/Localizable.strings:141 +#: Resources/templates/Localizable.strings:160 #, no-wrap msgid "XHCILegacyOff=Yes" msgstr "XHCILegacyOff=Yes" #. type: "XHCILegacyOff_description" -#: Resources/templates/Localizable.strings:142 +#: Resources/templates/Localizable.strings:161 #, no-wrap msgid "Force USB Legacy off for XHCI (disabled by default)." msgstr "" #. type: "UHCIreset_title" -#: Resources/templates/Localizable.strings:144 +#: Resources/templates/Localizable.strings:163 #, no-wrap msgid "UHCIreset=Yes" msgstr "UHCIreset=Yes" #. type: "UHCIreset_description" -#: Resources/templates/Localizable.strings:145 +#: Resources/templates/Localizable.strings:164 #, no-wrap msgid "Enables the option to reset UHCI controllers before starting OS X." msgstr "Ativa a opção que reinicia os controladores UHCI antes de iniciar o OS X." #. type: "EHCIacquire_title" -#: Resources/templates/Localizable.strings:147 +#: Resources/templates/Localizable.strings:166 #, no-wrap msgid "EHCIacquire=Yes" msgstr "EHCIacquire=Yes" #. type: "EHCIacquire_description" -#: Resources/templates/Localizable.strings:148 +#: Resources/templates/Localizable.strings:167 #, no-wrap msgid "Enables the option to fix any EHCI ownership issues due to bad bioses." msgstr "Ativa a opção que corrige falhas de EHCI ownership devido a problemas no BIOS." #. type: "arch_title" -#: Resources/templates/Localizable.strings:150 +#: Resources/templates/Localizable.strings:169 #, no-wrap msgid "arch=i386" msgstr "arch=i386" #. type: "arch_description" -#: Resources/templates/Localizable.strings:151 +#: Resources/templates/Localizable.strings:170 #, no-wrap msgid "Boots the kernel in 32bit mode rather than the default 64bit mode." msgstr "Inicia o sistema no modo 32 bit, e não no modo padrão 64 bit." #. type: "EthernetBuiltIn_title" -#: Resources/templates/Localizable.strings:153 +#: Resources/templates/Localizable.strings:172 #, no-wrap msgid "EthernetBuiltIn=Yes" msgstr "EthernetBuiltIn=Yes" #. type: "EthernetBuiltIn_description" -#: Resources/templates/Localizable.strings:154 +#: Resources/templates/Localizable.strings:173 #, no-wrap msgid "Enables the option of adding 'built-in' to your ethernet devices." msgstr "Ativa a opção que inclui 'built-in' (integrado) nos dispositivos ethernet." #. type: "EnableWifi_title" -#: Resources/templates/Localizable.strings:156 +#: Resources/templates/Localizable.strings:175 #, no-wrap msgid "EnableWifi=Yes" msgstr "EnableWifi=Yes" #. type: "EnableWifi_description" -#: Resources/templates/Localizable.strings:157 +#: Resources/templates/Localizable.strings:176 #, no-wrap msgid "Enables the option of adding AirPort values to your wireless device." msgstr "Ativa a opção que inclui 'built-in' (integrado) nos dispositivos wireless." #. type: "ForceHPET_title" -#: Resources/templates/Localizable.strings:159 +#: Resources/templates/Localizable.strings:178 #, no-wrap msgid "ForceHPET=Yes" msgstr "ForceHPET=Yes" #. type: "ForceHPET_description" -#: Resources/templates/Localizable.strings:160 +#: Resources/templates/Localizable.strings:179 #, no-wrap msgid "Enables HPET on intel chipsets, for bioses that dont include the option." msgstr "Ativa o HPET em chipsets Intel, para BIOS que não incluem a opção." #. type: "ForceWake_title" -#: Resources/templates/Localizable.strings:162 +#: Resources/templates/Localizable.strings:181 #, no-wrap msgid "ForceWake=Yes" msgstr "ForceWake=Yes" #. type: "ForceWake_description" -#: Resources/templates/Localizable.strings:163 +#: Resources/templates/Localizable.strings:182 #, no-wrap msgid "This option enables you to bypass bad sleep images." msgstr "Essa opção permite contornar imagens de repouso com problema." #. type: "ForceFullMemInfo_title" -#: Resources/templates/Localizable.strings:165 +#: Resources/templates/Localizable.strings:184 #, no-wrap msgid "ForceFullMemInfo=Yes" msgstr "ForceFullMemInfo=Yes" #. type: "ForceFullMemInfo_description" -#: Resources/templates/Localizable.strings:166 +#: Resources/templates/Localizable.strings:185 #, no-wrap msgid "Force SMBIOS Table 17 to be 27 bytes long." msgstr "Força Tabela 17 SMBIOS tamanho 27 bytes" #. type: "RestartFix_title" -#: Resources/templates/Localizable.strings:168 +#: Resources/templates/Localizable.strings:187 #, no-wrap msgid "RestartFix=No" msgstr "RestartFix=No" #. type: "RestartFix_description" -#: Resources/templates/Localizable.strings:169 +#: Resources/templates/Localizable.strings:188 #, no-wrap msgid "Disables the automatically enabled restart fix." msgstr "Desabilita a correção do problema ao reiniciar, ativada por padrão." #. type: "UseMemDetect_title" -#: Resources/templates/Localizable.strings:171 +#: Resources/templates/Localizable.strings:190 #, no-wrap msgid "UseMemDetect=No" msgstr "UseMemDetect=No" #. type: "UseMemDetect_description" -#: Resources/templates/Localizable.strings:172 +#: Resources/templates/Localizable.strings:191 #, no-wrap msgid "Disables the automatically enabled RAM recognition." msgstr "Desativa a identificação automática de memória RAM." #. type: "UseKernelCache_title" -#: Resources/templates/Localizable.strings:174 +#: Resources/templates/Localizable.strings:193 #, no-wrap msgid "UseKernelCache=Yes" msgstr "UseKernelCache=Yes" #. type: "UseKernelCache_description" -#: Resources/templates/Localizable.strings:175 +#: Resources/templates/Localizable.strings:194 #, no-wrap msgid "For Lion only. Enables loading of the pre-linked kernel. This will ignore /E/E and /S/L/E. ONLY use this is you have know it contains everything you need." msgstr "Yes vai carregar o kernel pre-linked e ignorar /Extra/Extensions e o Extensions.mkext de /System/Library/Extensions. O padrão é No, mas se você usa o Lion numa partição RAID, é Yes." #. type: "Wake_title" -#: Resources/templates/Localizable.strings:177 +#: Resources/templates/Localizable.strings:196 #, no-wrap msgid "Wake=Yes" msgstr "Wake=Yes" #. type: "Wake_description" -#: Resources/templates/Localizable.strings:178 +#: Resources/templates/Localizable.strings:197 #, no-wrap msgid "Attempts to load the sleep image saved from last hibernation." msgstr "Tenta carregar a imagem de repouso gravada na última hibernação." #. type: "CSTUsingSystemIO_title" -#: Resources/templates/Localizable.strings:182 +#: Resources/templates/Localizable.strings:201 #, no-wrap msgid "CSTUsingSystemIO=Yes" msgstr "CSTUsingSystemIO=Yes" #. type: "CSTUsingSystemIO_description" -#: Resources/templates/Localizable.strings:183 +#: Resources/templates/Localizable.strings:202 #, no-wrap msgid "New C-State _CST generation method using SystemIO registers instead of FixedHW." msgstr "Novo método de geração de C-States usando registros do SystemIO em vez de FixedHW." #. type: "DropSSDT_title" -#: Resources/templates/Localizable.strings:185 +#: Resources/templates/Localizable.strings:204 #, no-wrap msgid "DropSSDT=Yes" msgstr "DropSSDT=Yes" #. type: "DropSSDT_description" -#: Resources/templates/Localizable.strings:186 +#: Resources/templates/Localizable.strings:205 #, no-wrap msgid "Discard the motherboard's built-in SSDT tables." msgstr "Descarta as tabelas SSDT da placa mãe." #. type: "DropHPET_title" -#: Resources/templates/Localizable.strings:188 +#: Resources/templates/Localizable.strings:207 #, no-wrap msgid "DropHPET=Yes" msgstr "DropHPET=Yes" #. type: "DropHPET_description" -#: Resources/templates/Localizable.strings:189 +#: Resources/templates/Localizable.strings:208 #, no-wrap msgid "Discard the motherboard's built-in HPET table." msgstr "Descarta as tabela HPET da placa mãe." #. type: "DropSBST_title" -#: Resources/templates/Localizable.strings:191 +#: Resources/templates/Localizable.strings:210 #, no-wrap msgid "DropSBST=Yes" msgstr "DropSBST=Yes" #. type: "DropSBST_description" -#: Resources/templates/Localizable.strings:192 +#: Resources/templates/Localizable.strings:211 #, no-wrap msgid "Discard the motherboard's built-in SBST table." msgstr "Descarta as tabela SBST da placa mãe." #. type: "DropECDT_title" -#: Resources/templates/Localizable.strings:194 +#: Resources/templates/Localizable.strings:213 #, no-wrap msgid "DropECDT=Yes" msgstr "DropECDT=Yes" #. type: "DropECDT_description" -#: Resources/templates/Localizable.strings:195 +#: Resources/templates/Localizable.strings:214 #, no-wrap msgid "Discard the motherboard's built-in ECDT table." msgstr "Descarta as tabela ECDT da placa mãe." #. type: "DropASFT_title" -#: Resources/templates/Localizable.strings:197 +#: Resources/templates/Localizable.strings:216 #, no-wrap msgid "DropASFT=Yes" msgstr "DropASFT=Yes" #. type: "DropASFT_description" -#: Resources/templates/Localizable.strings:198 +#: Resources/templates/Localizable.strings:217 #, no-wrap msgid "Discard the motherboard's built-in ASF! table." msgstr "Descarta as tabela ASF! da placa mãe." #. type: "DropDMAR_title" -#: Resources/templates/Localizable.strings:200 +#: Resources/templates/Localizable.strings:219 #, no-wrap msgid "DropDMAR=Yes" msgstr "DropDMAR=Yes" #. type: "DropDMAR_description" -#: Resources/templates/Localizable.strings:201 +#: Resources/templates/Localizable.strings:220 #, no-wrap msgid "Discard the motherboard's built-in DMAR table, this key action resolve the problem with VT-d panics." msgstr "Ignora a tabela DMAR da bios placa mãe, esta ação resolve o problema com os panicos VT-d." #. type: "EnableC2State_title" -#: Resources/templates/Localizable.strings:203 +#: Resources/templates/Localizable.strings:222 #, no-wrap msgid "EnableC2State=Yes" msgstr "EnableC2State=Yes" #. type: "EnableC2State_description" -#: Resources/templates/Localizable.strings:204 +#: Resources/templates/Localizable.strings:223 #, no-wrap msgid "Enable specific Processor power state, C2." msgstr "Ativa power state específico de processador, C2." #. type: "EnableC3State_title" -#: Resources/templates/Localizable.strings:206 +#: Resources/templates/Localizable.strings:225 #, no-wrap msgid "EnableC3State=Yes" msgstr "EnableC3State=Yes" #. type: "EnableC3State_description" -#: Resources/templates/Localizable.strings:207 +#: Resources/templates/Localizable.strings:226 #, no-wrap msgid "Enable specific Processor power state, C3." msgstr "Ativa power state específico de processador, C3." #. type: "EnableC4State_title" -#: Resources/templates/Localizable.strings:209 +#: Resources/templates/Localizable.strings:228 #, no-wrap msgid "EnableC4State=Yes" msgstr "EnableC4State=Yes" #. type: "EnableC4State_description" -#: Resources/templates/Localizable.strings:210 +#: Resources/templates/Localizable.strings:229 #, no-wrap msgid "Enable specific Processor power state, C4." msgstr "Ativa power state específico de processador, C4." #. type: "EnableC6State_title" -#: Resources/templates/Localizable.strings:212 +#: Resources/templates/Localizable.strings:231 #, no-wrap msgid "EnableC6State=Yes" msgstr "EnableC6State=Yes" #. type: "EnableC6State_description" -#: Resources/templates/Localizable.strings:213 +#: Resources/templates/Localizable.strings:232 #, no-wrap msgid "Enable specific Processor power state, C6." msgstr "Ativa power state específico de processador, C6." #. type: "EnableC7State_title" -#: Resources/templates/Localizable.strings:215 +#: Resources/templates/Localizable.strings:234 #, no-wrap msgid "EnableC7State=Yes" msgstr "EnableC7State=Yes" #. type: "EnableC7State_description" -#: Resources/templates/Localizable.strings:216 +#: Resources/templates/Localizable.strings:235 #, no-wrap msgid "Enable specific Processor power state, C7." msgstr "Ativa power state específico de processador, C7." #. type: "GenerateCStates_title" -#: Resources/templates/Localizable.strings:218 +#: Resources/templates/Localizable.strings:237 #, no-wrap msgid "GenerateCStates=Yes" msgstr "GenerateCStates=Yes" #. type: "GenerateCStates_description" -#: Resources/templates/Localizable.strings:219 +#: Resources/templates/Localizable.strings:238 #, no-wrap msgid "Enable auto generation of processor idle sleep states (C-States)." msgstr "Ativa a geração automática de estados de idle sleep do processador (C-States)." #. type: "GeneratePStates_title" -#: Resources/templates/Localizable.strings:221 +#: Resources/templates/Localizable.strings:240 #, no-wrap msgid "GeneratePStates=Yes" msgstr "GeneratePStates=Yes" #. type: "GeneratePStates_description" -#: Resources/templates/Localizable.strings:222 +#: Resources/templates/Localizable.strings:241 #, no-wrap msgid "Enable auto generation of processor power performance states (P-States)." msgstr "Ativa a geração automática de estados de power performance do processador (P-States)." #. type: "GenerateTStates_title" -#: Resources/templates/Localizable.strings:224 +#: Resources/templates/Localizable.strings:243 #, no-wrap msgid "GenerateTStates=Yes" msgstr "GenerateTStates=Yes" #. type: "GenerateTStates_description" -#: Resources/templates/Localizable.strings:225 +#: Resources/templates/Localizable.strings:244 #, no-wrap msgid "Enable auto generation of processor power performance states (T-States)." msgstr "Ativa a geração automática de estados de power performance do processador (T-States)." #. type: "1024x600x32_title" -#: Resources/templates/Localizable.strings:229 +#: Resources/templates/Localizable.strings:248 #, no-wrap msgid "1024x600x32" msgstr "1024x600x32" #. type: "1024x600x32_description" -#: Resources/templates/Localizable.strings:230 +#: Resources/templates/Localizable.strings:249 #, no-wrap msgid "Set Graphics Mode to 1024x600x32" msgstr "Seleciona Modo Gráfico 1024x600x32" #. type: "1024x768x32_title" -#: Resources/templates/Localizable.strings:232 +#: Resources/templates/Localizable.strings:251 #, no-wrap msgid "1024x768x32" msgstr "1024x768x32" #. type: "1024x768x32_description" -#: Resources/templates/Localizable.strings:233 +#: Resources/templates/Localizable.strings:252 #, no-wrap msgid "Set Graphics Mode to 1024x768x32" msgstr "Seleciona Modo Gráfico 1024x768x32" #. type: "1280x768x32_title" -#: Resources/templates/Localizable.strings:235 +#: Resources/templates/Localizable.strings:254 #, no-wrap msgid "1280x768x32" msgstr "1280x768x32" #. type: "1280x768x32_description" -#: Resources/templates/Localizable.strings:236 +#: Resources/templates/Localizable.strings:255 #, no-wrap msgid "Set Graphics Mode to 1280x768x32" msgstr "Seleciona Modo Gráfico 1280x768x32" #. type: "1280x800x32_title" -#: Resources/templates/Localizable.strings:238 +#: Resources/templates/Localizable.strings:257 #, no-wrap msgid "1280x800x32" msgstr "1280x800x32" #. type: "1280x800x32_description" -#: Resources/templates/Localizable.strings:239 +#: Resources/templates/Localizable.strings:258 #, no-wrap msgid "Set Graphics Mode to 1280x800x32" msgstr "Seleciona Modo Gráfico 1280x800x32" #. type: "1280x1024x32_title" -#: Resources/templates/Localizable.strings:241 +#: Resources/templates/Localizable.strings:260 #, no-wrap msgid "1280x1024x32" msgstr "1280x1024x32" #. type: "1280x1024x32_description" -#: Resources/templates/Localizable.strings:242 +#: Resources/templates/Localizable.strings:261 #, no-wrap msgid "Set Graphics Mode to 1280x1024x32" msgstr "Seleciona Modo Gráfico 1280x1024x32" #. type: "1280x960x32_title" -#: Resources/templates/Localizable.strings:244 +#: Resources/templates/Localizable.strings:263 #, no-wrap msgid "1280x960x32" msgstr "1280x960x32" #. type: "1280x960x32_description" -#: Resources/templates/Localizable.strings:245 +#: Resources/templates/Localizable.strings:264 #, no-wrap msgid "Set Graphics Mode to 1280x960x32" msgstr "Seleciona Modo Gráfico 1280x960x32" #. type: "1366x768x32_title" -#: Resources/templates/Localizable.strings:247 +#: Resources/templates/Localizable.strings:266 #, no-wrap msgid "1366x768x32" msgstr "1366x768x32" #. type: "1366x768x32_description" -#: Resources/templates/Localizable.strings:248 +#: Resources/templates/Localizable.strings:267 #, no-wrap msgid "Set Graphics Mode to 1366x768x32" msgstr "Seleciona Modo Gráfico 1366x768x32" #. type: "1440x900x32_title" -#: Resources/templates/Localizable.strings:250 +#: Resources/templates/Localizable.strings:269 #, no-wrap msgid "1440x900x32" msgstr "1440x900x32" #. type: "1440x900x32_description" -#: Resources/templates/Localizable.strings:251 +#: Resources/templates/Localizable.strings:270 #, no-wrap msgid "Set Graphics Mode to 1440x900x32" msgstr "Seleciona Modo Gráfico 1440x900x32" #. type: "1600x900x32_title" -#: Resources/templates/Localizable.strings:253 +#: Resources/templates/Localizable.strings:272 #, no-wrap msgid "1600x900x32" msgstr "1600x900x32" #. type: "1600x900x32_description" -#: Resources/templates/Localizable.strings:254 +#: Resources/templates/Localizable.strings:273 #, no-wrap msgid "Set Graphics Mode to 1600x900x32" msgstr "Seleciona Modo Gráfico 1600x900x32" #. type: "1600x1200x32_title" -#: Resources/templates/Localizable.strings:256 +#: Resources/templates/Localizable.strings:275 #, no-wrap msgid "1600x1200x32" msgstr "1600x1200x32" #. type: "1600x1200x32_description" -#: Resources/templates/Localizable.strings:257 +#: Resources/templates/Localizable.strings:276 #, no-wrap msgid "Set Graphics Mode to 1600x1200x32" msgstr "Seleciona Modo Gráfico 1600x1200x32" #. type: "1680x1050x32_title" -#: Resources/templates/Localizable.strings:259 +#: Resources/templates/Localizable.strings:278 #, no-wrap msgid "1680x1050x32" msgstr "1680x1050x32" #. type: "1680x1050x32_description" -#: Resources/templates/Localizable.strings:260 +#: Resources/templates/Localizable.strings:279 #, no-wrap msgid "Set Graphics Mode to 1680x1050x32" msgstr "Seleciona Modo Gráfico 1680x1050x32" #. type: "1920x1080x32_title" -#: Resources/templates/Localizable.strings:262 +#: Resources/templates/Localizable.strings:281 #, no-wrap msgid "1920x1080x32" msgstr "1920x1080x32" #. type: "1920x1080x32_description" -#: Resources/templates/Localizable.strings:263 +#: Resources/templates/Localizable.strings:282 #, no-wrap msgid "Set Graphics Mode to 1920x1080x32" msgstr "Seleciona Modo Gráfico 1920x1080x32" #. type: "1920x1200x32_title" -#: Resources/templates/Localizable.strings:265 +#: Resources/templates/Localizable.strings:284 #, no-wrap msgid "1920x1200x32" msgstr "1920x1200x32" #. type: "1920x1200x32_description" -#: Resources/templates/Localizable.strings:266 +#: Resources/templates/Localizable.strings:285 #, no-wrap msgid "Set Graphics Mode to 1920x1200x32" msgstr "Seleciona Modo Gráfico 1920x1200x32" #. type: "HDAULayoutIDx01_title" -#: Resources/templates/Localizable.strings:270 -#: Resources/templates/Localizable.strings:376 +#: Resources/templates/Localizable.strings:289 +#: Resources/templates/Localizable.strings:395 #, no-wrap msgid "LayoutID=1" msgstr "LayoutID=1" #. type: "HDEFLayoutIDx01_description" -#: Resources/templates/Localizable.strings:271 +#: Resources/templates/Localizable.strings:290 #, no-wrap msgid "" "Set HDEF layout-it to 1:\n" @@ -1195,14 +1259,14 @@ "001 (0x01, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx02_title" -#: Resources/templates/Localizable.strings:274 -#: Resources/templates/Localizable.strings:380 +#: Resources/templates/Localizable.strings:293 +#: Resources/templates/Localizable.strings:399 #, no-wrap msgid "LayoutID=2" msgstr "LayoutID=2" #. type: "HDEFLayoutIDx02_description" -#: Resources/templates/Localizable.strings:275 +#: Resources/templates/Localizable.strings:294 #, no-wrap msgid "" "Set HDEF layout-it to 2:\n" @@ -1212,14 +1276,14 @@ "002 (0x02, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx03_title" -#: Resources/templates/Localizable.strings:278 -#: Resources/templates/Localizable.strings:384 +#: Resources/templates/Localizable.strings:297 +#: Resources/templates/Localizable.strings:403 #, no-wrap msgid "LayoutID=3" msgstr "LayoutID=3" #. type: "HDEFLayoutIDx03_description" -#: Resources/templates/Localizable.strings:279 +#: Resources/templates/Localizable.strings:298 #, no-wrap msgid "" "Set HDEF layout-it to 3:\n" @@ -1229,14 +1293,14 @@ "003 (0x03, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx05_title" -#: Resources/templates/Localizable.strings:282 -#: Resources/templates/Localizable.strings:388 +#: Resources/templates/Localizable.strings:301 +#: Resources/templates/Localizable.strings:407 #, no-wrap msgid "LayoutID=5" msgstr "LayoutID=5" #. type: "HDEFLayoutIDx05_description" -#: Resources/templates/Localizable.strings:283 +#: Resources/templates/Localizable.strings:302 #, no-wrap msgid "" "Set HDEF layout-it to 5:\n" @@ -1246,14 +1310,14 @@ "005 (0x05, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx07_title" -#: Resources/templates/Localizable.strings:286 -#: Resources/templates/Localizable.strings:392 +#: Resources/templates/Localizable.strings:305 +#: Resources/templates/Localizable.strings:411 #, no-wrap msgid "LayoutID=7" msgstr "LayoutID=7" #. type: "HDEFLayoutIDx07_description" -#: Resources/templates/Localizable.strings:287 +#: Resources/templates/Localizable.strings:306 #, no-wrap msgid "" "Set HDEF layout-it to 7:\n" @@ -1263,14 +1327,14 @@ "007 (0x07, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx12_title" -#: Resources/templates/Localizable.strings:290 -#: Resources/templates/Localizable.strings:396 +#: Resources/templates/Localizable.strings:309 +#: Resources/templates/Localizable.strings:415 #, no-wrap msgid "LayoutID=12" msgstr "LayoutID=12" #. type: "HDEFLayoutIDx12_description" -#: Resources/templates/Localizable.strings:291 +#: Resources/templates/Localizable.strings:310 #, no-wrap msgid "" "Set HDEF layout-it to 12:\n" @@ -1280,14 +1344,14 @@ "00C (0x0C, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx32_title" -#: Resources/templates/Localizable.strings:294 -#: Resources/templates/Localizable.strings:400 +#: Resources/templates/Localizable.strings:313 +#: Resources/templates/Localizable.strings:419 #, no-wrap msgid "LayoutID=32" msgstr "LayoutID=32" #. type: "HDEFLayoutIDx32_description" -#: Resources/templates/Localizable.strings:295 +#: Resources/templates/Localizable.strings:314 #, no-wrap msgid "" "Set HDEF layout-it to 32:\n" @@ -1297,14 +1361,14 @@ "020 (0x20, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx40_title" -#: Resources/templates/Localizable.strings:298 -#: Resources/templates/Localizable.strings:404 +#: Resources/templates/Localizable.strings:317 +#: Resources/templates/Localizable.strings:423 #, no-wrap msgid "LayoutID=40" msgstr "LayoutID=40" #. type: "HDEFLayoutIDx40_description" -#: Resources/templates/Localizable.strings:299 +#: Resources/templates/Localizable.strings:318 #, no-wrap msgid "" "Set HDEF layout-it to 40:\n" @@ -1314,14 +1378,14 @@ "028 (0x28, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx65_title" -#: Resources/templates/Localizable.strings:302 -#: Resources/templates/Localizable.strings:408 +#: Resources/templates/Localizable.strings:321 +#: Resources/templates/Localizable.strings:427 #, no-wrap msgid "LayoutID=65" msgstr "LayoutID=65" #. type: "HDEFLayoutIDx65_description" -#: Resources/templates/Localizable.strings:303 +#: Resources/templates/Localizable.strings:322 #, no-wrap msgid "" "Set HDEF layout-it to 65:\n" @@ -1331,14 +1395,14 @@ "041 (0x41, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx99_title" -#: Resources/templates/Localizable.strings:306 -#: Resources/templates/Localizable.strings:412 +#: Resources/templates/Localizable.strings:325 +#: Resources/templates/Localizable.strings:431 #, no-wrap msgid "LayoutID=99" msgstr "LayoutID=99" #. type: "HDEFLayoutIDx99_description" -#: Resources/templates/Localizable.strings:307 +#: Resources/templates/Localizable.strings:326 #, no-wrap msgid "" "Set HDEF layout-it to 99:\n" @@ -1348,14 +1412,14 @@ "063 (0x63, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx269_title" -#: Resources/templates/Localizable.strings:310 -#: Resources/templates/Localizable.strings:416 +#: Resources/templates/Localizable.strings:329 +#: Resources/templates/Localizable.strings:435 #, no-wrap msgid "LayoutID=269" msgstr "LayoutID=269" #. type: "HDEFLayoutIDx269_description" -#: Resources/templates/Localizable.strings:311 +#: Resources/templates/Localizable.strings:330 #, no-wrap msgid "" "Set HDEF layout-it to 269:\n" @@ -1365,14 +1429,14 @@ "10D (0x0D, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx387_title" -#: Resources/templates/Localizable.strings:314 -#: Resources/templates/Localizable.strings:420 +#: Resources/templates/Localizable.strings:333 +#: Resources/templates/Localizable.strings:439 #, no-wrap msgid "LayoutID=387" msgstr "LayoutID=387" #. type: "HDEFLayoutIDx387_description" -#: Resources/templates/Localizable.strings:315 +#: Resources/templates/Localizable.strings:334 #, no-wrap msgid "" "Set HDEF layout-it to 387:\n" @@ -1382,14 +1446,14 @@ "183 (0x83, 0x01, 0x00, 0x00)" #. type: "HDAULayoutIDx388_title" -#: Resources/templates/Localizable.strings:318 -#: Resources/templates/Localizable.strings:424 +#: Resources/templates/Localizable.strings:337 +#: Resources/templates/Localizable.strings:443 #, no-wrap msgid "LayoutID=388" msgstr "LayoutID=388" #. type: "HDEFLayoutIDx388_description" -#: Resources/templates/Localizable.strings:319 +#: Resources/templates/Localizable.strings:338 #, no-wrap msgid "" "Set HDEF layout-it to 388:\n" @@ -1399,14 +1463,14 @@ "184 (0x84, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx389_title" -#: Resources/templates/Localizable.strings:322 -#: Resources/templates/Localizable.strings:428 +#: Resources/templates/Localizable.strings:341 +#: Resources/templates/Localizable.strings:447 #, no-wrap msgid "LayoutID=389" msgstr "LayoutID=389" #. type: "HDEFLayoutIDx389_description" -#: Resources/templates/Localizable.strings:323 +#: Resources/templates/Localizable.strings:342 #, no-wrap msgid "" "Set HDEF layout-it to 389:\n" @@ -1416,14 +1480,14 @@ "185 (0x85, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx392_title" -#: Resources/templates/Localizable.strings:326 -#: Resources/templates/Localizable.strings:432 +#: Resources/templates/Localizable.strings:345 +#: Resources/templates/Localizable.strings:451 #, no-wrap msgid "LayoutID=392" msgstr "LayoutID=392" #. type: "HDEFLayoutIDx392_description" -#: Resources/templates/Localizable.strings:327 +#: Resources/templates/Localizable.strings:346 #, no-wrap msgid "" "Set HDEF layout-it to 392:\n" @@ -1433,14 +1497,14 @@ "188 (0x88, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx398_title" -#: Resources/templates/Localizable.strings:330 -#: Resources/templates/Localizable.strings:436 +#: Resources/templates/Localizable.strings:349 +#: Resources/templates/Localizable.strings:455 #, no-wrap msgid "LayoutID=398" msgstr "LayoutID=398" #. type: "HDEFLayoutIDx398_description" -#: Resources/templates/Localizable.strings:331 +#: Resources/templates/Localizable.strings:350 #, no-wrap msgid "" "Set HDEF layout-it to 398:\n" @@ -1450,14 +1514,14 @@ "18E (0x8E, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx662_title" -#: Resources/templates/Localizable.strings:334 -#: Resources/templates/Localizable.strings:440 +#: Resources/templates/Localizable.strings:353 +#: Resources/templates/Localizable.strings:459 #, no-wrap msgid "LayoutID=662" msgstr "LayoutID=662" #. type: "HDEFLayoutIDx662_description" -#: Resources/templates/Localizable.strings:335 +#: Resources/templates/Localizable.strings:354 #, no-wrap msgid "" "Set HDEF layout-it to 662:\n" @@ -1467,14 +1531,14 @@ "296 (0x96, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx663_title" -#: Resources/templates/Localizable.strings:338 -#: Resources/templates/Localizable.strings:444 +#: Resources/templates/Localizable.strings:357 +#: Resources/templates/Localizable.strings:463 #, no-wrap msgid "LayoutID=663" msgstr "LayoutID=663" #. type: "HDEFLayoutIDx663_description" -#: Resources/templates/Localizable.strings:339 +#: Resources/templates/Localizable.strings:358 #, no-wrap msgid "" "Set HDEF layout-it to 663:\n" @@ -1484,14 +1548,14 @@ "297 (0x97, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx664_title" -#: Resources/templates/Localizable.strings:342 -#: Resources/templates/Localizable.strings:448 +#: Resources/templates/Localizable.strings:361 +#: Resources/templates/Localizable.strings:467 #, no-wrap msgid "LayoutID=664" msgstr "LayoutID=664" #. type: "HDEFLayoutIDx664_description" -#: Resources/templates/Localizable.strings:343 +#: Resources/templates/Localizable.strings:362 #, no-wrap msgid "" "Set HDEF layout-it to 664:\n" @@ -1501,14 +1565,14 @@ "298 (0x98, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx885_title" -#: Resources/templates/Localizable.strings:346 -#: Resources/templates/Localizable.strings:452 +#: Resources/templates/Localizable.strings:365 +#: Resources/templates/Localizable.strings:471 #, no-wrap msgid "LayoutID=885" msgstr "LayoutID=885" #. type: "HDEFLayoutIDx885_description" -#: Resources/templates/Localizable.strings:347 +#: Resources/templates/Localizable.strings:366 #, no-wrap msgid "" "Set HDEF layout-it to 885:\n" @@ -1518,14 +1582,14 @@ "375 (0x75, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx887_title" -#: Resources/templates/Localizable.strings:350 -#: Resources/templates/Localizable.strings:456 +#: Resources/templates/Localizable.strings:369 +#: Resources/templates/Localizable.strings:475 #, no-wrap msgid "LayoutID=887" msgstr "LayoutID=887" #. type: "HDEFLayoutIDx887_description" -#: Resources/templates/Localizable.strings:351 +#: Resources/templates/Localizable.strings:370 #, no-wrap msgid "" "Set HDEF layout-it to 887:\n" @@ -1535,14 +1599,14 @@ "377 (0x77, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx888_title" -#: Resources/templates/Localizable.strings:354 -#: Resources/templates/Localizable.strings:460 +#: Resources/templates/Localizable.strings:373 +#: Resources/templates/Localizable.strings:479 #, no-wrap msgid "LayoutID=888" msgstr "LayoutID=888" #. type: "HDEFLayoutIDx888_description" -#: Resources/templates/Localizable.strings:355 +#: Resources/templates/Localizable.strings:374 #, no-wrap msgid "" "Set HDEF layout-it to 888:\n" @@ -1552,14 +1616,14 @@ "378 (0x78, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx889_title" -#: Resources/templates/Localizable.strings:358 -#: Resources/templates/Localizable.strings:464 +#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:483 #, no-wrap msgid "LayoutID=889" msgstr "LayoutID=889" #. type: "HDEFLayoutIDx889_description" -#: Resources/templates/Localizable.strings:359 +#: Resources/templates/Localizable.strings:378 #, no-wrap msgid "" "Set HDEF layout-it to 889:\n" @@ -1569,14 +1633,14 @@ "379 (0x79, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx892_title" -#: Resources/templates/Localizable.strings:362 -#: Resources/templates/Localizable.strings:468 +#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:487 #, no-wrap msgid "LayoutID=892" msgstr "LayoutID=892" #. type: "HDEFLayoutIDx892_description" -#: Resources/templates/Localizable.strings:363 +#: Resources/templates/Localizable.strings:382 #, no-wrap msgid "" "Set HDEF layout-it to 892:\n" @@ -1586,14 +1650,14 @@ "37C (0x7C, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx898_title" -#: Resources/templates/Localizable.strings:366 -#: Resources/templates/Localizable.strings:472 +#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:491 #, no-wrap msgid "LayoutID=898" msgstr "LayoutID=898" #. type: "HDEFLayoutIDx898_description" -#: Resources/templates/Localizable.strings:367 +#: Resources/templates/Localizable.strings:386 #, no-wrap msgid "" "Set HDEF layout-it to 898:\n" @@ -1603,14 +1667,14 @@ "382 (0x82, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDxBD7_title" -#: Resources/templates/Localizable.strings:370 -#: Resources/templates/Localizable.strings:476 +#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:495 #, no-wrap msgid "LayoutID=1981" msgstr "LayoutID=1981" #. type: "HDEFLayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:371 +#: Resources/templates/Localizable.strings:390 #, no-wrap msgid "" "Set HDEF layout-it to 1981:\n" @@ -1620,7 +1684,7 @@ "7BD (0xBD, 0x07, 0x00, 0x00)." #. type: "HDAULayoutIDx01_description" -#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:396 #, no-wrap msgid "" "Set HDAU layout-it to 1:\n" @@ -1630,7 +1694,7 @@ "001 (0x01, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx02_description" -#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:400 #, no-wrap msgid "" "Set HDAU layout-it to 2:\n" @@ -1640,7 +1704,7 @@ "002 (0x02, 0x00, 0x00, 0x00)" #. type: "HDAULayoutIDx03_description" -#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:404 #, no-wrap msgid "" "Set HDAU layout-it to 3:\n" @@ -1650,7 +1714,7 @@ "003 (0x03, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx05_description" -#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:408 #, no-wrap msgid "" "Set HDAU layout-it to 5:\n" @@ -1660,7 +1724,7 @@ "005 (0x05, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx07_description" -#: Resources/templates/Localizable.strings:393 +#: Resources/templates/Localizable.strings:412 #, no-wrap msgid "" "Set HDAU layout-it to 7:\n" @@ -1670,7 +1734,7 @@ "007 (0x07, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx12_description" -#: Resources/templates/Localizable.strings:397 +#: Resources/templates/Localizable.strings:416 #, no-wrap msgid "" "Set HDAU layout-it to 12:\n" @@ -1680,7 +1744,7 @@ "00C (0x0C, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx32_description" -#: Resources/templates/Localizable.strings:401 +#: Resources/templates/Localizable.strings:420 #, no-wrap msgid "" "Set HDAU layout-it to 32:\n" @@ -1690,7 +1754,7 @@ "020 (0x20, 0x00, 0x00, 0x00)" #. type: "HDAULayoutIDx40_description" -#: Resources/templates/Localizable.strings:405 +#: Resources/templates/Localizable.strings:424 #, no-wrap msgid "" "Set HDAU layout-it to 40:\n" @@ -1700,7 +1764,7 @@ "028 (0x28, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx65_description" -#: Resources/templates/Localizable.strings:409 +#: Resources/templates/Localizable.strings:428 #, no-wrap msgid "" "Set HDAU layout-it to 65:\n" @@ -1710,7 +1774,7 @@ "041 (0x41, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx99_description" -#: Resources/templates/Localizable.strings:413 +#: Resources/templates/Localizable.strings:432 #, no-wrap msgid "" "Set HDAU layout-it to 99:\n" @@ -1720,7 +1784,7 @@ "063 (0x63, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx269_description" -#: Resources/templates/Localizable.strings:417 +#: Resources/templates/Localizable.strings:436 #, no-wrap msgid "" "Set HDAU layout-it to 269:\n" @@ -1730,7 +1794,7 @@ "10D (0x0D, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx387_description" -#: Resources/templates/Localizable.strings:421 +#: Resources/templates/Localizable.strings:440 #, no-wrap msgid "" "Set HDAU layout-it to 387:\n" @@ -1740,7 +1804,7 @@ "183 (0x83, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx388_description" -#: Resources/templates/Localizable.strings:425 +#: Resources/templates/Localizable.strings:444 #, no-wrap msgid "" "Set HDAU layout-it to 388:\n" @@ -1750,7 +1814,7 @@ "184 (0x84, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx389_description" -#: Resources/templates/Localizable.strings:429 +#: Resources/templates/Localizable.strings:448 #, no-wrap msgid "" "Set HDAU layout-it to 389:\n" @@ -1760,7 +1824,7 @@ "185 (0x85, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx392_description" -#: Resources/templates/Localizable.strings:433 +#: Resources/templates/Localizable.strings:452 #, no-wrap msgid "" "Set HDAU layout-it to 392:\n" @@ -1770,7 +1834,7 @@ "188 (0x88, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx398_description" -#: Resources/templates/Localizable.strings:437 +#: Resources/templates/Localizable.strings:456 #, no-wrap msgid "" "Set HDAU layout-it to 398:\n" @@ -1780,7 +1844,7 @@ "18E (0x8E, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx662_description" -#: Resources/templates/Localizable.strings:441 +#: Resources/templates/Localizable.strings:460 #, no-wrap msgid "" "Set HDAU layout-it to 662:\n" @@ -1790,7 +1854,7 @@ "296 (0x96, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx663_description" -#: Resources/templates/Localizable.strings:445 +#: Resources/templates/Localizable.strings:464 #, no-wrap msgid "" "Set HDAU layout-it to 663:\n" @@ -1800,7 +1864,7 @@ "297 (0x97, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx664_description" -#: Resources/templates/Localizable.strings:449 +#: Resources/templates/Localizable.strings:468 #, no-wrap msgid "" "Set HDAU layout-it to 664:\n" @@ -1810,7 +1874,7 @@ "298 (0x98, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx885_description" -#: Resources/templates/Localizable.strings:453 +#: Resources/templates/Localizable.strings:472 #, no-wrap msgid "" "Set HDAU layout-it to 885:\n" @@ -1820,7 +1884,7 @@ "375 (0x75, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx887_description" -#: Resources/templates/Localizable.strings:457 +#: Resources/templates/Localizable.strings:476 #, no-wrap msgid "" "Set HDAU layout-it to 887:\n" @@ -1830,7 +1894,7 @@ "377 (0x77, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx888_description" -#: Resources/templates/Localizable.strings:461 +#: Resources/templates/Localizable.strings:480 #, no-wrap msgid "" "Set HDAU layout-it to 888:\n" @@ -1840,7 +1904,7 @@ "378 (0x78, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx889_description" -#: Resources/templates/Localizable.strings:465 +#: Resources/templates/Localizable.strings:484 #, no-wrap msgid "" "Set HDAU layout-it to 889:\n" @@ -1850,7 +1914,7 @@ "379 (0x79, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx892_description" -#: Resources/templates/Localizable.strings:469 +#: Resources/templates/Localizable.strings:488 #, no-wrap msgid "" "Set HDAU layout-it to 892:\n" @@ -1860,7 +1924,7 @@ "37C (0x7C, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx898_description" -#: Resources/templates/Localizable.strings:473 +#: Resources/templates/Localizable.strings:492 #, no-wrap msgid "" "Set HDAU layout-it to 898:\n" @@ -1870,7 +1934,7 @@ "382 (0x82, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:477 +#: Resources/templates/Localizable.strings:496 #, no-wrap msgid "" "Set HDAU layout-it to 1981:\n" @@ -1880,625 +1944,625 @@ "7BD (0xBD, 0x07, 0x00, 0x00)." #. type: "IntelCaprix00_title" -#: Resources/templates/Localizable.strings:482 +#: Resources/templates/Localizable.strings:501 #, no-wrap msgid "01660000" msgstr "01660000" #. type: "IntelCaprix00_description" -#: Resources/templates/Localizable.strings:483 +#: Resources/templates/Localizable.strings:502 #, no-wrap msgid "Set 01660000 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Injeta 01660000 para Intel HD4000 (Mobile) AAPL,ig-platform-id ." #. type: "IntelCaprix01_title" -#: Resources/templates/Localizable.strings:485 +#: Resources/templates/Localizable.strings:504 #, no-wrap msgid "01660001" msgstr "01660001" #. type: "IntelCaprix01_description" -#: Resources/templates/Localizable.strings:486 +#: Resources/templates/Localizable.strings:505 #, no-wrap msgid "Set 01660001 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Injeta 01660001 para Intel HD4000 (Mobile) AAPL,ig-platform-id ." #. type: "IntelCaprix02_title" -#: Resources/templates/Localizable.strings:488 +#: Resources/templates/Localizable.strings:507 #, no-wrap msgid "01660002" msgstr "01660002" #. type: "IntelCaprix02_description" -#: Resources/templates/Localizable.strings:489 +#: Resources/templates/Localizable.strings:508 #, no-wrap msgid "Set 01660002 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Injeta 01660002 para Intel HD4000 (Mobile) AAPL,ig-platform-id ." #. type: "IntelCaprix03_title" -#: Resources/templates/Localizable.strings:491 +#: Resources/templates/Localizable.strings:510 #, no-wrap msgid "01660003" msgstr "01660003" #. type: "IntelCaprix03_description" -#: Resources/templates/Localizable.strings:492 +#: Resources/templates/Localizable.strings:511 #, no-wrap msgid "Set 01660003 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Injeta 01660003 para Intel HD4000 (Mobile) AAPL,ig-platform-id ." #. type: "IntelCaprix04_title" -#: Resources/templates/Localizable.strings:494 +#: Resources/templates/Localizable.strings:513 #, no-wrap msgid "01660004" msgstr "01660004" #. type: "IntelCaprix04_description" -#: Resources/templates/Localizable.strings:495 +#: Resources/templates/Localizable.strings:514 #, no-wrap msgid "Set 01660004 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Injeta 01660004 para Intel HD4000 (Mobile) AAPL,ig-platform-id ." #. type: "IntelCaprix05_title" -#: Resources/templates/Localizable.strings:497 +#: Resources/templates/Localizable.strings:516 #, no-wrap msgid "01620005" msgstr "01620005" #. type: "IntelCaprix05_description" -#: Resources/templates/Localizable.strings:498 +#: Resources/templates/Localizable.strings:517 #, no-wrap msgid "Set 01620005 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "injeta 01620005 para Intel HD4000 (Desktop) AAPL,ig-platform-id ." #. type: "IntelCaprix06_title" -#: Resources/templates/Localizable.strings:500 +#: Resources/templates/Localizable.strings:519 #, no-wrap msgid "01620006" msgstr "01620006" #. type: "IntelCaprix06_description" -#: Resources/templates/Localizable.strings:501 +#: Resources/templates/Localizable.strings:520 #, no-wrap msgid "Set 01620006 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "Injeta 01620006 para Intel HD4000 (Desktop) AAPL,ig-platform-id ." #. type: "IntelCaprix07_title" -#: Resources/templates/Localizable.strings:503 +#: Resources/templates/Localizable.strings:522 #, no-wrap msgid "01620007" msgstr "01620007" #. type: "IntelCaprix07_description" -#: Resources/templates/Localizable.strings:504 +#: Resources/templates/Localizable.strings:523 #, no-wrap msgid "Set 01620007 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "Injeta 01620007 para Intel HD4000 (Desktop) AAPL,ig-platform-id ." #. type: "IntelCaprix08_title" -#: Resources/templates/Localizable.strings:506 +#: Resources/templates/Localizable.strings:525 #, no-wrap msgid "01660008" msgstr "01660008" #. type: "IntelCaprix08_description" -#: Resources/templates/Localizable.strings:507 +#: Resources/templates/Localizable.strings:526 #, no-wrap msgid "Set 01660008 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Injeta 01660008 para Intel HD4000 (Mobile) AAPL,ig-platform-id ." #. type: "IntelCaprix09_title" -#: Resources/templates/Localizable.strings:509 +#: Resources/templates/Localizable.strings:528 #, no-wrap msgid "01660009" msgstr "01660009" #. type: "IntelCaprix09_description" -#: Resources/templates/Localizable.strings:510 +#: Resources/templates/Localizable.strings:529 #, no-wrap msgid "Set 01660009 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Injeta 01660009 para Intel HD4000 (Mobile) AAPL,ig-platform-id ." #. type: "IntelCaprix10_title" -#: Resources/templates/Localizable.strings:512 +#: Resources/templates/Localizable.strings:531 #, no-wrap msgid "0166000a" msgstr "0166000a" #. type: "IntelCaprix10_description" -#: Resources/templates/Localizable.strings:513 +#: Resources/templates/Localizable.strings:532 #, no-wrap msgid "Set 0166000a for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Injeta 0166000a para Intel HD4000 (Mobile) AAPL,ig-platform-id ." #. type: "IntelCaprix11_title" -#: Resources/templates/Localizable.strings:515 +#: Resources/templates/Localizable.strings:534 #, no-wrap msgid "0166000b" msgstr "0166000b" #. type: "IntelCaprix11_description" -#: Resources/templates/Localizable.strings:516 +#: Resources/templates/Localizable.strings:535 #, no-wrap msgid "Set 0166000b for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Injeta 0166000b para Intel HD4000 (Mobile) AAPL,ig-platform-id ." #. type: "IntelAzulx00_title" -#: Resources/templates/Localizable.strings:520 +#: Resources/templates/Localizable.strings:539 #, no-wrap msgid "00000604" msgstr "00000604" #. type: "IntelAzulx00_description" -#: Resources/templates/Localizable.strings:521 +#: Resources/templates/Localizable.strings:540 #, no-wrap msgid "Set 00000604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Injeta 00000604 para Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx01_title" -#: Resources/templates/Localizable.strings:523 +#: Resources/templates/Localizable.strings:542 #, no-wrap msgid "0000060c" msgstr "0000060c" #. type: "IntelAzulx01_description" -#: Resources/templates/Localizable.strings:524 +#: Resources/templates/Localizable.strings:543 #, no-wrap msgid "Set 0000060c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Injeta 0000060c para Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx02_title" -#: Resources/templates/Localizable.strings:526 +#: Resources/templates/Localizable.strings:545 #, no-wrap msgid "00001604" msgstr "00001604" #. type: "IntelAzulx02_description" -#: Resources/templates/Localizable.strings:527 +#: Resources/templates/Localizable.strings:546 #, no-wrap msgid "Set 00001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Injeta 00001604 para Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx03_title" -#: Resources/templates/Localizable.strings:529 +#: Resources/templates/Localizable.strings:548 #, no-wrap msgid "0000160a" msgstr "0000160a" #. type: "IntelAzulx03_description" -#: Resources/templates/Localizable.strings:530 +#: Resources/templates/Localizable.strings:549 #, no-wrap msgid "Set 0000160a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Injeta 0000160a para Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx04_title" -#: Resources/templates/Localizable.strings:532 +#: Resources/templates/Localizable.strings:551 #, no-wrap msgid "0000160c" msgstr "0000160c" #. type: "IntelAzulx04_description" -#: Resources/templates/Localizable.strings:533 +#: Resources/templates/Localizable.strings:552 #, no-wrap msgid "Set 0000160c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Injeta 0000160c para Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx05_title" -#: Resources/templates/Localizable.strings:535 +#: Resources/templates/Localizable.strings:554 #, no-wrap msgid "00002604" msgstr "00002604" #. type: "IntelAzulx05_description" -#: Resources/templates/Localizable.strings:536 +#: Resources/templates/Localizable.strings:555 #, no-wrap msgid "Set 00002604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Injeta 00002604 para Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx06_title" -#: Resources/templates/Localizable.strings:538 +#: Resources/templates/Localizable.strings:557 #, no-wrap msgid "0000260a" msgstr "0000260a" #. type: "IntelAzulx06_description" -#: Resources/templates/Localizable.strings:539 +#: Resources/templates/Localizable.strings:558 #, no-wrap msgid "Set 0000260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Injeta 0000260a para Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx07_title" -#: Resources/templates/Localizable.strings:541 +#: Resources/templates/Localizable.strings:560 #, no-wrap msgid "0000260c" msgstr "0000260c" #. type: "IntelAzulx07_description" -#: Resources/templates/Localizable.strings:542 +#: Resources/templates/Localizable.strings:561 #, no-wrap msgid "Set 0600260c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Injeta 0600260c para Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx08_title" -#: Resources/templates/Localizable.strings:544 +#: Resources/templates/Localizable.strings:563 #, no-wrap msgid "0000260d" msgstr "0000260d" #. type: "IntelAzulx08_description" -#: Resources/templates/Localizable.strings:545 +#: Resources/templates/Localizable.strings:564 #, no-wrap msgid "Set 0000260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Injeta 0000260d para Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx09_title" -#: Resources/templates/Localizable.strings:547 +#: Resources/templates/Localizable.strings:566 #, no-wrap msgid "02001604" msgstr "02001604" #. type: "IntelAzulx09_description" -#: Resources/templates/Localizable.strings:548 +#: Resources/templates/Localizable.strings:567 #, no-wrap msgid "Set 02001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Injeta 02001604 para Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx10_title" -#: Resources/templates/Localizable.strings:550 +#: Resources/templates/Localizable.strings:569 #, no-wrap msgid "0300220d" msgstr "0300220d" #. type: "IntelAzulx10_description" -#: Resources/templates/Localizable.strings:551 +#: Resources/templates/Localizable.strings:570 #, no-wrap msgid "Set 0300220d for Intel Haswell (Desktop) AAPL,ig-platform-id." msgstr "injeta 0300220d para Intel Haswell (Desktop) AAPL,ig-platform-id." #. type: "IntelAzulx11_title" -#: Resources/templates/Localizable.strings:553 +#: Resources/templates/Localizable.strings:572 #, no-wrap msgid "0500260a" msgstr "0500260a" #. type: "IntelAzulx11_description" -#: Resources/templates/Localizable.strings:554 +#: Resources/templates/Localizable.strings:573 #, no-wrap msgid "Set 0500260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Injeta 0500260a para Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx12_title" -#: Resources/templates/Localizable.strings:556 +#: Resources/templates/Localizable.strings:575 #, no-wrap msgid "0600260a" msgstr "0600260a" #. type: "IntelAzulx12_description" -#: Resources/templates/Localizable.strings:557 +#: Resources/templates/Localizable.strings:576 #, no-wrap msgid "Set 0600260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Injeta 0600260a para Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx13_title" -#: Resources/templates/Localizable.strings:559 +#: Resources/templates/Localizable.strings:578 #, no-wrap msgid "0700260d" msgstr "0700260d" #. type: "IntelAzulx13_description" -#: Resources/templates/Localizable.strings:560 +#: Resources/templates/Localizable.strings:579 #, no-wrap msgid "Set 0700260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Injeta 0700260d para Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx14_title" -#: Resources/templates/Localizable.strings:562 +#: Resources/templates/Localizable.strings:581 #, no-wrap msgid "0800260a" msgstr "0800260a" #. type: "IntelAzulx14_description" -#: Resources/templates/Localizable.strings:563 +#: Resources/templates/Localizable.strings:582 #, no-wrap msgid "Set 0800260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Injeta 0800260a para Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx15_title" -#: Resources/templates/Localizable.strings:565 +#: Resources/templates/Localizable.strings:584 #, no-wrap msgid "08002e0a" msgstr "08002e0a" #. type: "IntelAzulx15_description" -#: Resources/templates/Localizable.strings:566 +#: Resources/templates/Localizable.strings:585 #, no-wrap msgid "Set 08002e0a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Injeta 08002e0a para Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "AD2000B_PinConf_title" -#: Resources/templates/Localizable.strings:570 +#: Resources/templates/Localizable.strings:589 #, no-wrap msgid "AD2000b" msgstr "AD2000b" #. type: "AD2000B_PinConf_description" -#: Resources/templates/Localizable.strings:571 +#: Resources/templates/Localizable.strings:590 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD2000b." msgstr "Injeta HDEF PinConfiguration para Analog Devices AD2000b." #. type: "AD1981HD_PinConf_title" -#: Resources/templates/Localizable.strings:573 +#: Resources/templates/Localizable.strings:592 #, no-wrap msgid "AD1981HD" msgstr "AD1981HD" #. type: "AD1981HD_PinConf_description" -#: Resources/templates/Localizable.strings:574 +#: Resources/templates/Localizable.strings:593 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1981HD." msgstr "Injeta HDEF PinConfiguration para Analog Devices AD1981HD." #. type: "AD1988B_PinConf_title" -#: Resources/templates/Localizable.strings:576 +#: Resources/templates/Localizable.strings:595 #, no-wrap msgid "AD1988b" msgstr "AD1988b" #. type: "AD1988B_PinConf_description" -#: Resources/templates/Localizable.strings:577 +#: Resources/templates/Localizable.strings:596 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1988b." msgstr "Injeta HDEF PinConfiguration para Dispositivos Analogicos AD1988b." #. type: "ALC888_PinConf_title" -#: Resources/templates/Localizable.strings:579 +#: Resources/templates/Localizable.strings:598 #, no-wrap msgid "ALC888" msgstr "ALC888" #. type: "ALC888_PinConf_description" -#: Resources/templates/Localizable.strings:580 +#: Resources/templates/Localizable.strings:599 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC888." msgstr "Injeta HDEF PinConfiguration para Realtek ALC888." #. type: "ALC1200_PinConf_title" -#: Resources/templates/Localizable.strings:582 +#: Resources/templates/Localizable.strings:601 #, no-wrap msgid "ALC1200" msgstr "ALC1200" #. type: "ALC1200_PinConf_description" -#: Resources/templates/Localizable.strings:583 +#: Resources/templates/Localizable.strings:602 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC1200." msgstr "Injeta HDEF PinConfiguration para Realtek ALC1200." #. type: "00_PinConf_title" -#: Resources/templates/Localizable.strings:585 +#: Resources/templates/Localizable.strings:604 #, no-wrap msgid "00" msgstr "00" #. type: "00_PinConf_description" -#: Resources/templates/Localizable.strings:586 +#: Resources/templates/Localizable.strings:605 #, no-wrap msgid "Set HDEF PinConfiguration for ???." msgstr "Injeta HDEF PinConfiguration para ???." #. type: "GraphicsEnabler_title" -#: Resources/templates/Localizable.strings:590 +#: Resources/templates/Localizable.strings:609 #, no-wrap msgid "GraphicsEnabler=Yes" msgstr "GraphicsEnabler=Yes" #. type: "GraphicsEnabler_description" -#: Resources/templates/Localizable.strings:591 +#: Resources/templates/Localizable.strings:610 #, no-wrap msgid "Enables the option to autodetect NVIDIA, AMD/ATI or Intel based GPUs and inject the correct info." msgstr "Ativa a opção que auto detecta placas de vídeo e injecta as informações corretas." #. type: "EnableHDMIAudio_title" -#: Resources/templates/Localizable.strings:593 +#: Resources/templates/Localizable.strings:612 #, no-wrap msgid "EnableHDMIAudio=Yes" msgstr "EnableHDMIAudio=Yes" #. type: "EnableHDMIAudio_description" -#: Resources/templates/Localizable.strings:594 +#: Resources/templates/Localizable.strings:613 #, no-wrap msgid "Inject HDMi audio for NVIDIA or AMD/ATI." msgstr "Injeta o Audio HDMI para Placas NVIDIA ou AMD/ATI." #. type: "UseIntelHDMI_title" -#: Resources/templates/Localizable.strings:596 +#: Resources/templates/Localizable.strings:615 #, no-wrap msgid "UseIntelHDMI=Yes" msgstr "UseIntelHDMI=Yes" #. type: "UseIntelHDMI_description" -#: Resources/templates/Localizable.strings:597 +#: Resources/templates/Localizable.strings:616 #, no-wrap msgid "If YES, hda-gfx=onboard-1 will be injected into the GFX0 and HDEF devices. Also, if an ATI or Nvidia HDMI device is present, they'll be assigned to onboard-2. If NO, then ATI or Nvidia devices will get onboard-1 as well as the HDAU device if present." msgstr "" #. type: "UseAtiROM_title" -#: Resources/templates/Localizable.strings:599 +#: Resources/templates/Localizable.strings:618 #, no-wrap msgid "UseAtiROM=Yes" msgstr "UseAtiROM=Yes" #. type: "UseAtiROM_description" -#: Resources/templates/Localizable.strings:600 +#: Resources/templates/Localizable.strings:619 #, no-wrap msgid "Enables UseAtiROM options." msgstr "Ativa a opção UseAtiROM." #. type: "UseNvidiaROM_title" -#: Resources/templates/Localizable.strings:602 +#: Resources/templates/Localizable.strings:621 #, no-wrap msgid "UseNvidiaROM=Yes" msgstr "UseNvidiaROM=Yes" #. type: "UseNvidiaROM_description" -#: Resources/templates/Localizable.strings:603 +#: Resources/templates/Localizable.strings:622 #, no-wrap msgid "Enables UseNvidiaROM options." msgstr "Ativa a opção UseNvidiaROM." #. type: "VBIOS_title" -#: Resources/templates/Localizable.strings:605 +#: Resources/templates/Localizable.strings:624 #, no-wrap msgid "VBIOS=Yes" msgstr "VBIOS=Yes" #. type: "VBIOS_description" -#: Resources/templates/Localizable.strings:606 +#: Resources/templates/Localizable.strings:625 #, no-wrap msgid "Enables VBIOS option" msgstr "Ativa a opção VBIOS." #. type: "SkipIntelGfx_title" -#: Resources/templates/Localizable.strings:608 +#: Resources/templates/Localizable.strings:627 #, no-wrap msgid "SkipIntelGfx=Yes" msgstr "SkipIntelGfx=Yes" #. type: "SkipIntelGfx_description" -#: Resources/templates/Localizable.strings:609 +#: Resources/templates/Localizable.strings:628 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for Intel based GPUs." msgstr "Saltar GraphicsEnbaler autodetectado para GPUs baseados em Intel." #. type: "SkipNvidiaGfx_title" -#: Resources/templates/Localizable.strings:611 +#: Resources/templates/Localizable.strings:630 #, no-wrap msgid "SkipNvidiaGfx=Yes" msgstr "SkipNvidiaGfx=Yes" #. type: "SkipNvidiaGfx_description" -#: Resources/templates/Localizable.strings:612 +#: Resources/templates/Localizable.strings:631 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for NVIDIA based GPUs." msgstr "Saltar GraphicsEnabler autodectado para GPUs Baseadas em NVIDIA." #. type: "SkipAtiGfx_title" -#: Resources/templates/Localizable.strings:614 +#: Resources/templates/Localizable.strings:633 #, no-wrap msgid "SkipAtiGfx=Yes" msgstr "SkipAtiGfx=Yes" #. type: "SkipAtiGfx_description" -#: Resources/templates/Localizable.strings:615 +#: Resources/templates/Localizable.strings:634 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for AMD/ATI based GPUs." msgstr "Saltar GraphicsEnabler autodetectado para GPUs baseadas em AMD/ATI." #. type: "EnableBacklight_title" -#: Resources/templates/Localizable.strings:617 +#: Resources/templates/Localizable.strings:636 #, no-wrap msgid "EnableBacklight=Yes" msgstr "EnableBacklight=Yes" #. type: "EnableBacklight_description" -#: Resources/templates/Localizable.strings:618 +#: Resources/templates/Localizable.strings:637 #, no-wrap msgid "Enables Backlight options for laptop with nVidia cards." msgstr "Ativa opções Backlight para laptop com nVidia." #. type: "EnableDualLink_title" -#: Resources/templates/Localizable.strings:620 +#: Resources/templates/Localizable.strings:639 #, no-wrap msgid "EnableDualLink=Yes" msgstr "EnableDualLink=Yes" #. type: "EnableDualLink_description" -#: Resources/templates/Localizable.strings:621 +#: Resources/templates/Localizable.strings:640 #, no-wrap msgid "Enables DualLink options for nVidia and ATi cards." msgstr "Ativa opções DualLink para nVidia e Ati. " #. type: "NvidiaGeneric_title" -#: Resources/templates/Localizable.strings:623 +#: Resources/templates/Localizable.strings:642 #, no-wrap msgid "NvidiaGeneric=Yes" msgstr "NvidiaGeneric=Yes" #. type: "NvidiaGeneric_description" -#: Resources/templates/Localizable.strings:624 +#: Resources/templates/Localizable.strings:643 #, no-wrap msgid "Use the classic Nvidia name for the SystemProfiler (disabled by default)." msgstr "" #. type: "Verbose_title" -#: Resources/templates/Localizable.strings:630 +#: Resources/templates/Localizable.strings:649 #, no-wrap msgid "Verbose Mode" msgstr "Modo Verbose" #. type: "Verbose_description" -#: Resources/templates/Localizable.strings:631 +#: Resources/templates/Localizable.strings:650 #, no-wrap msgid "Turns on verbose logging and allows you to see messages from both Chameleon and the OS X kernel at boot time. Essential for troubleshooting." msgstr "Ativa Modo Verbose, permite visualizar mensagens do Chameleon e do Kernel do OS X durante o boot. Essencial para detetar problemas." #. type: "Singleusermode_title" -#: Resources/templates/Localizable.strings:633 +#: Resources/templates/Localizable.strings:652 #, no-wrap msgid "Single User Mode" msgstr "Modo Single User" #. type: "Singleusermode_description" -#: Resources/templates/Localizable.strings:634 +#: Resources/templates/Localizable.strings:653 #, no-wrap msgid "A troubleshooting option used for booting into OS X's BSD/Unix command line." msgstr "Usado no boot para alcançar a linha de comandos do OS X's BSD/Unix para resolução de problemas." #. type: "Ignorecaches_title" -#: Resources/templates/Localizable.strings:636 +#: Resources/templates/Localizable.strings:655 #, no-wrap msgid "Ignore Caches" msgstr "Ignorar Caches" #. type: "Ignorecaches_description" -#: Resources/templates/Localizable.strings:637 +#: Resources/templates/Localizable.strings:656 #, no-wrap msgid "Not an option that's needed for everyday booting, but it can be useful if you want OS X to load all files from it's system folders, rather than relying on it's pre-built caches." msgstr "Usado para que o OS X carregue os ficheiros das suas pastas de sistema, em vez de usar as caches préviamente construidas." #. type: "Npci_title" -#: Resources/templates/Localizable.strings:639 +#: Resources/templates/Localizable.strings:658 #, no-wrap msgid "npci=0x2000" msgstr "npci=0x2000" #. type: "Npci_description" -#: Resources/templates/Localizable.strings:640 +#: Resources/templates/Localizable.strings:659 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x2000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "Adiciona o parâmetro npci=0x2000 em Kernel Flags." #. type: "Npci3_title" -#: Resources/templates/Localizable.strings:642 +#: Resources/templates/Localizable.strings:661 #, no-wrap msgid "npci=0x3000" msgstr "npci=0x3000" #. type: "Npci3_description" -#: Resources/templates/Localizable.strings:643 +#: Resources/templates/Localizable.strings:662 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x3000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "Adiciona o parâmetro npci=0x3000 em Kernel Flags." #. type: "WaitingRootDevice_title" -#: Resources/templates/Localizable.strings:645 +#: Resources/templates/Localizable.strings:664 #, no-wrap msgid "ahcidisk=1 debug=8" msgstr "ahcidisk=1 debug=8" #. type: "WaitingRootDevice_description" -#: Resources/templates/Localizable.strings:646 +#: Resources/templates/Localizable.strings:665 #, no-wrap msgid "" "Info here: Waiting for root device when kernel cache used only with some disks +FIX\n" @@ -2510,25 +2574,25 @@ "Créditos para bcc9." #. type: "Darkwake_title" -#: Resources/templates/Localizable.strings:650 +#: Resources/templates/Localizable.strings:669 #, no-wrap msgid "darkwake=0" msgstr "darkwake=0" #. type: "Darkwake_description" -#: Resources/templates/Localizable.strings:651 +#: Resources/templates/Localizable.strings:670 #, no-wrap msgid "Lion only. Disables the 'low power wake' feature which can sometimes leave the screen black after wake from sleep." msgstr "Só Lion. Desabilita 'low power wake' caracteristica que por vezes apresenta o écran negro após o computador acordar." #. type: "NvdaDrv1_title" -#: Resources/templates/Localizable.strings:653 +#: Resources/templates/Localizable.strings:672 #, no-wrap msgid "nvda_drv=1" msgstr "nvda_drv=1" #. type: "NvdaDrv1_description" -#: Resources/templates/Localizable.strings:654 +#: Resources/templates/Localizable.strings:673 #, no-wrap msgid "" "It introduces a new Preference Pane under System Preferences that allows you to enable the Nvidia Web Driver.\n" @@ -2542,25 +2606,25 @@ "Créditos da solução meklort e Rampage Dev." #. type: "kext-dev-mode1_title" -#: Resources/templates/Localizable.strings:659 +#: Resources/templates/Localizable.strings:678 #, no-wrap msgid "kext-dev-mode=1" msgstr "kext-dev-mode=1" #. type: "kext-dev-mode1_description" -#: Resources/templates/Localizable.strings:660 +#: Resources/templates/Localizable.strings:679 #, no-wrap msgid "In Yosemite Developer Previews, unsigned or improperly signed kexts will not be loaded. To use unsigned kexts during development, this strict check can be disabled by adding a 'kext-dev-mode=1' boot arg." msgstr "" #. type: "Dart0_title" -#: Resources/templates/Localizable.strings:662 +#: Resources/templates/Localizable.strings:681 #, no-wrap msgid "dart=0" msgstr "dart=0" #. type: "Dart0_description" -#: Resources/templates/Localizable.strings:663 +#: Resources/templates/Localizable.strings:682 #, no-wrap msgid "" "Avoiding the DMAR processing causing by VT-d function in Osx (Virtualization).\n" @@ -2570,277 +2634,283 @@ "Por bcc9 Info here: http://www.insanelymac.com/forum/topic/282989-vtd0-fault-after-1082-google-hasnt-heard-of-it-any-help/#entry1867000" #. type: "mac-de_title" -#: Resources/templates/Localizable.strings:670 +#: Resources/templates/Localizable.strings:689 #, no-wrap msgid "German Mac Keyboard" msgstr "Teclado Mac Alemão" #. type: "mac-de_description" -#: Resources/templates/Localizable.strings:671 +#: Resources/templates/Localizable.strings:690 #, no-wrap msgid "Use the keyboard layout for a German Mac keyboard" msgstr "Usa o layout para teclado Mac Alemão." #. type: "mac-es_title" -#: Resources/templates/Localizable.strings:673 +#: Resources/templates/Localizable.strings:692 #, no-wrap msgid "Spanish Mac Keyboard" msgstr "Teclado Mac Espanhol" #. type: "mac-es_description" -#: Resources/templates/Localizable.strings:674 +#: Resources/templates/Localizable.strings:693 #, no-wrap msgid "Use the keyboard layout for a Spanish Mac keyboard" msgstr "Usa o layout para teclado Mac Espanhol." #. type: "mac-fr_title" -#: Resources/templates/Localizable.strings:676 +#: Resources/templates/Localizable.strings:695 #, no-wrap msgid "French Mac Keyboard" msgstr "Teclado Mac Francês" #. type: "mac-fr_description" -#: Resources/templates/Localizable.strings:677 +#: Resources/templates/Localizable.strings:696 #, no-wrap msgid "Use the keyboard layout for a French Mac keyboard" msgstr "Usa o layout para teclado Mac Francês." #. type: "mac-it_title" -#: Resources/templates/Localizable.strings:679 +#: Resources/templates/Localizable.strings:698 #, no-wrap msgid "Italian Mac Keyboard" msgstr "Teclado Mac Italiano" #. type: "mac-it_description" -#: Resources/templates/Localizable.strings:680 +#: Resources/templates/Localizable.strings:699 #, no-wrap msgid "Use the keyboard layout for an Italian Mac keyboard" msgstr "Usa o layout para teclado Mac Italiano." #. type: "mac-se_title" -#: Resources/templates/Localizable.strings:682 +#: Resources/templates/Localizable.strings:701 #, no-wrap msgid "Swedish Mac Keyboard" msgstr "Teclado Mac Sueco" #. type: "mac-se_description" -#: Resources/templates/Localizable.strings:683 +#: Resources/templates/Localizable.strings:702 #, no-wrap msgid "Use the keyboard layout for a Swedish Mac keyboard" msgstr "Usa o layout para teclado Mac Sueco." #. type: "pc-fr_title" -#: Resources/templates/Localizable.strings:685 +#: Resources/templates/Localizable.strings:704 #, no-wrap msgid "French PC Keyboard" msgstr "Teclado PC Francês" #. type: "pc-fr_description" -#: Resources/templates/Localizable.strings:686 +#: Resources/templates/Localizable.strings:705 #, no-wrap msgid "Use the keyboard layout for a French PC keyboard" msgstr "Usa o layout para teclado PC Francês." #. type: "Embed_title" -#: Resources/templates/Localizable.strings:693 +#: Resources/templates/Localizable.strings:712 #, no-wrap msgid "Embed" msgstr "Embed" #. type: "Embed_description" -#: Resources/templates/Localizable.strings:694 +#: Resources/templates/Localizable.strings:713 #, no-wrap msgid "A smaller simple version of the new default theme used when building a version of Chameleon which requires an embedded theme." msgstr "Uma versão menor do novo tema padrão, usada nas versões do Chameleon com tema embutido." #. type: "Legacy_title" -#: Resources/templates/Localizable.strings:696 +#: Resources/templates/Localizable.strings:715 #, no-wrap msgid "Legacy" msgstr "Legacy" #. type: "Legacy_description" -#: Resources/templates/Localizable.strings:697 +#: Resources/templates/Localizable.strings:716 #, no-wrap msgid "Chameleon's original default theme introduced for v2.0 RC1" msgstr "Tema padrão anterior do Chameleon." +#. type: "Default_title" +#: Resources/templates/Localizable.strings:718 +#, no-wrap +msgid "Standard" +msgstr "Padrão" + #. type: "Default_description" -#: Resources/templates/Localizable.strings:700 +#: Resources/templates/Localizable.strings:719 #, no-wrap msgid "Chameleon default theme introduced for v2.0 RC5" msgstr "Novo tema padrão do Chameleon." #. type: "Bullet_title" -#: Resources/templates/Localizable.strings:702 +#: Resources/templates/Localizable.strings:721 #, no-wrap msgid "Bullet" msgstr "Bullet" #. type: "Bullet_description" -#: Resources/templates/Localizable.strings:703 +#: Resources/templates/Localizable.strings:722 #, no-wrap msgid "A lovely simple theme by NoSmokingBandit from April 2009." msgstr "O tema Bullet por NoSmokingBandit" #. type: "Audio_title" -#: Resources/templates/Localizable.strings:712 +#: Resources/templates/Localizable.strings:731 #, no-wrap msgid "Audio" msgstr "Audio" #. type: "Audio_description" -#: Resources/templates/Localizable.strings:713 +#: Resources/templates/Localizable.strings:732 #, no-wrap msgid "A selection of options that deal with audio." msgstr "Preferências de Audio." #. type: "Control_title" -#: Resources/templates/Localizable.strings:716 +#: Resources/templates/Localizable.strings:735 #, no-wrap msgid "Control Options" msgstr "Opções Controle" #. type: "Control_description" -#: Resources/templates/Localizable.strings:717 +#: Resources/templates/Localizable.strings:736 #, no-wrap msgid "Settings to control how Chameleon works." msgstr "Preferências de controle do Chameleon." #. type: "General_title" -#: Resources/templates/Localizable.strings:720 +#: Resources/templates/Localizable.strings:739 #, no-wrap msgid "General Options" msgstr "Opções Generalistas" #. type: "General_description" -#: Resources/templates/Localizable.strings:721 +#: Resources/templates/Localizable.strings:740 #, no-wrap msgid "Choose from a selection of base options." msgstr "Escolha de seleção de opções básicas." #. type: "KernelFlags_title" -#: Resources/templates/Localizable.strings:724 +#: Resources/templates/Localizable.strings:743 #, no-wrap msgid "Kernel Flags" msgstr "Kernel Flags" #. type: "KernelFlags_description" -#: Resources/templates/Localizable.strings:725 +#: Resources/templates/Localizable.strings:744 #, no-wrap msgid "Choose from a selection of kernel flags." msgstr "Escolha de seleção de kernel flags." #. type: "PowerManagement_title" -#: Resources/templates/Localizable.strings:728 +#: Resources/templates/Localizable.strings:747 #, no-wrap msgid "Power Management" msgstr "Gestão Energia" #. type: "PowerManagement_description" -#: Resources/templates/Localizable.strings:729 +#: Resources/templates/Localizable.strings:748 #, no-wrap msgid "A selection of options that deal with power management and speedstep." msgstr "Seleção de opções relativas a gestão de energia e speedstep." #. type: "Resolution_description" -#: Resources/templates/Localizable.strings:733 +#: Resources/templates/Localizable.strings:752 #, no-wrap msgid "Set one resolution to use." msgstr "Configura a resolução do écran" #. type: "HDEFLayout_title" -#: Resources/templates/Localizable.strings:736 +#: Resources/templates/Localizable.strings:755 #, no-wrap msgid "HDEF Layout" msgstr "HDEF Layout" #. type: "HDEFLayout_description" -#: Resources/templates/Localizable.strings:737 +#: Resources/templates/Localizable.strings:756 #, no-wrap msgid "Set one HDEF Layout ID to use for your HDA controller." msgstr "Injeta um HDEF Layout ID para usar no seu controlador HDA." #. type: "HDAULayout_title" -#: Resources/templates/Localizable.strings:740 +#: Resources/templates/Localizable.strings:759 #, no-wrap msgid "HDAU Layout" msgstr "HDAU Layout" #. type: "HDAULayout_description" -#: Resources/templates/Localizable.strings:741 +#: Resources/templates/Localizable.strings:760 #, no-wrap msgid "Set one HDAU Layout ID to use for your HDMi controller." msgstr "Injeta um HDAU Layout ID para usar com seu controlador HDMi." #. type: "IntelCapri_title" -#: Resources/templates/Localizable.strings:744 +#: Resources/templates/Localizable.strings:763 #, no-wrap msgid "Intel Capri AAPL,ig-platform-id" msgstr "Intel Capri AAPL,ig-platform-id" #. type: "IntelCapri_description" -#: Resources/templates/Localizable.strings:745 +#: Resources/templates/Localizable.strings:764 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD4000." msgstr "Injeta um HDAU Layout ID para usar na sua Intel HD4000." #. type: "IntelAzul_title" -#: Resources/templates/Localizable.strings:748 +#: Resources/templates/Localizable.strings:767 #, no-wrap msgid "Intel Azul AAPL,ig-platform-id" msgstr "Intel Azul AAPL,ig-platform-id" #. type: "IntelAzul_description" -#: Resources/templates/Localizable.strings:749 +#: Resources/templates/Localizable.strings:768 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD5000." msgstr "Injeta um HDAU Layout ID para usar na sua Intel HD5000." #. type: "HDEFPinConfiguration_title" -#: Resources/templates/Localizable.strings:752 +#: Resources/templates/Localizable.strings:771 #, no-wrap msgid "HDEF PinConfiguration" msgstr "HDEF PinConfiguration" #. type: "HDEFPinConfiguration_description" -#: Resources/templates/Localizable.strings:753 +#: Resources/templates/Localizable.strings:772 #, no-wrap msgid "Set one HDEF PinConfiguration to use." msgstr "Injeta um HDEF PinConfiguration para usar." #. type: "Video_title" -#: Resources/templates/Localizable.strings:756 +#: Resources/templates/Localizable.strings:775 #, no-wrap msgid "Video" msgstr "Video" #. type: "Video_description" -#: Resources/templates/Localizable.strings:757 +#: Resources/templates/Localizable.strings:776 #, no-wrap msgid "A selection of options that deal with video." msgstr "Preferências de Video." #. type: "Keymaps_title" -#: Resources/templates/Localizable.strings:760 +#: Resources/templates/Localizable.strings:779 #, no-wrap msgid "KeyLayout" msgstr "KeyLayout" #. type: "Keymaps_description" -#: Resources/templates/Localizable.strings:761 +#: Resources/templates/Localizable.strings:780 #, no-wrap msgid "Select one keylayout to use. This will also install the Keylayout module and keymaps." msgstr "Select one keylayout to use. This will also install the Keylayout module and keymaps." #. type: "Themes_title" -#: Resources/templates/Localizable.strings:767 +#: Resources/templates/Localizable.strings:786 #, no-wrap msgid "Themes" msgstr "Temas" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:768 +#: Resources/templates/Localizable.strings:787 #, no-wrap msgid "" "A collection of sample themes\n" @@ -2849,6 +2919,12 @@ "Alguns exemplos de tema.\n" "Mais temas podem ser encontrados em http://forum.voodooprojects.org/index.php/board,7.0.html" +#~ msgid "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" +#~ msgstr "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" + +#~ msgid "Chameleon" +#~ msgstr "Chameleon" + #, fuzzy #~| msgid "Set 01660000 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." #~ msgid "Set 0000260c for Intel HD5000 (Mobile) AAPL,ig-platform-id." Index: branches/ErmaC/Enoch/package/po/pt-BR.po =================================================================== --- branches/ErmaC/Enoch/package/po/pt-BR.po (revision 2678) +++ branches/ErmaC/Enoch/package/po/pt-BR.po (revision 2679) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Chameleon 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-13 18:09+0000\n" +"POT-Creation-Date: 2015-05-10 14:42+0200\n" "PO-Revision-Date: 2015-02-13 18:33-0000\n" "Last-Translator: kyndder \n" "Language-Team: pt-BR \n" @@ -21,13 +21,15 @@ #. type: Content of:

#: Resources/templates/Welcome.html:22 -msgid "Chameleon" -msgstr "Chameleon" +msgid "Enoch" +msgstr "" #. type: Content of:

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

#: Resources/templates/Welcome.html:25 @@ -276,63 +278,125 @@ "boot1 (no setor de boot da partição) para encontrar o boot2.\n" "boot2 (no diretório raiz da partição) para carregar o kernel etc." -#. type: "Default_title" +#. type: "BootNo_title" #: Resources/templates/Localizable.strings:25 -#: Resources/templates/Localizable.strings:699 #, no-wrap -msgid "Standard" -msgstr "Padrão" +msgid "Don't install the Bootloader" +msgstr "Não instalar o boot loader" -#. type: "Standard_description" +#. type: "BootNo_description" #: Resources/templates/Localizable.strings:26 #, no-wrap -msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." -msgstr "Instalar os arquivos do Chameleon na raiz da partição selecionada usando boot0 ou boot0md dependendo do seu sistema, sem danificar nenhuma instalação do Windows, se existir." +msgid "Useful if you only want to install the extra's." +msgstr "Útil se você quer instalar apenas os extras." -#. type: "noboot_title" +#. type: "Stages_title" #: Resources/templates/Localizable.strings:28 -#, no-wrap -msgid "Don't install the Bootloader" -msgstr "Não instalar o boot loader" +#, fuzzy, no-wrap +#| msgid "Chameleon Bootloader Package" +msgid "Bootloader Stages" +msgstr "Chameleon Bootloader" -#. type: "noboot_description" +#. type: "Stages_description" #: Resources/templates/Localizable.strings:29 #, no-wrap -msgid "Useful if you only want to install the extra's." -msgstr "Útil se você quer instalar apenas os extras." +msgid "" +"Here you can chose to skip the bootloader installation completely or partially.\n" +"This can be usefull if you want to write Extra's, or skip some stage (0,1 and activation of the target partition).\n" +"Skipping all stages permit you to leave as is already working boot sectors, especially usefull with 4k drives.\n" +"boot is always copied to the target partition when you are skipping one or more stages." +msgstr "" +#. type: "SkipStage0_title" +#: Resources/templates/Localizable.strings:34 +#, no-wrap +msgid "Skip Stage 0" +msgstr "" + +#. type: "SkipStage0_description" +#: Resources/templates/Localizable.strings:35 +#, no-wrap +msgid "" +"Avoid writing stage 0 to the target disk.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipStage1_title" +#: Resources/templates/Localizable.strings:38 +#, no-wrap +msgid "Skip Stage 1" +msgstr "" + +#. type: "SkipStage1_description" +#: Resources/templates/Localizable.strings:39 +#, no-wrap +msgid "" +"Avoid writing stage 1 to the partition boot sector.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipActivePartition_title" +#: Resources/templates/Localizable.strings:42 +#, no-wrap +msgid "Skip Activation" +msgstr "" + +#. type: "SkipActivePartition_description" +#: Resources/templates/Localizable.strings:43 +#, no-wrap +msgid "" +"Prevents activation of the target partition.\n" +"Some old motherboards have a bad implementation of GPT in bios and they can not find partitions if marked active unger Guid Partition Table.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "Standard_title" +#: Resources/templates/Localizable.strings:47 +#, fuzzy, no-wrap +#| msgid " has been written to the root of your chosen partition." +msgid "Install Chameleon in the chosen partition." +msgstr " que se encontra na raiz da partição selecionada." + +#. type: "Standard_description" +#: Resources/templates/Localizable.strings:48 +#, fuzzy, no-wrap +#| msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." +msgid "Install Chameleon's files to the root of the selected partition using either boot0, boot0md or boot0hfs depending on your system without destroying any existing Windows installation if you have one." +msgstr "Instalar os arquivos do Chameleon na raiz da partição selecionada usando boot0 ou boot0md dependendo do seu sistema, sem danificar nenhuma instalação do Windows, se existir." + #. type: "EFI_title" -#: Resources/templates/Localizable.strings:31 +#: Resources/templates/Localizable.strings:50 #, no-wrap msgid "Install Chameleon in the ESP" msgstr "" #. type: "EFI_description" -#: Resources/templates/Localizable.strings:32 -#, no-wrap -msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +#: Resources/templates/Localizable.strings:51 +#, fuzzy, no-wrap +#| msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0, boot0md or boot0hfs depending on your system." msgstr "Instalar os arquivos do Chameleon na partição EFI (normalmente oculta) usando boot0 ou boot0md dependendo do seu sistema, sem danificar nenhuma instalação do Windows, se existir." #. type: "Module_title" -#: Resources/templates/Localizable.strings:37 +#: Resources/templates/Localizable.strings:56 #, no-wrap msgid "Modules" msgstr "Módulos do Chameleon" #. type: "Module_description" -#: Resources/templates/Localizable.strings:38 +#: Resources/templates/Localizable.strings:57 #, no-wrap msgid "The modules system incorporated in chameleon allows for a user or developer to extend the core functionality of chameleon without replacing the main boot file." msgstr "O sistema de módulos incorporados ao Chameleon permite que um utilizador ou desenvolvedor estenda a funcionalidade básica sem precisar substituir o arquivo boot principal." #. type: "klibc_title" -#: Resources/templates/Localizable.strings:40 +#: Resources/templates/Localizable.strings:59 #, no-wrap msgid "klibc" msgstr "klibc" #. type: "klibc_description" -#: Resources/templates/Localizable.strings:41 +#: Resources/templates/Localizable.strings:60 #, no-wrap msgid "" "This module provides a standard c library for modules to link to if the library provided by chameleon is insufficient.\n" @@ -344,13 +408,13 @@ "Fonte: http://www.kernel.org/pub/linux/libs/klibc/" #. type: "ACPICodec_title" -#: Resources/templates/Localizable.strings:45 +#: Resources/templates/Localizable.strings:64 #, no-wrap msgid "ACPICodec" msgstr "ACPICodec" #. type: "ACPICodec_description" -#: Resources/templates/Localizable.strings:46 +#: Resources/templates/Localizable.strings:65 #, no-wrap msgid "" "This module provides a substitute for the internal acpi patcher.\n" @@ -360,13 +424,13 @@ "Dependências: nenhuma " #. type: "HDAEnabler_title" -#: Resources/templates/Localizable.strings:49 +#: Resources/templates/Localizable.strings:68 #, no-wrap msgid "HDAEnabler" msgstr "HDAEnabler" #. type: "HDAEnabler_description" -#: Resources/templates/Localizable.strings:50 +#: Resources/templates/Localizable.strings:69 #, no-wrap msgid "" "HDAEnabler module, this module provides a substitute for the Hight Definition Audio DSDT Edits.\n" @@ -376,13 +440,13 @@ "Dependências: nenhuma" #. type: "FileNVRAM_title" -#: Resources/templates/Localizable.strings:53 +#: Resources/templates/Localizable.strings:72 #, no-wrap msgid "FileNVRAM" msgstr "FileNVRAM" #. type: "FileNVRAM_description" -#: Resources/templates/Localizable.strings:54 +#: Resources/templates/Localizable.strings:73 #, no-wrap msgid "" "FileNVRAM module for preloading NVRAM values.\n" @@ -392,13 +456,13 @@ "Dependências: nenhuma" #. type: "Sata_title" -#: Resources/templates/Localizable.strings:57 +#: Resources/templates/Localizable.strings:76 #, no-wrap msgid "Sata" msgstr "Sata" #. type: "Sata_description" -#: Resources/templates/Localizable.strings:58 +#: Resources/templates/Localizable.strings:77 #, no-wrap msgid "" "Sata module, known as YellowIconFixer in cparm's branch.\n" @@ -410,14 +474,14 @@ "Dependências nenhuma" #. type: "Resolution_title" -#: Resources/templates/Localizable.strings:62 -#: Resources/templates/Localizable.strings:732 +#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:751 #, no-wrap msgid "Resolution" msgstr "Resolução" #. type: "AutoReso_description" -#: Resources/templates/Localizable.strings:63 +#: Resources/templates/Localizable.strings:82 #, no-wrap msgid "" "This module reads the edid information from the monitor attached to the main display.\n" @@ -429,13 +493,13 @@ "Adicionalmente o módulo ajusta os modos VESA disponíveis nas placas de vídeo pré Intel HD para proporcionar resolução adequada no boot." #. type: "uClibc_title" -#: Resources/templates/Localizable.strings:67 +#: Resources/templates/Localizable.strings:86 #, no-wrap msgid "uClibc++" msgstr "uClibc++" #. type: "uClibc_description" -#: Resources/templates/Localizable.strings:68 +#: Resources/templates/Localizable.strings:87 #, no-wrap msgid "" "This module provides a minimalistic c++ runtime library for use in other modules. This does not provide functionality by itself, instead it is used to allow for the c++ language to be used in other modules.\n" @@ -450,13 +514,13 @@ "Dependências: klibc" #. type: "KernelPatcher_title" -#: Resources/templates/Localizable.strings:73 +#: Resources/templates/Localizable.strings:92 #, no-wrap msgid "Kernel Patcher" msgstr "Kernel Patcher" #. type: "KernelPatcher_description" -#: Resources/templates/Localizable.strings:74 +#: Resources/templates/Localizable.strings:93 #, no-wrap msgid "" "The KernelPatcher module provides patches for the following:\n" @@ -474,13 +538,13 @@ "Dependências: nenhuma" #. type: "KextPatcher_title" -#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:100 #, no-wrap msgid "Kext Patcher" msgstr "Kext Patcher" #. type: "KextPatcher_description" -#: Resources/templates/Localizable.strings:82 +#: Resources/templates/Localizable.strings:101 #, no-wrap msgid "" "The KextPatcher module provides patches for the following:\n" @@ -490,13 +554,13 @@ "Dependências: nenhuma" #. type: "NVIDIAGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:85 +#: Resources/templates/Localizable.strings:104 #, no-wrap msgid "NVIDIAGraphicsEnabler" msgstr "NVIDIAGraphicsEnabler" #. type: "NVIDIAGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:86 +#: Resources/templates/Localizable.strings:105 #, no-wrap msgid "" "The GraphicsEnabler nVidia code ported to a module.\n" @@ -506,13 +570,13 @@ "Dependências: nenhuma" #. type: "GraphicsEnablerModule_title" -#: Resources/templates/Localizable.strings:89 +#: Resources/templates/Localizable.strings:108 #, no-wrap msgid "GraphicsEnabler" msgstr "GraphicsEnabler" #. type: "GraphicsEnablerModule_description" -#: Resources/templates/Localizable.strings:90 +#: Resources/templates/Localizable.strings:109 #, no-wrap msgid "" "The GraphicsEnabler code ported to a module.\n" @@ -522,13 +586,13 @@ "Dependências: nenhuma" #. type: "AMDGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:93 +#: Resources/templates/Localizable.strings:112 #, no-wrap msgid "AMDGraphicsEnabler" msgstr "AMDGraphicsEnabler" #. type: "AMDGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:94 +#: Resources/templates/Localizable.strings:113 #, no-wrap msgid "" "The GraphicsEnabler AMD/ATi code ported to a module.\n" @@ -538,13 +602,13 @@ "Dependências: nenhuma" #. type: "IntelGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:97 +#: Resources/templates/Localizable.strings:116 #, no-wrap msgid "IntelGraphicsEnabler" msgstr "IntelGraphicsEnabler" #. type: "IntelGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:98 +#: Resources/templates/Localizable.strings:117 #, no-wrap msgid "" "The GraphicsEnabler gma(Intel) code ported to a module.\n" @@ -554,638 +618,638 @@ "Dependências: nenhuma" #. type: "Options_title" -#: Resources/templates/Localizable.strings:106 +#: Resources/templates/Localizable.strings:125 #, no-wrap msgid "Settings" msgstr "Opções de boot" #. type: "Options_description" -#: Resources/templates/Localizable.strings:107 +#: Resources/templates/Localizable.strings:126 #, no-wrap msgid "Create an /Extra/org.chameleon.Boot.plist by selecting any of these boot options and kernel flags." msgstr "Cria um arquivo /Extra/org.chameleon.Boot.plist e seleciona suas preferências de configuração do Chameleon." #. type: "BootBanner_title" -#: Resources/templates/Localizable.strings:109 +#: Resources/templates/Localizable.strings:128 #, no-wrap msgid "BootBanner=No" msgstr "BootBanner=No" #. type: "BootBanner_description" -#: Resources/templates/Localizable.strings:110 +#: Resources/templates/Localizable.strings:129 #, no-wrap msgid "Hides Chameleon's boot banner in GUI. This is the text that is drawn at the top left corner of the screen displaying the release version etc." msgstr "Oculta o banner do Chameleon na interface gráfica." #. type: "GUI_title" -#: Resources/templates/Localizable.strings:112 +#: Resources/templates/Localizable.strings:131 #, no-wrap msgid "GUI=No" msgstr "GUI=No" #. type: "GUI_description" -#: Resources/templates/Localizable.strings:113 +#: Resources/templates/Localizable.strings:132 #, no-wrap msgid "Disables the default enabled graphic user interface." msgstr "Desabilita a interface gráfica, ativada por padrão." #. type: "LegacyLogo_title" -#: Resources/templates/Localizable.strings:115 +#: Resources/templates/Localizable.strings:134 #, no-wrap msgid "LegacyLogo=Yes" msgstr "LegacyLogo=Yes" #. type: "LegacyLogo_description" -#: Resources/templates/Localizable.strings:116 +#: Resources/templates/Localizable.strings:135 #, no-wrap msgid "Use the legacy 'dark grey' apple logo on the light grey screen for the boot process rather than the boot.png in the theme." msgstr "Usa o logotipo legado da Apple (cinza e branco) na tela de boot, ao invés do boot.png do tema." #. type: "InstantMenu_title" -#: Resources/templates/Localizable.strings:118 +#: Resources/templates/Localizable.strings:137 #, no-wrap msgid "InstantMenu=Yes" msgstr "InstantMenu=Yes" #. type: "InstantMenu_description" -#: Resources/templates/Localizable.strings:119 +#: Resources/templates/Localizable.strings:138 #, no-wrap msgid "By default, when Chameleon loads you'll see the icon for the current default partition, along with a timeout progress bar which left alone will count down before Chameleon automatically boots that partition. This options skips that and takes you directly to the device selection screen." msgstr "Exibe a tela de seleção de partição sem mostrar a contagem regressiva." #. type: "QuietBoot_title" -#: Resources/templates/Localizable.strings:121 +#: Resources/templates/Localizable.strings:140 #, no-wrap msgid "QuietBoot=Yes" msgstr "QuietBoot=Yes" #. type: "QuietBoot_description" -#: Resources/templates/Localizable.strings:122 +#: Resources/templates/Localizable.strings:141 #, no-wrap msgid "Enable quiet boot mode (no messages or prompt)." msgstr "Ativa o boot silencioso (sem mensagens ou opções)." #. type: "ShowInfo_title" -#: Resources/templates/Localizable.strings:124 +#: Resources/templates/Localizable.strings:143 #, no-wrap msgid "ShowInfo=Yes" msgstr "ShowInfo=Yes" #. type: "ShowInfo_description" -#: Resources/templates/Localizable.strings:125 +#: Resources/templates/Localizable.strings:144 #, no-wrap msgid "Enables display of partition and resolution details shown on the left side of the GUI under the boot banner. This is useful information for troubleshooting, though can clash with certain themes." msgstr "Ativa a exibição de detalhes sobre partições e resolução da tela." #. type: "Wait_title" -#: Resources/templates/Localizable.strings:127 +#: Resources/templates/Localizable.strings:146 #, no-wrap msgid "Wait=Yes" msgstr "Wait=Yes" #. type: "Wait_description" -#: Resources/templates/Localizable.strings:128 +#: Resources/templates/Localizable.strings:147 #, no-wrap msgid "Pauses the boot process after Chameleon has finished it's setup then waits for a key press before it starts the mach kernel. Useful when combined with verbose boot for troubleshooting." msgstr "Pausa o processo de boot após os ajustes do Chameleon e aguarda que uma tecla seja pressionada antes de iniciar o kernel. Útil para solução de problemas quando usado em conjunto com o boot verbose." #. type: "PrivateData_title" -#: Resources/templates/Localizable.strings:130 +#: Resources/templates/Localizable.strings:149 #, no-wrap msgid "PrivateData=No" msgstr "PrivateData=No" #. type: "PrivateData_description" -#: Resources/templates/Localizable.strings:131 +#: Resources/templates/Localizable.strings:150 #, no-wrap msgid "Show masked data (serial number) in bdmesg log (enbaled by default)." msgstr "" #. type: "USBBusFix_title" -#: Resources/templates/Localizable.strings:135 +#: Resources/templates/Localizable.strings:154 #, no-wrap msgid "USBBusFix=Yes" msgstr "USBBusFix=Yes" #. type: "USBBusFix_description" -#: Resources/templates/Localizable.strings:136 +#: Resources/templates/Localizable.strings:155 #, no-wrap msgid "Enable the XHCI, EHCI and UHCI fixes (disabled by default)." msgstr "" #. type: "USBLegacyOff_title" -#: Resources/templates/Localizable.strings:138 +#: Resources/templates/Localizable.strings:157 #, no-wrap msgid "USBLegacyOff=Yes" msgstr "USBLegacyOff=Yes" #. type: "USBLegacyOff_description" -#: Resources/templates/Localizable.strings:139 +#: Resources/templates/Localizable.strings:158 #, no-wrap msgid "Force USB Legacy off for XHCI and EHCI (disabled by default)." msgstr "" #. type: "XHCILegacyOff_title" -#: Resources/templates/Localizable.strings:141 +#: Resources/templates/Localizable.strings:160 #, no-wrap msgid "XHCILegacyOff=Yes" msgstr "XHCILegacyOff=Yes" #. type: "XHCILegacyOff_description" -#: Resources/templates/Localizable.strings:142 +#: Resources/templates/Localizable.strings:161 #, no-wrap msgid "Force USB Legacy off for XHCI (disabled by default)." msgstr "" #. type: "UHCIreset_title" -#: Resources/templates/Localizable.strings:144 +#: Resources/templates/Localizable.strings:163 #, no-wrap msgid "UHCIreset=Yes" msgstr "UHCIreset=Yes" #. type: "UHCIreset_description" -#: Resources/templates/Localizable.strings:145 +#: Resources/templates/Localizable.strings:164 #, no-wrap msgid "Enables the option to reset UHCI controllers before starting OS X." msgstr "Ativa a opção que reinicia os controladores UHCI antes de iniciar o OS X." #. type: "EHCIacquire_title" -#: Resources/templates/Localizable.strings:147 +#: Resources/templates/Localizable.strings:166 #, no-wrap msgid "EHCIacquire=Yes" msgstr "EHCIacquire=Yes" #. type: "EHCIacquire_description" -#: Resources/templates/Localizable.strings:148 +#: Resources/templates/Localizable.strings:167 #, no-wrap msgid "Enables the option to fix any EHCI ownership issues due to bad bioses." msgstr "Ativa a opção que corrige falhas de EHCI ownership devido a problemas no BIOS." #. type: "arch_title" -#: Resources/templates/Localizable.strings:150 +#: Resources/templates/Localizable.strings:169 #, no-wrap msgid "arch=i386" msgstr "arch=i386" #. type: "arch_description" -#: Resources/templates/Localizable.strings:151 +#: Resources/templates/Localizable.strings:170 #, no-wrap msgid "Boots the kernel in 32bit mode rather than the default 64bit mode." msgstr "Inicia o sistema no modo 32 bit, ao invés do modo padrão 64 bit." #. type: "EthernetBuiltIn_title" -#: Resources/templates/Localizable.strings:153 +#: Resources/templates/Localizable.strings:172 #, no-wrap msgid "EthernetBuiltIn=Yes" msgstr "EthernetBuiltIn=Yes" #. type: "EthernetBuiltIn_description" -#: Resources/templates/Localizable.strings:154 +#: Resources/templates/Localizable.strings:173 #, no-wrap msgid "Enables the option of adding 'built-in' to your ethernet devices." msgstr "Ativa a opção que inclui 'built-in' (integrado) nos dispositivos ethernet." #. type: "EnableWifi_title" -#: Resources/templates/Localizable.strings:156 +#: Resources/templates/Localizable.strings:175 #, no-wrap msgid "EnableWifi=Yes" msgstr "EnableWifi=Yes" #. type: "EnableWifi_description" -#: Resources/templates/Localizable.strings:157 +#: Resources/templates/Localizable.strings:176 #, no-wrap msgid "Enables the option of adding AirPort values to your wireless device." msgstr "Ativa a opção que adiciona valores do AirPort em sua controladora wireless." #. type: "ForceHPET_title" -#: Resources/templates/Localizable.strings:159 +#: Resources/templates/Localizable.strings:178 #, no-wrap msgid "ForceHPET=Yes" msgstr "ForceHPET=Yes" #. type: "ForceHPET_description" -#: Resources/templates/Localizable.strings:160 +#: Resources/templates/Localizable.strings:179 #, no-wrap msgid "Enables HPET on intel chipsets, for bioses that dont include the option." msgstr "Ativa o HPET em chipsets Intel, para BIOS que não incluem a opção." #. type: "ForceWake_title" -#: Resources/templates/Localizable.strings:162 +#: Resources/templates/Localizable.strings:181 #, no-wrap msgid "ForceWake=Yes" msgstr "ForceWake=Yes" #. type: "ForceWake_description" -#: Resources/templates/Localizable.strings:163 +#: Resources/templates/Localizable.strings:182 #, no-wrap msgid "This option enables you to bypass bad sleep images." msgstr "Essa opção permite contornar imagens de repouso com problema." #. type: "ForceFullMemInfo_title" -#: Resources/templates/Localizable.strings:165 +#: Resources/templates/Localizable.strings:184 #, no-wrap msgid "ForceFullMemInfo=Yes" msgstr "ForceFullMemInfo=Yes" #. type: "ForceFullMemInfo_description" -#: Resources/templates/Localizable.strings:166 +#: Resources/templates/Localizable.strings:185 #, no-wrap msgid "Force SMBIOS Table 17 to be 27 bytes long." msgstr "Força a Tabela SMBIOS 17 a ter 27 bytes." #. type: "RestartFix_title" -#: Resources/templates/Localizable.strings:168 +#: Resources/templates/Localizable.strings:187 #, no-wrap msgid "RestartFix=No" msgstr "RestartFix=No" #. type: "RestartFix_description" -#: Resources/templates/Localizable.strings:169 +#: Resources/templates/Localizable.strings:188 #, no-wrap msgid "Disables the automatically enabled restart fix." msgstr "Desabilita a correção do problema ao reiniciar, ativada por padrão." #. type: "UseMemDetect_title" -#: Resources/templates/Localizable.strings:171 +#: Resources/templates/Localizable.strings:190 #, no-wrap msgid "UseMemDetect=No" msgstr "UseMemDetect=No" #. type: "UseMemDetect_description" -#: Resources/templates/Localizable.strings:172 +#: Resources/templates/Localizable.strings:191 #, no-wrap msgid "Disables the automatically enabled RAM recognition." msgstr "Desativa a identificação automática de memória RAM." #. type: "UseKernelCache_title" -#: Resources/templates/Localizable.strings:174 +#: Resources/templates/Localizable.strings:193 #, no-wrap msgid "UseKernelCache=Yes" msgstr "UseKernelCache=Yes" #. type: "UseKernelCache_description" -#: Resources/templates/Localizable.strings:175 +#: Resources/templates/Localizable.strings:194 #, no-wrap msgid "For Lion only. Enables loading of the pre-linked kernel. This will ignore /E/E and /S/L/E. ONLY use this is you have know it contains everything you need." msgstr "Yes vai carregar o kernel pre-linked e ignorar /Extra/Extensions e o Extensions.mkext de /System/Library/Extensions. O padrão é No, mas se você usa o Lion numa partição RAID, é Yes." #. type: "Wake_title" -#: Resources/templates/Localizable.strings:177 +#: Resources/templates/Localizable.strings:196 #, no-wrap msgid "Wake=Yes" msgstr "Wake=Yes" #. type: "Wake_description" -#: Resources/templates/Localizable.strings:178 +#: Resources/templates/Localizable.strings:197 #, no-wrap msgid "Attempts to load the sleep image saved from last hibernation." msgstr "Tenta carregar a imagem de repouso gravada na última hibernação." #. type: "CSTUsingSystemIO_title" -#: Resources/templates/Localizable.strings:182 +#: Resources/templates/Localizable.strings:201 #, no-wrap msgid "CSTUsingSystemIO=Yes" msgstr "CSTUsingSystemIO=Yes" #. type: "CSTUsingSystemIO_description" -#: Resources/templates/Localizable.strings:183 +#: Resources/templates/Localizable.strings:202 #, no-wrap msgid "New C-State _CST generation method using SystemIO registers instead of FixedHW." msgstr "Novo método de geração de C-States usando registros do SystemIO ao invés de FixedHW." #. type: "DropSSDT_title" -#: Resources/templates/Localizable.strings:185 +#: Resources/templates/Localizable.strings:204 #, no-wrap msgid "DropSSDT=Yes" msgstr "DropSSDT=Yes" #. type: "DropSSDT_description" -#: Resources/templates/Localizable.strings:186 +#: Resources/templates/Localizable.strings:205 #, no-wrap msgid "Discard the motherboard's built-in SSDT tables." msgstr "Descarta as tabelas SSDT da placa mãe." #. type: "DropHPET_title" -#: Resources/templates/Localizable.strings:188 +#: Resources/templates/Localizable.strings:207 #, no-wrap msgid "DropHPET=Yes" msgstr "DropHPET=Yes" #. type: "DropHPET_description" -#: Resources/templates/Localizable.strings:189 +#: Resources/templates/Localizable.strings:208 #, no-wrap msgid "Discard the motherboard's built-in HPET table." msgstr "Descarta as tabelas HPET originais da placa mãe." #. type: "DropSBST_title" -#: Resources/templates/Localizable.strings:191 +#: Resources/templates/Localizable.strings:210 #, no-wrap msgid "DropSBST=Yes" msgstr "DropSBST=Yes" #. type: "DropSBST_description" -#: Resources/templates/Localizable.strings:192 +#: Resources/templates/Localizable.strings:211 #, no-wrap msgid "Discard the motherboard's built-in SBST table." msgstr "Descarta as tabelas SBST originais da placa mãe." #. type: "DropECDT_title" -#: Resources/templates/Localizable.strings:194 +#: Resources/templates/Localizable.strings:213 #, no-wrap msgid "DropECDT=Yes" msgstr "DropECDT=Yes" #. type: "DropECDT_description" -#: Resources/templates/Localizable.strings:195 +#: Resources/templates/Localizable.strings:214 #, no-wrap msgid "Discard the motherboard's built-in ECDT table." msgstr "Descarta as tabelas ECDT originais da placa mãe." #. type: "DropASFT_title" -#: Resources/templates/Localizable.strings:197 +#: Resources/templates/Localizable.strings:216 #, no-wrap msgid "DropASFT=Yes" msgstr "DropASFT=Yes" #. type: "DropASFT_description" -#: Resources/templates/Localizable.strings:198 +#: Resources/templates/Localizable.strings:217 #, no-wrap msgid "Discard the motherboard's built-in ASF! table." msgstr "Descarta as tabelas ASF! originais da placa mãe." #. type: "DropDMAR_title" -#: Resources/templates/Localizable.strings:200 +#: Resources/templates/Localizable.strings:219 #, no-wrap msgid "DropDMAR=Yes" msgstr "DropDMAR=Yes" #. type: "DropDMAR_description" -#: Resources/templates/Localizable.strings:201 +#: Resources/templates/Localizable.strings:220 #, no-wrap msgid "Discard the motherboard's built-in DMAR table, this key action resolve the problem with VT-d panics." msgstr "Descarta a tabela DMAR original da placa mãe, esta ação soluciona problemas com panics relacionados a VT-d." #. type: "EnableC2State_title" -#: Resources/templates/Localizable.strings:203 +#: Resources/templates/Localizable.strings:222 #, no-wrap msgid "EnableC2State=Yes" msgstr "EnableC2State=Yes" #. type: "EnableC2State_description" -#: Resources/templates/Localizable.strings:204 +#: Resources/templates/Localizable.strings:223 #, no-wrap msgid "Enable specific Processor power state, C2." msgstr "Ativa power state específico de processador, C2." #. type: "EnableC3State_title" -#: Resources/templates/Localizable.strings:206 +#: Resources/templates/Localizable.strings:225 #, no-wrap msgid "EnableC3State=Yes" msgstr "EnableC3State=Yes" #. type: "EnableC3State_description" -#: Resources/templates/Localizable.strings:207 +#: Resources/templates/Localizable.strings:226 #, no-wrap msgid "Enable specific Processor power state, C3." msgstr "Ativa power state específico de processador, C3." #. type: "EnableC4State_title" -#: Resources/templates/Localizable.strings:209 +#: Resources/templates/Localizable.strings:228 #, no-wrap msgid "EnableC4State=Yes" msgstr "EnableC4State=Yes" #. type: "EnableC4State_description" -#: Resources/templates/Localizable.strings:210 +#: Resources/templates/Localizable.strings:229 #, no-wrap msgid "Enable specific Processor power state, C4." msgstr "Ativa power state específico de processador, C4." #. type: "EnableC6State_title" -#: Resources/templates/Localizable.strings:212 +#: Resources/templates/Localizable.strings:231 #, no-wrap msgid "EnableC6State=Yes" msgstr "EnableC6State=Yes" #. type: "EnableC6State_description" -#: Resources/templates/Localizable.strings:213 +#: Resources/templates/Localizable.strings:232 #, no-wrap msgid "Enable specific Processor power state, C6." msgstr "Ativa estado de energia específico do processador, C6." #. type: "EnableC7State_title" -#: Resources/templates/Localizable.strings:215 +#: Resources/templates/Localizable.strings:234 #, no-wrap msgid "EnableC7State=Yes" msgstr "EnableC7State=Yes" #. type: "EnableC7State_description" -#: Resources/templates/Localizable.strings:216 +#: Resources/templates/Localizable.strings:235 #, no-wrap msgid "Enable specific Processor power state, C7." msgstr "Ativa power state específico de processador, C7." #. type: "GenerateCStates_title" -#: Resources/templates/Localizable.strings:218 +#: Resources/templates/Localizable.strings:237 #, no-wrap msgid "GenerateCStates=Yes" msgstr "GenerateCStates=Yes" #. type: "GenerateCStates_description" -#: Resources/templates/Localizable.strings:219 +#: Resources/templates/Localizable.strings:238 #, no-wrap msgid "Enable auto generation of processor idle sleep states (C-States)." msgstr "Ativa a geração automática de estados de idle sleep do processador (C-States)." #. type: "GeneratePStates_title" -#: Resources/templates/Localizable.strings:221 +#: Resources/templates/Localizable.strings:240 #, no-wrap msgid "GeneratePStates=Yes" msgstr "GeneratePStates=Yes" #. type: "GeneratePStates_description" -#: Resources/templates/Localizable.strings:222 +#: Resources/templates/Localizable.strings:241 #, no-wrap msgid "Enable auto generation of processor power performance states (P-States)." msgstr "Ativa a geração automática de estados de power performance do processador (P-States)." #. type: "GenerateTStates_title" -#: Resources/templates/Localizable.strings:224 +#: Resources/templates/Localizable.strings:243 #, no-wrap msgid "GenerateTStates=Yes" msgstr "GenerateTStates=Yes" #. type: "GenerateTStates_description" -#: Resources/templates/Localizable.strings:225 +#: Resources/templates/Localizable.strings:244 #, no-wrap msgid "Enable auto generation of processor power performance states (T-States)." msgstr "Ativa a geração automática dos estados de energia para a performance do processador (T-States)." #. type: "1024x600x32_title" -#: Resources/templates/Localizable.strings:229 +#: Resources/templates/Localizable.strings:248 #, no-wrap msgid "1024x600x32" msgstr "1024x600x32" #. type: "1024x600x32_description" -#: Resources/templates/Localizable.strings:230 +#: Resources/templates/Localizable.strings:249 #, no-wrap msgid "Set Graphics Mode to 1024x600x32" msgstr "Seleciona Modo Gráfico 1024x600x32" #. type: "1024x768x32_title" -#: Resources/templates/Localizable.strings:232 +#: Resources/templates/Localizable.strings:251 #, no-wrap msgid "1024x768x32" msgstr "1024x768x32" #. type: "1024x768x32_description" -#: Resources/templates/Localizable.strings:233 +#: Resources/templates/Localizable.strings:252 #, no-wrap msgid "Set Graphics Mode to 1024x768x32" msgstr "Seleciona Modo Gráfico 1024x768x32" #. type: "1280x768x32_title" -#: Resources/templates/Localizable.strings:235 +#: Resources/templates/Localizable.strings:254 #, no-wrap msgid "1280x768x32" msgstr "1280x768x32" #. type: "1280x768x32_description" -#: Resources/templates/Localizable.strings:236 +#: Resources/templates/Localizable.strings:255 #, no-wrap msgid "Set Graphics Mode to 1280x768x32" msgstr "Seleciona Modo Gráfico 1280x768x32" #. type: "1280x800x32_title" -#: Resources/templates/Localizable.strings:238 +#: Resources/templates/Localizable.strings:257 #, no-wrap msgid "1280x800x32" msgstr "1280x800x32" #. type: "1280x800x32_description" -#: Resources/templates/Localizable.strings:239 +#: Resources/templates/Localizable.strings:258 #, no-wrap msgid "Set Graphics Mode to 1280x800x32" msgstr "Seleciona Modo Gráfico 1280x800x32" #. type: "1280x1024x32_title" -#: Resources/templates/Localizable.strings:241 +#: Resources/templates/Localizable.strings:260 #, no-wrap msgid "1280x1024x32" msgstr "1280x1024x32" #. type: "1280x1024x32_description" -#: Resources/templates/Localizable.strings:242 +#: Resources/templates/Localizable.strings:261 #, no-wrap msgid "Set Graphics Mode to 1280x1024x32" msgstr "Seleciona Modo Gráfico 1280x1024x32" #. type: "1280x960x32_title" -#: Resources/templates/Localizable.strings:244 +#: Resources/templates/Localizable.strings:263 #, no-wrap msgid "1280x960x32" msgstr "1280x960x32" #. type: "1280x960x32_description" -#: Resources/templates/Localizable.strings:245 +#: Resources/templates/Localizable.strings:264 #, no-wrap msgid "Set Graphics Mode to 1280x960x32" msgstr "Seleciona Modo Gráfico 1280x960x32" #. type: "1366x768x32_title" -#: Resources/templates/Localizable.strings:247 +#: Resources/templates/Localizable.strings:266 #, no-wrap msgid "1366x768x32" msgstr "1366x768x32" #. type: "1366x768x32_description" -#: Resources/templates/Localizable.strings:248 +#: Resources/templates/Localizable.strings:267 #, no-wrap msgid "Set Graphics Mode to 1366x768x32" msgstr "Seleciona Modo Gráfico 1366x768x32" #. type: "1440x900x32_title" -#: Resources/templates/Localizable.strings:250 +#: Resources/templates/Localizable.strings:269 #, no-wrap msgid "1440x900x32" msgstr "1440x900x32" #. type: "1440x900x32_description" -#: Resources/templates/Localizable.strings:251 +#: Resources/templates/Localizable.strings:270 #, no-wrap msgid "Set Graphics Mode to 1440x900x32" msgstr "Seleciona Modo Gráfico 1440x900x32" #. type: "1600x900x32_title" -#: Resources/templates/Localizable.strings:253 +#: Resources/templates/Localizable.strings:272 #, no-wrap msgid "1600x900x32" msgstr "1600x900x32" #. type: "1600x900x32_description" -#: Resources/templates/Localizable.strings:254 +#: Resources/templates/Localizable.strings:273 #, no-wrap msgid "Set Graphics Mode to 1600x900x32" msgstr "Seleciona Modo Gráfico 1600x900x32" #. type: "1600x1200x32_title" -#: Resources/templates/Localizable.strings:256 +#: Resources/templates/Localizable.strings:275 #, no-wrap msgid "1600x1200x32" msgstr "1600x1200x32" #. type: "1600x1200x32_description" -#: Resources/templates/Localizable.strings:257 +#: Resources/templates/Localizable.strings:276 #, no-wrap msgid "Set Graphics Mode to 1600x1200x32" msgstr "Seleciona Modo Gráfico 1600x1200x32" #. type: "1680x1050x32_title" -#: Resources/templates/Localizable.strings:259 +#: Resources/templates/Localizable.strings:278 #, no-wrap msgid "1680x1050x32" msgstr "1680x1050x32" #. type: "1680x1050x32_description" -#: Resources/templates/Localizable.strings:260 +#: Resources/templates/Localizable.strings:279 #, no-wrap msgid "Set Graphics Mode to 1680x1050x32" msgstr "Seleciona Modo Gráfico 1680x1050x32" #. type: "1920x1080x32_title" -#: Resources/templates/Localizable.strings:262 +#: Resources/templates/Localizable.strings:281 #, no-wrap msgid "1920x1080x32" msgstr "1920x1080x32" #. type: "1920x1080x32_description" -#: Resources/templates/Localizable.strings:263 +#: Resources/templates/Localizable.strings:282 #, no-wrap msgid "Set Graphics Mode to 1920x1080x32" msgstr "Seleciona Modo Gráfico 1920x1080x32" #. type: "1920x1200x32_title" -#: Resources/templates/Localizable.strings:265 +#: Resources/templates/Localizable.strings:284 #, no-wrap msgid "1920x1200x32" msgstr "1920x1200x32" #. type: "1920x1200x32_description" -#: Resources/templates/Localizable.strings:266 +#: Resources/templates/Localizable.strings:285 #, no-wrap msgid "Set Graphics Mode to 1920x1200x32" msgstr "Seleciona Modo Gráfico 1920x1200x32" #. type: "HDAULayoutIDx01_title" -#: Resources/templates/Localizable.strings:270 -#: Resources/templates/Localizable.strings:376 +#: Resources/templates/Localizable.strings:289 +#: Resources/templates/Localizable.strings:395 #, no-wrap msgid "LayoutID=1" msgstr "LayoutID=1" #. type: "HDEFLayoutIDx01_description" -#: Resources/templates/Localizable.strings:271 +#: Resources/templates/Localizable.strings:290 #, no-wrap msgid "" "Set HDEF layout-it to 1:\n" @@ -1195,14 +1259,14 @@ "001 (0x01, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx02_title" -#: Resources/templates/Localizable.strings:274 -#: Resources/templates/Localizable.strings:380 +#: Resources/templates/Localizable.strings:293 +#: Resources/templates/Localizable.strings:399 #, no-wrap msgid "LayoutID=2" msgstr "LayoutID=2" #. type: "HDEFLayoutIDx02_description" -#: Resources/templates/Localizable.strings:275 +#: Resources/templates/Localizable.strings:294 #, no-wrap msgid "" "Set HDEF layout-it to 2:\n" @@ -1212,14 +1276,14 @@ "002 (0x02, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx03_title" -#: Resources/templates/Localizable.strings:278 -#: Resources/templates/Localizable.strings:384 +#: Resources/templates/Localizable.strings:297 +#: Resources/templates/Localizable.strings:403 #, no-wrap msgid "LayoutID=3" msgstr "LayoutID=3" #. type: "HDEFLayoutIDx03_description" -#: Resources/templates/Localizable.strings:279 +#: Resources/templates/Localizable.strings:298 #, no-wrap msgid "" "Set HDEF layout-it to 3:\n" @@ -1229,14 +1293,14 @@ "003 (0x03, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx05_title" -#: Resources/templates/Localizable.strings:282 -#: Resources/templates/Localizable.strings:388 +#: Resources/templates/Localizable.strings:301 +#: Resources/templates/Localizable.strings:407 #, no-wrap msgid "LayoutID=5" msgstr "LayoutID=5" #. type: "HDEFLayoutIDx05_description" -#: Resources/templates/Localizable.strings:283 +#: Resources/templates/Localizable.strings:302 #, no-wrap msgid "" "Set HDEF layout-it to 5:\n" @@ -1246,14 +1310,14 @@ "005 (0x05, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx07_title" -#: Resources/templates/Localizable.strings:286 -#: Resources/templates/Localizable.strings:392 +#: Resources/templates/Localizable.strings:305 +#: Resources/templates/Localizable.strings:411 #, no-wrap msgid "LayoutID=7" msgstr "LayoutID=7" #. type: "HDEFLayoutIDx07_description" -#: Resources/templates/Localizable.strings:287 +#: Resources/templates/Localizable.strings:306 #, no-wrap msgid "" "Set HDEF layout-it to 7:\n" @@ -1263,14 +1327,14 @@ "007 (0x07, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx12_title" -#: Resources/templates/Localizable.strings:290 -#: Resources/templates/Localizable.strings:396 +#: Resources/templates/Localizable.strings:309 +#: Resources/templates/Localizable.strings:415 #, no-wrap msgid "LayoutID=12" msgstr "LayoutID=12" #. type: "HDEFLayoutIDx12_description" -#: Resources/templates/Localizable.strings:291 +#: Resources/templates/Localizable.strings:310 #, no-wrap msgid "" "Set HDEF layout-it to 12:\n" @@ -1280,14 +1344,14 @@ "00C (0x0C, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx32_title" -#: Resources/templates/Localizable.strings:294 -#: Resources/templates/Localizable.strings:400 +#: Resources/templates/Localizable.strings:313 +#: Resources/templates/Localizable.strings:419 #, no-wrap msgid "LayoutID=32" msgstr "LayoutID=32" #. type: "HDEFLayoutIDx32_description" -#: Resources/templates/Localizable.strings:295 +#: Resources/templates/Localizable.strings:314 #, no-wrap msgid "" "Set HDEF layout-it to 32:\n" @@ -1297,14 +1361,14 @@ "020 (0x20, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx40_title" -#: Resources/templates/Localizable.strings:298 -#: Resources/templates/Localizable.strings:404 +#: Resources/templates/Localizable.strings:317 +#: Resources/templates/Localizable.strings:423 #, no-wrap msgid "LayoutID=40" msgstr "LayoutID=40" #. type: "HDEFLayoutIDx40_description" -#: Resources/templates/Localizable.strings:299 +#: Resources/templates/Localizable.strings:318 #, no-wrap msgid "" "Set HDEF layout-it to 40:\n" @@ -1314,14 +1378,14 @@ "028 (0x28, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx65_title" -#: Resources/templates/Localizable.strings:302 -#: Resources/templates/Localizable.strings:408 +#: Resources/templates/Localizable.strings:321 +#: Resources/templates/Localizable.strings:427 #, no-wrap msgid "LayoutID=65" msgstr "LayoutID=65" #. type: "HDEFLayoutIDx65_description" -#: Resources/templates/Localizable.strings:303 +#: Resources/templates/Localizable.strings:322 #, no-wrap msgid "" "Set HDEF layout-it to 65:\n" @@ -1331,14 +1395,14 @@ "041 (0x41, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx99_title" -#: Resources/templates/Localizable.strings:306 -#: Resources/templates/Localizable.strings:412 +#: Resources/templates/Localizable.strings:325 +#: Resources/templates/Localizable.strings:431 #, no-wrap msgid "LayoutID=99" msgstr "LayoutID=99" #. type: "HDEFLayoutIDx99_description" -#: Resources/templates/Localizable.strings:307 +#: Resources/templates/Localizable.strings:326 #, no-wrap msgid "" "Set HDEF layout-it to 99:\n" @@ -1348,14 +1412,14 @@ "063 (0x63, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx269_title" -#: Resources/templates/Localizable.strings:310 -#: Resources/templates/Localizable.strings:416 +#: Resources/templates/Localizable.strings:329 +#: Resources/templates/Localizable.strings:435 #, no-wrap msgid "LayoutID=269" msgstr "LayoutID=269" #. type: "HDEFLayoutIDx269_description" -#: Resources/templates/Localizable.strings:311 +#: Resources/templates/Localizable.strings:330 #, no-wrap msgid "" "Set HDEF layout-it to 269:\n" @@ -1365,14 +1429,14 @@ "10D (0x0D, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx387_title" -#: Resources/templates/Localizable.strings:314 -#: Resources/templates/Localizable.strings:420 +#: Resources/templates/Localizable.strings:333 +#: Resources/templates/Localizable.strings:439 #, no-wrap msgid "LayoutID=387" msgstr "LayoutID=387" #. type: "HDEFLayoutIDx387_description" -#: Resources/templates/Localizable.strings:315 +#: Resources/templates/Localizable.strings:334 #, no-wrap msgid "" "Set HDEF layout-it to 387:\n" @@ -1382,14 +1446,14 @@ "183 (0x83, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx388_title" -#: Resources/templates/Localizable.strings:318 -#: Resources/templates/Localizable.strings:424 +#: Resources/templates/Localizable.strings:337 +#: Resources/templates/Localizable.strings:443 #, no-wrap msgid "LayoutID=388" msgstr "LayoutID=388" #. type: "HDEFLayoutIDx388_description" -#: Resources/templates/Localizable.strings:319 +#: Resources/templates/Localizable.strings:338 #, no-wrap msgid "" "Set HDEF layout-it to 388:\n" @@ -1399,14 +1463,14 @@ "184 (0x84, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx389_title" -#: Resources/templates/Localizable.strings:322 -#: Resources/templates/Localizable.strings:428 +#: Resources/templates/Localizable.strings:341 +#: Resources/templates/Localizable.strings:447 #, no-wrap msgid "LayoutID=389" msgstr "LayoutID=389" #. type: "HDEFLayoutIDx389_description" -#: Resources/templates/Localizable.strings:323 +#: Resources/templates/Localizable.strings:342 #, no-wrap msgid "" "Set HDEF layout-it to 389:\n" @@ -1416,14 +1480,14 @@ "185 (0x85, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx392_title" -#: Resources/templates/Localizable.strings:326 -#: Resources/templates/Localizable.strings:432 +#: Resources/templates/Localizable.strings:345 +#: Resources/templates/Localizable.strings:451 #, no-wrap msgid "LayoutID=392" msgstr "LayoutID=392" #. type: "HDEFLayoutIDx392_description" -#: Resources/templates/Localizable.strings:327 +#: Resources/templates/Localizable.strings:346 #, no-wrap msgid "" "Set HDEF layout-it to 392:\n" @@ -1433,14 +1497,14 @@ "188 (0x88, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx398_title" -#: Resources/templates/Localizable.strings:330 -#: Resources/templates/Localizable.strings:436 +#: Resources/templates/Localizable.strings:349 +#: Resources/templates/Localizable.strings:455 #, no-wrap msgid "LayoutID=398" msgstr "LayoutID=398" #. type: "HDEFLayoutIDx398_description" -#: Resources/templates/Localizable.strings:331 +#: Resources/templates/Localizable.strings:350 #, no-wrap msgid "" "Set HDEF layout-it to 398:\n" @@ -1450,14 +1514,14 @@ "18E (0x8E, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx662_title" -#: Resources/templates/Localizable.strings:334 -#: Resources/templates/Localizable.strings:440 +#: Resources/templates/Localizable.strings:353 +#: Resources/templates/Localizable.strings:459 #, no-wrap msgid "LayoutID=662" msgstr "LayoutID=662" #. type: "HDEFLayoutIDx662_description" -#: Resources/templates/Localizable.strings:335 +#: Resources/templates/Localizable.strings:354 #, no-wrap msgid "" "Set HDEF layout-it to 662:\n" @@ -1467,14 +1531,14 @@ "296 (0x96, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx663_title" -#: Resources/templates/Localizable.strings:338 -#: Resources/templates/Localizable.strings:444 +#: Resources/templates/Localizable.strings:357 +#: Resources/templates/Localizable.strings:463 #, no-wrap msgid "LayoutID=663" msgstr "LayoutID=663" #. type: "HDEFLayoutIDx663_description" -#: Resources/templates/Localizable.strings:339 +#: Resources/templates/Localizable.strings:358 #, no-wrap msgid "" "Set HDEF layout-it to 663:\n" @@ -1484,14 +1548,14 @@ "297 (0x97, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx664_title" -#: Resources/templates/Localizable.strings:342 -#: Resources/templates/Localizable.strings:448 +#: Resources/templates/Localizable.strings:361 +#: Resources/templates/Localizable.strings:467 #, no-wrap msgid "LayoutID=664" msgstr "LayoutID=664" #. type: "HDEFLayoutIDx664_description" -#: Resources/templates/Localizable.strings:343 +#: Resources/templates/Localizable.strings:362 #, no-wrap msgid "" "Set HDEF layout-it to 664:\n" @@ -1501,14 +1565,14 @@ "298 (0x98, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx885_title" -#: Resources/templates/Localizable.strings:346 -#: Resources/templates/Localizable.strings:452 +#: Resources/templates/Localizable.strings:365 +#: Resources/templates/Localizable.strings:471 #, no-wrap msgid "LayoutID=885" msgstr "LayoutID=885" #. type: "HDEFLayoutIDx885_description" -#: Resources/templates/Localizable.strings:347 +#: Resources/templates/Localizable.strings:366 #, no-wrap msgid "" "Set HDEF layout-it to 885:\n" @@ -1518,14 +1582,14 @@ "375 (0x75, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx887_title" -#: Resources/templates/Localizable.strings:350 -#: Resources/templates/Localizable.strings:456 +#: Resources/templates/Localizable.strings:369 +#: Resources/templates/Localizable.strings:475 #, no-wrap msgid "LayoutID=887" msgstr "LayoutID=887" #. type: "HDEFLayoutIDx887_description" -#: Resources/templates/Localizable.strings:351 +#: Resources/templates/Localizable.strings:370 #, no-wrap msgid "" "Set HDEF layout-it to 887:\n" @@ -1535,14 +1599,14 @@ "377 (0x77, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx888_title" -#: Resources/templates/Localizable.strings:354 -#: Resources/templates/Localizable.strings:460 +#: Resources/templates/Localizable.strings:373 +#: Resources/templates/Localizable.strings:479 #, no-wrap msgid "LayoutID=888" msgstr "LayoutID=888" #. type: "HDEFLayoutIDx888_description" -#: Resources/templates/Localizable.strings:355 +#: Resources/templates/Localizable.strings:374 #, no-wrap msgid "" "Set HDEF layout-it to 888:\n" @@ -1552,14 +1616,14 @@ "378 (0x78, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx889_title" -#: Resources/templates/Localizable.strings:358 -#: Resources/templates/Localizable.strings:464 +#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:483 #, no-wrap msgid "LayoutID=889" msgstr "LayoutID=889" #. type: "HDEFLayoutIDx889_description" -#: Resources/templates/Localizable.strings:359 +#: Resources/templates/Localizable.strings:378 #, no-wrap msgid "" "Set HDEF layout-it to 889:\n" @@ -1569,14 +1633,14 @@ "379 (0x79, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx892_title" -#: Resources/templates/Localizable.strings:362 -#: Resources/templates/Localizable.strings:468 +#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:487 #, no-wrap msgid "LayoutID=892" msgstr "LayoutID=892" #. type: "HDEFLayoutIDx892_description" -#: Resources/templates/Localizable.strings:363 +#: Resources/templates/Localizable.strings:382 #, no-wrap msgid "" "Set HDEF layout-it to 892:\n" @@ -1586,14 +1650,14 @@ "37C (0x7C, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx898_title" -#: Resources/templates/Localizable.strings:366 -#: Resources/templates/Localizable.strings:472 +#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:491 #, no-wrap msgid "LayoutID=898" msgstr "LayoutID=898" #. type: "HDEFLayoutIDx898_description" -#: Resources/templates/Localizable.strings:367 +#: Resources/templates/Localizable.strings:386 #, no-wrap msgid "" "Set HDEF layout-it to 898:\n" @@ -1603,14 +1667,14 @@ "382 (0x82, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDxBD7_title" -#: Resources/templates/Localizable.strings:370 -#: Resources/templates/Localizable.strings:476 +#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:495 #, no-wrap msgid "LayoutID=1981" msgstr "LayoutID=1981" #. type: "HDEFLayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:371 +#: Resources/templates/Localizable.strings:390 #, no-wrap msgid "" "Set HDEF layout-it to 1981:\n" @@ -1620,7 +1684,7 @@ "7BD (0xBD, 0x07, 0x00, 0x00)." #. type: "HDAULayoutIDx01_description" -#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:396 #, no-wrap msgid "" "Set HDAU layout-it to 1:\n" @@ -1630,7 +1694,7 @@ "001 (0x01, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx02_description" -#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:400 #, no-wrap msgid "" "Set HDAU layout-it to 2:\n" @@ -1640,7 +1704,7 @@ "002 (0x02, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx03_description" -#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:404 #, no-wrap msgid "" "Set HDAU layout-it to 3:\n" @@ -1650,7 +1714,7 @@ "003 (0x03, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx05_description" -#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:408 #, no-wrap msgid "" "Set HDAU layout-it to 5:\n" @@ -1660,7 +1724,7 @@ "005 (0x05, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx07_description" -#: Resources/templates/Localizable.strings:393 +#: Resources/templates/Localizable.strings:412 #, no-wrap msgid "" "Set HDAU layout-it to 7:\n" @@ -1670,7 +1734,7 @@ "007 (0x07, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx12_description" -#: Resources/templates/Localizable.strings:397 +#: Resources/templates/Localizable.strings:416 #, no-wrap msgid "" "Set HDAU layout-it to 12:\n" @@ -1680,7 +1744,7 @@ "00C (0x0C, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx32_description" -#: Resources/templates/Localizable.strings:401 +#: Resources/templates/Localizable.strings:420 #, no-wrap msgid "" "Set HDAU layout-it to 32:\n" @@ -1690,7 +1754,7 @@ "020 (0x20, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx40_description" -#: Resources/templates/Localizable.strings:405 +#: Resources/templates/Localizable.strings:424 #, no-wrap msgid "" "Set HDAU layout-it to 40:\n" @@ -1700,7 +1764,7 @@ "028 (0x28, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx65_description" -#: Resources/templates/Localizable.strings:409 +#: Resources/templates/Localizable.strings:428 #, no-wrap msgid "" "Set HDAU layout-it to 65:\n" @@ -1710,7 +1774,7 @@ "041 (0x41, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx99_description" -#: Resources/templates/Localizable.strings:413 +#: Resources/templates/Localizable.strings:432 #, no-wrap msgid "" "Set HDAU layout-it to 99:\n" @@ -1720,7 +1784,7 @@ "063 (0x63, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx269_description" -#: Resources/templates/Localizable.strings:417 +#: Resources/templates/Localizable.strings:436 #, no-wrap msgid "" "Set HDAU layout-it to 269:\n" @@ -1730,7 +1794,7 @@ "10D (0x0D, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx387_description" -#: Resources/templates/Localizable.strings:421 +#: Resources/templates/Localizable.strings:440 #, no-wrap msgid "" "Set HDAU layout-it to 387:\n" @@ -1740,7 +1804,7 @@ "183 (0x83, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx388_description" -#: Resources/templates/Localizable.strings:425 +#: Resources/templates/Localizable.strings:444 #, no-wrap msgid "" "Set HDAU layout-it to 388:\n" @@ -1750,7 +1814,7 @@ "184 (0x84, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx389_description" -#: Resources/templates/Localizable.strings:429 +#: Resources/templates/Localizable.strings:448 #, no-wrap msgid "" "Set HDAU layout-it to 389:\n" @@ -1760,7 +1824,7 @@ "185 (0x85, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx392_description" -#: Resources/templates/Localizable.strings:433 +#: Resources/templates/Localizable.strings:452 #, no-wrap msgid "" "Set HDAU layout-it to 392:\n" @@ -1770,7 +1834,7 @@ "188 (0x88, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx398_description" -#: Resources/templates/Localizable.strings:437 +#: Resources/templates/Localizable.strings:456 #, no-wrap msgid "" "Set HDAU layout-it to 398:\n" @@ -1780,7 +1844,7 @@ "18E (0x8E, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx662_description" -#: Resources/templates/Localizable.strings:441 +#: Resources/templates/Localizable.strings:460 #, no-wrap msgid "" "Set HDAU layout-it to 662:\n" @@ -1790,7 +1854,7 @@ "296 (0x96, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx663_description" -#: Resources/templates/Localizable.strings:445 +#: Resources/templates/Localizable.strings:464 #, no-wrap msgid "" "Set HDAU layout-it to 663:\n" @@ -1800,7 +1864,7 @@ "297 (0x97, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx664_description" -#: Resources/templates/Localizable.strings:449 +#: Resources/templates/Localizable.strings:468 #, no-wrap msgid "" "Set HDAU layout-it to 664:\n" @@ -1810,7 +1874,7 @@ "298 (0x98, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx885_description" -#: Resources/templates/Localizable.strings:453 +#: Resources/templates/Localizable.strings:472 #, no-wrap msgid "" "Set HDAU layout-it to 885:\n" @@ -1820,7 +1884,7 @@ "375 (0x75, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx887_description" -#: Resources/templates/Localizable.strings:457 +#: Resources/templates/Localizable.strings:476 #, no-wrap msgid "" "Set HDAU layout-it to 887:\n" @@ -1830,7 +1894,7 @@ "377 (0x77, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx888_description" -#: Resources/templates/Localizable.strings:461 +#: Resources/templates/Localizable.strings:480 #, no-wrap msgid "" "Set HDAU layout-it to 888:\n" @@ -1840,7 +1904,7 @@ "378 (0x78, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx889_description" -#: Resources/templates/Localizable.strings:465 +#: Resources/templates/Localizable.strings:484 #, no-wrap msgid "" "Set HDAU layout-it to 889:\n" @@ -1850,7 +1914,7 @@ "379 (0x79, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx892_description" -#: Resources/templates/Localizable.strings:469 +#: Resources/templates/Localizable.strings:488 #, no-wrap msgid "" "Set HDAU layout-it to 892:\n" @@ -1860,7 +1924,7 @@ "37C (0x7C, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx898_description" -#: Resources/templates/Localizable.strings:473 +#: Resources/templates/Localizable.strings:492 #, no-wrap msgid "" "Set HDAU layout-it to 898:\n" @@ -1870,7 +1934,7 @@ "382 (0x82, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:477 +#: Resources/templates/Localizable.strings:496 #, no-wrap msgid "" "Set HDAU layout-it to 1981:\n" @@ -1880,625 +1944,625 @@ "7BD (0xBD, 0x07, 0x00, 0x00)." #. type: "IntelCaprix00_title" -#: Resources/templates/Localizable.strings:482 +#: Resources/templates/Localizable.strings:501 #, no-wrap msgid "01660000" msgstr "01660000" #. type: "IntelCaprix00_description" -#: Resources/templates/Localizable.strings:483 +#: Resources/templates/Localizable.strings:502 #, no-wrap msgid "Set 01660000 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Define 01660000 para Intel HD4000 (Mobile) AAPL,ig-platform-id ." #. type: "IntelCaprix01_title" -#: Resources/templates/Localizable.strings:485 +#: Resources/templates/Localizable.strings:504 #, no-wrap msgid "01660001" msgstr "01660001" #. type: "IntelCaprix01_description" -#: Resources/templates/Localizable.strings:486 +#: Resources/templates/Localizable.strings:505 #, no-wrap msgid "Set 01660001 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Define 01660001 para Intel HD4000 (Mobile) AAPL,ig-platform-id ." #. type: "IntelCaprix02_title" -#: Resources/templates/Localizable.strings:488 +#: Resources/templates/Localizable.strings:507 #, no-wrap msgid "01660002" msgstr "01660002" #. type: "IntelCaprix02_description" -#: Resources/templates/Localizable.strings:489 +#: Resources/templates/Localizable.strings:508 #, no-wrap msgid "Set 01660002 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Define 01660002 para Intel HD4000 (Mobile) AAPL,ig-platform-id ." #. type: "IntelCaprix03_title" -#: Resources/templates/Localizable.strings:491 +#: Resources/templates/Localizable.strings:510 #, no-wrap msgid "01660003" msgstr "01660003" #. type: "IntelCaprix03_description" -#: Resources/templates/Localizable.strings:492 +#: Resources/templates/Localizable.strings:511 #, no-wrap msgid "Set 01660003 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Define 01660003 para Intel HD4000 (Mobile) AAPL,ig-platform-id ." #. type: "IntelCaprix04_title" -#: Resources/templates/Localizable.strings:494 +#: Resources/templates/Localizable.strings:513 #, no-wrap msgid "01660004" msgstr "01660004" #. type: "IntelCaprix04_description" -#: Resources/templates/Localizable.strings:495 +#: Resources/templates/Localizable.strings:514 #, no-wrap msgid "Set 01660004 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Define 01660004 para Intel HD4000 (Mobile) AAPL,ig-platform-id ." #. type: "IntelCaprix05_title" -#: Resources/templates/Localizable.strings:497 +#: Resources/templates/Localizable.strings:516 #, no-wrap msgid "01620005" msgstr "01620005" #. type: "IntelCaprix05_description" -#: Resources/templates/Localizable.strings:498 +#: Resources/templates/Localizable.strings:517 #, no-wrap msgid "Set 01620005 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "Define 01620005 para Intel HD4000 (Desktop) AAPL,ig-platform-id ." #. type: "IntelCaprix06_title" -#: Resources/templates/Localizable.strings:500 +#: Resources/templates/Localizable.strings:519 #, no-wrap msgid "01620006" msgstr "01620006" #. type: "IntelCaprix06_description" -#: Resources/templates/Localizable.strings:501 +#: Resources/templates/Localizable.strings:520 #, no-wrap msgid "Set 01620006 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "Define 01620006 para Intel HD4000 (Desktop) AAPL,ig-platform-id ." #. type: "IntelCaprix07_title" -#: Resources/templates/Localizable.strings:503 +#: Resources/templates/Localizable.strings:522 #, no-wrap msgid "01620007" msgstr "01620007" #. type: "IntelCaprix07_description" -#: Resources/templates/Localizable.strings:504 +#: Resources/templates/Localizable.strings:523 #, no-wrap msgid "Set 01620007 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "Define 01620007 para Intel HD4000 (Desktop) AAPL,ig-platform-id ." #. type: "IntelCaprix08_title" -#: Resources/templates/Localizable.strings:506 +#: Resources/templates/Localizable.strings:525 #, no-wrap msgid "01660008" msgstr "01660008" #. type: "IntelCaprix08_description" -#: Resources/templates/Localizable.strings:507 +#: Resources/templates/Localizable.strings:526 #, no-wrap msgid "Set 01660008 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Define 01660008 para Intel HD4000 (Mobile) AAPL,ig-platform-id ." #. type: "IntelCaprix09_title" -#: Resources/templates/Localizable.strings:509 +#: Resources/templates/Localizable.strings:528 #, no-wrap msgid "01660009" msgstr "01660009" #. type: "IntelCaprix09_description" -#: Resources/templates/Localizable.strings:510 +#: Resources/templates/Localizable.strings:529 #, no-wrap msgid "Set 01660009 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Define 01660009 para Intel HD4000 (Mobile) AAPL,ig-platform-id ." #. type: "IntelCaprix10_title" -#: Resources/templates/Localizable.strings:512 +#: Resources/templates/Localizable.strings:531 #, no-wrap msgid "0166000a" msgstr "0166000a" #. type: "IntelCaprix10_description" -#: Resources/templates/Localizable.strings:513 +#: Resources/templates/Localizable.strings:532 #, no-wrap msgid "Set 0166000a for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Define 0166000a para Intel HD4000 (Mobile) AAPL,ig-platform-id ." #. type: "IntelCaprix11_title" -#: Resources/templates/Localizable.strings:515 +#: Resources/templates/Localizable.strings:534 #, no-wrap msgid "0166000b" msgstr "0166000b" #. type: "IntelCaprix11_description" -#: Resources/templates/Localizable.strings:516 +#: Resources/templates/Localizable.strings:535 #, no-wrap msgid "Set 0166000b for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Define 0166000b para Intel HD4000 (Mobile) AAPL,ig-platform-id ." #. type: "IntelAzulx00_title" -#: Resources/templates/Localizable.strings:520 +#: Resources/templates/Localizable.strings:539 #, no-wrap msgid "00000604" msgstr "00000604" #. type: "IntelAzulx00_description" -#: Resources/templates/Localizable.strings:521 +#: Resources/templates/Localizable.strings:540 #, no-wrap msgid "Set 00000604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Define 00000604 para Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx01_title" -#: Resources/templates/Localizable.strings:523 +#: Resources/templates/Localizable.strings:542 #, no-wrap msgid "0000060c" msgstr "0000060c" #. type: "IntelAzulx01_description" -#: Resources/templates/Localizable.strings:524 +#: Resources/templates/Localizable.strings:543 #, no-wrap msgid "Set 0000060c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Define 0000060c para Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx02_title" -#: Resources/templates/Localizable.strings:526 +#: Resources/templates/Localizable.strings:545 #, no-wrap msgid "00001604" msgstr "00001604" #. type: "IntelAzulx02_description" -#: Resources/templates/Localizable.strings:527 +#: Resources/templates/Localizable.strings:546 #, no-wrap msgid "Set 00001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Define 00001604 para Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx03_title" -#: Resources/templates/Localizable.strings:529 +#: Resources/templates/Localizable.strings:548 #, no-wrap msgid "0000160a" msgstr "0000160a" #. type: "IntelAzulx03_description" -#: Resources/templates/Localizable.strings:530 +#: Resources/templates/Localizable.strings:549 #, no-wrap msgid "Set 0000160a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Define 0000160a para Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx04_title" -#: Resources/templates/Localizable.strings:532 +#: Resources/templates/Localizable.strings:551 #, no-wrap msgid "0000160c" msgstr "0000160c" #. type: "IntelAzulx04_description" -#: Resources/templates/Localizable.strings:533 +#: Resources/templates/Localizable.strings:552 #, no-wrap msgid "Set 0000160c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Define 0000160c para Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx05_title" -#: Resources/templates/Localizable.strings:535 +#: Resources/templates/Localizable.strings:554 #, no-wrap msgid "00002604" msgstr "00002604" #. type: "IntelAzulx05_description" -#: Resources/templates/Localizable.strings:536 +#: Resources/templates/Localizable.strings:555 #, no-wrap msgid "Set 00002604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Define 00002604 para Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx06_title" -#: Resources/templates/Localizable.strings:538 +#: Resources/templates/Localizable.strings:557 #, no-wrap msgid "0000260a" msgstr "0000260a" #. type: "IntelAzulx06_description" -#: Resources/templates/Localizable.strings:539 +#: Resources/templates/Localizable.strings:558 #, no-wrap msgid "Set 0000260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Define 0000260a para Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx07_title" -#: Resources/templates/Localizable.strings:541 +#: Resources/templates/Localizable.strings:560 #, no-wrap msgid "0000260c" msgstr "0000260c" #. type: "IntelAzulx07_description" -#: Resources/templates/Localizable.strings:542 +#: Resources/templates/Localizable.strings:561 #, no-wrap msgid "Set 0600260c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Define 0600260c para Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx08_title" -#: Resources/templates/Localizable.strings:544 +#: Resources/templates/Localizable.strings:563 #, no-wrap msgid "0000260d" msgstr "0000260d" #. type: "IntelAzulx08_description" -#: Resources/templates/Localizable.strings:545 +#: Resources/templates/Localizable.strings:564 #, no-wrap msgid "Set 0000260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Define 0000260d para Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx09_title" -#: Resources/templates/Localizable.strings:547 +#: Resources/templates/Localizable.strings:566 #, no-wrap msgid "02001604" msgstr "02001604" #. type: "IntelAzulx09_description" -#: Resources/templates/Localizable.strings:548 +#: Resources/templates/Localizable.strings:567 #, no-wrap msgid "Set 02001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Define 02001604 para Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx10_title" -#: Resources/templates/Localizable.strings:550 +#: Resources/templates/Localizable.strings:569 #, no-wrap msgid "0300220d" msgstr "0300220d" #. type: "IntelAzulx10_description" -#: Resources/templates/Localizable.strings:551 +#: Resources/templates/Localizable.strings:570 #, no-wrap msgid "Set 0300220d for Intel Haswell (Desktop) AAPL,ig-platform-id." msgstr "Define 0300220d para Intel Haswell (Desktop) AAPL,ig-platform-id." #. type: "IntelAzulx11_title" -#: Resources/templates/Localizable.strings:553 +#: Resources/templates/Localizable.strings:572 #, no-wrap msgid "0500260a" msgstr "0500260a" #. type: "IntelAzulx11_description" -#: Resources/templates/Localizable.strings:554 +#: Resources/templates/Localizable.strings:573 #, no-wrap msgid "Set 0500260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Define 0500260a para Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx12_title" -#: Resources/templates/Localizable.strings:556 +#: Resources/templates/Localizable.strings:575 #, no-wrap msgid "0600260a" msgstr "0600260a" #. type: "IntelAzulx12_description" -#: Resources/templates/Localizable.strings:557 +#: Resources/templates/Localizable.strings:576 #, no-wrap msgid "Set 0600260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Define 0600260a para Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx13_title" -#: Resources/templates/Localizable.strings:559 +#: Resources/templates/Localizable.strings:578 #, no-wrap msgid "0700260d" msgstr "0700260d" #. type: "IntelAzulx13_description" -#: Resources/templates/Localizable.strings:560 +#: Resources/templates/Localizable.strings:579 #, no-wrap msgid "Set 0700260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Define 0700260d para Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx14_title" -#: Resources/templates/Localizable.strings:562 +#: Resources/templates/Localizable.strings:581 #, no-wrap msgid "0800260a" msgstr "0800260a" #. type: "IntelAzulx14_description" -#: Resources/templates/Localizable.strings:563 +#: Resources/templates/Localizable.strings:582 #, no-wrap msgid "Set 0800260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Define 0800260a para Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx15_title" -#: Resources/templates/Localizable.strings:565 +#: Resources/templates/Localizable.strings:584 #, no-wrap msgid "08002e0a" msgstr "08002e0a" #. type: "IntelAzulx15_description" -#: Resources/templates/Localizable.strings:566 +#: Resources/templates/Localizable.strings:585 #, no-wrap msgid "Set 08002e0a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Define 08002e0a para Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "AD2000B_PinConf_title" -#: Resources/templates/Localizable.strings:570 +#: Resources/templates/Localizable.strings:589 #, no-wrap msgid "AD2000b" msgstr "AD2000b" #. type: "AD2000B_PinConf_description" -#: Resources/templates/Localizable.strings:571 +#: Resources/templates/Localizable.strings:590 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD2000b." msgstr "Define HDEF PinConfiguration para Analog Devices AD2000b." #. type: "AD1981HD_PinConf_title" -#: Resources/templates/Localizable.strings:573 +#: Resources/templates/Localizable.strings:592 #, no-wrap msgid "AD1981HD" msgstr "AD1981HD" #. type: "AD1981HD_PinConf_description" -#: Resources/templates/Localizable.strings:574 +#: Resources/templates/Localizable.strings:593 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1981HD." msgstr "Define HDEF PinConfiguration para Analog Devices AD1981HD." #. type: "AD1988B_PinConf_title" -#: Resources/templates/Localizable.strings:576 +#: Resources/templates/Localizable.strings:595 #, no-wrap msgid "AD1988b" msgstr "AD1988b" #. type: "AD1988B_PinConf_description" -#: Resources/templates/Localizable.strings:577 +#: Resources/templates/Localizable.strings:596 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1988b." msgstr "Define HDEF PinConfiguration para Analog Devices AD1988b." #. type: "ALC888_PinConf_title" -#: Resources/templates/Localizable.strings:579 +#: Resources/templates/Localizable.strings:598 #, no-wrap msgid "ALC888" msgstr "ALC888" #. type: "ALC888_PinConf_description" -#: Resources/templates/Localizable.strings:580 +#: Resources/templates/Localizable.strings:599 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC888." msgstr "Define HDEF PinConfiguration para Realtek ALC888." #. type: "ALC1200_PinConf_title" -#: Resources/templates/Localizable.strings:582 +#: Resources/templates/Localizable.strings:601 #, no-wrap msgid "ALC1200" msgstr "ALC1200" #. type: "ALC1200_PinConf_description" -#: Resources/templates/Localizable.strings:583 +#: Resources/templates/Localizable.strings:602 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC1200." msgstr "Define HDEF PinConfiguration para Realtek ALC1200." #. type: "00_PinConf_title" -#: Resources/templates/Localizable.strings:585 +#: Resources/templates/Localizable.strings:604 #, no-wrap msgid "00" msgstr "00" #. type: "00_PinConf_description" -#: Resources/templates/Localizable.strings:586 +#: Resources/templates/Localizable.strings:605 #, no-wrap msgid "Set HDEF PinConfiguration for ???." msgstr "Define HDEF PinConfiguration para ???." #. type: "GraphicsEnabler_title" -#: Resources/templates/Localizable.strings:590 +#: Resources/templates/Localizable.strings:609 #, no-wrap msgid "GraphicsEnabler=Yes" msgstr "GraphicsEnabler=Yes" #. type: "GraphicsEnabler_description" -#: Resources/templates/Localizable.strings:591 +#: Resources/templates/Localizable.strings:610 #, no-wrap msgid "Enables the option to autodetect NVIDIA, AMD/ATI or Intel based GPUs and inject the correct info." msgstr "Ativa a opção que auto detecta placas de vídeo NVIDIA, AMD/ATI ou Intel e injeta as informações corretas." #. type: "EnableHDMIAudio_title" -#: Resources/templates/Localizable.strings:593 +#: Resources/templates/Localizable.strings:612 #, no-wrap msgid "EnableHDMIAudio=Yes" msgstr "EnableHDMIAudio=Yes" #. type: "EnableHDMIAudio_description" -#: Resources/templates/Localizable.strings:594 +#: Resources/templates/Localizable.strings:613 #, no-wrap msgid "Inject HDMi audio for NVIDIA or AMD/ATI." msgstr "Injeta configurações de áudio HDMI para NVIDIA ou AMD/ATI." #. type: "UseIntelHDMI_title" -#: Resources/templates/Localizable.strings:596 +#: Resources/templates/Localizable.strings:615 #, no-wrap msgid "UseIntelHDMI=Yes" msgstr "UseIntelHDMI=Yes" #. type: "UseIntelHDMI_description" -#: Resources/templates/Localizable.strings:597 +#: Resources/templates/Localizable.strings:616 #, no-wrap msgid "If YES, hda-gfx=onboard-1 will be injected into the GFX0 and HDEF devices. Also, if an ATI or Nvidia HDMI device is present, they'll be assigned to onboard-2. If NO, then ATI or Nvidia devices will get onboard-1 as well as the HDAU device if present." msgstr "" #. type: "UseAtiROM_title" -#: Resources/templates/Localizable.strings:599 +#: Resources/templates/Localizable.strings:618 #, no-wrap msgid "UseAtiROM=Yes" msgstr "UseAtiROM=Yes" #. type: "UseAtiROM_description" -#: Resources/templates/Localizable.strings:600 +#: Resources/templates/Localizable.strings:619 #, no-wrap msgid "Enables UseAtiROM options." msgstr "Ativa a opção UseAtiROM." #. type: "UseNvidiaROM_title" -#: Resources/templates/Localizable.strings:602 +#: Resources/templates/Localizable.strings:621 #, no-wrap msgid "UseNvidiaROM=Yes" msgstr "UseNvidiaROM=Yes" #. type: "UseNvidiaROM_description" -#: Resources/templates/Localizable.strings:603 +#: Resources/templates/Localizable.strings:622 #, no-wrap msgid "Enables UseNvidiaROM options." msgstr "Ativa a opção UseNvidiaROM." #. type: "VBIOS_title" -#: Resources/templates/Localizable.strings:605 +#: Resources/templates/Localizable.strings:624 #, no-wrap msgid "VBIOS=Yes" msgstr "VBIOS=Yes" #. type: "VBIOS_description" -#: Resources/templates/Localizable.strings:606 +#: Resources/templates/Localizable.strings:625 #, no-wrap msgid "Enables VBIOS option" msgstr "Ativa a opção VBIOS." #. type: "SkipIntelGfx_title" -#: Resources/templates/Localizable.strings:608 +#: Resources/templates/Localizable.strings:627 #, no-wrap msgid "SkipIntelGfx=Yes" msgstr "SkipIntelGfx=Yes" #. type: "SkipIntelGfx_description" -#: Resources/templates/Localizable.strings:609 +#: Resources/templates/Localizable.strings:628 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for Intel based GPUs." msgstr "Desativa autodetecção do GraphicsEnbaler para GPUs baseadas em Intel." #. type: "SkipNvidiaGfx_title" -#: Resources/templates/Localizable.strings:611 +#: Resources/templates/Localizable.strings:630 #, no-wrap msgid "SkipNvidiaGfx=Yes" msgstr "SkipNvidiaGfx=Yes" #. type: "SkipNvidiaGfx_description" -#: Resources/templates/Localizable.strings:612 +#: Resources/templates/Localizable.strings:631 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for NVIDIA based GPUs." msgstr "Desativa autodetecção do GraphicsEnbaler para GPUs baseadas em NVIDIA." #. type: "SkipAtiGfx_title" -#: Resources/templates/Localizable.strings:614 +#: Resources/templates/Localizable.strings:633 #, no-wrap msgid "SkipAtiGfx=Yes" msgstr "SkipAtiGfx=Yes" #. type: "SkipAtiGfx_description" -#: Resources/templates/Localizable.strings:615 +#: Resources/templates/Localizable.strings:634 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for AMD/ATI based GPUs." msgstr "Desativa autodetecção do GraphicsEnbaler para GPUs baseadas em AMD/ATI." #. type: "EnableBacklight_title" -#: Resources/templates/Localizable.strings:617 +#: Resources/templates/Localizable.strings:636 #, no-wrap msgid "EnableBacklight=Yes" msgstr "EnableBacklight=Yes" #. type: "EnableBacklight_description" -#: Resources/templates/Localizable.strings:618 +#: Resources/templates/Localizable.strings:637 #, no-wrap msgid "Enables Backlight options for laptop with nVidia cards." msgstr "Ativa opções para o Backlight de Laptops com gráficos nVidia." #. type: "EnableDualLink_title" -#: Resources/templates/Localizable.strings:620 +#: Resources/templates/Localizable.strings:639 #, no-wrap msgid "EnableDualLink=Yes" msgstr "EnableDualLink=Yes" #. type: "EnableDualLink_description" -#: Resources/templates/Localizable.strings:621 +#: Resources/templates/Localizable.strings:640 #, no-wrap msgid "Enables DualLink options for nVidia and ATi cards." msgstr "Ativa opções de DualLink para controladoras nVidia e ATI." #. type: "NvidiaGeneric_title" -#: Resources/templates/Localizable.strings:623 +#: Resources/templates/Localizable.strings:642 #, no-wrap msgid "NvidiaGeneric=Yes" msgstr "NvidiaGeneric=Yes" #. type: "NvidiaGeneric_description" -#: Resources/templates/Localizable.strings:624 +#: Resources/templates/Localizable.strings:643 #, no-wrap msgid "Use the classic Nvidia name for the SystemProfiler (disabled by default)." msgstr "Usa o nome clássico Nvidia no System Profiler (desabilitado por padrão)." #. type: "Verbose_title" -#: Resources/templates/Localizable.strings:630 +#: Resources/templates/Localizable.strings:649 #, no-wrap msgid "Verbose Mode" msgstr "Modo Verbose" #. type: "Verbose_description" -#: Resources/templates/Localizable.strings:631 +#: Resources/templates/Localizable.strings:650 #, no-wrap msgid "Turns on verbose logging and allows you to see messages from both Chameleon and the OS X kernel at boot time. Essential for troubleshooting." msgstr "Ativa Modo Verbose, permite visualizar mensagens do Chameleon e do Kernel do OS X durante o boot. Essencial para detetar problemas." #. type: "Singleusermode_title" -#: Resources/templates/Localizable.strings:633 +#: Resources/templates/Localizable.strings:652 #, no-wrap msgid "Single User Mode" msgstr "Modo Single User" #. type: "Singleusermode_description" -#: Resources/templates/Localizable.strings:634 +#: Resources/templates/Localizable.strings:653 #, no-wrap msgid "A troubleshooting option used for booting into OS X's BSD/Unix command line." msgstr "Usado no boot para alcançar a linha de comandos do OS X's BSD/Unix para resolução de problemas." #. type: "Ignorecaches_title" -#: Resources/templates/Localizable.strings:636 +#: Resources/templates/Localizable.strings:655 #, no-wrap msgid "Ignore Caches" msgstr "Ignorar Caches" #. type: "Ignorecaches_description" -#: Resources/templates/Localizable.strings:637 +#: Resources/templates/Localizable.strings:656 #, no-wrap msgid "Not an option that's needed for everyday booting, but it can be useful if you want OS X to load all files from it's system folders, rather than relying on it's pre-built caches." msgstr "Usado para que o OS X carregue os ficheiros das suas pastas de sistema, em vez de usar as caches préviamente construidas." #. type: "Npci_title" -#: Resources/templates/Localizable.strings:639 +#: Resources/templates/Localizable.strings:658 #, no-wrap msgid "npci=0x2000" msgstr "npci=0x2000" #. type: "Npci_description" -#: Resources/templates/Localizable.strings:640 +#: Resources/templates/Localizable.strings:659 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x2000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "Para solucionar o travamento na mensagem 'PCI configuration begin' que acontece em alguns sistemas. npci=0x2000 é a flag kIOPCIConfiguratorPFM64 existente no código-fonte do driver IOPCIFamily." #. type: "Npci3_title" -#: Resources/templates/Localizable.strings:642 +#: Resources/templates/Localizable.strings:661 #, no-wrap msgid "npci=0x3000" msgstr "npci=0x3000" #. type: "Npci3_description" -#: Resources/templates/Localizable.strings:643 +#: Resources/templates/Localizable.strings:662 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x3000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "Para solucionar o travamento na mensagem 'PCI configuration begin' que acontece em alguns sistemas. npci=0x3000 é a flag kIOPCIConfiguratorPFM64 existente no código-fonte do driver IOPCIFamily." #. type: "WaitingRootDevice_title" -#: Resources/templates/Localizable.strings:645 +#: Resources/templates/Localizable.strings:664 #, no-wrap msgid "ahcidisk=1 debug=8" msgstr "ahcidisk=1 debug=8" #. type: "WaitingRootDevice_description" -#: Resources/templates/Localizable.strings:646 +#: Resources/templates/Localizable.strings:665 #, no-wrap msgid "" "Info here: Waiting for root device when kernel cache used only with some disks +FIX\n" @@ -2510,25 +2574,25 @@ "Findings credits to bcc9." #. type: "Darkwake_title" -#: Resources/templates/Localizable.strings:650 +#: Resources/templates/Localizable.strings:669 #, no-wrap msgid "darkwake=0" msgstr "darkwake=0" #. type: "Darkwake_description" -#: Resources/templates/Localizable.strings:651 +#: Resources/templates/Localizable.strings:670 #, no-wrap msgid "Lion only. Disables the 'low power wake' feature which can sometimes leave the screen black after wake from sleep." msgstr "Apenas para OSX Lion. Desabilita a opção 'low power wake' que pode deixar a tela preta depois de o computador acordar do repouso." #. type: "NvdaDrv1_title" -#: Resources/templates/Localizable.strings:653 +#: Resources/templates/Localizable.strings:672 #, no-wrap msgid "nvda_drv=1" msgstr "nvda_drv=1" #. type: "NvdaDrv1_description" -#: Resources/templates/Localizable.strings:654 +#: Resources/templates/Localizable.strings:673 #, no-wrap msgid "" "It introduces a new Preference Pane under System Preferences that allows you to enable the Nvidia Web Driver.\n" @@ -2542,25 +2606,25 @@ "Findings credits to meklort and Rampage Dev." #. type: "kext-dev-mode1_title" -#: Resources/templates/Localizable.strings:659 +#: Resources/templates/Localizable.strings:678 #, no-wrap msgid "kext-dev-mode=1" msgstr "kext-dev-mode=1" #. type: "kext-dev-mode1_description" -#: Resources/templates/Localizable.strings:660 +#: Resources/templates/Localizable.strings:679 #, no-wrap msgid "In Yosemite Developer Previews, unsigned or improperly signed kexts will not be loaded. To use unsigned kexts during development, this strict check can be disabled by adding a 'kext-dev-mode=1' boot arg." msgstr "No Developer Preview do Yosemite, kexts Imprópriamente ou não assinadas não serão carregadas. Para utilizar estes kexts durante o desenvolvimento, esta verificação pode ser desabilitada adicionando o boot flag 'kext-dev-mode=1'." #. type: "Dart0_title" -#: Resources/templates/Localizable.strings:662 +#: Resources/templates/Localizable.strings:681 #, no-wrap msgid "dart=0" msgstr "dart=0" #. type: "Dart0_description" -#: Resources/templates/Localizable.strings:663 +#: Resources/templates/Localizable.strings:682 #, no-wrap msgid "" "Avoiding the DMAR processing causing by VT-d function in Osx (Virtualization).\n" @@ -2570,277 +2634,283 @@ "More information by bcc9 here: http://www.insanelymac.com/forum/topic/282989-vtd0-fault-after-1082-google-hasnt-heard-of-it-any-help/#entry1867000" #. type: "mac-de_title" -#: Resources/templates/Localizable.strings:670 +#: Resources/templates/Localizable.strings:689 #, no-wrap msgid "German Mac Keyboard" msgstr "Teclado Mac Alemão" #. type: "mac-de_description" -#: Resources/templates/Localizable.strings:671 +#: Resources/templates/Localizable.strings:690 #, no-wrap msgid "Use the keyboard layout for a German Mac keyboard" msgstr "Usa o layout para teclado Mac Alemão." #. type: "mac-es_title" -#: Resources/templates/Localizable.strings:673 +#: Resources/templates/Localizable.strings:692 #, no-wrap msgid "Spanish Mac Keyboard" msgstr "Teclado Mac Espanhol" #. type: "mac-es_description" -#: Resources/templates/Localizable.strings:674 +#: Resources/templates/Localizable.strings:693 #, no-wrap msgid "Use the keyboard layout for a Spanish Mac keyboard" msgstr "Usa o layout para teclado Mac Espanhol." #. type: "mac-fr_title" -#: Resources/templates/Localizable.strings:676 +#: Resources/templates/Localizable.strings:695 #, no-wrap msgid "French Mac Keyboard" msgstr "Teclado Mac Francês" #. type: "mac-fr_description" -#: Resources/templates/Localizable.strings:677 +#: Resources/templates/Localizable.strings:696 #, no-wrap msgid "Use the keyboard layout for a French Mac keyboard" msgstr "Usa o layout para teclado Mac Francês." #. type: "mac-it_title" -#: Resources/templates/Localizable.strings:679 +#: Resources/templates/Localizable.strings:698 #, no-wrap msgid "Italian Mac Keyboard" msgstr "Teclado Mac Italiano" #. type: "mac-it_description" -#: Resources/templates/Localizable.strings:680 +#: Resources/templates/Localizable.strings:699 #, no-wrap msgid "Use the keyboard layout for an Italian Mac keyboard" msgstr "Usa o layout para teclado Mac Italiano." #. type: "mac-se_title" -#: Resources/templates/Localizable.strings:682 +#: Resources/templates/Localizable.strings:701 #, no-wrap msgid "Swedish Mac Keyboard" msgstr "Teclado Mac Sueco" #. type: "mac-se_description" -#: Resources/templates/Localizable.strings:683 +#: Resources/templates/Localizable.strings:702 #, no-wrap msgid "Use the keyboard layout for a Swedish Mac keyboard" msgstr "Usa o layout para teclado Mac Sueco." #. type: "pc-fr_title" -#: Resources/templates/Localizable.strings:685 +#: Resources/templates/Localizable.strings:704 #, no-wrap msgid "French PC Keyboard" msgstr "Teclado PC Francês" #. type: "pc-fr_description" -#: Resources/templates/Localizable.strings:686 +#: Resources/templates/Localizable.strings:705 #, no-wrap msgid "Use the keyboard layout for a French PC keyboard" msgstr "Usa o layout para teclado PC Francês." #. type: "Embed_title" -#: Resources/templates/Localizable.strings:693 +#: Resources/templates/Localizable.strings:712 #, no-wrap msgid "Embed" msgstr "Embarcado" #. type: "Embed_description" -#: Resources/templates/Localizable.strings:694 +#: Resources/templates/Localizable.strings:713 #, no-wrap msgid "A smaller simple version of the new default theme used when building a version of Chameleon which requires an embedded theme." msgstr "Uma versão menor do novo tema padrão usada na construção de versões do Chameleon que requerem tema embarcado." #. type: "Legacy_title" -#: Resources/templates/Localizable.strings:696 +#: Resources/templates/Localizable.strings:715 #, no-wrap msgid "Legacy" msgstr "Antigo" #. type: "Legacy_description" -#: Resources/templates/Localizable.strings:697 +#: Resources/templates/Localizable.strings:716 #, no-wrap msgid "Chameleon's original default theme introduced for v2.0 RC1" msgstr "Tema padrão original do Chameleon introduzido na versão 2.0RC1." +#. type: "Default_title" +#: Resources/templates/Localizable.strings:718 +#, no-wrap +msgid "Standard" +msgstr "Padrão" + #. type: "Default_description" -#: Resources/templates/Localizable.strings:700 +#: Resources/templates/Localizable.strings:719 #, no-wrap msgid "Chameleon default theme introduced for v2.0 RC5" msgstr "Tema padrão do Chameleon introduzido na versão 2.0 RC5." #. type: "Bullet_title" -#: Resources/templates/Localizable.strings:702 +#: Resources/templates/Localizable.strings:721 #, no-wrap msgid "Bullet" msgstr "Bullet" #. type: "Bullet_description" -#: Resources/templates/Localizable.strings:703 +#: Resources/templates/Localizable.strings:722 #, no-wrap msgid "A lovely simple theme by NoSmokingBandit from April 2009." msgstr "O tema Bullet feito por NoSmokingBandit em Abril de 2009." #. type: "Audio_title" -#: Resources/templates/Localizable.strings:712 +#: Resources/templates/Localizable.strings:731 #, no-wrap msgid "Audio" msgstr "Audio" #. type: "Audio_description" -#: Resources/templates/Localizable.strings:713 +#: Resources/templates/Localizable.strings:732 #, no-wrap msgid "A selection of options that deal with audio." msgstr "Seleção de opções de audio." #. type: "Control_title" -#: Resources/templates/Localizable.strings:716 +#: Resources/templates/Localizable.strings:735 #, no-wrap msgid "Control Options" msgstr "Opções de Controle" #. type: "Control_description" -#: Resources/templates/Localizable.strings:717 +#: Resources/templates/Localizable.strings:736 #, no-wrap msgid "Settings to control how Chameleon works." msgstr "Preferências que controlam o funcionamento do Chameleon." #. type: "General_title" -#: Resources/templates/Localizable.strings:720 +#: Resources/templates/Localizable.strings:739 #, no-wrap msgid "General Options" msgstr "Opções Gerais" #. type: "General_description" -#: Resources/templates/Localizable.strings:721 +#: Resources/templates/Localizable.strings:740 #, no-wrap msgid "Choose from a selection of base options." msgstr "Escolha a partir de uma seleção de opções básicas." #. type: "KernelFlags_title" -#: Resources/templates/Localizable.strings:724 +#: Resources/templates/Localizable.strings:743 #, no-wrap msgid "Kernel Flags" msgstr "Opções do Kernel" #. type: "KernelFlags_description" -#: Resources/templates/Localizable.strings:725 +#: Resources/templates/Localizable.strings:744 #, no-wrap msgid "Choose from a selection of kernel flags." msgstr "Escolha a partir de uma seleção de opções do kernel." #. type: "PowerManagement_title" -#: Resources/templates/Localizable.strings:728 +#: Resources/templates/Localizable.strings:747 #, no-wrap msgid "Power Management" msgstr "Gerenciamento de Energia" #. type: "PowerManagement_description" -#: Resources/templates/Localizable.strings:729 +#: Resources/templates/Localizable.strings:748 #, no-wrap msgid "A selection of options that deal with power management and speedstep." msgstr "Seleção de opções relativas a gestão de energia e a speedstep." #. type: "Resolution_description" -#: Resources/templates/Localizable.strings:733 +#: Resources/templates/Localizable.strings:752 #, no-wrap msgid "Set one resolution to use." msgstr "Define a resolução de tela a ser utilizada." #. type: "HDEFLayout_title" -#: Resources/templates/Localizable.strings:736 +#: Resources/templates/Localizable.strings:755 #, no-wrap msgid "HDEF Layout" msgstr "HDEF Layout" #. type: "HDEFLayout_description" -#: Resources/templates/Localizable.strings:737 +#: Resources/templates/Localizable.strings:756 #, no-wrap msgid "Set one HDEF Layout ID to use for your HDA controller." msgstr "Definir um ID do layout HDEF para usar com sua cotroladora HDA." #. type: "HDAULayout_title" -#: Resources/templates/Localizable.strings:740 +#: Resources/templates/Localizable.strings:759 #, no-wrap msgid "HDAU Layout" msgstr "HDAU Layout" #. type: "HDAULayout_description" -#: Resources/templates/Localizable.strings:741 +#: Resources/templates/Localizable.strings:760 #, no-wrap msgid "Set one HDAU Layout ID to use for your HDMi controller." msgstr "Definir um ID do layout HDAU para usar com sua cotroladora HDMI." #. type: "IntelCapri_title" -#: Resources/templates/Localizable.strings:744 +#: Resources/templates/Localizable.strings:763 #, no-wrap msgid "Intel Capri AAPL,ig-platform-id" msgstr "Intel Capri AAPL,ig-platform-id" #. type: "IntelCapri_description" -#: Resources/templates/Localizable.strings:745 +#: Resources/templates/Localizable.strings:764 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD4000." msgstr "Definir um AAPL,ig-platform-id para usar em sua Intel HD4000." #. type: "IntelAzul_title" -#: Resources/templates/Localizable.strings:748 +#: Resources/templates/Localizable.strings:767 #, no-wrap msgid "Intel Azul AAPL,ig-platform-id" msgstr "Intel Azul AAPL,ig-platform-id" #. type: "IntelAzul_description" -#: Resources/templates/Localizable.strings:749 +#: Resources/templates/Localizable.strings:768 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD5000." msgstr "Definir um AAPL,ig-platform-id para usar em sua Intel HD5000." #. type: "HDEFPinConfiguration_title" -#: Resources/templates/Localizable.strings:752 +#: Resources/templates/Localizable.strings:771 #, no-wrap msgid "HDEF PinConfiguration" msgstr "HDEF PinConfiguration" #. type: "HDEFPinConfiguration_description" -#: Resources/templates/Localizable.strings:753 +#: Resources/templates/Localizable.strings:772 #, no-wrap msgid "Set one HDEF PinConfiguration to use." msgstr "Especifique um HDEF PinConfiguration para ser usado." #. type: "Video_title" -#: Resources/templates/Localizable.strings:756 +#: Resources/templates/Localizable.strings:775 #, no-wrap msgid "Video" msgstr "Vídeo" #. type: "Video_description" -#: Resources/templates/Localizable.strings:757 +#: Resources/templates/Localizable.strings:776 #, no-wrap msgid "A selection of options that deal with video." msgstr "Seleção de opções de vídeo." #. type: "Keymaps_title" -#: Resources/templates/Localizable.strings:760 +#: Resources/templates/Localizable.strings:779 #, no-wrap msgid "KeyLayout" msgstr "Leiaute de Teclado" #. type: "Keymaps_description" -#: Resources/templates/Localizable.strings:761 +#: Resources/templates/Localizable.strings:780 #, no-wrap msgid "Select one keylayout to use. This will also install the Keylayout module and keymaps." msgstr "Seleciona um leiaute de teclado a ser utilizado. Também irá instalar o módulo Keylayot e mapas de teclas." #. type: "Themes_title" -#: Resources/templates/Localizable.strings:767 +#: Resources/templates/Localizable.strings:786 #, no-wrap msgid "Themes" msgstr "Temas" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:768 +#: Resources/templates/Localizable.strings:787 #, no-wrap msgid "" "A collection of sample themes\n" @@ -2849,6 +2919,12 @@ "Uma coleção de temas de exemplo.\n" "Mais temas podem ser encontrados em http://forum.voodooprojects.org/index.php/board,7.0.html" +#~ msgid "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" +#~ msgstr "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" + +#~ msgid "Chameleon" +#~ msgstr "Chameleon" + #, fuzzy #~| msgid "Set 01660000 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." #~ msgid "Set 0000260c for Intel HD5000 (Mobile) AAPL,ig-platform-id." Index: branches/ErmaC/Enoch/package/po/sr.po =================================================================== --- branches/ErmaC/Enoch/package/po/sr.po (revision 2678) +++ branches/ErmaC/Enoch/package/po/sr.po (revision 2679) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Chameleon 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-13 18:09+0000\n" +"POT-Creation-Date: 2015-05-10 14:42+0200\n" "PO-Revision-Date: 2015-02-13 18:36-0000\n" "Last-Translator: ErmaC\n" "Language-Team: sr \n" @@ -20,13 +20,15 @@ #. type: Content of:

#: Resources/templates/Welcome.html:22 -msgid "Chameleon" -msgstr "Chameleon" +msgid "Enoch" +msgstr "" #. type: Content of:

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

#: Resources/templates/Welcome.html:25 @@ -269,63 +271,125 @@ "boot1 (Na particiju za boot-sektor) za pronalaženje boot2.\n" "boot2 (Na particiju za root direktorij) za učitavanje Kernela itd." -#. type: "Default_title" +#. type: "BootNo_title" #: Resources/templates/Localizable.strings:25 -#: Resources/templates/Localizable.strings:699 #, no-wrap -msgid "Standard" -msgstr "Standard" +msgid "Don't install the Bootloader" +msgstr "Ne instaliraj Bootloader" -#. type: "Standard_description" +#. type: "BootNo_description" #: Resources/templates/Localizable.strings:26 #, no-wrap -msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." -msgstr "instalira Chameleon fajlove u početnu fasciklu diska (root) izabrane particije koristeći bilo boot0 ili boot0md u zavisnosti od vašeg sistema ne uništavajući bilo kakvu Winodws instalaciju ukoliko je imate instaliranu." +msgid "Useful if you only want to install the extra's." +msgstr "Korisno ukoliko želite instalirati samo extra." -#. type: "noboot_title" +#. type: "Stages_title" #: Resources/templates/Localizable.strings:28 -#, no-wrap -msgid "Don't install the Bootloader" -msgstr "Ne instaliraj Bootloader" +#, fuzzy, no-wrap +#| msgid "Chameleon Bootloader Package" +msgid "Bootloader Stages" +msgstr "Chameleon" -#. type: "noboot_description" +#. type: "Stages_description" #: Resources/templates/Localizable.strings:29 #, no-wrap -msgid "Useful if you only want to install the extra's." -msgstr "Korisno ukoliko želite instalirati samo extra." +msgid "" +"Here you can chose to skip the bootloader installation completely or partially.\n" +"This can be usefull if you want to write Extra's, or skip some stage (0,1 and activation of the target partition).\n" +"Skipping all stages permit you to leave as is already working boot sectors, especially usefull with 4k drives.\n" +"boot is always copied to the target partition when you are skipping one or more stages." +msgstr "" +#. type: "SkipStage0_title" +#: Resources/templates/Localizable.strings:34 +#, no-wrap +msgid "Skip Stage 0" +msgstr "" + +#. type: "SkipStage0_description" +#: Resources/templates/Localizable.strings:35 +#, no-wrap +msgid "" +"Avoid writing stage 0 to the target disk.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipStage1_title" +#: Resources/templates/Localizable.strings:38 +#, no-wrap +msgid "Skip Stage 1" +msgstr "" + +#. type: "SkipStage1_description" +#: Resources/templates/Localizable.strings:39 +#, no-wrap +msgid "" +"Avoid writing stage 1 to the partition boot sector.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipActivePartition_title" +#: Resources/templates/Localizable.strings:42 +#, no-wrap +msgid "Skip Activation" +msgstr "" + +#. type: "SkipActivePartition_description" +#: Resources/templates/Localizable.strings:43 +#, no-wrap +msgid "" +"Prevents activation of the target partition.\n" +"Some old motherboards have a bad implementation of GPT in bios and they can not find partitions if marked active unger Guid Partition Table.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "Standard_title" +#: Resources/templates/Localizable.strings:47 +#, fuzzy, no-wrap +#| msgid " has been written to the root of your chosen partition." +msgid "Install Chameleon in the chosen partition." +msgstr " je snimljena u koren particije diska koje ste odabrali." + +#. type: "Standard_description" +#: Resources/templates/Localizable.strings:48 +#, fuzzy, no-wrap +#| msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." +msgid "Install Chameleon's files to the root of the selected partition using either boot0, boot0md or boot0hfs depending on your system without destroying any existing Windows installation if you have one." +msgstr "instalira Chameleon fajlove u početnu fasciklu diska (root) izabrane particije koristeći bilo boot0 ili boot0md u zavisnosti od vašeg sistema ne uništavajući bilo kakvu Winodws instalaciju ukoliko je imate instaliranu." + #. type: "EFI_title" -#: Resources/templates/Localizable.strings:31 +#: Resources/templates/Localizable.strings:50 #, no-wrap msgid "Install Chameleon in the ESP" msgstr "" #. type: "EFI_description" -#: Resources/templates/Localizable.strings:32 -#, no-wrap -msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +#: Resources/templates/Localizable.strings:51 +#, fuzzy, no-wrap +#| msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0, boot0md or boot0hfs depending on your system." msgstr "Instalira Chameleon fajlove za normalno skrivenu particiju EFI koristeći bilo boot0 ili boot0md u zavisnosti od vašeg sistema ne uništavajući bilo kakvu Winodws instalaciju ukoliko je imate instaliranu." #. type: "Module_title" -#: Resources/templates/Localizable.strings:37 +#: Resources/templates/Localizable.strings:56 #, no-wrap msgid "Modules" msgstr "Chameleon Moduli" #. type: "Module_description" -#: Resources/templates/Localizable.strings:38 +#: Resources/templates/Localizable.strings:57 #, no-wrap msgid "The modules system incorporated in chameleon allows for a user or developer to extend the core functionality of chameleon without replacing the main boot file." msgstr "The modules system incorporated in chameleon allows for a user or developer to extend the core functionality of chameleon without replacing the main boot file." #. type: "klibc_title" -#: Resources/templates/Localizable.strings:40 +#: Resources/templates/Localizable.strings:59 #, no-wrap msgid "klibc" msgstr "klibc" #. type: "klibc_description" -#: Resources/templates/Localizable.strings:41 +#: Resources/templates/Localizable.strings:60 #, no-wrap msgid "" "This module provides a standard c library for modules to link to if the library provided by chameleon is insufficient.\n" @@ -337,13 +401,13 @@ "Izvor: http://www.kernel.org/pub/linux/libs/klibc/" #. type: "ACPICodec_title" -#: Resources/templates/Localizable.strings:45 +#: Resources/templates/Localizable.strings:64 #, no-wrap msgid "ACPICodec" msgstr "ACPICodec" #. type: "ACPICodec_description" -#: Resources/templates/Localizable.strings:46 +#: Resources/templates/Localizable.strings:65 #, no-wrap msgid "" "This module provides a substitute for the internal acpi patcher.\n" @@ -351,13 +415,13 @@ msgstr "" #. type: "HDAEnabler_title" -#: Resources/templates/Localizable.strings:49 +#: Resources/templates/Localizable.strings:68 #, no-wrap msgid "HDAEnabler" msgstr "HDAEnabler" #. type: "HDAEnabler_description" -#: Resources/templates/Localizable.strings:50 +#: Resources/templates/Localizable.strings:69 #, no-wrap msgid "" "HDAEnabler module, this module provides a substitute for the Hight Definition Audio DSDT Edits.\n" @@ -365,13 +429,13 @@ msgstr "" #. type: "FileNVRAM_title" -#: Resources/templates/Localizable.strings:53 +#: Resources/templates/Localizable.strings:72 #, no-wrap msgid "FileNVRAM" msgstr "FileNVRAM" #. type: "FileNVRAM_description" -#: Resources/templates/Localizable.strings:54 +#: Resources/templates/Localizable.strings:73 #, no-wrap msgid "" "FileNVRAM module for preloading NVRAM values.\n" @@ -379,13 +443,13 @@ msgstr "" #. type: "Sata_title" -#: Resources/templates/Localizable.strings:57 +#: Resources/templates/Localizable.strings:76 #, no-wrap msgid "Sata" msgstr "Sata" #. type: "Sata_description" -#: Resources/templates/Localizable.strings:58 +#: Resources/templates/Localizable.strings:77 #, no-wrap msgid "" "Sata module, known as YellowIconFixer in cparm's branch.\n" @@ -394,14 +458,14 @@ msgstr "" #. type: "Resolution_title" -#: Resources/templates/Localizable.strings:62 -#: Resources/templates/Localizable.strings:732 +#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:751 #, no-wrap msgid "Resolution" msgstr "Resolution" #. type: "AutoReso_description" -#: Resources/templates/Localizable.strings:63 +#: Resources/templates/Localizable.strings:82 #, no-wrap msgid "" "This module reads the edid information from the monitor attached to the main display.\n" @@ -413,13 +477,13 @@ "Osim toga, modul će zakrpati VESA modove koji su prisutni u pred Intelovim HD grafičkim karticama kako bi osigurale odgovarajuću rezoluciju ekrana prilikom podizanja." #. type: "uClibc_title" -#: Resources/templates/Localizable.strings:67 +#: Resources/templates/Localizable.strings:86 #, no-wrap msgid "uClibc++" msgstr "uClibc++" #. type: "uClibc_description" -#: Resources/templates/Localizable.strings:68 +#: Resources/templates/Localizable.strings:87 #, no-wrap msgid "" "This module provides a minimalistic c++ runtime library for use in other modules. This does not provide functionality by itself, instead it is used to allow for the c++ language to be used in other modules.\n" @@ -434,13 +498,13 @@ "Dependencies: klibc" #. type: "KernelPatcher_title" -#: Resources/templates/Localizable.strings:73 +#: Resources/templates/Localizable.strings:92 #, no-wrap msgid "Kernel Patcher" msgstr "Kernel Patcher" #. type: "KernelPatcher_description" -#: Resources/templates/Localizable.strings:74 +#: Resources/templates/Localizable.strings:93 #, no-wrap msgid "" "The KernelPatcher module provides patches for the following:\n" @@ -452,13 +516,13 @@ msgstr "" #. type: "KextPatcher_title" -#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:100 #, no-wrap msgid "Kext Patcher" msgstr "Kext Patcher" #. type: "KextPatcher_description" -#: Resources/templates/Localizable.strings:82 +#: Resources/templates/Localizable.strings:101 #, no-wrap msgid "" "The KextPatcher module provides patches for the following:\n" @@ -466,13 +530,13 @@ msgstr "" #. type: "NVIDIAGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:85 +#: Resources/templates/Localizable.strings:104 #, no-wrap msgid "NVIDIAGraphicsEnabler" msgstr "NVIDIAGraphicsEnabler" #. type: "NVIDIAGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:86 +#: Resources/templates/Localizable.strings:105 #, no-wrap msgid "" "The GraphicsEnabler nVidia code ported to a module.\n" @@ -480,13 +544,13 @@ msgstr "" #. type: "GraphicsEnablerModule_title" -#: Resources/templates/Localizable.strings:89 +#: Resources/templates/Localizable.strings:108 #, no-wrap msgid "GraphicsEnabler" msgstr "GraphicsEnabler" #. type: "GraphicsEnablerModule_description" -#: Resources/templates/Localizable.strings:90 +#: Resources/templates/Localizable.strings:109 #, no-wrap msgid "" "The GraphicsEnabler code ported to a module.\n" @@ -494,13 +558,13 @@ msgstr "" #. type: "AMDGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:93 +#: Resources/templates/Localizable.strings:112 #, no-wrap msgid "AMDGraphicsEnabler" msgstr "AMDGraphicsEnabler" #. type: "AMDGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:94 +#: Resources/templates/Localizable.strings:113 #, no-wrap msgid "" "The GraphicsEnabler AMD/ATi code ported to a module.\n" @@ -508,13 +572,13 @@ msgstr "" #. type: "IntelGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:97 +#: Resources/templates/Localizable.strings:116 #, no-wrap msgid "IntelGraphicsEnabler" msgstr "IntelGraphicsEnabler" #. type: "IntelGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:98 +#: Resources/templates/Localizable.strings:117 #, no-wrap msgid "" "The GraphicsEnabler gma(Intel) code ported to a module.\n" @@ -522,638 +586,638 @@ msgstr "" #. type: "Options_title" -#: Resources/templates/Localizable.strings:106 +#: Resources/templates/Localizable.strings:125 #, no-wrap msgid "Settings" msgstr "Boot Opcije" #. type: "Options_description" -#: Resources/templates/Localizable.strings:107 +#: Resources/templates/Localizable.strings:126 #, no-wrap msgid "Create an /Extra/org.chameleon.Boot.plist by selecting any of these boot options and kernel flags." msgstr "Kreira /Extra/org.chameleon.Boot.plist i omogučuje izbor željene opcije za kontrolu Chameleon postavki." #. type: "BootBanner_title" -#: Resources/templates/Localizable.strings:109 +#: Resources/templates/Localizable.strings:128 #, no-wrap msgid "BootBanner=No" msgstr "BootBanner=No" #. type: "BootBanner_description" -#: Resources/templates/Localizable.strings:110 +#: Resources/templates/Localizable.strings:129 #, no-wrap msgid "Hides Chameleon's boot banner in GUI. This is the text that is drawn at the top left corner of the screen displaying the release version etc." msgstr "Skriva Cameleon boot banner u grafičkom korisničkom inferfejsu (GUI)." #. type: "GUI_title" -#: Resources/templates/Localizable.strings:112 +#: Resources/templates/Localizable.strings:131 #, no-wrap msgid "GUI=No" msgstr "GUI=No" #. type: "GUI_description" -#: Resources/templates/Localizable.strings:113 +#: Resources/templates/Localizable.strings:132 #, no-wrap msgid "Disables the default enabled graphic user interface." msgstr "Onemogućava uključeni zadati korisnički grafički interfejs." #. type: "LegacyLogo_title" -#: Resources/templates/Localizable.strings:115 +#: Resources/templates/Localizable.strings:134 #, no-wrap msgid "LegacyLogo=Yes" msgstr "LegacyLogo=Yes" #. type: "LegacyLogo_description" -#: Resources/templates/Localizable.strings:116 +#: Resources/templates/Localizable.strings:135 #, no-wrap msgid "Use the legacy 'dark grey' apple logo on the light grey screen for the boot process rather than the boot.png in the theme." msgstr "Koristite legacy (sivi i beli) apple logo prilikom podizanja radije nego boot.png sliku iz teme" #. type: "InstantMenu_title" -#: Resources/templates/Localizable.strings:118 +#: Resources/templates/Localizable.strings:137 #, no-wrap msgid "InstantMenu=Yes" msgstr "InstantMenu=Yes" #. type: "InstantMenu_description" -#: Resources/templates/Localizable.strings:119 +#: Resources/templates/Localizable.strings:138 #, no-wrap msgid "By default, when Chameleon loads you'll see the icon for the current default partition, along with a timeout progress bar which left alone will count down before Chameleon automatically boots that partition. This options skips that and takes you directly to the device selection screen." msgstr "Prikaz ekrana za izbor particije bez prikazivanja timeout ekrana." #. type: "QuietBoot_title" -#: Resources/templates/Localizable.strings:121 +#: Resources/templates/Localizable.strings:140 #, no-wrap msgid "QuietBoot=Yes" msgstr "QuietBoot=Yes" #. type: "QuietBoot_description" -#: Resources/templates/Localizable.strings:122 +#: Resources/templates/Localizable.strings:141 #, no-wrap msgid "Enable quiet boot mode (no messages or prompt)." msgstr "Omogućava mod mirnog pokretanja (bez poruka ili redova)." #. type: "ShowInfo_title" -#: Resources/templates/Localizable.strings:124 +#: Resources/templates/Localizable.strings:143 #, no-wrap msgid "ShowInfo=Yes" msgstr "ShowInfo=Yes" #. type: "ShowInfo_description" -#: Resources/templates/Localizable.strings:125 +#: Resources/templates/Localizable.strings:144 #, no-wrap msgid "Enables display of partition and resolution details shown on the left side of the GUI under the boot banner. This is useful information for troubleshooting, though can clash with certain themes." msgstr "Onemogućava prikaz detalja o particiji i rezoluciji." #. type: "Wait_title" -#: Resources/templates/Localizable.strings:127 +#: Resources/templates/Localizable.strings:146 #, no-wrap msgid "Wait=Yes" msgstr "Wait=Yes" #. type: "Wait_description" -#: Resources/templates/Localizable.strings:128 +#: Resources/templates/Localizable.strings:147 #, no-wrap msgid "Pauses the boot process after Chameleon has finished it's setup then waits for a key press before it starts the mach kernel. Useful when combined with verbose boot for troubleshooting." msgstr "Pauzira boot proces nakon što je Cameleon završio postavljanje, onda čeka na pritisak tastera pre nego se pokrene mach kernel. Korisno u kombinaciji sa verbose podizanjem za rešavanje problema." #. type: "PrivateData_title" -#: Resources/templates/Localizable.strings:130 +#: Resources/templates/Localizable.strings:149 #, no-wrap msgid "PrivateData=No" msgstr "PrivateData=No" #. type: "PrivateData_description" -#: Resources/templates/Localizable.strings:131 +#: Resources/templates/Localizable.strings:150 #, no-wrap msgid "Show masked data (serial number) in bdmesg log (enbaled by default)." msgstr "" #. type: "USBBusFix_title" -#: Resources/templates/Localizable.strings:135 +#: Resources/templates/Localizable.strings:154 #, no-wrap msgid "USBBusFix=Yes" msgstr "USBBusFix=Yes" #. type: "USBBusFix_description" -#: Resources/templates/Localizable.strings:136 +#: Resources/templates/Localizable.strings:155 #, no-wrap msgid "Enable the XHCI, EHCI and UHCI fixes (disabled by default)." msgstr "" #. type: "USBLegacyOff_title" -#: Resources/templates/Localizable.strings:138 +#: Resources/templates/Localizable.strings:157 #, no-wrap msgid "USBLegacyOff=Yes" msgstr "USBLegacyOff=Yes" #. type: "USBLegacyOff_description" -#: Resources/templates/Localizable.strings:139 +#: Resources/templates/Localizable.strings:158 #, no-wrap msgid "Force USB Legacy off for XHCI and EHCI (disabled by default)." msgstr "" #. type: "XHCILegacyOff_title" -#: Resources/templates/Localizable.strings:141 +#: Resources/templates/Localizable.strings:160 #, no-wrap msgid "XHCILegacyOff=Yes" msgstr "XHCILegacyOff=Yes" #. type: "XHCILegacyOff_description" -#: Resources/templates/Localizable.strings:142 +#: Resources/templates/Localizable.strings:161 #, no-wrap msgid "Force USB Legacy off for XHCI (disabled by default)." msgstr "" #. type: "UHCIreset_title" -#: Resources/templates/Localizable.strings:144 +#: Resources/templates/Localizable.strings:163 #, no-wrap msgid "UHCIreset=Yes" msgstr "UHCIreset=Yes" #. type: "UHCIreset_description" -#: Resources/templates/Localizable.strings:145 +#: Resources/templates/Localizable.strings:164 #, no-wrap msgid "Enables the option to reset UHCI controllers before starting OS X." msgstr "Omogućava opciju za reset UHCI kontrolera pre početka podizanja. " #. type: "EHCIacquire_title" -#: Resources/templates/Localizable.strings:147 +#: Resources/templates/Localizable.strings:166 #, no-wrap msgid "EHCIacquire=Yes" msgstr "EHCIacquire=Yes" #. type: "EHCIacquire_description" -#: Resources/templates/Localizable.strings:148 +#: Resources/templates/Localizable.strings:167 #, no-wrap msgid "Enables the option to fix any EHCI ownership issues due to bad bioses." msgstr "Omogućava opciju za popravku bilo kojih EHCI vlasničkih prava zbog lošeg biosa." #. type: "arch_title" -#: Resources/templates/Localizable.strings:150 +#: Resources/templates/Localizable.strings:169 #, no-wrap msgid "arch=i386" msgstr "arch=i386" #. type: "arch_description" -#: Resources/templates/Localizable.strings:151 +#: Resources/templates/Localizable.strings:170 #, no-wrap msgid "Boots the kernel in 32bit mode rather than the default 64bit mode." msgstr "Pokreće jezgru (kernel) u 32bitnom modu radije nego u zadatom 64bitnom modu." #. type: "EthernetBuiltIn_title" -#: Resources/templates/Localizable.strings:153 +#: Resources/templates/Localizable.strings:172 #, no-wrap msgid "EthernetBuiltIn=Yes" msgstr "EthernetBuiltIn=Yes" #. type: "EthernetBuiltIn_description" -#: Resources/templates/Localizable.strings:154 +#: Resources/templates/Localizable.strings:173 #, no-wrap msgid "Enables the option of adding 'built-in' to your ethernet devices." msgstr "Omogućava mogućnost dodavanja \"ugrađeno\" na vaše Ethernet uređaje." #. type: "EnableWifi_title" -#: Resources/templates/Localizable.strings:156 +#: Resources/templates/Localizable.strings:175 #, no-wrap msgid "EnableWifi=Yes" msgstr "EnableWifi=Yes" #. type: "EnableWifi_description" -#: Resources/templates/Localizable.strings:157 +#: Resources/templates/Localizable.strings:176 #, no-wrap msgid "Enables the option of adding AirPort values to your wireless device." msgstr "Omogućava mogućnost dodavanja \"ugrađeno\" na vaše Wireless uređaje." #. type: "ForceHPET_title" -#: Resources/templates/Localizable.strings:159 +#: Resources/templates/Localizable.strings:178 #, no-wrap msgid "ForceHPET=Yes" msgstr "ForceHPET=Yes" #. type: "ForceHPET_description" -#: Resources/templates/Localizable.strings:160 +#: Resources/templates/Localizable.strings:179 #, no-wrap msgid "Enables HPET on intel chipsets, for bioses that dont include the option." msgstr "Omogućuje HPET na Intel čipsetima, za biose koje ne uključuju ovu opciju." #. type: "ForceWake_title" -#: Resources/templates/Localizable.strings:162 +#: Resources/templates/Localizable.strings:181 #, no-wrap msgid "ForceWake=Yes" msgstr "ForceWake=Yes" #. type: "ForceWake_description" -#: Resources/templates/Localizable.strings:163 +#: Resources/templates/Localizable.strings:182 #, no-wrap msgid "This option enables you to bypass bad sleep images." msgstr "Ova opcija Omogućuje vam da zaobiđete loše uspavane slike (sleep images)." #. type: "ForceFullMemInfo_title" -#: Resources/templates/Localizable.strings:165 +#: Resources/templates/Localizable.strings:184 #, no-wrap msgid "ForceFullMemInfo=Yes" msgstr "ForceFullMemInfo=Yes" #. type: "ForceFullMemInfo_description" -#: Resources/templates/Localizable.strings:166 +#: Resources/templates/Localizable.strings:185 #, no-wrap msgid "Force SMBIOS Table 17 to be 27 bytes long." msgstr "" #. type: "RestartFix_title" -#: Resources/templates/Localizable.strings:168 +#: Resources/templates/Localizable.strings:187 #, no-wrap msgid "RestartFix=No" msgstr "RestartFix=No" #. type: "RestartFix_description" -#: Resources/templates/Localizable.strings:169 +#: Resources/templates/Localizable.strings:188 #, no-wrap msgid "Disables the automatically enabled restart fix." msgstr "Isključuje automatsko omogućavanje restart fix opcije" #. type: "UseMemDetect_title" -#: Resources/templates/Localizable.strings:171 +#: Resources/templates/Localizable.strings:190 #, no-wrap msgid "UseMemDetect=No" msgstr "UseMemDetect=No" #. type: "UseMemDetect_description" -#: Resources/templates/Localizable.strings:172 +#: Resources/templates/Localizable.strings:191 #, no-wrap msgid "Disables the automatically enabled RAM recognition." msgstr "Isključuje omogućeno automatsko RAM prepoznavanje." #. type: "UseKernelCache_title" -#: Resources/templates/Localizable.strings:174 +#: Resources/templates/Localizable.strings:193 #, no-wrap msgid "UseKernelCache=Yes" msgstr "UseKernelCache=Yes" #. type: "UseKernelCache_description" -#: Resources/templates/Localizable.strings:175 +#: Resources/templates/Localizable.strings:194 #, no-wrap msgid "For Lion only. Enables loading of the pre-linked kernel. This will ignore /E/E and /S/L/E. ONLY use this is you have know it contains everything you need." msgstr "Samo za Lion. Omogućuje učitavanje prethodno povezanog kernela. Ovo će ignorirati /E/E i /S/L/E. Ovo koristiti samo ako znate da sadrži sve što vam je potrebno." #. type: "Wake_title" -#: Resources/templates/Localizable.strings:177 +#: Resources/templates/Localizable.strings:196 #, no-wrap msgid "Wake=Yes" msgstr "Wake=Yes" #. type: "Wake_description" -#: Resources/templates/Localizable.strings:178 +#: Resources/templates/Localizable.strings:197 #, no-wrap msgid "Attempts to load the sleep image saved from last hibernation." msgstr "Pokušava da učita uspavanu sliku snimljenu iz prethodne hibernacije" #. type: "CSTUsingSystemIO_title" -#: Resources/templates/Localizable.strings:182 +#: Resources/templates/Localizable.strings:201 #, no-wrap msgid "CSTUsingSystemIO=Yes" msgstr "CSTUsingSystemIO=Yes" #. type: "CSTUsingSystemIO_description" -#: Resources/templates/Localizable.strings:183 +#: Resources/templates/Localizable.strings:202 #, no-wrap msgid "New C-State _CST generation method using SystemIO registers instead of FixedHW." msgstr "Nova C-state _CST generacija metodom SystemIO registracije umjesto FixedHW." #. type: "DropSSDT_title" -#: Resources/templates/Localizable.strings:185 +#: Resources/templates/Localizable.strings:204 #, no-wrap msgid "DropSSDT=Yes" msgstr "DropSSDT=Yes" #. type: "DropSSDT_description" -#: Resources/templates/Localizable.strings:186 +#: Resources/templates/Localizable.strings:205 #, no-wrap msgid "Discard the motherboard's built-in SSDT tables." msgstr "Odbacuje SSDT tabele ugrađene na matičnoj ploči." #. type: "DropHPET_title" -#: Resources/templates/Localizable.strings:188 +#: Resources/templates/Localizable.strings:207 #, no-wrap msgid "DropHPET=Yes" msgstr "DropHPET=Yes" #. type: "DropHPET_description" -#: Resources/templates/Localizable.strings:189 +#: Resources/templates/Localizable.strings:208 #, no-wrap msgid "Discard the motherboard's built-in HPET table." msgstr "Odbacuje HPET tabele ugrađene na matičnoj ploči." #. type: "DropSBST_title" -#: Resources/templates/Localizable.strings:191 +#: Resources/templates/Localizable.strings:210 #, no-wrap msgid "DropSBST=Yes" msgstr "DropSBST=Yes" #. type: "DropSBST_description" -#: Resources/templates/Localizable.strings:192 +#: Resources/templates/Localizable.strings:211 #, no-wrap msgid "Discard the motherboard's built-in SBST table." msgstr "Odbacuje SBST tabele ugrađene na matičnoj ploči." #. type: "DropECDT_title" -#: Resources/templates/Localizable.strings:194 +#: Resources/templates/Localizable.strings:213 #, no-wrap msgid "DropECDT=Yes" msgstr "DropECDT=Yes" #. type: "DropECDT_description" -#: Resources/templates/Localizable.strings:195 +#: Resources/templates/Localizable.strings:214 #, no-wrap msgid "Discard the motherboard's built-in ECDT table." msgstr "Odbacuje ECDT tabele ugrađene na matičnoj ploči." #. type: "DropASFT_title" -#: Resources/templates/Localizable.strings:197 +#: Resources/templates/Localizable.strings:216 #, no-wrap msgid "DropASFT=Yes" msgstr "DropASFT=Yes" #. type: "DropASFT_description" -#: Resources/templates/Localizable.strings:198 +#: Resources/templates/Localizable.strings:217 #, no-wrap msgid "Discard the motherboard's built-in ASF! table." msgstr "Odbacuje ASF! tabele ugrađene na matičnoj ploči." #. type: "DropDMAR_title" -#: Resources/templates/Localizable.strings:200 +#: Resources/templates/Localizable.strings:219 #, no-wrap msgid "DropDMAR=Yes" msgstr "DropDMAR=Yes" #. type: "DropDMAR_description" -#: Resources/templates/Localizable.strings:201 +#: Resources/templates/Localizable.strings:220 #, no-wrap msgid "Discard the motherboard's built-in DMAR table, this key action resolve the problem with VT-d panics." msgstr "" #. type: "EnableC2State_title" -#: Resources/templates/Localizable.strings:203 +#: Resources/templates/Localizable.strings:222 #, no-wrap msgid "EnableC2State=Yes" msgstr "EnableC2State=Yes" #. type: "EnableC2State_description" -#: Resources/templates/Localizable.strings:204 +#: Resources/templates/Localizable.strings:223 #, no-wrap msgid "Enable specific Processor power state, C2." msgstr "Uključuje posebno Processorsko stanje napajanja, C2." #. type: "EnableC3State_title" -#: Resources/templates/Localizable.strings:206 +#: Resources/templates/Localizable.strings:225 #, no-wrap msgid "EnableC3State=Yes" msgstr "EnableC3State=Yes" #. type: "EnableC3State_description" -#: Resources/templates/Localizable.strings:207 +#: Resources/templates/Localizable.strings:226 #, no-wrap msgid "Enable specific Processor power state, C3." msgstr "Uključuje posebno Processorsko stanje napajanja, C3." #. type: "EnableC4State_title" -#: Resources/templates/Localizable.strings:209 +#: Resources/templates/Localizable.strings:228 #, no-wrap msgid "EnableC4State=Yes" msgstr "EnableC4State=Yes" #. type: "EnableC4State_description" -#: Resources/templates/Localizable.strings:210 +#: Resources/templates/Localizable.strings:229 #, no-wrap msgid "Enable specific Processor power state, C4." msgstr "Uključuje posebno Processorsko stanje napajanja, C4." #. type: "EnableC6State_title" -#: Resources/templates/Localizable.strings:212 +#: Resources/templates/Localizable.strings:231 #, no-wrap msgid "EnableC6State=Yes" msgstr "EnableC6State=Yes" #. type: "EnableC6State_description" -#: Resources/templates/Localizable.strings:213 +#: Resources/templates/Localizable.strings:232 #, no-wrap msgid "Enable specific Processor power state, C6." msgstr "Uključuje posebno Processorsko stanje napajanja, C6." #. type: "EnableC7State_title" -#: Resources/templates/Localizable.strings:215 +#: Resources/templates/Localizable.strings:234 #, no-wrap msgid "EnableC7State=Yes" msgstr "EnableC7State=Yes" #. type: "EnableC7State_description" -#: Resources/templates/Localizable.strings:216 +#: Resources/templates/Localizable.strings:235 #, no-wrap msgid "Enable specific Processor power state, C7." msgstr "Uključuje posebno Processorsko stanje napajanja, C7." #. type: "GenerateCStates_title" -#: Resources/templates/Localizable.strings:218 +#: Resources/templates/Localizable.strings:237 #, no-wrap msgid "GenerateCStates=Yes" msgstr "GenerateCStates=Yes" #. type: "GenerateCStates_description" -#: Resources/templates/Localizable.strings:219 +#: Resources/templates/Localizable.strings:238 #, no-wrap msgid "Enable auto generation of processor idle sleep states (C-States)." msgstr "Uključuje automatsko generisanje procesora u stanju mirovanja (C-States)." #. type: "GeneratePStates_title" -#: Resources/templates/Localizable.strings:221 +#: Resources/templates/Localizable.strings:240 #, no-wrap msgid "GeneratePStates=Yes" msgstr "GeneratePStates=Yes" #. type: "GeneratePStates_description" -#: Resources/templates/Localizable.strings:222 +#: Resources/templates/Localizable.strings:241 #, no-wrap msgid "Enable auto generation of processor power performance states (P-States)." msgstr "Omogućava automatsko generirisanje snage procesora stanja performansi (P-States)." #. type: "GenerateTStates_title" -#: Resources/templates/Localizable.strings:224 +#: Resources/templates/Localizable.strings:243 #, no-wrap msgid "GenerateTStates=Yes" msgstr "GenerateTStates=Yes" #. type: "GenerateTStates_description" -#: Resources/templates/Localizable.strings:225 +#: Resources/templates/Localizable.strings:244 #, no-wrap msgid "Enable auto generation of processor power performance states (T-States)." msgstr "Omogućava automatsko generirisanje snage procesora stanja performansi (T-States)." #. type: "1024x600x32_title" -#: Resources/templates/Localizable.strings:229 +#: Resources/templates/Localizable.strings:248 #, no-wrap msgid "1024x600x32" msgstr "1024x600x32" #. type: "1024x600x32_description" -#: Resources/templates/Localizable.strings:230 +#: Resources/templates/Localizable.strings:249 #, no-wrap msgid "Set Graphics Mode to 1024x600x32" msgstr "Podesite Grafičku Rezoluciju na 1024x600x32" #. type: "1024x768x32_title" -#: Resources/templates/Localizable.strings:232 +#: Resources/templates/Localizable.strings:251 #, no-wrap msgid "1024x768x32" msgstr "1024x768x32" #. type: "1024x768x32_description" -#: Resources/templates/Localizable.strings:233 +#: Resources/templates/Localizable.strings:252 #, no-wrap msgid "Set Graphics Mode to 1024x768x32" msgstr "Podesite Grafičku Rezoluciju na 1024x768x32" #. type: "1280x768x32_title" -#: Resources/templates/Localizable.strings:235 +#: Resources/templates/Localizable.strings:254 #, no-wrap msgid "1280x768x32" msgstr "1280x768x32" #. type: "1280x768x32_description" -#: Resources/templates/Localizable.strings:236 +#: Resources/templates/Localizable.strings:255 #, no-wrap msgid "Set Graphics Mode to 1280x768x32" msgstr "Podesite Grafičku Rezoluciju na 1280x768x32" #. type: "1280x800x32_title" -#: Resources/templates/Localizable.strings:238 +#: Resources/templates/Localizable.strings:257 #, no-wrap msgid "1280x800x32" msgstr "1280x800x32" #. type: "1280x800x32_description" -#: Resources/templates/Localizable.strings:239 +#: Resources/templates/Localizable.strings:258 #, no-wrap msgid "Set Graphics Mode to 1280x800x32" msgstr "Podesite Grafičku Rezoluciju na 1280x800x32" #. type: "1280x1024x32_title" -#: Resources/templates/Localizable.strings:241 +#: Resources/templates/Localizable.strings:260 #, no-wrap msgid "1280x1024x32" msgstr "1280x1024x32" #. type: "1280x1024x32_description" -#: Resources/templates/Localizable.strings:242 +#: Resources/templates/Localizable.strings:261 #, no-wrap msgid "Set Graphics Mode to 1280x1024x32" msgstr "Podesite Grafičku Rezoluciju na 1280x1024x32" #. type: "1280x960x32_title" -#: Resources/templates/Localizable.strings:244 +#: Resources/templates/Localizable.strings:263 #, no-wrap msgid "1280x960x32" msgstr "1280x960x32" #. type: "1280x960x32_description" -#: Resources/templates/Localizable.strings:245 +#: Resources/templates/Localizable.strings:264 #, no-wrap msgid "Set Graphics Mode to 1280x960x32" msgstr "Podesite Grafičku Rezoluciju na 1280x960x32" #. type: "1366x768x32_title" -#: Resources/templates/Localizable.strings:247 +#: Resources/templates/Localizable.strings:266 #, no-wrap msgid "1366x768x32" msgstr "1366x768x32" #. type: "1366x768x32_description" -#: Resources/templates/Localizable.strings:248 +#: Resources/templates/Localizable.strings:267 #, no-wrap msgid "Set Graphics Mode to 1366x768x32" msgstr "Podesite Grafičku Rezoluciju na 1366x768x32" #. type: "1440x900x32_title" -#: Resources/templates/Localizable.strings:250 +#: Resources/templates/Localizable.strings:269 #, no-wrap msgid "1440x900x32" msgstr "1440x900x32" #. type: "1440x900x32_description" -#: Resources/templates/Localizable.strings:251 +#: Resources/templates/Localizable.strings:270 #, no-wrap msgid "Set Graphics Mode to 1440x900x32" msgstr "Podesite Grafičku Rezoluciju na 1440x900x32" #. type: "1600x900x32_title" -#: Resources/templates/Localizable.strings:253 +#: Resources/templates/Localizable.strings:272 #, no-wrap msgid "1600x900x32" msgstr "1600x900x32" #. type: "1600x900x32_description" -#: Resources/templates/Localizable.strings:254 +#: Resources/templates/Localizable.strings:273 #, no-wrap msgid "Set Graphics Mode to 1600x900x32" msgstr "Podesite Grafičku Rezoluciju na 1600x900x32" #. type: "1600x1200x32_title" -#: Resources/templates/Localizable.strings:256 +#: Resources/templates/Localizable.strings:275 #, no-wrap msgid "1600x1200x32" msgstr "1600x1200x32" #. type: "1600x1200x32_description" -#: Resources/templates/Localizable.strings:257 +#: Resources/templates/Localizable.strings:276 #, no-wrap msgid "Set Graphics Mode to 1600x1200x32" msgstr "Podesite Grafičku Rezoluciju na 1600x1200x32" #. type: "1680x1050x32_title" -#: Resources/templates/Localizable.strings:259 +#: Resources/templates/Localizable.strings:278 #, no-wrap msgid "1680x1050x32" msgstr "1680x1050x32" #. type: "1680x1050x32_description" -#: Resources/templates/Localizable.strings:260 +#: Resources/templates/Localizable.strings:279 #, no-wrap msgid "Set Graphics Mode to 1680x1050x32" msgstr "Podesite Grafičku Rezoluciju na 1680x1050x32" #. type: "1920x1080x32_title" -#: Resources/templates/Localizable.strings:262 +#: Resources/templates/Localizable.strings:281 #, no-wrap msgid "1920x1080x32" msgstr "1920x1080x32" #. type: "1920x1080x32_description" -#: Resources/templates/Localizable.strings:263 +#: Resources/templates/Localizable.strings:282 #, no-wrap msgid "Set Graphics Mode to 1920x1080x32" msgstr "Podesite Grafičku Rezoluciju na 1920x1080x32" #. type: "1920x1200x32_title" -#: Resources/templates/Localizable.strings:265 +#: Resources/templates/Localizable.strings:284 #, no-wrap msgid "1920x1200x32" msgstr "v" #. type: "1920x1200x32_description" -#: Resources/templates/Localizable.strings:266 +#: Resources/templates/Localizable.strings:285 #, no-wrap msgid "Set Graphics Mode to 1920x1200x32" msgstr "Podesite Grafičku Rezoluciju na 1920x1200x32" #. type: "HDAULayoutIDx01_title" -#: Resources/templates/Localizable.strings:270 -#: Resources/templates/Localizable.strings:376 +#: Resources/templates/Localizable.strings:289 +#: Resources/templates/Localizable.strings:395 #, no-wrap msgid "LayoutID=1" msgstr "LayoutID=1" #. type: "HDEFLayoutIDx01_description" -#: Resources/templates/Localizable.strings:271 +#: Resources/templates/Localizable.strings:290 #, no-wrap msgid "" "Set HDEF layout-it to 1:\n" @@ -1161,14 +1225,14 @@ msgstr "" #. type: "HDAULayoutIDx02_title" -#: Resources/templates/Localizable.strings:274 -#: Resources/templates/Localizable.strings:380 +#: Resources/templates/Localizable.strings:293 +#: Resources/templates/Localizable.strings:399 #, no-wrap msgid "LayoutID=2" msgstr "LayoutID=2" #. type: "HDEFLayoutIDx02_description" -#: Resources/templates/Localizable.strings:275 +#: Resources/templates/Localizable.strings:294 #, no-wrap msgid "" "Set HDEF layout-it to 2:\n" @@ -1176,14 +1240,14 @@ msgstr "" #. type: "HDAULayoutIDx03_title" -#: Resources/templates/Localizable.strings:278 -#: Resources/templates/Localizable.strings:384 +#: Resources/templates/Localizable.strings:297 +#: Resources/templates/Localizable.strings:403 #, no-wrap msgid "LayoutID=3" msgstr "LayoutID=3" #. type: "HDEFLayoutIDx03_description" -#: Resources/templates/Localizable.strings:279 +#: Resources/templates/Localizable.strings:298 #, no-wrap msgid "" "Set HDEF layout-it to 3:\n" @@ -1191,14 +1255,14 @@ msgstr "" #. type: "HDAULayoutIDx05_title" -#: Resources/templates/Localizable.strings:282 -#: Resources/templates/Localizable.strings:388 +#: Resources/templates/Localizable.strings:301 +#: Resources/templates/Localizable.strings:407 #, no-wrap msgid "LayoutID=5" msgstr "LayoutID=5" #. type: "HDEFLayoutIDx05_description" -#: Resources/templates/Localizable.strings:283 +#: Resources/templates/Localizable.strings:302 #, no-wrap msgid "" "Set HDEF layout-it to 5:\n" @@ -1206,14 +1270,14 @@ msgstr "" #. type: "HDAULayoutIDx07_title" -#: Resources/templates/Localizable.strings:286 -#: Resources/templates/Localizable.strings:392 +#: Resources/templates/Localizable.strings:305 +#: Resources/templates/Localizable.strings:411 #, no-wrap msgid "LayoutID=7" msgstr "LayoutID=7" #. type: "HDEFLayoutIDx07_description" -#: Resources/templates/Localizable.strings:287 +#: Resources/templates/Localizable.strings:306 #, no-wrap msgid "" "Set HDEF layout-it to 7:\n" @@ -1221,14 +1285,14 @@ msgstr "" #. type: "HDAULayoutIDx12_title" -#: Resources/templates/Localizable.strings:290 -#: Resources/templates/Localizable.strings:396 +#: Resources/templates/Localizable.strings:309 +#: Resources/templates/Localizable.strings:415 #, no-wrap msgid "LayoutID=12" msgstr "LayoutID=12" #. type: "HDEFLayoutIDx12_description" -#: Resources/templates/Localizable.strings:291 +#: Resources/templates/Localizable.strings:310 #, no-wrap msgid "" "Set HDEF layout-it to 12:\n" @@ -1236,14 +1300,14 @@ msgstr "" #. type: "HDAULayoutIDx32_title" -#: Resources/templates/Localizable.strings:294 -#: Resources/templates/Localizable.strings:400 +#: Resources/templates/Localizable.strings:313 +#: Resources/templates/Localizable.strings:419 #, no-wrap msgid "LayoutID=32" msgstr "LayoutID=32" #. type: "HDEFLayoutIDx32_description" -#: Resources/templates/Localizable.strings:295 +#: Resources/templates/Localizable.strings:314 #, no-wrap msgid "" "Set HDEF layout-it to 32:\n" @@ -1251,14 +1315,14 @@ msgstr "" #. type: "HDAULayoutIDx40_title" -#: Resources/templates/Localizable.strings:298 -#: Resources/templates/Localizable.strings:404 +#: Resources/templates/Localizable.strings:317 +#: Resources/templates/Localizable.strings:423 #, no-wrap msgid "LayoutID=40" msgstr "LayoutID=40" #. type: "HDEFLayoutIDx40_description" -#: Resources/templates/Localizable.strings:299 +#: Resources/templates/Localizable.strings:318 #, no-wrap msgid "" "Set HDEF layout-it to 40:\n" @@ -1266,14 +1330,14 @@ msgstr "" #. type: "HDAULayoutIDx65_title" -#: Resources/templates/Localizable.strings:302 -#: Resources/templates/Localizable.strings:408 +#: Resources/templates/Localizable.strings:321 +#: Resources/templates/Localizable.strings:427 #, no-wrap msgid "LayoutID=65" msgstr "LayoutID=65" #. type: "HDEFLayoutIDx65_description" -#: Resources/templates/Localizable.strings:303 +#: Resources/templates/Localizable.strings:322 #, no-wrap msgid "" "Set HDEF layout-it to 65:\n" @@ -1281,14 +1345,14 @@ msgstr "" #. type: "HDAULayoutIDx99_title" -#: Resources/templates/Localizable.strings:306 -#: Resources/templates/Localizable.strings:412 +#: Resources/templates/Localizable.strings:325 +#: Resources/templates/Localizable.strings:431 #, no-wrap msgid "LayoutID=99" msgstr "LayoutID=99" #. type: "HDEFLayoutIDx99_description" -#: Resources/templates/Localizable.strings:307 +#: Resources/templates/Localizable.strings:326 #, no-wrap msgid "" "Set HDEF layout-it to 99:\n" @@ -1296,14 +1360,14 @@ msgstr "" #. type: "HDAULayoutIDx269_title" -#: Resources/templates/Localizable.strings:310 -#: Resources/templates/Localizable.strings:416 +#: Resources/templates/Localizable.strings:329 +#: Resources/templates/Localizable.strings:435 #, no-wrap msgid "LayoutID=269" msgstr "LayoutID=269" #. type: "HDEFLayoutIDx269_description" -#: Resources/templates/Localizable.strings:311 +#: Resources/templates/Localizable.strings:330 #, no-wrap msgid "" "Set HDEF layout-it to 269:\n" @@ -1311,14 +1375,14 @@ msgstr "" #. type: "HDAULayoutIDx387_title" -#: Resources/templates/Localizable.strings:314 -#: Resources/templates/Localizable.strings:420 +#: Resources/templates/Localizable.strings:333 +#: Resources/templates/Localizable.strings:439 #, no-wrap msgid "LayoutID=387" msgstr "LayoutID=387" #. type: "HDEFLayoutIDx387_description" -#: Resources/templates/Localizable.strings:315 +#: Resources/templates/Localizable.strings:334 #, no-wrap msgid "" "Set HDEF layout-it to 387:\n" @@ -1326,14 +1390,14 @@ msgstr "" #. type: "HDAULayoutIDx388_title" -#: Resources/templates/Localizable.strings:318 -#: Resources/templates/Localizable.strings:424 +#: Resources/templates/Localizable.strings:337 +#: Resources/templates/Localizable.strings:443 #, no-wrap msgid "LayoutID=388" msgstr "LayoutID=388" #. type: "HDEFLayoutIDx388_description" -#: Resources/templates/Localizable.strings:319 +#: Resources/templates/Localizable.strings:338 #, no-wrap msgid "" "Set HDEF layout-it to 388:\n" @@ -1341,14 +1405,14 @@ msgstr "" #. type: "HDAULayoutIDx389_title" -#: Resources/templates/Localizable.strings:322 -#: Resources/templates/Localizable.strings:428 +#: Resources/templates/Localizable.strings:341 +#: Resources/templates/Localizable.strings:447 #, no-wrap msgid "LayoutID=389" msgstr "LayoutID=389" #. type: "HDEFLayoutIDx389_description" -#: Resources/templates/Localizable.strings:323 +#: Resources/templates/Localizable.strings:342 #, no-wrap msgid "" "Set HDEF layout-it to 389:\n" @@ -1356,14 +1420,14 @@ msgstr "" #. type: "HDAULayoutIDx392_title" -#: Resources/templates/Localizable.strings:326 -#: Resources/templates/Localizable.strings:432 +#: Resources/templates/Localizable.strings:345 +#: Resources/templates/Localizable.strings:451 #, no-wrap msgid "LayoutID=392" msgstr "LayoutID=392" #. type: "HDEFLayoutIDx392_description" -#: Resources/templates/Localizable.strings:327 +#: Resources/templates/Localizable.strings:346 #, no-wrap msgid "" "Set HDEF layout-it to 392:\n" @@ -1371,14 +1435,14 @@ msgstr "" #. type: "HDAULayoutIDx398_title" -#: Resources/templates/Localizable.strings:330 -#: Resources/templates/Localizable.strings:436 +#: Resources/templates/Localizable.strings:349 +#: Resources/templates/Localizable.strings:455 #, no-wrap msgid "LayoutID=398" msgstr "LayoutID=398" #. type: "HDEFLayoutIDx398_description" -#: Resources/templates/Localizable.strings:331 +#: Resources/templates/Localizable.strings:350 #, no-wrap msgid "" "Set HDEF layout-it to 398:\n" @@ -1386,14 +1450,14 @@ msgstr "" #. type: "HDAULayoutIDx662_title" -#: Resources/templates/Localizable.strings:334 -#: Resources/templates/Localizable.strings:440 +#: Resources/templates/Localizable.strings:353 +#: Resources/templates/Localizable.strings:459 #, no-wrap msgid "LayoutID=662" msgstr "LayoutID=662" #. type: "HDEFLayoutIDx662_description" -#: Resources/templates/Localizable.strings:335 +#: Resources/templates/Localizable.strings:354 #, no-wrap msgid "" "Set HDEF layout-it to 662:\n" @@ -1401,14 +1465,14 @@ msgstr "" #. type: "HDAULayoutIDx663_title" -#: Resources/templates/Localizable.strings:338 -#: Resources/templates/Localizable.strings:444 +#: Resources/templates/Localizable.strings:357 +#: Resources/templates/Localizable.strings:463 #, no-wrap msgid "LayoutID=663" msgstr "LayoutID=663" #. type: "HDEFLayoutIDx663_description" -#: Resources/templates/Localizable.strings:339 +#: Resources/templates/Localizable.strings:358 #, no-wrap msgid "" "Set HDEF layout-it to 663:\n" @@ -1416,14 +1480,14 @@ msgstr "" #. type: "HDAULayoutIDx664_title" -#: Resources/templates/Localizable.strings:342 -#: Resources/templates/Localizable.strings:448 +#: Resources/templates/Localizable.strings:361 +#: Resources/templates/Localizable.strings:467 #, no-wrap msgid "LayoutID=664" msgstr "LayoutID=664" #. type: "HDEFLayoutIDx664_description" -#: Resources/templates/Localizable.strings:343 +#: Resources/templates/Localizable.strings:362 #, no-wrap msgid "" "Set HDEF layout-it to 664:\n" @@ -1431,14 +1495,14 @@ msgstr "" #. type: "HDAULayoutIDx885_title" -#: Resources/templates/Localizable.strings:346 -#: Resources/templates/Localizable.strings:452 +#: Resources/templates/Localizable.strings:365 +#: Resources/templates/Localizable.strings:471 #, no-wrap msgid "LayoutID=885" msgstr "LayoutID=885" #. type: "HDEFLayoutIDx885_description" -#: Resources/templates/Localizable.strings:347 +#: Resources/templates/Localizable.strings:366 #, no-wrap msgid "" "Set HDEF layout-it to 885:\n" @@ -1446,14 +1510,14 @@ msgstr "" #. type: "HDAULayoutIDx887_title" -#: Resources/templates/Localizable.strings:350 -#: Resources/templates/Localizable.strings:456 +#: Resources/templates/Localizable.strings:369 +#: Resources/templates/Localizable.strings:475 #, no-wrap msgid "LayoutID=887" msgstr "LayoutID=887" #. type: "HDEFLayoutIDx887_description" -#: Resources/templates/Localizable.strings:351 +#: Resources/templates/Localizable.strings:370 #, no-wrap msgid "" "Set HDEF layout-it to 887:\n" @@ -1461,14 +1525,14 @@ msgstr "" #. type: "HDAULayoutIDx888_title" -#: Resources/templates/Localizable.strings:354 -#: Resources/templates/Localizable.strings:460 +#: Resources/templates/Localizable.strings:373 +#: Resources/templates/Localizable.strings:479 #, no-wrap msgid "LayoutID=888" msgstr "LayoutID=888" #. type: "HDEFLayoutIDx888_description" -#: Resources/templates/Localizable.strings:355 +#: Resources/templates/Localizable.strings:374 #, no-wrap msgid "" "Set HDEF layout-it to 888:\n" @@ -1476,14 +1540,14 @@ msgstr "" #. type: "HDAULayoutIDx889_title" -#: Resources/templates/Localizable.strings:358 -#: Resources/templates/Localizable.strings:464 +#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:483 #, no-wrap msgid "LayoutID=889" msgstr "LayoutID=889" #. type: "HDEFLayoutIDx889_description" -#: Resources/templates/Localizable.strings:359 +#: Resources/templates/Localizable.strings:378 #, no-wrap msgid "" "Set HDEF layout-it to 889:\n" @@ -1491,14 +1555,14 @@ msgstr "" #. type: "HDAULayoutIDx892_title" -#: Resources/templates/Localizable.strings:362 -#: Resources/templates/Localizable.strings:468 +#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:487 #, no-wrap msgid "LayoutID=892" msgstr "LayoutID=892" #. type: "HDEFLayoutIDx892_description" -#: Resources/templates/Localizable.strings:363 +#: Resources/templates/Localizable.strings:382 #, no-wrap msgid "" "Set HDEF layout-it to 892:\n" @@ -1506,14 +1570,14 @@ msgstr "" #. type: "HDAULayoutIDx898_title" -#: Resources/templates/Localizable.strings:366 -#: Resources/templates/Localizable.strings:472 +#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:491 #, no-wrap msgid "LayoutID=898" msgstr "LayoutID=898" #. type: "HDEFLayoutIDx898_description" -#: Resources/templates/Localizable.strings:367 +#: Resources/templates/Localizable.strings:386 #, no-wrap msgid "" "Set HDEF layout-it to 898:\n" @@ -1521,14 +1585,14 @@ msgstr "" #. type: "HDAULayoutIDxBD7_title" -#: Resources/templates/Localizable.strings:370 -#: Resources/templates/Localizable.strings:476 +#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:495 #, no-wrap msgid "LayoutID=1981" msgstr "LayoutID=1981" #. type: "HDEFLayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:371 +#: Resources/templates/Localizable.strings:390 #, no-wrap msgid "" "Set HDEF layout-it to 1981:\n" @@ -1536,7 +1600,7 @@ msgstr "" #. type: "HDAULayoutIDx01_description" -#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:396 #, no-wrap msgid "" "Set HDAU layout-it to 1:\n" @@ -1544,7 +1608,7 @@ msgstr "" #. type: "HDAULayoutIDx02_description" -#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:400 #, no-wrap msgid "" "Set HDAU layout-it to 2:\n" @@ -1552,7 +1616,7 @@ msgstr "" #. type: "HDAULayoutIDx03_description" -#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:404 #, no-wrap msgid "" "Set HDAU layout-it to 3:\n" @@ -1560,7 +1624,7 @@ msgstr "" #. type: "HDAULayoutIDx05_description" -#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:408 #, no-wrap msgid "" "Set HDAU layout-it to 5:\n" @@ -1568,7 +1632,7 @@ msgstr "" #. type: "HDAULayoutIDx07_description" -#: Resources/templates/Localizable.strings:393 +#: Resources/templates/Localizable.strings:412 #, no-wrap msgid "" "Set HDAU layout-it to 7:\n" @@ -1576,7 +1640,7 @@ msgstr "" #. type: "HDAULayoutIDx12_description" -#: Resources/templates/Localizable.strings:397 +#: Resources/templates/Localizable.strings:416 #, no-wrap msgid "" "Set HDAU layout-it to 12:\n" @@ -1584,7 +1648,7 @@ msgstr "" #. type: "HDAULayoutIDx32_description" -#: Resources/templates/Localizable.strings:401 +#: Resources/templates/Localizable.strings:420 #, no-wrap msgid "" "Set HDAU layout-it to 32:\n" @@ -1592,7 +1656,7 @@ msgstr "" #. type: "HDAULayoutIDx40_description" -#: Resources/templates/Localizable.strings:405 +#: Resources/templates/Localizable.strings:424 #, no-wrap msgid "" "Set HDAU layout-it to 40:\n" @@ -1600,7 +1664,7 @@ msgstr "" #. type: "HDAULayoutIDx65_description" -#: Resources/templates/Localizable.strings:409 +#: Resources/templates/Localizable.strings:428 #, no-wrap msgid "" "Set HDAU layout-it to 65:\n" @@ -1608,7 +1672,7 @@ msgstr "" #. type: "HDAULayoutIDx99_description" -#: Resources/templates/Localizable.strings:413 +#: Resources/templates/Localizable.strings:432 #, no-wrap msgid "" "Set HDAU layout-it to 99:\n" @@ -1616,7 +1680,7 @@ msgstr "" #. type: "HDAULayoutIDx269_description" -#: Resources/templates/Localizable.strings:417 +#: Resources/templates/Localizable.strings:436 #, no-wrap msgid "" "Set HDAU layout-it to 269:\n" @@ -1624,7 +1688,7 @@ msgstr "" #. type: "HDAULayoutIDx387_description" -#: Resources/templates/Localizable.strings:421 +#: Resources/templates/Localizable.strings:440 #, no-wrap msgid "" "Set HDAU layout-it to 387:\n" @@ -1632,7 +1696,7 @@ msgstr "" #. type: "HDAULayoutIDx388_description" -#: Resources/templates/Localizable.strings:425 +#: Resources/templates/Localizable.strings:444 #, no-wrap msgid "" "Set HDAU layout-it to 388:\n" @@ -1640,7 +1704,7 @@ msgstr "" #. type: "HDAULayoutIDx389_description" -#: Resources/templates/Localizable.strings:429 +#: Resources/templates/Localizable.strings:448 #, no-wrap msgid "" "Set HDAU layout-it to 389:\n" @@ -1648,7 +1712,7 @@ msgstr "" #. type: "HDAULayoutIDx392_description" -#: Resources/templates/Localizable.strings:433 +#: Resources/templates/Localizable.strings:452 #, no-wrap msgid "" "Set HDAU layout-it to 392:\n" @@ -1656,7 +1720,7 @@ msgstr "" #. type: "HDAULayoutIDx398_description" -#: Resources/templates/Localizable.strings:437 +#: Resources/templates/Localizable.strings:456 #, no-wrap msgid "" "Set HDAU layout-it to 398:\n" @@ -1664,7 +1728,7 @@ msgstr "" #. type: "HDAULayoutIDx662_description" -#: Resources/templates/Localizable.strings:441 +#: Resources/templates/Localizable.strings:460 #, no-wrap msgid "" "Set HDAU layout-it to 662:\n" @@ -1672,7 +1736,7 @@ msgstr "" #. type: "HDAULayoutIDx663_description" -#: Resources/templates/Localizable.strings:445 +#: Resources/templates/Localizable.strings:464 #, no-wrap msgid "" "Set HDAU layout-it to 663:\n" @@ -1680,7 +1744,7 @@ msgstr "" #. type: "HDAULayoutIDx664_description" -#: Resources/templates/Localizable.strings:449 +#: Resources/templates/Localizable.strings:468 #, no-wrap msgid "" "Set HDAU layout-it to 664:\n" @@ -1688,7 +1752,7 @@ msgstr "" #. type: "HDAULayoutIDx885_description" -#: Resources/templates/Localizable.strings:453 +#: Resources/templates/Localizable.strings:472 #, no-wrap msgid "" "Set HDAU layout-it to 885:\n" @@ -1696,7 +1760,7 @@ msgstr "" #. type: "HDAULayoutIDx887_description" -#: Resources/templates/Localizable.strings:457 +#: Resources/templates/Localizable.strings:476 #, no-wrap msgid "" "Set HDAU layout-it to 887:\n" @@ -1704,7 +1768,7 @@ msgstr "" #. type: "HDAULayoutIDx888_description" -#: Resources/templates/Localizable.strings:461 +#: Resources/templates/Localizable.strings:480 #, no-wrap msgid "" "Set HDAU layout-it to 888:\n" @@ -1712,7 +1776,7 @@ msgstr "" #. type: "HDAULayoutIDx889_description" -#: Resources/templates/Localizable.strings:465 +#: Resources/templates/Localizable.strings:484 #, no-wrap msgid "" "Set HDAU layout-it to 889:\n" @@ -1720,7 +1784,7 @@ msgstr "" #. type: "HDAULayoutIDx892_description" -#: Resources/templates/Localizable.strings:469 +#: Resources/templates/Localizable.strings:488 #, no-wrap msgid "" "Set HDAU layout-it to 892:\n" @@ -1728,7 +1792,7 @@ msgstr "" #. type: "HDAULayoutIDx898_description" -#: Resources/templates/Localizable.strings:473 +#: Resources/templates/Localizable.strings:492 #, no-wrap msgid "" "Set HDAU layout-it to 898:\n" @@ -1736,7 +1800,7 @@ msgstr "" #. type: "HDAULayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:477 +#: Resources/templates/Localizable.strings:496 #, no-wrap msgid "" "Set HDAU layout-it to 1981:\n" @@ -1744,625 +1808,625 @@ msgstr "" #. type: "IntelCaprix00_title" -#: Resources/templates/Localizable.strings:482 +#: Resources/templates/Localizable.strings:501 #, no-wrap msgid "01660000" msgstr "01660000" #. type: "IntelCaprix00_description" -#: Resources/templates/Localizable.strings:483 +#: Resources/templates/Localizable.strings:502 #, no-wrap msgid "Set 01660000 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix01_title" -#: Resources/templates/Localizable.strings:485 +#: Resources/templates/Localizable.strings:504 #, no-wrap msgid "01660001" msgstr "01660001" #. type: "IntelCaprix01_description" -#: Resources/templates/Localizable.strings:486 +#: Resources/templates/Localizable.strings:505 #, no-wrap msgid "Set 01660001 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix02_title" -#: Resources/templates/Localizable.strings:488 +#: Resources/templates/Localizable.strings:507 #, no-wrap msgid "01660002" msgstr "01660002" #. type: "IntelCaprix02_description" -#: Resources/templates/Localizable.strings:489 +#: Resources/templates/Localizable.strings:508 #, no-wrap msgid "Set 01660002 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix03_title" -#: Resources/templates/Localizable.strings:491 +#: Resources/templates/Localizable.strings:510 #, no-wrap msgid "01660003" msgstr "01660003" #. type: "IntelCaprix03_description" -#: Resources/templates/Localizable.strings:492 +#: Resources/templates/Localizable.strings:511 #, no-wrap msgid "Set 01660003 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix04_title" -#: Resources/templates/Localizable.strings:494 +#: Resources/templates/Localizable.strings:513 #, no-wrap msgid "01660004" msgstr "01660004" #. type: "IntelCaprix04_description" -#: Resources/templates/Localizable.strings:495 +#: Resources/templates/Localizable.strings:514 #, no-wrap msgid "Set 01660004 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix05_title" -#: Resources/templates/Localizable.strings:497 +#: Resources/templates/Localizable.strings:516 #, no-wrap msgid "01620005" msgstr "01620005" #. type: "IntelCaprix05_description" -#: Resources/templates/Localizable.strings:498 +#: Resources/templates/Localizable.strings:517 #, no-wrap msgid "Set 01620005 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix06_title" -#: Resources/templates/Localizable.strings:500 +#: Resources/templates/Localizable.strings:519 #, no-wrap msgid "01620006" msgstr "01620006" #. type: "IntelCaprix06_description" -#: Resources/templates/Localizable.strings:501 +#: Resources/templates/Localizable.strings:520 #, no-wrap msgid "Set 01620006 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix07_title" -#: Resources/templates/Localizable.strings:503 +#: Resources/templates/Localizable.strings:522 #, no-wrap msgid "01620007" msgstr "01620007" #. type: "IntelCaprix07_description" -#: Resources/templates/Localizable.strings:504 +#: Resources/templates/Localizable.strings:523 #, no-wrap msgid "Set 01620007 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix08_title" -#: Resources/templates/Localizable.strings:506 +#: Resources/templates/Localizable.strings:525 #, no-wrap msgid "01660008" msgstr "01660008" #. type: "IntelCaprix08_description" -#: Resources/templates/Localizable.strings:507 +#: Resources/templates/Localizable.strings:526 #, no-wrap msgid "Set 01660008 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix09_title" -#: Resources/templates/Localizable.strings:509 +#: Resources/templates/Localizable.strings:528 #, no-wrap msgid "01660009" msgstr "01660009" #. type: "IntelCaprix09_description" -#: Resources/templates/Localizable.strings:510 +#: Resources/templates/Localizable.strings:529 #, no-wrap msgid "Set 01660009 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix10_title" -#: Resources/templates/Localizable.strings:512 +#: Resources/templates/Localizable.strings:531 #, no-wrap msgid "0166000a" msgstr "0166000a" #. type: "IntelCaprix10_description" -#: Resources/templates/Localizable.strings:513 +#: Resources/templates/Localizable.strings:532 #, no-wrap msgid "Set 0166000a for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix11_title" -#: Resources/templates/Localizable.strings:515 +#: Resources/templates/Localizable.strings:534 #, no-wrap msgid "0166000b" msgstr "0166000b" #. type: "IntelCaprix11_description" -#: Resources/templates/Localizable.strings:516 +#: Resources/templates/Localizable.strings:535 #, no-wrap msgid "Set 0166000b for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelAzulx00_title" -#: Resources/templates/Localizable.strings:520 +#: Resources/templates/Localizable.strings:539 #, no-wrap msgid "00000604" msgstr "00000604" #. type: "IntelAzulx00_description" -#: Resources/templates/Localizable.strings:521 +#: Resources/templates/Localizable.strings:540 #, no-wrap msgid "Set 00000604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx01_title" -#: Resources/templates/Localizable.strings:523 +#: Resources/templates/Localizable.strings:542 #, no-wrap msgid "0000060c" msgstr "0000060c" #. type: "IntelAzulx01_description" -#: Resources/templates/Localizable.strings:524 +#: Resources/templates/Localizable.strings:543 #, no-wrap msgid "Set 0000060c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx02_title" -#: Resources/templates/Localizable.strings:526 +#: Resources/templates/Localizable.strings:545 #, no-wrap msgid "00001604" msgstr "00001604" #. type: "IntelAzulx02_description" -#: Resources/templates/Localizable.strings:527 +#: Resources/templates/Localizable.strings:546 #, no-wrap msgid "Set 00001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx03_title" -#: Resources/templates/Localizable.strings:529 +#: Resources/templates/Localizable.strings:548 #, no-wrap msgid "0000160a" msgstr "0000160a" #. type: "IntelAzulx03_description" -#: Resources/templates/Localizable.strings:530 +#: Resources/templates/Localizable.strings:549 #, no-wrap msgid "Set 0000160a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx04_title" -#: Resources/templates/Localizable.strings:532 +#: Resources/templates/Localizable.strings:551 #, no-wrap msgid "0000160c" msgstr "0000160c" #. type: "IntelAzulx04_description" -#: Resources/templates/Localizable.strings:533 +#: Resources/templates/Localizable.strings:552 #, no-wrap msgid "Set 0000160c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx05_title" -#: Resources/templates/Localizable.strings:535 +#: Resources/templates/Localizable.strings:554 #, no-wrap msgid "00002604" msgstr "00002604" #. type: "IntelAzulx05_description" -#: Resources/templates/Localizable.strings:536 +#: Resources/templates/Localizable.strings:555 #, no-wrap msgid "Set 00002604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx06_title" -#: Resources/templates/Localizable.strings:538 +#: Resources/templates/Localizable.strings:557 #, no-wrap msgid "0000260a" msgstr "0000260a" #. type: "IntelAzulx06_description" -#: Resources/templates/Localizable.strings:539 +#: Resources/templates/Localizable.strings:558 #, no-wrap msgid "Set 0000260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx07_title" -#: Resources/templates/Localizable.strings:541 +#: Resources/templates/Localizable.strings:560 #, no-wrap msgid "0000260c" msgstr "0000260c" #. type: "IntelAzulx07_description" -#: Resources/templates/Localizable.strings:542 +#: Resources/templates/Localizable.strings:561 #, no-wrap msgid "Set 0600260c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx08_title" -#: Resources/templates/Localizable.strings:544 +#: Resources/templates/Localizable.strings:563 #, no-wrap msgid "0000260d" msgstr "0000260d" #. type: "IntelAzulx08_description" -#: Resources/templates/Localizable.strings:545 +#: Resources/templates/Localizable.strings:564 #, no-wrap msgid "Set 0000260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx09_title" -#: Resources/templates/Localizable.strings:547 +#: Resources/templates/Localizable.strings:566 #, no-wrap msgid "02001604" msgstr "02001604" #. type: "IntelAzulx09_description" -#: Resources/templates/Localizable.strings:548 +#: Resources/templates/Localizable.strings:567 #, no-wrap msgid "Set 02001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx10_title" -#: Resources/templates/Localizable.strings:550 +#: Resources/templates/Localizable.strings:569 #, no-wrap msgid "0300220d" msgstr "0300220d" #. type: "IntelAzulx10_description" -#: Resources/templates/Localizable.strings:551 +#: Resources/templates/Localizable.strings:570 #, no-wrap msgid "Set 0300220d for Intel Haswell (Desktop) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx11_title" -#: Resources/templates/Localizable.strings:553 +#: Resources/templates/Localizable.strings:572 #, no-wrap msgid "0500260a" msgstr "0500260a" #. type: "IntelAzulx11_description" -#: Resources/templates/Localizable.strings:554 +#: Resources/templates/Localizable.strings:573 #, no-wrap msgid "Set 0500260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx12_title" -#: Resources/templates/Localizable.strings:556 +#: Resources/templates/Localizable.strings:575 #, no-wrap msgid "0600260a" msgstr "0600260a" #. type: "IntelAzulx12_description" -#: Resources/templates/Localizable.strings:557 +#: Resources/templates/Localizable.strings:576 #, no-wrap msgid "Set 0600260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx13_title" -#: Resources/templates/Localizable.strings:559 +#: Resources/templates/Localizable.strings:578 #, no-wrap msgid "0700260d" msgstr "0700260d" #. type: "IntelAzulx13_description" -#: Resources/templates/Localizable.strings:560 +#: Resources/templates/Localizable.strings:579 #, no-wrap msgid "Set 0700260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx14_title" -#: Resources/templates/Localizable.strings:562 +#: Resources/templates/Localizable.strings:581 #, no-wrap msgid "0800260a" msgstr "0800260a" #. type: "IntelAzulx14_description" -#: Resources/templates/Localizable.strings:563 +#: Resources/templates/Localizable.strings:582 #, no-wrap msgid "Set 0800260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx15_title" -#: Resources/templates/Localizable.strings:565 +#: Resources/templates/Localizable.strings:584 #, no-wrap msgid "08002e0a" msgstr "08002e0a" #. type: "IntelAzulx15_description" -#: Resources/templates/Localizable.strings:566 +#: Resources/templates/Localizable.strings:585 #, no-wrap msgid "Set 08002e0a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "AD2000B_PinConf_title" -#: Resources/templates/Localizable.strings:570 +#: Resources/templates/Localizable.strings:589 #, no-wrap msgid "AD2000b" msgstr "AD2000b" #. type: "AD2000B_PinConf_description" -#: Resources/templates/Localizable.strings:571 +#: Resources/templates/Localizable.strings:590 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD2000b." msgstr "" #. type: "AD1981HD_PinConf_title" -#: Resources/templates/Localizable.strings:573 +#: Resources/templates/Localizable.strings:592 #, no-wrap msgid "AD1981HD" msgstr "AD1981HD" #. type: "AD1981HD_PinConf_description" -#: Resources/templates/Localizable.strings:574 +#: Resources/templates/Localizable.strings:593 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1981HD." msgstr "" #. type: "AD1988B_PinConf_title" -#: Resources/templates/Localizable.strings:576 +#: Resources/templates/Localizable.strings:595 #, no-wrap msgid "AD1988b" msgstr "AD1988b" #. type: "AD1988B_PinConf_description" -#: Resources/templates/Localizable.strings:577 +#: Resources/templates/Localizable.strings:596 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1988b." msgstr "" #. type: "ALC888_PinConf_title" -#: Resources/templates/Localizable.strings:579 +#: Resources/templates/Localizable.strings:598 #, no-wrap msgid "ALC888" msgstr "ALC888" #. type: "ALC888_PinConf_description" -#: Resources/templates/Localizable.strings:580 +#: Resources/templates/Localizable.strings:599 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC888." msgstr "" #. type: "ALC1200_PinConf_title" -#: Resources/templates/Localizable.strings:582 +#: Resources/templates/Localizable.strings:601 #, no-wrap msgid "ALC1200" msgstr "ALC1200" #. type: "ALC1200_PinConf_description" -#: Resources/templates/Localizable.strings:583 +#: Resources/templates/Localizable.strings:602 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC1200." msgstr "" #. type: "00_PinConf_title" -#: Resources/templates/Localizable.strings:585 +#: Resources/templates/Localizable.strings:604 #, no-wrap msgid "00" msgstr "00" #. type: "00_PinConf_description" -#: Resources/templates/Localizable.strings:586 +#: Resources/templates/Localizable.strings:605 #, no-wrap msgid "Set HDEF PinConfiguration for ???." msgstr "" #. type: "GraphicsEnabler_title" -#: Resources/templates/Localizable.strings:590 +#: Resources/templates/Localizable.strings:609 #, no-wrap msgid "GraphicsEnabler=Yes" msgstr "GraphicsEnabler=Yes" #. type: "GraphicsEnabler_description" -#: Resources/templates/Localizable.strings:591 +#: Resources/templates/Localizable.strings:610 #, no-wrap msgid "Enables the option to autodetect NVIDIA, AMD/ATI or Intel based GPUs and inject the correct info." msgstr "Omogućava opciju auto prepoznavanja NVIDIA/ATI/Intel baziranih grafičkih video kartica i upisuje pravilne informacije o istoj." #. type: "EnableHDMIAudio_title" -#: Resources/templates/Localizable.strings:593 +#: Resources/templates/Localizable.strings:612 #, no-wrap msgid "EnableHDMIAudio=Yes" msgstr "EnableHDMIAudio=Yes" #. type: "EnableHDMIAudio_description" -#: Resources/templates/Localizable.strings:594 +#: Resources/templates/Localizable.strings:613 #, no-wrap msgid "Inject HDMi audio for NVIDIA or AMD/ATI." msgstr "" #. type: "UseIntelHDMI_title" -#: Resources/templates/Localizable.strings:596 +#: Resources/templates/Localizable.strings:615 #, no-wrap msgid "UseIntelHDMI=Yes" msgstr "UseIntelHDMI=Yes" #. type: "UseIntelHDMI_description" -#: Resources/templates/Localizable.strings:597 +#: Resources/templates/Localizable.strings:616 #, no-wrap msgid "If YES, hda-gfx=onboard-1 will be injected into the GFX0 and HDEF devices. Also, if an ATI or Nvidia HDMI device is present, they'll be assigned to onboard-2. If NO, then ATI or Nvidia devices will get onboard-1 as well as the HDAU device if present." msgstr "" #. type: "UseAtiROM_title" -#: Resources/templates/Localizable.strings:599 +#: Resources/templates/Localizable.strings:618 #, no-wrap msgid "UseAtiROM=Yes" msgstr "UseAtiROM=Yes" #. type: "UseAtiROM_description" -#: Resources/templates/Localizable.strings:600 +#: Resources/templates/Localizable.strings:619 #, no-wrap msgid "Enables UseAtiROM options." msgstr "Uključuje UseAtiROM opciju." #. type: "UseNvidiaROM_title" -#: Resources/templates/Localizable.strings:602 +#: Resources/templates/Localizable.strings:621 #, no-wrap msgid "UseNvidiaROM=Yes" msgstr "UseNvidiaROM=Yes" #. type: "UseNvidiaROM_description" -#: Resources/templates/Localizable.strings:603 +#: Resources/templates/Localizable.strings:622 #, no-wrap msgid "Enables UseNvidiaROM options." msgstr "Uključuje UseNvidiaROM opciju." #. type: "VBIOS_title" -#: Resources/templates/Localizable.strings:605 +#: Resources/templates/Localizable.strings:624 #, no-wrap msgid "VBIOS=Yes" msgstr "VBIOS=Yes" #. type: "VBIOS_description" -#: Resources/templates/Localizable.strings:606 +#: Resources/templates/Localizable.strings:625 #, no-wrap msgid "Enables VBIOS option" msgstr "Uključuje VBIOS opciju" #. type: "SkipIntelGfx_title" -#: Resources/templates/Localizable.strings:608 +#: Resources/templates/Localizable.strings:627 #, no-wrap msgid "SkipIntelGfx=Yes" msgstr "SkipIntelGfx=Yes" #. type: "SkipIntelGfx_description" -#: Resources/templates/Localizable.strings:609 +#: Resources/templates/Localizable.strings:628 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for Intel based GPUs." msgstr "" #. type: "SkipNvidiaGfx_title" -#: Resources/templates/Localizable.strings:611 +#: Resources/templates/Localizable.strings:630 #, no-wrap msgid "SkipNvidiaGfx=Yes" msgstr "SkipNvidiaGfx=Yes" #. type: "SkipNvidiaGfx_description" -#: Resources/templates/Localizable.strings:612 +#: Resources/templates/Localizable.strings:631 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for NVIDIA based GPUs." msgstr "" #. type: "SkipAtiGfx_title" -#: Resources/templates/Localizable.strings:614 +#: Resources/templates/Localizable.strings:633 #, no-wrap msgid "SkipAtiGfx=Yes" msgstr "SkipAtiGfx=Yes" #. type: "SkipAtiGfx_description" -#: Resources/templates/Localizable.strings:615 +#: Resources/templates/Localizable.strings:634 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for AMD/ATI based GPUs." msgstr "" #. type: "EnableBacklight_title" -#: Resources/templates/Localizable.strings:617 +#: Resources/templates/Localizable.strings:636 #, no-wrap msgid "EnableBacklight=Yes" msgstr "EnableBacklight=Yes" #. type: "EnableBacklight_description" -#: Resources/templates/Localizable.strings:618 +#: Resources/templates/Localizable.strings:637 #, no-wrap msgid "Enables Backlight options for laptop with nVidia cards." msgstr "" #. type: "EnableDualLink_title" -#: Resources/templates/Localizable.strings:620 +#: Resources/templates/Localizable.strings:639 #, no-wrap msgid "EnableDualLink=Yes" msgstr "EnableDualLink=Yes" #. type: "EnableDualLink_description" -#: Resources/templates/Localizable.strings:621 +#: Resources/templates/Localizable.strings:640 #, no-wrap msgid "Enables DualLink options for nVidia and ATi cards." msgstr "" #. type: "NvidiaGeneric_title" -#: Resources/templates/Localizable.strings:623 +#: Resources/templates/Localizable.strings:642 #, no-wrap msgid "NvidiaGeneric=Yes" msgstr "NvidiaGeneric=Yes" #. type: "NvidiaGeneric_description" -#: Resources/templates/Localizable.strings:624 +#: Resources/templates/Localizable.strings:643 #, no-wrap msgid "Use the classic Nvidia name for the SystemProfiler (disabled by default)." msgstr "" #. type: "Verbose_title" -#: Resources/templates/Localizable.strings:630 +#: Resources/templates/Localizable.strings:649 #, no-wrap msgid "Verbose Mode" msgstr "Verbose Mode" #. type: "Verbose_description" -#: Resources/templates/Localizable.strings:631 +#: Resources/templates/Localizable.strings:650 #, no-wrap msgid "Turns on verbose logging and allows you to see messages from both Chameleon and the OS X kernel at boot time. Essential for troubleshooting." msgstr "Uključuje verbose prijavu i omogućava vam da vidite poruke iz oba Chameleon i kernel OS X prilikom pokretanja. Osnova za rešavanje problema." #. type: "Singleusermode_title" -#: Resources/templates/Localizable.strings:633 +#: Resources/templates/Localizable.strings:652 #, no-wrap msgid "Single User Mode" msgstr "Single User Mode" #. type: "Singleusermode_description" -#: Resources/templates/Localizable.strings:634 +#: Resources/templates/Localizable.strings:653 #, no-wrap msgid "A troubleshooting option used for booting into OS X's BSD/Unix command line." msgstr "Opcija za rješavanje problema koja se koristi za podizanje OS X BSD / Unix komandnog reda." #. type: "Ignorecaches_title" -#: Resources/templates/Localizable.strings:636 +#: Resources/templates/Localizable.strings:655 #, no-wrap msgid "Ignore Caches" msgstr "Ignore Caches" #. type: "Ignorecaches_description" -#: Resources/templates/Localizable.strings:637 +#: Resources/templates/Localizable.strings:656 #, no-wrap msgid "Not an option that's needed for everyday booting, but it can be useful if you want OS X to load all files from it's system folders, rather than relying on it's pre-built caches." msgstr "Opcija koja nije potrebna za svakodnevno podizanje, ali može biti korisna ukoliko želite da OS X učita sve fajlove iz sistemskog direktorija, radije nego se oslanjajući na pre-izgrađenu predmemoriju." #. type: "Npci_title" -#: Resources/templates/Localizable.strings:639 +#: Resources/templates/Localizable.strings:658 #, no-wrap msgid "npci=0x2000" msgstr "npci=0x2000" #. type: "Npci_description" -#: Resources/templates/Localizable.strings:640 +#: Resources/templates/Localizable.strings:659 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x2000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "Postavlja zastave npci = 0x2000 za Kernel Zastave" #. type: "Npci3_title" -#: Resources/templates/Localizable.strings:642 +#: Resources/templates/Localizable.strings:661 #, no-wrap msgid "npci=0x3000" msgstr "npci=0x3000" #. type: "Npci3_description" -#: Resources/templates/Localizable.strings:643 +#: Resources/templates/Localizable.strings:662 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x3000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "Postavlja zastave npci = 0x3000 za Kernel Zastave" #. type: "WaitingRootDevice_title" -#: Resources/templates/Localizable.strings:645 +#: Resources/templates/Localizable.strings:664 #, no-wrap msgid "ahcidisk=1 debug=8" msgstr "ahcidisk=1 debug=8" #. type: "WaitingRootDevice_description" -#: Resources/templates/Localizable.strings:646 +#: Resources/templates/Localizable.strings:665 #, no-wrap msgid "" "Info here: Waiting for root device when kernel cache used only with some disks +FIX\n" @@ -2371,25 +2435,25 @@ msgstr "" #. type: "Darkwake_title" -#: Resources/templates/Localizable.strings:650 +#: Resources/templates/Localizable.strings:669 #, no-wrap msgid "darkwake=0" msgstr "darkwake=0" #. type: "Darkwake_description" -#: Resources/templates/Localizable.strings:651 +#: Resources/templates/Localizable.strings:670 #, no-wrap msgid "Lion only. Disables the 'low power wake' feature which can sometimes leave the screen black after wake from sleep." msgstr "Samo Lion. Isključuje 'low power wake' opciju koja ponekad ostavi crni ekran posle buđenja iz spavanja." #. type: "NvdaDrv1_title" -#: Resources/templates/Localizable.strings:653 +#: Resources/templates/Localizable.strings:672 #, no-wrap msgid "nvda_drv=1" msgstr "nvda_drv=1" #. type: "NvdaDrv1_description" -#: Resources/templates/Localizable.strings:654 +#: Resources/templates/Localizable.strings:673 #, no-wrap msgid "" "It introduces a new Preference Pane under System Preferences that allows you to enable the Nvidia Web Driver.\n" @@ -2399,25 +2463,25 @@ msgstr "" #. type: "kext-dev-mode1_title" -#: Resources/templates/Localizable.strings:659 +#: Resources/templates/Localizable.strings:678 #, no-wrap msgid "kext-dev-mode=1" msgstr "kext-dev-mode=1" #. type: "kext-dev-mode1_description" -#: Resources/templates/Localizable.strings:660 +#: Resources/templates/Localizable.strings:679 #, no-wrap msgid "In Yosemite Developer Previews, unsigned or improperly signed kexts will not be loaded. To use unsigned kexts during development, this strict check can be disabled by adding a 'kext-dev-mode=1' boot arg." msgstr "" #. type: "Dart0_title" -#: Resources/templates/Localizable.strings:662 +#: Resources/templates/Localizable.strings:681 #, no-wrap msgid "dart=0" msgstr "dart=0" #. type: "Dart0_description" -#: Resources/templates/Localizable.strings:663 +#: Resources/templates/Localizable.strings:682 #, no-wrap msgid "" "Avoiding the DMAR processing causing by VT-d function in Osx (Virtualization).\n" @@ -2425,277 +2489,283 @@ msgstr "" #. type: "mac-de_title" -#: Resources/templates/Localizable.strings:670 +#: Resources/templates/Localizable.strings:689 #, no-wrap msgid "German Mac Keyboard" msgstr "German Mac Keyboard" #. type: "mac-de_description" -#: Resources/templates/Localizable.strings:671 +#: Resources/templates/Localizable.strings:690 #, no-wrap msgid "Use the keyboard layout for a German Mac keyboard" msgstr "Korištenje tastature za Njemačku Mac tastaturu" #. type: "mac-es_title" -#: Resources/templates/Localizable.strings:673 +#: Resources/templates/Localizable.strings:692 #, no-wrap msgid "Spanish Mac Keyboard" msgstr "Spanish Mac Keyboard" #. type: "mac-es_description" -#: Resources/templates/Localizable.strings:674 +#: Resources/templates/Localizable.strings:693 #, no-wrap msgid "Use the keyboard layout for a Spanish Mac keyboard" msgstr "Korištenje tastature za Španjolsku Mac tastaturu" #. type: "mac-fr_title" -#: Resources/templates/Localizable.strings:676 +#: Resources/templates/Localizable.strings:695 #, no-wrap msgid "French Mac Keyboard" msgstr "French Mac Keyboard" #. type: "mac-fr_description" -#: Resources/templates/Localizable.strings:677 +#: Resources/templates/Localizable.strings:696 #, no-wrap msgid "Use the keyboard layout for a French Mac keyboard" msgstr "Korištenje tastature za Francusku Mac tastaturu" #. type: "mac-it_title" -#: Resources/templates/Localizable.strings:679 +#: Resources/templates/Localizable.strings:698 #, no-wrap msgid "Italian Mac Keyboard" msgstr "Italian Mac Keyboard" #. type: "mac-it_description" -#: Resources/templates/Localizable.strings:680 +#: Resources/templates/Localizable.strings:699 #, no-wrap msgid "Use the keyboard layout for an Italian Mac keyboard" msgstr "Korištenje tastature za Italijansku Mac tastaturu" #. type: "mac-se_title" -#: Resources/templates/Localizable.strings:682 +#: Resources/templates/Localizable.strings:701 #, no-wrap msgid "Swedish Mac Keyboard" msgstr "Swedish Mac Keyboard" #. type: "mac-se_description" -#: Resources/templates/Localizable.strings:683 +#: Resources/templates/Localizable.strings:702 #, no-wrap msgid "Use the keyboard layout for a Swedish Mac keyboard" msgstr "Korištenje tastature za Svedsku Mac tastaturu" #. type: "pc-fr_title" -#: Resources/templates/Localizable.strings:685 +#: Resources/templates/Localizable.strings:704 #, no-wrap msgid "French PC Keyboard" msgstr "French PC Keyboard" #. type: "pc-fr_description" -#: Resources/templates/Localizable.strings:686 +#: Resources/templates/Localizable.strings:705 #, no-wrap msgid "Use the keyboard layout for a French PC keyboard" msgstr "Korištenje tastature za Francusku PC tastaturu" #. type: "Embed_title" -#: Resources/templates/Localizable.strings:693 +#: Resources/templates/Localizable.strings:712 #, no-wrap msgid "Embed" msgstr "Embed" #. type: "Embed_description" -#: Resources/templates/Localizable.strings:694 +#: Resources/templates/Localizable.strings:713 #, no-wrap msgid "A smaller simple version of the new default theme used when building a version of Chameleon which requires an embedded theme." msgstr "Manja, jednostavnija verzija nove podrazumevane teme koja se koristi prilikom izgradnje Chameleon-a koji zahteva ugrađenu temu. " #. type: "Legacy_title" -#: Resources/templates/Localizable.strings:696 +#: Resources/templates/Localizable.strings:715 #, no-wrap msgid "Legacy" msgstr "Legacy" #. type: "Legacy_description" -#: Resources/templates/Localizable.strings:697 +#: Resources/templates/Localizable.strings:716 #, no-wrap msgid "Chameleon's original default theme introduced for v2.0 RC1" msgstr "Chameleonova prethodno zadata tema." +#. type: "Default_title" +#: Resources/templates/Localizable.strings:718 +#, no-wrap +msgid "Standard" +msgstr "Standard" + #. type: "Default_description" -#: Resources/templates/Localizable.strings:700 +#: Resources/templates/Localizable.strings:719 #, no-wrap msgid "Chameleon default theme introduced for v2.0 RC5" msgstr "Chameleonova trenutno zadata tema." #. type: "Bullet_title" -#: Resources/templates/Localizable.strings:702 +#: Resources/templates/Localizable.strings:721 #, no-wrap msgid "Bullet" msgstr "Bullet" #. type: "Bullet_description" -#: Resources/templates/Localizable.strings:703 +#: Resources/templates/Localizable.strings:722 #, no-wrap msgid "A lovely simple theme by NoSmokingBandit from April 2009." msgstr "Predivna jednostavna tema od NoSmokingBandit iz Aprila 2009." #. type: "Audio_title" -#: Resources/templates/Localizable.strings:712 +#: Resources/templates/Localizable.strings:731 #, no-wrap msgid "Audio" msgstr "Audio" #. type: "Audio_description" -#: Resources/templates/Localizable.strings:713 +#: Resources/templates/Localizable.strings:732 #, no-wrap msgid "A selection of options that deal with audio." msgstr "Izbor opcija koje se bave audiom." #. type: "Control_title" -#: Resources/templates/Localizable.strings:716 +#: Resources/templates/Localizable.strings:735 #, no-wrap msgid "Control Options" msgstr "Control Options" #. type: "Control_description" -#: Resources/templates/Localizable.strings:717 +#: Resources/templates/Localizable.strings:736 #, no-wrap msgid "Settings to control how Chameleon works." msgstr "Opcije za kontrolu rada Chameleona." #. type: "General_title" -#: Resources/templates/Localizable.strings:720 +#: Resources/templates/Localizable.strings:739 #, no-wrap msgid "General Options" msgstr "General Options" #. type: "General_description" -#: Resources/templates/Localizable.strings:721 +#: Resources/templates/Localizable.strings:740 #, no-wrap msgid "Choose from a selection of base options." msgstr "Izaberite od selekcije iz baze opcija." #. type: "KernelFlags_title" -#: Resources/templates/Localizable.strings:724 +#: Resources/templates/Localizable.strings:743 #, no-wrap msgid "Kernel Flags" msgstr "Kernel Flags" #. type: "KernelFlags_description" -#: Resources/templates/Localizable.strings:725 +#: Resources/templates/Localizable.strings:744 #, no-wrap msgid "Choose from a selection of kernel flags." msgstr "Izaberite od selekcije iz kernel zastava." #. type: "PowerManagement_title" -#: Resources/templates/Localizable.strings:728 +#: Resources/templates/Localizable.strings:747 #, no-wrap msgid "Power Management" msgstr "Power Management" #. type: "PowerManagement_description" -#: Resources/templates/Localizable.strings:729 +#: Resources/templates/Localizable.strings:748 #, no-wrap msgid "A selection of options that deal with power management and speedstep." msgstr "Izbor opcija koje se bave upravljanjem potrošnjom energije i SpeedStep-om." #. type: "Resolution_description" -#: Resources/templates/Localizable.strings:733 +#: Resources/templates/Localizable.strings:752 #, no-wrap msgid "Set one resolution to use." msgstr "Set one resolution to use." #. type: "HDEFLayout_title" -#: Resources/templates/Localizable.strings:736 +#: Resources/templates/Localizable.strings:755 #, no-wrap msgid "HDEF Layout" msgstr "HDEF Layout" #. type: "HDEFLayout_description" -#: Resources/templates/Localizable.strings:737 +#: Resources/templates/Localizable.strings:756 #, no-wrap msgid "Set one HDEF Layout ID to use for your HDA controller." msgstr "" #. type: "HDAULayout_title" -#: Resources/templates/Localizable.strings:740 +#: Resources/templates/Localizable.strings:759 #, no-wrap msgid "HDAU Layout" msgstr "HDAU Layout" #. type: "HDAULayout_description" -#: Resources/templates/Localizable.strings:741 +#: Resources/templates/Localizable.strings:760 #, no-wrap msgid "Set one HDAU Layout ID to use for your HDMi controller." msgstr "" #. type: "IntelCapri_title" -#: Resources/templates/Localizable.strings:744 +#: Resources/templates/Localizable.strings:763 #, no-wrap msgid "Intel Capri AAPL,ig-platform-id" msgstr "" #. type: "IntelCapri_description" -#: Resources/templates/Localizable.strings:745 +#: Resources/templates/Localizable.strings:764 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD4000." msgstr "" #. type: "IntelAzul_title" -#: Resources/templates/Localizable.strings:748 +#: Resources/templates/Localizable.strings:767 #, no-wrap msgid "Intel Azul AAPL,ig-platform-id" msgstr "" #. type: "IntelAzul_description" -#: Resources/templates/Localizable.strings:749 +#: Resources/templates/Localizable.strings:768 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD5000." msgstr "" #. type: "HDEFPinConfiguration_title" -#: Resources/templates/Localizable.strings:752 +#: Resources/templates/Localizable.strings:771 #, no-wrap msgid "HDEF PinConfiguration" msgstr "HDEF PinConfiguration" #. type: "HDEFPinConfiguration_description" -#: Resources/templates/Localizable.strings:753 +#: Resources/templates/Localizable.strings:772 #, no-wrap msgid "Set one HDEF PinConfiguration to use." msgstr "" #. type: "Video_title" -#: Resources/templates/Localizable.strings:756 +#: Resources/templates/Localizable.strings:775 #, no-wrap msgid "Video" msgstr "Video" #. type: "Video_description" -#: Resources/templates/Localizable.strings:757 +#: Resources/templates/Localizable.strings:776 #, no-wrap msgid "A selection of options that deal with video." msgstr "Izbor opcija koje se bave videom." #. type: "Keymaps_title" -#: Resources/templates/Localizable.strings:760 +#: Resources/templates/Localizable.strings:779 #, no-wrap msgid "KeyLayout" msgstr "KeyLayout" #. type: "Keymaps_description" -#: Resources/templates/Localizable.strings:761 +#: Resources/templates/Localizable.strings:780 #, no-wrap msgid "Select one keylayout to use. This will also install the Keylayout module and keymaps." msgstr "Select one keylayout to use. This will also install the Keylayout module and keymaps." #. type: "Themes_title" -#: Resources/templates/Localizable.strings:767 +#: Resources/templates/Localizable.strings:786 #, no-wrap msgid "Themes" msgstr "Themes" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:768 +#: Resources/templates/Localizable.strings:787 #, no-wrap msgid "" "A collection of sample themes\n" @@ -2704,6 +2774,12 @@ "Skup predloženih tema\n" "Više tema možete pronaći na http://forum.voodooprojects.org/index.php/board,7.0.html" +#~ msgid "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" +#~ msgstr "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" + +#~ msgid "Chameleon" +#~ msgstr "Chameleon" + #~ msgid "Install Type" #~ msgstr "Vrsta instalacije" Index: branches/ErmaC/Enoch/package/po/fa.po =================================================================== --- branches/ErmaC/Enoch/package/po/fa.po (revision 2678) +++ branches/ErmaC/Enoch/package/po/fa.po (revision 2679) @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Chameleon 2.3\n" -"POT-Creation-Date: 2015-02-13 18:09+0000\n" +"POT-Creation-Date: 2015-05-10 14:42+0200\n" "PO-Revision-Date: 2015-02-13 18:28-0000\n" "Last-Translator: minlite \n" "Language-Team: LANGUAGE \n" @@ -20,13 +20,15 @@ #. type: Content of:

#: Resources/templates/Welcome.html:22 -msgid "Chameleon" -msgstr "Chameleon" +msgid "Enoch" +msgstr "" #. type: Content of:

#: Resources/templates/Welcome.html:23 -msgid "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" -msgstr "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" +#, fuzzy +#| msgid "Chameleon v%CHAMELEONVERSION% r%CHAMELEONREVISION%" +msgid "ErmaC's Branch of Chameleon (%CHAMELEONREVISION%)" +msgstr "Chameleon v%نسخه کامیلیون% r%نسخه کامیلیون%" #. type: Content of:

#: Resources/templates/Welcome.html:25 @@ -266,64 +268,125 @@ "boot1 (بر روی بوت سکتور پارتیشن) برای اینکه boot2 را پیدا کند .\n" "boot2 (در فلدر ریشه پارتیشن) بر بارگیری کرنل و غیره." -#. type: "Default_title" +#. type: "BootNo_title" #: Resources/templates/Localizable.strings:25 -#: Resources/templates/Localizable.strings:699 #, no-wrap -msgid "Standard" -msgstr "استاندارد" +msgid "Don't install the Bootloader" +msgstr "بوت لودر را نصب نکن" -#. type: "Standard_description" +#. type: "BootNo_description" #: Resources/templates/Localizable.strings:26 #, no-wrap -msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." -msgstr "فایل های کامیلیون را در ریشه پارتیشن انتخاب شده با استفاده از boot0 یا boot0md بسته به سیستم شما بدونه آسیب زدن به نسخه های نصب شده ویندوز (در صورت وجود) نصب کن." +msgid "Useful if you only want to install the extra's." +msgstr "برای مواردی که شما فقط می خواهید فایل های جانبی کامیلیون را نصب کنید مناسب است ." -#. type: "noboot_title" +#. type: "Stages_title" #: Resources/templates/Localizable.strings:28 -#, no-wrap -msgid "Don't install the Bootloader" -msgstr "بوت لودر را نصب نکن" +#, fuzzy, no-wrap +#| msgid "Chameleon Bootloader Package" +msgid "Bootloader Stages" +msgstr "بسته بوت لودر کامیلیون" -#. type: "noboot_description" +#. type: "Stages_description" #: Resources/templates/Localizable.strings:29 #, no-wrap -msgid "Useful if you only want to install the extra's." -msgstr "برای مواردی که شما فقط می خواهید فایل های جانبی کامیلیون را نصب کنید مناسب است ." +msgid "" +"Here you can chose to skip the bootloader installation completely or partially.\n" +"This can be usefull if you want to write Extra's, or skip some stage (0,1 and activation of the target partition).\n" +"Skipping all stages permit you to leave as is already working boot sectors, especially usefull with 4k drives.\n" +"boot is always copied to the target partition when you are skipping one or more stages." +msgstr "" +#. type: "SkipStage0_title" +#: Resources/templates/Localizable.strings:34 +#, no-wrap +msgid "Skip Stage 0" +msgstr "" + +#. type: "SkipStage0_description" +#: Resources/templates/Localizable.strings:35 +#, no-wrap +msgid "" +"Avoid writing stage 0 to the target disk.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipStage1_title" +#: Resources/templates/Localizable.strings:38 +#, no-wrap +msgid "Skip Stage 1" +msgstr "" + +#. type: "SkipStage1_description" +#: Resources/templates/Localizable.strings:39 +#, no-wrap +msgid "" +"Avoid writing stage 1 to the partition boot sector.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipActivePartition_title" +#: Resources/templates/Localizable.strings:42 +#, no-wrap +msgid "Skip Activation" +msgstr "" + +#. type: "SkipActivePartition_description" +#: Resources/templates/Localizable.strings:43 +#, no-wrap +msgid "" +"Prevents activation of the target partition.\n" +"Some old motherboards have a bad implementation of GPT in bios and they can not find partitions if marked active unger Guid Partition Table.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "Standard_title" +#: Resources/templates/Localizable.strings:47 +#, fuzzy, no-wrap +#| msgid " has been written to the root of your chosen partition." +msgid "Install Chameleon in the chosen partition." +msgstr "  در ریشه پارتیشن انتخاب شده نوشته می شود." + +#. type: "Standard_description" +#: Resources/templates/Localizable.strings:48 +#, fuzzy, no-wrap +#| msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." +msgid "Install Chameleon's files to the root of the selected partition using either boot0, boot0md or boot0hfs depending on your system without destroying any existing Windows installation if you have one." +msgstr "فایل های کامیلیون را در ریشه پارتیشن انتخاب شده با استفاده از boot0 یا boot0md بسته به سیستم شما بدونه آسیب زدن به نسخه های نصب شده ویندوز (در صورت وجود) نصب کن." + #. type: "EFI_title" -#: Resources/templates/Localizable.strings:31 +#: Resources/templates/Localizable.strings:50 #, no-wrap msgid "Install Chameleon in the ESP" msgstr "" #. type: "EFI_description" -#: Resources/templates/Localizable.strings:32 +#: Resources/templates/Localizable.strings:51 #, fuzzy, no-wrap #| msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." -msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0, boot0md or boot0hfs depending on your system." msgstr "فایل های کامیلیون را در ریشه پارتیشن انتخاب شده با استفاده از boot0 یا boot0md بسته به سیستم شما بدونه آسیب زدن به نسخه های نصب شده ویندوز (در صورت وجود) نصب کن." #. type: "Module_title" -#: Resources/templates/Localizable.strings:37 +#: Resources/templates/Localizable.strings:56 #, no-wrap msgid "Modules" msgstr "ماژول ها" #. type: "Module_description" -#: Resources/templates/Localizable.strings:38 +#: Resources/templates/Localizable.strings:57 #, no-wrap msgid "The modules system incorporated in chameleon allows for a user or developer to extend the core functionality of chameleon without replacing the main boot file." msgstr "سیستم ماژول ها به توسعه دهندگان یا کاربران اجازه توسعه قابلیت های کامیلیون بدونه جایگزین کردن فایل بوت اصلی را می دهد." #. type: "klibc_title" -#: Resources/templates/Localizable.strings:40 +#: Resources/templates/Localizable.strings:59 #, no-wrap msgid "klibc" msgstr "klibc" #. type: "klibc_description" -#: Resources/templates/Localizable.strings:41 +#: Resources/templates/Localizable.strings:60 #, no-wrap msgid "" "This module provides a standard c library for modules to link to if the library provided by chameleon is insufficient.\n" @@ -332,13 +395,13 @@ msgstr "این ماژول یک کتابخانه استاندارد c برای ماژول ها فراهم می آورد تا در صورتی که کتابخانه کامیلیون ناکافی بود به آن لینک شوند.این در حال حاضر تنها توسط کتابخانه uClibc++ استفاده می شود.منبع:http://www.kernel.org/pub/linux/libs/klibc/" #. type: "ACPICodec_title" -#: Resources/templates/Localizable.strings:45 +#: Resources/templates/Localizable.strings:64 #, no-wrap msgid "ACPICodec" msgstr "‌‍ACPICodec" #. type: "ACPICodec_description" -#: Resources/templates/Localizable.strings:46 +#: Resources/templates/Localizable.strings:65 #, no-wrap msgid "" "This module provides a substitute for the internal acpi patcher.\n" @@ -346,13 +409,13 @@ msgstr "" #. type: "HDAEnabler_title" -#: Resources/templates/Localizable.strings:49 +#: Resources/templates/Localizable.strings:68 #, no-wrap msgid "HDAEnabler" msgstr "‏HDAEnabler" #. type: "HDAEnabler_description" -#: Resources/templates/Localizable.strings:50 +#: Resources/templates/Localizable.strings:69 #, no-wrap msgid "" "HDAEnabler module, this module provides a substitute for the Hight Definition Audio DSDT Edits.\n" @@ -360,13 +423,13 @@ msgstr "" #. type: "FileNVRAM_title" -#: Resources/templates/Localizable.strings:53 +#: Resources/templates/Localizable.strings:72 #, no-wrap msgid "FileNVRAM" msgstr "‏FileNVRAM" #. type: "FileNVRAM_description" -#: Resources/templates/Localizable.strings:54 +#: Resources/templates/Localizable.strings:73 #, no-wrap msgid "" "FileNVRAM module for preloading NVRAM values.\n" @@ -374,13 +437,13 @@ msgstr "" #. type: "Sata_title" -#: Resources/templates/Localizable.strings:57 +#: Resources/templates/Localizable.strings:76 #, no-wrap msgid "Sata" msgstr "‏Sata" #. type: "Sata_description" -#: Resources/templates/Localizable.strings:58 +#: Resources/templates/Localizable.strings:77 #, no-wrap msgid "" "Sata module, known as YellowIconFixer in cparm's branch.\n" @@ -389,14 +452,14 @@ msgstr "" #. type: "Resolution_title" -#: Resources/templates/Localizable.strings:62 -#: Resources/templates/Localizable.strings:732 +#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:751 #, no-wrap msgid "Resolution" msgstr "تفکیک پذیری" #. type: "AutoReso_description" -#: Resources/templates/Localizable.strings:63 +#: Resources/templates/Localizable.strings:82 #, no-wrap msgid "" "This module reads the edid information from the monitor attached to the main display.\n" @@ -408,13 +471,13 @@ "علاوه بر این , این ماژول حالت vesa که در کارت های گرافیک اینتل وجود دارد را پتچ می کند تا تفکیک پذیری بهتری را در هنگام بوت فراهم کند." #. type: "uClibc_title" -#: Resources/templates/Localizable.strings:67 +#: Resources/templates/Localizable.strings:86 #, no-wrap msgid "uClibc++" msgstr "uClibc++" #. type: "uClibc_description" -#: Resources/templates/Localizable.strings:68 +#: Resources/templates/Localizable.strings:87 #, no-wrap msgid "" "This module provides a minimalistic c++ runtime library for use in other modules. This does not provide functionality by itself, instead it is used to allow for the c++ language to be used in other modules.\n" @@ -428,13 +491,13 @@ "وابستگی ها :klibc" #. type: "KernelPatcher_title" -#: Resources/templates/Localizable.strings:73 +#: Resources/templates/Localizable.strings:92 #, no-wrap msgid "Kernel Patcher" msgstr "‏Kernel Patcher" #. type: "KernelPatcher_description" -#: Resources/templates/Localizable.strings:74 +#: Resources/templates/Localizable.strings:93 #, no-wrap msgid "" "The KernelPatcher module provides patches for the following:\n" @@ -446,13 +509,13 @@ msgstr "" #. type: "KextPatcher_title" -#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:100 #, no-wrap msgid "Kext Patcher" msgstr "‏Kext Patcher" #. type: "KextPatcher_description" -#: Resources/templates/Localizable.strings:82 +#: Resources/templates/Localizable.strings:101 #, no-wrap msgid "" "The KextPatcher module provides patches for the following:\n" @@ -460,13 +523,13 @@ msgstr "" #. type: "NVIDIAGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:85 +#: Resources/templates/Localizable.strings:104 #, no-wrap msgid "NVIDIAGraphicsEnabler" msgstr "‏NVIDIAGraphicsEnabler" #. type: "NVIDIAGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:86 +#: Resources/templates/Localizable.strings:105 #, no-wrap msgid "" "The GraphicsEnabler nVidia code ported to a module.\n" @@ -474,13 +537,13 @@ msgstr "" #. type: "GraphicsEnablerModule_title" -#: Resources/templates/Localizable.strings:89 +#: Resources/templates/Localizable.strings:108 #, no-wrap msgid "GraphicsEnabler" msgstr "" #. type: "GraphicsEnablerModule_description" -#: Resources/templates/Localizable.strings:90 +#: Resources/templates/Localizable.strings:109 #, no-wrap msgid "" "The GraphicsEnabler code ported to a module.\n" @@ -488,13 +551,13 @@ msgstr "" #. type: "AMDGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:93 +#: Resources/templates/Localizable.strings:112 #, no-wrap msgid "AMDGraphicsEnabler" msgstr "‏AMDGraphicsEnabler" #. type: "AMDGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:94 +#: Resources/templates/Localizable.strings:113 #, no-wrap msgid "" "The GraphicsEnabler AMD/ATi code ported to a module.\n" @@ -502,13 +565,13 @@ msgstr "" #. type: "IntelGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:97 +#: Resources/templates/Localizable.strings:116 #, no-wrap msgid "IntelGraphicsEnabler" msgstr "‏IntelGraphicsEnabler" #. type: "IntelGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:98 +#: Resources/templates/Localizable.strings:117 #, no-wrap msgid "" "The GraphicsEnabler gma(Intel) code ported to a module.\n" @@ -516,638 +579,638 @@ msgstr "" #. type: "Options_title" -#: Resources/templates/Localizable.strings:106 +#: Resources/templates/Localizable.strings:125 #, no-wrap msgid "Settings" msgstr "تنظیمات" #. type: "Options_description" -#: Resources/templates/Localizable.strings:107 +#: Resources/templates/Localizable.strings:126 #, no-wrap msgid "Create an /Extra/org.chameleon.Boot.plist by selecting any of these boot options and kernel flags." msgstr "با انتخاب هر یک از گزینه های بوت یا کرنل یک /Extra/org.chameleon.Boot.plist ایجاد می شود." #. type: "BootBanner_title" -#: Resources/templates/Localizable.strings:109 +#: Resources/templates/Localizable.strings:128 #, no-wrap msgid "BootBanner=No" msgstr "BootBanner=No" #. type: "BootBanner_description" -#: Resources/templates/Localizable.strings:110 +#: Resources/templates/Localizable.strings:129 #, no-wrap msgid "Hides Chameleon's boot banner in GUI. This is the text that is drawn at the top left corner of the screen displaying the release version etc." msgstr "نشان کامیلیون را در حالت GUI مخفی می کند .این نشان یک متن در گوشه بالا سمت چپ صفحه نمایش ترسیم می شود و نسخه انتشار یافته و غیره را نشان می دهد." #. type: "GUI_title" -#: Resources/templates/Localizable.strings:112 +#: Resources/templates/Localizable.strings:131 #, no-wrap msgid "GUI=No" msgstr "GUI=No" #. type: "GUI_description" -#: Resources/templates/Localizable.strings:113 +#: Resources/templates/Localizable.strings:132 #, no-wrap msgid "Disables the default enabled graphic user interface." msgstr "رابط کاربر گرافیکی را که به طور پیش فرض فعال است را غیر فعال می کند." #. type: "LegacyLogo_title" -#: Resources/templates/Localizable.strings:115 +#: Resources/templates/Localizable.strings:134 #, no-wrap msgid "LegacyLogo=Yes" msgstr "LegacyLogo=Yes" #. type: "LegacyLogo_description" -#: Resources/templates/Localizable.strings:116 +#: Resources/templates/Localizable.strings:135 #, no-wrap msgid "Use the legacy 'dark grey' apple logo on the light grey screen for the boot process rather than the boot.png in the theme." msgstr "از لوگوی خاکستری تیره قدیمی اپل در صفحه خاکستری روشن بوت به فایل boot.png موجوی در پوشه theme استفاده می کند." #. type: "InstantMenu_title" -#: Resources/templates/Localizable.strings:118 +#: Resources/templates/Localizable.strings:137 #, no-wrap msgid "InstantMenu=Yes" msgstr "InstantMenu=Yes" #. type: "InstantMenu_description" -#: Resources/templates/Localizable.strings:119 +#: Resources/templates/Localizable.strings:138 #, no-wrap msgid "By default, when Chameleon loads you'll see the icon for the current default partition, along with a timeout progress bar which left alone will count down before Chameleon automatically boots that partition. This options skips that and takes you directly to the device selection screen." msgstr "در حالت پیش فرض وقتی که کامیلیون بارگیری می شود شما یک آیکون برای پارتیشن پیش فرض کنونی می بینید ، همراه با یک تایمر که تا زمانی که کایمیلون به صورت خودکار لود شود باقی می ماند .این گزینه تایمر مذکور را لغو و به صورت مستقیم شما را ببه صفحه انتخاب پارتیشن برای بوت هدایت می کند." #. type: "QuietBoot_title" -#: Resources/templates/Localizable.strings:121 +#: Resources/templates/Localizable.strings:140 #, no-wrap msgid "QuietBoot=Yes" msgstr "QuietBoot=Yes" #. type: "QuietBoot_description" -#: Resources/templates/Localizable.strings:122 +#: Resources/templates/Localizable.strings:141 #, no-wrap msgid "Enable quiet boot mode (no messages or prompt)." msgstr "فعال سازی حالت بوت سریع" #. type: "ShowInfo_title" -#: Resources/templates/Localizable.strings:124 +#: Resources/templates/Localizable.strings:143 #, no-wrap msgid "ShowInfo=Yes" msgstr "ShowInfo=Yes" #. type: "ShowInfo_description" -#: Resources/templates/Localizable.strings:125 +#: Resources/templates/Localizable.strings:144 #, no-wrap msgid "Enables display of partition and resolution details shown on the left side of the GUI under the boot banner. This is useful information for troubleshooting, though can clash with certain themes." msgstr "فعال سازی نمایش اطلاعات مربوط به پارتیشن و تفکیک پذیری در گوشه بالا سمت چپ .برای مشکل یابی مناسب است . ممکن است در بعضی از تم ها مشکل داشته باشد." #. type: "Wait_title" -#: Resources/templates/Localizable.strings:127 +#: Resources/templates/Localizable.strings:146 #, no-wrap msgid "Wait=Yes" msgstr "Wait=Yes" #. type: "Wait_description" -#: Resources/templates/Localizable.strings:128 +#: Resources/templates/Localizable.strings:147 #, no-wrap msgid "Pauses the boot process after Chameleon has finished it's setup then waits for a key press before it starts the mach kernel. Useful when combined with verbose boot for troubleshooting." msgstr "" #. type: "PrivateData_title" -#: Resources/templates/Localizable.strings:130 +#: Resources/templates/Localizable.strings:149 #, no-wrap msgid "PrivateData=No" msgstr "‏PrivateData=No" #. type: "PrivateData_description" -#: Resources/templates/Localizable.strings:131 +#: Resources/templates/Localizable.strings:150 #, no-wrap msgid "Show masked data (serial number) in bdmesg log (enbaled by default)." msgstr "" #. type: "USBBusFix_title" -#: Resources/templates/Localizable.strings:135 +#: Resources/templates/Localizable.strings:154 #, no-wrap msgid "USBBusFix=Yes" msgstr "‏USBBusFix=Yes" #. type: "USBBusFix_description" -#: Resources/templates/Localizable.strings:136 +#: Resources/templates/Localizable.strings:155 #, no-wrap msgid "Enable the XHCI, EHCI and UHCI fixes (disabled by default)." msgstr "" #. type: "USBLegacyOff_title" -#: Resources/templates/Localizable.strings:138 +#: Resources/templates/Localizable.strings:157 #, no-wrap msgid "USBLegacyOff=Yes" msgstr "‏LegacyLogo=YesUSBLegacyOff=Yes" #. type: "USBLegacyOff_description" -#: Resources/templates/Localizable.strings:139 +#: Resources/templates/Localizable.strings:158 #, no-wrap msgid "Force USB Legacy off for XHCI and EHCI (disabled by default)." msgstr "" #. type: "XHCILegacyOff_title" -#: Resources/templates/Localizable.strings:141 +#: Resources/templates/Localizable.strings:160 #, no-wrap msgid "XHCILegacyOff=Yes" msgstr "‏XHCILegacyOff=Yes" #. type: "XHCILegacyOff_description" -#: Resources/templates/Localizable.strings:142 +#: Resources/templates/Localizable.strings:161 #, no-wrap msgid "Force USB Legacy off for XHCI (disabled by default)." msgstr "" #. type: "UHCIreset_title" -#: Resources/templates/Localizable.strings:144 +#: Resources/templates/Localizable.strings:163 #, no-wrap msgid "UHCIreset=Yes" msgstr "‏UHCIreset=Yes" #. type: "UHCIreset_description" -#: Resources/templates/Localizable.strings:145 +#: Resources/templates/Localizable.strings:164 #, no-wrap msgid "Enables the option to reset UHCI controllers before starting OS X." msgstr "" #. type: "EHCIacquire_title" -#: Resources/templates/Localizable.strings:147 +#: Resources/templates/Localizable.strings:166 #, no-wrap msgid "EHCIacquire=Yes" msgstr "‏EHCIacquire=Yes" #. type: "EHCIacquire_description" -#: Resources/templates/Localizable.strings:148 +#: Resources/templates/Localizable.strings:167 #, no-wrap msgid "Enables the option to fix any EHCI ownership issues due to bad bioses." msgstr "" #. type: "arch_title" -#: Resources/templates/Localizable.strings:150 +#: Resources/templates/Localizable.strings:169 #, no-wrap msgid "arch=i386" msgstr "‏arch=i386" #. type: "arch_description" -#: Resources/templates/Localizable.strings:151 +#: Resources/templates/Localizable.strings:170 #, no-wrap msgid "Boots the kernel in 32bit mode rather than the default 64bit mode." msgstr "" #. type: "EthernetBuiltIn_title" -#: Resources/templates/Localizable.strings:153 +#: Resources/templates/Localizable.strings:172 #, no-wrap msgid "EthernetBuiltIn=Yes" msgstr "‏EthernetBuiltIn=Yes" #. type: "EthernetBuiltIn_description" -#: Resources/templates/Localizable.strings:154 +#: Resources/templates/Localizable.strings:173 #, no-wrap msgid "Enables the option of adding 'built-in' to your ethernet devices." msgstr "" #. type: "EnableWifi_title" -#: Resources/templates/Localizable.strings:156 +#: Resources/templates/Localizable.strings:175 #, no-wrap msgid "EnableWifi=Yes" msgstr "‏EnableWifi=Yes" #. type: "EnableWifi_description" -#: Resources/templates/Localizable.strings:157 +#: Resources/templates/Localizable.strings:176 #, no-wrap msgid "Enables the option of adding AirPort values to your wireless device." msgstr "" #. type: "ForceHPET_title" -#: Resources/templates/Localizable.strings:159 +#: Resources/templates/Localizable.strings:178 #, no-wrap msgid "ForceHPET=Yes" msgstr "‏ForceHPET=Yes" #. type: "ForceHPET_description" -#: Resources/templates/Localizable.strings:160 +#: Resources/templates/Localizable.strings:179 #, no-wrap msgid "Enables HPET on intel chipsets, for bioses that dont include the option." msgstr "" #. type: "ForceWake_title" -#: Resources/templates/Localizable.strings:162 +#: Resources/templates/Localizable.strings:181 #, no-wrap msgid "ForceWake=Yes" msgstr "" #. type: "ForceWake_description" -#: Resources/templates/Localizable.strings:163 +#: Resources/templates/Localizable.strings:182 #, no-wrap msgid "This option enables you to bypass bad sleep images." msgstr "" #. type: "ForceFullMemInfo_title" -#: Resources/templates/Localizable.strings:165 +#: Resources/templates/Localizable.strings:184 #, no-wrap msgid "ForceFullMemInfo=Yes" msgstr "‏ForceFullMemInfo=Yes" #. type: "ForceFullMemInfo_description" -#: Resources/templates/Localizable.strings:166 +#: Resources/templates/Localizable.strings:185 #, no-wrap msgid "Force SMBIOS Table 17 to be 27 bytes long." msgstr "" #. type: "RestartFix_title" -#: Resources/templates/Localizable.strings:168 +#: Resources/templates/Localizable.strings:187 #, no-wrap msgid "RestartFix=No" msgstr "‏RestartFix=No" #. type: "RestartFix_description" -#: Resources/templates/Localizable.strings:169 +#: Resources/templates/Localizable.strings:188 #, no-wrap msgid "Disables the automatically enabled restart fix." msgstr "" #. type: "UseMemDetect_title" -#: Resources/templates/Localizable.strings:171 +#: Resources/templates/Localizable.strings:190 #, no-wrap msgid "UseMemDetect=No" msgstr "‏UseMemDetect=No" #. type: "UseMemDetect_description" -#: Resources/templates/Localizable.strings:172 +#: Resources/templates/Localizable.strings:191 #, no-wrap msgid "Disables the automatically enabled RAM recognition." msgstr "" #. type: "UseKernelCache_title" -#: Resources/templates/Localizable.strings:174 +#: Resources/templates/Localizable.strings:193 #, no-wrap msgid "UseKernelCache=Yes" msgstr "‏UseKernelCache=Yes" #. type: "UseKernelCache_description" -#: Resources/templates/Localizable.strings:175 +#: Resources/templates/Localizable.strings:194 #, no-wrap msgid "For Lion only. Enables loading of the pre-linked kernel. This will ignore /E/E and /S/L/E. ONLY use this is you have know it contains everything you need." msgstr "" #. type: "Wake_title" -#: Resources/templates/Localizable.strings:177 +#: Resources/templates/Localizable.strings:196 #, no-wrap msgid "Wake=Yes" msgstr "‏Wake=Yes" #. type: "Wake_description" -#: Resources/templates/Localizable.strings:178 +#: Resources/templates/Localizable.strings:197 #, no-wrap msgid "Attempts to load the sleep image saved from last hibernation." msgstr "" #. type: "CSTUsingSystemIO_title" -#: Resources/templates/Localizable.strings:182 +#: Resources/templates/Localizable.strings:201 #, no-wrap msgid "CSTUsingSystemIO=Yes" msgstr "‏CSTUsingSystemIO=Yes" #. type: "CSTUsingSystemIO_description" -#: Resources/templates/Localizable.strings:183 +#: Resources/templates/Localizable.strings:202 #, no-wrap msgid "New C-State _CST generation method using SystemIO registers instead of FixedHW." msgstr "" #. type: "DropSSDT_title" -#: Resources/templates/Localizable.strings:185 +#: Resources/templates/Localizable.strings:204 #, no-wrap msgid "DropSSDT=Yes" msgstr "‏DropSSDT=Yes" #. type: "DropSSDT_description" -#: Resources/templates/Localizable.strings:186 +#: Resources/templates/Localizable.strings:205 #, no-wrap msgid "Discard the motherboard's built-in SSDT tables." msgstr "" #. type: "DropHPET_title" -#: Resources/templates/Localizable.strings:188 +#: Resources/templates/Localizable.strings:207 #, no-wrap msgid "DropHPET=Yes" msgstr "‏DropHPET=Yes" #. type: "DropHPET_description" -#: Resources/templates/Localizable.strings:189 +#: Resources/templates/Localizable.strings:208 #, no-wrap msgid "Discard the motherboard's built-in HPET table." msgstr "" #. type: "DropSBST_title" -#: Resources/templates/Localizable.strings:191 +#: Resources/templates/Localizable.strings:210 #, no-wrap msgid "DropSBST=Yes" msgstr "‏DropSBST=Yes" #. type: "DropSBST_description" -#: Resources/templates/Localizable.strings:192 +#: Resources/templates/Localizable.strings:211 #, no-wrap msgid "Discard the motherboard's built-in SBST table." msgstr "" #. type: "DropECDT_title" -#: Resources/templates/Localizable.strings:194 +#: Resources/templates/Localizable.strings:213 #, no-wrap msgid "DropECDT=Yes" msgstr "‏DropECDT=Yes" #. type: "DropECDT_description" -#: Resources/templates/Localizable.strings:195 +#: Resources/templates/Localizable.strings:214 #, no-wrap msgid "Discard the motherboard's built-in ECDT table." msgstr "" #. type: "DropASFT_title" -#: Resources/templates/Localizable.strings:197 +#: Resources/templates/Localizable.strings:216 #, no-wrap msgid "DropASFT=Yes" msgstr "‏DropASFT=Yes" #. type: "DropASFT_description" -#: Resources/templates/Localizable.strings:198 +#: Resources/templates/Localizable.strings:217 #, no-wrap msgid "Discard the motherboard's built-in ASF! table." msgstr "" #. type: "DropDMAR_title" -#: Resources/templates/Localizable.strings:200 +#: Resources/templates/Localizable.strings:219 #, no-wrap msgid "DropDMAR=Yes" msgstr "" #. type: "DropDMAR_description" -#: Resources/templates/Localizable.strings:201 +#: Resources/templates/Localizable.strings:220 #, no-wrap msgid "Discard the motherboard's built-in DMAR table, this key action resolve the problem with VT-d panics." msgstr "" #. type: "EnableC2State_title" -#: Resources/templates/Localizable.strings:203 +#: Resources/templates/Localizable.strings:222 #, no-wrap msgid "EnableC2State=Yes" msgstr "‏EnableC2State=Yes" #. type: "EnableC2State_description" -#: Resources/templates/Localizable.strings:204 +#: Resources/templates/Localizable.strings:223 #, no-wrap msgid "Enable specific Processor power state, C2." msgstr "" #. type: "EnableC3State_title" -#: Resources/templates/Localizable.strings:206 +#: Resources/templates/Localizable.strings:225 #, no-wrap msgid "EnableC3State=Yes" msgstr "‏EnableC3State=Yes" #. type: "EnableC3State_description" -#: Resources/templates/Localizable.strings:207 +#: Resources/templates/Localizable.strings:226 #, no-wrap msgid "Enable specific Processor power state, C3." msgstr "" #. type: "EnableC4State_title" -#: Resources/templates/Localizable.strings:209 +#: Resources/templates/Localizable.strings:228 #, no-wrap msgid "EnableC4State=Yes" msgstr "‏EnableC4State=Yes" #. type: "EnableC4State_description" -#: Resources/templates/Localizable.strings:210 +#: Resources/templates/Localizable.strings:229 #, no-wrap msgid "Enable specific Processor power state, C4." msgstr "" #. type: "EnableC6State_title" -#: Resources/templates/Localizable.strings:212 +#: Resources/templates/Localizable.strings:231 #, no-wrap msgid "EnableC6State=Yes" msgstr "‏EnableC6State=Yes" #. type: "EnableC6State_description" -#: Resources/templates/Localizable.strings:213 +#: Resources/templates/Localizable.strings:232 #, no-wrap msgid "Enable specific Processor power state, C6." msgstr "" #. type: "EnableC7State_title" -#: Resources/templates/Localizable.strings:215 +#: Resources/templates/Localizable.strings:234 #, no-wrap msgid "EnableC7State=Yes" msgstr "‏EnableC7State=Yes" #. type: "EnableC7State_description" -#: Resources/templates/Localizable.strings:216 +#: Resources/templates/Localizable.strings:235 #, no-wrap msgid "Enable specific Processor power state, C7." msgstr "" #. type: "GenerateCStates_title" -#: Resources/templates/Localizable.strings:218 +#: Resources/templates/Localizable.strings:237 #, no-wrap msgid "GenerateCStates=Yes" msgstr "‏GenerateCStates=Yes" #. type: "GenerateCStates_description" -#: Resources/templates/Localizable.strings:219 +#: Resources/templates/Localizable.strings:238 #, no-wrap msgid "Enable auto generation of processor idle sleep states (C-States)." msgstr "" #. type: "GeneratePStates_title" -#: Resources/templates/Localizable.strings:221 +#: Resources/templates/Localizable.strings:240 #, no-wrap msgid "GeneratePStates=Yes" msgstr "‏GeneratePStates=Yes" #. type: "GeneratePStates_description" -#: Resources/templates/Localizable.strings:222 +#: Resources/templates/Localizable.strings:241 #, no-wrap msgid "Enable auto generation of processor power performance states (P-States)." msgstr "" #. type: "GenerateTStates_title" -#: Resources/templates/Localizable.strings:224 +#: Resources/templates/Localizable.strings:243 #, no-wrap msgid "GenerateTStates=Yes" msgstr "‏GenerateTStates=Yes" #. type: "GenerateTStates_description" -#: Resources/templates/Localizable.strings:225 +#: Resources/templates/Localizable.strings:244 #, no-wrap msgid "Enable auto generation of processor power performance states (T-States)." msgstr "" #. type: "1024x600x32_title" -#: Resources/templates/Localizable.strings:229 +#: Resources/templates/Localizable.strings:248 #, no-wrap msgid "1024x600x32" msgstr "‏1024x600x32" #. type: "1024x600x32_description" -#: Resources/templates/Localizable.strings:230 +#: Resources/templates/Localizable.strings:249 #, no-wrap msgid "Set Graphics Mode to 1024x600x32" msgstr "" #. type: "1024x768x32_title" -#: Resources/templates/Localizable.strings:232 +#: Resources/templates/Localizable.strings:251 #, no-wrap msgid "1024x768x32" msgstr "" #. type: "1024x768x32_description" -#: Resources/templates/Localizable.strings:233 +#: Resources/templates/Localizable.strings:252 #, no-wrap msgid "Set Graphics Mode to 1024x768x32" msgstr "" #. type: "1280x768x32_title" -#: Resources/templates/Localizable.strings:235 +#: Resources/templates/Localizable.strings:254 #, no-wrap msgid "1280x768x32" msgstr "" #. type: "1280x768x32_description" -#: Resources/templates/Localizable.strings:236 +#: Resources/templates/Localizable.strings:255 #, no-wrap msgid "Set Graphics Mode to 1280x768x32" msgstr "" #. type: "1280x800x32_title" -#: Resources/templates/Localizable.strings:238 +#: Resources/templates/Localizable.strings:257 #, no-wrap msgid "1280x800x32" msgstr "" #. type: "1280x800x32_description" -#: Resources/templates/Localizable.strings:239 +#: Resources/templates/Localizable.strings:258 #, no-wrap msgid "Set Graphics Mode to 1280x800x32" msgstr "" #. type: "1280x1024x32_title" -#: Resources/templates/Localizable.strings:241 +#: Resources/templates/Localizable.strings:260 #, no-wrap msgid "1280x1024x32" msgstr "" #. type: "1280x1024x32_description" -#: Resources/templates/Localizable.strings:242 +#: Resources/templates/Localizable.strings:261 #, no-wrap msgid "Set Graphics Mode to 1280x1024x32" msgstr "" #. type: "1280x960x32_title" -#: Resources/templates/Localizable.strings:244 +#: Resources/templates/Localizable.strings:263 #, no-wrap msgid "1280x960x32" msgstr "" #. type: "1280x960x32_description" -#: Resources/templates/Localizable.strings:245 +#: Resources/templates/Localizable.strings:264 #, no-wrap msgid "Set Graphics Mode to 1280x960x32" msgstr "" #. type: "1366x768x32_title" -#: Resources/templates/Localizable.strings:247 +#: Resources/templates/Localizable.strings:266 #, no-wrap msgid "1366x768x32" msgstr "" #. type: "1366x768x32_description" -#: Resources/templates/Localizable.strings:248 +#: Resources/templates/Localizable.strings:267 #, no-wrap msgid "Set Graphics Mode to 1366x768x32" msgstr "" #. type: "1440x900x32_title" -#: Resources/templates/Localizable.strings:250 +#: Resources/templates/Localizable.strings:269 #, no-wrap msgid "1440x900x32" msgstr "" #. type: "1440x900x32_description" -#: Resources/templates/Localizable.strings:251 +#: Resources/templates/Localizable.strings:270 #, no-wrap msgid "Set Graphics Mode to 1440x900x32" msgstr "" #. type: "1600x900x32_title" -#: Resources/templates/Localizable.strings:253 +#: Resources/templates/Localizable.strings:272 #, no-wrap msgid "1600x900x32" msgstr "" #. type: "1600x900x32_description" -#: Resources/templates/Localizable.strings:254 +#: Resources/templates/Localizable.strings:273 #, no-wrap msgid "Set Graphics Mode to 1600x900x32" msgstr "" #. type: "1600x1200x32_title" -#: Resources/templates/Localizable.strings:256 +#: Resources/templates/Localizable.strings:275 #, no-wrap msgid "1600x1200x32" msgstr "" #. type: "1600x1200x32_description" -#: Resources/templates/Localizable.strings:257 +#: Resources/templates/Localizable.strings:276 #, no-wrap msgid "Set Graphics Mode to 1600x1200x32" msgstr "" #. type: "1680x1050x32_title" -#: Resources/templates/Localizable.strings:259 +#: Resources/templates/Localizable.strings:278 #, no-wrap msgid "1680x1050x32" msgstr "" #. type: "1680x1050x32_description" -#: Resources/templates/Localizable.strings:260 +#: Resources/templates/Localizable.strings:279 #, no-wrap msgid "Set Graphics Mode to 1680x1050x32" msgstr "" #. type: "1920x1080x32_title" -#: Resources/templates/Localizable.strings:262 +#: Resources/templates/Localizable.strings:281 #, no-wrap msgid "1920x1080x32" msgstr "" #. type: "1920x1080x32_description" -#: Resources/templates/Localizable.strings:263 +#: Resources/templates/Localizable.strings:282 #, no-wrap msgid "Set Graphics Mode to 1920x1080x32" msgstr "" #. type: "1920x1200x32_title" -#: Resources/templates/Localizable.strings:265 +#: Resources/templates/Localizable.strings:284 #, no-wrap msgid "1920x1200x32" msgstr "" #. type: "1920x1200x32_description" -#: Resources/templates/Localizable.strings:266 +#: Resources/templates/Localizable.strings:285 #, no-wrap msgid "Set Graphics Mode to 1920x1200x32" msgstr "" #. type: "HDAULayoutIDx01_title" -#: Resources/templates/Localizable.strings:270 -#: Resources/templates/Localizable.strings:376 +#: Resources/templates/Localizable.strings:289 +#: Resources/templates/Localizable.strings:395 #, no-wrap msgid "LayoutID=1" msgstr "" #. type: "HDEFLayoutIDx01_description" -#: Resources/templates/Localizable.strings:271 +#: Resources/templates/Localizable.strings:290 #, no-wrap msgid "" "Set HDEF layout-it to 1:\n" @@ -1155,14 +1218,14 @@ msgstr "" #. type: "HDAULayoutIDx02_title" -#: Resources/templates/Localizable.strings:274 -#: Resources/templates/Localizable.strings:380 +#: Resources/templates/Localizable.strings:293 +#: Resources/templates/Localizable.strings:399 #, no-wrap msgid "LayoutID=2" msgstr "" #. type: "HDEFLayoutIDx02_description" -#: Resources/templates/Localizable.strings:275 +#: Resources/templates/Localizable.strings:294 #, no-wrap msgid "" "Set HDEF layout-it to 2:\n" @@ -1170,14 +1233,14 @@ msgstr "" #. type: "HDAULayoutIDx03_title" -#: Resources/templates/Localizable.strings:278 -#: Resources/templates/Localizable.strings:384 +#: Resources/templates/Localizable.strings:297 +#: Resources/templates/Localizable.strings:403 #, no-wrap msgid "LayoutID=3" msgstr "" #. type: "HDEFLayoutIDx03_description" -#: Resources/templates/Localizable.strings:279 +#: Resources/templates/Localizable.strings:298 #, no-wrap msgid "" "Set HDEF layout-it to 3:\n" @@ -1185,14 +1248,14 @@ msgstr "" #. type: "HDAULayoutIDx05_title" -#: Resources/templates/Localizable.strings:282 -#: Resources/templates/Localizable.strings:388 +#: Resources/templates/Localizable.strings:301 +#: Resources/templates/Localizable.strings:407 #, no-wrap msgid "LayoutID=5" msgstr "" #. type: "HDEFLayoutIDx05_description" -#: Resources/templates/Localizable.strings:283 +#: Resources/templates/Localizable.strings:302 #, no-wrap msgid "" "Set HDEF layout-it to 5:\n" @@ -1200,14 +1263,14 @@ msgstr "" #. type: "HDAULayoutIDx07_title" -#: Resources/templates/Localizable.strings:286 -#: Resources/templates/Localizable.strings:392 +#: Resources/templates/Localizable.strings:305 +#: Resources/templates/Localizable.strings:411 #, no-wrap msgid "LayoutID=7" msgstr "" #. type: "HDEFLayoutIDx07_description" -#: Resources/templates/Localizable.strings:287 +#: Resources/templates/Localizable.strings:306 #, no-wrap msgid "" "Set HDEF layout-it to 7:\n" @@ -1215,14 +1278,14 @@ msgstr "" #. type: "HDAULayoutIDx12_title" -#: Resources/templates/Localizable.strings:290 -#: Resources/templates/Localizable.strings:396 +#: Resources/templates/Localizable.strings:309 +#: Resources/templates/Localizable.strings:415 #, no-wrap msgid "LayoutID=12" msgstr "" #. type: "HDEFLayoutIDx12_description" -#: Resources/templates/Localizable.strings:291 +#: Resources/templates/Localizable.strings:310 #, no-wrap msgid "" "Set HDEF layout-it to 12:\n" @@ -1230,14 +1293,14 @@ msgstr "" #. type: "HDAULayoutIDx32_title" -#: Resources/templates/Localizable.strings:294 -#: Resources/templates/Localizable.strings:400 +#: Resources/templates/Localizable.strings:313 +#: Resources/templates/Localizable.strings:419 #, no-wrap msgid "LayoutID=32" msgstr "" #. type: "HDEFLayoutIDx32_description" -#: Resources/templates/Localizable.strings:295 +#: Resources/templates/Localizable.strings:314 #, no-wrap msgid "" "Set HDEF layout-it to 32:\n" @@ -1245,14 +1308,14 @@ msgstr "" #. type: "HDAULayoutIDx40_title" -#: Resources/templates/Localizable.strings:298 -#: Resources/templates/Localizable.strings:404 +#: Resources/templates/Localizable.strings:317 +#: Resources/templates/Localizable.strings:423 #, no-wrap msgid "LayoutID=40" msgstr "" #. type: "HDEFLayoutIDx40_description" -#: Resources/templates/Localizable.strings:299 +#: Resources/templates/Localizable.strings:318 #, no-wrap msgid "" "Set HDEF layout-it to 40:\n" @@ -1260,14 +1323,14 @@ msgstr "" #. type: "HDAULayoutIDx65_title" -#: Resources/templates/Localizable.strings:302 -#: Resources/templates/Localizable.strings:408 +#: Resources/templates/Localizable.strings:321 +#: Resources/templates/Localizable.strings:427 #, no-wrap msgid "LayoutID=65" msgstr "" #. type: "HDEFLayoutIDx65_description" -#: Resources/templates/Localizable.strings:303 +#: Resources/templates/Localizable.strings:322 #, no-wrap msgid "" "Set HDEF layout-it to 65:\n" @@ -1275,14 +1338,14 @@ msgstr "" #. type: "HDAULayoutIDx99_title" -#: Resources/templates/Localizable.strings:306 -#: Resources/templates/Localizable.strings:412 +#: Resources/templates/Localizable.strings:325 +#: Resources/templates/Localizable.strings:431 #, no-wrap msgid "LayoutID=99" msgstr "" #. type: "HDEFLayoutIDx99_description" -#: Resources/templates/Localizable.strings:307 +#: Resources/templates/Localizable.strings:326 #, no-wrap msgid "" "Set HDEF layout-it to 99:\n" @@ -1290,14 +1353,14 @@ msgstr "" #. type: "HDAULayoutIDx269_title" -#: Resources/templates/Localizable.strings:310 -#: Resources/templates/Localizable.strings:416 +#: Resources/templates/Localizable.strings:329 +#: Resources/templates/Localizable.strings:435 #, no-wrap msgid "LayoutID=269" msgstr "" #. type: "HDEFLayoutIDx269_description" -#: Resources/templates/Localizable.strings:311 +#: Resources/templates/Localizable.strings:330 #, no-wrap msgid "" "Set HDEF layout-it to 269:\n" @@ -1305,14 +1368,14 @@ msgstr "" #. type: "HDAULayoutIDx387_title" -#: Resources/templates/Localizable.strings:314 -#: Resources/templates/Localizable.strings:420 +#: Resources/templates/Localizable.strings:333 +#: Resources/templates/Localizable.strings:439 #, no-wrap msgid "LayoutID=387" msgstr "" #. type: "HDEFLayoutIDx387_description" -#: Resources/templates/Localizable.strings:315 +#: Resources/templates/Localizable.strings:334 #, no-wrap msgid "" "Set HDEF layout-it to 387:\n" @@ -1320,14 +1383,14 @@ msgstr "" #. type: "HDAULayoutIDx388_title" -#: Resources/templates/Localizable.strings:318 -#: Resources/templates/Localizable.strings:424 +#: Resources/templates/Localizable.strings:337 +#: Resources/templates/Localizable.strings:443 #, no-wrap msgid "LayoutID=388" msgstr "" #. type: "HDEFLayoutIDx388_description" -#: Resources/templates/Localizable.strings:319 +#: Resources/templates/Localizable.strings:338 #, no-wrap msgid "" "Set HDEF layout-it to 388:\n" @@ -1335,14 +1398,14 @@ msgstr "" #. type: "HDAULayoutIDx389_title" -#: Resources/templates/Localizable.strings:322 -#: Resources/templates/Localizable.strings:428 +#: Resources/templates/Localizable.strings:341 +#: Resources/templates/Localizable.strings:447 #, no-wrap msgid "LayoutID=389" msgstr "" #. type: "HDEFLayoutIDx389_description" -#: Resources/templates/Localizable.strings:323 +#: Resources/templates/Localizable.strings:342 #, no-wrap msgid "" "Set HDEF layout-it to 389:\n" @@ -1350,14 +1413,14 @@ msgstr "" #. type: "HDAULayoutIDx392_title" -#: Resources/templates/Localizable.strings:326 -#: Resources/templates/Localizable.strings:432 +#: Resources/templates/Localizable.strings:345 +#: Resources/templates/Localizable.strings:451 #, no-wrap msgid "LayoutID=392" msgstr "" #. type: "HDEFLayoutIDx392_description" -#: Resources/templates/Localizable.strings:327 +#: Resources/templates/Localizable.strings:346 #, no-wrap msgid "" "Set HDEF layout-it to 392:\n" @@ -1365,14 +1428,14 @@ msgstr "" #. type: "HDAULayoutIDx398_title" -#: Resources/templates/Localizable.strings:330 -#: Resources/templates/Localizable.strings:436 +#: Resources/templates/Localizable.strings:349 +#: Resources/templates/Localizable.strings:455 #, no-wrap msgid "LayoutID=398" msgstr "" #. type: "HDEFLayoutIDx398_description" -#: Resources/templates/Localizable.strings:331 +#: Resources/templates/Localizable.strings:350 #, no-wrap msgid "" "Set HDEF layout-it to 398:\n" @@ -1380,14 +1443,14 @@ msgstr "" #. type: "HDAULayoutIDx662_title" -#: Resources/templates/Localizable.strings:334 -#: Resources/templates/Localizable.strings:440 +#: Resources/templates/Localizable.strings:353 +#: Resources/templates/Localizable.strings:459 #, no-wrap msgid "LayoutID=662" msgstr "" #. type: "HDEFLayoutIDx662_description" -#: Resources/templates/Localizable.strings:335 +#: Resources/templates/Localizable.strings:354 #, no-wrap msgid "" "Set HDEF layout-it to 662:\n" @@ -1395,14 +1458,14 @@ msgstr "" #. type: "HDAULayoutIDx663_title" -#: Resources/templates/Localizable.strings:338 -#: Resources/templates/Localizable.strings:444 +#: Resources/templates/Localizable.strings:357 +#: Resources/templates/Localizable.strings:463 #, no-wrap msgid "LayoutID=663" msgstr "" #. type: "HDEFLayoutIDx663_description" -#: Resources/templates/Localizable.strings:339 +#: Resources/templates/Localizable.strings:358 #, no-wrap msgid "" "Set HDEF layout-it to 663:\n" @@ -1410,14 +1473,14 @@ msgstr "" #. type: "HDAULayoutIDx664_title" -#: Resources/templates/Localizable.strings:342 -#: Resources/templates/Localizable.strings:448 +#: Resources/templates/Localizable.strings:361 +#: Resources/templates/Localizable.strings:467 #, no-wrap msgid "LayoutID=664" msgstr "" #. type: "HDEFLayoutIDx664_description" -#: Resources/templates/Localizable.strings:343 +#: Resources/templates/Localizable.strings:362 #, no-wrap msgid "" "Set HDEF layout-it to 664:\n" @@ -1425,14 +1488,14 @@ msgstr "" #. type: "HDAULayoutIDx885_title" -#: Resources/templates/Localizable.strings:346 -#: Resources/templates/Localizable.strings:452 +#: Resources/templates/Localizable.strings:365 +#: Resources/templates/Localizable.strings:471 #, no-wrap msgid "LayoutID=885" msgstr "" #. type: "HDEFLayoutIDx885_description" -#: Resources/templates/Localizable.strings:347 +#: Resources/templates/Localizable.strings:366 #, no-wrap msgid "" "Set HDEF layout-it to 885:\n" @@ -1440,14 +1503,14 @@ msgstr "" #. type: "HDAULayoutIDx887_title" -#: Resources/templates/Localizable.strings:350 -#: Resources/templates/Localizable.strings:456 +#: Resources/templates/Localizable.strings:369 +#: Resources/templates/Localizable.strings:475 #, no-wrap msgid "LayoutID=887" msgstr "" #. type: "HDEFLayoutIDx887_description" -#: Resources/templates/Localizable.strings:351 +#: Resources/templates/Localizable.strings:370 #, no-wrap msgid "" "Set HDEF layout-it to 887:\n" @@ -1455,14 +1518,14 @@ msgstr "" #. type: "HDAULayoutIDx888_title" -#: Resources/templates/Localizable.strings:354 -#: Resources/templates/Localizable.strings:460 +#: Resources/templates/Localizable.strings:373 +#: Resources/templates/Localizable.strings:479 #, no-wrap msgid "LayoutID=888" msgstr "" #. type: "HDEFLayoutIDx888_description" -#: Resources/templates/Localizable.strings:355 +#: Resources/templates/Localizable.strings:374 #, no-wrap msgid "" "Set HDEF layout-it to 888:\n" @@ -1470,14 +1533,14 @@ msgstr "" #. type: "HDAULayoutIDx889_title" -#: Resources/templates/Localizable.strings:358 -#: Resources/templates/Localizable.strings:464 +#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:483 #, no-wrap msgid "LayoutID=889" msgstr "" #. type: "HDEFLayoutIDx889_description" -#: Resources/templates/Localizable.strings:359 +#: Resources/templates/Localizable.strings:378 #, no-wrap msgid "" "Set HDEF layout-it to 889:\n" @@ -1485,14 +1548,14 @@ msgstr "" #. type: "HDAULayoutIDx892_title" -#: Resources/templates/Localizable.strings:362 -#: Resources/templates/Localizable.strings:468 +#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:487 #, no-wrap msgid "LayoutID=892" msgstr "" #. type: "HDEFLayoutIDx892_description" -#: Resources/templates/Localizable.strings:363 +#: Resources/templates/Localizable.strings:382 #, no-wrap msgid "" "Set HDEF layout-it to 892:\n" @@ -1500,14 +1563,14 @@ msgstr "" #. type: "HDAULayoutIDx898_title" -#: Resources/templates/Localizable.strings:366 -#: Resources/templates/Localizable.strings:472 +#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:491 #, no-wrap msgid "LayoutID=898" msgstr "" #. type: "HDEFLayoutIDx898_description" -#: Resources/templates/Localizable.strings:367 +#: Resources/templates/Localizable.strings:386 #, no-wrap msgid "" "Set HDEF layout-it to 898:\n" @@ -1515,14 +1578,14 @@ msgstr "" #. type: "HDAULayoutIDxBD7_title" -#: Resources/templates/Localizable.strings:370 -#: Resources/templates/Localizable.strings:476 +#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:495 #, no-wrap msgid "LayoutID=1981" msgstr "" #. type: "HDEFLayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:371 +#: Resources/templates/Localizable.strings:390 #, no-wrap msgid "" "Set HDEF layout-it to 1981:\n" @@ -1530,7 +1593,7 @@ msgstr "" #. type: "HDAULayoutIDx01_description" -#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:396 #, no-wrap msgid "" "Set HDAU layout-it to 1:\n" @@ -1538,7 +1601,7 @@ msgstr "" #. type: "HDAULayoutIDx02_description" -#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:400 #, no-wrap msgid "" "Set HDAU layout-it to 2:\n" @@ -1546,7 +1609,7 @@ msgstr "" #. type: "HDAULayoutIDx03_description" -#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:404 #, no-wrap msgid "" "Set HDAU layout-it to 3:\n" @@ -1554,7 +1617,7 @@ msgstr "" #. type: "HDAULayoutIDx05_description" -#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:408 #, no-wrap msgid "" "Set HDAU layout-it to 5:\n" @@ -1562,7 +1625,7 @@ msgstr "" #. type: "HDAULayoutIDx07_description" -#: Resources/templates/Localizable.strings:393 +#: Resources/templates/Localizable.strings:412 #, no-wrap msgid "" "Set HDAU layout-it to 7:\n" @@ -1570,7 +1633,7 @@ msgstr "" #. type: "HDAULayoutIDx12_description" -#: Resources/templates/Localizable.strings:397 +#: Resources/templates/Localizable.strings:416 #, no-wrap msgid "" "Set HDAU layout-it to 12:\n" @@ -1578,7 +1641,7 @@ msgstr "" #. type: "HDAULayoutIDx32_description" -#: Resources/templates/Localizable.strings:401 +#: Resources/templates/Localizable.strings:420 #, no-wrap msgid "" "Set HDAU layout-it to 32:\n" @@ -1586,7 +1649,7 @@ msgstr "" #. type: "HDAULayoutIDx40_description" -#: Resources/templates/Localizable.strings:405 +#: Resources/templates/Localizable.strings:424 #, no-wrap msgid "" "Set HDAU layout-it to 40:\n" @@ -1594,7 +1657,7 @@ msgstr "" #. type: "HDAULayoutIDx65_description" -#: Resources/templates/Localizable.strings:409 +#: Resources/templates/Localizable.strings:428 #, no-wrap msgid "" "Set HDAU layout-it to 65:\n" @@ -1602,7 +1665,7 @@ msgstr "" #. type: "HDAULayoutIDx99_description" -#: Resources/templates/Localizable.strings:413 +#: Resources/templates/Localizable.strings:432 #, no-wrap msgid "" "Set HDAU layout-it to 99:\n" @@ -1610,7 +1673,7 @@ msgstr "" #. type: "HDAULayoutIDx269_description" -#: Resources/templates/Localizable.strings:417 +#: Resources/templates/Localizable.strings:436 #, no-wrap msgid "" "Set HDAU layout-it to 269:\n" @@ -1618,7 +1681,7 @@ msgstr "" #. type: "HDAULayoutIDx387_description" -#: Resources/templates/Localizable.strings:421 +#: Resources/templates/Localizable.strings:440 #, no-wrap msgid "" "Set HDAU layout-it to 387:\n" @@ -1626,7 +1689,7 @@ msgstr "" #. type: "HDAULayoutIDx388_description" -#: Resources/templates/Localizable.strings:425 +#: Resources/templates/Localizable.strings:444 #, no-wrap msgid "" "Set HDAU layout-it to 388:\n" @@ -1634,7 +1697,7 @@ msgstr "" #. type: "HDAULayoutIDx389_description" -#: Resources/templates/Localizable.strings:429 +#: Resources/templates/Localizable.strings:448 #, no-wrap msgid "" "Set HDAU layout-it to 389:\n" @@ -1642,7 +1705,7 @@ msgstr "" #. type: "HDAULayoutIDx392_description" -#: Resources/templates/Localizable.strings:433 +#: Resources/templates/Localizable.strings:452 #, no-wrap msgid "" "Set HDAU layout-it to 392:\n" @@ -1650,7 +1713,7 @@ msgstr "" #. type: "HDAULayoutIDx398_description" -#: Resources/templates/Localizable.strings:437 +#: Resources/templates/Localizable.strings:456 #, no-wrap msgid "" "Set HDAU layout-it to 398:\n" @@ -1658,7 +1721,7 @@ msgstr "" #. type: "HDAULayoutIDx662_description" -#: Resources/templates/Localizable.strings:441 +#: Resources/templates/Localizable.strings:460 #, no-wrap msgid "" "Set HDAU layout-it to 662:\n" @@ -1666,7 +1729,7 @@ msgstr "" #. type: "HDAULayoutIDx663_description" -#: Resources/templates/Localizable.strings:445 +#: Resources/templates/Localizable.strings:464 #, no-wrap msgid "" "Set HDAU layout-it to 663:\n" @@ -1674,7 +1737,7 @@ msgstr "" #. type: "HDAULayoutIDx664_description" -#: Resources/templates/Localizable.strings:449 +#: Resources/templates/Localizable.strings:468 #, no-wrap msgid "" "Set HDAU layout-it to 664:\n" @@ -1682,7 +1745,7 @@ msgstr "" #. type: "HDAULayoutIDx885_description" -#: Resources/templates/Localizable.strings:453 +#: Resources/templates/Localizable.strings:472 #, no-wrap msgid "" "Set HDAU layout-it to 885:\n" @@ -1690,7 +1753,7 @@ msgstr "" #. type: "HDAULayoutIDx887_description" -#: Resources/templates/Localizable.strings:457 +#: Resources/templates/Localizable.strings:476 #, no-wrap msgid "" "Set HDAU layout-it to 887:\n" @@ -1698,7 +1761,7 @@ msgstr "" #. type: "HDAULayoutIDx888_description" -#: Resources/templates/Localizable.strings:461 +#: Resources/templates/Localizable.strings:480 #, no-wrap msgid "" "Set HDAU layout-it to 888:\n" @@ -1706,7 +1769,7 @@ msgstr "" #. type: "HDAULayoutIDx889_description" -#: Resources/templates/Localizable.strings:465 +#: Resources/templates/Localizable.strings:484 #, no-wrap msgid "" "Set HDAU layout-it to 889:\n" @@ -1714,7 +1777,7 @@ msgstr "" #. type: "HDAULayoutIDx892_description" -#: Resources/templates/Localizable.strings:469 +#: Resources/templates/Localizable.strings:488 #, no-wrap msgid "" "Set HDAU layout-it to 892:\n" @@ -1722,7 +1785,7 @@ msgstr "" #. type: "HDAULayoutIDx898_description" -#: Resources/templates/Localizable.strings:473 +#: Resources/templates/Localizable.strings:492 #, no-wrap msgid "" "Set HDAU layout-it to 898:\n" @@ -1730,7 +1793,7 @@ msgstr "" #. type: "HDAULayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:477 +#: Resources/templates/Localizable.strings:496 #, no-wrap msgid "" "Set HDAU layout-it to 1981:\n" @@ -1738,625 +1801,625 @@ msgstr "" #. type: "IntelCaprix00_title" -#: Resources/templates/Localizable.strings:482 +#: Resources/templates/Localizable.strings:501 #, no-wrap msgid "01660000" msgstr "" #. type: "IntelCaprix00_description" -#: Resources/templates/Localizable.strings:483 +#: Resources/templates/Localizable.strings:502 #, no-wrap msgid "Set 01660000 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix01_title" -#: Resources/templates/Localizable.strings:485 +#: Resources/templates/Localizable.strings:504 #, no-wrap msgid "01660001" msgstr "" #. type: "IntelCaprix01_description" -#: Resources/templates/Localizable.strings:486 +#: Resources/templates/Localizable.strings:505 #, no-wrap msgid "Set 01660001 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix02_title" -#: Resources/templates/Localizable.strings:488 +#: Resources/templates/Localizable.strings:507 #, no-wrap msgid "01660002" msgstr "" #. type: "IntelCaprix02_description" -#: Resources/templates/Localizable.strings:489 +#: Resources/templates/Localizable.strings:508 #, no-wrap msgid "Set 01660002 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix03_title" -#: Resources/templates/Localizable.strings:491 +#: Resources/templates/Localizable.strings:510 #, no-wrap msgid "01660003" msgstr "" #. type: "IntelCaprix03_description" -#: Resources/templates/Localizable.strings:492 +#: Resources/templates/Localizable.strings:511 #, no-wrap msgid "Set 01660003 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix04_title" -#: Resources/templates/Localizable.strings:494 +#: Resources/templates/Localizable.strings:513 #, no-wrap msgid "01660004" msgstr "" #. type: "IntelCaprix04_description" -#: Resources/templates/Localizable.strings:495 +#: Resources/templates/Localizable.strings:514 #, no-wrap msgid "Set 01660004 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix05_title" -#: Resources/templates/Localizable.strings:497 +#: Resources/templates/Localizable.strings:516 #, no-wrap msgid "01620005" msgstr "" #. type: "IntelCaprix05_description" -#: Resources/templates/Localizable.strings:498 +#: Resources/templates/Localizable.strings:517 #, no-wrap msgid "Set 01620005 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix06_title" -#: Resources/templates/Localizable.strings:500 +#: Resources/templates/Localizable.strings:519 #, no-wrap msgid "01620006" msgstr "" #. type: "IntelCaprix06_description" -#: Resources/templates/Localizable.strings:501 +#: Resources/templates/Localizable.strings:520 #, no-wrap msgid "Set 01620006 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix07_title" -#: Resources/templates/Localizable.strings:503 +#: Resources/templates/Localizable.strings:522 #, no-wrap msgid "01620007" msgstr "" #. type: "IntelCaprix07_description" -#: Resources/templates/Localizable.strings:504 +#: Resources/templates/Localizable.strings:523 #, no-wrap msgid "Set 01620007 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix08_title" -#: Resources/templates/Localizable.strings:506 +#: Resources/templates/Localizable.strings:525 #, no-wrap msgid "01660008" msgstr "" #. type: "IntelCaprix08_description" -#: Resources/templates/Localizable.strings:507 +#: Resources/templates/Localizable.strings:526 #, no-wrap msgid "Set 01660008 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix09_title" -#: Resources/templates/Localizable.strings:509 +#: Resources/templates/Localizable.strings:528 #, no-wrap msgid "01660009" msgstr "" #. type: "IntelCaprix09_description" -#: Resources/templates/Localizable.strings:510 +#: Resources/templates/Localizable.strings:529 #, no-wrap msgid "Set 01660009 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix10_title" -#: Resources/templates/Localizable.strings:512 +#: Resources/templates/Localizable.strings:531 #, no-wrap msgid "0166000a" msgstr "" #. type: "IntelCaprix10_description" -#: Resources/templates/Localizable.strings:513 +#: Resources/templates/Localizable.strings:532 #, no-wrap msgid "Set 0166000a for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix11_title" -#: Resources/templates/Localizable.strings:515 +#: Resources/templates/Localizable.strings:534 #, no-wrap msgid "0166000b" msgstr "" #. type: "IntelCaprix11_description" -#: Resources/templates/Localizable.strings:516 +#: Resources/templates/Localizable.strings:535 #, no-wrap msgid "Set 0166000b for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelAzulx00_title" -#: Resources/templates/Localizable.strings:520 +#: Resources/templates/Localizable.strings:539 #, no-wrap msgid "00000604" msgstr "" #. type: "IntelAzulx00_description" -#: Resources/templates/Localizable.strings:521 +#: Resources/templates/Localizable.strings:540 #, no-wrap msgid "Set 00000604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx01_title" -#: Resources/templates/Localizable.strings:523 +#: Resources/templates/Localizable.strings:542 #, no-wrap msgid "0000060c" msgstr "" #. type: "IntelAzulx01_description" -#: Resources/templates/Localizable.strings:524 +#: Resources/templates/Localizable.strings:543 #, no-wrap msgid "Set 0000060c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx02_title" -#: Resources/templates/Localizable.strings:526 +#: Resources/templates/Localizable.strings:545 #, no-wrap msgid "00001604" msgstr "" #. type: "IntelAzulx02_description" -#: Resources/templates/Localizable.strings:527 +#: Resources/templates/Localizable.strings:546 #, no-wrap msgid "Set 00001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx03_title" -#: Resources/templates/Localizable.strings:529 +#: Resources/templates/Localizable.strings:548 #, no-wrap msgid "0000160a" msgstr "" #. type: "IntelAzulx03_description" -#: Resources/templates/Localizable.strings:530 +#: Resources/templates/Localizable.strings:549 #, no-wrap msgid "Set 0000160a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx04_title" -#: Resources/templates/Localizable.strings:532 +#: Resources/templates/Localizable.strings:551 #, no-wrap msgid "0000160c" msgstr "" #. type: "IntelAzulx04_description" -#: Resources/templates/Localizable.strings:533 +#: Resources/templates/Localizable.strings:552 #, no-wrap msgid "Set 0000160c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx05_title" -#: Resources/templates/Localizable.strings:535 +#: Resources/templates/Localizable.strings:554 #, no-wrap msgid "00002604" msgstr "" #. type: "IntelAzulx05_description" -#: Resources/templates/Localizable.strings:536 +#: Resources/templates/Localizable.strings:555 #, no-wrap msgid "Set 00002604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx06_title" -#: Resources/templates/Localizable.strings:538 +#: Resources/templates/Localizable.strings:557 #, no-wrap msgid "0000260a" msgstr "" #. type: "IntelAzulx06_description" -#: Resources/templates/Localizable.strings:539 +#: Resources/templates/Localizable.strings:558 #, no-wrap msgid "Set 0000260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx07_title" -#: Resources/templates/Localizable.strings:541 +#: Resources/templates/Localizable.strings:560 #, no-wrap msgid "0000260c" msgstr "" #. type: "IntelAzulx07_description" -#: Resources/templates/Localizable.strings:542 +#: Resources/templates/Localizable.strings:561 #, no-wrap msgid "Set 0600260c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx08_title" -#: Resources/templates/Localizable.strings:544 +#: Resources/templates/Localizable.strings:563 #, no-wrap msgid "0000260d" msgstr "" #. type: "IntelAzulx08_description" -#: Resources/templates/Localizable.strings:545 +#: Resources/templates/Localizable.strings:564 #, no-wrap msgid "Set 0000260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx09_title" -#: Resources/templates/Localizable.strings:547 +#: Resources/templates/Localizable.strings:566 #, no-wrap msgid "02001604" msgstr "" #. type: "IntelAzulx09_description" -#: Resources/templates/Localizable.strings:548 +#: Resources/templates/Localizable.strings:567 #, no-wrap msgid "Set 02001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx10_title" -#: Resources/templates/Localizable.strings:550 +#: Resources/templates/Localizable.strings:569 #, no-wrap msgid "0300220d" msgstr "" #. type: "IntelAzulx10_description" -#: Resources/templates/Localizable.strings:551 +#: Resources/templates/Localizable.strings:570 #, no-wrap msgid "Set 0300220d for Intel Haswell (Desktop) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx11_title" -#: Resources/templates/Localizable.strings:553 +#: Resources/templates/Localizable.strings:572 #, no-wrap msgid "0500260a" msgstr "" #. type: "IntelAzulx11_description" -#: Resources/templates/Localizable.strings:554 +#: Resources/templates/Localizable.strings:573 #, no-wrap msgid "Set 0500260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx12_title" -#: Resources/templates/Localizable.strings:556 +#: Resources/templates/Localizable.strings:575 #, no-wrap msgid "0600260a" msgstr "" #. type: "IntelAzulx12_description" -#: Resources/templates/Localizable.strings:557 +#: Resources/templates/Localizable.strings:576 #, no-wrap msgid "Set 0600260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx13_title" -#: Resources/templates/Localizable.strings:559 +#: Resources/templates/Localizable.strings:578 #, no-wrap msgid "0700260d" msgstr "" #. type: "IntelAzulx13_description" -#: Resources/templates/Localizable.strings:560 +#: Resources/templates/Localizable.strings:579 #, no-wrap msgid "Set 0700260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx14_title" -#: Resources/templates/Localizable.strings:562 +#: Resources/templates/Localizable.strings:581 #, no-wrap msgid "0800260a" msgstr "" #. type: "IntelAzulx14_description" -#: Resources/templates/Localizable.strings:563 +#: Resources/templates/Localizable.strings:582 #, no-wrap msgid "Set 0800260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx15_title" -#: Resources/templates/Localizable.strings:565 +#: Resources/templates/Localizable.strings:584 #, no-wrap msgid "08002e0a" msgstr "" #. type: "IntelAzulx15_description" -#: Resources/templates/Localizable.strings:566 +#: Resources/templates/Localizable.strings:585 #, no-wrap msgid "Set 08002e0a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "AD2000B_PinConf_title" -#: Resources/templates/Localizable.strings:570 +#: Resources/templates/Localizable.strings:589 #, no-wrap msgid "AD2000b" msgstr "" #. type: "AD2000B_PinConf_description" -#: Resources/templates/Localizable.strings:571 +#: Resources/templates/Localizable.strings:590 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD2000b." msgstr "" #. type: "AD1981HD_PinConf_title" -#: Resources/templates/Localizable.strings:573 +#: Resources/templates/Localizable.strings:592 #, no-wrap msgid "AD1981HD" msgstr "" #. type: "AD1981HD_PinConf_description" -#: Resources/templates/Localizable.strings:574 +#: Resources/templates/Localizable.strings:593 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1981HD." msgstr "" #. type: "AD1988B_PinConf_title" -#: Resources/templates/Localizable.strings:576 +#: Resources/templates/Localizable.strings:595 #, no-wrap msgid "AD1988b" msgstr "" #. type: "AD1988B_PinConf_description" -#: Resources/templates/Localizable.strings:577 +#: Resources/templates/Localizable.strings:596 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1988b." msgstr "" #. type: "ALC888_PinConf_title" -#: Resources/templates/Localizable.strings:579 +#: Resources/templates/Localizable.strings:598 #, no-wrap msgid "ALC888" msgstr "" #. type: "ALC888_PinConf_description" -#: Resources/templates/Localizable.strings:580 +#: Resources/templates/Localizable.strings:599 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC888." msgstr "" #. type: "ALC1200_PinConf_title" -#: Resources/templates/Localizable.strings:582 +#: Resources/templates/Localizable.strings:601 #, no-wrap msgid "ALC1200" msgstr "" #. type: "ALC1200_PinConf_description" -#: Resources/templates/Localizable.strings:583 +#: Resources/templates/Localizable.strings:602 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC1200." msgstr "" #. type: "00_PinConf_title" -#: Resources/templates/Localizable.strings:585 +#: Resources/templates/Localizable.strings:604 #, no-wrap msgid "00" msgstr "" #. type: "00_PinConf_description" -#: Resources/templates/Localizable.strings:586 +#: Resources/templates/Localizable.strings:605 #, no-wrap msgid "Set HDEF PinConfiguration for ???." msgstr "" #. type: "GraphicsEnabler_title" -#: Resources/templates/Localizable.strings:590 +#: Resources/templates/Localizable.strings:609 #, no-wrap msgid "GraphicsEnabler=Yes" msgstr "‏GraphicsEnabler=Yes" #. type: "GraphicsEnabler_description" -#: Resources/templates/Localizable.strings:591 +#: Resources/templates/Localizable.strings:610 #, no-wrap msgid "Enables the option to autodetect NVIDIA, AMD/ATI or Intel based GPUs and inject the correct info." msgstr "" #. type: "EnableHDMIAudio_title" -#: Resources/templates/Localizable.strings:593 +#: Resources/templates/Localizable.strings:612 #, no-wrap msgid "EnableHDMIAudio=Yes" msgstr "‏EnableHDMIAudio=Yes" #. type: "EnableHDMIAudio_description" -#: Resources/templates/Localizable.strings:594 +#: Resources/templates/Localizable.strings:613 #, no-wrap msgid "Inject HDMi audio for NVIDIA or AMD/ATI." msgstr "" #. type: "UseIntelHDMI_title" -#: Resources/templates/Localizable.strings:596 +#: Resources/templates/Localizable.strings:615 #, no-wrap msgid "UseIntelHDMI=Yes" msgstr "‏UseIntelHDMI=Yes" #. type: "UseIntelHDMI_description" -#: Resources/templates/Localizable.strings:597 +#: Resources/templates/Localizable.strings:616 #, no-wrap msgid "If YES, hda-gfx=onboard-1 will be injected into the GFX0 and HDEF devices. Also, if an ATI or Nvidia HDMI device is present, they'll be assigned to onboard-2. If NO, then ATI or Nvidia devices will get onboard-1 as well as the HDAU device if present." msgstr "" #. type: "UseAtiROM_title" -#: Resources/templates/Localizable.strings:599 +#: Resources/templates/Localizable.strings:618 #, no-wrap msgid "UseAtiROM=Yes" msgstr "‏UseAtiROM=Yes" #. type: "UseAtiROM_description" -#: Resources/templates/Localizable.strings:600 +#: Resources/templates/Localizable.strings:619 #, no-wrap msgid "Enables UseAtiROM options." msgstr "" #. type: "UseNvidiaROM_title" -#: Resources/templates/Localizable.strings:602 +#: Resources/templates/Localizable.strings:621 #, no-wrap msgid "UseNvidiaROM=Yes" msgstr "‏UseNvidiaROM=Yes" #. type: "UseNvidiaROM_description" -#: Resources/templates/Localizable.strings:603 +#: Resources/templates/Localizable.strings:622 #, no-wrap msgid "Enables UseNvidiaROM options." msgstr "" #. type: "VBIOS_title" -#: Resources/templates/Localizable.strings:605 +#: Resources/templates/Localizable.strings:624 #, no-wrap msgid "VBIOS=Yes" msgstr "‏VBIOS=Yes" #. type: "VBIOS_description" -#: Resources/templates/Localizable.strings:606 +#: Resources/templates/Localizable.strings:625 #, no-wrap msgid "Enables VBIOS option" msgstr "" #. type: "SkipIntelGfx_title" -#: Resources/templates/Localizable.strings:608 +#: Resources/templates/Localizable.strings:627 #, no-wrap msgid "SkipIntelGfx=Yes" msgstr "‏SkipIntelGfx=Yes" #. type: "SkipIntelGfx_description" -#: Resources/templates/Localizable.strings:609 +#: Resources/templates/Localizable.strings:628 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for Intel based GPUs." msgstr "" #. type: "SkipNvidiaGfx_title" -#: Resources/templates/Localizable.strings:611 +#: Resources/templates/Localizable.strings:630 #, no-wrap msgid "SkipNvidiaGfx=Yes" msgstr "‏SkipNvidiaGfx=Yes" #. type: "SkipNvidiaGfx_description" -#: Resources/templates/Localizable.strings:612 +#: Resources/templates/Localizable.strings:631 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for NVIDIA based GPUs." msgstr "" #. type: "SkipAtiGfx_title" -#: Resources/templates/Localizable.strings:614 +#: Resources/templates/Localizable.strings:633 #, no-wrap msgid "SkipAtiGfx=Yes" msgstr "‏SkipAtiGfx=Yes" #. type: "SkipAtiGfx_description" -#: Resources/templates/Localizable.strings:615 +#: Resources/templates/Localizable.strings:634 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for AMD/ATI based GPUs." msgstr "" #. type: "EnableBacklight_title" -#: Resources/templates/Localizable.strings:617 +#: Resources/templates/Localizable.strings:636 #, no-wrap msgid "EnableBacklight=Yes" msgstr "‏EnableBacklight=Yes" #. type: "EnableBacklight_description" -#: Resources/templates/Localizable.strings:618 +#: Resources/templates/Localizable.strings:637 #, no-wrap msgid "Enables Backlight options for laptop with nVidia cards." msgstr "" #. type: "EnableDualLink_title" -#: Resources/templates/Localizable.strings:620 +#: Resources/templates/Localizable.strings:639 #, no-wrap msgid "EnableDualLink=Yes" msgstr "‏EnableDualLink=Yes" #. type: "EnableDualLink_description" -#: Resources/templates/Localizable.strings:621 +#: Resources/templates/Localizable.strings:640 #, no-wrap msgid "Enables DualLink options for nVidia and ATi cards." msgstr "" #. type: "NvidiaGeneric_title" -#: Resources/templates/Localizable.strings:623 +#: Resources/templates/Localizable.strings:642 #, no-wrap msgid "NvidiaGeneric=Yes" msgstr "‏NvidiaGeneric=Yes" #. type: "NvidiaGeneric_description" -#: Resources/templates/Localizable.strings:624 +#: Resources/templates/Localizable.strings:643 #, no-wrap msgid "Use the classic Nvidia name for the SystemProfiler (disabled by default)." msgstr "" #. type: "Verbose_title" -#: Resources/templates/Localizable.strings:630 +#: Resources/templates/Localizable.strings:649 #, no-wrap msgid "Verbose Mode" msgstr "‏Verbose Mode" #. type: "Verbose_description" -#: Resources/templates/Localizable.strings:631 +#: Resources/templates/Localizable.strings:650 #, no-wrap msgid "Turns on verbose logging and allows you to see messages from both Chameleon and the OS X kernel at boot time. Essential for troubleshooting." msgstr "" #. type: "Singleusermode_title" -#: Resources/templates/Localizable.strings:633 +#: Resources/templates/Localizable.strings:652 #, no-wrap msgid "Single User Mode" msgstr "‏Single User Mode" #. type: "Singleusermode_description" -#: Resources/templates/Localizable.strings:634 +#: Resources/templates/Localizable.strings:653 #, no-wrap msgid "A troubleshooting option used for booting into OS X's BSD/Unix command line." msgstr "" #. type: "Ignorecaches_title" -#: Resources/templates/Localizable.strings:636 +#: Resources/templates/Localizable.strings:655 #, no-wrap msgid "Ignore Caches" msgstr "‏Ignore Caches" #. type: "Ignorecaches_description" -#: Resources/templates/Localizable.strings:637 +#: Resources/templates/Localizable.strings:656 #, no-wrap msgid "Not an option that's needed for everyday booting, but it can be useful if you want OS X to load all files from it's system folders, rather than relying on it's pre-built caches." msgstr "" #. type: "Npci_title" -#: Resources/templates/Localizable.strings:639 +#: Resources/templates/Localizable.strings:658 #, no-wrap msgid "npci=0x2000" msgstr "‏npci=0x2000" #. type: "Npci_description" -#: Resources/templates/Localizable.strings:640 +#: Resources/templates/Localizable.strings:659 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x2000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "" #. type: "Npci3_title" -#: Resources/templates/Localizable.strings:642 +#: Resources/templates/Localizable.strings:661 #, no-wrap msgid "npci=0x3000" msgstr "‏npci=0x3000" #. type: "Npci3_description" -#: Resources/templates/Localizable.strings:643 +#: Resources/templates/Localizable.strings:662 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x3000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "" #. type: "WaitingRootDevice_title" -#: Resources/templates/Localizable.strings:645 +#: Resources/templates/Localizable.strings:664 #, no-wrap msgid "ahcidisk=1 debug=8" msgstr "‏ahcidisk=1 debug=8" #. type: "WaitingRootDevice_description" -#: Resources/templates/Localizable.strings:646 +#: Resources/templates/Localizable.strings:665 #, no-wrap msgid "" "Info here: Waiting for root device when kernel cache used only with some disks +FIX\n" @@ -2365,25 +2428,25 @@ msgstr "" #. type: "Darkwake_title" -#: Resources/templates/Localizable.strings:650 +#: Resources/templates/Localizable.strings:669 #, no-wrap msgid "darkwake=0" msgstr "‏darkwake=0" #. type: "Darkwake_description" -#: Resources/templates/Localizable.strings:651 +#: Resources/templates/Localizable.strings:670 #, no-wrap msgid "Lion only. Disables the 'low power wake' feature which can sometimes leave the screen black after wake from sleep." msgstr "" #. type: "NvdaDrv1_title" -#: Resources/templates/Localizable.strings:653 +#: Resources/templates/Localizable.strings:672 #, no-wrap msgid "nvda_drv=1" msgstr "‏nvda_drv=1" #. type: "NvdaDrv1_description" -#: Resources/templates/Localizable.strings:654 +#: Resources/templates/Localizable.strings:673 #, no-wrap msgid "" "It introduces a new Preference Pane under System Preferences that allows you to enable the Nvidia Web Driver.\n" @@ -2393,25 +2456,25 @@ msgstr "" #. type: "kext-dev-mode1_title" -#: Resources/templates/Localizable.strings:659 +#: Resources/templates/Localizable.strings:678 #, no-wrap msgid "kext-dev-mode=1" msgstr "‏kext-dev-mode=1" #. type: "kext-dev-mode1_description" -#: Resources/templates/Localizable.strings:660 +#: Resources/templates/Localizable.strings:679 #, no-wrap msgid "In Yosemite Developer Previews, unsigned or improperly signed kexts will not be loaded. To use unsigned kexts during development, this strict check can be disabled by adding a 'kext-dev-mode=1' boot arg." msgstr "" #. type: "Dart0_title" -#: Resources/templates/Localizable.strings:662 +#: Resources/templates/Localizable.strings:681 #, no-wrap msgid "dart=0" msgstr "‏dart=0" #. type: "Dart0_description" -#: Resources/templates/Localizable.strings:663 +#: Resources/templates/Localizable.strings:682 #, no-wrap msgid "" "Avoiding the DMAR processing causing by VT-d function in Osx (Virtualization).\n" @@ -2419,279 +2482,291 @@ msgstr "" #. type: "mac-de_title" -#: Resources/templates/Localizable.strings:670 +#: Resources/templates/Localizable.strings:689 #, no-wrap msgid "German Mac Keyboard" msgstr "" #. type: "mac-de_description" -#: Resources/templates/Localizable.strings:671 +#: Resources/templates/Localizable.strings:690 #, no-wrap msgid "Use the keyboard layout for a German Mac keyboard" msgstr "" #. type: "mac-es_title" -#: Resources/templates/Localizable.strings:673 +#: Resources/templates/Localizable.strings:692 #, no-wrap msgid "Spanish Mac Keyboard" msgstr "" #. type: "mac-es_description" -#: Resources/templates/Localizable.strings:674 +#: Resources/templates/Localizable.strings:693 #, no-wrap msgid "Use the keyboard layout for a Spanish Mac keyboard" msgstr "" #. type: "mac-fr_title" -#: Resources/templates/Localizable.strings:676 +#: Resources/templates/Localizable.strings:695 #, no-wrap msgid "French Mac Keyboard" msgstr "" #. type: "mac-fr_description" -#: Resources/templates/Localizable.strings:677 +#: Resources/templates/Localizable.strings:696 #, no-wrap msgid "Use the keyboard layout for a French Mac keyboard" msgstr "" #. type: "mac-it_title" -#: Resources/templates/Localizable.strings:679 +#: Resources/templates/Localizable.strings:698 #, no-wrap msgid "Italian Mac Keyboard" msgstr "" #. type: "mac-it_description" -#: Resources/templates/Localizable.strings:680 +#: Resources/templates/Localizable.strings:699 #, no-wrap msgid "Use the keyboard layout for an Italian Mac keyboard" msgstr "" #. type: "mac-se_title" -#: Resources/templates/Localizable.strings:682 +#: Resources/templates/Localizable.strings:701 #, no-wrap msgid "Swedish Mac Keyboard" msgstr "" #. type: "mac-se_description" -#: Resources/templates/Localizable.strings:683 +#: Resources/templates/Localizable.strings:702 #, no-wrap msgid "Use the keyboard layout for a Swedish Mac keyboard" msgstr "" #. type: "pc-fr_title" -#: Resources/templates/Localizable.strings:685 +#: Resources/templates/Localizable.strings:704 #, no-wrap msgid "French PC Keyboard" msgstr "" #. type: "pc-fr_description" -#: Resources/templates/Localizable.strings:686 +#: Resources/templates/Localizable.strings:705 #, no-wrap msgid "Use the keyboard layout for a French PC keyboard" msgstr "" #. type: "Embed_title" -#: Resources/templates/Localizable.strings:693 +#: Resources/templates/Localizable.strings:712 #, no-wrap msgid "Embed" msgstr "" #. type: "Embed_description" -#: Resources/templates/Localizable.strings:694 +#: Resources/templates/Localizable.strings:713 #, no-wrap msgid "A smaller simple version of the new default theme used when building a version of Chameleon which requires an embedded theme." msgstr "" #. type: "Legacy_title" -#: Resources/templates/Localizable.strings:696 +#: Resources/templates/Localizable.strings:715 #, no-wrap msgid "Legacy" msgstr "" #. type: "Legacy_description" -#: Resources/templates/Localizable.strings:697 +#: Resources/templates/Localizable.strings:716 #, no-wrap msgid "Chameleon's original default theme introduced for v2.0 RC1" msgstr "" +#. type: "Default_title" +#: Resources/templates/Localizable.strings:718 +#, no-wrap +msgid "Standard" +msgstr "استاندارد" + #. type: "Default_description" -#: Resources/templates/Localizable.strings:700 +#: Resources/templates/Localizable.strings:719 #, no-wrap msgid "Chameleon default theme introduced for v2.0 RC5" msgstr "" #. type: "Bullet_title" -#: Resources/templates/Localizable.strings:702 +#: Resources/templates/Localizable.strings:721 #, no-wrap msgid "Bullet" msgstr "" #. type: "Bullet_description" -#: Resources/templates/Localizable.strings:703 +#: Resources/templates/Localizable.strings:722 #, no-wrap msgid "A lovely simple theme by NoSmokingBandit from April 2009." msgstr "" #. type: "Audio_title" -#: Resources/templates/Localizable.strings:712 +#: Resources/templates/Localizable.strings:731 #, no-wrap msgid "Audio" msgstr "" #. type: "Audio_description" -#: Resources/templates/Localizable.strings:713 +#: Resources/templates/Localizable.strings:732 #, no-wrap msgid "A selection of options that deal with audio." msgstr "" #. type: "Control_title" -#: Resources/templates/Localizable.strings:716 +#: Resources/templates/Localizable.strings:735 #, no-wrap msgid "Control Options" msgstr "" #. type: "Control_description" -#: Resources/templates/Localizable.strings:717 +#: Resources/templates/Localizable.strings:736 #, no-wrap msgid "Settings to control how Chameleon works." msgstr "" #. type: "General_title" -#: Resources/templates/Localizable.strings:720 +#: Resources/templates/Localizable.strings:739 #, no-wrap msgid "General Options" msgstr "" #. type: "General_description" -#: Resources/templates/Localizable.strings:721 +#: Resources/templates/Localizable.strings:740 #, no-wrap msgid "Choose from a selection of base options." msgstr "" #. type: "KernelFlags_title" -#: Resources/templates/Localizable.strings:724 +#: Resources/templates/Localizable.strings:743 #, no-wrap msgid "Kernel Flags" msgstr "" #. type: "KernelFlags_description" -#: Resources/templates/Localizable.strings:725 +#: Resources/templates/Localizable.strings:744 #, no-wrap msgid "Choose from a selection of kernel flags." msgstr "" #. type: "PowerManagement_title" -#: Resources/templates/Localizable.strings:728 +#: Resources/templates/Localizable.strings:747 #, no-wrap msgid "Power Management" msgstr "" #. type: "PowerManagement_description" -#: Resources/templates/Localizable.strings:729 +#: Resources/templates/Localizable.strings:748 #, no-wrap msgid "A selection of options that deal with power management and speedstep." msgstr "" #. type: "Resolution_description" -#: Resources/templates/Localizable.strings:733 +#: Resources/templates/Localizable.strings:752 #, no-wrap msgid "Set one resolution to use." msgstr "" #. type: "HDEFLayout_title" -#: Resources/templates/Localizable.strings:736 +#: Resources/templates/Localizable.strings:755 #, no-wrap msgid "HDEF Layout" msgstr "" #. type: "HDEFLayout_description" -#: Resources/templates/Localizable.strings:737 +#: Resources/templates/Localizable.strings:756 #, no-wrap msgid "Set one HDEF Layout ID to use for your HDA controller." msgstr "" #. type: "HDAULayout_title" -#: Resources/templates/Localizable.strings:740 +#: Resources/templates/Localizable.strings:759 #, no-wrap msgid "HDAU Layout" msgstr "" #. type: "HDAULayout_description" -#: Resources/templates/Localizable.strings:741 +#: Resources/templates/Localizable.strings:760 #, no-wrap msgid "Set one HDAU Layout ID to use for your HDMi controller." msgstr "" #. type: "IntelCapri_title" -#: Resources/templates/Localizable.strings:744 +#: Resources/templates/Localizable.strings:763 #, no-wrap msgid "Intel Capri AAPL,ig-platform-id" msgstr "" #. type: "IntelCapri_description" -#: Resources/templates/Localizable.strings:745 +#: Resources/templates/Localizable.strings:764 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD4000." msgstr "" #. type: "IntelAzul_title" -#: Resources/templates/Localizable.strings:748 +#: Resources/templates/Localizable.strings:767 #, no-wrap msgid "Intel Azul AAPL,ig-platform-id" msgstr "" #. type: "IntelAzul_description" -#: Resources/templates/Localizable.strings:749 +#: Resources/templates/Localizable.strings:768 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD5000." msgstr "" #. type: "HDEFPinConfiguration_title" -#: Resources/templates/Localizable.strings:752 +#: Resources/templates/Localizable.strings:771 #, no-wrap msgid "HDEF PinConfiguration" msgstr "" #. type: "HDEFPinConfiguration_description" -#: Resources/templates/Localizable.strings:753 +#: Resources/templates/Localizable.strings:772 #, no-wrap msgid "Set one HDEF PinConfiguration to use." msgstr "" #. type: "Video_title" -#: Resources/templates/Localizable.strings:756 +#: Resources/templates/Localizable.strings:775 #, no-wrap msgid "Video" msgstr "" #. type: "Video_description" -#: Resources/templates/Localizable.strings:757 +#: Resources/templates/Localizable.strings:776 #, no-wrap msgid "A selection of options that deal with video." msgstr "" #. type: "Keymaps_title" -#: Resources/templates/Localizable.strings:760 +#: Resources/templates/Localizable.strings:779 #, no-wrap msgid "KeyLayout" msgstr "" #. type: "Keymaps_description" -#: Resources/templates/Localizable.strings:761 +#: Resources/templates/Localizable.strings:780 #, no-wrap msgid "Select one keylayout to use. This will also install the Keylayout module and keymaps." msgstr "" #. type: "Themes_title" -#: Resources/templates/Localizable.strings:767 +#: Resources/templates/Localizable.strings:786 #, no-wrap msgid "Themes" msgstr "" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:768 +#: Resources/templates/Localizable.strings:787 #, 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 "" + +#~ msgid "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" +#~ msgstr "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" + +#~ msgid "Chameleon" +#~ msgstr "Chameleon" Index: branches/ErmaC/Enoch/package/po/ru.po =================================================================== --- branches/ErmaC/Enoch/package/po/ru.po (revision 2678) +++ branches/ErmaC/Enoch/package/po/ru.po (revision 2679) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Chameleon 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-13 18:09+0000\n" +"POT-Creation-Date: 2015-05-10 14:42+0200\n" "PO-Revision-Date: 2015-02-13 18:35-0000\n" "Last-Translator: SergeNu \n" "Language-Team: ru \n" @@ -22,13 +22,15 @@ #. type: Content of:

#: Resources/templates/Welcome.html:22 -msgid "Chameleon" -msgstr "Chameleon" +msgid "Enoch" +msgstr "" #. type: Content of:

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

#: Resources/templates/Welcome.html:25 @@ -276,63 +278,125 @@ "boot1 (Содержимое первых секторов загрузочного раздела) находит и загружает boot2.\n" "boot2 (В корневом каталоге раздела) это собственно загрузчик." -#. type: "Default_title" +#. type: "BootNo_title" #: Resources/templates/Localizable.strings:25 -#: Resources/templates/Localizable.strings:699 #, no-wrap -msgid "Standard" -msgstr "Обыкновенный" +msgid "Don't install the Bootloader" +msgstr "Не устанавливать загрузчик" -#. type: "Standard_description" +#. type: "BootNo_description" #: Resources/templates/Localizable.strings:26 #, no-wrap -msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." -msgstr "Установка файлов Chameleon в корень выбранного раздела используя boot0 или boot0md и основываясь на вашей системе, без уничтожения любой установленной копии Windows, если таковая имеется." +msgid "Useful if you only want to install the extra's." +msgstr "Полезно, если необходимо установить только содержимое каталога /Extra/" -#. type: "noboot_title" +#. type: "Stages_title" #: Resources/templates/Localizable.strings:28 -#, no-wrap -msgid "Don't install the Bootloader" -msgstr "Не устанавливать загрузчик" +#, fuzzy, no-wrap +#| msgid "Chameleon Bootloader Package" +msgid "Bootloader Stages" +msgstr "Пакет начального загрузчика Chameleon" -#. type: "noboot_description" +#. type: "Stages_description" #: Resources/templates/Localizable.strings:29 #, no-wrap -msgid "Useful if you only want to install the extra's." -msgstr "Полезно, если необходимо установить только содержимое каталога /Extra/" +msgid "" +"Here you can chose to skip the bootloader installation completely or partially.\n" +"This can be usefull if you want to write Extra's, or skip some stage (0,1 and activation of the target partition).\n" +"Skipping all stages permit you to leave as is already working boot sectors, especially usefull with 4k drives.\n" +"boot is always copied to the target partition when you are skipping one or more stages." +msgstr "" +#. type: "SkipStage0_title" +#: Resources/templates/Localizable.strings:34 +#, no-wrap +msgid "Skip Stage 0" +msgstr "" + +#. type: "SkipStage0_description" +#: Resources/templates/Localizable.strings:35 +#, no-wrap +msgid "" +"Avoid writing stage 0 to the target disk.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipStage1_title" +#: Resources/templates/Localizable.strings:38 +#, no-wrap +msgid "Skip Stage 1" +msgstr "" + +#. type: "SkipStage1_description" +#: Resources/templates/Localizable.strings:39 +#, no-wrap +msgid "" +"Avoid writing stage 1 to the partition boot sector.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipActivePartition_title" +#: Resources/templates/Localizable.strings:42 +#, no-wrap +msgid "Skip Activation" +msgstr "" + +#. type: "SkipActivePartition_description" +#: Resources/templates/Localizable.strings:43 +#, no-wrap +msgid "" +"Prevents activation of the target partition.\n" +"Some old motherboards have a bad implementation of GPT in bios and they can not find partitions if marked active unger Guid Partition Table.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "Standard_title" +#: Resources/templates/Localizable.strings:47 +#, fuzzy, no-wrap +#| msgid " has been written to the root of your chosen partition." +msgid "Install Chameleon in the chosen partition." +msgstr " был записан в корневой каталог выбранного Вами раздела." + +#. type: "Standard_description" +#: Resources/templates/Localizable.strings:48 +#, fuzzy, no-wrap +#| msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." +msgid "Install Chameleon's files to the root of the selected partition using either boot0, boot0md or boot0hfs depending on your system without destroying any existing Windows installation if you have one." +msgstr "Установка файлов Chameleon в корень выбранного раздела используя boot0 или boot0md и основываясь на вашей системе, без уничтожения любой установленной копии Windows, если таковая имеется." + #. type: "EFI_title" -#: Resources/templates/Localizable.strings:31 +#: Resources/templates/Localizable.strings:50 #, no-wrap msgid "Install Chameleon in the ESP" msgstr "" #. type: "EFI_description" -#: Resources/templates/Localizable.strings:32 -#, no-wrap -msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +#: Resources/templates/Localizable.strings:51 +#, fuzzy, no-wrap +#| msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0, boot0md or boot0hfs depending on your system." msgstr "Установка файлов Chameleon в корень выбранного раздела используя boot0 или boot0md и основываясь на вашей системе, без уничтожения любой установленной копии Windows, если таковая имеется." #. type: "Module_title" -#: Resources/templates/Localizable.strings:37 +#: Resources/templates/Localizable.strings:56 #, no-wrap msgid "Modules" msgstr "Модули" #. type: "Module_description" -#: Resources/templates/Localizable.strings:38 +#: Resources/templates/Localizable.strings:57 #, no-wrap msgid "The modules system incorporated in chameleon allows for a user or developer to extend the core functionality of chameleon without replacing the main boot file." msgstr "Система модулей, используемая загрузчиком Chameleon, позволяет расширять его возможности без изменения основного файла загрузчика." #. type: "klibc_title" -#: Resources/templates/Localizable.strings:40 +#: Resources/templates/Localizable.strings:59 #, no-wrap msgid "klibc" msgstr "klibc" #. type: "klibc_description" -#: Resources/templates/Localizable.strings:41 +#: Resources/templates/Localizable.strings:60 #, no-wrap msgid "" "This module provides a standard c library for modules to link to if the library provided by chameleon is insufficient.\n" @@ -344,13 +408,13 @@ "Исходный код: http://www.kernel.org/pub/linux/libs/klibc/" #. type: "ACPICodec_title" -#: Resources/templates/Localizable.strings:45 +#: Resources/templates/Localizable.strings:64 #, no-wrap msgid "ACPICodec" msgstr "ACPICodec" #. type: "ACPICodec_description" -#: Resources/templates/Localizable.strings:46 +#: Resources/templates/Localizable.strings:65 #, no-wrap msgid "" "This module provides a substitute for the internal acpi patcher.\n" @@ -358,13 +422,13 @@ msgstr "Этот модуль предоставляет замену внутреннего модуля корректировки ACPI.Зависимости: отсутствуют" #. type: "HDAEnabler_title" -#: Resources/templates/Localizable.strings:49 +#: Resources/templates/Localizable.strings:68 #, no-wrap msgid "HDAEnabler" msgstr "HDAEnabler" #. type: "HDAEnabler_description" -#: Resources/templates/Localizable.strings:50 +#: Resources/templates/Localizable.strings:69 #, no-wrap msgid "" "HDAEnabler module, this module provides a substitute for the Hight Definition Audio DSDT Edits.\n" @@ -372,13 +436,13 @@ msgstr "Этот модуль предоставляет альтернативу ручной правки DSDT для правильной работы Intel HDA.Зависимости: отсутствуют" #. type: "FileNVRAM_title" -#: Resources/templates/Localizable.strings:53 +#: Resources/templates/Localizable.strings:72 #, no-wrap msgid "FileNVRAM" msgstr "FileNVRAM" #. type: "FileNVRAM_description" -#: Resources/templates/Localizable.strings:54 +#: Resources/templates/Localizable.strings:73 #, no-wrap msgid "" "FileNVRAM module for preloading NVRAM values.\n" @@ -386,13 +450,13 @@ msgstr "Модуль для упреждающей загрузки значений NVRAM.Зависимости: отсутствуют" #. type: "Sata_title" -#: Resources/templates/Localizable.strings:57 +#: Resources/templates/Localizable.strings:76 #, no-wrap msgid "Sata" msgstr "Sata" #. type: "Sata_description" -#: Resources/templates/Localizable.strings:58 +#: Resources/templates/Localizable.strings:77 #, no-wrap msgid "" "Sata module, known as YellowIconFixer in cparm's branch.\n" @@ -401,14 +465,14 @@ msgstr "Модуль SATA, также известный как YellowIconFixer в ветке пользователя cparm.Полезно для исправления проблемы с жёлтым значком (также возможно исправление проблемы с приложением 'Проигрыватель DVD' в Mountain Lion).Зависимости: отсутствуют" #. type: "Resolution_title" -#: Resources/templates/Localizable.strings:62 -#: Resources/templates/Localizable.strings:732 +#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:751 #, no-wrap msgid "Resolution" msgstr "Разрешение" #. type: "AutoReso_description" -#: Resources/templates/Localizable.strings:63 +#: Resources/templates/Localizable.strings:82 #, no-wrap msgid "" "This module reads the edid information from the monitor attached to the main display.\n" @@ -420,13 +484,13 @@ "Кроме того, данный модуль может изменять режимы VESA в графических картах на основе микросхем Intel pre-HD серии для обеспечения установки правильного разрешения на этапе загрузки ОС." #. type: "uClibc_title" -#: Resources/templates/Localizable.strings:67 +#: Resources/templates/Localizable.strings:86 #, no-wrap msgid "uClibc++" msgstr "uClibc++" #. type: "uClibc_description" -#: Resources/templates/Localizable.strings:68 +#: Resources/templates/Localizable.strings:87 #, no-wrap msgid "" "This module provides a minimalistic c++ runtime library for use in other modules. This does not provide functionality by itself, instead it is used to allow for the c++ language to be used in other modules.\n" @@ -440,13 +504,13 @@ "Зависимости: klibc" #. type: "KernelPatcher_title" -#: Resources/templates/Localizable.strings:73 +#: Resources/templates/Localizable.strings:92 #, no-wrap msgid "Kernel Patcher" msgstr "Kernel Patcher" #. type: "KernelPatcher_description" -#: Resources/templates/Localizable.strings:74 +#: Resources/templates/Localizable.strings:93 #, no-wrap msgid "" "The KernelPatcher module provides patches for the following:\n" @@ -458,13 +522,13 @@ msgstr "Модуль KernelPatcher предоставляет исправления для следующих функций:* Разрешение использования кэша модулей ядра (/Extra/Extensions и /Extra/Extensions.mkext)* Отключение проверки CPUID* Отключение аварийного останова при использовании LAPIC* Отключение аварийного останова в функции commpage_stuff_routineЗависимости: отсутствуют" #. type: "KextPatcher_title" -#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:100 #, no-wrap msgid "Kext Patcher" msgstr "Kext Patcher" #. type: "KextPatcher_description" -#: Resources/templates/Localizable.strings:82 +#: Resources/templates/Localizable.strings:101 #, no-wrap msgid "" "The KextPatcher module provides patches for the following:\n" @@ -472,13 +536,13 @@ msgstr "Модуль KextPatcher предоставляет исправления для следующих функций:Зависимости: отсутствуют" #. type: "NVIDIAGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:85 +#: Resources/templates/Localizable.strings:104 #, no-wrap msgid "NVIDIAGraphicsEnabler" msgstr "NVIDIAGraphicsEnabler" #. type: "NVIDIAGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:86 +#: Resources/templates/Localizable.strings:105 #, no-wrap msgid "" "The GraphicsEnabler nVidia code ported to a module.\n" @@ -486,13 +550,13 @@ msgstr "Модуль, созданный на основе nVidia GraphicsEnabler.Зависимости: отсутствуют" #. type: "GraphicsEnablerModule_title" -#: Resources/templates/Localizable.strings:89 +#: Resources/templates/Localizable.strings:108 #, no-wrap msgid "GraphicsEnabler" msgstr "GraphicsEnabler" #. type: "GraphicsEnablerModule_description" -#: Resources/templates/Localizable.strings:90 +#: Resources/templates/Localizable.strings:109 #, no-wrap msgid "" "The GraphicsEnabler code ported to a module.\n" @@ -500,13 +564,13 @@ msgstr "Модуль, созданный на основе GraphicsEnabler.Зависимости: отсутствуют" #. type: "AMDGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:93 +#: Resources/templates/Localizable.strings:112 #, no-wrap msgid "AMDGraphicsEnabler" msgstr "AMDGraphicsEnabler" #. type: "AMDGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:94 +#: Resources/templates/Localizable.strings:113 #, no-wrap msgid "" "The GraphicsEnabler AMD/ATi code ported to a module.\n" @@ -514,13 +578,13 @@ msgstr "Модуль, созданный на основе AMD/ATi GraphicsEnabler.Зависимости: отсутствуют" #. type: "IntelGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:97 +#: Resources/templates/Localizable.strings:116 #, no-wrap msgid "IntelGraphicsEnabler" msgstr "IntelGraphicsEnabler" #. type: "IntelGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:98 +#: Resources/templates/Localizable.strings:117 #, no-wrap msgid "" "The GraphicsEnabler gma(Intel) code ported to a module.\n" @@ -528,638 +592,638 @@ msgstr "Модуль, созданный на основе Intel GMA GraphicsEnabler.Зависимости: отсутствуют" #. type: "Options_title" -#: Resources/templates/Localizable.strings:106 +#: Resources/templates/Localizable.strings:125 #, no-wrap msgid "Settings" msgstr "Настройки" #. type: "Options_description" -#: Resources/templates/Localizable.strings:107 +#: Resources/templates/Localizable.strings:126 #, no-wrap msgid "Create an /Extra/org.chameleon.Boot.plist by selecting any of these boot options and kernel flags." msgstr "Стандартные настройки" #. type: "BootBanner_title" -#: Resources/templates/Localizable.strings:109 +#: Resources/templates/Localizable.strings:128 #, no-wrap msgid "BootBanner=No" msgstr "BootBanner=No" #. type: "BootBanner_description" -#: Resources/templates/Localizable.strings:110 +#: Resources/templates/Localizable.strings:129 #, no-wrap msgid "Hides Chameleon's boot banner in GUI. This is the text that is drawn at the top left corner of the screen displaying the release version etc." msgstr "Скрывать информацию о версии Chameleon. (Текст, отображаемый в верхнем левом углу экрана начального загрузчика)." #. type: "GUI_title" -#: Resources/templates/Localizable.strings:112 +#: Resources/templates/Localizable.strings:131 #, no-wrap msgid "GUI=No" msgstr "GUI=No" #. type: "GUI_description" -#: Resources/templates/Localizable.strings:113 +#: Resources/templates/Localizable.strings:132 #, no-wrap msgid "Disables the default enabled graphic user interface." msgstr "Отключает (включённый по умолчанию) графический интерфейс пользователя." #. type: "LegacyLogo_title" -#: Resources/templates/Localizable.strings:115 +#: Resources/templates/Localizable.strings:134 #, no-wrap msgid "LegacyLogo=Yes" msgstr "LegacyLogo=Yes" #. type: "LegacyLogo_description" -#: Resources/templates/Localizable.strings:116 +#: Resources/templates/Localizable.strings:135 #, no-wrap msgid "Use the legacy 'dark grey' apple logo on the light grey screen for the boot process rather than the boot.png in the theme." msgstr "Использовать стандартное 'серое' изображение яблока при загрузке вместо указанного в теме файла boot.png." #. type: "InstantMenu_title" -#: Resources/templates/Localizable.strings:118 +#: Resources/templates/Localizable.strings:137 #, no-wrap msgid "InstantMenu=Yes" msgstr "InstantMenu=Yes" #. type: "InstantMenu_description" -#: Resources/templates/Localizable.strings:119 +#: Resources/templates/Localizable.strings:138 #, no-wrap msgid "By default, when Chameleon loads you'll see the icon for the current default partition, along with a timeout progress bar which left alone will count down before Chameleon automatically boots that partition. This options skips that and takes you directly to the device selection screen." msgstr "Позволяет отключить экран ожидания загрузки (немедленный переход к экрану выбора устройств)." #. type: "QuietBoot_title" -#: Resources/templates/Localizable.strings:121 +#: Resources/templates/Localizable.strings:140 #, no-wrap msgid "QuietBoot=Yes" msgstr "QuietBoot=Yes" #. type: "QuietBoot_description" -#: Resources/templates/Localizable.strings:122 +#: Resources/templates/Localizable.strings:141 #, no-wrap msgid "Enable quiet boot mode (no messages or prompt)." msgstr "Тихий режим (без сообщений и подтверждений)" #. type: "ShowInfo_title" -#: Resources/templates/Localizable.strings:124 +#: Resources/templates/Localizable.strings:143 #, no-wrap msgid "ShowInfo=Yes" msgstr "ShowInfo=Yes" #. type: "ShowInfo_description" -#: Resources/templates/Localizable.strings:125 +#: Resources/templates/Localizable.strings:144 #, no-wrap msgid "Enables display of partition and resolution details shown on the left side of the GUI under the boot banner. This is useful information for troubleshooting, though can clash with certain themes." msgstr "Включает отображение информации о выбранном разделе и текущем разрешении экрана слева от логотипа загрузчика. Полезно для устранения проблем с загрузкой (может отображаться некорректно при использовании некоторых тем)." #. type: "Wait_title" -#: Resources/templates/Localizable.strings:127 +#: Resources/templates/Localizable.strings:146 #, no-wrap msgid "Wait=Yes" msgstr "Wait=Yes" #. type: "Wait_description" -#: Resources/templates/Localizable.strings:128 +#: Resources/templates/Localizable.strings:147 #, no-wrap msgid "Pauses the boot process after Chameleon has finished it's setup then waits for a key press before it starts the mach kernel. Useful when combined with verbose boot for troubleshooting." msgstr "Включение приостановки процесса загрузки (ожидания нажатия клавиши) перед передачей управления ядру ОС. Полезно в сочетании с ведением журнала загрузки для устранения проблем." #. type: "PrivateData_title" -#: Resources/templates/Localizable.strings:130 +#: Resources/templates/Localizable.strings:149 #, no-wrap msgid "PrivateData=No" msgstr "PrivateData=No" #. type: "PrivateData_description" -#: Resources/templates/Localizable.strings:131 +#: Resources/templates/Localizable.strings:150 #, no-wrap msgid "Show masked data (serial number) in bdmesg log (enbaled by default)." msgstr "" #. type: "USBBusFix_title" -#: Resources/templates/Localizable.strings:135 +#: Resources/templates/Localizable.strings:154 #, no-wrap msgid "USBBusFix=Yes" msgstr "USBBusFix=Yes" #. type: "USBBusFix_description" -#: Resources/templates/Localizable.strings:136 +#: Resources/templates/Localizable.strings:155 #, no-wrap msgid "Enable the XHCI, EHCI and UHCI fixes (disabled by default)." msgstr "" #. type: "USBLegacyOff_title" -#: Resources/templates/Localizable.strings:138 +#: Resources/templates/Localizable.strings:157 #, no-wrap msgid "USBLegacyOff=Yes" msgstr "USBLegacyOff=Yes" #. type: "USBLegacyOff_description" -#: Resources/templates/Localizable.strings:139 +#: Resources/templates/Localizable.strings:158 #, no-wrap msgid "Force USB Legacy off for XHCI and EHCI (disabled by default)." msgstr "" #. type: "XHCILegacyOff_title" -#: Resources/templates/Localizable.strings:141 +#: Resources/templates/Localizable.strings:160 #, no-wrap msgid "XHCILegacyOff=Yes" msgstr "XHCILegacyOff=Yes" #. type: "XHCILegacyOff_description" -#: Resources/templates/Localizable.strings:142 +#: Resources/templates/Localizable.strings:161 #, no-wrap msgid "Force USB Legacy off for XHCI (disabled by default)." msgstr "" #. type: "UHCIreset_title" -#: Resources/templates/Localizable.strings:144 +#: Resources/templates/Localizable.strings:163 #, no-wrap msgid "UHCIreset=Yes" msgstr "UHCIreset=Yes" #. type: "UHCIreset_description" -#: Resources/templates/Localizable.strings:145 +#: Resources/templates/Localizable.strings:164 #, no-wrap msgid "Enables the option to reset UHCI controllers before starting OS X." msgstr "Позволяет производить сброс контроллеров UHCI перед загрузкой OS X." #. type: "EHCIacquire_title" -#: Resources/templates/Localizable.strings:147 +#: Resources/templates/Localizable.strings:166 #, no-wrap msgid "EHCIacquire=Yes" msgstr "EHCIacquire=Yes" #. type: "EHCIacquire_description" -#: Resources/templates/Localizable.strings:148 +#: Resources/templates/Localizable.strings:167 #, no-wrap msgid "Enables the option to fix any EHCI ownership issues due to bad bioses." msgstr "Устранение неполадок, связанных с выделенным доступом к контроллеру EHCI (некорректная настройка BIOS)" #. type: "arch_title" -#: Resources/templates/Localizable.strings:150 +#: Resources/templates/Localizable.strings:169 #, no-wrap msgid "arch=i386" msgstr "arch=i386" #. type: "arch_description" -#: Resources/templates/Localizable.strings:151 +#: Resources/templates/Localizable.strings:170 #, no-wrap msgid "Boots the kernel in 32bit mode rather than the default 64bit mode." msgstr "Загрузить ядро в 32-разрядном режиме." #. type: "EthernetBuiltIn_title" -#: Resources/templates/Localizable.strings:153 +#: Resources/templates/Localizable.strings:172 #, no-wrap msgid "EthernetBuiltIn=Yes" msgstr "EthernetBuiltIn=Yes" #. type: "EthernetBuiltIn_description" -#: Resources/templates/Localizable.strings:154 +#: Resources/templates/Localizable.strings:173 #, no-wrap msgid "Enables the option of adding 'built-in' to your ethernet devices." msgstr "Включение замены информации о сетевой карте (добавление параметра 'built-in')." #. type: "EnableWifi_title" -#: Resources/templates/Localizable.strings:156 +#: Resources/templates/Localizable.strings:175 #, no-wrap msgid "EnableWifi=Yes" msgstr "EnableWifi=Yes" #. type: "EnableWifi_description" -#: Resources/templates/Localizable.strings:157 +#: Resources/templates/Localizable.strings:176 #, no-wrap msgid "Enables the option of adding AirPort values to your wireless device." msgstr "Включение замены информации о замене беспроводной (добавление параметра 'built-in')." #. type: "ForceHPET_title" -#: Resources/templates/Localizable.strings:159 +#: Resources/templates/Localizable.strings:178 #, no-wrap msgid "ForceHPET=Yes" msgstr "ForceHPET=Yes" #. type: "ForceHPET_description" -#: Resources/templates/Localizable.strings:160 +#: Resources/templates/Localizable.strings:179 #, no-wrap msgid "Enables HPET on intel chipsets, for bioses that dont include the option." msgstr "Включение HPET на платах на основе набора микросхем Intel, которые не имеют настроек HPET в BIOS." #. type: "ForceWake_title" -#: Resources/templates/Localizable.strings:162 +#: Resources/templates/Localizable.strings:181 #, no-wrap msgid "ForceWake=Yes" msgstr "ForceWake=Yes" #. type: "ForceWake_description" -#: Resources/templates/Localizable.strings:163 +#: Resources/templates/Localizable.strings:182 #, no-wrap msgid "This option enables you to bypass bad sleep images." msgstr "Эта опция позволяет отклонять некорректные снимки памяти ждущего режима." #. type: "ForceFullMemInfo_title" -#: Resources/templates/Localizable.strings:165 +#: Resources/templates/Localizable.strings:184 #, no-wrap msgid "ForceFullMemInfo=Yes" msgstr "ForceFullMemInfo=Yes" #. type: "ForceFullMemInfo_description" -#: Resources/templates/Localizable.strings:166 +#: Resources/templates/Localizable.strings:185 #, no-wrap msgid "Force SMBIOS Table 17 to be 27 bytes long." msgstr "Принудительно установить размер 17-й таблицы SMBIOS равным 27 байтам." #. type: "RestartFix_title" -#: Resources/templates/Localizable.strings:168 +#: Resources/templates/Localizable.strings:187 #, no-wrap msgid "RestartFix=No" msgstr "RestartFix=No" #. type: "RestartFix_description" -#: Resources/templates/Localizable.strings:169 +#: Resources/templates/Localizable.strings:188 #, no-wrap msgid "Disables the automatically enabled restart fix." msgstr "Отключение включённой по умолчанию корректировки ACPI для перезагрузки." #. type: "UseMemDetect_title" -#: Resources/templates/Localizable.strings:171 +#: Resources/templates/Localizable.strings:190 #, no-wrap msgid "UseMemDetect=No" msgstr "UseMemDetect=No" #. type: "UseMemDetect_description" -#: Resources/templates/Localizable.strings:172 +#: Resources/templates/Localizable.strings:191 #, no-wrap msgid "Disables the automatically enabled RAM recognition." msgstr "Отключение включённой по умолчанию функции определения объёма оперативной памяти." #. type: "UseKernelCache_title" -#: Resources/templates/Localizable.strings:174 +#: Resources/templates/Localizable.strings:193 #, no-wrap msgid "UseKernelCache=Yes" msgstr "UseKernelCache=Yes" #. type: "UseKernelCache_description" -#: Resources/templates/Localizable.strings:175 +#: Resources/templates/Localizable.strings:194 #, no-wrap msgid "For Lion only. Enables loading of the pre-linked kernel. This will ignore /E/E and /S/L/E. ONLY use this is you have know it contains everything you need." msgstr "Только OSX Lion. Обеспечивает загрузку предварительно скомпонованного ядра. При этом будут проигнорированы кеши /E/E и /S/L/E. Используйте ТОЛЬКО если вы знаете, что оно содержит всё, что Вам нужно." #. type: "Wake_title" -#: Resources/templates/Localizable.strings:177 +#: Resources/templates/Localizable.strings:196 #, no-wrap msgid "Wake=Yes" msgstr "Wake=Yes" #. type: "Wake_description" -#: Resources/templates/Localizable.strings:178 +#: Resources/templates/Localizable.strings:197 #, no-wrap msgid "Attempts to load the sleep image saved from last hibernation." msgstr "Попытаться загрузить снимок памяти ждущего режима." #. type: "CSTUsingSystemIO_title" -#: Resources/templates/Localizable.strings:182 +#: Resources/templates/Localizable.strings:201 #, no-wrap msgid "CSTUsingSystemIO=Yes" msgstr "CSTUsingSystemIO=Yes" #. type: "CSTUsingSystemIO_description" -#: Resources/templates/Localizable.strings:183 +#: Resources/templates/Localizable.strings:202 #, no-wrap msgid "New C-State _CST generation method using SystemIO registers instead of FixedHW." msgstr "Новый метод генерации C-State _CST с использованием регистров SystemIO вместо FixedHW." #. type: "DropSSDT_title" -#: Resources/templates/Localizable.strings:185 +#: Resources/templates/Localizable.strings:204 #, no-wrap msgid "DropSSDT=Yes" msgstr "DropSSDT=Yes" #. type: "DropSSDT_description" -#: Resources/templates/Localizable.strings:186 +#: Resources/templates/Localizable.strings:205 #, no-wrap msgid "Discard the motherboard's built-in SSDT tables." msgstr "Не учитывать встроенные таблицы SSDT мат. платы" #. type: "DropHPET_title" -#: Resources/templates/Localizable.strings:188 +#: Resources/templates/Localizable.strings:207 #, no-wrap msgid "DropHPET=Yes" msgstr "DropHPET=Yes" #. type: "DropHPET_description" -#: Resources/templates/Localizable.strings:189 +#: Resources/templates/Localizable.strings:208 #, no-wrap msgid "Discard the motherboard's built-in HPET table." msgstr "Не учитывать встроенные таблицы HPET мат. платы" #. type: "DropSBST_title" -#: Resources/templates/Localizable.strings:191 +#: Resources/templates/Localizable.strings:210 #, no-wrap msgid "DropSBST=Yes" msgstr "DropSBST=Yes" #. type: "DropSBST_description" -#: Resources/templates/Localizable.strings:192 +#: Resources/templates/Localizable.strings:211 #, no-wrap msgid "Discard the motherboard's built-in SBST table." msgstr "Не учитывать встроенные таблицы SBST мат. платы" #. type: "DropECDT_title" -#: Resources/templates/Localizable.strings:194 +#: Resources/templates/Localizable.strings:213 #, no-wrap msgid "DropECDT=Yes" msgstr "DropECDT=Yes" #. type: "DropECDT_description" -#: Resources/templates/Localizable.strings:195 +#: Resources/templates/Localizable.strings:214 #, no-wrap msgid "Discard the motherboard's built-in ECDT table." msgstr "Не учитывать встроенные таблицы ECDT мат. платы" #. type: "DropASFT_title" -#: Resources/templates/Localizable.strings:197 +#: Resources/templates/Localizable.strings:216 #, no-wrap msgid "DropASFT=Yes" msgstr "DropASFT=Yes" #. type: "DropASFT_description" -#: Resources/templates/Localizable.strings:198 +#: Resources/templates/Localizable.strings:217 #, no-wrap msgid "Discard the motherboard's built-in ASF! table." msgstr "Не учитывать встроенные таблицы ASF! мат. платы" #. type: "DropDMAR_title" -#: Resources/templates/Localizable.strings:200 +#: Resources/templates/Localizable.strings:219 #, no-wrap msgid "DropDMAR=Yes" msgstr "DropDMAR=Yes" #. type: "DropDMAR_description" -#: Resources/templates/Localizable.strings:201 +#: Resources/templates/Localizable.strings:220 #, no-wrap msgid "Discard the motherboard's built-in DMAR table, this key action resolve the problem with VT-d panics." msgstr "Не учитывать встроенные таблицы DMAR мат. платы; помогает при аварийных отсановах, связанных с VT-d." #. type: "EnableC2State_title" -#: Resources/templates/Localizable.strings:203 +#: Resources/templates/Localizable.strings:222 #, no-wrap msgid "EnableC2State=Yes" msgstr "EnableC2State=Yes" #. type: "EnableC2State_description" -#: Resources/templates/Localizable.strings:204 +#: Resources/templates/Localizable.strings:223 #, no-wrap msgid "Enable specific Processor power state, C2." msgstr "Включить возможность использования особого состояния процессора (C2)." #. type: "EnableC3State_title" -#: Resources/templates/Localizable.strings:206 +#: Resources/templates/Localizable.strings:225 #, no-wrap msgid "EnableC3State=Yes" msgstr "EnableC3State=Yes" #. type: "EnableC3State_description" -#: Resources/templates/Localizable.strings:207 +#: Resources/templates/Localizable.strings:226 #, no-wrap msgid "Enable specific Processor power state, C3." msgstr "Включить возможность использования особого состояния процессора (C3)." #. type: "EnableC4State_title" -#: Resources/templates/Localizable.strings:209 +#: Resources/templates/Localizable.strings:228 #, no-wrap msgid "EnableC4State=Yes" msgstr "EnableC4State=Yes" #. type: "EnableC4State_description" -#: Resources/templates/Localizable.strings:210 +#: Resources/templates/Localizable.strings:229 #, no-wrap msgid "Enable specific Processor power state, C4." msgstr "Включить возможность использования особого состояния процессора (C4)." #. type: "EnableC6State_title" -#: Resources/templates/Localizable.strings:212 +#: Resources/templates/Localizable.strings:231 #, no-wrap msgid "EnableC6State=Yes" msgstr "EnableC6State=Yes" #. type: "EnableC6State_description" -#: Resources/templates/Localizable.strings:213 +#: Resources/templates/Localizable.strings:232 #, no-wrap msgid "Enable specific Processor power state, C6." msgstr "Включить возможность использования особого состояния процессора (C6)." #. type: "EnableC7State_title" -#: Resources/templates/Localizable.strings:215 +#: Resources/templates/Localizable.strings:234 #, no-wrap msgid "EnableC7State=Yes" msgstr "EnableC7State=Yes" #. type: "EnableC7State_description" -#: Resources/templates/Localizable.strings:216 +#: Resources/templates/Localizable.strings:235 #, no-wrap msgid "Enable specific Processor power state, C7." msgstr "Включить возможность использования особого состояния процессора (C7)." #. type: "GenerateCStates_title" -#: Resources/templates/Localizable.strings:218 +#: Resources/templates/Localizable.strings:237 #, no-wrap msgid "GenerateCStates=Yes" msgstr "GenerateCStates=Yes" #. type: "GenerateCStates_description" -#: Resources/templates/Localizable.strings:219 +#: Resources/templates/Localizable.strings:238 #, no-wrap msgid "Enable auto generation of processor idle sleep states (C-States)." msgstr "Включить автоматическую генерацию состояний ожидания процессора (C - состояния)." #. type: "GeneratePStates_title" -#: Resources/templates/Localizable.strings:221 +#: Resources/templates/Localizable.strings:240 #, no-wrap msgid "GeneratePStates=Yes" msgstr "GeneratePStates=Yes" #. type: "GeneratePStates_description" -#: Resources/templates/Localizable.strings:222 +#: Resources/templates/Localizable.strings:241 #, no-wrap msgid "Enable auto generation of processor power performance states (P-States)." msgstr "Включить автоматическую генерацию состояний производительности процессора (P - состояния)." #. type: "GenerateTStates_title" -#: Resources/templates/Localizable.strings:224 +#: Resources/templates/Localizable.strings:243 #, no-wrap msgid "GenerateTStates=Yes" msgstr "GenerateTStates=Yes" #. type: "GenerateTStates_description" -#: Resources/templates/Localizable.strings:225 +#: Resources/templates/Localizable.strings:244 #, no-wrap msgid "Enable auto generation of processor power performance states (T-States)." msgstr "Включить автоматическую генерацию состояний производительности процессора (T - состояния)." #. type: "1024x600x32_title" -#: Resources/templates/Localizable.strings:229 +#: Resources/templates/Localizable.strings:248 #, no-wrap msgid "1024x600x32" msgstr "1024x600x32" #. type: "1024x600x32_description" -#: Resources/templates/Localizable.strings:230 +#: Resources/templates/Localizable.strings:249 #, no-wrap msgid "Set Graphics Mode to 1024x600x32" msgstr "Установить графический режим экрана загрузки ОС в 1024x600x32." #. type: "1024x768x32_title" -#: Resources/templates/Localizable.strings:232 +#: Resources/templates/Localizable.strings:251 #, no-wrap msgid "1024x768x32" msgstr "1024x768x32" #. type: "1024x768x32_description" -#: Resources/templates/Localizable.strings:233 +#: Resources/templates/Localizable.strings:252 #, no-wrap msgid "Set Graphics Mode to 1024x768x32" msgstr "Установить графический режим экрана загрузки ОС в 1024x768x32." #. type: "1280x768x32_title" -#: Resources/templates/Localizable.strings:235 +#: Resources/templates/Localizable.strings:254 #, no-wrap msgid "1280x768x32" msgstr "1280x768x32" #. type: "1280x768x32_description" -#: Resources/templates/Localizable.strings:236 +#: Resources/templates/Localizable.strings:255 #, no-wrap msgid "Set Graphics Mode to 1280x768x32" msgstr "Установить графический режим экрана загрузки ОС в 1280x768x32." #. type: "1280x800x32_title" -#: Resources/templates/Localizable.strings:238 +#: Resources/templates/Localizable.strings:257 #, no-wrap msgid "1280x800x32" msgstr "1280x800x32" #. type: "1280x800x32_description" -#: Resources/templates/Localizable.strings:239 +#: Resources/templates/Localizable.strings:258 #, no-wrap msgid "Set Graphics Mode to 1280x800x32" msgstr "Установить графический режим экрана загрузки ОС в 1280x800x32." #. type: "1280x1024x32_title" -#: Resources/templates/Localizable.strings:241 +#: Resources/templates/Localizable.strings:260 #, no-wrap msgid "1280x1024x32" msgstr "1280x1024x32" #. type: "1280x1024x32_description" -#: Resources/templates/Localizable.strings:242 +#: Resources/templates/Localizable.strings:261 #, no-wrap msgid "Set Graphics Mode to 1280x1024x32" msgstr "Установить графический режим экрана загрузки ОС в 1280x1024x32." #. type: "1280x960x32_title" -#: Resources/templates/Localizable.strings:244 +#: Resources/templates/Localizable.strings:263 #, no-wrap msgid "1280x960x32" msgstr "1280x960x32" #. type: "1280x960x32_description" -#: Resources/templates/Localizable.strings:245 +#: Resources/templates/Localizable.strings:264 #, no-wrap msgid "Set Graphics Mode to 1280x960x32" msgstr "Установить графический режим экрана загрузки ОС в 1280x960x32." #. type: "1366x768x32_title" -#: Resources/templates/Localizable.strings:247 +#: Resources/templates/Localizable.strings:266 #, no-wrap msgid "1366x768x32" msgstr "1366x768x32" #. type: "1366x768x32_description" -#: Resources/templates/Localizable.strings:248 +#: Resources/templates/Localizable.strings:267 #, no-wrap msgid "Set Graphics Mode to 1366x768x32" msgstr "Установить графический режим экрана загрузки ОС в 1366x768x32." #. type: "1440x900x32_title" -#: Resources/templates/Localizable.strings:250 +#: Resources/templates/Localizable.strings:269 #, no-wrap msgid "1440x900x32" msgstr "1440x900x32" #. type: "1440x900x32_description" -#: Resources/templates/Localizable.strings:251 +#: Resources/templates/Localizable.strings:270 #, no-wrap msgid "Set Graphics Mode to 1440x900x32" msgstr "Установить графический режим экрана загрузки ОС в 1440x900x32." #. type: "1600x900x32_title" -#: Resources/templates/Localizable.strings:253 +#: Resources/templates/Localizable.strings:272 #, no-wrap msgid "1600x900x32" msgstr "1600x900x32" #. type: "1600x900x32_description" -#: Resources/templates/Localizable.strings:254 +#: Resources/templates/Localizable.strings:273 #, no-wrap msgid "Set Graphics Mode to 1600x900x32" msgstr "Установить графический режим экрана загрузки ОС в 1600x900x32." #. type: "1600x1200x32_title" -#: Resources/templates/Localizable.strings:256 +#: Resources/templates/Localizable.strings:275 #, no-wrap msgid "1600x1200x32" msgstr "1600x1200x32" #. type: "1600x1200x32_description" -#: Resources/templates/Localizable.strings:257 +#: Resources/templates/Localizable.strings:276 #, no-wrap msgid "Set Graphics Mode to 1600x1200x32" msgstr "Установить графический режим экрана загрузки ОС в 1600x1200x32." #. type: "1680x1050x32_title" -#: Resources/templates/Localizable.strings:259 +#: Resources/templates/Localizable.strings:278 #, no-wrap msgid "1680x1050x32" msgstr "1680x1050x32" #. type: "1680x1050x32_description" -#: Resources/templates/Localizable.strings:260 +#: Resources/templates/Localizable.strings:279 #, no-wrap msgid "Set Graphics Mode to 1680x1050x32" msgstr "Установить графический режим экрана загрузки ОС в 1680x1050x32." #. type: "1920x1080x32_title" -#: Resources/templates/Localizable.strings:262 +#: Resources/templates/Localizable.strings:281 #, no-wrap msgid "1920x1080x32" msgstr "1920x1080x32" #. type: "1920x1080x32_description" -#: Resources/templates/Localizable.strings:263 +#: Resources/templates/Localizable.strings:282 #, no-wrap msgid "Set Graphics Mode to 1920x1080x32" msgstr "Установить графический режим экрана загрузки ОС в 1920x1080x32." #. type: "1920x1200x32_title" -#: Resources/templates/Localizable.strings:265 +#: Resources/templates/Localizable.strings:284 #, no-wrap msgid "1920x1200x32" msgstr "1920x1200x32" #. type: "1920x1200x32_description" -#: Resources/templates/Localizable.strings:266 +#: Resources/templates/Localizable.strings:285 #, no-wrap msgid "Set Graphics Mode to 1920x1200x32" msgstr "Установить графический режим экрана загрузки ОС в 1920x1200x32." #. type: "HDAULayoutIDx01_title" -#: Resources/templates/Localizable.strings:270 -#: Resources/templates/Localizable.strings:376 +#: Resources/templates/Localizable.strings:289 +#: Resources/templates/Localizable.strings:395 #, no-wrap msgid "LayoutID=1" msgstr "LayoutID=1" #. type: "HDEFLayoutIDx01_description" -#: Resources/templates/Localizable.strings:271 +#: Resources/templates/Localizable.strings:290 #, no-wrap msgid "" "Set HDEF layout-it to 1:\n" @@ -1167,14 +1231,14 @@ msgstr "Установить 1 карту HDEF:001 (0x01, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx02_title" -#: Resources/templates/Localizable.strings:274 -#: Resources/templates/Localizable.strings:380 +#: Resources/templates/Localizable.strings:293 +#: Resources/templates/Localizable.strings:399 #, no-wrap msgid "LayoutID=2" msgstr "LayoutID=2" #. type: "HDEFLayoutIDx02_description" -#: Resources/templates/Localizable.strings:275 +#: Resources/templates/Localizable.strings:294 #, no-wrap msgid "" "Set HDEF layout-it to 2:\n" @@ -1182,14 +1246,14 @@ msgstr "Установить 2 карту HDEF:002 (0x02, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx03_title" -#: Resources/templates/Localizable.strings:278 -#: Resources/templates/Localizable.strings:384 +#: Resources/templates/Localizable.strings:297 +#: Resources/templates/Localizable.strings:403 #, no-wrap msgid "LayoutID=3" msgstr "LayoutID=3" #. type: "HDEFLayoutIDx03_description" -#: Resources/templates/Localizable.strings:279 +#: Resources/templates/Localizable.strings:298 #, no-wrap msgid "" "Set HDEF layout-it to 3:\n" @@ -1197,14 +1261,14 @@ msgstr "Установить 3 карту HDEF:003 (0x03, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx05_title" -#: Resources/templates/Localizable.strings:282 -#: Resources/templates/Localizable.strings:388 +#: Resources/templates/Localizable.strings:301 +#: Resources/templates/Localizable.strings:407 #, no-wrap msgid "LayoutID=5" msgstr "LayoutID=5" #. type: "HDEFLayoutIDx05_description" -#: Resources/templates/Localizable.strings:283 +#: Resources/templates/Localizable.strings:302 #, no-wrap msgid "" "Set HDEF layout-it to 5:\n" @@ -1214,14 +1278,14 @@ "005 (0x05, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx07_title" -#: Resources/templates/Localizable.strings:286 -#: Resources/templates/Localizable.strings:392 +#: Resources/templates/Localizable.strings:305 +#: Resources/templates/Localizable.strings:411 #, no-wrap msgid "LayoutID=7" msgstr "LayoutID=7" #. type: "HDEFLayoutIDx07_description" -#: Resources/templates/Localizable.strings:287 +#: Resources/templates/Localizable.strings:306 #, no-wrap msgid "" "Set HDEF layout-it to 7:\n" @@ -1231,14 +1295,14 @@ "007 (0x07, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx12_title" -#: Resources/templates/Localizable.strings:290 -#: Resources/templates/Localizable.strings:396 +#: Resources/templates/Localizable.strings:309 +#: Resources/templates/Localizable.strings:415 #, no-wrap msgid "LayoutID=12" msgstr "LayoutID=12" #. type: "HDEFLayoutIDx12_description" -#: Resources/templates/Localizable.strings:291 +#: Resources/templates/Localizable.strings:310 #, no-wrap msgid "" "Set HDEF layout-it to 12:\n" @@ -1246,14 +1310,14 @@ msgstr "Установить 12 карту HDEF:00C (0x0C, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx32_title" -#: Resources/templates/Localizable.strings:294 -#: Resources/templates/Localizable.strings:400 +#: Resources/templates/Localizable.strings:313 +#: Resources/templates/Localizable.strings:419 #, no-wrap msgid "LayoutID=32" msgstr "LayoutID=32" #. type: "HDEFLayoutIDx32_description" -#: Resources/templates/Localizable.strings:295 +#: Resources/templates/Localizable.strings:314 #, no-wrap msgid "" "Set HDEF layout-it to 32:\n" @@ -1261,14 +1325,14 @@ msgstr "Установить 32 карту HDEF:020 (0x20, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx40_title" -#: Resources/templates/Localizable.strings:298 -#: Resources/templates/Localizable.strings:404 +#: Resources/templates/Localizable.strings:317 +#: Resources/templates/Localizable.strings:423 #, no-wrap msgid "LayoutID=40" msgstr "LayoutID=40" #. type: "HDEFLayoutIDx40_description" -#: Resources/templates/Localizable.strings:299 +#: Resources/templates/Localizable.strings:318 #, no-wrap msgid "" "Set HDEF layout-it to 40:\n" @@ -1276,14 +1340,14 @@ msgstr "Установить 40 карту HDEF:028 (0x28, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx65_title" -#: Resources/templates/Localizable.strings:302 -#: Resources/templates/Localizable.strings:408 +#: Resources/templates/Localizable.strings:321 +#: Resources/templates/Localizable.strings:427 #, no-wrap msgid "LayoutID=65" msgstr "LayoutID=65" #. type: "HDEFLayoutIDx65_description" -#: Resources/templates/Localizable.strings:303 +#: Resources/templates/Localizable.strings:322 #, no-wrap msgid "" "Set HDEF layout-it to 65:\n" @@ -1291,14 +1355,14 @@ msgstr "Установить 65 карту HDEF:041 (0x41, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx99_title" -#: Resources/templates/Localizable.strings:306 -#: Resources/templates/Localizable.strings:412 +#: Resources/templates/Localizable.strings:325 +#: Resources/templates/Localizable.strings:431 #, no-wrap msgid "LayoutID=99" msgstr "LayoutID=99" #. type: "HDEFLayoutIDx99_description" -#: Resources/templates/Localizable.strings:307 +#: Resources/templates/Localizable.strings:326 #, no-wrap msgid "" "Set HDEF layout-it to 99:\n" @@ -1308,14 +1372,14 @@ "063 (0x63, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx269_title" -#: Resources/templates/Localizable.strings:310 -#: Resources/templates/Localizable.strings:416 +#: Resources/templates/Localizable.strings:329 +#: Resources/templates/Localizable.strings:435 #, no-wrap msgid "LayoutID=269" msgstr "LayoutID=269" #. type: "HDEFLayoutIDx269_description" -#: Resources/templates/Localizable.strings:311 +#: Resources/templates/Localizable.strings:330 #, no-wrap msgid "" "Set HDEF layout-it to 269:\n" @@ -1323,14 +1387,14 @@ msgstr "Установить значение HDEF layout-it равным 269" #. type: "HDAULayoutIDx387_title" -#: Resources/templates/Localizable.strings:314 -#: Resources/templates/Localizable.strings:420 +#: Resources/templates/Localizable.strings:333 +#: Resources/templates/Localizable.strings:439 #, no-wrap msgid "LayoutID=387" msgstr "LayoutID=387" #. type: "HDEFLayoutIDx387_description" -#: Resources/templates/Localizable.strings:315 +#: Resources/templates/Localizable.strings:334 #, no-wrap msgid "" "Set HDEF layout-it to 387:\n" @@ -1338,14 +1402,14 @@ msgstr "Установить значение HDEF layout-it равным 387" #. type: "HDAULayoutIDx388_title" -#: Resources/templates/Localizable.strings:318 -#: Resources/templates/Localizable.strings:424 +#: Resources/templates/Localizable.strings:337 +#: Resources/templates/Localizable.strings:443 #, no-wrap msgid "LayoutID=388" msgstr "LayoutID=388" #. type: "HDEFLayoutIDx388_description" -#: Resources/templates/Localizable.strings:319 +#: Resources/templates/Localizable.strings:338 #, no-wrap msgid "" "Set HDEF layout-it to 388:\n" @@ -1353,14 +1417,14 @@ msgstr "Установить значение HDEF layout-it равным 388" #. type: "HDAULayoutIDx389_title" -#: Resources/templates/Localizable.strings:322 -#: Resources/templates/Localizable.strings:428 +#: Resources/templates/Localizable.strings:341 +#: Resources/templates/Localizable.strings:447 #, no-wrap msgid "LayoutID=389" msgstr "LayoutID=389" #. type: "HDEFLayoutIDx389_description" -#: Resources/templates/Localizable.strings:323 +#: Resources/templates/Localizable.strings:342 #, no-wrap msgid "" "Set HDEF layout-it to 389:\n" @@ -1368,14 +1432,14 @@ msgstr "Установить значение HDEF layout-it равным 389" #. type: "HDAULayoutIDx392_title" -#: Resources/templates/Localizable.strings:326 -#: Resources/templates/Localizable.strings:432 +#: Resources/templates/Localizable.strings:345 +#: Resources/templates/Localizable.strings:451 #, no-wrap msgid "LayoutID=392" msgstr "LayoutID=392" #. type: "HDEFLayoutIDx392_description" -#: Resources/templates/Localizable.strings:327 +#: Resources/templates/Localizable.strings:346 #, no-wrap msgid "" "Set HDEF layout-it to 392:\n" @@ -1383,14 +1447,14 @@ msgstr "Установить значение HDEF layout-it равным 392" #. type: "HDAULayoutIDx398_title" -#: Resources/templates/Localizable.strings:330 -#: Resources/templates/Localizable.strings:436 +#: Resources/templates/Localizable.strings:349 +#: Resources/templates/Localizable.strings:455 #, no-wrap msgid "LayoutID=398" msgstr "LayoutID=398" #. type: "HDEFLayoutIDx398_description" -#: Resources/templates/Localizable.strings:331 +#: Resources/templates/Localizable.strings:350 #, no-wrap msgid "" "Set HDEF layout-it to 398:\n" @@ -1398,14 +1462,14 @@ msgstr "Установить значение HDEF layout-it равным 398" #. type: "HDAULayoutIDx662_title" -#: Resources/templates/Localizable.strings:334 -#: Resources/templates/Localizable.strings:440 +#: Resources/templates/Localizable.strings:353 +#: Resources/templates/Localizable.strings:459 #, no-wrap msgid "LayoutID=662" msgstr "LayoutID=662" #. type: "HDEFLayoutIDx662_description" -#: Resources/templates/Localizable.strings:335 +#: Resources/templates/Localizable.strings:354 #, no-wrap msgid "" "Set HDEF layout-it to 662:\n" @@ -1413,14 +1477,14 @@ msgstr "Установить значение HDEF layout-it равным 662" #. type: "HDAULayoutIDx663_title" -#: Resources/templates/Localizable.strings:338 -#: Resources/templates/Localizable.strings:444 +#: Resources/templates/Localizable.strings:357 +#: Resources/templates/Localizable.strings:463 #, no-wrap msgid "LayoutID=663" msgstr "LayoutID=663" #. type: "HDEFLayoutIDx663_description" -#: Resources/templates/Localizable.strings:339 +#: Resources/templates/Localizable.strings:358 #, no-wrap msgid "" "Set HDEF layout-it to 663:\n" @@ -1428,14 +1492,14 @@ msgstr "Установить значение HDEF layout-it равным 663" #. type: "HDAULayoutIDx664_title" -#: Resources/templates/Localizable.strings:342 -#: Resources/templates/Localizable.strings:448 +#: Resources/templates/Localizable.strings:361 +#: Resources/templates/Localizable.strings:467 #, no-wrap msgid "LayoutID=664" msgstr "LayoutID=664" #. type: "HDEFLayoutIDx664_description" -#: Resources/templates/Localizable.strings:343 +#: Resources/templates/Localizable.strings:362 #, no-wrap msgid "" "Set HDEF layout-it to 664:\n" @@ -1443,14 +1507,14 @@ msgstr "Установить значение HDEF layout-it равным 664" #. type: "HDAULayoutIDx885_title" -#: Resources/templates/Localizable.strings:346 -#: Resources/templates/Localizable.strings:452 +#: Resources/templates/Localizable.strings:365 +#: Resources/templates/Localizable.strings:471 #, no-wrap msgid "LayoutID=885" msgstr "LayoutID=885" #. type: "HDEFLayoutIDx885_description" -#: Resources/templates/Localizable.strings:347 +#: Resources/templates/Localizable.strings:366 #, no-wrap msgid "" "Set HDEF layout-it to 885:\n" @@ -1458,14 +1522,14 @@ msgstr "Установить значение HDEF layout-it равным 885" #. type: "HDAULayoutIDx887_title" -#: Resources/templates/Localizable.strings:350 -#: Resources/templates/Localizable.strings:456 +#: Resources/templates/Localizable.strings:369 +#: Resources/templates/Localizable.strings:475 #, no-wrap msgid "LayoutID=887" msgstr "LayoutID=887" #. type: "HDEFLayoutIDx887_description" -#: Resources/templates/Localizable.strings:351 +#: Resources/templates/Localizable.strings:370 #, no-wrap msgid "" "Set HDEF layout-it to 887:\n" @@ -1473,14 +1537,14 @@ msgstr "Установить значение HDEF layout-it равным 887" #. type: "HDAULayoutIDx888_title" -#: Resources/templates/Localizable.strings:354 -#: Resources/templates/Localizable.strings:460 +#: Resources/templates/Localizable.strings:373 +#: Resources/templates/Localizable.strings:479 #, no-wrap msgid "LayoutID=888" msgstr "LayoutID=888" #. type: "HDEFLayoutIDx888_description" -#: Resources/templates/Localizable.strings:355 +#: Resources/templates/Localizable.strings:374 #, no-wrap msgid "" "Set HDEF layout-it to 888:\n" @@ -1488,14 +1552,14 @@ msgstr "Установить значение HDEF layout-it равным 888" #. type: "HDAULayoutIDx889_title" -#: Resources/templates/Localizable.strings:358 -#: Resources/templates/Localizable.strings:464 +#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:483 #, no-wrap msgid "LayoutID=889" msgstr "LayoutID=889" #. type: "HDEFLayoutIDx889_description" -#: Resources/templates/Localizable.strings:359 +#: Resources/templates/Localizable.strings:378 #, no-wrap msgid "" "Set HDEF layout-it to 889:\n" @@ -1503,14 +1567,14 @@ msgstr "Установить значение HDEF layout-it равным 889" #. type: "HDAULayoutIDx892_title" -#: Resources/templates/Localizable.strings:362 -#: Resources/templates/Localizable.strings:468 +#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:487 #, no-wrap msgid "LayoutID=892" msgstr "LayoutID=892" #. type: "HDEFLayoutIDx892_description" -#: Resources/templates/Localizable.strings:363 +#: Resources/templates/Localizable.strings:382 #, no-wrap msgid "" "Set HDEF layout-it to 892:\n" @@ -1518,14 +1582,14 @@ msgstr "Установить значение HDEF layout-it равным 892" #. type: "HDAULayoutIDx898_title" -#: Resources/templates/Localizable.strings:366 -#: Resources/templates/Localizable.strings:472 +#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:491 #, no-wrap msgid "LayoutID=898" msgstr "LayoutID=898" #. type: "HDEFLayoutIDx898_description" -#: Resources/templates/Localizable.strings:367 +#: Resources/templates/Localizable.strings:386 #, no-wrap msgid "" "Set HDEF layout-it to 898:\n" @@ -1533,14 +1597,14 @@ msgstr "Установить значение HDEF layout-it равным 898" #. type: "HDAULayoutIDxBD7_title" -#: Resources/templates/Localizable.strings:370 -#: Resources/templates/Localizable.strings:476 +#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:495 #, no-wrap msgid "LayoutID=1981" msgstr "LayoutID=1981" #. type: "HDEFLayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:371 +#: Resources/templates/Localizable.strings:390 #, no-wrap msgid "" "Set HDEF layout-it to 1981:\n" @@ -1550,7 +1614,7 @@ "7BD (0xBD, 0x07, 0x00, 0x00)." #. type: "HDAULayoutIDx01_description" -#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:396 #, no-wrap msgid "" "Set HDAU layout-it to 1:\n" @@ -1560,7 +1624,7 @@ "001 (0x01, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx02_description" -#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:400 #, no-wrap msgid "" "Set HDAU layout-it to 2:\n" @@ -1570,7 +1634,7 @@ "002 (0x02, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx03_description" -#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:404 #, no-wrap msgid "" "Set HDAU layout-it to 3:\n" @@ -1580,7 +1644,7 @@ "003 (0x03, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx05_description" -#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:408 #, no-wrap msgid "" "Set HDAU layout-it to 5:\n" @@ -1590,7 +1654,7 @@ "005 (0x05, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx07_description" -#: Resources/templates/Localizable.strings:393 +#: Resources/templates/Localizable.strings:412 #, no-wrap msgid "" "Set HDAU layout-it to 7:\n" @@ -1600,7 +1664,7 @@ "007 (0x07, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx12_description" -#: Resources/templates/Localizable.strings:397 +#: Resources/templates/Localizable.strings:416 #, no-wrap msgid "" "Set HDAU layout-it to 12:\n" @@ -1610,7 +1674,7 @@ "00C (0x0C, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx32_description" -#: Resources/templates/Localizable.strings:401 +#: Resources/templates/Localizable.strings:420 #, no-wrap msgid "" "Set HDAU layout-it to 32:\n" @@ -1620,7 +1684,7 @@ "020 (0x20, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx40_description" -#: Resources/templates/Localizable.strings:405 +#: Resources/templates/Localizable.strings:424 #, no-wrap msgid "" "Set HDAU layout-it to 40:\n" @@ -1630,7 +1694,7 @@ "028 (0x28, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx65_description" -#: Resources/templates/Localizable.strings:409 +#: Resources/templates/Localizable.strings:428 #, no-wrap msgid "" "Set HDAU layout-it to 65:\n" @@ -1640,7 +1704,7 @@ "041 (0x41, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx99_description" -#: Resources/templates/Localizable.strings:413 +#: Resources/templates/Localizable.strings:432 #, no-wrap msgid "" "Set HDAU layout-it to 99:\n" @@ -1650,7 +1714,7 @@ "063 (0x63, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx269_description" -#: Resources/templates/Localizable.strings:417 +#: Resources/templates/Localizable.strings:436 #, no-wrap msgid "" "Set HDAU layout-it to 269:\n" @@ -1660,7 +1724,7 @@ "10D (0x0D, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx387_description" -#: Resources/templates/Localizable.strings:421 +#: Resources/templates/Localizable.strings:440 #, no-wrap msgid "" "Set HDAU layout-it to 387:\n" @@ -1668,7 +1732,7 @@ msgstr "Установить значение HDAU layout-it равным 387" #. type: "HDAULayoutIDx388_description" -#: Resources/templates/Localizable.strings:425 +#: Resources/templates/Localizable.strings:444 #, no-wrap msgid "" "Set HDAU layout-it to 388:\n" @@ -1676,7 +1740,7 @@ msgstr "Установить значение HDAU layout-it равным 388" #. type: "HDAULayoutIDx389_description" -#: Resources/templates/Localizable.strings:429 +#: Resources/templates/Localizable.strings:448 #, no-wrap msgid "" "Set HDAU layout-it to 389:\n" @@ -1684,7 +1748,7 @@ msgstr "Установить значение HDAU layout-it равным 389" #. type: "HDAULayoutIDx392_description" -#: Resources/templates/Localizable.strings:433 +#: Resources/templates/Localizable.strings:452 #, no-wrap msgid "" "Set HDAU layout-it to 392:\n" @@ -1692,7 +1756,7 @@ msgstr "Установить значение HDAU layout-it равным 392" #. type: "HDAULayoutIDx398_description" -#: Resources/templates/Localizable.strings:437 +#: Resources/templates/Localizable.strings:456 #, no-wrap msgid "" "Set HDAU layout-it to 398:\n" @@ -1700,7 +1764,7 @@ msgstr "Установить значение HDAU layout-it равным 398" #. type: "HDAULayoutIDx662_description" -#: Resources/templates/Localizable.strings:441 +#: Resources/templates/Localizable.strings:460 #, no-wrap msgid "" "Set HDAU layout-it to 662:\n" @@ -1708,7 +1772,7 @@ msgstr "Установить значение HDAU layout-it равным 662" #. type: "HDAULayoutIDx663_description" -#: Resources/templates/Localizable.strings:445 +#: Resources/templates/Localizable.strings:464 #, no-wrap msgid "" "Set HDAU layout-it to 663:\n" @@ -1716,7 +1780,7 @@ msgstr "Установить значение HDAU layout-it равным 663" #. type: "HDAULayoutIDx664_description" -#: Resources/templates/Localizable.strings:449 +#: Resources/templates/Localizable.strings:468 #, no-wrap msgid "" "Set HDAU layout-it to 664:\n" @@ -1724,7 +1788,7 @@ msgstr "Установить значение HDAU layout-it равным 664" #. type: "HDAULayoutIDx885_description" -#: Resources/templates/Localizable.strings:453 +#: Resources/templates/Localizable.strings:472 #, no-wrap msgid "" "Set HDAU layout-it to 885:\n" @@ -1732,7 +1796,7 @@ msgstr "Установить значение HDAU layout-it равным 885" #. type: "HDAULayoutIDx887_description" -#: Resources/templates/Localizable.strings:457 +#: Resources/templates/Localizable.strings:476 #, no-wrap msgid "" "Set HDAU layout-it to 887:\n" @@ -1742,7 +1806,7 @@ "377 (0x77, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx888_description" -#: Resources/templates/Localizable.strings:461 +#: Resources/templates/Localizable.strings:480 #, no-wrap msgid "" "Set HDAU layout-it to 888:\n" @@ -1752,7 +1816,7 @@ "378 (0x78, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx889_description" -#: Resources/templates/Localizable.strings:465 +#: Resources/templates/Localizable.strings:484 #, no-wrap msgid "" "Set HDAU layout-it to 889:\n" @@ -1762,7 +1826,7 @@ "379 (0x79, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx892_description" -#: Resources/templates/Localizable.strings:469 +#: Resources/templates/Localizable.strings:488 #, no-wrap msgid "" "Set HDAU layout-it to 892:\n" @@ -1772,7 +1836,7 @@ "37C (0x0C, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx898_description" -#: Resources/templates/Localizable.strings:473 +#: Resources/templates/Localizable.strings:492 #, no-wrap msgid "" "Set HDAU layout-it to 898:\n" @@ -1782,7 +1846,7 @@ "382 (0x82, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:477 +#: Resources/templates/Localizable.strings:496 #, no-wrap msgid "" "Set HDAU layout-it to 1981:\n" @@ -1792,625 +1856,625 @@ "7BD (0xBD, 0x07, 0x00, 0x00)." #. type: "IntelCaprix00_title" -#: Resources/templates/Localizable.strings:482 +#: Resources/templates/Localizable.strings:501 #, no-wrap msgid "01660000" msgstr "01660000" #. type: "IntelCaprix00_description" -#: Resources/templates/Localizable.strings:483 +#: Resources/templates/Localizable.strings:502 #, no-wrap msgid "Set 01660000 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Установить 01660000 в качестве Intel HD4000 (Mobile) AAPL,ig-platform-id." #. type: "IntelCaprix01_title" -#: Resources/templates/Localizable.strings:485 +#: Resources/templates/Localizable.strings:504 #, no-wrap msgid "01660001" msgstr "01660001" #. type: "IntelCaprix01_description" -#: Resources/templates/Localizable.strings:486 +#: Resources/templates/Localizable.strings:505 #, no-wrap msgid "Set 01660001 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Установить 01660001 в качестве Intel HD4000 (Mobile) AAPL,ig-platform-id." #. type: "IntelCaprix02_title" -#: Resources/templates/Localizable.strings:488 +#: Resources/templates/Localizable.strings:507 #, no-wrap msgid "01660002" msgstr "01660002" #. type: "IntelCaprix02_description" -#: Resources/templates/Localizable.strings:489 +#: Resources/templates/Localizable.strings:508 #, no-wrap msgid "Set 01660002 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Установить 01660002 в качестве Intel HD4000 (Mobile) AAPL,ig-platform-id." #. type: "IntelCaprix03_title" -#: Resources/templates/Localizable.strings:491 +#: Resources/templates/Localizable.strings:510 #, no-wrap msgid "01660003" msgstr "01660003" #. type: "IntelCaprix03_description" -#: Resources/templates/Localizable.strings:492 +#: Resources/templates/Localizable.strings:511 #, no-wrap msgid "Set 01660003 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Установить 01660003 в качестве Intel HD4000 (Mobile) AAPL,ig-platform-id." #. type: "IntelCaprix04_title" -#: Resources/templates/Localizable.strings:494 +#: Resources/templates/Localizable.strings:513 #, no-wrap msgid "01660004" msgstr "01660004" #. type: "IntelCaprix04_description" -#: Resources/templates/Localizable.strings:495 +#: Resources/templates/Localizable.strings:514 #, no-wrap msgid "Set 01660004 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Установить 01660004 в качестве Intel HD4000 (Mobile) AAPL,ig-platform-id." #. type: "IntelCaprix05_title" -#: Resources/templates/Localizable.strings:497 +#: Resources/templates/Localizable.strings:516 #, no-wrap msgid "01620005" msgstr "01620005" #. type: "IntelCaprix05_description" -#: Resources/templates/Localizable.strings:498 +#: Resources/templates/Localizable.strings:517 #, no-wrap msgid "Set 01620005 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "Установить 01620005 в качестве Intel HD4000 (Mobile) AAPL,ig-platform-id." #. type: "IntelCaprix06_title" -#: Resources/templates/Localizable.strings:500 +#: Resources/templates/Localizable.strings:519 #, no-wrap msgid "01620006" msgstr "01620006" #. type: "IntelCaprix06_description" -#: Resources/templates/Localizable.strings:501 +#: Resources/templates/Localizable.strings:520 #, no-wrap msgid "Set 01620006 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "Установить 01620006 в качестве Intel HD4000 (Mobile) AAPL,ig-platform-id." #. type: "IntelCaprix07_title" -#: Resources/templates/Localizable.strings:503 +#: Resources/templates/Localizable.strings:522 #, no-wrap msgid "01620007" msgstr "01620007" #. type: "IntelCaprix07_description" -#: Resources/templates/Localizable.strings:504 +#: Resources/templates/Localizable.strings:523 #, no-wrap msgid "Set 01620007 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "Установить 01620007 в качестве Intel HD4000 (Mobile) AAPL,ig-platform-id." #. type: "IntelCaprix08_title" -#: Resources/templates/Localizable.strings:506 +#: Resources/templates/Localizable.strings:525 #, no-wrap msgid "01660008" msgstr "01660008" #. type: "IntelCaprix08_description" -#: Resources/templates/Localizable.strings:507 +#: Resources/templates/Localizable.strings:526 #, no-wrap msgid "Set 01660008 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Установить 01660008 в качестве Intel HD4000 (Mobile) AAPL,ig-platform-id." #. type: "IntelCaprix09_title" -#: Resources/templates/Localizable.strings:509 +#: Resources/templates/Localizable.strings:528 #, no-wrap msgid "01660009" msgstr "01660009" #. type: "IntelCaprix09_description" -#: Resources/templates/Localizable.strings:510 +#: Resources/templates/Localizable.strings:529 #, no-wrap msgid "Set 01660009 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Установить 01660009 в качестве Intel HD4000 (Mobile) AAPL,ig-platform-id." #. type: "IntelCaprix10_title" -#: Resources/templates/Localizable.strings:512 +#: Resources/templates/Localizable.strings:531 #, no-wrap msgid "0166000a" msgstr "0166000a" #. type: "IntelCaprix10_description" -#: Resources/templates/Localizable.strings:513 +#: Resources/templates/Localizable.strings:532 #, no-wrap msgid "Set 0166000a for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Установить 0166000a в качестве Intel HD4000 (Mobile) AAPL,ig-platform-id." #. type: "IntelCaprix11_title" -#: Resources/templates/Localizable.strings:515 +#: Resources/templates/Localizable.strings:534 #, no-wrap msgid "0166000b" msgstr "0166000b" #. type: "IntelCaprix11_description" -#: Resources/templates/Localizable.strings:516 +#: Resources/templates/Localizable.strings:535 #, no-wrap msgid "Set 0166000b for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Установить 0166000b в качестве Intel HD4000 (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx00_title" -#: Resources/templates/Localizable.strings:520 +#: Resources/templates/Localizable.strings:539 #, no-wrap msgid "00000604" msgstr "00000604" #. type: "IntelAzulx00_description" -#: Resources/templates/Localizable.strings:521 +#: Resources/templates/Localizable.strings:540 #, no-wrap msgid "Set 00000604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Установить 00000604 в качестве Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx01_title" -#: Resources/templates/Localizable.strings:523 +#: Resources/templates/Localizable.strings:542 #, no-wrap msgid "0000060c" msgstr "0000060c" #. type: "IntelAzulx01_description" -#: Resources/templates/Localizable.strings:524 +#: Resources/templates/Localizable.strings:543 #, no-wrap msgid "Set 0000060c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Установить 0166000c в качестве Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx02_title" -#: Resources/templates/Localizable.strings:526 +#: Resources/templates/Localizable.strings:545 #, no-wrap msgid "00001604" msgstr "00001604" #. type: "IntelAzulx02_description" -#: Resources/templates/Localizable.strings:527 +#: Resources/templates/Localizable.strings:546 #, no-wrap msgid "Set 00001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Установить 00001604 в качестве Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx03_title" -#: Resources/templates/Localizable.strings:529 +#: Resources/templates/Localizable.strings:548 #, no-wrap msgid "0000160a" msgstr "0000160a" #. type: "IntelAzulx03_description" -#: Resources/templates/Localizable.strings:530 +#: Resources/templates/Localizable.strings:549 #, no-wrap msgid "Set 0000160a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Установить 0000160a в качестве Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx04_title" -#: Resources/templates/Localizable.strings:532 +#: Resources/templates/Localizable.strings:551 #, no-wrap msgid "0000160c" msgstr "0000160c" #. type: "IntelAzulx04_description" -#: Resources/templates/Localizable.strings:533 +#: Resources/templates/Localizable.strings:552 #, no-wrap msgid "Set 0000160c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Установить 0000160c в качестве Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx05_title" -#: Resources/templates/Localizable.strings:535 +#: Resources/templates/Localizable.strings:554 #, no-wrap msgid "00002604" msgstr "00002604" #. type: "IntelAzulx05_description" -#: Resources/templates/Localizable.strings:536 +#: Resources/templates/Localizable.strings:555 #, no-wrap msgid "Set 00002604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Установить 00002604 в качестве Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx06_title" -#: Resources/templates/Localizable.strings:538 +#: Resources/templates/Localizable.strings:557 #, no-wrap msgid "0000260a" msgstr "0000260a" #. type: "IntelAzulx06_description" -#: Resources/templates/Localizable.strings:539 +#: Resources/templates/Localizable.strings:558 #, no-wrap msgid "Set 0000260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Установить 0000260a в качестве Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx07_title" -#: Resources/templates/Localizable.strings:541 +#: Resources/templates/Localizable.strings:560 #, no-wrap msgid "0000260c" msgstr "0000260c" #. type: "IntelAzulx07_description" -#: Resources/templates/Localizable.strings:542 +#: Resources/templates/Localizable.strings:561 #, no-wrap msgid "Set 0600260c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Установить 0600260c в качестве Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx08_title" -#: Resources/templates/Localizable.strings:544 +#: Resources/templates/Localizable.strings:563 #, no-wrap msgid "0000260d" msgstr "0000260d" #. type: "IntelAzulx08_description" -#: Resources/templates/Localizable.strings:545 +#: Resources/templates/Localizable.strings:564 #, no-wrap msgid "Set 0000260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Установить 0000260d в качестве Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx09_title" -#: Resources/templates/Localizable.strings:547 +#: Resources/templates/Localizable.strings:566 #, no-wrap msgid "02001604" msgstr "02001604" #. type: "IntelAzulx09_description" -#: Resources/templates/Localizable.strings:548 +#: Resources/templates/Localizable.strings:567 #, no-wrap msgid "Set 02001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Установить 02001604 в качестве Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx10_title" -#: Resources/templates/Localizable.strings:550 +#: Resources/templates/Localizable.strings:569 #, no-wrap msgid "0300220d" msgstr "0300220d" #. type: "IntelAzulx10_description" -#: Resources/templates/Localizable.strings:551 +#: Resources/templates/Localizable.strings:570 #, no-wrap msgid "Set 0300220d for Intel Haswell (Desktop) AAPL,ig-platform-id." msgstr "Установить 0300220d в качестве Intel Haswell (Desktop) AAPL,ig-platform-id." #. type: "IntelAzulx11_title" -#: Resources/templates/Localizable.strings:553 +#: Resources/templates/Localizable.strings:572 #, no-wrap msgid "0500260a" msgstr "0500260a" #. type: "IntelAzulx11_description" -#: Resources/templates/Localizable.strings:554 +#: Resources/templates/Localizable.strings:573 #, no-wrap msgid "Set 0500260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Установить 0500260a в качестве Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx12_title" -#: Resources/templates/Localizable.strings:556 +#: Resources/templates/Localizable.strings:575 #, no-wrap msgid "0600260a" msgstr "0600260a" #. type: "IntelAzulx12_description" -#: Resources/templates/Localizable.strings:557 +#: Resources/templates/Localizable.strings:576 #, no-wrap msgid "Set 0600260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Установить 0600260a в качестве Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx13_title" -#: Resources/templates/Localizable.strings:559 +#: Resources/templates/Localizable.strings:578 #, no-wrap msgid "0700260d" msgstr "0700260d" #. type: "IntelAzulx13_description" -#: Resources/templates/Localizable.strings:560 +#: Resources/templates/Localizable.strings:579 #, no-wrap msgid "Set 0700260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Установить 0700260d в качестве Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx14_title" -#: Resources/templates/Localizable.strings:562 +#: Resources/templates/Localizable.strings:581 #, no-wrap msgid "0800260a" msgstr "0800260a" #. type: "IntelAzulx14_description" -#: Resources/templates/Localizable.strings:563 +#: Resources/templates/Localizable.strings:582 #, no-wrap msgid "Set 0800260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Установить 0800260a в качестве Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx15_title" -#: Resources/templates/Localizable.strings:565 +#: Resources/templates/Localizable.strings:584 #, no-wrap msgid "08002e0a" msgstr "08002e0a" #. type: "IntelAzulx15_description" -#: Resources/templates/Localizable.strings:566 +#: Resources/templates/Localizable.strings:585 #, no-wrap msgid "Set 08002e0a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Установить 08002e0a в качестве Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "AD2000B_PinConf_title" -#: Resources/templates/Localizable.strings:570 +#: Resources/templates/Localizable.strings:589 #, no-wrap msgid "AD2000b" msgstr "AD2000b" #. type: "AD2000B_PinConf_description" -#: Resources/templates/Localizable.strings:571 +#: Resources/templates/Localizable.strings:590 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD2000b." msgstr "Установить HDEF PinConfiguration для Analog Devices AD2000b." #. type: "AD1981HD_PinConf_title" -#: Resources/templates/Localizable.strings:573 +#: Resources/templates/Localizable.strings:592 #, no-wrap msgid "AD1981HD" msgstr "AD1981HD" #. type: "AD1981HD_PinConf_description" -#: Resources/templates/Localizable.strings:574 +#: Resources/templates/Localizable.strings:593 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1981HD." msgstr "Установить HDEF PinConfiguration для Analog Devices AD1981HD." #. type: "AD1988B_PinConf_title" -#: Resources/templates/Localizable.strings:576 +#: Resources/templates/Localizable.strings:595 #, no-wrap msgid "AD1988b" msgstr "AD1988b" #. type: "AD1988B_PinConf_description" -#: Resources/templates/Localizable.strings:577 +#: Resources/templates/Localizable.strings:596 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1988b." msgstr "Установить HDEF PinConfiguration для Analog Devices AD198b." #. type: "ALC888_PinConf_title" -#: Resources/templates/Localizable.strings:579 +#: Resources/templates/Localizable.strings:598 #, no-wrap msgid "ALC888" msgstr "ALC888" #. type: "ALC888_PinConf_description" -#: Resources/templates/Localizable.strings:580 +#: Resources/templates/Localizable.strings:599 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC888." msgstr "Установить HDEF PinConfiguration для Realtek ALC888." #. type: "ALC1200_PinConf_title" -#: Resources/templates/Localizable.strings:582 +#: Resources/templates/Localizable.strings:601 #, no-wrap msgid "ALC1200" msgstr "ALC1200" #. type: "ALC1200_PinConf_description" -#: Resources/templates/Localizable.strings:583 +#: Resources/templates/Localizable.strings:602 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC1200." msgstr "Установить HDEF PinConfiguration для Realtek ALC1200." #. type: "00_PinConf_title" -#: Resources/templates/Localizable.strings:585 +#: Resources/templates/Localizable.strings:604 #, no-wrap msgid "00" msgstr "00" #. type: "00_PinConf_description" -#: Resources/templates/Localizable.strings:586 +#: Resources/templates/Localizable.strings:605 #, no-wrap msgid "Set HDEF PinConfiguration for ???." msgstr "Установить HDEF PinConfiguration для ???." #. type: "GraphicsEnabler_title" -#: Resources/templates/Localizable.strings:590 +#: Resources/templates/Localizable.strings:609 #, no-wrap msgid "GraphicsEnabler=Yes" msgstr "GraphicsEnabler=Yes" #. type: "GraphicsEnabler_description" -#: Resources/templates/Localizable.strings:591 +#: Resources/templates/Localizable.strings:610 #, no-wrap msgid "Enables the option to autodetect NVIDIA, AMD/ATI or Intel based GPUs and inject the correct info." msgstr "Включение автоматического обнаружения и корректировки данных EFI для графических карт nVidia/ATI/Intel." #. type: "EnableHDMIAudio_title" -#: Resources/templates/Localizable.strings:593 +#: Resources/templates/Localizable.strings:612 #, no-wrap msgid "EnableHDMIAudio=Yes" msgstr "EnableHDMIAudio=Yes" #. type: "EnableHDMIAudio_description" -#: Resources/templates/Localizable.strings:594 +#: Resources/templates/Localizable.strings:613 #, no-wrap msgid "Inject HDMi audio for NVIDIA or AMD/ATI." msgstr "Включение возможности обнаружения аудио-выхода HDMI для видеокарт nVidia или AMD/ATI" #. type: "UseIntelHDMI_title" -#: Resources/templates/Localizable.strings:596 +#: Resources/templates/Localizable.strings:615 #, no-wrap msgid "UseIntelHDMI=Yes" msgstr "UseIntelHDMI=Yes" #. type: "UseIntelHDMI_description" -#: Resources/templates/Localizable.strings:597 +#: Resources/templates/Localizable.strings:616 #, no-wrap msgid "If YES, hda-gfx=onboard-1 will be injected into the GFX0 and HDEF devices. Also, if an ATI or Nvidia HDMI device is present, they'll be assigned to onboard-2. If NO, then ATI or Nvidia devices will get onboard-1 as well as the HDAU device if present." msgstr "" #. type: "UseAtiROM_title" -#: Resources/templates/Localizable.strings:599 +#: Resources/templates/Localizable.strings:618 #, no-wrap msgid "UseAtiROM=Yes" msgstr "UseAtiROM=Yes" #. type: "UseAtiROM_description" -#: Resources/templates/Localizable.strings:600 +#: Resources/templates/Localizable.strings:619 #, no-wrap msgid "Enables UseAtiROM options." msgstr "Включение параметра UseAtiROM." #. type: "UseNvidiaROM_title" -#: Resources/templates/Localizable.strings:602 +#: Resources/templates/Localizable.strings:621 #, no-wrap msgid "UseNvidiaROM=Yes" msgstr "UseNvidiaROM=Yes" #. type: "UseNvidiaROM_description" -#: Resources/templates/Localizable.strings:603 +#: Resources/templates/Localizable.strings:622 #, no-wrap msgid "Enables UseNvidiaROM options." msgstr "Включение параметра UseNvidiaROM." #. type: "VBIOS_title" -#: Resources/templates/Localizable.strings:605 +#: Resources/templates/Localizable.strings:624 #, no-wrap msgid "VBIOS=Yes" msgstr "VBIOS=Yes" #. type: "VBIOS_description" -#: Resources/templates/Localizable.strings:606 +#: Resources/templates/Localizable.strings:625 #, no-wrap msgid "Enables VBIOS option" msgstr "Включение параметра VBIOS." #. type: "SkipIntelGfx_title" -#: Resources/templates/Localizable.strings:608 +#: Resources/templates/Localizable.strings:627 #, no-wrap msgid "SkipIntelGfx=Yes" msgstr "SkipIntelGfx=Yes" #. type: "SkipIntelGfx_description" -#: Resources/templates/Localizable.strings:609 +#: Resources/templates/Localizable.strings:628 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for Intel based GPUs." msgstr "Пропустить автоматическое обнаружение GraphicsEnabler для графических процессоров Intel." #. type: "SkipNvidiaGfx_title" -#: Resources/templates/Localizable.strings:611 +#: Resources/templates/Localizable.strings:630 #, no-wrap msgid "SkipNvidiaGfx=Yes" msgstr "SkipNvidiaGfx=Yes" #. type: "SkipNvidiaGfx_description" -#: Resources/templates/Localizable.strings:612 +#: Resources/templates/Localizable.strings:631 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for NVIDIA based GPUs." msgstr "Пропустить автоматическое обнаружение GraphicsEnabler для графических процессоров nVidia." #. type: "SkipAtiGfx_title" -#: Resources/templates/Localizable.strings:614 +#: Resources/templates/Localizable.strings:633 #, no-wrap msgid "SkipAtiGfx=Yes" msgstr "SkipAtiGfx=Yes" #. type: "SkipAtiGfx_description" -#: Resources/templates/Localizable.strings:615 +#: Resources/templates/Localizable.strings:634 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for AMD/ATI based GPUs." msgstr "Пропустить автоматическое обнаружение GraphicsEnabler для графических процессоров AMD/ATi." #. type: "EnableBacklight_title" -#: Resources/templates/Localizable.strings:617 +#: Resources/templates/Localizable.strings:636 #, no-wrap msgid "EnableBacklight=Yes" msgstr "EnableBacklight=Yes" #. type: "EnableBacklight_description" -#: Resources/templates/Localizable.strings:618 +#: Resources/templates/Localizable.strings:637 #, no-wrap msgid "Enables Backlight options for laptop with nVidia cards." msgstr "Включение настройки подсветки для ноутбуков с графическими процессорами nVidia." #. type: "EnableDualLink_title" -#: Resources/templates/Localizable.strings:620 +#: Resources/templates/Localizable.strings:639 #, no-wrap msgid "EnableDualLink=Yes" msgstr "EnableDualLink=Yes" #. type: "EnableDualLink_description" -#: Resources/templates/Localizable.strings:621 +#: Resources/templates/Localizable.strings:640 #, no-wrap msgid "Enables DualLink options for nVidia and ATi cards." msgstr "Включение DualLink для графических процессоров nVidia и ATi." #. type: "NvidiaGeneric_title" -#: Resources/templates/Localizable.strings:623 +#: Resources/templates/Localizable.strings:642 #, no-wrap msgid "NvidiaGeneric=Yes" msgstr "NvidiaGeneric=Yes" #. type: "NvidiaGeneric_description" -#: Resources/templates/Localizable.strings:624 +#: Resources/templates/Localizable.strings:643 #, no-wrap msgid "Use the classic Nvidia name for the SystemProfiler (disabled by default)." msgstr "Использовать классическое название Nvidia для профиля системы (по-умолчанию отключено)." #. type: "Verbose_title" -#: Resources/templates/Localizable.strings:630 +#: Resources/templates/Localizable.strings:649 #, no-wrap msgid "Verbose Mode" msgstr "Информационный режим" #. type: "Verbose_description" -#: Resources/templates/Localizable.strings:631 +#: Resources/templates/Localizable.strings:650 #, no-wrap msgid "Turns on verbose logging and allows you to see messages from both Chameleon and the OS X kernel at boot time. Essential for troubleshooting." msgstr "Включить ведение журнала загрузки. Необходимо для устранения проблем." #. type: "Singleusermode_title" -#: Resources/templates/Localizable.strings:633 +#: Resources/templates/Localizable.strings:652 #, no-wrap msgid "Single User Mode" msgstr "Однопользовательский режим" #. type: "Singleusermode_description" -#: Resources/templates/Localizable.strings:634 +#: Resources/templates/Localizable.strings:653 #, no-wrap msgid "A troubleshooting option used for booting into OS X's BSD/Unix command line." msgstr "Используется в качестве безопасного режима для устранения неполадок. (Вызов текстовой консоли BSD)" #. type: "Ignorecaches_title" -#: Resources/templates/Localizable.strings:636 +#: Resources/templates/Localizable.strings:655 #, no-wrap msgid "Ignore Caches" msgstr "Не использовать кеш системных модулей" #. type: "Ignorecaches_description" -#: Resources/templates/Localizable.strings:637 +#: Resources/templates/Localizable.strings:656 #, no-wrap msgid "Not an option that's needed for everyday booting, but it can be useful if you want OS X to load all files from it's system folders, rather than relying on it's pre-built caches." msgstr "Пропуск загрузки расширений ядра из системного кэша (загрузка всех расширений ядра из файловой системы)." #. type: "Npci_title" -#: Resources/templates/Localizable.strings:639 +#: Resources/templates/Localizable.strings:658 #, no-wrap msgid "npci=0x2000" msgstr "npci=0x2000" #. type: "Npci_description" -#: Resources/templates/Localizable.strings:640 +#: Resources/templates/Localizable.strings:659 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x2000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "Предназначено для предотвращения зависания на строке 'PCI configuration begin' на некоторых системах. 0x2000 является одним из возможных значений kIOPCIConfiguratorPFM64, согласно исходному коду IOPCIFamily." #. type: "Npci3_title" -#: Resources/templates/Localizable.strings:642 +#: Resources/templates/Localizable.strings:661 #, no-wrap msgid "npci=0x3000" msgstr "npci=0x3000" #. type: "Npci3_description" -#: Resources/templates/Localizable.strings:643 +#: Resources/templates/Localizable.strings:662 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x3000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "Предназначено для предотвращения зависания на строке 'PCI configuration begin' на некоторых системах. 0x3000 является одним из возможных значений kIOPCIConfiguratorPFM64, согласно исходному коду IOPCIFamily." #. type: "WaitingRootDevice_title" -#: Resources/templates/Localizable.strings:645 +#: Resources/templates/Localizable.strings:664 #, no-wrap msgid "ahcidisk=1 debug=8" msgstr "ahcidisk=1 debug=8" #. type: "WaitingRootDevice_description" -#: Resources/templates/Localizable.strings:646 +#: Resources/templates/Localizable.strings:665 #, no-wrap msgid "" "Info here: Waiting for root device when kernel cache used only with some disks +FIX\n" @@ -2419,25 +2483,25 @@ msgstr "Информация: Waiting for root device when kernel cache used only with some disks +FIXhttp://www.insanelymac.com/forum/topic/280062-waiting-for-root-device-when-kernel-cache-used-only-with-some-disks-fix/Автор исследования: bcc9." #. type: "Darkwake_title" -#: Resources/templates/Localizable.strings:650 +#: Resources/templates/Localizable.strings:669 #, no-wrap msgid "darkwake=0" msgstr "darkwake=0" #. type: "Darkwake_description" -#: Resources/templates/Localizable.strings:651 +#: Resources/templates/Localizable.strings:670 #, no-wrap msgid "Lion only. Disables the 'low power wake' feature which can sometimes leave the screen black after wake from sleep." msgstr "Только OSX Lion. Отключение функции 'low power wake', которая иногда может оставить экран в выключенном состоянии после выхода из спящего режима." #. type: "NvdaDrv1_title" -#: Resources/templates/Localizable.strings:653 +#: Resources/templates/Localizable.strings:672 #, no-wrap msgid "nvda_drv=1" msgstr "nvda_drv=1" #. type: "NvdaDrv1_description" -#: Resources/templates/Localizable.strings:654 +#: Resources/templates/Localizable.strings:673 #, no-wrap msgid "" "It introduces a new Preference Pane under System Preferences that allows you to enable the Nvidia Web Driver.\n" @@ -2451,25 +2515,25 @@ "Авторы исследования: meklort и Rampage Dev." #. type: "kext-dev-mode1_title" -#: Resources/templates/Localizable.strings:659 +#: Resources/templates/Localizable.strings:678 #, no-wrap msgid "kext-dev-mode=1" msgstr "kext-dev-mode=1" #. type: "kext-dev-mode1_description" -#: Resources/templates/Localizable.strings:660 +#: Resources/templates/Localizable.strings:679 #, no-wrap msgid "In Yosemite Developer Previews, unsigned or improperly signed kexts will not be loaded. To use unsigned kexts during development, this strict check can be disabled by adding a 'kext-dev-mode=1' boot arg." msgstr "В версиях Yosemite для разработчиков, неподписанные или неправильно подписанные кексты не будут загружены. Для того, чтобы использовать неподписанные кексты для разработки можно отменить проверку, добавив загрузочный аргумент 'kext-dev-mode=1'." #. type: "Dart0_title" -#: Resources/templates/Localizable.strings:662 +#: Resources/templates/Localizable.strings:681 #, no-wrap msgid "dart=0" msgstr "dart=0" #. type: "Dart0_description" -#: Resources/templates/Localizable.strings:663 +#: Resources/templates/Localizable.strings:682 #, no-wrap msgid "" "Avoiding the DMAR processing causing by VT-d function in Osx (Virtualization).\n" @@ -2477,277 +2541,283 @@ msgstr "Уклонение от обработки DMAR, вызываемого функцией виртуализации VT-d.Подробнее (автор bcc9): http://www.insanelymac.com/forum/topic/282989-vtd0-fault-after-1082-google-hasnt-heard-of-it-any-help/#entry1867000" #. type: "mac-de_title" -#: Resources/templates/Localizable.strings:670 +#: Resources/templates/Localizable.strings:689 #, no-wrap msgid "German Mac Keyboard" msgstr "Германская раскладка клавиатуры (Mac)" #. type: "mac-de_description" -#: Resources/templates/Localizable.strings:671 +#: Resources/templates/Localizable.strings:690 #, no-wrap msgid "Use the keyboard layout for a German Mac keyboard" msgstr "Использовать германскую (Mac) раскладку клавиатуры при начальной загрузке" #. type: "mac-es_title" -#: Resources/templates/Localizable.strings:673 +#: Resources/templates/Localizable.strings:692 #, no-wrap msgid "Spanish Mac Keyboard" msgstr "Испанская раскладка клавиатуры (Mac)" #. type: "mac-es_description" -#: Resources/templates/Localizable.strings:674 +#: Resources/templates/Localizable.strings:693 #, no-wrap msgid "Use the keyboard layout for a Spanish Mac keyboard" msgstr "Использовать испанскую (Mac) раскладку клавиатуры при начальной загрузке" #. type: "mac-fr_title" -#: Resources/templates/Localizable.strings:676 +#: Resources/templates/Localizable.strings:695 #, no-wrap msgid "French Mac Keyboard" msgstr "Французская раскладка клавиатуры (Mac)" #. type: "mac-fr_description" -#: Resources/templates/Localizable.strings:677 +#: Resources/templates/Localizable.strings:696 #, no-wrap msgid "Use the keyboard layout for a French Mac keyboard" msgstr "Использовать французскую (Mac) раскладку клавиатуры при начальной загрузке" #. type: "mac-it_title" -#: Resources/templates/Localizable.strings:679 +#: Resources/templates/Localizable.strings:698 #, no-wrap msgid "Italian Mac Keyboard" msgstr "Итальянская раскладка клавиатуры (Mac)" #. type: "mac-it_description" -#: Resources/templates/Localizable.strings:680 +#: Resources/templates/Localizable.strings:699 #, no-wrap msgid "Use the keyboard layout for an Italian Mac keyboard" msgstr "Использовать итальянскую (Mac) раскладку клавиатуры при начальной загрузке" #. type: "mac-se_title" -#: Resources/templates/Localizable.strings:682 +#: Resources/templates/Localizable.strings:701 #, no-wrap msgid "Swedish Mac Keyboard" msgstr "Шведская раскладка клавиатуры (Mac)" #. type: "mac-se_description" -#: Resources/templates/Localizable.strings:683 +#: Resources/templates/Localizable.strings:702 #, no-wrap msgid "Use the keyboard layout for a Swedish Mac keyboard" msgstr "Использовать шведскую (Mac) раскладку клавиатуры при начальной загрузке" #. type: "pc-fr_title" -#: Resources/templates/Localizable.strings:685 +#: Resources/templates/Localizable.strings:704 #, no-wrap msgid "French PC Keyboard" msgstr "Французская раскладка клавиатуры (PC)" #. type: "pc-fr_description" -#: Resources/templates/Localizable.strings:686 +#: Resources/templates/Localizable.strings:705 #, no-wrap msgid "Use the keyboard layout for a French PC keyboard" msgstr "Использовать французскую (PC) раскладку клавиатуры при начальной загрузке" #. type: "Embed_title" -#: Resources/templates/Localizable.strings:693 +#: Resources/templates/Localizable.strings:712 #, no-wrap msgid "Embed" msgstr "Embed" #. type: "Embed_description" -#: Resources/templates/Localizable.strings:694 +#: Resources/templates/Localizable.strings:713 #, no-wrap msgid "A smaller simple version of the new default theme used when building a version of Chameleon which requires an embedded theme." msgstr "Упрощённый вариант новой темы по умолчанию, используемый при построении версии Chameleon, которая требует встроенную тему." #. type: "Legacy_title" -#: Resources/templates/Localizable.strings:696 +#: Resources/templates/Localizable.strings:715 #, no-wrap msgid "Legacy" msgstr "Legacy" #. type: "Legacy_description" -#: Resources/templates/Localizable.strings:697 +#: Resources/templates/Localizable.strings:716 #, no-wrap msgid "Chameleon's original default theme introduced for v2.0 RC1" msgstr "Оригинальная тема Chameleon по умолчанию, которая появилась в версии 2.0 RC1" +#. type: "Default_title" +#: Resources/templates/Localizable.strings:718 +#, no-wrap +msgid "Standard" +msgstr "Обыкновенный" + #. type: "Default_description" -#: Resources/templates/Localizable.strings:700 +#: Resources/templates/Localizable.strings:719 #, no-wrap msgid "Chameleon default theme introduced for v2.0 RC5" msgstr "Тема Chameleon по умолчанию, которая появилась в версии 2.0 RC5" #. type: "Bullet_title" -#: Resources/templates/Localizable.strings:702 +#: Resources/templates/Localizable.strings:721 #, no-wrap msgid "Bullet" msgstr "Bullet" #. type: "Bullet_description" -#: Resources/templates/Localizable.strings:703 +#: Resources/templates/Localizable.strings:722 #, no-wrap msgid "A lovely simple theme by NoSmokingBandit from April 2009." msgstr "Прелестная простая тема, выпущенная NoSmokingBandit в апреле 2009 года." #. type: "Audio_title" -#: Resources/templates/Localizable.strings:712 +#: Resources/templates/Localizable.strings:731 #, no-wrap msgid "Audio" msgstr "Audio" #. type: "Audio_description" -#: Resources/templates/Localizable.strings:713 +#: Resources/templates/Localizable.strings:732 #, no-wrap msgid "A selection of options that deal with audio." msgstr "Параметры аудио." #. type: "Control_title" -#: Resources/templates/Localizable.strings:716 +#: Resources/templates/Localizable.strings:735 #, no-wrap msgid "Control Options" msgstr "Настройки управления" #. type: "Control_description" -#: Resources/templates/Localizable.strings:717 +#: Resources/templates/Localizable.strings:736 #, no-wrap msgid "Settings to control how Chameleon works." msgstr "Настройки поведения Chameleon." #. type: "General_title" -#: Resources/templates/Localizable.strings:720 +#: Resources/templates/Localizable.strings:739 #, no-wrap msgid "General Options" msgstr "Общие настройки" #. type: "General_description" -#: Resources/templates/Localizable.strings:721 +#: Resources/templates/Localizable.strings:740 #, no-wrap msgid "Choose from a selection of base options." msgstr "Выберите одну из категорий основных настроек." #. type: "KernelFlags_title" -#: Resources/templates/Localizable.strings:724 +#: Resources/templates/Localizable.strings:743 #, no-wrap msgid "Kernel Flags" msgstr "Параметры, передаваемые ядру" #. type: "KernelFlags_description" -#: Resources/templates/Localizable.strings:725 +#: Resources/templates/Localizable.strings:744 #, no-wrap msgid "Choose from a selection of kernel flags." msgstr "Выберите параметры передаваемые ядру ОС." #. type: "PowerManagement_title" -#: Resources/templates/Localizable.strings:728 +#: Resources/templates/Localizable.strings:747 #, no-wrap msgid "Power Management" msgstr "Управление питанием" #. type: "PowerManagement_description" -#: Resources/templates/Localizable.strings:729 +#: Resources/templates/Localizable.strings:748 #, no-wrap msgid "A selection of options that deal with power management and speedstep." msgstr "Параметры, контролирующие систему управления питанием и разгоном процессора." #. type: "Resolution_description" -#: Resources/templates/Localizable.strings:733 +#: Resources/templates/Localizable.strings:752 #, no-wrap msgid "Set one resolution to use." msgstr "Выберите разрешение, используемое по умолчанию." #. type: "HDEFLayout_title" -#: Resources/templates/Localizable.strings:736 +#: Resources/templates/Localizable.strings:755 #, no-wrap msgid "HDEF Layout" msgstr "HDEF Layout" #. type: "HDEFLayout_description" -#: Resources/templates/Localizable.strings:737 +#: Resources/templates/Localizable.strings:756 #, no-wrap msgid "Set one HDEF Layout ID to use for your HDA controller." msgstr "Выберите карту HDEF, используемую по умолчанию для Вашего HDA-контроллера." #. type: "HDAULayout_title" -#: Resources/templates/Localizable.strings:740 +#: Resources/templates/Localizable.strings:759 #, no-wrap msgid "HDAU Layout" msgstr "HDAU Layout" #. type: "HDAULayout_description" -#: Resources/templates/Localizable.strings:741 +#: Resources/templates/Localizable.strings:760 #, no-wrap msgid "Set one HDAU Layout ID to use for your HDMi controller." msgstr "Выберите карту HDAU, используемую по умолчанию для Вашего HDMi-контроллера." #. type: "IntelCapri_title" -#: Resources/templates/Localizable.strings:744 +#: Resources/templates/Localizable.strings:763 #, no-wrap msgid "Intel Capri AAPL,ig-platform-id" msgstr "Intel Capri AAPL,ig-platform-id" #. type: "IntelCapri_description" -#: Resources/templates/Localizable.strings:745 +#: Resources/templates/Localizable.strings:764 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD4000." msgstr "Выберите значение AAPL,ig-platform-id, используемое по умолчанию для графического процессора Intel HD4000." #. type: "IntelAzul_title" -#: Resources/templates/Localizable.strings:748 +#: Resources/templates/Localizable.strings:767 #, no-wrap msgid "Intel Azul AAPL,ig-platform-id" msgstr "Intel Azul AAPL,ig-platform-id" #. type: "IntelAzul_description" -#: Resources/templates/Localizable.strings:749 +#: Resources/templates/Localizable.strings:768 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD5000." msgstr "Выберите значение AAPL,ig-platform-id, используемое по умолчанию для графического процессора Intel HD4000." #. type: "HDEFPinConfiguration_title" -#: Resources/templates/Localizable.strings:752 +#: Resources/templates/Localizable.strings:771 #, no-wrap msgid "HDEF PinConfiguration" msgstr "HDEF PinConfiguration" #. type: "HDEFPinConfiguration_description" -#: Resources/templates/Localizable.strings:753 +#: Resources/templates/Localizable.strings:772 #, no-wrap msgid "Set one HDEF PinConfiguration to use." msgstr "Выберите используемую конфигурацию HDEF." #. type: "Video_title" -#: Resources/templates/Localizable.strings:756 +#: Resources/templates/Localizable.strings:775 #, no-wrap msgid "Video" msgstr "Видео" #. type: "Video_description" -#: Resources/templates/Localizable.strings:757 +#: Resources/templates/Localizable.strings:776 #, no-wrap msgid "A selection of options that deal with video." msgstr "Выбор параметров отображения видео." #. type: "Keymaps_title" -#: Resources/templates/Localizable.strings:760 +#: Resources/templates/Localizable.strings:779 #, no-wrap msgid "KeyLayout" msgstr "Раскладка" #. type: "Keymaps_description" -#: Resources/templates/Localizable.strings:761 +#: Resources/templates/Localizable.strings:780 #, no-wrap msgid "Select one keylayout to use. This will also install the Keylayout module and keymaps." msgstr "Выберите основную раскладку клавиатуры. Эта опция также позволит установить модуль Keylayout и различные раскладки." #. type: "Themes_title" -#: Resources/templates/Localizable.strings:767 +#: Resources/templates/Localizable.strings:786 #, no-wrap msgid "Themes" msgstr "Темы" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:768 +#: Resources/templates/Localizable.strings:787 #, no-wrap msgid "" "A collection of sample themes\n" @@ -2755,3 +2825,9 @@ msgstr "" "Коллекция тем\n" "Дополнительные темы можно найти по адресу: http://forum.voodooprojects.org/index.php/board,7.0.html" + +#~ msgid "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" +#~ msgstr "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" + +#~ msgid "Chameleon" +#~ msgstr "Chameleon" Index: branches/ErmaC/Enoch/package/po/de.po =================================================================== --- branches/ErmaC/Enoch/package/po/de.po (revision 2678) +++ branches/ErmaC/Enoch/package/po/de.po (revision 2679) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Chameleon 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-13 18:09+0000\n" +"POT-Creation-Date: 2015-05-10 14:42+0200\n" "PO-Revision-Date: 2015-02-13 18:21-0000\n" "Last-Translator: ErmaC \n" "Language-Team: de \n" @@ -21,13 +21,15 @@ #. type: Content of:

#: Resources/templates/Welcome.html:22 -msgid "Chameleon" -msgstr "Chameleon" +msgid "Enoch" +msgstr "" #. type: Content of:

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

#: Resources/templates/Welcome.html:25 @@ -274,65 +276,127 @@ "boot1 (im Bootsektor der Zielpartition) findet boot2.\n" "boot2 (root-Verzeichnis der Partition) lädt den Kernel etc." -#. type: "Default_title" +#. type: "BootNo_title" #: Resources/templates/Localizable.strings:25 -#: Resources/templates/Localizable.strings:699 #, no-wrap -msgid "Standard" -msgstr "Chameleon Standard" +msgid "Don't install the Bootloader" +msgstr "Keines" -#. type: "Standard_description" +#. type: "BootNo_description" #: Resources/templates/Localizable.strings:26 #, no-wrap -msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." -msgstr "" -"Installiert die drei wesentlichen Dateien und schreibt dabei boot0 in die ersten 440 Byte des MBR, so dass kein existierender Windows-Code überschrieben wird. boot0 sucht dann nach boot1h auf der ersten aktiven Partition.\n" -"* Diese Option setzt die Zielpartition auf aktiv." +msgid "Useful if you only want to install the extra's." +msgstr "Chameleon nicht installieren (hilfreich wenn nur Extra-Komponenten installiert werden sollen)" -#. type: "noboot_title" +#. type: "Stages_title" #: Resources/templates/Localizable.strings:28 -#, no-wrap -msgid "Don't install the Bootloader" -msgstr "Keines" +#, fuzzy, no-wrap +#| msgid "Chameleon Bootloader Package" +msgid "Bootloader Stages" +msgstr "Chameleon Bootloader" -#. type: "noboot_description" +#. type: "Stages_description" #: Resources/templates/Localizable.strings:29 #, no-wrap -msgid "Useful if you only want to install the extra's." -msgstr "Chameleon nicht installieren (hilfreich wenn nur Extra-Komponenten installiert werden sollen)" +msgid "" +"Here you can chose to skip the bootloader installation completely or partially.\n" +"This can be usefull if you want to write Extra's, or skip some stage (0,1 and activation of the target partition).\n" +"Skipping all stages permit you to leave as is already working boot sectors, especially usefull with 4k drives.\n" +"boot is always copied to the target partition when you are skipping one or more stages." +msgstr "" +#. type: "SkipStage0_title" +#: Resources/templates/Localizable.strings:34 +#, no-wrap +msgid "Skip Stage 0" +msgstr "" + +#. type: "SkipStage0_description" +#: Resources/templates/Localizable.strings:35 +#, no-wrap +msgid "" +"Avoid writing stage 0 to the target disk.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipStage1_title" +#: Resources/templates/Localizable.strings:38 +#, no-wrap +msgid "Skip Stage 1" +msgstr "" + +#. type: "SkipStage1_description" +#: Resources/templates/Localizable.strings:39 +#, no-wrap +msgid "" +"Avoid writing stage 1 to the partition boot sector.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipActivePartition_title" +#: Resources/templates/Localizable.strings:42 +#, no-wrap +msgid "Skip Activation" +msgstr "" + +#. type: "SkipActivePartition_description" +#: Resources/templates/Localizable.strings:43 +#, no-wrap +msgid "" +"Prevents activation of the target partition.\n" +"Some old motherboards have a bad implementation of GPT in bios and they can not find partitions if marked active unger Guid Partition Table.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "Standard_title" +#: Resources/templates/Localizable.strings:47 +#, fuzzy, no-wrap +#| msgid " has been written to the root of your chosen partition." +msgid "Install Chameleon in the chosen partition." +msgstr " wurde ins Rootverzeichnis deiner ausgesuchten Partition geschrieben. " + +#. type: "Standard_description" +#: Resources/templates/Localizable.strings:48 +#, fuzzy, no-wrap +#| msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." +msgid "Install Chameleon's files to the root of the selected partition using either boot0, boot0md or boot0hfs depending on your system without destroying any existing Windows installation if you have one." +msgstr "" +"Installiert die drei wesentlichen Dateien und schreibt dabei boot0 in die ersten 440 Byte des MBR, so dass kein existierender Windows-Code überschrieben wird. boot0 sucht dann nach boot1h auf der ersten aktiven Partition.\n" +"* Diese Option setzt die Zielpartition auf aktiv." + #. type: "EFI_title" -#: Resources/templates/Localizable.strings:31 +#: Resources/templates/Localizable.strings:50 #, no-wrap msgid "Install Chameleon in the ESP" msgstr "" #. type: "EFI_description" -#: Resources/templates/Localizable.strings:32 -#, no-wrap -msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +#: Resources/templates/Localizable.strings:51 +#, fuzzy, no-wrap +#| msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0, boot0md or boot0hfs depending on your system." msgstr "Installiert die Dateien auf der normalerweise unsichtbaren EFI Partition und benutzt entweder boot0 oder boot0md (abhängig vom System), ohne eventuell existierende Windows Partitionen zu zerstören." #. type: "Module_title" -#: Resources/templates/Localizable.strings:37 +#: Resources/templates/Localizable.strings:56 #, no-wrap msgid "Modules" msgstr "Chameleon Module" #. type: "Module_description" -#: Resources/templates/Localizable.strings:38 +#: Resources/templates/Localizable.strings:57 #, no-wrap msgid "The modules system incorporated in chameleon allows for a user or developer to extend the core functionality of chameleon without replacing the main boot file." msgstr "Das in Chameleon integrierte Modulsystem ermöglicht es dem Benutzer/Entwickler, die Hauptfunktionen von Chameleon zu erweitern ohne die eigentliche boot Datei zu verändern." #. type: "klibc_title" -#: Resources/templates/Localizable.strings:40 +#: Resources/templates/Localizable.strings:59 #, no-wrap msgid "klibc" msgstr "klibc" #. type: "klibc_description" -#: Resources/templates/Localizable.strings:41 +#: Resources/templates/Localizable.strings:60 #, no-wrap msgid "" "This module provides a standard c library for modules to link to if the library provided by chameleon is insufficient.\n" @@ -344,13 +408,13 @@ "Quelldatei: http://www.kernel.org/pub/linux/libs/klibc/" #. type: "ACPICodec_title" -#: Resources/templates/Localizable.strings:45 +#: Resources/templates/Localizable.strings:64 #, no-wrap msgid "ACPICodec" msgstr "ACPICodec" #. type: "ACPICodec_description" -#: Resources/templates/Localizable.strings:46 +#: Resources/templates/Localizable.strings:65 #, no-wrap msgid "" "This module provides a substitute for the internal acpi patcher.\n" @@ -360,13 +424,13 @@ "Abhängigkeiten: Keine" #. type: "HDAEnabler_title" -#: Resources/templates/Localizable.strings:49 +#: Resources/templates/Localizable.strings:68 #, no-wrap msgid "HDAEnabler" msgstr "HDA-Enabler" #. type: "HDAEnabler_description" -#: Resources/templates/Localizable.strings:50 +#: Resources/templates/Localizable.strings:69 #, no-wrap msgid "" "HDAEnabler module, this module provides a substitute for the Hight Definition Audio DSDT Edits.\n" @@ -376,13 +440,13 @@ "Abhängigkeiten: Keine" #. type: "FileNVRAM_title" -#: Resources/templates/Localizable.strings:53 +#: Resources/templates/Localizable.strings:72 #, no-wrap msgid "FileNVRAM" msgstr "FileNVRAM" #. type: "FileNVRAM_description" -#: Resources/templates/Localizable.strings:54 +#: Resources/templates/Localizable.strings:73 #, no-wrap msgid "" "FileNVRAM module for preloading NVRAM values.\n" @@ -392,13 +456,13 @@ "Abhängigkeiten: Keine" #. type: "Sata_title" -#: Resources/templates/Localizable.strings:57 +#: Resources/templates/Localizable.strings:76 #, no-wrap msgid "Sata" msgstr "Sata" #. type: "Sata_description" -#: Resources/templates/Localizable.strings:58 +#: Resources/templates/Localizable.strings:77 #, no-wrap msgid "" "Sata module, known as YellowIconFixer in cparm's branch.\n" @@ -410,14 +474,14 @@ "Abhängigkeiten: Keine" #. type: "Resolution_title" -#: Resources/templates/Localizable.strings:62 -#: Resources/templates/Localizable.strings:732 +#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:751 #, no-wrap msgid "Resolution" msgstr "Bildschirmauflösung" #. type: "AutoReso_description" -#: Resources/templates/Localizable.strings:63 +#: Resources/templates/Localizable.strings:82 #, no-wrap msgid "" "This module reads the edid information from the monitor attached to the main display.\n" @@ -429,13 +493,13 @@ "Zusätzlich passt dieses Modul die in Intel HD Grafikkarten bereitgestellten Vesa Modi an, um eine vernünftige Auflösung während des Bootvorgangs zu ermöglichen." #. type: "uClibc_title" -#: Resources/templates/Localizable.strings:67 +#: Resources/templates/Localizable.strings:86 #, no-wrap msgid "uClibc++" msgstr "uClibc++" #. type: "uClibc_description" -#: Resources/templates/Localizable.strings:68 +#: Resources/templates/Localizable.strings:87 #, no-wrap msgid "" "This module provides a minimalistic c++ runtime library for use in other modules. This does not provide functionality by itself, instead it is used to allow for the c++ language to be used in other modules.\n" @@ -450,13 +514,13 @@ "Abhängigkeiten: klibc" #. type: "KernelPatcher_title" -#: Resources/templates/Localizable.strings:73 +#: Resources/templates/Localizable.strings:92 #, no-wrap msgid "Kernel Patcher" msgstr "Kernel Patcher" #. type: "KernelPatcher_description" -#: Resources/templates/Localizable.strings:74 +#: Resources/templates/Localizable.strings:93 #, no-wrap msgid "" "The KernelPatcher module provides patches for the following:\n" @@ -474,13 +538,13 @@ "Abhängigkeiten: Keine" #. type: "KextPatcher_title" -#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:100 #, no-wrap msgid "Kext Patcher" msgstr "Kext Patcher" #. type: "KextPatcher_description" -#: Resources/templates/Localizable.strings:82 +#: Resources/templates/Localizable.strings:101 #, no-wrap msgid "" "The KextPatcher module provides patches for the following:\n" @@ -490,13 +554,13 @@ "Abhängigkeiten: Keine" #. type: "NVIDIAGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:85 +#: Resources/templates/Localizable.strings:104 #, no-wrap msgid "NVIDIAGraphicsEnabler" msgstr "NVIDIAGraphicsEnabler" #. type: "NVIDIAGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:86 +#: Resources/templates/Localizable.strings:105 #, no-wrap msgid "" "The GraphicsEnabler nVidia code ported to a module.\n" @@ -504,13 +568,13 @@ msgstr "" #. type: "GraphicsEnablerModule_title" -#: Resources/templates/Localizable.strings:89 +#: Resources/templates/Localizable.strings:108 #, no-wrap msgid "GraphicsEnabler" msgstr "GraphicsEnabler" #. type: "GraphicsEnablerModule_description" -#: Resources/templates/Localizable.strings:90 +#: Resources/templates/Localizable.strings:109 #, fuzzy, no-wrap #| msgid "" #| "The KextPatcher module provides patches for the following:\n" @@ -523,13 +587,13 @@ "Abhängigkeiten: Keine" #. type: "AMDGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:93 +#: Resources/templates/Localizable.strings:112 #, no-wrap msgid "AMDGraphicsEnabler" msgstr "AMDGraphicsEnabler" #. type: "AMDGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:94 +#: Resources/templates/Localizable.strings:113 #, no-wrap msgid "" "The GraphicsEnabler AMD/ATi code ported to a module.\n" @@ -537,13 +601,13 @@ msgstr "" #. type: "IntelGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:97 +#: Resources/templates/Localizable.strings:116 #, no-wrap msgid "IntelGraphicsEnabler" msgstr "IntelGraphicsEnabler" #. type: "IntelGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:98 +#: Resources/templates/Localizable.strings:117 #, no-wrap msgid "" "The GraphicsEnabler gma(Intel) code ported to a module.\n" @@ -551,638 +615,638 @@ msgstr "" #. type: "Options_title" -#: Resources/templates/Localizable.strings:106 +#: Resources/templates/Localizable.strings:125 #, no-wrap msgid "Settings" msgstr "Optionen" #. type: "Options_description" -#: Resources/templates/Localizable.strings:107 +#: Resources/templates/Localizable.strings:126 #, no-wrap msgid "Create an /Extra/org.chameleon.Boot.plist by selecting any of these boot options and kernel flags." msgstr "Erstellt eine com.apple.Boot.plist in /Extra und setzt die nachfolgend gewählten Schlüssel zur Steuerung von Chameleon." #. type: "BootBanner_title" -#: Resources/templates/Localizable.strings:109 +#: Resources/templates/Localizable.strings:128 #, no-wrap msgid "BootBanner=No" msgstr "BootBanner=Nein" #. type: "BootBanner_description" -#: Resources/templates/Localizable.strings:110 +#: Resources/templates/Localizable.strings:129 #, no-wrap msgid "Hides Chameleon's boot banner in GUI. This is the text that is drawn at the top left corner of the screen displaying the release version etc." msgstr "Kein Chameleon-Banner im Startbild." #. type: "GUI_title" -#: Resources/templates/Localizable.strings:112 +#: Resources/templates/Localizable.strings:131 #, no-wrap msgid "GUI=No" msgstr "GUI=Nein" #. type: "GUI_description" -#: Resources/templates/Localizable.strings:113 +#: Resources/templates/Localizable.strings:132 #, no-wrap msgid "Disables the default enabled graphic user interface." msgstr "Deaktiviert die graphische Oberfläche beim Booten." #. type: "LegacyLogo_title" -#: Resources/templates/Localizable.strings:115 +#: Resources/templates/Localizable.strings:134 #, no-wrap msgid "LegacyLogo=Yes" msgstr "LegacyLogo=Ja" #. type: "LegacyLogo_description" -#: Resources/templates/Localizable.strings:116 +#: Resources/templates/Localizable.strings:135 #, no-wrap msgid "Use the legacy 'dark grey' apple logo on the light grey screen for the boot process rather than the boot.png in the theme." msgstr "Nutzt das Apple Startbild beim Booten (nicht das boot.png des Themas)." #. type: "InstantMenu_title" -#: Resources/templates/Localizable.strings:118 +#: Resources/templates/Localizable.strings:137 #, no-wrap msgid "InstantMenu=Yes" msgstr "InstantMenu=Ja" #. type: "InstantMenu_description" -#: Resources/templates/Localizable.strings:119 +#: Resources/templates/Localizable.strings:138 #, no-wrap msgid "By default, when Chameleon loads you'll see the icon for the current default partition, along with a timeout progress bar which left alone will count down before Chameleon automatically boots that partition. This options skips that and takes you directly to the device selection screen." msgstr "Zeigt die Partitionsauswahl ohne Wartezeit." #. type: "QuietBoot_title" -#: Resources/templates/Localizable.strings:121 +#: Resources/templates/Localizable.strings:140 #, no-wrap msgid "QuietBoot=Yes" msgstr "QuietBoot=Ja" #. type: "QuietBoot_description" -#: Resources/templates/Localizable.strings:122 +#: Resources/templates/Localizable.strings:141 #, no-wrap msgid "Enable quiet boot mode (no messages or prompt)." msgstr "Bootet ohne Verlaufsmeldungen." #. type: "ShowInfo_title" -#: Resources/templates/Localizable.strings:124 +#: Resources/templates/Localizable.strings:143 #, no-wrap msgid "ShowInfo=Yes" msgstr "ShowInfo=Ja" #. type: "ShowInfo_description" -#: Resources/templates/Localizable.strings:125 +#: Resources/templates/Localizable.strings:144 #, no-wrap msgid "Enables display of partition and resolution details shown on the left side of the GUI under the boot banner. This is useful information for troubleshooting, though can clash with certain themes." msgstr "Aktiviert die Anzeige der Partition und Details der Bildschirmauflösung." #. type: "Wait_title" -#: Resources/templates/Localizable.strings:127 +#: Resources/templates/Localizable.strings:146 #, no-wrap msgid "Wait=Yes" msgstr "Warten=Ja" #. type: "Wait_description" -#: Resources/templates/Localizable.strings:128 +#: Resources/templates/Localizable.strings:147 #, no-wrap msgid "Pauses the boot process after Chameleon has finished it's setup then waits for a key press before it starts the mach kernel. Useful when combined with verbose boot for troubleshooting." msgstr "Stoppt den Bootprozess nach der Chameleon-Routine und lädt den mach_kernel erst nach Drücken einer beliebigen Taste. Hilfreich bei der Fehlersuche in Kombination mit dem Booten im Text-Modus." #. type: "PrivateData_title" -#: Resources/templates/Localizable.strings:130 +#: Resources/templates/Localizable.strings:149 #, no-wrap msgid "PrivateData=No" msgstr "PrivateData=Nein" #. type: "PrivateData_description" -#: Resources/templates/Localizable.strings:131 +#: Resources/templates/Localizable.strings:150 #, no-wrap msgid "Show masked data (serial number) in bdmesg log (enbaled by default)." msgstr "" #. type: "USBBusFix_title" -#: Resources/templates/Localizable.strings:135 +#: Resources/templates/Localizable.strings:154 #, no-wrap msgid "USBBusFix=Yes" msgstr "USBBusFix=Ja" #. type: "USBBusFix_description" -#: Resources/templates/Localizable.strings:136 +#: Resources/templates/Localizable.strings:155 #, no-wrap msgid "Enable the XHCI, EHCI and UHCI fixes (disabled by default)." msgstr "" #. type: "USBLegacyOff_title" -#: Resources/templates/Localizable.strings:138 +#: Resources/templates/Localizable.strings:157 #, no-wrap msgid "USBLegacyOff=Yes" msgstr "USBLegacyOff=Ja" #. type: "USBLegacyOff_description" -#: Resources/templates/Localizable.strings:139 +#: Resources/templates/Localizable.strings:158 #, no-wrap msgid "Force USB Legacy off for XHCI and EHCI (disabled by default)." msgstr "" #. type: "XHCILegacyOff_title" -#: Resources/templates/Localizable.strings:141 +#: Resources/templates/Localizable.strings:160 #, no-wrap msgid "XHCILegacyOff=Yes" msgstr "XHCILegacyOff=Ja" #. type: "XHCILegacyOff_description" -#: Resources/templates/Localizable.strings:142 +#: Resources/templates/Localizable.strings:161 #, no-wrap msgid "Force USB Legacy off for XHCI (disabled by default)." msgstr "" #. type: "UHCIreset_title" -#: Resources/templates/Localizable.strings:144 +#: Resources/templates/Localizable.strings:163 #, no-wrap msgid "UHCIreset=Yes" msgstr "UHCIreset=Ja" #. type: "UHCIreset_description" -#: Resources/templates/Localizable.strings:145 +#: Resources/templates/Localizable.strings:164 #, no-wrap msgid "Enables the option to reset UHCI controllers before starting OS X." msgstr "Führt ein 'Reset' des UHCI-Controllers vor dem Start von OS X aus." #. type: "EHCIacquire_title" -#: Resources/templates/Localizable.strings:147 +#: Resources/templates/Localizable.strings:166 #, no-wrap msgid "EHCIacquire=Yes" msgstr "EHCIacquire=Ja" #. type: "EHCIacquire_description" -#: Resources/templates/Localizable.strings:148 +#: Resources/templates/Localizable.strings:167 #, no-wrap msgid "Enables the option to fix any EHCI ownership issues due to bad bioses." msgstr "Versucht Zugriffsprobleme des EHCI-Controllers bei fehlerhaftem BIOS zu lösen." #. type: "arch_title" -#: Resources/templates/Localizable.strings:150 +#: Resources/templates/Localizable.strings:169 #, no-wrap msgid "arch=i386" msgstr "arch=i386" #. type: "arch_description" -#: Resources/templates/Localizable.strings:151 +#: Resources/templates/Localizable.strings:170 #, no-wrap msgid "Boots the kernel in 32bit mode rather than the default 64bit mode." msgstr "Bootet den Kernel im 32bit Modus (Standard ist 64bit)." #. type: "EthernetBuiltIn_title" -#: Resources/templates/Localizable.strings:153 +#: Resources/templates/Localizable.strings:172 #, no-wrap msgid "EthernetBuiltIn=Yes" msgstr "EthernetBuiltIn=Ja" #. type: "EthernetBuiltIn_description" -#: Resources/templates/Localizable.strings:154 +#: Resources/templates/Localizable.strings:173 #, no-wrap msgid "Enables the option of adding 'built-in' to your ethernet devices." msgstr "Lässt die Netzwerkkarte als 'built-in' erscheinen." #. type: "EnableWifi_title" -#: Resources/templates/Localizable.strings:156 +#: Resources/templates/Localizable.strings:175 #, no-wrap msgid "EnableWifi=Yes" msgstr "Drahtlose Netzwerkverbindung=Ja" #. type: "EnableWifi_description" -#: Resources/templates/Localizable.strings:157 +#: Resources/templates/Localizable.strings:176 #, no-wrap msgid "Enables the option of adding AirPort values to your wireless device." msgstr "Bietet die Option AirPort zur Drahtlos Netzwerkkarte hinzuzufügen." #. type: "ForceHPET_title" -#: Resources/templates/Localizable.strings:159 +#: Resources/templates/Localizable.strings:178 #, no-wrap msgid "ForceHPET=Yes" msgstr "ForceHPET=Ja" #. type: "ForceHPET_description" -#: Resources/templates/Localizable.strings:160 +#: Resources/templates/Localizable.strings:179 #, no-wrap msgid "Enables HPET on intel chipsets, for bioses that dont include the option." msgstr "Versucht HPET bei Intel-Chipsätzen zu aktivieren, falls das BIOS diese Einstellung nicht bietet." #. type: "ForceWake_title" -#: Resources/templates/Localizable.strings:162 +#: Resources/templates/Localizable.strings:181 #, no-wrap msgid "ForceWake=Yes" msgstr "ForceWake=Ja" #. type: "ForceWake_description" -#: Resources/templates/Localizable.strings:163 +#: Resources/templates/Localizable.strings:182 #, no-wrap msgid "This option enables you to bypass bad sleep images." msgstr "Versucht das Aufwachen bei fehlerhaftem Image des letzten Ruhezustandes zu erzwingen." #. type: "ForceFullMemInfo_title" -#: Resources/templates/Localizable.strings:165 +#: Resources/templates/Localizable.strings:184 #, no-wrap msgid "ForceFullMemInfo=Yes" msgstr "ForceFullMemInfo=Ja" #. type: "ForceFullMemInfo_description" -#: Resources/templates/Localizable.strings:166 +#: Resources/templates/Localizable.strings:185 #, no-wrap msgid "Force SMBIOS Table 17 to be 27 bytes long." msgstr "" #. type: "RestartFix_title" -#: Resources/templates/Localizable.strings:168 +#: Resources/templates/Localizable.strings:187 #, no-wrap msgid "RestartFix=No" msgstr "RestartFix=Nein" #. type: "RestartFix_description" -#: Resources/templates/Localizable.strings:169 +#: Resources/templates/Localizable.strings:188 #, no-wrap msgid "Disables the automatically enabled restart fix." msgstr "Übergeht die Anwendung des Restart-Fix." #. type: "UseMemDetect_title" -#: Resources/templates/Localizable.strings:171 +#: Resources/templates/Localizable.strings:190 #, no-wrap msgid "UseMemDetect=No" msgstr "Benutze MemDetect=Nein" #. type: "UseMemDetect_description" -#: Resources/templates/Localizable.strings:172 +#: Resources/templates/Localizable.strings:191 #, no-wrap msgid "Disables the automatically enabled RAM recognition." msgstr "Übergeht die automatische Erkennung des Arbeitsspeichers." #. type: "UseKernelCache_title" -#: Resources/templates/Localizable.strings:174 +#: Resources/templates/Localizable.strings:193 #, no-wrap msgid "UseKernelCache=Yes" msgstr "UseKernelCache=Yes" #. type: "UseKernelCache_description" -#: Resources/templates/Localizable.strings:175 +#: Resources/templates/Localizable.strings:194 #, no-wrap msgid "For Lion only. Enables loading of the pre-linked kernel. This will ignore /E/E and /S/L/E. ONLY use this is you have know it contains everything you need." msgstr "Nur für Lion. Aktiviert das Laden des pre-linked kernel. Treiber in /E/E und /S/L/E werden ignoriert. Nur benutzen, wenn damit alles Notwendige geladen werden kann." #. type: "Wake_title" -#: Resources/templates/Localizable.strings:177 +#: Resources/templates/Localizable.strings:196 #, no-wrap msgid "Wake=Yes" msgstr "Aufwachen=Ja" #. type: "Wake_description" -#: Resources/templates/Localizable.strings:178 +#: Resources/templates/Localizable.strings:197 #, no-wrap msgid "Attempts to load the sleep image saved from last hibernation." msgstr "Versucht das Image des letzten Ruhezustands (Hibernation) zu laden." #. type: "CSTUsingSystemIO_title" -#: Resources/templates/Localizable.strings:182 +#: Resources/templates/Localizable.strings:201 #, no-wrap msgid "CSTUsingSystemIO=Yes" msgstr "CSTUsingSystemIO=Yes" #. type: "CSTUsingSystemIO_description" -#: Resources/templates/Localizable.strings:183 +#: Resources/templates/Localizable.strings:202 #, no-wrap msgid "New C-State _CST generation method using SystemIO registers instead of FixedHW." msgstr "Die neue C-State _CST Erzeugungsmethode erfordert das Benutzen von SystemIO Registern an Stelle von FixedHW." #. type: "DropSSDT_title" -#: Resources/templates/Localizable.strings:185 +#: Resources/templates/Localizable.strings:204 #, no-wrap msgid "DropSSDT=Yes" msgstr "DropSSDT=Ja" #. type: "DropSSDT_description" -#: Resources/templates/Localizable.strings:186 +#: Resources/templates/Localizable.strings:205 #, no-wrap msgid "Discard the motherboard's built-in SSDT tables." msgstr "Überspringt das Einlesen der SSDT-Tabellen des BIOS." #. type: "DropHPET_title" -#: Resources/templates/Localizable.strings:188 +#: Resources/templates/Localizable.strings:207 #, no-wrap msgid "DropHPET=Yes" msgstr "DropHPET=Ja" #. type: "DropHPET_description" -#: Resources/templates/Localizable.strings:189 +#: Resources/templates/Localizable.strings:208 #, no-wrap msgid "Discard the motherboard's built-in HPET table." msgstr "Überspringt das Einlesen der HPET-Tabelle des BIOS." #. type: "DropSBST_title" -#: Resources/templates/Localizable.strings:191 +#: Resources/templates/Localizable.strings:210 #, no-wrap msgid "DropSBST=Yes" msgstr "DropSBST=Ja" #. type: "DropSBST_description" -#: Resources/templates/Localizable.strings:192 +#: Resources/templates/Localizable.strings:211 #, no-wrap msgid "Discard the motherboard's built-in SBST table." msgstr "Überspringt das Einlesen der SBST-Tabelle des BIOS." #. type: "DropECDT_title" -#: Resources/templates/Localizable.strings:194 +#: Resources/templates/Localizable.strings:213 #, no-wrap msgid "DropECDT=Yes" msgstr "DropECDT=Ja" #. type: "DropECDT_description" -#: Resources/templates/Localizable.strings:195 +#: Resources/templates/Localizable.strings:214 #, no-wrap msgid "Discard the motherboard's built-in ECDT table." msgstr "Überspringt das Einlesen der ECDT-Tabelle des BIOS." #. type: "DropASFT_title" -#: Resources/templates/Localizable.strings:197 +#: Resources/templates/Localizable.strings:216 #, no-wrap msgid "DropASFT=Yes" msgstr "DropASFT=Ja" #. type: "DropASFT_description" -#: Resources/templates/Localizable.strings:198 +#: Resources/templates/Localizable.strings:217 #, no-wrap msgid "Discard the motherboard's built-in ASF! table." msgstr "Überspringt das Einlesen der ASFT-Tabelle des BIOS." #. type: "DropDMAR_title" -#: Resources/templates/Localizable.strings:200 +#: Resources/templates/Localizable.strings:219 #, no-wrap msgid "DropDMAR=Yes" msgstr "DropDMAR=Ja" #. type: "DropDMAR_description" -#: Resources/templates/Localizable.strings:201 +#: Resources/templates/Localizable.strings:220 #, no-wrap msgid "Discard the motherboard's built-in DMAR table, this key action resolve the problem with VT-d panics." msgstr "Uberspringt das Einlesen der DMAR Tabelle des BIOS, verhindert das Problem der VT-d Paniken." #. type: "EnableC2State_title" -#: Resources/templates/Localizable.strings:203 +#: Resources/templates/Localizable.strings:222 #, no-wrap msgid "EnableC2State=Yes" msgstr "EnableC2State=Ja" #. type: "EnableC2State_description" -#: Resources/templates/Localizable.strings:204 +#: Resources/templates/Localizable.strings:223 #, no-wrap msgid "Enable specific Processor power state, C2." msgstr "C2 ermöglichen." #. type: "EnableC3State_title" -#: Resources/templates/Localizable.strings:206 +#: Resources/templates/Localizable.strings:225 #, no-wrap msgid "EnableC3State=Yes" msgstr "EnableC3State=Ja" #. type: "EnableC3State_description" -#: Resources/templates/Localizable.strings:207 +#: Resources/templates/Localizable.strings:226 #, no-wrap msgid "Enable specific Processor power state, C3." msgstr "C3 ermöglichen." #. type: "EnableC4State_title" -#: Resources/templates/Localizable.strings:209 +#: Resources/templates/Localizable.strings:228 #, no-wrap msgid "EnableC4State=Yes" msgstr "EnableC4State=Ja" #. type: "EnableC4State_description" -#: Resources/templates/Localizable.strings:210 +#: Resources/templates/Localizable.strings:229 #, no-wrap msgid "Enable specific Processor power state, C4." msgstr "C4 ermöglichen." #. type: "EnableC6State_title" -#: Resources/templates/Localizable.strings:212 +#: Resources/templates/Localizable.strings:231 #, no-wrap msgid "EnableC6State=Yes" msgstr "EnableC6State=Ja" #. type: "EnableC6State_description" -#: Resources/templates/Localizable.strings:213 +#: Resources/templates/Localizable.strings:232 #, no-wrap msgid "Enable specific Processor power state, C6." msgstr "C6 ermöglichen." #. type: "EnableC7State_title" -#: Resources/templates/Localizable.strings:215 +#: Resources/templates/Localizable.strings:234 #, no-wrap msgid "EnableC7State=Yes" msgstr "EnableC7State=Ja" #. type: "EnableC7State_description" -#: Resources/templates/Localizable.strings:216 +#: Resources/templates/Localizable.strings:235 #, no-wrap msgid "Enable specific Processor power state, C7." msgstr "C7 ermöglichen." #. type: "GenerateCStates_title" -#: Resources/templates/Localizable.strings:218 +#: Resources/templates/Localizable.strings:237 #, no-wrap msgid "GenerateCStates=Yes" msgstr "GenerateCStates=Yes" #. type: "GenerateCStates_description" -#: Resources/templates/Localizable.strings:219 +#: Resources/templates/Localizable.strings:238 #, no-wrap msgid "Enable auto generation of processor idle sleep states (C-States)." msgstr "Generiert automatisch die C-States des Prozessors." #. type: "GeneratePStates_title" -#: Resources/templates/Localizable.strings:221 +#: Resources/templates/Localizable.strings:240 #, no-wrap msgid "GeneratePStates=Yes" msgstr "GeneratePStates=Yes" #. type: "GeneratePStates_description" -#: Resources/templates/Localizable.strings:222 +#: Resources/templates/Localizable.strings:241 #, no-wrap msgid "Enable auto generation of processor power performance states (P-States)." msgstr "Generiert automatisch die P-States des Prozessors." #. type: "GenerateTStates_title" -#: Resources/templates/Localizable.strings:224 +#: Resources/templates/Localizable.strings:243 #, no-wrap msgid "GenerateTStates=Yes" msgstr "GenerateTStates=Ja" #. type: "GenerateTStates_description" -#: Resources/templates/Localizable.strings:225 +#: Resources/templates/Localizable.strings:244 #, no-wrap msgid "Enable auto generation of processor power performance states (T-States)." msgstr "Generiert automatisch die T-States des Prozessors." #. type: "1024x600x32_title" -#: Resources/templates/Localizable.strings:229 +#: Resources/templates/Localizable.strings:248 #, no-wrap msgid "1024x600x32" msgstr "1024x600x32" #. type: "1024x600x32_description" -#: Resources/templates/Localizable.strings:230 +#: Resources/templates/Localizable.strings:249 #, no-wrap msgid "Set Graphics Mode to 1024x600x32" msgstr "Setzt die Bildschirmauflösung auf 1024x600x32" #. type: "1024x768x32_title" -#: Resources/templates/Localizable.strings:232 +#: Resources/templates/Localizable.strings:251 #, no-wrap msgid "1024x768x32" msgstr "1024x768x32" #. type: "1024x768x32_description" -#: Resources/templates/Localizable.strings:233 +#: Resources/templates/Localizable.strings:252 #, no-wrap msgid "Set Graphics Mode to 1024x768x32" msgstr "Setzt die Bildschirmauflösung auf 1024x768x32" #. type: "1280x768x32_title" -#: Resources/templates/Localizable.strings:235 +#: Resources/templates/Localizable.strings:254 #, no-wrap msgid "1280x768x32" msgstr "1280x768x32" #. type: "1280x768x32_description" -#: Resources/templates/Localizable.strings:236 +#: Resources/templates/Localizable.strings:255 #, no-wrap msgid "Set Graphics Mode to 1280x768x32" msgstr "Setzt die Bildschirmauflösung auf 1280x768x32" #. type: "1280x800x32_title" -#: Resources/templates/Localizable.strings:238 +#: Resources/templates/Localizable.strings:257 #, no-wrap msgid "1280x800x32" msgstr "1280x800x32" #. type: "1280x800x32_description" -#: Resources/templates/Localizable.strings:239 +#: Resources/templates/Localizable.strings:258 #, no-wrap msgid "Set Graphics Mode to 1280x800x32" msgstr "Setzt die Bildschirmauflösung auf 1280x800x32" #. type: "1280x1024x32_title" -#: Resources/templates/Localizable.strings:241 +#: Resources/templates/Localizable.strings:260 #, no-wrap msgid "1280x1024x32" msgstr "1280x1024x32" #. type: "1280x1024x32_description" -#: Resources/templates/Localizable.strings:242 +#: Resources/templates/Localizable.strings:261 #, no-wrap msgid "Set Graphics Mode to 1280x1024x32" msgstr "Setzt die Bildschirmauflösung auf 1280x1024x32" #. type: "1280x960x32_title" -#: Resources/templates/Localizable.strings:244 +#: Resources/templates/Localizable.strings:263 #, no-wrap msgid "1280x960x32" msgstr "1280x960x32" #. type: "1280x960x32_description" -#: Resources/templates/Localizable.strings:245 +#: Resources/templates/Localizable.strings:264 #, no-wrap msgid "Set Graphics Mode to 1280x960x32" msgstr "Setzt die Bildschirmauflösung auf 1280x960x32" #. type: "1366x768x32_title" -#: Resources/templates/Localizable.strings:247 +#: Resources/templates/Localizable.strings:266 #, no-wrap msgid "1366x768x32" msgstr "1366x768x32" #. type: "1366x768x32_description" -#: Resources/templates/Localizable.strings:248 +#: Resources/templates/Localizable.strings:267 #, no-wrap msgid "Set Graphics Mode to 1366x768x32" msgstr "Setzt die Bildschirmauflösung auf 1366x768x32" #. type: "1440x900x32_title" -#: Resources/templates/Localizable.strings:250 +#: Resources/templates/Localizable.strings:269 #, no-wrap msgid "1440x900x32" msgstr "1440x900x32" #. type: "1440x900x32_description" -#: Resources/templates/Localizable.strings:251 +#: Resources/templates/Localizable.strings:270 #, no-wrap msgid "Set Graphics Mode to 1440x900x32" msgstr "Setzt die Bildschirmauflösung auf 1440x900x32" #. type: "1600x900x32_title" -#: Resources/templates/Localizable.strings:253 +#: Resources/templates/Localizable.strings:272 #, no-wrap msgid "1600x900x32" msgstr "1600x900x32" #. type: "1600x900x32_description" -#: Resources/templates/Localizable.strings:254 +#: Resources/templates/Localizable.strings:273 #, no-wrap msgid "Set Graphics Mode to 1600x900x32" msgstr "Setzt die Bildschirmauflösung auf 1600x900x32" #. type: "1600x1200x32_title" -#: Resources/templates/Localizable.strings:256 +#: Resources/templates/Localizable.strings:275 #, no-wrap msgid "1600x1200x32" msgstr "1600x1200x32" #. type: "1600x1200x32_description" -#: Resources/templates/Localizable.strings:257 +#: Resources/templates/Localizable.strings:276 #, no-wrap msgid "Set Graphics Mode to 1600x1200x32" msgstr "Setzt die Bildschirmauflösung auf 1600x1200x32" #. type: "1680x1050x32_title" -#: Resources/templates/Localizable.strings:259 +#: Resources/templates/Localizable.strings:278 #, no-wrap msgid "1680x1050x32" msgstr "1680x1050x32" #. type: "1680x1050x32_description" -#: Resources/templates/Localizable.strings:260 +#: Resources/templates/Localizable.strings:279 #, no-wrap msgid "Set Graphics Mode to 1680x1050x32" msgstr "Setzt die Bildschirmauflösung auf 1680x1050x32" #. type: "1920x1080x32_title" -#: Resources/templates/Localizable.strings:262 +#: Resources/templates/Localizable.strings:281 #, no-wrap msgid "1920x1080x32" msgstr "1920x1080x32" #. type: "1920x1080x32_description" -#: Resources/templates/Localizable.strings:263 +#: Resources/templates/Localizable.strings:282 #, no-wrap msgid "Set Graphics Mode to 1920x1080x32" msgstr "Setzt die Bildschirmauflösung auf 1920x1080x32" #. type: "1920x1200x32_title" -#: Resources/templates/Localizable.strings:265 +#: Resources/templates/Localizable.strings:284 #, no-wrap msgid "1920x1200x32" msgstr "1920x1200x32" #. type: "1920x1200x32_description" -#: Resources/templates/Localizable.strings:266 +#: Resources/templates/Localizable.strings:285 #, no-wrap msgid "Set Graphics Mode to 1920x1200x32" msgstr "Setzt die Bildschirmauflösung auf 1920x1200x32" #. type: "HDAULayoutIDx01_title" -#: Resources/templates/Localizable.strings:270 -#: Resources/templates/Localizable.strings:376 +#: Resources/templates/Localizable.strings:289 +#: Resources/templates/Localizable.strings:395 #, no-wrap msgid "LayoutID=1" msgstr "LayoutID=1" #. type: "HDEFLayoutIDx01_description" -#: Resources/templates/Localizable.strings:271 +#: Resources/templates/Localizable.strings:290 #, no-wrap msgid "" "Set HDEF layout-it to 1:\n" @@ -1192,14 +1256,14 @@ "01 (0x01, 0x00, 0x00,0x00)" #. type: "HDAULayoutIDx02_title" -#: Resources/templates/Localizable.strings:274 -#: Resources/templates/Localizable.strings:380 +#: Resources/templates/Localizable.strings:293 +#: Resources/templates/Localizable.strings:399 #, no-wrap msgid "LayoutID=2" msgstr "LayoutID=2" #. type: "HDEFLayoutIDx02_description" -#: Resources/templates/Localizable.strings:275 +#: Resources/templates/Localizable.strings:294 #, no-wrap msgid "" "Set HDEF layout-it to 2:\n" @@ -1209,14 +1273,14 @@ "02 (0x02, 0x00, 0x00, 0x00)" #. type: "HDAULayoutIDx03_title" -#: Resources/templates/Localizable.strings:278 -#: Resources/templates/Localizable.strings:384 +#: Resources/templates/Localizable.strings:297 +#: Resources/templates/Localizable.strings:403 #, no-wrap msgid "LayoutID=3" msgstr "LayoutID=3" #. type: "HDEFLayoutIDx03_description" -#: Resources/templates/Localizable.strings:279 +#: Resources/templates/Localizable.strings:298 #, no-wrap msgid "" "Set HDEF layout-it to 3:\n" @@ -1226,14 +1290,14 @@ "03 (0x03, 0x00, 0x00, 0x00)" #. type: "HDAULayoutIDx05_title" -#: Resources/templates/Localizable.strings:282 -#: Resources/templates/Localizable.strings:388 +#: Resources/templates/Localizable.strings:301 +#: Resources/templates/Localizable.strings:407 #, no-wrap msgid "LayoutID=5" msgstr "LayoutID=5" #. type: "HDEFLayoutIDx05_description" -#: Resources/templates/Localizable.strings:283 +#: Resources/templates/Localizable.strings:302 #, no-wrap msgid "" "Set HDEF layout-it to 5:\n" @@ -1243,14 +1307,14 @@ "005 (0x05, 0x00, 0x00,0x00)" #. type: "HDAULayoutIDx07_title" -#: Resources/templates/Localizable.strings:286 -#: Resources/templates/Localizable.strings:392 +#: Resources/templates/Localizable.strings:305 +#: Resources/templates/Localizable.strings:411 #, no-wrap msgid "LayoutID=7" msgstr "LayoutID=7" #. type: "HDEFLayoutIDx07_description" -#: Resources/templates/Localizable.strings:287 +#: Resources/templates/Localizable.strings:306 #, no-wrap msgid "" "Set HDEF layout-it to 7:\n" @@ -1260,14 +1324,14 @@ "007 (0x07, 0x00, 0x00,0x00)" #. type: "HDAULayoutIDx12_title" -#: Resources/templates/Localizable.strings:290 -#: Resources/templates/Localizable.strings:396 +#: Resources/templates/Localizable.strings:309 +#: Resources/templates/Localizable.strings:415 #, no-wrap msgid "LayoutID=12" msgstr "LayoutID=12" #. type: "HDEFLayoutIDx12_description" -#: Resources/templates/Localizable.strings:291 +#: Resources/templates/Localizable.strings:310 #, no-wrap msgid "" "Set HDEF layout-it to 12:\n" @@ -1277,14 +1341,14 @@ "0C (0x0C, 0x00, 0x00, 0x00)" #. type: "HDAULayoutIDx32_title" -#: Resources/templates/Localizable.strings:294 -#: Resources/templates/Localizable.strings:400 +#: Resources/templates/Localizable.strings:313 +#: Resources/templates/Localizable.strings:419 #, no-wrap msgid "LayoutID=32" msgstr "LayoutID=32" #. type: "HDEFLayoutIDx32_description" -#: Resources/templates/Localizable.strings:295 +#: Resources/templates/Localizable.strings:314 #, no-wrap msgid "" "Set HDEF layout-it to 32:\n" @@ -1294,14 +1358,14 @@ "020 (0x20, 0x00, 0x00, 0x00)" #. type: "HDAULayoutIDx40_title" -#: Resources/templates/Localizable.strings:298 -#: Resources/templates/Localizable.strings:404 +#: Resources/templates/Localizable.strings:317 +#: Resources/templates/Localizable.strings:423 #, no-wrap msgid "LayoutID=40" msgstr "LayoutID=40" #. type: "HDEFLayoutIDx40_description" -#: Resources/templates/Localizable.strings:299 +#: Resources/templates/Localizable.strings:318 #, no-wrap msgid "" "Set HDEF layout-it to 40:\n" @@ -1311,14 +1375,14 @@ "028 (0x28, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx65_title" -#: Resources/templates/Localizable.strings:302 -#: Resources/templates/Localizable.strings:408 +#: Resources/templates/Localizable.strings:321 +#: Resources/templates/Localizable.strings:427 #, no-wrap msgid "LayoutID=65" msgstr "LayoutID=65" #. type: "HDEFLayoutIDx65_description" -#: Resources/templates/Localizable.strings:303 +#: Resources/templates/Localizable.strings:322 #, no-wrap msgid "" "Set HDEF layout-it to 65:\n" @@ -1328,14 +1392,14 @@ "041 (0x41, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx99_title" -#: Resources/templates/Localizable.strings:306 -#: Resources/templates/Localizable.strings:412 +#: Resources/templates/Localizable.strings:325 +#: Resources/templates/Localizable.strings:431 #, no-wrap msgid "LayoutID=99" msgstr "LayoutID=99" #. type: "HDEFLayoutIDx99_description" -#: Resources/templates/Localizable.strings:307 +#: Resources/templates/Localizable.strings:326 #, no-wrap msgid "" "Set HDEF layout-it to 99:\n" @@ -1345,14 +1409,14 @@ "063 (0x63, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx269_title" -#: Resources/templates/Localizable.strings:310 -#: Resources/templates/Localizable.strings:416 +#: Resources/templates/Localizable.strings:329 +#: Resources/templates/Localizable.strings:435 #, no-wrap msgid "LayoutID=269" msgstr "LayoutID=269" #. type: "HDEFLayoutIDx269_description" -#: Resources/templates/Localizable.strings:311 +#: Resources/templates/Localizable.strings:330 #, no-wrap msgid "" "Set HDEF layout-it to 269:\n" @@ -1362,14 +1426,14 @@ "10D (0x0D, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx387_title" -#: Resources/templates/Localizable.strings:314 -#: Resources/templates/Localizable.strings:420 +#: Resources/templates/Localizable.strings:333 +#: Resources/templates/Localizable.strings:439 #, no-wrap msgid "LayoutID=387" msgstr "LayoutID=387" #. type: "HDEFLayoutIDx387_description" -#: Resources/templates/Localizable.strings:315 +#: Resources/templates/Localizable.strings:334 #, no-wrap msgid "" "Set HDEF layout-it to 387:\n" @@ -1379,14 +1443,14 @@ "183 (0x83, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx388_title" -#: Resources/templates/Localizable.strings:318 -#: Resources/templates/Localizable.strings:424 +#: Resources/templates/Localizable.strings:337 +#: Resources/templates/Localizable.strings:443 #, no-wrap msgid "LayoutID=388" msgstr "LayoutID=388" #. type: "HDEFLayoutIDx388_description" -#: Resources/templates/Localizable.strings:319 +#: Resources/templates/Localizable.strings:338 #, no-wrap msgid "" "Set HDEF layout-it to 388:\n" @@ -1396,14 +1460,14 @@ "184 (0x84, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx389_title" -#: Resources/templates/Localizable.strings:322 -#: Resources/templates/Localizable.strings:428 +#: Resources/templates/Localizable.strings:341 +#: Resources/templates/Localizable.strings:447 #, no-wrap msgid "LayoutID=389" msgstr "LayoutID=389" #. type: "HDEFLayoutIDx389_description" -#: Resources/templates/Localizable.strings:323 +#: Resources/templates/Localizable.strings:342 #, no-wrap msgid "" "Set HDEF layout-it to 389:\n" @@ -1413,14 +1477,14 @@ "185 (0x85, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx392_title" -#: Resources/templates/Localizable.strings:326 -#: Resources/templates/Localizable.strings:432 +#: Resources/templates/Localizable.strings:345 +#: Resources/templates/Localizable.strings:451 #, no-wrap msgid "LayoutID=392" msgstr "LayoutID=392" #. type: "HDEFLayoutIDx392_description" -#: Resources/templates/Localizable.strings:327 +#: Resources/templates/Localizable.strings:346 #, no-wrap msgid "" "Set HDEF layout-it to 392:\n" @@ -1430,14 +1494,14 @@ "188 (0x88, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx398_title" -#: Resources/templates/Localizable.strings:330 -#: Resources/templates/Localizable.strings:436 +#: Resources/templates/Localizable.strings:349 +#: Resources/templates/Localizable.strings:455 #, no-wrap msgid "LayoutID=398" msgstr "LayoutID=398" #. type: "HDEFLayoutIDx398_description" -#: Resources/templates/Localizable.strings:331 +#: Resources/templates/Localizable.strings:350 #, no-wrap msgid "" "Set HDEF layout-it to 398:\n" @@ -1447,14 +1511,14 @@ "18E (0x8E, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx662_title" -#: Resources/templates/Localizable.strings:334 -#: Resources/templates/Localizable.strings:440 +#: Resources/templates/Localizable.strings:353 +#: Resources/templates/Localizable.strings:459 #, no-wrap msgid "LayoutID=662" msgstr "LayoutID=662" #. type: "HDEFLayoutIDx662_description" -#: Resources/templates/Localizable.strings:335 +#: Resources/templates/Localizable.strings:354 #, no-wrap msgid "" "Set HDEF layout-it to 662:\n" @@ -1464,14 +1528,14 @@ "296 (0x96, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx663_title" -#: Resources/templates/Localizable.strings:338 -#: Resources/templates/Localizable.strings:444 +#: Resources/templates/Localizable.strings:357 +#: Resources/templates/Localizable.strings:463 #, no-wrap msgid "LayoutID=663" msgstr "LayoutID=663" #. type: "HDEFLayoutIDx663_description" -#: Resources/templates/Localizable.strings:339 +#: Resources/templates/Localizable.strings:358 #, no-wrap msgid "" "Set HDEF layout-it to 663:\n" @@ -1481,14 +1545,14 @@ "297 (0x97, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx664_title" -#: Resources/templates/Localizable.strings:342 -#: Resources/templates/Localizable.strings:448 +#: Resources/templates/Localizable.strings:361 +#: Resources/templates/Localizable.strings:467 #, no-wrap msgid "LayoutID=664" msgstr "LayoutID=664" #. type: "HDEFLayoutIDx664_description" -#: Resources/templates/Localizable.strings:343 +#: Resources/templates/Localizable.strings:362 #, no-wrap msgid "" "Set HDEF layout-it to 664:\n" @@ -1498,14 +1562,14 @@ "298 (0x98, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx885_title" -#: Resources/templates/Localizable.strings:346 -#: Resources/templates/Localizable.strings:452 +#: Resources/templates/Localizable.strings:365 +#: Resources/templates/Localizable.strings:471 #, no-wrap msgid "LayoutID=885" msgstr "LayoutID=885" #. type: "HDEFLayoutIDx885_description" -#: Resources/templates/Localizable.strings:347 +#: Resources/templates/Localizable.strings:366 #, no-wrap msgid "" "Set HDEF layout-it to 885:\n" @@ -1515,14 +1579,14 @@ "375 (0x75, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx887_title" -#: Resources/templates/Localizable.strings:350 -#: Resources/templates/Localizable.strings:456 +#: Resources/templates/Localizable.strings:369 +#: Resources/templates/Localizable.strings:475 #, no-wrap msgid "LayoutID=887" msgstr "LayoutID=887" #. type: "HDEFLayoutIDx887_description" -#: Resources/templates/Localizable.strings:351 +#: Resources/templates/Localizable.strings:370 #, no-wrap msgid "" "Set HDEF layout-it to 887:\n" @@ -1532,14 +1596,14 @@ "377 (0x77, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx888_title" -#: Resources/templates/Localizable.strings:354 -#: Resources/templates/Localizable.strings:460 +#: Resources/templates/Localizable.strings:373 +#: Resources/templates/Localizable.strings:479 #, no-wrap msgid "LayoutID=888" msgstr "LayoutID=888" #. type: "HDEFLayoutIDx888_description" -#: Resources/templates/Localizable.strings:355 +#: Resources/templates/Localizable.strings:374 #, no-wrap msgid "" "Set HDEF layout-it to 888:\n" @@ -1549,14 +1613,14 @@ "378 (0x78, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx889_title" -#: Resources/templates/Localizable.strings:358 -#: Resources/templates/Localizable.strings:464 +#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:483 #, no-wrap msgid "LayoutID=889" msgstr "LayoutID=889" #. type: "HDEFLayoutIDx889_description" -#: Resources/templates/Localizable.strings:359 +#: Resources/templates/Localizable.strings:378 #, no-wrap msgid "" "Set HDEF layout-it to 889:\n" @@ -1566,14 +1630,14 @@ "379 (0x79, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx892_title" -#: Resources/templates/Localizable.strings:362 -#: Resources/templates/Localizable.strings:468 +#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:487 #, no-wrap msgid "LayoutID=892" msgstr "LayoutID=892" #. type: "HDEFLayoutIDx892_description" -#: Resources/templates/Localizable.strings:363 +#: Resources/templates/Localizable.strings:382 #, no-wrap msgid "" "Set HDEF layout-it to 892:\n" @@ -1583,14 +1647,14 @@ "37C (0x7C, 0x03, 0x00, 0x00)" #. type: "HDAULayoutIDx898_title" -#: Resources/templates/Localizable.strings:366 -#: Resources/templates/Localizable.strings:472 +#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:491 #, no-wrap msgid "LayoutID=898" msgstr "LayoutID=898" #. type: "HDEFLayoutIDx898_description" -#: Resources/templates/Localizable.strings:367 +#: Resources/templates/Localizable.strings:386 #, no-wrap msgid "" "Set HDEF layout-it to 898:\n" @@ -1600,14 +1664,14 @@ "382 (0x82, 0x03, 0x00, 0x00)" #. type: "HDAULayoutIDxBD7_title" -#: Resources/templates/Localizable.strings:370 -#: Resources/templates/Localizable.strings:476 +#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:495 #, no-wrap msgid "LayoutID=1981" msgstr "LayoutID=1981" #. type: "HDEFLayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:371 +#: Resources/templates/Localizable.strings:390 #, no-wrap msgid "" "Set HDEF layout-it to 1981:\n" @@ -1617,7 +1681,7 @@ "7BD (0xBD, 0x07, 0x00, 0x00)" #. type: "HDAULayoutIDx01_description" -#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:396 #, no-wrap msgid "" "Set HDAU layout-it to 1:\n" @@ -1627,7 +1691,7 @@ "001 (0x01, 0x00, 0x00, 0x00)" #. type: "HDAULayoutIDx02_description" -#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:400 #, no-wrap msgid "" "Set HDAU layout-it to 2:\n" @@ -1637,7 +1701,7 @@ "002 (0x02, 0x00, 0x00, 0x00)" #. type: "HDAULayoutIDx03_description" -#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:404 #, no-wrap msgid "" "Set HDAU layout-it to 3:\n" @@ -1647,7 +1711,7 @@ "003 (0x03, 0x00, 0x00, 0x00)" #. type: "HDAULayoutIDx05_description" -#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:408 #, no-wrap msgid "" "Set HDAU layout-it to 5:\n" @@ -1657,7 +1721,7 @@ "005 (0x05, 0x00, 0x00, 0x00)" #. type: "HDAULayoutIDx07_description" -#: Resources/templates/Localizable.strings:393 +#: Resources/templates/Localizable.strings:412 #, no-wrap msgid "" "Set HDAU layout-it to 7:\n" @@ -1667,7 +1731,7 @@ "007 (0x07, 0x00, 0x00, 0x00)" #. type: "HDAULayoutIDx12_description" -#: Resources/templates/Localizable.strings:397 +#: Resources/templates/Localizable.strings:416 #, no-wrap msgid "" "Set HDAU layout-it to 12:\n" @@ -1677,7 +1741,7 @@ "00C (0x0C, 0x00, 0x00, 0x00)" #. type: "HDAULayoutIDx32_description" -#: Resources/templates/Localizable.strings:401 +#: Resources/templates/Localizable.strings:420 #, no-wrap msgid "" "Set HDAU layout-it to 32:\n" @@ -1687,7 +1751,7 @@ "020 (0x02, 0x00, 0x00, 0x00)" #. type: "HDAULayoutIDx40_description" -#: Resources/templates/Localizable.strings:405 +#: Resources/templates/Localizable.strings:424 #, no-wrap msgid "" "Set HDAU layout-it to 40:\n" @@ -1697,7 +1761,7 @@ "028 (0x28, 0x00, 0x00, 0x00)" #. type: "HDAULayoutIDx65_description" -#: Resources/templates/Localizable.strings:409 +#: Resources/templates/Localizable.strings:428 #, no-wrap msgid "" "Set HDAU layout-it to 65:\n" @@ -1707,7 +1771,7 @@ "041 (0x41, 0x00, 0x00, 0x00)" #. type: "HDAULayoutIDx99_description" -#: Resources/templates/Localizable.strings:413 +#: Resources/templates/Localizable.strings:432 #, no-wrap msgid "" "Set HDAU layout-it to 99:\n" @@ -1717,7 +1781,7 @@ "063 (0x63, 0x00, 0x00, 0x00)" #. type: "HDAULayoutIDx269_description" -#: Resources/templates/Localizable.strings:417 +#: Resources/templates/Localizable.strings:436 #, no-wrap msgid "" "Set HDAU layout-it to 269:\n" @@ -1727,7 +1791,7 @@ "10D (0x0D, 0x01, 0x00, 0x00)" #. type: "HDAULayoutIDx387_description" -#: Resources/templates/Localizable.strings:421 +#: Resources/templates/Localizable.strings:440 #, no-wrap msgid "" "Set HDAU layout-it to 387:\n" @@ -1737,7 +1801,7 @@ "183 (0x83, 0x01, 0x00, 0x00)" #. type: "HDAULayoutIDx388_description" -#: Resources/templates/Localizable.strings:425 +#: Resources/templates/Localizable.strings:444 #, no-wrap msgid "" "Set HDAU layout-it to 388:\n" @@ -1747,7 +1811,7 @@ "184 (0x84, 0x01, 0x00, 0x00)" #. type: "HDAULayoutIDx389_description" -#: Resources/templates/Localizable.strings:429 +#: Resources/templates/Localizable.strings:448 #, no-wrap msgid "" "Set HDAU layout-it to 389:\n" @@ -1757,7 +1821,7 @@ "185 (0x85, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx392_description" -#: Resources/templates/Localizable.strings:433 +#: Resources/templates/Localizable.strings:452 #, no-wrap msgid "" "Set HDAU layout-it to 392:\n" @@ -1767,7 +1831,7 @@ "188 (0x88, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx398_description" -#: Resources/templates/Localizable.strings:437 +#: Resources/templates/Localizable.strings:456 #, no-wrap msgid "" "Set HDAU layout-it to 398:\n" @@ -1777,7 +1841,7 @@ "18E (0x8E, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx662_description" -#: Resources/templates/Localizable.strings:441 +#: Resources/templates/Localizable.strings:460 #, no-wrap msgid "" "Set HDAU layout-it to 662:\n" @@ -1787,7 +1851,7 @@ "296 (0x96, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx663_description" -#: Resources/templates/Localizable.strings:445 +#: Resources/templates/Localizable.strings:464 #, no-wrap msgid "" "Set HDAU layout-it to 663:\n" @@ -1797,7 +1861,7 @@ "297 (0x97, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx664_description" -#: Resources/templates/Localizable.strings:449 +#: Resources/templates/Localizable.strings:468 #, no-wrap msgid "" "Set HDAU layout-it to 664:\n" @@ -1807,7 +1871,7 @@ "298 (0x98, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx885_description" -#: Resources/templates/Localizable.strings:453 +#: Resources/templates/Localizable.strings:472 #, no-wrap msgid "" "Set HDAU layout-it to 885:\n" @@ -1817,7 +1881,7 @@ "375 (0x75, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx887_description" -#: Resources/templates/Localizable.strings:457 +#: Resources/templates/Localizable.strings:476 #, no-wrap msgid "" "Set HDAU layout-it to 887:\n" @@ -1827,7 +1891,7 @@ "377 (0x77, 0x07, 0x00, 0x00)." #. type: "HDAULayoutIDx888_description" -#: Resources/templates/Localizable.strings:461 +#: Resources/templates/Localizable.strings:480 #, no-wrap msgid "" "Set HDAU layout-it to 888:\n" @@ -1837,7 +1901,7 @@ "378 (0x78, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx889_description" -#: Resources/templates/Localizable.strings:465 +#: Resources/templates/Localizable.strings:484 #, no-wrap msgid "" "Set HDAU layout-it to 889:\n" @@ -1847,7 +1911,7 @@ "379 (0x79, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx892_description" -#: Resources/templates/Localizable.strings:469 +#: Resources/templates/Localizable.strings:488 #, no-wrap msgid "" "Set HDAU layout-it to 892:\n" @@ -1857,7 +1921,7 @@ "37C (0x7C, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx898_description" -#: Resources/templates/Localizable.strings:473 +#: Resources/templates/Localizable.strings:492 #, no-wrap msgid "" "Set HDAU layout-it to 898:\n" @@ -1867,7 +1931,7 @@ "382 (0x82, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:477 +#: Resources/templates/Localizable.strings:496 #, no-wrap msgid "" "Set HDAU layout-it to 1981:\n" @@ -1877,625 +1941,625 @@ "7BD (0xBD, 0x07, 0x00, 0x00)." #. type: "IntelCaprix00_title" -#: Resources/templates/Localizable.strings:482 +#: Resources/templates/Localizable.strings:501 #, no-wrap msgid "01660000" msgstr "01660000" #. type: "IntelCaprix00_description" -#: Resources/templates/Localizable.strings:483 +#: Resources/templates/Localizable.strings:502 #, no-wrap msgid "Set 01660000 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Setze 01660000 für Intel HD4000 (Mobile) AAPL,ig-platform-id ." #. type: "IntelCaprix01_title" -#: Resources/templates/Localizable.strings:485 +#: Resources/templates/Localizable.strings:504 #, no-wrap msgid "01660001" msgstr "01660001" #. type: "IntelCaprix01_description" -#: Resources/templates/Localizable.strings:486 +#: Resources/templates/Localizable.strings:505 #, no-wrap msgid "Set 01660001 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Setze 01660001 für Intel HD4000 (Mobile) AAPL,ig-platform-id ." #. type: "IntelCaprix02_title" -#: Resources/templates/Localizable.strings:488 +#: Resources/templates/Localizable.strings:507 #, no-wrap msgid "01660002" msgstr "01660002" #. type: "IntelCaprix02_description" -#: Resources/templates/Localizable.strings:489 +#: Resources/templates/Localizable.strings:508 #, no-wrap msgid "Set 01660002 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Setze 01660002 für Intel HD4000 (Mobile) AAPL,ig-platform-id ." #. type: "IntelCaprix03_title" -#: Resources/templates/Localizable.strings:491 +#: Resources/templates/Localizable.strings:510 #, no-wrap msgid "01660003" msgstr "01660003" #. type: "IntelCaprix03_description" -#: Resources/templates/Localizable.strings:492 +#: Resources/templates/Localizable.strings:511 #, no-wrap msgid "Set 01660003 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Setze 01660003 für Intel HD4000 (Mobile) AAPL,ig-platform-id ." #. type: "IntelCaprix04_title" -#: Resources/templates/Localizable.strings:494 +#: Resources/templates/Localizable.strings:513 #, no-wrap msgid "01660004" msgstr "01660004" #. type: "IntelCaprix04_description" -#: Resources/templates/Localizable.strings:495 +#: Resources/templates/Localizable.strings:514 #, no-wrap msgid "Set 01660004 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Setze 01660004 für Intel HD4000 (Mobile) AAPL,ig-platform-id ." #. type: "IntelCaprix05_title" -#: Resources/templates/Localizable.strings:497 +#: Resources/templates/Localizable.strings:516 #, no-wrap msgid "01620005" msgstr "01620005" #. type: "IntelCaprix05_description" -#: Resources/templates/Localizable.strings:498 +#: Resources/templates/Localizable.strings:517 #, no-wrap msgid "Set 01620005 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "Setze 01620005 für Intel HD4000 (Desktop) AAPL,ig-platform-id ." #. type: "IntelCaprix06_title" -#: Resources/templates/Localizable.strings:500 +#: Resources/templates/Localizable.strings:519 #, no-wrap msgid "01620006" msgstr "01620006" #. type: "IntelCaprix06_description" -#: Resources/templates/Localizable.strings:501 +#: Resources/templates/Localizable.strings:520 #, no-wrap msgid "Set 01620006 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "Setze 01620006 für Intel HD4000 (Desktop) AAPL,ig-platform-id ." #. type: "IntelCaprix07_title" -#: Resources/templates/Localizable.strings:503 +#: Resources/templates/Localizable.strings:522 #, no-wrap msgid "01620007" msgstr "01620007" #. type: "IntelCaprix07_description" -#: Resources/templates/Localizable.strings:504 +#: Resources/templates/Localizable.strings:523 #, no-wrap msgid "Set 01620007 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "Setze 01620007 für Intel HD4000 (Desktop) AAPL,ig-platform-id ." #. type: "IntelCaprix08_title" -#: Resources/templates/Localizable.strings:506 +#: Resources/templates/Localizable.strings:525 #, no-wrap msgid "01660008" msgstr "01660008" #. type: "IntelCaprix08_description" -#: Resources/templates/Localizable.strings:507 +#: Resources/templates/Localizable.strings:526 #, no-wrap msgid "Set 01660008 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Setze 01660008 für Intel HD4000 (Mobile) AAPL,ig-platform-id ." #. type: "IntelCaprix09_title" -#: Resources/templates/Localizable.strings:509 +#: Resources/templates/Localizable.strings:528 #, no-wrap msgid "01660009" msgstr "01660009" #. type: "IntelCaprix09_description" -#: Resources/templates/Localizable.strings:510 +#: Resources/templates/Localizable.strings:529 #, no-wrap msgid "Set 01660009 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Setze 01660009 für Intel HD4000 (Mobile) AAPL,ig-platform-id ." #. type: "IntelCaprix10_title" -#: Resources/templates/Localizable.strings:512 +#: Resources/templates/Localizable.strings:531 #, no-wrap msgid "0166000a" msgstr "0166000a" #. type: "IntelCaprix10_description" -#: Resources/templates/Localizable.strings:513 +#: Resources/templates/Localizable.strings:532 #, no-wrap msgid "Set 0166000a for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Setze 0166000a für Intel HD4000 (Mobile) AAPL,ig-platform-id ." #. type: "IntelCaprix11_title" -#: Resources/templates/Localizable.strings:515 +#: Resources/templates/Localizable.strings:534 #, no-wrap msgid "0166000b" msgstr "0166000b" #. type: "IntelCaprix11_description" -#: Resources/templates/Localizable.strings:516 +#: Resources/templates/Localizable.strings:535 #, no-wrap msgid "Set 0166000b for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "Setze 0166000b für Intel HD4000 (Mobile) AAPL,ig-platform-id ." #. type: "IntelAzulx00_title" -#: Resources/templates/Localizable.strings:520 +#: Resources/templates/Localizable.strings:539 #, no-wrap msgid "00000604" msgstr "00000604" #. type: "IntelAzulx00_description" -#: Resources/templates/Localizable.strings:521 +#: Resources/templates/Localizable.strings:540 #, no-wrap msgid "Set 00000604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Setze 00000604 für Intel Haswell (Mobile) AAPL,ig-platform-id ." #. type: "IntelAzulx01_title" -#: Resources/templates/Localizable.strings:523 +#: Resources/templates/Localizable.strings:542 #, no-wrap msgid "0000060c" msgstr "0000060c" #. type: "IntelAzulx01_description" -#: Resources/templates/Localizable.strings:524 +#: Resources/templates/Localizable.strings:543 #, no-wrap msgid "Set 0000060c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Setze 0000060c für Intel Haswell (Mobile) AAPL,ig-platform-id ." #. type: "IntelAzulx02_title" -#: Resources/templates/Localizable.strings:526 +#: Resources/templates/Localizable.strings:545 #, no-wrap msgid "00001604" msgstr "00001604" #. type: "IntelAzulx02_description" -#: Resources/templates/Localizable.strings:527 +#: Resources/templates/Localizable.strings:546 #, no-wrap msgid "Set 00001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Setze 00001604 für Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx03_title" -#: Resources/templates/Localizable.strings:529 +#: Resources/templates/Localizable.strings:548 #, no-wrap msgid "0000160a" msgstr "0000160a" #. type: "IntelAzulx03_description" -#: Resources/templates/Localizable.strings:530 +#: Resources/templates/Localizable.strings:549 #, no-wrap msgid "Set 0000160a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Setze 0000160a für Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx04_title" -#: Resources/templates/Localizable.strings:532 +#: Resources/templates/Localizable.strings:551 #, no-wrap msgid "0000160c" msgstr "0000160c" #. type: "IntelAzulx04_description" -#: Resources/templates/Localizable.strings:533 +#: Resources/templates/Localizable.strings:552 #, no-wrap msgid "Set 0000160c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Setze 0000160c für Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx05_title" -#: Resources/templates/Localizable.strings:535 +#: Resources/templates/Localizable.strings:554 #, no-wrap msgid "00002604" msgstr "00002604" #. type: "IntelAzulx05_description" -#: Resources/templates/Localizable.strings:536 +#: Resources/templates/Localizable.strings:555 #, no-wrap msgid "Set 00002604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Setze 00002604 für Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx06_title" -#: Resources/templates/Localizable.strings:538 +#: Resources/templates/Localizable.strings:557 #, no-wrap msgid "0000260a" msgstr "0000260a" #. type: "IntelAzulx06_description" -#: Resources/templates/Localizable.strings:539 +#: Resources/templates/Localizable.strings:558 #, no-wrap msgid "Set 0000260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Setze 0000260a für Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx07_title" -#: Resources/templates/Localizable.strings:541 +#: Resources/templates/Localizable.strings:560 #, no-wrap msgid "0000260c" msgstr "0000260c" #. type: "IntelAzulx07_description" -#: Resources/templates/Localizable.strings:542 +#: Resources/templates/Localizable.strings:561 #, no-wrap msgid "Set 0600260c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Setze 0600260c für Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx08_title" -#: Resources/templates/Localizable.strings:544 +#: Resources/templates/Localizable.strings:563 #, no-wrap msgid "0000260d" msgstr "0000260d" #. type: "IntelAzulx08_description" -#: Resources/templates/Localizable.strings:545 +#: Resources/templates/Localizable.strings:564 #, no-wrap msgid "Set 0000260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Setze 0000260d für Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx09_title" -#: Resources/templates/Localizable.strings:547 +#: Resources/templates/Localizable.strings:566 #, no-wrap msgid "02001604" msgstr "02001604" #. type: "IntelAzulx09_description" -#: Resources/templates/Localizable.strings:548 +#: Resources/templates/Localizable.strings:567 #, no-wrap msgid "Set 02001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Setze 02001604 für Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx10_title" -#: Resources/templates/Localizable.strings:550 +#: Resources/templates/Localizable.strings:569 #, no-wrap msgid "0300220d" msgstr "0300220d" #. type: "IntelAzulx10_description" -#: Resources/templates/Localizable.strings:551 +#: Resources/templates/Localizable.strings:570 #, no-wrap msgid "Set 0300220d for Intel Haswell (Desktop) AAPL,ig-platform-id." msgstr "Setze 0300220d für Intel Haswell (Desktop) AAPL,ig-platform-id." #. type: "IntelAzulx11_title" -#: Resources/templates/Localizable.strings:553 +#: Resources/templates/Localizable.strings:572 #, no-wrap msgid "0500260a" msgstr "0500260a" #. type: "IntelAzulx11_description" -#: Resources/templates/Localizable.strings:554 +#: Resources/templates/Localizable.strings:573 #, no-wrap msgid "Set 0500260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Setze 0500260a für Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx12_title" -#: Resources/templates/Localizable.strings:556 +#: Resources/templates/Localizable.strings:575 #, no-wrap msgid "0600260a" msgstr "0600260a" #. type: "IntelAzulx12_description" -#: Resources/templates/Localizable.strings:557 +#: Resources/templates/Localizable.strings:576 #, no-wrap msgid "Set 0600260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Setze 0600260a für Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx13_title" -#: Resources/templates/Localizable.strings:559 +#: Resources/templates/Localizable.strings:578 #, no-wrap msgid "0700260d" msgstr "0700260d" #. type: "IntelAzulx13_description" -#: Resources/templates/Localizable.strings:560 +#: Resources/templates/Localizable.strings:579 #, no-wrap msgid "Set 0700260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Setze 0700260d für Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx14_title" -#: Resources/templates/Localizable.strings:562 +#: Resources/templates/Localizable.strings:581 #, no-wrap msgid "0800260a" msgstr "0800260a" #. type: "IntelAzulx14_description" -#: Resources/templates/Localizable.strings:563 +#: Resources/templates/Localizable.strings:582 #, no-wrap msgid "Set 0800260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Setze 0800260a für Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "IntelAzulx15_title" -#: Resources/templates/Localizable.strings:565 +#: Resources/templates/Localizable.strings:584 #, no-wrap msgid "08002e0a" msgstr "08002e0a" #. type: "IntelAzulx15_description" -#: Resources/templates/Localizable.strings:566 +#: Resources/templates/Localizable.strings:585 #, no-wrap msgid "Set 08002e0a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "Setze 08002e0a für Intel Haswell (Mobile) AAPL,ig-platform-id." #. type: "AD2000B_PinConf_title" -#: Resources/templates/Localizable.strings:570 +#: Resources/templates/Localizable.strings:589 #, no-wrap msgid "AD2000b" msgstr "AD2000b" #. type: "AD2000B_PinConf_description" -#: Resources/templates/Localizable.strings:571 +#: Resources/templates/Localizable.strings:590 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD2000b." msgstr "Setze HDEF PinConfiguration für Analog Geräte AD2000b." #. type: "AD1981HD_PinConf_title" -#: Resources/templates/Localizable.strings:573 +#: Resources/templates/Localizable.strings:592 #, no-wrap msgid "AD1981HD" msgstr "AD1981HD" #. type: "AD1981HD_PinConf_description" -#: Resources/templates/Localizable.strings:574 +#: Resources/templates/Localizable.strings:593 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1981HD." msgstr "Setze HDEF PinConfiguration für Analog Geräte AD1981HD." #. type: "AD1988B_PinConf_title" -#: Resources/templates/Localizable.strings:576 +#: Resources/templates/Localizable.strings:595 #, no-wrap msgid "AD1988b" msgstr "AD1988b" #. type: "AD1988B_PinConf_description" -#: Resources/templates/Localizable.strings:577 +#: Resources/templates/Localizable.strings:596 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1988b." msgstr "Setze HDEF PinConfiguration für Analog Geräte AD1988b." #. type: "ALC888_PinConf_title" -#: Resources/templates/Localizable.strings:579 +#: Resources/templates/Localizable.strings:598 #, no-wrap msgid "ALC888" msgstr "ALC888" #. type: "ALC888_PinConf_description" -#: Resources/templates/Localizable.strings:580 +#: Resources/templates/Localizable.strings:599 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC888." msgstr "Setze HDEF PinConfiguration für Realtek ALC888." #. type: "ALC1200_PinConf_title" -#: Resources/templates/Localizable.strings:582 +#: Resources/templates/Localizable.strings:601 #, no-wrap msgid "ALC1200" msgstr "ALC1200" #. type: "ALC1200_PinConf_description" -#: Resources/templates/Localizable.strings:583 +#: Resources/templates/Localizable.strings:602 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC1200." msgstr "Setze HDEF PinConfiguration für Realtek ALC1200." #. type: "00_PinConf_title" -#: Resources/templates/Localizable.strings:585 +#: Resources/templates/Localizable.strings:604 #, no-wrap msgid "00" msgstr "00" #. type: "00_PinConf_description" -#: Resources/templates/Localizable.strings:586 +#: Resources/templates/Localizable.strings:605 #, no-wrap msgid "Set HDEF PinConfiguration for ???." msgstr "Setze HDEF PinConfiguration für ???." #. type: "GraphicsEnabler_title" -#: Resources/templates/Localizable.strings:590 +#: Resources/templates/Localizable.strings:609 #, no-wrap msgid "GraphicsEnabler=Yes" msgstr "GraphicsEnabler=Ja" #. type: "GraphicsEnabler_description" -#: Resources/templates/Localizable.strings:591 +#: Resources/templates/Localizable.strings:610 #, no-wrap msgid "Enables the option to autodetect NVIDIA, AMD/ATI or Intel based GPUs and inject the correct info." msgstr "Nutzt die automatische Erkennung von NVIDIA-Grafikchipsätzen. Zusätzliche Injektionen sind obsolet." #. type: "EnableHDMIAudio_title" -#: Resources/templates/Localizable.strings:593 +#: Resources/templates/Localizable.strings:612 #, no-wrap msgid "EnableHDMIAudio=Yes" msgstr "EnableHDMIAudio=Ja" #. type: "EnableHDMIAudio_description" -#: Resources/templates/Localizable.strings:594 +#: Resources/templates/Localizable.strings:613 #, no-wrap msgid "Inject HDMi audio for NVIDIA or AMD/ATI." msgstr "Einfügen von HDMI Audio für NVIDIA oder AMD/ATI Karten." #. type: "UseIntelHDMI_title" -#: Resources/templates/Localizable.strings:596 +#: Resources/templates/Localizable.strings:615 #, no-wrap msgid "UseIntelHDMI=Yes" msgstr "UseIntelHDMI=Ja" #. type: "UseIntelHDMI_description" -#: Resources/templates/Localizable.strings:597 +#: Resources/templates/Localizable.strings:616 #, no-wrap msgid "If YES, hda-gfx=onboard-1 will be injected into the GFX0 and HDEF devices. Also, if an ATI or Nvidia HDMI device is present, they'll be assigned to onboard-2. If NO, then ATI or Nvidia devices will get onboard-1 as well as the HDAU device if present." msgstr "" #. type: "UseAtiROM_title" -#: Resources/templates/Localizable.strings:599 +#: Resources/templates/Localizable.strings:618 #, no-wrap msgid "UseAtiROM=Yes" msgstr "Benutze AtiROM=Ja" #. type: "UseAtiROM_description" -#: Resources/templates/Localizable.strings:600 +#: Resources/templates/Localizable.strings:619 #, no-wrap msgid "Enables UseAtiROM options." msgstr "Nutzt ein AtiROM." #. type: "UseNvidiaROM_title" -#: Resources/templates/Localizable.strings:602 +#: Resources/templates/Localizable.strings:621 #, no-wrap msgid "UseNvidiaROM=Yes" msgstr "Benutze NvidiaROM=Ja" #. type: "UseNvidiaROM_description" -#: Resources/templates/Localizable.strings:603 +#: Resources/templates/Localizable.strings:622 #, no-wrap msgid "Enables UseNvidiaROM options." msgstr "Nutzt ein NvidiaROM." #. type: "VBIOS_title" -#: Resources/templates/Localizable.strings:605 +#: Resources/templates/Localizable.strings:624 #, no-wrap msgid "VBIOS=Yes" msgstr "VBIOS=Ja" #. type: "VBIOS_description" -#: Resources/templates/Localizable.strings:606 +#: Resources/templates/Localizable.strings:625 #, no-wrap msgid "Enables VBIOS option" msgstr "Nutzt VBIOS." #. type: "SkipIntelGfx_title" -#: Resources/templates/Localizable.strings:608 +#: Resources/templates/Localizable.strings:627 #, no-wrap msgid "SkipIntelGfx=Yes" msgstr "SkipIntelGfx=Ja" #. type: "SkipIntelGfx_description" -#: Resources/templates/Localizable.strings:609 +#: Resources/templates/Localizable.strings:628 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for Intel based GPUs." msgstr "" #. type: "SkipNvidiaGfx_title" -#: Resources/templates/Localizable.strings:611 +#: Resources/templates/Localizable.strings:630 #, no-wrap msgid "SkipNvidiaGfx=Yes" msgstr "SkipNvidiaGfx=Ja" #. type: "SkipNvidiaGfx_description" -#: Resources/templates/Localizable.strings:612 +#: Resources/templates/Localizable.strings:631 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for NVIDIA based GPUs." msgstr "" #. type: "SkipAtiGfx_title" -#: Resources/templates/Localizable.strings:614 +#: Resources/templates/Localizable.strings:633 #, no-wrap msgid "SkipAtiGfx=Yes" msgstr "SkipAtiGfx=Ja" #. type: "SkipAtiGfx_description" -#: Resources/templates/Localizable.strings:615 +#: Resources/templates/Localizable.strings:634 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for AMD/ATI based GPUs." msgstr "" #. type: "EnableBacklight_title" -#: Resources/templates/Localizable.strings:617 +#: Resources/templates/Localizable.strings:636 #, no-wrap msgid "EnableBacklight=Yes" msgstr "EnableBacklight=Ja" #. type: "EnableBacklight_description" -#: Resources/templates/Localizable.strings:618 +#: Resources/templates/Localizable.strings:637 #, no-wrap msgid "Enables Backlight options for laptop with nVidia cards." msgstr "" #. type: "EnableDualLink_title" -#: Resources/templates/Localizable.strings:620 +#: Resources/templates/Localizable.strings:639 #, no-wrap msgid "EnableDualLink=Yes" msgstr "EnableDualLink=Ja" #. type: "EnableDualLink_description" -#: Resources/templates/Localizable.strings:621 +#: Resources/templates/Localizable.strings:640 #, no-wrap msgid "Enables DualLink options for nVidia and ATi cards." msgstr "Ermöglicht DualLink Optionen für NVIDIA und ATI Karten." #. type: "NvidiaGeneric_title" -#: Resources/templates/Localizable.strings:623 +#: Resources/templates/Localizable.strings:642 #, no-wrap msgid "NvidiaGeneric=Yes" msgstr "NvidiaGeneric=Ja" #. type: "NvidiaGeneric_description" -#: Resources/templates/Localizable.strings:624 +#: Resources/templates/Localizable.strings:643 #, no-wrap msgid "Use the classic Nvidia name for the SystemProfiler (disabled by default)." msgstr "" #. type: "Verbose_title" -#: Resources/templates/Localizable.strings:630 +#: Resources/templates/Localizable.strings:649 #, no-wrap msgid "Verbose Mode" msgstr "Verbose Mode" #. type: "Verbose_description" -#: Resources/templates/Localizable.strings:631 +#: Resources/templates/Localizable.strings:650 #, no-wrap msgid "Turns on verbose logging and allows you to see messages from both Chameleon and the OS X kernel at boot time. Essential for troubleshooting." msgstr "Meldungen von Chameleon und OS X Kernel werden während des Bootens angezeigt. Wichtig zur Fehlerdiagnose." #. type: "Singleusermode_title" -#: Resources/templates/Localizable.strings:633 +#: Resources/templates/Localizable.strings:652 #, no-wrap msgid "Single User Mode" msgstr "Single User Mode" #. type: "Singleusermode_description" -#: Resources/templates/Localizable.strings:634 +#: Resources/templates/Localizable.strings:653 #, no-wrap msgid "A troubleshooting option used for booting into OS X's BSD/Unix command line." msgstr "Zur Fehlerbehebung in die BSD/Unix Kommandozeile von OS X booten." #. type: "Ignorecaches_title" -#: Resources/templates/Localizable.strings:636 +#: Resources/templates/Localizable.strings:655 #, no-wrap msgid "Ignore Caches" msgstr "Ignore Caches" #. type: "Ignorecaches_description" -#: Resources/templates/Localizable.strings:637 +#: Resources/templates/Localizable.strings:656 #, no-wrap msgid "Not an option that's needed for everyday booting, but it can be useful if you want OS X to load all files from it's system folders, rather than relying on it's pre-built caches." msgstr "Nicht für den täglichen Gebrauch, aber hilfreich, um OS X alle Systemdateien unter Umgehung der Caches laden zu lassen." #. type: "Npci_title" -#: Resources/templates/Localizable.strings:639 +#: Resources/templates/Localizable.strings:658 #, no-wrap msgid "npci=0x2000" msgstr "npci=0x2000" #. type: "Npci_description" -#: Resources/templates/Localizable.strings:640 +#: Resources/templates/Localizable.strings:659 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x2000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "Behebt manchmal den Fehler 'PCI Configuration Failed' " #. type: "Npci3_title" -#: Resources/templates/Localizable.strings:642 +#: Resources/templates/Localizable.strings:661 #, no-wrap msgid "npci=0x3000" msgstr "npci=0x3000" #. type: "Npci3_description" -#: Resources/templates/Localizable.strings:643 +#: Resources/templates/Localizable.strings:662 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x3000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "Behebt manchmal den Fehler 'PCI Configuration Failed' " #. type: "WaitingRootDevice_title" -#: Resources/templates/Localizable.strings:645 +#: Resources/templates/Localizable.strings:664 #, no-wrap msgid "ahcidisk=1 debug=8" msgstr "ahcidisk=1 debug=8" #. type: "WaitingRootDevice_description" -#: Resources/templates/Localizable.strings:646 +#: Resources/templates/Localizable.strings:665 #, no-wrap msgid "" "Info here: Waiting for root device when kernel cache used only with some disks +FIX\n" @@ -2504,25 +2568,25 @@ msgstr "" #. type: "Darkwake_title" -#: Resources/templates/Localizable.strings:650 +#: Resources/templates/Localizable.strings:669 #, no-wrap msgid "darkwake=0" msgstr "darkwake=0" #. type: "Darkwake_description" -#: Resources/templates/Localizable.strings:651 +#: Resources/templates/Localizable.strings:670 #, no-wrap msgid "Lion only. Disables the 'low power wake' feature which can sometimes leave the screen black after wake from sleep." msgstr "Nur für Lion. Verhindert das 'low power wake', wodurch manchmal der Monitor nach dem Aufwachen aus dem Ruhezustand schwarz bleibt." #. type: "NvdaDrv1_title" -#: Resources/templates/Localizable.strings:653 +#: Resources/templates/Localizable.strings:672 #, no-wrap msgid "nvda_drv=1" msgstr "nvda_drv=1" #. type: "NvdaDrv1_description" -#: Resources/templates/Localizable.strings:654 +#: Resources/templates/Localizable.strings:673 #, no-wrap msgid "" "It introduces a new Preference Pane under System Preferences that allows you to enable the Nvidia Web Driver.\n" @@ -2532,25 +2596,25 @@ msgstr "" #. type: "kext-dev-mode1_title" -#: Resources/templates/Localizable.strings:659 +#: Resources/templates/Localizable.strings:678 #, no-wrap msgid "kext-dev-mode=1" msgstr "kext-dev-mode=1" #. type: "kext-dev-mode1_description" -#: Resources/templates/Localizable.strings:660 +#: Resources/templates/Localizable.strings:679 #, no-wrap msgid "In Yosemite Developer Previews, unsigned or improperly signed kexts will not be loaded. To use unsigned kexts during development, this strict check can be disabled by adding a 'kext-dev-mode=1' boot arg." msgstr "" #. type: "Dart0_title" -#: Resources/templates/Localizable.strings:662 +#: Resources/templates/Localizable.strings:681 #, no-wrap msgid "dart=0" msgstr "dart=0" #. type: "Dart0_description" -#: Resources/templates/Localizable.strings:663 +#: Resources/templates/Localizable.strings:682 #, no-wrap msgid "" "Avoiding the DMAR processing causing by VT-d function in Osx (Virtualization).\n" @@ -2558,277 +2622,283 @@ msgstr "" #. type: "mac-de_title" -#: Resources/templates/Localizable.strings:670 +#: Resources/templates/Localizable.strings:689 #, no-wrap msgid "German Mac Keyboard" msgstr "German Mac Keyboard" #. type: "mac-de_description" -#: Resources/templates/Localizable.strings:671 +#: Resources/templates/Localizable.strings:690 #, no-wrap msgid "Use the keyboard layout for a German Mac keyboard" msgstr "Tastaturbelegung: Deutsch Mac" #. type: "mac-es_title" -#: Resources/templates/Localizable.strings:673 +#: Resources/templates/Localizable.strings:692 #, no-wrap msgid "Spanish Mac Keyboard" msgstr "Spanish Mac Keyboard" #. type: "mac-es_description" -#: Resources/templates/Localizable.strings:674 +#: Resources/templates/Localizable.strings:693 #, no-wrap msgid "Use the keyboard layout for a Spanish Mac keyboard" msgstr "Tastaturbelegung: Spanisch Mac" #. type: "mac-fr_title" -#: Resources/templates/Localizable.strings:676 +#: Resources/templates/Localizable.strings:695 #, no-wrap msgid "French Mac Keyboard" msgstr "French Mac Keyboard" #. type: "mac-fr_description" -#: Resources/templates/Localizable.strings:677 +#: Resources/templates/Localizable.strings:696 #, no-wrap msgid "Use the keyboard layout for a French Mac keyboard" msgstr "Tastaturbelegung: Französisch Mac" #. type: "mac-it_title" -#: Resources/templates/Localizable.strings:679 +#: Resources/templates/Localizable.strings:698 #, no-wrap msgid "Italian Mac Keyboard" msgstr "Italian Mac Keyboard" #. type: "mac-it_description" -#: Resources/templates/Localizable.strings:680 +#: Resources/templates/Localizable.strings:699 #, no-wrap msgid "Use the keyboard layout for an Italian Mac keyboard" msgstr "Tastaturbelegung: Italienisch Mac" #. type: "mac-se_title" -#: Resources/templates/Localizable.strings:682 +#: Resources/templates/Localizable.strings:701 #, no-wrap msgid "Swedish Mac Keyboard" msgstr "Swedish Mac Keyboard" #. type: "mac-se_description" -#: Resources/templates/Localizable.strings:683 +#: Resources/templates/Localizable.strings:702 #, no-wrap msgid "Use the keyboard layout for a Swedish Mac keyboard" msgstr "Tastaturbelegung: Schwedisch Mac" #. type: "pc-fr_title" -#: Resources/templates/Localizable.strings:685 +#: Resources/templates/Localizable.strings:704 #, no-wrap msgid "French PC Keyboard" msgstr "French PC Keyboard" #. type: "pc-fr_description" -#: Resources/templates/Localizable.strings:686 +#: Resources/templates/Localizable.strings:705 #, no-wrap msgid "Use the keyboard layout for a French PC keyboard" msgstr "Tastaturbelegung: Französisch PC" #. type: "Embed_title" -#: Resources/templates/Localizable.strings:693 +#: Resources/templates/Localizable.strings:712 #, no-wrap msgid "Embed" msgstr "Embed" #. type: "Embed_description" -#: Resources/templates/Localizable.strings:694 +#: Resources/templates/Localizable.strings:713 #, no-wrap msgid "A smaller simple version of the new default theme used when building a version of Chameleon which requires an embedded theme." msgstr "Vereinfachte Version des neuen Standard-Themas, nutzbar wenn für Chameleon ein eingebettetes Thema benötigt wird." #. type: "Legacy_title" -#: Resources/templates/Localizable.strings:696 +#: Resources/templates/Localizable.strings:715 #, no-wrap msgid "Legacy" msgstr "Legacy" #. type: "Legacy_description" -#: Resources/templates/Localizable.strings:697 +#: Resources/templates/Localizable.strings:716 #, no-wrap msgid "Chameleon's original default theme introduced for v2.0 RC1" msgstr "Das bisherige Standard-Thema" +#. type: "Default_title" +#: Resources/templates/Localizable.strings:718 +#, no-wrap +msgid "Standard" +msgstr "Chameleon Standard" + #. type: "Default_description" -#: Resources/templates/Localizable.strings:700 +#: Resources/templates/Localizable.strings:719 #, no-wrap msgid "Chameleon default theme introduced for v2.0 RC5" msgstr "Das neue Standard-Thema" #. type: "Bullet_title" -#: Resources/templates/Localizable.strings:702 +#: Resources/templates/Localizable.strings:721 #, no-wrap msgid "Bullet" msgstr "Bullet" #. type: "Bullet_description" -#: Resources/templates/Localizable.strings:703 +#: Resources/templates/Localizable.strings:722 #, no-wrap msgid "A lovely simple theme by NoSmokingBandit from April 2009." msgstr "Das Bullet-Thema von NoSmokingBandit" #. type: "Audio_title" -#: Resources/templates/Localizable.strings:712 +#: Resources/templates/Localizable.strings:731 #, no-wrap msgid "Audio" msgstr "Audio" #. type: "Audio_description" -#: Resources/templates/Localizable.strings:713 +#: Resources/templates/Localizable.strings:732 #, no-wrap msgid "A selection of options that deal with audio." msgstr "Eine Auswahl von Optionen für Audio." #. type: "Control_title" -#: Resources/templates/Localizable.strings:716 +#: Resources/templates/Localizable.strings:735 #, no-wrap msgid "Control Options" msgstr "Kontrolloptionen" #. type: "Control_description" -#: Resources/templates/Localizable.strings:717 +#: Resources/templates/Localizable.strings:736 #, no-wrap msgid "Settings to control how Chameleon works." msgstr "Einstellungen zur Kontrolle von Chameleon." #. type: "General_title" -#: Resources/templates/Localizable.strings:720 +#: Resources/templates/Localizable.strings:739 #, no-wrap msgid "General Options" msgstr "Basisoptionen" #. type: "General_description" -#: Resources/templates/Localizable.strings:721 +#: Resources/templates/Localizable.strings:740 #, no-wrap msgid "Choose from a selection of base options." msgstr "Auswahl an Basisoptionen." #. type: "KernelFlags_title" -#: Resources/templates/Localizable.strings:724 +#: Resources/templates/Localizable.strings:743 #, no-wrap msgid "Kernel Flags" msgstr "Kernel Flags" #. type: "KernelFlags_description" -#: Resources/templates/Localizable.strings:725 +#: Resources/templates/Localizable.strings:744 #, no-wrap msgid "Choose from a selection of kernel flags." msgstr "Auswahl an kernel flags." #. type: "PowerManagement_title" -#: Resources/templates/Localizable.strings:728 +#: Resources/templates/Localizable.strings:747 #, no-wrap msgid "Power Management" msgstr "Energieverwaltung" #. type: "PowerManagement_description" -#: Resources/templates/Localizable.strings:729 +#: Resources/templates/Localizable.strings:748 #, no-wrap msgid "A selection of options that deal with power management and speedstep." msgstr "Optionen zur Energieverwaltung und CPU-Taktung." #. type: "Resolution_description" -#: Resources/templates/Localizable.strings:733 +#: Resources/templates/Localizable.strings:752 #, no-wrap msgid "Set one resolution to use." msgstr "Setzt die Bildschirmauflösung für den Bootprozess." #. type: "HDEFLayout_title" -#: Resources/templates/Localizable.strings:736 +#: Resources/templates/Localizable.strings:755 #, no-wrap msgid "HDEF Layout" msgstr "HDEF Layout" #. type: "HDEFLayout_description" -#: Resources/templates/Localizable.strings:737 +#: Resources/templates/Localizable.strings:756 #, no-wrap msgid "Set one HDEF Layout ID to use for your HDA controller." msgstr "Wähle eine HDEF Layout-ID zur Nutzung des HDA Kontrollers." #. type: "HDAULayout_title" -#: Resources/templates/Localizable.strings:740 +#: Resources/templates/Localizable.strings:759 #, no-wrap msgid "HDAU Layout" msgstr "HDAU Layout" #. type: "HDAULayout_description" -#: Resources/templates/Localizable.strings:741 +#: Resources/templates/Localizable.strings:760 #, no-wrap msgid "Set one HDAU Layout ID to use for your HDMi controller." msgstr "Wähle eine HDAU Layout-ID zur Nutzung des HDMI Kontrollers." #. type: "IntelCapri_title" -#: Resources/templates/Localizable.strings:744 +#: Resources/templates/Localizable.strings:763 #, no-wrap msgid "Intel Capri AAPL,ig-platform-id" msgstr "Intel Capri AAPL,ig-platform-id" #. type: "IntelCapri_description" -#: Resources/templates/Localizable.strings:745 +#: Resources/templates/Localizable.strings:764 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD4000." msgstr "Wähle eine AAPL,ig-platform-id zur Nutzung der Intel HD4000 Grafik." #. type: "IntelAzul_title" -#: Resources/templates/Localizable.strings:748 +#: Resources/templates/Localizable.strings:767 #, no-wrap msgid "Intel Azul AAPL,ig-platform-id" msgstr "Intel Azul AAPL,ig-platform-id" #. type: "IntelAzul_description" -#: Resources/templates/Localizable.strings:749 +#: Resources/templates/Localizable.strings:768 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD5000." msgstr "Wähle eine AAPL,ig-platform-id zur Nutzung der Intel HD5000 Grafik." #. type: "HDEFPinConfiguration_title" -#: Resources/templates/Localizable.strings:752 +#: Resources/templates/Localizable.strings:771 #, no-wrap msgid "HDEF PinConfiguration" msgstr "HDEF PinKonfiguration" #. type: "HDEFPinConfiguration_description" -#: Resources/templates/Localizable.strings:753 +#: Resources/templates/Localizable.strings:772 #, no-wrap msgid "Set one HDEF PinConfiguration to use." msgstr "Wähle die zu benutzende HDEF PinKonfiguration." #. type: "Video_title" -#: Resources/templates/Localizable.strings:756 +#: Resources/templates/Localizable.strings:775 #, no-wrap msgid "Video" msgstr "Video" #. type: "Video_description" -#: Resources/templates/Localizable.strings:757 +#: Resources/templates/Localizable.strings:776 #, no-wrap msgid "A selection of options that deal with video." msgstr "Optionen zur Grafik." #. type: "Keymaps_title" -#: Resources/templates/Localizable.strings:760 +#: Resources/templates/Localizable.strings:779 #, no-wrap msgid "KeyLayout" msgstr "Tastaturbelegung" #. type: "Keymaps_description" -#: Resources/templates/Localizable.strings:761 +#: Resources/templates/Localizable.strings:780 #, no-wrap msgid "Select one keylayout to use. This will also install the Keylayout module and keymaps." msgstr "Wählen Sie eine keylayout zu bedienen. Dies wird auch installieren Sie das Modul Keylayout und Tastaturbelegungen." #. type: "Themes_title" -#: Resources/templates/Localizable.strings:767 +#: Resources/templates/Localizable.strings:786 #, no-wrap msgid "Themes" msgstr "Erscheinungsbild" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:768 +#: Resources/templates/Localizable.strings:787 #, no-wrap msgid "" "A collection of sample themes\n" @@ -2837,6 +2907,12 @@ "Eine Sammlung verschiedener Themen.\n" "Weitere Themen gibt es hier: http://forum.voodooprojects.org/index.php/board,7.0.html" +#~ msgid "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" +#~ msgstr "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" + +#~ msgid "Chameleon" +#~ msgstr "Chameleon" + #, fuzzy #~ msgid "Intel HD5000 LayoutIntel Azul AAPL,ig-platform-id" #~ msgstr "Intel HD4000 LayoutIntel Azul AAPL,ig-platform-id" Index: branches/ErmaC/Enoch/package/po/bg.po =================================================================== --- branches/ErmaC/Enoch/package/po/bg.po (revision 2678) +++ branches/ErmaC/Enoch/package/po/bg.po (revision 2679) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Chameleon 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-13 18:09+0000\n" +"POT-Creation-Date: 2015-05-10 14:42+0200\n" "PO-Revision-Date: 2014-11-24 20:12-0000\n" "Last-Translator: Желязко \n" "Language-Team: bg \n" @@ -18,13 +18,15 @@ #. type: Content of:

#: Resources/templates/Welcome.html:22 -msgid "Chameleon" -msgstr "Хамелеон" +msgid "Enoch" +msgstr "" #. type: Content of:

#: Resources/templates/Welcome.html:23 -msgid "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" -msgstr "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" +#, fuzzy +#| msgid "Chameleon v%CHAMELEONVERSION% r%CHAMELEONREVISION%" +msgid "ErmaC's Branch of Chameleon (%CHAMELEONREVISION%)" +msgstr "Хамелеон v%CHAMELEONVERSION% r%CHAMELEONREVISION%" #. type: Content of:

#: Resources/templates/Welcome.html:25 @@ -266,64 +268,125 @@ "boot1 (дяла на зареждане от бутващия сектор) за намиране boot2.\n" "boot2 (в главната директория на дяла) за зареждане ядрото и др." -#. type: "Default_title" +#. type: "BootNo_title" #: Resources/templates/Localizable.strings:25 -#: Resources/templates/Localizable.strings:699 #, no-wrap -msgid "Standard" -msgstr "Стандартна" +msgid "Don't install the Bootloader" +msgstr "Не инсталирайте Bootloader" -#. type: "Standard_description" +#. type: "BootNo_description" #: Resources/templates/Localizable.strings:26 #, no-wrap -msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." -msgstr "Инсталирайте файловете на Хамелеон, на избрания дял, използвайки или boot0 или boot0md зависимост от вашата система, без да се унищожи всяка съществуваща инсталация на Windows, ако имате такава." +msgid "Useful if you only want to install the extra's." +msgstr "Полезно, ако искате само да се инсталира допълнително екстри." -#. type: "noboot_title" +#. type: "Stages_title" #: Resources/templates/Localizable.strings:28 -#, no-wrap -msgid "Don't install the Bootloader" -msgstr "Не инсталирайте Bootloader" +#, fuzzy, no-wrap +#| msgid "Chameleon Bootloader Package" +msgid "Bootloader Stages" +msgstr "Хамелеон Bootloader пакет" -#. type: "noboot_description" +#. type: "Stages_description" #: Resources/templates/Localizable.strings:29 #, no-wrap -msgid "Useful if you only want to install the extra's." -msgstr "Полезно, ако искате само да се инсталира допълнително екстри." +msgid "" +"Here you can chose to skip the bootloader installation completely or partially.\n" +"This can be usefull if you want to write Extra's, or skip some stage (0,1 and activation of the target partition).\n" +"Skipping all stages permit you to leave as is already working boot sectors, especially usefull with 4k drives.\n" +"boot is always copied to the target partition when you are skipping one or more stages." +msgstr "" +#. type: "SkipStage0_title" +#: Resources/templates/Localizable.strings:34 +#, no-wrap +msgid "Skip Stage 0" +msgstr "" + +#. type: "SkipStage0_description" +#: Resources/templates/Localizable.strings:35 +#, no-wrap +msgid "" +"Avoid writing stage 0 to the target disk.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipStage1_title" +#: Resources/templates/Localizable.strings:38 +#, no-wrap +msgid "Skip Stage 1" +msgstr "" + +#. type: "SkipStage1_description" +#: Resources/templates/Localizable.strings:39 +#, no-wrap +msgid "" +"Avoid writing stage 1 to the partition boot sector.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipActivePartition_title" +#: Resources/templates/Localizable.strings:42 +#, no-wrap +msgid "Skip Activation" +msgstr "" + +#. type: "SkipActivePartition_description" +#: Resources/templates/Localizable.strings:43 +#, no-wrap +msgid "" +"Prevents activation of the target partition.\n" +"Some old motherboards have a bad implementation of GPT in bios and they can not find partitions if marked active unger Guid Partition Table.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "Standard_title" +#: Resources/templates/Localizable.strings:47 +#, fuzzy, no-wrap +#| msgid " has been written to the root of your chosen partition." +msgid "Install Chameleon in the chosen partition." +msgstr " е записана на избрания от вас дял." + +#. type: "Standard_description" +#: Resources/templates/Localizable.strings:48 +#, fuzzy, no-wrap +#| msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." +msgid "Install Chameleon's files to the root of the selected partition using either boot0, boot0md or boot0hfs depending on your system without destroying any existing Windows installation if you have one." +msgstr "Инсталирайте файловете на Хамелеон, на избрания дял, използвайки или boot0 или boot0md зависимост от вашата система, без да се унищожи всяка съществуваща инсталация на Windows, ако имате такава." + #. type: "EFI_title" -#: Resources/templates/Localizable.strings:31 +#: Resources/templates/Localizable.strings:50 #, no-wrap msgid "Install Chameleon in the ESP" msgstr "" #. type: "EFI_description" -#: Resources/templates/Localizable.strings:32 +#: Resources/templates/Localizable.strings:51 #, fuzzy, no-wrap #| msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." -msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0, boot0md or boot0hfs depending on your system." msgstr "Инсталирайте файловете на Хамелеон, на избрания дял, използвайки или boot0 или boot0md зависимост от вашата система, без да се унищожи всяка съществуваща инсталация на Windows, ако имате такава." #. type: "Module_title" -#: Resources/templates/Localizable.strings:37 +#: Resources/templates/Localizable.strings:56 #, no-wrap msgid "Modules" msgstr "Модули" #. type: "Module_description" -#: Resources/templates/Localizable.strings:38 +#: Resources/templates/Localizable.strings:57 #, no-wrap msgid "The modules system incorporated in chameleon allows for a user or developer to extend the core functionality of chameleon without replacing the main boot file." msgstr "Системни модули, включени в хамелеон дават възможност на даден потребител или разработчик за разширяване на основната функционалност на хамелеон, без да замества главния файл boot." #. type: "klibc_title" -#: Resources/templates/Localizable.strings:40 +#: Resources/templates/Localizable.strings:59 #, no-wrap msgid "klibc" msgstr "klibc" #. type: "klibc_description" -#: Resources/templates/Localizable.strings:41 +#: Resources/templates/Localizable.strings:60 #, no-wrap msgid "" "This module provides a standard c library for modules to link to if the library provided by chameleon is insufficient.\n" @@ -335,13 +398,13 @@ "Източник: http://www.kernel.org/pub/linux/libs/klibc/" #. type: "ACPICodec_title" -#: Resources/templates/Localizable.strings:45 +#: Resources/templates/Localizable.strings:64 #, no-wrap msgid "ACPICodec" msgstr "" #. type: "ACPICodec_description" -#: Resources/templates/Localizable.strings:46 +#: Resources/templates/Localizable.strings:65 #, no-wrap msgid "" "This module provides a substitute for the internal acpi patcher.\n" @@ -349,13 +412,13 @@ msgstr "" #. type: "HDAEnabler_title" -#: Resources/templates/Localizable.strings:49 +#: Resources/templates/Localizable.strings:68 #, no-wrap msgid "HDAEnabler" msgstr "" #. type: "HDAEnabler_description" -#: Resources/templates/Localizable.strings:50 +#: Resources/templates/Localizable.strings:69 #, no-wrap msgid "" "HDAEnabler module, this module provides a substitute for the Hight Definition Audio DSDT Edits.\n" @@ -363,13 +426,13 @@ msgstr "" #. type: "FileNVRAM_title" -#: Resources/templates/Localizable.strings:53 +#: Resources/templates/Localizable.strings:72 #, no-wrap msgid "FileNVRAM" msgstr "" #. type: "FileNVRAM_description" -#: Resources/templates/Localizable.strings:54 +#: Resources/templates/Localizable.strings:73 #, no-wrap msgid "" "FileNVRAM module for preloading NVRAM values.\n" @@ -377,13 +440,13 @@ msgstr "" #. type: "Sata_title" -#: Resources/templates/Localizable.strings:57 +#: Resources/templates/Localizable.strings:76 #, no-wrap msgid "Sata" msgstr "" #. type: "Sata_description" -#: Resources/templates/Localizable.strings:58 +#: Resources/templates/Localizable.strings:77 #, no-wrap msgid "" "Sata module, known as YellowIconFixer in cparm's branch.\n" @@ -392,14 +455,14 @@ msgstr "" #. type: "Resolution_title" -#: Resources/templates/Localizable.strings:62 -#: Resources/templates/Localizable.strings:732 +#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:751 #, no-wrap msgid "Resolution" msgstr "Резолюция на екрана" #. type: "AutoReso_description" -#: Resources/templates/Localizable.strings:63 +#: Resources/templates/Localizable.strings:82 #, no-wrap msgid "" "This module reads the edid information from the monitor attached to the main display.\n" @@ -411,13 +474,13 @@ "Освен това модулът ще закърпи VESA режимите, които са налични в карти Intel HD Graphics да осигури подходяща разделителна способност, докато зарежда системата." #. type: "uClibc_title" -#: Resources/templates/Localizable.strings:67 +#: Resources/templates/Localizable.strings:86 #, no-wrap msgid "uClibc++" msgstr "uClibc++" #. type: "uClibc_description" -#: Resources/templates/Localizable.strings:68 +#: Resources/templates/Localizable.strings:87 #, no-wrap msgid "" "This module provides a minimalistic c++ runtime library for use in other modules. This does not provide functionality by itself, instead it is used to allow for the c++ language to be used in other modules.\n" @@ -431,13 +494,13 @@ "Зависимите: klibc" #. type: "KernelPatcher_title" -#: Resources/templates/Localizable.strings:73 +#: Resources/templates/Localizable.strings:92 #, no-wrap msgid "Kernel Patcher" msgstr "Kernel Patcher" #. type: "KernelPatcher_description" -#: Resources/templates/Localizable.strings:74 +#: Resources/templates/Localizable.strings:93 #, no-wrap msgid "" "The KernelPatcher module provides patches for the following:\n" @@ -449,13 +512,13 @@ msgstr "" #. type: "KextPatcher_title" -#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:100 #, no-wrap msgid "Kext Patcher" msgstr "" #. type: "KextPatcher_description" -#: Resources/templates/Localizable.strings:82 +#: Resources/templates/Localizable.strings:101 #, no-wrap msgid "" "The KextPatcher module provides patches for the following:\n" @@ -463,13 +526,13 @@ msgstr "" #. type: "NVIDIAGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:85 +#: Resources/templates/Localizable.strings:104 #, no-wrap msgid "NVIDIAGraphicsEnabler" msgstr "NVIDIAGraphicsEnabler" #. type: "NVIDIAGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:86 +#: Resources/templates/Localizable.strings:105 #, no-wrap msgid "" "The GraphicsEnabler nVidia code ported to a module.\n" @@ -477,14 +540,14 @@ msgstr "" #. type: "GraphicsEnablerModule_title" -#: Resources/templates/Localizable.strings:89 +#: Resources/templates/Localizable.strings:108 #, fuzzy, no-wrap #| msgid "AMDGraphicsEnabler" msgid "GraphicsEnabler" msgstr "AMDGraphicsEnabler" #. type: "GraphicsEnablerModule_description" -#: Resources/templates/Localizable.strings:90 +#: Resources/templates/Localizable.strings:109 #, no-wrap msgid "" "The GraphicsEnabler code ported to a module.\n" @@ -492,13 +555,13 @@ msgstr "" #. type: "AMDGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:93 +#: Resources/templates/Localizable.strings:112 #, no-wrap msgid "AMDGraphicsEnabler" msgstr "AMDGraphicsEnabler" #. type: "AMDGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:94 +#: Resources/templates/Localizable.strings:113 #, no-wrap msgid "" "The GraphicsEnabler AMD/ATi code ported to a module.\n" @@ -506,13 +569,13 @@ msgstr "" #. type: "IntelGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:97 +#: Resources/templates/Localizable.strings:116 #, no-wrap msgid "IntelGraphicsEnabler" msgstr "IntelGraphicsEnabler" #. type: "IntelGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:98 +#: Resources/templates/Localizable.strings:117 #, no-wrap msgid "" "The GraphicsEnabler gma(Intel) code ported to a module.\n" @@ -520,645 +583,645 @@ msgstr "" #. type: "Options_title" -#: Resources/templates/Localizable.strings:106 +#: Resources/templates/Localizable.strings:125 #, no-wrap msgid "Settings" msgstr "Опции" #. type: "Options_description" -#: Resources/templates/Localizable.strings:107 +#: Resources/templates/Localizable.strings:126 #, no-wrap msgid "Create an /Extra/org.chameleon.Boot.plist by selecting any of these boot options and kernel flags." msgstr "Създаване на /Extra/org.chameleon.Boot.plist, като изберете някоя от тези зареждащи опции и опции на ядрото." #. type: "BootBanner_title" -#: Resources/templates/Localizable.strings:109 +#: Resources/templates/Localizable.strings:128 #, no-wrap msgid "BootBanner=No" msgstr "BootBanner=No" #. type: "BootBanner_description" -#: Resources/templates/Localizable.strings:110 +#: Resources/templates/Localizable.strings:129 #, no-wrap msgid "Hides Chameleon's boot banner in GUI. This is the text that is drawn at the top left corner of the screen displaying the release version etc." msgstr "Скрива на Хамелеон зареждане банер в GUI. Това е текст, който е съставен в горния ляв ъгъл на екрана, показване на версия и др." #. type: "GUI_title" -#: Resources/templates/Localizable.strings:112 +#: Resources/templates/Localizable.strings:131 #, no-wrap msgid "GUI=No" msgstr "GUI=No" #. type: "GUI_description" -#: Resources/templates/Localizable.strings:113 +#: Resources/templates/Localizable.strings:132 #, no-wrap msgid "Disables the default enabled graphic user interface." msgstr "Премахва графичния интерфейс." #. type: "LegacyLogo_title" -#: Resources/templates/Localizable.strings:115 +#: Resources/templates/Localizable.strings:134 #, no-wrap msgid "LegacyLogo=Yes" msgstr "LegacyLogo=Yes" #. type: "LegacyLogo_description" -#: Resources/templates/Localizable.strings:116 +#: Resources/templates/Localizable.strings:135 #, no-wrap msgid "Use the legacy 'dark grey' apple logo on the light grey screen for the boot process rather than the boot.png in the theme." msgstr "Използвайте 'тъмно сиво' и логото на apple на сив екран за процеса на зареждане, а не boot.png в темата." #. type: "InstantMenu_title" -#: Resources/templates/Localizable.strings:118 +#: Resources/templates/Localizable.strings:137 #, no-wrap msgid "InstantMenu=Yes" msgstr "InstantMenu=Yes" #. type: "InstantMenu_description" -#: Resources/templates/Localizable.strings:119 +#: Resources/templates/Localizable.strings:138 #, no-wrap msgid "By default, when Chameleon loads you'll see the icon for the current default partition, along with a timeout progress bar which left alone will count down before Chameleon automatically boots that partition. This options skips that and takes you directly to the device selection screen." msgstr "По подразбиране, когато Хамелеон зарежда ще видите иконата за текущия дял по подразбиране, заедно с изчакване бара за напредък, който оставен сам да отброява преди Хамелион автоматично да зареди този дял. Тази опция прескача това и ще ви отведе директно на екрана за избор на устройство." #. type: "QuietBoot_title" -#: Resources/templates/Localizable.strings:121 +#: Resources/templates/Localizable.strings:140 #, no-wrap msgid "QuietBoot=Yes" msgstr "QuietBoot=Yes" #. type: "QuietBoot_description" -#: Resources/templates/Localizable.strings:122 +#: Resources/templates/Localizable.strings:141 #, no-wrap msgid "Enable quiet boot mode (no messages or prompt)." msgstr "Активирайте тих режим на зареждане (няма съобщения или въпроси)." #. type: "ShowInfo_title" -#: Resources/templates/Localizable.strings:124 +#: Resources/templates/Localizable.strings:143 #, no-wrap msgid "ShowInfo=Yes" msgstr "ShowInfo=Yes" #. type: "ShowInfo_description" -#: Resources/templates/Localizable.strings:125 +#: Resources/templates/Localizable.strings:144 #, no-wrap msgid "Enables display of partition and resolution details shown on the left side of the GUI under the boot banner. This is useful information for troubleshooting, though can clash with certain themes." msgstr "Позволява показване на дяловете в диска и разрешаването на детайли, от лявата страна на GUI под банера. Това е полезна информация за отстраняване на проблеми, въпреки че може да се окажат несъвместими с определени теми." #. type: "Wait_title" -#: Resources/templates/Localizable.strings:127 +#: Resources/templates/Localizable.strings:146 #, no-wrap msgid "Wait=Yes" msgstr "Wait=Yes" #. type: "Wait_description" -#: Resources/templates/Localizable.strings:128 +#: Resources/templates/Localizable.strings:147 #, no-wrap msgid "Pauses the boot process after Chameleon has finished it's setup then waits for a key press before it starts the mach kernel. Useful when combined with verbose boot for troubleshooting." msgstr "Паузира процеса на зареждане, след като Хамелеон завърши настройката след това се чака натискане на клавиш, преди тя да започне зареждане на ядрото. Полезно, когато се комбинира с verbose boot за отстраняване на неизправности." #. type: "PrivateData_title" -#: Resources/templates/Localizable.strings:130 +#: Resources/templates/Localizable.strings:149 #, no-wrap msgid "PrivateData=No" msgstr "" #. type: "PrivateData_description" -#: Resources/templates/Localizable.strings:131 +#: Resources/templates/Localizable.strings:150 #, no-wrap msgid "Show masked data (serial number) in bdmesg log (enbaled by default)." msgstr "" #. type: "USBBusFix_title" -#: Resources/templates/Localizable.strings:135 +#: Resources/templates/Localizable.strings:154 #, no-wrap msgid "USBBusFix=Yes" msgstr "" #. type: "USBBusFix_description" -#: Resources/templates/Localizable.strings:136 +#: Resources/templates/Localizable.strings:155 #, no-wrap msgid "Enable the XHCI, EHCI and UHCI fixes (disabled by default)." msgstr "" #. type: "USBLegacyOff_title" -#: Resources/templates/Localizable.strings:138 +#: Resources/templates/Localizable.strings:157 #, fuzzy, no-wrap #| msgid "LegacyLogo=Yes" msgid "USBLegacyOff=Yes" msgstr "LegacyLogo=Yes" #. type: "USBLegacyOff_description" -#: Resources/templates/Localizable.strings:139 +#: Resources/templates/Localizable.strings:158 #, no-wrap msgid "Force USB Legacy off for XHCI and EHCI (disabled by default)." msgstr "" #. type: "XHCILegacyOff_title" -#: Resources/templates/Localizable.strings:141 +#: Resources/templates/Localizable.strings:160 #, fuzzy, no-wrap #| msgid "LegacyLogo=Yes" msgid "XHCILegacyOff=Yes" msgstr "LegacyLogo=Yes" #. type: "XHCILegacyOff_description" -#: Resources/templates/Localizable.strings:142 +#: Resources/templates/Localizable.strings:161 #, no-wrap msgid "Force USB Legacy off for XHCI (disabled by default)." msgstr "" #. type: "UHCIreset_title" -#: Resources/templates/Localizable.strings:144 +#: Resources/templates/Localizable.strings:163 #, no-wrap msgid "UHCIreset=Yes" msgstr "UHCIreset=Yes" #. type: "UHCIreset_description" -#: Resources/templates/Localizable.strings:145 +#: Resources/templates/Localizable.strings:164 #, no-wrap msgid "Enables the option to reset UHCI controllers before starting OS X." msgstr "Инициализира UHCI /USB 2.0/ контролерите преди стартиране на OS X." #. type: "EHCIacquire_title" -#: Resources/templates/Localizable.strings:147 +#: Resources/templates/Localizable.strings:166 #, no-wrap msgid "EHCIacquire=Yes" msgstr "EHCIacquire=Yes" #. type: "EHCIacquire_description" -#: Resources/templates/Localizable.strings:148 +#: Resources/templates/Localizable.strings:167 #, no-wrap msgid "Enables the option to fix any EHCI ownership issues due to bad bioses." msgstr "Опцията поправя всякакви EHCI проблеми поради некоректно написани BIOS-и." #. type: "arch_title" -#: Resources/templates/Localizable.strings:150 +#: Resources/templates/Localizable.strings:169 #, no-wrap msgid "arch=i386" msgstr "arch=i386" #. type: "arch_description" -#: Resources/templates/Localizable.strings:151 +#: Resources/templates/Localizable.strings:170 #, no-wrap msgid "Boots the kernel in 32bit mode rather than the default 64bit mode." msgstr "Зарежда ядрото в 32bit режим, отколкото режим по подразбиране 64bit." #. type: "EthernetBuiltIn_title" -#: Resources/templates/Localizable.strings:153 +#: Resources/templates/Localizable.strings:172 #, no-wrap msgid "EthernetBuiltIn=Yes" msgstr "EthernetBuiltIn=Yes" #. type: "EthernetBuiltIn_description" -#: Resources/templates/Localizable.strings:154 +#: Resources/templates/Localizable.strings:173 #, no-wrap msgid "Enables the option of adding 'built-in' to your ethernet devices." msgstr "Тази опция ще направи 'вградени' вашите интернет устройства." #. type: "EnableWifi_title" -#: Resources/templates/Localizable.strings:156 +#: Resources/templates/Localizable.strings:175 #, no-wrap msgid "EnableWifi=Yes" msgstr "EnableWifi=Yes" #. type: "EnableWifi_description" -#: Resources/templates/Localizable.strings:157 +#: Resources/templates/Localizable.strings:176 #, fuzzy, no-wrap #| msgid "Enables the option of adding 'built-in' to your ethernet devices." msgid "Enables the option of adding AirPort values to your wireless device." msgstr "Тази опция ще направи 'вградени' вашите интернет устройства." #. type: "ForceHPET_title" -#: Resources/templates/Localizable.strings:159 +#: Resources/templates/Localizable.strings:178 #, no-wrap msgid "ForceHPET=Yes" msgstr "ForceHPET=Yes" #. type: "ForceHPET_description" -#: Resources/templates/Localizable.strings:160 +#: Resources/templates/Localizable.strings:179 #, no-wrap msgid "Enables HPET on intel chipsets, for bioses that dont include the option." msgstr "Пуска в действие HPET при intel чипсети за bios-и, които не разполагат с HPET." #. type: "ForceWake_title" -#: Resources/templates/Localizable.strings:162 +#: Resources/templates/Localizable.strings:181 #, no-wrap msgid "ForceWake=Yes" msgstr "ForceWake=Yes" #. type: "ForceWake_description" -#: Resources/templates/Localizable.strings:163 +#: Resources/templates/Localizable.strings:182 #, no-wrap msgid "This option enables you to bypass bad sleep images." msgstr "Опцията позволява да прескочите /да не зареждате/ повредени изображения на операционната система." #. type: "ForceFullMemInfo_title" -#: Resources/templates/Localizable.strings:165 +#: Resources/templates/Localizable.strings:184 #, no-wrap msgid "ForceFullMemInfo=Yes" msgstr "ForceFullMemInfo=Yes" #. type: "ForceFullMemInfo_description" -#: Resources/templates/Localizable.strings:166 +#: Resources/templates/Localizable.strings:185 #, no-wrap msgid "Force SMBIOS Table 17 to be 27 bytes long." msgstr "" #. type: "RestartFix_title" -#: Resources/templates/Localizable.strings:168 +#: Resources/templates/Localizable.strings:187 #, no-wrap msgid "RestartFix=No" msgstr "RestartFix=No" #. type: "RestartFix_description" -#: Resources/templates/Localizable.strings:169 +#: Resources/templates/Localizable.strings:188 #, no-wrap msgid "Disables the automatically enabled restart fix." msgstr "Забранява да се активира автоматично рестартиране." #. type: "UseMemDetect_title" -#: Resources/templates/Localizable.strings:171 +#: Resources/templates/Localizable.strings:190 #, no-wrap msgid "UseMemDetect=No" msgstr "UseMemDetect=No" #. type: "UseMemDetect_description" -#: Resources/templates/Localizable.strings:172 +#: Resources/templates/Localizable.strings:191 #, no-wrap msgid "Disables the automatically enabled RAM recognition." msgstr "Забранява се активира автоматично, RAM разпознаване." #. type: "UseKernelCache_title" -#: Resources/templates/Localizable.strings:174 +#: Resources/templates/Localizable.strings:193 #, no-wrap msgid "UseKernelCache=Yes" msgstr "UseKernelCache=Yes" #. type: "UseKernelCache_description" -#: Resources/templates/Localizable.strings:175 +#: Resources/templates/Localizable.strings:194 #, no-wrap msgid "For Lion only. Enables loading of the pre-linked kernel. This will ignore /E/E and /S/L/E. ONLY use this is you have know it contains everything you need." msgstr "За Lion само. Позволява зареждане директно на ядрото. Това ще игнорира модулите в папките /E/E и /S/L/E. Използвайте САМО тогава когато сте сигурни че системата ви съдържа всичко, от което се нуждаете." #. type: "Wake_title" -#: Resources/templates/Localizable.strings:177 +#: Resources/templates/Localizable.strings:196 #, no-wrap msgid "Wake=Yes" msgstr "Wake=Yes" #. type: "Wake_description" -#: Resources/templates/Localizable.strings:178 +#: Resources/templates/Localizable.strings:197 #, no-wrap msgid "Attempts to load the sleep image saved from last hibernation." msgstr "Опитва да зареди на изображение, съхранено от последното заспиване /sleep/." #. type: "CSTUsingSystemIO_title" -#: Resources/templates/Localizable.strings:182 +#: Resources/templates/Localizable.strings:201 #, no-wrap msgid "CSTUsingSystemIO=Yes" msgstr "CSTUsingSystemIO=Yes" #. type: "CSTUsingSystemIO_description" -#: Resources/templates/Localizable.strings:183 +#: Resources/templates/Localizable.strings:202 #, no-wrap msgid "New C-State _CST generation method using SystemIO registers instead of FixedHW." msgstr "Новият C-State _CST метод, използващ SystemIO регистър вместо FixedHW." #. type: "DropSSDT_title" -#: Resources/templates/Localizable.strings:185 +#: Resources/templates/Localizable.strings:204 #, no-wrap msgid "DropSSDT=Yes" msgstr "DropSSDT=Yes" #. type: "DropSSDT_description" -#: Resources/templates/Localizable.strings:186 +#: Resources/templates/Localizable.strings:205 #, no-wrap msgid "Discard the motherboard's built-in SSDT tables." msgstr "Игнорира вградени в дънната платка SSDT таблици." #. type: "DropHPET_title" -#: Resources/templates/Localizable.strings:188 +#: Resources/templates/Localizable.strings:207 #, no-wrap msgid "DropHPET=Yes" msgstr "DropHPET=Yes" #. type: "DropHPET_description" -#: Resources/templates/Localizable.strings:189 +#: Resources/templates/Localizable.strings:208 #, fuzzy, no-wrap #| msgid "Discard the motherboard's built-in SSDT tables." msgid "Discard the motherboard's built-in HPET table." msgstr "Игнорира вградени в дънната платка SSDT таблици." #. type: "DropSBST_title" -#: Resources/templates/Localizable.strings:191 +#: Resources/templates/Localizable.strings:210 #, no-wrap msgid "DropSBST=Yes" msgstr "DropSBST=Yes" #. type: "DropSBST_description" -#: Resources/templates/Localizable.strings:192 +#: Resources/templates/Localizable.strings:211 #, fuzzy, no-wrap #| msgid "Discard the motherboard's built-in SSDT tables." msgid "Discard the motherboard's built-in SBST table." msgstr "Игнорира вградени в дънната платка SSDT таблици." #. type: "DropECDT_title" -#: Resources/templates/Localizable.strings:194 +#: Resources/templates/Localizable.strings:213 #, no-wrap msgid "DropECDT=Yes" msgstr "DropECDT=Yes" #. type: "DropECDT_description" -#: Resources/templates/Localizable.strings:195 +#: Resources/templates/Localizable.strings:214 #, fuzzy, no-wrap #| msgid "Discard the motherboard's built-in SSDT tables." msgid "Discard the motherboard's built-in ECDT table." msgstr "Игнорира вградени в дънната платка SSDT таблици." #. type: "DropASFT_title" -#: Resources/templates/Localizable.strings:197 +#: Resources/templates/Localizable.strings:216 #, no-wrap msgid "DropASFT=Yes" msgstr "DropASFT=Yes" #. type: "DropASFT_description" -#: Resources/templates/Localizable.strings:198 +#: Resources/templates/Localizable.strings:217 #, fuzzy, no-wrap #| msgid "Discard the motherboard's built-in SSDT tables." msgid "Discard the motherboard's built-in ASF! table." msgstr "Игнорира вградени в дънната платка SSDT таблици." #. type: "DropDMAR_title" -#: Resources/templates/Localizable.strings:200 +#: Resources/templates/Localizable.strings:219 #, no-wrap msgid "DropDMAR=Yes" msgstr "DropDMAR=Yes" #. type: "DropDMAR_description" -#: Resources/templates/Localizable.strings:201 +#: Resources/templates/Localizable.strings:220 #, no-wrap msgid "Discard the motherboard's built-in DMAR table, this key action resolve the problem with VT-d panics." msgstr "" #. type: "EnableC2State_title" -#: Resources/templates/Localizable.strings:203 +#: Resources/templates/Localizable.strings:222 #, no-wrap msgid "EnableC2State=Yes" msgstr "EnableC2State=Yes" #. type: "EnableC2State_description" -#: Resources/templates/Localizable.strings:204 +#: Resources/templates/Localizable.strings:223 #, no-wrap msgid "Enable specific Processor power state, C2." msgstr "Разрешаване на конкретна спецификация на захранването на процесора, C2." #. type: "EnableC3State_title" -#: Resources/templates/Localizable.strings:206 +#: Resources/templates/Localizable.strings:225 #, no-wrap msgid "EnableC3State=Yes" msgstr "EnableC3State=Yes" #. type: "EnableC3State_description" -#: Resources/templates/Localizable.strings:207 +#: Resources/templates/Localizable.strings:226 #, no-wrap msgid "Enable specific Processor power state, C3." msgstr "Разрешаване на конкретна спецификация на захранването на процесора, C3." #. type: "EnableC4State_title" -#: Resources/templates/Localizable.strings:209 +#: Resources/templates/Localizable.strings:228 #, no-wrap msgid "EnableC4State=Yes" msgstr "EnableC4State=Yes" #. type: "EnableC4State_description" -#: Resources/templates/Localizable.strings:210 +#: Resources/templates/Localizable.strings:229 #, no-wrap msgid "Enable specific Processor power state, C4." msgstr "Разрешаване на конкретна спецификация на захранването на процесора, C4." #. type: "EnableC6State_title" -#: Resources/templates/Localizable.strings:212 +#: Resources/templates/Localizable.strings:231 #, no-wrap msgid "EnableC6State=Yes" msgstr "EnableC6State=Yes" #. type: "EnableC6State_description" -#: Resources/templates/Localizable.strings:213 +#: Resources/templates/Localizable.strings:232 #, no-wrap msgid "Enable specific Processor power state, C6." msgstr "Разрешаване на конкретна спецификация на захранването на процесора, C6." #. type: "EnableC7State_title" -#: Resources/templates/Localizable.strings:215 +#: Resources/templates/Localizable.strings:234 #, no-wrap msgid "EnableC7State=Yes" msgstr "EnableC7State=Yes" #. type: "EnableC7State_description" -#: Resources/templates/Localizable.strings:216 +#: Resources/templates/Localizable.strings:235 #, no-wrap msgid "Enable specific Processor power state, C7." msgstr "Разрешаване на конкретна спецификация на захранването на процесора, C7." #. type: "GenerateCStates_title" -#: Resources/templates/Localizable.strings:218 +#: Resources/templates/Localizable.strings:237 #, no-wrap msgid "GenerateCStates=Yes" msgstr "GenerateCStates=Yes" #. type: "GenerateCStates_description" -#: Resources/templates/Localizable.strings:219 +#: Resources/templates/Localizable.strings:238 #, no-wrap msgid "Enable auto generation of processor idle sleep states (C-States)." msgstr "Разрешаване на автоматично генериране на процесорния idle sleep states (C-States)." #. type: "GeneratePStates_title" -#: Resources/templates/Localizable.strings:221 +#: Resources/templates/Localizable.strings:240 #, no-wrap msgid "GeneratePStates=Yes" msgstr "GeneratePStates=Yes" #. type: "GeneratePStates_description" -#: Resources/templates/Localizable.strings:222 +#: Resources/templates/Localizable.strings:241 #, no-wrap msgid "Enable auto generation of processor power performance states (P-States)." msgstr "Разрешаване на автоматично генериране на захранването на процесора (P-States)." #. type: "GenerateTStates_title" -#: Resources/templates/Localizable.strings:224 +#: Resources/templates/Localizable.strings:243 #, no-wrap msgid "GenerateTStates=Yes" msgstr "GenerateTStates=Yes" #. type: "GenerateTStates_description" -#: Resources/templates/Localizable.strings:225 +#: Resources/templates/Localizable.strings:244 #, no-wrap msgid "Enable auto generation of processor power performance states (T-States)." msgstr "Разрешаване на автоматично генериране на захранването на процесора (T-States)." #. type: "1024x600x32_title" -#: Resources/templates/Localizable.strings:229 +#: Resources/templates/Localizable.strings:248 #, no-wrap msgid "1024x600x32" msgstr "1024x600x32" #. type: "1024x600x32_description" -#: Resources/templates/Localizable.strings:230 +#: Resources/templates/Localizable.strings:249 #, no-wrap msgid "Set Graphics Mode to 1024x600x32" msgstr "Задайте Графичен режим 1024x600x32" #. type: "1024x768x32_title" -#: Resources/templates/Localizable.strings:232 +#: Resources/templates/Localizable.strings:251 #, no-wrap msgid "1024x768x32" msgstr "1024x768x32" #. type: "1024x768x32_description" -#: Resources/templates/Localizable.strings:233 +#: Resources/templates/Localizable.strings:252 #, no-wrap msgid "Set Graphics Mode to 1024x768x32" msgstr "Задайте Графичен режим 1024x768x32" #. type: "1280x768x32_title" -#: Resources/templates/Localizable.strings:235 +#: Resources/templates/Localizable.strings:254 #, no-wrap msgid "1280x768x32" msgstr "1280x768x32" #. type: "1280x768x32_description" -#: Resources/templates/Localizable.strings:236 +#: Resources/templates/Localizable.strings:255 #, no-wrap msgid "Set Graphics Mode to 1280x768x32" msgstr "Задайте Графичен режим 1280x768x32" #. type: "1280x800x32_title" -#: Resources/templates/Localizable.strings:238 +#: Resources/templates/Localizable.strings:257 #, no-wrap msgid "1280x800x32" msgstr "1280x800x32" #. type: "1280x800x32_description" -#: Resources/templates/Localizable.strings:239 +#: Resources/templates/Localizable.strings:258 #, no-wrap msgid "Set Graphics Mode to 1280x800x32" msgstr "Задайте Графичен режим 1280x800x32" #. type: "1280x1024x32_title" -#: Resources/templates/Localizable.strings:241 +#: Resources/templates/Localizable.strings:260 #, no-wrap msgid "1280x1024x32" msgstr "1280x1024x32" #. type: "1280x1024x32_description" -#: Resources/templates/Localizable.strings:242 +#: Resources/templates/Localizable.strings:261 #, no-wrap msgid "Set Graphics Mode to 1280x1024x32" msgstr "Задайте Графичен режим 1280x1024x32" #. type: "1280x960x32_title" -#: Resources/templates/Localizable.strings:244 +#: Resources/templates/Localizable.strings:263 #, no-wrap msgid "1280x960x32" msgstr "1280x960x32" #. type: "1280x960x32_description" -#: Resources/templates/Localizable.strings:245 +#: Resources/templates/Localizable.strings:264 #, no-wrap msgid "Set Graphics Mode to 1280x960x32" msgstr "Задайте Графичен режим 1280x960x32" #. type: "1366x768x32_title" -#: Resources/templates/Localizable.strings:247 +#: Resources/templates/Localizable.strings:266 #, no-wrap msgid "1366x768x32" msgstr "1366x768x32" #. type: "1366x768x32_description" -#: Resources/templates/Localizable.strings:248 +#: Resources/templates/Localizable.strings:267 #, no-wrap msgid "Set Graphics Mode to 1366x768x32" msgstr "Задайте Графичен режим 1366x768x32" #. type: "1440x900x32_title" -#: Resources/templates/Localizable.strings:250 +#: Resources/templates/Localizable.strings:269 #, no-wrap msgid "1440x900x32" msgstr "1440x900x32" #. type: "1440x900x32_description" -#: Resources/templates/Localizable.strings:251 +#: Resources/templates/Localizable.strings:270 #, no-wrap msgid "Set Graphics Mode to 1440x900x32" msgstr "Задайте Графичен режим 1440x900x32" #. type: "1600x900x32_title" -#: Resources/templates/Localizable.strings:253 +#: Resources/templates/Localizable.strings:272 #, no-wrap msgid "1600x900x32" msgstr "1600x900x32" #. type: "1600x900x32_description" -#: Resources/templates/Localizable.strings:254 +#: Resources/templates/Localizable.strings:273 #, no-wrap msgid "Set Graphics Mode to 1600x900x32" msgstr "Задайте Графичен режим 1600x900x32" #. type: "1600x1200x32_title" -#: Resources/templates/Localizable.strings:256 +#: Resources/templates/Localizable.strings:275 #, no-wrap msgid "1600x1200x32" msgstr "1600x1200x32" #. type: "1600x1200x32_description" -#: Resources/templates/Localizable.strings:257 +#: Resources/templates/Localizable.strings:276 #, no-wrap msgid "Set Graphics Mode to 1600x1200x32" msgstr "Задайте Графичен режим 1600x1200x32" #. type: "1680x1050x32_title" -#: Resources/templates/Localizable.strings:259 +#: Resources/templates/Localizable.strings:278 #, no-wrap msgid "1680x1050x32" msgstr "1680x1050x32" #. type: "1680x1050x32_description" -#: Resources/templates/Localizable.strings:260 +#: Resources/templates/Localizable.strings:279 #, no-wrap msgid "Set Graphics Mode to 1680x1050x32" msgstr "Задайте Графичен режим 1680x1050x32" #. type: "1920x1080x32_title" -#: Resources/templates/Localizable.strings:262 +#: Resources/templates/Localizable.strings:281 #, no-wrap msgid "1920x1080x32" msgstr "1920x1080x32" #. type: "1920x1080x32_description" -#: Resources/templates/Localizable.strings:263 +#: Resources/templates/Localizable.strings:282 #, no-wrap msgid "Set Graphics Mode to 1920x1080x32" msgstr "Задайте Графичен режим 1920x1080x32" #. type: "1920x1200x32_title" -#: Resources/templates/Localizable.strings:265 +#: Resources/templates/Localizable.strings:284 #, no-wrap msgid "1920x1200x32" msgstr "1920x1200x32" #. type: "1920x1200x32_description" -#: Resources/templates/Localizable.strings:266 +#: Resources/templates/Localizable.strings:285 #, no-wrap msgid "Set Graphics Mode to 1920x1200x32" msgstr "Задайте Графичен режим 1920x1200x32" #. type: "HDAULayoutIDx01_title" -#: Resources/templates/Localizable.strings:270 -#: Resources/templates/Localizable.strings:376 +#: Resources/templates/Localizable.strings:289 +#: Resources/templates/Localizable.strings:395 #, no-wrap msgid "LayoutID=1" msgstr "LayoutID=1" #. type: "HDEFLayoutIDx01_description" -#: Resources/templates/Localizable.strings:271 +#: Resources/templates/Localizable.strings:290 #, no-wrap msgid "" "Set HDEF layout-it to 1:\n" @@ -1166,14 +1229,14 @@ msgstr "" #. type: "HDAULayoutIDx02_title" -#: Resources/templates/Localizable.strings:274 -#: Resources/templates/Localizable.strings:380 +#: Resources/templates/Localizable.strings:293 +#: Resources/templates/Localizable.strings:399 #, no-wrap msgid "LayoutID=2" msgstr "LayoutID=2" #. type: "HDEFLayoutIDx02_description" -#: Resources/templates/Localizable.strings:275 +#: Resources/templates/Localizable.strings:294 #, no-wrap msgid "" "Set HDEF layout-it to 2:\n" @@ -1181,14 +1244,14 @@ msgstr "" #. type: "HDAULayoutIDx03_title" -#: Resources/templates/Localizable.strings:278 -#: Resources/templates/Localizable.strings:384 +#: Resources/templates/Localizable.strings:297 +#: Resources/templates/Localizable.strings:403 #, no-wrap msgid "LayoutID=3" msgstr "LayoutID=3" #. type: "HDEFLayoutIDx03_description" -#: Resources/templates/Localizable.strings:279 +#: Resources/templates/Localizable.strings:298 #, no-wrap msgid "" "Set HDEF layout-it to 3:\n" @@ -1196,14 +1259,14 @@ msgstr "" #. type: "HDAULayoutIDx05_title" -#: Resources/templates/Localizable.strings:282 -#: Resources/templates/Localizable.strings:388 +#: Resources/templates/Localizable.strings:301 +#: Resources/templates/Localizable.strings:407 #, no-wrap msgid "LayoutID=5" msgstr "LayoutID=5" #. type: "HDEFLayoutIDx05_description" -#: Resources/templates/Localizable.strings:283 +#: Resources/templates/Localizable.strings:302 #, no-wrap msgid "" "Set HDEF layout-it to 5:\n" @@ -1211,14 +1274,14 @@ msgstr "" #. type: "HDAULayoutIDx07_title" -#: Resources/templates/Localizable.strings:286 -#: Resources/templates/Localizable.strings:392 +#: Resources/templates/Localizable.strings:305 +#: Resources/templates/Localizable.strings:411 #, no-wrap msgid "LayoutID=7" msgstr "LayoutID=7" #. type: "HDEFLayoutIDx07_description" -#: Resources/templates/Localizable.strings:287 +#: Resources/templates/Localizable.strings:306 #, no-wrap msgid "" "Set HDEF layout-it to 7:\n" @@ -1226,14 +1289,14 @@ msgstr "" #. type: "HDAULayoutIDx12_title" -#: Resources/templates/Localizable.strings:290 -#: Resources/templates/Localizable.strings:396 +#: Resources/templates/Localizable.strings:309 +#: Resources/templates/Localizable.strings:415 #, no-wrap msgid "LayoutID=12" msgstr "LayoutID=12" #. type: "HDEFLayoutIDx12_description" -#: Resources/templates/Localizable.strings:291 +#: Resources/templates/Localizable.strings:310 #, no-wrap msgid "" "Set HDEF layout-it to 12:\n" @@ -1241,14 +1304,14 @@ msgstr "" #. type: "HDAULayoutIDx32_title" -#: Resources/templates/Localizable.strings:294 -#: Resources/templates/Localizable.strings:400 +#: Resources/templates/Localizable.strings:313 +#: Resources/templates/Localizable.strings:419 #, no-wrap msgid "LayoutID=32" msgstr "LayoutID=32" #. type: "HDEFLayoutIDx32_description" -#: Resources/templates/Localizable.strings:295 +#: Resources/templates/Localizable.strings:314 #, no-wrap msgid "" "Set HDEF layout-it to 32:\n" @@ -1256,14 +1319,14 @@ msgstr "" #. type: "HDAULayoutIDx40_title" -#: Resources/templates/Localizable.strings:298 -#: Resources/templates/Localizable.strings:404 +#: Resources/templates/Localizable.strings:317 +#: Resources/templates/Localizable.strings:423 #, no-wrap msgid "LayoutID=40" msgstr "LayoutID=40" #. type: "HDEFLayoutIDx40_description" -#: Resources/templates/Localizable.strings:299 +#: Resources/templates/Localizable.strings:318 #, no-wrap msgid "" "Set HDEF layout-it to 40:\n" @@ -1271,14 +1334,14 @@ msgstr "" #. type: "HDAULayoutIDx65_title" -#: Resources/templates/Localizable.strings:302 -#: Resources/templates/Localizable.strings:408 +#: Resources/templates/Localizable.strings:321 +#: Resources/templates/Localizable.strings:427 #, no-wrap msgid "LayoutID=65" msgstr "LayoutID=65" #. type: "HDEFLayoutIDx65_description" -#: Resources/templates/Localizable.strings:303 +#: Resources/templates/Localizable.strings:322 #, no-wrap msgid "" "Set HDEF layout-it to 65:\n" @@ -1286,14 +1349,14 @@ msgstr "" #. type: "HDAULayoutIDx99_title" -#: Resources/templates/Localizable.strings:306 -#: Resources/templates/Localizable.strings:412 +#: Resources/templates/Localizable.strings:325 +#: Resources/templates/Localizable.strings:431 #, no-wrap msgid "LayoutID=99" msgstr "LayoutID=99" #. type: "HDEFLayoutIDx99_description" -#: Resources/templates/Localizable.strings:307 +#: Resources/templates/Localizable.strings:326 #, no-wrap msgid "" "Set HDEF layout-it to 99:\n" @@ -1301,14 +1364,14 @@ msgstr "" #. type: "HDAULayoutIDx269_title" -#: Resources/templates/Localizable.strings:310 -#: Resources/templates/Localizable.strings:416 +#: Resources/templates/Localizable.strings:329 +#: Resources/templates/Localizable.strings:435 #, no-wrap msgid "LayoutID=269" msgstr "" #. type: "HDEFLayoutIDx269_description" -#: Resources/templates/Localizable.strings:311 +#: Resources/templates/Localizable.strings:330 #, no-wrap msgid "" "Set HDEF layout-it to 269:\n" @@ -1316,14 +1379,14 @@ msgstr "" #. type: "HDAULayoutIDx387_title" -#: Resources/templates/Localizable.strings:314 -#: Resources/templates/Localizable.strings:420 +#: Resources/templates/Localizable.strings:333 +#: Resources/templates/Localizable.strings:439 #, no-wrap msgid "LayoutID=387" msgstr "" #. type: "HDEFLayoutIDx387_description" -#: Resources/templates/Localizable.strings:315 +#: Resources/templates/Localizable.strings:334 #, no-wrap msgid "" "Set HDEF layout-it to 387:\n" @@ -1331,14 +1394,14 @@ msgstr "" #. type: "HDAULayoutIDx388_title" -#: Resources/templates/Localizable.strings:318 -#: Resources/templates/Localizable.strings:424 +#: Resources/templates/Localizable.strings:337 +#: Resources/templates/Localizable.strings:443 #, no-wrap msgid "LayoutID=388" msgstr "" #. type: "HDEFLayoutIDx388_description" -#: Resources/templates/Localizable.strings:319 +#: Resources/templates/Localizable.strings:338 #, no-wrap msgid "" "Set HDEF layout-it to 388:\n" @@ -1346,14 +1409,14 @@ msgstr "" #. type: "HDAULayoutIDx389_title" -#: Resources/templates/Localizable.strings:322 -#: Resources/templates/Localizable.strings:428 +#: Resources/templates/Localizable.strings:341 +#: Resources/templates/Localizable.strings:447 #, no-wrap msgid "LayoutID=389" msgstr "" #. type: "HDEFLayoutIDx389_description" -#: Resources/templates/Localizable.strings:323 +#: Resources/templates/Localizable.strings:342 #, no-wrap msgid "" "Set HDEF layout-it to 389:\n" @@ -1361,14 +1424,14 @@ msgstr "" #. type: "HDAULayoutIDx392_title" -#: Resources/templates/Localizable.strings:326 -#: Resources/templates/Localizable.strings:432 +#: Resources/templates/Localizable.strings:345 +#: Resources/templates/Localizable.strings:451 #, no-wrap msgid "LayoutID=392" msgstr "" #. type: "HDEFLayoutIDx392_description" -#: Resources/templates/Localizable.strings:327 +#: Resources/templates/Localizable.strings:346 #, no-wrap msgid "" "Set HDEF layout-it to 392:\n" @@ -1376,14 +1439,14 @@ msgstr "" #. type: "HDAULayoutIDx398_title" -#: Resources/templates/Localizable.strings:330 -#: Resources/templates/Localizable.strings:436 +#: Resources/templates/Localizable.strings:349 +#: Resources/templates/Localizable.strings:455 #, no-wrap msgid "LayoutID=398" msgstr "" #. type: "HDEFLayoutIDx398_description" -#: Resources/templates/Localizable.strings:331 +#: Resources/templates/Localizable.strings:350 #, no-wrap msgid "" "Set HDEF layout-it to 398:\n" @@ -1391,14 +1454,14 @@ msgstr "" #. type: "HDAULayoutIDx662_title" -#: Resources/templates/Localizable.strings:334 -#: Resources/templates/Localizable.strings:440 +#: Resources/templates/Localizable.strings:353 +#: Resources/templates/Localizable.strings:459 #, no-wrap msgid "LayoutID=662" msgstr "" #. type: "HDEFLayoutIDx662_description" -#: Resources/templates/Localizable.strings:335 +#: Resources/templates/Localizable.strings:354 #, no-wrap msgid "" "Set HDEF layout-it to 662:\n" @@ -1406,14 +1469,14 @@ msgstr "" #. type: "HDAULayoutIDx663_title" -#: Resources/templates/Localizable.strings:338 -#: Resources/templates/Localizable.strings:444 +#: Resources/templates/Localizable.strings:357 +#: Resources/templates/Localizable.strings:463 #, no-wrap msgid "LayoutID=663" msgstr "" #. type: "HDEFLayoutIDx663_description" -#: Resources/templates/Localizable.strings:339 +#: Resources/templates/Localizable.strings:358 #, no-wrap msgid "" "Set HDEF layout-it to 663:\n" @@ -1421,14 +1484,14 @@ msgstr "" #. type: "HDAULayoutIDx664_title" -#: Resources/templates/Localizable.strings:342 -#: Resources/templates/Localizable.strings:448 +#: Resources/templates/Localizable.strings:361 +#: Resources/templates/Localizable.strings:467 #, no-wrap msgid "LayoutID=664" msgstr "" #. type: "HDEFLayoutIDx664_description" -#: Resources/templates/Localizable.strings:343 +#: Resources/templates/Localizable.strings:362 #, no-wrap msgid "" "Set HDEF layout-it to 664:\n" @@ -1436,14 +1499,14 @@ msgstr "" #. type: "HDAULayoutIDx885_title" -#: Resources/templates/Localizable.strings:346 -#: Resources/templates/Localizable.strings:452 +#: Resources/templates/Localizable.strings:365 +#: Resources/templates/Localizable.strings:471 #, no-wrap msgid "LayoutID=885" msgstr "" #. type: "HDEFLayoutIDx885_description" -#: Resources/templates/Localizable.strings:347 +#: Resources/templates/Localizable.strings:366 #, no-wrap msgid "" "Set HDEF layout-it to 885:\n" @@ -1451,14 +1514,14 @@ msgstr "" #. type: "HDAULayoutIDx887_title" -#: Resources/templates/Localizable.strings:350 -#: Resources/templates/Localizable.strings:456 +#: Resources/templates/Localizable.strings:369 +#: Resources/templates/Localizable.strings:475 #, no-wrap msgid "LayoutID=887" msgstr "" #. type: "HDEFLayoutIDx887_description" -#: Resources/templates/Localizable.strings:351 +#: Resources/templates/Localizable.strings:370 #, no-wrap msgid "" "Set HDEF layout-it to 887:\n" @@ -1466,14 +1529,14 @@ msgstr "" #. type: "HDAULayoutIDx888_title" -#: Resources/templates/Localizable.strings:354 -#: Resources/templates/Localizable.strings:460 +#: Resources/templates/Localizable.strings:373 +#: Resources/templates/Localizable.strings:479 #, no-wrap msgid "LayoutID=888" msgstr "" #. type: "HDEFLayoutIDx888_description" -#: Resources/templates/Localizable.strings:355 +#: Resources/templates/Localizable.strings:374 #, no-wrap msgid "" "Set HDEF layout-it to 888:\n" @@ -1481,14 +1544,14 @@ msgstr "" #. type: "HDAULayoutIDx889_title" -#: Resources/templates/Localizable.strings:358 -#: Resources/templates/Localizable.strings:464 +#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:483 #, no-wrap msgid "LayoutID=889" msgstr "" #. type: "HDEFLayoutIDx889_description" -#: Resources/templates/Localizable.strings:359 +#: Resources/templates/Localizable.strings:378 #, no-wrap msgid "" "Set HDEF layout-it to 889:\n" @@ -1496,14 +1559,14 @@ msgstr "" #. type: "HDAULayoutIDx892_title" -#: Resources/templates/Localizable.strings:362 -#: Resources/templates/Localizable.strings:468 +#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:487 #, no-wrap msgid "LayoutID=892" msgstr "" #. type: "HDEFLayoutIDx892_description" -#: Resources/templates/Localizable.strings:363 +#: Resources/templates/Localizable.strings:382 #, no-wrap msgid "" "Set HDEF layout-it to 892:\n" @@ -1511,14 +1574,14 @@ msgstr "" #. type: "HDAULayoutIDx898_title" -#: Resources/templates/Localizable.strings:366 -#: Resources/templates/Localizable.strings:472 +#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:491 #, no-wrap msgid "LayoutID=898" msgstr "" #. type: "HDEFLayoutIDx898_description" -#: Resources/templates/Localizable.strings:367 +#: Resources/templates/Localizable.strings:386 #, no-wrap msgid "" "Set HDEF layout-it to 898:\n" @@ -1526,14 +1589,14 @@ msgstr "" #. type: "HDAULayoutIDxBD7_title" -#: Resources/templates/Localizable.strings:370 -#: Resources/templates/Localizable.strings:476 +#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:495 #, no-wrap msgid "LayoutID=1981" msgstr "" #. type: "HDEFLayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:371 +#: Resources/templates/Localizable.strings:390 #, no-wrap msgid "" "Set HDEF layout-it to 1981:\n" @@ -1541,7 +1604,7 @@ msgstr "" #. type: "HDAULayoutIDx01_description" -#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:396 #, no-wrap msgid "" "Set HDAU layout-it to 1:\n" @@ -1549,7 +1612,7 @@ msgstr "" #. type: "HDAULayoutIDx02_description" -#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:400 #, no-wrap msgid "" "Set HDAU layout-it to 2:\n" @@ -1557,7 +1620,7 @@ msgstr "" #. type: "HDAULayoutIDx03_description" -#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:404 #, no-wrap msgid "" "Set HDAU layout-it to 3:\n" @@ -1565,7 +1628,7 @@ msgstr "" #. type: "HDAULayoutIDx05_description" -#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:408 #, no-wrap msgid "" "Set HDAU layout-it to 5:\n" @@ -1573,7 +1636,7 @@ msgstr "" #. type: "HDAULayoutIDx07_description" -#: Resources/templates/Localizable.strings:393 +#: Resources/templates/Localizable.strings:412 #, no-wrap msgid "" "Set HDAU layout-it to 7:\n" @@ -1581,7 +1644,7 @@ msgstr "" #. type: "HDAULayoutIDx12_description" -#: Resources/templates/Localizable.strings:397 +#: Resources/templates/Localizable.strings:416 #, no-wrap msgid "" "Set HDAU layout-it to 12:\n" @@ -1589,7 +1652,7 @@ msgstr "" #. type: "HDAULayoutIDx32_description" -#: Resources/templates/Localizable.strings:401 +#: Resources/templates/Localizable.strings:420 #, no-wrap msgid "" "Set HDAU layout-it to 32:\n" @@ -1597,7 +1660,7 @@ msgstr "" #. type: "HDAULayoutIDx40_description" -#: Resources/templates/Localizable.strings:405 +#: Resources/templates/Localizable.strings:424 #, no-wrap msgid "" "Set HDAU layout-it to 40:\n" @@ -1605,7 +1668,7 @@ msgstr "" #. type: "HDAULayoutIDx65_description" -#: Resources/templates/Localizable.strings:409 +#: Resources/templates/Localizable.strings:428 #, no-wrap msgid "" "Set HDAU layout-it to 65:\n" @@ -1613,7 +1676,7 @@ msgstr "" #. type: "HDAULayoutIDx99_description" -#: Resources/templates/Localizable.strings:413 +#: Resources/templates/Localizable.strings:432 #, no-wrap msgid "" "Set HDAU layout-it to 99:\n" @@ -1621,7 +1684,7 @@ msgstr "" #. type: "HDAULayoutIDx269_description" -#: Resources/templates/Localizable.strings:417 +#: Resources/templates/Localizable.strings:436 #, no-wrap msgid "" "Set HDAU layout-it to 269:\n" @@ -1629,7 +1692,7 @@ msgstr "" #. type: "HDAULayoutIDx387_description" -#: Resources/templates/Localizable.strings:421 +#: Resources/templates/Localizable.strings:440 #, no-wrap msgid "" "Set HDAU layout-it to 387:\n" @@ -1637,7 +1700,7 @@ msgstr "" #. type: "HDAULayoutIDx388_description" -#: Resources/templates/Localizable.strings:425 +#: Resources/templates/Localizable.strings:444 #, no-wrap msgid "" "Set HDAU layout-it to 388:\n" @@ -1645,7 +1708,7 @@ msgstr "" #. type: "HDAULayoutIDx389_description" -#: Resources/templates/Localizable.strings:429 +#: Resources/templates/Localizable.strings:448 #, no-wrap msgid "" "Set HDAU layout-it to 389:\n" @@ -1653,7 +1716,7 @@ msgstr "" #. type: "HDAULayoutIDx392_description" -#: Resources/templates/Localizable.strings:433 +#: Resources/templates/Localizable.strings:452 #, no-wrap msgid "" "Set HDAU layout-it to 392:\n" @@ -1661,7 +1724,7 @@ msgstr "" #. type: "HDAULayoutIDx398_description" -#: Resources/templates/Localizable.strings:437 +#: Resources/templates/Localizable.strings:456 #, no-wrap msgid "" "Set HDAU layout-it to 398:\n" @@ -1669,7 +1732,7 @@ msgstr "" #. type: "HDAULayoutIDx662_description" -#: Resources/templates/Localizable.strings:441 +#: Resources/templates/Localizable.strings:460 #, no-wrap msgid "" "Set HDAU layout-it to 662:\n" @@ -1677,7 +1740,7 @@ msgstr "" #. type: "HDAULayoutIDx663_description" -#: Resources/templates/Localizable.strings:445 +#: Resources/templates/Localizable.strings:464 #, no-wrap msgid "" "Set HDAU layout-it to 663:\n" @@ -1685,7 +1748,7 @@ msgstr "" #. type: "HDAULayoutIDx664_description" -#: Resources/templates/Localizable.strings:449 +#: Resources/templates/Localizable.strings:468 #, no-wrap msgid "" "Set HDAU layout-it to 664:\n" @@ -1693,7 +1756,7 @@ msgstr "" #. type: "HDAULayoutIDx885_description" -#: Resources/templates/Localizable.strings:453 +#: Resources/templates/Localizable.strings:472 #, no-wrap msgid "" "Set HDAU layout-it to 885:\n" @@ -1701,7 +1764,7 @@ msgstr "" #. type: "HDAULayoutIDx887_description" -#: Resources/templates/Localizable.strings:457 +#: Resources/templates/Localizable.strings:476 #, no-wrap msgid "" "Set HDAU layout-it to 887:\n" @@ -1709,7 +1772,7 @@ msgstr "" #. type: "HDAULayoutIDx888_description" -#: Resources/templates/Localizable.strings:461 +#: Resources/templates/Localizable.strings:480 #, no-wrap msgid "" "Set HDAU layout-it to 888:\n" @@ -1717,7 +1780,7 @@ msgstr "" #. type: "HDAULayoutIDx889_description" -#: Resources/templates/Localizable.strings:465 +#: Resources/templates/Localizable.strings:484 #, no-wrap msgid "" "Set HDAU layout-it to 889:\n" @@ -1725,7 +1788,7 @@ msgstr "" #. type: "HDAULayoutIDx892_description" -#: Resources/templates/Localizable.strings:469 +#: Resources/templates/Localizable.strings:488 #, no-wrap msgid "" "Set HDAU layout-it to 892:\n" @@ -1733,7 +1796,7 @@ msgstr "" #. type: "HDAULayoutIDx898_description" -#: Resources/templates/Localizable.strings:473 +#: Resources/templates/Localizable.strings:492 #, no-wrap msgid "" "Set HDAU layout-it to 898:\n" @@ -1741,7 +1804,7 @@ msgstr "" #. type: "HDAULayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:477 +#: Resources/templates/Localizable.strings:496 #, no-wrap msgid "" "Set HDAU layout-it to 1981:\n" @@ -1749,626 +1812,626 @@ msgstr "" #. type: "IntelCaprix00_title" -#: Resources/templates/Localizable.strings:482 +#: Resources/templates/Localizable.strings:501 #, no-wrap msgid "01660000" msgstr "" #. type: "IntelCaprix00_description" -#: Resources/templates/Localizable.strings:483 +#: Resources/templates/Localizable.strings:502 #, no-wrap msgid "Set 01660000 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix01_title" -#: Resources/templates/Localizable.strings:485 +#: Resources/templates/Localizable.strings:504 #, no-wrap msgid "01660001" msgstr "" #. type: "IntelCaprix01_description" -#: Resources/templates/Localizable.strings:486 +#: Resources/templates/Localizable.strings:505 #, no-wrap msgid "Set 01660001 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix02_title" -#: Resources/templates/Localizable.strings:488 +#: Resources/templates/Localizable.strings:507 #, no-wrap msgid "01660002" msgstr "" #. type: "IntelCaprix02_description" -#: Resources/templates/Localizable.strings:489 +#: Resources/templates/Localizable.strings:508 #, no-wrap msgid "Set 01660002 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix03_title" -#: Resources/templates/Localizable.strings:491 +#: Resources/templates/Localizable.strings:510 #, no-wrap msgid "01660003" msgstr "" #. type: "IntelCaprix03_description" -#: Resources/templates/Localizable.strings:492 +#: Resources/templates/Localizable.strings:511 #, no-wrap msgid "Set 01660003 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix04_title" -#: Resources/templates/Localizable.strings:494 +#: Resources/templates/Localizable.strings:513 #, no-wrap msgid "01660004" msgstr "" #. type: "IntelCaprix04_description" -#: Resources/templates/Localizable.strings:495 +#: Resources/templates/Localizable.strings:514 #, no-wrap msgid "Set 01660004 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix05_title" -#: Resources/templates/Localizable.strings:497 +#: Resources/templates/Localizable.strings:516 #, no-wrap msgid "01620005" msgstr "" #. type: "IntelCaprix05_description" -#: Resources/templates/Localizable.strings:498 +#: Resources/templates/Localizable.strings:517 #, no-wrap msgid "Set 01620005 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix06_title" -#: Resources/templates/Localizable.strings:500 +#: Resources/templates/Localizable.strings:519 #, no-wrap msgid "01620006" msgstr "" #. type: "IntelCaprix06_description" -#: Resources/templates/Localizable.strings:501 +#: Resources/templates/Localizable.strings:520 #, no-wrap msgid "Set 01620006 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix07_title" -#: Resources/templates/Localizable.strings:503 +#: Resources/templates/Localizable.strings:522 #, no-wrap msgid "01620007" msgstr "" #. type: "IntelCaprix07_description" -#: Resources/templates/Localizable.strings:504 +#: Resources/templates/Localizable.strings:523 #, no-wrap msgid "Set 01620007 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix08_title" -#: Resources/templates/Localizable.strings:506 +#: Resources/templates/Localizable.strings:525 #, no-wrap msgid "01660008" msgstr "" #. type: "IntelCaprix08_description" -#: Resources/templates/Localizable.strings:507 +#: Resources/templates/Localizable.strings:526 #, no-wrap msgid "Set 01660008 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix09_title" -#: Resources/templates/Localizable.strings:509 +#: Resources/templates/Localizable.strings:528 #, no-wrap msgid "01660009" msgstr "" #. type: "IntelCaprix09_description" -#: Resources/templates/Localizable.strings:510 +#: Resources/templates/Localizable.strings:529 #, no-wrap msgid "Set 01660009 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix10_title" -#: Resources/templates/Localizable.strings:512 +#: Resources/templates/Localizable.strings:531 #, no-wrap msgid "0166000a" msgstr "" #. type: "IntelCaprix10_description" -#: Resources/templates/Localizable.strings:513 +#: Resources/templates/Localizable.strings:532 #, no-wrap msgid "Set 0166000a for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix11_title" -#: Resources/templates/Localizable.strings:515 +#: Resources/templates/Localizable.strings:534 #, no-wrap msgid "0166000b" msgstr "" #. type: "IntelCaprix11_description" -#: Resources/templates/Localizable.strings:516 +#: Resources/templates/Localizable.strings:535 #, no-wrap msgid "Set 0166000b for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelAzulx00_title" -#: Resources/templates/Localizable.strings:520 +#: Resources/templates/Localizable.strings:539 #, no-wrap msgid "00000604" msgstr "" #. type: "IntelAzulx00_description" -#: Resources/templates/Localizable.strings:521 +#: Resources/templates/Localizable.strings:540 #, no-wrap msgid "Set 00000604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx01_title" -#: Resources/templates/Localizable.strings:523 +#: Resources/templates/Localizable.strings:542 #, no-wrap msgid "0000060c" msgstr "" #. type: "IntelAzulx01_description" -#: Resources/templates/Localizable.strings:524 +#: Resources/templates/Localizable.strings:543 #, no-wrap msgid "Set 0000060c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx02_title" -#: Resources/templates/Localizable.strings:526 +#: Resources/templates/Localizable.strings:545 #, no-wrap msgid "00001604" msgstr "" #. type: "IntelAzulx02_description" -#: Resources/templates/Localizable.strings:527 +#: Resources/templates/Localizable.strings:546 #, no-wrap msgid "Set 00001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx03_title" -#: Resources/templates/Localizable.strings:529 +#: Resources/templates/Localizable.strings:548 #, no-wrap msgid "0000160a" msgstr "" #. type: "IntelAzulx03_description" -#: Resources/templates/Localizable.strings:530 +#: Resources/templates/Localizable.strings:549 #, no-wrap msgid "Set 0000160a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx04_title" -#: Resources/templates/Localizable.strings:532 +#: Resources/templates/Localizable.strings:551 #, no-wrap msgid "0000160c" msgstr "" #. type: "IntelAzulx04_description" -#: Resources/templates/Localizable.strings:533 +#: Resources/templates/Localizable.strings:552 #, no-wrap msgid "Set 0000160c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx05_title" -#: Resources/templates/Localizable.strings:535 +#: Resources/templates/Localizable.strings:554 #, no-wrap msgid "00002604" msgstr "" #. type: "IntelAzulx05_description" -#: Resources/templates/Localizable.strings:536 +#: Resources/templates/Localizable.strings:555 #, no-wrap msgid "Set 00002604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx06_title" -#: Resources/templates/Localizable.strings:538 +#: Resources/templates/Localizable.strings:557 #, no-wrap msgid "0000260a" msgstr "" #. type: "IntelAzulx06_description" -#: Resources/templates/Localizable.strings:539 +#: Resources/templates/Localizable.strings:558 #, no-wrap msgid "Set 0000260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx07_title" -#: Resources/templates/Localizable.strings:541 +#: Resources/templates/Localizable.strings:560 #, no-wrap msgid "0000260c" msgstr "" #. type: "IntelAzulx07_description" -#: Resources/templates/Localizable.strings:542 +#: Resources/templates/Localizable.strings:561 #, no-wrap msgid "Set 0600260c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx08_title" -#: Resources/templates/Localizable.strings:544 +#: Resources/templates/Localizable.strings:563 #, no-wrap msgid "0000260d" msgstr "" #. type: "IntelAzulx08_description" -#: Resources/templates/Localizable.strings:545 +#: Resources/templates/Localizable.strings:564 #, no-wrap msgid "Set 0000260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx09_title" -#: Resources/templates/Localizable.strings:547 +#: Resources/templates/Localizable.strings:566 #, no-wrap msgid "02001604" msgstr "" #. type: "IntelAzulx09_description" -#: Resources/templates/Localizable.strings:548 +#: Resources/templates/Localizable.strings:567 #, no-wrap msgid "Set 02001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx10_title" -#: Resources/templates/Localizable.strings:550 +#: Resources/templates/Localizable.strings:569 #, no-wrap msgid "0300220d" msgstr "" #. type: "IntelAzulx10_description" -#: Resources/templates/Localizable.strings:551 +#: Resources/templates/Localizable.strings:570 #, no-wrap msgid "Set 0300220d for Intel Haswell (Desktop) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx11_title" -#: Resources/templates/Localizable.strings:553 +#: Resources/templates/Localizable.strings:572 #, no-wrap msgid "0500260a" msgstr "" #. type: "IntelAzulx11_description" -#: Resources/templates/Localizable.strings:554 +#: Resources/templates/Localizable.strings:573 #, no-wrap msgid "Set 0500260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx12_title" -#: Resources/templates/Localizable.strings:556 +#: Resources/templates/Localizable.strings:575 #, no-wrap msgid "0600260a" msgstr "" #. type: "IntelAzulx12_description" -#: Resources/templates/Localizable.strings:557 +#: Resources/templates/Localizable.strings:576 #, no-wrap msgid "Set 0600260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx13_title" -#: Resources/templates/Localizable.strings:559 +#: Resources/templates/Localizable.strings:578 #, no-wrap msgid "0700260d" msgstr "" #. type: "IntelAzulx13_description" -#: Resources/templates/Localizable.strings:560 +#: Resources/templates/Localizable.strings:579 #, no-wrap msgid "Set 0700260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx14_title" -#: Resources/templates/Localizable.strings:562 +#: Resources/templates/Localizable.strings:581 #, no-wrap msgid "0800260a" msgstr "" #. type: "IntelAzulx14_description" -#: Resources/templates/Localizable.strings:563 +#: Resources/templates/Localizable.strings:582 #, no-wrap msgid "Set 0800260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx15_title" -#: Resources/templates/Localizable.strings:565 +#: Resources/templates/Localizable.strings:584 #, no-wrap msgid "08002e0a" msgstr "" #. type: "IntelAzulx15_description" -#: Resources/templates/Localizable.strings:566 +#: Resources/templates/Localizable.strings:585 #, no-wrap msgid "Set 08002e0a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "AD2000B_PinConf_title" -#: Resources/templates/Localizable.strings:570 +#: Resources/templates/Localizable.strings:589 #, no-wrap msgid "AD2000b" msgstr "" #. type: "AD2000B_PinConf_description" -#: Resources/templates/Localizable.strings:571 +#: Resources/templates/Localizable.strings:590 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD2000b." msgstr "" #. type: "AD1981HD_PinConf_title" -#: Resources/templates/Localizable.strings:573 +#: Resources/templates/Localizable.strings:592 #, no-wrap msgid "AD1981HD" msgstr "" #. type: "AD1981HD_PinConf_description" -#: Resources/templates/Localizable.strings:574 +#: Resources/templates/Localizable.strings:593 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1981HD." msgstr "" #. type: "AD1988B_PinConf_title" -#: Resources/templates/Localizable.strings:576 +#: Resources/templates/Localizable.strings:595 #, no-wrap msgid "AD1988b" msgstr "" #. type: "AD1988B_PinConf_description" -#: Resources/templates/Localizable.strings:577 +#: Resources/templates/Localizable.strings:596 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1988b." msgstr "" #. type: "ALC888_PinConf_title" -#: Resources/templates/Localizable.strings:579 +#: Resources/templates/Localizable.strings:598 #, no-wrap msgid "ALC888" msgstr "" #. type: "ALC888_PinConf_description" -#: Resources/templates/Localizable.strings:580 +#: Resources/templates/Localizable.strings:599 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC888." msgstr "" #. type: "ALC1200_PinConf_title" -#: Resources/templates/Localizable.strings:582 +#: Resources/templates/Localizable.strings:601 #, no-wrap msgid "ALC1200" msgstr "" #. type: "ALC1200_PinConf_description" -#: Resources/templates/Localizable.strings:583 +#: Resources/templates/Localizable.strings:602 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC1200." msgstr "" #. type: "00_PinConf_title" -#: Resources/templates/Localizable.strings:585 +#: Resources/templates/Localizable.strings:604 #, no-wrap msgid "00" msgstr "" #. type: "00_PinConf_description" -#: Resources/templates/Localizable.strings:586 +#: Resources/templates/Localizable.strings:605 #, no-wrap msgid "Set HDEF PinConfiguration for ???." msgstr "" #. type: "GraphicsEnabler_title" -#: Resources/templates/Localizable.strings:590 +#: Resources/templates/Localizable.strings:609 #, no-wrap msgid "GraphicsEnabler=Yes" msgstr "GraphicsEnabler=Yes" #. type: "GraphicsEnabler_description" -#: Resources/templates/Localizable.strings:591 +#: Resources/templates/Localizable.strings:610 #, fuzzy, no-wrap #| msgid "Enables the option to autodetect NVIDIA based GPUs and inject the correct info." msgid "Enables the option to autodetect NVIDIA, AMD/ATI or Intel based GPUs and inject the correct info." msgstr "Автоматично разпознаване на видео карти с NVIDIA чипсет и добавяне на съответната за тях информация." #. type: "EnableHDMIAudio_title" -#: Resources/templates/Localizable.strings:593 +#: Resources/templates/Localizable.strings:612 #, no-wrap msgid "EnableHDMIAudio=Yes" msgstr "EnableHDMIAudio=Yes" #. type: "EnableHDMIAudio_description" -#: Resources/templates/Localizable.strings:594 +#: Resources/templates/Localizable.strings:613 #, no-wrap msgid "Inject HDMi audio for NVIDIA or AMD/ATI." msgstr "" #. type: "UseIntelHDMI_title" -#: Resources/templates/Localizable.strings:596 +#: Resources/templates/Localizable.strings:615 #, no-wrap msgid "UseIntelHDMI=Yes" msgstr "UseIntelHDMI=Yes" #. type: "UseIntelHDMI_description" -#: Resources/templates/Localizable.strings:597 +#: Resources/templates/Localizable.strings:616 #, no-wrap msgid "If YES, hda-gfx=onboard-1 will be injected into the GFX0 and HDEF devices. Also, if an ATI or Nvidia HDMI device is present, they'll be assigned to onboard-2. If NO, then ATI or Nvidia devices will get onboard-1 as well as the HDAU device if present." msgstr "" #. type: "UseAtiROM_title" -#: Resources/templates/Localizable.strings:599 +#: Resources/templates/Localizable.strings:618 #, no-wrap msgid "UseAtiROM=Yes" msgstr "UseAtiROM=Yes" #. type: "UseAtiROM_description" -#: Resources/templates/Localizable.strings:600 +#: Resources/templates/Localizable.strings:619 #, no-wrap msgid "Enables UseAtiROM options." msgstr "Позволява UseAtiROM опции." #. type: "UseNvidiaROM_title" -#: Resources/templates/Localizable.strings:602 +#: Resources/templates/Localizable.strings:621 #, no-wrap msgid "UseNvidiaROM=Yes" msgstr "UseNvidiaROM=Yes" #. type: "UseNvidiaROM_description" -#: Resources/templates/Localizable.strings:603 +#: Resources/templates/Localizable.strings:622 #, no-wrap msgid "Enables UseNvidiaROM options." msgstr "Позволява UseNvidiaROM опции." #. type: "VBIOS_title" -#: Resources/templates/Localizable.strings:605 +#: Resources/templates/Localizable.strings:624 #, no-wrap msgid "VBIOS=Yes" msgstr "VBIOS=Yes" #. type: "VBIOS_description" -#: Resources/templates/Localizable.strings:606 +#: Resources/templates/Localizable.strings:625 #, no-wrap msgid "Enables VBIOS option" msgstr "Позволява VBIOS опции" #. type: "SkipIntelGfx_title" -#: Resources/templates/Localizable.strings:608 +#: Resources/templates/Localizable.strings:627 #, no-wrap msgid "SkipIntelGfx=Yes" msgstr "" #. type: "SkipIntelGfx_description" -#: Resources/templates/Localizable.strings:609 +#: Resources/templates/Localizable.strings:628 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for Intel based GPUs." msgstr "" #. type: "SkipNvidiaGfx_title" -#: Resources/templates/Localizable.strings:611 +#: Resources/templates/Localizable.strings:630 #, no-wrap msgid "SkipNvidiaGfx=Yes" msgstr "SkipNvidiaGfx=Yes" #. type: "SkipNvidiaGfx_description" -#: Resources/templates/Localizable.strings:612 +#: Resources/templates/Localizable.strings:631 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for NVIDIA based GPUs." msgstr "" #. type: "SkipAtiGfx_title" -#: Resources/templates/Localizable.strings:614 +#: Resources/templates/Localizable.strings:633 #, no-wrap msgid "SkipAtiGfx=Yes" msgstr "" #. type: "SkipAtiGfx_description" -#: Resources/templates/Localizable.strings:615 +#: Resources/templates/Localizable.strings:634 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for AMD/ATI based GPUs." msgstr "" #. type: "EnableBacklight_title" -#: Resources/templates/Localizable.strings:617 +#: Resources/templates/Localizable.strings:636 #, no-wrap msgid "EnableBacklight=Yes" msgstr "EnableBacklight=Yes" #. type: "EnableBacklight_description" -#: Resources/templates/Localizable.strings:618 +#: Resources/templates/Localizable.strings:637 #, no-wrap msgid "Enables Backlight options for laptop with nVidia cards." msgstr "" #. type: "EnableDualLink_title" -#: Resources/templates/Localizable.strings:620 +#: Resources/templates/Localizable.strings:639 #, no-wrap msgid "EnableDualLink=Yes" msgstr "EnableDualLink=Yes" #. type: "EnableDualLink_description" -#: Resources/templates/Localizable.strings:621 +#: Resources/templates/Localizable.strings:640 #, no-wrap msgid "Enables DualLink options for nVidia and ATi cards." msgstr "" #. type: "NvidiaGeneric_title" -#: Resources/templates/Localizable.strings:623 +#: Resources/templates/Localizable.strings:642 #, no-wrap msgid "NvidiaGeneric=Yes" msgstr "NvidiaGeneric=Yes" #. type: "NvidiaGeneric_description" -#: Resources/templates/Localizable.strings:624 +#: Resources/templates/Localizable.strings:643 #, no-wrap msgid "Use the classic Nvidia name for the SystemProfiler (disabled by default)." msgstr "" #. type: "Verbose_title" -#: Resources/templates/Localizable.strings:630 +#: Resources/templates/Localizable.strings:649 #, no-wrap msgid "Verbose Mode" msgstr "Подробен режим /Verbose Mode/" #. type: "Verbose_description" -#: Resources/templates/Localizable.strings:631 +#: Resources/templates/Localizable.strings:650 #, no-wrap msgid "Turns on verbose logging and allows you to see messages from both Chameleon and the OS X kernel at boot time. Essential for troubleshooting." msgstr "Включва подробно зареждане и ви позволява да видите съобщенията от на Хамелеон както и от ядрото на OS X по време на зареждане. Съществено значение за отстраняване на неизправности." #. type: "Singleusermode_title" -#: Resources/templates/Localizable.strings:633 +#: Resources/templates/Localizable.strings:652 #, no-wrap msgid "Single User Mode" msgstr "Режим на единичен потребител /Single User Mode/" #. type: "Singleusermode_description" -#: Resources/templates/Localizable.strings:634 +#: Resources/templates/Localizable.strings:653 #, no-wrap msgid "A troubleshooting option used for booting into OS X's BSD/Unix command line." msgstr "Отстраняване на неизправности опцията се използва за зареждане на BSD/Unix в командния ред на OS X." #. type: "Ignorecaches_title" -#: Resources/templates/Localizable.strings:636 +#: Resources/templates/Localizable.strings:655 #, no-wrap msgid "Ignore Caches" msgstr "Игнорирай кеша /Ignore Caches/" #. type: "Ignorecaches_description" -#: Resources/templates/Localizable.strings:637 +#: Resources/templates/Localizable.strings:656 #, no-wrap msgid "Not an option that's needed for everyday booting, but it can be useful if you want OS X to load all files from it's system folders, rather than relying on it's pre-built caches." msgstr "Не е опция, за ежедневно зареждане на системата, но може да бъде полезно, ако искате OS X да зареди всички файлове от системните папки, отколкото да се разчита на предварително вграден кеш." #. type: "Npci_title" -#: Resources/templates/Localizable.strings:639 +#: Resources/templates/Localizable.strings:658 #, no-wrap msgid "npci=0x2000" msgstr "npci=0x2000" #. type: "Npci_description" -#: Resources/templates/Localizable.strings:640 +#: Resources/templates/Localizable.strings:659 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x2000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "За поправка на 'PCI конфигурацията' на някои системи. 0x2000 е kIOPCIConfiguratorPFM64 флаг, както се вижда в IOPCIFamily изходния код." #. type: "Npci3_title" -#: Resources/templates/Localizable.strings:642 +#: Resources/templates/Localizable.strings:661 #, no-wrap msgid "npci=0x3000" msgstr "npci=0x3000" #. type: "Npci3_description" -#: Resources/templates/Localizable.strings:643 +#: Resources/templates/Localizable.strings:662 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x3000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "За поправка на 'PCI конфигурацията' на някои системи. 0x3000 е kIOPCIConfiguratorPFM64 флаг, както се вижда в IOPCIFamily изходния код." #. type: "WaitingRootDevice_title" -#: Resources/templates/Localizable.strings:645 +#: Resources/templates/Localizable.strings:664 #, no-wrap msgid "ahcidisk=1 debug=8" msgstr "" #. type: "WaitingRootDevice_description" -#: Resources/templates/Localizable.strings:646 +#: Resources/templates/Localizable.strings:665 #, no-wrap msgid "" "Info here: Waiting for root device when kernel cache used only with some disks +FIX\n" @@ -2377,25 +2440,25 @@ msgstr "" #. type: "Darkwake_title" -#: Resources/templates/Localizable.strings:650 +#: Resources/templates/Localizable.strings:669 #, no-wrap msgid "darkwake=0" msgstr "darkwake=0" #. type: "Darkwake_description" -#: Resources/templates/Localizable.strings:651 +#: Resources/templates/Localizable.strings:670 #, no-wrap msgid "Lion only. Disables the 'low power wake' feature which can sometimes leave the screen black after wake from sleep." msgstr "Само за Lion. Забранява функцията 'събуждане на ниска мощност' което понякога може да остави черен екран след събуждане от сън /sleep/." #. type: "NvdaDrv1_title" -#: Resources/templates/Localizable.strings:653 +#: Resources/templates/Localizable.strings:672 #, no-wrap msgid "nvda_drv=1" msgstr "" #. type: "NvdaDrv1_description" -#: Resources/templates/Localizable.strings:654 +#: Resources/templates/Localizable.strings:673 #, no-wrap msgid "" "It introduces a new Preference Pane under System Preferences that allows you to enable the Nvidia Web Driver.\n" @@ -2405,25 +2468,25 @@ msgstr "" #. type: "kext-dev-mode1_title" -#: Resources/templates/Localizable.strings:659 +#: Resources/templates/Localizable.strings:678 #, no-wrap msgid "kext-dev-mode=1" msgstr "" #. type: "kext-dev-mode1_description" -#: Resources/templates/Localizable.strings:660 +#: Resources/templates/Localizable.strings:679 #, no-wrap msgid "In Yosemite Developer Previews, unsigned or improperly signed kexts will not be loaded. To use unsigned kexts during development, this strict check can be disabled by adding a 'kext-dev-mode=1' boot arg." msgstr "" #. type: "Dart0_title" -#: Resources/templates/Localizable.strings:662 +#: Resources/templates/Localizable.strings:681 #, no-wrap msgid "dart=0" msgstr "" #. type: "Dart0_description" -#: Resources/templates/Localizable.strings:663 +#: Resources/templates/Localizable.strings:682 #, no-wrap msgid "" "Avoiding the DMAR processing causing by VT-d function in Osx (Virtualization).\n" @@ -2431,279 +2494,285 @@ msgstr "" #. type: "mac-de_title" -#: Resources/templates/Localizable.strings:670 +#: Resources/templates/Localizable.strings:689 #, no-wrap msgid "German Mac Keyboard" msgstr "" #. type: "mac-de_description" -#: Resources/templates/Localizable.strings:671 +#: Resources/templates/Localizable.strings:690 #, no-wrap msgid "Use the keyboard layout for a German Mac keyboard" msgstr "Използване на клавиатурната подредба за немска клавиатура за Mac" #. type: "mac-es_title" -#: Resources/templates/Localizable.strings:673 +#: Resources/templates/Localizable.strings:692 #, no-wrap msgid "Spanish Mac Keyboard" msgstr "" #. type: "mac-es_description" -#: Resources/templates/Localizable.strings:674 +#: Resources/templates/Localizable.strings:693 #, no-wrap msgid "Use the keyboard layout for a Spanish Mac keyboard" msgstr "Използване на клавиатурната подредба за испански клавиатура за Mac" #. type: "mac-fr_title" -#: Resources/templates/Localizable.strings:676 +#: Resources/templates/Localizable.strings:695 #, no-wrap msgid "French Mac Keyboard" msgstr "" #. type: "mac-fr_description" -#: Resources/templates/Localizable.strings:677 +#: Resources/templates/Localizable.strings:696 #, no-wrap msgid "Use the keyboard layout for a French Mac keyboard" msgstr "Използване на клавиатурната подредба за френски клавиатура за Mac" #. type: "mac-it_title" -#: Resources/templates/Localizable.strings:679 +#: Resources/templates/Localizable.strings:698 #, no-wrap msgid "Italian Mac Keyboard" msgstr "" #. type: "mac-it_description" -#: Resources/templates/Localizable.strings:680 +#: Resources/templates/Localizable.strings:699 #, no-wrap msgid "Use the keyboard layout for an Italian Mac keyboard" msgstr "Използване на клавиатурната подредба за италианска клавиатура за Mac" #. type: "mac-se_title" -#: Resources/templates/Localizable.strings:682 +#: Resources/templates/Localizable.strings:701 #, no-wrap msgid "Swedish Mac Keyboard" msgstr "" #. type: "mac-se_description" -#: Resources/templates/Localizable.strings:683 +#: Resources/templates/Localizable.strings:702 #, no-wrap msgid "Use the keyboard layout for a Swedish Mac keyboard" msgstr "Използване на клавиатурната подредба за шведски клавиатура за Mac" #. type: "pc-fr_title" -#: Resources/templates/Localizable.strings:685 +#: Resources/templates/Localizable.strings:704 #, no-wrap msgid "French PC Keyboard" msgstr "" #. type: "pc-fr_description" -#: Resources/templates/Localizable.strings:686 +#: Resources/templates/Localizable.strings:705 #, no-wrap msgid "Use the keyboard layout for a French PC keyboard" msgstr "Използвайте клавиатурна подредба за френски клавиатура PC" #. type: "Embed_title" -#: Resources/templates/Localizable.strings:693 +#: Resources/templates/Localizable.strings:712 #, no-wrap msgid "Embed" msgstr "Embed" #. type: "Embed_description" -#: Resources/templates/Localizable.strings:694 +#: Resources/templates/Localizable.strings:713 #, no-wrap msgid "A smaller simple version of the new default theme used when building a version of Chameleon which requires an embedded theme." msgstr "Опростена версия на тема по подразбиране се използва при изграждането на версия на Хамелеон, който изисква вграден тема." #. type: "Legacy_title" -#: Resources/templates/Localizable.strings:696 +#: Resources/templates/Localizable.strings:715 #, no-wrap msgid "Legacy" msgstr "Legacy" #. type: "Legacy_description" -#: Resources/templates/Localizable.strings:697 +#: Resources/templates/Localizable.strings:716 #, no-wrap msgid "Chameleon's original default theme introduced for v2.0 RC1" msgstr "Оригинална по подразбиране Хамелеон тема въведена за v2.0 RC1" +#. type: "Default_title" +#: Resources/templates/Localizable.strings:718 +#, no-wrap +msgid "Standard" +msgstr "Стандартна" + #. type: "Default_description" -#: Resources/templates/Localizable.strings:700 +#: Resources/templates/Localizable.strings:719 #, no-wrap msgid "Chameleon default theme introduced for v2.0 RC5" msgstr "Вградената тема в Хамелион v2.0 RC5" #. type: "Bullet_title" -#: Resources/templates/Localizable.strings:702 +#: Resources/templates/Localizable.strings:721 #, no-wrap msgid "Bullet" msgstr "Bullet" #. type: "Bullet_description" -#: Resources/templates/Localizable.strings:703 +#: Resources/templates/Localizable.strings:722 #, no-wrap msgid "A lovely simple theme by NoSmokingBandit from April 2009." msgstr "Прекрасна проста тема от NoSmokingBandit от април 2009." #. type: "Audio_title" -#: Resources/templates/Localizable.strings:712 +#: Resources/templates/Localizable.strings:731 #, no-wrap msgid "Audio" msgstr "" #. type: "Audio_description" -#: Resources/templates/Localizable.strings:713 +#: Resources/templates/Localizable.strings:732 #, fuzzy, no-wrap #| msgid "A selection of options that deal with video." msgid "A selection of options that deal with audio." msgstr "А изборът на опции, които се занимават с видеото." #. type: "Control_title" -#: Resources/templates/Localizable.strings:716 +#: Resources/templates/Localizable.strings:735 #, no-wrap msgid "Control Options" msgstr "Опциите за контрол" #. type: "Control_description" -#: Resources/templates/Localizable.strings:717 +#: Resources/templates/Localizable.strings:736 #, no-wrap msgid "Settings to control how Chameleon works." msgstr "Настройки, за да контролирате как работи Хамелеон." #. type: "General_title" -#: Resources/templates/Localizable.strings:720 +#: Resources/templates/Localizable.strings:739 #, no-wrap msgid "General Options" msgstr "Общи опции" #. type: "General_description" -#: Resources/templates/Localizable.strings:721 +#: Resources/templates/Localizable.strings:740 #, no-wrap msgid "Choose from a selection of base options." msgstr "Изберете от избора на базови възможности." #. type: "KernelFlags_title" -#: Resources/templates/Localizable.strings:724 +#: Resources/templates/Localizable.strings:743 #, no-wrap msgid "Kernel Flags" msgstr "Ядрото опции /Kernel Flags/" #. type: "KernelFlags_description" -#: Resources/templates/Localizable.strings:725 +#: Resources/templates/Localizable.strings:744 #, no-wrap msgid "Choose from a selection of kernel flags." msgstr "Изберете от избора на ядрото опции /kernel flags/." #. type: "PowerManagement_title" -#: Resources/templates/Localizable.strings:728 +#: Resources/templates/Localizable.strings:747 #, no-wrap msgid "Power Management" msgstr "Опции на захранването" #. type: "PowerManagement_description" -#: Resources/templates/Localizable.strings:729 +#: Resources/templates/Localizable.strings:748 #, no-wrap msgid "A selection of options that deal with power management and speedstep." msgstr "Изборът на опции, които се занимават с управление на захранването и speedstep." #. type: "Resolution_description" -#: Resources/templates/Localizable.strings:733 +#: Resources/templates/Localizable.strings:752 #, no-wrap msgid "Set one resolution to use." msgstr "Задаване на една резолюция." #. type: "HDEFLayout_title" -#: Resources/templates/Localizable.strings:736 +#: Resources/templates/Localizable.strings:755 #, no-wrap msgid "HDEF Layout" msgstr "HDEF Layout" #. type: "HDEFLayout_description" -#: Resources/templates/Localizable.strings:737 +#: Resources/templates/Localizable.strings:756 #, no-wrap msgid "Set one HDEF Layout ID to use for your HDA controller." msgstr "" #. type: "HDAULayout_title" -#: Resources/templates/Localizable.strings:740 +#: Resources/templates/Localizable.strings:759 #, no-wrap msgid "HDAU Layout" msgstr "HDAU Layout" #. type: "HDAULayout_description" -#: Resources/templates/Localizable.strings:741 +#: Resources/templates/Localizable.strings:760 #, no-wrap msgid "Set one HDAU Layout ID to use for your HDMi controller." msgstr "" #. type: "IntelCapri_title" -#: Resources/templates/Localizable.strings:744 +#: Resources/templates/Localizable.strings:763 #, no-wrap msgid "Intel Capri AAPL,ig-platform-id" msgstr "" #. type: "IntelCapri_description" -#: Resources/templates/Localizable.strings:745 +#: Resources/templates/Localizable.strings:764 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD4000." msgstr "" #. type: "IntelAzul_title" -#: Resources/templates/Localizable.strings:748 +#: Resources/templates/Localizable.strings:767 #, no-wrap msgid "Intel Azul AAPL,ig-platform-id" msgstr "" #. type: "IntelAzul_description" -#: Resources/templates/Localizable.strings:749 +#: Resources/templates/Localizable.strings:768 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD5000." msgstr "" #. type: "HDEFPinConfiguration_title" -#: Resources/templates/Localizable.strings:752 +#: Resources/templates/Localizable.strings:771 #, no-wrap msgid "HDEF PinConfiguration" msgstr "" #. type: "HDEFPinConfiguration_description" -#: Resources/templates/Localizable.strings:753 +#: Resources/templates/Localizable.strings:772 #, fuzzy, no-wrap #| msgid "Set one resolution to use." msgid "Set one HDEF PinConfiguration to use." msgstr "Задаване на една резолюция." #. type: "Video_title" -#: Resources/templates/Localizable.strings:756 +#: Resources/templates/Localizable.strings:775 #, no-wrap msgid "Video" msgstr "Видео" #. type: "Video_description" -#: Resources/templates/Localizable.strings:757 +#: Resources/templates/Localizable.strings:776 #, no-wrap msgid "A selection of options that deal with video." msgstr "А изборът на опции, които се занимават с видеото." #. type: "Keymaps_title" -#: Resources/templates/Localizable.strings:760 +#: Resources/templates/Localizable.strings:779 #, no-wrap msgid "KeyLayout" msgstr "KeyLayout" #. type: "Keymaps_description" -#: Resources/templates/Localizable.strings:761 +#: Resources/templates/Localizable.strings:780 #, no-wrap msgid "Select one keylayout to use. This will also install the Keylayout module and keymaps." msgstr "Изберете един keylayout да се използва. Това също така ще инсталирате модула Keylayout и keymaps." #. type: "Themes_title" -#: Resources/templates/Localizable.strings:767 +#: Resources/templates/Localizable.strings:786 #, no-wrap msgid "Themes" msgstr "Теми" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:768 +#: Resources/templates/Localizable.strings:787 #, no-wrap msgid "" "A collection of sample themes\n" @@ -2712,6 +2781,12 @@ "Колекция от теми\n" "http://forum.voodooprojects.org/index.php/board,7.0.html" +#~ msgid "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" +#~ msgstr "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" + +#~ msgid "Chameleon" +#~ 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 " Index: branches/ErmaC/Enoch/package/po/ja.po =================================================================== --- branches/ErmaC/Enoch/package/po/ja.po (revision 2678) +++ branches/ErmaC/Enoch/package/po/ja.po (revision 2679) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-13 19:42+0000\n" +"POT-Creation-Date: 2015-05-10 14:42+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -19,12 +19,12 @@ #. type: Content of:

#: Resources/templates/Welcome.html:22 -msgid "Chameleon" +msgid "Enoch" msgstr "" #. type: Content of:

#: Resources/templates/Welcome.html:23 -msgid "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" +msgid "ErmaC's Branch of Chameleon (%CHAMELEONREVISION%)" msgstr "" #. type: Content of:

@@ -251,63 +251,121 @@ "boot2 (On the partition's root directory) for loading kernel etc." msgstr "" -#. type: "Default_title" +#. type: "BootNo_title" #: Resources/templates/Localizable.strings:25 -#: Resources/templates/Localizable.strings:699 #, no-wrap -msgid "Standard" +msgid "Don't install the Bootloader" msgstr "" -#. type: "Standard_description" +#. type: "BootNo_description" #: Resources/templates/Localizable.strings:26 #, no-wrap -msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." +msgid "Useful if you only want to install the extra's." msgstr "" -#. type: "noboot_title" +#. type: "Stages_title" #: Resources/templates/Localizable.strings:28 #, no-wrap -msgid "Don't install the Bootloader" +msgid "Bootloader Stages" msgstr "" -#. type: "noboot_description" +#. type: "Stages_description" #: Resources/templates/Localizable.strings:29 #, no-wrap -msgid "Useful if you only want to install the extra's." +msgid "" +"Here you can chose to skip the bootloader installation completely or partially.\n" +"This can be usefull if you want to write Extra's, or skip some stage (0,1 and activation of the target partition).\n" +"Skipping all stages permit you to leave as is already working boot sectors, especially usefull with 4k drives.\n" +"boot is always copied to the target partition when you are skipping one or more stages." msgstr "" +#. type: "SkipStage0_title" +#: Resources/templates/Localizable.strings:34 +#, no-wrap +msgid "Skip Stage 0" +msgstr "" + +#. type: "SkipStage0_description" +#: Resources/templates/Localizable.strings:35 +#, no-wrap +msgid "" +"Avoid writing stage 0 to the target disk.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipStage1_title" +#: Resources/templates/Localizable.strings:38 +#, no-wrap +msgid "Skip Stage 1" +msgstr "" + +#. type: "SkipStage1_description" +#: Resources/templates/Localizable.strings:39 +#, no-wrap +msgid "" +"Avoid writing stage 1 to the partition boot sector.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipActivePartition_title" +#: Resources/templates/Localizable.strings:42 +#, no-wrap +msgid "Skip Activation" +msgstr "" + +#. type: "SkipActivePartition_description" +#: Resources/templates/Localizable.strings:43 +#, no-wrap +msgid "" +"Prevents activation of the target partition.\n" +"Some old motherboards have a bad implementation of GPT in bios and they can not find partitions if marked active unger Guid Partition Table.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "Standard_title" +#: Resources/templates/Localizable.strings:47 +#, no-wrap +msgid "Install Chameleon in the chosen partition." +msgstr "" + +#. type: "Standard_description" +#: Resources/templates/Localizable.strings:48 +#, no-wrap +msgid "Install Chameleon's files to the root of the selected partition using either boot0, boot0md or boot0hfs depending on your system without destroying any existing Windows installation if you have one." +msgstr "" + #. type: "EFI_title" -#: Resources/templates/Localizable.strings:31 +#: Resources/templates/Localizable.strings:50 #, no-wrap msgid "Install Chameleon in the ESP" msgstr "" #. type: "EFI_description" -#: Resources/templates/Localizable.strings:32 +#: Resources/templates/Localizable.strings:51 #, no-wrap -msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0, boot0md or boot0hfs depending on your system." msgstr "" #. type: "Module_title" -#: Resources/templates/Localizable.strings:37 +#: Resources/templates/Localizable.strings:56 #, no-wrap msgid "Modules" msgstr "" #. type: "Module_description" -#: Resources/templates/Localizable.strings:38 +#: Resources/templates/Localizable.strings:57 #, no-wrap msgid "The modules system incorporated in chameleon allows for a user or developer to extend the core functionality of chameleon without replacing the main boot file." msgstr "" #. type: "klibc_title" -#: Resources/templates/Localizable.strings:40 +#: Resources/templates/Localizable.strings:59 #, no-wrap msgid "klibc" msgstr "" #. type: "klibc_description" -#: Resources/templates/Localizable.strings:41 +#: Resources/templates/Localizable.strings:60 #, no-wrap msgid "" "This module provides a standard c library for modules to link to if the library provided by chameleon is insufficient.\n" @@ -316,13 +374,13 @@ msgstr "" #. type: "ACPICodec_title" -#: Resources/templates/Localizable.strings:45 +#: Resources/templates/Localizable.strings:64 #, no-wrap msgid "ACPICodec" msgstr "" #. type: "ACPICodec_description" -#: Resources/templates/Localizable.strings:46 +#: Resources/templates/Localizable.strings:65 #, no-wrap msgid "" "This module provides a substitute for the internal acpi patcher.\n" @@ -330,13 +388,13 @@ msgstr "" #. type: "HDAEnabler_title" -#: Resources/templates/Localizable.strings:49 +#: Resources/templates/Localizable.strings:68 #, no-wrap msgid "HDAEnabler" msgstr "" #. type: "HDAEnabler_description" -#: Resources/templates/Localizable.strings:50 +#: Resources/templates/Localizable.strings:69 #, no-wrap msgid "" "HDAEnabler module, this module provides a substitute for the Hight Definition Audio DSDT Edits.\n" @@ -344,13 +402,13 @@ msgstr "" #. type: "FileNVRAM_title" -#: Resources/templates/Localizable.strings:53 +#: Resources/templates/Localizable.strings:72 #, no-wrap msgid "FileNVRAM" msgstr "" #. type: "FileNVRAM_description" -#: Resources/templates/Localizable.strings:54 +#: Resources/templates/Localizable.strings:73 #, no-wrap msgid "" "FileNVRAM module for preloading NVRAM values.\n" @@ -358,13 +416,13 @@ msgstr "" #. type: "Sata_title" -#: Resources/templates/Localizable.strings:57 +#: Resources/templates/Localizable.strings:76 #, no-wrap msgid "Sata" msgstr "" #. type: "Sata_description" -#: Resources/templates/Localizable.strings:58 +#: Resources/templates/Localizable.strings:77 #, no-wrap msgid "" "Sata module, known as YellowIconFixer in cparm's branch.\n" @@ -373,14 +431,14 @@ msgstr "" #. type: "Resolution_title" -#: Resources/templates/Localizable.strings:62 -#: Resources/templates/Localizable.strings:732 +#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:751 #, no-wrap msgid "Resolution" msgstr "" #. type: "AutoReso_description" -#: Resources/templates/Localizable.strings:63 +#: Resources/templates/Localizable.strings:82 #, no-wrap msgid "" "This module reads the edid information from the monitor attached to the main display.\n" @@ -389,13 +447,13 @@ msgstr "" #. type: "uClibc_title" -#: Resources/templates/Localizable.strings:67 +#: Resources/templates/Localizable.strings:86 #, no-wrap msgid "uClibc++" msgstr "" #. type: "uClibc_description" -#: Resources/templates/Localizable.strings:68 +#: Resources/templates/Localizable.strings:87 #, no-wrap msgid "" "This module provides a minimalistic c++ runtime library for use in other modules. This does not provide functionality by itself, instead it is used to allow for the c++ language to be used in other modules.\n" @@ -405,13 +463,13 @@ msgstr "" #. type: "KernelPatcher_title" -#: Resources/templates/Localizable.strings:73 +#: Resources/templates/Localizable.strings:92 #, no-wrap msgid "Kernel Patcher" msgstr "" #. type: "KernelPatcher_description" -#: Resources/templates/Localizable.strings:74 +#: Resources/templates/Localizable.strings:93 #, no-wrap msgid "" "The KernelPatcher module provides patches for the following:\n" @@ -423,13 +481,13 @@ msgstr "" #. type: "KextPatcher_title" -#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:100 #, no-wrap msgid "Kext Patcher" msgstr "" #. type: "KextPatcher_description" -#: Resources/templates/Localizable.strings:82 +#: Resources/templates/Localizable.strings:101 #, no-wrap msgid "" "The KextPatcher module provides patches for the following:\n" @@ -437,13 +495,13 @@ msgstr "" #. type: "NVIDIAGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:85 +#: Resources/templates/Localizable.strings:104 #, no-wrap msgid "NVIDIAGraphicsEnabler" msgstr "" #. type: "NVIDIAGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:86 +#: Resources/templates/Localizable.strings:105 #, no-wrap msgid "" "The GraphicsEnabler nVidia code ported to a module.\n" @@ -451,13 +509,13 @@ msgstr "" #. type: "GraphicsEnablerModule_title" -#: Resources/templates/Localizable.strings:89 +#: Resources/templates/Localizable.strings:108 #, no-wrap msgid "GraphicsEnabler" msgstr "" #. type: "GraphicsEnablerModule_description" -#: Resources/templates/Localizable.strings:90 +#: Resources/templates/Localizable.strings:109 #, no-wrap msgid "" "The GraphicsEnabler code ported to a module.\n" @@ -465,13 +523,13 @@ msgstr "" #. type: "AMDGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:93 +#: Resources/templates/Localizable.strings:112 #, no-wrap msgid "AMDGraphicsEnabler" msgstr "" #. type: "AMDGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:94 +#: Resources/templates/Localizable.strings:113 #, no-wrap msgid "" "The GraphicsEnabler AMD/ATi code ported to a module.\n" @@ -479,13 +537,13 @@ msgstr "" #. type: "IntelGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:97 +#: Resources/templates/Localizable.strings:116 #, no-wrap msgid "IntelGraphicsEnabler" msgstr "" #. type: "IntelGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:98 +#: Resources/templates/Localizable.strings:117 #, no-wrap msgid "" "The GraphicsEnabler gma(Intel) code ported to a module.\n" @@ -493,638 +551,638 @@ msgstr "" #. type: "Options_title" -#: Resources/templates/Localizable.strings:106 +#: Resources/templates/Localizable.strings:125 #, no-wrap msgid "Settings" msgstr "" #. type: "Options_description" -#: Resources/templates/Localizable.strings:107 +#: Resources/templates/Localizable.strings:126 #, no-wrap msgid "Create an /Extra/org.chameleon.Boot.plist by selecting any of these boot options and kernel flags." msgstr "" #. type: "BootBanner_title" -#: Resources/templates/Localizable.strings:109 +#: Resources/templates/Localizable.strings:128 #, no-wrap msgid "BootBanner=No" msgstr "" #. type: "BootBanner_description" -#: Resources/templates/Localizable.strings:110 +#: Resources/templates/Localizable.strings:129 #, no-wrap msgid "Hides Chameleon's boot banner in GUI. This is the text that is drawn at the top left corner of the screen displaying the release version etc." msgstr "" #. type: "GUI_title" -#: Resources/templates/Localizable.strings:112 +#: Resources/templates/Localizable.strings:131 #, no-wrap msgid "GUI=No" msgstr "" #. type: "GUI_description" -#: Resources/templates/Localizable.strings:113 +#: Resources/templates/Localizable.strings:132 #, no-wrap msgid "Disables the default enabled graphic user interface." msgstr "" #. type: "LegacyLogo_title" -#: Resources/templates/Localizable.strings:115 +#: Resources/templates/Localizable.strings:134 #, no-wrap msgid "LegacyLogo=Yes" msgstr "" #. type: "LegacyLogo_description" -#: Resources/templates/Localizable.strings:116 +#: Resources/templates/Localizable.strings:135 #, no-wrap msgid "Use the legacy 'dark grey' apple logo on the light grey screen for the boot process rather than the boot.png in the theme." msgstr "" #. type: "InstantMenu_title" -#: Resources/templates/Localizable.strings:118 +#: Resources/templates/Localizable.strings:137 #, no-wrap msgid "InstantMenu=Yes" msgstr "" #. type: "InstantMenu_description" -#: Resources/templates/Localizable.strings:119 +#: Resources/templates/Localizable.strings:138 #, no-wrap msgid "By default, when Chameleon loads you'll see the icon for the current default partition, along with a timeout progress bar which left alone will count down before Chameleon automatically boots that partition. This options skips that and takes you directly to the device selection screen." msgstr "" #. type: "QuietBoot_title" -#: Resources/templates/Localizable.strings:121 +#: Resources/templates/Localizable.strings:140 #, no-wrap msgid "QuietBoot=Yes" msgstr "" #. type: "QuietBoot_description" -#: Resources/templates/Localizable.strings:122 +#: Resources/templates/Localizable.strings:141 #, no-wrap msgid "Enable quiet boot mode (no messages or prompt)." msgstr "" #. type: "ShowInfo_title" -#: Resources/templates/Localizable.strings:124 +#: Resources/templates/Localizable.strings:143 #, no-wrap msgid "ShowInfo=Yes" msgstr "" #. type: "ShowInfo_description" -#: Resources/templates/Localizable.strings:125 +#: Resources/templates/Localizable.strings:144 #, no-wrap msgid "Enables display of partition and resolution details shown on the left side of the GUI under the boot banner. This is useful information for troubleshooting, though can clash with certain themes." msgstr "" #. type: "Wait_title" -#: Resources/templates/Localizable.strings:127 +#: Resources/templates/Localizable.strings:146 #, no-wrap msgid "Wait=Yes" msgstr "" #. type: "Wait_description" -#: Resources/templates/Localizable.strings:128 +#: Resources/templates/Localizable.strings:147 #, no-wrap msgid "Pauses the boot process after Chameleon has finished it's setup then waits for a key press before it starts the mach kernel. Useful when combined with verbose boot for troubleshooting." msgstr "" #. type: "PrivateData_title" -#: Resources/templates/Localizable.strings:130 +#: Resources/templates/Localizable.strings:149 #, no-wrap msgid "PrivateData=No" msgstr "" #. type: "PrivateData_description" -#: Resources/templates/Localizable.strings:131 +#: Resources/templates/Localizable.strings:150 #, no-wrap msgid "Show masked data (serial number) in bdmesg log (enbaled by default)." msgstr "" #. type: "USBBusFix_title" -#: Resources/templates/Localizable.strings:135 +#: Resources/templates/Localizable.strings:154 #, no-wrap msgid "USBBusFix=Yes" msgstr "" #. type: "USBBusFix_description" -#: Resources/templates/Localizable.strings:136 +#: Resources/templates/Localizable.strings:155 #, no-wrap msgid "Enable the XHCI, EHCI and UHCI fixes (disabled by default)." msgstr "" #. type: "USBLegacyOff_title" -#: Resources/templates/Localizable.strings:138 +#: Resources/templates/Localizable.strings:157 #, no-wrap msgid "USBLegacyOff=Yes" msgstr "" #. type: "USBLegacyOff_description" -#: Resources/templates/Localizable.strings:139 +#: Resources/templates/Localizable.strings:158 #, no-wrap msgid "Force USB Legacy off for XHCI and EHCI (disabled by default)." msgstr "" #. type: "XHCILegacyOff_title" -#: Resources/templates/Localizable.strings:141 +#: Resources/templates/Localizable.strings:160 #, no-wrap msgid "XHCILegacyOff=Yes" msgstr "" #. type: "XHCILegacyOff_description" -#: Resources/templates/Localizable.strings:142 +#: Resources/templates/Localizable.strings:161 #, no-wrap msgid "Force USB Legacy off for XHCI (disabled by default)." msgstr "" #. type: "UHCIreset_title" -#: Resources/templates/Localizable.strings:144 +#: Resources/templates/Localizable.strings:163 #, no-wrap msgid "UHCIreset=Yes" msgstr "" #. type: "UHCIreset_description" -#: Resources/templates/Localizable.strings:145 +#: Resources/templates/Localizable.strings:164 #, no-wrap msgid "Enables the option to reset UHCI controllers before starting OS X." msgstr "" #. type: "EHCIacquire_title" -#: Resources/templates/Localizable.strings:147 +#: Resources/templates/Localizable.strings:166 #, no-wrap msgid "EHCIacquire=Yes" msgstr "" #. type: "EHCIacquire_description" -#: Resources/templates/Localizable.strings:148 +#: Resources/templates/Localizable.strings:167 #, no-wrap msgid "Enables the option to fix any EHCI ownership issues due to bad bioses." msgstr "" #. type: "arch_title" -#: Resources/templates/Localizable.strings:150 +#: Resources/templates/Localizable.strings:169 #, no-wrap msgid "arch=i386" msgstr "" #. type: "arch_description" -#: Resources/templates/Localizable.strings:151 +#: Resources/templates/Localizable.strings:170 #, no-wrap msgid "Boots the kernel in 32bit mode rather than the default 64bit mode." msgstr "" #. type: "EthernetBuiltIn_title" -#: Resources/templates/Localizable.strings:153 +#: Resources/templates/Localizable.strings:172 #, no-wrap msgid "EthernetBuiltIn=Yes" msgstr "" #. type: "EthernetBuiltIn_description" -#: Resources/templates/Localizable.strings:154 +#: Resources/templates/Localizable.strings:173 #, no-wrap msgid "Enables the option of adding 'built-in' to your ethernet devices." msgstr "" #. type: "EnableWifi_title" -#: Resources/templates/Localizable.strings:156 +#: Resources/templates/Localizable.strings:175 #, no-wrap msgid "EnableWifi=Yes" msgstr "" #. type: "EnableWifi_description" -#: Resources/templates/Localizable.strings:157 +#: Resources/templates/Localizable.strings:176 #, no-wrap msgid "Enables the option of adding AirPort values to your wireless device." msgstr "" #. type: "ForceHPET_title" -#: Resources/templates/Localizable.strings:159 +#: Resources/templates/Localizable.strings:178 #, no-wrap msgid "ForceHPET=Yes" msgstr "" #. type: "ForceHPET_description" -#: Resources/templates/Localizable.strings:160 +#: Resources/templates/Localizable.strings:179 #, no-wrap msgid "Enables HPET on intel chipsets, for bioses that dont include the option." msgstr "" #. type: "ForceWake_title" -#: Resources/templates/Localizable.strings:162 +#: Resources/templates/Localizable.strings:181 #, no-wrap msgid "ForceWake=Yes" msgstr "" #. type: "ForceWake_description" -#: Resources/templates/Localizable.strings:163 +#: Resources/templates/Localizable.strings:182 #, no-wrap msgid "This option enables you to bypass bad sleep images." msgstr "" #. type: "ForceFullMemInfo_title" -#: Resources/templates/Localizable.strings:165 +#: Resources/templates/Localizable.strings:184 #, no-wrap msgid "ForceFullMemInfo=Yes" msgstr "" #. type: "ForceFullMemInfo_description" -#: Resources/templates/Localizable.strings:166 +#: Resources/templates/Localizable.strings:185 #, no-wrap msgid "Force SMBIOS Table 17 to be 27 bytes long." msgstr "" #. type: "RestartFix_title" -#: Resources/templates/Localizable.strings:168 +#: Resources/templates/Localizable.strings:187 #, no-wrap msgid "RestartFix=No" msgstr "" #. type: "RestartFix_description" -#: Resources/templates/Localizable.strings:169 +#: Resources/templates/Localizable.strings:188 #, no-wrap msgid "Disables the automatically enabled restart fix." msgstr "" #. type: "UseMemDetect_title" -#: Resources/templates/Localizable.strings:171 +#: Resources/templates/Localizable.strings:190 #, no-wrap msgid "UseMemDetect=No" msgstr "" #. type: "UseMemDetect_description" -#: Resources/templates/Localizable.strings:172 +#: Resources/templates/Localizable.strings:191 #, no-wrap msgid "Disables the automatically enabled RAM recognition." msgstr "" #. type: "UseKernelCache_title" -#: Resources/templates/Localizable.strings:174 +#: Resources/templates/Localizable.strings:193 #, no-wrap msgid "UseKernelCache=Yes" msgstr "" #. type: "UseKernelCache_description" -#: Resources/templates/Localizable.strings:175 +#: Resources/templates/Localizable.strings:194 #, no-wrap msgid "For Lion only. Enables loading of the pre-linked kernel. This will ignore /E/E and /S/L/E. ONLY use this is you have know it contains everything you need." msgstr "" #. type: "Wake_title" -#: Resources/templates/Localizable.strings:177 +#: Resources/templates/Localizable.strings:196 #, no-wrap msgid "Wake=Yes" msgstr "" #. type: "Wake_description" -#: Resources/templates/Localizable.strings:178 +#: Resources/templates/Localizable.strings:197 #, no-wrap msgid "Attempts to load the sleep image saved from last hibernation." msgstr "" #. type: "CSTUsingSystemIO_title" -#: Resources/templates/Localizable.strings:182 +#: Resources/templates/Localizable.strings:201 #, no-wrap msgid "CSTUsingSystemIO=Yes" msgstr "" #. type: "CSTUsingSystemIO_description" -#: Resources/templates/Localizable.strings:183 +#: Resources/templates/Localizable.strings:202 #, no-wrap msgid "New C-State _CST generation method using SystemIO registers instead of FixedHW." msgstr "" #. type: "DropSSDT_title" -#: Resources/templates/Localizable.strings:185 +#: Resources/templates/Localizable.strings:204 #, no-wrap msgid "DropSSDT=Yes" msgstr "" #. type: "DropSSDT_description" -#: Resources/templates/Localizable.strings:186 +#: Resources/templates/Localizable.strings:205 #, no-wrap msgid "Discard the motherboard's built-in SSDT tables." msgstr "" #. type: "DropHPET_title" -#: Resources/templates/Localizable.strings:188 +#: Resources/templates/Localizable.strings:207 #, no-wrap msgid "DropHPET=Yes" msgstr "" #. type: "DropHPET_description" -#: Resources/templates/Localizable.strings:189 +#: Resources/templates/Localizable.strings:208 #, no-wrap msgid "Discard the motherboard's built-in HPET table." msgstr "" #. type: "DropSBST_title" -#: Resources/templates/Localizable.strings:191 +#: Resources/templates/Localizable.strings:210 #, no-wrap msgid "DropSBST=Yes" msgstr "" #. type: "DropSBST_description" -#: Resources/templates/Localizable.strings:192 +#: Resources/templates/Localizable.strings:211 #, no-wrap msgid "Discard the motherboard's built-in SBST table." msgstr "" #. type: "DropECDT_title" -#: Resources/templates/Localizable.strings:194 +#: Resources/templates/Localizable.strings:213 #, no-wrap msgid "DropECDT=Yes" msgstr "" #. type: "DropECDT_description" -#: Resources/templates/Localizable.strings:195 +#: Resources/templates/Localizable.strings:214 #, no-wrap msgid "Discard the motherboard's built-in ECDT table." msgstr "" #. type: "DropASFT_title" -#: Resources/templates/Localizable.strings:197 +#: Resources/templates/Localizable.strings:216 #, no-wrap msgid "DropASFT=Yes" msgstr "" #. type: "DropASFT_description" -#: Resources/templates/Localizable.strings:198 +#: Resources/templates/Localizable.strings:217 #, no-wrap msgid "Discard the motherboard's built-in ASF! table." msgstr "" #. type: "DropDMAR_title" -#: Resources/templates/Localizable.strings:200 +#: Resources/templates/Localizable.strings:219 #, no-wrap msgid "DropDMAR=Yes" msgstr "" #. type: "DropDMAR_description" -#: Resources/templates/Localizable.strings:201 +#: Resources/templates/Localizable.strings:220 #, no-wrap msgid "Discard the motherboard's built-in DMAR table, this key action resolve the problem with VT-d panics." msgstr "" #. type: "EnableC2State_title" -#: Resources/templates/Localizable.strings:203 +#: Resources/templates/Localizable.strings:222 #, no-wrap msgid "EnableC2State=Yes" msgstr "" #. type: "EnableC2State_description" -#: Resources/templates/Localizable.strings:204 +#: Resources/templates/Localizable.strings:223 #, no-wrap msgid "Enable specific Processor power state, C2." msgstr "" #. type: "EnableC3State_title" -#: Resources/templates/Localizable.strings:206 +#: Resources/templates/Localizable.strings:225 #, no-wrap msgid "EnableC3State=Yes" msgstr "" #. type: "EnableC3State_description" -#: Resources/templates/Localizable.strings:207 +#: Resources/templates/Localizable.strings:226 #, no-wrap msgid "Enable specific Processor power state, C3." msgstr "" #. type: "EnableC4State_title" -#: Resources/templates/Localizable.strings:209 +#: Resources/templates/Localizable.strings:228 #, no-wrap msgid "EnableC4State=Yes" msgstr "" #. type: "EnableC4State_description" -#: Resources/templates/Localizable.strings:210 +#: Resources/templates/Localizable.strings:229 #, no-wrap msgid "Enable specific Processor power state, C4." msgstr "" #. type: "EnableC6State_title" -#: Resources/templates/Localizable.strings:212 +#: Resources/templates/Localizable.strings:231 #, no-wrap msgid "EnableC6State=Yes" msgstr "" #. type: "EnableC6State_description" -#: Resources/templates/Localizable.strings:213 +#: Resources/templates/Localizable.strings:232 #, no-wrap msgid "Enable specific Processor power state, C6." msgstr "" #. type: "EnableC7State_title" -#: Resources/templates/Localizable.strings:215 +#: Resources/templates/Localizable.strings:234 #, no-wrap msgid "EnableC7State=Yes" msgstr "" #. type: "EnableC7State_description" -#: Resources/templates/Localizable.strings:216 +#: Resources/templates/Localizable.strings:235 #, no-wrap msgid "Enable specific Processor power state, C7." msgstr "" #. type: "GenerateCStates_title" -#: Resources/templates/Localizable.strings:218 +#: Resources/templates/Localizable.strings:237 #, no-wrap msgid "GenerateCStates=Yes" msgstr "" #. type: "GenerateCStates_description" -#: Resources/templates/Localizable.strings:219 +#: Resources/templates/Localizable.strings:238 #, no-wrap msgid "Enable auto generation of processor idle sleep states (C-States)." msgstr "" #. type: "GeneratePStates_title" -#: Resources/templates/Localizable.strings:221 +#: Resources/templates/Localizable.strings:240 #, no-wrap msgid "GeneratePStates=Yes" msgstr "" #. type: "GeneratePStates_description" -#: Resources/templates/Localizable.strings:222 +#: Resources/templates/Localizable.strings:241 #, no-wrap msgid "Enable auto generation of processor power performance states (P-States)." msgstr "" #. type: "GenerateTStates_title" -#: Resources/templates/Localizable.strings:224 +#: Resources/templates/Localizable.strings:243 #, no-wrap msgid "GenerateTStates=Yes" msgstr "" #. type: "GenerateTStates_description" -#: Resources/templates/Localizable.strings:225 +#: Resources/templates/Localizable.strings:244 #, no-wrap msgid "Enable auto generation of processor power performance states (T-States)." msgstr "" #. type: "1024x600x32_title" -#: Resources/templates/Localizable.strings:229 +#: Resources/templates/Localizable.strings:248 #, no-wrap msgid "1024x600x32" msgstr "" #. type: "1024x600x32_description" -#: Resources/templates/Localizable.strings:230 +#: Resources/templates/Localizable.strings:249 #, no-wrap msgid "Set Graphics Mode to 1024x600x32" msgstr "" #. type: "1024x768x32_title" -#: Resources/templates/Localizable.strings:232 +#: Resources/templates/Localizable.strings:251 #, no-wrap msgid "1024x768x32" msgstr "" #. type: "1024x768x32_description" -#: Resources/templates/Localizable.strings:233 +#: Resources/templates/Localizable.strings:252 #, no-wrap msgid "Set Graphics Mode to 1024x768x32" msgstr "" #. type: "1280x768x32_title" -#: Resources/templates/Localizable.strings:235 +#: Resources/templates/Localizable.strings:254 #, no-wrap msgid "1280x768x32" msgstr "" #. type: "1280x768x32_description" -#: Resources/templates/Localizable.strings:236 +#: Resources/templates/Localizable.strings:255 #, no-wrap msgid "Set Graphics Mode to 1280x768x32" msgstr "" #. type: "1280x800x32_title" -#: Resources/templates/Localizable.strings:238 +#: Resources/templates/Localizable.strings:257 #, no-wrap msgid "1280x800x32" msgstr "" #. type: "1280x800x32_description" -#: Resources/templates/Localizable.strings:239 +#: Resources/templates/Localizable.strings:258 #, no-wrap msgid "Set Graphics Mode to 1280x800x32" msgstr "" #. type: "1280x1024x32_title" -#: Resources/templates/Localizable.strings:241 +#: Resources/templates/Localizable.strings:260 #, no-wrap msgid "1280x1024x32" msgstr "" #. type: "1280x1024x32_description" -#: Resources/templates/Localizable.strings:242 +#: Resources/templates/Localizable.strings:261 #, no-wrap msgid "Set Graphics Mode to 1280x1024x32" msgstr "" #. type: "1280x960x32_title" -#: Resources/templates/Localizable.strings:244 +#: Resources/templates/Localizable.strings:263 #, no-wrap msgid "1280x960x32" msgstr "" #. type: "1280x960x32_description" -#: Resources/templates/Localizable.strings:245 +#: Resources/templates/Localizable.strings:264 #, no-wrap msgid "Set Graphics Mode to 1280x960x32" msgstr "" #. type: "1366x768x32_title" -#: Resources/templates/Localizable.strings:247 +#: Resources/templates/Localizable.strings:266 #, no-wrap msgid "1366x768x32" msgstr "" #. type: "1366x768x32_description" -#: Resources/templates/Localizable.strings:248 +#: Resources/templates/Localizable.strings:267 #, no-wrap msgid "Set Graphics Mode to 1366x768x32" msgstr "" #. type: "1440x900x32_title" -#: Resources/templates/Localizable.strings:250 +#: Resources/templates/Localizable.strings:269 #, no-wrap msgid "1440x900x32" msgstr "" #. type: "1440x900x32_description" -#: Resources/templates/Localizable.strings:251 +#: Resources/templates/Localizable.strings:270 #, no-wrap msgid "Set Graphics Mode to 1440x900x32" msgstr "" #. type: "1600x900x32_title" -#: Resources/templates/Localizable.strings:253 +#: Resources/templates/Localizable.strings:272 #, no-wrap msgid "1600x900x32" msgstr "" #. type: "1600x900x32_description" -#: Resources/templates/Localizable.strings:254 +#: Resources/templates/Localizable.strings:273 #, no-wrap msgid "Set Graphics Mode to 1600x900x32" msgstr "" #. type: "1600x1200x32_title" -#: Resources/templates/Localizable.strings:256 +#: Resources/templates/Localizable.strings:275 #, no-wrap msgid "1600x1200x32" msgstr "" #. type: "1600x1200x32_description" -#: Resources/templates/Localizable.strings:257 +#: Resources/templates/Localizable.strings:276 #, no-wrap msgid "Set Graphics Mode to 1600x1200x32" msgstr "" #. type: "1680x1050x32_title" -#: Resources/templates/Localizable.strings:259 +#: Resources/templates/Localizable.strings:278 #, no-wrap msgid "1680x1050x32" msgstr "" #. type: "1680x1050x32_description" -#: Resources/templates/Localizable.strings:260 +#: Resources/templates/Localizable.strings:279 #, no-wrap msgid "Set Graphics Mode to 1680x1050x32" msgstr "" #. type: "1920x1080x32_title" -#: Resources/templates/Localizable.strings:262 +#: Resources/templates/Localizable.strings:281 #, no-wrap msgid "1920x1080x32" msgstr "" #. type: "1920x1080x32_description" -#: Resources/templates/Localizable.strings:263 +#: Resources/templates/Localizable.strings:282 #, no-wrap msgid "Set Graphics Mode to 1920x1080x32" msgstr "" #. type: "1920x1200x32_title" -#: Resources/templates/Localizable.strings:265 +#: Resources/templates/Localizable.strings:284 #, no-wrap msgid "1920x1200x32" msgstr "" #. type: "1920x1200x32_description" -#: Resources/templates/Localizable.strings:266 +#: Resources/templates/Localizable.strings:285 #, no-wrap msgid "Set Graphics Mode to 1920x1200x32" msgstr "" #. type: "HDAULayoutIDx01_title" -#: Resources/templates/Localizable.strings:270 -#: Resources/templates/Localizable.strings:376 +#: Resources/templates/Localizable.strings:289 +#: Resources/templates/Localizable.strings:395 #, no-wrap msgid "LayoutID=1" msgstr "" #. type: "HDEFLayoutIDx01_description" -#: Resources/templates/Localizable.strings:271 +#: Resources/templates/Localizable.strings:290 #, no-wrap msgid "" "Set HDEF layout-it to 1:\n" @@ -1132,14 +1190,14 @@ msgstr "" #. type: "HDAULayoutIDx02_title" -#: Resources/templates/Localizable.strings:274 -#: Resources/templates/Localizable.strings:380 +#: Resources/templates/Localizable.strings:293 +#: Resources/templates/Localizable.strings:399 #, no-wrap msgid "LayoutID=2" msgstr "" #. type: "HDEFLayoutIDx02_description" -#: Resources/templates/Localizable.strings:275 +#: Resources/templates/Localizable.strings:294 #, no-wrap msgid "" "Set HDEF layout-it to 2:\n" @@ -1147,14 +1205,14 @@ msgstr "" #. type: "HDAULayoutIDx03_title" -#: Resources/templates/Localizable.strings:278 -#: Resources/templates/Localizable.strings:384 +#: Resources/templates/Localizable.strings:297 +#: Resources/templates/Localizable.strings:403 #, no-wrap msgid "LayoutID=3" msgstr "" #. type: "HDEFLayoutIDx03_description" -#: Resources/templates/Localizable.strings:279 +#: Resources/templates/Localizable.strings:298 #, no-wrap msgid "" "Set HDEF layout-it to 3:\n" @@ -1162,14 +1220,14 @@ msgstr "" #. type: "HDAULayoutIDx05_title" -#: Resources/templates/Localizable.strings:282 -#: Resources/templates/Localizable.strings:388 +#: Resources/templates/Localizable.strings:301 +#: Resources/templates/Localizable.strings:407 #, no-wrap msgid "LayoutID=5" msgstr "" #. type: "HDEFLayoutIDx05_description" -#: Resources/templates/Localizable.strings:283 +#: Resources/templates/Localizable.strings:302 #, no-wrap msgid "" "Set HDEF layout-it to 5:\n" @@ -1177,14 +1235,14 @@ msgstr "" #. type: "HDAULayoutIDx07_title" -#: Resources/templates/Localizable.strings:286 -#: Resources/templates/Localizable.strings:392 +#: Resources/templates/Localizable.strings:305 +#: Resources/templates/Localizable.strings:411 #, no-wrap msgid "LayoutID=7" msgstr "" #. type: "HDEFLayoutIDx07_description" -#: Resources/templates/Localizable.strings:287 +#: Resources/templates/Localizable.strings:306 #, no-wrap msgid "" "Set HDEF layout-it to 7:\n" @@ -1192,14 +1250,14 @@ msgstr "" #. type: "HDAULayoutIDx12_title" -#: Resources/templates/Localizable.strings:290 -#: Resources/templates/Localizable.strings:396 +#: Resources/templates/Localizable.strings:309 +#: Resources/templates/Localizable.strings:415 #, no-wrap msgid "LayoutID=12" msgstr "" #. type: "HDEFLayoutIDx12_description" -#: Resources/templates/Localizable.strings:291 +#: Resources/templates/Localizable.strings:310 #, no-wrap msgid "" "Set HDEF layout-it to 12:\n" @@ -1207,14 +1265,14 @@ msgstr "" #. type: "HDAULayoutIDx32_title" -#: Resources/templates/Localizable.strings:294 -#: Resources/templates/Localizable.strings:400 +#: Resources/templates/Localizable.strings:313 +#: Resources/templates/Localizable.strings:419 #, no-wrap msgid "LayoutID=32" msgstr "" #. type: "HDEFLayoutIDx32_description" -#: Resources/templates/Localizable.strings:295 +#: Resources/templates/Localizable.strings:314 #, no-wrap msgid "" "Set HDEF layout-it to 32:\n" @@ -1222,14 +1280,14 @@ msgstr "" #. type: "HDAULayoutIDx40_title" -#: Resources/templates/Localizable.strings:298 -#: Resources/templates/Localizable.strings:404 +#: Resources/templates/Localizable.strings:317 +#: Resources/templates/Localizable.strings:423 #, no-wrap msgid "LayoutID=40" msgstr "" #. type: "HDEFLayoutIDx40_description" -#: Resources/templates/Localizable.strings:299 +#: Resources/templates/Localizable.strings:318 #, no-wrap msgid "" "Set HDEF layout-it to 40:\n" @@ -1237,14 +1295,14 @@ msgstr "" #. type: "HDAULayoutIDx65_title" -#: Resources/templates/Localizable.strings:302 -#: Resources/templates/Localizable.strings:408 +#: Resources/templates/Localizable.strings:321 +#: Resources/templates/Localizable.strings:427 #, no-wrap msgid "LayoutID=65" msgstr "" #. type: "HDEFLayoutIDx65_description" -#: Resources/templates/Localizable.strings:303 +#: Resources/templates/Localizable.strings:322 #, no-wrap msgid "" "Set HDEF layout-it to 65:\n" @@ -1252,14 +1310,14 @@ msgstr "" #. type: "HDAULayoutIDx99_title" -#: Resources/templates/Localizable.strings:306 -#: Resources/templates/Localizable.strings:412 +#: Resources/templates/Localizable.strings:325 +#: Resources/templates/Localizable.strings:431 #, no-wrap msgid "LayoutID=99" msgstr "" #. type: "HDEFLayoutIDx99_description" -#: Resources/templates/Localizable.strings:307 +#: Resources/templates/Localizable.strings:326 #, no-wrap msgid "" "Set HDEF layout-it to 99:\n" @@ -1267,14 +1325,14 @@ msgstr "" #. type: "HDAULayoutIDx269_title" -#: Resources/templates/Localizable.strings:310 -#: Resources/templates/Localizable.strings:416 +#: Resources/templates/Localizable.strings:329 +#: Resources/templates/Localizable.strings:435 #, no-wrap msgid "LayoutID=269" msgstr "" #. type: "HDEFLayoutIDx269_description" -#: Resources/templates/Localizable.strings:311 +#: Resources/templates/Localizable.strings:330 #, no-wrap msgid "" "Set HDEF layout-it to 269:\n" @@ -1282,14 +1340,14 @@ msgstr "" #. type: "HDAULayoutIDx387_title" -#: Resources/templates/Localizable.strings:314 -#: Resources/templates/Localizable.strings:420 +#: Resources/templates/Localizable.strings:333 +#: Resources/templates/Localizable.strings:439 #, no-wrap msgid "LayoutID=387" msgstr "" #. type: "HDEFLayoutIDx387_description" -#: Resources/templates/Localizable.strings:315 +#: Resources/templates/Localizable.strings:334 #, no-wrap msgid "" "Set HDEF layout-it to 387:\n" @@ -1297,14 +1355,14 @@ msgstr "" #. type: "HDAULayoutIDx388_title" -#: Resources/templates/Localizable.strings:318 -#: Resources/templates/Localizable.strings:424 +#: Resources/templates/Localizable.strings:337 +#: Resources/templates/Localizable.strings:443 #, no-wrap msgid "LayoutID=388" msgstr "" #. type: "HDEFLayoutIDx388_description" -#: Resources/templates/Localizable.strings:319 +#: Resources/templates/Localizable.strings:338 #, no-wrap msgid "" "Set HDEF layout-it to 388:\n" @@ -1312,14 +1370,14 @@ msgstr "" #. type: "HDAULayoutIDx389_title" -#: Resources/templates/Localizable.strings:322 -#: Resources/templates/Localizable.strings:428 +#: Resources/templates/Localizable.strings:341 +#: Resources/templates/Localizable.strings:447 #, no-wrap msgid "LayoutID=389" msgstr "" #. type: "HDEFLayoutIDx389_description" -#: Resources/templates/Localizable.strings:323 +#: Resources/templates/Localizable.strings:342 #, no-wrap msgid "" "Set HDEF layout-it to 389:\n" @@ -1327,14 +1385,14 @@ msgstr "" #. type: "HDAULayoutIDx392_title" -#: Resources/templates/Localizable.strings:326 -#: Resources/templates/Localizable.strings:432 +#: Resources/templates/Localizable.strings:345 +#: Resources/templates/Localizable.strings:451 #, no-wrap msgid "LayoutID=392" msgstr "" #. type: "HDEFLayoutIDx392_description" -#: Resources/templates/Localizable.strings:327 +#: Resources/templates/Localizable.strings:346 #, no-wrap msgid "" "Set HDEF layout-it to 392:\n" @@ -1342,14 +1400,14 @@ msgstr "" #. type: "HDAULayoutIDx398_title" -#: Resources/templates/Localizable.strings:330 -#: Resources/templates/Localizable.strings:436 +#: Resources/templates/Localizable.strings:349 +#: Resources/templates/Localizable.strings:455 #, no-wrap msgid "LayoutID=398" msgstr "" #. type: "HDEFLayoutIDx398_description" -#: Resources/templates/Localizable.strings:331 +#: Resources/templates/Localizable.strings:350 #, no-wrap msgid "" "Set HDEF layout-it to 398:\n" @@ -1357,14 +1415,14 @@ msgstr "" #. type: "HDAULayoutIDx662_title" -#: Resources/templates/Localizable.strings:334 -#: Resources/templates/Localizable.strings:440 +#: Resources/templates/Localizable.strings:353 +#: Resources/templates/Localizable.strings:459 #, no-wrap msgid "LayoutID=662" msgstr "" #. type: "HDEFLayoutIDx662_description" -#: Resources/templates/Localizable.strings:335 +#: Resources/templates/Localizable.strings:354 #, no-wrap msgid "" "Set HDEF layout-it to 662:\n" @@ -1372,14 +1430,14 @@ msgstr "" #. type: "HDAULayoutIDx663_title" -#: Resources/templates/Localizable.strings:338 -#: Resources/templates/Localizable.strings:444 +#: Resources/templates/Localizable.strings:357 +#: Resources/templates/Localizable.strings:463 #, no-wrap msgid "LayoutID=663" msgstr "" #. type: "HDEFLayoutIDx663_description" -#: Resources/templates/Localizable.strings:339 +#: Resources/templates/Localizable.strings:358 #, no-wrap msgid "" "Set HDEF layout-it to 663:\n" @@ -1387,14 +1445,14 @@ msgstr "" #. type: "HDAULayoutIDx664_title" -#: Resources/templates/Localizable.strings:342 -#: Resources/templates/Localizable.strings:448 +#: Resources/templates/Localizable.strings:361 +#: Resources/templates/Localizable.strings:467 #, no-wrap msgid "LayoutID=664" msgstr "" #. type: "HDEFLayoutIDx664_description" -#: Resources/templates/Localizable.strings:343 +#: Resources/templates/Localizable.strings:362 #, no-wrap msgid "" "Set HDEF layout-it to 664:\n" @@ -1402,14 +1460,14 @@ msgstr "" #. type: "HDAULayoutIDx885_title" -#: Resources/templates/Localizable.strings:346 -#: Resources/templates/Localizable.strings:452 +#: Resources/templates/Localizable.strings:365 +#: Resources/templates/Localizable.strings:471 #, no-wrap msgid "LayoutID=885" msgstr "" #. type: "HDEFLayoutIDx885_description" -#: Resources/templates/Localizable.strings:347 +#: Resources/templates/Localizable.strings:366 #, no-wrap msgid "" "Set HDEF layout-it to 885:\n" @@ -1417,14 +1475,14 @@ msgstr "" #. type: "HDAULayoutIDx887_title" -#: Resources/templates/Localizable.strings:350 -#: Resources/templates/Localizable.strings:456 +#: Resources/templates/Localizable.strings:369 +#: Resources/templates/Localizable.strings:475 #, no-wrap msgid "LayoutID=887" msgstr "" #. type: "HDEFLayoutIDx887_description" -#: Resources/templates/Localizable.strings:351 +#: Resources/templates/Localizable.strings:370 #, no-wrap msgid "" "Set HDEF layout-it to 887:\n" @@ -1432,14 +1490,14 @@ msgstr "" #. type: "HDAULayoutIDx888_title" -#: Resources/templates/Localizable.strings:354 -#: Resources/templates/Localizable.strings:460 +#: Resources/templates/Localizable.strings:373 +#: Resources/templates/Localizable.strings:479 #, no-wrap msgid "LayoutID=888" msgstr "" #. type: "HDEFLayoutIDx888_description" -#: Resources/templates/Localizable.strings:355 +#: Resources/templates/Localizable.strings:374 #, no-wrap msgid "" "Set HDEF layout-it to 888:\n" @@ -1447,14 +1505,14 @@ msgstr "" #. type: "HDAULayoutIDx889_title" -#: Resources/templates/Localizable.strings:358 -#: Resources/templates/Localizable.strings:464 +#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:483 #, no-wrap msgid "LayoutID=889" msgstr "" #. type: "HDEFLayoutIDx889_description" -#: Resources/templates/Localizable.strings:359 +#: Resources/templates/Localizable.strings:378 #, no-wrap msgid "" "Set HDEF layout-it to 889:\n" @@ -1462,14 +1520,14 @@ msgstr "" #. type: "HDAULayoutIDx892_title" -#: Resources/templates/Localizable.strings:362 -#: Resources/templates/Localizable.strings:468 +#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:487 #, no-wrap msgid "LayoutID=892" msgstr "" #. type: "HDEFLayoutIDx892_description" -#: Resources/templates/Localizable.strings:363 +#: Resources/templates/Localizable.strings:382 #, no-wrap msgid "" "Set HDEF layout-it to 892:\n" @@ -1477,14 +1535,14 @@ msgstr "" #. type: "HDAULayoutIDx898_title" -#: Resources/templates/Localizable.strings:366 -#: Resources/templates/Localizable.strings:472 +#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:491 #, no-wrap msgid "LayoutID=898" msgstr "" #. type: "HDEFLayoutIDx898_description" -#: Resources/templates/Localizable.strings:367 +#: Resources/templates/Localizable.strings:386 #, no-wrap msgid "" "Set HDEF layout-it to 898:\n" @@ -1492,14 +1550,14 @@ msgstr "" #. type: "HDAULayoutIDxBD7_title" -#: Resources/templates/Localizable.strings:370 -#: Resources/templates/Localizable.strings:476 +#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:495 #, no-wrap msgid "LayoutID=1981" msgstr "" #. type: "HDEFLayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:371 +#: Resources/templates/Localizable.strings:390 #, no-wrap msgid "" "Set HDEF layout-it to 1981:\n" @@ -1507,7 +1565,7 @@ msgstr "" #. type: "HDAULayoutIDx01_description" -#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:396 #, no-wrap msgid "" "Set HDAU layout-it to 1:\n" @@ -1515,7 +1573,7 @@ msgstr "" #. type: "HDAULayoutIDx02_description" -#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:400 #, no-wrap msgid "" "Set HDAU layout-it to 2:\n" @@ -1523,7 +1581,7 @@ msgstr "" #. type: "HDAULayoutIDx03_description" -#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:404 #, no-wrap msgid "" "Set HDAU layout-it to 3:\n" @@ -1531,7 +1589,7 @@ msgstr "" #. type: "HDAULayoutIDx05_description" -#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:408 #, no-wrap msgid "" "Set HDAU layout-it to 5:\n" @@ -1539,7 +1597,7 @@ msgstr "" #. type: "HDAULayoutIDx07_description" -#: Resources/templates/Localizable.strings:393 +#: Resources/templates/Localizable.strings:412 #, no-wrap msgid "" "Set HDAU layout-it to 7:\n" @@ -1547,7 +1605,7 @@ msgstr "" #. type: "HDAULayoutIDx12_description" -#: Resources/templates/Localizable.strings:397 +#: Resources/templates/Localizable.strings:416 #, no-wrap msgid "" "Set HDAU layout-it to 12:\n" @@ -1555,7 +1613,7 @@ msgstr "" #. type: "HDAULayoutIDx32_description" -#: Resources/templates/Localizable.strings:401 +#: Resources/templates/Localizable.strings:420 #, no-wrap msgid "" "Set HDAU layout-it to 32:\n" @@ -1563,7 +1621,7 @@ msgstr "" #. type: "HDAULayoutIDx40_description" -#: Resources/templates/Localizable.strings:405 +#: Resources/templates/Localizable.strings:424 #, no-wrap msgid "" "Set HDAU layout-it to 40:\n" @@ -1571,7 +1629,7 @@ msgstr "" #. type: "HDAULayoutIDx65_description" -#: Resources/templates/Localizable.strings:409 +#: Resources/templates/Localizable.strings:428 #, no-wrap msgid "" "Set HDAU layout-it to 65:\n" @@ -1579,7 +1637,7 @@ msgstr "" #. type: "HDAULayoutIDx99_description" -#: Resources/templates/Localizable.strings:413 +#: Resources/templates/Localizable.strings:432 #, no-wrap msgid "" "Set HDAU layout-it to 99:\n" @@ -1587,7 +1645,7 @@ msgstr "" #. type: "HDAULayoutIDx269_description" -#: Resources/templates/Localizable.strings:417 +#: Resources/templates/Localizable.strings:436 #, no-wrap msgid "" "Set HDAU layout-it to 269:\n" @@ -1595,7 +1653,7 @@ msgstr "" #. type: "HDAULayoutIDx387_description" -#: Resources/templates/Localizable.strings:421 +#: Resources/templates/Localizable.strings:440 #, no-wrap msgid "" "Set HDAU layout-it to 387:\n" @@ -1603,7 +1661,7 @@ msgstr "" #. type: "HDAULayoutIDx388_description" -#: Resources/templates/Localizable.strings:425 +#: Resources/templates/Localizable.strings:444 #, no-wrap msgid "" "Set HDAU layout-it to 388:\n" @@ -1611,7 +1669,7 @@ msgstr "" #. type: "HDAULayoutIDx389_description" -#: Resources/templates/Localizable.strings:429 +#: Resources/templates/Localizable.strings:448 #, no-wrap msgid "" "Set HDAU layout-it to 389:\n" @@ -1619,7 +1677,7 @@ msgstr "" #. type: "HDAULayoutIDx392_description" -#: Resources/templates/Localizable.strings:433 +#: Resources/templates/Localizable.strings:452 #, no-wrap msgid "" "Set HDAU layout-it to 392:\n" @@ -1627,7 +1685,7 @@ msgstr "" #. type: "HDAULayoutIDx398_description" -#: Resources/templates/Localizable.strings:437 +#: Resources/templates/Localizable.strings:456 #, no-wrap msgid "" "Set HDAU layout-it to 398:\n" @@ -1635,7 +1693,7 @@ msgstr "" #. type: "HDAULayoutIDx662_description" -#: Resources/templates/Localizable.strings:441 +#: Resources/templates/Localizable.strings:460 #, no-wrap msgid "" "Set HDAU layout-it to 662:\n" @@ -1643,7 +1701,7 @@ msgstr "" #. type: "HDAULayoutIDx663_description" -#: Resources/templates/Localizable.strings:445 +#: Resources/templates/Localizable.strings:464 #, no-wrap msgid "" "Set HDAU layout-it to 663:\n" @@ -1651,7 +1709,7 @@ msgstr "" #. type: "HDAULayoutIDx664_description" -#: Resources/templates/Localizable.strings:449 +#: Resources/templates/Localizable.strings:468 #, no-wrap msgid "" "Set HDAU layout-it to 664:\n" @@ -1659,7 +1717,7 @@ msgstr "" #. type: "HDAULayoutIDx885_description" -#: Resources/templates/Localizable.strings:453 +#: Resources/templates/Localizable.strings:472 #, no-wrap msgid "" "Set HDAU layout-it to 885:\n" @@ -1667,7 +1725,7 @@ msgstr "" #. type: "HDAULayoutIDx887_description" -#: Resources/templates/Localizable.strings:457 +#: Resources/templates/Localizable.strings:476 #, no-wrap msgid "" "Set HDAU layout-it to 887:\n" @@ -1675,7 +1733,7 @@ msgstr "" #. type: "HDAULayoutIDx888_description" -#: Resources/templates/Localizable.strings:461 +#: Resources/templates/Localizable.strings:480 #, no-wrap msgid "" "Set HDAU layout-it to 888:\n" @@ -1683,7 +1741,7 @@ msgstr "" #. type: "HDAULayoutIDx889_description" -#: Resources/templates/Localizable.strings:465 +#: Resources/templates/Localizable.strings:484 #, no-wrap msgid "" "Set HDAU layout-it to 889:\n" @@ -1691,7 +1749,7 @@ msgstr "" #. type: "HDAULayoutIDx892_description" -#: Resources/templates/Localizable.strings:469 +#: Resources/templates/Localizable.strings:488 #, no-wrap msgid "" "Set HDAU layout-it to 892:\n" @@ -1699,7 +1757,7 @@ msgstr "" #. type: "HDAULayoutIDx898_description" -#: Resources/templates/Localizable.strings:473 +#: Resources/templates/Localizable.strings:492 #, no-wrap msgid "" "Set HDAU layout-it to 898:\n" @@ -1707,7 +1765,7 @@ msgstr "" #. type: "HDAULayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:477 +#: Resources/templates/Localizable.strings:496 #, no-wrap msgid "" "Set HDAU layout-it to 1981:\n" @@ -1715,625 +1773,625 @@ msgstr "" #. type: "IntelCaprix00_title" -#: Resources/templates/Localizable.strings:482 +#: Resources/templates/Localizable.strings:501 #, no-wrap msgid "01660000" msgstr "" #. type: "IntelCaprix00_description" -#: Resources/templates/Localizable.strings:483 +#: Resources/templates/Localizable.strings:502 #, no-wrap msgid "Set 01660000 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix01_title" -#: Resources/templates/Localizable.strings:485 +#: Resources/templates/Localizable.strings:504 #, no-wrap msgid "01660001" msgstr "" #. type: "IntelCaprix01_description" -#: Resources/templates/Localizable.strings:486 +#: Resources/templates/Localizable.strings:505 #, no-wrap msgid "Set 01660001 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix02_title" -#: Resources/templates/Localizable.strings:488 +#: Resources/templates/Localizable.strings:507 #, no-wrap msgid "01660002" msgstr "" #. type: "IntelCaprix02_description" -#: Resources/templates/Localizable.strings:489 +#: Resources/templates/Localizable.strings:508 #, no-wrap msgid "Set 01660002 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix03_title" -#: Resources/templates/Localizable.strings:491 +#: Resources/templates/Localizable.strings:510 #, no-wrap msgid "01660003" msgstr "" #. type: "IntelCaprix03_description" -#: Resources/templates/Localizable.strings:492 +#: Resources/templates/Localizable.strings:511 #, no-wrap msgid "Set 01660003 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix04_title" -#: Resources/templates/Localizable.strings:494 +#: Resources/templates/Localizable.strings:513 #, no-wrap msgid "01660004" msgstr "" #. type: "IntelCaprix04_description" -#: Resources/templates/Localizable.strings:495 +#: Resources/templates/Localizable.strings:514 #, no-wrap msgid "Set 01660004 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix05_title" -#: Resources/templates/Localizable.strings:497 +#: Resources/templates/Localizable.strings:516 #, no-wrap msgid "01620005" msgstr "" #. type: "IntelCaprix05_description" -#: Resources/templates/Localizable.strings:498 +#: Resources/templates/Localizable.strings:517 #, no-wrap msgid "Set 01620005 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix06_title" -#: Resources/templates/Localizable.strings:500 +#: Resources/templates/Localizable.strings:519 #, no-wrap msgid "01620006" msgstr "" #. type: "IntelCaprix06_description" -#: Resources/templates/Localizable.strings:501 +#: Resources/templates/Localizable.strings:520 #, no-wrap msgid "Set 01620006 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix07_title" -#: Resources/templates/Localizable.strings:503 +#: Resources/templates/Localizable.strings:522 #, no-wrap msgid "01620007" msgstr "" #. type: "IntelCaprix07_description" -#: Resources/templates/Localizable.strings:504 +#: Resources/templates/Localizable.strings:523 #, no-wrap msgid "Set 01620007 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix08_title" -#: Resources/templates/Localizable.strings:506 +#: Resources/templates/Localizable.strings:525 #, no-wrap msgid "01660008" msgstr "" #. type: "IntelCaprix08_description" -#: Resources/templates/Localizable.strings:507 +#: Resources/templates/Localizable.strings:526 #, no-wrap msgid "Set 01660008 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix09_title" -#: Resources/templates/Localizable.strings:509 +#: Resources/templates/Localizable.strings:528 #, no-wrap msgid "01660009" msgstr "" #. type: "IntelCaprix09_description" -#: Resources/templates/Localizable.strings:510 +#: Resources/templates/Localizable.strings:529 #, no-wrap msgid "Set 01660009 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix10_title" -#: Resources/templates/Localizable.strings:512 +#: Resources/templates/Localizable.strings:531 #, no-wrap msgid "0166000a" msgstr "" #. type: "IntelCaprix10_description" -#: Resources/templates/Localizable.strings:513 +#: Resources/templates/Localizable.strings:532 #, no-wrap msgid "Set 0166000a for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix11_title" -#: Resources/templates/Localizable.strings:515 +#: Resources/templates/Localizable.strings:534 #, no-wrap msgid "0166000b" msgstr "" #. type: "IntelCaprix11_description" -#: Resources/templates/Localizable.strings:516 +#: Resources/templates/Localizable.strings:535 #, no-wrap msgid "Set 0166000b for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelAzulx00_title" -#: Resources/templates/Localizable.strings:520 +#: Resources/templates/Localizable.strings:539 #, no-wrap msgid "00000604" msgstr "" #. type: "IntelAzulx00_description" -#: Resources/templates/Localizable.strings:521 +#: Resources/templates/Localizable.strings:540 #, no-wrap msgid "Set 00000604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx01_title" -#: Resources/templates/Localizable.strings:523 +#: Resources/templates/Localizable.strings:542 #, no-wrap msgid "0000060c" msgstr "" #. type: "IntelAzulx01_description" -#: Resources/templates/Localizable.strings:524 +#: Resources/templates/Localizable.strings:543 #, no-wrap msgid "Set 0000060c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx02_title" -#: Resources/templates/Localizable.strings:526 +#: Resources/templates/Localizable.strings:545 #, no-wrap msgid "00001604" msgstr "" #. type: "IntelAzulx02_description" -#: Resources/templates/Localizable.strings:527 +#: Resources/templates/Localizable.strings:546 #, no-wrap msgid "Set 00001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx03_title" -#: Resources/templates/Localizable.strings:529 +#: Resources/templates/Localizable.strings:548 #, no-wrap msgid "0000160a" msgstr "" #. type: "IntelAzulx03_description" -#: Resources/templates/Localizable.strings:530 +#: Resources/templates/Localizable.strings:549 #, no-wrap msgid "Set 0000160a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx04_title" -#: Resources/templates/Localizable.strings:532 +#: Resources/templates/Localizable.strings:551 #, no-wrap msgid "0000160c" msgstr "" #. type: "IntelAzulx04_description" -#: Resources/templates/Localizable.strings:533 +#: Resources/templates/Localizable.strings:552 #, no-wrap msgid "Set 0000160c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx05_title" -#: Resources/templates/Localizable.strings:535 +#: Resources/templates/Localizable.strings:554 #, no-wrap msgid "00002604" msgstr "" #. type: "IntelAzulx05_description" -#: Resources/templates/Localizable.strings:536 +#: Resources/templates/Localizable.strings:555 #, no-wrap msgid "Set 00002604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx06_title" -#: Resources/templates/Localizable.strings:538 +#: Resources/templates/Localizable.strings:557 #, no-wrap msgid "0000260a" msgstr "" #. type: "IntelAzulx06_description" -#: Resources/templates/Localizable.strings:539 +#: Resources/templates/Localizable.strings:558 #, no-wrap msgid "Set 0000260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx07_title" -#: Resources/templates/Localizable.strings:541 +#: Resources/templates/Localizable.strings:560 #, no-wrap msgid "0000260c" msgstr "" #. type: "IntelAzulx07_description" -#: Resources/templates/Localizable.strings:542 +#: Resources/templates/Localizable.strings:561 #, no-wrap msgid "Set 0600260c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx08_title" -#: Resources/templates/Localizable.strings:544 +#: Resources/templates/Localizable.strings:563 #, no-wrap msgid "0000260d" msgstr "" #. type: "IntelAzulx08_description" -#: Resources/templates/Localizable.strings:545 +#: Resources/templates/Localizable.strings:564 #, no-wrap msgid "Set 0000260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx09_title" -#: Resources/templates/Localizable.strings:547 +#: Resources/templates/Localizable.strings:566 #, no-wrap msgid "02001604" msgstr "" #. type: "IntelAzulx09_description" -#: Resources/templates/Localizable.strings:548 +#: Resources/templates/Localizable.strings:567 #, no-wrap msgid "Set 02001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx10_title" -#: Resources/templates/Localizable.strings:550 +#: Resources/templates/Localizable.strings:569 #, no-wrap msgid "0300220d" msgstr "" #. type: "IntelAzulx10_description" -#: Resources/templates/Localizable.strings:551 +#: Resources/templates/Localizable.strings:570 #, no-wrap msgid "Set 0300220d for Intel Haswell (Desktop) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx11_title" -#: Resources/templates/Localizable.strings:553 +#: Resources/templates/Localizable.strings:572 #, no-wrap msgid "0500260a" msgstr "" #. type: "IntelAzulx11_description" -#: Resources/templates/Localizable.strings:554 +#: Resources/templates/Localizable.strings:573 #, no-wrap msgid "Set 0500260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx12_title" -#: Resources/templates/Localizable.strings:556 +#: Resources/templates/Localizable.strings:575 #, no-wrap msgid "0600260a" msgstr "" #. type: "IntelAzulx12_description" -#: Resources/templates/Localizable.strings:557 +#: Resources/templates/Localizable.strings:576 #, no-wrap msgid "Set 0600260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx13_title" -#: Resources/templates/Localizable.strings:559 +#: Resources/templates/Localizable.strings:578 #, no-wrap msgid "0700260d" msgstr "" #. type: "IntelAzulx13_description" -#: Resources/templates/Localizable.strings:560 +#: Resources/templates/Localizable.strings:579 #, no-wrap msgid "Set 0700260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx14_title" -#: Resources/templates/Localizable.strings:562 +#: Resources/templates/Localizable.strings:581 #, no-wrap msgid "0800260a" msgstr "" #. type: "IntelAzulx14_description" -#: Resources/templates/Localizable.strings:563 +#: Resources/templates/Localizable.strings:582 #, no-wrap msgid "Set 0800260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx15_title" -#: Resources/templates/Localizable.strings:565 +#: Resources/templates/Localizable.strings:584 #, no-wrap msgid "08002e0a" msgstr "" #. type: "IntelAzulx15_description" -#: Resources/templates/Localizable.strings:566 +#: Resources/templates/Localizable.strings:585 #, no-wrap msgid "Set 08002e0a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "AD2000B_PinConf_title" -#: Resources/templates/Localizable.strings:570 +#: Resources/templates/Localizable.strings:589 #, no-wrap msgid "AD2000b" msgstr "" #. type: "AD2000B_PinConf_description" -#: Resources/templates/Localizable.strings:571 +#: Resources/templates/Localizable.strings:590 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD2000b." msgstr "" #. type: "AD1981HD_PinConf_title" -#: Resources/templates/Localizable.strings:573 +#: Resources/templates/Localizable.strings:592 #, no-wrap msgid "AD1981HD" msgstr "" #. type: "AD1981HD_PinConf_description" -#: Resources/templates/Localizable.strings:574 +#: Resources/templates/Localizable.strings:593 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1981HD." msgstr "" #. type: "AD1988B_PinConf_title" -#: Resources/templates/Localizable.strings:576 +#: Resources/templates/Localizable.strings:595 #, no-wrap msgid "AD1988b" msgstr "" #. type: "AD1988B_PinConf_description" -#: Resources/templates/Localizable.strings:577 +#: Resources/templates/Localizable.strings:596 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1988b." msgstr "" #. type: "ALC888_PinConf_title" -#: Resources/templates/Localizable.strings:579 +#: Resources/templates/Localizable.strings:598 #, no-wrap msgid "ALC888" msgstr "" #. type: "ALC888_PinConf_description" -#: Resources/templates/Localizable.strings:580 +#: Resources/templates/Localizable.strings:599 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC888." msgstr "" #. type: "ALC1200_PinConf_title" -#: Resources/templates/Localizable.strings:582 +#: Resources/templates/Localizable.strings:601 #, no-wrap msgid "ALC1200" msgstr "" #. type: "ALC1200_PinConf_description" -#: Resources/templates/Localizable.strings:583 +#: Resources/templates/Localizable.strings:602 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC1200." msgstr "" #. type: "00_PinConf_title" -#: Resources/templates/Localizable.strings:585 +#: Resources/templates/Localizable.strings:604 #, no-wrap msgid "00" msgstr "" #. type: "00_PinConf_description" -#: Resources/templates/Localizable.strings:586 +#: Resources/templates/Localizable.strings:605 #, no-wrap msgid "Set HDEF PinConfiguration for ???." msgstr "" #. type: "GraphicsEnabler_title" -#: Resources/templates/Localizable.strings:590 +#: Resources/templates/Localizable.strings:609 #, no-wrap msgid "GraphicsEnabler=Yes" msgstr "" #. type: "GraphicsEnabler_description" -#: Resources/templates/Localizable.strings:591 +#: Resources/templates/Localizable.strings:610 #, no-wrap msgid "Enables the option to autodetect NVIDIA, AMD/ATI or Intel based GPUs and inject the correct info." msgstr "" #. type: "EnableHDMIAudio_title" -#: Resources/templates/Localizable.strings:593 +#: Resources/templates/Localizable.strings:612 #, no-wrap msgid "EnableHDMIAudio=Yes" msgstr "" #. type: "EnableHDMIAudio_description" -#: Resources/templates/Localizable.strings:594 +#: Resources/templates/Localizable.strings:613 #, no-wrap msgid "Inject HDMi audio for NVIDIA or AMD/ATI." msgstr "" #. type: "UseIntelHDMI_title" -#: Resources/templates/Localizable.strings:596 +#: Resources/templates/Localizable.strings:615 #, no-wrap msgid "UseIntelHDMI=Yes" msgstr "" #. type: "UseIntelHDMI_description" -#: Resources/templates/Localizable.strings:597 +#: Resources/templates/Localizable.strings:616 #, no-wrap msgid "If YES, hda-gfx=onboard-1 will be injected into the GFX0 and HDEF devices. Also, if an ATI or Nvidia HDMI device is present, they'll be assigned to onboard-2. If NO, then ATI or Nvidia devices will get onboard-1 as well as the HDAU device if present." msgstr "" #. type: "UseAtiROM_title" -#: Resources/templates/Localizable.strings:599 +#: Resources/templates/Localizable.strings:618 #, no-wrap msgid "UseAtiROM=Yes" msgstr "" #. type: "UseAtiROM_description" -#: Resources/templates/Localizable.strings:600 +#: Resources/templates/Localizable.strings:619 #, no-wrap msgid "Enables UseAtiROM options." msgstr "" #. type: "UseNvidiaROM_title" -#: Resources/templates/Localizable.strings:602 +#: Resources/templates/Localizable.strings:621 #, no-wrap msgid "UseNvidiaROM=Yes" msgstr "" #. type: "UseNvidiaROM_description" -#: Resources/templates/Localizable.strings:603 +#: Resources/templates/Localizable.strings:622 #, no-wrap msgid "Enables UseNvidiaROM options." msgstr "" #. type: "VBIOS_title" -#: Resources/templates/Localizable.strings:605 +#: Resources/templates/Localizable.strings:624 #, no-wrap msgid "VBIOS=Yes" msgstr "" #. type: "VBIOS_description" -#: Resources/templates/Localizable.strings:606 +#: Resources/templates/Localizable.strings:625 #, no-wrap msgid "Enables VBIOS option" msgstr "" #. type: "SkipIntelGfx_title" -#: Resources/templates/Localizable.strings:608 +#: Resources/templates/Localizable.strings:627 #, no-wrap msgid "SkipIntelGfx=Yes" msgstr "" #. type: "SkipIntelGfx_description" -#: Resources/templates/Localizable.strings:609 +#: Resources/templates/Localizable.strings:628 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for Intel based GPUs." msgstr "" #. type: "SkipNvidiaGfx_title" -#: Resources/templates/Localizable.strings:611 +#: Resources/templates/Localizable.strings:630 #, no-wrap msgid "SkipNvidiaGfx=Yes" msgstr "" #. type: "SkipNvidiaGfx_description" -#: Resources/templates/Localizable.strings:612 +#: Resources/templates/Localizable.strings:631 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for NVIDIA based GPUs." msgstr "" #. type: "SkipAtiGfx_title" -#: Resources/templates/Localizable.strings:614 +#: Resources/templates/Localizable.strings:633 #, no-wrap msgid "SkipAtiGfx=Yes" msgstr "" #. type: "SkipAtiGfx_description" -#: Resources/templates/Localizable.strings:615 +#: Resources/templates/Localizable.strings:634 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for AMD/ATI based GPUs." msgstr "" #. type: "EnableBacklight_title" -#: Resources/templates/Localizable.strings:617 +#: Resources/templates/Localizable.strings:636 #, no-wrap msgid "EnableBacklight=Yes" msgstr "" #. type: "EnableBacklight_description" -#: Resources/templates/Localizable.strings:618 +#: Resources/templates/Localizable.strings:637 #, no-wrap msgid "Enables Backlight options for laptop with nVidia cards." msgstr "" #. type: "EnableDualLink_title" -#: Resources/templates/Localizable.strings:620 +#: Resources/templates/Localizable.strings:639 #, no-wrap msgid "EnableDualLink=Yes" msgstr "" #. type: "EnableDualLink_description" -#: Resources/templates/Localizable.strings:621 +#: Resources/templates/Localizable.strings:640 #, no-wrap msgid "Enables DualLink options for nVidia and ATi cards." msgstr "" #. type: "NvidiaGeneric_title" -#: Resources/templates/Localizable.strings:623 +#: Resources/templates/Localizable.strings:642 #, no-wrap msgid "NvidiaGeneric=Yes" msgstr "" #. type: "NvidiaGeneric_description" -#: Resources/templates/Localizable.strings:624 +#: Resources/templates/Localizable.strings:643 #, no-wrap msgid "Use the classic Nvidia name for the SystemProfiler (disabled by default)." msgstr "" #. type: "Verbose_title" -#: Resources/templates/Localizable.strings:630 +#: Resources/templates/Localizable.strings:649 #, no-wrap msgid "Verbose Mode" msgstr "" #. type: "Verbose_description" -#: Resources/templates/Localizable.strings:631 +#: Resources/templates/Localizable.strings:650 #, no-wrap msgid "Turns on verbose logging and allows you to see messages from both Chameleon and the OS X kernel at boot time. Essential for troubleshooting." msgstr "" #. type: "Singleusermode_title" -#: Resources/templates/Localizable.strings:633 +#: Resources/templates/Localizable.strings:652 #, no-wrap msgid "Single User Mode" msgstr "" #. type: "Singleusermode_description" -#: Resources/templates/Localizable.strings:634 +#: Resources/templates/Localizable.strings:653 #, no-wrap msgid "A troubleshooting option used for booting into OS X's BSD/Unix command line." msgstr "" #. type: "Ignorecaches_title" -#: Resources/templates/Localizable.strings:636 +#: Resources/templates/Localizable.strings:655 #, no-wrap msgid "Ignore Caches" msgstr "" #. type: "Ignorecaches_description" -#: Resources/templates/Localizable.strings:637 +#: Resources/templates/Localizable.strings:656 #, no-wrap msgid "Not an option that's needed for everyday booting, but it can be useful if you want OS X to load all files from it's system folders, rather than relying on it's pre-built caches." msgstr "" #. type: "Npci_title" -#: Resources/templates/Localizable.strings:639 +#: Resources/templates/Localizable.strings:658 #, no-wrap msgid "npci=0x2000" msgstr "" #. type: "Npci_description" -#: Resources/templates/Localizable.strings:640 +#: Resources/templates/Localizable.strings:659 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x2000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "" #. type: "Npci3_title" -#: Resources/templates/Localizable.strings:642 +#: Resources/templates/Localizable.strings:661 #, no-wrap msgid "npci=0x3000" msgstr "" #. type: "Npci3_description" -#: Resources/templates/Localizable.strings:643 +#: Resources/templates/Localizable.strings:662 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x3000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "" #. type: "WaitingRootDevice_title" -#: Resources/templates/Localizable.strings:645 +#: Resources/templates/Localizable.strings:664 #, no-wrap msgid "ahcidisk=1 debug=8" msgstr "" #. type: "WaitingRootDevice_description" -#: Resources/templates/Localizable.strings:646 +#: Resources/templates/Localizable.strings:665 #, no-wrap msgid "" "Info here: Waiting for root device when kernel cache used only with some disks +FIX\n" @@ -2342,25 +2400,25 @@ msgstr "" #. type: "Darkwake_title" -#: Resources/templates/Localizable.strings:650 +#: Resources/templates/Localizable.strings:669 #, no-wrap msgid "darkwake=0" msgstr "" #. type: "Darkwake_description" -#: Resources/templates/Localizable.strings:651 +#: Resources/templates/Localizable.strings:670 #, no-wrap msgid "Lion only. Disables the 'low power wake' feature which can sometimes leave the screen black after wake from sleep." msgstr "" #. type: "NvdaDrv1_title" -#: Resources/templates/Localizable.strings:653 +#: Resources/templates/Localizable.strings:672 #, no-wrap msgid "nvda_drv=1" msgstr "" #. type: "NvdaDrv1_description" -#: Resources/templates/Localizable.strings:654 +#: Resources/templates/Localizable.strings:673 #, no-wrap msgid "" "It introduces a new Preference Pane under System Preferences that allows you to enable the Nvidia Web Driver.\n" @@ -2370,25 +2428,25 @@ msgstr "" #. type: "kext-dev-mode1_title" -#: Resources/templates/Localizable.strings:659 +#: Resources/templates/Localizable.strings:678 #, no-wrap msgid "kext-dev-mode=1" msgstr "" #. type: "kext-dev-mode1_description" -#: Resources/templates/Localizable.strings:660 +#: Resources/templates/Localizable.strings:679 #, no-wrap msgid "In Yosemite Developer Previews, unsigned or improperly signed kexts will not be loaded. To use unsigned kexts during development, this strict check can be disabled by adding a 'kext-dev-mode=1' boot arg." msgstr "" #. type: "Dart0_title" -#: Resources/templates/Localizable.strings:662 +#: Resources/templates/Localizable.strings:681 #, no-wrap msgid "dart=0" msgstr "" #. type: "Dart0_description" -#: Resources/templates/Localizable.strings:663 +#: Resources/templates/Localizable.strings:682 #, no-wrap msgid "" "Avoiding the DMAR processing causing by VT-d function in Osx (Virtualization).\n" @@ -2396,277 +2454,283 @@ msgstr "" #. type: "mac-de_title" -#: Resources/templates/Localizable.strings:670 +#: Resources/templates/Localizable.strings:689 #, no-wrap msgid "German Mac Keyboard" msgstr "" #. type: "mac-de_description" -#: Resources/templates/Localizable.strings:671 +#: Resources/templates/Localizable.strings:690 #, no-wrap msgid "Use the keyboard layout for a German Mac keyboard" msgstr "" #. type: "mac-es_title" -#: Resources/templates/Localizable.strings:673 +#: Resources/templates/Localizable.strings:692 #, no-wrap msgid "Spanish Mac Keyboard" msgstr "" #. type: "mac-es_description" -#: Resources/templates/Localizable.strings:674 +#: Resources/templates/Localizable.strings:693 #, no-wrap msgid "Use the keyboard layout for a Spanish Mac keyboard" msgstr "" #. type: "mac-fr_title" -#: Resources/templates/Localizable.strings:676 +#: Resources/templates/Localizable.strings:695 #, no-wrap msgid "French Mac Keyboard" msgstr "" #. type: "mac-fr_description" -#: Resources/templates/Localizable.strings:677 +#: Resources/templates/Localizable.strings:696 #, no-wrap msgid "Use the keyboard layout for a French Mac keyboard" msgstr "" #. type: "mac-it_title" -#: Resources/templates/Localizable.strings:679 +#: Resources/templates/Localizable.strings:698 #, no-wrap msgid "Italian Mac Keyboard" msgstr "" #. type: "mac-it_description" -#: Resources/templates/Localizable.strings:680 +#: Resources/templates/Localizable.strings:699 #, no-wrap msgid "Use the keyboard layout for an Italian Mac keyboard" msgstr "" #. type: "mac-se_title" -#: Resources/templates/Localizable.strings:682 +#: Resources/templates/Localizable.strings:701 #, no-wrap msgid "Swedish Mac Keyboard" msgstr "" #. type: "mac-se_description" -#: Resources/templates/Localizable.strings:683 +#: Resources/templates/Localizable.strings:702 #, no-wrap msgid "Use the keyboard layout for a Swedish Mac keyboard" msgstr "" #. type: "pc-fr_title" -#: Resources/templates/Localizable.strings:685 +#: Resources/templates/Localizable.strings:704 #, no-wrap msgid "French PC Keyboard" msgstr "" #. type: "pc-fr_description" -#: Resources/templates/Localizable.strings:686 +#: Resources/templates/Localizable.strings:705 #, no-wrap msgid "Use the keyboard layout for a French PC keyboard" msgstr "" #. type: "Embed_title" -#: Resources/templates/Localizable.strings:693 +#: Resources/templates/Localizable.strings:712 #, no-wrap msgid "Embed" msgstr "" #. type: "Embed_description" -#: Resources/templates/Localizable.strings:694 +#: Resources/templates/Localizable.strings:713 #, no-wrap msgid "A smaller simple version of the new default theme used when building a version of Chameleon which requires an embedded theme." msgstr "" #. type: "Legacy_title" -#: Resources/templates/Localizable.strings:696 +#: Resources/templates/Localizable.strings:715 #, no-wrap msgid "Legacy" msgstr "" #. type: "Legacy_description" -#: Resources/templates/Localizable.strings:697 +#: Resources/templates/Localizable.strings:716 #, no-wrap msgid "Chameleon's original default theme introduced for v2.0 RC1" msgstr "" +#. type: "Default_title" +#: Resources/templates/Localizable.strings:718 +#, no-wrap +msgid "Standard" +msgstr "" + #. type: "Default_description" -#: Resources/templates/Localizable.strings:700 +#: Resources/templates/Localizable.strings:719 #, no-wrap msgid "Chameleon default theme introduced for v2.0 RC5" msgstr "" #. type: "Bullet_title" -#: Resources/templates/Localizable.strings:702 +#: Resources/templates/Localizable.strings:721 #, no-wrap msgid "Bullet" msgstr "" #. type: "Bullet_description" -#: Resources/templates/Localizable.strings:703 +#: Resources/templates/Localizable.strings:722 #, no-wrap msgid "A lovely simple theme by NoSmokingBandit from April 2009." msgstr "" #. type: "Audio_title" -#: Resources/templates/Localizable.strings:712 +#: Resources/templates/Localizable.strings:731 #, no-wrap msgid "Audio" msgstr "" #. type: "Audio_description" -#: Resources/templates/Localizable.strings:713 +#: Resources/templates/Localizable.strings:732 #, no-wrap msgid "A selection of options that deal with audio." msgstr "" #. type: "Control_title" -#: Resources/templates/Localizable.strings:716 +#: Resources/templates/Localizable.strings:735 #, no-wrap msgid "Control Options" msgstr "" #. type: "Control_description" -#: Resources/templates/Localizable.strings:717 +#: Resources/templates/Localizable.strings:736 #, no-wrap msgid "Settings to control how Chameleon works." msgstr "" #. type: "General_title" -#: Resources/templates/Localizable.strings:720 +#: Resources/templates/Localizable.strings:739 #, no-wrap msgid "General Options" msgstr "" #. type: "General_description" -#: Resources/templates/Localizable.strings:721 +#: Resources/templates/Localizable.strings:740 #, no-wrap msgid "Choose from a selection of base options." msgstr "" #. type: "KernelFlags_title" -#: Resources/templates/Localizable.strings:724 +#: Resources/templates/Localizable.strings:743 #, no-wrap msgid "Kernel Flags" msgstr "" #. type: "KernelFlags_description" -#: Resources/templates/Localizable.strings:725 +#: Resources/templates/Localizable.strings:744 #, no-wrap msgid "Choose from a selection of kernel flags." msgstr "" #. type: "PowerManagement_title" -#: Resources/templates/Localizable.strings:728 +#: Resources/templates/Localizable.strings:747 #, no-wrap msgid "Power Management" msgstr "" #. type: "PowerManagement_description" -#: Resources/templates/Localizable.strings:729 +#: Resources/templates/Localizable.strings:748 #, no-wrap msgid "A selection of options that deal with power management and speedstep." msgstr "" #. type: "Resolution_description" -#: Resources/templates/Localizable.strings:733 +#: Resources/templates/Localizable.strings:752 #, no-wrap msgid "Set one resolution to use." msgstr "" #. type: "HDEFLayout_title" -#: Resources/templates/Localizable.strings:736 +#: Resources/templates/Localizable.strings:755 #, no-wrap msgid "HDEF Layout" msgstr "" #. type: "HDEFLayout_description" -#: Resources/templates/Localizable.strings:737 +#: Resources/templates/Localizable.strings:756 #, no-wrap msgid "Set one HDEF Layout ID to use for your HDA controller." msgstr "" #. type: "HDAULayout_title" -#: Resources/templates/Localizable.strings:740 +#: Resources/templates/Localizable.strings:759 #, no-wrap msgid "HDAU Layout" msgstr "" #. type: "HDAULayout_description" -#: Resources/templates/Localizable.strings:741 +#: Resources/templates/Localizable.strings:760 #, no-wrap msgid "Set one HDAU Layout ID to use for your HDMi controller." msgstr "" #. type: "IntelCapri_title" -#: Resources/templates/Localizable.strings:744 +#: Resources/templates/Localizable.strings:763 #, no-wrap msgid "Intel Capri AAPL,ig-platform-id" msgstr "" #. type: "IntelCapri_description" -#: Resources/templates/Localizable.strings:745 +#: Resources/templates/Localizable.strings:764 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD4000." msgstr "" #. type: "IntelAzul_title" -#: Resources/templates/Localizable.strings:748 +#: Resources/templates/Localizable.strings:767 #, no-wrap msgid "Intel Azul AAPL,ig-platform-id" msgstr "" #. type: "IntelAzul_description" -#: Resources/templates/Localizable.strings:749 +#: Resources/templates/Localizable.strings:768 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD5000." msgstr "" #. type: "HDEFPinConfiguration_title" -#: Resources/templates/Localizable.strings:752 +#: Resources/templates/Localizable.strings:771 #, no-wrap msgid "HDEF PinConfiguration" msgstr "" #. type: "HDEFPinConfiguration_description" -#: Resources/templates/Localizable.strings:753 +#: Resources/templates/Localizable.strings:772 #, no-wrap msgid "Set one HDEF PinConfiguration to use." msgstr "" #. type: "Video_title" -#: Resources/templates/Localizable.strings:756 +#: Resources/templates/Localizable.strings:775 #, no-wrap msgid "Video" msgstr "" #. type: "Video_description" -#: Resources/templates/Localizable.strings:757 +#: Resources/templates/Localizable.strings:776 #, no-wrap msgid "A selection of options that deal with video." msgstr "" #. type: "Keymaps_title" -#: Resources/templates/Localizable.strings:760 +#: Resources/templates/Localizable.strings:779 #, no-wrap msgid "KeyLayout" msgstr "" #. type: "Keymaps_description" -#: Resources/templates/Localizable.strings:761 +#: Resources/templates/Localizable.strings:780 #, no-wrap msgid "Select one keylayout to use. This will also install the Keylayout module and keymaps." msgstr "" #. type: "Themes_title" -#: Resources/templates/Localizable.strings:767 +#: Resources/templates/Localizable.strings:786 #, no-wrap msgid "Themes" msgstr "" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:768 +#: Resources/templates/Localizable.strings:787 #, 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 2678) +++ branches/ErmaC/Enoch/package/po/zh_TW.po (revision 2679) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Chameleon 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-13 18:09+0000\n" +"POT-Creation-Date: 2015-05-10 14:42+0200\n" "PO-Revision-Date: 2015-02-13 18:38-0000\n" "Last-Translator: crazybirdy <>\n" "Language-Team: zh_TW \n" @@ -21,13 +21,15 @@ #. type: Content of:

#: Resources/templates/Welcome.html:22 -msgid "Chameleon" -msgstr "Chameleon" +msgid "Enoch" +msgstr "" #. type: Content of:

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

#: Resources/templates/Welcome.html:25 @@ -259,63 +261,125 @@ "boot1 (在分割區的開機磁區 boot-sector) 搜尋 boot2。\n" "boot2 (在分割區的根目錄) 載入系統核心等等。" -#. type: "Default_title" +#. type: "BootNo_title" #: Resources/templates/Localizable.strings:25 -#: Resources/templates/Localizable.strings:699 #, no-wrap -msgid "Standard" -msgstr "標準安裝" +msgid "Don't install the Bootloader" +msgstr "不安裝" -#. type: "Standard_description" +#. type: "BootNo_description" #: Resources/templates/Localizable.strings:26 #, no-wrap -msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." -msgstr "此選項會安裝三個必要檔案,並依照您的系統需求將 boot0 或 boot0md 寫入 MBR 的前 440 位元,以避免損壞任何已經存在的 Windows 機碼。然後 boot0 會在第一個啟動分割區搜尋 boot1h,而 boot0md 可以在第二個硬碟的第一個啟動分割區搜尋 boot1h。" +msgid "Useful if you only want to install the extra's." +msgstr "不安裝變色龍引導器 (適用於僅安裝 Extra 組件)。" -#. type: "noboot_title" +#. type: "Stages_title" #: Resources/templates/Localizable.strings:28 -#, no-wrap -msgid "Don't install the Bootloader" -msgstr "不安裝" +#, fuzzy, no-wrap +#| msgid "Chameleon Bootloader Package" +msgid "Bootloader Stages" +msgstr "Chameleon" -#. type: "noboot_description" +#. type: "Stages_description" #: Resources/templates/Localizable.strings:29 #, no-wrap -msgid "Useful if you only want to install the extra's." -msgstr "不安裝變色龍引導器 (適用於僅安裝 Extra 組件)。" +msgid "" +"Here you can chose to skip the bootloader installation completely or partially.\n" +"This can be usefull if you want to write Extra's, or skip some stage (0,1 and activation of the target partition).\n" +"Skipping all stages permit you to leave as is already working boot sectors, especially usefull with 4k drives.\n" +"boot is always copied to the target partition when you are skipping one or more stages." +msgstr "" +#. type: "SkipStage0_title" +#: Resources/templates/Localizable.strings:34 +#, no-wrap +msgid "Skip Stage 0" +msgstr "" + +#. type: "SkipStage0_description" +#: Resources/templates/Localizable.strings:35 +#, no-wrap +msgid "" +"Avoid writing stage 0 to the target disk.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipStage1_title" +#: Resources/templates/Localizable.strings:38 +#, no-wrap +msgid "Skip Stage 1" +msgstr "" + +#. type: "SkipStage1_description" +#: Resources/templates/Localizable.strings:39 +#, no-wrap +msgid "" +"Avoid writing stage 1 to the partition boot sector.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipActivePartition_title" +#: Resources/templates/Localizable.strings:42 +#, no-wrap +msgid "Skip Activation" +msgstr "" + +#. type: "SkipActivePartition_description" +#: Resources/templates/Localizable.strings:43 +#, no-wrap +msgid "" +"Prevents activation of the target partition.\n" +"Some old motherboards have a bad implementation of GPT in bios and they can not find partitions if marked active unger Guid Partition Table.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "Standard_title" +#: Resources/templates/Localizable.strings:47 +#, fuzzy, no-wrap +#| msgid " has been written to the root of your chosen partition." +msgid "Install Chameleon in the chosen partition." +msgstr " 紀錄文件。" + +#. type: "Standard_description" +#: Resources/templates/Localizable.strings:48 +#, fuzzy, no-wrap +#| msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." +msgid "Install Chameleon's files to the root of the selected partition using either boot0, boot0md or boot0hfs depending on your system without destroying any existing Windows installation if you have one." +msgstr "此選項會安裝三個必要檔案,並依照您的系統需求將 boot0 或 boot0md 寫入 MBR 的前 440 位元,以避免損壞任何已經存在的 Windows 機碼。然後 boot0 會在第一個啟動分割區搜尋 boot1h,而 boot0md 可以在第二個硬碟的第一個啟動分割區搜尋 boot1h。" + #. type: "EFI_title" -#: Resources/templates/Localizable.strings:31 +#: Resources/templates/Localizable.strings:50 #, no-wrap msgid "Install Chameleon in the ESP" msgstr "" #. type: "EFI_description" -#: Resources/templates/Localizable.strings:32 -#, no-wrap -msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +#: Resources/templates/Localizable.strings:51 +#, fuzzy, no-wrap +#| msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0, boot0md or boot0hfs depending on your system." msgstr "此選項會安裝三個必要檔案到正常隱藏的 EFI 分割區,並依照您的系統需求將 boot0 或 boot0md 寫入 MBR 的前 440 位元,以避免損壞任何已經存在的 Windows 機碼。然後 boot0 會在第一個啟動分割區搜尋 boot1h,而 boot0md 可以在第二個硬碟的第一個啟動分割區搜尋 boot1h。" #. type: "Module_title" -#: Resources/templates/Localizable.strings:37 +#: Resources/templates/Localizable.strings:56 #, no-wrap msgid "Modules" msgstr "模組選項" #. type: "Module_description" -#: Resources/templates/Localizable.strings:38 +#: Resources/templates/Localizable.strings:57 #, no-wrap msgid "The modules system incorporated in chameleon allows for a user or developer to extend the core functionality of chameleon without replacing the main boot file." msgstr "這合併在變色龍的模組系統,允許用戶或開發者在不須替換主要 boot 文件下,可以擴展核心功能。" #. type: "klibc_title" -#: Resources/templates/Localizable.strings:40 +#: Resources/templates/Localizable.strings:59 #, no-wrap msgid "klibc" msgstr "klibc" #. type: "klibc_description" -#: Resources/templates/Localizable.strings:41 +#: Resources/templates/Localizable.strings:60 #, no-wrap msgid "" "This module provides a standard c library for modules to link to if the library provided by chameleon is insufficient.\n" @@ -328,13 +392,13 @@ "源代碼: http://www.kernel.org/pub/linux/libs/klibc/" #. type: "ACPICodec_title" -#: Resources/templates/Localizable.strings:45 +#: Resources/templates/Localizable.strings:64 #, no-wrap msgid "ACPICodec" msgstr "ACPICodec" #. type: "ACPICodec_description" -#: Resources/templates/Localizable.strings:46 +#: Resources/templates/Localizable.strings:65 #, no-wrap msgid "" "This module provides a substitute for the internal acpi patcher.\n" @@ -345,13 +409,13 @@ "依存: 無" #. type: "HDAEnabler_title" -#: Resources/templates/Localizable.strings:49 +#: Resources/templates/Localizable.strings:68 #, no-wrap msgid "HDAEnabler" msgstr "HDAEnabler" #. type: "HDAEnabler_description" -#: Resources/templates/Localizable.strings:50 +#: Resources/templates/Localizable.strings:69 #, no-wrap msgid "" "HDAEnabler module, this module provides a substitute for the Hight Definition Audio DSDT Edits.\n" @@ -362,13 +426,13 @@ "依存: 無" #. type: "FileNVRAM_title" -#: Resources/templates/Localizable.strings:53 +#: Resources/templates/Localizable.strings:72 #, no-wrap msgid "FileNVRAM" msgstr "FileNVRAM" #. type: "FileNVRAM_description" -#: Resources/templates/Localizable.strings:54 +#: Resources/templates/Localizable.strings:73 #, no-wrap msgid "" "FileNVRAM module for preloading NVRAM values.\n" @@ -379,13 +443,13 @@ "依存: 無" #. type: "Sata_title" -#: Resources/templates/Localizable.strings:57 +#: Resources/templates/Localizable.strings:76 #, no-wrap msgid "Sata" msgstr "Sata" #. type: "Sata_description" -#: Resources/templates/Localizable.strings:58 +#: Resources/templates/Localizable.strings:77 #, no-wrap msgid "" "Sata module, known as YellowIconFixer in cparm's branch.\n" @@ -398,14 +462,14 @@ "依存: 無" #. type: "Resolution_title" -#: Resources/templates/Localizable.strings:62 -#: Resources/templates/Localizable.strings:732 +#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:751 #, no-wrap msgid "Resolution" msgstr "解析度" #. type: "AutoReso_description" -#: Resources/templates/Localizable.strings:63 +#: Resources/templates/Localizable.strings:82 #, no-wrap msgid "" "This module reads the edid information from the monitor attached to the main display.\n" @@ -418,13 +482,13 @@ "另外,此模組會修正早期 Intel HD 顯示卡的 VESA 模式,可在開機引導時,採用正確的解析度。" #. type: "uClibc_title" -#: Resources/templates/Localizable.strings:67 +#: Resources/templates/Localizable.strings:86 #, no-wrap msgid "uClibc++" msgstr "uClibc++" #. type: "uClibc_description" -#: Resources/templates/Localizable.strings:68 +#: Resources/templates/Localizable.strings:87 #, no-wrap msgid "" "This module provides a minimalistic c++ runtime library for use in other modules. This does not provide functionality by itself, instead it is used to allow for the c++ language to be used in other modules.\n" @@ -440,13 +504,13 @@ "依存: klibc " #. type: "KernelPatcher_title" -#: Resources/templates/Localizable.strings:73 +#: Resources/templates/Localizable.strings:92 #, no-wrap msgid "Kernel Patcher" msgstr "Kernel Patcher" #. type: "KernelPatcher_description" -#: Resources/templates/Localizable.strings:74 +#: Resources/templates/Localizable.strings:93 #, no-wrap msgid "" "The KernelPatcher module provides patches for the following:\n" @@ -465,13 +529,13 @@ "依存: 無" #. type: "KextPatcher_title" -#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:100 #, no-wrap msgid "Kext Patcher" msgstr "Kext Patcher" #. type: "KextPatcher_description" -#: Resources/templates/Localizable.strings:82 +#: Resources/templates/Localizable.strings:101 #, no-wrap msgid "" "The KextPatcher module provides patches for the following:\n" @@ -482,13 +546,13 @@ "依存: 無" #. type: "NVIDIAGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:85 +#: Resources/templates/Localizable.strings:104 #, no-wrap msgid "NVIDIAGraphicsEnabler" msgstr "NVIDIAGraphicsEnabler" #. type: "NVIDIAGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:86 +#: Resources/templates/Localizable.strings:105 #, no-wrap msgid "" "The GraphicsEnabler nVidia code ported to a module.\n" @@ -498,13 +562,13 @@ "依存: 無" #. type: "GraphicsEnablerModule_title" -#: Resources/templates/Localizable.strings:89 +#: Resources/templates/Localizable.strings:108 #, no-wrap msgid "GraphicsEnabler" msgstr "GraphicsEnabler" #. type: "GraphicsEnablerModule_description" -#: Resources/templates/Localizable.strings:90 +#: Resources/templates/Localizable.strings:109 #, no-wrap msgid "" "The GraphicsEnabler code ported to a module.\n" @@ -514,13 +578,13 @@ "依存: 無" #. type: "AMDGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:93 +#: Resources/templates/Localizable.strings:112 #, no-wrap msgid "AMDGraphicsEnabler" msgstr "AMDGraphicsEnabler" #. type: "AMDGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:94 +#: Resources/templates/Localizable.strings:113 #, no-wrap msgid "" "The GraphicsEnabler AMD/ATi code ported to a module.\n" @@ -530,13 +594,13 @@ "依存: 無" #. type: "IntelGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:97 +#: Resources/templates/Localizable.strings:116 #, no-wrap msgid "IntelGraphicsEnabler" msgstr "IntelGraphicsEnabler" #. type: "IntelGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:98 +#: Resources/templates/Localizable.strings:117 #, no-wrap msgid "" "The GraphicsEnabler gma(Intel) code ported to a module.\n" @@ -546,638 +610,638 @@ "依存: 無" #. type: "Options_title" -#: Resources/templates/Localizable.strings:106 +#: Resources/templates/Localizable.strings:125 #, no-wrap msgid "Settings" msgstr "開機選項" #. type: "Options_description" -#: Resources/templates/Localizable.strings:107 +#: Resources/templates/Localizable.strings:126 #, no-wrap msgid "Create an /Extra/org.chameleon.Boot.plist by selecting any of these boot options and kernel flags." msgstr "創建 /Extra/org.chameleon.Boot.plist 及選用您需要的 Chameleon 開機選項及內核參數。" #. type: "BootBanner_title" -#: Resources/templates/Localizable.strings:109 +#: Resources/templates/Localizable.strings:128 #, no-wrap msgid "BootBanner=No" msgstr "BootBanner=No" #. type: "BootBanner_description" -#: Resources/templates/Localizable.strings:110 +#: Resources/templates/Localizable.strings:129 #, no-wrap msgid "Hides Chameleon's boot banner in GUI. This is the text that is drawn at the top left corner of the screen displaying the release version etc." msgstr "(預設是 Yes) 隱藏 圖形使用者介面的 Chameleon 開機選單。" #. type: "GUI_title" -#: Resources/templates/Localizable.strings:112 +#: Resources/templates/Localizable.strings:131 #, no-wrap msgid "GUI=No" msgstr "GUI=No" #. type: "GUI_description" -#: Resources/templates/Localizable.strings:113 +#: Resources/templates/Localizable.strings:132 #, no-wrap msgid "Disables the default enabled graphic user interface." msgstr "(預設是 Yes) 停用 預設開啟之圖形使用者介面。" #. type: "LegacyLogo_title" -#: Resources/templates/Localizable.strings:115 +#: Resources/templates/Localizable.strings:134 #, no-wrap msgid "LegacyLogo=Yes" msgstr "LegacyLogo=Yes" #. type: "LegacyLogo_description" -#: Resources/templates/Localizable.strings:116 +#: Resources/templates/Localizable.strings:135 #, no-wrap msgid "Use the legacy 'dark grey' apple logo on the light grey screen for the boot process rather than the boot.png in the theme." msgstr "(預設是 No) 開機畫面使用傳統的 Apple 圖示(白底灰蘋果),而不使用主題內所定義之 boot.png。" #. type: "InstantMenu_title" -#: Resources/templates/Localizable.strings:118 +#: Resources/templates/Localizable.strings:137 #, no-wrap msgid "InstantMenu=Yes" msgstr "InstantMenu=Yes" #. type: "InstantMenu_description" -#: Resources/templates/Localizable.strings:119 +#: Resources/templates/Localizable.strings:138 #, no-wrap msgid "By default, when Chameleon loads you'll see the icon for the current default partition, along with a timeout progress bar which left alone will count down before Chameleon automatically boots that partition. This options skips that and takes you directly to the device selection screen." msgstr "(預設是 No) 跳過倒數畫面,直接顯示分割區開機選擇畫面。" #. type: "QuietBoot_title" -#: Resources/templates/Localizable.strings:121 +#: Resources/templates/Localizable.strings:140 #, no-wrap msgid "QuietBoot=Yes" msgstr "QuietBoot=Yes" #. type: "QuietBoot_description" -#: Resources/templates/Localizable.strings:122 +#: Resources/templates/Localizable.strings:141 #, no-wrap msgid "Enable quiet boot mode (no messages or prompt)." msgstr "(預設是 No) 啟用安靜開機模式(不會出現訊息或提示)。" #. type: "ShowInfo_title" -#: Resources/templates/Localizable.strings:124 +#: Resources/templates/Localizable.strings:143 #, no-wrap msgid "ShowInfo=Yes" msgstr "ShowInfo=Yes" #. type: "ShowInfo_description" -#: Resources/templates/Localizable.strings:125 +#: Resources/templates/Localizable.strings:144 #, no-wrap msgid "Enables display of partition and resolution details shown on the left side of the GUI under the boot banner. This is useful information for troubleshooting, though can clash with certain themes." msgstr "(預設是 No) 啟用 在開機圖示選單左上方顯示分割區及解析度的詳細資訊的功能。雖然會與一些背景主題發生衝突,在問題排除時,卻是非常有用的資訊。" #. type: "Wait_title" -#: Resources/templates/Localizable.strings:127 +#: Resources/templates/Localizable.strings:146 #, no-wrap msgid "Wait=Yes" msgstr "Wait=Yes" #. type: "Wait_description" -#: Resources/templates/Localizable.strings:128 +#: Resources/templates/Localizable.strings:147 #, no-wrap msgid "Pauses the boot process after Chameleon has finished it's setup then waits for a key press before it starts the mach kernel. Useful when combined with verbose boot for troubleshooting." msgstr "(預設是 No) 在 Chameleon 載入完畢後暫停,並在 按任意鍵 後繼續載入 mach kernel,適合問題排除時搭配 (-v) 記錄模式開機一起使用。" #. type: "PrivateData_title" -#: Resources/templates/Localizable.strings:130 +#: Resources/templates/Localizable.strings:149 #, no-wrap msgid "PrivateData=No" msgstr "PrivateData=No" #. type: "PrivateData_description" -#: Resources/templates/Localizable.strings:131 +#: Resources/templates/Localizable.strings:150 #, no-wrap msgid "Show masked data (serial number) in bdmesg log (enbaled by default)." msgstr "" #. type: "USBBusFix_title" -#: Resources/templates/Localizable.strings:135 +#: Resources/templates/Localizable.strings:154 #, no-wrap msgid "USBBusFix=Yes" msgstr "USBBusFix=Yes" #. type: "USBBusFix_description" -#: Resources/templates/Localizable.strings:136 +#: Resources/templates/Localizable.strings:155 #, no-wrap msgid "Enable the XHCI, EHCI and UHCI fixes (disabled by default)." msgstr "" #. type: "USBLegacyOff_title" -#: Resources/templates/Localizable.strings:138 +#: Resources/templates/Localizable.strings:157 #, no-wrap msgid "USBLegacyOff=Yes" msgstr "USBLegacyOff=Yes" #. type: "USBLegacyOff_description" -#: Resources/templates/Localizable.strings:139 +#: Resources/templates/Localizable.strings:158 #, no-wrap msgid "Force USB Legacy off for XHCI and EHCI (disabled by default)." msgstr "" #. type: "XHCILegacyOff_title" -#: Resources/templates/Localizable.strings:141 +#: Resources/templates/Localizable.strings:160 #, no-wrap msgid "XHCILegacyOff=Yes" msgstr "XHCILegacyOff=Yes" #. type: "XHCILegacyOff_description" -#: Resources/templates/Localizable.strings:142 +#: Resources/templates/Localizable.strings:161 #, no-wrap msgid "Force USB Legacy off for XHCI (disabled by default)." msgstr "" #. type: "UHCIreset_title" -#: Resources/templates/Localizable.strings:144 +#: Resources/templates/Localizable.strings:163 #, no-wrap msgid "UHCIreset=Yes" msgstr "UHCIreset=Yes" #. type: "UHCIreset_description" -#: Resources/templates/Localizable.strings:145 +#: Resources/templates/Localizable.strings:164 #, no-wrap msgid "Enables the option to reset UHCI controllers before starting OS X." msgstr "(預設是 No) 啟用 UHCI 修正功能。可在進入 OS X 之前,先重置 UHCI 控制器。" #. type: "EHCIacquire_title" -#: Resources/templates/Localizable.strings:147 +#: Resources/templates/Localizable.strings:166 #, no-wrap msgid "EHCIacquire=Yes" msgstr "EHCIacquire=Yes" #. type: "EHCIacquire_description" -#: Resources/templates/Localizable.strings:148 +#: Resources/templates/Localizable.strings:167 #, no-wrap msgid "Enables the option to fix any EHCI ownership issues due to bad bioses." msgstr "(預設是 No) 啟用 EHCI 修正功能,可修復任何不良 BIOS 造成的 EHCI 所有權問題。" #. type: "arch_title" -#: Resources/templates/Localizable.strings:150 +#: Resources/templates/Localizable.strings:169 #, no-wrap msgid "arch=i386" msgstr "arch=i386" #. type: "arch_description" -#: Resources/templates/Localizable.strings:151 +#: Resources/templates/Localizable.strings:170 #, no-wrap msgid "Boots the kernel in 32bit mode rather than the default 64bit mode." msgstr "(預設是 64 位) 啓用 32 位模式引導內核開機,而非預設的 64 位開機。" #. type: "EthernetBuiltIn_title" -#: Resources/templates/Localizable.strings:153 +#: Resources/templates/Localizable.strings:172 #, no-wrap msgid "EthernetBuiltIn=Yes" msgstr "EthernetBuiltIn=Yes" #. type: "EthernetBuiltIn_description" -#: Resources/templates/Localizable.strings:154 +#: Resources/templates/Localizable.strings:173 #, no-wrap msgid "Enables the option of adding 'built-in' to your ethernet devices." msgstr "(預設是 No) 啟用將乙太網路卡設定成『內建』的功能。此功能只可讓網路卡識別為內建,並無驅動的功能。" #. type: "EnableWifi_title" -#: Resources/templates/Localizable.strings:156 +#: Resources/templates/Localizable.strings:175 #, no-wrap msgid "EnableWifi=Yes" msgstr "EnableWifi=Yes" #. type: "EnableWifi_description" -#: Resources/templates/Localizable.strings:157 +#: Resources/templates/Localizable.strings:176 #, no-wrap msgid "Enables the option of adding AirPort values to your wireless device." msgstr "(預設是 No) 啟用無線網路卡的 AirPort 設定。" #. type: "ForceHPET_title" -#: Resources/templates/Localizable.strings:159 +#: Resources/templates/Localizable.strings:178 #, no-wrap msgid "ForceHPET=Yes" msgstr "ForceHPET=Yes" #. type: "ForceHPET_description" -#: Resources/templates/Localizable.strings:160 +#: Resources/templates/Localizable.strings:179 #, no-wrap msgid "Enables HPET on intel chipsets, for bioses that dont include the option." msgstr "(預設是 No) 對 BIOS 中無 HPET 選項之 Intel 晶片組主機板,強制開啟 HPET 功能。" #. type: "ForceWake_title" -#: Resources/templates/Localizable.strings:162 +#: Resources/templates/Localizable.strings:181 #, no-wrap msgid "ForceWake=Yes" msgstr "ForceWake=Yes" #. type: "ForceWake_description" -#: Resources/templates/Localizable.strings:163 +#: Resources/templates/Localizable.strings:182 #, no-wrap msgid "This option enables you to bypass bad sleep images." msgstr "(預設是 No) 啟用強制覆蓋睡眠資料映像功能,此選項可以覆蓋並忽略不正確之休眠映像檔。" #. type: "ForceFullMemInfo_title" -#: Resources/templates/Localizable.strings:165 +#: Resources/templates/Localizable.strings:184 #, no-wrap msgid "ForceFullMemInfo=Yes" msgstr "ForceFullMemInfo=Yes" #. type: "ForceFullMemInfo_description" -#: Resources/templates/Localizable.strings:166 +#: Resources/templates/Localizable.strings:185 #, no-wrap msgid "Force SMBIOS Table 17 to be 27 bytes long." msgstr "(預設是 No) 強制 SMBIOS 表格 17 的長度改為 27 bytes。" #. type: "RestartFix_title" -#: Resources/templates/Localizable.strings:168 +#: Resources/templates/Localizable.strings:187 #, no-wrap msgid "RestartFix=No" msgstr "RestartFix=No" #. type: "RestartFix_description" -#: Resources/templates/Localizable.strings:169 +#: Resources/templates/Localizable.strings:188 #, no-wrap msgid "Disables the automatically enabled restart fix." msgstr "(預設是 Yes) 停用 自動啟用的重新開機修正功能 (Intel CPU 專用)。" #. type: "UseMemDetect_title" -#: Resources/templates/Localizable.strings:171 +#: Resources/templates/Localizable.strings:190 #, no-wrap msgid "UseMemDetect=No" msgstr "UseMemDetect=No" #. type: "UseMemDetect_description" -#: Resources/templates/Localizable.strings:172 +#: Resources/templates/Localizable.strings:191 #, no-wrap msgid "Disables the automatically enabled RAM recognition." msgstr "(預設是 Yes) 停用 自動啟用的記憶體識別功能。" #. type: "UseKernelCache_title" -#: Resources/templates/Localizable.strings:174 +#: Resources/templates/Localizable.strings:193 #, no-wrap msgid "UseKernelCache=Yes" msgstr "UseKernelCache=Yes" #. type: "UseKernelCache_description" -#: Resources/templates/Localizable.strings:175 +#: Resources/templates/Localizable.strings:194 #, no-wrap msgid "For Lion only. Enables loading of the pre-linked kernel. This will ignore /E/E and /S/L/E. ONLY use this is you have know it contains everything you need." msgstr "(預設是 No) Lion 專用,選用 Yes 將載入預鏈接的 KernelCache,並忽略 /Extra/Extensions 和 /System/Library/Extensions 及 Extensions.mkext。建議在 KernelCache 已內含所有必要的驅動時,才啓用。" #. type: "Wake_title" -#: Resources/templates/Localizable.strings:177 +#: Resources/templates/Localizable.strings:196 #, no-wrap msgid "Wake=Yes" msgstr "Wake=Yes" #. type: "Wake_description" -#: Resources/templates/Localizable.strings:178 +#: Resources/templates/Localizable.strings:197 #, no-wrap msgid "Attempts to load the sleep image saved from last hibernation." msgstr "(預設是 No) 啟用睡眠喚醒功能,嘗試載入最後一次休眠時保存的睡眠映像。" #. type: "CSTUsingSystemIO_title" -#: Resources/templates/Localizable.strings:182 +#: Resources/templates/Localizable.strings:201 #, no-wrap msgid "CSTUsingSystemIO=Yes" msgstr "CSTUsingSystemIO=Yes" #. type: "CSTUsingSystemIO_description" -#: Resources/templates/Localizable.strings:183 +#: Resources/templates/Localizable.strings:202 #, no-wrap msgid "New C-State _CST generation method using SystemIO registers instead of FixedHW." msgstr "(預設是 No) 採用 SystemIO registers 生成 C-States _CST 的新方法。(非原來的 FixedHW 方法)" #. type: "DropSSDT_title" -#: Resources/templates/Localizable.strings:185 +#: Resources/templates/Localizable.strings:204 #, no-wrap msgid "DropSSDT=Yes" msgstr "DropSSDT=Yes" #. type: "DropSSDT_description" -#: Resources/templates/Localizable.strings:186 +#: Resources/templates/Localizable.strings:205 #, no-wrap msgid "Discard the motherboard's built-in SSDT tables." msgstr "(預設是 No) 設定 Yes 忽略主機板 BIOS 內建之 SSDT 表,可讀取 Extra 資料夾中的 SSDT 資料。/Extra/SSDT.aml。" #. type: "DropHPET_title" -#: Resources/templates/Localizable.strings:188 +#: Resources/templates/Localizable.strings:207 #, no-wrap msgid "DropHPET=Yes" msgstr "DropHPET=Yes" #. type: "DropHPET_description" -#: Resources/templates/Localizable.strings:189 +#: Resources/templates/Localizable.strings:208 #, no-wrap msgid "Discard the motherboard's built-in HPET table." msgstr "(預設是 No) 設定 Yes 忽略主機板 BIOS 內建之 HPET 表。" #. type: "DropSBST_title" -#: Resources/templates/Localizable.strings:191 +#: Resources/templates/Localizable.strings:210 #, no-wrap msgid "DropSBST=Yes" msgstr "DropSBST=Yes" #. type: "DropSBST_description" -#: Resources/templates/Localizable.strings:192 +#: Resources/templates/Localizable.strings:211 #, no-wrap msgid "Discard the motherboard's built-in SBST table." msgstr "(預設是 No) 設定 Yes 忽略主機板 BIOS 內建之 SBST 表。" #. type: "DropECDT_title" -#: Resources/templates/Localizable.strings:194 +#: Resources/templates/Localizable.strings:213 #, no-wrap msgid "DropECDT=Yes" msgstr "DropECDT=Yes" #. type: "DropECDT_description" -#: Resources/templates/Localizable.strings:195 +#: Resources/templates/Localizable.strings:214 #, no-wrap msgid "Discard the motherboard's built-in ECDT table." msgstr "(預設是 No) 設定 Yes 忽略主機板 BIOS 內建之 ECDT 表。" #. type: "DropASFT_title" -#: Resources/templates/Localizable.strings:197 +#: Resources/templates/Localizable.strings:216 #, no-wrap msgid "DropASFT=Yes" msgstr "DropASFT=Yes" #. type: "DropASFT_description" -#: Resources/templates/Localizable.strings:198 +#: Resources/templates/Localizable.strings:217 #, no-wrap msgid "Discard the motherboard's built-in ASF! table." msgstr "(預設是 No) 設定 Yes 忽略主機板 BIOS 內建之 ASF! 表。" #. type: "DropDMAR_title" -#: Resources/templates/Localizable.strings:200 +#: Resources/templates/Localizable.strings:219 #, no-wrap msgid "DropDMAR=Yes" msgstr "DropDMAR=Yes" #. type: "DropDMAR_description" -#: Resources/templates/Localizable.strings:201 +#: Resources/templates/Localizable.strings:220 #, no-wrap msgid "Discard the motherboard's built-in DMAR table, this key action resolve the problem with VT-d panics." msgstr "(預設是 No) 設定 Yes 忽略主機板 BIOS 內建之 DMAR 表,可以解決 VT-d 造成的 內核崩潰問題。" #. type: "EnableC2State_title" -#: Resources/templates/Localizable.strings:203 +#: Resources/templates/Localizable.strings:222 #, no-wrap msgid "EnableC2State=Yes" msgstr "EnableC2State=Yes" #. type: "EnableC2State_description" -#: Resources/templates/Localizable.strings:204 +#: Resources/templates/Localizable.strings:223 #, no-wrap msgid "Enable specific Processor power state, C2." msgstr "(預設是 No) 強制生成 C2 State 為管理 CPU 電源狀態,可以讓 CPU 在閒置狀態下處於低功耗狀態。一般來說數字越大其節能效果愈佳。" #. type: "EnableC3State_title" -#: Resources/templates/Localizable.strings:206 +#: Resources/templates/Localizable.strings:225 #, no-wrap msgid "EnableC3State=Yes" msgstr "EnableC3State=Yes" #. type: "EnableC3State_description" -#: Resources/templates/Localizable.strings:207 +#: Resources/templates/Localizable.strings:226 #, no-wrap msgid "Enable specific Processor power state, C3." msgstr "(預設是 No) 強制生成 C3 State 為管理 CPU 電源狀態,可以讓 CPU 在閒置狀態下處於低功耗狀態。一般來說數字越大其節能效果愈佳。" #. type: "EnableC4State_title" -#: Resources/templates/Localizable.strings:209 +#: Resources/templates/Localizable.strings:228 #, no-wrap msgid "EnableC4State=Yes" msgstr "EnableC4State=Yes" #. type: "EnableC4State_description" -#: Resources/templates/Localizable.strings:210 +#: Resources/templates/Localizable.strings:229 #, no-wrap msgid "Enable specific Processor power state, C4." msgstr "(預設是 No) 強制生成 C4 State 為管理 CPU 電源狀態,可以讓 CPU 在閒置狀態下處於低功耗狀態。一般來說數字越大其節能效果愈佳。" #. type: "EnableC6State_title" -#: Resources/templates/Localizable.strings:212 +#: Resources/templates/Localizable.strings:231 #, no-wrap msgid "EnableC6State=Yes" msgstr "EnableC6State=Yes" #. type: "EnableC6State_description" -#: Resources/templates/Localizable.strings:213 +#: Resources/templates/Localizable.strings:232 #, no-wrap msgid "Enable specific Processor power state, C6." msgstr "(預設是 No) 強制生成 C6 State 為管理 CPU 電源狀態,可以讓 CPU 在閒置狀態下處於低功耗狀態。一般來說數字越大其節能效果愈佳。" #. type: "EnableC7State_title" -#: Resources/templates/Localizable.strings:215 +#: Resources/templates/Localizable.strings:234 #, no-wrap msgid "EnableC7State=Yes" msgstr "EnableC7State=Yes" #. type: "EnableC7State_description" -#: Resources/templates/Localizable.strings:216 +#: Resources/templates/Localizable.strings:235 #, no-wrap msgid "Enable specific Processor power state, C7." msgstr "(預設是 No) 強制生成 C7 State 為管理 CPU 電源狀態,可以讓 CPU 在閒置狀態下處於低功耗狀態。一般來說數字越大其節能效果愈佳。" #. type: "GenerateCStates_title" -#: Resources/templates/Localizable.strings:218 +#: Resources/templates/Localizable.strings:237 #, no-wrap msgid "GenerateCStates=Yes" msgstr "GenerateCStates=Yes" #. type: "GenerateCStates_description" -#: Resources/templates/Localizable.strings:219 +#: Resources/templates/Localizable.strings:238 #, no-wrap msgid "Enable auto generation of processor idle sleep states (C-States)." msgstr "(預設是 No) 啟用自動生成 CPU 閒置休眠狀態的功能 (C-States),管理 CPU 電源狀態,可以讓 CPU 在閒置狀態下處於不同低功耗狀態。" #. type: "GeneratePStates_title" -#: Resources/templates/Localizable.strings:221 +#: Resources/templates/Localizable.strings:240 #, no-wrap msgid "GeneratePStates=Yes" msgstr "GeneratePStates=Yes" #. type: "GeneratePStates_description" -#: Resources/templates/Localizable.strings:222 +#: Resources/templates/Localizable.strings:241 #, no-wrap msgid "Enable auto generation of processor power performance states (P-States)." msgstr "(預設是 No) 啟用自動生成 CPU 功耗表現狀態的功能 (P-States),管理 CPU 性能狀態,可以讓 CPU 在不同負載量下改變功耗。" #. type: "GenerateTStates_title" -#: Resources/templates/Localizable.strings:224 +#: Resources/templates/Localizable.strings:243 #, no-wrap msgid "GenerateTStates=Yes" msgstr "GenerateTStates=Yes" #. type: "GenerateTStates_description" -#: Resources/templates/Localizable.strings:225 +#: Resources/templates/Localizable.strings:244 #, no-wrap msgid "Enable auto generation of processor power performance states (T-States)." msgstr "(預設是 No) 啟用自動生成 CPU 功耗表現狀態的功能 (T-States),管理 CPU 性能狀態,可以讓 CPU 在不同負載量下改變功耗。" #. type: "1024x600x32_title" -#: Resources/templates/Localizable.strings:229 +#: Resources/templates/Localizable.strings:248 #, no-wrap msgid "1024x600x32" msgstr "1024x600x32" #. type: "1024x600x32_description" -#: Resources/templates/Localizable.strings:230 +#: Resources/templates/Localizable.strings:249 #, no-wrap msgid "Set Graphics Mode to 1024x600x32" msgstr "設定螢幕解析度為 1024x600x32" #. type: "1024x768x32_title" -#: Resources/templates/Localizable.strings:232 +#: Resources/templates/Localizable.strings:251 #, no-wrap msgid "1024x768x32" msgstr "1024x768x32" #. type: "1024x768x32_description" -#: Resources/templates/Localizable.strings:233 +#: Resources/templates/Localizable.strings:252 #, no-wrap msgid "Set Graphics Mode to 1024x768x32" msgstr "設定螢幕解析度為 1024x768x32" #. type: "1280x768x32_title" -#: Resources/templates/Localizable.strings:235 +#: Resources/templates/Localizable.strings:254 #, no-wrap msgid "1280x768x32" msgstr "1280x768x32" #. type: "1280x768x32_description" -#: Resources/templates/Localizable.strings:236 +#: Resources/templates/Localizable.strings:255 #, no-wrap msgid "Set Graphics Mode to 1280x768x32" msgstr "設定螢幕解析度為 1280x768x32" #. type: "1280x800x32_title" -#: Resources/templates/Localizable.strings:238 +#: Resources/templates/Localizable.strings:257 #, no-wrap msgid "1280x800x32" msgstr "1280x800x32" #. type: "1280x800x32_description" -#: Resources/templates/Localizable.strings:239 +#: Resources/templates/Localizable.strings:258 #, no-wrap msgid "Set Graphics Mode to 1280x800x32" msgstr "設定螢幕解析度為 1280x800x32" #. type: "1280x1024x32_title" -#: Resources/templates/Localizable.strings:241 +#: Resources/templates/Localizable.strings:260 #, no-wrap msgid "1280x1024x32" msgstr "1280x1024x32" #. type: "1280x1024x32_description" -#: Resources/templates/Localizable.strings:242 +#: Resources/templates/Localizable.strings:261 #, no-wrap msgid "Set Graphics Mode to 1280x1024x32" msgstr "設定螢幕解析度為 1280x1024x32" #. type: "1280x960x32_title" -#: Resources/templates/Localizable.strings:244 +#: Resources/templates/Localizable.strings:263 #, no-wrap msgid "1280x960x32" msgstr "1280x960x32" #. type: "1280x960x32_description" -#: Resources/templates/Localizable.strings:245 +#: Resources/templates/Localizable.strings:264 #, no-wrap msgid "Set Graphics Mode to 1280x960x32" msgstr "設定螢幕解析度為 1280x960x32" #. type: "1366x768x32_title" -#: Resources/templates/Localizable.strings:247 +#: Resources/templates/Localizable.strings:266 #, no-wrap msgid "1366x768x32" msgstr "1366x768x32" #. type: "1366x768x32_description" -#: Resources/templates/Localizable.strings:248 +#: Resources/templates/Localizable.strings:267 #, no-wrap msgid "Set Graphics Mode to 1366x768x32" msgstr "設定螢幕解析度為 1366x768x32" #. type: "1440x900x32_title" -#: Resources/templates/Localizable.strings:250 +#: Resources/templates/Localizable.strings:269 #, no-wrap msgid "1440x900x32" msgstr "1440x900x32" #. type: "1440x900x32_description" -#: Resources/templates/Localizable.strings:251 +#: Resources/templates/Localizable.strings:270 #, no-wrap msgid "Set Graphics Mode to 1440x900x32" msgstr "設定螢幕解析度為 1440x900x32" #. type: "1600x900x32_title" -#: Resources/templates/Localizable.strings:253 +#: Resources/templates/Localizable.strings:272 #, no-wrap msgid "1600x900x32" msgstr "1600x900x32" #. type: "1600x900x32_description" -#: Resources/templates/Localizable.strings:254 +#: Resources/templates/Localizable.strings:273 #, no-wrap msgid "Set Graphics Mode to 1600x900x32" msgstr "設定螢幕解析度為 1600x900x32" #. type: "1600x1200x32_title" -#: Resources/templates/Localizable.strings:256 +#: Resources/templates/Localizable.strings:275 #, no-wrap msgid "1600x1200x32" msgstr "1600x1200x32" #. type: "1600x1200x32_description" -#: Resources/templates/Localizable.strings:257 +#: Resources/templates/Localizable.strings:276 #, no-wrap msgid "Set Graphics Mode to 1600x1200x32" msgstr "設定螢幕解析度為 1600x1200x32" #. type: "1680x1050x32_title" -#: Resources/templates/Localizable.strings:259 +#: Resources/templates/Localizable.strings:278 #, no-wrap msgid "1680x1050x32" msgstr "1680x1050x32" #. type: "1680x1050x32_description" -#: Resources/templates/Localizable.strings:260 +#: Resources/templates/Localizable.strings:279 #, no-wrap msgid "Set Graphics Mode to 1680x1050x32" msgstr "設定螢幕解析度為 1680x1050x32" #. type: "1920x1080x32_title" -#: Resources/templates/Localizable.strings:262 +#: Resources/templates/Localizable.strings:281 #, no-wrap msgid "1920x1080x32" msgstr "1920x1080x32" #. type: "1920x1080x32_description" -#: Resources/templates/Localizable.strings:263 +#: Resources/templates/Localizable.strings:282 #, no-wrap msgid "Set Graphics Mode to 1920x1080x32" msgstr "設定螢幕解析度為 1920x1080x32" #. type: "1920x1200x32_title" -#: Resources/templates/Localizable.strings:265 +#: Resources/templates/Localizable.strings:284 #, no-wrap msgid "1920x1200x32" msgstr "1920x1200x32" #. type: "1920x1200x32_description" -#: Resources/templates/Localizable.strings:266 +#: Resources/templates/Localizable.strings:285 #, no-wrap msgid "Set Graphics Mode to 1920x1200x32" msgstr "設定螢幕解析度為 1920x1200x32" #. type: "HDAULayoutIDx01_title" -#: Resources/templates/Localizable.strings:270 -#: Resources/templates/Localizable.strings:376 +#: Resources/templates/Localizable.strings:289 +#: Resources/templates/Localizable.strings:395 #, no-wrap msgid "LayoutID=1" msgstr "LayoutID=1" #. type: "HDEFLayoutIDx01_description" -#: Resources/templates/Localizable.strings:271 +#: Resources/templates/Localizable.strings:290 #, no-wrap msgid "" "Set HDEF layout-it to 1:\n" @@ -1187,14 +1251,14 @@ "001 (0x01, 0x00, 0x00, 0x00)。" #. type: "HDAULayoutIDx02_title" -#: Resources/templates/Localizable.strings:274 -#: Resources/templates/Localizable.strings:380 +#: Resources/templates/Localizable.strings:293 +#: Resources/templates/Localizable.strings:399 #, no-wrap msgid "LayoutID=2" msgstr "LayoutID=2" #. type: "HDEFLayoutIDx02_description" -#: Resources/templates/Localizable.strings:275 +#: Resources/templates/Localizable.strings:294 #, no-wrap msgid "" "Set HDEF layout-it to 2:\n" @@ -1204,14 +1268,14 @@ "002 (0x02, 0x00, 0x00, 0x00)。" #. type: "HDAULayoutIDx03_title" -#: Resources/templates/Localizable.strings:278 -#: Resources/templates/Localizable.strings:384 +#: Resources/templates/Localizable.strings:297 +#: Resources/templates/Localizable.strings:403 #, no-wrap msgid "LayoutID=3" msgstr "LayoutID=3" #. type: "HDEFLayoutIDx03_description" -#: Resources/templates/Localizable.strings:279 +#: Resources/templates/Localizable.strings:298 #, no-wrap msgid "" "Set HDEF layout-it to 3:\n" @@ -1221,14 +1285,14 @@ "003 (0x03, 0x00, 0x00, 0x00)。" #. type: "HDAULayoutIDx05_title" -#: Resources/templates/Localizable.strings:282 -#: Resources/templates/Localizable.strings:388 +#: Resources/templates/Localizable.strings:301 +#: Resources/templates/Localizable.strings:407 #, no-wrap msgid "LayoutID=5" msgstr "LayoutID=5" #. type: "HDEFLayoutIDx05_description" -#: Resources/templates/Localizable.strings:283 +#: Resources/templates/Localizable.strings:302 #, no-wrap msgid "" "Set HDEF layout-it to 5:\n" @@ -1238,14 +1302,14 @@ "005 (0x05, 0x00, 0x00, 0x00)。" #. type: "HDAULayoutIDx07_title" -#: Resources/templates/Localizable.strings:286 -#: Resources/templates/Localizable.strings:392 +#: Resources/templates/Localizable.strings:305 +#: Resources/templates/Localizable.strings:411 #, no-wrap msgid "LayoutID=7" msgstr "LayoutID=7" #. type: "HDEFLayoutIDx07_description" -#: Resources/templates/Localizable.strings:287 +#: Resources/templates/Localizable.strings:306 #, no-wrap msgid "" "Set HDEF layout-it to 7:\n" @@ -1255,14 +1319,14 @@ "007 (0x07, 0x00, 0x00, 0x00)。" #. type: "HDAULayoutIDx12_title" -#: Resources/templates/Localizable.strings:290 -#: Resources/templates/Localizable.strings:396 +#: Resources/templates/Localizable.strings:309 +#: Resources/templates/Localizable.strings:415 #, no-wrap msgid "LayoutID=12" msgstr "LayoutID=12" #. type: "HDEFLayoutIDx12_description" -#: Resources/templates/Localizable.strings:291 +#: Resources/templates/Localizable.strings:310 #, no-wrap msgid "" "Set HDEF layout-it to 12:\n" @@ -1272,14 +1336,14 @@ "00C (0x0C, 0x00, 0x00, 0x00)。" #. type: "HDAULayoutIDx32_title" -#: Resources/templates/Localizable.strings:294 -#: Resources/templates/Localizable.strings:400 +#: Resources/templates/Localizable.strings:313 +#: Resources/templates/Localizable.strings:419 #, no-wrap msgid "LayoutID=32" msgstr "LayoutID=32" #. type: "HDEFLayoutIDx32_description" -#: Resources/templates/Localizable.strings:295 +#: Resources/templates/Localizable.strings:314 #, no-wrap msgid "" "Set HDEF layout-it to 32:\n" @@ -1289,14 +1353,14 @@ "020 (0x20, 0x00, 0x00, 0x00)。" #. type: "HDAULayoutIDx40_title" -#: Resources/templates/Localizable.strings:298 -#: Resources/templates/Localizable.strings:404 +#: Resources/templates/Localizable.strings:317 +#: Resources/templates/Localizable.strings:423 #, no-wrap msgid "LayoutID=40" msgstr "LayoutID=40" #. type: "HDEFLayoutIDx40_description" -#: Resources/templates/Localizable.strings:299 +#: Resources/templates/Localizable.strings:318 #, no-wrap msgid "" "Set HDEF layout-it to 40:\n" @@ -1306,14 +1370,14 @@ "028 (0x28, 0x00, 0x00, 0x00)。" #. type: "HDAULayoutIDx65_title" -#: Resources/templates/Localizable.strings:302 -#: Resources/templates/Localizable.strings:408 +#: Resources/templates/Localizable.strings:321 +#: Resources/templates/Localizable.strings:427 #, no-wrap msgid "LayoutID=65" msgstr "LayoutID=65" #. type: "HDEFLayoutIDx65_description" -#: Resources/templates/Localizable.strings:303 +#: Resources/templates/Localizable.strings:322 #, no-wrap msgid "" "Set HDEF layout-it to 65:\n" @@ -1323,14 +1387,14 @@ "041 (0x41, 0x00, 0x00, 0x00)。" #. type: "HDAULayoutIDx99_title" -#: Resources/templates/Localizable.strings:306 -#: Resources/templates/Localizable.strings:412 +#: Resources/templates/Localizable.strings:325 +#: Resources/templates/Localizable.strings:431 #, no-wrap msgid "LayoutID=99" msgstr "LayoutID=99" #. type: "HDEFLayoutIDx99_description" -#: Resources/templates/Localizable.strings:307 +#: Resources/templates/Localizable.strings:326 #, no-wrap msgid "" "Set HDEF layout-it to 99:\n" @@ -1340,14 +1404,14 @@ "063 (0x63, 0x00, 0x00, 0x00)。" #. type: "HDAULayoutIDx269_title" -#: Resources/templates/Localizable.strings:310 -#: Resources/templates/Localizable.strings:416 +#: Resources/templates/Localizable.strings:329 +#: Resources/templates/Localizable.strings:435 #, no-wrap msgid "LayoutID=269" msgstr "LayoutID=269" #. type: "HDEFLayoutIDx269_description" -#: Resources/templates/Localizable.strings:311 +#: Resources/templates/Localizable.strings:330 #, no-wrap msgid "" "Set HDEF layout-it to 269:\n" @@ -1357,14 +1421,14 @@ "10D (0x0D, 0x01, 0x00, 0x00)。" #. type: "HDAULayoutIDx387_title" -#: Resources/templates/Localizable.strings:314 -#: Resources/templates/Localizable.strings:420 +#: Resources/templates/Localizable.strings:333 +#: Resources/templates/Localizable.strings:439 #, no-wrap msgid "LayoutID=387" msgstr "LayoutID=387" #. type: "HDEFLayoutIDx387_description" -#: Resources/templates/Localizable.strings:315 +#: Resources/templates/Localizable.strings:334 #, no-wrap msgid "" "Set HDEF layout-it to 387:\n" @@ -1374,14 +1438,14 @@ "183 (0x83, 0x01, 0x00, 0x00)。" #. type: "HDAULayoutIDx388_title" -#: Resources/templates/Localizable.strings:318 -#: Resources/templates/Localizable.strings:424 +#: Resources/templates/Localizable.strings:337 +#: Resources/templates/Localizable.strings:443 #, no-wrap msgid "LayoutID=388" msgstr "LayoutID=388" #. type: "HDEFLayoutIDx388_description" -#: Resources/templates/Localizable.strings:319 +#: Resources/templates/Localizable.strings:338 #, no-wrap msgid "" "Set HDEF layout-it to 388:\n" @@ -1391,14 +1455,14 @@ "184 (0x84, 0x01, 0x00, 0x00)。" #. type: "HDAULayoutIDx389_title" -#: Resources/templates/Localizable.strings:322 -#: Resources/templates/Localizable.strings:428 +#: Resources/templates/Localizable.strings:341 +#: Resources/templates/Localizable.strings:447 #, no-wrap msgid "LayoutID=389" msgstr "LayoutID=389" #. type: "HDEFLayoutIDx389_description" -#: Resources/templates/Localizable.strings:323 +#: Resources/templates/Localizable.strings:342 #, no-wrap msgid "" "Set HDEF layout-it to 389:\n" @@ -1408,14 +1472,14 @@ "185 (0x85, 0x01, 0x00, 0x00)。" #. type: "HDAULayoutIDx392_title" -#: Resources/templates/Localizable.strings:326 -#: Resources/templates/Localizable.strings:432 +#: Resources/templates/Localizable.strings:345 +#: Resources/templates/Localizable.strings:451 #, no-wrap msgid "LayoutID=392" msgstr "LayoutID=392" #. type: "HDEFLayoutIDx392_description" -#: Resources/templates/Localizable.strings:327 +#: Resources/templates/Localizable.strings:346 #, no-wrap msgid "" "Set HDEF layout-it to 392:\n" @@ -1425,14 +1489,14 @@ "188 (0x88, 0x01, 0x00, 0x00)。" #. type: "HDAULayoutIDx398_title" -#: Resources/templates/Localizable.strings:330 -#: Resources/templates/Localizable.strings:436 +#: Resources/templates/Localizable.strings:349 +#: Resources/templates/Localizable.strings:455 #, no-wrap msgid "LayoutID=398" msgstr "LayoutID=398" #. type: "HDEFLayoutIDx398_description" -#: Resources/templates/Localizable.strings:331 +#: Resources/templates/Localizable.strings:350 #, no-wrap msgid "" "Set HDEF layout-it to 398:\n" @@ -1442,14 +1506,14 @@ "18E (0x8E, 0x01, 0x00, 0x00)。" #. type: "HDAULayoutIDx662_title" -#: Resources/templates/Localizable.strings:334 -#: Resources/templates/Localizable.strings:440 +#: Resources/templates/Localizable.strings:353 +#: Resources/templates/Localizable.strings:459 #, no-wrap msgid "LayoutID=662" msgstr "LayoutID=662" #. type: "HDEFLayoutIDx662_description" -#: Resources/templates/Localizable.strings:335 +#: Resources/templates/Localizable.strings:354 #, no-wrap msgid "" "Set HDEF layout-it to 662:\n" @@ -1459,14 +1523,14 @@ "296 (0x96, 0x02, 0x00, 0x00)。" #. type: "HDAULayoutIDx663_title" -#: Resources/templates/Localizable.strings:338 -#: Resources/templates/Localizable.strings:444 +#: Resources/templates/Localizable.strings:357 +#: Resources/templates/Localizable.strings:463 #, no-wrap msgid "LayoutID=663" msgstr "LayoutID=663" #. type: "HDEFLayoutIDx663_description" -#: Resources/templates/Localizable.strings:339 +#: Resources/templates/Localizable.strings:358 #, no-wrap msgid "" "Set HDEF layout-it to 663:\n" @@ -1476,14 +1540,14 @@ "297 (0x97, 0x02, 0x00, 0x00)。" #. type: "HDAULayoutIDx664_title" -#: Resources/templates/Localizable.strings:342 -#: Resources/templates/Localizable.strings:448 +#: Resources/templates/Localizable.strings:361 +#: Resources/templates/Localizable.strings:467 #, no-wrap msgid "LayoutID=664" msgstr "LayoutID=664" #. type: "HDEFLayoutIDx664_description" -#: Resources/templates/Localizable.strings:343 +#: Resources/templates/Localizable.strings:362 #, no-wrap msgid "" "Set HDEF layout-it to 664:\n" @@ -1493,14 +1557,14 @@ "298 (0x98, 0x02, 0x00, 0x00)。" #. type: "HDAULayoutIDx885_title" -#: Resources/templates/Localizable.strings:346 -#: Resources/templates/Localizable.strings:452 +#: Resources/templates/Localizable.strings:365 +#: Resources/templates/Localizable.strings:471 #, no-wrap msgid "LayoutID=885" msgstr "LayoutID=885" #. type: "HDEFLayoutIDx885_description" -#: Resources/templates/Localizable.strings:347 +#: Resources/templates/Localizable.strings:366 #, no-wrap msgid "" "Set HDEF layout-it to 885:\n" @@ -1510,14 +1574,14 @@ "375 (0x75, 0x03, 0x00, 0x00)。" #. type: "HDAULayoutIDx887_title" -#: Resources/templates/Localizable.strings:350 -#: Resources/templates/Localizable.strings:456 +#: Resources/templates/Localizable.strings:369 +#: Resources/templates/Localizable.strings:475 #, no-wrap msgid "LayoutID=887" msgstr "LayoutID=887" #. type: "HDEFLayoutIDx887_description" -#: Resources/templates/Localizable.strings:351 +#: Resources/templates/Localizable.strings:370 #, no-wrap msgid "" "Set HDEF layout-it to 887:\n" @@ -1527,14 +1591,14 @@ "377 (0x77, 0x03, 0x00, 0x00)。" #. type: "HDAULayoutIDx888_title" -#: Resources/templates/Localizable.strings:354 -#: Resources/templates/Localizable.strings:460 +#: Resources/templates/Localizable.strings:373 +#: Resources/templates/Localizable.strings:479 #, no-wrap msgid "LayoutID=888" msgstr "LayoutID=888" #. type: "HDEFLayoutIDx888_description" -#: Resources/templates/Localizable.strings:355 +#: Resources/templates/Localizable.strings:374 #, no-wrap msgid "" "Set HDEF layout-it to 888:\n" @@ -1544,14 +1608,14 @@ "378 (0x78, 0x03, 0x00, 0x00)。" #. type: "HDAULayoutIDx889_title" -#: Resources/templates/Localizable.strings:358 -#: Resources/templates/Localizable.strings:464 +#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:483 #, no-wrap msgid "LayoutID=889" msgstr "LayoutID=889" #. type: "HDEFLayoutIDx889_description" -#: Resources/templates/Localizable.strings:359 +#: Resources/templates/Localizable.strings:378 #, no-wrap msgid "" "Set HDEF layout-it to 889:\n" @@ -1561,14 +1625,14 @@ "379 (0x79, 0x03, 0x00, 0x00)。" #. type: "HDAULayoutIDx892_title" -#: Resources/templates/Localizable.strings:362 -#: Resources/templates/Localizable.strings:468 +#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:487 #, no-wrap msgid "LayoutID=892" msgstr "LayoutID=892" #. type: "HDEFLayoutIDx892_description" -#: Resources/templates/Localizable.strings:363 +#: Resources/templates/Localizable.strings:382 #, no-wrap msgid "" "Set HDEF layout-it to 892:\n" @@ -1578,14 +1642,14 @@ "37C (0x7C, 0x03, 0x00, 0x00)。" #. type: "HDAULayoutIDx898_title" -#: Resources/templates/Localizable.strings:366 -#: Resources/templates/Localizable.strings:472 +#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:491 #, no-wrap msgid "LayoutID=898" msgstr "LayoutID=898" #. type: "HDEFLayoutIDx898_description" -#: Resources/templates/Localizable.strings:367 +#: Resources/templates/Localizable.strings:386 #, no-wrap msgid "" "Set HDEF layout-it to 898:\n" @@ -1595,14 +1659,14 @@ "382 (0x82, 0x03, 0x00, 0x00)。" #. type: "HDAULayoutIDxBD7_title" -#: Resources/templates/Localizable.strings:370 -#: Resources/templates/Localizable.strings:476 +#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:495 #, no-wrap msgid "LayoutID=1981" msgstr "LayoutID=1981" #. type: "HDEFLayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:371 +#: Resources/templates/Localizable.strings:390 #, no-wrap msgid "" "Set HDEF layout-it to 1981:\n" @@ -1612,7 +1676,7 @@ "7BD (0xBD, 0x07, 0x00, 0x00)。" #. type: "HDAULayoutIDx01_description" -#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:396 #, no-wrap msgid "" "Set HDAU layout-it to 1:\n" @@ -1622,7 +1686,7 @@ "001 (0x01, 0x00, 0x00, 0x00)。" #. type: "HDAULayoutIDx02_description" -#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:400 #, no-wrap msgid "" "Set HDAU layout-it to 2:\n" @@ -1632,7 +1696,7 @@ "002 (0x02, 0x00, 0x00, 0x00)。" #. type: "HDAULayoutIDx03_description" -#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:404 #, no-wrap msgid "" "Set HDAU layout-it to 3:\n" @@ -1642,7 +1706,7 @@ "003 (0x03, 0x00, 0x00, 0x00)。" #. type: "HDAULayoutIDx05_description" -#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:408 #, no-wrap msgid "" "Set HDAU layout-it to 5:\n" @@ -1652,7 +1716,7 @@ "005 (0x05, 0x00, 0x00, 0x00)。" #. type: "HDAULayoutIDx07_description" -#: Resources/templates/Localizable.strings:393 +#: Resources/templates/Localizable.strings:412 #, no-wrap msgid "" "Set HDAU layout-it to 7:\n" @@ -1662,7 +1726,7 @@ "007 (0x07, 0x00, 0x00, 0x00)。" #. type: "HDAULayoutIDx12_description" -#: Resources/templates/Localizable.strings:397 +#: Resources/templates/Localizable.strings:416 #, no-wrap msgid "" "Set HDAU layout-it to 12:\n" @@ -1672,7 +1736,7 @@ "00C (0x0C, 0x00, 0x00, 0x00)。" #. type: "HDAULayoutIDx32_description" -#: Resources/templates/Localizable.strings:401 +#: Resources/templates/Localizable.strings:420 #, no-wrap msgid "" "Set HDAU layout-it to 32:\n" @@ -1682,7 +1746,7 @@ "020 (0x20, 0x00, 0x00, 0x00)。" #. type: "HDAULayoutIDx40_description" -#: Resources/templates/Localizable.strings:405 +#: Resources/templates/Localizable.strings:424 #, no-wrap msgid "" "Set HDAU layout-it to 40:\n" @@ -1692,7 +1756,7 @@ "028 (0x28, 0x00, 0x00, 0x00)。" #. type: "HDAULayoutIDx65_description" -#: Resources/templates/Localizable.strings:409 +#: Resources/templates/Localizable.strings:428 #, no-wrap msgid "" "Set HDAU layout-it to 65:\n" @@ -1702,7 +1766,7 @@ "041 (0x41, 0x00, 0x00, 0x00)。" #. type: "HDAULayoutIDx99_description" -#: Resources/templates/Localizable.strings:413 +#: Resources/templates/Localizable.strings:432 #, no-wrap msgid "" "Set HDAU layout-it to 99:\n" @@ -1712,7 +1776,7 @@ "063 (0x63, 0x00, 0x00, 0x00)。" #. type: "HDAULayoutIDx269_description" -#: Resources/templates/Localizable.strings:417 +#: Resources/templates/Localizable.strings:436 #, no-wrap msgid "" "Set HDAU layout-it to 269:\n" @@ -1722,7 +1786,7 @@ "10D (0x0D, 0x01, 0x00, 0x00)。" #. type: "HDAULayoutIDx387_description" -#: Resources/templates/Localizable.strings:421 +#: Resources/templates/Localizable.strings:440 #, no-wrap msgid "" "Set HDAU layout-it to 387:\n" @@ -1732,7 +1796,7 @@ "183 (0x83, 0x01, 0x00, 0x00)。" #. type: "HDAULayoutIDx388_description" -#: Resources/templates/Localizable.strings:425 +#: Resources/templates/Localizable.strings:444 #, no-wrap msgid "" "Set HDAU layout-it to 388:\n" @@ -1742,7 +1806,7 @@ "184 (0x84, 0x01, 0x00, 0x00)。" #. type: "HDAULayoutIDx389_description" -#: Resources/templates/Localizable.strings:429 +#: Resources/templates/Localizable.strings:448 #, no-wrap msgid "" "Set HDAU layout-it to 389:\n" @@ -1752,7 +1816,7 @@ "185 (0x85, 0x01, 0x00, 0x00)。" #. type: "HDAULayoutIDx392_description" -#: Resources/templates/Localizable.strings:433 +#: Resources/templates/Localizable.strings:452 #, no-wrap msgid "" "Set HDAU layout-it to 392:\n" @@ -1762,7 +1826,7 @@ "188 (0x88, 0x01, 0x00, 0x00)。" #. type: "HDAULayoutIDx398_description" -#: Resources/templates/Localizable.strings:437 +#: Resources/templates/Localizable.strings:456 #, no-wrap msgid "" "Set HDAU layout-it to 398:\n" @@ -1772,7 +1836,7 @@ "18E (0x8E, 0x01, 0x00, 0x00)。" #. type: "HDAULayoutIDx662_description" -#: Resources/templates/Localizable.strings:441 +#: Resources/templates/Localizable.strings:460 #, no-wrap msgid "" "Set HDAU layout-it to 662:\n" @@ -1782,7 +1846,7 @@ "296 (0x96, 0x02, 0x00, 0x00)。" #. type: "HDAULayoutIDx663_description" -#: Resources/templates/Localizable.strings:445 +#: Resources/templates/Localizable.strings:464 #, no-wrap msgid "" "Set HDAU layout-it to 663:\n" @@ -1792,7 +1856,7 @@ "297 (0x97, 0x02, 0x00, 0x00)。" #. type: "HDAULayoutIDx664_description" -#: Resources/templates/Localizable.strings:449 +#: Resources/templates/Localizable.strings:468 #, no-wrap msgid "" "Set HDAU layout-it to 664:\n" @@ -1802,7 +1866,7 @@ "298 (0x98, 0x02, 0x00, 0x00)。" #. type: "HDAULayoutIDx885_description" -#: Resources/templates/Localizable.strings:453 +#: Resources/templates/Localizable.strings:472 #, no-wrap msgid "" "Set HDAU layout-it to 885:\n" @@ -1812,7 +1876,7 @@ "375 (0x75, 0x03, 0x00, 0x00)。" #. type: "HDAULayoutIDx887_description" -#: Resources/templates/Localizable.strings:457 +#: Resources/templates/Localizable.strings:476 #, no-wrap msgid "" "Set HDAU layout-it to 887:\n" @@ -1822,7 +1886,7 @@ "377 (0x77, 0x03, 0x00, 0x00)。" #. type: "HDAULayoutIDx888_description" -#: Resources/templates/Localizable.strings:461 +#: Resources/templates/Localizable.strings:480 #, no-wrap msgid "" "Set HDAU layout-it to 888:\n" @@ -1832,7 +1896,7 @@ "378 (0x78, 0x03, 0x00, 0x00)。" #. type: "HDAULayoutIDx889_description" -#: Resources/templates/Localizable.strings:465 +#: Resources/templates/Localizable.strings:484 #, no-wrap msgid "" "Set HDAU layout-it to 889:\n" @@ -1842,7 +1906,7 @@ "379 (0x79, 0x03, 0x00, 0x00)。" #. type: "HDAULayoutIDx892_description" -#: Resources/templates/Localizable.strings:469 +#: Resources/templates/Localizable.strings:488 #, no-wrap msgid "" "Set HDAU layout-it to 892:\n" @@ -1852,7 +1916,7 @@ "37C (0x7C, 0x03, 0x00, 0x00)。" #. type: "HDAULayoutIDx898_description" -#: Resources/templates/Localizable.strings:473 +#: Resources/templates/Localizable.strings:492 #, no-wrap msgid "" "Set HDAU layout-it to 898:\n" @@ -1862,7 +1926,7 @@ "382 (0x82, 0x03, 0x00, 0x00)。" #. type: "HDAULayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:477 +#: Resources/templates/Localizable.strings:496 #, no-wrap msgid "" "Set HDAU layout-it to 1981:\n" @@ -1872,625 +1936,625 @@ "7BD (0xBD, 0x07, 0x00, 0x00)。" #. type: "IntelCaprix00_title" -#: Resources/templates/Localizable.strings:482 +#: Resources/templates/Localizable.strings:501 #, no-wrap msgid "01660000" msgstr "01660000" #. type: "IntelCaprix00_description" -#: Resources/templates/Localizable.strings:483 +#: Resources/templates/Localizable.strings:502 #, no-wrap msgid "Set 01660000 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "設定 Intel HD4000 (Mobile) 顯示卡的 AAPL,ig-platform-id 為 01660000。" #. type: "IntelCaprix01_title" -#: Resources/templates/Localizable.strings:485 +#: Resources/templates/Localizable.strings:504 #, no-wrap msgid "01660001" msgstr "01660001" #. type: "IntelCaprix01_description" -#: Resources/templates/Localizable.strings:486 +#: Resources/templates/Localizable.strings:505 #, no-wrap msgid "Set 01660001 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "設定 Intel HD4000 (Mobile) 顯示卡的 AAPL,ig-platform-id 為 01660001。" #. type: "IntelCaprix02_title" -#: Resources/templates/Localizable.strings:488 +#: Resources/templates/Localizable.strings:507 #, no-wrap msgid "01660002" msgstr "01660002" #. type: "IntelCaprix02_description" -#: Resources/templates/Localizable.strings:489 +#: Resources/templates/Localizable.strings:508 #, no-wrap msgid "Set 01660002 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "設定 Intel HD4000 (Mobile) 顯示卡的 AAPL,ig-platform-id 為 01660002。" #. type: "IntelCaprix03_title" -#: Resources/templates/Localizable.strings:491 +#: Resources/templates/Localizable.strings:510 #, no-wrap msgid "01660003" msgstr "01660003" #. type: "IntelCaprix03_description" -#: Resources/templates/Localizable.strings:492 +#: Resources/templates/Localizable.strings:511 #, no-wrap msgid "Set 01660003 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "設定 Intel HD4000 (Mobile) 顯示卡的 AAPL,ig-platform-id 為 01660003。" #. type: "IntelCaprix04_title" -#: Resources/templates/Localizable.strings:494 +#: Resources/templates/Localizable.strings:513 #, no-wrap msgid "01660004" msgstr "01660004" #. type: "IntelCaprix04_description" -#: Resources/templates/Localizable.strings:495 +#: Resources/templates/Localizable.strings:514 #, no-wrap msgid "Set 01660004 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "設定 Intel HD4000 (Mobile) 顯示卡的 AAPL,ig-platform-id 為 01660004。" #. type: "IntelCaprix05_title" -#: Resources/templates/Localizable.strings:497 +#: Resources/templates/Localizable.strings:516 #, no-wrap msgid "01620005" msgstr "01620005" #. type: "IntelCaprix05_description" -#: Resources/templates/Localizable.strings:498 +#: Resources/templates/Localizable.strings:517 #, no-wrap msgid "Set 01620005 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "設定 Intel HD4000 (Desktop) 顯示卡的 AAPL,ig-platform-id 為 01660005。" #. type: "IntelCaprix06_title" -#: Resources/templates/Localizable.strings:500 +#: Resources/templates/Localizable.strings:519 #, no-wrap msgid "01620006" msgstr "01620006" #. type: "IntelCaprix06_description" -#: Resources/templates/Localizable.strings:501 +#: Resources/templates/Localizable.strings:520 #, no-wrap msgid "Set 01620006 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "設定 Intel HD4000 (Desktop) 顯示卡的 AAPL,ig-platform-id 為 01660006。" #. type: "IntelCaprix07_title" -#: Resources/templates/Localizable.strings:503 +#: Resources/templates/Localizable.strings:522 #, no-wrap msgid "01620007" msgstr "01620007" #. type: "IntelCaprix07_description" -#: Resources/templates/Localizable.strings:504 +#: Resources/templates/Localizable.strings:523 #, no-wrap msgid "Set 01620007 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "設定 Intel HD4000 (Desktop) 顯示卡的 AAPL,ig-platform-id 為 01660007。" #. type: "IntelCaprix08_title" -#: Resources/templates/Localizable.strings:506 +#: Resources/templates/Localizable.strings:525 #, no-wrap msgid "01660008" msgstr "01660008" #. type: "IntelCaprix08_description" -#: Resources/templates/Localizable.strings:507 +#: Resources/templates/Localizable.strings:526 #, no-wrap msgid "Set 01660008 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "設定 Intel HD4000 (Mobile) 顯示卡的 AAPL,ig-platform-id 為 01660008。" #. type: "IntelCaprix09_title" -#: Resources/templates/Localizable.strings:509 +#: Resources/templates/Localizable.strings:528 #, no-wrap msgid "01660009" msgstr "01660009" #. type: "IntelCaprix09_description" -#: Resources/templates/Localizable.strings:510 +#: Resources/templates/Localizable.strings:529 #, no-wrap msgid "Set 01660009 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "設定 Intel HD4000 (Mobile) 顯示卡的 AAPL,ig-platform-id 為 01660009。" #. type: "IntelCaprix10_title" -#: Resources/templates/Localizable.strings:512 +#: Resources/templates/Localizable.strings:531 #, no-wrap msgid "0166000a" msgstr "0166000a" #. type: "IntelCaprix10_description" -#: Resources/templates/Localizable.strings:513 +#: Resources/templates/Localizable.strings:532 #, no-wrap msgid "Set 0166000a for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "設定 Intel HD4000 (Mobile) 顯示卡的 AAPL,ig-platform-id 為 0166000a。" #. type: "IntelCaprix11_title" -#: Resources/templates/Localizable.strings:515 +#: Resources/templates/Localizable.strings:534 #, no-wrap msgid "0166000b" msgstr "0166000b" #. type: "IntelCaprix11_description" -#: Resources/templates/Localizable.strings:516 +#: Resources/templates/Localizable.strings:535 #, no-wrap msgid "Set 0166000b for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "設定 Intel HD4000 (Mobile) 顯示卡的 AAPL,ig-platform-id 為 0166000b。" #. type: "IntelAzulx00_title" -#: Resources/templates/Localizable.strings:520 +#: Resources/templates/Localizable.strings:539 #, no-wrap msgid "00000604" msgstr "00000604" #. type: "IntelAzulx00_description" -#: Resources/templates/Localizable.strings:521 +#: Resources/templates/Localizable.strings:540 #, no-wrap msgid "Set 00000604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "設定 Intel Haswell (Mobile) 顯示卡的 AAPL,ig-platform-id 為 00000604。" #. type: "IntelAzulx01_title" -#: Resources/templates/Localizable.strings:523 +#: Resources/templates/Localizable.strings:542 #, no-wrap msgid "0000060c" msgstr "0000060c" #. type: "IntelAzulx01_description" -#: Resources/templates/Localizable.strings:524 +#: Resources/templates/Localizable.strings:543 #, no-wrap msgid "Set 0000060c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "設定 Intel Haswell (Mobile) 顯示卡的 AAPL,ig-platform-id 為 0000060c。" #. type: "IntelAzulx02_title" -#: Resources/templates/Localizable.strings:526 +#: Resources/templates/Localizable.strings:545 #, no-wrap msgid "00001604" msgstr "00001604" #. type: "IntelAzulx02_description" -#: Resources/templates/Localizable.strings:527 +#: Resources/templates/Localizable.strings:546 #, no-wrap msgid "Set 00001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "設定 Intel Haswell (Mobile) 顯示卡的 AAPL,ig-platform-id 為 00001604。" #. type: "IntelAzulx03_title" -#: Resources/templates/Localizable.strings:529 +#: Resources/templates/Localizable.strings:548 #, no-wrap msgid "0000160a" msgstr "0000160a" #. type: "IntelAzulx03_description" -#: Resources/templates/Localizable.strings:530 +#: Resources/templates/Localizable.strings:549 #, no-wrap msgid "Set 0000160a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "設定 Intel Haswell (Mobile) 顯示卡的 AAPL,ig-platform-id 為 0000160a。" #. type: "IntelAzulx04_title" -#: Resources/templates/Localizable.strings:532 +#: Resources/templates/Localizable.strings:551 #, no-wrap msgid "0000160c" msgstr "0000160c" #. type: "IntelAzulx04_description" -#: Resources/templates/Localizable.strings:533 +#: Resources/templates/Localizable.strings:552 #, no-wrap msgid "Set 0000160c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "設定 Intel Haswell (Mobile) 顯示卡的 AAPL,ig-platform-id 為 0000160c。" #. type: "IntelAzulx05_title" -#: Resources/templates/Localizable.strings:535 +#: Resources/templates/Localizable.strings:554 #, no-wrap msgid "00002604" msgstr "00002604" #. type: "IntelAzulx05_description" -#: Resources/templates/Localizable.strings:536 +#: Resources/templates/Localizable.strings:555 #, no-wrap msgid "Set 00002604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "設定 Intel Haswell (Mobile) 顯示卡的 AAPL,ig-platform-id 為 00002604。" #. type: "IntelAzulx06_title" -#: Resources/templates/Localizable.strings:538 +#: Resources/templates/Localizable.strings:557 #, no-wrap msgid "0000260a" msgstr "0000260a" #. type: "IntelAzulx06_description" -#: Resources/templates/Localizable.strings:539 +#: Resources/templates/Localizable.strings:558 #, no-wrap msgid "Set 0000260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "設定 Intel Haswell (Mobile) 顯示卡的 AAPL,ig-platform-id 為 0000260a。" #. type: "IntelAzulx07_title" -#: Resources/templates/Localizable.strings:541 +#: Resources/templates/Localizable.strings:560 #, no-wrap msgid "0000260c" msgstr "0000260c" #. type: "IntelAzulx07_description" -#: Resources/templates/Localizable.strings:542 +#: Resources/templates/Localizable.strings:561 #, no-wrap msgid "Set 0600260c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "設定 Intel Haswell (Mobile) 顯示卡的 AAPL,ig-platform-id 為 0600260c。" #. type: "IntelAzulx08_title" -#: Resources/templates/Localizable.strings:544 +#: Resources/templates/Localizable.strings:563 #, no-wrap msgid "0000260d" msgstr "0000260d" #. type: "IntelAzulx08_description" -#: Resources/templates/Localizable.strings:545 +#: Resources/templates/Localizable.strings:564 #, no-wrap msgid "Set 0000260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "設定 Intel Haswell (Mobile) 顯示卡的 AAPL,ig-platform-id 為 0000260d。" #. type: "IntelAzulx09_title" -#: Resources/templates/Localizable.strings:547 +#: Resources/templates/Localizable.strings:566 #, no-wrap msgid "02001604" msgstr "02001604" #. type: "IntelAzulx09_description" -#: Resources/templates/Localizable.strings:548 +#: Resources/templates/Localizable.strings:567 #, no-wrap msgid "Set 02001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "設定 Intel Haswell (Mobile) 顯示卡的 AAPL,ig-platform-id 為 02001604。" #. type: "IntelAzulx10_title" -#: Resources/templates/Localizable.strings:550 +#: Resources/templates/Localizable.strings:569 #, no-wrap msgid "0300220d" msgstr "0300220d" #. type: "IntelAzulx10_description" -#: Resources/templates/Localizable.strings:551 +#: Resources/templates/Localizable.strings:570 #, no-wrap msgid "Set 0300220d for Intel Haswell (Desktop) AAPL,ig-platform-id." msgstr "設定 Intel Haswell (Desktop) 顯示卡的 AAPL,ig-platform-id 為 0300220d。" #. type: "IntelAzulx11_title" -#: Resources/templates/Localizable.strings:553 +#: Resources/templates/Localizable.strings:572 #, no-wrap msgid "0500260a" msgstr "0500260a" #. type: "IntelAzulx11_description" -#: Resources/templates/Localizable.strings:554 +#: Resources/templates/Localizable.strings:573 #, no-wrap msgid "Set 0500260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "設定 Intel Haswell (Mobile) 顯示卡的 AAPL,ig-platform-id 為 0500260a。" #. type: "IntelAzulx12_title" -#: Resources/templates/Localizable.strings:556 +#: Resources/templates/Localizable.strings:575 #, no-wrap msgid "0600260a" msgstr "0600260a" #. type: "IntelAzulx12_description" -#: Resources/templates/Localizable.strings:557 +#: Resources/templates/Localizable.strings:576 #, no-wrap msgid "Set 0600260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "設定 Intel Haswell (Mobile) 顯示卡的 AAPL,ig-platform-id 為 0600260a。" #. type: "IntelAzulx13_title" -#: Resources/templates/Localizable.strings:559 +#: Resources/templates/Localizable.strings:578 #, no-wrap msgid "0700260d" msgstr "0700260d" #. type: "IntelAzulx13_description" -#: Resources/templates/Localizable.strings:560 +#: Resources/templates/Localizable.strings:579 #, no-wrap msgid "Set 0700260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "設定 Intel Haswell (Mobile) 顯示卡的 AAPL,ig-platform-id 為 0700260d。" #. type: "IntelAzulx14_title" -#: Resources/templates/Localizable.strings:562 +#: Resources/templates/Localizable.strings:581 #, no-wrap msgid "0800260a" msgstr "0800260a" #. type: "IntelAzulx14_description" -#: Resources/templates/Localizable.strings:563 +#: Resources/templates/Localizable.strings:582 #, no-wrap msgid "Set 0800260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "設定 Intel Haswell (Mobile) 顯示卡的 AAPL,ig-platform-id 為 0800260a。" #. type: "IntelAzulx15_title" -#: Resources/templates/Localizable.strings:565 +#: Resources/templates/Localizable.strings:584 #, no-wrap msgid "08002e0a" msgstr "08002e0a" #. type: "IntelAzulx15_description" -#: Resources/templates/Localizable.strings:566 +#: Resources/templates/Localizable.strings:585 #, no-wrap msgid "Set 08002e0a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "設定 Intel Haswell (Mobile) 顯示卡的 AAPL,ig-platform-id 為 08002e0a。" #. type: "AD2000B_PinConf_title" -#: Resources/templates/Localizable.strings:570 +#: Resources/templates/Localizable.strings:589 #, no-wrap msgid "AD2000b" msgstr "AD2000b" #. type: "AD2000B_PinConf_description" -#: Resources/templates/Localizable.strings:571 +#: Resources/templates/Localizable.strings:590 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD2000b." msgstr "設定 Analog Devices AD2000b 的 HDEF PinConfiguration 值。" #. type: "AD1981HD_PinConf_title" -#: Resources/templates/Localizable.strings:573 +#: Resources/templates/Localizable.strings:592 #, no-wrap msgid "AD1981HD" msgstr "AD1981HD" #. type: "AD1981HD_PinConf_description" -#: Resources/templates/Localizable.strings:574 +#: Resources/templates/Localizable.strings:593 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1981HD." msgstr "設定 Analog Devices AD1981HD 的 HDEF PinConfiguration 值。" #. type: "AD1988B_PinConf_title" -#: Resources/templates/Localizable.strings:576 +#: Resources/templates/Localizable.strings:595 #, no-wrap msgid "AD1988b" msgstr "AD1988b" #. type: "AD1988B_PinConf_description" -#: Resources/templates/Localizable.strings:577 +#: Resources/templates/Localizable.strings:596 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1988b." msgstr "設定 Analog Devices AD1988b 的 HDEF PinConfiguration 值。" #. type: "ALC888_PinConf_title" -#: Resources/templates/Localizable.strings:579 +#: Resources/templates/Localizable.strings:598 #, no-wrap msgid "ALC888" msgstr "ALC888" #. type: "ALC888_PinConf_description" -#: Resources/templates/Localizable.strings:580 +#: Resources/templates/Localizable.strings:599 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC888." msgstr "設定 Realtek ALC888 的 HDEF PinConfiguration 值。" #. type: "ALC1200_PinConf_title" -#: Resources/templates/Localizable.strings:582 +#: Resources/templates/Localizable.strings:601 #, no-wrap msgid "ALC1200" msgstr "ALC1200" #. type: "ALC1200_PinConf_description" -#: Resources/templates/Localizable.strings:583 +#: Resources/templates/Localizable.strings:602 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC1200." msgstr "設定 Realtek ALC1200 的 HDEF PinConfiguration 值。" #. type: "00_PinConf_title" -#: Resources/templates/Localizable.strings:585 +#: Resources/templates/Localizable.strings:604 #, no-wrap msgid "00" msgstr "00" #. type: "00_PinConf_description" -#: Resources/templates/Localizable.strings:586 +#: Resources/templates/Localizable.strings:605 #, no-wrap msgid "Set HDEF PinConfiguration for ???." msgstr "設定 音效卡 的 HDEF PinConfiguration 值。" #. type: "GraphicsEnabler_title" -#: Resources/templates/Localizable.strings:590 +#: Resources/templates/Localizable.strings:609 #, no-wrap msgid "GraphicsEnabler=Yes" msgstr "GraphicsEnabler=Yes" #. type: "GraphicsEnabler_description" -#: Resources/templates/Localizable.strings:591 +#: Resources/templates/Localizable.strings:610 #, no-wrap msgid "Enables the option to autodetect NVIDIA, AMD/ATI or Intel based GPUs and inject the correct info." msgstr "(預設是 No) 啟用顯示卡偵測功能。自動識別 NVIDIA, AMD/ATI or Intel 顯示卡 GPU 並注入正確的設備屬性資訊。" #. type: "EnableHDMIAudio_title" -#: Resources/templates/Localizable.strings:593 +#: Resources/templates/Localizable.strings:612 #, no-wrap msgid "EnableHDMIAudio=Yes" msgstr "EnableHDMIAudio=Yes" #. type: "EnableHDMIAudio_description" -#: Resources/templates/Localizable.strings:594 +#: Resources/templates/Localizable.strings:613 #, no-wrap msgid "Inject HDMi audio for NVIDIA or AMD/ATI." msgstr "(預設是 No) 啟用 HDMI Audio 功能。適用 Nvidia 及 AMD/ATI 顯卡。" #. type: "UseIntelHDMI_title" -#: Resources/templates/Localizable.strings:596 +#: Resources/templates/Localizable.strings:615 #, no-wrap msgid "UseIntelHDMI=Yes" msgstr "UseIntelHDMI=Yes" #. type: "UseIntelHDMI_description" -#: Resources/templates/Localizable.strings:597 +#: Resources/templates/Localizable.strings:616 #, no-wrap msgid "If YES, hda-gfx=onboard-1 will be injected into the GFX0 and HDEF devices. Also, if an ATI or Nvidia HDMI device is present, they'll be assigned to onboard-2. If NO, then ATI or Nvidia devices will get onboard-1 as well as the HDAU device if present." msgstr "" #. type: "UseAtiROM_title" -#: Resources/templates/Localizable.strings:599 +#: Resources/templates/Localizable.strings:618 #, no-wrap msgid "UseAtiROM=Yes" msgstr "UseAtiROM=Yes" #. type: "UseAtiROM_description" -#: Resources/templates/Localizable.strings:600 +#: Resources/templates/Localizable.strings:619 #, no-wrap msgid "Enables UseAtiROM options." msgstr "(預設是 No) 啟用 ATI EEPRom 功能,可在不刷顯示卡 BIOS 的情況下使用修改的 Rom。請命名為 「VenderID_DeviceID_SubsysID.rom」 放置 Extra 資料夾。如:/Extra/1002_68C1_FD501179.rom。" #. type: "UseNvidiaROM_title" -#: Resources/templates/Localizable.strings:602 +#: Resources/templates/Localizable.strings:621 #, no-wrap msgid "UseNvidiaROM=Yes" msgstr "UseNvidiaROM=Yes" #. type: "UseNvidiaROM_description" -#: Resources/templates/Localizable.strings:603 +#: Resources/templates/Localizable.strings:622 #, no-wrap msgid "Enables UseNvidiaROM options." msgstr "(預設是 No) 啟用 Nvidia EEPRom 功能,可在不刷顯示卡 BIOS 的情況下使用修改的 Rom。請命名為 「VenderID_DeviceID.rom」 放置 Extra 資料夾。如:/Extra/10de_0614.rom。" #. type: "VBIOS_title" -#: Resources/templates/Localizable.strings:605 +#: Resources/templates/Localizable.strings:624 #, no-wrap msgid "VBIOS=Yes" msgstr "VBIOS=Yes" #. type: "VBIOS_description" -#: Resources/templates/Localizable.strings:606 +#: Resources/templates/Localizable.strings:625 #, no-wrap msgid "Enables VBIOS option" msgstr "(預設是 No) 啟用 Nvidia VBIOS 功能。僅針對 Nvidia 顯示卡的參數選項,ATI 顯示卡請勿使用。啟用讀取顯示卡參數,可在顯示卡資訊中顯示 ROM 修正版 資訊。" #. type: "SkipIntelGfx_title" -#: Resources/templates/Localizable.strings:608 +#: Resources/templates/Localizable.strings:627 #, no-wrap msgid "SkipIntelGfx=Yes" msgstr "SkipIntelGfx=Yes" #. type: "SkipIntelGfx_description" -#: Resources/templates/Localizable.strings:609 +#: Resources/templates/Localizable.strings:628 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for Intel based GPUs." msgstr "(預設是 No) 取消 GraphicsEnbaler 自動偵測 Intel 顯示卡晶片。" #. type: "SkipNvidiaGfx_title" -#: Resources/templates/Localizable.strings:611 +#: Resources/templates/Localizable.strings:630 #, no-wrap msgid "SkipNvidiaGfx=Yes" msgstr "SkipNvidiaGfx=Yes" #. type: "SkipNvidiaGfx_description" -#: Resources/templates/Localizable.strings:612 +#: Resources/templates/Localizable.strings:631 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for NVIDIA based GPUs." msgstr "(預設是 No) 取消 GraphicsEnbaler 自動偵測 NVIDIA 顯示卡晶片。" #. type: "SkipAtiGfx_title" -#: Resources/templates/Localizable.strings:614 +#: Resources/templates/Localizable.strings:633 #, no-wrap msgid "SkipAtiGfx=Yes" msgstr "SkipAtiGfx=Yes" #. type: "SkipAtiGfx_description" -#: Resources/templates/Localizable.strings:615 +#: Resources/templates/Localizable.strings:634 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for AMD/ATI based GPUs." msgstr "(預設是 No) 取消 GraphicsEnbaler 自動偵測 AMD/ATI 顯示卡晶片。" #. type: "EnableBacklight_title" -#: Resources/templates/Localizable.strings:617 +#: Resources/templates/Localizable.strings:636 #, no-wrap msgid "EnableBacklight=Yes" msgstr "EnableBacklight=Yes" #. type: "EnableBacklight_description" -#: Resources/templates/Localizable.strings:618 +#: Resources/templates/Localizable.strings:637 #, no-wrap msgid "Enables Backlight options for laptop with nVidia cards." msgstr "(預設是 No) 啟用桌上型 nVidia 顯示卡的 背光(Backlight) 選項。" #. type: "EnableDualLink_title" -#: Resources/templates/Localizable.strings:620 +#: Resources/templates/Localizable.strings:639 #, no-wrap msgid "EnableDualLink=Yes" msgstr "EnableDualLink=Yes" #. type: "EnableDualLink_description" -#: Resources/templates/Localizable.strings:621 +#: Resources/templates/Localizable.strings:640 #, no-wrap msgid "Enables DualLink options for nVidia and ATi cards." msgstr "(預設是 No) 啟用 nVidia 及 ATi 顯示卡的 DualLink 選項。" #. type: "NvidiaGeneric_title" -#: Resources/templates/Localizable.strings:623 +#: Resources/templates/Localizable.strings:642 #, no-wrap msgid "NvidiaGeneric=Yes" msgstr "NvidiaGeneric=Yes" #. type: "NvidiaGeneric_description" -#: Resources/templates/Localizable.strings:624 +#: Resources/templates/Localizable.strings:643 #, no-wrap msgid "Use the classic Nvidia name for the SystemProfiler (disabled by default)." msgstr "(預設是 No) 啟用 nVidia 顯示卡的 傳統名稱 (只顯示 顯示卡型號,不顯示 製造商名稱)。" #. type: "Verbose_title" -#: Resources/templates/Localizable.strings:630 +#: Resources/templates/Localizable.strings:649 #, no-wrap msgid "Verbose Mode" msgstr "-v 記錄模式" #. type: "Verbose_description" -#: Resources/templates/Localizable.strings:631 +#: Resources/templates/Localizable.strings:650 #, no-wrap msgid "Turns on verbose logging and allows you to see messages from both Chameleon and the OS X kernel at boot time. Essential for troubleshooting." msgstr "使用 (-v) 記錄模式登入,允許你在螢幕上讀取 變色龍 和 OS X 內核 兩者在開機時產生的紀錄訊息。這是在開機時排除問題的基本用法。" #. type: "Singleusermode_title" -#: Resources/templates/Localizable.strings:633 +#: Resources/templates/Localizable.strings:652 #, no-wrap msgid "Single User Mode" msgstr "-s 單一使用者模式" #. type: "Singleusermode_description" -#: Resources/templates/Localizable.strings:634 +#: Resources/templates/Localizable.strings:653 #, no-wrap msgid "A troubleshooting option used for booting into OS X's BSD/Unix command line." msgstr "使用 (-s) 單一使用者模式登入,在排除問題時,可於在開機使用 (-s) 進入 OS X 的 BSD/Unix 命令模式。" #. type: "Ignorecaches_title" -#: Resources/templates/Localizable.strings:636 +#: Resources/templates/Localizable.strings:655 #, no-wrap msgid "Ignore Caches" msgstr "-f 忽略 Caches" #. type: "Ignorecaches_description" -#: Resources/templates/Localizable.strings:637 +#: Resources/templates/Localizable.strings:656 #, no-wrap msgid "Not an option that's needed for everyday booting, but it can be useful if you want OS X to load all files from it's system folders, rather than relying on it's pre-built caches." msgstr "使用 (-f) 忽略 Caches 模式登入,並非每日開機必備的的選項,但可經由忽略預製的 Caches ,以使 OS X 可以重新載入所有位於系統目錄的 kext 檔案。" #. type: "Npci_title" -#: Resources/templates/Localizable.strings:639 +#: Resources/templates/Localizable.strings:658 #, no-wrap msgid "npci=0x2000" msgstr "npci=0x2000" #. type: "Npci_description" -#: Resources/templates/Localizable.strings:640 +#: Resources/templates/Localizable.strings:659 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x2000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "可在某些系統上排除 'PCI configuration begin' 的錯誤。0x2000 是 kIOPCIConfiguratorPFM64 flag,可在 IOPCIFamily 的 source code 中找到相關訊息。" #. type: "Npci3_title" -#: Resources/templates/Localizable.strings:642 +#: Resources/templates/Localizable.strings:661 #, no-wrap msgid "npci=0x3000" msgstr "npci=0x3000" #. type: "Npci3_description" -#: Resources/templates/Localizable.strings:643 +#: Resources/templates/Localizable.strings:662 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x3000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "可在某些系統上排除 'PCI configuration begin' 的錯誤。0x3000 是 kIOPCIConfiguratorPFM64 flag,可在 IOPCIFamily 的 source code 中找到相關訊息。" #. type: "WaitingRootDevice_title" -#: Resources/templates/Localizable.strings:645 +#: Resources/templates/Localizable.strings:664 #, no-wrap msgid "ahcidisk=1 debug=8" msgstr "ahcidisk=1 debug=8" #. type: "WaitingRootDevice_description" -#: Resources/templates/Localizable.strings:646 +#: Resources/templates/Localizable.strings:665 #, no-wrap msgid "" "Info here: Waiting for root device when kernel cache used only with some disks +FIX\n" @@ -2502,25 +2566,25 @@ "http://www.insanelymac.com/forum/topic/280062-waiting-for-root-device-when-kernel-cache-used-only-with-some-disks-fix/" #. type: "Darkwake_title" -#: Resources/templates/Localizable.strings:650 +#: Resources/templates/Localizable.strings:669 #, no-wrap msgid "darkwake=0" msgstr "darkwake=0" #. type: "Darkwake_description" -#: Resources/templates/Localizable.strings:651 +#: Resources/templates/Localizable.strings:670 #, no-wrap msgid "Lion only. Disables the 'low power wake' feature which can sometimes leave the screen black after wake from sleep." msgstr "Lion 專用。停用 'low power wake' 的功能,在螢幕睡眠喚醒之後,有時可能會發生螢幕黑屏的狀況。" #. type: "NvdaDrv1_title" -#: Resources/templates/Localizable.strings:653 +#: Resources/templates/Localizable.strings:672 #, no-wrap msgid "nvda_drv=1" msgstr "nvda_drv=1" #. type: "NvdaDrv1_description" -#: Resources/templates/Localizable.strings:654 +#: Resources/templates/Localizable.strings:673 #, no-wrap msgid "" "It introduces a new Preference Pane under System Preferences that allows you to enable the Nvidia Web Driver.\n" @@ -2534,25 +2598,25 @@ "歸功於 meklort 及 Rampage Dev 的發現。" #. type: "kext-dev-mode1_title" -#: Resources/templates/Localizable.strings:659 +#: Resources/templates/Localizable.strings:678 #, no-wrap msgid "kext-dev-mode=1" msgstr "kext-dev-mode=1" #. type: "kext-dev-mode1_description" -#: Resources/templates/Localizable.strings:660 +#: Resources/templates/Localizable.strings:679 #, no-wrap msgid "In Yosemite Developer Previews, unsigned or improperly signed kexts will not be loaded. To use unsigned kexts during development, this strict check can be disabled by adding a 'kext-dev-mode=1' boot arg." msgstr "Yosemite Developer Previews 不加載未簽署或不當簽署的 kexts,加入 kext-dev-mode=1 參數後,即可取消此嚴格限制,並可使用未簽署的 kexts。" #. type: "Dart0_title" -#: Resources/templates/Localizable.strings:662 +#: Resources/templates/Localizable.strings:681 #, no-wrap msgid "dart=0" msgstr "dart=0" #. type: "Dart0_description" -#: Resources/templates/Localizable.strings:663 +#: Resources/templates/Localizable.strings:682 #, no-wrap msgid "" "Avoiding the DMAR processing causing by VT-d function in Osx (Virtualization).\n" @@ -2562,277 +2626,283 @@ "詳情參考 bcc9 說明: http://www.insanelymac.com/forum/topic/282989-vtd0-fault-after-1082-google-hasnt-heard-of-it-any-help/#entry1867000" #. type: "mac-de_title" -#: Resources/templates/Localizable.strings:670 +#: Resources/templates/Localizable.strings:689 #, no-wrap msgid "German Mac Keyboard" msgstr "德語 Mac 鍵盤佈局" #. type: "mac-de_description" -#: Resources/templates/Localizable.strings:671 +#: Resources/templates/Localizable.strings:690 #, no-wrap msgid "Use the keyboard layout for a German Mac keyboard" msgstr "使用德國的 Mac 鍵盤的鍵盤佈局" #. type: "mac-es_title" -#: Resources/templates/Localizable.strings:673 +#: Resources/templates/Localizable.strings:692 #, no-wrap msgid "Spanish Mac Keyboard" msgstr "西班牙語 Mac 鍵盤佈局" #. type: "mac-es_description" -#: Resources/templates/Localizable.strings:674 +#: Resources/templates/Localizable.strings:693 #, no-wrap msgid "Use the keyboard layout for a Spanish Mac keyboard" msgstr "使用西班牙的 Mac 鍵盤的鍵盤佈局" #. type: "mac-fr_title" -#: Resources/templates/Localizable.strings:676 +#: Resources/templates/Localizable.strings:695 #, no-wrap msgid "French Mac Keyboard" msgstr "法語 Mac 鍵盤佈局" #. type: "mac-fr_description" -#: Resources/templates/Localizable.strings:677 +#: Resources/templates/Localizable.strings:696 #, no-wrap msgid "Use the keyboard layout for a French Mac keyboard" msgstr "使用法國的 Mac 鍵盤的鍵盤佈局" #. type: "mac-it_title" -#: Resources/templates/Localizable.strings:679 +#: Resources/templates/Localizable.strings:698 #, no-wrap msgid "Italian Mac Keyboard" msgstr "意大利語 Mac 鍵盤佈局" #. type: "mac-it_description" -#: Resources/templates/Localizable.strings:680 +#: Resources/templates/Localizable.strings:699 #, no-wrap msgid "Use the keyboard layout for an Italian Mac keyboard" msgstr "使用意大利的 Mac 鍵盤的鍵盤佈局" #. type: "mac-se_title" -#: Resources/templates/Localizable.strings:682 +#: Resources/templates/Localizable.strings:701 #, no-wrap msgid "Swedish Mac Keyboard" msgstr "瑞典語 Mac 鍵盤佈局" #. type: "mac-se_description" -#: Resources/templates/Localizable.strings:683 +#: Resources/templates/Localizable.strings:702 #, no-wrap msgid "Use the keyboard layout for a Swedish Mac keyboard" msgstr "使用瑞典的 Mac 鍵盤的鍵盤佈局" #. type: "pc-fr_title" -#: Resources/templates/Localizable.strings:685 +#: Resources/templates/Localizable.strings:704 #, no-wrap msgid "French PC Keyboard" msgstr "法語 PC 鍵盤佈局" #. type: "pc-fr_description" -#: Resources/templates/Localizable.strings:686 +#: Resources/templates/Localizable.strings:705 #, no-wrap msgid "Use the keyboard layout for a French PC keyboard" msgstr "使用法國的 PC 鍵盤的鍵盤佈局" #. type: "Embed_title" -#: Resources/templates/Localizable.strings:693 +#: Resources/templates/Localizable.strings:712 #, no-wrap msgid "Embed" msgstr "內崁主題" #. type: "Embed_description" -#: Resources/templates/Localizable.strings:694 +#: Resources/templates/Localizable.strings:713 #, no-wrap msgid "A smaller simple version of the new default theme used when building a version of Chameleon which requires an embedded theme." msgstr "Embed:小而簡單且可於編譯 boot 時,內崁在 Chameleon 裡的主題。" #. type: "Legacy_title" -#: Resources/templates/Localizable.strings:696 +#: Resources/templates/Localizable.strings:715 #, no-wrap msgid "Legacy" msgstr "傳統主題" #. type: "Legacy_description" -#: Resources/templates/Localizable.strings:697 +#: Resources/templates/Localizable.strings:716 #, no-wrap msgid "Chameleon's original default theme introduced for v2.0 RC1" msgstr "Legacy:Chameleon v2.0 RC1 的原始預設主題。" +#. type: "Default_title" +#: Resources/templates/Localizable.strings:718 +#, no-wrap +msgid "Standard" +msgstr "標準安裝" + #. type: "Default_description" -#: Resources/templates/Localizable.strings:700 +#: Resources/templates/Localizable.strings:719 #, no-wrap msgid "Chameleon default theme introduced for v2.0 RC5" msgstr "Default:Chameleon v2.0 RC5 的新版預設主題。" #. type: "Bullet_title" -#: Resources/templates/Localizable.strings:702 +#: Resources/templates/Localizable.strings:721 #, no-wrap msgid "Bullet" msgstr "子彈主題" #. type: "Bullet_description" -#: Resources/templates/Localizable.strings:703 +#: Resources/templates/Localizable.strings:722 #, no-wrap msgid "A lovely simple theme by NoSmokingBandit from April 2009." msgstr "Bullet:來自 NoSmokingBandit 2009.4 的一個小巧可愛的子彈主題。" #. type: "Audio_title" -#: Resources/templates/Localizable.strings:712 +#: Resources/templates/Localizable.strings:731 #, no-wrap msgid "Audio" msgstr "音效卡選項" #. type: "Audio_description" -#: Resources/templates/Localizable.strings:713 +#: Resources/templates/Localizable.strings:732 #, no-wrap msgid "A selection of options that deal with audio." msgstr "設定 Audio 音效卡的選項。" #. type: "Control_title" -#: Resources/templates/Localizable.strings:716 +#: Resources/templates/Localizable.strings:735 #, no-wrap msgid "Control Options" msgstr "控制選項" #. type: "Control_description" -#: Resources/templates/Localizable.strings:717 +#: Resources/templates/Localizable.strings:736 #, no-wrap msgid "Settings to control how Chameleon works." msgstr "設定控制 Chameleon 的運作方式。" #. type: "General_title" -#: Resources/templates/Localizable.strings:720 +#: Resources/templates/Localizable.strings:739 #, no-wrap msgid "General Options" msgstr "一般選項" #. type: "General_description" -#: Resources/templates/Localizable.strings:721 +#: Resources/templates/Localizable.strings:740 #, no-wrap msgid "Choose from a selection of base options." msgstr "選取一些基本的選項。" #. type: "KernelFlags_title" -#: Resources/templates/Localizable.strings:724 +#: Resources/templates/Localizable.strings:743 #, no-wrap msgid "Kernel Flags" msgstr "內核參數" #. type: "KernelFlags_description" -#: Resources/templates/Localizable.strings:725 +#: Resources/templates/Localizable.strings:744 #, no-wrap msgid "Choose from a selection of kernel flags." msgstr "選取有關 kernel flags 的各種內核參數設定。" #. type: "PowerManagement_title" -#: Resources/templates/Localizable.strings:728 +#: Resources/templates/Localizable.strings:747 #, no-wrap msgid "Power Management" msgstr "電源管理" #. type: "PowerManagement_description" -#: Resources/templates/Localizable.strings:729 +#: Resources/templates/Localizable.strings:748 #, no-wrap msgid "A selection of options that deal with power management and speedstep." msgstr "一些設定電源管理和 speedstep 的選項。" #. type: "Resolution_description" -#: Resources/templates/Localizable.strings:733 +#: Resources/templates/Localizable.strings:752 #, no-wrap msgid "Set one resolution to use." msgstr "設定選用一個解析度。" #. type: "HDEFLayout_title" -#: Resources/templates/Localizable.strings:736 +#: Resources/templates/Localizable.strings:755 #, no-wrap msgid "HDEF Layout" msgstr "音效卡 HDA 選項" #. type: "HDEFLayout_description" -#: Resources/templates/Localizable.strings:737 +#: Resources/templates/Localizable.strings:756 #, no-wrap msgid "Set one HDEF Layout ID to use for your HDA controller." msgstr "設定音效卡 HDA controller 的 HDEF Layout ID。" #. type: "HDAULayout_title" -#: Resources/templates/Localizable.strings:740 +#: Resources/templates/Localizable.strings:759 #, no-wrap msgid "HDAU Layout" msgstr "音效卡 HDMI 選項" #. type: "HDAULayout_description" -#: Resources/templates/Localizable.strings:741 +#: Resources/templates/Localizable.strings:760 #, no-wrap msgid "Set one HDAU Layout ID to use for your HDMi controller." msgstr "設定音效卡 HDMI controller 的 HDAU Layout ID。" #. type: "IntelCapri_title" -#: Resources/templates/Localizable.strings:744 +#: Resources/templates/Localizable.strings:763 #, no-wrap msgid "Intel Capri AAPL,ig-platform-id" msgstr "Intel Capri AAPL,ig-platform-id" #. type: "IntelCapri_description" -#: Resources/templates/Localizable.strings:745 +#: Resources/templates/Localizable.strings:764 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD4000." msgstr "設定一個 Intel HD4000 顯示卡的 AAPL,ig-platform-id。" #. type: "IntelAzul_title" -#: Resources/templates/Localizable.strings:748 +#: Resources/templates/Localizable.strings:767 #, no-wrap msgid "Intel Azul AAPL,ig-platform-id" msgstr "Intel Azul AAPL,ig-platform-id" #. type: "IntelAzul_description" -#: Resources/templates/Localizable.strings:749 +#: Resources/templates/Localizable.strings:768 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD5000." msgstr "設定一個 Intel HD5000 顯示卡的 AAPL,ig-platform-id。" #. type: "HDEFPinConfiguration_title" -#: Resources/templates/Localizable.strings:752 +#: Resources/templates/Localizable.strings:771 #, no-wrap msgid "HDEF PinConfiguration" msgstr "HDEF PinConfiguration" #. type: "HDEFPinConfiguration_description" -#: Resources/templates/Localizable.strings:753 +#: Resources/templates/Localizable.strings:772 #, no-wrap msgid "Set one HDEF PinConfiguration to use." msgstr "設定選用一個 HDEF PinConfiguration。" #. type: "Video_title" -#: Resources/templates/Localizable.strings:756 +#: Resources/templates/Localizable.strings:775 #, no-wrap msgid "Video" msgstr "顯示卡選項" #. type: "Video_description" -#: Resources/templates/Localizable.strings:757 +#: Resources/templates/Localizable.strings:776 #, no-wrap msgid "A selection of options that deal with video." msgstr "一些設定顯示卡的選項。" #. type: "Keymaps_title" -#: Resources/templates/Localizable.strings:760 +#: Resources/templates/Localizable.strings:779 #, no-wrap msgid "KeyLayout" msgstr "鍵盤佈局" #. type: "Keymaps_description" -#: Resources/templates/Localizable.strings:761 +#: Resources/templates/Localizable.strings:780 #, no-wrap msgid "Select one keylayout to use. This will also install the Keylayout module and keymaps." msgstr "設定選用一個鍵盤佈局。將會安裝鍵盤佈局模組與鍵盤映射文件。" #. type: "Themes_title" -#: Resources/templates/Localizable.strings:767 +#: Resources/templates/Localizable.strings:786 #, no-wrap msgid "Themes" msgstr "主題選項" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:768 +#: Resources/templates/Localizable.strings:787 #, no-wrap msgid "" "A collection of sample themes\n" @@ -2841,6 +2911,12 @@ "收集的一些主題範例。\n" "可在 http://forum.voodooprojects.org/index.php/board,7.0.html 找到更多的主題。" +#~ msgid "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" +#~ msgstr "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" + +#~ msgid "Chameleon" +#~ msgstr "Chameleon" + #~| msgid "Set 01660000 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." #~ msgid "Set 0000260c for Intel HD5000 (Mobile) AAPL,ig-platform-id." #~ msgstr "設定 Intel HD5000 (Mobile) AAPL,ig-platform-id 為 0000260c." Index: branches/ErmaC/Enoch/package/po/id.po =================================================================== --- branches/ErmaC/Enoch/package/po/id.po (revision 2678) +++ branches/ErmaC/Enoch/package/po/id.po (revision 2679) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Chameleon 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-13 18:09+0000\n" +"POT-Creation-Date: 2015-05-10 14:42+0200\n" "PO-Revision-Date: 2015-02-13 18:30-0000\n" "Last-Translator: level9 \n" "Language-Team: id \n" @@ -21,13 +21,15 @@ #. type: Content of:

#: Resources/templates/Welcome.html:22 -msgid "Chameleon" -msgstr "Chameleon" +msgid "Enoch" +msgstr "" #. type: Content of:

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

#: Resources/templates/Welcome.html:25 @@ -273,65 +275,127 @@ "boot1 (Pada boot-sector partisi) untuk menemukan boot2.\n" "boot2 (Pada root-folder partisi) untuk memuat kernel, dll." -#. type: "Default_title" +#. type: "BootNo_title" #: Resources/templates/Localizable.strings:25 -#: Resources/templates/Localizable.strings:699 #, no-wrap -msgid "Standard" -msgstr "Chameleon Standard" +msgid "Don't install the Bootloader" +msgstr "Nihil" -#. type: "Standard_description" +#. type: "BootNo_description" #: Resources/templates/Localizable.strings:26 #, no-wrap -msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." -msgstr "" -"Opsi pemasangan ini memasang ketiga berkas penting dan membuat berkas boot0 ke 440 bytes pertama dari MBR, jadi tidak akan merusak bagian Sistem Operasi Windows. Kemudian boot0 mencari berkas boot1h pada partisi pertama yang aktif.\n" -"* Metode pemasangan ini mengaktifasi pilihan partisi yang anda sudah pilih." +msgid "Useful if you only want to install the extra's." +msgstr "Tidak memasang Chameleon (berguna jika Anda hanya ingin memasang komponen tambahan)" -#. type: "noboot_title" +#. type: "Stages_title" #: Resources/templates/Localizable.strings:28 -#, no-wrap -msgid "Don't install the Bootloader" -msgstr "Nihil" +#, fuzzy, no-wrap +#| msgid "Chameleon Bootloader Package" +msgid "Bootloader Stages" +msgstr "Chameleon" -#. type: "noboot_description" +#. type: "Stages_description" #: Resources/templates/Localizable.strings:29 #, no-wrap -msgid "Useful if you only want to install the extra's." -msgstr "Tidak memasang Chameleon (berguna jika Anda hanya ingin memasang komponen tambahan)" +msgid "" +"Here you can chose to skip the bootloader installation completely or partially.\n" +"This can be usefull if you want to write Extra's, or skip some stage (0,1 and activation of the target partition).\n" +"Skipping all stages permit you to leave as is already working boot sectors, especially usefull with 4k drives.\n" +"boot is always copied to the target partition when you are skipping one or more stages." +msgstr "" +#. type: "SkipStage0_title" +#: Resources/templates/Localizable.strings:34 +#, no-wrap +msgid "Skip Stage 0" +msgstr "" + +#. type: "SkipStage0_description" +#: Resources/templates/Localizable.strings:35 +#, no-wrap +msgid "" +"Avoid writing stage 0 to the target disk.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipStage1_title" +#: Resources/templates/Localizable.strings:38 +#, no-wrap +msgid "Skip Stage 1" +msgstr "" + +#. type: "SkipStage1_description" +#: Resources/templates/Localizable.strings:39 +#, no-wrap +msgid "" +"Avoid writing stage 1 to the partition boot sector.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipActivePartition_title" +#: Resources/templates/Localizable.strings:42 +#, no-wrap +msgid "Skip Activation" +msgstr "" + +#. type: "SkipActivePartition_description" +#: Resources/templates/Localizable.strings:43 +#, no-wrap +msgid "" +"Prevents activation of the target partition.\n" +"Some old motherboards have a bad implementation of GPT in bios and they can not find partitions if marked active unger Guid Partition Table.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "Standard_title" +#: Resources/templates/Localizable.strings:47 +#, fuzzy, no-wrap +#| msgid " has been written to the root of your chosen partition." +msgid "Install Chameleon in the chosen partition." +msgstr " yang ditaruh di direktori utama dari partisi yang terinstall." + +#. type: "Standard_description" +#: Resources/templates/Localizable.strings:48 +#, fuzzy, no-wrap +#| msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." +msgid "Install Chameleon's files to the root of the selected partition using either boot0, boot0md or boot0hfs depending on your system without destroying any existing Windows installation if you have one." +msgstr "" +"Opsi pemasangan ini memasang ketiga berkas penting dan membuat berkas boot0 ke 440 bytes pertama dari MBR, jadi tidak akan merusak bagian Sistem Operasi Windows. Kemudian boot0 mencari berkas boot1h pada partisi pertama yang aktif.\n" +"* Metode pemasangan ini mengaktifasi pilihan partisi yang anda sudah pilih." + #. type: "EFI_title" -#: Resources/templates/Localizable.strings:31 +#: Resources/templates/Localizable.strings:50 #, no-wrap msgid "Install Chameleon in the ESP" msgstr "" #. type: "EFI_description" -#: Resources/templates/Localizable.strings:32 -#, no-wrap -msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +#: Resources/templates/Localizable.strings:51 +#, fuzzy, no-wrap +#| msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0, boot0md or boot0hfs depending on your system." msgstr "Pasang berkas Chameleon ke partisi normal EFI yang tersembunyi Dengan menggunakan boot0 atau boot0md bergantung pada system anda tanpa menghapus partisi windows yang ada (jika tersedia)." #. type: "Module_title" -#: Resources/templates/Localizable.strings:37 +#: Resources/templates/Localizable.strings:56 #, no-wrap msgid "Modules" msgstr "Modul Chameleon" #. type: "Module_description" -#: Resources/templates/Localizable.strings:38 +#: Resources/templates/Localizable.strings:57 #, no-wrap msgid "The modules system incorporated in chameleon allows for a user or developer to extend the core functionality of chameleon without replacing the main boot file." msgstr "Sistem modul yang tergabung dalam chameleon memungkinkan pengguna atau pengembang untuk memperluas fungsionalitas inti dari chameleon tanpa mengganti file boot utama." #. type: "klibc_title" -#: Resources/templates/Localizable.strings:40 +#: Resources/templates/Localizable.strings:59 #, no-wrap msgid "klibc" msgstr "klibc" #. type: "klibc_description" -#: Resources/templates/Localizable.strings:41 +#: Resources/templates/Localizable.strings:60 #, no-wrap msgid "" "This module provides a standard c library for modules to link to if the library provided by chameleon is insufficient.\n" @@ -343,13 +407,13 @@ "Sumber: http://www.kernel.org/pub/linux/libs/klibc/" #. type: "ACPICodec_title" -#: Resources/templates/Localizable.strings:45 +#: Resources/templates/Localizable.strings:64 #, no-wrap msgid "ACPICodec" msgstr "ACPICodec" #. type: "ACPICodec_description" -#: Resources/templates/Localizable.strings:46 +#: Resources/templates/Localizable.strings:65 #, no-wrap msgid "" "This module provides a substitute for the internal acpi patcher.\n" @@ -359,13 +423,13 @@ "Bergantung pada: tidak ada" #. type: "HDAEnabler_title" -#: Resources/templates/Localizable.strings:49 +#: Resources/templates/Localizable.strings:68 #, no-wrap msgid "HDAEnabler" msgstr "HDAEnabler" #. type: "HDAEnabler_description" -#: Resources/templates/Localizable.strings:50 +#: Resources/templates/Localizable.strings:69 #, no-wrap msgid "" "HDAEnabler module, this module provides a substitute for the Hight Definition Audio DSDT Edits.\n" @@ -375,13 +439,13 @@ "Bergantung pada: tidak ada" #. type: "FileNVRAM_title" -#: Resources/templates/Localizable.strings:53 +#: Resources/templates/Localizable.strings:72 #, no-wrap msgid "FileNVRAM" msgstr "FileNVRAM" #. type: "FileNVRAM_description" -#: Resources/templates/Localizable.strings:54 +#: Resources/templates/Localizable.strings:73 #, no-wrap msgid "" "FileNVRAM module for preloading NVRAM values.\n" @@ -389,13 +453,13 @@ msgstr "FileNVRAM modul untuk prapembebanan nilai NVRAMBergantung pada: tidak ada" #. type: "Sata_title" -#: Resources/templates/Localizable.strings:57 +#: Resources/templates/Localizable.strings:76 #, no-wrap msgid "Sata" msgstr "Sata" #. type: "Sata_description" -#: Resources/templates/Localizable.strings:58 +#: Resources/templates/Localizable.strings:77 #, no-wrap msgid "" "Sata module, known as YellowIconFixer in cparm's branch.\n" @@ -406,14 +470,14 @@ "Bergantung pada: tidak ada" #. type: "Resolution_title" -#: Resources/templates/Localizable.strings:62 -#: Resources/templates/Localizable.strings:732 +#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:751 #, no-wrap msgid "Resolution" msgstr "Resolusi" #. type: "AutoReso_description" -#: Resources/templates/Localizable.strings:63 +#: Resources/templates/Localizable.strings:82 #, no-wrap msgid "" "This module reads the edid information from the monitor attached to the main display.\n" @@ -422,13 +486,13 @@ msgstr "Modul ini membaca informasi EDID dari monitor terpasang ke tampilan utama. Modul tidak langsung terintegrasi ke dalam bagasi 'trunk' dan telah digunakan seminimal mungkin pada saat dijalankan. Selain itu, modul akan patch mode vesa tersedia dalam pra intel hd kartu grafis untuk memberikan resolusi yang tepat saat booting." #. type: "uClibc_title" -#: Resources/templates/Localizable.strings:67 +#: Resources/templates/Localizable.strings:86 #, no-wrap msgid "uClibc++" msgstr "uClibc++" #. type: "uClibc_description" -#: Resources/templates/Localizable.strings:68 +#: Resources/templates/Localizable.strings:87 #, no-wrap msgid "" "This module provides a minimalistic c++ runtime library for use in other modules. This does not provide functionality by itself, instead it is used to allow for the c++ language to be used in other modules.\n" @@ -443,13 +507,13 @@ "Ketergantungan: klibc" #. type: "KernelPatcher_title" -#: Resources/templates/Localizable.strings:73 +#: Resources/templates/Localizable.strings:92 #, no-wrap msgid "Kernel Patcher" msgstr "Kernel Patcher" #. type: "KernelPatcher_description" -#: Resources/templates/Localizable.strings:74 +#: Resources/templates/Localizable.strings:93 #, no-wrap msgid "" "The KernelPatcher module provides patches for the following:\n" @@ -467,13 +531,13 @@ "Bergantung pada: tidak ada" #. type: "KextPatcher_title" -#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:100 #, no-wrap msgid "Kext Patcher" msgstr "Kext Patcher" #. type: "KextPatcher_description" -#: Resources/templates/Localizable.strings:82 +#: Resources/templates/Localizable.strings:101 #, no-wrap msgid "" "The KextPatcher module provides patches for the following:\n" @@ -483,13 +547,13 @@ "Bergantung pada: tidak ada" #. type: "NVIDIAGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:85 +#: Resources/templates/Localizable.strings:104 #, no-wrap msgid "NVIDIAGraphicsEnabler" msgstr "NVIDIAGraphicsEnabler" #. type: "NVIDIAGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:86 +#: Resources/templates/Localizable.strings:105 #, no-wrap msgid "" "The GraphicsEnabler nVidia code ported to a module.\n" @@ -499,13 +563,13 @@ "Bergantung pada: tidak ada" #. type: "GraphicsEnablerModule_title" -#: Resources/templates/Localizable.strings:89 +#: Resources/templates/Localizable.strings:108 #, no-wrap msgid "GraphicsEnabler" msgstr "GraphicsEnabler" #. type: "GraphicsEnablerModule_description" -#: Resources/templates/Localizable.strings:90 +#: Resources/templates/Localizable.strings:109 #, no-wrap msgid "" "The GraphicsEnabler code ported to a module.\n" @@ -515,13 +579,13 @@ "Bergantung pada: tidak ada" #. type: "AMDGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:93 +#: Resources/templates/Localizable.strings:112 #, no-wrap msgid "AMDGraphicsEnabler" msgstr "AMDGraphicsEnabler" #. type: "AMDGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:94 +#: Resources/templates/Localizable.strings:113 #, no-wrap msgid "" "The GraphicsEnabler AMD/ATi code ported to a module.\n" @@ -531,13 +595,13 @@ "Bergantung pada: tidak ada" #. type: "IntelGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:97 +#: Resources/templates/Localizable.strings:116 #, no-wrap msgid "IntelGraphicsEnabler" msgstr "IntelGraphicsEnabler" #. type: "IntelGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:98 +#: Resources/templates/Localizable.strings:117 #, no-wrap msgid "" "The GraphicsEnabler gma(Intel) code ported to a module.\n" @@ -547,638 +611,638 @@ "Bergantung pada: tidak ada" #. type: "Options_title" -#: Resources/templates/Localizable.strings:106 +#: Resources/templates/Localizable.strings:125 #, no-wrap msgid "Settings" msgstr "Opsi Boot" #. type: "Options_description" -#: Resources/templates/Localizable.strings:107 +#: Resources/templates/Localizable.strings:126 #, no-wrap msgid "Create an /Extra/org.chameleon.Boot.plist by selecting any of these boot options and kernel flags." msgstr "Membuat berkas /Extra/org.chameleon.Boot.plist dan memilih pilihan anda untuk mengontrol pengaturan Chameleon anda." #. type: "BootBanner_title" -#: Resources/templates/Localizable.strings:109 +#: Resources/templates/Localizable.strings:128 #, no-wrap msgid "BootBanner=No" msgstr "BootBanner=No" #. type: "BootBanner_description" -#: Resources/templates/Localizable.strings:110 +#: Resources/templates/Localizable.strings:129 #, no-wrap msgid "Hides Chameleon's boot banner in GUI. This is the text that is drawn at the top left corner of the screen displaying the release version etc." msgstr "Menyembunyikan Judul pada tampilan awal Chameleon pada modus GUI." #. type: "GUI_title" -#: Resources/templates/Localizable.strings:112 +#: Resources/templates/Localizable.strings:131 #, no-wrap msgid "GUI=No" msgstr "GUI=No" #. type: "GUI_description" -#: Resources/templates/Localizable.strings:113 +#: Resources/templates/Localizable.strings:132 #, no-wrap msgid "Disables the default enabled graphic user interface." msgstr "Menonaktifkan GUI." #. type: "LegacyLogo_title" -#: Resources/templates/Localizable.strings:115 +#: Resources/templates/Localizable.strings:134 #, no-wrap msgid "LegacyLogo=Yes" msgstr "LegacyLogo=Yes" #. type: "LegacyLogo_description" -#: Resources/templates/Localizable.strings:116 +#: Resources/templates/Localizable.strings:135 #, no-wrap msgid "Use the legacy 'dark grey' apple logo on the light grey screen for the boot process rather than the boot.png in the theme." msgstr "Menggunakan logo asli apple (abu-abu pada latar belakang putih) pada saat proses booting daripada berkas boot.png yang ada pada tema." #. type: "InstantMenu_title" -#: Resources/templates/Localizable.strings:118 +#: Resources/templates/Localizable.strings:137 #, no-wrap msgid "InstantMenu=Yes" msgstr "InstantMenu=Yes" #. type: "InstantMenu_description" -#: Resources/templates/Localizable.strings:119 +#: Resources/templates/Localizable.strings:138 #, no-wrap msgid "By default, when Chameleon loads you'll see the icon for the current default partition, along with a timeout progress bar which left alone will count down before Chameleon automatically boots that partition. This options skips that and takes you directly to the device selection screen." msgstr "Menampilkan pilihan partisi tanpa adanya waktu time-out." #. type: "QuietBoot_title" -#: Resources/templates/Localizable.strings:121 +#: Resources/templates/Localizable.strings:140 #, no-wrap msgid "QuietBoot=Yes" msgstr "QuietBoot=Yes" #. type: "QuietBoot_description" -#: Resources/templates/Localizable.strings:122 +#: Resources/templates/Localizable.strings:141 #, no-wrap msgid "Enable quiet boot mode (no messages or prompt)." msgstr "Mengaktifkan mode 'sunyi' (tanpa pesan ataupun pertanyaan)." #. type: "ShowInfo_title" -#: Resources/templates/Localizable.strings:124 +#: Resources/templates/Localizable.strings:143 #, no-wrap msgid "ShowInfo=Yes" msgstr "ShowInfo=Yes" #. type: "ShowInfo_description" -#: Resources/templates/Localizable.strings:125 +#: Resources/templates/Localizable.strings:144 #, no-wrap msgid "Enables display of partition and resolution details shown on the left side of the GUI under the boot banner. This is useful information for troubleshooting, though can clash with certain themes." msgstr "Menon-aktifkan rincian resolusi layar dan partisi." #. type: "Wait_title" -#: Resources/templates/Localizable.strings:127 +#: Resources/templates/Localizable.strings:146 #, no-wrap msgid "Wait=Yes" msgstr "Wait=Yes" #. type: "Wait_description" -#: Resources/templates/Localizable.strings:128 +#: Resources/templates/Localizable.strings:147 #, no-wrap msgid "Pauses the boot process after Chameleon has finished it's setup then waits for a key press before it starts the mach kernel. Useful when combined with verbose boot for troubleshooting." msgstr "Memberhentikan sejenak proses boot setelah Chameleon selesai mengatur konfigurasinya dan menunggu untuk tombol untuk ditekan sebelum memulai mach kernel. Berguna pada saat dikombinasikan dengan 'verbose boot' untuk memecahkan masalah." #. type: "PrivateData_title" -#: Resources/templates/Localizable.strings:130 +#: Resources/templates/Localizable.strings:149 #, no-wrap msgid "PrivateData=No" msgstr "PrivateData=No" #. type: "PrivateData_description" -#: Resources/templates/Localizable.strings:131 +#: Resources/templates/Localizable.strings:150 #, no-wrap msgid "Show masked data (serial number) in bdmesg log (enbaled by default)." msgstr "" #. type: "USBBusFix_title" -#: Resources/templates/Localizable.strings:135 +#: Resources/templates/Localizable.strings:154 #, no-wrap msgid "USBBusFix=Yes" msgstr "USBBusFix=Yes" #. type: "USBBusFix_description" -#: Resources/templates/Localizable.strings:136 +#: Resources/templates/Localizable.strings:155 #, no-wrap msgid "Enable the XHCI, EHCI and UHCI fixes (disabled by default)." msgstr "" #. type: "USBLegacyOff_title" -#: Resources/templates/Localizable.strings:138 +#: Resources/templates/Localizable.strings:157 #, no-wrap msgid "USBLegacyOff=Yes" msgstr "USBLegacyOff=Yes" #. type: "USBLegacyOff_description" -#: Resources/templates/Localizable.strings:139 +#: Resources/templates/Localizable.strings:158 #, no-wrap msgid "Force USB Legacy off for XHCI and EHCI (disabled by default)." msgstr "" #. type: "XHCILegacyOff_title" -#: Resources/templates/Localizable.strings:141 +#: Resources/templates/Localizable.strings:160 #, no-wrap msgid "XHCILegacyOff=Yes" msgstr "XHCILegacyOff=Yes" #. type: "XHCILegacyOff_description" -#: Resources/templates/Localizable.strings:142 +#: Resources/templates/Localizable.strings:161 #, no-wrap msgid "Force USB Legacy off for XHCI (disabled by default)." msgstr "" #. type: "UHCIreset_title" -#: Resources/templates/Localizable.strings:144 +#: Resources/templates/Localizable.strings:163 #, no-wrap msgid "UHCIreset=Yes" msgstr "UHCIreset=Yes" #. type: "UHCIreset_description" -#: Resources/templates/Localizable.strings:145 +#: Resources/templates/Localizable.strings:164 #, no-wrap msgid "Enables the option to reset UHCI controllers before starting OS X." msgstr "Mengaktifkan opsi untuk mengatur-ulang pengontrol UHCI sebelum menyalakan OSX." #. type: "EHCIacquire_title" -#: Resources/templates/Localizable.strings:147 +#: Resources/templates/Localizable.strings:166 #, no-wrap msgid "EHCIacquire=Yes" msgstr "EHCIacquire=Yes" #. type: "EHCIacquire_description" -#: Resources/templates/Localizable.strings:148 +#: Resources/templates/Localizable.strings:167 #, no-wrap msgid "Enables the option to fix any EHCI ownership issues due to bad bioses." msgstr "Mengaktifkan opsi untuk membetulkan semua isu kepemilikan EHCI yang dikarenakan BIOS yang rusak." #. type: "arch_title" -#: Resources/templates/Localizable.strings:150 +#: Resources/templates/Localizable.strings:169 #, no-wrap msgid "arch=i386" msgstr "arch=i386" #. type: "arch_description" -#: Resources/templates/Localizable.strings:151 +#: Resources/templates/Localizable.strings:170 #, no-wrap msgid "Boots the kernel in 32bit mode rather than the default 64bit mode." msgstr "Jalankan kernel dalam mode 32bit daripada mode biasanya (mode 64bit)." #. type: "EthernetBuiltIn_title" -#: Resources/templates/Localizable.strings:153 +#: Resources/templates/Localizable.strings:172 #, no-wrap msgid "EthernetBuiltIn=Yes" msgstr "EthernetBuiltIn=Yes" #. type: "EthernetBuiltIn_description" -#: Resources/templates/Localizable.strings:154 +#: Resources/templates/Localizable.strings:173 #, no-wrap msgid "Enables the option of adding 'built-in' to your ethernet devices." msgstr "Mengaktifkan opsi dalam menambah ‘integrasi (built-in)’ ke perangkat ethernet anda." #. type: "EnableWifi_title" -#: Resources/templates/Localizable.strings:156 +#: Resources/templates/Localizable.strings:175 #, no-wrap msgid "EnableWifi=Yes" msgstr "EnableWifi=Yes" #. type: "EnableWifi_description" -#: Resources/templates/Localizable.strings:157 +#: Resources/templates/Localizable.strings:176 #, no-wrap msgid "Enables the option of adding AirPort values to your wireless device." msgstr "Memberikan pilihan dari penambahan nilai AirPort ke perangkat tanpa kabel Anda." #. type: "ForceHPET_title" -#: Resources/templates/Localizable.strings:159 +#: Resources/templates/Localizable.strings:178 #, no-wrap msgid "ForceHPET=Yes" msgstr "ForceHPET=Yes" #. type: "ForceHPET_description" -#: Resources/templates/Localizable.strings:160 +#: Resources/templates/Localizable.strings:179 #, no-wrap msgid "Enables HPET on intel chipsets, for bioses that dont include the option." msgstr "Menghidupkan HPET pada chipset Intel, untuk BIOS yang tidak menyertakan opsi ini." #. type: "ForceWake_title" -#: Resources/templates/Localizable.strings:162 +#: Resources/templates/Localizable.strings:181 #, no-wrap msgid "ForceWake=Yes" msgstr "ForceWake=Yes" #. type: "ForceWake_description" -#: Resources/templates/Localizable.strings:163 +#: Resources/templates/Localizable.strings:182 #, no-wrap msgid "This option enables you to bypass bad sleep images." msgstr "Opsi ini mengizinkan anda untuk melewati 'imaj tidur yang rusak'." #. type: "ForceFullMemInfo_title" -#: Resources/templates/Localizable.strings:165 +#: Resources/templates/Localizable.strings:184 #, no-wrap msgid "ForceFullMemInfo=Yes" msgstr "ForceFullMemInfo=Yes" #. type: "ForceFullMemInfo_description" -#: Resources/templates/Localizable.strings:166 +#: Resources/templates/Localizable.strings:185 #, no-wrap msgid "Force SMBIOS Table 17 to be 27 bytes long." msgstr "Memaksa Tabel SMBIOS 17 menjadi 27 bytes panjangnya." #. type: "RestartFix_title" -#: Resources/templates/Localizable.strings:168 +#: Resources/templates/Localizable.strings:187 #, no-wrap msgid "RestartFix=No" msgstr "RestartFix=No" #. type: "RestartFix_description" -#: Resources/templates/Localizable.strings:169 +#: Resources/templates/Localizable.strings:188 #, no-wrap msgid "Disables the automatically enabled restart fix." msgstr "Menonaktifkan perbaikan pada 'proses mulai-ulang secara otomatis.' " #. type: "UseMemDetect_title" -#: Resources/templates/Localizable.strings:171 +#: Resources/templates/Localizable.strings:190 #, no-wrap msgid "UseMemDetect=No" msgstr "UseMemDetect=No" #. type: "UseMemDetect_description" -#: Resources/templates/Localizable.strings:172 +#: Resources/templates/Localizable.strings:191 #, no-wrap msgid "Disables the automatically enabled RAM recognition." msgstr "Mematikan opsi pengenalan RAM yang secara otomatis dinyalakan." #. type: "UseKernelCache_title" -#: Resources/templates/Localizable.strings:174 +#: Resources/templates/Localizable.strings:193 #, no-wrap msgid "UseKernelCache=Yes" msgstr "UseKernelCache=Yes" #. type: "UseKernelCache_description" -#: Resources/templates/Localizable.strings:175 +#: Resources/templates/Localizable.strings:194 #, no-wrap msgid "For Lion only. Enables loading of the pre-linked kernel. This will ignore /E/E and /S/L/E. ONLY use this is you have know it contains everything you need." msgstr "Hanya untuk OSX Lion. Menyalakan loading of dari kernel yang sudah dilink. ini akan mengabaikan /E/E and /S/L/E. gunakan ini JIKA anda telah mengetahui semua sudah mengandung yang anda perlukan." #. type: "Wake_title" -#: Resources/templates/Localizable.strings:177 +#: Resources/templates/Localizable.strings:196 #, no-wrap msgid "Wake=Yes" msgstr "Wake=Yes" #. type: "Wake_description" -#: Resources/templates/Localizable.strings:178 +#: Resources/templates/Localizable.strings:197 #, no-wrap msgid "Attempts to load the sleep image saved from last hibernation." msgstr "Mencoba untuk memuat sleep image yang telah disimpan." #. type: "CSTUsingSystemIO_title" -#: Resources/templates/Localizable.strings:182 +#: Resources/templates/Localizable.strings:201 #, no-wrap msgid "CSTUsingSystemIO=Yes" msgstr "CSTUsingSystemIO=Yes" #. type: "CSTUsingSystemIO_description" -#: Resources/templates/Localizable.strings:183 +#: Resources/templates/Localizable.strings:202 #, no-wrap msgid "New C-State _CST generation method using SystemIO registers instead of FixedHW." msgstr "C-State Baru! Metode generasi CST dengan menggunakan registrasi SystemIO daripada FixedHW." #. type: "DropSSDT_title" -#: Resources/templates/Localizable.strings:185 +#: Resources/templates/Localizable.strings:204 #, no-wrap msgid "DropSSDT=Yes" msgstr "DropSSDT=Yes" #. type: "DropSSDT_description" -#: Resources/templates/Localizable.strings:186 +#: Resources/templates/Localizable.strings:205 #, no-wrap msgid "Discard the motherboard's built-in SSDT tables." msgstr "Menghiraukan tabel SSDT motherboard yang terintegrasi." #. type: "DropHPET_title" -#: Resources/templates/Localizable.strings:188 +#: Resources/templates/Localizable.strings:207 #, no-wrap msgid "DropHPET=Yes" msgstr "DropHPET=Yes" #. type: "DropHPET_description" -#: Resources/templates/Localizable.strings:189 +#: Resources/templates/Localizable.strings:208 #, no-wrap msgid "Discard the motherboard's built-in HPET table." msgstr "Menghiraukan tabel HPET motherboard yang terintegrasi." #. type: "DropSBST_title" -#: Resources/templates/Localizable.strings:191 +#: Resources/templates/Localizable.strings:210 #, no-wrap msgid "DropSBST=Yes" msgstr "DropSBST=Yes" #. type: "DropSBST_description" -#: Resources/templates/Localizable.strings:192 +#: Resources/templates/Localizable.strings:211 #, no-wrap msgid "Discard the motherboard's built-in SBST table." msgstr "Menghiraukan tabel SBST motherboard yang terintegrasi." #. type: "DropECDT_title" -#: Resources/templates/Localizable.strings:194 +#: Resources/templates/Localizable.strings:213 #, no-wrap msgid "DropECDT=Yes" msgstr "DropECDT=Yes" #. type: "DropECDT_description" -#: Resources/templates/Localizable.strings:195 +#: Resources/templates/Localizable.strings:214 #, no-wrap msgid "Discard the motherboard's built-in ECDT table." msgstr "Menghiraukan tabel ECDT motherboard yang terintegrasi." #. type: "DropASFT_title" -#: Resources/templates/Localizable.strings:197 +#: Resources/templates/Localizable.strings:216 #, no-wrap msgid "DropASFT=Yes" msgstr "DropASFT=Yes" #. type: "DropASFT_description" -#: Resources/templates/Localizable.strings:198 +#: Resources/templates/Localizable.strings:217 #, no-wrap msgid "Discard the motherboard's built-in ASF! table." msgstr "Menghiraukan tabel ASF! motherboard yang terintegrasi." #. type: "DropDMAR_title" -#: Resources/templates/Localizable.strings:200 +#: Resources/templates/Localizable.strings:219 #, no-wrap msgid "DropDMAR=Yes" msgstr "DropDMAR=Yes" #. type: "DropDMAR_description" -#: Resources/templates/Localizable.strings:201 +#: Resources/templates/Localizable.strings:220 #, no-wrap msgid "Discard the motherboard's built-in DMAR table, this key action resolve the problem with VT-d panics." msgstr "Membuang table DMAR yang terpasang tetap di motherboard, kunci aksi ini untuk menyelesaikan masalah dari kepanikan VT-d." #. type: "EnableC2State_title" -#: Resources/templates/Localizable.strings:203 +#: Resources/templates/Localizable.strings:222 #, no-wrap msgid "EnableC2State=Yes" msgstr "EnableC2State=Yes" #. type: "EnableC2State_description" -#: Resources/templates/Localizable.strings:204 +#: Resources/templates/Localizable.strings:223 #, no-wrap msgid "Enable specific Processor power state, C2." msgstr "Mengaktifkan bagian spesifik power Prosesor tertentu, C2." #. type: "EnableC3State_title" -#: Resources/templates/Localizable.strings:206 +#: Resources/templates/Localizable.strings:225 #, no-wrap msgid "EnableC3State=Yes" msgstr "EnableC3State=Yes" #. type: "EnableC3State_description" -#: Resources/templates/Localizable.strings:207 +#: Resources/templates/Localizable.strings:226 #, no-wrap msgid "Enable specific Processor power state, C3." msgstr "Mengaktifkan bagian spesifik power Prosesor tertentu, C3." #. type: "EnableC4State_title" -#: Resources/templates/Localizable.strings:209 +#: Resources/templates/Localizable.strings:228 #, no-wrap msgid "EnableC4State=Yes" msgstr "EnableC4State=Yes" #. type: "EnableC4State_description" -#: Resources/templates/Localizable.strings:210 +#: Resources/templates/Localizable.strings:229 #, no-wrap msgid "Enable specific Processor power state, C4." msgstr "Mengaktifkan bagian spesifik power Prosesor tertentu, C4." #. type: "EnableC6State_title" -#: Resources/templates/Localizable.strings:212 +#: Resources/templates/Localizable.strings:231 #, no-wrap msgid "EnableC6State=Yes" msgstr "EnableC6State=Yes" #. type: "EnableC6State_description" -#: Resources/templates/Localizable.strings:213 +#: Resources/templates/Localizable.strings:232 #, no-wrap msgid "Enable specific Processor power state, C6." msgstr "Mengaktifkan bagian spesifik power Prosesor tertentu, C6." #. type: "EnableC7State_title" -#: Resources/templates/Localizable.strings:215 +#: Resources/templates/Localizable.strings:234 #, no-wrap msgid "EnableC7State=Yes" msgstr "EnableC7State=Yes" #. type: "EnableC7State_description" -#: Resources/templates/Localizable.strings:216 +#: Resources/templates/Localizable.strings:235 #, no-wrap msgid "Enable specific Processor power state, C7." msgstr "Mengaktifkan bagian spesifik power Prosesor tertentu, C7." #. type: "GenerateCStates_title" -#: Resources/templates/Localizable.strings:218 +#: Resources/templates/Localizable.strings:237 #, no-wrap msgid "GenerateCStates=Yes" msgstr "GenerateCStates=Yes" #. type: "GenerateCStates_description" -#: Resources/templates/Localizable.strings:219 +#: Resources/templates/Localizable.strings:238 #, no-wrap msgid "Enable auto generation of processor idle sleep states (C-States)." msgstr "Mengaktifkan secara otomatis processor C-States." #. type: "GeneratePStates_title" -#: Resources/templates/Localizable.strings:221 +#: Resources/templates/Localizable.strings:240 #, no-wrap msgid "GeneratePStates=Yes" msgstr "GeneratePStates=Yes" #. type: "GeneratePStates_description" -#: Resources/templates/Localizable.strings:222 +#: Resources/templates/Localizable.strings:241 #, no-wrap msgid "Enable auto generation of processor power performance states (P-States)." msgstr "Mengaktifkan secara otomatis processor P-States." #. type: "GenerateTStates_title" -#: Resources/templates/Localizable.strings:224 +#: Resources/templates/Localizable.strings:243 #, no-wrap msgid "GenerateTStates=Yes" msgstr "GenerateTStates=Yes" #. type: "GenerateTStates_description" -#: Resources/templates/Localizable.strings:225 +#: Resources/templates/Localizable.strings:244 #, no-wrap msgid "Enable auto generation of processor power performance states (T-States)." msgstr "Mengaktifkan secara otomatis processor T-States." #. type: "1024x600x32_title" -#: Resources/templates/Localizable.strings:229 +#: Resources/templates/Localizable.strings:248 #, no-wrap msgid "1024x600x32" msgstr "1024x600x32" #. type: "1024x600x32_description" -#: Resources/templates/Localizable.strings:230 +#: Resources/templates/Localizable.strings:249 #, no-wrap msgid "Set Graphics Mode to 1024x600x32" msgstr "Menset resolusi ke 1024x600x32" #. type: "1024x768x32_title" -#: Resources/templates/Localizable.strings:232 +#: Resources/templates/Localizable.strings:251 #, no-wrap msgid "1024x768x32" msgstr "1024x768x32" #. type: "1024x768x32_description" -#: Resources/templates/Localizable.strings:233 +#: Resources/templates/Localizable.strings:252 #, no-wrap msgid "Set Graphics Mode to 1024x768x32" msgstr "Menset resolusi ke 1024x768x32" #. type: "1280x768x32_title" -#: Resources/templates/Localizable.strings:235 +#: Resources/templates/Localizable.strings:254 #, no-wrap msgid "1280x768x32" msgstr "1280x768x32" #. type: "1280x768x32_description" -#: Resources/templates/Localizable.strings:236 +#: Resources/templates/Localizable.strings:255 #, no-wrap msgid "Set Graphics Mode to 1280x768x32" msgstr "Menset resolusi ke 1280x768x32" #. type: "1280x800x32_title" -#: Resources/templates/Localizable.strings:238 +#: Resources/templates/Localizable.strings:257 #, no-wrap msgid "1280x800x32" msgstr "1280x800x32" #. type: "1280x800x32_description" -#: Resources/templates/Localizable.strings:239 +#: Resources/templates/Localizable.strings:258 #, no-wrap msgid "Set Graphics Mode to 1280x800x32" msgstr "Menset resolusi ke 1280x800x32" #. type: "1280x1024x32_title" -#: Resources/templates/Localizable.strings:241 +#: Resources/templates/Localizable.strings:260 #, no-wrap msgid "1280x1024x32" msgstr "1280x1024x32" #. type: "1280x1024x32_description" -#: Resources/templates/Localizable.strings:242 +#: Resources/templates/Localizable.strings:261 #, no-wrap msgid "Set Graphics Mode to 1280x1024x32" msgstr "Menset resolusi ke 1280x1024x32" #. type: "1280x960x32_title" -#: Resources/templates/Localizable.strings:244 +#: Resources/templates/Localizable.strings:263 #, no-wrap msgid "1280x960x32" msgstr "1280x960x32" #. type: "1280x960x32_description" -#: Resources/templates/Localizable.strings:245 +#: Resources/templates/Localizable.strings:264 #, no-wrap msgid "Set Graphics Mode to 1280x960x32" msgstr "Menset resolusi ke 1280x960x32" #. type: "1366x768x32_title" -#: Resources/templates/Localizable.strings:247 +#: Resources/templates/Localizable.strings:266 #, no-wrap msgid "1366x768x32" msgstr "1366x768x32" #. type: "1366x768x32_description" -#: Resources/templates/Localizable.strings:248 +#: Resources/templates/Localizable.strings:267 #, no-wrap msgid "Set Graphics Mode to 1366x768x32" msgstr "Menset resolusi ke 1366x768x32" #. type: "1440x900x32_title" -#: Resources/templates/Localizable.strings:250 +#: Resources/templates/Localizable.strings:269 #, no-wrap msgid "1440x900x32" msgstr "1440x900x32" #. type: "1440x900x32_description" -#: Resources/templates/Localizable.strings:251 +#: Resources/templates/Localizable.strings:270 #, no-wrap msgid "Set Graphics Mode to 1440x900x32" msgstr "Menset resolusi ke 1440x900x32" #. type: "1600x900x32_title" -#: Resources/templates/Localizable.strings:253 +#: Resources/templates/Localizable.strings:272 #, no-wrap msgid "1600x900x32" msgstr "1600x900x32" #. type: "1600x900x32_description" -#: Resources/templates/Localizable.strings:254 +#: Resources/templates/Localizable.strings:273 #, no-wrap msgid "Set Graphics Mode to 1600x900x32" msgstr "Menset resolusi ke 1600x900x32" #. type: "1600x1200x32_title" -#: Resources/templates/Localizable.strings:256 +#: Resources/templates/Localizable.strings:275 #, no-wrap msgid "1600x1200x32" msgstr "1600x1200x32" #. type: "1600x1200x32_description" -#: Resources/templates/Localizable.strings:257 +#: Resources/templates/Localizable.strings:276 #, no-wrap msgid "Set Graphics Mode to 1600x1200x32" msgstr "Menset resolusi ke 1600x1200x32" #. type: "1680x1050x32_title" -#: Resources/templates/Localizable.strings:259 +#: Resources/templates/Localizable.strings:278 #, no-wrap msgid "1680x1050x32" msgstr "1680x1050x32" #. type: "1680x1050x32_description" -#: Resources/templates/Localizable.strings:260 +#: Resources/templates/Localizable.strings:279 #, no-wrap msgid "Set Graphics Mode to 1680x1050x32" msgstr "Menset resolusi ke 1680x1050x32" #. type: "1920x1080x32_title" -#: Resources/templates/Localizable.strings:262 +#: Resources/templates/Localizable.strings:281 #, no-wrap msgid "1920x1080x32" msgstr "1920x1080x32" #. type: "1920x1080x32_description" -#: Resources/templates/Localizable.strings:263 +#: Resources/templates/Localizable.strings:282 #, no-wrap msgid "Set Graphics Mode to 1920x1080x32" msgstr "Menset resolusi ke 1920x1080x32" #. type: "1920x1200x32_title" -#: Resources/templates/Localizable.strings:265 +#: Resources/templates/Localizable.strings:284 #, no-wrap msgid "1920x1200x32" msgstr "1920x1200x32" #. type: "1920x1200x32_description" -#: Resources/templates/Localizable.strings:266 +#: Resources/templates/Localizable.strings:285 #, no-wrap msgid "Set Graphics Mode to 1920x1200x32" msgstr "Menset resolusi ke 1920x1200x32" #. type: "HDAULayoutIDx01_title" -#: Resources/templates/Localizable.strings:270 -#: Resources/templates/Localizable.strings:376 +#: Resources/templates/Localizable.strings:289 +#: Resources/templates/Localizable.strings:395 #, no-wrap msgid "LayoutID=1" msgstr "LayoutID=1" #. type: "HDEFLayoutIDx01_description" -#: Resources/templates/Localizable.strings:271 +#: Resources/templates/Localizable.strings:290 #, no-wrap msgid "" "Set HDEF layout-it to 1:\n" @@ -1188,14 +1252,14 @@ "001 (0x01, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx02_title" -#: Resources/templates/Localizable.strings:274 -#: Resources/templates/Localizable.strings:380 +#: Resources/templates/Localizable.strings:293 +#: Resources/templates/Localizable.strings:399 #, no-wrap msgid "LayoutID=2" msgstr "LayoutID=2" #. type: "HDEFLayoutIDx02_description" -#: Resources/templates/Localizable.strings:275 +#: Resources/templates/Localizable.strings:294 #, no-wrap msgid "" "Set HDEF layout-it to 2:\n" @@ -1205,14 +1269,14 @@ "002 (0x02, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx03_title" -#: Resources/templates/Localizable.strings:278 -#: Resources/templates/Localizable.strings:384 +#: Resources/templates/Localizable.strings:297 +#: Resources/templates/Localizable.strings:403 #, no-wrap msgid "LayoutID=3" msgstr "LayoutID=3" #. type: "HDEFLayoutIDx03_description" -#: Resources/templates/Localizable.strings:279 +#: Resources/templates/Localizable.strings:298 #, no-wrap msgid "" "Set HDEF layout-it to 3:\n" @@ -1222,14 +1286,14 @@ "003 (0x03, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx05_title" -#: Resources/templates/Localizable.strings:282 -#: Resources/templates/Localizable.strings:388 +#: Resources/templates/Localizable.strings:301 +#: Resources/templates/Localizable.strings:407 #, no-wrap msgid "LayoutID=5" msgstr "LayoutID=5" #. type: "HDEFLayoutIDx05_description" -#: Resources/templates/Localizable.strings:283 +#: Resources/templates/Localizable.strings:302 #, no-wrap msgid "" "Set HDEF layout-it to 5:\n" @@ -1239,14 +1303,14 @@ "005 (0x05, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx07_title" -#: Resources/templates/Localizable.strings:286 -#: Resources/templates/Localizable.strings:392 +#: Resources/templates/Localizable.strings:305 +#: Resources/templates/Localizable.strings:411 #, no-wrap msgid "LayoutID=7" msgstr "LayoutID=7" #. type: "HDEFLayoutIDx07_description" -#: Resources/templates/Localizable.strings:287 +#: Resources/templates/Localizable.strings:306 #, no-wrap msgid "" "Set HDEF layout-it to 7:\n" @@ -1256,14 +1320,14 @@ "007 (0x07, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx12_title" -#: Resources/templates/Localizable.strings:290 -#: Resources/templates/Localizable.strings:396 +#: Resources/templates/Localizable.strings:309 +#: Resources/templates/Localizable.strings:415 #, no-wrap msgid "LayoutID=12" msgstr "LayoutID=12" #. type: "HDEFLayoutIDx12_description" -#: Resources/templates/Localizable.strings:291 +#: Resources/templates/Localizable.strings:310 #, no-wrap msgid "" "Set HDEF layout-it to 12:\n" @@ -1273,14 +1337,14 @@ "00C (0x0C, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx32_title" -#: Resources/templates/Localizable.strings:294 -#: Resources/templates/Localizable.strings:400 +#: Resources/templates/Localizable.strings:313 +#: Resources/templates/Localizable.strings:419 #, no-wrap msgid "LayoutID=32" msgstr "LayoutID=32" #. type: "HDEFLayoutIDx32_description" -#: Resources/templates/Localizable.strings:295 +#: Resources/templates/Localizable.strings:314 #, no-wrap msgid "" "Set HDEF layout-it to 32:\n" @@ -1290,14 +1354,14 @@ "020 (0x20, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx40_title" -#: Resources/templates/Localizable.strings:298 -#: Resources/templates/Localizable.strings:404 +#: Resources/templates/Localizable.strings:317 +#: Resources/templates/Localizable.strings:423 #, no-wrap msgid "LayoutID=40" msgstr "LayoutID=40" #. type: "HDEFLayoutIDx40_description" -#: Resources/templates/Localizable.strings:299 +#: Resources/templates/Localizable.strings:318 #, no-wrap msgid "" "Set HDEF layout-it to 40:\n" @@ -1307,14 +1371,14 @@ "028 (0x28, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx65_title" -#: Resources/templates/Localizable.strings:302 -#: Resources/templates/Localizable.strings:408 +#: Resources/templates/Localizable.strings:321 +#: Resources/templates/Localizable.strings:427 #, no-wrap msgid "LayoutID=65" msgstr "LayoutID=65" #. type: "HDEFLayoutIDx65_description" -#: Resources/templates/Localizable.strings:303 +#: Resources/templates/Localizable.strings:322 #, no-wrap msgid "" "Set HDEF layout-it to 65:\n" @@ -1324,14 +1388,14 @@ "041 (0x41, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx99_title" -#: Resources/templates/Localizable.strings:306 -#: Resources/templates/Localizable.strings:412 +#: Resources/templates/Localizable.strings:325 +#: Resources/templates/Localizable.strings:431 #, no-wrap msgid "LayoutID=99" msgstr "LayoutID=99" #. type: "HDEFLayoutIDx99_description" -#: Resources/templates/Localizable.strings:307 +#: Resources/templates/Localizable.strings:326 #, no-wrap msgid "" "Set HDEF layout-it to 99:\n" @@ -1341,14 +1405,14 @@ "063 (0x63, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx269_title" -#: Resources/templates/Localizable.strings:310 -#: Resources/templates/Localizable.strings:416 +#: Resources/templates/Localizable.strings:329 +#: Resources/templates/Localizable.strings:435 #, no-wrap msgid "LayoutID=269" msgstr "LayoutID=269" #. type: "HDEFLayoutIDx269_description" -#: Resources/templates/Localizable.strings:311 +#: Resources/templates/Localizable.strings:330 #, no-wrap msgid "" "Set HDEF layout-it to 269:\n" @@ -1358,14 +1422,14 @@ "10D (0x0D, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx387_title" -#: Resources/templates/Localizable.strings:314 -#: Resources/templates/Localizable.strings:420 +#: Resources/templates/Localizable.strings:333 +#: Resources/templates/Localizable.strings:439 #, no-wrap msgid "LayoutID=387" msgstr "LayoutID=387" #. type: "HDEFLayoutIDx387_description" -#: Resources/templates/Localizable.strings:315 +#: Resources/templates/Localizable.strings:334 #, no-wrap msgid "" "Set HDEF layout-it to 387:\n" @@ -1375,14 +1439,14 @@ "183 (0x83, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx388_title" -#: Resources/templates/Localizable.strings:318 -#: Resources/templates/Localizable.strings:424 +#: Resources/templates/Localizable.strings:337 +#: Resources/templates/Localizable.strings:443 #, no-wrap msgid "LayoutID=388" msgstr "LayoutID=388" #. type: "HDEFLayoutIDx388_description" -#: Resources/templates/Localizable.strings:319 +#: Resources/templates/Localizable.strings:338 #, no-wrap msgid "" "Set HDEF layout-it to 388:\n" @@ -1392,14 +1456,14 @@ "184 (0x84, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx389_title" -#: Resources/templates/Localizable.strings:322 -#: Resources/templates/Localizable.strings:428 +#: Resources/templates/Localizable.strings:341 +#: Resources/templates/Localizable.strings:447 #, no-wrap msgid "LayoutID=389" msgstr "LayoutID=389" #. type: "HDEFLayoutIDx389_description" -#: Resources/templates/Localizable.strings:323 +#: Resources/templates/Localizable.strings:342 #, no-wrap msgid "" "Set HDEF layout-it to 389:\n" @@ -1409,14 +1473,14 @@ "185 (0x85, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx392_title" -#: Resources/templates/Localizable.strings:326 -#: Resources/templates/Localizable.strings:432 +#: Resources/templates/Localizable.strings:345 +#: Resources/templates/Localizable.strings:451 #, no-wrap msgid "LayoutID=392" msgstr "LayoutID=392" #. type: "HDEFLayoutIDx392_description" -#: Resources/templates/Localizable.strings:327 +#: Resources/templates/Localizable.strings:346 #, no-wrap msgid "" "Set HDEF layout-it to 392:\n" @@ -1426,14 +1490,14 @@ "188 (0x88, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx398_title" -#: Resources/templates/Localizable.strings:330 -#: Resources/templates/Localizable.strings:436 +#: Resources/templates/Localizable.strings:349 +#: Resources/templates/Localizable.strings:455 #, no-wrap msgid "LayoutID=398" msgstr "LayoutID=398" #. type: "HDEFLayoutIDx398_description" -#: Resources/templates/Localizable.strings:331 +#: Resources/templates/Localizable.strings:350 #, no-wrap msgid "" "Set HDEF layout-it to 398:\n" @@ -1443,14 +1507,14 @@ "18E (0x8E, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx662_title" -#: Resources/templates/Localizable.strings:334 -#: Resources/templates/Localizable.strings:440 +#: Resources/templates/Localizable.strings:353 +#: Resources/templates/Localizable.strings:459 #, no-wrap msgid "LayoutID=662" msgstr "LayoutID=662" #. type: "HDEFLayoutIDx662_description" -#: Resources/templates/Localizable.strings:335 +#: Resources/templates/Localizable.strings:354 #, no-wrap msgid "" "Set HDEF layout-it to 662:\n" @@ -1460,14 +1524,14 @@ "296 (0x96, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx663_title" -#: Resources/templates/Localizable.strings:338 -#: Resources/templates/Localizable.strings:444 +#: Resources/templates/Localizable.strings:357 +#: Resources/templates/Localizable.strings:463 #, no-wrap msgid "LayoutID=663" msgstr "LayoutID=663" #. type: "HDEFLayoutIDx663_description" -#: Resources/templates/Localizable.strings:339 +#: Resources/templates/Localizable.strings:358 #, no-wrap msgid "" "Set HDEF layout-it to 663:\n" @@ -1477,14 +1541,14 @@ "297 (0x97, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx664_title" -#: Resources/templates/Localizable.strings:342 -#: Resources/templates/Localizable.strings:448 +#: Resources/templates/Localizable.strings:361 +#: Resources/templates/Localizable.strings:467 #, no-wrap msgid "LayoutID=664" msgstr "LayoutID=664" #. type: "HDEFLayoutIDx664_description" -#: Resources/templates/Localizable.strings:343 +#: Resources/templates/Localizable.strings:362 #, no-wrap msgid "" "Set HDEF layout-it to 664:\n" @@ -1494,14 +1558,14 @@ "298 (0x98, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx885_title" -#: Resources/templates/Localizable.strings:346 -#: Resources/templates/Localizable.strings:452 +#: Resources/templates/Localizable.strings:365 +#: Resources/templates/Localizable.strings:471 #, no-wrap msgid "LayoutID=885" msgstr "LayoutID=885" #. type: "HDEFLayoutIDx885_description" -#: Resources/templates/Localizable.strings:347 +#: Resources/templates/Localizable.strings:366 #, no-wrap msgid "" "Set HDEF layout-it to 885:\n" @@ -1511,14 +1575,14 @@ "375 (0x75, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx887_title" -#: Resources/templates/Localizable.strings:350 -#: Resources/templates/Localizable.strings:456 +#: Resources/templates/Localizable.strings:369 +#: Resources/templates/Localizable.strings:475 #, no-wrap msgid "LayoutID=887" msgstr "LayoutID=887" #. type: "HDEFLayoutIDx887_description" -#: Resources/templates/Localizable.strings:351 +#: Resources/templates/Localizable.strings:370 #, no-wrap msgid "" "Set HDEF layout-it to 887:\n" @@ -1528,14 +1592,14 @@ "377 (0x77, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx888_title" -#: Resources/templates/Localizable.strings:354 -#: Resources/templates/Localizable.strings:460 +#: Resources/templates/Localizable.strings:373 +#: Resources/templates/Localizable.strings:479 #, no-wrap msgid "LayoutID=888" msgstr "LayoutID=888" #. type: "HDEFLayoutIDx888_description" -#: Resources/templates/Localizable.strings:355 +#: Resources/templates/Localizable.strings:374 #, no-wrap msgid "" "Set HDEF layout-it to 888:\n" @@ -1545,14 +1609,14 @@ "378 (0x78, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx889_title" -#: Resources/templates/Localizable.strings:358 -#: Resources/templates/Localizable.strings:464 +#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:483 #, no-wrap msgid "LayoutID=889" msgstr "LayoutID=889" #. type: "HDEFLayoutIDx889_description" -#: Resources/templates/Localizable.strings:359 +#: Resources/templates/Localizable.strings:378 #, no-wrap msgid "" "Set HDEF layout-it to 889:\n" @@ -1562,14 +1626,14 @@ "379 (0x79, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx892_title" -#: Resources/templates/Localizable.strings:362 -#: Resources/templates/Localizable.strings:468 +#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:487 #, no-wrap msgid "LayoutID=892" msgstr "LayoutID=892" #. type: "HDEFLayoutIDx892_description" -#: Resources/templates/Localizable.strings:363 +#: Resources/templates/Localizable.strings:382 #, no-wrap msgid "" "Set HDEF layout-it to 892:\n" @@ -1579,14 +1643,14 @@ "37C (0x7C, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx898_title" -#: Resources/templates/Localizable.strings:366 -#: Resources/templates/Localizable.strings:472 +#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:491 #, no-wrap msgid "LayoutID=898" msgstr "LayoutID=898" #. type: "HDEFLayoutIDx898_description" -#: Resources/templates/Localizable.strings:367 +#: Resources/templates/Localizable.strings:386 #, no-wrap msgid "" "Set HDEF layout-it to 898:\n" @@ -1596,14 +1660,14 @@ "382 (0x82, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDxBD7_title" -#: Resources/templates/Localizable.strings:370 -#: Resources/templates/Localizable.strings:476 +#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:495 #, no-wrap msgid "LayoutID=1981" msgstr "LayoutID=1981" #. type: "HDEFLayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:371 +#: Resources/templates/Localizable.strings:390 #, no-wrap msgid "" "Set HDEF layout-it to 1981:\n" @@ -1613,7 +1677,7 @@ "7BD (0xBD, 0x07, 0x00, 0x00)." #. type: "HDAULayoutIDx01_description" -#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:396 #, no-wrap msgid "" "Set HDAU layout-it to 1:\n" @@ -1623,7 +1687,7 @@ "001 (0x01, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx02_description" -#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:400 #, no-wrap msgid "" "Set HDAU layout-it to 2:\n" @@ -1633,7 +1697,7 @@ "002 (0x02, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx03_description" -#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:404 #, no-wrap msgid "" "Set HDAU layout-it to 3:\n" @@ -1643,7 +1707,7 @@ "003 (0x03, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx05_description" -#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:408 #, no-wrap msgid "" "Set HDAU layout-it to 5:\n" @@ -1653,7 +1717,7 @@ "005 (0x05, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx07_description" -#: Resources/templates/Localizable.strings:393 +#: Resources/templates/Localizable.strings:412 #, no-wrap msgid "" "Set HDAU layout-it to 7:\n" @@ -1663,7 +1727,7 @@ "007 (0x07, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx12_description" -#: Resources/templates/Localizable.strings:397 +#: Resources/templates/Localizable.strings:416 #, no-wrap msgid "" "Set HDAU layout-it to 12:\n" @@ -1673,7 +1737,7 @@ "00C (0x0C, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx32_description" -#: Resources/templates/Localizable.strings:401 +#: Resources/templates/Localizable.strings:420 #, no-wrap msgid "" "Set HDAU layout-it to 32:\n" @@ -1683,7 +1747,7 @@ "020 (0x20, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx40_description" -#: Resources/templates/Localizable.strings:405 +#: Resources/templates/Localizable.strings:424 #, no-wrap msgid "" "Set HDAU layout-it to 40:\n" @@ -1693,7 +1757,7 @@ "028 (0x28, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx65_description" -#: Resources/templates/Localizable.strings:409 +#: Resources/templates/Localizable.strings:428 #, no-wrap msgid "" "Set HDAU layout-it to 65:\n" @@ -1703,7 +1767,7 @@ "041 (0x41, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx99_description" -#: Resources/templates/Localizable.strings:413 +#: Resources/templates/Localizable.strings:432 #, no-wrap msgid "" "Set HDAU layout-it to 99:\n" @@ -1713,7 +1777,7 @@ "063 (0x63, 0x00, 0x00, 0x00)." #. type: "HDAULayoutIDx269_description" -#: Resources/templates/Localizable.strings:417 +#: Resources/templates/Localizable.strings:436 #, no-wrap msgid "" "Set HDAU layout-it to 269:\n" @@ -1723,7 +1787,7 @@ "10D (0x0D, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx387_description" -#: Resources/templates/Localizable.strings:421 +#: Resources/templates/Localizable.strings:440 #, no-wrap msgid "" "Set HDAU layout-it to 387:\n" @@ -1733,7 +1797,7 @@ "183 (0x83, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx388_description" -#: Resources/templates/Localizable.strings:425 +#: Resources/templates/Localizable.strings:444 #, no-wrap msgid "" "Set HDAU layout-it to 388:\n" @@ -1743,7 +1807,7 @@ "184 (0x84, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx389_description" -#: Resources/templates/Localizable.strings:429 +#: Resources/templates/Localizable.strings:448 #, no-wrap msgid "" "Set HDAU layout-it to 389:\n" @@ -1753,7 +1817,7 @@ "185 (0x85, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx392_description" -#: Resources/templates/Localizable.strings:433 +#: Resources/templates/Localizable.strings:452 #, no-wrap msgid "" "Set HDAU layout-it to 392:\n" @@ -1763,7 +1827,7 @@ "188 (0x88, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx398_description" -#: Resources/templates/Localizable.strings:437 +#: Resources/templates/Localizable.strings:456 #, no-wrap msgid "" "Set HDAU layout-it to 398:\n" @@ -1773,7 +1837,7 @@ "18E (0x8E, 0x01, 0x00, 0x00)." #. type: "HDAULayoutIDx662_description" -#: Resources/templates/Localizable.strings:441 +#: Resources/templates/Localizable.strings:460 #, no-wrap msgid "" "Set HDAU layout-it to 662:\n" @@ -1783,7 +1847,7 @@ "296 (0x96, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx663_description" -#: Resources/templates/Localizable.strings:445 +#: Resources/templates/Localizable.strings:464 #, no-wrap msgid "" "Set HDAU layout-it to 663:\n" @@ -1793,7 +1857,7 @@ "297 (0x97, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx664_description" -#: Resources/templates/Localizable.strings:449 +#: Resources/templates/Localizable.strings:468 #, no-wrap msgid "" "Set HDAU layout-it to 664:\n" @@ -1803,7 +1867,7 @@ "298 (0x98, 0x02, 0x00, 0x00)." #. type: "HDAULayoutIDx885_description" -#: Resources/templates/Localizable.strings:453 +#: Resources/templates/Localizable.strings:472 #, no-wrap msgid "" "Set HDAU layout-it to 885:\n" @@ -1813,7 +1877,7 @@ "375 (0x75, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx887_description" -#: Resources/templates/Localizable.strings:457 +#: Resources/templates/Localizable.strings:476 #, no-wrap msgid "" "Set HDAU layout-it to 887:\n" @@ -1823,7 +1887,7 @@ "377 (0x77, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx888_description" -#: Resources/templates/Localizable.strings:461 +#: Resources/templates/Localizable.strings:480 #, no-wrap msgid "" "Set HDAU layout-it to 888:\n" @@ -1833,7 +1897,7 @@ "378 (0x78, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx889_description" -#: Resources/templates/Localizable.strings:465 +#: Resources/templates/Localizable.strings:484 #, no-wrap msgid "" "Set HDAU layout-it to 889:\n" @@ -1843,7 +1907,7 @@ "379 (0x79, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx892_description" -#: Resources/templates/Localizable.strings:469 +#: Resources/templates/Localizable.strings:488 #, no-wrap msgid "" "Set HDAU layout-it to 892:\n" @@ -1853,7 +1917,7 @@ "37C (0x7C, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDx898_description" -#: Resources/templates/Localizable.strings:473 +#: Resources/templates/Localizable.strings:492 #, no-wrap msgid "" "Set HDAU layout-it to 898:\n" @@ -1863,7 +1927,7 @@ "382 (0x82, 0x03, 0x00, 0x00)." #. type: "HDAULayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:477 +#: Resources/templates/Localizable.strings:496 #, no-wrap msgid "" "Set HDAU layout-it to 1981:\n" @@ -1873,625 +1937,625 @@ "7BD (0xBD, 0x07, 0x00, 0x00)." #. type: "IntelCaprix00_title" -#: Resources/templates/Localizable.strings:482 +#: Resources/templates/Localizable.strings:501 #, no-wrap msgid "01660000" msgstr "01660000" #. type: "IntelCaprix00_description" -#: Resources/templates/Localizable.strings:483 +#: Resources/templates/Localizable.strings:502 #, no-wrap msgid "Set 01660000 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix01_title" -#: Resources/templates/Localizable.strings:485 +#: Resources/templates/Localizable.strings:504 #, no-wrap msgid "01660001" msgstr "01660001" #. type: "IntelCaprix01_description" -#: Resources/templates/Localizable.strings:486 +#: Resources/templates/Localizable.strings:505 #, no-wrap msgid "Set 01660001 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix02_title" -#: Resources/templates/Localizable.strings:488 +#: Resources/templates/Localizable.strings:507 #, no-wrap msgid "01660002" msgstr "01660002" #. type: "IntelCaprix02_description" -#: Resources/templates/Localizable.strings:489 +#: Resources/templates/Localizable.strings:508 #, no-wrap msgid "Set 01660002 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix03_title" -#: Resources/templates/Localizable.strings:491 +#: Resources/templates/Localizable.strings:510 #, no-wrap msgid "01660003" msgstr "01660003" #. type: "IntelCaprix03_description" -#: Resources/templates/Localizable.strings:492 +#: Resources/templates/Localizable.strings:511 #, no-wrap msgid "Set 01660003 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix04_title" -#: Resources/templates/Localizable.strings:494 +#: Resources/templates/Localizable.strings:513 #, no-wrap msgid "01660004" msgstr "01660004" #. type: "IntelCaprix04_description" -#: Resources/templates/Localizable.strings:495 +#: Resources/templates/Localizable.strings:514 #, no-wrap msgid "Set 01660004 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix05_title" -#: Resources/templates/Localizable.strings:497 +#: Resources/templates/Localizable.strings:516 #, no-wrap msgid "01620005" msgstr "01620005" #. type: "IntelCaprix05_description" -#: Resources/templates/Localizable.strings:498 +#: Resources/templates/Localizable.strings:517 #, no-wrap msgid "Set 01620005 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix06_title" -#: Resources/templates/Localizable.strings:500 +#: Resources/templates/Localizable.strings:519 #, no-wrap msgid "01620006" msgstr "01620006" #. type: "IntelCaprix06_description" -#: Resources/templates/Localizable.strings:501 +#: Resources/templates/Localizable.strings:520 #, no-wrap msgid "Set 01620006 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix07_title" -#: Resources/templates/Localizable.strings:503 +#: Resources/templates/Localizable.strings:522 #, no-wrap msgid "01620007" msgstr "01620007" #. type: "IntelCaprix07_description" -#: Resources/templates/Localizable.strings:504 +#: Resources/templates/Localizable.strings:523 #, no-wrap msgid "Set 01620007 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix08_title" -#: Resources/templates/Localizable.strings:506 +#: Resources/templates/Localizable.strings:525 #, no-wrap msgid "01660008" msgstr "01660008" #. type: "IntelCaprix08_description" -#: Resources/templates/Localizable.strings:507 +#: Resources/templates/Localizable.strings:526 #, no-wrap msgid "Set 01660008 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix09_title" -#: Resources/templates/Localizable.strings:509 +#: Resources/templates/Localizable.strings:528 #, no-wrap msgid "01660009" msgstr "01660009" #. type: "IntelCaprix09_description" -#: Resources/templates/Localizable.strings:510 +#: Resources/templates/Localizable.strings:529 #, no-wrap msgid "Set 01660009 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix10_title" -#: Resources/templates/Localizable.strings:512 +#: Resources/templates/Localizable.strings:531 #, no-wrap msgid "0166000a" msgstr "0166000a" #. type: "IntelCaprix10_description" -#: Resources/templates/Localizable.strings:513 +#: Resources/templates/Localizable.strings:532 #, no-wrap msgid "Set 0166000a for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix11_title" -#: Resources/templates/Localizable.strings:515 +#: Resources/templates/Localizable.strings:534 #, no-wrap msgid "0166000b" msgstr "0166000b" #. type: "IntelCaprix11_description" -#: Resources/templates/Localizable.strings:516 +#: Resources/templates/Localizable.strings:535 #, no-wrap msgid "Set 0166000b for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelAzulx00_title" -#: Resources/templates/Localizable.strings:520 +#: Resources/templates/Localizable.strings:539 #, no-wrap msgid "00000604" msgstr "00000604" #. type: "IntelAzulx00_description" -#: Resources/templates/Localizable.strings:521 +#: Resources/templates/Localizable.strings:540 #, no-wrap msgid "Set 00000604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx01_title" -#: Resources/templates/Localizable.strings:523 +#: Resources/templates/Localizable.strings:542 #, no-wrap msgid "0000060c" msgstr "0000060c" #. type: "IntelAzulx01_description" -#: Resources/templates/Localizable.strings:524 +#: Resources/templates/Localizable.strings:543 #, no-wrap msgid "Set 0000060c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx02_title" -#: Resources/templates/Localizable.strings:526 +#: Resources/templates/Localizable.strings:545 #, no-wrap msgid "00001604" msgstr "00001604" #. type: "IntelAzulx02_description" -#: Resources/templates/Localizable.strings:527 +#: Resources/templates/Localizable.strings:546 #, no-wrap msgid "Set 00001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx03_title" -#: Resources/templates/Localizable.strings:529 +#: Resources/templates/Localizable.strings:548 #, no-wrap msgid "0000160a" msgstr "0000160a" #. type: "IntelAzulx03_description" -#: Resources/templates/Localizable.strings:530 +#: Resources/templates/Localizable.strings:549 #, no-wrap msgid "Set 0000160a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx04_title" -#: Resources/templates/Localizable.strings:532 +#: Resources/templates/Localizable.strings:551 #, no-wrap msgid "0000160c" msgstr "0000160c" #. type: "IntelAzulx04_description" -#: Resources/templates/Localizable.strings:533 +#: Resources/templates/Localizable.strings:552 #, no-wrap msgid "Set 0000160c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx05_title" -#: Resources/templates/Localizable.strings:535 +#: Resources/templates/Localizable.strings:554 #, no-wrap msgid "00002604" msgstr "00002604" #. type: "IntelAzulx05_description" -#: Resources/templates/Localizable.strings:536 +#: Resources/templates/Localizable.strings:555 #, no-wrap msgid "Set 00002604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx06_title" -#: Resources/templates/Localizable.strings:538 +#: Resources/templates/Localizable.strings:557 #, no-wrap msgid "0000260a" msgstr "0000260a" #. type: "IntelAzulx06_description" -#: Resources/templates/Localizable.strings:539 +#: Resources/templates/Localizable.strings:558 #, no-wrap msgid "Set 0000260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx07_title" -#: Resources/templates/Localizable.strings:541 +#: Resources/templates/Localizable.strings:560 #, no-wrap msgid "0000260c" msgstr "0000260c" #. type: "IntelAzulx07_description" -#: Resources/templates/Localizable.strings:542 +#: Resources/templates/Localizable.strings:561 #, no-wrap msgid "Set 0600260c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx08_title" -#: Resources/templates/Localizable.strings:544 +#: Resources/templates/Localizable.strings:563 #, no-wrap msgid "0000260d" msgstr "0000260d" #. type: "IntelAzulx08_description" -#: Resources/templates/Localizable.strings:545 +#: Resources/templates/Localizable.strings:564 #, no-wrap msgid "Set 0000260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx09_title" -#: Resources/templates/Localizable.strings:547 +#: Resources/templates/Localizable.strings:566 #, no-wrap msgid "02001604" msgstr "02001604" #. type: "IntelAzulx09_description" -#: Resources/templates/Localizable.strings:548 +#: Resources/templates/Localizable.strings:567 #, no-wrap msgid "Set 02001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx10_title" -#: Resources/templates/Localizable.strings:550 +#: Resources/templates/Localizable.strings:569 #, no-wrap msgid "0300220d" msgstr "0300220d" #. type: "IntelAzulx10_description" -#: Resources/templates/Localizable.strings:551 +#: Resources/templates/Localizable.strings:570 #, no-wrap msgid "Set 0300220d for Intel Haswell (Desktop) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx11_title" -#: Resources/templates/Localizable.strings:553 +#: Resources/templates/Localizable.strings:572 #, no-wrap msgid "0500260a" msgstr "0500260a" #. type: "IntelAzulx11_description" -#: Resources/templates/Localizable.strings:554 +#: Resources/templates/Localizable.strings:573 #, no-wrap msgid "Set 0500260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx12_title" -#: Resources/templates/Localizable.strings:556 +#: Resources/templates/Localizable.strings:575 #, no-wrap msgid "0600260a" msgstr "0600260a" #. type: "IntelAzulx12_description" -#: Resources/templates/Localizable.strings:557 +#: Resources/templates/Localizable.strings:576 #, no-wrap msgid "Set 0600260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx13_title" -#: Resources/templates/Localizable.strings:559 +#: Resources/templates/Localizable.strings:578 #, no-wrap msgid "0700260d" msgstr "0700260d" #. type: "IntelAzulx13_description" -#: Resources/templates/Localizable.strings:560 +#: Resources/templates/Localizable.strings:579 #, no-wrap msgid "Set 0700260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx14_title" -#: Resources/templates/Localizable.strings:562 +#: Resources/templates/Localizable.strings:581 #, no-wrap msgid "0800260a" msgstr "0800260a" #. type: "IntelAzulx14_description" -#: Resources/templates/Localizable.strings:563 +#: Resources/templates/Localizable.strings:582 #, no-wrap msgid "Set 0800260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx15_title" -#: Resources/templates/Localizable.strings:565 +#: Resources/templates/Localizable.strings:584 #, no-wrap msgid "08002e0a" msgstr "08002e0a" #. type: "IntelAzulx15_description" -#: Resources/templates/Localizable.strings:566 +#: Resources/templates/Localizable.strings:585 #, no-wrap msgid "Set 08002e0a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "AD2000B_PinConf_title" -#: Resources/templates/Localizable.strings:570 +#: Resources/templates/Localizable.strings:589 #, no-wrap msgid "AD2000b" msgstr "AD2000b" #. type: "AD2000B_PinConf_description" -#: Resources/templates/Localizable.strings:571 +#: Resources/templates/Localizable.strings:590 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD2000b." msgstr "" #. type: "AD1981HD_PinConf_title" -#: Resources/templates/Localizable.strings:573 +#: Resources/templates/Localizable.strings:592 #, no-wrap msgid "AD1981HD" msgstr "AD1981HD" #. type: "AD1981HD_PinConf_description" -#: Resources/templates/Localizable.strings:574 +#: Resources/templates/Localizable.strings:593 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1981HD." msgstr "" #. type: "AD1988B_PinConf_title" -#: Resources/templates/Localizable.strings:576 +#: Resources/templates/Localizable.strings:595 #, no-wrap msgid "AD1988b" msgstr "AD1988b" #. type: "AD1988B_PinConf_description" -#: Resources/templates/Localizable.strings:577 +#: Resources/templates/Localizable.strings:596 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1988b." msgstr "" #. type: "ALC888_PinConf_title" -#: Resources/templates/Localizable.strings:579 +#: Resources/templates/Localizable.strings:598 #, no-wrap msgid "ALC888" msgstr "ALC888" #. type: "ALC888_PinConf_description" -#: Resources/templates/Localizable.strings:580 +#: Resources/templates/Localizable.strings:599 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC888." msgstr "" #. type: "ALC1200_PinConf_title" -#: Resources/templates/Localizable.strings:582 +#: Resources/templates/Localizable.strings:601 #, no-wrap msgid "ALC1200" msgstr "ALC1200" #. type: "ALC1200_PinConf_description" -#: Resources/templates/Localizable.strings:583 +#: Resources/templates/Localizable.strings:602 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC1200." msgstr "" #. type: "00_PinConf_title" -#: Resources/templates/Localizable.strings:585 +#: Resources/templates/Localizable.strings:604 #, no-wrap msgid "00" msgstr "00" #. type: "00_PinConf_description" -#: Resources/templates/Localizable.strings:586 +#: Resources/templates/Localizable.strings:605 #, no-wrap msgid "Set HDEF PinConfiguration for ???." msgstr "" #. type: "GraphicsEnabler_title" -#: Resources/templates/Localizable.strings:590 +#: Resources/templates/Localizable.strings:609 #, no-wrap msgid "GraphicsEnabler=Yes" msgstr "GraphicsEnabler=Yes" #. type: "GraphicsEnabler_description" -#: Resources/templates/Localizable.strings:591 +#: Resources/templates/Localizable.strings:610 #, no-wrap msgid "Enables the option to autodetect NVIDIA, AMD/ATI or Intel based GPUs and inject the correct info." msgstr "" #. type: "EnableHDMIAudio_title" -#: Resources/templates/Localizable.strings:593 +#: Resources/templates/Localizable.strings:612 #, no-wrap msgid "EnableHDMIAudio=Yes" msgstr "EnableHDMIAudio=Yes" #. type: "EnableHDMIAudio_description" -#: Resources/templates/Localizable.strings:594 +#: Resources/templates/Localizable.strings:613 #, no-wrap msgid "Inject HDMi audio for NVIDIA or AMD/ATI." msgstr "Inject HDMi audio for NVIDIA or AMD/ATI." #. type: "UseIntelHDMI_title" -#: Resources/templates/Localizable.strings:596 +#: Resources/templates/Localizable.strings:615 #, no-wrap msgid "UseIntelHDMI=Yes" msgstr "UseIntelHDMI=Yes" #. type: "UseIntelHDMI_description" -#: Resources/templates/Localizable.strings:597 +#: Resources/templates/Localizable.strings:616 #, no-wrap msgid "If YES, hda-gfx=onboard-1 will be injected into the GFX0 and HDEF devices. Also, if an ATI or Nvidia HDMI device is present, they'll be assigned to onboard-2. If NO, then ATI or Nvidia devices will get onboard-1 as well as the HDAU device if present." msgstr "" #. type: "UseAtiROM_title" -#: Resources/templates/Localizable.strings:599 +#: Resources/templates/Localizable.strings:618 #, no-wrap msgid "UseAtiROM=Yes" msgstr "UseAtiROM=Yes" #. type: "UseAtiROM_description" -#: Resources/templates/Localizable.strings:600 +#: Resources/templates/Localizable.strings:619 #, no-wrap msgid "Enables UseAtiROM options." msgstr "Mengaktifkan opsi 'Gunakan ROM ATi'." #. type: "UseNvidiaROM_title" -#: Resources/templates/Localizable.strings:602 +#: Resources/templates/Localizable.strings:621 #, no-wrap msgid "UseNvidiaROM=Yes" msgstr "UseNvidiaROM=Yes" #. type: "UseNvidiaROM_description" -#: Resources/templates/Localizable.strings:603 +#: Resources/templates/Localizable.strings:622 #, no-wrap msgid "Enables UseNvidiaROM options." msgstr "Mengaktifkan opsi 'Gunakan ROM nVidia'." #. type: "VBIOS_title" -#: Resources/templates/Localizable.strings:605 +#: Resources/templates/Localizable.strings:624 #, no-wrap msgid "VBIOS=Yes" msgstr "VBIOS=Yes" #. type: "VBIOS_description" -#: Resources/templates/Localizable.strings:606 +#: Resources/templates/Localizable.strings:625 #, no-wrap msgid "Enables VBIOS option" msgstr "Mengaktifkan opsi VBIOS." #. type: "SkipIntelGfx_title" -#: Resources/templates/Localizable.strings:608 +#: Resources/templates/Localizable.strings:627 #, no-wrap msgid "SkipIntelGfx=Yes" msgstr "SkipIntelGfx=Yes" #. type: "SkipIntelGfx_description" -#: Resources/templates/Localizable.strings:609 +#: Resources/templates/Localizable.strings:628 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for Intel based GPUs." msgstr "" #. type: "SkipNvidiaGfx_title" -#: Resources/templates/Localizable.strings:611 +#: Resources/templates/Localizable.strings:630 #, no-wrap msgid "SkipNvidiaGfx=Yes" msgstr "SkipNvidiaGfx=Yes" #. type: "SkipNvidiaGfx_description" -#: Resources/templates/Localizable.strings:612 +#: Resources/templates/Localizable.strings:631 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for NVIDIA based GPUs." msgstr "" #. type: "SkipAtiGfx_title" -#: Resources/templates/Localizable.strings:614 +#: Resources/templates/Localizable.strings:633 #, no-wrap msgid "SkipAtiGfx=Yes" msgstr "SkipAtiGfx=Yes" #. type: "SkipAtiGfx_description" -#: Resources/templates/Localizable.strings:615 +#: Resources/templates/Localizable.strings:634 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for AMD/ATI based GPUs." msgstr "" #. type: "EnableBacklight_title" -#: Resources/templates/Localizable.strings:617 +#: Resources/templates/Localizable.strings:636 #, no-wrap msgid "EnableBacklight=Yes" msgstr "EnableBacklight=Yes" #. type: "EnableBacklight_description" -#: Resources/templates/Localizable.strings:618 +#: Resources/templates/Localizable.strings:637 #, no-wrap msgid "Enables Backlight options for laptop with nVidia cards." msgstr "" #. type: "EnableDualLink_title" -#: Resources/templates/Localizable.strings:620 +#: Resources/templates/Localizable.strings:639 #, no-wrap msgid "EnableDualLink=Yes" msgstr "EnableDualLink=Yes" #. type: "EnableDualLink_description" -#: Resources/templates/Localizable.strings:621 +#: Resources/templates/Localizable.strings:640 #, no-wrap msgid "Enables DualLink options for nVidia and ATi cards." msgstr "" #. type: "NvidiaGeneric_title" -#: Resources/templates/Localizable.strings:623 +#: Resources/templates/Localizable.strings:642 #, no-wrap msgid "NvidiaGeneric=Yes" msgstr "NvidiaGeneric=Yes" #. type: "NvidiaGeneric_description" -#: Resources/templates/Localizable.strings:624 +#: Resources/templates/Localizable.strings:643 #, no-wrap msgid "Use the classic Nvidia name for the SystemProfiler (disabled by default)." msgstr "" #. type: "Verbose_title" -#: Resources/templates/Localizable.strings:630 +#: Resources/templates/Localizable.strings:649 #, no-wrap msgid "Verbose Mode" msgstr "Verbose Mode" #. type: "Verbose_description" -#: Resources/templates/Localizable.strings:631 +#: Resources/templates/Localizable.strings:650 #, no-wrap msgid "Turns on verbose logging and allows you to see messages from both Chameleon and the OS X kernel at boot time. Essential for troubleshooting." msgstr "Menyalakan modus terlampir (verbose) dari Chameleon dan kernel OS X kernel saat booting. Penting untuk penyelesaian masalah" #. type: "Singleusermode_title" -#: Resources/templates/Localizable.strings:633 +#: Resources/templates/Localizable.strings:652 #, no-wrap msgid "Single User Mode" msgstr "Single User Mode" #. type: "Singleusermode_description" -#: Resources/templates/Localizable.strings:634 +#: Resources/templates/Localizable.strings:653 #, no-wrap msgid "A troubleshooting option used for booting into OS X's BSD/Unix command line." msgstr "Modus opsi penyelesaian masalah dengan booting S X's BSD/Unix ke modus teks input." #. type: "Ignorecaches_title" -#: Resources/templates/Localizable.strings:636 +#: Resources/templates/Localizable.strings:655 #, no-wrap msgid "Ignore Caches" msgstr "Ignore Caches" #. type: "Ignorecaches_description" -#: Resources/templates/Localizable.strings:637 +#: Resources/templates/Localizable.strings:656 #, no-wrap msgid "Not an option that's needed for everyday booting, but it can be useful if you want OS X to load all files from it's system folders, rather than relying on it's pre-built caches." msgstr "Bukan merupakan opsi boot yang biasa digunakan sehari hari. Tapi sangat berguna jika anda ingin OS X meload semua berkas dari direktori system daripada yang sudah dicache pre-built." #. type: "Npci_title" -#: Resources/templates/Localizable.strings:639 +#: Resources/templates/Localizable.strings:658 #, no-wrap msgid "npci=0x2000" msgstr "npci=0x2000" #. type: "Npci_description" -#: Resources/templates/Localizable.strings:640 +#: Resources/templates/Localizable.strings:659 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x2000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "Mengatur bootflag npci=0x2000 pada opsi Kernel" #. type: "Npci3_title" -#: Resources/templates/Localizable.strings:642 +#: Resources/templates/Localizable.strings:661 #, no-wrap msgid "npci=0x3000" msgstr "npci=0x3000" #. type: "Npci3_description" -#: Resources/templates/Localizable.strings:643 +#: Resources/templates/Localizable.strings:662 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x3000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "Mengatur bootflag npci=0x3000 pada opsi Kernel" #. type: "WaitingRootDevice_title" -#: Resources/templates/Localizable.strings:645 +#: Resources/templates/Localizable.strings:664 #, no-wrap msgid "ahcidisk=1 debug=8" msgstr "ahcidisk=1 debug=8" #. type: "WaitingRootDevice_description" -#: Resources/templates/Localizable.strings:646 +#: Resources/templates/Localizable.strings:665 #, no-wrap msgid "" "Info here: Waiting for root device when kernel cache used only with some disks +FIX\n" @@ -2500,25 +2564,25 @@ msgstr "" #. type: "Darkwake_title" -#: Resources/templates/Localizable.strings:650 +#: Resources/templates/Localizable.strings:669 #, no-wrap msgid "darkwake=0" msgstr "darkwake=0" #. type: "Darkwake_description" -#: Resources/templates/Localizable.strings:651 +#: Resources/templates/Localizable.strings:670 #, no-wrap msgid "Lion only. Disables the 'low power wake' feature which can sometimes leave the screen black after wake from sleep." msgstr "Hanya untuk Lion. Mematikan fitur penyalaan rendah daya 'low power wake'yang dapat mengakibatkan layar gelap setelah komputer dalam posisi tidur." #. type: "NvdaDrv1_title" -#: Resources/templates/Localizable.strings:653 +#: Resources/templates/Localizable.strings:672 #, no-wrap msgid "nvda_drv=1" msgstr "nvda_drv=1" #. type: "NvdaDrv1_description" -#: Resources/templates/Localizable.strings:654 +#: Resources/templates/Localizable.strings:673 #, no-wrap msgid "" "It introduces a new Preference Pane under System Preferences that allows you to enable the Nvidia Web Driver.\n" @@ -2528,25 +2592,25 @@ msgstr "" #. type: "kext-dev-mode1_title" -#: Resources/templates/Localizable.strings:659 +#: Resources/templates/Localizable.strings:678 #, no-wrap msgid "kext-dev-mode=1" msgstr "kext-dev-mode=1" #. type: "kext-dev-mode1_description" -#: Resources/templates/Localizable.strings:660 +#: Resources/templates/Localizable.strings:679 #, no-wrap msgid "In Yosemite Developer Previews, unsigned or improperly signed kexts will not be loaded. To use unsigned kexts during development, this strict check can be disabled by adding a 'kext-dev-mode=1' boot arg." msgstr "" #. type: "Dart0_title" -#: Resources/templates/Localizable.strings:662 +#: Resources/templates/Localizable.strings:681 #, no-wrap msgid "dart=0" msgstr "dart=0" #. type: "Dart0_description" -#: Resources/templates/Localizable.strings:663 +#: Resources/templates/Localizable.strings:682 #, no-wrap msgid "" "Avoiding the DMAR processing causing by VT-d function in Osx (Virtualization).\n" @@ -2554,277 +2618,283 @@ msgstr "" #. type: "mac-de_title" -#: Resources/templates/Localizable.strings:670 +#: Resources/templates/Localizable.strings:689 #, no-wrap msgid "German Mac Keyboard" msgstr "Mac Keyboard Jerman" #. type: "mac-de_description" -#: Resources/templates/Localizable.strings:671 +#: Resources/templates/Localizable.strings:690 #, no-wrap msgid "Use the keyboard layout for a German Mac keyboard" msgstr "Menggunakan Mac keyboard Jerman" #. type: "mac-es_title" -#: Resources/templates/Localizable.strings:673 +#: Resources/templates/Localizable.strings:692 #, no-wrap msgid "Spanish Mac Keyboard" msgstr "keyboard Mac Spanyol" #. type: "mac-es_description" -#: Resources/templates/Localizable.strings:674 +#: Resources/templates/Localizable.strings:693 #, no-wrap msgid "Use the keyboard layout for a Spanish Mac keyboard" msgstr "Menggunakan keyboard Mac Spanyol" #. type: "mac-fr_title" -#: Resources/templates/Localizable.strings:676 +#: Resources/templates/Localizable.strings:695 #, no-wrap msgid "French Mac Keyboard" msgstr "keyboard Mac Perancis" #. type: "mac-fr_description" -#: Resources/templates/Localizable.strings:677 +#: Resources/templates/Localizable.strings:696 #, no-wrap msgid "Use the keyboard layout for a French Mac keyboard" msgstr "Menggunakan keyboard Mac Perancis" #. type: "mac-it_title" -#: Resources/templates/Localizable.strings:679 +#: Resources/templates/Localizable.strings:698 #, no-wrap msgid "Italian Mac Keyboard" msgstr "keyboard Mac Italia" #. type: "mac-it_description" -#: Resources/templates/Localizable.strings:680 +#: Resources/templates/Localizable.strings:699 #, no-wrap msgid "Use the keyboard layout for an Italian Mac keyboard" msgstr "Menggunakan keyboard Mac Italia" #. type: "mac-se_title" -#: Resources/templates/Localizable.strings:682 +#: Resources/templates/Localizable.strings:701 #, no-wrap msgid "Swedish Mac Keyboard" msgstr "keyboard Mac Swedia" #. type: "mac-se_description" -#: Resources/templates/Localizable.strings:683 +#: Resources/templates/Localizable.strings:702 #, no-wrap msgid "Use the keyboard layout for a Swedish Mac keyboard" msgstr "Menggunakan keyboard Mac Swedia" #. type: "pc-fr_title" -#: Resources/templates/Localizable.strings:685 +#: Resources/templates/Localizable.strings:704 #, no-wrap msgid "French PC Keyboard" msgstr "PC Keyboard Perancis" #. type: "pc-fr_description" -#: Resources/templates/Localizable.strings:686 +#: Resources/templates/Localizable.strings:705 #, no-wrap msgid "Use the keyboard layout for a French PC keyboard" msgstr "Menggunakan PC keyboard Perancis" #. type: "Embed_title" -#: Resources/templates/Localizable.strings:693 +#: Resources/templates/Localizable.strings:712 #, no-wrap msgid "Embed" msgstr "Embed" #. type: "Embed_description" -#: Resources/templates/Localizable.strings:694 +#: Resources/templates/Localizable.strings:713 #, no-wrap msgid "A smaller simple version of the new default theme used when building a version of Chameleon which requires an embedded theme." msgstr "Versi simple yang lebih kecil daripada tema dasar yang baru digunakan para seat membuat versi dari Chameleon yang dimana memerlukan sebuah tema yang 'embedded'. " #. type: "Legacy_title" -#: Resources/templates/Localizable.strings:696 +#: Resources/templates/Localizable.strings:715 #, no-wrap msgid "Legacy" msgstr "Legacy" #. type: "Legacy_description" -#: Resources/templates/Localizable.strings:697 +#: Resources/templates/Localizable.strings:716 #, no-wrap msgid "Chameleon's original default theme introduced for v2.0 RC1" msgstr "Tampilan dasar awal Chameleon" +#. type: "Default_title" +#: Resources/templates/Localizable.strings:718 +#, no-wrap +msgid "Standard" +msgstr "Chameleon Standard" + #. type: "Default_description" -#: Resources/templates/Localizable.strings:700 +#: Resources/templates/Localizable.strings:719 #, no-wrap msgid "Chameleon default theme introduced for v2.0 RC5" msgstr "Tampilan dasar baru Chameleon." #. type: "Bullet_title" -#: Resources/templates/Localizable.strings:702 +#: Resources/templates/Localizable.strings:721 #, no-wrap msgid "Bullet" msgstr "Bullet" #. type: "Bullet_description" -#: Resources/templates/Localizable.strings:703 +#: Resources/templates/Localizable.strings:722 #, no-wrap msgid "A lovely simple theme by NoSmokingBandit from April 2009." msgstr "Tema yang cantik dan simple dari NoSmokingBandit sejak April 2009." #. type: "Audio_title" -#: Resources/templates/Localizable.strings:712 +#: Resources/templates/Localizable.strings:731 #, no-wrap msgid "Audio" msgstr "Audio" #. type: "Audio_description" -#: Resources/templates/Localizable.strings:713 +#: Resources/templates/Localizable.strings:732 #, no-wrap msgid "A selection of options that deal with audio." msgstr "Opsi seleksi untuk audio." #. type: "Control_title" -#: Resources/templates/Localizable.strings:716 +#: Resources/templates/Localizable.strings:735 #, no-wrap msgid "Control Options" msgstr "Opsi Kontrol" #. type: "Control_description" -#: Resources/templates/Localizable.strings:717 +#: Resources/templates/Localizable.strings:736 #, no-wrap msgid "Settings to control how Chameleon works." msgstr "Setting untuk mengotrol kerja Chameleon." #. type: "General_title" -#: Resources/templates/Localizable.strings:720 +#: Resources/templates/Localizable.strings:739 #, no-wrap msgid "General Options" msgstr "Opsi umum" #. type: "General_description" -#: Resources/templates/Localizable.strings:721 +#: Resources/templates/Localizable.strings:740 #, no-wrap msgid "Choose from a selection of base options." msgstr "Pemilihan setting umum." #. type: "KernelFlags_title" -#: Resources/templates/Localizable.strings:724 +#: Resources/templates/Localizable.strings:743 #, no-wrap msgid "Kernel Flags" msgstr "Opsi Kernel" #. type: "KernelFlags_description" -#: Resources/templates/Localizable.strings:725 +#: Resources/templates/Localizable.strings:744 #, no-wrap msgid "Choose from a selection of kernel flags." msgstr "Pilihan seleksi opsi kernel." #. type: "PowerManagement_title" -#: Resources/templates/Localizable.strings:728 +#: Resources/templates/Localizable.strings:747 #, no-wrap msgid "Power Management" msgstr "Manajemen Daya" #. type: "PowerManagement_description" -#: Resources/templates/Localizable.strings:729 +#: Resources/templates/Localizable.strings:748 #, no-wrap msgid "A selection of options that deal with power management and speedstep." msgstr "Pilihan yang berhubungan dengan manajemen daya prosesor dan perubahan kecepatan prosesor otomatis (speedstep)." #. type: "Resolution_description" -#: Resources/templates/Localizable.strings:733 +#: Resources/templates/Localizable.strings:752 #, no-wrap msgid "Set one resolution to use." msgstr "Pilih salah satu resolusi yang ingin di gunakan." #. type: "HDEFLayout_title" -#: Resources/templates/Localizable.strings:736 +#: Resources/templates/Localizable.strings:755 #, no-wrap msgid "HDEF Layout" msgstr "HDEF Layout" #. type: "HDEFLayout_description" -#: Resources/templates/Localizable.strings:737 +#: Resources/templates/Localizable.strings:756 #, no-wrap msgid "Set one HDEF Layout ID to use for your HDA controller." msgstr "" #. type: "HDAULayout_title" -#: Resources/templates/Localizable.strings:740 +#: Resources/templates/Localizable.strings:759 #, no-wrap msgid "HDAU Layout" msgstr "HDAU Layout" #. type: "HDAULayout_description" -#: Resources/templates/Localizable.strings:741 +#: Resources/templates/Localizable.strings:760 #, no-wrap msgid "Set one HDAU Layout ID to use for your HDMi controller." msgstr "" #. type: "IntelCapri_title" -#: Resources/templates/Localizable.strings:744 +#: Resources/templates/Localizable.strings:763 #, no-wrap msgid "Intel Capri AAPL,ig-platform-id" msgstr "Intel Capri AAPL,ig-platform-id" #. type: "IntelCapri_description" -#: Resources/templates/Localizable.strings:745 +#: Resources/templates/Localizable.strings:764 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD4000." msgstr "" #. type: "IntelAzul_title" -#: Resources/templates/Localizable.strings:748 +#: Resources/templates/Localizable.strings:767 #, no-wrap msgid "Intel Azul AAPL,ig-platform-id" msgstr "Intel Azul AAPL,ig-platform-id" #. type: "IntelAzul_description" -#: Resources/templates/Localizable.strings:749 +#: Resources/templates/Localizable.strings:768 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD5000." msgstr "" #. type: "HDEFPinConfiguration_title" -#: Resources/templates/Localizable.strings:752 +#: Resources/templates/Localizable.strings:771 #, no-wrap msgid "HDEF PinConfiguration" msgstr "HDEF PinConfiguration" #. type: "HDEFPinConfiguration_description" -#: Resources/templates/Localizable.strings:753 +#: Resources/templates/Localizable.strings:772 #, no-wrap msgid "Set one HDEF PinConfiguration to use." msgstr "" #. type: "Video_title" -#: Resources/templates/Localizable.strings:756 +#: Resources/templates/Localizable.strings:775 #, no-wrap msgid "Video" msgstr "Video" #. type: "Video_description" -#: Resources/templates/Localizable.strings:757 +#: Resources/templates/Localizable.strings:776 #, no-wrap msgid "A selection of options that deal with video." msgstr "Opsi seleksi untuk video." #. type: "Keymaps_title" -#: Resources/templates/Localizable.strings:760 +#: Resources/templates/Localizable.strings:779 #, no-wrap msgid "KeyLayout" msgstr "Layout keyboard" #. type: "Keymaps_description" -#: Resources/templates/Localizable.strings:761 +#: Resources/templates/Localizable.strings:780 #, no-wrap msgid "Select one keylayout to use. This will also install the Keylayout module and keymaps." msgstr "Pilih salah satu keylayout yang ingin digunakan. Ini juga akan menginstal modul keylayout dan keymap." #. type: "Themes_title" -#: Resources/templates/Localizable.strings:767 +#: Resources/templates/Localizable.strings:786 #, no-wrap msgid "Themes" msgstr "Tema" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:768 +#: Resources/templates/Localizable.strings:787 #, no-wrap msgid "" "A collection of sample themes\n" @@ -2833,6 +2903,12 @@ "Koleksi dari tema bawaan\n" "More themes can be found at http://forum.voodooprojects.org/index.php/board,7.0.html" +#~ msgid "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" +#~ msgstr "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" + +#~ msgid "Chameleon" +#~ msgstr "Chameleon" + #~ msgid "" #~ "Choose to perform a new installation or upgrade an existing installation." #~ msgstr "" Index: branches/ErmaC/Enoch/package/po/he.po =================================================================== --- branches/ErmaC/Enoch/package/po/he.po (revision 2678) +++ branches/ErmaC/Enoch/package/po/he.po (revision 2679) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Chameleon 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-13 19:42+0000\n" +"POT-Creation-Date: 2015-05-10 14:42+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: he \n" @@ -18,12 +18,12 @@ #. type: Content of:

#: Resources/templates/Welcome.html:22 -msgid "Chameleon" +msgid "Enoch" msgstr "" #. type: Content of:

#: Resources/templates/Welcome.html:23 -msgid "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" +msgid "ErmaC's Branch of Chameleon (%CHAMELEONREVISION%)" msgstr "" #. type: Content of:

@@ -250,64 +250,123 @@ "boot2 (On the partition's root directory) for loading kernel etc." msgstr "" -#. type: "Default_title" +#. type: "BootNo_title" #: Resources/templates/Localizable.strings:25 -#: Resources/templates/Localizable.strings:699 #, no-wrap -msgid "Standard" +msgid "Don't install the Bootloader" msgstr "" -#. type: "Standard_description" +#. type: "BootNo_description" #: Resources/templates/Localizable.strings:26 #, no-wrap -msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." -msgstr "התקנת חמליאון סטנדרטית" +msgid "Useful if you only want to install the extra's." +msgstr "" -#. type: "noboot_title" +#. type: "Stages_title" #: Resources/templates/Localizable.strings:28 #, no-wrap -msgid "Don't install the Bootloader" +msgid "Bootloader Stages" msgstr "" -#. type: "noboot_description" +#. type: "Stages_description" #: Resources/templates/Localizable.strings:29 #, no-wrap -msgid "Useful if you only want to install the extra's." +msgid "" +"Here you can chose to skip the bootloader installation completely or partially.\n" +"This can be usefull if you want to write Extra's, or skip some stage (0,1 and activation of the target partition).\n" +"Skipping all stages permit you to leave as is already working boot sectors, especially usefull with 4k drives.\n" +"boot is always copied to the target partition when you are skipping one or more stages." msgstr "" +#. type: "SkipStage0_title" +#: Resources/templates/Localizable.strings:34 +#, no-wrap +msgid "Skip Stage 0" +msgstr "" + +#. type: "SkipStage0_description" +#: Resources/templates/Localizable.strings:35 +#, no-wrap +msgid "" +"Avoid writing stage 0 to the target disk.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipStage1_title" +#: Resources/templates/Localizable.strings:38 +#, no-wrap +msgid "Skip Stage 1" +msgstr "" + +#. type: "SkipStage1_description" +#: Resources/templates/Localizable.strings:39 +#, no-wrap +msgid "" +"Avoid writing stage 1 to the partition boot sector.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipActivePartition_title" +#: Resources/templates/Localizable.strings:42 +#, no-wrap +msgid "Skip Activation" +msgstr "" + +#. type: "SkipActivePartition_description" +#: Resources/templates/Localizable.strings:43 +#, no-wrap +msgid "" +"Prevents activation of the target partition.\n" +"Some old motherboards have a bad implementation of GPT in bios and they can not find partitions if marked active unger Guid Partition Table.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "Standard_title" +#: Resources/templates/Localizable.strings:47 +#, no-wrap +msgid "Install Chameleon in the chosen partition." +msgstr "" + +#. type: "Standard_description" +#: Resources/templates/Localizable.strings:48 +#, fuzzy, no-wrap +#| msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." +msgid "Install Chameleon's files to the root of the selected partition using either boot0, boot0md or boot0hfs depending on your system without destroying any existing Windows installation if you have one." +msgstr "התקנת חמליאון סטנדרטית" + #. type: "EFI_title" -#: Resources/templates/Localizable.strings:31 +#: Resources/templates/Localizable.strings:50 #, no-wrap msgid "Install Chameleon in the ESP" msgstr "" #. type: "EFI_description" -#: Resources/templates/Localizable.strings:32 +#: Resources/templates/Localizable.strings:51 #, fuzzy, no-wrap #| msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." -msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0, boot0md or boot0hfs depending on your system." msgstr "התקנת חמליאון סטנדרטית" #. type: "Module_title" -#: Resources/templates/Localizable.strings:37 +#: Resources/templates/Localizable.strings:56 #, no-wrap msgid "Modules" msgstr "" #. type: "Module_description" -#: Resources/templates/Localizable.strings:38 +#: Resources/templates/Localizable.strings:57 #, no-wrap msgid "The modules system incorporated in chameleon allows for a user or developer to extend the core functionality of chameleon without replacing the main boot file." msgstr "" #. type: "klibc_title" -#: Resources/templates/Localizable.strings:40 +#: Resources/templates/Localizable.strings:59 #, no-wrap msgid "klibc" msgstr "" #. type: "klibc_description" -#: Resources/templates/Localizable.strings:41 +#: Resources/templates/Localizable.strings:60 #, no-wrap msgid "" "This module provides a standard c library for modules to link to if the library provided by chameleon is insufficient.\n" @@ -316,13 +375,13 @@ msgstr "" #. type: "ACPICodec_title" -#: Resources/templates/Localizable.strings:45 +#: Resources/templates/Localizable.strings:64 #, no-wrap msgid "ACPICodec" msgstr "" #. type: "ACPICodec_description" -#: Resources/templates/Localizable.strings:46 +#: Resources/templates/Localizable.strings:65 #, no-wrap msgid "" "This module provides a substitute for the internal acpi patcher.\n" @@ -330,13 +389,13 @@ msgstr "" #. type: "HDAEnabler_title" -#: Resources/templates/Localizable.strings:49 +#: Resources/templates/Localizable.strings:68 #, no-wrap msgid "HDAEnabler" msgstr "" #. type: "HDAEnabler_description" -#: Resources/templates/Localizable.strings:50 +#: Resources/templates/Localizable.strings:69 #, no-wrap msgid "" "HDAEnabler module, this module provides a substitute for the Hight Definition Audio DSDT Edits.\n" @@ -344,13 +403,13 @@ msgstr "" #. type: "FileNVRAM_title" -#: Resources/templates/Localizable.strings:53 +#: Resources/templates/Localizable.strings:72 #, no-wrap msgid "FileNVRAM" msgstr "" #. type: "FileNVRAM_description" -#: Resources/templates/Localizable.strings:54 +#: Resources/templates/Localizable.strings:73 #, no-wrap msgid "" "FileNVRAM module for preloading NVRAM values.\n" @@ -358,13 +417,13 @@ msgstr "" #. type: "Sata_title" -#: Resources/templates/Localizable.strings:57 +#: Resources/templates/Localizable.strings:76 #, no-wrap msgid "Sata" msgstr "" #. type: "Sata_description" -#: Resources/templates/Localizable.strings:58 +#: Resources/templates/Localizable.strings:77 #, no-wrap msgid "" "Sata module, known as YellowIconFixer in cparm's branch.\n" @@ -373,14 +432,14 @@ msgstr "" #. type: "Resolution_title" -#: Resources/templates/Localizable.strings:62 -#: Resources/templates/Localizable.strings:732 +#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:751 #, no-wrap msgid "Resolution" msgstr "" #. type: "AutoReso_description" -#: Resources/templates/Localizable.strings:63 +#: Resources/templates/Localizable.strings:82 #, no-wrap msgid "" "This module reads the edid information from the monitor attached to the main display.\n" @@ -389,13 +448,13 @@ msgstr "" #. type: "uClibc_title" -#: Resources/templates/Localizable.strings:67 +#: Resources/templates/Localizable.strings:86 #, no-wrap msgid "uClibc++" msgstr "" #. type: "uClibc_description" -#: Resources/templates/Localizable.strings:68 +#: Resources/templates/Localizable.strings:87 #, no-wrap msgid "" "This module provides a minimalistic c++ runtime library for use in other modules. This does not provide functionality by itself, instead it is used to allow for the c++ language to be used in other modules.\n" @@ -405,13 +464,13 @@ msgstr "" #. type: "KernelPatcher_title" -#: Resources/templates/Localizable.strings:73 +#: Resources/templates/Localizable.strings:92 #, no-wrap msgid "Kernel Patcher" msgstr "" #. type: "KernelPatcher_description" -#: Resources/templates/Localizable.strings:74 +#: Resources/templates/Localizable.strings:93 #, no-wrap msgid "" "The KernelPatcher module provides patches for the following:\n" @@ -423,13 +482,13 @@ msgstr "" #. type: "KextPatcher_title" -#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:100 #, no-wrap msgid "Kext Patcher" msgstr "" #. type: "KextPatcher_description" -#: Resources/templates/Localizable.strings:82 +#: Resources/templates/Localizable.strings:101 #, no-wrap msgid "" "The KextPatcher module provides patches for the following:\n" @@ -437,14 +496,14 @@ msgstr "" #. type: "NVIDIAGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:85 +#: Resources/templates/Localizable.strings:104 #, fuzzy, no-wrap #| msgid "GraphicsEnabler=Yes" msgid "NVIDIAGraphicsEnabler" msgstr "GraphicsEnabler" #. type: "NVIDIAGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:86 +#: Resources/templates/Localizable.strings:105 #, no-wrap msgid "" "The GraphicsEnabler nVidia code ported to a module.\n" @@ -452,14 +511,14 @@ msgstr "" #. type: "GraphicsEnablerModule_title" -#: Resources/templates/Localizable.strings:89 +#: Resources/templates/Localizable.strings:108 #, fuzzy, no-wrap #| msgid "GraphicsEnabler=Yes" msgid "GraphicsEnabler" msgstr "GraphicsEnabler" #. type: "GraphicsEnablerModule_description" -#: Resources/templates/Localizable.strings:90 +#: Resources/templates/Localizable.strings:109 #, no-wrap msgid "" "The GraphicsEnabler code ported to a module.\n" @@ -467,14 +526,14 @@ msgstr "" #. type: "AMDGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:93 +#: Resources/templates/Localizable.strings:112 #, fuzzy, no-wrap #| msgid "GraphicsEnabler=Yes" msgid "AMDGraphicsEnabler" msgstr "GraphicsEnabler" #. type: "AMDGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:94 +#: Resources/templates/Localizable.strings:113 #, no-wrap msgid "" "The GraphicsEnabler AMD/ATi code ported to a module.\n" @@ -482,14 +541,14 @@ msgstr "" #. type: "IntelGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:97 +#: Resources/templates/Localizable.strings:116 #, fuzzy, no-wrap #| msgid "GraphicsEnabler=Yes" msgid "IntelGraphicsEnabler" msgstr "GraphicsEnabler" #. type: "IntelGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:98 +#: Resources/templates/Localizable.strings:117 #, no-wrap msgid "" "The GraphicsEnabler gma(Intel) code ported to a module.\n" @@ -497,645 +556,645 @@ msgstr "" #. type: "Options_title" -#: Resources/templates/Localizable.strings:106 +#: Resources/templates/Localizable.strings:125 #, no-wrap msgid "Settings" msgstr "" #. type: "Options_description" -#: Resources/templates/Localizable.strings:107 +#: Resources/templates/Localizable.strings:126 #, no-wrap msgid "Create an /Extra/org.chameleon.Boot.plist by selecting any of these boot options and kernel flags." msgstr "הגדרת אפשרויות לפי ברירת מחדל" #. type: "BootBanner_title" -#: Resources/templates/Localizable.strings:109 +#: Resources/templates/Localizable.strings:128 #, no-wrap msgid "BootBanner=No" msgstr "" #. type: "BootBanner_description" -#: Resources/templates/Localizable.strings:110 +#: Resources/templates/Localizable.strings:129 #, no-wrap msgid "Hides Chameleon's boot banner in GUI. This is the text that is drawn at the top left corner of the screen displaying the release version etc." msgstr "" #. type: "GUI_title" -#: Resources/templates/Localizable.strings:112 +#: Resources/templates/Localizable.strings:131 #, no-wrap msgid "GUI=No" msgstr "" #. type: "GUI_description" -#: Resources/templates/Localizable.strings:113 +#: Resources/templates/Localizable.strings:132 #, no-wrap msgid "Disables the default enabled graphic user interface." msgstr "ביטול ממשק גרפי, הוספת GUI=n לקובץ org.chameleon.Boot.plist" #. type: "LegacyLogo_title" -#: Resources/templates/Localizable.strings:115 +#: Resources/templates/Localizable.strings:134 #, no-wrap msgid "LegacyLogo=Yes" msgstr "" #. type: "LegacyLogo_description" -#: Resources/templates/Localizable.strings:116 +#: Resources/templates/Localizable.strings:135 #, no-wrap msgid "Use the legacy 'dark grey' apple logo on the light grey screen for the boot process rather than the boot.png in the theme." msgstr "" #. type: "InstantMenu_title" -#: Resources/templates/Localizable.strings:118 +#: Resources/templates/Localizable.strings:137 #, no-wrap msgid "InstantMenu=Yes" msgstr "" #. type: "InstantMenu_description" -#: Resources/templates/Localizable.strings:119 +#: Resources/templates/Localizable.strings:138 #, no-wrap msgid "By default, when Chameleon loads you'll see the icon for the current default partition, along with a timeout progress bar which left alone will count down before Chameleon automatically boots that partition. This options skips that and takes you directly to the device selection screen." msgstr "" #. type: "QuietBoot_title" -#: Resources/templates/Localizable.strings:121 +#: Resources/templates/Localizable.strings:140 #, no-wrap msgid "QuietBoot=Yes" msgstr "" #. type: "QuietBoot_description" -#: Resources/templates/Localizable.strings:122 +#: Resources/templates/Localizable.strings:141 #, no-wrap msgid "Enable quiet boot mode (no messages or prompt)." msgstr "" #. type: "ShowInfo_title" -#: Resources/templates/Localizable.strings:124 +#: Resources/templates/Localizable.strings:143 #, no-wrap msgid "ShowInfo=Yes" msgstr "" #. type: "ShowInfo_description" -#: Resources/templates/Localizable.strings:125 +#: Resources/templates/Localizable.strings:144 #, no-wrap msgid "Enables display of partition and resolution details shown on the left side of the GUI under the boot banner. This is useful information for troubleshooting, though can clash with certain themes." msgstr "" #. type: "Wait_title" -#: Resources/templates/Localizable.strings:127 +#: Resources/templates/Localizable.strings:146 #, no-wrap msgid "Wait=Yes" msgstr "" #. type: "Wait_description" -#: Resources/templates/Localizable.strings:128 +#: Resources/templates/Localizable.strings:147 #, no-wrap msgid "Pauses the boot process after Chameleon has finished it's setup then waits for a key press before it starts the mach kernel. Useful when combined with verbose boot for troubleshooting." msgstr "" #. type: "PrivateData_title" -#: Resources/templates/Localizable.strings:130 +#: Resources/templates/Localizable.strings:149 #, no-wrap msgid "PrivateData=No" msgstr "" #. type: "PrivateData_description" -#: Resources/templates/Localizable.strings:131 +#: Resources/templates/Localizable.strings:150 #, no-wrap msgid "Show masked data (serial number) in bdmesg log (enbaled by default)." msgstr "" #. type: "USBBusFix_title" -#: Resources/templates/Localizable.strings:135 +#: Resources/templates/Localizable.strings:154 #, no-wrap msgid "USBBusFix=Yes" msgstr "" #. type: "USBBusFix_description" -#: Resources/templates/Localizable.strings:136 +#: Resources/templates/Localizable.strings:155 #, no-wrap msgid "Enable the XHCI, EHCI and UHCI fixes (disabled by default)." msgstr "" #. type: "USBLegacyOff_title" -#: Resources/templates/Localizable.strings:138 +#: Resources/templates/Localizable.strings:157 #, no-wrap msgid "USBLegacyOff=Yes" msgstr "" #. type: "USBLegacyOff_description" -#: Resources/templates/Localizable.strings:139 +#: Resources/templates/Localizable.strings:158 #, no-wrap msgid "Force USB Legacy off for XHCI and EHCI (disabled by default)." msgstr "" #. type: "XHCILegacyOff_title" -#: Resources/templates/Localizable.strings:141 +#: Resources/templates/Localizable.strings:160 #, no-wrap msgid "XHCILegacyOff=Yes" msgstr "" #. type: "XHCILegacyOff_description" -#: Resources/templates/Localizable.strings:142 +#: Resources/templates/Localizable.strings:161 #, no-wrap msgid "Force USB Legacy off for XHCI (disabled by default)." msgstr "" #. type: "UHCIreset_title" -#: Resources/templates/Localizable.strings:144 +#: Resources/templates/Localizable.strings:163 #, no-wrap msgid "UHCIreset=Yes" msgstr "UHCIreset" #. type: "UHCIreset_description" -#: Resources/templates/Localizable.strings:145 +#: Resources/templates/Localizable.strings:164 #, no-wrap msgid "Enables the option to reset UHCI controllers before starting OS X." msgstr " לקובץ com.apple.Boot.plist, אפשרות זאת מאפסת בקרי UHCI לפני אתחול OSX.UHCIreset=y הוספת" #. type: "EHCIacquire_title" -#: Resources/templates/Localizable.strings:147 +#: Resources/templates/Localizable.strings:166 #, no-wrap msgid "EHCIacquire=Yes" msgstr "EHCIacquire" #. type: "EHCIacquire_description" -#: Resources/templates/Localizable.strings:148 +#: Resources/templates/Localizable.strings:167 #, no-wrap msgid "Enables the option to fix any EHCI ownership issues due to bad bioses." msgstr " לקובץ org.chameleon.Boot.plist, אפשרות זאת מתקנת בעיות הרשאות לEHCI בביוסים בעייתיים=y הוספת" #. type: "arch_title" -#: Resources/templates/Localizable.strings:150 +#: Resources/templates/Localizable.strings:169 #, no-wrap msgid "arch=i386" msgstr "" #. type: "arch_description" -#: Resources/templates/Localizable.strings:151 +#: Resources/templates/Localizable.strings:170 #, no-wrap msgid "Boots the kernel in 32bit mode rather than the default 64bit mode." msgstr "" #. type: "EthernetBuiltIn_title" -#: Resources/templates/Localizable.strings:153 +#: Resources/templates/Localizable.strings:172 #, no-wrap msgid "EthernetBuiltIn=Yes" msgstr "EthernetBuiltIn" #. type: "EthernetBuiltIn_description" -#: Resources/templates/Localizable.strings:154 +#: Resources/templates/Localizable.strings:173 #, no-wrap msgid "Enables the option of adding 'built-in' to your ethernet devices." msgstr "הוספת EthernetBuiltIn=y לקובץ org.chameleon.Boot.plist, אפשרות זאת מוסיפה ערך 'built-in' להתקני הethernet שלך." #. type: "EnableWifi_title" -#: Resources/templates/Localizable.strings:156 +#: Resources/templates/Localizable.strings:175 #, fuzzy, no-wrap #| msgid "GraphicsEnabler=Yes" msgid "EnableWifi=Yes" msgstr "GraphicsEnabler" #. type: "EnableWifi_description" -#: Resources/templates/Localizable.strings:157 +#: Resources/templates/Localizable.strings:176 #, fuzzy, no-wrap #| msgid "Enables the option of adding 'built-in' to your ethernet devices." msgid "Enables the option of adding AirPort values to your wireless device." msgstr "הוספת EthernetBuiltIn=y לקובץ org.chameleon.Boot.plist, אפשרות זאת מוסיפה ערך 'built-in' להתקני הethernet שלך." #. type: "ForceHPET_title" -#: Resources/templates/Localizable.strings:159 +#: Resources/templates/Localizable.strings:178 #, no-wrap msgid "ForceHPET=Yes" msgstr "ForceHPET" #. type: "ForceHPET_description" -#: Resources/templates/Localizable.strings:160 +#: Resources/templates/Localizable.strings:179 #, no-wrap msgid "Enables HPET on intel chipsets, for bioses that dont include the option." msgstr " לקובץ org.chameleon.Boot.plist, אפשרות זאת מפעילה HPET על צ'יפסטים של Intel, לביוסים שלא תומכים באופציה הזאת.ForceHPET=y הוספת" #. type: "ForceWake_title" -#: Resources/templates/Localizable.strings:162 +#: Resources/templates/Localizable.strings:181 #, no-wrap msgid "ForceWake=Yes" msgstr "ForceWake" #. type: "ForceWake_description" -#: Resources/templates/Localizable.strings:163 +#: Resources/templates/Localizable.strings:182 #, no-wrap msgid "This option enables you to bypass bad sleep images." msgstr " לקובץ org.chameleon.Boot.plist, אופציה זאת מאפשרת עקיפת sleep images.ForceWake=y הוספת" #. type: "ForceFullMemInfo_title" -#: Resources/templates/Localizable.strings:165 +#: Resources/templates/Localizable.strings:184 #, fuzzy, no-wrap #| msgid "ForceWake=Yes" msgid "ForceFullMemInfo=Yes" msgstr "ForceWake" #. type: "ForceFullMemInfo_description" -#: Resources/templates/Localizable.strings:166 +#: Resources/templates/Localizable.strings:185 #, no-wrap msgid "Force SMBIOS Table 17 to be 27 bytes long." msgstr "" #. type: "RestartFix_title" -#: Resources/templates/Localizable.strings:168 +#: Resources/templates/Localizable.strings:187 #, no-wrap msgid "RestartFix=No" msgstr "" #. type: "RestartFix_description" -#: Resources/templates/Localizable.strings:169 +#: Resources/templates/Localizable.strings:188 #, no-wrap msgid "Disables the automatically enabled restart fix." msgstr "" #. type: "UseMemDetect_title" -#: Resources/templates/Localizable.strings:171 +#: Resources/templates/Localizable.strings:190 #, no-wrap msgid "UseMemDetect=No" msgstr "" #. type: "UseMemDetect_description" -#: Resources/templates/Localizable.strings:172 +#: Resources/templates/Localizable.strings:191 #, no-wrap msgid "Disables the automatically enabled RAM recognition." msgstr "" #. type: "UseKernelCache_title" -#: Resources/templates/Localizable.strings:174 +#: Resources/templates/Localizable.strings:193 #, no-wrap msgid "UseKernelCache=Yes" msgstr "" #. type: "UseKernelCache_description" -#: Resources/templates/Localizable.strings:175 +#: Resources/templates/Localizable.strings:194 #, no-wrap msgid "For Lion only. Enables loading of the pre-linked kernel. This will ignore /E/E and /S/L/E. ONLY use this is you have know it contains everything you need." msgstr "" #. type: "Wake_title" -#: Resources/templates/Localizable.strings:177 +#: Resources/templates/Localizable.strings:196 #, no-wrap msgid "Wake=Yes" msgstr "" #. type: "Wake_description" -#: Resources/templates/Localizable.strings:178 +#: Resources/templates/Localizable.strings:197 #, no-wrap msgid "Attempts to load the sleep image saved from last hibernation." msgstr "" #. type: "CSTUsingSystemIO_title" -#: Resources/templates/Localizable.strings:182 +#: Resources/templates/Localizable.strings:201 #, no-wrap msgid "CSTUsingSystemIO=Yes" msgstr "" #. type: "CSTUsingSystemIO_description" -#: Resources/templates/Localizable.strings:183 +#: Resources/templates/Localizable.strings:202 #, no-wrap msgid "New C-State _CST generation method using SystemIO registers instead of FixedHW." msgstr "" #. type: "DropSSDT_title" -#: Resources/templates/Localizable.strings:185 +#: Resources/templates/Localizable.strings:204 #, no-wrap msgid "DropSSDT=Yes" msgstr "" #. type: "DropSSDT_description" -#: Resources/templates/Localizable.strings:186 +#: Resources/templates/Localizable.strings:205 #, no-wrap msgid "Discard the motherboard's built-in SSDT tables." msgstr "" #. type: "DropHPET_title" -#: Resources/templates/Localizable.strings:188 +#: Resources/templates/Localizable.strings:207 #, fuzzy, no-wrap #| msgid "ForceHPET=Yes" msgid "DropHPET=Yes" msgstr "ForceHPET" #. type: "DropHPET_description" -#: Resources/templates/Localizable.strings:189 +#: Resources/templates/Localizable.strings:208 #, no-wrap msgid "Discard the motherboard's built-in HPET table." msgstr "" #. type: "DropSBST_title" -#: Resources/templates/Localizable.strings:191 +#: Resources/templates/Localizable.strings:210 #, no-wrap msgid "DropSBST=Yes" msgstr "" #. type: "DropSBST_description" -#: Resources/templates/Localizable.strings:192 +#: Resources/templates/Localizable.strings:211 #, no-wrap msgid "Discard the motherboard's built-in SBST table." msgstr "" #. type: "DropECDT_title" -#: Resources/templates/Localizable.strings:194 +#: Resources/templates/Localizable.strings:213 #, no-wrap msgid "DropECDT=Yes" msgstr "" #. type: "DropECDT_description" -#: Resources/templates/Localizable.strings:195 +#: Resources/templates/Localizable.strings:214 #, no-wrap msgid "Discard the motherboard's built-in ECDT table." msgstr "" #. type: "DropASFT_title" -#: Resources/templates/Localizable.strings:197 +#: Resources/templates/Localizable.strings:216 #, no-wrap msgid "DropASFT=Yes" msgstr "" #. type: "DropASFT_description" -#: Resources/templates/Localizable.strings:198 +#: Resources/templates/Localizable.strings:217 #, no-wrap msgid "Discard the motherboard's built-in ASF! table." msgstr "" #. type: "DropDMAR_title" -#: Resources/templates/Localizable.strings:200 +#: Resources/templates/Localizable.strings:219 #, no-wrap msgid "DropDMAR=Yes" msgstr "" #. type: "DropDMAR_description" -#: Resources/templates/Localizable.strings:201 +#: Resources/templates/Localizable.strings:220 #, no-wrap msgid "Discard the motherboard's built-in DMAR table, this key action resolve the problem with VT-d panics." msgstr "" #. type: "EnableC2State_title" -#: Resources/templates/Localizable.strings:203 +#: Resources/templates/Localizable.strings:222 #, no-wrap msgid "EnableC2State=Yes" msgstr "" #. type: "EnableC2State_description" -#: Resources/templates/Localizable.strings:204 +#: Resources/templates/Localizable.strings:223 #, no-wrap msgid "Enable specific Processor power state, C2." msgstr "" #. type: "EnableC3State_title" -#: Resources/templates/Localizable.strings:206 +#: Resources/templates/Localizable.strings:225 #, no-wrap msgid "EnableC3State=Yes" msgstr "" #. type: "EnableC3State_description" -#: Resources/templates/Localizable.strings:207 +#: Resources/templates/Localizable.strings:226 #, no-wrap msgid "Enable specific Processor power state, C3." msgstr "" #. type: "EnableC4State_title" -#: Resources/templates/Localizable.strings:209 +#: Resources/templates/Localizable.strings:228 #, no-wrap msgid "EnableC4State=Yes" msgstr "" #. type: "EnableC4State_description" -#: Resources/templates/Localizable.strings:210 +#: Resources/templates/Localizable.strings:229 #, no-wrap msgid "Enable specific Processor power state, C4." msgstr "" #. type: "EnableC6State_title" -#: Resources/templates/Localizable.strings:212 +#: Resources/templates/Localizable.strings:231 #, fuzzy, no-wrap #| msgid "GraphicsEnabler=Yes" msgid "EnableC6State=Yes" msgstr "GraphicsEnabler" #. type: "EnableC6State_description" -#: Resources/templates/Localizable.strings:213 +#: Resources/templates/Localizable.strings:232 #, no-wrap msgid "Enable specific Processor power state, C6." msgstr "" #. type: "EnableC7State_title" -#: Resources/templates/Localizable.strings:215 +#: Resources/templates/Localizable.strings:234 #, fuzzy, no-wrap #| msgid "GraphicsEnabler=Yes" msgid "EnableC7State=Yes" msgstr "GraphicsEnabler" #. type: "EnableC7State_description" -#: Resources/templates/Localizable.strings:216 +#: Resources/templates/Localizable.strings:235 #, no-wrap msgid "Enable specific Processor power state, C7." msgstr "" #. type: "GenerateCStates_title" -#: Resources/templates/Localizable.strings:218 +#: Resources/templates/Localizable.strings:237 #, no-wrap msgid "GenerateCStates=Yes" msgstr "" #. type: "GenerateCStates_description" -#: Resources/templates/Localizable.strings:219 +#: Resources/templates/Localizable.strings:238 #, no-wrap msgid "Enable auto generation of processor idle sleep states (C-States)." msgstr "" #. type: "GeneratePStates_title" -#: Resources/templates/Localizable.strings:221 +#: Resources/templates/Localizable.strings:240 #, no-wrap msgid "GeneratePStates=Yes" msgstr "" #. type: "GeneratePStates_description" -#: Resources/templates/Localizable.strings:222 +#: Resources/templates/Localizable.strings:241 #, no-wrap msgid "Enable auto generation of processor power performance states (P-States)." msgstr "" #. type: "GenerateTStates_title" -#: Resources/templates/Localizable.strings:224 +#: Resources/templates/Localizable.strings:243 #, fuzzy, no-wrap #| msgid "GraphicsEnabler=Yes" msgid "GenerateTStates=Yes" msgstr "GraphicsEnabler" #. type: "GenerateTStates_description" -#: Resources/templates/Localizable.strings:225 +#: Resources/templates/Localizable.strings:244 #, no-wrap msgid "Enable auto generation of processor power performance states (T-States)." msgstr "" #. type: "1024x600x32_title" -#: Resources/templates/Localizable.strings:229 +#: Resources/templates/Localizable.strings:248 #, no-wrap msgid "1024x600x32" msgstr "" #. type: "1024x600x32_description" -#: Resources/templates/Localizable.strings:230 +#: Resources/templates/Localizable.strings:249 #, no-wrap msgid "Set Graphics Mode to 1024x600x32" msgstr "" #. type: "1024x768x32_title" -#: Resources/templates/Localizable.strings:232 +#: Resources/templates/Localizable.strings:251 #, no-wrap msgid "1024x768x32" msgstr "" #. type: "1024x768x32_description" -#: Resources/templates/Localizable.strings:233 +#: Resources/templates/Localizable.strings:252 #, no-wrap msgid "Set Graphics Mode to 1024x768x32" msgstr "" #. type: "1280x768x32_title" -#: Resources/templates/Localizable.strings:235 +#: Resources/templates/Localizable.strings:254 #, no-wrap msgid "1280x768x32" msgstr "" #. type: "1280x768x32_description" -#: Resources/templates/Localizable.strings:236 +#: Resources/templates/Localizable.strings:255 #, no-wrap msgid "Set Graphics Mode to 1280x768x32" msgstr "" #. type: "1280x800x32_title" -#: Resources/templates/Localizable.strings:238 +#: Resources/templates/Localizable.strings:257 #, no-wrap msgid "1280x800x32" msgstr "" #. type: "1280x800x32_description" -#: Resources/templates/Localizable.strings:239 +#: Resources/templates/Localizable.strings:258 #, no-wrap msgid "Set Graphics Mode to 1280x800x32" msgstr "" #. type: "1280x1024x32_title" -#: Resources/templates/Localizable.strings:241 +#: Resources/templates/Localizable.strings:260 #, no-wrap msgid "1280x1024x32" msgstr "" #. type: "1280x1024x32_description" -#: Resources/templates/Localizable.strings:242 +#: Resources/templates/Localizable.strings:261 #, no-wrap msgid "Set Graphics Mode to 1280x1024x32" msgstr "" #. type: "1280x960x32_title" -#: Resources/templates/Localizable.strings:244 +#: Resources/templates/Localizable.strings:263 #, no-wrap msgid "1280x960x32" msgstr "" #. type: "1280x960x32_description" -#: Resources/templates/Localizable.strings:245 +#: Resources/templates/Localizable.strings:264 #, no-wrap msgid "Set Graphics Mode to 1280x960x32" msgstr "" #. type: "1366x768x32_title" -#: Resources/templates/Localizable.strings:247 +#: Resources/templates/Localizable.strings:266 #, no-wrap msgid "1366x768x32" msgstr "" #. type: "1366x768x32_description" -#: Resources/templates/Localizable.strings:248 +#: Resources/templates/Localizable.strings:267 #, no-wrap msgid "Set Graphics Mode to 1366x768x32" msgstr "" #. type: "1440x900x32_title" -#: Resources/templates/Localizable.strings:250 +#: Resources/templates/Localizable.strings:269 #, no-wrap msgid "1440x900x32" msgstr "" #. type: "1440x900x32_description" -#: Resources/templates/Localizable.strings:251 +#: Resources/templates/Localizable.strings:270 #, no-wrap msgid "Set Graphics Mode to 1440x900x32" msgstr "" #. type: "1600x900x32_title" -#: Resources/templates/Localizable.strings:253 +#: Resources/templates/Localizable.strings:272 #, no-wrap msgid "1600x900x32" msgstr "" #. type: "1600x900x32_description" -#: Resources/templates/Localizable.strings:254 +#: Resources/templates/Localizable.strings:273 #, no-wrap msgid "Set Graphics Mode to 1600x900x32" msgstr "" #. type: "1600x1200x32_title" -#: Resources/templates/Localizable.strings:256 +#: Resources/templates/Localizable.strings:275 #, no-wrap msgid "1600x1200x32" msgstr "" #. type: "1600x1200x32_description" -#: Resources/templates/Localizable.strings:257 +#: Resources/templates/Localizable.strings:276 #, no-wrap msgid "Set Graphics Mode to 1600x1200x32" msgstr "" #. type: "1680x1050x32_title" -#: Resources/templates/Localizable.strings:259 +#: Resources/templates/Localizable.strings:278 #, no-wrap msgid "1680x1050x32" msgstr "" #. type: "1680x1050x32_description" -#: Resources/templates/Localizable.strings:260 +#: Resources/templates/Localizable.strings:279 #, no-wrap msgid "Set Graphics Mode to 1680x1050x32" msgstr "" #. type: "1920x1080x32_title" -#: Resources/templates/Localizable.strings:262 +#: Resources/templates/Localizable.strings:281 #, no-wrap msgid "1920x1080x32" msgstr "" #. type: "1920x1080x32_description" -#: Resources/templates/Localizable.strings:263 +#: Resources/templates/Localizable.strings:282 #, no-wrap msgid "Set Graphics Mode to 1920x1080x32" msgstr "" #. type: "1920x1200x32_title" -#: Resources/templates/Localizable.strings:265 +#: Resources/templates/Localizable.strings:284 #, no-wrap msgid "1920x1200x32" msgstr "" #. type: "1920x1200x32_description" -#: Resources/templates/Localizable.strings:266 +#: Resources/templates/Localizable.strings:285 #, no-wrap msgid "Set Graphics Mode to 1920x1200x32" msgstr "" #. type: "HDAULayoutIDx01_title" -#: Resources/templates/Localizable.strings:270 -#: Resources/templates/Localizable.strings:376 +#: Resources/templates/Localizable.strings:289 +#: Resources/templates/Localizable.strings:395 #, no-wrap msgid "LayoutID=1" msgstr "" #. type: "HDEFLayoutIDx01_description" -#: Resources/templates/Localizable.strings:271 +#: Resources/templates/Localizable.strings:290 #, no-wrap msgid "" "Set HDEF layout-it to 1:\n" @@ -1143,14 +1202,14 @@ msgstr "" #. type: "HDAULayoutIDx02_title" -#: Resources/templates/Localizable.strings:274 -#: Resources/templates/Localizable.strings:380 +#: Resources/templates/Localizable.strings:293 +#: Resources/templates/Localizable.strings:399 #, no-wrap msgid "LayoutID=2" msgstr "" #. type: "HDEFLayoutIDx02_description" -#: Resources/templates/Localizable.strings:275 +#: Resources/templates/Localizable.strings:294 #, no-wrap msgid "" "Set HDEF layout-it to 2:\n" @@ -1158,14 +1217,14 @@ msgstr "" #. type: "HDAULayoutIDx03_title" -#: Resources/templates/Localizable.strings:278 -#: Resources/templates/Localizable.strings:384 +#: Resources/templates/Localizable.strings:297 +#: Resources/templates/Localizable.strings:403 #, no-wrap msgid "LayoutID=3" msgstr "" #. type: "HDEFLayoutIDx03_description" -#: Resources/templates/Localizable.strings:279 +#: Resources/templates/Localizable.strings:298 #, no-wrap msgid "" "Set HDEF layout-it to 3:\n" @@ -1173,14 +1232,14 @@ msgstr "" #. type: "HDAULayoutIDx05_title" -#: Resources/templates/Localizable.strings:282 -#: Resources/templates/Localizable.strings:388 +#: Resources/templates/Localizable.strings:301 +#: Resources/templates/Localizable.strings:407 #, no-wrap msgid "LayoutID=5" msgstr "" #. type: "HDEFLayoutIDx05_description" -#: Resources/templates/Localizable.strings:283 +#: Resources/templates/Localizable.strings:302 #, no-wrap msgid "" "Set HDEF layout-it to 5:\n" @@ -1188,14 +1247,14 @@ msgstr "" #. type: "HDAULayoutIDx07_title" -#: Resources/templates/Localizable.strings:286 -#: Resources/templates/Localizable.strings:392 +#: Resources/templates/Localizable.strings:305 +#: Resources/templates/Localizable.strings:411 #, no-wrap msgid "LayoutID=7" msgstr "" #. type: "HDEFLayoutIDx07_description" -#: Resources/templates/Localizable.strings:287 +#: Resources/templates/Localizable.strings:306 #, no-wrap msgid "" "Set HDEF layout-it to 7:\n" @@ -1203,14 +1262,14 @@ msgstr "" #. type: "HDAULayoutIDx12_title" -#: Resources/templates/Localizable.strings:290 -#: Resources/templates/Localizable.strings:396 +#: Resources/templates/Localizable.strings:309 +#: Resources/templates/Localizable.strings:415 #, no-wrap msgid "LayoutID=12" msgstr "" #. type: "HDEFLayoutIDx12_description" -#: Resources/templates/Localizable.strings:291 +#: Resources/templates/Localizable.strings:310 #, no-wrap msgid "" "Set HDEF layout-it to 12:\n" @@ -1218,14 +1277,14 @@ msgstr "" #. type: "HDAULayoutIDx32_title" -#: Resources/templates/Localizable.strings:294 -#: Resources/templates/Localizable.strings:400 +#: Resources/templates/Localizable.strings:313 +#: Resources/templates/Localizable.strings:419 #, no-wrap msgid "LayoutID=32" msgstr "" #. type: "HDEFLayoutIDx32_description" -#: Resources/templates/Localizable.strings:295 +#: Resources/templates/Localizable.strings:314 #, no-wrap msgid "" "Set HDEF layout-it to 32:\n" @@ -1233,14 +1292,14 @@ msgstr "" #. type: "HDAULayoutIDx40_title" -#: Resources/templates/Localizable.strings:298 -#: Resources/templates/Localizable.strings:404 +#: Resources/templates/Localizable.strings:317 +#: Resources/templates/Localizable.strings:423 #, no-wrap msgid "LayoutID=40" msgstr "" #. type: "HDEFLayoutIDx40_description" -#: Resources/templates/Localizable.strings:299 +#: Resources/templates/Localizable.strings:318 #, no-wrap msgid "" "Set HDEF layout-it to 40:\n" @@ -1248,14 +1307,14 @@ msgstr "" #. type: "HDAULayoutIDx65_title" -#: Resources/templates/Localizable.strings:302 -#: Resources/templates/Localizable.strings:408 +#: Resources/templates/Localizable.strings:321 +#: Resources/templates/Localizable.strings:427 #, no-wrap msgid "LayoutID=65" msgstr "" #. type: "HDEFLayoutIDx65_description" -#: Resources/templates/Localizable.strings:303 +#: Resources/templates/Localizable.strings:322 #, no-wrap msgid "" "Set HDEF layout-it to 65:\n" @@ -1263,14 +1322,14 @@ msgstr "" #. type: "HDAULayoutIDx99_title" -#: Resources/templates/Localizable.strings:306 -#: Resources/templates/Localizable.strings:412 +#: Resources/templates/Localizable.strings:325 +#: Resources/templates/Localizable.strings:431 #, no-wrap msgid "LayoutID=99" msgstr "" #. type: "HDEFLayoutIDx99_description" -#: Resources/templates/Localizable.strings:307 +#: Resources/templates/Localizable.strings:326 #, no-wrap msgid "" "Set HDEF layout-it to 99:\n" @@ -1278,14 +1337,14 @@ msgstr "" #. type: "HDAULayoutIDx269_title" -#: Resources/templates/Localizable.strings:310 -#: Resources/templates/Localizable.strings:416 +#: Resources/templates/Localizable.strings:329 +#: Resources/templates/Localizable.strings:435 #, no-wrap msgid "LayoutID=269" msgstr "" #. type: "HDEFLayoutIDx269_description" -#: Resources/templates/Localizable.strings:311 +#: Resources/templates/Localizable.strings:330 #, no-wrap msgid "" "Set HDEF layout-it to 269:\n" @@ -1293,14 +1352,14 @@ msgstr "" #. type: "HDAULayoutIDx387_title" -#: Resources/templates/Localizable.strings:314 -#: Resources/templates/Localizable.strings:420 +#: Resources/templates/Localizable.strings:333 +#: Resources/templates/Localizable.strings:439 #, no-wrap msgid "LayoutID=387" msgstr "" #. type: "HDEFLayoutIDx387_description" -#: Resources/templates/Localizable.strings:315 +#: Resources/templates/Localizable.strings:334 #, no-wrap msgid "" "Set HDEF layout-it to 387:\n" @@ -1308,14 +1367,14 @@ msgstr "" #. type: "HDAULayoutIDx388_title" -#: Resources/templates/Localizable.strings:318 -#: Resources/templates/Localizable.strings:424 +#: Resources/templates/Localizable.strings:337 +#: Resources/templates/Localizable.strings:443 #, no-wrap msgid "LayoutID=388" msgstr "" #. type: "HDEFLayoutIDx388_description" -#: Resources/templates/Localizable.strings:319 +#: Resources/templates/Localizable.strings:338 #, no-wrap msgid "" "Set HDEF layout-it to 388:\n" @@ -1323,14 +1382,14 @@ msgstr "" #. type: "HDAULayoutIDx389_title" -#: Resources/templates/Localizable.strings:322 -#: Resources/templates/Localizable.strings:428 +#: Resources/templates/Localizable.strings:341 +#: Resources/templates/Localizable.strings:447 #, no-wrap msgid "LayoutID=389" msgstr "" #. type: "HDEFLayoutIDx389_description" -#: Resources/templates/Localizable.strings:323 +#: Resources/templates/Localizable.strings:342 #, no-wrap msgid "" "Set HDEF layout-it to 389:\n" @@ -1338,14 +1397,14 @@ msgstr "" #. type: "HDAULayoutIDx392_title" -#: Resources/templates/Localizable.strings:326 -#: Resources/templates/Localizable.strings:432 +#: Resources/templates/Localizable.strings:345 +#: Resources/templates/Localizable.strings:451 #, no-wrap msgid "LayoutID=392" msgstr "" #. type: "HDEFLayoutIDx392_description" -#: Resources/templates/Localizable.strings:327 +#: Resources/templates/Localizable.strings:346 #, no-wrap msgid "" "Set HDEF layout-it to 392:\n" @@ -1353,14 +1412,14 @@ msgstr "" #. type: "HDAULayoutIDx398_title" -#: Resources/templates/Localizable.strings:330 -#: Resources/templates/Localizable.strings:436 +#: Resources/templates/Localizable.strings:349 +#: Resources/templates/Localizable.strings:455 #, no-wrap msgid "LayoutID=398" msgstr "" #. type: "HDEFLayoutIDx398_description" -#: Resources/templates/Localizable.strings:331 +#: Resources/templates/Localizable.strings:350 #, no-wrap msgid "" "Set HDEF layout-it to 398:\n" @@ -1368,14 +1427,14 @@ msgstr "" #. type: "HDAULayoutIDx662_title" -#: Resources/templates/Localizable.strings:334 -#: Resources/templates/Localizable.strings:440 +#: Resources/templates/Localizable.strings:353 +#: Resources/templates/Localizable.strings:459 #, no-wrap msgid "LayoutID=662" msgstr "" #. type: "HDEFLayoutIDx662_description" -#: Resources/templates/Localizable.strings:335 +#: Resources/templates/Localizable.strings:354 #, no-wrap msgid "" "Set HDEF layout-it to 662:\n" @@ -1383,14 +1442,14 @@ msgstr "" #. type: "HDAULayoutIDx663_title" -#: Resources/templates/Localizable.strings:338 -#: Resources/templates/Localizable.strings:444 +#: Resources/templates/Localizable.strings:357 +#: Resources/templates/Localizable.strings:463 #, no-wrap msgid "LayoutID=663" msgstr "" #. type: "HDEFLayoutIDx663_description" -#: Resources/templates/Localizable.strings:339 +#: Resources/templates/Localizable.strings:358 #, no-wrap msgid "" "Set HDEF layout-it to 663:\n" @@ -1398,14 +1457,14 @@ msgstr "" #. type: "HDAULayoutIDx664_title" -#: Resources/templates/Localizable.strings:342 -#: Resources/templates/Localizable.strings:448 +#: Resources/templates/Localizable.strings:361 +#: Resources/templates/Localizable.strings:467 #, no-wrap msgid "LayoutID=664" msgstr "" #. type: "HDEFLayoutIDx664_description" -#: Resources/templates/Localizable.strings:343 +#: Resources/templates/Localizable.strings:362 #, no-wrap msgid "" "Set HDEF layout-it to 664:\n" @@ -1413,14 +1472,14 @@ msgstr "" #. type: "HDAULayoutIDx885_title" -#: Resources/templates/Localizable.strings:346 -#: Resources/templates/Localizable.strings:452 +#: Resources/templates/Localizable.strings:365 +#: Resources/templates/Localizable.strings:471 #, no-wrap msgid "LayoutID=885" msgstr "" #. type: "HDEFLayoutIDx885_description" -#: Resources/templates/Localizable.strings:347 +#: Resources/templates/Localizable.strings:366 #, no-wrap msgid "" "Set HDEF layout-it to 885:\n" @@ -1428,14 +1487,14 @@ msgstr "" #. type: "HDAULayoutIDx887_title" -#: Resources/templates/Localizable.strings:350 -#: Resources/templates/Localizable.strings:456 +#: Resources/templates/Localizable.strings:369 +#: Resources/templates/Localizable.strings:475 #, no-wrap msgid "LayoutID=887" msgstr "" #. type: "HDEFLayoutIDx887_description" -#: Resources/templates/Localizable.strings:351 +#: Resources/templates/Localizable.strings:370 #, no-wrap msgid "" "Set HDEF layout-it to 887:\n" @@ -1443,14 +1502,14 @@ msgstr "" #. type: "HDAULayoutIDx888_title" -#: Resources/templates/Localizable.strings:354 -#: Resources/templates/Localizable.strings:460 +#: Resources/templates/Localizable.strings:373 +#: Resources/templates/Localizable.strings:479 #, no-wrap msgid "LayoutID=888" msgstr "" #. type: "HDEFLayoutIDx888_description" -#: Resources/templates/Localizable.strings:355 +#: Resources/templates/Localizable.strings:374 #, no-wrap msgid "" "Set HDEF layout-it to 888:\n" @@ -1458,14 +1517,14 @@ msgstr "" #. type: "HDAULayoutIDx889_title" -#: Resources/templates/Localizable.strings:358 -#: Resources/templates/Localizable.strings:464 +#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:483 #, no-wrap msgid "LayoutID=889" msgstr "" #. type: "HDEFLayoutIDx889_description" -#: Resources/templates/Localizable.strings:359 +#: Resources/templates/Localizable.strings:378 #, no-wrap msgid "" "Set HDEF layout-it to 889:\n" @@ -1473,14 +1532,14 @@ msgstr "" #. type: "HDAULayoutIDx892_title" -#: Resources/templates/Localizable.strings:362 -#: Resources/templates/Localizable.strings:468 +#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:487 #, no-wrap msgid "LayoutID=892" msgstr "" #. type: "HDEFLayoutIDx892_description" -#: Resources/templates/Localizable.strings:363 +#: Resources/templates/Localizable.strings:382 #, no-wrap msgid "" "Set HDEF layout-it to 892:\n" @@ -1488,14 +1547,14 @@ msgstr "" #. type: "HDAULayoutIDx898_title" -#: Resources/templates/Localizable.strings:366 -#: Resources/templates/Localizable.strings:472 +#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:491 #, no-wrap msgid "LayoutID=898" msgstr "" #. type: "HDEFLayoutIDx898_description" -#: Resources/templates/Localizable.strings:367 +#: Resources/templates/Localizable.strings:386 #, no-wrap msgid "" "Set HDEF layout-it to 898:\n" @@ -1503,14 +1562,14 @@ msgstr "" #. type: "HDAULayoutIDxBD7_title" -#: Resources/templates/Localizable.strings:370 -#: Resources/templates/Localizable.strings:476 +#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:495 #, no-wrap msgid "LayoutID=1981" msgstr "" #. type: "HDEFLayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:371 +#: Resources/templates/Localizable.strings:390 #, no-wrap msgid "" "Set HDEF layout-it to 1981:\n" @@ -1518,7 +1577,7 @@ msgstr "" #. type: "HDAULayoutIDx01_description" -#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:396 #, no-wrap msgid "" "Set HDAU layout-it to 1:\n" @@ -1526,7 +1585,7 @@ msgstr "" #. type: "HDAULayoutIDx02_description" -#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:400 #, no-wrap msgid "" "Set HDAU layout-it to 2:\n" @@ -1534,7 +1593,7 @@ msgstr "" #. type: "HDAULayoutIDx03_description" -#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:404 #, no-wrap msgid "" "Set HDAU layout-it to 3:\n" @@ -1542,7 +1601,7 @@ msgstr "" #. type: "HDAULayoutIDx05_description" -#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:408 #, no-wrap msgid "" "Set HDAU layout-it to 5:\n" @@ -1550,7 +1609,7 @@ msgstr "" #. type: "HDAULayoutIDx07_description" -#: Resources/templates/Localizable.strings:393 +#: Resources/templates/Localizable.strings:412 #, no-wrap msgid "" "Set HDAU layout-it to 7:\n" @@ -1558,7 +1617,7 @@ msgstr "" #. type: "HDAULayoutIDx12_description" -#: Resources/templates/Localizable.strings:397 +#: Resources/templates/Localizable.strings:416 #, no-wrap msgid "" "Set HDAU layout-it to 12:\n" @@ -1566,7 +1625,7 @@ msgstr "" #. type: "HDAULayoutIDx32_description" -#: Resources/templates/Localizable.strings:401 +#: Resources/templates/Localizable.strings:420 #, no-wrap msgid "" "Set HDAU layout-it to 32:\n" @@ -1574,7 +1633,7 @@ msgstr "" #. type: "HDAULayoutIDx40_description" -#: Resources/templates/Localizable.strings:405 +#: Resources/templates/Localizable.strings:424 #, no-wrap msgid "" "Set HDAU layout-it to 40:\n" @@ -1582,7 +1641,7 @@ msgstr "" #. type: "HDAULayoutIDx65_description" -#: Resources/templates/Localizable.strings:409 +#: Resources/templates/Localizable.strings:428 #, no-wrap msgid "" "Set HDAU layout-it to 65:\n" @@ -1590,7 +1649,7 @@ msgstr "" #. type: "HDAULayoutIDx99_description" -#: Resources/templates/Localizable.strings:413 +#: Resources/templates/Localizable.strings:432 #, no-wrap msgid "" "Set HDAU layout-it to 99:\n" @@ -1598,7 +1657,7 @@ msgstr "" #. type: "HDAULayoutIDx269_description" -#: Resources/templates/Localizable.strings:417 +#: Resources/templates/Localizable.strings:436 #, no-wrap msgid "" "Set HDAU layout-it to 269:\n" @@ -1606,7 +1665,7 @@ msgstr "" #. type: "HDAULayoutIDx387_description" -#: Resources/templates/Localizable.strings:421 +#: Resources/templates/Localizable.strings:440 #, no-wrap msgid "" "Set HDAU layout-it to 387:\n" @@ -1614,7 +1673,7 @@ msgstr "" #. type: "HDAULayoutIDx388_description" -#: Resources/templates/Localizable.strings:425 +#: Resources/templates/Localizable.strings:444 #, no-wrap msgid "" "Set HDAU layout-it to 388:\n" @@ -1622,7 +1681,7 @@ msgstr "" #. type: "HDAULayoutIDx389_description" -#: Resources/templates/Localizable.strings:429 +#: Resources/templates/Localizable.strings:448 #, no-wrap msgid "" "Set HDAU layout-it to 389:\n" @@ -1630,7 +1689,7 @@ msgstr "" #. type: "HDAULayoutIDx392_description" -#: Resources/templates/Localizable.strings:433 +#: Resources/templates/Localizable.strings:452 #, no-wrap msgid "" "Set HDAU layout-it to 392:\n" @@ -1638,7 +1697,7 @@ msgstr "" #. type: "HDAULayoutIDx398_description" -#: Resources/templates/Localizable.strings:437 +#: Resources/templates/Localizable.strings:456 #, no-wrap msgid "" "Set HDAU layout-it to 398:\n" @@ -1646,7 +1705,7 @@ msgstr "" #. type: "HDAULayoutIDx662_description" -#: Resources/templates/Localizable.strings:441 +#: Resources/templates/Localizable.strings:460 #, no-wrap msgid "" "Set HDAU layout-it to 662:\n" @@ -1654,7 +1713,7 @@ msgstr "" #. type: "HDAULayoutIDx663_description" -#: Resources/templates/Localizable.strings:445 +#: Resources/templates/Localizable.strings:464 #, no-wrap msgid "" "Set HDAU layout-it to 663:\n" @@ -1662,7 +1721,7 @@ msgstr "" #. type: "HDAULayoutIDx664_description" -#: Resources/templates/Localizable.strings:449 +#: Resources/templates/Localizable.strings:468 #, no-wrap msgid "" "Set HDAU layout-it to 664:\n" @@ -1670,7 +1729,7 @@ msgstr "" #. type: "HDAULayoutIDx885_description" -#: Resources/templates/Localizable.strings:453 +#: Resources/templates/Localizable.strings:472 #, no-wrap msgid "" "Set HDAU layout-it to 885:\n" @@ -1678,7 +1737,7 @@ msgstr "" #. type: "HDAULayoutIDx887_description" -#: Resources/templates/Localizable.strings:457 +#: Resources/templates/Localizable.strings:476 #, no-wrap msgid "" "Set HDAU layout-it to 887:\n" @@ -1686,7 +1745,7 @@ msgstr "" #. type: "HDAULayoutIDx888_description" -#: Resources/templates/Localizable.strings:461 +#: Resources/templates/Localizable.strings:480 #, no-wrap msgid "" "Set HDAU layout-it to 888:\n" @@ -1694,7 +1753,7 @@ msgstr "" #. type: "HDAULayoutIDx889_description" -#: Resources/templates/Localizable.strings:465 +#: Resources/templates/Localizable.strings:484 #, no-wrap msgid "" "Set HDAU layout-it to 889:\n" @@ -1702,7 +1761,7 @@ msgstr "" #. type: "HDAULayoutIDx892_description" -#: Resources/templates/Localizable.strings:469 +#: Resources/templates/Localizable.strings:488 #, no-wrap msgid "" "Set HDAU layout-it to 892:\n" @@ -1710,7 +1769,7 @@ msgstr "" #. type: "HDAULayoutIDx898_description" -#: Resources/templates/Localizable.strings:473 +#: Resources/templates/Localizable.strings:492 #, no-wrap msgid "" "Set HDAU layout-it to 898:\n" @@ -1718,7 +1777,7 @@ msgstr "" #. type: "HDAULayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:477 +#: Resources/templates/Localizable.strings:496 #, no-wrap msgid "" "Set HDAU layout-it to 1981:\n" @@ -1726,626 +1785,626 @@ msgstr "" #. type: "IntelCaprix00_title" -#: Resources/templates/Localizable.strings:482 +#: Resources/templates/Localizable.strings:501 #, no-wrap msgid "01660000" msgstr "" #. type: "IntelCaprix00_description" -#: Resources/templates/Localizable.strings:483 +#: Resources/templates/Localizable.strings:502 #, no-wrap msgid "Set 01660000 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix01_title" -#: Resources/templates/Localizable.strings:485 +#: Resources/templates/Localizable.strings:504 #, no-wrap msgid "01660001" msgstr "" #. type: "IntelCaprix01_description" -#: Resources/templates/Localizable.strings:486 +#: Resources/templates/Localizable.strings:505 #, no-wrap msgid "Set 01660001 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix02_title" -#: Resources/templates/Localizable.strings:488 +#: Resources/templates/Localizable.strings:507 #, no-wrap msgid "01660002" msgstr "" #. type: "IntelCaprix02_description" -#: Resources/templates/Localizable.strings:489 +#: Resources/templates/Localizable.strings:508 #, no-wrap msgid "Set 01660002 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix03_title" -#: Resources/templates/Localizable.strings:491 +#: Resources/templates/Localizable.strings:510 #, no-wrap msgid "01660003" msgstr "" #. type: "IntelCaprix03_description" -#: Resources/templates/Localizable.strings:492 +#: Resources/templates/Localizable.strings:511 #, no-wrap msgid "Set 01660003 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix04_title" -#: Resources/templates/Localizable.strings:494 +#: Resources/templates/Localizable.strings:513 #, no-wrap msgid "01660004" msgstr "" #. type: "IntelCaprix04_description" -#: Resources/templates/Localizable.strings:495 +#: Resources/templates/Localizable.strings:514 #, no-wrap msgid "Set 01660004 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix05_title" -#: Resources/templates/Localizable.strings:497 +#: Resources/templates/Localizable.strings:516 #, no-wrap msgid "01620005" msgstr "" #. type: "IntelCaprix05_description" -#: Resources/templates/Localizable.strings:498 +#: Resources/templates/Localizable.strings:517 #, no-wrap msgid "Set 01620005 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix06_title" -#: Resources/templates/Localizable.strings:500 +#: Resources/templates/Localizable.strings:519 #, no-wrap msgid "01620006" msgstr "" #. type: "IntelCaprix06_description" -#: Resources/templates/Localizable.strings:501 +#: Resources/templates/Localizable.strings:520 #, no-wrap msgid "Set 01620006 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix07_title" -#: Resources/templates/Localizable.strings:503 +#: Resources/templates/Localizable.strings:522 #, no-wrap msgid "01620007" msgstr "" #. type: "IntelCaprix07_description" -#: Resources/templates/Localizable.strings:504 +#: Resources/templates/Localizable.strings:523 #, no-wrap msgid "Set 01620007 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix08_title" -#: Resources/templates/Localizable.strings:506 +#: Resources/templates/Localizable.strings:525 #, no-wrap msgid "01660008" msgstr "" #. type: "IntelCaprix08_description" -#: Resources/templates/Localizable.strings:507 +#: Resources/templates/Localizable.strings:526 #, no-wrap msgid "Set 01660008 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix09_title" -#: Resources/templates/Localizable.strings:509 +#: Resources/templates/Localizable.strings:528 #, no-wrap msgid "01660009" msgstr "" #. type: "IntelCaprix09_description" -#: Resources/templates/Localizable.strings:510 +#: Resources/templates/Localizable.strings:529 #, no-wrap msgid "Set 01660009 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix10_title" -#: Resources/templates/Localizable.strings:512 +#: Resources/templates/Localizable.strings:531 #, no-wrap msgid "0166000a" msgstr "" #. type: "IntelCaprix10_description" -#: Resources/templates/Localizable.strings:513 +#: Resources/templates/Localizable.strings:532 #, no-wrap msgid "Set 0166000a for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix11_title" -#: Resources/templates/Localizable.strings:515 +#: Resources/templates/Localizable.strings:534 #, no-wrap msgid "0166000b" msgstr "" #. type: "IntelCaprix11_description" -#: Resources/templates/Localizable.strings:516 +#: Resources/templates/Localizable.strings:535 #, no-wrap msgid "Set 0166000b for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelAzulx00_title" -#: Resources/templates/Localizable.strings:520 +#: Resources/templates/Localizable.strings:539 #, no-wrap msgid "00000604" msgstr "" #. type: "IntelAzulx00_description" -#: Resources/templates/Localizable.strings:521 +#: Resources/templates/Localizable.strings:540 #, no-wrap msgid "Set 00000604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx01_title" -#: Resources/templates/Localizable.strings:523 +#: Resources/templates/Localizable.strings:542 #, no-wrap msgid "0000060c" msgstr "" #. type: "IntelAzulx01_description" -#: Resources/templates/Localizable.strings:524 +#: Resources/templates/Localizable.strings:543 #, no-wrap msgid "Set 0000060c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx02_title" -#: Resources/templates/Localizable.strings:526 +#: Resources/templates/Localizable.strings:545 #, no-wrap msgid "00001604" msgstr "" #. type: "IntelAzulx02_description" -#: Resources/templates/Localizable.strings:527 +#: Resources/templates/Localizable.strings:546 #, no-wrap msgid "Set 00001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx03_title" -#: Resources/templates/Localizable.strings:529 +#: Resources/templates/Localizable.strings:548 #, no-wrap msgid "0000160a" msgstr "" #. type: "IntelAzulx03_description" -#: Resources/templates/Localizable.strings:530 +#: Resources/templates/Localizable.strings:549 #, no-wrap msgid "Set 0000160a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx04_title" -#: Resources/templates/Localizable.strings:532 +#: Resources/templates/Localizable.strings:551 #, no-wrap msgid "0000160c" msgstr "" #. type: "IntelAzulx04_description" -#: Resources/templates/Localizable.strings:533 +#: Resources/templates/Localizable.strings:552 #, no-wrap msgid "Set 0000160c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx05_title" -#: Resources/templates/Localizable.strings:535 +#: Resources/templates/Localizable.strings:554 #, no-wrap msgid "00002604" msgstr "" #. type: "IntelAzulx05_description" -#: Resources/templates/Localizable.strings:536 +#: Resources/templates/Localizable.strings:555 #, no-wrap msgid "Set 00002604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx06_title" -#: Resources/templates/Localizable.strings:538 +#: Resources/templates/Localizable.strings:557 #, no-wrap msgid "0000260a" msgstr "" #. type: "IntelAzulx06_description" -#: Resources/templates/Localizable.strings:539 +#: Resources/templates/Localizable.strings:558 #, no-wrap msgid "Set 0000260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx07_title" -#: Resources/templates/Localizable.strings:541 +#: Resources/templates/Localizable.strings:560 #, no-wrap msgid "0000260c" msgstr "" #. type: "IntelAzulx07_description" -#: Resources/templates/Localizable.strings:542 +#: Resources/templates/Localizable.strings:561 #, no-wrap msgid "Set 0600260c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx08_title" -#: Resources/templates/Localizable.strings:544 +#: Resources/templates/Localizable.strings:563 #, no-wrap msgid "0000260d" msgstr "" #. type: "IntelAzulx08_description" -#: Resources/templates/Localizable.strings:545 +#: Resources/templates/Localizable.strings:564 #, no-wrap msgid "Set 0000260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx09_title" -#: Resources/templates/Localizable.strings:547 +#: Resources/templates/Localizable.strings:566 #, no-wrap msgid "02001604" msgstr "" #. type: "IntelAzulx09_description" -#: Resources/templates/Localizable.strings:548 +#: Resources/templates/Localizable.strings:567 #, no-wrap msgid "Set 02001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx10_title" -#: Resources/templates/Localizable.strings:550 +#: Resources/templates/Localizable.strings:569 #, no-wrap msgid "0300220d" msgstr "" #. type: "IntelAzulx10_description" -#: Resources/templates/Localizable.strings:551 +#: Resources/templates/Localizable.strings:570 #, no-wrap msgid "Set 0300220d for Intel Haswell (Desktop) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx11_title" -#: Resources/templates/Localizable.strings:553 +#: Resources/templates/Localizable.strings:572 #, no-wrap msgid "0500260a" msgstr "" #. type: "IntelAzulx11_description" -#: Resources/templates/Localizable.strings:554 +#: Resources/templates/Localizable.strings:573 #, no-wrap msgid "Set 0500260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx12_title" -#: Resources/templates/Localizable.strings:556 +#: Resources/templates/Localizable.strings:575 #, no-wrap msgid "0600260a" msgstr "" #. type: "IntelAzulx12_description" -#: Resources/templates/Localizable.strings:557 +#: Resources/templates/Localizable.strings:576 #, no-wrap msgid "Set 0600260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx13_title" -#: Resources/templates/Localizable.strings:559 +#: Resources/templates/Localizable.strings:578 #, no-wrap msgid "0700260d" msgstr "" #. type: "IntelAzulx13_description" -#: Resources/templates/Localizable.strings:560 +#: Resources/templates/Localizable.strings:579 #, no-wrap msgid "Set 0700260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx14_title" -#: Resources/templates/Localizable.strings:562 +#: Resources/templates/Localizable.strings:581 #, no-wrap msgid "0800260a" msgstr "" #. type: "IntelAzulx14_description" -#: Resources/templates/Localizable.strings:563 +#: Resources/templates/Localizable.strings:582 #, no-wrap msgid "Set 0800260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx15_title" -#: Resources/templates/Localizable.strings:565 +#: Resources/templates/Localizable.strings:584 #, no-wrap msgid "08002e0a" msgstr "" #. type: "IntelAzulx15_description" -#: Resources/templates/Localizable.strings:566 +#: Resources/templates/Localizable.strings:585 #, no-wrap msgid "Set 08002e0a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "AD2000B_PinConf_title" -#: Resources/templates/Localizable.strings:570 +#: Resources/templates/Localizable.strings:589 #, no-wrap msgid "AD2000b" msgstr "" #. type: "AD2000B_PinConf_description" -#: Resources/templates/Localizable.strings:571 +#: Resources/templates/Localizable.strings:590 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD2000b." msgstr "" #. type: "AD1981HD_PinConf_title" -#: Resources/templates/Localizable.strings:573 +#: Resources/templates/Localizable.strings:592 #, no-wrap msgid "AD1981HD" msgstr "" #. type: "AD1981HD_PinConf_description" -#: Resources/templates/Localizable.strings:574 +#: Resources/templates/Localizable.strings:593 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1981HD." msgstr "" #. type: "AD1988B_PinConf_title" -#: Resources/templates/Localizable.strings:576 +#: Resources/templates/Localizable.strings:595 #, no-wrap msgid "AD1988b" msgstr "" #. type: "AD1988B_PinConf_description" -#: Resources/templates/Localizable.strings:577 +#: Resources/templates/Localizable.strings:596 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1988b." msgstr "" #. type: "ALC888_PinConf_title" -#: Resources/templates/Localizable.strings:579 +#: Resources/templates/Localizable.strings:598 #, no-wrap msgid "ALC888" msgstr "" #. type: "ALC888_PinConf_description" -#: Resources/templates/Localizable.strings:580 +#: Resources/templates/Localizable.strings:599 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC888." msgstr "" #. type: "ALC1200_PinConf_title" -#: Resources/templates/Localizable.strings:582 +#: Resources/templates/Localizable.strings:601 #, no-wrap msgid "ALC1200" msgstr "" #. type: "ALC1200_PinConf_description" -#: Resources/templates/Localizable.strings:583 +#: Resources/templates/Localizable.strings:602 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC1200." msgstr "" #. type: "00_PinConf_title" -#: Resources/templates/Localizable.strings:585 +#: Resources/templates/Localizable.strings:604 #, no-wrap msgid "00" msgstr "" #. type: "00_PinConf_description" -#: Resources/templates/Localizable.strings:586 +#: Resources/templates/Localizable.strings:605 #, no-wrap msgid "Set HDEF PinConfiguration for ???." msgstr "" #. type: "GraphicsEnabler_title" -#: Resources/templates/Localizable.strings:590 +#: Resources/templates/Localizable.strings:609 #, no-wrap msgid "GraphicsEnabler=Yes" msgstr "GraphicsEnabler" #. type: "GraphicsEnabler_description" -#: Resources/templates/Localizable.strings:591 +#: Resources/templates/Localizable.strings:610 #, fuzzy, no-wrap #| msgid "Enables the option to autodetect NVIDIA based GPUs and inject the correct info." msgid "Enables the option to autodetect NVIDIA, AMD/ATI or Intel based GPUs and inject the correct info." msgstr " לקובץ org.chameleon.Boot.plist, אפשרות זאת מפעילה זיהוי אוטומטי של כרטיסי מסך NVIDIA.GraphicsEnabler=y הוספת" #. type: "EnableHDMIAudio_title" -#: Resources/templates/Localizable.strings:593 +#: Resources/templates/Localizable.strings:612 #, no-wrap msgid "EnableHDMIAudio=Yes" msgstr "" #. type: "EnableHDMIAudio_description" -#: Resources/templates/Localizable.strings:594 +#: Resources/templates/Localizable.strings:613 #, no-wrap msgid "Inject HDMi audio for NVIDIA or AMD/ATI." msgstr "" #. type: "UseIntelHDMI_title" -#: Resources/templates/Localizable.strings:596 +#: Resources/templates/Localizable.strings:615 #, no-wrap msgid "UseIntelHDMI=Yes" msgstr "" #. type: "UseIntelHDMI_description" -#: Resources/templates/Localizable.strings:597 +#: Resources/templates/Localizable.strings:616 #, no-wrap msgid "If YES, hda-gfx=onboard-1 will be injected into the GFX0 and HDEF devices. Also, if an ATI or Nvidia HDMI device is present, they'll be assigned to onboard-2. If NO, then ATI or Nvidia devices will get onboard-1 as well as the HDAU device if present." msgstr "" #. type: "UseAtiROM_title" -#: Resources/templates/Localizable.strings:599 +#: Resources/templates/Localizable.strings:618 #, no-wrap msgid "UseAtiROM=Yes" msgstr "" #. type: "UseAtiROM_description" -#: Resources/templates/Localizable.strings:600 +#: Resources/templates/Localizable.strings:619 #, no-wrap msgid "Enables UseAtiROM options." msgstr "" #. type: "UseNvidiaROM_title" -#: Resources/templates/Localizable.strings:602 +#: Resources/templates/Localizable.strings:621 #, no-wrap msgid "UseNvidiaROM=Yes" msgstr "" #. type: "UseNvidiaROM_description" -#: Resources/templates/Localizable.strings:603 +#: Resources/templates/Localizable.strings:622 #, no-wrap msgid "Enables UseNvidiaROM options." msgstr "" #. type: "VBIOS_title" -#: Resources/templates/Localizable.strings:605 +#: Resources/templates/Localizable.strings:624 #, no-wrap msgid "VBIOS=Yes" msgstr "" #. type: "VBIOS_description" -#: Resources/templates/Localizable.strings:606 +#: Resources/templates/Localizable.strings:625 #, no-wrap msgid "Enables VBIOS option" msgstr "" #. type: "SkipIntelGfx_title" -#: Resources/templates/Localizable.strings:608 +#: Resources/templates/Localizable.strings:627 #, no-wrap msgid "SkipIntelGfx=Yes" msgstr "" #. type: "SkipIntelGfx_description" -#: Resources/templates/Localizable.strings:609 +#: Resources/templates/Localizable.strings:628 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for Intel based GPUs." msgstr "" #. type: "SkipNvidiaGfx_title" -#: Resources/templates/Localizable.strings:611 +#: Resources/templates/Localizable.strings:630 #, no-wrap msgid "SkipNvidiaGfx=Yes" msgstr "" #. type: "SkipNvidiaGfx_description" -#: Resources/templates/Localizable.strings:612 +#: Resources/templates/Localizable.strings:631 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for NVIDIA based GPUs." msgstr "" #. type: "SkipAtiGfx_title" -#: Resources/templates/Localizable.strings:614 +#: Resources/templates/Localizable.strings:633 #, no-wrap msgid "SkipAtiGfx=Yes" msgstr "" #. type: "SkipAtiGfx_description" -#: Resources/templates/Localizable.strings:615 +#: Resources/templates/Localizable.strings:634 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for AMD/ATI based GPUs." msgstr "" #. type: "EnableBacklight_title" -#: Resources/templates/Localizable.strings:617 +#: Resources/templates/Localizable.strings:636 #, no-wrap msgid "EnableBacklight=Yes" msgstr "" #. type: "EnableBacklight_description" -#: Resources/templates/Localizable.strings:618 +#: Resources/templates/Localizable.strings:637 #, no-wrap msgid "Enables Backlight options for laptop with nVidia cards." msgstr "" #. type: "EnableDualLink_title" -#: Resources/templates/Localizable.strings:620 +#: Resources/templates/Localizable.strings:639 #, no-wrap msgid "EnableDualLink=Yes" msgstr "" #. type: "EnableDualLink_description" -#: Resources/templates/Localizable.strings:621 +#: Resources/templates/Localizable.strings:640 #, no-wrap msgid "Enables DualLink options for nVidia and ATi cards." msgstr "" #. type: "NvidiaGeneric_title" -#: Resources/templates/Localizable.strings:623 +#: Resources/templates/Localizable.strings:642 #, no-wrap msgid "NvidiaGeneric=Yes" msgstr "" #. type: "NvidiaGeneric_description" -#: Resources/templates/Localizable.strings:624 +#: Resources/templates/Localizable.strings:643 #, no-wrap msgid "Use the classic Nvidia name for the SystemProfiler (disabled by default)." msgstr "" #. type: "Verbose_title" -#: Resources/templates/Localizable.strings:630 +#: Resources/templates/Localizable.strings:649 #, no-wrap msgid "Verbose Mode" msgstr "" #. type: "Verbose_description" -#: Resources/templates/Localizable.strings:631 +#: Resources/templates/Localizable.strings:650 #, no-wrap msgid "Turns on verbose logging and allows you to see messages from both Chameleon and the OS X kernel at boot time. Essential for troubleshooting." msgstr "" #. type: "Singleusermode_title" -#: Resources/templates/Localizable.strings:633 +#: Resources/templates/Localizable.strings:652 #, no-wrap msgid "Single User Mode" msgstr "" #. type: "Singleusermode_description" -#: Resources/templates/Localizable.strings:634 +#: Resources/templates/Localizable.strings:653 #, no-wrap msgid "A troubleshooting option used for booting into OS X's BSD/Unix command line." msgstr "" #. type: "Ignorecaches_title" -#: Resources/templates/Localizable.strings:636 +#: Resources/templates/Localizable.strings:655 #, no-wrap msgid "Ignore Caches" msgstr "" #. type: "Ignorecaches_description" -#: Resources/templates/Localizable.strings:637 +#: Resources/templates/Localizable.strings:656 #, no-wrap msgid "Not an option that's needed for everyday booting, but it can be useful if you want OS X to load all files from it's system folders, rather than relying on it's pre-built caches." msgstr "" #. type: "Npci_title" -#: Resources/templates/Localizable.strings:639 +#: Resources/templates/Localizable.strings:658 #, no-wrap msgid "npci=0x2000" msgstr "" #. type: "Npci_description" -#: Resources/templates/Localizable.strings:640 +#: Resources/templates/Localizable.strings:659 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x2000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "" #. type: "Npci3_title" -#: Resources/templates/Localizable.strings:642 +#: Resources/templates/Localizable.strings:661 #, no-wrap msgid "npci=0x3000" msgstr "" #. type: "Npci3_description" -#: Resources/templates/Localizable.strings:643 +#: Resources/templates/Localizable.strings:662 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x3000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "" #. type: "WaitingRootDevice_title" -#: Resources/templates/Localizable.strings:645 +#: Resources/templates/Localizable.strings:664 #, no-wrap msgid "ahcidisk=1 debug=8" msgstr "" #. type: "WaitingRootDevice_description" -#: Resources/templates/Localizable.strings:646 +#: Resources/templates/Localizable.strings:665 #, no-wrap msgid "" "Info here: Waiting for root device when kernel cache used only with some disks +FIX\n" @@ -2354,25 +2413,25 @@ msgstr "" #. type: "Darkwake_title" -#: Resources/templates/Localizable.strings:650 +#: Resources/templates/Localizable.strings:669 #, no-wrap msgid "darkwake=0" msgstr "" #. type: "Darkwake_description" -#: Resources/templates/Localizable.strings:651 +#: Resources/templates/Localizable.strings:670 #, no-wrap msgid "Lion only. Disables the 'low power wake' feature which can sometimes leave the screen black after wake from sleep." msgstr "" #. type: "NvdaDrv1_title" -#: Resources/templates/Localizable.strings:653 +#: Resources/templates/Localizable.strings:672 #, no-wrap msgid "nvda_drv=1" msgstr "" #. type: "NvdaDrv1_description" -#: Resources/templates/Localizable.strings:654 +#: Resources/templates/Localizable.strings:673 #, no-wrap msgid "" "It introduces a new Preference Pane under System Preferences that allows you to enable the Nvidia Web Driver.\n" @@ -2382,25 +2441,25 @@ msgstr "" #. type: "kext-dev-mode1_title" -#: Resources/templates/Localizable.strings:659 +#: Resources/templates/Localizable.strings:678 #, no-wrap msgid "kext-dev-mode=1" msgstr "" #. type: "kext-dev-mode1_description" -#: Resources/templates/Localizable.strings:660 +#: Resources/templates/Localizable.strings:679 #, no-wrap msgid "In Yosemite Developer Previews, unsigned or improperly signed kexts will not be loaded. To use unsigned kexts during development, this strict check can be disabled by adding a 'kext-dev-mode=1' boot arg." msgstr "" #. type: "Dart0_title" -#: Resources/templates/Localizable.strings:662 +#: Resources/templates/Localizable.strings:681 #, no-wrap msgid "dart=0" msgstr "" #. type: "Dart0_description" -#: Resources/templates/Localizable.strings:663 +#: Resources/templates/Localizable.strings:682 #, no-wrap msgid "" "Avoiding the DMAR processing causing by VT-d function in Osx (Virtualization).\n" @@ -2408,277 +2467,283 @@ msgstr "" #. type: "mac-de_title" -#: Resources/templates/Localizable.strings:670 +#: Resources/templates/Localizable.strings:689 #, no-wrap msgid "German Mac Keyboard" msgstr "" #. type: "mac-de_description" -#: Resources/templates/Localizable.strings:671 +#: Resources/templates/Localizable.strings:690 #, no-wrap msgid "Use the keyboard layout for a German Mac keyboard" msgstr "" #. type: "mac-es_title" -#: Resources/templates/Localizable.strings:673 +#: Resources/templates/Localizable.strings:692 #, no-wrap msgid "Spanish Mac Keyboard" msgstr "" #. type: "mac-es_description" -#: Resources/templates/Localizable.strings:674 +#: Resources/templates/Localizable.strings:693 #, no-wrap msgid "Use the keyboard layout for a Spanish Mac keyboard" msgstr "" #. type: "mac-fr_title" -#: Resources/templates/Localizable.strings:676 +#: Resources/templates/Localizable.strings:695 #, no-wrap msgid "French Mac Keyboard" msgstr "" #. type: "mac-fr_description" -#: Resources/templates/Localizable.strings:677 +#: Resources/templates/Localizable.strings:696 #, no-wrap msgid "Use the keyboard layout for a French Mac keyboard" msgstr "" #. type: "mac-it_title" -#: Resources/templates/Localizable.strings:679 +#: Resources/templates/Localizable.strings:698 #, no-wrap msgid "Italian Mac Keyboard" msgstr "" #. type: "mac-it_description" -#: Resources/templates/Localizable.strings:680 +#: Resources/templates/Localizable.strings:699 #, no-wrap msgid "Use the keyboard layout for an Italian Mac keyboard" msgstr "" #. type: "mac-se_title" -#: Resources/templates/Localizable.strings:682 +#: Resources/templates/Localizable.strings:701 #, no-wrap msgid "Swedish Mac Keyboard" msgstr "" #. type: "mac-se_description" -#: Resources/templates/Localizable.strings:683 +#: Resources/templates/Localizable.strings:702 #, no-wrap msgid "Use the keyboard layout for a Swedish Mac keyboard" msgstr "" #. type: "pc-fr_title" -#: Resources/templates/Localizable.strings:685 +#: Resources/templates/Localizable.strings:704 #, no-wrap msgid "French PC Keyboard" msgstr "" #. type: "pc-fr_description" -#: Resources/templates/Localizable.strings:686 +#: Resources/templates/Localizable.strings:705 #, no-wrap msgid "Use the keyboard layout for a French PC keyboard" msgstr "" #. type: "Embed_title" -#: Resources/templates/Localizable.strings:693 +#: Resources/templates/Localizable.strings:712 #, no-wrap msgid "Embed" msgstr "" #. type: "Embed_description" -#: Resources/templates/Localizable.strings:694 +#: Resources/templates/Localizable.strings:713 #, no-wrap msgid "A smaller simple version of the new default theme used when building a version of Chameleon which requires an embedded theme." msgstr "" #. type: "Legacy_title" -#: Resources/templates/Localizable.strings:696 +#: Resources/templates/Localizable.strings:715 #, no-wrap msgid "Legacy" msgstr "" #. type: "Legacy_description" -#: Resources/templates/Localizable.strings:697 +#: Resources/templates/Localizable.strings:716 #, no-wrap msgid "Chameleon's original default theme introduced for v2.0 RC1" msgstr "" +#. type: "Default_title" +#: Resources/templates/Localizable.strings:718 +#, no-wrap +msgid "Standard" +msgstr "" + #. type: "Default_description" -#: Resources/templates/Localizable.strings:700 +#: Resources/templates/Localizable.strings:719 #, no-wrap msgid "Chameleon default theme introduced for v2.0 RC5" msgstr "עיצוב סטנדרטי של חמליאון." #. type: "Bullet_title" -#: Resources/templates/Localizable.strings:702 +#: Resources/templates/Localizable.strings:721 #, no-wrap msgid "Bullet" msgstr "" #. type: "Bullet_description" -#: Resources/templates/Localizable.strings:703 +#: Resources/templates/Localizable.strings:722 #, no-wrap msgid "A lovely simple theme by NoSmokingBandit from April 2009." msgstr "עיצוב The Bullet על ידי NoSmokingBandit" #. type: "Audio_title" -#: Resources/templates/Localizable.strings:712 +#: Resources/templates/Localizable.strings:731 #, no-wrap msgid "Audio" msgstr "" #. type: "Audio_description" -#: Resources/templates/Localizable.strings:713 +#: Resources/templates/Localizable.strings:732 #, no-wrap msgid "A selection of options that deal with audio." msgstr "" #. type: "Control_title" -#: Resources/templates/Localizable.strings:716 +#: Resources/templates/Localizable.strings:735 #, no-wrap msgid "Control Options" msgstr "" #. type: "Control_description" -#: Resources/templates/Localizable.strings:717 +#: Resources/templates/Localizable.strings:736 #, no-wrap msgid "Settings to control how Chameleon works." msgstr "" #. type: "General_title" -#: Resources/templates/Localizable.strings:720 +#: Resources/templates/Localizable.strings:739 #, no-wrap msgid "General Options" msgstr "" #. type: "General_description" -#: Resources/templates/Localizable.strings:721 +#: Resources/templates/Localizable.strings:740 #, no-wrap msgid "Choose from a selection of base options." msgstr "" #. type: "KernelFlags_title" -#: Resources/templates/Localizable.strings:724 +#: Resources/templates/Localizable.strings:743 #, no-wrap msgid "Kernel Flags" msgstr "" #. type: "KernelFlags_description" -#: Resources/templates/Localizable.strings:725 +#: Resources/templates/Localizable.strings:744 #, no-wrap msgid "Choose from a selection of kernel flags." msgstr "" #. type: "PowerManagement_title" -#: Resources/templates/Localizable.strings:728 +#: Resources/templates/Localizable.strings:747 #, no-wrap msgid "Power Management" msgstr "" #. type: "PowerManagement_description" -#: Resources/templates/Localizable.strings:729 +#: Resources/templates/Localizable.strings:748 #, no-wrap msgid "A selection of options that deal with power management and speedstep." msgstr "" #. type: "Resolution_description" -#: Resources/templates/Localizable.strings:733 +#: Resources/templates/Localizable.strings:752 #, no-wrap msgid "Set one resolution to use." msgstr "" #. type: "HDEFLayout_title" -#: Resources/templates/Localizable.strings:736 +#: Resources/templates/Localizable.strings:755 #, no-wrap msgid "HDEF Layout" msgstr "" #. type: "HDEFLayout_description" -#: Resources/templates/Localizable.strings:737 +#: Resources/templates/Localizable.strings:756 #, no-wrap msgid "Set one HDEF Layout ID to use for your HDA controller." msgstr "" #. type: "HDAULayout_title" -#: Resources/templates/Localizable.strings:740 +#: Resources/templates/Localizable.strings:759 #, no-wrap msgid "HDAU Layout" msgstr "" #. type: "HDAULayout_description" -#: Resources/templates/Localizable.strings:741 +#: Resources/templates/Localizable.strings:760 #, no-wrap msgid "Set one HDAU Layout ID to use for your HDMi controller." msgstr "" #. type: "IntelCapri_title" -#: Resources/templates/Localizable.strings:744 +#: Resources/templates/Localizable.strings:763 #, no-wrap msgid "Intel Capri AAPL,ig-platform-id" msgstr "" #. type: "IntelCapri_description" -#: Resources/templates/Localizable.strings:745 +#: Resources/templates/Localizable.strings:764 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD4000." msgstr "" #. type: "IntelAzul_title" -#: Resources/templates/Localizable.strings:748 +#: Resources/templates/Localizable.strings:767 #, no-wrap msgid "Intel Azul AAPL,ig-platform-id" msgstr "" #. type: "IntelAzul_description" -#: Resources/templates/Localizable.strings:749 +#: Resources/templates/Localizable.strings:768 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD5000." msgstr "" #. type: "HDEFPinConfiguration_title" -#: Resources/templates/Localizable.strings:752 +#: Resources/templates/Localizable.strings:771 #, no-wrap msgid "HDEF PinConfiguration" msgstr "" #. type: "HDEFPinConfiguration_description" -#: Resources/templates/Localizable.strings:753 +#: Resources/templates/Localizable.strings:772 #, no-wrap msgid "Set one HDEF PinConfiguration to use." msgstr "" #. type: "Video_title" -#: Resources/templates/Localizable.strings:756 +#: Resources/templates/Localizable.strings:775 #, no-wrap msgid "Video" msgstr "" #. type: "Video_description" -#: Resources/templates/Localizable.strings:757 +#: Resources/templates/Localizable.strings:776 #, no-wrap msgid "A selection of options that deal with video." msgstr "" #. type: "Keymaps_title" -#: Resources/templates/Localizable.strings:760 +#: Resources/templates/Localizable.strings:779 #, no-wrap msgid "KeyLayout" msgstr "" #. type: "Keymaps_description" -#: Resources/templates/Localizable.strings:761 +#: Resources/templates/Localizable.strings:780 #, no-wrap msgid "Select one keylayout to use. This will also install the Keylayout module and keymaps." msgstr "" #. type: "Themes_title" -#: Resources/templates/Localizable.strings:767 +#: Resources/templates/Localizable.strings:786 #, no-wrap msgid "Themes" msgstr "" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:768 +#: Resources/templates/Localizable.strings:787 #, 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 2678) +++ branches/ErmaC/Enoch/package/po/el.po (revision 2679) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Chameleon 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-13 19:42+0000\n" +"POT-Creation-Date: 2015-05-10 14:42+0200\n" "PO-Revision-Date: 2015-02-13 19:49-0000\n" "Last-Translator: FULL NAME \n" "Language-Team: el \n" @@ -18,12 +18,12 @@ #. type: Content of:

#: Resources/templates/Welcome.html:22 -msgid "Chameleon" +msgid "Enoch" msgstr "" #. type: Content of:

#: Resources/templates/Welcome.html:23 -msgid "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" +msgid "ErmaC's Branch of Chameleon (%CHAMELEONREVISION%)" msgstr "" #. type: Content of:

@@ -250,63 +250,123 @@ "boot2 (On the partition's root directory) for loading kernel etc." msgstr "" -#. type: "Default_title" +#. type: "BootNo_title" #: Resources/templates/Localizable.strings:25 -#: Resources/templates/Localizable.strings:699 #, no-wrap -msgid "Standard" +msgid "Don't install the Bootloader" msgstr "" -#. type: "Standard_description" +#. type: "BootNo_description" #: Resources/templates/Localizable.strings:26 #, no-wrap -msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." -msgstr "Κανονική εγκατάσταση του Chameleon." +msgid "Useful if you only want to install the extra's." +msgstr "" -#. type: "noboot_title" +#. type: "Stages_title" #: Resources/templates/Localizable.strings:28 #, no-wrap -msgid "Don't install the Bootloader" +msgid "Bootloader Stages" msgstr "" -#. type: "noboot_description" +#. type: "Stages_description" #: Resources/templates/Localizable.strings:29 #, no-wrap -msgid "Useful if you only want to install the extra's." +msgid "" +"Here you can chose to skip the bootloader installation completely or partially.\n" +"This can be usefull if you want to write Extra's, or skip some stage (0,1 and activation of the target partition).\n" +"Skipping all stages permit you to leave as is already working boot sectors, especially usefull with 4k drives.\n" +"boot is always copied to the target partition when you are skipping one or more stages." msgstr "" +#. type: "SkipStage0_title" +#: Resources/templates/Localizable.strings:34 +#, no-wrap +msgid "Skip Stage 0" +msgstr "" + +#. type: "SkipStage0_description" +#: Resources/templates/Localizable.strings:35 +#, no-wrap +msgid "" +"Avoid writing stage 0 to the target disk.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipStage1_title" +#: Resources/templates/Localizable.strings:38 +#, no-wrap +msgid "Skip Stage 1" +msgstr "" + +#. type: "SkipStage1_description" +#: Resources/templates/Localizable.strings:39 +#, no-wrap +msgid "" +"Avoid writing stage 1 to the partition boot sector.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipActivePartition_title" +#: Resources/templates/Localizable.strings:42 +#, no-wrap +msgid "Skip Activation" +msgstr "" + +#. type: "SkipActivePartition_description" +#: Resources/templates/Localizable.strings:43 +#, no-wrap +msgid "" +"Prevents activation of the target partition.\n" +"Some old motherboards have a bad implementation of GPT in bios and they can not find partitions if marked active unger Guid Partition Table.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "Standard_title" +#: Resources/templates/Localizable.strings:47 +#, no-wrap +msgid "Install Chameleon in the chosen partition." +msgstr "" + +#. type: "Standard_description" +#: Resources/templates/Localizable.strings:48 +#, fuzzy, no-wrap +#| msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." +msgid "Install Chameleon's files to the root of the selected partition using either boot0, boot0md or boot0hfs depending on your system without destroying any existing Windows installation if you have one." +msgstr "Κανονική εγκατάσταση του Chameleon." + #. type: "EFI_title" -#: Resources/templates/Localizable.strings:31 +#: Resources/templates/Localizable.strings:50 #, no-wrap msgid "Install Chameleon in the ESP" msgstr "" #. type: "EFI_description" -#: Resources/templates/Localizable.strings:32 -#, no-wrap -msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +#: Resources/templates/Localizable.strings:51 +#, fuzzy, no-wrap +#| msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0, boot0md or boot0hfs depending on your system." msgstr "Κανονική εγκατάσταση του Chameleon." #. type: "Module_title" -#: Resources/templates/Localizable.strings:37 +#: Resources/templates/Localizable.strings:56 #, no-wrap msgid "Modules" msgstr "" #. type: "Module_description" -#: Resources/templates/Localizable.strings:38 +#: Resources/templates/Localizable.strings:57 #, no-wrap msgid "The modules system incorporated in chameleon allows for a user or developer to extend the core functionality of chameleon without replacing the main boot file." msgstr "" #. type: "klibc_title" -#: Resources/templates/Localizable.strings:40 +#: Resources/templates/Localizable.strings:59 #, no-wrap msgid "klibc" msgstr "" #. type: "klibc_description" -#: Resources/templates/Localizable.strings:41 +#: Resources/templates/Localizable.strings:60 #, no-wrap msgid "" "This module provides a standard c library for modules to link to if the library provided by chameleon is insufficient.\n" @@ -315,13 +375,13 @@ msgstr "" #. type: "ACPICodec_title" -#: Resources/templates/Localizable.strings:45 +#: Resources/templates/Localizable.strings:64 #, no-wrap msgid "ACPICodec" msgstr "" #. type: "ACPICodec_description" -#: Resources/templates/Localizable.strings:46 +#: Resources/templates/Localizable.strings:65 #, no-wrap msgid "" "This module provides a substitute for the internal acpi patcher.\n" @@ -329,13 +389,13 @@ msgstr "" #. type: "HDAEnabler_title" -#: Resources/templates/Localizable.strings:49 +#: Resources/templates/Localizable.strings:68 #, no-wrap msgid "HDAEnabler" msgstr "" #. type: "HDAEnabler_description" -#: Resources/templates/Localizable.strings:50 +#: Resources/templates/Localizable.strings:69 #, no-wrap msgid "" "HDAEnabler module, this module provides a substitute for the Hight Definition Audio DSDT Edits.\n" @@ -343,13 +403,13 @@ msgstr "" #. type: "FileNVRAM_title" -#: Resources/templates/Localizable.strings:53 +#: Resources/templates/Localizable.strings:72 #, no-wrap msgid "FileNVRAM" msgstr "" #. type: "FileNVRAM_description" -#: Resources/templates/Localizable.strings:54 +#: Resources/templates/Localizable.strings:73 #, no-wrap msgid "" "FileNVRAM module for preloading NVRAM values.\n" @@ -357,13 +417,13 @@ msgstr "" #. type: "Sata_title" -#: Resources/templates/Localizable.strings:57 +#: Resources/templates/Localizable.strings:76 #, no-wrap msgid "Sata" msgstr "" #. type: "Sata_description" -#: Resources/templates/Localizable.strings:58 +#: Resources/templates/Localizable.strings:77 #, no-wrap msgid "" "Sata module, known as YellowIconFixer in cparm's branch.\n" @@ -372,14 +432,14 @@ msgstr "" #. type: "Resolution_title" -#: Resources/templates/Localizable.strings:62 -#: Resources/templates/Localizable.strings:732 +#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:751 #, no-wrap msgid "Resolution" msgstr "" #. type: "AutoReso_description" -#: Resources/templates/Localizable.strings:63 +#: Resources/templates/Localizable.strings:82 #, no-wrap msgid "" "This module reads the edid information from the monitor attached to the main display.\n" @@ -388,13 +448,13 @@ msgstr "" #. type: "uClibc_title" -#: Resources/templates/Localizable.strings:67 +#: Resources/templates/Localizable.strings:86 #, no-wrap msgid "uClibc++" msgstr "" #. type: "uClibc_description" -#: Resources/templates/Localizable.strings:68 +#: Resources/templates/Localizable.strings:87 #, no-wrap msgid "" "This module provides a minimalistic c++ runtime library for use in other modules. This does not provide functionality by itself, instead it is used to allow for the c++ language to be used in other modules.\n" @@ -404,13 +464,13 @@ msgstr "" #. type: "KernelPatcher_title" -#: Resources/templates/Localizable.strings:73 +#: Resources/templates/Localizable.strings:92 #, no-wrap msgid "Kernel Patcher" msgstr "" #. type: "KernelPatcher_description" -#: Resources/templates/Localizable.strings:74 +#: Resources/templates/Localizable.strings:93 #, no-wrap msgid "" "The KernelPatcher module provides patches for the following:\n" @@ -422,13 +482,13 @@ msgstr "" #. type: "KextPatcher_title" -#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:100 #, no-wrap msgid "Kext Patcher" msgstr "" #. type: "KextPatcher_description" -#: Resources/templates/Localizable.strings:82 +#: Resources/templates/Localizable.strings:101 #, no-wrap msgid "" "The KextPatcher module provides patches for the following:\n" @@ -436,13 +496,13 @@ msgstr "" #. type: "NVIDIAGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:85 +#: Resources/templates/Localizable.strings:104 #, no-wrap msgid "NVIDIAGraphicsEnabler" msgstr "" #. type: "NVIDIAGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:86 +#: Resources/templates/Localizable.strings:105 #, no-wrap msgid "" "The GraphicsEnabler nVidia code ported to a module.\n" @@ -450,13 +510,13 @@ msgstr "" #. type: "GraphicsEnablerModule_title" -#: Resources/templates/Localizable.strings:89 +#: Resources/templates/Localizable.strings:108 #, no-wrap msgid "GraphicsEnabler" msgstr "" #. type: "GraphicsEnablerModule_description" -#: Resources/templates/Localizable.strings:90 +#: Resources/templates/Localizable.strings:109 #, no-wrap msgid "" "The GraphicsEnabler code ported to a module.\n" @@ -464,13 +524,13 @@ msgstr "" #. type: "AMDGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:93 +#: Resources/templates/Localizable.strings:112 #, no-wrap msgid "AMDGraphicsEnabler" msgstr "" #. type: "AMDGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:94 +#: Resources/templates/Localizable.strings:113 #, no-wrap msgid "" "The GraphicsEnabler AMD/ATi code ported to a module.\n" @@ -478,13 +538,13 @@ msgstr "" #. type: "IntelGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:97 +#: Resources/templates/Localizable.strings:116 #, no-wrap msgid "IntelGraphicsEnabler" msgstr "" #. type: "IntelGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:98 +#: Resources/templates/Localizable.strings:117 #, no-wrap msgid "" "The GraphicsEnabler gma(Intel) code ported to a module.\n" @@ -492,638 +552,638 @@ msgstr "" #. type: "Options_title" -#: Resources/templates/Localizable.strings:106 +#: Resources/templates/Localizable.strings:125 #, no-wrap msgid "Settings" msgstr "" #. type: "Options_description" -#: Resources/templates/Localizable.strings:107 +#: Resources/templates/Localizable.strings:126 #, no-wrap msgid "Create an /Extra/org.chameleon.Boot.plist by selecting any of these boot options and kernel flags." msgstr "" #. type: "BootBanner_title" -#: Resources/templates/Localizable.strings:109 +#: Resources/templates/Localizable.strings:128 #, no-wrap msgid "BootBanner=No" msgstr "BootBanner=No" #. type: "BootBanner_description" -#: Resources/templates/Localizable.strings:110 +#: Resources/templates/Localizable.strings:129 #, no-wrap msgid "Hides Chameleon's boot banner in GUI. This is the text that is drawn at the top left corner of the screen displaying the release version etc." msgstr "" #. type: "GUI_title" -#: Resources/templates/Localizable.strings:112 +#: Resources/templates/Localizable.strings:131 #, no-wrap msgid "GUI=No" msgstr "GUI=No" #. type: "GUI_description" -#: Resources/templates/Localizable.strings:113 +#: Resources/templates/Localizable.strings:132 #, no-wrap msgid "Disables the default enabled graphic user interface." msgstr "Απενεργοποίηση γραφικού περιβάλλοντος. Αυτή η επιλογή θα προσθέσει 'GUI=n' στο org.chameleon.Boot.plist." #. type: "LegacyLogo_title" -#: Resources/templates/Localizable.strings:115 +#: Resources/templates/Localizable.strings:134 #, no-wrap msgid "LegacyLogo=Yes" msgstr "LegacyLogo=Yes" #. type: "LegacyLogo_description" -#: Resources/templates/Localizable.strings:116 +#: Resources/templates/Localizable.strings:135 #, no-wrap msgid "Use the legacy 'dark grey' apple logo on the light grey screen for the boot process rather than the boot.png in the theme." msgstr "" #. type: "InstantMenu_title" -#: Resources/templates/Localizable.strings:118 +#: Resources/templates/Localizable.strings:137 #, no-wrap msgid "InstantMenu=Yes" msgstr "InstantMenu=Yes" #. type: "InstantMenu_description" -#: Resources/templates/Localizable.strings:119 +#: Resources/templates/Localizable.strings:138 #, no-wrap msgid "By default, when Chameleon loads you'll see the icon for the current default partition, along with a timeout progress bar which left alone will count down before Chameleon automatically boots that partition. This options skips that and takes you directly to the device selection screen." msgstr "" #. type: "QuietBoot_title" -#: Resources/templates/Localizable.strings:121 +#: Resources/templates/Localizable.strings:140 #, no-wrap msgid "QuietBoot=Yes" msgstr "QuietBoot=Yes" #. type: "QuietBoot_description" -#: Resources/templates/Localizable.strings:122 +#: Resources/templates/Localizable.strings:141 #, no-wrap msgid "Enable quiet boot mode (no messages or prompt)." msgstr "" #. type: "ShowInfo_title" -#: Resources/templates/Localizable.strings:124 +#: Resources/templates/Localizable.strings:143 #, no-wrap msgid "ShowInfo=Yes" msgstr "ShowInfo=Yes" #. type: "ShowInfo_description" -#: Resources/templates/Localizable.strings:125 +#: Resources/templates/Localizable.strings:144 #, no-wrap msgid "Enables display of partition and resolution details shown on the left side of the GUI under the boot banner. This is useful information for troubleshooting, though can clash with certain themes." msgstr "" #. type: "Wait_title" -#: Resources/templates/Localizable.strings:127 +#: Resources/templates/Localizable.strings:146 #, no-wrap msgid "Wait=Yes" msgstr "Wait=Yes" #. type: "Wait_description" -#: Resources/templates/Localizable.strings:128 +#: Resources/templates/Localizable.strings:147 #, no-wrap msgid "Pauses the boot process after Chameleon has finished it's setup then waits for a key press before it starts the mach kernel. Useful when combined with verbose boot for troubleshooting." msgstr "" #. type: "PrivateData_title" -#: Resources/templates/Localizable.strings:130 +#: Resources/templates/Localizable.strings:149 #, no-wrap msgid "PrivateData=No" msgstr "PrivateData=No" #. type: "PrivateData_description" -#: Resources/templates/Localizable.strings:131 +#: Resources/templates/Localizable.strings:150 #, no-wrap msgid "Show masked data (serial number) in bdmesg log (enbaled by default)." msgstr "" #. type: "USBBusFix_title" -#: Resources/templates/Localizable.strings:135 +#: Resources/templates/Localizable.strings:154 #, no-wrap msgid "USBBusFix=Yes" msgstr "" #. type: "USBBusFix_description" -#: Resources/templates/Localizable.strings:136 +#: Resources/templates/Localizable.strings:155 #, no-wrap msgid "Enable the XHCI, EHCI and UHCI fixes (disabled by default)." msgstr "" #. type: "USBLegacyOff_title" -#: Resources/templates/Localizable.strings:138 +#: Resources/templates/Localizable.strings:157 #, no-wrap msgid "USBLegacyOff=Yes" msgstr "USBLegacyOff=Yes" #. type: "USBLegacyOff_description" -#: Resources/templates/Localizable.strings:139 +#: Resources/templates/Localizable.strings:158 #, no-wrap msgid "Force USB Legacy off for XHCI and EHCI (disabled by default)." msgstr "" #. type: "XHCILegacyOff_title" -#: Resources/templates/Localizable.strings:141 +#: Resources/templates/Localizable.strings:160 #, no-wrap msgid "XHCILegacyOff=Yes" msgstr "XHCILegacyOff=Yes" #. type: "XHCILegacyOff_description" -#: Resources/templates/Localizable.strings:142 +#: Resources/templates/Localizable.strings:161 #, no-wrap msgid "Force USB Legacy off for XHCI (disabled by default)." msgstr "" #. type: "UHCIreset_title" -#: Resources/templates/Localizable.strings:144 +#: Resources/templates/Localizable.strings:163 #, no-wrap msgid "UHCIreset=Yes" msgstr "UHCIreset" #. type: "UHCIreset_description" -#: Resources/templates/Localizable.strings:145 +#: Resources/templates/Localizable.strings:164 #, no-wrap msgid "Enables the option to reset UHCI controllers before starting OS X." msgstr "Προσθήκη UHCIreset=y στο org.chameleon.Boot.plist. Αυτή η επιλογή θα κάνει reset τους ελεγκτές UHCI κάθε φορά πριν την εκκίνηση του OS X." #. type: "EHCIacquire_title" -#: Resources/templates/Localizable.strings:147 +#: Resources/templates/Localizable.strings:166 #, no-wrap msgid "EHCIacquire=Yes" msgstr "EHCIacquire=Yes" #. type: "EHCIacquire_description" -#: Resources/templates/Localizable.strings:148 +#: Resources/templates/Localizable.strings:167 #, no-wrap msgid "Enables the option to fix any EHCI ownership issues due to bad bioses." msgstr "Προσθήκη EHCIacquire=y στο org.chameleon.Boot.plist. Αυτή η επιλογή διορθώνει κάθε EHCI ownership issues due to bad bioses." #. type: "arch_title" -#: Resources/templates/Localizable.strings:150 +#: Resources/templates/Localizable.strings:169 #, no-wrap msgid "arch=i386" msgstr "arch=i386" #. type: "arch_description" -#: Resources/templates/Localizable.strings:151 +#: Resources/templates/Localizable.strings:170 #, no-wrap msgid "Boots the kernel in 32bit mode rather than the default 64bit mode." msgstr "" #. type: "EthernetBuiltIn_title" -#: Resources/templates/Localizable.strings:153 +#: Resources/templates/Localizable.strings:172 #, no-wrap msgid "EthernetBuiltIn=Yes" msgstr "EthernetBuiltIn=Yes" #. type: "EthernetBuiltIn_description" -#: Resources/templates/Localizable.strings:154 +#: Resources/templates/Localizable.strings:173 #, no-wrap msgid "Enables the option of adding 'built-in' to your ethernet devices." msgstr "Προσθήκη EthernetBuiltIn=y στο org.chameleon.Boot.plist. Αυτή η επιλογή θα προσθέσει το χαρακτηριστικό 'built-in' στους ελεγκτές δικτύου." #. type: "EnableWifi_title" -#: Resources/templates/Localizable.strings:156 +#: Resources/templates/Localizable.strings:175 #, no-wrap msgid "EnableWifi=Yes" msgstr "EnableWifi=Yes" #. type: "EnableWifi_description" -#: Resources/templates/Localizable.strings:157 +#: Resources/templates/Localizable.strings:176 #, no-wrap msgid "Enables the option of adding AirPort values to your wireless device." msgstr "" #. type: "ForceHPET_title" -#: Resources/templates/Localizable.strings:159 +#: Resources/templates/Localizable.strings:178 #, no-wrap msgid "ForceHPET=Yes" msgstr "ForceHPET=Yes" #. type: "ForceHPET_description" -#: Resources/templates/Localizable.strings:160 +#: Resources/templates/Localizable.strings:179 #, no-wrap msgid "Enables HPET on intel chipsets, for bioses that dont include the option." msgstr "Προσθήκη ForceHPET=y στο org.chameleon.Boot.plist. Αυτή η επιλογή ενεργοποιεί το HPET σε Intel chipsets για τα BIOS που δεν έχουν αυτή την ρύθμιση." #. type: "ForceWake_title" -#: Resources/templates/Localizable.strings:162 +#: Resources/templates/Localizable.strings:181 #, no-wrap msgid "ForceWake=Yes" msgstr "ForceWake=Yes" #. type: "ForceWake_description" -#: Resources/templates/Localizable.strings:163 +#: Resources/templates/Localizable.strings:182 #, no-wrap msgid "This option enables you to bypass bad sleep images." msgstr "Προσθήκη ForceWake=y στο org.chameleon.Boot.plist. Αυτή η επιλογή σας επιτρέπει να αγνοείτε bad sleep images." #. type: "ForceFullMemInfo_title" -#: Resources/templates/Localizable.strings:165 +#: Resources/templates/Localizable.strings:184 #, no-wrap msgid "ForceFullMemInfo=Yes" msgstr "ForceFullMemInfo=Yes" #. type: "ForceFullMemInfo_description" -#: Resources/templates/Localizable.strings:166 +#: Resources/templates/Localizable.strings:185 #, no-wrap msgid "Force SMBIOS Table 17 to be 27 bytes long." msgstr "" #. type: "RestartFix_title" -#: Resources/templates/Localizable.strings:168 +#: Resources/templates/Localizable.strings:187 #, no-wrap msgid "RestartFix=No" msgstr "RestartFix=No" #. type: "RestartFix_description" -#: Resources/templates/Localizable.strings:169 +#: Resources/templates/Localizable.strings:188 #, no-wrap msgid "Disables the automatically enabled restart fix." msgstr "" #. type: "UseMemDetect_title" -#: Resources/templates/Localizable.strings:171 +#: Resources/templates/Localizable.strings:190 #, no-wrap msgid "UseMemDetect=No" msgstr "UseMemDetect=No" #. type: "UseMemDetect_description" -#: Resources/templates/Localizable.strings:172 +#: Resources/templates/Localizable.strings:191 #, no-wrap msgid "Disables the automatically enabled RAM recognition." msgstr "" #. type: "UseKernelCache_title" -#: Resources/templates/Localizable.strings:174 +#: Resources/templates/Localizable.strings:193 #, no-wrap msgid "UseKernelCache=Yes" msgstr "UseKernelCache=Yes" #. type: "UseKernelCache_description" -#: Resources/templates/Localizable.strings:175 +#: Resources/templates/Localizable.strings:194 #, no-wrap msgid "For Lion only. Enables loading of the pre-linked kernel. This will ignore /E/E and /S/L/E. ONLY use this is you have know it contains everything you need." msgstr "" #. type: "Wake_title" -#: Resources/templates/Localizable.strings:177 +#: Resources/templates/Localizable.strings:196 #, no-wrap msgid "Wake=Yes" msgstr "Wake=Yes" #. type: "Wake_description" -#: Resources/templates/Localizable.strings:178 +#: Resources/templates/Localizable.strings:197 #, no-wrap msgid "Attempts to load the sleep image saved from last hibernation." msgstr "" #. type: "CSTUsingSystemIO_title" -#: Resources/templates/Localizable.strings:182 +#: Resources/templates/Localizable.strings:201 #, no-wrap msgid "CSTUsingSystemIO=Yes" msgstr "CSTUsingSystemIO=Yes" #. type: "CSTUsingSystemIO_description" -#: Resources/templates/Localizable.strings:183 +#: Resources/templates/Localizable.strings:202 #, no-wrap msgid "New C-State _CST generation method using SystemIO registers instead of FixedHW." msgstr "" #. type: "DropSSDT_title" -#: Resources/templates/Localizable.strings:185 +#: Resources/templates/Localizable.strings:204 #, no-wrap msgid "DropSSDT=Yes" msgstr "DropSSDT=Yes" #. type: "DropSSDT_description" -#: Resources/templates/Localizable.strings:186 +#: Resources/templates/Localizable.strings:205 #, no-wrap msgid "Discard the motherboard's built-in SSDT tables." msgstr "" #. type: "DropHPET_title" -#: Resources/templates/Localizable.strings:188 +#: Resources/templates/Localizable.strings:207 #, no-wrap msgid "DropHPET=Yes" msgstr "DropHPET=Yes" #. type: "DropHPET_description" -#: Resources/templates/Localizable.strings:189 +#: Resources/templates/Localizable.strings:208 #, no-wrap msgid "Discard the motherboard's built-in HPET table." msgstr "" #. type: "DropSBST_title" -#: Resources/templates/Localizable.strings:191 +#: Resources/templates/Localizable.strings:210 #, no-wrap msgid "DropSBST=Yes" msgstr "DropSBST=Yes" #. type: "DropSBST_description" -#: Resources/templates/Localizable.strings:192 +#: Resources/templates/Localizable.strings:211 #, no-wrap msgid "Discard the motherboard's built-in SBST table." msgstr "" #. type: "DropECDT_title" -#: Resources/templates/Localizable.strings:194 +#: Resources/templates/Localizable.strings:213 #, no-wrap msgid "DropECDT=Yes" msgstr "DropECDT=Yes" #. type: "DropECDT_description" -#: Resources/templates/Localizable.strings:195 +#: Resources/templates/Localizable.strings:214 #, no-wrap msgid "Discard the motherboard's built-in ECDT table." msgstr "" #. type: "DropASFT_title" -#: Resources/templates/Localizable.strings:197 +#: Resources/templates/Localizable.strings:216 #, no-wrap msgid "DropASFT=Yes" msgstr "DropASFT=Yes" #. type: "DropASFT_description" -#: Resources/templates/Localizable.strings:198 +#: Resources/templates/Localizable.strings:217 #, no-wrap msgid "Discard the motherboard's built-in ASF! table." msgstr "" #. type: "DropDMAR_title" -#: Resources/templates/Localizable.strings:200 +#: Resources/templates/Localizable.strings:219 #, no-wrap msgid "DropDMAR=Yes" msgstr "DropDMAR=Yes" #. type: "DropDMAR_description" -#: Resources/templates/Localizable.strings:201 +#: Resources/templates/Localizable.strings:220 #, no-wrap msgid "Discard the motherboard's built-in DMAR table, this key action resolve the problem with VT-d panics." msgstr "" #. type: "EnableC2State_title" -#: Resources/templates/Localizable.strings:203 +#: Resources/templates/Localizable.strings:222 #, no-wrap msgid "EnableC2State=Yes" msgstr "EnableC2State=Yes" #. type: "EnableC2State_description" -#: Resources/templates/Localizable.strings:204 +#: Resources/templates/Localizable.strings:223 #, no-wrap msgid "Enable specific Processor power state, C2." msgstr "" #. type: "EnableC3State_title" -#: Resources/templates/Localizable.strings:206 +#: Resources/templates/Localizable.strings:225 #, no-wrap msgid "EnableC3State=Yes" msgstr "EnableC3State=Yes" #. type: "EnableC3State_description" -#: Resources/templates/Localizable.strings:207 +#: Resources/templates/Localizable.strings:226 #, no-wrap msgid "Enable specific Processor power state, C3." msgstr "" #. type: "EnableC4State_title" -#: Resources/templates/Localizable.strings:209 +#: Resources/templates/Localizable.strings:228 #, no-wrap msgid "EnableC4State=Yes" msgstr "EnableC4State=Yes" #. type: "EnableC4State_description" -#: Resources/templates/Localizable.strings:210 +#: Resources/templates/Localizable.strings:229 #, no-wrap msgid "Enable specific Processor power state, C4." msgstr "" #. type: "EnableC6State_title" -#: Resources/templates/Localizable.strings:212 +#: Resources/templates/Localizable.strings:231 #, no-wrap msgid "EnableC6State=Yes" msgstr "EnableC6State=Yes" #. type: "EnableC6State_description" -#: Resources/templates/Localizable.strings:213 +#: Resources/templates/Localizable.strings:232 #, no-wrap msgid "Enable specific Processor power state, C6." msgstr "" #. type: "EnableC7State_title" -#: Resources/templates/Localizable.strings:215 +#: Resources/templates/Localizable.strings:234 #, no-wrap msgid "EnableC7State=Yes" msgstr "EnableC7State=Yes" #. type: "EnableC7State_description" -#: Resources/templates/Localizable.strings:216 +#: Resources/templates/Localizable.strings:235 #, no-wrap msgid "Enable specific Processor power state, C7." msgstr "" #. type: "GenerateCStates_title" -#: Resources/templates/Localizable.strings:218 +#: Resources/templates/Localizable.strings:237 #, no-wrap msgid "GenerateCStates=Yes" msgstr "GenerateCStates=Yes" #. type: "GenerateCStates_description" -#: Resources/templates/Localizable.strings:219 +#: Resources/templates/Localizable.strings:238 #, no-wrap msgid "Enable auto generation of processor idle sleep states (C-States)." msgstr "" #. type: "GeneratePStates_title" -#: Resources/templates/Localizable.strings:221 +#: Resources/templates/Localizable.strings:240 #, no-wrap msgid "GeneratePStates=Yes" msgstr "GeneratePStates=Yes" #. type: "GeneratePStates_description" -#: Resources/templates/Localizable.strings:222 +#: Resources/templates/Localizable.strings:241 #, no-wrap msgid "Enable auto generation of processor power performance states (P-States)." msgstr "" #. type: "GenerateTStates_title" -#: Resources/templates/Localizable.strings:224 +#: Resources/templates/Localizable.strings:243 #, no-wrap msgid "GenerateTStates=Yes" msgstr "GenerateTStates=Yes" #. type: "GenerateTStates_description" -#: Resources/templates/Localizable.strings:225 +#: Resources/templates/Localizable.strings:244 #, no-wrap msgid "Enable auto generation of processor power performance states (T-States)." msgstr "" #. type: "1024x600x32_title" -#: Resources/templates/Localizable.strings:229 +#: Resources/templates/Localizable.strings:248 #, no-wrap msgid "1024x600x32" msgstr "" #. type: "1024x600x32_description" -#: Resources/templates/Localizable.strings:230 +#: Resources/templates/Localizable.strings:249 #, no-wrap msgid "Set Graphics Mode to 1024x600x32" msgstr "" #. type: "1024x768x32_title" -#: Resources/templates/Localizable.strings:232 +#: Resources/templates/Localizable.strings:251 #, no-wrap msgid "1024x768x32" msgstr "" #. type: "1024x768x32_description" -#: Resources/templates/Localizable.strings:233 +#: Resources/templates/Localizable.strings:252 #, no-wrap msgid "Set Graphics Mode to 1024x768x32" msgstr "" #. type: "1280x768x32_title" -#: Resources/templates/Localizable.strings:235 +#: Resources/templates/Localizable.strings:254 #, no-wrap msgid "1280x768x32" msgstr "" #. type: "1280x768x32_description" -#: Resources/templates/Localizable.strings:236 +#: Resources/templates/Localizable.strings:255 #, no-wrap msgid "Set Graphics Mode to 1280x768x32" msgstr "" #. type: "1280x800x32_title" -#: Resources/templates/Localizable.strings:238 +#: Resources/templates/Localizable.strings:257 #, no-wrap msgid "1280x800x32" msgstr "" #. type: "1280x800x32_description" -#: Resources/templates/Localizable.strings:239 +#: Resources/templates/Localizable.strings:258 #, no-wrap msgid "Set Graphics Mode to 1280x800x32" msgstr "" #. type: "1280x1024x32_title" -#: Resources/templates/Localizable.strings:241 +#: Resources/templates/Localizable.strings:260 #, no-wrap msgid "1280x1024x32" msgstr "" #. type: "1280x1024x32_description" -#: Resources/templates/Localizable.strings:242 +#: Resources/templates/Localizable.strings:261 #, no-wrap msgid "Set Graphics Mode to 1280x1024x32" msgstr "" #. type: "1280x960x32_title" -#: Resources/templates/Localizable.strings:244 +#: Resources/templates/Localizable.strings:263 #, no-wrap msgid "1280x960x32" msgstr "" #. type: "1280x960x32_description" -#: Resources/templates/Localizable.strings:245 +#: Resources/templates/Localizable.strings:264 #, no-wrap msgid "Set Graphics Mode to 1280x960x32" msgstr "" #. type: "1366x768x32_title" -#: Resources/templates/Localizable.strings:247 +#: Resources/templates/Localizable.strings:266 #, no-wrap msgid "1366x768x32" msgstr "" #. type: "1366x768x32_description" -#: Resources/templates/Localizable.strings:248 +#: Resources/templates/Localizable.strings:267 #, no-wrap msgid "Set Graphics Mode to 1366x768x32" msgstr "" #. type: "1440x900x32_title" -#: Resources/templates/Localizable.strings:250 +#: Resources/templates/Localizable.strings:269 #, no-wrap msgid "1440x900x32" msgstr "" #. type: "1440x900x32_description" -#: Resources/templates/Localizable.strings:251 +#: Resources/templates/Localizable.strings:270 #, no-wrap msgid "Set Graphics Mode to 1440x900x32" msgstr "" #. type: "1600x900x32_title" -#: Resources/templates/Localizable.strings:253 +#: Resources/templates/Localizable.strings:272 #, no-wrap msgid "1600x900x32" msgstr "" #. type: "1600x900x32_description" -#: Resources/templates/Localizable.strings:254 +#: Resources/templates/Localizable.strings:273 #, no-wrap msgid "Set Graphics Mode to 1600x900x32" msgstr "" #. type: "1600x1200x32_title" -#: Resources/templates/Localizable.strings:256 +#: Resources/templates/Localizable.strings:275 #, no-wrap msgid "1600x1200x32" msgstr "" #. type: "1600x1200x32_description" -#: Resources/templates/Localizable.strings:257 +#: Resources/templates/Localizable.strings:276 #, no-wrap msgid "Set Graphics Mode to 1600x1200x32" msgstr "" #. type: "1680x1050x32_title" -#: Resources/templates/Localizable.strings:259 +#: Resources/templates/Localizable.strings:278 #, no-wrap msgid "1680x1050x32" msgstr "" #. type: "1680x1050x32_description" -#: Resources/templates/Localizable.strings:260 +#: Resources/templates/Localizable.strings:279 #, no-wrap msgid "Set Graphics Mode to 1680x1050x32" msgstr "" #. type: "1920x1080x32_title" -#: Resources/templates/Localizable.strings:262 +#: Resources/templates/Localizable.strings:281 #, no-wrap msgid "1920x1080x32" msgstr "" #. type: "1920x1080x32_description" -#: Resources/templates/Localizable.strings:263 +#: Resources/templates/Localizable.strings:282 #, no-wrap msgid "Set Graphics Mode to 1920x1080x32" msgstr "" #. type: "1920x1200x32_title" -#: Resources/templates/Localizable.strings:265 +#: Resources/templates/Localizable.strings:284 #, no-wrap msgid "1920x1200x32" msgstr "" #. type: "1920x1200x32_description" -#: Resources/templates/Localizable.strings:266 +#: Resources/templates/Localizable.strings:285 #, no-wrap msgid "Set Graphics Mode to 1920x1200x32" msgstr "" #. type: "HDAULayoutIDx01_title" -#: Resources/templates/Localizable.strings:270 -#: Resources/templates/Localizable.strings:376 +#: Resources/templates/Localizable.strings:289 +#: Resources/templates/Localizable.strings:395 #, no-wrap msgid "LayoutID=1" msgstr "" #. type: "HDEFLayoutIDx01_description" -#: Resources/templates/Localizable.strings:271 +#: Resources/templates/Localizable.strings:290 #, no-wrap msgid "" "Set HDEF layout-it to 1:\n" @@ -1131,14 +1191,14 @@ msgstr "" #. type: "HDAULayoutIDx02_title" -#: Resources/templates/Localizable.strings:274 -#: Resources/templates/Localizable.strings:380 +#: Resources/templates/Localizable.strings:293 +#: Resources/templates/Localizable.strings:399 #, no-wrap msgid "LayoutID=2" msgstr "" #. type: "HDEFLayoutIDx02_description" -#: Resources/templates/Localizable.strings:275 +#: Resources/templates/Localizable.strings:294 #, no-wrap msgid "" "Set HDEF layout-it to 2:\n" @@ -1146,14 +1206,14 @@ msgstr "" #. type: "HDAULayoutIDx03_title" -#: Resources/templates/Localizable.strings:278 -#: Resources/templates/Localizable.strings:384 +#: Resources/templates/Localizable.strings:297 +#: Resources/templates/Localizable.strings:403 #, no-wrap msgid "LayoutID=3" msgstr "" #. type: "HDEFLayoutIDx03_description" -#: Resources/templates/Localizable.strings:279 +#: Resources/templates/Localizable.strings:298 #, no-wrap msgid "" "Set HDEF layout-it to 3:\n" @@ -1161,14 +1221,14 @@ msgstr "" #. type: "HDAULayoutIDx05_title" -#: Resources/templates/Localizable.strings:282 -#: Resources/templates/Localizable.strings:388 +#: Resources/templates/Localizable.strings:301 +#: Resources/templates/Localizable.strings:407 #, no-wrap msgid "LayoutID=5" msgstr "" #. type: "HDEFLayoutIDx05_description" -#: Resources/templates/Localizable.strings:283 +#: Resources/templates/Localizable.strings:302 #, no-wrap msgid "" "Set HDEF layout-it to 5:\n" @@ -1176,14 +1236,14 @@ msgstr "" #. type: "HDAULayoutIDx07_title" -#: Resources/templates/Localizable.strings:286 -#: Resources/templates/Localizable.strings:392 +#: Resources/templates/Localizable.strings:305 +#: Resources/templates/Localizable.strings:411 #, no-wrap msgid "LayoutID=7" msgstr "" #. type: "HDEFLayoutIDx07_description" -#: Resources/templates/Localizable.strings:287 +#: Resources/templates/Localizable.strings:306 #, no-wrap msgid "" "Set HDEF layout-it to 7:\n" @@ -1191,14 +1251,14 @@ msgstr "" #. type: "HDAULayoutIDx12_title" -#: Resources/templates/Localizable.strings:290 -#: Resources/templates/Localizable.strings:396 +#: Resources/templates/Localizable.strings:309 +#: Resources/templates/Localizable.strings:415 #, no-wrap msgid "LayoutID=12" msgstr "" #. type: "HDEFLayoutIDx12_description" -#: Resources/templates/Localizable.strings:291 +#: Resources/templates/Localizable.strings:310 #, no-wrap msgid "" "Set HDEF layout-it to 12:\n" @@ -1206,14 +1266,14 @@ msgstr "" #. type: "HDAULayoutIDx32_title" -#: Resources/templates/Localizable.strings:294 -#: Resources/templates/Localizable.strings:400 +#: Resources/templates/Localizable.strings:313 +#: Resources/templates/Localizable.strings:419 #, no-wrap msgid "LayoutID=32" msgstr "" #. type: "HDEFLayoutIDx32_description" -#: Resources/templates/Localizable.strings:295 +#: Resources/templates/Localizable.strings:314 #, no-wrap msgid "" "Set HDEF layout-it to 32:\n" @@ -1221,14 +1281,14 @@ msgstr "" #. type: "HDAULayoutIDx40_title" -#: Resources/templates/Localizable.strings:298 -#: Resources/templates/Localizable.strings:404 +#: Resources/templates/Localizable.strings:317 +#: Resources/templates/Localizable.strings:423 #, no-wrap msgid "LayoutID=40" msgstr "" #. type: "HDEFLayoutIDx40_description" -#: Resources/templates/Localizable.strings:299 +#: Resources/templates/Localizable.strings:318 #, no-wrap msgid "" "Set HDEF layout-it to 40:\n" @@ -1236,14 +1296,14 @@ msgstr "" #. type: "HDAULayoutIDx65_title" -#: Resources/templates/Localizable.strings:302 -#: Resources/templates/Localizable.strings:408 +#: Resources/templates/Localizable.strings:321 +#: Resources/templates/Localizable.strings:427 #, no-wrap msgid "LayoutID=65" msgstr "" #. type: "HDEFLayoutIDx65_description" -#: Resources/templates/Localizable.strings:303 +#: Resources/templates/Localizable.strings:322 #, no-wrap msgid "" "Set HDEF layout-it to 65:\n" @@ -1251,14 +1311,14 @@ msgstr "" #. type: "HDAULayoutIDx99_title" -#: Resources/templates/Localizable.strings:306 -#: Resources/templates/Localizable.strings:412 +#: Resources/templates/Localizable.strings:325 +#: Resources/templates/Localizable.strings:431 #, no-wrap msgid "LayoutID=99" msgstr "" #. type: "HDEFLayoutIDx99_description" -#: Resources/templates/Localizable.strings:307 +#: Resources/templates/Localizable.strings:326 #, no-wrap msgid "" "Set HDEF layout-it to 99:\n" @@ -1266,14 +1326,14 @@ msgstr "" #. type: "HDAULayoutIDx269_title" -#: Resources/templates/Localizable.strings:310 -#: Resources/templates/Localizable.strings:416 +#: Resources/templates/Localizable.strings:329 +#: Resources/templates/Localizable.strings:435 #, no-wrap msgid "LayoutID=269" msgstr "" #. type: "HDEFLayoutIDx269_description" -#: Resources/templates/Localizable.strings:311 +#: Resources/templates/Localizable.strings:330 #, no-wrap msgid "" "Set HDEF layout-it to 269:\n" @@ -1281,14 +1341,14 @@ msgstr "" #. type: "HDAULayoutIDx387_title" -#: Resources/templates/Localizable.strings:314 -#: Resources/templates/Localizable.strings:420 +#: Resources/templates/Localizable.strings:333 +#: Resources/templates/Localizable.strings:439 #, no-wrap msgid "LayoutID=387" msgstr "" #. type: "HDEFLayoutIDx387_description" -#: Resources/templates/Localizable.strings:315 +#: Resources/templates/Localizable.strings:334 #, no-wrap msgid "" "Set HDEF layout-it to 387:\n" @@ -1296,14 +1356,14 @@ msgstr "" #. type: "HDAULayoutIDx388_title" -#: Resources/templates/Localizable.strings:318 -#: Resources/templates/Localizable.strings:424 +#: Resources/templates/Localizable.strings:337 +#: Resources/templates/Localizable.strings:443 #, no-wrap msgid "LayoutID=388" msgstr "" #. type: "HDEFLayoutIDx388_description" -#: Resources/templates/Localizable.strings:319 +#: Resources/templates/Localizable.strings:338 #, no-wrap msgid "" "Set HDEF layout-it to 388:\n" @@ -1311,14 +1371,14 @@ msgstr "" #. type: "HDAULayoutIDx389_title" -#: Resources/templates/Localizable.strings:322 -#: Resources/templates/Localizable.strings:428 +#: Resources/templates/Localizable.strings:341 +#: Resources/templates/Localizable.strings:447 #, no-wrap msgid "LayoutID=389" msgstr "" #. type: "HDEFLayoutIDx389_description" -#: Resources/templates/Localizable.strings:323 +#: Resources/templates/Localizable.strings:342 #, no-wrap msgid "" "Set HDEF layout-it to 389:\n" @@ -1326,14 +1386,14 @@ msgstr "" #. type: "HDAULayoutIDx392_title" -#: Resources/templates/Localizable.strings:326 -#: Resources/templates/Localizable.strings:432 +#: Resources/templates/Localizable.strings:345 +#: Resources/templates/Localizable.strings:451 #, no-wrap msgid "LayoutID=392" msgstr "" #. type: "HDEFLayoutIDx392_description" -#: Resources/templates/Localizable.strings:327 +#: Resources/templates/Localizable.strings:346 #, no-wrap msgid "" "Set HDEF layout-it to 392:\n" @@ -1341,14 +1401,14 @@ msgstr "" #. type: "HDAULayoutIDx398_title" -#: Resources/templates/Localizable.strings:330 -#: Resources/templates/Localizable.strings:436 +#: Resources/templates/Localizable.strings:349 +#: Resources/templates/Localizable.strings:455 #, no-wrap msgid "LayoutID=398" msgstr "" #. type: "HDEFLayoutIDx398_description" -#: Resources/templates/Localizable.strings:331 +#: Resources/templates/Localizable.strings:350 #, no-wrap msgid "" "Set HDEF layout-it to 398:\n" @@ -1356,14 +1416,14 @@ msgstr "" #. type: "HDAULayoutIDx662_title" -#: Resources/templates/Localizable.strings:334 -#: Resources/templates/Localizable.strings:440 +#: Resources/templates/Localizable.strings:353 +#: Resources/templates/Localizable.strings:459 #, no-wrap msgid "LayoutID=662" msgstr "" #. type: "HDEFLayoutIDx662_description" -#: Resources/templates/Localizable.strings:335 +#: Resources/templates/Localizable.strings:354 #, no-wrap msgid "" "Set HDEF layout-it to 662:\n" @@ -1371,14 +1431,14 @@ msgstr "" #. type: "HDAULayoutIDx663_title" -#: Resources/templates/Localizable.strings:338 -#: Resources/templates/Localizable.strings:444 +#: Resources/templates/Localizable.strings:357 +#: Resources/templates/Localizable.strings:463 #, no-wrap msgid "LayoutID=663" msgstr "" #. type: "HDEFLayoutIDx663_description" -#: Resources/templates/Localizable.strings:339 +#: Resources/templates/Localizable.strings:358 #, no-wrap msgid "" "Set HDEF layout-it to 663:\n" @@ -1386,14 +1446,14 @@ msgstr "" #. type: "HDAULayoutIDx664_title" -#: Resources/templates/Localizable.strings:342 -#: Resources/templates/Localizable.strings:448 +#: Resources/templates/Localizable.strings:361 +#: Resources/templates/Localizable.strings:467 #, no-wrap msgid "LayoutID=664" msgstr "" #. type: "HDEFLayoutIDx664_description" -#: Resources/templates/Localizable.strings:343 +#: Resources/templates/Localizable.strings:362 #, no-wrap msgid "" "Set HDEF layout-it to 664:\n" @@ -1401,14 +1461,14 @@ msgstr "" #. type: "HDAULayoutIDx885_title" -#: Resources/templates/Localizable.strings:346 -#: Resources/templates/Localizable.strings:452 +#: Resources/templates/Localizable.strings:365 +#: Resources/templates/Localizable.strings:471 #, no-wrap msgid "LayoutID=885" msgstr "" #. type: "HDEFLayoutIDx885_description" -#: Resources/templates/Localizable.strings:347 +#: Resources/templates/Localizable.strings:366 #, no-wrap msgid "" "Set HDEF layout-it to 885:\n" @@ -1416,14 +1476,14 @@ msgstr "" #. type: "HDAULayoutIDx887_title" -#: Resources/templates/Localizable.strings:350 -#: Resources/templates/Localizable.strings:456 +#: Resources/templates/Localizable.strings:369 +#: Resources/templates/Localizable.strings:475 #, no-wrap msgid "LayoutID=887" msgstr "" #. type: "HDEFLayoutIDx887_description" -#: Resources/templates/Localizable.strings:351 +#: Resources/templates/Localizable.strings:370 #, no-wrap msgid "" "Set HDEF layout-it to 887:\n" @@ -1431,14 +1491,14 @@ msgstr "" #. type: "HDAULayoutIDx888_title" -#: Resources/templates/Localizable.strings:354 -#: Resources/templates/Localizable.strings:460 +#: Resources/templates/Localizable.strings:373 +#: Resources/templates/Localizable.strings:479 #, no-wrap msgid "LayoutID=888" msgstr "" #. type: "HDEFLayoutIDx888_description" -#: Resources/templates/Localizable.strings:355 +#: Resources/templates/Localizable.strings:374 #, no-wrap msgid "" "Set HDEF layout-it to 888:\n" @@ -1446,14 +1506,14 @@ msgstr "" #. type: "HDAULayoutIDx889_title" -#: Resources/templates/Localizable.strings:358 -#: Resources/templates/Localizable.strings:464 +#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:483 #, no-wrap msgid "LayoutID=889" msgstr "" #. type: "HDEFLayoutIDx889_description" -#: Resources/templates/Localizable.strings:359 +#: Resources/templates/Localizable.strings:378 #, no-wrap msgid "" "Set HDEF layout-it to 889:\n" @@ -1461,14 +1521,14 @@ msgstr "" #. type: "HDAULayoutIDx892_title" -#: Resources/templates/Localizable.strings:362 -#: Resources/templates/Localizable.strings:468 +#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:487 #, no-wrap msgid "LayoutID=892" msgstr "" #. type: "HDEFLayoutIDx892_description" -#: Resources/templates/Localizable.strings:363 +#: Resources/templates/Localizable.strings:382 #, no-wrap msgid "" "Set HDEF layout-it to 892:\n" @@ -1476,14 +1536,14 @@ msgstr "" #. type: "HDAULayoutIDx898_title" -#: Resources/templates/Localizable.strings:366 -#: Resources/templates/Localizable.strings:472 +#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:491 #, no-wrap msgid "LayoutID=898" msgstr "" #. type: "HDEFLayoutIDx898_description" -#: Resources/templates/Localizable.strings:367 +#: Resources/templates/Localizable.strings:386 #, no-wrap msgid "" "Set HDEF layout-it to 898:\n" @@ -1491,14 +1551,14 @@ msgstr "" #. type: "HDAULayoutIDxBD7_title" -#: Resources/templates/Localizable.strings:370 -#: Resources/templates/Localizable.strings:476 +#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:495 #, no-wrap msgid "LayoutID=1981" msgstr "" #. type: "HDEFLayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:371 +#: Resources/templates/Localizable.strings:390 #, no-wrap msgid "" "Set HDEF layout-it to 1981:\n" @@ -1506,7 +1566,7 @@ msgstr "" #. type: "HDAULayoutIDx01_description" -#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:396 #, no-wrap msgid "" "Set HDAU layout-it to 1:\n" @@ -1514,7 +1574,7 @@ msgstr "" #. type: "HDAULayoutIDx02_description" -#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:400 #, no-wrap msgid "" "Set HDAU layout-it to 2:\n" @@ -1522,7 +1582,7 @@ msgstr "" #. type: "HDAULayoutIDx03_description" -#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:404 #, no-wrap msgid "" "Set HDAU layout-it to 3:\n" @@ -1530,7 +1590,7 @@ msgstr "" #. type: "HDAULayoutIDx05_description" -#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:408 #, no-wrap msgid "" "Set HDAU layout-it to 5:\n" @@ -1538,7 +1598,7 @@ msgstr "" #. type: "HDAULayoutIDx07_description" -#: Resources/templates/Localizable.strings:393 +#: Resources/templates/Localizable.strings:412 #, no-wrap msgid "" "Set HDAU layout-it to 7:\n" @@ -1546,7 +1606,7 @@ msgstr "" #. type: "HDAULayoutIDx12_description" -#: Resources/templates/Localizable.strings:397 +#: Resources/templates/Localizable.strings:416 #, no-wrap msgid "" "Set HDAU layout-it to 12:\n" @@ -1554,7 +1614,7 @@ msgstr "" #. type: "HDAULayoutIDx32_description" -#: Resources/templates/Localizable.strings:401 +#: Resources/templates/Localizable.strings:420 #, no-wrap msgid "" "Set HDAU layout-it to 32:\n" @@ -1562,7 +1622,7 @@ msgstr "" #. type: "HDAULayoutIDx40_description" -#: Resources/templates/Localizable.strings:405 +#: Resources/templates/Localizable.strings:424 #, no-wrap msgid "" "Set HDAU layout-it to 40:\n" @@ -1570,7 +1630,7 @@ msgstr "" #. type: "HDAULayoutIDx65_description" -#: Resources/templates/Localizable.strings:409 +#: Resources/templates/Localizable.strings:428 #, no-wrap msgid "" "Set HDAU layout-it to 65:\n" @@ -1578,7 +1638,7 @@ msgstr "" #. type: "HDAULayoutIDx99_description" -#: Resources/templates/Localizable.strings:413 +#: Resources/templates/Localizable.strings:432 #, no-wrap msgid "" "Set HDAU layout-it to 99:\n" @@ -1586,7 +1646,7 @@ msgstr "" #. type: "HDAULayoutIDx269_description" -#: Resources/templates/Localizable.strings:417 +#: Resources/templates/Localizable.strings:436 #, no-wrap msgid "" "Set HDAU layout-it to 269:\n" @@ -1594,7 +1654,7 @@ msgstr "" #. type: "HDAULayoutIDx387_description" -#: Resources/templates/Localizable.strings:421 +#: Resources/templates/Localizable.strings:440 #, no-wrap msgid "" "Set HDAU layout-it to 387:\n" @@ -1602,7 +1662,7 @@ msgstr "" #. type: "HDAULayoutIDx388_description" -#: Resources/templates/Localizable.strings:425 +#: Resources/templates/Localizable.strings:444 #, no-wrap msgid "" "Set HDAU layout-it to 388:\n" @@ -1610,7 +1670,7 @@ msgstr "" #. type: "HDAULayoutIDx389_description" -#: Resources/templates/Localizable.strings:429 +#: Resources/templates/Localizable.strings:448 #, no-wrap msgid "" "Set HDAU layout-it to 389:\n" @@ -1618,7 +1678,7 @@ msgstr "" #. type: "HDAULayoutIDx392_description" -#: Resources/templates/Localizable.strings:433 +#: Resources/templates/Localizable.strings:452 #, no-wrap msgid "" "Set HDAU layout-it to 392:\n" @@ -1626,7 +1686,7 @@ msgstr "" #. type: "HDAULayoutIDx398_description" -#: Resources/templates/Localizable.strings:437 +#: Resources/templates/Localizable.strings:456 #, no-wrap msgid "" "Set HDAU layout-it to 398:\n" @@ -1634,7 +1694,7 @@ msgstr "" #. type: "HDAULayoutIDx662_description" -#: Resources/templates/Localizable.strings:441 +#: Resources/templates/Localizable.strings:460 #, no-wrap msgid "" "Set HDAU layout-it to 662:\n" @@ -1642,7 +1702,7 @@ msgstr "" #. type: "HDAULayoutIDx663_description" -#: Resources/templates/Localizable.strings:445 +#: Resources/templates/Localizable.strings:464 #, no-wrap msgid "" "Set HDAU layout-it to 663:\n" @@ -1650,7 +1710,7 @@ msgstr "" #. type: "HDAULayoutIDx664_description" -#: Resources/templates/Localizable.strings:449 +#: Resources/templates/Localizable.strings:468 #, no-wrap msgid "" "Set HDAU layout-it to 664:\n" @@ -1658,7 +1718,7 @@ msgstr "" #. type: "HDAULayoutIDx885_description" -#: Resources/templates/Localizable.strings:453 +#: Resources/templates/Localizable.strings:472 #, no-wrap msgid "" "Set HDAU layout-it to 885:\n" @@ -1666,7 +1726,7 @@ msgstr "" #. type: "HDAULayoutIDx887_description" -#: Resources/templates/Localizable.strings:457 +#: Resources/templates/Localizable.strings:476 #, no-wrap msgid "" "Set HDAU layout-it to 887:\n" @@ -1674,7 +1734,7 @@ msgstr "" #. type: "HDAULayoutIDx888_description" -#: Resources/templates/Localizable.strings:461 +#: Resources/templates/Localizable.strings:480 #, no-wrap msgid "" "Set HDAU layout-it to 888:\n" @@ -1682,7 +1742,7 @@ msgstr "" #. type: "HDAULayoutIDx889_description" -#: Resources/templates/Localizable.strings:465 +#: Resources/templates/Localizable.strings:484 #, no-wrap msgid "" "Set HDAU layout-it to 889:\n" @@ -1690,7 +1750,7 @@ msgstr "" #. type: "HDAULayoutIDx892_description" -#: Resources/templates/Localizable.strings:469 +#: Resources/templates/Localizable.strings:488 #, no-wrap msgid "" "Set HDAU layout-it to 892:\n" @@ -1698,7 +1758,7 @@ msgstr "" #. type: "HDAULayoutIDx898_description" -#: Resources/templates/Localizable.strings:473 +#: Resources/templates/Localizable.strings:492 #, no-wrap msgid "" "Set HDAU layout-it to 898:\n" @@ -1706,7 +1766,7 @@ msgstr "" #. type: "HDAULayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:477 +#: Resources/templates/Localizable.strings:496 #, no-wrap msgid "" "Set HDAU layout-it to 1981:\n" @@ -1714,625 +1774,625 @@ msgstr "" #. type: "IntelCaprix00_title" -#: Resources/templates/Localizable.strings:482 +#: Resources/templates/Localizable.strings:501 #, no-wrap msgid "01660000" msgstr "" #. type: "IntelCaprix00_description" -#: Resources/templates/Localizable.strings:483 +#: Resources/templates/Localizable.strings:502 #, no-wrap msgid "Set 01660000 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix01_title" -#: Resources/templates/Localizable.strings:485 +#: Resources/templates/Localizable.strings:504 #, no-wrap msgid "01660001" msgstr "" #. type: "IntelCaprix01_description" -#: Resources/templates/Localizable.strings:486 +#: Resources/templates/Localizable.strings:505 #, no-wrap msgid "Set 01660001 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix02_title" -#: Resources/templates/Localizable.strings:488 +#: Resources/templates/Localizable.strings:507 #, no-wrap msgid "01660002" msgstr "" #. type: "IntelCaprix02_description" -#: Resources/templates/Localizable.strings:489 +#: Resources/templates/Localizable.strings:508 #, no-wrap msgid "Set 01660002 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix03_title" -#: Resources/templates/Localizable.strings:491 +#: Resources/templates/Localizable.strings:510 #, no-wrap msgid "01660003" msgstr "" #. type: "IntelCaprix03_description" -#: Resources/templates/Localizable.strings:492 +#: Resources/templates/Localizable.strings:511 #, no-wrap msgid "Set 01660003 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix04_title" -#: Resources/templates/Localizable.strings:494 +#: Resources/templates/Localizable.strings:513 #, no-wrap msgid "01660004" msgstr "" #. type: "IntelCaprix04_description" -#: Resources/templates/Localizable.strings:495 +#: Resources/templates/Localizable.strings:514 #, no-wrap msgid "Set 01660004 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix05_title" -#: Resources/templates/Localizable.strings:497 +#: Resources/templates/Localizable.strings:516 #, no-wrap msgid "01620005" msgstr "" #. type: "IntelCaprix05_description" -#: Resources/templates/Localizable.strings:498 +#: Resources/templates/Localizable.strings:517 #, no-wrap msgid "Set 01620005 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix06_title" -#: Resources/templates/Localizable.strings:500 +#: Resources/templates/Localizable.strings:519 #, no-wrap msgid "01620006" msgstr "" #. type: "IntelCaprix06_description" -#: Resources/templates/Localizable.strings:501 +#: Resources/templates/Localizable.strings:520 #, no-wrap msgid "Set 01620006 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix07_title" -#: Resources/templates/Localizable.strings:503 +#: Resources/templates/Localizable.strings:522 #, no-wrap msgid "01620007" msgstr "" #. type: "IntelCaprix07_description" -#: Resources/templates/Localizable.strings:504 +#: Resources/templates/Localizable.strings:523 #, no-wrap msgid "Set 01620007 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix08_title" -#: Resources/templates/Localizable.strings:506 +#: Resources/templates/Localizable.strings:525 #, no-wrap msgid "01660008" msgstr "" #. type: "IntelCaprix08_description" -#: Resources/templates/Localizable.strings:507 +#: Resources/templates/Localizable.strings:526 #, no-wrap msgid "Set 01660008 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix09_title" -#: Resources/templates/Localizable.strings:509 +#: Resources/templates/Localizable.strings:528 #, no-wrap msgid "01660009" msgstr "" #. type: "IntelCaprix09_description" -#: Resources/templates/Localizable.strings:510 +#: Resources/templates/Localizable.strings:529 #, no-wrap msgid "Set 01660009 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix10_title" -#: Resources/templates/Localizable.strings:512 +#: Resources/templates/Localizable.strings:531 #, no-wrap msgid "0166000a" msgstr "" #. type: "IntelCaprix10_description" -#: Resources/templates/Localizable.strings:513 +#: Resources/templates/Localizable.strings:532 #, no-wrap msgid "Set 0166000a for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelCaprix11_title" -#: Resources/templates/Localizable.strings:515 +#: Resources/templates/Localizable.strings:534 #, no-wrap msgid "0166000b" msgstr "" #. type: "IntelCaprix11_description" -#: Resources/templates/Localizable.strings:516 +#: Resources/templates/Localizable.strings:535 #, no-wrap msgid "Set 0166000b for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "" #. type: "IntelAzulx00_title" -#: Resources/templates/Localizable.strings:520 +#: Resources/templates/Localizable.strings:539 #, no-wrap msgid "00000604" msgstr "" #. type: "IntelAzulx00_description" -#: Resources/templates/Localizable.strings:521 +#: Resources/templates/Localizable.strings:540 #, no-wrap msgid "Set 00000604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx01_title" -#: Resources/templates/Localizable.strings:523 +#: Resources/templates/Localizable.strings:542 #, no-wrap msgid "0000060c" msgstr "" #. type: "IntelAzulx01_description" -#: Resources/templates/Localizable.strings:524 +#: Resources/templates/Localizable.strings:543 #, no-wrap msgid "Set 0000060c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx02_title" -#: Resources/templates/Localizable.strings:526 +#: Resources/templates/Localizable.strings:545 #, no-wrap msgid "00001604" msgstr "" #. type: "IntelAzulx02_description" -#: Resources/templates/Localizable.strings:527 +#: Resources/templates/Localizable.strings:546 #, no-wrap msgid "Set 00001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx03_title" -#: Resources/templates/Localizable.strings:529 +#: Resources/templates/Localizable.strings:548 #, no-wrap msgid "0000160a" msgstr "" #. type: "IntelAzulx03_description" -#: Resources/templates/Localizable.strings:530 +#: Resources/templates/Localizable.strings:549 #, no-wrap msgid "Set 0000160a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx04_title" -#: Resources/templates/Localizable.strings:532 +#: Resources/templates/Localizable.strings:551 #, no-wrap msgid "0000160c" msgstr "" #. type: "IntelAzulx04_description" -#: Resources/templates/Localizable.strings:533 +#: Resources/templates/Localizable.strings:552 #, no-wrap msgid "Set 0000160c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx05_title" -#: Resources/templates/Localizable.strings:535 +#: Resources/templates/Localizable.strings:554 #, no-wrap msgid "00002604" msgstr "" #. type: "IntelAzulx05_description" -#: Resources/templates/Localizable.strings:536 +#: Resources/templates/Localizable.strings:555 #, no-wrap msgid "Set 00002604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx06_title" -#: Resources/templates/Localizable.strings:538 +#: Resources/templates/Localizable.strings:557 #, no-wrap msgid "0000260a" msgstr "" #. type: "IntelAzulx06_description" -#: Resources/templates/Localizable.strings:539 +#: Resources/templates/Localizable.strings:558 #, no-wrap msgid "Set 0000260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx07_title" -#: Resources/templates/Localizable.strings:541 +#: Resources/templates/Localizable.strings:560 #, no-wrap msgid "0000260c" msgstr "" #. type: "IntelAzulx07_description" -#: Resources/templates/Localizable.strings:542 +#: Resources/templates/Localizable.strings:561 #, no-wrap msgid "Set 0600260c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx08_title" -#: Resources/templates/Localizable.strings:544 +#: Resources/templates/Localizable.strings:563 #, no-wrap msgid "0000260d" msgstr "" #. type: "IntelAzulx08_description" -#: Resources/templates/Localizable.strings:545 +#: Resources/templates/Localizable.strings:564 #, no-wrap msgid "Set 0000260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx09_title" -#: Resources/templates/Localizable.strings:547 +#: Resources/templates/Localizable.strings:566 #, no-wrap msgid "02001604" msgstr "" #. type: "IntelAzulx09_description" -#: Resources/templates/Localizable.strings:548 +#: Resources/templates/Localizable.strings:567 #, no-wrap msgid "Set 02001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx10_title" -#: Resources/templates/Localizable.strings:550 +#: Resources/templates/Localizable.strings:569 #, no-wrap msgid "0300220d" msgstr "" #. type: "IntelAzulx10_description" -#: Resources/templates/Localizable.strings:551 +#: Resources/templates/Localizable.strings:570 #, no-wrap msgid "Set 0300220d for Intel Haswell (Desktop) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx11_title" -#: Resources/templates/Localizable.strings:553 +#: Resources/templates/Localizable.strings:572 #, no-wrap msgid "0500260a" msgstr "" #. type: "IntelAzulx11_description" -#: Resources/templates/Localizable.strings:554 +#: Resources/templates/Localizable.strings:573 #, no-wrap msgid "Set 0500260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx12_title" -#: Resources/templates/Localizable.strings:556 +#: Resources/templates/Localizable.strings:575 #, no-wrap msgid "0600260a" msgstr "" #. type: "IntelAzulx12_description" -#: Resources/templates/Localizable.strings:557 +#: Resources/templates/Localizable.strings:576 #, no-wrap msgid "Set 0600260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx13_title" -#: Resources/templates/Localizable.strings:559 +#: Resources/templates/Localizable.strings:578 #, no-wrap msgid "0700260d" msgstr "" #. type: "IntelAzulx13_description" -#: Resources/templates/Localizable.strings:560 +#: Resources/templates/Localizable.strings:579 #, no-wrap msgid "Set 0700260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx14_title" -#: Resources/templates/Localizable.strings:562 +#: Resources/templates/Localizable.strings:581 #, no-wrap msgid "0800260a" msgstr "" #. type: "IntelAzulx14_description" -#: Resources/templates/Localizable.strings:563 +#: Resources/templates/Localizable.strings:582 #, no-wrap msgid "Set 0800260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "IntelAzulx15_title" -#: Resources/templates/Localizable.strings:565 +#: Resources/templates/Localizable.strings:584 #, no-wrap msgid "08002e0a" msgstr "" #. type: "IntelAzulx15_description" -#: Resources/templates/Localizable.strings:566 +#: Resources/templates/Localizable.strings:585 #, no-wrap msgid "Set 08002e0a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "" #. type: "AD2000B_PinConf_title" -#: Resources/templates/Localizable.strings:570 +#: Resources/templates/Localizable.strings:589 #, no-wrap msgid "AD2000b" msgstr "" #. type: "AD2000B_PinConf_description" -#: Resources/templates/Localizable.strings:571 +#: Resources/templates/Localizable.strings:590 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD2000b." msgstr "" #. type: "AD1981HD_PinConf_title" -#: Resources/templates/Localizable.strings:573 +#: Resources/templates/Localizable.strings:592 #, no-wrap msgid "AD1981HD" msgstr "" #. type: "AD1981HD_PinConf_description" -#: Resources/templates/Localizable.strings:574 +#: Resources/templates/Localizable.strings:593 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1981HD." msgstr "" #. type: "AD1988B_PinConf_title" -#: Resources/templates/Localizable.strings:576 +#: Resources/templates/Localizable.strings:595 #, no-wrap msgid "AD1988b" msgstr "" #. type: "AD1988B_PinConf_description" -#: Resources/templates/Localizable.strings:577 +#: Resources/templates/Localizable.strings:596 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1988b." msgstr "" #. type: "ALC888_PinConf_title" -#: Resources/templates/Localizable.strings:579 +#: Resources/templates/Localizable.strings:598 #, no-wrap msgid "ALC888" msgstr "" #. type: "ALC888_PinConf_description" -#: Resources/templates/Localizable.strings:580 +#: Resources/templates/Localizable.strings:599 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC888." msgstr "" #. type: "ALC1200_PinConf_title" -#: Resources/templates/Localizable.strings:582 +#: Resources/templates/Localizable.strings:601 #, no-wrap msgid "ALC1200" msgstr "" #. type: "ALC1200_PinConf_description" -#: Resources/templates/Localizable.strings:583 +#: Resources/templates/Localizable.strings:602 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC1200." msgstr "" #. type: "00_PinConf_title" -#: Resources/templates/Localizable.strings:585 +#: Resources/templates/Localizable.strings:604 #, no-wrap msgid "00" msgstr "" #. type: "00_PinConf_description" -#: Resources/templates/Localizable.strings:586 +#: Resources/templates/Localizable.strings:605 #, no-wrap msgid "Set HDEF PinConfiguration for ???." msgstr "" #. type: "GraphicsEnabler_title" -#: Resources/templates/Localizable.strings:590 +#: Resources/templates/Localizable.strings:609 #, no-wrap msgid "GraphicsEnabler=Yes" msgstr "GraphicsEnabler=Yes" #. type: "GraphicsEnabler_description" -#: Resources/templates/Localizable.strings:591 +#: Resources/templates/Localizable.strings:610 #, no-wrap msgid "Enables the option to autodetect NVIDIA, AMD/ATI or Intel based GPUs and inject the correct info." msgstr "" #. type: "EnableHDMIAudio_title" -#: Resources/templates/Localizable.strings:593 +#: Resources/templates/Localizable.strings:612 #, no-wrap msgid "EnableHDMIAudio=Yes" msgstr "EnableHDMIAudio=Yes" #. type: "EnableHDMIAudio_description" -#: Resources/templates/Localizable.strings:594 +#: Resources/templates/Localizable.strings:613 #, no-wrap msgid "Inject HDMi audio for NVIDIA or AMD/ATI." msgstr "" #. type: "UseIntelHDMI_title" -#: Resources/templates/Localizable.strings:596 +#: Resources/templates/Localizable.strings:615 #, no-wrap msgid "UseIntelHDMI=Yes" msgstr "UseIntelHDMI=Yes" #. type: "UseIntelHDMI_description" -#: Resources/templates/Localizable.strings:597 +#: Resources/templates/Localizable.strings:616 #, no-wrap msgid "If YES, hda-gfx=onboard-1 will be injected into the GFX0 and HDEF devices. Also, if an ATI or Nvidia HDMI device is present, they'll be assigned to onboard-2. If NO, then ATI or Nvidia devices will get onboard-1 as well as the HDAU device if present." msgstr "" #. type: "UseAtiROM_title" -#: Resources/templates/Localizable.strings:599 +#: Resources/templates/Localizable.strings:618 #, no-wrap msgid "UseAtiROM=Yes" msgstr "UseAtiROM=Yes" #. type: "UseAtiROM_description" -#: Resources/templates/Localizable.strings:600 +#: Resources/templates/Localizable.strings:619 #, no-wrap msgid "Enables UseAtiROM options." msgstr "" #. type: "UseNvidiaROM_title" -#: Resources/templates/Localizable.strings:602 +#: Resources/templates/Localizable.strings:621 #, no-wrap msgid "UseNvidiaROM=Yes" msgstr "UseNvidiaROM=Yes" #. type: "UseNvidiaROM_description" -#: Resources/templates/Localizable.strings:603 +#: Resources/templates/Localizable.strings:622 #, no-wrap msgid "Enables UseNvidiaROM options." msgstr "" #. type: "VBIOS_title" -#: Resources/templates/Localizable.strings:605 +#: Resources/templates/Localizable.strings:624 #, no-wrap msgid "VBIOS=Yes" msgstr "VBIOS=Yes" #. type: "VBIOS_description" -#: Resources/templates/Localizable.strings:606 +#: Resources/templates/Localizable.strings:625 #, no-wrap msgid "Enables VBIOS option" msgstr "" #. type: "SkipIntelGfx_title" -#: Resources/templates/Localizable.strings:608 +#: Resources/templates/Localizable.strings:627 #, no-wrap msgid "SkipIntelGfx=Yes" msgstr "SkipIntelGfx=Yes" #. type: "SkipIntelGfx_description" -#: Resources/templates/Localizable.strings:609 +#: Resources/templates/Localizable.strings:628 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for Intel based GPUs." msgstr "" #. type: "SkipNvidiaGfx_title" -#: Resources/templates/Localizable.strings:611 +#: Resources/templates/Localizable.strings:630 #, no-wrap msgid "SkipNvidiaGfx=Yes" msgstr "SkipNvidiaGfx=Yes" #. type: "SkipNvidiaGfx_description" -#: Resources/templates/Localizable.strings:612 +#: Resources/templates/Localizable.strings:631 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for NVIDIA based GPUs." msgstr "" #. type: "SkipAtiGfx_title" -#: Resources/templates/Localizable.strings:614 +#: Resources/templates/Localizable.strings:633 #, no-wrap msgid "SkipAtiGfx=Yes" msgstr "SkipAtiGfx=Yes" #. type: "SkipAtiGfx_description" -#: Resources/templates/Localizable.strings:615 +#: Resources/templates/Localizable.strings:634 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for AMD/ATI based GPUs." msgstr "" #. type: "EnableBacklight_title" -#: Resources/templates/Localizable.strings:617 +#: Resources/templates/Localizable.strings:636 #, no-wrap msgid "EnableBacklight=Yes" msgstr "EnableBacklight=Yes" #. type: "EnableBacklight_description" -#: Resources/templates/Localizable.strings:618 +#: Resources/templates/Localizable.strings:637 #, no-wrap msgid "Enables Backlight options for laptop with nVidia cards." msgstr "" #. type: "EnableDualLink_title" -#: Resources/templates/Localizable.strings:620 +#: Resources/templates/Localizable.strings:639 #, no-wrap msgid "EnableDualLink=Yes" msgstr "EnableDualLink=Yes" #. type: "EnableDualLink_description" -#: Resources/templates/Localizable.strings:621 +#: Resources/templates/Localizable.strings:640 #, no-wrap msgid "Enables DualLink options for nVidia and ATi cards." msgstr "" #. type: "NvidiaGeneric_title" -#: Resources/templates/Localizable.strings:623 +#: Resources/templates/Localizable.strings:642 #, no-wrap msgid "NvidiaGeneric=Yes" msgstr "NvidiaGeneric=Yes" #. type: "NvidiaGeneric_description" -#: Resources/templates/Localizable.strings:624 +#: Resources/templates/Localizable.strings:643 #, no-wrap msgid "Use the classic Nvidia name for the SystemProfiler (disabled by default)." msgstr "" #. type: "Verbose_title" -#: Resources/templates/Localizable.strings:630 +#: Resources/templates/Localizable.strings:649 #, no-wrap msgid "Verbose Mode" msgstr "" #. type: "Verbose_description" -#: Resources/templates/Localizable.strings:631 +#: Resources/templates/Localizable.strings:650 #, no-wrap msgid "Turns on verbose logging and allows you to see messages from both Chameleon and the OS X kernel at boot time. Essential for troubleshooting." msgstr "" #. type: "Singleusermode_title" -#: Resources/templates/Localizable.strings:633 +#: Resources/templates/Localizable.strings:652 #, no-wrap msgid "Single User Mode" msgstr "" #. type: "Singleusermode_description" -#: Resources/templates/Localizable.strings:634 +#: Resources/templates/Localizable.strings:653 #, no-wrap msgid "A troubleshooting option used for booting into OS X's BSD/Unix command line." msgstr "" #. type: "Ignorecaches_title" -#: Resources/templates/Localizable.strings:636 +#: Resources/templates/Localizable.strings:655 #, no-wrap msgid "Ignore Caches" msgstr "" #. type: "Ignorecaches_description" -#: Resources/templates/Localizable.strings:637 +#: Resources/templates/Localizable.strings:656 #, no-wrap msgid "Not an option that's needed for everyday booting, but it can be useful if you want OS X to load all files from it's system folders, rather than relying on it's pre-built caches." msgstr "" #. type: "Npci_title" -#: Resources/templates/Localizable.strings:639 +#: Resources/templates/Localizable.strings:658 #, no-wrap msgid "npci=0x2000" msgstr "npci=0x2000" #. type: "Npci_description" -#: Resources/templates/Localizable.strings:640 +#: Resources/templates/Localizable.strings:659 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x2000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "" #. type: "Npci3_title" -#: Resources/templates/Localizable.strings:642 +#: Resources/templates/Localizable.strings:661 #, no-wrap msgid "npci=0x3000" msgstr "npci=0x3000" #. type: "Npci3_description" -#: Resources/templates/Localizable.strings:643 +#: Resources/templates/Localizable.strings:662 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x3000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "" #. type: "WaitingRootDevice_title" -#: Resources/templates/Localizable.strings:645 +#: Resources/templates/Localizable.strings:664 #, no-wrap msgid "ahcidisk=1 debug=8" msgstr "ahcidisk=1 debug=8" #. type: "WaitingRootDevice_description" -#: Resources/templates/Localizable.strings:646 +#: Resources/templates/Localizable.strings:665 #, no-wrap msgid "" "Info here: Waiting for root device when kernel cache used only with some disks +FIX\n" @@ -2341,25 +2401,25 @@ msgstr "" #. type: "Darkwake_title" -#: Resources/templates/Localizable.strings:650 +#: Resources/templates/Localizable.strings:669 #, no-wrap msgid "darkwake=0" msgstr "" #. type: "Darkwake_description" -#: Resources/templates/Localizable.strings:651 +#: Resources/templates/Localizable.strings:670 #, no-wrap msgid "Lion only. Disables the 'low power wake' feature which can sometimes leave the screen black after wake from sleep." msgstr "" #. type: "NvdaDrv1_title" -#: Resources/templates/Localizable.strings:653 +#: Resources/templates/Localizable.strings:672 #, no-wrap msgid "nvda_drv=1" msgstr "nvda_drv=1" #. type: "NvdaDrv1_description" -#: Resources/templates/Localizable.strings:654 +#: Resources/templates/Localizable.strings:673 #, no-wrap msgid "" "It introduces a new Preference Pane under System Preferences that allows you to enable the Nvidia Web Driver.\n" @@ -2369,25 +2429,25 @@ msgstr "" #. type: "kext-dev-mode1_title" -#: Resources/templates/Localizable.strings:659 +#: Resources/templates/Localizable.strings:678 #, no-wrap msgid "kext-dev-mode=1" msgstr "kext-dev-mode=1" #. type: "kext-dev-mode1_description" -#: Resources/templates/Localizable.strings:660 +#: Resources/templates/Localizable.strings:679 #, no-wrap msgid "In Yosemite Developer Previews, unsigned or improperly signed kexts will not be loaded. To use unsigned kexts during development, this strict check can be disabled by adding a 'kext-dev-mode=1' boot arg." msgstr "" #. type: "Dart0_title" -#: Resources/templates/Localizable.strings:662 +#: Resources/templates/Localizable.strings:681 #, no-wrap msgid "dart=0" msgstr "dart=0" #. type: "Dart0_description" -#: Resources/templates/Localizable.strings:663 +#: Resources/templates/Localizable.strings:682 #, no-wrap msgid "" "Avoiding the DMAR processing causing by VT-d function in Osx (Virtualization).\n" @@ -2395,277 +2455,283 @@ msgstr "" #. type: "mac-de_title" -#: Resources/templates/Localizable.strings:670 +#: Resources/templates/Localizable.strings:689 #, no-wrap msgid "German Mac Keyboard" msgstr "" #. type: "mac-de_description" -#: Resources/templates/Localizable.strings:671 +#: Resources/templates/Localizable.strings:690 #, no-wrap msgid "Use the keyboard layout for a German Mac keyboard" msgstr "" #. type: "mac-es_title" -#: Resources/templates/Localizable.strings:673 +#: Resources/templates/Localizable.strings:692 #, no-wrap msgid "Spanish Mac Keyboard" msgstr "" #. type: "mac-es_description" -#: Resources/templates/Localizable.strings:674 +#: Resources/templates/Localizable.strings:693 #, no-wrap msgid "Use the keyboard layout for a Spanish Mac keyboard" msgstr "" #. type: "mac-fr_title" -#: Resources/templates/Localizable.strings:676 +#: Resources/templates/Localizable.strings:695 #, no-wrap msgid "French Mac Keyboard" msgstr "" #. type: "mac-fr_description" -#: Resources/templates/Localizable.strings:677 +#: Resources/templates/Localizable.strings:696 #, no-wrap msgid "Use the keyboard layout for a French Mac keyboard" msgstr "" #. type: "mac-it_title" -#: Resources/templates/Localizable.strings:679 +#: Resources/templates/Localizable.strings:698 #, no-wrap msgid "Italian Mac Keyboard" msgstr "" #. type: "mac-it_description" -#: Resources/templates/Localizable.strings:680 +#: Resources/templates/Localizable.strings:699 #, no-wrap msgid "Use the keyboard layout for an Italian Mac keyboard" msgstr "" #. type: "mac-se_title" -#: Resources/templates/Localizable.strings:682 +#: Resources/templates/Localizable.strings:701 #, no-wrap msgid "Swedish Mac Keyboard" msgstr "" #. type: "mac-se_description" -#: Resources/templates/Localizable.strings:683 +#: Resources/templates/Localizable.strings:702 #, no-wrap msgid "Use the keyboard layout for a Swedish Mac keyboard" msgstr "" #. type: "pc-fr_title" -#: Resources/templates/Localizable.strings:685 +#: Resources/templates/Localizable.strings:704 #, no-wrap msgid "French PC Keyboard" msgstr "" #. type: "pc-fr_description" -#: Resources/templates/Localizable.strings:686 +#: Resources/templates/Localizable.strings:705 #, no-wrap msgid "Use the keyboard layout for a French PC keyboard" msgstr "" #. type: "Embed_title" -#: Resources/templates/Localizable.strings:693 +#: Resources/templates/Localizable.strings:712 #, no-wrap msgid "Embed" msgstr "" #. type: "Embed_description" -#: Resources/templates/Localizable.strings:694 +#: Resources/templates/Localizable.strings:713 #, no-wrap msgid "A smaller simple version of the new default theme used when building a version of Chameleon which requires an embedded theme." msgstr "" #. type: "Legacy_title" -#: Resources/templates/Localizable.strings:696 +#: Resources/templates/Localizable.strings:715 #, no-wrap msgid "Legacy" msgstr "" #. type: "Legacy_description" -#: Resources/templates/Localizable.strings:697 +#: Resources/templates/Localizable.strings:716 #, no-wrap msgid "Chameleon's original default theme introduced for v2.0 RC1" msgstr "" +#. type: "Default_title" +#: Resources/templates/Localizable.strings:718 +#, no-wrap +msgid "Standard" +msgstr "" + #. type: "Default_description" -#: Resources/templates/Localizable.strings:700 +#: Resources/templates/Localizable.strings:719 #, no-wrap msgid "Chameleon default theme introduced for v2.0 RC5" msgstr "" #. type: "Bullet_title" -#: Resources/templates/Localizable.strings:702 +#: Resources/templates/Localizable.strings:721 #, no-wrap msgid "Bullet" msgstr "" #. type: "Bullet_description" -#: Resources/templates/Localizable.strings:703 +#: Resources/templates/Localizable.strings:722 #, no-wrap msgid "A lovely simple theme by NoSmokingBandit from April 2009." msgstr "" #. type: "Audio_title" -#: Resources/templates/Localizable.strings:712 +#: Resources/templates/Localizable.strings:731 #, no-wrap msgid "Audio" msgstr "" #. type: "Audio_description" -#: Resources/templates/Localizable.strings:713 +#: Resources/templates/Localizable.strings:732 #, no-wrap msgid "A selection of options that deal with audio." msgstr "" #. type: "Control_title" -#: Resources/templates/Localizable.strings:716 +#: Resources/templates/Localizable.strings:735 #, no-wrap msgid "Control Options" msgstr "" #. type: "Control_description" -#: Resources/templates/Localizable.strings:717 +#: Resources/templates/Localizable.strings:736 #, no-wrap msgid "Settings to control how Chameleon works." msgstr "" #. type: "General_title" -#: Resources/templates/Localizable.strings:720 +#: Resources/templates/Localizable.strings:739 #, no-wrap msgid "General Options" msgstr "" #. type: "General_description" -#: Resources/templates/Localizable.strings:721 +#: Resources/templates/Localizable.strings:740 #, no-wrap msgid "Choose from a selection of base options." msgstr "" #. type: "KernelFlags_title" -#: Resources/templates/Localizable.strings:724 +#: Resources/templates/Localizable.strings:743 #, no-wrap msgid "Kernel Flags" msgstr "" #. type: "KernelFlags_description" -#: Resources/templates/Localizable.strings:725 +#: Resources/templates/Localizable.strings:744 #, no-wrap msgid "Choose from a selection of kernel flags." msgstr "" #. type: "PowerManagement_title" -#: Resources/templates/Localizable.strings:728 +#: Resources/templates/Localizable.strings:747 #, no-wrap msgid "Power Management" msgstr "" #. type: "PowerManagement_description" -#: Resources/templates/Localizable.strings:729 +#: Resources/templates/Localizable.strings:748 #, no-wrap msgid "A selection of options that deal with power management and speedstep." msgstr "" #. type: "Resolution_description" -#: Resources/templates/Localizable.strings:733 +#: Resources/templates/Localizable.strings:752 #, no-wrap msgid "Set one resolution to use." msgstr "" #. type: "HDEFLayout_title" -#: Resources/templates/Localizable.strings:736 +#: Resources/templates/Localizable.strings:755 #, no-wrap msgid "HDEF Layout" msgstr "" #. type: "HDEFLayout_description" -#: Resources/templates/Localizable.strings:737 +#: Resources/templates/Localizable.strings:756 #, no-wrap msgid "Set one HDEF Layout ID to use for your HDA controller." msgstr "" #. type: "HDAULayout_title" -#: Resources/templates/Localizable.strings:740 +#: Resources/templates/Localizable.strings:759 #, no-wrap msgid "HDAU Layout" msgstr "" #. type: "HDAULayout_description" -#: Resources/templates/Localizable.strings:741 +#: Resources/templates/Localizable.strings:760 #, no-wrap msgid "Set one HDAU Layout ID to use for your HDMi controller." msgstr "" #. type: "IntelCapri_title" -#: Resources/templates/Localizable.strings:744 +#: Resources/templates/Localizable.strings:763 #, no-wrap msgid "Intel Capri AAPL,ig-platform-id" msgstr "" #. type: "IntelCapri_description" -#: Resources/templates/Localizable.strings:745 +#: Resources/templates/Localizable.strings:764 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD4000." msgstr "" #. type: "IntelAzul_title" -#: Resources/templates/Localizable.strings:748 +#: Resources/templates/Localizable.strings:767 #, no-wrap msgid "Intel Azul AAPL,ig-platform-id" msgstr "" #. type: "IntelAzul_description" -#: Resources/templates/Localizable.strings:749 +#: Resources/templates/Localizable.strings:768 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD5000." msgstr "" #. type: "HDEFPinConfiguration_title" -#: Resources/templates/Localizable.strings:752 +#: Resources/templates/Localizable.strings:771 #, no-wrap msgid "HDEF PinConfiguration" msgstr "" #. type: "HDEFPinConfiguration_description" -#: Resources/templates/Localizable.strings:753 +#: Resources/templates/Localizable.strings:772 #, no-wrap msgid "Set one HDEF PinConfiguration to use." msgstr "" #. type: "Video_title" -#: Resources/templates/Localizable.strings:756 +#: Resources/templates/Localizable.strings:775 #, no-wrap msgid "Video" msgstr "" #. type: "Video_description" -#: Resources/templates/Localizable.strings:757 +#: Resources/templates/Localizable.strings:776 #, no-wrap msgid "A selection of options that deal with video." msgstr "" #. type: "Keymaps_title" -#: Resources/templates/Localizable.strings:760 +#: Resources/templates/Localizable.strings:779 #, no-wrap msgid "KeyLayout" msgstr "" #. type: "Keymaps_description" -#: Resources/templates/Localizable.strings:761 +#: Resources/templates/Localizable.strings:780 #, no-wrap msgid "Select one keylayout to use. This will also install the Keylayout module and keymaps." msgstr "" #. type: "Themes_title" -#: Resources/templates/Localizable.strings:767 +#: Resources/templates/Localizable.strings:786 #, no-wrap msgid "Themes" msgstr "Θέματα" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:768 +#: Resources/templates/Localizable.strings:787 #, no-wrap msgid "" "A collection of sample themes\n" Index: branches/ErmaC/Enoch/package/po/zh_CN.po =================================================================== --- branches/ErmaC/Enoch/package/po/zh_CN.po (revision 2678) +++ branches/ErmaC/Enoch/package/po/zh_CN.po (revision 2679) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Chameleon 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-13 18:09+0000\n" +"POT-Creation-Date: 2015-05-10 14:42+0200\n" "PO-Revision-Date: 2015-02-13 18:37-0000\n" "Last-Translator: crazybirdy <>\n" "Language-Team: zh_CN \n" @@ -21,13 +21,15 @@ #. type: Content of:

#: Resources/templates/Welcome.html:22 -msgid "Chameleon" -msgstr "Chameleon" +msgid "Enoch" +msgstr "" #. type: Content of:

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

#: Resources/templates/Welcome.html:25 @@ -259,63 +261,125 @@ "boot1 (在分区的开机磁区 boot-sector) 搜寻 boot2。\n" "boot2 (在分区的根目录) 载入系统内核等等。" -#. type: "Default_title" +#. type: "BootNo_title" #: Resources/templates/Localizable.strings:25 -#: Resources/templates/Localizable.strings:699 #, no-wrap -msgid "Standard" -msgstr "标准安装" +msgid "Don't install the Bootloader" +msgstr "不安装" -#. type: "Standard_description" +#. type: "BootNo_description" #: Resources/templates/Localizable.strings:26 #, no-wrap -msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." -msgstr "此选项会安装三个必要文件,并依照您的系统需求将 boot0 或 boot0md 写入 MBR 的前 440 位元,以避免损坏任何已经存在的 Windows 机码。然后 boot0 会在第一个启动分区搜寻 boot1h,而 boot0md 可以在第二个硬盘的第一个启动分区搜寻 boot1h。" +msgid "Useful if you only want to install the extra's." +msgstr "不安装变色龙引导器 (适用于仅安装 Extra 组件)。" -#. type: "noboot_title" +#. type: "Stages_title" #: Resources/templates/Localizable.strings:28 -#, no-wrap -msgid "Don't install the Bootloader" -msgstr "不安装" +#, fuzzy, no-wrap +#| msgid "Chameleon Bootloader Package" +msgid "Bootloader Stages" +msgstr "Chameleon" -#. type: "noboot_description" +#. type: "Stages_description" #: Resources/templates/Localizable.strings:29 #, no-wrap -msgid "Useful if you only want to install the extra's." -msgstr "不安装变色龙引导器 (适用于仅安装 Extra 组件)。" +msgid "" +"Here you can chose to skip the bootloader installation completely or partially.\n" +"This can be usefull if you want to write Extra's, or skip some stage (0,1 and activation of the target partition).\n" +"Skipping all stages permit you to leave as is already working boot sectors, especially usefull with 4k drives.\n" +"boot is always copied to the target partition when you are skipping one or more stages." +msgstr "" +#. type: "SkipStage0_title" +#: Resources/templates/Localizable.strings:34 +#, no-wrap +msgid "Skip Stage 0" +msgstr "" + +#. type: "SkipStage0_description" +#: Resources/templates/Localizable.strings:35 +#, no-wrap +msgid "" +"Avoid writing stage 0 to the target disk.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipStage1_title" +#: Resources/templates/Localizable.strings:38 +#, no-wrap +msgid "Skip Stage 1" +msgstr "" + +#. type: "SkipStage1_description" +#: Resources/templates/Localizable.strings:39 +#, no-wrap +msgid "" +"Avoid writing stage 1 to the partition boot sector.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "SkipActivePartition_title" +#: Resources/templates/Localizable.strings:42 +#, no-wrap +msgid "Skip Activation" +msgstr "" + +#. type: "SkipActivePartition_description" +#: Resources/templates/Localizable.strings:43 +#, no-wrap +msgid "" +"Prevents activation of the target partition.\n" +"Some old motherboards have a bad implementation of GPT in bios and they can not find partitions if marked active unger Guid Partition Table.\n" +"Stage 2 is always copied/replaced." +msgstr "" + +#. type: "Standard_title" +#: Resources/templates/Localizable.strings:47 +#, fuzzy, no-wrap +#| msgid " has been written to the root of your chosen partition." +msgid "Install Chameleon in the chosen partition." +msgstr " 纪录文件。" + +#. type: "Standard_description" +#: Resources/templates/Localizable.strings:48 +#, fuzzy, no-wrap +#| msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one." +msgid "Install Chameleon's files to the root of the selected partition using either boot0, boot0md or boot0hfs depending on your system without destroying any existing Windows installation if you have one." +msgstr "此选项会安装三个必要文件,并依照您的系统需求将 boot0 或 boot0md 写入 MBR 的前 440 位元,以避免损坏任何已经存在的 Windows 机码。然后 boot0 会在第一个启动分区搜寻 boot1h,而 boot0md 可以在第二个硬盘的第一个启动分区搜寻 boot1h。" + #. type: "EFI_title" -#: Resources/templates/Localizable.strings:31 +#: Resources/templates/Localizable.strings:50 #, no-wrap msgid "Install Chameleon in the ESP" msgstr "" #. type: "EFI_description" -#: Resources/templates/Localizable.strings:32 -#, no-wrap -msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +#: Resources/templates/Localizable.strings:51 +#, fuzzy, no-wrap +#| msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system." +msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0, boot0md or boot0hfs depending on your system." msgstr "此选项会安装三个必要文件到正常隐藏的 EFI 分区,并依照您的系统需求将 boot0 或 boot0md 写入 MBR 的前 440 位元,以避免损坏任何已经存在的 Windows 机码。然后 boot0 会在第一个启动分区搜寻 boot1h,而 boot0md 可以在第二个硬盘的第一个启动分区搜寻 boot1h。" #. type: "Module_title" -#: Resources/templates/Localizable.strings:37 +#: Resources/templates/Localizable.strings:56 #, no-wrap msgid "Modules" msgstr "模块选项" #. type: "Module_description" -#: Resources/templates/Localizable.strings:38 +#: Resources/templates/Localizable.strings:57 #, no-wrap msgid "The modules system incorporated in chameleon allows for a user or developer to extend the core functionality of chameleon without replacing the main boot file." msgstr "这合并在变色龙的模块系统,允许用户或开发者在不须替换主要 boot 文件下,可以扩展核心功能。" #. type: "klibc_title" -#: Resources/templates/Localizable.strings:40 +#: Resources/templates/Localizable.strings:59 #, no-wrap msgid "klibc" msgstr "klibc" #. type: "klibc_description" -#: Resources/templates/Localizable.strings:41 +#: Resources/templates/Localizable.strings:60 #, no-wrap msgid "" "This module provides a standard c library for modules to link to if the library provided by chameleon is insufficient.\n" @@ -328,13 +392,13 @@ "源代码: http://www.kernel.org/pub/linux/libs/klibc/" #. type: "ACPICodec_title" -#: Resources/templates/Localizable.strings:45 +#: Resources/templates/Localizable.strings:64 #, no-wrap msgid "ACPICodec" msgstr "ACPICodec" #. type: "ACPICodec_description" -#: Resources/templates/Localizable.strings:46 +#: Resources/templates/Localizable.strings:65 #, no-wrap msgid "" "This module provides a substitute for the internal acpi patcher.\n" @@ -345,13 +409,13 @@ "依存: 无" #. type: "HDAEnabler_title" -#: Resources/templates/Localizable.strings:49 +#: Resources/templates/Localizable.strings:68 #, no-wrap msgid "HDAEnabler" msgstr "HDAEnabler" #. type: "HDAEnabler_description" -#: Resources/templates/Localizable.strings:50 +#: Resources/templates/Localizable.strings:69 #, no-wrap msgid "" "HDAEnabler module, this module provides a substitute for the Hight Definition Audio DSDT Edits.\n" @@ -362,13 +426,13 @@ "依存: 无" #. type: "FileNVRAM_title" -#: Resources/templates/Localizable.strings:53 +#: Resources/templates/Localizable.strings:72 #, no-wrap msgid "FileNVRAM" msgstr "FileNVRAM" #. type: "FileNVRAM_description" -#: Resources/templates/Localizable.strings:54 +#: Resources/templates/Localizable.strings:73 #, no-wrap msgid "" "FileNVRAM module for preloading NVRAM values.\n" @@ -379,13 +443,13 @@ "依存: 无" #. type: "Sata_title" -#: Resources/templates/Localizable.strings:57 +#: Resources/templates/Localizable.strings:76 #, no-wrap msgid "Sata" msgstr "Sata" #. type: "Sata_description" -#: Resources/templates/Localizable.strings:58 +#: Resources/templates/Localizable.strings:77 #, no-wrap msgid "" "Sata module, known as YellowIconFixer in cparm's branch.\n" @@ -398,14 +462,14 @@ "依存: 无" #. type: "Resolution_title" -#: Resources/templates/Localizable.strings:62 -#: Resources/templates/Localizable.strings:732 +#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:751 #, no-wrap msgid "Resolution" msgstr "分辨率" #. type: "AutoReso_description" -#: Resources/templates/Localizable.strings:63 +#: Resources/templates/Localizable.strings:82 #, no-wrap msgid "" "This module reads the edid information from the monitor attached to the main display.\n" @@ -418,13 +482,13 @@ "另外,此模块会修正早期 Intel HD 显卡的 VESA 模式,可在开机引导時,采用正确的分辨率。" #. type: "uClibc_title" -#: Resources/templates/Localizable.strings:67 +#: Resources/templates/Localizable.strings:86 #, no-wrap msgid "uClibc++" msgstr "uClibc++" #. type: "uClibc_description" -#: Resources/templates/Localizable.strings:68 +#: Resources/templates/Localizable.strings:87 #, no-wrap msgid "" "This module provides a minimalistic c++ runtime library for use in other modules. This does not provide functionality by itself, instead it is used to allow for the c++ language to be used in other modules.\n" @@ -440,13 +504,13 @@ "依存: klibc" #. type: "KernelPatcher_title" -#: Resources/templates/Localizable.strings:73 +#: Resources/templates/Localizable.strings:92 #, no-wrap msgid "Kernel Patcher" msgstr "Kernel Patcher" #. type: "KernelPatcher_description" -#: Resources/templates/Localizable.strings:74 +#: Resources/templates/Localizable.strings:93 #, no-wrap msgid "" "The KernelPatcher module provides patches for the following:\n" @@ -465,13 +529,13 @@ "依赖: 无" #. type: "KextPatcher_title" -#: Resources/templates/Localizable.strings:81 +#: Resources/templates/Localizable.strings:100 #, no-wrap msgid "Kext Patcher" msgstr "Kext Patcher" #. type: "KextPatcher_description" -#: Resources/templates/Localizable.strings:82 +#: Resources/templates/Localizable.strings:101 #, no-wrap msgid "" "The KextPatcher module provides patches for the following:\n" @@ -482,13 +546,13 @@ "依存: 无" #. type: "NVIDIAGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:85 +#: Resources/templates/Localizable.strings:104 #, no-wrap msgid "NVIDIAGraphicsEnabler" msgstr "NVIDIAGraphicsEnabler" #. type: "NVIDIAGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:86 +#: Resources/templates/Localizable.strings:105 #, no-wrap msgid "" "The GraphicsEnabler nVidia code ported to a module.\n" @@ -498,13 +562,13 @@ "依存: 无" #. type: "GraphicsEnablerModule_title" -#: Resources/templates/Localizable.strings:89 +#: Resources/templates/Localizable.strings:108 #, no-wrap msgid "GraphicsEnabler" msgstr "GraphicsEnabler" #. type: "GraphicsEnablerModule_description" -#: Resources/templates/Localizable.strings:90 +#: Resources/templates/Localizable.strings:109 #, no-wrap msgid "" "The GraphicsEnabler code ported to a module.\n" @@ -514,13 +578,13 @@ "依存: 无" #. type: "AMDGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:93 +#: Resources/templates/Localizable.strings:112 #, no-wrap msgid "AMDGraphicsEnabler" msgstr "AMDGraphicsEnabler" #. type: "AMDGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:94 +#: Resources/templates/Localizable.strings:113 #, no-wrap msgid "" "The GraphicsEnabler AMD/ATi code ported to a module.\n" @@ -530,13 +594,13 @@ "依存: 无" #. type: "IntelGraphicsEnabler_title" -#: Resources/templates/Localizable.strings:97 +#: Resources/templates/Localizable.strings:116 #, no-wrap msgid "IntelGraphicsEnabler" msgstr "IntelGraphicsEnabler" #. type: "IntelGraphicsEnabler_description" -#: Resources/templates/Localizable.strings:98 +#: Resources/templates/Localizable.strings:117 #, no-wrap msgid "" "The GraphicsEnabler gma(Intel) code ported to a module.\n" @@ -546,638 +610,638 @@ "依存: 无" #. type: "Options_title" -#: Resources/templates/Localizable.strings:106 +#: Resources/templates/Localizable.strings:125 #, no-wrap msgid "Settings" msgstr "开机选项" #. type: "Options_description" -#: Resources/templates/Localizable.strings:107 +#: Resources/templates/Localizable.strings:126 #, no-wrap msgid "Create an /Extra/org.chameleon.Boot.plist by selecting any of these boot options and kernel flags." msgstr "创建 /Extra/org.chameleon.Boot.plist 及选用您需要的 Chameleon 开机选项及内核参数。" #. type: "BootBanner_title" -#: Resources/templates/Localizable.strings:109 +#: Resources/templates/Localizable.strings:128 #, no-wrap msgid "BootBanner=No" msgstr "BootBanner=No" #. type: "BootBanner_description" -#: Resources/templates/Localizable.strings:110 +#: Resources/templates/Localizable.strings:129 #, no-wrap msgid "Hides Chameleon's boot banner in GUI. This is the text that is drawn at the top left corner of the screen displaying the release version etc." msgstr "(默认是 Yes) 隐藏 图形用户介面的 Chameleon 开机选单。" #. type: "GUI_title" -#: Resources/templates/Localizable.strings:112 +#: Resources/templates/Localizable.strings:131 #, no-wrap msgid "GUI=No" msgstr "GUI=No" #. type: "GUI_description" -#: Resources/templates/Localizable.strings:113 +#: Resources/templates/Localizable.strings:132 #, no-wrap msgid "Disables the default enabled graphic user interface." msgstr "(默认是 Yes) 禁用 默认开启之图形用户介面。" #. type: "LegacyLogo_title" -#: Resources/templates/Localizable.strings:115 +#: Resources/templates/Localizable.strings:134 #, no-wrap msgid "LegacyLogo=Yes" msgstr "LegacyLogo=Yes" #. type: "LegacyLogo_description" -#: Resources/templates/Localizable.strings:116 +#: Resources/templates/Localizable.strings:135 #, no-wrap msgid "Use the legacy 'dark grey' apple logo on the light grey screen for the boot process rather than the boot.png in the theme." msgstr "(默认是 No) 开机画面使用传统的 Apple Logo(白底灰苹果),而不使用主题内所定义之 boot.png。" #. type: "InstantMenu_title" -#: Resources/templates/Localizable.strings:118 +#: Resources/templates/Localizable.strings:137 #, no-wrap msgid "InstantMenu=Yes" msgstr "InstantMenu=Yes" #. type: "InstantMenu_description" -#: Resources/templates/Localizable.strings:119 +#: Resources/templates/Localizable.strings:138 #, no-wrap msgid "By default, when Chameleon loads you'll see the icon for the current default partition, along with a timeout progress bar which left alone will count down before Chameleon automatically boots that partition. This options skips that and takes you directly to the device selection screen." msgstr "(默认是 No) 跳过倒数画面,直接显示分区开机选择画面。" #. type: "QuietBoot_title" -#: Resources/templates/Localizable.strings:121 +#: Resources/templates/Localizable.strings:140 #, no-wrap msgid "QuietBoot=Yes" msgstr "QuietBoot=Yes" #. type: "QuietBoot_description" -#: Resources/templates/Localizable.strings:122 +#: Resources/templates/Localizable.strings:141 #, no-wrap msgid "Enable quiet boot mode (no messages or prompt)." msgstr "(默认是 No) 启用静默开机模式(不会出现信息或提示)。" #. type: "ShowInfo_title" -#: Resources/templates/Localizable.strings:124 +#: Resources/templates/Localizable.strings:143 #, no-wrap msgid "ShowInfo=Yes" msgstr "ShowInfo=Yes" #. type: "ShowInfo_description" -#: Resources/templates/Localizable.strings:125 +#: Resources/templates/Localizable.strings:144 #, no-wrap msgid "Enables display of partition and resolution details shown on the left side of the GUI under the boot banner. This is useful information for troubleshooting, though can clash with certain themes." msgstr "(默认是 No) 启用 在开机图示选单左上方显示分区及分辨率的详细信息的功能。虽然会与一些背景主题发生冲突,在问题排除时,却是非常有用的信息。" #. type: "Wait_title" -#: Resources/templates/Localizable.strings:127 +#: Resources/templates/Localizable.strings:146 #, no-wrap msgid "Wait=Yes" msgstr "Wait=Yes" #. type: "Wait_description" -#: Resources/templates/Localizable.strings:128 +#: Resources/templates/Localizable.strings:147 #, no-wrap msgid "Pauses the boot process after Chameleon has finished it's setup then waits for a key press before it starts the mach kernel. Useful when combined with verbose boot for troubleshooting." msgstr "(默认是 No) 在 Chameleon 载入完毕后暂停,并在 按任意键 后继续载入 mach kernel,适合问题排除时搭配 (-v) 啰唆模式开机一起使用。" #. type: "PrivateData_title" -#: Resources/templates/Localizable.strings:130 +#: Resources/templates/Localizable.strings:149 #, no-wrap msgid "PrivateData=No" msgstr "PrivateData=No" #. type: "PrivateData_description" -#: Resources/templates/Localizable.strings:131 +#: Resources/templates/Localizable.strings:150 #, no-wrap msgid "Show masked data (serial number) in bdmesg log (enbaled by default)." msgstr "" #. type: "USBBusFix_title" -#: Resources/templates/Localizable.strings:135 +#: Resources/templates/Localizable.strings:154 #, no-wrap msgid "USBBusFix=Yes" msgstr "USBBusFix=Yes" #. type: "USBBusFix_description" -#: Resources/templates/Localizable.strings:136 +#: Resources/templates/Localizable.strings:155 #, no-wrap msgid "Enable the XHCI, EHCI and UHCI fixes (disabled by default)." msgstr "" #. type: "USBLegacyOff_title" -#: Resources/templates/Localizable.strings:138 +#: Resources/templates/Localizable.strings:157 #, no-wrap msgid "USBLegacyOff=Yes" msgstr "USBLegacyOff=Yes" #. type: "USBLegacyOff_description" -#: Resources/templates/Localizable.strings:139 +#: Resources/templates/Localizable.strings:158 #, no-wrap msgid "Force USB Legacy off for XHCI and EHCI (disabled by default)." msgstr "" #. type: "XHCILegacyOff_title" -#: Resources/templates/Localizable.strings:141 +#: Resources/templates/Localizable.strings:160 #, no-wrap msgid "XHCILegacyOff=Yes" msgstr "XHCILegacyOff=Yes" #. type: "XHCILegacyOff_description" -#: Resources/templates/Localizable.strings:142 +#: Resources/templates/Localizable.strings:161 #, no-wrap msgid "Force USB Legacy off for XHCI (disabled by default)." msgstr "" #. type: "UHCIreset_title" -#: Resources/templates/Localizable.strings:144 +#: Resources/templates/Localizable.strings:163 #, no-wrap msgid "UHCIreset=Yes" msgstr "UHCIreset=Yes" #. type: "UHCIreset_description" -#: Resources/templates/Localizable.strings:145 +#: Resources/templates/Localizable.strings:164 #, no-wrap msgid "Enables the option to reset UHCI controllers before starting OS X." msgstr "(默认是 No) 启用 UHCI 修正功能。可在进入 OS X 之前,先重置 UHCI 控制器。" #. type: "EHCIacquire_title" -#: Resources/templates/Localizable.strings:147 +#: Resources/templates/Localizable.strings:166 #, no-wrap msgid "EHCIacquire=Yes" msgstr "EHCIacquire=Yes" #. type: "EHCIacquire_description" -#: Resources/templates/Localizable.strings:148 +#: Resources/templates/Localizable.strings:167 #, no-wrap msgid "Enables the option to fix any EHCI ownership issues due to bad bioses." msgstr "(默认是 No) 启用 EHCI 修正功能,可修复任何不良 BIOS 造成的 EHCI 所有权问题。" #. type: "arch_title" -#: Resources/templates/Localizable.strings:150 +#: Resources/templates/Localizable.strings:169 #, no-wrap msgid "arch=i386" msgstr "arch=i386" #. type: "arch_description" -#: Resources/templates/Localizable.strings:151 +#: Resources/templates/Localizable.strings:170 #, no-wrap msgid "Boots the kernel in 32bit mode rather than the default 64bit mode." msgstr "(默认是 64 位) 启用 32 位模式引导内核开机,而非默认的 64 位开机。" #. type: "EthernetBuiltIn_title" -#: Resources/templates/Localizable.strings:153 +#: Resources/templates/Localizable.strings:172 #, no-wrap msgid "EthernetBuiltIn=Yes" msgstr "EthernetBuiltIn=Yes" #. type: "EthernetBuiltIn_description" -#: Resources/templates/Localizable.strings:154 +#: Resources/templates/Localizable.strings:173 #, no-wrap msgid "Enables the option of adding 'built-in' to your ethernet devices." msgstr "(默认是 No) 启用将以太网卡设置成‘内建’的功能。此功能只可让网卡识别为内建,并无驱动的功能。" #. type: "EnableWifi_title" -#: Resources/templates/Localizable.strings:156 +#: Resources/templates/Localizable.strings:175 #, no-wrap msgid "EnableWifi=Yes" msgstr "(默认是 No) 启用无线网卡的 AirPort 设置。" #. type: "EnableWifi_description" -#: Resources/templates/Localizable.strings:157 +#: Resources/templates/Localizable.strings:176 #, no-wrap msgid "Enables the option of adding AirPort values to your wireless device." msgstr "(默认是 No) 启用无线网卡的 AirPort 设置。" #. type: "ForceHPET_title" -#: Resources/templates/Localizable.strings:159 +#: Resources/templates/Localizable.strings:178 #, no-wrap msgid "ForceHPET=Yes" msgstr "ForceHPET=Yes" #. type: "ForceHPET_description" -#: Resources/templates/Localizable.strings:160 +#: Resources/templates/Localizable.strings:179 #, no-wrap msgid "Enables HPET on intel chipsets, for bioses that dont include the option." msgstr "(默认是 No) 对 BIOS 中无 HPET 选项之 Intel 芯片组主板,强制开启 HPET 功能。" #. type: "ForceWake_title" -#: Resources/templates/Localizable.strings:162 +#: Resources/templates/Localizable.strings:181 #, no-wrap msgid "ForceWake=Yes" msgstr "ForceWake=Yes" #. type: "ForceWake_description" -#: Resources/templates/Localizable.strings:163 +#: Resources/templates/Localizable.strings:182 #, no-wrap msgid "This option enables you to bypass bad sleep images." msgstr "(默认是 No) 启用强制覆盖睡眠资料映像功能,此选项可以覆盖并忽略不正确之休眠映像文件。" #. type: "ForceFullMemInfo_title" -#: Resources/templates/Localizable.strings:165 +#: Resources/templates/Localizable.strings:184 #, no-wrap msgid "ForceFullMemInfo=Yes" msgstr "ForceFullMemInfo=Yes" #. type: "ForceFullMemInfo_description" -#: Resources/templates/Localizable.strings:166 +#: Resources/templates/Localizable.strings:185 #, no-wrap msgid "Force SMBIOS Table 17 to be 27 bytes long." msgstr "(默认是 No) 强制 SMBIOS 表格 17 的长度改为 27 bytes。" #. type: "RestartFix_title" -#: Resources/templates/Localizable.strings:168 +#: Resources/templates/Localizable.strings:187 #, no-wrap msgid "RestartFix=No" msgstr "RestartFix=No" #. type: "RestartFix_description" -#: Resources/templates/Localizable.strings:169 +#: Resources/templates/Localizable.strings:188 #, no-wrap msgid "Disables the automatically enabled restart fix." msgstr "(默认是 Yes) 禁用 自动启用的重新开机修正功能 (Intel CPU 专用)。" #. type: "UseMemDetect_title" -#: Resources/templates/Localizable.strings:171 +#: Resources/templates/Localizable.strings:190 #, no-wrap msgid "UseMemDetect=No" msgstr "UseMemDetect=No" #. type: "UseMemDetect_description" -#: Resources/templates/Localizable.strings:172 +#: Resources/templates/Localizable.strings:191 #, no-wrap msgid "Disables the automatically enabled RAM recognition." msgstr "(默认是 Yes) 禁用 自动启用的内存识别功能。" #. type: "UseKernelCache_title" -#: Resources/templates/Localizable.strings:174 +#: Resources/templates/Localizable.strings:193 #, no-wrap msgid "UseKernelCache=Yes" msgstr "UseKernelCache=Yes" #. type: "UseKernelCache_description" -#: Resources/templates/Localizable.strings:175 +#: Resources/templates/Localizable.strings:194 #, no-wrap msgid "For Lion only. Enables loading of the pre-linked kernel. This will ignore /E/E and /S/L/E. ONLY use this is you have know it contains everything you need." msgstr "(默认是 No) Lion 专用,选用 Yes 将载入预链接的 KernelCache,并忽略 /Extra/Extensions 和 /System/Library/Extensions 及 Extensions.mkext。建议在 KernelCache 已内含所有必要的驱动时,才启用。" #. type: "Wake_title" -#: Resources/templates/Localizable.strings:177 +#: Resources/templates/Localizable.strings:196 #, no-wrap msgid "Wake=Yes" msgstr "Wake=Yes" #. type: "Wake_description" -#: Resources/templates/Localizable.strings:178 +#: Resources/templates/Localizable.strings:197 #, no-wrap msgid "Attempts to load the sleep image saved from last hibernation." msgstr "(默认是 No) 启用睡眠唤醒功能,尝试载入最后一次休眠时保存的睡眠映像。" #. type: "CSTUsingSystemIO_title" -#: Resources/templates/Localizable.strings:182 +#: Resources/templates/Localizable.strings:201 #, no-wrap msgid "CSTUsingSystemIO=Yes" msgstr "CSTUsingSystemIO=Yes" #. type: "CSTUsingSystemIO_description" -#: Resources/templates/Localizable.strings:183 +#: Resources/templates/Localizable.strings:202 #, no-wrap msgid "New C-State _CST generation method using SystemIO registers instead of FixedHW." msgstr "(默认是 No) 采用 SystemIO registers 生成 C-States _CST 的新方法。(非原来的 FixedHW 方法)" #. type: "DropSSDT_title" -#: Resources/templates/Localizable.strings:185 +#: Resources/templates/Localizable.strings:204 #, no-wrap msgid "DropSSDT=Yes" msgstr "DropSSDT=Yes" #. type: "DropSSDT_description" -#: Resources/templates/Localizable.strings:186 +#: Resources/templates/Localizable.strings:205 #, no-wrap msgid "Discard the motherboard's built-in SSDT tables." msgstr "(默认是 No) 设置 Yes 忽略主板 BIOS 内建之 SSDT 表,可读取 Extra 文件夹中的 SSDT 资料。/Extra/SSDT.aml。" #. type: "DropHPET_title" -#: Resources/templates/Localizable.strings:188 +#: Resources/templates/Localizable.strings:207 #, no-wrap msgid "DropHPET=Yes" msgstr "DropHPET=Yes" #. type: "DropHPET_description" -#: Resources/templates/Localizable.strings:189 +#: Resources/templates/Localizable.strings:208 #, no-wrap msgid "Discard the motherboard's built-in HPET table." msgstr "(默认是 No) 设置 Yes 忽略主板 BIOS 内建之 HPET 表。" #. type: "DropSBST_title" -#: Resources/templates/Localizable.strings:191 +#: Resources/templates/Localizable.strings:210 #, no-wrap msgid "DropSBST=Yes" msgstr "DropSBST=Yes" #. type: "DropSBST_description" -#: Resources/templates/Localizable.strings:192 +#: Resources/templates/Localizable.strings:211 #, no-wrap msgid "Discard the motherboard's built-in SBST table." msgstr "(默认是 No) 设置 Yes 忽略主板 BIOS 内建之 SBST 表。" #. type: "DropECDT_title" -#: Resources/templates/Localizable.strings:194 +#: Resources/templates/Localizable.strings:213 #, no-wrap msgid "DropECDT=Yes" msgstr "DropECDT=Yes" #. type: "DropECDT_description" -#: Resources/templates/Localizable.strings:195 +#: Resources/templates/Localizable.strings:214 #, no-wrap msgid "Discard the motherboard's built-in ECDT table." msgstr "(默认是 No) 设置 Yes 忽略主板 BIOS 内建之 ECDT 表。" #. type: "DropASFT_title" -#: Resources/templates/Localizable.strings:197 +#: Resources/templates/Localizable.strings:216 #, no-wrap msgid "DropASFT=Yes" msgstr "DropASFT=Yes" #. type: "DropASFT_description" -#: Resources/templates/Localizable.strings:198 +#: Resources/templates/Localizable.strings:217 #, no-wrap msgid "Discard the motherboard's built-in ASF! table." msgstr "(默认是 No) 设置 Yes 忽略主板 BIOS 内建之 ASF! 表。" #. type: "DropDMAR_title" -#: Resources/templates/Localizable.strings:200 +#: Resources/templates/Localizable.strings:219 #, no-wrap msgid "DropDMAR=Yes" msgstr "DropDMAR=Yes" #. type: "DropDMAR_description" -#: Resources/templates/Localizable.strings:201 +#: Resources/templates/Localizable.strings:220 #, no-wrap msgid "Discard the motherboard's built-in DMAR table, this key action resolve the problem with VT-d panics." msgstr "(默认是 No) 设置 Yes 忽略主板 BIOS 内建之 DMAR 表,可以解决 VT-d 造成的 内核崩溃问题。" #. type: "EnableC2State_title" -#: Resources/templates/Localizable.strings:203 +#: Resources/templates/Localizable.strings:222 #, no-wrap msgid "EnableC2State=Yes" msgstr "EnableC2State=Yes" #. type: "EnableC2State_description" -#: Resources/templates/Localizable.strings:204 +#: Resources/templates/Localizable.strings:223 #, no-wrap msgid "Enable specific Processor power state, C2." msgstr "(默认是 No) 强制生成 C2 State 为管理 CPU 电源状态,可以让 CPU 在闲置状态下处于低功耗状态。一般来说数字越大其节能效果愈佳。" #. type: "EnableC3State_title" -#: Resources/templates/Localizable.strings:206 +#: Resources/templates/Localizable.strings:225 #, no-wrap msgid "EnableC3State=Yes" msgstr "EnableC3State=Yes" #. type: "EnableC3State_description" -#: Resources/templates/Localizable.strings:207 +#: Resources/templates/Localizable.strings:226 #, no-wrap msgid "Enable specific Processor power state, C3." msgstr "(默认是 No) 强制生成 C3 State 为管理 CPU 电源状态,可以让 CPU 在闲置状态下处于低功耗状态。一般来说数字越大其节能效果愈佳。" #. type: "EnableC4State_title" -#: Resources/templates/Localizable.strings:209 +#: Resources/templates/Localizable.strings:228 #, no-wrap msgid "EnableC4State=Yes" msgstr "EnableC4State=Yes" #. type: "EnableC4State_description" -#: Resources/templates/Localizable.strings:210 +#: Resources/templates/Localizable.strings:229 #, no-wrap msgid "Enable specific Processor power state, C4." msgstr "(默认是 No) 强制生成 C4 State 为管理 CPU 电源状态,可以让 CPU 在闲置状态下处于低功耗状态。一般来说数字越大其节能效果愈佳。" #. type: "EnableC6State_title" -#: Resources/templates/Localizable.strings:212 +#: Resources/templates/Localizable.strings:231 #, no-wrap msgid "EnableC6State=Yes" msgstr "EnableC6State=Yes" #. type: "EnableC6State_description" -#: Resources/templates/Localizable.strings:213 +#: Resources/templates/Localizable.strings:232 #, no-wrap msgid "Enable specific Processor power state, C6." msgstr "(默认是 No) 强制生成 C6 State 为管理 CPU 电源状态,可以让 CPU 在闲置状态下处于低功耗状态。一般来说数字越大其节能效果愈佳。" #. type: "EnableC7State_title" -#: Resources/templates/Localizable.strings:215 +#: Resources/templates/Localizable.strings:234 #, no-wrap msgid "EnableC7State=Yes" msgstr "EnableC7State=Yes" #. type: "EnableC7State_description" -#: Resources/templates/Localizable.strings:216 +#: Resources/templates/Localizable.strings:235 #, no-wrap msgid "Enable specific Processor power state, C7." msgstr "(默认是 No) 强制生成 C7 State 为管理 CPU 电源状态,可以让 CPU 在闲置状态下处于低功耗状态。一般来说数字越大其节能效果愈佳。" #. type: "GenerateCStates_title" -#: Resources/templates/Localizable.strings:218 +#: Resources/templates/Localizable.strings:237 #, no-wrap msgid "GenerateCStates=Yes" msgstr "GenerateCStates=Yes" #. type: "GenerateCStates_description" -#: Resources/templates/Localizable.strings:219 +#: Resources/templates/Localizable.strings:238 #, no-wrap msgid "Enable auto generation of processor idle sleep states (C-States)." msgstr "(默认是 No) 启用自动生成 CPU 闲置休眠状态的功能 (C-States),管理 CPU 电源状态,可以让 CPU 在闲置状态下处于不同低功耗状态。" #. type: "GeneratePStates_title" -#: Resources/templates/Localizable.strings:221 +#: Resources/templates/Localizable.strings:240 #, no-wrap msgid "GeneratePStates=Yes" msgstr "GeneratePStates=Yes" #. type: "GeneratePStates_description" -#: Resources/templates/Localizable.strings:222 +#: Resources/templates/Localizable.strings:241 #, no-wrap msgid "Enable auto generation of processor power performance states (P-States)." msgstr "(默认是 No) 启用自动生成 CPU 功耗表现状态的功能 (P-States),管理 CPU 性能状态,可以让 CPU 在不同负载量下改变功耗。" #. type: "GenerateTStates_title" -#: Resources/templates/Localizable.strings:224 +#: Resources/templates/Localizable.strings:243 #, no-wrap msgid "GenerateTStates=Yes" msgstr "GenerateTStates=Yes" #. type: "GenerateTStates_description" -#: Resources/templates/Localizable.strings:225 +#: Resources/templates/Localizable.strings:244 #, no-wrap msgid "Enable auto generation of processor power performance states (T-States)." msgstr "(默认是 No) 启用自动生成 CPU 功耗表现状态的功能 (T-States),管理 CPU 性能状态,可以让 CPU 在不同负载量下改变功耗。" #. type: "1024x600x32_title" -#: Resources/templates/Localizable.strings:229 +#: Resources/templates/Localizable.strings:248 #, no-wrap msgid "1024x600x32" msgstr "1024x600x32" #. type: "1024x600x32_description" -#: Resources/templates/Localizable.strings:230 +#: Resources/templates/Localizable.strings:249 #, no-wrap msgid "Set Graphics Mode to 1024x600x32" msgstr "设置显示器分辨率为 1024x600x32" #. type: "1024x768x32_title" -#: Resources/templates/Localizable.strings:232 +#: Resources/templates/Localizable.strings:251 #, no-wrap msgid "1024x768x32" msgstr "1024x768x32" #. type: "1024x768x32_description" -#: Resources/templates/Localizable.strings:233 +#: Resources/templates/Localizable.strings:252 #, no-wrap msgid "Set Graphics Mode to 1024x768x32" msgstr "设置显示器分辨率为 1024x768x32" #. type: "1280x768x32_title" -#: Resources/templates/Localizable.strings:235 +#: Resources/templates/Localizable.strings:254 #, no-wrap msgid "1280x768x32" msgstr "1280x768x32" #. type: "1280x768x32_description" -#: Resources/templates/Localizable.strings:236 +#: Resources/templates/Localizable.strings:255 #, no-wrap msgid "Set Graphics Mode to 1280x768x32" msgstr "设置显示器分辨率为 1280x768x32" #. type: "1280x800x32_title" -#: Resources/templates/Localizable.strings:238 +#: Resources/templates/Localizable.strings:257 #, no-wrap msgid "1280x800x32" msgstr "1280x800x32" #. type: "1280x800x32_description" -#: Resources/templates/Localizable.strings:239 +#: Resources/templates/Localizable.strings:258 #, no-wrap msgid "Set Graphics Mode to 1280x800x32" msgstr "设置显示器分辨率为 1280x800x32" #. type: "1280x1024x32_title" -#: Resources/templates/Localizable.strings:241 +#: Resources/templates/Localizable.strings:260 #, no-wrap msgid "1280x1024x32" msgstr "1280x1024x32" #. type: "1280x1024x32_description" -#: Resources/templates/Localizable.strings:242 +#: Resources/templates/Localizable.strings:261 #, no-wrap msgid "Set Graphics Mode to 1280x1024x32" msgstr "设置显示器分辨率为 1280x1024x32" #. type: "1280x960x32_title" -#: Resources/templates/Localizable.strings:244 +#: Resources/templates/Localizable.strings:263 #, no-wrap msgid "1280x960x32" msgstr "1280x960x32" #. type: "1280x960x32_description" -#: Resources/templates/Localizable.strings:245 +#: Resources/templates/Localizable.strings:264 #, no-wrap msgid "Set Graphics Mode to 1280x960x32" msgstr "设置显示器分辨率为 1280x960x32" #. type: "1366x768x32_title" -#: Resources/templates/Localizable.strings:247 +#: Resources/templates/Localizable.strings:266 #, no-wrap msgid "1366x768x32" msgstr "1366x768x32" #. type: "1366x768x32_description" -#: Resources/templates/Localizable.strings:248 +#: Resources/templates/Localizable.strings:267 #, no-wrap msgid "Set Graphics Mode to 1366x768x32" msgstr "设置显示器分辨率为 1366x768x32" #. type: "1440x900x32_title" -#: Resources/templates/Localizable.strings:250 +#: Resources/templates/Localizable.strings:269 #, no-wrap msgid "1440x900x32" msgstr "1440x900x32" #. type: "1440x900x32_description" -#: Resources/templates/Localizable.strings:251 +#: Resources/templates/Localizable.strings:270 #, no-wrap msgid "Set Graphics Mode to 1440x900x32" msgstr "设置显示器分辨率为 1440x900x32" #. type: "1600x900x32_title" -#: Resources/templates/Localizable.strings:253 +#: Resources/templates/Localizable.strings:272 #, no-wrap msgid "1600x900x32" msgstr "1600x900x32" #. type: "1600x900x32_description" -#: Resources/templates/Localizable.strings:254 +#: Resources/templates/Localizable.strings:273 #, no-wrap msgid "Set Graphics Mode to 1600x900x32" msgstr "设置显示器分辨率为 1600x900x32" #. type: "1600x1200x32_title" -#: Resources/templates/Localizable.strings:256 +#: Resources/templates/Localizable.strings:275 #, no-wrap msgid "1600x1200x32" msgstr "1600x1200x32" #. type: "1600x1200x32_description" -#: Resources/templates/Localizable.strings:257 +#: Resources/templates/Localizable.strings:276 #, no-wrap msgid "Set Graphics Mode to 1600x1200x32" msgstr "设置显示器分辨率为 1600x1200x32" #. type: "1680x1050x32_title" -#: Resources/templates/Localizable.strings:259 +#: Resources/templates/Localizable.strings:278 #, no-wrap msgid "1680x1050x32" msgstr "1680x1050x32" #. type: "1680x1050x32_description" -#: Resources/templates/Localizable.strings:260 +#: Resources/templates/Localizable.strings:279 #, no-wrap msgid "Set Graphics Mode to 1680x1050x32" msgstr "设置显示器分辨率为 1680x1050x32" #. type: "1920x1080x32_title" -#: Resources/templates/Localizable.strings:262 +#: Resources/templates/Localizable.strings:281 #, no-wrap msgid "1920x1080x32" msgstr "1920x1080x32" #. type: "1920x1080x32_description" -#: Resources/templates/Localizable.strings:263 +#: Resources/templates/Localizable.strings:282 #, no-wrap msgid "Set Graphics Mode to 1920x1080x32" msgstr "设置显示器分辨率为 1920x1080x32" #. type: "1920x1200x32_title" -#: Resources/templates/Localizable.strings:265 +#: Resources/templates/Localizable.strings:284 #, no-wrap msgid "1920x1200x32" msgstr "1920x1200x32" #. type: "1920x1200x32_description" -#: Resources/templates/Localizable.strings:266 +#: Resources/templates/Localizable.strings:285 #, no-wrap msgid "Set Graphics Mode to 1920x1200x32" msgstr "设置显示器分辨率为 1920x1200x32" #. type: "HDAULayoutIDx01_title" -#: Resources/templates/Localizable.strings:270 -#: Resources/templates/Localizable.strings:376 +#: Resources/templates/Localizable.strings:289 +#: Resources/templates/Localizable.strings:395 #, no-wrap msgid "LayoutID=1" msgstr "LayoutID=1" #. type: "HDEFLayoutIDx01_description" -#: Resources/templates/Localizable.strings:271 +#: Resources/templates/Localizable.strings:290 #, no-wrap msgid "" "Set HDEF layout-it to 1:\n" @@ -1187,14 +1251,14 @@ "001 (0x01, 0x00, 0x00, 0x00)。" #. type: "HDAULayoutIDx02_title" -#: Resources/templates/Localizable.strings:274 -#: Resources/templates/Localizable.strings:380 +#: Resources/templates/Localizable.strings:293 +#: Resources/templates/Localizable.strings:399 #, no-wrap msgid "LayoutID=2" msgstr "LayoutID=2" #. type: "HDEFLayoutIDx02_description" -#: Resources/templates/Localizable.strings:275 +#: Resources/templates/Localizable.strings:294 #, no-wrap msgid "" "Set HDEF layout-it to 2:\n" @@ -1204,14 +1268,14 @@ "002 (0x02, 0x00, 0x00, 0x00)。" #. type: "HDAULayoutIDx03_title" -#: Resources/templates/Localizable.strings:278 -#: Resources/templates/Localizable.strings:384 +#: Resources/templates/Localizable.strings:297 +#: Resources/templates/Localizable.strings:403 #, no-wrap msgid "LayoutID=3" msgstr "LayoutID=3" #. type: "HDEFLayoutIDx03_description" -#: Resources/templates/Localizable.strings:279 +#: Resources/templates/Localizable.strings:298 #, no-wrap msgid "" "Set HDEF layout-it to 3:\n" @@ -1221,14 +1285,14 @@ "003 (0x03, 0x00, 0x00, 0x00)。" #. type: "HDAULayoutIDx05_title" -#: Resources/templates/Localizable.strings:282 -#: Resources/templates/Localizable.strings:388 +#: Resources/templates/Localizable.strings:301 +#: Resources/templates/Localizable.strings:407 #, no-wrap msgid "LayoutID=5" msgstr "LayoutID=5" #. type: "HDEFLayoutIDx05_description" -#: Resources/templates/Localizable.strings:283 +#: Resources/templates/Localizable.strings:302 #, no-wrap msgid "" "Set HDEF layout-it to 5:\n" @@ -1238,14 +1302,14 @@ "005 (0x05, 0x00, 0x00, 0x00)。" #. type: "HDAULayoutIDx07_title" -#: Resources/templates/Localizable.strings:286 -#: Resources/templates/Localizable.strings:392 +#: Resources/templates/Localizable.strings:305 +#: Resources/templates/Localizable.strings:411 #, no-wrap msgid "LayoutID=7" msgstr "LayoutID=7" #. type: "HDEFLayoutIDx07_description" -#: Resources/templates/Localizable.strings:287 +#: Resources/templates/Localizable.strings:306 #, no-wrap msgid "" "Set HDEF layout-it to 7:\n" @@ -1255,14 +1319,14 @@ "007 (0x07, 0x00, 0x00, 0x00)。" #. type: "HDAULayoutIDx12_title" -#: Resources/templates/Localizable.strings:290 -#: Resources/templates/Localizable.strings:396 +#: Resources/templates/Localizable.strings:309 +#: Resources/templates/Localizable.strings:415 #, no-wrap msgid "LayoutID=12" msgstr "LayoutID=12" #. type: "HDEFLayoutIDx12_description" -#: Resources/templates/Localizable.strings:291 +#: Resources/templates/Localizable.strings:310 #, no-wrap msgid "" "Set HDEF layout-it to 12:\n" @@ -1272,14 +1336,14 @@ "00C (0x0C, 0x00, 0x00, 0x00)。" #. type: "HDAULayoutIDx32_title" -#: Resources/templates/Localizable.strings:294 -#: Resources/templates/Localizable.strings:400 +#: Resources/templates/Localizable.strings:313 +#: Resources/templates/Localizable.strings:419 #, no-wrap msgid "LayoutID=32" msgstr "LayoutID=32" #. type: "HDEFLayoutIDx32_description" -#: Resources/templates/Localizable.strings:295 +#: Resources/templates/Localizable.strings:314 #, no-wrap msgid "" "Set HDEF layout-it to 32:\n" @@ -1289,14 +1353,14 @@ "020 (0x20, 0x00, 0x00, 0x00)。" #. type: "HDAULayoutIDx40_title" -#: Resources/templates/Localizable.strings:298 -#: Resources/templates/Localizable.strings:404 +#: Resources/templates/Localizable.strings:317 +#: Resources/templates/Localizable.strings:423 #, no-wrap msgid "LayoutID=40" msgstr "LayoutID=40" #. type: "HDEFLayoutIDx40_description" -#: Resources/templates/Localizable.strings:299 +#: Resources/templates/Localizable.strings:318 #, no-wrap msgid "" "Set HDEF layout-it to 40:\n" @@ -1306,14 +1370,14 @@ "028 (0x28, 0x00, 0x00, 0x00)。" #. type: "HDAULayoutIDx65_title" -#: Resources/templates/Localizable.strings:302 -#: Resources/templates/Localizable.strings:408 +#: Resources/templates/Localizable.strings:321 +#: Resources/templates/Localizable.strings:427 #, no-wrap msgid "LayoutID=65" msgstr "LayoutID=65" #. type: "HDEFLayoutIDx65_description" -#: Resources/templates/Localizable.strings:303 +#: Resources/templates/Localizable.strings:322 #, no-wrap msgid "" "Set HDEF layout-it to 65:\n" @@ -1323,14 +1387,14 @@ "041 (0x41, 0x00, 0x00, 0x00)。" #. type: "HDAULayoutIDx99_title" -#: Resources/templates/Localizable.strings:306 -#: Resources/templates/Localizable.strings:412 +#: Resources/templates/Localizable.strings:325 +#: Resources/templates/Localizable.strings:431 #, no-wrap msgid "LayoutID=99" msgstr "LayoutID=99" #. type: "HDEFLayoutIDx99_description" -#: Resources/templates/Localizable.strings:307 +#: Resources/templates/Localizable.strings:326 #, no-wrap msgid "" "Set HDEF layout-it to 99:\n" @@ -1340,14 +1404,14 @@ "063 (0x63, 0x00, 0x00, 0x00)。" #. type: "HDAULayoutIDx269_title" -#: Resources/templates/Localizable.strings:310 -#: Resources/templates/Localizable.strings:416 +#: Resources/templates/Localizable.strings:329 +#: Resources/templates/Localizable.strings:435 #, no-wrap msgid "LayoutID=269" msgstr "LayoutID=269" #. type: "HDEFLayoutIDx269_description" -#: Resources/templates/Localizable.strings:311 +#: Resources/templates/Localizable.strings:330 #, no-wrap msgid "" "Set HDEF layout-it to 269:\n" @@ -1357,14 +1421,14 @@ "10D (0x0D, 0x01, 0x00, 0x00)。" #. type: "HDAULayoutIDx387_title" -#: Resources/templates/Localizable.strings:314 -#: Resources/templates/Localizable.strings:420 +#: Resources/templates/Localizable.strings:333 +#: Resources/templates/Localizable.strings:439 #, no-wrap msgid "LayoutID=387" msgstr "LayoutID=387" #. type: "HDEFLayoutIDx387_description" -#: Resources/templates/Localizable.strings:315 +#: Resources/templates/Localizable.strings:334 #, no-wrap msgid "" "Set HDEF layout-it to 387:\n" @@ -1374,14 +1438,14 @@ "183 (0x83, 0x01, 0x00, 0x00)。" #. type: "HDAULayoutIDx388_title" -#: Resources/templates/Localizable.strings:318 -#: Resources/templates/Localizable.strings:424 +#: Resources/templates/Localizable.strings:337 +#: Resources/templates/Localizable.strings:443 #, no-wrap msgid "LayoutID=388" msgstr "LayoutID=388" #. type: "HDEFLayoutIDx388_description" -#: Resources/templates/Localizable.strings:319 +#: Resources/templates/Localizable.strings:338 #, no-wrap msgid "" "Set HDEF layout-it to 388:\n" @@ -1391,14 +1455,14 @@ "184 (0x84, 0x01, 0x00, 0x00)。" #. type: "HDAULayoutIDx389_title" -#: Resources/templates/Localizable.strings:322 -#: Resources/templates/Localizable.strings:428 +#: Resources/templates/Localizable.strings:341 +#: Resources/templates/Localizable.strings:447 #, no-wrap msgid "LayoutID=389" msgstr "LayoutID=389" #. type: "HDEFLayoutIDx389_description" -#: Resources/templates/Localizable.strings:323 +#: Resources/templates/Localizable.strings:342 #, no-wrap msgid "" "Set HDEF layout-it to 389:\n" @@ -1408,14 +1472,14 @@ "185 (0x85, 0x01, 0x00, 0x00)。" #. type: "HDAULayoutIDx392_title" -#: Resources/templates/Localizable.strings:326 -#: Resources/templates/Localizable.strings:432 +#: Resources/templates/Localizable.strings:345 +#: Resources/templates/Localizable.strings:451 #, no-wrap msgid "LayoutID=392" msgstr "LayoutID=392" #. type: "HDEFLayoutIDx392_description" -#: Resources/templates/Localizable.strings:327 +#: Resources/templates/Localizable.strings:346 #, no-wrap msgid "" "Set HDEF layout-it to 392:\n" @@ -1425,14 +1489,14 @@ "188 (0x88, 0x01, 0x00, 0x00)。" #. type: "HDAULayoutIDx398_title" -#: Resources/templates/Localizable.strings:330 -#: Resources/templates/Localizable.strings:436 +#: Resources/templates/Localizable.strings:349 +#: Resources/templates/Localizable.strings:455 #, no-wrap msgid "LayoutID=398" msgstr "LayoutID=398" #. type: "HDEFLayoutIDx398_description" -#: Resources/templates/Localizable.strings:331 +#: Resources/templates/Localizable.strings:350 #, no-wrap msgid "" "Set HDEF layout-it to 398:\n" @@ -1442,14 +1506,14 @@ "18E (0x8E, 0x01, 0x00, 0x00)。" #. type: "HDAULayoutIDx662_title" -#: Resources/templates/Localizable.strings:334 -#: Resources/templates/Localizable.strings:440 +#: Resources/templates/Localizable.strings:353 +#: Resources/templates/Localizable.strings:459 #, no-wrap msgid "LayoutID=662" msgstr "LayoutID=662" #. type: "HDEFLayoutIDx662_description" -#: Resources/templates/Localizable.strings:335 +#: Resources/templates/Localizable.strings:354 #, no-wrap msgid "" "Set HDEF layout-it to 662:\n" @@ -1459,14 +1523,14 @@ "296 (0x96, 0x02, 0x00, 0x00)。" #. type: "HDAULayoutIDx663_title" -#: Resources/templates/Localizable.strings:338 -#: Resources/templates/Localizable.strings:444 +#: Resources/templates/Localizable.strings:357 +#: Resources/templates/Localizable.strings:463 #, no-wrap msgid "LayoutID=663" msgstr "LayoutID=663" #. type: "HDEFLayoutIDx663_description" -#: Resources/templates/Localizable.strings:339 +#: Resources/templates/Localizable.strings:358 #, no-wrap msgid "" "Set HDEF layout-it to 663:\n" @@ -1476,14 +1540,14 @@ "297 (0x97, 0x02, 0x00, 0x00)。" #. type: "HDAULayoutIDx664_title" -#: Resources/templates/Localizable.strings:342 -#: Resources/templates/Localizable.strings:448 +#: Resources/templates/Localizable.strings:361 +#: Resources/templates/Localizable.strings:467 #, no-wrap msgid "LayoutID=664" msgstr "LayoutID=664" #. type: "HDEFLayoutIDx664_description" -#: Resources/templates/Localizable.strings:343 +#: Resources/templates/Localizable.strings:362 #, no-wrap msgid "" "Set HDEF layout-it to 664:\n" @@ -1493,14 +1557,14 @@ "298 (0x98, 0x02, 0x00, 0x00)。" #. type: "HDAULayoutIDx885_title" -#: Resources/templates/Localizable.strings:346 -#: Resources/templates/Localizable.strings:452 +#: Resources/templates/Localizable.strings:365 +#: Resources/templates/Localizable.strings:471 #, no-wrap msgid "LayoutID=885" msgstr "LayoutID=885" #. type: "HDEFLayoutIDx885_description" -#: Resources/templates/Localizable.strings:347 +#: Resources/templates/Localizable.strings:366 #, no-wrap msgid "" "Set HDEF layout-it to 885:\n" @@ -1510,14 +1574,14 @@ "375 (0x75, 0x03, 0x00, 0x00)。" #. type: "HDAULayoutIDx887_title" -#: Resources/templates/Localizable.strings:350 -#: Resources/templates/Localizable.strings:456 +#: Resources/templates/Localizable.strings:369 +#: Resources/templates/Localizable.strings:475 #, no-wrap msgid "LayoutID=887" msgstr "LayoutID=887" #. type: "HDEFLayoutIDx887_description" -#: Resources/templates/Localizable.strings:351 +#: Resources/templates/Localizable.strings:370 #, no-wrap msgid "" "Set HDEF layout-it to 887:\n" @@ -1527,14 +1591,14 @@ "377 (0x77, 0x03, 0x00, 0x00)。" #. type: "HDAULayoutIDx888_title" -#: Resources/templates/Localizable.strings:354 -#: Resources/templates/Localizable.strings:460 +#: Resources/templates/Localizable.strings:373 +#: Resources/templates/Localizable.strings:479 #, no-wrap msgid "LayoutID=888" msgstr "LayoutID=888" #. type: "HDEFLayoutIDx888_description" -#: Resources/templates/Localizable.strings:355 +#: Resources/templates/Localizable.strings:374 #, no-wrap msgid "" "Set HDEF layout-it to 888:\n" @@ -1544,14 +1608,14 @@ "184 (0x84, 0x01, 0x00, 0x00)。" #. type: "HDAULayoutIDx889_title" -#: Resources/templates/Localizable.strings:358 -#: Resources/templates/Localizable.strings:464 +#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:483 #, no-wrap msgid "LayoutID=889" msgstr "LayoutID=889" #. type: "HDEFLayoutIDx889_description" -#: Resources/templates/Localizable.strings:359 +#: Resources/templates/Localizable.strings:378 #, no-wrap msgid "" "Set HDEF layout-it to 889:\n" @@ -1561,14 +1625,14 @@ "379 (0x79, 0x03, 0x00, 0x00)。" #. type: "HDAULayoutIDx892_title" -#: Resources/templates/Localizable.strings:362 -#: Resources/templates/Localizable.strings:468 +#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:487 #, no-wrap msgid "LayoutID=892" msgstr "LayoutID=892" #. type: "HDEFLayoutIDx892_description" -#: Resources/templates/Localizable.strings:363 +#: Resources/templates/Localizable.strings:382 #, no-wrap msgid "" "Set HDEF layout-it to 892:\n" @@ -1578,14 +1642,14 @@ "37C (0x7C, 0x03, 0x00, 0x00)。" #. type: "HDAULayoutIDx898_title" -#: Resources/templates/Localizable.strings:366 -#: Resources/templates/Localizable.strings:472 +#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:491 #, no-wrap msgid "LayoutID=898" msgstr "LayoutID=898" #. type: "HDEFLayoutIDx898_description" -#: Resources/templates/Localizable.strings:367 +#: Resources/templates/Localizable.strings:386 #, no-wrap msgid "" "Set HDEF layout-it to 898:\n" @@ -1595,14 +1659,14 @@ "382 (0x82, 0x03, 0x00, 0x00)。" #. type: "HDAULayoutIDxBD7_title" -#: Resources/templates/Localizable.strings:370 -#: Resources/templates/Localizable.strings:476 +#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:495 #, no-wrap msgid "LayoutID=1981" msgstr "LayoutID=1981" #. type: "HDEFLayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:371 +#: Resources/templates/Localizable.strings:390 #, no-wrap msgid "" "Set HDEF layout-it to 1981:\n" @@ -1612,7 +1676,7 @@ "7BD (0xBD, 0x07, 0x00, 0x00)。" #. type: "HDAULayoutIDx01_description" -#: Resources/templates/Localizable.strings:377 +#: Resources/templates/Localizable.strings:396 #, no-wrap msgid "" "Set HDAU layout-it to 1:\n" @@ -1622,7 +1686,7 @@ "001 (0x01, 0x00, 0x00, 0x00)。" #. type: "HDAULayoutIDx02_description" -#: Resources/templates/Localizable.strings:381 +#: Resources/templates/Localizable.strings:400 #, no-wrap msgid "" "Set HDAU layout-it to 2:\n" @@ -1632,7 +1696,7 @@ "002 (0x02, 0x00, 0x00, 0x00)。" #. type: "HDAULayoutIDx03_description" -#: Resources/templates/Localizable.strings:385 +#: Resources/templates/Localizable.strings:404 #, no-wrap msgid "" "Set HDAU layout-it to 3:\n" @@ -1642,7 +1706,7 @@ "003 (0x03, 0x00, 0x00, 0x00)。" #. type: "HDAULayoutIDx05_description" -#: Resources/templates/Localizable.strings:389 +#: Resources/templates/Localizable.strings:408 #, no-wrap msgid "" "Set HDAU layout-it to 5:\n" @@ -1652,7 +1716,7 @@ "005 (0x05, 0x00, 0x00, 0x00)。" #. type: "HDAULayoutIDx07_description" -#: Resources/templates/Localizable.strings:393 +#: Resources/templates/Localizable.strings:412 #, no-wrap msgid "" "Set HDAU layout-it to 7:\n" @@ -1662,7 +1726,7 @@ "007 (0x07, 0x00, 0x00, 0x00)。" #. type: "HDAULayoutIDx12_description" -#: Resources/templates/Localizable.strings:397 +#: Resources/templates/Localizable.strings:416 #, no-wrap msgid "" "Set HDAU layout-it to 12:\n" @@ -1672,7 +1736,7 @@ "00C (0x0C, 0x00, 0x00, 0x00)。" #. type: "HDAULayoutIDx32_description" -#: Resources/templates/Localizable.strings:401 +#: Resources/templates/Localizable.strings:420 #, no-wrap msgid "" "Set HDAU layout-it to 32:\n" @@ -1682,7 +1746,7 @@ "020 (0x20, 0x00, 0x00, 0x00)。" #. type: "HDAULayoutIDx40_description" -#: Resources/templates/Localizable.strings:405 +#: Resources/templates/Localizable.strings:424 #, no-wrap msgid "" "Set HDAU layout-it to 40:\n" @@ -1692,7 +1756,7 @@ "028 (0x28, 0x00, 0x00, 0x00)。" #. type: "HDAULayoutIDx65_description" -#: Resources/templates/Localizable.strings:409 +#: Resources/templates/Localizable.strings:428 #, no-wrap msgid "" "Set HDAU layout-it to 65:\n" @@ -1702,7 +1766,7 @@ "041 (0x41, 0x00, 0x00, 0x00)。" #. type: "HDAULayoutIDx99_description" -#: Resources/templates/Localizable.strings:413 +#: Resources/templates/Localizable.strings:432 #, no-wrap msgid "" "Set HDAU layout-it to 99:\n" @@ -1712,7 +1776,7 @@ "063 (0x63, 0x00, 0x00, 0x00)。" #. type: "HDAULayoutIDx269_description" -#: Resources/templates/Localizable.strings:417 +#: Resources/templates/Localizable.strings:436 #, no-wrap msgid "" "Set HDAU layout-it to 269:\n" @@ -1722,7 +1786,7 @@ "10D (0x0D, 0x01, 0x00, 0x00)。" #. type: "HDAULayoutIDx387_description" -#: Resources/templates/Localizable.strings:421 +#: Resources/templates/Localizable.strings:440 #, no-wrap msgid "" "Set HDAU layout-it to 387:\n" @@ -1732,7 +1796,7 @@ "183 (0x83, 0x01, 0x00, 0x00)。" #. type: "HDAULayoutIDx388_description" -#: Resources/templates/Localizable.strings:425 +#: Resources/templates/Localizable.strings:444 #, no-wrap msgid "" "Set HDAU layout-it to 388:\n" @@ -1742,7 +1806,7 @@ "184 (0x84, 0x01, 0x00, 0x00)。" #. type: "HDAULayoutIDx389_description" -#: Resources/templates/Localizable.strings:429 +#: Resources/templates/Localizable.strings:448 #, no-wrap msgid "" "Set HDAU layout-it to 389:\n" @@ -1752,7 +1816,7 @@ "185 (0x85, 0x01, 0x00, 0x00)。" #. type: "HDAULayoutIDx392_description" -#: Resources/templates/Localizable.strings:433 +#: Resources/templates/Localizable.strings:452 #, no-wrap msgid "" "Set HDAU layout-it to 392:\n" @@ -1762,7 +1826,7 @@ "188 (0x88, 0x01, 0x00, 0x00)。" #. type: "HDAULayoutIDx398_description" -#: Resources/templates/Localizable.strings:437 +#: Resources/templates/Localizable.strings:456 #, no-wrap msgid "" "Set HDAU layout-it to 398:\n" @@ -1772,7 +1836,7 @@ "18E (0x8E, 0x01, 0x00, 0x00)。" #. type: "HDAULayoutIDx662_description" -#: Resources/templates/Localizable.strings:441 +#: Resources/templates/Localizable.strings:460 #, no-wrap msgid "" "Set HDAU layout-it to 662:\n" @@ -1782,7 +1846,7 @@ "296 (0x96, 0x02, 0x00, 0x00)。" #. type: "HDAULayoutIDx663_description" -#: Resources/templates/Localizable.strings:445 +#: Resources/templates/Localizable.strings:464 #, no-wrap msgid "" "Set HDAU layout-it to 663:\n" @@ -1792,7 +1856,7 @@ "297 (0x97, 0x02, 0x00, 0x00)。" #. type: "HDAULayoutIDx664_description" -#: Resources/templates/Localizable.strings:449 +#: Resources/templates/Localizable.strings:468 #, no-wrap msgid "" "Set HDAU layout-it to 664:\n" @@ -1802,7 +1866,7 @@ "298 (0x98, 0x02, 0x00, 0x00)。" #. type: "HDAULayoutIDx885_description" -#: Resources/templates/Localizable.strings:453 +#: Resources/templates/Localizable.strings:472 #, no-wrap msgid "" "Set HDAU layout-it to 885:\n" @@ -1812,7 +1876,7 @@ "375 (0x75, 0x03, 0x00, 0x00)。" #. type: "HDAULayoutIDx887_description" -#: Resources/templates/Localizable.strings:457 +#: Resources/templates/Localizable.strings:476 #, no-wrap msgid "" "Set HDAU layout-it to 887:\n" @@ -1822,7 +1886,7 @@ "377 (0x77, 0x03, 0x00, 0x00)。" #. type: "HDAULayoutIDx888_description" -#: Resources/templates/Localizable.strings:461 +#: Resources/templates/Localizable.strings:480 #, no-wrap msgid "" "Set HDAU layout-it to 888:\n" @@ -1832,7 +1896,7 @@ "378 (0x78, 0x03, 0x00, 0x00)。" #. type: "HDAULayoutIDx889_description" -#: Resources/templates/Localizable.strings:465 +#: Resources/templates/Localizable.strings:484 #, no-wrap msgid "" "Set HDAU layout-it to 889:\n" @@ -1842,7 +1906,7 @@ "379 (0x79, 0x03, 0x00, 0x00)。" #. type: "HDAULayoutIDx892_description" -#: Resources/templates/Localizable.strings:469 +#: Resources/templates/Localizable.strings:488 #, no-wrap msgid "" "Set HDAU layout-it to 892:\n" @@ -1852,7 +1916,7 @@ "37C (0x7C, 0x03, 0x00, 0x00)。" #. type: "HDAULayoutIDx898_description" -#: Resources/templates/Localizable.strings:473 +#: Resources/templates/Localizable.strings:492 #, no-wrap msgid "" "Set HDAU layout-it to 898:\n" @@ -1862,7 +1926,7 @@ "382 (0x82, 0x03, 0x00, 0x00)。" #. type: "HDAULayoutIDxBD7_description" -#: Resources/templates/Localizable.strings:477 +#: Resources/templates/Localizable.strings:496 #, no-wrap msgid "" "Set HDAU layout-it to 1981:\n" @@ -1872,625 +1936,625 @@ "7BD (0xBD, 0x07, 0x00, 0x00)." #. type: "IntelCaprix00_title" -#: Resources/templates/Localizable.strings:482 +#: Resources/templates/Localizable.strings:501 #, no-wrap msgid "01660000" msgstr "01660000" #. type: "IntelCaprix00_description" -#: Resources/templates/Localizable.strings:483 +#: Resources/templates/Localizable.strings:502 #, no-wrap msgid "Set 01660000 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "设置 Intel HD4000 (Mobile) 显卡的 AAPL,ig-platform-id 为 01660000。" #. type: "IntelCaprix01_title" -#: Resources/templates/Localizable.strings:485 +#: Resources/templates/Localizable.strings:504 #, no-wrap msgid "01660001" msgstr "01660001" #. type: "IntelCaprix01_description" -#: Resources/templates/Localizable.strings:486 +#: Resources/templates/Localizable.strings:505 #, no-wrap msgid "Set 01660001 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "设置 Intel HD4000 (Mobile) 显卡的 AAPL,ig-platform-id 为 01660001。" #. type: "IntelCaprix02_title" -#: Resources/templates/Localizable.strings:488 +#: Resources/templates/Localizable.strings:507 #, no-wrap msgid "01660002" msgstr "01660002" #. type: "IntelCaprix02_description" -#: Resources/templates/Localizable.strings:489 +#: Resources/templates/Localizable.strings:508 #, no-wrap msgid "Set 01660002 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "设置 Intel HD4000 (Mobile) 显卡的 AAPL,ig-platform-id 为 01660002。" #. type: "IntelCaprix03_title" -#: Resources/templates/Localizable.strings:491 +#: Resources/templates/Localizable.strings:510 #, no-wrap msgid "01660003" msgstr "01660003" #. type: "IntelCaprix03_description" -#: Resources/templates/Localizable.strings:492 +#: Resources/templates/Localizable.strings:511 #, no-wrap msgid "Set 01660003 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "设置 Intel HD4000 (Mobile) 显卡的 AAPL,ig-platform-id 为 01660003。" #. type: "IntelCaprix04_title" -#: Resources/templates/Localizable.strings:494 +#: Resources/templates/Localizable.strings:513 #, no-wrap msgid "01660004" msgstr "01660004" #. type: "IntelCaprix04_description" -#: Resources/templates/Localizable.strings:495 +#: Resources/templates/Localizable.strings:514 #, no-wrap msgid "Set 01660004 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "设置 Intel HD4000 (Mobile) 显卡的 AAPL,ig-platform-id 为 01660004。" #. type: "IntelCaprix05_title" -#: Resources/templates/Localizable.strings:497 +#: Resources/templates/Localizable.strings:516 #, no-wrap msgid "01620005" msgstr "01620005" #. type: "IntelCaprix05_description" -#: Resources/templates/Localizable.strings:498 +#: Resources/templates/Localizable.strings:517 #, no-wrap msgid "Set 01620005 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "设置 Intel HD4000 (Desktop) 显卡的 AAPL,ig-platform-id 为 01660005。" #. type: "IntelCaprix06_title" -#: Resources/templates/Localizable.strings:500 +#: Resources/templates/Localizable.strings:519 #, no-wrap msgid "01620006" msgstr "01620006" #. type: "IntelCaprix06_description" -#: Resources/templates/Localizable.strings:501 +#: Resources/templates/Localizable.strings:520 #, no-wrap msgid "Set 01620006 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "设置 Intel HD4000 (Desktop) 显卡的 AAPL,ig-platform-id 为 01660006。" #. type: "IntelCaprix07_title" -#: Resources/templates/Localizable.strings:503 +#: Resources/templates/Localizable.strings:522 #, no-wrap msgid "01620007" msgstr "01620007" #. type: "IntelCaprix07_description" -#: Resources/templates/Localizable.strings:504 +#: Resources/templates/Localizable.strings:523 #, no-wrap msgid "Set 01620007 for Intel HD4000 (Desktop) AAPL,ig-platform-id ." msgstr "设置 Intel HD4000 (Desktop) 显卡的 AAPL,ig-platform-id 为 01660007。" #. type: "IntelCaprix08_title" -#: Resources/templates/Localizable.strings:506 +#: Resources/templates/Localizable.strings:525 #, no-wrap msgid "01660008" msgstr "01660008" #. type: "IntelCaprix08_description" -#: Resources/templates/Localizable.strings:507 +#: Resources/templates/Localizable.strings:526 #, no-wrap msgid "Set 01660008 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "设置 Intel HD4000 (Mobile) 显卡的 AAPL,ig-platform-id 为 01660008。" #. type: "IntelCaprix09_title" -#: Resources/templates/Localizable.strings:509 +#: Resources/templates/Localizable.strings:528 #, no-wrap msgid "01660009" msgstr "01660009" #. type: "IntelCaprix09_description" -#: Resources/templates/Localizable.strings:510 +#: Resources/templates/Localizable.strings:529 #, no-wrap msgid "Set 01660009 for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "设置 Intel HD4000 (Mobile) 显卡的 AAPL,ig-platform-id 为 01660009。" #. type: "IntelCaprix10_title" -#: Resources/templates/Localizable.strings:512 +#: Resources/templates/Localizable.strings:531 #, no-wrap msgid "0166000a" msgstr "0166000a" #. type: "IntelCaprix10_description" -#: Resources/templates/Localizable.strings:513 +#: Resources/templates/Localizable.strings:532 #, no-wrap msgid "Set 0166000a for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "设置 Intel HD4000 (Mobile) 显卡的 AAPL,ig-platform-id 为 0166000a。" #. type: "IntelCaprix11_title" -#: Resources/templates/Localizable.strings:515 +#: Resources/templates/Localizable.strings:534 #, no-wrap msgid "0166000b" msgstr "0166000b" #. type: "IntelCaprix11_description" -#: Resources/templates/Localizable.strings:516 +#: Resources/templates/Localizable.strings:535 #, no-wrap msgid "Set 0166000b for Intel HD4000 (Mobile) AAPL,ig-platform-id ." msgstr "设置 Intel HD4000 (Mobile) 显卡的 AAPL,ig-platform-id 为 0166000b。" #. type: "IntelAzulx00_title" -#: Resources/templates/Localizable.strings:520 +#: Resources/templates/Localizable.strings:539 #, no-wrap msgid "00000604" msgstr "00000604" #. type: "IntelAzulx00_description" -#: Resources/templates/Localizable.strings:521 +#: Resources/templates/Localizable.strings:540 #, no-wrap msgid "Set 00000604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "设置 Intel Haswell (Mobile) 显卡的 AAPL,ig-platform-id 为 00000604。" #. type: "IntelAzulx01_title" -#: Resources/templates/Localizable.strings:523 +#: Resources/templates/Localizable.strings:542 #, no-wrap msgid "0000060c" msgstr "0000060c" #. type: "IntelAzulx01_description" -#: Resources/templates/Localizable.strings:524 +#: Resources/templates/Localizable.strings:543 #, no-wrap msgid "Set 0000060c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "设置 Intel Haswell (Mobile) 显卡的 AAPL,ig-platform-id 为 0000060c。" #. type: "IntelAzulx02_title" -#: Resources/templates/Localizable.strings:526 +#: Resources/templates/Localizable.strings:545 #, no-wrap msgid "00001604" msgstr "00001604" #. type: "IntelAzulx02_description" -#: Resources/templates/Localizable.strings:527 +#: Resources/templates/Localizable.strings:546 #, no-wrap msgid "Set 00001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "设置 Intel Haswell (Mobile) 显卡的 AAPL,ig-platform-id 为 00001604。" #. type: "IntelAzulx03_title" -#: Resources/templates/Localizable.strings:529 +#: Resources/templates/Localizable.strings:548 #, no-wrap msgid "0000160a" msgstr "0000160a" #. type: "IntelAzulx03_description" -#: Resources/templates/Localizable.strings:530 +#: Resources/templates/Localizable.strings:549 #, no-wrap msgid "Set 0000160a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "设置 Intel Haswell (Mobile) 显卡的 AAPL,ig-platform-id 为 0000160a。" #. type: "IntelAzulx04_title" -#: Resources/templates/Localizable.strings:532 +#: Resources/templates/Localizable.strings:551 #, no-wrap msgid "0000160c" msgstr "0000160c" #. type: "IntelAzulx04_description" -#: Resources/templates/Localizable.strings:533 +#: Resources/templates/Localizable.strings:552 #, no-wrap msgid "Set 0000160c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "设置 Intel Haswell (Mobile) 显卡的 AAPL,ig-platform-id 为 0000160c。" #. type: "IntelAzulx05_title" -#: Resources/templates/Localizable.strings:535 +#: Resources/templates/Localizable.strings:554 #, no-wrap msgid "00002604" msgstr "00002604" #. type: "IntelAzulx05_description" -#: Resources/templates/Localizable.strings:536 +#: Resources/templates/Localizable.strings:555 #, no-wrap msgid "Set 00002604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "设置 Intel Haswell (Mobile) 显卡的 AAPL,ig-platform-id 为 00002604。" #. type: "IntelAzulx06_title" -#: Resources/templates/Localizable.strings:538 +#: Resources/templates/Localizable.strings:557 #, no-wrap msgid "0000260a" msgstr "0000260a" #. type: "IntelAzulx06_description" -#: Resources/templates/Localizable.strings:539 +#: Resources/templates/Localizable.strings:558 #, no-wrap msgid "Set 0000260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "设置 Intel Haswell (Mobile) 显卡的 AAPL,ig-platform-id 为 0000260a。" #. type: "IntelAzulx07_title" -#: Resources/templates/Localizable.strings:541 +#: Resources/templates/Localizable.strings:560 #, no-wrap msgid "0000260c" msgstr "0000260c" #. type: "IntelAzulx07_description" -#: Resources/templates/Localizable.strings:542 +#: Resources/templates/Localizable.strings:561 #, no-wrap msgid "Set 0600260c for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "设置 Intel Haswell (Mobile) 显卡的 AAPL,ig-platform-id 为 0600260c。" #. type: "IntelAzulx08_title" -#: Resources/templates/Localizable.strings:544 +#: Resources/templates/Localizable.strings:563 #, no-wrap msgid "0000260d" msgstr "0000260d" #. type: "IntelAzulx08_description" -#: Resources/templates/Localizable.strings:545 +#: Resources/templates/Localizable.strings:564 #, no-wrap msgid "Set 0000260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "设置 Intel Haswell (Mobile) 显卡的 AAPL,ig-platform-id 为 0000260d。" #. type: "IntelAzulx09_title" -#: Resources/templates/Localizable.strings:547 +#: Resources/templates/Localizable.strings:566 #, no-wrap msgid "02001604" msgstr "02001604" #. type: "IntelAzulx09_description" -#: Resources/templates/Localizable.strings:548 +#: Resources/templates/Localizable.strings:567 #, no-wrap msgid "Set 02001604 for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "设置 Intel Haswell (Mobile) 显卡的 AAPL,ig-platform-id 为 02001604。" #. type: "IntelAzulx10_title" -#: Resources/templates/Localizable.strings:550 +#: Resources/templates/Localizable.strings:569 #, no-wrap msgid "0300220d" msgstr "0300220d" #. type: "IntelAzulx10_description" -#: Resources/templates/Localizable.strings:551 +#: Resources/templates/Localizable.strings:570 #, no-wrap msgid "Set 0300220d for Intel Haswell (Desktop) AAPL,ig-platform-id." msgstr "设置 Intel Haswell (Desktop) 显卡的 AAPL,ig-platform-id 为 0300220d。" #. type: "IntelAzulx11_title" -#: Resources/templates/Localizable.strings:553 +#: Resources/templates/Localizable.strings:572 #, no-wrap msgid "0500260a" msgstr "0500260a" #. type: "IntelAzulx11_description" -#: Resources/templates/Localizable.strings:554 +#: Resources/templates/Localizable.strings:573 #, no-wrap msgid "Set 0500260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "设置 Intel Haswell (Mobile) 显卡的 AAPL,ig-platform-id 为 0500260a。" #. type: "IntelAzulx12_title" -#: Resources/templates/Localizable.strings:556 +#: Resources/templates/Localizable.strings:575 #, no-wrap msgid "0600260a" msgstr "0600260a" #. type: "IntelAzulx12_description" -#: Resources/templates/Localizable.strings:557 +#: Resources/templates/Localizable.strings:576 #, no-wrap msgid "Set 0600260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "设置 Intel Haswell (Mobile) 显卡的 AAPL,ig-platform-id 为 0600260a。" #. type: "IntelAzulx13_title" -#: Resources/templates/Localizable.strings:559 +#: Resources/templates/Localizable.strings:578 #, no-wrap msgid "0700260d" msgstr "0700260d" #. type: "IntelAzulx13_description" -#: Resources/templates/Localizable.strings:560 +#: Resources/templates/Localizable.strings:579 #, no-wrap msgid "Set 0700260d for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "设置 Intel Haswell (Mobile) 显卡的 AAPL,ig-platform-id 为 0700260d。" #. type: "IntelAzulx14_title" -#: Resources/templates/Localizable.strings:562 +#: Resources/templates/Localizable.strings:581 #, no-wrap msgid "0800260a" msgstr "0800260a" #. type: "IntelAzulx14_description" -#: Resources/templates/Localizable.strings:563 +#: Resources/templates/Localizable.strings:582 #, no-wrap msgid "Set 0800260a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "设置 Intel Haswell (Mobile) 显卡的 AAPL,ig-platform-id 为 0800260a。" #. type: "IntelAzulx15_title" -#: Resources/templates/Localizable.strings:565 +#: Resources/templates/Localizable.strings:584 #, no-wrap msgid "08002e0a" msgstr "08002e0a" #. type: "IntelAzulx15_description" -#: Resources/templates/Localizable.strings:566 +#: Resources/templates/Localizable.strings:585 #, no-wrap msgid "Set 08002e0a for Intel Haswell (Mobile) AAPL,ig-platform-id." msgstr "设置 Intel Haswell (Mobile) 显卡的 AAPL,ig-platform-id 为 08002e0a。" #. type: "AD2000B_PinConf_title" -#: Resources/templates/Localizable.strings:570 +#: Resources/templates/Localizable.strings:589 #, no-wrap msgid "AD2000b" msgstr "AD2000b" #. type: "AD2000B_PinConf_description" -#: Resources/templates/Localizable.strings:571 +#: Resources/templates/Localizable.strings:590 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD2000b." msgstr "设置 Analog Devices AD2000b 的 HDEF PinConfiguration 值。" #. type: "AD1981HD_PinConf_title" -#: Resources/templates/Localizable.strings:573 +#: Resources/templates/Localizable.strings:592 #, no-wrap msgid "AD1981HD" msgstr "AD1981HD" #. type: "AD1981HD_PinConf_description" -#: Resources/templates/Localizable.strings:574 +#: Resources/templates/Localizable.strings:593 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1981HD." msgstr "设置 Analog Devices AD1981HD 的 HDEF PinConfiguration 值。" #. type: "AD1988B_PinConf_title" -#: Resources/templates/Localizable.strings:576 +#: Resources/templates/Localizable.strings:595 #, no-wrap msgid "AD1988b" msgstr "AD1988b" #. type: "AD1988B_PinConf_description" -#: Resources/templates/Localizable.strings:577 +#: Resources/templates/Localizable.strings:596 #, no-wrap msgid "Set HDEF PinConfiguration for Analog Devices AD1988b." msgstr "设置 Analog Devices AD1988b 的 HDEF PinConfiguration 值。" #. type: "ALC888_PinConf_title" -#: Resources/templates/Localizable.strings:579 +#: Resources/templates/Localizable.strings:598 #, no-wrap msgid "ALC888" msgstr "ALC888" #. type: "ALC888_PinConf_description" -#: Resources/templates/Localizable.strings:580 +#: Resources/templates/Localizable.strings:599 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC888." msgstr "设置 Realtek ALC888 的 HDEF PinConfiguration 值。" #. type: "ALC1200_PinConf_title" -#: Resources/templates/Localizable.strings:582 +#: Resources/templates/Localizable.strings:601 #, no-wrap msgid "ALC1200" msgstr "ALC1200" #. type: "ALC1200_PinConf_description" -#: Resources/templates/Localizable.strings:583 +#: Resources/templates/Localizable.strings:602 #, no-wrap msgid "Set HDEF PinConfiguration for Realtek ALC1200." msgstr "设置 Realtek ALC1200 的 HDEF PinConfiguration 值。" #. type: "00_PinConf_title" -#: Resources/templates/Localizable.strings:585 +#: Resources/templates/Localizable.strings:604 #, no-wrap msgid "00" msgstr "00" #. type: "00_PinConf_description" -#: Resources/templates/Localizable.strings:586 +#: Resources/templates/Localizable.strings:605 #, no-wrap msgid "Set HDEF PinConfiguration for ???." msgstr "设置 声卡 的 HDEF PinConfiguration 值。" #. type: "GraphicsEnabler_title" -#: Resources/templates/Localizable.strings:590 +#: Resources/templates/Localizable.strings:609 #, no-wrap msgid "GraphicsEnabler=Yes" msgstr "GraphicsEnabler=Yes" #. type: "GraphicsEnabler_description" -#: Resources/templates/Localizable.strings:591 +#: Resources/templates/Localizable.strings:610 #, no-wrap msgid "Enables the option to autodetect NVIDIA, AMD/ATI or Intel based GPUs and inject the correct info." msgstr "(默认是 No) 启用显卡侦测功能。自动识别 显卡 GPU 并注入正确的设备属性信息。" #. type: "EnableHDMIAudio_title" -#: Resources/templates/Localizable.strings:593 +#: Resources/templates/Localizable.strings:612 #, no-wrap msgid "EnableHDMIAudio=Yes" msgstr "EnableHDMIAudio=Yes" #. type: "EnableHDMIAudio_description" -#: Resources/templates/Localizable.strings:594 +#: Resources/templates/Localizable.strings:613 #, no-wrap msgid "Inject HDMi audio for NVIDIA or AMD/ATI." msgstr "(默认是 No) 启用 HDMI Audio 功能。适用 Nvidia 及 AMD/ATI 显卡。" #. type: "UseIntelHDMI_title" -#: Resources/templates/Localizable.strings:596 +#: Resources/templates/Localizable.strings:615 #, no-wrap msgid "UseIntelHDMI=Yes" msgstr "UseIntelHDMI=Yes" #. type: "UseIntelHDMI_description" -#: Resources/templates/Localizable.strings:597 +#: Resources/templates/Localizable.strings:616 #, no-wrap msgid "If YES, hda-gfx=onboard-1 will be injected into the GFX0 and HDEF devices. Also, if an ATI or Nvidia HDMI device is present, they'll be assigned to onboard-2. If NO, then ATI or Nvidia devices will get onboard-1 as well as the HDAU device if present." msgstr "" #. type: "UseAtiROM_title" -#: Resources/templates/Localizable.strings:599 +#: Resources/templates/Localizable.strings:618 #, no-wrap msgid "UseAtiROM=Yes" msgstr "UseAtiROM=Yes" #. type: "UseAtiROM_description" -#: Resources/templates/Localizable.strings:600 +#: Resources/templates/Localizable.strings:619 #, no-wrap msgid "Enables UseAtiROM options." msgstr "(默认是 No) 启用 ATI EEPRom 功能,可在不刷显卡 BIOS 的情况下使用修改的 Rom。请命名为 “VenderID_DeviceID_SubsysID.rom” 放置 Extra 文件夹。如:/Extra/1002_68C1_FD501179.rom。" #. type: "UseNvidiaROM_title" -#: Resources/templates/Localizable.strings:602 +#: Resources/templates/Localizable.strings:621 #, no-wrap msgid "UseNvidiaROM=Yes" msgstr "UseNvidiaROM=Yes" #. type: "UseNvidiaROM_description" -#: Resources/templates/Localizable.strings:603 +#: Resources/templates/Localizable.strings:622 #, no-wrap msgid "Enables UseNvidiaROM options." msgstr "(默认是 No) 启用 Nvidia EEPRom 功能,可在不刷显卡 BIOS 的情况下使用修改的 Rom。请命名为 “VenderID_DeviceID.rom” 放置 Extra 文件夹。如:/Extra/10de_0614.rom。" #. type: "VBIOS_title" -#: Resources/templates/Localizable.strings:605 +#: Resources/templates/Localizable.strings:624 #, no-wrap msgid "VBIOS=Yes" msgstr "VBIOS=Yes" #. type: "VBIOS_description" -#: Resources/templates/Localizable.strings:606 +#: Resources/templates/Localizable.strings:625 #, no-wrap msgid "Enables VBIOS option" msgstr "(默认是 No) 启用 Nvidia VBIOS 功能。仅针对 Nvidia 显卡的参数选项,ATI 显卡请勿使用。启用读取显卡参数,可在显卡信息中显示 ROM 修正版 信息。" #. type: "SkipIntelGfx_title" -#: Resources/templates/Localizable.strings:608 +#: Resources/templates/Localizable.strings:627 #, no-wrap msgid "SkipIntelGfx=Yes" msgstr "SkipIntelGfx=Yes" #. type: "SkipIntelGfx_description" -#: Resources/templates/Localizable.strings:609 +#: Resources/templates/Localizable.strings:628 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for Intel based GPUs." msgstr "(默认是 No) 取消 GraphicsEnbaler 自动侦测 Intel 显卡芯片。" #. type: "SkipNvidiaGfx_title" -#: Resources/templates/Localizable.strings:611 +#: Resources/templates/Localizable.strings:630 #, no-wrap msgid "SkipNvidiaGfx=Yes" msgstr "SkipNvidiaGfx=Yes" #. type: "SkipNvidiaGfx_description" -#: Resources/templates/Localizable.strings:612 +#: Resources/templates/Localizable.strings:631 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for NVIDIA based GPUs." msgstr "(默认是 No) 取消 GraphicsEnbaler 自动侦测 NVIDIA 显卡芯片。" #. type: "SkipAtiGfx_title" -#: Resources/templates/Localizable.strings:614 +#: Resources/templates/Localizable.strings:633 #, no-wrap msgid "SkipAtiGfx=Yes" msgstr "SkipAtiGfx=Yes" #. type: "SkipAtiGfx_description" -#: Resources/templates/Localizable.strings:615 +#: Resources/templates/Localizable.strings:634 #, no-wrap msgid "Skip the GraphicsEnbaler autodetect for AMD/ATI based GPUs." msgstr "(默认是 No) 取消 GraphicsEnbaler 自动侦测 AMD/ATI 显卡芯片。" #. type: "EnableBacklight_title" -#: Resources/templates/Localizable.strings:617 +#: Resources/templates/Localizable.strings:636 #, no-wrap msgid "EnableBacklight=Yes" msgstr "EnableBacklight=Yes" #. type: "EnableBacklight_description" -#: Resources/templates/Localizable.strings:618 +#: Resources/templates/Localizable.strings:637 #, no-wrap msgid "Enables Backlight options for laptop with nVidia cards." msgstr "(默认是 No) 启用桌上型 nVidia 显卡的 背光(Backlight) 选项。" #. type: "EnableDualLink_title" -#: Resources/templates/Localizable.strings:620 +#: Resources/templates/Localizable.strings:639 #, no-wrap msgid "EnableDualLink=Yes" msgstr "EnableDualLink=Yes" #. type: "EnableDualLink_description" -#: Resources/templates/Localizable.strings:621 +#: Resources/templates/Localizable.strings:640 #, no-wrap msgid "Enables DualLink options for nVidia and ATi cards." msgstr "(默认是 No) 启用 nVidia 及 ATi 显卡的 DualLink 选项。" #. type: "NvidiaGeneric_title" -#: Resources/templates/Localizable.strings:623 +#: Resources/templates/Localizable.strings:642 #, no-wrap msgid "NvidiaGeneric=Yes" msgstr "NvidiaGeneric=Yes" #. type: "NvidiaGeneric_description" -#: Resources/templates/Localizable.strings:624 +#: Resources/templates/Localizable.strings:643 #, no-wrap msgid "Use the classic Nvidia name for the SystemProfiler (disabled by default)." msgstr "(默认是 No) 启用 nVidia 显卡的 传统名称 (只显示 显卡型号,不显示 制造商名称)。" #. type: "Verbose_title" -#: Resources/templates/Localizable.strings:630 +#: Resources/templates/Localizable.strings:649 #, no-wrap msgid "Verbose Mode" msgstr "-v 啰唆模式" #. type: "Verbose_description" -#: Resources/templates/Localizable.strings:631 +#: Resources/templates/Localizable.strings:650 #, no-wrap msgid "Turns on verbose logging and allows you to see messages from both Chameleon and the OS X kernel at boot time. Essential for troubleshooting." msgstr "使用 (-v) 啰唆模式进入,允许您在显示器上读取 变色龙 和 OS X 内核 两者在开机时产生的纪录信息。这是在开机时排除问题的基本用法。" #. type: "Singleusermode_title" -#: Resources/templates/Localizable.strings:633 +#: Resources/templates/Localizable.strings:652 #, no-wrap msgid "Single User Mode" msgstr "-s 单用户模式" #. type: "Singleusermode_description" -#: Resources/templates/Localizable.strings:634 +#: Resources/templates/Localizable.strings:653 #, no-wrap msgid "A troubleshooting option used for booting into OS X's BSD/Unix command line." msgstr "使用 (-s) 单用户模式进入,在排除问题时,可于在开机使用 (-s) 进入 OS X 的 BSD/Unix 命令模式。" #. type: "Ignorecaches_title" -#: Resources/templates/Localizable.strings:636 +#: Resources/templates/Localizable.strings:655 #, no-wrap msgid "Ignore Caches" msgstr "-f 忽略 Caches" #. type: "Ignorecaches_description" -#: Resources/templates/Localizable.strings:637 +#: Resources/templates/Localizable.strings:656 #, no-wrap msgid "Not an option that's needed for everyday booting, but it can be useful if you want OS X to load all files from it's system folders, rather than relying on it's pre-built caches." msgstr "使用 (-f) 忽略 Caches 模式进入,并非每日开机必备的的选项,但可经由忽略预制的 Caches ,以使 OS X 可以重新载入所有位于系统目录的 kext 文件。" #. type: "Npci_title" -#: Resources/templates/Localizable.strings:639 +#: Resources/templates/Localizable.strings:658 #, no-wrap msgid "npci=0x2000" msgstr "npci=0x2000" #. type: "Npci_description" -#: Resources/templates/Localizable.strings:640 +#: Resources/templates/Localizable.strings:659 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x2000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "可在某些系统上排除 'PCI configuration begin' 的错误。0x2000 是 kIOPCIConfiguratorPFM64 flag,可在 IOPCIFamily 的 source code 中找到相关信息。" #. type: "Npci3_title" -#: Resources/templates/Localizable.strings:642 +#: Resources/templates/Localizable.strings:661 #, no-wrap msgid "npci=0x3000" msgstr "npci=0x3000" #. type: "Npci3_description" -#: Resources/templates/Localizable.strings:643 +#: Resources/templates/Localizable.strings:662 #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x3000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "可在某些系统上排除 'PCI configuration begin' 的错误。0x3000 是 kIOPCIConfiguratorPFM64 flag,可在 IOPCIFamily 的 source code 中找到相关信息。" #. type: "WaitingRootDevice_title" -#: Resources/templates/Localizable.strings:645 +#: Resources/templates/Localizable.strings:664 #, no-wrap msgid "ahcidisk=1 debug=8" msgstr "ahcidisk=1 debug=8" #. type: "WaitingRootDevice_description" -#: Resources/templates/Localizable.strings:646 +#: Resources/templates/Localizable.strings:665 #, no-wrap msgid "" "Info here: Waiting for root device when kernel cache used only with some disks +FIX\n" @@ -2502,25 +2566,25 @@ "http://www.insanelymac.com/forum/topic/280062-waiting-for-root-device-when-kernel-cache-used-only-with-some-disks-fix/" #. type: "Darkwake_title" -#: Resources/templates/Localizable.strings:650 +#: Resources/templates/Localizable.strings:669 #, no-wrap msgid "darkwake=0" msgstr "darkwake=0" #. type: "Darkwake_description" -#: Resources/templates/Localizable.strings:651 +#: Resources/templates/Localizable.strings:670 #, no-wrap msgid "Lion only. Disables the 'low power wake' feature which can sometimes leave the screen black after wake from sleep." msgstr "Lion 专用。禁用 'low power wake' 的功能,在显示器睡眠唤醒之后,有时可能会发生显示器黑屏的状况。" #. type: "NvdaDrv1_title" -#: Resources/templates/Localizable.strings:653 +#: Resources/templates/Localizable.strings:672 #, no-wrap msgid "nvda_drv=1" msgstr "nvda_drv=1" #. type: "NvdaDrv1_description" -#: Resources/templates/Localizable.strings:654 +#: Resources/templates/Localizable.strings:673 #, no-wrap msgid "" "It introduces a new Preference Pane under System Preferences that allows you to enable the Nvidia Web Driver.\n" @@ -2534,25 +2598,25 @@ "归功于 meklort 及 Rampage Dev 的发现。" #. type: "kext-dev-mode1_title" -#: Resources/templates/Localizable.strings:659 +#: Resources/templates/Localizable.strings:678 #, no-wrap msgid "kext-dev-mode=1" msgstr "kext-dev-mode=1" #. type: "kext-dev-mode1_description" -#: Resources/templates/Localizable.strings:660 +#: Resources/templates/Localizable.strings:679 #, no-wrap msgid "In Yosemite Developer Previews, unsigned or improperly signed kexts will not be loaded. To use unsigned kexts during development, this strict check can be disabled by adding a 'kext-dev-mode=1' boot arg." msgstr "Yosemite Developer Previews 不加载未签署或不当签署的 kexts,加入 kext-dev-mode=1 参数后,即可取消此严格限制,并可使用未签署的 kexts。" #. type: "Dart0_title" -#: Resources/templates/Localizable.strings:662 +#: Resources/templates/Localizable.strings:681 #, no-wrap msgid "dart=0" msgstr "dart=0" #. type: "Dart0_description" -#: Resources/templates/Localizable.strings:663 +#: Resources/templates/Localizable.strings:682 #, no-wrap msgid "" "Avoiding the DMAR processing causing by VT-d function in Osx (Virtualization).\n" @@ -2562,277 +2626,283 @@ "详情参考bcc9 说明: http://www.insanelymac.com/forum/topic/282989-vtd0-fault-after-1082-google-hasnt-heard-of-it-any-help/#entry1867000" #. type: "mac-de_title" -#: Resources/templates/Localizable.strings:670 +#: Resources/templates/Localizable.strings:689 #, no-wrap msgid "German Mac Keyboard" msgstr "德语 Mac 键盘布局" #. type: "mac-de_description" -#: Resources/templates/Localizable.strings:671 +#: Resources/templates/Localizable.strings:690 #, no-wrap msgid "Use the keyboard layout for a German Mac keyboard" msgstr "使用德国的 Mac 键盘的键盘布局" #. type: "mac-es_title" -#: Resources/templates/Localizable.strings:673 +#: Resources/templates/Localizable.strings:692 #, no-wrap msgid "Spanish Mac Keyboard" msgstr "西班牙语 Mac 键盘布局" #. type: "mac-es_description" -#: Resources/templates/Localizable.strings:674 +#: Resources/templates/Localizable.strings:693 #, no-wrap msgid "Use the keyboard layout for a Spanish Mac keyboard" msgstr "使用西班牙的 Mac 键盘的键盘布局" #. type: "mac-fr_title" -#: Resources/templates/Localizable.strings:676 +#: Resources/templates/Localizable.strings:695 #, no-wrap msgid "French Mac Keyboard" msgstr "法语 Mac 键盘布局" #. type: "mac-fr_description" -#: Resources/templates/Localizable.strings:677 +#: Resources/templates/Localizable.strings:696 #, no-wrap msgid "Use the keyboard layout for a French Mac keyboard" msgstr "使用法国的 Mac 键盘的键盘布局" #. type: "mac-it_title" -#: Resources/templates/Localizable.strings:679 +#: Resources/templates/Localizable.strings:698 #, no-wrap msgid "Italian Mac Keyboard" msgstr "意大利语 Mac 键盘布局" #. type: "mac-it_description" -#: Resources/templates/Localizable.strings:680 +#: Resources/templates/Localizable.strings:699 #, no-wrap msgid "Use the keyboard layout for an Italian Mac keyboard" msgstr "使用意大利的 Mac 键盘的键盘布局" #. type: "mac-se_title" -#: Resources/templates/Localizable.strings:682 +#: Resources/templates/Localizable.strings:701 #, no-wrap msgid "Swedish Mac Keyboard" msgstr "瑞典语 Mac 键盘布局" #. type: "mac-se_description" -#: Resources/templates/Localizable.strings:683 +#: Resources/templates/Localizable.strings:702 #, no-wrap msgid "Use the keyboard layout for a Swedish Mac keyboard" msgstr "使用瑞典的 Mac 键盘的键盘布局" #. type: "pc-fr_title" -#: Resources/templates/Localizable.strings:685 +#: Resources/templates/Localizable.strings:704 #, no-wrap msgid "French PC Keyboard" msgstr "法语 PC 键盘布局" #. type: "pc-fr_description" -#: Resources/templates/Localizable.strings:686 +#: Resources/templates/Localizable.strings:705 #, no-wrap msgid "Use the keyboard layout for a French PC keyboard" msgstr "使用法国的 PC 键盘的键盘布局" #. type: "Embed_title" -#: Resources/templates/Localizable.strings:693 +#: Resources/templates/Localizable.strings:712 #, no-wrap msgid "Embed" msgstr "内崁主题" #. type: "Embed_description" -#: Resources/templates/Localizable.strings:694 +#: Resources/templates/Localizable.strings:713 #, no-wrap msgid "A smaller simple version of the new default theme used when building a version of Chameleon which requires an embedded theme." msgstr "Embed:小而简单且可于编译 boot 时,内崁在 Chameleon 里的主题。" #. type: "Legacy_title" -#: Resources/templates/Localizable.strings:696 +#: Resources/templates/Localizable.strings:715 #, no-wrap msgid "Legacy" msgstr "传统主题" #. type: "Legacy_description" -#: Resources/templates/Localizable.strings:697 +#: Resources/templates/Localizable.strings:716 #, no-wrap msgid "Chameleon's original default theme introduced for v2.0 RC1" msgstr "Legacy:Chameleon v2.0 RC1 的原始默认主题。" +#. type: "Default_title" +#: Resources/templates/Localizable.strings:718 +#, no-wrap +msgid "Standard" +msgstr "标准安装" + #. type: "Default_description" -#: Resources/templates/Localizable.strings:700 +#: Resources/templates/Localizable.strings:719 #, no-wrap msgid "Chameleon default theme introduced for v2.0 RC5" msgstr "Default:Chameleon v2.0 RC5 的新版默认主题。" #. type: "Bullet_title" -#: Resources/templates/Localizable.strings:702 +#: Resources/templates/Localizable.strings:721 #, no-wrap msgid "Bullet" msgstr "子弹主题" #. type: "Bullet_description" -#: Resources/templates/Localizable.strings:703 +#: Resources/templates/Localizable.strings:722 #, no-wrap msgid "A lovely simple theme by NoSmokingBandit from April 2009." msgstr "Bullet:来自 NoSmokingBandit 2009.4 的一个小巧可爱的子弹主题。" #. type: "Audio_title" -#: Resources/templates/Localizable.strings:712 +#: Resources/templates/Localizable.strings:731 #, no-wrap msgid "Audio" msgstr "声卡选项" #. type: "Audio_description" -#: Resources/templates/Localizable.strings:713 +#: Resources/templates/Localizable.strings:732 #, no-wrap msgid "A selection of options that deal with audio." msgstr "设置 Audio 声卡的选项。" #. type: "Control_title" -#: Resources/templates/Localizable.strings:716 +#: Resources/templates/Localizable.strings:735 #, no-wrap msgid "Control Options" msgstr "控制选项" #. type: "Control_description" -#: Resources/templates/Localizable.strings:717 +#: Resources/templates/Localizable.strings:736 #, no-wrap msgid "Settings to control how Chameleon works." msgstr "设置控制 Chameleon 的运作方式。" #. type: "General_title" -#: Resources/templates/Localizable.strings:720 +#: Resources/templates/Localizable.strings:739 #, no-wrap msgid "General Options" msgstr "一般选项" #. type: "General_description" -#: Resources/templates/Localizable.strings:721 +#: Resources/templates/Localizable.strings:740 #, no-wrap msgid "Choose from a selection of base options." msgstr "选取一些基本的选项。" #. type: "KernelFlags_title" -#: Resources/templates/Localizable.strings:724 +#: Resources/templates/Localizable.strings:743 #, no-wrap msgid "Kernel Flags" msgstr "内核参数" #. type: "KernelFlags_description" -#: Resources/templates/Localizable.strings:725 +#: Resources/templates/Localizable.strings:744 #, no-wrap msgid "Choose from a selection of kernel flags." msgstr "选取有关 kernel flags 的各种内核参数设置。另可于开机时,键入以下命令配合使用。" #. type: "PowerManagement_title" -#: Resources/templates/Localizable.strings:728 +#: Resources/templates/Localizable.strings:747 #, no-wrap msgid "Power Management" msgstr "电源管理" #. type: "PowerManagement_description" -#: Resources/templates/Localizable.strings:729 +#: Resources/templates/Localizable.strings:748 #, no-wrap msgid "A selection of options that deal with power management and speedstep." msgstr "一些设置电源管理和 speedstep 的选项。" #. type: "Resolution_description" -#: Resources/templates/Localizable.strings:733 +#: Resources/templates/Localizable.strings:752 #, no-wrap msgid "Set one resolution to use." msgstr "设置选用一个分辨率。" #. type: "HDEFLayout_title" -#: Resources/templates/Localizable.strings:736 +#: Resources/templates/Localizable.strings:755 #, no-wrap msgid "HDEF Layout" msgstr "声卡 HDA 选项" #. type: "HDEFLayout_description" -#: Resources/templates/Localizable.strings:737 +#: Resources/templates/Localizable.strings:756 #, no-wrap msgid "Set one HDEF Layout ID to use for your HDA controller." msgstr "设置声卡 HDA controller 的 HDEF Layout ID。" #. type: "HDAULayout_title" -#: Resources/templates/Localizable.strings:740 +#: Resources/templates/Localizable.strings:759 #, no-wrap msgid "HDAU Layout" msgstr "声卡 HDMI 选项" #. type: "HDAULayout_description" -#: Resources/templates/Localizable.strings:741 +#: Resources/templates/Localizable.strings:760 #, no-wrap msgid "Set one HDAU Layout ID to use for your HDMi controller." msgstr "设置声卡 HDMI controller 的 HDAU Layout ID。" #. type: "IntelCapri_title" -#: Resources/templates/Localizable.strings:744 +#: Resources/templates/Localizable.strings:763 #, no-wrap msgid "Intel Capri AAPL,ig-platform-id" msgstr "Intel Capri AAPL,ig-platform-id" #. type: "IntelCapri_description" -#: Resources/templates/Localizable.strings:745 +#: Resources/templates/Localizable.strings:764 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD4000." msgstr "设置一个 Intel HD4000 显卡的 AAPL,ig-platform-id。" #. type: "IntelAzul_title" -#: Resources/templates/Localizable.strings:748 +#: Resources/templates/Localizable.strings:767 #, no-wrap msgid "Intel Azul AAPL,ig-platform-id" msgstr "Intel Azul AAPL,ig-platform-id" #. type: "IntelAzul_description" -#: Resources/templates/Localizable.strings:749 +#: Resources/templates/Localizable.strings:768 #, no-wrap msgid "Set one AAPL,ig-platform-id to use for your Intel HD5000." msgstr "设置一个 Intel HD5000 显卡的 AAPL,ig-platform-id。" #. type: "HDEFPinConfiguration_title" -#: Resources/templates/Localizable.strings:752 +#: Resources/templates/Localizable.strings:771 #, no-wrap msgid "HDEF PinConfiguration" msgstr "HDEF PinConfiguration" #. type: "HDEFPinConfiguration_description" -#: Resources/templates/Localizable.strings:753 +#: Resources/templates/Localizable.strings:772 #, no-wrap msgid "Set one HDEF PinConfiguration to use." msgstr "设置选用一个 HDEF PinConfiguration。" #. type: "Video_title" -#: Resources/templates/Localizable.strings:756 +#: Resources/templates/Localizable.strings:775 #, no-wrap msgid "Video" msgstr "显卡选项" #. type: "Video_description" -#: Resources/templates/Localizable.strings:757 +#: Resources/templates/Localizable.strings:776 #, no-wrap msgid "A selection of options that deal with video." msgstr "一些设置显卡的选项。" #. type: "Keymaps_title" -#: Resources/templates/Localizable.strings:760 +#: Resources/templates/Localizable.strings:779 #, no-wrap msgid "KeyLayout" msgstr "键盘布局" #. type: "Keymaps_description" -#: Resources/templates/Localizable.strings:761 +#: Resources/templates/Localizable.strings:780 #, no-wrap msgid "Select one keylayout to use. This will also install the Keylayout module and keymaps." msgstr "设置选用一个键盘布局。将会安装键盘布局模组与键盘映射文件。" #. type: "Themes_title" -#: Resources/templates/Localizable.strings:767 +#: Resources/templates/Localizable.strings:786 #, no-wrap msgid "Themes" msgstr "主题选项" #. type: "Themes_description" -#: Resources/templates/Localizable.strings:768 +#: Resources/templates/Localizable.strings:787 #, no-wrap msgid "" "A collection of sample themes\n" @@ -2841,6 +2911,12 @@ "选集的一些主题范例。\n" "可在 http://forum.voodooprojects.org/index.php/board,7.0.html 找到更多的主题。" +#~ msgid "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" +#~ msgstr "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" + +#~ msgid "Chameleon" +#~ msgstr "Chameleon" + #~ msgid "Install Type" #~ msgstr "安装类型" Index: branches/ErmaC/Enoch/CREDITS =================================================================== --- branches/ErmaC/Enoch/CREDITS (revision 2678) +++ branches/ErmaC/Enoch/CREDITS (revision 2679) @@ -3,7 +3,7 @@ Developers: ---------- -zef, Turbo, dfe, netkas, mackerintel, mercurysquad, fassl, Kabyl, Crazor, Dense, kaitek, iNDi, munky, DHP, JrCs, asereBLN, rekursor, mozodojo, meklort, AnV, valv, AzimutZ, Slice, cosmo1t, cparm, Conti, ErmaC, Zenith432 +zef, Turbo, dfe, netkas, mackerintel, mercurysquad, fassl, Kabyl, Crazor, Dense, kaitek, iNDi, munky, DHP, JrCs, asereBLN, rekursor, mozodojo, meklort, AnV, valv, AzimutZ, Slice, cosmo1t, cparm, Conti, ErmaC, Zenith432, Bronya Thanks to: --------- Index: branches/ErmaC/Enoch/doc/BootHelp.txt =================================================================== --- branches/ErmaC/Enoch/doc/BootHelp.txt (revision 2678) +++ branches/ErmaC/Enoch/doc/BootHelp.txt (revision 2679) @@ -99,8 +99,9 @@ VBIOS=Yes|No Inject VBIOS to device-properties. display_0= Inject alternate value of display-cfg into NVDA,Display-A@0 (HEX). display_1= Inject alternate value of display-cfg into NVDA,Display-B@1 (HEX). - IntelCapriFB= For Intel HD 4xxx, range 0-11. - IntelAzulFB= For Intel HD 5xxx/IRIS, range 0-15. + IntelCapriFB= For Intel Ivy Bridge, range 0-11. + IntelAzulFB= For Intel Haswell, range 0-16. + IntelBdwFB= For Intel Broadwell, range 0-18. InjectIntel-ig= Inject alternate value into AAPL,ig-platform-id (HEX). EnableBacklight=Yes Enable Back light option for NVIDIA and ATI Index: branches/ErmaC/Enoch/CHANGES =================================================================== --- branches/ErmaC/Enoch/CHANGES (revision 2678) +++ branches/ErmaC/Enoch/CHANGES (revision 2679) @@ -1,3 +1,12 @@ +- Bronya : Improve support for AMD CPU. +- Bungo : Added "machine-signature" +- Zenith432 : Protect timing code in scan_cpu() from interrupts, use bios for sleep() +- Zenith432 : Fix setupChosenNode, Tweak asm.s +- Zenith432 : Change identity snprintf to strncpy + misc printf issues +- cparm : Implement strlcat() +- Zenith432 : Sanitize 16-bit assembly +- Zenith432 : Fix bug in malloc_init, use bios for enableA20() +- meklort : Slightly improve decive selection name - add os version. - Zenith432 : Interrupt Management - Bungo : Added ability to auto-select last booted partition as the boot volume. - Bungo : Added MacOSVerCurrent and MacOSVer2Int function to use instead of macros. @@ -7,6 +16,8 @@ - Bungo : Added getRTCdatetime() Int 1Ah function 02h - RTC service. - Zenith432 : Use caching with ExFat filesystem. - Zenith432 : Add turning off USB legacy for XHCI (XHCILegacyOff). +- ErmaC : C6 & C7 States credits to Clover Team. +- ErmaC : define recursive cpu series for BrandString. - Zenith432 : saio_types.h, biosfn.c - minor typo in bios-defined data structure that isn't actually used. fake_efi.c - eliminate redundant scan of bt(0,0) in setupSmbiosConfigFile. loadConfigFile already does a fall-back scan of bt(0,0), so another scan isn't needed. sys.c - While scanning a volume, getOSVersion looks for 5 files and switches back-n-forth between hd(X,Y)/....SystemVersion.plist on the newly scanned volume and bt(0,0)/hd(X,Y)/...SystemVersion.plist - which is an invalid path - should always return an error. @@ -20,27 +31,25 @@ - ErmaC : Add UseIntelHDMI for hda-gfx = onboard-1 or 2 that vale will be injected into the GFX0 and HDEF devices. credits Clover Team - ErmaC : Improve gma detection for HD4600 - cparm : Merge (security, stability, bugs fixes) improvements. -- ErmaC : C6 & C7 States credits to Clover Team. - Zenith432 : Completed patch for ExFAT support ( http://www.insanelymac.com/forum/topic/302938-exfat-volume-boot-record-for-chameleon ) - Zenith432 : add EXFAT boot support by Zenith432 - zenith432 : Merge patch from issue 386 (boot2 does not know how to read files from FAT partitions on GPT) -- ErmaC : define recursive cpu series for BrandString - meklort : Update laoder.h to latest, declare gMI global, Load modules passed in via the multiboot header / first bootloader, Fix mboot.h include, Add ?log command to print out bdmesg without needing Wait=y, Add slightly more debugging for modules. - ErmaC : Rename CPU_MODEL_xxx into CPUID_MODEL_xxx follow Apple source name - ErmaC : Rename decompress_lzvn function to lzvn_decode follow Apple source name. - ErmaC : Add more chameleon UI stuff (default) made by blackosx -- ErmaC : Rollback changes for msdos.c (2327) thx to bltz - ErmaC : Split out states generator from acpi_patcher (Credits to Clover Teams) - ErmaC : Merged proposed patch by N3 (Boot from vanilla Recovery HD, Installation DMG) -- bitshoveler : Make 'buffer' arg to aml_add_buffer 'const char *', was just 'char *' (aml_generator) - bitshoveler : Fix "sed: RE error: illegal byte sequence", which turns out to be from feeding sed a TIFF file (buildpkg.sh) - bitshoveler : Remove "-x" option from "ld" command which breaks build under newer Xcode versions (MakeInc.dir) - bitshoveler : CacheInit(), CacheRead() prototypes: use u_int32_t instead of long where appropriate (saio_internal.h) - bitshoveler : Improved defensiveness against malloc failure (disk.c) - bitshoveler : Use u_int32_t instead of long where appropriate (cache.c) - bitshoveler : Make some constant arrays static; other minor fixes (acpi_patcher.c) +- bitshoveler : Make 'buffer' arg to aml_add_buffer 'const char *', was just 'char *' (aml_generator) - bitshoveler : Various fixes to problems exposed by Clang static analyzer (picopng.c) +- ErmaC : Rollback changes for msdos.c (2327) thx to bltz - bitshoveler : Remove "-x" option from "ld" command which breaks build under newer Xcode versions (/i386/modules/MakeInc.dir) - bitshoveler : Comment out some unused functions by expanding "#if UNUSED" conditional (stringTable.c) - bitshoveler : Comment out unused static functions, which cause build to fail in "release" mode (vbe.c)