xref: /aoo41x/main/sw/source/ui/uiview/view.src (revision 8660f102)
1*8660f102SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*8660f102SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*8660f102SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*8660f102SAndrew Rist * distributed with this work for additional information
6*8660f102SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*8660f102SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*8660f102SAndrew Rist * "License"); you may not use this file except in compliance
9*8660f102SAndrew Rist * with the License.  You may obtain a copy of the License at
10*8660f102SAndrew Rist *
11*8660f102SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*8660f102SAndrew Rist *
13*8660f102SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*8660f102SAndrew Rist * software distributed under the License is distributed on an
15*8660f102SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*8660f102SAndrew Rist * KIND, either express or implied.  See the License for the
17*8660f102SAndrew Rist * specific language governing permissions and limitations
18*8660f102SAndrew Rist * under the License.
19*8660f102SAndrew Rist *
20*8660f102SAndrew Rist *************************************************************/
21*8660f102SAndrew Rist
22*8660f102SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include <svx/svxids.hrc>
25cdf0e10cSrcweir#include <svx/globlmn.hrc>
26cdf0e10cSrcweir#include "view.hrc"
27cdf0e10cSrcweir#include "shells.hrc"
28cdf0e10cSrcweir#include "globals.hrc"
29cdf0e10cSrcweir#include "popup.hrc"
30cdf0e10cSrcweir#include "helpid.h"
31cdf0e10cSrcweir#include "cmdid.h"
32cdf0e10cSrcweirImageButton BTN_PAGEUP
33cdf0e10cSrcweir{
34cdf0e10cSrcweir	SVLOOK = TRUE ;
35cdf0e10cSrcweir	HIDE = TRUE ;
36cdf0e10cSrcweir	RectStyle = TRUE ;
37cdf0e10cSrcweir	SmallStyle = TRUE ;
38cdf0e10cSrcweir	SYMBOL = IMAGEBUTTON_PAGEUP ;
39cdf0e10cSrcweir};
40cdf0e10cSrcweirImageButton BTN_PAGEDOWN
41cdf0e10cSrcweir{
42cdf0e10cSrcweir	SVLOOK = TRUE ;
43cdf0e10cSrcweir	HIDE = TRUE ;
44cdf0e10cSrcweir	RectStyle = TRUE ;
45cdf0e10cSrcweir	SmallStyle = TRUE ;
46cdf0e10cSrcweir	SYMBOL = IMAGEBUTTON_PAGEDOWN ;
47cdf0e10cSrcweir};
48cdf0e10cSrcweirQueryBox DLG_WRAP
49cdf0e10cSrcweir{
50cdf0e10cSrcweir	BUTTONS = WB_YES_NO ;
51cdf0e10cSrcweir	DEFBUTTON = WB_DEF_YES ;
52cdf0e10cSrcweir	Message [ en-US ] = "Do you want to continue checking at the beginning of the document?" ;
53cdf0e10cSrcweir};
54cdf0e10cSrcweirQueryBox DLG_BODY
55cdf0e10cSrcweir{
56cdf0e10cSrcweir	BUTTONS = WB_YES_NO ;
57cdf0e10cSrcweir	DEFBUTTON = WB_DEF_NO ;
58cdf0e10cSrcweir	Message [ en-US ] = "Do you want to check the main text?" ;
59cdf0e10cSrcweir};
60cdf0e10cSrcweirQueryBox DLG_PRT_FIELDNAME
61cdf0e10cSrcweir{
62cdf0e10cSrcweir	BUTTONS = WB_YES_NO_CANCEL ;
63cdf0e10cSrcweir	DEFBUTTON = WB_DEF_CANCEL ;
64cdf0e10cSrcweir	Message [ en-US ] = "Show field commands option is checked.\nDo you want to print the document with field names?" ;
65cdf0e10cSrcweir};
66cdf0e10cSrcweirQueryBox DLG_SPECIAL
67cdf0e10cSrcweir{
68cdf0e10cSrcweir	BUTTONS = WB_YES_NO ;
69cdf0e10cSrcweir	DEFBUTTON = WB_DEF_NO ;
70cdf0e10cSrcweir	Message [ en-US ] = "Do you want check the special regions?" ;
71cdf0e10cSrcweir};
72cdf0e10cSrcweirQueryBox DLG_THESAURUS
73cdf0e10cSrcweir{
74cdf0e10cSrcweir	BUTTONS = WB_YES_NO ;
75cdf0e10cSrcweir	DEFBUTTON = WB_DEF_NO ;
76cdf0e10cSrcweir	Message [ en-US ] = "This word appears in the list of words you want to avoid! Start thesaurus?" ;
77cdf0e10cSrcweir};
78cdf0e10cSrcweirQueryBox DLG_SPECIAL_FORCED
79cdf0e10cSrcweir{
80cdf0e10cSrcweir	BUTTONS = WB_YES_NO ;
81cdf0e10cSrcweir	DEFBUTTON = WB_DEF_NO ;
82cdf0e10cSrcweir	Message [ en-US ] = "Check special regions is deactivated. Check anyway?" ;
83cdf0e10cSrcweir};
84cdf0e10cSrcweirQueryBox MSG_SEARCH_END
85cdf0e10cSrcweir{
86cdf0e10cSrcweir	Buttons = WB_YES_NO ;
87cdf0e10cSrcweir	DefButton = WB_DEF_YES ;
88cdf0e10cSrcweir	Message [ en-US ] = "%PRODUCTNAME Writer has searched to the end of the document. Do you want to continue at the beginning?" ;
89cdf0e10cSrcweir};
90cdf0e10cSrcweirQueryBox MSG_SEARCH_START
91cdf0e10cSrcweir{
92cdf0e10cSrcweir	Buttons = WB_YES_NO ;
93cdf0e10cSrcweir	DefButton = WB_DEF_YES ;
94cdf0e10cSrcweir	Message [ en-US ] = "%PRODUCTNAME Writer has searched to the beginning of the document. Do you want to continue at the end?" ;
95cdf0e10cSrcweir};
96cdf0e10cSrcweirInfoBox MSG_NO_MERGE_ENTRY
97cdf0e10cSrcweir{
98cdf0e10cSrcweir	Message [ en-US ] = "Could not merge documents." ;
99cdf0e10cSrcweir};
100cdf0e10cSrcweirInfoBox MSG_ERR_INSERT_GLOS
101cdf0e10cSrcweir{
102cdf0e10cSrcweir	Message [ en-US ] = "AutoText could not be created." ;
103cdf0e10cSrcweir};
104cdf0e10cSrcweirInfoBox MSG_ERR_SRCSTREAM
105cdf0e10cSrcweir{
106cdf0e10cSrcweir	Message [ en-US ] = "The source cannot be loaded." ;
107cdf0e10cSrcweir};
108cdf0e10cSrcweirInfoBox MSG_ERR_NO_FAX
109cdf0e10cSrcweir{
110cdf0e10cSrcweir	Message [ en-US ] = "No fax printer has been set under Tools/Options/%1/Print." ;
111cdf0e10cSrcweir};
112cdf0e10cSrcweirString STR_WEBOPTIONS
113cdf0e10cSrcweir{
114cdf0e10cSrcweir	Text [ en-US ] = "HTML document";
115cdf0e10cSrcweir};
116cdf0e10cSrcweirString STR_TEXTOPTIONS
117cdf0e10cSrcweir{
118cdf0e10cSrcweir	Text [ en-US ] = "Text document";
119cdf0e10cSrcweir};
120cdf0e10cSrcweirInfoBox MSG_NOT_FOUND
121cdf0e10cSrcweir{
122cdf0e10cSrcweir	Message [ en-US ] = "Search key not found." ;
123cdf0e10cSrcweir};
124cdf0e10cSrcweirInfoBox MSG_INDEX_OVERFLOW
125cdf0e10cSrcweir{
126cdf0e10cSrcweir	Message [ en-US ] = "found." ;
127cdf0e10cSrcweir};
128cdf0e10cSrcweirInfoBox MSG_SCAN_NOSOURCE
129cdf0e10cSrcweir{
130cdf0e10cSrcweir	Message [ en-US ] = "Source not specified." ;
131cdf0e10cSrcweir};
132cdf0e10cSrcweirString STR_NUM_LEVEL
133cdf0e10cSrcweir{
134cdf0e10cSrcweir	Text [ en-US ] = "Level " ;
135cdf0e10cSrcweir};
136cdf0e10cSrcweir//#outline level,zhaojianwei
137cdf0e10cSrcweirString STR_NUM_OUTLINE
138cdf0e10cSrcweir{
139cdf0e10cSrcweir    Text [ en-US ] = "Outline ";
140cdf0e10cSrcweir};//<-end,zhaojianwei
141cdf0e10cSrcweir// <--
142cdf0e10cSrcweirString STR_ERROR_NOLANG
143cdf0e10cSrcweir{
144cdf0e10cSrcweir	Text [ en-US ] = "No language is selected in the proofed section." ;
145cdf0e10cSrcweir};
146cdf0e10cSrcweirString STR_EDIT_FOOTNOTE
147cdf0e10cSrcweir{
148cdf0e10cSrcweir	Text [ en-US ] = "Edit Footnote/Endnote" ;
149cdf0e10cSrcweir};
150cdf0e10cSrcweirString STR_NB_REPLACED
151cdf0e10cSrcweir{
152cdf0e10cSrcweir	Text [ en-US ] = "Search key replaced XX times." ;
153cdf0e10cSrcweir};
154cdf0e10cSrcweirString RID_TOOLS_TOOLBOX
155cdf0e10cSrcweir{
156cdf0e10cSrcweir	Text [ en-US ] = "Main Toolbar" ;
157cdf0e10cSrcweir};
158cdf0e10cSrcweirString STR_SRCVIEW_ROW
159cdf0e10cSrcweir{
160cdf0e10cSrcweir	Text [ en-US ] = "Row " ;
161cdf0e10cSrcweir};
162cdf0e10cSrcweirString STR_SRCVIEW_COL
163cdf0e10cSrcweir{
164cdf0e10cSrcweir	Text [ en-US ] = "Column " ;
165cdf0e10cSrcweir};
166cdf0e10cSrcweirString STR_PRINT_TITLE
167cdf0e10cSrcweir{
168cdf0e10cSrcweir	Text [ en-US ] = "Printing selection";
169cdf0e10cSrcweir};
170cdf0e10cSrcweirString STR_PRINT_MSG
171cdf0e10cSrcweir{
172cdf0e10cSrcweir	Text [ en-US ] = "Do you want to print the selection or the entire document?";
173cdf0e10cSrcweir};
174cdf0e10cSrcweirString STR_PRINT_ALL
175cdf0e10cSrcweir{
176cdf0e10cSrcweir	Text [ en-US ] = "All";
177cdf0e10cSrcweir};
178cdf0e10cSrcweirString STR_PRINT_SELECTION
179cdf0e10cSrcweir{
180cdf0e10cSrcweir	Text [ en-US ] = "Selection";
181cdf0e10cSrcweir};
182cdf0e10cSrcweirString STR_READONLY_SEL
183cdf0e10cSrcweir{
184cdf0e10cSrcweir	Text [ en-US ] = "read-only";
185cdf0e10cSrcweir};
186cdf0e10cSrcweirString STR_SAVEAS_SRC
187cdf0e10cSrcweir{
188cdf0e10cSrcweir	Text [ en-US ] = "~Export source..." ;
189cdf0e10cSrcweir};
190cdf0e10cSrcweirString MN_SRCVIEW_POPUPMENU
191cdf0e10cSrcweir{
192cdf0e10cSrcweir	Text [ en-US ] = "HTML source" ;
193cdf0e10cSrcweir};
194cdf0e10cSrcweir
195cdf0e10cSrcweirMenu MN_SRCVIEW_POPUPMENU
196cdf0e10cSrcweir{
197cdf0e10cSrcweir	ItemList =
198cdf0e10cSrcweir	{
199cdf0e10cSrcweir		MenuItem
200cdf0e10cSrcweir		{
201cdf0e10cSrcweir			ITEM_FORMAT_ATTR_CHAR_FONT
202cdf0e10cSrcweir		};
203cdf0e10cSrcweir		MenuItem
204cdf0e10cSrcweir		{
205cdf0e10cSrcweir			ITEM_FORMAT_ATTR_CHAR_FONTHEIGHT
206cdf0e10cSrcweir		};
207cdf0e10cSrcweir		MenuItem
208cdf0e10cSrcweir		{
209cdf0e10cSrcweir			Separator = TRUE ;
210cdf0e10cSrcweir		};
211cdf0e10cSrcweir		MenuItem
212cdf0e10cSrcweir		{
213cdf0e10cSrcweir			Identifier = SID_SOURCEVIEW ;
214cdf0e10cSrcweir			HelpID = HID_SOURCEVIEW ;
215cdf0e10cSrcweir			Text [ en-US ] = "HTML Source" ;
216cdf0e10cSrcweir		};
217cdf0e10cSrcweir	};
218cdf0e10cSrcweir};
219