diff options
Diffstat (limited to 'dbaccess/source/ui/tabledesign/table.src')
-rw-r--r-- | dbaccess/source/ui/tabledesign/table.src | 233 |
1 files changed, 228 insertions, 5 deletions
diff --git a/dbaccess/source/ui/tabledesign/table.src b/dbaccess/source/ui/tabledesign/table.src index 1a2590eb35138..40393a5863e22 100644 --- a/dbaccess/source/ui/tabledesign/table.src +++ b/dbaccess/source/ui/tabledesign/table.src @@ -2,9 +2,9 @@ * * $RCSfile: table.src,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: oj $ $Date: 2001-04-11 11:34:35 $ + * last change: $Author: oj $ $Date: 2001-04-24 14:32:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -78,11 +78,19 @@ #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 + + #define MID_INDEXDESIGN \ Identifier = SID_INDEXDESIGN ; \ - Text = "Indexentwurf" ; \ - Text [ english ] = "Index Desgin" ; \ - Text [ english_us ] = "Index Desgin"; \ + Text = "I~ndexentwurf" ; \ + Text [ english ] = "I~ndex Desgin" ; \ + Text [ english_us ] = "I~ndex Desgin"; \ Text[ portuguese ] = "Index Desgin";\ Text[ russian ] = " ";\ Text[ greek ] = "Index Desgin";\ @@ -1788,3 +1796,218 @@ String STR_TABLEDESIGN_TITLE Text [ ENGLISH ] = "table design"; }; +Menu RID_TABLE_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 = SID_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 = SID_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 ; + }; + MenuItem + { + ITEM_EDIT_CUT + Command = ".uno:Cut"; + }; + MenuItem + { + ITEM_EDIT_COPY + Command = ".uno:Copy"; + }; + MenuItem + { + ITEM_EDIT_PASTE + Command = ".uno:Paste"; + }; + }; + }; + 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 + { + Separator = TRUE ; + }; + MenuItem + { + MID_INDEXDESIGN + Command = ".uno:DB/IndexDesign"; + }; + }; + }; + 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 + }; +}; + + |