mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-07 05:44:58 +02:00
- Change of the picture page behavior to be able to open the full size image in a new window
- Minor modification for template migration - Rename of script.js in scripts.js git-svn-id: http://piwigo.org/svn/trunk@539 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -33,7 +33,7 @@ $lang_info['direction'] = 'ltr';
|
||||
$lang_info['code'] = 'en';
|
||||
|
||||
// Main words
|
||||
$lang['gallery_index'] = 'Gallery index';
|
||||
$lang['gallery_index'] = 'Home';
|
||||
$lang['category'] = 'Category';
|
||||
$lang['categories'] = 'Categories';
|
||||
$lang['thumbnail'] = 'Thumbnail';
|
||||
@@ -184,7 +184,6 @@ $lang['about_message'] = '<div style="text-align:center;font-weigh:bold;">Inform
|
||||
<li>Technicaly, PhpWebGallery is fully developped with PHP (the elePHPant) with a MySQL database (the SQuirreL).</li>
|
||||
<li>If you have any suggestions or comments, please visit <a href="http://www.phpwebgallery.net" style="text-decoration:underline">PhpWebGallery</a> official site, and its dedicated <a href="http://forum.phpwebgallery.net" style="text-decoration:underline">forum</a>.</li>
|
||||
</ul>';
|
||||
$lang['about_return'] = 'Back';
|
||||
$lang['ident_page_title'] = 'Identification';
|
||||
$lang['ident_title'] = 'Identification';
|
||||
$lang['ident_register'] = 'Register';
|
||||
@@ -193,7 +192,6 @@ $lang['ident_guest_visit'] = 'Go through the gallery as a visitor';
|
||||
|
||||
$lang['previous_image'] = 'Previous';
|
||||
$lang['next_image'] = 'Next';
|
||||
$lang['back'] = 'Click on the image to go back to the thumbnails page';
|
||||
$lang['info_image_title'] = 'Image information';
|
||||
$lang['link_info_image'] = 'Modify information';
|
||||
$lang['true_size'] = 'Real size';
|
||||
@@ -293,6 +291,5 @@ $lang['rates'] = 'rates';
|
||||
$lang['standard_deviation'] = 'STD';
|
||||
$lang['random_cat'] = 'random pictures';
|
||||
$lang['random_cat_hint'] = 'Displays a set of random pictures';
|
||||
$lang['picture_high'] = 'See high quality picture';
|
||||
$lang['picture_high_alt'] = 'high';
|
||||
$lang['picture_high'] = 'Click on the picture to see it in high definition';
|
||||
?>
|
||||
@@ -33,7 +33,7 @@ $lang_info['direction'] = 'ltr';
|
||||
$lang_info['code'] = 'fr';
|
||||
|
||||
// Main words
|
||||
$lang['gallery_index'] = 'Racine de la galerie';
|
||||
$lang['gallery_index'] = 'Accueil';
|
||||
$lang['category'] = 'Catégorie';
|
||||
$lang['categories'] = 'Catégories';
|
||||
$lang['thumbnail'] = 'Miniature';
|
||||
@@ -199,7 +199,6 @@ $lang['ident_guest_visit'] = 'Parcourir la galerie en tant que visiteur';
|
||||
|
||||
$lang['previous_image'] = 'Précédent';
|
||||
$lang['next_image'] = 'Suivant';
|
||||
$lang['back'] = 'Cliquez sur l\'image pour revenir à la page des miniatures';
|
||||
$lang['info_image_title'] = 'Informations';
|
||||
$lang['link_info_image'] = 'Modifier les informations de cette image';
|
||||
$lang['true_size'] = 'Taille réelle';
|
||||
@@ -312,4 +311,5 @@ $lang['never_rated'] = 'Vous n\'avez jamais vot
|
||||
$lang['no_rate'] = 'Aucun vote';
|
||||
$lang['rates'] = 'Votes';
|
||||
$lang['standard_deviation'] = 'STD';
|
||||
$lang['picture_high'] = 'Cliquez sur l\'image pour la voir en haute résolution';
|
||||
?>
|
||||
Reference in New Issue
Block a user