Updated core
[LibreOffice.git] / svtools / source / misc / svtools.src
blob00e70803033dd9966d0d87bdaf068662bf3354d9
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 "svtools/svtools.hrc"
12 String STR_SVT_1BIT_THRESHOLD
14     Text [ en-US ] = "1 bit threshold";
16 String STR_SVT_1BIT_DITHERED
18     Text [ en-US ] = "1 bit dithered";
20 String STR_SVT_4BIT_GRAYSCALE
22     Text [ en-US ] = "4 bit grayscale";
24 String STR_SVT_4BIT_COLOR_PALETTE
26     Text [ en-US ] = "4 bit color";
28 String STR_SVT_8BIT_GRAYSCALE
30     Text [ en-US ] = "8 bit grayscale";
32 String STR_SVT_8BIT_COLOR_PALETTE
34     Text [ en-US ] = "8 bit color";
36 String STR_SVT_24BIT_TRUE_COLOR
38     Text [ en-US ] = "24 bit true color";
40 String STR_SVT_ESTIMATED_SIZE_PIX_1
42     Text [ en-US ] = "The picture needs about %1 KB of memory.";
44 String STR_SVT_ESTIMATED_SIZE_PIX_2
46     Text [ en-US ] = "The picture needs about %1 KB of memory, the file size is %2 KB.";
48 String STR_SVT_ESTIMATED_SIZE_VEC
50     Text [ en-US ] = "The file size is %1 KB.";
52 String STR_SVT_PRNDLG_READY
54     Text [ en-US ] = "Ready" ;
56 String STR_SVT_PRNDLG_PAUSED
58     Text [ en-US ] = "Paused" ;
60 String STR_SVT_PRNDLG_PENDING
62     Text [ en-US ] = "Pending deletion" ;
64 String STR_SVT_PRNDLG_BUSY
66     Text [ en-US ] = "Busy" ;
68 String STR_SVT_PRNDLG_INITIALIZING
70     Text [ en-US ] = "Initializing" ;
72 String STR_SVT_PRNDLG_WAITING
74     Text [ en-US ] = "Waiting" ;
76 String STR_SVT_PRNDLG_WARMING_UP
78     Text [ en-US ] = "Warming up" ;
80 String STR_SVT_PRNDLG_PROCESSING
82     Text [ en-US ] = "Processing" ;
84 String STR_SVT_PRNDLG_PRINTING
86     Text [ en-US ] = "Printing" ;
88 String STR_SVT_PRNDLG_OFFLINE
90     Text [ en-US ] = "Offline" ;
92 String STR_SVT_PRNDLG_ERROR
94     Text [ en-US ] = "Error" ;
96 String STR_SVT_PRNDLG_SERVER_UNKNOWN
98     Text [ en-US ] = "Unknown Server" ;
100 String STR_SVT_PRNDLG_PAPER_JAM
102     Text [ en-US ] = "Paper jam" ;
104 String STR_SVT_PRNDLG_PAPER_OUT
106     Text [ en-US ] = "Not enough paper" ;
108 String STR_SVT_PRNDLG_MANUAL_FEED
110     Text [ en-US ] = "Manual feed" ;
112 String STR_SVT_PRNDLG_PAPER_PROBLEM
114     Text [ en-US ] = "Paper problem" ;
116 String STR_SVT_PRNDLG_IO_ACTIVE
118     Text [ en-US ] = "I/O active" ;
120 String STR_SVT_PRNDLG_OUTPUT_BIN_FULL
122     Text [ en-US ] = "Output bin full" ;
124 String STR_SVT_PRNDLG_TONER_LOW
126     Text [ en-US ] = "Toner low" ;
128 String STR_SVT_PRNDLG_NO_TONER
130     Text [ en-US ] = "No toner" ;
132 String STR_SVT_PRNDLG_PAGE_PUNT
134     Text [ en-US ] = "Delete Page" ;
136 String STR_SVT_PRNDLG_USER_INTERVENTION
138     Text [ en-US ] = "User intervention necessary" ;
140 String STR_SVT_PRNDLG_OUT_OF_MEMORY
142     Text [ en-US ] = "Insufficient memory" ;
144 String STR_SVT_PRNDLG_DOOR_OPEN
146     Text [ en-US ] = "Cover open" ;
148 String STR_SVT_PRNDLG_POWER_SAVE
150     Text [ en-US ] = "Power save mode" ;
152 String STR_SVT_PRNDLG_DEFPRINTER
154     Text [ en-US ] = "Default printer" ;
156 String STR_SVT_PRNDLG_JOBCOUNT
158     Text [ en-US ] = "%d documents" ;
160 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */