source: trunk/template/yoga/notification.tpl @ 5021

Last change on this file since 5021 was 5021, checked in by nikrou, 14 years ago

Feature 1451 : localization with gettext
Use php-gettext (developpement version rev43, because of php5.3) as fallback
Use native language (english) instead of key for translation
Keep directory en_UK for english customization
Need some refactoring for plurals

Todo : managing plugins in the same way

  • Property svn:eol-style set to LF
File size: 978 bytes
Line 
1{html_head}
2<link rel="alternate" type="application/rss+xml" title="{'Image only RSS feed'|@translate}" href="{$U_FEED_IMAGE_ONLY}">
3<link rel="alternate" type="application/rss+xml" title="{'Complete RSS feed (images, comments)'|@translate}" href="{$U_FEED}">
4{/html_head}
5<div id="content" class="content">
6
7  <div class="titrePage">
8    <ul class="categoryActions">
9      <li><a href="{$U_HOME}" title="{'Home'|@translate}"><img src="{$themeconf.icon_dir}/Home.png" class="button" alt="{'Home'|@translate}"></a></li>
10    </ul>
11    <h2>{'Notification'|@translate}</h2>
12  </div>
13
14  <p>{'The RSS notification feed provides notification on news from this website : new pictures, updated categories, new comments. Use a RSS feed reader.'|@translate}</p>
15
16  <dl>
17    <dt>
18      <a href="{$U_FEED_IMAGE_ONLY}">{'Image only RSS feed'|@translate}</a><br><br>
19    </dt>
20    <dt>
21      <a href="{$U_FEED}">{'Complete RSS feed (images, comments)'|@translate}</a>
22    </dt>
23  </dl>
24</div>
Note: See TracBrowser for help on using the repository browser.