Revert hrc string cleanup

This reverts mostly all of my hrc string cleanup commits. As Markus
stated in dc05a825e7 those are erroneous
and mostly untested. And therefore absolutely unsave. I only did test
them by compiling and checking the main screens. Cleaning those files
seems to be much more complicated than I thought.

So to be absolutely save I do this huge revert. Sorry for this.

Revert "hrc cleanup: Further cleanup"
This reverts commit 60212988e1.

Revert "hrc cleanup: Remove unused strings"
This reverts commit 0e2d7550dd.

Revert "hrc cleanup: Remove unused Strings in sfx2/source/doc/doc.hrc"
This reverts commit efb74b5dfd.

Revert "hrc cleanup: Remove unused Strings in cui"
This reverts commit 527e8f6186.

Revert "hrc cleanup: Remove unused Strings in desktop"
This reverts commit ac3800fbb9.

Revert "hrc cleanup: Remove unused cstitem.src"
This reverts commit ae95e31831.

Revert "hrc cleanup: Remove unused strings in wizards"
This reverts commit 20f9a17443.

Revert "hrc cleanup: Remove unused Strings in sfx2"
This reverts commit c26d4d3446.
This commit is contained in:
Thomas Arnhold
2012-07-18 23:25:09 +02:00
parent 7ed5b092f8
commit 3e7832724e
30 changed files with 1053 additions and 0 deletions

View File

