Unification of "Return to main page" entry in the language files.
git-svn-id: http://piwigo.org/svn/trunk@607 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
1bf3753f14
commit
f20efb0cfa
13 changed files with 52 additions and 47 deletions
|
@ -39,7 +39,8 @@ $template->set_filenames(array('about'=>'about.tpl'));
|
|||
$template->assign_vars(array(
|
||||
'PAGE_TITLE' => $title,
|
||||
'L_ABOUT' => $lang['about_message'],
|
||||
'L_RETURN' => $lang['return_main_page'],
|
||||
'L_RETURN' => $lang['home'],
|
||||
'L_RETURN_HINT' => $lang['home_hint'],
|
||||
'U_RETURN' => add_session_id(PHPWG_ROOT_PATH.'category.php?'.$_SERVER['QUERY_STRING'])
|
||||
)
|
||||
);
|
||||
|
|
|
@ -173,7 +173,7 @@ $template->set_filenames( array('admin'=>'admin.tpl') );
|
|||
$template->assign_vars(array(
|
||||
'L_TITLE'=>$lang['admin_panel'],
|
||||
'L_LINKS'=>$lang['links'],
|
||||
'L_GALLERY_INDEX'=>$lang['gallery_index'],
|
||||
'L_GALLERY_INDEX'=>$lang['home'],
|
||||
'L_GENERAL'=>$lang['general'],
|
||||
'L_DEFAULT'=>$lang['gallery_default'],
|
||||
'L_PHPINFO'=>$lang['phpinfos'],
|
||||
|
|
|
@ -36,7 +36,7 @@ include_once(PHPWG_ROOT_PATH.'admin/include/isadmin.inc.php');
|
|||
$errors = array();
|
||||
$infos = array();
|
||||
$categories = array();
|
||||
$navigation = $lang['gallery_index'];
|
||||
$navigation = $lang['home'];
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | virtual categories management |
|
||||
// +-----------------------------------------------------------------------+
|
||||
|
@ -136,7 +136,7 @@ if (isset($_GET['parent_id']))
|
|||
$base_url = PHPWG_ROOT_PATH.'admin.php?page=cat_list';
|
||||
|
||||
$navigation = '<a class="" href="'.add_session_id($base_url).'">';
|
||||
$navigation.= $lang['gallery_index'];
|
||||
$navigation.= $lang['home'];
|
||||
$navigation.= '</a>';
|
||||
$navigation.= $separator;
|
||||
|
||||
|
|
|
@ -125,7 +125,7 @@ foreach (array('comment','dir') as $nullable)
|
|||
$current_category = get_cat_info($_GET['cat_id']);
|
||||
$url = PHPWG_ROOT_PATH.'admin.php?page=cat_list&parent_id=';
|
||||
$navigation = '<a class="" href="'.add_session_id(PHPWG_ROOT_PATH.'admin.php?page=cat_list').'">';
|
||||
$navigation.= $lang['gallery_index'].'</a>->';
|
||||
$navigation.= $lang['home'].'</a>->';
|
||||
$navigation.= get_cat_display_name($current_category['name'], '->', $url);
|
||||
|
||||
$form_action = PHPWG_ROOT_PATH.'admin.php?page=cat_modify&cat_id='.$_GET['cat_id'];
|
||||
|
|
|
@ -79,7 +79,8 @@ $template->assign_vars(
|
|||
array(
|
||||
'L_COMMENT_TITLE' => $title,
|
||||
'L_COMMENT_STATS' => $lang['stats_last_days'],
|
||||
'L_COMMENT_RETURN' => $lang['return_main_page'],
|
||||
'L_COMMENT_RETURN' => $lang['home'],
|
||||
'L_COMMENT_RETURN_HINT' => $lang['home_hint'],
|
||||
'L_DELETE' =>$lang['delete'],
|
||||
'L_VALIDATE'=>$lang['submit'],
|
||||
|
||||
|
|
|
@ -33,7 +33,6 @@ $lang_info['direction'] = 'ltr';
|
|||
$lang_info['code'] = 'en';
|
||||
|
||||
// Main words
|
||||
$lang['gallery_index'] = 'Home';
|
||||
$lang['category'] = 'Category';
|
||||
$lang['categories'] = 'Categories';
|
||||
$lang['thumbnail'] = 'Thumbnail';
|
||||
|
@ -67,7 +66,23 @@ $lang['delete'] = 'Delete';
|
|||
$lang['reset'] = 'Reset';
|
||||
|
||||
// Navigation
|
||||
$lang['return_main_page'] = 'Back to the index page';
|
||||
$lang['home'] = 'Home';
|
||||
$lang['home_hint'] = 'Back to the home page';
|
||||
$lang['special_categories'] = 'Specials';
|
||||
$lang['favorite_cat'] = 'my favorites';
|
||||
$lang['favorite_cat_hint'] = 'display my favorites pictures';
|
||||
$lang['most_visited_cat'] = 'most visited';
|
||||
$lang['most_visited_cat_hint'] = 'displays most visited pictures';
|
||||
$lang['best_rated_cat'] = 'best rated';
|
||||
$lang['best_rated_cat_hint'] = 'displays best rated items';
|
||||
$lang['recent_pics_cat'] = 'Last pictures';
|
||||
$lang['recent_pics_cat_hint'] = 'Displays most recent pictures';
|
||||
$lang['recent_cats_cat'] = 'Last categories';
|
||||
$lang['recent_cats_cat_hint'] = 'Displays recently updated categories';
|
||||
$lang['about'] = 'about';
|
||||
$lang['hint_about'] = 'more informations on PhpWebGallery...';
|
||||
$lang['admin'] = 'Administration';
|
||||
$lang['hint_admin'] = 'available for administrators only';
|
||||
|
||||
// Identification
|
||||
$lang['login'] = 'Login';
|
||||
|
@ -165,12 +180,7 @@ $lang['change_login'] = 'change login';
|
|||
$lang['hint_login'] = 'identification enables site\'s appareance customization';
|
||||
$lang['hint_customize'] = 'customize the appareance of the gallery';
|
||||
$lang['hint_search'] = 'search';
|
||||
$lang['favorite_cat'] = 'my favorites';
|
||||
$lang['favorite_cat_hint'] = 'display my favorites pictures';
|
||||
$lang['about'] = 'about';
|
||||
$lang['hint_about'] = 'more informations on PhpWebGallery...';
|
||||
$lang['admin'] = 'Administration';
|
||||
$lang['hint_admin'] = 'available for administrators only';
|
||||
|
||||
$lang['no_category'] = 'Home';
|
||||
$lang['page_number'] = 'page number';
|
||||
$lang['previous_page'] = 'Previous';
|
||||
|
@ -249,15 +259,8 @@ $lang['IP'] = 'IP';
|
|||
$lang['errors_title'] = 'Errors';
|
||||
$lang['infos_title'] = 'Informations';
|
||||
$lang['category_representative'] = 'representative';
|
||||
$lang['special_categories'] = 'specials';
|
||||
$lang['most_visited_cat_hint'] = 'displays most visited pictures';
|
||||
$lang['most_visited_cat'] = 'most visited';
|
||||
$lang['best_rated_cat'] = 'best rated';
|
||||
$lang['best_rated_cat_hint'] = 'displays best rated items';
|
||||
$lang['recent_pics_cat_hint'] = 'Displays most recent pictures';
|
||||
$lang['recent_pics_cat'] = 'Last pictures';
|
||||
$lang['recent_cats_cat_hint'] = 'Displays recently updated categories';
|
||||
$lang['recent_cats_cat'] = 'Last categories';
|
||||
|
||||
|
||||
$lang['visited'] = 'visited';
|
||||
$lang['times'] = 'times';
|
||||
$lang['slideshow'] = 'slideshow';
|
||||
|
@ -300,6 +303,4 @@ $lang['standard_deviation'] = 'STD';
|
|||
$lang['random_cat'] = 'random pictures';
|
||||
$lang['random_cat_hint'] = 'Displays a set of random pictures';
|
||||
$lang['picture_high'] = 'Click on the picture to see it in high definition';
|
||||
$lang['up_hint'] = 'Up to the thumbnails';
|
||||
$lang['up_alt'] = 'up';
|
||||
?>
|
|
@ -33,7 +33,6 @@ $lang_info['direction'] = 'ltr';
|
|||
$lang_info['code'] = 'fr';
|
||||
|
||||
// Main words
|
||||
$lang['gallery_index'] = 'Accueil';
|
||||
$lang['category'] = 'Catégorie';
|
||||
$lang['categories'] = 'Catégories';
|
||||
$lang['thumbnail'] = 'Miniature';
|
||||
|
@ -74,16 +73,25 @@ $lang['identification'] = 'Identification';
|
|||
$lang['remember_me'] = 'Connexion auto';
|
||||
|
||||
// Navigation
|
||||
$lang['special_categories'] = 'Special';
|
||||
$lang['home'] = 'Accueil';
|
||||
$lang['home_hint'] = 'Retour à la page des miniatures';
|
||||
$lang['special_categories'] = 'Spécial';
|
||||
$lang['favorite_cat'] = 'Favoris';
|
||||
$lang['favorite_cat_hint'] = 'Afficher vos favoris';
|
||||
$lang['recent_pics_cat_hint'] = 'Affiche les images les plus récentes';
|
||||
$lang['most_visited_cat'] = 'plus vues';
|
||||
$lang['most_visited_cat_hint'] = 'affiche les images les plus visitées';
|
||||
$lang['best_rated_cat'] = 'mieux notées';
|
||||
$lang['best_rated_cat_hint'] = 'affiche les images les mieux notées';
|
||||
$lang['recent_pics_cat'] = 'Nouvelles images';
|
||||
$lang['recent_cats_cat_hint'] = 'Affiche les catégories les plus récentes';
|
||||
$lang['recent_pics_cat_hint'] = 'Affiche les images les plus récentes';
|
||||
$lang['recent_cats_cat'] = 'Nouvelles catégories';
|
||||
$lang['recent_cats_cat_hint'] = 'Affiche les catégories les plus récentes';
|
||||
$lang['random_cat'] = 'Images au hasard';
|
||||
$lang['random_cat_hint'] = 'Affiche plusieurs images choisies au hasard';
|
||||
$lang['return_main_page'] = 'Retour à la page des miniatures';
|
||||
$lang['about'] = 'A propos';
|
||||
$lang['hint_about'] = 'Quelques informations sur PhpWebGallery...';
|
||||
$lang['admin'] = 'Administration';
|
||||
$lang['hint_admin'] = 'Partie accessible uniquement aux administrateurs';
|
||||
|
||||
//Calendar
|
||||
$lang['calendar'] = 'Calendrier';
|
||||
|
@ -155,7 +163,6 @@ $lang['search_mode_and'] = 'tous les mots';
|
|||
$lang['search_comments'] = 'séparer les différents mots avec un espace';
|
||||
$lang['search_title'] = 'Recherche';
|
||||
$lang['search_field_search'] = 'Rechercher';
|
||||
$lang['search_return_main_page'] = 'Retour à la page des miniatures';
|
||||
$lang['Search_author_explain'] = 'Utilisez * comme un joker pour des recherches partielles';
|
||||
$lang['Look_up_user'] = 'Rechercher l\'utilisateur';
|
||||
$lang['Find_username'] = 'Trouver un nom d\'utilisateur';
|
||||
|
@ -176,10 +183,7 @@ $lang['hint_login'] = 's'identifier permet de personnaliser l'apparenc
|
|||
$lang['hint_customize'] = 'personnaliser votre affichage';
|
||||
$lang['hint_search'] = 'lancer une recherche';
|
||||
|
||||
$lang['about'] = 'à propos';
|
||||
$lang['hint_about'] = 'des infos sur PhpWebGallery...';
|
||||
$lang['admin'] = 'Administration';
|
||||
$lang['hint_admin'] = 'accessible uniquement aux administrateurs';
|
||||
|
||||
$lang['no_category'] = 'Accueil';
|
||||
$lang['page_number'] = 'numéro de page';
|
||||
$lang['previous_page'] = 'Précédente';
|
||||
|
@ -260,10 +264,7 @@ $lang['stats_last_days'] = 'derniers jours';
|
|||
$lang['menu_login'] = 'Connexion';
|
||||
$lang['connected_user'] = 'utilisateur connecté';
|
||||
$lang['hint_comments'] = 'Voir les derniers commentaires des visiteurs';
|
||||
$lang['most_visited_cat_hint'] = 'affiche les images les plus visitées';
|
||||
$lang['most_visited_cat'] = 'plus vues';
|
||||
$lang['best_rated_cat_hint'] = 'affiche les images les mieux notées';
|
||||
$lang['best_rated_cat'] = 'mieux notées';
|
||||
|
||||
|
||||
$lang['visited'] = 'visité';
|
||||
$lang['times'] = 'fois';
|
||||
|
|
|
@ -443,7 +443,7 @@ $template->assign_vars(array(
|
|||
'WIDTH_IMG' => $picture_size[0],
|
||||
'HEIGHT_IMG' => $picture_size[1],
|
||||
|
||||
'L_HOME' => $lang['gallery_index'],
|
||||
'L_HOME' => $lang['home'],
|
||||
'L_SLIDESHOW' => $lang['slideshow'],
|
||||
'L_STOP_SLIDESHOW' => $lang['slideshow_stop'],
|
||||
'L_PREV_IMG' =>$lang['previous_image'].' : ',
|
||||
|
@ -459,8 +459,8 @@ $template->assign_vars(array(
|
|||
'L_DOWNLOAD_HINT' => $lang['download_hint'],
|
||||
'L_PICTURE_METADATA' => $lang['picture_show_metadata'],
|
||||
'L_PICTURE_HIGH' => $lang['picture_high'],
|
||||
'L_UP_HINT' => $lang['up_hint'],
|
||||
'L_UP_ALT' => $lang['up_alt'],
|
||||
'L_UP_HINT' => $lang['home_hint'],
|
||||
'L_UP_ALT' => $lang['home'],
|
||||
|
||||
'U_HOME' => add_session_id(PHPWG_ROOT_PATH.'category.php'),
|
||||
'U_UP' => add_session_id($url_up),
|
||||
|
|
|
@ -236,7 +236,7 @@ $template->set_filenames( array('search'=>'search.tpl') );
|
|||
$template->assign_vars(array(
|
||||
'L_TITLE' => $lang['search_title'],
|
||||
'L_SEARCH_COMMENTS' => $lang['search_comments'],
|
||||
'L_RETURN' => $lang['gallery_index'],
|
||||
'L_RETURN' => $lang['home'],
|
||||
'L_SUBMIT' => $lang['submit'],
|
||||
'L_SEARCH_OR'=>$lang['search_mode_or'],
|
||||
'L_SEARCH_AND'=>$lang['search_mode_and'],
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
{L_ABOUT}
|
||||
</div>
|
||||
<div style="text-align:center;margin:5px;">
|
||||
<a href="{U_RETURN}">{L_RETURN}</a>
|
||||
<a href="{U_RETURN}" title="{L_RETURN_HINT}">[{L_RETURN}]</a>
|
||||
</div>
|
||||
<div style="text-align:center;margin:5px;">
|
||||
<img src="./template/default/images/php_sqreuil_artistes.gif" alt="php logo" />
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
{L_COMMENT_STATS}
|
||||
]
|
||||
<!-- BEGIN title -->
|
||||
[ <a class="admin" href="{U_HOME}">{L_COMMENT_RETURN}</a> ]
|
||||
[ <a class="admin" href="{U_HOME}" title="{L_COMMENT_RETURN_HINT}">{L_COMMENT_RETURN}</a> ]
|
||||
<!-- END title -->
|
||||
</div>
|
||||
<!-- BEGIN validation -->
|
||||
|
|
|
@ -115,4 +115,4 @@
|
|||
<input class="radio" type="radio" name="mode" value="OR" {OR_CHECKED} /> {L_SEARCH_OR_CLAUSES}
|
||||
<input class="radio" type="radio" name="mode" value="AND" {AND_CHECKED} /> {L_SEARCH_AND_CLAUSES}<br /><br />
|
||||
<input type="submit" name="submit" value="{L_SUBMIT}" class="bouton" /><br /><br />
|
||||
<a href="{U_HOME}">[ {L_RETURN} ]</a>
|
||||
<a href="{U_HOME}" title="{L_RETURN_HINT}">[ {L_RETURN} ]</a>
|
||||
|
|
|
@ -301,7 +301,8 @@ $template->assign_vars(array(
|
|||
'L_AUTHOR' => $lang['upload_author'],
|
||||
'L_CREATION_DATE' => $lang['upload_creation_date'],
|
||||
'L_COMMENT' => $lang['upload_comment'],
|
||||
'L_RETURN' => $lang['search_return_main_page'],
|
||||
'L_RETURN' => $lang['home'],
|
||||
'L_RETURN_HINT' => $lang['home_hint'],
|
||||
'L_UPLOAD_DONE' => $lang['upload_successful'],
|
||||
'L_MANDATORY' => $lang['mandatory'],
|
||||
|
||||
|
|
Loading…
Reference in a new issue