/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #ifndef INCLUDED_SW_INC_STRINGS_HRC #define INCLUDED_SW_INC_STRINGS_HRC #define NC_(Context, String) reinterpret_cast(Context "\004" u8##String) #define NNC_(Context, StringSingular, StringPlural) reinterpret_cast(Context "\004" u8##StringSingular "\004" u8##StringPlural) // Format names #define STR_POOLCHR_STANDARD NC_("STR_POOLCHR_STANDARD", "Default Character Style") #define STR_POOLCHR_FOOTNOTE NC_("STR_POOLCHR_FOOTNOTE", "Footnote Characters") #define STR_POOLCHR_PAGENO NC_("STR_POOLCHR_PAGENO", "Page Number") #define STR_POOLCHR_LABEL NC_("STR_POOLCHR_LABEL", "Caption Characters") #define STR_POOLCHR_DROPCAPS NC_("STR_POOLCHR_DROPCAPS", "Drop Caps") #define STR_POOLCHR_NUM_LEVEL NC_("STR_POOLCHR_NUM_LEVEL", "Numbering Symbols") #define STR_POOLCHR_BULLET_LEVEL NC_("STR_POOLCHR_BULLET_LEVEL", "Bullets") #define STR_POOLCHR_INET_NORMAL NC_("STR_POOLCHR_INET_NORMAL", "Internet Link") #define STR_POOLCHR_INET_VISIT NC_("STR_POOLCHR_INET_VISIT", "Visited Internet Link") #define STR_POOLCHR_JUMPEDIT NC_("STR_POOLCHR_JUMPEDIT", "Placeholder") #define STR_POOLCHR_TOXJUMP NC_("STR_POOLCHR_TOXJUMP", "Index Link") #define STR_POOLCHR_ENDNOTE NC_("STR_POOLCHR_ENDNOTE", "Endnote Characters") #define STR_POOLCHR_LINENUM NC_("STR_POOLCHR_LINENUM", "Line Numbering") #define STR_POOLCHR_IDX_MAIN_ENTRY NC_("STR_POOLCHR_IDX_MAIN_ENTRY", "Main Index Entry") #define STR_POOLCHR_FOOTNOTE_ANCHOR NC_("STR_POOLCHR_FOOTNOTE_ANCHOR", "Footnote Anchor") #define STR_POOLCHR_ENDNOTE_ANCHOR NC_("STR_POOLCHR_ENDNOTE_ANCHOR", "Endnote Anchor") #define STR_POOLCHR_RUBYTEXT NC_("STR_POOLCHR_RUBYTEXT", "Rubies") #define STR_POOLCHR_VERT_NUM NC_("STR_POOLCHR_VERT_NUM", "Vertical Numbering Symbols") // Drawing templates for HTML #define STR_POOLCHR_HTML_EMPHASIS NC_("STR_POOLCHR_HTML_EMPHASIS", "Emphasis") #define STR_POOLCHR_HTML_CITIATION NC_("STR_POOLCHR_HTML_CITIATION", "Quotation") #define STR_POOLCHR_HTML_STRONG NC_("STR_POOLCHR_HTML_STRONG", "Strong Emphasis") #define STR_POOLCHR_HTML_CODE NC_("STR_POOLCHR_HTML_CODE", "Source Text") #define STR_POOLCHR_HTML_SAMPLE NC_("STR_POOLCHR_HTML_SAMPLE", "Example") #define STR_POOLCHR_HTML_KEYBOARD NC_("STR_POOLCHR_HTML_KEYBOARD", "User Entry") #define STR_POOLCHR_HTML_VARIABLE NC_("STR_POOLCHR_HTML_VARIABLE", "Variable") #define STR_POOLCHR_HTML_DEFINSTANCE NC_("STR_POOLCHR_HTML_DEFINSTANCE", "Definition") #define STR_POOLCHR_HTML_TELETYPE NC_("STR_POOLCHR_HTML_TELETYPE", "Teletype") // Border templates #define STR_POOLFRM_FRAME NC_("STR_POOLFRM_FRAME", "Frame") #define STR_POOLFRM_GRAPHIC NC_("STR_POOLFRM_GRAPHIC", "Graphics") #define STR_POOLFRM_OLE NC_("STR_POOLFRM_OLE", "OLE") #define STR_POOLFRM_FORMEL NC_("STR_POOLFRM_FORMEL", "Formula") #define STR_POOLFRM_MARGINAL NC_("STR_POOLFRM_MARGINAL", "Marginalia") #define STR_POOLFRM_WATERSIGN NC_("STR_POOLFRM_WATERSIGN", "Watermark") #define STR_POOLFRM_LABEL NC_("STR_POOLFRM_LABEL", "Labels") // Template names #define STR_POOLCOLL_STANDARD NC_("STR_POOLCOLL_STANDARD", "Default Paragraph Style") #define STR_POOLCOLL_TEXT NC_("STR_POOLCOLL_TEXT", "Text Body") #define STR_POOLCOLL_TEXT_IDENT NC_("STR_POOLCOLL_TEXT_IDENT", "First Line Indent") #define STR_POOLCOLL_TEXT_NEGIDENT NC_("STR_POOLCOLL_TEXT_NEGIDENT", "Hanging Indent") #define STR_POOLCOLL_TEXT_MOVE NC_("STR_POOLCOLL_TEXT_MOVE", "Text Body Indent") #define STR_POOLCOLL_GREETING NC_("STR_POOLCOLL_GREETING", "Complimentary Close") #define STR_POOLCOLL_SIGNATURE NC_("STR_POOLCOLL_SIGNATURE", "Signature") #define STR_POOLCOLL_HEADLINE_BASE NC_("STR_POOLCOLL_HEADLINE_BASE", "Heading") #define STR_POOLCOLL_NUMBER_BULLET_BASE NC_("STR_POOLCOLL_NUMBER_BULLET_BASE", "List") #define STR_POOLCOLL_REGISTER_BASE NC_("STR_POOLCOLL_REGISTER_BASE", "Index") #define STR_POOLCOLL_CONFRONTATION NC_("STR_POOLCOLL_CONFRONTATION", "List Indent") #define STR_POOLCOLL_MARGINAL NC_("STR_POOLCOLL_MARGINAL", "Marginalia") #define STR_POOLCOLL_HEADLINE1 NC_("STR_POOLCOLL_HEADLINE1", "Heading 1") #define STR_POOLCOLL_HEADLINE2 NC_("STR_POOLCOLL_HEADLINE2", "Heading 2") #define STR_POOLCOLL_HEADLINE3 NC_("STR_POOLCOLL_HEADLINE3", "Heading 3") #define STR_POOLCOLL_HEADLINE4 NC_("STR_POOLCOLL_HEADLINE4", "Heading 4") #define STR_POOLCOLL_HEADLINE5 NC_("STR_POOLCOLL_HEADLINE5", "Heading 5") #define STR_POOLCOLL_HEADLINE6 NC_("STR_POOLCOLL_HEADLINE6", "Heading 6") #define STR_POOLCOLL_HEADLINE7 NC_("STR_POOLCOLL_HEADLINE7", "Heading 7") #define STR_POOLCOLL_HEADLINE8 NC_("STR_POOLCOLL_HEADLINE8", "Heading 8") #define STR_POOLCOLL_HEADLINE9 NC_("STR_POOLCOLL_HEADLINE9", "Heading 9") #define STR_POOLCOLL_HEADLINE10 NC_("STR_POOLCOLL_HEADLINE10", "Heading 10") #define STR_POOLCOLL_NUM_LEVEL1S NC_("STR_POOLCOLL_NUM_LEVEL1S", "Numbering 1 Start") #define STR_POOLCOLL_NUM_LEVEL1 NC_("STR_POOLCOLL_NUM_LEVEL1", "Numbering 1") #define STR_POOLCOLL_NUM_LEVEL1E NC_("STR_POOLCOLL_NUM_LEVEL1E", "Numbering 1 End") #define STR_POOLCOLL_NUM_NONUM1 NC_("STR_POOLCOLL_NUM_NONUM1", "Numbering 1 Cont.") #define STR_POOLCOLL_NUM_LEVEL2S NC_("STR_POOLCOLL_NUM_LEVEL2S", "Numbering 2 Start") #define STR_POOLCOLL_NUM_LEVEL2 NC_("STR_POOLCOLL_NUM_LEVEL2", "Numbering 2") #define STR_POOLCOLL_NUM_LEVEL2E NC_("STR_POOLCOLL_NUM_LEVEL2E", "Numbering 2 End") #define STR_POOLCOLL_NUM_NONUM2 NC_("STR_POOLCOLL_NUM_NONUM2", "Numbering 2 Cont.") #define STR_POOLCOLL_NUM_LEVEL3S NC_("STR_POOLCOLL_NUM_LEVEL3S", "Numbering 3 Start") #define STR_POOLCOLL_NUM_LEVEL3 NC_("STR_POOLCOLL_NUM_LEVEL3", "Numbering 3") #define STR_POOLCOLL_NUM_LEVEL3E NC_("STR_POOLCOLL_NUM_LEVEL3E", "Numbering 3 End") #define STR_POOLCOLL_NUM_NONUM3 NC_("STR_POOLCOLL_NUM_NONUM3", "Numbering 3 Cont.") #define STR_POOLCOLL_NUM_LEVEL4S NC_("STR_POOLCOLL_NUM_LEVEL4S", "Numbering 4 Start") #define STR_POOLCOLL_NUM_LEVEL4 NC_("STR_POOLCOLL_NUM_LEVEL4", "Numbering 4") #define STR_POOLCOLL_NUM_LEVEL4E NC_("STR_POOLCOLL_NUM_LEVEL4E", "Numbering 4 End") #define STR_POOLCOLL_NUM_NONUM4 NC_("STR_POOLCOLL_NUM_NONUM4", "Numbering 4 Cont.") #define STR_POOLCOLL_NUM_LEVEL5S NC_("STR_POOLCOLL_NUM_LEVEL5S", "Numbering 5 Start") #define STR_POOLCOLL_NUM_LEVEL5 NC_("STR_POOLCOLL_NUM_LEVEL5", "Numbering 5") #define STR_POOLCOLL_NUM_LEVEL5E NC_("STR_POOLCOLL_NUM_LEVEL5E", "Numbering 5 End") #define STR_POOLCOLL_NUM_NONUM5 NC_("STR_POOLCOLL_NUM_NONUM5", "Numbering 5 Cont.") #define STR_POOLCOLL_BULLET_LEVEL1S NC_("STR_POOLCOLL_BULLET_LEVEL1S", "List 1 Start") #define STR_POOLCOLL_BULLET_LEVEL1 NC_("STR_POOLCOLL_BULLET_LEVEL1", "List 1") #define STR_POOLCOLL_BULLET_LEVEL1E NC_("STR_POOLCOLL_BULLET_LEVEL1E", "List 1 End") #define STR_POOLCOLL_BULLET_NONUM1 NC_("STR_POOLCOLL_BULLET_NONUM1", "List 1 Cont.") #define STR_POOLCOLL_BULLET_LEVEL2S NC_("STR_POOLCOLL_BULLET_LEVEL2S", "List 2 Start") #define STR_POOLCOLL_BULLET_LEVEL2 NC_("STR_POOLCOLL_BULLET_LEVEL2", "List 2") #define STR_POOLCOLL_BULLET_LEVEL2E NC_("STR_POOLCOLL_BULLET_LEVEL2E", "List 2 End") #define STR_POOLCOLL_BULLET_NONUM2 NC_("STR_POOLCOLL_BULLET_NONUM2", "List 2 Cont.") #define STR_POOLCOLL_BULLET_LEVEL3S NC_("STR_POOLCOLL_BULLET_LEVEL3S", "List 3 Start") #define STR_POOLCOLL_BULLET_LEVEL3 NC_("STR_POOLCOLL_BULLET_LEVEL3", "List 3") #define STR_POOLCOLL_BULLET_LEVEL3E NC_("STR_POOLCOLL_BULLET_LEVEL3E", "List 3 End") #define STR_POOLCOLL_BULLET_NONUM3 NC_("STR_POOLCOLL_BULLET_NONUM3", "List 3 Cont.") #define STR_POOLCOLL_BULLET_LEVEL4S NC_("STR_POOLCOLL_BULLET_LEVEL4S", "List 4 Start") #define STR_POOLCOLL_BULLET_LEVEL4 NC_("STR_POOLCOLL_BULLET_LEVEL4", "List 4") #define STR_POOLCOLL_BULLET_LEVEL4E NC_("STR_POOLCOLL_BULLET_LEVEL4E", "List 4 End") #define STR_POOLCOLL_BULLET_NONUM4 NC_("STR_POOLCOLL_BULLET_NONUM4", "List 4 Cont.") #define STR_POOLCOLL_BULLET_LEVEL5S NC_("STR_POOLCOLL_BULLET_LEVEL5S", "List 5 Start") #define STR_POOLCOLL_BULLET_LEVEL5 NC_("STR_POOLCOLL_BULLET_LEVEL5", "List 5") #define STR_POOLCOLL_BULLET_LEVEL5E NC_("STR_POOLCOLL_BULLET_LEVEL5E", "List 5 End") #define STR_POOLCOLL_BULLET_NONUM5 NC_("STR_POOLCOLL_BULLET_NONUM5", "List 5 Cont.") #define STR_POOLCOLL_HEADERFOOTER NC_("STR_POOLCOLL_HEADER", "Header and Footer") #define STR_POOLCOLL_HEADER NC_("STR_POOLCOLL_HEADER", "Header") #define STR_POOLCOLL_HEADERL NC_("STR_POOLCOLL_HEADERL", "Header Left") #define STR_POOLCOLL_HEADERR NC_("STR_POOLCOLL_HEADERR", "Header Right") #define STR_POOLCOLL_FOOTER NC_("STR_POOLCOLL_FOOTER", "Footer") #define STR_POOLCOLL_FOOTERL NC_("STR_POOLCOLL_FOOTERL", "Footer Left") #define STR_POOLCOLL_FOOTERR NC_("STR_POOLCOLL_FOOTERR", "Footer Right") #define STR_POOLCOLL_TABLE NC_("STR_POOLCOLL_TABLE", "Table Contents") #define STR_POOLCOLL_TABLE_HDLN NC_("STR_POOLCOLL_TABLE_HDLN", "Table Heading") #define STR_POOLCOLL_FRAME NC_("STR_POOLCOLL_FRAME", "Frame Contents") #define STR_POOLCOLL_FOOTNOTE NC_("STR_POOLCOLL_FOOTNOTE", "Footnote") #define STR_POOLCOLL_ENDNOTE NC_("STR_POOLCOLL_ENDNOTE", "Endnote") #define STR_POOLCOLL_LABEL NC_("STR_POOLCOLL_LABEL", "Caption") #define STR_POOLCOLL_LABEL_ABB NC_("STR_POOLCOLL_LABEL_ABB", "Illustration") #define STR_POOLCOLL_LABEL_TABLE NC_("STR_POOLCOLL_LABEL_TABLE", "Table") #define STR_POOLCOLL_LABEL_FRAME NC_("STR_POOLCOLL_LABEL_FRAME", "Text") #define STR_POOLCOLL_LABEL_DRAWING NC_("STR_POOLCOLL_LABEL_DRAWING", "Drawing") #define STR_POOLCOLL_LABEL_FIGURE NC_("STR_POOLCOLL_LABEL_FIGURE", "Figure") #define STR_POOLCOLL_ENVELOPE_ADDRESS NC_("STR_POOLCOLL_ENVELOPE_ADDRESS", "Addressee") #define STR_POOLCOLL_SEND_ADDRESS NC_("STR_POOLCOLL_SEND_ADDRESS", "Sender") #define STR_POOLCOLL_TOX_IDXH NC_("STR_POOLCOLL_TOX_IDXH", "Index Heading") #define STR_POOLCOLL_TOX_IDX1 NC_("STR_POOLCOLL_TOX_IDX1", "Index 1") #define STR_POOLCOLL_TOX_IDX2 NC_("STR_POOLCOLL_TOX_IDX2", "Index 2") #define STR_POOLCOLL_TOX_IDX3 NC_("STR_POOLCOLL_TOX_IDX3", "Index 3") #define STR_POOLCOLL_TOX_IDXBREAK NC_("STR_POOLCOLL_TOX_IDXBREAK", "Index Separator") #define STR_POOLCOLL_TOX_CNTNTH NC_("STR_POOLCOLL_TOX_CNTNTH", "Contents Heading") #define STR_POOLCOLL_TOX_CNTNT1 NC_("STR_POOLCOLL_TOX_CNTNT1", "Contents 1") #define STR_POOLCOLL_TOX_CNTNT2 NC_("STR_POOLCOLL_TOX_CNTNT2", "Contents 2") #define STR_POOLCOLL_TOX_CNTNT3 NC_("STR_POOLCOLL_TOX_CNTNT3", "Contents 3") #define STR_POOLCOLL_TOX_CNTNT4 NC_("STR_POOLCOLL_TOX_CNTNT4", "Contents 4") #define STR_POOLCOLL_TOX_CNTNT5 NC_("STR_POOLCOLL_TOX_CNTNT5", "Contents 5") #define STR_POOLCOLL_TOX_CNTNT6 NC_("STR_POOLCOLL_TOX_CNTNT6", "Contents 6") #define STR_POOLCOLL_TOX_CNTNT7 NC_("STR_POOLCOLL_TOX_CNTNT7", "Contents 7") #define STR_POOLCOLL_TOX_CNTNT8 NC_("STR_POOLCOLL_TOX_CNTNT8", "Contents 8") #define STR_POOLCOLL_TOX_CNTNT9 NC_("STR_POOLCOLL_TOX_CNTNT9", "Contents 9") #define STR_POOLCOLL_TOX_CNTNT10 NC_("STR_POOLCOLL_TOX_CNTNT10", "Contents 10") #define STR_POOLCOLL_TOX_USERH NC_("STR_POOLCOLL_TOX_USERH", "User Index Heading") #define STR_POOLCOLL_TOX_USER1 NC_("STR_POOLCOLL_TOX_USER1", "User Index 1") #define STR_POOLCOLL_TOX_USER2 NC_("STR_POOLCOLL_TOX_USER2", "User Index 2") #define STR_POOLCOLL_TOX_USER3 NC_("STR_POOLCOLL_TOX_USER3", "User Index 3") #define STR_POOLCOLL_TOX_USER4 NC_("STR_POOLCOLL_TOX_USER4", "User Index 4") #define STR_POOLCOLL_TOX_USER5 NC_("STR_POOLCOLL_TOX_USER5", "User Index 5") #define STR_POOLCOLL_TOX_USER6 NC_("STR_POOLCOLL_TOX_USER6", "User Index 6") #define STR_POOLCOLL_TOX_USER7 NC_("STR_POOLCOLL_TOX_USER7", "User Index 7") #define STR_POOLCOLL_TOX_USER8 NC_("STR_POOLCOLL_TOX_USER8", "User Index 8") #define STR_POOLCOLL_TOX_USER9 NC_("STR_POOLCOLL_TOX_USER9", "User Index 9") #define STR_POOLCOLL_TOX_USER10 NC_("STR_POOLCOLL_TOX_USER10", "User Index 10") #define STR_POOLCOLL_TOX_CITATION NC_("STR_POOLCOLL_TOX_CITATION", "Citation") #define STR_POOLCOLL_TOX_ILLUSH NC_("STR_POOLCOLL_TOX_ILLUSH", "Figure Index Heading") #define STR_POOLCOLL_TOX_ILLUS1 NC_("STR_POOLCOLL_TOX_ILLUS1", "Figure Index 1") #define STR_POOLCOLL_TOX_OBJECTH NC_("STR_POOLCOLL_TOX_OBJECTH", "Object Index Heading") #define STR_POOLCOLL_TOX_OBJECT1 NC_("STR_POOLCOLL_TOX_OBJECT1", "Object Index 1") #define STR_POOLCOLL_TOX_TABLESH NC_("STR_POOLCOLL_TOX_TABLESH", "Table Index Heading") #define STR_POOLCOLL_TOX_TABLES1 NC_("STR_POOLCOLL_TOX_TABLES1", "Table Index 1") #define STR_POOLCOLL_TOX_AUTHORITIESH NC_("STR_POOLCOLL_TOX_AUTHORITIESH", "Bibliography Heading") #define STR_POOLCOLL_TOX_AUTHORITIES1 NC_("STR_POOLCOLL_TOX_AUTHORITIES1", "Bibliography 1") // Document title style, not to be confused with Heading style #define STR_POOLCOLL_DOC_TITLE NC_("STR_POOLCOLL_DOC_TITEL", "Title") #define STR_POOLCOLL_DOC_SUBTITLE NC_("STR_POOLCOLL_DOC_SUBTITEL", "Subtitle") #define STR_POOLCOLL_DOC_APPENDIX NC_("STR_POOLCOLL_DOC_APPENDIX", "Appendix") #define STR_POOLCOLL_HTML_BLOCKQUOTE NC_("STR_POOLCOLL_HTML_BLOCKQUOTE", "Quotations") #define STR_POOLCOLL_HTML_PRE NC_("STR_POOLCOLL_HTML_PRE", "Preformatted Text") #define STR_POOLCOLL_HTML_HR NC_("STR_POOLCOLL_HTML_HR", "Horizontal Line") #define STR_POOLCOLL_HTML_DD NC_("STR_POOLCOLL_HTML_DD", "List Contents") #define STR_POOLCOLL_HTML_DT NC_("STR_POOLCOLL_HTML_DT", "List Heading") //page style names #define STR_POOLPAGE_STANDARD NC_("STR_POOLPAGE_STANDARD", "Default Page Style") #define STR_POOLPAGE_FIRST NC_("STR_POOLPAGE_FIRST", "First Page") #define STR_POOLPAGE_LEFT NC_("STR_POOLPAGE_LEFT", "Left Page") #define STR_POOLPAGE_RIGHT NC_("STR_POOLPAGE_RIGHT", "Right Page") #define STR_POOLPAGE_ENVELOPE NC_("STR_POOLPAGE_ENVELOPE", "Envelope") #define STR_POOLPAGE_REGISTER NC_("STR_POOLPAGE_REGISTER", "Index") #define STR_POOLPAGE_HTML NC_("STR_POOLPAGE_HTML", "HTML") #define STR_POOLPAGE_FOOTNOTE NC_("STR_POOLPAGE_FOOTNOTE", "Footnote") #define STR_POOLPAGE_ENDNOTE NC_("STR_POOLPAGE_ENDNOTE", "Endnote") #define STR_POOLPAGE_LANDSCAPE NC_("STR_POOLPAGE_LANDSCAPE", "Landscape") // Numbering rules #define STR_POOLNUMRULE_NUM1 NC_("STR_POOLNUMRULE_NUM1", "Numbering 123") #define STR_POOLNUMRULE_NUM2 NC_("STR_POOLNUMRULE_NUM2", "Numbering ABC") #define STR_POOLNUMRULE_NUM3 NC_("STR_POOLNUMRULE_NUM3", "Numbering abc") #define STR_POOLNUMRULE_NUM4 NC_("STR_POOLNUMRULE_NUM4", "Numbering IVX") #define STR_POOLNUMRULE_NUM5 NC_("STR_POOLNUMRULE_NUM5", "Numbering ivx") //Bullet \u2022 #define STR_POOLNUMRULE_BUL1 NC_("STR_POOLNUMRULE_BUL1", "Bullet •") //Bullet \u2013 #define STR_POOLNUMRULE_BUL2 NC_("STR_POOLNUMRULE_BUL2", "Bullet –") //Bullet \uE4C4 #define STR_POOLNUMRULE_BUL3 NC_("STR_POOLNUMRULE_BUL3", "Bullet ") //Bullet \uE49E #define STR_POOLNUMRULE_BUL4 NC_("STR_POOLNUMRULE_BUL4", "Bullet ") //Bullet \uE20B #define STR_POOLNUMRULE_BUL5 NC_("STR_POOLNUMRULE_BUL5", "Bullet ") #define STR_COLUMN_VALUESET_ITEM0 NC_("STR_COLUMN_VALUESET_ITEM0", "1 column") #define STR_COLUMN_VALUESET_ITEM1 NC_("STR_COLUMN_VALUESET_ITEM1", "2 columns with equal size") #define STR_COLUMN_VALUESET_ITEM2 NC_("STR_COLUMN_VALUESET_ITEM2", "3 columns with equal size") #define STR_COLUMN_VALUESET_ITEM3 NC_("STR_COLUMN_VALUESET_ITEM3", "2 columns with different size (left > right)") #define STR_COLUMN_VALUESET_ITEM4 NC_("STR_COLUMN_VALUESET_ITEM4", "2 columns with different size (left < right)") // Table styles, Writer internal, others are taken from Svx #define STR_TABSTYLE_DEFAULT NC_("STR_TABSTYLE_DEFAULT", "Default Table Style") #define STR_PARAGRAPHSTYLEFAMILY NC_("STR_PARAGRAPHSTYLEFAMILY", "Paragraph Styles") #define STR_CHARACTERSTYLEFAMILY NC_("STR_CHARACTERSTYLEFAMILY", "Character Styles") #define STR_FRAMESTYLEFAMILY NC_("STR_FRAMESTYLEFAMILY", "Frame Styles") #define STR_PAGESTYLEFAMILY NC_("STR_PAGESTYLEFAMILY", "Page Styles") #define STR_LISTSTYLEFAMILY NC_("STR_LISTSTYLEFAMILY", "List Styles") #define STR_TABLESTYLEFAMILY NC_("STR_TABLESTYLEFAMILY", "Table Styles") #define STR_ENV_TITLE NC_("STR_ENV_TITLE", "Envelope") #define STR_LAB_TITLE NC_("STR_LAB_TITLE", "Labels") #define STR_WRITER_DOCUMENT_FULLTYPE NC_("STR_WRITER_DOCUMENT_FULLTYPE", "%PRODUCTNAME %PRODUCTVERSION Text Document") #define STR_CANTOPEN NC_("STR_CANTOPEN", "Cannot open document.") #define STR_CANTCREATE NC_("STR_CANTCREATE", "Can't create document.") #define STR_DLLNOTFOUND NC_("STR_DLLNOTFOUND", "Filter not found.") #define STR_LOAD_GLOBAL_DOC NC_("STR_LOAD_GLOBAL_DOC", "Name and Path of Master Document") #define STR_LOAD_HTML_DOC NC_("STR_LOAD_HTML_DOC", "Name and Path of the HTML Document") #define STR_JAVA_EDIT NC_("STR_JAVA_EDIT", "Edit Script") #define STR_BOOKMARK_DEF_NAME NC_("STR_BOOKMARK_DEF_NAME", "Bookmark") #define STR_BOOKMARK_YES NC_("STR_BOOKMARK_YES", "Yes") #define STR_BOOKMARK_NO NC_("STR_BOOKMARK_NO", "No") #define STR_BOOKMARK_FORBIDDENCHARS NC_("STR_BOOKMARK_FORBIDDENCHARS", "Forbidden characters:") #define SW_STR_NONE NC_("SW_STR_NONE", "[None]") #define STR_CAPTION_BEGINNING NC_("STR_CAPTION_BEGINNING", "Start") #define STR_CAPTION_END NC_("STR_CAPTION_END", "End") #define STR_CAPTION_ABOVE NC_("STR_CAPTION_ABOVE", "Above") #define STR_CAPTION_BELOW NC_("STR_CAPTION_BELOW", "Below") #define SW_STR_READONLY NC_("SW_STR_READONLY", "read-only") #define STR_READONLY_PATH NC_("STR_READONLY_PATH", "The 'AutoText' directories are read-only. Do you want to call the path settings dialog?") #define STR_DOC_STAT NC_("STR_DOC_STAT", "Statistics") #define STR_OUTLINENUMBERING_DISABLED NC_("STR_OUTLINENUMBERING_DISABLED","This option is disabled when chapter numbering is assigned to a paragraph style") // Statusbar-titles #define STR_STATSTR_W4WREAD NC_("STR_STATSTR_W4WREAD", "Importing document...") #define STR_STATSTR_W4WWRITE NC_("STR_STATSTR_W4WWRITE", "Exporting document...") #define STR_STATSTR_SWGWRITE NC_("STR_STATSTR_SWGWRITE", "Saving document...") #define STR_STATSTR_REFORMAT NC_("STR_STATSTR_REFORMAT", "Repagination...") #define STR_STATSTR_AUTOFORMAT NC_("STR_STATSTR_AUTOFORMAT", "Formatting document automatically...") #define STR_STATSTR_SEARCH NC_("STR_STATSTR_SEARCH", "Search...") #define STR_STATSTR_LETTER NC_("STR_STATSTR_LETTER", "Letter") #define STR_STATSTR_SPELL NC_("STR_STATSTR_SPELL", "Spellcheck...") #define STR_STATSTR_HYPHEN NC_("STR_STATSTR_HYPHEN", "Hyphenation...") #define STR_STATSTR_TOX_INSERT NC_("STR_STATSTR_TOX_INSERT", "Inserting Index...") #define STR_STATSTR_TOX_UPDATE NC_("STR_STATSTR_TOX_UPDATE", "Updating Index...") #define STR_STATSTR_SUMMARY NC_("STR_STATSTR_SUMMARY", "Creating abstract...") #define STR_STATSTR_SWGPRTOLENOTIFY NC_("STR_STATSTR_SWGPRTOLENOTIFY", "Adapt Objects...") #define STR_TABLE_DEFNAME NC_("STR_TABLE_DEFNAME", "Table") #define STR_GRAPHIC_DEFNAME NC_("STR_GRAPHIC_DEFNAME", "Image") #define STR_OBJECT_DEFNAME NC_("STR_OBJECT_DEFNAME", "Object") #define STR_FRAME_DEFNAME NC_("STR_FRAME_DEFNAME", "Frame") #define STR_SHAPE_DEFNAME NC_("STR_SHAPE_DEFNAME", "Shape") #define STR_REGION_DEFNAME NC_("STR_REGION_DEFNAME", "Section") #define STR_NUMRULE_DEFNAME NC_("STR_NUMRULE_DEFNAME", "Numbering") #define STR_EMPTYPAGE NC_("STR_EMPTYPAGE", "blank page") #define STR_ABSTRACT_TITLE NC_("STR_ABSTRACT_TITLE", "Abstract: ") #define STR_FDLG_TEMPLATE_NAME NC_("STR_FDLG_TEMPLATE_NAME", "separated by: ") #define STR_FDLG_OUTLINE_LEVEL NC_("STR_FDLG_OUTLINE_LEVEL", "Outline: Level ") #define STR_FDLG_STYLE NC_("STR_FDLG_STYLE", "Style: ") #define STR_PAGEOFFSET NC_("STR_PAGEOFFSET", "Page number: ") #define STR_PAGEBREAK NC_("STR_PAGEBREAK", "Break before new page") #define STR_WESTERN_FONT NC_("STR_WESTERN_FONT", "Western text: ") #define STR_CJK_FONT NC_("STR_CJK_FONT", "Asian text: ") #define STR_CTL_FONT NC_("STR_CTL_FONT", "CTL text: ") #define STR_REDLINE_UNKNOWN_AUTHOR NC_("STR_REDLINE_UNKNOWN_AUTHOR", "Unknown Author") #define STR_DELETE_NOTE_AUTHOR NC_("STR_DELETE_NOTE_AUTHOR", "Delete ~All Comments by $1") #define STR_HIDE_NOTE_AUTHOR NC_("STR_HIDE_NOTE_AUTHOR", "H~ide All Comments by $1") #define STR_OUTLINE_NUMBERING NC_("STR_OUTLINE_NUMBERING", "Chapter Numbering") /* To translators: $1 == will be replaced by STR_WORDCOUNT_WORDARG, and $2 by STR_WORDCOUNT_COLARG e.g. Selected: 1 word, 2 characters */ #define STR_WORDCOUNT NC_("STR_WORDCOUNT", "Selected: $1, $2") // To translators: STR_WORDCOUNT_WORDARG is $1 of STR_WORDCOUNT. $1 of STR_WORDCOUNT is number of words #define STR_WORDCOUNT_WORDARG NNC_("STR_WORDCOUNT_WORDARG", "$1 word", "$1 words") // To translators: STR_WORDCOUNT_CHARARG is $1 of STR_WORDCOUNT. $1 of STR_WORDCOUNT_CHARARG is number of characters #define STR_WORDCOUNT_CHARARG NNC_("STR_WORDCOUNT_CHARARG", "$1 character", "$1 characters") /* To translators: $1 == will be replaced by STR_WORDCOUNT_WORDARG, and $2 by STR_WORDCOUNT_COLARG e.g. 1 word, 2 characters */ #define STR_WORDCOUNT_NO_SELECTION NC_("STR_WORDCOUNT_NO_SELECTION", "$1, $2") /* To translators: STR_WORDCOUNT_WORDARG_NO_SELECTION is $1 of STR_WORDCOUNT_NO_SELECTION. $1 of STR_WORDCOUNT_NO_SELECTION is number of words */ #define STR_WORDCOUNT_WORDARG_NO_SELECTION NNC_("STR_WORDCOUNT_WORDARG_NO_SELECTION", "$1 word", "$1 words") /* To translators: STR_WORDCOUNT_CHARARG_NO_SELECTION is $1 of STR_WORDCOUNT_NO_SELECTION. $1 of STR_WORDCOUNT_CHARARG_NO_SELECTION is number of characters */ #define STR_WORDCOUNT_CHARARG_NO_SELECTION NNC_("STR_WORDCOUNT_CHARARG_NO_SELECTION", "$1 character", "$1 characters") #define STR_CONVERT_TEXT_TABLE NC_("STR_CONVERT_TEXT_TABLE", "Convert Text to Table") #define STR_ADD_AUTOFORMAT_TITLE NC_("STR_ADD_AUTOFORMAT_TITLE", "Add AutoFormat") #define STR_ADD_AUTOFORMAT_LABEL NC_("STR_ADD_AUTOFORMAT_LABEL", "Name") #define STR_DEL_AUTOFORMAT_TITLE NC_("STR_DEL_AUTOFORMAT_TITLE", "Delete AutoFormat") #define STR_DEL_AUTOFORMAT_MSG NC_("STR_DEL_AUTOFORMAT_MSG", "The following AutoFormat entry will be deleted:") #define STR_RENAME_AUTOFORMAT_TITLE NC_("STR_RENAME_AUTOFORMAT_TITLE", "Rename AutoFormat") #define STR_BTN_AUTOFORMAT_CLOSE NC_("STR_BTN_AUTOFORMAT_CLOSE", "~Close") #define STR_JAN NC_("STR_JAN", "Jan") #define STR_FEB NC_("STR_FEB", "Feb") #define STR_MAR NC_("STR_MAR", "Mar") #define STR_NORTH NC_("STR_NORTH", "North") #define STR_MID NC_("STR_MID", "Mid") #define STR_SOUTH NC_("STR_SOUTH", "South") #define STR_SUM NC_("STR_SUM", "Sum") #define STR_INVALID_AUTOFORMAT_NAME NC_("STR_INVALID_AUTOFORMAT_NAME", "You have entered an invalid name.\nThe desired AutoFormat could not be created. \nTry again using a different name.") #define STR_NUMERIC NC_("STR_NUMERIC", "Numeric") #define STR_ROW NC_("STR_ROW", "Rows") #define STR_COL NC_("STR_COL", "Column") #define STR_AUTHMRK_EDIT NC_("STR_AUTHMRK_EDIT", "Edit Bibliography Entry") #define STR_AUTHMRK_INSERT NC_("STR_AUTHMRK_INSERT", "Insert Bibliography Entry") #define STR_ACCESS_PAGESETUP_SPACING NC_("STR_ACCESS_PAGESETUP_SPACING", "Spacing between %1 and %2") #define STR_ACCESS_COLUMN_WIDTH NC_("STR_ACCESS_COLUMN_WIDTH", "Column %1 Width") #define STR_CAPTION_TABLE NC_("STR_CAPTION_TABLE", "%PRODUCTNAME Writer Table") #define STR_CAPTION_FRAME NC_("STR_CAPTION_FRAME", "%PRODUCTNAME Writer Frame") #define STR_CAPTION_GRAPHIC NC_("STR_CAPTION_GRAPHIC", "%PRODUCTNAME Writer Image") #define STR_CAPTION_OLE NC_("STR_CAPTION_OLE", "Other OLE Objects") #define STR_WRONG_TABLENAME NC_("STR_WRONG_TABLENAME", "The name of the table must not contain spaces.") #define STR_ERR_TABLE_MERGE NC_("STR_ERR_TABLE_MERGE", "Selected table cells are too complex to merge.") #define STR_SRTERR NC_("STR_SRTERR", "Cannot sort selection") // Miscellaneous #define STR_EVENT_OBJECT_SELECT NC_("STR_EVENT_OBJECT_SELECT", "Click object") #define STR_EVENT_START_INS_GLOSSARY NC_("STR_EVENT_START_INS_GLOSSARY", "Before inserting AutoText") #define STR_EVENT_END_INS_GLOSSARY NC_("STR_EVENT_END_INS_GLOSSARY", "After inserting AutoText") #define STR_EVENT_MOUSEOVER_OBJECT NC_("STR_EVENT_MOUSEOVER_OBJECT", "Mouse over object") #define STR_EVENT_MOUSECLICK_OBJECT NC_("STR_EVENT_MOUSECLICK_OBJECT", "Trigger hyperlink") #define STR_EVENT_MOUSEOUT_OBJECT NC_("STR_EVENT_MOUSEOUT_OBJECT", "Mouse leaves object") #define STR_EVENT_IMAGE_LOAD NC_("STR_EVENT_IMAGE_LOAD", "Image loaded successfully") #define STR_EVENT_IMAGE_ABORT NC_("STR_EVENT_IMAGE_ABORT", "Image loading terminated") #define STR_EVENT_IMAGE_ERROR NC_("STR_EVENT_IMAGE_ERROR", "Could not load image") #define STR_EVENT_FRM_KEYINPUT_A NC_("STR_EVENT_FRM_KEYINPUT_A", "Input of alphanumeric characters") #define STR_EVENT_FRM_KEYINPUT_NOA NC_("STR_EVENT_FRM_KEYINPUT_NOA", "Input of non-alphanumeric characters") #define STR_EVENT_FRM_RESIZE NC_("STR_EVENT_FRM_RESIZE", "Resize frame") #define STR_EVENT_FRM_MOVE NC_("STR_EVENT_FRM_MOVE", "Move frame") #define STR_CONTENT_TYPE_OUTLINE NC_("STR_CONTENT_TYPE_OUTLINE", "Headings") #define STR_CONTENT_TYPE_TABLE NC_("STR_CONTENT_TYPE_TABLE", "Tables") #define STR_CONTENT_TYPE_FRAME NC_("STR_CONTENT_TYPE_FRAME", "Frames") #define STR_CONTENT_TYPE_GRAPHIC NC_("STR_CONTENT_TYPE_GRAPHIC", "Images") #define STR_CONTENT_TYPE_OLE NC_("STR_CONTENT_TYPE_OLE", "OLE objects") #define STR_CONTENT_TYPE_BOOKMARK NC_("STR_CONTENT_TYPE_BOOKMARK", "Bookmarks") #define STR_CONTENT_TYPE_REGION NC_("STR_CONTENT_TYPE_REGION", "Sections") #define STR_CONTENT_TYPE_URLFIELD NC_("STR_CONTENT_TYPE_URLFIELD", "Hyperlinks") #define STR_CONTENT_TYPE_REFERENCE NC_("STR_CONTENT_TYPE_REFERENCE", "References") #define STR_CONTENT_TYPE_INDEX NC_("STR_CONTENT_TYPE_INDEX", "Indexes") #define STR_CONTENT_TYPE_DRAWOBJECT NC_("STR_CONTENT_TYPE_DRAWOBJECT", "Drawing objects") #define STR_CONTENT_TYPE_POSTIT NC_("STR_CONTENT_TYPE_POSTIT", "Comments") #define STR_IDXEXAMPLE_IDXTXT_HEADING1 NC_("STR_IDXEXAMPLE_IDXTXT_HEADING1", "Heading 1") #define STR_IDXEXAMPLE_IDXTXT_ENTRY1 NC_("STR_IDXEXAMPLE_IDXTXT_ENTRY1", "This is the content from the first chapter. This is a user directory entry.") #define STR_IDXEXAMPLE_IDXTXT_HEADING11 NC_("STR_IDXEXAMPLE_IDXTXT_HEADING11", "Heading 1.1") #define STR_IDXEXAMPLE_IDXTXT_ENTRY11 NC_("STR_IDXEXAMPLE_IDXTXT_ENTRY11", "This is the content from chapter 1.1. This is the entry for the table of contents.") #define STR_IDXEXAMPLE_IDXTXT_HEADING12 NC_("STR_IDXEXAMPLE_IDXTXT_HEADING12", "Heading 1.2") #define STR_IDXEXAMPLE_IDXTXT_ENTRY12 NC_("STR_IDXEXAMPLE_IDXTXT_ENTRY12", "This is the content from chapter 1.2. This keyword is a main entry.") #define STR_IDXEXAMPLE_IDXTXT_TABLE1 NC_("STR_IDXEXAMPLE_IDXTXT_TABLE1", "Table 1: This is table 1") #define STR_IDXEXAMPLE_IDXTXT_IMAGE1 NC_("STR_IDXEXAMPLE_IDXTXT_IMAGE1", "Image 1: This is image 1") #define STR_IDXEXAMPLE_IDXMARK_CHAPTER NC_("STR_IDXEXAMPLE_IDXMARK_CHAPTER", "Chapter") #define STR_IDXEXAMPLE_IDXMARK_KEYWORD NC_("STR_IDXEXAMPLE_IDXMARK_KEYWORD", "Keyword") #define STR_IDXEXAMPLE_IDXMARK_USER_DIR_ENTRY NC_("STR_IDXEXAMPLE_IDXMARK_USER_DIR_ENTRY", "User Directory Entry") #define STR_IDXEXAMPLE_IDXMARK_ENTRY NC_("STR_IDXEXAMPLE_IDXMARK_ENTRY", "Entry") #define STR_IDXEXAMPLE_IDXMARK_THIS NC_("STR_IDXEXAMPLE_IDXMARK_THIS", "this") #define STR_IDXEXAMPLE_IDXMARK_PRIMARY_KEY NC_("STR_IDXEXAMPLE_IDXMARK_PRIMARY_KEY", "Primary key") #define STR_IDXEXAMPLE_IDXMARK_SECONDARY_KEY NC_("STR_IDXEXAMPLE_IDXMARK_SECONDARY_KEY", "Secondary key") #define STR_CONTENT_TYPE_SINGLE_OUTLINE NC_("STR_CONTENT_TYPE_SINGLE_OUTLINE", "Heading") #define STR_CONTENT_TYPE_SINGLE_TABLE NC_("STR_CONTENT_TYPE_SINGLE_TABLE", "Table") #define STR_CONTENT_TYPE_SINGLE_FRAME NC_("STR_CONTENT_TYPE_SINGLE_FRAME", "Text frame") #define STR_CONTENT_TYPE_SINGLE_GRAPHIC NC_("STR_CONTENT_TYPE_SINGLE_GRAPHIC", "Image") #define STR_CONTENT_TYPE_SINGLE_OLE NC_("STR_CONTENT_TYPE_SINGLE_OLE", "OLE object") #define STR_CONTENT_TYPE_SINGLE_BOOKMARK NC_("STR_CONTENT_TYPE_SINGLE_BOOKMARK", "Bookmark") #define STR_CONTENT_TYPE_SINGLE_REGION NC_("STR_CONTENT_TYPE_SINGLE_REGION", "Section") #define STR_CONTENT_TYPE_SINGLE_URLFIELD NC_("STR_CONTENT_TYPE_SINGLE_URLFIELD", "Hyperlink") #define STR_CONTENT_TYPE_SINGLE_REFERENCE NC_("STR_CONTENT_TYPE_SINGLE_REFERENCE", "Reference") #define STR_CONTENT_TYPE_SINGLE_INDEX NC_("STR_CONTENT_TYPE_SINGLE_INDEX", "Index") #define STR_CONTENT_TYPE_SINGLE_POSTIT NC_("STR_CONTENT_TYPE_SINGLE_POSTIT", "Comment") #define STR_CONTENT_TYPE_SINGLE_DRAWOBJECT NC_("STR_CONTENT_TYPE_SINGLE_DRAWOBJECT", "Draw object") #define STR_DEFINE_NUMBERFORMAT NC_("STR_DEFINE_NUMBERFORMAT", "Additional formats...") #define RID_STR_SYSTEM NC_("RID_STR_SYSTEM", "[System]") #define STR_MULT_INTERACT_HYPH_WARN NC_("STR_MULT_INTERACT_HYPH_WARN", "The interactive hyphenation is already active\nin a different document") #define STR_HYPH_TITLE NC_("STR_HYPH_TITLE", "Hyphenation") #define STR_HYPH_MISSING NC_("STR_HYPH_MISSING", "Missing hyphenation data") #define STR_HYPH_MISSING_DETAIL NC_("STR_HYPH_MISSING", "Please install the hyphenation package for locale “%1”.") // Undo #define STR_CANT_UNDO NC_("STR_CANT_UNDO", "not possible") #define STR_DELETE_UNDO NC_("STR_DELETE_UNDO", "Delete $1") #define STR_INSERT_UNDO NC_("STR_INSERT_UNDO", "Insert $1") #define STR_OVR_UNDO NC_("STR_OVR_UNDO", "Overwrite: $1") #define STR_SPLITNODE_UNDO NC_("STR_SPLITNODE_UNDO", "New Paragraph") #define STR_MOVE_UNDO NC_("STR_MOVE_UNDO", "Move") #define STR_INSATTR_UNDO NC_("STR_INSATTR_UNDO", "Apply attributes") #define STR_SETFMTCOLL_UNDO NC_("STR_SETFMTCOLL_UNDO", "Apply Styles: $1") #define STR_RESET_ATTR_UNDO NC_("STR_RESET_ATTR_UNDO", "Reset attributes") #define STR_INSFMT_ATTR_UNDO NC_("STR_INSFMT_ATTR_UNDO", "Change style: $1") #define STR_INSERT_DOC_UNDO NC_("STR_INSERT_DOC_UNDO", "Insert file") #define STR_INSERT_GLOSSARY NC_("STR_INSERT_GLOSSARY", "Insert AutoText") #define STR_DELBOOKMARK NC_("STR_DELBOOKMARK", "Delete bookmark: $1") #define STR_INSBOOKMARK NC_("STR_INSBOOKMARK", "Insert bookmark: $1") #define STR_SORT_TBL NC_("STR_SORT_TBL", "Sort table") #define STR_SORT_TXT NC_("STR_SORT_TXT", "Sort text") #define STR_INSTABLE_UNDO NC_("STR_INSTABLE_UNDO", "Insert table: $1$2$3") #define STR_TEXTTOTABLE_UNDO NC_("STR_TEXTTOTABLE_UNDO", "Convert text -> table") #define STR_TABLETOTEXT_UNDO NC_("STR_TABLETOTEXT_UNDO", "Convert table -> text") #define STR_COPY_UNDO NC_("STR_COPY_UNDO", "Copy: $1") #define STR_REPLACE_UNDO NC_("STR_REPLACE_UNDO", "Replace $1 $2 $3") #define STR_INSERT_PAGE_BREAK_UNDO NC_("STR_INSERT_PAGE_BREAK_UNDO", "Insert page break") #define STR_INSERT_COLUMN_BREAK_UNDO NC_("STR_INSERT_COLUMN_BREAK_UNDO", "Insert column break") #define STR_INSERT_ENV_UNDO NC_("STR_INSERT_ENV_UNDO", "Insert Envelope") #define STR_DRAG_AND_COPY NC_("STR_DRAG_AND_COPY", "Copy: $1") #define STR_DRAG_AND_MOVE NC_("STR_DRAG_AND_MOVE", "Move: $1") #define STR_INSERT_CHART NC_("STR_INSERT_CHART", "Insert %PRODUCTNAME Chart") #define STR_INSERTFLY NC_("STR_INSERTFLY", "Insert frame") #define STR_DELETEFLY NC_("STR_DELETEFLY", "Delete frame") #define STR_AUTOFORMAT NC_("STR_AUTOFORMAT", "AutoFormat") #define STR_TABLEHEADLINE NC_("STR_TABLEHEADLINE", "Table heading") #define STR_REPLACE NC_("STR_REPLACE", "Replace: $1 $2 $3") #define STR_INSERTSECTION NC_("STR_INSERTSECTION", "Insert section") #define STR_DELETESECTION NC_("STR_DELETESECTION", "Delete section") #define STR_CHANGESECTION NC_("STR_CHANGESECTION", "Modify section") #define STR_CHANGEDEFATTR NC_("STR_CHANGEDEFATTR", "Modify default values") #define STR_REPLACE_STYLE NC_("STR_REPLACE_STYLE", "Replace style: $1 $2 $3") #define STR_DELETE_PAGE_BREAK NC_("STR_DELETE_PAGE_BREAK", "Delete page break") #define STR_TEXT_CORRECTION NC_("STR_TEXT_CORRECTION", "Text Correction") #define STR_OUTLINE_LR NC_("STR_OUTLINE_LR", "Promote/demote outline") #define STR_OUTLINE_UD NC_("STR_OUTLINE_UD", "Move outline") #define STR_INSNUM NC_("STR_INSNUM", "Insert numbering") #define STR_NUMUP NC_("STR_NUMUP", "Promote level") #define STR_NUMDOWN NC_("STR_NUMDOWN", "Demote level") #define STR_MOVENUM NC_("STR_MOVENUM", "Move paragraphs") #define STR_INSERTDRAW NC_("STR_INSERTDRAW", "Insert drawing object: $1") #define STR_NUMORNONUM NC_("STR_NUMORNONUM", "Number On/Off") #define STR_INC_LEFTMARGIN NC_("STR_INC_LEFTMARGIN", "Increase Indent") #define STR_DEC_LEFTMARGIN NC_("STR_DEC_LEFTMARGIN", "Decrease indent") #define STR_INSERTLABEL NC_("STR_INSERTLABEL", "Insert caption: $1") #define STR_SETNUMRULESTART NC_("STR_SETNUMRULESTART", "Restart numbering") #define STR_CHANGEFTN NC_("STR_CHANGEFTN", "Modify footnote") #define STR_ACCEPT_REDLINE NC_("STR_ACCEPT_REDLINE", "Accept change: $1") #define STR_REJECT_REDLINE NC_("STR_REJECT_REDLINE", "Reject change: $1") #define STR_SPLIT_TABLE NC_("STR_SPLIT_TABLE", "Split Table") #define STR_DONTEXPAND NC_("STR_DONTEXPAND", "Stop attribute") #define STR_AUTOCORRECT NC_("STR_AUTOCORRECT", "AutoCorrect") #define STR_MERGE_TABLE NC_("STR_MERGE_TABLE", "Merge table") #define STR_TRANSLITERATE NC_("STR_TRANSLITERATE", "Change Case") #define STR_DELNUM NC_("STR_DELNUM", "Delete numbering") #define STR_DRAWUNDO NC_("STR_DRAWUNDO", "Drawing objects: $1") #define STR_DRAWGROUP NC_("STR_DRAWGROUP", "Group draw objects") #define STR_DRAWUNGROUP NC_("STR_DRAWUNGROUP", "Ungroup drawing objects") #define STR_DRAWDELETE NC_("STR_DRAWDELETE", "Delete drawing objects") #define STR_REREAD NC_("STR_REREAD", "Replace Image") #define STR_DELGRF NC_("STR_DELGRF", "Delete Image") #define STR_TABLE_ATTR NC_("STR_TABLE_ATTR", "Apply table attributes") #define STR_UNDO_TABLE_AUTOFMT NC_("STR_UNDO_TABLE_AUTOFMT", "AutoFormat Table") #define STR_UNDO_TABLE_INSCOL NC_("STR_UNDO_TABLE_INSCOL", "Insert Column") #define STR_UNDO_TABLE_INSROW NC_("STR_UNDO_TABLE_INSROW", "Insert Row") #define STR_UNDO_TABLE_DELBOX NC_("STR_UNDO_TABLE_DELBOX", "Delete row/column") #define STR_UNDO_COL_DELETE NC_("STR_UNDO_COL_DELETE", "Delete column") #define STR_UNDO_ROW_DELETE NC_("STR_UNDO_ROW_DELETE", "Delete row") #define STR_UNDO_TABLE_SPLIT NC_("STR_UNDO_TABLE_SPLIT", "Split Cells") #define STR_UNDO_TABLE_MERGE NC_("STR_UNDO_TABLE_MERGE", "Merge Cells") #define STR_TABLE_NUMFORMAT NC_("STR_TABLE_NUMFORMAT", "Format cell") #define STR_INSERT_TOX NC_("STR_INSERT_TOX", "Insert index/table") #define STR_CLEAR_TOX_RANGE NC_("STR_CLEAR_TOX_RANGE", "Remove index/table") #define STR_TABLE_TBLCPYTBL NC_("STR_TABLE_TBLCPYTBL", "Copy table") #define STR_TABLE_CPYTBL NC_("STR_TABLE_CPYTBL", "Copy table") #define STR_INS_FROM_SHADOWCRSR NC_("STR_INS_FROM_SHADOWCRSR", "Set cursor") #define STR_UNDO_CHAIN NC_("STR_UNDO_CHAIN", "Link text frames") #define STR_UNDO_UNCHAIN NC_("STR_UNDO_UNCHAIN", "Unlink text frames") #define STR_UNDO_FTNINFO NC_("STR_UNDO_FTNINFO", "Modify footnote options") #define STR_UNDO_COMPAREDOC NC_("STR_UNDO_COMPAREDOC", "Compare Document") #define STR_UNDO_SETFLYFRMFMT NC_("STR_UNDO_SETFLYFRMFMT", "Apply frame style: $1") #define STR_UNDO_SETRUBYATTR NC_("STR_UNDO_SETRUBYATTR", "Ruby Setting") #define STR_INSERT_FOOTNOTE NC_("STR_INSERT_FOOTNOTE", "Insert footnote") #define STR_INSERT_URLBTN NC_("STR_INSERT_URLBTN", "insert URL button") #define STR_INSERT_URLTXT NC_("STR_INSERT_URLTXT", "Insert Hyperlink") #define STR_DELETE_INVISIBLECNTNT NC_("STR_DELETE_INVISIBLECNTNT", "remove invisible content") #define STR_TOXCHANGE NC_("STR_TOXCHANGE", "Table/index changed") #define STR_START_QUOTE NC_("STR_START_QUOTE", "“") #define STR_END_QUOTE NC_("STR_END_QUOTE", "”") #define STR_LDOTS NC_("STR_LDOTS", "...") #define STR_MULTISEL NC_("STR_MULTISEL", "multiple selection") #define STR_TYPING_UNDO NC_("STR_TYPING_UNDO", "Typing: $1") #define STR_PASTE_CLIPBOARD_UNDO NC_("STR_PASTE_CLIPBOARD_UNDO", "Paste clipboard") #define STR_YIELDS NC_("STR_YIELDS", "→") #define STR_OCCURRENCES_OF NC_("STR_OCCURRENCES_OF", "occurrences of") #define STR_UNDO_TABS NNC_("STR_UNDO_TABS", "One tab", "$1 tabs") #define STR_UNDO_NLS NNC_("STR_UNDO_NLS", "One line break","$1 line breaks") #define STR_UNDO_PAGEBREAKS NC_("STR_UNDO_PAGEBREAKS", "page break") #define STR_UNDO_COLBRKS NC_("STR_UNDO_COLBRKS", "column break") #define STR_UNDO_REDLINE_INSERT NC_("STR_UNDO_REDLINE_INSERT", "Insert $1") #define STR_UNDO_REDLINE_DELETE NC_("STR_UNDO_REDLINE_DELETE", "Delete $1") #define STR_UNDO_REDLINE_FORMAT NC_("STR_UNDO_REDLINE_FORMAT", "Attributes changed") #define STR_UNDO_REDLINE_TABLE NC_("STR_UNDO_REDLINE_TABLE", "Table changed") #define STR_UNDO_REDLINE_FMTCOLL NC_("STR_UNDO_REDLINE_FMTCOLL", "Style changed") #define STR_UNDO_REDLINE_PARAGRAPH_FORMAT NC_("STR_UNDO_REDLINE_PARAGRAPH_FORMAT", "Paragraph formatting changed") #define STR_UNDO_REDLINE_TABLE_ROW_INSERT NC_("STR_UNDO_REDLINE_TABLE_ROW_INSERT", "Insert Row") #define STR_UNDO_REDLINE_TABLE_ROW_DELETE NC_("STR_UNDO_REDLINE_TABLE_ROW_DELETE", "Delete Row") #define STR_UNDO_REDLINE_TABLE_CELL_INSERT NC_("STR_UNDO_REDLINE_TABLE_CELL_INSERT", "Insert Cell") #define STR_UNDO_REDLINE_TABLE_CELL_DELETE NC_("STR_UNDO_REDLINE_TABLE_CELL_DELETE", "Delete Cell") #define STR_N_REDLINES NC_("STR_N_REDLINES", "$1 changes") #define STR_UNDO_PAGEDESC NC_("STR_UNDO_PAGEDESC", "Change page style: $1") #define STR_UNDO_PAGEDESC_CREATE NC_("STR_UNDO_PAGEDESC_CREATE", "Create page style: $1") #define STR_UNDO_PAGEDESC_DELETE NC_("STR_UNDO_PAGEDESC_DELETE", "Delete page style: $1") #define STR_UNDO_PAGEDESC_RENAME NC_("STR_UNDO_PAGEDESC_RENAME", "Rename page style: $1 $2 $3") #define STR_UNDO_HEADER_FOOTER NC_("STR_UNDO_HEADER_FOOTER", "Header/footer changed") #define STR_UNDO_FIELD NC_("STR_UNDO_FIELD", "Field changed") #define STR_UNDO_TXTFMTCOL_CREATE NC_("STR_UNDO_TXTFMTCOL_CREATE", "Create paragraph style: $1") #define STR_UNDO_TXTFMTCOL_DELETE NC_("STR_UNDO_TXTFMTCOL_DELETE", "Delete paragraph style: $1") #define STR_UNDO_TXTFMTCOL_RENAME NC_("STR_UNDO_TXTFMTCOL_RENAME", "Rename paragraph style: $1 $2 $3") #define STR_UNDO_CHARFMT_CREATE NC_("STR_UNDO_CHARFMT_CREATE", "Create character style: $1") #define STR_UNDO_CHARFMT_DELETE NC_("STR_UNDO_CHARFMT_DELETE", "Delete character style: $1") #define STR_UNDO_CHARFMT_RENAME NC_("STR_UNDO_CHARFMT_RENAME", "Rename character style: $1 $2 $3") #define STR_UNDO_FRMFMT_CREATE NC_("STR_UNDO_FRMFMT_CREATE", "Create frame style: $1") #define STR_UNDO_FRMFMT_DELETE NC_("STR_UNDO_FRMFMT_DELETE", "Delete frame style: $1") #define STR_UNDO_FRMFMT_RENAME NC_("STR_UNDO_FRMFMT_RENAME", "Rename frame style: $1 $2 $3") #define STR_UNDO_NUMRULE_CREATE NC_("STR_UNDO_NUMRULE_CREATE", "Create numbering style: $1") #define STR_UNDO_NUMRULE_DELETE NC_("STR_UNDO_NUMRULE_DELETE", "Delete numbering style: $1") #define STR_UNDO_NUMRULE_RENAME NC_("STR_UNDO_NUMRULE_RENAME", "Rename numbering style: $1 $2 $3") #define STR_UNDO_BOOKMARK_RENAME NC_("STR_UNDO_BOOKMARK_RENAME", "Rename bookmark: $1 $2 $3") #define STR_UNDO_INDEX_ENTRY_INSERT NC_("STR_UNDO_INDEX_ENTRY_INSERT", "Insert index entry") #define STR_UNDO_INDEX_ENTRY_DELETE NC_("STR_UNDO_INDEX_ENTRY_DELETE", "Delete index entry") #define STR_FIELD NC_("STR_FIELD", "field") #define STR_UNDO_INSERT_TEXTBOX NC_("STR_UNDO_INSERT_TEXTBOX", "text box") /*undo: STR_PARAGRAPHS, string.text*/ #define STR_PARAGRAPHS NC_("STR_PARAGRAPHS", "Paragraphs") #define STR_FRAME NC_("STR_FRAME", "frame") #define STR_OLE NC_("STR_OLE", "OLE-object") #define STR_MATH_FORMULA NC_("STR_MATH_FORMULA", "formula") #define STR_CHART NC_("STR_CHART", "chart") #define STR_NOTE NC_("STR_NOTE", "comment") #define STR_REFERENCE NC_("STR_REFERENCE", "cross-reference") #define STR_SCRIPT NC_("STR_SCRIPT", "script") #define STR_AUTHORITY_ENTRY NC_("STR_AUTHORITY_ENTRY", "bibliography entry") #define STR_SPECIALCHAR NC_("STR_SPECIALCHAR", "special character") #define STR_FOOTNOTE NC_("STR_FOOTNOTE", "footnote") #define STR_GRAPHIC NC_("STR_GRAPHIC", "image") #define STR_DRAWING_OBJECTS NC_("STR_DRAWING_OBJECTS", "drawing object(s)") #define STR_TABLE_NAME NC_("STR_TABLE_NAME", "table: $1$2$3") #define STR_CHAPTERS NNC_("STR_CHAPTERS", "chapter", "chapters") #define STR_PARAGRAPH_UNDO NC_("STR_PARAGRAPH_UNDO", "paragraph") #define STR_PARAGRAPH_SIGN_UNDO NC_("STR_PARAGRAPH_SIGN_UNDO", "Paragraph sign") #define STR_UNDO_FLYFRMFMT_TITLE NC_("STR_UNDO_FLYFRMFMT_TITLE", "Change object title of $1") #define STR_UNDO_FLYFRMFMT_DESCRIPTION NC_("STR_UNDO_FLYFRMFMT_DESCRIPTION", "Change object description of $1") #define STR_UNDO_TBLSTYLE_CREATE NC_("STR_UNDO_TBLSTYLE_CREATE", "Create table style: $1") #define STR_UNDO_TBLSTYLE_DELETE NC_("STR_UNDO_TBLSTYLE_DELETE", "Delete table style: $1") #define STR_UNDO_TBLSTYLE_UPDATE NC_("STR_UNDO_TBLSTYLE_UPDATE", "Update table style: $1") #define STR_UNDO_TABLE_DELETE NC_("STR_UNDO_TABLE_DELETE", "Delete table") #define STR_UNDO_INSERT_FORM_FIELD NC_("STR_UNDO_INSERT_FORM_FIELD", "Insert form field") #define STR_DROP_DOWN_FIELD_ITEM_LIMIT NC_("STR_DROP_DOWN_FIELD_ITEM_LIMIT", "You can specify maximum of 25 items for a drop-down form field.") #define STR_ACCESS_DOC_NAME NC_("STR_ACCESS_DOC_NAME", "Document view") #define STR_ACCESS_DOC_DESC NC_("STR_ACCESS_DOC_DESC", "Document view") #define STR_ACCESS_HEADER_NAME NC_("STR_ACCESS_HEADER_NAME", "Header $(ARG1)") #define STR_ACCESS_HEADER_DESC NC_("STR_ACCESS_HEADER_DESC", "Header page $(ARG1)") #define STR_ACCESS_FOOTER_NAME NC_("STR_ACCESS_FOOTER_NAME", "Footer $(ARG1)") #define STR_ACCESS_FOOTER_DESC NC_("STR_ACCESS_FOOTER_DESC", "Footer page $(ARG1)") #define STR_ACCESS_FOOTNOTE_NAME NC_("STR_ACCESS_FOOTNOTE_NAME", "Footnote $(ARG1)") #define STR_ACCESS_FOOTNOTE_DESC NC_("STR_ACCESS_FOOTNOTE_DESC", "Footnote $(ARG1)") #define STR_ACCESS_ENDNOTE_NAME NC_("STR_ACCESS_ENDNOTE_NAME", "Endnote $(ARG1)") #define STR_ACCESS_ENDNOTE_DESC NC_("STR_ACCESS_ENDNOTE_DESC", "Endnote $(ARG1)") #define STR_ACCESS_TABLE_DESC NC_("STR_ACCESS_TABLE_DESC", "$(ARG1) on page $(ARG2)") #define STR_ACCESS_PAGE_NAME NC_("STR_ACCESS_PAGE_NAME", "Page $(ARG1)") #define STR_ACCESS_PAGE_DESC NC_("STR_ACCESS_PAGE_DESC", "Page: $(ARG1)") #define STR_ACCESS_ANNOTATION_AUTHOR_NAME NC_("STR_ACCESS_ANNOTATION_AUTHOR_NAME", "Author") #define STR_ACCESS_ANNOTATION_DATE_NAME NC_("STR_ACCESS_ANNOTATION_DATE_NAME", "Date") #define STR_ACCESS_ANNOTATION_RESOLVED_NAME NC_("STR_ACCESS_ANNOTATION_RESOLVED_NAME", "Resolved") #define STR_ACCESS_ANNOTATION_BUTTON_NAME NC_("STR_ACCESS_ANNOTATION_BUTTON_NAME", "Actions") #define STR_ACCESS_ANNOTATION_BUTTON_DESC NC_("STR_ACCESS_ANNOTATION_BUTTON_DESC", "Activate this button to open a list of actions which can be performed on this comment and other comments") #define STR_ACCESS_PREVIEW_DOC_NAME NC_("STR_ACCESS_PREVIEW_DOC_NAME", "Document preview") #define STR_ACCESS_PREVIEW_DOC_SUFFIX NC_("STR_ACCESS_PREVIEW_DOC_SUFFIX", "(Preview mode)") #define STR_ACCESS_DOC_WORDPROCESSING NC_("STR_ACCESS_DOC_WORDPROCESSING", "%PRODUCTNAME Document") #define STR_COMCORE_READERROR NC_("STR_COMCORE_READERROR", "Read Error") #define STR_COMCORE_CANT_SHOW NC_("STR_COMCORE_CANT_SHOW", "Image cannot be displayed.") #define STR_ERROR_CLPBRD_READ NC_("STR_ERROR_CLPBRD_READ", "Error reading from the clipboard.") #define STR_COLUMN_BREAK NC_("STR_COLUMN_BREAK", "Manual Column Break") #define STR_CHART2_ROW_LABEL_TEXT NC_("STR_CHART2_ROW_LABEL_TEXT", "Row %ROWNUMBER") #define STR_CHART2_COL_LABEL_TEXT NC_("STR_CHART2_COL_LABEL_TEXT", "Column %COLUMNLETTER") #define STR_STYLE_FAMILY_CHARACTER NC_("STR_STYLE_FAMILY_CHARACTER", "Character") #define STR_STYLE_FAMILY_PARAGRAPH NC_("STR_STYLE_FAMILY_PARAGRAPH", "Paragraph") #define STR_STYLE_FAMILY_FRAME NC_("STR_STYLE_FAMILY_FRAME", "Frame") #define STR_STYLE_FAMILY_PAGE NC_("STR_STYLE_FAMILY_PAGE", "Pages") #define STR_STYLE_FAMILY_NUMBERING NC_("STR_STYLE_FAMILY_NUMBERING", "Numbering") #define STR_STYLE_FAMILY_TABLE NC_("STR_STYLE_FAMILY_TABLE", "Table") #define STR_STYLE_FAMILY_CELL NC_("STR_STYLE_FAMILY_CELL", "Cell") #define ST_SCRIPT_ASIAN NC_("ST_SCRIPT_ASIAN", "Asian") #define ST_SCRIPT_CTL NC_("ST_SCRIPT_CTL", "CTL") #define ST_SCRIPT_WESTERN NC_("ST_SCRIPT_WESTERN", "Western") #define STR_PRINTOPTUI_PRODUCTNAME NC_("STR_PRINTOPTUI_PRODUCTNAME", "%PRODUCTNAME %s") #define STR_PRINTOPTUI_CONTENTS NC_("STR_PRINTOPTUI_CONTENTS", "Contents") #define STR_PRINTOPTUI_PAGE_BACKGROUND NC_("STR_PRINTOPTUI_PAGE_BACKGROUND", "Page ba~ckground") #define STR_PRINTOPTUI_PICTURES NC_("STR_PRINTOPTUI_PICTURES", "~Images and other graphic objects") #define STR_PRINTOPTUI_HIDDEN NC_("STR_PRINTOPTUI_HIDDEN", "Hidden te~xt") #define STR_PRINTOPTUI_TEXT_PLACEHOLDERS NC_("STR_PRINTOPTUI_TEXT_PLACEHOLDERS", "~Text placeholders") #define STR_PRINTOPTUI_FORM_CONTROLS NC_("STR_PRINTOPTUI_FORM_CONTROLS", "Form control~s") #define STR_PRINTOPTUI_COLOR NC_("STR_PRINTOPTUI_COLOR", "Color") #define STR_PRINTOPTUI_PRINT_BLACK NC_("STR_PRINTOPTUI_PRINT_BLACK", "Print text in blac~k") #define STR_PRINTOPTUI_PAGES_TEXT NC_("STR_PRINTOPTUI_PAGES_TEXT", "Pages:") #define STR_PRINTOPTUI_PRINT_BLANK NC_("STR_PRINTOPTUI_PRINT_BLANK", "Print ~automatically inserted blank pages") #define STR_PRINTOPTUI_ONLY_PAPER NC_("STR_PRINTOPTUI_ONLY_PAPER", "~Use only paper tray from printer preferences") #define STR_PRINTOPTUI_NONE NC_("STR_PRINTOPTUI_NONE", "None (document only)") #define STR_PRINTOPTUI_COMMENTS_ONLY NC_("STR_PRINTOPTUI_COMMENTS_ONLY", "Comments only") #define STR_PRINTOPTUI_PLACE_END NC_("STR_PRINTOPTUI_PLACE_END", "Place at end of document") #define STR_PRINTOPTUI_PLACE_PAGE NC_("STR_PRINTOPTUI_PLACE_PAGE", "Place at end of page") #define STR_PRINTOPTUI_COMMENTS NC_("STR_PRINTOPTUI_COMMENTS", "~Comments") #define STR_PRINTOPTUI_BROCHURE NC_("STR_PRINTOPTUI_BROCHURE", "Broch~ure") #define STR_PRINTOPTUI_LEFT_SCRIPT NC_("STR_PRINTOPTUI_LEFT_SCRIPT", "Left-to-right script") #define STR_PRINTOPTUI_RIGHT_SCRIPT NC_("STR_PRINTOPTUI_RIGHT_SCRIPT", "Right-to-left script") #define STR_PRINTOPTUI_PRINTALLPAGES NC_("STR_PRINTOPTUI_PRINTALLPAGES", "~All Pages") #define STR_PRINTOPTUI_PRINTPAGES NC_("STR_PRINTOPTUI_PRINTPAGES", "Pa~ges:") #define STR_PRINTOPTUI_PRINTEVENPAGES NC_("STR_PRINTOPTUI_PRINTEVENPAGES", "~Even pages") #define STR_PRINTOPTUI_PRINTODDPAGES NC_("STR_PRINTOPTUI_PRINTODDPAGES", "~Odd pages") #define STR_PRINTOPTUI_PRINTSELECTION NC_("STR_PRINTOPTUI_PRINTSELECTION", "~Selection") #define STR_PRINTOPTUI_PLACE_MARGINS NC_("STR_PRINTOPTUI_PLACE_MARGINS", "Place in margins") #define STR_FORMULA_CALC NC_("STR_FORMULA_CALC", "Functions") #define STR_FORMULA_CANCEL NC_("STR_FORMULA_CANCEL", "Cancel") #define STR_FORMULA_APPLY NC_("STR_FORMULA_APPLY", "Apply") #define STR_ACCESS_FORMULA_TOOLBAR NC_("STR_ACCESS_FORMULA_TOOLBAR", "Formula Tool Bar") #define STR_ACCESS_FORMULA_TYPE NC_("STR_ACCESS_FORMULA_TYPE", "Formula Type") #define STR_ACCESS_FORMULA_TEXT NC_("STR_ACCESS_FORMULA_TEXT", "Formula Text") #define STR_ACCESS_TL_GLOBAL NC_("STR_ACCESS_TL_GLOBAL", "Global View") #define STR_ACCESS_TL_CONTENT NC_("STR_ACCESS_TL_CONTENT", "Content Navigation View") #define STR_OUTLINE_LEVEL NC_("STR_OUTLINE_LEVEL", "Outline Level") #define STR_DRAGMODE NC_("STR_DRAGMODE", "Drag Mode") #define STR_SEND_OUTLINE_TO_CLIPBOARD_ENTRY NC_("STR_SEND_OUTLINE_TO_CLIPBOARD_ENTRY", "Send Outline to Clipboard") #define STR_OUTLINE_TRACKING NC_("STR_OUTLINE_TRACKING", "Outline Tracking") #define STR_OUTLINE_TRACKING_DEFAULT NC_("STR_OUTLINE_TRACKING_DEFAULT", "Default") #define STR_OUTLINE_TRACKING_FOCUS NC_("STR_OUTLINE_TRACKING_FOCUS", "Focus") #define STR_OUTLINE_TRACKING_OFF NC_("STR_OUTLINE_TRACKING_OFF", "Off") #define STR_OUTLINE_CONTENT_TOGGLE_VISIBILITY NC_("STR_OUTLINE_CONTENT_TOGGLE_VISIBILITY", "Click to toggle content visibility") #define STR_OUTLINE_CONTENT_TOGGLE_VISIBILITY_EXT NC_("STR_OUTLINE_CONTENT_TOGGLE_VISIBILITY_EXT", "right-click to include sub levels") #define STR_CLICK_OUTLINE_CONTENT_TOGGLE_VISIBILITY NC_("STR_CLICK_OUTLINE_CONTENT_TOGGLE_VISIBILITY", "Click to toggle content visibility") #define STR_CLICK_OUTLINE_CONTENT_TOGGLE_VISIBILITY_EXT NC_("STR_CLICK_OUTLINE_CONTENT_TOGGLE_VISIBILITY_EXT", "right-click to include sub levels") #define STR_OUTLINE_CONTENT_VISIBILITY NC_("STR_OUTLINE_CONTENT", "Outline Content Visibility") #define STR_OUTLINE_CONTENT_VISIBILITY_TOGGLE NC_("STR_OUTLINE_CONTENT_VISIBILITY_TOGGLE", "Toggle") #define STR_OUTLINE_CONTENT_VISIBILITY_SHOW_ALL NC_("STR_OUTLINE_CONTENT_VISIBILITY_SHOW_ALL", "Show All") #define STR_OUTLINE_CONTENT_VISIBILITY_HIDE_ALL NC_("STR_OUTLINE_CONTENT_VISIBILITY_HIDE_ALL", "Hide All") #define STR_EXPANDALL NC_("STR_EXPANDALL", "Expand All") #define STR_COLLAPSEALL NC_("STR_COLLAPSEALL", "Collapse All") #define STR_HYPERLINK NC_("STR_HYPERLINK", "Insert as Hyperlink") #define STR_LINK_REGION NC_("STR_LINK_REGION", "Insert as Link") #define STR_COPY_REGION NC_("STR_COPY_REGION", "Insert as Copy") #define STR_DISPLAY NC_("STR_DISPLAY", "Display") #define STR_ACTIVE_VIEW NC_("STR_ACTIVE_VIEW", "Active Window") #define STR_HIDDEN NC_("STR_HIDDEN", "hidden") #define STR_ACTIVE NC_("STR_ACTIVE", "active") #define STR_INACTIVE NC_("STR_INACTIVE", "inactive") #define STR_EDIT_ENTRY NC_("STR_EDIT_ENTRY", "Edit...") #define STR_UPDATE NC_("STR_UPDATE", "~Update") #define STR_EDIT_CONTENT NC_("STR_EDIT_CONTENT", "Edit") #define STR_EDIT_LINK NC_("STR_EDIT_LINK", "Edit link") #define STR_EDIT_INSERT NC_("STR_EDIT_INSERT", "Insert") #define STR_INDEX NC_("STR_INDEX", "~Index") #define STR_FILE NC_("STR_FILE", "File") #define STR_NEW_FILE NC_("STR_NEW_FILE", "New Document") #define STR_INSERT_TEXT NC_("STR_INSERT_TEXT", "Text") #define STR_DELETE NC_("STR_DELETE", "Delete") #define STR_DELETE_ENTRY NC_("STR_DELETE_ENTRY", "~Delete") #define STR_UPDATE_SEL NC_("STR_UPDATE_SEL", "Selection") #define STR_UPDATE_INDEX NC_("STR_UPDATE_INDEX", "Indexes") #define STR_UPDATE_LINK NC_("STR_UPDATE_LINK", "Links") #define STR_UPDATE_ALL NC_("STR_UPDATE_ALL", "All") #define STR_INVISIBLE NC_("STR_INVISIBLE", "hidden") #define STR_BROKEN_LINK NC_("STR_BROKEN_LINK", "File not found: ") #define STR_RESOLVED NC_("STR_RESOLVED", "RESOLVED") #define STR_MARGIN_TOOLTIP_LEFT NC_("STR_MARGIN_TOOLTIP_LEFT", "Left: ") #define STR_MARGIN_TOOLTIP_RIGHT NC_("STR_MARGIN_TOOLTIP_RIGHT", ". Right: ") #define STR_MARGIN_TOOLTIP_INNER NC_("STR_MARGIN_TOOLTIP_INNER", "Inner: ") #define STR_MARGIN_TOOLTIP_OUTER NC_("STR_MARGIN_TOOLTIP_OUTER", ". Outer: ") #define STR_MARGIN_TOOLTIP_TOP NC_("STR_MARGIN_TOOLTIP_TOP", ". Top: ") #define STR_MARGIN_TOOLTIP_BOT NC_("STR_MARGIN_TOOLTIP_BOT", ". Bottom: ") // Error calculator #define STR_POSTIT_PAGE NC_("STR_POSTIT_PAGE", "Page") #define STR_POSTIT_LINE NC_("STR_POSTIT_LINE", "Line") #define STR_POSTIT_AUTHOR NC_("STR_POSTIT_AUTHOR", "Author") #define STR_CALC_SYNTAX NC_("STR_CALC_SYNTAX", "** Syntax Error **") #define STR_CALC_ZERODIV NC_("STR_CALC_ZERODIV", "** Division by zero **") #define STR_CALC_BRACK NC_("STR_CALC_BRACK", "** Wrong use of brackets **") #define STR_CALC_POW NC_("STR_CALC_POW", "** Square function overflow **") #define STR_CALC_OVERFLOW NC_("STR_CALC_OVERFLOW", "** Overflow **") #define STR_CALC_DEFAULT NC_("STR_CALC_DEFAULT", "** Error **") #define STR_CALC_ERROR NC_("STR_CALC_ERROR", "** Expression is faulty **") #define STR_GETREFFLD_REFITEMNOTFOUND NC_("STR_GETREFFLD_REFITEMNOTFOUND", "Error: Reference source not found") #define STR_TEMPLATE_NONE NC_("STR_TEMPLATE_NONE", "None") #define STR_FIELD_FIXED NC_("STR_FIELD_FIXED", "(fixed)") #define STR_DURATION_FORMAT NC_("STR_DURATION_FORMAT", " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6") #define STR_TOI NC_("STR_TOI", "Alphabetical Index") #define STR_TOU NC_("STR_TOU", "User-Defined") #define STR_TOC NC_("STR_TOC", "Table of Contents") #define STR_TOX_AUTH NC_("STR_TOX_AUTH", "Bibliography") #define STR_TOX_CITATION NC_("STR_TOX_CITATION", "Citation") #define STR_TOX_TBL NC_("STR_TOX_TBL", "Index of Tables") #define STR_TOX_OBJ NC_("STR_TOX_OBJ", "Table of Objects") #define STR_TOX_ILL NC_("STR_TOX_ILL", "Table of Figures") // SubType DocInfo #define FLD_DOCINFO_TITLE NC_("FLD_DOCINFO_TITEL", "Title") #define FLD_DOCINFO_SUBJECT NC_("FLD_DOCINFO_THEMA", "Subject") #define FLD_DOCINFO_KEYS NC_("FLD_DOCINFO_KEYS", "Keywords") #define FLD_DOCINFO_COMMENT NC_("FLD_DOCINFO_COMMENT", "Comments") #define FLD_DOCINFO_CREATE NC_("FLD_DOCINFO_CREATE", "Created") #define FLD_DOCINFO_CHANGE NC_("FLD_DOCINFO_CHANGE", "Modified") #define FLD_DOCINFO_PRINT NC_("FLD_DOCINFO_PRINT", "Last printed") #define FLD_DOCINFO_DOCNO NC_("FLD_DOCINFO_DOCNO", "Revision number") #define FLD_DOCINFO_EDIT NC_("FLD_DOCINFO_EDIT", "Total editing time") #define STR_PAGEDESC_NAME NC_("STR_PAGEDESC_NAME", "Convert $(ARG1)") #define STR_PAGEDESC_FIRSTNAME NC_("STR_PAGEDESC_FIRSTNAME", "First convert $(ARG1)") #define STR_PAGEDESC_FOLLOWNAME NC_("STR_PAGEDESC_FOLLOWNAME", "Next convert $(ARG1)") #define STR_AUTH_TYPE_ARTICLE NC_("STR_AUTH_TYPE_ARTICLE", "Article") #define STR_AUTH_TYPE_BOOK NC_("STR_AUTH_TYPE_BOOK", "Book") #define STR_AUTH_TYPE_BOOKLET NC_("STR_AUTH_TYPE_BOOKLET", "Brochures") #define STR_AUTH_TYPE_CONFERENCE NC_("STR_AUTH_TYPE_CONFERENCE", "Conference proceedings") #define STR_AUTH_TYPE_INBOOK NC_("STR_AUTH_TYPE_INBOOK", "Book excerpt") #define STR_AUTH_TYPE_INCOLLECTION NC_("STR_AUTH_TYPE_INCOLLECTION", "Book excerpt with title") #define STR_AUTH_TYPE_INPROCEEDINGS NC_("STR_AUTH_TYPE_INPROCEEDINGS", "Conference proceedings") #define STR_AUTH_TYPE_JOURNAL NC_("STR_AUTH_TYPE_JOURNAL", "Journal") #define STR_AUTH_TYPE_MANUAL NC_("STR_AUTH_TYPE_MANUAL", "Techn. documentation") #define STR_AUTH_TYPE_MASTERSTHESIS NC_("STR_AUTH_TYPE_MASTERSTHESIS", "Thesis") #define STR_AUTH_TYPE_MISC NC_("STR_AUTH_TYPE_MISC", "Miscellaneous") #define STR_AUTH_TYPE_PHDTHESIS NC_("STR_AUTH_TYPE_PHDTHESIS", "Dissertation") #define STR_AUTH_TYPE_PROCEEDINGS NC_("STR_AUTH_TYPE_PROCEEDINGS", "Conference proceedings") #define STR_AUTH_TYPE_TECHREPORT NC_("STR_AUTH_TYPE_TECHREPORT", "Research report") #define STR_AUTH_TYPE_UNPUBLISHED NC_("STR_AUTH_TYPE_UNPUBLISHED", "Unpublished") #define STR_AUTH_TYPE_EMAIL NC_("STR_AUTH_TYPE_EMAIL", "Email") #define STR_AUTH_TYPE_WWW NC_("STR_AUTH_TYPE_WWW", "WWW document") #define STR_AUTH_TYPE_CUSTOM1 NC_("STR_AUTH_TYPE_CUSTOM1", "User-defined1") #define STR_AUTH_TYPE_CUSTOM2 NC_("STR_AUTH_TYPE_CUSTOM2", "User-defined2") #define STR_AUTH_TYPE_CUSTOM3 NC_("STR_AUTH_TYPE_CUSTOM3", "User-defined3") #define STR_AUTH_TYPE_CUSTOM4 NC_("STR_AUTH_TYPE_CUSTOM4", "User-defined4") #define STR_AUTH_TYPE_CUSTOM5 NC_("STR_AUTH_TYPE_CUSTOM5", "User-defined5") #define STR_AUTH_FIELD_IDENTIFIER NC_("STR_AUTH_FIELD_IDENTIFIER", "Short name") #define STR_AUTH_FIELD_AUTHORITY_TYPE NC_("STR_AUTH_FIELD_AUTHORITY_TYPE", "Type") #define STR_AUTH_FIELD_ADDRESS NC_("STR_AUTH_FIELD_ADDRESS", "Address") #define STR_AUTH_FIELD_ANNOTE NC_("STR_AUTH_FIELD_ANNOTE", "Annotation") #define STR_AUTH_FIELD_AUTHOR NC_("STR_AUTH_FIELD_AUTHOR", "Author(s)") #define STR_AUTH_FIELD_BOOKTITLE NC_("STR_AUTH_FIELD_BOOKTITLE", "Book title") #define STR_AUTH_FIELD_CHAPTER NC_("STR_AUTH_FIELD_CHAPTER", "Chapter") #define STR_AUTH_FIELD_EDITION NC_("STR_AUTH_FIELD_EDITION", "Edition") #define STR_AUTH_FIELD_EDITOR NC_("STR_AUTH_FIELD_EDITOR", "Editor") #define STR_AUTH_FIELD_HOWPUBLISHED NC_("STR_AUTH_FIELD_HOWPUBLISHED", "Publication type") #define STR_AUTH_FIELD_INSTITUTION NC_("STR_AUTH_FIELD_INSTITUTION", "Institution") #define STR_AUTH_FIELD_JOURNAL NC_("STR_AUTH_FIELD_JOURNAL", "Journal") #define STR_AUTH_FIELD_MONTH NC_("STR_AUTH_FIELD_MONTH", "Month") #define STR_AUTH_FIELD_NOTE NC_("STR_AUTH_FIELD_NOTE", "Note") #define STR_AUTH_FIELD_NUMBER NC_("STR_AUTH_FIELD_NUMBER", "Number") #define STR_AUTH_FIELD_ORGANIZATIONS NC_("STR_AUTH_FIELD_ORGANIZATIONS", "Organization") #define STR_AUTH_FIELD_PAGES NC_("STR_AUTH_FIELD_PAGES", "Page(s)") #define STR_AUTH_FIELD_PUBLISHER NC_("STR_AUTH_FIELD_PUBLISHER", "Publisher") #define STR_AUTH_FIELD_SCHOOL NC_("STR_AUTH_FIELD_SCHOOL", "University") #define STR_AUTH_FIELD_SERIES NC_("STR_AUTH_FIELD_SERIES", "Series") #define STR_AUTH_FIELD_TITLE NC_("STR_AUTH_FIELD_TITLE", "Title") #define STR_AUTH_FIELD_TYPE NC_("STR_AUTH_FIELD_TYPE", "Type of report") #define STR_AUTH_FIELD_VOLUME NC_("STR_AUTH_FIELD_VOLUME", "Volume") #define STR_AUTH_FIELD_YEAR NC_("STR_AUTH_FIELD_YEAR", "Year") #define STR_AUTH_FIELD_URL NC_("STR_AUTH_FIELD_URL", "URL") #define STR_AUTH_FIELD_CUSTOM1 NC_("STR_AUTH_FIELD_CUSTOM1", "User-defined1") #define STR_AUTH_FIELD_CUSTOM2 NC_("STR_AUTH_FIELD_CUSTOM2", "User-defined2") #define STR_AUTH_FIELD_CUSTOM3 NC_("STR_AUTH_FIELD_CUSTOM3", "User-defined3") #define STR_AUTH_FIELD_CUSTOM4 NC_("STR_AUTH_FIELD_CUSTOM4", "User-defined4") #define STR_AUTH_FIELD_CUSTOM5 NC_("STR_AUTH_FIELD_CUSTOM5", "User-defined5") #define STR_AUTH_FIELD_ISBN NC_("STR_AUTH_FIELD_ISBN", "ISBN") #define STR_IDXMRK_EDIT NC_("STR_IDXMRK_EDIT", "Edit Index Entry") #define STR_IDXMRK_INSERT NC_("STR_IDXMRK_INSERT", "Insert Index Entry") #define STR_QUERY_CHANGE_AUTH_ENTRY NC_("STR_QUERY_CHANGE_AUTH_ENTRY", "The document already contains the bibliography entry but with different data. Do you want to adjust the existing entries?") #define STR_COMMENTS_LABEL NC_("STR_COMMENTS_LABEL", "Comments") #define STR_SHOW_COMMENTS NC_("STR_SHOW_COMMENTS", "Show comments") #define STR_HIDE_COMMENTS NC_("STR_HIDE_COMMENTS", "Hide comments") #define STR_DOUBLE_SHORTNAME NC_("STR_DOUBLE_SHORTNAME", "Shortcut name already exists. Please choose another name.") #define STR_QUERY_DELETE NC_("STR_QUERY_DELETE", "Delete AutoText?") #define STR_QUERY_DELETE_GROUP1 NC_("STR_QUERY_DELETE_GROUP1", "Delete the category ") #define STR_QUERY_DELETE_GROUP2 NC_("STR_QUERY_DELETE_GROUP2", "?") #define STR_GLOSSARY NC_("STR_GLOSSARY", "AutoText :") #define STR_SAVE_GLOSSARY NC_("STR_SAVE_GLOSSARY", "Save AutoText") #define STR_NO_GLOSSARIES NC_("STR_NO_GLOSSARIES", "There is no AutoText in this file.") #define STR_MY_AUTOTEXT NC_("STR_MY_AUTOTEXT", "My AutoText") #define STR_NOGLOS NC_("STR_NOGLOS", "AutoText for Shortcut '%1' not found.") #define STR_NO_TABLE NC_("STR_NO_TABLE", "A table with no rows or no cells cannot be inserted") #define STR_TABLE_TOO_LARGE NC_("STR_TABLE_TOO_LARGE", "The table cannot be inserted because it is too large") #define STR_ERR_INSERT_GLOS NC_("STR_ERR_INSERT_GLOS", "AutoText could not be created.") #define STR_CLPBRD_FORMAT_ERROR NC_("STR_CLPBRD_FORMAT_ERROR", "Requested clipboard format is not available.") #define STR_PRIVATETEXT NC_("STR_PRIVATETEXT", "%PRODUCTNAME %PRODUCTVERSION Text Document") #define STR_PRIVATEGRAPHIC NC_("STR_PRIVATEGRAPHIC", "Image (%PRODUCTNAME %PRODUCTVERSION Text Document)") #define STR_PRIVATEOLE NC_("STR_PRIVATEOLE", "Object (%PRODUCTNAME %PRODUCTVERSION Text Document)") #define STR_DDEFORMAT NC_("STR_DDEFORMAT", "Dynamic Data Exchange (DDE link)") #define STR_DELETE_ALL_NOTES NC_("STR_DELETE_ALL_NOTES", "All Comments") #define STR_FORMAT_ALL_NOTES NC_("STR_FORMAT_ALL_NOTES", "All Comments") #define STR_DELETE_AUTHOR_NOTES NC_("STR_DELETE_AUTHOR_NOTES", "Comments by ") #define STR_NODATE NC_("STR_NODATE", "(no date)") #define STR_NOAUTHOR NC_("STR_NOAUTHOR", "(no author)") #define STR_REPLY NC_("STR_REPLY", "Reply to $1") #define ST_TITLE_EDIT NC_("ST_TITLE_EDIT", "Edit Address Block") #define ST_TITLE_MALE NC_("ST_TITLE_MALE", "Custom Salutation (Male Recipients)") #define ST_TITLE_FEMALE NC_("ST_TITLE_FEMALE", "Custom Salutation (Female Recipients)") #define ST_SALUTATIONELEMENTS NC_("ST_SALUTATIONELEMENTS", "Salutation e~lements") #define ST_INSERTSALUTATIONFIELD NC_("ST_INSERTSALUTATIONFIELD", "Add to salutation") #define ST_REMOVESALUTATIONFIELD NC_("ST_REMOVESALUTATIONFIELD", "Remove from salutation") #define ST_DRAGSALUTATION NC_("ST_DRAGSALUTATION", "1. ~Drag salutation elements into the box below") #define ST_SALUTATION NC_("ST_SALUTATION", "Salutation") #define ST_PUNCTUATION NC_("ST_PUNCTUATION", "Punctuation Mark") #define ST_TEXT NC_("ST_TEXT", "Text") #define ST_SALUTATIONMATCHING NC_("ST_SALUTATIONMATCHING", "Assign the fields from your data source to match the salutation elements.") #define ST_SALUTATIONPREVIEW NC_("ST_SALUTATIONPREVIEW", "Salutation preview") #define ST_ADDRESSELEMENT NC_("ST_ADDRESSELEMENT", "Address elements") #define ST_SALUTATIONELEMENT NC_("ST_SALUTATIONELEMENT", "Salutation elements") #define ST_MATCHESTO NC_("ST_MATCHESTO", "Matches to field:") #define ST_PREVIEW NC_("ST_PREVIEW", "Preview") #define ST_DELETE_CONFIRM NC_("ST_DELETE_CONFIRM", "Do you want to delete this registered data source?") #define STR_NOTASSIGNED NC_("STR_NOTASSIGNED", " not yet matched ") #define STR_FILTER_ALL NC_("STR_FILTER_ALL", "All files") #define STR_FILTER_ALL_DATA NC_("STR_FILTER_ALL_DATA", "Address lists(*.*)") #define STR_FILTER_SXB NC_("STR_FILTER_SXB", "%PRODUCTNAME Base (*.odb)") #define STR_FILTER_SXC NC_("STR_FILTER_SXC", "%PRODUCTNAME Calc (*.ods;*.sxc)") #define STR_FILTER_SXW NC_("STR_FILTER_SXW", "%PRODUCTNAME Writer (*.odt;*.sxw)") #define STR_FILTER_DBF NC_("STR_FILTER_DBF", "dBase (*.dbf)") #define STR_FILTER_XLS NC_("STR_FILTER_XLS", "Microsoft Excel (*.xls;*.xlsx)") #define STR_FILTER_DOC NC_("STR_FILTER_DOC", "Microsoft Word (*.doc;*.docx)") #define STR_FILTER_TXT NC_("STR_FILTER_TXT", "Plain text (*.txt)") #define STR_FILTER_CSV NC_("STR_FILTER_CSV", "Text Comma Separated (*.csv)") #define STR_FILTER_MDB NC_("STR_FILTER_MDB", "Microsoft Access (*.mdb;*.mde)") #define STR_FILTER_ACCDB NC_("STR_FILTER_ACCDB", "Microsoft Access 2007 (*.accdb,*.accde)") #define ST_CONFIGUREMAIL NC_("ST_CONFIGUREMAIL", "In order to be able to send mail merge documents by email, %PRODUCTNAME requires information about the email account to be used.\n\nDo you want to enter email account information now?") #define ST_FILTERNAME NC_("ST_FILTERNAME", "%PRODUCTNAME Address List (.csv)") #define ST_STARTING NC_("ST_STARTING", "Select Starting Document") #define ST_DOCUMENTTYPE NC_("ST_DOCUMENTTYPE", "Select Document Type") #define ST_ADDRESSBLOCK NC_("ST_ADDRESSBLOCK", "Insert Address Block") #define ST_ADDRESSLIST NC_("ST_ADDRESSLIST", "Select Address List") #define ST_GREETINGSLINE NC_("ST_GREETINGSLINE", "Create Salutation") #define ST_LAYOUT NC_("ST_LAYOUT", "Adjust Layout") #define ST_EXCLUDE NC_("ST_EXCLUDE", "Exclude recipient") #define ST_FINISH NC_("ST_FINISH", "~Finish") #define ST_MMWTITLE NC_("ST_MMWTITLE", "Mail Merge Wizard") #define ST_TABLE NC_("ST_TABLE", "Table") #define ST_QUERY NC_("ST_QUERY", "Query") #define STR_QUERY_SPELL_CONTINUE NC_("STR_QUERY_SPELL_CONTINUE", "Continue checking at beginning of document?") #define STR_SPELLING_COMPLETED NC_("STR_SPELLING_COMPLETED", "The spellcheck is complete.") #define STR_DICTIONARY_UNAVAILABLE NC_("STR_DICTIONARY_UNAVAILABLE", "No dictionary available") /*-------------------------------------------------------------------- Description: strings for the types --------------------------------------------------------------------*/ // range document #define STR_DATEFLD NC_("STR_DATEFLD", "Date") #define STR_TIMEFLD NC_("STR_TIMEFLD", "Time") #define STR_FILENAMEFLD NC_("STR_FILENAMEFLD", "File name") #define STR_DBNAMEFLD NC_("STR_DBNAMEFLD", "Database Name") #define STR_CHAPTERFLD NC_("STR_CHAPTERFLD", "Chapter") #define STR_PAGENUMBERFLD NC_("STR_PAGENUMBERFLD", "Page number") #define STR_DOCSTATFLD NC_("STR_DOCSTATFLD", "Statistics") #define STR_AUTHORFLD NC_("STR_AUTHORFLD", "Author") #define STR_TEMPLNAMEFLD NC_("STR_TEMPLNAMEFLD", "Templates") #define STR_EXTUSERFLD NC_("STR_EXTUSERFLD", "Sender") // range functions #define STR_SETFLD NC_("STR_SETFLD", "Set variable") #define STR_GETFLD NC_("STR_GETFLD", "Show variable") #define STR_FORMELFLD NC_("STR_FORMELFLD", "Insert Formula") #define STR_INPUTFLD NC_("STR_INPUTFLD", "Input field") #define STR_SETINPUTFLD NC_("STR_SETINPUTFLD", "Input field (variable)") #define STR_USRINPUTFLD NC_("STR_USRINPUTFLD", "Input field (user)") #define STR_CONDTXTFLD NC_("STR_CONDTXTFLD", "Conditional text") #define STR_DDEFLD NC_("STR_DDEFLD", "DDE field") #define STR_MACROFLD NC_("STR_MACROFLD", "Execute macro") #define STR_SEQFLD NC_("STR_SEQFLD", "Number range") #define STR_SETREFPAGEFLD NC_("STR_SETREFPAGEFLD", "Set page variable") #define STR_GETREFPAGEFLD NC_("STR_GETREFPAGEFLD", "Show page variable") #define STR_INTERNETFLD NC_("STR_INTERNETFLD", "Load URL") #define STR_JUMPEDITFLD NC_("STR_JUMPEDITFLD", "Placeholder") #define STR_COMBINED_CHARS NC_("STR_COMBINED_CHARS", "Combine characters") #define STR_DROPDOWN NC_("STR_DROPDOWN", "Input list") // range references #define STR_SETREFFLD NC_("STR_SETREFFLD", "Set Reference") #define STR_GETREFFLD NC_("STR_GETREFFLD", "Insert Reference") // range database #define STR_DBFLD NC_("STR_DBFLD", "Mail merge fields") #define STR_DBNEXTSETFLD NC_("STR_DBNEXTSETFLD", "Next record") #define STR_DBNUMSETFLD NC_("STR_DBNUMSETFLD", "Any record") #define STR_DBSETNUMBERFLD NC_("STR_DBSETNUMBERFLD", "Record number") #define STR_PREVPAGEFLD NC_("STR_PREVPAGEFLD", "Previous page") #define STR_NEXTPAGEFLD NC_("STR_NEXTPAGEFLD", "Next page") #define STR_HIDDENTXTFLD NC_("STR_HIDDENTXTFLD", "Hidden text") // range user fields #define STR_USERFLD NC_("STR_USERFLD", "User Field") #define STR_POSTITFLD NC_("STR_POSTITFLD", "Note") #define STR_SCRIPTFLD NC_("STR_SCRIPTFLD", "Script") #define STR_AUTHORITY NC_("STR_AUTHORITY", "Bibliography entry") #define STR_HIDDENPARAFLD NC_("STR_HIDDENPARAFLD", "Hidden Paragraph") // range DocumentInfo #define STR_DOCINFOFLD NC_("STR_DOCINFOFLD", "DocInformation") /*-------------------------------------------------------------------- Description: SubCmd-Strings --------------------------------------------------------------------*/ #define FLD_DATE_STD NC_("FLD_DATE_STD", "Date") #define FLD_DATE_FIX NC_("FLD_DATE_FIX", "Date (fixed)") #define FLD_TIME_STD NC_("FLD_TIME_STD", "Time") #define FLD_TIME_FIX NC_("FLD_TIME_FIX", "Time (fixed)") // SubCmd Statistic #define FLD_STAT_TABLE NC_("FLD_STAT_TABLE", "Tables") #define FLD_STAT_CHAR NC_("FLD_STAT_CHAR", "Characters") #define FLD_STAT_WORD NC_("FLD_STAT_WORD", "Words") #define FLD_STAT_PARA NC_("FLD_STAT_PARA", "Paragraphs") #define FLD_STAT_GRF NC_("FLD_STAT_GRF", "Image") #define FLD_STAT_OBJ NC_("FLD_STAT_OBJ", "Objects") #define FLD_STAT_PAGE NC_("FLD_STAT_PAGE", "Pages") // SubCmd DDETypes #define FMT_DDE_HOT NC_("FMT_DDE_HOT", "DDE automatic") #define FMT_DDE_NORMAL NC_("FMT_DDE_NORMAL", "DDE manual") #define FLD_INPUT_TEXT NC_("FLD_INPUT_TEXT", "[Text]") /*-------------------------------------------------------------------- Description: SubType Extuser --------------------------------------------------------------------*/ #define FLD_EU_COMPANY NC_("FLD_EU_FIRMA", "Company") #define FLD_EU_GIVENNAME NC_("FLD_EU_VORNAME", "First Name") #define FLD_EU_SURNAME NC_("FLD_EU_NAME", "Last Name") #define FLD_EU_INITIALS NC_("FLD_EU_ABK", "Initials") #define FLD_EU_STREET NC_("FLD_EU_STRASSE", "Street") #define FLD_EU_COUNTRY NC_("FLD_EU_LAND", "Country") #define FLD_EU_POSTCODE NC_("FLD_EU_PLZ", "Zip code") #define FLD_EU_TOWN NC_("FLD_EU_ORT", "City") #define FLD_EU_TITLE NC_("FLD_EU_TITEL", "Title") #define FLD_EU_POS NC_("FLD_EU_POS", "Position") #define FLD_EU_TELPERSONAL NC_("FLD_EU_TELPRIV", "Tel. (Home)") #define FLD_EU_TELWORK NC_("FLD_EU_TELFIRMA", "Tel. (Work)") #define FLD_EU_FAX NC_("FLD_EU_FAX", "Fax") #define FLD_EU_EMAIL NC_("FLD_EU_EMAIL", "Email") #define FLD_EU_REGION NC_("FLD_EU_STATE", "State") #define FLD_PAGEREF_OFF NC_("FLD_PAGEREF_OFF", "off") #define FLD_PAGEREF_ON NC_("FLD_PAGEREF_ON", "on") /*-------------------------------------------------------------------- Description: path name --------------------------------------------------------------------*/ // Format FileName #define FMT_FF_NAME NC_("FMT_FF_NAME", "File name") #define FMT_FF_NAME_NOEXT NC_("FMT_FF_NAME_NOEXT", "File name without extension") #define FMT_FF_PATHNAME NC_("FMT_FF_PATHNAME", "Path/File name") #define FMT_FF_PATH NC_("FMT_FF_PATH", "Path") #define FMT_FF_UI_NAME NC_("FMT_FF_UI_NAME", "Style") #define FMT_FF_UI_RANGE NC_("FMT_FF_UI_RANGE", "Category") /*-------------------------------------------------------------------- Description: format chapter --------------------------------------------------------------------*/ #define FMT_CHAPTER_NAME NC_("FMT_CHAPTER_NAME", "Chapter name") #define FMT_CHAPTER_NO NC_("FMT_CHAPTER_NO", "Chapter number") #define FMT_CHAPTER_NO_NOSEPARATOR NC_("FMT_CHAPTER_NO_NOSEPARATOR", "Chapter number without separator") #define FMT_CHAPTER_NAMENO NC_("FMT_CHAPTER_NAMENO", "Chapter number and name") /*-------------------------------------------------------------------- Description: formats --------------------------------------------------------------------*/ #define FMT_NUM_ABC NC_("FMT_NUM_ABC", "A B C") #define FMT_NUM_SABC NC_("FMT_NUM_SABC", "a b c") #define FMT_NUM_ABC_N NC_("FMT_NUM_ABC_N", "A .. AA .. AAA") #define FMT_NUM_SABC_N NC_("FMT_NUM_SABC_N", "a .. aa .. aaa") #define FMT_NUM_ROMAN NC_("FMT_NUM_ROMAN", "Roman (I II III)") #define FMT_NUM_SROMAN NC_("FMT_NUM_SROMAN", "Roman (i ii iii)") #define FMT_NUM_ARABIC NC_("FMT_NUM_ARABIC", "Arabic (1 2 3)") #define FMT_NUM_PAGEDESC NC_("FMT_NUM_PAGEDESC", "As Page Style") #define FMT_NUM_PAGESPECIAL NC_("FMT_NUM_PAGESPECIAL", "Text") /*-------------------------------------------------------------------- Description: Author --------------------------------------------------------------------*/ #define FMT_AUTHOR_NAME NC_("FMT_AUTHOR_NAME", "Name") #define FMT_AUTHOR_SCUT NC_("FMT_AUTHOR_SCUT", "Initials") /*-------------------------------------------------------------------- Description: set variable --------------------------------------------------------------------*/ #define FMT_SETVAR_SYS NC_("FMT_SETVAR_SYS", "System") #define FMT_SETVAR_TEXT NC_("FMT_SETVAR_TEXT", "Text") #define FMT_GETVAR_NAME NC_("FMT_GETVAR_NAME", "Name") #define FMT_GETVAR_TEXT NC_("FMT_GETVAR_TEXT", "Text") #define FMT_USERVAR_CMD NC_("FMT_USERVAR_CMD", "Formula") #define FMT_USERVAR_TEXT NC_("FMT_USERVAR_TEXT", "Text") #define FMT_DBFLD_DB NC_("FMT_DBFLD_DB", "Database") #define FMT_DBFLD_SYS NC_("FMT_DBFLD_SYS", "System") /*-------------------------------------------------------------------- Description: storage fields --------------------------------------------------------------------*/ #define FMT_REG_AUTHOR NC_("FMT_REG_AUTHOR", "Author") #define FMT_REG_TIME NC_("FMT_REG_TIME", "Time") #define FMT_REG_DATE NC_("FMT_REG_DATE", "Date") /*-------------------------------------------------------------------- Description: formats references --------------------------------------------------------------------*/ #define FMT_REF_TEXT NC_("FMT_REF_TEXT", "Reference") #define FMT_REF_PAGE NC_("FMT_REF_PAGE", "Page") #define FMT_REF_CHAPTER NC_("FMT_REF_CHAPTER", "Chapter") #define FMT_REF_UPDOWN NC_("FMT_REF_UPDOWN", "Above/Below") #define FMT_REF_PAGE_PGDSC NC_("FMT_REF_PAGE_PGDSC", "As Page Style") #define FMT_REF_ONLYNUMBER NC_("FMT_REF_ONLYNUMBER", "Category and Number") #define FMT_REF_ONLYCAPTION NC_("FMT_REF_ONLYCAPTION", "Caption Text") #define FMT_REF_ONLYSEQNO NC_("FMT_REF_ONLYSEQNO", "Numbering") #define FMT_REF_NUMBER NC_("FMT_REF_NUMBER", "Number") #define FMT_REF_NUMBER_NO_CONTEXT NC_("FMT_REF_NUMBER_NO_CONTEXT", "Number (no context)") #define FMT_REF_NUMBER_FULL_CONTEXT NC_("FMT_REF_NUMBER_FULL_CONTEXT", "Number (full context)") #define FMT_REF_WITH_LOWERCASE_HU_ARTICLE NC_("FMT_REF_WITH_LOWERCASE_HU_ARTICLE", "Article a/az + ") #define FMT_REF_WITH_UPPERCASE_HU_ARTICLE NC_("FMT_REF_WITH_UPPERCASE_HU_ARTICLE", "Article A/Az + ") /*-------------------------------------------------------------------- Description: placeholder --------------------------------------------------------------------*/ #define FMT_MARK_TEXT NC_("FMT_MARK_TEXT", "Text") #define FMT_MARK_TABLE NC_("FMT_MARK_TABLE", "Table") #define FMT_MARK_FRAME NC_("FMT_MARK_FRAME", "Frame") #define FMT_MARK_GRAFIC NC_("FMT_MARK_GRAFIC", "Image") #define FMT_MARK_OLE NC_("FMT_MARK_OLE", "Object") /*-------------------------------------------------------------------- Description: ExchangeStrings for Edit/NameFT --------------------------------------------------------------------*/ #define STR_COND NC_("STR_COND", "~Condition") #define STR_TEXT NC_("STR_TEXT", "Then, Else") #define STR_DDE_CMD NC_("STR_DDE_CMD", "DDE Statement") #define STR_INSTEXT NC_("STR_INSTEXT", "Hidden t~ext") #define STR_MACNAME NC_("STR_MACNAME", "~Macro name") #define STR_PROMPT NC_("STR_PROMPT", "~Reference") #define STR_COMBCHRS_FT NC_("STR_COMBCHRS_FT", "Ch~aracters") #define STR_OFFSET NC_("STR_OFFSET", "O~ffset") #define STR_VALUE NC_("STR_VALUE", "Value") #define STR_FORMULA NC_("STR_FORMULA", "Formula") #define STR_CUSTOM_FIELD NC_("STR_CUSTOM_FIELD", "Custom") #define STR_CUSTOM_LABEL NC_("STR_CUSTOM_LABEL", "[User]") #define STR_HDIST NC_("STR_HDIST", "H. Pitch") #define STR_VDIST NC_("STR_VDIST", "V. Pitch") #define STR_WIDTH NC_("STR_WIDTH", "Width") #define STR_HEIGHT NC_("STR_HEIGHT", "Height") #define STR_LEFT NC_("STR_LEFT", "Left margin") #define STR_UPPER NC_("STR_UPPER", "Top margin") #define STR_COLS NC_("STR_COLS", "Columns") #define STR_ROWS NC_("STR_ROWS", "Rows") #define STR_WORDCOUNT_HINT NC_("STR_WORDCOUNT_HINT", "Word and character count. Click to open Word Count dialog.") #define STR_VIEWLAYOUT_ONE NC_("STR_VIEWLAYOUT_ONE", "Single-page view") #define STR_VIEWLAYOUT_MULTI NC_("STR_VIEWLAYOUT_MULTI", "Multiple-page view") #define STR_VIEWLAYOUT_BOOK NC_("STR_VIEWLAYOUT_BOOK", "Book view") #define STR_BOOKCTRL_HINT NC_("STR_BOOKCTRL_HINT", "Page number in document. Click to open Go to Page dialog or right-click for bookmark list.") #define STR_BOOKCTRL_HINT_EXTENDED NC_("STR_BOOKCTRL_HINT_EXTENDED", "Page number in document (Page number on printed document). Click to open Go to Page dialog.") #define STR_TMPLCTRL_HINT NC_("STR_TMPLCTRL_HINT", "Page Style. Right-click to change style or click to open Style dialog.") // Strings for textual attributes. #define STR_DROP_OVER NC_("STR_DROP_OVER", "Drop Caps over") #define STR_DROP_LINES NC_("STR_DROP_LINES", "rows") #define STR_NO_DROP_LINES NC_("STR_NO_DROP_LINES", "No Drop Caps") #define STR_NO_PAGEDESC NC_("STR_NO_PAGEDESC", "No page break") #define STR_NO_MIRROR NC_("STR_NO_MIRROR", "Don't mirror") #define STR_VERT_MIRROR NC_("STR_VERT_MIRROR", "Flip vertically") #define STR_HORI_MIRROR NC_("STR_HORI_MIRROR", "Flip horizontal") #define STR_BOTH_MIRROR NC_("STR_BOTH_MIRROR", "Horizontal and Vertical Flip") #define STR_MIRROR_TOGGLE NC_("STR_MIRROR_TOGGLE", "+ mirror horizontal on even pages") #define STR_CHARFMT NC_("STR_CHARFMT", "Character Style") #define STR_NO_CHARFMT NC_("STR_NO_CHARFMT", "No Character Style") #define STR_FOOTER NC_("STR_FOOTER", "Footer") #define STR_NO_FOOTER NC_("STR_NO_FOOTER", "No footer") #define STR_HEADER NC_("STR_HEADER", "Header") #define STR_NO_HEADER NC_("STR_NO_HEADER", "No header") #define STR_SURROUND_IDEAL NC_("STR_SURROUND_IDEAL", "Optimal") #define STR_SURROUND_NONE NC_("STR_SURROUND_NONE", "None") #define STR_SURROUND_THROUGH NC_("STR_SURROUND_THROUGH", "Through") #define STR_SURROUND_PARALLEL NC_("STR_SURROUND_PARALLEL", "Parallel") #define STR_SURROUND_LEFT NC_("STR_SURROUND_LEFT", "Before") #define STR_SURROUND_RIGHT NC_("STR_SURROUND_RIGHT", "After") #define STR_SURROUND_ANCHORONLY NC_("STR_SURROUND_ANCHORONLY", "(Anchor only)") #define STR_FRM_WIDTH NC_("STR_FRM_WIDTH", "Width:") #define STR_FRM_FIXEDHEIGHT NC_("STR_FRM_FIXEDHEIGHT", "Fixed height:") #define STR_FRM_MINHEIGHT NC_("STR_FRM_MINHEIGHT", "Min. height:") #define STR_FLY_AT_PARA NC_("STR_FLY_AT_PARA", "to paragraph") #define STR_FLY_AS_CHAR NC_("STR_FLY_AS_CHAR", "to character") #define STR_FLY_AT_PAGE NC_("STR_FLY_AT_PAGE", "to page") #define STR_POS_X NC_("STR_POS_X", "X Coordinate:") #define STR_POS_Y NC_("STR_POS_Y", "Y Coordinate:") #define STR_VERT_TOP NC_("STR_VERT_TOP", "at top") #define STR_VERT_CENTER NC_("STR_VERT_CENTER", "Centered vertically") #define STR_VERT_BOTTOM NC_("STR_VERT_BOTTOM", "at bottom") #define STR_LINE_TOP NC_("STR_LINE_TOP", "Top of line") #define STR_LINE_CENTER NC_("STR_LINE_CENTER", "Line centered") #define STR_LINE_BOTTOM NC_("STR_LINE_BOTTOM", "Bottom of line") #define STR_REGISTER_ON NC_("STR_REGISTER_ON", "Page line-spacing") #define STR_REGISTER_OFF NC_("STR_REGISTER_OFF", "Not page line-spacing") #define STR_HORI_RIGHT NC_("STR_HORI_RIGHT", "at the right") #define STR_HORI_CENTER NC_("STR_HORI_CENTER", "Centered horizontally") #define STR_HORI_LEFT NC_("STR_HORI_LEFT", "at the left") #define STR_HORI_INSIDE NC_("STR_HORI_INSIDE", "inside") #define STR_HORI_OUTSIDE NC_("STR_HORI_OUTSIDE", "outside") #define STR_HORI_FULL NC_("STR_HORI_FULL", "Full width") #define STR_COLUMNS NC_("STR_COLUMNS", "Columns") #define STR_LINE_WIDTH NC_("STR_LINE_WIDTH", "Separator Width:") #define STR_MAX_FTN_HEIGHT NC_("STR_MAX_FTN_HEIGHT", "Max. footnote area:") #define STR_EDIT_IN_READONLY NC_("STR_EDIT_IN_READONLY", "Editable in read-only document") #define STR_LAYOUT_SPLIT NC_("STR_LAYOUT_SPLIT", "Split") #define STR_NUMRULE_ON NC_("STR_NUMRULE_ON", "Numbering") #define STR_NUMRULE_OFF NC_("STR_NUMRULE_OFF", "no numbering") #define STR_CONNECT1 NC_("STR_CONNECT1", "linked to ") #define STR_CONNECT2 NC_("STR_CONNECT2", "and ") #define STR_LINECOUNT NC_("STR_LINECOUNT", "Count lines") #define STR_DONTLINECOUNT NC_("STR_DONTLINECOUNT", "don't count lines") #define STR_LINCOUNT_START NC_("STR_LINCOUNT_START", "restart line count with: ") #define STR_LUMINANCE NC_("STR_LUMINANCE", "Brightness: ") #define STR_CHANNELR NC_("STR_CHANNELR", "Red: ") #define STR_CHANNELG NC_("STR_CHANNELG", "Green: ") #define STR_CHANNELB NC_("STR_CHANNELB", "Blue: ") #define STR_CONTRAST NC_("STR_CONTRAST", "Contrast: ") #define STR_GAMMA NC_("STR_GAMMA", "Gamma: ") #define STR_TRANSPARENCY NC_("STR_TRANSPARENCY", "Transparency: ") #define STR_INVERT NC_("STR_INVERT", "Invert") #define STR_INVERT_NOT NC_("STR_INVERT_NOT", "do not invert") #define STR_DRAWMODE NC_("STR_DRAWMODE", "Graphics mode: ") #define STR_DRAWMODE_STD NC_("STR_DRAWMODE_STD", "Standard") #define STR_DRAWMODE_GREY NC_("STR_DRAWMODE_GREY", "Grayscales") #define STR_DRAWMODE_BLACKWHITE NC_("STR_DRAWMODE_BLACKWHITE", "Black & White") #define STR_DRAWMODE_WATERMARK NC_("STR_DRAWMODE_WATERMARK", "Watermark") #define STR_ROTATION NC_("STR_ROTATION", "Rotation") #define STR_GRID_NONE NC_("STR_GRID_NONE", "No grid") #define STR_GRID_LINES_ONLY NC_("STR_GRID_LINES_ONLY", "Grid (lines only)") #define STR_GRID_LINES_CHARS NC_("STR_GRID_LINES_CHARS", "Grid (lines and characters)") #define STR_FOLLOW_TEXT_FLOW NC_("STR_FOLLOW_TEXT_FLOW", "Follow text flow") #define STR_DONT_FOLLOW_TEXT_FLOW NC_("STR_DONT_FOLLOW_TEXT_FLOW", "Do not follow text flow") #define STR_CONNECT_BORDER_ON NC_("STR_CONNECT_BORDER_ON", "Merge borders") #define STR_CONNECT_BORDER_OFF NC_("STR_CONNECT_BORDER_OFF", "Do not merge borders") #define ST_TBL NC_("ST_TBL", "Table") #define ST_FRM NC_("ST_FRM", "Text Frame") #define ST_PGE NC_("ST_PGE", "Page") #define ST_DRW NC_("ST_DRW", "Drawing") #define ST_CTRL NC_("ST_CTRL", "Control") #define ST_REG NC_("ST_REG", "Section") #define ST_BKM NC_("ST_BKM", "Bookmark") #define ST_GRF NC_("ST_GRF", "Graphics") #define ST_OLE NC_("ST_OLE", "OLE object") #define ST_OUTL NC_("ST_OUTL", "Headings") #define ST_SEL NC_("ST_SEL", "Selection") #define ST_FTN NC_("ST_FTN", "Footnote") #define ST_MARK NC_("ST_MARK", "Reminder") #define ST_POSTIT NC_("ST_POSTIT", "Comment") #define ST_SRCH_REP NC_("ST_SRCH_REP", "Repeat search") #define ST_INDEX_ENTRY NC_("ST_INDEX_ENTRY", "Index entry") #define ST_TABLE_FORMULA NC_("ST_TABLE_FORMULA", "Table formula") #define ST_TABLE_FORMULA_ERROR NC_("ST_TABLE_FORMULA_ERROR", "Wrong table formula") // Strings for the quickhelp of the View-PgUp/Down-Buttons #define STR_IMGBTN_TBL_DOWN NC_("STR_IMGBTN_TBL_DOWN", "Next table") #define STR_IMGBTN_FRM_DOWN NC_("STR_IMGBTN_FRM_DOWN", "Next text frame") #define STR_IMGBTN_PGE_DOWN NC_("STR_IMGBTN_PGE_DOWN", "Next page") #define STR_IMGBTN_DRW_DOWN NC_("STR_IMGBTN_DRW_DOWN", "Next drawing") #define STR_IMGBTN_CTRL_DOWN NC_("STR_IMGBTN_CTRL_DOWN", "Next control") #define STR_IMGBTN_REG_DOWN NC_("STR_IMGBTN_REG_DOWN", "Next section") #define STR_IMGBTN_BKM_DOWN NC_("STR_IMGBTN_BKM_DOWN", "Next bookmark") #define STR_IMGBTN_GRF_DOWN NC_("STR_IMGBTN_GRF_DOWN", "Next graphic") #define STR_IMGBTN_OLE_DOWN NC_("STR_IMGBTN_OLE_DOWN", "Next OLE object") #define STR_IMGBTN_OUTL_DOWN NC_("STR_IMGBTN_OUTL_DOWN", "Next heading") #define STR_IMGBTN_SEL_DOWN NC_("STR_IMGBTN_SEL_DOWN", "Next selection") #define STR_IMGBTN_FTN_DOWN NC_("STR_IMGBTN_FTN_DOWN", "Next footnote") #define STR_IMGBTN_MARK_DOWN NC_("STR_IMGBTN_MARK_DOWN", "Next Reminder") #define STR_IMGBTN_POSTIT_DOWN NC_("STR_IMGBTN_POSTIT_DOWN", "Next Comment") #define STR_IMGBTN_SRCH_REP_DOWN NC_("STR_IMGBTN_SRCH_REP_DOWN", "Continue search forward") #define STR_IMGBTN_INDEX_ENTRY_DOWN NC_("STR_IMGBTN_INDEX_ENTRY_DOWN", "Next index entry") #define STR_IMGBTN_TBL_UP NC_("STR_IMGBTN_TBL_UP", "Previous table") #define STR_IMGBTN_FRM_UP NC_("STR_IMGBTN_FRM_UP", "Previous text frame") #define STR_IMGBTN_PGE_UP NC_("STR_IMGBTN_PGE_UP", "Previous page") #define STR_IMGBTN_DRW_UP NC_("STR_IMGBTN_DRW_UP", "Previous drawing") #define STR_IMGBTN_CTRL_UP NC_("STR_IMGBTN_CTRL_UP", "Previous control") #define STR_IMGBTN_REG_UP NC_("STR_IMGBTN_REG_UP", "Previous section") #define STR_IMGBTN_BKM_UP NC_("STR_IMGBTN_BKM_UP", "Previous bookmark") #define STR_IMGBTN_GRF_UP NC_("STR_IMGBTN_GRF_UP", "Previous graphic") #define STR_IMGBTN_OLE_UP NC_("STR_IMGBTN_OLE_UP", "Previous OLE object") #define STR_IMGBTN_OUTL_UP NC_("STR_IMGBTN_OUTL_UP", "Previous heading") #define STR_IMGBTN_SEL_UP NC_("STR_IMGBTN_SEL_UP", "Previous selection") #define STR_IMGBTN_FTN_UP NC_("STR_IMGBTN_FTN_UP", "Previous footnote") #define STR_IMGBTN_MARK_UP NC_("STR_IMGBTN_MARK_UP", "Previous Reminder") #define STR_IMGBTN_POSTIT_UP NC_("STR_IMGBTN_POSTIT_UP", "Previous Comment") #define STR_IMGBTN_SRCH_REP_UP NC_("STR_IMGBTN_SRCH_REP_UP", "Continue search backwards") #define STR_IMGBTN_INDEX_ENTRY_UP NC_("STR_IMGBTN_INDEX_ENTRY_UP", "Previous index entry") #define STR_IMGBTN_TBLFML_UP NC_("STR_IMGBTN_TBLFML_UP", "Previous table formula") #define STR_IMGBTN_TBLFML_DOWN NC_("STR_IMGBTN_TBLFML_DOWN", "Next table formula") #define STR_IMGBTN_TBLFML_ERR_UP NC_("STR_IMGBTN_TBLFML_ERR_UP", "Previous faulty table formula") #define STR_IMGBTN_TBLFML_ERR_DOWN NC_("STR_IMGBTN_TBLFML_ERR_DOWN", "Next faulty table formula") #define STR_REDLINE_INSERT NC_("STR_REDLINE_INSERT", "Inserted") #define STR_REDLINE_DELETE NC_("STR_REDLINE_DELETE", "Deleted") #define STR_REDLINE_FORMAT NC_("STR_REDLINE_FORMAT", "Formatted") #define STR_REDLINE_TABLE NC_("STR_REDLINE_TABLE", "Table changed") #define STR_REDLINE_FMTCOLL NC_("STR_REDLINE_FMTCOLL", "Applied Paragraph Styles") #define STR_REDLINE_PARAGRAPH_FORMAT NC_("STR_REDLINE_PARAGRAPH_FORMAT", "Paragraph formatting changed") #define STR_REDLINE_TABLE_ROW_INSERT NC_("STR_REDLINE_TABLE_ROW_INSERT", "Row Inserted") #define STR_REDLINE_TABLE_ROW_DELETE NC_("STR_REDLINE_TABLE_ROW_DELETE", "Row Deleted") #define STR_REDLINE_TABLE_CELL_INSERT NC_("STR_REDLINE_TABLE_CELL_INSERT", "Cell Inserted") #define STR_REDLINE_TABLE_CELL_DELETE NC_("STR_REDLINE_TABLE_CELL_DELETE", "Cell Deleted") #define STR_ENDNOTE NC_("STR_ENDNOTE", "Endnote: ") #define STR_FTNNOTE NC_("STR_FTNNOTE", "Footnote: ") #define STR_SMARTTAG_CLICK NC_("STR_SMARTTAG_CLICK", "%s-click to open Smart Tag menu") #define STR_HEADER_TITLE NC_("STR_HEADER_TITLE", "Header (%1)") #define STR_FIRST_HEADER_TITLE NC_("STR_FIRST_HEADER_TITLE", "First Page Header (%1)") #define STR_LEFT_HEADER_TITLE NC_("STR_LEFT_HEADER_TITLE", "Left Page Header (%1)") #define STR_RIGHT_HEADER_TITLE NC_("STR_RIGHT_HEADER_TITLE", "Right Page Header (%1)") #define STR_FOOTER_TITLE NC_("STR_FOOTER_TITLE", "Footer (%1)") #define STR_FIRST_FOOTER_TITLE NC_("STR_FIRST_FOOTER_TITLE", "First Page Footer (%1)") #define STR_LEFT_FOOTER_TITLE NC_("STR_LEFT_FOOTER_TITLE", "Left Page Footer (%1)") #define STR_RIGHT_FOOTER_TITLE NC_("STR_RIGHT_FOOTER_TITLE", "Right Page Footer (%1)") #define STR_DELETE_HEADER NC_("STR_DELETE_HEADER", "Delete Header...") #define STR_FORMAT_HEADER NC_("STR_FORMAT_HEADER", "Format Header...") #define STR_DELETE_FOOTER NC_("STR_DELETE_FOOTER", "Delete Footer...") #define STR_FORMAT_FOOTER NC_("STR_FORMAT_FOOTER", "Format Footer...") #define STR_UNFLOAT_TABLE NC_("STR_UNFLOAT_TABLE", "Un-float Table") #define STR_PAGE_BREAK_BUTTON NC_("STR_PAGE_BREAK_BUTTON", "Edit page break") #define STR_GRFILTER_OPENERROR NC_("STR_GRFILTER_OPENERROR", "Image file cannot be opened") #define STR_GRFILTER_IOERROR NC_("STR_GRFILTER_IOERROR", "Image file cannot be read") #define STR_GRFILTER_FORMATERROR NC_("STR_GRFILTER_FORMATERROR", "Unknown image format") #define STR_GRFILTER_VERSIONERROR NC_("STR_GRFILTER_VERSIONERROR", "This image file version is not supported") #define STR_GRFILTER_FILTERERROR NC_("STR_GRFILTER_FILTERERROR", "Image filter not found") #define STR_GRFILTER_TOOBIG NC_("STR_GRFILTER_TOOBIG", "Not enough memory to insert the image.") #define STR_INSERT_GRAPHIC NC_("STR_INSERT_GRAPHIC", "Insert Image") #define STR_REDLINE_COMMENT NC_("STR_REDLINE_COMMENT", "Comment: ") #define STR_REDLINE_INSERTED NC_("STR_REDLINE_INSERTED", "Insertion") #define STR_REDLINE_DELETED NC_("STR_REDLINE_DELETED", "Deletion") #define STR_REDLINE_AUTOFMT NC_("STR_REDLINE_AUTOFMT", "AutoCorrect") #define STR_REDLINE_FORMATTED NC_("STR_REDLINE_FORMATTED", "Formats") #define STR_REDLINE_TABLECHG NC_("STR_REDLINE_TABLECHG", "Table Changes") #define STR_REDLINE_FMTCOLLSET NC_("STR_REDLINE_FMTCOLLSET", "Applied Paragraph Styles") #define STR_PAGE NC_("STR_PAGE", "Page ") #define STR_PAGE_COUNT NC_("STR_PAGE_COUNT", "Page %1 of %2") #define STR_PAGE_COUNT_CUSTOM NC_("STR_PAGE_COUNT_CUSTOM", "Page %1 of %2 (Page %3)") #define STR_PAGE_COUNT_PRINTED NC_("STR_PAGE_COUNT_PRINTED", "Page %1 of %2 (Page %3 of %4 to print)") //Strings for gallery/background #define STR_SWBG_PARAGRAPH NC_("STR_SWBG_PARAGRAPH", "Paragraph") #define STR_SWBG_GRAPHIC NC_("STR_SWBG_GRAPHIC", "Image") #define STR_SWBG_OLE NC_("STR_SWBG_OLE", "OLE object") #define STR_SWBG_FRAME NC_("STR_SWBG_FRAME", "Frame") #define STR_SWBG_TABLE NC_("STR_SWBG_TABLE", "Table") #define STR_SWBG_TABLE_ROW NC_("STR_SWBG_TABLE_ROW", "Table row") #define STR_SWBG_TABLE_CELL NC_("STR_SWBG_TABLE_CELL", "Table cell") #define STR_SWBG_PAGE NC_("STR_SWBG_PAGE", "Page") #define STR_SWBG_HEADER NC_("STR_SWBG_HEADER", "Header") #define STR_SWBG_FOOTER NC_("STR_SWBG_FOOTER", "Footer") //End: strings for gallery/background #define STR_WRITER_WEBDOC_FULLTYPE NC_("STR_WRITER_WEBDOC_FULLTYPE", "%PRODUCTNAME %PRODUCTVERSION HTML Document") #define STR_TITLE NC_("STR_TITLE", "Title") #define STR_ALPHA NC_("STR_ALPHA", "Separator") #define STR_LEVEL NC_("STR_LEVEL", "Level ") #define STR_FILE_NOT_FOUND NC_("STR_FILE_NOT_FOUND", "The file, \"%1\" in the \"%2\" path could not be found.") #define STR_USER_DEFINED_INDEX NC_("STR_USER_DEFINED_INDEX", "User-Defined Index") #define STR_NOSORTKEY NC_("STR_NOSORTKEY", "") #define STR_NO_CHAR_STYLE NC_("STR_NO_CHAR_STYLE", "") #define STR_DELIM NC_("STR_DELIM", "S") #define STR_TOKEN_ENTRY_NO NC_("STR_TOKEN_ENTRY_NO", "E#") #define STR_TOKEN_ENTRY NC_("STR_TOKEN_ENTRY", "E") #define STR_TOKEN_TAB_STOP NC_("STR_TOKEN_TAB_STOP", "T") #define STR_TOKEN_PAGE_NUMS NC_("STR_TOKEN_PAGE_NUMS", "#") #define STR_TOKEN_CHAPTER_INFO NC_("STR_TOKEN_CHAPTER_INFO", "CI") #define STR_TOKEN_LINK_START NC_("STR_TOKEN_LINK_START", "LS") #define STR_TOKEN_LINK_END NC_("STR_TOKEN_LINK_END", "LE") #define STR_TOKEN_AUTHORITY NC_("STR_TOKEN_AUTHORITY", "A") #define STR_TOKEN_HELP_ENTRY_NO NC_("STR_TOKEN_HELP_ENTRY_NO", "Chapter number") #define STR_TOKEN_HELP_ENTRY NC_("STR_TOKEN_HELP_ENTRY", "Entry") #define STR_TOKEN_HELP_TAB_STOP NC_("STR_TOKEN_HELP_TAB_STOP", "Tab stop") #define STR_TOKEN_HELP_TEXT NC_("STR_TOKEN_HELP_TEXT", "Text") #define STR_TOKEN_HELP_PAGE_NUMS NC_("STR_TOKEN_HELP_PAGE_NUMS", "Page number") #define STR_TOKEN_HELP_CHAPTER_INFO NC_("STR_TOKEN_HELP_CHAPTER_INFO", "Chapter info") #define STR_TOKEN_HELP_LINK_START NC_("STR_TOKEN_HELP_LINK_START", "Hyperlink start") #define STR_TOKEN_HELP_LINK_END NC_("STR_TOKEN_HELP_LINK_END", "Hyperlink end") #define STR_TOKEN_HELP_AUTHORITY NC_("STR_TOKEN_HELP_AUTHORITY", "Bibliography entry: ") #define STR_CHARSTYLE NC_("STR_CHARSTYLE", "Character Style: ") #define STR_STRUCTURE NC_("STR_STRUCTURE", "Structure text") #define STR_ADDITIONAL_ACCNAME_STRING1 NC_("STR_ADDITIONAL_ACCNAME_STRING1", "Press Ctrl+Alt+A to move focus for more operations") #define STR_ADDITIONAL_ACCNAME_STRING2 NC_("STR_ADDITIONAL_ACCNAME_STRING2", "Press left or right arrow to choose the structure controls") #define STR_ADDITIONAL_ACCNAME_STRING3 NC_("STR_ADDITIONAL_ACCNAME_STRING3", "Press Ctrl+Alt+B to move focus back to the current structure control") #define STR_AUTOMARK_TYPE NC_("STR_AUTOMARK_TYPE", "Selection file for the alphabetical index (*.sdi)") /*----------------------------------------------------------------------- Description: character alignment for frmsh.cxx - context menu -----------------------------------------------------------------------*/ #define STR_FRMUI_TOP_BASE NC_("STR_FRMUI_TOP_BASE", "Base line at ~top") #define STR_FRMUI_BOTTOM_BASE NC_("STR_FRMUI_BOTTOM_BASE", "~Base line at bottom") #define STR_FRMUI_CENTER_BASE NC_("STR_FRMUI_CENTER_BASE", "Base line ~centered") #define STR_FRMUI_OLE_INSERT NC_("STR_FRMUI_OLE_INSERT", "Insert object") #define STR_FRMUI_OLE_EDIT NC_("STR_FRMUI_OLE_EDIT", "Edit object") #define STR_FRMUI_COLL_HEADER NC_("STR_FRMUI_COLL_HEADER", " (Template: ") #define STR_FRMUI_BORDER NC_("STR_FRMUI_BORDER", "Borders") #define STR_FRMUI_PATTERN NC_("STR_FRMUI_PATTERN", "Background") #define STR_TEXTCOLL_HEADER NC_("STR_TEXTCOLL_HEADER", "(Paragraph Style: ") #define STR_ILLEGAL_PAGENUM NC_("STR_ILLEGAL_PAGENUM", "Page numbers cannot be applied to the current page. Even numbers can be used on left pages, odd numbers on right pages.") #define STR_WRITER_GLOBALDOC_FULLTYPE NC_("STR_WRITER_GLOBALDOC_FULLTYPE", "%PRODUCTNAME %PRODUCTVERSION Master Document") #define STR_QUERY_CONNECT NC_("STR_QUERY_CONNECT", "A file connection will delete the contents of the current section. Connect anyway?") #define STR_WRONG_PASSWORD NC_("STR_WRONG_PASSWORD", "The password entered is invalid.") #define STR_WRONG_PASSWD_REPEAT NC_("STR_WRONG_PASSWD_REPEAT", "The password has not been set.") #define STR_HYP_OK NC_("STR_HYP_OK", "Hyphenation completed") #define STR_LANGSTATUS_NONE NC_("STR_LANGSTATUS_NONE", "None (Do not check spelling)") #define STR_RESET_TO_DEFAULT_LANGUAGE NC_("STR_RESET_TO_DEFAULT_LANGUAGE", "Reset to Default Language") #define STR_LANGSTATUS_MORE NC_("STR_LANGSTATUS_MORE", "More...") #define STR_IGNORE_SELECTION NC_("STR_IGNORE_SELECTION", "~Ignore") #define STR_EXPLANATION_LINK NC_("STR_EXPLANATION_LINK", "Explanations...") #define STR_QUERY_SPECIAL_FORCED NC_("STR_QUERY_SPECIAL_FORCED", "Check special regions is deactivated. Check anyway?") #define STR_NO_MERGE_ENTRY NC_("STR_NO_MERGE_ENTRY", "Could not merge documents.") #define STR_NO_BASE_FOR_MERGE NC_("STR_NO_BASE_FOR_MERGE", "%PRODUCTNAME Base component is absent, and it is required to use Mail Merge.") #define STR_ERR_SRCSTREAM NC_("STR_ERR_SRCSTREAM", "The source cannot be loaded.") #define STR_ERR_NO_FAX NC_("STR_ERR_NO_FAX", "No fax printer has been set under Tools/Options/%1/Print.") #define STR_WEBOPTIONS NC_("STR_WEBOPTIONS", "HTML document") #define STR_TEXTOPTIONS NC_("STR_TEXTOPTIONS", "Text document") #define STR_SCAN_NOSOURCE NC_("STR_SCAN_NOSOURCE", "Source not specified.") #define STR_NUM_LEVEL NC_("STR_NUM_LEVEL", "Level ") #define STR_NUM_OUTLINE NC_("STR_NUM_OUTLINE", "Outline ") #define STR_EDIT_FOOTNOTE NC_("STR_EDIT_FOOTNOTE", "Edit Footnote/Endnote") #define STR_NB_REPLACED NC_("STR_NB_REPLACED", "Search key replaced XX times.") #define STR_SRCVIEW_ROW NC_("STR_SRCVIEW_ROW", "Row ") #define STR_SRCVIEW_COL NC_("STR_SRCVIEW_COL", "Column ") #define STR_SAVEAS_SRC NC_("STR_SAVEAS_SRC", "~Export source...") #define STR_SAVEACOPY_SRC NC_("STR_SAVEACOPY_SRC", "~Export copy of source...") #define ST_CONTINUE NC_("ST_CONTINUE", "~Continue") #define ST_SENDINGTO NC_("ST_SENDINGTO", "Sending to: %1") #define ST_COMPLETED NC_("ST_COMPLETED", "Successfully sent") #define ST_FAILED NC_("ST_FAILED", "Sending failed") #define STR_SENDER_TOKENS NC_("STR_SENDER_TOKENS", "COMPANY;CR;FIRSTNAME; ;LASTNAME;CR;ADDRESS;CR;CITY; ;STATEPROV; ;POSTALCODE;CR;COUNTRY;CR;") #define STR_TBL_FORMULA NC_("STR_TBL_FORMULA", "Text formula") #define STR_DROP_DOWN_EMPTY_LIST NC_("STR_DROP_DOWN_EMPTY_LIST", "No Item specified") /*-------------------------------------------------------------------- Description: Classification strings --------------------------------------------------------------------*/ #define STR_CLASSIFICATION_LEVEL_CHANGED NC_("STR_CLASSIFICATION_LEVEL_CHANGED", "Document classification has changed because a paragraph classification level is higher") /*-------------------------------------------------------------------- Description: Paragraph Signature --------------------------------------------------------------------*/ #define STR_VALID NC_("STR_VALID", " Valid ") #define STR_INVALID NC_("STR_INVALID", "Invalid") #define STR_INVALID_SIGNATURE NC_("STR_INVALID_SIGNATURE", "Invalid Signature") #define STR_SIGNED_BY NC_("STR_SIGNED_BY", "Signed-by") #define STR_PARAGRAPH_SIGNATURE NC_("STR_PARAGRAPH_SIGNATURE", "Paragraph Signature") #define STR_BUSINESS_CARDS NC_("labeldialog|cards", "Business Cards") #define STR_MAILCONFIG_DLG_TITLE NC_("STR_MAILCONFIG_DLG_TITLE", "Email settings") #define STR_OPT_PREVIEW_INSERTED NC_("optredlinepage|insertedpreview", "Insert") #define STR_OPT_PREVIEW_DELETED NC_("optredlinepage|deletedpreview", "Delete") #define STR_OPT_PREVIEW_CHANGED NC_("optredlinepage|changedpreview", "Attributes") #define STR_AUTOMARK_SEARCHTERM NC_("createautomarkdialog|searchterm", "Search term") #define STR_AUTOMARK_ALTERNATIVE NC_("createautomarkdialog|alternative", "Alternative entry") #define STR_AUTOMARK_KEY1 NC_("createautomarkdialog|key1", "1st key") #define STR_AUTOMARK_KEY2 NC_("createautomarkdialog|key2", "2nd key") #define STR_AUTOMARK_COMMENT NC_("createautomarkdialog|comment", "Comment") #define STR_AUTOMARK_CASESENSITIVE NC_("createautomarkdialog|casesensitive", "Match case") #define STR_AUTOMARK_WORDONLY NC_("createautomarkdialog|wordonly", "Word only") #define STR_AUTOMARK_YES NC_("createautomarkdialog|yes", "Yes") #define STR_AUTOMARK_NO NC_("createautomarkdialog|no", "No") #define STR_WRAP_PANEL_CUSTOM_STR NC_("sidebarwrap|customlabel", "Custom") #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */