summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
Diffstat (limited to 'uui')
-rw-r--r--uui/source/lockfailed.src4
-rw-r--r--uui/source/nameclashdlg.src6
2 files changed, 5 insertions, 5 deletions
diff --git a/uui/source/lockfailed.src b/uui/source/lockfailed.src
index be9f43a31380..2384e43e0ed7 100644
--- a/uui/source/lockfailed.src
+++ b/uui/source/lockfailed.src
@@ -23,7 +23,7 @@
String STR_LOCKFAILED_TITLE
{
- Text = "Document Could Not Be Locked";
+ Text [ en-US ] = "Document Could Not Be Locked";
};
String STR_LOCKFAILED_MSG
{
@@ -31,7 +31,7 @@ String STR_LOCKFAILED_MSG
};
String STR_LOCKFAILED_DONTSHOWAGAIN
{
- Text = "~Do not show this message again";
+ Text [ en-US ] = "~Do not show this message again";
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/uui/source/nameclashdlg.src b/uui/source/nameclashdlg.src
index 3ffe2e41ad91..b608123c1d53 100644
--- a/uui/source/nameclashdlg.src
+++ b/uui/source/nameclashdlg.src
@@ -23,17 +23,17 @@
String STR_RENAME_OR_REPLACE
{
- Text = "A file with the name \"%NAME\" already exists in the location \"%FOLDER\".\nChoose Replace to overwrite the existing file or provide a new name.";
+ Text [ en-US ] = "A file with the name \"%NAME\" already exists in the location \"%FOLDER\".\nChoose Replace to overwrite the existing file or provide a new name.";
};
String STR_NAME_CLASH_RENAME_ONLY
{
- Text = "A file with the name \"%NAME\" already exists in the location \"%FOLDER\".\nPlease enter a new name.";
+ Text [ en-US ] = "A file with the name \"%NAME\" already exists in the location \"%FOLDER\".\nPlease enter a new name.";
};
String STR_SAME_NAME_USED
{
- Text = "Please provide a different file name!";
+ Text [ en-US ] = "Please provide a different file name!";
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */