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