summaryrefslogtreecommitdiff
path: root/cui/source/dialogs
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-07-18 23:25:09 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-07-18 23:28:54 +0200
commit3e7832724e6647f6e786b0feb846b97ce8c03070 (patch)
tree0cbc0a90a60af347ba96c3bc6e2d1c29effe79ff /cui/source/dialogs
parent7ed5b092f83a60e526b0930fe4faf391386b2111 (diff)
Revert hrc string cleanup
This reverts mostly all of my hrc string cleanup commits. As Markus stated in dc05a825e71316e6f602e5c8dfcd3d10ecb6252f 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 60212988e1cd84169afb028a4255b6f935f1fd4b. Revert "hrc cleanup: Remove unused strings" This reverts commit 0e2d7550dd287843b70c03dee952c02f9bd8afb5. Revert "hrc cleanup: Remove unused Strings in sfx2/source/doc/doc.hrc" This reverts commit efb74b5dfdb773ba53b29080e1996a93d2c1cac2. Revert "hrc cleanup: Remove unused Strings in cui" This reverts commit 527e8f61868210c54bdad650f16390bda03c4353. Revert "hrc cleanup: Remove unused Strings in desktop" This reverts commit ac3800fbb9f3251276302b24fa0542441276a34f. Revert "hrc cleanup: Remove unused cstitem.src" This reverts commit ae95e31831916df760503bfc2496b7bc55bc638b. Revert "hrc cleanup: Remove unused strings in wizards" This reverts commit 20f9a1744319ecdf18c9ab6d0873bb586eb4d03f. Revert "hrc cleanup: Remove unused Strings in sfx2" This reverts commit c26d4d34467008418ebf138412e87886694c326c.
Diffstat (limited to 'cui/source/dialogs')
-rw-r--r--cui/source/dialogs/hyphen.src5
-rw-r--r--cui/source/dialogs/scriptdlg.src17
2 files changed, 22 insertions, 0 deletions
diff --git a/cui/source/dialogs/hyphen.src b/cui/source/dialogs/hyphen.src
index f1a0d177279f..f8bf26202bfa 100644
--- a/cui/source/dialogs/hyphen.src
+++ b/cui/source/dialogs/hyphen.src
@@ -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
{
diff --git a/cui/source/dialogs/scriptdlg.src b/cui/source/dialogs/scriptdlg.src
index f387c1fac50f..0c58be37e1b1 100644
--- a/cui/source/dialogs/scriptdlg.src
+++ b/cui/source/dialogs/scriptdlg.src
@@ -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:";