93 lines
3.4 KiB
PHP
93 lines
3.4 KiB
PHP
<?php
|
|
/**
|
|
* 2007-2019 PrestaShop and Contributors
|
|
*
|
|
* NOTICE OF LICENSE
|
|
*
|
|
* This source file is subject to the Open Software License (OSL 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:
|
|
* https://opensource.org/licenses/OSL-3.0
|
|
* 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 https://www.prestashop.com for more information.
|
|
*
|
|
* @author PrestaShop SA <contact@prestashop.com>
|
|
* @copyright 2007-2019 PrestaShop SA and Contributors
|
|
* @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
|
* International Registered Trademark & Property of PrestaShop SA
|
|
*/
|
|
trans('404 error', 'Shop.Navigation');
|
|
trans('Best sales', 'Shop.Navigation');
|
|
trans('Contact us', 'Shop.Navigation');
|
|
trans('Manufacturers', 'Shop.Navigation');
|
|
trans('New products', 'Shop.Navigation');
|
|
trans('Forgot your password', 'Shop.Navigation');
|
|
trans('Prices drop', 'Shop.Navigation');
|
|
trans('Sitemap', 'Shop.Navigation');
|
|
trans('Suppliers', 'Shop.Navigation');
|
|
trans('Address', 'Shop.Navigation');
|
|
trans('Addresses', 'Shop.Navigation');
|
|
trans('Login', 'Shop.Navigation');
|
|
trans('Cart', 'Shop.Navigation');
|
|
trans('Discount', 'Shop.Navigation');
|
|
trans('Order history', 'Shop.Navigation');
|
|
trans('Identity', 'Shop.Navigation');
|
|
trans('My account', 'Shop.Navigation');
|
|
trans('Order follow', 'Shop.Navigation');
|
|
trans('Credit slip', 'Shop.Navigation');
|
|
trans('Order', 'Shop.Navigation');
|
|
trans('Search', 'Shop.Navigation');
|
|
trans('Stores', 'Shop.Navigation');
|
|
trans('Guest tracking', 'Shop.Navigation');
|
|
trans('Order confirmation', 'Shop.Navigation');
|
|
trans('This page cannot be found', 'Shop.Navigation');
|
|
|
|
trans('Our best sales', 'Shop.Navigation');
|
|
|
|
trans('Use our form to contact us', 'Shop.Navigation');
|
|
|
|
trans('Shop powered by PrestaShop', 'Shop.Navigation');
|
|
|
|
trans('Brand list', 'Shop.Navigation');
|
|
|
|
trans('Our new products', 'Shop.Navigation');
|
|
|
|
trans('Enter the e-mail address you use to sign in to receive an e-mail with a new password', 'Shop.Navigation');
|
|
|
|
trans('On-sale products', 'Shop.Navigation');
|
|
|
|
trans('Lost ? Find what your are looking for', 'Shop.Navigation');
|
|
|
|
trans('Suppliers list', 'Shop.Navigation');
|
|
trans('page-not-found', 'Shop.Navigation');
|
|
trans('best-sales', 'Shop.Navigation');
|
|
trans('contact-us', 'Shop.Navigation');
|
|
trans('manufacturers', 'Shop.Navigation');
|
|
trans('new-products', 'Shop.Navigation');
|
|
trans('password-recovery', 'Shop.Navigation');
|
|
trans('prices-drop', 'Shop.Navigation');
|
|
trans('sitemap', 'Shop.Navigation');
|
|
trans('supplier', 'Shop.Navigation');
|
|
trans('address', 'Shop.Navigation');
|
|
trans('addresses', 'Shop.Navigation');
|
|
trans('login', 'Shop.Navigation');
|
|
trans('cart', 'Shop.Navigation');
|
|
trans('discount', 'Shop.Navigation');
|
|
trans('order-history', 'Shop.Navigation');
|
|
trans('identity', 'Shop.Navigation');
|
|
trans('my-account', 'Shop.Navigation');
|
|
trans('order-follow', 'Shop.Navigation');
|
|
trans('credit-slip', 'Shop.Navigation');
|
|
trans('order', 'Shop.Navigation');
|
|
trans('search', 'Shop.Navigation');
|
|
trans('stores', 'Shop.Navigation');
|
|
trans('guest-tracking', 'Shop.Navigation');
|
|
trans('order-confirmation', 'Shop.Navigation');
|