| // | branch : 1.4 | // +-----------------------------------------------------------------------+ // | 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. | // +-----------------------------------------------------------------------+ // 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'; // Main words $lang['gallery_index'] = 'Home'; $lang['category'] = 'Category'; $lang['categories'] = 'Categories'; $lang['thumbnail'] = 'Thumbnail'; $lang['thumbnails'] = 'Thumbnails'; $lang['search'] = 'Search'; $lang['comment'] = 'Comment'; $lang['comments'] = 'Comments'; $lang['picture'] = 'Picture'; $lang['pictures'] = 'Pictures'; $lang['no'] = 'No'; $lang['yes'] = 'Yes'; $lang['date'] = 'Date'; $lang['description'] = 'Description'; $lang['author'] = 'Author'; $lang['size'] = 'Size'; $lang['filesize'] = 'Filesize'; $lang['file'] = 'File'; $lang['keywords'] = 'Keywords'; $lang['default'] = 'Default'; $lang['send_mail'] = 'Contact'; $lang['webmaster'] = 'Webmaster'; $lang['language']='Language'; //Properties $lang['registration_date'] = 'Registered on'; $lang['creation_date'] = 'Created on'; // Form words $lang['submit'] = 'Submit'; $lang['delete'] = 'Delete'; $lang['reset'] = 'Reset'; // Navigation $lang['return_main_page'] = 'Back to the index page'; // Identification $lang['login'] = 'Login'; $lang['logout'] = 'Logout'; $lang['password'] = 'Password'; $lang['customize'] = 'Customize'; $lang['new'] = 'New'; $lang['identification'] = 'Identification'; $lang['remember_me'] = 'Auto login'; //Calendar $lang['calendar'] = 'calendar'; $lang['calendar_hint'] = 'displays each day with pictures, month per month'; $lang['calendar_picture_hint'] = 'displays pictures added on '; $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'; $lang['month'][10] = 'October'; $lang['month'][11] = 'November'; $lang['month'][12] = 'December'; $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['w_month'] = 'Month'; $lang['w_day'] = 'Day'; $lang['days'] = 'days'; // Customization $lang['customize_page_title'] = 'Customization'; $lang['customize_title'] = 'Customization'; $lang['nb_image_per_row'] = 'Number of images per row'; $lang['nb_row_per_page'] = 'Number of rows per page'; $lang['maxwidth'] = 'Maximum width of the pictures'; $lang['maxheight'] = 'Maximum height of the pictures'; $lang['maxwidth_error'] = 'Maximum width must be a number superior to 50'; $lang['maxheight_error'] = 'Maximum height must be a number superior to 50'; $lang['theme'] = 'Interface theme'; $lang['auto_expand'] = 'Expand all categories'; $lang['show_nb_comments'] = 'Show number of comments'; $lang['recent_period'] = 'Recent period'; $lang['periods_error'] = 'Recent period must be a positive integer value'; $lang['create_cookie'] = 'Create a cookie'; // search $lang['search_title'] = 'Search'; $lang['search_wrong_date'] = ' : this date is not valid'; $lang['search_wrong_date_order'] = 'the period end must be after the period start'; $lang['search_incoherent_date_search'] = 'when choosing to match all the clauses, you can\'t search "date is" and "date is after" or "date is before"'; $lang['search_or_clauses'] = 'at least one search clause'; $lang['search_and_clauses'] = 'all search clauses'; $lang['search_subcats_included'] = 'include sub-categories'; $lang['search_date_included'] = 'included'; $lang['search_date_is'] = 'is'; $lang['search_date_is_after'] = 'is after'; $lang['search_date_is_before'] = 'is before'; $lang['search_file'] = 'file'; $lang['search_name'] = 'name'; $lang['search_comment'] = 'comment'; $lang['search_keywords'] = 'keywords'; $lang['search_author'] = 'author'; $lang['search_date_available'] = 'availability date'; $lang['search_date_creation'] = 'creation date'; $lang['search_one_clause_at_least'] = 'search at least on one search clause'; $lang['search_mode_or'] = 'at least one word'; $lang['search_mode_and'] = 'all the words'; $lang['search_comments'] = 'separate different words with spaces'; $lang['invalid_search'] = 'search must be done on 3 caracters or more'; $lang['Search_author_explain'] = 'Use * as a wildcard for partial matches'; $lang['Look_up_user'] = 'Seek user'; $lang['Find_username'] = 'Find a username'; $lang['No_match'] = 'No match'; $lang['Select_username'] = 'Select a username'; $lang['Close'] = 'Close the window'; $lang['Select'] = 'Select'; $lang['only_members'] = 'Only members can access this page'; $lang['invalid_pwd'] = 'Invalid password!'; $lang['access_forbiden'] = 'You are not authorized to access this page'; $lang['diapo_default_page_title'] = 'No category selected'; $lang['hint_category'] = 'shows images at the root of this categry'; $lang['total_images'] = 'total'; $lang['title_menu'] = 'Menu'; $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'; $lang['next_page'] = 'Next'; $lang['recent_image'] = 'Image within the'; $lang['days'] = 'days'; $lang['title_send_mail'] = 'A comment on your site'; $lang['sub-cat'] = 'subcategories'; $lang['images_available'] = 'images in this category'; $lang['total'] = 'images'; $lang['upload_picture'] = 'Upload a picture'; $lang['generation_time'] = 'Page generated in'; $lang['favorites'] = 'Favorites'; $lang['search_result'] = 'Search results'; $lang['about_page_title'] = 'About PhpWebGallery'; $lang['about_title'] = 'About...'; $lang['about_message'] = '