[interchange-cvs] interchange - racke modified dist/lib/UI/locales/README

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Thu Oct 4 15:09:38 2001


User:      racke
Date:      2001-10-04 19:06:45 GMT
Modified:  dist/lib/UI/locales README
Log:
merged changes 1.2.2.1 vs 1.2.2.2

Revision  Changes    Path
1.4       +68 -8     interchange/dist/lib/UI/locales/README


rev 1.4, prev_rev 1.3
Index: README
===================================================================
RCS file: /anon_cvs/repository/interchange/dist/lib/UI/locales/README,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- README	2001/09/30 14:25:56	1.3
+++ README	2001/10/04 19:06:45	1.4
@@ -13,14 +13,8 @@
 in mind before file a complaint about it to the
 Redhat's ecommerce division.
 
-Adding new languages
-====================
-
-Just drop a file $LOCALE.cfg in this directory, which contains
-a value for MV_LANG_NAME and add the file to the MANIFEST.
-
-UI Translations
-===============
+Existing translations
+=====================
 
 German (de_DE):
 Stefan Hornburg (Racke) <racke@linuxia.de>
@@ -36,3 +30,69 @@
 
 Swedish (sv_SE):
 Tommi Labermo <tommi.labermo@surfnet.fi>
+
+Translation Hints
+=================
+
+Edit $LOCALE.cfg in the following way:
+
+MV_LANG_NAME
+------------
+
+Enter the _native_ name of the $LOCALE, e.g. Deutsch for
+the German locale.
+
+"MV_LANG_NAME",
+undef,
+
+"MV_LANG_NAME",
+"Deutsch",
+
+MV_LANG_DIRECTION
+-----------------
+
+Put "rtl" here _only_ if your language is written from right to
+left (like Hebrew, Arabic and Persian).
+
+"MV_LANG_DIRECTION",
+undef,
+
+"MV_LANG_DIRECTION",
+"rtl",
+
+Short strings
+-------------
+
+Just translate the first string.
+
+"About Your Company",
+undef,
+
+"About Your Company",
+"Über Ihre Firma",
+
+Larger chunks of text:
+----------------------
+
+Just translate the text in the comment.
+
+# Please be patient after clicking the Finish button.
+# If you are uploading a large spreadsheet file, the server may take
+# several minutes to process your data.
+"WIZARD_STEP_PREVIEW_PAR_1",
+undef,
+
+# Please be patient after clicking the Finish button.
+# If you are uploading a large spreadsheet file, the server may take
+# several minutes to process your data.
+"WIZARD_STEP_PREVIEW_PAR_1",
+"Nach dem Betätigen des Abschließen-Buttons gedulden Sie sich bitte.
+Beim Hochladen von größeren Spreadsheetdateien benötigt der Server
+u.U. mehrere Minuten um die Daten zu verarbeiten.",
+
+Adding new languages
+====================
+
+Just drop a file $LOCALE.cfg in this directory, which contains
+a value for MV_LANG_NAME and add the file to the MANIFEST.
+