alex Mon Oct 1 10:28:02 2001 EDT
Modified files:
/r2/binarycloud/user/bcdev/lang ExampleStringRepository.php.xml
Log:
Removed old format, added new string repository example
Index: r2/binarycloud/user/bcdev/lang/ExampleStringRepository.php.xml
diff -u r2/binarycloud/user/bcdev/lang/ExampleStringRepository.php.xml:1.1 r2/binarycloud/user/bcdev/lang/ExampleStringRepository.php.xml:1.2
--- r2/binarycloud/user/bcdev/lang/ExampleStringRepository.php.xml:1.1 Mon Oct 1 10:13:26 2001
+++ r2/binarycloud/user/bcdev/lang/ExampleStringRepository.php.xml Mon Oct 1 10:28:02 2001
@@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<!-- Header {{{
*******************************************************************************
-** -File $Id: ExampleStringRepository.php.xml,v 1.1 2001/10/01 17:13:26 alex Exp $
+** -File $Id: ExampleStringRepository.php.xml,v 1.2 2001/10/01 17:28:02 alex Exp $
** -License LGPL (http://www.gnu.org/copyleft/lesser.html)
** -Copyright 2001, The Turing Studio, Inc.
** -Author alex black, en...@tu...
@@ -11,14 +11,20 @@
<strings>
<string>
<id>hello</id>
- <lang:en>Hello</lang:en>
- <lang:fr>Bonjour</lang:fr>
- <description>This string is used on the home page in "hello, $username".</description>
+ <langs>
+ <en>Hello</en>
+ <fr>Bonjour</fr>
+ <de>Hallo</de>
+ </langs>
+ <description>This string is used in a few places: "hello, $username".</description>
</string>
<string>
<id>bye</id>
- <lang:en>Bye</lang:en>
- <lang:fr>Au Revoir</lang:fr>
- <description>Used on the logout page</description>
+ <langs>
+ <en>Bye</en>
+ <fr>Au Revior</fr>
+ <de>Auf Weidersehen</de>
+ </langs>
+ <description>This string is used in a few places: "hello, $username".</description>
</string>
</strings>
|