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 24#include <svx/svxids.hrc> 25#include <svx/globlmn.hrc> 26#include "toolbox.hrc" 27#include "helpid.h" 28InfoBox MSG_NO_RULER 29{ 30 BUTTONS = WB_OK ; 31 DEFBUTTON = WB_DEF_OK ; 32 Message [ en-US ] = "There are no bitmaps in the Gallery theme 'Rulers'." ; 33}; 34String STR_GRFILTER_OPENERROR 35{ 36 Text [ en-US ] = "Graphics file cannot be opened" ; 37}; 38String STR_GRFILTER_IOERROR 39{ 40 Text [ en-US ] = "Graphics file cannot be read" ; 41}; 42String STR_GRFILTER_FORMATERROR 43{ 44 Text [ en-US ] = "Unknown graphic format" ; 45}; 46String STR_GRFILTER_VERSIONERROR 47{ 48 Text [ en-US ] = "This graphic file version is not supported" ; 49}; 50String STR_GRFILTER_FILTERERROR 51{ 52 Text [ en-US ] = "Graphics filter not found" ; 53}; 54String STR_GRFILTER_TOOBIG 55{ 56 Text [ en-US ] = "Not enough memory to insert the picture." ; 57}; 58String STR_INSERT_GRAPHIC 59{ 60 Text [ en-US ] = "Insert picture" ; 61}; 62String STR_NO_ADDRESSBOOK 63{ 64 Text [ en-US ] = "An Address Book does not exist" ; 65}; 66String STR_NOTIZ_INSERT 67{ 68 Text [ en-US ] = "Insert Note" ; 69}; 70String STR_REDLINE_COMMENT 71{ 72 Text [ en-US ] = "Comment: " ; 73}; 74String STR_REDLINE_INSERTED 75{ 76 Text [ en-US ] = "Insertion" ; 77}; 78String STR_REDLINE_DELETED 79{ 80 Text [ en-US ] = "Deletion" ; 81}; 82String STR_REDLINE_AUTOFMT 83{ 84 Text [ en-US ] = "AutoCorrect" ; 85}; 86String STR_REDLINE_FORMATED 87{ 88 Text [ en-US ] = "Formats" ; 89}; 90String STR_REDLINE_TABLECHG 91{ 92 Text [ en-US ] = "Table Changes" ; 93}; 94String STR_REDLINE_FMTCOLLSET 95{ 96 Text [ en-US ] = "Applied Paragraph Styles" ; 97}; 98String STR_REDLINE_TITLE 99{ 100 Text [ en-US ] = "AutoCorrect" ; 101}; 102String STR_REDLINE_MSG 103{ 104 Text [ en-US ] = "AutoCorrect completed.\nYou can accept or reject all changes,\nor accept or reject particular changes." ; 105}; 106String STR_REDLINE_ACCEPT_ALL 107{ 108 Text [ en-US ] = "Accept All" ; 109}; 110String STR_REDLINE_REJECT_ALL 111{ 112 Text [ en-US ] = "Reject All" ; 113}; 114String STR_REDLINE_EDIT 115{ 116 Text [ en-US ] = "Edit Changes" ; 117}; 118QueryBox DLG_IMPORT_DBNAME 119{ 120 BUTTONS = WB_YES_NO ; 121 DEFBUTTON = WB_DEF_NO ; 122 Message [ en-US ] = "Use database name as default database for the document?" ; 123}; 124String STR_PAGE 125{ 126 Text [ en-US ] = "Page " ; 127}; 128String RID_TEXT_TOOLBOX 129{ 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 for Gallery/Background 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// End: Strings for Gallery/Background 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// ********************************************************************** EOF 251