1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
20 #include <svx/svxids.hrc>
21 #include <svx/globlmn.hrc>
24 #include "globals.hrc"
28 ImageButton BTN_PAGEUP
34 SYMBOL = IMAGEBUTTON_PAGEUP ;
36 ImageButton BTN_PAGEDOWN
42 SYMBOL = IMAGEBUTTON_PAGEDOWN ;
47 DEFBUTTON = WB_DEF_YES ;
48 Message [ en-US ] = "Do you want to continue checking at the beginning of the document?" ;
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?" ;
65 DEFBUTTON = WB_DEF_NO ;
66 Message [ en-US ] = "Do you want check the special regions?" ;
68 QueryBox DLG_THESAURUS
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
77 DEFBUTTON = WB_DEF_NO ;
78 Message [ en-US ] = "Check special regions is deactivated. Check anyway?" ;
80 QueryBox MSG_SEARCH_END
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
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." ;
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";
167 Text [ en-US ] = "Do you want to print the selection or the entire document?";
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
196 ITEM_FORMAT_ATTR_CHAR_FONT
200 ITEM_FORMAT_ATTR_CHAR_FONTHEIGHT
208 Identifier = SID_SOURCEVIEW ;
209 HelpID = HID_SOURCEVIEW ;
210 Text [ en-US ] = "HTML Source" ;
215 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */