diff options
Diffstat (limited to 'language')
-rw-r--r-- | language/en_UK/admin.lang.php | 9 | ||||
-rw-r--r-- | language/fr_FR/admin.lang.php | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index b355e96c5..1a0de75cd 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -864,4 +864,13 @@ $lang['ReGalAndroid (RemoteGallery client for Android) is an open source (GPL v3 $lang['Features include gallery browsing, album creation and photo upload.'] = 'Features include gallery browsing, album creation and photo upload.'; $lang['Generate multiple size images']='Generate multiple size images'; $lang['Delete multiple size images']='Delete multiple size images'; +$lang['any visitor can see this album'] = 'any visitor can see this album'; +$lang['visitors need to login and have the appropriate permissions to see this album'] = 'visitors need to login and have the appropriate permissions to see this album'; +$lang['Groups and users'] = 'Groups and users'; +$lang['Permission granted for groups'] = 'Permission granted for groups'; +$lang['Select groups...'] = 'Select groups...'; +$lang['There is no group in this gallery.'] = 'There is no group in this gallery.'; +$lang['Permission granted for users'] = 'Permission granted for users'; +$lang['Select users...'] = 'Select users...'; +$lang['%u users have automatic permission because they belong to a granted group.'] = '%u users have automatic permission because they belong to a granted group.'; ?>
\ No newline at end of file diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index 54c42756e..5b87ed512 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -879,4 +879,13 @@ $lang['Aperture is designed for professional photographers with iPhoto simplicit $lang['The Piwigo export plugin allows you to create albums and export photos.'] = 'Le plugin d\'export Piwigo vous permet de créer des albums et d\'y ajouter vos photos.'; $lang['ReGalAndroid (RemoteGallery client for Android) is an open source (GPL v3) Piwigo client for the Android platform.'] = 'ReGalAndroid (RemoteGallery Android) est un client libre (GPL v3) pour Piwigo sur Android.'; $lang['Features include gallery browsing, album creation and photo upload.'] = 'Ses fonctionnalités incluent la navigation sur la galerie, la création d\'albums et l\'ajout de photos.'; +$lang['any visitor can see this album'] = 'n\'importe quel visiteur peut voir cet album'; +$lang['visitors need to login and have the appropriate permissions to see this album'] = 'les visiteurs doivent se connecter et avoir les permissions nécessaires pour voir cet album'; +$lang['Groups and users'] = 'Groupes et utilisateurs'; +$lang['Permission granted for groups'] = 'Permission accordée pour les groupes'; +$lang['Select groups...'] = 'Sélectionnez les groupes...'; +$lang['There is no group in this gallery.'] = 'Il n\'y a pas de groupe dans cette galerie.'; +$lang['Permission granted for users'] = 'Permission accordée pour les utilisateurs'; +$lang['Select users...'] = 'Sélectionnez les utilisateurs...'; +$lang['%u users have automatic permission because they belong to a granted group.'] = '%u utilisateurs ont automatiquement la permission car ils appartiennent à un groupe autorisé.'; ?>
\ No newline at end of file |