Version 3.6.0.4, tag libreoffice-3.6.0.4
[LibreOffice.git] / sfx2 / source / doc / doc.src
blob4d99ae12cc2d5ed308062f7865d7c68ee5e46cef
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  *
5  * Copyright 2000, 2010 Oracle and/or its affiliates.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * This file is part of OpenOffice.org.
10  *
11  * OpenOffice.org is free software: you can redistribute it and/or modify
12  * it under the terms of the GNU Lesser General Public License version 3
13  * only, as published by the Free Software Foundation.
14  *
15  * OpenOffice.org is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18  * GNU Lesser General Public License version 3 for more details
19  * (a copy is included in the LICENSE file that accompanied this code).
20  *
21  * You should have received a copy of the GNU Lesser General Public License
22  * version 3 along with OpenOffice.org.  If not, see
23  * <http://www.openoffice.org/license.html>
24  * for a copy of the LGPLv3 License.
25  *
26  ************************************************************************/
27 #include <sfx2/sfx.hrc>
28 #include "doc.hrc"
29 #define __RSC
30 #include <svl/inetdef.hxx>
33  // -----------------------------------------------------------------------
34 QueryBox MSG_CONFIRM_FILTER
36     Buttons = WB_YES_NO ;
37     DefButton = WB_DEF_YES ;
38     Message [ en-US ] = "Saving in external formats may have caused\n information loss. Do you still want to close?" ;
40 QueryBox MSG_CONFIRM_OVERWRITE_TEMPLATE
42     Buttons = WB_YES_NO ;
43     DefButton = WB_DEF_NO ;
44     Message [ en-US ] = "Name already in use.\nDo you want to overwrite document template?" ;
46 String STR_DELETE_REGION
48     Text [ en-US ] = "Are you sure you want to delete the region \"$1\"?" ;
50 String STR_DELETE_TEMPLATE
52     Text [ en-US ] = "Are you sure you want to delete the entry \"$1\"?" ;
54 QueryBox MSG_REGION_NOTEMPTY
56     Buttons = WB_YES_NO ;
57     DefButton = WB_DEF_NO ;
58     Message [ en-US ] = "The category is not empty.\nDelete anyway?" ;
60 String STR_QUERY_SAVE_DOCUMENT
62     Text [ en-US ] = "The document \"$(DOC)\" has been modified.\nDo you want to save your changes?" ;
64 Bitmap BMP_STYLES_CLOSED { File = "newex.bmp" ; };
65 Bitmap BMP_STYLES_OPENED { File = "newex.bmp" ; };
67 String STR_STYLES
69     Text [ en-US ] = "Styles" ;
71 String STR_MACROS
73     Text [ en-US ] = "Macros" ;
75 String STR_CONFIG
77     Text [ en-US ] = "Configuration" ;
79 String STR_PRINT_STYLES_HEADER
81     Text [ en-US ] = "Styles in " ;
83 String STR_PRINT_STYLES
85     Text [ en-US ] = "Printing Styles" ;
87 Bitmap BMP_STYLES_FAMILY1 { File = "styfam1.bmp" ; };
88 Bitmap BMP_STYLES_FAMILY2 { File = "styfam2.bmp" ; };
89 Bitmap BMP_STYLES_FAMILY3 { File = "styfam3.bmp" ; };
90 Bitmap BMP_STYLES_FAMILY4 { File = "styfam4.bmp" ; };
92 ErrorBox MSG_PRINT_ERROR
94     BUTTONS = WB_OK ;
95     DEFBUTTON = WB_DEF_OK ;
96     Message [ en-US ] = "The print job could not be started." ;
98 String STR_BACKUP_COPY
100     Text [ en-US ] = "Copy" ;
102 InfoBox MSG_CANT_OPEN_TEMPLATE
104     Message [ en-US ] = "The template could not be opened." ;
106 InfoBox MSG_VIEW_OPEN_CANT_SAVE
108     BUTTONS = WB_OK ;
109     DEFBUTTON = WB_DEF_OK ;
110     Message [ en-US ] = "Document already open for editing." ;
112 String STR_ERROR_SAVE
114     Text [ en-US ] = "Error recording document " ;
116 String STR_TEMPLATE_FILTER
118     Text [ en-US ] = "Templates" ;
120 String STR_ERROR_COPY_TEMPLATE
122     Text [ en-US ] = "Error copying template \"$1\". \nA template with this name may already exist." ;
124 String STR_ERROR_DELETE_TEMPLATE
126     Text [ en-US ] = "The template \"$1\" can not be deleted." ;
128 String STR_ERROR_MOVE_TEMPLATE
130     Text [ en-US ] = "Error moving template \"$1\"." ;
132 ErrorBox MSG_ERROR_RESCAN
134     BUTTONS = WB_OK ;
135     DEFBUTTON = WB_DEF_OK ;
136     Message [ en-US ] = "The update could not be saved." ;
138 String STR_ERROR_SAVE_TEMPLATE
140     Text [ en-US ] = "Error saving template " ;
142 ErrorBox MSG_ERROR_RENAME_TEMPLATE
144     BUTTONS = WB_OK ;
145     DEFBUTTON = WB_DEF_OK ;
146     Message [ en-US ] = "Error renaming template." ;
148 ErrorBox MSG_ERROR_RENAME_TEMPLATE_REGION
150     BUTTONS = WB_OK ;
151     DEFBUTTON = WB_DEF_OK ;
152     Message [ en-US ] = "Error renaming template category." ;
154 ErrorBox MSG_ERROR_EMPTY_NAME
156     BUTTONS = WB_OK ;
157     DEFBUTTON = WB_DEF_OK ;
158     Message [ en-US ] = "Please specify a name." ;
160 ErrorBox MSG_ERROR_UNIQ_NAME
162     BUTTONS = WB_OK ;
163     DEFBUTTON = WB_DEF_OK ;
164     Message [ en-US ] = "Please specify a unique name.\nEntries must not be case specific." ;
166 String STR_QUERY_DEFAULT_TEMPLATE
168     Text [ en-US ] = "Should the template \"$(TEXT)\" become the default template?" ;
170 QueryBox MSG_QUERY_RESET_DEFAULT_TEMPLATE
172     Buttons = WB_YES_NO ;
173     DefButton = WB_DEF_NO ;
174     Message [ en-US ] = "Do you want to reset the default template?" ;
176 InfoBox MSG_TEMPLATE_DIR_NOT_EXIST
178     Message [ en-US ] = "Template directory\n$(DIR)\ndoes not exist." ;
180 InfoBox MSG_DOCINFO_CANTREAD
182     Message [ en-US ] = "Document info cannot be read." ;
184 String STR_ERROR_NOSTORAGE
186     Text [ en-US ] = "The selected file has an incorrect format." ;
188 String STR_QUERY_MUSTOWNFORMAT
190     Text [ en-US ] = "Documents cannot be saved in $(FORMAT) format. Do you\nwant to save your changes using the $(OWNFORMAT) format?" ;
192 String STR_SAVEDOC
194     Text [ en-US ] = "~Save" ;
196 String STR_UPDATEDOC
198     Text [ en-US ] = "~Update" ;
200 String STR_SAVEASDOC
202     Text [ en-US ] = "Save ~As..." ;
204 String STR_SAVECOPYDOC
206     Text [ en-US ] = "Save Copy ~as..." ;
208 String STR_CLOSEDOC
210     Text [ en-US ] = "~Close" ;
212 String STR_CLOSEDOC_ANDRETURN
214     Text [ en-US ] = "~Close & Return to " ;
216 String STR_WIZARD
218     Text [ en-US ] = " AutoPilot" ;
220 String RID_STR_FILTCONFIG
222     Text [ en-US ] = "Configurations" ;
224 String RID_STR_FILTBASIC
226     Text [ en-US ] = "%PRODUCTNAME Basic libraries" ;
228 String RID_STR_WARNSTYLEOVERWRITE
230     Text [ en-US ] = "Should the \"$(ARG1)\" Style be replaced?" ;
232 String STR_DOC_LOADING
234     Text [ en-US ] = "Loading Document" ;
236 Resource RID_DLSTATUS
238     String INET_NAME_RESOLVE_START
239     {
240         Text [ en-US ] = "Connection to: $(HOST). Waiting for response..." ;
241     };
242     String INET_CONNECT_START
243     {
244         Text [ en-US ] = "Opening $(TARGET) at $(HOST)" ;
245     };
246     String INET_READ_STATUS
247     {
248         Text [ en-US ] = "Loading: $(TARGET) from $(HOST). Loaded: $(BYTE)" ;
249     };
250     String INET_CONNECTION_CLOSED
251     {
252         Text [ en-US ] = "Disconnected" ;
253     };
255 QueryBox MSG_OPEN_READONLY
257     BUTTONS = WB_YES_NO ;
258     DEFBUTTON = WB_DEF_YES ;
259     Message [ en-US ] = "Document cannot be opened for editing.\nDo you want to open it as read-only?" ;
261 String STR_EDIT
263     Text [ en-US ] = "Edit" ;
265 String RID_OFFICEFILTER
267     Text [ en-US ] = "%PRODUCTNAME Documents" ;
269 String RID_OFFICEFILTER_WILDCARD
271     Text = "*.sdw;*.sdd;*.sda;*.sdc;*.smf;*.sds;*.sd;*.sdm;*.smd" ;
273 String RID_OFFICEFILTER_MACTYPE
275     Text = "SVsd0;SW/\2510;SVsc0;SVsm0;SVsh0;SVsd1;SW/\2511;SVsc1;SVsm1;SVsh1;MAIL" ;
277 String RID_OFFICEFILTER_OS2TYPE
279     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" ;
281 String STR_FRAMEOBJECT_PROPERTIES
283     Text [ en-US ] = "Propert~ies..." ;
285 String STR_FSET_FILTERNAME0
287     Text [ en-US ] = "HTML (FrameSet)" ;
289 String STR_FSET_FILTERNAME1
291     // only translate 'Document'
292     Text [ en-US ] = "%PRODUCTNAME Frame Document" ;
294 String STR_TEMPL_MOVED
296     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?" ;
298 String STR_TEMPL_RESET
300     Text [ en-US ] = "The template \"$(TEMPLATE)\" has not been found. Should the template be looked for the next time the document is opened ?" ;
302 String STR_AUTOMATICVERSION
304     Text [ en-US ] = "Automatically saved version" ;
307 String STR_DOCTYPENAME_SW
309     Text [ en-US ] = "Text Document";
312 String STR_DOCTYPENAME_SWWEB
314     Text [ en-US ] = "HTML Document";
317 String STR_DOCTYPENAME_SWGLOB
319     Text [ en-US ] = "Master Document";
322 String STR_DOCTYPENAME_SC
324     Text [ en-US ] = "Spreadsheet";
327 String STR_DOCTYPENAME_SI
329     Text [ en-US ] = "Presentation";
332 String STR_DOCTYPENAME_SD
334     Text [ en-US ] = "Drawing";
337 String STR_DOCTYPENAME_MESSAGE
339     Text [ en-US ] = "Message";
342 String STR_NOSAVEANDCLOSE
344     Text [ en-US ] = "~Discard" ;
347 String STR_PACKNGO_NOACCESS
349     Text [ en-US ] = "Access to the current data medium not possible." ;
352 String STR_PACKNGO_NEWMEDIUM
354     Text [ en-US ] = "Insert the next data carrier and click OK." ;
357 String STR_OBJECT
359     Text [ en-US ] = "Object" ;
362 QueryBox DLG_MACROQUERY
364     Buttons = WB_OK_CANCEL;
365     Title [ en-US ] = "Run Macro" ;
367     Message [ en-US ] = "This document contains macros. $(TEXT)";
370 String BTN_OK
372     Text [ en-US ] = "Run" ;
374 String BTN_CANCEL
376     Text [ en-US ] = "Do Not Run" ;
378 String FT_CANCEL
380     Text [ en-US ] = "According to the security settings, the macros in this document should not be run. Do you want to run them anyway?";
382 String FT_OK
384     Text [ en-US ] = "Do you want to allow these macros to be run?";
387 String STR_EXPORTASPDF_TITLE
389     Text [ en-US ] = "Export as PDF";
392 String STR_EXPORTWITHCFGBUTTON
394     Text [ en-US ] = "Export...";
397 String STR_EXPORTBUTTON
399     Text [ en-US ] = "Export" ;
402 String RID_SVXSTR_SECURITY_ADDPATH
404     Text [ en-US ] = "Add this directory to the list of secure paths: " ;
407 String STR_LABEL_FILEFORMAT
409     Text [ en-US ] = "File format:" ;
412 String STR_HIDDENINFO_CONTAINS
414     Text [ en-US ] = "This document contains:\n\n" ;
416 String STR_HIDDENINFO_RECORDCHANGES
418     Text [ en-US ] = "Recorded changes" ;
420 String STR_HIDDENINFO_NOTES
422     Text [ en-US ] = "Notes" ;
424 String STR_HIDDENINFO_DOCVERSIONS
426     Text [ en-US ] = "Document versions" ;
428 String STR_HIDDENINFO_FIELDS
430     Text [ en-US ] = "Fields" ;
432 String STR_HIDDENINFO_LINKDATA
434     Text [ en-US ] = "Linked data..." ;
436 String STR_HIDDENINFO_CONTINUE_SAVING
438     Text [ en-US ] = "Do you want to continue saving the document?" ;
440 String STR_HIDDENINFO_CONTINUE_PRINTING
442     Text [ en-US ] = "Do you want to continue printing the document?" ;
444 String STR_HIDDENINFO_CONTINUE_SIGNING
446     Text [ en-US ] = "Do you want to continue signing the document?" ;
448 String STR_HIDDENINFO_CONTINUE_CREATEPDF
450     Text [ en-US ] = "Do you want to continue creating a PDF file?" ;
453 String STR_NEW_FILENAME_SAVE
455     Text [ en-US ] = "If you do not want to overwrite the original document, you should save your work under a new filename." ;
458 String STR_ERROR_DELETE_TEMPLATE_DIR
460     Text [ en-US ] = "Some template files are protected and can not be deleted.";
463 String STR_DOCINFO_INFOFIELD
465     Text [ en-US ] = "Info %1";
466     Text [ x-comment ] = "pb: %1 == a number [1-4]";
469 String STR_SHARED
471     Text [ en-US ] = " (shared)";
472     Text [ x-comment ] = "Used in the title of a shared document.";
475 String STR_XMLSEC_ODF12_EXPECTED
477     Text [ en-US ] = "The document format version is set to ODF 1.1 (OpenOffice.org 2.x) in Tools-Options-Load/Save-General. Signing documents requires ODF 1.2 (OpenOffice.org 3.x).";
480 QueryBox MSG_XMLSEC_QUERY_SAVESIGNEDBEFORESIGN
482     Buttons = WB_YES_NO ;
483     DefButton = WB_DEF_YES ;
484     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?";
487 String STR_QRYTEMPL_MESSAGE
489     Text [ en-US ] = "The template '$(ARG1)' on which this document is based, has been modified. Do you want to update style based formatting according to the modified template?";
492 String STR_QRYTEMPL_UPDATE_BTN
494     Text [ en-US ] = "~Update Styles";
497 String STR_QRYTEMPL_KEEP_BTN
499     Text [ en-US ] = "~Keep Old Styles";
502 // ******************************************************************* EOF