CC-1960: Internationalize Airtime / Support translations

-added gettext wrapper functions for all strings in view/scripts, and forms
This commit is contained in:
denise 2012-11-15 10:59:06 -05:00
parent a69ff167d4
commit e5f67c8b05
78 changed files with 481 additions and 423 deletions

View file

@ -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&nbsp;User</span>
<span class="ui-button-text"><? echo _("New")?>&nbsp;<? echo _("User")?></span>
</button>
</div>
@ -16,9 +16,9 @@
<tr>
<th><? echo _("id") ?></th>
<th><? echo _("Username") ?></th>
<th>First&nbsp;Name</th>
<th>Last&nbsp;Name</th>
<th>User&nbsp;Type</th>
<th><? echo _("First")?>&nbsp;<? echo _("Name")?></th>
<th><? echo _("Last")?>&nbsp;<? echo _("Name")?></th>
<th><? echo _("User")?>&nbsp;<? echo _("Type")?></th>
<th>&nbsp;</th>
</tr>
</thead>