Kaydet (Commit) ac3800fb authored tarafından Thomas Arnhold's avatar Thomas Arnhold

hrc cleanup: Remove unused Strings in desktop

Change-Id: I4c3550bcc214bd675c9f86b95597449255f6154a
üst 2e7702fb
......@@ -41,14 +41,11 @@
#define EBX_ERR_PRINTDISABLED (RID_DESKTOP_DIALOG_START+190)
#define STR_RECOVER_QUERY (RID_DESKTOP_STRING_START+0)
#define STR_RECOVER_TITLE (RID_DESKTOP_STRING_START+1)
#define STR_RECOVER_PREPARED (RID_DESKTOP_STRING_START+2)
#define STR_BOOTSTRAP_ERR_CANNOT_START (RID_DESKTOP_STRING_START+100)
#define STR_BOOTSTRAP_ERR_DIR_MISSING (RID_DESKTOP_STRING_START+101)
#define STR_BOOTSTRAP_ERR_PATH_INVALID (RID_DESKTOP_STRING_START+102)
#define STR_BOOTSTRAP_ERR_NO_PATH (RID_DESKTOP_STRING_START+103)
#define STR_BOOTSTRAP_ERR_INTERNAL (RID_DESKTOP_STRING_START+104)
#define STR_BOOTSTRAP_ERR_FILE_CORRUPT (RID_DESKTOP_STRING_START+105)
#define STR_BOOTSTRAP_ERR_FILE_MISSING (RID_DESKTOP_STRING_START+106)
......@@ -64,16 +61,11 @@
#define STR_INTERNAL_ERRMSG (RID_DESKTOP_STRING_START+161)
#define STR_CONFIG_ERR_SETTINGS_INCOMPLETE (RID_DESKTOP_STRING_START+182)
#define STR_CONFIG_ERR_CANNOT_CONNECT (RID_DESKTOP_STRING_START+183)
#define STR_CONFIG_ERR_RIGHTS_MISSING (RID_DESKTOP_STRING_START+184)
#define STR_CONFIG_ERR_ACCESS_GENERAL (RID_DESKTOP_STRING_START+187)
#define STR_CONFIG_ERR_NO_WRITE_ACCESS (RID_DESKTOP_STRING_START+188)
#define STR_BOOSTRAP_ERR_NOTENOUGHDISKSPACE (RID_DESKTOP_STRING_START+189)
#define STR_BOOSTRAP_ERR_NOACCESSRIGHTS (RID_DESKTOP_STRING_START+190)
#define STR_TITLE_USERDATALOCKED (RID_DESKTOP_STRING_START+206)
#define STR_TITLE_EXPIRED (RID_DESKTOP_STRING_START+207)
#endif // _DESKTOP_HRC_
......@@ -28,16 +28,6 @@
#include "desktop.hrc"
String STR_RECOVER_QUERY
{
Text [ en-US ] = "Should the file \"$1\" be restored?" ;
};
String STR_RECOVER_TITLE
{
Text [ en-US ] = "File Recovery" ;
};
WarningBox STR_RECOVER_PREPARED
{
Message [ en-US ] = "An unrecoverable error has occurred.\n\nAll modified files have been saved and can\nprobably be recovered at program restart." ;
......@@ -58,11 +48,6 @@ String STR_BOOTSTRAP_ERR_PATH_INVALID
Text [ en-US ] = "The installation path is invalid.";
};
String STR_BOOTSTRAP_ERR_NO_PATH
{
Text [ en-US ] = "The installation path is not available.";
};
String STR_BOOTSTRAP_ERR_INTERNAL
{
Text [ en-US ] = "An internal error occurred.";
......@@ -103,31 +88,11 @@ String STR_ASK_START_SETUP_MANUALLY
Text [ en-US ] = "Start the setup application to repair the installation from the CD or the folder containing the installation packages.";
};
String STR_CONFIG_ERR_SETTINGS_INCOMPLETE
{
Text [ en-US ] = "The startup settings for accessing the central configuration are incomplete. ";
};
String STR_CONFIG_ERR_CANNOT_CONNECT
{
Text [ en-US ] = "A connection to the central configuration could not be established. ";
};
String STR_CONFIG_ERR_RIGHTS_MISSING
{
Text [ en-US ] = "You cannot access the central configuration because of missing access rights. ";
};
String STR_CONFIG_ERR_ACCESS_GENERAL
{
Text [ en-US ] = "A general error occurred while accessing your central configuration. ";
};
String STR_CONFIG_ERR_NO_WRITE_ACCESS
{
Text [ en-US ] = "The changes to your personal settings cannot be stored centrally because of missing access rights. ";
};
String STR_BOOTSTRAP_ERR_CFG_DATAACCESS
{
Text [ en-US ] = "%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\n\nPlease contact your system administrator." ;
......@@ -213,11 +178,6 @@ InfoBox INFOBOX_EXPIRED
Message [ en-US ] = "This Evaluation Version has expired. To find out more about %PRODUCTNAME,\nvisit http://www.oracle.com/us/products/applications/open-office.";
};
String STR_TITLE_EXPIRED
{
Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION";
};
String STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE
{
Text [ en-US ] = "The path manager is not available.\n";
......
......@@ -24,7 +24,6 @@
#define RID_STR_BASIC_LIB (RID_DEPLOYMENT_SCRIPT_START+10)
#define RID_STR_DIALOG_LIB (RID_DEPLOYMENT_SCRIPT_START+11)
#define RID_STR_LIBNAME_ALREADY_EXISTS (RID_DEPLOYMENT_SCRIPT_START+15)
#define RID_STR_CANNOT_DETERMINE_LIBNAME (RID_DEPLOYMENT_SCRIPT_START+16)
#endif
......@@ -33,8 +33,3 @@ String RID_STR_CANNOT_DETERMINE_LIBNAME
Text [ en-US ] = "The library name could not be determined.";
};
String RID_STR_LIBNAME_ALREADY_EXISTS
{
Text [ en-US ] = "This library name already exists. Please choose a different name.";
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment