diff options
Diffstat (limited to 'dbaccess/source/ui/relationdesign/relation.src')
-rw-r--r-- | dbaccess/source/ui/relationdesign/relation.src | 231 |
1 files changed, 207 insertions, 24 deletions
diff --git a/dbaccess/source/ui/relationdesign/relation.src b/dbaccess/source/ui/relationdesign/relation.src index 3d04fcc20033c..3e897daa2dc92 100644 --- a/dbaccess/source/ui/relationdesign/relation.src +++ b/dbaccess/source/ui/relationdesign/relation.src @@ -2,9 +2,9 @@ * * $RCSfile: relation.src,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: kz $ $Date: 2001-04-10 20:31:25 $ + * last change: $Author: oj $ $Date: 2001-04-24 14:30:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -77,6 +77,13 @@ #include "toolbox.hrc" #endif +#define MN_EDIT 20 +#define MN_VIEW 21 +#define MN_EXTRA 22 +#define MN_INDEX 23 +#define MN_WIN 30 +#define MN_HELP 31 + ToolBox RID_BRW_REALTIONDESIGN_TOOLBOX { @@ -261,28 +268,7 @@ ToolBox RID_BRW_REALTIONDESIGN_TOOLBOX }; ToolboxItem { - Identifier = ID_REALTION_ADD_RELATION ; - HelpId = SID_SBA_ADD_RELATION ; - Text = "neue Relation ..." ; - Text [ ENGLISH ] = "new relation ..." ; - Text[ english_us ] = "New Relation..."; - Text[ portuguese ] = "nova relao..."; - Text[ russian ] = " ..."; - Text[ greek ] = " ..."; - Text[ dutch ] = "nieuwe relatie..."; - Text[ french ] = "Nouvelle relation ..."; - Text[ spanish ] = "nueva relacin ..."; - Text[ italian ] = "Nuova relazione..."; - Text[ danish ] = "new relation ..."; - Text[ swedish ] = "ny relation ..."; - Text[ polish ] = "nowa relacja ..."; - Text[ portuguese_brazilian ] = "new relation ..."; - Text[ japanese ] = "Vڰ..."; - Text[ korean ] = "new relation ..."; - Text[ chinese_simplified ] = "µĹϵ..."; - Text[ chinese_traditional ] = "sY..."; - Text[ turkish ] = "new relation ..."; - Text[ arabic ] = " ..."; + MID_DBUI_REALTION_ADD_RELATION }; /* ToolBoxItem { @@ -393,6 +379,203 @@ QueryBox RELATION_DESIGN_SAVEMODIFIED Message[ arabic ] = " .\n ʿ"; }; +Menu RID_RELATION_DESIGN_MAIN_MENU +{ + 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 + Command = ".uno:DB/Close"; + }; + MenuItem + { + ITEM_FILE_SAVEDOCS //!!muss fuer andere geoeffnete Tasks drinbleiben + }; + MenuItem + { + ITEM_FILE_SAVEDOC + Command = ".uno:Save"; + }; + MenuItem + { + Separator = TRUE ; + }; + MenuItem + { + ITEM_FILE_QUITAPP + }; + }; + }; + }; + MenuItem + { + Identifier = MN_EDIT ; + HelpID = 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 ] = "R~edigera" ; + Text [ dutch ] = "Be~werken" ; + Text [ spanish ] = "~Editar" ; + Text [ english_us ] = "~Edit" ; + SubMenu = Menu + { + ItemList = + { + MenuItem + { + Identifier = ID_BROWSER_UNDO ; + HelpId = SID_UNDO ; + Command = ".uno:Undo"; + Text = "Rckgngig" ; + Text [ ENGLISH ] = "Undo" ; + Text[ english_us ] = "Undo"; + Text[ portuguese ] = "Anular"; + Text[ russian ] = ""; + Text[ greek ] = ""; + Text[ dutch ] = "Ongedaan"; + Text[ french ] = "Annuler"; + Text[ spanish ] = "Deshacer"; + Text[ italian ] = "Annulla"; + Text[ danish ] = "Undo"; + Text[ swedish ] = "ngra"; + Text[ polish ] = "Cofnij"; + Text[ portuguese_brazilian ] = "Undo"; + Text[ japanese ] = "ɖ߂"; + Text[ korean ] = "Undo"; + Text[ chinese_simplified ] = ""; + Text[ chinese_traditional ] = "_"; + Text[ turkish ] = "Undo"; + Text[ arabic ] = ""; + }; + MenuItem + { + Identifier = ID_BROWSER_REDO ; + HelpId = SID_REDO ; + Command = ".uno:Redo"; + + Text = "Wiederherstellen" ; + Text [ ENGLISH ] = "Redo" ; + + Text[ english_us ] = "Redo"; + Text[ portuguese ] = "Restaurar"; + Text[ russian ] = ""; + Text[ greek ] = ""; + Text[ dutch ] = "Herstellen"; + Text[ french ] = "Restaurer"; + Text[ spanish ] = "Restaurar"; + Text[ italian ] = "Ripristina"; + Text[ danish ] = "Redo"; + Text[ swedish ] = "terstll"; + Text[ polish ] = "Przywr"; + Text[ portuguese_brazilian ] = "Redo"; + Text[ japanese ] = "蒼"; + Text[ korean ] = "Redo"; + Text[ chinese_simplified ] = "ָ"; + Text[ chinese_traditional ] = "_MO"; + Text[ turkish ] = "Redo"; + Text[ arabic ] = ""; + }; + MenuItem + { + Separator = TRUE ; + }; + }; + }; + Text[ russian ] = "~"; + Text[ polish ] = "~Edytuj"; + Text[ japanese ] = "ҏW(~E)"; + Text[ chinese_simplified ] = "༭(~E)"; + Text[ chinese_traditional ] = "s(~E)"; + Text[ arabic ] = "~"; + Text[ greek ] = "~"; + Text[ korean ] = "(~E)"; + Text[ turkish ] = "~Dzenle"; + Text[ language_user1 ] = " "; + }; + + MenuItem + { + Identifier = MN_EXTRA ; + HelpID = MN_EXTRA ; + Text = "E~xtras" ; + Text [ English ] = "T~ools" ; + Text [ norwegian ] = "Verk~ty" ; + Text [ italian ] = "~Strumenti" ; + Text [ portuguese_brazilian ] = "F~erramentas" ; + Text [ portuguese ] = "~Ferramentas" ; + 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 = + { + ITEM_DATASOURCE_ADMINISTRATION + MenuItem + { + Separator = TRUE ; + }; + MenuItem + { + ITEM_TOOLS_BASICCHOOSER + }; + ITEM_MN_OPTIONS + MenuItem + { + MID_DBUI_REALTION_ADD_RELATION + Command = ".uno:DB/AddRelation"; + }; + }; + }; + Text[ russian ] = "~"; + Text[ greek ] = "~"; + Text[ polish ] = "~Narzdzia"; + Text[ japanese ] = "°(~T)"; + Text[ korean ] = "(~T)"; + Text[ chinese_simplified ] = "(~T)"; + Text[ chinese_traditional ] = "u(~T)"; + Text[ arabic ] = "~"; + Text[ turkish ] = "~Aralar"; + Text[ language_user1 ] = " "; + }; + ITEM_WINDOW_MENU + ITEM_HELP_MENU + }; +}; + + |