diff options
-rw-r--r-- | basctl/inc/basidesh.hrc | 7 | ||||
-rw-r--r-- | basctl/source/basicide/basdoc.cxx | 15 | ||||
-rw-r--r-- | basctl/source/basicide/basidesh.src | 852 |
3 files changed, 857 insertions, 17 deletions
diff --git a/basctl/inc/basidesh.hrc b/basctl/inc/basidesh.hrc index 56b051795772..d05817edb21a 100644 --- a/basctl/inc/basidesh.hrc +++ b/basctl/inc/basidesh.hrc @@ -2,9 +2,9 @@ * * $RCSfile: basidesh.hrc,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: sb $ $Date: 2002-07-04 09:15:41 $ + * last change: $Author: mba $ $Date: 2002-10-07 12:17:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -169,6 +169,9 @@ #define RID_STR_NOMODULE ( RID_BASICIDE_START + 3 ) #define RID_STR_FILTER_ALLFILES ( RID_BASICIDE_START + 4 ) +#define RID_BASICMENU ( RID_BASICIDE_START + 1 ) +#define RID_BASICPLUGINMENU ( RID_BASICIDE_START + 2 ) + // MacroDlg: ( RID_BASICIDE_START + 50 ) // MacroOptionsDlg: ( RID_BASICIDE_START + 55 ) // TbxControls: ( RID_BASICIDE_START + 65 ) diff --git a/basctl/source/basicide/basdoc.cxx b/basctl/source/basicide/basdoc.cxx index 96590d9f9fd6..27d24516ba59 100644 --- a/basctl/source/basicide/basdoc.cxx +++ b/basctl/source/basicide/basdoc.cxx @@ -2,9 +2,9 @@ * * $RCSfile: basdoc.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: tbe $ $Date: 2002-05-08 16:36:47 $ + * last change: $Author: mba $ $Date: 2002-10-07 12:18:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -84,17 +84,6 @@ TYPEINIT1(BasicDocShell, SfxObjectShell); DBG_NAME(BasicDocShell); SFX_IMPL_SIMPLE_OBJECTFACTORY_LOD( BasicDocShell, BasicIDE, BASIC_MOD() ) -//SFX_IMPL_SIMPLE_OBJECTFACTORY( BasicDocShell, SFXOBJECTSHELL_STD_SPECIAL | SFXOBJECTSHELL_DONTREPLACE, sbasic ) -/* -{ - Factory().SetExplorerImageId( IMG_MACROLIB ); - Factory().RegisterHelpFile( String( RTL_CONSTASCII_USTRINGPARAM( "sbasic" ) ) ); - Factory().SetDocumentServiceName( ::rtl::OUString::createFromAscii( "dummy" ) ); - Factory().RegisterMenuBar( ResId(RID_DEFAULTMENU) ); - Factory().RegisterPluginMenuBar( ResId(RID_DEFAULTPLUGINMENU) ); -} -*/ - SFX_IMPL_INTERFACE( BasicDocShell, SfxObjectShell, IDEResId( 0 ) ) { SFX_STATUSBAR_REGISTRATION( SID_BASICIDE_STATUSBAR ); diff --git a/basctl/source/basicide/basidesh.src b/basctl/source/basicide/basidesh.src index 9f4231251161..056e0c2392a8 100644 --- a/basctl/source/basicide/basidesh.src +++ b/basctl/source/basicide/basidesh.src @@ -2,9 +2,9 @@ * * $RCSfile: basidesh.src,v $ * - * $Revision: 1.78 $ + * $Revision: 1.79 $ * - * last change: $Author: kz $ $Date: 2002-09-17 13:23:02 $ + * last change: $Author: mba $ $Date: 2002-10-07 12:18:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,6 +61,9 @@ #include <baside2.hrc> #include <helpid.hrc> +#ifndef _GLOBLMN_HRC +#include <svx/globlmn.hrc> +#endif #define MASKCOLOR MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; }; @@ -3132,3 +3135,848 @@ String RID_STR_QUERYREPLACEMACRO Text[ catalan ] = "Do you want to overwrite the macro XX ?"; Text[ thai ] = "Do you want to overwrite the macro XX ?"; }; + +#define MN_EDIT 20 +#define MN_VIEW 21 +#define MN_EXTRA 22 +#define MN_WIN 30 +#define MN_HELP 31 +#define MN_TEMPLATES 11 + +Menu RID_BASICMENU +{ + ItemList = + { + MenuItem + { + ITEM_FILE_PICKLIST + SubMenu = Menu + { + ItemList = + { + MenuItem + { + ITEM_FILE_NEWDOC + }; + MenuItem + { + ITEM_FILE_OPENDOC + }; + ITEM_FILE_AUTOPILOT + MenuItem + { + Separator = TRUE ; + }; + MenuItem + { + ITEM_FILE_CLOSEDOC + }; + MenuItem + { + ITEM_FILE_SAVEDOC + }; + MenuItem + { + ITEM_FILE_SAVEASDOC + }; + MenuItem + { + ITEM_FILE_SAVEDOCS + }; + MenuItem + { + ITEM_FILE_MAIL_SENDDOC + }; + MenuItem + { + ITEM_FILE_DOCTEMPLATE + }; + + MenuItem + { + Separator = TRUE ; + }; + MenuItem + { + ITEM_FILE_DOCINFO + }; + MenuItem + { + Separator = TRUE ; + }; + MenuItem + { + ITEM_FILE_PRINTDOC + }; + MenuItem + { + ITEM_FILE_SETUPPRINTER + }; + MenuItem + { + Separator = TRUE ; + }; + MenuItem + { + ITEM_FILE_QUITAPP + }; + }; + }; + }; + MenuItem + { + Identifier = MN_EDIT ; + Text = "~Bearbeiten" ; + Text [ English ] = "~Edit" ; + Text [ norwegian ] = "~Rediger" ; + Text [ italian ] = "~Modifica" ; + Text [ portuguese_brazilian ] = "~Editar" ; + Text [ portuguese ] = "~Editar" ; + Text [ finnish ] = "~Muokkaa" ; + Text [ danish ] = "~Rediger" ; + Text [ french ] = "~dition" ; + Text [ swedish ] = "~Redigera" ; + Text [ dutch ] = "Be~werken" ; + Text [ spanish ] = "~Editar" ; + Text [ english_us ] = "~Edit" ; + SubMenu = Menu + { + ItemList = + { + MenuItem + { + ITEM_EDIT_UNDO + }; + MenuItem + { + ITEM_EDIT_REDO + }; + MenuItem + { + ITEM_EDIT_REPEAT + }; + MenuItem + { + Separator = TRUE ; + }; + MenuItem + { + ITEM_EDIT_CUT + }; + MenuItem + { + ITEM_EDIT_COPY + }; + MenuItem + { + ITEM_EDIT_PASTE + }; + MenuItem + { + ITEM_EDIT_SELECTALL + }; + MenuItem + { + Separator = TRUE ; + }; + MenuItem + { + ITEM_EDIT_SEARCH_DLG + }; + MenuItem + { + ITEM_EDIT_BIBLIOGRAPHY + }; + MenuItem + { + Separator = TRUE ; + }; + }; + }; + Text[ chinese_simplified ] = "编辑(~E)"; + Text[ russian ] = "~"; + Text[ polish ] = "~Edytuj"; + Text[ japanese ] = "編集(~E)"; + Text[ chinese_traditional ] = "編輯(~E)"; + Text[ dutch ] = "Be~werken"; + Text[ chinese_simplified ] = "编辑(~E)"; + Text[ greek ] = "~"; + Text[ korean ] = "편집(~E)"; + Text[ arabic ] = "~"; + Text[ turkish ] = "D~zenle"; + Text[ language_user1 ] = " "; + Text[ catalan ] = "~Edita"; + Text[ thai ] = "แ~ก้ไข"; + }; + MenuItem + { + Identifier = MN_VIEW ; + Text = "~Ansicht" ; + Text [ English ] = "~View" ; + Text [ norwegian ] = "~Vis" ; + Text [ italian ] = "~Visualizza" ; + Text [ portuguese_brazilian ] = "~Ver" ; + Text [ portuguese ] = "~Ver" ; + Text [ finnish ] = "~Nyt" ; + Text [ danish ] = "~Vis" ; + Text [ french ] = "~Affichage" ; + Text [ swedish ] = "Vi~sa" ; + Text [ dutch ] = "Beel~d" ; + Text [ spanish ] = "~Ver" ; + Text [ english_us ] = "~View" ; + SubMenu = Menu + { + ItemList = + { + MenuItem + { + ITEM_VIEW_EXPLORER + }; + MenuItem + { + ITEM_VIEW_BROWSER + }; + MenuItem + { + Separator = TRUE ; + }; + MenuItem + { + Identifier = 22 ; + Text = "S~ymbolleisten" ; + Text [ English ] = "Toolbars" ; + Text [ english_us ] = "~Toolbars" ; + Text [ swedish ] = "S~ymbollister" ; + Text [ danish ] = "Ikonlin~jer" ; + Text [ italian ] = "Barre dei simboli" ; + Text [ spanish ] = "Barras de ~smbolos" ; + Text [ french ] = "Barres d'~outils" ; + Text [ dutch ] = "~Werkbalken" ; + Text [ portuguese ] = "Barras de ~ferramentas" ; + Text [ portuguese_brazilian ] = "Symbolleisten" ; + SubMenu = Menu + { + ItemList = + { + MenuItem + { + ITEM_VIEW_TOGGLEFUNCTIONBAR + }; + MenuItem + { + ITEM_VIEW_TOGGLEOBJECTBAR + }; + MenuItem + { + Identifier = SID_TOGGLETOOLBAR ; + HelpID = SID_TOGGLETOOLBAR ; + Text = "Werk~zeugleiste" ; + Text [ English ] = "~Toolbar" ; + Text [ english_us ] = "Main ~Toolbar" ; + Text [ swedish ] = "~Verktygslist" ; + Text [ danish ] = "Vrktjslinje" ; + Text [ italian ] = "Barra degli strumenti" ; + Text [ spanish ] = "Barra de ~herramientas" ; + Text [ french ] = "Barre d'~instruments" ; + Text [ dutch ] = "Werk~tuigbalk" ; + Text [ portuguese_brazilian ] = "Werk~zeugleiste" ; + Text [ portuguese ] = "~Barra de ferramentas" ; + Text[ chinese_simplified ] = "主工具栏(~T)"; + Text[ russian ] = " "; + Text[ polish ] = "Pasek narzdziowy"; + Text[ japanese ] = "標準ツールバー(~T)"; + Text[ chinese_traditional ] = "主工具列(~T)"; + Text[ greek ] = " ~"; + Text[ korean ] = "주 도구 모음(~T)"; + Text[ arabic ] = " "; + Text[ turkish ] = "Ana ara ubuu"; + Text[ language_user1 ] = " "; + Text[ catalan ] = "Barra d'~eines principal"; + Text[ finnish ] = "P~tykalurivi"; + Text[ thai ] = "แ~ถบเครื่องมือหลัก"; + }; + MenuItem + { + ITEM_INSERT_HYPERLINK_INSERT + }; + MenuItem + { + Separator = TRUE ; + }; + MenuItem + { + Identifier = SID_CUSTOMIZETOOLBOX ; + HelpID = SID_CUSTOMIZETOOLBOX ; + Text = "~Bearbeiten..." ; + Text [ English ] = "~Customize..." ; + Text [ english_us ] = "Customi~ze..." ; + Text [ swedish ] = "~Redigera..." ; + Text [ danish ] = "Rediger..." ; + Text [ italian ] = "~Modifica..." ; + Text [ spanish ] = "~Personalizar..." ; + Text [ french ] = "~Personnaliser..." ; + Text [ dutch ] = "~Bewerken..." ; + Text [ portuguese ] = "~Personalizar..." ; + Text [ portuguese_brazilian ] = "~Bearbeiten..." ; + Text[ chinese_simplified ] = "编辑(~Z)..."; + Text[ russian ] = "..."; + Text[ polish ] = "Edytuj..."; + Text[ japanese ] = "カスタマイズ(~Z)..."; + Text[ chinese_traditional ] = "編輯(~Z)..."; + Text[ greek ] = "~..."; + Text[ korean ] = "사용자 정의(~Z)..."; + Text[ arabic ] = "..."; + Text[ turkish ] = "~zelletir..."; + Text[ language_user1 ] = " "; + Text[ catalan ] = "Personalit~za..."; + Text[ finnish ] = "Mukau~ta"; + Text[ thai ] = "กำห~นดเอง..."; + }; + }; + }; + Text[ chinese_simplified ] = "图标栏(~T)"; + Text[ russian ] = " "; + Text[ polish ] = "Paski symboli"; + Text[ japanese ] = "ツールバー(~T)"; + Text[ chinese_traditional ] = "工具列(~T)"; + Text[ greek ] = " ~"; + Text[ korean ] = "도구 모음(~T)"; + Text[ arabic ] = " "; + Text[ turkish ] = "Ara ~ubuklar"; + Text[ language_user1 ] = " "; + Text[ catalan ] = "Barra d'~eines"; + Text[ finnish ] = "~Tykalurivit"; + Text[ thai ] = "แ~ถบเครื่องมือ"; + }; + MenuItem + { + ITEM_VIEW_TOGGLESTATUSBAR + }; + MenuItem + { + Separator = TRUE ; + }; + MenuItem + { + Identifier = SID_SOURCEVIEW ; + HelpID = SID_SOURCEVIEW ; + Text = "HTM~L-Quelltext" ; + Text [ ENGLISH ] = "HTML source" ; + Text [ dutch ] = "~HTML-brontekst" ; + Text [ english_us ] = "HT~ML Source" ; + Text [ italian ] = "Testo sorgente HTML" ; + Text [ spanish ] = "Texto fuente ~HTML" ; + Text [ french ] = "Texte source ~HTML" ; + Text [ swedish ] = "HTM~L-klltext" ; + Text [ danish ] = "HTML-kildetekst" ; + Text [ portuguese ] = "Fonte ~HTML" ; + Text [ portuguese_brazilian ] = "HTML-Quelltext" ; + Text[ chinese_simplified ] = "HT~ML 源文本"; + Text[ russian ] = " HTM~L"; + Text[ polish ] = "Tekst rdowy HTML"; + Text[ japanese ] = "HT~ML ソーステキスト"; + Text[ chinese_traditional ] = "HT~ML 原始檔"; + Text[ dutch ] = "~HTML-brontekst"; + Text[ chinese_simplified ] = "HT~ML 源文本"; + Text[ greek ] = " HTM~L"; + Text[ korean ] = "HT~ML 소스텍스트"; + Text[ arabic ] = " HTML"; + Text[ turkish ] = "HTM~L kaynak kodu"; + Text[ language_user1 ] = " "; + Text[ catalan ] = "Font HT~ML"; + Text[ finnish ] = "HT~ML-lhde"; + Text[ thai ] = "แหล่ง HT~ML "; + }; + MenuItem + { + Separator = TRUE ; + }; + ITEM_VIEW_SCREENMODE + }; + }; + Text[ chinese_simplified ] = "视图(~V)"; + Text[ russian ] = "~"; + Text[ polish ] = "~Widok"; + Text[ japanese ] = "表示(~V)"; + Text[ chinese_traditional ] = "檢視(~V)"; + Text[ dutch ] = "Beel~d"; + Text[ chinese_simplified ] = "视图(~V)"; + Text[ greek ] = "~"; + Text[ korean ] = "보기(~V)"; + Text[ arabic ] = "~"; + Text[ turkish ] = "~Grnm"; + Text[ language_user1 ] = " "; + Text[ catalan ] = "~Visualitza"; + Text[ thai ] = "~มุมมอง"; + }; + MenuItem + { + Identifier = MN_EXTRA ; + Text = "E~xtras" ; + Text [ English ] = "T~ools" ; + Text [ norwegian ] = "Verk~ty" ; + Text [ italian ] = "~Strumenti" ; + Text [ portuguese_brazilian ] = "F~erramentas" ; + Text [ portuguese ] = "Ferra~mentas" ; + Text [ finnish ] = "~Tykalut" ; + Text [ danish ] = "Fun~ktioner" ; + Text [ french ] = "~Outils" ; + Text [ swedish ] = "~Verktyg" ; + Text [ dutch ] = "E~xtra" ; + Text [ spanish ] = "~Herramientas" ; + Text [ english_us ] = "~Tools" ; + SubMenu = Menu + { + ItemList = + { + MenuItem + { + ITEM_TOOLS_BASICCHOOSER + }; + MenuItem + { + ITEM_TOOLS_CONFIG + }; + ITEM_MN_OPTIONS + }; + }; + Text[ chinese_simplified ] = "工具(~T)"; + Text[ russian ] = "~"; + Text[ polish ] = "~Narzdzia"; + Text[ japanese ] = "ツール(~T)"; + Text[ chinese_traditional ] = "工具(~T)"; + Text[ dutch ] = "E~xtra"; + Text[ chinese_simplified ] = "工具(~T)"; + Text[ greek ] = "~"; + Text[ korean ] = "도구(~T)"; + Text[ arabic ] = "~"; + Text[ turkish ] = "~Aralar"; + Text[ language_user1 ] = " "; + Text[ catalan ] = "Ei~nes"; + Text[ thai ] = "เ~ครื่องมือ"; + }; + ITEM_WINDOW_MENU + ITEM_HELP_MENU + }; +}; + +#define MN_PLEDIT 20 +#define MN_PLVIEW 21 +#define MN_PLEXTRA 22 +#define MN_PLWIN 30 +#define MN_PLHELP 31 +#define MN_PLTEMPLATES 11 + +Menu RID_BASICPLUGINMENU +{ + ItemList = + { + MenuItem + { + ITEM_FILE_PICKLIST + SubMenu = Menu + { + ItemList = + { + MenuItem + { + ITEM_FILE_NEWDOC + }; + MenuItem + { + ITEM_FILE_OPENDOC + }; + MenuItem + { + Separator = TRUE ; + }; + MenuItem + { + ITEM_FILE_CLOSEDOC + }; + MenuItem + { + ITEM_FILE_SAVEDOC + }; + MenuItem + { + ITEM_FILE_SAVEASDOC + }; + MenuItem + { + ITEM_FILE_SAVEDOCS + }; + MenuItem + { + ITEM_FILE_MAIL_SENDDOC + }; + MenuItem + { + ITEM_FILE_DOCTEMPLATE + }; + + MenuItem + { + Separator = TRUE ; + }; + MenuItem + { + ITEM_FILE_DOCINFO + }; + MenuItem + { + Separator = TRUE ; + }; + MenuItem + { + ITEM_FILE_PRINTDOC + }; + MenuItem + { + ITEM_FILE_SETUPPRINTER + }; + MenuItem + { + Separator = TRUE ; + }; + MenuItem + { + ITEM_FILE_BACKTOWEBTOP + }; + MenuItem + { + ITEM_FILE_LOGOUT + }; + }; + }; + }; + MenuItem + { + Identifier = MN_PLEDIT ; + Text = "~Bearbeiten" ; + Text [ English ] = "~Edit" ; + Text [ norwegian ] = "~Rediger" ; + Text [ italian ] = "~Modifica" ; + Text [ portuguese_brazilian ] = "~Editar" ; + Text [ portuguese ] = "~Editar" ; + Text [ finnish ] = "~Muokkaa" ; + Text [ danish ] = "~Rediger" ; + Text [ french ] = "~dition" ; + Text [ swedish ] = "~Redigera" ; + Text [ dutch ] = "Be~werken" ; + Text [ spanish ] = "~Editar" ; + Text [ english_us ] = "~Edit" ; + SubMenu = Menu + { + ItemList = + { + MenuItem + { + ITEM_EDIT_UNDO + }; + MenuItem + { + ITEM_EDIT_REDO + }; + MenuItem + { + ITEM_EDIT_REPEAT + }; + MenuItem + { + Separator = TRUE ; + }; + MenuItem + { + ITEM_EDIT_CUT + }; + MenuItem + { + ITEM_EDIT_COPY + }; + MenuItem + { + ITEM_EDIT_PASTE + }; + MenuItem + { + ITEM_EDIT_SELECTALL + }; + MenuItem + { + Separator = TRUE ; + }; + MenuItem + { + ITEM_EDIT_SEARCH_DLG + }; + MenuItem + { + Separator = TRUE ; + }; + }; + }; + Text[ chinese_simplified ] = "编辑(~E)"; + Text[ russian ] = "~"; + Text[ polish ] = "~Edytuj"; + Text[ japanese ] = "編集(~E)"; + Text[ chinese_traditional ] = "編輯(~E)"; + Text[ dutch ] = "Be~werken"; + Text[ chinese_simplified ] = "编辑(~E)"; + Text[ greek ] = ""; + Text[ korean ] = "편집(~E)"; + Text[ arabic ] = "~"; + Text[ turkish ] = "D~zenle"; + Text[ language_user1 ] = " "; + Text[ catalan ] = "~Edita"; + Text[ thai ] = "แ~ก้ไข"; + }; + MenuItem + { + Identifier = MN_PLVIEW ; + Text = "~Ansicht" ; + Text [ English ] = "~View" ; + Text [ norwegian ] = "~Vis" ; + Text [ italian ] = "~Visualizza" ; + Text [ portuguese_brazilian ] = "~Ver" ; + Text [ portuguese ] = "~Ver" ; + Text [ finnish ] = "~Nyt" ; + Text [ danish ] = "~Vis" ; + Text [ french ] = "~Affichage" ; + Text [ swedish ] = "Vi~sa" ; + Text [ dutch ] = "Beel~d" ; + Text [ spanish ] = "~Ver" ; + Text [ english_us ] = "~View" ; + SubMenu = Menu + { + ItemList = + { + MenuItem + { + ITEM_VIEW_BROWSER + }; + MenuItem + { + Separator = TRUE ; + }; + MenuItem + { + Identifier = 22 ; + Text = "S~ymbolleisten" ; + Text [ English ] = "Toolbars" ; + Text [ english_us ] = "~Toolbars" ; + Text [ swedish ] = "S~ymbollister" ; + Text [ danish ] = "Ikonlin~jer" ; + Text [ italian ] = "Barre dei simboli" ; + Text [ spanish ] = "Barras de ~smbolos" ; + Text [ french ] = "Barres d'~outils" ; + Text [ dutch ] = "~Werkbalken" ; + Text [ portuguese ] = "Barras de ~ferramentas" ; + Text [ portuguese_brazilian ] = "Symbolleisten" ; + SubMenu = Menu + { + ItemList = + { + MenuItem + { + ITEM_VIEW_TOGGLEFUNCTIONBAR + }; + MenuItem + { + ITEM_VIEW_TOGGLEOBJECTBAR + }; + MenuItem + { + Identifier = SID_TOGGLETOOLBAR ; + HelpID = SID_TOGGLETOOLBAR ; + Text = "Werk~zeugleiste" ; + Text [ English ] = "~Toolbar" ; + Text [ english_us ] = "Main ~Toolbar" ; + Text [ swedish ] = "~Verktygslist" ; + Text [ danish ] = "~Vrktjslinje" ; + Text [ italian ] = "Barra degli strumenti" ; + Text [ spanish ] = "Barra de ~herramientas" ; + Text [ french ] = "Barre d'~instruments" ; + Text [ dutch ] = "Werk~tuigbalk" ; + Text [ portuguese_brazilian ] = "Werk~zeugleiste" ; + Text [ portuguese ] = "~Barra de ferramentas" ; + Text[ chinese_simplified ] = "主工具栏(~T)"; + Text[ russian ] = " "; + Text[ polish ] = "Pasek narzdziowy"; + Text[ japanese ] = "標準ツールバー(~T)"; + Text[ chinese_traditional ] = "主工具列(~T)"; + Text[ greek ] = " ~"; + Text[ korean ] = "도구 모음(~T)"; + Text[ arabic ] = " "; + Text[ turkish ] = "Ana ara ubuu"; + Text[ language_user1 ] = " "; + Text[ catalan ] = "Barra d'~eines principal"; + Text[ finnish ] = "P~tykalurivi"; + Text[ thai ] = "แถบเ~ครื่องมือหลัก"; + }; + MenuItem + { + ITEM_INSERT_HYPERLINK_INSERT + }; + MenuItem + { + Separator = TRUE ; + }; + MenuItem + { + Identifier = SID_CUSTOMIZETOOLBOX ; + HelpID = SID_CUSTOMIZETOOLBOX ; + Text = "~Bearbeiten..." ; + Text [ English ] = "~Customize..." ; + Text [ english_us ] = "Customi~ze..." ; + Text [ swedish ] = "~Redigera..." ; + Text [ danish ] = "~Rediger..." ; + Text [ italian ] = "~Modifica..." ; + Text [ spanish ] = "~Personalizar..." ; + Text [ french ] = "~Personnaliser..." ; + Text [ dutch ] = "~Bewerken..." ; + Text [ portuguese ] = "~Personalizar..." ; + Text [ portuguese_brazilian ] = "~Bearbeiten..." ; + Text[ chinese_simplified ] = "编辑(~Z)..."; + Text[ russian ] = "..."; + Text[ polish ] = "Edytuj..."; + Text[ japanese ] = "カスタマイズ(~Z)..."; + Text[ chinese_traditional ] = "編輯(~Z)..."; + Text[ greek ] = "..."; + Text[ korean ] = "사용자 정의(~Z)..."; + Text[ arabic ] = "..."; + Text[ turkish ] = "~zelletir..."; + Text[ language_user1 ] = " "; + Text[ catalan ] = "Personalit~za..."; + Text[ finnish ] = "Mukau~ta"; + Text[ thai ] = "กำหนดเ~อง..."; + }; + }; + }; + Text[ chinese_simplified ] = "图标栏(~T)"; + Text[ russian ] = " "; + Text[ polish ] = "Paski symboli"; + Text[ japanese ] = "ツールバー(~T)"; + Text[ chinese_traditional ] = "工具列(~T)"; + Text[ greek ] = " ~"; + Text[ korean ] = "도구 모음(~T)"; + Text[ arabic ] = " "; + Text[ turkish ] = "Ara ~ubuklar"; + Text[ language_user1 ] = " "; + Text[ catalan ] = "Barra d'~eines"; + Text[ finnish ] = "~Tykalurivit"; + Text[ thai ] = "แถบเ~ครื่องมือ"; + }; + MenuItem + { + ITEM_VIEW_TOGGLESTATUSBAR + }; + MenuItem + { + Separator = TRUE ; + }; + MenuItem + { + Identifier = SID_SOURCEVIEW ; + HelpID = SID_SOURCEVIEW ; + Text = "HTM~L-Quelltext" ; + Text [ ENGLISH ] = "HTML source" ; + Text [ dutch ] = "~HTML-brontekst" ; + Text [ english_us ] = "HT~ML Source" ; + Text [ italian ] = "Testo sorgente HTML" ; + Text [ spanish ] = "Texto fuente ~HTML" ; + Text [ french ] = "Texte source ~HTML" ; + Text [ swedish ] = "HTM~L-klltext" ; + Text [ danish ] = "HTML-kildetekst" ; + Text [ portuguese ] = "Fonte ~HTML" ; + Text [ portuguese_brazilian ] = "HTML-Quelltext" ; + Text[ chinese_simplified ] = "HT~ML 源文本"; + Text[ russian ] = " HTM~L"; + Text[ polish ] = "Tekst rdowy HTML"; + Text[ japanese ] = "HT~ML ソーステキスト"; + Text[ chinese_traditional ] = "HT~ML 原始檔"; + Text[ dutch ] = "~HTML-brontekst"; + Text[ chinese_simplified ] = "HT~ML 源文本"; + Text[ greek ] = " HTM~L"; + Text[ korean ] = "HT~ML 소스 텍스트(ㅡ)"; + Text[ arabic ] = " HTML"; + Text[ turkish ] = "HTM~L kaynak kodu"; + Text[ language_user1 ] = " "; + Text[ catalan ] = "Font HT~ML"; + Text[ finnish ] = "HT~ML-lhde"; + Text[ thai ] = "แหล่ง HT~ML "; + }; + MenuItem + { + Separator = TRUE ; + }; + ITEM_VIEW_SCREENMODE + }; + }; + Text[ chinese_simplified ] = "视图(~V)"; + Text[ russian ] = "~"; + Text[ polish ] = "~Widok"; + Text[ japanese ] = "表示(~V)"; + Text[ chinese_traditional ] = "檢視(~V)"; + Text[ dutch ] = "Beel~d"; + Text[ chinese_simplified ] = "视图(~V)"; + Text[ greek ] = ""; + Text[ korean ] = "보기(~V)"; + Text[ arabic ] = "~"; + Text[ turkish ] = "~Grnm"; + Text[ language_user1 ] = " "; + Text[ catalan ] = "~Visualitza"; + Text[ thai ] = "~มุมมอง"; + }; + MenuItem + { + Identifier = MN_PLEXTRA ; + Text = "E~xtras" ; + Text [ English ] = "T~ools" ; + Text [ norwegian ] = "Verk~ty" ; + Text [ italian ] = "~Strumenti" ; + Text [ portuguese_brazilian ] = "F~erramentas" ; + Text [ portuguese ] = "Ferra~mentas" ; + Text [ finnish ] = "~Tykalut" ; + Text [ danish ] = "Fun~ktioner" ; + Text [ french ] = "~Outils" ; + Text [ swedish ] = "~Verktyg" ; + Text [ dutch ] = "E~xtra" ; + Text [ spanish ] = "~Herramientas" ; + Text [ english_us ] = "~Tools" ; + SubMenu = Menu + { + ItemList = + { + MenuItem + { + ITEM_TOOLS_BASICCHOOSER + }; + MenuItem + { + ITEM_TOOLS_CONFIG + }; + ITEM_MN_OPTIONS + }; + }; + Text[ chinese_simplified ] = "工具(~T)"; + Text[ russian ] = "~"; + Text[ polish ] = "~Narzdzia"; + Text[ japanese ] = "ツール(~T)"; + Text[ chinese_traditional ] = "工具(~T)"; + Text[ dutch ] = "E~xtra"; + Text[ chinese_simplified ] = "工具(~T)"; + Text[ greek ] = ""; + Text[ korean ] = "도구(~T)"; + Text[ arabic ] = "~"; + Text[ turkish ] = "~Aralar"; + Text[ language_user1 ] = " "; + Text[ catalan ] = "Ei~nes"; + Text[ thai ] = "เ~ครื่องมือ"; + }; + ITEM_WINDOW_MENU + ITEM_HELP_MENU + }; +}; + + |