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 "globals.hrc" 25#include "utlui.hrc" 26#include "helpid.h" 27#include "initui.hrc" 28 29/*--------------------------------------------------------------------- 30 Fehler Calculator 31 ---------------------------------------------------------------------*/ 32Resource RID_SW_SHELLRES 33{ 34 String STR_POSTIT_PAGE 35 { 36 Text [ en-US ] = "Page" ; 37 }; 38 String STR_POSTIT_LINE 39 { 40 Text [ en-US ] = "Line" ; 41 }; 42 String STR_POSTIT_AUTHOR 43 { 44 Text [ en-US ] = "Author" ; 45 }; 46 String STR_CALC_SYNTAX 47 { 48 Text [ en-US ] = "** Syntax Error **" ; 49 }; 50 String STR_CALC_ZERODIV 51 { 52 Text [ en-US ] = "** Division by zero **" ; 53 }; 54 String STR_CALC_BRACK 55 { 56 Text [ en-US ] = "** Wrong use of brackets **" ; 57 }; 58 String STR_CALC_POW 59 { 60 Text [ en-US ] = "** Square function overflow **" ; 61 /* ### ACHTUNG: Neuer Text in Resource? ** �berlauf in Quadratfunktion ** : ** �berlauf in Quadratfunktion ** */ 62 }; 63 String STR_CALC_VARNFND 64 { 65 Text [ en-US ] = "** Variable not found **" ; 66 }; 67 String STR_CALC_OVERFLOW 68 { 69 Text [ en-US ] = "** Overflow **" ; 70 /* ### ACHTUNG: Neuer Text in Resource? ** �berlauf ** : ** �berlauf ** */ 71 }; 72 String STR_CALC_WRONGTIME 73 { 74 Text [ en-US ] = "** Wrong time format **" ; 75 }; 76 String STR_CALC_DEFAULT 77 { 78 Text [ en-US ] = "** Error **" ; 79 }; 80 String STR_CALC_ERROR 81 { 82 Text [ en-US ] = "** Expression is faulty **" ; 83 }; 84 String STR_GETREFFLD_UP 85 { 86 Text [ en-US ] = "above" ; 87 }; 88 String STR_GETREFFLD_DOWN 89 { 90 Text [ en-US ] = "below" ; 91 }; 92 String STR_GETREFFLD_REFITEMNOTFOUND 93 { 94 Text [ en-US ] = "Error: Reference source not found" ; 95 }; 96 String STR_ALLPAGE_HEADFOOT 97 { 98 Text [ en-US ] = "All" ; 99 }; 100 String STR_TEMPLATE_NONE 101 { 102 Text [ en-US ] = "None" ; 103 }; 104 String STR_FIELD_FIXED 105 { 106 Text [ en-US ] = "(fixed)" ; 107 }; 108 String STR_DURATION_FORMAT 109 { 110 Text [en-US] = " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6"; 111 }; 112 String STR_TOI 113 { 114 Text [ en-US ] = "Alphabetical Index" ; 115 }; 116 117 String STR_TOU 118 { 119 Text [ en-US ] = "User-Defined" ; 120 }; 121 122 String STR_TOC 123 { 124 Text [ en-US ] = "Table of Contents" ; 125 }; 126 127 String STR_TOX_AUTH 128 { 129 Text [ en-US ] = "Bibliography"; 130 }; 131 String STR_TOX_TBL 132 { 133 Text [ en-US ] = "Index of Tables"; 134 }; 135 String STR_TOX_OBJ 136 { 137 Text [ en-US ] = "Table of Objects"; 138 }; 139 String STR_TOX_ILL 140 { 141 Text [ en-US ] = "Illustration Index"; 142 }; 143 String STR_HYPERLINK_CLICK 144 { 145 Text [ en-US ] = "%s-click to open hyperlink"; 146 }; 147 148 149 // SubType DocInfo 150 // 151 String FLD_DOCINFO_TITEL 152 { 153 Text [ en-US ] = "Title" ; 154 }; 155 String FLD_DOCINFO_THEMA 156 { 157 Text [ en-US ] = "Subject" ; 158 }; 159 String FLD_DOCINFO_KEYS 160 { 161 /* ### ACHTUNG: Neuer Text in Resource? Schl�sselw�rter : Schl�sselw�rter */ 162 Text [ en-US ] = "Keywords" ; 163 }; 164 String FLD_DOCINFO_COMMENT 165 { 166 Text [ en-US ] = "Comments" ; 167 }; 168 String FLD_DOCINFO_CREATE 169 { 170 Text [ en-US ] = "Created" ; 171 }; 172 String FLD_DOCINFO_CHANGE 173 { 174 Text [ en-US ] = "Modified" ; 175 }; 176 String FLD_DOCINFO_PRINT 177 { 178 Text [ en-US ] = "Last printed" ; 179 }; 180 String FLD_DOCINFO_DOCNO 181 { 182 Text [ en-US ] = "Revision number" ; 183 }; 184 String FLD_DOCINFO_EDIT 185 { 186 Text [ en-US ] = "Total editing time" ; 187 }; 188 BITMAP BMP_FRAME_ANCHOR { FILE = "anchor.bmp" ; }; 189 BITMAP BMP_FRAME_DRAG_ANCHOR { FILE = "danchor.bmp" ; }; 190 191 String STR_PAGEDESC_NAME 192 { 193 Text [ en-US ] = "Convert $(ARG1)"; 194 }; 195 String STR_PAGEDESC_FIRSTNAME 196 { 197 Text [ en-US ] = "First convert $(ARG1)"; 198 }; 199 String STR_PAGEDESC_FOLLOWNAME 200 { 201 Text [ en-US ] = "Next convert $(ARG1)"; 202 }; 203}; 204 205String STR_AUTH_TYPE_ARTICLE 206{ 207 Text [ en-US ] = "Article"; 208}; 209String STR_AUTH_TYPE_BOOK 210{ 211 Text [ en-US ] = "Book"; 212}; 213String STR_AUTH_TYPE_BOOKLET 214{ 215 Text [ en-US ] = "Brochures"; 216}; 217String STR_AUTH_TYPE_CONFERENCE 218{ 219 Text [ en-US ] = "Conference proceedings"; 220}; 221String STR_AUTH_TYPE_INBOOK 222{ 223 Text [ en-US ] = "Book excerpt"; 224}; 225String STR_AUTH_TYPE_INCOLLECTION 226{ 227 Text [ en-US ] = "Book excerpt with title"; 228}; 229String STR_AUTH_TYPE_INPROCEEDINGS 230{ 231 Text [ en-US ] = "Conference proceedings"; 232}; 233String STR_AUTH_TYPE_JOURNAL 234{ 235 Text [ en-US ] = "Journal"; 236}; 237String STR_AUTH_TYPE_MANUAL 238{ 239 Text [ en-US ] = "Techn. documentation"; 240}; 241String STR_AUTH_TYPE_MASTERSTHESIS 242{ 243 Text [ en-US ] = "Thesis"; 244}; 245String STR_AUTH_TYPE_MISC 246{ 247 Text [ en-US ] = "Miscellaneous"; 248}; 249String STR_AUTH_TYPE_PHDTHESIS 250{ 251 Text [ en-US ] = "Dissertation"; 252}; 253String STR_AUTH_TYPE_PROCEEDINGS 254{ 255 Text [ en-US ] = "Conference proceedings"; 256}; 257String STR_AUTH_TYPE_TECHREPORT 258{ 259 Text [ en-US ] = "Research report"; 260}; 261String STR_AUTH_TYPE_UNPUBLISHED 262{ 263 Text [ en-US ] = "Unpublished"; 264}; 265String STR_AUTH_TYPE_EMAIL 266{ 267 Text [ en-US ] = "e-mail"; 268}; 269String STR_AUTH_TYPE_WWW 270{ 271 Text [ en-US ] = "WWW document"; 272}; 273String STR_AUTH_TYPE_CUSTOM1 274{ 275 Text [ en-US ] = "User-defined1"; 276}; 277String STR_AUTH_TYPE_CUSTOM2 278{ 279 Text [ en-US ] = "User-defined2"; 280}; 281String STR_AUTH_TYPE_CUSTOM3 282{ 283 Text [ en-US ] = "User-defined3"; 284}; 285String STR_AUTH_TYPE_CUSTOM4 286{ 287 Text [ en-US ] = "User-defined4"; 288}; 289String STR_AUTH_TYPE_CUSTOM5 290{ 291 Text [ en-US ] = "User-defined5"; 292}; 293 294String STR_AUTH_FIELD_IDENTIFIER 295{ 296 Text [ en-US ] = "Short name"; 297}; 298String STR_AUTH_FIELD_AUTHORITY_TYPE 299{ 300 Text [ en-US ] = "Type"; 301}; 302String STR_AUTH_FIELD_ADDRESS 303{ 304 Text [ en-US ] = "Address"; 305}; 306String STR_AUTH_FIELD_ANNOTE 307{ 308 Text [ en-US ] = "Annotation"; 309}; 310String STR_AUTH_FIELD_AUTHOR 311{ 312 Text [ en-US ] = "Author(s)"; 313}; 314String STR_AUTH_FIELD_BOOKTITLE 315{ 316 Text [ en-US ] = "Book title"; 317}; 318String STR_AUTH_FIELD_CHAPTER 319{ 320 Text [ en-US ] = "Chapter"; 321}; 322String STR_AUTH_FIELD_EDITION 323{ 324 Text [ en-US ] = "Edition"; 325}; 326String STR_AUTH_FIELD_EDITOR 327{ 328 Text [ en-US ] = "Editor"; 329}; 330String STR_AUTH_FIELD_HOWPUBLISHED 331{ 332 Text [ en-US ] = "Publication type"; 333}; 334String STR_AUTH_FIELD_INSTITUTION 335{ 336 Text [ en-US ] = "Institution"; 337}; 338String STR_AUTH_FIELD_JOURNAL 339{ 340 Text [ en-US ] = "Journal"; 341}; 342String STR_AUTH_FIELD_MONTH 343{ 344 Text [ en-US ] = "Month"; 345}; 346String STR_AUTH_FIELD_NOTE 347{ 348 Text [ en-US ] = "Note"; 349}; 350String STR_AUTH_FIELD_NUMBER 351{ 352 Text [ en-US ] = "Number"; 353}; 354String STR_AUTH_FIELD_ORGANIZATIONS 355{ 356 Text [ en-US ] = "Organization"; 357}; 358String STR_AUTH_FIELD_PAGES 359{ 360 Text [ en-US ] = "Page(s)"; 361}; 362String STR_AUTH_FIELD_PUBLISHER 363{ 364 Text [ en-US ] = "Publisher"; 365}; 366String STR_AUTH_FIELD_SCHOOL 367{ 368 Text [ en-US ] = "University"; 369}; 370String STR_AUTH_FIELD_SERIES 371{ 372 Text [ en-US ] = "Series"; 373}; 374String STR_AUTH_FIELD_TITLE 375{ 376 Text [ en-US ] = "Title"; 377}; 378String STR_AUTH_FIELD_TYPE 379{ 380 Text [ en-US ] = "Type of report"; 381}; 382String STR_AUTH_FIELD_VOLUME 383{ 384 Text [ en-US ] = "Volume"; 385}; 386String STR_AUTH_FIELD_YEAR 387{ 388 Text [ en-US ] = "Year"; 389}; 390String STR_AUTH_FIELD_URL 391{ 392 Text [ en-US ] = "URL"; 393}; 394String STR_AUTH_FIELD_CUSTOM1 395{ 396 Text [ en-US ] = "User-defined1"; 397}; 398String STR_AUTH_FIELD_CUSTOM2 399{ 400 Text [ en-US ] = "User-defined2"; 401}; 402String STR_AUTH_FIELD_CUSTOM3 403{ 404 Text [ en-US ] = "User-defined3"; 405}; 406String STR_AUTH_FIELD_CUSTOM4 407{ 408 Text [ en-US ] = "User-defined4"; 409}; 410String STR_AUTH_FIELD_CUSTOM5 411{ 412 Text [ en-US ] = "User-defined5"; 413}; 414String STR_AUTH_FIELD_ISBN 415{ 416 Text [ en-US ] = "ISBN"; 417}; 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516