mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
changed tranlsate function name from _() to __()
This commit is contained in:
parent
83673da05f
commit
25c2b5c4cb
104 changed files with 1277 additions and 1277 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 0 2px 0 0;" ><a class="name"><b><?php print _('Adding User');?></b></a>
|
||||
<td style="padding: 0 2px 0 0;" ><a class="name"><b><?php print __('Adding User');?></b></a>
|
||||
<?php
|
||||
if (!empty($_SESSION['error_msg'])) {
|
||||
echo "<span class=\"vst-error\"> → ".$_SESSION['error_msg']."</span>";
|
||||
|
@ -64,7 +64,7 @@
|
|||
<table class="data-col2" width="830px">
|
||||
<tr>
|
||||
<td class="vst-text" style="padding: 20px 0 0 2px;">
|
||||
<?php print _('Username');?>
|
||||
<?php print __('Username');?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -74,7 +74,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td class="vst-text" style="padding: 10px 0 0 2px;">
|
||||
<?php print _('Password');?> <a href="javascript:randomString();" class="genpass" ><?php print _('generate');?></a>
|
||||
<?php print __('Password');?> <a href="javascript:randomString();" class="genpass" ><?php print __('generate');?></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -84,7 +84,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td class="vst-text" style="padding: 10px 0 0 2px;">
|
||||
<?php print _('Email');?>
|
||||
<?php print __('Email');?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -94,7 +94,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td class="vst-text" style="padding: 10px 0 0 2px;" name="v_package">
|
||||
<?php print _('Package');?>
|
||||
<?php print __('Package');?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -118,7 +118,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td class="vst-text" style="padding: 10px 0 0 2px;" >
|
||||
<?php print _('Language');?>
|
||||
<?php print __('Language');?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -142,7 +142,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td class="vst-text" style="padding: 10px 0 0 2px;">
|
||||
<?php print _('First Name');?>
|
||||
<?php print __('First Name');?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -152,7 +152,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td class="vst-text" style="padding: 10px 0 0 2px;">
|
||||
<?php print _('Last Name');?>
|
||||
<?php print __('Last Name');?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -162,7 +162,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td class="vst-text" style="padding: 10px 0 0 2px;">
|
||||
<?php print _('Send login credentials to email address');?>
|
||||
<?php print __('Send login credentials to email address');?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -175,10 +175,10 @@
|
|||
<table class="data-col2">
|
||||
<tr>
|
||||
<td style="padding: 24px 0 0 0;" width="116px">
|
||||
<input type="submit" name="ok" value="<?php print _('Add');?>" class="button">
|
||||
<input type="submit" name="ok" value="<?php print __('Add');?>" class="button">
|
||||
</td>
|
||||
<td style="padding: 24px 0 0 0;">
|
||||
<input type="button" class="button" value="<?php print _('Back');?>" onclick="<?php echo $back ?>">
|
||||
<input type="button" class="button" value="<?php print __('Back');?>" onclick="<?php echo $back ?>">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue