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-08-06 12:22:44 +0200
commit8e21247c44bde7f86a6287abe0872782219fb287 (patch)
tree3a30427812a151395f0dbf4904e6aafd83c58d52 /uui
parent386dbe4b04bf6ce4f17e5302a9b2970dfeb55767 (diff)
more untranslatable UI strings
Change-Id: I4c02d7613743a1b11594fd96f6131219afd102ef (cherry picked from commit 814867c75cd175594b8e60125f248ecbb6647644)
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: */