remove unused string resources
Change-Id: Ie764adf7a602e9335e6da1de94d6f737feea6364
This commit is contained in:
parent
e8451dba20
commit
5a27543e41
4 changed files with 0 additions and 88 deletions
|
@ -33,7 +33,6 @@
|
|||
#define STR_CLOSELINKMSG 32011
|
||||
#define STR_CLOSELINKMSG_MULTI 32024
|
||||
#define STR_WAITINGLINK 32028
|
||||
#define STR_EDIT_APPLET 32029
|
||||
|
||||
|
||||
#define FL_CHOICE 15
|
||||
|
|
|
@ -733,9 +733,3 @@ String MD_INSERT_OBJECT_IFRAME
|
|||
{
|
||||
Text [ en-US ] = "Select File for Floating Frame" ;
|
||||
};
|
||||
|
||||
String STR_EDIT_APPLET
|
||||
{
|
||||
Text [ en-US ] = "Edit Applet" ;
|
||||
};
|
||||
|
||||
|
|
|
@ -18,27 +18,10 @@
|
|||
*/
|
||||
|
||||
// Strings
|
||||
#define STR_INS_OBJECT 32000
|
||||
#define STR_INS_OBJECT_ICON 32001
|
||||
#define STR_INS_FILE 32002
|
||||
#define STR_INS_FILE_ICON 32003
|
||||
#define STR_INS_FILE_LINK 32004
|
||||
#define STR_INS_FILE_ICON_LINK 32005
|
||||
#define STR_PASTE 32012
|
||||
#define STR_ERROR_DDE 32013
|
||||
#define STR_ERROR_OBJNOCREATE 32014
|
||||
#define STR_ERROR_OBJNOCREATE_FROM_FILE 32015
|
||||
#define STR_VERB_OPEN 32016
|
||||
#define STR_PLUGIN_CANT_SHOW 32017
|
||||
#define STR_ERROR_OBJNOCREATE_PLUGIN 32018
|
||||
#define STR_INS_PLUGIN 32019
|
||||
#define STR_CONVERT_TO 32010
|
||||
#define STR_ACTIVATE_AS 32021
|
||||
#define STR_QUERYUPDATELINKS 32022
|
||||
#define STR_INS_APPLET 32023
|
||||
#define STR_VERB_PROPS 32025
|
||||
#define STR_FURTHER_OBJECT 32026
|
||||
#define STR_EDIT_APPLET 32029
|
||||
#define STR_UNKNOWN_SOURCE 32027
|
||||
|
||||
#define BMP_PLUGIN 32000
|
||||
|
|
|
@ -176,66 +176,10 @@ Resource RID_SO_ERRCTX
|
|||
Text [ en-US ] = "$(ERR) activating object" ;
|
||||
};
|
||||
};
|
||||
String STR_INS_OBJECT
|
||||
{
|
||||
Text [ en-US ] = "Inserts a new %1-Object into your document." ;
|
||||
};
|
||||
String STR_INS_OBJECT_ICON
|
||||
{
|
||||
Text [ en-US ] = "Inserts a new %1-Object into your document as a symbol." ;
|
||||
};
|
||||
String STR_INS_FILE
|
||||
{
|
||||
Text [ en-US ] = "Inserts the contents of the file into your document to enable later editing in the original application." ;
|
||||
};
|
||||
String STR_INS_PLUGIN
|
||||
{
|
||||
Text [ en-US ] = "Inserts a plug-in object into your document with a reference to the plug-in data. When the object is activated, the plug-in is automatically executed." ;
|
||||
};
|
||||
String STR_INS_APPLET
|
||||
{
|
||||
Text [ en-US ] = "Inserts an applet object into your document. When the object is activated, the applet is automatically executed." ;
|
||||
};
|
||||
String STR_INS_FILE_ICON
|
||||
{
|
||||
Text [ en-US ] = "Inserts the contents of the file as an icon into your document." ;
|
||||
};
|
||||
String STR_INS_FILE_LINK
|
||||
{
|
||||
Text [ en-US ] = "Inserts the contents of the file into your document and creates a link to the source file. Changes made to the source file will be reflected in your document." ;
|
||||
};
|
||||
String STR_INS_FILE_ICON_LINK
|
||||
{
|
||||
Text [ en-US ] = "Inserts an icon into your document representing the file. Changes made to the source file will be reflected in your document." ;
|
||||
};
|
||||
String STR_PASTE
|
||||
{
|
||||
Text [ en-US ] = "Pastes the contents of the clipboard as %1 in your document." ;
|
||||
};
|
||||
String STR_CONVERT_TO
|
||||
{
|
||||
Text [ en-US ] = "Converts the selected %1object to the object type %2." ;
|
||||
};
|
||||
String STR_ACTIVATE_AS
|
||||
{
|
||||
Text [ en-US ] = "All objects of type %1 are activated as %2, but not converted" ;
|
||||
};
|
||||
String STR_VERB_OPEN
|
||||
{
|
||||
Text [ en-US ] = "~Open" ;
|
||||
};
|
||||
String STR_VERB_PROPS
|
||||
{
|
||||
Text [ en-US ] = "~Properties" ;
|
||||
};
|
||||
String STR_PLUGIN_CANT_SHOW
|
||||
{
|
||||
Text [ en-US ] = "Plug-in % cannot be displayed." ;
|
||||
};
|
||||
String STR_ERROR_DDE
|
||||
{
|
||||
Text [ en-US ] = "DDE link to % for % area % are not available." ;
|
||||
};
|
||||
String STR_ERROR_OBJNOCREATE
|
||||
{
|
||||
Text [ en-US ] = "Object % could not be inserted." ;
|
||||
|
@ -248,18 +192,10 @@ String STR_ERROR_OBJNOCREATE_PLUGIN
|
|||
{
|
||||
Text [ en-US ] = "Plug-in from document % could not be inserted." ;
|
||||
};
|
||||
String STR_QUERYUPDATELINKS
|
||||
{
|
||||
Text [ en-US ] = "Update all links?" ;
|
||||
};
|
||||
String STR_FURTHER_OBJECT
|
||||
{
|
||||
Text [ en-US ] = "Further objects" ;
|
||||
};
|
||||
String STR_EDIT_APPLET
|
||||
{
|
||||
Text [ en-US ] = "Edit Applet" ;
|
||||
};
|
||||
|
||||
Bitmap BMP_PLUGIN
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue