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#include <svx/svxids.hrc> 24#include <svx/globlmn.hrc> 25#include "toolbox.hrc" 26#include "helpid.h" 27InfoBox MSG_NO_RULER 28{ 29 BUTTONS = WB_OK ; 30 DEFBUTTON = WB_DEF_OK ; 31 Message [ en-US ] = "There are no bitmaps in the Gallery theme 'Rulers'." ; 32}; 33String STR_GRFILTER_OPENERROR 34{ 35 Text [ en-US ] = "Graphics file cannot be opened" ; 36}; 37String STR_GRFILTER_IOERROR 38{ 39 Text [ en-US ] = "Graphics file cannot be read" ; 40}; 41String STR_GRFILTER_FORMATERROR 42{ 43 Text [ en-US ] = "Unknown graphic format" ; 44}; 45String STR_GRFILTER_VERSIONERROR 46{ 47 Text [ en-US ] = "This graphic file version is not supported" ; 48}; 49String STR_GRFILTER_FILTERERROR 50{ 51 Text [ en-US ] = "Graphics filter not found" ; 52}; 53String STR_GRFILTER_TOOBIG 54{ 55 Text [ en-US ] = "Not enough memory to insert the picture." ; 56}; 57String STR_INSERT_GRAPHIC 58{ 59 Text [ en-US ] = "Insert picture" ; 60}; 61String STR_NO_ADDRESSBOOK 62{ 63 Text [ en-US ] = "An Address Book does not exist" ; 64}; 65String STR_NOTIZ_INSERT 66{ 67 Text [ en-US ] = "Insert Note" ; 68}; 69String STR_REDLINE_COMMENT 70{ 71 Text [ en-US ] = "Comment: " ; 72}; 73String STR_REDLINE_INSERTED 74{ 75 Text [ en-US ] = "Insertion" ; 76}; 77String STR_REDLINE_DELETED 78{ 79 Text [ en-US ] = "Deletion" ; 80}; 81String STR_REDLINE_AUTOFMT 82{ 83 Text [ en-US ] = "AutoCorrect"; 84}; 85String STR_REDLINE_FORMATED 86{ 87 Text [ en-US ] = "Formats" ; 88}; 89String STR_REDLINE_TABLECHG 90{ 91 Text [ en-US ] = "Table Changes" ; 92}; 93String STR_REDLINE_FMTCOLLSET 94{ 95 Text [ en-US ] = "Applied Paragraph Styles"; 96}; 97String STR_REDLINE_TITLE 98{ 99 Text [ en-US ] = "AutoCorrect"; 100}; 101String STR_REDLINE_MSG 102{ 103 Text [ en-US ] = "AutoCorrect completed.\nYou can accept or reject all changes,\nor accept or reject particular changes."; 104}; 105String STR_REDLINE_ACCEPT_ALL 106{ 107 Text [ en-US ] = "Accept All"; 108}; 109String STR_REDLINE_REJECT_ALL 110{ 111 Text [ en-US ] = "Reject All"; 112}; 113String STR_REDLINE_EDIT 114{ 115 Text [ en-US ] = "Edit Changes"; 116}; 117QueryBox DLG_IMPORT_DBNAME 118{ 119 BUTTONS = WB_YES_NO ; 120 DEFBUTTON = WB_DEF_NO ; 121 Message [ en-US ] = "Use database name as default database for the document?" ; 122}; 123String STR_PAGE 124{ 125 Text [ en-US ] = "Page " ; 126}; 127String RID_TEXT_TOOLBOX 128{ 129 /* ### ACHTUNG: Neuer Text in Resource? Textobjektleiste : Textleiste */ 130 Text [ en-US ] = "Text Object Bar" ; 131}; 132String RID_TABLE_TOOLBOX 133{ 134 Text [ en-US ] = "Table Object Bar" ; 135}; 136String RID_FRAME_TOOLBOX 137{ 138 Text [ en-US ] = "Frame Object Bar" ; 139}; 140String RID_GRAFIK_TOOLBOX 141{ 142 Text [ en-US ] = "Graphics Object Bar" ; 143}; 144String RID_OLE_TOOLBOX 145{ 146 Text [ en-US ] = "Object" ; 147}; 148String RID_DRAW_TOOLBOX 149{ 150 Text [ en-US ] = "Draw Object Bar" ; 151}; 152String RID_BEZIER_TOOLBOX 153{ 154 Text [ en-US ] = "Bézier Object Bar" ; 155}; 156String RID_DRAW_TEXT_TOOLBOX 157{ 158 Text [ en-US ] = "Text Object Bar/Graphics" ; 159}; 160String RID_NUM_TOOLBOX 161{ 162 Text [ en-US ] = "Numbering Object Bar" ; 163}; 164String STR_SHELLNAME_TEXT 165{ 166 Text [ en-US ] = "Text" ; 167}; 168String STR_SHELLNAME_TABLE 169{ 170 Text [ en-US ] = "Table" ; 171}; 172String STR_SHELLNAME_FRAME 173{ 174 Text [ en-US ] = "Frame" ; 175}; 176String STR_SHELLNAME_GRAPHIC 177{ 178 Text [ en-US ] = "Graphics" ; 179}; 180String STR_SHELLNAME_OBJECT 181{ 182 Text [ en-US ] = "Object" ; 183}; 184String STR_SHELLNAME_LIST 185{ 186 Text [ en-US ] = "List" ; 187}; 188String STR_SHELLNAME_DRAW 189{ 190 Text [ en-US ] = "Drawing" ; 191}; 192String STR_SHELLNAME_DRAWFORM 193{ 194 Text [ en-US ] = "Forms" ; 195}; 196String STR_SHELLNAME_BEZIER 197{ 198 Text [ en-US ] = "Bézier" ; 199}; 200String STR_SHELLNAME_DRAW_TEXT 201{ 202 Text [ en-US ] = "Draw text" ; 203}; 204 //Strings fuer Gallery/Hintergrund 205String STR_SWBG_PARAGRAPH 206{ 207 Text [ en-US ] = "Paragraph" ; 208}; 209String STR_SWBG_GRAPHIC 210{ 211 Text [ en-US ] = "Graphics" ; 212}; 213String STR_SWBG_OLE 214{ 215 Text [ en-US ] = "OLE object" ; 216}; 217String STR_SWBG_FRAME 218{ 219 Text [ en-US ] = "Frame" ; 220}; 221String STR_SWBG_TABLE 222{ 223 Text [ en-US ] = "Table" ; 224}; 225String STR_SWBG_TABLE_ROW 226{ 227 Text [ en-US ] = "Table row" ; 228}; 229String STR_SWBG_TABLE_CELL 230{ 231 Text [ en-US ] = "Table cell" ; 232}; 233String STR_SWBG_PAGE 234{ 235 Text [ en-US ] = "Page" ; 236}; 237String STR_SWBG_HEADER 238{ 239 Text [ en-US ] = "Header" ; 240}; 241String STR_SWBG_FOOTER 242{ 243 Text [ en-US ] = "Footer" ; 244}; 245 //Ende: Strings fuer Gallery/Hintergrund 246 247// #i68101# no longer needed: 248// String STR_NAME_SHAPE_LABEL {// String STR_NAME_SHAPE_DIALOG { Text [ de ] = "Objekt benennen" ; Text [ en-US ] = "Name Object"; }; 249 250 251