Changeset 499 for trunk/language/en_UK.iso-8859-1/common.lang.php
- Timestamp:
- Aug 29, 2004, 3:53:48 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/language/en_UK.iso-8859-1/common.lang.php
r496 r499 86 86 $lang['day'][5] = 'Friday'; 87 87 $lang['day'][6] = 'Saturday'; 88 89 // search 90 $lang['search_title'] = 'Search'; 91 $lang['search_wrong_date'] = ' : this date is not valid'; 92 $lang['search_wrong_date_order'] = 'the period end must be after the period start'; 93 $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"'; 94 $lang['search_or_clauses'] = 'at least one search clause'; 95 $lang['search_and_clauses'] = 'all search clauses'; 96 $lang['search_subcats_included'] = 'include sub-categories'; 97 $lang['search_date_included'] = 'included'; 98 $lang['search_date_is'] = 'is'; 99 $lang['search_date_is_after'] = 'is after'; 100 $lang['search_date_is_before'] = 'is before'; 101 $lang['search_file'] = 'file'; 102 $lang['search_name'] = 'name'; 103 $lang['search_comment'] = 'comment'; 104 $lang['search_keywords'] = 'keywords'; 105 $lang['search_author'] = 'author'; 106 $lang['search_date_available'] = 'availability date'; 107 $lang['search_date_creation'] = 'creation date'; 108 $lang['search_one_clause_at_least'] = 'search at least on one search clause'; 109 $lang['search_mode_or'] = 'at least one word'; 110 $lang['search_mode_and'] = 'all the words'; 111 $lang['search_comments'] = 'separate different words with spaces'; 112 $lang['invalid_search'] = 'search must be done on 3 caracters or more'; 113 $lang['Search_author_explain'] = 'Use * comme un joker pour des recherches partielles'; 88 114 89 115 $lang['only_members'] = 'Only members can access this page'; … … 173 199 $lang['reg_confirm'] = 'confirm'; 174 200 $lang['reg_err_mail_address'] = 'mail address must be like xxx@yyy.eee (example : jack@altern.org)'; 175 $lang['search_title'] = 'Search';176 $lang['invalid_search'] = 'search must be done on 3 caracters or more';177 $lang['search_return_main_page'] = 'Return to thumbnails page';178 201 $lang['upload_forbidden'] = 'You can\'t upload pictures in this category'; 179 202 $lang['upload_file_exists'] = 'A picture\'s name already used'; … … 238 261 $lang['comment_user_exists'] = 'This login is already used by another user'; 239 262 $lang['invalid_search'] = 'Searched words must be grater than 3 characters and must not contain punctuation mark'; 240 $lang['search_mode_or'] = 'at least one word';241 $lang['search_mode_and'] = 'all the words';242 $lang['search_comments'] = 'separate different words with spaces';243 263 $lang['upload_name'] = 'Name of the picture'; 244 264 $lang['upload_author'] = 'Author (eg "Pierrick LE GALL")'; … … 258 278 $lang['hello'] = 'Hello'; 259 279 260 // search261 $lang['search_wrong_date'] = ' : this date is not valid';262 $lang['search_wrong_date_order'] = 'the period end must be after the period start';263 $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"';264 $lang['search_or_clauses'] = 'at least one search clause';265 $lang['search_and_clauses'] = 'all search clauses';266 $lang['search_categories'] = 'categories';267 $lang['search_subcats_included'] = 'include sub-categories';268 $lang['search_date_included'] = 'included';269 $lang['search_date_is'] = 'is';270 $lang['search_date_is_after'] = 'is after';271 $lang['search_date_is_before'] = 'is before';272 $lang['search_file'] = 'file';273 $lang['search_name'] = 'name';274 $lang['search_comment'] = 'comment';275 $lang['search_keywords'] = 'keywords';276 $lang['search_author'] = 'author';277 $lang['search_date_available'] = 'availability date';278 $lang['search_date_creation'] = 'creation date';279 $lang['search_one_clause_at_least'] = 'search at least on one search clause';280 281 280 $lang['picture_show_metadata'] = 'Show file metadata ?'; 282 281 $lang['picture_hide_metadata'] = 'Hide file metadata';
Note: See TracChangeset
for help on using the changeset viewer.