- adds calendar category

- add "specials" categories instead of statistics


git-svn-id: http://piwigo.org/svn/trunk@430 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
z0rglub 2004-06-15 20:03:21 +00:00
parent dd1354aed2
commit ed149472b5

View file

@ -104,7 +104,6 @@ $lang['no_category'] = 'Home';
$lang['page_number'] = 'page number'; $lang['page_number'] = 'page number';
$lang['previous_page'] = 'Previous'; $lang['previous_page'] = 'Previous';
$lang['next_page'] = 'Next'; $lang['next_page'] = 'Next';
$lang['nb_image_category'] = 'number of images in this category';
$lang['recent_image'] = 'Image within the'; $lang['recent_image'] = 'Image within the';
$lang['days'] = 'days'; $lang['days'] = 'days';
$lang['send_mail'] = 'Contact the webmaster'; $lang['send_mail'] = 'Contact the webmaster';
@ -204,7 +203,7 @@ $lang['errors_title'] = 'Errors';
$lang['infos_title'] = 'Informations'; $lang['infos_title'] = 'Informations';
$lang['default'] = 'default'; $lang['default'] = 'default';
$lang['category_representative'] = 'representative'; $lang['category_representative'] = 'representative';
$lang['stats'] = 'statistics'; $lang['special_categories'] = 'specials';
$lang['most_visited_cat_hint'] = 'displays most visited pictures'; $lang['most_visited_cat_hint'] = 'displays most visited pictures';
$lang['most_visited_cat'] = 'most visited'; $lang['most_visited_cat'] = 'most visited';
$lang['best_rated_cat_hint'] = 'displays pictures best rated'; $lang['best_rated_cat_hint'] = 'displays pictures best rated';
@ -254,4 +253,7 @@ $lang['hint_comments'] = 'See last users comments';
$lang['menu_login'] = 'login'; $lang['menu_login'] = 'login';
$lang['update_wrong_dirname'] = 'The name of directories and files must be composed of letters, figures, "-", "_" or "."'; $lang['update_wrong_dirname'] = 'The name of directories and files must be composed of letters, figures, "-", "_" or "."';
$lang['hello'] = 'Hello'; $lang['hello'] = 'Hello';
$lang['calendar'] = 'calendar';
$lang['calendar_hint'] = 'displays each day with pictures, month per month';
$lang['calendar_picture_hint'] = 'displays pictures added on ';
?> ?>