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 ------------------------------------------------------------------ 29 30#include <sfx2/sfx.hrc> 31#include "app.hrc" 32#include "helpid.hrc" 33 34String STR_NONAME 35{ 36 Text [ en-US ] = "Untitled" ; 37}; 38String STR_CLOSE 39{ 40 Text [ en-US ] = "Close" ; 41}; 42String STR_STYLE_FILTER_AUTO 43{ 44 Text [ en-US ] = "Automatic" ; 45}; 46String STR_STANDARD_SHORTCUT 47{ 48 Text [ en-US ] = "Standard" ; 49}; 50String STR_BYTES 51{ 52 Text [ en-US ] = "Bytes" ; 53}; 54String STR_KB 55{ 56 Text [ en-US ] = "KB" ; 57}; 58String STR_MB 59{ 60 Text [ en-US ] = "MB" ; 61}; 62String STR_GB 63{ 64 Text [ en-US ] = "GB" ; 65}; 66QueryBox MSG_QUERY_LASTVERSION 67{ 68 Buttons = WB_YES_NO ; 69 DefButton = WB_DEF_NO ; 70 Message [ en-US ] = "Cancel all changes?" ; 71}; 72 73InfoBox RID_DOCALREADYLOADED_DLG 74{ 75 Message [ en-US ] = "Document already open." ; 76}; 77 78ErrorBox MSG_ERR_NO_WEBBROWSER_FOUND 79{ 80 BUTTONS = WB_OK ; 81 DEFBUTTON = WB_DEF_OK ; 82 Message[ en-US ] = "%PRODUCTNAME could not find a web browser on your system. Please check your Desktop Preferences or install a web browser (for example, Mozilla) in the default location requested during the browser installation." ; 83}; 84 85Resource SID_UNKNOWN 86{ 87 String 1 "-" ; 88}; 89 90String GID_INTERN 91{ 92 Text [ en-US ] = "Internal" ; 93}; 94 95String GID_APPLICATION 96{ 97 Text [ en-US ] = "Application" ; 98}; 99 100String GID_VIEW 101{ 102 Text [ en-US ] = "View" ; 103}; 104 105String GID_DOCUMENT 106{ 107 Text [ en-US ] = "Documents" ; 108}; 109 110String GID_EDIT 111{ 112 Text [ en-US ] = "Edit" ; 113}; 114 115String GID_MACRO 116{ 117 Text [ en-US ] = "BASIC" ; 118}; 119 120String GID_OPTIONS 121{ 122 Text [ en-US ] = "Options" ; 123}; 124 125String GID_MATH 126{ 127 Text [ en-US ] = "Math" ; 128}; 129 130String GID_NAVIGATOR 131{ 132 Text [ en-US ] = "Navigate" ; 133}; 134 135String GID_INSERT 136{ 137 Text [ en-US ] = "Insert" ; 138}; 139 140String GID_FORMAT 141{ 142 Text [ en-US ] = "Format" ; 143}; 144 145String GID_TEMPLATE 146{ 147 Text [ en-US ] = "Templates" ; 148}; 149 150String GID_TEXT 151{ 152 Text [ en-US ] = "Text" ; 153}; 154 155String GID_FRAME 156{ 157 Text [ en-US ] = "Frame" ; 158}; 159 160String GID_GRAPHIC 161{ 162 Text [ en-US ] = "Graphic" ; 163}; 164 165String GID_TABLE 166{ 167 Text [ en-US ] = "Table" ; 168}; 169 170String GID_ENUMERATION 171{ 172 Text [ en-US ] = "Numbering" ; 173}; 174 175String GID_DATA 176{ 177 Text [ en-US ] = "Data" ; 178}; 179 180String GID_SPECIAL 181{ 182 Text [ en-US ] = "Special Functions" ; 183}; 184 185String GID_IMAGE 186{ 187 Text [ en-US ] = "Image" ; 188}; 189 190String GID_CHART 191{ 192 Text [ en-US ] = "Chart" ; 193}; 194 195String GID_EXPLORER 196{ 197 Text [ en-US ] = "Explorer" ; 198}; 199 200String GID_CONNECTOR 201{ 202 Text [ en-US ] = "Connector" ; 203}; 204 205String GID_MODIFY 206{ 207 Text [ en-US ] = "Modify" ; 208}; 209 210String GID_DRAWING 211{ 212 Text [ en-US ] = "Drawing" ; 213}; 214 215String GID_CONTROLS 216{ 217 Text [ en-US ] = "Controls" ; 218}; 219 220InfoBox MSG_CANT_QUIT 221{ 222 Message [ en-US ] = "The application cannot be terminated at the moment.\nPlease wait until all print jobs and/or\nOLE actions have finished and close all dialogs." ; 223}; 224 225String STR_ISMODIFIED 226{ 227 Text [ en-US ] = "Do you want to save the changes to %1?" ; 228}; 229 230String RID_FULLSCREENTOOLBOX 231{ 232 Text = "" ; 233}; 234 235ToolBox RID_FULLSCREENTOOLBOX 236{ 237 HelpId = HID_FULLSCREENTOOLBOX ; 238 ButtonType = BUTTON_SYMBOL ; 239 LineSpacing = TRUE ; 240 Border = TRUE ; 241 Scroll = TRUE ; 242 SVLook = TRUE ; 243 Moveable = TRUE ; 244 Sizeable = TRUE ; 245 Closeable = TRUE ; 246 Zoomable = TRUE ; 247 Customize = TRUE ; 248 FloatingMode = TRUE ; 249 Hide = TRUE ; 250 _FloatingPosMapMode = MAP_APPFONT ; 251 _FloatingPosX = -50 ; 252 _FloatingPosY = -70 ; 253 FloatingLines = 1 ; 254 HideWhenDeactivate = TRUE ; 255 Align = BOXALIGN_TOP ; 256 ItemList = 257 { 258 ToolBoxItem 259 { 260 Identifier = SID_WIN_FULLSCREEN ; 261 }; 262 }; 263}; 264 265String STR_QUITAPP 266{ 267 Text [ en-US ] = "E~xit" ; 268}; 269 270String RID_STR_HELP 271{ 272 Text [ en-US ] = "Help" ; 273}; 274 275String RID_STR_NOAUTOSTARTHELPAGENT 276{ 277 Text [ en-US ] = "No automatic start at 'XX'" ; 278}; 279 280String RID_HELPBAR 281{ 282 Text [ en-US ] = "Help Bar" ; 283}; 284 285ToolBox RID_HELPBAR 286{ 287 HelpId = HID_HELPBAR ; 288 Hide = TRUE ; 289 ItemList = 290 { 291 ToolBoxItem 292 { 293 Identifier = SID_HELP_INDEX ; 294 }; 295 ToolBoxItem 296 { 297 Identifier = SID_HELP_HELPFILEBOX ; 298 }; 299 ToolBoxItem 300 { 301 Type = TOOLBOXITEM_SEPARATOR ; 302 }; 303 ToolBoxItem 304 { 305 Identifier = SID_HELP_ZOOMOUT; 306 }; 307 ToolBoxItem 308 { 309 Identifier = SID_HELP_ZOOMIN; 310 }; 311 ToolBoxItem 312 { 313 Type = TOOLBOXITEM_SEPARATOR ; 314 }; 315 ToolBoxItem 316 { 317 Identifier = SID_HELP_SEARCH ; 318 }; 319 ToolBoxItem 320 { 321 Identifier = SID_HELP_BOOKMARK ; 322 }; 323 ToolBoxItem 324 { 325 Identifier = SID_HELP_ANNOTATE ; 326 }; 327 /* 328 ToolBoxItem 329 { 330 Type = TOOLBOXITEM_SEPARATOR ; 331 }; 332 ToolBoxItem 333 { 334 Identifier = SID_HELP_DOWNLOAD ; 335 }; 336*/ 337 }; 338}; 339 340String RID_STR_HLPFILENOTEXIST 341{ 342 Text [ en-US ] = "The help file for this topic is not installed." ; 343}; 344 345 //---------------------------------------------------------------------------- 346 347String RID_ENVTOOLBOX 348{ 349 Text [ en-US ] = "Function Bar" ; 350}; 351 352String RID_SPECIALCONFIG_ERROR 353{ 354 Text [ en-US ] = "An error has occurred in the special configuration.\nPlease contact your administrator." ; 355}; 356 357String STR_QUICKSTART_EXIT 358{ 359 Text [ en-US ] = "Exit Quickstarter" ; 360}; 361String STR_QUICKSTART_TIP 362{ 363 Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION Quickstarter" ; 364}; 365String STR_QUICKSTART_FILEOPEN 366{ 367 Text [ en-US ] = "Open Document..." ; 368}; 369String STR_QUICKSTART_FROMTEMPLATE 370{ 371 Text [ en-US ] = "From Template..." ; 372}; 373String STR_QUICKSTART_PRELAUNCH 374{ 375 Text [ en-US ] = "Load %PRODUCTNAME During System Start-Up" ; 376}; 377String STR_QUICKSTART_PRELAUNCH_UNX 378{ 379 Text[ en-US ] = "Disable systray Quickstarter"; 380}; 381String STR_QUICKSTART_LNKNAME 382{ 383 Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION" ; 384}; 385String STR_QUICKSTART_FILE 386{ 387 Text [ en-US ] = "File"; 388}; 389 390String STR_QUICKSTART_STARTCENTER 391{ 392 Text [ en-US ] = "Startcenter"; 393}; 394 395String STR_QUICKSTART_RECENTDOC 396{ 397 Text [ en-US ] = "Recent Documents"; 398}; 399 400String STR_QUERY_UPDATE_LINKS 401{ 402 Text [ en-US ] = "Update all links?" ; 403}; 404 405String STR_DDE_ERROR 406{ 407 Text [ en-US ] = "DDE link to % for % area % are not available." ; 408}; 409 410WarningBox RID_SECURITY_WARNING_HYPERLINK 411{ 412 HelpId = HID_WARNING_SECURITY_HYPERLINK; 413 Buttons = WB_YES_NO ; 414 DefButton = WB_DEF_NO ; 415 Message [ en-US ] = "This hyperlink is going to open \"%s\". Do you want to proceed?" ; 416}; 417 418WarningBox RID_SECURITY_WARNING_NO_HYPERLINKS 419{ 420 //HelpId = HID_WARNING_SECURITY_NO_HYPERLINKS; 421 Buttons = WB_OK ; 422 DefButton = WB_DEF_OK ; 423 Message [ en-US ] = "For security reasons, the hyperlink cannot be executed.\nThe stated address will not be opened."; 424}; 425 426String RID_SECURITY_WARNING_TITLE 427{ 428 Text [ en-US ] = "Security Warning" ; 429}; 430 431String RID_DESKTOP 432{ 433 Text = "%PRODUCTNAME" ; 434}; 435 436QueryBox RID_XMLSEC_QUERY_LOSINGSIGNATURE 437{ 438// HelpId = HID_XMLSEC_QUERY_LOSINGSIGNATURE; 439 Buttons = WB_YES_NO ; 440 DefButton = WB_DEF_NO ; 441 Message [ en-US ] = "Saving will remove all existing signatures.\nDo you want to continue saving the document?" ; 442}; 443 444QueryBox RID_XMLSEC_QUERY_SAVEBEFORESIGN 445{ 446// HelpId = HID_XMLSEC_QUERY_SAVEBEFORESIGN; 447 Buttons = WB_YES_NO ; 448 DefButton = WB_DEF_YES ; 449 Message [ en-US ] = "The document has to be saved before it can be signed.\nDo you want to save the document?" ; 450}; 451 452InfoBox RID_XMLSEC_INFO_WRONGDOCFORMAT 453{ 454// HelpId = HID_XMLSEC_INFO_WRONGDOCFORMAT; 455 Message [ en-US ] = "This document must be saved in OpenDocument file format before it can be digitally signed." ; 456}; 457 458String RID_XMLSEC_DOCUMENTSIGNED 459{ 460 Text [ en-US ] = " (Signed)" ; 461}; 462 463String STR_STANDARD 464{ 465 Text [ en-US ] = "Standard" ; 466}; 467 468String RID_SVXSTR_FILELINK 469{ 470 Text [ en-US ] = "Document" ; 471}; 472 473String STR_NONE 474{ 475 Text [ en-US ] = "- None -" ; 476}; 477String RID_SVXSTR_GRAFIKLINK 478{ 479 Text [ en-US ] = "Graphic" ; 480}; 481String STR_SFX_FILTERNAME_ALL 482{ 483 Text [ en-US ] = "All files (*.*)" ; 484}; 485String RID_SVXSTR_EDITGRFLINK 486{ 487 Text [ en-US ] = "Link graphics" ; 488}; 489// i66948 used in project scripting 490String STR_ERRUNOEVENTBINDUNG 491{ 492 Text [ en-US ] = "An appropriate component method %1\ncould not be found.\n\nCheck spelling of method name."; 493}; 494String RID_SVXSTR_GRFILTER_OPENERROR 495{ 496 Text [ en-US ] = "Graphics file cannot be opened" ; 497}; 498String RID_SVXSTR_GRFILTER_IOERROR 499{ 500 Text [ en-US ] = "Graphics file cannot be read" ; 501}; 502String RID_SVXSTR_GRFILTER_FORMATERROR 503{ 504 Text [ en-US ] = "Unknown graphics format" ; 505}; 506String RID_SVXSTR_GRFILTER_VERSIONERROR 507{ 508 Text [ en-US ] = "This version of the graphics file is not supported" ; 509}; 510String RID_SVXSTR_GRFILTER_FILTERERROR 511{ 512 Text [ en-US ] = "Graphics filter not found" ; 513}; 514String RID_SVXSTR_GRFILTER_TOOBIG 515{ 516 Text [ en-US ] = "Not enough memory to insert graphic" ; 517}; 518 519