aboutsummaryrefslogtreecommitdiffstats
path: root/language
diff options
context:
space:
mode:
authorflop25 <flop25@piwigo.org>2013-06-28 19:39:31 +0000
committerflop25 <flop25@piwigo.org>2013-06-28 19:39:31 +0000
commitcc8835bb1f1666491d3719b39fd19a97c623d142 (patch)
treea32f32b44400b09b34c549fde98c193a41b7317c /language
parent512bf7ce8660d028596ab22e25d90de2d65735f7 (diff)
bug:2918
Display a link for the fist and last page on picture.tpl, to go to the album 3 lang keys added git-svn-id: http://piwigo.org/svn/trunk@23642 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language')
-rw-r--r--language/en_UK/common.lang.php3
-rw-r--r--language/fr_FR/common.lang.php3
2 files changed, 6 insertions, 0 deletions
diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php
index 05ebc8626..79b01987a 100644
--- a/language/en_UK/common.lang.php
+++ b/language/en_UK/common.lang.php
@@ -184,9 +184,11 @@ $lang['Filesize'] = "Filesize";
$lang['Filter and display'] = "Filter and display";
$lang['Filter'] = "Filter";
$lang['First'] = "First";
+$lang['First Page'] = 'First page';
$lang['Forbidden'] = 'Forbidden';
$lang['Forgot your password?'] = 'Forgot your password?';
$lang['from %s to %s'] = "from %s to %s";
+$lang['Go back to the album'] = "Go back to the album";
$lang['Go through the gallery as a visitor'] = "Navigate the gallery as a visitor";
$lang['group by letters'] = "group by letters";
$lang['guest'] = "guest";
@@ -217,6 +219,7 @@ $lang['Language'] = "Language";
$lang['large'] = 'L - large';
$lang['last %d days'] = "last %d days";
$lang['Last'] = "Last";
+$lang['Last Page'] = "Last page";
$lang['letters'] = "letters";
$lang['Links'] = "Links";
$lang['login mustn\'t end with a space character'] = "login must not end with a space character";
diff --git a/language/fr_FR/common.lang.php b/language/fr_FR/common.lang.php
index d324fed58..242c09c13 100644
--- a/language/fr_FR/common.lang.php
+++ b/language/fr_FR/common.lang.php
@@ -173,8 +173,10 @@ $lang['Filesize'] = 'Poids';
$lang['Filter and display'] = 'Filtrer et afficher';
$lang['Filter'] = 'Filtre';
$lang['First'] = 'Première';
+$lang['First Page'] = 'Première page';
$lang['Forgot your password?'] = 'Mot de passe oublié ?';
$lang['from %s to %s'] = 'du %s au %s';
+$lang['Go back to the album'] = "Retourner à l'album";
$lang['Go through the gallery as a visitor'] = 'Parcourir la galerie en tant que visiteur';
$lang['group by letters'] = 'regrouper par lettres';
$lang['guest'] = 'visiteur';
@@ -202,6 +204,7 @@ $lang['Kind of date'] = 'Type de date';
$lang['Language'] = 'Langue';
$lang['last %d days'] = '%d derniers jours';
$lang['Last'] = 'Dernière';
+$lang['Last Page'] = "Dernière page";
$lang['letters'] = 'lettres';
$lang['Links'] = 'Liens';
$lang['login mustn\'t end with a space character'] = 'le nom d\'utilisateur ne doit pas se terminer par un espace';