Changeset 2135 for trunk/language


Ignore:
Timestamp:
Oct 12, 2007, 5:27:34 AM (17 years ago)
Author:
rvelices
Message:
  • fix plugin menu link broken with xamp (realpath behaves differently)
  • complete quick search rewriting
    • now we can quote phrases as in google "New York" is not the same as New York
    • user comments not searched anymore (faster)
    • the big full text query does not use joins anymore (faster)
    • related tags not shown on the index page, but now you can see the matching tags and matching categories
Location:
trunk/language
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/en_UK/common.lang.php

    r2127 r2135  
    380380$lang['Administrator, webmaster and special user cannot use this method'] = 'Administrator, webmaster and special user cannot use this method';
    381381$lang['reg_err_mail_address_dbl'] = 'a user use already this mail address';
     382$lang['Category results for'] = 'Category results for';
     383$lang['Tag results for'] = 'Tag results for';
    382384?>
  • trunk/language/fr_FR/common.lang.php

    r2130 r2135  
    379379$lang['Administrator, webmaster and special user cannot use this method'] = 'Administrateur, webmestre et utilisateur spécial ne peuvent pas utiliser cette méthode';
    380380$lang['reg_err_mail_address_dbl'] = 'un utilisateur utilise déjà cette adresse e-mail';
     381$lang['Category results for'] = 'Résultats des catégories pour';
     382$lang['Tag results for'] = 'Résultats des tags pour';
    381383?>
Note: See TracChangeset for help on using the changeset viewer.