build fix: no comphelper/profilezone.hxx in this branch
[LibreOffice.git] / vcl / source / src / print.src
blobcbfe6ed8a0dd87996c7bada9f7c6710f4e8f7bcf
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  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include "svids.hrc"
22 StringArray SV_PRINT_NATIVE_STRINGS
24     ItemList [en-US] =
25     {
26         < "Preview"; >;
27         < "Page number"; >;
28         < "Number of pages"; >;
29         < "More"; >;
30         < "Print selection only"; >;
31     };
34 StringArray RID_STR_PAPERNAMES
36     ItemList [en-US] =
37     {
38         < "A0"; >;
39         < "A1"; >;
40         < "A2"; >;
41         < "A3"; >;
42         < "A4"; >;
43         < "A5"; >;
44         < "B4 (ISO)"; >;
45         < "B5 (ISO)"; >;
46         < "Letter"; >;
47         < "Legal"; >;
48         < "Tabloid"; >;
49         < "User Defined"; >;
50         < "B6 (ISO)"; >;
51         < "C4 Envelope"; >;
52         < "C5 Envelope"; >;
53         < "C6 Envelope"; >;
54         < "C6/5 Envelope"; >;
55         < "DL Envelope"; >;
56         < "Dia Slide"; >;
57         < "C"; >;
58         < "D"; >;
59         < "E"; >;
60         < "Executive"; >;
61         < "Long Bond"; >;
62         < "#8 (Monarch) Envelope"; >;
63         < "#6 3/4 (Personal) Envelope"; >;
64         < "#9 Envelope"; >;
65         < "#10 Envelope"; >;
66         < "#11 Envelope"; >;
67         < "#12 Envelope"; >;
68         < "16 Kai"; >;
69         < "32 Kai"; >;
70         < "Big 32 Kai"; >;
71         < "B4 (JIS)"; >;
72         < "B5 (JIS)"; >;
73         < "B6 (JIS)"; >;
74         < "Japanese Postcard"; >;
75     };
78 String SV_PRINT_NOPAGES
80     Text [en-US] = "No pages";
83 String SV_PRINT_TOFILE_TXT
85     Text [en-US] = "Print to File...";
88 String SV_PRINT_DEFPRT_TXT
90     Text [en-US] = "Default printer";
93 String SV_PRINT_PRINTPREVIEW_TXT
95     Text [en-US] = "Print preview";
98 Image SV_PRINT_COLLATE_IMG
100     ImageBitmap = Bitmap { File = "collate.png" ; };
103 Image SV_PRINT_NOCOLLATE_IMG
105     ImageBitmap = Bitmap { File = "ncollate.png" ; };
108 String SV_PRINT_QUERYFAXNUMBER_TXT
110     Text [ en-US ] = "Please enter the fax number";
113 String SV_PRINT_INVALID_TXT
115     Text [ en-US ] = "<ignore>";
118 String SV_PRINT_CUSTOM_TXT
120     Text [ en-US ] = "Custom";
123 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */