18660f102SAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 38660f102SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 48660f102SAndrew Rist * or more contributor license agreements. See the NOTICE file 58660f102SAndrew Rist * distributed with this work for additional information 68660f102SAndrew Rist * regarding copyright ownership. The ASF licenses this file 78660f102SAndrew Rist * to you under the Apache License, Version 2.0 (the 88660f102SAndrew Rist * "License"); you may not use this file except in compliance 98660f102SAndrew Rist * with the License. You may obtain a copy of the License at 10cdf0e10cSrcweir * 118660f102SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12cdf0e10cSrcweir * 138660f102SAndrew Rist * Unless required by applicable law or agreed to in writing, 148660f102SAndrew Rist * software distributed under the License is distributed on an 158660f102SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 168660f102SAndrew Rist * KIND, either express or implied. See the License for the 178660f102SAndrew Rist * specific language governing permissions and limitations 188660f102SAndrew Rist * under the License. 19cdf0e10cSrcweir * 208660f102SAndrew Rist *************************************************************/ 218660f102SAndrew Rist 228660f102SAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir#include "globals.hrc" 25cdf0e10cSrcweir#include "utlui.hrc" 26cdf0e10cSrcweir#include "helpid.h" 27cdf0e10cSrcweir#include "initui.hrc" 28cdf0e10cSrcweir 29cdf0e10cSrcweir/*--------------------------------------------------------------------- 30*9cd2463eSmseidel Calculator errors 31cdf0e10cSrcweir ---------------------------------------------------------------------*/ 32cdf0e10cSrcweirResource RID_SW_SHELLRES 33cdf0e10cSrcweir{ 34cdf0e10cSrcweir String STR_POSTIT_PAGE 35cdf0e10cSrcweir { 36cdf0e10cSrcweir Text [ en-US ] = "Page" ; 37cdf0e10cSrcweir }; 38cdf0e10cSrcweir String STR_POSTIT_LINE 39cdf0e10cSrcweir { 40cdf0e10cSrcweir Text [ en-US ] = "Line" ; 41cdf0e10cSrcweir }; 42cdf0e10cSrcweir String STR_POSTIT_AUTHOR 43cdf0e10cSrcweir { 44cdf0e10cSrcweir Text [ en-US ] = "Author" ; 45cdf0e10cSrcweir }; 46cdf0e10cSrcweir String STR_CALC_SYNTAX 47cdf0e10cSrcweir { 48cdf0e10cSrcweir Text [ en-US ] = "** Syntax Error **" ; 49cdf0e10cSrcweir }; 50cdf0e10cSrcweir String STR_CALC_ZERODIV 51cdf0e10cSrcweir { 52cdf0e10cSrcweir Text [ en-US ] = "** Division by zero **" ; 53cdf0e10cSrcweir }; 54cdf0e10cSrcweir String STR_CALC_BRACK 55cdf0e10cSrcweir { 56cdf0e10cSrcweir Text [ en-US ] = "** Wrong use of brackets **" ; 57cdf0e10cSrcweir }; 58cdf0e10cSrcweir String STR_CALC_POW 59cdf0e10cSrcweir { 60cdf0e10cSrcweir Text [ en-US ] = "** Square function overflow **" ; 61cdf0e10cSrcweir }; 62cdf0e10cSrcweir String STR_CALC_VARNFND 63cdf0e10cSrcweir { 64cdf0e10cSrcweir Text [ en-US ] = "** Variable not found **" ; 65cdf0e10cSrcweir }; 66cdf0e10cSrcweir String STR_CALC_OVERFLOW 67cdf0e10cSrcweir { 68cdf0e10cSrcweir Text [ en-US ] = "** Overflow **" ; 69cdf0e10cSrcweir }; 70cdf0e10cSrcweir String STR_CALC_WRONGTIME 71cdf0e10cSrcweir { 72cdf0e10cSrcweir Text [ en-US ] = "** Wrong time format **" ; 73cdf0e10cSrcweir }; 74cdf0e10cSrcweir String STR_CALC_DEFAULT 75cdf0e10cSrcweir { 76cdf0e10cSrcweir Text [ en-US ] = "** Error **" ; 77cdf0e10cSrcweir }; 78cdf0e10cSrcweir String STR_CALC_ERROR 79cdf0e10cSrcweir { 80cdf0e10cSrcweir Text [ en-US ] = "** Expression is faulty **" ; 81cdf0e10cSrcweir }; 82cdf0e10cSrcweir String STR_GETREFFLD_UP 83cdf0e10cSrcweir { 84cdf0e10cSrcweir Text [ en-US ] = "above" ; 85cdf0e10cSrcweir }; 86cdf0e10cSrcweir String STR_GETREFFLD_DOWN 87cdf0e10cSrcweir { 88cdf0e10cSrcweir Text [ en-US ] = "below" ; 89cdf0e10cSrcweir }; 90cdf0e10cSrcweir String STR_GETREFFLD_REFITEMNOTFOUND 91cdf0e10cSrcweir { 92cdf0e10cSrcweir Text [ en-US ] = "Error: Reference source not found" ; 93cdf0e10cSrcweir }; 94cdf0e10cSrcweir String STR_ALLPAGE_HEADFOOT 95cdf0e10cSrcweir { 96cdf0e10cSrcweir Text [ en-US ] = "All" ; 97cdf0e10cSrcweir }; 98cdf0e10cSrcweir String STR_TEMPLATE_NONE 99cdf0e10cSrcweir { 100cdf0e10cSrcweir Text [ en-US ] = "None" ; 101cdf0e10cSrcweir }; 102cdf0e10cSrcweir String STR_FIELD_FIXED 103cdf0e10cSrcweir { 104cdf0e10cSrcweir Text [ en-US ] = "(fixed)" ; 105cdf0e10cSrcweir }; 106cdf0e10cSrcweir String STR_DURATION_FORMAT 107cdf0e10cSrcweir { 108cdf0e10cSrcweir Text [en-US] = " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6" ; 109cdf0e10cSrcweir }; 110cdf0e10cSrcweir String STR_TOI 111cdf0e10cSrcweir { 112cdf0e10cSrcweir Text [ en-US ] = "Alphabetical Index" ; 113cdf0e10cSrcweir }; 114cdf0e10cSrcweir 115cdf0e10cSrcweir String STR_TOU 116cdf0e10cSrcweir { 117cdf0e10cSrcweir Text [ en-US ] = "User-Defined" ; 118cdf0e10cSrcweir }; 119cdf0e10cSrcweir 120cdf0e10cSrcweir String STR_TOC 121cdf0e10cSrcweir { 122cdf0e10cSrcweir Text [ en-US ] = "Table of Contents" ; 123cdf0e10cSrcweir }; 124cdf0e10cSrcweir 125cdf0e10cSrcweir String STR_TOX_AUTH 126cdf0e10cSrcweir { 127cdf0e10cSrcweir Text [ en-US ] = "Bibliography" ; 128cdf0e10cSrcweir }; 129cdf0e10cSrcweir String STR_TOX_TBL 130cdf0e10cSrcweir { 131cdf0e10cSrcweir Text [ en-US ] = "Index of Tables" ; 132cdf0e10cSrcweir }; 133cdf0e10cSrcweir String STR_TOX_OBJ 134cdf0e10cSrcweir { 135cdf0e10cSrcweir Text [ en-US ] = "Table of Objects" ; 136cdf0e10cSrcweir }; 137cdf0e10cSrcweir String STR_TOX_ILL 138cdf0e10cSrcweir { 139cdf0e10cSrcweir Text [ en-US ] = "Illustration Index" ; 140cdf0e10cSrcweir }; 141cdf0e10cSrcweir String STR_HYPERLINK_CLICK 142cdf0e10cSrcweir { 143cdf0e10cSrcweir Text [ en-US ] = "%s-click to open hyperlink" ; 144cdf0e10cSrcweir }; 145cdf0e10cSrcweir 146cdf0e10cSrcweir 147cdf0e10cSrcweir // SubType DocInfo 148cdf0e10cSrcweir // 149cdf0e10cSrcweir String FLD_DOCINFO_TITEL 150cdf0e10cSrcweir { 151cdf0e10cSrcweir Text [ en-US ] = "Title" ; 152cdf0e10cSrcweir }; 153cdf0e10cSrcweir String FLD_DOCINFO_THEMA 154cdf0e10cSrcweir { 155cdf0e10cSrcweir Text [ en-US ] = "Subject" ; 156cdf0e10cSrcweir }; 157cdf0e10cSrcweir String FLD_DOCINFO_KEYS 158cdf0e10cSrcweir { 159cdf0e10cSrcweir Text [ en-US ] = "Keywords" ; 160cdf0e10cSrcweir }; 161cdf0e10cSrcweir String FLD_DOCINFO_COMMENT 162cdf0e10cSrcweir { 163cdf0e10cSrcweir Text [ en-US ] = "Comments" ; 164cdf0e10cSrcweir }; 165cdf0e10cSrcweir String FLD_DOCINFO_CREATE 166cdf0e10cSrcweir { 167cdf0e10cSrcweir Text [ en-US ] = "Created" ; 168cdf0e10cSrcweir }; 169cdf0e10cSrcweir String FLD_DOCINFO_CHANGE 170cdf0e10cSrcweir { 171cdf0e10cSrcweir Text [ en-US ] = "Modified" ; 172cdf0e10cSrcweir }; 173cdf0e10cSrcweir String FLD_DOCINFO_PRINT 174cdf0e10cSrcweir { 175cdf0e10cSrcweir Text [ en-US ] = "Last printed" ; 176cdf0e10cSrcweir }; 177cdf0e10cSrcweir String FLD_DOCINFO_DOCNO 178cdf0e10cSrcweir { 179cdf0e10cSrcweir Text [ en-US ] = "Revision number" ; 180cdf0e10cSrcweir }; 181cdf0e10cSrcweir String FLD_DOCINFO_EDIT 182cdf0e10cSrcweir { 183cdf0e10cSrcweir Text [ en-US ] = "Total editing time" ; 184cdf0e10cSrcweir }; 185dd974154Smseidel BITMAP BMP_FRAME_ANCHOR { FILE = "anchor.png" ; }; 186dd974154Smseidel BITMAP BMP_FRAME_DRAG_ANCHOR { FILE = "danchor.png" ; }; 187cdf0e10cSrcweir 188cdf0e10cSrcweir String STR_PAGEDESC_NAME 189cdf0e10cSrcweir { 190cdf0e10cSrcweir Text [ en-US ] = "Convert $(ARG1)" ; 191cdf0e10cSrcweir }; 192cdf0e10cSrcweir String STR_PAGEDESC_FIRSTNAME 193cdf0e10cSrcweir { 194cdf0e10cSrcweir Text [ en-US ] = "First convert $(ARG1)" ; 195cdf0e10cSrcweir }; 196cdf0e10cSrcweir String STR_PAGEDESC_FOLLOWNAME 197cdf0e10cSrcweir { 198cdf0e10cSrcweir Text [ en-US ] = "Next convert $(ARG1)" ; 199cdf0e10cSrcweir }; 200cdf0e10cSrcweir}; 201cdf0e10cSrcweir 202cdf0e10cSrcweirString STR_AUTH_TYPE_ARTICLE 203cdf0e10cSrcweir{ 204cdf0e10cSrcweir Text [ en-US ] = "Article" ; 205cdf0e10cSrcweir}; 206cdf0e10cSrcweirString STR_AUTH_TYPE_BOOK 207cdf0e10cSrcweir{ 208cdf0e10cSrcweir Text [ en-US ] = "Book" ; 209cdf0e10cSrcweir}; 210cdf0e10cSrcweirString STR_AUTH_TYPE_BOOKLET 211cdf0e10cSrcweir{ 212cdf0e10cSrcweir Text [ en-US ] = "Brochures" ; 213cdf0e10cSrcweir}; 214cdf0e10cSrcweirString STR_AUTH_TYPE_CONFERENCE 215cdf0e10cSrcweir{ 216cdf0e10cSrcweir Text [ en-US ] = "Conference proceedings" ; 217cdf0e10cSrcweir}; 218cdf0e10cSrcweirString STR_AUTH_TYPE_INBOOK 219cdf0e10cSrcweir{ 220cdf0e10cSrcweir Text [ en-US ] = "Book excerpt" ; 221cdf0e10cSrcweir}; 222cdf0e10cSrcweirString STR_AUTH_TYPE_INCOLLECTION 223cdf0e10cSrcweir{ 224cdf0e10cSrcweir Text [ en-US ] = "Book excerpt with title" ; 225cdf0e10cSrcweir}; 226cdf0e10cSrcweirString STR_AUTH_TYPE_INPROCEEDINGS 227cdf0e10cSrcweir{ 228cdf0e10cSrcweir Text [ en-US ] = "Conference proceedings" ; 229cdf0e10cSrcweir}; 230cdf0e10cSrcweirString STR_AUTH_TYPE_JOURNAL 231cdf0e10cSrcweir{ 232cdf0e10cSrcweir Text [ en-US ] = "Journal" ; 233cdf0e10cSrcweir}; 234cdf0e10cSrcweirString STR_AUTH_TYPE_MANUAL 235cdf0e10cSrcweir{ 236cdf0e10cSrcweir Text [ en-US ] = "Techn. documentation" ; 237cdf0e10cSrcweir}; 238cdf0e10cSrcweirString STR_AUTH_TYPE_MASTERSTHESIS 239cdf0e10cSrcweir{ 240cdf0e10cSrcweir Text [ en-US ] = "Thesis" ; 241cdf0e10cSrcweir}; 242cdf0e10cSrcweirString STR_AUTH_TYPE_MISC 243cdf0e10cSrcweir{ 244cdf0e10cSrcweir Text [ en-US ] = "Miscellaneous" ; 245cdf0e10cSrcweir}; 246cdf0e10cSrcweirString STR_AUTH_TYPE_PHDTHESIS 247cdf0e10cSrcweir{ 248cdf0e10cSrcweir Text [ en-US ] = "Dissertation" ; 249cdf0e10cSrcweir}; 250cdf0e10cSrcweirString STR_AUTH_TYPE_PROCEEDINGS 251cdf0e10cSrcweir{ 252cdf0e10cSrcweir Text [ en-US ] = "Conference proceedings" ; 253cdf0e10cSrcweir}; 254cdf0e10cSrcweirString STR_AUTH_TYPE_TECHREPORT 255cdf0e10cSrcweir{ 256cdf0e10cSrcweir Text [ en-US ] = "Research report" ; 257cdf0e10cSrcweir}; 258cdf0e10cSrcweirString STR_AUTH_TYPE_UNPUBLISHED 259cdf0e10cSrcweir{ 260cdf0e10cSrcweir Text [ en-US ] = "Unpublished" ; 261cdf0e10cSrcweir}; 262cdf0e10cSrcweirString STR_AUTH_TYPE_EMAIL 263cdf0e10cSrcweir{ 264cdf0e10cSrcweir Text [ en-US ] = "e-mail" ; 265cdf0e10cSrcweir}; 266cdf0e10cSrcweirString STR_AUTH_TYPE_WWW 267cdf0e10cSrcweir{ 268cdf0e10cSrcweir Text [ en-US ] = "WWW document" ; 269cdf0e10cSrcweir}; 270cdf0e10cSrcweirString STR_AUTH_TYPE_CUSTOM1 271cdf0e10cSrcweir{ 272cdf0e10cSrcweir Text [ en-US ] = "User-defined1" ; 273cdf0e10cSrcweir}; 274cdf0e10cSrcweirString STR_AUTH_TYPE_CUSTOM2 275cdf0e10cSrcweir{ 276cdf0e10cSrcweir Text [ en-US ] = "User-defined2" ; 277cdf0e10cSrcweir}; 278cdf0e10cSrcweirString STR_AUTH_TYPE_CUSTOM3 279cdf0e10cSrcweir{ 280cdf0e10cSrcweir Text [ en-US ] = "User-defined3" ; 281cdf0e10cSrcweir}; 282cdf0e10cSrcweirString STR_AUTH_TYPE_CUSTOM4 283cdf0e10cSrcweir{ 284cdf0e10cSrcweir Text [ en-US ] = "User-defined4" ; 285cdf0e10cSrcweir}; 286cdf0e10cSrcweirString STR_AUTH_TYPE_CUSTOM5 287cdf0e10cSrcweir{ 288cdf0e10cSrcweir Text [ en-US ] = "User-defined5" ; 289cdf0e10cSrcweir}; 290cdf0e10cSrcweir 291cdf0e10cSrcweirString STR_AUTH_FIELD_IDENTIFIER 292cdf0e10cSrcweir{ 293cdf0e10cSrcweir Text [ en-US ] = "Short name" ; 294cdf0e10cSrcweir}; 295cdf0e10cSrcweirString STR_AUTH_FIELD_AUTHORITY_TYPE 296cdf0e10cSrcweir{ 297cdf0e10cSrcweir Text [ en-US ] = "Type" ; 298cdf0e10cSrcweir}; 299cdf0e10cSrcweirString STR_AUTH_FIELD_ADDRESS 300cdf0e10cSrcweir{ 301cdf0e10cSrcweir Text [ en-US ] = "Address" ; 302cdf0e10cSrcweir}; 303cdf0e10cSrcweirString STR_AUTH_FIELD_ANNOTE 304cdf0e10cSrcweir{ 305cdf0e10cSrcweir Text [ en-US ] = "Annotation" ; 306cdf0e10cSrcweir}; 307cdf0e10cSrcweirString STR_AUTH_FIELD_AUTHOR 308cdf0e10cSrcweir{ 309cdf0e10cSrcweir Text [ en-US ] = "Author(s)" ; 310cdf0e10cSrcweir}; 311cdf0e10cSrcweirString STR_AUTH_FIELD_BOOKTITLE 312cdf0e10cSrcweir{ 313cdf0e10cSrcweir Text [ en-US ] = "Book title" ; 314cdf0e10cSrcweir}; 315cdf0e10cSrcweirString STR_AUTH_FIELD_CHAPTER 316cdf0e10cSrcweir{ 317cdf0e10cSrcweir Text [ en-US ] = "Chapter" ; 318cdf0e10cSrcweir}; 319cdf0e10cSrcweirString STR_AUTH_FIELD_EDITION 320cdf0e10cSrcweir{ 321cdf0e10cSrcweir Text [ en-US ] = "Edition" ; 322cdf0e10cSrcweir}; 323cdf0e10cSrcweirString STR_AUTH_FIELD_EDITOR 324cdf0e10cSrcweir{ 325cdf0e10cSrcweir Text [ en-US ] = "Editor" ; 326cdf0e10cSrcweir}; 327cdf0e10cSrcweirString STR_AUTH_FIELD_HOWPUBLISHED 328cdf0e10cSrcweir{ 329cdf0e10cSrcweir Text [ en-US ] = "Publication type" ; 330cdf0e10cSrcweir}; 331cdf0e10cSrcweirString STR_AUTH_FIELD_INSTITUTION 332cdf0e10cSrcweir{ 333cdf0e10cSrcweir Text [ en-US ] = "Institution" ; 334cdf0e10cSrcweir}; 335cdf0e10cSrcweirString STR_AUTH_FIELD_JOURNAL 336cdf0e10cSrcweir{ 337cdf0e10cSrcweir Text [ en-US ] = "Journal" ; 338cdf0e10cSrcweir}; 339cdf0e10cSrcweirString STR_AUTH_FIELD_MONTH 340cdf0e10cSrcweir{ 341cdf0e10cSrcweir Text [ en-US ] = "Month" ; 342cdf0e10cSrcweir}; 343cdf0e10cSrcweirString STR_AUTH_FIELD_NOTE 344cdf0e10cSrcweir{ 345cdf0e10cSrcweir Text [ en-US ] = "Note" ; 346cdf0e10cSrcweir}; 347cdf0e10cSrcweirString STR_AUTH_FIELD_NUMBER 348cdf0e10cSrcweir{ 349cdf0e10cSrcweir Text [ en-US ] = "Number" ; 350cdf0e10cSrcweir}; 351cdf0e10cSrcweirString STR_AUTH_FIELD_ORGANIZATIONS 352cdf0e10cSrcweir{ 353cdf0e10cSrcweir Text [ en-US ] = "Organization" ; 354cdf0e10cSrcweir}; 355cdf0e10cSrcweirString STR_AUTH_FIELD_PAGES 356cdf0e10cSrcweir{ 357cdf0e10cSrcweir Text [ en-US ] = "Page(s)" ; 358cdf0e10cSrcweir}; 359cdf0e10cSrcweirString STR_AUTH_FIELD_PUBLISHER 360cdf0e10cSrcweir{ 361cdf0e10cSrcweir Text [ en-US ] = "Publisher" ; 362cdf0e10cSrcweir}; 363cdf0e10cSrcweirString STR_AUTH_FIELD_SCHOOL 364cdf0e10cSrcweir{ 365cdf0e10cSrcweir Text [ en-US ] = "University" ; 366cdf0e10cSrcweir}; 367cdf0e10cSrcweirString STR_AUTH_FIELD_SERIES 368cdf0e10cSrcweir{ 369cdf0e10cSrcweir Text [ en-US ] = "Series" ; 370cdf0e10cSrcweir}; 371cdf0e10cSrcweirString STR_AUTH_FIELD_TITLE 372cdf0e10cSrcweir{ 373cdf0e10cSrcweir Text [ en-US ] = "Title" ; 374cdf0e10cSrcweir}; 375cdf0e10cSrcweirString STR_AUTH_FIELD_TYPE 376cdf0e10cSrcweir{ 377cdf0e10cSrcweir Text [ en-US ] = "Type of report" ; 378cdf0e10cSrcweir}; 379cdf0e10cSrcweirString STR_AUTH_FIELD_VOLUME 380cdf0e10cSrcweir{ 381cdf0e10cSrcweir Text [ en-US ] = "Volume" ; 382cdf0e10cSrcweir}; 383cdf0e10cSrcweirString STR_AUTH_FIELD_YEAR 384cdf0e10cSrcweir{ 385cdf0e10cSrcweir Text [ en-US ] = "Year" ; 386cdf0e10cSrcweir}; 387cdf0e10cSrcweirString STR_AUTH_FIELD_URL 388cdf0e10cSrcweir{ 389cdf0e10cSrcweir Text [ en-US ] = "URL" ; 390cdf0e10cSrcweir}; 391cdf0e10cSrcweirString STR_AUTH_FIELD_CUSTOM1 392cdf0e10cSrcweir{ 393cdf0e10cSrcweir Text [ en-US ] = "User-defined1" ; 394cdf0e10cSrcweir}; 395cdf0e10cSrcweirString STR_AUTH_FIELD_CUSTOM2 396cdf0e10cSrcweir{ 397cdf0e10cSrcweir Text [ en-US ] = "User-defined2" ; 398cdf0e10cSrcweir}; 399cdf0e10cSrcweirString STR_AUTH_FIELD_CUSTOM3 400cdf0e10cSrcweir{ 401cdf0e10cSrcweir Text [ en-US ] = "User-defined3" ; 402cdf0e10cSrcweir}; 403cdf0e10cSrcweirString STR_AUTH_FIELD_CUSTOM4 404cdf0e10cSrcweir{ 405cdf0e10cSrcweir Text [ en-US ] = "User-defined4" ; 406cdf0e10cSrcweir}; 407cdf0e10cSrcweirString STR_AUTH_FIELD_CUSTOM5 408cdf0e10cSrcweir{ 409cdf0e10cSrcweir Text [ en-US ] = "User-defined5" ; 410cdf0e10cSrcweir}; 411cdf0e10cSrcweirString STR_AUTH_FIELD_ISBN 412cdf0e10cSrcweir{ 413cdf0e10cSrcweir Text [ en-US ] = "ISBN" ; 414cdf0e10cSrcweir}; 415cdf0e10cSrcweir 416*9cd2463eSmseidel// ********************************************************************** EOF 417