mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-12 11:43:01 +02:00
- new: mass virtual categories movement manager in
Administration>Categories>Move screen. git-svn-id: http://piwigo.org/svn/trunk@881 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
// +-----------------------------------------------------------------------+
|
||||
|
||||
$lang['%d categories including %d physical and %d virtual'] = '%d categories including %d physical and %d virtual';
|
||||
$lang['%d categories moved'] = '%d categories moved';
|
||||
$lang['%d comments'] = '%d comments';
|
||||
$lang['%d elements'] = '%d elements';
|
||||
$lang['%d groups'] = '%d groups';
|
||||
@@ -82,8 +83,10 @@ $lang['Maximum height of the pictures'] = 'Maximum height of the pictures';
|
||||
$lang['Maximum width of the pictures'] = 'Maximum width of the pictures';
|
||||
$lang['Members'] = 'Members';
|
||||
$lang['Metadata synchronized from file'] = 'Metadata synchronized from file';
|
||||
$lang['Move categories'] = 'Move categories';
|
||||
$lang['Move'] = 'Move';
|
||||
$lang['Name'] = 'Name';
|
||||
$lang['New parent category'] = 'New parent category';
|
||||
$lang['No'] = 'No';
|
||||
$lang['Number of comments per page'] = 'Number of comments per page';
|
||||
$lang['Number of images per row'] = 'Number of images per row';
|
||||
@@ -129,10 +132,13 @@ $lang['Users'] = 'Users';
|
||||
$lang['Validate All'] = 'Validate All';
|
||||
$lang['Validate'] = 'Validate';
|
||||
$lang['Validation'] = 'Validation';
|
||||
$lang['Virtual categories movement'] = 'Virtual categories movement';
|
||||
$lang['Virtual categories to move'] = 'Virtual categories to move';
|
||||
$lang['Webmaster cannot be deleted'] = 'Webmaster cannot be deleted';
|
||||
$lang['Yes'] = 'Yes';
|
||||
$lang['You are running on development sources, no check possible.'] = 'You are running on development sources, no check possible.';
|
||||
$lang['You are running the latest version of PhpWebGallery.'] = 'You are running the latest version of PhpWebGallery.';
|
||||
$lang['You cannot move a category in its own sub category'] = 'You cannot move a category in its own sub category';
|
||||
$lang['You need to confirm deletion'] = 'You need to confirm deletion';
|
||||
$lang['actions'] = 'actions';
|
||||
$lang['all'] = 'all';
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
// +-----------------------------------------------------------------------+
|
||||
|
||||
$lang['%d categories including %d physical and %d virtual'] = '%d catégories dont %d physiques et %d virtuelles';
|
||||
$lang['%d categories moved'] = '%d catégories déplacées';
|
||||
$lang['%d comments'] = '%d commentaires utilisateur';
|
||||
$lang['%d elements'] = '%d éléments';
|
||||
$lang['%d groups'] = '%d groupes';
|
||||
@@ -82,8 +83,10 @@ $lang['Maximum height of the pictures'] = 'Hauteur maximum des images';
|
||||
$lang['Maximum width of the pictures'] = 'Largeur maximum des images';
|
||||
$lang['Members'] = 'Membres';
|
||||
$lang['Metadata synchronized from file'] = 'Meta-données synchronisées à partir du fichier';
|
||||
$lang['Move categories'] = 'Déplacer les catégories';
|
||||
$lang['Move'] = 'Déplacer';
|
||||
$lang['Name'] = 'Nom';
|
||||
$lang['New parent category'] = 'Nouvelle catégorie parente';
|
||||
$lang['No'] = 'Non';
|
||||
$lang['Number of comments per page'] = 'Nombre de commentaires utilisateur par page';
|
||||
$lang['Number of images per row'] = 'Nombre de miniatures par ligne';
|
||||
@@ -129,10 +132,13 @@ $lang['Users'] = 'Utilisateurs';
|
||||
$lang['Validate All'] = 'Tout valider';
|
||||
$lang['Validate'] = 'Valider';
|
||||
$lang['Validation'] = 'Validation';
|
||||
$lang['Virtual categories movement'] = 'Déplacement de catégories virtuelles';
|
||||
$lang['Virtual categories to move'] = 'Catégories virtuelles à déplacer';
|
||||
$lang['Webmaster cannot be deleted'] = 'Le webmestre ne peut pas être supprimé';
|
||||
$lang['Yes'] = 'Oui';
|
||||
$lang['You are running on development sources, no check possible.'] = 'Vous travaillez avec les sources de développement, impossible de vérifier la dernière version.';
|
||||
$lang['You are running the latest version of PhpWebGallery.'] = 'Vous utilisez la dernière version de PhpWebGallery.';
|
||||
$lang['You cannot move a category in its own sub category'] = 'Vous ne pouvez pas déplacer une catégorie dans sa propre sous-catégorie';
|
||||
$lang['You need to confirm deletion'] = 'Vous devez confirmer la suppression';
|
||||
$lang['actions'] = 'actions';
|
||||
$lang['all'] = 'tout';
|
||||
|
||||
Reference in New Issue
Block a user