make strings translatable

This commit is contained in:
Björn Schießle 2013-01-30 16:28:41 +01:00
parent 4786327901
commit 92921ceefd
1 changed files with 2 additions and 2 deletions

View File

@ -94,11 +94,11 @@ $_['subadmingroups'] = array_flip($items);
<td class="name"><?php echo $user["name"]; ?></td> <td class="name"><?php echo $user["name"]; ?></td>
<td class="displayName"><span><?php echo $user["displayName"]; ?></span> <img class="svg action" <td class="displayName"><span><?php echo $user["displayName"]; ?></span> <img class="svg action"
src="<?php echo image_path('core', 'actions/rename.svg')?>" 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>
<td class="password"><span>●●●●●●●</span> <img class="svg action" <td class="password"><span>●●●●●●●</span> <img class="svg action"
src="<?php echo image_path('core', 'actions/rename.svg')?>" 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>
<td class="groups"><select <td class="groups"><select
class="groupsselect" class="groupsselect"