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/* StarView ressource file */ 24 25#define __RSC 26 27#include "misc.hxx" 28#include "glob.hrc" 29#include "sderror.hxx" 30 31String STR_LAYER_BCKGRND 32{ 33 Text [ en-US ] = "Background" ; 34}; 35String STR_LAYER_BCKGRNDOBJ 36{ 37 Text [ en-US ] = "Background objects" ; 38}; 39String STR_LAYER_LAYOUT 40{ 41 Text [ en-US ] = "Layout" ; 42}; 43String STR_LAYER_CONTROLS 44{ 45 Text [ en-US ] = "Controls" ; 46}; 47String STR_LAYER_MEASURELINES 48{ 49 Text [ en-US ] = "Dimension Lines" ; 50}; 51String STR_PAGE 52{ 53 Text [ en-US ] = "Slide" ; 54}; 55String STR_PAGE_NAME 56{ 57 Text [ en-US ] = "Page" ; 58}; 59String STR_SLIDE_NAME 60{ 61 Text [ en-US ] = "Slide" ; 62}; 63String STR_MASTERPAGE 64{ 65 Text [ en-US ] = "Background" ; 66}; 67String STR_NOTES 68{ 69 Text [ en-US ] = "(Notes)" ; 70}; 71String STR_HANDOUT 72{ 73 Text [ en-US ] = "Handouts" ; 74}; 75String STR_PRESOBJ_MPTITLE 76{ 77 Text [ en-US ] = "Click to edit the title text format" ; 78}; 79String STR_PRESOBJ_MPOUTLINE 80{ 81 Text [ en-US ] = "Click to edit the outline text format" ; 82}; 83String STR_PRESOBJ_MPOUTLLAYER2 84{ 85 Text [ en-US ] = "Second Outline Level" ; 86}; 87String STR_PRESOBJ_MPOUTLLAYER3 88{ 89 Text [ en-US ] = "Third Outline Level" ; 90}; 91String STR_PRESOBJ_MPOUTLLAYER4 92{ 93 Text [ en-US ] = "Fourth Outline Level" ; 94}; 95String STR_PRESOBJ_MPOUTLLAYER5 96{ 97 Text [ en-US ] = "Fifth Outline Level" ; 98}; 99String STR_PRESOBJ_MPOUTLLAYER6 100{ 101 Text [ en-US ] = "Sixth Outline Level" ; 102}; 103String STR_PRESOBJ_MPOUTLLAYER7 104{ 105 Text [ en-US ] = "Seventh Outline Level" ; 106}; 107String STR_PRESOBJ_MPOUTLLAYER8 108{ 109 Text [ en-US ] = "Eighth Outline Level" ; 110}; 111String STR_PRESOBJ_MPOUTLLAYER9 112{ 113 Text [ en-US ] = "Ninth Outline Level" ; 114}; 115String STR_PRESOBJ_MPNOTESTITLE 116{ 117 Text [ en-US ] = "Click to move the slide" ; 118}; 119String STR_PRESOBJ_MPNOTESTEXT 120{ 121 Text [ en-US ] = "Click to edit the notes format" ; 122}; 123String STR_PRESOBJ_TITLE 124{ 125 Text [ en-US ] = "Click to add title" ; 126}; 127String STR_PRESOBJ_OUTLINE 128{ 129 Text [ en-US ] = "Click to add text" ; 130}; 131String STR_PRESOBJ_TEXT 132{ 133 Text [ en-US ] = "Click to add text" ; 134}; 135String STR_PRESOBJ_NOTESTEXT 136{ 137 Text [ en-US ] = "Click to add notes" ; 138}; 139String STR_PRESOBJ_GRAPHIC 140{ 141 Text [ en-US ] = "Double-click to add graphics" ; 142}; 143String STR_PRESOBJ_OBJECT 144{ 145 Text [ en-US ] = "Double-click to add an object" ; 146}; 147String STR_PRESOBJ_CHART 148{ 149 Text [ en-US ] = "Double-click to add a chart" ; 150}; 151String STR_PRESOBJ_ORGCHART 152{ 153 Text [ en-US ] = "Double-click to add an organization chart" ; 154}; 155String STR_PRESOBJ_TABLE 156{ 157 Text [ en-US ] = "Double-click to add a spreadsheet" ; 158}; 159String STR_OUTLINEVIEWSHELL 160{ 161 Text [ en-US ] = "Outline View" ; 162}; 163String STR_DRAWVIEWSHELL 164{ 165 Text [ en-US ] = "Drawing View" ; 166}; 167String STR_PRESVIEWSHELL 168{ 169 Text [ en-US ] = "Presentation mode" ; 170}; 171String STR_PREVIEWVIEWSHELL 172{ 173 Text [ en-US ] = "Preview Window"; 174}; 175String STR_TEXTOBJECTBARSHELL 176{ 177 Text [ en-US ] = "Text Mode" ; 178}; 179String STR_STDOBJECTBARSHELL 180{ 181 Text [ en-US ] = "Document Mode" ; 182}; 183String STR_BEZIEROBJECTBARSHELL 184{ 185 Text [ en-US ] = "Bézier mode" ; 186}; 187String STR_APPLICATIONOBJECTBAR 188{ 189 Text [ en-US ] = "StarImpress 4.0" ; 190}; 191String STR_GLUEPOINTSOBJECTBARSHELL 192{ 193 Text [ en-US ] = "Glue Points Mode" ; 194}; 195/* nicht uebersetzen */ 196String STR_LAYOUT_TITLE 197{ 198 Text = "Titel" ; 199}; 200/* nicht uebersetzen */ 201String STR_LAYOUT_OUTLINE 202{ 203 Text = "Gliederung" ; 204}; 205/* nicht uebersetzen */ 206String STR_LAYOUT_BACKGROUND 207{ 208 Text = "Hintergrund" ; 209}; 210/* nicht uebersetzen */ 211String STR_LAYOUT_BACKGROUNDOBJECTS 212{ 213 Text = "Hintergrundobjekte" ; 214}; 215/* nicht uebersetzen */ 216String STR_LAYOUT_NOTES 217{ 218 Text = "Notizen" ; 219}; 220String STR_LAYOUT_DEFAULT_NAME 221{ 222 Text [ en-US ] = "Default" ; 223}; 224String STR_LAYOUT_DEFAULT_TITLE_NAME 225{ 226 Text [ en-US ] = "Title" ; 227}; 228String STR_STANDARD_STYLESHEET_NAME 229{ 230 Text [ en-US ] = "Default" ; 231}; 232String STR_BAD_PASSWORD_OR_FILE_CORRUPTED 233{ 234 Text [ en-US ] = "The password is incorrect or the file is damaged." ; 235}; 236String STR_UNDO_MOVEPAGES 237{ 238 Text [ en-US ] = "Move slides" ; 239}; 240String STR_NOT_ENOUGH_MEMORY 241{ 242 Text [ en-US ] = "Not enough memory!\nThe action will be aborted." ; 243}; 244/* nicht uebersetzen */ 245String STR_LAYOUT_SUBTITLE 246{ 247 Text = "Untertitel" ; 248}; 249String STR_POOLSHEET_MEASURE 250{ 251 Text [ en-US ] = "Dimension Line" ; 252}; 253String STR_POOLSHEET_OBJWITHARROW 254{ 255 Text [ en-US ] = "Object with arrow" ; 256}; 257String STR_POOLSHEET_OBJWITHSHADOW 258{ 259 Text [ en-US ] = "Object with shadow" ; 260}; 261String STR_POOLSHEET_OBJWITHOUTFILL 262{ 263 Text [ en-US ] = "Object without fill" ; 264}; 265String STR_POOLSHEET_TEXT 266{ 267 Text [ en-US ] = "Text" ; 268}; 269String STR_POOLSHEET_TEXTBODY 270{ 271 Text [ en-US ] = "Text body" ; 272}; 273String STR_POOLSHEET_TEXTBODY_JUSTIFY 274{ 275 Text [ en-US ] = "Text body justified" ; 276}; 277String STR_POOLSHEET_TEXTBODY_INDENT 278{ 279 Text [ en-US ] = "First line indent" ; 280}; 281String STR_POOLSHEET_TITLE 282{ 283 Text [ en-US ] = "Title" ; 284}; 285String STR_POOLSHEET_TITLE1 286{ 287 Text [ en-US ] = "Title1" ; 288}; 289String STR_POOLSHEET_TITLE2 290{ 291 Text [ en-US ] = "Title2" ; 292}; 293String STR_POOLSHEET_HEADLINE 294{ 295 Text [ en-US ] = "Heading" ; 296}; 297String STR_POOLSHEET_HEADLINE1 298{ 299 Text [ en-US ] = "Heading1" ; 300}; 301 302String STR_POOLSHEET_HEADLINE2 303{ 304 Text [ en-US ] = "Heading2" ; 305}; 306String STR_EMPTY_STYLESHEET_NAME 307{ 308 Text [ en-US ] = "Blank template" ; 309}; 310String STR_PSEUDOSHEET_TITLE 311{ 312 Text [ en-US ] = "Title" ; 313}; 314String STR_PSEUDOSHEET_SUBTITLE 315{ 316 Text [ en-US ] = "Subtitle"; 317}; 318String STR_PSEUDOSHEET_OUTLINE 319{ 320 Text [ en-US ] = "Outline" ; 321}; 322String STR_PSEUDOSHEET_BACKGROUNDOBJECTS 323{ 324 Text [ en-US ] = "Background objects" ; 325}; 326String STR_PSEUDOSHEET_BACKGROUND 327{ 328 Text [ en-US ] = "Background" ; 329}; 330String STR_PSEUDOSHEET_NOTES 331{ 332 Text [ en-US ] = "Notes" ; 333}; 334String STR_GRAFOBJECTBARSHELL 335{ 336 Text [ en-US ] = "Graphics mode" ; 337}; 338 339String STR_MEDIAOBJECTBARSHELL 340{ 341 Text [ en-US ] = "Media Playback" ; 342}; 343 344String STR_TABLEOBJECTBARSHELL 345{ 346 Text [ de ] = "Tabelle" ; 347 Text [ en-US ] = "Table" ; 348 Text [ x-comment ] = " "; 349}; 350 351String STR_POWERPOINT_IMPORT 352{ 353 Text [ en-US ] = "PowerPoint Import"; 354}; 355 356String STR_POOLSHEET_ARROW 357{ 358 Text [ en-US ] = "Arrow" ; 359}; 360 361 362String STR_LOAD_DOC 363{ 364 Text [ en-US ] = "Load Document" ; 365}; 366String STR_SAVE_DOC 367{ 368 Text [ en-US ] = "Save Document" ; 369}; 370 371#define ERR_CODE( class, err ) (class | (err - ERROR_SD_BASE)) 372#define WARN_CODE( class, err ) (class | ( err - WARN_SD_BASE)) 373 374Resource RID_SD_ERRHDL 375{ 376 String ERR_CODE ( ERRCODE_CLASS_READ , ERR_FORMAT_ROWCOL ) 377 { 378 Text [ en-US ] = "File format error found at $(ARG1)(row,col)." ; 379 }; 380 String ERR_CODE ( ERRCODE_CLASS_READ , ERR_FORMAT_FILE_ROWCOL ) 381 { 382 Text [ en-US ] = "Format error discovered in the file in sub-document $(ARG1) at position $(ARG2)(row,col)."; 383 }; 384 String ERR_CODE ( ERRCODE_CLASS_READ , WARN_FORMAT_FILE_ROWCOL ) 385 { 386 Text [ en-US ] = "Format error discovered in the file in sub-document $(ARG1) at position $(ARG2)(row,col)."; 387 }; 388}; 389 390String STR_3DOBJECTBARSHELL 391{ 392 Text [ en-US ] = "3-D Settings" ; 393}; 394String STR_FONTWORKOBJECTBARSHELL 395{ 396 Text [ en-US ] = "Fontwork" ; 397}; 398 399String STR_POOLSHEET_BANDED_CELL 400{ 401 Text [ en-US ] = "Banding cell" ; 402}; 403 404String STR_POOLSHEET_HEADER 405{ 406 Text [ en-US ] = "Header" ; 407}; 408 409String STR_POOLSHEET_TOTAL 410{ 411 Text [ en-US ] = "Total line" ; 412}; 413 414String STR_POOLSHEET_FIRST_COLUMN 415{ 416 Text [ en-US ] = "First column" ; 417}; 418 419String STR_POOLSHEET_LAST_COLUMN 420{ 421 Text [ en-US ] = "Last column" ; 422}; 423