Ignore:
Timestamp:
May 23, 2011, 10:01:33 PM (13 years ago)
Author:
grum
Message:

fix bug:2306 - Some translation keys are not correct

Location:
extensions/gally/gally-default/template
Files:
27 edited

Legend:

Unmodified
Added
Removed
  • extensions/gally/gally-default/template/about.tpl

    r6109 r11024  
    44    <ul class="categoryActions">
    55      <li>
    6         <a id="icon_home" class="button" href="{$U_HOME}" title="{'return to homepage'|@translate}">
    7           <!-- <img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'Home'|@translate}"/>-->
     6        <a id="icon_home" class="button" href="{$U_HOME}" title="{'return to homepage'|@translate}">         
    87        </a>
    98      </li>
  • extensions/gally/gally-default/template/comments.tpl

    r6109 r11024  
    44  <div class="titrePage">
    55    <ul class="categoryActions">
    6       <li><a id="icon_home" class="button" href="{$U_HOME}" title="{'Home'|@translate}"><!-- <img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'Home'|@translate}"/>--> </a></li>
     6      <li><a id="icon_home" class="button" href="{$U_HOME}" title="{'Home'|@translate}"></a></li>
    77    </ul>
    88    <h2>{'User comments'|@translate}</h2>
     
    1818      <li><div class="property">{'Author'|@translate}</div><input type="text" name="author" value="{$F_AUTHOR}" /></li>
    1919
    20       <li><div class="property">{'Category'|@translate}</div>
     20      <li><div class="property">{'Album'|@translate}</div>
    2121        <select name="cat">
    2222          <option value="0">------------</option>
  • extensions/gally/gally-default/template/header.tpl

    r10736 r11024  
    2020  {/if}
    2121
    22   {if (isset($REVERSE) and $REVERSE and $PAGE_TITLE == l10n('home'))}
     22  {if (isset($REVERSE) and $REVERSE and $PAGE_TITLE == l10n('Home'))}
    2323    <title>{$GALLERY_TITLE} | {$PAGE_TITLE}</title>
    2424  {else}
    2525    <title>{$PAGE_TITLE} | {$GALLERY_TITLE}</title>
    2626  {/if}
    27   <!-- <link rel="shortcut icon" type="image/x-icon" href="{$ROOT_URL}template-common/favicon.ico"> -->
     27
    2828
    2929  <link rel="start" title="{'Home'|@translate}" href="{$U_HOME}" >
  • extensions/gally/gally-default/template/identification.tpl

    r6109 r11024  
    55  <div class="titrePage">
    66    <ul class="categoryActions">
    7       <li><a id="icon_lost_password" class="button" 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>
     7      <li><a id="icon_lost_password" class="button" href="{$U_LOST_PASSWORD}" title="{'Forgot your password?'|@translate}"> </a></li>
    88      {if isset($U_REGISTER) }
    9       <li><a id="icon_register" class="button" 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>
     9      <li><a id="icon_register" class="button" href="{$U_REGISTER}" title="{'Create a new account'|@translate}"></a></li>
    1010      {/if}
    11       <li><a id="icon_home" class="button" 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>
     11      <li><a id="icon_home" class="button" href="{$U_HOME}" title="{'Home'|@translate}"></a></li>
    1212    </ul>
    1313    <h2>{'Identification'|@translate}</h2>
     
    5353  <p>
    5454    {if isset($U_REGISTER) }
    55     <a id="icon_register2" class="button" href="{$U_REGISTER}" title="{'Register'|@translate}"><!-- <img src="{$ROOT_URL}{$themeconf.icon_dir}/register.png" class="button" alt="{'Register'|@translate}"> {'Register'|@translate}--></a>
     55    <a id="icon_register2" class="button" href="{$U_REGISTER}" title="{'Register'|@translate}"></a>
    5656    {/if}
    57     <a id="icon_lost_password2" class="button" 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>
     57    <a id="icon_lost_password2" class="button" href="{$U_LOST_PASSWORD}" title="{'Forgot your password?'|@translate}"></a>
    5858  </p>
    5959
  • extensions/gally/gally-default/template/index.tpl

    r10937 r11024  
    3030
    3131        {if isset($favorite) }
    32         <li><a id="icon_delall_favorite" class="button" href="{$favorite.U_FAVORITE}" title="{'delete all images from your favorites'|@translate}">
    33           <!-- <img src="{$favorite.FAVORITE_IMG}" class="button" alt="favorite" title="{'delete all images from your favorites'|@translate}">- --></a></li>
     32        <li><a id="icon_delall_favorite" class="button" href="{$favorite.U_FAVORITE}" title="{'delete all photos from your favorites'|@translate}"></a></li>
    3433        {/if}
    3534
    3635        {if isset($U_CADDIE) }
    37         <li><a id="icon_caddie" class="button" href="{$U_CADDIE}" title="{'add to caddie'|@translate}">
    38           <!-- <img src="{$ROOT_URL}{$themeconf.icon_dir}/caddie_add.png" class="button" alt="{'caddie'|@translate}"/> --> </a></li>
     36        <li><a id="icon_caddie" class="button" href="{$U_CADDIE}" title="{'caddie'|@translate}"></a></li>
    3937        {/if}
    4038
    4139        {if isset($U_EDIT) }
    42         <li><a id="icon_category_edit" class="button" href="{$U_EDIT}" title="{'edit category informations'|@translate}">
    43           <!-- <img src="{$ROOT_URL}{$themeconf.icon_dir}/category_edit.png" class="button" alt="{'edit'|@translate}"/> --></a></li>
     40        <li><a id="icon_category_edit" class="button" href="{$U_EDIT}" title="{'edit'|@translate}"></a></li>
    4441        {/if}
    4542
    4643        {if isset($U_SEARCH_RULES) }
    47         <li><a id="icon_search_rules" class="button" href="{$U_SEARCH_RULES}" style="border:none;" onclick="popuphelp(this.href); return false;" title="{'Search rules'|@translate}" rel="nofollow"><!-- <img src="{$ROOT_URL}{$themeconf.icon_dir}/search_rules.png" class="button" alt="(?)"> --></a></li>
     44        <li><a id="icon_search_rules" class="button" href="{$U_SEARCH_RULES}" style="border:none;" onclick="popuphelp(this.href); return false;" title="{'Search rules'|@translate}" rel="nofollow"></a></li>
    4845        {/if}
    4946
    5047        {if isset($U_SLIDESHOW) }
    51         <li><a id="icon_start_slideshow" class="button" href="{$U_SLIDESHOW}" title="{'slideshow'|@translate}" rel="nofollow"><!-- <img src="{$ROOT_URL}{$themeconf.icon_dir}/start_slideshow.png" class="button" alt="{'slideshow'|@translate}"/> --></a></li>
     48        <li><a id="icon_start_slideshow" class="button" href="{$U_SLIDESHOW}" title="{'slideshow'|@translate}" rel="nofollow"></a></li>
    5249        {/if}
    5350
    5451        {if isset($U_MODE_FLAT) }
    55         <li><a id="icon_flat" class="button" 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>
     52        <li><a id="icon_flat" class="button" href="{$U_MODE_FLAT}" title="{'display all photos in all sub-albums'|@translate}" rel="nofollow"></li>
    5653        {/if}
    5754
    5855        {if isset($U_MODE_NORMAL) }
    59         <li><a id="icon_normal_mode" class="button" 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>
     56        <li><a id="icon_normal_mode" class="button" href="{$U_MODE_NORMAL}" title="{'return to normal view mode'|@translate}"></a></li>
    6057        {/if}
    6158
    6259        {if isset($U_MODE_POSTED) }
    63         <li><a id="icon_calendar" class="button" 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>
     60        <li><a id="icon_calendar" class="button" href="{$U_MODE_POSTED}" title="{'display a calendar by posted date'|@translate}" rel="nofollow"></a></li>
    6461        {/if}
    6562
    6663        {if isset($U_MODE_CREATED) }
    67         <li><a id="icon_calendar_created" class="button" 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>
     64        <li><a id="icon_calendar_created" class="button" href="{$U_MODE_CREATED}" title="{'display a calendar by creation date'|@translate}" rel="nofollow"></a></li>
    6865        {/if}
    6966
     
    103100
    104101  {if !empty($category_search_results) }
    105   <div style="font-size:16px;text-align:left;margin:10px">{'Category results for'|@translate} <strong>{$QUERY_SEARCH}</strong> :
     102  <div style="font-size:16px;text-align:left;margin:10px">{'Album results for'|@translate} <strong>{$QUERY_SEARCH}</strong> :
    106103    <em><strong>
    107104    {foreach from=$category_search_results item=res name=res_loop}
  • extensions/gally/gally-default/template/mail/text/html/cat_group_info.tpl

    r6109 r11024  
    33<p>{$IMG_URL}</p>
    44<p>{'Hello,'|@translate}</p>
    5 <p>{'Come to discover the category:'|@translate} <a href="{$LINK}">{$CAT_NAME}</a></p>
     5<p>{'Discover album:'|@translate} <a href="{$LINK}">{$CAT_NAME}</a></p>
    66<p>{$CPL_CONTENT}</p>
    77<p>{'See you soon.'|@translate}</p>
  • extensions/gally/gally-default/template/mail/text/html/index.php

    r6109 r11024  
    11<?php
    22// +-----------------------------------------------------------------------+
    3 // | Piwigo - a PHP based picture gallery                                  |
     3// | Piwigo - a PHP based photo gallery                                    |
    44// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2008-2010 Piwigo Team                  http://piwigo.org |
     5// | Copyright(C) 2008-2011 Piwigo Team                  http://piwigo.org |
    66// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
    77// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
  • extensions/gally/gally-default/template/mail/text/html/notification_by_mail.tpl

    r6109 r11024  
    1616{/if}
    1717{if isset($content_new_elements_single)}
    18 <p>{'New elements were added'|@translate} {'on'|@translate} {$content_new_elements_single.DATE_SINGLE}.</p>
     18<p>{'New photos were added'|@translate} {'on'|@translate} {$content_new_elements_single.DATE_SINGLE}.</p>
    1919{/if}
    2020{if isset($content_new_elements_between)}
    21 <p>{'New elements were added'|@translate} {'between'|@translate} {$content_new_elements_between.DATE_BETWEEN_1} {'and'|@translate} {$content_new_elements_between.DATE_BETWEEN_2}.</p>
     21<p>{'New photos were added'|@translate} {'between'|@translate} {$content_new_elements_between.DATE_BETWEEN_1} {'and'|@translate} {$content_new_elements_between.DATE_BETWEEN_2}.</p>
    2222{/if}
    2323
  • extensions/gally/gally-default/template/mail/text/index.php

    r6109 r11024  
    11<?php
    22// +-----------------------------------------------------------------------+
    3 // | Piwigo - a PHP based picture gallery                                  |
     3// | Piwigo - a PHP based photo gallery                                    |
    44// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2008-2010 Piwigo Team                  http://piwigo.org |
     5// | Copyright(C) 2008-2011 Piwigo Team                  http://piwigo.org |
    66// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
    77// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
  • extensions/gally/gally-default/template/mail/text/plain/cat_group_info.tpl

    r6109 r11024  
    11{'Hello,'|@translate}
    22
    3 {'Come to discover the category:'|@translate} {$CAT_NAME}
     3{'Discover album:'|@translate} {$CAT_NAME}
    44{$LINK}
    55
  • extensions/gally/gally-default/template/mail/text/plain/footer.tpl

    r6109 r11024  
    11
    22------------------------------------------------------------------------------
    3 {'Contact'|@translate} {$GALLERY_URL} - {'Contact'|@translate} Piwigo {$VERSION} - {'Contact'|@translate} {$MAIL}
     3{'Sent by'|@translate} "{$GALLERY_TITLE}" {$GALLERY_URL} - {'Contact'|@translate} {$MAIL}
     4{'Powered by'|@translate} Piwigo {$VERSION}
  • extensions/gally/gally-default/template/mail/text/plain/index.php

    r6109 r11024  
    11<?php
    22// +-----------------------------------------------------------------------+
    3 // | Piwigo - a PHP based picture gallery                                  |
     3// | Piwigo - a PHP based photo gallery                                    |
    44// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2008-2010 Piwigo Team                  http://piwigo.org |
     5// | Copyright(C) 2008-2011 Piwigo Team                  http://piwigo.org |
    66// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
    77// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
  • extensions/gally/gally-default/template/mail/text/plain/notification_by_mail.tpl

    r6109 r11024  
    1414{/if}
    1515{if isset($content_new_elements_single)}
    16 {'New elements were added'|@translate} {'on'|@translate} {$content_new_elements_single.DATE_SINGLE}.
     16{'New photos were added'|@translate} {'on'|@translate} {$content_new_elements_single.DATE_SINGLE}.
    1717{/if}
    1818{if isset($content_new_elements_between)}
    19 {'New elements were added'|@translate} {'between'|@translate} {$content_new_elements_between.DATE_BETWEEN_1} {'and'|@translate} {$content_new_elements_between.DATE_BETWEEN_2}.
     19{'New photos were added'|@translate} {'between'|@translate} {$content_new_elements_between.DATE_BETWEEN_1} {'and'|@translate} {$content_new_elements_between.DATE_BETWEEN_2}.
    2020{/if}
    2121{if not empty($global_new_lines)}
  • extensions/gally/gally-default/template/mainpage_categories.tpl

    r8528 r11024  
    77      <div class="illustration">
    88
    9           <img {if isset($cat.EXTRA_CLASS)}class="{$cat.EXTRA_CLASS}"{/if} src="{$cat.TN_SRC}" alt="{$cat.TN_ALT}" title="{$cat.NAME|@replace:'"':' '} - {'shows images at the root of this category'|@translate}">
     9          <img {if isset($cat.EXTRA_CLASS)}class="{$cat.EXTRA_CLASS}"{/if} src="{$cat.TN_SRC}" alt="{$cat.TN_ALT}" title="{$cat.NAME|@replace:'"':' '} - {'display this album'|@translate}">
    1010
    1111      </div>
  • extensions/gally/gally-default/template/menubar_categories.tpl

    r6109 r11024  
    11<dt>
    22  {if isset($U_START_FILTER)}
    3   <a id="icon_start_filter" class="button" href="{$U_START_FILTER}" title="{'display only recently posted images'|@translate}" rel="nofollow"></a>
     3  <a id="icon_start_filter" class="button" href="{$U_START_FILTER}" title="{'display only recently posted photos'|@translate}" rel="nofollow"></a>
    44  {/if}
    55  {if isset($U_STOP_FILTER)}
    6   <a id="icon_stop_filter" class="button" href="{$U_STOP_FILTER}" title="{'return to the display of all images'|@translate}"></a>
     6  <a id="icon_stop_filter" class="button" href="{$U_STOP_FILTER}" title="{'return to the display of all photos'|@translate}"></a>
    77  {/if}
    8   <a href="{$block->data.U_CATEGORIES}">{'Categories'|@translate}</a>
     8  <a href="{$block->data.U_CATEGORIES}">{'Albums'|@translate}</a>
    99</dt>
    1010
     
    3737  </ul>
    3838  {/if}
    39   <p class="totalImages">{$pwg->l10n_dec('%d image', '%d images', $block->data.NB_PICTURE)}</p>
     39  <p class="totalImages">{$pwg->l10n_dec('%d photo', '%d photos', $block->data.NB_PICTURE)}</p>
    4040</dd>
    4141
  • extensions/gally/gally-default/template/menubar_identification.tpl

    r8528 r11024  
    5151  <input class="submit" type="submit" name="login" value="{'Submit'|@translate}">
    5252  <ul class="actions">
    53     <li><a id="icon_lost_password3" class="button sTipOnBottom" 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>
     53    <li><a id="icon_lost_password3" class="button sTipOnBottom" href="{$U_LOST_PASSWORD}" title="{'Forgot your password?'|@translate}" rel="nofollow"></a></li>
    5454    {if isset($U_REGISTER)}
    55     <li><a id="icon_register3" class="button sTipOnBottom" 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 id="icon_register3" class="button sTipOnBottom" href="{$U_REGISTER}" title="{'Create a new account'|@translate}" rel="nofollow"></a></li>
    5656    {/if}
    5757  </ul>
  • extensions/gally/gally-default/template/menubar_tags.tpl

    r8528 r11024  
    44    {foreach from=$block->data item=tag}
    55    <span>
    6       <a href="{$tag.URL}" class="tagLevel{$tag.level} sTipOnTop" title="{'See images linked to this tag only'|@translate}">{$tag.name}</a>
     6      <a href="{$tag.URL}" class="tagLevel{$tag.level} sTipOnTop" title="{'display photos linked to this tag'|@translate}">{$tag.name}</a>
    77      {if !empty($tag.U_ADD) }
    88      <a class="tagaddbutton sTipOnTop" href="{$tag.U_ADD}"
    9         title="{$pwg->l10n_dec('%d element are also linked to current tags', '%d elements are also linked to current tags', $tag.counter)}"
     9        title="{$pwg->l10n_dec('%d photo is also linked to current tags', '%d photos are also linked to current tags', $tag.counter)}"
    1010        rel="nofollow">
    1111        <img src="{$ROOT_URL}{$themeconf.icon_dir}/add_tag.png" alt="+" />
  • extensions/gally/gally-default/template/nbm.tpl

    r6109 r11024  
    44  <div class="titrePage">
    55    <ul class="categoryActions">
    6       <li><a id="icon_home" class="button" 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>
     6      <li><a id="icon_home" class="button" href="{$U_HOME}" title="{'Home'|@translate}"></a></li>
    77    </ul>
    88    <h2>{'Notification'|@translate}</h2>
  • extensions/gally/gally-default/template/notification.tpl

    r8528 r11024  
    22
    33{html_head}
    4 <link rel="alternate" type="application/rss+xml" title="{'Image only RSS feed'|@translate}" href="{$U_FEED_IMAGE_ONLY}">
    5 <link rel="alternate" type="application/rss+xml" title="{'Complete RSS feed (images, comments)'|@translate}" href="{$U_FEED}">
     4<link rel="alternate" type="application/rss+xml" title="{'Photos only RSS feed'|@translate}" href="{$U_FEED_IMAGE_ONLY}">
     5<link rel="alternate" type="application/rss+xml" title="{'Complete RSS feed (photos, comments)'|@translate}" href="{$U_FEED}">
    66{/html_head}
    77<div id="content" class="content">
     
    99  <div class="titrePage">
    1010    <ul class="categoryActions">
    11       <li><a id="icon_home" class="button" href="{$U_HOME}" title="{'Home'|@translate}"><!--<img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'Home'|@translate}"/>--></a></li>
     11      <li><a id="icon_home" class="button" href="{$U_HOME}" title="{'Home'|@translate}"></a></li>
    1212    </ul>
    1313    <h2>{'Notification'|@translate}</h2>
     
    1515
    1616  <div id="content2">
    17     <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>
     17    <p>{'The RSS notification feed provides notification on news from this website : new photos, updated albums, new comments. Use a RSS feed reader.'|@translate}</p>
    1818
    19     <p><span class="rssFeed"></span><a href="{$U_FEED_IMAGE_ONLY}">{'Image only RSS feed'|@translate}</a></p>
    20     <p><span class="rssFeed"></span><a href="{$U_FEED}">{'Complete RSS feed (images, comments)'|@translate}</a></p>
     19    <p><span class="rssFeed"></span><a href="{$U_FEED_IMAGE_ONLY}">{'Photos only RSS feed'|@translate}</a></p>
     20    <p><span class="rssFeed"></span><a href="{$U_FEED}">{'Complete RSS feed (photos, comments)'|@translate}</a></p>
    2121  </div>
    2222</div>
  • extensions/gally/gally-default/template/password.tpl

    r6109 r11024  
    55  <div class="titrePage">
    66    <ul class="categoryActions">
    7       <li><a id="icon_home" class="button" 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>
     7      <li><a id="icon_home" class="button" href="{$U_HOME}" title="{'Home'|@translate}"></a></li>
    88    </ul>
    99    <h2>{'Password forgotten'|@translate}</h2>
  • extensions/gally/gally-default/template/popuphelp.tpl

    r6109 r11024  
    55  <ul class="categoryActions">
    66    <li>
    7       <a id="icon_exit" class="button" href="#" onclick="window.close();" title="{'Close this window'|@translate}"><!--
    8         <img src="{$ROOT_URL}{$themeconf.icon_dir}/exit.png" class="button" alt="exit">-->
     7      <a id="icon_exit" class="button" href="#" onclick="window.close();" title="{'Close this window'|@translate}">
    98      </a>
    109    </li>
  • extensions/gally/gally-default/template/profile.tpl

    r6109 r11024  
    77  <div class="titrePage">
    88    <ul class="categoryActions">
    9       <li><a id="icon_home" class="button" href="{$U_HOME}" title="{'Home'|@translate}"><!--<img src="{$ROOT_URL}{$themeconf.icon_dir}/home.png" class="button" alt="{'Home'|@translate}"/>--></a></li>
     9      <li><a id="icon_home" class="button" href="{$U_HOME}" title="{'Home'|@translate}"></a></li>
    1010    </ul>
    1111    <h2>{'Profile'|@translate}</h2>
  • extensions/gally/gally-default/template/profile_content.tpl

    r6956 r11024  
    4848      <li>
    4949        <div class="property">
    50           <label for="nb_image_line">{'Number of images per row'|@translate}</label>
     50          <label for="nb_image_line">{'Number of photos per row'|@translate}</label>
    5151        </div>
    5252        <input type="text" size="3" maxlength="2" name="nb_image_line" id="nb_image_line" value="{$NB_IMAGE_LINE}">
     
    6666      <li>
    6767        <div class="property">
    68           <label for="language">{'Language'|@translate}</label>
     68          <label for="Language">{'Language'|@translate}</label>
    6969        </div>
    7070        {html_options name=language options=$language_options selected=$language_selection}
     
    7272      <li>
    7373        <div class="property">
    74           <label for="recent_period">{'Recent period'|@translate}</label>
     74          <label for="Recent period">{'Recent period'|@translate}</label>
    7575        </div>
    7676        <input type="text" size="3" maxlength="2" name="recent_period" id="recent_period" value="{$RECENT_PERIOD}">
    7777      </li>
    7878      <li>
    79         <div class="property">{'Expand all categories'|@translate}</div>
     79        <div class="property">{'Expand all albums'|@translate}</div>
    8080        {html_radios name='expand' options=$radio_options selected=$EXPAND}
    8181      </li>
     
    9090      <li>
    9191        <div class="property">
    92           <label for="maxwidth">{'Maximum width of the pictures'|@translate}</label>
     92          <label for="maxwidth">{'Maximum photo width'|@translate}</label>
    9393        </div>
    9494        <input type="text" size="4" maxlength="4" name="maxwidth" id="maxwidth" value="{$MAXWIDTH}">
     
    9696      <li>
    9797        <div class="property">
    98           <label for="maxheight">{'Maximum height of the pictures'|@translate}</label>
     98          <label for="maxheight">{'Maximum photo height'|@translate}</label>
    9999        </div>
    100100        <input type="text" size="4" maxlength="4" name="maxheight" id="maxheight" value="{$MAXHEIGHT}">
  • extensions/gally/gally-default/template/register.tpl

    r6109 r11024  
    77  <div class="titrePage">
    88    <ul class="categoryActions">
    9       <li><a id="icon_home" class="button" href="{$U_HOME}" title="{'return to homepage'|@translate}"><!--<img src="{$ROOT_URL}{$themeconf.icon_dir}/home.png" class="button" alt="{'Home'|@translate}"/>--></a></li>
     9      <li><a id="icon_home" class="button" href="{$U_HOME}" title="{'Home'|@translate}"></a></li>
    1010    </ul>
    1111    <h2>{'Registration'|@translate}</h2>
     
    3939      <li>
    4040        <div class="property">
    41           <label for="mail_address">{'Mail address'|@translate}</label>
     41          <label for="mail_address">{'Email address'|@translate}</label>
    4242        </div>
    4343        <input type="text" name="mail_address" id="mail_address" value="{$F_EMAIL}" size=35>
  • extensions/gally/gally-default/template/search.tpl

    r6109 r11024  
    44  <div class="titrePage">
    55    <ul class="categoryActions">
    6       <li><a id="icon_help" class="button" 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>
    7       <li><a id="icon_home" class="button" 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>
     6      <li><a id="icon_help" class="button" href="{$U_HELP}" onclick="popuphelp(this.href); return false;" title="{'Help'|@translate}" rel="nofollow"> </a></li>
     7      <li><a id="icon_home" class="button" href="{$U_HOME}" title="{'Home'|@translate}" rel="home"> </a></li>
    88    </ul>
    99    <h2>{'Search'|@translate}</h2>
     
    9393<fieldset>
    9494  <legend>{'Search Options'|@translate}</legend>
    95   <label>{'Search in Categories'|@translate}<br/>
     95  <label>{'Search in albums'|@translate}<br/>
    9696    <select class="categoryList" name="cat[]" multiple="multiple" >
    9797      {html_options options=$category_options selected=$category_options_selected}
     
    9999  </label>
    100100  <ul>
    101     <li><label>{'Search in subcategories'|@translate}</label></li>
     101    <li><label>{'Search in sub-albums'|@translate}</label></li>
    102102    <li><label>
    103103      <input type="radio" name="subcats-included" value="1" checked="checked" />{'Yes'|@translate}
  • extensions/gally/gally-default/template/search_rules.tpl

    r6109 r11024  
    44<ul class="categoryActions">
    55  <li>
    6     <a id="icon_exit" class="button" href="#" onclick="window.close();" title="{'Close this window'|@translate}">
    7       <!--<img src="{$ROOT_URL}{$themeconf.icon_dir}/exit.png" class="button" alt="exit">-->
     6    <a id="icon_exit" class="button" href="#" onclick="window.close();" title="{'Close this window'|@translate}">     
    87    </a>
    98  </li>
     
    2625  {if isset($SEARCH_TAGS_MODE) }
    2726  <li>
    28     <p>{if 'AND'==$SEARCH_TAGS_MODE}{'All tags must match'|@translate}{else}{'At least one tag must match'|@translate}{/if}</p>
     27    <p>{if 'AND'==$SEARCH_TAGS_MODE}{'At least one tag must match'|@translate}{else}{'At least one tag must match'|@translate}{/if}</p>
    2928    <ul>
    3029      {foreach from=$search_tags item=v}
     
    4544  {if isset($search_categories) }
    4645  <li>
    47     <p>{'Categories'|@translate}</p>
     46    <p>{'Albums'|@translate}</p>
    4847
    4948    <ul>
  • extensions/gally/gally-default/template/tags.tpl

    r6109 r11024  
    44    <ul class="categoryActions">
    55{if $display_mode == 'letters'}
    6       <li><a id="icon_cloud" class="button" href="{$U_CLOUD}" title="{'show tag cloud'|@translate}"><!--<img src="{$themeconf.icon_dir}/tag_cloud.png" class="button" alt="{'cloud'|@translate}"/>--></a></li>
     6      <li><a id="icon_cloud" class="button" href="{$U_CLOUD}" title="{'cloud'|@translate}"></a></li>
    77{/if}
    88
    99{if $display_mode == 'cloud'}
    10       <li><a id="icon_tag_letters" class="button" href="{$U_LETTERS}" title="{'group by letters'|@translate}"><!--<img src="{$themeconf.icon_dir}/tag_letters.png" class="button" alt="{'letters'|@translate}"/>--></a></li>
     10      <li><a id="icon_tag_letters" class="button" href="{$U_LETTERS}" title="{'letters'|@translate}"></a></li>
    1111{/if}
    1212
     
    3636      <tr class="tagLine">
    3737        <td><a href="{$tag.URL}">{$tag.name}</a></td>
    38         <td class="nbEntries">{$pwg->l10n_dec('%d image', '%d images', $tag.counter)}</td>
     38        <td class="nbEntries">{$pwg->l10n_dec('%d photo', '%d photos', $tag.counter)}</td>
    3939      </tr>
    4040      {/foreach}
Note: See TracChangeset for help on using the changeset viewer.