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