Ignore:
Timestamp:
Apr 7, 2011, 11:47:01 AM (13 years ago)
Author:
patdenice
Message:

merge r10098,r10100,r10101,r10113,r10128,r10129 from trunk to branch 2.2
feature:2250
Incompatible plugins and obsolete plugins may not be activated.
Deactivate and uninstall obsolete plugins.
Add warning icon and tiptip
Add languages keys.
Add expire parameter.
Clean code.
Remove useless query for delete.

Location:
branches/2.2/language
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/language/en_UK/admin.lang.php

    r9936 r10131  
    778778$lang['Visit language site'] = 'Visit language site';
    779779$lang['New Version'] = 'New Version';
     780$lang['Obsolete Plugins'] = 'Obsolete Plugins';
     781$lang['WARNING! This plugin does not seem to be compatible with this version of Piwigo.'] = 'WARNING! This plugin does not seem to be compatible with this version of Piwigo.';
     782$lang['Do you want to activate anyway?'] = 'Do you want to activate anyway?';
     783$lang['THIS PLUGIN IS NOW PART OF PIWIGO CORE! DELETE IT NOW.'] = 'THIS PLUGIN IS NOW PART OF PIWIGO CORE! UNINSTALL IT NOW!';
     784$lang['ERROR: THIS PLUGIN IS MISSING BUT IT IS INSTALLED! UNINSTALL IT NOW.'] = 'ERROR: THIS PLUGIN IS MISSING BUT IT IS INSTALLED! UNINSTALL IT NOW.';
    780785?>
  • branches/2.2/language/fr_FR/admin.lang.php

    r10040 r10131  
    789789$lang['Visit language site'] = 'Visitez le site de la langue';
    790790$lang['New Version'] = 'Nouvelle version';
     791$lang['Obsolete Plugins'] = 'Plugins obsolètes';
     792$lang['WARNING! This plugin does not seem to be compatible with this version of Piwigo.'] = 'ATTENTION! Ce plugin n\'a pas l\'air d\'être compatible avec votre version de Piwigo.';
     793$lang['Do you want to activate anyway?'] = 'Voulez-vous l\'activer quand même?';
     794$lang['THIS PLUGIN IS NOW PART OF PIWIGO CORE! DELETE IT NOW.'] = 'CE PLUGIN FAIT DÉSORMAIS PARTIE DU CORE DE PIWIGO! SUPPRIMEZ-LE.';
     795$lang['ERROR: THIS PLUGIN IS MISSING BUT IT IS INSTALLED! UNINSTALL IT NOW.'] = 'ERREUR: CE PLUGIN EST MANQUANT MAIS TOUJOURS INSTALLÉ! DÉSINSTALLEZ-LE.';
    791796?>
Note: See TracChangeset for help on using the changeset viewer.