Changeset 5021 for trunk/template


Ignore:
Timestamp:
Mar 2, 2010, 3:54:22 PM (15 years ago)
Author:
nikrou
Message:

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

Location:
trunk/template/yoga
Files:
29 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/about.tpl

    r3283 r5021  
    44      <li>
    55        <a href="{$U_HOME}" title="{'return to homepage'|@translate}">
    6           <img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}">
     6          <img src="{$themeconf.icon_dir}/Home.png" class="button" alt="{'Home'|@translate}">
    77        </a>
    88      </li>
  • trunk/template/yoga/comment_list.tpl

    r4881 r5021  
    4343        <fieldset>
    4444          <legend>{'Edit a comment'|@translate}</legend>
    45           <label>{'comment'|@translate}<textarea name="content" id="contenteditid" rows="5" cols="80">{$comment.CONTENT|@escape}</textarea></label>
     45          <label>{'Comment'|@translate}<textarea name="content" id="contenteditid" rows="5" cols="80">{$Comment.CONTENT|@escape}</textarea></label>
    4646          <input type="hidden" name="key" value="{$comment.KEY}">
    4747          <input type="hidden" name="image_id" value="{$comment.IMAGE_ID|@default:$current.id}">
  • trunk/template/yoga/comments.tpl

    r3283 r5021  
    33  <div class="titrePage">
    44    <ul class="categoryActions">
    5       <li><a href="{$U_HOME}" title="{'return to homepage'|@translate}"><img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"></a></li>
     5      <li><a href="{$U_HOME}" title="{'Home'|@translate}"><img src="{$themeconf.icon_dir}/Home.png" class="button" alt="{'Home'|@translate}"></a></li>
    66    </ul>
    77    <h2>{'User comments'|@translate}</h2>
  • trunk/template/yoga/footer.tpl

    r3283 r5021  
    22 <a name="EoP"></a> <!-- End of Page -->
    33 {if isset($debug.TIME) }
    4  {'generation_time'|@translate} {$debug.TIME} ({$debug.NB_QUERIES} {'sql_queries_in'|@translate} {$debug.SQL_TIME}) -
     4 {'SQL queries in'|@translate} {$debug.TIME} ({$debug.NB_QUERIES} {'SQL queries in'|@translate} {$debug.SQL_TIME}) -
    55 {/if}
    66
     
    1010  *}
    1111
    12   {'powered_by'|@translate}
     12  {'Powered by'|@translate}
    1313  <a href="{$PHPWG_URL}" class="Piwigo">
    1414  <span class="Piwigo">Piwigo</span></a>
    1515  {$VERSION}
    1616  {if isset($CONTACT_MAIL)}
    17   - {'send_mail'|@translate}
     17  - {'Contact'|@translate}
    1818  <a href="mailto:{$CONTACT_MAIL}?subject={'title_send_mail'|@translate|@escape:url}">{'Webmaster'|@translate}</a>
    1919  {/if}
  • trunk/template/yoga/header.tpl

    r3283 r5021  
    2323<link rel="shortcut icon" type="image/x-icon" href="{$ROOT_URL}template-common/favicon.ico">
    2424
    25 <link rel="start" title="{'home'|@translate}" href="{$U_HOME}" >
     25<link rel="start" title="{'Home'|@translate}" href="{$U_HOME}" >
    2626<link rel="search" title="{'Search'|@translate}" href="{$ROOT_URL}search.php" >
    27 {if isset($first.U_IMG)   }<link rel="first" title="{'first_page'|@translate}" href="{$first.U_IMG}" >{/if}
    28 {if isset($previous.U_IMG)}<link rel="prev" title="{'previous_page'|@translate}" href="{$previous.U_IMG}" >{/if}
    29 {if isset($next.U_IMG)    }<link rel="next" title="{'next_page'|@translate}" href="{$next.U_IMG}" >{/if}
    30 {if isset($last.U_IMG)    }<link rel="last" title="{'last_page'|@translate}" href="{$last.U_IMG}" >{/if}
    31 {if isset($U_UP)          }<link rel="up" title="{'thumbnails'|@translate}" href="{$U_UP}" >{/if}
     27{if isset($first.U_IMG)   }<link rel="first" title="{'First'|@translate}" href="{$first.U_IMG}" >{/if}
     28{if isset($previous.U_IMG)}<link rel="prev" title="{'Previous'|@translate}" href="{$previous.U_IMG}" >{/if}
     29{if isset($next.U_IMG)    }<link rel="next" title="{'Next'|@translate}" href="{$next.U_IMG}" >{/if}
     30{if isset($last.U_IMG)    }<link rel="last" title="{'Last'|@translate}" href="{$last.U_IMG}" >{/if}
     31{if isset($U_UP)          }<link rel="up" title="{'Thumbnails'|@translate}" href="{$U_UP}" >{/if}
    3232
    3333<link rel="stylesheet" type="text/css" href="{$ROOT_URL}template/{$themeconf.template}/layout.css">
  • trunk/template/yoga/identification.tpl

    r3283 r5021  
    55      <li><a href="{$U_LOST_PASSWORD}" title="{'Forgot your password?'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/lost_password.png" class="button" alt="{'Forgot your password?'|@translate}"></a></li>
    66      {if isset($U_REGISTER) }
    7       <li><a href="{$U_REGISTER}" title="{'Create a new account'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/register.png" class="button" alt="{'Register'|@translate}"></a></li>
     7      <li><a href="{$U_REGISTER}" title="{'Register'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/register.png" class="button" alt="{'Register'|@translate}"></a></li>
    88      {/if}
    9       <li><a href="{$U_HOME}" title="{'Go through the gallery as a visitor'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"></a></li>
     9      <li><a href="{$U_HOME}" title="{'Home'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/Home.png" class="button" alt="{'Home'|@translate}"></a></li>
    1010    </ul>
    1111    <h2>{'Identification'|@translate}</h2>
     
    4646      <li>
    4747        <span class="property">
    48           <label for="remember_me">{'remember_me'|@translate}</label>
     48          <label for="Auto login">{'Auto login'|@translate}</label>
    4949        </span>
    5050        <input tabindex="3" type="checkbox" name="remember_me" id="remember_me" value="1">
     
    5858  <p>
    5959    {if isset($U_REGISTER) }
    60     <a href="{$U_REGISTER}" title="{'Create a new account'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/register.png" class="button" alt="{'Register'|@translate}"> {'Register'|@translate}</a>
     60    <a href="{$U_REGISTER}" title="{'Register'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/register.png" class="button" alt="{'Register'|@translate}"> {'Register'|@translate}</a>
    6161    {/if}
    6262    <a href="{$U_LOST_PASSWORD}" title="{'Forgot your password?'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/lost_password.png" class="button" alt="{'Forgot your password?'|@translate}"> {'Forgot your password?'|@translate}</a>
  • trunk/template/yoga/index.tpl

    r3283 r5021  
    1616
    1717      {if isset($favorite) }
    18       <li><a href="{$favorite.U_FAVORITE}" title="{'del_all_favorites_hint'|@translate}"><img src="{$favorite.FAVORITE_IMG}" class="button" alt="favorite" title="{'del_all_favorites_hint'|@translate}"></a></li>
     18      <li><a href="{$favorite.U_FAVORITE}" title="{'delete all images from your favorites'|@translate}"><img src="{$favorite.FAVORITE_IMG}" class="button" alt="favorite" title="{'delete all images from your favorites'|@translate}"></a></li>
    1919      {/if}
    2020
    2121      {if isset($U_CADDIE) }
    22       <li><a href="{$U_CADDIE}" title="{'add to caddie'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/caddie_add.png" class="button" alt="{'caddie'|@translate}"></a></li>
     22      <li><a href="{$U_CADDIE}" title="{'caddie'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/caddie_add.png" class="button" alt="{'caddie'|@translate}"></a></li>
    2323      {/if}
    2424
    2525      {if isset($U_EDIT) }
    26       <li><a href="{$U_EDIT}" title="{'edit category informations'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/category_edit.png" class="button" alt="{'edit'|@translate}"></a></li>
     26      <li><a href="{$U_EDIT}" title="{'edit'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/category_edit.png" class="button" alt="{'edit'|@translate}"></a></li>
    2727      {/if}
    2828
     
    3636
    3737      {if isset($U_MODE_FLAT) }
    38       <li><a href="{$U_MODE_FLAT}" title="{'mode_flat_hint'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/flat.png" class="button" alt="{'mode_flat_hint'|@translate}"></a></li>
     38      <li><a href="{$U_MODE_FLAT}" title="{'display all elements in all sub-categories'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/flat.png" class="button" alt="{'display all elements in all sub-categories'|@translate}"></a></li>
    3939      {/if}
    4040
    4141      {if isset($U_MODE_NORMAL) }
    42       <li><a href="{$U_MODE_NORMAL}" title="{'mode_normal_hint'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/normal_mode.png" class="button" alt="{'mode_normal_hint'|@translate}"></a></li>
     42      <li><a href="{$U_MODE_NORMAL}" title="{'return to normal view mode'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/normal_mode.png" class="button" alt="{'return to normal view mode'|@translate}"></a></li>
    4343      {/if}
    4444
    4545      {if isset($U_MODE_POSTED) }
    46       <li><a href="{$U_MODE_POSTED}" title="{'mode_posted_hint'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/calendar.png" class="button" alt="{'mode_posted_hint'|@translate}"></a></li>
     46      <li><a href="{$U_MODE_POSTED}" title="{'display a calendar by posted date'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/calendar.png" class="button" alt="{'display a calendar by posted date'|@translate}"></a></li>
    4747      {/if}
    4848     
    4949      {if isset($U_MODE_CREATED) }
    50       <li><a href="{$U_MODE_CREATED}" title="{'mode_created_hint'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/calendar_created.png" class="button" alt="{'mode_created_hint'|@translate}"></a></li>
     50      <li><a href="{$U_MODE_CREATED}" title="{'display a calendar by creation date'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/calendar_created.png" class="button" alt="{'display a calendar by creation date'|@translate}"></a></li>
    5151      {/if}
    5252     
     
    5757
    5858  {if isset($chronology_views) }
    59   <div class="calendarViews">{'calendar_view'|@translate}:
     59  <div class="calendarViews">{'View'|@translate}:
    6060    <select onchange="document.location = this.options[this.selectedIndex].value;">
    6161      {foreach from=$chronology_views item=view}
  • trunk/template/yoga/mainpage_categories.tpl

    r3283 r5021  
    66                        <div class="illustration">
    77                        <a href="{$cat.URL}">
    8                                 <img src="{$cat.TN_SRC}" alt="{$cat.TN_ALT}" title="{$cat.NAME|@replace:'"':' '} - {'hint_category'|@translate}">
     8                                <img src="{$cat.TN_SRC}" alt="{$cat.TN_ALT}" title="{$cat.NAME|@replace:'"':' '} - {'shows images at the root of this category'|@translate}">
    99                        </a>
    1010                        </div>
  • trunk/template/yoga/menubar_categories.tpl

    r3282 r5021  
    11<dt>
    22  {if isset($U_START_FILTER)}
    3   <a href="{$U_START_FILTER}" title="{'start_filter_hint'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/start_filter.png" class="button" alt="start filter"></a>
     3  <a href="{$U_START_FILTER}" title="{'display only recently posted images'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/start_filter.png" class="button" alt="start filter"></a>
    44  {/if}
    55  {if isset($U_STOP_FILTER)}
    6   <a href="{$U_STOP_FILTER}" title="{'stop_filter_hint'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/stop_filter.png" class="button" alt="stop filter"></a>
     6  <a href="{$U_STOP_FILTER}" title="{'return to the display of all images'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/stop_filter.png" class="button" alt="stop filter"></a>
    77  {/if}
    88        <a href="{$block->data.U_CATEGORIES}">{'Categories'|@translate}</a>
     
    3232        <ul>
    3333                <li>
    34                         <a href="{$block->data.U_UPLOAD}">{'upload_picture'|@translate}</a>
     34                        <a href="{$block->data.U_UPLOAD}">{'Upload a picture'|@translate}</a>
    3535                </li>
    3636        </ul>
  • trunk/template/yoga/menubar_identification.tpl

    r3282 r5021  
    1 <dt>{'identification'|@translate}</dt>
     1<dt>{'Identification'|@translate}</dt>
    22<dd>
    33        {if isset($USERNAME)}
    4         <p>{'hello'|@translate}&nbsp;{$USERNAME}&nbsp;!</p>
     4        <p>{'Hello'|@translate}&nbsp;{$USERNAME}&nbsp;!</p>
    55        {/if}
    66
    77        <ul>
    88        {if isset($U_REGISTER)}
    9         <li><a href="{$U_REGISTER}" title="{'Create a new account'|@translate}" rel="nofollow">{'Register'|@translate}</a></li>
     9        <li><a href="{$U_REGISTER}" title="{'Register'|@translate}" rel="nofollow">{'Register'|@translate}</a></li>
    1010        {/if}
    1111
    1212        {if isset($U_LOGIN)}
    13         <li><a href="{$U_LOGIN}" rel="nofollow">{'Connection'|@translate}</a></li>
     13        <li><a href="{$U_LOGIN}" rel="nofollow">{'Login'|@translate}</a></li>
    1414        {/if}
    1515
    1616        {if isset($U_LOGOUT)}
    17         <li><a href="{$U_LOGOUT}">{'logout'|@translate}</a></li>
     17        <li><a href="{$U_LOGOUT}">{'Logout'|@translate}</a></li>
    1818        {/if}
    1919
    2020        {if isset($U_PROFILE)}
    21         <li><a href="{$U_PROFILE}" title="{'hint_customize'|@translate}">{'customize'|@translate}</a></li>
     21        <li><a href="{$U_PROFILE}" title="{'Customize'|@translate}">{'Customize'|@translate}</a></li>
    2222        {/if}
    2323
    2424        {if isset($U_ADMIN)}
    25         <li><a href="{$U_ADMIN}" title="{'hint_admin'|@translate}">{'admin'|@translate}</a></li>
     25        <li><a href="{$U_ADMIN}" title="{'Administration'|@translate}">{'Administration'|@translate}</a></li>
    2626        {/if}
    2727        </ul>
     
    4343        {if $AUTHORIZE_REMEMBERING}
    4444        <div><label for="remember_me">
    45         {'remember_me'|@translate}
     45        {'Auto login'|@translate}
    4646        <input type="checkbox" name="remember_me" id="remember_me" value="1">
    4747        </label></div>
     
    5353                <li><a href="{$U_LOST_PASSWORD}" title="{'Forgot your password?'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/lost_password.png" class="button" alt="{'Forgot your password?'|@translate}"></a></li>
    5454                {if isset($U_REGISTER)}
    55                 <li><a href="{$U_REGISTER}" title="{'Create a new account'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/register.png" class="button" alt="{'Register'|@translate}"></a></li>
     55                <li><a href="{$U_REGISTER}" title="{'Register'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/register.png" class="button" alt="{'Register'|@translate}"></a></li>
    5656                {/if}
    5757        </ul>
  • trunk/template/yoga/menubar_menu.tpl

    r3282 r5021  
    1 <dt>{'title_menu'|@translate}</dt>
     1<dt>{'Menu'|@translate}</dt>
    22<dd>
    33  {if isset($block->data.qsearch) and  $block->data.qsearch==true}
  • trunk/template/yoga/menubar_specials.tpl

    r3282 r5021  
    1 <dt>{'special_categories'|@translate}</dt>
     1<dt>{'Specials'|@translate}</dt>
    22<dd>
    33        <ul>
  • trunk/template/yoga/menubar_tags.tpl

    r3546 r5021  
    1111                        </a>
    1212                        {/if}
    13                         <a href="{$tag.URL}" class="tagLevel{$tag.level}" title="{'See elements linked to this tag only'|@translate}">{$tag.name}</a>{* there should be no space between end of a and span elements to avoid IE8 bug https://connect.microsoft.com/IE/feedback/ViewFeedback.aspx?FeedbackID=366567 *}</span>
     13                        <a href="{$tag.URL}" class="tagLevel{$tag.level}" title="{'See images linked to this tag only'|@translate}">{$tag.name}</a>{* there should be no space between end of a and span elements to avoid IE8 bug https://connect.microsoft.com/IE/feedback/ViewFeedback.aspx?FeedbackID=366567 *}</span>
    1414                {/foreach}
    1515        </div>
  • trunk/template/yoga/navigation_bar.tpl

    r3283 r5021  
    11<div class="navigationBar">
    22  {if isset($navbar.URL_FIRST)}
    3   <a href="{$navbar.URL_FIRST}" rel="first">{'first_page'|@translate}</a> |
    4   <a href="{$navbar.URL_PREV}" rel="prev">{'previous_page'|@translate}</a> |
     3  <a href="{$navbar.URL_FIRST}" rel="first">{'First'|@translate}</a> |
     4  <a href="{$navbar.URL_PREV}" rel="prev">{'Previous'|@translate}</a> |
    55  {else}
    6   {'first_page'|@translate} |
    7   {'previous_page'|@translate} |
     6  {'First'|@translate} |
     7  {'Previous'|@translate} |
    88  {/if}
    99
     
    2020
    2121  {if isset($navbar.URL_NEXT)}
    22   | <a href="{$navbar.URL_NEXT}" rel="next">{'next_page'|@translate}</a>
    23   | <a href="{$navbar.URL_LAST}" rel="last">{'last_page'|@translate}</a>
     22  | <a href="{$navbar.URL_NEXT}" rel="next">{'Next'|@translate}</a>
     23  | <a href="{$navbar.URL_LAST}" rel="last">{'Last'|@translate}</a>
    2424  {else}
    25   | {'next_page'|@translate}
    26   | {'last_page'|@translate}
     25  | {'Next'|@translate}
     26  | {'Last'|@translate}
    2727  {/if}
    2828</div>
  • trunk/template/yoga/nbm.tpl

    r3283 r5021  
    33  <div class="titrePage">
    44    <ul class="categoryActions">
    5       <li><a href="{$U_HOME}" title="{'Go through the gallery as a visitor'|@translate}"><img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"></a></li>
     5      <li><a href="{$U_HOME}" title="{'Home'|@translate}"><img src="{$themeconf.icon_dir}/Home.png" class="button" alt="{'Home'|@translate}"></a></li>
    66    </ul>
    7     <h2>{'nbm_item_notification'|@translate}</h2>
     7    <h2>{'Notification'|@translate}</h2>
    88  </div>
    99
  • trunk/template/yoga/notification.tpl

    r3283 r5021  
    11{html_head}
    22<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'|@translate}" href="{$U_FEED}">
     3<link rel="alternate" type="application/rss+xml" title="{'Complete RSS feed (images, comments)'|@translate}" href="{$U_FEED}">
    44{/html_head}
    55<div id="content" class="content">
     
    77  <div class="titrePage">
    88    <ul class="categoryActions">
    9       <li><a href="{$U_HOME}" title="{'return to homepage'|@translate}"><img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"></a></li>
     9      <li><a href="{$U_HOME}" title="{'Home'|@translate}"><img src="{$themeconf.icon_dir}/Home.png" class="button" alt="{'Home'|@translate}"></a></li>
    1010    </ul>
    1111    <h2>{'Notification'|@translate}</h2>
     
    1919    </dt>
    2020    <dt>
    21       <a href="{$U_FEED}">{'Complete RSS feed'|@translate}</a>
     21      <a href="{$U_FEED}">{'Complete RSS feed (images, comments)'|@translate}</a>
    2222    </dt>
    2323  </dl>
  • trunk/template/yoga/password.tpl

    r3283 r5021  
    33  <div class="titrePage">
    44    <ul class="categoryActions">
    5       <li><a href="{$U_HOME}" title="{'Go through the gallery as a visitor'|@translate}"><img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"></a></li>
     5      <li><a href="{$U_HOME}" title="{'Home'|@translate}"><img src="{$themeconf.icon_dir}/Home.png" class="button" alt="{'Home'|@translate}"></a></li>
    66    </ul>
    77    <h2>{'Password forgotten'|@translate}</h2>
  • trunk/template/yoga/picture.tpl

    r4513 r5021  
    2929<div id="imageHeaderBar">
    3030  <div class="browsePath">
    31     <a href="{$U_HOME}" rel="home">{'home'|@translate}</a>
     31    <a href="{$U_HOME}" rel="Home">{'Home'|@translate}</a>
    3232    {if !$IS_HOME}{$LEVEL_SEPARATOR}{$SECTION_TITLE}{/if}
    3333    {$LEVEL_SEPARATOR}{$current.TITLE}
     
    4545    {/if}
    4646    {if isset($U_SLIDESHOW_STOP) }
    47       <a href="{$U_SLIDESHOW_STOP}" title="{'slideshow_stop'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/stop_slideshow.png" class="button" alt="{'slideshow_stop'|@translate}"></a>
    48     {/if}
    49       <a href="{$U_METADATA}" title="{'picture_show_metadata'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/metadata.png" class="button" alt="metadata"></a>
     47      <a href="{$U_SLIDESHOW_STOP}" title="{'stop the slideshow'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/stop_slideshow.png" class="button" alt="{'stop the slideshow'|@translate}"></a>
     48    {/if}
     49      <a href="{$U_METADATA}" title="{'Show file metadata'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/metadata.png" class="button" alt="metadata"></a>
    5050    {if isset($current.U_DOWNLOAD) }
    51       <a href="{$current.U_DOWNLOAD}" title="{'download_hint'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/save.png" class="button" alt="{'download'|@translate}"></a>
     51      <a href="{$current.U_DOWNLOAD}" title="{'download'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/save.png" class="button" alt="{'download'|@translate}"></a>
    5252    {/if}
    5353    {if isset($PLUGIN_PICTURE_ACTIONS)}{$PLUGIN_PICTURE_ACTIONS}{/if}
     
    5656    {/if}
    5757    {if !empty($U_SET_AS_REPRESENTATIVE) }
    58       <a href="{$U_SET_AS_REPRESENTATIVE}" title="{'set as category representative'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/representative.png" class="button" alt="{'representative'|@translate}"></a>
     58      <a href="{$U_SET_AS_REPRESENTATIVE}" title="{'representative'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/representative.png" class="button" alt="{'representative'|@translate}"></a>
    5959    {/if}
    6060    {if isset($U_ADMIN) }
    61       <a href="{$U_ADMIN}" title="{'link_info_image'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/preferences.png" class="button" alt="{'edit'|@translate}"></a>
     61      <a href="{$U_ADMIN}" title="{'edit'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/preferences.png" class="button" alt="{'edit'|@translate}"></a>
    6262    {/if}
    6363    {if isset($U_CADDIE) }{*caddie management BEGIN*}
     
    7878}{/literal}
    7979</script>
    80       <a href="{$U_CADDIE}" onclick="addToCadie(this, '{$ROOT_URL|@escape:'javascript'}', {$current.id}); return false;" title="{'add to caddie'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/caddie_add.png" class="button" alt="{'caddie'|@translate}"></a>
     80      <a href="{$U_CADDIE}" onclick="addToCadie(this, '{$ROOT_URL|@escape:'javascript'}', {$current.id}); return false;" title="{'caddie'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/caddie_add.png" class="button" alt="{'caddie'|@translate}"></a>
    8181    {/if}{*caddie management END*}
    8282  </div>
     
    9393{if isset($U_SLIDESHOW_STOP) }
    9494<p>
    95   [ <a href="{$U_SLIDESHOW_STOP}">{'slideshow_stop'|@translate}</a> ]
     95  [ <a href="{$U_SLIDESHOW_STOP}">{'stop the slideshow'|@translate}</a> ]
    9696</p>
    9797{/if}
     
    100100
    101101{if isset($previous) }
    102 <a class="navThumb" id="linkPrev" href="{$previous.U_IMG}" title="{'previous_page'|@translate} : {$previous.TITLE}" rel="prev">
     102<a class="navThumb" id="linkPrev" href="{$previous.U_IMG}" title="{'Previous'|@translate} : {$previous.TITLE}" rel="prev">
    103103  <img src="{$previous.THUMB_SRC}" alt="{$previous.TITLE}">
    104104</a>
    105105{/if}
    106106{if isset($next) }
    107 <a class="navThumb" id="linkNext" href="{$next.U_IMG}" title="{'next_page'|@translate} : {$next.TITLE}" rel="next">
     107<a class="navThumb" id="linkNext" href="{$next.U_IMG}" title="{'Next'|@translate} : {$next.TITLE}" rel="next">
    108108  <img src="{$next.THUMB_SRC}" alt="{$next.TITLE}">
    109109</a>
     
    169169                        {$pwg->sprintf($rate_text, $rate_summary.average, $rate_summary.count, $rate_summary.std) }
    170170                {else}
    171                         {'no_rate'|@translate}
     171                        {'no rate'|@translate}
    172172                {/if}
    173173                </td>
     
    178178        <tr>
    179179                <td class="label">
    180                         <span id="updateRate">{if isset($rating.USER_RATE)}{'update_rate'|@translate}{else}{'new_rate'|@translate}{/if}</span>
     180                        <span id="updateRate">{if isset($rating.USER_RATE)}{'Rate this picture'|@translate}{else}{'Rate this picture'|@translate}{/if}</span>
    181181                </td>
    182182                <td class="value">
     
    265265        <form  method="post" action="{$comment_add.F_ACTION}" class="filter" id="addComment">
    266266        <fieldset>
    267                 <legend>{'comments_add'|@translate}</legend>
     267                <legend>{'Add a comment'|@translate}</legend>
    268268                {if $comment_add.SHOW_AUTHOR}
    269                 <label>{'upload_author'|@translate}<input type="text" name="author"></label>
     269                <label>{'Author'|@translate}<input type="text" name="author"></label>
    270270                {/if}
    271                 <label>{'comment'|@translate}<textarea name="content" id="contentid" rows="5" cols="80">{$comment_add.CONTENT}</textarea></label>
     271                <label>{'Comment'|@translate}<textarea name="content" id="contentid" rows="5" cols="80">{$Comment_add.CONTENT}</textarea></label>
    272272                <input type="hidden" name="key" value="{$comment_add.KEY}">
    273273                <input class="submit" type="submit" value="{'Submit'|@translate}">
  • trunk/template/yoga/picture_content.tpl

    r3283 r5021  
    88{if isset($high) }
    99</a>
    10   <p>{'picture_high'|@translate}</p>
     10  <p>{'Click on the picture to see it in high definition'|@translate}</p>
    1111{/if}
  • trunk/template/yoga/picture_nav_buttons.tpl

    r3283 r5021  
    22 
    33{if isset($last)}
    4   <a class="navButton" href="{$last.U_IMG}" title="{'last_page'|@translate} : {$last.TITLE}" rel="last"><img src="{$ROOT_URL}{$themeconf.icon_dir}/last.png" class="button" alt="{'last_page'|@translate}"></a>
     4  <a class="navButton" href="{$last.U_IMG}" title="{'Last'|@translate} : {$last.TITLE}" rel="last"><img src="{$ROOT_URL}{$themeconf.icon_dir}/last.png" class="button" alt="{'Last'|@translate}"></a>
    55{else}
    66  <a class="navButton"><img src="{$ROOT_URL}{$themeconf.icon_dir}/last_unactive.png" class="button" alt=""></a>
     
    88 
    99{if isset($next)}
    10   <a class="navButton" href="{$next.U_IMG}" title="{'next_page'|@translate} : {$next.TITLE}" rel="next"><img src="{$ROOT_URL}{$themeconf.icon_dir}/right.png" class="button" alt="{'next_page'|@translate}"></a>
     10  <a class="navButton" href="{$next.U_IMG}" title="{'Next'|@translate} : {$next.TITLE}" rel="next"><img src="{$ROOT_URL}{$themeconf.icon_dir}/right.png" class="button" alt="{'Next'|@translate}"></a>
    1111{else}
    1212  <a class="navButton"><img src="{$ROOT_URL}{$themeconf.icon_dir}/right_unactive.png" class="button" alt=""></a>
     
    1414
    1515{if isset($slideshow.U_START_PLAY)}
    16   <a class="navButton" href="{$slideshow.U_START_PLAY}" title="{'start_play'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/play.png" class="button" alt="{'start_play'|@translate}"></a>
     16  <a class="navButton" href="{$slideshow.U_START_PLAY}" title="{'Play of slideshow'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/play.png" class="button" alt="{'Play of slideshow'|@translate}"></a>
    1717{/if}
    1818
    1919{if isset($slideshow.U_STOP_PLAY)}
    20   <a class="navButton" href="{$slideshow.U_STOP_PLAY}" title="{'stop_play'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/pause.png" class="button" alt="{'stop_play'|@translate}"></a>
     20  <a class="navButton" href="{$slideshow.U_STOP_PLAY}" title="{'Pause of slideshow'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/pause.png" class="button" alt="{'Pause of slideshow'|@translate}"></a>
    2121{/if}
    2222
    2323{if isset($U_UP) and !isset($slideshow)}
    24   <a class="navButton" href="{$U_UP}" title="{'thumbnails'|@translate}" rel="up"><img src="{$ROOT_URL}{$themeconf.icon_dir}/up.png" class="button" alt="{'thumbnails'|@translate}"></a>
     24  <a class="navButton" href="{$U_UP}" title="{'Thumbnails'|@translate}" rel="up"><img src="{$ROOT_URL}{$themeconf.icon_dir}/up.png" class="button" alt="{'Thumbnails'|@translate}"></a>
    2525{/if}
    2626 
    2727{if isset($previous)}
    28   <a class="navButton" href="{$previous.U_IMG}" title="{'previous_page'|@translate} : {$previous.TITLE}" rel="prev"><img src="{$ROOT_URL}{$themeconf.icon_dir}/left.png" class="button" alt="{'previous_page'|@translate}"></a>
     28  <a class="navButton" href="{$previous.U_IMG}" title="{'Previous'|@translate} : {$previous.TITLE}" rel="prev"><img src="{$ROOT_URL}{$themeconf.icon_dir}/left.png" class="button" alt="{'Previous'|@translate}"></a>
    2929{else}
    3030  <a class="navButton"><img src="{$ROOT_URL}{$themeconf.icon_dir}/left_unactive.png" class="button" alt=""></a>
     
    3232 
    3333{if isset($first)}
    34   <a class="navButton" href="{$first.U_IMG}" title="{'first_page'|@translate} : {$first.TITLE}" rel="first"><img src="{$ROOT_URL}{$themeconf.icon_dir}/first.png" class="button" alt="{'first_page'|@translate}"></a>
     34  <a class="navButton" href="{$first.U_IMG}" title="{'First'|@translate} : {$first.TITLE}" rel="first"><img src="{$ROOT_URL}{$themeconf.icon_dir}/first.png" class="button" alt="{'First'|@translate}"></a>
    3535{else}
    3636  <a class="navButton"><img src="{$ROOT_URL}{$themeconf.icon_dir}/first_unactive.png" class="button" alt=""></a>
     
    3939
    4040{if isset($slideshow.U_START_REPEAT)}
    41   <a class="navButton" href="{$slideshow.U_START_REPEAT}" title="{'start_repeat'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/start_repeat.png" class="button" alt="{'start_repeat'|@translate}"></a>
     41  <a class="navButton" href="{$slideshow.U_START_REPEAT}" title="{'Repeat the slideshow'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/Repeat the slideshow.png" class="button" alt="{'Repeat the slideshow'|@translate}"></a>
    4242{/if}
    4343
    4444{if isset($slideshow.U_STOP_REPEAT)}
    45   <a class="navButton" href="{$slideshow.U_STOP_REPEAT}" title="{'stop_repeat'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/stop_repeat.png" class="button" alt="{'stop_repeat'|@translate}"></a>
     45  <a class="navButton" href="{$slideshow.U_STOP_REPEAT}" title="{'Not repeat the slideshow'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/Not repeat the slideshow.png" class="button" alt="{'Not repeat the slideshow'|@translate}"></a>
    4646{/if}
    4747
    4848{if isset($slideshow)}
    4949  {if isset($slideshow.U_DEC_PERIOD)}
    50     <a class="navButton" href="{$slideshow.U_DEC_PERIOD}" title="{'dec_period'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/dec_period.png" class="button" alt="{'dec_period'|@translate}"></a>
     50    <a class="navButton" href="{$slideshow.U_DEC_PERIOD}" title="{'Accelerate diaporama speed'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/Accelerate diaporama speed.png" class="button" alt="{'Accelerate diaporama speed'|@translate}"></a>
    5151  {else}
    5252    <a class="navButton"> <img src="{$ROOT_URL}{$themeconf.icon_dir}/dec_period_unactive.png" class="button" alt=""></a>
     
    5454
    5555  {if isset($slideshow.U_INC_PERIOD)}
    56     <a class="navButton" href="{$slideshow.U_INC_PERIOD}" title="{'inc_period'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/inc_period.png" class="button" alt="{'inc_period'|@translate}"></a>
     56    <a class="navButton" href="{$slideshow.U_INC_PERIOD}" title="{'Reduce diaporama speed'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/Reduce diaporama speed.png" class="button" alt="{'Reduce diaporama speed'|@translate}"></a>
    5757  {else}
    5858    <a class="navButton"> <img src="{$ROOT_URL}{$themeconf.icon_dir}/inc_period_unactive.png" class="button" alt=""></a>
  • trunk/template/yoga/profile.tpl

    r3283 r5021  
    1313  <div class="titrePage">
    1414    <ul class="categoryActions">
    15       <li><a href="{$U_HOME}" title="{'return to homepage'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"></a></li>
     15      <li><a href="{$U_HOME}" title="{'Home'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/Home.png" class="button" alt="{'Home'|@translate}"></a></li>
    1616    </ul>
    1717    <h2>{'Profile'|@translate}</h2>
  • trunk/template/yoga/profile_content.tpl

    r3995 r5021  
    2626      <li>
    2727        <span class="property">
    28           <label for="use_new_pwd">{'new_password'|@translate}</label>
     28          <label for="use_new_pwd">{'New password'|@translate}</label>
    2929        </span>
    3030        <input type="password" name="use_new_pwd" id="use_new_pwd" value="">
     
    4141
    4242  <fieldset>
    43     <legend>{'preferences'|@translate}</legend>
     43    <legend>{'Preferences'|@translate}</legend>
    4444
    4545    <ul>
    4646      <li>
    4747        <span class="property">
    48           <label for="nb_image_line">{'nb_image_per_row'|@translate}</label>
     48          <label for="nb_image_line">{'Number of images per row'|@translate}</label>
    4949        </span>
    5050        <input type="text" size="3" maxlength="2" name="nb_image_line" id="nb_image_line" value="{$NB_IMAGE_LINE}">
     
    5252      <li>
    5353        <span class="property">
    54           <label for="nb_line_page">{'nb_row_per_page'|@translate}</label>
     54          <label for="nb_line_page">{'Number of rows per page'|@translate}</label>
    5555        </span>
    5656        <input type="text" size="3" maxlength="2" name="nb_line_page" id="nb_line_page" value="{$NB_ROW_PAGE}" >
     
    5858      <li>
    5959        <span class="property">
    60           <label for="template">{'theme'|@translate}</label>
     60          <label for="template">{'Interface theme'|@translate}</label>
    6161        </span>
    6262        {html_options name=template options=$template_options selected=$template_selection}
     
    6464      <li>
    6565        <span class="property">
    66           <label for="language">{'language'|@translate}</label>
     66          <label for="Language">{'Language'|@translate}</label>
    6767        </span>
    6868        {html_options name=language options=$language_options selected=$language_selection}
     
    7070      <li>
    7171        <span class="property">
    72           <label for="recent_period">{'recent_period'|@translate}</label>
     72          <label for="Recent period">{'Recent period'|@translate}</label>
    7373        </span>
    7474        <input type="text" size="3" maxlength="2" name="recent_period" id="recent_period" value="{$RECENT_PERIOD}">
    7575      </li>
    7676      <li>
    77         <span class="property">{'auto_expand'|@translate}</span>
     77        <span class="property">{'Expand all categories'|@translate}</span>
    7878        {html_radios name='expand' options=$radio_options selected=$EXPAND}
    7979      </li>
    8080      <li>
    81         <span class="property">{'show_nb_comments'|@translate}</span>
     81        <span class="property">{'Show number of comments'|@translate}</span>
    8282        {html_radios name='show_nb_comments' options=$radio_options selected=$NB_COMMENTS}
    8383      </li>
    8484      <li>
    85         <span class="property">{'show_nb_hits'|@translate}</span>
     85        <span class="property">{'Show number of hits'|@translate}</span>
    8686        {html_radios name='show_nb_hits' options=$radio_options selected=$NB_HITS}
    8787      </li>
    8888      <li>
    8989        <span class="property">
    90           <label for="maxwidth">{'maxwidth'|@translate}</label>
     90          <label for="Maximum width of the pictures">{'Maximum width of the pictures'|@translate}</label>
    9191        </span>
    9292        <input type="text" size="4" maxlength="4" name="maxwidth" id="maxwidth" value="{$MAXWIDTH}">
     
    9494      <li>
    9595        <span class="property">
    96           <label for="maxheight">{'maxheight'|@translate}</label>
     96          <label for="Maximum height of the pictures">{'Maximum height of the pictures'|@translate}</label>
    9797        </span>
    9898        <input type="text" size="4" maxlength="4" name="maxheight" id="maxheight" value="{$MAXHEIGHT}">
     
    104104    <input class="submit" type="submit" name="validate" value="{'Submit'|@translate}">
    105105    <input class="submit" type="reset" name="reset" value="{'Reset'|@translate}">
    106     <input class="submit" type="submit" name="reset_to_default" value="{'Reset_To_Default'|@translate}">
     106    <input class="submit" type="submit" name="reset_to_default" value="{'Reset to default values'|@translate}">
    107107  </p>
    108108
  • trunk/template/yoga/redirect.tpl

    r3283 r5021  
    99<p style="margin: 2em">
    1010        <a href="{$page_refresh.U_REFRESH}">
    11                 {'click_to_redirect'|@translate}
     11                {'Click here if your browser does not automatically forward you'|@translate}
    1212        </a>
    1313</p>
  • trunk/template/yoga/register.tpl

    r3283 r5021  
    55  <div class="titrePage">
    66    <ul class="categoryActions">
    7       <li><a href="{$U_HOME}" title="{'return to homepage'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"></a></li>
     7      <li><a href="{$U_HOME}" title="{'Home'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/Home.png" class="button" alt="{'Home'|@translate}"></a></li>
    88    </ul>
    99    <h2>{'Registration'|@translate}</h2>
  • trunk/template/yoga/search.tpl

    r3283 r5021  
    2323    <ul class="categoryActions">
    2424      <li><a href="{$U_HELP}" onclick="popuphelp(this.href); return false;" title="{'Help'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/help.png" class="button" alt="(?)"></a></li>
    25       <li><a href="{$U_HOME}" title="{'return to homepage'|@translate}" rel="home"><img src="{$ROOT_URL}{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"></a></li>
     25      <li><a href="{$U_HOME}" title="{'Home'|@translate}" rel="Home"><img src="{$ROOT_URL}{$themeconf.icon_dir}/Home.png" class="button" alt="{'Home'|@translate}"></a></li>
    2626    </ul>
    2727    <h2>{'Search'|@translate}</h2>
     
    4141<fieldset>
    4242  <legend>{'Filter'|@translate}</legend>
    43   <label>{'search_keywords'|@translate}
     43  <label>{'Search for words'|@translate}
    4444    <input type="text" style="width: 300px" name="search_allwords" size="30">
    4545  </label>
    4646  <ul>
    4747    <li><label>
    48       <input type="radio" name="mode" value="AND" checked="checked">{'search_mode_and'|@translate}
     48      <input type="radio" name="mode" value="AND" checked="checked">{'Search for all terms '|@translate}
    4949    </label></li>
    5050    <li><label>
    51       <input type="radio" name="mode" value="OR">{'search_mode_or'|@translate}
     51      <input type="radio" name="mode" value="OR">{'Search for any terms'|@translate}
    5252    </label></li>
    5353  </ul>
    54   <label>{'search_author'|@translate}
     54  <label>{'Search for Author'|@translate}
    5555    <input type="text" style="width: 300px" name="search_author" size="30">
    5656  </label>
     
    6767
    6868<fieldset>
    69   <legend>{'search_date'|@translate}</legend>
     69  <legend>{'Search by Date'|@translate}</legend>
    7070  <ul>
    71     <li><label>{'search_date_type'|@translate}</label></li>
     71    <li><label>{'Kind of date'|@translate}</label></li>
    7272    <li><label>
    7373      <input type="radio" name="date_type" value="date_creation" checked="checked">{'Creation date'|@translate}
     
    7878  </ul>
    7979  <ul>
    80     <li><label>{'search_date_from'|@translate}</label></li>
     80    <li><label>{'Date'|@translate}</label></li>
    8181    <li>
    8282      <select id="start_day" name="start_day">
     
    9797  </ul>
    9898  <ul>
    99     <li><label>{'search_date_to'|@translate}</label></li>
     99    <li><label>{'End-Date'|@translate}</label></li>
    100100    <li>
    101101      <select id="end_day" name="end_day">
     
    118118
    119119<fieldset>
    120   <legend>{'search_options'|@translate}</legend>
    121   <label>{'search_categories'|@translate}
     120  <legend>{'Search Options'|@translate}</legend>
     121  <label>{'Search in Categories'|@translate}
    122122    <select class="categoryList" name="cat[]" multiple="multiple" >
    123123      {html_options options=$category_options selected=$category_options_selected}
     
    125125  </label>
    126126  <ul>
    127     <li><label>{'search_subcats_included'|@translate}</label></li>
     127    <li><label>{'Search in subcategories'|@translate}</label></li>
    128128    <li><label>
    129129      <input type="radio" name="subcats-included" value="1" checked="checked">{'Yes'|@translate}
  • trunk/template/yoga/search_rules.tpl

    r3283 r5021  
    1616  {if isset($SEARCH_TAGS_MODE) }
    1717  <li>
    18     <p>{if 'AND'==$SEARCH_TAGS_MODE}{'All tags must match'|@translate}{else}{'At least one tag must match'|@translate}{/if}</p>
     18    <p>{if 'AND'==$SEARCH_TAGS_MODE}{'At least one tag must match'|@translate}{else}{'At least one tag must match'|@translate}{/if}</p>
    1919    <ul>
    2020      {foreach from=$search_tags item=v}
  • trunk/template/yoga/slideshow.tpl

    r3283 r5021  
    22  <div class="browsePath">
    33    {if isset($U_SLIDESHOW_STOP) }
    4     [ <a href="{$U_SLIDESHOW_STOP}">{'slideshow_stop'|@translate}</a> ]
     4    [ <a href="{$U_SLIDESHOW_STOP}">{'stop the slideshow'|@translate}</a> ]
    55    {/if}
    66  </div>
  • trunk/template/yoga/tags.tpl

    r3283 r5021  
    44                <ul class="categoryActions">
    55                {if $display_mode == 'letters'}
    6                         <li><a href="{$U_CLOUD}" title="{'show tag cloud'|@translate}" rel="nofollow"><img src="{$themeconf.icon_dir}/tag_cloud.png" class="button" alt="{'cloud'|@translate}"></a></li>
     6                        <li><a href="{$U_CLOUD}" title="{'cloud'|@translate}" rel="nofollow"><img src="{$themeconf.icon_dir}/tag_cloud.png" class="button" alt="{'cloud'|@translate}"></a></li>
    77                {/if}
    88
    99                {if $display_mode == 'cloud'}
    10                         <li><a href="{$U_LETTERS}" title="{'group by letters'|@translate}" rel="nofollow"><img src="{$themeconf.icon_dir}/tag_letters.png" class="button" alt="{'letters'|@translate}"></a></li>
     10                        <li><a href="{$U_LETTERS}" title="{'letters'|@translate}" rel="nofollow"><img src="{$themeconf.icon_dir}/tag_letters.png" class="button" alt="{'letters'|@translate}"></a></li>
    1111                {/if}
    1212
    13                         <li><a href="{$U_HOME}" title="{'return to homepage'|@translate}"><img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"></a></li>
     13                        <li><a href="{$U_HOME}" title="{'Home'|@translate}"><img src="{$themeconf.icon_dir}/Home.png" class="button" alt="{'Home'|@translate}"></a></li>
    1414                </ul>
    1515                <h2>{'Tags'|@translate}</h2>
  • trunk/template/yoga/upload.tpl

    r3283 r5021  
    99  <div class="titrePage">
    1010    <ul class="categoryActions">
    11       <li><a href="{$U_HOME}" title="{'return to homepage'|@translate}"><img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"></a></li>
     11      <li><a href="{$U_HOME}" title="{'Home'|@translate}"><img src="{$themeconf.icon_dir}/Home.png" class="button" alt="{'Home'|@translate}"></a></li>
    1212    </ul>
    13     <h2>{'upload_title'|@translate}</h2>
     13    <h2>{'Upload a picture'|@translate}</h2>
    1414  </div>
    1515
     
    6161    <!-- mail address -->
    6262    <tr>
    63       <td>{'mail_address'|@translate} <span style="color:red;">*</span></td>
     63      <td>{'E-mail address'|@translate} <span style="color:red;">*</span></td>
    6464      <td>
    6565      <input name="mail_address" type="text" value="{$EMAIL}">
     
    6868    <!-- name of the picture -->
    6969    <tr>
    70       <td>{'upload_name'|@translate}</td>
     70      <td>{'Name of the picture'|@translate}</td>
    7171      <td>
    7272      <input name="name" type="text" value="{$NAME_IMG}">
     
    7575    <!-- author -->
    7676    <tr>
    77       <td>{'upload_author'|@translate}</td>
     77      <td>{'Author'|@translate}</td>
    7878      <td>
    7979      <input name="author" type="text" value="{$AUTHOR_IMG}">
     
    8989    <!-- comment -->
    9090    <tr>
    91       <td>{'comment'|@translate}</td>
     91      <td>{'Comment'|@translate}</td>
    9292      <td>
    9393       <textarea name="comment" id="comment" rows="3" cols="40" style="overflow:auto">{$COMMENT_IMG}</textarea>
     
    103103  </form>
    104104  {else}
    105   {'upload_successful'|@translate}<br>
     105  {'Picture uploaded with success, an administrator will validate it as soon as possible'|@translate}<br>
    106106  <div style="text-align:center;">
    107     <a href="{$U_RETURN}">[ {'home'|@translate} ]</a>
     107    <a href="{$U_RETURN}">[ {'Home'|@translate} ]</a>
    108108  </div>
    109109  {/if}
    110110 
    111111  {if isset($SHOW_FORM_FIELDS) and $SHOW_FORM_FIELDS}
    112   <div style="text-align:left; margin-left:20px;"><span style="color:red;">*</span> : {'mandatory'|@translate}</div>
     112  <div style="text-align:left; margin-left:20px;"><span style="color:red;">*</span> : {'obligatory'|@translate}</div>
    113113  {/if}
    114114</div> <!-- content -->
Note: See TracChangeset for help on using the changeset viewer.