alex Mon Oct 1 10:13:27 2001 EDT
Added files:
/r2/binarycloud/user/bcdev/lang ExampleStringRepository.php.xml
Removed files:
/r2/binarycloud/user/bcdev/lang strings.xml
Log:
Removed old format, added new string repository example
Index: r2/binarycloud/user/bcdev/lang/ExampleStringRepository.php.xml
+++ r2/binarycloud/user/bcdev/lang/ExampleStringRepository.php.xml
<?xml version="1.0" ?>
<!-- Header {{{
*******************************************************************************
** -File $Id: ExampleStringRepository.php.xml,v 1.1 2001/10/01 17:13:26 alex Exp $
** -License LGPL (http://www.gnu.org/copyleft/lesser.html)
** -Copyright 2001, The Turing Studio, Inc.
** -Author alex black, en...@tu...
******************************************************************************
}}} -->
<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>
</string>
<string>
<id>bye</id>
<lang:en>Bye</lang:en>
<lang:fr>Au Revoir</lang:fr>
<description>Used on the logout page</description>
</string>
</strings>
|