Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin <martin.mattel@diemattels.at>2015-05-29 11:50:02 +0300
committerMartin <martin.mattel@diemattels.at>2015-05-29 11:50:02 +0300
commitf084eb07f241779062bf9468d1d4b7a0010aecc2 (patch)
tree9ff59b23988184c112c6fcbc65fe9dad498646e5 /apps/user_ldap/templates
parentfff0fb66d6acddbc2d1286ea2dfea0751cf432ac (diff)
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.php6
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">&nbsp;</button>
+ title="<?php p($l->t('Adds a new and blank configuration'));?>">&nbsp;</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">&nbsp;</button>
+ title="<?php p($l->t('Copy current configuration into new directory binding'));?>">&nbsp;</button>
<button type="button" id="ldap_action_delete_configuration"
name="ldap_action_delete_configuration" class="icon-delete"
- title="Delete the current configuration">&nbsp;</button>
+ title="<?php p($l->t('Delete the current configuration'));?>">&nbsp;</button>
</p>
<div class="hostPortCombinator">