xref: /trunk/main/sfx2/source/doc/doc.src (revision 552030f1a4f1bfb2bfcd94be5dd40c5765e430b6)
1acbf353aSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3acbf353aSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4acbf353aSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5acbf353aSAndrew Rist * distributed with this work for additional information
6acbf353aSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7acbf353aSAndrew Rist * to you under the Apache License, Version 2.0 (the
8acbf353aSAndrew Rist * "License"); you may not use this file except in compliance
9acbf353aSAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
11acbf353aSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
13acbf353aSAndrew Rist * Unless required by applicable law or agreed to in writing,
14acbf353aSAndrew Rist * software distributed under the License is distributed on an
15acbf353aSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16acbf353aSAndrew Rist * KIND, either express or implied.  See the License for the
17acbf353aSAndrew Rist * specific language governing permissions and limitations
18acbf353aSAndrew Rist * under the License.
19cdf0e10cSrcweir *
20acbf353aSAndrew Rist *************************************************************/
21acbf353aSAndrew Rist
22cdf0e10cSrcweir#include <sfx2/sfx.hrc>
23cdf0e10cSrcweir#include "doc.hrc"
24cdf0e10cSrcweir#define __RSC
25cdf0e10cSrcweir#include <svl/inetdef.hxx>
26cdf0e10cSrcweir//#include <so3/so2defs.hxx>
27cdf0e10cSrcweir
28cdf0e10cSrcweir// -----------------------------------------------------------------------
29cdf0e10cSrcweirQueryBox MSG_CONFIRM_FILTER
30cdf0e10cSrcweir{
31cdf0e10cSrcweir    Buttons = WB_YES_NO ;
32cdf0e10cSrcweir    DefButton = WB_DEF_YES ;
33cdf0e10cSrcweir    Message [ en-US ] = "Saving in external formats may have caused\ninformation loss. Do you still want to close?" ;
34cdf0e10cSrcweir};
35cdf0e10cSrcweirQueryBox MSG_CONFIRM_OVERWRITE_TEMPLATE
36cdf0e10cSrcweir{
37cdf0e10cSrcweir    Buttons = WB_YES_NO ;
38cdf0e10cSrcweir    DefButton = WB_DEF_NO ;
39cdf0e10cSrcweir    Message [ en-US ] = "Name already in use.\nDo you want to overwrite document template?" ;
40cdf0e10cSrcweir};
41cdf0e10cSrcweirString STR_DELETE_REGION
42cdf0e10cSrcweir{
43cdf0e10cSrcweir    Text [ en-US ] = "Are you sure you want to delete the region \"$1\"?" ;
44cdf0e10cSrcweir};
45cdf0e10cSrcweirString STR_DELETE_TEMPLATE
46cdf0e10cSrcweir{
47cdf0e10cSrcweir    Text [ en-US ] = "Are you sure you want to delete the entry \"$1\"?" ;
48cdf0e10cSrcweir};
49cdf0e10cSrcweirQueryBox MSG_REGION_NOTEMPTY
50cdf0e10cSrcweir{
51cdf0e10cSrcweir    Buttons = WB_YES_NO ;
52cdf0e10cSrcweir    DefButton = WB_DEF_NO ;
53cdf0e10cSrcweir    Message [ en-US ] = "The category is not empty.\nDelete anyway?" ;
54cdf0e10cSrcweir};
55cdf0e10cSrcweirString STR_QUERY_SAVE_DOCUMENT
56cdf0e10cSrcweir{
57cdf0e10cSrcweir    Text [ en-US ] = "The document \"$(DOC)\" has been modified.\nDo you want to save your changes?" ;
58cdf0e10cSrcweir};
5936e5b6adSmseidelBitmap BMP_STYLES_CLOSED {File = "newex.png" ;} ;
6036e5b6adSmseidelBitmap BMP_STYLES_OPENED {File = "newex.png" ;} ;
61cdf0e10cSrcweir
6236e5b6adSmseidelBitmap BMP_STYLES_CLOSED_HC {File = "newex_h.png" ;} ;
6336e5b6adSmseidelBitmap BMP_STYLES_OPENED_HC {File = "newex_h.png" ;} ;
64cdf0e10cSrcweir
65cdf0e10cSrcweirString STR_STYLES
66cdf0e10cSrcweir{
67cdf0e10cSrcweir    Text [ en-US ] = "Styles" ;
68cdf0e10cSrcweir};
69cdf0e10cSrcweirString STR_MACROS
70cdf0e10cSrcweir{
71cdf0e10cSrcweir    Text [ en-US ] = "Macros" ;
72cdf0e10cSrcweir};
73cdf0e10cSrcweirString STR_CONFIG
74cdf0e10cSrcweir{
75cdf0e10cSrcweir    Text [ en-US ] = "Configuration" ;
76cdf0e10cSrcweir};
77cdf0e10cSrcweirString STR_PRINT_STYLES_HEADER
78cdf0e10cSrcweir{
79cdf0e10cSrcweir    Text [ en-US ] = "Styles in " ;
80cdf0e10cSrcweir};
81cdf0e10cSrcweirString STR_PRINT_STYLES
82cdf0e10cSrcweir{
83cdf0e10cSrcweir    Text [ en-US ] = "Printing Styles" ;
84cdf0e10cSrcweir};
8536e5b6adSmseidelBitmap BMP_STYLES_FAMILY1 {File = "styfam1.png" ;} ;
8636e5b6adSmseidelBitmap BMP_STYLES_FAMILY2 {File = "styfam2.png" ;} ;
8736e5b6adSmseidelBitmap BMP_STYLES_FAMILY3 {File = "styfam3.png" ;} ;
8836e5b6adSmseidelBitmap BMP_STYLES_FAMILY4 {File = "styfam4.png" ;} ;
89cdf0e10cSrcweir
9036e5b6adSmseidelBitmap BMP_STYLES_FAMILY1_HC {File = "styfam1_h.png" ;} ;
9136e5b6adSmseidelBitmap BMP_STYLES_FAMILY2_HC {File = "styfam2_h.png" ;} ;
9236e5b6adSmseidelBitmap BMP_STYLES_FAMILY3_HC {File = "styfam3_h.png" ;} ;
9336e5b6adSmseidelBitmap BMP_STYLES_FAMILY4_HC {File = "styfam4_h.png" ;} ;
94cdf0e10cSrcweir
95cdf0e10cSrcweirErrorBox MSG_PRINT_ERROR
96cdf0e10cSrcweir{
97cdf0e10cSrcweir    BUTTONS = WB_OK ;
98cdf0e10cSrcweir    DEFBUTTON = WB_DEF_OK ;
99cdf0e10cSrcweir    Message [ en-US ] = "The print job could not be started." ;
100cdf0e10cSrcweir};
101cdf0e10cSrcweirString STR_BACKUP_COPY
102cdf0e10cSrcweir{
103cdf0e10cSrcweir    Text [ en-US ] = "Copy" ;
104cdf0e10cSrcweir};
105cdf0e10cSrcweirInfoBox MSG_CANT_OPEN_TEMPLATE
106cdf0e10cSrcweir{
107cdf0e10cSrcweir    Message [ en-US ] = "The template could not be opened." ;
108cdf0e10cSrcweir};
109cdf0e10cSrcweirInfoBox MSG_VIEW_OPEN_CANT_SAVE
110cdf0e10cSrcweir{
111cdf0e10cSrcweir    BUTTONS = WB_OK ;
112cdf0e10cSrcweir    DEFBUTTON = WB_DEF_OK ;
113cdf0e10cSrcweir    Message [ en-US ] = "Document already open for editing." ;
114cdf0e10cSrcweir};
115cdf0e10cSrcweirString STR_ERROR_SAVE
116cdf0e10cSrcweir{
117cdf0e10cSrcweir    Text [ en-US ] = "Error recording document " ;
118cdf0e10cSrcweir};
119cdf0e10cSrcweirString STR_TEMPLATE_FILTER
120cdf0e10cSrcweir{
121cdf0e10cSrcweir    Text [ en-US ] = "Templates" ;
122cdf0e10cSrcweir};
123cdf0e10cSrcweirString STR_ERROR_COPY_TEMPLATE
124cdf0e10cSrcweir{
125cdf0e10cSrcweir    Text [ en-US ] = "Error copying template \"$1\".\nA template with this name may already exist." ;
126cdf0e10cSrcweir};
127cdf0e10cSrcweirString STR_ERROR_DELETE_TEMPLATE
128cdf0e10cSrcweir{
129cdf0e10cSrcweir    Text [ en-US ] = "The template \"$1\" can not be deleted." ;
130cdf0e10cSrcweir};
131cdf0e10cSrcweirString STR_ERROR_MOVE_TEMPLATE
132cdf0e10cSrcweir{
133cdf0e10cSrcweir    Text [ en-US ] = "Error moving template \"$1\"." ;
134cdf0e10cSrcweir};
135cdf0e10cSrcweirErrorBox MSG_ERROR_RESCAN
136cdf0e10cSrcweir{
137cdf0e10cSrcweir    BUTTONS = WB_OK ;
138cdf0e10cSrcweir    DEFBUTTON = WB_DEF_OK ;
139cdf0e10cSrcweir    Message [ en-US ] = "The update could not be saved." ;
140cdf0e10cSrcweir};
141cdf0e10cSrcweirString STR_ERROR_SAVE_TEMPLATE
142cdf0e10cSrcweir{
143cdf0e10cSrcweir    Text [ en-US ] = "Error saving template " ;
144cdf0e10cSrcweir};
145cdf0e10cSrcweirErrorBox MSG_ERROR_RENAME_TEMPLATE
146cdf0e10cSrcweir{
147cdf0e10cSrcweir    BUTTONS = WB_OK ;
148cdf0e10cSrcweir    DEFBUTTON = WB_DEF_OK ;
149cdf0e10cSrcweir    Message [ en-US ] = "Error renaming template." ;
150cdf0e10cSrcweir};
151cdf0e10cSrcweirErrorBox MSG_ERROR_RENAME_TEMPLATE_REGION
152cdf0e10cSrcweir{
153cdf0e10cSrcweir    BUTTONS = WB_OK ;
154cdf0e10cSrcweir    DEFBUTTON = WB_DEF_OK ;
155cdf0e10cSrcweir    Message [ en-US ] = "Error renaming template category." ;
156cdf0e10cSrcweir};
157cdf0e10cSrcweirErrorBox MSG_ERROR_EMPTY_NAME
158cdf0e10cSrcweir{
159cdf0e10cSrcweir    BUTTONS = WB_OK ;
160cdf0e10cSrcweir    DEFBUTTON = WB_DEF_OK ;
161cdf0e10cSrcweir    Message [ en-US ] = "Please specify a name." ;
162cdf0e10cSrcweir};
163cdf0e10cSrcweirErrorBox MSG_ERROR_UNIQ_NAME
164cdf0e10cSrcweir{
165cdf0e10cSrcweir    BUTTONS = WB_OK ;
166cdf0e10cSrcweir    DEFBUTTON = WB_DEF_OK ;
167cdf0e10cSrcweir    Message [ en-US ] = "Please specify a unique name.\nEntries must not be case specific." ;
168cdf0e10cSrcweir};
169cdf0e10cSrcweirString STR_QUERY_DEFAULT_TEMPLATE
170cdf0e10cSrcweir{
171cdf0e10cSrcweir    Text [ en-US ] = "Should the template \"$(TEXT)\" become the default template?" ;
172cdf0e10cSrcweir};
173cdf0e10cSrcweirQueryBox MSG_QUERY_RESET_DEFAULT_TEMPLATE
174cdf0e10cSrcweir{
175cdf0e10cSrcweir    Buttons = WB_YES_NO ;
176cdf0e10cSrcweir    DefButton = WB_DEF_NO ;
177cdf0e10cSrcweir    Message [ en-US ] = "Do you want to reset the default template?" ;
178cdf0e10cSrcweir};
179cdf0e10cSrcweirInfoBox MSG_TEMPLATE_DIR_NOT_EXIST
180cdf0e10cSrcweir{
181cdf0e10cSrcweir    Message [ en-US ] = "Template directory\n$(DIR)\ndoes not exist." ;
182cdf0e10cSrcweir};
183cdf0e10cSrcweirInfoBox MSG_DOCINFO_CANTREAD
184cdf0e10cSrcweir{
185cdf0e10cSrcweir    Message [ en-US ] = "Document info cannot be read." ;
186cdf0e10cSrcweir};
187cdf0e10cSrcweirString STR_ERROR_NOSTORAGE
188cdf0e10cSrcweir{
189cdf0e10cSrcweir    Text [ en-US ] = "The selected file has an incorrect format." ;
190cdf0e10cSrcweir};
191cdf0e10cSrcweirString STR_QUERY_MUSTOWNFORMAT
192cdf0e10cSrcweir{
193cdf0e10cSrcweir    Text [ en-US ] = "Documents cannot be saved in $(FORMAT) format. Do you\nwant to save your changes using the $(OWNFORMAT) format?" ;
194cdf0e10cSrcweir};
195cdf0e10cSrcweirString STR_SAVEDOC
196cdf0e10cSrcweir{
197cdf0e10cSrcweir    Text [ en-US ] = "~Save" ;
198cdf0e10cSrcweir};
199cdf0e10cSrcweirString STR_UPDATEDOC
200cdf0e10cSrcweir{
201cdf0e10cSrcweir    Text [ en-US ] = "~Update" ;
202cdf0e10cSrcweir};
203cdf0e10cSrcweirString STR_SAVEASDOC
204cdf0e10cSrcweir{
205cdf0e10cSrcweir    Text [ en-US ] = "Save ~As..." ;
206cdf0e10cSrcweir};
207cdf0e10cSrcweirString STR_SAVECOPYDOC
208cdf0e10cSrcweir{
209cdf0e10cSrcweir    Text [ en-US ] = "Save Copy ~as..." ;
210cdf0e10cSrcweir};
211cdf0e10cSrcweirString STR_CLOSEDOC
212cdf0e10cSrcweir{
213cdf0e10cSrcweir    Text [ en-US ] = "~Close" ;
214cdf0e10cSrcweir};
215cdf0e10cSrcweirString STR_CLOSEDOC_ANDRETURN
216cdf0e10cSrcweir{
217cdf0e10cSrcweir    Text [ en-US ] = "~Close & Return to " ;
218cdf0e10cSrcweir};
219cdf0e10cSrcweirString STR_WIZARD
220cdf0e10cSrcweir{
221cdf0e10cSrcweir    Text [ en-US ] = " AutoPilot" ;
222cdf0e10cSrcweir};
223cdf0e10cSrcweirString RID_STR_FILTCONFIG
224cdf0e10cSrcweir{
225cdf0e10cSrcweir    Text [ en-US ] = "Configurations" ;
226cdf0e10cSrcweir};
227cdf0e10cSrcweirString RID_STR_FILTBASIC
228cdf0e10cSrcweir{
229cdf0e10cSrcweir    Text [ en-US ] = "%PRODUCTNAME Basic libraries" ;
230cdf0e10cSrcweir};
231cdf0e10cSrcweirString RID_STR_WARNSTYLEOVERWRITE
232cdf0e10cSrcweir{
233cdf0e10cSrcweir    Text [ en-US ] = "Should the \"$(ARG1)\" Style be replaced?" ;
234cdf0e10cSrcweir};
235cdf0e10cSrcweirString STR_DOC_LOADING
236cdf0e10cSrcweir{
237cdf0e10cSrcweir    Text [ en-US ] = "Loading Document" ;
238cdf0e10cSrcweir};
239cdf0e10cSrcweirResource RID_DLSTATUS
240cdf0e10cSrcweir{
241cdf0e10cSrcweir    String INET_NAME_RESOLVE_START
242cdf0e10cSrcweir    {
243cdf0e10cSrcweir        Text [ en-US ] = "Connection to: $(HOST). Waiting for response..." ;
244cdf0e10cSrcweir    };
245cdf0e10cSrcweir    String INET_CONNECT_START
246cdf0e10cSrcweir    {
247cdf0e10cSrcweir        Text [ en-US ] = "Opening $(TARGET) at $(HOST)" ;
248cdf0e10cSrcweir    };
249cdf0e10cSrcweir    String INET_READ_STATUS
250cdf0e10cSrcweir    {
251cdf0e10cSrcweir        Text [ en-US ] = "Loading: $(TARGET) from $(HOST). Loaded: $(BYTE)" ;
252cdf0e10cSrcweir    };
253cdf0e10cSrcweir    String INET_CONNECTION_CLOSED
254cdf0e10cSrcweir    {
255cdf0e10cSrcweir        Text [ en-US ] = "Disconnected" ;
256cdf0e10cSrcweir    };
257cdf0e10cSrcweir};
258cdf0e10cSrcweirQueryBox MSG_OPEN_READONLY
259cdf0e10cSrcweir{
260cdf0e10cSrcweir    BUTTONS = WB_YES_NO ;
261cdf0e10cSrcweir    DEFBUTTON = WB_DEF_YES ;
262cdf0e10cSrcweir    Message [ en-US ] = "Document cannot be opened for editing.\nDo you want to open it as read-only?" ;
263cdf0e10cSrcweir};
264cdf0e10cSrcweirString STR_EDIT
265cdf0e10cSrcweir{
266cdf0e10cSrcweir    Text [ en-US ] = "Edit" ;
267cdf0e10cSrcweir};
268cdf0e10cSrcweirString RID_OFFICEFILTER
269cdf0e10cSrcweir{
270cdf0e10cSrcweir    Text [ en-US ] = "%PRODUCTNAME Documents" ;
271cdf0e10cSrcweir};
272cdf0e10cSrcweirString RID_OFFICEFILTER_WILDCARD
273cdf0e10cSrcweir{
274cdf0e10cSrcweir    Text = "*.sdw;*.sdd;*.sda;*.sdc;*.smf;*.sds;*.sd;*.sdm;*.smd" ;
275cdf0e10cSrcweir};
276cdf0e10cSrcweirString RID_OFFICEFILTER_MACTYPE
277cdf0e10cSrcweir{
278cdf0e10cSrcweir    Text = "SVsd0;SW/\2510;SVsc0;SVsm0;SVsh0;SVsd1;SW/\2511;SVsc1;SVsm1;SVsh1;MAIL" ;
279cdf0e10cSrcweir};
280cdf0e10cSrcweirString RID_OFFICEFILTER_OS2TYPE
281cdf0e10cSrcweir{
282cdf0e10cSrcweir    Text = "StarWriter 4.0;StarWriter 3.0;StarDraw 4.0;StarDraw 3.0;StarCalc 4.0;StarCalc 3.0;StarMath 4.0;StarMath 3.0;StarChart 4.0;StarChart 3.0;StarFrameSet;StarMessage" ;
283cdf0e10cSrcweir};
284cdf0e10cSrcweirString STR_FRAMEOBJECT_PROPERTIES
285cdf0e10cSrcweir{
286cdf0e10cSrcweir    Text [ en-US ] = "Propert~ies..." ;
287cdf0e10cSrcweir};
288cdf0e10cSrcweirString STR_FSET_FILTERNAME0
289cdf0e10cSrcweir{
290cdf0e10cSrcweir    Text [ en-US ] = "HTML (FrameSet)" ;
291cdf0e10cSrcweir};
292cdf0e10cSrcweirString STR_FSET_FILTERNAME1
293cdf0e10cSrcweir{
29436e5b6adSmseidel    // only translate 'Document'
295cdf0e10cSrcweir    Text [ en-US ] = "%PRODUCTNAME Frame Document" ;
296cdf0e10cSrcweir};
297cdf0e10cSrcweirString STR_TEMPL_MOVED
298cdf0e10cSrcweir{
299cdf0e10cSrcweir    Text [ en-US ] = "The template \"$(TEMPLATE)\" was not found at the original location. A template with the same name exists at \"$(FOUND)\". Should this template be used in the future when comparing?" ;
300cdf0e10cSrcweir};
301cdf0e10cSrcweirString STR_TEMPL_RESET
302cdf0e10cSrcweir{
303cdf0e10cSrcweir    Text [ en-US ] = "The template \"$(TEMPLATE)\" has not been found. Should the template be looked for the next time the document is opened?" ;
304cdf0e10cSrcweir};
305cdf0e10cSrcweirString STR_AUTOMATICVERSION
306cdf0e10cSrcweir{
307cdf0e10cSrcweir    Text [ en-US ] = "Automatically saved version" ;
308cdf0e10cSrcweir};
309cdf0e10cSrcweir
310cdf0e10cSrcweirString STR_DOCTYPENAME_SW
311cdf0e10cSrcweir{
312cdf0e10cSrcweir    Text [ en-US ] = "Text Document" ;
313cdf0e10cSrcweir};
314cdf0e10cSrcweir
315cdf0e10cSrcweirString STR_DOCTYPENAME_SWWEB
316cdf0e10cSrcweir{
317cdf0e10cSrcweir    Text [ en-US ] = "HTML Document" ;
318cdf0e10cSrcweir};
319cdf0e10cSrcweir
320cdf0e10cSrcweirString STR_DOCTYPENAME_SWGLOB
321cdf0e10cSrcweir{
322cdf0e10cSrcweir    Text [ en-US ] = "Master Document" ;
323cdf0e10cSrcweir};
324cdf0e10cSrcweir
325cdf0e10cSrcweirString STR_DOCTYPENAME_SC
326cdf0e10cSrcweir{
327cdf0e10cSrcweir    Text [ en-US ] = "Spreadsheet" ;
328cdf0e10cSrcweir};
329cdf0e10cSrcweir
330cdf0e10cSrcweirString STR_DOCTYPENAME_SI
331cdf0e10cSrcweir{
332cdf0e10cSrcweir    Text [ en-US ] = "Presentation" ;
333cdf0e10cSrcweir};
334cdf0e10cSrcweir
335cdf0e10cSrcweirString STR_DOCTYPENAME_SD
336cdf0e10cSrcweir{
337cdf0e10cSrcweir    Text [ en-US ] = "Drawing" ;
338cdf0e10cSrcweir};
339cdf0e10cSrcweir
340cdf0e10cSrcweirString STR_DOCTYPENAME_MESSAGE
341cdf0e10cSrcweir{
342cdf0e10cSrcweir    Text [ en-US ] = "Message" ;
343cdf0e10cSrcweir};
344cdf0e10cSrcweir
345cdf0e10cSrcweirString STR_NOSAVEANDCLOSE
346cdf0e10cSrcweir{
347cdf0e10cSrcweir    Text [ en-US ] = "~Discard" ;
348cdf0e10cSrcweir};
349cdf0e10cSrcweir
350cdf0e10cSrcweirString STR_PACKNGO_NOACCESS
351cdf0e10cSrcweir{
352cdf0e10cSrcweir    Text [ en-US ] = "Access to the current data medium not possible." ;
353cdf0e10cSrcweir};
354cdf0e10cSrcweir
355cdf0e10cSrcweirString STR_PACKNGO_NEWMEDIUM
356cdf0e10cSrcweir{
357cdf0e10cSrcweir    Text [ en-US ] = "Insert the next data carrier and click OK." ;
358cdf0e10cSrcweir};
359cdf0e10cSrcweir
360cdf0e10cSrcweirString STR_OBJECT
361cdf0e10cSrcweir{
362cdf0e10cSrcweir    Text [ en-US ] = "Object" ;
363cdf0e10cSrcweir};
364cdf0e10cSrcweir
365cdf0e10cSrcweirQueryBox DLG_MACROQUERY
366cdf0e10cSrcweir{
367cdf0e10cSrcweir    Buttons = WB_OK_CANCEL ;
368cdf0e10cSrcweir    Title [ en-US ] = "Run Macro" ;
369cdf0e10cSrcweir    Message [ en-US ] = "This document contains macros. $(TEXT)" ;
370cdf0e10cSrcweir};
371cdf0e10cSrcweir
372cdf0e10cSrcweirString BTN_OK
373cdf0e10cSrcweir{
374cdf0e10cSrcweir    Text [ en-US ] = "Run" ;
375cdf0e10cSrcweir};
376cdf0e10cSrcweirString BTN_CANCEL
377cdf0e10cSrcweir{
378cdf0e10cSrcweir    Text [ en-US ] = "Do Not Run" ;
379cdf0e10cSrcweir};
380cdf0e10cSrcweirString FT_CANCEL
381cdf0e10cSrcweir{
382cdf0e10cSrcweir    Text [ en-US ] = "According to the security settings, the macros in this document should not be run. Do you want to run them anyway?" ;
383cdf0e10cSrcweir};
384cdf0e10cSrcweirString FT_OK
385cdf0e10cSrcweir{
386cdf0e10cSrcweir    Text [ en-US ] = "Do you want to allow these macros to be run?" ;
387cdf0e10cSrcweir};
388cdf0e10cSrcweir
389cdf0e10cSrcweirString STR_EXPORTASPDF_TITLE
390cdf0e10cSrcweir{
391cdf0e10cSrcweir    Text [ en-US ] = "Export as PDF" ;
392cdf0e10cSrcweir};
393cdf0e10cSrcweir
394cdf0e10cSrcweirString STR_EXPORTWITHCFGBUTTON
395cdf0e10cSrcweir{
396cdf0e10cSrcweir    Text [ en-US ] = "Export..." ;
397cdf0e10cSrcweir};
398cdf0e10cSrcweir
399cdf0e10cSrcweirString STR_EXPORTBUTTON
400cdf0e10cSrcweir{
401cdf0e10cSrcweir    Text [ en-US ] = "Export" ;
402cdf0e10cSrcweir};
403cdf0e10cSrcweir
404cdf0e10cSrcweirString RID_SVXSTR_SECURITY_ADDPATH
405cdf0e10cSrcweir{
406cdf0e10cSrcweir    Text [ en-US ] = "Add this directory to the list of secure paths: " ;
407cdf0e10cSrcweir};
408cdf0e10cSrcweir
409cdf0e10cSrcweirString STR_LABEL_FILEFORMAT
410cdf0e10cSrcweir{
411cdf0e10cSrcweir    Text [ en-US ] = "File format:" ;
412cdf0e10cSrcweir};
413cdf0e10cSrcweir
414cdf0e10cSrcweirString STR_HIDDENINFO_CONTAINS
415cdf0e10cSrcweir{
416cdf0e10cSrcweir    Text [ en-US ] = "This document contains:\n\n" ;
417cdf0e10cSrcweir};
418cdf0e10cSrcweirString STR_HIDDENINFO_RECORDCHANGES
419cdf0e10cSrcweir{
420cdf0e10cSrcweir    Text [ en-US ] = "Recorded changes" ;
421cdf0e10cSrcweir};
422cdf0e10cSrcweirString STR_HIDDENINFO_NOTES
423cdf0e10cSrcweir{
424cdf0e10cSrcweir    Text [ en-US ] = "Notes" ;
425cdf0e10cSrcweir};
426cdf0e10cSrcweirString STR_HIDDENINFO_DOCVERSIONS
427cdf0e10cSrcweir{
428cdf0e10cSrcweir    Text [ en-US ] = "Document versions" ;
429cdf0e10cSrcweir};
430cdf0e10cSrcweirString STR_HIDDENINFO_FIELDS
431cdf0e10cSrcweir{
432cdf0e10cSrcweir    Text [ en-US ] = "Fields" ;
433cdf0e10cSrcweir};
434cdf0e10cSrcweirString STR_HIDDENINFO_LINKDATA
435cdf0e10cSrcweir{
436cdf0e10cSrcweir    Text [ en-US ] = "Linked data..." ;
437cdf0e10cSrcweir};
438cdf0e10cSrcweirString STR_HIDDENINFO_CONTINUE_SAVING
439cdf0e10cSrcweir{
440cdf0e10cSrcweir    Text [ en-US ] = "Do you want to continue saving the document?" ;
441cdf0e10cSrcweir};
442cdf0e10cSrcweirString STR_HIDDENINFO_CONTINUE_PRINTING
443cdf0e10cSrcweir{
444cdf0e10cSrcweir    Text [ en-US ] = "Do you want to continue printing the document?" ;
445cdf0e10cSrcweir};
446cdf0e10cSrcweirString STR_HIDDENINFO_CONTINUE_SIGNING
447cdf0e10cSrcweir{
448cdf0e10cSrcweir    Text [ en-US ] = "Do you want to continue signing the document?" ;
449cdf0e10cSrcweir};
450cdf0e10cSrcweirString STR_HIDDENINFO_CONTINUE_CREATEPDF
451cdf0e10cSrcweir{
452cdf0e10cSrcweir    Text [ en-US ] = "Do you want to continue creating a PDF file?" ;
453cdf0e10cSrcweir};
454cdf0e10cSrcweir
455cdf0e10cSrcweirString STR_NEW_FILENAME_SAVE
456cdf0e10cSrcweir{
457cdf0e10cSrcweir    Text [ en-US ] = "If you do not want to overwrite the original document, you should save your work under a new filename." ;
458cdf0e10cSrcweir};
459cdf0e10cSrcweir
460cdf0e10cSrcweirString STR_ERROR_DELETE_TEMPLATE_DIR
461cdf0e10cSrcweir{
462cdf0e10cSrcweir    Text [ en-US ] = "Some template files are protected and can not be deleted." ;
463cdf0e10cSrcweir};
464cdf0e10cSrcweir
465cdf0e10cSrcweirString STR_DOCINFO_INFOFIELD
466cdf0e10cSrcweir{
467cdf0e10cSrcweir    Text [ en-US ] = "Info %1" ;
468cdf0e10cSrcweir};
469cdf0e10cSrcweir
470cdf0e10cSrcweirString STR_SHARED
471cdf0e10cSrcweir{
472cdf0e10cSrcweir    Text [ en-US ] = " (shared)" ;
473cdf0e10cSrcweir};
474cdf0e10cSrcweir
475cdf0e10cSrcweirString STR_XMLSEC_ODF12_EXPECTED
476cdf0e10cSrcweir{
477*cd550583Smseidel    Text [ en-US ] = "The document format version is set to ODF 1.1 in Tools - Options - Load/Save - General. Signing documents requires ODF 1.2." ;
478cdf0e10cSrcweir};
479cdf0e10cSrcweir
480cdf0e10cSrcweirQueryBox MSG_XMLSEC_QUERY_SAVESIGNEDBEFORESIGN
481cdf0e10cSrcweir{
482cdf0e10cSrcweir    Buttons = WB_YES_NO ;
483cdf0e10cSrcweir    DefButton = WB_DEF_YES ;
484cdf0e10cSrcweir    Message [ en-US ] = "The document has to be saved before it can be signed. Saving the document removes all present signatures.\nDo you want to save the document?" ;
485cdf0e10cSrcweir};
486cdf0e10cSrcweir
487cdf0e10cSrcweirString STR_QRYTEMPL_MESSAGE
488cdf0e10cSrcweir{
489cdf0e10cSrcweir    Text [ en-US ] = "The template '$(ARG1)' on which this document is based, has been modified. Do you want to update style based formattings according to the modified template?" ;
490cdf0e10cSrcweir};
491cdf0e10cSrcweir
492cdf0e10cSrcweirString STR_QRYTEMPL_UPDATE_BTN
493cdf0e10cSrcweir{
494cdf0e10cSrcweir    Text [ en-US ] = "~Update Styles" ;
495cdf0e10cSrcweir};
496cdf0e10cSrcweir
497cdf0e10cSrcweirString STR_QRYTEMPL_KEEP_BTN
498cdf0e10cSrcweir{
499cdf0e10cSrcweir    Text [ en-US ] = "~Keep Old Styles" ;
500cdf0e10cSrcweir};
501cdf0e10cSrcweir
502cdf0e10cSrcweir// ******************************************************************* EOF
503