Author: akhaldi Date: Sun Feb 2 23:45:28 2014 New Revision: 61935
URL: http://svn.reactos.org/svn/reactos?rev=61935&view=rev Log: [INTL] * Improve the English strings for the error dialogs. By Lee Schroeder. CORE-7841 #resolve
Modified: trunk/reactos/dll/cpl/intl/lang/en-US.rc
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] Sun Feb 2 23:45:28 2014 @@ -195,14 +195,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: 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