diff options
author | Andras Timar <andras.timar@collabora.com> | 2015-06-15 16:39:10 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2015-06-15 16:40:00 +0200 |
commit | 814867c75cd175594b8e60125f248ecbb6647644 (patch) | |
tree | c65f67d1fe21e7963144e62cb6a96e105662dd48 /extensions | |
parent | 335ea1819b08dbefabb5d67445668d4868bb1db0 (diff) |
more untranslatable UI strings
Change-Id: I4c02d7613743a1b11594fd96f6131219afd102ef
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/scanner/strings.src | 8 |
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: */ |