!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! !! !! Example application resources file for 'Ted'. !! !! !! !! @TranslatorStart !! !! ------------------------------------------------------------------ !! !! Copie este arquivo para ~/.Ted para acesso local ou para !! !! /usr/lib/X11/pt_BR/app-defaults/Ted para que o idioma esteja !! !! disponível globalmente. !! !! ------------------------------------------------------------------ !! !! @TranslatorEnd !! !! !! !! This file can be used to set Ted's application resources, such as !! !! the texts on menu options or buttons, or to set your preferences !! !! for certain values. !! !! !! !! The values given in the English example resource file are those !! !! that are compiled into the program. It only makes sense to make and !! !! install a modified file when it is different from the default one. !! !! For simplicity and to save yourself a lot of work it is important !! !! to realize that all values given in the English example file are !! !! also compiled into the standard Ted program. You only have to save !! !! the lines that you change in personalized or localized versions of !! !! a resource file. !! !! !! !! When you translate this resource file to a particular language, !! !! please only translate the messages, and adapt the default unit and !! !! paper size to the traditions of your country. The other !! !! configurable resources are a matter of personal taste that is best !! !! dealt with by the author of this program or the individual user. !! !! !! !! For those that want to contribute their translation to the Ted !! !! source: The administrative process that merges the '.ad' files !! !! with the latest version of the original does not support the '' !! !! mechanism for continuation lines. Please do not use it in the files !! !! you submit. !! !! !! !! Translated resource files are periodically merged with the latest !! !! sample resource file. Original translators comments are lost in !! !! this process. Comments between the first @TranslatorStart and !! !! @TranslatorEnd lines are however copied over to the merge result. !! !! In the merged file, the lines that have not (yet) been translated !! !! by you are marked as a special kind of comment: The line starts !! !! with '!=='. When you translate a line, remove the comment sign such !! !! that the line starts with 'Ted'. If you do not want to translate a !! !! line, either leave it alone or delete it. It is up to you to decide !! !! what is the most convenient to you. !! !! !! !! The syntax for giving menu shortcuts in X11 resource files has its !! !! peculiarities. As you only need to include values that you want to !! !! be different from the defaults in a private version of the file, it !! !! is wise just to leave the menu shortcuts alone. For detailed !! !! information refer to the Xt documentation. E.G. to paragraph 8.1 !! !! (p244) of the Xt programming manual. (See the reference below). !! !! Another unfortunate thing is that (invisible) white space at the !! !! end of a line in the resource file may make a shortcut !! !! syntactically incorrect. !! !! !! !! Refer to the X11/Motif documentation on how to use this file. !! !! I suggest to save the lines you changed to personalize resources in !! !! a file called $HOME/Ted. For a detailed discussion and a graphical !! !! schema (p307) refer to to paragraph 10.2.3 of the Xt programming !! !! manual. (See the reference below) In environments where you log in !! !! through X Windows, the $HOME/.Xresources file takes the role of !! !! the $HOME/.Xdefaults file. For more information try to understand !! !! the 'xrdb' manual page. !! !! !! !! To manually test a resource file while you are making a translation !! !! commands like 'xrdb -merge < Ted_pt_BR.ad' are the fastest way to !! !! activate your translation. !! !! !! !! The standard X11 command line arguments to override a resource !! !! value for a single invocation work as well. E.G: !! !! Ted -xrm Ted.usePostScriptFilters:1 !! !! -xrm Ted.usePostScriptIndexedImages:1 ++printToFile x.rtf y.ps !! !! uses the special PostScript settings for this invocation only. For !! !! more information read the X manual page. !! !! !! !! System wide configuration settings like the default paper size can !! !! be set in the file /usr/lib/X11/app-defaults/Ted. For exact !! !! details, refer to the X11 documentation and the book mentioned !! !! above. !! !! !! !! When you translate this file to a certain language $LANG, the file !! !! with the translated messages can be stored in a file called !! !! /usr/lib/X11/${LANG}/app-defaults/Ted. E.G. For European French the !! !! translated file is /usr/lib/X11/fr_FR/app-defaults/Ted. !! !! NOTE that I have encountered situations in which this does not !! !! work. When your X11 implementation obstinately refuses to use the !! !! translated file, it is possible to influence the language that the !! !! Xt toolkit uses bypassing the LANG environment variable. This can !! !! be done in in two ways: !! !! - Insert a line 'Ted.xnlLanguage: fr_FR' in $HOME/.Xdefaults !! !! When you log in through X Windows, you might have to insert !! !! the line in $HOME/.Xresources. !! !! - Pass the language as a command line argument to Ted. E.G. !! !! 'Ted -xnllanguage fr_FR' or 'Ted -xnllanguage fr_FR *.rtf' !! !! Note the difference in capitalization of the L. !! !! !! !! Strictly speaking, the background clor of the windows is not a Ted !! !! resource but a general Motif resource. Those that do not like the !! !! blue background of Motif 1.2 (LessTif) can change the background !! !! color with the following resource setting: !! !! !! !! Ted*background: gray !! !! !! !! Strictly speaking, the font that is used for all menu items and !! !! controls is not a 'Ted' resource but a general Motif resource. Ted !! !! does not set a default for it. The Motif default can be overridden !! !! by setting the 'fontList' resource. E.G. including the following !! !! line in your .XDefaults file, or in $HOME/Ted, lets Ted use the !! !! 'times' font for all controls. Setting a default font for the texts !! !! is particularly important when you have translated the messages to !! !! some language using a special character set, or for the spelling !! !! tool in a language that uses a special character set. !! !! !! !! Ted*fontList: -adobe-times-bold-r-*-*-*-100-*-*-*-*-*-* !! !! !! !! E.G. for Eastern European languages like Slovak, Czech and Polish !! !! the following might be good settings: !! !! !! !! Ted*fontList: -adobe-helvetica-bold-r-*-*-*-100-*-*-*-*-iso8859-2 !! !! or !! !! *fontList: -adobe-helvetica-bold-r-*-*-*-100-*-*-*-*-iso8859-2 !! !! !! !! REFERENCE: !! !! !! !! NYE, Adrian & Tim O'REILLY: "X Toolkit Intrinsics Programming !! !! Manual", ISBN 1-56592-013-9, O'Reilly and Associates, !! !! Sebastopol CA, 1995. !! !! !! !! Apart from the X11 application defaults file, Ted uses its own !! !! settings and defaults mechanism. The configuration files !! !! /usr/local/Ted/Ted.properties and $HOME/.Ted.properties have a !! !! format that is very similar to the X11 resource file format. It !! !! does not support continuation lines however and only the Ted !! !! specific values are supported in the Ted.property syntax. The !! !! values that are specific to Motif or X11 itself are not supported. !! !! The X11 mechanism has priority over Teds own configuration !! !! mechanism. !! !! !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! !! !! Meta Information just to remember where things come from: !! !! !! !! Please Insert this information in your translated files. !! !! !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Ted.localeTranslatedTo: pt_BR Ted.localeTranslatorName: Cárlisson Galdino Ted.localeTranslatorEmail: andarilho@javascript.org !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! !! !! Ted, Application wide resources: !! !! !! !! namelessFormat: Used to format the title of new documents. !! !! defaultFont: Used as the font of new documents. !! !! The format of the string is: !! !! ,,, !! !! magnification: Magnification for drawing documents on the !! !! screen. Two formats are supported: 1.2 or 120% !! !! for 120%. The advantage of the 120% format over !! !! the 1.2 format is that it does not depend on !! !! the decimal separator of the current locale. !! !! author: The author of new documents. !! !! !! !! rulerFont: The X11 name of the font that is used for the !! !! rulers. It can contain a %d in the position for !! !! the pixel size. It is replaced by a suitable !! !! size for the rulers. !! !! printDialogFont: The X11 name of the font that is used for the !! !! drawing on the print dialog. It can contain a !! !! %d in the position for the pixel size. It is !! !! is replaced by a suitable size for the drawing !! !! !! !! fileFileNoAccess: Message given when a file cannot be opened. !! !! fileFileReadOnly: Warning when you open a read only file. !! !! fileNoSuchFile: Message produced when you try to open a non !! !! existing file. !! !! fileNotWritable: Message given when a file cannot be saved. !! !! fileMakeIt: Question asked when you open a non existing !! !! file. Do you want to make it? !! !! !! !! fileFileNotRtf: Message given when a file is opened that does !! !! not have a .txt extension and that is not an !! !! RTF file. !! !! headFootNotReachable: Message given when a page specific header or !! !! footer is chosen, but the section does not !! !! have enough pages to display it. !! !! !! !! pageNumberFormat: Used for formatting the page number on the !! !! document ruler. %p is replaced by the page !! !! number. %P by the number of pages. %s by the !! !! section number. %S by the number of sections. !! !! (For backward compatibility reasons %d can be !! !! used for %p.) !! !! !! !! unit: The unit that is used by default. This resource !! !! influences the appearance of the ruler and the !! !! interpretation of numbers entered in the page !! !! layout tool. !! !! Possible values are: !! !! inch,",cm,mm,points,pt,picas,pi. !! !! paper: The default paper format It is used as the page !! !! size for new documents. It is also used to !! !! print documents with a smaller page size in the !! !! upper left corner of the paper as it passes !! !! through the printer. !! !! Possible values are: !! !! a4,a5,letter,legal,executive and strings of the !! !! form x where and !! !! can be valid dimensions. !! !! !! !! Valid dimensions are strings of the form !! !! . Values for units are given 11 !! above. If is omitted, the value of the !! !! 'unit' resource is assumed. !! !! !! !! If a file /etc/papersize exists, as it does on !! !! many Linux systems, its contents are used as a !! !! default value rather than the hard default !! !! 'letter' !! !! !! !! leftMargin: The width of the left margin of a new document. !! !! The value must be a valid dimension. !! !! rightMargin: The width of the right margin of a new !! !! document. The value must be a valid dimension. !! !! topMargin: The height of the top margin of a new document. !! !! The value must be a valid dimension. !! !! bottomMargin: The height of the bottom margin of a new !! !! document. The value must be a valid dimension. !! !! afmDirectory: The directory where Ted looks for font metric !! !! files. !! !! customPrintCommand: When this resource is set, it is a custom print !! !! command. In the command %f is replaced by !! !! emporary file name. The custom print command !! !! is assumed to accept PostScript as input. If !! !! contains occurrences of %f, a temporary file is !! !! written with PostScript, otherwise PostScript !! !! is piped into the command. !! !! see the readme.rtf file. !! !! customPrinterName: The name for the customPrintCommand in the menu !! !! of the 'Print' dialog. !! !! customPrintCommand2: A second customPrintCommand. This printer will !! !! not be made the default. !! !! customPrinterName2: The name for customPrintCommand2. !! !! !! !! usePostScriptFilters: PostScript levels 2 and 3 support the concept !! !! of filters. Filters make it possible to code !! !! the images in a PostScript file much more !! !! efficiently. You can activate this option when !! !! you have a printer that supports level 2 !! !! filters and the /FlateDecode filter. Recent !! !! versions of GhostScript support both. If you !! !! doubt, just activate the option and see whether !! !! you can still print images. To activate set the !! !! value to 1. !! !! !! !! usePostScriptIndexedImages: PostScript level 2 has a variant of the !! !! 'image' operator that makes it possible to !! !! include images with a color indirection via a !! !! palette in the PostScript file. As many if the !! !! images included in rtf documents are of this !! !! kind, setting this resource can help you to !! !! reduce the volume of the PostScript that is !! !! sent to the printer. All level 2 !! !! implementaions, including GhostScript support !! !! indexed images. If you doubt, just activate the !! !! the option and see whether you can still print !! !! images. To activate set the value to 1. !! !! sevenBitsPostScript: Ted emits PostScript that is a text file. !! !! Its idea of a text file is that the strings !! !! are in UTF-8. In olden times, the idea of a !! !! text file was that all its characters were !! !! printable US-ASCII characters. If your company !! !! still has rules dating from that time, you can !! !! sevenBitsPostScript to 1 and Ted will emit !! !! PostScript in US-ASCII. !! !! !! !! avoidFontconfig: If you set this property to 1, it tells Ted to !! !! use the AFM files to determine the list of !! !! fonts that are available and use X11 fonts to !! !! draw on screen. !! !! If you use Ted for document conversion, this !! !! setting has the advantage that you can control !! !! the set of fonts, and that Ted's font matching !! !! heuristics sometimes are a little better than !! !! those used by FontConfig. !! !! preferBase35Fonts: If you set this property to 1, it tells Ted to !! !! use the Adobe base35 set of fonts in the font !! !! tool, rather than the collection found in the !! !! AFM files or through FontConfig. !! !! embedFonts: If you set this property to 0, it tells Ted not !! !! to embed fonts in its printout. !! !! useKerning: If you set this property to 0, it tells Ted not !! !! to read kerning information from AFM files. !! !! !! !! documentFileName: The name of the file that contains the online !! !! document. !! !! !! !! selectionColor: The name of the color that is used to highlight !! !! the selection. On systems with very few colors !! !! this resource is ignored and reverse drawing is !! !! used to display the selected part of the !! !! document. !! !! copiedSelectionColor: The name of the color that is used to !! !! highlight the selection, when it is copied. On !! !! systems with very few colors this resource is !! !! ignored and reverse drawing is used to display !! !! the selected part of the document. !! !! !! !! leftRulerWidthMM: The width of the left ruler in mm. On systems !! !! that report non-standard pixel densities, it !! !! might be nice to set this value to get a good !! !! ruler. The size is in mm. For those that live in!! !! a country that has not yet evolved beyond !! !! imperial units: An inch holds 25 mm. !! !! topRulerHeightMM: The height of the top ruler in mm. On systems !! !! that report non-standard pixel densities, it !! !! might be nice to set this value to get a good !! !! ruler. The size is in mm. For those that live in!! !! a country that has not yet evolved beyond !! !! imperial units: An inch holds 25 mm. !! !! rightRulerWidthMM: The width of the right ruler in mm. On systems !! !! that report non-standard pixel densities, it !! !! might be nice to set this value to get a good !! !! ruler. The size is in mm. For those that live in!! !! a country that has not yet evolved beyond !! !! imperial units: An inch holds 25 mm. !! !! bottomRulerHeightMM: The height of the bottom ruler in mm. On !! !! systems that report non-standard pixel densities,! !! it might be nice to set this value to get a good!! !! ruler. The size is in mm. For those that live in!! !! a country that has not yet evolved beyond !! !! imperial units: An inch holds 25 mm. !! !! pageGapMM: The height of the gap between the pages as they !! !! are drawn on screen. On systems that report non-!! !! standard pixel densities, it might be nice to !! !! live in a country that has not yet evolved !! !! imperial imperial units: An inch holds 25 mm. !! !! !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Ted.namelessFormat: Sem-nome %d !== Ted.defaultFont: Helvetica,,,10 !== Ted.magnification: 120% !Ted.author: (none) !Ted*fontList: -adobe-helvetica-medium-r-*-*-*-100-*-*-*-*-iso8859-1 !== Ted.rulerFont: -*-helvetica-medium-r-*-*-%d-*-*-*-*-*-iso8859-1 !== Ted.printDialogFont: -*-lucidatypewriter-bold-r-*-*-%d-*-*-*-m-*-iso8859-1 Ted.fileFileNoAccess: Não consegui abrir o arquivo. Ted.fileFileReadOnly: Arquivo somente para leitura. Ted.fileNoSuchFile: Este arquivo não existe. Ted.fileNotWritable: Não consegui escrever no arquivo. Ted.fileMakeIt: Este arquivo ainda não existe. Criá-lo? Ted.fileFileNotRtf: Este arquivo não é Rich Text (RTF). Ted.headFootNotReachable: Não há páginas suficientes na seção para editar seu Cabeçalho/Rodapé. Ted.pageNumberFormat: Página %d Ted.unit: mm Ted.paper: A4 !== Ted.leftMargin: 90pt Ted.rightMargin: 50pt !== Ted.topMargin: 72pt Ted.bottomMargin: 42pt !== Ted.afmDirectory: /usr/local/afm !Ted.customPrintCommand: (none) !Ted.customPrinterName: (none) !Ted.customPrintCommand2: (none) !Ted.customPrinterName2: (none) !Ted.usePostScriptFilters: 0 !Ted.usePostScriptIndexedImages: 0 !Ted.sevenBitsPostScript: 0 !Ted.avoidFontconfig: 0 !Ted.preferBase35Fonts: 0 !Ted.embedFonts: 1 !Ted.useKerning: 1 !== Ted.documentFileName: /usr/local/Ted/TedDocument-en_US.rtf !== Ted.selectionColor: LightSteelBlue !== Ted.copiedSelectionColor: gray70 !leftRulerWidthMM: 6 !topRulerHeightMM: 12 !rightRulerWidthMM: 6 !bottomRulerHeightMM: 6 !pageGapMM: 4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! !! !! Ted, File and file chooser related texts. !! !! !! !! chooserNoFilename: Message produced when you forget to select a !! !! file in a file chooser. !! !! chooserIsDirectory: Message produced when you select a directory !! !! in a file chooser. !! !! chooserNotWritable: Message produced when you try to save to a file !! !! that is not writable for you. !! !! chooserNotReadable: Message produced when you try to open a file !! !! that is not readable for you. !! !! chooserOverwrite: Message produced when you try to save to a file !! !! that already exists. !! !! chooserNoSuchDir: Message produced when you use a file name in a !! !! non existing directory. !! !! !! !! rtfFiles: Text of the menu option in the file choosers to !! !! select RTF files. !! !! txtFiles: Text of the menu option in the open chooser to !! !! select plain text files. !! !! txtFilesFolded: Text of the menu option in the save choosers to !! !! select plain text files that are folded to fit !! !! the width of a text terminal. !! !! txtFilesWide: Text of the menu option in the save choosers to !! !! select plain text files that are not folded. !! !! htmlFiles: Text of the menu option in the file choosers to !! !! select HTML files. !! !! allFiles: Text of the menu option in the file choosers to !! !! show all files. !! !! !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Ted.chooserNoFilename: Por favor dê um nome de arquivo Ted.chooserIsDirectory: O nome fornecido é um diretório Ted.chooserNotWritable: Sem permissão para escrever este arquivo. Ted.chooserNotReadable: Sem permissão para ler este arquivo. Ted.chooserOverwrite: Deseja sobrescrever este arquivo? Ted.chooserNoSuchDir: Este diretório não existe. Ted.rtfFiles: Arquivos RichText -RTF (*.rtf) Ted.txtFiles: Arquivos de Texto (*.txt) Ted.txtFilesFolded: Arquivos de Texto Agrupados (*.txt) Ted.txtFilesWide: Arquivos de Texto Extensos (*.txt) Ted.htmlFiles: Arquivos HTML (*.html) Ted.allFiles: Todos os Arquivos (*.*) !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! !! !! Ted, File Selection Box related texts. !! !! !! !! Strictly speaking, the following resources are not 'Ted' resources !! !! They belong to the Motif XmFileSelectionBox and XmSelectionBox !! !! widgets. These resources are documented here for completeness sake. !! !! !! !! filterLabelString: The text above the regular expression !! !! to filter files. !! !! dirListLabelString: The text above the list of directories. !! !! fileListLabelString: The text above the list of files. !! !! selectionLabelString: The text above the name of the selected !! !! file. !! !! okLabelString: The text of the 'OK' button. !! !! applyLabelString: The text of the 'Filter' button. !! !! cancelLabelString: The text of the 'Cancel' button. !! !! !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Ted*filterLabelString: Filtro Ted*dirListLabelString: Diretórios Ted*fileListLabelString: Arquivos Ted*selectionLabelString: Seleção !== Ted*okLabelString: OK Ted*applyLabelString: Filtro Ted*cancelLabelString: Cancelar !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! !! !! The following setting can be used to make the file lists in the !! !! XmFileSelectionBox scroll as controlled by the mouse wheel. !! !! (Commented out!) !! !! !! !! The hard work of finding out how exactly to do this was done by !! !! Axel Schwarzer. !! !! !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Ted*XmFileSelectionBox*XmList.translations: #override ! None:ListKbdBeginSelect()ListPrevItem()ListKbdEndSelect()n! None:ListKbdBeginSelect()ListNextItem()ListKbdEndSelect()n! Shift:ListKbdBeginSelect()ListPrevItem()ListPrevItem()ListPrevItem()ListKbdEndSelect()n! Shift:ListKbdBeginSelect()ListNextItem()ListNextItem()ListNextItem()ListKbdEndSelect()n !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! !! !! Ted, Texts of the buttons on message panels. !! !! !! !! messageYesText: Yes in Yes,No,Cancel. !! !! messageNoText: No in Yes,No,Cancel. !! !! messageCancelText: Cancel in Yes,No,Cancel. !! !! !! !! messageOkText: Ok to confirm a message. !! !! !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Ted.messageYesText: Sim Ted.messageNoText: Não Ted.messageCancelText: Cancelar !== Ted.messageOkText: Ok !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! !! !! Ted, Really Close/Quit related texts. !! !! !! !! reallyCloseQuestion: Message produced when you close an !! !! edited document. !! !! reallyCloseSave: Text of button to choose to save in !! !! response to reallyCloseQuestion. !! !! reallyCloseDontSave: Text of button to choose not to save in !! !! response to reallyCloseQuestion. !! !! reallyCloseCancel: Text of button to choose not to close !! !! in response to reallyCloseQuestion. !! !! !! !! reallyQuitQuestion: Message produced when you leave Ted !! !! when there are edited documents. !! !! reallyQuitReview: Text of button to choose to review !! !! unsaved documents in response to !! !! reallyQuitQuestion. !! !! reallyQuitQuitAnyway: Text of button to choose to quit Ted !! !! in response to reallyQuitQuestion !! !! reallyQuitCancel: Text of button to choose not to quit !! !! Ted in response to reallyQuitQuestion. !! !! !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Ted.reallyCloseQuestion: Deseja salvar as mudanças feitas neste texto? Ted.reallyCloseSave: Sim Ted.reallyCloseDontSave: Não Ted.reallyCloseCancel: Cancelar Ted.reallyQuitQuestion: Deseja salvar os textos modificados? Ted.reallyQuitReview: Sim Ted.reallyQuitQuitAnyway: Não Ted.reallyQuitCancel: Cancelar !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! !! !! Ted, Application Menus !! !! !! !! appFileMenuText: Title of the 'File' menu in the menu bar of the !! !! application window. !! !! appWinMenuText: Title of the 'Windows' menu in the menu bar of !! !! the application window. !! !! helpMenuText: Title of the 'Help' menu in the menu bar. !! !! (Also used in the application menu bar) !! !! !! !! For the different menu options, three resources exist: !! !! !! !! someMenuOptText: The text of the option. !! !! someMenuOptKey: The key combination to activate the option. !! !! Realize that the silly 'Ctrl n' syntax !! !! originates from the Xt toolkit translations !! !! mechanism and should be followed. Please refer !! !! to the appropriate X11 documentation. !! !! someMenuOptKeyText: The text of the clue in the option about the !! !! combination. !! !! !! !! Options in the application 'File' menu: !! !! !! !! appFileMenuNew.. : Begin a new document. !! !! appFileMenuOpen.. : Open a document. !! !! appFileMenuMini.. : Minimize the application window. !! !! appFileMenuQuit.. : Quit Ted. !! !! !! !! Options in the application 'Windows' menu: !! !! !! !! appWinMenuMini.. : Minimize the application window. !! !! appWinMenuHide.. : Hide the application window. !! !! !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Ted.appFileMenuText: Arquivo Ted.appWinMenuText: Janela Ted.helpMenuText: Ajuda Ted.appFileMenuNewText: Novo !== Ted.appFileMenuNewKey: Ctrl n !== Ted.appFileMenuNewKeyText: ^N Ted.appFileMenuOpenText: Abrir Ted.appFileMenuOpenKey: Ctrl O Ted.appFileMenuOpenKeyText: ^A Ted.appFileMenuMiniText: Minimizar !== Ted.appFileMenuMiniKey: Ctrl m !== Ted.appFileMenuMiniKeyText: ^M Ted.appFileMenuHideText: Esconder !== Ted.appFileMenuHideKey: Ctrl h Ted.appFileMenuHideKeyText: ^E Ted.appFileMenuQuitText: Sair Ted.appWinMenuMiniText: Minimizar !== Ted.appWinMenuMiniKey: Ctrl m !== Ted.appWinMenuMiniKeyText: ^M Ted.appWinMenuHideText: Esconder !== Ted.appWinMenuHideKey: Ctrl h Ted.appWinMenuHideKeyText: ^E !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! !! !! Ted, Document Menus !! !! !! !! docFileMenuText: Title of the 'File' menu in the menu bar of a !! !! document window. !! !! docEditMenuText: Title of the 'Edit' menu in the menu bar of a !! !! document window. !! !! docInsertMenuText: Title of the 'Insert' menu in the menu bar of a !! !! document window. !! !! docFontMenuText: Title of the 'Font' menu in the menu bar of a !! !! document window. !! !! docFormatMenuText: Title of the 'Format' menu in the menu bar of !! !! a document window. !! !! docTableMenuText: Title of the 'Table' menu in the menu bar of !! !! a document window. !! !! docToolsMenuText: Title of the 'Tools' menu in the menu bar of a !! !! document window. !! !! docWinMenuText: Title of the 'Window' menu in the menu bar of !! !! a document window. !! !! helpMenuText: Title of the 'Help' menu in the menu bar. !! !! (Also used in the application menu bar) !! !! !! !! For the different menu options, three resources exist: !! !! !! !! someMenuOptText: The text of the option. !! !! someMenuOptKey: The key combination to activate the option. !! !! Realize that the silly 'Ctrl n' syntax !! !! originates from the Xt toolkit translations !! !! mechanism and should be followed. Please refer !! !! to the appropriate X11 documentation. !! !! someMenuOptKeyText: The text of the clue in the option about the !! !! combination. !! !! !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Ted.docFileMenuText: Arquivo Ted.docEditMenuText: Editar Ted.docInsertMenuText: Inserir Ted.docFontMenuText: Fonte Ted.docFormatMenuText: Formatar Ted.docTableMenuText: Tabela Ted.docToolsMenuText: Ferramentas Ted.docWinMenuText: Janela !Ted.helpMenuText: Help !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! !! !! Options in the document 'File' menu: !! !! !! !! docFileMenuNew.. : Begin a new document. !! !! docFileMenuOpen.. : Open a document. !! !! docFileMenuSave.. : Save this document. !! !! docFileMenuSaveAs.. : Save this document with a different !! !! name. !! !! docFileMenuPrint.. : Print this document. !! !! docFileMenuMail.. : Mail this document. !! !! docFileMenuProps.. : Run document properties dialog !! !! docFileMenuMini.. : Minimize the document window. !! !! docFileMenuHide.. : Hide the document window. !! !! docFileMenuClose.. : Close this document window. !! !! docFileMenuQuit.. : Quit Ted. !! !! !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Ted.docFileMenuNewText: Novo !== Ted.docFileMenuNewKey: Ctrl n !== Ted.docFileMenuNewKeyText: ^N Ted.docFileMenuOpenText: Abrir !== Ted.docFileMenuOpenKey: Ctrl o Ted.docFileMenuOpenKeyText: ^A Ted.docFileMenuSaveText: Salvar !== Ted.docFileMenuSaveKey: Ctrl s !== Ted.docFileMenuSaveKeyText: ^S Ted.docFileMenuSaveAsText: Salvar Como ... Ted.docFileMenuPrintText: Imprimir ... !== Ted.docFileMenuPrintKey: Ctrl p Ted.docFileMenuPrintKeyText: ^p !== Ted.docFileMenuMailText: Mail ... Ted.docFileMenuPropsText: Propriedades ... Ted.docFileMenuMiniText: Minimizar !== Ted.docFileMenuMiniKey: Ctrl m !== Ted.docFileMenuMiniKeyText: ^M Ted.docFileMenuHideText: Esconder !== Ted.docFileMenuHideKey: Ctrl h Ted.docFileMenuHideKeyText: ^E Ted.docFileMenuCloseText: Fechar Ted.docFileMenuQuitText: Sair !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! !! !! Options in the document 'Edit' menu: !! !! !! !! docEditMenuCopy.. : Copy the selection to the paste board. !! !! docEditMenuCut.. : Copy the selection to the paste board, !! !! and then delete it from the document. !! !! docEditMenuPaste.. : Insert the contents of the paste board !! !! into the document. !! !! docEditMenuSelAll.. : Select the contents of the whole !! !! document. !! !! !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Ted.docEditMenuCopyText: Copiar !== Ted.docEditMenuCopyKey: Ctrl c !== Ted.docEditMenuCopyKeyText: ^C Ted.docEditMenuCutText: Recortar !== Ted.docEditMenuCutKey: Ctrl x !== Ted.docEditMenuCutKeyText: ^X Ted.docEditMenuPasteText: Colar !== Ted.docEditMenuPasteKey: Ctrl v !== Ted.docEditMenuPasteKeyText: ^V Ted.docEditMenuSelAllText: Selecionar Tudo !== Ted.docEditMenuSelAllKey: Ctrl a !== Ted.docEditMenuSelAllKeyText: ^A !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! !! !! Options in the document 'Insert' menu: !! !! !! !! docInsertMenuInsPict.. : Run a file chooser to insert a picture !! !! in the document. !! !! docInsertMenuInsertSymbol.. : Show the symbol picker. !! !! (Option also in Tools menu) !! !! docInsertMenuHyperlink.. : Show the 'Hyperlink' tool. !! !! docInsertMenuBookmark.. : Show the 'Bookmark' tool. !! !! docInsertMenuFootnote.. : Insert a Footnote !! !! docInsertMenuEndnote.. : Insert an Endnote !! !! docInsertMenuChftnsep.. : Insert the 2" long line that separates !! !! fontnotes from the body text. !! !! docInsertMenuInsertFile..: Open a file and insert its contents at !! !! the current position in the document. !! !! docInsertMenuInsertTable..: Insert a table. !! !! (Option also in Table menu) !! !! docInsertMenuInsertPageNumber..: Insert a page number. (Option !! !! only active in page headers and footers !! !! docInsertMenuInsertLineBreak..: Insert a hard line break. !! !! docInsertMenuInsertPageBreak..: Insert a hard page break. !! !! docInsertMenuInsertColumnBreak..: Insert a hard (newspaper) !! !! column break. !! !! docInsertMenuInsertSectBreak..: Start a new section. !! !! !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Ted.docInsertMenuInsPictText: Imagem ... Ted.docInsertMenuInsertSymbolText: Símbolo Ted.docInsertMenuHyperlinkText: Hiperlink !== Ted.docInsertMenuHyperlinkKey: Ctrl k !== Ted.docInsertMenuHyperlinkKeyText: ^K Ted.docInsertMenuBookmarkText: Favoritos ... Ted.docInsertMenuFootnoteText: Rodapé !== Ted.docInsertMenuEndnoteText: Endnote Ted.docInsertMenuChftnsepText: Separador de Rodapé Ted.docInsertMenuInsertFileText: Arquivo ... Ted.docInsertMenuInsertTableText: Tabela Ted.docInsertMenuInsertPageNumberText: Número da Página Ted.docInsertMenuInsertLineBreakText: Quebra de Linha Ted.docInsertMenuInsertPageBreakText: Quebra de Página !== Ted.docInsertMenuInsertColumnBreakText: Column Break Ted.docInsertMenuInsertSectBreakText: Quebra de Seção !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! !! !! Options in the document 'Windows' menu: !! !! !! !! docWinMenuAbout.. : Show the application/about window. !! !! docWinMenuMini.. : Minimize this document window. !! !! docWinMenuHide.. : Hide this document window. !! !! docWinMenuClose.. : Close this document window. !! !! !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Ted.docWinMenuAboutText: Sobre o Ted Ted.docWinMenuMiniText: Minimizar !== Ted.docWinMenuMiniKey: Ctrl m !== Ted.docWinMenuMiniKeyText: ^M Ted.docWinMenuHideText: Esconder !== Ted.docWinMenuHideKey: Ctrl h !== Ted.docWinMenuHideKeyText: ^H Ted.docWinMenuCloseText: Fechar !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! !! !! Options in the document 'Font' menu: !! !! !! !! docFontMenuBold.. : Change the font of the selection to !! !! Bold. !! !! docFontMenuItalic.. : Change the font of the selection to !! !! Italic. !! !! docFontMenuUnderl.. : Underline the selection. !! !! docFontMenuSuperscriptText: Use superscript rendering for the !! !! selection !! !! docFontMenuSubscriptText: Use subscript rendering for the !! !! selection !! !! !! !! docFontMenuTool.. : Show the font tool. !! !! docFontMenuCopy.. : Remember the font of the selection on !! !! the pasteboard. !! !! docFontMenuPaste.. : Adapt the font of the selection to the !! !! font remembered on the paste board. !! !! !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Ted.docFontMenuBoldText: Negrito !== Ted.docFontMenuBoldKey: Ctrl b !== Ted.docFontMenuBoldKeyText: ^B Ted.docFontMenuItalicText: Itálico !== Ted.docFontMenuItalicKey: Ctrl i !== Ted.docFontMenuItalicKeyText: ^I Ted.docFontMenuUnderlText: Sublinhado !== Ted.docFontMenuUnderlKey: Ctrl u !== Ted.docFontMenuUnderlKeyText: ^U Ted.docFontMenuSuperscriptText: Expoente Ted.docFontMenuSubscriptText: Subscrito Ted.docFontMenuToolText: Configurar Fonte Ted.docFontMenuCopyText: Copiar Fonte Ted.docFontMenuPasteText: Colar Fonte !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! !! !! Options in the document 'Table' menu: !! !! !! !! docTableInsertTable.. : Insert a new table at the cursor !! !! position. !! !! (Option also in Insert menu) !! !! docTableAddRow.. : Insert a row into the table after the !! !! current row. !! !! docTableAddColumn.. : Insert a column into the table after !! !! the current column. !! !! docTableSelectTable.. : Select the current table. !! !! docTableSelectRow.. : Select the current table row. !! !! docTableSelectColumn.. : Select the current table column. !! !! docTableDeleteTable.. : Delete the current table. !! !! docTableDeleteRow.. : Delete the current table row. !! !! docTableDeleteColumn.. : Delete the current table column. !! !! docTableDrawGrid.. : Text of the toggle to turn the drawing !! !! of the table grid on or off. !! !! !! !! showTableGrid: Initial setting of the show table grid !! !! toggle. (And of the functionality) !! !! 1 (default): Draw grid. !! !! 0 Do not draw grid. !! !! Other values are illegal. !! !! !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Ted.docTableInsertTableText: Inserir Tabela Ted.docTableAddRowText: Adicionar Linha Ted.docTableAddColumnText: Adicionar Coluna Ted.docTableSelectTableText: Selecionar Tabela Ted.docTableSelectRowText: Selecionar Linha Ted.docTableSelectColumnText: Selecionar Coluna !== Ted.docTableDeleteTableText: Delete Table !== Ted.docTableDeleteRowText: Delete Row !== Ted.docTableDeleteColumnText: Delete Column Ted.docTableDrawGridText: Desenhar Grade da Tabela !== Ted.showTableGrid: 1 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! !! !! Options in the document 'Format' menu: !! !! !! !! docFormatMenuNewPage.. : Move the current paragraph to a !! !! new page. !! !! !! !! docFormatMenuSpaceBefore.. : Make a blank line before the !! !! paragraph. !! !! docFormatMenuSpaceAfter.. : Make a blank line after the !! !! paragraph. !! !! !! !! docFormatMenuTopBorder.. : Toggle that indicates wheteher !! !! the paragraph has a top border. !! !! docFormatMenuBottomBorder.. : Toggle that indicates wheteher !! !! the paragraph has a bottom !! !! border. !! !! !! !! docFormatMenuLeftAligned.. : Paragraph is left aligned. !! !! docFormatMenuRightAligned.. : Paragraph is right aligned. !! !! docFormatMenuCentered.. : Paragraph is centered. !! !! !! !! docFormatMenuOnePara.. : Merge paragraphs in selection !! !! into one. !! !! !! !! docFormatMenuCopyRul.. : Remember the ruler of the first !! !! paragraph in the selection on !! !! the paste board !! !! docFormatMenuPasteRul.. : Adapt the ruler of all the !! !! paragraphs in the selection to !! !! the ruler remembered on the !! !! pasteboard. !! !! !! !! docFormatMenuIncreaseIndentText: Shift the paragraphs in the !! !! selection to the right. !! !! docFormatMenuDecreaseIndentText: Shift the paragraphs in the !! !! selection to the left. !! !! !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Ted.docFormatMenuNewPageText: Parágrafo em Nova Página Ted.docFormatMenuSpaceBeforeText: Linha Vazia Antes do Parágrafo Ted.docFormatMenuSpaceAfterText: Linha Vazia Depois do Parágrafo Ted.docFormatMenuTopBorderText: Parágrafo com Borda Superior Ted.docFormatMenuBottomBorderText: Parágrafo com Borda Inferior Ted.docFormatMenuOneParaText: Fazer um Parágrafo Ted.docFormatMenuLeftAlignedText: Parágrafo Alinhado à Esquerda Ted.docFormatMenuRightAlignedText: Parágrafo Alinhado à Direita Ted.docFormatMenuCenteredText: Parágrafo Centralizado Ted.docFormatMenuCopyRulText: Copiar Régua Ted.docFormatMenuPasteRulText: Colar Régua !== Ted.docFormatMenuIncreaseIndentText: Increase Indent !== Ted.docFormatMenuDecreaseIndentText: Decrease Indent !== Ted.docFormatMenuAlignLeftText: Align Left !== Ted.docFormatMenuAlignLeftKey: Ctrl l !== Ted.docFormatMenuAlignLeftKeyText: ^L !== Ted.docFormatMenuAlignRightText: Align Right !== Ted.docFormatMenuAlignRightKey: Ctrl r !== Ted.docFormatMenuAlignRightKeyText: ^R !== Ted.docFormatMenuAlignCenterText: Center Text !== Ted.docFormatMenuAlignCenterKey: Ctrl e !== Ted.docFormatMenuAlignCenterKeyText: ^E !== Ted.docFormatMenuAlignJustifyText: Justify Text !== Ted.docFormatMenuAlignJustifyKey: Ctrl j !== Ted.docFormatMenuAlignJustifyKeyText: ^J !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! !! !! Options in the document 'Tools' menu: !! !! !! !! docToolMenuFont.. : Show the font tool. !! !! docToolMenuFind.. : Activate the Find panel. !! !! docToolMenuFindNext.. : Find Again. !! !! docToolMenuSpell.. : Show the Spelling tool. !! !! docToolMenuPageLayout.. : Show the page layout tool. !! !! docToolMenuInsertSymbol.. : Show the symbol picker. !! !! (Option also in Insert menu) !! !! docToolMenuTable.. : Show the table tool. !! !! (Option also in Table menu) !! !! !! !! NOTE that the F3 key activates the find next button on the find !! !! panel if the find panel has the keyboard focus. This is hard- !! !! coded: You cannot configure different keys. !! !! !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Ted.docToolMenuFontText: Configurar Fonte Ted.docToolMenuFindText: Localizar !== Ted.docToolMenuFindKey: Ctrl f !== Ted.docToolMenuFindKeyText: ^F !== Ted.docToolMenuFindNextText: Find Next !== Ted.docToolMenuFindNextKey: F3 !== Ted.docToolMenuFindNextKeyText: F3 Ted.docToolMenuSpellText: Ortografia !== Ted.docToolMenuSpellKey: F7 !== Ted.docToolMenuSpellKeyText: F7 Ted.docToolMenuPageLayoutText: Esquema da Página Ted.docToolMenuInsertSymbolText: Inserir Símbolo Ted.docToolMenuFormatText: Configurar Fonte !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! !! !! Options in the document 'Help' menu: !! !! !! !! docWinMenuAbout.. : Duplicated from the Window Menu. !! !! docHelpMenuManual.. : Put the manual on screen. !! !! !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Ted.docHelpMenuDocumentText: Documento !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! !! !! Ted, Find tool related texts. !! !! !! !! findToolFindTitle: Title of the 'Find' frame of the Find !! !! panel. !! !! findToolUseRegex: Label of the regular expression toggle. !! !! findToolFindNext: Text of the 'Find Next' button on the !! !! find panel. !! !! findToolFindPrevious: Text of the 'Find Previous' button on !! !! the find panel. !! !! !! !! findToolReplaceTitle: Title of the 'Replace' frame of the !! !! find panel. !! !! findToolReplaceFound: Text of the 'Replace' button on the !! !! find panel. !! !! findToolReplaceNext: Text of the 'Replace, Find Next' !! !! button on the find panel. !! !! !! !! findToolLower: Text of the button to lower the find !! !! tool. !! !! findToolClose: Text of the button to close the find !! !! tool. !! !! !! !! findToolExplicitFocus: Not all window managers expect !! !! applications to interfere with its !! !! focus policy and some even do brute !! !! if you do. Set this resource to 0 if !! !! the find tool crashes Ted. !! !! !! !! NOTE that the F3 key activates the find next button, and that the !! !! escape button closes the find panel. This has been hard-coded. !! !! You cannot configure different keys. !! !! !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Ted.findToolFindTitle: Localizar Ted.findToolUseRegex: Localizar Expressão Regular Ted.findToolFindNext: Localizar Ted.findToolFindPrevious: Anterior Ted.findToolReplaceTitle: Substituir Ted.findToolReplaceFound: Substituir Ted.findToolReplaceNext: Substituir Seguinte !== Ted.findToolLower: Lower !== Ted.findToolClose: Close !== Ted.findToolExplicitFocus: 1 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! !! !! Ted, Font page on the format tool related texts. !! !! !! !! Names the page: !! !! --------------- !! !! !! !! fontToolFont: Title of the 'Font' button, to select the !! !! page with Text attributes in general and the !! !! font in particular. !! !! fontToolListFont: Title of the 'Font' button, to select the !! !! page with Text attributes of the paragraph !! !! number or bullet. !! !! (The list font page is disabled in Ted 2.15) !! !! !! !! Font page: !! !! ----------- !! !! !! !! fontToolSet: Text of the button to set the font of the !! !! selection. !! !! fontToolRevert: Text of the button to adapt the font tool to !! !! the font of the selection. !! !! fontToolSetListFont: Equivalent of 'fontToolSet' for the page !! !! for the font of the the bullet/number. !! !! fontToolRevertListFont: Equivalent of 'fontToolRevert' for the page !! !! for the font of the the bullet/number. !! !! (The list font page is disabled in Ted 2.15) !! !! ---------------- !! !! !! !! fontToolFamily: Header of the list of font families. !! !! fontToolFace: Header of the list of font faces. !! !! fontToolSize: Header of the list of font sizes. !! !! !! !! fontToolRegular: Text for the face list box. !! !! fontToolBold: Text for the face list box. !! !! fontToolSlanted: Text for the face list box. !! !! fontToolBoldSlanted: Text for the face list box. !! !! !! !! fontToolTextUnderlined: Label of the toggle button to underline !! !! the text. || !! fontToolTextStrikethrough: Label of the toggle button to draw a !! !! line through the text. || !! !! !! fontToolSuperscript: Label of the toggle button to change the text !! !! to superscript. !! !! fontToolSubscript: Label of the toggle button to change the text !! !! to subscript. !! !! !! !! fontToolSmallcaps: Label of the toggle button to have the text !! !! drawn in small capitals. !! !! fontToolCapitals: Label of the toggle button to have the text !! !! drawn in ordinary capitals. !! !! !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !== Ted.fontToolFont: Font !== Ted.fontToolListFont: List Font Ted.fontToolFamily: Família Ted.fontToolFace: Tipo de Face Ted.fontToolSize: Tamanho !== Ted.fontToolRegular: Regular !== Ted.fontToolBold: Bold !== Ted.fontToolSlanted: Italic !== Ted.fontToolBoldSlanted: Bold Italic Ted.fontToolTextUnderlined: Sublinhado Ted.fontToolTextStrikethrough: Riscado Ted.fontToolSuperscript: Expoente Ted.fontToolSubscript: Subscrito Ted.fontToolSmallcaps: Caixa Baixa Ted.fontToolCapitals: Caixa Alta Ted.fontToolRevert: Reverter Ted.fontToolSet: Selecionar !== Ted.fontToolRevertListFont: Revert !== Ted.fontToolSetListFont: Set !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! !! !! Ted, Text Color/Borders/Shading. !! !! !! !! Names the page: !! !! --------------- !! !! !! !! textColorToolTextColor: Title of the 'Text Color' button, to select !! !! the page with Text attributes such as color, !! !! border and shading. (Background) !! !! !! !! Text Color page: !! !! ---------------- !! !! !! !! textColorToolSet: Text of the button to set the color, border and !! !! backgound of the selection. !! !! textColorToolRevert: Text of the button to adapt the text color !! !! tool to the selection. !! !! ---------------- !! !! !! !! fontToolTextColor: Label of the text color chooser. !! !! !! !! fontToolTextColorChooserAutomatic: Text on the text color chooser !! !! menu for an automatic color. !! !! fontToolTextColorChooserMoreColors: Text on the text color chooser !! !! menu to get the full rgb color chooser. !! !! !! !! fontToolTextBorder: Label of the text tool to configure the text !! !! border. !! !! !! !! formatToolTextBorderWidth: Label of the text box with the border !! !! width of the different borders. (unused) !! !! formatToolTextBorderStyle: Label of the meny to select a border !! !! style for the different borders. (unused) !! !! formatToolTextBorderColor: Label of the border color chooser menu. !! !! !! !! formatToolTextBorderColorChooserAutomatic: Text on the border !! !! color chooser menu for an automatic color. !! !! formatToolTextBorderColorChooserMoreColors: Text on the border !! !! color chooser menu to get the full rgb color !! !! chooser. !! !! !! !! fontToolTextShading: Label of the text tool to configure the text !! !! shading (background). !! !! !! !! formatToolTextShadingPattern: Label of the control to change the !! !! pattern of the text shading. (unused) !! !! formatToolTextShadingLevel: Label of the control to change the !! !! level of the text shading. (unused) !! !! formatToolTextShadingForeColor: Label of the control to change the !! !! foreground color of the text shading. (unused) !! !! formatToolTextShadingBackColor: Label of the control to change the !! !! background color of the text shading. !! !! !! !! formatToolTextShadingBackColorChooserNoBackground: Text on the !! !! pulldown of the background color chooser for !! !! the shading to get no background color. !! !! formatToolTextShadingBackColorChooserMoreColors: Text on the !! !! pulldown of the background color chooser for !! !! the shading to get the full rgb color selection !! !! tool. !! !! formatToolTextShadingForeColorChooserAutomatic: Text on the !! !! pulldown of the foreground color chooser for !! !! the shading to choose for the default color !! !! for the foreground of the shading. !! !! formatToolTextShadingForeColorChooserMoreColors: Text on the !! !! pulldown of the foreground color chooser for !! !! the shading to get the full color rgb selection !! !! tool. !! !! !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Ted.fontToolTextColor: Cor do Texto Ted.fontToolTextColorChooserAutomatic: Automática Ted.fontToolTextColorChooserMoreColors: Mais Cores... !== Ted.fontToolTextBorder: Border !== Ted.formatToolTextBorderWidth: Width !== Ted.formatToolTextBorderStyle: Style !== Ted.formatToolTextBorderColor: Color !== Ted.formatToolTextBorderColorChooserAutomatic: Automatic !== Ted.formatToolTextBorderColorChooserMoreColors: More Colors... !== Ted.fontToolTextShading: Shading !== Ted.formatToolTextShadingPattern: Pattern !== Ted.formatToolTextShadingLevel: Level !== Ted.formatToolTextShadingForeColor: Foreground !== Ted.formatToolTextShadingBackColor: Background !== Ted.formatToolTextShadingBackColorChooserNoBackground: No Background !== Ted.formatToolTextShadingBackColorChooserMoreColors: More Colors... !== Ted.formatToolTextShadingForeColorChooserAutomatic: Automatic !== Ted.formatToolTextShadingForeColorChooserMoreColors: More Colors... !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! !! !! Ted, Symbol Picker related texts. !! !! !! !! symbolPickerFont: Title of the 'Font' frame of the Symbol Picker. !! !! symbolPickerNone: Shown on the 'Font' family menu when no fonts !! !! are available. !! !! symbolPickerInsert: Text of the 'Insert' button. !! !! symbolPickerLower: Text of the 'Lower' button. !! !! symbolPickerClose: Text of the 'Close' button. !! !! !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Ted.symbolPickerFont: Fonte Ted.symbolPickerNone: Nenhuma Ted.symbolPickerInsert: Inserir !== Ted.symbolPickerLower: Lower !== Ted.symbolPickerClose: Close !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! !! !! Ted, Spell tool related texts. !! !! !! !! spellToolDictTitle: Title of the 'Dictionary' frame of the Spell !! !! Tool. !! !! spellToolLearn: Text of the 'Learn' button on the Spell tool. !! !! spellToolForget: Text of the 'Forget' button on the Spell tool. !! !! spellToolGuesses: Header of the 'Guesses' list on the Spell tool. !! !! spellToolIgnore: Text of the 'Ignore' button on the Spell tool. !! !! spellToolFindNext: Text of the 'Find Next' button on the Spell !! !! tool. !! !! spellToolGuess: Text of the 'Guess' button on the Spell tool. !! !! spellToolCorrect: Text of the 'Correct' button on the Spell tool. !! !! spellToolNoDicts: Text of the 'Dictionary' menu when there are !! !! no dictionaries. !! !! !! !! spellToolLower: Text of the button to lower the spell tool. !! !! spellToolClose: Text of the button to close the spell tool. !! !! !! !! spellToolPrivateDicts: Location of the private spelling !! !! dictionaries relative to $HOME, or !! !! absolute. !! !! spellToolSystemDicts: Location of the system spelling !! !! dictionaries. !! !! !! !! spellToolDirNoAccess: The message produced when a directory !! !! could not be read to look for !! !! dictionaries. !! !! spellToolDirNoSuchDir: The message produced when the directory !! !! with system dictionaries could not be !! !! found. !! !! spellToolDirNoDicts: The message produced when the directory !! !! with system dictionaries is empty. !! !! spellToolSysDictNoAccess: The message produced when a system !! !! dictionary could not be read. !! !! spellToolPrivDictDirNotMade: The message produced when the !! !! directory with private dictionaries !! !! could not be made. !! !! spellToolPrivDictNoAccess: The message produced when a private !! !! dictionary could not be read or written.!! !! spellToolPrivDictWrongFormat: The message produced when a private !! !! dictionary has an illegal format. !! !! !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Ted.spellToolDictTitle: Dicionário Ted.spellToolLearn: Aprender Ted.spellToolForget: Esquecer Ted.spellToolGuesses: Suposições Ted.spellToolIgnore: Ignorar Ted.spellToolFindNext: Localizar Próximo Ted.spellToolGuess: Suposição Ted.spellToolCorrect: Corrigir Ted.spellToolNoDicts: Nenhum !== Ted.spellToolLower: Lower !== Ted.spellToolClose: Close !== Ted.spellToolPrivateDicts: .Dictionaries !== Ted.spellToolSystemDicts: /usr/local/ind Ted.spellToolDirNoAccess: Não consegui acessar o diretório dos dicionários. Ted.spellToolDirNoSuchDir: Esse diretório não pode ser encontrado. Ted.spellToolDirNoDicts: Nenhum dicionário foi encontrado neste diretório. Ted.spellToolSysDictNoAccess: Não pude ler dicionário do sistema. Ted.spellToolPrivDictDirNotMade: Não pude fazer diretório privado. Ted.spellToolPrivDictNoAccess: Não pude ler diretório privado. Ted.spellToolPrivDictWrongFormat: Dicionário privado está em formato irregular. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! !! !! Ted, Page Layout tool related texts. !! !! !! !! tableToolPageLayout: Label of the menu option to select the page !! !! layout page of the format tool. !! !! !! !! formatToolPageLayoutPage: Title of the 'Page' frame of the !! !! Page Layout Tool. !! !! pageToolCustom: Text of the option in the paper menu to select !! !! a custom paper format. !! !! pageToolPortrait: Text of the button to select 'Portrait' paper !! !! orientation. !! !! pageToolLandscape: Text of the button to select 'Landscape' paper !! !! orientation. !! !! !! !! pageToolMargins: Title of the 'Margins' frame of the Page Layout !! !! Tool. !! !! pageToolLeftMargin: Label for the value of the left paper margin. !! !! pageToolTopMargin: Label for the value of the left paper margin. !! !! pageToolRightMargin:Label for the value of the left paper margin. !! !! pageToolBottomMargin:Label for the value of the left paper margin. !! !! !! !! formatToolSectHeaderFooterPositions: The title of the frame with !! !! the header and footer positions. !! !! formatToolSectHeaderPosition: The label of the text box with the !! !! position of the page header. !! !! formatToolSectFooterPosition: The label of the text box with the !! !! position of the page footer. !! !! !! !! tableToolChangeDocumentPageLayout: Text of the button to apply the !! !! page layout to the whole document. !! !! * Due to a bug, this text cannot be configured !! !! in Ted 2.9 and earlier. !! !! tableToolRevertDocumentPageLayout: Text of the button to show the !! !! page layout of the document as a whole again. !! !! * Due to a bug, this text cannot be configured !! !! in Ted 2.9 and earlier. !! !! tableToolChangeSelection: Text of the button to change the page !! !! layout of the selected sections. !! !! * Due to a bug, this text cannot be configured !! !! in Ted 2.9 and earlier. !! !! * Upto Ted version 2.15 the text in the example !! !! file was wrong. !! !! tableToolRevertSection: Text of the button to show the page layout !! !! of the section where the selection begins again !! !! * Due to a bug, this text cannot be configured !! !! in Ted 2.9 and earlier. !! !! !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Ted.tableToolPageLayout: Esquema da Página Ted.formatToolPageLayoutPage: Página Ted.pageToolCustom: Padrão Ted.pageToolPortrait: Retrato Ted.pageToolLandscape: Paisagem Ted.pageToolMargins: Margens Ted.pageToolLeftMargin: Esquerda Ted.pageToolTopMargin: Topo Ted.pageToolRightMargin: Direita Ted.pageToolBottomMargin: Base Ted.formatToolSectHeaderFooterPositions: Posições Ted.formatToolSectHeaderPosition: Cabeçalho Ted.formatToolSectFooterPosition: Rodapé Ted.tableToolChangeDocumentPageLayout: Aplicar ao Documento Ted.tableToolRevertDocumentPageLayout: Reverter para o Documento Ted.tableToolRevertSection: Reverter para Seleção Ted.tableToolChangeSelection: Aplicar ao Documento !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! !! !! Ted, Format tool related texts. !! !! !! !! NOTE: Many of the resources have a name that has to do with !! !! a table tool. Before Ted 2.5, the format tool was a !! !! table tool. !! !! !! !! inspectorLowerInspector: Text of the button to lower (i.e: hide !! !! below the other windows) the inspector. !! !! inspectorCloseInspector: Text of the button to close the inspector. !! !! !! !! !! !! Name of the page: !! !! ----------------- !! !! !! !! tableToolTable: Title of the 'Table' button, to select the page !! !! with the properties of the table as a whole. !! !! !! !! Table page: !! !! ----------- !! !! !! !! tableToolChangeTable: Text of the button on the 'Table' page, to !! !! apply the properties on that page to the !! !! table as a whole. !! !! tableToolRevert: Text of the 'Revert' button on all pages: !! !! display the current values again. !! !! tableToolSelectTable: Text of the button on the 'Table' page, to !! !! select the current table (as a whole). !! !! tableToolDeleteTable: Text of the button on the 'Table' page, to !! !! delete the current table. !! !! tableToolCellMargin: Text of the label in the 'Row' and 'Table' !! !! pages, before the text widget with the distance !! !! between the table grid and the contents of the !! !! cells. !! !! tableToolLeftIndent: Text of the label in the 'Row' and 'Table' !! !! pages, before the text widget with the distance !! !! the table protrudes to the left of the margin !! !! the page. !! !! !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! inspectorLowerInspector: Lower inspectorCloseInspector: Close Ted.tableToolTable: Tabela Ted.tableToolChangeTable: Aplicar à Tabela Ted.tableToolRevert: Reverter Ted.tableToolSelectTable: Selecionar Tabela Ted.tableToolDeleteTable: Deletar Tabela Ted.tableToolCellMargin: Margem da Célula Ted.tableToolLeftIndent: Margem Esquerda !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! !! !! Ted, Row tool related texts. !! !! !! !! Names of the page: !! !! ------------------- !! !! !! !! tableToolRow: Title of the 'Row' button, to select the page !! !! with the properties of the current row, also !! !! used as the label before the text widget with !! !! the row number. !! !! !! !! Row page: !! !! --------- !! !! !! !! tableToolChangeRow: Text of the button on the 'Row' page, to !! !! apply the properties on that page to the !! !! current row. !! !! tableToolRevert: .... !! !! tableToolPreviousRow: Text of the button on the 'Row' page, to !! !! select the previous row. !! !! tableToolNextRow: Text of the button on the 'Row' page, to select !! !! the next row. !! !! tableToolSelectRow: Text of the button on the 'Row' page, to select !! !! the current row (as a whole). !! !! tableToolDeleteRow: Text of the button on the 'Row' page, to delete !! !! the current row. !! !! tableToolInsertRow: Text of the button on the 'Row' page, to add !! !! a row to the table before the current row. !! !! tableToolAppendRow: Text of the button on the 'Row' page, to add !! !! a row to the table after the current row. !! !! tableToolHeightFree: Text of the menu option in the 'Row' page !! !! that indicates that the height of the row only !! !! depends on its contents. !! !! tableToolHeightAtLeast: Text of the menu option in the 'Row' page !! !! that indicates that the height of the row is !! !! at least the number in the text widget to the !! !! right. !! !! tableToolHeightExactly: Text of the menu option in the 'Row' page !! !! that indicates that the height of the row is !! !! exactly equal to the number in the text widget !! !! to the right, independently of the contents of !! !! the row. !! !! tableToolCellMargin: ... !! !! tableToolLeftIndent: ... !! !! tableToolRowTopBorder: Text of the checkbox that turns on or off !! !! the top border of the current row in the table. !! !! tableToolRowBottomBorder: Text of the checkbox that turns on or off !! !! the bottom border of the current row in the !! !! table. !! !! formatToolRowKeepOnPage: Text of the checkbox that determines !! !! the row can be divided over more than one !! !! printed page. !! !! formatToolRowIsTableHeader: Text of the checkbox that determines !! !! the row is the table header. !! !! !! !! formatToolRowBorderWidth: (unused) text of the (non existing) label !! !! of the text box to enter the thickness of the !! !! borders of a table row. !! !! formatToolRowBorderStyle: (unused) text of the (non existing) label !! !! of the menu to select the style of the borders !! !! of a table row. !! !! formatToolRowBorderColor: Text of the label of the menu to select !! !! the color of the borders of a table row. !! !! !! !! formatToolRowKeepWithNext: Ted supports the trkeepfollow property !! !! The property is only indirectly supported !! !! by MS-Word. It tells Ted or Word to keep the !! !! row on the same page (column) as the following !! !! one. Refer to the Ted documentation for details.!! !! !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Ted.tableToolRow: Linha Ted.tableToolChangeRow: Aplicar à Linha !Ted.tableToolRevert: Revert Ted.tableToolNextRow: Linha Seguinte Ted.tableToolPreviousRow: Linha Anterior Ted.tableToolSelectRow: Selecionar Linha Ted.tableToolDeleteRow: Deletar Linha Ted.tableToolInsertRow: Inserir Linha Antes Ted.tableToolAppendRow: Inserir Linha Depois Ted.tableToolHeightFree: Altura Livre Ted.tableToolHeightExactly: Altura Exata Ted.tableToolHeightAtLeast: Altura Mínima Ted.tableToolCellMargin: Margem da Célula !Ted.tableToolLeftIndent: Left Margin Ted.tableToolRowTopBorder: Borda Superior Ted.tableToolRowBottomBorder: Borda Inferior !== Ted.formatToolRowBorderColorChooserAutomatic: Automatic !== Ted.formatToolRowBorderColorChooserMoreColors: More Colors... Ted.formatToolRowKeepOnPage: Manter Linha em Uma Só Página Ted.formatToolRowIsTableHeader: Cabeçalho Ted.formatToolRowBorderWidth: Largura Ted.formatToolRowBorderStyle: Estilo Ted.formatToolRowBorderColor: Cor !== Ted.formatToolRowKeepWithNext: Keep with Next !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! !! !! Ted, Column page of the format tool. !! !! !! !! Name of the page: !! !! ----------------- !! !! !! !! tableToolColumn: Title of the 'Column' button, to select the !! !! page with the properties of the current column. !! !! Also used as the label before the text widget !! !! with the column number. !! !! !! !! Controls on the page: !! !! --------------------- !! !! !! !! tableToolChangeColumn: Text of the button on the 'Column' page, to !! !! apply the properties on that page to the !! !! current column. !! !! tableToolRevert: .... !! !! tableToolPreviousColumn: Text of the button on the 'Column' page, !! !! to select the previous column. !! !! tableToolNextColumn: Text of the button on the 'Column' page, to !! !! select the next column. !! !! tableToolSelectColumn: Text of the button on the 'Column' page, to !! !! select the current column (as a whole). !! !! tableToolDeleteColumn: Text of the button on the 'Column' page, to !! !! delete the current column. !! !! tableToolInsertColumn: Text of the button on the 'Column' page, to !! !! add a column to the table before the current !! !! column. !! !! tableToolAppendColumn: Text of the button on the 'Column' page, to !! !! add a column to the table after the current !! !! column. !! !! tableToolWidth: Label before the Text widget that holds the !! !! column width. !! !! tableToolColumnLeftBorder: Text of the checkbox that turns on or !! !! off the left border of the current column in !! !! the table. !! !! tableToolColumnRightBorder: Text of the checkbox that turns on or !! !! off the right border of the current column in !! !! the table. !! !! !! !! formatToolColumnBorderWidth: Label of the text box with the border !! !! width of the different borders. !! !! formatToolColumnBorderStyle: Label of the meny to select a border !! !! style for the different borders. !! !! formatToolColumnBorderColor: Label of the border color chooser !! !! menu. !! !! !! !! formatToolColumnBorderColorChooserAutomatic: Text on the border !! !! color chooser menu for an automatic color. !! !! formatToolColumnBorderColorChooserMoreColors: Text on the border !! !! color chooser menu to get the full rgb color !! !! chooser. !! !! !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Ted.tableToolColumn: Coluna Ted.tableToolChangeColumn: Aplicar à Colua !Ted.tableToolRevert: Revert Ted.tableToolNextColumn: Coluna Seguinte Ted.tableToolPreviousColumn: Coluna Anterior Ted.tableToolSelectColumn: Selecionar Coluna Ted.tableToolDeleteColumn: Deletar Coluna Ted.tableToolInsertColumn: Inserir Coluna Antes Ted.tableToolAppendColumn: Inserir Coluna Depois Ted.tableToolWidth: Largura Ted.tableToolColumnLeftBorder: Borda Esquerda Ted.tableToolColumnRightBorder: Borda Direita Ted.formatToolColumnBorderWidth: Largura Ted.formatToolColumnBorderStyle: Estilo Ted.formatToolColumnBorderColorChooserAutomatic: Automática Ted.formatToolColumnBorderColorChooserMoreColors: Mais Cores... !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! !! !! Ted, Cell page of the Format Tool. !! !! !! !! Names the page: !! !! --------------- !! !! !! !! tableToolCell: Label of the 'Cell' button, to select the !! !! page with cell properties. !! !! !! !! Cell page: !! !! ---------- !! !! !! !! tableToolChangeCell: Text of the button on the 'Cell' page, to !! !! apply the properties on that page to the !! !! selected cells. !! !! tableToolRevert: .... !! !! !! !! tableToolCellNextColumn: Text of the button on the 'Cell' page, to !! !! move the cell selection one column to the right !! !! tableToolCellPreviousColumn: Text of the button on the 'Cell' page, !! !! to move the cell selection one column to the !! !! left. !! !! !! !! tableToolSelectCell: Label of the button to select the current cell !! !! as a whole. !! !! !! !! !! !! tableToolCellRow: Label of the text box on the 'Cell' page that !! !! shows the number of the row with the selected !! !! cell. !! !! tableToolCellColumn: Label of the text box on the 'Cell' page that !! !! shows the number of the column with the !! !! selected cell. !! !! !! !! tableToolCellTopBorder: Text of the toggle on the 'Cell' page !! !! page to turn on and off the top border of the !! !! cell. !! !! tableToolCellBottomBorder: Text of the toggle on the 'Cell' page !! !! page to turn on and off the bottom border of !! !! the cell. !! !! tableToolCellLeftBorder: Text of the toggle on the 'Cell' page !! !! page to turn on and off the left border of the !! !! cell. !! !! tableToolCellRightBorder: Text of the toggle on the 'Cell' page !! !! page to turn on and off the right border of the !! !! cell. !! !! !! !! formatToolCellBorderWidth: Label of the text box with the border !! !! width of the different borders. (unused) !! !! formatToolCellBorderStyle: Label of the meny to select a border !! !! style for the different borders. (unused) !! !! formatToolCellBorderColor: Label of the border color chooser menu. !! !! !! !! formatToolCellBorderColorChooserAutomatic: Text on the border !! !! color chooser menu for an automatic color. !! !! formatToolCellBorderColorChooserMoreColors: Text on the border !! !! color chooser menu to get the full rgb color !! !! chooser. !! !! !! !! tableToolCellColumnSpan: Label of the text box to enter the number !! !! of columns that this cell uses. !! !! tableToolCellRowSpan: Label of the text box to enter the number !! !! of rows that this cell uses. !! !! !! !! formatToolCellShading: Title of the frame to change cell shading. !! !! formatToolCellShadingPattern: Label of the control to change the !! !! pattern of the cell shading. (unused) !! !! formatToolCellShadingLevel: Label of the control to change the !! !! level of the cell shading. (unused) !! !! formatToolCellShadingForeColor: Label of the control to change the !! !! foreground color of the cell shading. (unused) !! !! formatToolCellShadingBackColor: Label of the control to change the !! !! background color of the cell shading. !! !! !! !! formatToolCellShadingBackColorChooserNoBackground: Text on the !! !! pulldown of the background color chooser for !! !! the shading (or the whole cell) to get no !! !! background color. !! !! formatToolCellShadingBackColorChooserMoreColors: Text on the !! !! pulldown of the background color chooser for !! !! the shading to get the full rgb color selection !! !! tool. !! !! formatToolCellShadingForeColorChooserAutomatic: Text on the !! !! pulldown of the foreground color chooser for !! !! the shading to choose for the default color !! !! for the foreground of the shading. !! !! formatToolCellShadingForeColorChooserMoreColors: Text on the !! !! pulldown of the foreground color chooser for !! !! the shading to get the full color rgb selection !! !! tool. !! !! !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Ted.tableToolCell: Célula Ted.tableToolChangeCell: Aplicar à Célula !Ted.tableToolRevert: Revert Ted.tableToolCellNextColumn: Coluna Seguinte Ted.tableToolCellPreviousColumn: Coluna Anterior Ted.tableToolSelectCell: Selecionar Célula Ted.tableToolCellRow: Linha Ted.tableToolCellColumn: Coluna Ted.tableToolCellTopBorder: Borda Superior Ted.tableToolCellBottomBorder: Borda Inferior Ted.tableToolCellLeftBorder: Borda Esquerda Ted.tableToolCellRightBorder: Borda Direita Ted.formatToolCellBorderWidth: Largura Ted.formatToolCellBorderStyle: Estilo Ted.formatToolCellBorderColor: Cor Ted.formatToolCellBorderColorChooserAutomatic: Automática Ted.formatToolCellBorderColorChooserMoreColors: Mais Cores... Ted.tableToolCellColumnSpan: Colunas Ocupadas Ted.tableToolCellRowSpan: Linhas Ocupadas Ted.formatToolCellShading: Sombreamento Ted.formatToolCellShadingPattern: Padrão Ted.formatToolCellShadingLevel: Nível Ted.formatToolCellShadingForeColor: Cor de Frente Ted.formatToolCellShadingBackColor: Cor de Fundo Ted.tableToolCellVerticalAlignment: Alinhamento Vertical Ted.formatToolCellShadingBackColorChooserNoBackground: Sem Fundo Ted.formatToolCellShadingBackColorChooserMoreColors: Mais Cores... Ted.formatToolCellShadingForeColorChooserAutomatic: Automática Ted.formatToolCellShadingForeColorChooserMoreColors: Mais Cores... !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! !! !! Ted, Paragraph formatting page of the Format Tool. !! !! !! !! Names the page: !! !! --------------- !! !! !! !! formatToolParaLayout: Title of the 'Paragraph' button, to select !! !! the page with paragraph layout properties. !! !! !! !! Paragraph page: !! !! --------------- !! !! !! !! formatToolChangePara: Text of the button on the 'Paragraph' page, !! !! to apply the properties on that page to the !! !! selected paragraphs. !! !! tableToolRevert: .... !! !! formatToolNextPara: Text of the button on the 'Paragraph' page, to !! !! select the next paragraph. !! !! formatToolPreviousPara: Text of the button on the 'Paragraph' page, !! !! to select the previous paragraph. !! !! formatToolSelectPara: Text of the button on the 'Paragraph' page, !! !! to select the current paragraph (as a whole). !! !! formatToolDeletePara: Text of the button on the 'Paragraph' page, !! !! to delete the current paragraph. !! !! formatToolInsertPara: Text of the button on the 'Paragraph' page, !! !! to insert an empty paragraph before the !! !! selection. !! !! formatToolAppendPara: Text of the button on the 'Paragraph' page, !! !! to add an empty paragraph after the selection. !! !! !! !! formatToolParaListLevel: Label of the (readonly) text widget with !! !! the list nesting level. !! !! formatToolParaFirstIndent: Label of the text widget with the left !! !! indentation of the first line of the paragraph. !! !! formatToolParaLeftIndent: Label of the text widget with the left !! !! indentation of subsequent lines in the !! !! paragraph. !! !! formatToolParaRightIndent: Label of the text widget with the right !! !! indentation of the lines in the paragraph. !! !! !! !! formatToolParaAlignment: Text of the label of the menu to select a !! !! paragraph alignment. !! !! formatToolParaAlignLeft: Text of the option to align left. !! !! formatToolParaAlignRight: Text of the option to align right. !! !! formatToolParaAlignCentered: Text of the option to center. !! !! formatToolParaAlignJustified: Text of the option to justify. !! !! !! !! formatToolLineDistFree: Text of the option on the 'Paragraph' page !! !! that makes the line distance equal to the !! !! tallest font in the line. !! !! formatToolLineDistExactly: Text of the option on the 'Paragraph' !! !! page that makes the line distance equal to the !! !! number in the text widget to the right. !! !! formatToolLineDistAtLeast: Text of the option on the 'Paragraph' !! !! page that makes the line distance at least !! !! equal to the tallest font in the line, but not !! !! lower than number in the text widget to the !! !! right. !! !! !! !! formatToolParaSpaceAbove: The label of the toggle and the text !! !! widget to set the amount of white space above !! !! the paragraph. (Separating it from the previous !! !! one.) !! !! formatToolParaSpaceBelow: The label of the toggle and the text !! !! widget to set the amount of white space below !! !! the paragraph. (Separating it from the next !! !! one.) !! !! !! !! formatToolParaTopBorder: Text of the toggle on the 'Paragraph' !! !! page to turn on and off the top border of the !! !! paragraph. !! !! formatToolParaBottomBorder: Text of the toggle on the 'Paragraph' !! !! page to turn on and off the bottom border of !! !! the paragraph. !! !! !! !! formatToolParaOnNewPage: Text of the toggle on the 'Paragraph' page !! !! that determines whether the paragraph should !! !! start on a new page. !! !! formatToolParaOnOnePage: Text of the toggle on the 'Paragraph' page !! !! that determines whether the paragraph should !! !! be kept on one page. !! !! !! !! formatToolParaWidctrl: Text of the toggle on the 'Paragraph' page !! !! to enable widow/orphan control. !! !! formatToolParaKeepWithNext: Text of the toggle on the 'Paragraph' !! !! page to keep this paragraph (As its header) on !! !! the same page as the subsequent paragraph. !! !! !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Ted.formatToolParaLayout: Formatação de Parágrafo Ted.formatToolChangePara: Aplicar ao Parágrafo !Ted.tableToolRevert: Revert Ted.formatToolNextPara: Parágrafo Seguinte Ted.formatToolPreviousPara: Parágrafo Anterior Ted.formatToolSelectPara: Selecionar Parágrafo Ted.formatToolDeletePara: Deletar Parágrafo Ted.formatToolInsertPara: Inserir Parágrafo Antes Ted.formatToolAppendPara: Inserir Parágrafo Depois !== Ted.formatToolParaListLevel: List Level Ted.formatToolParaFirstIndent: Identar Primeira Linha Ted.formatToolParaLeftIndent: Identar à Esquerda Ted.formatToolParaRightIndent: Identar à Direita Ted.formatToolParaAlignment: Alinhamento Ted.formatToolParaAlignLeft: Esquerda Ted.formatToolParaAlignRight: Direita Ted.formatToolParaAlignCentered: Centralizado Ted.formatToolParaAlignJustified: Justificado Ted.formatToolLineDistFree: Espaçamento Livre Ted.formatToolLineDistExactly: Espaçamento Exato Ted.formatToolLineDistAtLeast: Espaçamento Mínimo Ted.formatToolParaSpaceAbove: Espaçamento em Cima Ted.formatToolParaSpaceBelow: Espaçamento embaixo Ted.formatToolParaOnNewPage: Começar em Nova Página Ted.formatToolParaOnOnePage: Manter Parágrafo Só em Uma Página Ted.formatToolParaWidctrl: Controle de Viúva/Órfão Ted.formatToolParaKeepWithNext: Manter Parágrafo Junto com o Seguinte !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! !! !! Ted, Paragraph borders and shading page of the Format Tool. !! !! !! !! Names the page: !! !! --------------- !! !! !! !! formatToolParaOrnaments: Title of the 'Paragraph Borders and !! !! Shading' button, to select the page with !! !! paragraph borders and shading. !! !! !! !! Paragraph page: !! !! --------------- !! !! !! !! formatToolChangePara: Text of the button on the 'Paragraph' page, !! !! to apply the properties on that page to the !! !! selected paragraphs. !! !! tableToolRevert: .... !! !! formatToolNextPara: Text of the button on the 'Paragraph' page, to !! !! select the next paragraph. !! !! formatToolPreviousPara: Text of the button on the 'Paragraph' page, !! !! to select the previous paragraph. !! !! formatToolSelectPara: Text of the button on the 'Paragraph' page, !! !! to select the current paragraph (as a whole). !! !! formatToolDeletePara: Text of the button on the 'Paragraph' page, !! !! to delete the current paragraph. !! !! formatToolInsertPara: Text of the button on the 'Paragraph' page, !! !! to insert an empty paragraph before the !! !! selection. !! !! formatToolAppendPara: Text of the button on the 'Paragraph' page, !! !! to add an empty paragraph after the selection. !! !! !! !! formatToolParaTopBorder: Text of the toggle on the 'Paragraph' !! !! page to turn on and off the top border of the !! !! paragraph. !! !! formatToolParaBottomBorder: Text of the toggle on the 'Paragraph' !! !! page to turn on and off the bottom border of !! !! the paragraph. !! !! formatToolParaLeftBorder: Text of the toggle on the 'Paragraph' !! !! page to turn on and off the left border of !! !! the paragraph. !! !! formatToolParaRightBorder: Text of the toggle on the 'Paragraph' !! !! page to turn on and off the left border of !! !! the paragraph. !! !! !! !! formatToolParaBorderWidth: Label of the text box with the border !! !! width of the different borders. (unused) !! !! formatToolParaBorderStyle: Label of the meny to select a border !! !! style for the different borders. (unused) !! !! formatToolParaBorderColor: Label of the border color chooser menu. !! !! !! !! formatToolParaBorderColorChooserAutomatic: Text on the border !! !! color chooser menu for an automatic color. !! !! formatToolParaBorderColorChooserMoreColors: Text on the border !! !! color chooser menu to get the full rgb color !! !! chooser. !! !! !! !! formatToolParaShading: Title of the frame to change paragraph !! !! shading. !! !! formatToolParaShadingPattern: Label of the control to change the !! !! pattern of the paragraph shading. (unused) !! !! formatToolParaShadingLevel: Label of the control to change the !! !! level of the paragraph shading. (unused) !! !! formatToolParaShadingForeColor: Label of the control to change the !! !! foreground color of the paragraph shading. !! !! (unused) !! !! formatToolParaShadingBackColor: Label of the control to change the !! !! background color of the paragraph shading. !! !! !! !! !! !! formatToolParaBorderWidth: Label of the width field in the border !! !! controls of the Paragraph Borders and Shading !! !! page of the format tool. (unused) !! !! formatToolParaBorderStyle: Label of the style menu in the border !! !! controls of the Paragraph Borders and Shading !! !! page of the format tool. (unused) !! !! formatToolParaBorderColor: Label of the color menu in the border !! !! controls of the Paragraph Borders and Shading !! !! page of the format tool. !! !! !! !! formatToolParaShadingBackColorChooserNoBackground: Text on the !! !! pulldown of the background color chooser for !! !! the shading (or the whole cell) to get no !! !! background color. !! !! formatToolParaShadingBackColorChooserMoreColors: Text on the !! !! pulldown of the background color chooser for !! !! the shading to get the full color rgb selection !! !! tool. !! !! formatToolParaShadingForeColorChooserAutomatic: Text on the !! !! pulldown of the foreground color chooser for !! !! the shading to choose for the default color !! !! for the foreground of the shading. !! !! formatToolParaShadingForeColorChooserMoreColors: Text on the !! !! pulldown of the foreground color chooser for !! !! the shading to get the full color rgb selection !! !! tool. !! !! !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Ted.formatToolParaOrnaments: Bordas e Sombreamentos do Parágrafo !Ted.formatToolChangePara: Apply to Paragraph !Ted.tableToolRevert: Revert !Ted.formatToolNextPara: Next Paragraph !Ted.formatToolPreviousPara: Previous Paragraph !Ted.formatToolSelectPara: Select Paragraph !Ted.formatToolDeletePara: Delete Paragraph !Ted.formatToolInsertPara: Insert Paragraph !Ted.formatToolAppendPara: Append Paragraph Ted.formatToolParaTopBorder: Borda Superior Ted.formatToolParaBottomBorder: Borda Inferior !== Ted.formatToolParaLeftBorder: Left Border !== Ted.formatToolParaRightBorder: Right Border Ted.formatToolParaBorderWidth: Largura Ted.formatToolParaBorderStyle: Estilo Ted.formatToolParaBorderColor: Cor Ted.formatToolParaBorderColorChooserAutomatic: Automática Ted.formatToolParaBorderColorChooserMoreColors: Mais Cores... Ted.formatToolParaShading: Sombreamento Ted.formatToolParaShadingPattern: Padrão Ted.formatToolParaShadingLevel: Nível Ted.formatToolParaShadingForeColor: Cor de Frente Ted.formatToolParaShadingBackColor: Cor de Fundo Ted.formatToolParaShadingBackColorChooserNoBackground: Sem Fundo Ted.formatToolParaShadingBackColorChooserMoreColors: Mais Cores... Ted.formatToolParaShadingForeColorChooserAutomatic: Automática Ted.formatToolParaShadingForeColorChooserMoreColors: Mais Cores... !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! !! !! Ted, Resources relating to the list tool: Bulleted lists and !! !! numbered paragraphs. !! !! !! !! In Ted 2.16 the tool wass disabled because the functionality did !! !! not really work yet. !! !! !! !! Names the page: !! !! --------------- !! !! !! !! listToolParagraphNumber: Title of the 'Paragraph Number' page. !! !! !! !! List page: !! !! ---------- !! !! !! !! listToolChangeList: Text of the button to apply the changes to the !! !! current list. !! !! listToolRevert: Text to restore the list properties on the tool to !! !! those of the list in the document. !! !! !! !! listToolSelection: Title of the frame to manage the paragraphs in !! !! the selection. !! !! listToolSetList: Text of the button to include all selected !! !! paragraphs in the same list. !! !! listToolRemoveFromList: Text of the button to remove all selected !! !! paragraphs from their list. !! !! listToolSetLevel: Text of the button to set the indentation level !! !! of the selected paragraphs to the level that !! !! is selected in the list widget on the list tool.!! !! listToolNewList: Text of the button to start a new list and to !! !! include all selected paragraphs in the new list.!! !! !! !! listToolListLevel: Title of the frame to manage the properties of !! !! the list level that is selected in the list !! !! widget. %d is repalced with the level number. !! !! !! !! listToolLevel: No longer used. !! !! listToolLevelFirstIndent: Label of the field to set the first line !! !! indent of paragraphs that belong to this list !! !! level. !! !! listToolLevelLeftIndent: Label of the field to set the left indent !! !! of paragraphs that belong to this list level. !! !! !! !! listToolListLevelStartAt: Label of the start number for paragraphs !! !! in this list. !! !! listToolListLevelNoRestart: Text to show that paragraphs are !! !! numbered continuously. (Not yet used) !! !! !! !! listToolLevelNumberFormat: Label of the text box with the format !! !! string for the number as it is used at the !! !! head of a list level. !! !! listToolDeleteLevelNumber: Text of the option in the popup menu for !! !! the level format string to delete a reference !! !! to a level number. !! !! listToolInsertLevelNumber: Text of the option in the popup menu for !! !! the level format string to insert a reference !! !! to a level number. !! !! listToolEditLevelText: Text of the option in the popup menu for !! !! the level format string to edit a constant !! !! piece of the number format. !! !! !! !! listToolLevelNumberStyle: Label of the menu to select a number !! !! style for the paragraphs at this level. !! !! listToolListLevelStyleNar: 1, 2, 3 (Arabic style) !! !! listToolListLevelStyleNruc: I, II, III (Upper case roman style) !! !! listToolListLevelStyleNrlc: i, ii, iii (Lower case roman style) !! !! listToolListLevelStyleNauc: A, B, C (Upper case alphabetic) !! !! listToolListLevelStyleNalc: a, b, c (Lower case alphabetic) !! !! listToolListLevelStyleNar0: 01, 02, 10, 11 (Arabic style, leading !! !! zero) !! !! listToolListLevelStyleBullet: Bullet !! !! listToolListLevelStyleNone: No number or bullet. !! !! !! !! listToolLevelJustify: Label of the menu to select the justification !! !! of the paragraph number or bullet for this list !! !! level. !! !! listToolListLevelJustifyLeft: Left Align the number. !! !! listToolListLevelJustifyCentered: Centered the number !! !! listToolListLevelJustifyRight: Right Align the number. !! !! !! !! listToolLevelFollowedBy: Label of the menu to choose a separator !! !! bethween the paragraph number or bullet and the !! !! paragraph text. !! !! listToolListLevelFollowTab: Separate with Tab. !! !! listToolListLevelFollowSpace:Separate with Space. !! !! listToolListLevelFollowNone: Do not separate. !! !! !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !== Ted.listToolParagraphNumber: Bullets and Numbering !== Ted.listToolChangeList: Change List !== Ted.listToolRevert: Revert !== Ted.listToolSelection: Selection !== Ted.listToolSetList: Set List !== Ted.listToolRemoveFromList: Remove from List !== Ted.listToolSetLevel: Set Level !== Ted.listToolNewList: New List !== Ted.listToolListLevel: Level %d !== Ted.listToolLevelFirstIndent: First Line Indent !== Ted.listToolLevelLeftIndent: Left Indent !== Ted.listToolListLevelStartAt: First Number !== Ted.listToolListLevelNoRestart: Continuous !== Ted.listToolLevelNumberFormat: Format !== Ted.listToolDeleteLevelNumber: Delete !== Ted.listToolInsertLevelNumber: Insert !== Ted.listToolEditLevelText: Edit !== Ted.listToolLevelNumberStyle: Style !== Ted.listToolListLevelStyleNar: 1, 2, 3 !== Ted.listToolListLevelStyleNruc: I, II, III !== Ted.listToolListLevelStyleNrlc: i, ii, iii !== Ted.listToolListLevelStyleNauc: A, B, C !== Ted.listToolListLevelStyleNalc: a, b, c !== Ted.listToolListLevelStyleNar0: 01, 02, 10, 11 !== Ted.listToolListLevelStyleBullet: Bullet !== Ted.listToolListLevelStyleNone: None !== Ted.listToolLevelJustify: Justify !== Ted.listToolListLevelJustifyLeft: Left !== Ted.listToolListLevelJustifyCentered: Centered !== Ted.listToolListLevelJustifyRight: Right !== Ted.listToolLevelFollowedBy: Separator !== Ted.listToolListLevelFollowTab: Tab !== Ted.listToolListLevelFollowSpace: Space !== Ted.listToolListLevelFollowNone: None !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! !! !! Ted, Tabs page of the Format Tool. !! !! !! !! Name of the page: !! !! ----------------- !! !! !! !! formatToolTabs: Title of the 'Tabs' button, to select the page !! !! page with tab stops. !! !! !! !! Tabs Page: !! !! ---------- !! !! !! !! formatToolChangeTabs: Text of the button on the 'Tabs' page, !! !! to apply the tab stop settings on that page to !! !! the selected paragraphs. Normally this just !! !! updates the tab selected in the list in the !! !! selected paragraphs. !! !! tableToolRevert: .... !! !! !! !! formatToolTabsNextPara: Text of the button on the 'Tabs' page, to !! !! go to the next paragraph. !! !! formatToolTabsPreviousPara: Text of the button on the 'Tabs' page, !! !! to go to the previous paragraph. !! !! !! !! formatToolDefaultTabStopsLabel: Title of the frame with the default !! !! tab interval for the document. !! !! formatToolDefaultTabStopsEvery: Label of the text widget with the !! !! default tab interval for the document. !! !! !! !! formatToolDefaultTabStopsRevert: Text of the button to undo editing !! !! to the default tab interval for the document. !! !! formatToolDefaultTabStopsApply: Text of the button to set the !! !! the default tab interval for the document. !! !! !! !! formatToolTabPositions: Label of the list with tab stops. (Unused) !! !! !! !! formatToolTabStop: Title of the frame with the properties of the !! !! tab stop that is selected in the list. !! !! !! !! formatToolTabPosition: Label of the text widget with the position !! !! of the tab stop. !! !! !! !! formatToolTabAlignment: Label of the menu to select the alignment !! !! of the tab stop. !! !! formatToolTabAlignmentLeft: !! !! formatToolTabAlignmentRight: !! !! formatToolTabAlignmentCenter: !! !! formatToolTabAlignmentDecimal: !! !! formatToolTabAlignmentBar: Menu option texts for the different !! !! alignments. !! !! !! !! formatToolTabLeader: Label of the menu to select the kind of leader !! !! before the tab stop. !! !! formatToolTabLeaderNone: !! !! formatToolTabLeaderDots: !! !! formatToolTabLeaderUnderline: !! !! formatToolTabLeaderHyphens: !! !! formatToolTabLeaderThick: !! !! formatToolTabLeaderEqual: Menu option texts for the different kinds !! !! of leader before the tab. !! !! !! !! formatToolTabsAddTab: Text of the button to add a tab stop to the !! !! selected paragraphs. !! !! formatToolTabsDeleteTab: Text of the button to delete the selected !! !! tab stop in the list from the selected !! !! paragraphs. !! !! !! !! formatToolTabTooCloseToOther: Error message that is given when tab !! !! stops are too close to eachother. !! !! !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Ted.formatToolTabs: Tabulações Ted.formatToolChangeTabs: Mudar Tabulação !Ted.tableToolRevert: Revert Ted.formatToolTabsNextPara: Próximo Parágrafo Ted.formatToolTabsPreviousPara: Parágrafo Anterior Ted.formatToolDefaultTabStopsLabel: Parada de Tabulação Padrão Ted.formatToolDefaultTabStopsEvery: Tudo Ted.formatToolDefaultTabStopsRevert: Reverter Ted.formatToolDefaultTabStopsApply: Aplicar ao Documento Ted.formatToolTabPositions: Posições Ted.formatToolTabStop: Parada de Tabulação Ted.formatToolTabPosition: Posição Ted.formatToolTabAlignment: Alinhamento Ted.formatToolTabAlignmentLeft: Esquerda Ted.formatToolTabAlignmentRight: Direita Ted.formatToolTabAlignmentCenter: Centralizado !== Ted.formatToolTabAlignmentDecimal: Decimal Ted.formatToolTabAlignmentBar: Barra Ted.formatToolTabLeader: Guia Ted.formatToolTabLeaderNone: Sem Ted.formatToolTabLeaderDots: Pontos Ted.formatToolTabLeaderUnderline: Linha Ted.formatToolTabLeaderHyphens: Tracejado Ted.formatToolTabLeaderThick: Linha Larga Ted.formatToolTabLeaderEqual: Linha Dupla Ted.formatToolTabsAddTab: Adicionar Tabulação Ted.formatToolTabsDeleteTab: Deletar Tabulação Ted.formatToolTabTooCloseToOther: Tabulação muito próxima de outra tabulação. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! !! !! Ted, Section page of the format tool. !! !! !! !! formatToolSect: Title of the 'Section' button, to select the !! !! page with section properties. !! !! !! !! Section page: !! !! ------------- !! !! !! !! formatToolChangeSect: Text of the button on the 'Section' page, !! !! to apply the properties on that page to the !! !! selected section. !! !! tableToolRevert: .... !! !! formatToolNextSect: Text of the button on the 'Section' page, to !! !! select the next section. !! !! formatToolPreviousSect: Text of the button on the 'Section' page, !! !! to select the previous section. !! !! formatToolSelectSect: Text of the button on the 'Section' page, !! !! to select the current section (as a whole). !! !! formatToolDeleteSect: Text of the button on the 'Section' page, !! !! to delete the current section. !! !! formatToolInsertSect: Text of the button on the 'Section' page, !! !! to insert an empty section before the !! !! selection. !! !! formatToolAppendSect: Text of the button on the 'Section' page, !! !! to add an empty section after the selection. !! !! !! !! unit: ... !! !! !! !! formatToolSectNumberRestart: Label of the text widget with the !! !! page number for the first page of the section. !! !! !! !! formatToolSectPageNumberStyle: Label of the menu to select a style !! !! for the page numbers in this paragraph. !! !! formatToolSectNumberStyleDec: Text (1, 2, 3) of the option for !! !! numbers in arabic digits as page numbers. !! !! formatToolSectNumberStyleUcrm: Text (I, II, III) of the option for !! !! upper case roman numerals as page numbers. !! !! formatToolSectNumberStyleLcrm: Text (i, ii, iii) of the option for !! !! lower case roman numerals as page numbers. !! !! formatToolSectNumberStyleUcltr: Text (A, B, C) of the option for !! !! upper case letters as page numbers. !! !! formatToolSectNumberStyleLcltr: Text (a, b, c) of the option for !! !! lower case letters as page numbers. !! !! !! !! formatToolSectBreakKind: Label of the menu to select where the !! !! section should begin. !! !! formatToolSectBreakKindNone: Text of the option in the section !! !! break menu to have no break. !! !! formatToolSectBreakKindCol: Text of the option in the section !! !! break menu to start in the next column. !! !! formatToolSectBreakKindPage: Text of the option in the section !! !! break menu to start on the next page. !! !! formatToolSectBreakKindEven: Text of the option in the section !! !! break menu to start on the next even page. !! !! formatToolSectBreakKindOdd: Text of the option in the section !! !! break menu to start on the next odd page. !! !! !! !! formatToolSectColumns: Title of the frame on the section page to !! !! edit newspaper style columns. !! !! formatToolSectColumnCount: Label of the text widget to give the !! !! number of columns on the page to format this !! !! section. !! !! formatToolSectColumn: Header of the column numbers in the rows to !! !! edit width and spacing of a certain column. !! !! formatToolSectColumnSpacing: Header of the spacing widgets to edit !! !! the spacing at the right of the columns in this !! !! section. !! !! formatToolSectColumnWidth: Header of the width widgets to edit the !! !! width of the columns of this section. !! !! formatToolSectLineBetweenColumns: Label of the toggle to choose !! !! to draw a line between the columns of this !! !! section. !! !! formatToolSectColumnsEqualWidth: Label of the toggle to choose !! !! to use equal column width for this section. !! !! !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Ted.formatToolSect: Seção Ted.formatToolChangeSect: Aplicar à Seção !Ted.tableToolRevert: Revert Ted.formatToolNextSect: Seção Seguinte Ted.formatToolPreviousSect: Seção Anterior Ted.formatToolSelectSect: Selecionar Seção Ted.formatToolDeleteSect: Deletar Seção Ted.formatToolInsertSect: Inserir Seção Antes Ted.formatToolAppendSect: Inserir Seção Depois !Ted.unit: inch Ted.formatToolSectNumberRestart: Página em que Começa Ted.formatToolSectPageNumberStyle: Estilo de número da página !== Ted.formatToolSectNumberStyleDec: 1, 2, 3 !== Ted.formatToolSectNumberStyleUcrm: I, II, III !== Ted.formatToolSectNumberStyleLcrm: i, ii, iii !== Ted.formatToolSectNumberStyleUcltr: A, B, C !== Ted.formatToolSectNumberStyleLcltr: a, b, c Ted.formatToolSectBreakKind: Início Ted.formatToolSectBreakKindNone: Embaixo do Anterior Ted.formatToolSectBreakKindCol: Na Coluna Seguinte Ted.formatToolSectBreakKindPage: Em Nova Página Ted.formatToolSectBreakKindEven: Em Página Par Ted.formatToolSectBreakKindOdd: Em Página Ímpar !== Ted.formatToolSectColumns: Columns Ted.formatToolSectColumnCount: Colunas !== Ted.formatToolSectColum: Column Ted.formatToolSectColumnWidth: Largura das Colunas Ted.formatToolSectColumnSpacing: Espaçamento entre Colunas !== Ted.formatToolSectLineBetweenColumns: Line between !== Ted.formatToolSectColumnsEqualWidth: Equal Width !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! !! !! Ted, Header Footer Tool related texts. !! !! !! !! Name of the page: !! !! ----------------- !! !! !! !! formatToolHeaderFooter: Title of the 'Headers and Footers' button, !! !! to select the page. !! !! !! !! Section related texts. !! !! ---------------------- !! !! !! !! formatToolHeadFootSectionHeader: Label of the frame with section !! !! properties. !! !! formatToolHeadFootChangeSection: Label of the button to change the !! !! section properties that relate to headers and !! !! footers. !! !! formatToolHeadFootRevertSection: Label of the button to show the !! !! current values of the section properties again. !! !! formatToolHeadFootSectionNumber: Label of the text box with the !! !! section number. !! !! formatToolHeadFootTitlepgText: Label of the toggle to select !! !! different headers and footers on the first page !! !! of the section. !! !! !! !! Document related texts. !! !! ----------------------- !! !! !! !! formatToolHeadFootDocumentHeader: Label of the frame with document !! !! properties. !! !! formatToolHeadFootChangeDocument: Label of the button to change the !! !! document properties that relate to headers and !! !! footers. !! !! formatToolHeadFootRevertDocument: Label of the button to show the !! !! current values of the document properties !! !! again. !! !! formatToolHeadFootFacingpText: Label of the toggle to select !! !! different headers and footers on odd and even !! !! pages of the document. !! !! !! !! Page related texts. !! !! ------------------- !! !! !! !! formatToolHeadFootPagesHeader: Label of the frame to select a kind !! !! of page. !! !! !! !! formatToolHeadFootFirstPage: Text of the option to manipulate !! !! headers and footers on the first page of the !! !! current section. !! !! formatToolHeadFootSubsequentPages: Text of the option to manipulate !! !! headers and footers all except the first page !! !! of the current section. !! !! NOTE: From a technical point of view, this !! !! option and the previous one are the same. They !! !! are split to avoid confusing labels on the !! !! options. !! !! formatToolHeadFootAllPages: Text of the option to manipulate !! !! headers and footers on all pages of the current !! !! section. !! !! formatToolHeadFootOddPages: Text of the option to manipulate !! !! headers and footers on the odd pages of the !! !! current section. (Possibly except the first !! !! page) !! !! formatToolHeadFootEvenPages: Text of the option to manipulate !! !! headers and footers on the even pages of the !! !! current section. (Possibly except the first !! !! page) !! !! !! !! formatToolHeadFootDeleteHeader: Label of the button to delete the !! !! header of the kind of pages selected. !! !! formatToolHeadFootEditHeader: Label of the button to edit the !! !! header of the kind of pages selected. If there !! !! is no header yet, it is added. !! !! formatToolHeadFootDeleteFooter: Label of the button to delete the !! !! footer of the kind of pages selected. !! !! formatToolHeadFootEditFooter: Label of the button to delete the !! !! footer of the kind of pages selected. If there !! !! is no footer yet, it is added. !! !! !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Ted.formatToolHeaderFooter: Cabeçalhos e Rodapés Ted.formatToolHeadFootSectionHeader: Propriedades da Seção Ted.formatToolHeadFootTitlepgText: Primeira Página Diferente !== Ted.formatToolHeadFootSectionNumber: Section Ted.formatToolHeadFootChangeSection: Aplicar à Seção Ted.formatToolHeadFootRevertSection: Reverter Ted.formatToolHeadFootDocumentHeader: Propriedades do Documento Ted.formatToolHeadFootFacingpText: Diferenciar Páginas Pares de Ímpares Ted.formatToolHeadFootChangeDocument: Aplicar ao Documento Ted.formatToolHeadFootRevertDocument: Reverter Ted.formatToolHeadFootPagesHeader: Páginas na Seção Ted.formatToolHeadFootFirstPage: Primeira Página Ted.formatToolHeadFootSubsequentPages: Páginas Seguintes Ted.formatToolHeadFootAllPages: Todas as Páginas Ted.formatToolHeadFootOddPages: Páginas Ímpares Ted.formatToolHeadFootEvenPages: Páginas Pares Ted.formatToolHeadFootDeleteHeader: Deletar Cabeçalho Ted.formatToolHeadFootEditHeader: Editar Cabeçalho Ted.formatToolHeadFootDeleteFooter: Deletar Rodapé Ted.formatToolHeadFootEditFooter: Editar Rodapé !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! !! !! Ted, Notes page of the Format Tool. !! !! !! !! Names the page: !! !! --------------- !! !! !! !! formatToolNotes: Title of the 'Notes' button, to select the !! !! page with notes properties. !! !! !! !! Notes page: !! !! ----------- !! !! !! !! formatToolChangeNotes: Text of the button on the 'Notes' page, !! !! to apply the properties on that page to the !! !! notes of the document. !! !! tableToolRevert: .... !! !! !! !! formatToolThisNote: Title of the frame with the properties !! !! of the current note. !! !! formatToolFootnotes: Title of the frame with the properties !! !! of all footnotes in the document. !! !! formatToolEndnotes: Title of the frame with the properties !! !! of all endnotes in the document. !! !! !! !! formatToolNoteIsFootnote: Text of the toggle to make the current !! !! note a footnote. !! !! formatToolNoteIsEndnote: Text of the toggle to make the current !! !! note an endnote. !! !! formatToolNoteHasFixedText: Text of the toggle to set a fixed text !! !! for the note, rather than an automatic !! !! one. !! !! formatToolToNoteRef: Text of the button to select the !! !! position of the refference to the !! !! current note. !! !! formatToolToNote: Text of the button to jump to the !! !! contents of the current note. !! !! formatToolRevertNote: Text of the button to restore the !! !! properties of the current note. !! !! formatToolChangeNote: Text of the button to change the current!! !! note. !! !! !! !! formatToolNotesFirstNumber: The label of the text box with the !! !! number of the first footnote/endnote !! !! in the document. !! !! formatToolNotesPosition: The label of the menu to select the !! !! position of the footnotes/endnotes in !! !! the document. !! !! formatToolNotesRestart: The label of the menu to select the !! !! location where note numbering restarts. !! !! formatToolNotesNumberStyle: The label of the menu to select the !! !! style of the numbering of the !! !! footnotes/endnotes. !! !! !! !! formatToolNoteNumberStyleNar: Text of the menuoption to select !! !! arabic numbers for the notes. !! !! formatToolNoteNumberStyleNalc: Text of the menuoption to select !! !! lower case letters to number notes !! !! formatToolNoteNumberStyleNauc: Text of the menuoption to select !! !! upper case letters to number notes !! !! formatToolNoteNumberStyleNrlc: Text of the menuoption to select !! !! lower case roman numbers for the notes !! !! formatToolNoteNumberStyleNruc: Text of the menuoption to select !! !! upper case roman numbers for the notes !! !! formatToolNoteNumberStyleNchi: Text of the menuoption to select !! !! Chicago manual of style note marks. !! !! !! !! formatToolNoteNumberingContinuous: Text of the menuoption for !! !! continuous note numbering. !! !! formatToolNoteNumberingPerSection: Text of the menuoption to make !! !! note numbering restart every section. !! !! formatToolNoteNumberingPerPage: Text of the menuoption to select !! !! note numbering restart every page. !! !! !! !! formatToolNotePositionSectEnd: Text of the menu option to place !! !! notes at the end of the section. !! !! formatToolNotePositionDocEnd: Text of the menu option to place !! !! notes at the end of the document. !! !! formatToolNotePositionBelowText: Text of the menu option to place !! !! footnotes directly below the text on !! !! the page. !! !! formatToolNotePositionPageBottom: Text of the menu option to place !! !! footnotes at the bottom of the page. !! !! !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Ted.formatToolNotes: Notas Ted.formatToolChangeNotes: Aplicar ao Documento !Ted.tableToolRevert: Revert Ted.formatToolThisNote: Esse modo Ted.formatToolFootnotes: Notas de Rodapé Ted.formatToolEndnotes: Notas Finais Ted.formatToolNoteIsFootnote: Nota de Rodapé Ted.formatToolNoteIsEndnote: Nota Final !== Ted.formatToolNoteHasFixedText: Fixed Text Ted.formatToolToNoteRef: Localizar Nota Ted.formatToolToNote: Editar Nota Ted.formatToolChangeNote: Aplicar à Nota Ted.formatToolRevertNote: Reverter Ted.formatToolNotesFirstNumber: Primeiro Número Ted.formatToolNotesPosition: Posição Ted.formatToolNotesRestart: Numeração Ted.formatToolNotesNumberStyle: Formato do Número !== Ted.formatToolNoteNumberStyleNar: 1, 2, 3 !== Ted.formatToolNoteNumberStyleNalc: a, b, c !== Ted.formatToolNoteNumberStyleNauc: A, B, C !== Ted.formatToolNoteNumberStyleNrlc: i, ii, iii !== Ted.formatToolNoteNumberStyleNruc: I, II, III !== Ted.formatToolNoteNumberStyleNchi: *, +, #, $ Ted.formatToolNoteNumberingContinuous: Contíua Ted.formatToolNoteNumberingPerSection: Por Seção Ted.formatToolNoteNumberingPerPage: Por Página Ted.formatToolNotePositionSectEnd: Fim de Seção Ted.formatToolNotePositionDocEnd: Fim do Documento Ted.formatToolNotePositionBelowText: Texto Embaixo Ted.formatToolNotePositionPageBottom: Base da Página !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! !! !! Ted, Page to select an RGB color (With the cube) !! !! !! !! Name of the page: !! !! ----------------- !! !! !! !! rgbChooserColor: Text of the 'Choose Column' option, to select !! !! the RGB color chhoser. [ NOTE that the option !! !! is disapled most of the time. !! !! !! !! Controls on the page: !! !! --------------------- !! !! !! !! rgbChooserChooseColor: Text of the button on the 'Choose Color' !! !! page to apply the selected color to the current !! !! property. !! !! rgbChooserRevertColor: Text of the button on the 'Choose Color' !! !! page to return to the original color. !! !! rgbChooserCancel: Text of the button on the 'Choose Color' page to !! !! return to the original property page. !! !! !! !! rgbChooserRedComponent: Text of the label of the text box with the !! !! red contribution to the color. !! !! rgbChooserGreenComponent: Text of the label of the text box with !! !! the green contribution to the color. !! !! rgbChooserBlueComponent: Text of the label of the text box with the !! !! blue contribution to the color. !! !! !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Ted.rgbChooserColor: Escolher Cor Ted.rgbChooserChooseColor: Escolher Cor Ted.rgbChooserRevertColor: Reverter Ted.rgbChooserCancel: Cancelar Ted.rgbChooserRedComponent: Vermelho Ted.rgbChooserGreenComponent: Verde Ted.rgbChooserBlueComponent: Azul !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! !! !! Ted, Hyperlink Page related texts. !! !! !! !! Names the page: !! !! --------------- !! !! !! !! tableToolLink: Title of the 'Hyperlink' button, to select !! !! the page to manage hyperlinks. !! !! !! !! Hyperlink page: !! !! --------------- !! !! !! !! hyperlinkDocument: Label of the text widget that contains the !! !! document destination of the link. !! !! hyperlinkBookmark: Label of the text widget that contains the name !! !! of the bookmark in the document destination of !! !! the link. !! !! !! !! hyperlinkLinkAs: Label of the menu to choose the representation !! !! the link. !! !! hyperlinkLinkAsHyperlink: Text of the option to make a hyperlink !! !! with constant text. !! !! hyperlinkLinkAsPageNumber: Text of the option to make a hyperlink !! !! showing the page number of the referred !! !! location in the same document. !! !! hyperlinkLinkAsBookmarkText: Text of the option to make a hyperlink !! !! showing the text of the referred location !! !! in the same document. !! !! hyperlinkLinkAsTextPlusPage: Text of the option to make a hyperlink !! !! showing the text and the page number of the !! !! referred location in the same document. !! !! !! !! hyperlinkSetLink: Text of the button that sets or changes the !! !! destination of the link. !! !! hyperlinkRevert: .... !! !! hyperlinkFollowLink: Text of the button that follows the link. The !! !! current version of Ted assumes that the !! !! destination is a file name. Future versions !! !! might know about http:.... and translate !! !! file extensions to mime types and use .mailcap !! !! to start the appropriate application. !! !! hyperlinkRemoveLink: Text of the button that changes the link back !! !! to ordinary text. !! !! !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !== Ted.tableToolLink: Hyperlink Ted.hyperlinkDocument: Documento Ted.hyperlinkBookmark: Favoritos Ted.hyperlinkLinkAs: Lincar como Ted.hyperlinkLinkAsHyperlink: Hiperlink Ted.hyperlinkLinkAsPageNumber: Número da Página Ted.hyperlinkLinkAsBookmarkText: Texto do Favorito Ted.hyperlinkLinkAsTextPlusPage: Texto e Número da Página Ted.hyperlinkSetLink: Alterar Link !== Ted.hyperlinkRevert: Revert Ted.hyperlinkFollowLink: Seguir Link Ted.hyperlinkRemoveLink: Remorer Link !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! !! !! Ted, Image Tool related texts. !! !! !! !! imageToolImage: Name of the tool. !! !! !! !! imageToolChangeImage: Text of the button to change the image !! !! properties. !! !! imageToolRevert: Text of the button to display the original image !! !! properties again. !! !! !! !! imageToolPixelSize: Label of the text box that displays the size !! !! of the image in pixels. !! !! imageToolTotalBytes: Label of the text box that displays the size !! !! of the image in bytes. !! !! !! !! imageToolImageWide: Label of the text box with the image width in !! !! geometric units. !! !! imageToolImageHigh: Label of the text box with the image height in !! !! geometric units. !! !! !! !! imageToolXScale: Label of the text box with the horizontal scale. !! !! imageToolYScale: Label of the text box with the vertical scale. !! !! !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !== Ted.imageToolImage: Image !== Ted.imageToolChangeImage: Apply to Image !== Ted.imageToolRevert: Revert !== Ted.imageToolPixelSize: Pixel Size !== Ted.imageToolTotalBytes: Size in Bytes !== Ted.imageToolImageWide: Image Wide !== Ted.imageToolImageHigh: Image High !== Ted.imageToolXScale: Horizontal Scale (%) !== Ted.imageToolYScale: Vertical Scale (%) !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! !! !! Ted, Bookmark Page related texts. !! !! !! !! Names the page: !! !! --------------- !! !! !! !! formatToolBookmark: Title of the 'Bookmark' button, to select !! !! the page to manage bookmarks. !! !! !! !! Bookmark page: !! !! -------------- !! !! !! !! bookmarkBookmark: Label of the text widget that contains the name !! !! of the bookmark. !! !! !! !! bookmarkCopyHeader: Header of the frame to copy the selected !! !! bookmark. !! !! bookmarkCopyButton: Label of the button to copy the selected !! !! bookmark. !! !! !! !! bookmarkCopyAsHyperlink: Text of the option to copy as a hyperlink. !! !! bookmarkCopyAsPageNumber: Text of the option to copy as a page !! !! number. !! !! bookmarkCopyAsBookmarkText: Text of the option to copy as a !! !! reference to the text of the bookmark. !! !! bookmarkCopyAsTextPlusPage: Text of the option to copy as a !! !! reference to the text of the bookmark and a !! !! page number, separated by a tab. !! !! !! !! bookmarkSetBookmark: Text of the button that sets or changes the !! !! (name of the) bookmark. !! !! bookmarkRevert: .... !! !! bookmarkGoToBookmark: Text of the button to jump to a bookmark. !! !! bookmarkRemoveBookmark: Text of the button that changes the !! !! bookmark back to ordinary text. !! !! !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !== Ted.formatToolBookmark: Bookmark Ted.bookmarkBookmark: Favoritos Ted.bookmarkCopyHeader: Copiar Favorito !== Ted.bookmarkCopyButton: Copy Ted.bookmarkCopyAsHyperlink: Como Hiperlink Ted.bookmarkCopyAsPageNumber: Como Número de Página Ted.bookmarkCopyAsBookmarkText: Como Texto de Favorito Ted.bookmarkCopyAsTextPlusPage: Como Texto e Número de Página Ted.bookmarkSetBookmark: Alterar Favorito !== Ted.bookmarkRevert: Revert Ted.bookmarkGoToBookmark: Ir Para Favorito Ted.bookmarkRemoveBookmark: Remover Favorito !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! !! !! Ted, Print Dialog related texts. !! !! !! !! printDialogPrinter: Title of the 'Printer' frame of the !! !! Print Dialog. !! !! printDialogCancel: Text of the button to cancel printing. !! !! printDialogPrint: Text of the button to start printing. !! !! printDialogPrintToFile: Text of the menu option to print to !! !! file. !! !! printDialogFax: Text of the menu option to fax a !! !! document. This option is only enabled !! !! when a fax command is given in the !! !! application resources. !! !! printDialogPaperSize: Title of the frame that allows you to !! !! give the size of the paper that is in !! !! the printer. !! !! printDialogCustomPaperSize: Text of the menu option for a custom !! !! paper size in the printer. !! !! !! !! printDialogPlacement: Title of the frame that allows you to !! !! place more pages on one sheet of paper. !! !! printDialogShowPlacementDrawing: Some laptops have microscopic !! !! screens. Setting this resource to 0 !! !! hides the diagram that shows the !! !! placement of the document pages on the !! !! sheets of paper to make the dialog a !! !! lot smaller to fit on the screen of !! !! this kind of computer. Permissible !! !! values: !! !! 1 (default): show diagram. !! !! 0: Do not show diagram. !! !! All aother values are illegal. !! !! printDialog_1_UpText: Print one page of the document per !! !! sheet of paper. Rotate if necessary !! !! to make it it fit on the sheet. But do !! !! not scale. !! !! printDialog_1_ScaledText: Print one page of the document per !! !! sheet of paper . Rotate and/or scale !! !! if necessary to make it it fit on the !! !! sheet. !! !! printDialog_2Row_UpText: Print two pages of the document per !! !! sheet of paper. Place them in two rows !! !! of one column. Rotate and/or scale !! !! if necessary to make it it fit on the !! !! sheet. !! !! printDialog_2Col_UpText: Print two pages of the document per !! !! sheet of paper. Place them in one row !! !! of two columns. Rotate and/or scale !! !! if necessary to make it it fit on the !! !! sheet. !! !! printDialog_4H_UpText: Print four pages of the document per !! !! sheet of paper. Place them in two rows !! !! of two columns. Page 2 is in the same !! !! row as page 1. Rotate and/or scale !! !! if necessary to make it it fit on the !! !! sheet. !! !! printDialog_4V_UpText: Print four pages of the document per !! !! sheet of paper. Place them in two rows !! !! of two columns. Page 2 is in the same !! !! column as page 1. Rotate and/or scale !! !! if necessary to make it it fit on the !! !! sheet. !! !! printDialogRotate90: Text of the toggle to rotate the pages !! !! of the document on those of the !! !! printer. !! !! printDialogCenterH: Text of the toggle to center the pages !! !! of the document horizontally on those !! !! of the printer. !! !! !! !! printDialogSelection: Title of the frame to select what pages !! !! are to be printed. !! !! printDialogAllPages: Text of the menu option to print all !! !! pages. !! !! printDialogPageRange: Text of the menu option to print a page !! !! range. !! !! printDialogCurrentPage: Text of the menu option to only print !! !! the current page. !! !! printDialogFromPage: Label of the text widget that holds the !! !! number of the first page to be printed. !! !! printDialogToPage: Label of the text widget that holds the !! !! number of the last page to be printed. !! !! !! !! printDialogOddFacesOnly: Label of the toggle to print only the !! !! odd faces of the sheets of paper. !! !! printDialogEvenFacesOnly: Label of the toggle to print only the !! !! even faces of the sheets of paper. !! !! printDialogFacesForward: Label of the toggle to print the sheets !! !! of paper from first to last. !! !! printDialogFacesBackward: Label of the toggle to print the sheets !! !! of paper from last to first. !! !! !! !! defaultPrinter: The name of the printer that is !! !! selected when the Print Dialog is first !! !! used. !! !! !! !! printDialogPrinterCount: The number of printers in the printer !! !! menu that is shown simultanuously. !! !! printDialogPrintersUp: Text of the menu option to move up a !! !! certain number of printers. %d is !! !! replaced with the number of printers. !! !! printDialogPrintersDown: Text of the menu option to move down a !! !! certain number of printers. %d is !! !! replaced with the number of printers. !! !! !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Ted.printDialogPrinter: Imprimir Ted.printDialogCancel: Cancelar Ted.printDialogPrint: Imprimir Ted.printDialogPrintToFile: Imprimir para Arquivo !== Ted.printDialogFax: Fax Ted.printDialogPaperSize: Tamanho do Papel !== Ted.printDialogCustomPaperSize: Custom Ted.printDialogPlacement: Posicionamento !== Ted.printDialogShowPlacementDrawing: 1 Ted.printDialog_1_UpText: 1 Página/Folha Ted.printDialog_1_ScaledText: 1 Página/Folha Enquadrada Ted.printDialog_2Row_UpText: 2 Páginas/Folha Vertical Ted.printDialog_2Col_UpText: 2 Páginas/Folha Horizontal Ted.printDialog_4H_UpText: 4 Páginas/Folha Horizontal Ted.printDialog_4V_UpText: 4 Páginas/Folha Vertical Ted.printDialogRotate90: Rotacionar 90° Ted.printDialogCenterH: Centralizar Horizontalmente Ted.printDialogSelection: Seleção Ted.printDialogAllPages: Todas as Páginas Ted.printDialogPageRange: Intervalo de Páginas Ted.printDialogCurrentPage: Página Atual Ted.printDialogFromPage: De Ted.printDialogToPage: Para !== Ted.printDialogOddFacesOnly: Odd Faces Only !== Ted.printDialogEvenFacesOnly: Even Faces Only !== Ted.printDialogFacesForward: First to Last !== Ted.printDialogFacesBackward: Last to First !== Ted.printDialogPrinterCount: 15 Ted.printDialogPrintersUp: %d acima Ted.printDialogPrintersDown: %d abaixo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! !! !! Ted, Mail Dialog related texts. !! !! !! !! mailDialogSubject: Label of the 'Subject' text field. !! !! mailDialogTo: Label of the 'To' text field. !! !! mailDialogFrom: Label of the 'From' text field. !! !! mailDialogCc: Label of the 'Cc' text field. !! !! mailDialogBcc: Label of the 'Bcc' text field. !! !! !! !! mailDialogContent: Title of the frame with the 'Content Type' menu !! !! mailDialogNone: Text shown in the 'Content Type' menu when no !! !! content types are available. !! !! !! !! mailDialogCancel: Text of the 'Cancel' button. !! !! mailDialogSend: Text of the 'Send' button. !! !! mailDialogMsg: Text of the 'Ok' button of error messages from !! !! the Mail dialog. !! !! !! !! mailDialogNoSubject: Text of the prompt for a Subject. !! !! mailDialogNoTo: Text of the prompt for a Recipient. !! !! mailDialogNoFrom: Text of the prompt for a Sender. !! !! !! !! mailPlain: The text of the text/plain option in the !! !! content type menu. !! !! mailRtf: The text of the application/rtf option in the !! !! content type menu. !! !! mailHtml: The text of the text/html option in the content !! !! type menu. !! !! !! !! mailContent: The default content type for mail messages. !! !! The default is text/html. Possible values are !! !! the resource names for the menu options. I.E. !! !! mailPlain,mailRtf,mailHtml. !! !! !! !! mailFrom: The default sender of the mail messages. No !! !! default value exists, but if none is given, the !! !! mailing software attempts to compose a name !! !! like 'Your Name ' !! !! mailHost: The SMTP relay that is used to transmit your !! !! mail. !! !! mailPort: The he TCP/IP port number that is used to !! !! reach the mail server. The value of mailPort !! !! defaults to "smtp" which in its turn maps to !! !! the default value 25. Only in very rare cases !! !! it is desirable to override these defaults. !! !! !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Ted.mailDialogSubject: Assunto Ted.mailDialogTo: Destinatário Ted.mailDialogFrom: Remetente Ted.mailDialogCc: Com Cópia Ted.mailDialogBcc: Cópia Carbonada Ted.mailDialogContent: Tipo de Conteúdo Ted.mailDialogNone: Sem tipos, Ted.mailDialogCancel: Cancelar Ted.mailDialogSend: Enviar !== Ted.mailDialogMsgOk: Ok Ted.mailDialogNoSubject: Por Favor, digite um Assunto Ted.mailDialogNoTo: Por Favor, digite um Destinatário Ted.mailDialogNoFrom: Por Favor, digite um Remetente !== Ted.mailPlain: text/plain !== Ted.mailRtf: application/rtf !== Ted.mailHtml: text/html !== Ted.mailHost: localhost !Ted.mailPort: (none) !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! !! !! Ted, Mail related error messages. !! !! !! !! mailErrorNoError: Never produced, the resource exists however. !! !! mailErrorNoMemory: Memory that was needed for sending the message !! !! could not be allocated. !! !! mailErrorNoFrom: Anonymous mail is not accepted by the software. !! !! mailErrorNoTo: There is no one to send the mail to. !! !! mailErrorSmtp: An unexpected reply from the mail server was !! !! received. !! !! mailErrorWrite: Could not write data to mail server !! !! mailErrorRead: Could not read data from server !! !! mailErrorUname: Could not determine the name of the local !! !! machine. !! !! mailErrorHostaddr: Could not resolve the address of the !! !! destination. !! !! mailErrorService: Unknown service !! !! mailErrorSocket: Could not create a socket to the server !! !! mailErrorConnect: Could not connect to the mail server !! !! !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Ted.mailErrorNoError: Nenhum erro Ted.mailErrorNoMemory: Memória insuficiente Ted.mailErrorNoFrom: Sem remetente fornecido Ted.mailErrorNoTo: Sem destinatário fornecido Ted.mailErrorSmtp: Um erro de envio de e-mail foi recebido Ted.mailErrorWrite: Não pude escrever dados para o servidor de e-mail Ted.mailErrorRead: Não pude ler dados do servidor Ted.mailErrorUname: Não pude determinar o nome da máquina local Ted.mailErrorHostaddr: Não pude resolver o endereço de destino Ted.mailErrorService: Serviço desconhecido Ted.mailErrorSocket: Não pude criar um socket para o servidor Ted.mailErrorConnect: Não pude me conectar ao servidor de e-mail !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! !! !! Ted, Document Properties Dialog related texts. !! !! !! !! propDialogGenerator: Label of the 'Generator' text widget. !! !! propDialogTitle: Label of the 'Title' text widget. !! !! propDialogAuthor: Label of the 'Author' text widget. !! !! propDialogCompany: Label of the 'Company' text widget. !! !! propDialogSubject: Label of the 'Subject' text widget. !! !! propDialogKeywords: Label of the 'Keywords' text widget. !! !! propDialogComment: Text no longer used since Ted 2.14. !! !! Replaced with Ted.propDialogDoccom. !! !! propDialogDoccom: Label of the 'Comment' text widget !! !! widget. !! !! propDialogHlinkbase: Label of the 'Links Relative to' text !! !! widget. !! !! !! !! propDialogCreatim: Label of the 'Created' text widget !! !! propDialogRevtim: Label of the 'Last Changed' text widget !! !! propDialogPrintim: Label of the 'Last Printed' text widget !! !! !! !! propDialogPages: Label of the page count text widget !! !! propDialogParagraphs: Label of the paragraph count widget !! !! propDialogLines: Label of the line count text widget !! !! propDialogWords: Label of the word count text widget !! !! propDialogCharacters: Label of the character count widget !! !! !! !! propDialogCancel: Text of the 'Cancel' button. !! !! propDialogOk: Text of the 'Ok' button. !! !! !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !== Ted.propDialogGenerator: Generator Ted.propDialogTitle: Título Ted.propDialogAuthor: Autor !== Ted.propDialogCompany: Company Ted.propDialogSubject: Assunto Ted.propDialogKeywords: Palavras-chaves Ted.propDialogDoccom: Comentário do Documento Ted.propDialogHlinkbase: Links relativos a Ted.propDialogCreatim: Criado Ted.propDialogRevtim: Última Modificação Ted.propDialogPrintim: Última Impressão Ted.propDialogPages: Páginas Ted.propDialogParagraphs: Parágrafos Ted.propDialogLines: Linhas Ted.propDialogWords: Palavra Ted.propDialogCharacters: Caracteres Ted.propDialogCancel: Cancelar !== Ted.propDialogOk: Ok !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! !! !! The following resource settings make Ted more like a real Silicon !! !! Graphics application on SGI IRIX. !! !! !! !! As this is an example resource file for all platforms, the settings !! !! are commented out. !! !! !! !! Thanks Avi Bercovich and Max Matveev for telling so. !! !! !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !Ted*sgiMode: True !Ted*useSchemes: Colors !Ted*XmCascadeButton*fontList: -*-helvetica-bold-o-normal-*-14-*-*-*-*-*-*-* !Ted*popup_*fontList: -*-helvetica-bold-o-normal-*-14-*-*-*-*-*-*-* !Ted*XmLabel*fontList: -*-helvetica-medium-r-normal-*-14-*-*-*-*-*-*-* !Ted*XmList*fontList: -*-helvetica-medium-r-normal-*-14-*-*-*-*-*-*-* !Ted*XmPushButton*fontList: -*-helvetica-medium-r-normal-*-14-*-*-*-*-*-*-* !Ted*XmToggleButton*fontList: -*-helvetica-medium-r-normal-*-14-*-*-*-*-*-*-* !Ted*XmTextField*fontList: -*-helvetica-medium-r-normal-*-14-*-*-*-*-*-*-* !Ted*XmLabelGadget*fontList: -*-helvetica-medium-r-normal-*-14-*-*-*-*-*-*-* !Ted*XmPushButtonGadget*fontList: -*-helvetica-medium-r-normal-*-14-*-*-*-*-*-*-* !Ted*XmForm*XmText*fontList: -*-helvetica-medium-r-normal-*-14-*-*-*-*-*-*-*