#
# English translation file for WinShell 3.0.0.3
#
#
# 06/15/2005   Ingo H. de Boer: copied from original WinShell 2.6 DLL, translated by Ingo H. de Boer
#
#
BEGIN_MENU
#
# File menu
#
ID_FILE_MENU                     == &File
ID_FILE_NEW                      == &New\tCtrl+N
ID_FILE_OPEN                     == &Open...\tCtrl+O
ID_FILE_CLOSE                    == &Close\tCtrl+W
ID_FILE_SAVE                     == &Save\tCtrl+S
ID_FILE_SAVE_AS                  == Save &As...
ID_FILE_PRINT                    == &Print...\tCtrl+P
ID_FILE_PRINT_SETUP              == P&rint Setup...
ID_FILE_LAST_FILE                == Recent File
ID_FILE_EXIT                     == E&xit
#
# Edit menu
#
ID_EDIT_MENU                     == &Edit
ID_EDIT_UNDO                     == &Undo\tCtrl+Z
ID_EDIT_REDO                     == &Redo\tCtrl+Y
ID_EDIT_CUT                      == Cu&t\tCtrl+X
ID_EDIT_COPY                     == &Copy\tCtrl+C
ID_EDIT_PASTE                    == &Paste\tCtrl+V
ID_EDIT_DELETE                   == &Delete\tDel
ID_EDIT_SELECT_ALL               == Select &All\tCtrl+A
ID_EDIT_SEARCHREPLACE_MENU       == &Search and Replace
ID_EDIT_SEARCHREPLACE_FIND       == &Search...\tCtrl+F
ID_EDIT_SEARCHREPLACE_FINDNEXT   == Fi&nd Next\tF3
ID_EDIT_SEARCHREPLACE_REPLACE    == &Replace...\tCtrl+H
ID_EDIT_GOTOLINE                 == &Go to Line...\tCtrl+G
ID_EDIT_COMMENTOUT               == Un/Co&mment\tCtrl+K
#
# Execute menu
#
ID_EXECUTE_MENU                  == E&xecute
ID_EXECUTE_LATEX                 == &LaTeX\tF5
ID_EXECUTE_BIBTEX                == &BibTeX\tF6
ID_EXECUTE_DVIVIEW               == &DVIView\tF7
ID_EXECUTE_DVIPS                 == DVI -> &PS\tF8
ID_EXECUTE_GSVIEW                == &GSView\tF9
ID_EXECUTE_PDFLATEX              == PD&FLaTeX\tF10
ID_EXECUTE_PDFVIEW               == PDF&View\tF11
ID_EXECUTE_SPELLCHECK            == &SpellChecker...\tF12
ID_EXECUTE_TABLEWIZARD           == &Table Wizard...
#
# Options menu
#
ID_OPTIONS_MENU                  == &Options
ID_OPTIONS_GENERAL               == &General...
ID_OPTIONS_PROGCALLS             == &Program Calls...
ID_OPTIONS_USERPROGS             == &User Programs...
ID_OPTIONS_MACROS                == &Macros...
ID_OPTIONS_LANGUAGE              == &Language...
ID_OPTIONS_FONT                  == &Font...
ID_OPTIONS_SYNTAXHL              == Syntax-&Highlighting...
ID_OPTIONS_WRAP                  == &Wrap Mode
ID_OPTIONS_LINENUMBERS           == Line &Numbers
ID_OPTIONS_UMLAUTE               == Umlau&te...
ID_OPTIONS_VIEW_MENU             == &View
ID_OPTIONS_VIEW_CUSTOMIZE        == &Customize...
ID_OPTIONS_VIEW_PROJECTWINDOW    == &Project Window
ID_OPTIONS_VIEW_OUTPUTWINDOW     == &Output Window
ID_OPTIONS_VIEW_TOOLBAR          == &Tool Bar
ID_OPTIONS_VIEW_STATUSBAR        == &Status Bar
ID_OPTIONS_VIEW_ARROWBAR         == Arro&ws
ID_OPTIONS_VIEW_BINARYBAR        == &Binary Operators
ID_OPTIONS_VIEW_ACCENTSBAR       == &Accents
ID_OPTIONS_VIEW_RELATIONSBAR     == &Relations
ID_OPTIONS_VIEW_GREEKBAR         == &Greek Letters
ID_OPTIONS_VIEW_MISCBAR          == M&isc
ID_OPTIONS_VIEW_MACROSBAR        == &Macros
#
# Project menu
#
ID_PROJECT_MENU                  == &Project
ID_PROJECT_NEW                   == &New...
ID_PROJECT_LOAD                  == &Open...
ID_PROJECT_CLOSE                 == &Close
ID_PROJECT_SAVE                  == &Save
ID_PROJECT_SAVEAS                == Save &As...
ID_PROJECT_ADD_MENU              == A&dd
ID_PROJECT_ADD_MAIN              == &Main-TeX-Document
ID_PROJECT_ADD_TEX               == &TeX-Document
ID_PROJECT_ADD_BIBTEX            == &BibTeX-Document
#
# Window menu
#
ID_WINDOW_MENU                   == &Window
ID_WINDOW_SPLIT                  == S&plit
#
# Help menu
#
ID_HELP_MENU                     == &Help
ID_HELP_TOPICS                   == &Help Topics...
ID_HELP_LATEX                    == &LaTeX2e - Help...
ID_HELP_INFO                     == &Info...
#
# Output window
#
ID_POPUP_OUTPUTW_COPY            == &Copy
ID_POPUP_OUTPUTW_CLEAR           == C&lear
#
# Project window
#
ID_POPUP_PROJECTW_ACTIVATE       == Ac&tivate
ID_POPUP_PROJECTW_REMOVE         == &Remove
ID_POPUP_PROJECTW_RELOAD         == &Reload
ID_POPUP_PROJECTW_LONGSHORT      == Long/Short &file names
#
# MDI Tab
#
ID_POPUP_TAB_WINDOW_SPLIT        == Split &Window
#
# Toolbar customization
#
ID_POPUP_TOOLBAR_DELETE          == &Delete
ID_POPUP_TOOLBAR_EDIT            == &Edit...
ID_POPUP_TOOLBAR_IMAGE           == &Image
ID_POPUP_TOOLBAR_TEXT            == &Text
ID_POPUP_TOOLBAR_IMAGEANDTEXT    == Image &and Text
ID_POPUP_TOOLBAR_GROUP           == &Group
#
END_MENU

