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/en_UK/plugin.lang.php

    r10522 r14141  
    88
    99// Keeps file coded in UTF-8 without BOM: é
    10 
    11 // Convenient
    12 $t_ap1                             = 'Open a new window in 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']   = 'Additional Pages plugin: activated';
    28 $lang['Additional Pages inactive'] = $t_ap2.' plugin (display a text page): not activated';
     24$lang['Additional Pages inactive'] = '<a href = "http://fr.piwigo.org/ext/extension_view.php?eid=153" title = "Open a new window in plugin Additional Pages" onClick = "window.open(this.href); return false;">Additional Pages</a> plugin (display a text page): not activated';
    2925$lang['Autolog entries']           = '"Autolog" entries';
    3026$lang['Place title on top ttip']   = 'Display this title in the head of the page';
     
    245241}
    246242
    247 unset($t_ap1, $t_ap2);
    248 
    249243?>
Note: See TracChangeset for help on using the changeset viewer.