summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2015-06-15 16:39:10 +0200
committerAndras Timar <andras.timar@collabora.com>2015-06-15 16:40:00 +0200
commit814867c75cd175594b8e60125f248ecbb6647644 (patch)
treec65f67d1fe21e7963144e62cb6a96e105662dd48 /uui
parent335ea1819b08dbefabb5d67445668d4868bb1db0 (diff)
more untranslatable UI strings
Change-Id: I4c02d7613743a1b11594fd96f6131219afd102ef
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: */