//Changed English strings using the translationsenglish module.

This commit is contained in:
djfm
2013-01-04 16:58:58 +01:00
parent 507309ddf5
commit 385c593129
319 changed files with 5991 additions and 5991 deletions
@@ -30,7 +30,7 @@
{l s='Regenerates thumbnails for all existing images'}<br /><br />
<div class="width4">
<div class="warn">
{l s='Please be patient, this can take several minutes'}<br />
{l s='Please be patient. This can take several minutes.'}<br />
{l s='Be careful! Manually uploaded thumbnails will be erased and replaced by automatically generated thumbnails.'}
</div>
</div>
@@ -78,7 +78,7 @@
{if isset($display_move)}
<br /><h2 class="space">{l s='Move images'}</h2>
{l s='PrestaShop now uses a new storage system for product images. It offers better performance if your shop has a very large number of products.'}<br />
{l s='PrestaShop now uses a new storage system for product images. It offers better performance if your shop has a large number of products.'}<br />
<br />
{if $safe_mode}
<div class="warn">
@@ -88,11 +88,11 @@
<form action="{$current}&token={$token}" method="post">
<fieldset class="width4">
<legend><img src="../img/admin/picture.gif" /> {l s='Move images'}</legend><br />
{l s='You can choose to keep your images stored in the previous system - there is nothing wrong with that.'}<br />
{l s='You can also decide to move your images to the new storage system: in this case, click on the "Move images" button below. Please be patient, this can take several minutes.'}
{l s='You can choose to keep your images stored in the previous system. There\'s nothing wrong with that.'}<br />
{l s='You can also decide to move your images to the new storage system. In this case, click on the "Move images" button below. Please be patient. This can take several minutes.'}
<br /><br />
<div class="hint clear" style="display: block;">&nbsp;
{l s='After moving all your product images, for best performance, set the "Use the legacy image filesystem" option above to "No".'}
{l s='After moving all of your product images, set the "Use the legacy image filesystem" option above to "No" for best performance.'}
</div>
<center><input type="Submit" name="submitMoveImages{$table}" value="{l s='Move images'}" class="button space" onclick="return confirm('{l s='Are you sure?'}');" /></center>
</fieldset>