35 lines
936 B
Plaintext
35 lines
936 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 [ en-US ] = "The SANE interface could not be initialized. Scanning is not possible.";
|
|
};
|
|
|
|
String STR_SLOW_PREVIEW
|
|
{
|
|
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 [ en-US ] = "An error occurred while scanning.";
|
|
};
|
|
|
|
String STR_DEVICE_DESC
|
|
{
|
|
Text [ en-US ] = "Device: %s\nVendor: %s\nModel: %s\nType: %s";
|
|
};
|
|
|
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
|
|
|
|