aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authornikrou <nikrou@piwigo.org>2010-03-02 14:54:22 +0000
committernikrou <nikrou@piwigo.org>2010-03-02 14:54:22 +0000
commit2e890e9597da29346a1fbe0db45f48e4a2be86e7 (patch)
treef189c8320f38340bc3d7a94d799e05e0587d95cb /template
parent35694a636ef34dba5384e1a530b837208b9e55f9 (diff)
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 git-svn-id: http://piwigo.org/svn/trunk@5021 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/about.tpl2
-rw-r--r--template/yoga/comment_list.tpl2
-rw-r--r--template/yoga/comments.tpl2
-rw-r--r--template/yoga/footer.tpl6
-rw-r--r--template/yoga/header.tpl12
-rw-r--r--template/yoga/identification.tpl8
-rw-r--r--template/yoga/index.tpl16
-rw-r--r--template/yoga/mainpage_categories.tpl2
-rw-r--r--template/yoga/menubar_categories.tpl6
-rw-r--r--template/yoga/menubar_identification.tpl18
-rw-r--r--template/yoga/menubar_menu.tpl2
-rw-r--r--template/yoga/menubar_specials.tpl2
-rw-r--r--template/yoga/menubar_tags.tpl2
-rw-r--r--template/yoga/navigation_bar.tpl16
-rw-r--r--template/yoga/nbm.tpl4
-rw-r--r--template/yoga/notification.tpl6
-rw-r--r--template/yoga/password.tpl2
-rw-r--r--template/yoga/picture.tpl30
-rw-r--r--template/yoga/picture_content.tpl2
-rw-r--r--template/yoga/picture_nav_buttons.tpl22
-rw-r--r--template/yoga/profile.tpl2
-rw-r--r--template/yoga/profile_content.tpl26
-rw-r--r--template/yoga/redirect.tpl2
-rw-r--r--template/yoga/register.tpl2
-rw-r--r--template/yoga/search.tpl24
-rw-r--r--template/yoga/search_rules.tpl2
-rw-r--r--template/yoga/slideshow.tpl2
-rw-r--r--template/yoga/tags.tpl6
-rw-r--r--template/yoga/upload.tpl18
29 files changed, 123 insertions, 123 deletions
diff --git a/template/yoga/about.tpl b/template/yoga/about.tpl
index 7667fbfdc..370e3ccc3 100644
--- a/template/yoga/about.tpl
+++ b/template/yoga/about.tpl
@@ -3,7 +3,7 @@
<ul class="categoryActions">
<li>
<a href="{$U_HOME}" title="{'return to homepage'|@translate}">
- <img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}">
+ <img src="{$themeconf.icon_dir}/Home.png" class="button" alt="{'Home'|@translate}">
</a>
</li>
</ul>
diff --git a/template/yoga/comment_list.tpl b/template/yoga/comment_list.tpl
index 9a344685c..f431a1cd5 100644
--- a/template/yoga/comment_list.tpl
+++ b/template/yoga/comment_list.tpl
@@ -42,7 +42,7 @@
<form method="post" action="{$comment.U_EDIT}" class="filter" id="editComment">
<fieldset>
<legend>{'Edit a comment'|@translate}</legend>
- <label>{'comment'|@translate}<textarea name="content" id="contenteditid" rows="5" cols="80">{$comment.CONTENT|@escape}</textarea></label>
+ <label>{'Comment'|@translate}<textarea name="content" id="contenteditid" rows="5" cols="80">{$Comment.CONTENT|@escape}</textarea></label>
<input type="hidden" name="key" value="{$comment.KEY}">
<input type="hidden" name="image_id" value="{$comment.IMAGE_ID|@default:$current.id}">
<input class="submit" type="submit" value="{'Submit'|@translate}">
diff --git a/template/yoga/comments.tpl b/template/yoga/comments.tpl
index d6a78387d..68941e03d 100644
--- a/template/yoga/comments.tpl
+++ b/template/yoga/comments.tpl
@@ -2,7 +2,7 @@
<div class="titrePage">
<ul class="categoryActions">
- <li><a href="{$U_HOME}" title="{'return to homepage'|@translate}"><img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"></a></li>
+ <li><a href="{$U_HOME}" title="{'Home'|@translate}"><img src="{$themeconf.icon_dir}/Home.png" class="button" alt="{'Home'|@translate}"></a></li>
</ul>
<h2>{'User comments'|@translate}</h2>
</div>
diff --git a/template/yoga/footer.tpl b/template/yoga/footer.tpl
index 57d8c31d3..89c034965 100644
--- a/template/yoga/footer.tpl
+++ b/template/yoga/footer.tpl
@@ -1,7 +1,7 @@
<div id="copyright">
<a name="EoP"></a> <!-- End of Page -->
{if isset($debug.TIME) }
- {'generation_time'|@translate} {$debug.TIME} ({$debug.NB_QUERIES} {'sql_queries_in'|@translate} {$debug.SQL_TIME}) -
+ {'SQL queries in'|@translate} {$debug.TIME} ({$debug.NB_QUERIES} {'SQL queries in'|@translate} {$debug.SQL_TIME}) -
{/if}
{* Please, do not remove this copyright. If you really want to,
@@ -9,12 +9,12 @@
to show the origin of the script...
*}
- {'powered_by'|@translate}
+ {'Powered by'|@translate}
<a href="{$PHPWG_URL}" class="Piwigo">
<span class="Piwigo">Piwigo</span></a>
{$VERSION}
{if isset($CONTACT_MAIL)}
- - {'send_mail'|@translate}
+ - {'Contact'|@translate}
<a href="mailto:{$CONTACT_MAIL}?subject={'title_send_mail'|@translate|@escape:url}">{'Webmaster'|@translate}</a>
{/if}
diff --git a/template/yoga/header.tpl b/template/yoga/header.tpl
index b7b70734a..74bc82b13 100644
--- a/template/yoga/header.tpl
+++ b/template/yoga/header.tpl
@@ -22,13 +22,13 @@
<title>{$PAGE_TITLE} | {$GALLERY_TITLE}</title>{/if}
<link rel="shortcut icon" type="image/x-icon" href="{$ROOT_URL}template-common/favicon.ico">
-<link rel="start" title="{'home'|@translate}" href="{$U_HOME}" >
+<link rel="start" title="{'Home'|@translate}" href="{$U_HOME}" >
<link rel="search" title="{'Search'|@translate}" href="{$ROOT_URL}search.php" >
-{if isset($first.U_IMG) }<link rel="first" title="{'first_page'|@translate}" href="{$first.U_IMG}" >{/if}
-{if isset($previous.U_IMG)}<link rel="prev" title="{'previous_page'|@translate}" href="{$previous.U_IMG}" >{/if}
-{if isset($next.U_IMG) }<link rel="next" title="{'next_page'|@translate}" href="{$next.U_IMG}" >{/if}
-{if isset($last.U_IMG) }<link rel="last" title="{'last_page'|@translate}" href="{$last.U_IMG}" >{/if}
-{if isset($U_UP) }<link rel="up" title="{'thumbnails'|@translate}" href="{$U_UP}" >{/if}
+{if isset($first.U_IMG) }<link rel="first" title="{'First'|@translate}" href="{$first.U_IMG}" >{/if}
+{if isset($previous.U_IMG)}<link rel="prev" title="{'Previous'|@translate}" href="{$previous.U_IMG}" >{/if}
+{if isset($next.U_IMG) }<link rel="next" title="{'Next'|@translate}" href="{$next.U_IMG}" >{/if}
+{if isset($last.U_IMG) }<link rel="last" title="{'Last'|@translate}" href="{$last.U_IMG}" >{/if}
+{if isset($U_UP) }<link rel="up" title="{'Thumbnails'|@translate}" href="{$U_UP}" >{/if}
<link rel="stylesheet" type="text/css" href="{$ROOT_URL}template/{$themeconf.template}/layout.css">
{* the next css is used to fix khtml (Konqueror/Safari) issue the "text/nonsense" prevents gecko based browsers to load it *}
diff --git a/template/yoga/identification.tpl b/template/yoga/identification.tpl
index afb420bca..b63415e7b 100644
--- a/template/yoga/identification.tpl
+++ b/template/yoga/identification.tpl
@@ -4,9 +4,9 @@
<ul class="categoryActions">
<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>
{if isset($U_REGISTER) }
- <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>
+ <li><a href="{$U_REGISTER}" title="{'Register'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/register.png" class="button" alt="{'Register'|@translate}"></a></li>
{/if}
- <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>
+ <li><a href="{$U_HOME}" title="{'Home'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/Home.png" class="button" alt="{'Home'|@translate}"></a></li>
</ul>
<h2>{'Identification'|@translate}</h2>
</div>
@@ -45,7 +45,7 @@
{if $authorize_remembering }
<li>
<span class="property">
- <label for="remember_me">{'remember_me'|@translate}</label>
+ <label for="Auto login">{'Auto login'|@translate}</label>
</span>
<input tabindex="3" type="checkbox" name="remember_me" id="remember_me" value="1">
</li>
@@ -57,7 +57,7 @@
<p>
{if isset($U_REGISTER) }
- <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>
+ <a href="{$U_REGISTER}" title="{'Register'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/register.png" class="button" alt="{'Register'|@translate}"> {'Register'|@translate}</a>
{/if}
<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>
</p>
diff --git a/template/yoga/index.tpl b/template/yoga/index.tpl
index 9ccaa8376..6bad8e319 100644
--- a/template/yoga/index.tpl
+++ b/template/yoga/index.tpl
@@ -15,15 +15,15 @@
{/if}
{if isset($favorite) }
- <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>
+ <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>
{/if}
{if isset($U_CADDIE) }
- <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>
+ <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>
{/if}
{if isset($U_EDIT) }
- <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>
+ <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>
{/if}
{if isset($U_SEARCH_RULES) }
@@ -35,19 +35,19 @@
{/if}
{if isset($U_MODE_FLAT) }
- <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>
+ <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>
{/if}
{if isset($U_MODE_NORMAL) }
- <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>
+ <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>
{/if}
{if isset($U_MODE_POSTED) }
- <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>
+ <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>
{/if}
{if isset($U_MODE_CREATED) }
- <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>
+ <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>
{/if}
{if !empty($PLUGIN_INDEX_ACTIONS)}{$PLUGIN_INDEX_ACTIONS}{/if}
@@ -56,7 +56,7 @@
<h2>{$TITLE}</h2>
{if isset($chronology_views) }
- <div class="calendarViews">{'calendar_view'|@translate}:
+ <div class="calendarViews">{'View'|@translate}:
<select onchange="document.location = this.options[this.selectedIndex].value;">
{foreach from=$chronology_views item=view}
<option value="{$view.VALUE}"{if $view.SELECTED} selected="selected"{/if}>{$view.CONTENT}</option>
diff --git a/template/yoga/mainpage_categories.tpl b/template/yoga/mainpage_categories.tpl
index bb8600e5f..0a88d3534 100644
--- a/template/yoga/mainpage_categories.tpl
+++ b/template/yoga/mainpage_categories.tpl
@@ -5,7 +5,7 @@
<div class="thumbnailCategory">
<div class="illustration">
<a href="{$cat.URL}">
- <img src="{$cat.TN_SRC}" alt="{$cat.TN_ALT}" title="{$cat.NAME|@replace:'"':' '} - {'hint_category'|@translate}">
+ <img src="{$cat.TN_SRC}" alt="{$cat.TN_ALT}" title="{$cat.NAME|@replace:'"':' '} - {'shows images at the root of this category'|@translate}">
</a>
</div>
<div class="description">
diff --git a/template/yoga/menubar_categories.tpl b/template/yoga/menubar_categories.tpl
index 3979b712d..02a9b6668 100644
--- a/template/yoga/menubar_categories.tpl
+++ b/template/yoga/menubar_categories.tpl
@@ -1,9 +1,9 @@
<dt>
{if isset($U_START_FILTER)}
- <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>
+ <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>
{/if}
{if isset($U_STOP_FILTER)}
- <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>
+ <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>
{/if}
<a href="{$block->data.U_CATEGORIES}">{'Categories'|@translate}</a>
</dt>
@@ -31,7 +31,7 @@
{if isset($block->data.U_UPLOAD)}
<ul>
<li>
- <a href="{$block->data.U_UPLOAD}">{'upload_picture'|@translate}</a>
+ <a href="{$block->data.U_UPLOAD}">{'Upload a picture'|@translate}</a>
</li>
</ul>
{/if}
diff --git a/template/yoga/menubar_identification.tpl b/template/yoga/menubar_identification.tpl
index 402847954..2717e1019 100644
--- a/template/yoga/menubar_identification.tpl
+++ b/template/yoga/menubar_identification.tpl
@@ -1,28 +1,28 @@
-<dt>{'identification'|@translate}</dt>
+<dt>{'Identification'|@translate}</dt>
<dd>
{if isset($USERNAME)}
- <p>{'hello'|@translate}&nbsp;{$USERNAME}&nbsp;!</p>
+ <p>{'Hello'|@translate}&nbsp;{$USERNAME}&nbsp;!</p>
{/if}
<ul>
{if isset($U_REGISTER)}
- <li><a href="{$U_REGISTER}" title="{'Create a new account'|@translate}" rel="nofollow">{'Register'|@translate}</a></li>
+ <li><a href="{$U_REGISTER}" title="{'Register'|@translate}" rel="nofollow">{'Register'|@translate}</a></li>
{/if}
{if isset($U_LOGIN)}
- <li><a href="{$U_LOGIN}" rel="nofollow">{'Connection'|@translate}</a></li>
+ <li><a href="{$U_LOGIN}" rel="nofollow">{'Login'|@translate}</a></li>
{/if}
{if isset($U_LOGOUT)}
- <li><a href="{$U_LOGOUT}">{'logout'|@translate}</a></li>
+ <li><a href="{$U_LOGOUT}">{'Logout'|@translate}</a></li>
{/if}
{if isset($U_PROFILE)}
- <li><a href="{$U_PROFILE}" title="{'hint_customize'|@translate}">{'customize'|@translate}</a></li>
+ <li><a href="{$U_PROFILE}" title="{'Customize'|@translate}">{'Customize'|@translate}</a></li>
{/if}
{if isset($U_ADMIN)}
- <li><a href="{$U_ADMIN}" title="{'hint_admin'|@translate}">{'admin'|@translate}</a></li>
+ <li><a href="{$U_ADMIN}" title="{'Administration'|@translate}">{'Administration'|@translate}</a></li>
{/if}
</ul>
@@ -42,7 +42,7 @@
{if $AUTHORIZE_REMEMBERING}
<div><label for="remember_me">
- {'remember_me'|@translate}
+ {'Auto login'|@translate}
<input type="checkbox" name="remember_me" id="remember_me" value="1">
</label></div>
{/if}
@@ -52,7 +52,7 @@
<ul class="actions">
<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>
{if isset($U_REGISTER)}
- <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>
+ <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>
{/if}
</ul>
</div>
diff --git a/template/yoga/menubar_menu.tpl b/template/yoga/menubar_menu.tpl
index e0ba44483..0d6541b97 100644
--- a/template/yoga/menubar_menu.tpl
+++ b/template/yoga/menubar_menu.tpl
@@ -1,4 +1,4 @@
-<dt>{'title_menu'|@translate}</dt>
+<dt>{'Menu'|@translate}</dt>
<dd>
{if isset($block->data.qsearch) and $block->data.qsearch==true}
<form action="{$ROOT_URL}qsearch.php" method="get" id="quicksearch" onsubmit="return this.q.value!='' && this.q.value!=qsearch_prompt;">
diff --git a/template/yoga/menubar_specials.tpl b/template/yoga/menubar_specials.tpl
index e551558f6..1f00a2dc9 100644
--- a/template/yoga/menubar_specials.tpl
+++ b/template/yoga/menubar_specials.tpl
@@ -1,4 +1,4 @@
-<dt>{'special_categories'|@translate}</dt>
+<dt>{'Specials'|@translate}</dt>
<dd>
<ul>
{foreach from=$block->data item=link}
diff --git a/template/yoga/menubar_tags.tpl b/template/yoga/menubar_tags.tpl
index 1decddcbb..220175008 100644
--- a/template/yoga/menubar_tags.tpl
+++ b/template/yoga/menubar_tags.tpl
@@ -10,7 +10,7 @@
<img src="{$ROOT_URL}{$themeconf.icon_dir}/add_tag.png" alt="+">
</a>
{/if}
- <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>
+ <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>
{/foreach}
</div>
</dd>
diff --git a/template/yoga/navigation_bar.tpl b/template/yoga/navigation_bar.tpl
index a4c0b3bbc..82c66bd15 100644
--- a/template/yoga/navigation_bar.tpl
+++ b/template/yoga/navigation_bar.tpl
@@ -1,10 +1,10 @@
<div class="navigationBar">
{if isset($navbar.URL_FIRST)}
- <a href="{$navbar.URL_FIRST}" rel="first">{'first_page'|@translate}</a> |
- <a href="{$navbar.URL_PREV}" rel="prev">{'previous_page'|@translate}</a> |
+ <a href="{$navbar.URL_FIRST}" rel="first">{'First'|@translate}</a> |
+ <a href="{$navbar.URL_PREV}" rel="prev">{'Previous'|@translate}</a> |
{else}
- {'first_page'|@translate} |
- {'previous_page'|@translate} |
+ {'First'|@translate} |
+ {'Previous'|@translate} |
{/if}
{assign var='prev_page' value=0}
@@ -19,10 +19,10 @@
{/foreach}
{if isset($navbar.URL_NEXT)}
- | <a href="{$navbar.URL_NEXT}" rel="next">{'next_page'|@translate}</a>
- | <a href="{$navbar.URL_LAST}" rel="last">{'last_page'|@translate}</a>
+ | <a href="{$navbar.URL_NEXT}" rel="next">{'Next'|@translate}</a>
+ | <a href="{$navbar.URL_LAST}" rel="last">{'Last'|@translate}</a>
{else}
- | {'next_page'|@translate}
- | {'last_page'|@translate}
+ | {'Next'|@translate}
+ | {'Last'|@translate}
{/if}
</div>
diff --git a/template/yoga/nbm.tpl b/template/yoga/nbm.tpl
index 68e523069..646335813 100644
--- a/template/yoga/nbm.tpl
+++ b/template/yoga/nbm.tpl
@@ -2,9 +2,9 @@
<div id="content" class="content">
<div class="titrePage">
<ul class="categoryActions">
- <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>
+ <li><a href="{$U_HOME}" title="{'Home'|@translate}"><img src="{$themeconf.icon_dir}/Home.png" class="button" alt="{'Home'|@translate}"></a></li>
</ul>
- <h2>{'nbm_item_notification'|@translate}</h2>
+ <h2>{'Notification'|@translate}</h2>
</div>
{if not empty($errors)}
diff --git a/template/yoga/notification.tpl b/template/yoga/notification.tpl
index e313aff21..8f6dcb680 100644
--- a/template/yoga/notification.tpl
+++ b/template/yoga/notification.tpl
@@ -1,12 +1,12 @@
{html_head}
<link rel="alternate" type="application/rss+xml" title="{'Image only RSS feed'|@translate}" href="{$U_FEED_IMAGE_ONLY}">
-<link rel="alternate" type="application/rss+xml" title="{'Complete RSS feed'|@translate}" href="{$U_FEED}">
+<link rel="alternate" type="application/rss+xml" title="{'Complete RSS feed (images, comments)'|@translate}" href="{$U_FEED}">
{/html_head}
<div id="content" class="content">
<div class="titrePage">
<ul class="categoryActions">
- <li><a href="{$U_HOME}" title="{'return to homepage'|@translate}"><img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"></a></li>
+ <li><a href="{$U_HOME}" title="{'Home'|@translate}"><img src="{$themeconf.icon_dir}/Home.png" class="button" alt="{'Home'|@translate}"></a></li>
</ul>
<h2>{'Notification'|@translate}</h2>
</div>
@@ -18,7 +18,7 @@
<a href="{$U_FEED_IMAGE_ONLY}">{'Image only RSS feed'|@translate}</a><br><br>
</dt>
<dt>
- <a href="{$U_FEED}">{'Complete RSS feed'|@translate}</a>
+ <a href="{$U_FEED}">{'Complete RSS feed (images, comments)'|@translate}</a>
</dt>
</dl>
</div>
diff --git a/template/yoga/password.tpl b/template/yoga/password.tpl
index fec7d53fa..1e0471bd5 100644
--- a/template/yoga/password.tpl
+++ b/template/yoga/password.tpl
@@ -2,7 +2,7 @@
<div class="titrePage">
<ul class="categoryActions">
- <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>
+ <li><a href="{$U_HOME}" title="{'Home'|@translate}"><img src="{$themeconf.icon_dir}/Home.png" class="button" alt="{'Home'|@translate}"></a></li>
</ul>
<h2>{'Password forgotten'|@translate}</h2>
</div>
diff --git a/template/yoga/picture.tpl b/template/yoga/picture.tpl
index 0572c8e07..25f065868 100644
--- a/template/yoga/picture.tpl
+++ b/template/yoga/picture.tpl
@@ -28,7 +28,7 @@
<div id="imageHeaderBar">
<div class="browsePath">
- <a href="{$U_HOME}" rel="home">{'home'|@translate}</a>
+ <a href="{$U_HOME}" rel="Home">{'Home'|@translate}</a>
{if !$IS_HOME}{$LEVEL_SEPARATOR}{$SECTION_TITLE}{/if}
{$LEVEL_SEPARATOR}{$current.TITLE}
</div>
@@ -44,21 +44,21 @@
<a href="{$U_SLIDESHOW_START}" title="{'slideshow'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/start_slideshow.png" class="button" alt="{'slideshow'|@translate}"></a>
{/if}
{if isset($U_SLIDESHOW_STOP) }
- <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>
+ <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>
{/if}
- <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>
+ <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>
{if isset($current.U_DOWNLOAD) }
- <a href="{$current.U_DOWNLOAD}" title="{'download_hint'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/save.png" class="button" alt="{'download'|@translate}"></a>
+ <a href="{$current.U_DOWNLOAD}" title="{'download'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/save.png" class="button" alt="{'download'|@translate}"></a>
{/if}
{if isset($PLUGIN_PICTURE_ACTIONS)}{$PLUGIN_PICTURE_ACTIONS}{/if}
{if isset($favorite) }
<a href="{$favorite.U_FAVORITE}" title="{$favorite.FAVORITE_HINT}"><img src="{$favorite.FAVORITE_IMG}" class="button" alt="favorite" title="{$favorite.FAVORITE_HINT}"></a>
{/if}
{if !empty($U_SET_AS_REPRESENTATIVE) }
- <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>
+ <a href="{$U_SET_AS_REPRESENTATIVE}" title="{'representative'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/representative.png" class="button" alt="{'representative'|@translate}"></a>
{/if}
{if isset($U_ADMIN) }
- <a href="{$U_ADMIN}" title="{'link_info_image'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/preferences.png" class="button" alt="{'edit'|@translate}"></a>
+ <a href="{$U_ADMIN}" title="{'edit'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/preferences.png" class="button" alt="{'edit'|@translate}"></a>
{/if}
{if isset($U_CADDIE) }{*caddie management BEGIN*}
<script type="text/javascript">
@@ -77,7 +77,7 @@ y.callService(
);
}{/literal}
</script>
- <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>
+ <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>
{/if}{*caddie management END*}
</div>
{include file='picture_nav_buttons.tpl'|@get_extent:'picture_nav_buttons'}
@@ -92,19 +92,19 @@ y.callService(
{if isset($U_SLIDESHOW_STOP) }
<p>
- [ <a href="{$U_SLIDESHOW_STOP}">{'slideshow_stop'|@translate}</a> ]
+ [ <a href="{$U_SLIDESHOW_STOP}">{'stop the slideshow'|@translate}</a> ]
</p>
{/if}
</div>
{if isset($previous) }
-<a class="navThumb" id="linkPrev" href="{$previous.U_IMG}" title="{'previous_page'|@translate} : {$previous.TITLE}" rel="prev">
+<a class="navThumb" id="linkPrev" href="{$previous.U_IMG}" title="{'Previous'|@translate} : {$previous.TITLE}" rel="prev">
<img src="{$previous.THUMB_SRC}" alt="{$previous.TITLE}">
</a>
{/if}
{if isset($next) }
-<a class="navThumb" id="linkNext" href="{$next.U_IMG}" title="{'next_page'|@translate} : {$next.TITLE}" rel="next">
+<a class="navThumb" id="linkNext" href="{$next.U_IMG}" title="{'Next'|@translate} : {$next.TITLE}" rel="next">
<img src="{$next.THUMB_SRC}" alt="{$next.TITLE}">
</a>
{/if}
@@ -168,7 +168,7 @@ y.callService(
{assign var='rate_text' value='%.2f (rated %d times, standard deviation = %.2f)'|@translate }
{$pwg->sprintf($rate_text, $rate_summary.average, $rate_summary.count, $rate_summary.std) }
{else}
- {'no_rate'|@translate}
+ {'no rate'|@translate}
{/if}
</td>
</tr>
@@ -177,7 +177,7 @@ y.callService(
{if isset($rating)}
<tr>
<td class="label">
- <span id="updateRate">{if isset($rating.USER_RATE)}{'update_rate'|@translate}{else}{'new_rate'|@translate}{/if}</span>
+ <span id="updateRate">{if isset($rating.USER_RATE)}{'Rate this picture'|@translate}{else}{'Rate this picture'|@translate}{/if}</span>
</td>
<td class="value">
<form action="{$rating.F_ACTION}" method="post" id="rateForm" style="margin:0;">
@@ -264,11 +264,11 @@ y.callService(
{if isset($comment_add)}
<form method="post" action="{$comment_add.F_ACTION}" class="filter" id="addComment">
<fieldset>
- <legend>{'comments_add'|@translate}</legend>
+ <legend>{'Add a comment'|@translate}</legend>
{if $comment_add.SHOW_AUTHOR}
- <label>{'upload_author'|@translate}<input type="text" name="author"></label>
+ <label>{'Author'|@translate}<input type="text" name="author"></label>
{/if}
- <label>{'comment'|@translate}<textarea name="content" id="contentid" rows="5" cols="80">{$comment_add.CONTENT}</textarea></label>
+ <label>{'Comment'|@translate}<textarea name="content" id="contentid" rows="5" cols="80">{$Comment_add.CONTENT}</textarea></label>
<input type="hidden" name="key" value="{$comment_add.KEY}">
<input class="submit" type="submit" value="{'Submit'|@translate}">
</fieldset>
diff --git a/template/yoga/picture_content.tpl b/template/yoga/picture_content.tpl
index 0081cd805..384a9ce1a 100644
--- a/template/yoga/picture_content.tpl
+++ b/template/yoga/picture_content.tpl
@@ -7,5 +7,5 @@
{/if}>
{if isset($high) }
</a>
- <p>{'picture_high'|@translate}</p>
+ <p>{'Click on the picture to see it in high definition'|@translate}</p>
{/if}
diff --git a/template/yoga/picture_nav_buttons.tpl b/template/yoga/picture_nav_buttons.tpl
index ead51219a..15b6afa40 100644
--- a/template/yoga/picture_nav_buttons.tpl
+++ b/template/yoga/picture_nav_buttons.tpl
@@ -1,59 +1,59 @@
<div class="navButtons">
{if isset($last)}
- <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>
+ <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>
{else}
<a class="navButton"><img src="{$ROOT_URL}{$themeconf.icon_dir}/last_unactive.png" class="button" alt=""></a>
{/if}
{if isset($next)}
- <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>
+ <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>
{else}
<a class="navButton"><img src="{$ROOT_URL}{$themeconf.icon_dir}/right_unactive.png" class="button" alt=""></a>
{/if}
{if isset($slideshow.U_START_PLAY)}
- <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>
+ <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>
{/if}
{if isset($slideshow.U_STOP_PLAY)}
- <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>
+ <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>
{/if}
{if isset($U_UP) and !isset($slideshow)}
- <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>
+ <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>
{/if}
{if isset($previous)}
- <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>
+ <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>
{else}
<a class="navButton"><img src="{$ROOT_URL}{$themeconf.icon_dir}/left_unactive.png" class="button" alt=""></a>
{/if}
{if isset($first)}
- <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>
+ <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>
{else}
<a class="navButton"><img src="{$ROOT_URL}{$themeconf.icon_dir}/first_unactive.png" class="button" alt=""></a>
{/if}
{if isset($slideshow.U_START_REPEAT)}
- <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>
+ <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>
{/if}
{if isset($slideshow.U_STOP_REPEAT)}
- <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>
+ <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>
{/if}
{if isset($slideshow)}
{if isset($slideshow.U_DEC_PERIOD)}
- <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>
+ <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>
{else}
<a class="navButton"> <img src="{$ROOT_URL}{$themeconf.icon_dir}/dec_period_unactive.png" class="button" alt=""></a>
{/if}
{if isset($slideshow.U_INC_PERIOD)}
- <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>
+ <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>
{else}
<a class="navButton"> <img src="{$ROOT_URL}{$themeconf.icon_dir}/inc_period_unactive.png" class="button" alt=""></a>
{/if}
diff --git a/template/yoga/profile.tpl b/template/yoga/profile.tpl
index 53fdeab82..b94c3967c 100644
--- a/template/yoga/profile.tpl
+++ b/template/yoga/profile.tpl
@@ -12,7 +12,7 @@
<div class="titrePage">
<ul class="categoryActions">
- <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>
+ <li><a href="{$U_HOME}" title="{'Home'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/Home.png" class="button" alt="{'Home'|@translate}"></a></li>
</ul>
<h2>{'Profile'|@translate}</h2>
</div>
diff --git a/template/yoga/profile_content.tpl b/template/yoga/profile_content.tpl
index e81a28c63..e6736f078 100644
--- a/template/yoga/profile_content.tpl
+++ b/template/yoga/profile_content.tpl
@@ -25,7 +25,7 @@
{/if}
<li>
<span class="property">
- <label for="use_new_pwd">{'new_password'|@translate}</label>
+ <label for="use_new_pwd">{'New password'|@translate}</label>
</span>
<input type="password" name="use_new_pwd" id="use_new_pwd" value="">
</li>
@@ -40,60 +40,60 @@
</fieldset>
<fieldset>
- <legend>{'preferences'|@translate}</legend>
+ <legend>{'Preferences'|@translate}</legend>
<ul>
<li>
<span class="property">
- <label for="nb_image_line">{'nb_image_per_row'|@translate}</label>
+ <label for="nb_image_line">{'Number of images per row'|@translate}</label>
</span>
<input type="text" size="3" maxlength="2" name="nb_image_line" id="nb_image_line" value="{$NB_IMAGE_LINE}">
</li>
<li>
<span class="property">
- <label for="nb_line_page">{'nb_row_per_page'|@translate}</label>
+ <label for="nb_line_page">{'Number of rows per page'|@translate}</label>
</span>
<input type="text" size="3" maxlength="2" name="nb_line_page" id="nb_line_page" value="{$NB_ROW_PAGE}" >
</li>
<li>
<span class="property">
- <label for="template">{'theme'|@translate}</label>
+ <label for="template">{'Interface theme'|@translate}</label>
</span>
{html_options name=template options=$template_options selected=$template_selection}
</li>
<li>
<span class="property">
- <label for="language">{'language'|@translate}</label>
+ <label for="Language">{'Language'|@translate}</label>
</span>
{html_options name=language options=$language_options selected=$language_selection}
</li>
<li>
<span class="property">
- <label for="recent_period">{'recent_period'|@translate}</label>
+ <label for="Recent period">{'Recent period'|@translate}</label>
</span>
<input type="text" size="3" maxlength="2" name="recent_period" id="recent_period" value="{$RECENT_PERIOD}">
</li>
<li>
- <span class="property">{'auto_expand'|@translate}</span>
+ <span class="property">{'Expand all categories'|@translate}</span>
{html_radios name='expand' options=$radio_options selected=$EXPAND}
</li>
<li>
- <span class="property">{'show_nb_comments'|@translate}</span>
+ <span class="property">{'Show number of comments'|@translate}</span>
{html_radios name='show_nb_comments' options=$radio_options selected=$NB_COMMENTS}
</li>
<li>
- <span class="property">{'show_nb_hits'|@translate}</span>
+ <span class="property">{'Show number of hits'|@translate}</span>
{html_radios name='show_nb_hits' options=$radio_options selected=$NB_HITS}
</li>
<li>
<span class="property">
- <label for="maxwidth">{'maxwidth'|@translate}</label>
+ <label for="Maximum width of the pictures">{'Maximum width of the pictures'|@translate}</label>
</span>
<input type="text" size="4" maxlength="4" name="maxwidth" id="maxwidth" value="{$MAXWIDTH}">
</li>
<li>
<span class="property">
- <label for="maxheight">{'maxheight'|@translate}</label>
+ <label for="Maximum height of the pictures">{'Maximum height of the pictures'|@translate}</label>
</span>
<input type="text" size="4" maxlength="4" name="maxheight" id="maxheight" value="{$MAXHEIGHT}">
</li>
@@ -103,7 +103,7 @@
<p class="bottomButtons">
<input class="submit" type="submit" name="validate" value="{'Submit'|@translate}">
<input class="submit" type="reset" name="reset" value="{'Reset'|@translate}">
- <input class="submit" type="submit" name="reset_to_default" value="{'Reset_To_Default'|@translate}">
+ <input class="submit" type="submit" name="reset_to_default" value="{'Reset to default values'|@translate}">
</p>
</form>
diff --git a/template/yoga/redirect.tpl b/template/yoga/redirect.tpl
index 65afd2f2d..aa90953ec 100644
--- a/template/yoga/redirect.tpl
+++ b/template/yoga/redirect.tpl
@@ -8,6 +8,6 @@
<p style="margin: 2em">
<a href="{$page_refresh.U_REFRESH}">
- {'click_to_redirect'|@translate}
+ {'Click here if your browser does not automatically forward you'|@translate}
</a>
</p>
diff --git a/template/yoga/register.tpl b/template/yoga/register.tpl
index bd7792617..7e5a31d70 100644
--- a/template/yoga/register.tpl
+++ b/template/yoga/register.tpl
@@ -4,7 +4,7 @@
<div class="titrePage">
<ul class="categoryActions">
- <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>
+ <li><a href="{$U_HOME}" title="{'Home'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/Home.png" class="button" alt="{'Home'|@translate}"></a></li>
</ul>
<h2>{'Registration'|@translate}</h2>
</div>
diff --git a/template/yoga/search.tpl b/template/yoga/search.tpl
index 76e8ce9ea..57f799e75 100644
--- a/template/yoga/search.tpl
+++ b/template/yoga/search.tpl
@@ -22,7 +22,7 @@
<div class="titrePage">
<ul class="categoryActions">
<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>
- <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>
+ <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>
</ul>
<h2>{'Search'|@translate}</h2>
</div>
@@ -40,18 +40,18 @@
<form class="filter" method="post" name="search" action="{$F_SEARCH_ACTION}">
<fieldset>
<legend>{'Filter'|@translate}</legend>
- <label>{'search_keywords'|@translate}
+ <label>{'Search for words'|@translate}
<input type="text" style="width: 300px" name="search_allwords" size="30">
</label>
<ul>
<li><label>
- <input type="radio" name="mode" value="AND" checked="checked">{'search_mode_and'|@translate}
+ <input type="radio" name="mode" value="AND" checked="checked">{'Search for all terms '|@translate}
</label></li>
<li><label>
- <input type="radio" name="mode" value="OR">{'search_mode_or'|@translate}
+ <input type="radio" name="mode" value="OR">{'Search for any terms'|@translate}
</label></li>
</ul>
- <label>{'search_author'|@translate}
+ <label>{'Search for Author'|@translate}
<input type="text" style="width: 300px" name="search_author" size="30">
</label>
</fieldset>
@@ -66,9 +66,9 @@
{/if}
<fieldset>
- <legend>{'search_date'|@translate}</legend>
+ <legend>{'Search by Date'|@translate}</legend>
<ul>
- <li><label>{'search_date_type'|@translate}</label></li>
+ <li><label>{'Kind of date'|@translate}</label></li>
<li><label>
<input type="radio" name="date_type" value="date_creation" checked="checked">{'Creation date'|@translate}
</label></li>
@@ -77,7 +77,7 @@
</label></li>
</ul>
<ul>
- <li><label>{'search_date_from'|@translate}</label></li>
+ <li><label>{'Date'|@translate}</label></li>
<li>
<select id="start_day" name="start_day">
<option value="0">--</option>
@@ -96,7 +96,7 @@
</li>
</ul>
<ul>
- <li><label>{'search_date_to'|@translate}</label></li>
+ <li><label>{'End-Date'|@translate}</label></li>
<li>
<select id="end_day" name="end_day">
<option value="0">--</option>
@@ -117,14 +117,14 @@
</fieldset>
<fieldset>
- <legend>{'search_options'|@translate}</legend>
- <label>{'search_categories'|@translate}
+ <legend>{'Search Options'|@translate}</legend>
+ <label>{'Search in Categories'|@translate}
<select class="categoryList" name="cat[]" multiple="multiple" >
{html_options options=$category_options selected=$category_options_selected}
</select>
</label>
<ul>
- <li><label>{'search_subcats_included'|@translate}</label></li>
+ <li><label>{'Search in subcategories'|@translate}</label></li>
<li><label>
<input type="radio" name="subcats-included" value="1" checked="checked">{'Yes'|@translate}
</label></li>
diff --git a/template/yoga/search_rules.tpl b/template/yoga/search_rules.tpl
index 233e6999c..28b2e423f 100644
--- a/template/yoga/search_rules.tpl
+++ b/template/yoga/search_rules.tpl
@@ -15,7 +15,7 @@
{if isset($SEARCH_TAGS_MODE) }
<li>
- <p>{if 'AND'==$SEARCH_TAGS_MODE}{'All tags must match'|@translate}{else}{'At least one tag must match'|@translate}{/if}</p>
+ <p>{if 'AND'==$SEARCH_TAGS_MODE}{'At least one tag must match'|@translate}{else}{'At least one tag must match'|@translate}{/if}</p>
<ul>
{foreach from=$search_tags item=v}
<li>{$v}</li>
diff --git a/template/yoga/slideshow.tpl b/template/yoga/slideshow.tpl
index b8df53f46..a310935a2 100644
--- a/template/yoga/slideshow.tpl
+++ b/template/yoga/slideshow.tpl
@@ -1,7 +1,7 @@
<div id="imageHeaderBar">
<div class="browsePath">
{if isset($U_SLIDESHOW_STOP) }
- [ <a href="{$U_SLIDESHOW_STOP}">{'slideshow_stop'|@translate}</a> ]
+ [ <a href="{$U_SLIDESHOW_STOP}">{'stop the slideshow'|@translate}</a> ]
{/if}
</div>
<div class="imageNumber">{$PHOTO}</div>
diff --git a/template/yoga/tags.tpl b/template/yoga/tags.tpl
index a5b1f737d..95891df0e 100644
--- a/template/yoga/tags.tpl
+++ b/template/yoga/tags.tpl
@@ -3,14 +3,14 @@
<div class="titrePage">
<ul class="categoryActions">
{if $display_mode == 'letters'}
- <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>
+ <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>
{/if}
{if $display_mode == 'cloud'}
- <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>
+ <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>
{/if}
- <li><a href="{$U_HOME}" title="{'return to homepage'|@translate}"><img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"></a></li>
+ <li><a href="{$U_HOME}" title="{'Home'|@translate}"><img src="{$themeconf.icon_dir}/Home.png" class="button" alt="{'Home'|@translate}"></a></li>
</ul>
<h2>{'Tags'|@translate}</h2>
</div>
diff --git a/template/yoga/upload.tpl b/template/yoga/upload.tpl
index ba0c36e2b..00f17be89 100644
--- a/template/yoga/upload.tpl
+++ b/template/yoga/upload.tpl
@@ -8,9 +8,9 @@
<div class="titrePage">
<ul class="categoryActions">
- <li><a href="{$U_HOME}" title="{'return to homepage'|@translate}"><img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"></a></li>
+ <li><a href="{$U_HOME}" title="{'Home'|@translate}"><img src="{$themeconf.icon_dir}/Home.png" class="button" alt="{'Home'|@translate}"></a></li>
</ul>
- <h2>{'upload_title'|@translate}</h2>
+ <h2>{'Upload a picture'|@translate}</h2>
</div>
{if !empty($errors)}
@@ -60,21 +60,21 @@
</tr>
<!-- mail address -->
<tr>
- <td>{'mail_address'|@translate} <span style="color:red;">*</span></td>
+ <td>{'E-mail address'|@translate} <span style="color:red;">*</span></td>
<td>
<input name="mail_address" type="text" value="{$EMAIL}">
</td>
</tr>
<!-- name of the picture -->
<tr>
- <td>{'upload_name'|@translate}</td>
+ <td>{'Name of the picture'|@translate}</td>
<td>
<input name="name" type="text" value="{$NAME_IMG}">
</td>
</tr>
<!-- author -->
<tr>
- <td>{'upload_author'|@translate}</td>
+ <td>{'Author'|@translate}</td>
<td>
<input name="author" type="text" value="{$AUTHOR_IMG}">
</td>
@@ -88,7 +88,7 @@
</tr>
<!-- comment -->
<tr>
- <td>{'comment'|@translate}</td>
+ <td>{'Comment'|@translate}</td>
<td>
<textarea name="comment" id="comment" rows="3" cols="40" style="overflow:auto">{$COMMENT_IMG}</textarea>
</td>
@@ -102,13 +102,13 @@
</table>
</form>
{else}
- {'upload_successful'|@translate}<br>
+ {'Picture uploaded with success, an administrator will validate it as soon as possible'|@translate}<br>
<div style="text-align:center;">
- <a href="{$U_RETURN}">[ {'home'|@translate} ]</a>
+ <a href="{$U_RETURN}">[ {'Home'|@translate} ]</a>
</div>
{/if}
{if isset($SHOW_FORM_FIELDS) and $SHOW_FORM_FIELDS}
- <div style="text-align:left; margin-left:20px;"><span style="color:red;">*</span> : {'mandatory'|@translate}</div>
+ <div style="text-align:left; margin-left:20px;"><span style="color:red;">*</span> : {'obligatory'|@translate}</div>
{/if}
</div> <!-- content -->