summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/l10n/en_GB.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_ldap/l10n/en_GB.php')
-rw-r--r--apps/user_ldap/l10n/en_GB.php27
1 files changed, 25 insertions, 2 deletions
diff --git a/apps/user_ldap/l10n/en_GB.php b/apps/user_ldap/l10n/en_GB.php
index 733a5744aab..7c186f5bdee 100644
--- a/apps/user_ldap/l10n/en_GB.php
+++ b/apps/user_ldap/l10n/en_GB.php
@@ -5,6 +5,10 @@ $TRANSLATIONS = array(
"The configuration is valid and the connection could be established!" => "The configuration is valid and the connection could be established!",
"The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "The configuration is valid, but the Bind failed. Please check the server settings and credentials.",
"The configuration is invalid. Please look in the ownCloud log for further details." => "The configuration is invalid. Please look in the ownCloud log for further details.",
+"No action specified" => "No action specified",
+"No configuration specified" => "No configuration specified",
+"No data specified" => "No data specified",
+" Could not set configuration %s" => " Could not set configuration %s",
"Deletion failed" => "Deletion failed",
"Take over settings from recent server configuration?" => "Take over settings from recent server configuration?",
"Keep settings?" => "Keep settings?",
@@ -13,14 +17,29 @@ $TRANSLATIONS = array(
"Success" => "Success",
"Error" => "Error",
"Select groups" => "Select groups",
+"Select object classes" => "Select object classes",
+"Select attributes" => "Select attributes",
"Connection test succeeded" => "Connection test succeeded",
"Connection test failed" => "Connection test failed",
"Do you really want to delete the current Server Configuration?" => "Do you really want to delete the current Server Configuration?",
"Confirm Deletion" => "Confirm Deletion",
-"_%s group found_::_%s groups found_" => array("",""),
-"_%s user found_::_%s users found_" => array("",""),
+"_%s group found_::_%s groups found_" => array("%s group found","%s groups found"),
+"_%s user found_::_%s users found_" => array("%s user found","%s users found"),
+"Invalid Host" => "Invalid Host",
+"Could not find the desired feature" => "Could not find the desired feature",
"Test Configuration" => "Test Configuration",
"Help" => "Help",
+"Limit the access to %s to groups meeting this criteria:" => "Limit the access to %s to groups meeting this criteria:",
+"only those object classes:" => "only those object classes:",
+"only from those groups:" => "only from those groups:",
+"Edit raw filter instead" => "Edit raw filter instead",
+"Raw LDAP filter" => "Raw LDAP filter",
+"The filter specifies which LDAP groups shall have access to the %s instance." => "The filter specifies which LDAP groups shall have access to the %s instance.",
+"groups found" => "groups found",
+"What attribute shall be used as login name:" => "What attribute should be used as login name:",
+"LDAP Username:" => "LDAP Username:",
+"LDAP Email Address:" => "LDAP Email Address:",
+"Other Attributes:" => "Other Attributes:",
"Add Server Configuration" => "Add Server Configuration",
"Host" => "Host",
"You can omit the protocol, except you require SSL. Then start with ldaps://" => "You can omit the protocol, except you require SSL. Then start with ldaps://",
@@ -31,6 +50,10 @@ $TRANSLATIONS = array(
"For anonymous access, leave DN and Password empty." => "For anonymous access, leave DN and Password empty.",
"One Base DN per line" => "One Base DN per line",
"You can specify Base DN for users and groups in the Advanced tab" => "You can specify Base DN for users and groups in the Advanced tab",
+"Limit the access to %s to users meeting this criteria:" => "Limit the access to %s to users meeting this criteria:",
+"The filter specifies which LDAP users shall have access to the %s instance." => "The filter specifies which LDAP users shall have access to the %s instance.",
+"users found" => "users found",
+"Back" => "Back",
"Continue" => "Continue",
"<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them.",
"<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it.",