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