BEGIN_STRINGTABLE
#
# File menu messages
#
ID_FILE_NEW                      == Create a new document\nNew
ID_FILE_OPEN                     == Open an existing document\nOpen
ID_FILE_CLOSE                    == Close the active document\nClose
ID_FILE_SAVE                     == Save the active document\nSave
ID_FILE_SAVE_AS                  == Save the active document with a new name\nSave As
ID_FILE_SAVE_ALL                 == Saves all modified documents\nSave all
ID_FILE_PRINT                    == Print the active document\nPrint
ID_FILE_PRINT_SETUP              == Change the printer and printing options\nPrint Setup
ID_FILE_LAST_FILE                == Open this document
ID_FILE_EXIT                     == Quit the application\nExit
#
# Edit menu messages
#
ID_EDIT_UNDO                     == Undo the last action\nUndo
ID_EDIT_REDO                     == Redo the previously undone action\nRedo
ID_EDIT_CUT                      == Cut the selection and put it on the Clipboard\nCut
ID_EDIT_COPY                     == Copy the selection and put it on the Clipboard\nCopy
ID_EDIT_PASTE                    == Insert Clipboard contents\nPaste
ID_EDIT_DELETE                   == Delete the selection\nDelete
ID_EDIT_SELECT_ALL               == Select the entire document\nSelect All
ID_EDIT_SEARCHREPLACE_FIND       == Find the specified text\nFind
ID_EDIT_SEARCHREPLACE_FINDNEXT   == Repeat the search\nRepeat search
ID_EDIT_SEARCHREPLACE_REPLACE    == Replace specific text with different text\nReplace
ID_EDIT_GOTOLINE                 == Go to Line #\nGo to Line #
ID_EDIT_COMMENTOUT               == Comments or uncomment the selected text\nUn/Comment
#
# Execute menu messages
#
ID_EXECUTE_LATEX                 == Execute LaTeX\nLaTeX
ID_EXECUTE_BIBTEX                == Execute BibTeX\nBibTeX
ID_EXECUTE_DVIVIEW               == Execute DVIView\nDVIView
ID_EXECUTE_DVIPS                 == Execute DVIPS\nDVIPS
ID_EXECUTE_GSVIEW                == Execute GSView\nGSView
ID_EXECUTE_PDFLATEX              == Execute PDFLaTeX\nPDFLaTeX
ID_EXECUTE_PDFVIEW               == Execute PDFView\nPDFView
ID_EXECUTE_SPELLCHECK            == Execute SpellChecker\nSpellChecker
ID_EXECUTE_TABLEWIZARD           == Execute Table Wizard\nTable Wizard
#
# Options menu messages
#
ID_OPTIONS_GENERAL               == General options\nGeneral Options
ID_OPTIONS_PROGCALLS             == Settings for the program calls\nProgram Calls
ID_OPTIONS_USERPROGS             == Settings for the user programs\nUser Program Calls
ID_OPTIONS_MACROS                == Settings for the Macros\nMacros
ID_OPTIONS_LANGUAGE              == Chooses the translation/language for WinShell\nLanguage
ID_OPTIONS_FONT                  == Choose the font for the documents\nFont
ID_OPTIONS_SYNTAXHL              == Settings for the Syntax-Highlighting\nSyntax-Hightlighting
ID_OPTIONS_WRAP                  == Toggles the Wrap Mode\nWrap Mode
ID_OPTIONS_LINENUMBERS           == Toggles the line numbers\nLine Numbers
ID_OPTIONS_UMLAUTE               == Umlaute (only available in the german version)\nUmlaute
ID_OPTIONS_VIEW_CUSTOMIZE        == Customize the Tool Bar\nCustomize
ID_OPTIONS_VIEW_PROJECTWINDOW    == Show or hide the project window\nToggle Project Window
ID_OPTIONS_VIEW_OUTPUTWINDOW     == Show or hide the output window\nToggle Output Window
ID_OPTIONS_VIEW_TOOLBAR          == Show or hide the toolbar\nToggle ToolBar
ID_OPTIONS_VIEW_STATUSBAR        == Show or hide the statusbar\nToggle StatusBar
ID_OPTIONS_VIEW_ARROWBAR         == Show or hide the arrowsbar\nToggle ArrowsBar
ID_OPTIONS_VIEW_BINARYBAR        == Show or hide the binaryoperatorsbar\nToggle BinaryOperatorsBar
ID_OPTIONS_VIEW_ACCENTSBAR       == Show or hide the accentsbar\nToggle AccentsBar
ID_OPTIONS_VIEW_RELATIONSBAR     == Show or hide the relationsbar\nToggle RelationsBar
ID_OPTIONS_VIEW_GREEKBAR         == Show or hide the greeklettersbar\nToggle GreekLettersBar
ID_OPTIONS_VIEW_MISCBAR          == Show or hide the miscbar\nToggle MiscBar
ID_OPTIONS_VIEW_MACROSBAR        == Show or hide the macrosbar\nToggle MacrosBar
#
# Project menu messages
#
ID_PROJECT_NEW                   == Creates a new project\nNew Project
ID_PROJECT_LOAD                  == Open an existing project\nOpen Project
ID_PROJECT_CLOSE                 == Close the current project\nClose Project
ID_PROJECT_SAVE                  == Save the current project\nSave Project
ID_PROJECT_SAVEAS                == Save the current project with a new name\nSave Project As
ID_PROJECT_ADD_MAIN              == Add a Main-TeX-Document to the project\nMain-TeX-Document
ID_PROJECT_ADD_TEX               == Add TeX-Documents to the project\nTeX-Document
ID_PROJECT_ADD_BIBTEX            == Add BibTeX-Documents to the project\nBibTeX-Document
#
# Window menu messages
#
ID_WINDOW_SPLIT                  == Split the active window into panes\nSplit
#
# Help menu messages
#
ID_HELP_TOPICS                   == List Help topics\nHelp Topics
ID_HELP_LATEX                    == English LaTeX2e - Help
ID_HELP_INFO                     == Display program information, version number and copyright\nAbout
#
# Project window strings
#
ID_PROJECTW_CURRENTDOC           == current document
ID_PROJECTW_FILES                == Files
ID_PROJECTW_TOC                  == Table Of Contents
ID_PROJECTW_FIGURES              == Figures
ID_PROJECTW_TABLES               == Tables
ID_PROJECTW_BIBENTRIES           == Bibliography
ID_PROJECTW_POPUP_ACTIVATE       == Activates this project\nActivates Project
ID_PROJECTW_POPUP_LONGSHORT      == Toggles between long and short file names\nLong/Short Names
ID_PROJECTW_POPUP_RELOAD         == Reloads the Table of Contents, Figures, Tables and Bibliography\nReload
ID_PROJECTW_POPUP_REMOVE         == Removes this file from the project\nRemove
ID_PROJECTW_BIBTEX_LINEINDOC     == Li %u
ID_PROJECTW_NOLOGFILE            == Couldn't load .log file!
#
# General messages/strings
#
ID_IDLE_MESSAGE                  == Ready
ID_STATUSBAR_MAINDOCUMENT        == Main-TeX-Document :  %s
ID_STATUSBAR_LINECOLUMN          == Li %u, Co %u
ID_BAR_MENUBAR                   == Menubar
ID_BAR_TOOLBAR                   == Toolbar
ID_BAR_ARROWS                    == Arrows
ID_BAR_BINARY                    == Binary Operators
ID_BAR_GREEK                     == Greek Letters
ID_BAR_MISC                      == Misc
ID_BAR_MACROS                    == Macros
ID_BAR_RELATIONS                 == Relations
ID_BAR_ACCENTS                   == Accents
ID_MACRO_INSERT                  == Macro '%s' will be inserted at the current cursor position
ID_USERTOOL_EXECUTE              == Execute program '%s'
ID_CUSTOMIZE_STANDARD            == Standard
ID_CUSTOMIZE_VIEW                == View
ID_CUSTOMIZE_TOOLBARS            == Toolbars
ID_CUSTOMIZE_USERPROGS           == User-Programs
ID_CUSTOMIZE_MACROS              == User-Macros
ID_MORE_WINDOWS                  == &More Windows...
ID_PRINT_TIMEFORMAT              == %m/%d/%y, %H:%M:%S
ID_PRINT_PAGE                    == Page: %u/%u
ID_PRINT_TITLE                   == File: %s   -   Date: %s
ID_TAB_CLOSE                     == Close
ID_TAB_SCROLL_LEFT               == Scroll left
ID_TAB_SCROLL_RIGHT              == Scroll right
#
END_STRINGTABLE

