summaryrefslogtreecommitdiff
path: root/sc/source/ui/src/namedefdlg.src
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/src/namedefdlg.src')
-rw-r--r--sc/source/ui/src/namedefdlg.src13
1 files changed, 12 insertions, 1 deletions
diff --git a/sc/source/ui/src/namedefdlg.src b/sc/source/ui/src/namedefdlg.src
index 26ce3425be9e..4519c3747ca2 100644
--- a/sc/source/ui/src/namedefdlg.src
+++ b/sc/source/ui/src/namedefdlg.src
@@ -113,6 +113,17 @@ ModalDialog RID_SCDLG_NAMES_DEFINE
{
Text [ en-US ] = "Document (Global)" ;
};
-
+ String STR_INVALIDSYMBOL
+ {
+ Text [ en-US ] = "Invalid expression" ;
+ };
+ String STR_ERR_NAME_EXISTS
+ {
+ Text [ en-US ] = "Invalid name. Already in use for the selected scope.";
+ };
+ String STR_ERR_NAME_INVALID
+ {
+ Text [ en-US ] = "Invalid name. Only use letters, numbers and underscore and don't use names like cell addresses";
+ };
};