1*8660f102SAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3*8660f102SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*8660f102SAndrew Rist * or more contributor license agreements. See the NOTICE file 5*8660f102SAndrew Rist * distributed with this work for additional information 6*8660f102SAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*8660f102SAndrew Rist * to you under the Apache License, Version 2.0 (the 8*8660f102SAndrew Rist * "License"); you may not use this file except in compliance 9*8660f102SAndrew Rist * with the License. You may obtain a copy of the License at 10cdf0e10cSrcweir * 11*8660f102SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12cdf0e10cSrcweir * 13*8660f102SAndrew Rist * Unless required by applicable law or agreed to in writing, 14*8660f102SAndrew Rist * software distributed under the License is distributed on an 15*8660f102SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*8660f102SAndrew Rist * KIND, either express or implied. See the License for the 17*8660f102SAndrew Rist * specific language governing permissions and limitations 18*8660f102SAndrew Rist * under the License. 19cdf0e10cSrcweir * 20*8660f102SAndrew Rist *************************************************************/ 21*8660f102SAndrew Rist 22*8660f102SAndrew Rist 23cdf0e10cSrcweir#include <svx/svxids.hrc> 24cdf0e10cSrcweir#include <svx/globlmn.hrc> 25cdf0e10cSrcweir#include "toolbox.hrc" 26cdf0e10cSrcweir#include "helpid.h" 27cdf0e10cSrcweirInfoBox MSG_NO_RULER 28cdf0e10cSrcweir{ 29cdf0e10cSrcweir BUTTONS = WB_OK ; 30cdf0e10cSrcweir DEFBUTTON = WB_DEF_OK ; 31cdf0e10cSrcweir Message [ en-US ] = "There are no bitmaps in the Gallery theme 'Rulers'." ; 32cdf0e10cSrcweir}; 33cdf0e10cSrcweirString STR_GRFILTER_OPENERROR 34cdf0e10cSrcweir{ 35cdf0e10cSrcweir Text [ en-US ] = "Graphics file cannot be opened" ; 36cdf0e10cSrcweir Text [ x-comment ] = " "; 37cdf0e10cSrcweir}; 38cdf0e10cSrcweirString STR_GRFILTER_IOERROR 39cdf0e10cSrcweir{ 40cdf0e10cSrcweir Text [ en-US ] = "Graphics file cannot be read" ; 41cdf0e10cSrcweir Text [ x-comment ] = " "; 42cdf0e10cSrcweir}; 43cdf0e10cSrcweirString STR_GRFILTER_FORMATERROR 44cdf0e10cSrcweir{ 45cdf0e10cSrcweir Text [ en-US ] = "Unknown graphic format" ; 46cdf0e10cSrcweir Text [ x-comment ] = " "; 47cdf0e10cSrcweir}; 48cdf0e10cSrcweirString STR_GRFILTER_VERSIONERROR 49cdf0e10cSrcweir{ 50cdf0e10cSrcweir Text [ en-US ] = "This graphic file version is not supported" ; 51cdf0e10cSrcweir Text [ x-comment ] = " "; 52cdf0e10cSrcweir}; 53cdf0e10cSrcweirString STR_GRFILTER_FILTERERROR 54cdf0e10cSrcweir{ 55cdf0e10cSrcweir Text [ en-US ] = "Graphics filter not found" ; 56cdf0e10cSrcweir Text [ x-comment ] = " "; 57cdf0e10cSrcweir}; 58cdf0e10cSrcweirString STR_GRFILTER_TOOBIG 59cdf0e10cSrcweir{ 60cdf0e10cSrcweir Text [ en-US ] = "Not enough memory to insert the picture." ; 61cdf0e10cSrcweir Text [ x-comment ] = " "; 62cdf0e10cSrcweir}; 63cdf0e10cSrcweirString STR_INSERT_GRAPHIC 64cdf0e10cSrcweir{ 65cdf0e10cSrcweir Text [ en-US ] = "Insert picture" ; 66cdf0e10cSrcweir}; 67cdf0e10cSrcweirString STR_NO_ADDRESSBOOK 68cdf0e10cSrcweir{ 69cdf0e10cSrcweir Text [ en-US ] = "An Address Book does not exist" ; 70cdf0e10cSrcweir Text [ x-comment ] = " "; 71cdf0e10cSrcweir}; 72cdf0e10cSrcweirString STR_NOTIZ_INSERT 73cdf0e10cSrcweir{ 74cdf0e10cSrcweir Text [ en-US ] = "Insert Note" ; 75cdf0e10cSrcweir Text [ x-comment ] = " "; 76cdf0e10cSrcweir}; 77cdf0e10cSrcweirString STR_REDLINE_COMMENT 78cdf0e10cSrcweir{ 79cdf0e10cSrcweir Text [ en-US ] = "Comment: " ; 80cdf0e10cSrcweir Text [ x-comment ] = " "; 81cdf0e10cSrcweir}; 82cdf0e10cSrcweirString STR_REDLINE_INSERTED 83cdf0e10cSrcweir{ 84cdf0e10cSrcweir Text [ en-US ] = "Insertion" ; 85cdf0e10cSrcweir Text [ x-comment ] = " "; 86cdf0e10cSrcweir}; 87cdf0e10cSrcweirString STR_REDLINE_DELETED 88cdf0e10cSrcweir{ 89cdf0e10cSrcweir Text [ en-US ] = "Deletion" ; 90cdf0e10cSrcweir Text [ x-comment ] = " "; 91cdf0e10cSrcweir}; 92cdf0e10cSrcweirString STR_REDLINE_AUTOFMT 93cdf0e10cSrcweir{ 94cdf0e10cSrcweir Text [ en-US ] = "AutoCorrect"; 95cdf0e10cSrcweir Text [ x-comment ] = " "; 96cdf0e10cSrcweir}; 97cdf0e10cSrcweirString STR_REDLINE_FORMATED 98cdf0e10cSrcweir{ 99cdf0e10cSrcweir Text [ en-US ] = "Formats" ; 100cdf0e10cSrcweir Text [ x-comment ] = " "; 101cdf0e10cSrcweir}; 102cdf0e10cSrcweirString STR_REDLINE_TABLECHG 103cdf0e10cSrcweir{ 104cdf0e10cSrcweir Text [ en-US ] = "Table Changes" ; 105cdf0e10cSrcweir Text [ x-comment ] = " "; 106cdf0e10cSrcweir}; 107cdf0e10cSrcweirString STR_REDLINE_FMTCOLLSET 108cdf0e10cSrcweir{ 109cdf0e10cSrcweir Text [ en-US ] = "Applied Paragraph Styles"; 110cdf0e10cSrcweir Text [ x-comment ] = " "; 111cdf0e10cSrcweir}; 112cdf0e10cSrcweirString STR_REDLINE_TITLE 113cdf0e10cSrcweir{ 114cdf0e10cSrcweir Text [ en-US ] = "AutoCorrect"; 115cdf0e10cSrcweir Text [ x-comment ] = " "; 116cdf0e10cSrcweir}; 117cdf0e10cSrcweirString STR_REDLINE_MSG 118cdf0e10cSrcweir{ 119cdf0e10cSrcweir Text [ en-US ] = "AutoCorrect completed.\nYou can accept or reject all changes,\nor accept or reject particular changes."; 120cdf0e10cSrcweir Text [ x-comment ] = " "; 121cdf0e10cSrcweir}; 122cdf0e10cSrcweirString STR_REDLINE_ACCEPT_ALL 123cdf0e10cSrcweir{ 124cdf0e10cSrcweir Text [ en-US ] = "Accept All"; 125cdf0e10cSrcweir Text [ x-comment ] = " "; 126cdf0e10cSrcweir}; 127cdf0e10cSrcweirString STR_REDLINE_REJECT_ALL 128cdf0e10cSrcweir{ 129cdf0e10cSrcweir Text [ en-US ] = "Reject All"; 130cdf0e10cSrcweir Text [ x-comment ] = " "; 131cdf0e10cSrcweir}; 132cdf0e10cSrcweirString STR_REDLINE_EDIT 133cdf0e10cSrcweir{ 134cdf0e10cSrcweir Text [ en-US ] = "Edit Changes"; 135cdf0e10cSrcweir Text [ x-comment ] = " "; 136cdf0e10cSrcweir}; 137cdf0e10cSrcweirQueryBox DLG_IMPORT_DBNAME 138cdf0e10cSrcweir{ 139cdf0e10cSrcweir BUTTONS = WB_YES_NO ; 140cdf0e10cSrcweir DEFBUTTON = WB_DEF_NO ; 141cdf0e10cSrcweir Message [ en-US ] = "Use database name as default database for the document?" ; 142cdf0e10cSrcweir Message [ x-comment ] = " "; 143cdf0e10cSrcweir}; 144cdf0e10cSrcweirString STR_PAGE 145cdf0e10cSrcweir{ 146cdf0e10cSrcweir Text [ en-US ] = "Page " ; 147cdf0e10cSrcweir Text [ x-comment ] = " "; 148cdf0e10cSrcweir}; 149cdf0e10cSrcweirString RID_TEXT_TOOLBOX 150cdf0e10cSrcweir{ 151cdf0e10cSrcweir /* ### ACHTUNG: Neuer Text in Resource? Textobjektleiste : Textleiste */ 152cdf0e10cSrcweir Text [ en-US ] = "Text Object Bar" ; 153cdf0e10cSrcweir Text [ x-comment ] = " "; 154cdf0e10cSrcweir}; 155cdf0e10cSrcweirString RID_TABLE_TOOLBOX 156cdf0e10cSrcweir{ 157cdf0e10cSrcweir Text [ en-US ] = "Table Object Bar" ; 158cdf0e10cSrcweir Text [ x-comment ] = " "; 159cdf0e10cSrcweir}; 160cdf0e10cSrcweirString RID_FRAME_TOOLBOX 161cdf0e10cSrcweir{ 162cdf0e10cSrcweir Text [ en-US ] = "Frame Object Bar" ; 163cdf0e10cSrcweir Text [ x-comment ] = " "; 164cdf0e10cSrcweir}; 165cdf0e10cSrcweirString RID_GRAFIK_TOOLBOX 166cdf0e10cSrcweir{ 167cdf0e10cSrcweir Text [ en-US ] = "Graphics Object Bar" ; 168cdf0e10cSrcweir Text [ x-comment ] = " "; 169cdf0e10cSrcweir}; 170cdf0e10cSrcweirString RID_OLE_TOOLBOX 171cdf0e10cSrcweir{ 172cdf0e10cSrcweir Text [ en-US ] = "Object" ; 173cdf0e10cSrcweir Text [ x-comment ] = " "; 174cdf0e10cSrcweir}; 175cdf0e10cSrcweirString RID_DRAW_TOOLBOX 176cdf0e10cSrcweir{ 177cdf0e10cSrcweir Text [ en-US ] = "Draw Object Bar" ; 178cdf0e10cSrcweir Text [ x-comment ] = " "; 179cdf0e10cSrcweir}; 180cdf0e10cSrcweirString RID_BEZIER_TOOLBOX 181cdf0e10cSrcweir{ 182cdf0e10cSrcweir Text [ en-US ] = "Bézier Object Bar" ; 183cdf0e10cSrcweir Text [ x-comment ] = " "; 184cdf0e10cSrcweir}; 185cdf0e10cSrcweirString RID_DRAW_TEXT_TOOLBOX 186cdf0e10cSrcweir{ 187cdf0e10cSrcweir Text [ en-US ] = "Text Object Bar/Graphics" ; 188cdf0e10cSrcweir Text [ x-comment ] = " "; 189cdf0e10cSrcweir}; 190cdf0e10cSrcweirString RID_NUM_TOOLBOX 191cdf0e10cSrcweir{ 192cdf0e10cSrcweir Text [ en-US ] = "Numbering Object Bar" ; 193cdf0e10cSrcweir Text [ x-comment ] = " "; 194cdf0e10cSrcweir}; 195cdf0e10cSrcweirString STR_SHELLNAME_TEXT 196cdf0e10cSrcweir{ 197cdf0e10cSrcweir Text [ en-US ] = "Text" ; 198cdf0e10cSrcweir Text [ x-comment ] = " "; 199cdf0e10cSrcweir}; 200cdf0e10cSrcweirString STR_SHELLNAME_TABLE 201cdf0e10cSrcweir{ 202cdf0e10cSrcweir Text [ en-US ] = "Table" ; 203cdf0e10cSrcweir Text [ x-comment ] = " "; 204cdf0e10cSrcweir}; 205cdf0e10cSrcweirString STR_SHELLNAME_FRAME 206cdf0e10cSrcweir{ 207cdf0e10cSrcweir Text [ en-US ] = "Frame" ; 208cdf0e10cSrcweir Text [ x-comment ] = " "; 209cdf0e10cSrcweir}; 210cdf0e10cSrcweirString STR_SHELLNAME_GRAPHIC 211cdf0e10cSrcweir{ 212cdf0e10cSrcweir Text [ en-US ] = "Graphics" ; 213cdf0e10cSrcweir Text [ x-comment ] = " "; 214cdf0e10cSrcweir}; 215cdf0e10cSrcweirString STR_SHELLNAME_OBJECT 216cdf0e10cSrcweir{ 217cdf0e10cSrcweir Text [ en-US ] = "Object" ; 218cdf0e10cSrcweir Text [ x-comment ] = " "; 219cdf0e10cSrcweir}; 220cdf0e10cSrcweirString STR_SHELLNAME_LIST 221cdf0e10cSrcweir{ 222cdf0e10cSrcweir Text [ en-US ] = "List" ; 223cdf0e10cSrcweir Text [ x-comment ] = " "; 224cdf0e10cSrcweir}; 225cdf0e10cSrcweirString STR_SHELLNAME_DRAW 226cdf0e10cSrcweir{ 227cdf0e10cSrcweir Text [ en-US ] = "Drawing" ; 228cdf0e10cSrcweir Text [ x-comment ] = " "; 229cdf0e10cSrcweir}; 230cdf0e10cSrcweirString STR_SHELLNAME_DRAWFORM 231cdf0e10cSrcweir{ 232cdf0e10cSrcweir Text [ en-US ] = "Forms" ; 233cdf0e10cSrcweir Text [ x-comment ] = " "; 234cdf0e10cSrcweir}; 235cdf0e10cSrcweirString STR_SHELLNAME_BEZIER 236cdf0e10cSrcweir{ 237cdf0e10cSrcweir Text [ en-US ] = "Bézier" ; 238cdf0e10cSrcweir Text [ x-comment ] = " "; 239cdf0e10cSrcweir}; 240cdf0e10cSrcweirString STR_SHELLNAME_DRAW_TEXT 241cdf0e10cSrcweir{ 242cdf0e10cSrcweir Text [ en-US ] = "Draw text" ; 243cdf0e10cSrcweir Text [ x-comment ] = " "; 244cdf0e10cSrcweir}; 245cdf0e10cSrcweir //Strings fuer Gallery/Hintergrund 246cdf0e10cSrcweirString STR_SWBG_PARAGRAPH 247cdf0e10cSrcweir{ 248cdf0e10cSrcweir Text [ en-US ] = "Paragraph" ; 249cdf0e10cSrcweir Text [ x-comment ] = " "; 250cdf0e10cSrcweir}; 251cdf0e10cSrcweirString STR_SWBG_GRAPHIC 252cdf0e10cSrcweir{ 253cdf0e10cSrcweir Text [ en-US ] = "Graphics" ; 254cdf0e10cSrcweir Text [ x-comment ] = " "; 255cdf0e10cSrcweir}; 256cdf0e10cSrcweirString STR_SWBG_OLE 257cdf0e10cSrcweir{ 258cdf0e10cSrcweir Text [ en-US ] = "OLE object" ; 259cdf0e10cSrcweir Text [ x-comment ] = " "; 260cdf0e10cSrcweir}; 261cdf0e10cSrcweirString STR_SWBG_FRAME 262cdf0e10cSrcweir{ 263cdf0e10cSrcweir Text [ en-US ] = "Frame" ; 264cdf0e10cSrcweir Text [ x-comment ] = " "; 265cdf0e10cSrcweir}; 266cdf0e10cSrcweirString STR_SWBG_TABLE 267cdf0e10cSrcweir{ 268cdf0e10cSrcweir Text [ en-US ] = "Table" ; 269cdf0e10cSrcweir Text [ x-comment ] = " "; 270cdf0e10cSrcweir}; 271cdf0e10cSrcweirString STR_SWBG_TABLE_ROW 272cdf0e10cSrcweir{ 273cdf0e10cSrcweir Text [ en-US ] = "Table row" ; 274cdf0e10cSrcweir Text [ x-comment ] = " "; 275cdf0e10cSrcweir}; 276cdf0e10cSrcweirString STR_SWBG_TABLE_CELL 277cdf0e10cSrcweir{ 278cdf0e10cSrcweir Text [ en-US ] = "Table cell" ; 279cdf0e10cSrcweir Text [ x-comment ] = " "; 280cdf0e10cSrcweir}; 281cdf0e10cSrcweirString STR_SWBG_PAGE 282cdf0e10cSrcweir{ 283cdf0e10cSrcweir Text [ en-US ] = "Page" ; 284cdf0e10cSrcweir Text [ x-comment ] = " "; 285cdf0e10cSrcweir}; 286cdf0e10cSrcweirString STR_SWBG_HEADER 287cdf0e10cSrcweir{ 288cdf0e10cSrcweir Text [ en-US ] = "Header" ; 289cdf0e10cSrcweir Text [ x-comment ] = " "; 290cdf0e10cSrcweir}; 291cdf0e10cSrcweirString STR_SWBG_FOOTER 292cdf0e10cSrcweir{ 293cdf0e10cSrcweir Text [ en-US ] = "Footer" ; 294cdf0e10cSrcweir Text [ x-comment ] = " "; 295cdf0e10cSrcweir}; 296cdf0e10cSrcweir //Ende: Strings fuer Gallery/Hintergrund 297cdf0e10cSrcweir 298cdf0e10cSrcweir// #i68101# no longer needed: 299cdf0e10cSrcweir// String STR_NAME_SHAPE_LABEL {// String STR_NAME_SHAPE_DIALOG { Text [ de ] = "Objekt benennen" ; Text [ en-US ] = "Name Object"; }; 300cdf0e10cSrcweir 301cdf0e10cSrcweir 302