From 6ade4bc91b19e2ed9c5c9d1c406744b6da18e91d Mon Sep 17 00:00:00 2001 From: plegall Date: Sat, 17 Mar 2012 14:07:28 +0000 Subject: feature 2594: l10n on new strings of the "Album Permissions" screen. Details about "indirect permissions". git-svn-id: http://piwigo.org/svn/trunk@13593 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/en_UK/admin.lang.php | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'language/en_UK/admin.lang.php') 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 -- cgit v1.2.3