Please take our Survey
logo       

Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...

svn commit: r533748 - in /lenya/trunk/src/webapp/lenya: resources/i18n/cmsu: msg#00245

cms.lenya.cvs

Subject: svn commit: r533748 - in /lenya/trunk/src/webapp/lenya: resources/i18n/cmsui.xml resources/i18n/cmsui_de.xml xslt/util/welcome.xsl

Author: andreas
Date: Mon Apr 30 06:50:55 2007
New Revision: 533748

URL: http://svn.apache.org/viewvc?view=rev&rev=533748
Log:
Added some i18n for publication templating

Modified:
lenya/trunk/src/webapp/lenya/resources/i18n/cmsui.xml
lenya/trunk/src/webapp/lenya/resources/i18n/cmsui_de.xml
lenya/trunk/src/webapp/lenya/xslt/util/welcome.xsl

Modified: lenya/trunk/src/webapp/lenya/resources/i18n/cmsui.xml
URL:
http://svn.apache.org/viewvc/lenya/trunk/src/webapp/lenya/resources/i18n/cmsui.xml?view=diff&rev=533748&r1=533747&r2=533748
==============================================================================
--- lenya/trunk/src/webapp/lenya/resources/i18n/cmsui.xml (original)
+++ lenya/trunk/src/webapp/lenya/resources/i18n/cmsui.xml Mon Apr 30 06:50:55
2007
@@ -91,7 +91,9 @@
<message key="All rights reserved">All rights reserved.</message>
<message key="show">&#160;+&#160;</message>
<message key="hide">&#160;-&#160;</message>
-
+ <message key="Publication">Publication</message>
+ <message key="Publications">Publications</message>
+
<!-- submit screen -->
<message key="submit-for-approval">Submit "{0}" for approval</message>
<message key="submit-for-approval?">Do you want to submit
<xhtml:em>"{0}"</xhtml:em> for approval?</message>
@@ -383,7 +385,13 @@
<message key="lenya.rc.nocheckin">Resource could not be checked in</message>
<message key="Generic Exception">Generic Exception</message>
<message key="Check the log files.">Check the log files.</message>
-
+
+ <!--
+ Publication templating. Can't go in the module yet, since module
+ i18n is only supported in publications.
+ -->
+ <message key="create-publication">Create publication</message>
+
<!-- Error messages of a general nature -->
<message key="error-document-form">Document is not well-formed: {0}</message>
<message key="error-validation">Schema validation failed: {0}</message>
@@ -400,5 +408,5 @@
<xhtml:strong>Note:</xhtml:strong> Make sure that your content repository
is configured correctly within
<xhtml:code>$PUB_HOME/config/(local.)publication.xml</xhtml:code>.
</message>
-
+
</catalogue>

Modified: lenya/trunk/src/webapp/lenya/resources/i18n/cmsui_de.xml
URL:
http://svn.apache.org/viewvc/lenya/trunk/src/webapp/lenya/resources/i18n/cmsui_de.xml?view=diff&rev=533748&r1=533747&r2=533748
==============================================================================
--- lenya/trunk/src/webapp/lenya/resources/i18n/cmsui_de.xml (original)
+++ lenya/trunk/src/webapp/lenya/resources/i18n/cmsui_de.xml Mon Apr 30
06:50:55 2007
@@ -100,6 +100,8 @@
<message key="Dimension (w x h)">Abmessung (B&#160;x&#160;H)</message>
<message key="Height">Höhe</message>
<message key="Width">Breite</message>
+ <message key="Publication">Publikation</message>
+ <message key="Publications">Publikationen</message>


<!-- submit screen -->
@@ -394,6 +396,12 @@
<message key="Templates used">Verwendete Templates</message>
<message key="Inherited: see template publication">Vererbt: Siehe
Template-Publikation</message>

+ <!--
+ Publication templating. Can't go in the module yet, since module
+ i18n is only supported in publications.
+ -->
+ <message key="create-publication">Publikation erstellen</message>
+
<!-- Error messages of a general nature -->
<message key="error-document-form">Dokument ist nicht wohlgeformt:
{0}</message>
<message key="error-validation">Schema Validierung schlug fehl: {0}</message>

Modified: lenya/trunk/src/webapp/lenya/xslt/util/welcome.xsl
URL:
http://svn.apache.org/viewvc/lenya/trunk/src/webapp/lenya/xslt/util/welcome.xsl?view=diff&rev=533748&r1=533747&r2=533748
==============================================================================
--- lenya/trunk/src/webapp/lenya/xslt/util/welcome.xsl (original)
+++ lenya/trunk/src/webapp/lenya/xslt/util/welcome.xsl Mon Apr 30 06:50:55 2007
@@ -24,6 +24,7 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml";
xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
xmlns="http://www.w3.org/1999/xhtml";
+ xmlns:i18n="http://apache.org/cocoon/i18n/2.1";
>

<xsl:template match="/*">
@@ -42,9 +43,11 @@

<xsl:template match="lenya:publications">
<div class="lenya-sidebar">
- <div class="lenya-sidebar-heading">Publications</div>
- <div class="lenya-publication-item">
- <strong><a
href="index.html?lenya.usecase=templating.createPublicationFromTemplate">New
publication</a></strong>
+ <div
class="lenya-sidebar-heading"><i18n:text>Publications</i18n:text></div>
+ <div class="lenya-publication-item" style="margin-bottom: 2em;">
+ <a
href="index.html?lenya.usecase=templating.createPublicationFromTemplate">
+ <i18n:text>create-publication</i18n:text> &#187;
+ </a>
</div>
<!-- do not list publications with @show="false"
(can be used to hide template publications -->


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
qplus.devel/200...    network.jabber....    debian.qa-packa...    encryption.gpg....    python.dabo.dev...    uclinux.devel/2...    science.mathema...    recreation.pesc...    kernel.ck/2004-...    mozilla.devel.e...    tex.latex.prosp...    ietf.multi6/200...    bbc.cvs/2002-11...    xfree86.newbie/...    jakarta.taglibs...    altlinux.hardwa...    comedi/2002-05/...    horde.bugs/2004...    games.diplomacy...    finance.e-gold....    web.dom.test-su...    lang.ruby.rails...    os.netbsd.devel...    video.gstreamer...   
Home | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe

Navigation