bump product version to 7.2.5.1
[LibreOffice.git] / sd / inc / DocumentRenderer.hrc
blob3cdd5b004f551e5371022b2b541d445d3b74ff80
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 #pragma once
22 #define NC_(Context, String) reinterpret_cast<char const *>(Context "\004" u8##String)
24 const char* STR_IMPRESS_PRINT_UI_CONTENT_CHOICES[] =
26     NC_("STR_IMPRESS_PRINT_UI_CONTENT_CHOICES", "Slides"),
27     NC_("STR_IMPRESS_PRINT_UI_CONTENT_CHOICES", "Handouts"),
28     NC_("STR_IMPRESS_PRINT_UI_CONTENT_CHOICES", "Notes"),
29     NC_("STR_IMPRESS_PRINT_UI_CONTENT_CHOICES", "Outline")
32 const char* STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES[] =
34     NC_("STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES", "According to layout"),
35     NC_("STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES", "1"),
36     NC_("STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES", "2"),
37     NC_("STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES", "3"),
38     NC_("STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES", "4"),
39     NC_("STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES", "6"),
40     NC_("STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES", "9")
43 const char* STR_IMPRESS_PRINT_UI_ORDER_CHOICES[] =
45     NC_("STR_IMPRESS_PRINT_UI_ORDER_CHOICES", "Left to right, then down"),
46     NC_("STR_IMPRESS_PRINT_UI_ORDER_CHOICES", "Top to bottom, then right")
49 const char* STR_IMPRESS_PRINT_UI_QUALITY_CHOICES[] =
51     NC_("STR_IMPRESS_PRINT_UI_QUALITY_CHOICES", "Original colors"),
52     NC_("STR_IMPRESS_PRINT_UI_QUALITY_CHOICES", "Grayscale"),
53     NC_("STR_IMPRESS_PRINT_UI_QUALITY_CHOICES", "Black & white")
56 const char* STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES[] =
58     NC_("STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES", "Original size"),
59     NC_("STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES", "Fit to printable page"),
60     NC_("STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES", "Distribute on multiple sheets of paper"),
61     NC_("STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES", "Tile sheet of paper with repeated slides")
64 const char* STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES_DRAW[] =
66     NC_("STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES_DRAW", "Original size"),
67     NC_("STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES_DRAW", "Fit to printable page"),
68     NC_("STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES_DRAW", "Distribute on multiple sheets of paper"),
69     NC_("STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES_DRAW", "Tile sheet of paper with repeated pages")
72 const char* STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE_LIST[] =
74     NC_("STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE_LIST", "All pages"),
75     NC_("STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE_LIST", "Front sides / right pages"),
76     NC_("STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE_LIST", "Back sides / left pages")
79 const char* STR_IMPRESS_PRINT_UI_PAGE_RANGE_CHOICE[] =
81     NC_("STR_IMPRESS_PRINT_UI_PAGE_RANGE_CHOICE", "All ~Slides"),
82     NC_("STR_IMPRESS_PRINT_UI_PAGE_RANGE_CHOICE", "S~lides:"),
83     NC_("STR_IMPRESS_PRINT_UI_PAGE_RANGE_CHOICE", "~Selection")
86 const char* STR_DRAW_PRINT_UI_PAGE_RANGE_CHOICE[] =
88     NC_("STR_DRAW_PRINT_UI_PAGE_RANGE_CHOICE", "All ~Pages"),
89     NC_("STR_DRAW_PRINT_UI_PAGE_RANGE_CHOICE", "~Pages:"),
90     NC_("STR_DRAW_PRINT_UI_PAGE_RANGE_CHOICE", "~Selection")
93 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */