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