Ignore:
Timestamp:
Jan 27, 2006, 11:40:51 PM (18 years ago)
Author:
plg
Message:

Search engine redesign, second part :

improvement: in category.php, an icon opening a popup display the list of
search rules.

modification: function get_search_array is responsible of search rules
retrieving from database. This function is called from get_sql_search_clause
and from search_rules.php

modification: ability to search multiple authors. Warning: this version of
search tool can't search author names including any blank space.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/en_UK.iso-8859-1/common.lang.php

    r949 r1015  
    4242$lang['%d waiting elements'] = '%d waiting elements';
    4343$lang['About'] = 'About';
     44$lang['At least one listed rule must be satisfied.'] = 'At least one listed rule must be satisfied.';
    4445$lang['Author'] = 'Author';
    4546$lang['Average rate'] = 'Average rate';
     
    4849$lang['Close this window'] = 'Close this window';
    4950$lang['Confirm Password'] = 'Confirm Password';
     51$lang['Connection settings'] = 'Connection settings';
    5052$lang['Connection'] = 'Connection';
    51 $lang['Quick connect'] = 'Quick connect';
    52 $lang['Connection settings'] = 'Connection settings';
    5353$lang['Contact webmaster'] = 'Contact webmaster';
    5454$lang['Create a new account'] = 'Create a new account';
     
    5757$lang['Dimensions'] = 'Dimensions';
    5858$lang['Display'] = 'Display';
     59$lang['Each listed rule must be satisfied.'] = 'Each listed rule must be satisfied.';
    5960$lang['Email address is missing'] = 'Email address is missing';
    6061$lang['Email address'] = 'Email address';
     
    8687$lang['PhpWebGallery Help'] = 'PhpWebGallery Help';
    8788$lang['Profile'] = 'Profile';
     89$lang['Quick connect'] = 'Quick connect';
    8890$lang['RSS feed'] = 'RSS feed';
    8991$lang['Register'] = 'Register';
     
    9294$lang['Reset'] = 'Reset';
    9395$lang['Retrieve password'] = 'Retrieve password';
     96$lang['Search rules'] = 'Search rules';
    9497$lang['Search'] = 'Search';
    9598$lang['Send new password'] = 'Send new password';
     
    109112$lang['add_favorites_hint'] = 'Add this picture to your favorites';
    110113$lang['admin'] = 'Administration';
     114$lang['all'] = 'all';
    111115$lang['all_categories'] = 'all categories';
    112116$lang['already_rated'] = 'You\'ve already rated this item';
     117$lang['ascending'] = 'ascending';
     118$lang['author(s) : %s'] = 'author(s) : %s';
    113119$lang['auto_expand'] = 'Expand all categories';
     120$lang['became available after %s (%s)'] = 'became available after %s (%s)';
     121$lang['became available before %s (%s)'] = 'became available before %s (%s)';
     122$lang['became available between %s (%s) and %s (%s)'] = 'became available between %s (%s) and %s (%s)';
     123$lang['became available on %s'] = 'became available on %s';
    114124$lang['best_rated_cat'] = 'best rated';
    115125$lang['best_rated_cat_hint'] = 'displays best rated items';
     
    119129$lang['calendar_picture_hint'] = 'displays pictures added on ';
    120130$lang['categories'] = 'Categories';
     131$lang['comment date'] = 'comment date';
    121132$lang['comment'] = 'Comment';
    122133$lang['comment_added'] = 'Your comment has been registered';
     
    129140$lang['comments_title'] = 'Comments from the users of the site';
    130141$lang['confirm_password_hint'] = 'You only have to confirm your new password if you wish to change it.';
     142$lang['created after %s (%s)'] = 'created after %s (%s)';
     143$lang['created before %s (%s)'] = 'created before %s (%s)';
     144$lang['created between %s (%s) and %s (%s)'] = 'created between %s (%s) and %s (%s)';
     145$lang['created on %s'] = 'created on %s';
    131146$lang['customize'] = 'Customize';
    132147$lang['customize_page_title'] = 'Your Gallery Customization ';
     
    143158$lang['del_favorites_hint'] = 'Delete this picture from your favorites';
    144159$lang['delete'] = 'Delete';
     160$lang['descending'] = 'descending';
    145161$lang['download'] = 'download';
    146162$lang['download_hint'] = 'download this file';
     
    148164$lang['edit'] = 'edit';
    149165$lang['err_date'] = 'wrong date';
     166$lang['excluded'] = 'excluded';
    150167$lang['favorite_cat'] = 'My favorites';
    151168$lang['favorite_cat_hint'] = 'display my favorites pictures';
     
    169186$lang['identification'] = 'Identification';
    170187$lang['images_available'] = 'images in this category';
     188$lang['included'] = 'included';
    171189$lang['invalid_pwd'] = 'Invalid password!';
    172190$lang['language']='Language';
     
    211229$lang['password_hint'] = 'You only have to give your password if you wish to change your e-mail';
    212230$lang['periods_error'] = 'Recent period must be a positive integer value';
     231$lang['picture'] = 'picture';
    213232$lang['picture_high'] = 'Click on the picture to see it in high definition';
    214233$lang['picture_show_metadata'] = 'Show file metadata';
     
    259278$lang['search_subcats_included'] = 'Search in subcategroies';
    260279$lang['search_title'] = 'Search';
     280$lang['searched words : %s'] = 'searched words : %s';
    261281$lang['send_mail'] = 'Contact';
    262282$lang['set as category representative'] = 'set as category representative';
     
    300320$lang['w_month'] = 'Month';
    301321$lang['yes'] = 'Yes';
    302 
    303 $lang['descending'] = 'descending';
    304 $lang['all'] = 'all';
    305 $lang['ascending'] = 'ascending';
    306 $lang['comment date'] = 'comment date';
    307 $lang['picture'] = 'picture';
    308322?>
Note: See TracChangeset for help on using the changeset viewer.