Ignore:
Timestamp:
Apr 14, 2012, 12:42:57 AM (12 years ago)
Author:
mistic100
Message:

make language files compliant with Lexiglot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/event_cats/language/fr_FR/plugin.lang.php

    r10522 r14141  
    88
    99// Keeps file coded in UTF-8 without BOM : é
    10 
    11 // Convenient
    12 $t_ap1                             = 'Ouvrir une nouvelle fenêtre sur le plugin Additional Pages';
    13 $t_ap2                             = '<a href = "http://fr.piwigo.org/ext/extension_view.php?eid=153" title = "'.$t_ap1.'" onClick = "window.open(this.href); return false;">Additional Pages</a>';
    1410
    1511// +-------------------------------------------------------------------------+
     
    2622// Autolog page
    2723$lang['Additional Pages active']   = 'Plugin Additional Pages&nbsp;: actif';
    28 $lang['Additional Pages inactive'] = 'Plugin '.$t_ap2.' (afficher une page de texte)&nbsp;: inactif';
     24$lang['Additional Pages inactive'] = 'Plugin <a href = "http://fr.piwigo.org/ext/extension_view.php?eid=153" title = "Ouvrir une nouvelle fenêtre sur le plugin Additional Pages" onClick = "window.open(this.href); return false;">Additional Pages</a> (afficher une page de texte)&nbsp;: inactif';
    2925$lang['Autolog entries']           = 'Entrées du paramètre "autolog"';
    3026$lang['Place title on top ttip']   = 'Placer ce titre en haut de la page';
     
    245241}
    246242
    247 unset($t_ap1, $t_ap2);
    248 
    249243?>
Note: See TracChangeset for help on using the changeset viewer.