diff options
author | Kurt Zenker <kz@openoffice.org> | 2002-09-13 07:39:17 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2002-09-13 07:39:17 +0000 |
commit | f4641157975d5a158f33deaf6128de99afbb1992 (patch) | |
tree | 0e3a1953da6881583a4733563689eaa02d30f16b /sfx2/source | |
parent | 673a6aa29075cbd628499413632cd88955e928f4 (diff) |
Merge SRX643: 13.09.02 - 10:35:54
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/doc/doc.src | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/sfx2/source/doc/doc.src b/sfx2/source/doc/doc.src index 7edb999e7907..014416c56a1d 100644 --- a/sfx2/source/doc/doc.src +++ b/sfx2/source/doc/doc.src @@ -2,9 +2,9 @@ * * $RCSfile: doc.src,v $ * - * $Revision: 1.59 $ + * $Revision: 1.60 $ * - * last change: $Author: mba $ $Date: 2002-09-11 10:08:55 $ + * last change: $Author: kz $ $Date: 2002-09-13 08:39:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -2022,7 +2022,7 @@ String STR_DOCTYPENAME_SD Text[ polish ] = "Rysunek"; Text[ portuguese_brazilian ] = "Drawing"; Text[ japanese ] = "図形描画"; - Text[ korean ] = "그림"; + Text[ korean ] = "그리기"; Text[ chinese_simplified ] = "绘图"; Text[ chinese_traditional ] = "繪圖文件"; Text[ turkish ] = "izim"; @@ -2404,6 +2404,11 @@ String STR_EXPORTASPDF_TITLE Text = "Exportieren als PDF"; Text [english] = "Export as PDF"; Text [english_us] = "Export as PDF"; + Text[ spanish ] = "Exportar como PDF"; + Text[ swedish ] = "Exportera som PDF"; + Text[ japanese ] = "PDF としてエクスポート"; + Text[ korean ] = "PDF로 내보내기"; + Text[ chinese_simplified ] = "输出成 PDF"; }; String STR_EXPORTWITHCFGBUTTON @@ -2411,6 +2416,11 @@ String STR_EXPORTWITHCFGBUTTON Text = "Exportieren..." ; Text [english] = "Export..." ; Text [english_us] = "Export..."; + Text[ spanish ] = "Exportar..."; + Text[ swedish ] = "Exportera..."; + Text[ japanese ] = "エクスポート..."; + Text[ korean ] = "내보내기..."; + Text[ chinese_simplified ] = "输出..."; }; String STR_EXPORTBUTTON @@ -2418,6 +2428,11 @@ String STR_EXPORTBUTTON Text = "Exportieren" ; Text [english] = "Export" ; Text [english_us] = "Export" ; + Text[ spanish ] = "Exportar"; + Text[ swedish ] = "Exportera"; + Text[ japanese ] = "エクスポート"; + Text[ korean ] = "내보내기"; + Text[ chinese_simplified ] = "输出"; }; String RID_SVXSTR_SECURITY_ADDPATH |