Files
loongoffice/extensions/source/scanner/strings.src
Caolán McNamara 1bb161ece5 these strings should be translatable
so bring back scn.res and add them in there

Change-Id: I378d64f524c64295d26223f54fe17950b475cd80
2014-08-18 11:13:55 +01:00

35 lines
896 B
Plaintext

/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include "strings.hrc"
String STR_COULD_NOT_BE_INIT
{
Text = "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.";
};
String STR_ERROR_SCAN
{
Text = "An error occurred while scanning.";
};
String STR_DEVICE_DESC
{
Text = "Device: %s\nVendor: %s\nModel: %s\nType: %s";
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */