2004-02-19 00:31:09 +00:00
< ? php
// +-----------------------------------------------------------------------+
2004-11-06 21:12:59 +00:00
// | PhpWebGallery - a PHP based picture gallery |
// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
2005-01-07 23:10:51 +00:00
// | Copyright (C) 2003-2005 PhpWebGallery Team - http://phpwebgallery.net |
2004-02-19 00:31:09 +00:00
// +-----------------------------------------------------------------------+
2004-11-06 21:12:59 +00:00
// | branch : BSF (Best So Far)
2004-02-19 00:31:09 +00:00
// | file : $RCSfile$
// | last update : $Date$
// | last modifier : $Author$
// | revision : $Revision$
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
// | the Free Software Foundation |
// | |
// | This program is distributed in the hope that it will be useful, but |
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
2004-03-27 13:24:26 +00:00
// Langage informations
$lang_info [ 'language_name' ] = 'English' ;
$lang_info [ 'country' ] = 'Great Britain' ;
$lang_info [ 'charset' ] = 'iso-8859-1' ;
$lang_info [ 'direction' ] = 'ltr' ;
$lang_info [ 'code' ] = 'en' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ '%.2f (rated %d times, standard deviation = %.2f)' ] = '%.2f (rated %d times, standard deviation = %.2f)' ;
$lang [ '%d Kb' ] = '%d Kb' ;
$lang [ '%d categories updated' ] = '%d categories updated' ;
$lang [ '%d comments to validate' ] = '%d comments to validate' ;
$lang [ '%d new comments' ] = '%d new comments' ;
$lang [ '%d new elements' ] = '%d new elements' ;
$lang [ '%d new users' ] = '%d new users' ;
2005-09-17 21:11:40 +00:00
$lang [ '%d waiting elements' ] = '%d waiting elements' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'About' ] = 'About' ;
$lang [ 'Author' ] = 'Author' ;
$lang [ 'Average rate' ] = 'Average rate' ;
$lang [ 'Categories' ] = 'Categories' ;
$lang [ 'Category' ] = 'Category' ;
$lang [ 'Close this window' ] = 'Close this window' ;
$lang [ 'Confirm Password' ] = 'Confirm Password' ;
$lang [ 'Connection settings' ] = 'Connection settings' ;
2005-09-18 00:29:49 +00:00
$lang [ 'Contact webmaster' ] = 'Contact webmaster' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'Create a new account' ] = 'Create a new account' ;
$lang [ 'Created on' ] = 'Created on' ;
$lang [ 'Current password is wrong' ] = 'Current password is wrong' ;
$lang [ 'Dimensions' ] = 'Dimensions' ;
$lang [ 'Display' ] = 'Display' ;
2005-09-18 00:29:49 +00:00
$lang [ 'Email address is missing' ] = 'Email address is missing' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'Email address' ] = 'Email address' ;
$lang [ 'Enter your personnal informations' ] = 'Enter your personnal informations' ;
2005-09-18 00:29:49 +00:00
$lang [ 'Error sending email' ] = 'Error sending email' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'File' ] = 'File' ;
$lang [ 'Filesize' ] = 'Filesize' ;
$lang [ 'Filter and display' ] = 'Filter and display' ;
$lang [ 'Filter' ] = 'Filter' ;
2005-09-18 00:29:49 +00:00
$lang [ 'Forgot your password?' ] = 'Forgot your password?' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'Go through the gallery as a visitor' ] = 'Go through the gallery as a visitor' ;
$lang [ 'Help' ] = 'Help' ;
$lang [ 'Identification' ] = 'Identification' ;
$lang [ 'Keyword' ] = 'Keyword' ;
$lang [ 'Keywords' ] = 'Keywords' ;
$lang [ 'Links' ] = 'Links' ;
$lang [ 'Mail address' ] = 'Mail address' ;
$lang [ 'N/A' ] = 'N/A' ;
$lang [ 'New on %s' ] = 'New on %s' ;
$lang [ 'New password confirmation does not correspond' ] = 'New password confirmation does not correspond' ;
2005-09-18 00:29:49 +00:00
$lang [ 'New password sent by email' ] = 'New password sent by email' ;
$lang [ 'No email address' ] = 'No email address' ;
$lang [ 'No user matches this email address' ] = 'No user matches this email address' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'Notification' ] = 'Notification' ;
$lang [ 'Number of items' ] = 'Number of items' ;
$lang [ 'Original dimensions' ] = 'Original dimensions' ;
2005-09-18 00:29:49 +00:00
$lang [ 'Password forgotten' ] = 'Password forgotten' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'Password' ] = 'Password' ;
$lang [ 'PhpWebGallery Help' ] = 'PhpWebGallery Help' ;
$lang [ 'Profile' ] = 'Profile' ;
$lang [ 'RSS feed' ] = 'RSS feed' ;
$lang [ 'Register' ] = 'Register' ;
$lang [ 'Registered on' ] = 'Registered on' ;
$lang [ 'Registration' ] = 'Registration' ;
$lang [ 'Reset' ] = 'Reset' ;
2005-09-18 00:29:49 +00:00
$lang [ 'Retrieve password' ] = 'Retrieve password' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'Search' ] = 'Search' ;
2005-09-18 00:29:49 +00:00
$lang [ 'Send new password' ] = 'Send new password' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'Since' ] = 'Since' ;
$lang [ 'Sort by' ] = 'Sort by' ;
$lang [ 'Sort order' ] = 'Sort order' ;
$lang [ 'The RSS notification feed provides notification on news from this website : new pictures, updated categories, new comments. Use a RSS feed reader.' ] = 'The RSS notification feed provides notification on news from this website : new pictures, updated categories, new comments. Use a RSS feed reader.' ;
$lang [ 'Unknown feed identifier' ] = 'Unknown feed identifier' ;
$lang [ 'User comments' ] = 'User comments' ;
$lang [ 'Username' ] = 'Username' ;
$lang [ 'Visits' ] = 'Visits' ;
$lang [ 'Webmaster' ] = 'Webmaster' ;
$lang [ 'about_page_title' ] = 'About PhpWebGallery' ;
$lang [ 'access_forbiden' ] = 'You are not authorized to access this page' ;
$lang [ 'add to caddie' ] = 'add to caddie' ;
$lang [ 'add_favorites_alt' ] = 'Add to favorites' ;
$lang [ 'add_favorites_hint' ] = 'Add this picture to your favorites' ;
$lang [ 'admin' ] = 'Administration' ;
$lang [ 'all_categories' ] = 'all categories' ;
$lang [ 'already_rated' ] = 'You\'ve already rated this item' ;
$lang [ 'auto_expand' ] = 'Expand all categories' ;
$lang [ 'best_rated_cat' ] = 'best rated' ;
$lang [ 'best_rated_cat_hint' ] = 'displays best rated items' ;
$lang [ 'caddie' ] = 'caddie' ;
$lang [ 'calendar' ] = 'calendar' ;
$lang [ 'calendar_hint' ] = 'displays each day with pictures, month per month' ;
$lang [ 'calendar_picture_hint' ] = 'displays pictures added on ' ;
2004-03-26 17:08:09 +00:00
$lang [ 'categories' ] = 'Categories' ;
$lang [ 'comment' ] = 'Comment' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'comment_added' ] = 'Your comment has been registered' ;
$lang [ 'comment_anti-flood' ] = 'Anti-flood system : please wait for a moment before trying to post another comment' ;
$lang [ 'comment_to_validate' ] = 'An administrator must authorize your comment before it is visible.' ;
$lang [ 'comment_user_exists' ] = 'This login is already used by another user' ;
2004-03-26 17:08:09 +00:00
$lang [ 'comments' ] = 'Comments' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'comments_add' ] = 'Add a comment' ;
$lang [ 'comments_del' ] = 'delete this comment' ;
$lang [ 'comments_title' ] = 'Comments from the users of the site' ;
$lang [ 'confirm_password_hint' ] = 'You only have to confirm your new password if you wish to change it.' ;
$lang [ 'customize' ] = 'Customize' ;
$lang [ 'customize_page_title' ] = 'Your Gallery Customization ' ;
$lang [ 'customize_title' ] = 'Customization' ;
$lang [ 'day' ][ 0 ] = 'Sunday' ;
$lang [ 'day' ][ 1 ] = 'Monday' ;
$lang [ 'day' ][ 2 ] = 'Tuesday' ;
$lang [ 'day' ][ 3 ] = 'Wednesday' ;
$lang [ 'day' ][ 4 ] = 'Thursday' ;
$lang [ 'day' ][ 5 ] = 'Friday' ;
$lang [ 'day' ][ 6 ] = 'Saturday' ;
$lang [ 'days' ] = 'days' ;
$lang [ 'del_favorites_alt' ] = 'Delete from favorites' ;
$lang [ 'del_favorites_hint' ] = 'Delete this picture from your favorites' ;
2004-03-31 17:26:31 +00:00
$lang [ 'delete' ] = 'Delete' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'download' ] = 'download' ;
$lang [ 'download_hint' ] = 'download this file' ;
$lang [ 'edit category informations' ] = 'edit category informations' ;
$lang [ 'edit' ] = 'edit' ;
2005-01-06 16:33:04 +00:00
$lang [ 'err_date' ] = 'wrong date' ;
2004-11-18 14:57:00 +00:00
$lang [ 'favorite_cat' ] = 'my favorites' ;
$lang [ 'favorite_cat_hint' ] = 'display my favorites pictures' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'favorites' ] = 'Favorites' ;
$lang [ 'first_page' ] = 'First' ;
$lang [ 'gallery_locked_message' ] = 'The gallery is locked for maintenance. Please, come back later.' ;
$lang [ 'generation_time' ] = 'Page generated in' ;
$lang [ 'guest' ] = 'guest' ;
$lang [ 'hello' ] = 'Hello' ;
2004-11-18 14:57:00 +00:00
$lang [ 'hint_admin' ] = 'available for administrators only' ;
2005-01-06 16:33:04 +00:00
$lang [ 'hint_category' ] = 'shows images at the root of this categry' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'hint_comments' ] = 'See last users comments' ;
2005-01-06 16:33:04 +00:00
$lang [ 'hint_customize' ] = 'customize the appareance of the gallery' ;
$lang [ 'hint_search' ] = 'search' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'home' ] = 'Home' ;
$lang [ 'home_hint' ] = 'Back to the home page' ;
2005-01-06 16:33:04 +00:00
$lang [ 'ident_forgotten_password' ] = 'Forget your password ?' ;
$lang [ 'ident_guest_visit' ] = 'Go through the gallery as a visitor' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'ident_register' ] = 'Register' ;
$lang [ 'ident_title' ] = 'ident_title' ;
$lang [ 'identification' ] = 'Identification' ;
$lang [ 'images_available' ] = 'images in this category' ;
$lang [ 'invalid_pwd' ] = 'Invalid password!' ;
$lang [ 'language' ] = 'Language' ;
$lang [ 'last %d days' ] = 'last %d days' ;
$lang [ 'last_page' ] = 'Last' ;
$lang [ 'link_info_image' ] = 'Modify information' ;
$lang [ 'login' ] = 'Login' ;
$lang [ 'logout' ] = 'Logout' ;
$lang [ 'mail_address' ] = 'E-mail address' ;
$lang [ 'mandatory' ] = 'obligatory' ;
$lang [ 'maxheight' ] = 'Maximum height of the pictures' ;
$lang [ 'maxheight_error' ] = 'Maximum height must be a number superior to 50' ;
$lang [ 'maxwidth' ] = 'Maximum width of the pictures' ;
$lang [ 'maxwidth_error' ] = 'Maximum width must be a number superior to 50' ;
$lang [ 'menu_login' ] = 'login' ;
$lang [ 'month' ][ 10 ] = 'October' ;
$lang [ 'month' ][ 11 ] = 'November' ;
$lang [ 'month' ][ 12 ] = 'December' ;
2004-03-26 17:08:09 +00:00
$lang [ 'month' ][ 1 ] = 'January' ;
$lang [ 'month' ][ 2 ] = 'February' ;
$lang [ 'month' ][ 3 ] = 'March' ;
$lang [ 'month' ][ 4 ] = 'April' ;
$lang [ 'month' ][ 5 ] = 'May' ;
$lang [ 'month' ][ 6 ] = 'June' ;
$lang [ 'month' ][ 7 ] = 'July' ;
$lang [ 'month' ][ 8 ] = 'August' ;
$lang [ 'month' ][ 9 ] = 'September' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'most_visited_cat' ] = 'most visited' ;
$lang [ 'most_visited_cat_hint' ] = 'displays most visited pictures' ;
2004-09-19 22:26:41 +00:00
$lang [ 'nb_image_per_row' ] = 'Number of images per row' ;
$lang [ 'nb_row_per_page' ] = 'Number of rows per page' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'never_rated' ] = 'You\'ve never rated this item' ;
$lang [ 'new_password' ] = 'New password' ;
$lang [ 'new_password_hint' ] = 'You only have to give a password if you wish to change it.' ;
$lang [ 'next_page' ] = 'Next' ;
$lang [ 'no' ] = 'No' ;
$lang [ 'no_category' ] = 'Home' ;
$lang [ 'no_rate' ] = 'no rate' ;
$lang [ 'notification' ] = 'notification' ;
$lang [ 'only_members' ] = 'Only members can access this page' ;
2005-09-18 00:29:49 +00:00
$lang [ 'password updated' ] = 'password updated' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'password' ] = 'Password' ;
$lang [ 'password_hint' ] = 'You only have to give your password if you wish to change your e-mail' ;
2004-09-19 22:26:41 +00:00
$lang [ 'periods_error' ] = 'Recent period must be a positive integer value' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'picture_high' ] = 'Click on the picture to see it in high definition' ;
$lang [ 'picture_show_metadata' ] = 'Show file metadata' ;
$lang [ 'powered_by' ] = 'Powered by' ;
$lang [ 'preferences' ] = 'Preferences' ;
$lang [ 'previous_page' ] = 'Previous' ;
$lang [ 'random_cat' ] = 'random pictures' ;
$lang [ 'random_cat_hint' ] = 'Displays a set of random pictures' ;
$lang [ 'recent_cats_cat' ] = 'Last categories' ;
$lang [ 'recent_cats_cat_hint' ] = 'Displays recently updated categories' ;
$lang [ 'recent_image' ] = 'Image within the' ;
$lang [ 'recent_period' ] = 'Recent period' ;
$lang [ 'recent_pics_cat' ] = 'Last pictures' ;
$lang [ 'recent_pics_cat_hint' ] = 'Displays most recent pictures' ;
$lang [ 'reg_confirm' ] = 'Confirm password' ;
$lang [ 'reg_err_login1' ] = 'Please, enter a login' ;
$lang [ 'reg_err_login2' ] = 'login mustn\'t end with a space character' ;
$lang [ 'reg_err_login3' ] = 'login mustn\'t start with a space character' ;
$lang [ 'reg_err_login5' ] = 'this login is already used' ;
$lang [ 'reg_err_mail_address' ] = 'mail address must be like xxx@yyy.eee (example : jack@altern.org)' ;
$lang [ 'reg_err_pass' ] = 'please enter your password again' ;
$lang [ 'register' ] = 'register' ;
$lang [ 'register_page_title' ] = 'Registration' ;
$lang [ 'register_title' ] = 'Registration' ;
$lang [ 'remember_me' ] = 'Auto login' ;
$lang [ 'representative' ] = 'representative' ;
$lang [ 'reset' ] = 'Reset' ;
$lang [ 'return to homepage' ] = 'return to homepage' ;
$lang [ 'search' ] = 'Search' ;
$lang [ 'search_ascending' ] = 'Ascending' ;
2004-11-25 14:12:33 +00:00
$lang [ 'search_author' ] = 'Search for Author' ;
$lang [ 'search_categories' ] = 'Search in Categories' ;
$lang [ 'search_date' ] = 'Search by Date' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'search_date_available' ] = 'Availability' ;
$lang [ 'search_date_creation' ] = 'Creation' ;
2004-12-02 12:45:57 +00:00
$lang [ 'search_date_from' ] = 'Date' ;
$lang [ 'search_date_to' ] = 'End-Date' ;
2004-11-25 14:12:33 +00:00
$lang [ 'search_date_type' ] = 'Kind of date' ;
$lang [ 'search_descending' ] = 'Descending' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'search_explain' ] = 'Use * as a wildcard for partial matches' ;
$lang [ 'search_keywords' ] = 'Search for words' ;
$lang [ 'search_mode_and' ] = 'Search for all terms ' ;
$lang [ 'search_mode_or' ] = 'Search for any terms' ;
2004-11-25 14:12:33 +00:00
$lang [ 'search_one_clause_at_least' ] = 'Empty query. No criteria has been entered.' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'search_options' ] = 'Search Options' ;
2004-11-25 14:12:33 +00:00
$lang [ 'search_result' ] = 'Search results' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'search_sort' ] = 'Sort results by' ;
$lang [ 'search_subcats_included' ] = 'Search in subcategroies' ;
$lang [ 'search_title' ] = 'Search' ;
$lang [ 'send_mail' ] = 'Contact' ;
$lang [ 'set as category representative' ] = 'set as category representative' ;
$lang [ 'show_nb_comments' ] = 'Show number of comments' ;
2005-01-06 16:33:04 +00:00
$lang [ 'slideshow' ] = 'slideshow' ;
$lang [ 'slideshow_stop' ] = 'stop the slideshow' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'special_categories' ] = 'Specials' ;
$lang [ 'sql_queries_in' ] = 'SQL queries in' ;
$lang [ 'sub-cat' ] = 'subcategories' ;
$lang [ 'submit' ] = 'Submit' ;
$lang [ 'the beginning' ] = 'the beginning' ;
$lang [ 'theme' ] = 'Interface theme' ;
$lang [ 'thumbnails' ] = 'Thumbnails' ;
$lang [ 'title_comments' ] = 'Users comments' ;
$lang [ 'title_menu' ] = 'Menu' ;
$lang [ 'title_send_mail' ] = 'A comment on your site' ;
2005-01-06 16:33:04 +00:00
$lang [ 'to_rate' ] = 'Rate' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'today' ] = 'today' ;
$lang [ 'total' ] = 'images' ;
2005-01-06 16:33:04 +00:00
$lang [ 'update_rate' ] = 'Update your rating' ;
2005-09-17 21:11:40 +00:00
$lang [ 'update_wrong_dirname' ] = 'wrong filename' ;
2004-02-19 00:31:09 +00:00
$lang [ 'upload_advise' ] = 'Choose an image to place in the category : ' ;
$lang [ 'upload_advise_filesize' ] = 'the filesize of the picture must not exceed : ' ;
$lang [ 'upload_advise_filetype' ] = 'the picture must be to the fileformat jpg, gif or png' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'upload_advise_height' ] = 'the height of the picture must not exceed : ' ;
$lang [ 'upload_advise_thumbnail' ] = 'Optional, but recommended : choose a thumbnail to associate to ' ;
$lang [ 'upload_advise_width' ] = 'the width of the picture must not exceed : ' ;
2004-02-19 00:31:09 +00:00
$lang [ 'upload_author' ] = 'Author (eg "Pierrick LE GALL")' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'upload_cannot_upload' ] = 'can\'t upload the picture on the server' ;
2004-02-19 00:31:09 +00:00
$lang [ 'upload_creation_date' ] = 'Creation date (DD/MM/YYYY)' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'upload_err_username' ] = 'the username must be given' ;
$lang [ 'upload_file_exists' ] = 'A picture\'s name already used' ;
$lang [ 'upload_filenotfound' ] = 'You must choose a picture fileformat for the image' ;
$lang [ 'upload_forbidden' ] = 'You can\'t upload pictures in this category' ;
$lang [ 'upload_name' ] = 'Name of the picture' ;
$lang [ 'upload_picture' ] = 'Upload a picture' ;
$lang [ 'upload_successful' ] = 'Picture uploaded with success, an administrator will validate it as soon as possible' ;
$lang [ 'upload_title' ] = 'Upload a picture' ;
$lang [ 'upload_username' ] = 'Username' ;
2005-09-18 00:29:49 +00:00
$lang [ 'useful when password forgotten' ] = 'useful when password forgotten' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'w_month' ] = 'Month' ;
$lang [ 'yes' ] = 'Yes' ;
2005-10-15 21:47:19 +00:00
$lang [ 'descending' ] = 'descending' ;
$lang [ 'all' ] = 'all' ;
$lang [ 'ascending' ] = 'ascending' ;
$lang [ 'comment date' ] = 'comment date' ;
$lang [ 'picture' ] = 'picture' ;
2004-02-19 00:31:09 +00:00
?>