summaryrefslogtreecommitdiff
path: root/sc/addin
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-04-29 16:03:47 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-04-29 16:03:47 +0000
commitb50bc630a1ccbed32a0980a76c8d7f883a2fdb79 (patch)
treede68594a65ef96348a94ce6b33c65f0db6e12b29 /sc/addin
parent18126552eb60d54c2d2970bf8884448e0907e987 (diff)
INTEGRATION: CWS mergem8 (1.11.2.1.2.8.6.3.2.1.46); FILE MERGED
2003/04/29 08:31:00 gh 1.11.2.1.2.8.6.3.2.1.46.2: final merge for Beta2 2003/04/14 14:57:42 gh 1.11.2.1.2.8.6.3.2.1.46.1: merging all languages
Diffstat (limited to 'sc/addin')
-rw-r--r--sc/addin/rot13/rot13.src28
1 files changed, 23 insertions, 5 deletions
diff --git a/sc/addin/rot13/rot13.src b/sc/addin/rot13/rot13.src
index ac1d7bbeb39a..751a0bb88ba6 100644
--- a/sc/addin/rot13/rot13.src
+++ b/sc/addin/rot13/rot13.src
@@ -2,9 +2,9 @@
*
* $RCSfile: rot13.src,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 18:03:20 $
+ * last change: $Author: hr $ $Date: 2003-04-29 17:03:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,7 +77,7 @@ Resource RID_SC_ADDIN_ROT13
Text[ danish ] = "ROT13 algoritme, hvert alfabetiske tegn i teksten bliver roteret med 13 i alfabetet.";
Text[ swedish ] = "ROT13 algoritm, varje alfabetiskt tecken i texten roteras med 13 i alfabetet.";
Text[ polish ] = "Algorytm ROT13, kady alfabetyczny znak tekstu zostanie obrcony o 13 w alfabecie.";
- Text[ portuguese_brazilian ] = "ROT13 Algorithm, each alphabetical character of the text is rotated by 13 in the alphabet";
+ Text[ portuguese_brazilian ] = "Algoritmo ROT13, rotao de 13 caracteres no alfabeto para cada um dos caracteres alfabticos do texto ";
Text[ japanese ] = "ROT13 アルゴリズム、アルファベット文字を13字ずらして文字列を暗号化します。";
Text[ chinese_simplified ] = "ROT13 法则,文本内每个字母将沿字母表的第13个字母循环旋转。";
Text[ chinese_traditional ] = "ROT13 法則,本文內每個字母將沿字母表的第13個字母循環旋轉。";
@@ -91,6 +91,9 @@ Resource RID_SC_ADDIN_ROT13
Text[ catalan ] = "Algorisme ROT13, cada carcter alfabtic del text es desplaa 13 posicions dins de l'alfabet";
Text[ finnish ] = "ROT13-koodaus; jokaista tekstin aakkosnumeerista merkki siirretn aakkosissa 13 askelta";
Text[ thai ] = "อัลกอริธึม ROT13 , แต่ละตัวอักษรของข้อความหมุนโดย 13 ในตัวอักษร";
+ Text[ czech ] = "Algoritmus ROT13, každé písmeno textu je odrotováno o 13 pozic vpravo";
+ Text[ hebrew ] = "ROT13 Algorithmus, jedes alphabetische Zeichen des Textes wird um 13 im Alphabet rotiert.";
+ Text[ hindi ] = "ROT13 अल्गोरितम्, टेक्स्ट् का हरेक वर्णमाला अक्षर को वर्णमाला में 13 बार घुमाता है";
};
String ROT13_PAR1_NAME // Name of Parameter 1
@@ -107,7 +110,7 @@ Resource RID_SC_ADDIN_ROT13
Text[ danish ] = "Tekst";
Text[ swedish ] = "Text";
Text[ polish ] = "Tekst";
- Text[ portuguese_brazilian ] = "Text";
+ Text[ portuguese_brazilian ] = "Texto";
Text[ japanese ] = "文字列";
Text[ chinese_simplified ] = "text";
Text[ chinese_traditional ] = "文字";
@@ -121,6 +124,9 @@ Resource RID_SC_ADDIN_ROT13
Text[ catalan ] = "Text";
Text[ finnish ] = "Teksti";
Text[ thai ] = "ข้อความ";
+ Text[ czech ] = "Text";
+ Text[ hebrew ] = "‮טקסט‬";
+ Text[ hindi ] = "टेक्स्ट्";
};
String ROT13_PAR1_DESC // Description of Parameter 1
@@ -137,7 +143,7 @@ Resource RID_SC_ADDIN_ROT13
Text[ danish ] = "Teksten, som skal roteres";
Text[ swedish ] = "Texten som skall roteras";
Text[ polish ] = "Tekst, ktry ma zosta obrcony";
- Text[ portuguese_brazilian ] = "the text which should be rotated";
+ Text[ portuguese_brazilian ] = "O texto a ser girado";
Text[ japanese ] = "13字ずらして暗号化する文字列。";
Text[ chinese_simplified ] = "要旋转的文字";
Text[ chinese_traditional ] = "要旋轉的本文";
@@ -151,6 +157,9 @@ Resource RID_SC_ADDIN_ROT13
Text[ catalan ] = "Text que s'ha de desplaar";
Text[ finnish ] = "Kierrettv teksti";
Text[ thai ] = "ข้อความที่ถูกหมุน";
+ Text[ czech ] = "Text, který bude rotován";
+ Text[ hebrew ] = "Der Text der rotiert werden soll";
+ Text[ hindi ] = "टेक्स्ट् जिसको घुमाना है";
};
};
@@ -169,3 +178,12 @@ Resource RID_SC_ADDIN_ROT13
+
+
+
+
+
+
+
+
+