1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 #include "strings.hrc"
12 String STR_COULD_NOT_BE_INIT
14 Text [ en-US ] = "The SANE interface could not be initialized. Scanning is not possible.";
17 String STR_SLOW_PREVIEW
19 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.";
24 Text [ en-US ] = "An error occurred while scanning.";
27 String STR_DEVICE_DESC
29 Text [ en-US ] = "Device: %s\nVendor: %s\nModel: %s\nType: %s";
32 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */