bump product version to 4.1.6.2
[LibreOffice.git] / sw / source / ui / uiview / view.src
blob7798860e8582178002fd6d89fb17663fc0c28311
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 #include <svx/svxids.hrc>
21 #include <svx/globlmn.hrc>
22 #include "view.hrc"
23 #include "shells.hrc"
24 #include "globals.hrc"
25 #include "popup.hrc"
26 #include "helpid.h"
27 #include "cmdid.h"
28 ImageButton BTN_PAGEUP
30     SVLOOK = TRUE ;
31     HIDE = TRUE ;
32     RectStyle = TRUE ;
33     SmallStyle = TRUE ;
34     SYMBOL = IMAGEBUTTON_PAGEUP ;
36 ImageButton BTN_PAGEDOWN
38     SVLOOK = TRUE ;
39     HIDE = TRUE ;
40     RectStyle = TRUE ;
41     SmallStyle = TRUE ;
42     SYMBOL = IMAGEBUTTON_PAGEDOWN ;
44 QueryBox DLG_WRAP
46     BUTTONS = WB_YES_NO ;
47     DEFBUTTON = WB_DEF_YES ;
48     Message [ en-US ] = "Do you want to continue checking at the beginning of the document?" ;
50 QueryBox DLG_BODY
52     BUTTONS = WB_YES_NO ;
53     DEFBUTTON = WB_DEF_NO ;
54     Message [ en-US ] = "Do you want to check the main text?" ;
56 QueryBox DLG_PRT_FIELDNAME
58     BUTTONS = WB_YES_NO_CANCEL ;
59     DEFBUTTON = WB_DEF_CANCEL ;
60     Message [ en-US ] = "Show field commands option is checked.\nDo you want to print the document with field names?" ;
62 QueryBox DLG_SPECIAL
64     BUTTONS = WB_YES_NO ;
65     DEFBUTTON = WB_DEF_NO ;
66     Message [ en-US ] = "Do you want check the special regions?" ;
68 QueryBox DLG_THESAURUS
70     BUTTONS = WB_YES_NO ;
71     DEFBUTTON = WB_DEF_NO ;
72     Message [ en-US ] = "This word appears in the list of words you want to avoid! Start thesaurus?" ;
74 QueryBox DLG_SPECIAL_FORCED
76     BUTTONS = WB_YES_NO ;
77     DEFBUTTON = WB_DEF_NO ;
78     Message [ en-US ] = "Check special regions is deactivated. Check anyway?" ;
80 QueryBox MSG_SEARCH_END
82     Buttons = WB_YES_NO ;
83     DefButton = WB_DEF_YES ;
84     Message [ en-US ] = "%PRODUCTNAME Writer has searched to the end of the document. Do you want to continue at the beginning?" ;
86 QueryBox MSG_SEARCH_START
88     Buttons = WB_YES_NO ;
89     DefButton = WB_DEF_YES ;
90     Message [ en-US ] = "%PRODUCTNAME Writer has searched to the beginning of the document. Do you want to continue at the end?" ;
92 InfoBox MSG_NO_MERGE_ENTRY
94     Message [ en-US ] = "Could not merge documents." ;
96 InfoBox MSG_ERR_INSERT_GLOS
98     Message [ en-US ] = "AutoText could not be created." ;
100 InfoBox MSG_ERR_SRCSTREAM
102     Message [ en-US ] = "The source cannot be loaded." ;
104 InfoBox MSG_ERR_NO_FAX
106     Message [ en-US ] = "No fax printer has been set under Tools/Options/%1/Print." ;
108 String STR_WEBOPTIONS
110     Text [ en-US ] = "HTML document";
112 String STR_TEXTOPTIONS
114     Text [ en-US ] = "Text document";
116 InfoBox MSG_NOT_FOUND
118     Message [ en-US ] = "Search key not found." ;
120 InfoBox MSG_INDEX_OVERFLOW
122     Message [ en-US ] = "found." ;
124 InfoBox MSG_SCAN_NOSOURCE
126     Message [ en-US ] = "Source not specified." ;
128 String STR_NUM_LEVEL
130     Text [ en-US ] = "Level " ;
132 //#outline level,zhaojianwei
133 String STR_NUM_OUTLINE
135     Text [ en-US ] = "Outline ";
136 };//<-end,zhaojianwei
137 String STR_ERROR_NOLANG
139     Text [ en-US ] = "No language is selected in the proofed section." ;
141 String STR_EDIT_FOOTNOTE
143     Text [ en-US ] = "Edit Footnote/Endnote" ;
145 String STR_NB_REPLACED
147     Text [ en-US ] = "Search key replaced XX times." ;
149 String RID_TOOLS_TOOLBOX
151     Text [ en-US ] = "Main Toolbar" ;
153 String STR_SRCVIEW_ROW
155     Text [ en-US ] = "Row " ;
157 String STR_SRCVIEW_COL
159     Text [ en-US ] = "Column " ;
161 String STR_PRINT_TITLE
163     Text [ en-US ] = "Printing selection";
165 String STR_PRINT_MSG
167     Text [ en-US ] = "Do you want to print the selection or the entire document?";
169 String STR_PRINT_ALL
171     Text [ en-US ] = "All";
173 String STR_PRINT_SELECTION
175     Text [ en-US ] = "Selection";
177 String STR_SAVEAS_SRC
179     Text [ en-US ] = "~Export source..." ;
181 String MN_SRCVIEW_POPUPMENU
183     Text [ en-US ] = "HTML source" ;
185 String RID_PVIEW_TOOLBOX
187     Text [ en-US ] = "Page Preview" ;
190 Menu MN_SRCVIEW_POPUPMENU
192     ItemList =
193     {
194         MenuItem
195         {
196             ITEM_FORMAT_ATTR_CHAR_FONT
197         };
198         MenuItem
199         {
200             ITEM_FORMAT_ATTR_CHAR_FONTHEIGHT
201         };
202         MenuItem
203         {
204             Separator = TRUE ;
205         };
206         MenuItem
207         {
208             Identifier = SID_SOURCEVIEW ;
209             HelpID = HID_SOURCEVIEW ;
210             Text [ en-US ] = "HTML Source" ;
211         };
212     };
215 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */