alex Sat Oct 6 12:07:24 2001 EDT
Added files:
/r2/binarycloud/user/bcdev/lang StringRepository.lang.xml
Log:
Adding String Repository file with correct name
Index: r2/binarycloud/user/bcdev/lang/StringRepository.lang.xml
+++ r2/binarycloud/user/bcdev/lang/StringRepository.lang.xml
<?xml version="1.0" ?>
<!-- Header {{{
*******************************************************************************
** -File $Id: StringRepository.lang.xml,v 1.1 2001/10/06 19:07:24 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>
<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>
<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>
|