[Vtigercrm-commits] [vtiger-commits] r5799 - /vtigercrm/trunk/Smarty/templates/AddMailAccount.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue May 9 10:22:59 EDT 2006


Author: saraj
Date: Tue May  9 08:22:56 2006
New Revision: 5799

Log:
i18n done for list mail server - ahmed

Modified:
    vtigercrm/trunk/Smarty/templates/AddMailAccount.tpl

Modified: vtigercrm/trunk/Smarty/templates/AddMailAccount.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/AddMailAccount.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/AddMailAccount.tpl Tue May  9 08:22:56 2006
@@ -25,7 +25,7 @@
         <td valign="top"><img src="{$IMAGE_PATH}showPanelTopLeft.gif"></td>
         <td class="showPanelBg" valign="top" width="100%">
                 <div class="small" style="padding: 10px;">
-                        <span class="lvtHeaderText">My Preferences </span> <br>
+                        <span class="lvtHeaderText">{$APP.LBL_MY_PREFERENCES}</span> <br>
                         <hr noshade="noshade" size="1"><br>
 
   		<form action="index.php" method="post" name="EditView" id="form">
@@ -45,8 +45,8 @@
                             <table class="small" border="0" cellpadding="3" cellspacing="0" width="100%">
                                 <tr>
                                     <td class="dvtTabCache" style="width: 10px;" nowrap="nowrap">&nbsp;</td>
-                                    <td width="75" align="center" nowrap="nowrap" class="dvtUnSelectedCell"><a href="index.php?module=Users&action=DetailView&record={$ID}"><b>My Details</a></b></td>
-                                    <td class="dvtSelectedCell" style="width: 100px;" align="center" nowrap="nowrap"><b>My Mail Server Details </b></td>
+                                    <td width="75" align="center" nowrap="nowrap" class="dvtUnSelectedCell"><a href="index.php?module=Users&action=DetailView&record={$ID}"><b>{$MOD.LBL_MY_DETAILS}</a></b></td>
+                                    <td class="dvtSelectedCell" style="width: 100px;" align="center" nowrap="nowrap"><b>{$MOD.LBL_MY_MAIL_SERVER_DET} </b></td>
 		                    <td class="dvtTabCache" nowrap="nowrap">&nbsp;</td>
                                 </tr>
 
@@ -65,34 +65,34 @@
        <tr>
           <td style="padding: 10px;"><table width="100%"  border="0" cellspacing="0" cellpadding="5">
        <tr>
-           <td colspan="3" class="detailedViewHeader"><b>Email ID</b></td>
+           <td colspan="3" class="detailedViewHeader"><b>{$MOD.LBL_EMAIL_ID}</b></td>
        </tr>
        <tr>
           <td class="dvtCellLabel" align="right" width="33%">{$MOD.LBL_DISPLAY_NAME}</td>
           <td class="dvtCellInfo" width="33%"><input type="text" name="displayname" class="detailedViewTextBox" onfocus="this.className='detailedViewTextBoxOn'" onblur="this.className='detailedViewTextBox'" value="{$DISPLAYNAME}"/></td>
-          <td class="dvtCellInfo" width="34%">(example : John Fenner) </td>
+          <td class="dvtCellInfo" width="34%">{$MOD.LBL_NAME_EXAMPLE}</td>
        </tr>
        <tr>
           <td class="dvtCellLabel" align="right"><FONT class="required" color="red">{$APP.LBL_REQUIRED_SYMBOL}</FONT> {$MOD.LBL_EMAIL_ADDRESS} </td>
           <td class="dvtCellInfo"><input type="text" name="email" class="detailedViewTextBox" onfocus="this.className='detailedViewTextBoxOn'" onblur="this.className='detailedViewTextBox'" value="{$EMAIL}"/></td>
-          <td class="dvtCellInfo">( example : johnfenner at mailserver.com )</td>
+          <td class="dvtCellInfo">{$MOD.LBL_EMAIL_EXAMPLE}</td>
        </tr>
        <tr><td colspan="3" >&nbsp;</td></tr>
        <tr>
-          <td colspan="3"  class="detailedViewHeader"><b>Mail Server Settings</b></td>
+          <td colspan="3"  class="detailedViewHeader"><b>{$MOD.LBL_MAIL_SERVER_SETTINGS}</b></td>
        </tr>
        <tr>
-          <td class="dvtCellLabel" align="right"><FONT class="required" color="red">{$APP.LBL_REQUIRED_SYMBOL}</FONT>Mail Server Name or IP </td>
+          <td class="dvtCellLabel" align="right"><FONT class="required" color="red">{$APP.LBL_REQUIRED_SYMBOL}</FONT>{$MOD.LBL_MAIL_SERVER_NAME}</td>
           <td class="dvtCellInfo"><input type="text" name="mail_servername" value="{$SERVERNAME}"  class="detailedViewTextBox" onfocus="this.className='detailedViewTextBoxOn'" onblur="this.className='detailedViewTextBox'"/></td>
           <td class="dvtCellInfo">&nbsp;</td>
        </tr>
        <tr>
-           <td class="dvtCellLabel" align="right"><FONT class="required" color="red">{$APP.LBL_REQUIRED_SYMBOL}</FONT>User Name</td>
+           <td class="dvtCellLabel" align="right"><FONT class="required" color="red">{$APP.LBL_REQUIRED_SYMBOL}</FONT>{$APP.LBL_LIST_USER_NAME}</td>
            <td class="dvtCellInfo"><input type="text" name="server_username" value="{$SERVERUSERNAME}"  class="detailedViewTextBox" onfocus="this.className='detailedViewTextBoxOn'" onblur="this.className='detailedViewTextBox'"/></td>
            <td class="dvtCellInfo">&nbsp;</td>
        </tr>
        <tr>
