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