diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-12-01 22:45:27 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-12-01 23:14:46 +0100 |
commit | 156e96d8bf7ac1228378f7ea799aa80c0f653d06 (patch) | |
tree | d2cea7fb7f7bcc52d1f25d7aa90744ef3947ffd7 /sc/source/ui/src/namedefdlg.src | |
parent | 64a9481b9902f14d730cf3d6ef1398b314ec2dc3 (diff) |
ManageNames: move some strings to globstr
Diffstat (limited to 'sc/source/ui/src/namedefdlg.src')
-rw-r--r-- | sc/source/ui/src/namedefdlg.src | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/sc/source/ui/src/namedefdlg.src b/sc/source/ui/src/namedefdlg.src index 4181015f123c..1a19f0bc8c81 100644 --- a/sc/source/ui/src/namedefdlg.src +++ b/sc/source/ui/src/namedefdlg.src @@ -147,23 +147,9 @@ ModelessDialog RID_SCDLG_NAMES_DEFINE Pos = MAP_APPFONT( 0, 95 ); Size = MAP_APPFONT(200, 3 ); }; - - 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."; - }; String STR_DEFAULT_INFO { Text [en-US] = "Define the name and range or formula expression."; - }; -}; + };}; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |