diff options
author | Kurt Zenker <kz@openoffice.org> | 2001-05-16 14:16:03 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2001-05-16 14:16:03 +0000 |
commit | 60462c0d53dcca1fe684d930c4b3b8bc7a51474e (patch) | |
tree | 4dfd395aa6408c583a70219d767ea6b9bfb1ea62 /sfx2 | |
parent | 3b1d5e94c4fd77028ac612838c350f2c4d538979 (diff) |
Merge SRC632: 16.05.01 - 17:15:16 (NoBranch)
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/filedlghelper.src | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/sfx2/source/dialog/filedlghelper.src b/sfx2/source/dialog/filedlghelper.src index 3979f508632d..a195ef0eb9ca 100644 --- a/sfx2/source/dialog/filedlghelper.src +++ b/sfx2/source/dialog/filedlghelper.src @@ -2,9 +2,9 @@ * * $RCSfile: filedlghelper.src,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: kz $ $Date: 2001-05-11 05:14:54 $ + * last change: $Author: kz $ $Date: 2001-05-16 15:16:02 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -89,6 +89,7 @@ String STR_SFX_FILEDLG_ACTUALVERSION Text[ korean ] = " "; Text[ turkish ] = "Yrrlkteki srm"; Text[ catalan ] = "Current version"; + Text[ finnish ] = "Aktuelle Version"; }; String STR_SFX_EXPLORERFILE_INSERT @@ -97,23 +98,24 @@ String STR_SFX_EXPLORERFILE_INSERT Text [ English ] = "Insert" ; Text [ portuguese ] = "Inserir" ; Text [ english_us ] = "Insert" ; - Text [ portuguese_brazilian ] = "Einfgen" ; + Text [ portuguese_brazilian ] = "Einf?en" ; Text [ swedish ] = "Infoga" ; Text [ danish ] = "Indst" ; Text [ italian ] = "Inserisci" ; Text [ spanish ] = "Insertar" ; Text [ french ] = "Insrer" ; Text [ dutch ] = "Invoegen" ; - Text[ chinese_simplified ] = ""; + Text[ chinese_simplified ] = ""; Text[ russian ] = ""; Text[ polish ] = "Wstaw"; Text[ japanese ] = "}"; - Text[ chinese_traditional ] = "J"; + Text[ chinese_traditional ] = "KW"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = ""; Text[ turkish ] = "Ekle"; Text[ catalan ] = "Insert"; + Text[ finnish ] = "Einfgen"; }; String STR_SFX_EXPLORERFILE_BUTTONINSERT @@ -122,23 +124,24 @@ String STR_SFX_EXPLORERFILE_BUTTONINSERT Text [ English ] = "~Insert" ; Text [ portuguese ] = "~Inserir" ; Text [ english_us ] = "~Insert" ; - Text [ portuguese_brazilian ] = "~Einfgen" ; + Text [ portuguese_brazilian ] = "~Einf?en" ; Text [ swedish ] = "~Infoga" ; Text [ danish ] = "~Indst" ; Text [ italian ] = "~Inserici" ; Text [ spanish ] = "~Insertar" ; Text [ french ] = "~Insrer" ; Text [ dutch ] = "~Invoegen" ; - Text[ chinese_simplified ] = "(~I)"; + Text[ chinese_simplified ] = "(~I)"; Text[ russian ] = ""; Text[ polish ] = "Wstaw"; Text[ japanese ] = "}(~I)"; - Text[ chinese_traditional ] = "J(~I)"; + Text[ chinese_traditional ] = "KW(~I)"; Text[ arabic ] = ""; Text[ greek ] = "~"; Text[ korean ] = "(~I)"; Text[ turkish ] = "Ekle"; Text[ catalan ] = "~Insert"; + Text[ finnish ] = "~Einfgen"; }; String STR_SFX_IMPORT_ALL @@ -166,6 +169,7 @@ String STR_SFX_IMPORT_ALL Text[ korean ] = "< >"; Text[ turkish ] = "<Tm formatlar>"; Text[ language_user1 ] = " "; + Text[ catalan ] = "<All formats>"; }; //******************************************************************** EOF |