From d0beff2a31f9f21bc2f0effd85fca1744dac7d64 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sun, 2 Feb 2014 23:45:28 +0000 Subject: [PATCH] [INTL] * Improve the English strings for the error dialogs. By Lee Schroeder. CORE-7841 #resolve svn path=/trunk/; revision=61935 --- reactos/dll/cpl/intl/lang/en-US.rc | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/reactos/dll/cpl/intl/lang/en-US.rc b/reactos/dll/cpl/intl/lang/en-US.rc index dff5ad8ba95..a146b461e02 100644 --- a/reactos/dll/cpl/intl/lang/en-US.rc +++ b/reactos/dll/cpl/intl/lang/en-US.rc @@ -195,14 +195,14 @@ END 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" + 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: HKU\\.DEFAULT\\Control Panel\\International" + IDS_ERROR_NLS_CODE_REG "Problem opening key: HKU\\.DEFAULT\\Control Panel\\International" + IDS_ERROR_INPUT_DLL "Unable to start input.dll" END