1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24// includes ******************************************************************
25
26#include "sfxlocal.hrc"
27#include "filedlghelper.hrc"
28
29//#include "helpid.hrc"
30
31// strings *******************************************************************
32
33String STR_SFX_FILEDLG_ACTUALVERSION
34{
35	Text [ en-US ] = "Current version";
36};
37
38String STR_SFX_EXPLORERFILE_EXPORT
39{
40	Text [ en-US ] = "Export";
41};
42
43String STR_SFX_EXPLORERFILE_INSERT
44{
45	Text [ en-US ] = "Insert" ;
46};
47
48String STR_SFX_EXPLORERFILE_BUTTONINSERT
49{
50	Text [ en-US ] = "~Insert" ;
51};
52
53String STR_SFX_IMPORT_ALL
54{
55    Text [ en-US ] = "<All formats>" ;
56};
57
58String STR_CB_AUTO_EXTENSION
59{
60    Text [ en-US ] = "~Automatic file name extension" ;
61};
62
63String STR_CB_SELECTION
64{
65    Text [ en-US ] = "~Selection" ;
66};
67
68String STR_CB_INSERT_AS_LINK
69{
70    Text [ en-US ] = "~Link" ;
71};
72
73String STR_CB_SHOW_PREVIEW
74{
75    Text [ en-US ] = "Pr~eview" ;
76};
77
78String STR_CB_READONLY
79{
80    Text [ en-US ] = "~Read-only" ;
81};
82
83String STR_CB_PASSWORD
84{
85    Text [ en-US ] = "Save with ~password" ;
86};
87
88String STR_CB_FILTER_OPTIONS
89{
90    Text [ en-US ] = "Edit ~filter settings";
91};
92
93String STR_PB_PLAY
94{
95    Text [ en-US ] = "~Play" ;
96};
97
98String STR_PB_STOP
99{
100    Text [ en-US ] = "Sto~p" ;
101};
102
103String STR_PB_OPEN
104{
105    Text [ en-US ] = "~Open" ;
106};
107
108String STR_PB_SAVE
109{
110	Text [ en-US ] = "~Save" ;
111};
112
113String STR_LB_IMAGE_TEMPLATE
114{
115    Text [ en-US ] = "Style:" ;
116};
117
118String STR_LB_TEMPLATES
119{
120    Text [ en-US ] = "~Templates:" ;
121};
122
123String STR_LB_VERSION
124{
125    Text [ en-US ] = "~Version:";
126};
127
128//******************************************************************** EOF
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
168
169
170