Implement weld::IconView::[gs]et_item_width
[LibreOffice.git] / vcl / inc / print.hrc
blob7e19c4c75004211c2ebfb7ed01ca7c1d777bf8c4
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 #ifndef INCLUDED_VCL_INC_PRINT_HRC
21 #define INCLUDED_VCL_INC_PRINT_HRC
23 #include <unotools/resmgr.hxx>
25 #define NC_(Context, String) TranslateId(Context, reinterpret_cast<char const *>(u8##String))
27 const TranslateId RID_STR_PAPERNAMES[] =
29     // To translators: This is the first entry of a sequence of paper size names
31     // This array must (probably) match exactly the enum Paper in <i18nutil/paper.hxx>
33     NC_("RID_STR_PAPERNAMES", "A0"),
34     NC_("RID_STR_PAPERNAMES", "A1"),
35     NC_("RID_STR_PAPERNAMES", "A2"),
36     NC_("RID_STR_PAPERNAMES", "A3"),
37     NC_("RID_STR_PAPERNAMES", "A4"),
38     NC_("RID_STR_PAPERNAMES", "A5"),
39     NC_("RID_STR_PAPERNAMES", "B4 (ISO)"),
40     NC_("RID_STR_PAPERNAMES", "B5 (ISO)"),
41     NC_("RID_STR_PAPERNAMES", "Letter"),
42     NC_("RID_STR_PAPERNAMES", "Legal"),
43     NC_("RID_STR_PAPERNAMES", "Tabloid"),
44     NC_("RID_STR_PAPERNAMES", "User Defined"),
45     NC_("RID_STR_PAPERNAMES", "B6 (ISO)"),
46     NC_("RID_STR_PAPERNAMES", "C4 Envelope"),
47     NC_("RID_STR_PAPERNAMES", "C5 Envelope"),
48     NC_("RID_STR_PAPERNAMES", "C6 Envelope"),
49     NC_("RID_STR_PAPERNAMES", "C6/5 Envelope"),
50     NC_("RID_STR_PAPERNAMES", "DL Envelope"),
51     NC_("RID_STR_PAPERNAMES", "Dia Slide"),
52     NC_("RID_STR_PAPERNAMES", "Screen 4:3"),
53     NC_("RID_STR_PAPERNAMES", "C"),
54     NC_("RID_STR_PAPERNAMES", "D"),
55     NC_("RID_STR_PAPERNAMES", "E"),
56     NC_("RID_STR_PAPERNAMES", "Executive"),
57     NC_("RID_STR_PAPERNAMES", "German Legal Fanfold"),
58     NC_("RID_STR_PAPERNAMES", "#8 (Monarch) Envelope"),
59     NC_("RID_STR_PAPERNAMES", "#6 3/4 (Personal) Envelope"),
60     NC_("RID_STR_PAPERNAMES", "#9 Envelope"),
61     NC_("RID_STR_PAPERNAMES", "#10 Envelope"),
62     NC_("RID_STR_PAPERNAMES", "#11 Envelope"),
63     NC_("RID_STR_PAPERNAMES", "#12 Envelope"),
64     NC_("RID_STR_PAPERNAMES", "16 Kai (16k)"),
65     NC_("RID_STR_PAPERNAMES", "32 Kai"),
66     NC_("RID_STR_PAPERNAMES", "Big 32 Kai"),
67     NC_("RID_STR_PAPERNAMES", "B4 (JIS)"),
68     NC_("RID_STR_PAPERNAMES", "B5 (JIS)"),
69     NC_("RID_STR_PAPERNAMES", "B6 (JIS)"),
70     NC_("RID_STR_PAPERNAMES", "Ledger"),
71     NC_("RID_STR_PAPERNAMES", "Statement"),
72     NC_("RID_STR_PAPERNAMES", "Quarto"),
73     NC_("RID_STR_PAPERNAMES", "10x14"),
74     NC_("RID_STR_PAPERNAMES", "#14 Envelope"),
75     NC_("RID_STR_PAPERNAMES", "C3 Envelope"),
76     NC_("RID_STR_PAPERNAMES", "Italian Envelope"),
77     NC_("RID_STR_PAPERNAMES", "U.S. Standard Fanfold"),
78     NC_("RID_STR_PAPERNAMES", "German Standard Fanfold"),
79     NC_("RID_STR_PAPERNAMES", "Japanese Postcard"),
80     NC_("RID_STR_PAPERNAMES", "9x11"),
81     NC_("RID_STR_PAPERNAMES", "10x11"),
82     NC_("RID_STR_PAPERNAMES", "15x11"),
83     NC_("RID_STR_PAPERNAMES", "Invitation Envelope"),
84     NC_("RID_STR_PAPERNAMES", "SuperA"),
85     NC_("RID_STR_PAPERNAMES", "SuperB"),
86     NC_("RID_STR_PAPERNAMES", "Letter Plus"),
87     NC_("RID_STR_PAPERNAMES", "A4 Plus"),
88     NC_("RID_STR_PAPERNAMES", "Double Postcard"),
89     NC_("RID_STR_PAPERNAMES", "A6"),
90     NC_("RID_STR_PAPERNAMES", "12x11"),
91     NC_("RID_STR_PAPERNAMES", "A7"),
92     NC_("RID_STR_PAPERNAMES", "A8"),
93     NC_("RID_STR_PAPERNAMES", "A9"),
94     NC_("RID_STR_PAPERNAMES", "A10"),
95     NC_("RID_STR_PAPERNAMES", "B0 (ISO)"),
96     NC_("RID_STR_PAPERNAMES", "B1 (ISO)"),
97     NC_("RID_STR_PAPERNAMES", "B2 (ISO)"),
98     NC_("RID_STR_PAPERNAMES", "B3 (ISO)"),
99     NC_("RID_STR_PAPERNAMES", "B7 (ISO)"),
100     NC_("RID_STR_PAPERNAMES", "B8 (ISO)"),
101     NC_("RID_STR_PAPERNAMES", "B9 (ISO)"),
102     NC_("RID_STR_PAPERNAMES", "B10 (ISO)"),
103     NC_("RID_STR_PAPERNAMES", "C2 Envelope"),
104     NC_("RID_STR_PAPERNAMES", "C7 Envelope"),
105     NC_("RID_STR_PAPERNAMES", "C8 Envelope"),
106     NC_("RID_STR_PAPERNAMES", "Arch A"),
107     NC_("RID_STR_PAPERNAMES", "Arch B"),
108     NC_("RID_STR_PAPERNAMES", "Arch C"),
109     NC_("RID_STR_PAPERNAMES", "Arch D"),
110     NC_("RID_STR_PAPERNAMES", "Arch E"),
111     NC_("RID_STR_PAPERNAMES", "Screen 16:9"),
112     NC_("RID_STR_PAPERNAMES", "Screen 16:10"),
113     NC_("RID_STR_PAPERNAMES", "16k (195 x 270)"),
114     NC_("RID_STR_PAPERNAMES", "16k (197 x 273)"),
115     NC_("RID_STR_PAPERNAMES", "Widescreen"),
116     NC_("RID_STR_PAPERNAMES", "On-screen Show (4:3)"),
117     NC_("RID_STR_PAPERNAMES", "On-screen Show (16:9)"),
118     // To translators: This is the last entry of the sequence of paper size names
119     NC_("RID_STR_PAPERNAMES", "On-screen Show (16:10)")
122 #endif // INCLUDED_VCL_INC_PRINT_HRC
124 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */