[Pkg-owncloud-commits] [owncloud] 179/457: Missing translation in ldap part.wizard-server.php

David Prévot taffit at moszumanska.debian.org
Sun Jun 28 20:06:00 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch stable8
in repository owncloud.

commit f084eb07f241779062bf9468d1d4b7a0010aecc2
Author: Martin <martin.mattel at diemattels.at>
Date:   Fri May 29 10:50:02 2015 +0200

    Missing translation in ldap part.wizard-server.php
---
 apps/user_ldap/templates/part.wizard-server.php | 6 +++---
 1 file 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 3ce912f..848e699 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">

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list