]> source.dussan.org Git - nextcloud-server.git/commitdiff
make strings translatable
authorBjörn Schießle <schiessle@owncloud.com>
Wed, 30 Jan 2013 15:28:41 +0000 (16:28 +0100)
committerBjörn Schießle <schiessle@owncloud.com>
Wed, 30 Jan 2013 15:28:41 +0000 (16:28 +0100)
settings/templates/users.php

index f30c21efaef4a0fbd96bb59725f1a2cff4f813be..4d7c29678ce1559cd23d10152e39cb871a005325 100644 (file)
@@ -94,11 +94,11 @@ $_['subadmingroups'] = array_flip($items);
                        <td class="name"><?php echo $user["name"]; ?></td>
                        <td class="displayName"><span><?php echo $user["displayName"]; ?></span> <img class="svg action"
                                src="<?php echo image_path('core', 'actions/rename.svg')?>"
-                               alt="change display name" title="change display name"/>
+                               alt="<?php echo $l->t("change display name")?>" title="<?php echo $l->t("change display name")?>"/>
                        </td>
                        <td class="password"><span>●●●●●●●</span> <img class="svg action"
                                src="<?php echo image_path('core', 'actions/rename.svg')?>"
-                               alt="set new password" title="set new password"/>
+                               alt="<?php echo $l->t("set new password")?>" title="<?php echo $l->t("set new password")?>"/>
                        </td>
                        <td class="groups"><select
                                class="groupsselect"