diff options
author | Oliver Specht <os@openoffice.org> | 2002-11-21 12:21:38 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2002-11-21 12:21:38 +0000 |
commit | 4ac0a6ee3f5ada7950df17787d4a9b3a99fdd0b3 (patch) | |
tree | 01e2fd68fd5b9b26679cc05a7853a68b0ff1e098 /extensions | |
parent | 3c8f921b030c27db0c4f7e243e7a443c807c9a21 (diff) |
#105165# File/Close reactivated
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/bibliography/menu.src | 35 |
1 files changed, 32 insertions, 3 deletions
diff --git a/extensions/source/bibliography/menu.src b/extensions/source/bibliography/menu.src index 1571b786686d..a9ea78cf59de 100644 --- a/extensions/source/bibliography/menu.src +++ b/extensions/source/bibliography/menu.src @@ -2,9 +2,9 @@ * * $RCSfile: menu.src,v $ * - * $Revision: 1.33 $ + * $Revision: 1.34 $ * - * last change: $Author: kz $ $Date: 2002-11-04 17:48:32 $ + * last change: $Author: os $ $Date: 2002-11-21 13:21:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -106,7 +106,36 @@ Menu RID_MAIN_MENU }; MenuItem { - ITEM_FILE_CLOSEDOC + Identifier = SID_CLOSEWIN ; + Command = ".uno:CloseWin" ; + HelpID = SID_CLOSEDOC ; + Text = "S~chlieen" ; + Text [ English ] = "~Close" ; + Text [ norwegian ] = "~Lukk" ; + Text [ italian ] = "~Chiudi" ; + Text [ portuguese_brazilian ] = "~Fechar" ; + Text [ portuguese ] = "~Fechar" ; + Text [ finnish ] = "~Sulje" ; + Text [ danish ] = "L~uk" ; + Text [ french ] = "~Fermer" ; + Text [ swedish ] = "S~tng" ; + Text [ dutch ] = "~Sluiten" ; + Text [ spanish ] = "~Cerrar" ; + Text [ english_us ] = "~Close" ; + Text[ chinese_simplified ] = "关闭(~C)"; + Text[ russian ] = "~"; + Text[ polish ] = "Zamknij"; + Text[ japanese ] = "閉じる(~C)"; + Text[ chinese_traditional ] = "關閉(~C)"; + Text[ arabic ] = ""; + Text[ dutch ] = "~Sluiten"; + Text[ chinese_simplified ] = "关闭(~C)"; + Text[ greek ] = "~"; + Text[ korean ] = "종료(~C)"; + Text[ turkish ] = "Kapa~t"; + Text[ language_user1 ] = " "; + Text[ catalan ] = "~Tanca"; + Text[ thai ] = "~ปิด"; }; MenuItem { |