summaryrefslogtreecommitdiff
path: root/extensions
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:42:08 +0200
commit4f9d125461a238f5c807a654d7351d32ca31074e (patch)
treedb43a603fae2554b134fd42d41bba2e158d1695e /extensions
parentf5207835163e9e116dc8459a7ed37a7736d5e818 (diff)
more untranslatable UI strings
Change-Id: I4c02d7613743a1b11594fd96f6131219afd102ef (cherry picked from commit 814867c75cd175594b8e60125f248ecbb6647644)
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/scanner/strings.src8
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/source/scanner/strings.src b/extensions/source/scanner/strings.src
index e7c460856a51..4f8ea645ca3c 100644
--- a/extensions/source/scanner/strings.src
+++ b/extensions/source/scanner/strings.src
@@ -11,22 +11,22 @@
String STR_COULD_NOT_BE_INIT
{
- Text = "The SANE interface could not be initialized. Scanning is not possible.";
+ Text [ en-US ] = "The SANE interface could not be initialized. Scanning is not possible.";
};
String STR_SLOW_PREVIEW
{
- Text = "The device does not offer a preview option. Therefore, a normal scan will be used as a preview instead. This may take a considerable amount of time.";
+ Text [ en-US ] = "The device does not offer a preview option. Therefore, a normal scan will be used as a preview instead. This may take a considerable amount of time.";
};
String STR_ERROR_SCAN
{
- Text = "An error occurred while scanning.";
+ Text [ en-US ] = "An error occurred while scanning.";
};
String STR_DEVICE_DESC
{
- Text = "Device: %s\nVendor: %s\nModel: %s\nType: %s";
+ Text [ en-US ] = "Device: %s\nVendor: %s\nModel: %s\nType: %s";
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */