damned-lies r818 - in trunk: . templates



Author: claudep
Date: Tue Mar 25 08:48:05 2008
New Revision: 818
URL: http://svn.gnome.org/viewvc/damned-lies?rev=818&view=rev

Log:
2008-03-25  Claude Paroz  <claude 2xlibre net>

	* gnome-modules.xml.in: Removed unnecessary translation for variable.
	* templates/index.tmpl: Add translator comment for translator-credits.
	* templates/module.tmpl: Removed extra space.
	Fixes bug #524215.
	* templates/show-stats.tmpl: Added translator comments.
	Fixes bug #475579.

Modified:
   trunk/ChangeLog
   trunk/gnome-modules.xml.in
   trunk/templates/index.tmpl
   trunk/templates/module.tmpl
   trunk/templates/show-stats.tmpl

Modified: trunk/gnome-modules.xml.in
==============================================================================
--- trunk/gnome-modules.xml.in	(original)
+++ trunk/gnome-modules.xml.in	Tue Mar 25 08:48:05 2008
@@ -2,7 +2,7 @@
 <modules>
   <defaults>
     <module>
-      <_description>%(module/id)</_description>
+      <description>%(module/id)</description>
       <bugs-xmlrpc>http://bugzilla-test.gnome.org/xmlrpc.cgi</bugs-xmlrpc>
       <bugs-baseurl>http://bugzilla.gnome.org/</bugs-baseurl>
       <bugs-product>%(module/id)</bugs-product>

Modified: trunk/templates/index.tmpl
==============================================================================
--- trunk/templates/index.tmpl	(original)
+++ trunk/templates/index.tmpl	Tue Mar 25 08:48:05 2008
@@ -42,6 +42,7 @@
 
 <p class="footnote">
 #if $language != 'en' and $_("translator-credits") != 'translator-credits'
+  <!-- /* The list of translators appears in the footer of the Damned Lies translated home page */ -->
   $_("Translated by:") $_("translator-credits").replace("\n", ", ").replace("<", "&lt;").replace(">", "&gt;")
 #end if
 </p>

Modified: trunk/templates/module.tmpl
==============================================================================
--- trunk/templates/module.tmpl	(original)
+++ trunk/templates/module.tmpl	Tue Mar 25 08:48:05 2008
@@ -9,7 +9,7 @@
 <p>$module.comment</p>
 #else
   #if $module.scmroot.path!="http://svn.gnome.org/svn";
-  <p><i><img src="${webroot}/data/warn.png" alt="Warning logo" /> $_("This module is not part of the GNOME SVN repository. Please check the module's  web page to see where to send translations.")</i></p>
+  <p><i><img src="${webroot}/data/warn.png" alt="Warning logo" /> $_("This module is not part of the GNOME SVN repository. Please check the module's web page to see where to send translations.")</i></p>
   #end if
 #end if
 #if $module.has_key('webpage') and $module.webpage

Modified: trunk/templates/show-stats.tmpl
==============================================================================
--- trunk/templates/show-stats.tmpl	(original)
+++ trunk/templates/show-stats.tmpl	Tue Mar 25 08:48:05 2008
@@ -19,16 +19,18 @@
 #end if
 </a>
 #if $domain.has_key('updated')
-&mdash; ${_("updated on %(date)s"), date="<strong>"+$domain.updated+"</strong>."}
+  <!-- /* The date format is fixed to "%Y-%m-%d %H:%M:%S timezone" */ -->
+  &mdash; ${_("updated on %(date)s"), date="<strong>"+$domain.updated+"</strong>."}
 #end if
 
 #if $domain.has_key('pot_messages') and len($domain.pot_messages)
-<h4>$_("Notices")</h4>
-<table>
-#for $msg in $domain.pot_messages
-<tr><td valign="top"><img src="$webroot/data/${msg.type}.png" alt="${msg.type}" /></td><td>$msg.content</td></tr>
-#end for
-</table>
+  <!-- /* This is the title of the section that lists notices about a module */ -->
+  <h4>$_("Notices")</h4>
+  <table>
+  #for $msg in $domain.pot_messages
+    <tr><td valign="top"><img src="$webroot/data/${msg.type}.png" alt="${msg.type}" /></td><td>$msg.content</td></tr>
+  #end for
+  </table>
 #end if
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]