//Changed English strings using the translationsenglish module.
This commit is contained in:
@@ -36,9 +36,9 @@
|
||||
{/block}
|
||||
|
||||
{block name=script}
|
||||
var langPackOk = "<img src=\"{$smarty.const._PS_IMG_}admin/information.png\" alt=\"\" /> {l s='A language pack is available for this ISO (name is'}";
|
||||
var langPackVersion = "{l s='The compatible Prestashop version for this language and your system is:'}";
|
||||
var langPackInfo = "{l s='After creating the language, you can import the content of the language pack, which you can download above under "Localization - Translations"'}";
|
||||
var langPackOk = "<img src=\"{$smarty.const._PS_IMG_}admin/information.png\" alt=\"\" /> {l s='A language pack is available for this ISO.'}";
|
||||
var langPackVersion = "{l s='The Prestashop version compatible with this language and your system is:'}";
|
||||
var langPackInfo = "{l s='After creating the language, you can import the content of the language pack, which you can download under "Localization -- Translations."'}";
|
||||
var noLangPack = "<img src=\"{$smarty.const._PS_IMG_}admin/information.png\" alt=\"\" /> {l s='No language pack available on prestashop.com for this ISO code'}";
|
||||
var download = "{l s='Download'}";
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
{if isset($field.image)}<img src="{$field.image}" alt="{$field.title}" />{/if}
|
||||
{$field.title}
|
||||
</legend>
|
||||
<p>{l s='This language is NOT complete and cannot be used in the Front or Back Office because some files are missing.'}</p>
|
||||
<p>{l s='This language pack is NOT complete and cannot be used in the Front or Back Office because some files are missing.'}</p>
|
||||
<br />
|
||||
{elseif $key == 'list_files'}
|
||||
{foreach $field as $list}
|
||||
|
||||
Reference in New Issue
Block a user