summaryrefslogtreecommitdiff
path: root/sc/addin/rot13/rot13.src
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2001-05-04 19:26:36 +0000
committerRüdiger Timm <rt@openoffice.org>2001-05-04 19:26:36 +0000
commit12cde4ea8b0e36597402e869ddfd0252349e5446 (patch)
tree3e075f3d0d2eb8a7e714f83054392c2e1838cb37 /sc/addin/rot13/rot13.src
parent800a0232b8aabb2d1aa3a3fa673d7aec0076976a (diff)
Merge SRC630: 04.05.01 - 22:26:56 (NoBranch)
Diffstat (limited to 'sc/addin/rot13/rot13.src')
-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 da5154041def..342a52b9d979 100644
--- a/sc/addin/rot13/rot13.src
+++ b/sc/addin/rot13/rot13.src
@@ -2,9 +2,9 @@
*
* $RCSfile: rot13.src,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: kz $ $Date: 2001-03-09 20:53:38 $
+ * last change: $Author: rt $ $Date: 2001-05-04 20:26:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,6 +88,7 @@ Resource RID_SC_ADDIN_ROT13
Text[ korean ] = "ROT13 ¾Ë°í¸®Áò, ÅؽºÆ®ÀÇ °¢ ¾ËÆĺª ¹®ÀÚ´Â ¾ËÆĺª¿¡¼­ 13 ÀÚ¸®¾¿ À̵¿ÇÕ´Ï´Ù.";
Text[ turkish ] = "ROT13 Algoritmi, metnin her alfabetik karakteri alfabe içinde 13 sýra döndürülür.";
Text[ language_user1 ] = " ";
+ Text[ catalan ] = "Algoritmo ROT13, cada carácter alfabético del texto rodará 13 espacios en el alfabeto.";
};
String ROT13_PAR1_NAME // Name of Parameter 1
@@ -115,6 +116,7 @@ Resource RID_SC_ADDIN_ROT13
Text[ korean ] = "ÅؽºÆ®";
Text[ turkish ] = "Metin";
Text[ language_user1 ] = " ";
+ Text[ catalan ] = "Texto";
};
String ROT13_PAR1_DESC // Description of Parameter 1
@@ -142,6 +144,7 @@ Resource RID_SC_ADDIN_ROT13
Text[ korean ] = "ȸÀüµÉ ÅؽºÆ®";
Text[ turkish ] = "Döndürülecek metin";
Text[ language_user1 ] = " ";
+ Text[ catalan ] = "El texto que debe rodar";
};
};