@@ -679,6 +679,11 @@ ModalDialog MD_ICONCHANGE
};
// Strings ---------------------------------------------------------------
String RID_SVXSTR_IMPORT_ICON_ERROR
{
Text [ en-US ] = "The files listed below could not be imported. The file format could not be interpreted." ;
};
String RID_SVXSTR_DELETE_ICON_CONFIRM //added for issue73355
{
Text [ en-US ] = "Are you sure to delete the image?" ;
@@ -719,6 +724,16 @@ String RID_SVXSTR_COMMANDS
Text [ en-US ] = "Commands" ;
};
String RID_SVXSTR_COMMAND
{
Text [ en-US ] = "Command" ;
};
String RID_SVXSTR_TOOLBAR_NAME
{
TEXT_TOOLBAR_NAME
};
/* %MENUNAME will be replaced at runtime by the name of the selected menu. */
QueryBox QBX_CONFIRM_DELETE_MENU
{

View File

@@ -433,6 +433,26 @@ String RID_SVXSTR_EVENT_TITLECHANGED
Text [ en-US ] = "Document title changed" ;
};
String RID_SVXSTR_EVENT_MODECHANGED
{
Text [ en-US ] = "Document mode changed" ;
};
String RID_SVXSTR_EVENT_VISAREACHANGED
{
Text [ en-US ] = "Visible area changed" ;
};
String RID_SVXSTR_EVENT_STORAGECHANGED
{
Text [ en-US ] = "Document has got a new storage" ;
};
String RID_SVXSTR_EVENT_LAYOUT_FINISHED
{
Text [ en-US ] = "Document layout finished" ;
};
String RID_SVXSTR_EVENT_SELECTIONCHANGED
{
Text [ en-US ] = "Selection changed" ;

View File

@@ -29,6 +29,11 @@
#include "cuires.hrc"
#include "hyphen.hrc"
String RID_SVXSTR_HMERR_CHECKINSTALL
{
Text [ en-US ] = "is not available for spellchecking\nPlease check your installation and install the desired language\n" ;
};
// RID_SVXDLG_HYPHENATE --------------------------------------------------
ModalDialog RID_SVXDLG_HYPHENATE
{

View File

@@ -207,6 +207,10 @@ String RID_SVXSTR_DELFAILED
{
Text [ en-US ] = "The selected object could not be deleted.";
};
String RID_SVXSTR_DELFAILEDPERM
{
Text [ en-US ] = " You do not have permission to delete this object.";
};
String RID_SVXSTR_DELFAILED_TITLE
{
Text [ en-US ] = "Error Deleting Object";
@@ -219,6 +223,10 @@ String RID_SVXSTR_CREATEFAILEDDUP
{
Text [ en-US ] = " Object with the same name already exists.";
};
String RID_SVXSTR_CREATEFAILEDPERM
{
Text [ en-US ] = " You do not have permission to create this object.";
};
String RID_SVXSTR_CREATEFAILED_TITLE
{
Text [ en-US ] = "Error Creating Object";
@@ -227,6 +235,10 @@ String RID_SVXSTR_RENAMEFAILED
{
Text [ en-US ] = "The object could not be renamed.";
};
String RID_SVXSTR_RENAMEFAILEDPERM
{
Text [ en-US ] = " You do not have permission to rename this object.";
};
String RID_SVXSTR_RENAMEFAILED_TITLE
{
Text [ en-US ] = "Error Renaming Object";
@@ -266,6 +278,11 @@ String RID_SVXSTR_FRAMEWORK_ERROR_RUNNING
Text [ en-US ] = "A Scripting Framework error occurred while running the %LANGUAGENAME script %SCRIPTNAME.";
};
String RID_SVXSTR_FRAMEWORK_ERROR_AT_LINE
{
Text [ en-US ] = "A Scripting Framework error occurred while running the %LANGUAGENAME script %SCRIPTNAME at line: %LINENUMBER.";
};
String RID_SVXSTR_ERROR_TYPE_LABEL
{
Text [ en-US ] = "Type:";

View File

@@ -177,6 +177,29 @@
#define RID_SVXSTR_READONLY_CONFIG_TIP (RID_SVX_START + 1026)
#define RID_SVXQB_CHANGEDATA (RID_SVX_START + 214) //?
#define RID_SVXERR_OPT_DOUBLEPATHS (RID_SVX_START + 208) //?
#define RID_SVXSTR_KEY_AUTOCORRECT_DIR (RID_SVX_START + 1004) //?
#define RID_SVXSTR_KEY_DICTIONARY_PATH (RID_SVX_START + 1010)//?
#define RID_SVXSTR_KEY_LINGUISTIC_DIR (RID_SVX_START + 1016)//?
#define RID_SVXSTR_KEY_USERCONFIG_PATH (RID_SVX_START + 1023)//?
#define RID_SVXSTR_KEY_FILTER_PATH (RID_SVX_START + 1012)//?
#define RID_SVXSTR_KEY_ADDINS_PATH (RID_SVX_START + 1003)//?
#define RID_SVXSTR_KEY_FAVORITES_DIR (RID_SVX_START + 1011)//?
#define RID_SVXSTR_KEY_PLUGINS_PATH (RID_SVX_START + 1019)//?
#define RID_SVXSTR_KEY_TEMP_PATH (RID_SVX_START + 1021)//?
#define RID_SVXSTR_KEY_STORAGE_DIR (RID_SVX_START + 1020)//?
#define RID_SVXSTR_KEY_GALLERY_DIR (RID_SVX_START + 1013)//?
#define RID_SVXSTR_KEY_HELP_DIR (RID_SVX_START + 1015)//?
#define RID_SVXSTR_KEY_GLOSSARY_PATH (RID_SVX_START + 1005)//?
#define RID_SVXSTR_KEY_TEMPLATE_PATH (RID_SVX_START + 1022)//?
#define RID_SVXSTR_KEY_MODULES_PATH (RID_SVX_START + 1017)//?
#define RID_SVXSTR_KEY_BACKUP_PATH (RID_SVX_START + 1006)//?
#define RID_SVXSTR_KEY_PALETTE_PATH (RID_SVX_START + 1018)//?
#define RID_SVXSTR_KEY_CONFIG_DIR (RID_SVX_START + 1009)//?
#define RID_SVXSTR_KEY_WORK_PATH (RID_SVX_START + 1024)//?
#define RID_SVXSTR_KEY_GRAPHICS_PATH (RID_SVX_START + 1014)//?
#define RID_SVXSTR_KEY_BASIC_PATH (RID_SVX_START + 1007)//?
#define RID_SVXSTR_KEY_BITMAP_PATH (RID_SVX_START + 1008)//?
#define RID_SVXSTR_KEY_USERDICTIONARY_DIR (RID_SVX_START + 1025)//?
// dialogs
#define RID_SVX_WND_COMMON_LINGU ( RID_SVX_START + 0 )
@@ -184,6 +207,7 @@
#define RID_SVXDLG_SEARCHATTR (RID_SVX_START + 22)
#define RID_SVXDLG_HYPHENATE (RID_SVX_START + 30)
#define RID_SVXDLG_THESAURUS (RID_SVX_START + 31)
#define RID_SVXSTR_HMERR_CHECKINSTALL (RID_SVX_START + 94)
// hyperlink dialog
#define RID_SVXDLG_NEWHYPERLINK (RID_SVX_START + 227)
@@ -261,11 +285,14 @@
#define RID_SVXSTR_DELQUERY (RID_SVX_START + 1027)
#define RID_SVXSTR_DELQUERY_TITLE (RID_SVX_START + 1028)
#define RID_SVXSTR_DELFAILED (RID_SVX_START + 1029)
#define RID_SVXSTR_DELFAILEDPERM (RID_SVX_START + 1030)
#define RID_SVXSTR_DELFAILED_TITLE (RID_SVX_START + 1031)
#define RID_SVXSTR_CREATEFAILED (RID_SVX_START + 1032)
#define RID_SVXSTR_CREATEFAILEDPERM (RID_SVX_START + 1033)
#define RID_SVXSTR_CREATEFAILEDDUP (RID_SVX_START + 1034)
#define RID_SVXSTR_CREATEFAILED_TITLE (RID_SVX_START + 1035)
#define RID_SVXSTR_RENAMEFAILED (RID_SVX_START + 1036)
#define RID_SVXSTR_RENAMEFAILEDPERM (RID_SVX_START + 1037)
#define RID_SVXSTR_RENAMEFAILED_TITLE (RID_SVX_START + 1038)
#define RID_SVXSTR_ERROR_TITLE (RID_SVX_START + 1100)
#define RID_SVXSTR_ERROR_LANG_NOT_SUPPORTED (RID_SVX_START + 1101)
@@ -274,6 +301,7 @@
#define RID_SVXSTR_ERROR_AT_LINE (RID_SVX_START + 1104)
#define RID_SVXSTR_EXCEPTION_AT_LINE (RID_SVX_START + 1105)
#define RID_SVXSTR_FRAMEWORK_ERROR_RUNNING (RID_SVX_START + 1106)
#define RID_SVXSTR_FRAMEWORK_ERROR_AT_LINE (RID_SVX_START + 1107)
#define RID_SVXSTR_ERROR_TYPE_LABEL (RID_SVX_START + 1108)
#define RID_SVXSTR_ERROR_MESSAGE_LABEL (RID_SVX_START + 1109)
@@ -301,6 +329,7 @@
#define RID_SVXSTR_ADD_SUBMENU (RID_SVX_START + 1048)
#define RID_SVXSTR_SUBMENU_NAME (RID_SVX_START + 1049)
#define RID_SVXSTR_MENU_ADDCOMMANDS_DESCRIPTION (RID_SVX_START + 1050)
#define RID_SVXSTR_IMPORT_ICON_ERROR (RID_SVX_START + 1117)
#define RID_SVXSTR_DELETE_ICON_CONFIRM (RID_SVX_START + 1163) //added for issue73355
#define RID_SVXSTR_REPLACE_ICON_WARNING (RID_SVX_START + 1164) //added for issue73355
#define RID_SVXSTR_REPLACE_ICON_CONFIRM (RID_SVX_START + 1165) //added for issue73355
@@ -309,6 +338,8 @@
#define RID_SVXSTR_TOOLBAR (RID_SVX_START + 1043)
#define RID_SVXSTR_TOOLBAR_CONTENT (RID_SVX_START + 1044)
#define RID_SVXSTR_COMMANDS (RID_SVX_START + 1045)
#define RID_SVXSTR_COMMAND (RID_SVX_START + 1046)
#define RID_SVXSTR_TOOLBAR_NAME (RID_SVX_START + 1047)
#define RID_SVXSTR_CONFIRM_MENU_RESET (RID_SVX_START + 1115)
#define RID_SVXSTR_CONFIRM_TOOLBAR_RESET (RID_SVX_START + 1116)
#define RID_SVXSTR_LABEL_NEW_NAME (RID_SVX_START + 1135)
@@ -376,9 +407,13 @@
#define RID_SVXSTR_EVENT_PREPARECLOSEVIEW (RID_SVX_START + 1180)
#define RID_SVXSTR_EVENT_CLOSEVIEW (RID_SVX_START + 1181)
#define RID_SVXSTR_EVENT_TITLECHANGED (RID_SVX_START + 1182)
#define RID_SVXSTR_EVENT_MODECHANGED (RID_SVX_START + 1183)
#define RID_SVXSTR_EVENT_VISAREACHANGED (RID_SVX_START + 1184)
#define RID_SVXSTR_EVENT_STORAGECHANGED (RID_SVX_START + 1185)
#define RID_SVXSTR_EVENT_MAILMERGE_END (RID_SVX_START + 1186)
#define RID_SVXSTR_EVENT_FIELDMERGE (RID_SVX_START + 1187)
#define RID_SVXSTR_EVENT_FIELDMERGE_FINISHED (RID_SVX_START + 1188)
#define RID_SVXSTR_EVENT_LAYOUT_FINISHED (RID_SVX_START + 1189)
// For now, keep new IDs unique only within cui.
// Later, cui should perhaps get an own range of IDs.

View File

@@ -97,3 +97,98 @@ ErrorBox RID_SVXERR_OPT_DOUBLEPATHS
Message [ en-US ] = "The configuration and mail directories must be specified as separate directories.\nPlease choose a new path." ;
};
// ******************************************************************* EOF
String RID_SVXSTR_KEY_CONFIG_DIR
{
Text [ en-US ] = "Configuration" ;
};
String RID_SVXSTR_KEY_WORK_PATH
{
Text [ en-US ] = "My Documents" ;
};
String RID_SVXSTR_KEY_GRAPHICS_PATH
{
Text [ en-US ] = "Graphics" ;
};
String RID_SVXSTR_KEY_BITMAP_PATH
{
Text [ en-US ] = "Icons" ;
};
String RID_SVXSTR_KEY_BASIC_PATH
{
Text = "BASIC" ;
};
String RID_SVXSTR_KEY_PALETTE_PATH
{
Text [ en-US ] = "Palettes" ;
};
String RID_SVXSTR_KEY_BACKUP_PATH
{
Text [ en-US ] = "Backups" ;
};
String RID_SVXSTR_KEY_MODULES_PATH
{
Text [ en-US ] = "Modules" ;
};
String RID_SVXSTR_KEY_TEMPLATE_PATH
{
Text [ en-US ] = "Templates" ;
};
String RID_SVXSTR_KEY_GLOSSARY_PATH
{
Text [ en-US ] = "AutoText";
};
String RID_SVXSTR_KEY_DICTIONARY_PATH
{
Text [ en-US ] = "Dictionaries" ;
};
String RID_SVXSTR_KEY_HELP_DIR
{
Text [ en-US ] = "Help" ;
};
String RID_SVXSTR_KEY_GALLERY_DIR
{
Text [ en-US ] = "Gallery" ;
};
String RID_SVXSTR_KEY_STORAGE_DIR
{
Text [ en-US ] = "Message Storage" ;
};
String RID_SVXSTR_KEY_TEMP_PATH
{
Text [ en-US ] = "Temporary files";
};
String RID_SVXSTR_KEY_PLUGINS_PATH
{
Text [ en-US ] = "Plug-ins";
};
String RID_SVXSTR_KEY_FAVORITES_DIR
{
Text [ en-US ] = "Folder Bookmarks";
};
String RID_SVXSTR_KEY_FILTER_PATH
{
Text [ en-US ] = "Filters";
};
String RID_SVXSTR_KEY_ADDINS_PATH
{
Text [ en-US ] = "Add-ins";
};
String RID_SVXSTR_KEY_USERCONFIG_PATH
{
Text [ en-US ] = "User Configuration";
};
String RID_SVXSTR_KEY_USERDICTIONARY_DIR
{
Text [ en-US ] = "User-defined dictionaries";
};
String RID_SVXSTR_KEY_AUTOCORRECT_DIR
{
Text [ en-US ] = "AutoCorrect";
};
String RID_SVXSTR_KEY_LINGUISTIC_DIR
{
Text [ en-US ] = "Writing aids";
};

View File

@@ -37,11 +37,14 @@
#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)
@@ -57,11 +60,16 @@
#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_

View File

@@ -28,6 +28,16 @@
#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." ;
@@ -48,6 +58,11 @@ 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.";
@@ -88,11 +103,31 @@ 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." ;
@@ -164,6 +199,11 @@ ErrorBox EBX_ERR_PRINTDISABLED
Message [ en-US ] = "Printing is disabled. No documents can be printed.";
};
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";

View File

@@ -24,6 +24,7 @@
#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

View File

@@ -33,3 +33,8 @@ 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.";
};

View File

@@ -25,6 +25,7 @@
#define MSG_ERR_NO_WEBBROWSER_FOUND (RID_SFX_APP_START+7)
#define MSG_ERR_NO_ABS_URI_REF (RID_SFX_APP_START+8)
#define MSG_CANT_QUIT (RID_SFX_APP_START+10)
#define STR_ISMODIFIED (RID_SFX_APP_START+11)
#define RID_FULLSCREENTOOLBOX (RID_SFX_APP_START+42)
#define RID_ENVTOOLBOX (RID_SFX_APP_START+44)
@@ -34,6 +35,7 @@
#define RID_STR_HLPFILENOTEXIST (RID_SFX_APP_START+68)
#define RID_STR_HELP (RID_SFX_APP_START+79)
#define RID_STR_NOAUTOSTARTHELPAGENT (RID_SFX_APP_START+80)
#define RID_HELPBAR (RID_SFX_APP_START+81)
#define RID_SPECIALCONFIG_ERROR (RID_SFX_APP_START+82)
@@ -71,6 +73,8 @@
#define STR_HELP_BUTTON_NEXT (RID_SFX_APP_START+129)
#define STR_HELP_BUTTON_PRINT (RID_SFX_APP_START+130)
#define STR_HELP_BUTTON_SOURCEVIEW (RID_SFX_APP_START+131)
#define STR_HELP_FIRST_MESSAGE (RID_SFX_APP_START+132)
#define STR_HELP_FIRST_HTML (RID_SFX_APP_START+133)
#define STR_QUICKSTART_EXIT (RID_SFX_APP_START+134)
#define STR_QUICKSTART_TIP (RID_SFX_APP_START+135)
@@ -125,6 +129,7 @@
#define RID_SVXSTR_GRFILTER_FORMATERROR (RID_SFX_APP_START + 200)
#define RID_SVXSTR_GRFILTER_VERSIONERROR (RID_SFX_APP_START + 201)
#define RID_SVXSTR_GRFILTER_FILTERERROR (RID_SFX_APP_START + 202)
#define RID_SVXSTR_GRFILTER_TOOBIG (RID_SFX_APP_START + 203)
// For the License Information dialog box
#define DLG_HELP_LICENSING (RID_SFX_APP_START + 204)

View File

@@ -220,6 +220,11 @@ InfoBox MSG_CANT_QUIT
Message [ en-US ] = "The application cannot be terminated at the moment.\nPlease wait until all print jobs and/or\nOLE actions have finished and close all dialogs." ;
};
String STR_ISMODIFIED
{
Text [ en-US ] = "Do you want to save the changes to %1?" ;
};
String RID_FULLSCREENTOOLBOX
{
Text = "" ;
@@ -265,6 +270,11 @@ String RID_STR_HELP
Text [ en-US ] = "Help" ;
};
String RID_STR_NOAUTOSTARTHELPAGENT
{
Text [ en-US ] = "No automatic start at 'XX'" ;
};
String RID_HELPBAR
{
Text [ en-US ] = "Help Bar" ;
@@ -485,6 +495,11 @@ String RID_SVXSTR_GRFILTER_FILTERERROR
{
Text [ en-US ] = "Graphics filter not found" ;
};
String RID_SVXSTR_GRFILTER_TOOBIG
{
Text [ en-US ] = "Not enough memory to insert graphic" ;
};
ModalDialog DLG_HELP_LICENSING
{
// Size is computed

View File

@@ -325,6 +325,16 @@ String STR_HELP_BUTTON_SOURCEVIEW
Text [ en-US ] = "HTML Source";
};
String STR_HELP_FIRST_MESSAGE
{
Text [ en-US ] = "The Help is being started...";
};
String STR_HELP_FIRST_HTML
{
Text = "<html></head><body><center><br></br><br></br><p><tt>%1</tt></center></body></html>";
};
String STR_HELP_MENU_TEXT_SELECTION_MODE
{
Text [ en-US ] = "Select Text";

View File

@@ -18,3 +18,8 @@
#include <sfx2/sfx.hrc>
String STR_ACCTITLE_PRODUCTIVITYTOOLS
{
Text [ en-US ] = "%PRODUCTNAME";
};

View File

@@ -51,10 +51,13 @@
#define STR_STYLES (RID_SFX_DOC_START+ 18)
#define STR_MACROS (RID_SFX_DOC_START+ 19)
#define STR_PRINT_STYLES (RID_SFX_DOC_START+ 20)
#define STR_PRINT_STYLES_HEADER (RID_SFX_DOC_START+ 21)
#define MSG_PRINT_ERROR (RID_SFX_DOC_START+ 22)
#define STR_BACKUP_COPY (RID_SFX_DOC_START+ 23)
#define MSG_CANT_OPEN_TEMPLATE (RID_SFX_DOC_START+ 25)
#define MSG_VIEW_OPEN_CANT_SAVE (RID_SFX_DOC_START+ 26)
#define STR_ERROR_SAVE (RID_SFX_DOC_START+ 27)
#define STR_TEMPLATE_FILTER (RID_SFX_DOC_START+ 28)
#define STR_ERROR_COPY_TEMPLATE (RID_SFX_DOC_START+ 29)
@@ -64,22 +67,39 @@
#define STR_ERROR_SAVE_TEMPLATE (RID_SFX_DOC_START+ 34)
#define MSG_ERROR_RENAME_TEMPLATE (RID_SFX_DOC_START+ 34)
#define MSG_ERROR_RENAME_TEMPLATE_REGION (RID_SFX_DOC_START+ 35)
#define STR_CONFIG (RID_SFX_DOC_START+ 37)
#define MSG_ERROR_EMPTY_NAME (RID_SFX_DOC_START+ 37)
#define MSG_ERROR_UNIQ_NAME (RID_SFX_DOC_START+ 38)
#define STR_QUERY_DEFAULT_TEMPLATE (RID_SFX_DOC_START+ 39)
#define MSG_QUERY_RESET_DEFAULT_TEMPLATE (RID_SFX_DOC_START+ 39)
#define MSG_TEMPLATE_DIR_NOT_EXIST (RID_SFX_DOC_START+ 40)
#define MSG_DOCINFO_CANTREAD (RID_SFX_DOC_START+ 41)
#define STR_ERROR_NOSTORAGE (RID_SFX_DOC_START+ 42)
#define STR_QUERY_MUSTOWNFORMAT (RID_SFX_DOC_START+ 44)
#define STR_SAVEDOC (RID_SFX_DOC_START+ 45)
#define STR_UPDATEDOC (RID_SFX_DOC_START+ 46)
#define STR_SAVEASDOC (RID_SFX_DOC_START+ 47)
#define STR_SAVECOPYDOC (RID_SFX_DOC_START+ 48)
#define STR_CLOSEDOC (RID_SFX_DOC_START+ 49)
#define STR_CLOSEDOC_ANDRETURN (RID_SFX_DOC_START+ 50)
#define STR_WIZARD (RID_SFX_DOC_START+ 51)
#define RID_STR_FILTCONFIG (RID_SFX_DOC_START+ 52)
#define RID_STR_FILTBASIC (RID_SFX_DOC_START+ 53)
#define RID_STR_WARNSTYLEOVERWRITE (RID_SFX_DOC_START+ 54)
#define MSG_OPEN_READONLY (RID_SFX_DOC_START+ 58)
#define RID_OFFICEFILTER (RID_SFX_DOC_START+ 59)
#define RID_OFFICEFILTER_WILDCARD (RID_SFX_DOC_START+ 60)
#define RID_OFFICEFILTER_MACTYPE (RID_SFX_DOC_START+ 61)
#define RID_OFFICEFILTER_OS2TYPE (RID_SFX_DOC_START+ 62)
#define STR_FRAMEOBJECT_PROPERTIES (RID_SFX_DOC_START+ 63)
#define STR_FSET_FILTERNAME0 (RID_SFX_DOC_START+ 64)
#define STR_FSET_FILTERNAME1 (RID_SFX_DOC_START+ 65)
#define STR_TEMPL_MOVED (RID_SFX_DOC_START+ 66)
#define STR_TEMPL_RESET (RID_SFX_DOC_START+ 67)
#define STR_AUTOMATICVERSION (RID_SFX_DOC_START+ 68)
#define STR_DOCTYPENAME_SW (RID_SFX_DOC_START+ 69)
@@ -92,16 +112,27 @@
#define RID_STR_NEW_TASK (RID_SFX_DOC_START+ 76)
#define STR_NOSAVEANDCLOSE (RID_SFX_DOC_START+ 78)
#define STR_PACKNGO_NOACCESS (RID_SFX_DOC_START+ 79)
#define STR_PACKNGO_NEWMEDIUM (RID_SFX_DOC_START+ 80)
#define TEMPLATE_LONG_NAMES_ARY (RID_SFX_DOC_START+ 81)
#define TEMPLATE_SHORT_NAMES_ARY (RID_SFX_DOC_START+ 82)
#define RID_CNT_STR_WAITING (RID_SFX_DOC_START+ 83)
#define STR_OBJECT (RID_SFX_DOC_START+ 84)
#define DLG_MACROQUERY (RID_SFX_DOC_START+87)
#define BTN_OK (RID_SFX_DOC_START+88)
#define BTN_CANCEL (RID_SFX_DOC_START+89)
#define FT_OK (RID_SFX_DOC_START+90)
#define FT_CANCEL (RID_SFX_DOC_START+91)
#define STR_EXPORTASPDF_TITLE (RID_SFX_DOC_START+92)
#define STR_EXPORTBUTTON (RID_SFX_DOC_START+93)
#define STR_EXPORTWITHCFGBUTTON (RID_SFX_DOC_START+94)
#define RID_SVXSTR_SECURITY_ADDPATH (RID_SFX_DOC_START+95)
#define STR_LABEL_FILEFORMAT (RID_SFX_DOC_START+96)
@@ -117,6 +148,8 @@
#define STR_HIDDENINFO_RECORDCHANGES (RID_SFX_DOC_START+111)
#define STR_HIDDENINFO_NOTES (RID_SFX_DOC_START+112)
#define STR_HIDDENINFO_DOCVERSIONS (RID_SFX_DOC_START+113)
#define STR_HIDDENINFO_FIELDS (RID_SFX_DOC_START+114)
#define STR_HIDDENINFO_LINKDATA (RID_SFX_DOC_START+115)
#define STR_HIDDENINFO_CONTINUE_SAVING (RID_SFX_DOC_START+116)
#define STR_HIDDENINFO_CONTINUE_PRINTING (RID_SFX_DOC_START+117)
#define STR_HIDDENINFO_CONTINUE_SIGNING (RID_SFX_DOC_START+118)

View File

@@ -61,10 +61,18 @@ String STR_MACROS
{
Text [ en-US ] = "Macros" ;
};
String STR_CONFIG
{
Text [ en-US ] = "Configuration" ;
};
String STR_PRINT_STYLES_HEADER
{
Text [ en-US ] = "Styles in " ;
};
String STR_PRINT_STYLES
{
Text [ en-US ] = "Printing Styles" ;
};
Bitmap BMP_STYLES_FAMILY1 { File = "styfam1.bmp" ; };
Bitmap BMP_STYLES_FAMILY2 { File = "styfam2.bmp" ; };
Bitmap BMP_STYLES_FAMILY3 { File = "styfam3.bmp" ; };
@@ -76,6 +84,10 @@ ErrorBox MSG_PRINT_ERROR
DEFBUTTON = WB_DEF_OK ;
Message [ en-US ] = "The print job could not be started." ;
};
String STR_BACKUP_COPY
{
Text [ en-US ] = "Copy" ;
};
InfoBox MSG_CANT_OPEN_TEMPLATE
{
Message [ en-US ] = "The template could not be opened." ;
@@ -86,6 +98,10 @@ InfoBox MSG_VIEW_OPEN_CANT_SAVE
DEFBUTTON = WB_DEF_OK ;
Message [ en-US ] = "Document already open for editing." ;
};
String STR_ERROR_SAVE
{
Text [ en-US ] = "Error recording document " ;
};
String STR_TEMPLATE_FILTER
{
Text [ en-US ] = "Templates" ;
@@ -136,6 +152,10 @@ ErrorBox MSG_ERROR_UNIQ_NAME
DEFBUTTON = WB_DEF_OK ;
Message [ en-US ] = "Please specify a unique name.\nEntries must not be case specific." ;
};
String STR_QUERY_DEFAULT_TEMPLATE
{
Text [ en-US ] = "Should the template \"$(TEXT)\" become the default template?" ;
};
QueryBox MSG_QUERY_RESET_DEFAULT_TEMPLATE
{
Buttons = WB_YES_NO ;
@@ -150,6 +170,14 @@ InfoBox MSG_DOCINFO_CANTREAD
{
Message [ en-US ] = "Document info cannot be read." ;
};
String STR_ERROR_NOSTORAGE
{
Text [ en-US ] = "The selected file has an incorrect format." ;
};
String STR_QUERY_MUSTOWNFORMAT
{
Text [ en-US ] = "Documents cannot be saved in $(FORMAT) format. Do you\nwant to save your changes using the $(OWNFORMAT) format?" ;
};
String STR_SAVEDOC
{
Text [ en-US ] = "~Save" ;
@@ -174,6 +202,10 @@ String STR_CLOSEDOC_ANDRETURN
{
Text [ en-US ] = "~Close & Return to " ;
};
String STR_WIZARD
{
Text [ en-US ] = " AutoPilot" ;
};
String RID_STR_FILTCONFIG
{
Text [ en-US ] = "Configurations" ;
@@ -182,6 +214,10 @@ String RID_STR_FILTBASIC
{
Text [ en-US ] = "%PRODUCTNAME Basic libraries" ;
};
String RID_STR_WARNSTYLEOVERWRITE
{
Text [ en-US ] = "Should the \"$(ARG1)\" Style be replaced?" ;
};
QueryBox MSG_OPEN_READONLY
{
BUTTONS = WB_YES_NO ;
@@ -192,6 +228,43 @@ String STR_EDIT
{
Text [ en-US ] = "Edit" ;
};
String RID_OFFICEFILTER
{
Text [ en-US ] = "%PRODUCTNAME Documents" ;
};
String RID_OFFICEFILTER_WILDCARD
{
Text = "*.sdw;*.sdd;*.sda;*.sdc;*.smf;*.sds;*.sd;*.sdm;*.smd" ;
};
String RID_OFFICEFILTER_MACTYPE
{
Text = "SVsd0;SW/\2510;SVsc0;SVsm0;SVsh0;SVsd1;SW/\2511;SVsc1;SVsm1;SVsh1;MAIL" ;
};
String RID_OFFICEFILTER_OS2TYPE
{
Text = "StarWriter 4.0;StarWriter 3.0;StarDraw 4.0;StarDraw 3.0;StarCalc 4.0;StarCalc 3.0;StarMath 4.0;StarMath 3.0;StarChart 4.0;StarChart 3.0;StarFrameSet;StarMessage" ;
};
String STR_FRAMEOBJECT_PROPERTIES
{
Text [ en-US ] = "Propert~ies..." ;
};
String STR_FSET_FILTERNAME0
{
Text [ en-US ] = "HTML (FrameSet)" ;
};
String STR_FSET_FILTERNAME1
{
// only translate 'Document'
Text [ en-US ] = "%PRODUCTNAME Frame Document" ;
};
String STR_TEMPL_MOVED
{
Text [ en-US ] = "The template \"$(TEMPLATE)\" was not found at the original location. A template with the same name exists at \"$(FOUND)\". Should this template be used in the future when comparing?" ;
};
String STR_TEMPL_RESET
{
Text [ en-US ] = "The template \"$(TEMPLATE)\" has not been found. Should the template be looked for the next time the document is opened ?" ;
};
String STR_AUTOMATICVERSION
{
Text [ en-US ] = "Automatically saved version" ;
@@ -237,6 +310,21 @@ String STR_NOSAVEANDCLOSE
Text [ en-US ] = "~Discard" ;
};
String STR_PACKNGO_NOACCESS
{
Text [ en-US ] = "Access to the current data medium not possible." ;
};
String STR_PACKNGO_NEWMEDIUM
{
Text [ en-US ] = "Insert the next data carrier and click OK." ;
};
String STR_OBJECT
{
Text [ en-US ] = "Object" ;
};
QueryBox DLG_MACROQUERY
{
Buttons = WB_OK_CANCEL;
@@ -253,11 +341,35 @@ String BTN_CANCEL
{
Text [ en-US ] = "Do Not Run" ;
};
String FT_CANCEL
{
Text [ en-US ] = "According to the security settings, the macros in this document should not be run. Do you want to run them anyway?";
};
String FT_OK
{
Text [ en-US ] = "Do you want to allow these macros to be run?";
};
String STR_EXPORTASPDF_TITLE
{
Text [ en-US ] = "Export as PDF";
};
String STR_EXPORTWITHCFGBUTTON
{
Text [ en-US ] = "Export...";
};
String STR_EXPORTBUTTON
{
Text [ en-US ] = "Export" ;
};
String RID_SVXSTR_SECURITY_ADDPATH
{
Text [ en-US ] = "Add this directory to the list of secure paths: " ;
};
String STR_LABEL_FILEFORMAT
{
Text [ en-US ] = "File format:" ;
@@ -279,6 +391,14 @@ String STR_HIDDENINFO_DOCVERSIONS
{
Text [ en-US ] = "Document versions" ;
};
String STR_HIDDENINFO_FIELDS
{
Text [ en-US ] = "Fields" ;
};
String STR_HIDDENINFO_LINKDATA
{
Text [ en-US ] = "Linked data..." ;
};
String STR_HIDDENINFO_CONTINUE_SAVING
{
Text [ en-US ] = "Do you want to continue saving the document?" ;

View File

@@ -39,6 +39,7 @@
#define EDT_TEXT 12
#define GRP_FUNCTIONS 22
#define STR_MENU_CFGITEM RID_SFX_MENU_START+1
#define STR_MENU_ADDONS RID_SFX_MENU_START+2
#define STR_MENU_ADDONHELP RID_SFX_MENU_START+3

View File

@@ -19,6 +19,11 @@
#include "menu.hrc"
#include <sfx2/sfxcommands.h>
String STR_MENU_CFGITEM
{
Text [ en-US ] = "Configuration Menu" ;
};
String STR_MENU_ADDONS
{
Text [ en-US ] = "~Add-Ons" ;

View File

@@ -23,11 +23,14 @@
// #defines *****************************************************************
#define STR_NODEFPRINTER (RID_SFX_VIEW_START+ 0)
#define STR_PRINTER_NOTAVAIL (RID_SFX_VIEW_START+ 1)
#define STR_PRINT_OPTIONS (RID_SFX_VIEW_START+ 6)
#define STR_PRINT_OPTIONS_TITLE (RID_SFX_VIEW_START+ 7)
#define STR_ERROR_PRINTER_BUSY (RID_SFX_VIEW_START+ 8)
#define STR_NOSTARTPRINTER (RID_SFX_VIEW_START+ 9)
#define STR_PRINTING (RID_SFX_VIEW_START+10)
#define DLG_PRINTMONITOR (RID_SFX_VIEW_START)
#define FT_DOCNAME 1
@@ -37,10 +40,14 @@
#define PB_CANCELPRNMON 5
#define STR_FT_PREPARATION 6
#define STR_PAGE (RID_SFX_VIEW_START+20)
#define STR_ERROR_PRINT (RID_SFX_VIEW_START+21)
#define STR_PRINT_NEWORI (RID_SFX_VIEW_START+22)
#define STR_PRINT_NEWSIZE (RID_SFX_VIEW_START+23)
#define STR_PRINT_NEWORISIZE (RID_SFX_VIEW_START+24)
#define STR_PREVIEW_DOCINFO (RID_SFX_VIEW_START+25)
#define STR_PREVIEW_NODOCINFO (RID_SFX_VIEW_START+26)
#define MSG_ERROR_SEND_MAIL (RID_SFX_VIEW_START+31)
#define STR_ERROR_SAVE_TEMPLATE (RID_SFX_VIEW_START+33)
@@ -77,5 +84,6 @@
#define FL_SEP_LEFT 46
#define FL_SEP_RIGHT 47
#endif

View File

@@ -30,6 +30,10 @@ String STR_NOSTARTPRINTER
{
Text [ en-US ] = "Could not start printer.\nPlease check your printer configuration." ;
};
String STR_PRINTER_NOTAVAIL
{
Text [ en-US ] = "This document has been formatted for the printer $1. The specified printer is not available. \nDo you want to use the standard printer $2 ?" ;
};
String STR_PRINT_OPTIONS
{
Text [ en-US ] = "Options..." ;
@@ -42,6 +46,14 @@ String STR_ERROR_PRINTER_BUSY
{
Text [ en-US ] = "Printer busy" ;
};
String STR_ERROR_PRINT
{
Text [ en-US ] = "Error while printing" ;
};
String STR_PRINTING
{
Text [ en-US ] = "Printing" ;
};
String STR_PAGE
{
Text [ en-US ] = "Page " ;
@@ -65,6 +77,14 @@ String STR_PRINT_NEWSIZE
String STR_PRINT_NEWORISIZE
{
Text [ en-US ] = "The page size and orientation have been modified.\nWould you like to save the new settings in the\nactive document?" ;
};
String STR_PREVIEW_DOCINFO
{
Text [ en-US ] = "<html><body BGCOLOR=\"#c0c0c0\"><font FACE=\"Arial\"><dl><dt><b>Title:</b><dd>$(TITEL)<dt><b>Subject:</b><dd>$(THEME)<dt><b>Keywords:</b><dd>$(KEYWORDS)<dt><b>Description:</b><dd>$(TEXT)</dl></font></body></html>" ;
};
String STR_PREVIEW_NODOCINFO
{
Text [ en-US ] = "<HTML><BODY BGCOLOR=\"#c0c0c0\"><BR><BR><P><FONT FACE=\"Arial\"><B>No document properties found.</B></FONT></P></BODY></HTML>" ;
};
// -----------------------------------------------------------------------
InfoBox MSG_CANT_CLOSE

View File

@@ -31,6 +31,7 @@ $(eval $(call gb_SrsTarget_use_packages,svl/res,\
$(eval $(call gb_SrsTarget_add_files,svl/res,\
svl/source/misc/mediatyp.src \
svl/source/items/cstitem.src \
))
# vim: set noet sw=4 ts=4:

View File

@@ -104,6 +104,8 @@
#define STR_SVT_MIMETYPE_END (STR_SVT_MIMETYPE_AUDIO_WEBM)
#define STR_COLUM_DT_AUTO (STR_SVT_MIMETYPE_END+1)
#endif // #ifndef _SVTOOLS_HRC
// ******************************************************************* EOF

View File

@@ -282,5 +282,9 @@
#define RID_IMG_PRNDLG_NOCOLLATE (STR_SVT_PRNDLG_START + 30)
// IAccessible2 implementation in 2009
#define STR_PARAGRAPH_START (STR_SVT_PRNDLG_START + 50)
#define STR_PARAGRAPH (STR_PARAGRAPH_START + 0)
#endif // #ifndef _SVTOOLS_HRC

View File

@@ -25,6 +25,39 @@
#define RID_SVXITEMS_EXTRAS_CHARCOLOR (RID_SVXITEMS_START + 2)
// SvxSearchItem ------------------------------------------------------------
// Kommando
#define RID_SVXITEMS_SEARCHCMD_FIND (RID_SVXITEMS_START + 10)
#define RID_SVXITEMS_SEARCHCMD_FIND_ALL (RID_SVXITEMS_START + 11)
#define RID_SVXITEMS_SEARCHCMD_REPLACE (RID_SVXITEMS_START + 12)
#define RID_SVXITEMS_SEARCHCMD_REPLACE_ALL (RID_SVXITEMS_START + 13)
// Vorlagen
#define RID_SVXITEMS_SEARCHSTYL_CHAR (RID_SVXITEMS_START + 14)
#define RID_SVXITEMS_SEARCHSTYL_PARA (RID_SVXITEMS_START + 15)
#define RID_SVXITEMS_SEARCHSTYL_FRAME (RID_SVXITEMS_START + 16)
#define RID_SVXITEMS_SEARCHSTYL_PAGE (RID_SVXITEMS_START + 17)
// Zellen-Typ
#define RID_SVXITEMS_SEARCHIN_FORMULA (RID_SVXITEMS_START + 20)
#define RID_SVXITEMS_SEARCHIN_VALUE (RID_SVXITEMS_START + 21)
#define RID_SVXITEMS_SEARCHIN_NOTE (RID_SVXITEMS_START + 22)
// Applikation
#define RID_SVXITEMS_SEARCHAPP_WRITER (RID_SVXITEMS_START + 25)
#define RID_SVXITEMS_SEARCHAPP_CALC (RID_SVXITEMS_START + 26)
#define RID_SVXITEMS_SEARCHAPP_DRAW (RID_SVXITEMS_START + 27)
#define RID_SVXITEMS_SEARCHAPP_BASE (RID_SVXITEMS_START + 28)
// enum BrushStyle ----------------------------------------------------------
#define RID_SVXITEMS_BRUSHSTYLE_NULL (RID_SVXITEMS_START + 45)
#define RID_SVXITEMS_BRUSHSTYLE_SOLID (RID_SVXITEMS_START + 46)
#define RID_SVXITEMS_BRUSHSTYLE_HORZ (RID_SVXITEMS_START + 47)
#define RID_SVXITEMS_BRUSHSTYLE_VERT (RID_SVXITEMS_START + 48)
#define RID_SVXITEMS_BRUSHSTYLE_CROSS (RID_SVXITEMS_START + 49)
#define RID_SVXITEMS_BRUSHSTYLE_DIAGCROSS (RID_SVXITEMS_START + 50)
#define RID_SVXITEMS_BRUSHSTYLE_UPDIAG (RID_SVXITEMS_START + 51)
#define RID_SVXITEMS_BRUSHSTYLE_DOWNDIAG (RID_SVXITEMS_START + 52)
#define RID_SVXITEMS_BRUSHSTYLE_25 (RID_SVXITEMS_START + 53)
#define RID_SVXITEMS_BRUSHSTYLE_50 (RID_SVXITEMS_START + 54)
#define RID_SVXITEMS_BRUSHSTYLE_75 (RID_SVXITEMS_START + 55)
#define RID_SVXITEMS_BRUSHSTYLE_BITMAP (RID_SVXITEMS_START + 56)
// enum SvxCellOrientation
#define RID_SVXITEMS_ORI_STANDARD (RID_SVXITEMS_START + 410)
@@ -32,6 +65,14 @@
#define RID_SVXITEMS_ORI_BOTTOMTOP (RID_SVXITEMS_START + 412)
#define RID_SVXITEMS_ORI_STACKED (RID_SVXITEMS_START + 413)
// Id's fuer BoolItems
#define RID_SVXITEMS_BOXINF_TABLE_TRUE (RID_SVXITEMS_START + 443)
#define RID_SVXITEMS_BOXINF_TABLE_FALSE (RID_SVXITEMS_START + 444)
#define RID_SVXITEMS_BOXINF_DIST_TRUE (RID_SVXITEMS_START + 445)
#define RID_SVXITEMS_BOXINF_DIST_FALSE (RID_SVXITEMS_START + 446)
#define RID_SVXITEMS_BOXINF_MDIST_TRUE (RID_SVXITEMS_START + 447)
#define RID_SVXITEMS_BOXINF_MDIST_FALSE (RID_SVXITEMS_START + 448)
// Complete-Texte -----------------------------------------------------------
#define RID_SVXITEMS_MARGIN_LEFT (RID_SVXITEMS_START + 480)

View File

@@ -102,6 +102,120 @@ String RID_SVXITEMS_EXTRAS_CHARCOLOR
Text [ en-US ] = "Font color" ;
};
// SvxSearchItem ------------------------------------------------------------
// Kommando
String RID_SVXITEMS_SEARCHCMD_FIND
{
Text [ en-US ] = "Search" ;
};
String RID_SVXITEMS_SEARCHCMD_FIND_ALL
{
Text [ en-US ] = "Find All" ;
};
String RID_SVXITEMS_SEARCHCMD_REPLACE
{
Text [ en-US ] = "Replace" ;
};
String RID_SVXITEMS_SEARCHCMD_REPLACE_ALL
{
Text [ en-US ] = "Replace all" ;
};
// Vorlagen
String RID_SVXITEMS_SEARCHSTYL_CHAR
{
Text [ en-US ] = "Character Style" ;
};
String RID_SVXITEMS_SEARCHSTYL_PARA
{
Text [ en-US ] = "Paragraph Style" ;
};
String RID_SVXITEMS_SEARCHSTYL_FRAME
{
Text [ en-US ] = "Frame Style" ;
};
String RID_SVXITEMS_SEARCHSTYL_PAGE
{
Text [ en-US ] = "Page Style" ;
};
// Zellen-Typ
String RID_SVXITEMS_SEARCHIN_FORMULA
{
Text [ en-US ] = "Formula" ;
};
String RID_SVXITEMS_SEARCHIN_VALUE
{
Text [ en-US ] = "Value" ;
};
String RID_SVXITEMS_SEARCHIN_NOTE
{
Text [ en-US ] = "Note" ;
};
// Applikation
String RID_SVXITEMS_SEARCHAPP_WRITER
{
Text = "StarWriter" ;
};
String RID_SVXITEMS_SEARCHAPP_CALC
{
Text = "StarCalc" ;
};
String RID_SVXITEMS_SEARCHAPP_DRAW
{
Text = "StarDraw" ;
};
String RID_SVXITEMS_SEARCHAPP_BASE
{
Text = "StarBase" ;
};
// enum BrushStyle ----------------------------------------------------------
String RID_SVXITEMS_BRUSHSTYLE_NULL
{
Text [ en-US ] = "None" ;
};
String RID_SVXITEMS_BRUSHSTYLE_SOLID
{
Text [ en-US ] = "Solid" ;
};
String RID_SVXITEMS_BRUSHSTYLE_HORZ
{
Text [ en-US ] = "Horizontal" ;
};
String RID_SVXITEMS_BRUSHSTYLE_VERT
{
Text [ en-US ] = "Vertical" ;
};
String RID_SVXITEMS_BRUSHSTYLE_CROSS
{
Text [ en-US ] = "Grid" ;
};
String RID_SVXITEMS_BRUSHSTYLE_DIAGCROSS
{
Text [ en-US ] = "Diamond" ;
};
String RID_SVXITEMS_BRUSHSTYLE_UPDIAG
{
Text [ en-US ] = "Diagonal up" ;
};
String RID_SVXITEMS_BRUSHSTYLE_DOWNDIAG
{
Text [ en-US ] = "Diagonal down" ;
};
String RID_SVXITEMS_BRUSHSTYLE_25
{
Text = "25%" ;
};
String RID_SVXITEMS_BRUSHSTYLE_50
{
Text = "50%" ;
};
String RID_SVXITEMS_BRUSHSTYLE_75
{
Text = "75%" ;
};
String RID_SVXITEMS_BRUSHSTYLE_BITMAP
{
Text [ en-US ] = "Image" ;
};
String RID_SVXITEMS_ORI_STANDARD
{
Text [ en-US ] = "Default orientation" ;
@@ -117,6 +231,31 @@ String RID_SVXITEMS_ORI_BOTTOMTOP
String RID_SVXITEMS_ORI_STACKED
{
Text [ en-US ] = "Stacked" ;
};
// GetValueText von BoolItems
String RID_SVXITEMS_BOXINF_TABLE_TRUE
{
Text [ en-US ] = "Table" ;
};
String RID_SVXITEMS_BOXINF_TABLE_FALSE
{
Text [ en-US ] = "Not Table" ;
};
String RID_SVXITEMS_BOXINF_DIST_TRUE
{
Text [ en-US ] = "Spacing enabled" ;
};
String RID_SVXITEMS_BOXINF_DIST_FALSE
{
Text [ en-US ] = "Spacing disabled" ;
};
String RID_SVXITEMS_BOXINF_MDIST_TRUE
{
Text [ en-US ] = "Keep spacing interval" ;
};
String RID_SVXITEMS_BOXINF_MDIST_FALSE
{
Text [ en-US ] = "Allowed to fall short of spacing interval" ;
};
String RID_SVXITEMS_MARGIN_LEFT
{

View File

@@ -22,7 +22,10 @@
#include "rcid.hrc"
#define MN_SPELL_POPUP (RC_LINGU_BEGIN + 1)
#define STR_SPELL_OK (RC_LINGU_BEGIN + 2)
#define STR_HYP_OK (RC_LINGU_BEGIN + 3)
#define STR_WORD (RC_LINGU_BEGIN + 4)
#define STR_PARAGRAPH (RC_LINGU_BEGIN + 5)
#define STR_LANGSTATUS_NONE (RC_LINGU_BEGIN + 6)
#define STR_LANGSTATUS_MORE (RC_LINGU_BEGIN + 7)
#define STR_IGNORE_SELECTION (RC_LINGU_BEGIN + 8)

View File

@@ -89,8 +89,30 @@ Menu MN_SPELL_POPUP
};
Text [ en-US ] = "Set Language for Paragraph" ;
};
/*
MenuItem
{
Identifier = MN_SET_LANGUAGE_ALL_TEXT ;
SubMenu = Menu
{
};
Text [ en-US ] = "Set Language for all Text" ;
};
*/
};
};
String STR_WORD
{
Text [ en-US ] = "Word is " ;
};
String STR_PARAGRAPH
{
Text [ en-US ] = "Paragraph is " ;
};
String STR_SPELL_OK
{
Text [ en-US ] = "The spellcheck is complete." ;
};
String STR_HYP_OK
{
Text [ en-US ] = "Hyphenation completed" ;

View File

@@ -584,6 +584,7 @@
../../svtools/source/contnr/fileview.src
../../svtools/source/contnr/svcontnr.src
../../svtools/source/contnr/templwin.src
../../svtools/source/items1/cstitem.src
../../svtools/source/filter.vcl/filter/dlgepng.src
../../svtools/source/filter.vcl/filter/dlgexpor.src
../../svtools/source/filter.vcl/filter/dlgejpg.src

View File

@@ -24,29 +24,92 @@
#define sCloseButton 1005
#define sWelcometextLabel1 1006
#define sWelcometextLabel3 1008
#define sMSTemplateCheckbox_1_ 1009
#define sMSTemplateCheckbox_2_ 1010
#define sMSTemplateCheckbox_3_ 1011
#define sMSDocumentCheckbox_1_ 1012
#define sMSDocumentCheckbox_2_ 1013
#define sMSDocumentCheckbox_3_ 1014
#define sSearchInSubDir 1022
#define sMSContainerName 1030
#define sSummaryHeader 1031
#define sSummaryFrame 1032
#define sTextImportLabel 1033
#define sTextExportLabel 1034
#define sGroupnameDefault 1036
#define sProgressDesc1 1039
#define sProgressOneDoc 1040
#define sProgressMoreDocs 1041
#define sProgressMoreTemplates 1042
#define sNoDirCreation 1050
#define sMsgDirNotThere 1051
#define sQueryfornewCreation 1052
#define sFileExists 1053
#define sMorePathsError3 1054
#define sConvertError1 1055
#define sConvertError2 1056
#define sRTErrorDesc 1057
#define sRTErrorHeader 1058
#define sPathErrorTemplates_1_ 1059
#define sPathErrorTemplates_2_ 1060
#define sPathErrorTemplates_3_ 1061
#define sPathErrorDocument_1_ 1062
#define sPathErrorDocument_2_ 1063
#define sPathErrorDocument_3_ 1064
#define sPathErrorStarDoc_1_ 1065
#define sPathErrorStarDoc_2_ 1066
#define sPathErrorStarDoc_3_ 1067
#define sOverwriteallFiles 1070
#define sreeditMacro 1071
#define scouldNotsaveDocument 1072
#define scouldNotopenDocument 1073
#define sPathDialogMessage 1080
#define sDialogTitle 1081
#define sProgressPage1 1090
#define sProgressPage2 1091
#define sProgressPage3 1092
#define sProgressFound 1093
#define sProgressPage5 1094
#define sReady 1100
#define sXMLTemplateCheckbox_1_ 2009
#define sXMLTemplateCheckbox_2_ 2010
#define sXMLTemplateCheckbox_3_ 2011
#define sXMLTemplateCheckbox_4_ 2012
#define sXMLDocumentCheckbox_1_ 2013
#define sXMLDocumentCheckbox_2_ 2014
#define sXMLDocumentCheckbox_3_ 2015
#define sXMLDocumentCheckbox_4_ 2016
#define sXMLHelperApplications_1 2017
#define sXMLHelperApplications_2 2018
#define sSourceDocuments 2030
#define sTargetDocuments 2031
#define sCreateLogfile 2032
#define sLogfileHelpText 2033
#define sLogfileSummary 2034
#define sshowLogfile 2035
#define sSumInclusiveSubDir 3000
#define sSumSaveDokumente 3001
#define sSumSOTextDocuments 3100
#define sSumSOTableDocuments 3101
#define sSumSODrawDocuments 3102
#define sSumSOMathDocuments 3103
#define sSumSOTextTemplates 3110
#define sSumSOTableTemplates 3111
#define sSumSODrawTemplates 3112
#define sSumSOGlobalDocuments 3113
#define sSumMSTextDocuments 3200
#define sSumMSTableDocuments 3201
#define sSumMSDrawDocuments 3202
#define sSumMSTextTemplates 3210
#define sSumMSTableTemplates 3211
#define sSumMSDrawTemplates 3212
// --------------------------------------------------------------------
String sHelpButton
@@ -90,6 +153,38 @@ String sWelcometextLabel3
};
String sMSTemplateCheckbox_1_
{
Text [ en-US ] = "Word templates";
};
String sMSTemplateCheckbox_2_
{
Text [ en-US ] = "Excel templates";
};
String sMSTemplateCheckbox_3_
{
Text [ en-US ] = "PowerPoint templates";
};
String sMSDocumentCheckbox_1_
{
Text [ en-US ] = "Word documents";
};
String sMSDocumentCheckbox_2_
{
Text [ en-US ] = "Excel documents";
};
String sMSDocumentCheckbox_3_
{
Text [ en-US ] = "PowerPoint documents";
};
String sSearchInSubDir
{
Text [ en-US ] = "Including subdirectories";
@@ -97,11 +192,45 @@ String sSearchInSubDir
String sMSContainerName
{
Text [ en-US ] = "Microsoft Office";
};
String sSummaryHeader
{
Text [ en-US ] = "Summary:";
};
String sTextImportLabel
{
Text [ en-US ] = "Import from:";
};
String sTextExportLabel
{
Text [ en-US ] = "Save to:";
};
String sGroupnameDefault
{
Text [ en-US ] = "Imported_Templates";
};
String sProgressDesc1
{
Text [ en-US ] = "Progress: ";
};
String sProgressOneDoc
{
Text [ en-US ] = "Document";
};
String sProgressMoreDocs
{
@@ -127,6 +256,12 @@ String sMsgDirNotThere
};
String sQueryfornewCreation
{
Text [ en-US ] = "Do you want to create it now?";
};
String sFileExists
{
Text [ en-US ] = "The '<1>' file already exists.<CR>Do you want to overwrite it?";
@@ -144,6 +279,24 @@ String sOverwriteallFiles
};
String sreeditMacro
{
Text [ en-US ] = "Document macro has to be revised.";
};
String scouldNotsaveDocument
{
Text [ en-US ] = "Document '<1>' could not be saved.";
};
String scouldNotopenDocument
{
Text [ en-US ] = "Document '<1>' could not be opened.";
};
String sConvertError1
{
Text [ en-US ] = "Do you really want to terminate conversion at this point?";
@@ -175,17 +328,92 @@ String sDialogTitle
Text [ en-US ] = "Document Converter";
};
String sProgressPage1
{
Text [ en-US ] = "Progress";
};
String sProgressPage2
{
Text [ en-US ] = "Retrieving the relevant documents:";
};
String sProgressPage3
{
Text [ en-US ] = "Converting the documents";
};
String sProgressFound
{
Text [ en-US ] = "Found:";
};
String sProgressPage5
{
Text [ en-US ] = "%1 found";
};
String sReady
{
Text [ en-US ] = "Finished";
};
String sXMLTemplateCheckbox_1_
{
Text [ en-US ] = "Text templates";
};
String sXMLTemplateCheckbox_2_
{
Text [ en-US ] = "Spreadsheet templates";
};
String sXMLTemplateCheckbox_3_
{
Text [ en-US ] = "Drawing/presentation templates";
};
String sXMLTemplateCheckbox_4_
{
Text [ en-US ] = "Master documents";
};
String sXMLDocumentCheckbox_1_
{
Text [ en-US ] = "Text documents";
};
String sXMLDocumentCheckbox_2_
{
Text [ en-US ] = "Spreadsheets";
};
String sXMLDocumentCheckbox_3_
{
Text [ en-US ] = "Drawing/presentation documents";
};
String sXMLDocumentCheckbox_4_
{
Text [ en-US ] = "Master documents/formulas";
};
String sXMLHelperApplications_1
{
Text [ en-US ] = "Master documents";
};
String sXMLHelperApplications_2
{
Text [ en-US ] = "Formulas";
};
String sSourceDocuments
{
Text [ en-US ] = "Source documents";
@@ -197,8 +425,120 @@ String sTargetDocuments
Text [ en-US ] = "Target documents";
};
String sCreateLogfile
{
Text [ en-US ] = "Create log file";
};
String sLogfileSummary
{
Text [ en-US ] = "<COUNT> documents converted";
};
String sLogfileHelpText
{
Text [ en-US ] = "A log file will be created in your work directory";
};
String sshowLogfile
{
Text [ en-US ] = "Show log file";
};
String sSumInclusiveSubDir
{
Text [ en-US ] = "All subdirectories will be taken into account";
};
String sSumSaveDokumente
{
Text [ en-US ] = "These will be exported to the following directory:";
};
String sSumSOTextDocuments
{
Text [ en-US ] = "All StarOffice text documents contained in the following directory will be imported:";
};
String sSumSOTableDocuments
{
Text [ en-US ] = "All StarOffice spreadsheets contained in the following directory will be imported:";
};
String sSumSODrawDocuments
{
Text [ en-US ] = "All StarOffice drawing and presentation documents contained in the following directory will be imported:";
};
String sSumSOMathDocuments
{
Text [ en-US ] = "All StarOffice formula documents contained in the following directory will be imported:";
};
String sSumSOTextTemplates
{
Text [ en-US ] = "All StarOffice text templates contained in the following directory will be imported:";
};
String sSumSOTableTemplates
{
Text [ en-US ] = "All StarOffice table templates contained in the following directory will be imported:";
};
String sSumSODrawTemplates
{
Text [ en-US ] = "All StarOffice drawing and presentation templates contained in the following directory will be imported:";
};
String sSumSOGlobalDocuments
{
Text [ en-US ] = "All StarOffice master documents contained in the following directory will be imported:";
};
String sSumMSTextDocuments
{
Text [ en-US ] = "All Word documents contained in the following directory will be imported:";
};
String sSumMSTableDocuments
{
Text [ en-US ] = "All Excel documents contained in the following directory will be imported:";
};
String sSumMSDrawDocuments
{
Text [ en-US ] = "All PowerPoint documents contained in the following directory will be imported:";
};
String sSumMSTextTemplates
{
Text [ en-US ] = "All Word templates contained in the following directory will be imported:";
};
String sSumMSTableTemplates
{
Text [ en-US ] = "All Excel templates contained in the following directory will be imported:";
};
String sSumMSDrawTemplates
{
Text [ en-US ] = "All PowerPoint templates contained in the following directory will be imported:";
};

View File

@@ -17,7 +17,13 @@
*/
#define SAMPLES 1000
#define STYLES 1100
#define AgendaDlgName 1200
#define AgendaDlgNoCancel 1201
#define AgendaDlgFrame 1202
#define AgendaDlgButton1 1203
#define AgendaDlgButton2 1204
#define CorrespondenceNoTextmark 1300
#define CorrespondenceMsgError 1302
#define CorrespondenceDialog 1303
#define CorrespondenceFields 1350
#define TextField 1400
@@ -55,6 +61,32 @@ String STYLES + 3
Text [ en-US ] = "~OK";
};
// --------------------------------------------------------------------
String AgendaDlgName
{
Text [ en-US ] = "Minutes Template";
};
String AgendaDlgNoCancel
{
Text [ en-US ] = "An option must be confirmed.";
};
String AgendaDlgFrame
{
Text [ en-US ] = "Minutes Type";
};
String AgendaDlgButton1
{
Text [ en-US ] = "Results Minutes";
};
String AgendaDlgButton2
{
Text [ en-US ] = "Evaluation Minutes";
};
// --------------------------------------------------------------------
String CorrespondenceNoTextmark
{
@@ -66,6 +98,11 @@ String CorrespondenceNoTextmark+1
Text [ en-US ] = "Form letter fields can not be included.";
};
String CorrespondenceMsgError
{
Text [ en-US ] = "An error has occurred.";
};
String CorrespondenceDialog
{
Text [ en-US ] = "Addressee";