{* * 2007-2015 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/afl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@prestashop.com so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA * @copyright 2007-2015 PrestaShop SA * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} {extends file="helpers/view/view.tpl"} {block name="override_tpl"}

{l s='Modify translations'}

{l s='Here you can modify translations for every line of text inside PrestaShop.'}
{l s='First, select a type of translation (such as "Back office" or "Installed modules"), and then select the language you want to translate strings in.'}

{l s='Add / Update a language'}

{l s='You can add or update a language directly from the PrestaShop website here.'}
{l s='If you choose to update an existing language pack, all of your previous customizations in the theme named "Default-bootstrap" will be lost. This includes front office expressions and default email templates.'}

{if $packs_to_update || $packs_to_install}
{else}

{l s='Cannot connect to the PrestaShop website to get the language list.'}

{/if}

{l s='Import a language pack manually'}

{l s='If the language file format is ISO_code.gzip (e.g. "us.gzip"), and the language corresponding to this package does not exist, it will automatically be created.'} {l s='Warning: This will replace all of the existing data inside the destination language.'}

{l s='Export a language'}

{l s='Export data from one language to a file (language pack).'}
{l s='Select which theme you would like to export your translations to.'}

{l s='Copy'}

{l s='Copies data from one language to another.'}
{l s='Warning: This will replace all of the existing data inside the destination language.'}
{l s='If necessary'}, {l s='you must first create a new language.'}.

* {l s='Language files must be complete to allow copying of translations.'}

{/block}