BEGIN_DIALOG
#
# General
#
ID_BUTTON_OK                     == OK
ID_BUTTON_CANCEL                 == Cancel
ID_BUTTON_CLOSE                  == Close
ID_BUTTON_EDIT                   == &Edit...
ID_BUTTON_CHANGE                 == C&hange...
ID_BUTTON_BROWSE                 == &Browse...
ID_BUTTON_DEFAULT                == &Default
ID_BUTTON_COLOR                  == &Color...
#
# MessageBoxes
#
ID_UNKNOWN_COMMAND               == '%s' is an unknown command!
ID_FILE_CHANGED                  == The file has been changed by another application.\nWould you like to reload it ?
ID_OPTIONS_NOCMDLINE             == There is no CMD-Line!\nPlease check the options!
ID_OPTIONS_NOEXELINE             == There is no EXE-File!\nPlease check the options!
ID_OPTIONS_GENERALERROR          == One or more errors occured!\nPlease check the options!
ID_PROJECT_NOCURRENT             == There is no current TeX-Document!\nPlease load a file!
ID_PROJECT_NOMAINFILE            == There is no Main-Tex-Document!
ID_PROJECT_NOFILES               == There are no files in the project!
ID_PROJECT_NOTLOADED             == The project could not be loaded!
ID_PROJECT_NOTCREATED            == The project could not be created!
ID_PROJECT_EXISTS                == The project <%s> already exists!
ID_PROJECT_NUMBEREXCEEDED        == The number of projects (%i) has exceeded!
ID_PROJECT_NOTOCENTRY            == The entry could not be found!
ID_PROJECT_NOBIBFILE             == No .bib file is defined for this project!
ID_TOOLBAR_CANNOTCREATEIMAGE     == Can't create a new image!
ID_TOOLBAR_CHOOSEIMAGE           == Please choose an image!
ID_TOOLBAR_INSERTTEXT            == Please insert some text!
ID_TOOLBAR_CANTPASTEBITMAP       == Can't insert an image from the clipboard!
ID_TOOLBAR_WRONGIMAGESIZE        == Can only insert an image of %d x %d!
ID_SPELLCHECK_FINISHED           == Spell checking has finished.
ID_SPELLCHECK_NODICTIONARY       == Dictionary was not found!\nPlease install it!\nhttp://aspell.net/win32/
ID_SPELLCHECK_NOASPELLINSTALLED  == ASpell was not found!\nPlease install it!\nhttp://aspell.net/win32/
#
# Open/close dialogs
#
ID_DLG_WINSHELL_FILTER           == WinShell-Files (*.wsp;*.tex;*.bib;*.log)|*.wsp;*.tex;*.bib;*.log|Project-Files (*.wsp)|*wsp|TeX-Files (*.tex)|*.tex|Bib-Files (*.bib)|*.bib|Log-Files (*.log)|*.log|All Files (*.*)|*.*|
ID_DLG_WINSHELL_TITLE            == Open WinShell Files
ID_DLG_MAINTEX_FILTER            == TeX-Files (*.tex)|*.tex|All Files (*.*)|*.*|
ID_DLG_MAINTEX_TITLE             == Main-TeX-Document
ID_DLG_TEX_TITLE                 == TeX-Document
ID_DLG_BIBTEX_FILTER             == BibTeX-Files (*.bib)|*.bib|All Files (*.*)|*.*|
ID_DLG_BIBTEX_TITLE              == BibTeX-Document
ID_DLG_PROJECT_FILTER            == Project-Files (*.wsp)|*.wsp|
ID_DLG_PROJECT_TITLE_OPEN        == Open Project File
ID_DLG_PROJECT_TITLE_NEW         == New Project File
ID_DLG_PROJECT_TITLE_SAVE        == Save Project File
ID_DLG_SAVEAS_TITLE              == Save File as...
ID_DLG_EXE_FILTER                == EXE-Files (*.exe)|*.exe|All Files (*.*)|*.*|
ID_DLG_EXE_TITLE                 == Execute-File
#
# Options: General dialog
#
ID_OPT_TITLE                     == Options
ID_OPT_GENERAL_TITLE             == General
ID_OPT_GENERAL_BACKUPFILES       == &Create backup files (.bak files)
ID_OPT_GENERAL_AUTOSAVE          == &Save files automatically on exit
ID_OPT_GENERAL_FILEFORMAT        == File format
ID_OPT_GENERAL_FF_WINDOWS        == &Windows
ID_OPT_GENERAL_FF_UNIX           == &Unix
ID_OPT_GENERAL_LANGUAGE          == Language:
#
# Options: Programm calls/User program dialogs
#
ID_OPT_PROGRAMCALLS_TITLE        == Program Calls
ID_OPT_PROGRAMCALLS_GROUP        == Program:
ID_OPT_PROGRAMCALLS_PARAMETER    == Parameter:\n%s<.tex><.dvi><.ps><.pdf>
ID_OPT_USERPROGCALLS_TITLE       == User Programs
ID_OPT_USERPROGCALLS_GROUP       == User program:
ID_OPT_USERPROGCALLS_PARAMETER   == Parameter:\n%<p>[s, p, c]<.xxx, .%ex>
ID_OPT_USERPROGCALLS_CTRLSHIFT   == Ctrl + Shift
ID_OPT_PROGRAMS_NAME             == Name
ID_OPT_PROGRAMS_EXEFILE          == exe - File
ID_OPT_PROGRAMS_CMDLINE          == cmd - Line
ID_OPT_PROGRAMS_DOS              == D&OS
ID_OPT_PROGRAMS_SUFFIXHINT       == Please add the suffix as well!
ID_OPT_PROGRAMS_KEYS             == Keys:
ID_OPT_PROGRAMS_LATEXFIRST       == &LaTeX first
ID_OPT_PROGRAMS_PDFLATEXFIRST    == &PDFLaTeX first
ID_OPT_PROGRAMS_DVIPSFIRST       == &DVIPS first
#
# Options: Macros dialog
#
ID_OPT_MACROS_TITLE              == Macros
ID_OPT_MACROS_SHIFT              == Shift +
ID_OPT_MACROS_NAME               == Name:
#
# Options: Font/SyntaxHL dialog
#
ID_OPT_FONTSH_TITLE              == Font and SyntaxHL
ID_OPT_FONTSH_FONT_CURRENT       == Current Font:
ID_OPT_FONTSH_SYNTAXHL           == &Syntax-Highlighting
ID_OPT_FONTSH_MATCHBRACES        == &Match braces
ID_OPT_FONTSH_COLOR_COMMANDS     == \ (La)TeX Commands
ID_OPT_FONTSH_COLOR_BRACES       == Braces
ID_OPT_FONTSH_COLOR_BEGINEND     == \begin ... \end
ID_OPT_FONTSH_COLOR_COMMENT      == % Comment
ID_OPT_FONTSH_COLOR_MATHMODE     == $ Math Mode
ID_OPT_FONTSH_COLOR_NORMALTEXT   == normal Text
ID_OPT_FONTSH_COLOR_SELECTTEXT   == selected Text
ID_OPT_FONTSH_COLOR_CURSOR       == Cursor
ID_OPT_FONTSH_COLOR_BACKGROUND   == Background
#
# Search/Replace dialog
#
ID_SEARCHREPLACE_S_TITLE         == Search
ID_SEARCHREPLACE_SR_TITLE        == Search and Replace
ID_SEARCHREPLACE_SEARCHFOR       == &Search for:
ID_SEARCHREPLACE_REPLACEWITH     == Replace &with:
ID_SEARCHREPLACE_MATCHWHOLE      == &Match whole words only
ID_SEARCHREPLACE_MATCHCASE       == Match &case
ID_SEARCHREPLACE_REGEX           == Regular e&xpression
ID_SEARCHREPLACE_DIRECTION       == Direction
ID_SEARCHREPLACE_UP              == &Up
ID_SEARCHREPLACE_DOWN            == &Down
ID_SEARCHREPLACE_FINDNEXT        == &Find next
ID_SEARCHREPLACE_REPLACEIN       == Replace in
ID_SEARCHREPLACE_REPLACESEL      == Se&lection
ID_SEARCHREPLACE_REPLACEDOC      == Docu&ment
ID_SEARCHREPLACE_REPLACE         == &Replace
ID_SEARCHREPLACE_REPLACEALL      == Replace &all
#
# Go to line dialog
#
ID_GOTOLINE_TITLE                == Go to Line
ID_GOTOLINE_LINE                 == Line:
#
# Table wizard
#
ID_TABLEWIZARD_TITLE1            == Table Wizard - Step 1 of 3
ID_TABLEWIZARD_TITLE2            == Table Wizard - Step 2 of 3
ID_TABLEWIZARD_TITLE3            == Table Wizard - Step 3 of 3
ID_TABLEWIZARD_ROWS              == Rows:
ID_TABLEWIZARD_COLUMNS           == Columns:
#
# SpellChecker
#
ID_SPELLCHECKER_TITLE            == SpellChecker
ID_SPELLCHECKER_MISSPELLEDWORD   == Misspelled word:
ID_SPELLCHECKER_REPLACEWIDTH     == Replace width:
ID_SPELLCHECKER_RECHECKALL       == Re&check all
ID_SPELLCHECKER_CHECKWORD        == Check &word
ID_SPELLCHECKER_SUGGESTIONS      == Suggestions:
ID_SPELLCHECKER_REPLACE          == &Replace
ID_SPELLCHECKER_REPLACEALL       == Replace a&ll
ID_SPELLCHECKER_IGNORE           == &Ignore
ID_SPELLCHECKER_IGNOREALL        == I&gnore all
ID_SPELLCHECKER_PERSDICT         == Personal dictionary:
ID_SPELLCHECKER_ADDWORD          == &Add word
ID_SPELLCHECKER_LANGUAGE         == Language:
#
# Personal dictionary
#
ID_PERSDICT_TITLE                == Personal dictionary
ID_PERSDICT_DICTENTRIES          == Dictionary entries:
ID_PERSDICT_NEWWORD              == New word:
ID_PERSDICT_ADD                  == &Add
ID_PERSDICT_DELETE               == &Delete
#
# Customize Tool Bar / Macro Bar
#
ID_CUSTOMIZETB_TITLE             == Customize Tool Bar / Macro Bar
ID_CUSTOMIZETB_CATEGORY          == Category
ID_CUSTOMIZETB_BUTTONS           == Buttons:
ID_CUSTOMIZETB_HINT              == Hint: Select a category. Click a button to see its description, or drag it into the Tool Bar.
ID_CUSTOMIZETB_DESCRIPTION       == Description:
#
# Customize Tool Bar / Macro Bar -> Change Button
#
ID_CUSTOMIZETB_CB_TITLE          == Change Button
ID_CUSTOMIZETB_CB_IMAGEONLY      == &Image only
ID_CUSTOMIZETB_CB_TEXTONLY       == &Text only
ID_CUSTOMIZETB_CB_IMAGEANDTEXT   == Image &and Text
ID_CUSTOMIZETB_CB_IMAGES         == Images:
ID_CUSTOMIZETB_CB_NEW            == &New...
ID_CUSTOMIZETB_CB_DESCRIPTION    == Description:
ID_CUSTOMIZETB_CB_TEXT           == Text:
#
# Customize Tool Bar / Macro Bar -> Edit Button
#
ID_CUSTOMIZETB_EB_TITLE          == Edit Button
ID_CUSTOMIZETB_EB_IMAGE          == Image:
ID_CUSTOMIZETB_EB_COPY           == &Copy
ID_CUSTOMIZETB_EB_PASTE          == &Paste
ID_CUSTOMIZETB_EB_CLEAR          == C&lear
ID_CUSTOMIZETB_EB_COLORS         == Colors:
ID_CUSTOMIZETB_EB_PREVIEW        == Preview:
#
END_DIALOG
