// Fix update english key of translations in all files
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14143 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -47,9 +47,9 @@
|
||||
};
|
||||
|
||||
if (json.missing.length || json.updated.length)
|
||||
$('#changedFiles').html('<div class="warn">{l s='Changed / missing files have been detected'}</div>');
|
||||
$('#changedFiles').html('<div class="warn">{l s='Changed/missing files have been detected'}</div>');
|
||||
else
|
||||
$('#changedFiles').html('<div class="conf">{l s='No change has been detected on your files'}</div>');
|
||||
$('#changedFiles').html('<div class="conf">{l s='No change has been detected in your files'}</div>');
|
||||
|
||||
$.each(tab, function(key, lang)
|
||||
{
|
||||
@@ -71,15 +71,15 @@
|
||||
</script>
|
||||
|
||||
<fieldset>
|
||||
<legend><img src="../img/t/AdminInformation.gif" alt="" />{l s='Information'}</legend>
|
||||
<p>{l s='This information must be indicated when you report a bug on our bug tracker or if you report a problem on our forum.'}</p>
|
||||
<legend><img src="../img/t/AdminInformation.gif" alt="" />{l s='Configuration Information'}</legend>
|
||||
<p>{l s='This information must be provided when you report an issue on our bug tracker or forum.'}</p>
|
||||
</fieldset>
|
||||
<br />
|
||||
<fieldset>
|
||||
<legend><img src="../img/t/AdminInformation.gif" alt="" /> {l s='Information about your configuration'}</legend>
|
||||
<h3>{l s='Server information'}</h3>
|
||||
<p>
|
||||
<b>{l s='Prestashop Version'}:</b> {$version.ps}
|
||||
<b>{l s='Prestashop version'}:</b> {$version.ps}
|
||||
</p>
|
||||
|
||||
{if count($uname)}
|
||||
@@ -89,10 +89,10 @@
|
||||
{/if}
|
||||
|
||||
<p>
|
||||
<b>{l s='Server software Version'}:</b> {$version.server}
|
||||
<b>{l s='Server software version'}:</b> {$version.server}
|
||||
</p>
|
||||
<p>
|
||||
<b>{l s='PHP Version'}:</b> {$version.php}
|
||||
<b>{l s='PHP version'}:</b> {$version.php}
|
||||
</p>
|
||||
{if $apache_instaweb}
|
||||
<p style="color:red;font-weight:700">{l s='PageSpeed module for Apache installed (mod_instaweb)'}</p>
|
||||
@@ -101,10 +101,10 @@
|
||||
<hr />
|
||||
<h3>{l s='Database information'}</h3>
|
||||
<p>
|
||||
<b>{l s='MySQL Version'}:</b> {$database.version}
|
||||
<b>{l s='MySQL version'}:</b> {$database.version}
|
||||
</p>
|
||||
<p>
|
||||
<b>{l s='MySQL Engine'}:</b> {$database.engine}
|
||||
<b>{l s='MySQL engine'}:</b> {$database.engine}
|
||||
</p>
|
||||
<p>
|
||||
<b>{l s='Tables prefix'}:</b> {$database.prefix}
|
||||
@@ -113,20 +113,20 @@
|
||||
<hr />
|
||||
<h3>{l s='Store information'}</h3>
|
||||
<p>
|
||||
<b>{l s='URL of your website'}:</b> {$shop.url}
|
||||
<b>{l s='Shop URL'}:</b> {$shop.url}
|
||||
</p>
|
||||
<p>
|
||||
<b>{l s='Theme name used'}:</b> {$shop.theme}
|
||||
<b>{l s='Current theme in use'}:</b> {$shop.theme}
|
||||
</p>
|
||||
<hr />
|
||||
<h3>{l s='Mail information'}</h3>
|
||||
<h3>{l s='Mail configuration'}</h3>
|
||||
<p>
|
||||
<b>{l s='Mail method'}:</b>
|
||||
|
||||
{if $mail}
|
||||
{l s='You use PHP mail() function.'}</p>
|
||||
{l s='You are using the PHP mail() function.'}</p>
|
||||
{else}
|
||||
{l s='You use your own SMTP parameters'}</p>
|
||||
{l s='You are using your own SMTP parameters.'}</p>
|
||||
<p>
|
||||
<b>{l s='SMTP server'}:</b> {$smtp.server}
|
||||
</p>
|
||||
@@ -156,7 +156,7 @@
|
||||
<hr />
|
||||
<h3>{l s='Your information'}</h3>
|
||||
<p>
|
||||
<b>{l s='Information from you'}:</b> {$user_agent}
|
||||
<b>{l s='Your web browser'}:</b> {$user_agent}
|
||||
</p>
|
||||
</fieldset>
|
||||
<br />
|
||||
@@ -168,7 +168,7 @@
|
||||
<span style="color:green;font-weight:bold;">OK</span>
|
||||
</p>
|
||||
{else}
|
||||
<span style="color:red">{l s='Please consult the following error(s)'}</span>
|
||||
<span style="color:red">{l s='Please fix the following error(s)'}</span>
|
||||
</p>
|
||||
<ul>
|
||||
{foreach from=$testsRequired item='value' key='key'}
|
||||
@@ -185,7 +185,7 @@
|
||||
<span style="color:green;font-weight:bold;">OK</span>
|
||||
</p>
|
||||
{else}
|
||||
<span style="color:red">{l s='Please consult the following error(s)'}</span>
|
||||
<span style="color:red">{l s='Please fix the following error(s)'}</span>
|
||||
</p>
|
||||
<ul>
|
||||
{foreach from=$testsOptional item='value' key='key'}
|
||||
@@ -201,7 +201,7 @@
|
||||
<br />
|
||||
<fieldset>
|
||||
<legend><img src="../img/t/AdminInformation.gif" alt="" /> {l s='List of changed files'}</legend>
|
||||
<div id="changedFiles"><img src="../img/admin/ajax-loader.gif" /> {l s='Checking files ...'}</div>
|
||||
<div id="changedFiles"><img src="../img/admin/ajax-loader.gif" /> {l s='Checking files...'}</div>
|
||||
</fieldset>
|
||||
|
||||
{/block}
|
||||
|
||||
Reference in New Issue
Block a user