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