* Improve the English strings for the error dialogs. By Lee Schroeder.
CORE-7841 #resolve

svn path=/trunk/; revision=61935
This commit is contained in:
Amine Khaldi 2014-02-02 23:45:28 +00:00
parent 7eb7ed4823
commit d0beff2a31

View file

@ -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