[TRANSLATION]

- Change time zone information for Russia.
- Add Russian translation of country list.
- Recode Swedish translation of USetup from CP 1252 to 850. Bug #6574.
- Fix Dutch tr. of USetup. Bug #6510, patch by <congruwer.AT.yahoo.DOT.co.DOT.uk>.

svn path=/trunk/; revision=54178
This commit is contained in:
Dmitry Gorbachev 2011-10-17 14:55:03 +00:00
parent 2ada141a03
commit 89d452ac46
5 changed files with 461 additions and 390 deletions

View file

@ -1,3 +1,11 @@
/*
De gebruikte codepagina is 850.
stip = \x07
e-aigu = \x82
e-trema = \x89
i-trema = \x8B
*/
#pragma once #pragma once
MUI_LAYOUTS nlNLLayouts[] = MUI_LAYOUTS nlNLLayouts[] =
@ -25,7 +33,7 @@ static MUI_ENTRY nlNLLanguagePageEntries[] =
{ {
8, 8,
10, 10,
"\x07 Kies de taal die U voor de installatie wilt gebruiken.", "\x07 Kies de taal die u voor de installatie wilt gebruiken.",
TEXT_STYLE_NORMAL TEXT_STYLE_NORMAL
}, },
{ {
@ -43,7 +51,7 @@ static MUI_ENTRY nlNLLanguagePageEntries[] =
{ {
0, 0,
0, 0,
"ENTER=Doorgaan F3=Afsluiten", "ENTER = Doorgaan F3 = Afsluiten",
TEXT_TYPE_STATUS | TEXT_PADDING_BIG TEXT_TYPE_STATUS | TEXT_PADDING_BIG
}, },
{ {
@ -71,13 +79,13 @@ static MUI_ENTRY nlNLWelcomePageEntries[] =
{ {
6, 6,
11, 11,
"Dit gedeelte van Setup kopieeert het ReactOS besturingssysteem naar", "Dit deel van de installatie kopieert ReactOS naar uw computer",
TEXT_STYLE_NORMAL TEXT_STYLE_NORMAL
}, },
{ {
6, 6,
12, 12,
"uw computer en bereidt het tweede deel van setup voor.", "en bereidt het tweede deel voor.",
TEXT_STYLE_NORMAL TEXT_STYLE_NORMAL
}, },
{ {
@ -95,13 +103,13 @@ static MUI_ENTRY nlNLWelcomePageEntries[] =
{ {
8, 8,
19, 19,
"\x07 Druk op L om de ReactOS Licensieovereenkomst te bekijken.", "\x07 Druk op L om de ReactOS licentieovereenkomst te bekijken.",
TEXT_STYLE_NORMAL TEXT_STYLE_NORMAL
}, },
{ {
8, 8,
21, 21,
"\x07 Druk op F3 als u Setup wilt afsluiten zonder Reactos te", "\x07 Druk op F3 als u Setup wilt afsluiten zonder ReactOS te",
TEXT_STYLE_NORMAL TEXT_STYLE_NORMAL
}, },
{ {
@ -125,7 +133,7 @@ static MUI_ENTRY nlNLWelcomePageEntries[] =
{ {
0, 0,
0, 0,
"ENTER=Doorgaan R=Herstellen L = Licensie F3=Afsluiten", "ENTER = Doorgaan R = Herstellen L = Licentie F3 = Afsluiten",
TEXT_TYPE_STATUS | TEXT_PADDING_BIG TEXT_TYPE_STATUS | TEXT_PADDING_BIG
}, },
{ {
@ -171,13 +179,13 @@ static MUI_ENTRY nlNLIntroPageEntries[] =
{ {
8, 8,
13, 13,
"- Setup kan niet meer dan 1 primaire partitie per harde schijf aan.", "\x07 Setup kan niet meer dan 1 primaire partitie per vaste schijf aan.",
TEXT_STYLE_NORMAL TEXT_STYLE_NORMAL
}, },
{ {
8, 8,
14, 14,
"- Setup kan geen primaire partitie van een schijf verwijderen", "\x07 Setup kan geen primaire partitie van een schijf verwijderen",
TEXT_STYLE_NORMAL TEXT_STYLE_NORMAL
}, },
{ {
@ -189,7 +197,7 @@ static MUI_ENTRY nlNLIntroPageEntries[] =
{ {
8, 8,
16, 16,
"- Setup kan de eerste uitgebreide partitie van een schijf niet", "\x07 Setup kan de eerste uitgebreide partitie van een schijf niet",
TEXT_STYLE_NORMAL TEXT_STYLE_NORMAL
}, },
{ {
@ -207,13 +215,13 @@ static MUI_ENTRY nlNLIntroPageEntries[] =
{ {
8, 8,
19, 19,
"- Setup ondersteunt alleen FAT bestandssystemen.", "\x07 Setup ondersteunt alleen FAT bestandssystemen.",
TEXT_STYLE_NORMAL TEXT_STYLE_NORMAL
}, },
{ {
8, 8,
20, 20,
"- Bestandssysteemcontrole is nog niet geimplementeerd.", "\x07 Bestandssysteemcontrole is nog niet ge\x8Bmplementeerd.",
TEXT_STYLE_NORMAL TEXT_STYLE_NORMAL
}, },
{ {
@ -225,7 +233,7 @@ static MUI_ENTRY nlNLIntroPageEntries[] =
{ {
8, 8,
25, 25,
"\x07 Druk op F3 als u Setup wilt afsluiten zonder Reactos te", "\x07 Druk op F3 als u Setup wilt afsluiten zonder ReactOS te",
TEXT_STYLE_NORMAL TEXT_STYLE_NORMAL
}, },
{ {
@ -259,7 +267,7 @@ static MUI_ENTRY nlNLLicensePageEntries[] =
{ {
6, 6,
6, 6,
"Licensie:", "Licentie:",
TEXT_STYLE_HIGHLIGHT TEXT_STYLE_HIGHLIGHT
}, },
{ {
@ -424,13 +432,13 @@ static MUI_ENTRY nlNLDevicePageEntries[] =
{ {
6, 6,
19, 19,
"Selecteer een apparaatinstelling door middel van de pijltjestoetsen", "Selecteer een apparaatinstelling door middel van de pijltjestoetsen.",
TEXT_STYLE_NORMAL TEXT_STYLE_NORMAL
}, },
{ {
6, 6,
20, 20,
"Druk daarna op de ENTER toets om de instelling aan te passen", "Druk daarna op de ENTER toets om de instelling aan te passen.",
TEXT_STYLE_NORMAL TEXT_STYLE_NORMAL
}, },
{ {
@ -488,13 +496,13 @@ static MUI_ENTRY nlNLRepairPageEntries[] =
{ {
6, 6,
12, 12,
"De herstel functies zijn nog niet geimplementeerd.", "De herstelfuncties zijn nog niet ge\x8Bmplementeerd.",
TEXT_STYLE_NORMAL TEXT_STYLE_NORMAL
}, },
{ {
8, 8,
15, 15,
"\x07 Druk op U om Reactos bij te werken.", "\x07 Druk op U om ReactOS bij te werken.",
TEXT_STYLE_NORMAL TEXT_STYLE_NORMAL
}, },
{ {
@ -518,7 +526,7 @@ static MUI_ENTRY nlNLRepairPageEntries[] =
{ {
0, 0,
0, 0,
"ESC = Hoofdscherm U = Bijwerken R = Herstelconsole ENTER = Reboot", "ESC = Hoofdscherm U = Bijwerken R = Herstelconsole ENTER = Reboot",
TEXT_TYPE_STATUS | TEXT_PADDING_BIG TEXT_TYPE_STATUS | TEXT_PADDING_BIG
}, },
{ {
@ -539,19 +547,19 @@ static MUI_ENTRY nlNLComputerPageEntries[] =
{ {
6, 6,
8, 8,
"U wilt het te installeren computer type instellen.", "U wilt het te installeren computertype instellen.",
TEXT_STYLE_NORMAL TEXT_STYLE_NORMAL
}, },
{ {
8, 8,
10, 10,
"\x07 Selecteer het gewenste computer type met behulp van de", "\x07 Selecteer het gewenste computertype met behulp van de",
TEXT_STYLE_NORMAL TEXT_STYLE_NORMAL
}, },
{ {
8, 8,
11, 11,
" pijltjestoetsen en Druk daarna op ENTER.", " pijltjestoetsen en druk daarna op ENTER.",
TEXT_STYLE_NORMAL TEXT_STYLE_NORMAL
}, },
{ {
@ -563,7 +571,7 @@ static MUI_ENTRY nlNLComputerPageEntries[] =
{ {
8, 8,
14, 14,
" zonder het computer type te wijzigen.", " zonder het computertype te wijzigen.",
TEXT_STYLE_NORMAL TEXT_STYLE_NORMAL
}, },
{ {
@ -591,25 +599,25 @@ static MUI_ENTRY nlNLFlushPageEntries[] =
{ {
10, 10,
6, 6,
"Het systeem is alle gegegevens naar schijf aan het wegschrijven.", "Het systeem is alle gegegevens naar de schijf aan het wegschrijven.",
TEXT_STYLE_NORMAL TEXT_STYLE_NORMAL
}, },
{ {
10, 10,
8, 8,
"Dit kan enige minuten duren", "Dit kan enige minuten duren.",
TEXT_STYLE_NORMAL TEXT_STYLE_NORMAL
}, },
{ {
10, 10,
9, 9,
"Wanneer gereed, zal uw computer automatisch opnieuw opstarten", "Wanneer gereed, zal uw computer automatisch opnieuw opstarten.",
TEXT_STYLE_NORMAL TEXT_STYLE_NORMAL
}, },
{ {
0, 0,
0, 0,
"Cache wordt geleegd", "Cache wordt geleegd.",
TEXT_TYPE_STATUS | TEXT_PADDING_BIG TEXT_TYPE_STATUS | TEXT_PADDING_BIG
}, },
{ {
@ -631,19 +639,19 @@ static MUI_ENTRY nlNLQuitPageEntries[] =
{ {
10, 10,
6, 6,
"ReactOS is niet volledig geinstalleerd", "ReactOS is niet volledig ge\x8Bnstalleerd.",
TEXT_STYLE_NORMAL TEXT_STYLE_NORMAL
}, },
{ {
10, 10,
8, 8,
"Verwijder de floppy disk uit Station A: en", "Verwijder de diskette uit station A: en",
TEXT_STYLE_NORMAL TEXT_STYLE_NORMAL
}, },
{ {
10, 10,
9, 9,
"alle CD-ROMs uit de CD-Stations.", "alle cd-rom's uit de cd-stations.",
TEXT_STYLE_NORMAL TEXT_STYLE_NORMAL
}, },
{ {
@ -655,7 +663,7 @@ static MUI_ENTRY nlNLQuitPageEntries[] =
{ {
0, 0,
0, 0,
"Een ogenblik geduld ...", "Een ogenblik geduld...",
TEXT_TYPE_STATUS | TEXT_PADDING_BIG, TEXT_TYPE_STATUS | TEXT_PADDING_BIG,
}, },
{ {
@ -677,31 +685,31 @@ static MUI_ENTRY nlNLDisplayPageEntries[] =
{ {
6, 6,
8, 8,
"U wilt het te installeren beeldscherm type instellen.", "U wilt het te installeren beeldschermtype instellen.",
TEXT_STYLE_NORMAL TEXT_STYLE_NORMAL
}, },
{ {
8, 8,
10, 10,
"\x07 Selecteer het gewenste beeldscherm type met behulp van de", "\x07 Selecteer het gewenste beeldschermtype met behulp van de",
TEXT_STYLE_NORMAL TEXT_STYLE_NORMAL
}, },
{ {
8, 8,
11, 11,
" pijltjestoetsen en Druk daarna op ENTER.", " pijltjestoetsen en druk daarna op ENTER.",
TEXT_STYLE_NORMAL TEXT_STYLE_NORMAL
}, },
{ {
8, 8,
13, 13,
"\x07 Druk op de ESC toets om naar het vorige scherm te gaan", "\x07 Druk op de ESC toets om naar het vorige scherm te gaan.",
TEXT_STYLE_NORMAL TEXT_STYLE_NORMAL
}, },
{ {
8, 8,
14, 14,
" zonder het beeldscherm type te wijzigen.", " zonder het beeldschermtype te wijzigen.",
TEXT_STYLE_NORMAL TEXT_STYLE_NORMAL
}, },
{ {
@ -729,19 +737,19 @@ static MUI_ENTRY nlNLSuccessPageEntries[] =
{ {
10, 10,
6, 6,
"De basisonderdelen van ReactOS zijn succesvol geinstalleerd.", "De basisonderdelen van ReactOS zijn succesvol ge\x8Bnstalleerd.",
TEXT_STYLE_NORMAL TEXT_STYLE_NORMAL
}, },
{ {
10, 10,
8, 8,
"Verwijder de floppy disk uit Station A: en", "Verwijder de diskette uit station A: en",
TEXT_STYLE_NORMAL TEXT_STYLE_NORMAL
}, },
{ {
10, 10,
9, 9,
"alle CD-ROMs uit de CD-Stations.", "alle cd-rom's uit de cd-stations.",
TEXT_STYLE_NORMAL TEXT_STYLE_NORMAL
}, },
{ {
@ -753,7 +761,7 @@ static MUI_ENTRY nlNLSuccessPageEntries[] =
{ {
0, 0,
0, 0,
"ENTER = Opnieuw op starten", "ENTER = Opnieuw opstarten",
TEXT_TYPE_STATUS | TEXT_PADDING_BIG TEXT_TYPE_STATUS | TEXT_PADDING_BIG
}, },
{ {
@ -775,7 +783,7 @@ static MUI_ENTRY nlNLBootPageEntries[] =
{ {
6, 6,
8, 8,
"Setup kan de bootloader niet op de harde schijf van uw computer", "Setup kan de bootloader niet op de vaste schijf van uw computer",
TEXT_STYLE_NORMAL TEXT_STYLE_NORMAL
}, },
{ {
@ -787,13 +795,13 @@ static MUI_ENTRY nlNLBootPageEntries[] =
{ {
6, 6,
13, 13,
"Voer een geformatteerde floppy disk in Station A: en", "Voer een geformatteerde diskette in station A: in en",
TEXT_STYLE_NORMAL TEXT_STYLE_NORMAL
}, },
{ {
6, 6,
14, 14,
"Druk op ENTER.", "druk op ENTER.",
TEXT_STYLE_NORMAL, TEXT_STYLE_NORMAL,
}, },
{ {
@ -822,7 +830,7 @@ static MUI_ENTRY nlNLSelectPartitionEntries[] =
{ {
6, 6,
8, 8,
"Onderstaande lijst bevat de huidige partities en ongebruikte", "Onderstaande lijst bevat de huidige partities en ongebruikte",
TEXT_STYLE_NORMAL TEXT_STYLE_NORMAL
}, },
{ {
@ -858,7 +866,7 @@ static MUI_ENTRY nlNLSelectPartitionEntries[] =
{ {
0, 0,
0, 0,
"Een ogenblik geduld ...", "Een ogenblik geduld...",
TEXT_TYPE_STATUS | TEXT_PADDING_BIG TEXT_TYPE_STATUS | TEXT_PADDING_BIG
}, },
{ {
@ -920,19 +928,19 @@ static MUI_ENTRY nlNLInstallDirectoryEntries[] =
{ {
6, 6,
9, 9,
"kies een directory waar ReactOS geinstalleerd moet worden:", "Geef een pad op waar ReactOS ge\x8Bnstalleerd moet worden:",
TEXT_STYLE_NORMAL TEXT_STYLE_NORMAL
}, },
{ {
6, 6,
14, 14,
"Om de voorgestelde directory te wijzigen: druk op BACKSPACE om", "Om het voorgestelde pad te wijzigen: druk op BACKSPACE om",
TEXT_STYLE_NORMAL TEXT_STYLE_NORMAL
}, },
{ {
6, 6,
15, 15,
"karakters te verwijderen en voer dan de directory in waar u ReactOS", "karakters te verwijderen en voer dan in waar u ReactOS",
TEXT_STYLE_NORMAL TEXT_STYLE_NORMAL
}, },
{ {
@ -966,13 +974,13 @@ static MUI_ENTRY nlNLFileCopyEntries[] =
{ {
0, 0,
12, 12,
"Wacht u terwijl ReactOS Setup bestanden kopieeert naar", "Bezig met het kopi\x89ren van bestanden naar uw ReactOS installatiemap.",
TEXT_STYLE_NORMAL | TEXT_ALIGN_CENTER TEXT_STYLE_NORMAL | TEXT_ALIGN_CENTER
}, },
{ {
0, 0,
13, 13,
"uw ReactOS installatie folder.", "Even geduld alstublieft.",
TEXT_STYLE_NORMAL | TEXT_ALIGN_CENTER TEXT_STYLE_NORMAL | TEXT_ALIGN_CENTER
}, },
{ {
@ -1006,25 +1014,25 @@ static MUI_ENTRY nlNLBootLoaderEntries[] =
{ {
6, 6,
8, 8,
"Setup installeert de bootloader", "Setup installeert de bootloader.",
TEXT_STYLE_NORMAL TEXT_STYLE_NORMAL
}, },
{ {
8, 8,
12, 12,
"Install bootloader on the harddisk (MBR and VBR).", "Op vaste schijf installeren (MBR en VBR).",
TEXT_STYLE_NORMAL TEXT_STYLE_NORMAL
}, },
{ {
8, 8,
13, 13,
"Install bootloader on the harddisk (VBR only).", "Op vaste schijf installeren (enkel VBR).",
TEXT_STYLE_NORMAL TEXT_STYLE_NORMAL
}, },
{ {
8, 8,
14, 14,
"Installeer de bootloader op een floppy disk.", "Op een diskette installeren.",
TEXT_STYLE_NORMAL TEXT_STYLE_NORMAL
}, },
{ {
@ -1058,13 +1066,13 @@ static MUI_ENTRY nlNLkeyboardSettingsEntries[] =
{ {
6, 6,
8, 8,
"U wilt het te installeren toetsenbord type instellen.", "U wilt het te installeren toetsenbordtype instellen.",
TEXT_STYLE_NORMAL TEXT_STYLE_NORMAL
}, },
{ {
8, 8,
10, 10,
"\x07 Selecteer het gewenste toetsenbord type met behulp van de", "\x07 Selecteer het gewenste toetsenbordtype met behulp van de",
TEXT_STYLE_NORMAL TEXT_STYLE_NORMAL
}, },
{ {
@ -1082,7 +1090,7 @@ static MUI_ENTRY nlNLkeyboardSettingsEntries[] =
{ {
8, 8,
14, 14,
" zonder het toetsenbord type te wijzigen.", " zonder het toetsenbordtype te wijzigen.",
TEXT_STYLE_NORMAL TEXT_STYLE_NORMAL
}, },
{ {
@ -1122,7 +1130,7 @@ static MUI_ENTRY nlNLLayoutSettingsEntries[] =
{ {
8, 8,
11, 11,
" pijltjestoetsen en Druk daarna op ENTER.", " pijltjestoetsen en druk daarna op ENTER.",
TEXT_STYLE_NORMAL TEXT_STYLE_NORMAL
}, },
{ {
@ -1163,13 +1171,13 @@ static MUI_ENTRY nlNLPrepareCopyEntries[] =
{ {
6, 6,
8, 8,
"Setup bereidt uw computer voor op het kopieeren van ReactOS bestanden.", "Setup bereidt uw computer voor op het kopi\x89ren van ReactOS bestanden.",
TEXT_STYLE_NORMAL TEXT_STYLE_NORMAL
}, },
{ {
0, 0,
0, 0,
"Aanmaken van de lijst van te kopieeren bestanden...", "Aanmaken van de lijst van te kopi\x89ren bestanden...",
TEXT_TYPE_STATUS | TEXT_PADDING_BIG TEXT_TYPE_STATUS | TEXT_PADDING_BIG
}, },
{ {
@ -1239,7 +1247,7 @@ static MUI_ENTRY nlNLDeletePartitionEntries[] =
{ {
6, 6,
8, 8,
"U wilt de partitie verwijderen", "U wilt de partitie verwijderen.",
TEXT_STYLE_NORMAL TEXT_STYLE_NORMAL
}, },
{ {
@ -1263,7 +1271,7 @@ static MUI_ENTRY nlNLDeletePartitionEntries[] =
{ {
0, 0,
0, 0,
"D = Delete Partitie ESC = Annuleren F3 = Afsluiten", "D = Verwijder partitie ESC = Annuleren F3 = Afsluiten",
TEXT_TYPE_STATUS | TEXT_PADDING_BIG TEXT_TYPE_STATUS | TEXT_PADDING_BIG
}, },
{ {
@ -1285,13 +1293,19 @@ static MUI_ENTRY nlNLRegistryEntries[] =
{ {
6, 6,
8, 8,
"Setup is de systeemconfiguratie aan het bijwerken. ", "Setup is de systeemconfiguratie aan het bijwerken.",
TEXT_STYLE_NORMAL TEXT_STYLE_NORMAL
}, },
{ {
0, 0,
0, 0,
"Registry hives aanmaken...", /*
Opmerking: de bestanden heten in het Engels hives omdat \x82\x82n van de
NT ontwikkelaars een hekel had aan bijen. Ja echt. Dus in het
Nederlands zouden ze korven moeten heten, maar ik zie de meerwaarde
boven het woord bestand eerlijk gezegd niet.
*/
"Registerbestanden aanmaken...",
TEXT_TYPE_STATUS | TEXT_PADDING_BIG TEXT_TYPE_STATUS | TEXT_PADDING_BIG
}, },
{ {
@ -1307,80 +1321,80 @@ MUI_ERROR nlNLErrorEntries[] =
{ {
{ {
//ERROR_NOT_INSTALLED //ERROR_NOT_INSTALLED
"ReactOS is niet geheel geinstalleerd op uw\n" "ReactOS is niet geheel ge\x8Bnstalleerd op uw\n"
"computer. Als u Setup nu afsluit moet u\n" "computer. Als u Setup nu afsluit moet u\n"
"Setup opnieuw starten om ReactOS te installeren.\n" "Setup opnieuw starten om ReactOS te installeren.\n"
"\n" "\n"
" \x07 Druk op ENTER om door te gaan met Setup.\n" " \x07 Druk op ENTER om door te gaan met Setup.\n"
" \x07 Druk op F3 om Setup af te sluiten.", " \x07 Druk op F3 om Setup af te sluiten.",
"F3 = Afsluiten ENTER = Doorgaan" "F3 = Afsluiten ENTER = Doorgaan"
}, },
{ {
//ERROR_NO_HDD //ERROR_NO_HDD
"Setup kan geen harde schijf vinden.\n", "Setup kan geen vaste schijf vinden.\n",
"ENTER = Reboot computer" "ENTER = Computer opnieuw opstarten"
}, },
{ {
//ERROR_NO_SOURCE_DRIVE //ERROR_NO_SOURCE_DRIVE
"Setup kan zijn station met bronbestanden niet vinden.\n", "Setup kan zijn station met bronbestanden niet vinden.\n",
"ENTER = Reboot computer" "ENTER = Computer opnieuw opstarten"
}, },
{ {
//ERROR_LOAD_TXTSETUPSIF //ERROR_LOAD_TXTSETUPSIF
"Setup kan het bestand TXTSETUP.SIF niet laden.\n", "Setup kan het bestand TXTSETUP.SIF niet laden.\n",
"ENTER = Reboot computer" "ENTER = Computer opnieuw opstarten"
}, },
{ {
//ERROR_CORRUPT_TXTSETUPSIF //ERROR_CORRUPT_TXTSETUPSIF
"Setup heeft een ongeldig TXTSETUP.SIF gevonden.\n", "Setup heeft een ongeldig TXTSETUP.SIF gevonden.\n",
"ENTER = Reboot computer" "ENTER = Computer opnieuw opstarten"
}, },
{ {
//ERROR_SIGNATURE_TXTSETUPSIF, //ERROR_SIGNATURE_TXTSETUPSIF,
"Setup heeft een ongeldige signatuur in TXTSETUP.SIF gevonden.\n", "Setup heeft een ongeldige signatuur in TXTSETUP.SIF gevonden.\n",
"ENTER = Reboot computer" "ENTER = Computer opnieuw opstarten"
}, },
{ {
//ERROR_DRIVE_INFORMATION //ERROR_DRIVE_INFORMATION
"Setup kan de systeem drive informatie niet laden.\n", "Setup kan de stationsinformatie niet laden.\n",
"ENTER = Reboot computer" "ENTER = Computer opnieuw opstarten"
}, },
{ {
//ERROR_WRITE_BOOT, //ERROR_WRITE_BOOT,
"Setup kan de FAT bootcode op de system partitie niet installeren.", "Setup kan de FAT bootcode op de systeempartitie niet installeren.",
"ENTER = Reboot computer" "ENTER = Computer opnieuw opstarten"
}, },
{ {
//ERROR_LOAD_COMPUTER, //ERROR_LOAD_COMPUTER,
"Setup kan de computer type lijst niet laden.\n", "Setup kan de computertype-lijst niet laden.\n",
"ENTER = Reboot computer" "ENTER = Computer opnieuw opstarten"
}, },
{ {
//ERROR_LOAD_DISPLAY, //ERROR_LOAD_DISPLAY,
"Setup kan de beeldscherm instellingen lijst niet laden.\n", "Setup kan de beeldscherminstellingen-lijst niet laden.\n",
"ENTER = Reboot computer" "ENTER = Computer opnieuw opstarten"
}, },
{ {
//ERROR_LOAD_KEYBOARD, //ERROR_LOAD_KEYBOARD,
"Setup kan de toetsenbord type lijst niet laden.\n", "Setup kan de toetsenbordtype-lijst niet laden.\n",
"ENTER = Reboot computer" "ENTER = Computer opnieuw opstarten"
}, },
{ {
//ERROR_LOAD_KBLAYOUT, //ERROR_LOAD_KBLAYOUT,
"Setup kan de toetsenbord indeling lijst niet laden.\n", "Setup kan de toetsenbordindeling-lijst niet laden.\n",
"ENTER = Reboot computer" "ENTER = Computer opnieuw opstarten"
}, },
{ {
//ERROR_WARN_PARTITION, //ERROR_WARN_PARTITION,
"Setup ontdekte dat ten minste 1 harde schijf een niet compatibel\n" "Setup ontdekte dat ten minste \x82\x82n vaste schijf een niet compatibele\n"
"partitietabel bevat dat niet goed wordt ondersteund!\n" "partitietabel bevat dat niet goed wordt ondersteund!\n"
"\n" "\n"
"Aanmaken of verwijderen van partities kan de partitie tabel\n" "Aanmaken of verwijderen van partities kan de partitietabel\n"
"vernietigen.\n" "vernietigen.\n"
"\n" "\n"
" \x07 Druk op F3 om Setup af te sluiten.\n" " \x07 Druk op F3 om Setup af te sluiten.\n"
" \x07 Druk op ENTER om door te gaan.", " \x07 Druk op ENTER om door te gaan.",
"F3= Afsluiten ENTER = Doorgaan" "F3 = Afsluiten ENTER = Doorgaan"
}, },
{ {
//ERROR_NEW_PARTITION, //ERROR_NEW_PARTITION,
@ -1399,121 +1413,124 @@ MUI_ERROR nlNLErrorEntries[] =
}, },
{ {
//ERROR_INSTALL_BOOTCODE, //ERROR_INSTALL_BOOTCODE,
"Setup kan de FAT bootcode op de systeem partitie niet installeren.", "Setup kan de FAT bootcode op de systeempartitie niet installeren.",
"ENTER = Reboot computer" "ENTER = Computer opnieuw opstarten"
}, },
{ {
//ERROR_NO_FLOPPY, //ERROR_NO_FLOPPY,
"Geen schijf in station A:.", "Geen diskette in station A:.",
"ENTER = Doorgaan" "ENTER = Doorgaan"
}, },
{ {
//ERROR_UPDATE_KBSETTINGS, //ERROR_UPDATE_KBSETTINGS,
"Setup kan de toetsbord indeling instellingen niet bijwerken.", "Setup kan de toetsenbordindeling instellingen niet bijwerken.",
"ENTER = Reboot computer" "ENTER = Computer opnieuw opstarten"
}, },
{ {
//ERROR_UPDATE_DISPLAY_SETTINGS, //ERROR_UPDATE_DISPLAY_SETTINGS,
"Setup kan de beeldscherm registry instellingen niet bijwerken.", "Setup kan de beeldscherminstellingen niet bijwerken.",
"ENTER = Reboot computer" "ENTER = Computer opnieuw opstarten"
}, },
{ {
//ERROR_IMPORT_HIVE, //ERROR_IMPORT_HIVE,
"Setup kan een hive bestand niet importeren.", "Setup kan een registerbestand niet importeren.",
"ENTER = Reboot computer" "ENTER = Computer opnieuw opstarten"
}, },
{ {
//ERROR_FIND_REGISTRY //ERROR_FIND_REGISTRY
"Setup kan de registry data bestanden niet vinden.", /*
"ENTER = Reboot computer" This is about the hives, no?
*/
"Setup kan de registerbestanden niet vinden.",
"ENTER = Computer opnieuw opstarten"
}, },
{ {
//ERROR_CREATE_HIVE, //ERROR_CREATE_HIVE,
"Setup kan de registry hives niet aanmaken.", "Setup kan de registerbestanden niet aanmaken.",
"ENTER = Reboot computer" "ENTER = Computer opnieuw opstarten"
}, },
{ {
//ERROR_INITIALIZE_REGISTRY, //ERROR_INITIALIZE_REGISTRY,
"Setup kan de registry niet initialiseren.", "Setup kan het register niet initialiseren.",
"ENTER = Reboot computer" "ENTER = Computer opnieuw opstarten"
}, },
{ {
//ERROR_INVALID_CABINET_INF, //ERROR_INVALID_CABINET_INF,
"Cabinet has no valid inf file.\n", "Cabinet bevat geen geldig .inf bestand.\n",
"ENTER = Reboot computer" "ENTER = Computer opnieuw opstarten"
}, },
{ {
//ERROR_CABINET_MISSING, //ERROR_CABINET_MISSING,
"Cabinet bestand niet gevonden.\n", "Cabinet bestand niet gevonden.\n",
"ENTER = Reboot computer" "ENTER = Computer opnieuw opstarten"
}, },
{ {
//ERROR_CABINET_SCRIPT, //ERROR_CABINET_SCRIPT,
"Cabinet bestand heeft geen setup script.\n", "Cabinet bestand heeft geen setup script.\n",
"ENTER = Reboot computer" "ENTER = Computer opnieuw opstarten"
}, },
{ {
//ERROR_COPY_QUEUE, //ERROR_COPY_QUEUE,
"Setup kan de ljst met te kopieeren bestanden niet vinden.\n", "Setup kan de lijst met te kopi\x89ren bestanden niet vinden.\n",
"ENTER = Reboot computer" "ENTER = Computer opnieuw opstarten"
}, },
{ {
//ERROR_CREATE_DIR, //ERROR_CREATE_DIR,
"Setup kan de installatie directories niet aanmaken.", "Setup kan de installatiemappen niet aanmaken.",
"ENTER = Reboot computer" "ENTER = Computer opnieuw opstarten"
}, },
{ {
//ERROR_TXTSETUP_SECTION, //ERROR_TXTSETUP_SECTION,
"Setup kan de 'Directories' sectie niet vinden\n" "Setup kan de 'Directories' sectie niet vinden\n"
"in TXTSETUP.SIF.\n", "in TXTSETUP.SIF.\n",
"ENTER = Reboot computer" "ENTER = Computer opnieuw opstarten"
}, },
{ {
//ERROR_CABINET_SECTION, //ERROR_CABINET_SECTION,
"Setup kan de 'Directories' sectie niet vinden\n" "Setup kan de 'Directories' sectie niet vinden\n"
"in het cabinet bestand.\n", "in het cabinet bestand.\n",
"ENTER = Reboot computer" "ENTER = Computer opnieuw opstarten"
}, },
{ {
//ERROR_CREATE_INSTALL_DIR //ERROR_CREATE_INSTALL_DIR
"Setup kan de installatie directory niet aanmaken.", "Setup kan de installatiemap niet aanmaken.",
"ENTER = Reboot computer" "ENTER = Computer opnieuw opstarten"
}, },
{ {
//ERROR_FIND_SETUPDATA, //ERROR_FIND_SETUPDATA,
"Setup kan de 'SetupData' sectie niet vinden\n" "Setup kan de 'SetupData' sectie niet vinden\n"
"in TXTSETUP.SIF.\n", "in TXTSETUP.SIF.\n",
"ENTER = Reboot computer" "ENTER = Computer opnieuw opstarten"
}, },
{ {
//ERROR_WRITE_PTABLE, //ERROR_WRITE_PTABLE,
"Setup kan de partitietabellen niet schrijven.\n" "Setup kan de partitietabellen niet schrijven.\n"
"ENTER = Reboot computer" "ENTER = Computer opnieuw opstarten"
}, },
{ {
//ERROR_ADDING_CODEPAGE, //ERROR_ADDING_CODEPAGE,
"Setup kan de codepagina niet toevoegen aan de registry.\n" "Setup kan de codepagina niet toevoegen aan het register.\n"
"ENTER = Reboot computer" "ENTER = Computer opnieuw opstarten"
}, },
{ {
//ERROR_UPDATE_LOCALESETTINGS, //ERROR_UPDATE_LOCALESETTINGS,
"Setup kan de systeemtaal niet instellen.\n" "Setup kan de systeemtaal niet instellen.\n"
"ENTER = Reboot computer" "ENTER = Computer opnieuw opstarten"
}, },
{ {
//ERROR_ADDING_KBLAYOUTS, //ERROR_ADDING_KBLAYOUTS,
"Setup kan de toetsenbord indelingen niet toevoegen aan de registry.\n" "Setup kan de toetsenbordindelingen niet toevoegen aan het register.\n"
"ENTER = Reboot computer" "ENTER = Computer opnieuw opstarten"
}, },
{ {
//ERROR_UPDATE_GEOID, //ERROR_UPDATE_GEOID,
"Setup kan de geografische positie niet instellen.\n" "Setup kan de geografische positie niet instellen.\n"
"ENTER = Reboot computer" "ENTER = Computer opnieuw opstarten"
}, },
{ {
//ERROR_INSUFFICIENT_DISKSPACE, //ERROR_INSUFFICIENT_DISKSPACE,
"Not enough free space in the selected partition.\n" "Onvoldoende vrije ruimte in de geselecteerde partitie.\n"
" * Press any key to continue.", " * Druk op een toets om door te gaan.",
NULL NULL
}, },
{ {
@ -1632,7 +1649,7 @@ MUI_STRING nlNLStrings[] =
{STRING_INSTALLDELETEPARTITION, {STRING_INSTALLDELETEPARTITION,
" ENTER = Installeren D = Partitie verwijderen F3 = Afsluiten"}, " ENTER = Installeren D = Partitie verwijderen F3 = Afsluiten"},
{STRING_PARTITIONSIZE, {STRING_PARTITIONSIZE,
"Grotte nieuwe partitie:"}, "Grootte nieuwe partitie:"},
{STRING_CHOOSENEWPARTITION, {STRING_CHOOSENEWPARTITION,
"U wilt een nieuwe partitie aanmaken op"}, "U wilt een nieuwe partitie aanmaken op"},
{STRING_HDDSIZE, {STRING_HDDSIZE,
@ -1648,69 +1665,69 @@ MUI_STRING nlNLStrings[] =
{STRING_CHECKINGPART, {STRING_CHECKINGPART,
"Setup controleert nu de geselecteerde partitie."}, "Setup controleert nu de geselecteerde partitie."},
{STRING_QUITCONTINUE, {STRING_QUITCONTINUE,
"F3= Afsluiten ENTER = Doorgaan"}, "F3 = Afsluiten ENTER = Doorgaan"},
{STRING_REBOOTCOMPUTER, {STRING_REBOOTCOMPUTER,
"ENTER = Reboot computer"}, "ENTER = Computer opnieuw opstarten"},
{STRING_TXTSETUPFAILED, {STRING_TXTSETUPFAILED,
"Setup kan de '%S' sectie niet vinden\nin TXTSETUP.SIF.\n"}, "Setup kan de '%S' sectie niet vinden\nin TXTSETUP.SIF.\n"},
{STRING_COPYING, {STRING_COPYING,
" Kopieeren bestand: %S"}, " Kopi\x89ren bestand: %S"},
{STRING_SETUPCOPYINGFILES, {STRING_SETUPCOPYINGFILES,
"Setup is bestand aan het kopieeren..."}, "Setup is bestand aan het kopi\x89ren..."},
{STRING_REGHIVEUPDATE, {STRING_REGHIVEUPDATE,
" Bijwerken registry hives..."}, " Bijwerken registerbestanden..."},
{STRING_IMPORTFILE, {STRING_IMPORTFILE,
" Importeren %S..."}, " Importeren %S..."},
{STRING_DISPLAYETTINGSUPDATE, {STRING_DISPLAYETTINGSUPDATE,
" Bijwerken registry instellingen beeldscherm..."}, " Bijwerken beeldscherminstellingen..."},
{STRING_LOCALESETTINGSUPDATE, {STRING_LOCALESETTINGSUPDATE,
" Bijwerken systeemtaal instellingen..."}, " Bijwerken systeemtaalinstellingen..."},
{STRING_KEYBOARDSETTINGSUPDATE, {STRING_KEYBOARDSETTINGSUPDATE,
" Bijwerken toetsboard indeling..."}, " Bijwerken toetsenbordindeling..."},
{STRING_CODEPAGEINFOUPDATE, {STRING_CODEPAGEINFOUPDATE,
" Toevoegen informatie codepagina aan registry..."}, " Toevoegen informatie codepagina aan register..."},
{STRING_DONE, {STRING_DONE,
" Voltooid..."}, " Voltooid..."},
{STRING_REBOOTCOMPUTER2, {STRING_REBOOTCOMPUTER2,
" ENTER = Reboot computer"}, " ENTER = Computer opnieuw opstarten"},
{STRING_CONSOLEFAIL1, {STRING_CONSOLEFAIL1,
"Kan console niet openen\n\n"}, "Kan console niet openen.\n\n"},
{STRING_CONSOLEFAIL2, {STRING_CONSOLEFAIL2,
"De meest voorkomende oorzaak is het gebruik van een USB toetsenbord\n"}, "De meest voorkomende oorzaak is het gebruik van een USB toetsenbord.\n"},
{STRING_CONSOLEFAIL3, {STRING_CONSOLEFAIL3,
"USB toetsenborden worden nog niet volledig ondersteund\n"}, "USB toetsenborden worden nog niet volledig ondersteund.\n"},
{STRING_FORMATTINGDISK, {STRING_FORMATTINGDISK,
"Setup is de harde schijf aan het formatteren"}, "Setup is de vaste schijf aan het formatteren."},
{STRING_CHECKINGDISK, {STRING_CHECKINGDISK,
"Setup is de harde schijf aan het controleren"}, "Setup is de vaste schijf aan het controleren."},
{STRING_FORMATDISK1, {STRING_FORMATDISK1,
" Formatteer partition als %S bestandssysteem (snel) "}, " Formatteer partitie als %S bestandssysteem (snel) "},
{STRING_FORMATDISK2, {STRING_FORMATDISK2,
" Formatteer partition als %S bestandssysteem "}, " Formatteer partitie als %S bestandssysteem "},
{STRING_KEEPFORMAT, {STRING_KEEPFORMAT,
" Behoud huidig bestandssysteem (geen wijzigingen) "}, " Behoud huidig bestandssysteem (geen wijzigingen) "},
{STRING_HDINFOPARTCREATE, {STRING_HDINFOPARTCREATE,
"%I64u %s Schijf %lu (Port=%hu, Bus=%hu, Id=%hu) op %wZ."}, "%I64u %s Schijf %lu (Poort=%hu, Bus=%hu, Id=%hu) op %wZ."},
{STRING_HDDINFOUNK1, {STRING_HDDINFOUNK1,
"%I64u %s Schijf %lu (Port=%hu, Bus=%hu, Id=%hu)."}, "%I64u %s Schijf %lu (Poort=%hu, Bus=%hu, Id=%hu)."},
{STRING_HDDINFOUNK2, {STRING_HDDINFOUNK2,
" %c%c Type %lu %I64u %s"}, " %c%c Type %lu %I64u %s"},
{STRING_HDINFOPARTDELETE, {STRING_HDINFOPARTDELETE,
"op %I64u %s Schijf %lu (Port=%hu, Bus=%hu, Id=%hu) op %wZ."}, "op %I64u %s Schijf %lu (Poort=%hu, Bus=%hu, Id=%hu) op %wZ."},
{STRING_HDDINFOUNK3, {STRING_HDDINFOUNK3,
"op %I64u %s Schijf %lu (Port=%hu, Bus=%hu, Id=%hu)."}, "op %I64u %s Schijf %lu (Poort=%hu, Bus=%hu, Id=%hu)."},
{STRING_HDINFOPARTZEROED, {STRING_HDINFOPARTZEROED,
"Schijf %lu (%I64u %s), Port=%hu, Bus=%hu, Id=%hu (%wZ)."}, "Schijf %lu (%I64u %s), Poort=%hu, Bus=%hu, Id=%hu (%wZ)."},
{STRING_HDDINFOUNK4, {STRING_HDDINFOUNK4,
"%c%c Type %lu %I64u %s"}, "%c%c Type %lu %I64u %s"},
{STRING_HDINFOPARTEXISTS, {STRING_HDINFOPARTEXISTS,
"op Schijf %lu (%I64u %s), Port=%hu, Bus=%hu, Id=%hu (%wZ)."}, "op Schijf %lu (%I64u %s), Poort=%hu, Bus=%hu, Id=%hu (%wZ)."},
{STRING_HDDINFOUNK5, {STRING_HDDINFOUNK5,
"%c%c Type %-3u %6lu %s"}, "%c%c Type %-3u %6lu %s"},
{STRING_HDINFOPARTSELECT, {STRING_HDINFOPARTSELECT,
"%6lu %s Schijf %lu (Port=%hu, Bus=%hu, Id=%hu) op %S"}, "%6lu %s Schijf %lu (Poort=%hu, Bus=%hu, Id=%hu) op %S"},
{STRING_HDDINFOUNK6, {STRING_HDDINFOUNK6,
"%6lu %s Schijf %lu (Port=%hu, Bus=%hu, Id=%hu)"}, "%6lu %s Schijf %lu (Poort=%hu, Bus=%hu, Id=%hu)"},
{STRING_NEWPARTITION, {STRING_NEWPARTITION,
"Setup heeft een nieuwe partitie aangemaakt op"}, "Setup heeft een nieuwe partitie aangemaakt op"},
{STRING_UNPSPACE, {STRING_UNPSPACE,
@ -1730,6 +1747,6 @@ MUI_STRING nlNLStrings[] =
{STRING_GB, {STRING_GB,
"GB"}, "GB"},
{STRING_ADDKBLAYOUTS, {STRING_ADDKBLAYOUTS,
"Toevoegen toetsenbord indelingen"}, "Toevoegen toetsenbordindelingen"},
{0, 0} {0, 0}
}; };

File diff suppressed because it is too large Load diff

View file

@ -654,14 +654,23 @@ HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\South Africa Stand
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Russian Standard Time","Display",0x00000000,"(GMT+03:00) Moscow, St. Petersburg, Volgograd" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Kaliningrad Standard Time","Display",0x00000000,"(GMT+03:00) Kaliningrad"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Kaliningrad Standard Time","Dlt",0x00000000,"Kaliningrad Daylight Time"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Kaliningrad Standard Time","Std",0x00000000,"Kaliningrad Standard Time"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Kaliningrad Standard Time","Index",0x00010001,143
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Kaliningrad Standard Time","TZI",0x00000001,\
0x4c,0xff,0xff,0xff,0x00,0x00,0x00,0x00,0xc4,0xff,0xff,0xff,\
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Russian Standard Time","Display",0x00000000,"(GMT+04:00) Moscow, St. Petersburg, Volgograd"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Russian Standard Time","Dlt",0x00000000,"Russian Daylight Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Russian Standard Time","Dlt",0x00000000,"Russian Daylight Time"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Russian Standard Time","Std",0x00000000,"Russian Standard Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Russian Standard Time","Std",0x00000000,"Russian Standard Time"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Russian Standard Time","Index",0x00010001,145 HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Russian Standard Time","Index",0x00010001,145
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Russian Standard Time","TZI",0x00000001,\ HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Russian Standard Time","TZI",0x00000001,\
0x4c,0xff,0xff,0xff,0x00,0x00,0x00,0x00,0xc4,0xff,0xff,0xff,\ 0x10,0xff,0xff,0xff,0x00,0x00,0x00,0x00,0xc4,0xff,0xff,0xff,\
0x00,0x00,0x0a,0x00,0x00,0x00,0x05,0x00,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\
0x00,0x00,0x03,0x00,0x00,0x00,0x05,0x00,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Arab Standard Time","Display",0x00000000,"(GMT+03:00) Kuwait, Riyadh" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Arab Standard Time","Display",0x00000000,"(GMT+03:00) Kuwait, Riyadh"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Arab Standard Time","Dlt",0x00000000,"Arab Daylight Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Arab Standard Time","Dlt",0x00000000,"Arab Daylight Time"
@ -726,14 +735,14 @@ HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Afghanistan Standa
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Ekaterinburg Standard Time","Display",0x00000000,"(GMT+05:00) Ekaterinburg" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Ekaterinburg Standard Time","Display",0x00000000,"(GMT+06:00) Ekaterinburg"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Ekaterinburg Standard Time","Dlt",0x00000000,"Ekaterinburg Daylight Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Ekaterinburg Standard Time","Dlt",0x00000000,"Ekaterinburg Daylight Time"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Ekaterinburg Standard Time","Std",0x00000000,"Ekaterinburg Standard Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Ekaterinburg Standard Time","Std",0x00000000,"Ekaterinburg Standard Time"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Ekaterinburg Standard Time","Index",0x00010001,180 HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Ekaterinburg Standard Time","Index",0x00010001,180
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Ekaterinburg Standard Time","TZI",0x00000001,\ HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Ekaterinburg Standard Time","TZI",0x00000001,\
0xd4,0xfe,0xff,0xff,0x00,0x00,0x00,0x00,0xc4,0xff,0xff,0xff,\ 0x98,0xfe,0xff,0xff,0x00,0x00,0x00,0x00,0xc4,0xff,0xff,0xff,\
0x00,0x00,0x0a,0x00,0x00,0x00,0x05,0x00,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\
0x00,0x00,0x03,0x00,0x00,0x00,0x05,0x00,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\West Asia Standard Time","Display",0x00000000,"(GMT+05:00) Islamabad, Karachi, Tashkent" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\West Asia Standard Time","Display",0x00000000,"(GMT+05:00) Islamabad, Karachi, Tashkent"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\West Asia Standard Time","Dlt",0x00000000,"West Asia Daylight Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\West Asia Standard Time","Dlt",0x00000000,"West Asia Daylight Time"
@ -780,14 +789,14 @@ HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Central Asia Stand
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\N. Central Asia Standard Time","Display",0x00000000,"(GMT+06:00) Almaty, Novosibirsk" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\N. Central Asia Standard Time","Display",0x00000000,"(GMT+07:00) Novosibirsk, Omsk"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\N. Central Asia Standard Time","Dlt",0x00000000,"N. Central Asia Daylight Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\N. Central Asia Standard Time","Dlt",0x00000000,"N. Central Asia Daylight Time"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\N. Central Asia Standard Time","Std",0x00000000,"N. Central Asia Standard Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\N. Central Asia Standard Time","Std",0x00000000,"N. Central Asia Standard Time"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\N. Central Asia Standard Time","Index",0x00010001,201 HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\N. Central Asia Standard Time","Index",0x00010001,201
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\N. Central Asia Standard Time","TZI",0x00000001,\ HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\N. Central Asia Standard Time","TZI",0x00000001,\
0x98,0xfe,0xff,0xff,0x00,0x00,0x00,0x00,0xc4,0xff,0xff,0xff,\ 0x5c,0xfe,0xff,0xff,0x00,0x00,0x00,0x00,0xc4,0xff,0xff,0xff,\
0x00,0x00,0x0a,0x00,0x00,0x00,0x05,0x00,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\
0x00,0x00,0x03,0x00,0x00,0x00,0x05,0x00,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Myanmar Standard Time","Display",0x00000000,"(GMT+06:30) Yangon (Rangoon)" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Myanmar Standard Time","Display",0x00000000,"(GMT+06:30) Yangon (Rangoon)"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Myanmar Standard Time","Dlt",0x00000000,"Myanmar Daylight Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Myanmar Standard Time","Dlt",0x00000000,"Myanmar Daylight Time"
@ -807,14 +816,14 @@ HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\SE Asia Standard T
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\North Asia Standard Time","Display",0x00000000,"(GMT+07:00) Krasnoyarsk" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\North Asia Standard Time","Display",0x00000000,"(GMT+08:00) Krasnoyarsk"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\North Asia Standard Time","Dlt",0x00000000,"North Asia Daylight Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\North Asia Standard Time","Dlt",0x00000000,"North Asia Daylight Time"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\North Asia Standard Time","Std",0x00000000,"North Asia Standard Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\North Asia Standard Time","Std",0x00000000,"North Asia Standard Time"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\North Asia Standard Time","Index",0x00010001,207 HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\North Asia Standard Time","Index",0x00010001,207
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\North Asia Standard Time","TZI",0x00000001,\ HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\North Asia Standard Time","TZI",0x00000001,\
0x5c,0xfe,0xff,0xff,0x00,0x00,0x00,0x00,0xc4,0xff,0xff,0xff,\ 0x20,0xfe,0xff,0xff,0x00,0x00,0x00,0x00,0xc4,0xff,0xff,0xff,\
0x00,0x00,0x0a,0x00,0x00,0x00,0x05,0x00,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\
0x00,0x00,0x03,0x00,0x00,0x00,0x05,0x00,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\China Standard Time","Display",0x00000000,"(GMT+08:00) Beijing, Chongqing, Hong Kong, Urumqi" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\China Standard Time","Display",0x00000000,"(GMT+08:00) Beijing, Chongqing, Hong Kong, Urumqi"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\China Standard Time","Dlt",0x00000000,"China Daylight Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\China Standard Time","Dlt",0x00000000,"China Daylight Time"
@ -852,14 +861,23 @@ HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\W. Australia Stand
0x00,0x00,0x03,0x00,0x00,0x00,0x05,0x00,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ 0x00,0x00,0x03,0x00,0x00,0x00,0x05,0x00,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\
0x00,0x00,0x0a,0x00,0x00,0x00,0x05,0x00,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00 0x00,0x00,0x0a,0x00,0x00,0x00,0x05,0x00,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\North Asia East Standard Time","Display",0x00000000,"(GMT+08:00) Irkutsk, Ulaan Bataar" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Ulaanbaatar Standard Time","Display",0x00000000,"(GMT+08:00) Ulaanbaatar"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Ulaanbaatar Standard Time","Dlt",0x00000000,"Ulaanbaatar Daylight Time"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Ulaanbaatar Standard Time","Std",0x00000000,"Ulaanbaatar Standard Time"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Ulaanbaatar Standard Time","Index",0x00010001,226
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Ulaanbaatar Standard Time","TZI",0x00000001,\
0x20,0xfe,0xff,0xff,0x00,0x00,0x00,0x00,0xc4,0xff,0xff,0xff,\
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\North Asia East Standard Time","Display",0x00000000,"(GMT+09:00) Irkutsk"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\North Asia East Standard Time","Dlt",0x00000000,"North Asia East Daylight Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\North Asia East Standard Time","Dlt",0x00000000,"North Asia East Daylight Time"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\North Asia East Standard Time","Std",0x00000000,"North Asia East Standard Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\North Asia East Standard Time","Std",0x00000000,"North Asia East Standard Time"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\North Asia East Standard Time","Index",0x00010001,227 HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\North Asia East Standard Time","Index",0x00010001,227
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\North Asia East Standard Time","TZI",0x00000001,\ HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\North Asia East Standard Time","TZI",0x00000001,\
0x20,0xfe,0xff,0xff,0x00,0x00,0x00,0x00,0xc4,0xff,0xff,0xff,\ 0xe4,0xfd,0xff,0xff,0x00,0x00,0x00,0x00,0xc4,0xff,0xff,0xff,\
0x00,0x00,0x0a,0x00,0x00,0x00,0x05,0x00,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\
0x00,0x00,0x03,0x00,0x00,0x00,0x05,0x00,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Korea Standard Time","Display",0x00000000,"(GMT+09:00) Seoul" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Korea Standard Time","Display",0x00000000,"(GMT+09:00) Seoul"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Korea Standard Time","Dlt",0x00000000,"Korea Daylight Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Korea Standard Time","Dlt",0x00000000,"Korea Daylight Time"
@ -879,14 +897,14 @@ HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Tokyo Standard Tim
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Yakutsk Standard Time","Display",0x00000000,"(GMT+09:00) Yakutsk" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Yakutsk Standard Time","Display",0x00000000,"(GMT+10:00) Yakutsk"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Yakutsk Standard Time","Dlt",0x00000000,"Yakutsk Daylight Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Yakutsk Standard Time","Dlt",0x00000000,"Yakutsk Daylight Time"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Yakutsk Standard Time","Std",0x00000000,"Yakutsk Standard Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Yakutsk Standard Time","Std",0x00000000,"Yakutsk Standard Time"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Yakutsk Standard Time","Index",0x00010001,240 HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Yakutsk Standard Time","Index",0x00010001,240
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Yakutsk Standard Time","TZI",0x00000001,\ HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Yakutsk Standard Time","TZI",0x00000001,\
0xe4,0xfd,0xff,0xff,0x00,0x00,0x00,0x00,0xc4,0xff,0xff,0xff,\ 0xa8,0xfd,0xff,0xff,0x00,0x00,0x00,0x00,0xc4,0xff,0xff,0xff,\
0x00,0x00,0x0a,0x00,0x00,0x00,0x05,0x00,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\
0x00,0x00,0x03,0x00,0x00,0x00,0x05,0x00,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\AUS Central Standard Time","Display",0x00000002,"(GMT+09:30) Darwin" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\AUS Central Standard Time","Display",0x00000002,"(GMT+09:30) Darwin"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\AUS Central Standard Time","Dlt",0x00000002,"AUS Central Daylight Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\AUS Central Standard Time","Dlt",0x00000002,"AUS Central Daylight Time"
@ -933,14 +951,14 @@ HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Tasmania Standard
0x00,0x00,0x03,0x00,0x00,0x00,0x05,0x00,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ 0x00,0x00,0x03,0x00,0x00,0x00,0x05,0x00,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\
0x00,0x00,0x0a,0x00,0x00,0x00,0x05,0x00,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00 0x00,0x00,0x0a,0x00,0x00,0x00,0x05,0x00,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Vladivostok Standard Time","Display",0x00000000,"(GMT+10:00) Vladivostok" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Vladivostok Standard Time","Display",0x00000000,"(GMT+11:00) Vladivostok"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Vladivostok Standard Time","Dlt",0x00000000,"Vladivostok Daylight Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Vladivostok Standard Time","Dlt",0x00000000,"Vladivostok Daylight Time"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Vladivostok Standard Time","Std",0x00000000,"Vladivostok Standard Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Vladivostok Standard Time","Std",0x00000000,"Vladivostok Standard Time"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Vladivostok Standard Time","Index",0x00010001,270 HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Vladivostok Standard Time","Index",0x00010001,270
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Vladivostok Standard Time","TZI",0x00000001,\ HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Vladivostok Standard Time","TZI",0x00000001,\
0xa8,0xfd,0xff,0xff,0x00,0x00,0x00,0x00,0xc4,0xff,0xff,0xff,\ 0x6c,0xfd,0xff,0xff,0x00,0x00,0x00,0x00,0xc4,0xff,0xff,0xff,\
0x00,0x00,0x0a,0x00,0x00,0x00,0x05,0x00,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\
0x00,0x00,0x03,0x00,0x00,0x00,0x05,0x00,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\West Pacific Standard Time","Display",0x00000000,"(GMT+10:00) Guam, Port Moresby" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\West Pacific Standard Time","Display",0x00000000,"(GMT+10:00) Guam, Port Moresby"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\West Pacific Standard Time","Dlt",0x00000000,"West Pacific Daylight Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\West Pacific Standard Time","Dlt",0x00000000,"West Pacific Daylight Time"
@ -951,7 +969,7 @@ HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\West Pacific Stand
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Central Pacific Standard Time","Display",0x00000000,"(GMT+11:00) Magadan, Solomon Is., New Caledonia" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Central Pacific Standard Time","Display",0x00000000,"(GMT+11:00) Solomon Is., New Caledonia"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Central Pacific Standard Time","Dlt",0x00000000,"Central Pacific Daylight Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Central Pacific Standard Time","Dlt",0x00000000,"Central Pacific Daylight Time"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Central Pacific Standard Time","Std",0x00000000,"Central Pacific Standard Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Central Pacific Standard Time","Std",0x00000000,"Central Pacific Standard Time"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Central Pacific Standard Time","Index",0x00010001,280 HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Central Pacific Standard Time","Index",0x00010001,280
@ -960,6 +978,15 @@ HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Central Pacific St
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Magadan Standard Time","Display",0x00000000,"(GMT+12:00) Magadan"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Magadan Standard Time","Dlt",0x00000000,"Magadan Daylight Time"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Magadan Standard Time","Std",0x00000000,"Magadan Standard Time"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Magadan Standard Time","Index",0x00010001,283
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Magadan Standard Time","TZI",0x00000001,\
0x30,0xfd,0xff,0xff,0x00,0x00,0x00,0x00,0xc4,0xff,0xff,0xff,\
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Fiji Standard Time","Display",0x00000000,"(GMT+12:00) Fiji, Kamchatka, Marshall Is." HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Fiji Standard Time","Display",0x00000000,"(GMT+12:00) Fiji, Kamchatka, Marshall Is."
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Fiji Standard Time","Dlt",0x00000000,"Fiji Daylight Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Fiji Standard Time","Dlt",0x00000000,"Fiji Daylight Time"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Fiji Standard Time","Std",0x00000000,"Fiji Standard Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Fiji Standard Time","Std",0x00000000,"Fiji Standard Time"

View file

@ -579,14 +579,23 @@ HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\South Africa Stand
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Russian Standard Time","Display",0x00000000,"(GMT+03:00) Moscow, St. Petersburg, Volgograd" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Kaliningrad Standard Time","Display",0x00000000,"(GMT+03:00) Kaliningrad"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Kaliningrad Standard Time","Dlt",0x00000000,"Kaliningrad Daylight Time"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Kaliningrad Standard Time","Std",0x00000000,"Kaliningrad Standard Time"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Kaliningrad Standard Time","Index",0x00010001,143
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Kaliningrad Standard Time","TZI",0x00000001,\
0x4c,0xff,0xff,0xff,0x00,0x00,0x00,0x00,0xc4,0xff,0xff,0xff,\
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Russian Standard Time","Display",0x00000000,"(GMT+04:00) Moscow, St. Petersburg, Volgograd"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Russian Standard Time","Dlt",0x00000000,"Russian Daylight Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Russian Standard Time","Dlt",0x00000000,"Russian Daylight Time"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Russian Standard Time","Std",0x00000000,"Russian Standard Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Russian Standard Time","Std",0x00000000,"Russian Standard Time"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Russian Standard Time","Index",0x00010001,145 HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Russian Standard Time","Index",0x00010001,145
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Russian Standard Time","TZI",0x00000001,\ HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Russian Standard Time","TZI",0x00000001,\
0x4c,0xff,0xff,0xff,0x00,0x00,0x00,0x00,0xc4,0xff,0xff,0xff,\ 0x10,0xff,0xff,0xff,0x00,0x00,0x00,0x00,0xc4,0xff,0xff,0xff,\
0x00,0x00,0x0a,0x00,0x00,0x00,0x05,0x00,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\
0x00,0x00,0x03,0x00,0x00,0x00,0x05,0x00,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Arab Standard Time","Display",0x00000000,"(GMT+03:00) Kuwait, Riyadh" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Arab Standard Time","Display",0x00000000,"(GMT+03:00) Kuwait, Riyadh"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Arab Standard Time","Dlt",0x00000000,"Arab Daylight Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Arab Standard Time","Dlt",0x00000000,"Arab Daylight Time"
@ -651,14 +660,14 @@ HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Afghanistan Standa
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Ekaterinburg Standard Time","Display",0x00000000,"(GMT+05:00) Ekaterinburg" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Ekaterinburg Standard Time","Display",0x00000000,"(GMT+06:00) Ekaterinburg"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Ekaterinburg Standard Time","Dlt",0x00000000,"Ekaterinburg Daylight Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Ekaterinburg Standard Time","Dlt",0x00000000,"Ekaterinburg Daylight Time"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Ekaterinburg Standard Time","Std",0x00000000,"Ekaterinburg Standard Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Ekaterinburg Standard Time","Std",0x00000000,"Ekaterinburg Standard Time"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Ekaterinburg Standard Time","Index",0x00010001,180 HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Ekaterinburg Standard Time","Index",0x00010001,180
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Ekaterinburg Standard Time","TZI",0x00000001,\ HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Ekaterinburg Standard Time","TZI",0x00000001,\
0xd4,0xfe,0xff,0xff,0x00,0x00,0x00,0x00,0xc4,0xff,0xff,0xff,\ 0x98,0xfe,0xff,0xff,0x00,0x00,0x00,0x00,0xc4,0xff,0xff,0xff,\
0x00,0x00,0x0a,0x00,0x00,0x00,0x05,0x00,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\
0x00,0x00,0x03,0x00,0x00,0x00,0x05,0x00,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\West Asia Standard Time","Display",0x00000000,"(GMT+05:00) Islamabad, Karachi, Tashkent" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\West Asia Standard Time","Display",0x00000000,"(GMT+05:00) Islamabad, Karachi, Tashkent"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\West Asia Standard Time","Dlt",0x00000000,"West Asia Daylight Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\West Asia Standard Time","Dlt",0x00000000,"West Asia Daylight Time"
@ -705,14 +714,14 @@ HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Central Asia Stand
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\N. Central Asia Standard Time","Display",0x00000000,"(GMT+06:00) Almaty, Novosibirsk" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\N. Central Asia Standard Time","Display",0x00000000,"(GMT+07:00) Novosibirsk, Omsk"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\N. Central Asia Standard Time","Dlt",0x00000000,"N. Central Asia Daylight Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\N. Central Asia Standard Time","Dlt",0x00000000,"N. Central Asia Daylight Time"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\N. Central Asia Standard Time","Std",0x00000000,"N. Central Asia Standard Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\N. Central Asia Standard Time","Std",0x00000000,"N. Central Asia Standard Time"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\N. Central Asia Standard Time","Index",0x00010001,201 HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\N. Central Asia Standard Time","Index",0x00010001,201
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\N. Central Asia Standard Time","TZI",0x00000001,\ HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\N. Central Asia Standard Time","TZI",0x00000001,\
0x98,0xfe,0xff,0xff,0x00,0x00,0x00,0x00,0xc4,0xff,0xff,0xff,\ 0x5c,0xfe,0xff,0xff,0x00,0x00,0x00,0x00,0xc4,0xff,0xff,0xff,\
0x00,0x00,0x0a,0x00,0x00,0x00,0x05,0x00,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\
0x00,0x00,0x03,0x00,0x00,0x00,0x05,0x00,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Myanmar Standard Time","Display",0x00000000,"(GMT+06:30) Yangon (Rangoon)" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Myanmar Standard Time","Display",0x00000000,"(GMT+06:30) Yangon (Rangoon)"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Myanmar Standard Time","Dlt",0x00000000,"Myanmar Daylight Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Myanmar Standard Time","Dlt",0x00000000,"Myanmar Daylight Time"
@ -732,14 +741,14 @@ HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\SE Asia Standard T
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\North Asia Standard Time","Display",0x00000000,"(GMT+07:00) Krasnoyarsk" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\North Asia Standard Time","Display",0x00000000,"(GMT+08:00) Krasnoyarsk"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\North Asia Standard Time","Dlt",0x00000000,"North Asia Daylight Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\North Asia Standard Time","Dlt",0x00000000,"North Asia Daylight Time"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\North Asia Standard Time","Std",0x00000000,"North Asia Standard Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\North Asia Standard Time","Std",0x00000000,"North Asia Standard Time"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\North Asia Standard Time","Index",0x00010001,207 HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\North Asia Standard Time","Index",0x00010001,207
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\North Asia Standard Time","TZI",0x00000001,\ HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\North Asia Standard Time","TZI",0x00000001,\
0x5c,0xfe,0xff,0xff,0x00,0x00,0x00,0x00,0xc4,0xff,0xff,0xff,\ 0x20,0xfe,0xff,0xff,0x00,0x00,0x00,0x00,0xc4,0xff,0xff,0xff,\
0x00,0x00,0x0a,0x00,0x00,0x00,0x05,0x00,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\
0x00,0x00,0x03,0x00,0x00,0x00,0x05,0x00,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\China Standard Time","Display",0x00000000,"(GMT+08:00) Beijing, Chongqing, Hong Kong, Urumqi" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\China Standard Time","Display",0x00000000,"(GMT+08:00) Beijing, Chongqing, Hong Kong, Urumqi"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\China Standard Time","Dlt",0x00000000,"China Daylight Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\China Standard Time","Dlt",0x00000000,"China Daylight Time"
@ -777,14 +786,23 @@ HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\W. Australia Stand
0x00,0x00,0x03,0x00,0x00,0x00,0x05,0x00,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ 0x00,0x00,0x03,0x00,0x00,0x00,0x05,0x00,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\
0x00,0x00,0x0a,0x00,0x00,0x00,0x05,0x00,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00 0x00,0x00,0x0a,0x00,0x00,0x00,0x05,0x00,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\North Asia East Standard Time","Display",0x00000000,"(GMT+08:00) Irkutsk, Ulaan Bataar" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Ulaanbaatar Standard Time","Display",0x00000000,"(GMT+08:00) Ulaanbaatar"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Ulaanbaatar Standard Time","Dlt",0x00000000,"Ulaanbaatar Daylight Time"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Ulaanbaatar Standard Time","Std",0x00000000,"Ulaanbaatar Standard Time"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Ulaanbaatar Standard Time","Index",0x00010001,226
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Ulaanbaatar Standard Time","TZI",0x00000001,\
0x20,0xfe,0xff,0xff,0x00,0x00,0x00,0x00,0xc4,0xff,0xff,0xff,\
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\North Asia East Standard Time","Display",0x00000000,"(GMT+09:00) Irkutsk"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\North Asia East Standard Time","Dlt",0x00000000,"North Asia East Daylight Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\North Asia East Standard Time","Dlt",0x00000000,"North Asia East Daylight Time"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\North Asia East Standard Time","Std",0x00000000,"North Asia East Standard Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\North Asia East Standard Time","Std",0x00000000,"North Asia East Standard Time"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\North Asia East Standard Time","Index",0x00010001,227 HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\North Asia East Standard Time","Index",0x00010001,227
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\North Asia East Standard Time","TZI",0x00000001,\ HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\North Asia East Standard Time","TZI",0x00000001,\
0x20,0xfe,0xff,0xff,0x00,0x00,0x00,0x00,0xc4,0xff,0xff,0xff,\ 0xe4,0xfd,0xff,0xff,0x00,0x00,0x00,0x00,0xc4,0xff,0xff,0xff,\
0x00,0x00,0x0a,0x00,0x00,0x00,0x05,0x00,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\
0x00,0x00,0x03,0x00,0x00,0x00,0x05,0x00,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Korea Standard Time","Display",0x00000000,"(GMT+09:00) Seoul" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Korea Standard Time","Display",0x00000000,"(GMT+09:00) Seoul"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Korea Standard Time","Dlt",0x00000000,"Korea Daylight Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Korea Standard Time","Dlt",0x00000000,"Korea Daylight Time"
@ -804,14 +822,14 @@ HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Tokyo Standard Tim
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Yakutsk Standard Time","Display",0x00000000,"(GMT+09:00) Yakutsk" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Yakutsk Standard Time","Display",0x00000000,"(GMT+10:00) Yakutsk"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Yakutsk Standard Time","Dlt",0x00000000,"Yakutsk Daylight Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Yakutsk Standard Time","Dlt",0x00000000,"Yakutsk Daylight Time"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Yakutsk Standard Time","Std",0x00000000,"Yakutsk Standard Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Yakutsk Standard Time","Std",0x00000000,"Yakutsk Standard Time"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Yakutsk Standard Time","Index",0x00010001,240 HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Yakutsk Standard Time","Index",0x00010001,240
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Yakutsk Standard Time","TZI",0x00000001,\ HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Yakutsk Standard Time","TZI",0x00000001,\
0xe4,0xfd,0xff,0xff,0x00,0x00,0x00,0x00,0xc4,0xff,0xff,0xff,\ 0xa8,0xfd,0xff,0xff,0x00,0x00,0x00,0x00,0xc4,0xff,0xff,0xff,\
0x00,0x00,0x0a,0x00,0x00,0x00,0x05,0x00,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\
0x00,0x00,0x03,0x00,0x00,0x00,0x05,0x00,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\AUS Central Standard Time","Display",0x00000002,"(GMT+09:30) Darwin" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\AUS Central Standard Time","Display",0x00000002,"(GMT+09:30) Darwin"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\AUS Central Standard Time","Dlt",0x00000002,"AUS Central Daylight Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\AUS Central Standard Time","Dlt",0x00000002,"AUS Central Daylight Time"
@ -858,14 +876,14 @@ HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Tasmania Standard
0x00,0x00,0x03,0x00,0x00,0x00,0x05,0x00,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ 0x00,0x00,0x03,0x00,0x00,0x00,0x05,0x00,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\
0x00,0x00,0x0a,0x00,0x00,0x00,0x05,0x00,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00 0x00,0x00,0x0a,0x00,0x00,0x00,0x05,0x00,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Vladivostok Standard Time","Display",0x00000000,"(GMT+10:00) Vladivostok" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Vladivostok Standard Time","Display",0x00000000,"(GMT+11:00) Vladivostok"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Vladivostok Standard Time","Dlt",0x00000000,"Vladivostok Daylight Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Vladivostok Standard Time","Dlt",0x00000000,"Vladivostok Daylight Time"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Vladivostok Standard Time","Std",0x00000000,"Vladivostok Standard Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Vladivostok Standard Time","Std",0x00000000,"Vladivostok Standard Time"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Vladivostok Standard Time","Index",0x00010001,270 HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Vladivostok Standard Time","Index",0x00010001,270
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Vladivostok Standard Time","TZI",0x00000001,\ HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Vladivostok Standard Time","TZI",0x00000001,\
0xa8,0xfd,0xff,0xff,0x00,0x00,0x00,0x00,0xc4,0xff,0xff,0xff,\ 0x6c,0xfd,0xff,0xff,0x00,0x00,0x00,0x00,0xc4,0xff,0xff,0xff,\
0x00,0x00,0x0a,0x00,0x00,0x00,0x05,0x00,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\
0x00,0x00,0x03,0x00,0x00,0x00,0x05,0x00,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\West Pacific Standard Time","Display",0x00000000,"(GMT+10:00) Guam, Port Moresby" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\West Pacific Standard Time","Display",0x00000000,"(GMT+10:00) Guam, Port Moresby"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\West Pacific Standard Time","Dlt",0x00000000,"West Pacific Daylight Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\West Pacific Standard Time","Dlt",0x00000000,"West Pacific Daylight Time"
@ -876,7 +894,7 @@ HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\West Pacific Stand
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Central Pacific Standard Time","Display",0x00000000,"(GMT+11:00) Magadan, Solomon Is., New Caledonia" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Central Pacific Standard Time","Display",0x00000000,"(GMT+11:00) Solomon Is., New Caledonia"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Central Pacific Standard Time","Dlt",0x00000000,"Central Pacific Daylight Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Central Pacific Standard Time","Dlt",0x00000000,"Central Pacific Daylight Time"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Central Pacific Standard Time","Std",0x00000000,"Central Pacific Standard Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Central Pacific Standard Time","Std",0x00000000,"Central Pacific Standard Time"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Central Pacific Standard Time","Index",0x00010001,280 HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Central Pacific Standard Time","Index",0x00010001,280
@ -885,6 +903,15 @@ HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Central Pacific St
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Magadan Standard Time","Display",0x00000000,"(GMT+12:00) Magadan"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Magadan Standard Time","Dlt",0x00000000,"Magadan Daylight Time"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Magadan Standard Time","Std",0x00000000,"Magadan Standard Time"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Magadan Standard Time","Index",0x00010001,283
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Magadan Standard Time","TZI",0x00000001,\
0x30,0xfd,0xff,0xff,0x00,0x00,0x00,0x00,0xc4,0xff,0xff,0xff,\
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Fiji Standard Time","Display",0x00000000,"(GMT+12:00) Fiji, Kamchatka, Marshall Is." HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Fiji Standard Time","Display",0x00000000,"(GMT+12:00) Fiji, Kamchatka, Marshall Is."
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Fiji Standard Time","Dlt",0x00000000,"Fiji Daylight Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Fiji Standard Time","Dlt",0x00000000,"Fiji Daylight Time"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Fiji Standard Time","Std",0x00000000,"Fiji Standard Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Fiji Standard Time","Std",0x00000000,"Fiji Standard Time"