diff options
Diffstat (limited to '')
-rw-r--r-- | language/en_UK/admin.lang.php | 32 | ||||
-rw-r--r-- | language/fr_FR/admin.lang.php | 32 |
2 files changed, 64 insertions, 0 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index bd2f35503..0faf4db61 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -769,4 +769,36 @@ $lang['Keep high definition'] = 'Keep high definition'; $lang['The high definition maximum width must be a number between %d and %d'] = 'The high definition maximum width must be a number between %d and %d'; $lang['The high definition maximum height must be a number between %d and %d'] = 'The high definition maximum height must be a number between %d and %d'; $lang['The high definition image quality must be a number between %d and %d'] = 'The high definition image quality must be a number between %d and %d'; + +$lang['Batch Manager'] = 'Batch Manager'; +$lang['include child albums'] = 'include child albums'; +$lang['Selection'] = 'Selection'; +$lang['Action'] = 'Action'; +$lang['Set author'] = 'Set author'; +$lang['Set title'] = 'Set title'; +$lang['Set creation date'] = 'Set creation date'; +$lang['Apply action'] = 'Apply action'; +$lang['on the %d selected photos'] = 'on the %d selected photos'; +$lang['%d of %d photos selected'] = '%d of %d photos selected'; +$lang['No photo selected, %d photos in current set'] = 'No photo selected, %d photos in current set'; +$lang['All %d photos are selected'] = 'All %d photos are selected'; +$lang['remove this filter'] = 'remove this filter'; +$lang['predefined filter'] = 'predefined filter'; +$lang['last import'] = 'last import'; +$lang['with no virtual album'] = 'with no virtual album'; +$lang['duplicates'] = 'duplicates'; +$lang['Add a filter'] = 'Add a filter'; +$lang['Remove all filters'] = 'Remove all filters'; +$lang['Refresh photo set'] = 'Refresh photo set'; +$lang['The whole page'] = 'The whole page'; +$lang['The whole set'] = 'The whole set'; +$lang['thumbnails per page'] = 'thumbnails per page'; +$lang['No photo in the current set.'] = 'No photo in the current set.'; +$lang['No photo selected, no action possible.'] = 'No photo selected, no action possible.'; +$lang['Choose an action'] = 'Choose an action'; +$lang['remove author'] = 'remove author'; +$lang['Type here the author name'] = 'Type here the author name'; +$lang['remove title'] = 'remove title'; +$lang['Type here the title'] = 'Type here the title'; +$lang['remove creation date'] = 'remove creation date'; ?> diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index 4393ae3eb..8696f9661 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -774,4 +774,36 @@ $lang['Keep high definition'] = 'Conserver la haute définition'; $lang['The high definition maximum width must be a number between %d and %d'] = 'La largeur maximum pour la haute définition doit être un chiffre compris entre %d et %d'; $lang['The high definition maximum height must be a number between %d and %d'] = 'La hauteur maximum pour la haute définition doit être un chiffre compris entre %d et %d'; $lang['The high definition image quality must be a number between %d and %d'] = 'La qualité d\'image pour la haute définition doit être un chiffre compris entre %d et %d'; + +$lang['Batch Manager'] = 'Gestion par lot'; +$lang['include child albums'] = 'inclure les sous albums'; +$lang['Selection'] = 'Sélection'; +$lang['Action'] = 'Action'; +$lang['Set author'] = 'Définir l\'auteur'; +$lang['Set title'] = 'Définir le titre'; +$lang['Set creation date'] = 'Définir la date de création'; +$lang['Apply action'] = 'Appliquer l\'action'; +$lang['on the %d selected photos'] = 'sur les %d photos sélectionnées'; +$lang['%d of %d photos selected'] = '%d photos sur %d sont sélectionnées'; +$lang['No photo selected, %d photos in current set'] = 'Aucune photo sélectionnée parmi les %d photos du lot'; +$lang['All %d photos are selected'] = 'Toute les %d photos du lot sont sélectionnées'; +$lang['remove this filter'] = 'supprimer ce filtre'; +$lang['predefined filter'] = 'filtre prédéfini'; +$lang['last import'] = 'dernier import'; +$lang['with no virtual album'] = 'sans album virtuel'; +$lang['duplicates'] = 'doublons'; +$lang['Add a filter'] = 'Ajouter un filtre'; +$lang['Remove all filters'] = 'Supprimer tous les filtres'; +$lang['Refresh photo set'] = 'Rafraîchir le lot de photos'; +$lang['The whole page'] = 'Toutes la page'; +$lang['The whole set'] = 'Tout le lot'; +$lang['thumbnails per page'] = 'miniatures par page'; +$lang['No photo in the current set.'] = 'Aucune photo dans le lot.'; +$lang['No photo selected, no action possible.'] = 'Aucune photo sélectionnée, aucune action possible.'; +$lang['Choose an action'] = 'Choisir une action'; +$lang['remove author'] = 'supprimer l\'auteur'; +$lang['Type here the author name'] = 'Entrez ici le nom de l\'auteur'; +$lang['remove title'] = 'supprimer le titre'; +$lang['Type here the title'] = 'Entrez ici le titre'; +$lang['remove creation date'] = 'supprimer la date de création'; ?> |