svn commit: r639084 - in /lenya/sandbox/modules/forrest/resources/i18n: cmsui.xml cmsui_de.xml
[email protected] Thu, 20 Mar 2008 00:01:12 -0000
Newsgroups
gmane.comp.cms.lenya.cvs
Message-ID
<[email protected] >
Author: andreas
Date: Wed Mar 19 17:01:00 2008
New Revision: 639084
URL: http://svn.apache.org/viewvc?rev=639084&view=rev
Log:
Adding i18n for resource type names.
Modified:
lenya/sandbox/modules/forrest/resources/i18n/cmsui.xml
lenya/sandbox/modules/forrest/resources/i18n/cmsui_de.xml
Modified: lenya/sandbox/modules/forrest/resources/i18n/cmsui.xml
URL: http://svn.apache.org/viewvc/lenya/sandbox/modules/forrest/resources/i18n/cmsui.xml?rev=639084&r1=639083&r2=639084&view=diff
==============================================================================
--- lenya/sandbox/modules/forrest/resources/i18n/cmsui.xml (original)
+++ lenya/sandbox/modules/forrest/resources/i18n/cmsui.xml Wed Mar 19 17:01:00 2008
@@ -21,7 +21,8 @@
<catalogue xml:lang="en" xmlns:xhtml="http://www.w3.org/1999/xhtml"
xmlns="http://apache.org/cocoon/i18n/2.1">
- <message key="resourceType-forrest">Forrest</message>
- <message key="resourceType-faq">FAQ</message>
+ <message key="resourceType-forrestDocument20">Forrest</message>
+ <message key="resourceType-forrestFaq20">FAQ</message>
+ <message key="resourceType-svnLog">SVN Log</message>
</catalogue>
Modified: lenya/sandbox/modules/forrest/resources/i18n/cmsui_de.xml
URL: http://svn.apache.org/viewvc/lenya/sandbox/modules/forrest/resources/i18n/cmsui_de.xml?rev=639084&r1=639083&r2=639084&view=diff
==============================================================================
--- lenya/sandbox/modules/forrest/resources/i18n/cmsui_de.xml (original)
+++ lenya/sandbox/modules/forrest/resources/i18n/cmsui_de.xml Wed Mar 19 17:01:00 2008
@@ -21,7 +21,8 @@
<catalogue xml:lang="de" xmlns:xhtml="http://www.w3.org/1999/xhtml"
xmlns="http://apache.org/cocoon/i18n/2.1">
- <message key="resourceType-forrest">Forrest</message>
- <message key="resourceType-faq">FAQ</message>
+ <message key="resourceType-forrestDocument20">Forrest</message>
+ <message key="resourceType-forrestFaq20">FAQ</message>
+ <message key="resourceType-svnLog">SVN Log</message>
</catalogue>