diff options
author | gweltas <gweltas@piwigo.org> | 2004-08-29 13:53:48 +0000 |
---|---|---|
committer | gweltas <gweltas@piwigo.org> | 2004-08-29 13:53:48 +0000 |
commit | 196f36176e5c1960d7f0df4ee491ffa7674e380f (patch) | |
tree | fd5ec5b88a7b99ba565b305b8f770dc124687d8c /language/en_UK.iso-8859-1 | |
parent | 38f7bcd8ac94db8c460fe3913bb7d19c81a2e7dc (diff) |
Call to get_plain_structure() replaced by a call to get_user_plain_structure()
git-svn-id: http://piwigo.org/svn/trunk@499 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK.iso-8859-1')
-rw-r--r-- | language/en_UK.iso-8859-1/common.lang.php | 53 |
1 files changed, 26 insertions, 27 deletions
diff --git a/language/en_UK.iso-8859-1/common.lang.php b/language/en_UK.iso-8859-1/common.lang.php index 81c046818..c0bdd2b04 100644 --- a/language/en_UK.iso-8859-1/common.lang.php +++ b/language/en_UK.iso-8859-1/common.lang.php @@ -86,6 +86,32 @@ $lang['day'][4] = 'Thursday'; $lang['day'][5] = 'Friday'; $lang['day'][6] = 'Saturday'; +// 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 * comme un joker pour des recherches partielles'; + $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'; @@ -172,9 +198,6 @@ $lang['reg_err_login5'] = 'this login is already used'; $lang['reg_err_pass'] = 'please enter your password again'; $lang['reg_confirm'] = 'confirm'; $lang['reg_err_mail_address'] = 'mail address must be like xxx@yyy.eee (example : jack@altern.org)'; -$lang['search_title'] = 'Search'; -$lang['invalid_search'] = 'search must be done on 3 caracters or more'; -$lang['search_return_main_page'] = 'Return to thumbnails page'; $lang['upload_forbidden'] = 'You can\'t upload pictures in this category'; $lang['upload_file_exists'] = 'A picture\'s name already used'; $lang['upload_filenotfound'] = 'You must choose a picture fileformat for the image'; @@ -237,9 +260,6 @@ $lang['comment_to_validate'] = 'An administrator must authorize your comment bef $lang['comment_anti-flood'] = 'Anti-flood system : please wait for a moment before trying to post another comment'; $lang['comment_user_exists'] = 'This login is already used by another user'; $lang['invalid_search'] = 'Searched words must be grater than 3 characters and must not contain punctuation mark'; -$lang['search_mode_or'] = 'at least one word'; -$lang['search_mode_and'] = 'all the words'; -$lang['search_comments'] = 'separate different words with spaces'; $lang['upload_name'] = 'Name of the picture'; $lang['upload_author'] = 'Author (eg "Pierrick LE GALL")'; $lang['upload_creation_date'] = 'Creation date (DD/MM/YYYY)'; @@ -257,27 +277,6 @@ $lang['menu_login'] = 'login'; $lang['update_wrong_dirname'] = 'The name of directories and files must be composed of letters, figures, "-", "_" or "."'; $lang['hello'] = 'Hello'; -// 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_categories'] = 'categories'; -$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['picture_show_metadata'] = 'Show file metadata ?'; $lang['picture_hide_metadata'] = 'Hide file metadata'; ?>
\ No newline at end of file |