summaryrefslogtreecommitdiff
path: root/sc/addin/rot13/rot13.src
diff options
context:
space:
mode:
Diffstat (limited to 'sc/addin/rot13/rot13.src')
-rw-r--r--sc/addin/rot13/rot13.src61
1 files changed, 37 insertions, 24 deletions
diff --git a/sc/addin/rot13/rot13.src b/sc/addin/rot13/rot13.src
index 4cc4119e9fbc..ac1d7bbeb39a 100644
--- a/sc/addin/rot13/rot13.src
+++ b/sc/addin/rot13/rot13.src
@@ -2,9 +2,9 @@
*
* $RCSfile: rot13.src,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: kz $ $Date: 2001-07-26 22:31:52 $
+ * last change: $Author: hr $ $Date: 2003-03-26 18:03:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,8 +69,8 @@ Resource RID_SC_ADDIN_ROT13
Text [ english ] = "ROT13 Algorithm, each alphabetical character of the text is rotated by 13 in the alphabet" ;
Text[ english_us ] = "ROT13 Algorithm, each alphabetical character of the text is rotated by 13 in the alphabet";
Text[ portuguese ] = "ROT13 Algoritmo: rotao de 13 caracteres no alfabeto para cada um dos caracteres alfabticos do texto.";
- Text[ russian ] = " ROT13: , 13 .";
- Text[ dutch ] = "ROT13 Algorithme, ieder alfabetisch teken van de tekst roteert met het 13e in het alfabet.";
+ Text[ russian ] = " ROT13: , 13 .";
+ Text[ dutch ] = "ROT13 Algoritme, ieder alfabetisch teken van de tekst roteert met het 13e in het alfabet.";
Text[ french ] = "ROT13 Algorythme, remplacement de chaque caractre alphabtique du texte par rotation de 13 caractres dans l'alphabet.";
Text[ spanish ] = "Algoritmo ROT13, cada carcter alfabtico del texto rodar 13 espacios en el alfabeto.";
Text[ italian ] = "ROT13 algoritmo, ogni carattere alfabetico del testo viene ruotato di 13 nell'alfabeto.";
@@ -78,18 +78,19 @@ Resource RID_SC_ADDIN_ROT13
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[ japanese ] = "ROT13 ٺؽсA÷Ă̊ȩޯĕ13ƂɌJԂ܂B";
- Text[ chinese_simplified ] = "ROT13 ıÿĸĸĵ13ĸѭת";
- Text[ chinese_traditional ] = "ROT13 khA夺CӦrNur13Ӧr`C";
+ Text[ japanese ] = "ROT13 アルゴリズム、アルファベット文字を13字ずらして文字列を暗号化します。";
+ Text[ chinese_simplified ] = "ROT13 法则,文本内每个字母将沿字母表的第13个字母循环旋转。";
+ Text[ chinese_traditional ] = "ROT13 法則,本文內每個字母將沿字母表的第13個字母循環旋轉。";
Text[ arabic ] = " ROT13 13 .";
- Text[ dutch ] = "ROT13 Algorithme, ieder alfabetisch teken van de tekst roteert met het 13e in het alfabet.";
- Text[ chinese_simplified ] = "ROT13 ıÿĸĸĵ13ĸѭת";
+ Text[ dutch ] = "ROT13 Algoritme, ieder alfabetisch teken van de tekst roteert met het 13e in het alfabet.";
+ Text[ chinese_simplified ] = "ROT13 法则,文本内每个字母将沿字母表的第13个字母循环旋转。";
Text[ greek ] = " ROT13, 13 ";
- Text[ korean ] = "ROT13 ˰, ؽƮ ĺ ڴ ĺ 13 ڸ ̵մϴ.";
+ Text[ korean ] = "ROT13 알고리즘, 텍스트의 모든 알파벳 문자는 알파벳에서 13 자리씩 이동합니다.";
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[ 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 ในตัวอักษร";
};
String ROT13_PAR1_NAME // Name of Parameter 1
@@ -107,18 +108,19 @@ Resource RID_SC_ADDIN_ROT13
Text[ swedish ] = "Text";
Text[ polish ] = "Tekst";
Text[ portuguese_brazilian ] = "Text";
- Text[ japanese ] = "÷";
- Text[ chinese_simplified ] = "Text";
- Text[ chinese_traditional ] = "r";
+ Text[ japanese ] = "文字列";
+ Text[ chinese_simplified ] = "text";
+ Text[ chinese_traditional ] = "文字";
Text[ arabic ] = "";
Text[ dutch ] = "Tekst";
- Text[ chinese_simplified ] = "Text";
+ Text[ chinese_simplified ] = "text";
Text[ greek ] = "";
- Text[ korean ] = "ؽƮ";
+ Text[ korean ] = "텍스트";
Text[ turkish ] = "Metin";
Text[ language_user1 ] = " ";
- Text[ catalan ] = "Texto";
+ Text[ catalan ] = "Text";
Text[ finnish ] = "Teksti";
+ Text[ thai ] = "ข้อความ";
};
String ROT13_PAR1_DESC // Description of Parameter 1
@@ -130,24 +132,25 @@ Resource RID_SC_ADDIN_ROT13
Text[ russian ] = ", ";
Text[ dutch ] = "de tekst die roteert";
Text[ french ] = "Le texte de rotation";
- Text[ spanish ] = "El texto que debe rodar";
+ Text[ spanish ] = "Texto que debe rodar";
Text[ italian ] = "Il testo da ruotare";
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[ japanese ] = "JԂ÷";
- Text[ chinese_simplified ] = "Ҫת";
- Text[ chinese_traditional ] = "n઺";
+ Text[ japanese ] = "13字ずらして暗号化する文字列。";
+ Text[ chinese_simplified ] = "要旋转的文字";
+ Text[ chinese_traditional ] = "要旋轉的本文";
Text[ arabic ] = " ";
Text[ dutch ] = "de tekst die roteert";
- Text[ chinese_simplified ] = "Ҫת";
+ Text[ chinese_simplified ] = "要旋转的文字";
Text[ greek ] = " ";
- Text[ korean ] = "ȸ ؽƮ";
+ Text[ korean ] = "회전될 텍스트";
Text[ turkish ] = "Dndrlecek metin";
Text[ language_user1 ] = " ";
- Text[ catalan ] = "El texto que debe rodar";
+ Text[ catalan ] = "Text que s'ha de desplaar";
Text[ finnish ] = "Kierrettv teksti";
+ Text[ thai ] = "ข้อความที่ถูกหมุน";
};
};
@@ -156,3 +159,13 @@ Resource RID_SC_ADDIN_ROT13
+
+
+
+
+
+
+
+
+
+