[pLog-svn] r6421 - templates/branches/lifetype-1.2/unported/zen

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Tue Apr 29 10:22:45 EDT 2008


Author: jondaley
Date: 2008-04-29 10:22:45 -0400 (Tue, 29 Apr 2008)
New Revision: 6421

Modified:
   templates/branches/lifetype-1.2/unported/zen/album.template
   templates/branches/lifetype-1.2/unported/zen/albums.template
Log:
non-existant translations

Modified: templates/branches/lifetype-1.2/unported/zen/album.template
===================================================================
--- templates/branches/lifetype-1.2/unported/zen/album.template	2008-04-29 14:18:33 UTC (rev 6420)
+++ templates/branches/lifetype-1.2/unported/zen/album.template	2008-04-29 14:22:45 UTC (rev 6421)
@@ -2,7 +2,7 @@
 
 <div id="content">
 {assign var="postDate" value=$album->getTimestamp()}
-  <h2>{$locale->tr("album")}</h2>
+  <h2>{$locale->tr("albums")}</h2>
 
   <div class="post">
     <h3 class="storytitle"><a href="{$url->albumLink($album)}">{$album->getName()}</a></h3>

Modified: templates/branches/lifetype-1.2/unported/zen/albums.template
===================================================================
--- templates/branches/lifetype-1.2/unported/zen/albums.template	2008-04-29 14:18:33 UTC (rev 6420)
+++ templates/branches/lifetype-1.2/unported/zen/albums.template	2008-04-29 14:22:45 UTC (rev 6421)
@@ -1,6 +1,6 @@
 {include file="$blogtemplate/header.template"}
 <div id="content">
- <h2>{$locale->tr("root_album")}</h2>
+ <h2>{$locale->tr("albums")}</h2>
 {foreach from=$albums item=album}
  {assign var="aDate" value=$album->getTimestamp()}
  <div class="post">



More information about the pLog-svn mailing list