summaryrefslogtreecommitdiff
path: root/sc/addin
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-01-03 13:45:17 +0000
committerKurt Zenker <kz@openoffice.org>2006-01-03 13:45:17 +0000
commit1cd301b040ee2484f4f204a2ed6e25776e32ad48 (patch)
treecee331464fb902c1116ba5cd69d4bc2685599c5f /sc/addin
parentd87e00d868fd4ec26c56d0871ac21cc47f466e62 (diff)
INTEGRATION: CWS ivo13 (1.19.334); FILE MERGED
2005/12/10 15:28:28 ihi 1.19.334.2: RESYNC: (1.19-1.20); FILE MERGED 2005/09/21 17:07:16 ihi 1.19.334.1: #i54927# tranlations removed
Diffstat (limited to 'sc/addin')
-rw-r--r--sc/addin/rot13/rot13.src22
1 files changed, 11 insertions, 11 deletions
diff --git a/sc/addin/rot13/rot13.src b/sc/addin/rot13/rot13.src
index a201837a6767..24f93fcf913f 100644
--- a/sc/addin/rot13/rot13.src
+++ b/sc/addin/rot13/rot13.src
@@ -4,9 +4,9 @@
*
* $RCSfile: rot13.src,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 17:20:20 $
+ * last change: $Author: kz $ $Date: 2006-01-03 14:45:17 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -39,23 +39,23 @@ Resource RID_SC_ADDIN_ROT13
{
String ROT13_DESC // Description
{
- Text [ de ] = "ROT13 Algorithmus, jedes alphabetische Zeichen des Textes wird um 13 im Alphabet rotiert." ;
- Text [ en-US ] = "ROT13 Algorithm, each alphabetical character of the text is rotated by 13 in the alphabet";
- Text [ x-comment ] = " ";
+
+ Text = "ROT13 Algorithm, each alphabetical character of the text is rotated by 13 in the alphabet";
+
};
String ROT13_PAR1_NAME // Name of Parameter 1
{
- Text [ de ] = "Text" ;
- Text [ en-US ] = "Text";
- Text [ x-comment ] = " ";
+
+ Text = "Text";
+
};
String ROT13_PAR1_DESC // Description of Parameter 1
{
- Text [ de ] = "Der Text der rotiert werden soll" ;
- Text [ en-US ] = "The text that is to be rotated";
- Text [ x-comment ] = " ";
+
+ Text = "The text that is to be rotated";
+
};
};