CC-1960: Internationalize Airtime / Support translations
-added gettext wrapper functions for all strings in view/scripts, and forms
This commit is contained in:
parent
a69ff167d4
commit
e5f67c8b05
78 changed files with 481 additions and 423 deletions
|
@ -7,7 +7,7 @@
|
|||
<div class="button-holder">
|
||||
<button type="button" id="add_user_button" name="search_add_group" class="ui-button ui-widget ui-state-default ui-button-text-icon-primary">
|
||||
<span class="ui-icon ui-icon-plusthick"></span>
|
||||
<span class="ui-button-text">New User</span>
|
||||
<span class="ui-button-text"><? echo _("New")?> <? echo _("User")?></span>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
@ -16,9 +16,9 @@
|
|||
<tr>
|
||||
<th><? echo _("id") ?></th>
|
||||
<th><? echo _("Username") ?></th>
|
||||
<th>First Name</th>
|
||||
<th>Last Name</th>
|
||||
<th>User Type</th>
|
||||
<th><? echo _("First")?> <? echo _("Name")?></th>
|
||||
<th><? echo _("Last")?> <? echo _("Name")?></th>
|
||||
<th><? echo _("User")?> <? echo _("Type")?></th>
|
||||
<th> </th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue