first commit
This commit is contained in:
90
classes/lang/KeysReference/FeatureValueLang.php
Normal file
90
classes/lang/KeysReference/FeatureValueLang.php
Normal file
@@ -0,0 +1,90 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright since 2007 PrestaShop SA and Contributors
|
||||
* PrestaShop is an International Registered Trademark & Property of PrestaShop SA
|
||||
*
|
||||
* 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.md.
|
||||
* 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://devdocs.prestashop.com/ for more information.
|
||||
*
|
||||
* @author PrestaShop SA and Contributors <contact@prestashop.com>
|
||||
* @copyright Since 2007 PrestaShop SA and Contributors
|
||||
* @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
||||
*/
|
||||
trans('Polyester', 'Shop.Demo.Catalog');
|
||||
|
||||
trans('Wool', 'Shop.Demo.Catalog');
|
||||
|
||||
trans('Viscose', 'Shop.Demo.Catalog');
|
||||
|
||||
trans('Elastane', 'Shop.Demo.Catalog');
|
||||
|
||||
trans('Cotton', 'Shop.Demo.Catalog');
|
||||
|
||||
trans('Silk', 'Shop.Demo.Catalog');
|
||||
|
||||
trans('Suede', 'Shop.Demo.Catalog');
|
||||
|
||||
trans('Straw', 'Shop.Demo.Catalog');
|
||||
|
||||
trans('Leather', 'Shop.Demo.Catalog');
|
||||
|
||||
trans('Classic', 'Shop.Demo.Catalog');
|
||||
|
||||
trans('Casual', 'Shop.Demo.Catalog');
|
||||
|
||||
trans('Military', 'Shop.Demo.Catalog');
|
||||
|
||||
trans('Girly', 'Shop.Demo.Catalog');
|
||||
|
||||
trans('Rock', 'Shop.Demo.Catalog');
|
||||
|
||||
trans('Basic', 'Shop.Demo.Catalog');
|
||||
|
||||
trans('Dressy', 'Shop.Demo.Catalog');
|
||||
|
||||
trans('Short Sleeve', 'Shop.Demo.Catalog');
|
||||
|
||||
trans('Colorful Dress', 'Shop.Demo.Catalog');
|
||||
|
||||
trans('Short Dress', 'Shop.Demo.Catalog');
|
||||
|
||||
trans('Midi Dress', 'Shop.Demo.Catalog');
|
||||
|
||||
trans('Maxi Dress', 'Shop.Demo.Catalog');
|
||||
|
||||
trans('2.75 in', 'Shop.Demo.Catalog');
|
||||
|
||||
trans('2.06 in', 'Shop.Demo.Catalog');
|
||||
|
||||
trans('49.2 g', 'Shop.Demo.Catalog');
|
||||
|
||||
trans('0.26 in', 'Shop.Demo.Catalog');
|
||||
|
||||
trans('1.07 in', 'Shop.Demo.Catalog');
|
||||
|
||||
trans('1.62 in', 'Shop.Demo.Catalog');
|
||||
|
||||
trans('15.5 g', 'Shop.Demo.Catalog');
|
||||
|
||||
trans('0.41 in (clip included)', 'Shop.Demo.Catalog');
|
||||
|
||||
trans('4.33 in', 'Shop.Demo.Catalog');
|
||||
|
||||
trans('2.76 in', 'Shop.Demo.Catalog');
|
||||
|
||||
trans('120g', 'Shop.Demo.Catalog');
|
||||
|
||||
trans('0.31 in', 'Shop.Demo.Catalog');
|
||||
Reference in New Issue
Block a user