Version 6.1.4.1, tag libreoffice-6.1.4.1
[LibreOffice.git] / vcl / inc / print.hrc
blobb1b3d47c7be369081ed5ff3f6073472622b9962d
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 #define NC_(Context, String) (Context "\004" u8##String)
25 const char* RID_STR_PAPERNAMES[] =
27     // To translators: This is the first entry of a sequence of paper size names
28     NC_("RID_STR_PAPERNAMES", "A0"),
29     NC_("RID_STR_PAPERNAMES", "A1"),
30     NC_("RID_STR_PAPERNAMES", "A2"),
31     NC_("RID_STR_PAPERNAMES", "A3"),
32     NC_("RID_STR_PAPERNAMES", "A4"),
33     NC_("RID_STR_PAPERNAMES", "A5"),
34     NC_("RID_STR_PAPERNAMES", "B4 (ISO)"),
35     NC_("RID_STR_PAPERNAMES", "B5 (ISO)"),
36     NC_("RID_STR_PAPERNAMES", "Letter"),
37     NC_("RID_STR_PAPERNAMES", "Legal"),
38     NC_("RID_STR_PAPERNAMES", "Tabloid"),
39     NC_("RID_STR_PAPERNAMES", "User Defined"),
40     NC_("RID_STR_PAPERNAMES", "B6 (ISO)"),
41     NC_("RID_STR_PAPERNAMES", "C4 Envelope"),
42     NC_("RID_STR_PAPERNAMES", "C5 Envelope"),
43     NC_("RID_STR_PAPERNAMES", "C6 Envelope"),
44     NC_("RID_STR_PAPERNAMES", "C6/5 Envelope"),
45     NC_("RID_STR_PAPERNAMES", "DL Envelope"),
46     NC_("RID_STR_PAPERNAMES", "Dia Slide"),
47     NC_("RID_STR_PAPERNAMES", "C"),
48     NC_("RID_STR_PAPERNAMES", "D"),
49     NC_("RID_STR_PAPERNAMES", "E"),
50     NC_("RID_STR_PAPERNAMES", "Executive"),
51     NC_("RID_STR_PAPERNAMES", "Long Bond"),
52     NC_("RID_STR_PAPERNAMES", "#8 (Monarch) Envelope"),
53     NC_("RID_STR_PAPERNAMES", "#6 3/4 (Personal) Envelope"),
54     NC_("RID_STR_PAPERNAMES", "#9 Envelope"),
55     NC_("RID_STR_PAPERNAMES", "#10 Envelope"),
56     NC_("RID_STR_PAPERNAMES", "#11 Envelope"),
57     NC_("RID_STR_PAPERNAMES", "#12 Envelope"),
58     NC_("RID_STR_PAPERNAMES", "16 Kai"),
59     NC_("RID_STR_PAPERNAMES", "32 Kai"),
60     NC_("RID_STR_PAPERNAMES", "Big 32 Kai"),
61     NC_("RID_STR_PAPERNAMES", "B4 (JIS)"),
62     NC_("RID_STR_PAPERNAMES", "B5 (JIS)"),
63     NC_("RID_STR_PAPERNAMES", "B6 (JIS)"),
64     // To translators: This is the last entry of the sequence of paper size names
65     NC_("RID_STR_PAPERNAMES", "Japanese Postcard")
68 #endif // INCLUDED_VCL_INC_PRINT_HRC
70 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */