diff options
author | Martin <martin.mattel@diemattels.at> | 2015-05-29 10:50:02 +0200 |
---|---|---|
committer | Martin <martin.mattel@diemattels.at> | 2015-05-29 10:50:02 +0200 |
commit | f084eb07f241779062bf9468d1d4b7a0010aecc2 (patch) | |
tree | 9ff59b23988184c112c6fcbc65fe9dad498646e5 /apps/user_ldap/templates | |
parent | fff0fb66d6acddbc2d1286ea2dfea0751cf432ac (diff) | |
download | nextcloud-server-f084eb07f241779062bf9468d1d4b7a0010aecc2.tar.gz nextcloud-server-f084eb07f241779062bf9468d1d4b7a0010aecc2.zip |
Missing translation in ldap part.wizard-server.php
Diffstat (limited to 'apps/user_ldap/templates')
-rw-r--r-- | apps/user_ldap/templates/part.wizard-server.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/user_ldap/templates/part.wizard-server.php b/apps/user_ldap/templates/part.wizard-server.php index 3ce912fac4a..848e699dda6 100644 --- a/apps/user_ldap/templates/part.wizard-server.php +++ b/apps/user_ldap/templates/part.wizard-server.php @@ -25,14 +25,14 @@ </select> <button type="button" id="ldap_action_add_configuration" name="ldap_action_add_configuration" class="icon-add" - title="Adds a new and blank configuration"> </button> + title="<?php p($l->t('Adds a new and blank configuration'));?>"> </button> <button type="button" id="ldap_action_copy_configuration" name="ldap_action_copy_configuration" class="ldapIconCopy icon-default-style" - title="Copy current configuration into new directory binding"> </button> + title="<?php p($l->t('Copy current configuration into new directory binding'));?>"> </button> <button type="button" id="ldap_action_delete_configuration" name="ldap_action_delete_configuration" class="icon-delete" - title="Delete the current configuration"> </button> + title="<?php p($l->t('Delete the current configuration'));?>"> </button> </p> <div class="hostPortCombinator"> |