[Vtigercrm-commits] [vtiger-commits] r9575 - in /vtigercrm/branches/5.0.1/modules/Calendar: addEventUI.php language/en_us.lang.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri Oct 6 04:43:10 EDT 2006
Author: richie
Date: Fri Oct 6 02:43:05 2006
New Revision: 9575
Log:
* Modified for i18n
Modified:
vtigercrm/branches/5.0.1/modules/Calendar/addEventUI.php
vtigercrm/branches/5.0.1/modules/Calendar/language/en_us.lang.php
Modified: vtigercrm/branches/5.0.1/modules/Calendar/addEventUI.php
==============================================================================
--- vtigercrm/branches/5.0.1/modules/Calendar/addEventUI.php (original)
+++ vtigercrm/branches/5.0.1/modules/Calendar/addEventUI.php Fri Oct 6 02:43:05 2006
@@ -429,7 +429,7 @@
<?php
}
?>
- </select>days
+ </select><?php echo $mod_strings['LBL_REMAINDER_DAY']; ?>
<select class=small name="remhrs">
<?php
for($h=0;$h<=23;$h++)
@@ -439,7 +439,7 @@
<?php
}
?>
- </select>hrs
+ </select><?php echo $mod_strings['LBL_REMAINDER_HRS']; ?>
<select class=small name="remmin">
<?php
for($min=1;$min<=59;$min++)
@@ -449,7 +449,7 @@
<?php
}
?>
- </select>minutes <?php echo $mod_strings['LBL_BEFOREEVENT'] ?>
+ </select><?php echo $mod_strings['LBL_MINUTES']; ?> <?php echo $mod_strings['LBL_BEFOREEVENT'] ?>
</td>
</tr>
</table>
Modified: vtigercrm/branches/5.0.1/modules/Calendar/language/en_us.lang.php
==============================================================================
--- vtigercrm/branches/5.0.1/modules/Calendar/language/en_us.lang.php (original)
+++ vtigercrm/branches/5.0.1/modules/Calendar/language/en_us.lang.php Fri Oct 6 02:43:05 2006
@@ -403,6 +403,8 @@
'High'=>'High',
'Medium'=>'Medium',
'Low'=>'Low',
+'LBL_REMAINDER_DAY'=>'days',
+'LBL_REMAINDER_HRS'=>'hrs',
);
More information about the vtigercrm-commits
mailing list