diff options
author | Kurt Zenker <kz@openoffice.org> | 2001-05-10 04:26:04 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2001-05-10 04:26:04 +0000 |
commit | aca8246d6866180bc928cc082f53a99a8337de4a (patch) | |
tree | dc6ddf264ff9efb7b959c7af669c7fb7ae6a8770 /sfx2 | |
parent | baab17a3a6c7b5a8d3363f133e496b4595cc6307 (diff) |
Merge SRC631: 10.05.01 - 07:26:05 (NoBranch)
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/doctempl.src | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/sfx2/source/doc/doctempl.src b/sfx2/source/doc/doctempl.src index 38fdd5aed061..8584e0f85c0f 100644 --- a/sfx2/source/doc/doctempl.src +++ b/sfx2/source/doc/doctempl.src @@ -2,9 +2,9 @@ * * $RCSfile: doctempl.src,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: kz $ $Date: 2001-05-04 19:27:22 $ + * last change: $Author: kz $ $Date: 2001-05-10 05:26:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -214,7 +214,7 @@ StringArray TEMPLATE_LONG_NAMES_ARY }; ItemList[ danish ] = { - < "Standard" ; > ; + < "Normal" ; > ; < "Arbejdsrelateret korrespondance" ; > ; < "Andre arbejdsrelaterede dokumenter" ; > ; < "Privat korrespondance og private dokumenter" ; > ; @@ -331,7 +331,7 @@ StringArray TEMPLATE_LONG_NAMES_ARY }; ItemList[ turkish ] = { - < "Standard" ; > ; + < "Normal" ; > ; < "Geschftliche Korrespondenz" ; > ; < "Sonstige geschftliche Dokumente" ; > ; < "Private Korrespondenz und Dokumente" ; > ; @@ -369,6 +369,19 @@ ItemList [ language_user1 ] = < "Presentaciones" ; > ; < "Diversos" ; > ; }; + ItemList [ finnish ] = + { + < "Oletusarvo" ; > ; + < "Liiketoiminnan kirjeenvaihto" ; > ; + < "Muut liiketoiminta-asiakirjat" ; > ; + < "Henkilkohtainen kirjeenvaihto ja asiakirjat" ; > ; + < "Lomakkeet ja sopimukset" ; > ; + < "Talous" ; > ; + < "Koulutus" ; > ; + < "Esitystaustat" ; > ; + < "Esitykset" ; > ; + < "Sekalaiset" ; > ; + }; }; String RID_CNT_STR_WAITING @@ -395,5 +408,6 @@ String RID_CNT_STR_WAITING Text[ turkish ] = "Kurulumdan sonra %PRODUCTNAME bileenleri imdi yeniden balatlacak."; Text[ arabic ] = " %PRODUCTNAME ."; Text[ catalan ] = "Los componentes de %PRODUCTNAME van a ser inicializados ahora tras la instalacin."; + Text[ finnish ] = "Alustetaan ohjelman %PRODUCTNAME osat ensimmist kertaa asennuksen jlkeen."; }; |