-           <td class="dvtCellLabel" align="right"><FONT class="required" color="red">{$APP.LBL_REQUIRED_SYMBOL}</FONT>Password</td>
+           <td class="dvtCellLabel" align="right"><FONT class="required" color="red">{$APP.LBL_REQUIRED_SYMBOL}</FONT>{$MOD.LBL_LIST_PASSWORD}</td>
            <td class="dvtCellInfo"><input type="password" name="server_password" value="{$SERVER_PASSWORD}"  class="detailedViewTextBox" onfocus="this.className='detailedViewTextBoxOn'" onblur="this.className='detailedViewTextBox'"/></td>
            <td class="dvtCellInfo">&nbsp;</td>
        </tr>
@@ -100,45 +100,45 @@
            <td colspan="3" class="dvtCellInfo">&nbsp;</td>
        </tr>
        <tr>
-           <td class="dvtCellLabel" align="right">Mail Protocol</td>
+           <td class="dvtCellLabel" align="right">{$MOD.LBL_MAIL_PROTOCOL}</td>
            <td class="dvtCellInfo">
 		<input type="radio" name="mailprotocol" value="imap" {$IMAP}/>&nbsp;{$MOD.LBL_IMAP} 
 		<input type="radio" name="mailprotocol" value="pop3" {$POP3}/>&nbsp;{$MOD.LBL_POP} 
-		<input type="radio" name="mailprotocol" value="imap2" {$IMAP2}/>&nbsp;IMAP2
-		<input type="radio" name="mailprotocol" value="IMAP4" {$IMAP4}/>&nbsp;IMAP4
+		<input type="radio" name="mailprotocol" value="imap2" {$IMAP2}/>&nbsp;{$MOD.LBL_IMAP2}
+		<input type="radio" name="mailprotocol" value="IMAP4" {$IMAP4}/>&nbsp;{$MOD.LBL_IMAP4}
 	   </td>	
            <td class="dvtCellInfo">&nbsp;</td>
         </tr>
         <tr>
-           <td class="dvtCellLabel" align="right">SSL Options </td>
+           <td class="dvtCellLabel" align="right">{$MOD.LBL_SSL_OPTIONS}</td>
            <td class="dvtCellInfo">
-		<input type="radio" name="ssltype" value="notls" {$NOTLS} />&nbsp;No TLS
-		<input type="radio" name="ssltype" value="tls" {$TLS} />&nbsp; TLS </td>
+		<input type="radio" name="ssltype" value="notls" {$NOTLS} />&nbsp;{$MOD.LBL_NO_TLS}
+		<input type="radio" name="ssltype" value="tls" {$TLS} />&nbsp; {$MOD.LBL_TLS} </td>
            <td class="dvtCellInfo">&nbsp;</td>
        </tr>
        <tr>
-           <td class="dvtCellLabel" align="right">Certificate Validations </td>
+           <td class="dvtCellLabel" align="right">{$MOD.LBL_CERT_VAL}</td>
            <td class="dvtCellInfo">
-		<input type="radio" name="sslmeth" value="validate-cert" {$VALIDATECERT} />&nbsp;Validate SSL Cert
-		<input type="radio" name="sslmeth" value="novalidate-cert" {$NOVALIDATECERT} />&nbsp;Don't Validate SSL Cert
+		<input type="radio" name="sslmeth" value="validate-cert" {$VALIDATECERT} />&nbsp;{$MOD.LBL_VAL_SSL_CERT}
+		<input type="radio" name="sslmeth" value="novalidate-cert" {$NOVALIDATECERT} />&nbsp;{$MOD.LBL_DONOT_VAL_SSL_CERT}
 	   </td>	
            <td class="dvtCellInfo">&nbsp;</td>
        </tr>
        <tr>
-           <td class="dvtCellLabel" align="right">Refresh Timeout </td>
+           <td class="dvtCellLabel" align="right">{$MOD.LBL_REFRESH_TIMEOUT}</td>
            <td class="dvtCellInfo">
 		<select value="{$BOX_REFRESH}">
-			<option value="60000">1 minute
-			<option value="120000">2 minutes
-			<option value="240000">3 minutes
-			<option value="360000">4 minutes
-			<option value="480000">5 minutes
+			<option value="60000">{$MOD.LBL_1_MIN}
+			<option value="120000">{$MOD.LBL_2_MIN}
+			<option value="240000">{$MOD.LBL_3_MIN}
+			<option value="360000">{$MOD.LBL_4_MIN}
+			<option value="480000">{$MOD.LBL_5_MIN}
 		</select>
 	   </td>
            <td class="dvtCellInfo">&nbsp;</td>
        </tr>
        <tr>
-           <td class="dvtCellLabel" align="right">Email's per Page </td>
+           <td class="dvtCellLabel" align="right">{$MOD.LBL_EMAILS_PER_PAGE}</td>
            <td class="dvtCellInfo"><input type="text" name="mails_per_page" value="{$MAILS_PER_PAGE}" class="detailedViewTextBox" onfocus="this.className='detailedViewTextBoxOn'" onblur="this.className='detailedViewTextBox'"/></td>
            <td class="dvtCellInfo">&nbsp;</td>
        </tr>





More information about the vtigercrm-commits mailing list