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
Location:
extensions/LCAS/trunk/language/fr_FR
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/LCAS/trunk/language/fr_FR/messages.lang.php

    r9232 r9384  
    4242// Tooltips in index page
    4343// Info-bulles sur la page index
     44$lang['LCAS_tooltip_username_index'][0] = 'Le nom d\'utilisateur est sensible à la casse et aux accents (majuscules/minuscules) et aux accents (E ≠ e ≠ É ≠ é)';
     45
    4446$lang['LCAS_tooltip_username_index'][1] = 'Le nom d\'utilisateur est insensible à la casse (majuscules/minuscules ; E = e ≠ É = é)';
    4547
     
    5355// Tooltips in register page
    5456// Info-bulles sur la page register
     57$lang['LCAS_tooltip_username_register'][0] = 'Le nom d\'utilisateur est sensible à la casse et aux accents (majuscules/minuscules) et aux accents (E ≠ e ≠ É ≠ é)';
     58
    5559$lang['LCAS_tooltip_username_register'][1] = 'Le nom d\'utilisateur est insensible à la casse (majuscules/minuscules ; E = e ≠ É = é)';
    5660
  • extensions/LCAS/trunk/language/fr_FR/plugin.lang.php

    r9232 r9384  
    1111
    1212$lang['LCAS option'] = 'Option LCAS :';
     13$lang['LCAS_Option0'] = 'Pas d\'insensibilité (fonctionnement normal de Piwigo)';
    1314$lang['LCAS_Option1'] = 'Insensibilité à la casse';
    1415$lang['LCAS_Option2'] = 'Insensibilité aux accents';
    1516$lang['LCAS_Option3'] = 'Insensibilité à la casse et aux accents';
    16 $lang['LCAS_Option0'] = 'Tableau personnel';
     17$lang['LCAS_Option4'] = 'Tableau personnel';
    1718$lang['Personalized not allowed explanation'] = ' (vous devez définir un tableau $conf[\'LCAS_replacement_set\'][0] . Voir <a title = "To be defined">les tableaux d\'origine</a>)';
    1819$lang['Personalized not allowed tooltip'] = 'Pas de tableau $conf[\'LCAS_replacement_set\'][0] de défini';
Note: See TracChangeset for help on using the changeset viewer.