summaryrefslogtreecommitdiff
path: root/sw/source/ui/config/optdlg.src
blob: 9f4173a9f8b6018e46b8f99e1d7c09aec7b74e6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */
/* StarView resource file */
#include <sfx2/sfx.hrc>
#include <svx/dialogs.hrc>
#include "globals.hrc"
#include "config.hrc"
#include "helpid.h"

String ST_SCRIPT_ASIAN
{
    Text [ en-US ] = "Asian";
};
String ST_SCRIPT_CTL
{
    Text [ en-US ] = "CTL";
};
String ST_SCRIPT_WESTERN
{
    Text [ en-US ] = "Western";
};

String STR_PRINTOPTUI_PRODUCTNAME
{
    Text [ en-US ] = "%PRODUCTNAME %s";
};
String STR_PRINTOPTUI_CONTENTS
{
    Text [ en-US ] = "Contents";
};
String STR_PRINTOPTUI_PAGE_BACKGROUND
{
    Text [ en-US ] = "Page ba~ckground";
};
String STR_PRINTOPTUI_PICTURES
{
    Text [ en-US ] = "P~ictures and other graphic objects";
};
String STR_PRINTOPTUI_HIDDEN
{
    Text [ en-US ] = "Hidden te~xt";
};
String STR_PRINTOPTUI_TEXT_PLACEHOLDERS
{
    Text [ en-US ] = "~Text placeholders";
};
String STR_PRINTOPTUI_FORM_CONTROLS
{
    Text [ en-US ] = "Form control~s";
};
String STR_PRINTOPTUI_COLOR
{
    Text [ en-US ] = "Color";
};
String STR_PRINTOPTUI_PRINT_BLACK
{
    Text [ en-US ] = "Print text in blac~k";
};
String STR_PRINTOPTUI_PAGES_TEXT
{
    Text [ en-US ] = "Pages";
};
String STR_PRINTOPTUI_PRINT_BLANK
{
    Text [ en-US ] = "Print ~automatically inserted blank pages";
};
String STR_PRINTOPTUI_ONLY_PAPER
{
    Text [ en-US ] = "~Use only paper tray from printer preferences";
};
String STR_PRINTOPTUI_PRINT
{
    Text [ en-US ] = "Print";
};
String STR_PRINTOPTUI_NONE
{
    Text [ en-US ] = "None (document only)";
};
String STR_PRINTOPTUI_COMMENTS_ONLY
{
    Text [ en-US ] = "Comments only";
};
String STR_PRINTOPTUI_PLACE_END
{
    Text [ en-US ] = "Place at end of document";
};
String STR_PRINTOPTUI_PLACE_PAGE
{
    Text [ en-US ] = "Place at end of page";
};
String STR_PRINTOPTUI_COMMENTS
{
    Text [ en-US ] = "~Comments";
};
String STR_PRINTOPTUI_PAGE_SIDES
{
    Text [ en-US ] = "Page sides";
};
String STR_PRINTOPTUI_ALL_PAGES
{
    Text [ en-US ] = "All pages";
};
String STR_PRINTOPTUI_BACK_PAGES
{
    Text [ en-US ] = "Back sides / left pages";
};
String STR_PRINTOPTUI_FONT_PAGES
{
    Text [ en-US ] = "Front sides / right pages";
};
String STR_PRINTOPTUI_INCLUDE
{
    Text [ en-US ] = "Include";
};
String STR_PRINTOPTUI_BROCHURE
{
    Text [ en-US ] = "Broch~ure";
};
String STR_PRINTOPTUI_LEFT_SCRIPT
{
    Text [ en-US ] = "Left-to-right script";
};
String STR_PRINTOPTUI_RIGHT_SCRIPT
{
    Text [ en-US ] = "Right-to-left script";
};
String STR_PRINTOPTUI_RANGE_COPIES
{
    Text [ en-US ] = "Range and copies";
};
String STR_PRINTOPTUI_ALLPAGES
{
    Text [ en-US ] = "~All pages";
};
String STR_PRINTOPTUI_SOMEPAGES
{
    Text [ en-US ] = "Pa~ges";
};
String STR_PRINTOPTUI_SELECTION
{
    Text [ en-US ] = "~Selection";
};
String STR_PRINTOPTUI_PLACE_MARGINS
{
    Text [ en-US ] = "Place in margins";
};




/* vim:set shiftwidth=4 softtabstop=4 expandtab: */