Changeset 349

Show
Ignore:
Timestamp:
Sun Jan 1 16:37:34 2006
Author:
c3crm
Message:

localization

Files:

Legend:

Unmodified
Added
Removed
Modified
  • c3crm/sugarcrm/trunk/install/siteConfig.php

    r316 r349  
    103 103    <meta http-equiv="Content-Script-Type" content="text/javascript">  
    104 104    <meta http-equiv="Content-Style-Type" content="text/css">  
    105      <title>SugarCRM Setup Wizard: Step <?php echo $next_step ?></title>  
      105    <title>C3CRM安装向导: 步骤 <?php echo $next_step ?></title>  
    105 105    <link rel="stylesheet" href="install/install.css" type="text/css" />  
    106 106    <script type="text/javascript" src="install/installCommon.js"></script>  
     
    113 113 <table cellspacing="0" cellpadding="0" border="0" align="center" class="shell">  
    114 114 <tr>  
    115      <th width="400">Step <?php echo $next_step ?>: Site Configuration</th>  
    116      <th width="200" height="30" style="text-align: right;"><a href="http://www.sugarcrm.com" target=  
      115    <th width="400">步骤 <?php echo $next_step ?>: 站点配置</th>  
      116    <th width="200" height="30" style="text-align: right;"><a href="http://www.c3crm.com" target=  
    117 117       "_blank"><IMG src="include/images/sugarcrm_login.png" width="120" height="19" alt="SugarCRM" border="0"></a></th>  
    118 118    </tr>  
    119 119 <tr>  
    120 120     <td colspan="2" width="600">  
    121       <p>Please enter your site configuration information below. If you are unsure  
    122       of the fields, we suggest that you use the default values.</p>  
      121     <p>请输入以下的站点配置信息。如果您不能确定所填项,我们建议您使用默认值。</p>  
    123 122 <?php  
    124 123     if( isset($validation_errors) ){  
     
    137 136     }  
    138 137 ?>  
    139      <div class="required">* Required field</div>  
      138    <div class="required">* 必填</div>  
    139 138    <table width="100%" cellpadding="0" cellpadding="0" border="0" class="StyleDottedHr">  
    140      <tr><th colspan="3" align="left">Site Configuration</td></tr>  
      139    <tr><th colspan="3" align="left">站点配置</td></tr>  
    140 139    <tr><td><span class="required">*</span></td>  
    141 140        <td><b>URL</td>  
     
    145 144             value="<?php echo $_SESSION['setup_site_url']; ?>" size="40" /></td></tr>  
    146 145    <tr><td><span class="required">*</span></td>  
    147          <td><b>SugarCRM <em>admin</em> password</b><br><i>Caution: This will override the admin password  
    148                   of any previous installation.</i></td>  
      146        <td><b>c3crm <em>admin</em> 密码</b><br><i>提醒: 这个操作将覆盖以前安装设置的admin密码。</i></td>  
    149 147        <td align="left"><input type="password" name="setup_site_admin_password"  
    150 148                          value="<?php echo $_SESSION['setup_site_admin_password']; ?>" size="20" /></td></tr>  
    151 149    <tr><td><span class="required">*</span></td>  
    152          <td><b>Re-type SugarCRM <em>admin</em> password</td>  
      150        <td><b>确认 c3crm <em>admin</em> 密码</td>  
    152 150        <td align="left"><input type="password" name="setup_site_admin_password_retype"  
    153 151                         value="<?php echo $_SESSION['setup_site_admin_password_retype']; ?>" size="20" /></td></tr>  
    154 152  
    155      <tr><th colspan="3" align="left">Sugar Updates Config</td></tr>  
      153    <tr><th colspan="3" align="left">C3CRM更新配置</td></tr>  
    155 153    <tr><td></td>  
    156          <td><b>Enable Sugar updates?</b><br><i>When this is enabled your system will periodically send SugarCRM Inc. anonymous statistics about your installation that will help us understand usage patterns and improve the product.  In return for this information, administrators will receive update notices when new versions or updates are available.</i></td>  
      154        <td><b>允许C3CRM更新?</b><br><i>如果选择此项,那么你的系统将经常发送匿名信息到SugarCRM Inc,这些信息将帮助我们理解你们使用情况以便于我们更好的改善产品。同时,系统管理员也将经常收到有关新版本信息。</i></td>  
    156 154        <td><input type="checkbox" class="checkbox" name="setup_site_sugarbeet" value="yes" <?php if($_SESSION['setup_site_sugarbeet']) echo 'checked="checked"'; ?> /></td></tr>  
    157 155  
    158      <tr><th colspan="3" align="left">Advanced Site Security</td></tr>  
      156    <tr><th colspan="3" align="left">高级站点安全</td></tr>  
    158 156    <tr><td></td>  
    159          <td><b>Use defaults?</b></td>  
      157        <td><b>使用默认值吗?</b></td>  
    159 157        <td><input type="checkbox" class="checkbox" name="setup_site_defaults" value="yes"  
    160 158                   onclick="javascript:toggleSiteDefaults();"  
     
    168 166    <tbody id="setup_site_session_section_pre">  
    169 167    <tr><td></td>  
    170          <td><b>Use a Custom Session Directory for SugarCRM</b><br>  
    171                   <em>Provide a secure folder for storing SugarCRM session information  
    172                       to prevent session data from being vulnerable on shared servers.</em></td>  
      168        <td><b>Session目录</b><br>{必须允许写入}</td>  
    173 169        <td><input type="checkbox" class="checkbox" name="setup_site_custom_session_path" value="yes"  
    174 170                   onclick="javascript:toggleSession();"  
     
    177 173    <tbody id="setup_site_session_section">  
    178 174    <tr><td><span class="required">*</span></td>  
    179          <td><b>Path to Session Directory<br>(must be writable)</td>  
      175        <td><b>Session目录</b><br>(必须允许写入)</td>  
    179 175        <td align="left"><input type="text" name="setup_site_session_path" size='40'  
    180 176                         value="<?php echo $_SESSION['setup_site_session_path']; ?>" /></td></tr>  
     
    184 180    <tbody id="setup_site_log_dir_pre">  
    185 181    <tr><td></td>  
    186          <td><b>Use a Custom Log Directory</b><br>  
    187                   <em>Override the default directory where the SugarCRM log resides.  No matter where  
    188                       the log file resides, access to it via browser will be restricted via an .htaccess  
    189                       redirect.</em></td>  
      182        <td><b>使用自定义日志目录</b><br>(必须允许写入)</td>  
    190 183  
    191 184        <td><input type="checkbox" class="checkbox" name="setup_site_custom_log_dir" value="yes"  
     
    195 188    <tbody id="setup_site_log_dir">  
    196 189    <tr><td><span class="required">*</span></td>  
    197          <td><b>Log Directory</td>  
      190        <td><b>日志目录</td>  
    197 190        <td align="left"><input type="text" name="setup_site_log_dir" size='30'  
    198 191                         value="<?php echo $_SESSION['setup_site_log_dir']; ?>" /></td></tr>  
    229 222    <table cellspacing="0" cellpadding="0" border="0" class="stdTable">  
    230 223    <tr>  
    231      <td><input class="button" type="button" onclick="window.open('http://www.sugarcrm.com/forums/');" value="Help" /></td>  
      224    <td><input class="button" type="button" onclick="window.open('http://www.c3crm.com/forums/');" value="帮助" /></td>  
    231 224     <td>  
    232           <input class="button" type="button" name="goto" value="Back" onclick="document.getElementById('form').submit();" />  
      225         <input class="button" type="button" name="goto" value="上一步" onclick="document.getElementById('form').submit();" />  
    232 225         <input type="hidden" name="goto" value="Back" />  
    233 226     </td>  
    234      <td><input class="button" type="submit" name="goto" value="Next" /></td>  
      227    <td><input class="button" type="submit" name="goto" value="下一步" /></td>  
    234 227    </tr>  
    235 228    </table>  
  • c3crm/sugarcrm/trunk/install/welcome.php

    r316 r349  
    35 35    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">  
    36 36    <meta http-equiv="Content-Style-Type" content="text/css">  
    37      <title>SugarCRM Setup Wizard</title>  
      37    <title>C3CRM安装向导</title>  
    37 37    <link rel="stylesheet" href="install/install.css" type="text/css">  
    38 38 </head>  
     
    42 42   <table cellspacing="0" cellpadding="0" border="0" align="center" class="shell">  
    43 43     <tr>  
    44         <th width="400">Welcome to the SugarCRM <?php echo $setup_sugar_version; ?><br>  
    45         Setup Wizard</th>  
      44       <th width="400">欢迎来到C3CRM2.0 (Sugarcrm <?php echo $setup_sugar_version; ?>)<br>  
      45       安装向导</th>  
    46 46  
    47         <th width="200" height="30" style="text-align: right;"><a href="http://www.sugarcrm.com" target=  
    48         "_blank"><IMG src="include/images/sugarcrm_login.png" width="120" height="19" alt="SugarCRM" border="0"></a></th>  
      47       <th width="200" height="30" style="text-align: right;"><a href="http://www.c3crm.com" target=  
      48       "_blank"><IMG src="include/images/sugarcrm_login.png" width="120" height="19" alt="C3CRM" border="0"></a></th>  
    49 49     </tr>  
    50 50  
    52 52       <td colspan="2" width="600" style=  
    53 53       "background-image : url(include/images/cube_bg.gif); background-position : right; background-repeat : no-repeat;">  
    54         <p><img src="include/images/sugar_md.png" alt="SugarCRM"  
      54       <p><img src="include/images/sugar_md.png" alt="C3CRM"  
    54 54       width="300" height="25" border="0"></p>  
    55 55  
    56           <p>This installer creates the SugarCRM database tables and sets the  
    57           configuration variables that you need to start. The entire process  
    58           should take about ten minutes.</p>  
      56         <p>本安装程序创建数据库和表,并设置运行该系统所要的变量。整个过程大约需要10分钟。</p>  
    59 57  
    60           <p>For installation help, please visit the SugarCRM <a href=  
    61           "http://www.sugarcrm.com/forums/" target="_blank">support  
    62           forums</a>.</p>  
      58         <p>如果安装需要帮助,请访问 <a href=  
      59         "http://www.c3crm.com/forums/" target="_blank">论坛</a>.</p>  
    63 60       </td>  
    64 61     </tr>  
  • c3crm/sugarcrm/trunk/install/installDisabled.php

    r316 r349  
    35 35    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">  
    36 36    <meta http-equiv="Content-Style-Type" content="text/css">  
    37      <title>SugarCRM Installation Disabled</title>  
      37    <title>C3CRM安装被禁止</title>  
    37 37    <link rel="stylesheet" href="install/install.css" type="text/css">  
    38 38 </head>  
     
    43 43   "shell">  
    44 44     <tr>  
    45         <th width="400">SugarCRM Installation has been Disabled</th>  
      45       <th width="400">C3CRM安装被禁止</th>  
    45 45  
    46         <th width="200" height="30" style="text-align: right;"><a href="http://www.sugarcrm.com" target=  
      46       <th width="200" height="30" style="text-align: right;"><a href="http://www.c3crm.com" target=  
    46 46       "_blank"><IMG src="include/images/sugarcrm_login.png" width="120" height="19" alt="SugarCRM" border="0"></a></th>  
    47 47     </tr>  
     
    55 55       width="300" height="25" border="0"></p>  
    56 56  
    57           <p>The installer has already been run once.  As a safety measure, it has been disabled from running  
    58           a second time.  If you are absolutely sure you want to run it again, please go to your config.php file  
    59           and locate (or add) a variable called 'installer_locked' and set it to 'false'.  The line should  
    60           look like this:</p>  
      57         <p>安装程序已经运行一次。由于安全原因,系统已经禁止再次运行安装程序。如果需要再次安装,请更改config.php文件,把installer_locked变量设置为'false',改完后的效果如下所示:</p>  
    61 58         <pre>  
    62 59             'installer_locked' => false,  
    63 60         </pre>  
    64           <p>After this change has been made, you may click the "Start" button below to begin your installation.  <i>After the installation is complete, you will want to change the value for 'installer_locked' to 'true'.</i></p>  
      61         <p>更改成功后,点击"开始"按钮即可开始安装。</i></p>  
    64 61  
    65           <p>For installation help, please visit the SugarCRM <a href=  
    66           "http://www.sugarcrm.com/forums/" target="_blank">support  
    67           forums</a>.</p>  
      62         <p>如果安装需要帮助,请访问C3CRM <a href="http://www.c3crm.com" target="_blank">support</a>.</p>  
    68 63       </td>  
    69 64     </tr>  
    76 71         <table cellspacing="0" cellpadding="0" border="0" class="stdTable">  
    77 72           <tr>  
    78               <td><input class="button" type="submit" value="Start" /></td>  
      73             <td><input class="button" type="submit" value="开始" /></td>  
    78 73           </tr>  
    79 74         </table>  
  • c3crm/sugarcrm/trunk/install/licensePrint.php

    r316 r349  
    38 38    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">  
    39 39    <meta http-equiv="Content-Style-Type" content="text/css">  
    40      <title>SugarCRM License</title>  
      40    <title>C3CRM协议</title>  
    40 40    <link rel="stylesheet" href="install/install.css" type="text/css">  
    41 41    <script type="text/javascript" src="install/license.js"></script>  
    48 48     <tr>  
    49 49       <td>  
    50           <input type="button" name="close_windows" value=" Close " onClick='window.close();' />  
    51           <input type="button" name="print_license" value=" Print " onClick='window.print();' />  
      50         <input type="button" name="close_windows" value=" 关闭 " onClick='window.close();' />  
      51         <input type="button" name="print_license" value=" 打印 " onClick='window.print();' />  
    52 52       </td>  
    53 53     </tr>  
  • c3crm/sugarcrm/trunk/install/systemOptions.php

    r316 r349  
    35 35    <meta http-equiv="Content-Script-Type" content="text/javascript">  
    36 36    <meta http-equiv="Content-Style-Type" content="text/css">  
    37      <title>SugarCRM Setup Wizard: Step <?php echo $next_step ?></title>  
      37    <title>C3CRM安装向导: 步骤 <?php echo $next_step ?></title>  
    37 37    <link rel="stylesheet" href="install/install.css" type="text/css" />  
    38 38    <script type="text/javascript" src="install/installCommon.js"></script>  
     
    43 43 <table cellspacing="0" cellpadding="0" border="0" align="center" class="shell">  
    44 44 <tr>  
    45       <th width="400">Step <?php echo $next_step ?>: System Configuration</th>  
    46       <th width="200" height="30" style="text-align: right;"><a href="http://www.sugarcrm.com" target=  
      45     <th width="400">步骤 <?php echo $next_step ?>: 系统配置</th>  
      46     <th width="200" height="30" style="text-align: right;"><a href="http://www.c3crm.com" target=  
    47 47       "_blank"><IMG src="include/images/sugarcrm_login.png" width="120" height="19" alt="SugarCRM" border="0"></a></th>  
    48 48 </tr>  
    49 49 <tr>  
    50 50    <td colspan="2" width="600">  
    51         <p>Please select the following system configuration options below.</p>  
      51       <p>请选择以下系统配置选项.</p>  
    51 51  
    52 52    <?php  
     
    70 70       }  
    71 71    ?>  
    72   <div class="required">* Required field</div>  
      72 <div class="required">* 必填</div>  
    72 72 <table width="100%" cellpadding="0" cellpadding="0" border="0" class="StyleDottedHr">  
    73   <tr><th colspan="3" align="left">Database Selection</td></tr>  
      73 <tr><th colspan="3" align="left">数据库</td></tr>  
    73 73 <tr>  
    74 74     <td><span class="required">*</span></td>  
    75       <td nowrap><b>Database Type</b><br><em>You must have an Oracle client installed and configured<br>if you want to choose Oracle.</em></td>  
      75     <td nowrap><b>数据库类型</b><br><em>如果你选择Oracle,那么你必须安装Oracle客户端。</em></td>  
    75 75     <td align="left">  
    76 76         <input type="radio" class="checkbox" name="setup_db_type" id="defaultFocus" value="mysql" <?php if($setup_db_type == "mysql") echo 'checked="checked"'; ?> />MySQL<BR>  
    90 90      <table cellspacing="0" cellpadding="0" border="0" class="stdTable">  
    91 91        <tr>  
    92            <td><input class="button" type="button" onclick="window.open('http://www.sugarcrm.com/forums/');" value="Help" /></td>  
      92          <td><input class="button" type="button" onclick="window.open('http://www.c3crm.com/forums/');" value="帮助" /></td>  
    92 92          <td>  
    93               <input class="button" type="button" name="goto" value="Back" onclick="document.getElementById('form').submit();" />  
      93             <input class="button" type="button" name="goto" value="上一步" onclick="document.getElementById('form').submit();" />  
    93 93             <input type="hidden" name="goto" value="Back" />  
    94 94          </td>  
    95            <td><input class="button" type="submit" name="goto" value="Next" /></td>  
      95          <td><input class="button" type="submit" name="goto" value="下一步" /></td>  
    95 95        </tr>  
    96 96      </table>  
  • c3crm/sugarcrm/trunk/install/installCommon.js

    r316 r349  
    24 24 function showHelp(step)  
    25 25 {  
    26     url = 'http://www.sugarcrm.com/forums/';  
      26   url = 'http://www.c3crm.com/forums/';  
    26 26   name = 'helpWindowPopup';  
    27 27   window.open(url,name);  
  • c3crm/sugarcrm/trunk/install/confirmSettings.php

    r316 r349  
    35 35    <meta http-equiv="Content-Script-Type" content="text/javascript">  
    36 36    <meta http-equiv="Content-Style-Type" content="text/css">  
    37      <title>SugarCRM Setup Wizard: Step <?php echo $next_step ?></title>  
      37    <title>C3CRM安装向导: 步骤 <?php echo $next_step ?></title>  
    37 37    <link rel="stylesheet" href="install/install.css" type="text/css" />  
    38 38 </head>  
     
    43 43 <table cellspacing="0" cellpadding="0" border="0" align="center" class="shell">  
    44 44     <tr>  
    45           <th width="400">Step <?php echo $next_step ?>: Confirm Settings</th>  
    46           <th width="200" height="30" style="text-align: right;"><a href="http://www.sugarcrm.com" target=  
      45         <th width="400">步骤 <?php echo $next_step ?>: 确认设置</th>  
      46         <th width="200" height="30" style="text-align: right;"><a href="http://www.c3crm.com" target=  
    47 47             "_blank"><IMG src="include/images/sugarcrm_login.png" width="120" height="19" alt="SugarCRM" border="0"></a></th>  
    48 48     </tr>  
    49 49     <tr>  
    50 50         <td colspan="2" width="600">  
    51               <p>Please confirm the settings below.  If you would like to change any of the values, click "Back" to edit.  
    52               Otherwise, click "Next" to start the installation.  
      51             <p>请确认以下的设置。如果你需要更改以下的设置,点击"上一步"进行更改。否则,点击"下一步"进行安装。  
    53 52             </p>  
    54 53  
    55 54         <table width="100%" cellpadding="0" cellpadding="0" border="0" class="StyleDottedHr">  
    56 55  
    57               <tr><th colspan="3" align="left">Database Settings</th></tr>  
      56             <tr><th colspan="3" align="left">数据库设置</th></tr>  
    57 56 <?php  
    58 57  
     
    70 69             <tr>  
    71 70                 <td></td>  
    72                   <td><b>Host Name</b></td>  
      71                 <td><b>主机名</b></td>  
    72 71                 <td><?php print( $_SESSION['setup_db_host_name'] ); ?></td>  
    73 72             </tr>  
     
    78 77             <tr>  
    79 78                 <td></td>  
    80                   <td><b>Database Name</b></td>  
      79                 <td><b>数据库名</b></td>  
    80 79                 <td>  
    81 80                     <?php  
     
    92 91             <tr>  
    93 92                 <td></td>  
    94                   <td><b>User Name for SugarCRM</b></td>  
      93                 <td><b>用户名</b></td>  
    94 93                 <td>  
    95 94                     <?php  
     
    105 104             <tr>  
    106 105                 <td></td>  
    107                   <td><b>Drop and recreate existing SugarCRM tables?</b></td>  
      106                 <td><b>删除和重新创建已存在的数据库表?</b></td>  
    107 106                 <td>  
    108 107                     <?php  
     
    118 117             <tr>  
    119 118                 <td></td>  
    120                   <td><b>Populate database with demo data?</b></td>  
      119                 <td><b>生成数据库演示数据吗?</b></td>  
    120 119                 <td>  
    121 120                     <?php  
     
    131 130             <tr>  
    132 131                 <td></td>  
    133                   <td><b>Priveleged Database User Name</b></td>  
      132                 <td><b>数据库管理员用户名</b></td>  
    133 132                 <td>  
    134 133                     <?php  
     
    138 137             </tr>  
    139 138  
    140               <tr><th colspan="3" align="left">Site Configuration</th></tr>  
      139             <tr><th colspan="3" align="left">站点配置</th></tr>  
    140 139             <tr>  
    141 140                 <td></td>  
     
    148 147             </tr>  
    149 148  
    150               <tr><th colspan="3" align="left">Enable Sugar Updates</th></tr>  
      149             <tr><th colspan="3" align="left">允许系统更新</th></tr>  
    150 149             <tr>  
    151 150                 <td></td>  
    152                   <td><b>Sugar updates enabled?</b></td>  
      151                 <td><b>允许系统更新吗</b></td>  
    152 151                 <td>  
    153 152                     <?php  
     
    163 162             </tr>  
    164 163  
    165               <tr><th colspan="3" align="left">Advanced Site Security</th></tr>  
      164             <tr><th colspan="3" align="left">高级站点安全</th></tr>  
    165 164             <tr>  
    166 165                 <td></td>  
    167                   <td><b>Use a Custom Session Directory for SugarCRM?</b></td>  
      166                 <td><b>使用自定义Session目录?</b></td>  
    167 166                 <td>  
    168 167                     <?php  
     
    179 178             <tr>  
    180 179                 <td></td>  
    181                   <td><b>Use a Custom Log Directory for SugarCRM?</b></td>  
      180                 <td><b>使用自定义日志目录?</b></td>  
    181 180                 <td>  
    182 181                     <?php  
     
    192 191             <tr>  
    193 192                 <td></td>  
    194                   <td><b>Own Application ID Provided?</b></td>  
      193                 <td><b>拥有系统提供的系统ID?</b></td>  
    194 193                 <td>  
    195 194                     <?php  
    239 238         <table cellspacing="0" cellpadding="0" border="0" class="stdTable">  
    240 239             <tr>  
    241                   <td><input class="button" type="button" onclick="window.open('http://www.sugarcrm.com/forums/');" value="Help" /></td>  
      240                 <td><input class="button" type="button" onclick="window.open('http://www.c3crm.com/forums/');" value="帮助" /></td>  
    241 240                 <td>  
    242                       <input class="button" type="button" name="goto" value="Back" onclick="document.getElementById('form').submit();" />  
    243                       <input type="hidden" name="goto" value="Back" />  
      241                     <input class="button" type="button" name="goto" value="上一步" onclick="document.getElementById('form').submit();" />  
      242                     <input type="hidden" name="goto" value="上一步" />  
    244 243                 </td>  
    245                   <td><input class="button" type="submit" name="goto" value="Next" id="defaultFocus"/></td>  
      244                 <td><input class="button" type="submit" name="goto" value="下一步" id="defaultFocus"/></td>  
    245 244             </tr>  
    246 245         </table>  
  • c3crm/sugarcrm/trunk/install/license.php

    r316 r349  
    45 45    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">  
    46 46    <meta http-equiv="Content-Style-Type" content="text/css">  
    47      <title>SugarCRM Setup Wizard: Step <?php echo $next_step ?></title>  
      47    <title>C3CRM安装向导: 步骤 <?php echo $next_step ?></title>  
    47 47    <link rel="stylesheet" href="install/install.css" type="text/css">  
    48 48    <script type="text/javascript" src="install/license.js"></script>  
     
    55 55   "shell">  
    56 56     <tr>  
    57         <th width="400">Step <?php echo $next_step ?>: License Acceptance</th>  
      57       <th width="400">步骤 <?php echo $next_step ?>: 接受协议</th>  
    57 57  
    58         <th width="200" height="30" style="text-align: right;"><a href="http://www.sugarcrm.com" target=  
      58       <th width="200" height="30" style="text-align: right;"><a href="http://www.c3crm.com" target=  
    58 58       "_blank"><IMG src="include/images/sugarcrm_login.png" width="120" height="19" alt="SugarCRM" border="0"></a></th>  
    59 59     </tr>  
     
    73 73     <tr>  
    74 74       <td align=left>  
    75           <input type="checkbox" class="checkbox" name="setup_license_accept" id="defaultFocus" onClick='toggleNextButton();' <?php if($_SESSION['setup_license_accept']){ echo 'checked="on"';} ?> /><a href='javascript:void(0)' onClick='toggleLicenseAccept();toggleNextButton();'>I Accept</a>  
      75         <input type="checkbox" class="checkbox" name="setup_license_accept" id="defaultFocus" onClick='toggleNextButton();' <?php if($_SESSION['setup_license_accept']){ echo 'checked="on"';} ?> /><a href='javascript:void(0)' onClick='toggleLicenseAccept();toggleNextButton();'>我接受</a>  
    75 75       </td>  
    76 76       <td align=right>  
    77           <input type="button" class="button" name="print_license" value=" Printable View " onClick='window.open("install/licensePrint.php");' />  
      77         <input type="button" class="button" name="print_license" value=" 打印预览 " onClick='window.open("install/licensePrint.php");' />  
    77 77       </td>  
    78 78     </tr>  
    86 86         <table cellspacing="0" cellpadding="0" border="0" class="stdTable">  
    87 87           <tr>  
    88               <td><input class="button" type="button" onclick="window.open('http://www.sugarcrm.com/forums/');" value="Help" /></td>  
      88             <td><input class="button" type="button" onclick="window.open('http://www.c3crm.com/forums/');" value="帮助" /></td>  
    88 88             <td>  
    89 89                 <input class="button" type="button" name="goto" value="Back" onclick="document.getElementById('form').submit();" />  
  • c3crm/sugarcrm/trunk/install/checkSystem.php

    r320 r349  
    248 248  
    249 249           <tr>  
    250               <td><strong>cURL Library</strong></td>  
      250             <td><strong>cURL </strong></td>  
    250 250  
    251 251             <td align="right"><?php  
     
    263 263  
    264 264           <tr>  
    265               <td><b>Writable SugarCRM Configuration File (config.php)</b></td>  
      265             <td><b>可写入的C3CRM配置文件 (config.php)</b></td>  
    265 265  
    266 266             <td align="right"><?php  
     
    276 276                     else  
    277 277                {  
    278                     echo '<b><span class="stop">Warning: Not Writeable</font></b>';  
      278                   echo '<b><span class="stop">警告:不可写</font></b>';  
    278 278                }  
    279 279             ?></td>  
     
    282 282  
    283 283           <tr>  
    284               <td><b>Writable Custom Directory</b></td>  
      284             <td><b>可写的用户目录</b></td>  
    284 284  
    285 285             <td align="right"><?php  
     
    292 292                else  
    293 293                {  
    294                     echo '<b><span class=stop>Not Writeable</font></b>';  
      294                   echo '<b><span class=stop>不可写</font></b>';  
    294 294                   $error_found = true;  
    295 295                }  
     
    299 299  
    300 300           <tr>  
    301               <td><b>Writable Modules Sub-Directories and Files</b></td>  
      301             <td><b>modules的子目录和文件可写</b></td>  
    301 301  
    302 302             <td align="right"><?php  
     
    308 308                else  
    309 309                {  
    310                     echo '<b><span class=stop>Not Writeable</font></b>';  
      310                   echo '<b><span class=stop>不可写</font></b>';  
    310 310                   $error_found = true;  
    311 311                }  
     
    315 315  
    316 316           <tr>  
    317               <td><b>Writable Data Sub-Directories</b></td>  
      317             <td><b>Data的子目录可写</b></td>  
    317 317  
    318 318             <td align="right"><?php  
     
    325 325                else  
    326 326                {  
    327                     echo '<b><span class=stop>Not Writeable</font></b>';  
      327                   echo '<b><span class=stop>不可写</font></b>';  
    327 327                   $error_found = true;  
    328 328                }  
     
    332 332  
    333 333           <tr>  
    334               <td><b>Writable Cache Sub-Directories</b></td>  
      334             <td><b>Cache子目录可写</b></td>  
    334 334  
    335 335             <td align="right"><?php  
    348 348                else  
    349 349                {  
    350                     echo '<b><span class=stop>Not Writeable</font></b>';  
      350                   echo '<b><span class=stop>不可写</font></b>';  
    350 350                   $error_found = true;  
    351 351                }