• Main Page
  • Related Pages
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

ap_String_Id.h

Go to the documentation of this file.
00001 /* -*- mode: C++; tab-width: 4; c-basic-offset: 4; -*- */
00002 
00003 /* AbiWord
00004  * Copyright (C) 1998-2000 AbiSource, Inc.
00005  *
00006  * This program is free software; you can redistribute it and/or
00007  * modify it under the terms of the GNU General Public License
00008  * as published by the Free Software Foundation; either version 2
00009  * of the License, or (at your option) any later version.
00010  *
00011  * This program is distributed in the hope that it will be useful,
00012  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00013  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00014  * GNU General Public License for more details.
00015  *
00016  * You should have received a copy of the GNU General Public License
00017  * along with this program; if not, write to the Free Software
00018  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
00019  * 02111-1307, USA.
00020  */
00021 
00022 /*****************************************************************
00023 ******************************************************************
00024 ** IT IS IMPORTANT THAT THIS FILE ALLOW ITSELF TO BE INCLUDED
00025 ** MORE THAN ONE TIME.
00026 ******************************************************************
00027 *****************************************************************/
00028 // Default Heading used in TOC
00029 dcl(TOC_TocHeading, "Contents")
00030 // Message Boxes used in AP_EditMethods
00031 dcl(MSG_SaveFailed,     "Could not write to the file %s.")
00032 dcl(MSG_SaveFailedWrite,        "Writing error when attempting to save %s")
00033 dcl(MSG_SaveFailedExport,       "Error while attempting to save %s: could not construct exporter")
00034 dcl(MSG_SaveFailedName,         "Error while attempting to save %s: invalid name")
00035 dcl(MSG_OpenFailed, "Could not open file %s.")
00036 dcl(MSG_OpenRecovered,          "Some errors were encountered during the import.")
00037 dcl(MSG_DlgNotImp,              "%s not implemented yet.\n\nIf you are a programmer, feel free to add code in %s, line %d\nand mail patches to:\n\n\tabiword-dev@abisource.com\n\nOtherwise, please be patient.")
00038 dcl(MSG_RevertBuffer,           "Revert to saved copy of %s?")
00039 dcl(MSG_QueryExit,              "Close all windows and exit?")
00040 dcl(MSG_ConfirmSave,            "Save changes to document %s before closing?")
00041 dcl(MSG_ConfirmSaveSecondary,           "Your changes will be lost if you don't save them.")
00042 dcl(MSG_ImportError,            "Error importing file %s.")
00043 dcl(MSG_IE_FileNotFound,        "File %s not found")
00044 dcl(MSG_IE_NoMemory,            "Out of memory attempting to open %s")
00045 dcl(MSG_IE_UnknownType,         "File %s is of unknown type")
00046 dcl(MSG_IE_FakeType,            "File %s is not of the type it claims to be")
00047 dcl(MSG_IE_UnsupportedType,     "File %s is not of a currently supported file type")
00048 dcl(MSG_IE_BogusDocument,       "AbiWord cannot open %s. It appears to be an invalid document.")
00049 dcl(MSG_IE_CouldNotOpen,        "Could not open file %s for writing")
00050 dcl(MSG_IE_CouldNotWrite,       "Could not write to file %s")
00051 dcl(MSG_SpellSelectionDone,     "AbiWord finished checking the selection.")
00052 dcl(MSG_SpellDone,              "The spelling check is complete.")
00053 dcl(MSG_PrintStatus,            "Printing page %d of %d")
00054 dcl(MSG_RevertFile, "Revert file to last saved state?")
00055 dcl(MSG_PrintingDoc, "Printing Document...")
00056 dcl(MSG_NoBreakInsideTable, "Can not insert a Break inside a table")
00057 dcl(MSG_NoBreakInsideFrame, "Can not insert a Break inside a text box")
00058 dcl(MSG_AutoRevisionOffWarning, "Are you sure you do not want to maintain full history record? If you proceed, you will not be able to restore earlier versions of this document.")
00059 
00060 // Abi has just crashed
00061 dcl(MSG_Exception, "A fatal error has just occurred. AbiWord is going to shutdown.\nThe current document has been saved to disc with a \".saved\" extension.")
00062 
00063 // Status Bar Messages
00064 dcl(PageInfoField,              "Page: %d/%d")
00065 dcl(LeftMarginStatus,           "Left Margin [%s]")
00066 dcl(RightMarginStatus,          "Right Margin [%s]")
00067 dcl(FirstLineIndentStatus,      "First Line Indent [%s]")
00068 dcl(LeftIndentTextIndentStatus, "Left Indent [%s] First Line Indent [%s]")
00069 dcl(ColumnGapStatus,            "Column Gap [%s]")
00070 dcl(LeftIndentStatus,           "Left Indent [%s]")
00071 dcl(RightIndentStatus,          "Right Indent [%s]")
00072 dcl(TabStopStatus,              "Tab Stop [%s]")
00073 dcl(TopMarginStatus,            "Top Margin [%s]")
00074 dcl(BottomMarginStatus,         "Bottom Margin [%s]")
00075 dcl(HeaderStatus,               "Header [%s]")
00076 dcl(FooterStatus,               "Footer [%s]")
00077 dcl(ColumnStatus,               "Column [%d]")
00078 dcl(InsertModeFieldINS,         "Insert")
00079 dcl(InsertModeFieldOVR,         "Overwrite")
00080 
00081 /* */
00082 dcl(DLG_NEW_Title,          "New Document")
00083 dcl(DLG_NEW_Create,             "Create a new document from a template")
00084 dcl(DLG_NEW_Open,           "Open an existing document")
00085 dcl(DLG_NEW_NoFile,             "No File")
00086 dcl(DLG_NEW_Choose,             "Choose")
00087 dcl(DLG_NEW_StartEmpty,         "Create an empty document")
00088 
00089 dcl(DLG_NEW_Tab1,           "Wordprocessing")
00090 dcl(DLG_NEW_Tab1_WP1,           "Create a new blank document")
00091 dcl(DLG_NEW_Tab1_FAX1,          "Create a fax")
00092 
00093 dcl(DLG_InsertButton,           "&Insert")
00094 dcl(DLG_CloseButton,            "&Close")
00095 dcl(DLG_ApplyButton,            "&Apply")
00096 dcl(DLG_HelpButton,             "&Help")
00097 
00098 /* Tab Types - the order here must be consistent with the
00099    order in fl_BlockLayout.h*/
00100 dcl(TabToggleLeftTab,           "Left Tab")
00101 dcl(TabToggleCenterTab,         "Center Tab")
00102 dcl(TabToggleRightTab,          "Right Tab")
00103 dcl(TabToggleDecimalTab,        "Decimal Tab")
00104 dcl(TabToggleBarTab,            "Bar Tab")
00105 
00106 /* Find and Replace strings */
00107 dcl(DLG_FR_FindTitle,           "Find")
00108 dcl(DLG_FR_ReplaceTitle,        "Replace")
00109 dcl(DLG_FR_FindLabel,           "Fi&nd what:")
00110 dcl(DLG_FR_ReplaceWithLabel,    "Re&place with:")
00111 dcl(DLG_FR_MatchCase,           "&Match case")
00112 dcl(DLG_FR_WholeWord,                   "&Whole word")
00113 dcl(DLG_FR_ReverseFind,                 "Re&verse find")
00114 dcl(DLG_FR_FindNextButton,      "&Find Next")
00115 dcl(DLG_FR_ReplaceButton,       "&Replace")
00116 dcl(DLG_FR_ReplaceAllButton,    "Replace &All")
00117 dcl(DLG_FR_FinishedFind, "AbiWord has finished searching the document.")
00118 dcl(DLG_FR_FinishedReplace, "AbiWord has finished its search of the document and has made %d replacements.")
00119 
00120 /* Break dialog */
00121 dcl(DLG_Break_BreakTitle,       "Insert Break")
00122 dcl(DLG_Break_Insert,           "Insert")
00123 dcl(DLG_Break_SectionBreaks,    "Section Breaks")
00124 dcl(DLG_Break_PageBreak,        "&Page break")
00125 dcl(DLG_Break_ColumnBreak,      "&Column break")
00126 dcl(DLG_Break_NextPage,         "&Next page")
00127 dcl(DLG_Break_Continuous,       "Con&tinuous")
00128 dcl(DLG_Break_EvenPage,         "&Even page")
00129 dcl(DLG_Break_OddPage,          "&Odd page")
00130 
00131 /* Insert Table dialog */
00132 dcl(DLG_InsertTable_TableTitle,     "Insert Table")
00133 dcl(DLG_InsertTable_TableSize,      "Table Size")
00134 dcl(DLG_InsertTable_NumCols,        "Number of columns:")
00135 dcl(DLG_InsertTable_NumRows,        "Number of rows:")
00136 dcl(DLG_InsertTable_AutoFit,        "AutoFit Behavior")
00137 dcl(DLG_InsertTable_AutoColSize,    "Automatic column size")
00138 dcl(DLG_InsertTable_FixedColSize,   "Fixed column size:")
00139 
00140 /* Format FootNotes dialog */
00141 dcl(DLG_FormatFootnotes_Title,             "Format Footnotes and Endnotes")
00142 dcl(DLG_FormatFootnotes_Footnotes,         "Footnotes")
00143 dcl(DLG_FormatFootnotes_Endnotes,          "Endnotes")
00144 dcl(DLG_FormatFootnotes_FootStyle,         "Footnote style:")
00145 dcl(DLG_FormatFootnotes_FootRestartSec,    "Restart on each section")
00146 dcl(DLG_FormatFootnotes_FootRestartPage,   "Restart on each page")
00147 dcl(DLG_FormatFootnotes_FootRestartNone,   "Don't restart")
00148 dcl(DLG_FormatFootnotes_FootInitialVal,    "Initial Footnote value:")
00149 dcl(DLG_FormatFootnotes_EndStyle,          "Endnote style:")
00150 dcl(DLG_FormatFootnotes_EndRestartSec,     "Restart on each section")
00151 dcl(DLG_FormatFootnotes_EndInitialVal,     "Initial Endnote value:")
00152 dcl(DLG_FormatFootnotes_EndPlaceEndDoc,    "Place at end of document")
00153 dcl(DLG_FormatFootnotes_EndPlaceEndSec,    "Place at end of section")
00154 dcl(DLG_FormatFootnotes_EndPlacement,      "Placement:")
00155 dcl(DLG_FormatFootnotes_FootnoteRestart,   "Numbering:")
00156 
00157 /* Format TOC dialog */
00158 dcl(DLG_FormatTOC_Title,                  "Format Table of Contents")
00159 dcl(DLG_FormatTOC_General,                "General")
00160 dcl(DLG_FormatTOC_LayoutDetails,          "Layout Details")
00161 dcl(DLG_FormatTOC_None,                   "None")
00162 dcl(DLG_FormatTOC_HasHeading,             "&Has Heading")
00163 dcl(DLG_FormatTOC_HeadingText,            "H&eading text:")
00164 dcl(DLG_FormatTOC_HeadingStyle,           "Heading style:")
00165 dcl(DLG_FormatTOC_ChangeStyle,            "Change Style")
00166 dcl(DLG_FormatTOC_LevelDefs,              "Define Main Properties")
00167 dcl(DLG_FormatTOC_HasLabel,               "H&as label")
00168 dcl(DLG_FormatTOC_FillStyle,              "Fill style:")
00169 dcl(DLG_FormatTOC_DispStyle,              "Display style:")
00170 dcl(DLG_FormatTOC_DetailsTop,             "Label Definitions")
00171 dcl(DLG_FormatTOC_StartAt,                "&Start at:")
00172 dcl(DLG_FormatTOC_TextBefore,             "Text &before:")
00173 dcl(DLG_FormatTOC_NumberingType,          "&Numbering type:")
00174 dcl(DLG_FormatTOC_TextAfter,              "Text &after:")
00175 dcl(DLG_FormatTOC_InheritLabel,           "&Inherit label")
00176 dcl(DLG_FormatTOC_TabLeader,              "&Tab leader:")
00177 dcl(DLG_FormatTOC_Indent,                 "I&ndent:")
00178 dcl(DLG_FormatTOC_PageNumbering,          "&Page numbering:")
00179 dcl(DLG_FormatTOC_DetailsTabPage,         "Tabs and Page Numbering")
00180 dcl(DLG_FormatTOC_Level1,                 "Level 1")
00181 dcl(DLG_FormatTOC_Level2,                 "Level 2")
00182 dcl(DLG_FormatTOC_Level3,                 "Level 3")
00183 dcl(DLG_FormatTOC_Level4,                 "Level 4")
00184 
00185 /* Latex dialog */
00186 dcl(DLG_Latex_LatexTitle,   "LaTeX Equation")
00187 dcl(DLG_Latex_LatexEquation,    "LaTeX Equation:")
00188 dcl(DLG_Latex_Example,      "Example:")
00189 
00190 /*Equation Menus */
00191 dcl(MENU_LABEL_INSERT_EQUATION,"Equation")
00192 dcl(MENU_LABEL_TOOLTIP_INSERT_EQUATION,"Insert Equation")
00193 dcl(MENU_LABEL_INSERT_EQUATION_FILE,"From File")
00194 dcl(MENU_LABEL_TOOLTIP_INSERT_EQUATION_FILE,"Insert MathML from a file")
00195 dcl(MENU_LABEL_INSERT_EQUATION_LATEX,"From LaTeX")
00196 dcl(MENU_LABEL_TOOLTIP_INSERT_EQUATION_LATEX,"Insert Equation from a LaTeX expression")
00197 
00198 /* Word Count dialog */
00199 dcl(DLG_WordCount_WordCountTitle,   "Word Count")
00200 dcl(DLG_WordCount_Statistics,       "Statistics:")
00201 dcl(DLG_WordCount_Pages,            "Pages:")
00202 dcl(DLG_WordCount_Words,            "Words:")
00203 dcl(DLG_WordCount_Words_No_Notes,           "Words (no footnotes/endnotes):")
00204 dcl(DLG_WordCount_Characters_No,    "Characters (no spaces):")
00205 dcl(DLG_WordCount_Characters_Sp,    "Characters (with spaces):")
00206 dcl(DLG_WordCount_Paragraphs,       "Paragraphs:")
00207 dcl(DLG_WordCount_Lines,            "Lines:")
00208 dcl(DLG_WordCount_Update_Rate,      "Seconds between updates")
00209 dcl(DLG_WordCount_Auto_Update,      " Auto Update")
00210 
00211 /* Spell dialog */
00212 dcl(DLG_Spell_SpellTitle,       "Spelling")
00213 dcl(DLG_Spell_UnknownWord,      "Not in dictionary&:")
00214 dcl(DLG_Spell_ChangeTo,         "Change &to:")
00215 dcl(DLG_Spell_Change,           "&Change")
00216 dcl(DLG_Spell_ChangeAll,        "Change A&ll")
00217 dcl(DLG_Spell_Ignore,           "&Ignore")
00218 dcl(DLG_Spell_IgnoreAll,        "I&gnore All")
00219 dcl(DLG_Spell_AddToDict,        "&Add")
00220 dcl(DLG_Spell_Suggestions,      "Sugg&estions:")
00221 dcl(DLG_Spell_NoSuggestions,    "(no spelling suggestions)")
00222 
00223 /* Style Dialog */
00224 dcl(DLG_Styles_StylesTitle,     "Styles")
00225 dcl(DLG_Styles_Available,       "Available Styles")
00226 dcl(DLG_Styles_List,            "List")
00227 dcl(DLG_Styles_ParaPrev,        "Paragraph Preview")
00228 dcl(DLG_Styles_CharPrev,        "Character Preview")
00229 dcl(DLG_Styles_Description,     "Description")
00230 dcl(DLG_Styles_New,             "New...")
00231 dcl(DLG_Styles_Modify,          "Modify...")
00232 dcl(DLG_Styles_Delete,          "Delete")
00233 dcl(DLG_Styles_LBL_InUse,       "In Use")
00234 dcl(DLG_Styles_LBL_All,         "All")
00235 dcl(DLG_Styles_LBL_UserDefined, "User-defined styles")
00236 dcl(DLG_Styles_LBL_TxtMsg,      "What Hath God Wrought")
00237 dcl(DLG_Styles_ModifyTitle,     "Modify Styles")
00238 dcl(DLG_Styles_ModifyName,      "Style Name:")
00239 dcl(DLG_Styles_ModifyBasedOn,   "Based On:")
00240 dcl(DLG_Styles_ModifyFollowing, "Style for following paragraph")
00241 dcl(DLG_Styles_ModifyPreview,   "Preview")
00242 dcl(DLG_Styles_ModifyDescription,   "Description")
00243 dcl(DLG_Styles_ModifyTemplate,  "Add to template")
00244 dcl(DLG_Styles_ModifyAutomatic, "Automatically update")
00245 dcl(DLG_Styles_ModifyShortCut,  "Shortcut Key")
00246 dcl(DLG_Styles_ModifyFormat,    "Format")
00247 dcl(DLG_Styles_ModifyParagraph, "Paragraph")
00248 dcl(DLG_Styles_ModifyFont,      "Font")
00249 dcl(DLG_Styles_ModifyTabs,      "Tabs")
00250 dcl(DLG_Styles_ModifyNumbering, "Numbering")
00251 dcl(DLG_Styles_ModifyLanguage,  "Language")
00252 dcl(DLG_Styles_ModifyCharacter,  "Character")
00253 dcl(DLG_Styles_ModifyType,       "Style Type")
00254 dcl(DLG_Styles_DefNone,          "None")
00255 dcl(DLG_Styles_DefCurrent,       "Current Settings")
00256 dcl(DLG_Styles_NewTitle,         "New Style")
00257 dcl(DLG_Styles_RemoveLab,        "Remove Property from Style")
00258 dcl(DLG_Styles_RemoveButton,     "Remove")
00259 dcl(DLG_Styles_ErrNotTitle1,     "Style Name - ")
00260 dcl(DLG_Styles_ErrNotTitle2,     " - Reserved. \n You cannot use this name. Choose Another \n")
00261 dcl(DLG_Styles_ErrNoStyle,       "No Style selected \n so it cannot be modified")
00262 dcl(DLG_Styles_ErrStyleNot,      "This style does not exist \n so it cannot be modified")
00263 dcl(DLG_Styles_ErrStyleBuiltin, "Cannot modify a builtin style")
00264 dcl(DLG_Styles_ErrStyleCantDelete, "Cannot delete this style")
00265 dcl(DLG_Styles_ErrBlankName, "Style name cannot be left blank")
00266 dcl(DLG_Styles_StylesLocked,    "Disable all formatting commands, except styles")
00267 
00268 /* Stylist dialog */
00269 
00270 dcl(DLG_Stylist_Title, "Stylist")
00271 dcl(DLG_Stylist_ListStyles, "List Styles")
00272 dcl(DLG_Stylist_HeadingStyles, "Heading Styles")
00273 dcl(DLG_Stylist_FootnoteStyles, "Note Styles")
00274 dcl(DLG_Stylist_UserStyles, "User defined Styles")
00275 dcl(DLG_Stylist_MiscStyles, "Miscellaneous Styles")
00276 dcl(DLG_Stylist_Styles, "Styles")
00277 
00278 /* Paragraph dialog */
00279 dcl(DLG_Para_ParaTitle,         "Paragraph")
00280 
00281 dcl(DLG_Para_AlignLeft,         "Left")
00282 dcl(DLG_Para_AlignCentered,     "Centered")
00283 dcl(DLG_Para_AlignRight,        "Right")
00284 dcl(DLG_Para_AlignJustified,    "Justified")
00285 
00286 dcl(DLG_Para_SpecialNone,       "(none)")
00287 dcl(DLG_Para_SpecialFirstLine,  "First line")
00288 dcl(DLG_Para_SpecialHanging,    "Hanging")
00289 
00290 dcl(DLG_Para_SpacingSingle,     "Single")
00291 dcl(DLG_Para_SpacingHalf,       "1.5 lines")
00292 dcl(DLG_Para_SpacingDouble,     "Double")
00293 dcl(DLG_Para_SpacingAtLeast,    "At least")
00294 dcl(DLG_Para_SpacingExactly,    "Exactly")
00295 dcl(DLG_Para_SpacingMultiple,   "Multiple")
00296 
00297 dcl(DLG_Para_TabLabelIndentsAndSpacing, "Indents and Spacing")
00298 dcl(DLG_Para_TabLabelLineAndPageBreaks, "Line and Page Breaks")
00299 
00300 dcl(DLG_Para_LabelAlignment,    "Ali&gnment:")
00301 dcl(DLG_Para_LabelBy,           "B&y:")
00302 dcl(DLG_Para_LabelLeft,         "&Left:")
00303 dcl(DLG_Para_LabelRight,        "&Right:")
00304 dcl(DLG_Para_LabelSpecial,      "&Special:")
00305 dcl(DLG_Para_LabelBefore,       "&Before:")
00306 dcl(DLG_Para_LabelAfter,        "Aft&er:")
00307 dcl(DLG_Para_LabelLineSpacing,  "Li&ne spacing:")
00308 dcl(DLG_Para_LabelAt,           "&At:")
00309 
00310 dcl(DLG_Para_LabelIndentation,  "Indentation")
00311 dcl(DLG_Para_LabelSpacing,      "Spacing")
00312 dcl(DLG_Para_LabelPreview,      "Preview")
00313 dcl(DLG_Para_LabelPagination,   "Pagination")
00314 
00315 dcl(DLG_Para_PushWidowOrphanControl,    "&Widow/Orphan control")
00316 dcl(DLG_Para_PushKeepLinesTogether,     "&Keep lines together")
00317 dcl(DLG_Para_PushPageBreakBefore,       "Page &break before")
00318 dcl(DLG_Para_PushSuppressLineNumbers,   "&Suppress line numbers")
00319 dcl(DLG_Para_PushNoHyphenate,           "&Don't hyphenate")
00320 dcl(DLG_Para_PushKeepWithNext,          "Keep with ne&xt")
00321 
00322 dcl(DLG_Para_ButtonTabs,        "&Tabs...")
00323 
00324 dcl(DLG_Para_DomDirection,              "Right-to-left &dominant")
00325 
00326 /* Columns dialog */
00327 dcl(DLG_Column_ColumnTitle,     "Columns")
00328 dcl(DLG_Column_Number,          "Number of columns")
00329 dcl(DLG_Column_Preview,         "Preview")
00330 dcl(DLG_Column_One,             "One")
00331 dcl(DLG_Column_Two,             "Two")
00332 dcl(DLG_Column_Three,           "Three")
00333 dcl(DLG_Column_Line_Between,    "Line between")
00334 dcl(DLG_Column_Number_Cols,     "Number of Columns")
00335 dcl(DLG_Column_Space_After,     "Space after Column")
00336 dcl(DLG_Column_Size,            "Max Column size")
00337 
00338 dcl(DLG_Column_RtlOrder,        "Use RTL Order")
00339 
00340 /* when translating these, the important thing to remember is to get a
00341    similar amount of text in the translation.  Microsoft Word uses
00342    strings just like this to simulate text, and if your translation
00343    ends up very, very wordy, it will take up too much room in the preview.
00344 */
00345 dcl(DLG_Para_PreviewSampleFallback, "This paragraph represents words as they might appear in your document.  To see the text from your document used in this preview, position your cursor in a document paragraph with some text in it and open this dialog.")
00346 dcl(DLG_Para_PreviewPrevParagraph,  "Previous Paragraph Previous Paragraph Previous Paragraph Previous Paragraph Previous Paragraph Previous Paragraph Previous Paragraph")
00347 dcl(DLG_Para_PreviewFollowParagraph,"Following Paragraph Following Paragraph Following Paragraph Following Paragraph Following Paragraph Following Paragraph Following Paragraph")
00348 
00349 /* Options dialog */
00350 dcl(DLG_Options_OptionsTitle,           "Preferences")
00351 
00352 dcl(DLG_Options_TabLabel_Spelling,      "Spelling")
00353 dcl(DLG_Options_TabLabel_Other,         "Other")
00354 dcl(DLG_Options_TabLabel_Preferences,   "Preference Schemes")
00355 dcl(DLG_Options_TabLabel_View,          "View")
00356 dcl(DLG_Options_TabLabel_Misc,     "Misc.")
00357 dcl(DLG_Options_TabLabel_SmartQuotes,   "Smart Quotes")
00358 
00359 dcl(DLG_Options_Btn_Save,               "Sa&ve")
00360 dcl(DLG_Options_Btn_Apply,              "Apply")
00361 dcl(DLG_Options_Btn_Default,            "De&faults")
00362 
00363 dcl(DLG_Options_SpellCheckingTitle,     "Spell Checking")
00364 
00365 dcl(DLG_Options_Label_SpellCheckAsType, "Check s&pelling as you type")
00366 dcl(DLG_Options_Label_SpellHideErrors,  "Hide &spelling errors in the document")
00367 dcl(DLG_Options_Label_SpellHighlightMisspelledWords, "&Highlight misspelled words") // Opposite of HideErrors
00368 
00369      // Grammar Check
00370 dcl(DLG_Options_Label_Grammar, "Automatic Grammar Checking")
00371 dcl(DLG_Options_Label_GrammarCheck, "Check &grammar as you type")
00372 
00373 dcl(DLG_Options_Label_SmartQuotes, "Enable smart (curly) quotes")
00374 dcl(DLG_Options_Label_CustomSmartQuotes, "Use custom smart quote style")
00375 dcl(DLG_Options_Label_OuterQuoteStyle, "Outer (double) quote style")
00376 dcl(DLG_Options_Label_InnerQuoteStyle, "Inner (single) quote style")
00377                                               // should be merged one day
00378 dcl(DLG_Options_Label_SpellSuggest,     "A&lways suggest corrections")
00379 dcl(DLG_Options_Label_SpellMainOnly,    "Suggest from &main dictionary only")
00380 dcl(DLG_Options_Label_SpellUppercase,   "Words in &UPPERCASE")
00381 dcl(DLG_Options_Label_SpellNumbers,     "Words with num&bers")
00382 dcl(DLG_Options_Label_SpellCustomDict,  "Custom Dictionary:")
00383 dcl(DLG_Options_Label_SpellIgnoredWord, "Ignored words:")
00384 dcl(DLG_Options_Label_SpellIgnoreWords, "Ignore Words")
00385 dcl(DLG_Options_Btn_CustomDict,         "&Dictionary...")
00386 dcl(DLG_Options_Btn_IgnoreReset,        "&Reset")
00387 dcl(DLG_Options_Btn_IgnoreEdit,         "&Edit")
00388 dcl(DLG_Options_Label_SpellAutoReplace, "Auto replace misspelled words")
00389 dcl(DLG_Options_Label_SpellDictionaries,    "Dictionaries")
00390 
00391 dcl(DLG_Options_Label_DefaultPageSize, "Default page size")
00392 
00393 dcl(DLG_Options_Label_DirectionRtl, "Default to right-to-left direction of text")
00394 dcl(DLG_Options_Label_BiDiOptions, "Text Directionality")
00395 dcl(DLG_Options_Label_HebrewContextGlyphs, "Use glyph shaping for Hebrew")
00396 
00397 dcl(DLG_Options_Label_UI,           "User Interface")
00398 dcl(DLG_Options_Label_AppStartup,       "Application Startup")
00399 dcl(DLG_Options_Label_Documents,        "Documents")
00400 
00401 dcl(DLG_Options_Label_UILang,                   "User Interface Language")
00402 dcl(DLG_Options_Label_LangSettings,             "Language settings")
00403 
00404 
00405 dcl(DLG_Options_Label_AutoSave,         "Auto Save")
00406 dcl(DLG_Options_Label_AutoSaveUnderline,    "Auto &Save")
00407 dcl(DLG_Options_Label_AutoSaveCurrent,      "Auto &save current file every")
00408 dcl(DLG_Options_Label_AutoSaveInterval,     "&Interval:")
00409 dcl(DLG_Options_Label_Minutes,          "minutes")
00410 dcl(DLG_Options_Label_FileExtension,        "&File extension:")
00411 dcl(DLG_Options_Label_WithExtension,        "With extension:")
00412 
00413 dcl(DLG_Options_Label_PrefsAutoSave,    "&Automatically save this Scheme")
00414 dcl(DLG_Options_Label_PrefsCurrentScheme,   "&Current Preferences Scheme")
00415 
00416 dcl(DLG_Options_Label_CheckAutoLoadPlugins, "Automatically load all plugins found")
00417 
00418 dcl(DLG_Options_Label_ViewShowHide,     "Show...")
00419 dcl(DLG_Options_Label_ViewRuler,        "&Ruler")
00420 dcl(DLG_Options_Label_ViewUnits,        "&Units:")
00421 dcl(DLG_Options_Label_ViewCursorBlink,  "Cursor &blink")
00422 dcl(DLG_Options_Label_ViewStandardTB,       "Standard Toolbar")
00423 dcl(DLG_Options_Label_ViewFormatTB,     "Format Toolbar")
00424 dcl(DLG_Options_Label_ViewTableTB,      "Table Toolbar")
00425 dcl(DLG_Options_Label_ViewExtraTB,      "Extra Toolbar")
00426 dcl(DLG_Options_Label_ViewSimpleTB,     "Simple Toolbar")
00427 dcl(DLG_Options_Label_ViewStatusBar,        "&Status bar")
00428 dcl(DLG_Options_Label_ViewViewFrame,    "View...")
00429 dcl(DLG_Options_Label_ViewAll,          "&All")
00430 dcl(DLG_Options_Label_ViewHiddenText,   "&Hidden Text")
00431 dcl(DLG_Options_Label_ViewUnprintable,  "Invisible &Layout Marks")
00432 dcl(DLG_Options_Label_CheckEnableSmoothScrolling, "Enable Smooth Scrolling")
00433 
00434 dcl(DLG_Options_Label_CheckWhiteForTransparent, "Allow screen colors other than white")
00435 dcl(DLG_Options_Label_ChooseForTransparent, "Choose Screen Color")
00436 dcl(DLG_Options_Label_ColorChooserLabel,    "Choose screen color for AbiWord")
00437 dcl(DLG_Options_Label_EnableOverwrite,      "&Enable overwrite mode toggle")
00438 dcl(DLG_Options_Label_InvalidRangeForAutoSave,  "You should choose a range from 1 to 120 for the auto save frequency")
00439 dcl(DLG_Options_Prompt_YouMustRestart,  "The new user interface language will take effect the next time that you start the application")
00440 
00441 dcl(DLG_Options_Prompt_IgnoreResetCurrent,  "Do you want to reset ignored words in the current document?")
00442 dcl(DLG_Options_Prompt_IgnoreResetAll,      "Do you want to reset ignored words in all the documents?")
00443 
00444 dcl(DLG_Options_Label_Icons, "Icons")
00445 dcl(DLG_Options_Label_Text, "Text")
00446 dcl(DLG_Options_Label_Both, "Text and Icon")
00447 dcl(DLG_Options_Label_Show, "Show")
00448 dcl(DLG_Options_Label_Hide, "Hide")
00449 dcl(DLG_Options_Label_Toolbars, "Toolbars")
00450 dcl(DLG_Options_Label_Look, "Button Style")
00451 dcl(DLG_Options_Label_Visible, "Visible")
00452 dcl(DLG_Options_Label_ViewTooltips, "View tooltips")
00453 dcl(DLG_Options_Label_General, "General")
00454 dcl(DLG_Options_Label_Ignore, "Ignore")
00455 dcl(DLG_Options_Label_CustomDict, "custom.dic")
00456 dcl(DLG_Options_Label_Layout, "Layout")
00457 dcl(DLG_Options_Label_Schemes, "Preference Schemes")
00458 dcl(DLG_Options_Label_Language, "Language")
00459 
00460 dcl(DLG_Tab_TabTitle,                   "Tabs")
00461 dcl(DLG_Tab_Label_Existing,             "User-defined Tabs")
00462 dcl(DLG_Tab_Label_New,                  "Set new Tab")
00463 dcl(DLG_Tab_Label_TabPosition,          "Tab stop position:")
00464 dcl(DLG_Tab_Label_TabToClear,           "Tab stops to be cleared:")
00465 dcl(DLG_Tab_Label_DefaultTS,            "Default tab stops:")
00466 
00467 dcl(DLG_Tab_Label_Position,             "Position")
00468 
00469 dcl(DLG_Tab_Label_Alignment,            "Alignment")
00470 dcl(DLG_Tab_Radio_NoAlign,              "None")
00471 dcl(DLG_Tab_Radio_Left,                 "Left")
00472 dcl(DLG_Tab_Radio_Center,               "Center")
00473 dcl(DLG_Tab_Radio_Right,                "Right")
00474 dcl(DLG_Tab_Radio_Decimal,              "Decimal")
00475 dcl(DLG_Tab_Radio_Bar,                  "Bar")
00476 
00477 dcl(DLG_Tab_Label_Leader,               "Leader")
00478 dcl(DLG_Tab_Radio_None,                 "&1 None")
00479 dcl(DLG_Tab_Radio_Dot,                  "&2 ..........")
00480 dcl(DLG_Tab_Radio_Dash,                 "&3 ----------")
00481 dcl(DLG_Tab_Radio_Underline,            "&4 __________")
00482 
00483 dcl(DLG_Tab_Button_Set,                 "Set")
00484 dcl(DLG_Tab_Button_Clear,               "Clear")
00485 dcl(DLG_Tab_Button_ClearAll,            "Clear &All")
00486 
00487 dcl(DLG_DateTime_DateTimeTitle,         "Insert Date and Time")
00488 dcl(DLG_DateTime_AvailableFormats,      "Available Formats:")
00489 
00490 dcl(DLG_MergeCellsTitle,                 "Merge Cells")
00491 dcl(DLG_MergeCells_Frame,                "Merge Cells")
00492 dcl(DLG_MergeCells_Left,                 "Merge Left")
00493 dcl(DLG_MergeCells_Right,                "Merge Right")
00494 dcl(DLG_MergeCells_Above,                "Merge Above")
00495 dcl(DLG_MergeCells_Below,                "Merge Below")
00496 
00497 
00498 dcl(DLG_SplitCellsTitle,                 "Split Cells")
00499 dcl(DLG_SplitCells_Frame,                "Split Cells")
00500 dcl(DLG_SplitCells_Left,                 "Split on Left Side")
00501 dcl(DLG_SplitCells_HoriMid,              "Split in Middle")
00502 dcl(DLG_SplitCells_Right,                "Split on Right Side")
00503 dcl(DLG_SplitCells_Above,                "Split on Top Side")
00504 dcl(DLG_SplitCells_VertMid,              "Split in Middle")
00505 dcl(DLG_SplitCells_Below,                "Split on Bottom Side")
00506 
00507 
00508 dcl(DLG_FormatFrameTitle,                "Format Text Box")
00509 dcl(DLG_FormatFrame_Borders,             "Borders")
00510 dcl(DLG_FormatFrame_Background,          "Background")
00511 dcl(DLG_FormatFrame_Border_Color,        "Border color:")
00512 dcl(DLG_FormatFrame_Background_Color,    "Background color:")
00513 dcl(DLG_FormatFrame_Color,           "Color:")
00514 dcl(DLG_FormatFrame_Preview,             "Preview")
00515 dcl(DLG_FormatFrame_SetImageBackground,  "Image For Background")
00516 dcl(DLG_FormatFrame_SetImage,            "Set Image")
00517 dcl(DLG_FormatFrame_SelectImage,         "Select image from File")
00518 dcl(DLG_FormatFrame_NoImageBackground,   "Set no image")
00519 dcl(DLG_FormatFrame_TextWrapping,        "Text Wrapping")
00520 dcl(DLG_FormatFrame_SetTextWrapping,     "Set Text Wrapping")
00521 dcl(DLG_FormatFrame_SetToParagraph,      "Position to Paragraph")
00522 dcl(DLG_FormatFrame_SetToColumn,         "Position to Column")
00523 dcl(DLG_FormatFrame_SetToPage,           "Position to Page")
00524 dcl(DLG_FormatFrame_PositionTo,          "Text Box Position")
00525 
00526 dcl(DLG_FormatTableTitle,                "Format Table")
00527 dcl(DLG_FormatTable_Borders,             "Borders")
00528 dcl(DLG_FormatTable_Background,          "Background")
00529 dcl(DLG_FormatTable_Border_Color,        "Border color:")
00530 dcl(DLG_FormatTable_Background_Color,    "Background color:")
00531 dcl(DLG_FormatTable_Color,               "Color:")
00532 dcl(DLG_FormatTable_Thickness,           "Thickness:")
00533 dcl(DLG_FormatTable_Preview,             "Preview")
00534 dcl(DLG_FormatTable_Apply_To,            "Apply to:")
00535 dcl(DLG_FormatTable_Apply_To_Selection,  "Selection")
00536 dcl(DLG_FormatTable_Apply_To_Row,        "Row")
00537 dcl(DLG_FormatTable_Apply_To_Column,     "Column")
00538 dcl(DLG_FormatTable_Apply_To_Table,      "Table")
00539 dcl(DLG_FormatTable_SetImageBackground,  "Image For Background")
00540 dcl(DLG_FormatTable_SetImage,            "Set Image")
00541 dcl(DLG_FormatTable_SelectImage,         "Select image from File")
00542 dcl(DLG_FormatTable_NoImageBackground,   "Set no image")
00543 
00544 dcl(DLG_BorderShading_Title,                "Borders and Shading")
00545 dcl(DLG_BorderShading_Borders,              "Borders")
00546 dcl(DLG_BorderShading_Shading,              "Shading")
00547 dcl(DLG_BorderShading_Use_Shading,          "Enable shading")
00548 dcl(DLG_BorderShading_Border_Color,         "Border color:")
00549 dcl(DLG_BorderShading_Shading_Color,        "Shading color:")
00550 dcl(DLG_BorderShading_Color,                "Color:")
00551 dcl(DLG_BorderShading_Thickness,            "Thickness:")
00552 dcl(DLG_BorderShading_Border_Style,         "Style:")
00553 dcl(DLG_BorderShading_Border_Style_None,    "None")
00554 dcl(DLG_BorderShading_Border_Style_Solid,   "Solid line")
00555 dcl(DLG_BorderShading_Border_Style_Dashed,  "Dashed line")
00556 dcl(DLG_BorderShading_Border_Style_Dotted,  "Dotted line")
00557 dcl(DLG_BorderShading_Offset,               "Offset:")
00558 dcl(DLG_BorderShading_Preview,              "Preview")
00559 
00560 dcl(DLG_Field_FieldTitle,               "Insert Field")
00561 dcl(DLG_Field_Types,                    "&Types:")
00562 dcl(DLG_Field_Types_No_Colon,               "&Types")
00563 dcl(DLG_Field_Fields,                   "&Fields:")
00564 dcl(DLG_Field_Fields_No_Colon,              "&Fields")
00565 dcl(DLG_Field_Parameters,               "Extra Parameters:")
00566 
00567 dcl(DLG_MailMerge_MailMergeTitle, "Insert Mail Merge Field")
00568 dcl(DLG_MailMerge_AvailableFields, "Available Fields")
00569 dcl(DLG_MailMerge_Insert, "Field Name:")
00570 dcl(DLG_MailMerge_OpenFile, "&Open File")
00571 
00572 dcl(FIELD_Error,                "Error calculating value!")
00573 dcl(FIELD_Type_Datetime,        "Date and Time")
00574 dcl(FIELD_Type_Numbers,         "Numbers")
00575 dcl(FIELD_Type_PieceTable,      "Piece Table")
00576 dcl(FIELD_Datetime_CurrentTime,     "Current Time")
00577 dcl(FIELD_Numbers_PageNumber,       "Page Number")
00578 dcl(FIELD_Numbers_TOCPageNumber,        "Table of Contents Page")
00579 dcl(FIELD_Numbers_TOCListLabel,     "Table of Contents List Label")
00580 dcl(FIELD_Numbers_PageReference,    "Page Reference")
00581 dcl(FIELD_Numbers_PagesCount,       "Number of Pages")
00582 dcl(FIELD_Numbers_ListLabel,        "List Label")
00583 dcl(FIELD_Numbers_TableSumCols,     "Sum a Table Row")
00584 dcl(FIELD_Numbers_TableSumRows,     "Sum a Table Column")
00585 dcl(FIELD_Numbers_WordCount, "Word Count")
00586 dcl(FIELD_Numbers_CharCount, "Character Count")
00587 dcl(FIELD_Numbers_LineCount, "Line Count")
00588 dcl(FIELD_Numbers_ParaCount, "Paragraph Count")
00589 dcl(FIELD_Numbers_NbspCount, "Character Count (w/o spaces)")
00590 dcl(FIELD_Numbers_EndnoteReference, "Endnote reference")
00591 dcl(FIELD_Numbers_EndnoteAnchor,    "Endnote anchor")
00592 dcl(FIELD_Numbers_FootnoteReference, "Footnote reference")
00593 dcl(FIELD_Numbers_FootnoteAnchor,   "Footnote anchor")
00594 dcl(FIELD_PieceTable_Test,      "Kevins Test")
00595 dcl(FIELD_PieceTable_MartinTest,    "Martins Test")
00596 dcl(FIELD_Datetime_CurrentDate,         "Current Date")
00597 
00598 dcl(FIELD_DateTime_MMDDYY, "mm/dd/yy")
00599 dcl(FIELD_DateTime_DDMMYY, "dd/mm/yy")
00600 dcl(FIELD_DateTime_MonthDayYear, "Month Day, Year")
00601 dcl(FIELD_DateTime_MthDayYear, "Mth. Day, Year")
00602 dcl(FIELD_DateTime_DefaultDate, "Default date representation")
00603 dcl(FIELD_DateTime_DefaultDateNoTime, "Default date (w/o time)")
00604 dcl(FIELD_DateTime_Wkday, "The weekday")
00605 dcl(FIELD_DateTime_DOY, "Day # in the year")
00606 
00607 dcl(FIELD_DateTime_MilTime, "Military Time")
00608 dcl(FIELD_DateTime_AMPM, "AM/PM")
00609 dcl(FIELD_DateTime_TimeZone, "Time Zone")
00610 dcl(FIELD_DateTime_Epoch, "Seconds since the epoch")
00611 dcl(FIELD_DateTime_Custom, "Customizable date/time")
00612 
00613 dcl(FIELD_Application, "Application")
00614 dcl(FIELD_Application_Filename, "File Name")
00615 dcl(FIELD_Application_Version, "Version")
00616 dcl(FIELD_Application_BuildId, "Build Id.")
00617 dcl(FIELD_Application_Options, "Build Options")
00618 dcl(FIELD_Application_Target, "Build Target")
00619 dcl(FIELD_Application_CompileDate, "Compile Date")
00620 dcl(FIELD_Application_CompileTime, "Compile Time")
00621 dcl(FIELD_Application_MailMerge, "Mail Merge")
00622 
00623 dcl(FIELD_Type_Document, "Document")
00624 dcl(FIELD_Document_Title, "Title")
00625 dcl(FIELD_Document_Creator, "Creator")
00626 dcl(FIELD_Document_Subject, "Subject")      //xgettext:msgctxt
00627 dcl(FIELD_Document_Publisher, "Publisher")
00628 dcl(FIELD_Document_Contributor, "Contributor")
00629 dcl(FIELD_Document_Date, "Date")
00630 dcl(FIELD_Document_Type, "Type")
00631 dcl(FIELD_Document_Language, "Language")
00632 dcl(FIELD_Document_Coverage, "Coverage")
00633 dcl(FIELD_Document_Rights, "Rights")
00634 dcl(FIELD_Document_Keywords, "Keywords")
00635 dcl(FIELD_Document_Description, "Description")
00636 
00637 dcl(DLG_Goto_Title,                     "Go to")
00638 dcl(DLG_Goto_Label_Help,            "Choose your target in the left side.\nIf you want to use the \"Go To\" button, just fill the Number Entry with the desired number.  You can use + and - to perform relative movement.  I.e., if you write \"+2\" and you select \"Line\", the \"Go To\" will go 2 lines below your current position.")
00639 dcl(DLG_Goto_Btn_Prev,                  "<< Prev")
00640 dcl(DLG_Goto_Btn_Next,                  "Next >>")
00641 dcl(DLG_Goto_Label_What,                "Go To &What:")
00642 dcl(DLG_Goto_Label_Number,              "&Number:")
00643 dcl(DLG_Goto_Label_Name,                "&Name:")
00644 dcl(DLG_Goto_Btn_Goto,                  "Go To")
00645 dcl(DLG_Goto_Label_Position,                "Position")
00646 dcl(DLG_Goto_Target_Page,               "Page")
00647 dcl(DLG_Goto_Target_Line,               "Line")
00648 dcl(DLG_Goto_Target_Picture,            "Picture")
00649 dcl(DLG_Goto_Target_Bookmark,           "Bookmark")
00650 dcl(DLG_Goto_Target_XMLid,          "RDF Link")
00651 dcl(DLG_Goto_Target_Annotation,     "Annotation")
00652 dcl(DLG_Goto_Column_ID,         "ID")
00653 dcl(DLG_Goto_Column_Title,          "Title")
00654 dcl(DLG_Goto_Column_Author,         "Author")
00655 
00656 dcl(DLG_RDF_Query_Title,                    "Execute SPARQL on document RDF")
00657 dcl(DLG_RDF_Query_ShowAll,                  "Show All RDF")
00658 dcl(DLG_RDF_Query_Execute,                  "Execute Query")
00659 dcl(DLG_RDF_Query_Column_Subject,           "Subject")      //xgettext:msgctxt
00660 dcl(DLG_RDF_Query_Column_Predicate,         "Predicate")
00661 dcl(DLG_RDF_Query_Column_Object,            "Object")
00662 dcl(DLG_RDF_Query_Comment,                  "# Insert your SPARQL query here\n# Results are shown below.")
00663 dcl(DLG_RDF_Query_Status,                   "Query RDF: %d of total: %ld")
00664 dcl(DLG_RDF_Editor_Title,                   "Edit document RDF")
00665 dcl(DLG_RDF_Editor_Menu_File,               "&File")
00666 dcl(DLG_RDF_Editor_Menu_Triple,             "&Triple")
00667 dcl(DLG_RDF_Editor_ShowAll,                 "Update")
00668 dcl(DLG_RDF_Editor_Status,                  "Total RDF: %d")
00669 dcl(DLG_RDF_Editor_Restrict,                "Restrict to RDF Link:")
00670 dcl(DLG_RDF_Insert_NewContact,              "New Contact")
00671 dcl(DLG_RDF_SemanticItemInsert_Title,       "Insert Reference to Semantic Item")
00672 dcl(DLG_RDF_SemanticItemInsert_Ok,          "Insert Reference")
00673 dcl(DLG_RDF_SemanticItemInsert_Column_Refdlg,"Contacts")
00674 dcl(DLG_RDF_SemanticStylesheets_Title,      "RDF Stylesheet")
00675 dcl(DLG_RDF_SemanticStylesheets_Explanation,"Set the current stylesheet for Semantic Items in this document. New RDF objects will use this stylesheet automatically. The buttons allow you to set the stylesheet for all existing Semantic Items to the new stylesheet as well.")
00676 dcl(DLG_RDF_SemanticStylesheets_Contacts,   "Contacts")
00677 dcl(DLG_RDF_SemanticStylesheets_Events,     "Events")
00678 dcl(DLG_RDF_SemanticStylesheets_Locations,  "Locations")
00679 dcl(DLG_RDF_SemanticStylesheets_Set,        "Set For All Existing")
00680 
00681 
00682 // Lists Dialog
00683 
00684 dcl(DLG_Lists_Title,                     "Lists for ")
00685 dcl(DLG_Lists_Start_New_List,             "Start New List")
00686 dcl(DLG_Lists_Stop_Current_List,             "Stop Current List")
00687 dcl(DLG_Lists_Resume_Previous_List,             "Resume Previous List")
00688 dcl(DLG_Lists_New_List_Type,             "New List \nType")
00689 dcl(DLG_Lists_Numbered_List,             "Numbered List")
00690 dcl(DLG_Lists_Lower_Case_List,             "Lower Case List")
00691 dcl(DLG_Lists_Upper_Case_List,             "Upper Case List")
00692 dcl(DLG_Lists_Lower_Roman_List,             "Lower Roman List")
00693 dcl(DLG_Lists_Upper_Roman_List,             "Upper Roman List")
00694 dcl(DLG_Lists_Arabic_List,             "Arabic List")
00695 dcl(DLG_Lists_Hebrew_List,             "Hebrew List")
00696 dcl(DLG_Lists_Bullet_List,                 "Bullet List")
00697 dcl(DLG_Lists_Dashed_List,                 "Dashed List")
00698 dcl(DLG_Lists_Square_List,                 "Square List")
00699 dcl(DLG_Lists_Triangle_List,                 "Triangle List")
00700 dcl(DLG_Lists_Diamond_List,                 "Diamond List")
00701 dcl(DLG_Lists_Star_List,                 "Star List")
00702 dcl(DLG_Lists_Implies_List,                 "Implies List")
00703 dcl(DLG_Lists_Tick_List,                 "Tick List")
00704 dcl(DLG_Lists_Box_List,                  "Box List")
00705 dcl(DLG_Lists_Hand_List,                 "Hand List")
00706 dcl(DLG_Lists_Heart_List,                "Heart List")
00707 dcl(DLG_Lists_Starting_Value,            "New Starting \nValue")
00708 dcl(DLG_Lists_New_List_Label,            "New List Label")
00709 dcl(DLG_Lists_Current_List_Type,         "Current List Type")
00710 dcl(DLG_Lists_Current_List_Label,        "Current List Label")
00711 dcl(DLG_Lists_Cur_Change_Start,          "Change Current \nList")
00712 dcl(DLG_Lists_Type,                      "Type:")
00713 dcl(DLG_Lists_Type_none,                 "None")
00714 dcl(DLG_Lists_Type_bullet,               "Bullet")
00715 dcl(DLG_Lists_Type_numbered,             "Numbered")
00716 dcl(DLG_Lists_Style,                     "Style:")
00717 dcl(DLG_Lists_Customize,                 "Customized List")
00718 dcl(DLG_Lists_Format,                    "Format:")
00719 dcl(DLG_Lists_Font,                      "Font:")
00720 dcl(DLG_Lists_ButtonFont,                "Font...")
00721 dcl(DLG_Lists_DelimiterString,           "Level Delimiter:")
00722 dcl(DLG_Lists_Level,                     "Level:")
00723 dcl(DLG_Lists_Start,                     "Start At:")
00724 dcl(DLG_Lists_Align,                     "Text Align:")
00725 dcl(DLG_Lists_Indent,                     "Label Align:")
00726 dcl(DLG_Lists_Current_Font,                     "Current Font")
00727 dcl(DLG_Lists_Preview,                     "Preview")
00728 dcl(DLG_Lists_Start_New,                     "Start New List")
00729 dcl(DLG_Lists_Apply_Current,                "Apply to Current List")
00730 dcl(DLG_Lists_Start_Sub,                "Start Sublist")
00731 dcl(DLG_Lists_Resume,                "Attach to Previous List")
00732 dcl(DLG_Lists_SetDefault,                "Set Default Values")
00733 dcl(DLG_Lists_PageProperties,                "List Properties")
00734 dcl(DLG_Lists_PageFolding,               "Text Folding")
00735 dcl(DLG_Lists_FoldingLevelexp,               "Hide text below List Levels")
00736 dcl(DLG_Lists_FoldingLevel0,                 "No Folding")
00737 dcl(DLG_Lists_FoldingLevel1,                 "Fold below level 1")
00738 dcl(DLG_Lists_FoldingLevel2,                 "Fold below level 2")
00739 dcl(DLG_Lists_FoldingLevel3,                 "Fold below level 3")
00740 dcl(DLG_Lists_FoldingLevel4,                 "Fold below level 4")
00741 
00742      /* page numbers dialog */
00743 dcl(DLG_PageNumbers_Title,       "Page Numbers")
00744 dcl(DLG_PageNumbers_Left,        "Left")
00745 dcl(DLG_PageNumbers_Right,       "Right")
00746 dcl(DLG_PageNumbers_Center,          "Center")
00747 dcl(DLG_PageNumbers_Header,      "Top")
00748 dcl(DLG_PageNumbers_Footer,      "Bottom")
00749 dcl(DLG_PageNumbers_Preview,         "Preview")
00750 dcl(DLG_PageNumbers_Alignment,       "Alignment:")
00751 dcl(DLG_PageNumbers_Alignment_No_Colon,  "Alignment")
00752 dcl(DLG_PageNumbers_Position,        "Position:")
00753 dcl(DLG_PageNumbers_Position_No_Colon,   "Position")
00754 
00755      /* page setup dialog */
00756 dcl(DLG_PageSetup_Title,  "Page Setup")
00757 dcl(DLG_PageSetup_Paper,  "Paper")
00758 dcl(DLG_PageSetup_Width,  "&Width:")
00759 dcl(DLG_PageSetup_Height, "&Height:")
00760 dcl(DLG_PageSetup_Paper_Size, "Paper Si&ze:")
00761 dcl(DLG_PageSetup_Units, "&Units:")
00762 dcl(DLG_PageSetup_Orient, "Orientation")
00763 dcl(DLG_PageSetup_Landscape, "&Landscape")
00764 dcl(DLG_PageSetup_Portrait, "&Portrait")
00765 dcl(DLG_PageSetup_Scale, "Scale")
00766 dcl(DLG_PageSetup_Adjust, "&Adjust to:")
00767 dcl(DLG_PageSetup_Percent, "% of normal size")      //xgettext:no-c-format
00768 dcl(DLG_PageSetup_Page, "Page")
00769 dcl(DLG_PageSetup_Top, "&Top:")
00770 dcl(DLG_PageSetup_Header, "&Header:")
00771 dcl(DLG_PageSetup_Footer, "&Footer:")
00772 dcl(DLG_PageSetup_Bottom, "&Bottom:")
00773 dcl(DLG_PageSetup_Left, "&Left:")
00774 dcl(DLG_PageSetup_Right, "&Right:")
00775 dcl(DLG_PageSetup_Margin, "Margin")
00776 dcl(DLG_PageSetup_ErrBigMargins, "The margins selected are too large to fit on the page.")
00777 
00778 dcl(MSG_AutoMerge, "Automerge")
00779 dcl(MSG_DirectionModeChg,   "You have changed the direction mode.")
00780 dcl(MSG_DefaultDirectionChg,"You have changed the default direction.")
00781 dcl(MSG_AfterRestartNew, "This change will only take effect when you restart AbiWord or create a new document.")
00782 dcl(MSG_BookmarkNotFound, "Bookmark \"%s\" was not found in this document.")
00783 dcl(MSG_BookmarkAlreadyExists, "This bookmark already exists. Would you like to replace the existing bookmark with this new one?")
00784 dcl(MSG_XMLIDAlreadyExists, "This RDF link already exists. Would you like to replace the existing RDF link with this new one?")
00785 dcl(MSG_HyperlinkNoSelection, "You must select a portion of the document before inserting a hyperlink.")
00786 dcl(MSG_HyperlinkNoBookmark, "Warning: the bookmark you provided [%s] does not exist.")
00787 dcl(MSG_HyperlinkCrossesBoundaries, "The text to which the hyperlink is to be attached must be within a single paragraph.")
00788 dcl(MSG_HiddenRevisions, "This document contains revisions which are currently hidden from view. Please see AbiWord documentation for information on working with revisions.")
00789 
00790 dcl(DLG_ToggleCase_Title, "Change Case")
00791 dcl(DLG_ToggleCase_SentenceCase, "Sentence case")
00792 dcl(DLG_ToggleCase_LowerCase, "lowercase")
00793 dcl(DLG_ToggleCase_UpperCase, "UPPERCASE")
00794 dcl(DLG_ToggleCase_TitleCase, "Title Case")
00795 dcl(DLG_ToggleCase_FirstUpperCase, "Initial Caps")
00796 dcl(DLG_ToggleCase_ToggleCase, "tOGGLE cASE")
00797 
00798 dcl(DLG_Background_Title, "Change Background Color")
00799 dcl(DLG_Background_ClearClr, "Clear Background Color")
00800 dcl(DLG_Background_TitleFore, "Change Text Color")
00801 dcl(DLG_Background_TitleHighlight, "Change Highlight Color")
00802 dcl(DLG_Background_ClearHighlight, "Clear Highlight Color")
00803 
00804 dcl(DLG_HdrFtr_Title, "Format Header/Footers")
00805 dcl(DLG_HdrFtr_HeaderFrame, "Header Properties")
00806 dcl(DLG_HdrFtr_HeaderEven, "Different header on facing pages")
00807 dcl(DLG_HdrFtr_HeaderFirst, "Different header on first page")
00808 dcl(DLG_HdrFtr_HeaderLast, "Different header on last page")
00809 dcl(DLG_HdrFtr_FooterFrame, "Footer Properties")
00810 dcl(DLG_HdrFtr_FooterEven, "Different footer on facing pages")
00811 dcl(DLG_HdrFtr_FooterFirst, "Different footer on first page")
00812 dcl(DLG_HdrFtr_FooterLast, "Different footer on last page")
00813 dcl(DLG_HdrFtr_PageNumberProperties, "Page Number Properties")
00814 dcl(DLG_HdrFtr_RestartCheck, "Restart page numbers on new sections")
00815 dcl(DLG_HdrFtr_RestartNumbers, "Restart numbering at:")
00816 
00817 dcl(DLG_MetaData_Title, "Document Properties")
00818 dcl(DLG_MetaData_Title_LBL, "Title:")
00819 dcl(DLG_MetaData_Subject_LBL, "Subject:")
00820 dcl(DLG_MetaData_Author_LBL, "Author:")
00821 dcl(DLG_MetaData_Publisher_LBL, "Publisher:")
00822 dcl(DLG_MetaData_CoAuthor_LBL, "Contributor(s):")
00823 dcl(DLG_MetaData_Category_LBL, "Category:")
00824 dcl(DLG_MetaData_Keywords_LBL, "Keywords:")
00825 dcl(DLG_MetaData_Languages_LBL, "Language(s):")
00826 dcl(DLG_MetaData_Description_LBL, "Description:")
00827 dcl(DLG_MetaData_Source_LBL, "Source:")
00828 dcl(DLG_MetaData_Relation_LBL, "Relation:")
00829 dcl(DLG_MetaData_Coverage_LBL, "Coverage:")
00830 dcl(DLG_MetaData_Rights_LBL, "Rights:")
00831 dcl(DLG_MetaData_TAB_Permission, "Permissions")
00832 dcl(DLG_MetaData_TAB_Summary, "Summary")
00833 dcl(DLG_MetaData_TAB_General,"General")
00834 
00835 dcl(MSG_EmptySelection, "Current Selection is Empty")
00836 
00837 dcl(DLG_InsertBookmark_Title, "Insert Bookmark")
00838 dcl(DLG_InsertBookmark_Msg,   "Type a name for the bookmark, or select an existing from the list.")
00839 dcl(DLG_InsertXMLID_Title,    "Insert RDF Link")
00840 dcl(DLG_InsertXMLID_Msg,      "Type a name for the RDF link")
00841 
00842 dcl(DLG_InsertHyperlink_Title, "Insert Hyperlink")
00843 dcl(DLG_InsertHyperlink_Msg, "Select a target bookmark from the list.")
00844 
00845     /* Mark revisions dialog */
00846 dcl(DLG_MarkRevisions_Title, "Mark Revisions")
00847 dcl(DLG_MarkRevisions_Check1Label, "Continue previous revision (number %d)")
00848 dcl(DLG_MarkRevisions_Check2Label, "Start a new revision")
00849 dcl(DLG_MarkRevisions_Comment2Label, "Comment to be associated with the revision:")
00850 
00851     /* List revisions dialog */
00852 dcl(DLG_ListRevisions_Title, "Select Revision")
00853 dcl(DLG_ListRevisions_Column1Label, "Revision ID")
00854 dcl(DLG_ListRevisions_Column2Label, "Date")
00855 dcl(DLG_ListRevisions_Column3Label, "Comment")
00856 dcl(DLG_ListRevisions_Label1, "Existing revisions:")
00857 dcl(DLG_ListRevisions_LevelZero, "(All revisions visible)")
00858 
00859 // RIVERA
00860 dcl(DLG_Annotation_Title, "Edit Annotation")
00861 dcl(DLG_Annotation_Title_LBL, "Title:")
00862 dcl(DLG_Annotation_Author_LBL, "Author:")
00863 dcl(DLG_Annotation_Description_LBL, "Description:")
00864 dcl(DLG_Annotation_Replace_LBL, "Replace")
00865 dcl(DLG_Annotation_OK_tooltip, "Update the annotation")
00866 dcl(DLG_Annotation_Replace_tooltip, "Replace the annotated text with the annotation content")
00867 
00868 dcl(WORD_PassRequired, "Password required, this is an encrypted document")
00869 dcl(WORD_PassInvalid, "Incorrect Password")
00870 dcl(SCRIPT_NOSCRIPTS, "No scripts found")
00871 dcl(SCRIPT_CANTRUN, "Error executing script %s")
00872 dcl(PRINT_CANNOTSTARTPRINTJOB, "Cannot start print job")
00873 
00874 dcl(MSG_CHECK_PRINT_MODE,"Headers and Footers can only be created and edited while in Print View Mode. \n To enter this mode choose ""View"" then ""Print Layout"" from the Menus. \n Would you like to enter Print Layout mode right now?")
00875 
00876 
00877 /* Windows ap_App */
00878 dcl(WINDOWS_NEED_UNICOWS,   "AbiWord needs the file %s.dll\nPlease download and install it from http://www.microsoft.com/msdownload/platformsdk/sdkupdate/psdkredist.htm")
00879 dcl(WINDOWS_COMCTL_WARNING, "AbiWord is designed for a newer version of the system file COMCTL32.DLL\nthan the one currently on your system. (COMCTL32.DLL version 4.72 or newer)\nA solution to this problem is explained in the FAQ on the AbiSource web site\n\n\thttp://www.abisource.com\n\nYou can use the program, but the toolbar may be missing.")
00880 
00881 dcl(MENU_LABEL__BOGUS1__," ")
00882 dcl(MENU_LABEL__BOGUS2__," ")
00883 dcl(MENU_LABEL_OPEN_TEMPLATE,"Open Template")
00884 dcl(MENU_LABEL_FILE,"&File")
00885 dcl(MENU_LABEL_FILE_NEW,"&New")
00886 dcl(MENU_LABEL_FILE_NEW_USING_TEMPLATE,"&New using Template")
00887 dcl(MENU_LABEL_FILE_OPEN,"&Open")
00888 dcl(MENU_LABEL_FILE_IMPORTSTYLES,"&Import Styles")
00889 dcl(MENU_LABEL_FILE_CLOSE,"&Close")
00890 dcl(MENU_LABEL_FILE_SAVE,"&Save")
00891 dcl(MENU_LABEL_FILE_SAVEAS,"Save &As")
00892 dcl(MENU_LABEL_FILE_SAVE_TEMPLATE, "Save &Template")
00893 dcl(MENU_LABEL_FILE_SAVEIMAGE,"&Save Image As")
00894 dcl(MENU_LABEL_FILE_IMPORT,"Op&en Copy")
00895 dcl(MENU_LABEL_FILE_EXPORT,"Sav&e Copy")
00896 dcl(MENU_LABEL_FILE_PROPERTIES, "P&roperties")
00897 dcl(MENU_LABEL_FILE_PAGESETUP,"Page Set&up")
00898 dcl(MENU_LABEL_FILE_PRINT,"&Print")
00899 dcl(MENU_LABEL_FILE_PRINT_DIRECTLY,"Print &directly")
00900 dcl(MENU_LABEL_FILE_PRINT_PREVIEW,"Print P&review")
00901 dcl(MENU_LABEL_FILE_RECENT, "Recent &Files")
00902 dcl(MENU_LABEL_FILE_RECENT_1,"&1 %s")
00903 dcl(MENU_LABEL_FILE_RECENT_2,"&2 %s")
00904 dcl(MENU_LABEL_FILE_RECENT_3,"&3 %s")
00905 dcl(MENU_LABEL_FILE_RECENT_4,"&4 %s")
00906 dcl(MENU_LABEL_FILE_RECENT_5,"&5 %s")
00907 dcl(MENU_LABEL_FILE_RECENT_6,"&6 %s")
00908 dcl(MENU_LABEL_FILE_RECENT_7,"&7 %s")
00909 dcl(MENU_LABEL_FILE_RECENT_8,"&8 %s")
00910 dcl(MENU_LABEL_FILE_RECENT_9,"&9 %s")
00911 dcl(MENU_LABEL_FILE_REVERT,"Re&vert")
00912 dcl(MENU_LABEL_FILE_SAVEEMBED,"Save to file")
00913 dcl(MENU_LABEL_FILE_EXIT,"&Quit")
00914 dcl(MENU_LABEL_EDIT,"&Edit")
00915 dcl(MENU_LABEL_EDIT_UNDO,"&Undo")
00916 dcl(MENU_LABEL_EDIT_REDO,"&Redo")
00917 dcl(MENU_LABEL_EDIT_CUT,"Cu&t")
00918 dcl(MENU_LABEL_EDIT_COPY,"&Copy")
00919 dcl(MENU_LABEL_EDIT_PASTE,"&Paste")
00920 dcl(MENU_LABEL_EDIT_PASTE_SPECIAL,"Pa&ste Unformatted")
00921 dcl(MENU_LABEL_EDIT_CLEAR,"Cle&ar")
00922 dcl(MENU_LABEL_EDIT_SELECTALL,"Select A&ll")
00923 dcl(MENU_LABEL_EDIT_FIND,"&Find")
00924 dcl(MENU_LABEL_EDIT_REPLACE,"R&eplace")
00925 dcl(MENU_LABEL_EDIT_GOTO,"&Go To")
00926 dcl(MENU_LABEL_EDIT_DELETEFRAME,"Delete Text Box")
00927 dcl(MENU_LABEL_EDIT_DELETEIMAGE,"Delete Image")
00928 dcl(MENU_LABEL_EDIT_CUTIMAGE,"Cut Image")
00929 dcl(MENU_LABEL_EDIT_COPYIMAGE,"Copy Image")
00930 dcl(MENU_LABEL_EDIT_CUT_FRAME,"Cut Text Box")
00931 dcl(MENU_LABEL_EDIT_COPY_FRAME,"Copy Text Box")
00932 dcl(MENU_LABEL_EDIT_SELECT_FRAME,"Select Text Box")
00933 dcl(MENU_LABEL_INSERT_HEADER,"Header")
00934 dcl(MENU_LABEL_INSERT_FOOTER,"Footer")
00935 dcl(MENU_LABEL_EDIT_EDITHEADER,"Edit Header")
00936 dcl(MENU_LABEL_EDIT_EDITFOOTER,"Edit Footer")
00937 dcl(MENU_LABEL_EDIT_REMOVEHEADER,"Remove Header")
00938 dcl(MENU_LABEL_EDIT_REMOVEFOOTER,"Remove Footer")
00939 dcl(MENU_LABEL_EDIT_CUTEMBED,"Cut Object")
00940 dcl(MENU_LABEL_EDIT_COPYEMBED,"Copy Object")
00941 dcl(MENU_LABEL_EDIT_DELETEEMBED,"Delete Object")
00942 dcl(MENU_LABEL_EDIT_LATEXEQUATION,"Edit Equation")
00943 dcl(MENU_LABEL_VIEW,"&View")
00944 dcl(MENU_LABEL_VIEW_NORMAL,"&Normal Layout")
00945 dcl(MENU_LABEL_VIEW_WEB,"&Web Layout")
00946 dcl(MENU_LABEL_VIEW_PRINT,"&Print Layout")
00947 dcl(MENU_LABEL_VIEW_TOOLBARS,"&Toolbars")
00948 dcl(MENU_LABEL_VIEW_TB_1,"&1 %s")
00949 dcl(MENU_LABEL_VIEW_TB_2,"&2 %s")
00950 dcl(MENU_LABEL_VIEW_TB_3,"&3 %s")
00951 dcl(MENU_LABEL_VIEW_TB_4,"&4 %s")
00952 dcl(MENU_LABEL_VIEW_LOCK_TB_LAYOUT,"&Lock layout")
00953 dcl(MENU_LABEL_VIEW_DEFAULT_TB_LAYOUT,"&Reset to default layout")
00954 dcl(MENU_LABEL_VIEW_RULER,"Show &Ruler")
00955 dcl(MENU_LABEL_VIEW_STATUSBAR,"&Show Status Bar")
00956 dcl(MENU_LABEL_VIEW_SHOWPARA,"Show For&matting Marks")
00957 dcl(MENU_LABEL_VIEW_LOCKSTYLES,"Enable F&ormatting Tools")
00958 dcl(MENU_LABEL_VIEW_HEADFOOT,"&Header and Footer")
00959 dcl(MENU_LABEL_VIEW_FULLSCREEN,"F&ull Screen")
00960 dcl(MENU_LABEL_VIEW_ZOOM_MENU,"&Zoom")
00961 dcl(MENU_LABEL_VIEW_ZOOM,"&Zoom")
00962 dcl(MENU_LABEL_VIEW_ZOOM_200,"Zoom to &200%")
00963 dcl(MENU_LABEL_VIEW_ZOOM_100,"Zoom to &100%")
00964 dcl(MENU_LABEL_VIEW_ZOOM_75,"Zoom to &75%")
00965 dcl(MENU_LABEL_VIEW_ZOOM_50,"Zoom to &50%")
00966 dcl(MENU_LABEL_VIEW_ZOOM_WIDTH,"&Page Width")
00967 dcl(MENU_LABEL_VIEW_ZOOM_WHOLE,"&Whole Page")
00968 dcl(MENU_LABEL_INSERT,"&Insert")
00969 dcl(MENU_LABEL_INSERT_BREAK,"&Break")
00970 dcl(MENU_LABEL_INSERT_PAGENO,"Page N&umbers")
00971 dcl(MENU_LABEL_INSERT_DATETIME,"Date and &Time")
00972 dcl(MENU_LABEL_INSERT_TEXTBOX, "Text Box")
00973 dcl(MENU_LABEL_INSERT_MAILMERGE, "&Mail Merge Field")
00974 dcl(MENU_LABEL_INSERT_FIELD,"&Field")
00975 dcl(MENU_LABEL_INSERT_FILE,"F&ile")
00976 dcl(MENU_LABEL_INSERT_SYMBOL,"Sy&mbol")
00977 dcl(MENU_LABEL_INSERT_ENDNOTE,"&Endnote")
00978 dcl(MENU_LABEL_INSERT_FOOTNOTE,"Foot&note")
00979 dcl(MENU_LABEL_INSERT_TABLEOFCONTENTS,"Table of Contents")
00980 dcl(MENU_LABEL_INSERT_CLIPART,"&Clip Art")
00981 dcl(MENU_LABEL_INSERT_GRAPHIC,"&Picture")
00982 dcl(MENU_LABEL_INSERT_BOOKMARK,"Boo&kmark")
00983 dcl(MENU_LABEL_INSERT_XMLID,"RDF Link")
00984 dcl(MENU_LABEL_INSERT_HYPERLINK,"&Hyperlink")
00985 dcl(MENU_LABEL_INSERT_GOTO_HYPERLINK,"&Jump to hyperlink")
00986 dcl(MENU_LABEL_INSERT_EDIT_HYPERLINK,"&Edit hyperlink")
00987 dcl(MENU_LABEL_EDIT_COPY_HYPERLINK_LOCATION,"C&opy hyperlink location")
00988 dcl(MENU_LABEL_INSERT_DELETE_HYPERLINK,"&Delete hyperlink")
00989 dcl(MENU_LABEL_INSERT_DIRECTIONMARKER, "&Direction Marker")
00990 dcl(MENU_LABEL_INSERT_DIRECTIONMARKER_LRM, "&LRM")
00991 dcl(MENU_LABEL_INSERT_DIRECTIONMARKER_RLM, "&RLM")
00992 dcl(MENU_LABEL_FORMAT,"F&ormat")
00993 dcl(MENU_LABEL_FMT, "Te&xt Formatting")
00994 dcl(MENU_LABEL_FMT_LANGUAGE,"Set &Language")
00995 dcl(MENU_LABEL_FMT_FONT,"&Font")
00996 dcl(MENU_LABEL_FMT_PARAGRAPH,"&Paragraph")
00997 dcl(MENU_LABEL_FMT_BULLETS,"Bullets and &Numbering")
00998 dcl(MENU_LABEL_FMT_TABLE, "&Table")
00999 dcl(MENU_LABEL_FMT_DOCUMENT,"&Document")
01000 dcl(MENU_LABEL_FMT_BORDERS,"&Borders and Shading")
01001 dcl(MENU_LABEL_FMT_HDRFTR,"&Header/Footers")
01002 dcl(MENU_LABEL_FMT_FOOTNOTES,"Footnotes and &Endnotes")
01003 dcl(MENU_LABEL_FMT_TABLEOFCONTENTS,"Table of Contents")
01004 dcl(MENU_LABEL_FMT_COLUMNS,"&Columns")
01005 dcl(MENU_LABEL_FMT_TOGGLECASE,"C&hange Case")
01006 dcl(MENU_LABEL_FMT_BACKGROUND,"Page Background")
01007 dcl(MENU_LABEL_FMT_BACKGROUND_PAGE_COLOR,"Page C&olor")
01008 dcl(MENU_LABEL_FMT_BACKGROUND_PAGE_IMAGE,"Page Image")
01009 dcl(MENU_LABEL_FMT_STYLIST, "Sty&list")
01010 dcl(MENU_LABEL_FMT_STYLE,"St&yle")
01011 dcl(MENU_LABEL_FMT_STYLE_DEFINE, "&Create and Modify Styles")
01012 dcl(MENU_LABEL_FMT_TABS,"&Tabs")
01013 dcl(MENU_LABEL_FMT_BOLD,"&Bold")
01014 dcl(MENU_LABEL_FMT_ITALIC,"&Italic")
01015 dcl(MENU_LABEL_FMT_UNDERLINE,"&Underline")
01016 dcl(MENU_LABEL_FMT_OVERLINE,"&Overline")
01017 dcl(MENU_LABEL_FMT_STRIKE,"Stri&ke")
01018 dcl(MENU_LABEL_FMT_TOPLINE,"To&pline")
01019 dcl(MENU_LABEL_FMT_BOTTOMLINE,"Bo&ttomline")
01020 dcl(MENU_LABEL_FMT_SUPERSCRIPT,"Supe&rscript")
01021 dcl(MENU_LABEL_FMT_SUBSCRIPT,"&Subscript")
01022 dcl(MENU_LABEL_FMT_FRAME,"Text Box")
01023 dcl(MENU_LABEL_FMT_IMAGE, "&Image")
01024 dcl(MENU_LABEL_FMT_SETPOSIMAGE, "Set Positioned Image")
01025 dcl(MENU_LABEL_FMT_POSIMAGE, "&Image")
01026 dcl(MENU_LABEL_FMT_DIRECTION, "D&irectional")
01027 dcl(MENU_LABEL_FMT_DIRECTION_DOCD_RTL, "RTL &Document")
01028 dcl(MENU_LABEL_FMT_DIRECTION_SD_RTL, "RTL &Section")
01029 dcl(MENU_LABEL_FMT_DIRECTION_DD_RTL, "RTL &Paragraph")
01030 dcl(MENU_LABEL_FMT_DIRECTION_DO_LTR, "&Left-to-right text")
01031 dcl(MENU_LABEL_FMT_DIRECTION_DO_RTL, "&Right-to-left text")
01032 dcl(MENU_LABEL_FMT_EMBED, "Format Ob&ject")
01033 dcl(MENU_LABEL_TOOLS,"&Tools")
01034 dcl(MENU_LABEL_TOOLS_SPELLING,"&Spelling")
01035 dcl(MENU_LABEL_TOOLS_SPELL,"Check &Spelling")
01036 dcl(MENU_LABEL_TOOLS_AUTOSPELL,"&Auto Spellcheck")
01037 dcl(MENU_LABEL_TOOLS_SPELLPREFS,"Spelling &Options")
01038 dcl(MENU_LABEL_TOOLS_WORDCOUNT,"&Word Count")
01039 dcl(MENU_LABEL_TOOLS_OPTIONS,"Pr&eferences")
01040 dcl(MENU_LABEL_TOOLS_LANGUAGE,"&Language")
01041 dcl(MENU_LABEL_TOOLS_PLUGINS,"&Plugins")
01042 dcl(MENU_LABEL_TOOLS_SCRIPTS,"S&cripts")
01043 dcl(MENU_LABEL_TOOLS_MAILMERGE,"&Mail Merge")
01044 dcl(MENU_LABEL_TOOLS_HISTORY,"&Document History")
01045 dcl(MENU_LABEL_TOOLS_HISTORY_SHOW,"&Show History")
01046 dcl(MENU_LABEL_TOOLS_HISTORY_PURGE,"&Purge History")
01047 dcl(MENU_LABEL_TOOLS_REVISIONS_AUTO,"&Maintain Full History")
01048 dcl(MENU_LABEL_TOOLS_REVISIONS,"&Revisions")
01049 dcl(MENU_LABEL_TOOLS_REVISIONS_MARK,"&Mark revisions while typing")
01050 dcl(MENU_LABEL_TOOLS_REVISIONS_SHOW,"S&how revisions")
01051 dcl(MENU_LABEL_TOOLS_REVISIONS_SHOW_AFTER,"Show document a&fter revisions")
01052 dcl(MENU_LABEL_TOOLS_REVISIONS_SHOW_AFTERPREV,"Show document after &previous revisions")
01053 dcl(MENU_LABEL_TOOLS_REVISIONS_SHOW_BEFORE,"Show document &before revisions")
01054 dcl(MENU_LABEL_TOOLS_REVISIONS_SET_VIEW_LEVEL,"&Select revision")
01055 dcl(MENU_LABEL_TOOLS_REVISIONS_ACCEPT_REVISION,"&Accept revision")
01056 dcl(MENU_LABEL_TOOLS_REVISIONS_REJECT_REVISION,"&Reject revision")
01057 dcl(MENU_LABEL_TOOLS_REVISIONS_FIND_NEXT,"Find &next revision")
01058 dcl(MENU_LABEL_TOOLS_REVISIONS_FIND_PREV,"Find &previous revision")
01059 dcl(MENU_LABEL_TOOLS_REVISIONS_COMPARE_DOCUMENTS,"&Compare documents")
01060 dcl(MENU_LABEL_TOOLS_REVISIONS_NEW_REVISION,"Start ne&w revision")
01061 dcl(MENU_LABEL_TOOLS_REVISIONS_PURGE,"P&urge revisions")
01062 // RIVERA
01063 dcl(MENU_LABEL_TOOLS_ANNOTATIONS,"&Annotations")
01064 dcl(MENU_LABEL_TOOLS_ANNOTATIONS_INSERT,"New &annotation")
01065 dcl(MENU_LABEL_TOOLS_ANNOTATIONS_INSERT_FROMSEL,"Create from &selection")
01066 dcl(MENU_LABEL_TOOLS_ANNOTATIONS_TOGGLE_DISPLAY,"&Show annotations")
01067 dcl(MENU_LABEL_GOTO_ANNOTATION,"&Jump to annotation")
01068 dcl(MENU_LABEL_EDIT_ANNOTATION,"&Edit annotation")
01069 dcl(MENU_LABEL_DELETE_ANNOTATION,"&Delete annotation")
01070 dcl(MENU_LABEL_RDFANCHOR_EDIT_TRIPLES,"&Edit RDF")
01071 dcl(MENU_LABEL_RDFANCHOR_QUERY,"&Query RDF")
01072 dcl(MENU_LABEL_RDFANCHOR_EDITSEMITEM,"E&dit Semantic Items")
01073 dcl(MENU_LABEL_RDFANCHOR_EXPORTSEMITEM,"Export Semantic Items")
01074 dcl(MENU_LABEL_RDFANCHOR_SELECTTHISREFTOSEMITEM,"Select this reference to Semantic Item")
01075 dcl(MENU_LABEL_RDFANCHOR_SELECTNEXTREFTOSEMITEM,"Select next references to Semantic Item")
01076 dcl(MENU_LABEL_RDFANCHOR_SELECTPREVREFTOSEMITEM,"Select previous reference to Semantic Item")
01077 dcl(MENU_LABEL_TABLE, "T&able")
01078 dcl(MENU_LABEL_TABLE_INSERT, "&Insert")
01079 dcl(MENU_LABEL_TABLE_INSERT_TABLE, "&Table")
01080 dcl(MENU_LABEL_TABLE_INSERTTABLE, "Insert &Table")
01081 dcl(MENU_LABEL_TABLE_INSERT_COLUMNS_BEFORE, "Columns &Left")
01082 dcl(MENU_LABEL_TABLE_INSERT_COLUMNS_AFTER, "Columns &Right")
01083 dcl(MENU_LABEL_TABLE_INSERTCOLUMN, "Insert &Columns")
01084 dcl(MENU_LABEL_TABLE_INSERT_ROWS_BEFORE, "Rows &Above")
01085 dcl(MENU_LABEL_TABLE_INSERT_ROWS_AFTER, "Rows &Below")
01086 dcl(MENU_LABEL_TABLE_INSERTROW, "Insert &Rows")
01087 dcl(MENU_LABEL_TABLE_INSERT_CELLS, "&Cells")
01088 dcl(MENU_LABEL_TABLE_INSERT_SUMCOLS, "Sum a Row")
01089 dcl(MENU_LABEL_TABLE_INSERT_SUMROWS, "Sum a Column")
01090 dcl(MENU_LABEL_TABLE_DELETE, "&Delete")
01091 dcl(MENU_LABEL_TABLE_DELETE_TABLE, "&Table")
01092 dcl(MENU_LABEL_TABLE_DELETETABLE, "Delete Tabl&e")
01093 dcl(MENU_LABEL_TABLE_DELETE_COLUMNS, "&Column")
01094 dcl(MENU_LABEL_TABLE_DELETECOLUMN, "Delete Co&lumn")
01095 dcl(MENU_LABEL_TABLE_DELETE_ROWS, "&Row")
01096 dcl(MENU_LABEL_TABLE_DELETEROW, "Delete Ro&w")
01097 dcl(MENU_LABEL_TABLE_DELETE_CELLS, "&Cells")
01098 dcl(MENU_LABEL_TABLE_FORMAT, "&Format")
01099 dcl(MENU_LABEL_TABLE_SELECT, "&Select")
01100 dcl(MENU_LABEL_TABLE_SELECT_TABLE, "&Table")
01101 dcl(MENU_LABEL_TABLE_SELECT_COLUMN, "Co&lumn")
01102 dcl(MENU_LABEL_TABLE_SELECT_ROW, "&Row")
01103 dcl(MENU_LABEL_TABLE_SELECT_CELL, "&Cell")
01104 dcl(MENU_LABEL_TABLE_MERGE_CELLS, "&Merge Cells")
01105 dcl(MENU_LABEL_TABLE_SPLIT_CELLS, "S&plit Cells")
01106 dcl(MENU_LABEL_TABLE_SPLIT_TABLE, "Spli&t Table")
01107 dcl(MENU_LABEL_TABLE_AUTOFIT, "&Autofit Table")
01108 dcl(MENU_LABEL_TABLE_TEXTTOTABLE, "Convert Text to Table")
01109 dcl(MENU_LABEL_TABLE_TEXTTOTABLE_ALL, "Split text at spaces, commas, or tabs")
01110 dcl(MENU_LABEL_TABLE_TEXTTOTABLE_NOSPACES, "Split text at commas or tabs")
01111 dcl(MENU_LABEL_TABLE_TABLETOTEXT, "Convert Table to Text")
01112 dcl(MENU_LABEL_TABLE_TABLETOTEXTCOMMAS, "Separate with commas")
01113 dcl(MENU_LABEL_TABLE_TABLETOTEXTTABS, "Separate with tabs")
01114 dcl(MENU_LABEL_TABLE_TABLETOTEXTCOMMASTABS, "Separate with commas and tabs")
01115 dcl(MENU_LABEL_TABLE_HEADING_ROWS_REPEAT, "Repeat Row as Heading")
01116 dcl(MENU_LABEL_TABLE_HEADING_ROWS_REPEAT_THIS, "Set this Row as Heading")
01117 dcl(MENU_LABEL_TABLE_HEADING_ROWS_REPEAT_REMOVE, "Remove Row as Heading")
01118 dcl(MENU_LABEL_TABLE_SORT, "So&rt Table")
01119 dcl(MENU_LABEL_TABLE_SORTROWSASCEND, "Sort Rows in Ascending Order")
01120 dcl(MENU_LABEL_TABLE_SORTROWSDESCEND, "Sort Rows in Descending Order")
01121 dcl(MENU_LABEL_TABLE_SORTCOLSASCEND, "Sort Columns in Ascending Order")
01122 dcl(MENU_LABEL_TABLE_SORTCOLSDESCEND, "Sort Columns in Descending Order")
01123 
01124 // the following two strings are identical to the two above, so I will
01125 // just alias them
01126 #define AP_STRING_ID_MENU_LABEL_CONTEXT_REVISIONS_REJECT_REVISION AP_STRING_ID_MENU_LABEL_TOOLS_REVISIONS_REJECT_REVISION
01127 #define AP_STRING_ID_MENU_LABEL_CONTEXT_REVISIONS_ACCEPT_REVISION AP_STRING_ID_MENU_LABEL_TOOLS_REVISIONS_ACCEPT_REVISION
01128 #define AP_STRING_ID_MENU_LABEL_CONTEXT_REVISIONS_FIND_NEXT AP_STRING_ID_MENU_LABEL_TOOLS_REVISIONS_FIND_NEXT
01129 #define AP_STRING_ID_MENU_LABEL_CONTEXT_REVISIONS_FIND_PREV AP_STRING_ID_MENU_LABEL_TOOLS_REVISIONS_FIND_PREV
01130 dcl(MENU_LABEL_ALIGN,"&Align")
01131 dcl(MENU_LABEL_ALIGN_LEFT,"&Left")
01132 dcl(MENU_LABEL_ALIGN_CENTER,"&Center")
01133 dcl(MENU_LABEL_ALIGN_RIGHT,"&Right")
01134 dcl(MENU_LABEL_ALIGN_JUSTIFY,"&Justify")
01135 dcl(MENU_LABEL_WEB_WEBPREVIEW,"&In web browser")
01136 dcl(MENU_LABEL_WEB_SAVEASWEB,"&Save web page")
01137 dcl(MENU_LABEL_WINDOW,"&Documents")
01138 dcl(MENU_LABEL_WINDOW_NEW,"&New Window")
01139 dcl(MENU_LABEL_WINDOW_1,"&1 %s")
01140 dcl(MENU_LABEL_WINDOW_2,"&2 %s")
01141 dcl(MENU_LABEL_WINDOW_3,"&3 %s")
01142 dcl(MENU_LABEL_WINDOW_4,"&4 %s")
01143 dcl(MENU_LABEL_WINDOW_5,"&5 %s")
01144 dcl(MENU_LABEL_WINDOW_6,"&6 %s")
01145 dcl(MENU_LABEL_WINDOW_7,"&7 %s")
01146 dcl(MENU_LABEL_WINDOW_8,"&8 %s")
01147 dcl(MENU_LABEL_WINDOW_9,"&9 %s")
01148 dcl(MENU_LABEL_WINDOW_MORE,"&More Documents")
01149 dcl(MENU_LABEL_HELP,"&Help")
01150 dcl(MENU_LABEL_HELP_CREDITS,"C&redits")
01151 dcl(MENU_LABEL_HELP_CONTENTS,"Help &Contents")
01152 dcl(MENU_LABEL_HELP_INTRO,"Help &Introduction")
01153 dcl(MENU_LABEL_HELP_CHECKVER,"Check for &Updates")
01154 dcl(MENU_LABEL_HELP_SEARCH,"&Search for Help")
01155 dcl(MENU_LABEL_HELP_ABOUT,"&About %s")
01156 dcl(MENU_LABEL_HELP_ABOUT_GNOMEOFFICE,"About G&NOME Office")
01157 dcl(MENU_LABEL_HELP_REPORT_BUG, "Report a &Bug")
01158 dcl(MENU_LABEL_SPELL_SUGGEST_1,"%s")
01159 dcl(MENU_LABEL_SPELL_SUGGEST_2,"%s")
01160 dcl(MENU_LABEL_SPELL_SUGGEST_3,"%s")
01161 dcl(MENU_LABEL_SPELL_SUGGEST_4,"%s")
01162 dcl(MENU_LABEL_SPELL_SUGGEST_5,"%s")
01163 dcl(MENU_LABEL_SPELL_SUGGEST_6,"%s")
01164 dcl(MENU_LABEL_SPELL_SUGGEST_7,"%s")
01165 dcl(MENU_LABEL_SPELL_SUGGEST_8,"%s")
01166 dcl(MENU_LABEL_SPELL_SUGGEST_9,"%s")
01167 dcl(MENU_LABEL_SPELL_IGNOREALL,"&Ignore All")
01168 dcl(MENU_LABEL_SPELL_ADD,"&Add")
01169 
01170 dcl(MENU_STATUSLINE__BOGUS1__," ")
01171 dcl(MENU_STATUSLINE__BOGUS2__," ")
01172 dcl(MENU_STATUSLINE_OPEN_TEMPLATE," ")
01173 dcl(MENU_STATUSLINE_FILE," ")
01174 dcl(MENU_STATUSLINE_FILE_NEW,"Create a new document"    )
01175 dcl(MENU_STATUSLINE_FILE_NEW_USING_TEMPLATE,"Create a new document using a template"    )
01176 dcl(MENU_STATUSLINE_FILE_OPEN,"Open an existing document")
01177 dcl(MENU_STATUSLINE_FILE_IMPORTSTYLES,"Import style definitions from a document")
01178 dcl(MENU_STATUSLINE_FILE_CLOSE,"Close the document")
01179 dcl(MENU_STATUSLINE_FILE_SAVE,"Save the document")
01180 dcl(MENU_STATUSLINE_FILE_SAVEAS,"Save the document under a different name")
01181 dcl(MENU_STATUSLINE_FILE_SAVE_TEMPLATE, "Save the document as a template")
01182 dcl(MENU_STATUSLINE_FILE_SAVEIMAGE,"Save the selected image to a file")
01183 dcl(MENU_STATUSLINE_FILE_IMPORT,"Open a document by making a copy")
01184 dcl(MENU_STATUSLINE_FILE_EXPORT,"Save the document without changing the current name")
01185 dcl(MENU_STATUSLINE_FILE_PROPERTIES, "Set meta-data properties")
01186 dcl(MENU_STATUSLINE_FILE_PAGESETUP,"Change the printing options")
01187 dcl(MENU_STATUSLINE_FILE_PRINT,"Print all or part of the document")
01188 dcl(MENU_STATUSLINE_FILE_PRINT_DIRECTLY,"Print using the internal PS driver")
01189 dcl(MENU_STATUSLINE_FILE_PRINT_PREVIEW,"Preview the document before printing")
01190 dcl(MENU_STATUSLINE_FILE_RECENT, "Open a recently used document")
01191 dcl(MENU_STATUSLINE_FILE_RECENT_1,"Open this document")
01192 dcl(MENU_STATUSLINE_FILE_RECENT_2,"Open this document")
01193 dcl(MENU_STATUSLINE_FILE_RECENT_3,"Open this document")
01194 dcl(MENU_STATUSLINE_FILE_RECENT_4,"Open this document")
01195 dcl(MENU_STATUSLINE_FILE_RECENT_5,"Open this document")
01196 dcl(MENU_STATUSLINE_FILE_RECENT_6,"Open this document")
01197 dcl(MENU_STATUSLINE_FILE_RECENT_7,"Open this document")
01198 dcl(MENU_STATUSLINE_FILE_RECENT_8,"Open this document")
01199 dcl(MENU_STATUSLINE_FILE_RECENT_9,"Open this document")
01200 dcl(MENU_STATUSLINE_FILE_REVERT,"Revert the document to the last saved state")
01201 dcl(MENU_STATUSLINE_FILE_EXIT,"Close all windows in the application and exit")
01202 dcl(MENU_STATUSLINE_FILE_SAVEEMBED,"Save the Embedded Object")
01203 dcl(MENU_STATUSLINE_EDIT," ")
01204 dcl(MENU_STATUSLINE_EDIT_UNDO,"Undo editing")
01205 dcl(MENU_STATUSLINE_EDIT_REDO,"Redo previously undone editing")
01206 dcl(MENU_STATUSLINE_EDIT_CUT,"Cut the selection and put it on the Clipboard")
01207 dcl(MENU_STATUSLINE_EDIT_COPY,"Copy the selection and put it on the Clipboard")
01208 dcl(MENU_STATUSLINE_EDIT_PASTE,"Insert Clipboard contents")
01209 dcl(MENU_STATUSLINE_EDIT_PASTE_SPECIAL,"Insert unformatted clipboard contents")
01210 dcl(MENU_STATUSLINE_EDIT_CLEAR,"Delete the selection")
01211 dcl(MENU_STATUSLINE_EDIT_SELECTALL,"Select the entire document")
01212 dcl(MENU_STATUSLINE_EDIT_FIND,"Find the specified text")
01213 dcl(MENU_STATUSLINE_EDIT_REPLACE,"Replace the specified text with different text")
01214 dcl(MENU_STATUSLINE_EDIT_GOTO,"Move the insertion point to a specific location")
01215 dcl(MENU_STATUSLINE_EDIT_EDITHEADER,"Edit the Header on the current page")
01216 dcl(MENU_STATUSLINE_EDIT_EDITFOOTER,"Edit the Footer on the current page")
01217 dcl(MENU_STATUSLINE_EDIT_REMOVEHEADER,"Remove the Header on this page from the Document")
01218 dcl(MENU_STATUSLINE_EDIT_REMOVEFOOTER,"Remove the Footer on this page from the Document")
01219 dcl(MENU_STATUSLINE_EDIT_DELETEFRAME,"Remove the Text Box from the Document")
01220 dcl(MENU_STATUSLINE_EDIT_DELETEIMAGE,"Remove the Image from the Document")
01221 dcl(MENU_STATUSLINE_EDIT_CUTIMAGE,"Remove the Image and save a copy on the clipboard")
01222 dcl(MENU_STATUSLINE_EDIT_COPYIMAGE,"Save a copy of the image on the clipboard")
01223 dcl(MENU_STATUSLINE_EDIT_CUT_FRAME,"Copy the Text Box to the clipboard then remove it")
01224 dcl(MENU_STATUSLINE_EDIT_COPY_FRAME,"Copy the Text Box to the clipboard")
01225 dcl(MENU_STATUSLINE_EDIT_SELECT_FRAME,"Select the Text Box")
01226 dcl(MENU_STATUSLINE_EDIT_CUTEMBED,"Cut Embedded Object")
01227 dcl(MENU_STATUSLINE_EDIT_COPYEMBED,"Copy Embedded Object")
01228 dcl(MENU_STATUSLINE_EDIT_DELETEEMBED,"Delete Embedded Object")
01229 dcl(MENU_STATUSLINE_EDIT_LATEXEQUATION,"Edit LaTeX Equation")
01230 dcl(MENU_STATUSLINE_VIEW," ")
01231 dcl(MENU_STATUSLINE_VIEW_NORMAL,"Normal View")
01232 dcl(MENU_STATUSLINE_VIEW_WEB,"Web Layout")
01233 dcl(MENU_STATUSLINE_VIEW_PRINT,"Print Layout")
01234 dcl(MENU_STATUSLINE_VIEW_TOOLBARS," ")
01235 dcl(MENU_STATUSLINE_VIEW_TB_1,"Show or hide the toolbar")
01236 dcl(MENU_STATUSLINE_VIEW_TB_2,"Show or hide the toolbar")
01237 dcl(MENU_STATUSLINE_VIEW_TB_3,"Show or hide the toolbar")
01238 dcl(MENU_STATUSLINE_VIEW_TB_4,"Show or hide the toolbar")
01239 dcl(MENU_STATUSLINE_VIEW_LOCK_TB_LAYOUT,"Lock the layout of the current toolbars")
01240 dcl(MENU_STATUSLINE_VIEW_DEFAULT_TB_LAYOUT,"Reset the current toolbar layout to its defaults")
01241 dcl(MENU_STATUSLINE_VIEW_RULER,"Show or hide the rulers")
01242 dcl(MENU_STATUSLINE_VIEW_STATUSBAR,"Show or hide the status bar")
01243 dcl(MENU_STATUSLINE_VIEW_SHOWPARA,"Display non-printing characters")
01244 dcl(MENU_STATUSLINE_VIEW_LOCKSTYLES,"Allow formatting using styles only")
01245 dcl(MENU_STATUSLINE_VIEW_HEADFOOT,"Edit text at the top or bottom of every page")
01246 dcl(MENU_STATUSLINE_VIEW_FULLSCREEN,"View the document in full screen mode")
01247 dcl(MENU_STATUSLINE_VIEW_ZOOM_MENU,"Reduce or enlarge the document display")
01248 dcl(MENU_STATUSLINE_VIEW_ZOOM,"Reduce or enlarge the document display")
01249 dcl(MENU_STATUSLINE_VIEW_ZOOM_200,"Zoom to 200%")
01250 dcl(MENU_STATUSLINE_VIEW_ZOOM_100,"Zoom to 100%")
01251 dcl(MENU_STATUSLINE_VIEW_ZOOM_75,"Zoom to 75%")
01252 dcl(MENU_STATUSLINE_VIEW_ZOOM_50,"Zoom to 50%")
01253 dcl(MENU_STATUSLINE_VIEW_ZOOM_WIDTH,"Zoom to page width")
01254 dcl(MENU_STATUSLINE_VIEW_ZOOM_WHOLE,"Zoom to whole page")
01255 dcl(MENU_STATUSLINE_INSERT," ")
01256 dcl(MENU_STATUSLINE_INSERT_BREAK,"Insert a page, column, or section break")
01257 dcl(MENU_STATUSLINE_INSERT_PAGENO,"Insert an automatically-updated page number")
01258 dcl(MENU_STATUSLINE_INSERT_DATETIME,"Insert the date and/or time")
01259 dcl(MENU_STATUSLINE_INSERT_FIELD,"Insert a calculated field")
01260 dcl(MENU_STATUSLINE_INSERT_TEXTBOX, "Insert a Text Box")
01261 dcl(MENU_STATUSLINE_INSERT_MAILMERGE, "Insert a mail merge field")
01262 dcl(MENU_STATUSLINE_INSERT_FILE,"Insert the contents of another file")
01263 dcl(MENU_STATUSLINE_INSERT_SYMBOL,"Insert a symbol or other special character")
01264 dcl(MENU_STATUSLINE_INSERT_FOOTNOTE,"Insert a footnote")
01265 dcl(MENU_STATUSLINE_INSERT_TABLEOFCONTENTS,"Insert a Table of Contents based on Headings")
01266 dcl(MENU_STATUSLINE_INSERT_ENDNOTE,"Insert an endnote")
01267 dcl(MENU_STATUSLINE_INSERT_CLIPART,"Insert clipart")
01268 dcl(MENU_STATUSLINE_INSERT_HEADER,"Insert a Header")
01269 dcl(MENU_STATUSLINE_INSERT_FOOTER,"Insert a Footer")
01270 dcl(MENU_STATUSLINE_INSERT_GRAPHIC,"Insert an existing picture from another file")
01271 dcl(MENU_STATUSLINE_INSERT_BOOKMARK,"Insert bookmark")
01272 dcl(MENU_STATUSLINE_INSERT_XMLID,"Insert RDF link...")
01273 dcl(MENU_STATUSLINE_INSERT_HYPERLINK,"Insert hyperlink")
01274 dcl(MENU_STATUSLINE_INSERT_GOTO_HYPERLINK,"Jump to hyperlink")
01275 dcl(MENU_STATUSLINE_INSERT_EDIT_HYPERLINK,"Edit hyperlink")
01276 dcl(MENU_STATUSLINE_EDIT_COPY_HYPERLINK_LOCATION,"Copy hyperlink location")
01277 dcl(MENU_STATUSLINE_INSERT_DELETE_HYPERLINK,"Delete hyperlink")
01278 dcl(MENU_STATUSLINE_INSERT_DIRECTIONMARKER, "Insert Unicode direction marker into the document")
01279 dcl(MENU_STATUSLINE_INSERT_DIRECTIONMARKER_LRM, "Insert left-to-right direction marker (LRM)")
01280 dcl(MENU_STATUSLINE_INSERT_DIRECTIONMARKER_RLM, "Insert right-to-left direction marker (RLM)")
01281 
01282 dcl(MENU_STATUSLINE_FORMAT," ")
01283 dcl(MENU_STATUSLINE_FMT, " ")
01284 dcl(MENU_STATUSLINE_FMT_LANGUAGE,"Change the language of the selected text")
01285 dcl(MENU_STATUSLINE_FMT_FONT,"Change the font of the selected text")
01286 dcl(MENU_STATUSLINE_FMT_PARAGRAPH,"Change the format of the selected paragraph")
01287 dcl(MENU_STATUSLINE_FMT_BULLETS,"Add or modify bullets and numbering for selected paragraphs")
01288 dcl(MENU_STATUSLINE_FMT_TABLE,"Change the format of the table")
01289 dcl(MENU_STATUSLINE_FMT_DOCUMENT,"Setup your document's page properties such as page size and margins")
01290 dcl(MENU_STATUSLINE_FMT_BORDERS,"Add borders and shading to the selection")
01291 dcl(MENU_STATUSLINE_FMT_HDRFTR,"Set the types of Headers and Footers")
01292 dcl(MENU_STATUSLINE_FMT_FOOTNOTES,"Set the types of Footnotes and Endnotes")
01293 dcl(MENU_STATUSLINE_FMT_TABLEOFCONTENTS,"Set the type and styles of the Table of Contents")
01294 dcl(MENU_STATUSLINE_FMT_COLUMNS,"Change the number of columns")
01295 dcl(MENU_STATUSLINE_FMT_TOGGLECASE,"Change the case of the selected text")
01296 dcl(MENU_STATUSLINE_FMT_BACKGROUND,"Change your document's page background")
01297 dcl(MENU_STATUSLINE_FMT_BACKGROUND_PAGE_COLOR,"Change your document's page color")
01298 dcl(MENU_STATUSLINE_FMT_BACKGROUND_PAGE_IMAGE,"Set an image as a background for your page")
01299 dcl(MENU_STATUSLINE_FMT_STYLIST, "Format your document using styles")
01300 dcl(MENU_STATUSLINE_FMT_STYLE,"Define or apply style for the selection")
01301 dcl(MENU_STATUSLINE_FMT_STYLE_DEFINE, "Define or apply style for the selection")
01302 dcl(MENU_STATUSLINE_FMT_TABS,"Set tab stops")
01303 dcl(MENU_STATUSLINE_FMT_BOLD,"Make the selection bold (toggle)")
01304 dcl(MENU_STATUSLINE_FMT_ITALIC,"Make the selection italic (toggle)")
01305 dcl(MENU_STATUSLINE_FMT_UNDERLINE,"Underline the selection (toggle)")
01306 dcl(MENU_STATUSLINE_FMT_OVERLINE,"Overline the selection (toggle)")
01307 dcl(MENU_STATUSLINE_FMT_STRIKE,"Strikeout the selection (toggle)")
01308 dcl(MENU_STATUSLINE_FMT_TOPLINE,"Line above the selection (toggle)")
01309 dcl(MENU_STATUSLINE_FMT_BOTTOMLINE,"Line below the selection (toggle)")
01310 dcl(MENU_STATUSLINE_FMT_SUPERSCRIPT,"Make the selection superscript (toggle)")
01311 dcl(MENU_STATUSLINE_FMT_SUBSCRIPT,"Make the selection subscript (toggle)")
01312 dcl(MENU_STATUSLINE_FMT_FRAME,"Change the properties of the Text Box")
01313 dcl(MENU_STATUSLINE_FMT_DIRECTION, "Change directional properties of text")
01314 dcl(MENU_STATUSLINE_FMT_DIRECTION_DOCD_RTL, "Set dominant direction of document to RTL")
01315 dcl(MENU_STATUSLINE_FMT_DIRECTION_SD_RTL, "Set dominant direction of section to RTL")
01316 dcl(MENU_STATUSLINE_FMT_DIRECTION_DD_RTL, "Set dominant direction of paragraph to RTL")
01317 dcl(MENU_STATUSLINE_FMT_DIRECTION_DO_LTR, "Force left-to-right direction of text")
01318 dcl(MENU_STATUSLINE_FMT_DIRECTION_DO_RTL, "Force right-to-left direction of text")
01319 dcl(MENU_STATUSLINE_FMT_EMBED, "Format Embedded Object")
01320 dcl(MENU_STATUSLINE_TOOLS," "   )
01321 dcl(MENU_STATUSLINE_TOOLS_SPELLING," ")
01322 dcl(MENU_STATUSLINE_TOOLS_SPELL,"Check the document for incorrect spelling")
01323 dcl(MENU_STATUSLINE_TOOLS_AUTOSPELL,"Automatically spell-check the document")
01324 dcl(MENU_STATUSLINE_TOOLS_SPELLPREFS,"Set your spelling preferences")
01325 dcl(MENU_STATUSLINE_TOOLS_WORDCOUNT,"Count the number of words in the document")
01326 dcl(MENU_STATUSLINE_TOOLS_OPTIONS,"Set preferences")
01327 dcl(MENU_STATUSLINE_TOOLS_LANGUAGE,"Change the language of the selected text")
01328 dcl(MENU_STATUSLINE_TOOLS_PLUGINS,"Manage plugins")
01329 dcl(MENU_STATUSLINE_TOOLS_MAILMERGE, "Mail Merge")
01330 dcl(MENU_STATUSLINE_TOOLS_SCRIPTS,"Execute helper scripts")
01331 dcl(MENU_STATUSLINE_TOOLS_HISTORY,"See history of the current document")
01332 dcl(MENU_STATUSLINE_TOOLS_HISTORY_SHOW,"View document history")
01333 dcl(MENU_STATUSLINE_TOOLS_HISTORY_PURGE,"Remove full document history from the document")
01334 dcl(MENU_STATUSLINE_TOOLS_REVISIONS," ")
01335 dcl(MENU_STATUSLINE_TOOLS_REVISIONS_SET_VIEW_LEVEL,"Choose which revision you wish to view")
01336 dcl(MENU_STATUSLINE_TOOLS_REVISIONS_MARK,"Mark changes as you type")
01337 dcl(MENU_STATUSLINE_TOOLS_REVISIONS_SHOW,"Show revisions that are present in document")
01338 dcl(MENU_STATUSLINE_TOOLS_REVISIONS_SHOW_AFTER,"Show what the document looks like after revisions")
01339 dcl(MENU_STATUSLINE_TOOLS_REVISIONS_SHOW_AFTERPREV,"Show what the document looks like after previous revisions")
01340 dcl(MENU_STATUSLINE_TOOLS_REVISIONS_SHOW_BEFORE,"Show what the document looks like before revisions")
01341 dcl(MENU_STATUSLINE_TOOLS_REVISIONS_ACCEPT_REVISION,"Accept the suggested change")
01342 dcl(MENU_STATUSLINE_TOOLS_REVISIONS_REJECT_REVISION,"Remove the suggested change")
01343 dcl(MENU_STATUSLINE_TOOLS_REVISIONS_FIND_NEXT,"Find next visible revision in the document")
01344 dcl(MENU_STATUSLINE_TOOLS_REVISIONS_FIND_PREV,"Find previous visible revision in the document")
01345 dcl(MENU_STATUSLINE_TOOLS_REVISIONS_COMPARE_DOCUMENTS,"Compare active document to another document")
01346 dcl(MENU_STATUSLINE_TOOLS_REVISIONS_MERGE_DOCUMENTS,"Merge another document into the active document using revision marks")
01347 dcl(MENU_STATUSLINE_TOOLS_REVISIONS_NEW_REVISION,"Start revision distinct from the current one")
01348 dcl(MENU_STATUSLINE_TOOLS_REVISIONS_PURGE,"Remove all revision information from the document")
01349 dcl(MENU_STATUSLINE_TOOLS_REVISIONS_AUTO,"Retain all document changes")
01350 // RIVERA
01351 dcl(MENU_STATUSLINE_TOOLS_ANNOTATIONS,"Manage annotations in document")
01352 dcl(MENU_STATUSLINE_TOOLS_ANNOTATIONS_INSERT,"Insert an annotation")
01353 dcl(MENU_STATUSLINE_TOOLS_ANNOTATIONS_INSERT_FROMSEL,"Insert selected text into a new annotation")
01354 dcl(MENU_STATUSLINE_TOOLS_ANNOTATIONS_TOGGLE_DISPLAY,"Show/hide annotations")
01355 dcl(MENU_STATUSLINE_GOTO_ANNOTATION,"Jump to annotation")
01356 dcl(MENU_STATUSLINE_EDIT_ANNOTATION,"Edit annotation")
01357 dcl(MENU_STATUSLINE_DELETE_ANNOTATION,"Delete annotation")
01358 dcl(MENU_STATUSLINE_RDFANCHOR_EDIT_TRIPLES,"Edit RDF Triples associated with location")
01359 dcl(MENU_STATUSLINE_RDFANCHOR_QUERY,"Query RDF associated with location")
01360 dcl(MENU_STATUSLINE_RDFANCHOR_EDITSEMITEM,"Edit Semantic Items for location")
01361 dcl(MENU_STATUSLINE_RDFANCHOR_EXPORTSEMITEM,"Export Semantic Items for location")
01362 dcl(MENU_STATUSLINE_RDFANCHOR_SELECTTHISREFTOSEMITEM,"Select this reference to Semantic Item")
01363 dcl(MENU_STATUSLINE_RDFANCHOR_SELECTNEXTREFTOSEMITEM,"Select next reference to Semantic Item")
01364 dcl(MENU_STATUSLINE_RDFANCHOR_SELECTPREVREFTOSEMITEM,"Select previous reference to Semantic Item")
01365 dcl(MENU_STATUSLINE_TABLE, "Table")
01366 dcl(MENU_STATUSLINE_TABLE_INSERT, "Insert")
01367 dcl(MENU_STATUSLINE_TABLE_INSERT_TABLE, "Insert Table")
01368 dcl(MENU_STATUSLINE_TABLE_INSERTTABLE, "Insert Table")
01369 dcl(MENU_STATUSLINE_TABLE_INSERT_COLUMNS_BEFORE, "Insert a column to the left")
01370 dcl(MENU_STATUSLINE_TABLE_INSERT_COLUMNS_AFTER, "Insert a column to the right")
01371 dcl(MENU_STATUSLINE_TABLE_INSERTCOLUMN, "Insert a column to the right")
01372 dcl(MENU_STATUSLINE_TABLE_INSERT_ROWS_BEFORE, "Insert a row above")
01373 dcl(MENU_STATUSLINE_TABLE_INSERT_ROWS_AFTER, "Insert a row below")
01374 dcl(MENU_STATUSLINE_TABLE_INSERTROW, "Insert a row below")
01375 dcl(MENU_STATUSLINE_TABLE_INSERT_CELLS, "Insert Cells")
01376 dcl(MENU_STATUSLINE_TABLE_DELETE, "Delete")
01377 dcl(MENU_STATUSLINE_TABLE_DELETE_TABLE, "Delete Table")
01378 dcl(MENU_STATUSLINE_TABLE_DELETETABLE, "Delete Table")
01379 dcl(MENU_STATUSLINE_TABLE_DELETE_COLUMNS, "Delete Column")
01380 dcl(MENU_STATUSLINE_TABLE_DELETECOLUMN, "Delete Column")
01381 dcl(MENU_STATUSLINE_TABLE_DELETE_ROWS, "Delete Row")
01382 dcl(MENU_STATUSLINE_TABLE_DELETEROW, "Delete Row")
01383 dcl(MENU_STATUSLINE_TABLE_DELETE_CELLS, "Delete Cells")
01384 dcl(MENU_STATUSLINE_TABLE_SELECT, "Select")
01385 dcl(MENU_STATUSLINE_TABLE_SELECT_TABLE, "Select Table")
01386 dcl(MENU_STATUSLINE_TABLE_SELECT_COLUMN, "Select Column")
01387 dcl(MENU_STATUSLINE_TABLE_SELECT_ROW, "Select Row")
01388 dcl(MENU_STATUSLINE_TABLE_SELECT_CELL, "Select Cell")
01389 dcl(MENU_STATUSLINE_TABLE_MERGE_CELLS, "Merge Cells")
01390 dcl(MENU_STATUSLINE_TABLE_SPLIT_CELLS, "Split Cells")
01391 dcl(MENU_STATUSLINE_TABLE_SPLIT_TABLE, "Split Table")
01392 dcl(MENU_STATUSLINE_TABLE_FORMAT, "Format Table")
01393 dcl(MENU_STATUSLINE_TABLE_AUTOFIT, "Autofit Table")
01394 dcl(MENU_STATUSLINE_TABLE_HEADING_ROWS_REPEAT, "Repeat Row as Heading on each new page")
01395 dcl(MENU_STATUSLINE_TABLE_HEADING_ROWS_REPEAT_THIS, "Set this Row as the Heading on each page")
01396 dcl(MENU_STATUSLINE_TABLE_HEADING_ROWS_REPEAT_REMOVE, "Remove Row as the page Heading")
01397 dcl(MENU_STATUSLINE_TABLE_SORT, "Sort Table")
01398 dcl(MENU_STATUSLINE_TABLE_TEXTTOTABLE, "Convert Selected Text to a Table")
01399 dcl(MENU_STATUSLINE_TABLE_TEXTTOTABLE_ALL, "Split on all word delimiters including spaces")
01400 dcl(MENU_STATUSLINE_TABLE_TEXTTOTABLE_NOSPACES, "Split on all delimiters except spaces")
01401 dcl(MENU_STATUSLINE_TABLE_TABLETOTEXT, "Convert from a Table to Text")
01402 dcl(MENU_STATUSLINE_TABLE_TABLETOTEXTCOMMAS, "Separate table items with commas")
01403 dcl(MENU_STATUSLINE_TABLE_TABLETOTEXTTABS, "Separate table items with tabs")
01404 dcl(MENU_STATUSLINE_TABLE_TABLETOTEXTCOMMASTABS, "Separate table items with commas and tabs")
01405 dcl(MENU_STATUSLINE_TABLE_SORTROWSASCEND, "Sort Rows in Ascending Order based on selected Column")
01406 dcl(MENU_STATUSLINE_TABLE_SORTROWSDESCEND, "Sort Rows in Descending Order based on Selected Column")
01407 dcl(MENU_STATUSLINE_TABLE_SORTCOLSASCEND, "Sort Columns in Ascending Order based on Selected Row")
01408 dcl(MENU_STATUSLINE_TABLE_SORTCOLSDESCEND, "Sort Columns in Descending Order based on Selected Row")
01409 dcl(MENU_STATUSLINE_TABLE_INSERT_SUMCOLS, "Insert the Sum of a Table Row")
01410 dcl(MENU_STATUSLINE_TABLE_INSERT_SUMROWS, "Insert the Sum of a Table Column")
01411 #define AP_STRING_ID_MENU_STATUSLINE_CONTEXT_REVISIONS_ACCEPT_REVISION AP_STRING_ID_MENU_STATUSLINE_TOOLS_REVISIONS_ACCEPT_REVISION
01412 #define AP_STRING_ID_MENU_STATUSLINE_CONTEXT_REVISIONS_REJECT_REVISION AP_STRING_ID_MENU_STATUSLINE_TOOLS_REVISIONS_REJECT_REVISION
01413 #define AP_STRING_ID_MENU_STATUSLINE_CONTEXT_REVISIONS_FIND_NEXT AP_STRING_ID_MENU_STATUSLINE_TOOLS_REVISIONS_FIND_NEXT
01414 #define AP_STRING_ID_MENU_STATUSLINE_CONTEXT_REVISIONS_FIND_PREV AP_STRING_ID_MENU_STATUSLINE_TOOLS_REVISIONS_FIND_PREV
01415 dcl(MENU_STATUSLINE_ALIGN," ")
01416 dcl(MENU_STATUSLINE_ALIGN_LEFT,"Left-align the paragraph")
01417 dcl(MENU_STATUSLINE_ALIGN_CENTER,"Center-align the paragraph")
01418 dcl(MENU_STATUSLINE_ALIGN_RIGHT,"Right-align the paragraph")
01419 dcl(MENU_STATUSLINE_ALIGN_JUSTIFY,"Justify the paragraph")
01420 dcl(MENU_STATUSLINE_WEB_WEBPREVIEW,"Preview the document as a web page")
01421 dcl(MENU_STATUSLINE_WEB_SAVEASWEB,"Preview the document as a web page")
01422 dcl(MENU_STATUSLINE_WINDOW," ")
01423 dcl(MENU_STATUSLINE_WINDOW_NEW,"Open another window for the document")
01424 dcl(MENU_STATUSLINE_WINDOW_1,"View this document")
01425 dcl(MENU_STATUSLINE_WINDOW_2,"View this document")
01426 dcl(MENU_STATUSLINE_WINDOW_3,"View this document")
01427 dcl(MENU_STATUSLINE_WINDOW_4,"View this document")
01428 dcl(MENU_STATUSLINE_WINDOW_5,"View this document")
01429 dcl(MENU_STATUSLINE_WINDOW_6,"View this document")
01430 dcl(MENU_STATUSLINE_WINDOW_7,"View this document")
01431 dcl(MENU_STATUSLINE_WINDOW_8,"View this document")
01432 dcl(MENU_STATUSLINE_WINDOW_9,"View this document")
01433 dcl(MENU_STATUSLINE_WINDOW_MORE,"Show full list of documents")
01434 dcl(MENU_STATUSLINE_HELP," ")
01435 dcl(MENU_STATUSLINE_HELP_CREDITS,"Display Credits")
01436 dcl(MENU_STATUSLINE_HELP_CONTENTS,"Display Help Contents")
01437 dcl(MENU_STATUSLINE_HELP_INTRO,"Display Help Introduction")
01438 dcl(MENU_STATUSLINE_HELP_CHECKVER,"Check online for newer versions of AbiWord")
01439 dcl(MENU_STATUSLINE_HELP_SEARCH,"Search for help about...")
01440 dcl(MENU_STATUSLINE_HELP_ABOUT,"Display program information, version number, and copyright" )
01441 dcl(MENU_STATUSLINE_HELP_ABOUT_GNOMEOFFICE,"About the GNOME Office project")
01442 dcl(MENU_STATUSLINE_HELP_REPORT_BUG, "Report a bug and help AbiWord become a better product")
01443 dcl(MENU_STATUSLINE_SPELL_SUGGEST_1,"Change to this suggested spelling")
01444 dcl(MENU_STATUSLINE_SPELL_SUGGEST_2,"Change to this suggested spelling")
01445 dcl(MENU_STATUSLINE_SPELL_SUGGEST_3,"Change to this suggested spelling")
01446 dcl(MENU_STATUSLINE_SPELL_SUGGEST_4,"Change to this suggested spelling")
01447 dcl(MENU_STATUSLINE_SPELL_SUGGEST_5,"Change to this suggested spelling")
01448 dcl(MENU_STATUSLINE_SPELL_SUGGEST_6,"Change to this suggested spelling")
01449 dcl(MENU_STATUSLINE_SPELL_SUGGEST_7,"Change to this suggested spelling")
01450 dcl(MENU_STATUSLINE_SPELL_SUGGEST_8,"Change to this suggested spelling")
01451 dcl(MENU_STATUSLINE_SPELL_SUGGEST_9,"Change to this suggested spelling")
01452 dcl(MENU_STATUSLINE_SPELL_IGNOREALL,"Ignore all occurrences of this word in the document")
01453 dcl(MENU_STATUSLINE_SPELL_ADD,"Add this word to the custom dictionary")
01454 dcl(MENU_STATUSLINE_FMT_IMAGE, "Resize this image")
01455 dcl(MENU_STATUSLINE_FMT_POSIMAGE, "Format this image")
01456 dcl(MENU_STATUSLINE_FMT_SETPOSIMAGE, "Set this image to be positioned")
01457 
01458 dcl(MENU_LABEL_RDF,        "&RDF")
01459 dcl(MENU_LABEL_RDF_HIGHLIGHT,       "Highlight RDF")
01460 dcl(MENU_LABEL_RDF_QUERY,           "SPARQL Query")
01461 dcl(MENU_LABEL_RDF_EDITOR,          "Edit RDF Triples")
01462 dcl(MENU_LABEL_RDF_QUERY_XMLIDS,    "Query RDF for cursor position")
01463 dcl(MENU_LABEL_RDF_SEMITEM,         "Semantic Item")
01464 dcl(MENU_LABEL_RDF_SEMITEM_CREATE,  "Create Semantic Item")
01465 dcl(MENU_LABEL_RDF_SEMITEM_CREATEREF,   "Create Reference")
01466 dcl(MENU_LABEL_RDF_SEMITEM_NEW,         "Create New")
01467 dcl(MENU_LABEL_RDF_SEMITEM_NEW_CONTACT,     "Contact")
01468 dcl(MENU_LABEL_RDF_SEMITEM_NEW_CONTACT_FROM_FILE,     "Contact from File")
01469 dcl(MENU_LABEL_RDF_SEMITEM_RELATION,                    "Relation")
01470 dcl(MENU_LABEL_RDF_SEMITEM_SET_AS_SOURCE,               "Set as Source Semantic Item")
01471 dcl(MENU_LABEL_RDF_SEMITEM_RELATED_TO_SOURCE,           "Related To Source Semantic Item")
01472 dcl(MENU_LABEL_RDF_SEMITEM_RELATED_TO_SOURCE_FOAFKNOWS, "Both People Know Each Other")
01473 dcl(MENU_LABEL_RDF_SEMITEM_FIND_RELATED,                "Find by Relation")
01474 dcl(MENU_LABEL_RDF_SEMITEM_FIND_RELATED_FOAFKNOWS,      "Both People Know Each Other")
01475 dcl(MENU_LABEL_RDF_SEMITEM_STYLESHEET,     "Stylesheet")
01476 dcl(MENU_LABEL_RDF_SEMITEM_STYLESHEET_APPLY,                       "Apply Current")
01477 dcl(MENU_LABEL_RDF_SEMITEM_STYLESHEET_DISASSOCIATE,                "Disassociate")
01478 dcl(MENU_LABEL_RDF_SEMITEM_STYLESHEET_SETTINGS,                    "Settings")
01479 dcl(MENU_LABEL_RDF_SEMITEM_STYLESHEET_CONTACT,                     "Apply Contact")
01480 dcl(MENU_LABEL_RDF_SEMITEM_STYLESHEET_CONTACT_NAME,                "Name")
01481 dcl(MENU_LABEL_RDF_SEMITEM_STYLESHEET_CONTACT_NICK,                "Nick")
01482 dcl(MENU_LABEL_RDF_SEMITEM_STYLESHEET_CONTACT_NAME_PHONE,          "Name, Phone")
01483 dcl(MENU_LABEL_RDF_SEMITEM_STYLESHEET_CONTACT_NICK_PHONE,          "Nick, Phone")
01484 dcl(MENU_LABEL_RDF_SEMITEM_STYLESHEET_CONTACT_NAME_HOMEPAGE_PHONE, "Name, (Homepage), Phone")
01485 dcl(MENU_LABEL_RDF_SEMITEM_STYLESHEET_EVENT,                       "Apply Event")
01486 dcl(MENU_LABEL_RDF_SEMITEM_STYLESHEET_EVENT_NAME,                  "Name")
01487 dcl(MENU_LABEL_RDF_SEMITEM_STYLESHEET_EVENT_SUMMARY,               "Summary")
01488 dcl(MENU_LABEL_RDF_SEMITEM_STYLESHEET_EVENT_SUMMARY_LOCATION,      "Summary, Location")
01489 dcl(MENU_LABEL_RDF_SEMITEM_STYLESHEET_EVENT_SUMMARY_LOCATION_TIMES,"Summary, Location, Start and End Times")
01490 dcl(MENU_LABEL_RDF_SEMITEM_STYLESHEET_EVENT_SUMMARY_TIMES,         "Summary, Start and End Times")
01491 dcl(MENU_LABEL_RDF_SEMITEM_STYLESHEET_LOCATION,                    "Apply Location")
01492 dcl(MENU_LABEL_RDF_SEMITEM_STYLESHEET_LOCATION_NAME,               "Name")
01493 dcl(MENU_LABEL_RDF_SEMITEM_STYLESHEET_LOCATION_NAME_LATLONG,       "Name, Latitude and Longitude")
01494 dcl(MENU_LABEL_RDF_ADV,             "Advanced")
01495 dcl(MENU_LABEL_RDF_ADV_TEST,            "Test RDF subsystem")
01496 dcl(MENU_LABEL_RDF_ADV_DUMP_OBJECTS,    "Dump RDF Objects")
01497 dcl(MENU_LABEL_RDF_ADV_DUMP_FOR_POINT,  "Dump RDF related to Cursor Position")
01498 dcl(MENU_LABEL_RDF_ADV_PLAY,            "Playing with RDF during development")
01499 
01500 
01501 
01502 dcl(MENU_STATUSLINE_RDF,             "Interact with RDF")
01503 dcl(MENU_STATUSLINE_RDF_HIGHLIGHT,       "Highlight areas of the document with RDF associated")
01504 dcl(MENU_STATUSLINE_RDF_QUERY,           "Execute a SPARQL Query on all document RDF...")
01505 dcl(MENU_STATUSLINE_RDF_EDITOR,          "Directly edit the RDF for the entire document...")
01506 dcl(MENU_STATUSLINE_RDF_QUERY_XMLIDS,    "Query the RDF associated with the cursor position...")
01507 dcl(MENU_STATUSLINE_RDF_SEMITEM,         "Semantic Item")
01508 dcl(MENU_STATUSLINE_RDF_SEMITEM_CREATE,  "Create Semantic Item")
01509 dcl(MENU_STATUSLINE_RDF_SEMITEM_CREATEREF, "Create new Reference to existing Semantic Item")
01510 dcl(MENU_STATUSLINE_RDF_SEMITEM_NEW,       "Create new Semantic Item")
01511 dcl(MENU_STATUSLINE_RDF_SEMITEM_NEW_CONTACT, "Create new Contact Semantic Item")
01512 dcl(MENU_STATUSLINE_RDF_SEMITEM_NEW_CONTACT_FROM_FILE, "Create new Contact Semantic Item by importing a vcard")
01513 dcl(MENU_STATUSLINE_RDF_SEMITEM_RELATION,                    "Relation")
01514 dcl(MENU_STATUSLINE_RDF_SEMITEM_SET_AS_SOURCE,               "Set as Source Semantic Item")
01515 dcl(MENU_STATUSLINE_RDF_SEMITEM_RELATED_TO_SOURCE,           "Related To Source Semantic Item")
01516 dcl(MENU_STATUSLINE_RDF_SEMITEM_RELATED_TO_SOURCE_FOAFKNOWS, "Both People Know Each Other")
01517 dcl(MENU_STATUSLINE_RDF_SEMITEM_FIND_RELATED,                "Find by Relation")
01518 dcl(MENU_STATUSLINE_RDF_SEMITEM_FIND_RELATED_FOAFKNOWS,      "Both People Know Each Other")
01519 dcl(MENU_STATUSLINE_RDF_SEMITEM_STYLESHEET,     "Stylesheet")
01520 dcl(MENU_STATUSLINE_RDF_SEMITEM_STYLESHEET_APPLY,                       "Apply Current")
01521 dcl(MENU_STATUSLINE_RDF_SEMITEM_STYLESHEET_DISASSOCIATE,                "Disassociate and apply default stylesheet")
01522 dcl(MENU_STATUSLINE_RDF_SEMITEM_STYLESHEET_SETTINGS,                    "Settings")
01523 dcl(MENU_STATUSLINE_RDF_SEMITEM_STYLESHEET_CONTACT,                     "Apply Contact")
01524 dcl(MENU_STATUSLINE_RDF_SEMITEM_STYLESHEET_CONTACT_NAME,                "Name")
01525 dcl(MENU_STATUSLINE_RDF_SEMITEM_STYLESHEET_CONTACT_NICK,                "Nick")
01526 dcl(MENU_STATUSLINE_RDF_SEMITEM_STYLESHEET_CONTACT_NAME_PHONE,          "Name, Phone")
01527 dcl(MENU_STATUSLINE_RDF_SEMITEM_STYLESHEET_CONTACT_NICK_PHONE,          "Nick, Phone")
01528 dcl(MENU_STATUSLINE_RDF_SEMITEM_STYLESHEET_CONTACT_NAME_HOMEPAGE_PHONE, "Name, (Homepage), Phone")
01529 dcl(MENU_STATUSLINE_RDF_SEMITEM_STYLESHEET_EVENT,                       "Apply Event")
01530 dcl(MENU_STATUSLINE_RDF_SEMITEM_STYLESHEET_EVENT_NAME,                  "Name")
01531 dcl(MENU_STATUSLINE_RDF_SEMITEM_STYLESHEET_EVENT_SUMMARY,               "Summary")
01532 dcl(MENU_STATUSLINE_RDF_SEMITEM_STYLESHEET_EVENT_SUMMARY_LOCATION,      "Summary, Location")
01533 dcl(MENU_STATUSLINE_RDF_SEMITEM_STYLESHEET_EVENT_SUMMARY_LOCATION_TIMES,"Summary, Location, Start and End Times")
01534 dcl(MENU_STATUSLINE_RDF_SEMITEM_STYLESHEET_EVENT_SUMMARY_TIMES,         "Summary, Start and End Times")
01535 dcl(MENU_STATUSLINE_RDF_SEMITEM_STYLESHEET_LOCATION,                    "Apply Location")
01536 dcl(MENU_STATUSLINE_RDF_SEMITEM_STYLESHEET_LOCATION_NAME,               "Name")
01537 dcl(MENU_STATUSLINE_RDF_SEMITEM_STYLESHEET_LOCATION_NAME_LATLONG,       "Name, Latitude and Longitude")
01538 dcl(MENU_STATUSLINE_RDF_ADV,             "Advanced RDF")
01539 dcl(MENU_STATUSLINE_RDF_ADV_TEST,            "Run some RDF tests and show results on console")
01540 dcl(MENU_STATUSLINE_RDF_ADV_DUMP_OBJECTS,    "Dump out information about RDF Objects")
01541 dcl(MENU_STATUSLINE_RDF_ADV_DUMP_FOR_POINT,  "Dump the raw RDF associated with the cursor position")
01542 dcl(MENU_STATUSLINE_RDF_ADV_PLAY,            "Run some RDF tests that change during development")
01543 
01544 
01545 
01546 /* Toolbar labels */
01547 dcl(TB_Extra,"Extra")
01548 dcl(TB_Format,"Format")
01549 dcl(TB_Standard,"Standard")
01550 dcl(TB_Simple,"Simple")
01551 dcl(TB_Embedded,"Embedded")
01552 dcl(TB_Table,"Table")
01553 
01554 dcl(TOOLBAR_LABEL_FILE_NEW,"New")
01555 dcl(TOOLBAR_LABEL_FILE_OPEN,"Open")
01556 dcl(TOOLBAR_LABEL_FILE_SAVE,"Save")
01557 dcl(TOOLBAR_LABEL_FILE_SAVEAS,"Save As")
01558 dcl(TOOLBAR_LABEL_FILE_PRINT,"Print")
01559 dcl(TOOLBAR_LABEL_FILE_PRINT_PREVIEW,"Print Preview")
01560 dcl(TOOLBAR_LABEL_EDIT_UNDO,"Undo")
01561 dcl(TOOLBAR_LABEL_EDIT_REDO,"Redo")
01562 dcl(TOOLBAR_LABEL_EDIT_CUT,"Cut")
01563 dcl(TOOLBAR_LABEL_EDIT_COPY,"Copy")
01564 dcl(TOOLBAR_LABEL_EDIT_PASTE,"Paste")
01565 dcl(TOOLBAR_LABEL_EDIT_HEADER,"Edit Header")
01566 dcl(TOOLBAR_LABEL_EDIT_FOOTER,"Edit Footer")
01567 dcl(TOOLBAR_LABEL_EDIT_REMOVEHEADER,"Remove Header")
01568 dcl(TOOLBAR_LABEL_EDIT_REMOVEFOOTER,"Remove Footer")
01569 dcl(TOOLBAR_LABEL_SPELLCHECK,"Spellcheck")
01570 dcl(TOOLBAR_LABEL_IMG,"Insert Image")
01571 dcl(TOOLBAR_LABEL_FMT_STYLE,"Style")
01572 dcl(TOOLBAR_LABEL_FMT_CHOOSE,"Font choose")
01573 dcl(TOOLBAR_LABEL_FMT_FONT,"Font")
01574 dcl(TOOLBAR_LABEL_FMT_HYPERLINK,"Insert Hyperlink")
01575 dcl(TOOLBAR_LABEL_FMT_BOOKMARK,"Insert Bookmark")
01576 dcl(TOOLBAR_LABEL_FMT_SIZE,"Font Size")
01577 dcl(TOOLBAR_LABEL_FMT_BOLD,"Bold")
01578 dcl(TOOLBAR_LABEL_FMT_ITALIC,"Italic")
01579 dcl(TOOLBAR_LABEL_FMT_UNDERLINE,"Underline")
01580 dcl(TOOLBAR_LABEL_FMT_OVERLINE,"Overline")
01581 dcl(TOOLBAR_LABEL_FMT_STRIKE,"Strike")
01582 dcl(TOOLBAR_LABEL_FMT_TOPLINE,"Topline")
01583 dcl(TOOLBAR_LABEL_FMT_BOTTOMLINE,"Bottomline")
01584 dcl(TOOLBAR_LABEL_HELP,"Help")
01585 dcl(TOOLBAR_LABEL_FMT_SUPERSCRIPT,"Superscript")
01586 dcl(TOOLBAR_LABEL_FMT_SUBSCRIPT,"Subscript")
01587 dcl(TOOLBAR_LABEL_INSERT_SYMBOL,"Symbol")
01588 dcl(TOOLBAR_LABEL_ALIGN_LEFT,"Left")
01589 dcl(TOOLBAR_LABEL_ALIGN_CENTER,"Center")
01590 dcl(TOOLBAR_LABEL_ALIGN_RIGHT,"Right")
01591 dcl(TOOLBAR_LABEL_ALIGN_JUSTIFY,"Justify")
01592 dcl(TOOLBAR_LABEL_PARA_0BEFORE,"None before")
01593 dcl(TOOLBAR_LABEL_PARA_12BEFORE,"12 pt before")
01594 dcl(TOOLBAR_LABEL_SINGLE_SPACE,"Single Spacing")
01595 dcl(TOOLBAR_LABEL_MIDDLE_SPACE,"1.5 Spacing")
01596 dcl(TOOLBAR_LABEL_DOUBLE_SPACE,"Double Spacing")
01597 dcl(TOOLBAR_LABEL_1COLUMN,"1 Column")
01598 dcl(TOOLBAR_LABEL_2COLUMN,"2 Columns")
01599 dcl(TOOLBAR_LABEL_3COLUMN,"3 Columns")
01600 dcl(TOOLBAR_LABEL_VIEW_SHOWPARA,"Show All")
01601 dcl(TOOLBAR_LABEL_ZOOM,"Zoom")
01602 dcl(TOOLBAR_LABEL_VIEW_FULL_SCREEN,"Full Screen")
01603 dcl(TOOLBAR_LABEL_LISTS_BULLETS,"Bullets")
01604 dcl(TOOLBAR_LABEL_LISTS_NUMBERS,"Numbering")
01605 dcl(TOOLBAR_LABEL_COLOR_FORE,"Font color")
01606 dcl(TOOLBAR_LABEL_COLOR_BACK,"Highlight")
01607 dcl(TOOLBAR_LABEL_INDENT,"Increase indent")
01608 dcl(TOOLBAR_LABEL_UNINDENT,"Decrease indent")
01609 dcl(TOOLBAR_LABEL_SCRIPT_PLAY,"Ex. script")
01610 dcl(TOOLBAR_LABEL_FMTPAINTER,"Format Painter")
01611 dcl(TOOLBAR_LABEL_FMT_DIR_OVERRIDE_LTR,"Force text LTR")
01612 dcl(TOOLBAR_LABEL_FMT_DIR_OVERRIDE_RTL,"Force text RTL")
01613 dcl(TOOLBAR_LABEL_FMT_DOM_DIRECTION,"Paragraph Direction")
01614 dcl(TOOLBAR_LABEL_INSERT_TABLE, "Insert table")
01615 dcl(TOOLBAR_LABEL_ADD_ROW, "Add row after")
01616 dcl(TOOLBAR_LABEL_ADD_COLUMN, "Add column after")
01617 dcl(TOOLBAR_LABEL_DELETE_ROW, "Delete row")
01618 dcl(TOOLBAR_LABEL_DELETE_COLUMN, "Delete column")
01619 dcl(TOOLBAR_LABEL_MERGE_CELLS, "Merge cells")
01620 dcl(TOOLBAR_LABEL_SPLIT_CELLS, "Split cells")
01621 dcl(TOOLBAR_LABEL_MERGELEFT, "Merge left")
01622 dcl(TOOLBAR_LABEL_MERGERIGHT, "Merge right")
01623 dcl(TOOLBAR_LABEL_MERGEABOVE, "Merge above")
01624 dcl(TOOLBAR_LABEL_MERGEBELOW, "Merge below")
01625 dcl(TOOLBAR_LABEL_MENU, "Menu")
01626 dcl(TOOLBAR_LABEL_REVISIONS_NEW,"New Revision")
01627 dcl(TOOLBAR_LABEL_REVISIONS_SELECT,"Select Revision")
01628 dcl(TOOLBAR_LABEL_REVISIONS_SHOW_FINAL,"Show document at final version without revision highlighting")
01629 dcl(TOOLBAR_LABEL_REVISIONS_FIND_PREV,"Select the parts of the document contained in the previous revision")
01630 dcl(TOOLBAR_LABEL_REVISIONS_FIND_NEXT,"Select the parts of the document contained in the next revision")
01631 dcl(TOOLBAR_LABEL_SEMITEM_THIS,"Select this reference to this Semantic Item")
01632 dcl(TOOLBAR_LABEL_SEMITEM_NEXT,"Select next reference to this Semantic Item")
01633 dcl(TOOLBAR_LABEL_SEMITEM_PREV,"Select previous reference to this Semantic Item")
01634 dcl(TOOLBAR_LABEL_SEMITEM_EDIT,"Edit this Semantic Item")
01635 dcl(TOOLBAR_LABEL_SEMITEM_STYLESHEET_APPLY,"Apply stylesheet to this Semantic Item")
01636 
01637 dcl(TOOLBAR_STATUSLINE_FILE_NEW,"Create a new document")
01638 dcl(TOOLBAR_STATUSLINE_FILE_OPEN,"Open an existing document")
01639 dcl(TOOLBAR_STATUSLINE_FILE_SAVE,"Save the document")
01640 dcl(TOOLBAR_STATUSLINE_FILE_SAVEAS,"Save the document under a different name")
01641 dcl(TOOLBAR_STATUSLINE_FILE_PRINT,"Print the document")
01642 dcl(TOOLBAR_STATUSLINE_FILE_PRINT_PREVIEW,"Preview the document before printing")
01643 dcl(TOOLBAR_STATUSLINE_EDIT_UNDO,"Undo editing")
01644 dcl(TOOLBAR_STATUSLINE_EDIT_REDO,"Redo editing")
01645 dcl(TOOLBAR_STATUSLINE_EDIT_CUT,"Cut")
01646 dcl(TOOLBAR_STATUSLINE_EDIT_COPY,"Copy")
01647 dcl(TOOLBAR_STATUSLINE_EDIT_PASTE,"Paste")
01648 dcl(TOOLBAR_STATUSLINE_EDIT_HEADER,"Edit Header")
01649 dcl(TOOLBAR_STATUSLINE_EDIT_FOOTER,"Edit Footer")
01650 dcl(TOOLBAR_STATUSLINE_EDIT_REMOVEHEADER,"Remove Header")
01651 dcl(TOOLBAR_STATUSLINE_EDIT_REMOVEFOOTER,"Remove Footer")
01652 dcl(TOOLBAR_STATUSLINE_SPELLCHECK,"Spellcheck the document")
01653 dcl(TOOLBAR_STATUSLINE_IMG,"Insert an image into the document")
01654 dcl(TOOLBAR_STATUSLINE_FMT_STYLE,"Style")
01655 dcl(TOOLBAR_STATUSLINE_FMT_CHOOSE,"Font Choose")
01656 dcl(TOOLBAR_STATUSLINE_FMT_FONT,"Font")
01657 dcl(TOOLBAR_STATUSLINE_FMT_HYPERLINK,"Insert a hyperlink into the document")
01658 dcl(TOOLBAR_STATUSLINE_FMT_BOOKMARK,"Insert a bookmark into the document")
01659 dcl(TOOLBAR_STATUSLINE_FMT_SIZE,"Font Size")
01660 dcl(TOOLBAR_STATUSLINE_FMT_BOLD,"Bold")
01661 dcl(TOOLBAR_STATUSLINE_FMT_ITALIC,"Italic")
01662 dcl(TOOLBAR_STATUSLINE_FMT_UNDERLINE,"Underline")
01663 dcl(TOOLBAR_STATUSLINE_FMT_OVERLINE,"Overline")
01664 dcl(TOOLBAR_STATUSLINE_FMT_STRIKE,"Strike")
01665 dcl(TOOLBAR_STATUSLINE_FMT_TOPLINE,"Topline")
01666 dcl(TOOLBAR_STATUSLINE_FMT_BOTTOMLINE,"Bottomline")
01667 dcl(TOOLBAR_STATUSLINE_HELP,"Help")
01668 dcl(TOOLBAR_STATUSLINE_FMT_SUPERSCRIPT,"Superscript")
01669 dcl(TOOLBAR_STATUSLINE_FMT_SUBSCRIPT,"Subscript")
01670 dcl(TOOLBAR_STATUSLINE_INSERT_SYMBOL,"Insert symbol")
01671 dcl(TOOLBAR_STATUSLINE_ALIGN_LEFT,"Left alignment")
01672 dcl(TOOLBAR_STATUSLINE_ALIGN_CENTER,"Center alignment")
01673 dcl(TOOLBAR_STATUSLINE_ALIGN_RIGHT,"Right alignment")
01674 dcl(TOOLBAR_STATUSLINE_ALIGN_JUSTIFY,"Justify paragraph")
01675 dcl(TOOLBAR_STATUSLINE_PARA_0BEFORE,"Space before: None")
01676 dcl(TOOLBAR_STATUSLINE_PARA_12BEFORE,"Space before: 12 pt")
01677 dcl(TOOLBAR_STATUSLINE_SINGLE_SPACE,"Single spacing")
01678 dcl(TOOLBAR_STATUSLINE_MIDDLE_SPACE,"1.5 spacing")
01679 dcl(TOOLBAR_STATUSLINE_DOUBLE_SPACE,"Double spacing")
01680 dcl(TOOLBAR_STATUSLINE_1COLUMN,"1 Column")
01681 dcl(TOOLBAR_STATUSLINE_2COLUMN,"2 Columns")
01682 dcl(TOOLBAR_STATUSLINE_3COLUMN,"3 Columns")
01683 dcl(TOOLBAR_STATUSLINE_VIEW_SHOWPARA,"Show/hide formatting marks")
01684 dcl(TOOLBAR_STATUSLINE_ZOOM,"Zoom")
01685 dcl(TOOLBAR_STATUSLINE_VIEW_FULL_SCREEN,"Full Screen")
01686 dcl(TOOLBAR_STATUSLINE_LISTS_BULLETS,"Bullets")
01687 dcl(TOOLBAR_STATUSLINE_LISTS_NUMBERS,"Numbering")
01688 dcl(TOOLBAR_STATUSLINE_COLOR_FORE,"Font color")
01689 dcl(TOOLBAR_STATUSLINE_COLOR_BACK,"Highlight")
01690 dcl(TOOLBAR_STATUSLINE_INDENT,"Increase indent")
01691 dcl(TOOLBAR_STATUSLINE_UNINDENT,"Decrease indent")
01692 dcl(TOOLBAR_STATUSLINE_SCRIPT_PLAY,"Execute script")
01693 dcl(TOOLBAR_STATUSLINE_FMTPAINTER,"Apply the previously copied paragraph formatting onto the selected text")
01694 dcl(TOOLBAR_STATUSLINE_FMT_DIR_OVERRIDE_LTR,"Force LTR direction of text")
01695 dcl(TOOLBAR_STATUSLINE_FMT_DIR_OVERRIDE_RTL,"Force RTL direction of text")
01696 dcl(TOOLBAR_STATUSLINE_FMT_DOM_DIRECTION,"Change dominant direction of paragraph")
01697 dcl(TOOLBAR_STATUSLINE_INSERT_TABLE, "Insert a new table into your document")
01698 dcl(TOOLBAR_STATUSLINE_ADD_ROW, "Add a row to this table after the current row")
01699 dcl(TOOLBAR_STATUSLINE_ADD_COLUMN, "Add a column to this table after the current column")
01700 dcl(TOOLBAR_STATUSLINE_DELETE_ROW, "Delete this row from its table")
01701 dcl(TOOLBAR_STATUSLINE_DELETE_COLUMN, "Delete this column from its table")
01702 dcl(TOOLBAR_STATUSLINE_MERGE_CELLS, "Merge cells")
01703 dcl(TOOLBAR_STATUSLINE_SPLIT_CELLS, "Split this cell")
01704 dcl(TOOLBAR_STATUSLINE_MERGELEFT, "Merge with left cell")
01705 dcl(TOOLBAR_STATUSLINE_MERGERIGHT, "Merge with right cell")
01706 dcl(TOOLBAR_STATUSLINE_MERGEABOVE, "Merge with cell above")
01707 dcl(TOOLBAR_STATUSLINE_MERGEBELOW, "Merge with cell below")
01708 dcl(TOOLBAR_STATUSLINE_MENU, "Menu")
01709 dcl(TOOLBAR_STATUSLINE_REVISIONS_NEW, "Revisions new...")
01710 dcl(TOOLBAR_STATUSLINE_REVISIONS_SELECT, "Revisions select...")
01711 dcl(TOOLBAR_STATUSLINE_REVISIONS_SHOW_FINAL, "Show final document...")
01712 dcl(TOOLBAR_STATUSLINE_REVISIONS_FIND_PREV, "Select the parts of the document belonging to the previous version...")
01713 dcl(TOOLBAR_STATUSLINE_REVISIONS_FIND_NEXT, "Select the parts of the document belonging to the next version...")
01714 dcl(TOOLBAR_STATUSLINE_SEMITEM_THIS, "Select this reference to this Semantic Item...")
01715 dcl(TOOLBAR_STATUSLINE_SEMITEM_NEXT, "Select next reference to this Semantic Item...")
01716 dcl(TOOLBAR_STATUSLINE_SEMITEM_PREV, "Select previous reference to this Semantic Item...")
01717 dcl(TOOLBAR_STATUSLINE_SEMITEM_EDIT,"Edit this Semantic Item")
01718 dcl(TOOLBAR_STATUSLINE_SEMITEM_STYLESHEET_APPLY,"Apply stylesheet to this Semantic Item")
01719 
01720 dcl(TOOLBAR_TOOLTIP_FILE_NEW,"Create a new document")
01721 dcl(TOOLBAR_TOOLTIP_FILE_OPEN,"Open an existing document")
01722 dcl(TOOLBAR_TOOLTIP_FILE_SAVE,"Save the document")
01723 dcl(TOOLBAR_TOOLTIP_FILE_SAVEAS,"Save the document under a different name")
01724 dcl(TOOLBAR_TOOLTIP_FILE_PRINT,"Print the document")
01725 dcl(TOOLBAR_TOOLTIP_FILE_PRINT_PREVIEW,"Preview the document before printing")
01726 dcl(TOOLBAR_TOOLTIP_EDIT_UNDO,"Undo editing")
01727 dcl(TOOLBAR_TOOLTIP_EDIT_REDO,"Redo editing")
01728 dcl(TOOLBAR_TOOLTIP_EDIT_CUT,"Cut")
01729 dcl(TOOLBAR_TOOLTIP_EDIT_COPY,"Copy")
01730 dcl(TOOLBAR_TOOLTIP_EDIT_PASTE,"Paste")
01731 dcl(TOOLBAR_TOOLTIP_EDIT_HEADER,"Edit Header")
01732 dcl(TOOLBAR_TOOLTIP_EDIT_FOOTER,"Edit Footer")
01733 dcl(TOOLBAR_TOOLTIP_EDIT_REMOVEHEADER,"Remove Header")
01734 dcl(TOOLBAR_TOOLTIP_EDIT_REMOVEFOOTER,"Remove Footer")
01735 dcl(TOOLBAR_TOOLTIP_SPELLCHECK,"Spellcheck the document")
01736 dcl(TOOLBAR_TOOLTIP_IMG,"Insert an image into the document")
01737 dcl(TOOLBAR_TOOLTIP_FMT_STYLE,"Style")
01738 dcl(TOOLBAR_TOOLTIP_FMT_CHOOSE,"Select Font")
01739 dcl(TOOLBAR_TOOLTIP_FMT_FONT,"Font")
01740 dcl(TOOLBAR_TOOLTIP_FMT_HYPERLINK,"Insert a hyperlink into the document")
01741 dcl(TOOLBAR_TOOLTIP_FMT_BOOKMARK,"Insert a bookmark into the document")
01742 dcl(TOOLBAR_TOOLTIP_FMT_SIZE,"Font Size")
01743 dcl(TOOLBAR_TOOLTIP_FMT_BOLD,"Bold")
01744 dcl(TOOLBAR_TOOLTIP_FMT_ITALIC,"Italic")
01745 dcl(TOOLBAR_TOOLTIP_FMT_UNDERLINE,"Underline")
01746 dcl(TOOLBAR_TOOLTIP_FMT_OVERLINE,"Overline")
01747 dcl(TOOLBAR_TOOLTIP_FMT_STRIKE,"Strike")
01748 dcl(TOOLBAR_TOOLTIP_FMT_TOPLINE,"Topline")
01749 dcl(TOOLBAR_TOOLTIP_FMT_BOTTOMLINE,"Bottomline")
01750 dcl(TOOLBAR_TOOLTIP_HELP,"Help")
01751 dcl(TOOLBAR_TOOLTIP_FMT_SUPERSCRIPT,"Superscript")
01752 dcl(TOOLBAR_TOOLTIP_FMT_SUBSCRIPT,"Subscript")
01753 dcl(TOOLBAR_TOOLTIP_INSERT_SYMBOL,"Insert symbol")
01754 dcl(TOOLBAR_TOOLTIP_ALIGN_LEFT,"Left alignment")
01755 dcl(TOOLBAR_TOOLTIP_ALIGN_CENTER,"Center alignment")
01756 dcl(TOOLBAR_TOOLTIP_ALIGN_RIGHT,"Right alignment")
01757 dcl(TOOLBAR_TOOLTIP_ALIGN_JUSTIFY,"Justify paragraph")
01758 dcl(TOOLBAR_TOOLTIP_PARA_0BEFORE,"Space before: None")
01759 dcl(TOOLBAR_TOOLTIP_PARA_12BEFORE,"Space before: 12 pt")
01760 dcl(TOOLBAR_TOOLTIP_SINGLE_SPACE,"Single spacing")
01761 dcl(TOOLBAR_TOOLTIP_MIDDLE_SPACE,"1.5 spacing")
01762 dcl(TOOLBAR_TOOLTIP_DOUBLE_SPACE,"Double spacing")
01763 dcl(TOOLBAR_TOOLTIP_1COLUMN,"1 Column")
01764 dcl(TOOLBAR_TOOLTIP_2COLUMN,"2 Columns")
01765 dcl(TOOLBAR_TOOLTIP_3COLUMN,"3 Columns")
01766 dcl(TOOLBAR_TOOLTIP_VIEW_SHOWPARA,"Show/hide formatting marks")
01767 dcl(TOOLBAR_TOOLTIP_ZOOM,"Zoom")
01768 dcl(TOOLBAR_TOOLTIP_VIEW_FULL_SCREEN,"Full Screen")
01769 dcl(TOOLBAR_TOOLTIP_LISTS_BULLETS,"Bullets")
01770 dcl(TOOLBAR_TOOLTIP_LISTS_NUMBERS,"Numbering")
01771 dcl(TOOLBAR_TOOLTIP_COLOR_FORE,"Font color")
01772 dcl(TOOLBAR_TOOLTIP_COLOR_BACK,"Highlight")
01773 dcl(TOOLBAR_TOOLTIP_INDENT,"Increase indent")
01774 dcl(TOOLBAR_TOOLTIP_UNINDENT,"Decrease indent")
01775 dcl(TOOLBAR_TOOLTIP_SCRIPT_PLAY,"Execute script")
01776 dcl(TOOLBAR_TOOLTIP_FMTPAINTER,"Apply the previously copied paragraph formatting onto the selected text")
01777 dcl(TOOLBAR_TOOLTIP_FMT_DIR_OVERRIDE_LTR,"Force LTR direction of text")
01778 dcl(TOOLBAR_TOOLTIP_FMT_DIR_OVERRIDE_RTL,"Force RTL direction of text")
01779 dcl(TOOLBAR_TOOLTIP_FMT_DOM_DIRECTION,"Change dominant direction of paragraph")
01780 dcl(TOOLBAR_TOOLTIP_INSERT_TABLE, "Insert a new table into your document")
01781 dcl(TOOLBAR_TOOLTIP_ADD_ROW, "Add a row to this table after the current row")
01782 dcl(TOOLBAR_TOOLTIP_ADD_COLUMN, "Add a column to this table after the current column")
01783 dcl(TOOLBAR_TOOLTIP_DELETE_ROW, "Delete this row from its table")
01784 dcl(TOOLBAR_TOOLTIP_DELETE_COLUMN, "Delete this column from its table")
01785 dcl(TOOLBAR_TOOLTIP_MERGE_CELLS, "Merge cells")
01786 dcl(TOOLBAR_TOOLTIP_SPLIT_CELLS, "Split this cell")
01787 dcl(TOOLBAR_TOOLTIP_MERGELEFT, "Merge with left cell")
01788 dcl(TOOLBAR_TOOLTIP_MERGERIGHT, "Merge with right cell")
01789 dcl(TOOLBAR_TOOLTIP_MERGEABOVE, "Merge with cell above")
01790 dcl(TOOLBAR_TOOLTIP_MERGEBELOW, "Merge with cell below")
01791 dcl(TOOLBAR_TOOLTIP_MENU, "Menu")
01792 dcl(TOOLBAR_TOOLTIP_REVISIONS_NEW, "Create a new Revision")
01793 dcl(TOOLBAR_TOOLTIP_REVISIONS_SELECT, "Choose which revision of the document to see and edit")
01794 dcl(TOOLBAR_TOOLTIP_REVISIONS_SHOW_FINAL, "Show final document")
01795 dcl(TOOLBAR_TOOLTIP_REVISIONS_FIND_PREV, "Select the parts of the document contained in the previous revision")
01796 dcl(TOOLBAR_TOOLTIP_REVISIONS_FIND_NEXT, "Select the parts of the document contained in the next revision")
01797 
01798 dcl(TOOLBAR_TOOLTIP_SEMITEM_THIS, "Select this reference to Semantic Item")
01799 dcl(TOOLBAR_TOOLTIP_SEMITEM_NEXT, "Select next reference to Semantic Item")
01800 dcl(TOOLBAR_TOOLTIP_SEMITEM_PREV, "Select previous reference to Semantic Item")
01801 dcl(TOOLBAR_TOOLTIP_SEMITEM_EDIT,"Edit this Semantic Item")
01802 dcl(TOOLBAR_TOOLTIP_SEMITEM_STYLESHEET_APPLY,"Apply stylesheet to this Semantic Item")
01803 
01804 dcl(COMMAND_LINE_PRINTING_DEPRECATED, "The '--print' option has been removed as of AbiWord 2.8. You can achieve the desired behavior using AbiWord's command-line conversion tools and then piping the output to a print spooler. Eg: 'abiword --to=ps --to-name=fd://1 myfile.txt | lpr'")

Generated on Sun May 27 2012 for AbiWord by  doxygen 1.7.1