From 6adb1f0fafa9bf6d08d1e775fb0589c941e0e373 Mon Sep 17 00:00:00 2001
From: fgerlits
Date: Wed, 27 Jul 2005 16:34:03 +0000
Subject: [PATCH] more instructions for Studio localization
---
livesupport/doc/userLocalizationInstructions.html | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/livesupport/doc/userLocalizationInstructions.html b/livesupport/doc/userLocalizationInstructions.html
index ce8b51f6c..ffcc4aabc 100644
--- a/livesupport/doc/userLocalizationInstructions.html
+++ b/livesupport/doc/userLocalizationInstructions.html
@@ -13,7 +13,7 @@ Development Loan Fund, under the GNU GPL.
- Author: $Author: fgerlits $
- - Version: $Revision: 1.1 $
+ - Version: $Revision: 1.2 $
- Location: $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/doc/userLocalizationInstructions.html,v $
@@ -51,6 +51,7 @@ list.
Localization of LiveSupport Studio
+
- If editing an existing language: download the latest version of the
language file
@@ -61,6 +62,14 @@ list.
Please do not send Word documents or files in other encodings.
- Finally, send it to the developers' mailing list.
+
+
+Notes on the file format:
+
+ - The symbol
{0}
means that some variable data (usually audio clip or playlist title) goes there. For example: "I could not find ''{0}''."
becomes "Ich habe ''{0}'' nicht gefunden."
in German.
+ - The underscore characters show hotkeys: e.g.,
"_Open"
means that Alt-O is a hotkey for the Open menu item. These need to be unique within each group, i.e., you can't have "M_ove"
in the same menu.
+
+