You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2007/02/21 09:47:14 UTC

svn commit: r509938 - in /lenya/trunk/src/modules/development/resources: ./ i18n/ i18n/cmsui.xml i18n/cmsui_de.xml

Author: andreas
Date: Wed Feb 21 00:47:13 2007
New Revision: 509938

URL: http://svn.apache.org/viewvc?view=rev&rev=509938
Log:
Added i18n for development module

Added:
    lenya/trunk/src/modules/development/resources/
    lenya/trunk/src/modules/development/resources/i18n/
    lenya/trunk/src/modules/development/resources/i18n/cmsui.xml
    lenya/trunk/src/modules/development/resources/i18n/cmsui_de.xml

Added: lenya/trunk/src/modules/development/resources/i18n/cmsui.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/development/resources/i18n/cmsui.xml?view=auto&rev=509938
==============================================================================
--- lenya/trunk/src/modules/development/resources/i18n/cmsui.xml (added)
+++ lenya/trunk/src/modules/development/resources/i18n/cmsui.xml Wed Feb 21 00:47:13 2007
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+
+<!-- $Id: cmsui.xml 446564 2006-09-15 10:13:16Z andreas $ -->
+
+<catalogue xml:lang="en" xmlns:xhtml="http://www.w3.org/1999/xhtml">
+
+  <message key="Show Log">Show Log</message>
+  
+</catalogue>

Added: lenya/trunk/src/modules/development/resources/i18n/cmsui_de.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/development/resources/i18n/cmsui_de.xml?view=auto&rev=509938
==============================================================================
--- lenya/trunk/src/modules/development/resources/i18n/cmsui_de.xml (added)
+++ lenya/trunk/src/modules/development/resources/i18n/cmsui_de.xml Wed Feb 21 00:47:13 2007
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+
+<!-- $Id: cmsui_de.xml 446564 2006-09-15 10:13:16Z andreas $ -->
+
+<catalogue xml:lang="de" xmlns:xhtml="http://www.w3.org/1999/xhtml">
+
+  <message key="Show Log">Logfile anzeigen</message>
+  
+</catalogue>
+



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org