Author: akhaldi
Date: Mon Feb 3 20:18:11 2014
New Revision: 61966
URL:
http://svn.reactos.org/svn/reactos?rev=61966&view=rev
Log:
[INTL]
* Fix both IDS_ERROR_NLS_KEY_REG and IDS_ERROR_NLS_CODE_REG to reflect the registry keys
they are actually representing.
* Update the error message box strings to match ones in the English Language File except
for the German Language File. This is mostly done to keep better consistency until the
strings are translated later on.
* By Lee Schroeder.
CORE-7843 #resolve #comment Committed in r61966.
Modified:
trunk/reactos/dll/cpl/intl/lang/bg-BG.rc
trunk/reactos/dll/cpl/intl/lang/cs-CZ.rc
trunk/reactos/dll/cpl/intl/lang/de-DE.rc
trunk/reactos/dll/cpl/intl/lang/en-US.rc
trunk/reactos/dll/cpl/intl/lang/es-ES.rc
trunk/reactos/dll/cpl/intl/lang/fr-FR.rc
trunk/reactos/dll/cpl/intl/lang/he-IL.rc
trunk/reactos/dll/cpl/intl/lang/it-IT.rc
trunk/reactos/dll/cpl/intl/lang/no-NO.rc
trunk/reactos/dll/cpl/intl/lang/pl-PL.rc
trunk/reactos/dll/cpl/intl/lang/ro-RO.rc
trunk/reactos/dll/cpl/intl/lang/ru-RU.rc
trunk/reactos/dll/cpl/intl/lang/sk-SK.rc
trunk/reactos/dll/cpl/intl/lang/tr-TR.rc
trunk/reactos/dll/cpl/intl/lang/uk-UA.rc
trunk/reactos/dll/cpl/intl/lang/zh-CN.rc
Modified: trunk/reactos/dll/cpl/intl/lang/bg-BG.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/intl/lang/bg-BG.rc…
==============================================================================
--- trunk/reactos/dll/cpl/intl/lang/bg-BG.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/intl/lang/bg-BG.rc [iso-8859-1] Mon Feb 3 20:18:11 2014
@@ -195,14 +195,15 @@
STRINGTABLE
BEGIN
IDS_ERROR "Error"
- IDS_ERROR_SYMBOL_SEPARATE "Entered short date separator contain incorrect
symbol"
- IDS_ERROR_SYMBOL_FORMAT_SHORT "Entered short date format contain incorrect
symbol"
- IDS_ERROR_SYMBOL_FORMAT_LONG "Entered long date format contain incorrect
symbol"
- IDS_ERROR_OEM_CODE_PAGE "Problem reading OEM code page"
- IDS_ERROR_ANSI_CODE_PAGE "Problem reading ANSI code page"
- IDS_ERROR_INT_KEY_REG "Problem opening HKCU\\Control Panel\\International
key"
- IDS_ERROR_DEF_INT_KEY_REG "Problem opening HKU\\.DEFAULT\\Control
Panel\\International key"
- IDS_ERROR_NLS_KEY_REG "Problem opening HKU\\.DEFAULT\\Control
Panel\\International key"
- IDS_ERROR_NLS_CODE_REG "Problem opening HKU\\.DEFAULT\\Control
Panel\\International key"
- IDS_ERROR_INPUT_DLL "Can't start input.dll"
-END
+ IDS_ERROR_SYMBOL_SEPARATE "The short date components separator contains
incorrect symbol(s)"
+ IDS_ERROR_SYMBOL_FORMAT_SHORT "The short date format contains incorrect
symbol(s)"
+ IDS_ERROR_SYMBOL_FORMAT_LONG "The long date format contains incorrect
symbol(s)"
+ IDS_ERROR_OEM_CODE_PAGE "There was a problem reading the OEM code page"
+ IDS_ERROR_ANSI_CODE_PAGE "There was a problem reading the ANSI code page"
+ IDS_ERROR_INT_KEY_REG "Problem opening key: HKCU\\Control
Panel\\International"
+ IDS_ERROR_DEF_INT_KEY_REG "Problem opening key: HKU\\.DEFAULT\\Control
Panel\\International"
+ IDS_ERROR_NLS_KEY_REG "Problem opening key:
HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\Language"
+ IDS_ERROR_NLS_CODE_REG "Problem opening key:
HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\CodePage"
+ IDS_ERROR_INPUT_DLL "Unable to start input.dll"
+END
+
Modified: trunk/reactos/dll/cpl/intl/lang/cs-CZ.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/intl/lang/cs-CZ.rc…
==============================================================================
--- trunk/reactos/dll/cpl/intl/lang/cs-CZ.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/intl/lang/cs-CZ.rc [iso-8859-1] Mon Feb 3 20:18:11 2014
@@ -200,14 +200,14 @@
STRINGTABLE
BEGIN
IDS_ERROR "Error"
- IDS_ERROR_SYMBOL_SEPARATE "Entered short date separator contain incorrect
symbol"
- IDS_ERROR_SYMBOL_FORMAT_SHORT "Entered short date format contain incorrect
symbol"
- IDS_ERROR_SYMBOL_FORMAT_LONG "Entered long date format contain incorrect
symbol"
- IDS_ERROR_OEM_CODE_PAGE "Problem reading OEM code page"
- IDS_ERROR_ANSI_CODE_PAGE "Problem reading ANSI code page"
- IDS_ERROR_INT_KEY_REG "Problem opening HKCU\\Control Panel\\International
key"
- IDS_ERROR_DEF_INT_KEY_REG "Problem opening HKU\\.DEFAULT\\Control
Panel\\International key"
- IDS_ERROR_NLS_KEY_REG "Problem opening HKU\\.DEFAULT\\Control
Panel\\International key"
- IDS_ERROR_NLS_CODE_REG "Problem opening HKU\\.DEFAULT\\Control
Panel\\International key"
- IDS_ERROR_INPUT_DLL "Can't start input.dll"
-END
+ IDS_ERROR_SYMBOL_SEPARATE "The short date components separator contains
incorrect symbol(s)"
+ IDS_ERROR_SYMBOL_FORMAT_SHORT "The short date format contains incorrect
symbol(s)"
+ IDS_ERROR_SYMBOL_FORMAT_LONG "The long date format contains incorrect
symbol(s)"
+ IDS_ERROR_OEM_CODE_PAGE "There was a problem reading the OEM code page"
+ IDS_ERROR_ANSI_CODE_PAGE "There was a problem reading the ANSI code page"
+ IDS_ERROR_INT_KEY_REG "Problem opening key: HKCU\\Control
Panel\\International"
+ IDS_ERROR_DEF_INT_KEY_REG "Problem opening key: HKU\\.DEFAULT\\Control
Panel\\International"
+ IDS_ERROR_NLS_KEY_REG "Problem opening key:
HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\Language"
+ IDS_ERROR_NLS_CODE_REG "Problem opening key:
HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\CodePage"
+ IDS_ERROR_INPUT_DLL "Unable to start input.dll"
+END
Modified: trunk/reactos/dll/cpl/intl/lang/de-DE.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/intl/lang/de-DE.rc…
==============================================================================
--- trunk/reactos/dll/cpl/intl/lang/de-DE.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/intl/lang/de-DE.rc [iso-8859-1] Mon Feb 3 20:18:11 2014
@@ -202,7 +202,7 @@
IDS_ERROR_ANSI_CODE_PAGE "ANSI-Codepage konnte nicht gelesen werden"
IDS_ERROR_INT_KEY_REG "Der Schlüssel HKCU\\Control Panel\\International konnte
nicht geöffnet werden"
IDS_ERROR_DEF_INT_KEY_REG "Der Schlüssel HKU\\.DEFAULT\\Control
Panel\\International konnte nicht geöffnet werden"
- IDS_ERROR_NLS_KEY_REG "Der Schlüssel HKU\\.DEFAULT\\Control
Panel\\International konnte nicht geöffnet werden"
- IDS_ERROR_NLS_CODE_REG "Der Schlüssel HKU\\.DEFAULT\\Control
Panel\\International konnte nicht geöffnet werden"
+ IDS_ERROR_NLS_KEY_REG "Der Schlüssel
HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\Language konnte nicht geöffnet
werden"
+ IDS_ERROR_NLS_CODE_REG "Der Schlüssel
HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\CodePage konnte nicht geöffnet
werden"
IDS_ERROR_INPUT_DLL "input.dll konnte nicht geladen werden"
END
Modified: trunk/reactos/dll/cpl/intl/lang/en-US.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/intl/lang/en-US.rc…
==============================================================================
--- trunk/reactos/dll/cpl/intl/lang/en-US.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/intl/lang/en-US.rc [iso-8859-1] Mon Feb 3 20:18:11 2014
@@ -202,7 +202,7 @@
IDS_ERROR_ANSI_CODE_PAGE "There was a problem reading the ANSI code page"
IDS_ERROR_INT_KEY_REG "Problem opening key: HKCU\\Control
Panel\\International"
IDS_ERROR_DEF_INT_KEY_REG "Problem opening key: HKU\\.DEFAULT\\Control
Panel\\International"
- IDS_ERROR_NLS_KEY_REG "Problem opening key: HKU\\.DEFAULT\\Control
Panel\\International"
- IDS_ERROR_NLS_CODE_REG "Problem opening key: HKU\\.DEFAULT\\Control
Panel\\International"
+ IDS_ERROR_NLS_KEY_REG "Problem opening key:
HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\Language"
+ IDS_ERROR_NLS_CODE_REG "Problem opening key:
HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\CodePage"
IDS_ERROR_INPUT_DLL "Unable to start input.dll"
END
Modified: trunk/reactos/dll/cpl/intl/lang/es-ES.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/intl/lang/es-ES.rc…
==============================================================================
--- trunk/reactos/dll/cpl/intl/lang/es-ES.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/intl/lang/es-ES.rc [iso-8859-1] Mon Feb 3 20:18:11 2014
@@ -197,14 +197,15 @@
STRINGTABLE
BEGIN
IDS_ERROR "Error"
- IDS_ERROR_SYMBOL_SEPARATE "Entered short date separator contain incorrect
symbol"
- IDS_ERROR_SYMBOL_FORMAT_SHORT "Entered short date format contain incorrect
symbol"
- IDS_ERROR_SYMBOL_FORMAT_LONG "Entered long date format contain incorrect
symbol"
- IDS_ERROR_OEM_CODE_PAGE "Problem reading OEM code page"
- IDS_ERROR_ANSI_CODE_PAGE "Problem reading ANSI code page"
- IDS_ERROR_INT_KEY_REG "Problem opening HKCU\\Control Panel\\International
key"
- IDS_ERROR_DEF_INT_KEY_REG "Problem opening HKU\\.DEFAULT\\Control
Panel\\International key"
- IDS_ERROR_NLS_KEY_REG "Problem opening HKU\\.DEFAULT\\Control
Panel\\International key"
- IDS_ERROR_NLS_CODE_REG "Problem opening HKU\\.DEFAULT\\Control
Panel\\International key"
- IDS_ERROR_INPUT_DLL "Can't start input.dll"
-END
+ IDS_ERROR_SYMBOL_SEPARATE "The short date components separator contains
incorrect symbol(s)"
+ IDS_ERROR_SYMBOL_FORMAT_SHORT "The short date format contains incorrect
symbol(s)"
+ IDS_ERROR_SYMBOL_FORMAT_LONG "The long date format contains incorrect
symbol(s)"
+ IDS_ERROR_OEM_CODE_PAGE "There was a problem reading the OEM code page"
+ IDS_ERROR_ANSI_CODE_PAGE "There was a problem reading the ANSI code page"
+ IDS_ERROR_INT_KEY_REG "Problem opening key: HKCU\\Control
Panel\\International"
+ IDS_ERROR_DEF_INT_KEY_REG "Problem opening key: HKU\\.DEFAULT\\Control
Panel\\International"
+ IDS_ERROR_NLS_KEY_REG "Problem opening key:
HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\Language"
+ IDS_ERROR_NLS_CODE_REG "Problem opening key:
HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\CodePage"
+ IDS_ERROR_INPUT_DLL "Unable to start input.dll"
+END
+
Modified: trunk/reactos/dll/cpl/intl/lang/fr-FR.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/intl/lang/fr-FR.rc…
==============================================================================
--- trunk/reactos/dll/cpl/intl/lang/fr-FR.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/intl/lang/fr-FR.rc [iso-8859-1] Mon Feb 3 20:18:11 2014
@@ -197,14 +197,15 @@
STRINGTABLE
BEGIN
IDS_ERROR "Error"
- IDS_ERROR_SYMBOL_SEPARATE "Entered short date separator contain incorrect
symbol"
- IDS_ERROR_SYMBOL_FORMAT_SHORT "Entered short date format contain incorrect
symbol"
- IDS_ERROR_SYMBOL_FORMAT_LONG "Entered long date format contain incorrect
symbol"
- IDS_ERROR_OEM_CODE_PAGE "Problem reading OEM code page"
- IDS_ERROR_ANSI_CODE_PAGE "Problem reading ANSI code page"
- IDS_ERROR_INT_KEY_REG "Problem opening HKCU\\Control Panel\\International
key"
- IDS_ERROR_DEF_INT_KEY_REG "Problem opening HKU\\.DEFAULT\\Control
Panel\\International key"
- IDS_ERROR_NLS_KEY_REG "Problem opening HKU\\.DEFAULT\\Control
Panel\\International key"
- IDS_ERROR_NLS_CODE_REG "Problem opening HKU\\.DEFAULT\\Control
Panel\\International key"
- IDS_ERROR_INPUT_DLL "Can't start input.dll"
-END
+ IDS_ERROR_SYMBOL_SEPARATE "The short date components separator contains
incorrect symbol(s)"
+ IDS_ERROR_SYMBOL_FORMAT_SHORT "The short date format contains incorrect
symbol(s)"
+ IDS_ERROR_SYMBOL_FORMAT_LONG "The long date format contains incorrect
symbol(s)"
+ IDS_ERROR_OEM_CODE_PAGE "There was a problem reading the OEM code page"
+ IDS_ERROR_ANSI_CODE_PAGE "There was a problem reading the ANSI code page"
+ IDS_ERROR_INT_KEY_REG "Problem opening key: HKCU\\Control
Panel\\International"
+ IDS_ERROR_DEF_INT_KEY_REG "Problem opening key: HKU\\.DEFAULT\\Control
Panel\\International"
+ IDS_ERROR_NLS_KEY_REG "Problem opening key:
HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\Language"
+ IDS_ERROR_NLS_CODE_REG "Problem opening key:
HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\CodePage"
+ IDS_ERROR_INPUT_DLL "Unable to start input.dll"
+END
+
Modified: trunk/reactos/dll/cpl/intl/lang/he-IL.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/intl/lang/he-IL.rc…
==============================================================================
--- trunk/reactos/dll/cpl/intl/lang/he-IL.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/intl/lang/he-IL.rc [iso-8859-1] Mon Feb 3 20:18:11 2014
@@ -197,14 +197,15 @@
STRINGTABLE
BEGIN
IDS_ERROR "Error"
- IDS_ERROR_SYMBOL_SEPARATE "Entered short date separator contain incorrect
symbol"
- IDS_ERROR_SYMBOL_FORMAT_SHORT "Entered short date format contain incorrect
symbol"
- IDS_ERROR_SYMBOL_FORMAT_LONG "Entered long date format contain incorrect
symbol"
- IDS_ERROR_OEM_CODE_PAGE "Problem reading OEM code page"
- IDS_ERROR_ANSI_CODE_PAGE "Problem reading ANSI code page"
- IDS_ERROR_INT_KEY_REG "Problem opening HKCU\\Control Panel\\International
key"
- IDS_ERROR_DEF_INT_KEY_REG "Problem opening HKU\\.DEFAULT\\Control
Panel\\International key"
- IDS_ERROR_NLS_KEY_REG "Problem opening HKU\\.DEFAULT\\Control
Panel\\International key"
- IDS_ERROR_NLS_CODE_REG "Problem opening HKU\\.DEFAULT\\Control
Panel\\International key"
- IDS_ERROR_INPUT_DLL "Can't start input.dll"
-END
+ IDS_ERROR_SYMBOL_SEPARATE "The short date components separator contains
incorrect symbol(s)"
+ IDS_ERROR_SYMBOL_FORMAT_SHORT "The short date format contains incorrect
symbol(s)"
+ IDS_ERROR_SYMBOL_FORMAT_LONG "The long date format contains incorrect
symbol(s)"
+ IDS_ERROR_OEM_CODE_PAGE "There was a problem reading the OEM code page"
+ IDS_ERROR_ANSI_CODE_PAGE "There was a problem reading the ANSI code page"
+ IDS_ERROR_INT_KEY_REG "Problem opening key: HKCU\\Control
Panel\\International"
+ IDS_ERROR_DEF_INT_KEY_REG "Problem opening key: HKU\\.DEFAULT\\Control
Panel\\International"
+ IDS_ERROR_NLS_KEY_REG "Problem opening key:
HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\Language"
+ IDS_ERROR_NLS_CODE_REG "Problem opening key:
HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\CodePage"
+ IDS_ERROR_INPUT_DLL "Unable to start input.dll"
+END
+
Modified: trunk/reactos/dll/cpl/intl/lang/it-IT.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/intl/lang/it-IT.rc…
==============================================================================
--- trunk/reactos/dll/cpl/intl/lang/it-IT.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/intl/lang/it-IT.rc [iso-8859-1] Mon Feb 3 20:18:11 2014
@@ -197,14 +197,15 @@
STRINGTABLE
BEGIN
IDS_ERROR "Error"
- IDS_ERROR_SYMBOL_SEPARATE "Entered short date separator contain incorrect
symbol"
- IDS_ERROR_SYMBOL_FORMAT_SHORT "Entered short date format contain incorrect
symbol"
- IDS_ERROR_SYMBOL_FORMAT_LONG "Entered long date format contain incorrect
symbol"
- IDS_ERROR_OEM_CODE_PAGE "Problem reading OEM code page"
- IDS_ERROR_ANSI_CODE_PAGE "Problem reading ANSI code page"
- IDS_ERROR_INT_KEY_REG "Problem opening HKCU\\Control Panel\\International
key"
- IDS_ERROR_DEF_INT_KEY_REG "Problem opening HKU\\.DEFAULT\\Control
Panel\\International key"
- IDS_ERROR_NLS_KEY_REG "Problem opening HKU\\.DEFAULT\\Control
Panel\\International key"
- IDS_ERROR_NLS_CODE_REG "Problem opening HKU\\.DEFAULT\\Control
Panel\\International key"
- IDS_ERROR_INPUT_DLL "Can't start input.dll"
-END
+ IDS_ERROR_SYMBOL_SEPARATE "The short date components separator contains
incorrect symbol(s)"
+ IDS_ERROR_SYMBOL_FORMAT_SHORT "The short date format contains incorrect
symbol(s)"
+ IDS_ERROR_SYMBOL_FORMAT_LONG "The long date format contains incorrect
symbol(s)"
+ IDS_ERROR_OEM_CODE_PAGE "There was a problem reading the OEM code page"
+ IDS_ERROR_ANSI_CODE_PAGE "There was a problem reading the ANSI code page"
+ IDS_ERROR_INT_KEY_REG "Problem opening key: HKCU\\Control
Panel\\International"
+ IDS_ERROR_DEF_INT_KEY_REG "Problem opening key: HKU\\.DEFAULT\\Control
Panel\\International"
+ IDS_ERROR_NLS_KEY_REG "Problem opening key:
HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\Language"
+ IDS_ERROR_NLS_CODE_REG "Problem opening key:
HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\CodePage"
+ IDS_ERROR_INPUT_DLL "Unable to start input.dll"
+END
+
Modified: trunk/reactos/dll/cpl/intl/lang/no-NO.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/intl/lang/no-NO.rc…
==============================================================================
--- trunk/reactos/dll/cpl/intl/lang/no-NO.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/intl/lang/no-NO.rc [iso-8859-1] Mon Feb 3 20:18:11 2014
@@ -195,14 +195,15 @@
STRINGTABLE
BEGIN
IDS_ERROR "Error"
- IDS_ERROR_SYMBOL_SEPARATE "Entered short date separator contain incorrect
symbol"
- IDS_ERROR_SYMBOL_FORMAT_SHORT "Entered short date format contain incorrect
symbol"
- IDS_ERROR_SYMBOL_FORMAT_LONG "Entered long date format contain incorrect
symbol"
- IDS_ERROR_OEM_CODE_PAGE "Problem reading OEM code page"
- IDS_ERROR_ANSI_CODE_PAGE "Problem reading ANSI code page"
- IDS_ERROR_INT_KEY_REG "Problem opening HKCU\\Control Panel\\International
key"
- IDS_ERROR_DEF_INT_KEY_REG "Problem opening HKU\\.DEFAULT\\Control
Panel\\International key"
- IDS_ERROR_NLS_KEY_REG "Problem opening HKU\\.DEFAULT\\Control
Panel\\International key"
- IDS_ERROR_NLS_CODE_REG "Problem opening HKU\\.DEFAULT\\Control
Panel\\International key"
- IDS_ERROR_INPUT_DLL "Can't start input.dll"
-END
+ IDS_ERROR_SYMBOL_SEPARATE "The short date components separator contains
incorrect symbol(s)"
+ IDS_ERROR_SYMBOL_FORMAT_SHORT "The short date format contains incorrect
symbol(s)"
+ IDS_ERROR_SYMBOL_FORMAT_LONG "The long date format contains incorrect
symbol(s)"
+ IDS_ERROR_OEM_CODE_PAGE "There was a problem reading the OEM code page"
+ IDS_ERROR_ANSI_CODE_PAGE "There was a problem reading the ANSI code page"
+ IDS_ERROR_INT_KEY_REG "Problem opening key: HKCU\\Control
Panel\\International"
+ IDS_ERROR_DEF_INT_KEY_REG "Problem opening key: HKU\\.DEFAULT\\Control
Panel\\International"
+ IDS_ERROR_NLS_KEY_REG "Problem opening key:
HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\Language"
+ IDS_ERROR_NLS_CODE_REG "Problem opening key:
HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\CodePage"
+ IDS_ERROR_INPUT_DLL "Unable to start input.dll"
+END
+
Modified: trunk/reactos/dll/cpl/intl/lang/pl-PL.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/intl/lang/pl-PL.rc…
==============================================================================
--- trunk/reactos/dll/cpl/intl/lang/pl-PL.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/intl/lang/pl-PL.rc [iso-8859-1] Mon Feb 3 20:18:11 2014
@@ -203,14 +203,14 @@
STRINGTABLE
BEGIN
IDS_ERROR "Error"
- IDS_ERROR_SYMBOL_SEPARATE "Entered short date separator contain incorrect
symbol"
- IDS_ERROR_SYMBOL_FORMAT_SHORT "Entered short date format contain incorrect
symbol"
- IDS_ERROR_SYMBOL_FORMAT_LONG "Entered long date format contain incorrect
symbol"
- IDS_ERROR_OEM_CODE_PAGE "Problem reading OEM code page"
- IDS_ERROR_ANSI_CODE_PAGE "Problem reading ANSI code page"
- IDS_ERROR_INT_KEY_REG "Problem opening HKCU\\Control Panel\\International
key"
- IDS_ERROR_DEF_INT_KEY_REG "Problem opening HKU\\.DEFAULT\\Control
Panel\\International key"
- IDS_ERROR_NLS_KEY_REG "Problem opening HKU\\.DEFAULT\\Control
Panel\\International key"
- IDS_ERROR_NLS_CODE_REG "Problem opening HKU\\.DEFAULT\\Control
Panel\\International key"
- IDS_ERROR_INPUT_DLL "Can't start input.dll"
-END
+ IDS_ERROR_SYMBOL_SEPARATE "The short date components separator contains
incorrect symbol(s)"
+ IDS_ERROR_SYMBOL_FORMAT_SHORT "The short date format contains incorrect
symbol(s)"
+ IDS_ERROR_SYMBOL_FORMAT_LONG "The long date format contains incorrect
symbol(s)"
+ IDS_ERROR_OEM_CODE_PAGE "There was a problem reading the OEM code page"
+ IDS_ERROR_ANSI_CODE_PAGE "There was a problem reading the ANSI code page"
+ IDS_ERROR_INT_KEY_REG "Problem opening key: HKCU\\Control
Panel\\International"
+ IDS_ERROR_DEF_INT_KEY_REG "Problem opening key: HKU\\.DEFAULT\\Control
Panel\\International"
+ IDS_ERROR_NLS_KEY_REG "Problem opening key:
HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\Language"
+ IDS_ERROR_NLS_CODE_REG "Problem opening key:
HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\CodePage"
+ IDS_ERROR_INPUT_DLL "Unable to start input.dll"
+END
Modified: trunk/reactos/dll/cpl/intl/lang/ro-RO.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/intl/lang/ro-RO.rc…
==============================================================================
--- trunk/reactos/dll/cpl/intl/lang/ro-RO.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/intl/lang/ro-RO.rc [iso-8859-1] Mon Feb 3 20:18:11 2014
@@ -197,14 +197,15 @@
STRINGTABLE
BEGIN
IDS_ERROR "Error"
- IDS_ERROR_SYMBOL_SEPARATE "Entered short date separator contain incorrect
symbol"
- IDS_ERROR_SYMBOL_FORMAT_SHORT "Entered short date format contain incorrect
symbol"
- IDS_ERROR_SYMBOL_FORMAT_LONG "Entered long date format contain incorrect
symbol"
- IDS_ERROR_OEM_CODE_PAGE "Problem reading OEM code page"
- IDS_ERROR_ANSI_CODE_PAGE "Problem reading ANSI code page"
- IDS_ERROR_INT_KEY_REG "Problem opening HKCU\\Control Panel\\International
key"
- IDS_ERROR_DEF_INT_KEY_REG "Problem opening HKU\\.DEFAULT\\Control
Panel\\International key"
- IDS_ERROR_NLS_KEY_REG "Problem opening HKU\\.DEFAULT\\Control
Panel\\International key"
- IDS_ERROR_NLS_CODE_REG "Problem opening HKU\\.DEFAULT\\Control
Panel\\International key"
- IDS_ERROR_INPUT_DLL "Can't start input.dll"
-END
+ IDS_ERROR_SYMBOL_SEPARATE "The short date components separator contains
incorrect symbol(s)"
+ IDS_ERROR_SYMBOL_FORMAT_SHORT "The short date format contains incorrect
symbol(s)"
+ IDS_ERROR_SYMBOL_FORMAT_LONG "The long date format contains incorrect
symbol(s)"
+ IDS_ERROR_OEM_CODE_PAGE "There was a problem reading the OEM code page"
+ IDS_ERROR_ANSI_CODE_PAGE "There was a problem reading the ANSI code page"
+ IDS_ERROR_INT_KEY_REG "Problem opening key: HKCU\\Control
Panel\\International"
+ IDS_ERROR_DEF_INT_KEY_REG "Problem opening key: HKU\\.DEFAULT\\Control
Panel\\International"
+ IDS_ERROR_NLS_KEY_REG "Problem opening key:
HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\Language"
+ IDS_ERROR_NLS_CODE_REG "Problem opening key:
HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\CodePage"
+ IDS_ERROR_INPUT_DLL "Unable to start input.dll"
+END
+
Modified: trunk/reactos/dll/cpl/intl/lang/ru-RU.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/intl/lang/ru-RU.rc…
==============================================================================
--- trunk/reactos/dll/cpl/intl/lang/ru-RU.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/intl/lang/ru-RU.rc [iso-8859-1] Mon Feb 3 20:18:11 2014
@@ -197,14 +197,15 @@
STRINGTABLE
BEGIN
IDS_ERROR "Error"
- IDS_ERROR_SYMBOL_SEPARATE "Entered short date separator contain incorrect
symbol"
- IDS_ERROR_SYMBOL_FORMAT_SHORT "Entered short date format contain incorrect
symbol"
- IDS_ERROR_SYMBOL_FORMAT_LONG "Entered long date format contain incorrect
symbol"
- IDS_ERROR_OEM_CODE_PAGE "Problem reading OEM code page"
- IDS_ERROR_ANSI_CODE_PAGE "Problem reading ANSI code page"
- IDS_ERROR_INT_KEY_REG "Problem opening HKCU\\Control Panel\\International
key"
- IDS_ERROR_DEF_INT_KEY_REG "Problem opening HKU\\.DEFAULT\\Control
Panel\\International key"
- IDS_ERROR_NLS_KEY_REG "Problem opening HKU\\.DEFAULT\\Control
Panel\\International key"
- IDS_ERROR_NLS_CODE_REG "Problem opening HKU\\.DEFAULT\\Control
Panel\\International key"
- IDS_ERROR_INPUT_DLL "Can't start input.dll"
-END
+ IDS_ERROR_SYMBOL_SEPARATE "The short date components separator contains
incorrect symbol(s)"
+ IDS_ERROR_SYMBOL_FORMAT_SHORT "The short date format contains incorrect
symbol(s)"
+ IDS_ERROR_SYMBOL_FORMAT_LONG "The long date format contains incorrect
symbol(s)"
+ IDS_ERROR_OEM_CODE_PAGE "There was a problem reading the OEM code page"
+ IDS_ERROR_ANSI_CODE_PAGE "There was a problem reading the ANSI code page"
+ IDS_ERROR_INT_KEY_REG "Problem opening key: HKCU\\Control
Panel\\International"
+ IDS_ERROR_DEF_INT_KEY_REG "Problem opening key: HKU\\.DEFAULT\\Control
Panel\\International"
+ IDS_ERROR_NLS_KEY_REG "Problem opening key:
HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\Language"
+ IDS_ERROR_NLS_CODE_REG "Problem opening key:
HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\CodePage"
+ IDS_ERROR_INPUT_DLL "Unable to start input.dll"
+END
+
Modified: trunk/reactos/dll/cpl/intl/lang/sk-SK.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/intl/lang/sk-SK.rc…
==============================================================================
--- trunk/reactos/dll/cpl/intl/lang/sk-SK.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/intl/lang/sk-SK.rc [iso-8859-1] Mon Feb 3 20:18:11 2014
@@ -201,14 +201,15 @@
STRINGTABLE
BEGIN
IDS_ERROR "Error"
- IDS_ERROR_SYMBOL_SEPARATE "Entered short date separator contain incorrect
symbol"
- IDS_ERROR_SYMBOL_FORMAT_SHORT "Entered short date format contain incorrect
symbol"
- IDS_ERROR_SYMBOL_FORMAT_LONG "Entered long date format contain incorrect
symbol"
- IDS_ERROR_OEM_CODE_PAGE "Problem reading OEM code page"
- IDS_ERROR_ANSI_CODE_PAGE "Problem reading ANSI code page"
- IDS_ERROR_INT_KEY_REG "Problem opening HKCU\\Control Panel\\International
key"
- IDS_ERROR_DEF_INT_KEY_REG "Problem opening HKU\\.DEFAULT\\Control
Panel\\International key"
- IDS_ERROR_NLS_KEY_REG "Problem opening HKU\\.DEFAULT\\Control
Panel\\International key"
- IDS_ERROR_NLS_CODE_REG "Problem opening HKU\\.DEFAULT\\Control
Panel\\International key"
- IDS_ERROR_INPUT_DLL "Can't start input.dll"
-END
+ IDS_ERROR_SYMBOL_SEPARATE "The short date components separator contains
incorrect symbol(s)"
+ IDS_ERROR_SYMBOL_FORMAT_SHORT "The short date format contains incorrect
symbol(s)"
+ IDS_ERROR_SYMBOL_FORMAT_LONG "The long date format contains incorrect
symbol(s)"
+ IDS_ERROR_OEM_CODE_PAGE "There was a problem reading the OEM code page"
+ IDS_ERROR_ANSI_CODE_PAGE "There was a problem reading the ANSI code page"
+ IDS_ERROR_INT_KEY_REG "Problem opening key: HKCU\\Control
Panel\\International"
+ IDS_ERROR_DEF_INT_KEY_REG "Problem opening key: HKU\\.DEFAULT\\Control
Panel\\International"
+ IDS_ERROR_NLS_KEY_REG "Problem opening key:
HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\Language"
+ IDS_ERROR_NLS_CODE_REG "Problem opening key:
HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\CodePage"
+ IDS_ERROR_INPUT_DLL "Unable to start input.dll"
+END
+
Modified: trunk/reactos/dll/cpl/intl/lang/tr-TR.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/intl/lang/tr-TR.rc…
==============================================================================
--- trunk/reactos/dll/cpl/intl/lang/tr-TR.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/intl/lang/tr-TR.rc [iso-8859-1] Mon Feb 3 20:18:11 2014
@@ -197,14 +197,14 @@
STRINGTABLE
BEGIN
IDS_ERROR "Error"
- IDS_ERROR_SYMBOL_SEPARATE "Entered short date separator contain incorrect
symbol"
- IDS_ERROR_SYMBOL_FORMAT_SHORT "Entered short date format contain incorrect
symbol"
- IDS_ERROR_SYMBOL_FORMAT_LONG "Entered long date format contain incorrect
symbol"
- IDS_ERROR_OEM_CODE_PAGE "Problem reading OEM code page"
- IDS_ERROR_ANSI_CODE_PAGE "Problem reading ANSI code page"
- IDS_ERROR_INT_KEY_REG "Problem opening HKCU\\Control Panel\\International
key"
- IDS_ERROR_DEF_INT_KEY_REG "Problem opening HKU\\.DEFAULT\\Control
Panel\\International key"
- IDS_ERROR_NLS_KEY_REG "Problem opening HKU\\.DEFAULT\\Control
Panel\\International key"
- IDS_ERROR_NLS_CODE_REG "Problem opening HKU\\.DEFAULT\\Control
Panel\\International key"
- IDS_ERROR_INPUT_DLL "Can't start input.dll"
-END
+ IDS_ERROR_SYMBOL_SEPARATE "The short date components separator contains
incorrect symbol(s)"
+ IDS_ERROR_SYMBOL_FORMAT_SHORT "The short date format contains incorrect
symbol(s)"
+ IDS_ERROR_SYMBOL_FORMAT_LONG "The long date format contains incorrect
symbol(s)"
+ IDS_ERROR_OEM_CODE_PAGE "There was a problem reading the OEM code page"
+ IDS_ERROR_ANSI_CODE_PAGE "There was a problem reading the ANSI code page"
+ IDS_ERROR_INT_KEY_REG "Problem opening key: HKCU\\Control
Panel\\International"
+ IDS_ERROR_DEF_INT_KEY_REG "Problem opening key: HKU\\.DEFAULT\\Control
Panel\\International"
+ IDS_ERROR_NLS_KEY_REG "Problem opening key:
HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\Language"
+ IDS_ERROR_NLS_CODE_REG "Problem opening key:
HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\CodePage"
+ IDS_ERROR_INPUT_DLL "Unable to start input.dll"
+END
Modified: trunk/reactos/dll/cpl/intl/lang/uk-UA.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/intl/lang/uk-UA.rc…
==============================================================================
--- trunk/reactos/dll/cpl/intl/lang/uk-UA.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/intl/lang/uk-UA.rc [iso-8859-1] Mon Feb 3 20:18:11 2014
@@ -203,14 +203,14 @@
STRINGTABLE
BEGIN
IDS_ERROR "Error"
- IDS_ERROR_SYMBOL_SEPARATE "Entered short date separator contain incorrect
symbol"
- IDS_ERROR_SYMBOL_FORMAT_SHORT "Entered short date format contain incorrect
symbol"
- IDS_ERROR_SYMBOL_FORMAT_LONG "Entered long date format contain incorrect
symbol"
- IDS_ERROR_OEM_CODE_PAGE "Problem reading OEM code page"
- IDS_ERROR_ANSI_CODE_PAGE "Problem reading ANSI code page"
- IDS_ERROR_INT_KEY_REG "Problem opening HKCU\\Control Panel\\International
key"
- IDS_ERROR_DEF_INT_KEY_REG "Problem opening HKU\\.DEFAULT\\Control
Panel\\International key"
- IDS_ERROR_NLS_KEY_REG "Problem opening HKU\\.DEFAULT\\Control
Panel\\International key"
- IDS_ERROR_NLS_CODE_REG "Problem opening HKU\\.DEFAULT\\Control
Panel\\International key"
- IDS_ERROR_INPUT_DLL "Can't start input.dll"
-END
+ IDS_ERROR_SYMBOL_SEPARATE "The short date components separator contains
incorrect symbol(s)"
+ IDS_ERROR_SYMBOL_FORMAT_SHORT "The short date format contains incorrect
symbol(s)"
+ IDS_ERROR_SYMBOL_FORMAT_LONG "The long date format contains incorrect
symbol(s)"
+ IDS_ERROR_OEM_CODE_PAGE "There was a problem reading the OEM code page"
+ IDS_ERROR_ANSI_CODE_PAGE "There was a problem reading the ANSI code page"
+ IDS_ERROR_INT_KEY_REG "Problem opening key: HKCU\\Control
Panel\\International"
+ IDS_ERROR_DEF_INT_KEY_REG "Problem opening key: HKU\\.DEFAULT\\Control
Panel\\International"
+ IDS_ERROR_NLS_KEY_REG "Problem opening key:
HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\Language"
+ IDS_ERROR_NLS_CODE_REG "Problem opening key:
HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\CodePage"
+ IDS_ERROR_INPUT_DLL "Unable to start input.dll"
+END
Modified: trunk/reactos/dll/cpl/intl/lang/zh-CN.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/intl/lang/zh-CN.rc…
==============================================================================
--- trunk/reactos/dll/cpl/intl/lang/zh-CN.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/intl/lang/zh-CN.rc [iso-8859-1] Mon Feb 3 20:18:11 2014
@@ -199,14 +199,15 @@
STRINGTABLE
BEGIN
IDS_ERROR "Error"
- IDS_ERROR_SYMBOL_SEPARATE "Entered short date separator contain incorrect
symbol"
- IDS_ERROR_SYMBOL_FORMAT_SHORT "Entered short date format contain incorrect
symbol"
- IDS_ERROR_SYMBOL_FORMAT_LONG "Entered long date format contain incorrect
symbol"
- IDS_ERROR_OEM_CODE_PAGE "Problem reading OEM code page"
- IDS_ERROR_ANSI_CODE_PAGE "Problem reading ANSI code page"
- IDS_ERROR_INT_KEY_REG "Problem opening HKCU\\Control Panel\\International
key"
- IDS_ERROR_DEF_INT_KEY_REG "Problem opening HKU\\.DEFAULT\\Control
Panel\\International key"
- IDS_ERROR_NLS_KEY_REG "Problem opening HKU\\.DEFAULT\\Control
Panel\\International key"
- IDS_ERROR_NLS_CODE_REG "Problem opening HKU\\.DEFAULT\\Control
Panel\\International key"
- IDS_ERROR_INPUT_DLL "Can't start input.dll"
-END
+ IDS_ERROR_SYMBOL_SEPARATE "The short date components separator contains
incorrect symbol(s)"
+ IDS_ERROR_SYMBOL_FORMAT_SHORT "The short date format contains incorrect
symbol(s)"
+ IDS_ERROR_SYMBOL_FORMAT_LONG "The long date format contains incorrect
symbol(s)"
+ IDS_ERROR_OEM_CODE_PAGE "There was a problem reading the OEM code page"
+ IDS_ERROR_ANSI_CODE_PAGE "There was a problem reading the ANSI code page"
+ IDS_ERROR_INT_KEY_REG "Problem opening key: HKCU\\Control
Panel\\International"
+ IDS_ERROR_DEF_INT_KEY_REG "Problem opening key: HKU\\.DEFAULT\\Control
Panel\\International"
+ IDS_ERROR_NLS_KEY_REG "Problem opening key:
HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\Language"
+ IDS_ERROR_NLS_CODE_REG "Problem opening key:
HKLM\\SYSTEM\\CurrentControlSet\\Control\\NLS\\CodePage"
+ IDS_ERROR_INPUT_DLL "Unable to start input.dll"
+END
+