summaryrefslogtreecommitdiff
path: root/sc/addin
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2001-05-10 05:15:20 +0000
committerOliver Bolte <obo@openoffice.org>2001-05-10 05:15:20 +0000
commitaad3b7eae740fad05cab3c425cc70bfd4b8c64df (patch)
tree963166e57cf93605be53d039671a9be86db62919 /sc/addin
parent0ff383884ac104e56f35beda6b385a44ccca9924 (diff)
Merge SRC631: 10.05.01 - 08:14:46 (NoBranch)
Diffstat (limited to 'sc/addin')
-rw-r--r--sc/addin/rot13/rot13.src7
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/addin/rot13/rot13.src b/sc/addin/rot13/rot13.src
index 342a52b9d979..7533049a192a 100644
--- a/sc/addin/rot13/rot13.src
+++ b/sc/addin/rot13/rot13.src
@@ -2,9 +2,9 @@
*
* $RCSfile: rot13.src,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2001-05-04 20:26:35 $
+ * last change: $Author: obo $ $Date: 2001-05-10 06:15:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -89,6 +89,7 @@ Resource RID_SC_ADDIN_ROT13
Text[ turkish ] = "ROT13 Algoritmi, metnin her alfabetik karakteri alfabe iinde 13 sra dndrlr.";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Algoritmo ROT13, cada carcter alfabtico del texto rodar 13 espacios en el alfabeto.";
+ Text[ finnish ] = "ROT13-koodaus; jokaista tekstin aakkosnumeerista merkki siirretn aakkosissa 13 askelta";
};
String ROT13_PAR1_NAME // Name of Parameter 1
@@ -117,6 +118,7 @@ Resource RID_SC_ADDIN_ROT13
Text[ turkish ] = "Metin";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Texto";
+ Text[ finnish ] = "Teksti";
};
String ROT13_PAR1_DESC // Description of Parameter 1
@@ -145,6 +147,7 @@ Resource RID_SC_ADDIN_ROT13
Text[ turkish ] = "Dndrlecek metin";
Text[ language_user1 ] = " ";
Text[ catalan ] = "El texto que debe rodar";
+ Text[ finnish ] = "Kierrettv teksti";
};
};