Ignore:
Timestamp:
Feb 26, 2011, 5:18:58 PM (13 years ago)
Author:
Eric
Message:
  • Add option 0 in $conf_LCAS[0] to avoid problems when no sensitivity is set (ex : at plugin installation)
  • Fix "PHP Notice: Undefined offset: 0" on index page and registration page when no sensitivity is set
  • 1st step for localisation files update
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/LCAS/trunk/language/en_UK/plugin.lang.php

    r9232 r9384  
    1111
    1212$lang['LCAS option'] = 'LCAS option:';
     13$lang['LCAS_Option0'] = 'No insensitivity (Piwigo\'s standard function)';
     14$lang['LCAS_Option1'] = 'Case insensitivity';
     15$lang['LCAS_Option2'] = 'Accent insensitivity';
     16$lang['LCAS_Option3'] = 'Casse and accent insensitivity';
     17$lang['LCAS_Option4'] = 'Personal table of contents';
     18$lang['Personalized not allowed explanation'] = ' (you must define an array $conf[\'LCAS_replacement_set\'][0] . See <a title = "To be defined">Standard arrays</a>)';
     19$lang['Personalized not allowed tooltip'] = 'No array $conf[\'LCAS_replacement_set\'][0] is defined';
    1320
    1421$lang['LCAS_Accent_Sensitive'] = 'Accents insensivity:';
Note: See TracChangeset for help on using the changeset viewer.