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