mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-07 22:05:05 +02:00
- plugins can add now their page to the admin page
- new plugin (event_tracer) that demonstrate it and useful to see all calls to trigger_event git-svn-id: http://piwigo.org/svn/trunk@1580 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -42,6 +42,7 @@ $lang['%d waiting pictures rejected'] = '%d waiting pictures rejected';
|
||||
$lang['%d waiting pictures validated'] = '%d waiting pictures validated';
|
||||
$lang['A new version of PhpWebGallery is available.'] = 'A new version of PhpWebGallery is available.';
|
||||
$lang['Actions'] = 'Actions';
|
||||
$lang['Activate'] = 'Activate';
|
||||
$lang['Add a tag'] = 'Add a tag';
|
||||
$lang['Add a user'] = 'Add a user';
|
||||
$lang['Add group'] = 'Add group';
|
||||
@@ -65,6 +66,7 @@ $lang['Controversy'] = 'Controversy';
|
||||
$lang['Creation date'] = 'Creation date';
|
||||
$lang['Current name'] = 'Current name';
|
||||
$lang['Database'] = 'Database';
|
||||
$lang['Deactivate'] = 'Deactivate';
|
||||
$lang['Delete Representant'] = 'Delete Representant';
|
||||
$lang['Delete selected tags'] = 'Delete selected tags';
|
||||
$lang['Delete selected users'] = 'Delete selected users';
|
||||
@@ -137,6 +139,7 @@ $lang['Permission granted'] = 'Permission granted';
|
||||
$lang['PhpWebGallery Administration'] = 'PhpWebGallery Administration';
|
||||
$lang['PhpWebGallery version'] = 'PhpWebGallery version';
|
||||
$lang['Picture informations updated'] = 'Picture informations updated';
|
||||
$lang['Plugins'] = 'Plugins';
|
||||
$lang['Position'] = 'Position';
|
||||
$lang['Preferences'] = 'Preferences';
|
||||
$lang['Properties'] = 'Properties';
|
||||
@@ -175,6 +178,7 @@ $lang['Users'] = 'Users';
|
||||
$lang['Validate All'] = 'Validate All';
|
||||
$lang['Validate'] = 'Validate';
|
||||
$lang['Validation'] = 'Validation';
|
||||
$lang['Version'] = 'Version';
|
||||
$lang['Virtual categories movement'] = 'Virtual categories movement';
|
||||
$lang['Virtual categories to move'] = 'Virtual categories to move';
|
||||
$lang['Virtual category name'] = 'Virtual category name';
|
||||
|
||||
@@ -42,6 +42,7 @@ $lang['%d waiting pictures rejected'] = '%d images en attente rejet
|
||||
$lang['%d waiting pictures validated'] = '%d images en attente validées';
|
||||
$lang['A new version of PhpWebGallery is available.'] = 'Une nouvelle version de PhpWebGallery est disponible.';
|
||||
$lang['Actions'] = 'Actions';
|
||||
$lang['Activate'] = 'Activer';
|
||||
$lang['Add a tag'] = 'Ajouter un tag';
|
||||
$lang['Add a user'] = 'Ajouter un utilisateur';
|
||||
$lang['Add group'] = 'Ajouter un groupe';
|
||||
@@ -65,6 +66,7 @@ $lang['Controversy'] = 'Controverse';
|
||||
$lang['Creation date'] = 'Date de création';
|
||||
$lang['Current name'] = 'Nom courant';
|
||||
$lang['Database'] = 'Base de données';
|
||||
$lang['Deactivate'] = 'Désactiver';
|
||||
$lang['Delete Representant'] = 'Supprimer le représentant';
|
||||
$lang['Delete selected tags'] = 'Supprimer les tags sélectionnés';
|
||||
$lang['Delete selected users'] = 'Supprimer les utilisateurs sélectionnés';
|
||||
@@ -137,6 +139,7 @@ $lang['Permission granted'] = 'Acc
|
||||
$lang['PhpWebGallery Administration'] = 'Administration de PhpWebGallery';
|
||||
$lang['PhpWebGallery version'] = 'Version de PhpWebGallery';
|
||||
$lang['Picture informations updated'] = 'Informations de l\'image mises à jour';
|
||||
$lang['Plugins'] = 'Plugins';
|
||||
$lang['Position'] = 'Position';
|
||||
$lang['Preferences'] = 'Préférences';
|
||||
$lang['Properties'] = 'Propriétés';
|
||||
@@ -175,6 +178,7 @@ $lang['Users'] = 'Utilisateurs';
|
||||
$lang['Validate All'] = 'Tout valider';
|
||||
$lang['Validate'] = 'Valider';
|
||||
$lang['Validation'] = 'Validation';
|
||||
$lang['Version'] = 'Version';
|
||||
$lang['Virtual categories movement'] = 'Déplacement de catégories virtuelles';
|
||||
$lang['Virtual categories to move'] = 'Catégories virtuelles à déplacer';
|
||||
$lang['Virtual category name'] = 'Nom de la catégorie virtuelle';
|
||||
|
||||
Reference in New Issue
Block a user