summaryrefslogtreecommitdiff
path: root/extensions/source/scanner/strings.src
blob: e7c460856a51dec1c64ad05a1989e324019d7ff8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/* -*- 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: */