bump product version to 5.0.4.1
[LibreOffice.git] / extensions / source / scanner / strings.src
blob4f8ea645ca3ca5c3b20bae7c1db920955953d2b8
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  */
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.";
22 String STR_ERROR_SCAN
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: */